/* mobile style*/
@media only screen and (max-width: 768px) {
    .row-tin-tuc-slider .cot2 {
        margin-top: 20px
    }

    .row-tin-tuc-slider .cot2 .post-item, .gioi-thieu-section .cot2 .post-item, .bai-viet-tin-tuc .cot1 .post-item, .html-before-comments .post-item {
        flex-basis: 50% !important;
        max-width: 100% !important
    }

    .row-tin-tuc-slider .cot2 .section-title-normal, .bai-viet-tin-tuc .cot1 .section-title-normal {
        margin-bottom: 15px
    }

    .chi-phi-du-kien {
        position: inherit;
        margin-top: 10px
    }

    .chi-phi-du-kien .left, .chi-phi-du-kien .right {
        width: 100% !important;
        display: block;
        float: none;
        text-align: left
    }

    .chi-phi-du-kien {
        display: inline-block;
        font-size: 15px
    }
    .mt-footer{
        margin-bottom: 20px !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {

}