
.all-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

.blockEnd.autoH {
  height: auto !important;
}

.swiper-wrapper {
  height: 100vh;
}


.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #999;
	margin: 10px 5px!important;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #B18E01;
}




@media only screen and (max-width: 767px){
.swiper-pagination-bullet {
	margin: 10px 0px!important;
}

}

