.pos-rel {
  position: relative;
}
#section1 {
  width: 100%;
}
.sec1-banner {
  width: 100%;
  height: 100%;
}
.banner-pagination {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.banner-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #fff;
  margin: 0 10px !important;
  opacity: 0.49;
  cursor: pointer;
}
.banner-pagination .swiper-pagination-bullet-active {
  opacity: 0.96;
}
.banner-text-div {
  z-index: 3;
  position: absolute;
  left: 13%;
  bottom: 5%;
  display: flex;
  flex-direction: column;
}
.banner-text {
  line-height: 40px;
  font-size: 32px;

  font-weight: 400;
  text-align: left;
  color: #fff;
  text-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
  margin-bottom: 0;
}
.banner-text-big {
  line-height: 90px;
  font-size: 85px;
  font-weight: 700;
  text-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.banner-img-out {
  display: flex;
  align-items: center;
}
.banner-img {
  margin: 10px;
}
#section2 {
  height: 463px;
  background: #ececec;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sec2-div {
  position: relative;
  display: flex;
  width: 80%;
  flex-wrap: nowrap;
  align-items: center;
}
#sec2-title {
  line-height: 40px;
  font-size: 30px;

  font-weight: 700;
  text-align: center;
  color: #c68c0f;
  padding-top: 70px;
}
#sec2-swiper {
  transform: skew(-27.5deg);
  position: relative;
}
#sec2-swiper .swiper-slide {
  transform: skew(27.5deg);
}
.sec2-swiper-img {
  width: 23vw;
  height: 12.5vw;
  margin-left: -18%;
}
#sec2-swiper-btn-L {
  cursor: pointer;
  z-index: 2;
  margin-right: 2vw;
}
#sec2-swiper-btn-R {
  cursor: pointer;
  z-index: 2;
  margin-left: 2vw;
}
.sec2-btn-img {
  width: 2vw;
}
.sec2-slider {
  cursor: pointer;
}
#section3 {
  height: auto;
  display: flex;
  align-items: center;
}
.sec3-pic-div {
  position: relative;
  width: 500px;
  height: 327px;
  border-radius: 25px;
  overflow: hidden;
  margin: 20px 0;
  box-shadow: 15px 15px 15px 0 rgb(0 0 0/15%);
}
.sec3-pic-img {
  width: 100%;
  height: 100%;
}
.sec3-pic-cov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(transparent, #fff);
}
.sec3-pic-txt {
  position: absolute;
  left: 32px;
  bottom: 0;
  width: 35%;
  font-size: 27px;
  line-height: 30px;

  font-weight: 700;
  text-align: left;
  color: #c68c0f;
  z-index: 3;
  margin-bottom: 15px;
}
.sec3-pic-a {
  position: absolute;
  right: 17px;
  bottom: 17px;
  text-decoration: none;
}
.sec3-pic-a:hover {
  text-decoration: none;
}
.sec3-pic-btn {
  width: 127px;
  height: 35px;
  background: #c68c0f;
  border-radius: 17px;
  font-size: 15px;

  font-weight: 700;
  color: #fff;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sec3-col {
  display: flex;
  justify-content: center;
}
.sec3-row {
  width: 100%;
  height: 100%;
  max-width: 1048px;
  margin: 0 auto;
}
#section4 {
  height: 500px;
  background: #ececec;
  padding: 48px 16%0;
}
#sec4-title {
  width: auto;
  height: 40px;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #c68c0f;
  margin-bottom: 70px;
}
.sec4-div {
  display: flex;
  flex-direction: column;
}
.sec4-img {
  width: 100%;
  height: 13vw;
  border-radius: 20px;
  object-fit: cover;
}
.sec4-txt {
  font-size: 14px;

  font-weight: 700;
  text-align: left;
  color: #c68c0f;
  margin-top: 14px;
  margin-bottom: 14px;
}
.sec4-txt-gray {
  font-size: 14px;

  font-weight: 400;
  text-align: left;
  color: #707070;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec4-finalrow {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;

  font-weight: 700;
  text-align: left;
  color: #000;
}
.sec4-finalrow-left-a,
.sec4-finalrow-left-a:hover {
  color: #000;
  text-decoration: none;
}
.sec4-finalrow-left {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sec4-fa {
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
  width: 21px;
}
.sec4-btn {
  width: 127px;
  height: 36px;
  background: #c68c0f;
  border-radius: 18px;
  font-size: 17px;

  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  cursor: pointer;
}
.sec4-coll-out {
  display: flex;
}
.sec4-coll-in {
  display: flex;
}
.sec4-coll-icon {
  width: 24px;
  height: 24px;
}
.sec4-coll-a {
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .show-pc {
    display: none;
  }
  .banner {
    width: 100%;
  }
  .banner-pagination {
    bottom: 10px;
    text-align: right;
    padding-right: 20px;
  }
  .banner-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 4px !important;
  }
  .banner-text-div {
    left: 5%;
  }
  .banner-text {
    line-height: 20px;
    font-size: 16px;
  }
  .banner-text-big {
    line-height: 45px;
    font-size: 42px;
  }
  #section2 {
    height: auto;
    background: 0 0;
  }
  .sec2-title-ph {
    width: 100%;
    height: 32.33px;
    line-height: 32.33px;
    background: linear-gradient(230deg, #ffaf02 6%, #b7851a);
    font-size: 15px;

    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  #sec2-div {
    width: 100%;
  }
  #sec2-swiper {
    transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #sec2-swiper .swiper-slide {
    transform: none;
  }
  .sec2-swiper-img {
    width: 90%;
    height: auto;
    margin-left: 0;
  }
  .sec3-row {
    height: auto;
    max-width: 345px;
  }
  #sec2-swiper-btn-L,
  #sec2-swiper-btn-R {
    display: none;
  }
  #section3 {
    height: auto;
    padding: 0;
  }
  .sec3-row {
    margin: 5px auto;
  }
  .sec3-col {
    padding-left: 2px;
    padding-right: 2px;
    height: 120px;
  }
  .sec3-pic-div {
    width: 165px;
    height: 115px;
    margin: 0;
    border-radius: 8px;
  }
  .sec3-pic-txt {
    margin-bottom: 5px;
    font-size: 9px;
    line-height: 12px;
    left: 9px;
  }
  .sec3-pic-a {
    right: 5px;
    bottom: 6px;
  }
  .sec3-pic-btn {
    width: 37.67px;
    height: 13.67px;
    line-height: 13.67px;
    font-size: 5.33px;
    background: #c68c0f;
    border-radius: 6.67px;
  }
  #section4 {
    height: auto;
    background: 0 0;
    padding: 20px 0 20px;
  }
  #section4 .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #sec4-title {
    margin-bottom: 10px;
    height: 24px;
    font-size: 18px;
    text-align: center;
    color: #c68c0f;
  }
  .sec4-img {
    width: 100%;
    height: 157px;
    border-radius: 10px;
  }
  .sec4-div {
    margin: 10px 0;
    position: relative;
  }
  .sec4-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    font-size: 7.67px;

    font-weight: 700;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 10px;
    background: linear-gradient(
      0deg,
      #000,
      rgba(43, 43, 43, 0.78) 49%,
      rgba(84, 84, 84, 0.33)
    );
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
  }
  .sec4-more {
    font-size: 14.67px;

    font-weight: 700;
    text-align: center;
    color: #c68c0f;
    margin-bottom: 10px;
  }
  .sec4-more-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    margin: 0 auto;
  }
  .sec4-ph-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #section2 .swiper-slide {
    display: flex;
    justify-content: center;
    height: 100%;
    opacity: 0.44;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  #section2 .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #section4 .swiper-slide {
    display: flex;
    justify-content: center;
    height: 100%;
    opacity: 0.44;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #section4 .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  .show-ph {
    display: none;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  opacity: 0.1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, #444444, transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #444444;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
