/*
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.   ***************/


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


}
/* OpenClaw 2026-08-13: active tab = green, inactive tabs = blue.
 * The first tab's two source icons are stored in reverse order, so swap only it. */
.giuseart_tabs > .nav .tab[data-code="VOI-NHA-TRUONG/TRUNG-TAM"] a > img:nth-child(1) {
    display: none !important;
}
.giuseart_tabs > .nav .tab[data-code="VOI-NHA-TRUONG/TRUNG-TAM"] a > img:nth-child(2) {
    display: block !important;
}
.giuseart_tabs > .nav .tab.active[data-code="VOI-NHA-TRUONG/TRUNG-TAM"] a > img:nth-child(1) {
    display: block !important;
}
.giuseart_tabs > .nav .tab.active[data-code="VOI-NHA-TRUONG/TRUNG-TAM"] a > img:nth-child(2) {
    display: none !important;
}
