.banner {
  border-radius: 0 0 3.125vw 3.125vw;
  overflow: hidden;
  position: relative;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 102.52%);
}
.banner .bg {
  width: 100%;
  display: block;
  height: 42.8645833333vw;
  object-fit: cover;
}
.banner .text {
  position: absolute;
  left: 0;
  bottom: 4.6875vw;
  width: 100%;
  padding: 0 6.40625vw;
}
.banner .text .t {
  color: #FFF;
  font-weight: 600;
  line-height: 1.06;
  text-transform: uppercase;
  margin-bottom: 2.0833333333vw;
}

.breadmenu {
  display: flex;
  align-items: center;
  gap: 2.3958333333vw;
  padding: 2.34375vw 6.25vw;
  z-index: 30;
  background: #FFFFFF;
}
.breadmenu .item {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  opacity: 0.3;
  color: #000;
  transition: all 600ms;
  cursor: pointer;
}
.breadmenu .item img {
  transition: all 600ms;
  width: 1.5625vw;
  filter: brightness(0);
}
.breadmenu .item:hover {
  opacity: 1;
}
.breadmenu .item:hover img {
  transform: rotate(-45deg);
  filter: brightness(1);
}
.breadmenu .item.on {
  font-weight: 700;
  opacity: 1;
}
.breadmenu .item.on img {
  transform: rotate(-45deg);
  filter: brightness(1);
}

.sec1 {
  padding: 3.3854166667vw 5vw 0;
}
.sec1 .title {
  color: #000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.sec1 .des {
  width: 72.9166666667vw;
  margin: 1.40625vw auto 4.4791666667vw;
  color: #666;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
.sec1 .img {
  width: 100%;
  height: 30.1041666667vw;
  border-radius: 2.6041666667vw;
  overflow: hidden;
  position: relative;
}
.sec1 .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 102.52%);
}
.sec1 .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec1 .img:hover img {
  transform: scale(1.1);
}

.sec2 {
  padding: 10.2083333333vw 12.9166666667vw 0 12.6041666667vw;
}
.sec2 .title {
  color: #000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6.6666666667vw;
}
.sec2 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7.65625vw 0;
}
.sec2 .list .item {
  width: 34.375vw;
  display: flex;
  flex-direction: column;
  gap: 2.7604166667vw;
  padding: 1.25vw 0 0;
}
.sec2 .list .item:nth-child(2n) {
  flex-direction: column-reverse;
  gap: 3.1770833333vw;
  padding: 0;
}
.sec2 .list .item .img {
  width: 34.375vw;
  height: 27.3958333333vw;
  border-radius: 2.6041666667vw;
  position: relative;
  overflow: hidden;
}
.sec2 .list .item .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 102.52%);
}
.sec2 .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec2 .list .item .img:hover img {
  transform: scale(1.1);
}
.sec2 .list .item .item_bottom {
  padding: 0 0 0 0.9375vw;
}
.sec2 .list .item .item_bottom .h5 {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.sec2 .list .item .item_bottom .p {
  color: #000;
  font-weight: 275;
  text-transform: capitalize;
}

.sec3 {
  padding: 14.3229166667vw 0 0;
}
.sec3 .wrap {
  width: 90vw;
  margin: 0 auto;
}
.sec3 .wrap .sec3_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5.2604166667vw;
}
.sec3 .wrap .sec3_top .l .h5 {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.sec3 .wrap .sec3_top .l .p {
  color: #000;
  font-weight: 275;
  text-transform: capitalize;
}
.sec3 .wrap .sec3_top .r {
  width: 40.15625vw;
  color: #000;
  font-weight: 275;
  text-transform: capitalize;
  padding: 0 0 1.1458333333vw;
}
.sec3 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.4583333333vw 0;
}
.sec3 .wrap .list .img {
  overflow: hidden;
  border-radius: 2.6041666667vw;
  height: 25.8854166667vw;
  position: relative;
}
.sec3 .wrap .list .img:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 102.52%);
  position: absolute;
  top: 0;
  left: 0;
}
.sec3 .wrap .list .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec3 .wrap .list .img.big_img {
  width: 56.5625vw;
}
.sec3 .wrap .list .img.big_img1 {
  width: 100%;
}
.sec3 .wrap .list .img.small_img {
  width: 31.9791666667vw;
}
.sec3 .wrap .list .img:hover img {
  transform: scale(1.1);
}

