html{font-size:16px;}
@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;
}
@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-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;
}


body {
   font-family: 'Kanit-Light';
   cursor: default;
   position: relative;
   line-height: 1.5;
   font-size: 1rem;
   color: #414d42;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 56;
	width: 35px;
	height: 35px;
	position: relative;
    top: 0rem;
    left: 0;
	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: 2px;
	width: 33px;
    background: #003333;
    border-radius: 6px;
	opacity: 1;
	left: 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: 8px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 18px;
	left: auto;
	right: 0;
	width: 70%;
}
#nav-icon3 span:nth-child(4) {
	top: 28px;
}
#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);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/

/*///////////Start-Header///////////////*/
.headbar-main{
    padding: .35rem 0;
    transition: all 0.5s;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    padding: 0;
    text-align: left;
	color: #FFF;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 3em;
	max-width: 100%;
	transition: all 0.5s;
	margin: auto;
}
.navbar-brand.d-lg-none{
	padding: 1rem 0;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
	background: #FFF;
}

.navbar-nav li{
	padding: 0 15px;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 15px 15px;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	color: #FFF;
	position: relative;
}

.navbar-nav li.active a, .navbar-nav a:hover{color: #000;}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border-radius: 0;
	background: #fef8ea;
	border: none;
	margin: 0 -15px;
}
.navbar-nav li .dropdown-menu a{
	padding:10px 30px;
	color: #414d42;
}
.navbar-nav li.active .dropdown-menu a{color: #414d42;}
.navbar-nav li .dropdown-menu a:hover, .navbar-nav li .dropdown-menu a.active{
	color: #FFF;
	background: #414d42;
}



.contact-header{
	padding: 0 30px;
	color: #FFF;
	margin-top: 2rem;
}
.contact-header ul{
	list-style: none;
	margin-bottom: 1rem;
}
.contact-header h1{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-regular';
}

.headbar{
	color: #FFF;
	padding: 8px 0;
	background-image: -moz-linear-gradient( 0deg, rgb(121,140,83) 0%, rgb(102,126,76) 75%, rgb(83,111,68) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(121,140,83) 0%, rgb(102,126,76) 75%, rgb(83,111,68) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(121,140,83) 0%, rgb(102,126,76) 75%, rgb(83,111,68) 100%);
}

.social-header{color: #FFF;margin-top: 1rem;}
.social-header img{
	width: 30px;
	margin: auto;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}
.social-header img:hover{
	transform: scale(.95);
	filter: none;
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
}
.social-header a:hover{
	text-decoration: underline;
}
.social-header ul li a{padding: 0;}
.headerlink{
	letter-spacing: 3px;
	text-align: center;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{
	position: relative;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	display: block;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{z-index: 5;}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: 0rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 10px;
	height: 10px;
	margin: 0 2px;
	opacity: 1;
	border-radius: 50%;
	border: none;
	background: rgb(108 159 65 / 70%);
}
#carouselmainSlide .carousel-indicators button.active{
	background: rgb(108 159 65 / 100%);
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-twoset{
	background: url("../images/bg-content.png") top center repeat-y;
	background-size: 100% !important;
}
.content-box{
	padding: 10% 0;
	position: relative;
}
.img-box{
	text-align: center;
	overflow: hidden;
}
/* .img-box img{
	max-width: 100%; 
    max-height: 100%;
    width: auto; 
    height: auto;
	aspect-ratio: 4/3;
    transition: all 0.8s;
    object-fit: contain; 
} */
.img-box img{
    transition: all 0.5s;
	max-width: 100%; 
    max-height: 100%;
    width: 100%; 
    height: 100%;
	aspect-ratio: 4/4.2;
}
.img-about--home{
	text-align: center;
	margin: 1rem auto;
}
.img-about--home img{
	width: auto;
	max-width: 100%;
}
.about-center--home img{
	width: 130px;
	margin-bottom: 1rem;
}
.about-center--home{
	text-align: center;
	color: #414d42;
	margin-bottom: 4rem;
}
.about-center--home h1{
	font-size: 1.3rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.about-center--home h2{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Kanit-regular';
}
.about-center--home p{margin-bottom: 1.4rem;}
.about-center--home span{
	font-family: 'Kanit-regular';
}
.img-jelly{
	text-align: center;
	margin: 0;
	position: relative;
}
.img-jelly img{
	width: 100%;
	transition: all 0.5s;
}

.content-video{
	background: url("../images/bg-greencenter.png") center center no-repeat;
	
	background-size: cover !important;
}
.video-present{
	width: 100%;
	aspect-ratio:3/2;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: rgb(0 0 0 / 35%) 3px 3px 6px;
}
.video-present video,
.video-present source{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title-box{text-align: center;margin-bottom: 2.5rem;}
.title-box h1{
	font-size: 1.4rem;
	color: #414d42;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.product-box{
	border-radius: 10px;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 2rem;
	transition: all 0.5s;
	box-shadow: rgb(0 0 0 / 18%) 0px 1px 7px;
}
.product-box:hover {transform: scale(1.05);}
.product-box:hover img{transform: scale(1.05);}
.product-box .img-box{
	max-width: 100%; 
    max-height: 100%;
    width: 100%; 
    height: 100%;
	aspect-ratio: 4/4;
    /* object-fit: cover; */
	position: relative;
}
.img-box img.imghover{
	position: absolute;
	max-width: 100%; 
    max-height: 100%;
	width: 100%;
	height: 100%;
	aspect-ratio: 4/4;
	/* object-fit: cover; */
	object-fit: contain;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
}
.product-box:hover img{opacity: 0;}
.product-box:hover img.imghover{
	opacity: 1;
}
.readmore-pro{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(80 97 81 / 50%);
	opacity: 0;
}
.readmore-pro a{
	width: 135px;
	text-align: center;
	color: #FFF;
	padding: 4px;
	border-radius: 27px;
	border: 1px solid #414d42;
	margin: auto;
	transition: all 0.5s;
	overflow: hidden;
}
.text-products{
	padding: .75rem;
	background: #f6eddb;
	transition: all 0.5s;
	color: #414d42;
}
.product-box:hover .readmore-pro{opacity: 1;}
.product-box:hover .text-products{
	background: #506151;
	color: #FFF;
}
.text-products h1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	font-size: 1.2rem;
	color: #414d42;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
	
}
.text-products h1 img{
	width: 20px;
	transition: all 0.5s;
	filter: invert(27%) sepia(4%) saturate(1577%) hue-rotate(74deg) brightness(98%) contrast(90%);
}
.text-products h2{
	font-size: 1rem;
	font-weight: normal;
	margin: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 1);
}
.text-products p{
	margin: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 1);
}
.nm-price{
	text-decoration: line-through;
}
.sp-price{
	color: #f00;
	font-family: 'Kanit-Medium';
}
.ligthgreen{color: #899f5c;}
.darkgreen{color: #414d42;}

.product-box:hover .text-products img{
	filter: brightness(0) invert(1);
	opacity: 1;
}
.product-box:hover h1,
.product-box:hover h2,
.product-box:hover .nm-price{color: #FFF;}



/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  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;
  background: #536f44;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #414d42;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.readmore-btn{
	width: 135px;
	text-align: center;
	color: #FFF;
	padding: 4px;
	border-radius: 27px;
	overflow: hidden;
	border: 1px solid #536f44;
	margin:2rem auto 0;
}
/*.readmore-btn.hvr-shutter-in-vertical{background: #414d42;}
.readmore-btn.hvr-shutter-in-vertical:before{background: #536f44;}*/



.content-box.ct-reviews{
	background-image: url( "../images/bg-curvetop-green.png"), url( "../images/bg-curvebottom-green.png"), url( "../images/bg-curve-green.png");
	background-position: top center, center bottom, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100%, 100%, cover !important;
}
.title-box.subtitle-box{margin: 0;}
.title-box.subtitle-box h1{color: #FFF;}


.slide-reviews {margin: 2rem auto 3rem;}
.slide-reviews .slick-list{padding: 1rem !important;}
.slide-reviews .slick-dots li{margin: 0;}
.slide-reviews .slick-dots li button{padding: 0;}
.slide-reviews .slick-dots li button:before{
	color: #e4ddce;
	font-size: 14px;
	opacity: .7;
}
.slide-reviews .slick-dots li.slick-active button:before{
	font-size: 16px;
	opacity: 1;
}
/*.slide-reviews .slick-slider{padding: 0 15px;}*/
.slide-reviews .slick-slide{margin: 0 10px;}
.slide-reviews .slick-prev, .slide-reviews .slick-next{
	z-index: 2;
	width: 35px;
	height: 35px;
	background-size: 100% !important;
	filter: invert(95%) sepia(11%) saturate(736%) hue-rotate(314deg) brightness(104%) contrast(93%);
}
.slide-reviews .slick-prev{left: 0px;}
.slide-reviews .slick-next{right: 0px;}
.slide-reviews .slick-prev:before, 
.slide-reviews .slick-next:before{
	display: none;
}
.slide-reviews .slick-prev{
	background: url("../images/arrow-prev.png") center center no-repeat;
}
.slide-reviews .slick-next{
	background: url("../images/arrow-right.png") center center no-repeat;	
}
.slide-reviews .slick-prev:hover,
.slide-reviews .slick-next:hover{
	filter: invert(34%) sepia(18%) saturate(384%) hue-rotate(74deg) brightness(97%) contrast(91%);
}
.slide-reviews .slick-slide.slick-current{
	transform: scale(.9);
	transition: all 0.7s;
}
.slide-reviews .slick-slide.slick-current.slick-active{
	transform: scale(1.06);
	transition: all 0.7s;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
}
.items.img-box{display: block !important;}
.items.img-box:hover img{transform: scale(1.06);}
.items iframe{
	width: 100%;
	height: 100%;
	/* aspect-ratio:3/2.25; */
	/* border-radius: 10px; */
	object-fit: contain;
}

.content-box.ct-promotions{
	background: url("../images/bg-promotions.png") bottom center no-repeat;
	background-size: cover !important;
}

.slide-promotions {margin: 2rem auto 3rem;}
.slide-promotions .slick-list{padding: 1rem !important;}
.slide-promotions .slick-dots li{margin: 0;}
.slide-promotions .slick-dots li button{padding: 0;}
.slide-promotions .slick-dots li button:before{
	color: #506151;
	font-size: 14px;
	opacity: .7;
}
.slide-promotions .slick-dots li.slick-active button:before{
	font-size: 16px;
	opacity: 1;
}
/*.slide-reviews .slick-slider{padding: 0 15px;}*/
.slide-promotions .slick-slide{margin: 0 10px;}
.slide-promotions .slick-prev, .slide-promotions .slick-next{
	z-index: 2;
	width: 35px;
	height: 35px;
	background-size: 100% !important;
	filter: invert(34%) sepia(18%) saturate(384%) hue-rotate(74deg) brightness(97%) contrast(91%);
}
.slide-promotions .slick-prev{left: 0px;}
.slide-promotions .slick-next{right: 0px;}
.slide-promotions .slick-prev:before, 
.slide-promotions .slick-next:before{
	display: none;
}
.slide-promotions .slick-prev{
	background: url("../images/arrow-prev.png") center center no-repeat;
}
.slide-promotions .slick-prev:hover,
.slide-promotions .slick-next:hover{filter: invert(60%) sepia(60%) saturate(266%) hue-rotate(38deg) brightness(88%) contrast(88%);}
.slide-promotions .slick-next{
	background: url("../images/arrow-right.png") center center no-repeat;	
}
.slide-promotions .slick-slide.slick-current{
	transform: scale(.9);
	transition: all 0.7s;
}
.slide-promotions .slick-slide.slick-current.slick-active{
	transform: scale(1.06);
	transition: all 0.7s;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
}

.content-box.contactpage{
	background-color: #fef8ea;
	padding-bottom: 0;
}
.bannerotherpage{
	padding: 10% 0;
	background: url("../images/bg-menu--phone.png") center center no-repeat;
	background-size: cover !important;
}
.bannerotherpage .title-box{color: #FFF;text-align: center;margin: 0;}
.bannerotherpage .title-box h1{
	margin: 0;
	color: #FFF;
}
.content-box.contactpage .social-footer img{
	filter: invert(77%) sepia(9%) saturate(1378%) hue-rotate(48deg) brightness(93%) contrast(88%);
}
.hispage ul{
	color: #FFF;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.hispage ul li a:hover{color: #506151;}
.hispage ul li{margin-right: 5px;}
.hispage ul li:last-child{margin-right: 0;}
.hispage ul li.active {
	color: #ffffff;
}

.cate-lists .nav-pills{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2rem;
}
.cate-lists .nav-pills li{
	width: auto;
	margin: 0 10px 15px 0;
	
}
.cate-lists .nav-pills li:last-child{margin: 0;}
.cate-lists .nav-pills li a{
	color: #FFF;
	padding: 6px 20px;
	display: block;
	text-align: center;
	border-radius: 10px;
	background: #6f945b;
	border: 1px solid #6f945b;
	margin-top: 10px;
	transition: all 0.5s;
}
.cate-lists .nav-pills li a.active,
.cate-lists .nav-pills li a:hover{
	background: #517533;
	border-color: #517533;
	color: #ffffff;
}

.messagebox{
	color: #FFF;
	background: #798c53;
	border-radius: 8px;
	overflow: hidden;
	margin: 2rem auto;
	padding: 2rem 1rem;
	position: relative;
	z-index: 2;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.messagebox h1{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	text-align: left;
	font-family: 'Kanit-Medium';
}

.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	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;
    background:none;
	border: none;
	border-bottom: 1px solid #FFF;
    width: 100%;
	color: #FFF;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #FFF;
}
.form-text::placeholder{color: rgb(255 255 255 / 70%);}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	min-width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #414d42;
    color: #414d42;
    background: #FFF;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #414d42;
	color: #FFF;
	transform: scale(.98);
}

.mapbox{
	width: 100%;
	height: 100%;
	margin-top: 6rem;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	/* margin-top: 6rem; */
}


.content-box.ourproductspage{
	background: url("../images/bg-content.png") center center no-repeat;
	background-size: cover !important;
}
.producttext-box{
	padding:1rem;
	margin: 0 auto 2rem;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(246,237,219,1) 53%, rgba(246,237,219,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(246,237,219,1) 53%, rgba(246,237,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(246,237,219,1) 53%, rgba(246,237,219,1) 100%);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.detail-products{margin-bottom: 1rem;}
.detail-products h1{
	font-size: 1.4rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.detail-products h2{
	font-size: 1.1rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Regular';
}
.detail-products h3{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.detail-products p{margin: 0;}
.detail-products ul{
	/* list-style: none; */
	padding-left: 1rem;
	margin: 1rem auto;
}
.detail-products ul li{padding-bottom: 5px;}
.detail-products span{
	font-size: 1.2rem;
	font-family: 'Kanit-Regular';
}

.slide-products{margin-bottom: 2rem;}
.slide-products .slider-for .slick-list{padding: 1rem;}
.slide-products .slider-for .slick-slide{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin: .3rem;
}
.slide-products .items.img-box{
	width: 100%;
	aspect-ratio:4/3;
}
.slide-products .items.img-box img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	object-fit: scale-down;
}
.slide-products .slider-nav{margin-top: 1rem;}
.slide-products .items.img-box{
	background: #ededed;
}
.slide-products .slider-nav .slick-slide{
	margin-right: 10px;
	border: 1px solid #ededed;
}
.slide-products .slider-nav .slick-next{
	z-index: 2;
	right: -10px;
	width: 30px;
	height: 30px;
	filter: invert(77%) sepia(9%) saturate(1378%) hue-rotate(48deg) brightness(93%) contrast(88%);
	background-size: 100% !important;
	background: url("../images/arrow-right.png") center center no-repeat;
}
.slide-products .slider-nav .slick-prev{
	z-index: 2;
	left: -10px;
	width: 30px;
	height: 30px;
	filter: invert(77%) sepia(9%) saturate(1378%) hue-rotate(48deg) brightness(93%) contrast(88%);
	background-size: 100% !important;
	background: url("../images/arrow-prev.png") center center no-repeat;
}
.slide-products .slider-nav .slick-prev:before, 
.slide-products .slider-nav .slick-next:before{display: none;}


.related-box {
	padding-top: 2rem;
	margin-top: 2rem;
	border-top: 1px solid #414d42;
}
.related-box .subtitle-box{margin-bottom: 2rem;}
.related-box .subtitle-box h1{color: #414d42;}



.content-box.newspage{
	background-color: #fef8ea;
}
.content-box.reviewsfullpage{
	background-color: #fef8ea;
}
.rightbox-scroll--video{
	max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
}
.rightbox-scroll--video::-webkit-scrollbar-track{
	box-shadow:none;
	border-radius: 10px;
	background-color: #fef8ea;
	border: 1px solid #798c53;
}

.rightbox-scroll--video::-webkit-scrollbar{
	width: 10px;
	border-radius: 10px;
	background-color: #fef8ea;
}

.rightbox-scroll--video::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #798c53;
}
/* for green bg */
.rightbox-scroll--video-greenbg{
	max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
}
.rightbox-scroll--video-greenbg::-webkit-scrollbar-track{
	box-shadow:none;
	border-radius: 10px;
	background-color: #798c53;
	border: 1px solid #fef8ea;
}

.rightbox-scroll--video-greenbg::-webkit-scrollbar{
	width: 10px;
	border-radius: 10px;
	background-color: #798c53;
}

.rightbox-scroll--video-greenbg::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #fef8ea;
}

.text-video-greenbg p{
	margin: 0;
	color: #fef8ea;
}
/* end for green bg */
.video-present{
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio:2/3;
	margin-bottom: .5rem;
}
.video-present iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-box--reviews{margin-bottom: 1rem;}
.video-box--reviews.video-rigthbox{
	padding-bottom: .5rem;
	border-bottom: 1px solid #414d42;
}
.video-box--reviews.video-rigthbox:nth-last-child(1){border-bottom: none;}
.text-video p{
	margin: 0;
	color: #536f44;
}

.tabs-news .img-box{margin-bottom: 1rem;}
.img-box:hover img{transform: scale(1.03);}
.tabs-news .nav-pills{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.tabs-news .nav-pills li{
	width: auto;
	margin: 0 8px 10px 0;
}
.tabs-news .nav-pills li a{
	border: 1px solid #414d42;
	text-align: center;
	color: #414d42;
	padding: 5px 15px;
	border-radius: 27px;
	background-color: transparent;
}
.tabs-news .nav-pills li a.active, 
.tabs-news .nav-pills li a:hover{
	background-color: #414d42;
	color: #FFF;
}


.load-pdf img{width: 25px; }
.load-pdf:hover img{transform: scale(1.03);}
.load-pdf{
	display: flex; /* Ensure it's a flex container */
	align-items: center;
	justify-content: flex-end; /* Change to flex-end to align items to the right */
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.load-pdf a{
	width: auto;
	margin: 0 8px 10px 0;
}
.load-pdf a{
	border: 1px solid #414d42;
	text-align: center;
	color: #414d42;
	padding: 5px 15px;
	border-radius: 27px;
	background-color: transparent;
}
.load-pdf a.active, 
.load-pdf a:hover{
	background-color: #414d42;
	color: #FFF;
}

.news-box{margin-bottom: 2rem;}
.news-box:hover img{transform: scale(1.05);}
.text-news{
	padding:.3rem .5rem;
	margin: .75rem 0;
	border-left: 1px solid #414d42;
}
.text-news p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 1);
}


.text-details--news{margin-top: 2rem;}
.text-details--news ul{
	list-style: none;
	padding-left: 1.4rem;
	margin-top: .5rem;
}
.text-details--news ul li{padding-bottom: 8px;}
.text-details--news h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.text-details--news p{margin: 0;}
.text-details--news h2{
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Regular';
}

.content-box.greenbg--ct{
	padding: 22% 0;
	background: url("../images/bg-curve-greenfull.png") center center no-repeat;
	background-size: cover !important;
}
.content-box.greenbg--ct .text-news {
	color: #FFF;
	border-color: #FFF;
}

.title-box.textwhite-title h1{color: #FFF;}
.reviewsfullpage .slide-reviews .slick-dots li button:before{
	color: #414d42;
}
.reviewsfullpage .slide-promotions .slick-dots li button:before{
	color: #e4ddce;
}
.reviewsfullpage .slide-reviews .slick-prev, 
.reviewsfullpage .slide-reviews .slick-next{
	filter: invert(34%) sepia(18%) saturate(384%) hue-rotate(74deg) brightness(97%) contrast(91%);
}
.reviewsfullpage .slide-promotions .slick-prev, 
.reviewsfullpage .slide-promotions .slick-next{
	filter:invert(95%) sepia(11%) saturate(736%) hue-rotate(314deg) brightness(104%) contrast(93%);
}

/* pagination 111*/
.pagination{justify-content: center;}
.pagination li{margin: 0 5px;}
.page-link .active{
	background-color: #718650!important;
	background: #718650;
	color: #FFF;
}
.pagination li a{
	border: 1px solid #718650;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin: auto;
	padding: 0;
	color: #718650;
	display: flex;
	font-size: .8rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}
.pagination li a.page-link:hover{
	background: #718650;
	color: #FFF;
	border-color: #718650;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
	border: 1px solid #718650;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin: auto;
	display: flex;
	padding: 0;
	font-size: .8rem;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}
.greenbg--ct .pagination li a,
.greenbg--ct .page-item:first-child .page-link, 
.greenbg--ct .page-item:last-child .page-link{
	border-color: #FFF;
	color: #FFF;
}

.text-policy{margin-bottom: 1rem;}
.text-policy h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
}
.text-policy p{
	margin-bottom: .75rem;
	text-indent: 3%;
}
.text-policy ul{
	list-style: none;
	padding-left: 3%;
}
.text-policy a:hover{color: #718650;}
.text-policy ul li{margin-bottom: .5rem;}


/* .hispage{margin: 1rem auto 0;}
.hispage ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hispage ul li{
	width: auto;
	margin-right: 15px;
	color: #A4A4A4;
}
.hispage ul li a{padding-right: 8px;color: #33ccff;}
.hispage ul li a:hover{color: #A4A4A4;text-decoration: underline;}
.hispage ul li:last-child{margin-right: 0;} */

/* gallory */

.slideproducts{margin-bottom: 2rem;}
.slideproducts .slick-prev, .slideproducts .slick-next{
	top: 0;
    height: 100%;
	z-index: 3;
    transform: translate(0, 0);
}
.slideproducts .slick-prev{left: 0px;}
.slideproducts .slick-next{right: 0px;}
.slideproducts .slick-prev:before, .slideproducts .slick-next:before {
    font-size: 30px;
    opacity: 1;
    color: #223c77;
	z-index: 5;
}
.slideproducts .slider-for .item{padding: 1rem;}
.slideproducts .slider-nav .item{padding: .3rem;}
.slideproducts .slider-nav .products-pic{margin-right: 8px;}

.slide-gallery{margin-bottom: 2rem;}
.slide-gallery .slick-prev, .slide-gallery .slick-next{
	top: 0;
    height: 100%;
    transform: translate(0, 0);
	z-index: 2;
	filter: invert(77%) sepia(9%) saturate(1378%) hue-rotate(48deg) brightness(93%) contrast(88%);
	background-size: 100% !important;
	
}
.slideproducts .slider-for .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slider-nav .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slick-prev{left: -45px;}
.slide-gallery .slick-prev:before, .slide-gallery .slick-next:before {
    font-size: 35px;
    opacity: 1;
    color: #312d2c;
}
.gallery-box .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	/* aspect-ratio:3/2; */
	transition: all 0.5s;
	/* border-radius: 10px; */
	background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
}
.gallery-box .img-box img{
	width: 100%;
    transition: all 0.5s;
}

.gallery-box:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-box:hover img{transform: scale(1.05);}
.img-box h1{
	font-size: 1.6rem;
	font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
	margin-bottom: 0;
	color: #a9a9a9;
	transition: all 0.5s;
}
.img-box2 {
	width: 100%;
	display: block;
	aspect-ratio:3/2;
	transition: all 0.5s;
}
.img-box p{margin: 0;color: #a9a9a9;}
.gallery-box:hover .img-box h1{transform: scale(1.05);}

/* gallory */

/* gallery2 */
.gallery-box2 .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio:4/3;
	max-width: 100%;
	max-height: 100%;

	transition: all 0.5s;
	/* border-radius: 10px; */
	/* background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%); */
}
.gallery-box2 .img-box img{
	padding: 4px;
	object-fit: cover;
	aspect-ratio:4/4;
}
.gallery-box2:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-box2:hover img{transform: scale(1.05);}

.hislink {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start; /* ปรับจาก center เป็น flex-start */
}
.hislink li {
	margin: 0 5px;
}
.hislink li a {
	padding: 0 8px;
}
.hislink li a:hover {
	text-decoration: underline;
}
.hislink li.active {
	color: #949494;
}

/* gallory */

.slideproducts{margin-bottom: 2rem;}
.slideproducts .slick-prev, .slideproducts .slick-next{
	top: 0;
    height: 100%;
	z-index: 3;
    transform: translate(0, 0);
}
.slideproducts .slick-prev{left: 0px;}
.slideproducts .slick-next{right: 0px;}
.slideproducts .slick-prev:before, .slideproducts .slick-next:before {
    font-size: 30px;
    opacity: 1;
    color: #223c77;
	z-index: 5;
}
.slideproducts .slider-for .item{padding: 1rem;}
.slideproducts .slider-nav .item{padding: .3rem;}
.slideproducts .slider-nav .products-pic{margin-right: 8px;}

.slide-gallery{margin-bottom: 2rem;}
.slide-gallery .slick-prev, .slide-gallery .slick-next{
	top: 0;
    height: 100%;
    transform: translate(0, 0);
}
.slideproducts .slider-for .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slider-nav .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slick-prev{left: -45px;}
.slide-gallery .slick-prev:before, .slide-gallery .slick-next:before {
    font-size: 35px;
    opacity: 1;
    color: #312d2c;
}
.gallery-box .img-box{
	/* display: flex; */
	align-items: center;
	justify-content: center;
	/* aspect-ratio:3/2; */
	transition: all 0.5s;
	
	background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
}
.gallery-box .img-box img{
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.gallery-box:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-box:hover img{transform: scale(1.05);}
.img-box h1{
	font-size: 1.6rem;
	font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
	margin-bottom: 0;
	color: #a9a9a9;
	transition: all 0.5s;
}
.img-box2 {
	width: 100%;
	display: block;
	aspect-ratio:3/2;
	transition: all 0.5s;
}
.img-box p{margin: 0;color: #a9a9a9;}
.gallery-box:hover .img-box h1{transform: scale(1.05);}
.item iframe{
	width: 100%;
	height: 100%;
	aspect-ratio:4/4;
	
	/* object-fit: contain; */
}
/* gallory */

/* gallery2 */
.gallery-box2 .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	/* aspect-ratio:3/2; */
	transition: all 0.5s;
	
	/* background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%); */
}
.gallery-box2 .img-box img{
	/* object-fit: contain; */
	/* aspect-ratio:4/4; */
}
.gallery-box2:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-box2:hover img{transform: scale(1.05);}

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
	text-align: center;
	padding:1rem 0;
	border-radius:0px;
   /* margin:0 5px 20px 5px;*/
	margin: auto;
   }
   .pagelist li{
	   display:inline-block;
	   font-size:1rem;
	   cursor:pointer;
	   /*padding: 0.3rem 0rem;*/
	   margin: 0.2rem;
	   border:2px solid #777;
	   border-radius: 5px;
   }
   .pagelist li.disabled a,
   .pagelist li.disabled a:hover{
		color:#0e0e0e;
		transition: all 0.4s;
   }
   .pagelist li.disabled a,
   .pagelist li.disabled a:hover{
	   color:#d4d4d4;
   }
   .pagelist li a{
	   color:#777;
	   display:block;
	   padding:0 0.5rem;
	   font-weight:bold;
   }
   .pagelist li a i.fa{
	font-size:1rem;
	vertical-align: middle;
   }
   
   .pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
	border-radius:0px;
   }
   .pagelist li.active{
	   background: #6f945b;
	   transition: all 0.4s;
	   border: 2px solid #6f945b;
   }
   .pagelist li a:hover{
	   color: #517533 ;
	   transition: all 0.4s;
   }
   .pagelist li:hover{
	   border:2px solid #517533;
   }
   /*.pagelist li svg { vertical-align: middle; }*/
   .pagelist li svg {    height: 0.8rem; }
   .pagelist li.active a {
	   color: #ffffff;
   }

   .h1text {
	   font-size: 1.0rem;
}
/*///////////End-Content///////////////*/

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #414D42 ;
    z-index: 2345;
    display: block;
    font-size: 1rem;	
	background:#fef8ea;
	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;
	font-family: 'Kanit-Medium';
}
.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 #798C53;
    justify-content: center;
	border-radius: 4px;
	background:#798C53;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#414D42;
    color: #FFF;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background:#282728;
}
.footer ul, .contact-footer ul{
	list-style: none;
}
.footer h1, .contact-footer h1,
.address-footer h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.footer h2, .contact-footer h2,
.address-footer h2, .shopus-footer h1,
.social-footer h1{
	font-size: 1.15rem;
	margin-bottom: .75rem;
	letter-spacing: 1px;
	font-family: 'Kanit-Regular';
	text-transform: uppercase;
}
.map-footer h1{
	font-size: 1.15rem;
	margin-bottom: .75rem;
	letter-spacing: 1px;
	font-family: 'Kanit-Regular';
	text-transform: uppercase;
}
.map-footer img{
	width: 100%;
	height: 280px;
	margin: 0.7rem ;
	margin-left: -10rem ;
	text-transform: uppercase;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{
	color: #899f5c;
	text-decoration: underline;
}
.address-footer p{
	display: flex;
	align-items: flex-start;
}
.footer ul li{padding-bottom: 3px;}
.contact-footer{margin: 2rem auto;}
.copyright-box{
	text-align: center;
	margin-top: 13%;
	padding: 5% 0 0;
	border-top: 1px solid #FFF;
}
.shopus-footer img{
	width: 30px;
	margin: 0;
	transition: all 0.5s;
}
.social-footer{
	text-align: left;
	margin: 1rem auto;
}
.social-footer img{
	width: 30px;
	margin: auto;
	transition: all 0.5s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover,
.shopus-footer img:hover{
	transform: scale(.95);
}

/*///////////End-Footer///////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background:url("../images/bg-menu--phone.png") top center no-repeat;
		background-size: cover !important;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        right: -100%;
        margin: 0 !important;
        z-index: 55;
		transition: all 0.6s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		right: 0;
		transition: all 0.6s;
	}
	.navbar-collapse.show{
		display:block;
		right: 0;
		transition: all 0.6s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all 0.6s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.6s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all 0.6s;
	}
}


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












