/* .News-details {
	display: none !important;
} */



.News-details-mb {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title-mb {
	text-align: center;
	font-size: 32px !important;
}

.content-title-mb {
	font-size: 33px;
}

.banner-mb {
	width: 87%;
	display: flex;
	margin-bottom: 30px;
}

/*.des-banner-mb {
	display: none;
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
}*/

/*.content-des-mb {
	width: 65%;
}*/

.img-banner-mb {
	width: 100%;
}

.img-banner {
	width: 100%;
}

.div-regis-mb {
	width: 90%;
	text-align: center;
	margin-bottom: 30px;
}

.btn-regis {
	font-size: 27px;
	padding: 7px 20px;
}

.list-item, .list-rule-mb {
	width: 90%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item-partner-mb {
	width: 30%;
}

.img-item-mb {
	text-align: center;
}

.img-item {
	width: 90%;
	border-radius: 40px;
}

.banner-footer {
	width: 87%;
	margin-bottom: 30px;
}

.img-footer {
	width: 100%;
}

@media(max-width: 992px) {
	.content-banner-mb {
		font-size: 20px;
	}

	.slidershow-mb {
		display: none !important;
	}
}

@media(max-width: 768px) {
	.title-mb, .banner-mb, .div-regis-mb, .banner-footer {
		margin-bottom: 10px;
	}

	.content-title-mb {
		font-size: 24px;
	}

	.title-mb {
		font-size: 28px !important;
	}

	.btn-regis {
		font-size: 25px;
	}

	.item-partner-mb {
		width: 100%;
	}

	.slidershow-mb {
		display: none !important;
	}
}

@media(max-width: 414px) {
	.title-mb {
		font-size: 18px !important;
	}

	.btn-regis {
		font-size: 15px;
	}
}
