.swiper {
  padding-top: 4.091vw !important;
  /* padding-bottom: 5.381vw !important; */
  padding-bottom: 8.636vw !important;
}


.swiper-pagination-bullet {
  margin: 0 0.636vw !important;
  width: 24px!important;
  height: 24px !important;
  background-color: #7d6b2b !important;
}

.swiper-pagination {
  bottom: 1.347vw !important;
}

.swiper-pagination-bullet-active {
  background-color: #494949 !important;
}
.swiper-slide{
    width: 100%;
    position: relative;
}
@media screen and (max-width:600px) {
	.swiper-pagination-bullet {
  margin: 0 0.636vw !important;
  width: 14px!important;
  height: 14px !important;
  background-color: #7d6b2b !important;
}
	
	.swiper-pagination{
		    bottom: -0.653vw !important;
	}	
	
}