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

    .formContact {
        width: 100% !important;
        margin: auto;
    }

    .blog-cus .box-image {
        width: 100% !important;
        float: left;
        height: 220px;
    }

    .blog-cus .box-text.text-center {
        width: 100%;
        padding: 15px;
    }

    .home-title h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .home-title p {
        font-size: 16px;
        line-height: 20px;
    }

    .col-wd .col-inner {
        padding: 15px !important;
    }

    .footer-top .footer-address .footer-ad-item {
        width: 100% !important;
        padding: 0px !important;
    }

    .footer-top .footer-address .footer-ad-item:not(:last-child) {
        margin-bottom: 20px !important;
    }

    .footer-top .footer-address {
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }

    .support-list ul li {
        width: 100%;
    }

    .box-contact h3 {
        font-size: 18px;
    }

    .about-item .image-cover {
        padding-top: 250px !important;
    }

    .col-bg {
        background: transparent;
    }

    .c-item h4 {
        color: var(--primary-color)
    }
}

/* 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: 768px) {
    .full-width .ubermenu-nav, .container, .row {
        max-width: 1170px !important;
    }
}