.swiper-button-next:after,
.swiper-button-prev:after
{
	color: #fff;
}

.swiper-pagination-bullets { 
	bottom: 50px !important;
}

.swiper-pagination-bullet {
	border-radius: 0px;
	padding: 4px;
	background-color: transparent;
	border: 2px solid #fff;
	transform: rotate(45deg);
	margin: 10px !important;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #fff;

}