*{
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
    direction: ltr;
	text-align: -webkit-left;
	text-align: -moz-left;
    text-align: left;
	box-sizing: border-box;
}

@font-face {
    font-family: 'arial';
    /* src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), */
    src: url('../../fonts/theme/arial.ttf') format('truetype');
    /* url('../fonts/Helvetica-Bold.svg') format('svg'); */
    font-face-name: 'arial';
}

body{
    font-family: arial;
}

p,h1,h2,h3,h4,h5,h6,span,a,input,textarea,label,button{
    font-family: arial;
}
input:placeholder,textarea:placeholder{
	font-family: Helvetica-Bold; 
}
html{
	position: relative;
    overflow-x: hidden;
	height: 100%;
}
body{
    width: 100vw;
    min-height: 100vh;
	/* height: 100%; */
    position: relative;
    overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-color: #6aa24a #fff;
}

body::-webkit-scrollbar
{
    width: 0.8em;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #006838;
    outline: 1px solid rgba(255, 255, 255, 0);
}
.to-top{
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	background-color: #ffffff;
	border: 1px solid #6aa24a;
	border-radius: 100%;
	display: none;
}
.to-top:hover{
	cursor: pointer;
	background-color: #b7b7b7;
}
.to-top > svg{
	width: 40px;
    margin: 7px 9px;
    transform: rotateZ(-90deg);
}
header{
	width: 100%;
	height: 300px;
	background-position: top right;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-size: auto 100%;
	position: relative;
}
footer{
	width: 100%;
	padding-bottom: 130px;
	background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-size: 100% auto;
}
main{
	width: 100%;
}
.div-menu{
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: 0;
	padding: 0 50px;
	z-index: 2;
	transition: 0.5s all;
}
.div-menu-scroll{
	position:fixed;
	top: 0;
	background-color: #fff;
	padding-top: 25px;
}
.logo{
	width: 200px;
	float: left;
	margin-top: 12px;
}
nav{
	float: left;
	width: calc(100% - 200px);
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
	position: relative;
}
nav > ul{
	display: inline-block;
	margin-top: 55px;
	width: calc(100% - 200px);
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}
nav > ul > li{
	display: inline-block;
    color: #00a651;
    padding: 0 50px;
    border-right: 2px solid #00a651;
}
nav > ul > li:last-child{
	border: none;
}
nav > ul > li > a{
	color: #00a651;
	padding-bottom: 5px;
	font-weight: bold;
}
nav > ul > li > a:hover{
	border-bottom: 5px solid #b7b7b7;	
}
.activeB{
	border-bottom: 5px solid #b7b7b7;
}
.menu-bar{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
    background-size: auto 100%;
	cursor: pointer;
	background-image: url('../../images/menubar-green.png');
    float: right;
    margin-right: 130px;
    margin-top: 30px;
	display: none;
}
.menu-bar:hover{
	background-image: url('../../images/menubar-gray.png');
}
.div-responsv-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	height: 100vh;
	background-color: #fff;
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
	display: none;
}
.div-responsv-menu > *{
	display: inline-block;
}
.div-responsv-menu > div{
	width: 100%;
	margin-top: 40px;
}
.div-responsv-menu > div > img{
	float: right;
	width: 25px;
	margin-right: 25px;
	cursor: pointer;
}
.div-responsv-menu > ul{
	margin-top: 20px;
	line-height: 2;
}
.div-responsv-menu > ul > li > a{
	color: #00a651;
}
.div-responsv-menu > ul > li:hover > a{
	color: #b7b7b7;
}
main{
	width: 100%;
}
.slide{
	width: 100%;
	min-height: calc(100vh - 300px);
	background-color: #6aa24a;
	position: relative;
}
.show-slide{
	width: 100%;
	min-height: calc(100vh - 300px);
	overflow: hidden;
	position: relative;
}
.show-slide > img{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.button-slide{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
}
.button-slide > div > img{
	width: 30px;
	cursor: pointer;
	border-radius: 10px;
}
.button-slide > div > img:last-child{
	display: none;
}
.button-slide-left:hover:first-child{
	/* display:none; */
}
.button-slide-right{}
/*
.button-slide:hover > div > img:last-child-child{
	display: block;
}*/
.button-slide > div:first-child{
	float: left;
	margin-left: 40px;
	background-repeat: no-repeat;
    background-size: auto 100%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	/* background-image:url('../img/left-white.png'); */
}

.button-slide > div:last-child{
	float: right;
	margin-right: 40px;
	background-repeat: no-repeat;
    background-size: auto 100%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	/* background-image:url('../img/right-white.png'); */
}

.product{
	width: 100%;
	min-height: 240px;
	display: inline-block;
}
.product > div{
	padding: 0 30px;
}
.product > div > p{
	margin: 20px 0;
	font-size: 16px;
	color: #6aa24a;
	padding: 0px 75px;
	font-weight: bold;
	text-transform: uppercase;
}
.product > div > div{
	width: 100%;
	min-height: 200px;
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}
.product-item{
	display: inline-block;
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
	margin: 0 40px;
}
.product-item > a > div{
	width: 150px;
	height: 150px;
	background-color: #b7b7b7;
	display: inline-block;
}
.product-item > a > div > img{
	width: 100%;
}
.product-item > a > p{
	font-size: 16px;
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
	color: #6aa24a;
	margin-top: 10px;
}
.product-item > a:hover > p{
	color: #b7b7b7;
}
.about{
	width: 100vw;
	min-height: calc(100vh - 240px);
	background-color: #6aa24a;
	display: inline-block;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about > div{
	width: 100%;
	display: inline-block;
	/* min-height: 50vh; */
	/* margin-top: 4%; */
	/* margin: 5% 0; */
}
.about > div > div{
	width: 50%;
	min-height: 50vh;
	float: left;
	position: relative;
}
.about > div > div:first-child{
	background-color: #b7b7b7;
}
.about > div > div:last-child{

}
.about-brief > div:nth-child(1) > h1{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.about-brief > div:nth-child(2) {
    opacity: 1;
    transition: 1s all;
}
.about-brief > div:nth-child(2) > h1 {
    padding: 50px 50px 10px;
    color: #fff;
}
.about-brief > div:nth-child(2) > p {
	padding: 30px 50px;
	color: #fff;
	text-align: justify;
	line-height: 25px;
}
.about-brief:hover > div:nth-child(1){
	opacity: 0;
}
.about-brief:hover > div:nth-child(2){
	opacity: 1;
}
/*products*/
.product-page{
	width: 100%;
	min-height: calc(100vh - 300px);
}
.product-page-item{
	width: 100%;
	/* min-height: calc(100vh - 450px); */
	position:relative;
}
.product-cat{
	width: 100%;
	height: 150px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.row-product{
	min-width: auto;
	width: 100%;
	overflow: hidden;
	direction: ltr;
	display: flex;
	/* height: calc(100vh - 450px); */
	position: relative;
}
.item-product{
	width: calc(50vw - 100px);
	/* height: 510px; */
	height: 430px;
	margin: 0 50px;
	float: left;
	/* background-color: #6aa24a; */
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
    background-size: 100% auto;
	background-position: 50% 50%;
}
.row-product > div{
	display: flex;
}
.item-product > a{
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: rgba(106, 162, 74, 0.5);
}
.item-product > a > div:nth-child(1) > h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	color: #fff;
}
.item-product > a > div:nth-child(2){
	opacity: 0;
	transition: 1s all;
}
.item-product > a > div:nth-child(2) > h1{
	padding: 50px 50px 10px;
	color: #fff;
}
.item-product > a > div:nth-child(2) > p{
	padding: 30px 50px;
	color: #fff;
	height: 320px;
	overflow-y: auto;
}
.item-product > a > div:nth-child(2) > p::-webkit-scrollbar
{
    width: 0.8em;
    background-color: #fff;
}

.item-product > a > div:nth-child(2) > p::-webkit-scrollbar-thumb {
    background-color: #6aa24a;
    outline: 1px solid rgba(255, 255, 255, 0);
}
.item-product:hover > a > div:nth-child(1){
	opacity: 0;
	transition: 1s all;
}
.item-product:hover > a > div:nth-child(2){
	opacity: 1;
}
/*.item-product:hover > a > h1{
	position: static;
	transform: none;
	padding: 50px 50px 10px;
}
.item-product:hover > a > p{
	display: block;
	text-align: justify;
}*/
.div-product-cat{
	width: 100%;
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}
.row-product-cat{
	/* width: 50vw; */
	display: inline-block;
}
.row-product-cat > div{
	display: inline-block;
	height: 60px;
}
.row-product-cat > div:first-child{
	width: 40px;
	float: left;
	background-repeat: no-repeat;
    background-size: 100% auto;
	background-image: url('../img/left-green.png');
	cursor: pointer;
}
.row-product-cat > div:first-child:hover{
	background-image: url('../img/left-gray.png');
}
.row-product-cat > div:last-child{
	width: 40px;
	float: right;
	background-repeat: no-repeat;
    background-size: 100% auto;
	background-image: url('../img/right-green.png');
	cursor: pointer;
}
.row-product-cat > div:last-child:hover{
	background-image: url('../img/right-gray.png');
}
.row-product-cat > div:first-child > img , .row-product-cat > div:last-child > img{
	margin-top: 6px;
}
.list-product-cat{
	/* width: calc(100% - 80px); */
	/* height: 60px; */
	width: 880px;
	position: relative;
	overflow: hidden;
}
.row-product-cat-menu{
    overflow: hidden;
    direction: ltr;
	background-color: blue;
}
.list-product-cat > ul{
	position: absolute;
	/* overflow: hidden; */
	/* min-width: auto; */
    /* text-align: -webkit-center; */
    /* text-align: -moz-center; */
    /* text-align: center; */
	/* margin-top: 18px; */
	background-color: red;
}
.list-product-cat > ul > li{
	width: auto;
	min-width: 230px;
	height: 32px;
	float: left;
    color: #00a651;
    padding: 0 25px;
    border-right: 2px solid #00a651;
}
.row-product-cat-menu > ul > li:last-child{
	border: none;
}
.row-product-cat-menu > ul > li > a{
	color: #00a651;
	font-size: 20px;
}
.row-product-cat-menu > ul > li:hover > a{
	padding-bottom: 4px;
	border-bottom: 5px solid #b7b7b7;
}
/*test*/
.list-product-cat > div{
	position: absolute;
	display: flex;
	margin-top: 8px;
	 
}
.list-product-cat > div > p{
	width: auto;
	/* min-width: 225px; */
	width: 230px;
	height: 32px;
	float: left;
    color: #00a651;
    padding: 0 25px;
    border-right: 2px solid #00a651;
	line-height: 2;
	flex: none;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 1;
    padding-top: 6px;
}
.list-product-cat > div > p:hover{
	color: #b7b7b7;
}
.list-product-cat > div > p:last-child{
	border: none;
}
/*test*/
/*products*/
/*sub product*/
.subProduct-page{
	width: 100vw;
	min-height: calc(100vh - 300px);
}
.subProduct-page > div{
	/* float: left; */
}
.subProduct-page-left{
	width: 100%;
	padding: 0 30px;
	/* overflow: hidden; */
	position: relative;
}
.subProduct-page-right{
	width: 55%;
	min-height: calc(100vh - 300px);
	/* background-color: blue; */
}
.bottom-click{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 65px;
	bottom: 10px;
}
.bottom-click > img{
	width: 100%;
}
.subProduct-page-left > p{
	margin: 20px 0;
    font-size: 16px;
    color: #6aa24a;
	padding: 0 30px;
}
.subProduct-page-left > p:nth-child(2){
	display: none;
}
.row-item-subProduct{
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
	margin-top: 20px;
	position: relative;
}
.row-item-subProduct::-webkit-scrollbar
{
    width: 0.6em;
    background-color: none;
}
.row-item-subProduct::-webkit-scrollbar-thumb {
    background-color: #6aa24a;
    outline: 1px solid rgba(255, 255, 255, 0);
}
.row-item-subProduct > div{
	display: inline-block;
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    width: 49%;
    vertical-align: top;
    height: 410px;
    margin: 20px 0;
}
.item-subProduct{
	width: 80%;
    height: 100%;
    background-color: #6aa24a;
    display: inline-block;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-position: center center;
}
.item-subProduct > div{
	background-color: rgba(106, 162, 74, 0.5);
}
.item-subProduct:hover > div{
	background-color: rgba(159, 159, 159, 0.5);
}
.item-subProduct > div{
	width: 100%;
	height: 100%;
	min-height: 200px;
	display: inline-block;
	cursor: pointer;
}
.item-subProduct > div > *{
	
}
.item-subProduct > div > a> h3{
	margin: 20px 25px;
	text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
	color: #fff;
}
.item-subProduct > div > a> p{
	margin: 0 5px 20px;
	text-align: justify;
	color: #fff;
}
.subProduct-page-list{
	margin: 70px;
	display: none;
}
.subProduct-page-list > h3{
	color: #01723e;
	cursor: pointer;
	line-height: 2;
	/* display: inline-block; */
}
.subProduct-page-list > h3:focus{
	border: none;
	outline: none;
}
.subProduct-page-list > div{
	display: inline-block;
	margin-top: 5px;
}
.subProduct-page-list > div > *{
	display: inline-block;
	vertical-align: top;
}
.subProduct-page-list > div > div{
	width: 50%;
	float: left;
	margin-bottom: 5px;
}
.subProduct-page-list > div > div > p{
	font-size: 16px;
	text-align: justify;
}
.subProduct-page-list > div > div > a{
	color: #017230;
}
.subProduct-page-list > div > div > a:hover{
	color: #b7b7b7;
}
.subProduct-page-list > div > img{
	width: 45%;
	float: right;
	/* margin-top: -40px; */
	display: none;
}
.ui-state-active > span{
	border-bottom: 4px solid #b7b7b7;
	padding-bottom: 5px;
}
.ui-accordion-content{
	min-height: auto;
}
/*sub product*/


@media only screen and (max-width: 1600px){
	header{
		height: 260px
	}
	.slide{
		min-height: calc(100vh - 260px);
	}
	.subProduct-page{
		min-height: calc(100vh - 260px);
	}
	.subProduct-page-left, .row-item-subProduct{
		height: auto;
	}
	
	.item-product{
		width: calc(50vw - 80px);
		height: 430px;
		margin: 0 40px;
	}
	.product-page{
		min-height: calc(100vh - 260px);
	}
	.row-product{
		min-height: calc(100vh - 360px);
	}
	.product-page-item{
		/* min-height: calc(100vh - 360px); */
	}
	.show-slide{
		min-height: calc(100vh - 260px);
	}
	.product-cat{
		height: 100px;
	}
	.item-product:hover > a > h1{
		padding: 30px 40px 10px;
	}
	.item-product > a > p {
		padding: 15px 40px;
	}
	.list-product-cat > ul > li{
		padding: 0 30px;
	}
	.list-product-cat > ul > li > a{
		font-size: 16px;
	}
	.subProduct-page-list > div > div > p{
		font-size: 14px;
	}
}
@media only screen and (max-width: 1500px){
	.div-menu{
		padding: 0 25px;
	}
	nav > ul > li{
		padding: 0 30px;
	}
}
@media only screen and (max-width: 1366px){
	.item-product:hover > a > div:nth-child(1){
		opacity: 1;
	}
	.item-product:hover > a > div:nth-child(2){
		opacity: 0;
	}
	.subProduct-page-left > p:nth-child(2){
		display: block;
	}
}
@media only screen and (max-width: 1200px){
	nav{
		display: none;
	}
	.menu-bar{
		display: block;
	}
	.item-product:hover > a > div:nth-child(1){
		opacity: 1;
	}
	.item-product:hover > a > div:nth-child(2){
		opacity: 0;
	}
	.subProduct-page-left > p:nth-child(2){
		display: block;
	}
	.subProduct-page-left{
		width: 100%;
	}
	.subProduct-page-right{
		width: 100%;
	}
	.item-subProduct{
		width: 100%;
	}
	.subProduct-page-left{
		height: auto;
	}
	.subProduct-page-left > p{
		padding: 0;
	}
	.subProduct-page-list{
		margin: 30px;
	}
	.row-product > div{
		display: inline-block;
	}
	.item-product{
		width: calc(100vw - 20px);
		height: calc(50% - 20px);
		margin: 5px 10px;
	}
	.row-product-cat{
		/* width: 90vw; */
	}
	.subProduct-page-right{
		min-height: auto;
	}
	.logo{
		width: 150px;
	}
	.row-item-subProduct{
		height: auto;
	}
	.bottom-click{
		display: none;
	}
	.to-top {
		width: 30px;
		height: 30px;
		bottom: 130px;
	}
	.to-top > img{
		width: 20px;
		margin: 5px 4px;
	}
	.to-top{
		display: none!important;
	}
}
@media only screen and (max-width: 1024px) and (orientation: portrait){
	.show-slide > img{
		width: auto;
		max-width: 1000%;
	}
}
@media only screen and (max-width: 1024px){
	header{
		height: 200px;
	}
	.div-menu{
		height: 100px;
	}
	.show-slide{
		min-height: calc(100vh - 200px);
	}
	.about > div > div{
		width: 100%;
	}
	.product-page{
		min-height: calc(100vh - 200px);
	}
	.product-page-item{
		/* min-height: calc(100vh - 300px); */
	}
	.row-product{
		min-height: calc(100vh - 300px);
	}
	.menu-bar{
		margin-right: 80px;
	}
	.list-product-cat{
		width: 440px;
	}
}
@media only screen and (max-width: 812px) and (orientation: landscape){
	.item-product{
		height: 50vh;
	}
	.product-page-item{
		/* height: 100vh; */
	}
	.row-product{
		height: 100vh;
	}
	.menu-bar{
		margin-right: 80px;
	}
}
@media only screen and (max-width: 812px){
	header{
		height: 150px;
	}
	.slide{
		min-height: calc(100vh - 150px);
	}
	.show-slide{
		min-height: calc(100vh - 150px);
	}
	.show-slide{
		min-height: calc(100vh - 150px);
	}
	.subProduct-page-list > div > img{
		margin-top: 0;
	}
}
@media only screen and (max-width: 736px){
	/*header{
		height: 175px;
		background-size: 100% auto;
	}
	.slide{
		min-height: calc(100vh - 175px);
	}
	.show-slide{
		min-height: calc(100vh - 175px);
	}
	.show-slide{
		min-height: calc(100vh - 175px);
	}*/
	.row-product-cat{
		/* width: calc(100vw - 30px); */
	}
}
@media only screen and (max-width: 667px){
	.list-product-cat > div > p{
		font-size: 14px;
		min-width: 190px;
	}
	.list-product-cat{
		width: 360px;
	}
}
@media only screen and (max-width: 568px){
	.list-product-cat > div > p{
		/* min-width: 235px; */
		width: 235px;
	}
	.list-product-cat{
		width: 230px;
	}
}
@media only screen and (max-width: 414px){
	.menu-bar{
		margin-right: 70px;
	}
	.subProduct-page-list > div > div{
		width: 100%;
	}
	.subProduct-page-list > div > img{
		width: 100%;
	}
	.list-product-cat > div > p{
		/* min-width: 210px; */
		width: 210px;
	}
	.list-product-cat{
		width: 200px;
	}
	.item-product{
		height: 240px;
	}
	.item-product > a > div:nth-child(1) > h1{
		font-size: 16px;
	}
	.item-subProduct > div > h3{
		font-size: 16px;
	}
	.item-subProduct > div > p{
		font-size: 14px;
	}
	.subProduct-page-left > p:nth-child(2){
		font-size: 14px;
	}
	.subProduct-page-list > h3{
		font-size: 16px;
	}
	.subProduct-page-list > div > div > p{
		font-size: 14px;
	}
	.about-brief > div:nth-child(1) > h1{
		font-size: 16px;
	}
	.about-brief > div:nth-child(2) > h1{
		font-size: 16px;
	}
	.about-brief > div:nth-child(2) > p{
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px){
	.list-product-cat > div > p{
		/* min-width: 235px; */
	}
	.item-product > a > div:nth-child(1) > h1{
		font-size: 14px;
	}
	.item-subProduct > div > h3{
		font-size: 14px;
	}
	.item-subProduct > div > p{
		font-size: 12px;
	}
	.subProduct-page-left > p:nth-child(2){
		font-size: 14px;
	}
	.subProduct-page-list > h3{
		font-size: 14px;
	}
	.subProduct-page-list > div > div > p{
		font-size: 12px;
	}
	.about-brief > div:nth-child(1) > h1{
		font-size: 14px;
	}
	.about-brief > div:nth-child(2) > h1{
		font-size: 14px;
	}
	.about-brief > div:nth-child(2) > p{
		font-size: 12px;
	}
}
@media only screen and (max-width: 320px){
	.list-product-cat > div > p{
		/* min-width: 212px; */
	}
}
