.about-nav {
	margin: 15px 0;
	font-size: 0.8125rem;
}

.about {
	margin-bottom: 50px;
}

.about .about-thumb img {
	width: 100%;
	max-height: 380px;
}

.ab-list {
	background-image: url("../image/bg3.png");
	text-align: center;
	margin-top: 15px;
	padding: 20px 0;
}

.ab-list ul li {
	display: inline-block;
	width: 45%;
	text-align: center;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 16px;
	transition: .5s;
	height: 200px;
	overflow: hidden;
	margin: 8px 0;
}

.ab-list li img {
	width: 48px;
	height: 48px;
}

.ab-list li:nth-child(2n) {
	margin-left: 16px;
}

.ab-list li:nth-child(2) {
	margin-top: 16px;
}

.single-counter-box:hover {
	transform: translateY(-5px);
}

.counter-text {
	padding-top: 16px;
}

.counter-text h1 {
	font-size: 24px;
	color: #4d1da8;
	font-weight: 700;
	margin: auto;
	display: inline;
}

.counter-text span {
	font-size: 28px;
	color: #4d1da8;
	font-weight: 700;
	display: inline;
}

.counter-text p {
	font-size: 13px;
	color: #4d1da8;
	font-weight: 700;
	text-align: center;
	margin: 6px auto 0;
}

.section-title h1 {
	font-size: 28px;
	padding: 15px 0;
}

.section-title h5 {
	font-size: 16px;
}

.about-icon-box p {
	font-size: 14px;
	line-height: 30px;
	color: #252b3a;
	text-indent: 32px;
}

.news-list-card {
	display: block;
	position: relative;
	height: 100%;
	padding: 60px 20px 0;
	background-color: white;
	height: 280px;
}

.news-list-card:hover .h3,
.news-list-card:hover .p {
	transform: translate(0, -26px);
}

.news-list-card .h3 {
	max-height: 56px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #252b3a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: transform 0.2s;
}

.news-list-card .p {
	max-height: 140px;
	font-size: 14px;
	line-height: 20px;
	color: #666a75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	transition: transform 0.2s;
}

.ab-1,
.ab-5 {
	background-color: #f66f6a;
}

.ab-2 {
	background-image: url(../image/bg16.jpg);
	background-size: cover;
}

.ab-3 {
	background-image: url(../image/bg15.jpg);
	background-size: cover;
}

.ab-1 .h3,
.ab-2 .h3,
.ab-5 .h3 {
	color: #fff;
}

.ab-1 .p,
.ab-2 .p,
.ab-5 .p {
	color: rgba(255, 255, 255, 0.7);
}

/* -----video----- */
.ab-video {
	background-color: #DDE1E7;
	padding: 30px 0 25px;
}

.about-img-video {
	margin-bottom: 25px;
	width: 100%;
	height: 280px;
	position: relative;
}

@media (max-width: 1200px) {
	.about-img-video {
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.about-img-video {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.about-img-video .about-contactt {
		padding: 10px;
	}

	.about-img-video .about-contactt .icon {
		font-size: 16px;
		height: 35px;
	}

	.about-img-video .about-contact .content a,
	.about-img-video .about-contactt .content a {
		font-size: 16px;
	}
}

.about-img-video .about-img-1 {
	max-width: 50%;
	width: 100%;
	height: 251px;
	padding: 5px;
	border: 2px solid #DDE1E7;
	border-radius: 0 60px 0 60px;
}

.about-img-video .about-img-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 60px 0 60px;
}

.about-img-video .about-img-1 .video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}

.about-img-video .about-img-1 .video-btn a {
	background-color: #fff;
	color: #f66f6a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	border: 2px solid #f66f6a;
}

.about-img-video .about-img-1 .video-btn a i {
	line-height: 1;
}

.about-img-video .about-img-1 .video-btn a:hover {
	background-color: #f66f6a;
	color: #fff;
}

.about-img-video .about-img-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 48%;
	width: 100%;
	height: 251px;
}

.about-img-video .about-img-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 60px 0 60px 0;
}

.about-img-video .about-contact {
	background-color: #f66f6a;
	position: absolute;
	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	grid-gap: 15px;
	max-width: 50%;
	width: 100%;
	padding: 20px;
	border-radius: 0 60px 0 60px;
}

.about-img-video .about-contactt {
	background-color: #07A698;
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	grid-gap: 24px;
	width: 80%;
	max-width: 50%;
	padding: 20px 30px;
	border-radius: 60px 0 60px 0;
}

.about-img-video .about-contact .icon,
.about-img-video .about-contactt .icon {
	background-color: #fff;
	font-size: 20px;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #f66f6a;
}

.about-img-video .about-contact .icon i,
.about-img-video .about-contactt .icon i {
	transform: rotate(25deg);
}

.about-img-video .about-contact .content span,
.about-img-video .about-contactt .content span {
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.about-img-video .about-contact .content a,
.about-img-video .about-contactt .content a {
	color: white;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

.about-gc {
	text-align: center;
	padding: 50px 0;
}

.about-gc h3 {
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.about-content {
		max-width: 630px;
		width: 100%;
	}
}



.about-img-video .about-contact .content a,
.about-img-video .about-contactt .content a {
	font-size: 16px;
}
}

/* ========= case ========== */
.sponsor {
	margin: 80px 0px;
	padding: 25px 0;
}

.mySwiper {
	padding-bottom: 15px;
}

.sponsor h5 {
	font-size: 18px;
	color: #fff;
}

@media (max-width: 575px) {
	.about-img-video {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.sponsor {
		margin: 5px 0px;
		padding: 25px 10px;
	}

	.about-img-video .about-contactt .icon,
	.about-img-video .about-contact .icon,
	{
	font-size: 16px;
	height: 35px;
	width: 35px;
}