@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;
}

a:hover {
    color: #e00024;
    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 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.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: fallback;
}

@font-face {
    font-family: Kanit;
    src: url(../fonts/Kanit/Kanit-Regular.ttf) format("TrueType");
    font-display: fallback;
}

@font-face {
    font-family: Kanit-Medium;
    src: url(../fonts/Kanit/Kanit-Medium.ttf) format("TrueType");
    font-display: fallback;
}

@font-face {
    font-family: Kanit-Light;
    src: url(../fonts/Kanit/Kanit-Light.ttf) format("TrueType");
    font-display: fallback;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato/Lato-Regular.ttf) format("TrueType");
    font-display: fallback;
}


/*-------------------------------
						font end
						----------------------------------*/


/* layout */
body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 385px;
    overflow-x: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.layout {
    width: 80%;
    margin: 0 auto;
}

.z9999 {
    z-index: 9999 !important;
}

.hide {
    display: none;
}

/*transition*/
a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.web-header-index {
    width: 100%;
    position: fixed;
}

.container {
    width: 100%;
}


.z10000 {
    position: relative;
    z-index: 100000;
}

.web_head-index .logo img {
    max-width: 55px;
}

.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;
}

.sub-content {
    position: relative;
    right: auto;
    z-index: 99999;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.lang-more {
    display: none !important;
}

.web_head-index .header_layout {
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    /* 垂直居中对齐 */
}

.mobile-head-items {
    width: 200px;
    z-index: 999;
    display: block;
    visibility: visible;
    /* 调整宽度为自动 */
    height: 100%;
    line-height: 30px;
    margin-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.mobile-head-item {
    width: 30px;
}

.mobile-head-item.mobile-head-aside {
    float: right;
}

.mobile-head-item .title {
    overflow: hidden;
    width: 100%;
    height: 30px;
    color: #333;
    text-align: center;
    /*line-height: 40px;*/
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mobile-head-item .title a {
    position: relative;
    display: block;
    color: #333;
}

.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/mobile/nav-btn.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;
}

.mobile-head-item.mobile-head-language .change-language {
    position: relative;
}

.mobile-head-item.mobile-head-language .change-language-title {
    position: relative;
}

.change-language-cont-index {
    display: block !important;
}

.mobile-head-item.mobile-head-language .change-language-title.medium-title a {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}

.mobile-head-item.mobile-head-language .change-language-title.medium-title a::after {
    display: inline-block;
    padding-left: 2px;
    content: "\f107";
    font-size: 20px;
    font-family: 'fontawesome';
}

.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: 30px;
    background-image: url(../img/mobile/search-btn.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;
}

.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;
}

.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;
}



.index_main .layout,
.layout {
    margin: 0 auto;
    width: 95%;
}



.web_head-index .nav_wrap-index {
    display: none;
}

.nav_wrap-index .logo img {
    height: 100px;
}

.web_head-index .head-search {
    display: block;
}

.head-search {
    position: relative;
    width: 90%;
    height: 35px;
    margin: 0 auto;
}

.head-search .search-ipt {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    left: 0;
    top: 0;
    /* color: #FFF; */
    /* padding: 0 10px; */
    border-bottom: 1px solid black;
}

.head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    /* background: url(../img/Vector.png) no-repeat center center; */
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
}

#banner_plogo {
    overflow: hidden;
}

