/* mobile style*/
@media only screen and (max-width: 768px) {
    .product-tab table {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
    }

    .post-item .post-thumbnail {
        width: 100%;
        height: 220px;
        float: left;
    }

    .post-item .post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        transition: 0.3s ease-in-out;
    }

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

    .formRegister, .formOjbect.contact {
        width: 100%;
    }

    .about-item {
        width: 100%;
        height: unset !important;
        margin-bottom: 20px;
    }

    .owl-nav button.owl-prev {
        left: 10px;
    }

    .owl-nav button.owl-next {
        right: 10px;
    }

    .formRegister span.wpcf7-form-control-wrap {
        width: 60%;
        float: left;
    }

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

    .formRegister .btnRegister {
        width: 40%;
    }

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

    .sidebar-menu.no-scrollbar {
        padding-top: 0px !important;
    }

    .header-main li.html.custom {
        display: block !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) {


}

@media only screen and (min-width: 768px) {
    .full-width .ubermenu-nav, .container, .row {
        max-width: 1200px !important;
    }
}

/**desktop**/
@media only screen and (min-width: 1440px) {

}