@charset "utf-8";

html {
    font-size: 625%
}

body {
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%
}

* {
    word-wrap: break-word !important;
}

a,
abbr,
address,
blockquote,
body,
code,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
li,
object,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

body,
button,
html,
input,
textarea {
    color: #575f65;
    font-family: Arial;
    line-height: 1.5
}

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 {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    width: 100%
}

li {
    list-style: none
}

em,
i {
    font-style: normal
}

a {
    color: #333;
    text-decoration: none
}

a:focus,
input[type=text]:focus {
    outline: 0
}

a:hover {
    color: var(--conmmonColor);
    text-decoration: none
}

input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    padding: 0;
    border: none
}

hr {
    margin: 15px 0;
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1
}

a:active,
input,
select,
textarea {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: fontawesome;
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), 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#fontawesomeBold") format("svg");
    font-display: swap
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf');
    font-display: swap
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.ttf');
    font-display: swap
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins-Light.ttf');
    font-display: swap
}

@font-face {
    font-family: Avenir-Black;
    src: url('../fonts/Avenir-Black.ttf');
    font-display: swap
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.ttf');
    font-display: swap
}

.banner_navigate_button:after,
.cate_items ul:after,
.clearfix:after,
.detail-tabs:after,
.foot_items:after,
.items_list ul:after,
.layout:after,
.nav_wrap .head_nav:after,
.news_cell:after,
.page_main:after,
.product-intro:after,
.product_items:after,
.promote_list:after,
.sys_row:after,
.web_head .logo:after,
.web_main:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ""
}

.banner_navigate_button,
.cate_items ul,
.clearfix,
.detail-tabs,
.flex_row,
.foot_items,
.items_list ul,
.layout,
.nav_wrap .head_nav,
.page_main,
.product-intro,
.product_items,
.promote_list,
.sys_row,
.web_head .logo,
.web_main {
    zoom: 1
}

.clear {
    clear: both
}

.category_tab_wrap .product_items:after {
    display: none
}

.layout {
    position: relative;
    margin: 0 auto;
    width: 1400px
}

@media (max-width:1400px) {
    .layout {
        width: 95%
    }
}

.z9999 {
    z-index: 9999 !important
}

.hide {
    display: none
}

.gotop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99999;
    visibility: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    background-color: #ab2b35;
    background-clip: content-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -ms-transform: translateY(100%)
}

.gotop.active:hover,
.gotop:hover {
    background-color: #e60012;
    color: #fff
}

.gotop.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -ms-transform: none
}

.gotop em,
.gotop:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.gotop em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -ms-transform: translateY(10px)
}

.gotop:before {
    display: block;
    content: '\f176';
    font-family: fontawesome
}

.gotop:hover em {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    -ms-transform: none
}

.gotop:hover:before {
    opacity: 0;
    -webkit-transform: translateY(-15px) scale(.5);
    -o-transform: translateY(-15px) scale(.5);
    transform: translateY(-15px) scale(.5);
    -ms-transform: translateY(-15px) scale(.5)
}

.blog-item:after,
.change-language .change-language-title a:after,
.company_subscribe .button:after,
.foot_item a,
.gotop,
.head_nav b:after,
.head_nav li a,
.head_sns li img,
.mobile-head-item .middle-show-content-wrap,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li li>a:before,
.nav_wrap .head_nav li ul,
.newsletter .button,
.pages a,
.product-btn-wrap a,
.product-button-next,
.product-button-prev,
.product-item .item-img img,
.product_item,
.product_item .item_img a,
.product_item .item_img a:after,
.product_item .item_img a:before,
.product_item .item_img img,
.product_item .item_img:after,
.product_item figure,
.product_item figure figcaption,
.side-product-items .btn-next,
.side-product-items .btn-prev,
.side_product_item .add-friend,
.side_product_item .add-friend:after,
.web_head {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -ms-transition: .3s
}

.foot_txt_list li a:before,
.head_nav>li>a:after,
.head_nav>li>a:before,
.icon-cate,
.web_footer .button:before {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out
}

.company_subscribe .button .button_ico,
.company_subscribe .button .button_txt {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.advantage_img:before,
.advantage_items .advantage_item,
.feature_item .feature_title,
.feature_item .img_item img,
.feature_next,
.feature_prev,
.feature_product_item .feature_imgbg,
.feature_product_item .feature_imgpd img,
.foot_item.foot_nav .fot_tit:after,
.foot_item.foot_nav .fot_tit:before,
.goods-may-like .navigate_button_next:before,
.goods-may-like .navigate_button_prev:before,
.index_main .product_item figure,
.nav_wrap .nav_btn_close,
.product_item a:after,
.side-cate>li>a,
a,
figcaption,
img {
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.sys-layer {
    margin: 0 auto
}

.sys-row {
    margin: 0 -8px
}

.sys-col {
    float: left
}

.sys-col-inner {
    margin: 0 8px
}

.sys-col-md {
    float: left
}

.sys-col-md-12 {
    width: 100%
}

.sys-col-md-11 {
    width: 91.66666667%
}

.sys-col-md-10 {
    width: 83.33333333%
}

.sys-col-md-9 {
    width: 75%
}

.sys-col-md-8 {
    width: 66.66666667%
}

.sys-col-md-7 {
    width: 58.33333333%
}

.sys-col-md-6 {
    width: 50%
}

.sys-col-md-5 {
    width: 41.66666667%
}

.sys-col-md-4 {
    width: 33.33333333%
}

.sys-col-md-3 {
    width: 25%
}

.sys-col-md-2 {
    width: 16.66666667%
}

.sys-col-md-1 {
    width: 8.33333333%
}

.sys_row {
    margin-right: -15px;
    margin-left: -15px
}

.sys_col {
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

.sys_fl {
    float: left !important
}

.sys_fr {
    float: right !important
}

.flex_row,
.items_list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_row_nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.sys_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: .2em 2em .2em 1em;
    min-width: 150px;
    border: 2px solid #e60012;
    background-color: #f9f9f9;
    color: #333 !important;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -.1em;
    font-size: 22px;
    line-height: 2;
    cursor: pointer;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    user-select: none;
    -ms-transform: scale(1)
}

.sys_btn:hover {
    background-color: #e60012;
    color: #fff !important
}

.sys_btn:after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: -.6em;
    content: '\f04b';
    font-size: 12px;
    line-height: 1.2em
}

input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .71)
}

