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

    .home-title2 {
        margin-bottom: 20px !important;
    }

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

    div#top-bar {
        display: none !important;
    }

    .banner__top-heading h1 {
        font-size: 48px !important;
        line-height: 54px !important;
        margin: 0px !important;
    }

    .banner_home, .banner_home .container {
        overflow: hidden;
    }

    .banner__top-heading h1 {
        padding: 0 20px !important;
        margin-top: 100px !important;
    }

    .abouts__heading h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .abouts-item .box-image div {
        width: 100% !important;
        height: 100% !important;
    }

    .abouts-item {
        display: flex !important;
    }

    .abouts-item .box-image {
        width: 80px !important;
        height: 80px !important;
        max-width: 100px !important;
    }

    .abouts-item .box-image div img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .abouts-item h4 {
        font-size: 18px;
        line-height: 28px !important;
        font-weight: 900;
    }

    .sec80 {
        padding: 20px 0 !important;
    }

    .banner_2 h3 {
        font-size: 26px !important;
        line-height: 40px;
        font-weight: 900 !important;
    }

    .homt-title h3, .heading-wp h1 {
        font-size: 35px;
        line-height: 42px;
    }

    .form-question .form-group p {
        display: block;
    }

    .homt-title p {
        font-size: 15px;
        color: #fff;
    }

    .contact-title h3 {
        font-size: 35px;
        line-height: 45px;
        margin: 0;
    }

    .menu-footer {
        display: block !important;
        flex-flow: wrap !important;
        justify-content: space-between !important;
    }

    .menu-footer div {
        width: 100%;
        display: inline-block;
        margin: 10px 0 0 0 !important;
    }

    .banner_2 p {
        font-size: 15px;
        color: #fff;
        line-height: 18px;
        margin: 0;
    }

    .gap-100 {
        padding: 0 !important;
    }

    .banner_3 {
        margin-bottom: 0;
    }

    .post-big .post-thumbnail {
        width: 100%;
        height: 220px;
        border-radius: 10px;
    }

    .post-big .post-thumbnail img {
        border-radius: 10px;
    }

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

    .post-big .post-content h4 a {
        font-size: 18px;
        line-height: 24px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
        height: 50px;
        color: #000;
    }

    .button_hd {
        border-radius: 5px !important;
        margin: 10px 0 !important;
    }

    .about3 h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .about4 .box-image {
        position: absolute;
        top: -60px;
        right: -12px;
        width: 80px !important;
    }

    .thumb-2 {
        bottom: -40px;
        right: -9px;
    }

    .banner_3 {
        width: 40% !important;
    }

    .thumb-1 {
        bottom: -52px;
        left: -9px;
    }

    .hoat-dong .bg-fill {
        background-size: cover !important;
    }

    .thumb-3 {
        margin-top: 0;
    }

    .gap-1002 {
        padding: 30px !important;
    }

    .abouts {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .sec-banner-home {
        padding: 150px 0 !important;
    }

    .thumb-4 {
        display: none !important;
    }

    .contact__info h3 {
        font-size: 35px;
    }

    .bg-title {
        background: none !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) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1170px !important;
    }
}