html {
	font-size: 16px;
}

@font-face {
	font-family: 'Kanit-Medium';
	src: url('fonts/Kanit-Medium.eot');
	src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Medium.woff') format('woff'),
		url('fonts/Kanit-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansThai-Light';
	src: url('fonts/IBMPlexSansThai-Light.eot');
	src: url('fonts/IBMPlexSansThai-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/IBMPlexSansThai-Light.woff') format('woff'),
		url('fonts/IBMPlexSansThai-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansThai-Regular';
	src: url('fonts/IBMPlexSansThai-Regular.eot');
	src: url('fonts/IBMPlexSansThai-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/IBMPlexSansThai-Regular.woff') format('woff'),
		url('fonts/IBMPlexSansThai-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansThai-Medium';
	src: url('fonts/IBMPlexSansThai-Medium.eot');
	src: url('fonts/IBMPlexSansThai-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/IBMPlexSansThai-Medium.woff') format('woff'),
		url('fonts/IBMPlexSansThai-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IBMPlexSansThai-SemiBold';
	src: url('fonts/IBMPlexSansThai-SemiBold.eot');
	src: url('fonts/IBMPlexSansThai-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/IBMPlexSansThai-SemiBold.woff') format('woff'),
		url('fonts/IBMPlexSansThai-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'IBMPlexSansThai-Light';
	cursor: default;
	position: relative;
	line-height: 1.5;
	font-size: 1rem;
	overflow-x: hidden;
	color: #0d161f;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;

}

#nav-icon3 {
	z-index: 56;
	width: 35px;
	height: 25px;
	position: relative;
	top: 0;
	right: 0;
	left: auto;
	margin: 0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #8dafdf;
	border-radius: 4px;
	opacity: 1;
	right: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 10px;
}

#nav-icon3 span:nth-child(4) {
	top: 20px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80%;
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/*///////////Start-Header///////////////*/
.searchmobile {
	padding: 10px 0;
	background-image: -moz-linear-gradient(89deg, rgb(40, 49, 62) 0%, rgb(18, 21, 30) 75%);
	background-image: -webkit-linear-gradient(89deg, rgb(40, 49, 62) 0%, rgb(18, 21, 30) 75%);
	background-image: -ms-linear-gradient(89deg, rgb(40, 49, 62) 0%, rgb(18, 21, 30) 75%);
}

.searchmobile .col-12 {
	border: 2px solid rgb(50, 52, 48);
	border-radius: 30px;
	background-image: -moz-linear-gradient(89deg, rgb(40, 49, 62) 0%, rgb(18, 21, 30) 75%);
	background-image: -webkit-linear-gradient(89deg, rgb(40, 49, 62) 0%, rgb(18, 21, 30) 75%);
	background-image: -ms-linear-gradient(89deg, rgb(40, 49, 62) 0%, rgb(18, 21, 30) 75%);
}

.searchmobile .form-control:focus {
	outline: none;
	box-shadow: none;
}

.searchmobile .form-control::placeholder {
	color: #6C6C6C;
}

.searchmobile .form-control {
	background: none;
	border: none;
	border-radius: 0px;
	color: #FFF;
}

.searchbox {
	display: none;
	padding: .2rem 1rem;
	border: 2px solid rgb(50, 52, 48);
	border-radius: 30px;
	background-image: -moz-linear-gradient(89deg, rgb(40, 49, 62) 0%, rgb(18, 21, 30) 75%);
	background-image: -webkit-linear-gradient(89deg, rgb(40, 49, 62) 0%, rgb(18, 21, 30) 75%);
	background-image: -ms-linear-gradient(89deg, rgb(40, 49, 62) 0%, rgb(18, 21, 30) 75%);
}

.searchbox .form-control:focus {
	outline: none;
	box-shadow: none;
}

.searchbox .form-control {
	background: none;
	border: none;
	border-radius: 0px;
	color: #FFF;
	padding: 0;
}

.searchbox .form-control::placeholder {
	color: #6C6C6C;
}

.btnsearch {
	border: none;
	box-shadow: none;
	padding: 0;
	display: block;
	background: none;
}

.btnsearch img {
	width: 20px;
	filter: brightness(0) invert(1);
}

.headbar-main {
	padding: 1rem 0;
	transition: all 0.6s;
	background-color: #080b14;
	box-shadow: 3px -1px 10px rgb(0 0 0 / 15%);
}

.hamburgers-box {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headbar-main .row {
	margin: auto;
}

.navbar-brand {
	width: auto;
	text-align: left;
	margin: 0;
	padding: 0;
}

.navbar-brand img {
	width: 150px;
	transition: all 0.5s;
	margin: 0;
}

.navbar-collapse .navbar-brand {
	padding: 2rem 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-nav li {
	padding: 0 50px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .75rem;
	color: #FFF;
	line-height: 1.2;
}

.navbar-nav li p {
	margin: 0;
}

.navbar-nav li a {
	padding: 12px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.8s;
	position: relative;
	font-family: 'IBMPlexSansThai-SemiBold';
	border-bottom: 2px solid transparent;
}

.navbar-nav li.active a,
.navbar-nav li a:hover {
	color: #8dafdf;
	border-color: #8dafdf;
	background: linear-gradient(0deg, rgba(24, 28, 42, 1) 41%, rgba(9, 12, 21, 1) 100%);
}

.navbar-nav li a::after {
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: -17px;
	z-index: 6;
	opacity: 0;
	background: url(../images/linglight.png) center bottom no-repeat;
	background-size: contain !important;
	mix-blend-mode: screen;
}

.navbar-nav li.active a::after,
.navbar-nav li a:hover::after {
	opacity: 1;
}



.navbar-nav li.dropdown .dropdown-menu {
	padding: 0;
	border: none;
	background-color: #202f45;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}

.navbar-nav li.dropdown .dropdown-menu a {
	padding: 20px 10px;
	color: #FFF;
	margin: 0 -15px;
}

.navbar-nav li.active .dropdown-menu a,
.navbar-nav li.dropdown .dropdown-menu a:hover {
	color: #FFF;
	border-color: transparent;
	background: none;
}

.navbar-nav li.dropdown .dropdown-menu a.active,
.navbar-nav li.dropdown .dropdown-menu a:hover {
	background-color: #111822;
	border-color: #8dafdf;
}

.navbar-nav li.active .dropdown-menu a::after {
	opacity: 0;
}

.navbar-nav li.dropdown .dropdown-menu a.active::after,
.navbar-nav li.dropdown .dropdown-menu a:hover::after {
	opacity: 1;
}

.social-header {
	margin: 2rem auto;
	padding: 0 15px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 3%;
	color: #FFF;
}

.social-header ul img {
	width: 25px;
	margin-right: 8px;
}

.social-header ul {
	list-style: none;
	margin-bottom: 1rem;
}

.social-header ul li a {
	display: inline-block;
	padding: 0;
}

.social-header img {
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

.social-header img:hover {
	transform: scale(1.03);
}

.social-header a:hover {
	color: #000;
	opacity: .6;
}

.social-header ul li.spacepadding {
	padding-left: 3.5rem;
}

.social-header ul li {
	margin-bottom: .5rem;
	padding: 0;
}

/*///////////End-Header///////////////*/
#carouselmainSlide .carousel-item {
	position: relative;
	background: #0d121c;
	height: 200px;
}

#carouselmainSlide .carousel-item:nth-child(1) img {
	opacity: .24;
}

#carouselmainSlide .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

#carouselmainSlide .carousel-control-next img,
#carouselmainSlide .carousel-control-prev img {
	width: 25px;
}

#carouselmainSlide .carousel-control-next-icon,
#carouselmainSlide .carousel-control-prev-icon {
	display: none;
}

#carouselmainSlide .carousel-control-next,
#carouselmainSlide .carousel-control-prev {
	opacity: 1;
	filter: brightness(0) invert(1);
	align-items: flex-end;
	padding-bottom: .5rem;
}

#carouselmainSlide .carousel-control-prev {
	left: 35%;
}

#carouselmainSlide .carousel-control-next {
	right: 35%;
}

.captionsbanner h1 {
	margin: 0;
	font-size: 2rem;
	font-family: 'Kanit-Medium';
}

.captionsbanner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#carouselmainSlide .carousel-item:nth-child(1) .captionsbanner h1 {
	-webkit-animation: fadetop 0.6s linear both;
	animation: fadetop .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

#carouselmainSlide .carousel-item:nth-child(2) .captionsbanner h1 {
	-webkit-animation: slideleft 0.6s linear both;
	animation: slideleft .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

#carouselmainSlide .carousel-item:nth-child(3) .captionsbanner h1 {
	-webkit-animation: fadebottom 0.6s linear both;
	animation: fadebottom .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

#carouselmainSlide .carousel-item:nth-child(2) .captionsbanner {
	align-items: flex-start;
	padding-top: 5%;
	text-align: left;
	justify-content: flex-start;
}

