.category-banner-under-header {
	width: 100%;
	overflow: hidden;
}

.category-banner-under-header img {
	width: 100%;
	height: auto;
	display: block;
}

.business {
	align-items: center;
	margin: 0 20px;
	justify-content: center;
}

.business h3 {
	color: var(--color-chinh);
	font-size: 20px;
}

.business svg path {
    fill: var(--color-chinh) !important;
}

.footer_img img {
	border-radius: 10px;
}

.menu_footer {
	align-items: center;
}

.menu_footer .ux-menu-link__link {
	color: var(--color-white) !important;
	font-size: 20px;
}