@charset "utf-8";

html {
    font-size: 625%
}

body {
    font-size: 14px;
    background: #FFF;
    --color-main: #1952a5
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0
}

body,
html,
input,
button,
textarea {
    color: #000;
    font-family: 'msyh', Arial, Helvetica, sans-serif;
    line-height: 1.5
}

body {
    background-color: #fff
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4,
h5 {
    font-size: 14px
}

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

li {
    list-style: none
}

i,
em {
    font-style: normal
}

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

a:focus {
    outline: none
}

.entry a:hover {
    color: #0b68f2;

}

a:hover {
    color: #0b68f2;
    text-decoration: none
}

input[type="text"]:focus {
    outline: none
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0 15px 0
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

@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.woff2") format("woff2"), url("../fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg#fontawesomeBold") format("svg");
    font-display: swap;
}

@font-face {
    font-family: Kanit;
    src: url(../fonts/Kanit/Kanit-Regular.ttf) format("TrueType");
    font-display: swap;
}

@font-face {
    font-family: Kanit-Medium;
    src: url(../fonts/Kanit/Kanit-Medium.ttf) format("TrueType");
    font-display: swap;
}

@font-face {
    font-family: Kanit-Light;
    src: url(../fonts/Kanit/Kanit-Light.ttf) format("TrueType");
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato/Lato-Regular.ttf) format("TrueType");
    font-display: swap;
}

.clearfix:after,
.layout:after,
.sys_row:after,
.flex_row:after,
.web_main:after,
.page_main:after,
.items_list ul:after,
.product_items:after,
.cate_items ul:after,
.web_head-index .logo-index-pc:after,
.product-intro:after,
.detail-tabs:after,
.foot_infos:after,
.foot_info .news_cell:after,
.foot_sns:after,
.main_hd:after,
.index_news .thumbs_items:after,
.brand_items:after,
.news_items:after,
.foot_contact_list:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.clearfix,
.layout,
.sys_row,
.flex_row,
.web_main,
.page_main,
.items_list ul,
.product_items,
.cate_items ul,
.web_head-index .logo-index-pc,
.product-intro,
.detail-tabs,
.foot_infos,
.foot_info .news_cell,
.foot_sns,
.main_hd,
.index_news .thumbs_items,
.brand_items,
.news_items,
.foot_contact_list {
    zoom: 1
}

.clear {
    clear: both
}

body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.layout {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width:1440px) {
    .layout {
        width: 95%
    }
}

.z9999 {
    z-index: 9999 !important
}

.hide {
    display: none
}

