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

    section.banner_cat img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .menu_redirect {
        display: inline-block !important;
        overflow-x: scroll;
        white-space: nowrap !important;
        width: 100%;
    }

    .menu_redirect::-webkit-scrollbar {
        height: 0px;
    }

    .menu_redirect::-webkit-scrollbar-thumb {
        background-color: #aaa;
    }

    .menu_redirect::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

    .menu_redirect .ux-menu-link {
        width: auto;
        padding: 5px 0 2px 0;
    }

    .menu_redirect .ux-menu-link a {
        font-size: 16px;
        padding: 5px 5px 0 5px;
    }

    .post-list .post-date {
        width: 80px;
        height: 80px;
    }

    .post-list .post-date .date__content {
        font-size: 16px;
    }

    .header-main li.html.custom {
        display: block !important;
        width: 100px !important;
        text-align: right;
    }

    div#masthead .cart-item {
        background: transparent;
    }

    div#masthead .cart-item a {
        color: #000 !important;
        padding: 0 !important;
        height: unset !important;
    }

    div#masthead i.icon-shopping-basket {
        margin-top: 0;
    }

    div#masthead i.icon-shopping-basket:before {
        font-size: 22px;
    }

    i.icon-menu {
        color: #000;
        font-size: 22px;
        margin-left: 10px !important;
    }

    .stuck div#masthead {
        height: 70px !important;
    }

    .stuck #logo img {
        height: 70px !important;
    }

    footer#footer .footer-top .footer-title h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .banner_gt img {
        height: 220px !important;
        object-fit: cover !important;
    }

    .recruit-list .recruit-lt {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .recruit-list .recruit-lt .recruit-lt-thumbnail {
        width: 100%;
        height: 220px;
    }

    .recruit-list .recruit-lt .recruit-lt-content {
        width: 100%;
        padding: 15px;
    }

    .recruit-list {
        display: block;
        padding: 0;
    }

    .recruit-list .recruit-rt {
        width: 100%;
        height: auto;
        padding: 15px 0;
        border-left: 0;
        border-top: 1px solid #F0F0F0;
    }

    .recruit-list .recruit-rt .recruit-price {
        padding: 0 15px;
    }

    .product-item .product-cart-area .add-to-cart a span {
        display: none;
    }

    .product-item .product-cart-area .add-to-cart a {
        width: 60px !important;
    }

    .product-item .product-cart-area .add-to-store {
        width: calc(100% - 60px);
    }

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

    .home-title h3 {
        padding: 0 55px;
        font-size: 22px;
    }

    .banner_home {
        padding-top: 400px !important;
    }

    .banner_home .text-box {
        width: 95% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    .banner_top h2 {
        font-size: 30px !important;
        line-height: 40px;
        margin-bottom: 0 !important;
    }

    .banner_top p {
        font-size: 17px;
        line-height: 20px;
    }

    .gt-item {
        display: flex;
        align-items: center;
    }

    .gt-item .box-image {
        width: 80px !important;
    }

    .gt-item .box-text {
        width: calc(100% - 80px) !important;
        padding-left: 15px !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: 1440px !important;
    }
}