.slider-banner-home {
	height: 100%;
}
.slider-banner-home .swiper-pagination-bullet {
	font-family: Gilroy;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 1px;
	color: #FFF;
	background: none;
	width: 32px;
    height: 32px;
    text-align: center;
    opacity: 1;
    background: transparent;
}
.slider-banner-home .swiper-pagination-bullet-active {
	font-weight: 700;
	color: #BDFFFD;
}
.bullet-number {
	display: flex;
	align-items: center;
	gap: 12px;
}
.slider-banner-home .swiper-pagination-bullet-active:not(:last-child):has(.bullet-number) {
	margin-right: 80px;
}
.slider-banner-home .swiper-pagination-bullet-active:not(:last-child) .bullet-number:after {
	content: '';
	min-width: 80px;
	height: 1px;
	background: #FFF;
	display: inline-block;
}
.slider-banner-home .swiper-pagination {
	text-align: left;
	bottom: 90px !important;
	max-width: 1170px;
	transform: translate3d(0,0,0) translatex(-50%);
	left: 50% !important;
	z-index: 1;
}

@media(max-width: 768px) {
	.slider-banner-home .swiper-pagination {
		width: 100%;
		bottom: 30px !important;
		text-align: center;
		max-width: 100%;
	}
}