input:-moz-placeholder {
    color: rgba(0, 0, 0, .71)
}

input::-moz-placeholder {
    color: rgba(0, 0, 0, .71)
}

input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .71)
}

.company_subscribe .button,
.index_promote,
.nav_wrap,
.product_item .item_img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box
}

.download-item .item-button:before,
.faq-item .faq-title:before,
.head_nav li b:after,
.head_nav>li:after,
.mobile-head-item .title:before,
.product-btn-wrap a:before,
.search-btn,
.side-cate li .icon-cate:before {
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: fontawesome;
    speak: none
}

.btn_more:after,
.company_subscribe .button:after,
.fa:before,
.head-search .search-btn:before,
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.side-product-items .btn-next:before,
.side-product-items .btn-prev:before,
.swiper-button-next:before,
.swiper-button-prev:before,
.sys_btn:after {
    font-family: fontawesome
}

.flex_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.flex {
    display: flex;
    justify-content: center
}

#index_scrollsidebar {
    top: 50%;
    right: 20px;
    transition: 1s ease-in-out;
    opacity: 1;
    position: fixed;
    z-index: 99999
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: var(--conmmonColor);
    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: var(--conmmonColor);
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: .5s ease-in-out;
    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
}

.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: var(--conmmonColor);
    -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: var(--conmmonColor);
    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:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
    color: #fff
}

.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.fix_slide_foot {
    display: none;
    background: var(--conmmonColor);
    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: 30px
}

.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:1024px) {
    #index_scrollsidebar {
        display: none
    }

    .fix_slide_foot {
        display: flex
    }

    .web_footer {
        padding-bottom: 60px
    }

    body {
        padding-bottom: 50px
    }
}

.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: #fff;
    text-decoration: underline
}

.c-chat-button {
    background: #fff;
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, .1);
    padding: 13px 12px;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    bottom: 46px;
    right: 55px;
    border-radius: 30px
}

.c_chat_form {
    padding: 16px 35px 10px;
    background: #fff;
    min-width: 360px;
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, .1);
    position: fixed;
    right: 25px;
    left: 25px;
    bottom: 18px;
    z-index: 9999;
    transition: .3s ease-in-out;
    display: block;
    border-radius: 10px
}

.c_chat_form .l {
    float: left
}

.c_chat_form .r {
    float: right
}

.c_chat_form .t_top {
    color: #293593;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer
}

.c_chat_form .t_top::after {
    content: '\f106';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: fontawesome;
    font-size: 16px;
    color: #293593;
    transform: translateY(-50%);
    transition: .5s ease-in-out
}

.c_chat_form .t_top .t_close {
    width: 23px;
    display: block;
    float: right
}

.c_chat_form .item {
    margin-bottom: 20px;
    clear: both
}

.c_chat_form .item_half {
    width: 49%;
    clear: inherit
}

.c_chat_form .item input,
.c_chat_form .item textarea {
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 100%
}

.c_chat_form .item .b_btn {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    padding: 0;
    color: #293593;
    margin-top: .5em;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    height: 40px;
    text-align: center
}

.c_chat_form .item .b_btn:hover {
    background: #293593;
    color: #fff
}

.form-active .t_top::after {
    transform: translateY(-50%) rotate(180deg)
}

@media (min-width:768px) {
    .c_chat_form {
        left: auto;
        right: 10px;
        bottom: -407px
    }
}

.head_top {
    background: #191919;
    padding: 10px 0
}

.head_top .top_wrap {
    justify-content: space-between;
    align-items: center
}

.head_top .nav_list li {
    padding: 0 20px
}

.head_top .nav_list li a {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-transform: capitalize
}

.head_top .nav_list li.nav-current a,
.head_top .nav_list li:hover a {
    border-bottom: 1px solid #fff
}

.head_top .nav_list li:first-child {
    padding-left: 0
}

.media_icons li {
    width: 35px;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #666;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: pointer
}

.media_icons li .top_icon {
    display: block
}

.media_icons li .hover_icon {
    display: none
}

.media_icons li img {
    width: 15px;
    height: 15px
}

.media_icons li:first-child img {
    width: 10px
}

.media_icons li:hover {
    background: var(--conmmonColor);
    border: 1px solid var(--conmmonColor)
}

.media_icons li:hover .top_icon {
    display: none
}

.media_icons li:hover .hover_icon {
    display: block
}

.web_head {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    border-radius: 0
}

.web_head .header_layout {
    position: relative;
    width: 1400px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s
}

.fixed .head_bottom {
    width: 100%;
    margin-top: 0;
    padding: 10px 0 20px
}

.fixed .head_bottom .header_layout {
    margin-top: 0
}

@media (max-width:1440px) {
    .web_head .header_layout {
        width: 95%
    }
}

.head_top .btn--search {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.head_top .btn--search:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/demo/search.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.web_head .logo img {
    width: auto;
    max-height: 59px
}

.fixed .logo img {
    max-height: 40px
}

.mobile-head-items {
    display: none
}

.web_head .change-language {
    position: relative;
    white-space: nowrap;
    background: var(--conmmonColor);
    display: flex;
    align-items: center;
    padding: 15px
}

.fixed .change-language {
    padding: 5px 15px !important
}

.web_head .change-language-title {
    position: relative
}

.change-language-title.medium-title a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center
}

.web_head .change-language .change-language-cont {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.web_head .nav_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    -webkit-display: flex;
    flex: auto;
    -webkit-flex: auto;
    align-items: center;
    -webkit-align-items: center
}

.nav_wrap_sj {
    display: none
}

.web_head .nav_wrap .head_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-left: 15%
}

.mobile-operate-box {
    display: none
}

.head_nav li,
.head_nav li a {
    letter-spacing: -.5px;
    color: #665e5e;
    font-size: 15px;
    font-weight: 400
}