.banner-plogo {
    background: linear-gradient(to right, #151c29, #013e9a, #013e9a, #151c29);
    padding: 30px 0;

}

.banner-plogo .swiper-container .swiper-wrapper {
    width: 100% !important;

}

.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-plogo img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.web-header-index {
    position: relative;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.web-header-index .header_layout {
    width: 100%;
    position: relative;
    padding: 4px 2.72%;
    display: flex;
    gap: 67px;
    justify-content: space-between;
    align-items: center;
}

.fixed {
    box-sizing: border-box;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
}

.web-header-index .btn--search {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.web-header-index .btn--search:after,
.web-header-index .btn--search:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 30px;
    background-image: url(../img/PC/search-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.web-header-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-header-index .btn--search:hover:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: .6;
    filter: alpha(opacity=60);
}

.web-header-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%);
}

/*nav_wrap-index*/
.logo-index-mobile {
    display: block;
    padding-top: 13px !important;
}

.logo-index-pc {
    display: none !important;
}

.web-header-index .logo-index-mobile img {
    width: 115px;
    max-height: 41px;
}

.web-header-index .mobile-operate {
    width: 55%;
    display: flex;
    justify-content: flex-end;
    gap: 19px;
    align-items: center;
}

/* .web-header-index .main-content-wrap{
    display: none;
} */

.web-header-index .change-language-title-index {
    position: relative;
}

.change-language-title-index.medium-title a {
    color: #fff;
}

.web-header-index .change-language .change-language-cont {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.web-header-index .main-content-wrap .side-content-wrap {
    display: none;
}

.web-header-index .main-content-wrap .content-wrap {
    overflow-y: auto;
    padding: 15px 10px;
    height: 100%;
    background-color: #fff;
}

.web-header-index .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
}

.web-header-index .side-content-wrap {
    position: fixed;
    width: 60%;
    height: 100%;
}

.web-header-index .middle-content-wrap {
    position: absolute;
    left: 0;
    visibility: hidden;
    padding: 20px 0;
    width: 100%;
    height: auto;
    opacity: 0;
}

.web-header-index .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

.main-content-wrap .mobile-ico-close {
    position: absolute;
    top: 0;
    right: -35px;
    width: 30px;
    height: 30px;
    background: #fff url(../img/mobile/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
}

.operate-info {
    display: none;
}

/* header */

.web_head-index {
    width: 100%;
    position: fixed;
    margin-bottom: 0;
    text-align: center;
    background-color: #F2F2F2;
    z-index: 9999;
}

/*nav */
.head_nav-index {
    width: 100%;
}

.head_nav-index>li {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
}

.head_nav-index>li>a {
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
}

.head_nav-index li {
    padding-left: 28px;
}

.head_nav-index li,
.head_nav-index li a {
    color: #111;
}

.head_nav-index li.has-child {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 28px;
}

.head_nav-index li.has-child>a {
    padding-right: 0;
}

.head_nav-index li.has-child>ul {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    margin-left: 0;
    padding: 0 0 0 10px;
    width: 100%;
    border-top: unset;
    box-shadow: unset;
    opacity: 1;
    -webkit-transform: unset;
    transform: unset;
}

.head_nav-index li a {
    display: block;
    line-height: 33px;
    text-align: left;
}

.head_nav-index li a:hover {
    color: inherit;
}

.head_nav-index li em {
    display: block;
    overflow: hidden;
}

.head_nav-index>li ul li {
    font-size: 14px;
    padding: 0;
    border-bottom: 1px dashed #c1c1c1;
}

.head_nav-index li li li {
    font-size: 12px;
}

.head_nav-index>li ul li a {
    color: #555;
    line-height: 28px;
}

.head_nav-index>li.has-child a {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
}

.head_nav-index li.has-child a b {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #111;
    border-radius: 2px;
    line-height: 15px;
    z-index: 999;
    position: relative;
}

.head_nav-index li.has-child a b:before,
.head_nav-index 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-index li.has-child a b:after {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.head_nav-index li,
.head_nav-index li.has-child {
    padding-left: 0;
    padding: 0;
}

.head_nav-index>li ul li:last-child {
    border-bottom: none;
}

.head_nav-index li.active>a>b:after {
    display: none;
}

.head_nav-index>li>a:hover b {
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.head_nav-index li li.has-child a b {
    width: 12px;
    height: 12px;
    line-height: 12px;
}

.head_nav-index li li.has-child a b:before,
.head_nav-index li li.has-child a b:after {
    width: 6px;
}

.head_nav-index li.nav-current>a b:before,
.head_nav-index li.nav-current>a b:after {
    background: #e60012;
}

.web_head-index .nav_wrap-index {
    display: none;
}

.head_nav-index li.nav-current>a:after,
.head_nav-index li>a:after {
    display: none;
}

.head_nav-index li.nav-current,
.head_nav-index li.nav-current>a b {
    border-color: unset;
}

/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo-index {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo-index,
.change-language .prisna-wp-translate-seo-index {
    display: block;
}

.change-language .change-language-title-index,
.change-language .change-language-title-index a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.change-language .change-language-title-index a:after {
    display: inline-block;
    padding-left: 2px;
    content: "\f107";
    font-size: 20px;
    font-family: 'fontawesome';
}

.change-language: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 .change-language-cont {
    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 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;
}

.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;
}

.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 ::-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-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;
}

/* language end */
.web-search {
    display: block !important;
    /* 确保搜索功能显示 */
}

/*-------------------------------
			search  start
			----------------------------------*/
.container {
    position: relative;
    min-height: 100vh;
}

.search-ipt {
    font-size: 16px;
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.search-ipt::placeholder {
    font-size: 16px;
}

.web-search {
    display: flex;
    display: block;
    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: 0.25em;
    right: 1.25em;
    display: none;
    background-image: url(../img/PC/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: 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 {
    font-size: 16px;
    -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 {
    visibility: hidden;
    display: none;
    width: 100%;
    height: 180px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    margin: auto;
    border-radius: 8px;
    z-index: 100001;
    perspective: 911px;
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    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
                                    ----------------------------------*/

/*-------------------------------
						search  end
						----------------------------------*/
/* banner start */


.swiper-mobile {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.swiper-mobile .swiper-slide {
    width: 100%;
}

.swiper-mobile .swiper-slide img {
    width: 100%;
    height: 100%;
}



/* banner end */

/* banner-icon start */
.banner-logo-web {
    display: none;
}

.banner-logo-mobile {
    width: 100%;
    max-height: 92px;
    background-size: cover;
    background-image: url(../img/mobile/icon-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    box-sizing: border-box;
}

.banner-layout {
    margin: 0 auto;
}

.banner-icon-warp {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mySwiper-pc {
    display: none;
}

/* banner-icon end */

/* about start */
.about {
    margin-top: 8%;
}

.about-warp {
    background: #F0F6FF;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    box-sizing: border-box;
}

.about-warp .about-img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    margin-right: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.about-warp .about-img lite-youtube {
    border-radius: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 30px;
}

.about-warp .about-title {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
}

.about-warp .about-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    line-height: 1.5;
}

.about-warp .about-introduce {
    width: 95%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
    margin-top: 30px;
}

.about-warp .about-introduce a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #013078;
    line-height: 24px;
    opacity: 0.69;
}

.about-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 34px;
}

.about-info .about-item {
    width: 100%;
    margin-bottom: 17px;
}

.about-info .about-item a {
    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,
.about-info .check--btn::before {
    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;
    display: inline-block;
}

.about-btn a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
    margin-top: 40px;
}

.about-btn a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.about-btn a:hover {
    color: #000;
}

.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;
    -webkit-transform: scale(.6) translateX(60%);
    -ms-transform: scale(.6) translateX(60%);
    -o-transform: scale(.6) translateX(60%);
    transform: scale(.6) translateX(60%);
}

/* about end */

/* product start */

.products {
    width: 100%;
    height: 100%;
    background: #121214;
    margin-top: 8%;
}

.product-warp {
    padding: 60px 0;
    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;
}

.products .product-select a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 55px;
}

.products .product-title {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.products .product-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    color: #FFFFFF;
}

.products .product-introduct {
    display: none;
}


.product-list {
    display: none;
}

.product-lists {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 62px;
}

.product-lists .product-item {
    width: 384px;
    height: 519px;
    background-image: url(../img/mobile/product.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 28px;
    background-size: 100%;
    padding: 44px 15px 0 15px;
}


.product-lists .product-item .product-item-title {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-lists .product-item .product-item-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}

.product-lists .product-item:nth-child(2) .product-item-top .product-item-introduct,
.product-lists .product-item:nth-child(3) .product-item-top .product-item-introduct {
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
}

.product-lists .product-item .product-item-left .product-item-introduct a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.49;
}

.product-lists .product-item:first-child .product-item-left .product-item-introduct,
.product-lists .product-item:last-child .product-item-left .product-item-introduct {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
}

.product-lists .product-item .learn-more {
    margin-top: 31px;
}

.product-lists .product-item .learn-more a {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}

.product-lists .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-lists .product-item .learn-more a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.product-lists .product-item .learn-more a:hover {
    border-bottom: 1px solid var(--color-main);
}

.product-lists .product-item .learn-more a:hover {
    color: var(--color-main);
}

.product-lists .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-lists .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-lists .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-lists .product-item .learn-more :hover:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-lists .product-item .learn-more :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%);
}

.product-lists .product-item {
    position: relative;
    flex-direction: column;
}

.product-lists .product-item:first-child img {

    max-height: 279px;
    position: absolute;
    bottom: 0;
    right: 25px;
    max-width: 267px;
}


.product-lists .product-item:nth-child(2) img {
    max-width: 190px;
    max-height: 138px;
    position: absolute;
    bottom: 35px;
    right: 40px;
}

.product-lists .product-item:nth-child(3) img {
    max-width: 227px;
    max-height: 187px;
    position: absolute;
    bottom: 0;
    right: 65px;
}

.product-lists .product-item:nth-child(4) img {
    max-width: 227px;
    max-height: 187px;
    position: absolute;
    bottom: 35px;
    right: 65px;
}

.product-lists .product-item:last-child img {
    width: 147px;
    height: 223px;
    position: absolute;
    bottom: 25px;
    right: 100px;
}

/* product end */

/* trust us start */
.trust {
    margin-top: 8%;
}

.trust-wrap {
    width: 100%;
    background: #F0F6FF;
    border-radius: 30px;
    padding: 0 15px;
    padding-bottom: 20px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.trust-wrap .trust-left {
    padding-top: 66px;
    padding-bottom: 134px;
    box-sizing: border-box;
}

.trust-left .trust-title {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
}

.trust-left .trust-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    color: #121214;
}

.trust-left .trust-content {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
    margin-top: 40px;
}

.trust-left .trust-content a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #013078;
    line-height: 30px;
    opacity: 0.69;
}

.trust-left .learn-more {
    display: none;
}


.trust-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.comment-left {
    margin-bottom: 26px;
}

.comment-left,
.comment-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.comment-left .trust-comment-item:first-child,
.comment-right .trust-comment-item:first-child {
    margin-bottom: 25px;
}

.trust-comment-item {
    width: 334px;
    height: 288px;
    background-color: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0 0 10px #eee;
    background-repeat: no-repeat;
}

.trust-comment-item:nth-child(2n-1) {
    margin-right: 0;
}

.comment-left.trust-comment-item:first-child .comment-title,
.comment-right.trust-comment-item:first-child .comment-title {
    padding: 0 15px;
    padding-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
}



.trust-comment-item .comment-title {
    padding: 0 15px;
    padding-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
}

.trust-comment-item .comment-title a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #121214;
    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: 0px 0px 25px rgba(0, 0, 0, .2);
}

.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 .comment-user .user-info .user-identity {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    color: #121214;
    line-height: 24px;
    opacity: 0.69;
}

.trust-comment-item:hover {
    /* background-image: url(../img/PC/trust-comment.png); */
    background: #092248 !important;
}

.trust-comment-item:hover .comment-title {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.trust-comment-item:hover .comment-user .user-info .user-name {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.trust-comment-item:hover .comment-user .user-info .user-identity {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.69;
}

/* trust us end */

/* solutions start */
.solutions-box {
    width: 100%;
    /* background-image: url(../img/mobile/solutions-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 8%;

}

.solutions {
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 10%;
}

.solutions-warp {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.solutions-warp .solutions-txt {
    width: 100%;
    padding-top: 70px;
}

.solutions-warp .solutions-txt .solutions-title {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: v;
    text-overflow: ellipsis;
}

.solutions-warp .solutions-txt .solutions-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    color: #FFFFFF;
}

.solutions-warp .solutions-txt .solutions-content {
    width: 90%;
    text-align: left;
    margin-top: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
    color: #fff;
}

.solutions-warp .solutions-txt .solutions-content a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.89;
}

.solutions-warp .learn-more {
    margin-top: 60px;
}

.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:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.solutions-warp .learn-more :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%);
}

.solutions-img {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
    gap: 15px;
    box-sizing: border-box;
}

.solutions-img img {
    width: 184px;
    height: 244px;
    box-sizing: border-box;
    border-radius: 15px;
}

/* solutions end */

/* question start */
/* question start */
.question {
    margin-top: 5%;
}

.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: 20px;
    color: #000000;
    text-transform: capitalize;
}

.question-warp .question-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 36px;
}

.question-warp .question-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    color: #000000;
}

.question-warp .question-title a:hover {
    color: #007aff;
}

@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, rgb(0, 0, 0), rgb(9, 49, 111), rgb(1, 48, 120));
}

