﻿@media only screen and (max-width : 1200px) {}


@media only screen and (max-width : 992px) {}


@media only screen and (max-width : 768px) {}


@media only screen and (max-width : 550px) {

    .list-nhacai .a-nhacai .large-4 .box {
        display: flex;
    }

    .list-nhacai .a-nhacai .large-4 .box-image {
        display: flex;
        align-items: center;
    }

}


@media only screen and (max-width : 320px) {}