html {
	font-size: 16px;
}

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

@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: 'Kanit-Regular';
	src: url('fonts/Kanit-Regular.eot');
	src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Regular.woff') format('woff'),
		url('fonts/Kanit-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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: 0rem;
	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: 60%;
	background: #32a994;
	border-radius: 6px;
	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;
	width: 100%;
}

#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%;
}

/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/

.content-fullpage .headbar-main {
	position: sticky;
	padding: .3rem 0;
}

.headbar-main {
	padding: .75rem 0;
	display: block;
	transition: all 0.6s;
	position: sticky;
	background-color: #FFF;
}

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

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

.navbar-brand {
	width: 100%;
	text-align: left;
	color: #FFF;
	margin: 0;
	padding: 0;
	transition: all 0.5s;
}

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

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

.navbar-nav li {
	padding: 0 30px;
	margin-bottom: 1rem;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}

.navbar-nav li a {
	padding: 8px 15px;
	display: block;
	color: #3c3c3c;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}

.navbar-nav li.active a,
.navbar-nav a:hover {
	color: #32a994;
}

/* Underline From Left */
.hvr-underline-from-left {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #32a994;
	height: 3px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.navbar-nav li .hvr-underline-from-left:hover:before,
.navbar-nav li .hvr-underline-from-left:focus:before,
.navbar-nav li.active .hvr-underline-from-left:before {
	right: 0;
}

.social-header {
	text-align: center;
	padding: 0 10px;
	color: #FFF;
	margin: 2rem auto;
	width: 100%;
}

.social-header img {
	width: 45px;
	margin: auto;
	transition: all 0.8s;
}

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

.social-header a:hover {
	color: #32a994;
}

.social-header ul {
	list-style: none;
	text-align: center;
	color: #000;
	margin-bottom: 1rem;
}

.languagemb-box {
	border: 2px solid #32a994;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 1rem;
	right: 4rem;
	padding: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.language-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #32a994;
	background: #FFF;
	color: #32a994;
}

.language-box a {
	padding: 6px 20px;
	text-align: center;
	display: block;
	width: 50%;
	position: relative;
	transition: all 0.6s;
}

.language-box a.active,
.language-box a:hover {
	color: #FFF;
	background: #32a994;
	border-radius: 30px;
}

.languagemb-box .dropdown-menu {
	padding: 0;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	min-width: 100%;
	margin: 0;
	overflow: hidden;
}

.languagemb-box .dropdown-menu a {
	text-align: center;
	padding: 10px 15px;
	display: block;
}

.languagemb-box .dropdown-menu a.active,
.languagemb-box .dropdown-menu a:hover {
	color: #FFF;
	background: #32a994;
	border-radius: 0;
}

/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item {
	position: relative;
}

#carouselmainSlide .carousel-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 0 0 40px 40px;
}

#carouselmainSlide .carousel-control-next,
#carouselmainSlide .carousel-control-prev {
	z-index: 5;
}

#carouselmainSlide .carousel-indicators {
	align-items: center;
	margin-bottom: 0;
	justify-content: center;
	bottom: .75rem;
	z-index: 4;
}

#carouselmainSlide .carousel-indicators button {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #FFF;
	border-radius: 50%;
}

#carouselmainSlide .carousel-indicators button.active {
	opacity: 1;
}

/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.text-greenlight {
	color: #9dda50;
}

.text-greendrak {
	color: #32a994;
}

.content-box {
	padding: 10% 0;
	position: relative;
	background-size: cover !important;
}

.content-box .container {
	position: relative;
	z-index: 2;
}

img.bgmove {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	transition: all 1s;
	opacity: .4;
}

img.bgmove.movetwo {
	bottom: 0%;
	top: auto;
	left: auto;
	right: 0;
}

.img-box {
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 1rem;
	position: relative;
}

.img-box img {
	width: 100%;
	transition: all 0.6s;
}

