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;
}
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: 2px;
	width: 100%;
    background: #ed1c24;
    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: 80%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
}
#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///////////////*/
.fullotherpage .headbar-main{
	position: inherit;
}
.headbar-main {
    padding: .5rem 0;
    display: block;
    transition: all 0.6s;
    background-color: #FFF;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1231;
}
.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 0;
	margin: 0 auto 2rem;
	text-align: center;
	display: block;
	width: 100%;
	background: #f5f5f5;
}
.navbar-collapse .navbar-brand img{width: 150px;}

.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;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.navbar-nav a:hover{color: #FFF;}

/* Shutter Out Vertical */
.hvr-shutter-out-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: #FFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ed1c24;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -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;
}
.navbar-nav li .hvr-shutter-out-vertical:hover, .navbar-nav li .hvr-shutter-out-vertical:focus, .navbar-nav li.active .hvr-shutter-out-vertical {
  color: white;
}
.navbar-nav li .hvr-shutter-out-vertical:hover:before, .navbar-nav li .hvr-shutter-out-vertical:focus:before, .navbar-nav li.active .hvr-shutter-out-vertical:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	background: #FFF;
	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: #ed1c24;
	background: #F5F5F5;
}
.navbar-nav li .dropdown-menu a img{
	width: 33px;
	margin-right: 10px;
}
.navbar-nav li .dropdown-menu a.active img,
.navbar-nav li .dropdown-menu a:hover img{filter: invert(24%) sepia(52%) saturate(7284%) hue-rotate(347deg) brightness(93%) contrast(100%);}


.social-header{
	text-align: center;
	padding: 0 30px;
	margin: 2rem auto 0;
	width: 100%;
}
.social-header img{
	width: 40px;
}
.social-header img:hover{
	transform: scale(.95);
	filter: invert(24%) sepia(52%) saturate(7284%) hue-rotate(347deg) brightness(93%) contrast(100%);
}
.social-header a:hover{color: #ed1c24;}
.social-header ul img{
	width: 28px;
	margin-right: 5px;
	filter: invert(24%) sepia(52%) saturate(7284%) hue-rotate(347deg) brightness(93%) contrast(100%);
}
.social-header ul{
	list-style: none;
	text-align: left;
}
.social-header ul li a{display: block;}
.social-header ul li{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}

.contact-header img{
	width: 35px;
	margin-right: 15px;
	filter: invert(24%) sepia(52%) saturate(7284%) hue-rotate(347deg) brightness(93%) contrast(100%);
}
.contact-header ul a:hover{color: #ed1c24;}
.contact-header ul a{display: block;}
.contact-header ul li{
	display: flex;
	align-items: center;
}
.contact-header ul{list-style: none;}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{
	position: relative;
	height: 515px;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 6s;
}
#carouselmainSlide .carousel-item:hover img{transform: scale(1.07);}
#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: .5;
	border: none;
	background: #FFF;
	border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}
#carouselmainSlide .carousel-control-prev{
	opacity: .5;
	left: auto;
	right: 0;
	top: 45%;
	bottom: auto;
	display: block;
	transform: translate(0,-50%);
}
#carouselmainSlide .carousel-control-next{
	opacity: .5;
	top: 55%;
	bottom: auto;
	display: block;
	transform: translate(0,-50%);
}
#carouselmainSlide .carousel-control-prev img,
#carouselmainSlide .carousel-control-next img{
	width: 35px;
	filter: brightness(0) invert(1);
}
#carouselmainSlide .carousel-control-prev:hover,
#carouselmainSlide .carousel-control-next:hover{opacity: 1;}

