@charset "utf-8";

html {
	font-size: 625%;
}

body {
	font-size: 14px;
	background: #FFF;
}

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
						----------------------------------*/

/* clear floating */
.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: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,
.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;
}

/* layout */
body {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	overflow-x: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.layout {
	width: 1400px;
	margin: 0 auto;
}

@media (max-width:1440px) {
	.layout {
		width: 95%;
	}
}

.z9999 {
	z-index: 9999 !important;
}

.hide {
	display: none;
}

/*gotop*/
.gotop {
	position: fixed;
	text-align: center;
	right: 15px;
	bottom: 50px;
	color: #fff;
	background-color: rgba(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);
}

/* transition */
.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;
}

/* grid */
.sys-layer {
	margin: 0 auto;
}

.sys-row {
	margin: 0 -8px;
}

.sys-col {
	float: left;
}

.sys-col-inner {
	margin: 0 8px;
}

.sys-col-md {
	float: left;
}

.sys-col-md-12 {
	width: 100%;
}

.sys-col-md-11 {
	width: 91.66666667%;
}

.sys-col-md-10 {
	width: 83.33333333%;
}

.sys-col-md-9 {
	width: 75%;
}

.sys-col-md-8 {
	width: 66.66666667%;
}

.sys-col-md-7 {
	width: 58.33333333%;
}

.sys-col-md-6 {
	width: 50%;
}

.sys-col-md-5 {
	width: 41.66666667%;
}

.sys-col-md-4 {
	width: 33.33333333%;
}

.sys-col-md-3 {
	width: 25%;
}

.sys-col-md-2 {
	width: 16.66666667%;
}

.sys-col-md-1 {
	width: 8.33333333%;
}

/* float */
.sys_fl {
	float: left !important;
}

.sys_fr {
	float: right !important;
}

/* flex */
.flex_row,
.items_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex_row_nowrap {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

/* button */
.sys_btn {
	display: inline-block;
	padding: 10px 28px;
	text-transform: uppercase;
	background-color: #0b017e;
	color: #fff !important;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.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, .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, .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, .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, .1)
	}
}


/* placeholder */
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;
}


/* box-sizing */
.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;
}

/* font-family */
.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';
}


/*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: relative;
}

.web_head-index {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	top: 0;
	z-index: 9999;
	width: 100%;
	background-color: #000 !important;

}

.mobile_head-index {
	display: none;
}

.web_head-index .header_layout {
	width: 100%;
	padding: 20px 2%;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.5s ease;
}

.fixed .header_layout {
	padding: 5px 2% !important;
}

@media (max-width:1440px) {
	.web_head-index .header_layout {
		width: 95%;
		margin: 0 auto;
		padding: 20px 0;
	}
}

.fixed {
	box-sizing: border-box;
	background-color: #000000;
	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-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%);
}

/*nav_wrap*/

.web_head-index .logo-index img {
	width: auto;
	min-width: 128px;
	min-height: 48px;
	max-height: 50px;
	object-fit: cover;
	margin-right: 20px;
}

.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, .2);
}

/*nav*/
.web_head-index .nav_wrap-index {
	width: 75%;
	position: relative;
	display: flex;
	align-items: center;
}

@media (max-width:1850px) {
	.web_head-index .nav_wrap-index {
		width: 65%;
	}
}

@media (max-width:1640px) {
	.web_head-index .nav_wrap-index {
		width: 70%;
	}

	.web_head-index .logo-index {
		width: auto !important;
	}

	@media (max-width:1300px) {
		.web_head-index .nav_wrap-index {
			width: 75% !important;
		}

		.operate-info {
			width: auto !important;
		}


	}
}


.web_head-index .nav_wrap-index .head_nav-index {
	position: relative;
}

.head_nav-index li,
.head_nav-index li a {
	letter-spacing: -.5px;
	color: #665e5e;
	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: 1.5;
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	opacity: 0.49;
}

.head_nav-index>li.current-nav>a {
	color: #FFF;
	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: #fff;
	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, .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: 37px;
	border-bottom: 1px solid #d4d4d4;
	padding: 0 10px;
}

.head_nav-index>li ul li:hover a {
	color: #333;
	opacity: 1;
}

