@charset "utf-8";

/* CSS Document */

/* .swiper-slide{background-color: rgba(255,255,255,1);} */

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  /* top: 85%;
  bottom: auto; */
  background: rgba(0,47,83,1);
  border-radius: 20px;
  width: auto;
  padding: 5px 13px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(255,255,255,1);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: rgba(80,111,139,1);
}


.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(0,47,83,1);
  position: absolute;
  top: 50%;
  width: 60px;
  height: 80px;
  transform: translateY(-50%);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "";
  width: 23px;
  height: 42px;
  background-image: url(../images/common/inequality-l-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: "";
  width: 20px;
  height: 42px;
  background-image: url(../images/common/inequality-r-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .3;
}

@media screen and (max-width: 1400px) {}/* max-width: 1400px */
@media screen and (max-width: 1199px) {}/* max-width: 1200px */
@media screen and (max-width: 991px) {}/* max-width: 992px */
@media screen and (max-width: 768px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 60px;
  }

  .swiper-button-prev::after,
  .swiper-container-rtl .swiper-button-next::after {
    width: 18px;
  }

  .swiper-button-next::after,
  .swiper-container-rtl .swiper-button-prev::after {
    width: 18px;
  }

}/* max-width: 768px */
@media screen and (max-width: 476px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 50px;
  }

  .swiper-button-prev::after,
  .swiper-container-rtl .swiper-button-next::after {
    width: 15px;
  }

  .swiper-button-next::after,
  .swiper-container-rtl .swiper-button-prev::after {
    width: 15px;
  }

}/* max-width: 476px */