.gotop {
    position: fixed;
    right: 15px;
    bottom: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 5%;
    background-clip: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 99999;
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.gotop:hover,
.gotop.active:hover {
    font-weight: bold;
    background-color: #e00024
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.gotop:before,
.gotop em {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gotop em {
    font-size: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.gotop:before {
    content: '\f106';
    font-family: 'fontawesome';
    font-size: 22px;
    height: 100%;
    display: block
}

.gotop:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.gotop:hover:before {
    -webkit-transform: translateY(-15px) scale(.5);
    -ms-transform: translateY(-15px) scale(.5);
    -o-transform: translateY(-15px) scale(.5);
    transform: translateY(-15px) scale(.5);
    opacity: 0;
    filter: alpha(opacity=0)
}

.head_nav-index li a,
.nav_wrap-index .head_nav-index li li a,
.nav_wrap-index .head_nav-index>li>a>b,
.nav_wrap-index .head_nav-index li ul,
.nav_wrap-index .head_nav-index li li>a:before,
.head_nav-index b:after,
.web_head-index .btn--search,
.web_head-index .btn--search:before,
.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-index,
.change-language-index .change-language-title-index a:after,
.newsletter .button,
.mobile-head-item .middle-show-content-wrap,
.product_item figure figcaption,
.foot_info a,
.pages a,
.ad_item figure figcaption .item_more,
.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,
.foot_sns li img,
.blog-item:after {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.head_nav-index>li>a:before,
.head_nav-index>li>a:after,
.head-search .search-btn,
.icon-cate,
.items_list .product_item .item_img,
.goods-may-like .product_item .item_img,
.foot_txt_list li a:before {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.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_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 {
    display: inline-block;
    padding: 10px 28px;
    text-transform: uppercase;
    background-color: #0b017e;
    color: #fff !important;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.sys_btn_wave {
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.btn_wave_circle {
    background-color: red;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    pointer-events: none;
    z-index: -1
}

.sys_btn:hover {
    color: #fff !important;
    background-color: #e00024
}

.explode-circle {
    animation: explode .5s forwards
}

.desplode-circle {
    animation: desplode .5s forwards
}

@keyframes explode {
    0% {
        width: 0;
        height: 0;
        margin-left: 0;
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.1)
    }

    100% {
        width: 300%;
        padding: 150% 0;
        margin-left: -150%;
        margin-top: -150%;
        background-color: #e00024
    }
}

@keyframes desplode {
    0% {
        width: 300%;
        padding: 150% 0;
        margin-left: -150%;
        margin-top: -150%;
        background-color: #e00024
    }

    100% {
        width: 0;
        height: 0;
        margin-left: 0;
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.1)
    }
}

.company_subscribe .explode-circle {
    animation: explode_white .5s forwards
}

.company_subscribe .desplode-circle {
    animation: desplode_white .5s forwards
}

@keyframes explode_white {
    0% {
        width: 0;
        height: 0;
        margin-left: 0;
        margin-top: 0;
        background-color: rgba(255, 255, 255, 0.1)
    }

    100% {
        width: 300%;
        padding: 150% 0;
        margin-left: -150%;
        margin-top: -150%;
        background-color: #fff
    }
}

@keyframes desplode_white {
    0% {
        width: 300%;
        padding: 150% 0;
        margin-left: -150%;
        margin-top: -150%;
        background-color: #fff
    }

    100% {
        width: 0;
        height: 0;
        margin-left: 0;
        margin-top: 0;
        background-color: rgba(255, 255, 255, 0.1)
    }
}

input::-webkit-input-placeholder {
    color: #aaa
}

input::-moz-placeholder {
    color: #aaa;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #aaa
}

input:-moz-placeholder {
    color: #aaa
}

.search-ipt::-webkit-input-placeholder {
    color: #666
}

.search-ipt::-moz-placeholder {
    color: #666;
    opacity: 1
}

.search-ipt:-ms-input-placeholder {
    color: #666
}

.search-ipt:-moz-placeholder {
    color: #666
}

.company_subscribe .button,
.nav_wrap-index,
.product_item .item_img {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

.side-cate li .icon-cate:before,
.product-btn-wrap a:before,
.mobile-head-item .title:before,
.head_nav-index>li:after,
.head_nav-index li b:after,
.download-item .item-button:before,
.faq-item .faq-title:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none
}

.btn_more:after,
.sys_btn:after,
.head-search .search-btn:before,
.web_head-index .btn--search: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,
.items_list .product_item .item_img a:after,
.goods-may-like .product_item .item_img a:after,
.index_product .product_item .item_img a:before {
    font-family: 'fontawesome'
}

.swiper-button-prev:before,
.swiper-button-next:before,
.product_tabs .tab_item.active a:after {
    font-family: 'AkzidenzGrotesk-Regular'
}

.index_hd .hd_title h2,
.product_item .item_title,
.index_company_intr .company_intr_title,
.index_news .news_item .item_tit,
.path_bar li,
.side-tit-bar .side-tit {
    font-family: 'Impact'
}

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

.web-header-index {
    width: 100%;
    position: relative
}

.web_head-index {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    z-index: 9999;
    width: 100%
}

.mobile_head-index {
    display: none
}

.web_head-index .header_layout {
    width: 100%;
    padding: 15px 2%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s ease;
    background-color: #F2F2F2;
}

.fixed .header_layout {
    padding: 5px 2% !important
}

.fixed {
    box-sizing: border-box;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.web_head-index .btn--search {
    display: inline-block;
    width: 35px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.web_head-index .btn--search:after,
.web_head-index .btn--search:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/search-btn.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
}

.web_head-index .btn--search:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateY(60%);
    -ms-transform: scale(.6) translateY(60%);
    -o-transform: scale(.6) translateY(60%);
    transform: scale(.6) translateY(60%)
}

.web_head-index .btn--search:hover:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: .6;
    filter: alpha(opacity=60)
}

.web_head-index .btn--search:hover:before {
    opacity: 0;
    -webkit-transform: scale(.6) translateY(-60%);
    -ms-transform: scale(.6) translateY(-60%);
    -o-transform: scale(.6) translateY(-60%);
    transform: scale(.6) translateY(-60%)
}

.web_head-index .logo-index-pc {
    width: 20%
}

.web_head-index .logo-index-mobile {
    display: none
}

.web_head-index .logo-index-pc img {
    width: auto;
    max-height: 86px
}

.web_head-index .change-language-index {
    width: 17%;
    position: relative;
    white-space: nowrap;
    padding: 0 20px;
    box-sizing: border-box
}

.web_head-index .change-language-title-index {
    position: relative
}

.change-language-title-index.medium-title a {
    color: #fff
}

.web_head-index .change-language-index .change-language-cont-index {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.web_head-index .nav_wrap-index {
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width:1640px) and (max-width:1100px) {
    .contact-info {
        display: none !important
    }
}

.web_head-index .nav_wrap-index .head_nav-index {
    position: relative
}

.head_nav-index li,
.head_nav-index li a {
    letter-spacing: -0.5px;
    color: #333;
    font-size: 15px;
    font-weight: normal
}

.head_nav-index>li {
    position: relative;
    display: inline-block;
    padding: 0 15px
}

.head_nav-index>li.has-child a {
    padding-right: 20px
}

.head_nav-index>li>a {
    position: relative;
    display: inline-block;
    line-height: 55px;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.head_nav-index>li.current-nav>a {
    color: #1952a5;
    opacity: 1 !important
}

.head_nav-index 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-index>li>a:hover {
    color: #1952a5;
    opacity: 1
}

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

.head_nav-index li ul {
    position: absolute;
    left: 20px;
    display: block;
    width: 250px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 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-index>li ul li {
    position: relative;
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 10px;
    text-transform: capitalize
}

.head_nav-index>li ul li a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #333
}

.head_nav-index>li ul li a b:before {
    content: '\f105'
}

.head_nav-index li ul ul {
    top: 0px;
    left: 100%;
    margin-left: 2px;
    border-radius: 3px
}

.head_nav-index li.menu_show>ul {
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.head_nav-index li.nav-current>a:after,
.head_nav-index li>a:after {
    content: "";
    width: 0;
    height: 4px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: center;
    -WEBKIT-transform-origin: center;
    transition: all ease-in-out .35s
}

.head_nav-index li.nav-current>a:after,
.head_nav-index li:hover>a:after {
    width: 100%;
    color: #000;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.head_nav-index>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)
}

.fixed-nav .header_layout {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: #171717;
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -ms-transform: translateY(-100%)
}

.fixed-nav-active .header_layout {
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    -ms-transform: none
}

.fixed-nav.fixed-nav-active.fixed-nav-appear .header_layout {
    opacity: 1
}

.prisna-wp-translate-seo-index {
    display: none;
    font-family: Arial, Helvetica, sans-serif
}

.mobile-head-language .prisna-wp-translate-seo-index,
.change-language-index .prisna-wp-translate-seo-index {
    display: block
}

.change-language-index .change-language-title-index,
.change-language-index .change-language-title-index a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.change-language-index .change-language-title-index,
.change-language-index .change-language-title-index a {
    display: inline-flex;
    align-items: center
}

.change-language-index .change-language-title-index a:after {
    display: inline-block;
    padding-left: 2px;
    content: "\f107";
    font-size: 20px;
    font-family: 'fontawesome';
    color: #333;
}

.change-language-index:hover .change-language-title-index a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg)
}

.change-language-index .change-language-cont-index {
    position: absolute;
    top: 36px;
    right: -150px;
    z-index: 999;
    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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale3d(.9, .9, 1);
    -ms-transition: all .3s ease-in-out
}

.change-language-index:hover .change-language-cont-index {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.change-language-index .change-language-cont-index li {
    display: 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
}

.change-language-index .change-language-cont-index li a:hover {
    color: #1952a5
}

.change-language-index .change-language-cont-index .lang-item-hide {
    display: none !important
}

.change-language-index .change-language-cont-index .lang-more {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    cursor: pointer
}

.change-language-index .change-language-cont-index .more-active {
    font-size: 20px
}

.language-flag-index span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 0 0 33px;
    vertical-align: top;
    white-space: nowrap;
    display: inline;
    zoom: 1
}

.change-language-index ::-webkit-scrollbar {
    width: 5px
}

.change-language-index ::-webkit-scrollbar-track {
    background-color: #fff
}

.change-language-index ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3)
}

.change-language-index .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

.language-flag-index .country-flag {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin: -8px 5px 0;
    width: 22px;
    height: 16px;
    background-image: url(../img/PC/English.png);
    background-repeat: no-repeat;
    vertical-align: top;
    display: inline;
    zoom: 1
}

li.language-flag-index a {
    position: relative
}

.operate-info {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.operate-box {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.contact-info {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.web_head-index .email-index {
    position: relative;
    display: flex
}

.mobile-head-items {
    display: none
}

.email-index .email-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.email-index .email-icon:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/email.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
}

.email-index a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin-left: 5px
}

.web_head-index .phone-index {
    position: relative;
    display: flex;
    margin-left: 25px
}

.phone-index .phone-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.phone-index .phone-icon:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/phone.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
}

.phone-index a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    margin-left: 5px
}

.phone-index a:hover {
    text-decoration: underline
}

.email-index a:hover {
    text-decoration: underline
}

.getQuote a {
    padding: 10px 15px;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #4e4e4e;
    border-radius: 50px;
    background-repeat: no-repeat;
    margin-left: 25px;
    background: transparent
}

.getQuote a:hover {
    background: #4e4e4e;
    color: #FFF;
    border: 5px solid #4e4e4e
}

@media (max-width:1640px) and (min-width:950px) {
    .getQuote {
        display: none
    }

    .operate-info {
        justify-content: flex-start
    }

    .head_nav-index>li {
        padding: 0 10px
    }

    .web_head-index .change-language-index {
        width: 10%
    }

    .web_head-index .logo-index-pc {
        width: 10%
    }
}

@media (max-width:1640px) and (min-width:950px) and (max-width:1440px) {
    .head_nav-index>li {
        padding: 0 5px
    }
}

@media (max-width:1640px) and (min-width:950px) and (max-width:1200px) {
    .head_nav-index>li>a {
        font-size: 16px
    }

    .phone-index a {
        font-size: 14px
    }

    .email-index a {
        font-size: 14px
    }

    .web_head-index .phone-index {
        margin-left: 15px
    }
}

@media (max-width:1640px) and (min-width:950px) and (max-width:1100px) {
    .web_head-index .header_layout {
        padding: 30px 2%
    }

    .head_nav-index>li>a {
        line-height: 30px
    }
}

.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: #ba0d1a;
    -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: 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: .85em 0;
    text-align: right;
    color: #333
}

.js .container {
    position: relative;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.js .main-wrap--move {
    height: 100vh
}

.js .web-search {
    pointer-events: none
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.web-search .btn--search-close {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.search--open .btn--search-close {
    opacity: 1;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-animation: bounceInA 1s ease;
    -o-animation: bounceInA 1s ease;
    animation: bounceInA 1s ease
}

.search__suggestion,
.web-search .search-attr {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -moz-transition: opacity .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: 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: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.js .search--open .search-ipt {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.js .search--open .search-btn {
    display: none !important
}

.web-search .search-attr {
    padding-bottom: 0
}

.js .web-search {
    width: 70%;
    height: 240px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0;
    margin: auto;
    border-radius: 8px;
    z-index: 100001
}

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

.mySwiper-pc {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

.mySwiper-pc .swiper-slide {
    width: 100% !important;
    max-height: 880px;
    overflow: hidden
}

.mySwiper-pc .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-mobile {
    display: none
}

.banner-plogo {
    background: linear-gradient(to right, #151c29, #013e9a, #013e9a, #151c29);
    padding: 30px 0;
}

.banner-plogo img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.banner-plogo .swiper-slide {
    display: flex !important;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.banner-plogo .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-layout {
    width: 1600px;
    margin: 0 auto
}

@media (max-width:1440px) {
    .banner-layout {
        width: 95%
    }
}

.banner-icon-warp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.banner-icon-item {
    width: 14%;
    margin-right: auto
}

@media (max-width:1024px) {
    .banner-icon-item {
        margin-right: auto
    }
}

.banner-icon-item img {
    padding: 10px 20px;
    width: 100%;
    height: 100%
}

.banner-icon-item:last-child {
    margin-right: a
}

.banner-icon-item:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: .3s ease-in-out
}

.about-warp {
    width: 100%;
    background: #F0F6FF;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 54px 50px;
    box-sizing: border-box;
    margin-top: 125px
}

.about-warp .about-img {
    width: 50%;
    position: relative;
    height: 420px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 30px
}

.about-warp .about-img lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 30px
}

.about-content {
    width: 50%
}

.about-warp .about-title {
    width: 85%
}

.about-warp .about-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 50px;
    color: #000000;
    line-height: 55px
}

.about-warp .about-title a:hover {
    color: #1952a5
}

@media (max-width:1440px) {
    .about-warp .about-title a {
        font-size: 40px;
        line-height: 50px
    }
}

.about-warp .about-introduce {
    width: 100%;
    height: 96px;
    overflow: auto;
    margin-top: 15px;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #013078;
    line-height: 24px;
    opacity: .69
}

.about-warp .about-introduce a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #013078;
    line-height: 24px;
    opacity: .69
}

.about-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px
}

@media (max-width:1300px) {
    .about-info {
        flex-direction: column
    }

    .about-warp .about-introduce {
        height: inherit !important;
    }

    .about-info .about-item {
        width: 100% !important
    }

    .about-info .about-item {
        justify-content: flex-start !important
    }
}

.about-info .about-item {
    width: 50%;
    margin-bottom: 17px
}

.about-info .about-item {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about-info .check--btn {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #0B68F2;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 16px
}

.about-info .check--btn:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/about-check-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about-info .about-item p {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px
}

.about-btn button {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
    margin-top: 40px
}

.about-btn button a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px
}

.about-btn button:hover {
    border-bottom: 1px solid var(--color-main)
}

.about-btn button:hover a {
    color: var(--color-main)
}

.about-btn .about-more {
    display: inline-block;
    width: 35px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.about-btn .about-more:after,
.about-btn .about-more:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/arrow-right2.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about-btn .about-more:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateX(-60%);
    -ms-transform: scale(.6) translateX(-60%);
    -o-transform: scale(.6) translateX(-60%);
    transform: scale(.6) translateX(-60%)
}

.about-btn .about-more:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: .6;
    filter: alpha(opacity=60)
}

.about-btn .about-more:before {
    opacity: 0
}

.about-btn button:hover .about-more:after {
    background-image: url(../img/PC/arrow-right-yellow.png);
    background-repeat: no-repeat
}

.product-box {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.product-index-wrap {
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 100px
}

.products {
    margin-top: 5%
}

.product-warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.products .product-select {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5%;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 55px
}

.products .product-select a {
    color: #fff
}

.products .product-title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    border: none
}

.products .product-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 55px
}

.products .product-title a:hover {
    color: #1952a5
}

@media (max-width:1440px) {
    .products .product-title a {
        font-size: 40px;
        line-height: 50px
    }
}

.products .product-introduct {
    margin-top: 20px;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: .49;
    text-align: center
}

.products .product-introduct a {
    color: #FFFFFF
}

.product-list {
    width: 100%;
    margin-top: 62px;
    overflow: visible
}

.product-list .pro-top,
.product-list .pro-bottom {
    display: flex;
    justify-content: space-between
}

.product-list img {
    object-fit: contain
}

.product-lists {
    display: none
}

.product-list .pro-top .product-item:first-child {
    width: 56%;
    background-image: url(../img/PC/product-background1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 28px;
    padding-left: 38px;
    overflow: hidden;
    padding-bottom: 3%
}

.hover_scale {
    width: 100%
}

.hover_scale:hover img {
    transform: scale(1.1)
}

.hover_scale,
.hover_scale2 {
    overflow: hidden;
    height: 0;
    position: relative;
    padding-bottom: 1%
}

.hover_scale img,
.hover_scale2 img,
.hover_scale iframe,
.hover_scale2 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-list .pro-top .product-item:nth-child(2) {
    width: 38.5%;
    background-image: url(../img/PC/product-background2.png);
    background-repeat: no-repeat;
    padding-left: 38px;
    margin-bottom: 28px;
    background-size: 100% 100%;
    padding-bottom: 4.85%;
    padding-right: 30px
}

.product-list .pro-bottom .product-item:nth-child(1) {
    width: 40%;
    height: 363px;
    background-image: url(../img/PC/product-background3.png);
    background-repeat: no-repeat;
    padding-left: 38px;
    background-size: 100% 100%
}

.product-list .pro-bottom .product-item:last-child {
    width: 55%;
    background-image: url(../img/PC/product-background1.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    padding-left: 38px;
    background-size: 100% 100%
}

@media screen and (max-width:1700px) {
    .product-list .pro-bottom .product-item a {
        font-size: 24px !important
    }

    .product-list .product-item .product-item-left .product-item-title a {
        font-size: 24px !important
    }
}

@media screen and (max-width:1025px) {
    .product-list .pro-bottom .product-item a {
        font-size: 18px !important
    }

    .product-list .product-item .product-item-left .product-item-title a {
        font-size: 18px !important
    }
}

@media screen and (max-width:1100px) {
    .product-list .pro-bottom .product-item {
        padding-left: 24px
    }
}

.product-list .pro-bottom .product-item:first-child img {
    width: 100%;
    height: 100%;
    max-width: 216px;
    max-height: 175px;
    position: absolute;
    bottom: -105px;
    right: 3%;
    width: 40%;
    bottom: 0
}

.product-list .pro-bottom .product-item:nth-child(2) img {
    width: 100%;
    height: 100%;
    max-width: 216px;
    max-height: 175px;
    position: absolute;
    bottom: -43px;
    right: 20px;
    width: 40%;
    bottom: 0
}

.product-list .pro-bottom .product-item:nth-child(3) img {
    width: 100%;
    height: 100%;
    max-width: 127px;
    max-height: 210px;
    position: absolute;
    bottom: -95px;
    bottom: 0;
    right: 3%;
    width: 40%
}

.product-list .pro-bottom .product-item .learn-more {
    margin-top: 80px
}

.product-list .product-item .product-item-left,
.product-list .product-item .product-item-top {
    padding-top: 44px
}

.product-list .pro-bottom .product-item .product-item-left {
    padding-bottom: 70px
}

.product-list .product-item .product-item-left .product-item-title a,
.product-list .product-item .product-item-top .product-item-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF
}

.product-list .product-item:nth-child(2) .product-item-top .product-item-introduct,
.product-list .product-item:nth-child(3) .product-item-top .product-item-introduct {
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-list .product-item .product-item-left .product-item-introduct a,
.product-list .product-item .product-item-top .product-item-introduct a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: .49;
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
    display: block
}

.product-list .pro-top .product-item:nth-child(1) .product-item-left {
    max-width: 55%
}

.product-list .pro-top .product-item:nth-child(1) .product-item-right {
    width: 40%;
    position: relative;
    margin-left: 2%
}

.product-list .product-item:nth-child(2) .product-item-right {
    width: 40%
}

.product-list .pro-top .product-item:first-child .product-item-left .product-item-introduct {
    width: 55%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-list .pro-top .product-item:last-child .product-item-left .product-item-introduct {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-list .pro-top .product-item .learn-more {
    margin-top: 105px
}

.product-list .product-item .learn-more button {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49)
}

.product-list .product-item .learn-more .learn-btn {
    display: inline-block;
    width: 35px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.product-list .product-item .learn-more button a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF
}

.product-list .product-item .learn-more button:hover {
    border-bottom: 1px solid var(--color-main)
}

.product-list .product-item .learn-more button:hover a {
    color: var(--color-main)
}

.product-list .product-item .learn-more .learn-btn:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/arrow-right3.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.product-list .product-item .learn-more .learn-btn:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.product-list .product-item .learn-more .learn-btn:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateX(-60%);
    -ms-transform: scale(.6) translateX(-60%);
    -o-transform: scale(.6) translateX(-60%);
    transform: scale(.6) translateX(-60%)
}

.product-list .product-item .learn-more button:hover .learn-btn:before {
    background-image: url(../img/PC/arrow-right3.png);
    background-repeat: no-repeat;
    background-position: center
}

.product-list .product-item {
    position: relative
}

.product-list .pro-top .product-item:first-child img {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 270px;
    position: absolute;
    top: 35px;
    right: 5px
}

@media (max-width:1360px) {
    .product-list .product-item:first-child img {
        max-width: 290px;
        max-height: 360px
    }

    .blog-warp .blog-content {
        height: initial !important;
    }
}

.product-list .pro-top .product-item:last-child img {
    width: 100%;
    height: 100%;
    max-width: 280px;
    max-height: 190px;
    position: absolute;
    bottom: 5px;
    right: 30px;
    width: 48%
}

.trust-us {
    margin-top: 135px
}

.trust-us .layout {
    overflow: unset;
}

.trust-wrap {
    width: 100%;
    background: #F0F6FF;
    border-radius: 30px;
    /* padding: 0 67px; */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 150px 70px 135px;
    display: flex;
}

.trust-wrap .trust-left {
    /* width: 90%;
    padding-top: 148px;
    padding-bottom: 134px; */
    box-sizing: border-box;
    margin-right: 160px;
    width: 440px;
}

@media (max-width:1640px) {}

.trust-left .trust-title {
    /* width: 45%; */
    text-align: left
}

.trust-left .trust-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 44px;
    text-transform: capitalize;
    color: #121214;
    line-height: 55px
}

.trust-left .trust-title a:hover {
    color: var(--conmmonSideColor-color)
}

@media (max-width:1440px) {
    .trust-left .trust-title a {
        font-size: 40px;
        line-height: 50px
    }
}

.trust-left .trust-content {
    /* width: 40%; */
    text-align: left;
    margin-top: 40px;

}

.trust-left .trust-content {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #013078;
    line-height: 30px;
    opacity: .69
}

.trust-left .learn-more {
    margin-top: 60px
}

.trust-left .learn-more button {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(18, 18, 20, 0.49)
}

.trust-left .learn-more .learn-btn {
    display: inline-block;
    width: 35px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.trust-left .learn-more button a {
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 18px;
    color: #000000
}

.trust-left .learn-more .learn-btn:after,
.trust-left .learn-more .learn-btn:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/arrow-right2.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.trust-left .learn-more .learn-btn:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateX(-60%);
    -ms-transform: scale(.6) translateX(-60%);
    -o-transform: scale(.6) translateX(-60%);
    transform: scale(.6) translateX(-60%)
}

.trust-left .learn-more a:hover .learn-btn:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.trust-left .learn-more a:hover .learn-btn:before {
    opacity: 0;
    -webkit-transform: scale(.6) translateX(60%);
    -ms-transform: scale(.6) translateX(60%);
    -o-transform: scale(.6) translateX(60%);
    transform: scale(.6) translateX(60%)
}

.trust-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    position: relative
}

.comment-left {
    position: absolute;
    margin-right: 32px;
    left: 0;
    top: -85px;
}

.comment-right {
    position: absolute;
    right: 0;
    top: -210px;
}

.comment-left .trust-comment-item:first-child,
.comment-right .trust-comment-item:first-child {
    margin-bottom: 22px
}

.trust-comment-item {
    width: 334px;
    height: 288px;
    background-color: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0 0 10px #eee
}

.trust-comment-item:hover {
    background-image: url(../img/PC/trust-comment.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.trust-comment-item:nth-child(2n-1) {
    /* margin-right: 30px */
}

.comment-left.trust-comment-item:first-child .comment-title,
.comment-right.trust-comment-item:first-child .comment-title {
    padding: 0 15px;
    padding-top: 40px;
}

.trust-comment-item .comment-title {
    padding: 0 15px;
    padding-top: 40px;
}

.trust-comment-item .comment-title {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #121214;
    line-height: 24px
}

.trust-comment-item:hover .comment-title {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px
}

.comment-user {
    margin-top: 41px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.comment-user .user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.comment-user .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.trust-comment-item .comment-user .user-info .user-name {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #121214;
    line-height: 24px
}

.trust-comment-item:hover .user-info .user-name {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px
}

.trust-comment-item .comment-user .user-info .user-identity {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    color: #121214;
    line-height: 24px;
    opacity: .69
}

.trust-comment-item:hover .user-info .user-identity {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: .69
}

.solutions-box {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5%
}

.solutions {
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 5%;
    background-repeat: no-repeat;
    background-size: cover
}

.solutions-warp {
    display: flex;
    justify-content: space-around;
    user-select: none;
}

.solutions-warp .solutions-txt {
    width: 40%;
    padding-top: 220px
}

.solutions-warp .solutions-txt .solutions-title {
    text-align: left
}

.solutions-warp .solutions-txt .solutions-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 55px
}

.solutions-warp .solutions-txt .solutions-title a:hover {
    color: #1952a5
}

@media (max-width:1440px) {
    .solutions-warp .solutions-txt .solutions-title a {
        font-size: 40px;
        line-height: 50px
    }
}

.solutions-warp .solutions-txt .solutions-content {
    text-align: left;
    margin-top: 34px;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: .89;
    /* height: 157px; */
    overflow: auto;
}

.solutions-warp .solutions-txt .solutions-content a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: .89
}

.solutions-warp .learn-more {
    margin-top: 60px;
    margin-bottom: 20px;
}

.solutions-warp .learn-more a {
    background-color: var(--color-main);
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 50px;
    border: none
}

.solutions-warp .learn-more .learn-btn {
    display: inline-block;
    width: 35px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.solutions-warp .learn-more a {
    font-family: 'KanitKanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #000000
}

.solutions-warp .learn-more .learn-btn:after,
.solutions-warp .learn-more .learn-btn:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/arrow-right2.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.solutions-warp .learn-more .learn-btn:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateX(-60%);
    -ms-transform: scale(.6) translateX(-60%);
    -o-transform: scale(.6) translateX(-60%);
    transform: scale(.6) translateX(-60%)
}

.solutions-warp .learn-more:hover .learn-btn:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.solutions-warp .learn-more:hover .learn-btn:before {
    opacity: 0;
    -webkit-transform: scale(.6) translateX(60%);
    -ms-transform: scale(.6) translateX(60%);
    -o-transform: scale(.6) translateX(60%);
    transform: scale(.6) translateX(60%)
}

.solutions-img {
    width: 60%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-top: 176px;
    box-sizing: border-box
}

.solutions-img .img_box {
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    margin-left: 25px;
    border-radius: 18px
}

.solutions-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    box-sizing: border-box;
    border-radius: 10px
}

.question {
    margin-top: 99px
}

.question-layout {
    width: 1440px;
    margin: 0 auto
}

@media (max-width:1440px) {
    .question-layout {
        width: 95%
    }
}

.question-warp .question-tip {
    text-align: center
}

.question-warp .question-tip {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    text-transform: capitalize
}

.question-warp .question-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 4%
}