.head_nav-index>li ul li.current-nav>a {
	color: #333;
	opacity: 1;
}

.head_nav-index>li ul li a {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	opacity: 0.49;
}

.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: #fff;
	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: #FFFFFF;
	-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 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.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;
}

/*-------------------------------
			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-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: #FFFFFF;
}

.change-language-index .change-language-title-index a:after {
	display: inline-block;
	padding-left: 2px;
	content: "\f107";
	font-size: 20px;
	font-family: 'fontawesome';
}

.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 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-index:hover .change-language-cont-index {
	visibility: visible;
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.change-language-index .change-language-cont-index 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-index .change-language-cont-index li a:hover {
	color: #e60012;
}

.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, .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;
}

/* language end */

.operate-info {
	width: 67%;
	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: 35px;
	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-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: #FFFFFF;
}

.email-index:hover a {
	text-decoration: underline;
}

.web_head-index .phone-index {
	position: relative;
	display: flex;
	margin-left: 25px;
}

.web_head-index .phone-index:hover a {
	text-decoration: underline;
}

.phone-index .phone-icon {
	display: inline-block;
	width: 35px;
	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-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: #FFFFFF;
	white-space: nowrap;
}

.getQuote a {
	width: 95%;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 5px solid #4e4e4e;
	border-radius: 50px;
	background-repeat: no-repeat;
	max-width: 181px;
	margin-left: 25px;
	background: transparent;
}

