@charset "utf-8";
.swiper1{
	width:60%;
	flex:0.6;
}
.swiper1 .swiper-wrapper{
	transition-timing-function:linear;
	display:flex;
	position:relative;
	align-items:center;
}
.swiper1 .swiper-wrapper .swiper-slide{
	text-align:center;
	width:100%;
}
.swiper1 .swiper-wrapper .swiper-slide .swiper-slide__img{
	position:relative;
	width:100%;
}
.swiper1 .swiper-wrapper .swiper-slide .swiper-slide__img img{
	/*
	max-height:652px;
	aspect-ratio:1920 / 695;
	*/
	aspect-ratio:980 / 695;
	width:100%;
	object-fit:cover;
	
}

.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
	margin: 0 14px !important;
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #3C807A !important;
    opacity: 1 !important;
}

.swiper-pagination {
	position: absolute !important;
    top: 75% !important;
	bottom:auto !impoortant;
    left: 10% !important;
    right: auto !important;
    text-align: left !important;
    transform: none !important;
	z-index:2 !important;
}

.swiper1 .swiper-pagination-bullet-active {
  background: #007bff;
}

@media screen and (max-width:1365px){
.swiper1 .swiper-wrapper .swiper-slide .swiper-slide__img img{
	/*max-height:956px;*/
	width:100%;
	height:500px;
	/*max-height:956px;*/
	object-fit:cover;
}
.swiper-pagination {
    top: 75% !important;
}
}
@media screen and (max-width:1024px) {

}

@media screen and (max-width:784px) {
.swiper1{
	flex:0.85;
}
.swiper1 .swiper-wrapper .swiper-slide .swiper-slide__img img{
	width:100%;
	height:312px;
	/*max-height:956px;*/
	object-fit:cover;
}
.swiper-pagination {
    top: 84% !important;
}
}

@media screen and (max-width:500px) {
.swiper1 .swiper-wrapper .swiper-slide .swiper-slide__img img{
	width:100%;
	height:282px;
	/*max-height:956px;*/
	object-fit:cover;
}
}