/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .toplist-menu2 li {
        width:100%
    }
    .gioithieu-1 .bookie .large-10 >.col-inner{
        padding: 15px !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 550px) {
    .bookie .large-10 >.col-inner{
        transform: translateX(-10px);
        background: #fff;
    }

    .gioithieu-1 .bookie .large-2{
        flex-basis: 25%;
        max-width: 25%;
    }

    .gioithieu-1 .bookie .large-10{
        flex-basis: 75%;
        max-width: 75%;
    }

    .gioithieu-1 .bookie .large-10 >.col-inner{
        background: unset;
        border-radius: 0 12px 12px 0 !important;
    }

    .a-subcategory ul{
        column-count: 3;
        column-gap: 20px;
    }

}