.head_nav>li {
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.head_nav>li.has-child a {
    padding-right: 20px
}

.head_nav>li>a {
    position: relative;
    display: inline-block;
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    padding: 10px 0
}

@media (max-width:1400px) {
    .web_head .nav_wrap .head_nav {
        margin-left: 10%
    }

    .head_nav>li>a {
        padding: 20px 10px
    }
}

@media (max-width:1300px) {
    .head_nav>li {
        padding: 0 5px
    }

    .head_nav>li>a {
        font-size: 18px
    }
}

@media (max-width:1200px) {
    .web_head .nav_wrap .head_nav {
        margin-left: 2%
    }

    .head_nav>li>a {
        padding: 20px 5px;
        font-size: 16px
    }

    .fixed .head_nav>li,
    .head_nav>li {
        padding: 0 5px
    }
}

.head_nav li a b {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.head_nav li a b:before {
    content: '\f0d7';
    font-family: fontawesome
}

.head_nav li ul {
    position: absolute;
    left: 20px;
    display: block;
    width: 250px;
    background-color: rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top
}

.head_nav>li ul li {
    position: relative;
    line-height: 37px;
    border-bottom: 1px solid #d4d4d4
}

.head_nav>li ul li a {
    position: relative;
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 10px
}

.head_nav>li>ul li a:hover {
    color: var(--conmmonColor) !important
}

.head_nav>li ul li a b:before {
    content: '\f105'
}

.head_nav li ul ul {
    top: 0;
    left: 100%;
    margin-left: 2px;
    border-radius: 3px
}

.head_nav li.menu_show>ul {
    width: 350px;
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background: #fff
}

.head_nav li.menu_show>ul a {
    color: #000
}

.head_nav li.nav-current>a:after,
.head_nav>li>a:hover:after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 23px;
    height: 2px;
    background: #fff
}

.head_nav>li>a:hover b {
    -webkit-transform: rotateX(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg)
}

.operate-box {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.operate-box .btn--search {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.operate-box .btn--search:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/demo/search.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif
}

.change-language .prisna-wp-translate-seo,
.mobile-head-language .prisna-wp-translate-seo {
    display: block;
    display: flex;
    flex-direction: column
}

.change-language .change-language-title a:after {
    display: inline-block;
    padding-left: 2px;
    content: "\f107";
    font-size: 24px;
    font-family: fontawesome
}

.change-language:hover .change-language-title a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg)
}

.change-language .change-language-cont {
    position: absolute;
    top: 67px;
    right: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    overflow-y: scroll;
    padding: 20px 10px 20px 20px;
    width: 360px;
    max-height: 80vh;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: scale3d(.9, .9, 1);
    -ms-transition: .3s ease-in-out
}

.change-language:hover .change-language-cont {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.change-language .change-language-cont li {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 10px 5px 0;
    width: 100%;
    vertical-align: top;
    font-size: 10pt;
    border-bottom: 1px solid #eee
}

.change-language .change-language-cont li a span {
    text-transform: capitalize
}

.change-language .change-language-cont li a:hover {
    color: #e60012
}

.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;
    line-height: 30px;
    cursor: pointer
}

.change-language .change-language-cont .more-active {
    font-size: 20px
}

.change-language .change-language-title .language-flag span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
    padding-left: 10px;
    font-family: Arial-Regulars;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none
}

.language-flag span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
    padding-left: 10px;
    font-family: Arial-Regulars;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-transform: capitalize
}

.change-language ::-webkit-scrollbar {
    width: 5px
}

.change-language ::-webkit-scrollbar-track {
    background-color: #fff
}

.change-language ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3)
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

