@charset "utf-8";



body {
    background-color: #fff;
    font-size: 16px;
}

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: #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;
}

i,
em {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: var(--dominant-color);
    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 {
    padding: 0;
    border: none;
}

hr {
    margin: 15px 0 15px 0;
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
}

a:active,
select,
input,
textarea {
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -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 start
			----------------------------------*/
@font-face {
    font-weight: normal;
    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: fallback;
}

@font-face {
    font-family: Kanit-Black;
    src: url('../fonts/Kanit/Kanit-Black.ttf');
}

@font-face {
    font-family: Kanit-Bold;
    src: url('../fonts/Kanit/Kanit-Bold.ttf');
}

@font-face {
    font-family: Kanit-Light;
    src: url('../fonts/Kanit/Kanit-Light.ttf');
}

@font-face {
    font-family: Kanit-Medium;
    src: url('../fonts/Kanit/Kanit-Medium.ttf');
}

@font-face {
    font-family: Kanit-Regular;
    src: url('../fonts/Kanit/Kanit-Regular.ttf');
}

@font-face {
    font-family: Lato-Black;
    src: url('../fonts/Lato/Lato-Black.ttf');
}

@font-face {
    font-family: Lato-Bold;
    src: url('../fonts/Lato/Lato-Bold.ttf');
}

@font-face {
    font-family: Lato-Light;
    src: url('../fonts/Lato/Lato-Light.ttf');
}

@font-face {
    font-family: Lato-Medium;
    src: url('../fonts/Lato/Lato-Medium.ttf');
}

@font-face {
    font-family: Lato-Regular;
    src: url('../fonts/Lato/Lato-Regular.ttf');
}

/*-------------------------------
			font end
			----------------------------------*/

.clearfix,
.layout,
.sys_row,
.clearfix,
.layout,
.sys_row,
.flex_row,
.web_main,
.page_main,
.nav_wrap .head_nav,
.items_list ul,
.product_items,
.promote_list,
.cate_items ul,
.web_head .pc_logo,
.web_head .sj_logo,
.product-intro,
.detail-tabs,
.foot_wrap,
.sys_row,
.banner_navigate_button {
    zoom: 1;
}

.clear {
    clear: both;
}

.category_tab_wrap .product_items:after {
    display: none;
}

/* layout */
body {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
}

.layout {
    position: relative;
    margin: 0 auto;
    width: 1440px;
}

@media (max-width:1480px) {
    .layout {
        width: 95%;
    }
}

.z9999 {
    z-index: 9999 !important;
}

.hide {
    display: none;
}



/*gotop*/
.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: #ffffff;
    text-align: center;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -ms-transform: translateY(100%);
}

.gotop:hover,
.gotop.active: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:before,
.gotop em {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gotop em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    filter: alpha(opacity=0);
    -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;
    filter: alpha(opacity=100);
    -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);
    filter: alpha(opacity=0);
}

/* transition */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.product_item figure,
.gotop,
.product-item .item-img img,
.product_item .item_img img,
.product_item .item_img a,
.product_item,
.product_item .item_img a:before,
.product_item .item_img a:after,
.product_item .item_img:after,
.product-btn-wrap a,
.web_head,
.change-language .change-language-title a:after,
.newsletter .button,
.mobile-head-item .middle-show-content-wrap,
.product_item figure figcaption,
.foot_item a,
.pages a,
.head_sns li img,
.side_product_item .add-friend,
.side_product_item .add-friend:after,
.side-product-items .btn-prev,
.side-product-items .btn-next,
.blog-item:after,
.product-button-prev,
.product-button-next,
.company_subscribe .button:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.head_nav>li>a:before,
.head_nav>li>a:after,
.icon-cate,
.foot_txt_list li a:before,
.web_footer .button:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.company_subscribe .button .button_txt,
.company_subscribe .button .button_ico {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

figcaption,
img,
.product_item a:after,
a,
.nav_wrap .nav_btn_close,
.index_main .product_item figure,
.foot_item.foot_nav .fot_tit:before,
.foot_item.foot_nav .fot_tit:after,
.feature_product_item .feature_imgbg,
.feature_product_item .feature_imgpd img,
.goods-may-like .navigate_button_next:before,
.goods-may-like .navigate_button_prev:before,
.advantage_items .advantage_item,
.advantage_img:before,
.feature_item .img_item img,
.feature_item .feature_title,
.feature_prev,
.feature_next,
.side-cate>li>a {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

/*hover*/

/* grid */
.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;
}

/* float */
.sys_fl {
    float: left !important;
}

.sys_fr {
    float: right !important;
}

/* flex */
.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;
}

