:root {
  --primary-color: #FE6700;
}

.about-carry {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .about-carry {
    padding-top: 95px;
    padding-bottom: 120px;
  }
}
.about-carry .carry-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .about-carry .carry-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-carry .carry-wrap .image-div {
  width: 100%;
  position: relative;
  padding-bottom: 390px;
}
@media screen and (min-width: 1200px) {
  .about-carry .carry-wrap .image-div {
    width: 50%;
    padding-bottom: 0;
  }
}
.about-carry .carry-wrap .image-div .figure {
  position: absolute;
  margin-bottom: 0;
  max-width: 60%;
  overflow: hidden;
}
.about-carry .carry-wrap .image-div .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 8px solid #fff;
  border-radius: 30px;
}
.about-carry .carry-wrap .image-div .figure-3 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .about-carry .carry-wrap .image-div .figure-3 {
    right: 0;
    top: -50px;
  }
}
.about-carry .carry-wrap .image-div .figure-2 {
  bottom: -80px;
  left: 23%;
}
@media screen and (max-width: 991px) {
  .about-carry .carry-wrap .image-div .figure-2 {
    left: 20%;
    top: 100px;
  }
}
.about-carry .carry-wrap .image-div .figure-1 {
  left: -30px;
  top: 70px;
}
@media screen and (max-width: 991px) {
  .about-carry .carry-wrap .image-div .figure-1 {
    left: 0;
    top: 0;
  }
}
.about-carry .carry-wrap .content-div {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .about-carry .carry-wrap .content-div {
    width: 50%;
    padding-right: 90px;
  }
}
.about-carry .carry-wrap .content-div .title {
  color: #000;
  line-height: 35px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .about-carry .carry-wrap .content-div .title {
    line-height: 45px;
    margin-bottom: 1.875rem;
  }
}
.about-carry .carry-wrap .content-div p {
  font-size: 16px;
  margin-bottom: 0;
}
.about-carry .carry-wrap .content-div p + p {
  margin-top: 20px;
  margin-bottom: 2.5rem;
}
.about-carry .carry-wrap .content-div p:last-child {
  margin-bottom: 0;
}

