.swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	filter: brightness(88%);
}
.swiper {
	height: 100%;
}

#section-2-16>.ct-section-inner-wrap {
	max-width: inherit;
}

.swiper-pagination {
	position: absolute;
	bottom: 6% !important;
	z-index: 100000;
	align-items: center;
	justify-content: center;
	display: flex;
	height: 30px;
	width: 100% !important;
	align-items: center;
	left: inherit !important;
	transform: inherit !important;
	white-space: inherit !important;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: 1;
	margin: 7px !important;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

.swiper-pagination-bullet {
	transform: scale(1) !important;
	left: unset !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	width: 50px !important;
	height: 12px !important;
	border-radius: 20px !important;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1300px) {



}

@media screen and (max-width: 991px) {



}

@media screen and (max-width: 769px) {

	.swiper-slide img {
		min-height: 500px;
	}

}

@media screen and (max-width: 480px) {



}