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

/* LOADING PAGE CUSTOM */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#my-div{
    width: 50vw; /* Điều chỉnh kích thước logo */
    height: auto;
} 

.animated-fill {
    fill-opacity: 1 !important;
    transition: fill-opacity 0.5s ease-in-out;
}