/* fonts */
@font-face {
    font-family: 'montserratRegular';
    src: url('../fonts/montserratRegular.eot');
    src: url('../fonts/montserratRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserratRegular.woff') format('woff'),
         url('../fonts/montserratRegular.ttf') format('truetype'),
         url('../fonts/montserratRegular.svg#montserratRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratSemibold';
    src: url('../fonts/montserratSemibold.eot');
    src: url('../fonts/montserratSemibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserratSemibold.woff') format('woff'),
         url('../fonts/montserratSemibold.ttf') format('truetype'),
         url('../fonts/montserratSemibold.svg#montserratSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratBold';
    src: url('../fonts/montserratBold.eot');
    src: url('../fonts/montserratBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserratBold.woff') format('woff'),
         url('../fonts/montserratBold.ttf') format('truetype'),
         url('../fonts/montserratBold.svg#montserratBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'georgiaRegular';
    src: url('../fonts/georgia-regular.eot');
    src: url('../fonts/georgia-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/georgia-regular.woff') format('woff'),
         url('../fonts/georgia-regular.ttf') format('truetype'),
         url('../fonts/georgia-regular.svg#georgiaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'georgiaBold';
    src: url('../fonts/georgia-bold.eot');
    src: url('../fonts/georgia-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/georgia-bold.woff') format('woff'),
         url('../fonts/georgia-bold.ttf') format('truetype'),
         url('../fonts/georgia-bold.svg#georgiaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* == fonts == */

html, body{margin: 0px; padding: 0px; }
a{text-decoration: none; color: #f00;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body{-webkit-transition:all 0.3s; transition:all 0.3s; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; font-family: 'montserratRegular','georgiaRegular';}
body.cLoaded{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}

.table{display: table; padding: 0; table-layout: fixed;}
.table-cell{display: table-cell; float: none; padding: 0;}
.image-parent-cover{width: 100%; height: 100%; float: left;}
.image-parent-cover{width: 100%; height: 100%; opacity: 0;}

/* header */
.header, .header div{width: 100%; float: left;}
.header{position: relative;}
.header .wrapper{}
.header .wrapper .logo, .header .wrapper .menu.top, .header .wrapper .hotline{float: none;}

.header .logo, .menu.left{width: 15%;} 
.header .logo{vertical-align: middle;}
.header .logo a{display: inline-block;}
.header .logo a img{height: auto; max-width: 100%;}
.header .menu{width: 55%; vertical-align: middle;}
.header .hotline{width: 30%; vertical-align: middle; font-family: 'montserratSemibold'; font-size: 14px; color: #ffffff; padding-right: 30px;}
.header .hotline a{color: #FFF;}

.header .menu.top{float: none; padding: 0 60px; border-bottom: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1;}
.header .menu .nav-header{display: inline-block; float: none; width: 100%; padding: 0; margin: 0; list-style: none; text-align: right;}
.header .menu .nav-header li{display: inline-block; padding: 45px 30px; padding-top: 60px; float: none;}
.header .menu .nav-header li:first-child{padding-left: 0;}
.header .menu .nav-header li:last-child{padding-right: 0;}
.header .menu .nav-header li a{display: inline-block; text-transform: uppercase; font-family: 'montserratRegular'; color: #999; font-size: 14px; padding: 0; position: relative;}
.header .menu .nav-header li a:before{content: ''; display: block; height: 4px; position: absolute; top: -15px; left: 0; right: 100%; background-color: #09478f;}
.header .menu .nav-header li a:hover:before, .header .menu .nav-header li.nav-selected a:before, .header .menu .nav-header li.nav-path-selected a:before{padding-left: 30px;}
.header .menu .nav-header li a .before{position: absolute; left: 0; right: 0; text-align: center;}
.header .menu .nav-header li a .after{font-family: 'montserratSemibold'; opacity: 0; color: #023994;}
.header .menu .nav-header li a:hover .after, .header .menu .nav-header li.nav-selected a .after, .header .menu .nav-header li.nav-path-selected a .after{opacity: 1;}
.header .menu .nav-header li a:hover .before, .header .menu .nav-header li.nav-selected a .before, .header .menu .nav-header li.nav-path-selected a .before{opacity: 0;}
.header .menu .nav-header li a:hover .after, .header .menu .nav-header li a:hover .before, .header .menu .nav-header li a:before, .header .menu .nav-header li a:hover:before{
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}


.menu.left{float: left;}
.menu.left .menu-top, .menu.left .first{display: none;}
.menu.left .nav-header{display: inline-block; float: none; width: 100%; padding: 0; margin: 0; list-style: none; margin-top: 45px; padding-right: 15px;}
.menu.left .nav-header li{width: 100%; float: left; position: relative;}
.menu.left .nav-header>li.has-submenu:hover, .menu.left .nav-header>li.has-submenu.nav-path-selected{padding-bottom: 35px;}
.menu.left .nav-header li a{display: inline-block; width: 100%; float: left; font-family: 'montserratRegular'; text-transform: uppercase; color: #8c8c8c; font-size: 12px; padding: 0; padding-bottom: 15px; margin-bottom: 5px; position: relative;}
.menu.left .nav-header li a:after{content: ''; display: block; height: 1px; position: absolute; bottom: 10px; left: 115%; right: -15px; z-index: 0; background-color: #2e5cc1;}
.menu.left .nav-header li a .before{position: absolute; left: 0; right: 0; display: inline-block;}
.menu.left .nav-header li a .after{font-family: 'montserratSemibold'; opacity: 0; color: #023994; display: inline-block; width: 100%;}
.menu.left .nav-header li a:hover .before, .menu.left .nav-header li a:active .before, .menu.left .nav-header>li.nav-path-selected>a .before{opacity: 0;}
.menu.left .nav-header li a:hover .after, .menu.left .nav-header li a:active .after, .menu.left .nav-header>li.nav-path-selected>a .after{opacity: 1;}
.menu.left .nav-header>li:hover>a:after, .menu.left .nav-header>li:active>a:after, .menu.left .nav-header>li.nav-path-selected>a:after{left: 0;}
.menu.left .nav-header>li.has-submenu:after{content: ''; display: block; height: 1px; position: absolute; bottom: 10px; left: 115%; right: -15px; z-index: 0; background-color: #2e5cc1;}
.menu.left .nav-header>li:hover:after, .menu.left .nav-header>li:active:after, .menu.left .nav-header>li.nav-path-selected:after{left: 0; bottom: 30px;}

.menu.left .nav-header li a, .menu.left .nav-header li a:hover, .menu.left .nav-header li a:active, .menu.left .nav-header li:hover a:after, .menu.left .nav-header li:active a:after, .menu.left .nav-header>li{
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
.menu.left .nav-header>li:hover:after, .menu.left .nav-header>li:active:after{
    -webkit-transition: left .4s, bottom .4s .4s;
       -moz-transition: left .4s, bottom .4s .4s;
         -o-transition: left .4s, bottom .4s .4s;
            transition: left .4s, bottom .4s .4s;
}
.menu.left .nav-header>li.has-submenu:after{
    /*-webkit-transition: bottom .4s, left .1s .4s;
       -moz-transition: bottom .4s, left .1s .4s;
         -o-transition: bottom .4s, left .1s .4s;
            transition: bottom .4s, left .1s .4s;*/
}
.menu.left .nav-header li a:after, .menu.left .nav-header>li:hover, .menu.left .nav-header>li.has-submenu:hover{
    -webkit-transition: all .4s .4s;
       -moz-transition: all .4s .4s;
         -o-transition: all .4s .4s;
            transition: all .4s .4s;
}
.menu.left .nav-header li.has-submenu ul{width: 100%; float: left; list-style: none; padding-left: 0; position: relative;}
.menu.left .nav-header li.has-submenu ul .first{display: block;}
.menu.left .nav-header li.has-submenu ul a{color: #c7c7c7; padding-bottom: 10px;}
.menu.left .nav-header li.has-submenu ul a .after{font-family: 'montserratRegular';}

/*.menu.left .nav-header li.has-submenu .block-submenu{width: 100%; float: left; overflow-x: hidden; display: none;}*/
.menu.left.check-height .nav-header li.has-submenu .block-submenu{height: auto;}
.menu.left .nav-header li.has-submenu .block-submenu{width: 100%; height: 0; max-height: 235px; float: left; overflow: visible !important;}
.menu.left .nav-header li.has-submenu:hover .block-submenu, .menu.left .nav-header li.has-submenu.nav-path-selected .block-submenu{height: 500px;}
.header .logo, .menu.left .nav-header, .footer .footer-left{padding-left: 45px;}

.menu.left .nav-header li.has-submenu .block-submenu{
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
}
.menu.left .nav-header li.has-submenu:hover .block-submenu{
    -webkit-transition: all 1s .4s;
       -moz-transition: all 1s .4s;
         -o-transition: all 1s .4s;
            transition: all 1s .4s;
}
.menu.left .nav-header li.has-submenu ul li.nav-selected a{color: #023994;}

#bars,
.menu-left-small{display:none;}





/* footer */
.footer, .footer .wrapper{width: 100%; float: left;}
.footer .footer-left, .footer .footer-right{width: 50%; float: left; color: #c8c8c8; font-size: 14px;}
.footer .footer-left a{color: #c8c8c8; }
.footer .wrapper{padding: 60px 0;}
.footer .wrapper p{margin: 0;}
.footer .footer-right{width: 30%; margin-left: 20%; padding: 0 5%;}
.footer .footer-right p, .footer .footer-right a{display: inline-block; width: auto;}
.footer .footer-right a{color: #c8c8c8; padding-left: 5px;}
.footer .footer-right a:hover{color: #023994;}


/* footer subpage*/
.block-footer{width: 100%; float: left; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
.block-footer-left{width: 40%; float: left; margin-left: 15%; background-color: #2c5bbf;}
.block-footer-left .block-footer-content, .block-footer-left .block-footer-image{width: 50%; float: left;}
.block-footer-left .block-footer-content{color: #FFF; padding: 45px;}
.block-footer-left .block-footer-content h1,
.block-footer-left .block-footer-content h2,
.block-footer-left .block-footer-content h3,
.block-footer-left .block-footer-content h4,
.block-footer-left .block-footer-content h5{font-family: 'georgiaBold'; font-weight: normal;}
.block-footer-left .block-footer-content a{font-family: 'montserratRegular'; color: #FFF; font-size: 12px; position: relative;}
.block-footer-left .block-footer-content a:after{content: ''; display: block; width: 100%; height: 1px; background-color: #ffffff; position: absolute; bottom: -4px;}
.block-footer-left .block-footer-content h1{font-size: 46px;}
.block-footer-left .block-footer-content h2{font-size: 36px;}
.block-footer-left .block-footer-content h3{font-size: 24px;}
.block-footer-left .block-footer-content h4{font-size: 18px;}
.block-footer-left .block-footer-content h5{font-size: 14px;}
.block-footer-right{width: 45%; float: left;}


.block-footer .table{height: 100%;}
.block-footer .table-cell{vertical-align: middle;}

.block-footer .mini-contact .table{max-width: 50%;}
.block-footer .mini-contact{padding: 45px;}
.block-footer .mini-contact h1,
.block-footer .mini-contact h2,
.block-footer .mini-contact h3,
.block-footer .mini-contact h4,
.block-footer .mini-contact h5{font-family: 'montserratSemibold'; color: #114188; position: relative; margin-bottom: 10px; font-weight: normal;}
.block-footer .mini-contact h1{font-size: 46px;}
.block-footer .mini-contact h2{font-size: 36px;}
.block-footer .mini-contact h3{font-size: 24px;}
.block-footer .mini-contact h4{font-size: 18px;}
.block-footer .mini-contact h5{font-size: 14px;}
.block-footer .mini-contact p{font-size: 14px; font-family: 'montserratRegular'; color: #999;}
.block-footer .mini-contact p a{color: #999;}
.block-footer .mini-contact p a:hover{color: #114188;}

/* theme: "minimal", "minimal-dark" */
    
.menu.left .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical{
    right: -21px; 
    margin: 0; 
}

.menu.left .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    border-radius: 0;
    background-color: #fff; background-color: rgba(9,71,143,1);
    filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; 
}

.phone-pc{display: inline-block;}
.phone-mb{display: none;}

/*MENU IPAD AND MOBILE */
.block-menu-mobile, .block-hotline-mobile{display: none;}
.header .hotline .image-parent-cover{display: none;}





/*ADD LANG*/
.block-lang{
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 30px;
    position: relative;
}
.block-lang li{
    display: inline-block;
    width: auto;
    margin: 45px 0;
}
.block-lang li a, .block-lang li span{
    display: inline-block;
    text-transform: uppercase;
    font-family: 'montserratRegular';
    font-size: 12px;
    padding: 5px 10px;
    color: #999;
    background-color: transparent;
    border: 1px solid #023994;
}
.block-lang li a:hover{
    color: #023994;
}
.block-lang li span{
    color: #fff;
    background-color: #023994;
    border: 1px solid #023994;
}

.header .menu.top{text-align: right;}
.header .menu .nav-header{width: auto;}
/*********/

@media(max-width: 1780px){
    .header .wrapper, .header .wrapper .logo{display: block;}
    .header .wrapper .logo{float: left; padding-top: 15px;}

    .header .logo, .menu.left .nav-header, .footer .footer-left{padding-left: 30px;}
    .header .logo, .menu.left{width: 20%;}
    .header .logo{padding-right: 15px;}
    .header .menu.top{padding-left: 45px;}
    .header .menu .nav-header li{padding: 40px 15px; padding-top: 55px;}
    .header .menu .nav-header li a{font-size: 14px;}    
    .header .hotline{width: 25%; font-size: 12px;}

    .block-footer-left{margin-left: 20%;}
    .block-footer-right{width: 40%;}
    .block-footer .mini-contact .table{max-width: 65%;}
}

@media(max-width: 1679px){
    .header .menu .nav-header li{/*padding: 30px 10px; */ padding: 30px;  padding-top: 45px;}
    .header .menu .nav-header li a{font-size: 12px;}
    .header .hotline{padding-top: 15px;}
    .header .hotline tr, .header .hotline td{display: block; float: left; width: 100%;}
    .header .hotline td{margin-bottom: 10px;}
    .menu.left .nav-header li{}
    .menu.left .nav-header li a{font-size: 12px;}
    .menu.left .nav-header li.has-submenu:hover .block-submenu, .menu.left .nav-header li.has-submenu.nav-path-selected .block-submenu{max-height: 135px !important;}

    .block-footer-left{width: 45%;}
    .block-footer-right{width: 35%;}
    .block-footer .mini-contact .table{max-width: 65%;}

    .block-footer .mini-contact p{font-size: 12px;}
}
@media(max-width: 1440px){
    .block-footer .mini-contact, .block-footer-left .block-footer-content{padding: 30px 45px;}
    .block-footer .mini-contact .table{max-width: 100%;}
}
@media(max-width: 1439px){
    .menu.left .nav-header li.has-submenu:hover .block-submenu, .menu.left .nav-header li.has-submenu.nav-path-selected .block-submenu{max-height: 110px !important;}
}
@media(max-width: 1365px){
    /*.header .menu .nav-header li{padding: 30px 5px;}*/
}
@media(max-width: 1024px){
	header{z-index:9999;}
    .header{border-bottom: 1px solid #e1e1e1; position: fixed; background-color: #FFF; z-index: 2;}
    .header.active{box-shadow: 1px 1px 1px rgba(204, 204, 204, .4);}
    .header .logo a img{max-width: 155px;}
    .header .wrapper .logo{width: 30%; float: left; padding: 10px 30px;}

    .header .menu.top{display: none;}
    .header .wrapper .hotline{width: 70%; float: left; padding: 25px 0; padding-right: 110px;}
    .header .hotline table, .header .hotline tbody, .header .hotline tr{display: block; width: 100%; float: left;}
    .header .hotline tr{text-align: right;}
    .header .hotline td{display: inline-block; width: auto; float: none; color: #2c5bbf; padding-left: 30px; text-transform: uppercase; font-size: 10px; color: #c7c7c7; margin: 0;}

    .header.active .logo a img{max-width: 130px;}
    .header.active .wrapper .hotline{padding: 20px; padding-right: 100px;}

    

    .intro{margin-top: 80px;}
    .intro.active{margin-top: 70px;}
    .intro.active .menu.left{top: 71px; z-index: 2;}
    .intro.active .block-menu-mobile{margin-top: -70px; padding: 12px 30px;}


    .menu.left{position: fixed; top: 80px; bottom: 100%; left: 0; right: 0; z-index: 2; width: 100%;}
    .menu.left.active{bottom: 0;}
    .menu.left .nav-header{margin: 0; padding: 0 30px; width: 100%; height: 0; overflow-y: scroll; background-color: #FFF; background-color: rgba(255,255,255,.95);}
    .menu.left .nav-header.active{height: 100%; padding: 60px 30px;}
    .menu.left .menu-top, .menu.left .first{display: block;}
    .menu.left .nav-header li{
        width: 30%;
        margin: auto 35%;
        opacity: 0;

        -webkit-transform: translateY(50px);
           -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
             -o-transform: translateY(50px);
                transform: translateY(50px);
    }
    .menu.left .nav-header.active li{
        opacity: 1;

        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    .menu.left .nav-header>li:nth-child(4) .block-submenu{display: none !important;}
    .menu.left .nav-header li.has-submenu .block-submenu{max-height: 100%; height: auto;}
    .menu.left .nav-header li.has-submenu:hover .block-submenu, .menu.left .nav-header li.has-submenu.nav-path-selected .block-submenu{height: auto; max-height: 100% !important;}
    .menu.left .nav-header li a:after{left: 100%; right: 0;}

    .block-menu-mobile{display: block; width: auto; float: right; text-align: right; margin-top: -80px; padding: 15px 30px; position: relative; z-index: 2;}
    .btn-menu{
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        border: 2px solid #114188;
        font-size: 12px;
        line-height: 45px;
        text-align: center;
        color: #114188;
        font-family: 'montserratRegular';
        position: relative;
        z-index: 9;
    }
    .btn-menu span:first-child{opacity: 1;}
    .btn-menu .close{font-size: 18px; line-height: 46px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0;}

    .btn-menu.active span:first-child{opacity: 0;}
    .btn-menu.active .close{opacity: 1;}

    .intro.active .btn-menu{width: 45px; height: 45px; font-size: 10px; line-height: 42px;}
    .intro.active .close{line-height: 42px;}

    .header,
    .header.active,
    .header .logo a img,
    .header.active .logo a img,
    .header .wrapper .hotline,
    .header.active .wrapper .hotline,
    .intro,
    .intro.active,
    .intro .menu.left,
    .intro.active .menu.left,
    .intro .btn-menu,
    .intro.active .btn-menu,
    .intro .block-menu-mobile,
    .intro.active .block-menu-mobile,
    .btn-menu span:first-child,
    .btn-menu.active span:first-child,
    .btn-menu .close,
    .btn-menu.active .close,
    .menu.left .nav-header.active{
        -webkit-transition: all .3s ease-in-out;
           -moz-transition: all .3s ease-in-out;
             -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
    }
    .menu.left .nav-header{
        -webkit-transition: all .3s ease-in-out .8s;
           -moz-transition: all .3s ease-in-out .8s;
             -o-transition: all .3s ease-in-out .8s;
                transition: all .3s ease-in-out .8s;   
    }
    .menu.left .nav-header li{
        -webkit-transition: transform .8s ease-in-out, opacity .8s .2s;
           -moz-transition: transform .8s ease-in-out, opacity .8s .2s;
             -o-transition: transform .8s ease-in-out, opacity .8s .2s;
                transition: transform .8s ease-in-out, opacity .8s .2s;
    }
    .menu.left .nav-header.active li{
        -webkit-transition: transform .8s ease-in-out .4s, opacity .8s .6s;
           -moz-transition: transform .8s ease-in-out .4s, opacity .8s .6s;
             -o-transition: transform .8s ease-in-out .4s, opacity .8s .6s;
                transition: transform .8s ease-in-out .4s, opacity .8s .6s;
    }


    .footer .wrapper{padding: 30px 0;}
    .footer .footer-left, .footer .footer-right{font-size: 12px;}
    .footer .footer-right{width: 50%; margin-left: 0; padding: 0; padding-right: 30px; text-align: right;}

    .block-footer-left{width: 66.66%; margin-left: 0;}
    .block-footer-right{width: 33.33%;}
    .block-footer .mini-contact{padding: 30px;}

    .menu.left .nav-header>li.has-submenu:after{display: none;}
    .menu.left .nav-header>li.has-submenu:hover, .menu.left .nav-header>li.has-submenu.nav-path-selected{padding-bottom: 0;}
	
	#bars{
		display: block;
		font-size: 25px;
		position: absolute;
		right: 20px;
		top: 20px;
		color:#114188;
		width: auto;
		z-index: 99999;
	}
	#bars.active{
		color:#fff;
	}
	.menu-left-small{
		display:block;
	}
	.header .menu.top >.nav-header,
	.header .menu .nav-header li.first,
	.header .menu .nav-header li a .after{
		display:none;  
	}
	.header .menu .nav-header li{
		padding:0;
		display:block;
	}

	.header .menu.top {
		overflow:auto;
		display: block;
		padding: 0;
		position: fixed;
		background: #09478f;
		z-index: 9999;
		right: 0;
		top: 0;
		width:300px;
		height:100%;
		padding-top:50px;
  -webkit-transition: all .5s ;
  	 -moz-transition: all .5s ;
  	   -o-transition: all .5s ;
          transition: all .5s ;
  	  -ms-transition: all .5s ;		
     -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
          -o-transform: translateX(100%);
         -ms-transform: translateX(100%);
             transform: translateX(100%);		
	}
	.header .menu.top.open{
     -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
          -o-transform: translateX(0%);
         -ms-transform: translateX(0%);
             transform: translateX(0%);		
	}
	.header .menu .nav-header li a{
		color:#fff;
		padding:10px 20px;
		border-bottom:1px solid #fff;
		display:block;
		text-align:left;  
	}
	.header .menu .nav-header li a .before{
		text-align:left;
		position:relative;
	}
	.header .menu .nav-header li a:hover .before, 
	.header .menu .nav-header li.nav-selected a .before, 
	.header .menu .nav-header li.nav-path-selected a .before{
		opacity:1;
		color:#023994;
	}	
	.header .menu .nav-header li a:hover ,
	.header .menu .nav-header li.nav-path-selected a{
		background:#fff;
	}
	.header .menu .nav-header li a:before{
		display:none;
	}

    .phone-pc{display: none;}
    .phone-mb{display: inline-block;}

    .block-lang{
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .block-lang li a,
    .block-lang li a:hover{
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
    }
    .block-lang li span{
        color: #023994;
        background-color: #fff;
        border: 1px solid #fff;
    }
}
@media(max-width: 1000px){
    .menu.left .nav-header li{width: 50%; margin: auto 25%;}

    .block-footer-left, .block-footer-right{width: 100%;}
    .block-footer .mini-contact{height: auto !important;}
}
@media(max-width: 767px){
    .menu.left .nav-header.active{padding: 30px;}
    .header .hotline td{padding-left: 15px;}
}
@media(max-width: 667px){
    .header .wrapper .logo{width: 25%; padding: 10px 15px;}
    .header .wrapper .hotline, .header.active .wrapper .hotline{width: 75%; padding: 20px 80px 20px 0;}

    .header .logo a img{max-width: 130px;}
    .block-menu-mobile, .intro.active .block-menu-mobile{margin-top: -70px; padding: 12px 15px;}

    .menu.left{top: 71px;}

    .intro{margin-top: 70px;}
    .intro .btn-menu{width: 45px; height: 45px; font-size: 10px; line-height: 42px;}
    .intro.active .close, .intro .close{line-height: 42px;}

    .footer .footer-left{width: 100%; padding: 0 30px; text-align: center; margin-bottom: 10px;}
    .footer .footer-right{width: 100%; padding: 0 30px; text-align: center;}
}
@media(max-width: 567px){
    .header .wrapper .logo, .header .wrapper .hotline{width: 100%; float: left;}
    .header .wrapper .hotline{display: none;}

    .hotline.block-hotline-mobile{display: block; width: 100%; padding: 15px; opacity: 0;}
    .hotline.block-hotline-mobile td{width: 50%; float: left; color: #2c5bbf; font-size: 10px; text-transform: uppercase;}
    .menu.left{bottom: 100%; background-color: #FFF; background-color: rgba(255,255,255,.95);}
    .menu.left.active{bottom: 0;}
    .menu.left.active .hotline.block-hotline-mobile{opacity: 1;}
    .menu.left .nav-header{height: 100%; background-color: transparent;}
    .menu.left .nav-header.active{padding-bottom: 60px;}
    .menu.left .nav-header li{width: 100%; margin: 0;}
    .menu.left .hotline.block-hotline-mobile{
        -webkit-transition: all .3s ease-in-out;
           -moz-transition: all .3s ease-in-out;
             -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
    }
    .intro .menu.left, .menu.left.active .hotline.block-hotline-mobile{
        -webkit-transition: all .3s ease-in-out .6s;
           -moz-transition: all .3s ease-in-out .6s;
             -o-transition: all .3s ease-in-out .6s;
                transition: all .3s ease-in-out .6s;
    }

    .block-footer-left .block-footer-content, .block-footer-left .block-footer-image{width: 100%;}
    .block-footer .mini-contact, .block-footer-left .block-footer-content{padding: 30px;}
    .block-footer-left .block-footer-image img{max-height: 250px;}
}
@media(max-width: 413px){
    .menu.left .nav-header.active{padding: 30px 15px 120px 15px;}
    .hotline.block-hotline-mobile{padding: 0 15px; }
    .hotline.block-hotline-mobile td{width: 100%; margin-top: 15px;}
}