.question-list .question-item.active .question-item-title a {
    font-family: Kanit;
    font-weight: 400;
    font-size: 24px;
    color: rgb(255, 255, 255);
    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 0.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 0.3s ease;
    background-color: var(--color-main);
    border: 5px solid rgba(0, 0, 0, 0.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: 0.69;
}

/* question end */

/* question end */

/* contact start */
.contact-us {
    width: 100%;
    background-image: url(../img/mobile/contact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8%;
}

.contact-warp {
    padding-top: 66px;
}

.contact-box {
    background-image: url(../img/mobile/contact.png);
    background-repeat: no-repeat;
    padding: 63px 25px;
    box-sizing: border-box;
}

.contact-box .contact-title {
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
    color: #fff;
}

.contact-box .contact-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 50px;
}

.contact-box .contact-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
    color: #fff;
}

.contact-box .contact-content a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.89;
}

.contact-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 71px;
}

.contact-btn .contact--btn a {
    border-radius: 27px;
    background-color: var(--color-main);
    border: none;
    padding: 12px 20px;
    text-align: center;
}

.contact-btn .contact--btn a:hover {
    background-color: #ffde24;

}

.contact-btn .contact--btn a:hover {
    color: #000;

}

.contact-btn .contact--btn a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
}

.contact-btn .book-demo {
    display: none;
}

