/*==========  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) {
    .a-thang-lon{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (max-width : 850px){
    .a-section-1 .col-inner{
        padding: 5px;
    }
    .a-section-1 .box-text p{
        font-size: 14px;
    }

    .a-thang-lon{
        font-size: 1rem;
        line-height: 1rem;
        padding-bottom: 5px;
    }
    .a-giai-thuong{
        font-size: 1.2rem;
    }
    .a-phone, .a-game{
        font-size: 18px;
        font-weight: 600;
    }
    
}

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

}

@media (max-width : 550px){
    .a-section-1 .box-text p{
        font-size: 12px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

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

}
