@charset "utf-8";

html {
    font-size: 625%
}

html,
body {
    max-width: unset
}

body {
    font-size: 16px;
    background: #FFF
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0
}

body,
html,
input,
button,
textarea {
    color: #0c1c31;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    line-height: 1.5
}

body {
    background-color: #fff
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4,
h5 {
    font-size: 14px
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%
}

li {
    list-style: none
}

i,
em {
    font-style: normal
}

a {
    color: #0c1c31;
    text-decoration: none
}

a:focus {
    outline: none
}

a:hover {
    color: #2858A4;
    text-decoration: none
}

input[type="text"]:focus {
    outline: none
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.layout:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.layout {
    *zoom: 1
}

.clear {
    clear: both
}

body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1200px;
    overflow-x: hidden
}

.layout {
    width: 1600px;
    margin: 0 auto;
    position: relative
}

.z9999 {
    z-index: 9999 !important
}

.hide {
    display: none
}

.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.head_nav>li>a:before,
.head-search .search-btn {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.head-search .search-btn:before,
.web_head .btn--search:before {
    font-family: 'fontawesome'
}

a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.web_head {
    width: 100%
}

.head_layer .layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.web_head .logo {
    float: left
}

.web_head .logo img {
    height: 58px;
    width: auto
}

.web_head .head_right {
    float: right
}

.head_layer .change-language {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    margin-left: 15px
}

.web_head .btn--search {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 20px
}

.web_head .btn--search:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(img/search_btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.head_layer .nav_wrap {
    padding: 0 3%;
    position: relative;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.nav_wrap .head_nav {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    white-space: nowrap
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
    color: #333;
    text-transform: capitalize;
    font-size: 18px
}

.nav_wrap .head_nav:after {
    display: none
}

.nav_wrap .head_nav>li {
    display: inline-block;
    line-height: 84px;
    margin: 0 2%;
    font-size: 17px;
    position: relative;
    perspective: 1500px;
    vertical-align: middle;
    position: relative
}

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    white-space: nowrap
}

.nav_wrap .head_nav>li>a>em {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: middle
}

.nav_wrap .head_nav>li>a>b {
    display: inline-block;
    margin-left: 5px
}

.nav_wrap .head_nav>li>a>b:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 4px solid #333;
    border-top-width: 5px;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    vertical-align: middle
}

.nav_wrap .head_nav>li>em {
    vertical-align: middle
}

.nav_wrap .head_nav>li:hover>a,
.nav_wrap .head_nav:hover>li.nav-current:hover>a {
    color: #2858A4
}

.nav_wrap .head_nav>li:hover>a>b:after {
    border-top-color: #2858A4;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav_wrap .head_nav>li.nav-current>a {
    color: #2858A4
}

.nav_wrap .head_nav li ul {
    min-width: 250px;
    padding: 15px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: translateY(8%);
    -ms-transform: translateY(8%);
    -o-transform: translateY(8%);
    transform: translateY(8%);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .04)
}

.nav_wrap .head_nav>li ul ul {
    left: 102%;
    top: 0
}

.nav_wrap .head_nav li:hover>ul {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.nav_wrap .head_nav li.menu_left ul {
    left: auto;
    right: 0
}

.nav_wrap .head_nav li.menu_left ul ul {
    right: 102%
}

.nav_wrap .head_nav li.head_prolist ul {
    right: auto
}

.nav_wrap .head_nav>li.head_prolist li {
    padding-left: 0
}

.nav_wrap .head_nav li.head_prolist ul ul {
    right: auto
}

.nav_wrap .head_nav>li>ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2858A4;
    position: absolute;
    left: 0;
    top: 0
}

.nav_wrap .head_nav>li li {
    position: relative;
    text-align: left;
    padding: 0 20px
}

.nav_wrap .head_nav>li li a {
    display: block;
    line-height: 1.8em;
    padding: 8px 10px 8px 0;
    font-size: 18px;
    position: relative;
    color: #000;
    border-bottom: 1px dotted #0c1c31
}

.nav_wrap .head_nav>li li a:before,
.nav_wrap .head_nav>li li:hover>a:before {
    content: '';
    display: block;
    width: 4px;
    height: 30%;
    background-color: #aaa;
    position: absolute;
    left: -20px;
    top: 40%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.nav_wrap .head_nav>li li a:hover:before,
.nav_wrap .head_nav>li li:hover>a:before {
    top: 50%;
    margin-top: -11px;
    height: 22px;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #2858A4
}

.nav_wrap .head_nav>li li b:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid #aaa;
    border-left-width: 6px;
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: 0;
    top: 18px
}

.nav_wrap .head_nav>li li>b {
    display: none
}

.nav_wrap .head_nav>li li:last-child>a {
    border-bottom: 0
}

.nav_wrap .head_nav>li li:hover>a {
    color: #2858A4
}

.nav_wrap .head_nav>li li:hover>a b:after {
    border-left-color: #2858A4
}

.fixed-nav .head_nav,
.fixed-nav .head_nav a {
    color: #0c1c31
}

.fixed-nav .nav_wrap .head_nav>li.nav-current>a {
    color: #2858A4
}

.fixed-nav .nav_wrap .head_nav>li:hover>a,
.fixed-nav .nav_wrap .head_nav:hover>li.nav-current:hover>a {
    color: #2858A4
}

.fixed-nav .change-language .change-language-title,
.fixed-nav .change-language .change-language-title a {
    color: #0c1c31
}

.fixed-nav .logo img {
    max-height: 70px
}

.fixed-nav .head_layer {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    background-color: rgba(255, 255, 255, .95);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    box-shadow: 1px 0 1px rgba(0, 0, 0, .3)
}

.fixed-nav .nav_wrap .head_nav>li {
    line-height: 70px
}

.fixed-nav-active .head_layer {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.fixed-nav-active .nav_wrap:before {
    opacity: 1;
    height: 100%
}

.fixed-nav .change-language .change-language-cont {
    top: 47px;
    background-color: rgba(255, 255, 255, .95)
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.head_holder {
    display: none !important
}

@font-face {
    font-family: 'fontawesome';
    src: url(fonts/Font-Awesome/fontawesome-webfont.eot~v=4.5.0.eot);
    src: url(fonts/Font-Awesome/fontawesome-webfont.ttf~v=4.5.0.ttf) format("embedded-opentype"), url(fonts/Font-Awesome/fontawesome-webfont.woff2~v=4.5.0.woff2) format("woff2"), url(fonts/Font-Awesome/fontawesome-webfont.woff~v=4.5.0.woff) format("woff"), url(fonts/Font-Awesome/fontawesome-webfont.ttf~v=4.5.0.ttf) format("truetype"), url(fonts/Font-Awesome/fontawesome-webfont.svg~v=4.5.0.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: calibri;
    src: url(fonts/calibri.ttf);
    font-display: swap
}

@font-face {
    font-family: calibrib;
    src: url(fonts/calibrib.ttf);
    font-display: swap
}

@font-face {
    font-family: arial;
    src: url(fonts/arial.ttf);
    font-display: swap
}

.container {
    position: relative;
    min-height: 100vh
}

.search-ipt {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none
}

.web-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    visibility: hidden
}

.web-search .btn--search-close {
    display: inline-block;
    font-size: 1.8em;
    border-radius: 50%;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    background-image: url(img/search_btn_close.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 35%;
    background-size: auto 35%;
    background-color: #ccc;
    width: 42px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
}

.web-search .btn--search-close:hover {
    background-color: #2858A4;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.js .btn--search-close {
    display: block
}

.web-search .search-ipt {
    font-family: inherit;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: .05em 0;
    color: #333;
    border-bottom: 3px solid;
    font-size: 20px;
    line-height: 10px
}

.web-search .search-ipt::-webkit-input-placeholder {
    color: #333;
    font-weight: 700
}

.web-search .search-ipt::-moz-placeholder {
    opacity: 1;
    color: #333;
    font-weight: 700
}

.web-search .search-ipt:-ms-input-placeholder {
    color: #333;
    font-weight: 700
}

.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
    -webkit-appearance: none
}

.web-search .search-ipt::-ms-clear {
    display: none
}

.web-search .search-attr {
    font-size: 90%;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: .85em 0;
    text-align: right;
    color: #333
}

.js .container {
    position: relative;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.js .main-wrap--move {
    height: 100vh
}

.js .web-search {
    pointer-events: none
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.web-search .btn--search-close {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.search--open .btn--search-close {
    opacity: 1;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-animation: bounceInA 1s ease;
    -o-animation: bounceInA 1s ease;
    animation: bounceInA 1s ease
}

.search__suggestion,
.web-search .search-attr {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -moz-transition: opacity 0.8s, transform .8s;
    -webkit-transition: opacity 0.8s, transform .8s;
    -ms-transition: opacity 0.8s, transform .8s;
    -o-transition: opacity 0.8s, transform .8s;
    transition: opacity 0.8s, transform .8s
}

.search--open .search-attr {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 20px
}

.js .web-search .search-ipt {
    font-size: 60px;
    font-weight: 700;
    border-bottom-width: 1px;
    padding: 15px 0;
    -moz-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    opacity: 0;
    text-transform: uppercase
}

.js .web-search .search-ipt,
.web-search .search-attr {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.js .search--open .search-ipt {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.js .search--open .search-btn {
    display: none !important
}

.web-search .search-attr {
    padding-bottom: 0
}

.js .web-search {
    width: 70%;
    height: 240px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0;
    margin: auto;
    border-radius: 8px;
    z-index: 100001;
    perspective: 1200px
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.98);
    background-color: #fff\9;
    -webkit-transform: translateY(-30%) scale(1, 0);
    -ms-transform: translateY(-30%) scale(1, 0);
    -o-transform: translateY(-30%) scale(1, 0);
    transform: translateY(-30%) scale(1, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.js .search--open::before {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.main-wrap--move:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000
}

@media only screen and (max-width: 950px) {
    .mobile-head-item .title {
        font-family: 'fontawesome'
    }

    body {
        min-width: 100%
    }

    .z10000 {
        position: relative;
        z-index: 100000
    }

    .mobile-body-mask {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: #fff url(img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        position: absolute;
        right: -35px;
        top: 0
    }

    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999
    }

    .lang-more {
        display: none !important
    }

    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #FFF;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        display: block;
        z-index: 999
    }

    .mobile-head-item {
        float: left;
        width: 45px
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        color: #2858A4;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015'
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: '\f0c9'
    }

    .mobile-head-item.mobile-head-language .title:before {
        content: "\f1ab"
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: "\f002"
    }

    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007"
    }

    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060"
    }

    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        height: 100%;
        padding: 15px 10px;
        background-color: #fff
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1
    }

    .web_head .logo {
        position: relative;
        display: none;
        float: none;
        text-align: center;
        padding: 15px 0
    }

    .web_head {
        padding: 40px 0 0;
        height: auto
    }

    .web_head .nav_wrap .head_nav,
    .web_head .change-language,
    .web_head .btn--search {
        display: none
    }

    .web_head .nav_wrap {
        position: static
    }

    .nav_wrap .logo img {
        height: 100px
    }

    .web_head .btn--search {
        right: 0;
        top: -20px;
        margin: 0
    }

    .web_head .head-search {
        display: none
    }

    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        background: #000;
        margin: 0 auto
    }

    .head-search .search-ipt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #FFF;
        padding: 0 10px
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(img/search_btn_mobile.png) no-repeat center center;
        -webkit-background-size: auto 16px;
        background-size: auto 16px;
        border: none;
        right: 0;
        top: 0;
        display: block !important
    }

    .head-search .search-attr {
        display: none
    }

    .web_head .head_right {
        display: none
    }

    .head_layer .layout {
        display: block;
        text-align: center
    }

    .index_web_head {
        position: static;
        text-align: center
    }

    .index_web_head .head_layer {
        position: static
    }

    .path_bar {
        background-attachment: scroll !important
    }

    .head_nav {
        width: 100%
    }

    .head_nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px
    }

    .head_nav>li {
        border-bottom: 1px solid #eee;
        line-height: 35px
    }

    .head_nav li b {
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        top: 4px;
        background: #fff;
        z-index: 1
    }

    .head_nav li b::before {
        content: '\f106';
        display: block;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        color: #666;
        transition: all .3s ease
    }

    .head_nav li b.up_icon::before {
        transform: rotate(180deg)
    }

    .head_nav li ul {
        display: none;
        width: 100%
    }

    .head_nav li b::before {
        content: '\f107';
        font-family: 'fontawesome'
    }

    .head_nav li ul li {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        line-height: 30px
    }

    .head_nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px
    }

    .head_nav li ul li li {
        line-height: 25px
    }

    .head_nav li ul li li:before {
        display: none
    }

    .web_head .nav_wrap {
        display: none
    }
}