.bannercaption{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	top: 50%;
	padding: 0 2rem;
	color: #FFF;
	transform: translate(0,-50%);
	font-family: 'Prompt-Medium';
	-webkit-animation: fadeLeft 0.5s linear both;
	animation: fadeLeft .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.bannercaption h1{
	font-size: 55px;
	margin-bottom: 0;
}
.bannercaption p{
	font-size: 26px;
	margin-bottom: 0;
}


@-webkit-keyframes fadeLeft{
  0% {
    transform:translate(0%, -50%) translateX(15px);
    opacity: 0;
  }
  100% {
    transform:translate(0%, -50%) translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeLeft {
  0% {
    transform:translate(0%, -50%) translateX(15px);
    opacity: 0;
  }
  100% {
    transform:translate(0%, -50%) translateX(0);
    opacity: 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{margin-bottom: 2.5rem;}
.title-box h1{
	font-size: 33px;
	margin: 0;
	font-family: 'Prompt-Medium';
	text-transform: uppercase;
}
.title-box hr{
	opacity: 1;
	margin: 1rem auto;
	border-top: 1px solid #000;
}
.title-box h2{
	font-size: 22px;
	margin-bottom: .5rem;
	color: #f00;
	font-family: 'Prompt-Medium';
	text-transform: uppercase;
}
.title-box p{margin: 0;}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.title-box ul li{opacity: .6; margin-right: 5px;}
.title-box ul li a{padding: 0 5px;}
.title-box ul li.active{opacity: 1;}


.content-box.abouthome{background: #f3f3f3;}
.textabout-home .readmore-btn{margin: 2rem 0;}
.img-abouthome{
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-abouthome img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.textabout-home{padding-right: 5%; margin-bottom: 2rem;}
.textabout-home p{margin-bottom: 1rem;}
.textabout-home h1{
	font-size: 33px;
	margin-bottom: 2rem;
	font-family: 'Prompt-Medium';
}
.textabout-home h2{
	font-size: 20px;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-family: 'Prompt-Medium';
}

.content-box.categoryhome{background: #e9e9e9;}
.icon-category{
	padding:2rem 1rem;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	margin-bottom: 2rem;
}
.icon-category:hover {
	background: #ff0000;
	color: #FFF;
}
.icon-category:hover img{
	transform: scale(1.05);
	filter: brightness(0) invert(1);
}
.readcategory:hover{text-decoration: underline;}
.icon-category:hover .readcategory img{
	transform: scale(1) translateX(5px);
}
.icon-category img{
	width: 75px;
	transition: all 0.5s;
}
.icon-category h1{
	margin: .75rem auto;
	font-size: 1rem;
	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.2* 2);
}
.readcategory{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1rem;
	z-index: 1;
	opacity: 0;
	transition: all 0.6s;
}
.icon-category:hover .readcategory{
	bottom: .5rem;
	opacity: 1;
}
.readcategory a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-category .readcategory img{
	width: 20px;
	margin-left: 10px;
	transition: all 0.5s;
}
.img-box.imgcategory{border-radius: 20px;}



.content-box.recomenedproducts{
	background: url( "../images/bg-flower.webp") center center no-repeat;
	background-attachment: fixed !important;
}
.prodouct-recom{
	padding:0 1rem 1rem;
	position: relative;
	border-radius: 20px;
	background: rgb(255 255 255 / 70%);
	transition: all 0.6s;
	text-align: center;
}
.prodouct-recom:hover{
	background:rgb(255 0 0 / 70%);
	color: #FFF;
}
.prodouct-recom h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Regular';
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.5* 1);
}
.prodouct-recom p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 3);
}
.prodouct-recom img{
	width: auto;
	max-width: 100%;
	margin-top: -4rem;
	transition: all 0.6s;
}
.prodouct-recom:hover img{transform: translateY(-10px);}
.sliderecomment .slick-track{padding: 4rem 0 1rem;}
.sliderecomment .slick-slide{
	transition: all 0.6s;
	margin: 0 5px;
	transform: scale(.9);
}
.sliderecomment .slick-slide.slick-current.slick-active.slick-center .prodouct-recom{
	background:rgb(255 0 0 / 70%);
	color: #FFF;
	transition: all 0.6s;
}
.sliderecomment .slick-slide.slick-current.slick-active.slick-center{transform: scale(1.02);}
.sliderecomment .slick-prev::before, .sliderecomment .slick-next::before{display: none;}
.sliderecomment .slick-prev, .sliderecomment .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
	top: -15%;
	filter: brightness(0) invert(1);
}
.sliderecomment .slick-prev{
	left: auto;
	right: 3rem;
	background: url("../images/arrow-left.png") center center no-repeat;
}
.sliderecomment .slick-next{
	right: 0;
	background: url("../images/arrow-next.png") center center no-repeat;
}
.sliderecomment .slick-prev:hover,
.sliderecomment .slick-next:hover{filter: invert(24%) sepia(52%) saturate(7284%) hue-rotate(347deg) brightness(93%) contrast(100%);}

.newproducts{
	margin-bottom: 1rem;
	position: relative;
	min-height: 415px;
}
.newproducts .readmore-btn{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	bottom: .5rem;
	margin: auto;
}
.newproducts .img-box{
	background: url("../images/woods.png") center bottom no-repeat;
	background-size: 100% !important;
}
.newproducts img{
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
}
.newproducts:hover img{transform: translateY(-10px);}
.newproducts h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Prompt-Regular';
}
.newproducts ul{
	list-style: none;
	font-size: .9rem;
}


.readmore-btn{
	padding: 8px 10px 8px 15px;
	text-align: center;
	width: 155px;
	color: #ff0000;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #ff0000;
	background-color: transparent;
	margin: 1rem 0;
}
.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.readmore-btn img{
	width: 20px;
	margin-right: 10px;
	transition: all 0.6s;
	filter: invert(24%) sepia(52%) saturate(7284%) hue-rotate(347deg) brightness(93%) contrast(100%);
}
.readmore-btn:hover img{
	margin-right: 0;
	filter: brightness(0) invert(1);
}
.newproducts:hover .readmore-btn img{transform: none;}

/* 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: #ff0000;
  -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);
}


.video-box{
	text-align: center;
	margin: auto;
	color: #8c8c8c;
}
.video-box h1{
	font-size: 1rem;
	margin: 0;
}
.video-box p{margin-bottom: 1rem;}
.videoplay{
	width: 100%;
	overflow: hidden;
	aspect-ratio:2/3;
	margin-bottom: 1rem;
	border-radius: 20px;
} 
.videoplay .tiktok-embed{margin: 0;}
.videoplay blockquote{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.slidevideo .slick-track{padding: 1rem 0;}
.slidevideo .slick-slide{
	transition: all 0.6s;
	margin: 0 5px;
	transform: scale(.9);
}
.slidevideo .slick-slide.slick-current.slick-active.slick-center .video-box{
	color: #000;
}
.slidevideo .slick-slide.slick-current.slick-active.slick-center{transform: scale(1.02);}
.slidevideo .slick-prev::before, .slidevideo .slick-next::before{display: none;}
.slidevideo .slick-prev, .slidevideo .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
	filter: invert(24%) sepia(52%) saturate(7284%) hue-rotate(347deg) brightness(93%) contrast(100%);
}
.slidevideo .slick-prev{
	left: 0;
	background: url("../images/arrow-left.png") center center no-repeat;
}
.slidevideo .slick-next{
	right: 0;
	background: url("../images/arrow-next.png") center center no-repeat;
}


.content-box.newshome{background: #dadada;}
.news-box{
	padding: .5rem;
	border-radius: 10px;
	background: #FFF;
	margin-bottom: 2rem;
	transition: all 0.6s;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.news-box .img-box{
	aspect-ratio:4/3;
	border-radius: 10px;
}
.news-box .img-box img{
	height: 100%;
	object-fit: cover;
}
.news-box:hover img{transform: scale(1.05);}
.news-box:hover{background: #F00;color: #FFF;}
.news-box h1{
	font-size: 1rem;
	margin: 1rem 0 0;
	font-family: 'Prompt-Regular';
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.2* 3);
}
.news-box p{margin: 0;}


.content-box.ploicypage .title-box{text-align: center;}
.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;}


.icon-category.categorybox{
	padding: 2rem 1rem;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.icon-category.categorybox:hover {transform: scale(1.05);}
.bannerimgbottom{
	height: 285px;
	text-align: center;
	background: url("../images/bg-flower.webp") center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.bannerpage{
	padding: 10% 0;
	background: url("../images/bg-footer.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.bannerpage .title-box{margin: 0;color: #FFF;}
.tagproducts{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 5rem;
}
.tagproducts a{
	display: inline-block;
	text-align: center;
	padding: 8px 15px;
	border: 1px solid #9d9d9d;
	transition: all 0.6s;
	margin: 5px 8px 5px 0;
	border-radius: 8px;
}
.tagproducts a.active,
.tagproducts a:hover{
	color: #ed1c24;
	border-color: #ed1c24;
}

.prodouct-recom.productsbox{
	margin-bottom: 4rem;
	background: #f5f5f5;
}
.prodouct-recom.productsbox:hover{background: rgb(255 0 0 / 85%);}
.prodouct-recom.productsbox p{font-size: .85rem;}
.prodouct-recom.productsbox p {
    -webkit-line-clamp: 2;
    line-height: 1.4;
    height: calc(1rem * 1.2 * 2);
}

.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #FF0000;
	border: 1px solid #FF0000 !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color:transparent;
}
.pageclick .page-link.active,
.pageclick .page-link:hover{
	color: #FFF;
	background: #FF0000;
}
.pageclick ul{justify-content: center;}


.pdf-load a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.pdf-load img{
	width: 28px;
	margin: 0 10px 0 0;
}
.pdf-load {
    border-radius: 10px;
    text-align: left;
    margin: 1rem 0;
    width: 180px;
    padding: 8px;
    background-color: transparent;
	font-size: .8rem;
	transition: all 0.6s;
	border: 1px solid #d7d7d7;
	
}
.pdf-load:hover{
	color: #FFF;
	background: #F00;
}
.pdf-load:hover a{color: #FFF;}
.carddetail{
	padding: 2rem 1rem;
	background: #f7f7f7;
	margin: 2rem auto;
}
.textdetail h1,
.carddetail h1{
	font-size: 33px;
	margin-bottom: 0;
	font-family: 'Prompt-Medium';
}
.carddetail h2{
	font-size: 22px;
	margin-bottom: 0;
	color: #f00;
	font-family: 'Prompt-Regular';
}
.carddetail p{margin-bottom: .5rem;}
.carddetail ul span{font-family: 'Prompt-Regular';}
.carddetail ul{
	list-style: none;
}
.videoproducts{
	overflow: hidden;
	margin: 2rem auto;
	aspect-ratio:3/2;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.videoproducts iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slideproductshow .img-box{
	aspect-ratio:4/3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.slideproductshow .img-box img{
	height: 100%;
	object-fit: scale-down;
}
.slideproductshow {margin: 1rem auto 2rem;}
.slideproductshow .slider-for{margin-bottom: 1rem;}
.slideproductshow .slider-nav .slick-list{padding: 0 1rem;}
.slideproductshow .slider-nav .slick-slide{
	margin: 0 5px;
	opacity: .7;
	border: 1px solid #c7c7c7;
}
.slideproductshow .slick-prev:before, 
.slideproductshow .slick-next:before{display: none;}
.slideproductshow .slick-prev,
.slideproductshow .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slideproductshow .slick-prev:hover,
.slideproductshow .slick-next:hover{filter: none;}
.slideproductshow .slick-prev{
	left: 0;
	background: url("../images/arrow-prev-line.png") center center no-repeat;
}
.slideproductshow .slick-next{
	right: 0;
	background: url("../images/arrow-next-line.png") center center no-repeat;
}
.slideproductshow .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}

.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 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: #ed1c24;
	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);}

.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;}
.newsactive-box{
	padding: 2rem 1rem ;
	margin-bottom: 2rem;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	transition: all 0.6s;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.newsactive-box:hover{background: #ed1c24;color: #FFF;}
.newsactive-box img{
	width: 55px;
	transition: all 0.6s;
}
.newsactive-box:hover img{filter: brightness(0) invert(1);}
.newsactive-box p{margin: 1rem auto 0;}
.icon-plants{
	text-align: center;
	margin-bottom: 1rem;
	transition: all 0.5s;
} 
.icon-plants a{
	padding:2rem 1rem;
	background: #FFF;
	transition: all 0.5s;
	display: block;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 10px;
}
.icon-plants a.active,
.icon-plants a:hover{background: #ed1c24;color: #FFF;}
.icon-plants img{
	width: 55px;
	transition: all 0.5s;
}
.icon-plants a.active img,
.icon-plants:hover img{filter: brightness(0) invert(1);}
.icon-plants p{margin: 1rem auto 0;}

.plants-box{
	text-align: center;
	margin-bottom: 2rem;
}
.plants-box .img-box{
	background: url("../images/woods.png") center bottom no-repeat;
	background-size: 100% !important;
}
.plants-box .img-box img{
	width: auto;
	max-width: 70%;
}
.textplants h1{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Prompt-Medium';
}
.textplants p{color: #3B3B3B;margin: 0;}
.textplants{margin: .5rem auto;}
.tab-content#pills-plantstabContent{margin-top: 2rem;}

.textdetailsnews h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Prompt-Medium';
}
.textdetailsnews p{
	text-indent: 3%;
	margin-bottom: 1rem;
}
.img-news{
	text-align: center;
	margin-bottom: 1rem;
}
.img-news img{
	width: auto;
	max-width: 100%;
	margin: auto;
}
.file-download{
  border: solid 1px #ed1c24;
	padding: 5px 15px;
	display: inline-block;
}
.file-download img{
	height: 35px;
}
.videopresent{
	width: 100%;
	height: 315px;
	overflow: hidden;
	margin-top: 2rem;
}
.videopresent iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-box.relatedcontent{background: #f5f5f5;}

.logo-box img{
	width: 150px;
}
.logo-box{text-align: center;margin-bottom: 2rem;}
.linecontact{
	opacity: 1;
	width: 3em;
	margin:.5rem 0;
	border-top: 1px solid #f00;
}
.address-box{margin-bottom: 2rem;}
.address-box h1{
	font-size: 26px;
	margin-bottom: 0;
	font-family: 'Prompt-Medium';
}
.address-box p{margin: 0;}
.contact-box h1{
	font-size: 26px;
	margin-bottom: .75rem;
	font-family: 'Prompt-Medium';
}
.contact-box a:hover{color: #FF0000;}
.contact-box img{width: 35px;}
.contact-box img:hover{transform: scale(.95);filter: invert(24%) sepia(52%) saturate(7284%) hue-rotate(347deg) brightness(93%) contrast(100%);}
.contact-box ul{list-style: none;margin-bottom: 1rem;}
.mapbox{
	width: 100%;
	overflow: hidden;
	height: 235px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail-form span{color: #f00;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{margin-bottom: .5rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #F00000;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background-color: #FFFFFF;
	border: 1px solid #c5c5c5;
    width: 100%;
	color: #000;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #FF0000;
}
.form-text::placeholder{color: #898989;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 10px 20px;
    display: block;
    box-shadow: none;
    border: 1px solid #f00;
    color: #FFF;
    background: #f00;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 0;
}
.sendus-btn:hover{
    background: #FFF;
	color: #FF0000;
	transform: scale(.98);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.contactform h1{
	font-size: 28px;
	margin-bottom: 1rem;
	font-family: 'Prompt-Medium';
}
/*///////////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;
	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 #F00;
    justify-content: center;
	border-radius: 30px;
	background:#F00;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
	color: #F00;
}


