.container {
  max-width: 1440px;
  margin: auto;
}

.slider__class1,
.slider__hatch {
  position: relative;
  z-index: 1;
  /* display: flex; */
  text-align: center;
}

.slider__class1-box {
  width: 90%;
  margin: auto;
}

.slider__class1-item {
  padding: 40px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

@media (max-width: 1300px) {
  .slider__class1-item {
      padding: 20px;
  }
}

.setbg {
  background: none;
  position: relative;
}

.slider__class1-prev figure,
.slider__class1-next figure,
.slider__hatch-prev figure,
.slider__hatch-next figure {
  position: relative;
}





.slider__class1-prev,
.slider__class1-next,
.slider__hatch-prev,
.slider__hatch-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
  /* width: 2.5vw; */
}

.slider__class1-prev {
  left: -50px;
}

.slider__class1-next {
  right: -50px;
}

.slider__hatch-prev {
  left: -10%
}

.slider__hatch-next {
  right: -10%
}

@media (max-width: 1100px) {
  .slider__class1-prev {
      left: -65px;
  }
  .slider__class1-next {
      right: -65px;
  }
  .slider__class1-prev img,
  .slider__class1-next img,
  .slider__hatch-prev img,
  .slider__hatch-next img {
      width: 66%;
  }
}

.slider__class1-next::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider__class1 .slick-slide {
  height: auto;
}

.review .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}

.review .slick-dots li.slick-active button:before {
  color: #3458db;
}

@media (max-width:960px) {
  [data-aos^=fade][data-aos^=fade].aos-animate,
  [data-aos=fade-left],
  [data-aos=fade-right] {
      transform: none;
  }
}

/* dot */
.slick-dots {
  position: absolute;
  bottom: -20px;
  padding: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}

.slick-dots li {
  margin: 0px 4px;
  overflow: hidden;
  width: 15px;
}

.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  font-size: 0px;
  border-radius: 50px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover {
  background: #ffffff;
}

.slick-dots li.slick-active {
  outline: none !important;
}

.slick-dots li.slick-active button {
  background: #ffffff;
}

.slick-dots li.slick-active button:hover {
  background: #ffffff;
}