.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
    display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
    color: #333;
    font-size: 10pt
}

.change-language .change-language-title a:after {
    content: '\f107';
    display: inline-block;
    color: #fff;
    font-family: 'fontawesome';
    font-size: 18px
}

.change-language:hover .change-language-title a:after {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.change-language .change-language-cont {
    position: absolute;
    top: 36px;
    right: 0;
    width: 360px;
    background: #FFF;
    padding: 20px 10px 20px 20px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 80vh
}

.change-language:hover .change-language-cont {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible
}

.change-language .change-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    font-size: 10pt;
    overflow: hidden;
    padding: 0 10px 0 0
}

.change-language .change-language-cont li a:hover {
    color: #2858A4
}

.change-language .change-language-cont .lang-item-hide {
    display: none !important
}

.change-language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 30px
}

.change-language .change-language-cont .more-active {
    font-size: 20px
}

.language-flag span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    padding: 0 0 0 25px;
    overflow: hidden;
    text-transform: capitalize
}

.head_top_right .language-flag span {
    font-size: 16px;
    color: #fff
}

.change-language-cont .language-flag span {
    color: #333
}

.change-language ::-webkit-scrollbar {
    width: 5px
}

.change-language ::-webkit-scrollbar-track {
    background-color: #fff
}

.change-language ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 3px
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