/*///////////End-Policy///////////////*/
/***************************/
 
 
.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:30%;
  left:0;
  right:0;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/********************/
/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
	text-align: center;
	padding:5px;
	border-radius:0px;
	/* margin:0 5px 20px 5px;*/
	margin: 20px auto;
	justify-content: center;
	display: flex;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;

	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #20479f;
	border: 1px solid #EE262A !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
	transition: all 0.6s;


}
.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:#ee2628;
}
.pagelist li a{
	color: #ee2628;
	display:block;
	padding:0px 12px;
 
}
.pagelist li a i.fa{
 font-size:18px;
 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: #ee2628;
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #ffffff ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #ffffff;
}
.pagelist li:hover{
	color: #FFF;
	background: #ee2628;
	border-color: #ee2628 !important;
	transform: scale(.9);
}
 
/********************/
/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: url("../images/bg-footer.png") center center no-repeat;
	background-size: cover !important;
}
.footer ul{list-style: none;margin-bottom: .75rem;}
.footer h1{
	font-size: 1.1rem;
	color: #FFF;
	margin-bottom: .5rem;
	font-family: 'Prompt-Regular';
	text-transform: uppercase;
}
.footer a{display: inline-block;}
.footer hr{
	width: 3em;
	margin: 1rem 0;
	opacity: 1;
	border-color: #FFF;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{color: #ed1c24;}
.menu-footer,
.social-footer,
.contact-footer,
.address-footer{margin-bottom: 1rem;}
.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #FFF;
}
.contact-footer img{
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.contact-footer img:hover{
	transform: scale(1.05);
	filter: invert(24%) sepia(52%) saturate(7284%) hue-rotate(347deg) brightness(93%) contrast(100%);
}
.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;}

/*///////////End-Footer///////////////*/
@media (max-width: 767px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
		opacity: 0;
        margin: 0 !important;
        z-index: 55;
		transition: all .5s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		left: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		left: 0;
		opacity: 1;
		transition: all .5s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .5s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .5s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .5s;
	}

	
}




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





