/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 850px) {
    .header #wide-nav{
        display: none !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .a-khuyen-mai .box-text-inner .text{
        display: none;
    }
    .a-khuyen-mai .box-text-inner{
        justify-content: flex-end;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
