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

/* CSS cho width chính xác 1024px */
@media screen and (width: 1024px) {
    /* Tùy chỉnh đặc biệt cho màn hình 1024px */
    .playonweb-pc {
        display: none;
    }
    
    .banner-top {
        width: 80% !important;
    }

    .banner-gif {
        width: 100% !important;
    }

    .show-for-medium {
        display: block !important;
    }

    .btn-install-app, .btn-sign {
        width: 70% !important;
    }

    .btn-quickplay {
        width: 65% !important;
    }

    .img-doitac {
        width: 65% !important;
    }

    .btn-1-1-1-1 {
        width: 45% !important;
    }

    #logo img {
        width: 189px !important;
    }
}


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


}