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

    footer#footer .footer-body {
        margin: 20px 0;
        padding-bottom: 0px;
    }

    footer#footer .footer-copyright .text-right {
        text-align: center !important;
    }

    footer#footer .footer-copyright {
        padding: 0px;
    }

    .la1, .la2, .la3, .la4, .la5, .la6 {
        display: none !important;
    }

    .kt-item .kt-content {
        margin: 30px 0 0 0;
    }

    .kt-item .kt-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .slide-kt .owl-nav button {
        display: none !important;
    }

    .product-item .product-thumbnail {
        height: 300px;
    }

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

    .abouts-item {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

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

    .abouts-item .box-text.text-left {
        width: calc(100% - 80px) !important;
        padding: 0 0 0 15px !important;
    }

    .slide-review .owl-stage-outer {
        padding-top: 0px !important;
    }

    .slide-review .owl-item.active.center {
        margin-top: 0px;
    }

    .postImage {
        display: none;
    }

    .pd5 {
        padding-bottom: 5px !important;
    }

    .home-title.text-left {
        margin-bottom: 20px !important;
    }

    .banner-main, a.button_banner {
        display: none !important;
    }

    i.icon-menu, i.icon-shopping-cart {
        color: var(--colorMain);
    }

    .mfp-content div#main-menu ul li a img {
        display: none !important;
    }

    .mfp-content div#main-menu ul li {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }

    .mfp-content div#main-menu ul li a {
        font-size: 16px !important;
        color: var(--colorMain) !important;
        padding: 10px !important;
        text-transform: unset !important;
    }

    .mfp-content, div#main-menu, .sidebar-menu.no-scrollbar {
        background: var(--primary-color) !important;
    }

    .main-slide:after {
        display: none !important;
    }

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

    .zone__heading .subcate {
        padding-left: 0px;
    }

    .reason-item h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .reason-item .reason-content {
        width: 100%;
        display: inline-block;
        margin: 0 0 30px 0;
    }

    .reason-abouts h3 {
        font-size: 30px;
    }

    .reason-desc p, .reason-desc {
        font-size: 16px;
    }

    .mt-50 {
        margin-top: 80px !important;
    }

    a.button_for_outline:after {
        display: none !important;
    }

    .bb-slide {
        width: 100%;
    }

    .bb-slide .bb-content {
        padding: 0px;
        margin: 30px 0 0 0;
    }

    .category-banner {
        height: 250px;
    }

    .category-banner:after {
        height: 11px;
    }

    .category-banner .banner-container h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0;
    }

    .category-banner .banner-container {
        bottom: 50px;
    }

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

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

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

    .post-small .post-content h4, .post-big .post-content h4, .post-item .post-content h4 {
        font-size: 18px;
    }

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

    .post-share {
        display: none !important;
    }

    .header-single h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .formOjbect.contact {
        width: 100%;
    }

    .product-online {
        display: flex;
        align-items: center;
    }

    .product-online.box-vertical .box-image {
        width: 60px !important;
    }

    .product-online .box-text.text-left {
        padding-left: 15px !important;
    }
    a.button.primary.button_style.button_for_green {
        font-size: 12px;
        border-radius: 4px !important;
        margin: 0px !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: 768px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 1170px !important;
    }
}