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

body{
   font-family: 'Prompt-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #282828;
}
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: #1fa12e;
    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///////////////*/
.headbar-main{
    padding: 0;
	display: block;
    transition: all 0.6s;
	background-color:#FFF;
}
.slim.headbar-main{box-shadow: 0 2px 5px rgba(0,0,0,0.3);}
.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: 100px;
	transition: all 0.5s;
	margin: auto;
}

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

.navbar-nav li{
	padding: 0 15px;
	margin-bottom: .5rem;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
.navbar-nav li a{
	padding: 8px 15px;
	display: block;
	color: #282828;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #1fa12e;
}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	background: #f5f5f5;
	border-radius: 0;
	margin: 0 -15px;
}
.navbar-nav li .dropdown-menu a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	padding: 10px 20px;
	color: #000;
}
.navbar-nav li .dropdown-menu .subdropdown a{
	padding: 10px 20px 10px 40px;
	text-align: left;
	display: block;
}
.navbar-nav li .dropdown-menu a p{margin: 0;}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #FFF;
	background: #1fa12e;
}
.navbar-nav li .dropdown-menu a img{
	width: 33px;
	margin-right: 10px;
	transition: all 0.5s;
	filter: invert(47%) sepia(97%) saturate(451%) hue-rotate(78deg) brightness(87%) contrast(86%);
}
.navbar-nav li .dropdown-menu a.active img,
.navbar-nav li .dropdown-menu a:hover img{filter: brightness(0) invert(1);}

/* 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: #1fa12e;
  height: 4px;
  -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;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .navbar-nav li.active .hvr-underline-from-left:before {
  right: 0;
}

.social-header{
	text-align: center;
	padding: 0 30px;
	margin: 2rem auto 0;
	width: 100%;
}
.social-header img{
	width: 40px;
	filter: invert(53%) sepia(15%) saturate(2170%) hue-rotate(76deg) brightness(89%) contrast(99%);
	transition: all 0.8s;
}
.social-header img:hover{
	transform: scale(.95);
	filter: invert(17%) sepia(23%) saturate(2991%) hue-rotate(112deg) brightness(95%) contrast(104%);
}
.social-header a:hover{color: #6495ed;}
.social-header ul img{width: 28px;margin-right: 5px;}
.social-header ul{
	list-style: none;
	text-align: left;
}
.social-header ul li{margin-bottom: 1rem;}
.contactbar{
	padding: 5px 0;
	color: #FFF;
	display: none;
	background-image: -moz-linear-gradient( 1deg, rgb(255,255,255) 0%, rgb(31,161,46) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(255,255,255) 0%, rgb(31,161,46) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(255,255,255) 0%, rgb(31,161,46) 100%);
}
.hotline img{
	width: 25px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
.hotline a:hover{color: #003d1a;}
.hotline ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/********************/
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

/*banner*/
.banner-captions{
    position: absolute;
    width: 100%;
    color: #FFF;
    /*text-transform: uppercase;*/
	font-family: 'Prompt-Medium';
    text-shadow: 0px 1px 0.98px rgba(0, 0, 0, 0.49);
}
/*
caption1  == บนซ้าย
caption2  == บนกลาง
caption3  == บนขวา
caption4  == กลางซ้าย
caption5  == กลาง
caption6  == กลางขวา
caption7  == ล่างซ้าย
caption8  == ล่างกลาง
caption9  == ล่างขวา
*/
/*.caption1{left: 2rem; bottom: 2rem;}
.caption2{bottom: 2rem;text-align: center;}
.caption3{top: 1rem;left: 2rem;}
.caption4{right: 2rem;top: 4rem;text-align: right;}
.caption5{right: 2rem;bottom: 2rem;text-align: right;}
.caption7{
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}*/
.caption1{left: 2rem;top: 2rem;}
.caption2{top: 2rem;text-align: center;}
.caption3{top: 2rem;text-align: right; right: 2rem;}
.caption4{left: 2rem; /*top: 35%;*/	top: calc(100% - 50%);}
.caption5{
    text-align: center;
    /*top: 35%;*/
	top: calc(100% - 50%);
    transform: translate(0,-50%);
}
.caption6{
	right: 2rem;
	/*top: 35%;*/
	top: calc(100% - 50%);
	text-align: right;
}
.caption7{left: 2rem; bottom: 2rem;}
.caption8{bottom: 2rem;text-align: center;}
.caption9{bottom: 2rem;text-align: right; right: 2rem;}


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

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
.captionbanner{
	position: absolute;
	text-align: center;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 1;
	color: #FFF;
	padding-top: 20%;
	font-family: 'Prompt-Medium';
	font-size: 33px;
	text-shadow: 2.6px 3px 5px rgba(0, 0, 0, 0.4);
}

