.page-cont .section-title {
  color: #5a8921;
}
.page-cont .section-title.bolder {
  font-weight: bolder;
}
.imag-lable {
  font-size: 12px;
}

.section-1 {
  background-color: #f8f8f8;
  background-image: url(../images/sustainability-1.jpg);
  /* https://www.shutterstock.com/zh/image-photo/close-very-colorful-test-print-small-242319631 */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* min-height: 300px; */
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
}

.section-1 .section-title {
  color: #fff;
  font-weight: bolder;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.section-1 .section-p {
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 3px;
  color: #fff;
}

@media (min-width: 1921px) {
}
@media (min-width: 1441px) and (max-width: 1920px) {
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
}
@media (min-width: 769px) and (max-width: 992px) {
}
@media (max-width: 768px) {
}

.section-2 {
  text-align: center;
  color: #fff;
  background: #00c9a0; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to left,
    #00c9a0,
    #019df7
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #00c9a0,
    #019df7
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section-2 .section-title {
  color: #fff;
}

.section-2 .section-p {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #fff;
}

@media (min-width: 1921px) {
}
@media (min-width: 1441px) and (max-width: 1920px) {
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
}
@media (min-width: 769px) and (max-width: 992px) {
}
@media (max-width: 768px) {
}

.section-3 {
}
.section-3 .container {
}

.s-3-r {
  height: 400px;
  /* background-color: #f8f8f8; */
  position: relative;
  left: 50px;
}
.s-3-r .img {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 40%;
}
.s-3-r .img span {
  position: absolute;
  display: block;
  line-height: 60px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.s-3-r .img img {
  width: 100%;
}

.s-3-r .img.img-1 {
  width: 35%;
  left: 25%;
  top: 50%;
  background-color: rgba(100, 122, 77, 0.2);
  box-shadow: -40px 60px 0 0 rgba(100, 122, 77, 0.1);
}

.s-3-r .img.img-2 {
  width: 28%;
  left: 50%;
  top: 88%;
}
.s-3-r .img.img-2 span {
  bottom: 0;
  right: 100%;
  width: 100%;
  text-align: right;
  padding-right: 10px;
}

.s-3-r .img.img-3 {
  width: 30%;
  left: 78%;
  top: 47%;
  box-shadow: 40px 60px 0 0 rgba(230, 189, 110, 0.1);
}
.s-3-r .img.img-3 span {
  top: 100;
  right: 0%;
  width: 100%;
  text-align: right;
}

.s-3-r .img.img-4 {
  width: 34%;
  left: 50%;
  top: 10%;
}
.s-3-r .img.img-4 span {
  top: 20%;
  left: 100%;
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

.s-3-r .img.img-5 {
  width: 18%;
  right: 3%;
  top: 100%;
}
.s-3-r .img.img-5 span {
  top: 18%;
  left: 100%;
  width: 50%;
  text-align: left;
  padding-left: 10px;
}
.s-3-r .img-all img{
  width: 100%;
  margin-top: -80px;
}

@media (min-width: 1921px) {
}
@media (min-width: 1441px) and (max-width: 1920px) {
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .s-3-r {
    height: 320px;
    /* background-color: #f8f8f8; */
    position: relative;
    left: 30px;
    top: 30px;
    margin-bottom: 100px;
  }
  .s-3-r .img span {
    line-height: 40px;
  }
  .s-3-r .img.img-1 {
    box-shadow: -50px 40px 0 0 rgba(100, 122, 77, 0.1);
  }

  .s-3-r .img.img-3 {
    box-shadow: 40px 40px 0 0 rgba(230, 189, 110, 0.1);
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .s-3-r {
    height: 280px;
    /* background-color: #f8f8f8; */
    position: relative;
    left: 30px;
    top: 50px;
    margin-bottom: 100px;
  }
  .s-3-r .img span {
    line-height: 40px;
  }
  .s-3-r .img.img-1 {
    box-shadow: -50px 40px 0 0 rgba(100, 122, 77, 0.1);
  }

  .s-3-r .img.img-3 {
    box-shadow: 40px 40px 0 0 rgba(230, 189, 110, 0.1);
  }
  .s-3-r .img-all img{
    width: 100%;
    margin-top: -50px;
  }
  
}
@media (min-width: 769px) and (max-width: 992px) {
  .s-3-l {
    padding-right: 0;
  }
  .s-3-r {
    height: 200px;
    /* background-color: #f8f8f8; */
    position: relative;
    left: 10px;
    top: 30px;
    margin-bottom: 100px;
  }
  .s-3-r .img span {
    display: none;
  }
  .s-3-r .img.img-1 {
    box-shadow: -30px 40px 0 0 rgba(100, 122, 77, 0.1);
  }

  .s-3-r .img.img-3 {
    box-shadow: 20px 40px 0 0 rgba(230, 189, 110, 0.1);
  }
  .s-3-r .img-all img{
    width: 100%;
    margin-top: -10px;
  }
  
}
@media (max-width: 768px) {
  .section-3 {
    overflow: hidden;
  }
  .s-3-r {
    height: 200px;
    /* background-color: #f8f8f8; */
    position: relative;
    left: 0px;
    top: 30px;
    margin-bottom: 100px;
  }
  .s-3-r .img span {
    line-height: 40px;
    display: none;
  }
  .s-3-r .img.img-1 {
    width: 35%;
    left: 20%;
    top: 50%;
    background-color: rgba(100, 122, 77, 0.2);
    box-shadow: -50px 40px 0 0 rgba(100, 122, 77, 0.1);
  }

  .s-3-r .img.img-3 {
    width: 30%;
    right: 75%;
    top: 44%;
    box-shadow: 40px 40px 0 0 rgba(230, 189, 110, 0.1);
  }


  .s-3-r .img-all{
    text-align: center;
    height: 0;
  }
  .s-3-r .img-all img{
    width: 100%;
    margin-top: -30px;
  }
  
}
@media (max-width: 380px) {
  .section-3 {
    overflow: hidden;
  }
  .s-3-r {
    height: 200px;
    /* background-color: #f8f8f8; */
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 30px;
  }


  .s-3-r .img-all{
    text-align: center;
    height: 0;
  }
  .s-3-r .img-all img{
    width: 100%;
    margin-top: -0px;
  }
  
}


.section-4 {
  background-color: #f2f2f2;
}

.s4-left {
  padding-top: 200px;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
}
.s4-left:first-child {
  margin-right: -5px;
}

.s-4-r img {
  height: 200px;
  margin-top: -24px;
}

@media (min-width: 1921px) {
}
@media (min-width: 1441px) and (max-width: 1920px) {
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
  .s4-left {
    padding-top: 150px;
  }

  .s-4-r img {
    height: 150px;
    margin-top: 0px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .s4-left {
    padding-top: 120px;
  }

  .s-4-r img {
    height: 120px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .s4-left {
    padding-top: 80px;
    padding-top: 25vw;
  }

  .s-4-r img {
    width: 80%;
    height: auto;
    margin-top: 24px;
  }
  .imag-lable {
    color: #999;
  }
}

.s-5 {
}

.s-5 .s-5-item {
  display: block;
  background-color: #f3f4f2;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
}

.s-5-item .section-title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
  z-index: 9;
}

.s-5-item .icon-box {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease-in-out;
}
.s-5-item .icon-box.icon-1 {
  opacity: 1;
  top: -20px;
}
.s-5-item .icon-box.icon-2 {
  opacity: 0;
  top: -30px;
}

.s-5-item .icon-box img {
  width: 170px;
}

.s-5-item .text-box {
  width: 100%;
  height: 200px;
  padding: 30px;
  color: #666;
}
.s-5-item .text-box.text-1 {
  transition: all 0.35s ease-in-out;
}
.s-5-item .text-box.section-p {
	margin-bottom: 0;
  }
.s-5-item .text-box.text-2 {
  position: absolute;
  bottom: -10px;
  background-color: #e1ead7;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.s-5 .s-5-item:hover,
.s-5 .s-5-item:active {
}

.s-5 .s-5-item:hover .icon-box.icon-1,
.s-5 .s-5-item:active .icon-box.icon-1 {
  opacity: 0;
  top: -30px;
}
.s-5 .s-5-item:hover .icon-box.icon-2,
.s-5 .s-5-item:active .icon-box.icon-2 {
  opacity: 1;
  top: -20px;
}
.s-5 .s-5-item:hover .text-box.text-1,
.s-5 .s-5-item:active .text-box.text-1 {
  padding: 20px 30px 40px 30px;
}
.s-5 .s-5-item:hover .text-box.text-2,
.s-5 .s-5-item:active .text-box.text-2 {
  opacity: 1;
  bottom: 0px;
}

@media (min-width: 1921px) {
}
@media (min-width: 1441px) and (max-width: 1920px) {
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
  .s-5-item .text-box {
    height: 240px;
  }
  .s-5-item .icon-box img {
    width: 120px;
  }
  .s-5-item .icon-box.icon-1 {
    opacity: 1;
    top: 0px;
  }
  .s-5-item .icon-box.icon-2 {
    opacity: 0;
    top: 0px;
  }
  .s-5 .s-5-item:hover .icon-box.icon-1,
  .s-5 .s-5-item:active .icon-box.icon-1 {
    opacity: 0;
    top: 0px;
  }
  .s-5 .s-5-item:hover .icon-box.icon-2,
  .s-5 .s-5-item:active .icon-box.icon-2 {
    opacity: 1;
    top: 0px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .s-5-item {
    margin-left: -10px;
    margin-right: -10px;
  }
  .s-5-item .text-box {
    height: 240px;
  }
  .s-5-item .icon-box img {
    width: 120px;
  }
  .s-5-item .icon-box.icon-1 {
    opacity: 1;
    top: 0px;
  }
  .s-5-item .icon-box.icon-2 {
    opacity: 0;
    top: 0px;
  }
  .s-5 .s-5-item:hover .icon-box.icon-1,
  .s-5 .s-5-item:active .icon-box.icon-1 {
    opacity: 0;
    top: 0px;
  }
  .s-5 .s-5-item:hover .icon-box.icon-2,
  .s-5 .s-5-item:active .icon-box.icon-2 {
    opacity: 1;
    top: 0px;
  }

  .s-5-item .text-box {
    padding: 15px;
  }
  .s-5-item .text-box.text-1 {
  }
  .s-5-item .text-box.text-2 {
    padding: 30px 15px;
  }

  .s-5 .s-5-item:hover .text-box.text-1,
  .s-5 .s-5-item:active .text-box.text-1 {
    padding: 15px;
  }
  .s-5 .s-5-item:hover .text-box.text-2,
  .s-5 .s-5-item:active .text-box.text-2 {
    opacity: 1;
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .s-5-item {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .s-5-item .text-box {
    height: 220px;
  }
  .s-5-item .icon-box img {
    width: 120px;
  }
  .s-5-item .icon-box.icon-1 {
    opacity: 1;
    top: 0px;
  }
  .s-5-item .icon-box.icon-2 {
    opacity: 0;
    top: 0px;
  }
  .s-5 .s-5-item:hover .icon-box.icon-1,
  .s-5 .s-5-item:active .icon-box.icon-1 {
    opacity: 0;
    top: 0px;
  }
  .s-5 .s-5-item:hover .icon-box.icon-2,
  .s-5 .s-5-item:active .icon-box.icon-2 {
    opacity: 1;
    top: 0px;
  }
}

.section-6 {
  background-color: #f8faf5;
}

.s-6-r img {
  width: 100%;
  margin-top: -50px;
}

@media (min-width: 1921px) {
  .s-6-r img {
    width: 90%;
    margin: 0 10%;
    margin-top: -50px;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .s-6-r img {
    width: 90%;
    margin: 0 10%;
    margin-top: -50px;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
  .s-6-r img {
    width: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .s-6-r img {
    width: 100%;
    margin-right: -15px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .s-6-r {
    text-align: center;
  }
  .s-6-r img {
    width: 80%;
    margin-top: 0px;
  }
}

.section-7 {
  background-color: #f8faf5;
}

.s-7-l img {
  width: 90%;

  margin-top: -50px;
  box-shadow: -40px -60px 0 0 rgba(241, 246, 235, 1);
}
.s-7-r img {
	display:none;
  }

@media (min-width: 1921px) {
}
@media (min-width: 1441px) and (max-width: 1920px) {
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.s-7-l img {
		width: 90%;
		margin-top: -30px;
	  }
	  
}
@media (min-width: 993px) and (max-width: 1200px) {
	.s-7-l img {
		width: 90%;
		margin-top: -10px;
	  }
}
@media (min-width: 769px) and (max-width: 992px) {
	.s-7-l img {
		width: 98%;
		margin-top: 20px;
		box-shadow: -30px -30px 0 0 rgba(241, 246, 235, 1);
	  }
}
@media (max-width: 768px) {
	.s-7-l img {
		width: 100%;
		margin-top: 20px;
		box-shadow: -30px -30px 0 0 rgba(241, 246, 235, 1);
	  }

	  .s-7-r img {
		  display: inline-block;
		float: left;
		width: 40%;
		margin:0px 15px 15px 0;
		box-shadow: -30px -30px 0 0 rgba(241, 246, 235, 1);
	  }
}


.section-8 {
	background-color: #f8faf5;
  }

.s-8-item{
	display: block;
	padding-top: 100%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 2px 2px  5px 0 rgba(163, 184, 150, .3);
	margin-bottom: 15px;
	margin-top:15px;

	background-size: 100%;
	background-position:center ;
	background-repeat:no-repeat;
	transition: all 0.35s ease-in-out;
	outline: none;

	position: relative;
	top: 0px;
	left:0px
}
.s-8-item:hover,
.s-8-item:active
{
	background-size: 95%;
	box-shadow: 10px 10px  16px 0 rgba(163, 184, 150, .5);
	top: -4px;
	left:-4px
}


.s-8-item .section-p{
	position: absolute;
	display: block;
	width: 100%;
	margin: 0;
	bottom: -150px;
	padding: 20px 30px;
	background-color: rgba(90,137,33, 0.6);
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	border-radius: 0px 30px 30px 30px;
	transition: all 0.35s ease-in-out;
	opacity: .5;
	
}

.s-8-item:hover .section-p,
.s-8-item:active .section-p{
	bottom: 0;
	opacity: 1;
}


@media (min-width: 1921px) {
}
@media (min-width: 1441px) and (max-width: 1920px) {
}
@media (min-width: 1201px) and (max-width: 1440px) {
}
@media (min-width: 993px) and (max-width: 1200px) {
	.s-8-item .section-p{
		padding: 20px 20px;
		font-size: 18px;
		line-height: 24px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.s-8-item{
		border-radius: 20px;
	}
	.s-8-item .section-p{
		padding: 10px 15px;
		font-size: 14px;
		line-height: 20px;
		border-radius: 0px 20px 20px 20px;
	}
}
@media (max-width: 768px) {
	.s-8-item{
		border-radius: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: -5px;
		margin-left: -5px;
	}
	.s-8-item .section-p{
		padding: 10px 15px;
		font-size: 14px;
		line-height: 20px;
		border-radius: 0px 20px 20px 20px;
	}

}



.section-9 {
	background-color: #ffffff;
  }

.s-9-l img{
	width: 50%;
}
.s-9-r{
  position: relative;
  padding-bottom: 20px;
}

.s-9-r .control-label{
	color: #808d71;
}
.s-9-r .form-control{
	background-color: #f8faf5;
	border: 1px solid #f8faf5;
}
.s-9-r  .btn{
	color: #fff;
}

.form-hover{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(255,255,255,.9);
  border:5px solid #f8faf5;
  border-radius: 10px;
  box-shadow: 10px 10px 30px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
.form-hover.hover-hidden{
  opacity: 0;
  bottom:100%;
}
.form-hover{
  opacity: 1;
  bottom: 0;
  transition: bottom 0.35s ease-in-out,opacity 0.35s ease-in-out;
}

.form-hover .section-title{
  font-size: 30px;
}




.s-10-r h4{
	color: rgba(179, 0, 14, 1.00);
  /* text-align: right; */
}
.s-10-r .control-label{
	/* color: #808d71; */
  font-size: 13px;
}
.s-10-r .form-control{
	/* background-color: #f8faf5; */
	border: 1px solid #f8faf5;
  box-shadow:none
}
.s-10-r  .btn{
	color: #fff;
  background-color: rgba(179, 0, 14, 1.00);
  border-width:0
}
.s-10-r  .btn:active{
	color: #fff;
  background-color: rgba(179, 0, 14, .9);
  border-width:0
}