.contact-btn .btn--contact a {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}

.contact-btn .btn--contact {
    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 .btn--contact a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.contact-btn .btn--contact:after,
.contact-btn .btn--contact: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 .btn--contact: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 .btn--contact:hover:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.contact-btn .btn--contact: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%);
}

/* contact end */
.presence {
    width: 100%;
    margin-top: 8%;
}

.presence .presence-tips {
    text-align: center;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 55px;
}

.presence .presence-title {
    text-align: center;
}

.presence .presence-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #000000;
    line-height: 55px;
}

.presence .presence-wrap {
    margin-top: 40px;
}

.presence .presence-wrap ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.presence .presence-wrap ul li {
    width: 100%;
    margin-bottom: 40px;
}

.presence .presence-wrap ul li {
    display: none;
}

.presence .presence-wrap ul li:first-child,
.presence .presence-wrap ul li:nth-child(2) {
    display: block !important;
}

.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: 18px;
    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 start */
.blog {
    margin-top: 8%;
}

.blog-title {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    padding: 0 15px;
}

.blog-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #000000;
}

.blog-tips {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
}

.blog-tips a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    color: #000000;
}

.blog-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 47px;
}

.blog-item {
    padding: 26px;
    box-sizing: border-box;
    background: #F3F7FE;
    border-radius: 30px;
}

