.topnav {overflow: hidden;background-color: white;position: relative;height:13vw;}
.topnav a {display: block;width: 39vw;height: 14vw;padding: 1vw 0 0 5vw;}

.topnav_logo a img {width:100%;}
.topnav a.icon img {display: block;position: absolute;right: 0;top: 0;width:6vw;float:right; margin:4% 5% 0 0 ;}
.topnav span{position: absolute;top: 6px;width: 100%;letter-spacing: -1px;} 
.topnav span:before {content:''; display:inline-block; width:20px; height:20px; margin-top:-3px;margin-right:5px; vertical-align:middle; background:url(ico_call.png) no-repeat center top; background-size:20px;}
.topnav .head_call {position: absolute;top:1.5vw;left:48vw;margin-right:2px;color:#150f96;font-size:17px;font-weight:700;}

#hamburger { background-color: #150f96; position: absolute; height: 13vw; width:100%; z-index: 100; top:0; }
#hamburger img.logo {width: 34%; margin-left: 5%; margin-top: 0.8%;}
#hamburger img.menu_home { width:5%; float:right; margin:4.5% ;}
#hamburger img.menu_close { width:5%; float:right; margin:4.5% 5% 0 0 ;}
 
.top_menu { position: absolute;width: 100%; height: 60vh; background-color: white; z-index: 100; box-shadow : 0px 9999px 0px 9999px rgba(0,0,0,0.6); }
.top_menu_left { width:32%; height: 100%; background-color: #6663;}
.top_menu_left div { width: 100%; height: 12%; font-size: 3.5vw;}
.top_menu_left div img {width:15%;margin:15% 0 0 15%;}
.top_menu_left div p {margin:-16% 0 0 35%;}
.top_menu_left div.active { background-color: white;}
 
.top_menu_right {z-index: 100; width: 60%; height:100%; top: 0; left:37%; position: absolute; }
.top_menu_right p{margin:10% 0 0% 1%; color:#444;}
.top_menu_right a{font-size: 3.5vw; }
.top_menu_right p img {width: 13%;margin-left:3%;/* margin-top:1%; */}
.top_menu_right .check_premium img {position: absolute;bottom:7%;width: 97%;}
