.banner-wrap{
	position: relative;
	display: inline-block;
}
.banner-wrap .banner-btn{
	position: absolute;
	font-weight: bold;
	font-size: 13px;
	left: 2.5%;
	bottom: 13%;
	color: #fff;
	background: #e70000;
	padding: 8px 25px;
	text-decoration: none;
}
.banner-wrap .banner-btn.en-btn{
	font-size: 12px;
	left: 1.5%;
	bottom: 10%;
	padding: 7px 15px;
	font-weight: 600;
}

.sme-202510{
	padding: 0 20px;
}
.sme-202510 *{
	box-sizing: border-box;
}
.sme-202510 .redtext{
	color: #D42D1F;
}
.sme-202510 .bluetext{
	color: #29ABE2;
}
.sme-202510 h2.title-h1{
	font-size: 28px;
	padding-left: 0;
	margin-left: -5px;
}
.sme-202510 .details-box{
	position: relative;
	border: 10px solid #f2f1ed;
	border-radius: 30px;
	margin: 20px 0;
	padding: 30px 40px;
}
.sme-202510 .details-box:before{
	content: '';
	position: absolute;
	background: #fff url("../_images/sme/202510/details-box-icon.png") no-repeat center;
	background-size: 75%;
	width: 120px;
	height: 120px;
	top: 0;
	right: 6%;
	transform: translateY(-50%);
}

.sme-202510 .inner-title{
	color: #D42D1F;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sme-202510 .feature{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 30px;
	margin: 30px 0;
	border-bottom: 1px solid #C4B8B2;
}
.sme-202510 .feature li{
	flex: 30%;
	margin: 4px 6%;
	background: url("../_images/sme/202510/tick.png") no-repeat left center;
	background-size: 30px;
	padding: 8px 10px 8px 40px;
	line-height: 120%;
}
.sme-202510 .feature li .with-superscript{
	margin-top: -5px;
	display: inline-block;
}
.sme-202510 .services{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5% 20px;
}
.sme-202510 .services .service{
	flex-grow: 1;
	width: 28%;
	margin: 0 2.5%;
	border-radius: 20px;
	background-color: #f8f8f8;
	padding: 30px 15px;
	text-align: center;
	font-size: 12px;
}
.sme-202510 .services .name{
	font-size: 14px;
	font-weight: 600;
}
.sme-202510 .services .service .detail{
	margin: 10px 0;
}
.sme-202510 .services .service .image{
	display: block;
	width: 100%;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 10px;
}

.sme-202510 .services .service.service-1 .image{
	background-image: url("../_images/sme/202510/service-1.png");
}
.sme-202510 .services .service.service-2 .image{
	background-image: url("../_images/sme/202510/service-2.png");
}
.sme-202510 .services .service.service-3 .image{
	background-image: url("../_images/sme/202510/service-3.png");
}

.sme-202510 .remark{
	font-size: 12px;
	margin-bottom: 30px;
}

.sme-202510 .online-apply-btn{
	text-align: center;
}
.sme-202510 .online-apply-btn a{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	background: url("../_images/sme/202510/button-bg.png") no-repeat center;
	background-size: contain;
	padding: 25px 70px;
	text-decoration: none;
}

.sme-202510 .inner-title.with-video-icon{
	padding-left: 30px;
	background: url("../_images/sme/202510/video-icon.png") no-repeat left center;
	background-size: contain;
	margin-left: 40px;
}
.sme-202510 .video-section{
	margin-top: 60px;
}
.sme-202510 .video-wrap{
	position: relative;
	transform: scale(1.06);
	margin: 30px 0 20px;
}
.sme-202510 .video-wrap .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.sme-202510 .video-wrap .video-play-btn{
	position: absolute;
	z-index: 100;
	width: 65px;
	height: 65px;
	background: url("../_images/sme/202510/play-btn.png");
	background-size: contain;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
}
.sme-202510 .video-wrap .thumbnail{
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translateX(-50%);
	width: 78%;
	z-index: -1;
}
.sme-202510 .video-wrap .video-bg{
	position: relative;
	width: 100%;
}
.sme-202510 .video-wrap .video{
	opacity: 0;
	visibility: hidden;
	width: 75.8%;
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translateX(-50%);
	z-index: -1;
}
.sme-202510 .video-wrap .video video{
	width: 100%;
}
.sme-202510 .video-wrap .video.show{
	opacity: 1;
	visibility: visible;
}
.sme-202510 .video-wrap .hide{
	display: none;
}

.sme-202510 .content-remark{
	font-size: 12px;
}
.sme-202510 .content-remark ol{
	margin: 0 0 0 15px;
	padding: 0;
}

.sme-202510 .cs18{
	padding-left: 0;
	padding-right: 0;
}

.sme-202510 .reminder{
	margin-left: 0;
}