@media (min-width: 760px) {
    @font-face {
        font-family: 'Montserrat-Regular';
        src: url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/Montserrat-Regular.eot'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'Montserrat-Bold';
        src: url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),url('fonts/Montserrat-Bold.eot'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg#Montserrat-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    body {
        font-family: 'Montserrat-Regular',Arial, sans-serif, serif;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,.big-title,.small-title,.huge-title,.banner-title{
        font-family: 'Montserrat-Bold',Arial, sans-serif, serif;
    }
}

.container {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0 15%;
	max-width: 2000px;
}

.head-nav .container{
    /*width: 1400px;*/
    /*padding: 0 0%;*/
}
@media screen and (min-width:2000px){
	.container{
		padding: 0px 300px;
	}
}
@media screen and (max-width: 1580px) {
    .container {
        padding: 0 10%;
    }
    .head-nav .container{
        /*padding: 0 30px;*/
        /*width: 100%;*/
    }
}
@media screen and (max-width:1400px){
    .container {
        padding: 0 5%;
    }
}
@media screen and (max-width:1000px){
    .container{
        padding: 0 30px;
    }
}
@media screen and (max-width:800px){
    .container{
        padding: 0 15px;
    }
}

@media (max-width: 760px) {
    body{
        font-family:'Arial','Helvetica', sans-serif, serif;
    }
    .head-nav .container{
        padding: 0 15px;
    }
    .footer .container{
        padding: 0 15px;
    }
}


body{
    line-height: 1.65em;
    font-weight: normal;
    color: #333;
    margin:0;
    font-size: 16px;
}

html {
    font-size: 10px;
}
a,a:hover,a:focus{  text-decoration: none;transition: all ease .2s;}
a{color: #2363D5;}
a:hover,a:focus{color: #3885d8;text-decoration: none}
p{  margin-bottom: 20px; }
ul, ol{  padding-left: 18px;  }
.noul{  list-style: none;  padding-left: 0;  }
ul li,ol li{  margin-bottom: 10px;  }
.modal-open{  overflow: visible;  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,.big-title,.small-title,.huge-title,.banner-title{line-height: 1.35em;font-weight: bold;margin-bottom: 20px;margin-top: 0;letter-spacing: 0.5px;}

.huge-title{
    font-size: 2.8rem;
}
h2,.h2,.big-title{
    font-size:1.3em;
    color: #2363D5;
}
h3, h3,.small-title{
    font-size: 1.1em;
    margin-top: 0;
}

h4{
    font-size: 1.1em;
    margin-top: 0;
}








/*nav*/
@media (min-width: 1400px){

    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 27px 10px;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        padding: 20px 10px;
    }
    .search-top input{
        width: 260px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px){

    .head-nav .navbar-default .navbar-nav>li>a{
        padding:27px 0px;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        padding: 20px 0px;
    }
    .search-top input{
        width: 250px;
    }
    .search-top input::placeholder{
        font-size: 14px;
    }
}
@media (min-width: 1200px){
    .logo-part{
        display: inline-block;
        height: 52px;
        background-size: 100%;
        width: 245px;
    }


}
@media (min-width: 992px) and (max-width: 1200px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 27px 0px;
        font-size: .95em;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        padding: 20px 0px;
    }

    .logo-part{
        display: inline-block;
        width: 176px;
        height: 40px;
        background-size: contain;
    }
    .search-top input{
        width: 200px;
    }
    .search-top input::placeholder{
        font-size: 12px;
    }
}


@media (min-width: 760px) and (max-width: 992px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 27px 0px;
        font-size: .88em;
    }
    .logo-part{
        display: inline-block;
        width: 176px;
        height: 40px;
        background-size: contain;
    }
    .search-top input{
        width: 200px;
    }
    .search-top input::placeholder{
        font-size: 12px;
    }

    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        padding: 20px 0px;
    }

}



@media (min-width: 760px){
    .head-nav .navbar-default{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head-nav .navbar-default:before,.head-nav .navbar-default:after{
        display: none;
    }
    .navbar-nav{
        float: right;
    }
    .head-nav .navbar-nav>li{
        margin-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu{
        width: 100%;
        margin: 0;
        position: absolute;
    }
    .head-nav .dropdown-menu>li{
        position: static;
    }

    .head-nav .dropdown-menu .dropdown>a>.caret{
        position: absolute;
        top:6px;
        right: 15px;
        color: #ddd;
        border: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a>.caret{
        display: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu .dropdown-menu>li>ul>li>a>span{
        right: 28px;
    }
    .head-nav .navbar-nav>li>.dropdown-menu .dropdown-menu>li>ul>li>a>span:before{
        color: #aaa !important;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        color: #fff;
        border-bottom: 2px solid transparent;
        margin-bottom: 0;
    }
    .head-nav .navbar-default .navbar-nav>li>a:hover, .head-nav .navbar-default .navbar-nav>li>a:active{
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    .head-nav .navbar-default .navbar-nav>li>a>.caret:before{
        font-family: 'icomoon';
        position: absolute;
        right: 0;
        top: 0;
    }
    .head-nav .navbar-nav>li:nth-child(3), .head-nav .navbar-nav>li:nth-child(4){
        position: static;
    }
    .head-nav .navbar-nav>li.open:nth-child(3)>ul, .head-nav .navbar-nav>li.open:nth-child(4)>ul{
        display: flex;
	    padding: 0 20px 10px;
    }
    .head-nav .navbar-nav>li:nth-child(3)>ul, .head-nav .navbar-nav>li:nth-child(4)>ul{
        grid-gap: 30px;
    }
    .head-nav .navbar-nav>li:nth-child(3)>ul>li>a, .head-nav .navbar-nav>li:nth-child(4)>ul>li>a{
        border-bottom: 1px solid #ddd;
        padding: 15px 10px;
    }
    .head-nav .navbar-nav>li:nth-child(3)>ul>li, .head-nav .navbar-nav>li:nth-child(4)>ul>li{
        width: 24%;
        float: left;
    }
    .head-nav .navbar-nav>li:nth-child(3)>ul>li>ul, .head-nav .navbar-nav>li:nth-child(4)>ul>li>ul{
        display: block;
        position: relative;
        left: 0;
        box-shadow: none;
        border: none;
        width: 100%;
    }
    .head-nav .navbar-nav>li:nth-child(3)>ul>li>ul ul, .head-nav .navbar-nav>li:nth-child(4)>ul>li>ul ul{
        display: none;
    }

    .head-nav .navbar-nav>li:nth-child(3)>ul {
        width: 114%;
        left: 50%;
        transform: translateX(-50%);
    }

    .head-nav .navbar-nav>li:nth-child(3)>ul>li>ul > li {
        margin-bottom: 10px;
    }
    

    .head-nav .navbar-nav>li:nth-child(3)>ul>li>ul > li > ul {
        display: block;
        font-size: 14px;
        list-style: disc;
        padding-left: 27px;
        color: #2363D5;
        font-size: 12px;
        margin-top: -5px;
    }
    .head-nav .navbar-nav>li:nth-child(3)>ul>li>ul > li > ul > li > a {
        padding: 5px 0;
        font-size: 14px;
    }

    .head-nav .navbar-nav>li.open:nth-child(4)>ul {
        width: 85%;
        justify-content: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .head-nav .navbar-nav>li.open:nth-child(4)>ul > li {
        width: 30%;
    }
    .head-nav .navbar-nav>li.open:nth-child(3)>ul {
        justify-content: center;
    }
    .head-nav .navbar-nav>li.open:nth-child(3)>ul > li:nth-child(1) {
        width: 25%;
    }
    .head-nav .navbar-nav>li.open:nth-child(3)>ul > li:nth-child(2) {
        width: 34%;
    }
    .head-nav .navbar-nav>li.open:nth-child(3)>ul > li:nth-child(3) {
        width: 25%;
    }

 /*   .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>a, .head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li>a{
        width: 25%;
        padding-right: 30px;
        position: relative;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li.open>a:after, .head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li.open>a:after{
        content: '';
        display: inline-block;
        position: absolute;
        right: -3px;
        top: 0;
        width: 3px;
        height: 100%;
        background: #2363D5;
        z-index: 6666;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>a>.caret,.head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li>a>.caret{
        left: 92%;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li, .head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li>.dropdown-menu>li{
        position: relative;
        width: 50%;
        float: left;
    }

    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>ul, .head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li>ul{
        left: 25%;
        width: 75%;
        border: none;
        background: #f9f9f9;
        box-shadow: none;
        border-left: 2px solid #ddd;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
    }

    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu,.head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu{
        min-height: 400px;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a, .head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li>.dropdown-menu>li>a {
        color: #0943ab;
        padding-right: 30px;
        font-weight: bold;
    }*/
    .head-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a{
        position: relative;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
    }

    .head-nav .navbar-nav>li>.dropdown-menu ul {
        left: 100%;
        top: 0;
        list-style: none;
        font-size: .98em;
	    background: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li{
        margin-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        transition: all ease 1s;
        display: block;
        color: #2363D5;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a:hover{
        background: none;
        transition: all ease 1s;
        color: #F5594D;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        position: absolute;
        left: 50px;
        box-shadow: none;
        top:30px;
        width: 90%;
        min-width: 360px;
        border-radius: 0;
        padding: 8px 0;
        font-size: .94em;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu>li>a{
        padding: 5px 10px;
        position: relative;
    }
    .head-nav:hover .navbar-default .navbar-toggle .icon-bar,.navbar-default .navbar-toggle .icon-bar{
        background: #fff;
    }
    .head-nav:hover .navbar-default .navbar-toggle,.navbar-default .navbar-toggle{
        border-color: #fff;
    }
}
@media (max-width: 760px){
    .navbar-header {
        padding: 10px 0;
    }
    .search-top input{
        width: 100%;
    }
    .isStuck .navbar-header{
        padding: 10px 0;
    }
    .logo-part{
        display: inline-block;
        margin-left: 0;
        width: 180px;
        height: 38px;
        background-size: contain;
    }

    .head-nav .dropdown-menu{
        position:inherit;
        float: none;
        padding-left: 0;
        box-shadow: none;
        border: none;
    }
    .navbar-default .navbar-nav>li>a{
        color: #222;
    }
    .head-nav .caret{
        border: none;
    }
    .head-nav .dropdown>a>.caret:after{
        position: absolute;
        top:0;
        right: 15px;
        content: '+';
        font-size: 1.1em;
        font-weight: bold;
    }

    .head-nav .navbar-nav>li.dropdown>a>.caret:after,  .head-nav .navbar-nav>li.dropdown.on>a>.caret:after{
        top: 15px;
        right: 15px;
    }
    .head-nav .col-md-3.dropdown>a>.caret:after{
        content: '';
    }

    .head-nav .dropdown.on>a>.caret:after{
        position: absolute;
        top:0;
        right: 15px;
        content: "-";
    }
    .head-nav .navbar-nav{
        margin: 0;
    }

    .head-nav .dropdown-menu>.active>a,.head-nav .dropdown-menu>.active>a:hover,.head-nav .dropdown-menu>.active>a:focus{
        background: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 15px 10px;
        border-top: 1px solid #ddd;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li ul{
        margin-top: 0;
        padding-left: 0;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu .dropdown-menu>li>a{
        padding: 7px 10px;
    }

    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a{
        font-weight: bold;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a>span{
        display: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        margin: 10px 0 0 0;
        padding-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu>li{
        line-height: 2.7rem;
    }
    .head-nav .navbar-collapse{
        background: #fff;
        position: absolute;
        width: 100%;
        top: 54px;
        left: 0;
        z-index: 333;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        width: 90%;
        overflow: hidden;
        display: inline-block;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li{
        line-height:1em;
        margin-bottom: 0;
    }
}

.logo-part{
    background: url(../images/logo-white.svg) no-repeat;
}

.isStuck .logo-part{
    background: url(../images/logo.svg) no-repeat;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: none;
}



 .search-top{
    position: relative;
}

 .search-top input{
    height: 42px;
    line-height: 42px;
    transition: all ease .4s;
    background: none;
    border: 1px solid #fff;
    color: #fff;
     border-radius: 30px;
     outline: none;
     padding: 5px 10px;
}
.search-top input::placeholder{
    color: #fff;
}
 .search-top .search-btn{
    background: none;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
    line-height: 16px;
     position: absolute;
     right: 10px;
     top: 12px;
     border: none;
}
.head-nav.isStuck  .search-top input{
    border: 1px solid #2363D5;
    color: #2363D5;
    margin-bottom: 0px;
}
.head-nav.isStuck .search-btn,.head-nav.isStuck  .search-top input::placeholder{
    color: #2363D5;
}




.search-btn:hover,.search-btn:focus{
    color: #2363D5;
    background: none;
}
.search-select,.search-select:hover,.search-select:focus{
    position: absolute;
    left: 15px;
    top: 0;
    height: 42px;
    background: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    font-size: .9em;
    border-right: 1px solid #ddd;
    outline: none;
    border-radius: 0;
}
.head-nav .navbar-nav>li{
    margin-bottom: 0;
}

.head-nav{
    position: fixed;
    z-index: 90;
    width: 100%;
}

.head-nav.isStuck{
    background: #fff;
    position: fixed;
    margin-top: 0;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);;
}

.head-nav.isStuck .navbar-default{
    margin-top: 0;
}
.head-nav.isStuck .navbar-default .navbar-nav>li>a{
    color:#222;
    font-size: 15px;
}
.head-nav.isStuck .navbar-default .navbar-nav>li>a:hover{
    color:#2363D5;
}
.head-nav.isStuck .navbar-default .navbar-nav>.active>a, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:hover, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:focus{
    color: #2363D5;
    background: none;
}
.head-nav .navbar-nav>li>.dropdown-menu{
    background: #fff;
    box-shadow: none;
}
.head-nav.isStuck .navbar-nav>li>.dropdown-menu{
    background: #fff;
}
.head-nav .dropdown-menu>li{
    margin-bottom: 0;
}
.head-nav .navbar-nav>li>.dropdown-menu>li>a{
    position: relative;
    font-weight: bold;
}

.head-nav.isStuck .dropdown-menu>li>a{
    color: #444;
}
.head-nav.isStuck .dropdown-menu>li>a:hover{
    /*color: #2363D5;*/
}
.head-nav .dropdown-menu>li>a:hover,.head-nav .dropdown-menu>li>a:hover{
    background: none;
    color: #2363D5;
}
.head-nav li.open>a,.head-nav li.open>a:hover,.head-nav li.open>a:focus{
    background: none;
    color: #222;
}
.head-nav ul li:nth-child(4) ul li>a {
    font-size: 15px;
}
.head-nav ul li:nth-child(4) ul li>a:hover,
.head-nav ul li:nth-child(4) ul li>a:focus {
    background: none;
    color: #2363D5;
}
.head-nav a:hover{
    color: #2363D5;
}
.head-nav .navbar-default{
    background: none;
    border-radius: 0;
    border: none;
    margin-bottom:0;
}
.head-nav .navbar-default .navbar-nav>li>a{
    position: relative;
    font-weight: bold;
    /* letter-spacing: .5px; */
    font-size: 15px;
}

.head-nav .navbar-default .navbar-nav>.active>a:before{
    content: '';
}

.head-nav .navbar-default .navbar-nav>.open>a,.head-nav .navbar-default .navbar-nav>.open>a:hover,.head-nav .navbar-default .navbar-nav>.open>a:focus{
    background: #fff;
    color: #2363D5;
    border-bottom: 2px solid #2363D5;
}
.head-nav.isStuck .navbar-default  .navbar-nav>.open>a,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:hover,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:focus{
    background: none;
}
.head-nav .navbar-default .navbar-nav>.active>a,
.head-nav .navbar-default .navbar-nav>.active>a:hover,
.head-nav .navbar-default .navbar-nav>.active>a:focus{
    color: #2363D5;
    background: none;
    border-top: 4px solid #2363D5;
}
.head-nav .navbar-collapse{
    padding: 0;
}
.head-nav .navbar-default{
    position: relative;
}

.head-nav .dropdown-menu>.active>a{
    background: none;
}
.head-nav .dropdown-menu>.active>a:focus,.head-nav .dropdown-menu>.active>a:active{
    color: #2363D5;
}


/*banner*/
.carousel{position:relative}
.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner > .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner > .item > a > img,.carousel-inner > .item > img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner > .item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner > .item.active.right,.carousel-inner > .item.next{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner > .item.active.left,.carousel-inner > .item.prev{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner > .item.active,.carousel-inner > .item.next.left,.carousel-inner > .item.prev.right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display:block}.carousel-inner > .active{left:0}.carousel-inner > .next,.carousel-inner > .prev{position:absolute;top:0;width:100%}.carousel-inner > .next{left:100%}.carousel-inner > .prev{left:-100%}.carousel-inner > .next.left,.carousel-inner > .prev.right{left:0}.carousel-inner > .active.left{left:-100%}.carousel-inner > .active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter: alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:0.9;filter: alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}
.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}

@media (max-width: 768px){
    .carousel-caption{
        left: 0;
        right: 0;
    }
}
@media (min-width: 1400px){
    .index-slide .carousel-caption .banner-title{
        font-size: 2.8em;
    }
}
@media (min-width: 1100px) and (max-width: 1400px){
    .index-slide .carousel-caption .banner-title{
        font-size: 2.5em;
    }
}
@media (min-width: 760px) and (max-width: 1100px){
    .index-slide .carousel-caption .banner-title{
        font-size: 2em;
    }
}
@media (min-width: 760px){
    .index-slide .carousel-caption{
        padding:5% 10% 0 0;
        width: 54%;
    }
    .index-slide .carousel-caption .banner-title{
        margin-bottom: 25px;
        line-height: 1.35em;
    }
    .banner-more span{
        padding: 13px 50px;
    }
    .index-slide a .container{
        position: relative;
    }
    .index-slide a .container:before{
        /*content: '';*/
        display: inline-block;
        position: absolute;
        width: 69%;
        left: 0;
        top: 0;
        bottom: 0;
        /*background: rgba(0,0,0,.3);*/
    }
}
@media (max-width: 760px){
    .index-slide .carousel-caption{
        padding: 0 60px;
        display: flex;
        align-items: center;
        height: 125% !important;
    }
    .index-slide .carousel-caption .banner-title{
        font-size: 1.56em;
        margin-bottom: 20px;
    }
    .banner-more span{
        padding: 10px;
    }
    .index-slide .carousel-inner>.item>a{
        width: 100%;
        background: #f2f2f2;
        position: relative;
        transform: none;
        display: block;
        height: 600px;
        overflow: hidden;
    }
    .index-slide .carousel-inner>.item>a>.container{
        display: flex;
        height: 100%;
    }

}
.index-slide .carousel-caption .banner-title{
    position: relative;
    letter-spacing: .5px;
}

.index-slide{
    position: relative;
}
.index-slide  .carousel-indicators .active,.index-slide .carousel-indicators li:hover{
    border: 1px solid #fff;
}
.index-slide .carousel-indicators li{
    background:none;
    border: 1px solid #fff;
    width: 25px;
    height: 8px;
    margin: 0 5px;
    position: relative;
    transition: all ease .3s;
}
.index-slide .carousel-indicators li:hover{
    background: #fff;
    border: 1px solid #fff;
}
.index-slide .carousel-indicators li.active{
    background: #fff;
    border: 1px solid #fff;
    width: 20px;
    height: 8px;
}


.index-slide .carousel-caption{
    text-shadow: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    justify-content: flex-start;
    text-align: left;
}


.banner-more span{
    display: inline-block;
    background: #2363D5;
    color: #fff;
    transition: all ease .4s;
    border-radius: 5px;
    font-size: 1.1em;
}
.banner-more span:hover,.banner-more span:focus{
    background: #fff;
    color: #2363D5;
}
.banner-more span.two{
	display: inline-block;
	background: #F5594D;
	color: #fff;
	transition: all ease .4s;
	border-radius: 5px;
	font-size: 1.1em;
}
.banner-more span.two:hover,.banner-more span.two:focus{
	background: #fff;
	color: #F5594D;
}
.index-slide:hover .carousel-control{
    opacity: 1;
    width: 6%;
}

.index-slide .carousel-caption .banner-title{
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
}
.index-slide .carousel-caption p{
    margin-bottom: 60px;
    width: 100%;
    color: #fff;
}

.index-slide .item .section-part{
    display: flex;
    height: 100vh;
}

.carousel-control.left,.carousel-control.right{
    background: none;
    text-shadow: none;
    width: 5%;
    z-index: 4;
}
.carousel-fade .carousel-inner .item{
    opacity:0;
    -webkit-transition-property:opacity ;
    -moz-transition-property:opacity ;
    -ms-transition-property:opacity ;
    -o-transition-property:opacity ;
    transition-property:opacity ;
}

.carousel-fade .carousel-inner .active{
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{
    left: 0;
    opacity: 0;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
/*banner*/


.head-nav .navbar-nav>li:nth-child(6)>ul>li>a, .head-nav .navbar-nav>li:nth-child(2)>ul>li>a{
	color: #2363D5;
}
.head-nav .navbar-nav>li:nth-child(6)>ul>li>a:hover, .head-nav .navbar-nav>li:nth-child(2)>ul>li>a:hover{
	color: #F5594D;
}
.head-nav .navbar-nav>li:nth-child(6)>ul.dropdown-menu {
    width: 150px;
    padding: 5px;
}
.head-nav .navbar-nav>li:nth-child(2)>ul.dropdown-menu {
    width: 340px;
    padding: 5px;
}
/*Career nav*/

@media screen and (max-width: 600px) {
	.container {
		padding: 0;
	}
	.row {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/*.carousel-inner .item .container{*/
/*    padding: 0 20%;*/
/*}*/
/*@media screen and (max-width: 1580px) {*/
/*    .carousel-inner .item .container {*/
/*        padding: 0 20%;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1400px) {*/
/*    .carousel-inner .item .container {*/
/*        padding: 0 10%;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1000px) {*/
/*    .carousel-inner .item .container {*/
/*        padding: 0 60px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 600px) {*/
/*    .carousel-inner .item .container {*/
/*        padding: 0 15px;*/
/*    }*/
/*}*/

/*top-nav adv*/
.top-adv{
    width: 100%;
    height: auto;
    position: relative;
    background: #e4f2ff;
    padding: 8px 0px;
}
.top-adv-content{
    width: 100%;
    height: auto;
    display: block;
}
.top-adv-main{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-adv .pic{
    width: auto;
    height: auto;
    flex-shrink: 0;
}
.top-adv .pic img{
    width: auto;
    height: 50px;
}
.top-adv .text{
    width: auto;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-adv .text p{
    margin-bottom: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}
.top-adv .text .text-btn{
    flex-shrink: 0;
    margin-left: 30px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.3;
    background: #3b83fc;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
}
.top-adv .text .text-btn:hover{
    background: #3362ce;
    color: #fff;
}
.close-adv{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    color: #3b83fc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.close-adv:before{
    content: '\2716';
    font-size: 12px;
    line-height: 12px;
}
.close-adv:hover{
    background: #3362ce;
    color: #fff;
}
@media (max-width: 1024px) {
    .top-adv-main {
        justify-content: center;
        flex-wrap: wrap;
    }
    .top-adv .pic {
        width: 100%;
        text-align: center;
    }
    .top-adv .text {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
}
@media (max-width: 800px) {
    .top-adv .pic img {
        height:40px;
    }
    .top-adv .text p {
        display: none;
    }
    .top-adv .text .text-btn {
        margin-left: 0px;
        margin-top: 0px;
    }
    .top-adv .text {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}
@media (max-width: 1900px) {
    .head-nav .container {
        padding: 0 5%;
    }
}