.question-warp .question-title {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 50px;
    color: #000000
}

.question-warp .question-title a:hover {
    color: #1952a5
}

@media (max-width:1440px) {
    .question-warp .question-title a {
        font-size: 40px;
        line-height: 50px
    }
}

.question-lists {
    display: none
}

.question-list .question-item {
    margin-bottom: 20px
}

.question-list .question-item .question-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 26px 34px;
    box-sizing: border-box;
    background: rgba(11, 104, 242, 0.09);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.78)
}

.question-list .question-item.active .question-item-title {
    background: linear-gradient(to right, #000, #09316f, #013078)
}

.question-list .question-item.active .question-item-title a {
    font-family: Kanit;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 30px
}

.question-list .question-item-title {
    z-index: 9999;
    cursor: pointer
}

.question-item-title a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    max-width: calc(100% - 50px)
}

.question-list .question--btn {
    width: 39px;
    height: 39px;
    background-image: url(../img/PC/top.png);
    background-size: contain;
    transition: transform .3s ease;
    background-color: #FFFFFF;
    border: 5px solid rgba(11, 104, 242, 0.49);
    border-radius: 50%
}

.active.question-item .question-item-title .question--btn {
    width: 39px;
    height: 39px;
    background-image: url(../img/PC/bottom.png);
    background-size: contain;
    transition: transform .3s ease;
    background-color: #E2C521;
    border: 5px solid rgba(rgba(226, 197, 33, .29));
    border-radius: 50%
}