.getQuote a {
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

@media (max-width:1640px) and (min-width:950px) {
	.getQuote {
		display: none;
	}

	.head_nav-index>li {
		padding: 0 10px;
	}

	.web_head-index .change-language-index {
		width: 10%;
	}


	.head_nav-index>li>a {
		font-size: 16px;
	}

	.email-index a,
	.phone-index a {
		font-size: 15px;
	}

	@media (max-width:1270px) {
		.web_head-index .phone-index {
			display: none;
		}
	}

	@media (max-width:1200px) {
		.head_nav-index>li>a {
			font-size: 16px;
		}

		.phone-index a {
			font-size: 16px;
		}

		.email-index a {
			font-size: 16px;
		}

		.web_head-index .phone-index {
			margin-left: 15px;
		}

		.contact-info {
			display: none;
		}

		.web_head-index .nav_wrap-index {
			width: auto;
		}

		.operate-info {
			width: auto;
		}

		.web_head-index .header_layout {
			justify-content: space-between;
		}

		.web_head-index .phone-index {
			margin-left: 15px;
		}
	}

	@media (max-width:1100px) {

		.web_head-index .header_layout {
			padding: 30px 2%;
		}

		.head_nav-index>li>a {
			line-height: 30px;
		}
	}



}




/*-------------------------------
			search  start
			----------------------------------*/
.container {
	min-height: 100vh;
}

.search-ipt {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}

.web-search-index {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	visibility: hidden;
}

.web-search-index .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-index .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-index .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-index .search-ipt::-webkit-input-placeholder {
	color: #333;
	font-weight: bold;
}

.web-search-index .search-ipt::-moz-placeholder {
	opacity: 1;
	color: #333;
	font-weight: bold;
}

.web-search-index .search-ipt:-ms-input-placeholder {
	color: #333;
	font-weight: bold;
}

.web-search-index .search-ipt::-webkit-search-cancel-button,
.web-search-index .search-ipt::-webkit-search-decoration {
	-webkit-appearance: none;
}

.web-search-index .search-ipt::-ms-clear {
	display: none;
}

.web-search-index .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-index {
	pointer-events: none;
}

.js .search--open {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.web-search-index .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-index .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-index .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: none;
}

.js .web-search-index .search-ipt,
.web-search-index .search-attr {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.js .search--open .search-ipt {
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.js .search--open .search-btn {
	display: none !important;
}

.web-search-index .search-attr {
	padding-bottom: 0;
}

.js .web-search-index {
	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-index::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255, 255, 255, 0.98);
	background-color: #fff;
	-webkit-transform: translateY(-30%) scale(1, 0);
	-ms-transform: translateY(-30%) scale(1, 0);
	-o-transform: translateY(-30%) scale(1, 0);
	transform: translateY(-30%) scale(1, 0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.js .search--open::before {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.main-wrap--move:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
}

/*-------------------------------
						search  end
						----------------------------------*/

/* banner start */

.mySwiper-pc {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.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 end */

/* banner-icon start */
.banner-logo-web {
	width: 100%;
	background-image: url(../img/PC/icon-banckground.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
	box-sizing: border-box;
}

.banner-logo-mobile {
	display: none;
}

.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: 15%;
	margin-right: 20px;
}

@media (max-width:1024px) {
	.banner-icon-item {
		margin-right: 15px;
	}
}

.banner-icon-item img {
	padding: 10px 20px;
	width: 100%;
	height: 100%;
}

.banner-icon-item:last-child {
	margin-right: 0;
}

.banner-icon-item:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* banner-icon end */

/* about start */
.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;
	-webkit-transition: all .5s ease-out 0ms;
	-moz-transition: all .5s ease-out 0ms;
	-o-transition: all .5s ease-out 0ms;
	transition: all .5s ease-out 0ms;

}


.about-warp .about-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	-webkit-transition: all .5s ease-out 0ms;
	-moz-transition: all .5s ease-out 0ms;
	-o-transition: all .5s ease-out 0ms;
	transition: all .5s ease-out 0ms;

}

.about-warp .about-img:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.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:hover a {
	text-decoration: underline;
}

@media (max-width:1440px) {

	.about-warp .about-title a {
		font-size: 40px;
		line-height: 50px;
	}
}

.about-warp .about-introduce {
	width: 100%;
	height: 96px;
	overflow: hidden;
	margin-top: 15px;
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 16px;
	color: #013078;
	line-height: 24px;
	opacity: 0.69;
}

.about-info {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}


.about-info .about-item {
	width: 48%;
	margin-bottom: 17px;
	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;
}

@media (max-width:1300px) {
	.about-info {
		flex-direction: column;
	}

	.about-info .about-item {
		width: 100% !important;
	}

	.about-info .about-item {
		justify-content: flex-start !important;
	}
}

.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 a {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	padding-bottom: 5px;
}

.about-btn a:hover {
	color: #0B68F2;
}

.about-btn a::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 135%;
	height: 1px;
	transform: scaleX(1);
	background-color: rgba(18, 18, 20, 0.49);
	transition: transform .5s ease;

}

.about-btn a:hover::before {
	transform: scaleX(1.2);
	background-color: #0B68F2;
}

.about-btn a:after {
	content: '';
	display: inline-block;
	position: absolute;

	width: 35px;
	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 a:hover:after {
	background-image: url(../img/PC/arrow-right3.png);
}

/* about end */

/* product start */

.product-box {
	width: 100%;
	height: 100%;
	background: #121214;
	margin-top: 5%;
}

.product-warp {
	padding: 5% 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 {
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 55px;
}

.products .product-title {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	border: none;
}

.products .product-title a {
	display: inline-block;
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 50px;
	color: #FFFFFF;
	line-height: 55px;
}

.products .product-title:hover a {
	text-decoration: underline;
}

@media (max-width:1440px) {

	.products .product-title a {
		font-size: 40px;
		line-height: 50px;
	}
}

.products .product-introduct {
	width: 40%;
	text-align: center;
	margin-top: 20px;
}

.products .product-introduct a {
	width: 50%;
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.49;
}

.product-list {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 62px;
}

.product-lists {
	display: none;
}

.product-list .product-item:first-child {
	width: 55%;
	height: 363px;
	background-image: url(../img/PC/product-background1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 28px;
	padding-left: 38px;
	overflow: hidden;
}

.product-list .product-item:nth-child(2) {
	width: 40%;
	height: 363px;

	background-image: url(../img/PC/product-background2.png);
	background-repeat: no-repeat;
	padding-left: 38px;
	margin-bottom: 28px;
	background-size: 100%;
}

.product-list .product-item:nth-child(3) {
	width: 40%;
	height: 363px;

	background-image: url(../img/PC/product-background3.png);
	background-repeat: no-repeat;
	padding-left: 38px;
	background-size: 100%;
}

.product-list .product-item:last-child {
	width: 55%;
	height: 363px;
	background-image: url(../img/PC/product-background1.png);
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-start;
	padding-left: 38px;
	background-size: 100%;
}

@media (max-width:1440px) {
	.product-list .product-item:first-child {
		width: 55%;
		background-image: url(../img/PC/product-background1.png);
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		justify-content: flex-start;
		margin-bottom: 28px;
		padding-left: 38px;
		overflow: hidden;
	}

	.product-list .product-item:nth-child(2) {
		width: 40%;
		background-image: url(../img/PC/product-background2.png);
		background-repeat: no-repeat;
		padding-left: 38px;
		margin-bottom: 28px;
		background-size: cover;
	}

	.product-list .product-item:nth-child(3) {
		width: 40%;
		background-image: url(../img/PC/product-background3.png);
		background-repeat: no-repeat;
		padding-left: 38px;
		background-size: cover;
	}

	.product-list .product-item:last-child {
		width: 55%;
		height: 363px;
		background-image: url(../img/PC/product-background1.png);
		background-repeat: no-repeat;
		display: flex;
		justify-content: flex-start;
		padding-left: 38px;
		background-size: cover;
	}
}

.product-list .product-item:nth-child(2n-1) {
	margin-right: 28px;
}

.product-list .product-item .product-item-left,
.product-list .product-item .product-item-top {
	padding-top: 44px;
}


.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;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width:1200px) {

	.product-list .product-item .product-item-left .product-item-title a,
	.product-list .product-item .product-item-top .product-item-title a {
		font-size: 24px;
		line-height: 40px;
	}
}

.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: 18px;
	color: #FFFFFF;
	opacity: 0.49;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width:1200px) {

	.product-list .product-item .product-item-left .product-item-introduct a,
	.product-list .product-item .product-item-top .product-item-introduct a {
		font-size: 16px;
		line-height: 30px;
	}
}

.product-list .product-item:first-child .product-item-left .product-item-introduct,
.product-list .product-item:last-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 .product-item .learn-more {
	margin-top: 109px;
}

.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 a {
	display: inline-block;
	position: relative;
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.product-list .product-item .learn-more a::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	transform: scaleX(1);
	background-color: rgba(255, 255, 255, 0.49);
	transition: transform .5s ease;
}

.product-list .product-item .learn-more a:hover::before {
	transform: scaleX(1.2);
	background-color: #0B68F2;
}

.product-list .product-item .learn-more a:hover {
	color: #0B68F2;
}

.product-list .product-item .learn-more a:after {
	content: '';
	display: inline-block;
	width: 35px;
	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 a:hover:after {
	background-image: url(../img/PC/arrow-right3.png);
}


.product-list .product-item {
	position: relative;
	background-size: 100% 100% !important;
}

.product-list .product-item:first-child img {
	width: 100%;
	height: 100%;
	max-width: 377px;
	max-height: 430px;
	position: absolute;
	bottom: -30px;
	right: -50px;

}

@media (max-width:1360px) {
	.product-list .product-item:first-child img {
		max-width: 230px;
		max-height: 300px;
		bottom: -20px;
		right: 0;
	}
}

.product-list .product-item:nth-child(2) img {
	width: 100%;
	height: 100%;
	max-width: 386px;
	max-height: 197px;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width:1360px) {
	.product-list .product-item:nth-child(2) img {
		max-width: 230px;
		max-height: 160px;
	}
}

.product-list .product-item:nth-child(2) .learn-more {
	margin-top: 75px;
}

.product-list .product-item:nth-child(3) img {
	width: 100%;
	height: 100%;
	max-width: 270px;
	max-height: 180px;
	position: absolute;
	bottom: -15px;
	right: 15px;
}

@media (max-width:1360px) {
	.product-list .product-item:nth-child(3) img {
		max-width: 200px !important;
		max-height: 150px !important;
		right: 0 !important;
	}
}

.product-list .product-item:nth-child(3) .learn-more {
	margin-top: 60px;
}

.product-list .product-item:last-child img {
	width: 100%;
	height: 100%;
	max-width: 330px;
	max-height: 260px;
	position: absolute;
	bottom: 35px;
	right: 25px;

}

@media (max-width:1360px) {
	.product-list .product-item:last-child img {
		right: 0;
	}
}

/* product end */

/* trust us start */
.trust-us {
	margin-top: 135px;
}

.trust-wrap {
	width: 100%;
	background: #F0F6FF;
	border-radius: 30px;
	padding: 0 67px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

@media (max-width:1440px) {
	.trust-wrap {
		padding: 0 2%;
	}
}

.trust-wrap .trust-left {
	width: 90%;
	padding: 5% 0 9%;
	box-sizing: border-box;
}


.trust-left .trust-title {
	width: 45%;
	text-align: left;
}

.trust-left .trust-title a {
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 50px;
	color: #121214;
	line-height: 55px;
}


.trust-left .trust-content {
	width: 40%;
	text-align: left;
	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 {
	margin-top: 60px;
}

.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 a {
	font-family: 'Kanit';
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	padding-bottom: 10px;
	position: relative;
}

.trust-left .learn-more:hover a {
	color: #0B68F2;
}

.trust-left .learn-more a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scaleX(1);
	transition: transform .5s ease;
	background-color: rgba(18, 18, 20, 0.49);
}

.trust-left .learn-more a:after {
	content: '';
	display: inline-block;
	width: 35px;
	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 a:hover:after {
	background-image: url(../img/PC/arrow-right3.png);
}

.trust-left .learn-more a:hover:before {
	transform: scaleX(1.2);
	background-color: #0B68F2;
}

.trust-right {
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.comment-left {
	position: absolute;
	top: 61px;
	right: 398px;
}

.comment-right {
	position: absolute;
	top: -61px;
	right: 0;
}

@media (max-width:1200px) {
	.comment-right {
		right: -30px;
	}

	.comment-left {
		right: 300px;
	}
}

@media (max-width:1640px) {
	.trust-wrap .trust-left {
		width: 60%;
	}

	.trust-left .trust-title a {
		font-size: 45px;
	}

	.trust-left .trust-title {
		width: 55% !important;
	}

	.trust-left .trust-content {
		width: 55% !important;
	}
}

@media (max-width:1440px) {
	.trust-left .trust-title a {
		font-size: 40px;
		line-height: 50px;
	}
}

.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;
}

@media (max-width:1200px) {
	.trust-comment-item {
		width: 300px;
		height: 270px;
	}

	.trust-left .trust-title {
		width: 65%;
	}

	.trust-left .trust-content {
		width: 60%;
	}
}

.trust-comment-item:hover {
	background-image: url(../img/PC/trust-comment.png);
}

.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;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}



.trust-comment-item .comment-title {
	padding: 0 15px;
	padding-top: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trust-comment-item .comment-title a {
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 18px;
	color: #121214;
	line-height: 24px;
}

.trust-comment-item:hover .comment-title a {
	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: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.comment-user .user-avatar img {
	width: 50px;
	height: 50px;
	border: 2px solid white;
	border-radius: 100%;
	-moz-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
	-webkit-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
	box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
}


.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: 0.69;
}

.trust-comment-item:hover .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 {
	margin-top: 5%;
}

@media (max-width:1640px) {
	.solutions-box {
		margin-top: 7%;
	}
}

.solutions {
	width: 100%;
	height: 780px;
	background-image: url(../img/PC/solutions-background.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.solutions-warp {
	display: flex;
	justify-content: space-around;
}

.solutions-warp .solutions-txt {
	width: 40%;
	padding-top: 242px;
}

.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;
}

@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;
}

.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: #0B68F2;
	border: 2px solid #0B68F2;
	padding: 15px 20px;
	padding-right: 50px;
	box-sizing: border-box;
	border-radius: 50px;
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 18px;
	color: #FFF;
}

.solutions-warp .learn-more a:hover {
	background-color: #FFFFFF;
	color: #0B68F2;
}

.solutions-warp .learn-more a:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 35px;
	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;
}

.solutions-warp .learn-more a:hover:after {
	background-image: url(../img/PC/arrow-right3.png);
}

.solutions-img {
	width: 60%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	padding-top: 176px;
	box-sizing: border-box;
}

.solutions-img a {
	width: 48%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 60%;
	margin-left: 25px;
}

.solutions-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	box-sizing: border-box;
	border-radius: 10px;

}

/* solutions end */

/* question start */
.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 a {
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	line-height: 55px;
	text-transform: capitalize;
}

.question-warp .question-title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 76px;
}

.question-warp .question-title a {
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 50px;
	color: #000000;
	line-height: 55px;
}

.question-warp .question-title:hover a {
	text-decoration: underline;
}

@media (max-width:1440px) {
	.question-warp .question-title a {
		font-size: 40px;
		line-height: 50px;
	}
}


.faq_list .faq_item {
	margin-bottom: 20px;
}

.faq_list .faq_item .faq_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);
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	line-height: 30px;
}

