@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 60%;
	border-radius: 5px;
	background: #fff;
	padding: 3%;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev, #certify .swiper-button-next{
	margin-top: -50px;
	background: none;
	width: 45px;
	height: auto;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
#certify .swiper-button-prev i, #certify .swiper-button-next i{font-size: 50px; line-height: 1}

#certify .swiper-button-prev{
	left: -5%;
}

#certify .swiper-button-next {
	right: -5%;
}

#certify .swiper-button-next:hover, #certify .swiper-button-prev:hover {
	opacity: .8;
}