@charset "utf-8";
/* CSS Document */



#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -50px;
}

#certify .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -50px;
}

#certify .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	width: 520px;
	display: block;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: -100px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 20px;
	height: 20px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #004a49;
	background-color: #fff;
}


#certify .swiper-button-prev {
	width: 45px;
	height: 85px;
	background: url(../images/left.svg) no-repeat;
	background-size: 100%;
}



#certify .swiper-button-next {
	width: 45px;
	height: 85px;
	background: url(../images/right.svg) no-repeat;
	background-size: 100%;
}

@media (max-width: 1366px) {

	#certify .swiper-pagination {
		display: none;
	}

}
