.swiper-scrollbar {
	width: 80%;
	height: 8px;
	border-radius: 10px;
	margin: 20px auto;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	
}