.banner-swiper {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.banner-swiper .swiper-slide {
	height: 500px;
}
.banner-swiper .swiper-slide .ban-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ban-img.mobile-img {
	display: none;
}
.banner-swiper .container {
	height: 100%;
}
.banner-image {
	display: flex;
	align-items: center;
	height: 100%;
}
.banner-text-img {
	width: 622px;
}
.banner-text-img .ban-txt {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-text .color_font {
    color: var(--darkGreen);
}
.banner-swiper .swiper-scrollbar {
	display: none;
}

.banner-swiper .swiper-pagination {
	bottom: 60px !important;
}
.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
	display: none;
}

.banner-text {
	/*width: 65%;*/
	text-wrap: balance;
}
.banner-text p {
	font-size: 73px;
	line-height: 77px;
    font-family: var(--font-opensans);
	color: var(--white);
    font-weight: 400;
}
.banner-text p strong {
	font-weight: 700;
}
.banner-text p .big_font {
	font-size: 309px;
	line-height: 290px;
    margin-left: -28px;
}


@media(min-width:575px) {
    .banner-swiper .mobile-img {
        display: none;
    }
}
@media(max-width:575px) {
    .banner-swiper .desktop-img {
        display: none;
    }
    .banner-swiper .mobile-img {
        display: block;
    }
    .banner-image {
        text-align: center;
        align-items: flex-end;
    }
    .banner-text {
        position: relative;
        z-index: 2;
        width: 100%;
        padding-bottom: 110px;
        margin-bottom: 0;
    }
}
@media(max-width:992px) {
    .banner-text-img .ban-txt {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media(max-width:767px) {
    .banner-swiper {
        align-items: flex-end;
    }
    .banner-swiper,
    .banner-swiper .swiper-slide {
        height: 500px;
    }
    .banner-swiper .container {
        margin-bottom: 20px !important;
    }
    .banner-text {
        text-align: center;
    }
    .banner-swiper .banner-text p {
        font-size: 38px;
        line-height: 36px;
    }
    .banner-swiper .banner-text .big_font {
        font-size: 161px;
        line-height: 160px;
        margin-left: -6px;
    }    
}
@media(max-width:400px) {
    .banner-swiper .banner-text p {
        font-size: 28px;
        line-height: 28px;
    }
	.banner-swiper .banner-text .big_font {
        font-size: 141px;
        line-height: 140px;
        margin-left: -6px;
    }
}

@media(max-width:360px) {
	.banner-swiper .banner-text .big_font {
        font-size: 121px;
        line-height: 120px;
        margin-left: -6px;
    }
}