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.woff2') format('woff2'),
         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;
}
@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: #626262;
	overflow-x: hidden;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 50%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#228b22;
    font-size: .9rem;
    opacity: .5;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 20%;
    right: 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;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
    background: #228b22;
    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: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	width: 70%;
	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);
}
#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%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-fullmain{
	display: block;
	padding: 0;
	margin: auto;
	width: 100%;
}
.headbar-main{
    width: 100%;
    padding:1rem 0;
    transition: all 0.5s;
    background:#FFF;	
}
.slim.headbar-fullmain{box-shadow: 0 2px 8px rgba(0,0,0,0.5);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0 ;
    text-align: left;
    margin: 0 auto;
    transition: all 0.5s;
}
.navbar-brand img{
    width: 255px;
    margin: 0;
    transition: all 0.5s;
}
.navbar-brand.d-lg-none img{
	width:280px;
}

.navbar-collapse ul li{
	padding: 0 15px;
    text-align: left;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
    color: #003600 ;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{color: #FFF;}
.contact-header{font-size: 22px;}

.contact-header{
	text-align: center;
	color: #228b22;
    transition: all 0.5s;
}
.contact-header a:hover{text-decoration: underline;color: #000;}

/* Sweep To Right */
.hvr-sweep-to-right {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #93c693;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 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-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .navbar-collapse ul li.active .hvr-sweep-to-right:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.social-header{padding:5px 15px;text-align: center;}
.social-header a{padding: 0 5px;}
.social-header img{transition: all 0.5s;}
.social-header img:hover{transform: scale(.95);}

.language-mobile {
    position: absolute;
    right: 2.5rem;
    top: 0.3rem;
    z-index: 1;
}
.language-mobile a{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.language-mobile img{width: 100%;}
.language-mobile .dropdown-menu{
	width: 100%;
	min-width: inherit;
	padding: 0;
	border: none;
	border-radius: 0;
}
.language-mobile .dropdown-menu a{
	padding: 5px;
	text-align: center;
	width: auto;
	height: auto;
	border-radius: 0%;
}
.language-mobile .dropdown-menu a:hover{
	background: #F5F5F5;
}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}

.owl-dots{
	display: block !important;
	position: absolute;
    bottom:3%;
    left: 0;
    z-index: 555;
    width: 100%;
    text-align: center;
}
.owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #FFF;
	border: 1px solid #228b22;
}
.owl-carousel button.owl-dot.active{
    background-color: #228b22;
}


/*content--//////////////////////////////////////////////////////////////////////////*/
.content-box{padding: 10% 0;}
.aboutus-box{margin-bottom: 2rem;}
.aboutus-box h1{
	color: #228b22;
	margin-bottom: .3rem;
	font-size: 22px;
    font-family: 'Kanit-Medium';
}
.aboutus-box a.button-more{
	display: block;
	width: 150px;
	margin: 1rem 0;
	padding: 8px;
	background: #228b22;
	color: #FFF;
	text-align: center;
	transition: all 0.5s;
	border-radius: 10px;
}
.aboutus-box a.button-more:hover{
	background: #003600;
	transform: scale(.95);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.img-box{
	width: 100%;
	margin: auto;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}

.content-products{
	padding: 10% 0;
	background: #f4f4f4;
}
.title-box{
	color: #228b22;
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 26px;
	margin-bottom: 0;
    font-family: 'Kanit-Medium';
}
.title-box p{margin-bottom: 0;}
.products-box{
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.products-box:hover img{transform: scale(1.05);}
.detail-box h1{
	font-size:1rem;
	margin-bottom: 0;
    font-family: 'Kanit-Medium';
	font-size: 1rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(1rem * 1.2 * 2);
}
.detail-box p{margin-bottom: 0;

	font-size: 1rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    /*height: calc(1rem * 1.2 * 2);*/
}
.detail-box{
	padding: .5rem;
	color: #626262;
	text-align: center;
}
.slide-products .owl-carousel.owl-products .item{padding:.5rem;}

.slide-products .owl-products .owl-nav{
	position: absolute;
    top: 50%;
	width: 100%;
	left: 0;
	display: block !important;
    transform: translate(0%,-50%);
}
.slide-products .owl-products .owl-nav  button.owl-prev{
	font-size: 26px;
    color: #228b22;
    margin-left:0;
}
.slide-products .owl-products .owl-nav  button.owl-next{
	font-size: 26px;
    color: #228b22;
    margin-right: 0;
	float: right;
	clear: both;
}

.water-detail{
	color: #626262;
	position: relative;
	/*margin-bottom: 2rem;
	background: #ddfdf8;*/
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.water-detail span {
    width: 100%;
    left: 0;
    text-align: center;
    top: 5%;
    z-index: 1;
    position: absolute;
	display: block;
}
.water-detail img{
	width: 100%;
	transition: all 0.5s;
}
.water-detail h1{
	font-size: 26px;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
}
.contact-sendmox{
	padding:2rem 1rem;
	background: #FFF;
	color: #626262;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.contact-sendmox h1{
	font-size: 26px;
	text-align: center;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
}
.contact-sendmox p{	
	text-align: center;
	margin-bottom: 2rem;
}
.detail-form{margin-bottom: .5rem;}
.detail-form .fa-sync-alt{
    cursor: pointer;
    color: #228b22;
	font-size: 22px;
	vertical-align: middle;
}
.form-text{
    padding: 8px 15px;
    background: #FFF;
    border: 1px solid #cfcfcf;
    width: 100%;
    border-radius: 10px;
    height: auto;
    color: #000;
    margin-bottom: 0;
}
.form-text::placeholder{color: #cfcfcf;}
.form-text:focus{outline: none;}
.sendus-btn{
    width: 100%;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: none;
    color: #FFF;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 10px;
	background:#228b22;
}
.sendus-btn:hover{
	background: #003600;
    transform: scale(.95);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.policy-box ul{list-style: none;}
.policy-box ul li{padding: 0 15px;}
.policy-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    text-align: center;
    padding: 1rem ;
    color: #FFF;
    z-index: 5;
    display: block;
    font-size: 18px;	
	background:#228b22;
}
.policy-box p{
    margin-bottom: 0;
    font-size: 20px !important; 
    font-family: 'Kanit-Medium';
}
.policy-box a{color: #003600;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    border-radius: 5px;
    margin: .5rem auto;
    font-family: 'Kanit-Medium';
	background-color: #003600;
	box-shadow: none;
	border: none;
}
.btn-cookiepolicy:hover{
	transform: scale(.98);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}


.footer {
	color: #414141;
	padding:10% 0;
	z-index: 2;
	background:#FFF;
}
.footer p{margin-bottom: 0;}
.footer h1{
    font-size:20px;
    margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
}
.footer .fa-phone-alt, .footer .fa-map-marker-alt{
	font-size: 22px;
	margin-right: 10px;
}
.footer ul{list-style: none;line-height: 1.5;}
.contact-footer{margin: 2rem auto;}
.footer ul li{padding-bottom: 5px;}
.menu-footer ul li.active a, .menu-footer ul li a:hover{font-weight: 700;}
.footer ul li span{font-family: 'Kanit-Medium';}
.footer a:hover{text-decoration: underline;color: #228b22;}
.logo-footer{text-align: center;margin-bottom: 2rem;}
.logo-footer img{
	max-width: 100%;
	filter: brightness(0) invert(1);
}
.copyright-box{
    color: #FFF;
    padding:10px 15px;
    text-align: center;
	background: #228b22;
}
.copyright-box a:hover{text-decoration: underline;}
.social-footer{
	margin-top: .75rem;
	text-align: center;
}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{transform: scale(.95);}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}

.content-fullpage .headbar-main{box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.content-otherpage{padding: 10% 0;}
.title-box2{
	color: #228b22;
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box2 h1{
	font-size:33px;
	margin-bottom: 0;
    font-family: 'Kanit-Medium';
}
.title-box2 p{
	margin-bottom: 0;
	letter-spacing: 1px;
}
.news-box{
	color: #626262;
	margin-bottom: 2rem;
}
.news-box:hover img{transform: scale(1.05);}
.news-box h1{
	color: #228b22;
	font-size:20px;
	margin: 1rem auto 0;
    font-family: 'Kanit-Medium';
}
.news-box p{margin: 0;}


.content-otherpage.productspage .products-box{
	height: 100%;
}
.content-otherpage.productspage .col-6{margin-bottom: 2rem;}
.detail-product{color: #626262;}
.detail-product h1{
	font-size: 1.1rem;
	color: #228b22;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
}
.detail-product p{
	margin-bottom: 0;
	color: #228b22;
}
.detail-product ul {
	list-style: none;
	margin: 1rem auto;
	padding-left: 1rem;
}
.detail-product ul li{
	padding-bottom: 0.3rem;
	display: flex;
	align-items: baseline;
}
.detail-product ul.detail-pro2 li{display: block;}
.detail-product .fa-circle{
	font-size: 13px;
	margin-right: 15px;
	color: #228b22;
}

.slide-news{margin-bottom: 2rem;}
.slide-news .owl-carousel{display: block;}
.slide-news  .item{
	background:#FFF;
	text-align:center;
}
#big{
	height:315px;
	overflow:hidden;
	margin-bottom:20px;
} 
#big .item{	height:315px;}
#big .item iframe{width: 100%;height: 100%;}
#big .item img{width: 100%;height: 100%;object-fit:cover;}
#thumbs .item{
	height:85px;
	overflow:hidden;
	border: 1px solid #228b22;
}
#thumbs .item img{
	height:100%;
	width: 100%;
	object-fit: cover;
}
.slide-news .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
}
.slide-news .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: #228b22;
}
.slide-news .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    color:#228b22;
}

.slide-news .owl-carousel .owl-nav button.owl-prev, .slide-news .owl-carousel .owl-nav button.owl-next{ font-size:15px;}
.slide-news .owl-carousel .owl-nav button:focus{box-shadow: none;border: none;outline: none;}



.content-otherpage.videopage{overflow: hidden;}
.slide-video {padding: 5%;margin-top: 2rem;}
.slide-video .owl-video .owl-item .item img{
	width: 100%;
}
.slide-video .owl-video .owl-stage-outer{overflow: inherit;}

.slide-video .owl-video .owl-item .item{
	width: 90%;
	margin: auto;
    transform: scale(.9);
    transition: ease-in-out .8s;
}
.slide-video .owl-video  .owl-item.active .item{
    transform: scale(1.1);
    transition: ease-in-out .8s;
	box-shadow: 0px 0px 10px 1px rgba(110, 110, 110, 0.4);
}
.slide-video .owl-video .owl-nav{
	width: 100%;
	position: absolute;
	top: 50%;
	left:0;
	z-index: 1;
	transform: translate(0,-50%);
	display: flex;
	justify-content: space-between;
}
.slide-video .owl-video .owl-nav button.owl-prev{
	margin-left: -1rem;
	font-size: 20px;
	color: #228b22;
}
.slide-video .owl-video .owl-nav button.owl-next{
	margin-right: -1rem;
	font-size: 20px;
	color: #228b22;
}

.vdo-show{
	width: 100%;
	height: 280px;
}
.vdo-show iframe{
	width: 100%;
	height: 100%;
}

.address-box{margin-bottom: 3rem;}
.address-box h1{
	font-size: 22px;
	margin-bottom: .75rem;
	color: #228b22;
    font-family: 'Kanit-Medium';
}
.address-box ul{
	list-style: none;
	margin: 1rem auto;
}
.address-box ul li{padding-bottom: 15px;}
.address-box .img-box{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.mapbox{
	width: 100%;
	height: 280px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}
.content-otherpage.contactpage .message-contact{
	color: #FFF;
	padding: 1rem;	
	background-color: rgb(34, 139, 34);
	box-shadow: 0px 0px 16.56px 1.44px rgba(92, 92, 92, 0.28);
}
.contactpage .message-contact h1{
	text-align: center;
	font-size: 33px;
    font-family: 'Kanit-Medium';
	margin-bottom: .5rem;
}
.contactpage .message-contact p{
	margin-bottom: 2rem;
	text-align: center;
}
.contactpage .message-contact .sendus-btn{
	background: #FFF;
	color: #228b22;
}
.contactpage .detail-form .fa-sync-alt{
	color: #FFF;
	margin-left: 15px;
}












/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}

/*product*/

.icon-box{
	text-align: center;
	margin-bottom: 2rem;
	border:1px solid #228b22;
}
.icon-box:hover h1{
    background: #228b22;
	color: #FFF;
	transition: all 0.5s;
}
.icon-box h1{
	font-weight:bold;
	font-size: 1rem;
	margin-bottom: 0;
	padding: 15px;
    background: #FFF;
}

.icon-box p{
	margin: 0;
	font-size: 18px;
}
.icon-box img{
	transition: all 0.5s;
	/*filter: brightness(0) invert(1);*/
	max-width: 100%;
}
.icon-box:hover img{transform: scale(.95);}
.img-products{
	width: 100%;
	overflow: hidden;
}
.img-products img{max-width: 100%;}
.detail-products{
	color: #FFF;
	margin: 2rem auto;
}
.detail-products h1{
	font-size: 20px;
	margin-bottom: 8px;
}
.detail-products p{margin-bottom: 1rem;}
.detail-products ul{
	/*list-style: none;*/
	margin-left:1rem;
	margin-bottom: 15px;
}
.detail-products ul li{
	padding-bottom: 5px;
	color: #a2a2a2;
	padding-left: 1rem;
}
.detail-products ul li:first-child{
	color: #FFF;
	padding-left: 0;
	padding-bottom: 10px;
}

.hisclick{ margin:1rem 0;}
.hisclick ul {
    display: flex;
    align-items: center;
    list-style: none;
    color: #B3B3B3;
    margin-bottom: 2rem;
}
.hisclick ul li {
    width: auto;
    /* margin: auto; */
    text-align: center;
}
.hisclick ul li a {
    padding: 0 5px;
}


.category-tabs h1{
    font-size: 28px;
    margin-bottom: 1rem;
    font-weight: 700;
    text-align: center;
	color: #b3b3b3;
}
.category-tabs ul.nav-pills{
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.category-tabs ul.nav-pills li{
    width: auto;
    margin: 0 5px 5px;
    color: #636363;
}
.category-tabs ul.nav-pills li .fa-angle-double-right{display: none;}
.category-tabs ul.nav-pills li a{
    padding: 3px 5px;
    display: block;
    margin-bottom: 3px;
    border-radius: 5px;
    border: 1px solid #161616;
}
.category-tabs ul.nav-pills li a.active, .category-tabs ul.nav-pills li a:hover{
    color: #FFF;
    background: #161616;
}
.category-tabs ul.nav-pills li.sub a.active, .category-tabs ul.nav-pills li.sub a:hover{
    color: #228b22;
    background: #FFF;
    border-bottom: 1px solid #228b22;
}
.product-box{
    text-align: left;
    margin-bottom: 2rem;
}
.product-box .img-box{width: 100%;overflow: hidden;}
.product-box img{/*max-width: 100%;*/transition: all 0.5s;}
.product-box:hover img{/*transform: scale(1.05);*/}
.product-box .img-box{ background: #FFF;    border: 1px solid #7d7d7d;}

.product-box .img-box,
.img-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.img-box-2 {
    padding-bottom: 80%;
}
.product-box .img-box div ,
.img-box-2 div {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    /* height: auto; */
    height: 100%;
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product-box .img-box div img ,
.img-box-2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	/*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
	/*max-width: 100%;*/
    /*height: 100%;*/
    max-width: 100%;
    max-height: 100%;
}

.product-box h1{
    font-size: 0.8rem;
    margin: 1rem auto 0;
    font-weight: 700;
}
.product-box ul{list-style: none;font-size: 0.8rem;}
.product-box li span{text-decoration: line-through;color: #636363;}
.product-box li p{font-size: 0.8rem;color: #f00;}




/*policy*/
.text-policy ul {
	padding-left:50px;
}
.text-topic { font-size:1.2rem; font-weight:bold; margin-top:1rem; }
.text-indent30{ text-indent:1rem;}


.title-page{    
	color: #228b22;
    font-family: 'Kanit-Medium';
    font-size: 1.5rem;
}
.vdo-name{
	color: #228b22;
    font-family: 'Kanit-Medium';
    font-size: 1.2rem;
	text-align:center;
}
.vdo-present{
    width: 100%;
    height: 280px;
    margin-top: 2rem;
}
.vdo-present iframe{
    width: 100%;
    height: 100%;
}


li.dropdown .dropdown-menu.show {     background: #000;}
li.dropdown .dropdown-menu.show a{ text-align:left; padding: 10px;}
li.dropdown .dropdown-menu.show a:hover {     background: #228b22; }


 /*-----cate----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.main-cate {
	list-style:none ;
	text-align:center !important;
}
ul.main-cate li{
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    font-size: 1rem;
	color:#3b3b3b;
    /*text-transform: uppercase;*/
	padding: 0px 15px;
    border-bottom: 3px solid #ffffff;
	margin: 0.2rem 0.2rem;
   /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.main-cate li.active,
ul.main-cate li:hover{
	color: #228b22;
    border-bottom: 3px solid #ffffff;
}



/*///////////////////////////////////////////////////////////////////////////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;*/
	padding: 0rem 0.1rem;
	margin: 0.2rem;
	/*border:2px solid #777;*/
	border: 2px solid #FFF;
	border-radius: 5px;
}
/*.pagelist li:last-child:hover ,
.pagelist li:last-child, .pagelist li:first-child:hover ,
.pagelist li:first-child{
	border: 2px solid #FFF;
}*/
.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: #29b38b;
    transition: all 0.4s;
    border: 2px solid #abe2cb;
}
.pagelist li a:hover{
    color: #29b38b ;
	transition: all 0.4s;
}
/*.pagelist li:hover{
	border:2px solid #ecab53;
}*/
/*.pagelist li svg { vertical-align: middle; }*/
.pagelist li svg {    height: 0.8rem; }
.pagelist li.active a {
    color: #FFF;
}


/*///////img-box-2///////*/
.img-box,
.img-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.img-box-2 {
    padding-bottom: 80%;
}
.img-box div ,
.img-box-2 div {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    /* height: auto; */
    height: 100%;
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.img-box div img ,
.img-box-2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	/*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
	max-width: 100%;
    max-height: 100%;
    /*width: auto;
    height: 100%;*/
}




/*social*/
.social-share a {
	padding:5px 10px;
	color:#FFF;
	opacity: 0.8;
	font-size:1rem;
	border-radius:3px;
	margin: 1px;
	display: inline-block;
	/*border-radius:50%;*/
}
.social-share a:hover {
	opacity: 1;
}
.social-share a.facebook {	background-color: #1877f2;}
.social-share a.twitter {	background-color: #55acee;}
.social-share a.line {	background-color: #00b900;}
.social-share a.mail {	background-color: #ecab53;}
.social-share a.download-file {	background-color: #1c1c1c;}
