.container-box {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.title-heading {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #3fac49;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

.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;
  justify-content: space-between;
  align-items: center;
}
.section-1 .section-text .title {
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: left;
  flex: 0 0 50%;
}
.section-1 .section-text .text-right {
  flex: 0 0 39%;
}
.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;
  padding-left: 5px;
}

.section-2 {
  background-image: linear-gradient(to bottom, #fff 94%, #E4F4E5 94%);
  padding-right: 90px;
}
.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-head {
  width: 675px;
  margin: 0 auto;
}
.section-2 .section-text-head p {
  font-size: 12px;
  line-height: 15px;
  color: #231F20;
  text-align: justify;
}
.section-2 .section-body {
  margin-top: -40px;
}
.section-2 .section-body .box-right {
  background: #EDF7ED;
  border-radius: 15px;
  padding: 28px 36px;
  height: 100%;
  margin-top: 115px;
}
.section-2 .section-body .box-right .title-box {
  display: flex;
  align-items: end;
  padding-bottom: 15px;
}
.section-2 .section-body .box-right .title-box .title-text {
  color: #064226;
  font-size: 22px;
  line-height: 25px;
  margin-right: 30px;
}
.section-2 .section-body .box-right .title-box .title-number {
  color: #BDE0BD;
  font-size: 74px;
  line-height: 55px;
}
.section-2 .section-body .box-right .text {
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
}
.section-2 .section-body .box-right .number {
  font-size: 35px;
  line-height: 24px;
  font-weight: bold;
}
.section-2 .section-body .box-right .lable {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-2 .section-img {
  justify-content: end;
  margin-top: -255px;
}

.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 0 70px;
  border-radius: 45px;
  position: relative;
  background: #fff;
}
.section-3 .wp-section .section-text-head {
  width: 635px;
  margin: 0 auto;
}
.section-3 .wp-section .section-text-head p {
  font-size: 12px;
  line-height: 15px;
  color: #231F20;
  text-align: justify;
}
.section-3 .wp-section .container-section {
  width: 935px;
  margin: auto;
}
.section-3 .wp-section .box-section {
  background: #EDF7ED;
  border-radius: 15px;
  padding: 28px 55px 40px;
}
.section-3 .wp-section .box-section .title-box {
  display: flex;
  align-items: end;
  padding-bottom: 20px;
  justify-content: center;
}
.section-3 .wp-section .box-section .title-box .title-text {
  color: #064226;
  font-size: 22px;
  line-height: 25px;
  margin-right: 25px;
}
.section-3 .wp-section .box-section .title-box .title-number {
  color: #BDE0BD;
  font-size: 74px;
  line-height: 55px;
}
.section-3 .wp-section .box-section .text {
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
}
.section-3 .wp-section .box-section .number {
  font-size: 36px;
  line-height: 29px;
  font-weight: bold;
}
.section-3 .wp-section .box-section .lable {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-4 {
  padding-top: 50px;
}
.section-4 .section-text-head {
  width: 665px;
  margin: 0 auto;
}
.section-4 .section-text-head p {
  font-size: 12px;
  line-height: 15px;
  color: #231F20;
  text-align: justify;
}
.section-4 .sections-img {
  position: relative;
  margin: 135px 0;
}
.section-4 .sections-img .box-svg {
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section-4 .box {
  width: 1072px;
  margin: 45px auto 0;
  background: #EDF7ED;
  border-radius: 15px;
  padding: 30px 35px;
}
.section-4 .box .title-box {
  display: flex;
  align-items: end;
  padding-bottom: 15px;
}
.section-4 .box .title-box .title-text {
  color: #064226;
  font-size: 22px;
  line-height: 25px;
}
.section-4 .box .text {
  font-size: 14px;
  line-height: 16px;
  color: #231F20;
}
.section-4 .box .number {
  font-size: 35px;
  line-height: 37px;
  font-weight: bold;
}
.section-4 .box .lable {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-4 .box .padding-box-1 {
  padding: 14px 0 17px;
}
.section-4 .box .padding-box-2 {
  padding: 19px 33px 18px 0;
}
.section-4 .box .box-3 {
  padding: 15px 30px 0 25px;
}
.section-4 .box .box-3 .number {
  line-height: 30px;
  margin-top: 3px;
}
.section-4 .box .box-4 {
  padding: 25px 0 0 25px;
}
.section-4 .box .box-5 {
  padding: 20px 38.5px 20px 0;
}
.section-4 .box .box-5 .number {
  line-height: 30px;
}
.section-4 .box .box-5-en {
  padding: 20px 28.5px 20px 0;
}
.section-4 .box .box-5-en .number {
  line-height: 30px;
}
.section-4 .box .box-6 {
  padding: 16px 18px 15px 27px;
}
.section-4 .box .box-6-en {
  padding: 16px 27px 15px 27px;
}
.section-4 .box .box-7 {
  padding: 16px 0 15px 20px;
}
.section-4 .box .box-7-en {
  padding: 16px 0 15px 30px;
}
.section-4 .box .box-8 {
  padding: 20px 25px 20px 0;
}
.section-4 .box .box-8 .number {
  line-height: 33px;
}
.section-4 .box .box-8-en {
  padding: 20px 25px 12px 0;
}
.section-4 .box .box-8-en .number {
  line-height: 33px;
}
.section-4 .box .box-9 {
  padding: 15px 40px 15px 0;
}
.section-4 .box .box-10 {
  padding: 17px 0 17px 56px;
}
.section-4 .box .box-10-en {
  padding: 21px 0 21.5px 56px;
}

.section-5 {
  max-width: 690px;
  margin: auto;
}
.section-5 .btn {
  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);
}

.w-50 {
  width: 50px;
}

.w-45 {
  width: 45px;
}

.w-25 {
  width: 25px;
}

.w-40 {
  width: 40px;
}

.w-105 {
  width: 105px;
}

.w-70 {
  width: 70px;
}

.w-130 {
  width: 130px;
}

.w-110 {
  width: 110px;
}

/*# sourceMappingURL=cong-dong-ben-vung.css.map */
