/* mobile style*/
@media only screen and (max-width: 768px) {
    .gfx-catalog {
        padding-left: 0;
    }

    .timeline:before {
        left: 15px;
    }

    .timeline .hexa {
        right: unset;
        left: -12px;
        top: 15px;
    }

    .direction-l, .direction-r {
        text-align: left;
        padding-left: 20px;
    }

    .time-wrapper {
        text-align: left;
        padding-left: 15px;
    }

    .banner-category .container {
        max-width: 100% !important;
    }

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

    .banner-category .banner_category_body .home-desc {
        width: 100%;
    }

    .c-row {
        display: none;
    }

    .c-item {
        box-shadow: 0px 1px 9.9px 0px rgba(0, 0, 0, 0.07);
    }

    .c-item .c-col:nth-child(1) {
        border-bottom: 1px solid rgba(230, 230, 230, 1);
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .c-item .c-col {
        width: 100% !important;
        text-align: left !important;
        display: flex;
        gap: 10px;
    }

    .job-grid .c-item label {
        display: block;
    }

    .c-item a {
        text-transform: uppercase;
        color: var(--primary-color-2);
        padding: 5px 25px;
        border: 1px solid var(--primary-color-2);
        margin-top: 10px;
    }

    .home-small h3, .home-small h1 {
        font-size: 25px;
        line-height: 33px;
    }

    .rowTop {
        margin-top: 0px !important;
    }

    .core-flex .core-body h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .banner_page .img-inner, .banner-category {
        padding-top: 64% !important;
    }

    .banner-category .banner_category_body h1 {
        font-size: 28px;
        line-height: 36px;
        margin: 0;
    }

    .banner-category .banner_category_body .home-desc, .banner-category .banner_category_body .home-desc p {
        font-size: 13px;
        line-height: 20px;
    }

    .service-item .service-content .service-title a, .post-item .post-content .post-title a {
        font-size: 20px;
        line-height: 30px;
    }

    .home-title h3, .home-title h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .category-list ul {
        display: inline-block;
        overflow-x: scroll;
        white-space: nowrap;
        border: 0;
    }

    .category-list ul::-webkit-scrollbar {
        height: 1px;
    }

    .category-list ul li {
        width: auto;
        padding: 0 15px;
        display: inline-block;
    }

    .category-list ul li:last-child {
        border: 0
    }

    .col-wc-5 {
        flex-basis: calc(100% / 2) !important;
        max-width: calc(100% / 2) !important;
    }

    .home-title-center h3.section-title b {
        display: none !important;
    }

    .home-title-center span.section-title-main, h1.product-title.product_title.entry-title {
        padding: 0 !important;
        font-size: 28px;
        line-height: 36px;
    }
}

/* 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) {
    div#masthead .header-inner, .banner-category .container {
        max-width: 1400px !important;
    }
}