/*==========  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) {
    .a-section-1 .a-col::before{
        width: 100%;
        height: 100%;
    }
    .a-section-1 .row{
        padding: 10px;
    }
    .a-gr-ic {
        grid-template-columns: repeat(2,1fr);}
        
    .a-nha-cai {
        max-width: calc(100% - 30px) !important;
        margin: unset !important;
        margin-left: 15px !important;
        margin-bottom: 1rem !important;
    }
}

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

}