/* button */
.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: all .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: 16px;
    font-family: 'fontawesome';
    line-height: 1.2em;
}


/* placeholder */
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);
}

/* box-sizing */
.index_promote,
.company_subscribe .button,
.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;
}

/* font-family */
.search-btn,
.side-cate li .icon-cate:before,
.product-btn-wrap a:before,
.mobile-head-item .title:before,
.head_nav>li:after,
.head_nav li b:after,
.download-item .item-button:before,
.faq-item .faq-title:before {
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "fontawesome";
    speak: none;
}

.fa:before,
.btn_more:after,
.sys_btn:after,
.head-search .search-btn:before,
.swiper-button-next:before,
.swiper-button-prev:before,
.side-product-items .btn-prev:before,
.side-product-items .btn-next:before,
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.company_subscribe .button:after {
    font-family: 'fontawesome';
}

/*flex_row*/
.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;
}

/*-------------------------------
			animation  start
			----------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
        -ms-transform: translate3d(-30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInLeftA {
    -webkit-animation-name: fadeInLeftA;
    animation-name: fadeInLeftA;
}

@-webkit-keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        -ms-transform: translate3d(0, 30%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInUpA {
    -webkit-animation-name: fadeInUpA;
    animation-name: fadeInUpA;
}

@-webkit-keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
        -ms-transform: translate3d(30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInRightA {
    -webkit-animation-name: fadeInRightA;
    animation-name: fadeInRightA;
}

@-webkit-keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        -ms-transform: translate3d(0, -20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInDownA {
    -webkit-animation-name: fadeInDownA;
    animation-name: fadeInDownA;
}

@keyframes fadeInA {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeInA {
    -webkit-animation-name: fadeInA;
    animation-name: fadeInA;
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

/* animate.css */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*-------------------------------
			animation  end
			----------------------------------*/




.fixed {
    background-color: #FFFFFF !important;
    position: fixed;
    top: 0;
    left: 0;
}

.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(--dominant-color);

}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input {
    background-color: var(--dominant-color);
}

.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline;
}

#cont>ul>li>a {
    text-transform: capitalize;
}

#cont h2 {
    background: var(--dominant-color) !important;
}

#cont>ul>li>ul>li>a {
    color: var(--dominant-color) !important;
}

#cont>ul>li>ul>li>ul>li>a {
    color: var(--dominant-color) !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: var(--dominant-color) !important;
    border-right-color: var(--dominant-color) !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#footer {
    background: var(--dominant-color) !important;
}


/*----------------------------公共样式------------------------------*/

:root {
    --dominant-color: #0079C6;
}

/*询盘表单*/
.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(--dominant-color);

}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input {
    background-color: var(--dominant-color) !important;
    border: 2px solid var(--dominant-color);
}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input:hover {
    background-color: transparent !important;
    color: var(--dominant-color);
}

/*sitemap*/
#cont>ul>li>a {
    text-transform: capitalize;
}

#cont h2 {
    background: var(--dominant-color) !important;
}

#cont>ul>li>ul>li>a {
    color: var(--dominant-color) !important;
}

#cont>ul>li>ul>li>ul>li>a {
    color: var(--dominant-color) !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: var(--dominant-color) !important;
    border-right-color: var(--dominant-color) !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#footer {
    background: var(--dominant-color) !important;
}

