.container-box {
  width: 810px;
  margin: 0 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;
}
.section-1 .section-text .title {
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  flex: 1;
  padding-left: 15px;
}
.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 .box-head {
  margin-top: 50px;
}
.section-2 .box-head .text-head {
  font-size: 12px;
  line-height: 15px;
  color: #231f20;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.section-2 .box-img {
  max-width: 977px;
  margin: auto;
}
.section-2 .box-img .box-chart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-2 .box-img img {
  width: 809px;
  height: 447px;
  margin: 40px auto 0;
}

.section-3 {
  background-image: linear-gradient(to bottom, #fff 90%, #3FAC49 90%);
}
.section-3 .wp-section {
  max-width: 1175px;
  margin: 0 auto;
  box-shadow: 4px 12px 24px rgba(0, 0, 0, 0.2);
  padding: 55px 183px;
  border-radius: 45px;
  position: relative;
  background: #fff;
}
.section-3 .wp-section .box-body .top {
  padding: 0 71px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 52px;
  position: relative;
}
.section-3 .wp-section .box-body .top img {
  width: 179px;
  height: 202px;
  margin: 0;
}
.section-3 .wp-section .box-body .body {
  border: 1px solid #086C39;
  border-radius: 20px;
  padding: 30px 20px 62px;
  background: #EBF4E9;
  position: relative;
}
.section-3 .wp-section .box-body .body .title-body {
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  color: #006937;
  text-align: center;
  font-weight: bold;
}
.section-3 .wp-section .box-body .body .img-center {
  margin-top: 290px;
}
.section-3 .wp-section .box-body .body .img-center img {
  width: 185px;
  height: 185px;
  margin: auto;
}
.section-3 .wp-section .box-body .body .circle-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-3 .wp-section .box-body .body .circle-icon li {
  list-style: none;
  position: absolute;
  transform-origin: 207px;
  transform: rotate(calc(45deg * var(--i)));
  left: 23%;
  bottom: 47px;
}
.section-3 .wp-section .box-body .body .circle-icon .circle-1 img {
  width: 107px;
  height: 94px;
}
.section-3 .wp-section .box-body .body .circle-icon .circle-2 img {
  width: 94px;
  height: 94px;
  transform: rotate(-45deg);
}
.section-3 .wp-section .box-body .body .circle-icon .circle-3 img {
  width: 94px;
  height: 107px;
  transform: rotate(-89deg);
}
.section-3 .wp-section .box-body .body .circle-icon .circle-4 img {
  width: 94px;
  height: 94px;
  transform: rotate(-135deg);
}
.section-3 .wp-section .box-body .body .circle-icon .circle-5 img {
  width: 107px;
  height: 94px;
  transform: rotate(180deg);
}
.section-3 .wp-section .box-body .body .circle-text-en {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-3 .wp-section .box-body .body .circle-text-en .title-circle {
  font-size: 16px;
  line-height: 19px;
  color: #006937;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}
.section-3 .wp-section .box-body .body .circle-text-en p {
  font-size: 14px;
  line-height: 16px;
  color: #3DAE2B;
  text-align: center;
  font-weight: 400;
}
.section-3 .wp-section .box-body .body .circle-text-en li {
  list-style: none;
  position: absolute;
  transform-origin: 370px;
  transform: rotate(calc(45deg * var(--i)));
  left: 3.5%;
  bottom: 25px;
}
.section-3 .wp-section .box-body .body .circle-text-en .wp-circle-1 {
  height: 161px;
  width: auto;
  margin-left: 5px;
}
.section-3 .wp-section .box-body .body .circle-text-en .wp-circle-2 {
  transform: rotate(-45deg);
  height: 104px;
  width: auto;
  margin-left: -51px;
}
.section-3 .wp-section .box-body .body .circle-text-en .wp-circle-3 {
  transform: rotate(-90deg);
  height: 146px;
  margin-top: 20px;
}
.section-3 .wp-section .box-body .body .circle-text-en .wp-circle-4 {
  transform: rotate(-135deg);
  height: 109px;
  width: auto;
  margin-left: -66px;
}
.section-3 .wp-section .box-body .body .circle-text-en .wp-circle-5 {
  transform: rotate(-180deg);
  height: 158px;
  width: auto;
}
.section-3 .wp-section .box-body .body .circle-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-3 .wp-section .box-body .body .circle-text .title-circle {
  font-size: 16px;
  line-height: 19px;
  color: #006937;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}
.section-3 .wp-section .box-body .body .circle-text p {
  font-size: 14px;
  line-height: 16px;
  color: #3DAE2B;
  text-align: center;
  font-weight: 400;
}
.section-3 .wp-section .box-body .body .circle-text li {
  list-style: none;
  position: absolute;
  transform-origin: 370px;
  transform: rotate(calc(45deg * var(--i)));
  left: 3.5%;
  bottom: 25px;
}
.section-3 .wp-section .box-body .body .circle-text .wp-circle-1 {
  height: 161px;
  width: auto;
  margin-left: 5px;
}
.section-3 .wp-section .box-body .body .circle-text .wp-circle-2 {
  transform: rotate(-45deg);
  height: 98px;
  width: auto;
  margin-left: -33px;
}
.section-3 .wp-section .box-body .body .circle-text .wp-circle-3 {
  transform: rotate(-90deg);
  height: 111px;
  margin-top: 12px;
}
.section-3 .wp-section .box-body .body .circle-text .wp-circle-4 {
  transform: rotate(-135deg);
  height: 127px;
  width: auto;
  margin-left: -30px;
}
.section-3 .wp-section .box-body .body .circle-text .wp-circle-5 {
  transform: rotate(-180deg);
  height: 158px;
  width: auto;
}
.section-3 .wp-section .box-body .body .line-section-3 {
  display: inline-block;
  position: absolute;
}
.section-3 .wp-section .box-body .body .line-1 {
  width: 190px;
  bottom: 230px;
  left: 33px;
}
.section-3 .wp-section .box-body .body .line-2 {
  width: 68px;
  top: 130px;
  left: 270px;
}
.section-3 .wp-section .box-body .body .line-3 {
  width: 68px;
  top: 130px;
  right: 260px;
}
.section-3 .wp-section .box-body .body .line-4 {
  width: 190px;
  bottom: 228px;
  right: 41px;
}
.section-3 .wp-section .box-body .bottom {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  background: #3DAE2B;
  border-radius: 22px;
  padding: 15px 78px;
  display: table;
  margin: -36px auto 0;
  position: relative;
  z-index: 1;
}
.section-3 .wp-section::before {
  content: "";
  background: url("../images/tang-truong-ben-vung/bg-global.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 54%;
  left: 52%;
  width: 764px;
  height: 847px;
  transform: translate(-50%, -50%);
}
.section-3 .bottom-section-3 {
  background: #3FAC49;
  width: 100%;
  height: 50px;
}

.section-4 {
  background-image: linear-gradient(to bottom, #3FAC49 32.5%, #E4F4E5 32.5%);
  padding: 65px 0;
  margin-top: -2px;
}
.section-4 .title-heading {
  color: #fff;
}
.section-4 .text-head {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.section-4 .box-chart {
  width: 558px;
  margin: 0 auto 50px;
  background: #fff;
  border: 1px solid #3FAC49;
  border-radius: 26px;
  padding: 30px;
}
.section-4 .box-chart .title-chart {
  font-size: 18px;
  line-height: 19px;
  color: #006937;
  text-align: center;
  font-weight: bold;
}
.section-4 .box-chart .lable-chart {
  justify-content: space-around;
  padding: 20px 25px 80px;
}
.section-4 .box-chart .lable-chart .lable {
  font-size: 12px;
  line-height: 15px;
  color: #A8ABAD;
  display: flex;
}
.section-4 .box-chart .lable-chart .lable span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 7px;
}

.section-5 {
  background-image: linear-gradient(to bottom, #fff 54%, #3FAC49 54%);
  padding: 50px 0 60px;
}
.section-5 .slide {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-5 .slide .wp-img {
  margin-left: -7px;
}
.section-5 .slide .wp-img img {
  height: 183px;
  margin: 0;
}
.section-5 .slide .wp-img:nth-child(1) {
  margin-left: 0;
}

.section-6 {
  max-width: 970px;
  margin: auto;
}
.section-6 .section-text {
  display: inline-block;
  padding-left: 150px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.section-6 .section-text .title {
  font-size: 15px;
  line-height: 15px;
  color: #231F20;
}
.section-6 .section-text span {
  font-size: 12px;
  line-height: 15px;
}
.section-6 .section-text li {
  list-style: disc;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
.section-6 .section-text li b {
  color: #231F20;
  font-size: 12px;
}
.section-6 .arrow-left {
  width: 558px;
  height: 203px;
  margin: 0;
}
.section-6 .arrow-top {
  width: 176px;
  height: 210px;
  margin: 0;
}
.section-6 .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);
}

/*# sourceMappingURL=tang-truong-ben-vung.css.map */