.captionbanner h1{
	font-size: 45px;
	margin: 0;
}
.captionbanner p{margin: 0;letter-spacing: 2px;}
#carouselmainSlide .carousel-item{
	position: relative;
	height: 667px;
	overflow: hidden;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#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: #3b79bd;
	border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}

.service-banner{
	width: 100%;
	left: 0;
	bottom: 3%;
	z-index: 2;
	padding: 0 3%;
	position: absolute;
}
.service-banner .row{align-items: flex-end;}
.icon-box{
	text-align: center;
	padding: 1rem .75rem;
	border-radius: 20px;
	overflow: hidden;
	color: #FFF;
	position: relative;
	margin-bottom: 1rem;
	transition: all 0.6s;
	background-color: rgba(31, 161, 46, 0.8);
	box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.33);
}

.icon-box img{
	width: 75px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.icon-box p{
	margin: .5rem auto;
	font-family: 'Prompt-Medium';
	text-shadow: 2.517px 3.109px 5.04px rgba(0, 0, 0, 0.27);
}
.readmore-btn{
	padding: 8px 10px;
	text-align: center;
	width: 155px;
	color: #FFF;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #133800;
	background: #133800;
}
.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.readmore-btn:hover{border-color: #1fa12e;}
.readmore-btn img{
	width: 20px;
	margin-right: 10px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.readmore-btn:hover img{margin-right: 0;}

.icon-box .readmore-btn{
	position: absolute;
	left: 50%;
	bottom: -40%;
	transform: translate(-50%,0);
	z-index: 1;
	transition: all 0.6s;
}
.icon-box:hover .readmore-btn{
	bottom: 3%;
}
.icon-box:hover{
	padding: 2rem .75rem 3.5rem;
}

/* 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: #1fa12e;
  -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, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.img-box{
	text-align: center;
	overflow: hidden;
	margin-bottom: 1rem;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}
.title-box{
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	font-size: 30px;
	color: #198b43;
	margin: 0;
	font-family: 'Prompt-Medium';
	text-transform: uppercase;
}
.title-box h2{
	font-size: 24px;
	margin: 0;
	color: #1fa12e;
	font-family: 'Prompt-Medium';
	text-transform: uppercase;
}
.title-box p{margin: 0;}


.content-box.abouthome{background: #f3f3f3;}
.textabout-home .readmore-btn{margin: 2rem 0;}
.img-abouthome{
	text-align: center;
	overflow: hidden;
}
.img-abouthome img{
	max-width: 100%;
}
.textabout-home{padding-right: 5%; margin-bottom: 2rem;}
.textabout-home p{margin-bottom: 1rem;}
.textabout-home h1{
	color: #1fa12e;
	font-size: 26px;
	margin-bottom: 2rem;
	font-family: 'Prompt-Medium';
}
.textabout-home span{font-family: 'Prompt-Medium';}
.textabout-home span.textgreen{
	font-style: italic;
	color: #1fa12e;
}
.category-box{
	text-align: center;
	padding: 2rem .75rem;
	color: #FFFFFF;
	transition: all 0.6s;
	background: #1fa12e;
	border-radius: 10px;
	height: 100%;
}
.category-box:hover{background: #133800;}
.category-box img{
	width: 50px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.category-box:hover img{transform: scale(.95);}
.category-box p{margin: .5rem auto;}
.content-box.categoryhome .col-md-4{margin-bottom: 1rem;}

.content-box.videohome,
.content-box.recommendprodocuthome{background: #f3f3f3;}

.textpro h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	color: #1fa12e;
	font-family: 'Prompt-Medium';
}
.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.3* 2);
}
.recom-products:hover img{transform: scale(1.05);}

.slideproductone .slick-slide{margin: 0 5px;}
.slideproductone .slick-prev::before, .slideproductone .slick-next::before{display: none;}
.slideproductone .slick-prev, .slideproductone .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	border-radius: 50%;
	z-index: 1;
	top: 25%;
	filter: invert(100%) sepia(0%) saturate(4645%) hue-rotate(295deg) brightness(78%) contrast(105%);
}
.slideproductone .slick-prev{
	left: 0;
	background: url("../images/arrow-left.png") center center no-repeat;
}
.slideproductone .slick-next{
	right: 0;
	background: url("../images/arrow-next.png") center center no-repeat;
}
.new-products .img-box{
	background: #f6f6f6;
	border: 2px solid transparent;
	border-radius: 10px;
	aspect-ratio:2/2;
	transition: all 0.6s;
}
.new-products:hover .img-box{border-color:#198b43;}
.new-products .img-box img{
	aspect-ratio:2/2;
	object-fit: scale-down;
}
.new-products:hover img{transform: scale(1.05);}
.slideproducttwo .slick-slide{margin: 0 5px;}
.slideproducttwo .slick-prev::before, .slideproducttwo .slick-next::before{display: none;}
.slideproducttwo .slick-prev, .slideproducttwo .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	border-radius: 50%;
	z-index: 1;
	top: 40%;
	filter: invert(100%) sepia(0%) saturate(4645%) hue-rotate(295deg) brightness(78%) contrast(105%);
}
.slideproducttwo .slick-prev{
	left: 0;
	background: url("../images/arrow-left.png") center center no-repeat;
}
.slideproducttwo .slick-next{
	right: 0;
	background: url("../images/arrow-next.png") center center no-repeat;
}

.covervideo{
	width: 35% !important;
	aspect-ratio:3/2;
	overflow: hidden;
}
.covervideo img{
	width: 100% !important;
	transition: all 0.5s;
	aspect-ratio:3/2;
	object-fit: cover;
	filter: none !important;
}
.textvideo{
	padding: .5rem 1rem;
	color: #282828;
}
.textvideo h1{
	font-size: 1rem;
	margin: 0;
}
.textvideo p{
	margin: 0;
}
.tabs-video ul.nav-pills{
	display: block;
}
.tabs-video ul.nav-pills li a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 8px;
	background: #FFF;
	width: 100%;
	transition: all 0.5s;
	border: 1px solid #ececec;
}
.covervideo:hover img,
.tabs-video ul.nav-pills li a:hover img{transform: scale(1.05);}
.tabs-video ul.nav-pills li a:hover,
.tabs-video ul.nav-pills li a.active{border-color: #1fa12e;}
.tabs-video ul.nav-pills li{margin-bottom: 1rem;}

.video-box{
	padding: 1rem;
	background: #FFF;
	border: 1px solid #ececec;
	margin-bottom: 2rem;
}
.videoplay{
	width: 100%;
	overflow: hidden;
	aspect-ratio:3/2;
	margin-bottom: 1rem;
}
.videoplay iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-box p{
	margin: 0;
	color: #1fa12e;
}
.video-box h1{
	font-size:1.2rem;
	margin: 0;
	font-family: 'Prompt-Medium';
}

.knowledge-box{margin-bottom: 2rem;}
.knowledge-box .img-box{
	aspect-ratio:3/2;
}
.knowledge-box .img-box img{
	height: 100%;
	object-fit: cover;
}
.knowledge-box:hover img{transform: scale(1.05);}
.textknowledge p{
	margin: 0;
	color: #1fa12e;
}
.textknowledge h1{
	font-size: 1rem;
	margin: 0;
	font-family: 'Prompt-Medium';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2);
}



.bannerpage{
	text-align: center;
	position: relative;
	background: #000;
}
.bannerpage img{
	width: 100%;
	opacity: .8;
	transition: all 0.6s;
}
.bannerpage .title-box{
	margin-bottom: 0;
	color: #FFF;
	text-align: left;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 50%;
	padding-left: 10%;
	transform: translate(0,-50%);
}
.bannerpage .title-box h1{color: #FFF;}
.bannerpage .title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start; 
}
.bannerpage .title-box ul li{
	width: auto;
	margin: 0 10px 0 0;
}

.tabs-category ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	margin-bottom: 2rem;
	justify-content: flex-start;
}
.tabs-category ul li{
	width: auto;
	margin: 0 8px 10px;
}
.tabs-category ul li a{
	padding: 10px;
	text-align: center;
	display: block;
	border: 1px solid #ececec;
}
.tabs-category ul li a.active,
.tabs-category ul li a:hover{border-color: #1fa12e;color: #1fa12e ;}

.products-box{margin-bottom: 2rem;}
.products-box h1{
	font-size: 1rem;
	margin: 0;
}
.products-box .img-box{
	aspect-ratio: 2 / 2;
    background: #f7f7f7;
    border-radius: 10px;
	transition: all 0.6s;
	border: 2px solid transparent;
}
.products-box .img-box img{
	aspect-ratio: 2 / 2;
    object-fit: scale-down;
}
.products-box:hover .img-box{border-color: #1fa12e;}
.products-box:hover img{transform: scale(1.05);}
.products-box .readmore-btn{margin: 1rem 0;}
.products-box .readmore-btn img{transform: scale(1) !important;}

.textdetail-products span{font-family: 'Prompt-Regular';}
.textdetail-products2 span{font-family: 'Prompt-Regular';}
.textdetail-products ul{
	/*list-style: none;*/
	padding-left: 1rem;
	margin-bottom: 2rem;
}
.textdetail-products ul li{margin-bottom: 10px;}
.textdetail-products h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #133800;
	font-family: 'Prompt-Medium';
}
.textdetail-products h2{
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #1fa12e;
	font-family: 'Prompt-Regular';
}
.textdetail-products h3{
	font-size: 1rem;
	margin-bottom: 1rem;
	font-family: 'Prompt-Medium';
}
.textdetail-products .readmore-btn{width: 235px;}
.textdetail-products p{margin: 0;}
.textdetail-products.textdetail-products2{margin-top: 2rem;}
.tags a {
	font-size:80%;
	color: #666666;
}
.tags a:hover {
    color: #1fa12e;
}
.slideprodoucts .slider-for .slick-slide{
	aspect-ratio:3/2;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.slideprodoucts .slider-for .slick-slide div,
.slideprodoucts .slider-for .slick-slide .img-box{
	margin: 0;
	height: 100%;
	background: #f5f5f5;
}
.slideprodoucts .slider-for .slick-slide .img-box img{height: 100%;object-fit: scale-down;}
.slideprodoucts .slick-prev:before, .slideprodoucts .slick-next:before{display: none;}
.slideprodoucts .slick-prev, .slideprodoucts .slick-next{
	width: 25px;
	height: 25px;
	background-size: 100% !important;
	border-radius: 50%;
	z-index: 1;
	filter: invert(69%) sepia(49%) saturate(3269%) hue-rotate(339deg) brightness(100%) contrast(93%);
}
.slideprodoucts .slick-prev{left: -.5rem;background: url( "../images/arrow-prev.png") center center no-repeat;}
.slideprodoucts .slick-next{right: -.5rem;background: url("../images/arrow-next.png") center center no-repeat;}
.slideprodoucts .slick-prev:hover,
.slideprodoucts .slick-next:hover{filter:none;}

.slideprodoucts .img-box{border-radius: 10px;border: 1px solid #eee;}
.slideprodoucts .slider-nav .slick-slide{
	margin: 0 5px;
	aspect-ratio:3/2;
	
}
.slideprodoucts .slider-nav{padding: 1rem;}
.slideprodoucts .slider-nav .slick-slide{opacity: .4;}
.slideprodoucts .slider-nav .slick-slide div,
.slideprodoucts .slider-nav .slick-slide .img-box{
	margin: 0;
	height: 100%;
	background: #f5f5f5;
}
.slideprodoucts .slider-nav .slick-slide .img-box img{height: 100%;object-fit: scale-down;}
.slideprodoucts .slider-nav .slick-slide:hover,
.slideprodoucts .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}

.video-presents{
	width: 100%;
	overflow: hidden;
	margin: 2rem auto;
	border-radius: 10px;
	aspect-ratio:3/2;
}
.video-presents iframe{
	width: 100%;
	height: 100%;
}
.relatedbox .readmore-btn.relatedreadmore{
	margin: 1rem auto;
}
.content-box.relatedbox{background: #f5f5f5;}


.contactform{
	padding: 2rem 1rem;
	color: #FFF;
	background-color: #133800;
	border-radius: 10px;
}
.contactform h1{
	font-size: 24px;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-family: 'Prompt-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: #FF0000;
	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 #FFF;
    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: #1fa12e;
	color: #000;
}
.form-text::placeholder{color: #6C6C6C;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #1fa12e;
    color: #FFF;
    background: #1fa12e;
    margin:1rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    background: #FFF;
	color: #1fa12e;
}

.address-box{margin-bottom: 2rem;}
.address-box h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Medium';
}
.address-box table{
	width: 100%;
	margin-bottom: .5rem;
}
.address-box img{
	width: 40px;
	transition: all 0.6s;
}
.address-box a:hover{color: #1fa12e;}
.address-box img:hover{transform: scale(1.05);}
.address-box table tr td{
	vertical-align: top;
	padding:  5px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}
.mapbox{
	width: 100%;
	height: 280px;
}

.tabs-newspage #pills-tabContent{margin-top: 3rem;}
.tabs-newspage ul.nav-pills{
	justify-content: center;
	flex-wrap: wrap;
}
.tabs-newspage ul.nav-pills li{
	width: 50%;
	margin: 0 auto 1rem;
}
.tabs-newspage ul.nav-pills li a {
    display: block;
    text-align: center;
    width: 95%;
    padding:10px 5px;
    background: #f5f5f5;
    border-radius: 10px;
    margin: auto;
	transition: all 0.6s;
}
.tabs-newspage ul.nav-pills li a:hover{transform: translateY(-10px);}
.tabs-newspage #videopills-tab li {
    width: 100%;
    margin: 0 auto 1rem;
}
.tabs-newspage #videopills-tab li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    background: #FFF;
    width: 100%;
    transition: all 0.5s;
    border: 1px solid #ececec;
}
.tabs-newspage #videopills-tab li:last-child{margin-bottom: 0;}
.tabs-newspage ul.nav-pills img{
	width: 55px;
	margin-bottom: 1rem;
	transition: all 0.6s;
}
.tabs-newspage ul.nav-pills h1{
	margin: 0;
	font-size: 1rem;
	font-family: 'Prompt-Medium';
}
.tabs-newspage ul.nav-pills li a:hover,
.tabs-newspage ul.nav-pills li a.active{
	background: #1fa12e;
	color: #FFF;
}
.tabs-newspage ul.nav-pills li a:hover img,
.tabs-newspage ul.nav-pills li a.active img{filter:brightness(0) invert(1);}
.tabs-newspage ul.nav-pills li a:hover img{transform: scale(1.05);}

.paper-box{margin-bottom: 1rem;}
.paper-box .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	aspect-ratio:3/4;
	border-radius: 10px;
}
.paper-box .img-box img{
	object-fit: cover;
	max-width: 100%;
	aspect-ratio:3/4;
}
.paper-box:hover img{
	transform: scale(1.05);
}
.paper-box .readmore-btn{
	margin: 1rem auto 0;
}
.textpaper h1{
	font-size: 1rem;
	margin: 0;
	font-family: 'Prompt-Regular';
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2);
}
.tabs-newspage .sunmenu-pdf ul.nav-pills{justify-content: flex-start; margin-bottom: 3rem;}
.tabs-newspage .sunmenu-pdf ul.nav-pills li{
	width: 45%;
	margin: 0 auto 1rem;
}
.tabs-newspage .sunmenu-pdf ul.nav-pills li a {
    display: flex;
    padding: 10px 15px;
    width: 100%;
	margin: auto;
	transition: all 0.6s;
	align-items: center;
	justify-content: flex-start;
} 
.tabs-newspage .sunmenu-pdf ul.nav-pills img{
	width: 35px;
	margin: 0 10px 0 0;
}
.tabs-newspage .sunmenu-pdf ul.nav-pills li a:hover{transform: translateX(10px);}

