.swiper-container {
  width: 100%;
  padding-bottom: 20px;
}

.swiper-slide {
	cursor: pointer;
}

.swiper-button-prev {
	display: none;
}

.swiper-button-next {
	display: none;
}

.swiper-pagination {
	display: none;
}

.slider .swiper-slide-prev{
  opacity: 0.4;
}
.slider .swiper-slide-next{
  opacity: 0.4;
}
.slider .swiper-slide-active{
  opacity: 1;
}

.slider-thumbnail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 90%;
}

.slider-thumbnail img {
  max-height: 50px;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.4;
}

.slider-thumbnail .swiper-slide-thumb-active {
  opacity: 1 ;
}

@media screen and (max-width: 769px){
  .swiper-pagination {
    display: block;
  }

  .swiper-container {
    padding-bottom: 40px;
  }

  .swiper-pagination-bullet {
    border-radius: inherit;
    margin: 0 3px!important;
    width: 20px;
    height: 3px;
    background: skyblue;
    opacity: 0.19;
  }
  .swiper-pagination-bullet-active {
    background: skyblue;
    opacity: 1;
  }

  #mini_slider {
    display: none;
  }
}