li.language-flag a {
    position: relative
}

.change-language-cont li {
    width: 100% !important
}

.change-language-cont {
    display: flex;
    flex-wrap: wrap
}

.language--img {
    background: url(img/yuzhongBG.jpg)no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.language-en {
    background-position: 0 -218px
}

.language-af {
    background-position: 0 -1px
}

.language-sq {
    background-position: 0 -940px
}

.language-am {
    background-position: 0 -9px
}

.language-be {
    background-position: 0 -48px
}

.language-eu {
    background-position: 0 -252px
}

.language-az {
    background-position: 0 -36px
}

.language-hy {
    background-position: 0 -456px
}

.language-ar {
    background-position: 0 -24px
}

.language-am {
    background-position: 0 -12px
}

.language-fy {
    background-position: 0 -300px
}

.language-fr {
    background-position: 0 -288px
}

.language-fi {
    background-position: 0 -276px
}

.language-et {
    background-position: 0 -240px
}

.language-eo {
    background-position: 0 -192px
}

.language-en {
    background-position: 0 -216px
}

.language-da {
    background-position: 0 -168px
}

.language-cs {
    background-position: 0 -144px
}

.language-hr {
    background-position: 0 -420px
}

.language-co {
    background-position: 0 -132px
}

.language-ceb {
    background-position: 0 -108px
}

.language-ca {
    background-position: 0 -96px
}

.language-bg {
    background-position: 0 -448px
}

.language-bs {
    background-position: 0 -84px
}

.language-bn {
    background-position: 0 -72px
}

.language-be {
    background-position: 0 -48px
}

.language-is {
    background-position: 0 -492px
}

.language-sm {
    background-position: 0 -972px
}

.language-ro {
    background-position: 0 -888px
}

.language-pa {
    background-position: 0 -840px
}

.language-pt {
    background-position: 0 -876px
}

.language-pl {
    background-position: 0 -852px
}

.language-fa {
    background-position: 0 -264px
}

.language-ps {
    background-position: 0 -264px
}

.language-or {
    background-position: 0 -827px
}

.language-no {
    background-position: 0 -780px
}

.language-ne {
    background-position: 0 -792px
}

.language-my {
    background-position: 0 -768px
}

.language-mn {
    background-position: 0 -720px
}

.language-mr {
    background-position: 0 -732px
}

.language-mi {
    background-position: 0 -684px
}

.language-mt {
    background-position: 0 -756px
}

.language-ml {
    background-position: 0 -708px
}

.language-ms {
    background-position: 0 -744px
}

.language-mg {
    background-position: 0 -672px
}

.language-mk {
    background-position: 0 -696px
}

.language-lb {
    background-position: 0 -624px
}

.language-lt {
    background-position: 0 -648px
}

.language-lv {
    background-position: 0 -660px
}

.language-la {
    background-position: 0 -613px
}

.language-lo {
    background-position: 0 -636px
}

.language-ky {
    background-position: 0 -600px
}

.language-ku {
    background-position: 0 -120px
}

.language-ko {
    background-position: 0 -588px
}

.language-rw {
    background-position: 0 -912px
}

.language-km {
    background-position: 0 -564px
}

.language-kk {
    background-position: 0 -552px
}

.language-kn {
    background-position: 0 -576px
}

.language-jv {
    background-position: 0 -528px
}

.language-ja {
    background-position: 0 -516px
}

.language-it {
    background-position: 0 -504px
}

.language-ga {
    background-position: 0 -312px
}

.language-id {
    background-position: 0 -467px
}

.language-ig {
    background-position: 0 -480px
}

.language-hu {
    background-position: 0 -443px
}

.language-hmn {
    background-position: 0 -408px
}

.language-hi {
    background-position: 0 -397px
}

.language-he {
    background-position: 0 -384px
}

.language-haw {
    background-position: 0 -300px
}

.language-ha {
    background-position: 0 -1079px
}

.language-ht {
    background-position: 0 -432px
}

.language-gu {
    background-position: 0 -348px
}

.language-el {
    background-position: 0 -204px
}

.language-de {
    background-position: 0 -180px
}

.language-ka {
    background-position: 0 -540px
}

.language-gl {
    background-position: 0 -336px
}

.language-ru {
    background-position: 0 -900px
}

.language-gd {
    background-position: 0 -324px
}

.language-sr {
    background-position: 0 -1006px
}

.language-st {
    background-position: 0 -1017px
}

.language-sn {
    background-position: 0 -984px
}

.language-sd {
    background-position: 0 -984px
}

.language-si {
    background-position: 0 -1271px
}

.language-sk {
    background-position: 0 -1223px
}

.language-sl {
    background-position: 0 -960px
}

.language-so {
    background-position: 0 -994px
}

.language-es {
    background-position: 0 -227px
}

.language-su {
    background-position: 0 -1031px
}

.language-sw {
    background-position: 0 -1055px
}

.language-sv {
    background-position: 0 -1043px
}

.language-tl {
    background-position: 0 -1115px
}

.language-tg {
    background-position: 0 -1091px
}

.language-ta {
    background-position: 0 -1067px
}

.language-tt {
    background-position: 0 -1151px
}

.language-te {
    background-position: 0 -1079px
}

.language-th {
    background-position: 0 -1103px
}

.language-tr {
    background-position: 0 -1138px
}

.language-tk {
    background-position: 0 -1115px
}

.language-uk {
    background-position: 0 -1175px
}

.language-ur {
    background-position: 0 -1187px
}

.language-ug {
    background-position: 0 -1163px
}

.language-uz {
    background-position: 0 -1175px
}

.language-vi {
    background-position: 0 -1211px
}

.language-cy {
    background-position: 0 -156px
}

.language-xh {
    background-position: 0 -1223px
}

.language-yi {
    background-position: 0 -1235px
}

.language-yo {
    background-position: 0 -1247px
}

.language-zu {
    background-position: 0 -1259px
}

.language-zh {
    background-position: 0 -1282px
}

.language-zh-TW {
    background-position: 0 -1282px
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border-left: 3px solid #2858A4 !important
}

.content-wrap.form .ch_form_wrap .item_submit input {
    background: #2858A4 !important;
    border: 1px solid #2858A4 !important
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: none !important;
    color: #2858A4 !important
}

.imgBox {
    position: relative;
    overflow: hidden
}

.imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imgBox img:hover {
    transform: scale(1.1)
}

.slider_banner_box {
    position: relative
}

.slider_banner .swiper-slide {
    overflow: hidden
}

.slider_banner .swiper-slide img {
    width: 100%;
    transition: 3s linear;
    transform: scale(1.08);
    height: auto
}

.slider_banner .swiper-slide.swiper-slide-active img {
    transform: scale(1)
}

#sj {
    display: none
}