.question-list .answer {
    display: none
}

.active.question-item .answer {
    display: block
}

.question-item .answer {
    padding: 24px 33px;
    box-sizing: border-box
}

.question-item .answer {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #013078;
    line-height: 30px;
    opacity: .69
}

.contact-us {
    width: 100%;
    background-image: url(../img/PC/contact-bg.png);
    background-size: cover;
    background-position-y: 43%;
    background-repeat: no-repeat;
    margin-top: 101px
}

.index-contant-wrap {
    background-color: rgba(0, 0, 0, 0.8)
}

.contact-warp {
    padding-top: 126px
}

.contact-box {
    max-width: 655px;
    max-height: 498px;
    border-radius: 30px 30px 0 0;
    background-image: url(../img/PC/contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 65px;
}

.contact-box .contact-title {
    margin-bottom: 38px
}

.contact-box .contact-title {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 1.5
}

@media (max-width:1440px) {
    .contact-box .contact-title a {
        font-size: 40px;
        line-height: 50px
    }
}

.contact-box .contact-content {
    max-height: 147px;
    overflow-y: auto
}

.contact-box .contact-content {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: .89
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #555
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #E3E3E3;
    border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #E3E3E3
}

::-webkit-scrollbar-corner:vertical {
    background-color: #E3E3E3
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #E3E3E3
}

.contact-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px
}

