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

 .swiper-wrapper{
	display: flex;
	 
	align-items: center;
} 

#certify {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#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: 1.8;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 0px;
	/* display: none; */
	display: flex;
    align-items: center;
    justify-content: center;
}

#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;
	width: 30px;
    height: 30px;
}


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



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




@media (max-width: 1366px) {

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

}
