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

    form.searchform.big button.search-button {
        display: block;
        margin: 0 !important;
        padding: 0 20px !important;
        width: 142px;
    }

    button.alt {
        width: 56px !important;
        padding: 0;
    }

    .banner_hero_text h3 {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    .about-item h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .abouts-body p {
        text-align: justify;
    }

    .col-right .col-inner {
        text-align: left;
    }

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

    .partner-item {
        height: 120px;
    }

    .post-small .post-thumbnail {
        width: 150px;
        height: 120px;
    }

    .post-small .post-content {
        width: calc(100% - 150px);
    }

    i.icon-menu {
        color: #000;
    }

    .category-featured .post-small {
        display: block !important;
    }

    .category-featured .post-small .post-thumbnail {
        width: 100%;
        height: unset;
        aspect-ratio: 4 / 3;
    }

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

    .category-featured .post-small .post-content .post-title a {
        font-size: 18px;
        line-height: 26px;
    }

    section.banner-archive {
        padding: 40px 0;
    }

    section.banner-archive .banner_title {
        font-size: 16px;
        line-height: 27px;
    }

    .gfx_abouts_list {
        justify-content: center;
    }

    .gfx_abouts_list .gxf_ab_item {
        width: 100%;
    }

    .gfx_abouts h4 {
        font-size: 30px;
        margin: 0;
        line-height: 38px;
    }

    .team-item .team-thumbnail {
        height: 320px;
    }

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

    .job-grid .c-row:first-child {
        display: none !important;
    }

    .pc-show {
        display: none !important;
    }

    .job-grid .job-item {
        display: block;
        border: 1px solid #303030 !important;
        padding: 16px 12px 8px;
        border-radius: 12px;
        margin-bottom: 16px;
    }

    .job-title {
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-bottom: 12px;
    }

    .c-col .mobile-show,
    .deadline.mobile-show {
        display: flex;
        gap: 6px;
        padding-bottom: 8px;
        font-size: 15px;
    }

    .highlight-jobs {
        margin-bottom: 32px;
    }

    .menu_gallery ul {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
    }

    .menu_gallery ul li:not(:last-child)::after {
        display: none;
    }

    .menu_gallery ul li a {
        width: 100%;
    }

    i.icon-shopping-cart:before {
        color: var(--primary-color);
        font-size: 20px;
    }

    i.icon-menu {
        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: 1440px) {

}