/**
 * Footer — nền xanh, chữ sáng (widget Flatsome thường ghi đè màu tối)
 */

#footer .footer-2 {
	background: linear-gradient(to bottom, #0083b0, #1e73be);
	color: rgba(255, 255, 255, 0.92);
}

#footer .footer-2 .widget-title,
#footer .footer-2 .widget-title span,
#footer .footer-2 h1,
#footer .footer-2 h2,
#footer .footer-2 h3,
#footer .footer-2 h4,
#footer .footer-2 h5,
#footer .footer-2 h6 {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.35) !important;
}

#footer .footer-2 p,
#footer .footer-2 li,
#footer .footer-2 span,
#footer .footer-2 div,
#footer .footer-2 strong,
#footer .footer-2 b,
#footer .footer-2 em,
#footer .footer-2 td,
#footer .footer-2 th,
#footer .footer-2 label {
	color: rgba(255, 255, 255, 0.92) !important;
}

#footer .footer-2 a {
	color: #fff !important;
}

#footer .footer-2 a:hover,
#footer .footer-2 a:focus {
	color: #d1f2ff !important;
}

#footer .footer-2 .is-divider,
#footer .footer-2 hr {
	background-color: rgba(255, 255, 255, 0.3) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
}

#footer .footer-2 i,
#footer .footer-2 .icon-box-text i {
	color: rgba(255, 255, 255, 0.9) !important;
}

/* Menu footer (cột Thông tin hữu ích) */
#footer .footer-2 .menu-footer-menu-container a,
#footer .menu-footer-menu-container a {
	color: #fff !important;
}

#footer .footer-2 .menu-footer-menu-container a:hover,
#footer .menu-footer-menu-container a:hover {
	color: #d1f2ff !important;
}

/* Thanh copyright dưới cùng (nếu cùng tông nền tối) */
#footer .absolute-footer.dark,
#footer .absolute-footer {
	color: rgba(255, 255, 255, 0.85);
}

#footer .absolute-footer a {
	color: #fff;
}

#footer .absolute-footer a:hover {
	color: #d1f2ff;
}
