	.swiper {
      width: 100%;
    
    }
    .main-swiper {
      height: 500px;
    }

    .main-swiper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background-size: center center;
    }

    .thumb-swiper {
      margin-top:20px;
    }

    .thumb-swiper .swiper-slide {
      height: 100px;
      opacity: 0.5;
    }

    .thumb-swiper .swiper-slide-thumb-active {
      opacity: 1;
      border: 2px solid #C8000F;
      box-sizing: border-box;
    }

    .thumb-swiper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .main-swiper .swiper-slide img {
  transition: transform 0.3s ease;
  position: relative;
}
.swiper-button-prev, .swiper-button-next {
  color: #fff!important;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  
}


    .swiper-pagination {
      bottom: 10px !important;
      
    }
    .swiper-pagination span{
    background-color:#C8000F !important;
    }
 @media screen and (max-width:768px){
  .main-swiper {
      height: 300px;
    }
 }