.title-heading {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #3fac49;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

.box-description {
  width: 475px;
  margin: 0 auto;
}
.box-description p {
  text-align: justify;
  color: #231F20;
  font-size: 12px;
  line-height: 15px;
}
.box-description p b {
  color: #231F20;
  font-size: 12px;
  line-height: 15px;
}
.box-description ul li {
  color: #231F20;
  list-style: disc;
  padding-left: 12px;
}

.container-box {
  width: 975px;
  margin: 0 auto;
}

.section-1 {
  position: relative;
}
.section-1 .section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  text-align: left;
  width: 1000px;
  align-items: center;
}
.section-1 .section-text .title {
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  flex: 0 0 63%;
  padding-left: 70px;
}
.section-1 .section-text .text-right li {
  list-style: disc;
  color: #fff;
  font-size: 15px;
}
.section-1 .section-text .text-right li p {
  font-size: 16px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  flex: 1;
  padding-left: 5px;
}

.section-2 {
  background-image: linear-gradient(to bottom, #fff 90%, #E4F4E5 90%);
}
.section-2 .title-heading {
  font-size: 40px;
  list-style: 45px;
  text-transform: uppercase;
  color: #3fac49;
  text-align: center;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 30px;
}
.section-2 .section-text {
  width: 650px;
  margin: 0 auto 45px;
}
.section-2 .section-text p {
  font-size: 12px;
  line-height: 15px;
  color: #231F20;
  text-align: justify;
}
.section-2 .arthur {
  font-size: 12px;
  line-height: 15px;
  color: #808285;
  font-style: italic;
  margin: 25px 0 45px;
  display: block;
}
.section-2 .box-img {
  max-width: 975px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.section-2 .box-img img {
  width: 317px;
}

.section-3 {
  background-image: linear-gradient(to bottom, #E4F4E5 62%, #3FAC49 62%);
  padding: 70px 0 60px;
}
.section-3 .wp-section {
  max-width: 1175px;
  margin: 0 auto;
  box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.2);
  padding: 50px 199px;
  border-radius: 45px;
  position: relative;
  background: #fff;
}

.section-4 {
  background: #3FAC49;
  background-image: linear-gradient(to bottom, #3FAC49 50%, #E4F4E5 50%);
  margin-top: -2px;
  padding-bottom: 80px;
}
.section-4 ul li {
  color: #fff;
}
.section-4 p {
  color: #fff;
}
.section-4 .title-heading {
  color: #fff;
}

.section-5 {
  padding: 60px 0 0;
  background-image: linear-gradient(to bottom, #fff 88%, #3FAC49 88%);
}
.section-5 .title-heading {
  margin-bottom: 60px;
}
.section-5 .title-img {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 33px;
  color: #3FAC49;
  font-weight: 500;
  margin-top: 55px;
  margin-bottom: 65px;
  text-align: center;
}
.section-5 .lable-img {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  font-style: italic;
  text-align: center;
  margin-top: 17px;
  display: block;
}

.section-6 {
  background-image: linear-gradient(to bottom, #3FAC49 62%, #E4F4E5 62%);
  padding: 70px 0 60px;
}
.section-6 .wp-section {
  max-width: 1175px;
  margin: 0 auto;
  box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.2);
  padding: 50px 100px 75px;
  border-radius: 45px;
  position: relative;
  background: #fff;
}
.section-6 .wp-section .title-heading {
  margin-bottom: 40px;
}
.section-6 .wp-section .title-img {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 33px;
  color: #3FAC49;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 55px;
  text-align: center;
}

.section-7 {
  background: #E4F4E5;
}
.section-7 .section-text {
  width: 645px;
  margin: 0 auto 45px;
}
.section-7 .section-text p {
  font-size: 12px;
  line-height: 15px;
  color: #231F20;
  text-align: justify;
}
.section-7 .box-img {
  padding: 55px 166px 85px;
}

.section-8 {
  padding: 60px 0 0;
  position: relative;
}
.section-8::before {
  content: "";
  background: url(../images/moi-truong-ben-vung/bg-bottom.png), no-repeat;
  display: block;
  width: 1260px;
  height: 100%;
  height: 1232px;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: -16%;
  left: 0;
}
.section-8 .title-heading {
  margin-bottom: 35px;
}
.section-8 .btn {
  margin-top: 100px;
  width: 150px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-transform: uppercase;
  color: #078844;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.1882352941);
  background: #fff;
  position: relative;
  z-index: 1;
}
.section-8 img {
  position: relative;
  z-index: 1;
}

/*# sourceMappingURL=moi-truong-ben-vung.css.map */
