.np-mp-swiper {
	padding: 16px 0 32px;
	margin: 0 auto;
	max-width: 1200px;
}

.np-mp-swiper .swiper-slide {
	display: flex;
	justify-content: center;
}

.np-mp-swiper .swiper-pagination {
	margin-top: 40px;
	text-align: center;
	white-space: nowrap;
}

.np-mp-swiper .swiper-pagination-bullet {
	display: inline-block;
	background-color: brown;
	opacity: 0.6;
	margin: 0 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.np-mp-swiper .swiper-pagination-bullet-active {
	background-color: brown;
	opacity: 1;
}



