@media only screen and (max-width: 900px) {
    .post-widget-item.box-product .box-product-content {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        -moz-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    .post-related .post-item .post-item-thumbnail {
        width: 100%;
    }

    .post-widget-item.box-product .box-product-content {
        padding: 50px 0 !important;
    }

    .text-box.banner-layer {
        width: 80% !important;
    }

    .mt-mobile {
        margin-bottom: 20px !important;
    }

    #mobile {
        display: block;
    }

    #desktop {
        display: none !important;
    }

    .product-info {
        padding-top: 20px !important;
    }

    .product-main .product-hotline .product-hotline-body .product-hotline-item, .product-main .product-hotline .product-hotline-body .product-hotline-item:first-child {
        width: 48% !important;
        margin-right: 5px !important;
    }

    .load-product .box-product, .load-tv .box-product, .load-tv2 .box-product {
        height: 130px !important;
    }

    .footer-doi-tac .dt-item {
        width: calc(100% / 3);
        float: left;
        height: 100px;
        padding: 0px 10px;
    }

    .box-product {
        width: 100%;
        height: 130px;
    }

    .box-product a:hover .box-product-content {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
        -moz-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }

    .home-title h2 {
        font-size: 18px;
    }

    .box-product a, .box-product .box-product-avatar {
        margin-top: 0px !important;
    }

    .stuck div#masthead {
        height: 70px !important;
    }

    .box-product .box-product-content h2 {
        font-size: 0.7em;
    }

    .box-product .box-product-content .box-product-price {
        padding: 0 5% !important;
        font-family: "SFU Book";
        font-size: 12px;
    }

    .slider-home .banner-header-body {
        width: 100% !important;
    }

    .slider-home .banner-header-body .div-col {
        padding: 8px;
    }

    .header-excerpt {
        display: none;
        width: 100%;
    }

    .banner-header-item {
        margin: 100px auto;
        width: 95%;
    }

    .post-cat-item .post-cat-content {
        width: 100%;
        margin: 0px;
        padding: 20px;
        height: 100%;
    }

    .post-cat-item .post-cat-content h2 {
        color: #fff;
        font-family: "UTM";
        font-size: 17px;
        line-height: 35px;
    }

    .slider-project .owl-nav, .slider-project .owl-dots {
        display: none !important;
    }

    .modal-project .modal-project-body, .modal-fanpage .modal-project-body {
        width: 98%;
        background: #fff;
    }

    .post-related .post-item .post-item-content {
        width: 100%;
        float: left;
        padding: 10px 0 !important;
    }

    section.project-body .project-button a {
        width: 100% !important;
        display: block;
        margin-bottom: 10px !important;
    }

    section.project-body .project-button a:last-child {
        margin-bottom: 0px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .box-product {
        width: 100%;
        height: 300px !important;
    }
}