.contact-btn .contact--btn a {
    text-align: center;
    border-radius: 27px;
    background-color: var(--color-main);
    border: none;
    padding: 12px 20px;
    border: 1px solid transparent;
}

.contact-btn .contact--btn a b {
    display: inline-block;
    width: 35px;
    height: 25px;
    background: url(../img/PC/arrow-right.png) no-repeat center;
}

.contact-btn .contact--btn a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid var(--color-main);
}

.contact-btn .contact--btn a:hover b {
    background: url(../img/PC/arrow-right2.png) no-repeat center;
}

.contact-btn .contact--btn a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}

.contact-btn .book-demo {
    margin-left: 42px;
    transition: all .3s ease;
}

.contact-btn .book-demo:hover {
    transform: translateY(-5px);
}

.contact-btn .book-demo a {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49)
}

.contact-btn .book-demo .learn-btn {
    display: inline-block;
    width: 35px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.contact-btn .book-demo .a {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49)
}

.contact-btn .book-demo a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.contact-btn .book-demo .a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.contact-btn .book-demo .learn-btn:after,
.contact-btn .book-demo .learn-btn:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 25px;
    background-image: url(../img/PC/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-btn .book-demo .learn-btn:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateX(-60%);
    -ms-transform: scale(.6) translateX(-60%);
    -o-transform: scale(.6) translateX(-60%);
    transform: scale(.6) translateX(-60%)
}