#carouselmainSlide .carousel-item:nth-child(3) .captionsbanner {
	align-items: flex-start;
	padding-top: 5%;
}

.textwhite {
	color: #FFF;
}

.drakblue {
	color: #111822;
}

.textblue {
	color: #8dafdf;
}



@-webkit-keyframes fadebottom {
	0% {
		transform: translateY(70px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes fadetop {
	0% {
		transform: translateY(-70px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes slideleft {
	0% {
		transform: translateX(70px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes slideright {
	0% {
		transform: translateX(-70px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

/*///////////Start-Content///////////////*/

.content-box {
	padding: 10% 0;
	color: #FFF;
	background: #111822;
	border-bottom: 4px solid #71757b;
	background-size: cover !important;
}

.title-box {
	text-align: center;
	margin-bottom: 2rem;
}

.title-box h1 {
	color: #8dafdf;
	font-size: 30px;
	margin-bottom: 0;
	font-family: 'IBMPlexSansThai-SemiBold';
}

.title-box img {
	width: auto;
	max-width: 100%;
	mix-blend-mode: screen;
}

.title-box.subtitle {
	text-align: left;
}

.title-box h2 {
	font-size: 20px;
	margin: 0;
	color: #FFF;
	font-style: italic;
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-Medium';
}

.title-box h3 {
	font-size: 22px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-Regular';
}

.title-box ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	color: #FFF;
}

.title-box p {
	margin: 1rem 0;
}

.title-box ul li {
	font-size: .85rem;
	margin-right: 5px;
	opacity: .5;
}

.title-box ul li.active {
	opacity: 1;
}

.title-box ul li a {
	padding-right: 5px;
}

.textpolicy {
	margin-bottom: 2rem;
	color: #FFF;
}

.textpolicy h1 {
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Medium';
}

.textpolicy h2 {
	font-size: 1rem;
	margin-bottom: .5rem;
}

.textpolicy .fa-angle-right {
	font-size: .9rem;
	margin-right: 10px;
}

.textpolicy .fa-circle {
	font-size: 14px;
	margin-right: 10px;
}

.textpolicy p {
	margin-bottom: 0;
	text-indent: 3%;
}

.textpolicy a:hover {
	opacity: .7;
}

.textpolicy ul {
	list-style: none;
	margin: .5rem auto;
	padding-left: 3%;
}

.textpolicy ul li {
	margin-bottom: .75rem;
}

.img-box {
	text-align: center;
	overflow: hidden;
	position: relative;
}

.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}


.abouttext-title {
	margin-bottom: 2rem;
}

.abouttext-title h1 {
	font-size: 33px;
	margin: 0;
	color: #FFF;
	font-family: 'IBMPlexSansThai-SemiBold';
}

.abouttext-title h2 {
	font-size: 24px;
	margin: 0;
	color: #8dafdf;
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-SemiBold';
}

.readabout {
	padding: 10px;
	text-align: center;
	color: #8dafdf;
	border-radius: 10px;
	border: 1px solid #8dafdf;
	width: 180px;
	margin: 3rem 0 0;
	font-family: 'IBMPlexSansThai-Medium';
	box-shadow: 0 1px 15px 4px rgb(141 175 223 / 52%);
}

.readabout img {
	width: 25px;
	transition: all 0.6s;
	margin: 0 15px;
	filter: invert(76%) sepia(6%) saturate(3126%) hue-rotate(185deg) brightness(92%) contrast(89%);
}

.readabout:hover {
	transform: scale(.98);
	opacity: .8;
}

/*.readabout:hover img{transform: translateX(10px);}*/
.readabout a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgabout {
	text-align: center;
	overflow: hidden;
	aspect-ratio: 3/2;
	border-radius: 10px;
	margin-bottom: 2rem;
}

.imgabout img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.textproducts-title {
	margin-bottom: 2rem;
}

.textproducts-title h1 {
	font-size: 33px;
	color: #FFF;
	font-family: 'IBMPlexSansThai-SemiBold';
}

.textproducts-title hr {
	opacity: 1;
	border-width: 6px;
	border-color: #8dafdf;
	margin: 0;
	width: 8em;
}

.products-box {
	border-radius: 12px;
	background-color: #19202a;
	padding: 1rem .5rem;
	margin-bottom: 1rem;
	position: relative;
	border: 1px solid rgb(248 248 248 / 30%);
}

.imgpro {
	/* text-align: center;
	overflow: hidden; */
	position: relative;
	aspect-ratio: 2/3;
}

.imgpro img {
	/* width: auto;
	max-width: 100%;
	transition: all 0.6s; */
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.textpro {
	text-align: center;
	padding: .5rem 0;
	font-family: 'IBMPlexSansThai-Medium';
}

.textpro h1 {
	font-size: 1rem;
	margin: 0;
}

.textpro p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.4 * 2);
}

.textpro img {
	width: auto;
	max-width: 100%;
	mix-blend-mode: screen;
}

.products-box:hover .imgpro img {
	transform: scale(.98);
}

.products-box .textpro img {
	position: absolute;
	bottom: -11px;
	left: 0;
	z-index: 2;
}

/*///////////Start-Policy///////////////*/
.policy-box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	padding: 1rem 0;
	color: #000;
	z-index: 1544;
	background: #FFF;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.policy-box ul {
	list-style: none;
}

.policy-box ul .fa-xmark {
	position: absolute;
	font-size: 1.2rem;
	right: 1rem;
	top: 1rem;
	z-index: 1;
	cursor: pointer;
}

.policy-box ul .fa-xmark:hover {
	opacity: .6;
}

.policy-box ul li {
	padding: 0 5px;
}

.policy-box p {
	font-size: 1.1rem !important;
	margin-bottom: 0;
	font-family: 'IBMPlexSansThai-Medium';
}

.policy-box a {
	text-decoration: underline;
}

.policy-box a:hover {
	opacity: .4;
	text-decoration: none;
}

.policy-box .btn-policy {
	width: 165px;
	padding: 8px;
	transition: all 0.5s;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	margin: .5rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border: 1px solid #000;
	background: #000;
	border-radius: 0px;
}

.btn-policy:hover {
	background: #FFF;
	color: #000;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer {
	color: #FFF;
	padding: 10% 0 5%;
	background-color: rgb(17, 24, 34);
}

.textfooter ul,
.footer ul {
	list-style: none;
}

.textfooter ul li,
.footer ul li {
	margin-bottom: .2rem;
}

.social-footer h1,
.textfooter h1,
.footer h1 {
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Regular';
}

.textfooter a,
.footer a {
	display: inline-block;
}

.textfooter p,
.footer p {
	margin-bottom: 0rem;
}

.textfooter a:hover,
.footer a:hover {
	opacity: .4;
}

.copyright-box a {
	color: #8dafdf;
}

.copyright-box {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.social-footer {
	text-align: center;
	margin: 2rem auto;
}

.social-footer img {
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

.social-footer img:hover {
	opacity: .7;
	transform: scale(1.03);
}


.mapbox {
	width: 100%;
	overflow: hidden;
	height: 258px;
	box-shadow: rgba(0, 0, 0, 0.2) 1.95px 1.95px 2.6px;
}

.mapbox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.textfooter {
	margin-bottom: 1rem;
}

.social-footer h1,
.textfooter h1 {
	color: #8dafdf;
}

.footer h1 {
	color: #8dafdf;
	font-size: 20px;
	margin-bottom: 1rem;
}

/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body {
		max-width: 100% !important;
	}

	.navbar-collapse {
		position: fixed;
		width: 100%;
		background: #080b14;
		height: 100% !important;
		max-height: none !important;
		top: -3%;
		display: block;
		right: 0%;
		margin: 0 !important;
		z-index: 55;
		opacity: 0;
		transition: all .5s;
		overflow-y: scroll;
		box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}

	.navbar-collapse::-webkit-scrollbar {
		width: 0;
	}

	.navbar-collapse.in {
		top: 0;
		opacity: 1;
		transition: all .5s;
	}

	.navbar-collapse.show {
		top: 0;
		opacity: 1;
		transition: all .5s;
	}

	.all-container {
		width: 100%;
	}

	.all-container.-collapse {
		transition: all .5s;
	}

	.navbar-expand-lg,
	.navbar-collapse,
	.navbar-collapse.collapsing,
	.all-container.all-container.all-container {
		transition: all .5s !important;
	}

	.navbar-expand-lg.-collapse {
		width: 100%;
		transition: all .5s;
	}

}


@media (min-width: 412px) {}


.detail-form span {
	color: #f00;
}

.detail-form {
	margin-bottom: 1rem;
}

.detail-form p {
	margin-bottom: .5rem;
}

.detail-form #captcha-refresh {
	cursor: pointer;
	color: #8dafdf;
	font-size: 26px;
	vertical-align: middle;
}

.detail-form span,
.detail-form p.red-text {
	color: #F00;
	display: initial;
}

.detail-form h1 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.detail-form .custom-file-input,
.detail-form .custom-file {
	height: auto;
}

.form-text,
.custom-file-label {
	padding: 8px 15px;
	background-color: transparent;
	border: 1px solid #8dafdf;
	width: 100%;
	color: #FFF;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}

.form-text:focus {
	outline: none;
	box-shadow: none;
	border-color: #8dafdf;
}

.form-text::placeholder {
	color: #898989;
}

.detail-form ul {
	list-style: none;
}

.detail-form ul li {
	padding-bottom: 5px;
}

.sendus-btn {
	width: 200px;
	padding: 8px 20px;
	display: block;
	box-shadow: none;
	border: 1px solid #8dafdf;
	color: #FFF;
	background: #8dafdf;
	margin: .5rem auto;
	cursor: pointer;
	transition: all 0.5s;
	border-radius: 30px;
}

.sendus-btn:hover {
	color: #8dafdf;
	background: #111822;
	transform: scale(.98);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.formcontact {
	padding: 1rem;
	border-radius: 20px;
	border: 1px solid #8dafdf;
}

.formcontact h1 {
	font-size: 30px;
	margin-bottom: 2rem;
	text-align: center;
	font-family: 'IBMPlexSansThai-Medium';
}


.newsbox {
	padding: .5rem;
	border-radius: 10px;
	border: 1px solid #8dafdf;
	margin-bottom: 1rem;
}

.newsbox:hover img {
	transform: scale(1.03);
}

.newsbox .img-box {
	margin-bottom: .5rem;
	aspect-ratio: 3/2;
	border-radius: 10px;
	background: #f5f5f5;
	position: relative;
}

.newsbox .img-box span {
	padding: 1px 8px;
	color: #FFF;
	background: #8dafdf;
	position: absolute;
	right: .75rem;
	top: .75rem;
	font-size: .7rem;
	z-index: 1;
}

.textnews h1 {
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: 'IBMPlexSansThai-Medium';
}

.textnews h2 {
	font-size: .95rem;
	margin-bottom: 0rem;
	font-family: 'IBMPlexSansThai-Regular';
}

.textnews a {
	display: inline-block;
	font-size: .8rem;
	text-align: right;
	/* float: right; */
	color: #a6a6a6;
}

.textnews a:hover {
	color: #FFF;
	text-decoration: underline;
}

.textnews p {
	font-size: .85rem;
	margin: 0;
	color: #a6a6a6;
}


.pageclick {
	margin-top: 2rem;
}

.pageclick .page-link {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #8dafdf;
	border: none !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color: #f5f5f5;
	font-family: 'IBMPlexSansThai-Medium';
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.pageclick .page-link.active,
.pageclick .page-link:hover {
	color: #FFF;
	background: #8dafdf;
}

.pageclick ul {
	justify-content: center;
}







.slideshow {
	margin: 2rem auto;
}

.slideshow .slider-for {
	margin-bottom: 1rem;
}

.slideshow .slick-slide {
	margin: 8px;
	background: #FFF;
	aspect-ratio: 3/2;
}

.slideshow .slick-slide .img-box {
	aspect-ratio: 3/2;
}

.slideshow .slider-nav .slick-slide {
	opacity: .4;
}

.slideshow .slider-nav .slick-slide.slick-current.slick-active {
	opacity: 1;
}

.slideshow .slider-nav {
	padding: 0 1rem;
}

.slideshow .slider-nav .slick-list {
	padding: 0 1rem;
}

.slideshow .slick-prev:before,
.slideshow .slick-next:before {
	display: none;
}

.slideshow .slick-prev,
.slideshow .slick-next {
	width: 35px;
	height: 35px;
	background-size: 100% !important;
	z-index: 1;
	filter: brightness(0) invert(1);
}

.slideshow .slick-prev:hover,
.slideshow .slick-next:hover {
	filter: none;
}

.slideshow .slick-prev {
	left: 0;
	background: url("../news/images/left.png") center center no-repeat;
}

.slideshow .slick-next {
	right: 0;
	background: url("../news/images/right.png") center center no-repeat;
}

.slideshow .slider-nav .slick-slide.slick-current.slick-active .img-box {
	opacity: 1;
}



.slideproductshow {
	margin: 2rem auto;
}

.slideproductshow .slider-for {
	margin-bottom: 1rem;
}

.slideproductshow .slick-slide {
	margin: 8px;
	background-color: transparent;
	aspect-ratio: 3/2;
}

.slideproductshow .slick-slide .img-box img {
	object-fit: scale-down;
}

.slideproductshow .slick-slide .img-box {
	border: 1px solid #8dafdf;
	aspect-ratio: 3/2;
	background-color: transparent;
	border-radius: 10px;
}

.slideproductshow .slider-nav .slick-slide {
	opacity: .4;
}

.slideproductshow .slider-nav .slick-slide.slick-current.slick-active {
	opacity: 1;
}

.slideproductshow .slider-nav {
	padding: 0 1rem;
}

.slideproductshow .slider-nav .slick-list {
	padding: 0 1rem;
}

.slideproductshow .slick-prev:before,
.slideproductshow .slick-next:before {
	display: none;
}

.slideproductshow .slick-prev,
.slideproductshow .slick-next {
	width: 35px;
	height: 35px;
	background-size: 100% !important;
	z-index: 1;
	filter: brightness(0) invert(1);
}

.slideproductshow .slick-prev:hover,
.slideproductshow .slick-next:hover {
	filter: none;
}

.slideproductshow .slick-prev {
	left: 0;
	background: url("../ourproducts/images/left.png") center center no-repeat;
}

.slideproductshow .slick-next {
	right: 0;
	background: url("../ourproducts/images/right.png") center center no-repeat;
}

.slideproductshow .slider-nav .slick-slide.slick-current.slick-active .img-box {
	opacity: 1;
}





.textproducts {
	overflow-x: auto;
	overflow-y: hidden;
}

.textproducts ul {
	list-style: square;
	padding-left: 2rem;
	line-height: 2;
}

.textproducts h1 {
	font-size: 22px;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-SemiBold';
}

.textproducts h2 {
	font-size: .9rem;
	font-style: italic;
	margin: 0;
	font-family: 'IBMPlexSansThai-Medium';
}

.textproducts table {
	width: 100%;
	min-width: 768px;
}

.textproducts table th {
	padding: 10px 5px;
	text-align: center;
	color: #FFF;
	border-radius: 10px;
	border-right: 2px solid #111822;
	border-bottom: 2px solid #111822;
}

/*.textproducts table th:first-child{border-radius: 10px 0 0 0;}
.textproducts table th:last-child{border-radius: 0 10px 0 0;}
.textproducts table tr:last-child td:first-child{border-radius: 0 0 0 10px;}
.textproducts table tr:last-child td:last-child{border-radius: 0 0 10px 0;}*/


.textproducts table tr:last-child td {
	border-bottom: none;
}

.textproducts table td {
	padding: 10px 5px;
	text-align: center;
	border-radius: 10px;
	border-bottom: 2px solid #111822;
	border-right: 2px solid #111822;
}

.textproducts table th:last-child {
	border-right: none;
}

.textproducts table td:last-child {
	border-right: none;
}

.bgblue1 {
	background: #0c57b1;
}

.bgblue2 {
	background: #1b77e3;
}

.bgblue3 {
	background: #679ddb;
}

.textabouthome.aboutpage h1 {
	color: #8dafdf;
	font-size: 24px;
	margin-bottom: 1rem;
	font-family: 'IBMPlexSansThai-SemiBold';
}

.textabouthome.aboutpage h2 {
	color: #8dafdf;
	font-size: 20px;
	margin-bottom: 0;
	font-family: 'IBMPlexSansThai-Medium';
}

.textabouthome.aboutpage span {
	color: #8dafdf;
	font-style: italic;
	font-family: 'IBMPlexSansThai-Regular';
}

.imgabout.aboutpage img {
	object-fit: scale-down;
}

.imgabout.aboutpage {
	margin: 0;
}

#aboutCarousel .carousel-indicators,
#twoaboutCarousel .carousel-indicators {
	margin-bottom: 0;
}

#aboutCarousel .carousel-indicators [data-bs-target],
#twoaboutCarousel .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}


.donwloadfile {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 1rem;
}

.donwloadfile .img-box img {
	/* width: 180px; */
	/* object-fit: scale-down; */
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.donwloadfile:hover img {
	transform: scale(.96);
}

.donwloadfile .img-box {
	text-align: center;
	margin: 0;
	padding: .75rem;
	background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 1) 0%, rgba(81, 130, 190, 1) 100%);
	background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 1) 0%, rgba(81, 130, 190, 1) 100%);
	background: linear-gradient(to top right, rgba(255, 255, 255, 1) 0%, rgba(81, 130, 190, 1) 100%);

	position: relative;
	aspect-ratio: 2/3;
}

.textdownload hr {
	margin: .5rem auto;
}

.textdownload {
	padding: .75rem;
	background: #FFF;
	color: #111822;
}

.textdownload h1 {
	font-size: 1rem;
	margin: 0;
	font-family: 'IBMPlexSansThai-Medium';

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.4 * 1);
}

.textdownload a {
	display: inline-block;
	text-align: center;
	padding: 3px 20px;
	background: #000;
	color: #FFF;
	margin: .5rem auto 0;
	font-size: .9rem;
	border-radius: 30px;
}

.textdownload a:hover {
	background: #8dafdf;
}

.textdownload p {
	margin: 0;
	opacity: .7;
	font-size: .9rem;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.4 * 1);
}





/* slide */
.captionsbanner h1 {
	margin: 0;
	font-size: 2rem;
	font-family: 'Kanit-Medium';
}

.captionsbanner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


/*Middle Center*/
#carouselmainSlide .carousel-item.bannercenter .captionsbanner {
	justify-content: flex-start;
	-webkit-animation: fadetop 0.6s linear both;
	animation: fadetop .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/*Middle Left*/
#carouselmainSlide .carousel-item.middleleft .captionsbanner {
	justify-content: flex-start;
	text-align: left;
	-webkit-animation: fadetop 0.6s linear both;
	animation: fadetop .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/*Middle Right*/
#carouselmainSlide .carousel-item.middleright .captionsbanner {
	justify-content: flex-end;
	text-align: right;
	-webkit-animation: fadetop 0.6s linear both;
	animation: fadetop .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/*Top Left*/
#carouselmainSlide .carousel-item.bannerlefttop .captionsbanner {
	align-items: flex-start;
	padding-top: 5%;
	text-align: left;
	justify-content: flex-start;
	-webkit-animation: slideleft 0.6s linear both;
	animation: slideleft .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/*Top Right*/
#carouselmainSlide .carousel-item.bannerrighttop .captionsbanner {
	align-items: flex-start;
	padding-top: 5%;
	text-align: right;
	justify-content: flex-end;
	-webkit-animation: slideright 0.6s linear both;
	animation: slideright .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/*Top Center*/
#carouselmainSlide .carousel-item.bannercentertop .captionsbanner {
	align-items: flex-start;
	padding-top: 5%;
	-webkit-animation: fadetop 0.6s linear both;
	animation: fadetop .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/*Bottom Center*/
#carouselmainSlide .carousel-item.bannercenterbottom .captionsbanner {
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 5%;
	-webkit-animation: fadebottom 0.6s linear both;
	animation: fadebottom .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/*Bottom Right*/
#carouselmainSlide .carousel-item.bannerrightbottom .captionsbanner {
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 5%;
	text-align: right;
	-webkit-animation: fadebottom 0.6s linear both;
	animation: fadebottom .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/*Bottom Left*/
#carouselmainSlide .carousel-item.bannerleftbottom .captionsbanner {
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 5%;
	text-align: left;
	-webkit-animation: fadetop 0.6s linear both;
	animation: fadetop .6s linear both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.textwhite {
	color: #FFF;
}

.drakblue {
	color: #111822;
}

.textblue {
	color: #8dafdf;
}



@-webkit-keyframes fadebottom {
	0% {
		transform: translateY(70px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes fadetop {
	0% {
		transform: translateY(-70px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes slideleft {
	0% {
		transform: translateX(70px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes slideright {
	0% {
		transform: translateX(-70px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}