/* mobile style*/
@media only screen and (max-width: 768px) {
    div#masthead {
        box-shadow: unset !important;
        border-bottom: 1px solid #3636361a;
    }

    header#header {
        box-shadow: 0 4px 4px #3636361a;
    }

    .header-main li.html.custom {
        display: block !important;
    }

    .wp_search_job form {
        width: 200px;
    }

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

    .wp_search_job input.search_input {
        height: 32px;
    }

    div#wide-nav {
        background: #fff;
    }

    .widget-dropdown-list {
        display: none;
    }

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

    .jobBody {
        padding: 0;
        border: 0px !important;
    }

    .col-5, .col-10, .col-2 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .home-title h3 {
        font-size: 15px;
        line-height: 18px;
    }

    .home-title a {
        font-size: 13px;
        line-height: 16px;
    }

    body .swiper-button-next, body .swiper-button-prev {
        width: 35px !important;
        height: 60px !important;
    }

    .slide-swiper2 .swiper-button-next, .slide-swiper2 .swiper-button-prev {
        width: 35px !important;
        height: 60px !important;
    }

    .abouts-content p, .abouts-content {
        font-size: 15px;
        line-height: 20px;
    }

    .banner-author {
        padding-top: 600px !important;
        overflow: hidden !important;
    }

    .banner-author .banner-layers {
        overflow: hidden;
    }

    .job-item .job-thumbnail {
        height: 150px;
    }

    .box-total {
        display: none;
    }

    body .swiper-button-next, body .swiper-button-prev {
        display: none;
    }

    .job__thumbnail {
        height: auto;
    }

    .post-large .post-thumbnail {
        height: 220px;
    }

    .post-large .post-content h4 a, .post-view .post-content h4 a {
        font-size: 18px;
        line-height: 24px;
    }

    .post-view {
        flex-flow: wrap;
    }

    .post-view .post-thumbnail {
        width: 100%;
        height: 220px;
    }

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

    .post-view .post-desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .contact_iframe iframe {
        height: 220px !important;
    }

    .banner__home {
        padding-top: 500px !important;
    }

    .banner__home .text-box {
        width: 95% !important;
    }

    .banner-top h3 {
        font-size: 17px !important;
        line-height: 19px !important;
        margin-bottom: 10px !important;
    }

    .banner-top h3 b {
        font-size: 23px;
    }

    .banner-top h2 {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 10px !important;
    }

    .wp_search_flex {
        display: block;
    }

    .wp_search_flex .search_fle_input:first-child, .wp_search_flex select {
        width: 100%;
    }

    .wp_search_flex .search_fle_input:not(:last-child) {
        border-right: 0px !important;
        border-bottom: 1px solid #f2f2f2;
    }

    .wp_search_flex input.search_input {
        border-radius: 8px 8px 0 0 !important;
    }
    .button_search2 {
        width: 100%;
        height: 48px !important;
        border-radius: 0 0 8px 8px !important;
        font-size: 16px !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;
    }
}