/* VTVgo — footer gọn hơn, nền đen */
.main-footer {
	background-color: #000000;
}

.main-footer .footer-bottom {
	background-color: #000000;
}

.main-footer .widgets-section {
	padding: 52px 0 36px;
}

.main-footer .logo {
	margin-bottom: 20px;
}

.main-footer .logo img {
	max-height: 48px;
	width: auto;
}

.main-footer .contact-info-list li {
	margin-bottom: 12px;
	margin-right: 48px;
	line-height: 1.6;
}

.main-footer .social-box {
	margin-top: 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 12px;
	padding: 0;
	list-style: none;
}

.main-footer .social-box li {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.main-footer .social-box li a {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	padding: 0;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
}

.main-footer .footer-bottom {
	padding: 16px 0;
	background-color: #000000;
}

.main-footer .pattern-layer-one,
.main-footer .pattern-layer-two {
	bottom: 56px;
	transform: scale(0.75);
	transform-origin: bottom center;
	opacity: 0.5;
}

@media (max-width: 767px) {
	.main-footer .widgets-section {
		padding: 40px 0 28px;
	}

	.main-footer .contact-info-list li {
		display: block;
		margin-right: 0;
		margin-bottom: 14px;
	}
}