.pageclick{margin-top: 2rem;}
.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #1fa12e;
	border: 1px solid #1fa12e !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.pageclick  .active .page-link,
.pageclick .page-link:hover{
	color: #FFF;
	background: #133800;
}
.pageclick ul{justify-content: center;}

.knowledge-box .img-box{aspect-ratio:3/2;}
.knowledge-box .img-box img,
.knowledge-box .img-box iframe,
.knowledge-box .img-box video,
.knowledge-box .img-box source{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.subtitle-box{text-align: left;margin-bottom: 2rem;}
.subtitle-box h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Prompt-Medium';
}
.subtitle-box ul{
	color: #6b6b6b;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.subtitle-box ul li{
	width: auto;
	margin: 0 10px 0 0;
}
.textdetail-newspage{
	margin: 2rem auto;
}
.textdetail-newspage h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Regular';
}
.textdetail-newspage p{margin-bottom: 1rem;}

.contentvision{
	padding: 10% 0;
	background: url("../aboutus/images/bg-vision.png") center center no-repeat;
	background-attachment:fixed !important;
	background-size: cover !important;
}
.vision-text{
	text-align: center;
	color: #FFF;
	margin-bottom: 3rem;
}
.vision-text h1,
.mission-text h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Medium';
}
.vision-text p{margin: 0;}
.mission-text{color: #FFF;}
.mission-text .fa-circle{
	font-size: 11px;
	margin-right: 5px;
	vertical-align: middle;
}
.mission-text ul{list-style: none;padding-left: 1rem;}
.mission-text ul li{
	margin-bottom: 5px;
	display: flex;
	align-items: baseline;
}

.img-hbox{
	text-align: center;
	overflow: hidden;
	aspect-ratio:3/2;
}
.img-hbox img{
	width: 100%;
	aspect-ratio:3/2;
	object-fit: cover;
}
.content-box.aboutpagepro{padding: 0;}
.content-box.aboutpagepro .row{justify-content: center;}
.textabout-box{margin: 2rem auto;}
.textabout-box ul{
	list-style: none;
	margin: 1rem auto;
	padding-left: .75rem;
}
.textabout-box h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Medium';
}
.textabout-box h2{
	font-size: 1.2rem;
	margin: 0;
	font-family: 'Prompt-Regular';
}
.textabout-box h3{
	font-size: 1rem;
	margin: 0;
	color: #1fa12e;
	font-style: italic;
	font-family: 'Prompt-Regular';
}
.textabout-box p{margin: 0;}
.textabout-box ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.textabout-box .fa-circle-check{
	font-size: 20px;
	margin-right: 8px;
	margin-top: 5px;
	color: #1fa12e;
	vertical-align: middle;
}
.textabout-box span{
	color: #1fa12e;
	font-style: italic;
	font-family: 'Prompt-Regular';
}
.tagline{
	text-align: center;
	margin: 2rem auto 0;
	color: #FFF;
}
.tagline .fa-quote-left,
.tagline .fa-quote-right{
	font-size: 2rem;
	margin: auto;
}
.tagline h1{
	font-size: 1.8rem;
	margin: .5rem auto;
	font-family: 'Prompt-Medium';
}