.sec4 {
  padding: 11.1979166667vw 0 0;
}
.sec4 .wrap {
  width: 90vw;
  margin: 0 auto;
}
.sec4 .wrap .sec4_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5.4166666667vw;
}
.sec4 .wrap .sec4_top .l .h5 {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.sec4 .wrap .sec4_top .l .p {
  color: #000;
  font-weight: 275;
  text-transform: capitalize;
}
.sec4 .wrap .sec4_top .r {
  width: 40.15625vw;
  color: #000;
  font-weight: 275;
  text-transform: capitalize;
  padding: 0 0 1.1458333333vw;
}
.sec4 .wrap .swiper_box {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
.sec4 .wrap .swiper_box .btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: flex;
  gap: 86.0416666667vw;
  z-index: 3;
}
.sec4 .wrap .swiper_box .btns .jt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 50%;
  background: rgb(245, 245, 245);
  transition: 0.6s;
  cursor: pointer;
  pointer-events: auto;
}
.sec4 .wrap .swiper_box .btns .jt img {
  display: block;
  width: 1.1979166667vw;
  transition: 0.6s;
}
.sec4 .wrap .swiper_box .btns .jt:hover {
  background: #4566E7;
}
.sec4 .wrap .swiper_box .btns .jt:hover img {
  filter: brightness(0) invert(1);
}
.sec4 .wrap .swiper_box .swiper {
  width: 100%;
  overflow: hidden;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide {
  border-radius: 2.6041666667vw;
  background: #F9F9F9;
  padding: 1.0416666667vw 1.0416666667vw 1.5104166667vw;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide .img {
  width: 100%;
  height: 27.2916666667vw;
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide p {
  color: #000;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin: 1.09375vw 0 0;
}
.sec4 .wrap .swiper_box .swiper .swiper-slide:hover .img img {
  transform: scale(1.03);
}

.sec5 {
  padding: 10.15625vw 5vw 15.7291666667vw 5.6770833333vw;
  display: flex;
  justify-content: space-between;
  gap: 12.7083333333vw;
}
.sec5 .lt {
  width: 30.8854166667vw;
  font-weight: 600;
  line-height: 1.15;
  text-transform: capitalize;
  margin-top: 1.6666666667vw;
}
.sec5 .rbox {
  width: 100%;
  flex: 1;
}
.sec5 .rbox .list .item {
  padding: 2.5vw 0;
  border-top: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
}
.sec5 .rbox .list .item:last-child {
  border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
}
.sec5 .rbox .list .item .d1 {
  display: flex;
  justify-content: space-between;
  gap: 6.3020833333vw;
  align-items: center;
  cursor: pointer;
}
.sec5 .rbox .list .item .d1 p {
  width: 100%;
  flex: 1;
  font-weight: 500;
  text-transform: capitalize;
}
.sec5 .rbox .list .item .d1 .icon {
  width: 2.1875vw;
  height: 2.1875vw;
  border-radius: 0.4166666667vw;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec5 .rbox .list .item .d1 .icon img {
  width: 1.4583333333vw;
  display: block;
  transition: all 600ms;
}
.sec5 .rbox .list .item .d2 {
  width: 100%;
  display: none;
}
.sec5 .rbox .list .item .d2 .nr {
  width: 37.2916666667vw;
  margin-top: 0.8854166667vw;
  color: #666;
  font-weight: 300;
  text-transform: capitalize;
}
.sec5 .rbox .list .item.active .d1 .icon img {
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .banner {
    border-radius: 0 0 30px 30px;
    margin-top: 60px;
  }
  .banner .bg {
    height: 200px;
  }
  .banner .text {
    bottom: 20px;
    padding: 0 5%;
  }
  .banner .text .t {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .breadmenu {
    display: none;
  }
  .sec1 {
    padding: 50px 5vw 0;
  }
  .sec1 .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec1 .des {
    font-size: 15px;
    width: 100%;
    margin: 15px 0 25px;
  }
  .sec1 .img {
    width: 100%;
    border-radius: 20px;
    height: 40vw;
  }
  .sec2 {
    padding: 60px 5vw 0;
  }
  .sec2 .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .sec2 .list {
    gap: 25px 0;
  }
  .sec2 .list .item {
    flex-direction: column !important;
    width: 100%;
    padding: 0 !important;
  }
  .sec2 .list .item .img {
    width: 100%;
    height: 80vw;
    border-radius: 20px;
  }
  .sec2 .list .item .item_bottom {
    padding: 6px 8px 0;
  }
  .sec2 .list .item .item_bottom .h5 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .sec2 .list .item .item_bottom .p {
    font-size: 15px;
  }
  .sec3 {
    padding: 60px 0 0;
  }
  .sec3 .wrap {
    width: 90%;
  }
  .sec3 .wrap .sec3_top {
    display: block;
    margin-bottom: 20px;
  }
  .sec3 .wrap .sec3_top .l {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec3 .wrap .sec3_top .l .h5 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sec3 .wrap .sec3_top .l .p {
    font-size: 16px;
  }
  .sec3 .wrap .sec3_top .r {
    width: 100%;
    font-size: 15px;
  }
  .sec4 {
    padding: 60px 0 0;
  }
  .sec4 .wrap {
    width: 90%;
  }
  .sec4 .wrap .sec4_top {
    display: block;
    margin-bottom: 20px;
  }
  .sec4 .wrap .sec4_top .l {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec4 .wrap .sec4_top .l .h5 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sec4 .wrap .sec4_top .l .p {
    font-size: 16px;
  }
  .sec4 .wrap .sec4_top .r {
    width: 100%;
    font-size: 15px;
  }
  .sec4 .wrap .swiper_box .swiper {
    width: 100%;
  }
  .sec4 .wrap .swiper_box .swiper .swiper-slide {
    padding: 20px;
  }
  .sec4 .wrap .swiper_box .swiper .swiper-slide .img {
    height: 90vw;
  }
  .sec4 .wrap .swiper_box .swiper .swiper-slide p {
    font-size: 15px;
    margin: 20px 0 0;
  }
  .sec4 .wrap .swiper_box .btns {
    position: unset;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 0;
    transform: unset;
  }
  .sec4 .wrap .swiper_box .btns .jt {
    width: 40px;
    height: 40px;
  }
  .sec4 .wrap .swiper_box .btns .jt img {
    width: 14px;
  }
  .sec5 {
    padding: 60px 5vw 30px;
    flex-direction: column;
    gap: 20px;
  }
  .sec5 .lt {
    width: 100%;
    font-size: 20px;
    margin-top: 0;
    line-height: 1.3;
  }
  .sec5 .rbox .list .item {
    padding: 20px 0;
  }
  .sec5 .rbox .list .item .d1 {
    gap: 20px;
  }
  .sec5 .rbox .list .item .d1 p {
    font-size: 14px;
  }
  .sec5 .rbox .list .item .d1 .icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
  }
  .sec5 .rbox .list .item .d1 .icon img {
    width: 22px;
  }
  .sec5 .rbox .list .item .d2 .nr {
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=why.css.map */
