@CHARSET "UTF-8";
body {
    color: #444;
    font-size: 15px;
    /*font-family: 'Franklin Gothic','Microsoft Yahei';*/
}
a:focus, a:hover, a:hover font {
    color: #999 !important;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
i {
    margin-right: 3px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    display: block;
    content: '.';
    clear: both;
    height: 0;
    visibility: hidden;
}
.btn {
    border-radius: 0;
    border: none;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/template/zjc_v3/img/preloader.GIF);
    overflow: hidden;
}
.blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

/***********************searchwraper ***************************/
.searchwraper {
    background: #ffffff7a;
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
}
.searchwraper:after {
    filter: blur(20px);
}
.searchwraper .searchBox {
    /*background: #fff;*/
    padding: 20px 0;
}
.searchwraper .search {
    width: 50%;
    margin: auto;
    padding: 2px;
    background: #3d4c5f;
    margin-top: 10%;
}
.searchwraper .search input {
    border: 0;
    height: 60px;
    float: left;
    width: 80%;
    background: #fff;
    padding-left: 20px;
    line-height: 36px;
    font-size: 28px;
}
.searchwraper .search button {
    border: 0;
    background: #3d4c5f;
    color: #fff;
    float: left;
    width: 20%;
    height: 36px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 36px;
}
.searchwraper .search button svg {
    margin-top: 5px;
}
#searchicon,#searchicon2 {
    font-weight: 400;
}
.hotList {
    margin: 15px auto;
    float: none;
}
.hotList a {
    margin: 0 5px;
    color: #333;
}
/***********************header ***************************/
header * {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

header {
    position: relative;
    z-index: 222;
    width: 100%;
    top: 0;
    height: 90px;
    background: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    /*box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);*/
    border-bottom: 1px solid #ddd;

}
header .header-bottom {
    /*height: auto;*/
    /*     background: #262626;
         background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
         background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 17%,rgba(0,0,0,0.75) 57%,rgba(0,0,0,0.75) 88%,rgba(0,0,0,0.75) 100%);
         background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,0)),color-stop(17%,rgba(0,0,0,0.15)),color-stop(57%,rgba(0,0,0,0.55)),color-stop(88%,rgba(0,0,0,0.75)),color-stop(100%,rgba(0,0,0,0.75)));
         background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 17%,rgba(0,0,0,0.55) 57%,rgba(0,0,0,0.75) 88%,rgba(0,0,0,0.75) 100%);
         background: -o-linear-gradient(bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 17%,rgba(0,0,0,0.55) 57%,rgba(0,0,0,0.75) 88%,rgba(0,0,0,0.75) 100%);
         background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 17%,rgba(0,0,0,0.55) 57%,rgba(0,0,0,0.75) 88%,rgba(0,0,0,0.75) 100%);
         background: linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 7%,rgba(0,0,0,0.40) 57%,rgba(0,0,0,0.55) 88%,rgba(0,0,0,0.75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#bf000000',GradientType=0);*/
}
header.header {
    height: 50px;
    position: fixed;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    background: #fff !important;
    border: none;
}
header .logo {
    padding-top: 13px !important;
    width: 244px;
}
header .logo img,header .logo svg {
    height: 66px;
}
header.header .logo {
    padding-top: 2px !important;
    overflow: hidden;
    width: 110px;
}
header.header .logo img,header.header .logo svg, header.header .logo svg image {
    height: 46px;
    width: 170px;
}
header.header .menu-area nav > ul > li {
    padding: 0;
}
header .menu-area {
    position: inherit !important;
}
header .menu-area nav > ul > li {
    display: inline-block;
    padding: 5px 0;
    float: left;
    clear: none;
    margin-right: -10px;
}
header .menu-area nav ul li.dropdown a .img-title {
    float: left;
    /*margin-right: -55px;*/
    padding-right: 10px;
    margin-top: 4px;
}

@keyframes Tada {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
header .menu-area nav > ul > li ul * {
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
header .menu-area nav ul li.dropdown:hover a .img-title/*, header .menu-area nav ul li.dropdown:hover a svg*/ {
    //display: none;
    opacity: 1;
    /*transform: translateX(-52px);*/
}
header .menu-area nav ul li.dropdown:hover a .img-title img {
    animation: Tada 3s linear infinite;
}
header .menu-area nav ul li.dropdown:hover a .nav-title {
    opacity: 1;
    display: inline-block;
    /*transform: translateX(3%);*/
}
header .menu-area nav > ul > li:hover {
    /*border-bottom: 4px solid #0cace8;*/
}
header .menu-area nav > ul > li.search-li {
    border: none;
    margin: 0;
}


header .menu-area nav > ul > li.search-li a {
    border: none !important;
    width: 50px !important;
    text-align: right;
    margin-top: 5px;
}
header .menu-area nav > ul > li.search-li.zh a {
    margin: 0;
}
header .menu-area nav > ul > li.search-li a * {
    transform: none !important;
}
header .menu-area nav > ul > li.search-li:hover a {
    border: none !important;
}
header .menu-area nav > ul > li.search-li a svg,.login-title {
    float: none;
    margin-top: 4px;
}
header .menu-area nav > ul > li.search-li:hover a svg {
    display: none;
}
header .menu-area nav > ul > li.search-li.zh a svg, header .menu-area nav > ul > li.search-li a#searchicon svg {
    display: inline-block !important;
}
header .menu-area nav > ul > li.search-li:hover a .login-title {
    display: block;
}
header .menu-area nav > ul > li.search-li > a:after {
    display: none;
}
header .menu-area nav > ul > li.search-li-box a#searchicon {
    background: url(/template/zjc_v3/img/search-b.png) right center no-repeat;
    width: 40px;
    height: 54px;
}
header .menu-area nav > ul > li.search-li-box a#searchicon:hover {
    background: url(/template/zjc_v3/img/search-h1.png) right center no-repeat;
}