@media only screen and (max-width: 950px) {
    #pc {
        display: none
    }

    #sj {
        display: block
    }
}

a,
div,
p,
img {
    transition: all .3s ease
}

.flex {
    display: flex;
    align-items: center
}

.web_head .layout {
    width: 90%
}

.head_top {
    background: #2858A4
}

.head_layer {
    background: #fff
}

.head_top .layout {
    height: 40px
}

.head_top .layout::after {
    display: none
}

.head_top .layout {
    justify-content: space-between
}

.head_email a {
    color: #fff;
    font-size: 16px
}

.head_email a:hover {
    text-decoration: underline
}

.head_email::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(img/email.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 15px
}

.head_btn {
    border-radius: 5px;
    background: #2858A4;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: #fff;
    font-family: Lato-Bold
}

.head_btn::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(img/right.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    transition: all .3s ease
}

.head_btn:hover {
    color: #fff
}

.head_btn:hover::after {
    margin-left: 20px
}

.rec_title,
.rec_title a {
    font-size: 42px;
    color: #333;
    font-family: Lato-Bold;
    text-align: center
}

.rec_title a:hover {
    color: #2858A4
}

.rec_title span {
    color: #2858A4
}

.gotop.active {
    display: none !important
}

.rec_desc {
    font-size: 18px;
    color: #000;
    font-family: Lato-Regular
}

