<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.dc_loaixe_slider .swiper-slide {
	padding: 15px;
	background: #f7f7f7;
	text-align: center;
}
.dc_loaixe_slider .swiper-slide img {
	margin-bottom: 25px;
}
.dc_loaixe_slider .swiper-slide h5 {
	text-transform: uppercase;
}
.dc_loaixe_slider .swiper-container-autoheight, .dc_loaixe_slider .swiper-container-autoheight .swiper-slide {
	height: 100%;
}
@media (min-width: 768px) {
	.loaixe_pagination {
		display: none;
	}
}

@media (max-width: 768px) {
	.loaixe_pagination {
		display: block;
		text-align: center;
	}
	.loaixe_pagination .swiper-pagination-bullet {
		padding: 0 20px;
		border-radius: 5px;
		height: 5px;
		background: #d8d8d8;
		opacity: 1
	}
	.loaixe_pagination .swiper-pagination-bullet-active {
		background: #104282;
	}
}</pre></body></html>