.contact-btn .book-demo :hover:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.contact-btn .book-demo :hover:before {
    opacity: 0;
    -webkit-transform: scale(.6) translateX(60%);
    -ms-transform: scale(.6) translateX(60%);
    -o-transform: scale(.6) translateX(60%);
    transform: scale(.6) translateX(60%)
}

.presence {
    width: 100%;
    margin-top: 5%
}

.presence .presence-tips {
    text-align: center;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 55px;
    margin-bottom: 20px
}

.presence .presence-title {
    text-align: center
}

.presence .presence-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 50px;
    color: #000000;
    line-height: 55px
}

.presence .presence-title a:hover {
    color: #1952a5
}

.presence .presence-wrap {
    margin-top: 40px
}

.presence .presence-wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.presence .presence-wrap ul li {
    width: 32%;
    margin-bottom: 40px
}

.presence .presence-wrap ul li .presence-image {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 66%
}

.presence .presence-wrap ul li .presence-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.presence .presence-wrap ul li .presence-name {
    text-align: center;
    margin-top: 20px
}

.presence .presence-wrap ul li .presence-name a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 24px;
    color: #333333
}

.presence .presence-wrap .presence-btn {
    display: flex;
    justify-content: center
}

.presence .presence-wrap .presence-btn a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 2px solid #000
}