.footer_box {
    padding-top: 5%
}

.footer_box a,
.footer_box li,
.copyDiv {
    font-size: 18px;
    color: #666
}

.footer_box a:hover {
    color: #2858A4
}

.footer_box .layout::after {
    display: none
}

.footer_box .layout {
    display: flex;
    justify-content: space-between
}

.footer_box li {
    margin-bottom: 10px
}

.footer_title {
    font-size: 24px;
    color: #333;
    font-family: Lato-Bold;
    margin-bottom: 20px
}

.footer_nav {
    max-width: 23%
}

.footer_con {
    max-width: 23%
}

.footer_cer_box {
    max-width: 25%
}

.footer_cer {
    flex-wrap: wrap
}

.footer_cer img {
    max-height: 60px;
    margin-right: 15px;
    margin-bottom: 15px
}

.footer_cer img:hover {
    transform: scale(1.1)
}

.copyBox {
    margin-top: 3%
}

.copyBox .layout {
    align-items: center;
    border-top: 1px solid #666;
    padding: 20px 0
}

.copyDiv,
.copyDiv a {
    font-size: 16px
}

.snsBox img {
    margin-right: 25px;
    border-radius: 8px
}

.snsBox a:last-child img {
    margin-right: 0
}

@media only screen and (max-width: 1700px) {
    .web_head .layout {
        width: 96%
    }
}

@media only screen and (max-width: 1200px) {
    .layout {
        width: 98% !important
    }
}

@media only screen and (max-width:950px) {
    .layout {
        width: 96% !important
    }

    .head_top {
        display: none
    }

    .rec_title,
    .rec_title a {
        font-size: 26px
    }
}

.lbanner_box {
    padding: 6% 0
}

.lbanner_title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-transform: capitalize
}

.path_bar {
    justify-content: center;
    margin: 30px 0
}

.path_bar li {
    display: flex;
    align-items: center;
    margin-right: 15px
}

.path_bar li:last-child {
    margin-right: 0
}

.path_bar li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-right: 15px;
    background: url(img/news_right2.png) no-repeat;
    background-size: 100% 100%
}

.path_bar li:nth-child(1):before {
    width: 19px;
    height: 17px;
    background: url(img/news_home.png) no-repeat;
    background-size: 100% 100%
}

.path_bar li a,
.path_bar li span {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize
}

.path_bar a:hover {
    text-decoration-line: underline
}

.path_bar li span {
    color: #fff;
    text-decoration-line: underline
}

.lbanner_btns {
    justify-content: center
}

.lbanner_btn {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    display: none;
    border: 1px solid #000
}

.lbanner_btn_pdf {
    background: #000;
    color: #FFF;
    margin-right: 20px
}

.lbanner_video::before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 21px;
    margin-right: 15px;
    background: url(img/watch.webp) no-repeat;
    background-size: 100% 100%
}

.lbanner_btn_pdf::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    background: url(img/lbanDownload.webp) no-repeat;
    background-size: 100% 100%
}

.path_main {
    position: relative;
    padding: 3% 0;
    overflow: hidden
}

.path_main .layout {
    position: relative;
    z-index: 1
}

.rec_title2,
.rec_title2 a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    text-align: center
}

.rec_title2 a:hover {
    color: #2858A4
}

.rec_desc2 {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 10px
}

.proType_materidls_btn {
    position: absolute;
    top: 55%;
    background: #00000050;
    width: 24px;
    height: 58px;
    justify-content: center
}

.proType_materidls_btn::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 24px
}

.proType_materidls_btn_left {
    left: 0
}

.proType_materidls_btn_left::after {
    background: url(img/mat_left.webp) no-repeat;
    background-size: 100% 100%
}

.proType_materidls_btn_right {
    right: 0
}

.proType_materidls_btn_right::after {
    background: url(img/mat_right.webp) no-repeat;
    background-size: 100% 100%
}

.proType_materidls_btn:hover {
    background: #000
}

