@charset "utf-8";

.slick-prev:before,
.slick-next:before {
    display: none;
}

body{
	width: 100%;
	
}
.slide-wrapper{
	width: 100%;
}

.slide{
	width: 100%;
}

#slider{
	width: 100%;
}

.slick-list{
	width: 100%;
}

#wrapper .slick-slide {
	width: 100%;
	height: 280px;
}

.slick-slide img{
	width: 100vw!important;
}

.slick-dots{
	bottom: 12px;
    width: auto;
    left: 5%;
}

.slick-dots li{
	margin: 0;
}

.slick-slide{
	width: 100%;
}

.center-item {
  padding: 0;
}

html .slick-dots li button:before{
	color: #B1B9D2;
	width: 20px;
	height: 20px;
}

html .slick-dots li.slick-active button:before{
	color: #285898;
}

html .slick-dots li button:before{
	font-size: 14px;
}

@media screen and (max-height: 650px) and (min-width:600px) {
	.spLinksFooter{
		display: none;
	}
}

@media screen and (min-width:600px) and ( max-width:1179px) {
	#wrapper .slick-slide {
		height: 100vh;
	}

	.slick-slide img{
		object-fit: cover;
		height: 100%;
	    object-position: right;
	}
	
	.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
}



@media screen and (min-width: 1180px) {
	#wrapper .slick-slide {
		height: 100vh;
	}
	
	.slick-slide img{
		object-fit: cover;
		height: 100%;
	    object-position: right;
	}
	
	.slick-dotted.slick-slider{
		margin-bottom: 0;
	}

}


.slick-slide img.objFit{
		height: 100%;
	    object-position: right;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