.language-flag .language--img {
    display: inline-block;
    width: 18px;
    height: 15px;
    background-image: url(../img/demo/lan_bg.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    zoom: 1
}

li.language-flag a {
    position: relative;
    display: flex;
    align-items: center
}

.language-flag-af .country-flag {
    background-position: 0 0 !important
}

.change-language-cont li {
    width: 100%;
    text-align: left
}

.change-language-cont {
    display: flex;
    flex-wrap: wrap
}

.language-af {
    background-position: 0 -1px
}

.language-sq {
    background-position: 0 -940px
}

.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,
.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-sd,
.language-sn {
    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,
.language-zh-TW {
    background-position: 0 -1282px
}

.container {
    min-height: 100vh
}

.search-ipt {
    border: 0;
    background: 0 0;
    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 {
    font-size: 1.8em;
    border-radius: 50%;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    background-image: url(../img/demo/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
}

.web-search .btn--search-close:hover {
    background-color: var(--conmmonColor);
    -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: 1em;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: .05em 0;
    color: #333;
    border-bottom: 3px solid;
    font-size: 20px
}

.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 0;
    text-align: right;
    color: #333
}

.js .container {
    position: relative;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.js .main-wrap--move {
    height: 100vh
}

.js .web-search {
    pointer-events: none;
    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
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.web-search .btn--search-close {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.search--open .btn--search-close {
    opacity: 1;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-animation: 1s bounceInA;
    -o-animation: 1s bounceInA;
    animation: 1s bounceInA
}

.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 .8s, transform .8s;
    -webkit-transition: opacity .8s, transform .8s;
    -ms-transition: opacity .8s, transform .8s;
    -o-transition: opacity .8s, transform .8s;
    transition: opacity .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: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.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
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, .98);
    background-color: #fff;
    -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: .3s;
    -o-transition: .3s;
    transition: .3s
}

.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, .7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000
}

.web_footer {
    padding-top: 4%;
    position: relative;
    background: #17008f;
    overflow: hidden
}

.company_subscribe {
    position: relative;
    display: block;
    background: #17008f;
    text-align: center;
    padding: 40px 0
}

.company_subscribe:after,
.company_subscribe:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 50%;
    background: #fff
}

.company_subscribe:after {
    left: auto;
    right: -100%
}

.company_subscribe,
.company_subscribe a {
    color: #fff
}

.company_subscribe .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: MontserratSemiBold;
    font-size: 26px;
    margin: 0 15px
}

.company_subscribe .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    height: 55px;
    line-height: 51px;
    padding: 0 135px 0 108px;
    border: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #212121;
    background-image: url(img/ico_contact.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 15px;
    font-size: 18px;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.company_subscribe .button:hover {
    background-position: calc(100% + 32px) -35px
}

.foot_items {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    display: flex;
    justify-content: space-between
}

.foot_item_info img {
    max-width: 215px
}

.foot_items,
.foot_items a {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 40px
}

.foot_items a:hover {
    text-decoration: underline
}

.foot_items>li:hover a {
    text-decoration: underline
}

.foot_item {
    position: relative;
    float: left
}

.foot_item.foot_item_info {
    width: 30%
}

.foot_item.foot_item_product {
    width: 50%;
    margin: 0 1%
}

.foot_item.foot_item_product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.foot_item.foot_item_product ul li {
    width: 47%;
    word-wrap: break-word;
    word-break: break-word
}

.foot_item.foot_item_link {
    width: 13%;
    margin: 0 1%
}

.foot_item.foot_item_link li>ul {
    display: none
}

.foot_item.foot_item_contact {
    margin-top: 30px;
    margin-right: 0
}

.foot_item.foot_item_contact>ul>li {
    display: flex;
    justify-content: flex-start
}

.foot_item.foot_item_contact>ul>li ul li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.foot_item.foot_item_contact>ul>li.factory_address {
    display: flex !important;
    text-transform: capitalize
}

.foot_item.foot_item_contact>ul>li.factory_address .address_title {
    display: inline-block;
    width: 75px
}

.foot_item.foot_item_contact>ul>li.factory_address .address_info {
    display: inline-block;
    width: calc(100% - 75px)
}

.foot_item.foot_item_contact li a,
.foot_item.foot_item_contact li a span {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 40px
}

.foot_item .title {
    position: relative;
    font-family: Poppins-Bold;
    font-weight: 700;
    font-size: 26px;
    display: block;
    color: #fff;
    line-height: 42px;
    margin: 0 0 20px;
    text-transform: uppercase
}

.foot_item.foot_item_info .text {
    margin-top: 20px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #e5e5e5;
    line-height: 25px
}

.foot_item.foot_item_info .more {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.foot_item.foot_item_info .more:after {
    font-family: fontawesome;
    content: "\f178";
    margin: 0 0 0 7px;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.foot_item.foot_item_info .more:hover:after {
    margin: 0 0 0 14px
}

.foot_item.foot_item_contact address {
    font-style: normal
}

.foot_item.foot_item_contact address li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 15px
}

.get_touch {
    display: none
}

.copyright a {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 26px
}

.copyright p:last-child a::after {
    content: '|';
    font-size: 16px;
    color: #999;
    margin: 0 15px
}

.copyright p:last-child a:last-child::after {
    content: ''
}

.copyright {
    position: relative;
    padding: 0 0 15px;
    background: #17008f;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    text-align: right
}

.copyright .copyright_wrap {
    padding-top: 20px;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .3)
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline
}

@media screen and (max-width:1366px) {
    .copyright .copyright_wrap>div {
        width: 80%;
        text-align: center
    }
}

@media only screen and (max-width:950px) {
    .fixed .head_nav>li {
        padding: 0
    }

    .copyright .copyright_wrap>div {
        width: 100%
    }

    .foot_item.foot_item_info,
    .foot_item.foot_item_product {
        width: 100%;
        padding: 0;
        margin: 0 0 30px
    }

    .foot_item.foot_item_contact,
    .foot_item.foot_item_contact .title {
        display: none
    }

    .containerHome .web_footer {
        margin-top: 0
    }

    .web_footer {
        padding-bottom: 60px
    }

    .foot_item.foot_item_product {
        display: none
    }

    .foot_item.foot_item_link {
        width: 100%
    }

    .foot_item.foot_item_link .title {
        display: none
    }

    .foot_item.foot_item_link li a {
        display: block;
        font-family: Poppins-Bold;
        font-weight: 400;
        font-size: 20px;
        color: #fdfbf6;
        text-transform: capitalize
    }

    .foot_item.foot_item_link li.contact_item a {
        text-transform: none !important
    }

    .foot_item.foot_item_link li>ul>li {
        padding: 0 !important;
        font-family: Poppins-Light;
    }

    .foot_item.foot_item_link li li a {
        font-family: Poppins-Light;
        font-size: 18px;
        color: #fdfbf6;
        line-height: 25px;
        padding-left: 20px !important;
        border: none
    }

    .foot_items {
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 3%
    }

    .foot_sns {
        margin: 0 0 30px
    }

    .get_touch {
        display: block;
        margin-top: 20px
    }

    .foot_list {
        position: relative;
        margin-top: 15px
    }

    .foot_list li {
        width: 46px;
        height: 46px;
        padding: 5px;
        box-sizing: border-box;
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        cursor: pointer
    }

    .foot_list li:first-child {
        margin-left: 0
    }

    .foot_list li:last-child {
        margin-right: 0
    }

    .foot_list li img {
        width: 18px;
        height: 18px
    }

    .foot_list li:first-child img {
        width: 13px
    }

    .foot_list li:last-child img {
        width: 20px
    }

    .foot_list li:hover {
        background-color: var(--conmmonColor);
        border-color: var(--conmmonColor)
    }

    .foot_item .title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .foot_item.foot_item_info .text {
        line-height: 1.5;
        margin: 25px 0
    }

    .foot_item_link {
        width: 100%
    }

    .foot_item_link>li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        padding: 0
    }

    .foot_item_link>li>a {
        position: relative;
        text-transform: uppercase;
        font-size: 14px
    }

    .foot_item_link li {
        border-radius: 5px;
        background: #2f1a9a;
        margin-top: 10px
    }

    .foot_item_link li:last-child {
        margin-top: 10px !important;
        padding: 0 15px !important
    }

    .foot_item_link li:last-child>a {
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0 !important
    }

    .foot_item_link li:last-child ul {
        display: block !important;
        padding: 0 !important
    }

    .foot_item_link li:last-child b {
        display: none !important
    }

    .foot_item_link li:last-child li {
        padding: 0 !important
    }

    .foot_item_link li:last-child ul li a {
        font-family: Poppins-Light;
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        padding: 0 !important;
        border: none
    }

    .foot_item_link li:last-child ul li {
        margin: 15px 0 0;
        display: flex;
        align-items: center
    }

    .foot_item_link li,
    .foot_item_link li a {
        display: block;
        font-family: Poppins-Bold;
        font-weight: 400;
        font-size: 20px;
        color: #fdfbf6;
        line-height: 35px;
        text-transform: uppercase
    }

    .foot_item_link li.has-child>a {
        padding-right: 0;
        display: flex;
        justify-content: space-between
    }

    .foot_item_link li.has-child>ul {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        margin-left: 0;
        padding: 0 0 0 10px;
        width: 100%;
        border-top: unset;
        box-shadow: unset;
        opacity: 1;
        -webkit-transform: unset;
        transform: unset;
    }

    .foot_item_link li.has-child>ul>li * {
        font-family: Poppins-Light !important;
    }

    .foot_item_link li.has-child>ul>li:last-child span {
        text-transform: capitalize;
    }

    .foot_item_link li a {
        padding: 10px 15px !important
    }

    .foot_item_link li>ul li a {
        display: block;
        line-height: 33px;
        text-align: left;
        padding: 5px 0 !important;
        border: none
    }

    .foot_item_link li.nav-current a {
        background-color: transparent;
        text-decoration: underline
    }

    .foot_item_link li em {
        display: block;
        overflow: hidden
    }

    .foot_item_link>li ul li {
        font-size: 14px;
        padding: 0;
        border-bottom: 1px dashed #c1c1c1
    }

    .foot_item_link li li li {
        font-size: 12px
    }

    .foot_item_link>li ul li a {
        color: #555;
        line-height: 28px
    }

    .foot_item_link>li.has-child a {
        padding-right: 0
    }

    .foot_item_link li,
    .foot_item_link li.has-child {
        padding: 0
    }

    .foot_item_link>li ul li:last-child {
        border-bottom: none
    }

    .foot_item_link li.active>a>b:after {
        display: none
    }

    .foot_item_link>li>a:hover b {
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

    .foot_item_link li li.has-child a b {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px
    }

    .foot_item_link li li.has-child a b:after,
    .foot_item_link li li.has-child a b:before {
        width: 6px
    }

    .foot_item_link li.nav-current>a b:after,
    .foot_item_link li.nav-current>a b:before {
        background: #e60012
    }

    .foot_item_link li.nav-current>a:after,
    .foot_item_link li>a:after,
    .web_head .nav_wrap {
        display: none
    }

    .foot_item_link li.nav-current,
    .foot_item_link li.nav-current>a b {
        border-color: unset
    }

    .get_touch p {
        font-family: Poppins-Light;
        font-weight: 300;
        font-size: 22px;
        color: #fff;
        line-height: 44px
    }

    .copyright {
        background: #17008f;
        color: #fff
    }

    .copyright a {
        color: #fff
    }

    .copyright .copyright_wrap {
        text-align: left;
        border: none;
        flex-direction: column;
        align-items: flex-start
    }

    .copyright p:last-child a::after {
        color: #fff
    }
}

.lbanner-pp {
    position: relative;
    background-color: #e5e5e5;
    padding: 3% 0;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:950px) {
    .lbanner-pp {
        margin-top: 0;
        padding-top: 10%
    }
}

.lbanner-pp .layout {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lbanner-pp .title {
    font-family: ChaparralPro-Bold;
    font-weight: 400;
    font-size: 96px;
    color: #fff;
    line-height: 113px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 2%
}

.lbanner-pp .lbanner-text {
    /* width: 50% */
}

.lbanner-pp .lbanner-img {
    width: 35%;
    position: absolute;
    right: 0;
    top: -90px
}

.lbanner-pp .lbanner-img .img {
    padding-top: 84%
}

.lbanner-pp .lbanner-text .title {
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 40px;
    color: var(--conmmonColor);
    line-height: 1.5;
    text-transform: capitalize;
    text-align: left
}

.lbanner-pp .lbanner-text .title span {
    color: var(--conmmonColor)
}

.lbanner-pp .lbanner-text .detail {
    height: 100px;
    overflow-y: auto;
    width: 84%;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px
}

.lbanner-pp .lbanner-text .lbanner_btn {
    margin-top: 43px
}

.lbanner-pp .lbanner-text .lbanner_btn a {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 62px;
    padding: 0 40px;
    background-color: var(--conmmonColor);
    border-radius: 30px
}

.lbanner-pp .lbanner-text .lbanner_btn a:hover {
    opacity: .5
}

.lbanner-pp ul li a {
    color: #fff
}

.lbanner-pp ul li:last-child a {
    color: var(--conmmonColor)
}

.lbanner-pp .path_bar ul {
    display: flex;
    flex-wrap: wrap
}

.lbanner-pp .path_bar ul li {
    display: inline-block
}

.lbanner-pp .path_bar ul li:first-child:before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 700;
    width: 19px;
    height: 17px;
    background: url(../img/other/home.png) 0 0/100% 100% no-repeat
}

.lbanner-pp .path_bar ul li,
.lbanner-pp .path_bar ul li a {
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize
}

.lbanner-pp .path_bar ul li::after {
    content: "";
    display: inline-block;
    margin: 0 10px 3px;
    font-weight: 700;
    width: 10px;
    height: 6px;
    background: url(../img/other/pathright.png) 0 0/100% 100% no-repeat
}

.lbanner-pp .path_bar ul li:last-child:after {
    display: none
}

.lbanner-pp .path_bar ul li:last-child,
.lbanner-pp .path_bar ul li:last-child a {
    color: var(--conmmonColor)
}

.lbanner-pp .path_bar ul li:hover,
.lbanner-pp .path_bar ul li:hover a {
    color: var(--conmmonColor);
    text-decoration: underline
}

.lbanner-pp .path_bar {
    margin-top: 5%;
    padding-top: 0
}

.lbanner-pp.products-lbanner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.lbanner-pp.products-lbanner::after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.lbanner-pp.products-lbanner .layout {
    position: relative;
    z-index: 20
}

.lbanner-pp .lbanner-text .lbanner_btn a img {
    margin-right: 16px
}

.lbanner-box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 35px
}

.lbanner_btn1 a {
    display: inline-block;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    margin-right: 38px;
    background-color: #000
}

.lbanner_btn1 a:hover {
    background-color: var(--conmmonColor)
}

.lbanner_btn1 b {
    display: inline-block;
    background-image: url(../img/other/download.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 10px
}

.lbanner_btn2 a {
    display: inline-block;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    background-color: #000
}

.lbanner_btn2 a:hover {
    background-color: var(--conmmonColor)
}

@media (max-width:1100px) {

    .lbanner_btn1 a,
    .lbanner_btn2 a {
        padding: 10px
    }
}

.lbanner_btn2 b {
    display: inline-block;
    background-image: url(../img/other/video-start.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 10px
}

@media screen and (max-width:1366px) {
    .lbanner-pp .lbanner-text .title {
        font-size: 30px;
    }

}

@media screen and (max-width:950px) {
    .lbanner-pp .lbanner-img {
        display: none
    }

    .lbanner-pp .lbanner-text {
        width: 100%
    }

    .lbanner-pp .lbanner-text .title {
        font-size: 26px
    }

    .lbanner-pp .lbanner-text .lbanner_btn {
        margin-top: 20px
    }

    .lbanner-pp .lbanner-text .lbanner_btn a {
        font-size: 16px;
        padding: 0 30px;
        line-height: 40px
    }
}

.ibanner {
    position: relative;
    z-index: 99999;
    background-color: #000;
    padding-top: 15%;
    padding-bottom: 0;
    margin-bottom: 5%
}

.ibanner .layout .title {
    font-family: ChaparralPro-Bold;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase
}

.ibanner .path_bar ul {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap
}

.ibanner .path_bar ul li {
    display: inline-block
}

.ibanner .path_bar ul li a {
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize
}

.ibanner .path_bar ul li::after {
    content: '>';
    color: #333;
    font-size: 14px;
    margin: 0 8px
}

.ibanner .path_bar ul li:last-child:after {
    display: none
}

.ibanner .path_bar ul li:last-child a {
    color: var(--conmmonColor)
}

.ibanner .path_bar {
    margin-top: 28%;
    padding-top: 0
}

.path_bar ul li::after {
    content: '>';
    color: #333;
    font-size: 14px;
    margin: 0 8px
}

.main_wrap {
    justify-content: space-between
}

.aside-box {
    width: 300px;
    position: sticky;
    top: 127px;
    height: auto;
    align-self: flex-start
}

.side-tit-bar {
    position: relative;
    margin-bottom: 10%
}

.side-tit-bar .side-tit {
    padding: 16px 0
}

.side-tit-bar .side-tit,
.side-tit-bar .side-tit a {
    position: relative;
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 24px;
    color: var(--conmmonColor);
    line-height: 40px;
    text-transform: none;
    text-align: left
}

.side-tit-bar .side-tit:after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 8%;
    bottom: 0;
    width: 49px;
    height: 3px;
    background: var(--conmmonColor)
}

.side-tit-bar .side-tit .txt-impt {
    color: #da9d67;
    font-weight: 700
}

.side-widget {
    position: relative;
    margin: 0 0 .2rem
}

.aside-wrap {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden
}

.side-cate>li {
    padding: 10px 0;
    position: relative;
    line-height: 38px;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-size: .16rem
}

.side-cate>li.active>a {
    color: var(--conmmonColor);
    text-decoration: underline
}

.side-cate ul {
    display: none;
    position: relative
}

.side-cate li a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: .3rem;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-transform: none
}

.side-cate li .icon-cate {
    display: inline-block;
    position: absolute;
    right: .1rem;
    top: .05rem;
    font-size: .11rem;
    cursor: pointer;
    line-height: .38rem;
    border-radius: 0;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

.side-cate li .icon-cate.icon-cate:before {
    display: inline-block;
    font-family: fontawesome;
    content: '\f105';
    font-size: 26px;
    color: #333
}

.side-cate li.li_active .icon-cate.icon-cate:before {
    color: var(--conmmonColor)
}

.side-cate li .icon-cate.icon-cate-up {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.side-cate li li {
    padding: 5px 0 5px 20px;
    position: relative
}

.side-cate li li a {
    padding-right: 0;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 34px
}

.side-cate li.active>.icon-cate {
    color: #000
}

.side-cate li li.active>a {
    color: var(--conmmonColor) !important;
    text-decoration: underline
}

.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: var(--conmmonColor);
    text-decoration: underline
}

.side-cate li li.nav-current>.icon-cate,
.side-cate li li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #000
}

.side-product-items {
    position: relative;
    padding: .5rem 0
}

.side-product-items .items_content {
    position: relative
}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: .95rem;
    overflow: hidden
}

