    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      
    }

    .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
      text-align: center;
      line-height: 30px;
      font-size: 18px;
      color: #fff;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
    }

    .swiper-pagination-bullet-active {
      color: #fff;
	  margin-top: 25px;
      background: #dc3545;
    }