.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination {
  padding-right: 20px;
  text-align: right;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 4%;
}
.swiper-button-next,
.swiper-button-prev {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev {
  background-image: url('../../assets/img/rotation_chart_arrow_left.png');
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url('../../assets/img/rotation_chart_arrow_right.png');
}
.swiper-pagination-bullet {
  opacity: 0.5;
  background: #fff;
}
.swiper1-bullet-active {
  width: 30px;
  height: 10px;
  background: #ffab24;
  border-radius: 5px;
  opacity: 1;
  transform: translateY(10%);
}
.mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, #1444cc 0%, rgba(20, 68, 204, 0) 100%);
  border-radius: 0px 0px 10px 10px;
}
.mask p {
  position: absolute;
  bottom: 16%;
  left: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding: 0 2%;
}
.swiper1 .swiper-slide {
  cursor: pointer;
}

/*.swiper2-items {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 400px);*/
/*  justify-content: space-between;*/
/*}*/
.calendar-activity-rotation-chart .swiper-container {
  display: none;
}
.swiper2-items-item {
  width: 400px;
  height: 430px;
  border-radius: 0px 20px 0px 20px;
  overflow: hidden;
}
.swiper2-items-item .top {
  width: 100%;
  height: 267px;
}
.swiper2-items-item .bottom {
  padding: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.swiper2-items-item .bottom > div {
  max-width: 100%;
  margin-bottom: 24px;
  font-size: 18px;
}
.swiper2-items-item .bottom p {
  display: flex;
  align-items: center;
  height: 28px;
  background: url('../../assets/img/schedule-activities.png') no-repeat;
  background-size: contain;
  margin-bottom: 3%;
  padding-left: 2%;
}
.swiper2-items-item .bottom p span {
  margin-left: 9%;
}
.calendar-activity-rotation-chart {
  position: relative;
}
.calendar-activity-rotation-chart .swiper-slide {
  background-color: transparent;
}
.swiper2-items-item {
  background-color: #fff;
  cursor: pointer;
}
.swiper3 .swiper-slide {
  cursor: pointer;
}
.swiper3-click-box {
  position: absolute;
  height: 100%;
  width: 200px;
}
.wonderful-moments-swiper {
  display: flex;
}
.gallery-top {
  width: 1050px;
  border-radius: 10px;
}
.wonderful-moments-swiper .swiper-slide {
  cursor: pointer;
}
.gallery-thumbs {
  width: 240px;
}
.gallery-thumbs .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.swiper4 {
  margin-top: 1%;
}
.swiper4 .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper4 .swiper-slide {
  width: 690px;
  height: 393px;
  border-radius: 1%;
  padding: 0.3%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.swiper4 .swiper-slide img {
  border-radius: 1%;
}
.swiper4 .mask {
  bottom: 1%;
  width: 99%;
  border-radius: 1%;
  font-size: 20px;
}
/*.swiper5-items {*/
/*  width: 100%;*/
/*  display: grid;*/
/*  grid-template-columns: repeat(6, 160px);*/
/*  justify-content: space-between;*/
/*}*/
.swiper5 .swiper-slide {
  /*width: 160px;*/
  background-color: transparent;
}
.swiper5-items-item {
  width: 160px;
  cursor: pointer;
}
.swiper5-items-item .top {
  width: 100%;
  height: 208px;
  border-radius: 80px;
  margin-bottom: 5%;
  overflow: hidden;
}
.swiper5-items-item .bottom {
  font-size: 16px;
  font-weight: 500;
}
.swiper5-items-item .bottom p {
  max-width: 100%;
}
.previous-review-swiper .swiper6-box {
  position: relative;
  height: 342px;
}
.swiper6 .swiper-slide {
  width: 243px;
  background-color: transparent;
  text-align: left;
}
.swiper6 .swiper-slide div {
  cursor: pointer;
}
.swiper6 .swiper-slide .data {
  font-size: 24px;
  font-weight: bold;
  color: #1444cc;
}
.swiper6 .swiper-slide .info {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
.swiper6 .swiper-slide.top div {
  position: absolute;
  top: 35px;
  width: 100%;
  height: 188px;
  background: url('../../assets/img/previous-review-top.png') no-repeat;
  background-size: contain;
}
.swiper6 .swiper-slide.top .data {
  position: absolute;
  bottom: 19%;
  left: 13.5%;
}
.swiper6 .swiper-slide.top .info {
  position: absolute;
  top: 6%;
  left: 27%;
}
.swiper6 .swiper-slide.bottom div {
  position: absolute;
  bottom: 33px;
  width: 100%;
  height: 188px;
  background: url('../../assets/img/previous-review-bottom.png') no-repeat;
  background-size: contain;
}
.swiper6 .swiper-slide.bottom .data {
  position: absolute;
  top: 21%;
  left: 13.5%;
}
.swiper6 .swiper-slide.bottom .info {
  position: absolute;
  bottom: 6%;
  left: 27%;
}
.swiper6-box .line {
  position: absolute;
  top: 50%;
  left: -1%;
  width: 1300px;
  height: 6px;
  background: #ffab24;
}
.swiper6-box .line .drop {
  width: 12px;
  height: 12px;
  background: #ffab24;
  border-radius: 50%;
  transform: translate(-50%, -30%);
}
.swiper6-pagination {
  left: 50%;
  transform: translate(-50%, 20px);
  width: 200px;
  height: 4px;
  border-radius: 2px;
}
.swiper6-pagination .swiper-pagination-progressbar {
  background-color: #ffab24;
}
@media (max-width: 1299px) {
  .swiper-button-next, .swiper-button-prev {
    width: 3.733vw;
    height: 3.733vw;
  }
  .mask {
    border-radius: 0px 0px 1.333vw 1.333vw;
  }
  .mask p {
    font-size: 2.933vw;
  }
  .swiper1-bullet-active {
    width: 4vw;
    height: 1.333vw;
    border-radius: 0.667vw;
  }
  .swiper-pagination {
    padding-right: 2.667vw;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 13%;
  }
  .calendar-activity-rotation-chart .swiper-slide {
    width: 53.333vw;
  }
  .swiper2-items-item {
    width: 53.333vw;
    height: 57.333vw;
    border-radius: 0vw 2.667vw 0vw 2.667vw;
  }
  .swiper2-items-item .top {
    height: 35.6vw;
  }
  .swiper2-items-item .bottom {
    padding: 2.667vw;
    font-size: 2.133vw;
  }
  .swiper2-items-item .bottom > div {
    font-size: 2.4vw;
    margin-bottom: 3.2vw;
  }
  .swiper2-items-item .bottom p {
    height: 3.733vw;
  }
  .gallery-top {
    width: 77.333vw;
    border-radius: 1.333vw;
  }
  .gallery-thumbs {
    width: 16.133vw;
  }
  .gallery-thumbs .swiper-slide {
    border-radius: 1.333vw;
  }
  .swiper4 .swiper-slide {
    width: 82.667vw;
    height: 47.2vw;
  }
  .swiper4 .mask {
    font-size: 2.933vw;
  }
  .swiper5-items-item {
    width: 21.333vw;
  }
  .swiper5-items-item .top {
    height: 27.733vw;
    border-radius: 10.667vw;
  }
  .swiper5-items-item .bottom {
    font-size: 2.667vw;
  }
  .swiper6 .swiper-slide {
    width: 32.4vw;
  }
  .swiper6 .swiper-slide .data {
    font-size: 3.2vw;
  }
  .swiper6 .swiper-slide .info {
    font-size: 1.867vw;
  }
  .swiper6 .swiper-slide.top div {
    top: calc(0px + -1.4vw);
    height: 25.067vw;
  }
  .swiper6 .swiper-slide.bottom div {
    height: 25.067vw;
    top: calc(0px + 9.9vw);
  }
  .swiper6-box .line {
    top: calc(0px + 23vw);
    height: 0.8vw;
    width: 103%;
  }
  .swiper6-box .line .drop {
    width: 1.6vw;
    height: 1.6vw;
  }
  .swiper6-pagination {
    width: 26.667vw;
    height: 0.533vw;
    border-radius: 0.267vw;
    transform: translate(-50%, 3vw);
  }
  .previous-review-swiper .swiper6-box {
    height: 50vw;
  }
}