.jobs-box{
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 2rem;
	background: #FFF;
	border: 1px  solid #ececec;
	transition: all 0.6s;	
}
.jobs-box:hover{box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.jobs-box .img-box{
	background: #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8d8d8d;
	font-size: 1.4rem;
	aspect-ratio:3/2;
}
.jobs-box .img-box img{
	aspect-ratio:3/2;
	object-fit: cover;
}
.jobs-box .readmore-btn{
	width: 90%;
	text-align: center;
	margin: 1rem auto;
}
.jobs-box .readmore-btn a{justify-content: center;}
.jobs-box:hover img{transform: scale(1.05);}
.text-job{padding: .5rem;}
.text-job h1{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Prompt-Medium';
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 1);
}
.text-job ul{
	/*list-style: none;*/
	margin: .4rem 0;
	
}

.img-jobs{
	text-align: center;
	overflow: hidden;
	aspect-ratio:3/2;
	background: #e5e5e5;
}
.img-jobs img{
	width: auto;
	max-width: 100%;
	object-fit: scale-down;
}
.text-job h2{
	font-size: 1.1rem;
	margin-bottom: 1rem;
	font-family: 'Prompt-Medium';
}
.text-job table{
	width: 100%;
	margin-bottom: 2rem;
}
.text-job table td{
	vertical-align: top;
	padding: 6px;
}
.text-job table td:first-child{width: 150px;}
.jobsend a{justify-content: center;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.payment-form {
	display: flex;
	align-items: center;
}
.detail-form .input-group-text{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #133800;
	margin-left: 10px;
	width: 200px;
	color: #FFF;
	background: #133800;
	box-shadow: none;
    justify-content: center;
}
.payment-form .form-text{padding: 8px 5px;}

.content-box.registerpage{position: relative;}
.registerform{position: relative;}
.registerform .btn-close{
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 1;
	opacity: 1;
	color: #F00;
}
.registerform.contactform{
	color: #000;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	background: #fff;
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translate(-50%, 0%);
	z-index: 0;
	width: 95%;
	transition: all 0.6s;
}
.registerform .detail-form #captcha-refresh{color: #133800;}

.registerform.contactform h1{text-align: center;color: #133800;}

.registerform .detail-form .form-text{border-color: #1fa12e;color: #133800;}
.textpolicy{margin-bottom: 2rem;}
.textpolicy h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Medium';
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Regular';
}
.textpolicy p{
	margin-bottom: .5rem;
	text-indent: 3%;
}
.textpolicy ul{
	list-style: none;
	margin: 1rem 0 1rem 1rem;;
}
.textpolicy a:hover{color: #1fa12e;}
.textpolicy .fa-circle-chevron-right{color: #1fa12e;}
.textpolicy ul li{margin-bottom: 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: #133800;
	font-family: 'Prompt-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 #133800;
    justify-content: center;
	border-radius: 30px;
	background:#133800;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#1fa12e;
	border-color: #1fa12e;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #003d1a;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.1rem;
	color: #FFF;
	margin-bottom: .5rem;
	font-family: 'Prompt-Medium';
	text-transform: uppercase;
}
.footer hr{
	width: 5em;
	margin: 1rem 0;
	opacity: 1;
	border-color: #1fa12e;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{color: #1fa12e;}
.menu-footer,
.social-footer,
.contact-footer,
.address-footer{margin-bottom: 1rem;}
.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	padding: 15px 0;
	color: #FFF;
	background: #1c3718;
}
.social-footer{
	text-align: left;
}
.social-footer img{
	width: 40px;
	transition: all 0.6s;
}
.social-footer img:hover{transform: scale(1.05);}
.text-right{text-align: right;}
.text-left{text-align: left;}
.logo-footer img{
	width: 200px;
	max-width: 100%;
}
.logo-footer{text-align: center;margin-bottom: 2rem;}
/*///////img-box-2///////*/
.pic-box,
.pic-box-2,
.pic-box-3 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.pic-box-2 {
    padding-bottom: 65%;
}
.pic-box-3 {
    padding-bottom: 60%;
}
.pic-box div ,
.pic-box-2 div ,
.pic-box-3 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%);
}
.pic-box div img ,
.pic-box-2 div img ,
.pic-box-3 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%;*/
	/*width: 100%;
    height: 100%;*/
	
	height: 100%;
    max-width: 100%;
    transition: all 0.5s;
    flex-grow: 0;
    object-fit: cover;
}



/*///////////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;
        right: -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{
		right: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		right: 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:400px) {
	.textabout-home h1{font-size: 33px;}
}





