@charset "utf-8";

@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/ROBOTO-BOLD.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/ROBOTO-REGULAR.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/ROBOTO-BLACK.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 625%;
}

body {
    font-size: 16px;
    background: #FFF;
}

html,
body {
    max-width: 100%;
}

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: #000;
    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: 16px;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    transition: all ease-in-out .3s;

}

a:hover {
    color: #B03DE2;
    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;
}

.ibanner {
    position: relative;
}

.mark {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0 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 */
body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden
}

.hide {
    display: none;
}

.img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    height: 0;
}

.img>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease-in-out .3s;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clearfloat {
    clear: both;
}

@font-face {
    font-family: 'fontawesome';
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/Font-Awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

/* header */
.web_head {
    /* position: fixed; */
    position: relative;
    z-index: 999;
    width: 100%;
    /* top: 0; */
    /* left: 0; */
    background: #0047BB;
}

.head_top .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .19);
}

.web_head .head_top .header_tel,
.web_head .head_top .tel_con,
.head_bottom_right {
    display: flex;
    align-items: center;
}

.tel_con a {
    margin-left: 3px;
    color: #fff;
    transition: all ease-in-out .3s;
}

.tel_con a:hover {
    color: #0047BB;
}

.tel_con_tel {
    margin-right: 30px;
}

.head_top .top_icon {
    display: flex;
    align-items: center;
}

.head_top .top_icon li {
    margin: 0 7px;
    transition: all ease-in-out .3s;
}

.head_bottom .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.btn--search {
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    position: relative;
    /* margin-right: 20px; */
    cursor: pointer;
    transition: all ease-in-out .3s;
    border-radius: 50%;
    margin-left: 10px;
    /* margin-left: 23px; */
}

.btn--search:after {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/search.webp) no-repeat;
    background-size: 100% 100%;

}

.btn--search:hover {
    transform: scale(.9);
}

.head_nav>li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.head_nav>li>a {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
    display: inline-block;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    padding: 0 20px;
}

.head_nav>li>a:hover,
.head_nav>li.nav-current>a {
    background: #B03DE2;
    border-radius: 16px 16px 16px 16px;
}

.nav_wrap .head_nav li ul a {
    font-size: 16px;
    color: #fff;
}

.nav_wrap .head_nav li li ul {
    top: 0;
    left: 250px;
    background-color: #333;
}

.nav_wrap .head_nav li:hover>ul {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.nav_wrap .head_nav li ul {
    position: absolute;
    left: 0;
    top: 30px;
    width: 250px;
    padding: 10px 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: #333;
    padding-left: 16px;
}

.nav_wrap .head_nav li ul li {
    margin: 6px 0;
}

.nav_wrap .head_nav li ul a {
    font-size: 16px;
    color: #fff;
}

.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
}

.fixed-nav .head_top {
    display: none;
}

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35)0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

/*-------------------------------
scrollsidebar start
----------------------------------*/
#index_scrollsidebar {
    top: 50%;
    right: -6px;
    transition: all ease-in-out 1s;
    visibility: hidden;
    opacity: 0;
    position: static;
    transform: translateY(-50%)
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: #fedac2;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    background-color: #fedac2;
    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: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px
}

#index_scrollsidebar .gototop {
    background-color: #fedac2
}

.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: #fedac2;
    -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: #fedac2;
    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)
}