.blog-img {
    width: 100%;
    height: auto;
    position: relative;
}

.blog-img a {
    position: absolute;
    bottom: 19px;
    left: 16px;
    padding: 10px 9px;
    background-color: #0B68F2;
    border-radius: 30px;
    border: none;
}

.blog-img a {
    font-family: 'Kanit-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
}

.blog-item-title {
    margin-top: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
}

.blog-item-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
}

.blog-content {
    display: none;
}


.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: 0.49;
}

/* blog end */

/* footer start */


.web_footer {
    width: 100%;
    /*height: 1398px;*/
    background-size: cover;
    padding: 52px 0;
    background: linear-gradient(to top right, #05224f, #000000, #000000);
    margin-top: 70px;
}

.foor_service {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.web_footer .foot_info {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.web_footer .foot_logo-index {
    width: 88px;
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
    margin-bottom: 29px;
}

.web_footer .foot_logo-index img {
    width: 88px;
}

.foot_info .foot_text {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: ellipsis;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.49;
}


.foot_info .foot_text a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.49;
}


.foot_input {
    display: none;
}

.foot_inputs {
    margin-top: 55px;
}

.foot_inputs .foot_email {
    margin-bottom: 40px;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
}

.foot_inputs .foot_email a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
}


.foot_inputs input {
    width: 100%;
    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;
    margin-bottom: 15px;
}

.foot_inputs input::placeholder {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: rgba(1, 48, 120, 0.49);
    line-height: 30px;
}

.foot_inputs .subscribe-btn a {
    width: 100%;
    height: 53px;
    line-height: 53px;
    border-radius: 27px;
    background-color: var(--color-main);
    border: none;
    padding: 0 25px;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.foot_inputs .subscribe-btn a:hover {
    transform: translateY(-5px);
    transition: all .3s ease;
}

.foot_inputs .subscribe-btn a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
}

.foot_inputs .subscribe-btn .a {
    width: 100%;
    height: 53px;
    line-height: 53px;
    border-radius: 27px;
    background-color: var(--color-main);
    border: none;
    padding: 0 25px;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.foot_inputs .subscribe-btn .a:hover {
    transform: translateY(-5px);
    transition: all .3s ease;
}

.foot_inputs .subscribe-btn .a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    display: block;
}

.foot_links {
    margin-top: 40px;
}

.foot_links .links-title,
.foot_links .links-title a {
    font-family: 'Kanit-Medium';
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
}

.foot_links .link-list {
    margin-top: 33px;
}

.foot_links .link-list ul li a {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    opacity: 0.49;
}

.foot_links .link-list ul li a:hover {
    color: #FFFFFF;
    opacity: 1;
}

.foot_contact {
    margin-top: 40px;

}

.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;
}