.presence .presence-wrap .presence-btn a:hover {
    color: var(--color-main)
}

.presence .presence-wrap .presence-btn b {
    display: inline-block;
    width: 18px;
    height: 13px;
    background-image: url(../img/PC/presence-btn.png);
    background-repeat: no-repeat;
    background-size: cover
}

.blog {
    margin-top: 110px
}

.blog-title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.blog-title {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 55px
}

.blog-tips {
    text-align: center;
    margin-bottom: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.blog-tips a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 50px;
    color: #000000;
    line-height: 55px
}

.blog-tips a:hover {
    color: #1952a5
}

@media (max-width:1440px) {
    .blog-tips a {
        font-size: 40px;
        line-height: 50px
    }
}

.blog-box {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    /* align-items: center */
}

.blog-item {
    width: 30%;
    padding: 30px;
    box-sizing: border-box;
    background: #F3F7FE;
    border-radius: 30px;
    margin-right: 30px;
}

.blog-item:nth-child(3n) {
    margin-right: 0;
}

.blog-item:nth-child(2n+1) {
    background: #F3F7FE !important
}

@media (max-width:1550px) {
    .blog-item {
        width: 30%
    }
}

.blog-img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 70%
}

.blog-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 22px
}

.blog-img button {
    padding: 8px 15px;
    background: #0B68F2;
    border-radius: 15px;
    border: none;
    position: absolute;
    bottom: 22px;
    left: 18px
}

.blog-img button a {
    font-family: 'Kanit-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px
}

.blog-item-title {
    min-height: 6em;
    margin-top: 32px
}

@media screen and (max-width:1400px) {
    .blog-item-title {
        min-height: 6em
    }
}

@media screen and (max-width:1100px) {
    .blog-item-title {
        /* min-height: 18.5em */
    }
}

.blog-item-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.blog-content {
    height: 120px;
    margin-top: 10px;
}

.blog-content a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #013078;
    line-height: 24px;
    opacity: .49;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-time {
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.blog-time a {
    font-family: Kanit;
    font-weight: 400;
    font-size: 16px;
    color: #013078;
    line-height: 24px;
    opacity: .49
}

.blog-time a::before {
    content: '—';
    font-family: Kanit;
    font-weight: 400;
    font-size: 16px;
    color: #013078;
    line-height: 24px
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border-left: 3px solid #0C9EE3
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #0C9EE3
}

.web_footer {
    width: 100%;
    padding: 132px 0;
    padding-bottom: 0;
    background-image: url(../img/PC/footer-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 105px
}

.foor_service {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.web_footer .foot_info {
    width: 30%;
    display: inline-block;
    box-sizing: border-box
}

.web_footer .foot_info .foot_logo {
    margin-bottom: 20px
}

.web_footer .foot_logo-index-pc {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
    margin-bottom: 29px
}

.content-wrap .ch_form_wrap form {
    overflow-y: unset;
}

.web_footer .foot_logo-index-pc img {
    max-height: 130px
}

.foot_logo-index img {
    max-width: 120px;
    margin-bottom: 29px
}

.foot_info .foot_text {
    width: 90%;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px
}

.foot_info .foot_text a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px
}

.foot_info .foot_email {
    margin-top: 60px;
    margin-bottom: 33px;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px
}

.foot_info .foot_email a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px
}

.foot_inputs {
    display: none
}

.foot_info .foot_input form {
    display: flex;
    justify-content: flex-start
}

.foot_info .foot_input input {
    width: 347px;
    height: 54px;
    padding: 0 24px;
    background: #FFFFFF;
    border-radius: 27px;
    border: none;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 30px
}

.foot_info .foot_input input::placeholder {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: rgba(1, 48, 120, 0.49);
    line-height: 30px
}

.foot_info .foot_input .subscribe-btn a {
    height: 53px;
    line-height: 53px;
    border-radius: 27px;
    background-color: var(--color-main);
    border: none;
    margin-left: 19px;
    padding: 0 25px;
    box-sizing: border-box;
    min-width: 175px;
    display: block;
    text-align: center;
}

.foot_info .foot_input .subscribe-btn a:hover {
    background-color: #fff;
    color: #000
}

.foot_info .foot_input .subscribe-btn a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block
}

.foot_links .links-title {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px
}

.foot_links .links-title,
.foot_links .links-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px
}

.new_con img:hover {
    opacity: .8;
    transition: all .3s ease
}

.foot_links .link-list {
    margin-top: 37px
}

.foot_links .link-list ul li a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    opacity: .49
}

.foot_links .link-list ul li a:hover {
    color: #FFFFFF;
    opacity: 1
}

.foot_contact {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.foot_links {
    width: 22%
}

.foot_contact .contact-title {
    margin-bottom: 43px
}

.foot_contact .contact-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px
}

.foot_contact .contact-title a:hover {
    text-decoration: underline
}

.foot_links .links-title a:hover {
    text-decoration: underline
}

.link-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px
}

.link-item b {
    width: 60px;
    height: 60px;
    background-color: #1c1c1c;
    margin-right: 20px
}

.link-item b img {
    width: 100%;
    height: 100%
}

.link-item span {
    display: flex;
    flex-direction: column
}

.link-item span a:first-child {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    opacity: .49
}

.link-item span a:last-child {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.link-item span a:last-child:hover {
    text-decoration: underline
}

.social-media {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
    gap: 32px
}

.social-media .media-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.social-media .media-icon img {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.social-media .media-icon:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.copyright {
    width: 100%;
    background: linear-gradient(to right, #114491, #000000);
    margin-top: 5%;
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF
}

.copyright {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.49);
    line-height: 30px
}

.copyright a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-right: 35px;
    opacity: .29
}

.copyright a:hover {
    opacity: 1;
    text-decoration: underline
}

.copyright .layoutg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.foot-icons {
    display: none
}

.change-language-cont li {
    width: 100%
}

.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: 0 -300px
}

.language-fr {
    background-position: 0 -288px
}

.language-fi {
    background-position: 0 -276px
}

.language-et {
    background-position: 0 -240px
}

.language-eo {
    background-position: 0 -192px
}

