/* mobile style*/
@media only screen and (max-width: 768px) {
    .mt-footer {
        margin-bottom: 20px !important;
    }

    .post-item .post-thumbnail {
        width: 100%;
        height: 240px;
    }

    .post-big .post-thumbnail {
        height: 240px;
    }

    .post-small .post-thumbnail {
        width: 100%;
        height: 240px;
    }

    .post-small .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .post-small .post-content h4, .post-big .post-content h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .w1000 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .thumb-m {
        position: absolute;
        bottom: 250px !important;
        left: 20px !important;
    }

    .abouts2 p.about-pleft {
        padding-left: 0;
    }

    .mrRight {
        margin: 20px 0 0 0;
    }

    .banner_ex .bg-fill {
        background-size: 100% !important;
        background: unset !important;
    }

    .abouts, .banner_ex {
        background: linear-gradient(0deg, #00C6FB 0%, #005BEA 100%) padding-box, var(--gadient) border-box !important;
        border: 4px solid transparent !important;
        height: unset !important;
    }

    .abouts .about-title h3, .home-title h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .home-title h3:before, .home-title h3:after {
        display: none;
    }

    i.icon-menu {
        color: #fff;
    }

    .wp_dieu_huong {
        display: block;
        text-align: center;
    }

    .wp_dieu_huong a:nth-child(1) {
        margin-bottom: 20px !important;
    }

    .text_heading {
        font-size: 65px;
        line-height: 80px;
    }

    .row-heading {
        margin: 0;
    }

    .text_heading2 {
        font-size: 65px;
        line-height: 80px;
        text-align: center;
    }


    .banner_tt_info {
        font-family: "UTM Bebas" !important;
        font-weight: 400;
        font-size: 30px;
        line-height: 45px;
    }

    .banner_tt {
        padding: 0px !important;
        min-height: 200px !important;
        background: linear-gradient(0deg, #00C6FB 0%, #005BEA 100%) padding-box, var(--gadient) border-box !important;
        border: 4px solid transparent !important;
    }

    .banner_tt .bg-fill {
        background: unset !important;
    }

    .banner_tt .text-box {
        width: 100% !important;
        position: unset !important;
        transform: unset !important;
        padding: 20px !important;
    }

    .row-banner .col {
        margin: 0 0 20px 0 !important;
    }

    .zozo-bg {
        background: linear-gradient(0deg, #00C6FB 0%, #005BEA 100%) padding-box, var(--gadient) border-box !important;
        border: 4px solid transparent !important;
    }

    .zozo-body h3 {
        font-size: 30px;
        line-height: 42px;
    }

    .zozo-body hr.hr-home {
        margin-bottom: 10px !important;
    }

    .zozo-body .zozo-nav .swiper-nav {
        margin: 20px 0 0 0;
    }

    body .swiper-button-next, body .swiper-button-prev {
        width: 36px;
        height: 36px;
    }

    .zozo-item {
        height: 150px;
    }

    .slogan {
        font-size: 30px;
        line-height: 40px;
    }

    .banner_slogan {
        padding-top: 200px !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: 1920px) {

}