.path_main_son {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.aside {
    width: 272px
}

.side-tit-bar {
    margin-bottom: 3px;
    position: relative
}

.side-tit-bar .side-tit {
    position: relative;
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    color: #000
}

.side-widget {
    position: relative;
    margin: 0 0 30px
}

.side-cate {
    border-top: 0
}

.side-cate li {
    position: relative
}

.side-cate li ul li a {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    line-height: 30px
}

.side-cate li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 0 20px
}

.side-cate>li>a {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 20px;
    line-height: 58px;
    color: #666
}

.side-cate ul {
    display: none;
    margin-top: 5px;
    padding-left: 20px;
    overflow: visible !important
}

.side-cate li li a {
    position: relative
}

.side-cate li li li a {
    padding: 0 20px
}

.side-cate li .icon-cate {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 50px;
    cursor: pointer;
    color: #222
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: "\f107";
    font-weight: 700;
    transform: rotate(270deg);
    font-size: 20px;
    font-family: "fontawesome"
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: "\f106";
    font-weight: 700;
    transform: rotate(0deg);
    font-size: 20px;
    font-family: "fontawesome"
}

.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
    color: #000;
    border-bottom: 1px solid #999
}

.side-cate li ul li.nav-current>a {
    text-decoration: underline;
    border-bottom: 0
}

.side-product-items {
    position: relative
}

.side-product-items .items_content {
    position: relative
}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    margin: 0 0 6px;
    padding: 8px;
    background: #FFF
}

.side_product_item figure {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.side_product_item .item-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 50%
}

.side_product_item .item-img img {
    position: relative;
    width: 100%
}

.side_product_item figcaption {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 48%;
    padding: 10px 0 10px 15px
}

.side_product_item figcaption .item_title {
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px
}

.side_product_item figcaption .item_text {
    color: #949494;
    line-height: 1.3
}

.side_product_item .add-friend {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 39px;
    background: url(img/mark03.png) no-repeat right bottom;
    background-size: cover
}

.side_product_item .add-friend:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: 6px;
    right: 6px;
    background: url(img/add01.png) no-repeat center center
}

.side_product_item:hover .add-friend {
    width: 47px;
    height: 49px
}

.side_product_item:hover .add-friend:after {
    bottom: 9px;
    right: 9px
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .25
}

.side-product-items .btn-prev {
    top: 20px;
    background: url(img/side_product_up.png) no-repeat center center
}

.side-product-items .btn-next {
    bottom: 20px;
    background: url(img/side_product_down.png) no-repeat center center
}

.aside .side-bn {
    width: 100%;
    margin: 0 0 40px
}

.aside .side-bn img {
    width: 100%
}

.aside {
    position: sticky;
    top: 127px
}

body,
.path_main_son,
.path_main {
    overflow: inherit
}

@media only screen and (max-width: 950px) {
    .aside {
        display: none
    }
}

.main {
    position: relative;
    width: calc(100% - 357px)
}

.top_desc,
.bottom_desc {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #666
}

.path_main_son::after {
    display: none
}

.page_bar {
    position: relative;
    margin: 40px 0 0;
    text-align: center;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333
}

.page_bar span,
.page_bar a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    margin: 0 4px;
    text-align: center;
    height: 35px;
    min-width: 35px;
    line-height: 35px;
    text-transform: capitalize
}

.page_bar span,
.page_bar a:hover {
    background: #000;
    color: #fff
}

.rec_products {
    margin-top: 5%
}

.rec_products_box {
    display: flex
}

.rec_products_div {
    display: block;
    margin-top: 45px;
    width: calc((100% - 90px) / 3);
    margin-right: 45px
}

.rec_products_div:nth-child(4n) {
    margin-right: 0
}

.rec_products_div2:nth-child(3n) {
    margin-right: 0
}

.rec_products_div .imgBox {
    background: #FFF;
    padding-bottom: 100%
}

.rec_products_div .imgBox img {
    object-fit: contain
}

.rec_products_div_title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    padding: 0 25px;
    padding: 0;
    color: #000;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin: 30px 0 10px
}

.rec_products_div_desc {
    font-weight: 300;
    font-size: 18px;
    padding: 0 25px;
    padding: 0;
    margin-bottom: 30px;
    color: #000
}

.rec_products_div:hover .rec_products_div_title {
    color: #000;
    text-decoration: underline
}

.rec_news {
    margin-top: 5%
}

.rec_news_box {
    display: flex;
    flex-wrap: wrap
}

.rec_news_div {
    display: block;
    margin-top: 45px;
    width: calc((100% - 176px) / 3);
    margin-right: 88px
}

.rec_news_div:nth-child(3n) {
    margin-right: 0
}

.rec_news_div .imgBox {
    padding-bottom: 65%
}

.rec_news_bottom {
    border-top: 0;
    margin-top: -20px;
    padding: 0 25px 30px;
    padding: 0 0 30px
}

.rec_news_time {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
    padding: 0 30px;
    background: #000;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    position: relative;
    z-index: 1
}

.rec_news_tit {
    font-family: Poppins-Light;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 15px 0;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden
}

.rec_news_desc {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    line-height: 1.5em;
    height: 7.5em;
    overflow: hidden
}

.rec_videos {
    margin-top: 5%
}

.rec_video_box {
    display: flex;
    justify-content: space-between
}

.rec_video_div {
    display: block;
    margin-top: 45px;
    width: calc((100% - 35px) / 2)
}

