.section-products {
	width: 100%;
	background-color: #e8f3f5;
	text-align: center;
	padding: calc(6vw) 0;
}

.section-products .article {
	margin: 0px auto 30px auto;
}

.section-products .banner {
	position: relative;
	height: 800px;
}

.section-products .banner .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section-products .banner .swiper-slide {
	height: calc((100% - 30px) / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-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;

}

.section-products .banner .swiper-button-prev,
.section-products .banner .swiper-button-next {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 3px solid #1f899c;
	color: #1f899c;
	top: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -40px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -40px;
}

.section-products .banner .swiper-button-prev:after,
.section-products .banner .swiper-button-next:after {
	font-size: 24px;
}

.section-products .banner .section-products-pagination {
	bottom: -30px;
}

.swiper-pagination-bullet-active {
	background-color: #ffffff !important;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

.section-products .banner .img-box {
	min-width: 300px;
	min-height: 200px;
	position: relative;
}

.section-products .banner .img-box .image{
    height:100%;
}
@media (max-width: 575.98px) {
	 .section-products .banner .img-box {
        width: 100%;
        height: 100%;
    }
}


.section-products .banner .img-box img {
    height:100%;
    width:100%;
    object-fit: contain;
}

.section-products .banner .img-box .ImageOverlayCa {
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: #414043;
	filter: alpha(opacity=0);
	width: 100%;
	position: absolute;
	z-index: 1;
}

.section-products .banner .img-box .btn {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	color: #ffffff;
	border: 1px solid #ffffff;
	transform: translate(-50%, -50%);
}

.section-products .banner .img-box:hover .btn {
	visibility: visible;
}

.section-products .banner .img-box:hover .ImageOverlayCa {
	opacity: 0.46;
}

.section-products .banner .content {
	margin-top: 10px;
}

.section-products .banner .content .title {
	color: #1f899c;
}

.section-products .banner .content .time {
	color: #000000;
}