.scrollsidebar {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.scrollsidebar a {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.scrollsidebar .phone {
    background: url(../img/demo/Group_167.webp) no-repeat center/cover;
}

.scrollsidebar .email {
    background: url(../img/demo/Group_166.webp) no-repeat center/cover;
}

.scrollsidebar .tel {
    background: url(../img/demo/Group_165.webp) no-repeat center/cover;
}

.scrollsidebar .top {
    background: url(../img/demo/Group_164.webp) no-repeat center/cover;
}

/*-------------------------------
scrollsidebar end
----------------------------------*/
.footer {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid #3D6ACE;
    color: #0047BB;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #0047BB;
    text-align: left;
}

.footer a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #0047BB;
    line-height: 38px;
    text-align: left;
}

.footer a:hover {
    color: #8E35D9;
    text-decoration: underline;
}

.nav_list li {
    margin-bottom: 10px;
}

.footer .content_warp {
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* flex-wrap: wrap; */
    margin-bottom: 50px;
}

.footer .content_warp .item {
    width: 15%;
}

.footer .content_warp .item:nth-child(2) {
    margin-right: 4%;
}

.footer .content_warp .item:nth-child(3) {
    width: 25%;
}
.footer .content_warp .item:nth-child(3) ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .content_warp .item:nth-child(3) li{ 
    width: 50%;
}
.footer .content_warp>.info {
    width: 25%;
}

.footer .content_warp>.conteact {
    width: 25%;
}



.footer .content_warp>.info .text_warp {
    margin-top: 4%;
    font-family: 'Lato-Regular';
}

.footer .content_warp .title {
    font-size: 24px;
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #0047BB;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer .content_warp .nav_list ul {
    margin-top: 25px;
}

.footer .content_warp .nav_list a {
    line-height: 2;
}

.footer .content_warp .conteact .title {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #0047BB;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content_warp .info .form_ul li {
    width: 100%;
    justify-content: space-between;

}

.content_warp .info .form_ul li:nth-child(1),
.content_warp .info .form_ul li:nth-child(2) {
    width: 47%;
}


.content_warp .info .form_ul .Asterisk_Text {
    width: 100% !important;
    /* padding-top: 25px; */
}

.content_warp .info .asterisk {
    width: 100%;
    padding: 13px 0;
    margin: 10px 0;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(0, 71, 187, .27);
}

.content_warp .info .form_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
    margin-top: 8px;
}

.content_warp .info .form_center .asterisk_sk {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 16%;
    margin-top: -9px;
}

.content_warp .info .form_ul li input {
    border: none !important;
    width: 100%;
    border-radius: 5px;
    background: none !important;
}

.content_warp .info .submiring {
    padding: 0 !important;
}

.content_warp .info .gtm_submit_btn {
    background-color: #0047BB !important;
    width: 181px !important;
    height: 51px !important;
    color: #fff;
    margin-top: 30px !important;
    border: 0 !important;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    transition: all .5s ease-in-out;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 26px 26px 26px 26px;
}

.content_warp .info .gtm_submit_btn:hover {
    background-color: #8E35D9 !important;

}

.content_warp .info .Submit_tent {
    padding-top: 50px;
    padding-bottom: 47px;
}

@media only screen and (max-width: 1366px) {
    .content_warp .info.form_ul li {
        width: 30%;
        display: flex !important;
        justify-content: space-between !important;
    }

    .content_warp .info .contact_for .header_ul li {
        width: 31.3%;
    }

    .content_warp .info .contact_for .header_ul li:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .content_warp .info .asterisk {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .content_warp .info .form_ul {
        display: flex !important;
        justify-content: space-between !important;
    }

    .content_warp .info .Asterisk_Text .asterisk {
        width: 100%;
    }
}

.content_warp .info .Asterisk_Text textarea {
    height: 20px;
    border: 0 !important;
    resize: none;
    width: 100%;
    resize: none;
    background: none !important
}

.content_warp .info .Asterisk_Text textarea::placeholder,
.content_warp .info input::placeholder {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #0047BB;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer .content_warp .conteact .info {
    margin-top: 25px
}

.footer .content_warp .conteact .info p {
    line-height: 1.5;
}



.copyright {
    background: #0047BB;
}

.copyright p,
.copyright a {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 69px;
}

.phone_title {
    display: none;
}

.foot_sns {
    margin-top: 30px;
}

.foot_sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    margin-right: 30px;
    height: 31px;
}

.foot_sns a img {
    max-width: 100%;
}

.foot_sns a img:nth-child(2) {
    display: none;
}

.foot_sns a:hover img:nth-child(1) {
    display: none;
}

.foot_sns a:hover img:nth-child(2) {
    display: block;
}

