

body{


}

.swiper {
  width: 100%;
	position: relative;
	margin-top: 40px;
	-webkit-border-radius:30px;
	border-radius:30px;
	overflow: hidden;
}

.swiper-pagination {
	background-color: rgba(0, 0, 0, 0.7)!important;
	padding: 10px 0px!important;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.swiper-pagination-bullet {
	background-color: #fff!important;
	opacity: 0.6!important;
}

.swiper-pagination-bullet-active {
	background-color: #fff!important;
	opacity: 1!important;
}

.swiper-slide {
	position: relative;
	width: 100%;
}

.swiper-slide:before {
 display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
