.top_sec_nav{height:10vh; background-color:#fff; float:left; width:100%; position:fixed; top:0; left:0; z-index:9; box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.50);}
.top_sec_nav .top_nav_wrap{max-width:1366px; width:95%; margin:0 auto; padding:0px 0 0; height:100%;}
.logo_site{float:left; margin:65px 0 0;}
.logo_tata{float:right; margin:28px 0 0;}
.menu_block{float:right; margin:0px 56px 0; height:100%;}
.menu_block .top_menu{float:left; }
.menu_block .top_menu li{float:left; padding:16px 17px 0 17px;}
.menu_block .top_menu li a{color:#414141; font-size:13px; text-transform:uppercase;}
.quick_menu{padding:65px 24px 0 24px;  color:#fff; font-size:13px; text-transform:uppercase; cursor:pointer; float:left; height:100%; background:#00ab5c url(../images/quick_menu_icon.png) no-repeat center 20px ;}
.navmenu{padding:18px 24px 24px 72px; border-right:1px solid #d1d1d1;  color:#454545; font-size:13px; text-transform:uppercase; cursor:pointer; float:left; background:url(../images/nav_ic.png) no-repeat; background-position:30px 20px;}




/* all nav */
.nav { float:left;}
.nav a { color: #777; }
.nav ul { margin: 0; padding: 0; text-align: center; }
.nav ul.right{text-align: right; padding:14px 0 0; }
.nav li { list-style: none; display: block; margin: 0; padding: 0;/* position: relative;*/ line-height: normal; vertical-align: middle; }
.nav li a {padding:17px 0px;display: block;text-decoration: none;color: #000000;font-size: 16px;text-transform:uppercase;font-weight:600;/*  box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; */}
.nav ul.right li a{font-size: 12px; color:#363636; padding: 12px 30px 12px 0; }

/* main level */
.nav > ul > li {display: inline-block;line-height: 24px;/* height:56px; */text-align: center;border-right: 1px solid #ccc;padding: 0px 9px;}
.nav > ul > li > a {padding: 0px;position: relative;margin: 0px 12px;width: 89px;text-align: center;}
.nav > ul > li > a.active:after{position: absolute; content: ""; background-color: #eb1c23; bottom: 0px; left: 0px; height: 2px; width: 100%; display: none;}
.nav > ul > li:last-child > a { padding: 0px 0px 0px 0;  margin: 0 0px 0 10px }
.nav > ul > li:hover > a{color:#ed3438;}
.nav li li a, .nav ul.right li li a{color:#6e6e6e;  font-size:13px; text-transform:none;}
.nav li li a:hover{color:#ed3438; background:url(../images/nav_arrow.png) no-repeat right;}
.nav li li:last-child a, .nav ul.right li li:last-child a{border-bottom:0px solid rgba(152,172,184,0.25); margin-right: 0px;}

/*.nav li li:last-child a, .nav ul.right li li:last-child a{border-bottom:0px solid rgba(152,172,184,0.25);}*/

/*.nav .mega_block ul li a{ color:#6e6e6e; border-bottom:1px solid #dddddd; font-size:13px;}
.nav .mega_block ul li a:hover{ color:#ed3438; background:url(../images/nav_arrow.png) no-repeat right;}*/

/* first level dd */
.nav ul ul {top: auto;margin-top: 20px;width: 220px;position: absolute;z-index: 9900;text-align: left;display: none;background: #ffffff;padding:15px 15px;-webkit-border-bottom-right-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-bottomright: 6px;-moz-border-radius-bottomleft: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);}
.nav ul ul:after{position:absolute; content:""; background-color:#ed3438; left:0px; top:0px; width:100%; height:3px;}
.nav li li { display: block; border-bottom:1px solid #dddddd; }
.nav ul ul ul{border-top:0px solid #ff7e00;}
.nav li li:last-child {border-bottom:0px solid #dddddd; }

/* second level dd */
.nav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.nav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.nav > ul > li.drop-left > ul { right: 0; }
.nav li.drop-left ul ul { left: auto; right: 220px; }
.nav li li{padding:0 0px;}

/* light theme */
.nav.light { background: rgba(255, 255, 255, 1); }
.nav.light a { color: #000; }
.nav.light ul ul { background: rgba(255, 255, 255, 1); }
.nav.light li a { color: #000; }


/* dark theme */
.nav.dark { background: rgba(0, 0, 0, 1); }
.nav.dark a { color: #FFF; }
.nav.dark ul ul { background: rgba(0, 0, 0, 1); }
.nav.dark li a { color: #FFF; }
/* sticky nav */
.nav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.nav-noscroll-x { overflow-x: hidden; }

/* general styling */
.nav li.has-sub > a:after { content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid transparent;  }
.nav li li.has-sub a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #98acb8; position: relative; top: 4px; }
.nav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #98acb8; margin-left:0px; }
.nav.hide-arrows li.has-sub > a:after, .nav.hide-arrows li li.has-sub > a:after, .nav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.nav .menu-toggle, .nav .close-menu, .nav .call-btn-mobile, .nav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.nav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.nav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.nav.mobile > ul > li > a.dd-toggle {padding: 0;display: none;}
.nav li.call-btn-mobile, .nav li.location-btn-mobile { display: none; }

.nav .menu-toggle{height: 52px;color:#fff;padding-top: 12px !important;padding-bottom: 0px !important;}

/* svg icons */
.nav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */
.nav.mobile ul ul::after { display:none;}
.nav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.nav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 2px #fff; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.nav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 2px #fff; position: absolute; }


.nav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.nav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.nav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.nav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.nav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

.nav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.nav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.nav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.nav.light .icon-close:before { border-color: #000; }
.nav.light .icon-close:after { border-color: #000; }
.nav.dark .icon-close:before { border-color: #FFF; }
.nav.dark .icon-close:after { border-color: #FFF; }


.nav.mobile > ul > li.demo1 span { position: absolute; top: 0; right: 0; padding: 0; width: 30px; height: 48px; text-align: center; z-index: 9999; border: 0; }

.nav.mobile > ul > li .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.nav.mobile > ul > li .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 2px #fff; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.nav.mobile > ul > li .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 2px #fff; position: absolute; }



/* mobile nav */
.nav .menu-toggle, .nav .call-btn-mobile, .nav .location-btn-mobile, .nav .close-menu {padding: 0px 15px;box-sizing: border-box;}
.nav .menu-toggle span.bars { display: inline-block; position: relative; top: 9px; }
.nav .menu-toggle span.bars span { display: block; width: 23px; height: 3px; border-radius: 0px; background: #eb1c23; margin: 0 0 3px; }
.nav .menu-toggle.nav_close span.bars{background: url(../images/closenav.png) no-repeat; width: 20px; height: 20px;}
.nav .menu-toggle.nav_close span.bars span{display: none;}
.nav .full { width: 100%; }
.nav .half { width: 50%; }
.nav .third { width: 33%; text-align: center; }
.nav .location-btn-mobile.third { text-align: center; }
.nav .location-btn-mobile.half { text-align: right; }
.nav.light .third, .nav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.nav.light.left .third, .nav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.nav.light.right .third, .nav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.nav.light .third:first-child, .nav.light .half:first-child { border-left: 0; }
.nav.dark .third, .nav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.nav.dark.left .third, .nav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.nav.dark.right .third, .nav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.nav.light.left .menu-toggle, .nav.light.right .menu-toggle { border-bottom: 0; }
.nav.dark.left .menu-toggle, .nav.dark.right .menu-toggle { border-bottom: 0; }
.nav.dark .third:first-child, .nav.dark .half:first-child { border-left: 0; }
.nav.light .menu-toggle span.bars span { background: #000; }
.nav.dark .menu-toggle span.bars span { background: #FFF; }
.nav.mobile { position: static; }
.nav.mobile.fixed { position: static; }
.nav.mobile ul { position: relative; display: none; }
.nav.mobile.active { padding-bottom: 0; }
.nav.mobile.active > ul { display: block; }
.nav.mobile ul { text-align: left; }
.nav.mobile > ul > li { display: block; }
.nav.mobile > ul > li > a { padding: 15px; }
.nav.mobile ul {background: #0194c7;position: absolute;left: 0;width: 100%;overflow:auto;}
.nav.mobile ul ul {background: #0194c7;border-radius:0px;position: relative;opacity: 1;visibility: visible;width: auto;display: block !important;-moz-transition: none;-webkit-transition: none;-o-transition: color 0 ease-in;transition: none;}
.nav.mobile ul ul ul { left: auto; top: auto; }
.nav.mobile li.drop-left ul ul { right: auto; }
.nav.mobile li a { border-bottom: 0px solid rgba(255, 255, 255, .15); }
.nav.mobile > ul > li{ border-bottom: 1px solid rgba(255, 255, 255, .15); }
.nav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.nav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.nav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.nav.mobile li a.dd-toggle { border: 0; }
.nav.mobile.light li a.dd-toggle { border: 0; }
.nav.mobile .menu-toggle, .nav.mobile .dd-toggle, .nav.mobile .close-menu, .nav.mobile .call-btn-mobile, .nav.mobile .location-btn-mobile { display: inline-block; }
.nav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.nav.mobile li.call-btn-mobile, .nav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.nav.mobile li.call-btn-mobile.full, .nav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.nav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.nav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.nav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.nav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.nav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.nav.mobile li.has-sub > a:after, .nav.mobile li li.has-sub > a:after, .nav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.nav.mobile.right > ul, .nav.mobile.left > ul { position: fixed; top: 80px; bottom: 0; width: 100%; /*max-width: 280px;*/ max-width: 100%; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.nav.mobile li a{color:#ffffff;}
.nav.mobile li li a, .nav.mobile ul.right li li a {color: #fff; border-bottom: 0px solid #dddddd; font-size: 12px;font-weight: 400; padding: 8px 0;}
.nav.mobile li li:last-child a{color: #fff; border-bottom: 0px solid #dddddd;}
.nav.mobile li li a:hover, .nav.mobile ul.right li li a:hover{color:#fff;background: url(../images/nav_arrow.png) no-repeat right;}
.nav.mobile.right > ul { right: 0; }
.nav.mobile.right .close-menu, .nav.mobile.left .close-menu { display: inline-block; text-align: right; }
.nav.mobile.left > ul { left: 0; }
.nav.mobile.right .location-btn-mobile.half, .nav.mobile.right .call-btn-mobile.half, .nav.mobile.right .close-menu.half { text-align: center; }
.nav.mobile.right .location-btn-mobile.third, .nav.mobile.right .call-btn-mobile.third, .nav.mobile.right .close-menu.third { text-align: center; }
.nav.mobile.left .location-btn-mobile.half, .nav.mobile.left .call-btn-mobile.half, .nav.mobile.left .close-menu.half { text-align: center; }
.nav.mobile.left .location-btn-mobile.third, .nav.mobile.left .call-btn-mobile.third, .nav.mobile.left .close-menu.third { text-align: center; }
.nav.mobile.left .menu-toggle.half, .nav.mobile.left .menu-toggle.third, .nav.mobile.right .menu-toggle.half, .nav.mobile.right .menu-toggle.third { text-align: left; }
.nav.mobile.left .close-menu.third span, .nav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.nav.desktop li.mega ul ul { background: none; }
.nav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.nav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.nav.desktop li.mega ul ul { width: auto; }
.nav.desktop > ul > li.mega { position: inherit; }
.nav.desktop > ul > li.mega > ul { width: 100%; }
.nav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.nav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.nav.desktop li.mega li li a { padding: 5px 15px; }
.nav.desktop li.mega li.has-sub a:after { display: none; }
.nav.desktop > ul > li.mega > ul > li > a { color: yellow; }
/* mega dd */
/* body.hidden{overflow:hidden;} */

.nav .mega_block{ position:absolute; display:none; width:100%; left:0px; height:auto; background-color:#fff; -webkit-border-bottom-right-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-bottomright: 6px;-moz-border-radius-bottomleft: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px; box-shadow:0px 2px 10px rgba(0,0,0,0.20); overflow: hidden;}
.nav .mega_block:after{position:absolute; content:""; background-color:#ed3438; left:0px; top:0px; width:100%; height:3px;}
.nav .mega_block .nav_thumb{float:left; width:40%; padding:0; overflow: hidden;}
.nav .mega_block .nav_thumb img{display: block;}
.nav .mega_block .nav_thumb .mega_heading{float:left; width:100%;}
.nav .mega_block .nav_thumb .mega_heading h3{ float:left; width:50%; padding:15px 0 10px; line-height:normal; font-size:30px; color:#243267;}
.nav .mega_block .nav_thumb .mega_heading span{ float:left; width:50%; border-left:1px solid #dddddd; padding:10px 0 10px 20px; line-height:normal; text-align:left; color:#4b4b4b; font-size:18px;}
.nav .mega_block .nav_thumb .nav_thumb_img{overflow:hidden;  float:left; width:100%; margin:20px 0 0;}
.nav .mega_block .nav_thumb .nav_thumb_img img{border-radius:10px;}
.nav .mega_block ul li a{ color:#6e6e6e; border-bottom:1px solid #dddddd; font-size:13px;}
.nav .mega_block ul li a:last-child{border-bottom:0px solid #dddddd; }
.nav .mega_block ul li a:hover{ color:#ed3438; background:url(../images/nav_arrow.png) no-repeat right;}
.nav .mega_block ul{display:inline-block; width:60%; position:relative; padding:39px; float:left; background-color:#f7f7f7;}
.nav .mega_block ul li{float:left; width:50%; border-right:1px solid rgba(255,255,255,0.10); padding:0 20px;}
.nav .mega_block ul li:last-child{border-right:0px solid rgba(255,255,255,0.10);}
.nav .mega_block ul li a:after{ display:none;}

.nav.mobile .mega_block ul{ display:block !important;}
.mob_show{display:none !important;}


/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
	.nav { overflow: hidden; display: block; }
	.nav ul { position: relative; display: none; }
}

/* mobile nav */
@media only screen and (max-width : 420px) {
	.nav.mobile .call-btn-mobile.third span, .nav.mobile .location-btn-mobile.third span { display: none; }
}


@media screen and (max-width:1680px){
	.top_sec_nav .top_nav_wrap {padding: 0px 0 0;}
	.logo_site {margin: 37px 0 0;}
	.logo_tata {margin: 7px 0 0;}
	.menu_block {margin: 0px 56px 0;}
	.quick_menu {padding: 40px 24px 0 24px; background: #00ab5c url(../images/quick_menu_icon.png) no-repeat center 5px;}
	.navmenu {padding: 12px 24px 12px 72px; background-position: 30px 15px;}
	.menu_block .top_menu li {padding: 10px 17px 0 17px;}
    .nav ul.right { padding: 3px 0 0;}
	.nav ul.right li a {padding: 7px 30px 7px 0;}
	/*.nav > ul > li > a {padding: 7px 30px 7px 0;}*/
}


@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
	.nav > ul > li > a {
		margin: 0px 0px;
		width: 100%;
		text-align: left;
	}
	.nav ul ul {
		margin-top: 0px;
	}
.quick_menu{display:none;}
.top_sec_nav{height:80px;}
.nav{float:right;}
.nav .mega_block ul{padding:0px;}
.nav > ul > li {line-height: normal; height: auto;}
.nav .mega_block{position:relative; width:100%; float:left;}
.nav.mobile > ul > li{float:left;width:100%;border-right: none;}
.nav .mega_block ul li a.dd-toggle{display:none;}
.nav .mega_block ul li{width:100%; border-right:0px solid;}
.mob_show{display:block !important;}
.nav li{position:relative;}
.nav .mega_block .nav_thumb{display:none;}
	.nav li li {border-bottom: 0px solid #ddd;}
	
		.nav.mobile ul ul { width: 100%;}
	.nav.mobile > ul > li.demo1 ul{display: block; background: #0059a9; box-shadow: none; padding: 0 30px 20px;}
	.nav.mobile > ul > li.demo1 a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
	.nav.mobile > ul > li.demo1 {border-bottom: 1px solid rgba(255, 255, 255, .15);}
	.nav.mobile > ul > li.demo1 ul a{padding: 8px 0; color: #fff; font-size: 12px; font-weight: 400;}
.nav.mobile > ul > li.demo1 ul a:hover{color: #fff;}
	.nav > ul > li:hover > a {color: #fff;}
	.nav ul ul {padding: 0px 30px 15px;}
	.nav ul ul{box-shadow: none;}
	.nav.mobile > ul > li.demo1 ul ul{padding-left: 0px; padding-bottom: 5px;}
	.nav.mobile > ul > li.demo1 ul ul a{font-size: 11px !important; background: url(../images/nav_dash.png) no-repeat left; padding: 6px 25px !important; position: relative;}
}

@media screen and (max-width:480px){
	.menu_block {margin: 0px 25px 0;}
	.logo_site img{width:130px;}
	.logo_tata img{width:45px;}

}


/* all nav */
.nav_top { float:left;}
.nav_top ul { margin: 0; padding: 0; text-align: center; }
.nav_top ul.right{text-align: right; padding:14px 0 0; }
.nav_top li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.nav_top li a { padding:12px 15px; display: block; text-decoration: none; color: #272a34; font-size: 11px; font-weight:600; text-transform: uppercase;  box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }
.nav_top ul.right li a{font-size: 12px; color:#363636; padding: 12px 30px 12px 0;}
/*.nav_top li a:hover { color: #FFFFFF!important;}*/

.nav_top li a.car_ic{background: url(../images/carrer_ic.png) no-repeat left center; padding-left: 30px;}
.nav_top li a.con_ic{background: url(../images/con_ic.png) no-repeat left center; padding-left:30px !important;}
/* main level */
.nav_top > ul > li { display: inline-block; line-height:36px; height:36px;}
.nav_top > ul > li > a { padding: 0px 15px; }
.nav_top > ul > li:first-child > a { padding: 0px 15px 0px 0px; }
.nav_top > ul > li:last-child > a { padding: 0px 0px 0px 15px;}
.nav_top > ul > li:hover > a{color:#ed3438;}
.nav_top li li a, .nav_top ul.right li li a{color:#fefefe; font-size:13px; text-transform:none;}
.nav_top li li a:hover{ color:rgba(255,255,255,0.80);}
.nav_top li li:after{ display:none !important;}
/*.nav_top li li:last-child a, .nav_t op ul.right li li:last-child a{border-bottom:0px solid rgba(152,172,184,0.25);}*/


/* first level dd */
.nav_top > ul > li.drop-left > ul{right: 0px;}
.nav_top  ul ul { top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #0054a6; padding:15px 0; border-radius: 6px; overflow: hidden; }

.nav_top ul li:hover ul {display: block !important; color:#000;}
.nav_top ul li:hover ul li a:after{ display:none !important;}

.nav_top ul ul:after{position:absolute; content:""; background-color:#ed3438; left:0px; top:0px; width:100%; height:3px;}
.nav_top li li { display: block; width:100%; }
.nav_top ul ul ul{border-top:0px solid #ff7e00;position: relative;display: block; padding: 0 15px;}
.nav_top ul ul ul a{font-size: 11px !important; background: url(../images/nav_dash.png) no-repeat left; padding: 6px 25px !important; position: relative;}
.nav_top ul ul ul a:after{position: absolute; content: ""; background-color: #fff; width: 7px; height: 2px; left: 0; top: 50%;}
.nav_top ul ul ul a:after{font-size: 11px !important; padding: 6px 15px !important;}
.nav_top ul ul ul:after{display: none;}



.nav ul ul ul{border-top:0px solid #ff7e00;position: relative;display: block; padding: 0 0px 15px; left: 0; box-shadow: none; border-radius: 0; width: auto;}
.nav ul ul ul li{border-bottom: 0px solid #fff !important;}
.nav ul ul ul a{font-size: 11px !important; background: url(../images/nav_dash_b.jpg) no-repeat left; padding: 6px 25px !important; position: relative;}
.nav ul ul ul a:hover{font-size: 11px !important; background: url(../images/nav_dash_b.jpg) no-repeat left; padding: 6px 25px !important; position: relative;}
.nav ul ul ul a:after{font-size: 11px !important; padding: 6px 15px !important;}
.nav ul ul ul:after{display: none;}


.nav > ul > li:last-child {
    border: none;
    background: #e03c33;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    text-align: center;
    width: auto;
    margin-left: 20px;
    transition: 0.6s;
}
.nav > ul > li:last-child:hover {
    background: #0090c9;
}
.nav > ul > li:last-child a {
    color: #fff;
    width: auto;
    padding: 0px 14px;
    margin: 0px;
    transition: 0.6s;
}
.nav > ul > li.con {
    border-right: none;
}



@media screen and (max-width:1024px) {
	.nav > ul > li:last-child a {
		text-align: center;
	}
	.nav > ul > li:last-child {
		text-align: center;
		width: 88%;
		margin-left: 6%;
		margin-top: 16px;
		text-align: center;
	}
}