/*==============web_head=================*/
.web_head {
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

.web_head .header_layout {
    position: relative;
    padding: 15px 1% 15px 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
}

.fixed.web_head .header_layout {
    padding: 8px 1% 8px 3%;
}

@media (max-width:1480px) {
    .web_head .header_layout {
        width: 95%;
        padding: 15px 0;
        margin: 0 auto;
    }
}

.web_head .btn--search {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


.web_head .btn--search:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/search.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




/*nav_wrap*/

.web_head .pc_logo {
    margin-right: 2%;
    flex-shrink: 0;
}

.web_head .pc_logo img {
    width: auto;
    max-height: 50px;
}

.web_head .sj_logo {
    display: none;
}

.mobile-head-items {
    display: none;
}

.web_head .change-language {
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}


.web_head .change-language-title {
    position: relative;
}

.change-language-title.medium-title a {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    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);
}

/*nav*/
.web_head .nav_wrap {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web_head .nav_wrap .head_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* 
@media (max-width:1100px) {
    .web_head .nav_wrap .head_nav {
        margin-left: 10%;
    }
} */

.mobile-operate-box {
    display: none;
}

.head_nav li,
.head_nav li a {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 22px;
    text-transform: capitalize;
}

.head_nav>li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

@media (max-width:1550px) {
    .head_nav>li {
        padding: 0 5px;
    }
}

.head_nav>li.has-child a {
    padding-right: 20px;
}

.head_nav>li>a {
    position: relative;
    display: inline-block;
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    white-space: nowrap;
    text-transform: capitalize;
}

@media (max-width:1480px) {
    .head_nav>li>a {
        padding: 0 5px;
    }

    .head_nav>li {
        padding: 0;
    }
}

@media (max-width:1300px) {
    .head_nav>li>a {
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    .head_nav>li>a {
        padding: 0 5px;
        font-size: 16px;
    }
}

.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: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.head_nav li a b:before {
    content: '\f107';
    font-family: 'fontawesome';
    font-weight: lighter;
}



.head_nav li ul {
    position: absolute;
    left: 20px;
    display: block;
    width: 250px;
    background-color: #333333;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    -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;
    transition: all 0.3s ease-out;
    background-color: #FFFFFF;

}

.head_nav>li ul li a {
    position: relative;
    display: block;
    color: #333;
    opacity: 1;
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px;
    text-transform: capitalize;

}

.head_nav>li.nav-current ul li a {
    color: #333;
    opacity: 1;
}

.head_nav>li.nav-current ul li.nav-current a {
    color: var(--dominant-color);
    opacity: 1;


}

.head_nav>li>ul li a:hover {
    color: var(--dominant-color);
    opacity: 1;
}

.head_nav>li ul li a b:before {
    content: '\f105';
}

.head_nav li ul ul {
    top: 0px;
    left: 100%;
    margin-left: 2px;
    border-radius: 3px;
}

.head_nav li.menu_show>ul {
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.head_nav>li.nav-current>a,
.head_nav>li>a:hover {
    color: var(--dominant-color);
    transition: all ease-in-out .35s;
}

.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);
}

.contact_box {
    width: 50%;
    justify-content: flex-end;
    align-items: center;
}

.contact_box .operate_box {
    justify-content: space-between;
    align-items: center;
}

.contact_box .info_box {
    justify-content: space-between;
    align-items: center;
    margin-left: 2%;
}

.contact_box .info_box .head_email a {
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 30px;
}

.contact_box .info_box .head_email a:hover {
    text-decoration: underline;
}

.contact_box .info_box .head_email a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/head_email.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_box .info_box .head_phone {
    margin: 0 30px;
}

.contact_box .info_box .head_phone a {
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 30px;
}

.contact_box .info_box .head_phone a:hover {
    text-decoration: underline;
}

.contact_box .info_box .head_phone a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/head_phone.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_box .info_box .head_contact {
    padding: 10px 20px;
    border: 4px solid #4e4e4e;
    border-radius: 30px;
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.contact_box .info_box .head_contact:hover {
    background-color: #4e4e4e;
    color: #FFFFFF;
}

/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
    display: block;
    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: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale3d(0.9, 0.9, 1);
    -ms-transition: all 0.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 0 0;
    width: 100%;
    vertical-align: top;
    font-size: 10pt;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.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: 'Kanit-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.change-empty {
    display: 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: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.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/lan_bg.jpg);
    background-repeat: no-repeat;
    zoom: 1;
}

li.language-flag a {
    position: relative;
}

.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-en {
    background-position: 0 -218px;
}

.language-af {
    background-position: 0 -1px;
}

.language-sq {
    background-position: 0 -940px;
}

.language-am {
    background-position: 0 -9px;
}

.language-be {
    background-position: 0 -48px;
}

.language-eu {
    background-position: 0 -252px;
}

.language-az {
    background-position: 0 -36px;
}

.language-hy {
    background-position: 0 -456px;
}

.language-ar {
    background-position: 0 -24px;
}

.language-am {
    background-position: 0 -12px;
}

.language-fy {
    background-position: 0px -300px;
}

.language-fr {
    background-position: 0px -288px;
}

.language-fi {
    background-position: 0px -276px;
}

.language-et {
    background-position: 0px -240px;
}

.language-eo {
    background-position: 0px -192px;
}

.language-en {
    background-position: 0 -216px;
}

.language-da {
    background-position: 0px -168px;
}

.language-cs {
    background-position: 0px -144px;
}

.language-hr {
    background-position: 0px -420px;
}

.language-co {
    background-position: 0px -132px;
}

.language-ceb {
    background-position: 0px -108px;
}

.language-ca {
    background-position: 0px -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: 0px -492px;
}

.language-sm {
    background-position: 0px -972px;
}

.language-ro {
    background-position: 0px -888px;
}

.language-pa {
    background-position: 0px -840px;
}

.language-pt {
    background-position: 0px -876px;
}

.language-pl {
    background-position: 0px -852px;
}

.language-fa {
    background-position: 0px -264px;
}

.language-ps {
    background-position: 0px -264px;
}

.language-or {
    background-position: 0px -827px;
}

.language-no {
    background-position: 0px -780px;
}

.language-ne {
    background-position: 0px -792px;
}

.language-my {
    background-position: 0px -768px;
}

.language-mn {
    background-position: 0px -720px;
}

.language-mr {
    background-position: 0px -732px;
}

.language-mi {
    background-position: 0px -684px;
}

.language-mt {
    background-position: 0px -756px;
}

.language-ml {
    background-position: 0px -708px;
}

.language-ms {
    background-position: 0px -744px;
}

.language-mg {
    background-position: 0px -672px;
}

.language-mk {
    background-position: 0px -696px;
}

.language-lb {
    background-position: 0px -624px;
}

.language-lt {
    background-position: 0px -648px;
}

.language-lv {
    background-position: 0px -660px;
}

.language-la {
    background-position: 0px -613px;
}

.language-lo {
    background-position: 0px -636px;
}

.language-ky {
    background-position: 0px -600px;
}

.language-ku {
    background-position: 0px -120px;
}

.language-ko {
    background-position: 0px -588px;
}

.language-rw {
    background-position: 0px -912px;
}

.language-km {
    background-position: 0px -564px;
}

.language-kk {
    background-position: 0px -552px;
}

.language-kn {
    background-position: 0px -576px;
}

.language-jv {
    background-position: 0px -528px;
}

.language-ja {
    background-position: 0px -516px;
}

.language-it {
    background-position: 0px -504px;
}

.language-ga {
    background-position: 0px -312px;
}

.language-id {
    background-position: 0px -467px;
}

.language-ig {
    background-position: 0px -480px;
}

.language-hu {
    background-position: 0px -443px;
}

.language-hmn {
    background-position: 0px -408px;
}

.language-hi {
    background-position: 0px -397px;
}

.language-he {
    background-position: 0px -384px;
}

.language-haw {
    background-position: 0px -300px;
}

.language-ha {
    background-position: 0px -1079px;
}

.language-ht {
    background-position: 0px -432px;
}

.language-gu {
    background-position: 0px -348px;
}

.language-el {
    background-position: 0px -204px;
}

.language-de {
    background-position: 0px -180px;
}

.language-ka {
    background-position: 0px -540px;
}

.language-gl {
    background-position: 0px -336px;
}

.language-ru {
    background-position: 0px -900px;
}

.language-gd {
    background-position: 0px -324px;
}

.language-sr {
    background-position: 0px -1006px;
}

.language-st {
    background-position: 0px -1017px;
}

.language-sn {
    background-position: 0px -984px;
}

.language-sd {
    background-position: 0px -984px;
}

.language-si {
    background-position: 0px -1271px;
}

.language-sk {
    background-position: 0px -1223px;
}

.language-sl {
    background-position: 0px -960px;
}

.language-so {
    background-position: 0px -994px;
}

.language-es {
    background-position: 0px -227px;
}

.language-su {
    background-position: 0px -1031px;
}

.language-sw {
    background-position: 0px -1055px;
}

.language-sv {
    background-position: 0px -1043px;
}

.language-tl {
    background-position: 0px -1115px;
}

.language-tg {
    background-position: 0px -1091px;
}

.language-ta {
    background-position: 0px -1067px;
}

.language-tt {
    background-position: 0px -1151px;
}

.language-te {
    background-position: 0px -1079px;
}

.language-th {
    background-position: 0px -1103px;
}

.language-tr {
    background-position: 0px -1138px;
}

.language-tk {
    background-position: 0px -1115px;
}

.language-uk {
    background-position: 0px -1175px;
}

.language-ur {
    background-position: 0px -1187px;
}

.language-ug {
    background-position: 0px -1163px;
}

.language-uz {
    background-position: 0px -1175px;
}

.language-vi {
    background-position: 0px -1211px;
}

.language-cy {
    background-position: 0px -156px;
}

.language-xh {
    background-position: 0px -1223px;
}

.language-yi {
    background-position: 0px -1235px;
}

.language-yo {
    background-position: 0px -1247px;
}

.language-zu {
    background-position: 0px -1259px;
}

.language-zh {
    background-position: 0px -1282px;
}

.language-zh-TW {
    background-position: 0px -1282px;
}

/*-------------------------------
                        language  end
                        ----------------------------------*/

/*-------------------------------
			search  start
			----------------------------------*/
.container {
    min-height: 100vh;
}

.search-ipt {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.web-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    visibility: hidden;
}

.web-search .btn--search-close {
    display: inline-block;
    font-size: 1.8em;
    border-radius: 50%;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    background-image: url(../img/search_btn_close.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 35%;
    background-size: auto 35%;
    background-color: #ccc;
    width: 42px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.web-search .btn--search-close:hover {
    background-color: var(--dominant-color);
    -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: 0.05em 0;
    color: #333;
    border-bottom: 3px solid;
    font-size: 20px;
}

.web-search .search-ipt::-webkit-input-placeholder {
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt::-moz-placeholder {
    opacity: 1;
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt:-ms-input-placeholder {
    color: #333;
    font-weight: bold;
}

.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: 0.85em 0;
    text-align: right;
    color: #333;
}

.js .container {
    position: relative;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.js .main-wrap--move {
    height: 100vh;
}

.js .web-search {
    pointer-events: none;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.web-search .btn--search-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.search--open .btn--search-close {
    opacity: 1;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-animation: bounceInA 1s ease;
    -o-animation: bounceInA 1s ease;
    animation: bounceInA 1s ease;
}

.search__suggestion,
.web-search .search-attr {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -moz-transition: opacity 0.8s, transform 0.8s;
    -webkit-transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, transform 0.8s;
    -o-transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.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: bold;
    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: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.js .search--open .search-btn {
    display: none !important;
}

.web-search .search-attr {
    padding-bottom: 0;
}

.js .web-search {
    width: 70%;
    height: 240px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0;
    margin: auto;
    border-radius: 8px;
    z-index: 100001;
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.98);
    background-color: #fff;
    -webkit-transform: translateY(-30%) scale(1, 0);
    -ms-transform: translateY(-30%) scale(1, 0);
    -o-transform: translateY(-30%) scale(1, 0);
    transform: translateY(-30%) scale(1, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.js .search--open::before {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.main-wrap--move:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
}

/*-------------------------------
                        search  end
                        ----------------------------------*/
/*------------------------------------
                        web_foot start
-------------------------------------------------*/
/*web footer*/
.web_footer {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
    background-color: var(--dominant-color);
}

.web_footer .layout {
    width: 1400px !important;
    margin: 0 auto;
}

@media (max-width:1440px) {
    .web_footer .layout {
        width: 95% !important;
        margin: 0 auto;
    }

}

.foot_box {
    padding: 5% 0;
}

.foot_wrap {
    justify-content: space-between;
    margin-bottom: 50px;
}

.foot_item_info img {
    max-width: 215px;
}


.foot_wrap a {
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 18px;
    color: rgba(256, 256, 256, .49);
    line-height: 36px;
    text-align: left;
    font-style: normal;
}

.foot_wrap a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.foot_wrap>li:hover a {
    text-decoration: underline;
    color: #FFFFFF;

}

.foot_item {
    position: relative;
    float: left;
}


.foot_item.foot_item_about {
    width: 29%;
}

.foot_item.foot_item_links {
    width: 20%;
}

.foot_item.foot_item_content {
    width: 30%;
}

.foot_item .title {
    position: relative;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.foot_item.foot_item_about .foot_logo img {
    max-height: 45px;
    width: auto;
}

.foot_item.foot_item_about .foot_desc {
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.49;
    margin-top: 40px;
}

.foot_item.foot_item_about ul li {
    margin-bottom: 10px;
}

.foot_item.foot_item_links ul {
    margin-top: 43px;
}

.foot_item.foot_item_content .info_list {
    margin-top: 43px;
}

.foot_item.foot_item_content .info_list li {
    justify-content: flex-start;
    align-items: center;
}

.foot_item.foot_item_content .info_list li .info_title {
    font-family: Kanit;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.49;
}

.foot_item.foot_item_content .info_list li a {
    color: #FFFFFF;
}

.foot_item.foot_item_content .info_list li .info_box {
    width: calc(100% - 80px);
}

.foot_item.foot_item_content .info_list .info_email {
    margin-bottom: 40px;
}

.foot_item.foot_item_content .info_list .info_email b {
    width: 60px;
    height: 60px;
    background-color: #1785CB;
    border-radius: 8px;
    margin-right: 20px;
    background-image: url(../img/foot_email.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.foot_item.foot_item_content .info_list .info_phone b {
    width: 60px;
    height: 60px;
    background-color: #1785CB;
    border-radius: 8px;
    margin-right: 20px;
    background-image: url(../img/foot_phone.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.bottom_wrap {
    justify-content: space-between;
    align-items: center;
}

.bottom_wrap .sub_Newsletter .title {
    position: relative;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.bottom_wrap .sub_Newsletter .email_input {
    padding: 7px 20px;
    background: #FFFFFF;
    border-radius: 27px;
    min-width: 347px;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: rgba(1, 48, 120, .49);
    line-height: 40px;
    margin-right: 20px;
}

.bottom_wrap .sub_Newsletter .submit_btn {
    display: inline-block;
    border: 5px solid rgba(8, 93, 147, .29);
    position: relative;
    border-radius: 27px;
    background: rgba(8, 93, 147, .29);
    transition: all .5s ease-in-out;
}

.bottom_wrap .sub_Newsletter .submit_btn .btn_box {
    background: #085D93;
    border-radius: 23px;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    border-radius: 27px;
    padding: 7px 25px;
    transition: all .5s ease-in-out;
}

.bottom_wrap .sub_Newsletter .submit_btn:hover {
    background-color: transparent;


}

.bottom_wrap .sub_Newsletter .submit_btn:hover .btn_box {
    background-color: #FFFFFF;
    color: #085D93;
}

.bottom_wrap .foot_media {
    width: 30%;
}

.bottom_wrap .foot_media .media_list {
    justify-content: flex-start;
}

.bottom_wrap .foot_media .media_list .media_item {
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    margin-right: 30px;
}

.bottom_wrap .foot_media .media_list .media_item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bottom_wrap .foot_media .media_list .media_item:hover img {
    animation: swing .5s;
}

.copyright {
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .35);
    position: relative;
    padding: 0 0 15px 0;
}

.copyright,
.copyright a {
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 18px;
    color: rgba(256, 256, 256, .29);
    line-height: 30px;
}

.copyright a:hover {
    color: #FFFFFF;
}


.copyright .copyright_wrap {
    padding-top: 20px;
    width: 100%;
    justify-content: space-between;
}

.copyright .copyright_wrap .quick_link a {
    margin-left: 30px;
}

.copyright a:hover {
    text-decoration: underline;
}




/*------------------------------------
                        web_foot end
-------------------------------------------------*/

@media (max-width:1750px) {
    .contact_box .info_box .head_contact {
        display: none;
    }
}

@media (max-width: 1640px) and (min-width: 950px) {
    .contact_box .info_box .head_contact {
        display: none;
    }
}



@media (max-width:1480px) {
    .web_head .pc_logo {
        margin-right: 2%;
    }

    .contact_box .info_box .head_phone {
        margin: 0 15px;
        margin-right: 0;
    }
}

@media (max-width:1440px) {
    .fixed.web_head .header_layout {
        padding: 8px 0;
    }

    .contact_box .info_box .head_phone {
        display: none;
    }
}

@media (max-width:1250px) {
    .contact_box .info_box .head_email a {
        display: none;
    }
}

@media (max-width:1210px) {
    .contact_box .info_box {
        display: none;
    }
}

@media screen and (max-width: 1040px) {
    .copyright .copyright_wrap {
        flex-direction: column;
    }

}

/*-----------------------------mobile--------------------------------*/

@media only screen and (max-width: 950px) {

    .container {
        width: 100%;
    }

    .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, 0.6);
    }

    .mobile-ico-close {
        position: absolute;
        top: 0;
        right: -35px;
        width: 30px;
        height: 30px;
        background: #fff url(../img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        cursor: pointer;
    }

    .mobile-operate-box {
        display: block;
    }

    .web_head .sj_logo {
        display: block;
    }

    .contact_box {
        display: none;
    }

    .web_head .change-language {
        background: transparent;
        border: none;
    }

    .web_head .header_layout {
        width: 96.5%;
        padding: 15px 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent;
        border: none;
    }

    .web_head .sj_logo img {
        max-height: 35px;
    }

    .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: 26px;
        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: 100%;
        color: #FFF;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        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/nav.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .mobile-head-item.mobile-head-language {
        width: 100px !important;
    }

    .mobile-head-item.mobile-head-language .title {
        display: inline-block;
        width: 100px !important;
        height: 30px;
    }

    .mobile-head-item.mobile-head-language .change-language {
        position: relative;
    }

    .mobile-head-item.mobile-head-language .change-language-title {
        position: relative;
    }

    .mobile-head-item.mobile-head-language .change-language-title.medium-title a {
        height: 30px;
        font-family: 'Arial';
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 30px;
        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: #333333;
    }

    .change-language .change-language-title a:after {
        display: none;
    }

    .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:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background-image: url(../img/search.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
    }

    .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;
    }





    .head_top {
        position: relative;
        display: block;
    }

    .head_top .operate-box .head_phone b {
        width: 20px;
        height: 20px;
    }


    .web_head .nav_wrap {
        display: none;
    }

    .web_head .operate-box {
        display: none;
    }

    .head_top .operate-box {
        display: flex;
        justify-content: flex-start;
    }

    .nav_wra .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: #000000;
        padding: 0 10px;
        border-bottom: 1px solid black;
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(../img/search.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;
    }

    /* header */

    .web_head {
        position: relative;
        top: 0;
        margin-bottom: 0;
        text-align: center;
        background: #FFF;
    }

    /*nav */
    .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 {
        padding-left: 28px;
    }

    .head_nav li,
    .head_nav li a {
        color: #111;
    }

    .head_nav li.has-child {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 28px;
    }

    .head_nav li.has-child>a {
        padding-right: 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(--dominant-color);
        border: none;
    }

    .head_nav li a:hover {
        color: var(--dominant-color);
        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: 16px;
    }

    .head_nav>li ul li a {
        color: #555;
        line-height: 28px;
    }

    .head_nav>li ul li a {
        padding: 0;
        opacity: 1;
    }

    .head_nav>li.has-child a {
        padding-right: 0;
    }

    .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:before,
    .head_nav li.has-child a b:after {
        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-left: 0;
        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:before,
    .head_nav li li.has-child a b:after {
        width: 6px;
    }

    .head_nav li.nav-current>a b:before,
    .head_nav li.nav-current>a b:after {
        background: var(--dominant-color);
    }

    .web_head .nav_wrap {
        display: none;
    }

    .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;
    }

    .foot_top {
        padding: 20% 0 0 0;
        border: none;
    }

    .foot_top .top_wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .foot_top .top_wrap .foot_link {
        border-top: 1px solid rgba(256, 256, 256, .35);
        margin-top: 30px;
    }

    .foot_top .top_wrap .foot_link ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 20px 0;
    }

    .foot_top .top_wrap .foot_link ul li {
        margin-bottom: 20px;
    }

    .foot_top .contact_info {
        width: 100%;
    }

    .foot_top .top_wrap .contact_form {
        width: 100%;
        margin-top: 15px;
    }

    .foot_top .top_wrap .info_tit {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .foot_top .top_wrap ul .info_item {
        line-height: 1.5;
    }

    .foot_top .top_wrap .info_tit::after {
        width: 82px;
        height: 3px;
        background: #FFFFFF;
    }

    .mobile_wrap {

        display: block !important;
    }

    .web_foot .web_foot_wrap {
        padding-top: 5%;
    }

    .web_foot .foot_wrap {
        display: none;
    }

    .foot_item_about {
        width: 100%;
    }

    .foot_item.foot_item_links {
        width: 100%;
        margin-bottom: 30px;
    }

    .foot_item.foot_item_content .info_list {
        margin-top: 25px;
    }

    .foot_item.foot_item_links ul {
        margin-top: 25px;
    }

    .foot_item.foot_item_content {
        width: 100%;
    }

    .fixed .head_nav>li {
        padding: 0;
    }

    .head_nav>li.nav-current a {
        color: var(--dominant-color);
    }

    .head_nav>li>ul li a:hover {
        background-color: transparent;
        color: var(--dominant-color);
    }

    .head_nav li.nav-current>a {
        color: var(--dominant-color) !important;
    }

    .head_nav>li.nav-current ul li.nav-current a {
        background: transparent;
        color: var(--dominant-color);
    }

    .head_nav>li ul li a {
        color: #333 !important;
    }

    .head_nav>li ul li a:hover {
        color: var(--dominant-color) !important;
    }

    .containerHome .web_footer {
        margin-top: 0;
    }

    .web_footer {
        padding-bottom: 60px;
    }

    .foot_item.foot_item_about {
        width: 100%;
        margin: 0 0 30px;
    }

    .bottom_wrap {
        flex-direction: column;
    }

    .sub_Newsletter {
        width: 100%;
        margin-bottom: 30px;
    }

    .sub_Newsletter .form_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .bottom_wrap .sub_Newsletter .email_input {
        width: 100%;
        margin: 0;
        min-width: unset;
        margin-bottom: 20px;
    }

    .bottom_wrap .sub_Newsletter .submit_btn {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .bottom_wrap .foot_media {
        width: 100%;
    }

    /* footer */
    .foot_wrap {
        flex-wrap: wrap;

    }


    .foot_item.foot_item_info .text {
        line-height: 1.5;
        margin: 25px 0;
    }

    .foot_wrap {
        padding-bottom: 3%;
    }

    .foot_wrap {
        flex-direction: column;
        padding: 0;
    }

    .foot_item_about {
        width: 100%;
    }

    .foot_item.foot_item_about .foot_desc {
        height: auto;
        overflow: visible;
    }

    .foot_wrap a {
        line-height: 2;
        color: #fff !important;
        opacity: 0.5;
    }


    .foot_item.foot_item_contact {
        width: 100%;
    }

    .foot_item.foot_item_newsletter {
        width: 100%;
    }

    .copyright {
        color: #fff !important;
        opacity: 0.5;
        text-align: center;
    }

    .copyright a {
        color: #fff !important;
        text-align: center;
    }

    .copyright .copyright_wrap {
        border: none;
        flex-direction: column;
        align-items: center;
    }

    .copyright .company_info {
        margin-bottom: 20px;
    }

    .copyright .copyright_wrap .quick_link a:first-child {
        margin-left: 0;
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    40% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    80% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    to {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}


#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a,
.tab-panel-content a {
    color: var(--dominant-color) !important;
}

#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:after {
    background: var(--dominant-color) !important;
}

#cont>ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before {
    border-top-color: var(--dominant-color) !important;
    border-right-color: var(--dominant-color) !important;
}

.privacy-main {
    padding-top: 3% !important;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf {
    text-transform: capitalize;
}

.product-btn-wrap .pdf {
    cursor: pointer;
}

.blog-list .blog-item .readmore a {
    text-transform: capitalize;
}

.blog-article a {
    color: var(--dominant-color) !important;
    font-weight: bold !important;
}

.google_map {
    position: relative;
    height: 0;
    padding-bottom: 40%;
    margin-bottom: 5%;
}

.google_map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

@media screen and (max-width:950px) {
    .google_map {
        padding-bottom: 70%;
    }

    .product-btn-wrap .email,
    .product-btn-wrap .pdf {
        padding: 5px 15px !important;
    }

    .pro_bodys,
    .product-btn-wrap .pdf,
    .blog-list .blog-item .blog-summary {
        display: none;
    }
}

.down_main {
    display: flex;
    align-items: center;
    justify-content: space-between;

    span {
        font-size: 16px;
        color: #666;
    }

    a {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 24px;
        border-radius: 4px;
        background: #fafafa;
        border: 1px solid #ccc;
        color: #000 !important;


    }

    a:hover {
        text-decoration: none;
    }

}


/*dxw start*/
.change-language .change-language-cont {
    /* display: flex;
    opacity: 1;
    visibility: visible; */
    overflow-x: hidden;
    overflow-y: auto;
    flex-wrap: wrap;
    flex-direction: row;
}

.change-language .change-language-cont li {
    width: 50%;
}

.content-wrap.form .ch_form_wrap .title {
    background: var(--dominant-color);
    color: #fff;
}

.com_bodys a {
    color: var(--dominant-color);
    font-weight: bold;
}

.com_bodys a:hover {
    text-decoration: underline;
}

.pd_time {
    font-family: 'Kanit-Regular';
    font-weight: 400;
    font-size: 16px;
    color: var(--dominant-color);
    line-height: 24px;
    opacity: 0.49;
}

.ch_form {
    overflow: unset !important;
}

.share-this {
    margin: 5% 0;
}

.path-nav li:last-child,
.path-nav li:last-child a {
    color: var(--dominant-color);
}

@media screen and (max-width:950px) {
    table {
        table-layout: unset;
        margin-top: 20px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border: 0;
    }
}

.product-btn-wrap {
    margin: 0 !important;

}

.product-btn-wrap a,
.product-btn-wrap div {
    margin-top: 15px !important;
}

#index_scrollsidebar .gototop .s_smooth img {
    width: unset !important;
}