.swiper-container {
	width: 100%;
	padding-bottom: 50px !important;
}

.swiper-wrapper {
	height: auto !important;
	display: flex !important;
	align-items: center !important;
}

.swiper-button-prev, .swiper-button-next {
	color: #536D96 !important;
}

.swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 80%;
	height: auto;
}

.swiper-pagination-bullet-active {
	background-color: #536D96 !important;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
}