.swiper {
	width: 100%;
	height: 100%;
	margin-top: 5px;
}

.swiper-pagination {
	position: relative;
	text-align: left;
	margin-top: 5px;
	display: flex;
	overflow-x: auto;
	padding: 0px 5px;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
	bottom: 5px !important;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	width: 100%;
}

.swiper-pagination::-webkit-scrollbar {
	display: none; /* Chrome Safari */
}

.swiper-slide {
	/*background: #fff;*/
	display: block;		
	padding-bottom: 20px;
}

.swiper-pagination-bullet {
	width: auto;
	height: auto;
	margin: 0 !important;
	text-align: center;
	font-size: 14px;
	opacity: 1;
	background-color: #fff; border-radius : 0;
	padding: 4px 8px;
	border-radius: 0;
}

.swiper-pagination-bullet {
	color: #012970 !important;
	position: relative;
	font-weight: bold;
	outline-style: none;
}
.swiper-pagination-bullet:visited {
	color: #012970 !important;
	outline-style: none;
}


.swiper-pagination-bullet-active {
	color: #FF573A !important;
	outline-style: none;
}

.swiper-pagination-bullet-active:visited {
	color: #FF573A !important;
	outline-style: none;
}

.swiper-pagination-bullet::after {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	background-color: #FF573A;
	width: 0;
	content: "";
	height: 3px;
	transition: all 0.5s ease-in-out;
}



.swiper-pagination-bullet-active::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FF573A;
	width: 100%;
	content: "";
	height: 3px;
	transition: all 0.5s ease-in-out;
}



.swiper-pagination-bullet.undermark:hover::after {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.no-after::after{width:0 !important;transition: all 0.5s ease-in-out;}

.swiper-slide{
	overflow-y: scroll;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}