﻿.main-menu.menu-light .navigation > li.active > a {
	background: #28a745 !important; /* nền xanh lá */
	box-shadow: none !important; /* bỏ hiệu ứng tím */
	color: #fff !important; /* chữ trắng */
}



/* Hover menu cha */
#main-menu-navigation > li.nav-item:hover > a {
	background-color: #d4edda !important; /* xanh lá cây nhạt */
	color: #28a745 !important;
}

/* Menu đang active */
#main-menu-navigation > li.active > a {
	background-color: #28c76f !important; /* xanh lá đậm */
	color: #fff !important;
}

/* Hover submenu */
#main-menu-navigation .menu-content li:hover > a {
	background-color: #e6f4ea !important; /* xanh nhạt hơn */
	color: #28a745 !important;
}