.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-pagination-horizontal .swiper-pagination-bullet {
  border-radius: 0;
  width: 68px;
  height: 7px;
  background: #bebebe;
  cursor: pointer;
}
.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006bc7;
}
