.w-100-m {
	width: 100%;
}
.banner-pro {
	margin-top: 15px;
}
.banner-pro .swiper-wrapper {
	padding-bottom: 15px;
}
.banner-pro .rounded {
	border-radius: 1.25rem;
	overflow: hidden;
}
.banner-pro .swiper-nav svg {
	width: 10px;
}
.banner-pro .swiper-prev {
	left: -50px;
}
.banner-pro .swiper-next {
	right: -50px;
}
.banner-pro:hover .swiper-prev {
	left: 3px !important;
}
.banner-pro:hover .swiper-next {
	right: 3px !important;
}
.banner-pro .swiper-prev,
.banner-pro .swiper-next {
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: .15s ease;
  transition: .15s ease;
  position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.05);
	z-index: 10;
	text-align: center;
	cursor: pointer;
}
@media (min-width: 992px) {
	.banner-pro {
		margin-top: 0;
	}
	.w-100-m {
		width: 75%;
	}
}
@media (min-width: 1200px) {

	.banner-pro .swiper-wrapper {
		display: flex;
	}
	.banner-pro .swiper-slide {
		max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 calc(25% - 15px);
    margin-right: 20px;
	}
}

.banner-pro .swiper-slide a {
	display: block;
}
.banner-pro .swiper-slide a img {
	object-fit: cover;
}
/*.banner-pro .swiper-initialized .w-100 {
	width: 100%;
}*/
.banner-pro .swiper-scrollbar {
	bottom: 0px;
	background-color: #CCD8E1;
	width: calc(100% - 6px);
	left: 3px;
	right: 3px;
}
.banner-pro .swiper-scrollbar-drag {
	background: #EE6C4D;
	border-radius: 10px;
}