.content-mission {
	background: url("../images/bg-green.png") center center no-repeat;
	background-attachment: fixed !important;
}

.content-icon {
	background: url("../images/bg-green2.png") center center no-repeat;
	background-attachment: fixed !important;
}

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

.title-box h1 {
	font-size: 33px;
	margin: 0;
	font-family: 'Kanit-Medium';
	color: #32a994;
	text-transform: uppercase;
}

.title-box img {
	width: 130px;
}

.title-box p {
	margin: 0;
}

.text-abouthome {
	text-align: center;
	padding: 0 7%;
}

.text-abouthome span {
	font-family: 'Kanit-Regular';
}

.banner-abouthome {
	margin: 2rem auto 0;
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 10px;
}

.banner-abouthome img {
	width: 100%;
	transition: all 0.6s;
}

.text-missionhome h1 {
	font-size: 22px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Regular';
}

.text-missionhome p {
	margin: 0;
}

.img-missionhome {
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
}

.img-missionhome img {
	width: 100%;
	transition: all 0.6s;
}

.img-missionhome img.imgtop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.text-storyhome h1 {
	font-size: 22px;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
}

.text-storyhome p {
	margin-bottom: 1rem;
}


.img-supplier {
	text-align: center;
	overflow: hidden;
}

.img-supplier img {
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
}

.icon-mission {
	background: #FFF;
	padding: 3rem 6rem;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 2rem;
}

.icon-mission img {
	width: 75px;
	transition: all 0.6s;
}

.icon-mission h1 {
	font-size: 22px;
	margin: .75rem auto;
	font-family: 'Kanit-Regular';
	text-transform: uppercase;
}

.icon-mission p {
	margin: 0;
}

.targetimg {
	text-align: right;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.targetimg img {
	width: 100%;
}

.slideimgtarget {
	padding-left: 15%;
	margin-bottom: 2rem;
}

.slideimgtarget .slick-list {
	transition: all 0.6s;
	overflow: inherit;
}

.slideimgtarget .slick-slide {
	transform: scale(.9);
	opacity: .7;
	padding: .5rem;
	border-radius: 10px;
	transition: all 0.6s;
}

.slideimgtarget .slick-slide.slick-current.slick-active {
	transform: scale(1);
	opacity: 1;
	transition: all 0.6s;
}


.content-otherpage {
	padding: 10% 0;
	position: relative;
}

.content-otherpage .container {
	position: relative;
	z-index: 2;
}

.icon-active {
	text-align: center;
	margin-bottom: 2rem;
}

.icon-active span {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	background: #32a994;
	padding: 1.5rem;
	position: relative;
	transition: all .9s;
}

.icon-active span::after {
	content: '';
	width: 110px;
	height: 110px;
	border: 2px solid #9dda50;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
}

.icon-active span img {
	width: auto;
	max-width: 100%;
	transition: all 1.5s;
	filter: brightness(0) invert(1);
}

.icon-active {
	display: block;
}

.icon-active a.active {
	color: #32a994;
}

.icon-active:hover span {
	transform: scale(1.15);
}

.icon-active:hover img {
	transform: rotateY(180deg) scale(.85);
}

.banner-otherpage {
	position: relative;
	overflow: hidden;
	padding: 10% 0;
	background-size: cover !important;
}

.banner-otherpage.contactpage {
	background: url("../images/bgbanner-contact.png") center center no-repeat;
}

.banner-otherpage.newspage {
	background: url("../images/bgbanner-news.png") center center no-repeat;
}

.banner-otherpage.productspage {
	background: url("../images/bgbanner-products.png") center center no-repeat;
}

.banner-otherpage .title-box {
	margin: 0;
}

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

.title-box ul li {
	width: auto;
	margin: 0 15px 0 0;
}

.title-box ul li a {
	padding: 0 10px;
}

.news-box {
	margin-bottom: 2rem;
	padding: .5rem;
	border-radius: 10px;
	background: #FFF;
	transition: all 0.6s;
	border: 1px solid #eee;
}

.news-box .img-box {
	position: relative;
	aspect-ratio: 2/2;
	margin: 0;
}

.news-box .img-box span {
	padding: 5px 10px;
	background: #32a994;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: .3rem;
	top: .3rem;
	z-index: 1;
	font-size: .8rem;
	border-radius: 8px;
}

.news-box .img-box.video-box {
	aspect-ratio: 3/2;
}

.news-box .img-box iframe,
.news-box .img-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.news-box:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transform: translateY(-15px);
	border-color: #32a994;
	border-width: 2px;
}