@media only screen and (max-width: 1440px) {
    .footer .content_warp .conteact {
        width: 25%;
    }


    .ibanner .layout .title {
        max-width: 90%;
    }

    .certificate_warp {
        width: 70%;
    }
}

@media only screen and (max-width: 1200px) {
    .topic_contenr .topic_item .desc {
        height: 15em;
    }

    .head_top .layout {
        zoom: .85;
    }

    .head_nav>li>a {
        padding: 0 3px;
    }

    .scrollsidebar {
        display: none !important;
    }
}

.texts {
    display: block;
}

.gets {
    display: none;
}

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

    /* .mobile-head-items{display: none !important;} */
    .mobile-head-items .mobile-logo img {
        max-height: 36px;
        width: auto;
    }
     .mobile-head-items {
        position: fixed;
        /* top: 65px; */
        top: 0;
        left: 0;
        background: #0047BB;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
        margin: 0 auto;
        padding: 15px 3%;
    }

    .top-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home .transparent {
        background-color: transparent !important;
    }

    .mobile-head-language .title .change-language-title span {
        font-size: 12px !important;
    }

    .mobile-head-language .title .change-language-title a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .change-language-title {
        padding: 5px 10px;
    }

    .change-language .change-language-title a:after,
    .mobile-head-items .change-language-title a:after {
        width: 9px;
        height: 6px;
        background-size: 100% 100%;
    }

    .change-language .change-language-title a>b,
    .mobile-head-items .change-language-title a>b {
        width: 13px !important;
        height: 13px !important;
    }

    .btn--search {
        width: 26px;
        margin-left: 0;
        height: 26px;
    }

    .btn--search:after {
        width: 11px;
        height: 11px;
    }

    .change-language-title {
        margin-left: 20px !important;
        margin-right: 30px;
    }

    .mobile-head-item {
        float: left;
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {

        overflow: hidden;
        text-align: center;
        color: #FFF;
        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-nav .title::before {
        content: ' ';
        background: url(../img/menu.webp) no-repeat;
        background-size: 100% 100%;
        width: 19px;
        height: 15px;
        display: block;
    }

    .mobile-head-item.mobile-head-language .title::before {
        content: ' ';
        /* background: url(../img/lang.webp) no-repeat center/cover;
        width: 28px;
        height: 28px;
        display: block; */
    }

    .mobile-head-item.mobile-head-search .title::before {
        content: ' ';
        /* background: url(../img/search_btn_mobile.png) no-repeat center/cover; */
        /* width: 28px; */
        /* height: 28px; */
        /* display: block; */
    }

    .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;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }

    .web_head .head_layer .layout {
        display: block;
    }

    .web_head .logo {
        position: relative;
        display: block;
        float: none;
        text-align: center;
        padding: 10px 0;
    }

    .web_head {
        padding: 25px 0 0;
        height: auto;
        display: none;
    }

    .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;
    }

    .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 {
        color: transparent;
        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;
    }

    .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;
    }

    .head_nav {
        width: 100%;
        text-align: left;
    }

    .head_nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
        padding-left: 0;
    }

    .head_nav ul {
        display: none;
    }

    .head_nav li li {
        font-size: 18px;
        padding-left: 10px;
    }

    .head_nav li li li {
        font-size: 16px;
        padding-left: 10px;
    }

    .head_nav li li li a {
        color: #666;
    }

    .head_nav li a {
        display: block;
        height: 1.8em;
        line-height: 1.8em;
        overflow: hidden;
        position: relative;
    }

    .head_nav li a {
        color: #333;
        padding-left: 10px;
    }

    .head_nav li a b {
        display: inline-block;
        width: 50px;
        height: 1.8em;
        line-height: 1.8em;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        cursor: default;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .head_nav li a b:after {
        content: '\f107';
        font-family: 'fontawesome';
    }

    .head_nav>li>ul {
        padding: 10px 0;
    }

    .head_nav>li>a {
        height: 2em;
        line-height: 2em;
        font-size: 18px;
        border: 1px solid #eee;
        text-transform: uppercase;
        margin-bottom: -1px;
        position: relative;
        text-transform: uppercase;
    }

    .head_nav>li>a:hover {
        background-color: #f8f8f8;
        color: #333;
    }

    .head_nav>li>a>b {
        height: 2em;
        line-height: 2em;
    }

    .head_nav li.active>ul {
        display: block;
    }

    .head_nav li.active>a>b {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .head_nav_active .nav_wrap {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .head_nav_active:before {
        background-color: rgba(0, 0, 0, .6);
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .head_nav_active .nav_toggle .nav_ico i:nth-child(1) {
        top: calc(50% - 1.5px);
        width: 100%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .head_nav_active .nav_toggle .nav_ico i:nth-child(3) {
        top: calc(50% - 1.5px);
        width: 100%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .head_nav_active .nav_toggle .nav_ico i:nth-child(2) {
        width: 0 !important;
        opacity: 0;
    }
}

@media only screen and (max-width: 950px) {
    .texts {
        display: none;
    }

    .news_contenr .news_item .desc {
        display: none;
    }

    .gets {
        display: block;
        margin-top: 20px;
    }

    .ibanner .layout::before {
        top: 0% !important;
    }

    .topic_contenr .topic_item .desc {
        height: 10em;
    }

    .ibanner .layout .title {
        padding: 8px;
        /* background-color: #00000063; */
        position: relative;
        left: 5% !important;
        font-size: 20px !important;
    }

    .product-view .swiper-button-next,
    .product-view .swiper-button-prev {
        top: 40% !important;
        height: 40%;
    }

    .sitemap-content {
        padding: 117px 0 !important;
    }

    .logo img {
        width: 58%;
        height: 20%;
    }



    .other .main_content {
        padding-top: 74px !important;
    }

   

    .footer .content_warp {
        flex-direction: column;
    }

    .footer .content_warp .item {
        width: 100%;
    }

    .footer {
        margin-top: 30px;
        padding-top: 40px;
    }

    .footer .content_warp .item {
        margin-right: 0;
    }

    .footer .content_warp .title {
        font-size: 20px;
    }

    .content-wrap.form .ch_form_wrap ul textarea {
        height: 102px;
    }

    .content_warp .info .gtm_submit_btn {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .foot_sns {
        margin-top: 20px;
    }

    .footer .content_warp {
        margin-bottom: 30px;
    }

    .footer .content_warp .nav_list a {
        font-size: 16px;
    }

    .footer .content_warp .nav_list ul {
        margin-top: 0;
    }

    .footer .content_warp .conteact .info {
        font-size: 16px;
    }

    .footer .content_warp .item:nth-child(3) {
        width: 100%;
    }

    .content_warp .info .form_ul,
    .footer .content_warp .conteact .info {
        margin-top: 0;
    }

    .phone_title {
        display: block;
        font-size: 30px;
    }

    .pc_bottom_share {
        display: none;
    }

    .phone_pcbottom_share {
        display: block;
    }

    .bottom_share {
        margin: 5% 0;
    }

    .bottom_share p {
        display: none;
    }

    .phone_pcbottom_share ul {
        margin: 0;
    }

    .phone_pcbottom_share li {
        margin-right: 15px;
    }

    .phone_pcbottom_share a {
        width: 44px;
        height: 44px;
        display: inline-block;
        background-color: rgba(245, 241, 237, .89);
        border-radius: 50%;
    }

    .phone_pcbottom_share a img {
        width: 44px;
        height: 44px;
    }

    .copyright {
        padding: 15px 20px 80px;
    }

    .copyright p {
        font-size: 16px;
    }

    .phone_botton {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: start;
        z-index: 999;
    }

    .content_warp>.item {
        margin-bottom: 40px;
    }

    .content_warp>.item:last-child {
        margin-bottom: 0;
    }

    .copyright p,
    .copyright a {
        line-height: 24px;
    }

    .phone_botton a {
        width: 25%;
        height: 63px;
        display: inline-block;
    }

    .phone_botton a.phone {
        background: url(../img/p_f_4.webp) no-repeat center/30px auto #8E35D9;
    }

    .phone_botton a.whatsapp {
        background: url(../img/p_f_1.webp) no-repeat center/30px auto #8E35D9;
    }

    .phone_botton a.email {
        background: url(../img/p_f_2.webp) no-repeat center/30px auto #0047BB;
    }

    .phone_botton a.backtop {
        background: url(../img/p_f_3.webp) no-repeat center/42px auto #0047BB;
    }
}





.h5show_flex {
    display: none !important;
}

@media screen and (max-width:950px) {
    .pcshow {
        display: none !important;
    }

    .h5show_flex {
        display: flex !important;
    }
}













.flex {
    display: flex;
    align-items: center;
}

.header_top_div {
    padding: 50px 0 30px;
    display: none !important;
}

.header_top_title {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 1.5em;
    text-transform: uppercase;
}

.header_top_list {
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #000000;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}

.header_top_list .header_top_listS {
    margin-right: 100px;
}

.header_top_list .header_top_listS img {
    margin-right: 10px;
}

.header_top_list .header_top_listS:nth-child(1) img {
    width: 26px;
}

.header_top_list .header_top_listS:nth-child(2) img {
    width: 23px;
}

.header_top_list .header_top_listS:nth-child(3) img {
    width: 22px;
}

.header_top_div .home_layout {
    max-width: 1450px;
    margin: 0 auto;
}

@media only screen and (max-width: 1500px) and (min-width: 950px) {
    .head_nav>li>a {
        font-size: 16px;
        padding: 0 10px;
    }

}

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


    .new-details .right .h1,
    .ibanner .layout .title,
    .number_list li .number,
    .customers_warp .title_warp .title,
    .new_warp .title_warp .left .title,
    .index_title,
    .help_warp .left {
        font-size: 24px;
    }

    .change-language-title {
        margin-left: 10px;
    }

    .head_nav>li>a {
        font-size: 16px;
        padding: 0 3px;
    }

    .header_top_list .header_top_listS {
        margin-right: 50px;
    }
}


@media only screen and (max-width: 950px) {
    .nav_warp {
        flex-direction: column;
    }

    .header_top_div {
        padding: 0;
        background-size: 100% 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 111;
        width: 100%;
    }

    .header_top_title {
        line-height: 65px;
    }

    .header_top_title {
        font-size: 18px;
    }

    .header_top_list {
        display: none;
    }

    .header_top_div .home_layout {
        padding: 0 10px;
    }

    .ibanner {
        /* margin-top: 115px; */
        margin-top: 50px;
    }
}












.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline;
}

#cont>ul>li>a {
    text-transform: capitalize;
}

#cont h2 {
    background: #0047BB !important;
}

#cont>ul>li>ul>li>a {
    color: #0047BB !important;
}

#cont>ul>li>ul>li>ul>li>a {
    color: #0047BB !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: #0047BB !important;
    border-right-color: #0047BB !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#footer {
    background: #0047BB !important;
}


.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 #0047BB !important;
}

.content-wrap.form .ch_form_wrap .item_submit input {
    background: #0047BB !important;
}



.mbDescDiv {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
    font-size: 16px;

}

.mbDescDiv>p:nth-child(1) {
    width: 24%;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    color: #333;
    /* word-break: auto-phrase; */
    font-weight: bold;
}

.mbDescDiv>p:nth-child(2) {
    flex: 1;
    word-break: break-all;
    margin: 0;
    color: #666;
}

.shengis .page_bar .pagination {
    padding-top: 46px;
}

.shengis .banner_section {
    margin-top: 30px;
}

.sitemap-logo-boxs {
    background-color: #0047BB !important;
}

.sitemap-logo-boxs h1 span {
    color: #ffffff !important;
}

.search-product-detail .fl-rich-textqq .sep-datalistqq>li .summaryqq {
    word-break: initial !important;
}