.faq_list .faq_item.active .faq_title {
	color: #FFF;
	background: linear-gradient(to right, #000, #09316f, #013078);
}

.faq_list .faq_title {
	z-index: 9999;
	cursor: pointer;
}

.faq_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%;
}

.faq_list .faq_item.active .question--btn {
	width: 39px;
	height: 39px;
	background-image: url(../img/PC/bottom.png);
	background-size: contain;
	transition: transform 0.3s ease;
	background-color: #0B68F2;
	border: 5px solid rgba(0, 0, 0, 0.29);
	border-radius: 50%;
}


.faq_list .faq_cont {
	display: none;
}

.faq_list .faq_item.active .faq_cont {
	display: block;
}

.faq_item .faq_cont {
	padding: 24px 33px;
	box-sizing: border-box;
}

.faq_item .faq_cont {
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 18px;
	color: #013078;
	line-height: 30px;
	opacity: 0.69;
}

/* question end */

/* contact start */
.contact-us {
	width: 100%;
	height: 623px;
	background-image: url(../img/PC/contact-background.png);
	margin-top: 101px;
}

.contact-warp {
	padding-top: 126px;
}

.contact-box {
	width: 655px;
	height: 498px;
	background-image: url(../img/PC/contact.png);
	background-repeat: no-repeat;
	padding: 57px 73px;
	box-sizing: border-box;
}

