.ngnySlider {
	color: #000;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
}

.ngnySlider .ngny-slide-content {
	width: 100%;
	margin: 0 auto;
	min-height: 525px;
	position: relative;
}

.ngnySlider .ngnySlide {
	position: relative;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.ngnySlider .ngnySlide.bg-right {
	background-position: center right;
}

.ngnySlider .ngnySlide.bg-left {
	background-position: center left;
}

.ngnySlider .ngnySlide.bg-top {
	background-position: top center;
}

.ngnySlider .ngnySlide.bg-bottom {
	background-position: bottom center;
}

/*.ngnySlide a {
	position: absolute;
	height: 100%;
	width: 100%;
}

.ngnySlide a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}*/

.ngnySlideDot {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background-color: #30b7bf;
	border: 2px solid #30b7bf;
	color: #30b7bf;
}

.ngnySlideDot.active, .ngnySlideDot:hover {
	background-color: #006000;
	border-color: #006000;
	color: #006000;
}

.dot-container {
	text-align: center;
	position: static;
	margin-top: 10px;
}