@media only screen and (max-width: 480px) {
    .navbar-brand > img {
        padding: 2px;
    }

    .navbar img {
        transition: all 0.3s;
        height: 70px;
    }
}

@media only screen and (max-width: 375px) {
    .logomaytinh {
        width: 70px;
        margin-top: 50px;
    }
    .topbar #menu-top-trai li {
        font-size: 12px;
    }
    .smallsearch {
        width: 171px;
    }

    .tintucindex p {
        line-height: 18px;
        z-index: 23;
        font-size: 16px;
    }
}
@media (max-width: 667px) {
    .footerfa2 {
        position: relative;
        top: 2px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
}
@media (max-width: 736px) {
    .footerfa2 {
        bottom: 18px;
    }
}

@media only screen and (max-width: 360px) {
    .containermoi1 {
        height: 70px;
    }
    .logomaytinh {
        width: 65px;
        margin-top: 36px;
    }
    h2 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 700px) {
    .counters .facts-item .icon img {
        width: 50%;
        margin: 0 auto;
    }

    .tintucindex p {
        position: relative;
        color: #666666;
        background-color: #ffffff;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;

        z-index: 23;
        font-size: 15px;
        padding: 0px;
    }
}
@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .masonry1 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 2;
    }
    .masonry1 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (max-width: 900px) {
    .timeline ul li {
        margin-bottom: 10px;
    }
    .navbar.compressed .glossymenu > li {
        padding: 0 5px;
    }
}
@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 2;
    }

    .masonry1 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 3;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}