.contact-box .contact-title {
	margin-bottom: 38px;
}

.contact-box .contact-title a {
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 50px;
	color: #FFFFFF;
	line-height: 55px;
}

.contact-box .contact-title:hover a {
	text-decoration: underline;
}

@media (max-width:1440px) {
	.contact-box .contact-title a {
		font-size: 40px;
		line-height: 50px;
	}
}

.contact-box .contact-content a {
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.89;
}

.contact-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 71px;
}

.contact-btn .contact--btn a {
	background-color: #0B68F2;
	border: 2px solid #0B68F2;
	padding: 15px 20px;
	padding-right: 50px;
	box-sizing: border-box;
	border-radius: 50px;
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 18px;
	color: #FFF;
	position: relative;
}

.contact-btn .contact--btn a:hover {
	color: #0B68F2;
	background-color: #FFFFFF;

}

.contact-btn .contact--btn a:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 35px;
	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 .contact--btn a:hover:after {
	background-image: url(../img/PC/arrow-right3.png);
}

.contact-btn .contact--btn a {
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 18px;
	color: #FFF;
	display: block;
}

.contact-btn .book-demo {
	margin-left: 42px;
}


.contact-btn .book-demo a {
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
}

.contact-btn .book-demo a:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.49);
	transform: scaleX(1);
	transition: transform .5s ease;
}

