/* Author: Andy Bui - abui.top */
/* FOOTER CSS */
.footer-qm { background: #0F4C2A; color: rgba(255,255,255,0.8); padding: 60px 0 20px 0; font-family: 'Be Vietnam Pro', sans-serif; }
.footer-qm h4 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 20px; text-transform: none; }
.footer-qm p { font-size: 13px; line-height: 1.8; margin-bottom: 20px; }
.footer-qm ul { list-style: none; padding: 0; margin: 0; }
.footer-qm ul li { margin-bottom: 12px; }
.footer-qm ul li a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 13px; transition: 0.3s; display: inline-block; }
.footer-qm ul li a:hover { color: #fff; transform: translateX(5px); }
.footer-qm-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 13px; }
.footer-qm-contact i { font-size: 16px; color: #fff; margin-top: 3px; }
.footer-qm-socials a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); color: #fff; margin-right: 10px; transition: 0.3s; }
.footer-qm-socials a:hover { background: #fff; color: #0F4C2A; }
.footer-qm-bottom { background: #0D4124; padding: 15px 0; font-size: 12px; color: rgba(255,255,255,0.6); }
.footer-qm-bottom a { color: rgba(255,255,255,0.6); }
.footer-qm-bottom a:hover { color: #fff; }
.logo-filter-white { filter: brightness(0) invert(1); }