.rec_video_div .imgBox {
    padding-bottom: 63.5%
}

.rec_video_div_title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-top: 35px
}

@media only screen and (max-width:1400px) {
    .layout {
        width: 95%
    }

    .nav_wrap .head_nav>li>a {
        padding: 0 3px
    }
}

@media only screen and (max-width:1400px) and (min-width:950px) {
    .rec_desc * {
        font-size: 22px !important
    }
}

@media only screen and (max-width:950px) {
    .footer_box {
        background: #e7edeb !important
    }

    .footer_nav {
        width: 100%;
        margin-bottom: 20px;
        max-width: unset
    }

    .footer_box .layout {
        flex-wrap: wrap
    }

    .snsBox {
        margin-top: 20px
    }

    .lbanner_btn_pdf {
        display: none
    }

    .rec_title2,
    .rec_title2 a {
        font-size: 26px
    }

    .lbanner_title {
        font-size: 26px
    }

    .path_bar li::before {
        margin-right: 7px
    }

    .path_bar li a,
    .path_bar li span {
        font-size: 16px
    }

    .lbanner_btn {
        font-size: 16px;
        padding: 0 10px
    }

    .rec_products_box {
        flex-wrap: wrap
    }

    .rec_products_div {
        width: 100%;
        margin-right: 0;
        margin-top: 30px
    }

    .rec_products,
    .rec_news,
    .rec_videos {
        margin-top: 10%
    }

    .rec_news_div {
        width: 100%;
        margin-right: 0;
        margin-top: 30px
    }

    .main {
        width: 100%
    }

    .rec_video_box {
        flex-wrap: wrap
    }

    .rec_video_div {
        width: 100%;
        margin-top: 30px
    }

    .path_bar {
        display: block
    }

    .path_bar li {
        display: inline-block
    }
}

#index_scrollsidebar {
    top: 50%;
    right: 20px;
    transition: all ease-in-out 1s;
    opacity: 1;
    position: fixed;
    z-index: 99999
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: #2858A4;
    border-radius: 10px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    background-color: #2858A4;
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
    font-size: 16px;
    color: #fff;
    text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
    display: block
}

#index_scrollsidebar ul li>a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center
}

#index_scrollsidebar ul li img {
    border: none;
    vertical-align: middle;
    max-width: 50%
}

#index_scrollsidebar .gototop {
    background-color: #333
}

#index_scrollsidebar .gototop .s_smooth {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center
}

#index_scrollsidebar .gototop .s_smooth img {
    width: 23px
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: #2858A4;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2858A4;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media only screen and (max-width: 1024px) {
    #index_scrollsidebar {
        display: none
    }
}

.fix_slide_foot {
    display: none;
    background: #2858A4;
    position: fixed;
    width: 100%;
    bottom: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    height: 50px;
    z-index: 111
}

.fix_slide_foot li {
    border-right: 1px solid #fff;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center
}

.fix_slide_foot li:last-of-type() {
    border-right: none
}

.fix_slide_foot li a[title=email] img {
    height: 28px
}

.fix_slide_foot li a[title=tel] img {
    height: 28px
}

.fix_slide_foot li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center
}

.fix_slide_foot li img {
    height: 25px;
    width: auto
}

.show0 img {
    width: 120px;
    margin: 0 auto 10px;
    display: block;
    max-width: unset !important
}

.show0 img:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 950px) {
    #index_scrollsidebar {
        display: none
    }

    .fix_slide_foot {
        display: flex
    }

    body {
        padding-bottom: 50px
    }
}

.nav_wrap .head_nav .head_prolist>ul {
    width: auto;
    display: flex
}

.nav_wrap .head_nav .head_prolist>ul ul {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    border: 0;
    display: none;
    box-shadow: none
}

.nav_wrap .head_prolist:hover>ul ul {
    display: block
}

.nav_wrap .head_nav>.head_prolist>ul>li>a {
    border-bottom: 0;
    font-weight: 700;
    color: #333;
    font-size: 17px
}

.nav_wrap .head_nav>.head_prolist li a {
    color: #333
}

.nav_wrap .head_nav .head_prolist ul {
    padding: 0
}

.nav_wrap .head_nav .head_prolist>ul {
    padding: 15px
}

.nav_wrap .head_nav>.head_prolist li b:after {
    display: none
}

.nav_wrap .head_nav>.head_prolist li a:before,
.nav_wrap .head_nav>.head_prolist li:hover>a:before {
    display: none
}

.nav_wrap .head_nav .head_prolist a:hover {
    color: #2858A4
}

@media only screen and (max-width: 950px) {
    .side-tit-bar .side-tit {
        font-size: 18px
    }

    .side-cate>li>a {
        font-size: 16px
    }

    .rec_products_div_desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .head_nav a {
        text-transform: capitalize
    }

    .hradPhoneLogo {
        background: #fff;
        order: 2;
        height: 35px
    }

    .hradPhoneLogo img {
        max-height: 35px;
        display: block
    }

    .hradPhoneNav {
        order: 1
    }

    .mobile-head-items {
        justify-content: space-between
    }

    .mobile-head-item.mobile-head-aside {
        order: 3
    }
}

.head_layer .btn--search {
    display: none
}

.fixed-nav-active .head_layer .btn--search {
    display: block
}

