/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.html-before-comments {
    order: -1;
    margin-left: 5px;
    margin-bottom: 5px;
}

.large-9.col {
    display: flex;
    flex-direction: column;
}

.footer-menu-title {
    color: #fbd346;
}

.ux-menu-link__link:hover,
.ux-menu-link__link:hover .ux-menu-link__text {
    color: #a16a04 !important; /* Thay bằng màu bạn muốn */
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}