.main-content{
	background-color: #e6ebee;
	background-image:url(../images/OEM/content-bg.png);
	background-repeat:no-repeat;background-size:cover;background-position:center bottom;
	padding-bottom: 150px;
}

.main-content .container{margin-top:60px}	
.main-content .container h2 {
	color: #738694;
	margin-bottom: 50px;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-content .container .service-desc{color:var(--secondary-color);font-size:20px;line-height:2;margin-bottom:100px;margin-top:20px}
.main-content .container h3{color:var(--primary-color);font-size:40px;margin-bottom:0}

.verification-documents{}
.verification-documents .documents-pc{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;padding-left:40px;padding-right:40px}
.verification-documents .documents-pc .document-item{width:calc(33.3% - 30px);text-align:center}
.verification-documents .documents-pc .document-item img{display:block;width:100%}
.verification-documents span.document-badge{color:white;display:inline-block;border-radius:20px;background-color:var(--primary-color);padding:5px 10px;text-align:center;
	margin-top:50px;font-size:var(--font-large);
}
.verification-documents .documents-mobile{display:none}

.video-section{margin-top:100px}
.main-content .container .video-section h3{text-align:center;font-weight:600;font-size:45px}
.iframe-container.video-promotion{padding-top:40%;width:1000px;margin:60px auto}
.iframe-container.video-promotion iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

#departments{margin-top:100px}
#departments img{width:100%}
#departments .mobile-img{display:none !important}
#departments h3.bottom-slogan {
	text-align: left;
	font-size: 60px;
	line-height: 2;
	margin: 50px auto 0;
	width: 800px;
	color: #738694;
}

.documents-mobile .swiper-button-prev::after,
.documents-mobile .swiper-button-next::after {
	display: none;
}

.documents-mobile .swiper-button-prev,
.documents-mobile .swiper-button-next{
	background-size: contain;
  	background-repeat: no-repeat;
  	width: 65px;
  	height: 70px;
}

.documents-mobile .swiper-button-prev {
	background-image: url('../images/OEM/arrow-left.png');
	background-position: 0 center;
	background-size: 50px;
	left: 0;
}

.documents-mobile .swiper-button-next {
	background-image: url('../images/OEM/arrow-right.png');
	background-position: 100% center;
	background-size: 50px;
	right: 0;
}

.documents-mobile .swiper-slide{text-align:center}
.documents-mobile .swiper-slide img{display:block;width:100%;max-width:500px;margin:0 auto}
@media screen and (max-width:1175px){
	.iframe-container.video-promotion{width:800px;padding-top:500px}
}

@media screen and (max-width:991px){
	.main-content .container h3{text-align:center}
	.video-section h3{}
	.verification-documents .documents-pc{display:none}
	.verification-documents .documents-mobile{display:block}
}

@media screen and (max-width:900px){
	.iframe-container.video-promotion{width:100%;padding-top:65.25%}
	#departments h3.bottom-slogan{width:90%;font-size:40px}
}

@media screen and (max-width:768px){
	#departments img{display:none !important}
	#departments img.mobile-img{display:block !important}

	.documents-mobile .swiper-slide img{width:calc(100% - 130px)}
	.documents-mobile .swiper-button-prev{background-position:0 center}
	.documents-mobile .swiper-button-next{background-position:100% center}
}

@media screen and (max-width:700px){
	.main-content .container h2{font-size:40px}
}

@media screen and (max-width:591px){
	.main-content .container h2{font-size:30px}
	.main-content .container .video-section h3,
	.main-content .container h3{font-size:30px}
	.main-content .container .service-desc{margin-bottom:50px}
	#departments h3.bottom-slogan{font-size:30px}
}

@media screen and (max-width:500px){
	.documents-mobile .swiper-button-prev, .documents-mobile .swiper-button-next{width:40px}
	.documents-mobile .swiper-button-prev,
	.documents-mobile .swiper-button-next{background-size:40px}
	.documents-mobile .swiper-slide img{width:calc(100% - 100px)}

	.iframe-container.video-promotion{margin:30px auto}
	.main-content .container h2,
	#departments h3.bottom-slogan{font-size:25px}
}