header .menu-area nav > ul > li.search-li-box {
    position: relative !important;
    padding-bottom: 0px;
}
header .menu-area nav > ul > li.search-li-box:hover > ul {
    display: block;
    background: #fff !important;
    right: 0;
}
header .menu-area nav > ul > li.search-li-box:hover > ul li input {
    margin: 5px 0;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
}
header .menu-area nav > ul > li.dropdown > a {
    font-size: 18px;
    font-weight: 500;
    text-transform: initial;
    color: #3d4c5f;
    padding: 18px 2px 10px;
    display: block;
    /*padding-left: 52px;*/
    position: relative;
    width: 180px;
    text-align: left;
}
header.header .menu-area nav > ul > li.dropdown > a {
    padding: 3px 0 1px;
}
header .menu-area nav > ul > li > a:after {
    content: "";
    position: absolute;
    width: 100%;
    /*height: 2px;
    top: 0;
    left: 0;
    background-color: #2681c4;*/
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .15s ease-in;
    z-index: 1;
}
header .menu-area nav > ul > li:hover a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all .15s ease-in;
}
header .menu-area nav > ul > li.first>a {
    background: url(/template/zjc_v3/img/nav-top/zhaosheng-o.png) 0 center  no-repeat;
}
header .menu-area nav > ul > li.second>a {
    background: url(/template/zjc_v3/img/nav-top/jiuye-o.png) 0 center  no-repeat;
}
header .menu-area nav > ul > li.third>a {
    background: url(/template/zjc_v3/img/nav-top/chuangye-o.png) 0 center  no-repeat;
}
header .menu-area nav > ul > li.fourth>a {
    background: url(/template/zjc_v3/img/nav-top/global-o.png) 0 center  no-repeat;
}
header .menu-area nav > ul > li.first:hover >a {
    background: url(/template/zjc_v3/img/nav-top/zhaosheng-o-h.png) 0 center  no-repeat;
}
header .menu-area nav > ul > li.second:hover >a {
    background: url(/template/zjc_v3/img/nav-top/jiuye-o-h.png) 0 center  no-repeat;
}
header .menu-area nav > ul > li.third:hover >a {
    background: url(/template/zjc_v3/img/nav-top/chuangye-o-h.png) 0 center  no-repeat;
}
header .menu-area nav > ul > li.fourth:hover >a {
    background: url(/template/zjc_v3/img/nav-top/global-o-h.png) 0 center  no-repeat;
}
header .menu-area nav > ul > li ul {
    left: auto;
    margin-left: 35px;
    background: none !important;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
header .menu-area nav > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: all 0.3s ease 0s;
    background: #fff !important;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
header .menu-area nav > ul > li > ul {
    background-color: #fff;
    margin-top: 30px;
    opacity: 0;
    padding: 0 0;
    position: absolute;
    text-align: left;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: -99;
    border-top: 0px solid #f8ae31;
    box-shadow: none;
    /*width: 100%;
    left: 0;
    right: 0;
    margin-left:0;*/
    width: 180px;
}
.header-bottom .menu-area ul li:hover ul li a:hover {
    color: #2681c4 !important;
}
header .menu-area nav > ul > li > ul li {
    display: block;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #eee;
}
header .menu-area nav > ul > li ul li a {
    color: #3d4c5f !important;
    display: block;
    line-height: 20px !important;
    padding: 5px 22px;
    text-transform: capitalize;
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
}
header .menu-area nav > ul > li.dropdown.active {
    background: #ff7f22;
}
header .menu-area nav > ul > li.dropdown.active a {
    color: #fff;
}
header .menu-area ul.navigation {
    margin: 0;
    float: right;
}
header .menu-area nav > ul > li i {
    font-size: 20px;
    color: #fff;
    font-weight: 400 !important;
}
header .menu-area nav > ul > li button i,
header .menu-area nav > ul > li ul li i {
    color: #333;
}

header .menu-area ul.navigation li [class*=" fa-"] {
    width: initial;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
header .menu-area ul.navigation li.dropdown:hover>a [class*=" fa-"] {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
header .menu-area nav > ul > li .btn-group {
    position: relative !important;
    padding-top: 22px;
}
header.header .menu-area nav > ul > li .btn-group {
    padding-top: 8px;
}
header .menu-area nav > ul > li .btn-group .btn {
    border-radius: 0;
    background: none !important;
}
header .menu-area nav > ul > li .btn-group ul {
    right: 0;
    margin: 0;
    background: #fff !important;
    z-index: 99999;
}
header .menu-area nav > ul > li .btn-group:hover ul {
    display: block;
    top: 100%;
}
header .menu-area nav > ul > li .btn-group ul li a, header .menu-area nav > ul > li:hover .btn-group ul li a {
    padding: 2px 15px;
    color: #444 !important;
}
.header-bottom.stick-h2.stick {
    background: #fff !important;
    height: auto;
    animation: none;
    box-shadow: none;
}

.header-bottom .menu-area ul li:hover ul li a {
    color: #3d4c5f !important;
}
.header-bottom.stick .menu-area ul li ul li a {
    color: #333 !important;
}
.header-bottom.stick .menu-area ul li ul {
    background: #fff !important;
    top: 70px;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
header.header .header-bottom.stick .menu-area ul li ul {
    top: 65px;
}

header .menu-area nav > ul > li a .nav-title span.zh {
    font-size: 18px;
    font-weight: 500;
    text-transform: initial;
    color: #3d4c5f;
    display: block;
    position: relative;
}
header .menu-area nav > ul > li a .nav-title span.en {
    display: block;
    font-size: 13px;
    color: #5e6e82;
    font-weight: 400;
}

button#login2 {
    background: #fff;
    font-size: 16px;
    border-radius: 0;
    padding: 7px 20px;
}
.mean-container .mean-bar {
    float: right;
    min-height: 42px;
    width: 100%;
    margin-top: -50px;
}
.mean-container .mean-bar::after {
    color: #fff;
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
}


.mobile-menu-area {
    background: #fff;
    position: fixed;
    z-index: 11;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 5px 26px 0 rgba(67,94,131,.15);
    box-shadow: 0 5px 26px 0 rgba(67,94,131,.15);
}
.mobile-menu-area * {
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
.mean-container a.meanmenu-reveal span {
    background: #3d4c5f;
}


.rapic-navigation {
    background: #efefef;
    /*background: url(/template/zjc_v3/img/nav/nav-bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 15px 0;
}
ul.rapic-nav {
    /*    display: inline-block;*/
    margin-top: 10px;
}
ul.rapic-nav li {
    font-size: 16px;
    /*    border-bottom: 1px dotted #ddd;*/
    /* min-height: 58px; */
    line-height: 1.5;
    position: relative;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}
ul.rapic-nav li a {
    /*    background: #3d4c5f;*/
    color: #3d4c5f;
    padding: 4px 0;
    display: block;
}
ul.rapic-nav li a img {
    /*width: 100%;*/
    margin-bottom: 7px;
    float: left;
}
ul.rapic-nav li a .title-nav {
    float: left;
    font-size: 22px;
    padding-left: 15px;
    margin: 5px 0;
}
ul.rapic-nav li a span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #aaa;
}


ul.Llink {
    display: inline-block;
}
ul.Llink li {
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
ul.Llink li a {
    color: #cfbfd6;
}

footer.footer-bg {
    background: #26588a url(../img/footer-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 5px solid #f8ae31;
    padding-top: 20px;
}
footer.footer-bg * {
    color: #afbfd0;
}
footer.footer-bg .heading {
    font-size: 15px;
    font-weight: 600;
    color: #eee;
}

footer.footer-bg .wechatdiv {
    width: 13%;
}
footer .rapicNav p {
    font-size: 14px;
}
footer.footer-bg ul.links li {
    font-size: 13px;
    line-height: 1.6;
}

footer #wechats {
    position: absolute;
    bottom: -50px;
    padding: 5px;
    right: 60px;
    z-index: 9;
    background-color: #fff;
}
footer #wechats .hover-right {
    background: url(/template/zjc_v3/img/hover-right.png) center center no-repeat;
    top: 50%;
    right: -14px;
    z-index: 9;
    position: absolute;
    width: 20px;
    height: 20px;
}
footer #wechats h4 {
    color:#333;
    text-align: center;
    margin:0;
}

footer {
    padding: 30px 0 15px;
    font-size: 14px;
    background: #485f7b;
    color: #adbdc6;
}
footer hr {
    border-top: 1px solid #556e8c;
}
footer .title,.footer-resourceBox .title {
    /*margin: 0px 0;*/
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.footer-resourceBox .title {

    padding: 5px 0px;
    /*border: 1px solid #ffffff52;
    box-shadow: 1px 1px 5px #dddddd7a;
    width: 100%;*/
}
.footer-resourceBox .title svg, .footer-resourceBox .title h4 {
    float: left;
}
.footer-resourceBox .title h4 {
    padding: 5px 0 5px 15px;
}

.footer-resourceBox {
    /*padding: 50px 0;*/
}
.footer-resource ul li {
    /*display: inline-block;*/
    /*width: 100%;*/
}
.footer-resource ul li a {
    display: inline-block;
    margin: 0;
}
.footer-resourceBox .footer-environment .hoverbg {
    display:block;
    width:100%;
    height:100%;
}
.footer-resourceBox .footer-environment .environment-title {
    margin-top: -110px;
    /*height: 80px;*/
}
.footer-resourceBox .footer-environment .environment-title a {
    background: #485f7bcf;
    color: #fff;
    display: inline-block;
    padding: 15px 30px 15px 15px;
}
footer .rapicNav .row {
    margin: 0 -5px;
}
footer .rapicNav .row .col-xs-3 {
    padding: 0 5px;
}
footer .rapicNav a {
    color: #adbdc6;
}
footer .rapicNav .wechats img {
    border-radius: 50%;
    margin-right: 5px;
    opacity: 0.8;
}
footer .rapicNav .footer-logo {
    /*width: 80px;*/
    opacity: 0.85;
    margin: 0;
}
footer .rapicNav .wechats {
    /*padding-left: 85px;*/
}
footer .rapicNav .wechats .wechat {
    float: left;
}
footer .rapicNav .wechats .wechat:hover .wechathover {
    display: block !important;
    position: absolute;
    bottom: 40px;
    width: 285px;
    right: 15px;
    background: #fff;
}
footer .rapicNav .wechats .wechat .wechathover span {
    float: left;
    text-align: center;
}
footer .rapicNav .wechats .wechathover img {
    border-radius: 0% !important;
    float: left !important;
    width: 90px;
}
footer .linkdiv a {
    display: inline-block;
    /* float: left; */
    position: relative;
    margin: 0 15px 10px 0;
}
footer .copyright p {
    text-align: right;
}
@media (min-width: 1400px) {
    .container {
        width: 1400px !important;
        max-width: 1400px !important;
    }

}
@media (max-width: 768px) {
    .button-prev, .button-next {
        display: none !important;
    }
    .hide-xs {
        display: none;
    }
    .container {
        width: 100%;
    }

    .mean-container {
        padding: 0;
    }
    .mean-container .mean-nav ul li a {
        font-size: 15px;
        padding: 0.5em 5%;
        font-weight: 500;
    }
    .mean-container .mean-nav ul li li a {
        padding: 0.5em 10%;
    }
    .mean-container a.meanmenu-reveal {
        padding: 13px 20px 15px 13px;
    }

    #mobile-search {
        display: block !important;
        background: #3a3f44;
    }

    #mobile-search .searchbox {
        margin: 10px;
        display: inline-block;
    }

    #mobile-search .btn-login {
        float: right;
        padding: 0 10px;
        margin-top: 0;
        text-align: center;
        background: #3a3f44;
    }
    #mobile-search .btn-login .dropdown-menu {
        z-index: 9999999;
        right: 0;
        left: initial;
    }
    #mobile-search input.keywords {
        border: 1px solid #26588a;
        color: #d28d8d;
        width: 190px;
    }

    #mobile-search button.button {
        border: none;
        color: #fff;
        margin-left: -32px;
    }
    header .header-top {
        height: 52px !important;
        border-bottom: none !important;
    }
    header .header-top .logo {
        padding-top: 0 !important;
    }

    header .header-top .logo img {
        width: 220px;
    }
    #searchicon {
        color: #fff !important;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        padding: 5px 15px;
    }
    .searchwraper .search {
        width: 90%;
    }
    button#logou_btn {
        background: none;
        color: #fff;
        border: none;
    }
    button.submit {
        background: none !important;
        color: #fff;
        font-size: 13px;
        padding: 5px 30px;
    }
    .btn.active, .btn:active {
        -webkit-box-shadow:none;
        box-shadow: none;
    }
    ul.rapic-nav li {
        /*width: 50%;*/
    }
    ul.rapic-nav-1 li {
        margin-bottom: 15px;
        width: auto !important;
        float: none;
    }
    .footer-resourceBox .footer-environment .environment-title {
        margin-top: -60px;
    }
    .footer-resourceBox .footer-environment .environment-title a {
        padding: 0 30px 0 15px;
    }
    footer .footer-logo {
        padding-left: 0px;
        width: 90%;
        margin-bottom: 15px !important;
    }
    .footer-bg {
        background-size: cover !important;
    }
    .footer-bg .wechatdiv {
        width: 100%;
    }

    .copyright .weixin {
        float: left !important;
    }
    footer .title {
        margin-bottom: 10px;
    }
    footer br {
        display: none;
    }
    footer hr {
        margin: 10px 0;
    }
    footer p,footer a {
    }

    footer .rapicNav .friendlinks p {
        float: left;
        padding-right: 10px;
    }
    footer .copyright p {
        margin: 0;
        text-align: left;
    }
}
@media (max-width: 991px) {
    .searchwraper {
        background: #fff;
    }
    #slider,.banner-bg,.mainWrap {
        margin-top: 70px !important;
    }
    .hide-sm {
        display: none;
    }
    .down {
        display: none;
    }
    header {
        height:auto;
        position: fixed;
    }
    header .header-bottom {
        /*display: none !important;*/
    }
    header .logo svg, header .logo svg image {
        height: 45px;
        width: 170px;
    }
    header .menu-area ul.mobi-navigation {
        text-align: right;
    }
    header .menu-area ul.mobi-navigation li {
        display: inline-block !important;
        padding: 10px 0;
        width: auto;
        clear: none;
        margin-right: 0;
        float: none;
        width: 40px;
    }
    header .menu-area ul.mobi-navigation li .btn-group {
        padding-top: 0 !important;
    }
    header .menu-area ul.mobi-navigation li .btn-group ul li {
        width: 100%;
    }
    header .menu-area ul.navigation {
        float: none;
        text-align: right;
    }
    header .menu-area ul.navigation li {
        display: block;
        float: left;
    }
    header .menu-area ul.navigation li a {
        padding: 10px !important;
        display: block;
    }
    header #menu {
        display: block !important;
    }
    header .mobi-menu {
        background: #fff;
        overflow: auto;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 50px;
    }
    header.header .mobi-menu {
        margin-top: -10px;
    }
    .mobi-menu ul li ul li {
        float: left;
    }
    .mobi-menu ul li ul li a {
        display: block;
        line-height: 2;
        padding: 0 15px;
    }
    header .menu-area nav > ul > li {
        padding: 0;
        width: 100%;
        clear: both;
    }
    header .menu-area nav > ul > li > ul {
        width: auto;
        position: relative;
        visibility: visible !important;
        opacity: 1 !important;
        margin-top: 0;
        margin-bottom: 15px;
        z-index: 9999;
    }
    header .menu-area nav > ul > li > ul li {
        width: 50%;
        float: left;
    }

    header .menu-area ul.navigation li [class*=" fa-"] {
        display:none;
    }
}

@media (min-width: 1500px) {
    .searchwraper .container, header .container, .swiper-slide .title,.swiper-slide .subtitle, .newsMain .container, .eventsMain .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    header .menu-area nav > ul > li a {
        background: none !important;
        padding-left: 0;
        margin: 0 !important;
    }
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcude9INZm0R8ZMJUtfOsxrw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcrpHcMS0zZe4mIYvDKG2oeM.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcjh33M2A-6X0bdu871ruAGs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fchHJTnCUrjaAm2S9z52xC3Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