.side_product_item .item-img,
.side_product_item figcaption {
    display: table-cell
}

.side_product_item .item-img {
    width: .72rem;
    vertical-align: middle
}

.side_product_item .item-img img {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.side_product_item figcaption {
    vertical-align: middle
}

.side_product_item figcaption a {
    display: inline-block;
    line-height: .2rem;
    max-height: .4rem;
    overflow: hidden;
    padding-left: .15rem
}

.side_product_item:hover .item-img {
    border-color: var(--conmmonColor)
}

.side_product_item .item-img:hover+figcaption a {
    color: #da9d67
}

.side-product-items .btn-next,
.side-product-items .btn-prev {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .2
}

.side-product-items .btn-prev {
    top: .2rem;
    background: url(img/side_product_up.png) center center no-repeat
}

.side-product-items .btn-next {
    bottom: .2rem;
    background: url(img/side_product_down.png) center center no-repeat
}

.side-product-items .disabled {
    display: block;
    opacity: .1;
    cursor: default
}

.side-product-items .btn-next:not(.disabled):hover,
.side-product-items .btn-prev:not(.disabled):hover {
    opacity: .5
}

.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px
}

.aside .side-bn img {
    max-width: 100%
}

.main {
    position: relative;
    width: calc(100% - 340px)
}