.language-en {
    background-position: 0 -216px
}

.language-da {
    background-position: 0 -168px
}

.language-cs {
    background-position: 0 -144px
}

.language-hr {
    background-position: 0 -420px
}

.language-co {
    background-position: 0 -132px
}

.language-ceb {
    background-position: 0 -108px
}

.language-ca {
    background-position: 0 -96px
}

.language-bg {
    background-position: 0 -448px
}

.language-bs {
    background-position: 0 -84px
}

.language-bn {
    background-position: 0 -72px
}

.language-be {
    background-position: 0 -48px
}

.language-is {
    background-position: 0 -492px
}

.language-sm {
    background-position: 0 -972px
}

.language-ro {
    background-position: 0 -888px
}

.language-pa {
    background-position: 0 -840px
}

.language-pt {
    background-position: 0 -876px
}

.language-pl {
    background-position: 0 -852px
}

.language-fa {
    background-position: 0 -264px
}

.language-ps {
    background-position: 0 -264px
}

.language-or {
    background-position: 0 -827px
}

.language-no {
    background-position: 0 -780px
}

.language-ne {
    background-position: 0 -792px
}

.language-my {
    background-position: 0 -768px
}

.language-mn {
    background-position: 0 -720px
}

.language-mr {
    background-position: 0 -732px
}

.language-mi {
    background-position: 0 -684px
}

.language-mt {
    background-position: 0 -756px
}

.language-ml {
    background-position: 0 -708px
}

.language-ms {
    background-position: 0 -744px
}

.language-mg {
    background-position: 0 -672px
}

.language-mk {
    background-position: 0 -696px
}

.language-lb {
    background-position: 0 -624px
}

.language-lt {
    background-position: 0 -648px
}

.language-lv {
    background-position: 0 -660px
}

.language-la {
    background-position: 0 -613px
}

.language-lo {
    background-position: 0 -636px
}

.language-ky {
    background-position: 0 -600px
}

.language-ku {
    background-position: 0 -120px
}

.language-ko {
    background-position: 0 -588px
}

.language-rw {
    background-position: 0 -912px
}

.language-km {
    background-position: 0 -564px
}

.language-kk {
    background-position: 0 -552px
}

.language-kn {
    background-position: 0 -576px
}

.language-jv {
    background-position: 0 -528px
}

.language-ja {
    background-position: 0 -516px
}

.language-it {
    background-position: 0 -504px
}

.language-ga {
    background-position: 0 -312px
}

.language-id {
    background-position: 0 -467px
}

.language-ig {
    background-position: 0 -480px
}

.language-hu {
    background-position: 0 -443px
}

.language-hmn {
    background-position: 0 -408px
}

.language-hi {
    background-position: 0 -397px
}

.language-he {
    background-position: 0 -384px
}

.language-haw {
    background-position: 0 -300px
}

.language-ha {
    background-position: 0 -1079px
}

.language-ht {
    background-position: 0 -432px
}

.language-gu {
    background-position: 0 -348px
}

.language-el {
    background-position: 0 -204px
}

.language-de {
    background-position: 0 -180px
}

.language-ka {
    background-position: 0 -540px
}

.language-gl {
    background-position: 0 -336px
}

.language-ru {
    background-position: 0 -900px
}

.language-gd {
    background-position: 0 -324px
}

.language-sr {
    background-position: 0 -1006px
}

.language-st {
    background-position: 0 -1017px
}

.language-sn {
    background-position: 0 -984px
}

.language-sd {
    background-position: 0 -984px
}

.language-si {
    background-position: 0 -1271px
}

.language-sk {
    background-position: 0 -1223px
}

.language-sl {
    background-position: 0 -960px
}

.language-so {
    background-position: 0 -994px
}

.language-es {
    background-position: 0 -227px
}

.language-su {
    background-position: 0 -1031px
}

.language-sw {
    background-position: 0 -1055px
}

.language-sv {
    background-position: 0 -1043px
}

.language-tl {
    background-position: 0 -1115px
}

.language-tg {
    background-position: 0 -1091px
}

.language-ta {
    background-position: 0 -1067px
}

.language-tt {
    background-position: 0 -1151px
}

.language-te {
    background-position: 0 -1079px
}

.language-th {
    background-position: 0 -1103px
}

.language-tr {
    background-position: 0 -1138px
}

.language-tk {
    background-position: 0 -1115px
}

.language-uk {
    background-position: 0 -1175px
}

.language-ur {
    background-position: 0 -1187px
}

.language-ug {
    background-position: 0 -1163px
}

.language-uz {
    background-position: 0 -1175px
}

.language-vi {
    background-position: 0 -1211px
}

.language-cy {
    background-position: 0 -156px
}

.language-xh {
    background-position: 0 -1223px
}

.language-yi {
    background-position: 0 -1235px
}

.language-yo {
    background-position: 0 -1247px
}

.language-zu {
    background-position: 0 -1259px
}

.language-zh {
    background-position: 0 -1282px
}

.language-zh-TW {
    background-position: 0 -1282px
}

.change-empty-index {
    display: none !important
}

#index_scrollsidebar ul li:last-child img {
    max-width: 36%;
    width: 31px !important;
}

@media screen and (max-width:1440px) {
    .trust-wrap {
        padding: 11% 6%;
    }

    .trust-wrap .trust-left {
        margin-right: 2%;
        width: 30%;
    }

    .comment-left,
    .comment-right {
        width: calc(50% - 16px);
    }

    .trust-comment-item {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .comment-left {
        top: 0;
    }

    .comment-right {
        top: -130px;
    }

    .trust-left .trust-title a {
        font-size: 35px;
        line-height: 1.2;
    }

    .product .media .flex-box .describe .content {
        height: initial !important;
    }

    .comment-right {
        margin-top: 22px !important;
    }

    .main table th,
    .main table td {
        padding: 0 5px !important;
    }

    .trust-wrap {
        padding: 5% 3%;
    }
}

.sitemap-logo-boxs {
    background: #ccc !important;
}

.sidebarFixed {
    position: sticky;
    transition: all 0.2s;
}

#sidebarFixed_parent {
    position: relative;
}

.fixed .logo-index img {
    height: 40px;
}

.layoutg a {
    margin: 0 5px;
}