/* index */
.banner img {
	width: 100%;
}

.banner .swiper-pagination {
	bottom: 40px !important;
}

.banner .swiper-button-next {
	right: 2%;
	border: 1px solid #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	transition: .3s;
	z-index: 999;
	z-index: 9;
}


.banner .swiper-button-prev {
	left: 2%;
	border: 1px solid #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	transition: .3s;
	z-index: 9;
}


.banner .swiper-button-next::after,.banner .swiper-button-prev::after {
	color: #fff;
	font-size: 24px;
	transition: .3s;
}


.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover {
	background-color: #0856c7;
	border: 1px solid #0856c7;
}


.banner .swiper-button-next:hover::after,.banner .swiper-button-prev:hover::after {
	color: #fff;
}


.banner .swiper-pagination span {
	display: inline-block;
	width: 60px;
	height: 8px;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
	border-radius: 4px;
}


.banner .swiper-pagination span::after {
	content: '';
	display: block;
	width: 00%;
	height: 8px;
	background-color: #0856c7;
	transition: 4.5s;
	border-radius: 4px;
}


.banner .swiper-pagination span.swiper-pagination-bullet-active::after {
	width: 100%;
}


/* about */

.aboutOne_content_right img {
	width: 100%;
	height: 100%;
}

.aboutOne_content_right .swiper-pagination {
	display: flex;
	justify-content: right;
}

.aboutOne_content_right .swiper-pagination .swiper-pagination-bullet {
	display: flex;
	width: 33px;
	height: 33px;
	background-color: #0856c7;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: "Poppins";
	margin-right: 10px;
	cursor: pointer;
}

.aboutOne_content_right .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #e7232d;
	color: white;
}