.pagination {
    margin-top: 20px;
    margin-right: 1%
}

.pagination .nav-links {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.pagination .page-numbers {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    text-transform: capitalize !important
}

.pagination .page-numbers:last-child {
    margin-right: 10px
}

.pagination .page-numbers:hover,
.pagination span.page-numbers.current {
    background: var(--conmmonColor);
    color: #fff
}

.pagination .next {
    width: auto !important;
    padding: 0 10px;
    height: auto;
    background: #fff;
    border: 1px solid #e5e5e5
}

.pagination .next:hover {
    color: #fff
}

.pagination .prev {
    width: auto !important;
    padding: 0 10px;
    height: auto;
    background: #fff;
    border: 1px solid #e5e5e5
}

.pagination .prev:hover {
    color: #fff
}

.foot_item.foot_item_link li a[title="Contact Us"] {
    display: none
}

@media only screen and (max-width:1024px) {
    .head_top .nav_list li:last-child {
        display: none !important
    }

    .container {
        width: 100%
    }

    .foot_item.foot_item_contact>ul>li {
        flex-wrap: wrap
    }

    .head_top .nav_list li {
        padding: 0 12px
    }

    .z10000 {
        position: relative;
        z-index: 100000
    }

    .mobile-body-mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .6)
    }

    .mobile-ico-close {
        position: absolute;
        top: 0;
        right: -35px;
        width: 30px;
        height: 30px;
        background: url(../img/demo/mobile_close.png) center center/50% auto no-repeat #fff;
        cursor: pointer
    }

    .mobile-operate-box {
        display: block
    }

    .sub-content {
        position: relative;
        right: auto;
        z-index: 99999;
        display: block;
        border: none;
        border-radius: 0;
        box-shadow: none
    }

    .lang-more {
        display: none !important
    }

    .web_head .change-language {
        background: 0 0;
        border: none
    }

    .web_head .header_layout {
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: 0 0;
        border: none
    }

    .web_head .logo img {
        max-height: 45px
    }

    .mobile-head-items {
        z-index: 999;
        display: block;
        visibility: visible;
        height: 100%;
        line-height: 30px;
        margin-left: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .mobile-head-item {
        width: 30px;
        display: flex;
        align-items: center;
        margin-left: 15px
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        overflow: hidden;
        width: 100%;
        height: 30px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        align-items: center
    }

    .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: '';
        display: inline-block;
        width: 100%;
        height: 30px;
        background-image: url(../img/demo/nav.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .mobile-head-item.mobile-head-language .change-language,
    .mobile-head-item.mobile-head-language .change-language-title {
        position: relative
    }

    .mobile-head-item.mobile-head-language .change-language-title.medium-title a {
        font-family: Arial;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        display: flex;
        align-items: center
    }

    .mobile-head-item.mobile-head-language .change-language-title.medium-title .language-flag span {
        color: #fff
    }

    .mobile-head-item.mobile-head-language .change-language .change-language-cont {
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
    }

    .mobile-head-item.mobile-head-search .title {
        display: inline-block;
        width: 30px;
        height: 30px
    }

    .mobile-head-item.mobile-head-language .title:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 30px;
        background-image: url(../img/demo/language.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 30px;
        background-image: url(../img/demo/search.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .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 {
        top: 0;
        z-index: 99999;
        display: block;
        background: #fff
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        padding: 15px 10px;
        height: 100%;
        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;
        left: -70%;
        display: block;
        width: 70%;
        height: 100%
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        visibility: hidden;
        padding: 20px 0;
        width: 100%;
        height: auto;
        opacity: 0
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1
    }

    .web_head .operate-box {
        display: none
    }

    .nav_wrap .logo img {
        height: 100px
    }

    .web_head .head-search {
        display: block
    }

    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        margin: 0 auto
    }

    .head-search .search-ipt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #fff;
        padding: 0 10px;
        border-bottom: 1px solid #000
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(../img/demo/search.png) center center/auto 16px no-repeat;
        -webkit-background-size: auto 16px;
        border: none;
        right: 0;
        top: 0;
        display: block !important
    }

    .head-search .search-attr {
        display: none
    }

    .web_head {
        position: absolute;
        top: 0;
        margin-bottom: 0;
        text-align: center
    }

    .head_nav {
        width: 100%;
        display: block
    }

    .head_nav>li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        padding: 0
    }

    .head_nav>li:nth-last-child(2),
    .head_nav>li:nth-last-child(3) {
        display: block
    }

    .head_nav>li>a {
        position: relative;
        text-transform: uppercase;
        font-size: 14px
    }

    .head_nav li,
    .head_nav li a {
        color: #111
    }

    .head_nav li.has-child {
        margin-top: 0;
        margin-bottom: 0
    }


    .head_nav li.has-child>ul {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        margin-left: 0;
        padding: 0 0 0 10px;
        width: 100%;
        background-color: transparent;
        border-top: unset;
        box-shadow: unset;
        opacity: 1;
        -webkit-transform: unset;
        transform: unset
    }

    .head_nav li a {
        display: block;
        line-height: 33px;
        text-align: left;
        padding: 0
    }

    .head_nav li.nav-current a {
        background-color: transparent;
        color: var(--conmmonColor);
        border: none
    }

    .head_nav li a:hover {
        color: var(--conmmonColor);
        background-color: transparent;
        border: none
    }

    .head_nav li em {
        display: block;
        overflow: hidden
    }

    .head_nav>li ul li {
        font-size: 14px;
        padding: 0;
        border-bottom: 1px dashed #c1c1c1
    }

    .head_nav li li li {
        font-size: 12px
    }

    .head_nav>li ul li a {
        color: #555;
        line-height: 28px
    }


    .head_nav li.has-child a b {
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 15px;
        height: 15px;
        border: 1px solid #111;
        border-radius: 2px;
        line-height: 15px;
        z-index: 999
    }

    .head_nav li.has-child a b:after,
    .head_nav li.has-child a b:before {
        position: absolute;
        top: 50%;
        left: 3px;
        display: block;
        margin-top: -.5px;
        width: 9px;
        height: 1px;
        background-color: #111;
        content: ''
    }

    .head_nav li.has-child a b:after {
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

    .head_nav li,
    .head_nav li.has-child {
        padding: 0
    }

    .head_nav>li ul li:last-child {
        border-bottom: none
    }

    .head_nav li.active>a>b:after {
        display: none
    }

    .head_nav>li>a:hover b {
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

    .head_nav li li.has-child a b {
        width: 12px;
        height: 12px;
        line-height: 12px
    }

    .head_nav li li.has-child a b:after,
    .head_nav li li.has-child a b:before {
        width: 6px
    }

    .head_nav li.nav-current>a b:after,
    .head_nav li.nav-current>a b:before {
        background: #e60012
    }

    .head_nav li.nav-current>a:after,
    .head_nav li>a:after {
        display: none
    }

    .head_nav li.nav-current,
    .head_nav li.nav-current>a b {
        border-color: unset
    }

    .web_foot {
        height: auto
    }

    .mobile_wrap {
        display: block !important
    }

    .web_foot .web_foot_wrap {
        padding-top: 5%
    }

    .web_foot .foot_wrap {
        display: none
    }

    .foot_item_link {
        width: 100%
    }

    .foot_item_link>li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        padding: 0
    }

    .foot_item_link>li>a {
        position: relative;
        text-transform: uppercase;
        font-size: 14px
    }

    .foot_item_link li,
    .foot_item_link li a {
        font-family: Arial-Regular;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none
    }

    .foot_item_link li.has-child>a {
        padding-right: 0;
        display: flex;
        justify-content: space-between
    }

    .foot_item_link li.has-child>ul {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        margin-left: 0;
        padding: 0 0 0 10px;
        width: 100%;
        border-top: unset;
        box-shadow: unset;
        opacity: 1;
        -webkit-transform: unset;
        transform: unset
    }

    .foot_item_link li>ul li a {
        display: block;
        line-height: 33px;
        text-align: left;
        padding: 5px 0;
        border: none
    }

    .foot_item_link li.nav-current a {
        background-color: transparent;
        text-decoration: underline
    }

    .foot_item_link li a:hover {
        text-decoration: underline
    }

    .foot_item_link li em {
        display: block;
        overflow: hidden
    }

    .foot_item_link>li ul li {
        font-size: 14px;
        padding: 0;
        border-bottom: 1px dashed #c1c1c1
    }

    .foot_item_link li li li {
        font-size: 12px
    }

    .foot_item_link>li ul li a {
        color: #555;
        line-height: 28px
    }

    .foot_item_link>li.has-child a {
        padding-right: 0
    }

    .foot_item_link li.has-child a b {
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: inline-block;
        width: 18px;
        height: 10px;
        background-image: url(../img/demo/foot_nav.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        top: 9px
    }

    .foot_item_link li,
    .foot_item_link li.has-child {
        padding: 0
    }

    .foot_item_link>li ul li:last-child {
        border-bottom: none
    }

    .foot_item_link li.active>a>b:after {
        display: none
    }

    .foot_item_link>li>a:hover b {
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

    .foot_item_link li li.has-child a b {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px
    }

    .foot_item_link li li.has-child a b:after,
    .foot_item_link li li.has-child a b:before {
        width: 6px
    }

    .foot_item_link li.nav-current>a b:after,
    .foot_item_link li.nav-current>a b:before {
        background: #e60012
    }

    .foot_item_link li.nav-current>a:after,
    .foot_item_link li>a:after,
    .web_head .nav_wrap {
        display: none
    }

    .foot_item_link li.nav-current,
    .foot_item_link li.nav-current>a b {
        border-color: unset
    }

    .copyrights {
        width: 90%;
        border: none;
        padding-bottom: 20%;
        text-align: left;
        line-height: 28px
    }

    .web_foot .foot_gotop {
        display: none !important
    }

    .mobie_foot_logo img {
        max-width: 103px
    }

    .mobile_foot_info {
        font-family: Arial-Regular;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 28px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin: 10px 0
    }

    .mobile_foot_icon {
        margin-bottom: 10px
    }

    .mobile_foot_icon ul {
        justify-content: flex-start
    }

    .mobile_foot_icon ul li {
        margin-right: 10px
    }

    .mobile_foot_icon ul li img {
        width: 24px;
        height: 24px
    }



    .main {
        width: 100%
    }

    .lbanner-pp .layout {
        flex-direction: column
    }

    .lbanner-pp .lbanner-text .detail {
        height: auto;
        overflow: visible
    }

    .lbanner-box {
        width: 100%;
        flex-direction: column;
        align-items: center
    }

    .lbanner_btn1 {
        margin-bottom: 5%
    }

    .lbanner_btn1,
    .lbanner_btn2 {
        width: 100%;
        margin-right: 0
    }
}

:root {
    --conmmonColor: #2000c3
}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap ul input,
.inquiry-pop-bd .content-wrap.form .ch_form_wrap ul textarea {
    border-left: 3px solid var(--conmmonColor)
}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input {
    background-color: var(--conmmonColor)
}

#cont>ul>li>a {
    text-transform: capitalize
}

#cont h2,
#footer {
    background: var(--conmmonColor) !important
}

#cont>ul>li>ul>li>a,
#cont>ul>li>ul>li>ul>li>a {
    color: var(--conmmonColor) !important
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: var(--conmmonColor) !important;
    border-right-color: var(--conmmonColor) !important
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

.fixed {
    background-color: #191919;
    position: fixed;
    top: 0;
    left: 0
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background-color: var(--conmmonColor) !important
}

.change-empty {
    display: none !important
}

.click_btn {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start
}

.click_btn .colo_btn a {
    display: flex;
    align-items: center;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    padding: 5px 10px;
    border-radius: 4px
}

.click_btn .colo_btn:hover a {
    color: #fff
}

.prev_btn .colo_btn {
    width: 132px;
    background: #eaeaea;
    border-radius: 4px;
    margin-right: 20px
}

.prev_btn .colo_btn:hover {
    background: var(--conmmonColor);
    border-radius: 4px;
    transition: .5s
}

.next_btn .colo_btn a::before,
.prev_btn .colo_btn a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.next_btn .colo_btn {
    order: 1;
    width: 132px;
    background: #eaeaea;
    border-radius: 4px;
    margin-right: 20px
}

.next_btn .colo_btn:hover {
    background: var(--conmmonColor);
    border-radius: 4px;
    transition: .5s
}

@media (max-width:1500px) {
    .next_btn .colo_btn {
        margin-left: 0;
        margin-right: 20px
    }

    .next_btn .con {
        width: calc(100% - 140px)
    }
}

.prev_btn .colo_btn a::before {
    background-image: url(../img/other/news_prev.png);
    background-repeat: no-repeat;
    background-position: center center
}

.next_btn .colo_btn a::before {
    background-image: url(../img/other/news_next.png);
    background-repeat: no-repeat;
    background-position: center center
}

.next_btn .colo_btn:hover a::before {
    background-image: url(../img/other/news_next_hover.webp);
    background-repeat: no-repeat;
    background-position: center center
}

.prev_btn .colo_btn:hover a::before {
    background-image: url(../img/other/news_prev_hover.webp);
    background-repeat: no-repeat;
    background-position: center center
}

.next_btn .con,
.prev_btn .con {
    width: calc(100% - 140px) !important
}

.next_btn .con,
.next_btn .con a,
.next_btn .con span,
.prev_btn .con,
.prev_btn .con a,
.prev_btn .con span {
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none
}

.next_btn,
.prev_btn {
    display: flex;
    align-items: center
}

.next_btn {
    flex-direction: row-reverse;
    margin-top: 1%
}

.next_btn .con a:hover,
.prev_btn .con a:hover {
    color: var(--conmmonColor)
}

.pcshow {
    display: block;
}

.h5show {
    display: none;
}

@media screen and (max-width: 1366px) {
    .aside-box {
        width: 250px;
    }

    .main {
        width: calc(100% - 280px);
    }
}

@media only screen and (max-width: 1024px) {
    .main {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .pcshow {
        display: none;
    }

    .h5show {
        display: block;
    }

    .aside-box {
        display: none
    }
}