@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
}

#certify .swiper-container {
	width: 100%;
}

#certify .swiper-slide {
	width: 80%;
	height: 432px;
	
}

#certify .swiper-slide img {
	display: block;
	max-width: 100%;
	height: 100%;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .5rem;
	background-color: #fff;
	width: 12px;
	height: 12px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	opacity: 0.8;
}

#certify .swiper-button-prev {
	left: 0px;
	top: 22px;
	width: 10%;
	height: 100%;
	background: transparent;
}

#certify .swiper-button-next {
	right: 0px;
	top: 22px;
	width: 10%;
	height: 100%;
	background: transparent;
}