.news-box:hover img {
	transform: scale(1.05);
}

.text-news {
	padding: .75rem;
}

.text-news h1 {
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem* 1.3* 2);
}

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

.papers-box {
	text-align: center;
	margin-bottom: 1.5rem;
	padding: .5rem 1rem;
	border-radius: 10px;
	background: #FFF;
	transition: all 0.6s;
	border: 1px solid #eee;
}

.papers-box:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transform: translateY(-15px);
	border-color: #32a994;
	border-width: 2px;
}

.papers-box h1 {
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Regular';
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem* 1.2* 1);
}

.papers-box p {
	color: #5A5A5A;
	margin: 0;
	font-size: .9rem;
}

.icon-paper {
	text-align: center;
	margin-right: 15px;
	aspect-ratio: 2/3;
	overflow: hidden;
	align-items: center;
	display: flex;
	justify-content: center;
	background: #f5f5f5;
	border-radius: 10px;
}

.icon-paper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.textpapger {
	margin: 1rem auto;
}

.pageclick {
	margin-bottom: 2rem;
}

.pageclick .page-link {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #32a994;
	border: 1px solid #32a994 !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

.pageclick .page-link:hover {
	color: #FFF;
	background: #32a994;
}

.pageclick .page-link.active,
.active>.page-link,
.page-link.active {
	color: #FFF;
	background: #32a994;
	border-color: #32a994;
}


.pageclick ul {
	justify-content: center;
}

.tab-content {
	margin-top: 3rem;
}

.newsshow-box {
	text-align: center;
	overflow: hidden;
	aspect-ratio: 3/2;
	background: #f5f5f5;
}

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

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

.slidenews .slick-prev,
.slidenews .slick-next {
	width: 35px;
	height: 35px;
	z-index: 1;
	background-size: 100% !important;
	filter: invert(52%) sepia(100%) saturate(295%) hue-rotate(120deg) brightness(89%) contrast(85%);
}

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

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

.slidenews .slick-track {
	padding: 1rem 0;
}

.slidenews .slick-slide {
	transition: all 0.6s;
	transform: scale(.95);
}

.slidenews .slick-slide.slick-current.slick-active {
	transform: scale(1);
}

.slidenews .slick-slide.slick-current.slick-active .newsshow-box {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slidenews .slick-slide.slick-current.slick-active .newsshow-box img,
.slidenews .slick-slide:hover .newsshow-box img {
	opacity: 1;
}


.textdetail-newsbox h1 {
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}

.textdetail-newsbox p,
.textdetail-newsbox li {
	margin: 0;
	color: #828282;
}

.related-box {
	background: #f5f5f5;
	padding: 10% 0;
}

.title-related {
	text-align: center;
}

.title-related h1 {
	font-size: 1.4rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.readmore-btn {
	margin: 2rem auto;
	width: 200px;
	text-align: center;
	border: 1px solid #32a994;
	background: #32a994;
	color: #FFF;
	padding: 6px;
	border-radius: 30px;
	overflow: hidden;
}

.readmore-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.readmore-btn img {
	width: 35px;
	margin-left: 10px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

.readmore-btn:hover {
	background: #FFF;
	color: #32a994;
}

.readmore-btn:hover img {
	transform: translateX(10px);
	filter: invert(52%) sepia(100%) saturate(295%) hue-rotate(120deg) brightness(89%) contrast(85%);
}

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

.products-box {
	margin-bottom: 2rem;
	text-align: center;
	padding: .5rem;
	border-radius: 10px;
	background: #FFF;
	border: 1px solid #eee;
	transition: all 0.6s;
}

.products-box .img-box span {
	padding: 5px 10px;
	background: #32a994;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: .3rem;
	top: .3rem;
	z-index: 1;
	font-size: .8rem;
	border-radius: 8px;
}

.products-box:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border: 2px solid #32a994;
	transform: translateY(-15px);
}

.text-proucts {
	padding: 1rem 0;
}

.text-proucts h1 {
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem* 1.2* 1);
}

.text-proucts p {
	margin: 0;
	color: #828282;
}

.products-box .img-box {
	aspect-ratio: 3/2;
	margin: 0;
}

.products-box .img-box img {
	height: 100%;
	object-fit: cover;
}

.textdetail-products h1 {
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}

.textdetail-products h2 {
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
}

.textdetail-products ul {
	list-style: none;
	padding-left: 3%;
	margin-bottom: 1rem;
}

.textdetail-products .fa-angles-right {
	font-size: 1rem;
	margin-top: 5px;
	margin-right: 10px;
}

.textdetail-products ul li {
	margin-bottom: 5px;
	display: flex;
}

.img-product {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 3/2;
	background: #FFF;
	border: 1px solid #eee;
	border-radius: 10px;
}

.img-product img {
	width: 100%;
	object-fit: contain;
	transition: all 0.5s;
}

.slideshow-products {
	margin-bottom: 2rem;
}

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

.slideshow-products .slider-nav .slick-dots {
	display: none !important;
}

.slideshow-products .slider-nav .slick-slide {
	aspect-ratio: 3/2;
	margin: 0 15px;
}

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

.slideshow-products .slider-nav .slick-prev,
.slideshow-products .slider-nav .slick-next {
	width: 35px;
	height: 35px;
	z-index: 1;
	background-size: 100% !important;
	filter: invert(52%) sepia(100%) saturate(295%) hue-rotate(120deg) brightness(89%) contrast(85%);
}

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

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

.slideshow-products .slider-for .slick-slide {
	aspect-ratio: 3/2;
}

.slideshow-products .slider-for .img-product {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.download-pdf a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-pdf {
	padding: 6px;
	text-align: center;
	border-radius: 30px;
	color: #FFF;
	background: #32a994;
	width: 220px;
	margin: 2rem 0;
	border: 1px solid #32a994;
}

.download-pdf img {
	width: 35px;
	margin-right: 15px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

.download-pdf:hover {
	color: #32a994;
	background: #FFF;
}

.download-pdf:hover img {
	transform: scale(.9);
	filter: invert(52%) sepia(100%) saturate(295%) hue-rotate(120deg) brightness(89%) contrast(85%);
}

.video-products {
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 3/2;
	margin: 3rem auto 0;
}

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

.address-box {
	margin-bottom: 1rem;
}

.address-box h1 {
	font-size: 1.2rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.address-box p {
	margin: 0;
	color: #555555;
}

.contact-box h1 {
	font-size: 1.2rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.contact-box ul img {
	width: 25px;
	margin-right: 10px;
}

.contact-box ul {
	list-style: none;
	margin: 1rem auto;
}

.contact-box ul li {
	margin-bottom: 5px;
}

.contact-box a:hover {
	color: #9dda50;
}

.contact-box p {
	margin: 0;
	color: #555555;
}


.social-box h1 {
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}

.social-box img {
	width: 38px;
	transition: all 0.5s;
}

.social-box img:hover {
	transform: scale(1.03) rotateY(180deg);
}


.contactform {
	padding: 2rem 1rem;
	color: #000;
	background-color: transparent;
	border: 1px solid #32a994;
	border-radius: 10px;
}

.contactform h1 {
	font-size: 1.6rem;
	margin-bottom: 2rem;
	text-align: left;
	color: #32a994;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}

.mapbox {
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.mapbox-img {
	height: 170px;
	overflow: hidden;
	margin-top: 2rem;
}

.mapbox iframe {
	width: 100%;
	height: 100%;
}


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

.detail-form #captcha-refresh {
	cursor: pointer;
	color: #32a994;
	font-size: 1.4rem;
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

.sendus-btn {
	width: 190px;
	padding: 8px;
	display: block;
	box-shadow: none;
	border: 1px solid #32a994;
	color: #FFF;
	background: #32a994;
	margin: 1rem 0;
	cursor: pointer;
	transition: all 0.5s;
	border-radius: 30px;
}

.sendus-btn:hover {
	background: #9dda50;
	color: #FFF;
	border-color: #9dda50;
}

.texttitle-policy {
	margin-bottom: 2rem;
}

.texttitle-policy h1 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}

.texttitle-policy h2 {
	font-size: 1.3rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.texttitle-policy h3 {
	font-size: 1.2rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}

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

.text-policy a:hover {
	color: #32a994;
}

.text-policy {
	margin-bottom: 2rem;
}

.text-policy h1 {
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}

.text-policy p {
	text-indent: 3%;
	margin-bottom: 1rem;
}

.text-policy ul {
	list-style: none;
	padding-left: 3%;
	margin: 1rem auto;
}

.text-policy h2 {
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}

.text-policy .fa-circle {
	font-size: 10px;
	margin-right: 10px;
}

.text-policy .fa-angles-right {
	font-size: 14px;
	margin-right: 10px;
}

/*///////////Start-Policy///////////////*/
.policy-box {
	position: fixed;
	bottom: 0%;
	right: 0%;
	width: 100%;
	text-align: left;
	padding: 1rem;
	color: #000;
	z-index: 1234;
	display: block;
	font-size: 1rem;
	background: #FFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

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

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

.policy-box p {
	font-size: 1.1rem !important;
	margin-bottom: 0;
	color: #32a994;
	font-family: 'Kanit-Regular';
}

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

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

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

.btn-policy:hover {
	transform: scale(.96);
	background: #32a994;
}


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

/*///////////Start-Footer///////////////*/
.footer {
	color: #282828;
	padding: 10% 0 5%;
	background: url("../images/bg-footer.png") center center no-repeat;
	background-size: cover !important;
}

.footer ul {
	list-style: none;
}

.footer h1 {
	font-size: 19px;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
	text-transform: uppercase;
}

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

.footer a:hover {
	text-decoration: underline;
	color: #32a994;
}

.address-footer {
	margin-bottom: 2rem;
}

.footer ul li {
	padding-bottom: 8px;
}

.copyright-box {
	text-align: center;
	padding: 12px 0;
	background: #9dda50;
	color: #FFF;
}

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

.social-footer img {
	width: 45px;
	margin: auto;
	border-radius: 50%;
	transition: all 0.6s;
}

.social-footer img:hover {
	transform: scale(1.02);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

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

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

.contact-footer img {
	width: 23px;
	margin-right: 5px;
}

.logo-footer {
	text-align: center;
	margin-bottom: 1rem;
}

.logo-footer img {
	width: 170px;
	max-width: 100%;
}

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

	.navbar-collapse {
		position: fixed;
		width: 80%;
		background: #FFF;
		height: 100% !important;
		max-height: none !important;
		top: 0%;
		display: block;
		left: -100%;
		opacity: 0;
		margin: 0 !important;
		z-index: 55;
		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 {
		left: 0;
		opacity: 1;
		transition: all .5s;
	}

	.navbar-collapse.show {
		left: 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;
	}


}