.vision-mission {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F6F6F6;
}
@media screen and (min-width: 1200px) {
  .vision-mission {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.vision-mission .group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vision-mission .group-wrap .item {
  width: 585px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  padding: 20px;
  padding-top: 30px;
}
@media screen and (min-width: 1200px) {
  .vision-mission .group-wrap .item {
    padding: 70px 47px;
  }
}
.vision-mission .group-wrap .item img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .vision-mission .group-wrap .item img {
    margin-bottom: 30px;
  }
}
.vision-mission .group-wrap .item .sec-title {
  margin-bottom: 15px;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .vision-mission .group-wrap .item .sec-title {
    margin-bottom: 25px;
  }
}
.vision-mission .group-wrap .item p {
  color: #3C3C3C;
  margin-bottom: 0;
}

.about-set {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .about-set {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.about-set .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.about-set .head .heading {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .about-set .head .heading {
    width: 534px;
  }
}
.about-set .head .heading .sec-title {
  color: #000;
  margin-bottom: 25px;
}
.about-set .head .heading p {
  color: #3C3C3C;
}
.about-set .head .value {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .about-set .head .value {
    margin-top: 0;
    width: 300px;
    padding-right: 30px;
  }
}
.about-set .head .value .percent {
  font-size: 80px;
  font-weight: 200;
  color: #FE6700;
  line-height: 85px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .about-set .head .value .percent {
    font-size: 8.125rem;
  }
}
.about-set .head .value .detail {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .about-set .head .value .detail {
    font-size: 1.375rem;
  }
}
.about-set .head .value p {
  color: #3C3C3C;
  padding-top: 12px;
  margin-top: 15px;
  border-top: 1px solid #FE6700;
}
@media screen and (min-width: 1200px) {
  .about-set .head .value p {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.about-set .value-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-set .value-wrap .values {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .about-set .value-wrap .values {
    width: 300px;
    padding-right: 30px;
  }
}
.about-set .value-wrap .values:nth-child(2) {
  margin-top: 100px;
}
.about-set .value-wrap .values:last-child {
  margin-top: 200px;
}
.about-set .value-wrap .values .percent {
  font-size: 80px;
  font-weight: 200;
  color: #FE6700;
  line-height: 85px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .about-set .value-wrap .values .percent {
    font-size: 8.125rem;
  }
}
.about-set .value-wrap .values .detail {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .about-set .value-wrap .values .detail {
    font-size: 1.375rem;
  }
}
.about-set .value-wrap .values p {
  color: #3C3C3C;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #FE6700;
}

.about-history {
  padding-bottom: 120px;
}
.about-history .history-wrap {
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 375px;
  background-color: #1F1F1F;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-history .history-wrap figure {
  width: 375px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 375px;
          flex: 0 0 375px;
  height: 375px;
}
.about-history .history-wrap .content {
  padding-left: 86px;
}
.about-history .history-wrap .content .title {
  color: #fff;
  margin-bottom: 25px;
}
.about-history .history-wrap .content p {
  color: #fff;
  line-height: 26px;
  max-width: 544px;
}

.about-fount {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F6F6F6;
  overflow: hidden;
}
.about-fount .head {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.about-fount .head .sec-title {
  line-height: 45px;
  color: #000;
  margin-bottom: 25px;
}
.about-fount .head p {
  color: #3C3C3C;
  max-width: 534px;
  margin: auto;
}
.about-fount .head .controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.about-fount .head .controls .swiper-button-prev,
.about-fount .head .controls .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #498611;
  border-radius: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-fount .head .controls .swiper-button-prev::after,
.about-fount .head .controls .swiper-button-next::after {
  display: none;
}
.about-fount .head .controls .swiper-button-prev span::before,
.about-fount .head .controls .swiper-button-next span::before {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-fount .head .controls .swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-fount .head .controls .swiper-button-prev:hover {
  -webkit-transform: rotate(180deg) scale(1.05);
          transform: rotate(180deg) scale(1.05);
}
.about-fount .head .controls .swiper-button-next {
  right: 0;
  left: auto;
}
.about-fount .head .controls .swiper-button-next:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.about-fount .head .controls .swiper-button-disabled {
  opacity: 1;
  background-color: #EBEBEB;
  border: 1px solid #DADADA;
}
.about-fount .head .controls .swiper-button-disabled span::before {
  color: #787878;
}
.about-fount .swiper-fount {
  /* overflow: visible; */
  height: 690px;
  position: relative;
}
.about-fount .swiper-fount .swiper-slide {
  position: relative;
}
.about-fount .swiper-fount .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FE6700;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-fount .swiper-fount .swiper-slide .card {
  width: 260px;
  height: 268px;
  position: relative;
}
.about-fount .swiper-fount .swiper-slide .card figure {
  padding-top: calc(161 / 260 * 100%);
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.about-fount .swiper-fount .swiper-slide .card figure img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.about-fount .swiper-fount .swiper-slide .card .title {
  color: #000;
  margin-bottom: 10px;
  line-height: 30px;
}
.about-fount .swiper-fount .swiper-slide .card p {
  color: #3C3C3C;
}
.about-fount .swiper-fount .swiper-slide .card::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.22);
}
.about-fount .swiper-fount .swiper-slide .card::after {
  position: absolute;
  content: "";
  background-color: #FE6700;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.about-fount .swiper-fount .swiper-slide:nth-child(odd) .card {
  -webkit-transform: translateY(160%);
          transform: translateY(160%);
}
.about-fount .swiper-fount .swiper-slide:nth-child(odd) .card::before {
  top: -31%;
  left: 11.9%;
}
.about-fount .swiper-fount .swiper-slide:nth-child(odd) .card::after {
  top: -11%;
  left: 10%;
}
.about-fount .swiper-fount .swiper-slide:nth-child(even) .card::before {
  left: 11.5%;
  top: 109%;
}
.about-fount .swiper-fount .swiper-slide:nth-child(even) .card::after {
  left: 10%;
  bottom: -10%;
}
.about-fount .swiper-fount .swiper-slide:first-child:after {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FE6700;
  border-radius: 100%;
}
.about-fount .swiper-fount .swiper-slide:last-child:after {
  position: absolute;
  content: "";
  right: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FE6700;
  border-radius: 100%;
}

.footer-cta {
  padding: 120px 0;
  background-color: #498611;
  text-align: center;
}
.footer-cta .title {
  color: #fff;
  max-width: 830px;
  margin: auto;
  margin-bottom: 30px;
  line-height: 45px;
}