.contact-btn .book-demo a:hover:before {
	transform: scaleX(1.2);
	background-color: #0B68F2;
}

.contact-btn .book-demo a:hover {
	color: #0B68F2;
}

.contact-btn .book-demo a:after {
	content: '';
	display: inline-block;
	width: 35px;
	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 a:hover:after {
	background-image: url(../img/PC/arrow-right3.png);
}

/* contact end */

/* blog start */
.blog {
	margin: 4% 0;
}

.blog-title {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blog-title a {
	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:hover a {
	text-decoration: underline;
}

@media (max-width:1440px) {
	.blog-tips a {
		font-size: 40px;
		line-height: 50px;
	}
}

.blog-box {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog-item {
	width: 30%;
	padding: 30px;
	box-sizing: border-box;
	background: #F3F7FE;
	border-radius: 10px;
}

.blog-item:nth-child(2n+1) {
	background: #F3F7FE !important;
}

@media (max-width:1550px) {
	.blog-item {
		width: 30%;
	}
}

.blog-img {
	width: 100%;
	height: auto;
	position: relative;
}

.blog-img a {
	padding: 8px 15px;
	background: #0B68F2;
	border-radius: 22px;
	border: none;
	position: absolute;
	bottom: 22px;
	left: 18px;
}

.blog-img a {
	font-family: 'Kanit-Light';
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
}

.blog-item-title {
	height: 107px;
	margin-top: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-item-title a {
	font-family: 'Kanit-Medium';
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	line-height: 36px;
}

.blog-item-title:hover a {
	color: #0B68F2;
}

.blog-content {
	height: 120px;
	margin-top: 29px;
	overflow: hidden;
}

.blog-content a {
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 16px;
	color: #013078;
	line-height: 24px;
	opacity: 0.49;
}

.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-time a::before {
	content: '—';
	font-family: Kanit;
	font-weight: 400;
	font-size: 16px;
	color: #013078;
	line-height: 24px;
}

/* blog end */

.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;
}

/* footer start */


.web_footer {
	width: 100%;
	padding: 5% 0;
	padding-bottom: 0;
	background-image: url(../img/PC/footer-background.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.foor_service {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.web_footer .foot_info {
	width: 45%;
	display: inline-block;
	box-sizing: border-box;
}

.web_footer .foot_logo-index {
	display: inline-block;
	max-width: 95%;
	vertical-align: middle;
	margin-bottom: 29px;
}

.web_footer .foot_logo-index img {
	max-height: 130px;
}

.foot_info .foot_text {
	width: 85%;
}

.foot_info .foot_text {
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.49;
}

.foot_info .foot_email {
	margin-top: 50px;
	margin-bottom: 33px;
}

.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;
}

@media (max-width:1200px) {
	.foot_info .foot_input input {
		width: 270px;
	}
}

.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 {
	border-radius: 27px;
	border: 2px solid #0B68F2;
	background-color: #0B68F2;
	margin-left: 19px;
	padding: 10px 25px;
	box-sizing: border-box;
}

.foot_info .foot_input .subscribe-btn a:hover {
	background-color: #FFFFFF;
}

.foot_info .foot_input .subscribe-btn a:hover {
	color: #0B68F2;

}

.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 .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: 0.49;
}

.foot_links .link-list ul li a:hover {
	color: #FFFFFF;
	opacity: 1;
}

.foot_contact {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

}

.foot_links {
	width: 25%;
}

.foot_contact .contact-title {
	margin-bottom: 43px;
}

.foot_contact .contact-title {
	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: 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: 0.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: 55px;
}

.social-media .media-icon {
	width: 54px;
	height: 54px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	text-align: center;
	line-height: 54px;
	margin-right: 32px;
}

.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;

	color: #FFFFFF;
}

.copyright .layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright a {
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.29;
}

.copyright a:hover {
	opacity: 1 !important;
}

.copyright>div>div:first-child {
	width: 50%;
}

.copyright>div>div:last-child {
	width: 50%;
	display: flex;
	justify-content: flex-end;

}

.copyright div:last-child a:first-child {
	margin-right: 30px;
}

.foot-icons {
	display: none;
}

/* footer end */

.change-language-cont li {
	width: 100%;
}

.change-language-cont {
	display: flex;
	flex-wrap: wrap;
}

/* .language--img {
	background: url(<?php echo GR_JSCSS('/template1/img/all-lan.jpg')?>)no-repeat center center;
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-right: 6px;
} */
.privacy-main {
	padding-top: 40px !important;
}

.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;
}

.banner-plogo {
	width: 100%;
	background-image: url(../img/PC/icon-banckground.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
	box-sizing: border-box;
}

.banner-plogo .swiper-slide {
	padding: 10px 20px;
}

.banner-plogo .swiper-slide img {
	width: 100%;
}

.banner-plogo .swiper-slide:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.sitemap-logo-boxs .sep-container h1 span {
    color: #FFFFFF !important;
}


.sitemap-logo-boxs .sep-container h2 i{
	background: rgb(3,109,183) !important;
	border-right: 1px solid #FFF !important;
}