.link-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.link-item b {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    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;
    line-height: 36px;
    opacity: 0.49;
}

.link-item span a:last-child {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.social-media {
    display: flex;
    justify-content: space-around;
    margin-top: 74px;
    /*gap: 32px;*/
}

.social-media .media-icon {
    width: 56px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.copyright {
    width: 100%;
    background: linear-gradient(to right, #052049, #000000);
    margin-top: 25px;
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.29);
    background: rgba(11, 104, 242, 0.13);
}

.copyright .layout div:first-child {
    width: 100%;
    text-align: center;
}

.copyright .layoutg {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding-bottom: 20%;*/

}

.copyright a {
    text-align: center;
    width: 100%;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.29;
}

.foot-icons {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: linear-gradient(to right, #052049, #000000);
    background-color: var(--conmmonSideColor-color);
    z-index: 999;
}

.foot_icon {
    width: 33%;
    background-color: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.sitemap-content {
    padding: 100px 0 30px !important;
}

.foot_icon img {
    width: 36px;
    height: 36px;
}

/* footer end */
.change-language-cont li {
    width: 100%;
}

.change-language-cont {
    display: flex;
    flex-wrap: wrap;
}

.language--img {
    background: url(/template1/img/all-lan.jpg)no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px;
}

.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;
}

.change-empty-index {
    display: none !important;
}

.home_talk .bg {
    height: 623px;
}

.product-view .product-image {
    display: none;
}

.product-view {
    margin: 0 !important;
}

.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;
}

@media screen and (max-width:950px) {
    .head-search .search-ipt {
        position: unset;
        height: 40px;
    }
.head_nav-index>li>a:hover b {
    -webkit-transform: initial;
    -o-transform: initial;
    transform: initial;
    -ms-transform: initial;
}

    .search-attr {
        display: none !important;
    }

    .head-search form {
        display: flex;
        align-items: center;
    }

    .head-search .search-btn {
        padding: 0;
        margin: 0;
        flex-shrink: 0;
        position: unset;
        background: url(../img/mobile/search-btn.png) no-repeat center #666;
    }
}

.trust-wrap .trust-left {
    padding: 3% 0 5%;
}

.trust-comment-item {
    width: 100%;
}

.sitemap-logo-boxs {
    background: #ccc !important;
}



@media only screen and (max-width: 950px) {
    .product .model .ulist .item .describe .content {
        display: none !important;
    }
}