.swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
      }
    .swiper-wrapper {
      margin-bottom: 30px;
      }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 260px;
      height: auto;
      }
    .swiper-pagination{
      height: 80px;
      }
    .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      line-height: 100px;
      color: #e5b909;
      opacity: 1;
      background: #A5A5A5;
      }
     .swiper-pagination-bullet-active {
       margin: 100px;
       color: #cf2435;
       background: #cf2435;
      }
      .swiper-button-next { 
        margin: 0 14vw 0 0;
      }
      .swiper-button-prev { 
        margin: 0 0 0 14vw;
      }
     .swiper-button-next, .swiper-button-prev { 
        display:
      }
     .swiper-button-next::after, .swiper-button-prev::after {
       display: none;
      }