.swiper-wrapper{height: auto;}
#module .swiper-container1 {
	padding: 0 0;
	overflow: hidden;
	margin: .4rem 0 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

#module .swiper-title {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(10%, 30%);
	font-family: 'Gilroy';
	font-weight: bold;
	font-size: .6rem;
	color: #fff;
	z-index: 99;
}

#module .swiper-container1 img {
	width: 50%;
	height: auto;
}

#module .swiper-wrapper,
#module .swiper-slide {
	width: 50%;
}

#module .swiper-pagination {
	width: 49%;
}

#module .text-links {
	display: flex;
	justify-content: space-between;
}

#module .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: end;
	background: #8B9BF7;
	flex-direction: column;
}

#module .swiper-pagination-bullet {
	width: 98%;
	height: auto;
	font-family: 'Gilroy';
	font-weight: bold;
	font-size: .22rem !important;
	color: #020810 !important;
	line-height: .4rem;
	display: inline-block;
	padding: .2rem .6rem;
	border-radius: 0;
	opacity: 1;
	margin: 0;
	background: #ECFDFF;
	margin-bottom: 0.36rem;
	border-left: .08rem solid #ECFDFF;


}

#module .swiper-pagination-bullet:last-child {
	margin-bottom: .53rem;
}

#module .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #FFC3A5;
    background: #fff;
}

#module .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

#module .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	transition: all 0.3s ease-in;
}



#module .swiper-pagination {
	width: 50%;
	background-color: #8B9BF7;
	padding: 1.37rem 0 0 .1rem;
}



#module .swiper-title {
	transform: translate(10%, 70%);
	font-size: .5rem;
	color: #FFF !important;
	background-color: #8B9BF7 !important;
}

#module .module_banner .module_banner_text  .img_bg img{width: 85%;transform: translate(0%, -77%);height: 25%;}
    #module .swiper-container1{position: relative;}
    #module .swiper-container1 .imgLB{position: absolute;bottom: 0;left: 0;z-index: 99;width: 1.19rem;}
    #module .swiper-container1 .imgRT{position: absolute;top: 0;left: 50%;transform: translateX(-100%);z-index: 99;width: 1.19rem;}


@media screen and (max-width: 768px) {
	#module .swiper-container1 {
		flex-direction: column;
	}

	#module .swiper-wrapper,
	#module .swiper-slide,
	#module .swiper-container1,
	#module .swiper-container1 img,
	#module .swiper-pagination {
		width: 100%;
		max-height: none;
	}

	#module .swiper-pagination {
		margin-top: 2rem;
	}


	#module .swiper-title {
        position: static;
		top: 0%;
		transform: translate(0);
		width: 100%;
        background-color: #fff;
        padding-top: 0.4rem;
	}

	#module .swiper-pagination {
		width: 100%;
		margin-top: 0;
		padding-top: .4rem;
	}

	#module .swiper-container1 .imgRT{right: 0;transform: none;left: unset;}
	#module .swiper-container1 .imgLB{bottom: 49%;}

}