/* mobile style*/
@media only screen and (max-width: 768px) {
    .video-abouts {
        height: 300px;
    }

    .home-title h3, .home-title h1, .home-title h2, .home-title h4, .home-title h6, .home-title h5, .cat-title h1 {
        font-size: 22px;
        line-height: 25px;
    }

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

    .post-horizontal .post-horizontal-content {
        width: 100%;
        float: left;
        padding: 10px 0;
    }

    .post-big {
        height: 220px;
        margin-bottom: 10px;
    }

    .post-big .post-big-content {
        padding: 10px;
    }

    .post-big .post-big-content h4 {
        font-size: 16px;
    }

    .post-big .post-date {
        padding: 3px 15px;
        font-size: 14px;
    }

    .post-small {
        height: 220px;
    }

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

    .category-item .category-item-content .category-item-thumbnail {
        width: 100%;
        height: 220px;
    }

    .category-item .category-item-content .category-item-entry {
        width: 100%;
        padding: 10px 0;
    }

    #mobile {
        display: block;
    }

    #desktop {
        display: none;
    }

    div#masthead {
        box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    }

    i.icon-menu {
        color: var(--primary-color);
    }
    .recruit-item .button_recruit {
        margin-top: 15px;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .recruit-item .button_recruit {
        padding: 10px;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .recruit-item .button_recruit {
        padding: 10px;
    } 
}

/**desktop**/
@media only screen and (min-width: 768px) {
    .full-width .ubermenu-nav, .container, .row {
        max-width: 1210px !important;
    }
}