.maincon{
	width: 100%;
	padding: 0px 6%;
	height: auto;
	margin: auto;
}
p{
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;	
}
.pro_loading{
	position: relative;
}
.pro_loading:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	animation: spinnerFour 1s linear infinite;
	border: solid 7px transparent;
	border-top: solid 7px #C3DEAC ;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	z-index: 3;
}
.fetching{
	position: relative;
}
.fetching:after {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
    backdrop-filter: blur(1px);
    z-index: 2;
    background: rgba(255,255,255,.5);
}

@keyframes spinnerFour {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
	max-width: none;
	height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}
.carousel{
	margin-top: 145px;
}
.carousel-indicators{
	display: none;
}
.carousel-control{
	height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 100px;
    top: 30%;
    background: url(../images/carousel-right.svg) no-repeat center center/80% !important;
    border: 2px solid rgba(255,255,255,41%);
}
.carousel-control:hover{
	opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/80% rgba(255,255,255,41%) !important;
}
.carousel-control:focus{
	opacity: 1;
}
.carousel-control.right{
	right: 6%;
}
.carousel-control.left{
	right: 6%;
	top: 50%;
	left: auto;
	transform:rotate(180deg);
}
.carousel-inner>.item{
	height: 840px;
}
.carousel-inner>.item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(1,26,0,.49);
	position: absolute;
	left: 0px;
	top: 0px;
}
.carousel-indicators li{
	width: 14px;
	height: 14px;
	border-radius: 50px;
	margin: 0px 3px;
	background: #C4C4C4;
	border: none;
}
.carousel-indicators .active{
	background: #EA662F;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	border-radius: 50px;
}
.learnmore{
	height: 44px;
	padding: 0px 50px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
	background: none;
	position: relative;
    overflow: hidden;
    transition: 400ms;
    display: inline-flex;
    align-items: center;
    background: none;
    border: 2px solid #fff;
}
.learnmore:hover{
	background: #fff;
	color: #2D4A32;
}
.bannertext{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 0% 200px 0%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
   z-index: 2;
}
.bannertext .maincon{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.bannertext h1{
	text-align: left;
	font-size: 40px;
	line-height: 130%;
	max-width: 800px;
    color: #fff;
    margin-bottom: 60px;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
    margin-top: 0px;
    font-family: 'MontserratAlternates';
}
.bannertext h2,.bannertext .banner-title{
	text-align: left;
	font-size: 40px;
	line-height: 130%;
	max-width: 800px;
    color: #fff;
    margin-bottom: 60px;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
    margin-top: 0px;
    font-family: 'MontserratAlternates';
}
.bannertext p{
	font-size: 20px;
	line-height: 150%;
	color: #3A660E;
	margin-bottom: 0px;
	white-space: normal;
	display: block;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
    text-align: left;   
    max-width: 400px;
}
.bannertext .learnmore{
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
}
@-webkit-keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.banner-foot-bg{
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 100%;
	height: auto;
}
.banner-foot-bg img{
	width: 100%;
	height: auto;
}
.banner-contact{
	display: inline-flex;
	align-items: center;
	padding: 8px 30px;
	background: #FFFCCD;
	color: #3C3C20;
	font-size: 15px;
	margin-top: 60px;
	border-radius: 200px;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 1s;
}
.banner-contact .banner-email:after{
	content: '/';
	margin-left: 15px;
	margin-right: 15px;
}
.banner-contact a{
	color: #3C3C20;
}
.banner-contact a:hover{
	color: #2D4A32;
}
.toper{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 222;
	border-bottom: 6px solid #2D4A32;
}
.top-share-icon{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 5px;
}
.top-share-icon a{
	color: #2D4A32;
	margin-right: 30px;
	font-size: 22px;
}
.top-share-icon a:hover{
	color: #3e984d;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#536C57;width:25px;height:2px;position:absolute;left:0px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 16px;
	color: #1A1C18;
	font-family: 'Montserrat-SemiBold';
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #536C57;
}
.navs a.shows{
	color: #536C57;
}
.navs>ul>li{
	width: auto;
	float: left;
	margin-left: 0px;
	position: relative;
	border: 1px solid rgba(83,108,87,.2);
	border-left: none;
	border-bottom: none;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	padding: 0px 10px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
	border-left: 1px solid rgba(83,108,87,.2);
}
.navs>ul>li:after{
	/*content: '';*/
	position: absolute;
	width: 0%;
	height: 2px;
	background: #fff;
	bottom: 10px;
	transition: all 0.3s;
    left: 50%;
    transform: translateX(-50%);
}
.navs>ul>li>a{
	color: #536C57;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #1A1C18;
    font-size: 14px;
    transition: all 0s;
}
.navs>ul>li>span::before{
	content: '\e968';
	font-family: 'icomoon';
    right: 0;
    top: 0;
}
.navs>ul>li>a.actives{
	color: #536C57;
}
.navs>ul>li>span.act::before{
	color: #536C57;
}
.navs>ul>li:hover:after{
	width: 100%;
}
.navs>ul>li:hover{
	background: #2D4A32;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs>ul>li:hover>span{
	color: #fff;
}
.navs>ul>li:hover:after{
	background: #536C57;
}
.navs ul li ul li{
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span::before{
	content: "\e96a";
	color: #062134;
	top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
    font-family: 'icomoon';
    font-size: 14px;
}
.navs ul li ul li a{
	font-size: 15px;
	line-height: 20px;
    color: #1A1C18;
    display: inline-block;
    max-width: calc(100% - 16px);
    font-weight: 100;
    transition: all .1s ease-out;
    font-family: 'Montserrat-Light';
}
.navs ul li ul li:hover{
	/*background: #062134;*/
	/*border-bottom: 1px solid #062134;*/
}
.navs ul li ul li:hover>a{
	color: #536C57;
}
.navs ul li ul li:hover>span::before{
	color: #536C57;
}
.navs ul li ul li a.shows{
	color: #536C57;
}
.navs ul li ul li img{
	height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
}
.navs ul li ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs>ul>li>ul{
	position: absolute;
	left: 0px;
	top: 100%;
	background: #fff;
	width: 320px;
	height: auto;
	display: none;
}
.navs ul li ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	width: 100%;
	height: auto;
	display: none;
}
.top-content{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.logos{
	width: auto;
	height: auto;
}
.logos img{
	width: auto;
	height: 60px;
	margin-bottom: 15px;
}
.top-nav{
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.top-search{
	margin-left: 35px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: 2px center;
	background-size: auto 25px;
	transition: all .5s;
}
.top-search.shows{
	background-position: -32px center;
}
.top-search-box{
	width: 100%;
	height: auto;
	position: absolute;
	top: calc(100% + 6px);
	left: 0px;
	background: #fff;
	padding: 20px 25px;
	display: none;
}
#serach-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    box-shadow: none;
    height: 44px;
}
.top-search-box input{
    width: calc(100% - 150px);
	height: 100%;
	border: 1px solid #707070;
	background: none;
	box-shadow: none;
	padding: 0px 10px;
	font-size: 16px;
	color: #000;
	border-radius: 8px;
}
.top-search-box button{
    background: #2D4A32;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 100%;
    border-radius: 8px;
    width: 140px;
    border: none;
}
.top-search-box button:hover{
    background: #6e9d30;
}
.mainsection1{
	width: 100%;
	height: auto;
	padding: 100px 0px;
}
.mainsection1-content{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection1-content .pic{
	width: 38%;
	padding-bottom: 55px;
	padding-left: 55px;
	position: relative;
}
.mainsection1-content .pic .pic1{
	width: 100%;
	height: auto;
	position: relative;
}
.mainsection1-content .pic .pic1 img{
	width: 100%;
	height: auto;
}
.mainsection1-content .pic .pic1:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(182,211,162,.6);
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainsection1-content .pic .pic2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 55px);
	height: auto;
}
.mainsection1-content .pic .pic2 img{
	width: 100%;
	height: auto;
}
.mainsection1-content .info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 50%;
}
.main-title{
	font-size: 40px;
	color: #2D4A32;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 35px;
}
.main-title:before{
	content: '';
	display: inline-block;
	width: 140px;
	height: 4px;
	background: #2D4A32;
	margin-right: 50px;
	margin-top: 5px;
}
.main-title.color-white{
	color: #fff;
}
.main-title.color-white:before{
	background: #fff;
}
.mainsection1-content .info .text{
	margin-bottom: 15px;
}
.view-more{
	height: 44px;
	padding: 0px 0px 0px 35px;
	border-radius: 0px;
	color: #2D4A32;
	font-size: 16px;
	margin-top: 0px;
	position: relative;
    overflow: hidden;
    transition: 400ms;
    display: inline-flex;
    align-items: center;
    background: none;
    border: 2px solid #2D4A32;
}
.view-more:after{
	content: '';
	width: 60px;
	height: 100%;
	display: inline-block;
	background-image: url(../images/view-more.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 55%;
	border-left: 2px solid #2D4A32;
	margin-left: 35px;
}
.view-more:hover{
	background: #2D4A32;
	color: #fff;
}
.view-more:hover:after{
	border-left: 2px solid #707070;
}
.mainsection2{
	width: 100%;
	padding: 100px 0px;
	overflow: hidden;
	
	position: relative;
}
.mainsection2:before{
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background: url(../images/index-pic2.jpg) no-repeat center center/cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	filter: blur(6px);
}
.mainsection2-content{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
.mainsection2-content .main-title{
	margin-bottom: 85px;
}
.mainsection2-content .title-list{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 70px;
}
.mainsection2-content .title-list:before{
	content: '';
	position: absolute;
	width: calc(100% - 50px);
	height: 3px;
	display: inline-block;
	background: #fff;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.mainsection2-content .title-list .list-item{
	padding: 9px 16px 7px;
	color: #fff;
	border-radius: 80px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	border: 3px solid transparent;
}
.mainsection2-content .title-list .list-item img{
	height: 32px;
	width: auto;
	margin-right: 15px;
	margin-bottom: 3px;
}
.mainsection2-content .title-list .list-item:hover{
	border: 3px solid #fff;
}
.mainsection2-content .title-list .list-item.shows{
	border: 3px solid #fff;
}
.mainsection2-content .info-list{
	width: 100%;
	height: auto;
	padding: 0px 25px;
}
.mainsection2-content .info-list .list-item{
	width: 100%;
	height: auto;
	background: rgba(0,0,0,.45);
	align-items: stretch;
	justify-content: space-between;
	display: none;
}
.mainsection2-content .info-list .list-item.shows{
	display: flex;
}
.mainsection2-content .info-list .list-item .pic{
	width: 30%;
	height: auto;
}
.mainsection2-content .info-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainsection2-content .info-list .list-item .info-text{
	width: 70%;
	padding: 70px 100px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.mainsection2-content .info-list .list-item .info-text .text{
	margin-bottom: 30px;
}
.mainsection2-content .info-list .list-item .info-text p{
	color: #fff;
}
.mainsection2-content .info-list .list-item .info-text .btn-list a{
	display: inline-block;
	margin-right: 20px;
	height: 50px;
    padding: 0px 75px;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    transition: 400ms;
    display: inline-flex;
    align-items: center;
    background: none;
    border: 2px solid #fff;
}
.mainsection2-content .info-list .list-item .info-text .btn-list a:hover{
	background: #2D4A32;
	color: #fff;
	border: 2px solid #2D4A32;
}
.mainsection2-content .info-list .list-item .info-text .btn-list a.inquiry-now{
	background: #B6D3A2;
	color: #fff;
	border: 2px solid #B6D3A2;
}
.mainsection2-content .info-list .list-item .info-text .btn-list a.inquiry-now:hover{
	background: #2D4A32;
	color: #fff;
	border: 2px solid #2D4A32;
}
.mainsection2-content .info-list .more-item{
	width: 100%;
	height: auto;
	padding: 60px 10% 40px;
}
.mainsection2-content .info-list .more-item-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection2-content .info-list .more-item-list .more-list-item{
	width: 28%;
}
.mainsection2-content .info-list .more-item-list .more-list-item .pic{
	width: 100%;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.mainsection2-content .info-list .more-item-list .more-list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.mainsection2-content .info-list .more-item-list .more-list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection2-content .info-list .more-item-list .more-list-item p{
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}
.mainsection2-content .info-list .more-item-list .more-list-item:hover p{
	color: #e0ffe5;
}
.mainsection3{
	width: 100%;
	height: auto;
	padding: 100px 0px;
}
.main-title2{
	font-size: 40px;
    color: #2D4A32;
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 45px;
    position: relative;
}
.main-title2:before{
	content: '';
    display: inline-block;
    width: 100px;
    height: 4px;
    background: #2D4A32;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.mainsection3-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.mainsection3-info .list-item img{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.mainsection3-info .list-item p{
	text-align: center;
}
.mainsection3-info .list-item:nth-child(1){
	width: 24%;
}
.mainsection3-info .list-item:nth-child(2){
	width: 36%;
	margin-top: 10%;
}
.mainsection3-info .list-item:nth-child(3){
	width: 19%;
	margin-top: 8%;
}
.mainsection3-info .list-item:nth-child(4){
	width: 21%;
	margin-top: 10%;
}
.mainsection3-info .list-item:nth-child(2) p{
	padding-right: 25%;
}
.mainsection3-info .list-item:nth-child(4) p{
	text-align: right;
}


.mainsection5{
	width: 100%;
	height: auto;
	padding: 100px 0px;
}
.mainsection5-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.mainsection5-info p{
	margin-top: 35px;
	text-align: center;
}
.mainsection5-info .list{
	height: auto;
	position: relative;
}
.mainsection5-info .list .pic{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.mainsection5-info .list .pic:before{
	content: '';
	background: rgba(101,163,60,.47);
	display: inline-block;
	border-radius: 200px;
	transition: all .5s;
}
.mainsection5-info .list .pic .icon{
	position: absolute;
	height: auto;
	transition: all .5s;
}
.mainsection5-info .list .arrow{
	position: absolute;
	height: auto;
}
.mainsection5-info .list .pic:hover:before{
   /*transform:translate(25%, -25%) scale(0.7);*/ 
   transform:translate(-20%, 20%) scale(1.2); 
}
.mainsection5-info .list-1{
	width: 24%;
}
.mainsection5-info .list-1 .pic:before{
	width: 84%;
	padding-bottom: 84%;
}
.mainsection5-info .list-1 .pic .icon{
	width: 77%;
	bottom: 0px;
	left: 0px;
}
.mainsection5-info .list-1 .arrow{
	width: 58%;
	top: 45%;
	left: 95%;
}

.mainsection5-info .list-2{
	width: 16%;
	margin-left: 3%;
	margin-top: 24%;
}
.mainsection5-info .list-2 .pic:before{
	width: 68%;
	padding-bottom: 68%;
}
.mainsection5-info .list-2 .pic .icon{
	width: 100%;
	top: 0px;
	left: 0px;
}
.mainsection5-info .list-2 .arrow{
	width: 97%;
	 top: -10%;
    left: 95%;
}
.mainsection5-info .list-2 p{
	margin-top: 80px;
}

.mainsection5-info .list-3{
	width: 19%;
	margin-left: 14%;
	margin-top: 8%;
}
.mainsection5-info .list-3 .pic:before{
	width: 56%;
	padding-bottom: 56%;
}
.mainsection5-info .list-3 .pic .icon{
	width: 88%;
	top: 0px;
	left: 0px;
}
.mainsection5-info .list-3 .arrow{
	width: 100%;
	top: 10%;
    left: 95%;
}
.mainsection5-info .list-3 p{
	padding-left: 20px;
}

.mainsection5-info .list-4{
	width: 13%;
	margin-left: 11%;
	margin-top: 24%;
}
.mainsection5-info .list-4 .pic:before{
	width: 70%;
	padding-bottom: 70%;
}
.mainsection5-info .list-4 .pic .icon{
	width: 95%;
	top: -10%;
	left: 0px;
}

.mainsection4{
	width: 100%;
	height: 700px;
	background: url(../images/index-pic19.jpg) no-repeat center center/cover;
	position: relative;
}
.mainsection4:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: inline-block;
	background: linear-gradient(45deg, rgba(161,183,66,100%), rgba(142,163,49,0%) 80%);
}
.mainsection4 .maincon{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 22;
}
.mainsection4 .maincon h2{
	font-size: 40px;
	color: #fff;
	line-height: 140%;
}
.mainsection4 .maincon h2 a{
	color: #d4ffb0;
	font-size: 40px;
    font-family: 'Montserrat-SemiBold';
}
.mainsection4 .maincon h2 a:hover{
	color: #fff;
}
.mainsection4 .maincon h2 span{
	color: #d4ffb0;
	font-family: 'Montserrat-SemiBold';
	cursor: pointer;
}
.mainsection4 .maincon h2 span:hover{
	color: #fff;
}
.footer{
	width: 100%;
	height: auto;
	padding: 100px 0px 70px;
	background: #C3DEAC;
}
.footer h3{
	font-size: 24px;
	color: #2D4A32;
	margin-bottom: 50px;
}
.foot-title{
	font-size: 24px;
	color: #2D4A32;
	margin-bottom: 50px;
	font-family: 'Montserrat-SemiBold';
	line-height: 1.1;
}
.footer p{
	color: #2D4A32;
}
.footer p a{
	color: #2D4A32;
}
.footer p a:hover{
	color: #6e9d30;
}
.foot-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.foot-nav{
	width: auto;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.foot-nav .foot-nav-item{
	margin-right: 200px;
}
.foot-nav .foot-nav-item:last-child{
	margin-right: 0px;
}
.foot-nav .foot-nav-item p{
	margin-bottom: 12px;
}
.foot-contact{
	width: auto;
}
.foot-contact p{
	color: #333333;
	padding-left: 35px;
	margin-bottom: 15px;
}
.foot-contact p:nth-child(1){
	background: url(../images/address.svg) no-repeat 0px 3px/18px;
}
.foot-contact p:nth-child(2){
	background: url(../images/phone.svg) no-repeat 0px 4px/19px;
}
.foot-contact p:nth-child(3){
	background: url(../images/fax.svg) no-repeat 0px 4px/18px;
}
.foot-contact p:nth-child(4){
	background: url(../images/email.svg) no-repeat 0px 7px/18px;
}
.foot-contact-btn{
	width: 100%;
	height: 46px;
	padding: 0px 15px;
    border-radius: 100px;
    color: #2D4A32;
    font-size: 16px;
    margin-top:20px;
    position: relative;
    overflow: hidden;
    transition: 400ms;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 2px solid #2D4A32;
    text-align: center;
}
.foot-contact-btn:hover{
	background: #2D4A32;
	color: #fff;
}
.foot-icon{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.foot-icon .foot-logo{
	width: 200px;
	height: auto;
	flex-shrink: 0;
	margin-right: 50px;
}
.foot-share{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid rgba(83,108,87,.44);
	border-bottom: 1px solid rgba(83,108,87,.44);
	font-size: 16px;
	color: #2D4A32;
	font-weight: bold;
}
.foot-share a{
	font-size: 18px;
	color: #2D4A32;
	margin-left: 25px;
}
.foot-share a:hover{
	color: #fff;
}
.pagebanner{
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 95px;
}
.pagebanner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(76, 124, 73, 0.49);
}
.pagebanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagebanner .text{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transform: translateY(-50%);
}
.pagebanner h1{
	font-size: 35px;
	line-height: 140%;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
.pagebanner p{
	color: #fff;
	text-align: center;
	margin-top: 30px;
	font-size: 28px;
	line-height: 130%;
}
.pagebanner.full{
	height: 100vh;
	margin-top: 0px;
}
.pagebanner.full .text{
	margin-top: 95px;
}
.crumbnav{
	width: 100%;
	height: auto;
	padding: 10px 0px;
	text-align: left;
}
.crumbnav ul{
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 15px;
	color: #000;
}
.crumbnav ul li{
	font-size: 16px;
	color: #000;
	display: inline-block;
	margin-right: 5px;
}
.crumbnav ul li a{
	font-size: 16px;
	color: #000;
	display: inline-block;
}
.crumbnav ul li a:hover{
	color: #2D4A32;
}
.crumbnav ul li:first-child{
	padding-left: 26px;
	background: url(../images/icon-home.svg) no-repeat 0px 5px/16px;
}
.crumbnav ul li::before{
	content: "/";
	color: #000;
	margin-right: 7px
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.pagecontent{
	width: 100%;
	height: auto;
	padding: 60px 0px 80px;
}
.about-info{
	width: 100%;
	height: auto;
}
.about-info .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-info .list-item .text {
    width: 58%;
    margin-top: 15px;
}
.about-info .list-item .text h3,.about-info .list-item .text .about-title,.about-info .list-item .text h2{
    color: #2D4A32;
    margin-bottom: 60px;
    font-size: 26px;
    font-family: 'Montserrat-SemiBold';
}
.about-info .list-item .pic{
	width: 30%;
	padding-bottom: 40px;
	padding-left: 40px;
	position: relative;
}
.about-info .list-item .pic .pic1{
	width: 100%;
	height: auto;
	position: relative;
}
.about-info .list-item .pic .pic1 img{
	width: 100%;
	height: auto;
}
.about-info .list-item .pic .pic1:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(182,211,162,.6);
	position: absolute;
	left: 0px;
	top: 0px;
}
.about-info .list-item .pic .pic2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 40px);
	height: auto;
}
.about-info .list-item .pic .pic2 img{
	width: 100%;
	height: auto;
}
.about-info .list-item:nth-child(2n){
	flex-direction: row-reverse;
}
.inquiry-title{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #707070;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 80px;
}
.inquiry-title h3{
	font-size: 26px;
	color: #2D4A32;
	padding-bottom: 30px;
	margin-right: 100px;
	border-bottom: 6px solid transparent;
	position: relative;
	cursor: pointer;
}
.inquiry-title h3.shows{
	border-bottom: 6px solid #536C57;
}
.inquiry-title h3.shows:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #536C57;
}
.inquiry-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.inquiry-info-list{
	width: 55%;
}
.inquiry-info-pic{
	width: 35%;
}
.inquiry-info-pic img{
	width: 100%;
	height: auto;
}
.inquiry-info-list .list-item{
	display: none;
}
.inquiry-info-list .list-item.shows{
	display: block;
}
.inquiry-info-list .list-item .text{
	margin-bottom: 50px;
}
.inquiry-box{
	width: 100%;
	height: auto;
}
.forms .form_control {
    width: 100%;
    height: 48px;
    border: 1px solid #C9C9C9;
    padding: 0px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-radius: 0px;
}
.forms textarea.form_control{
	height: 140px;
	padding: 10px 10px;
	line-height: 22px;
}
.forms textarea.form_control.title{
	height: 80px;
}
.forms .inquiry-quantity{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.forms .inquiry-quantity select.form_control {
    width: 150px;
    font-size: 16px;
    outline: none;
}
.forms label{
	margin-bottom: 6px;
	font-size: 16px;
	color: #000;
	margin-left: 10px;
}
.forms .main-btn{
	display: inline-block;
    padding: 8px 50px;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    background: #536C57;
    position: relative;
    overflow: hidden;
    border: none;
    margin-top: 20px;
}
.forms .main-btn:hover{
	color: #fff;
    background: #B6D3A2;
}
.forms{
	width: 100%;
}
.forms .inquiry-quantity{
	width: 100%;
}
.forms .inquiry-quantity input.form_control {
	width: 150px;
	margin-right: 10px;
}
.forms .inquiry-quantity input.form_control:after {
	content: " ";
	position: absolute;
	z-index: 2;
	top: -25px;
	width: 110%;
	height: 50px;
	background-color: #fff;
	transform: rotate(-0.5deg)
}
.forms #otherunit{
	margin-left: 10px;
	background: #F4F4F4;
	margin-right: 0px !important;
}
.forms .verification-code{
	position: relative;
	margin-bottom: 15px;
}
.forms .verification-code input {
	width: 100%;
	margin-bottom: 0px;
}
.forms .verification-code img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 110px;
	height: 100%;
}
.forms .verification-code i{
	position: absolute;
	right: 120px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}
.icon-x:before{
	content: '\2716';
}
.formError .formErrorContent{
	white-space: nowrap;
}

.contact-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.contact-info .contact-info-text{
	width: 40%;
}
.contact-info .maps{
	width: 48%;
	height: 600px;
	background: #ccc;
}
.contact-info .maps iframe{
	width: 100%;
	height: 100%;
}
.contact-info .contact-info-text h1{
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #707070;
	margin-bottom: 50px;
	color: #2D4A32;
	font-size: 26px;
}
.contact-info .contact-info-text .text-item{
	padding-left: 80px;
}
.contact-info .contact-info-text .text-item-list{
	margin-bottom: 50px;
}
.contact-info .contact-info-text .text-item-list p {
    color: #000;
    padding-left: 35px;
    margin-bottom: 30px;
}
.contact-info .contact-info-text .text-item-list p a{
	color: #000;
}
.contact-info .contact-info-text .text-item-list p a:hover{
	color: #2D4A32;
}
.contact-info .contact-info-text .text-item-list p:nth-child(1){
	background: url(../images/address.svg) no-repeat 0px 3px/18px;
}
.contact-info .contact-info-text .text-item-list p:nth-child(2){
	background: url(../images/phone.svg) no-repeat 0px 4px/19px;
}
.contact-info .contact-info-text .text-item-list p:nth-child(3){
	background: url(../images/fax.svg) no-repeat 0px 4px/18px;
}
.contact-info .contact-info-text .text-item-list p:nth-child(4){
	background: url(../images/email.svg) no-repeat 0px 7px/18px;
}
.contact-info .contact-info-text .text-item-list p:nth-child(5){
	background: url(../images/monday.svg) no-repeat 0px 4px/18px;
}
.text-item-btn{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.text-item-btn a{
    margin-right: 0px;
    height: 50px;
    padding: 0px 35px;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    transition: 400ms;
    display: inline-flex;
    align-items: center;
    background: #536C57;
    border: 2px solid #536C57;
    font-weight: bold;
}
.text-item-btn a:hover{
    background: #C3DEAC;
    border: 2px solid #C3DEAC;
}
.text-item-btn .inquire{
	background: none;
	color: #536C57;
}
.text-item-btn .inquire:after {
    content: '';
    width: 45px;
    height: 100%;
    display: inline-block;
    background-image: url(../images/view-more.svg);
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: 100%;
    margin-left: 20px;
}
.pagecontent{
	width: 100%;
	height: auto;
	padding: 60px 0px;
}
.service-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.leftnav{
	width: 350px;
}
.rightcon{
	width: calc(100% - 420px);
}
.sidenav{
	width: 100%;
	height: auto;
	border-radius: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}
.leftnav h3{
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	display: block;
    line-height: 120%;
    color: #000;
    margin-top: 0px;
}
.leftnav h3 a{
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
.leftnav .side-title{
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	display: block;
    line-height: 120%;
    color: #000;
    margin-top: 0px;
    font-family: 'Montserrat-SemiBold';
}
.leftnav .side-title a{
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
.leftnavli{
	width: 100%;
	height: auto;
	padding: 0px 0px 0px;
	margin-bottom: 40px;
}
.leftnavli>ul{
	width: 100%;
	height: auto;
	margin-bottom: 0px !important;
}
.leftnavli ul li a{
	font-size: 16px;
	line-height: 22px;
    color: #222222;
    display: inline-block;
    max-width: 90%;
    
}
.leftnavli ul li a:hover{
	color: #00a552;
}
/*.leftnavli>ul>li>a:before{
	content: "\e96e";
	font-family: 'icomoon' !important;
	font-size: 14px;
    margin-right: 10px;
}*/
.leftnavli ul{
	margin-top: 0px;
	margin-bottom: 7px;
}
.leftnavli ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    /*border-bottom: 1px solid #f3f3f3;*/
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li ul li:last-child{
	border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 10px 0px 0px;
}
.leftnavli>ul>li:last-child{
	border-bottom: 0px solid #8cc7b5;
    margin-bottom: 0px;
}
.leftnavli ul li span{
	float: right;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 14px;
	margin-top: 4px;
	font-size: 18px;
}
.leftnavli ul li span::before{
	content: '\e968';
    font-family: 'icomoon';
    color: #062134;
    cursor: pointer;
    transition: all .5s;
    font-size: 18px;
    transform: rotate(-90deg);
}
.leftnavli ul li span.down::before{
    color: #00a552;
    transform: rotate(0deg);
}
.leftnavli ul li ul{
	display: none;
	padding-left: 14px;
	margin-top: 10px;
}
.leftnavli>ul>li{
	padding: 15px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}
.leftnavli ul li ul li{
	padding: 5px 0px 5px;
	margin-bottom: 0px;
}
.leftnavli>ul>li>ul{
	border-top: 1px solid #e6e6e6;
	padding-left: 10px;
	padding-top: 15px;
}
.formErrorContent{
	white-space: nowrap;
}
.side-form {
	margin-bottom: 60px;
	margin-top: 30px;
}
.side-form .row>div{
	width: 100%;
}
.side-form .forms .form_control{
	border: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.side-form .forms textarea.form_control{
	height: 100px;
}
.side-form .forms .main-btn{
	margin-top: 10px;
}
.side-form .forms .inquiry-quantity select.form_control{
	width: 80px;
    padding: 0px 5px;
}
.side-form .forms .inquiry-quantity #otherunit{
	width: 95px;
	padding: 0px 5px;
	margin-left: 5px;
}
.side-form .forms .inquiry-quantity input.form_control{
	width: 100%;
	margin-right: 5px;
}
.side-contact p{
	color: #747474;
	margin-bottom: 8px;
}
.side-contact p strong{
	color: #000000;
}
.page-info-title{
	margin-bottom: 35px;
	border-bottom: 2px solid #B6D3A2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.page-info-title .learnmore{
	flex-shrink: 0;
	margin-left: 20px;
}
.page-info-title h2{
    padding-bottom: 8px;
    margin-bottom: 3px;
    font-size: 25px;
    margin-top: 0px;
}
.page-info-title h1{
    padding-bottom: 8px;
    margin-bottom: 3px;
    font-size: 25px;
    margin-top: 0px;
}
.related-title {
    color: #000 !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
.related{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 2%;
	margin-top: 15px;
	margin-bottom: 0px;
}
.related a{
	width: 49%;
	padding: 14px 15px 14px 45px;
    font-size: 16px;
    line-height: 22px;
    color: #747474;
    background: #F7F7F7;
    border-radius: 0px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0s;
}
.related a:before{
	content: '\e972';
    font-family: 'icomoon';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #3b3b3b;
}
.related a:hover{
	background: #B6D3A2;
	color: #fff;
}
.related a:hover:before{
	color: #fff;
}
.notice{
	background: url(../images/notice.svg) no-repeat 15px 15px/20px #C3DEAC;
    color: #000 !important;
    padding: 12px 15px 12px 50px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.product-tags {
	background-color: #fff;
	padding: 0px;
	margin-left: -15px;
	margin-right: -15px;
}
.product-tags .row {
	padding: 0px 0px;
	margin: 0px 0px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.product-tags .row div[class*="col-md"] {
	padding: 0 15px;
}
.product-tags .row div[class*="col-md"] a {
	padding-left: 5px;
	display: block;
	color: #fff;
	background-color: #C3DEAC; 
	padding: 12px 15px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
	transition: all 0s;
	text-align: center;
}
.product-tags .row div[class*="col-md"]:hover a {
	color: #ffffff;
	background-color: #7c9c60;
}
.pagination>li>a, .pagination>li>span{
	margin-left: 8px;
	color: #666666;
	border: 1px solid #666;
	padding: 6px 14px;
	margin-bottom: 10px;
	font-size: 16px;
}
.pages{
	text-align: left;
}
.pages .pagination{
	margin-top: 0px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff;
    background-color: #C3DEAC;
    border-color: #C3DEAC;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #fff;
    background-color: #C3DEAC;
    border-color: #C3DEAC;
}
.detail-table{
	border-top: none;
	border-left: none;
}
.detail-table tr, .detail-table th, .detail-table td{
	border-bottom: 1px solid #ddd;
    border-right: none;
}
.structure-pic{
	max-width: 220px;
	max-height: 220px;
	object-fit: contain;
}
.applications-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 3.5%;
}
.applications-list .list-item{
	width: 31%;
	margin-bottom: 40px;
	border: 1px solid #385723;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.applications-list .list-item:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	right: -1px;
	bottom: -1px;
	background: url(../images/applications-icon.png) no-repeat 85% 85%/35% #385723;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
.applications-list .list-item:hover:after{
	background-color: #3e984d;
}
.applications-list .list-item:hover{
	border: 1px solid #3e984d;
}
.applications-list .list-item .pic{
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
}
.applications-list .list-item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.applications-list .list-item:hover .pic img{
	transform: scale(1.1);
}
.applications-list .list-item .text{
	padding: 25px 15px 15px;
}
.applications-list .list-item .text h3{
	text-align: center;
}
.applications-list .list-item:hover .text h3{
	color: #3e984d;
}
hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #548235;
}
hr.normal {
    border-top: 1px solid #ccc;
}
.info-item1{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.info-item1 .info-pic-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
}
.info-item1 .info-pic-list .list-item{
	width: 18%;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.info-item1 .info-pic-list .list-item .pic{
	width: 100%;
	height: 160px;
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 15px;
	border: 2px solid #fff;
}
.info-item1 .info-pic-list .list-item.shows .pic{
	border: 2px solid #3e984d;
}
.info-item1 .info-pic-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-item1 .info-pic-list .list-item h3{
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
}
.info-item1 .info-pic-list .list-item h3:after{
	font-family: 'Glyphicons Halflings';
    content: "\e258";
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000;
    margin-left: 3px;
}
.info-item1 .info-pic-list .list-item:hover h3{
	color: #3e984d;
}
.info-item1 .info-pic-list .list-item:hover h3:after{
	color: #3e984d;
}
.info-item1 .info-pic-list .list-item.shows h3{
	color: #3e984d;
}
.info-item1 .info-pic-list .list-item.shows h3:after{
	content: "\e259";
	color: #3e984d;
}
.info-item1 .info-text-list{
	width: 100%;
	height: auto;
	padding: 30px 20px 15px;
	border: 1px solid #7f7f7f;
	background: #C5E0B4;
}
.info-item1 .info-text-list .text-item{
	width: 100%;
	height: auto;
	display: none;
}
.info-item1 .info-text-list .text-item.shows{
	display: block;
}
.info-item2{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item2 .pic{
	width: 400px;
	position: relative;
	border: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item2 .pic img{
	width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .5s;
}
.info-item2 .text{
	width: calc(100% - 430px);
	padding-left: 45px;
	background: url(../images/bioenergy-icon1.png) no-repeat left 5px/36px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info-item2 .text p{
	padding-bottom: 0px;
}
.info-item3{
	width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-item3 .list-item{
	width: 48%;
	margin-bottom: 25px;
	border: 1px solid #f4b183;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.info-item3 .list-item .list-title{
	height: 50px;
	width: 100%;
	background: #f4b183;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item3 .list-item .list-title:before{
	content: '';
	height: 34px;
	width: 34px;
	margin-right: 10px;
	background: url(../images/bioenergy-icon2.png) no-repeat center center/95%;
}
.info-item3 .list-item .list-title p{
	color: #fff;
	padding-bottom: 0px;
}
.info-item3 .list-item .text{
	width: 100%;
	padding: 30px 30px 15px;
}
.info-item3 .list-item:nth-child(2n){
	border: 1px solid #808080;
}
.info-item3 .list-item:nth-child(2n) .list-title{
	background: #808080;
}
.info-item3 .list-item:nth-child(2n) .list-title:before{
	background: url(../images/bioenergy-icon3.png) no-repeat center center/95%;
}
.ullist.list-icon1{
	padding-left: 24px;
}
.ullist.list-icon1>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon1>li:before{
	content: '';
    position: absolute;
    top: 4px;
    left: -24px;
    width: 18px;
    height: 18px;
    background: url(../images/ullist-icon1.png) no-repeat 0px center/15px;
}
.ullist.list-icon2{
	padding-left: 19px;
}
.ullist.list-icon2>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon2>li:before{
	content: '*';
    position: absolute;
    top: 10px;
    left: -19px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.ullist.list-icon3{
	padding-left: 28px;
}
.ullist.list-icon3>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon3>li:before{
	content: '';
    position: absolute;
    top: 4px;
    left: -28px;
    width: 18px;
    height: 18px;
    background: url(../images/ullist-icon3.png) no-repeat 0px center/15px;
}
.ullist.list-icon4{
	padding-left: 24px;
}
.ullist.list-icon4>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon4>li:before{
	content: '';
    position: absolute;
    top: 5px;
    left: -24px;
    width: 18px;
    height: 18px;
    background: url(../images/ullist-icon4.png) no-repeat 0px center/15px;
}
.ullist.list-icon5{
	padding-left: 24px;
}
.ullist.list-icon5>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon5>li:before{
	content: '\2714';
    position: absolute;
    top: 7px;
    left: -24px;
    font-size: 18px;
    line-height: 14px;
    color: #70ad47;
}
.ullist.list-icon6{
	padding-left: 24px;
}
.ullist.list-icon6>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon6>li:before{
	content: '';
    position: absolute;
    top: 4px;
    left: -24px;
    width: 18px;
    height: 18px;
    background: url(../images/ullist-icon6.png) no-repeat 0px center/15px;
}
.info-item4{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item4 .pic{
	width: 250px;
	position: relative;
	overflow: hidden;
}
.info-item4 .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item4 .text{
	width: calc(100% - 280px);
	padding: 15px 0px 0px;
}
.table-style2{
	border: 1px solid #70ad47;
	border-bottom: none;
}
.table-style2 th{
	background: #70ad47;
	color: #000;
	border-right: none;
}
.table-style2 tr td{
	border-right: none;
	border-bottom: 1px solid #70ad47;
}
.table-style2 tr:nth-child(2n-1) td{
	background: #ebf1e9;
}

.table-style3{
	border: 1px solid #a8d08d;
	border-bottom: none;
	border-right: none;
}
.table-style3 th{
	background: #70ad47;
	color: #fff;
	border-right: 1px solid #a8d08d;
}
.table-style3 tr td{
	border-right: 1px solid #a8d08d;
	border-bottom: 1px solid #a8d08d;
}
.table-style3 tr:nth-child(2n-1) td{
	background: #e2efd9;
}

.table-style4{
	border: 1px solid #70ad47;
	border-left: none;
	border-right: none;
}
.table-style4 th{
	background: #70ad47;
	color: #fff;
	border-right: none;
}
.table-style4 tr td{
	border-right: none;
	border-bottom: none;
}
.table-style4 tr:nth-child(2n-1) td{
	background: #e2efda;
}
.table-style5{
	background: #f2f2f2;
	padding: 20px 20px;
	border: none;
}
.table-style5 tr td{
	background: none;
	border: none;
	border-bottom: 1px dashed #bfbfbf;
}
.table-style6{
	border: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.table-style6 th{
	background: #70ad47;
	color: #000;
	border-right: 1px solid #fff;
	border-bottom: 3px solid #fff;
}
.table-style6 tr td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.table-style6 tr:nth-child(2n-1) td{
	background: #d5e3cf;
}
.table-style7{
	border: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.table-style7 th{
	background: #88a70b;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 3px solid #fff;
}
.table-style7 tr td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #ebf1e9;
}
.table-style7 tr:nth-child(2n-1) td{
	background: #d5e3cf;
}
.table-style8 tr td{
	background: #f2f2f2;
}

.info-item5{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item5 .list-item{
	width: 23%;
	margin-bottom: 25px;
	border: 1px solid #ccc;
}
.info-item5 .list-item .pic{
	width: 100%;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}
.info-item5 .list-item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item5 .list-item .text{
	width: 100%;
	padding: 20px 10px 5px;
}
.info-item5 .list-item .text h3{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item5 .list-item .text h3:before{
	content: '';
	height: 30px;
	width: 30px;
	margin-right: 6px;
	background: url(../images/food-industry-icon1.png) no-repeat center center/95%;
}
.info-item5 .list-item:nth-child(2n-1){
	background: #e8da4b;
	border: none;
}
.info-item5 .list-item:nth-child(4n){
	background: #c7cfcf;
}
.info-item6{
	width: 100%;
	height: auto;
	margin-top: 60px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background: #c5e0b4;
}
.info-item6 .pic{
	width: 220px;
	position: relative;
}
.info-item6 .pic .pic-box{
	width: 100%;
	padding-bottom: 70%;
	position: absolute;
	left: 0px;
	top: -30px;
	border-radius: 20px;
	overflow: hidden;
}
.info-item6 .pic .pic-box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item6 .pic h3{
	margin-top: 70%;
	text-align: center;
}
.info-item6  .text{
	width: calc(100% - 220px);
	padding: 25px 30px 5px;
}
.info-item6-style2{
	background: #f0ece6;
	flex-direction: row-reverse;
}
.info-item6-style2 .pic .pic-box{
	border: 1px solid #ccc;
}
.info-item6-style3{
	background: #ffc7a4;
	margin-bottom: 25px;
}
.info-item7{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 8%;
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
.info-item7 .list-item{
	width: 28%;
	margin-bottom: 75px;
	position: relative;
}
.info-item7 .list-item .pic{
	width: 100%;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}
.info-item7 .list-item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item7 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item7 .list-item h3{
	position: absolute;
	bottom: -50px;
	left: 0px;
	background: #ececec;
	text-align: center;
	width: 100%;
	height: 50px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 5px;
}
.info-item7 .list-item:hover h3{
	background: #B6D3A2 !important;
}
.info-item7.info-style2{
	column-gap: 2%;
}
.info-item7.info-style2 .list-item{
	width: 32%;
}
.info-item7.info-style2 .list-item .pic {
    padding-bottom: 65%;
}
.info-item8{
	width: 100%;
	height: auto;
	border: 2px solid #385723;
	padding: 10px 20px;
	background: #f2f2f2;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.info-item8:before{
	content: '';
	width: 3px;
	height: calc(100% - 20px);
	left: 200px;
	top: 10px;
	background: #385723;
	position: absolute;
}
.info-item8 .pic{
	width: 150px;
	height: 150px;
}
.info-item8 .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-item8 .text{
	width: calc(100% - 200px);
	padding: 10px 0px 10px 15px;
}
.info-item8 .text p:last-child{
	padding-bottom: 0px;
}
.info-item9{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.info-item9 .list-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	background: #e0e1e6;
}
.info-item9 .list-item .pic{
	width: 250px;
	position: relative;
	overflow: hidden;
}
.info-item9 .list-item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item9 .list-item .text{
	width: calc(100% - 250px);
	padding: 15px 30px;
}
.info-item9 .list-item .text p:last-child{
	padding-bottom: 0px;
}
.info-item10{
	width: 100%;
	height: auto;
	padding: 20px 0px 5px;
	background: #e2f0d9;
}
.info-item10 p{
	border-bottom: 1px solid #a9d18e;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.info-item10 .ullist{
	width: calc(100% - 30px);
	margin-left: 15px;
}
.info-item11{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item11 .list-item{
	width: calc(50% - 2px);
	margin-bottom: 25px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background: #f1f1ef;
}
.info-item11 .list-item:nth-child(2n){
	background: #f7e3d2;
}
.info-item11 .list-item .pic{
	width: 35%;
	position: relative;
	overflow: hidden;
}
.info-item11 .list-item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item11 .list-item .text{
	width: 65%;
	padding: 20px 20px 0px;
}
.info-item12{
	width: 100%;
	height: auto;
	display: flex;
	align-content: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 0.33%;
	padding-top: 40px;
}
.info-item12 .list-item{
	width: 14%;
	background: #f0f0f0;
	border-radius: 20px;
	padding-top: 100px;
	position: relative;
	margin-bottom: 25px;
}
.info-item12 .list-item .pic{
	width: 100%;
	height: 120px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: -30px;
	overflow: hidden;
}
.info-item12 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-item12 .list-item .text{
	width: 100%;
	height: auto;
	padding: 10px 10px;
}
.info-item12 .list-item .text ul li{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.info-item12 .list-item .text p{
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}
.info-item13{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item13 .list-item{
	width: calc(25% - 4px);
	margin-bottom: 25px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background: #f1f1ef;
}
.info-item13 .list-item:nth-child(2n){
	background: #f7e3d2;
}
.info-item13 .list-item .pic{
	width: 40%;
	position: relative;
	overflow: hidden;
}
.info-item13 .list-item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item13 .list-item .text{
	width: 60%;
	padding: 20px 20px 0px;
}
.info-item13 .list-item .text p{
	font-size: 15px;
	line-height: 22px;
}
.info-item13 .list-item .text ul li{
	font-size: 15px;
	line-height: 22px;
}
.sub-nav{
	width: auto;
	height: auto;
	flex-shrink: 0;
	position: relative;
	margin-left: 30px;
}
.sub-nav .sub-nav-title{
	cursor: pointer;
	font-size: 16px;
	color: #000;
	background: #b4cb7f;
	border: 1px solid #58753b;
	display: inline-block;
	padding: 8px 20px 6px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.sub-nav .sub-nav-title:hover{
	background: #B6D3A2;
	color: #fff;
}
.sub-nav .sub-nav-title.shows{
	background: #B6D3A2;
	color: #fff;
}
.sub-nav .sub-nav-list{
	display: none;
	position: absolute;
	right: 0px;
	top: 100%;
	background: #b4cb7f;
	border: 1px solid #58753b;
	padding: 20px 0px 12px;
	width: 250px;
}
.sub-nav .sub-nav-list a{
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #88a70b;
	padding: 0px 10px 8px;
	color: #000;
	line-height: 22px;
	font-size: 15px;
}
.sub-nav .sub-nav-list a:hover{
	color: #fff;
}
.info-item14{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.info-item14 .list-item{
	width: 18%;
	margin-bottom: 25px;
	background: #f2f2f2;
	border: 1px solid #6b815b;
	padding: 35px 10px;
	border-radius: 20px;
}
.info-item14 .list-item .pic{
	width: 60%;
	padding-bottom: 60%;
	border-radius: 300px;
	overflow: hidden;
	position: relative;
	margin: auto;
}
.info-item14 .list-item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item14 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item14 .list-item p{
	text-align: center;
	margin-top: 30px;
	padding-bottom: 0px;
	line-height: 22px;
	font-size: 15px;
}
.info-item14 .list-item:hover{
	border: 1px solid #00a552;
	background: #f9fff4;
}
.info-item14.info-style2{
	justify-content: flex-start;
	column-gap: 2%;
	flex-wrap: wrap;
}
.info-item14.info-style2 .list-item{
	width: 32%;
}
.info-item14.info-style2 .list-item .pic{
	width: 140px;
	padding-bottom: 140px;
	max-width: 100%;
}

.info-item15 .pic{
	padding: 0px 0px;
	position: relative;
}
.info-item15 table{
	border-bottom: 1px solid #548235;
}
.info-item15 tr td{
	border-bottom: none;
}
.info-item15 .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item16{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item16 .list-item{
	width: 31%;
	margin-bottom: 25px;
	border-radius: 30px;
	border: 1px solid #93a387;
}
.info-item16 .list-item .pic{
	width: 70%;
	margin: 0px auto 25px;
	padding-bottom: 40%;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 30px;
}
.info-item16 .list-item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item16 .list-item .list-title{
	width: 100%;
	background: #e2f0d9;
	border-top: 1px solid #385723;
	border-bottom: 1px solid #385723;
	padding: 10px 10px;
	margin-bottom: 20px;
}
.info-item16 .list-item .list-title p{
	padding-bottom: 0px;
	text-align: center;
	color: #000;
}
.info-item16 .list-item .text{
	width: 100%;
	padding: 0px 15px 0px;
}
.info-item17{
	width: 100%;
	height: auto;
	background: #ebeee9;
	padding: 50px 50px;
	margin-bottom: 25px;
}
.info-item17-box{
	width: 100%;
	height: auto;
}
.info-item17 .list-item{
	width: 100%;
	height: auto;
	display: none;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 1.33%;
}
.info-item17 .list-item.shows{
	display: flex;
}
.info-item17 .list-item .item{
	width: 24%;
	margin-bottom: 25px;
}
.info-item17 .list-item .item .pic{
	width: 100%;
	padding-bottom: 74%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.info-item17 .list-item .item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item17 .list-item .item:hover .pic img{
	transform: scale(1.1); 
}
.info-item17 .list-item .item p{
	text-align: center;
	line-height: 22px;
	padding-bottom: 0px;
}
.info-item17 .list-item .item:hover p{
	color: #76a854;
}
.info-item17-pagination{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
	padding-top: 20px;
}
.info-item17-pagination span{
	cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0 12px;
    font-size: 16px;
    height: 36px;
    line-height: 22px;
    margin-left: 5px;
}
.info-item17-pagination span:hover{
	background-color: #76a854;
	color: #fff;
}
.info-item17-pagination span.shows{
	background-color: #76a854;
	color: #fff;
}
.info-item18{
	width: 100%;
	height: auto;
	border: 1px solid #385723;
	padding: 40px 40px;
	position: relative;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item18 .pic1{
	width: 100%;
	height: auto;
}
.info-item18 .pic2{
	width: 120px;
	height: 90px;
	object-fit: cover;
	max-width: 100%;
	border-radius: 50%;
	position: absolute;
	top: 5%;
	right: 5%;
}
.Similar-title-box{
	width: 100%;
	height: auto;
	background: #c5e0b4;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Similar-title-box h2{
	width: 280px;
	height: 120px;
	color: #000;
	margin-bottom: 0px;
	background: url(../images/Similar-title-bg.png) no-repeat center center/auto 100%;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
.info-item19{
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	padding: 0px 50px;
}
.info-item19 .item .pic{
	width: 100%;
	padding-bottom: 74%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.info-item19 .item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item19 .item:hover .pic img{
	transform: scale(1.1); 
}
.info-item19 .item p{
	text-align: center;
	line-height: 22px;
	padding-bottom: 0px;
}
.info-item19 .item:hover p{
	color: #76a854;
}
.info-item19 .swiper-button-prev{
	left: 0px;
}
.info-item19 .swiper-button-next{
	right: 0px;
}
.similar-products.shows{
	opacity: 1 !important;
	visibility: visible !important;
	height: auto !important;
}
.info-item20{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 1.33%;
}
.info-item20 .list-item{
	width: 24%;
	margin-bottom: 25px;
	border: 1px solid #385723;
	border-radius: 30px;
	padding: 30px 15px;
}
.info-item20 .list-item .pic{
	width: 55%;
	padding-bottom: 55%;
	margin: 0px auto 30px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.info-item20 .list-item .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item20 .list-item p{
	line-height: 26px;
}
.info-item20 .list-item p strong{
	margin-bottom: 10px;
	font-size: 17px;
	display: inline-block;
}
.info-item20 a.list-item:hover{
	border: 1px solid #6ee91b;
}
.info-item20 a.list-item:hover p{
	color: #6ee91b;
}
.row-stretch{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.row-stretch .info-item18{
	height: 100%;
	position: relative;
}
.row-stretch .info-item18 .pic1{
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	position: absolute;
	object-fit: contain;
}
.row-stretch .table-responsive{
	margin-bottom: 0px;
}
.row-stretch .table-responsive table{
	margin-bottom: 0px;
}

.knowledge-list{
	width: 100%;
	height: auto;
}
.knowledge-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	background: rgba(240,240,240,0.6);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.knowledge-list .list-item .pic{
	width: 260px;
	position: relative;
	overflow: hidden;
}
.knowledge-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
.knowledge-list .list-item .text{
	width: calc(100% - 260px);
	padding: 30px 20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 180px;
}
.qa-content{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.qa-content .qa-title{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cecece;
	margin-bottom: 30px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 20px;
}
.qa-content .qa-title span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	padding: 8px 25px;
	border: 1px solid #cecece;
	border-bottom: none;
	margin-bottom: -1px;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	font-weight: bold;
}
.qa-content .qa-title span.shows{
	background: #536C57;
	color: #fff;
	border: 1px solid #536C57;
}
.qa-content .qa-list{
	width: 100%;
	height: auto;
}
.qa-content .qa-list .qa-list-item{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.qa-content .qa-list .qa-list-item .q-text{
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding: 10px 20px 10px 45px;
	background: #f4f4f4;
	font-size: 16px;
	line-height: 28px;
}
.qa-content .qa-list .qa-list-item .q-text:before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 12px;
	background: url(../images/icon-question.svg) no-repeat center center/contain;
}
.qa-content .qa-list .qa-list-item .a-text{
	font-size: 16px;
	line-height: 28px;
	padding: 0px 20px 0px 45px;
}
.qa-content .qa-info .list-item{
	display: none;
}
.qa-content .qa-info .list-item:first-child{
	display: block;
}
.casestudy-list{
	width: 100%;
	height: auto;
}
.casestudy-list .casestudy-list-item{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.casestudy-list .casestudy-list-item:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}
.casestudy-list .case-study-title{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	padding-bottom: 12px;
	margin-top: 0px;
	font-size: 18px !important;
	line-height: 1.3;
	color: #000;
	position: relative;
	text-align: center;
	font-weight: bold;
}
.casestudy-list .case-study-title:before{
	content: '';
	width: 90px;
	height: 2px;
	background: #536C57;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}
.casestudy-list .case-study-content{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.casestudy-list .case-study-content .pic{
	width: 400px;
	max-width: 100%;
	height: auto;
	padding: 15px 15px;
	margin-bottom: 15px;
	margin-top: 8px;
	margin-left: 20px;
	float: right;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	background: #e7f1f7;
	text-align: center;
}
.casestudy-list .case-study-content .pic img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.casestudy-list .case-study-content p{
	font-size: 16px;
	line-height: 28px;
}
.info-pic-left{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.info-pic-left .pic{
	width: auto;
	flex-shrink: 0;
	margin-right: 25px;
	max-width: 100%;
}
.info-pic-left .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-left .text{
	width: 100%;
}
.info-pic-left .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-left .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.info-pic-right .pic{
	width: auto;
	flex-shrink: 0;
	margin-left: 25px;
	max-width: 100%;
}
.info-pic-right .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-right .text{
	width: 100%;
}
.info-pic-right .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-right .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.services-container .click-btn{
	display: inline-block;
	padding: 7px 15px;
	line-height: 1.3;
	color: #fff;
	background: #70ad47;
}
.services-container .click-btn:hover{
	color: #fff;
	background: #536C57;
}
.services-container .table-style9{
	border: none;
	border-top: 1px solid #70ad47;
    border-left: 1px solid #70ad47;
}
.services-container .table-style9 tr{
	border: none;
}
.services-container .table-style9 th{
	border: none;
	border-bottom: 1px solid #70ad47;
    border-right: 1px solid #70ad47;
}
.services-container .table-style9 td{
	border: none;
	border-bottom: 1px solid #70ad47;
    border-right: 1px solid #70ad47;
}
.services-container .table-style9 tr:first-child td{
	background: #70ad47;
	color: #fff;
	border-right: 1px solid #21a139;
}
.services-container .table-style9 tr:first-child td p{
	color: #fff;
}
.services-container .table-style10{
	border: none;
	border-top: 1px solid #70ad47;
    border-left: 1px solid #70ad47;
}
.services-container .table-style10 tr{
	border: none;
}
.services-container .table-style10 th{
	border: none;
	border-bottom: 1px solid #70ad47;
    border-right: 1px solid #70ad47;
}
.services-container .table-style10 td{
	border: none;
	border-bottom: 1px solid #70ad47;
    border-right: 1px solid #70ad47;
}
.services-container .table-style10 tr td:first-child{
	background: #70ad47;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
.services-container .specifications-text{
	margin-top: -15px;
	font-size: 14px;
	line-height: 24px;
}
.services-container .info-box1{
	background: #f2f2f2;
	padding: 20px 15px 5px;
	margin-bottom: 25px;
	border-radius: 20px;
}
.services-container .info-box1 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box1 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .info-box2{
	background: rgb(226,239,217);
	padding: 20px 15px 5px;
	margin-bottom: 25px;
}
.services-container .info-box2 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box2 .info-pic-right{
	margin-bottom: 15px;
}
.card-box {
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 17px;
	margin-top: 25px;
}

.card-box h3 {
	font-size: 22px;
	color: #2D4A32;
	padding-bottom: 16px;
	position: relative;
	cursor: pointer;
	border-bottom: 4px solid #536C57;
	margin-bottom: 10px;
}

.card-box h3:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #536C57;
}
.case-study-box{
	border-bottom: 1px solid #cecece;
	display: flex;
	margin-bottom: 30px;
}
.case-study-box p{
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	padding: 8px 25px;
	margin-bottom: -1px;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	font-weight: bold;
}
.case-study-box p.active{
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	padding: 8px 25px;
	margin-bottom: -1px;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	font-weight: bold;
	background: #70ad47;
	color: #fff;
	border: 1px solid #536c57;
}
.info-item21{
	width: 100%;
	height: auto;
}
.info-item21>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item21>.row:before{
	content: none;
}
.info-item21>.row:after{
	content: none;
}
.info-item21>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item21 .list-item{
	width: 100%;
	height: 100%;
}
.info-item21 .list-item .style1{
	color: #70AD47;
	width: 100%;
	height: auto;
	min-height: 30px;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
.info-item21 .list-item .list-item-content{
	width: 100%;
	height: calc(100% - 60px);
	background: rgb(232,235,225);
	padding: 20px 20px 5px;
	border-radius: 15px;
	position: relative;
}
.info-item21 .list-item .list-item-content:before{
	content: '';
	width: 40px;
	height: 30px;
	background: rgb(232,235,225);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -29px;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
.info-item22{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.info-item22 .list-item{
	width: 19%;
	margin-bottom: 25px;
	border: 1px solid #6b815b;
	padding: 20px 10px;
	border-radius: 20px;
}
.info-item22 .list-item .pic{
	width: 100%;
	height: auto;
}
.info-item22 .list-item .pic img{
	width: 100%;
	height: auto;
}
.info-item22 .list-item p{
	text-align: center;
	margin-top: 20px;
	padding-bottom: 0px;
	line-height: 22px;
	font-size: 15px;
}
.info-item22 .list-item:hover{
	border: 1px solid #00a552;
	background: #f9fff4;
}
.info-item23{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	background: #f2f2f2;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item23 .pic{
	width: 220px;
	overflow: hidden;
	position: relative;
}
.info-item23 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item23 .text{
	width: calc(100% - 220px);
	padding: 20px 20px 5px;
}
.services-container strong a{
	font-weight: bold;
}
.services-container table td p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.info-item24{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
.info-item24-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
	margin-bottom: 15px;
}
.info-item24-title p{
	width: 32%;
	padding: 5px 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	border-radius: 6px;
	line-height: 1.3;
	min-height: 52px;
	background: #F2F2F2;
	cursor: pointer;
}
.info-item24-title p.shows{
	background: #E2F0D9;
}
.info-item24-title p:hover{
	background: #E2F0D9;
}
.info-item24-list{
	width: 100%;
	height: auto;
}
.info-item24-list .list-content{
	width: 100%;
	height: auto;
	display: none;
}
.info-item24-list .list-content:first-child{
	display: block;
}
.info-item25{
	width: 100%;
	height: auto;
}
.info-item25 .list-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.info-item25 .list-item .list-style1{
	width: 250px;
	height: auto;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	text-align: center;
	background: #E2F0D9;
	min-height: 52px;
}
.info-item25 .list-item .list-style1 p{
	padding-bottom: 0px;
	line-height: 1.3;
}
.info-item25 .list-item .list-style2{
	width: calc(100% - 280px);
}
.info-item26{
	width:100%;
	height: auto;
}
.info-item26>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item26>.row:before{
	content: none;
}
.info-item26>.row:after{
	content: none;
}
.info-item26>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item26 .list-item{
	width: 100%;
	height: 100%;
	position: relative;
}
.info-item26 .list-item .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.info-item26 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item26 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item26 .list-item .text{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
	padding: 40px 15px 25px;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(242,242,242,.5);
}
.info-item27{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.info-item27 .info-title{
	background: rgb(197,224,179);
	padding: 12px 15px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	cursor: pointer;
}
.info-item27 .info-title:hover{
	background: #d9edcc;
}
.info-item27 .info-title p{
	font-size: 17px;
	line-height: 1.3;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.info-item27 .info-title .info-btn{
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: all .5s;
	flex-shrink: 0;
	margin-left: 20px;
	font-weight: bold;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.info-item27 .info-title .info-btn:after{
	content: '+';
}
.info-item27 .info-title.shows .info-btn:after{
	content: '-';
}
.info-item27 .info-text{
	width: 100%;
	padding: 0px 15px;
	display: none;
}
.pic-bg-icon{
	position: relative;
}
.pic-bg-icon:after{
	content: '';
	width: 180px;
	height: 180px;
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	border-radius: 50%;
	background: rgb(96,165,0);
}
.pic-bg-icon2{
	position: relative;
}
.pic-bg-icon2:after{
	content: '';
	width: 180px;
	height: 180px;
	position: absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	border-radius: 50%;
	background: rgb(189,215,238);
}
.info-item28{
	width: 100%;
	height: auto;
}
.info-item28>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item28>.row:before{
	content: none;
}
.info-item28>.row:after{
	content: none;
}
.info-item28>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item28 .list-item{
	width: 100%;
	height: 100%;
}
.info-item28 .list-item .style1{
	color: #70AD47;
	width: 100%;
	height: auto;
	min-height: 40px;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-item28 .list-item .style1 a{
	line-height: 1.3;
}
.info-item28 .list-item .pic{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.info-item28 .list-item .pic img{
	max-width: 100%;
	height: 100%;
	width: auto;
}
.info-item28 .list-item .list-item-content{
	width: 100%;
	height: calc(100% - 150px);
	background: #EBF1E9;
	padding: 20px 20px 5px;
	border-radius: 15px;
	position: relative;
}
.info-item28 .list-item .list-item-content:before{
	content: '';
	width: 40px;
	height: 25px;
	background: #EBF1E9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -24px;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
.info-item29{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	position: relative;
}
.info-item29 .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.info-item29 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item29 .text{
	position: relative;
	z-index: 3;
	padding: 40px 40px 40px;
	text-align: center;
}
.info-item29 .text .text-list{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	column-gap: 90px;
	flex-wrap: wrap;
}
.info-item29 .text .text-list .list-item{
	width: calc(33.33% - 60px);
	padding: 5px 10px;
	background: #fff;
	border: 2px dashed #70AD47;
	border-radius: 15px;
	margin-bottom: 30px;
	position: relative;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item29 .text .text-list .list-item:after{
	content: '';
	width: 30px;
	height: 25px;
	background: url(../images/arrow1.png) no-repeat center center/contain;
	position: absolute;
	right: -65px;
	top: 50%;
	transform: translateY(-50%);
}
.info-item29 .text .text-list .list-item.list-arrow-none:after{
	content: none;
}
.info-item29 .text .text-list .list-item.list-arrow2:after{
	right: auto;
	left: -65px;
}
.info-item29 .text .text-list .list-item p{
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1.3;
	font-weight: bold;
	cursor: pointer;
}
.info-item29 .text .text-list .list-item p:hover{
	color: #70AD47;
}
.info-item29 .text .text-list .list-item p a{
	line-height: 1.3;
	font-weight: bold;
}
.info-item29 .text .style1{
	display: inline-block;
	padding: 5px 15px;
	background: #fff;
}
.info-item30{
	width: 100%;
	height: auto;
}
.info-item30-list>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item30-list>.row:before{
	content: none;
}
.info-item30-list>.row:after{
	content: none;
}
.info-item30-list>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item30-list .list-item{
	width: 100%;
	height: 100%;
	background: #EBF1E9;
	padding: 20px 20px 5px;
	border-radius: 15px;
	position: relative;
}
.info-item30-list .list-item:before{
	content: '';
	width: 40px;
	height: 25px;
	background: #EBF1E9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -24px;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
.info-item30-title{
	margin-bottom: 15px;
}
.info-item30-title .style1{
	color: #70AD47;
	width: 100%;
	height: auto;
	line-height: 1.3;
	text-align: center;
}
.info-item30-title .style1 a{
	line-height: 1.3;
}
.info-item31{
	width: 100%;
	height: auto;
}
.info-item31 .list-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.info-item31 .list-item .list-title{
	width: 140px;
}
.info-item31 .list-item .list-title p{
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.info-item31 .list-item .list-text{
	width: calc(100% - 190px);
	background: #EBF1E9;
	padding: 30px 20px 15px;
	border-radius: 15px;
	position: relative;
}
.info-item31 .list-item .list-text:after{
	content: '';
	width: 50px;
	height: 25px;
	background: #EBF1E9;
	position: absolute;
	left: -49px;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(0% 50%,100% 0%,100% 100%);
}
.info-item32{
	width: 100%;
	height: auto;
}
.blogs-list .info-box1{
	width: 100%;
	height: auto;
	display: none;
}
.blogs-list .info-box1.shows{
	display: block;
}
.blogs_pagination{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.ui-pagination-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ui-pagination-container .ui-pagination-page-item {
	font-size: 16px;
	padding: 6px 12px;
    line-height: 1.428571429;
	background: #fff;
	border: 1px solid #ddd;
	color: #536C57;
	margin: 0 2px;
	text-decoration: none;
	margin-bottom: 12px;
	transition: color 0s;
}
.ui-pagination-container .ui-pagination-page-item:hover {
	border-color: #536C57;
	color: #536C57;
	text-decoration: none;
	transition: color 0s;
}
.ui-pagination-container .ui-pagination-page-item.active {
	background: #536C57;
	border-color: #536C57;
	color: #fff;
	cursor: default;
}
.killing-content h2{
	margin-bottom: 25px;
	font-size: 26px;
}
.page-title-list-box{
	width: 100%;
	height: auto;
	position: sticky;
	top: 146px;
	overflow: auto;
	background: #fff;
	z-index: 98;
	margin-bottom: 35px;
}
.page-title-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	column-gap: 10px;
	border-bottom: 1px solid #ccc;
}
.page-title-list .list-item{
	font-size: 16px;
	line-height: 1.3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.page-title-list .list-item:hover{
    color: #70ad47;
}
.page-title-list .list-item.shows{
    color: #70ad47;
    border-bottom: 1px solid #70ad47;
    font-weight: bold;
}
.killing-box1{
	padding: 30px 30px 15px;
    background: #f0fbef;
    margin-bottom: 25px;
}
.killing-box1 .info-pic-right{
	margin-bottom: 15px;
}
.killing-box1 .info-pic-left{
	margin-bottom: 15px;
}
.killing-box1 .text-btn{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 15px;
	flex-wrap: wrap;
}
.killing-box1 .text-btn a{
	margin-top: 10px;
}
.services-container .more-btn{
	display: inline-block;
	padding: 8px 20px;
	border-radius: 6px;
	background: #536C57;
	color: #fff;
}
.services-container .more-btn:hover{
	background: #70ad47;
	color: #fff;
}
.killingpage-section1{
	width: 100%;
	height: auto;
	padding: 30px 0px 70px;
}
.killingpage-section1-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.killingpage-section1-info .text{
	width: 48%;
}
.killingpage-section1-info .pic{
	width: 48%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.killingpage-section1-info .pic .pic-box{
	width: 48%;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	box-shadow: 1px 4px 20px -2px rgb(0,0,0,.1);
	border: 10px solid #fff;
}
.killingpage-section1-info .pic .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.killingpage-section1-info .pic .pic-box:hover img{
	transform: scale(1.1); 
}
.killingpage-section1-info .pic .pic1{
	margin-top: 80px;
}
.killingpage-section1-info .pic .pic2{
	margin-bottom: 80px;
}
.killingpage-section1-info .text p:last-child{
	padding-bottom: 0px;
}
.killingpage-section2{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0px 70px;
	margin-bottom: 70px;
}
.killingpage-section2 .pic{
	content: '';
	width: 40%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
}
.killingpage-section2 .maincon{
	position: relative;
	z-index: 3;
}
.killingpage-section2-info{
	width: 100%;
	height: auto;
	padding: 60px 40px 20px;
	background: #fff;
	box-shadow: 0 0 40px 5px rgb(0,0,0,.1);
}
.killingpage-section2-list{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 15px;
}
.killingpage-section2-list .list-item{
	width: 48%;
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 20px;
}
.killingpage-section2-list .list-item .list-icon{
	width: 45px;
	height: 45px;
	flex-shrink: 0;
	margin-top: 5px;
}
.killingpage-section2-list .list-item .list-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.killingpage-section2-list .list-item h3{
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.killingpage-section3{
	width: 100%;
	height: auto;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 70px 0px 40px;
	margin-bottom: 70px;
}
.killingpage-section3:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.6);
}
.killingpage-section3 .maincon{
	position: relative;
	z-index: 3;
}
.killingpage-section3 h2{
	color: #fff !important;
	margin-bottom: 30px;
}
.killingpage-section3 h3{
	color: #fff !important;
}
.killingpage-section3 p{
	color: #fff !important;
}
.killingpage-section3-list{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
	padding-top: 10px;
}
.killingpage-section3-list .list-item{
	width: 32%;
	padding: 40px 15px 20px;
	margin-bottom: 40px;
	border: 1px solid #fff;
	transition: all .2s;
}
.killingpage-section3-list .list-item:hover{
	transform: translateY(-6px);
}
.killingpage-section3-list .list-item .pic{
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	background: #536C57;
	padding: 15px;
	border-radius: 50%;
}
.killingpage-section3-list .list-item:hover .pic{
	background: #70ad47;
}
.killingpage-section3-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.killingpage-section3-list .list-item h3{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.killingpage-section3-list .list-item .style1{
	width: 100%;
}
.killingpage-section4{
	width: 100%;
	height: auto;
	padding: 70px 0px;
	margin-bottom: 70px !important;
	position: relative;
}
.killingpage-section4:before{
	content: '';
	width: 70%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #536C57;
}
.killingpage-section4 .maincon{
	position: relative;
	z-index: 3;
}
.killingpage-section4-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.killingpage-section4-info .text{
	width: 48%;
}
.killingpage-section4-info .pic{
	width: 48%;
}
.killingpage-section4-info .pic img{
	width: 100%;
	height: auto;
}
.killingpage-section4-info .text h2{
	color: #fff;
}
.killingpage-section4-info .text p{
	color: #fff;
}
.killingpage-section4-info .text ul li{
	color: #fff;
}
.killingpage-section4-info .text a{
	color: #98e365;
}
.killingpage-section4-info .text a:hover{
	color: #fff;
}
.killingpage-section5{
	width: 100%;
	height: auto;
	padding: 70px 0px 55px !important;
	margin-bottom: 70px !important;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.killingpage-section5:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.6);
}
.killingpage-section5 .maincon{
	position: relative;
	z-index: 3;
}
.killingpage-section5-info{
	width: 800px;
	margin: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
}
.killingpage-section5-info h2{
	color: #fff;
	margin-bottom: 35px
}
.killingpage-section5-info p{
	color: #fff;
	margin-bottom: 0px;
}
.killingpage-section5-info ul li{
	color: #fff;
}
.killingpage-section6{
	width: 100%;
	height: auto;
	padding: 0px 0px 70px;
	position: relative;
}
.killingpage-section6-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.killingpage-section6-info .text{
	width: 52%;
}
.killingpage-section6-info .pic{
	width: 43%;
	padding-right: 80px;
	padding-bottom: 80px;
	position: relative;
}
.killingpage-section6-info .pic img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
}
.killingpage-section6-info .pic .pic1{
	width: 100%;
	height: auto;
	position: relative;
}
.killingpage-section6-info .pic .pic1:after{
	content: '';
	width: 50%;
	height: 80%;
	position: absolute;
	right: -50px;
	top: 60%;
	transform: translateY(-50%);
	background: #f7f7f7;
}
.killingpage-section6-info .pic .pic2{
	width: 60%;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 8px solid #fff;
	box-shadow: 1px 4px 20px -2px rgb(0,0,0,.1);
	z-index: 4;
}
.killingpage-section6-info .text-list{
	width: 100%;
	height: auto;
	padding-top: 5px;
	margin-bottom: 15px;
}
.killingpage-section6-info .text-list .list-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 25px;
	margin-top: 10px;
}
.killingpage-section6-info .text-list .list-item:first-child{
	margin-top: 0px;
}
.killingpage-section6-info .text-list .list-item .list-icon{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #68A7AD;
	padding: 12px;
	border-radius: 8px;
	margin-top: 5px;
}
.killingpage-section6-info .text-list .list-item .list-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.killingpage-section6-info .text-list .list-item p{
	padding-bottom: 5px;
}
.killingpage-section6-info .text-list .list-item p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.killingpage-section7-pic{
	width: 100%;
	height: auto;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.killingpage-section7-text{
	width: 100%;
	height: auto;
	margin-bottom: 50px !important;
	position: relative;
	z-index: 2;
	margin-top: -60px;
}
.killingpage-section7-info{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
}
.killingpage-section7-text .text{
	max-width: 100%;
	width: 500px;
	height: auto;
	padding: 40px 30px 25px;
	border-radius: 15px;
	background: #536C57;
}
.killingpage-section7-text .text h2{
	color: #fff;
}
.killingpage-section7-text .text p{
	color: #fff;
}
.killingpage-section8{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.killingpage-section8-text{
	width: 100%;
	height: auto;
	background: #F6F6F6;
	border-radius: 30px 30px 0px 0px;
	padding: 50px 50px 25px;
}
.killingpage-section8-text .page-title-text{
	padding-top: 0px;
}
.killingpage-section8-text .killingpage-section8-list{
	display: none;
}
.killingpage-section8-btn:before{
	content: 'Show More';
	font-weight: bold;
}
.killingpage-section8-btn{
	width: 100%;
	height: 60px;
	background: rgb(239,239,239);
	text-align: center;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px 0px 30px 30px;
	cursor: pointer;
	color: #536C57;
}
.killingpage-section8-btn:hover{
	color: #fff;
	background: #536C57;
}
.killingpage-section8-btn.shows:before{
	content: 'Show Less';
}
.killingpage-section9{
	width: 100%;
	height: auto;
	padding: 20px 0px 70px;
}
.killingpage-section9-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.killingpage-section9-info .text{
	width: 55%;
}
.killingpage-section9-info .pic{
	width: 42%;
}
.killingpage-section9-info .pic img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.killingpage-section9-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.killingpage-section9-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.killingpage-section9-list .list-item .info-title{
	padding: 12px 10px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
	cursor: pointer;
	border: 1px solid #ccc;
}
.killingpage-section9-list .list-item .info-title:hover{
	background: #536C57;
}
.killingpage-section9-list .list-item .info-title.shows{
	background: #536C57;
}
.killingpage-section9-list .list-item .info-title p{
	font-size: 17px;
	line-height: 1.3;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.killingpage-section9-list .list-item .info-title .info-btn{
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	transition: all .3s;
	flex-shrink: 0;
	margin-left: 20px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.killingpage-section9-list .list-item .info-title .info-btn:after{
	content: '\e968';
	font-family: 'icomoon';
	transition: all .3s;
}
.killingpage-section9-list .list-item .info-title:hover p{
	color: #fff;
}
.killingpage-section9-list .list-item .info-title:hover .info-btn:after{
	color: #fff;
}
.killingpage-section9-list .list-item .info-title.shows p{
	color: #fff;
}
.killingpage-section9-list .list-item .info-title.shows .info-btn:after{
	color: #fff;
}
.killingpage-section9-list .list-item .info-title.shows .info-btn:after{
	transform: rotate(180deg);
}
.killingpage-section9-list .list-item .info-text{
	width: 100%;
	padding: 20px 10px 5px;
	display: none;
	border: 1px solid #ccc;
	border-top: none;
}
.killingpage-section10{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.killingpage-section10-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
	margin-bottom: 0px;
	padding-top: 10px;
}
.killingpage-section10-list .list-item{
	width: 32%;
	margin-bottom: 35px;
	position: relative;
	transition: all .2s;
	border-radius: 20px;
	overflow: hidden;
}
.killingpage-section10-list .list-item .pic{
	width: 100%;
	padding-bottom: 370px;
	overflow: hidden;
	position: relative;
}
.killingpage-section10-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.killingpage-section10-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.killingpage-section10-list .list-item .text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(61,137,57,.3);
    z-index: 2;
    padding: 30px 20px;
}
.killingpage-section10-list .list-item .text h3{
	font-size: 19px;
	line-height: 1.3;
	margin-top: 10px;
	color: #fff;
}
.killingpage-section10-list .list-item .text p{
	color: #fff;
	padding-bottom: 5px;
}
.killingpage-section10-list .list-item .view-btn{
	display: inline-block;
	padding: 7px 35px;
	border-radius: 200px;
	background: #fff;
	color: #70ad47;
	position: absolute;
	left: 20px;
	bottom: 30px;
}
.killingpage-section10-list .list-item:hover .view-btn{
	background: #70ad47;
	color: #fff;
}
.killingpage-section11{
	width: 100%;
	height: auto;
	padding: 100px 0px !important;
	margin-bottom: 0px !important;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.killingpage-section11:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,.9) 35%,rgba(255,255,255,0) 70%);
}
.killingpage-section11 .maincon{
	position: relative;
	z-index: 3;
}
.killingpage-section11 .text {
    position: relative;
    z-index: 2
}
.killingpage-section11 .tell-btn{
	display: inline-block;
    padding: 10px 20px;
    border: 2px solid #afafaf;
    margin-bottom: 30px;
    border-radius: 500px;
}
.killingpage-section11 h2{
	margin-bottom: 35px;
}
.killingpage-section11 .more-btn{
	border-radius: 500px;
	padding: 9px 25px;
}









@media screen and (max-width:1680px){




.toper .maincon{
	padding: 0px 15px;
}
.info-item18{
	padding: 20px 20px;
}
.mainsection2-content .title-list .list-item{
	font-size: 15px;
	line-height: 22px;
}
.info-item12 .list-item .pic{
	height: 130px;
	top: -50px;
}
.info-item12 {
	column-gap: 1.33%;
	padding-top: 10px;
}
.info-item12 .list-item{
	width: 24%;
	margin-top: 60px;
}
.text-item-btn{
	flex-direction: column;
	align-items: flex-start;
}
.text-item-btn a{
	margin-bottom: 25px;
}
.foot-nav .foot-nav-item {
    margin-right: 100px;
}
.navs>ul>li{
	padding: 0px 12px;
}
.navs>ul>li>a{
	font-size: 15px;
}
.logos img{
	height: 50px;
}
.carousel {
    margin-top: 130px;
}

}


@media screen and (max-width:1400px){


.top-nav{
	width: 100%;
}
.logos{
	position: absolute;
	right: 15px;
	top: 5px;
}
.page-title-list-box{
	top: 134px;
}
.info-item14.info-style2 .list-item .pic{
	width: 120px;
	padding-bottom: 120px;
}
.navs>ul>li {
    padding: 0px 8px;
}
.navs>ul>li>a{
    text-transform: none;
}
.info-item18 .pic2{
	width: 90px;
    height: 70px;
}
.info-item20{
	column-gap: 2%;
}
.info-item20 .list-item{
	width: 32%;
}
.info-item18 .pic2{
	right: 10px;
}
.info-item18{
	padding: 40px 20px 5px;
}
.info-item17 .list-item{
	column-gap: 0%;
	justify-content: space-between;
}
.info-item17 .list-item .item{
	width: 48%;
}
.info-item14 {
	column-gap: 3.5%;
	justify-content: flex-start;
}
.info-item14 .list-item{
	width: 31%;
}
.info-item13{
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.info-item13 .list-item{
	width: calc(50% - 4px);
	margin-bottom: 8px;
}
.rightcon{
	width: calc(100% - 320px);
}
.leftnav {
    width: 290px;
}
.info-item7{
	column-gap: 2%;
}
.info-item7 .list-item{
	width: 32%;
}
.info-item5 .list-item{
	width: 48%;
}
.info-item5{
	flex-wrap: wrap;
}
.info-item2 .text p{
	padding-bottom: 0px;
}
.info-item2 .pic img{
	position: static;
	height: auto;
}
.info-item2 .pic{
	width: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item2 .text{
	width: calc(100% - 350px);
	padding-bottom: 10px;
}
.info-item1 .info-pic-list .list-item .pic{
	height: 140px;
}
.info-item1 .info-pic-list .list-item{
	width: 19.5%;
}
.applications-list .list-item .text h3{
	font-size: 16px;
	line-height: 22px;
}
.pagebanner h1{
	font-size: 30px;
}
.footer h3,.foot-title {
    font-size: 18px;
    margin-bottom: 30px;
}
.foot-nav .foot-nav-item {
    margin-right: 40px;
}
.top-search{
	margin-left: 15px;
}
.toper .maincon{
	padding: 0px 15px;
}
	
}


@media screen and (max-width:1300px){




.killingpage-section4-info .text ul{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.killingpage-section4-info .text .row>div{
	width: 100%;
}
.contact-info .contact-info-text .text-item {
    padding-left: 0px;
}
.about-info .list-item .text {
    width: 65%;
}
.about-info .list-item .text h3 ,.about-info .list-item .text .about-title,.about-info .list-item .text h2{
    margin-bottom: 30px;
}
.mainsection4{
	height: 550px;
}
.mainsection4 .maincon h2{
	font-size: 30px;
}
.mainsection4 .maincon h2 a{
	font-size: 30px;
}
.mainsection2-content .info-list .list-item .info-text{
	padding: 40px 30px;
}
.mainsection1-content{
	align-items: center;
}
.main-title:before {
    width: 80px;
    height: 3px;
    margin-right: 30px;
}
.main-title{
	font-size: 30px;
}
.main-title2{
	font-size: 30px;
}
.main-title2:before {
    width: 80px;
    height: 3px;
}
.logos img {
    height: 45px;
}
.bannertext{
	padding-bottom: 100px;
}
.carousel-inner>.item{
	height: 650px;
}
.bannertext h1,.bannertext h2,.bannertext .banner-title{
	font-size: 30px;
}

}

@media screen and (min-width:1200px){




.navs>ul>li>ul>.row-nav>ul{
	width: 800px;
}
.navs>ul>li>ul>.row-nav>ul>li{
	width: 33%;
	margin: 0px 0px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px 10px;
}
.navs>ul>li>ul>.row-nav>ul>li>a{
	padding-left: 10px;
	position: relative;
}
.navs>ul>li>ul>.row-nav>ul>li>a:before{
	content: '•';
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
}


.navs{
	position: static;
}
.navs>ul>li.spread-nav{
	position: static;
}
.navs>ul>li.spread-nav:after{
	content: none;
}
.navs>ul>li.spread-nav ul li:hover {
    background: #fff;
}
.navs>ul>li.spread-nav ul li:hover a{
    color: #062134;
}
.navs>ul>li.spread-nav ul li:hover>span::before {
    color: #062134;
}
.navs>ul>li.spread-nav>ul{
	width: 1200px;
	max-width: 100%;
	max-height: calc(100vh - 140px);
	overflow-y: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 15px 15px !important;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	flex-wrap: wrap;
	top: calc(100% - 2px);
	align-items: stretch;
}
.navs>ul>li.spread-nav>ul::-webkit-scrollbar {
        width: 5px;     
       background: #1e1e1e;
    }
.navs>ul>li.spread-nav>ul::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 0px #ab7525;
        background: #536C57;
        width: 5px;     
        height: 5px;
    }
.navs>ul>li.spread-nav>ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px #1e1e1e;
        border-radius: 0px;
        background: #fff;
    } 
    
.navs>ul>li.spread-nav>ul .navbox-level1{
	width: 340px;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li{
	float: none;
	border-bottom: none;
	padding: 10px 5px;
	position: relative;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li>a{
	color: #000;
	font-weight: bold;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li>span:before {
    color: #000;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act {
    background: #F4F8FD;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act>a {
    color: #536C57;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act>span:before {
    color: #536C57;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li:after{
	content: '';
	width: 3px;
	height: 0px;
	background: #536C57;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act:after{
	height: 100%;
}

.navs>ul>li.spread-nav>ul .navbox-level2{
	width: calc(100% - 340px);
	border-left: 1px solid #d2d7da;
	padding-left: 40px;
	display: block;   
}
.navs>ul>li.spread-nav>ul .navbox-level2>li{
	display: none;
	float: none;
	border-bottom: none;
	padding: 0px 0px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li.shows{
	display: block;
}
.navs>ul>li.spread-nav>ul .navbox-level2 ul{
	display: none;
	position: static;
	box-shadow: none;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li{
	width: 48%;
	float: none;
	border-bottom: none;
	padding: 2px 0px;
	margin-bottom: 8px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>a{
	color: #000;
	width: calc(100% - 16px);
}
.navs>ul>li.spread-nav>ul .navbox-level2 a:hover{
	color: #536C57;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0px;
	top: 8px;
	cursor: pointer;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li span:before{
	position: static;
	transform: none;
	line-height: 12px;
	font-weight: bold;
	font-size: 14px;
	transition: all .2s;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li span.down:before{
	transform: rotate(90deg);
	transition: all .2s;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul{
	padding-left: 20px;
	padding-top: 5px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li{
	padding: 4px 0px;
	border-bottom: none;
	float: none;
	list-style: circle;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li ul{
	padding-left: 10px;
	padding-top: 5px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li ul li {
    padding: 4px 0px;
    border-bottom: none;
    float: none;
}



}


@media screen and (min-width:1200px) and (max-width:1350px){
.navs>ul>li>ul>.row-nav>ul{
	width: 700px;
}	
}


@media screen and (max-width:1200px){




.killingpage-section10-list .list-item{
	width: 49%;
}
.page-title-list-box{
	top: 64px;
}
.page-title-list{
	width: auto;
	column-gap: 15px;
}
.page-title-list .list-item{
	flex-grow: 1;
	white-space: nowrap;
}
.mainsection2-content .info-list .more-item {
    padding: 60px 5% 40px;
}
.mainsection2-content .info-list .more-item-list .more-list-item {
    width: 31%;
}
.page-info-title h2{
	font-size: 22px;
}
.page-info-title h1{
	font-size: 22px;
}
.service-content{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.rightcon {
    width: 100%;
    margin-bottom: 30px;
}
.leftnav {
    width: 100%;
}
.leftnav h3{
	font-size: 22px;
}
.pagebanner p{
	font-size: 20px;
}
.mainsection5-info .list-1 .arrow {
    top: 38%;
}
.foot-contact-btn{
	width: 300px;
	max-width: 100%;
}
.foot-nav{
	width: 100%;
	margin-bottom: 30px;
}
.foot-contact {
    width: 100%;
}
.foot-info{
	flex-direction: column;
}
.mainsection2-content .title-list{
	flex-wrap: wrap;
}
.mainsection2-content .title-list .list-item{
	width: 33.33%;
}
.mainsection1-content .info{
	width: 58%;
}
.logos{
	position: static;
}
.top-nav{
	position: static;
}
.carousel {
    margin-top: 65px;
}
.top-share-icon a {
    margin-right: 20px;
    font-size: 18px;
}
.top-share-icon {
    padding-top: 15px;
    display: none;
}
.top-search {
    margin-left: 25px;
}
.top-content{
	align-items: center;
}
.sp_nav {
    display: block;
    margin-left: 0px;
    margin-top: 0px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    margin-top: 0px;
    right: 0px;
    bottom: auto;
    background: #578539;
    padding-top: 0px;
    padding-left: 0px;
    z-index: 999;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.navs a{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;
    line-height: 50px;
    display: block;
    margin-left: 0px;
    z-index: 999;
    padding: 0px 20px;
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.navs.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1; visibility: visible;}
.navs>ul{
	width: 100%;
	height: auto;
}
.toper.fixed .navs a{
	color: #fff;
}
.navs ul li a{
	font-size: 15px;
	line-height: 40px;
    color: #fff;
    display: inline-block;
    width: auto;
    text-align: left;
    border-bottom: none;
    padding: 0px 0px;
}
.navs ul{
	margin-top: 0px;
}
.navs ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 0px;
    line-height: 40px;
    border-bottom: 1px solid #a0b492;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #a0b492;
    margin-bottom: 0px;
}
.navs ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 15px;
    position: absolute;
    right: 20px;
}
.navs ul li ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 20px;
    position: absolute;
    right: 20px;
}
.navs ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs ul li ul{
	display: none;
	padding-left: 10px;
	overflow: hidden;
}
.navs ul li ul li{
	padding: 0px 0px;
}
.navs ul li ul li:last-child{
	border-bottom: none;
}
.navs ul li ul li a{
	line-height: 24px;
	padding: 10px 0px;
}
.navs>ul>li>ul{
	position: static;
	width: 100%;
	padding-left: 20px;
	background: none;
}
.navs ul li ul li ul{
	position: static;
}
.navs ul li ul li ul {
    position: static;
    width: 100%;
}
.navs>ul>li:hover{
	padding-bottom: 0px;
}
.navs>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul li span{
	float: right;
	margin-right: 15px;
	font-size: 16px;
}
.navs ul li span::before{
	color: #fff;
    content: "+";
    font-weight: bold;
}
.navs ul li span.down::before{
	color: #fff;
    content: "-";
    font-weight: bold;
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #a0b492;
}
.navs ul li ul li span::before{
	color: #fff;
	content: "+";
}
.navs ul li ul li span.down::before{
	content: "-";
}
.navs ul li ul li:hover>span::before{
	color: #fff;
}
.navs ul li ul li{
	border-bottom: 1px solid #a0b492;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #a0b492;
}
.navs>ul>li:after{
	content: none;
}
.navs ul li ul li ul{
	background: none;
	padding-left: 20px;
}
.navs ul li ul li span::before{
	top: 18px;
	font-weight: bold;
	font-size: 16px;
}
.navs a:hover{
	color: #fff;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs ul li ul li:hover>a{
	color: #fff;3806
	
}

}

@media screen and (max-width:1000px){




.killingpage-section9-info{
	flex-wrap: wrap;
	justify-content: center;
}
.killingpage-section9-info .text{
	width: 100%;
	margin-bottom: 30px;
}
.killingpage-section9-info .pic{
	width: 400px;
	max-width: 100%;
}
.killingpage-section6-info{
	flex-wrap: wrap;
	justify-content: center;
}
.killingpage-section6-info .text{
	width: 100%;
}
.killingpage-section6-info .pic{
	width: 500px;
	max-width: 100%;
	margin-bottom: 20px;
}
.killingpage-section4{
	padding: 35px 0px 50px;
}
.killingpage-section4:before{
	width: 100%;
}
.killingpage-section4-info{
	flex-wrap: wrap;
}
.killingpage-section4-info .text{
	width: 100%;
	margin-bottom: 40px;
}
.killingpage-section4-info .pic{
	width: 100%;
	height: 250px;
}
.killingpage-section4-info .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.killingpage-section3-list .list-item{
	width: 49%;
}
.killingpage-section2 .pic{
	width: 100%;
}
.killingpage-section2-list .list-item{
	width: 100%;
}
.killingpage-section1-info{
	flex-wrap: wrap;
	justify-content: center;
}
.killingpage-section1-info .text{
	width: 100%;
	margin-bottom: 30px;
}
.killingpage-section1-info .pic{
	width: 450px;
	max-width: 100%;
}
.killing-box1{
	padding: 30px 15px 15px;
}
.killing-content h2 {
    font-size: 21px;
}
.info-item30-list>.row>div{
    width: 100%;
}
.info-item28>.row>div{
    width: 100%;
}
.pic-bg-icon:after{
	content: none;
}
.pic-bg-icon2:after{
	content: none;
}
.info-item26>.row>div{
    width: 50%;
}
.info-item25 .list-item{
	flex-wrap: wrap;
}
.info-item25 .list-item .list-style1{
	max-width: 100%;
}
.info-item25 .list-item .list-style2{
	width: 100%;
}
.info-item24-title p{
	width: 49%;
}
.info-item22 .list-item{
	width: 48%;
}
.info-item14.info-style2 .list-item{
	width: 49%;
}
.info-item21 .list-item .list-item-content{
	height: auto;
}
.info-item21>.row>div{
    width: 100%;
}
.info-item7.info-style2 .list-item{
	width: 49%;
}
.info-pic-right{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-right .pic{
	max-width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-right .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-right .text{
	width: 100%;
}

.info-pic-left{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-left .pic{
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-left .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-left .text{
	width: 100%;
}
.row-stretch .info-item18{
	width: 350px;
	max-width: 100%;
	height: 280px;
	margin-top: 25px;
}
.row-stretch>div{
	width: 100%;
}
.row-stretch{
	flex-wrap: wrap;
}
.page-info-title{
	flex-direction: column;
}
.sub-nav .sub-nav-list{
	left: 0px;
	right: auto;
}
.sub-nav{
	margin-left: 0px;
}
.info-item11{
	flex-wrap: wrap;
}
.info-item11 .list-item{
	width: 100%;
}
.inquiry-info{
	flex-wrap: wrap;
}
.inquiry-info-list{
	width: 100%;
	margin-bottom: 30px;
}
.inquiry-info-pic{
	width: 350px;
	max-width: 100%;
}
.product-tags .row div[class*="col-md"] {
	width: 100%;
}
.tablebox table tr th{
	display: none;
}
.tablebox table tr{
    border-bottom: 1px solid #ccc;
    padding: 20px 0px 15px;
    display: block;
    width: 100%;
}
.tablebox table thead{
	display: none;
}
.tablebox table tr td{
	display: block;
	height: auto;
	width: auto !important;
    text-align: left;
    border: 0px solid #ccc;
    padding: 0px 10px 10px !important;
    background: none !important;
}
.tablebox table tr td .table-inquiry{
	display: inline;
}
.tablebox table tr td a{
	display: inline !important;
}
.services-container .tablebox .text-center {
    text-align: left;
}

.detail-table tr:first-child th{
	padding: 15px 10px;
}
.detail-table tr th{
	display: block;
	width: 100% !important;
    text-align: left;
    padding: 15px 10px 5px !important;
    border: none !important;
    background: none !important;
    color: #000 !important;
}
.detail-table tbody tr{
	padding: 10px 0px 15px;
	border-top: 1px solid #dee2e6;
	border-bottom: none;
	display: block;
}
.detail-table tr td{
	display: block;
	border: none !important;
	width: 100% !important;
	padding: 0px 10px 5px !important;
	background: none !important;
}
.pagebanner p{
	font-size: 16px;
}
.mainsection5-info .list{
	margin-bottom: 35px !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	width: 350px !important;
	max-width: 100%;
}
.mainsection5-info .list .arrow{
	display: none;
}
.mainsection5-info{
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mainsection5 {
    padding: 50px 0px;
}
.contact-info .maps{
	width: 100%;
	height: 400px;
}
.contact-info .contact-info-text {
    width: 100%;
    margin-bottom: 30px;
}
.contact-info{
	flex-direction: column;
}
.contact-info .contact-info-text h1 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.pagecontent {
    padding: 20px 0px 40px;
}
.about-info .list-item .text h3 {
    font-size: 20px;
}
.about-info .list-item .text h2 {
    font-size: 20px;
}
.about-info .list-item .text .about-title {
    font-size: 20px;
}
.about-info .list-item{
	flex-wrap: wrap;
	flex-direction: column !important;
	align-items: flex-start;
    justify-content: flex-start;
}
.about-info .list-item .text {
    width: 100%;
    margin-bottom: 20px;
}
.about-info .list-item .pic {
    width: 400px;
    max-width: 100%;
}
.mainsection3 {
    padding: 50px 0px;
}
.mainsection2-content .info-list .list-item .info-text .btn-list a{
	height: 40px;
	padding: 0px 25px;
}
.mainsection2-content .info-list .list-item{
	flex-wrap: wrap;
	padding: 40px 15px;
}
.mainsection2-content .info-list .list-item .pic{
	width: 300px;
	max-width: 100%;
}
.mainsection2-content .info-list .list-item .info-text{
	width: 100%;
	padding: 40px 0px 0px;
}
.mainsection2-content .title-list .list-item {
    width: 50%;
}
.mainsection2-content .main-title {
    margin-bottom: 35px;
}
.mainsection2 {
    padding: 50px 0px;
}
.view-more{
	height: 40px;
    padding: 0px 0px 0px 25px;
    font-size: 15px;
}
.view-more:after{
	margin-left: 25px;
	width: 50px;
}
.mainsection1 {
    padding: 50px 0px;
}
.mainsection1-content{
	flex-wrap: wrap;
}
.mainsection1-content .info {
    width: 100%;
    margin-bottom: 35px;
}
.mainsection1-content .pic{
	width: 400px;
	max-width: 100%;
}
.maincon{
	padding: 0px 30px;
}
.bannertext h1,.bannertext h2,.bannertext .banner-title{
	font-size: 25px;
}


}


@media screen and (max-width:800px){


.killingpage-section11{
	padding: 40px 0px !important;
}
.killingpage-section11:before{
	background: rgba(255,255,255,.8);
}
.killingpage-section8-text{
	padding: 50px 15px 25px;
}
.info-item31 .list-item{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item31 .list-item .list-title{
	width: 100%;
	margin-bottom: 15px;
}
.info-item31 .list-item .list-text{
	width: 100%;
	padding: 30px 15px 15px;
}
.info-item31 .list-item .list-text:after{
	content: none;
}
.info-item29 .text{
	padding: 40px 10px;
}
.info-item29 .text .text-list{
	justify-content: space-between;
	column-gap: 0px;
}
.info-item29 .text .text-list .list-item:after{
	content: none;
}
.info-item29 .text .text-list .list-item{
	width: 49%;
}
.info-item24-title p{
	width: 100%;
}
.info-item23{
	flex-wrap: wrap;
}
.info-item23 .pic{
	width: 100%;
	height: 200px;
}
.info-item23 .text{
	width: 100%;
	padding: 20px 10px 5px;
}
.card-box{
	justify-content: center;
}
.case-study-box{
	flex-wrap: wrap;
}
.case-study-box p{
	width: 100%;
	margin-bottom: 10px !important;
	background: #f1f1f1;
}
.qa-content .qa-title span{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #cecece;
	border-radius: 0px;
}
.qa-content .qa-title{
	flex-wrap: wrap;
	border-bottom: none;
}
.casestudy-list .case-study-content .pic{
	display: block;
	max-width: 100%;
	float: none;
	margin: 0px auto 25px;
	width: 500px;
}
.knowledge-list .list-item  .text{
	width: 100%;
	min-height: auto;
	padding: 0px 0px;
}
.knowledge-list .list-item .pic{
	height: 180px;
	max-width: 100%;
	margin-bottom: 20px;
}
.knowledge-list .list-item{
	flex-wrap: wrap;
	padding: 30px 20px 15px;
}
.mainsection2-content .info-list .more-item-list .more-list-item:last-child{
	margin-bottom: 0px;
}
.mainsection2-content .info-list .more-item-list .more-list-item{
	width: 250px;
	max-width: 100%;
	margin-bottom: 30px;
}
.mainsection2-content .info-list .more-item-list{
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.info-item20{
	column-gap: 0%;
	justify-content: space-between;
}
.info-item20 .list-item{
	width: 48%;
}
.info-item19{
    padding: 0px 30px;
}
.Similar-title-box h2{
	font-size: 20px;
	width: 220px;
    height: 90px;
}
.info-item16 {
	flex-wrap: wrap;
}
.info-item16 .list-item{
	width: 100%;
}
.info-item12{
	column-gap: 0%;
	justify-content: space-between;
}
.info-item12 .list-item {
    width: 48%;
}
.info-item7{
	column-gap: 0%;
	justify-content: space-between;
}
.info-item7 .list-item{
	width: 48%;
}
.info-item6 .text{
	width: 100%;
	padding: 0px 0px;
}
.info-item6 .pic h3{
	margin-top: 15px;
}
.info-item6 .pic .pic-box{
	position: static;
	width: 220px;
	height: 160px;
	padding-bottom: 0px;
}
.info-item6 .pic .pic-box img{
	position: static;
}
.info-item6 .pic{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.info-item6{
	flex-wrap: wrap;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 25px 15px 5px;
}
.info-item4 .text{
	width: 100%;
}
.info-item4 .pic{
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
.info-item4{
	flex-wrap: wrap;
}
.info-item3 .list-item{
	width: 100%;
}
.info-item2 .pic{
	margin-bottom: 15px;
}
.info-item2 .pic img{
	height: 200px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.info-item2 .text{
	width: 100%;
}
.info-item2 .pic{
	width: 100%;
}
.info-item2{
	margin-bottom: 25px;
	flex-wrap: wrap;
}
.info-item1 .info-pic-list .list-item .pic{
	width: 160px;
	margin: 0px auto 5px;
}
.info-item1 .info-pic-list{
	flex-wrap: wrap;
}
.info-item1 .info-pic-list .list-item{
	width: 100%;
}
.applications-list{
	justify-content: space-between;
	column-gap: 0%;
}
.applications-list .list-item{
	width: 48%;
}
.inquiry-title h3{
	font-size: 20px;
	margin-right: 30px;
}
.inquiry-title h3:last-child{
	margin-right: 0px;
}
.pagebanner h1{
	font-size: 22px;
}
.pagebanner p{
	font-size: 16px;
}
.foot-icon{
	flex-direction: column;
	justify-content: center;
}
.foot-icon .foot-logo{
	margin-right: 0px;
	margin-bottom: 25px;
}
.foot-share{
	justify-content: center;
}
.foot-nav{
	flex-direction: column;
}
.foot-nav .foot-nav-item {
    margin-right: 0px;
    margin-bottom: 15px;
}
.mainsection4{
	height: 450px;
}
.mainsection4 .maincon h2{
	font-size: 24px;
}
.mainsection4 .maincon h2 a{
	font-size: 24px;
}
.mainsection3-info{
	flex-wrap: wrap;
	justify-content: center;
}
.mainsection3-info .list-item{
	width: 100% !important;
	margin-top: 0px !important;
	margin-bottom: 30px;
}
.mainsection3-info .list-item img{
	width: 400px;
	max-width: 100%;
	margin: auto;
	display: block;
	margin-bottom: 30px;
}
.mainsection3-info .list-item:nth-child(2) p {
    padding-right: 0%;
}
.mainsection3-info .list-item:nth-child(4) p{
	text-align: center;
}
.mainsection2-content .title-list .list-item img{
	width: 40px;
}
.mainsection2-content .title-list .list-item{
	padding: 4px 15px 4px;
	width: 100%;
}
.main-title:before {
    width: 50px;
    height: 2px;
    margin-right: 20px;
}
.main-title{
	font-size: 22px;
}
.main-title2{
	font-size: 22px;
	padding-bottom: 25px;
}
.main-title2:before {
    width: 50px;
    height: 2px;
}
.banner-contact{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.banner-contact .banner-email:after{
	content: none;
	margin-left: 0px;
	margin-right: 0px;
}
.carousel-control.right{
	right: 15px;
	top: 60%;
}
.carousel-control.left{
	right: 15px;
	top: 70%;
}
.maincon{
	padding: 0px 15px;
}
.bannertext h1,.bannertext h2,.bannertext .banner-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.learnmore{
	font-size: 15px;
	height: 40px;
    padding: 0px 30px;
}
.banner-contact{
	margin-top: 30px;
}

}


@media screen and (max-width:600px){


.killingpage-section10-list .list-item{
	width: 100%;
}
.killingpage-section7-text .text{
	padding: 40px 15px 25px;
}
.killingpage-section6-info .text-list .list-item{
	column-gap: 15px;
}
.killingpage-section6-info .text-list .list-item .list-icon{
	width: 55px;
	height: 55px;
}
.killingpage-section3-list .list-item{
	width: 100%;
}
.killingpage-section2-list .list-item{
	column-gap: 10px;
}
.killingpage-section2-list .list-item .list-icon {
    width: 35px;
    height: 35px;
}
.killingpage-section2-info{
	padding: 50px 10px 10px;
}
.info-item26>.row>div{
    width: 100%;
}
.info-item22 .list-item{
	width: 100%;
}
.info-item14.info-style2 .list-item{
	width: 100%;
}
.info-item7.info-style2 .list-item{
	width: 100%;
}
.forms .inquiry-quantity select.form_control{
	width: 100px;
}
.forms .inquiry-quantity input.form_control{
	width: 100%;
}
.forms .inquiry-quantity input#otherunit{
	width: 105px;
}
.info-item20 .list-item{
	width: 100%;
}
.info-item17{
	padding: 30px 15px;
}
.info-item17 .list-item .item{
	width: 100%;
}
.info-item14 {
	column-gap: 0%;
	justify-content: space-between;
}
.info-item14 .list-item{
	width: 49%;
}
.info-item13 .list-item{
	width: 100%;
}
.info-item12 .list-item {
    width: 100%;
}
.info-item11 .list-item .pic{
	width: 100%;
	height: 150px;
}
.info-item11 .list-item .text{
	width: 100%;
}
.info-item11 .list-item{
	flex-wrap: wrap;
}
.info-item9 .list-item .text{
	width: 100%;
	padding: 15px 15px;
}
.info-item9 .list-item .pic{
	width: 100%;
	height: 200px;
}
.info-item9 .list-item{
	flex-wrap: wrap;
}
.info-item8 .pic{
	margin-bottom: 15px;
}
.info-item8 .text{
	width: 100%;
	padding: 0px 0px;
}
.info-item8{
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 20px;
}
.info-item8:before{
	content: none;
}

.info-item7 .list-item{
	width: 100%;
}
.info-item5 .list-item{
	width: 100%;
}
.applications-list .list-item{
	width: 100%;
}
.mainsection2-content .info-list{
	padding: 0px 0px;
}
.mainsection2-content .info-list .list-item .info-text .btn-list{
	display: flex;
	flex-direction: column;
}
.mainsection2-content .info-list .list-item .info-text .btn-list a{
	margin-bottom: 20px;
}
.mainsection1-content .pic .pic2 {
    width: calc(100% - 25px);
}
.mainsection1-content .pic {
    padding-bottom: 25px;
    padding-left: 25px;
}
.top-search-box input {
    width: calc(100% - 90px);
}
.top-search-box button {
    font-size: 15px;
    width: 80px;
}
#serach-form {
    height: 40px;
}
.top-search-box{
	padding: 15px 15px;
}

}

.pdf-resource-list{
	text-align: center;
}
.resource-url{
	display: inline-block;
	padding: 0 5px;
	background: #70ad47;
	margin-right: 10px;
	border-radius: 2px;
	color: #fff !important;
}
.resource-url:hover{
	background: #255703;
	color: #fff !important;
}
.pdf-resource-list .resource-url:last-child{ margin-right: 0;}