.web_head #btn-search2:before {
    background-image: url(img/search2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.our_partners {
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px
}

.our_partners_div {
    width: calc((100% - 125px) / 6);
    margin-right: 25px;
    height: 83.6px;
    border: 1px solid #01010120;
    justify-content: center;
    margin-top: 20px
}

.our_partners_div:nth-child(6n) {
    margin-right: 0
}

.our_partners_div img:hover {
    transform: scale(1.1)
}

@media only screen and (max-width: 950px) {
    .container{
        width: 100%;
        overflow-x: hidden;
    }
    table {
        display: block !important;
        overflow-x: auto !important;
        /* white-space: nowrap !important */
    }

    .our_partners_div {
        width: 100%;
        margin-right: 0
    }

    .copyBox {
        padding-bottom: 30px
    }

    .lbanner_box {
        padding: 10% 0 0;
        background-size: 100% 100% !important
    }

    .path_bar {
        margin: 15px 0
    }

    table {
        max-width: 100% !important;
        display: block;
        overflow-x: auto
    }

    .tList2 li {
        width: 100% !important;
        float: none;
        margin: 0 0 4% !important;
    }
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: unset !important
}

table tbody {
    /* display: inline-table; */
    width: 100%
}

#cont a {
    text-transform: capitalize !important
}

.pages .active span {
    background-color: #000
}

.tList3 .ellipsis,
.tList2 .ellipsis,
.tList .ellipsis {
    text-overflow: clip;
    white-space: normal
}

.rec_title,
.rec_title a,
.index_num_tit,
.index_ovens_tit,
.product-title,
.index_customer_name,
.footer_title,
.head_btn,
.product-btn,
.lbanner_title,
.listPro_div_title,
.product_title,
.innerPro_tab_title,
.inner_faq_title,
.side-tit-bar .side-tit,
.rec_title2,
.rec_title2 a,
.rec_products_div_title,
.rec_news_tit,
.one_mou_swi_title,
.application_div_tit,
.two_mou_swi_title,
.news_title,
.video_div_tit,
.video_title,
.faq_div.active .faq_tit,
.pdf_name {
    font-family: calibrib !important;
    font-weight: 700
}

body,
html,
input,
button,
textarea,
.rec_desc,
.rec_desc *,
.index_provider_tit,
.path_bar li a,
.path_bar li span,
.listPro_div_desc,
.product-meta,
.contact-btn,
.download-btn,
.innerPro_content *,
.inner_pro_desc,
.side-cate>li>a,
.side-cate li ul li a,
.rec_products_div_desc,
.rec_news_time,
.rec_news_desc,
.rec_news_desc *,
.rec_desc2,
.rec_desc2 *,
.two_mou_swi_desc,
.news_content *,
.video_div_desc,
.video_content *,
.faq_div.active .faq_bottom,
.news_center,
.con_top_tit,
.con_top_desc,
.con_form_div li input,
.con_form_div li textarea {
    font-family: calibri !important
}

.innerPro_content strong {
    font-family: calibrib !important;
    font-weight: 900 !important
}

.MsoNormalTable .MsoNormal span {
    font-size: 18px !important
}

.MsoNormalTable .MsoNormal {
    font-size: 18px !important;
    color: #000 !important
}

.MsoNormalTable p span {
    font-size: 18px !important;
    color: #000 !important
}

img {
    transition: all .5s ease
}

.tList2 .con_proImg {
    margin-bottom: 10px
}

img:hover {
    transform: scale(1.08)
}

;

.rec_desc2 {
    font-size: 19px
}

.padneg {
    width: 25% !important
}

.padng {
    width: 62% !important
}

.lbanner_box {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important
}

.firstRow td {
    background: #2858A4 !important;
    color: #fff !important
}

.firstRow td span {
    background: #2858A4 !important;
    color: #fff !important
}

.change-language-cont .change-empty {
    display: none
}







 .prolst {
        margin: 20px auto;padding: 20px 10px;overflow: hidden;
    }
    .twprolst {
        margin: 20px auto;padding: 20px 10px;overflow: hidden;
            background-color: #f9f9f9;
    }

    .list_h2 {
        color: #2858A4;
        font-size: 34px;margin-bottom: 25px;
    }

    .ca_container img {
        float: right;
        margin-top: 3px;
        margin-bottom: 20px;
        margin-left: 25px;
        width: 30%;
    }
.tw_container p ,.ca_container p{
    font-size: 18px;
}
    .ca_container .quan {
        position: relative;
        padding-left: 15px;
        font-size: 20px;
        color: #2858A4;margin: 15px 0;
        font-weight: 600;
    }

    .tw_container .h3 {

        font-size: 20px;
        color: #2858A4;margin: 15px 0;
        font-weight: 600;
    }

    .ca_container .quan::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-color: #2858A4;
        border-radius: 50%;
    }

    .tw_container img {
        float: left;
        margin-top: 3px;
        margin-bottom: 20px;
        margin-right: 25px;
        width: 30%;
    }

    .prolst img:hover ,  .twprolst img:hover{
        transform: scale(1.02);
    }

    @media (max-width: 950px) {

        .ca_container img,
        .tw_container img {
            width: 100%;
            max-width: 100%;
            margin: 5px auto 25px;
            float: none;
        }
    }