/* mobile style*/
@media only screen and (max-width: 768px) {
    .category-post .post-thumbnail {
        height: 220px;
    }

    .category-post .post-content {
        padding: 10px 0;
        text-align: left;
    }

    .post-grid.post-small .post-thumbnail, .post-grid .post-thumbnail {
        width: 100%;
        height: 220px;
    }

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

    .post-grid.post-small .post-content h3, .category-post .post-content h3, .post-grid .post-content h3 {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 18px;
        line-height: 24px;
    }

    .category-post .post-content .post-time {
        justify-content: left;
    }

    .category-post {
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 1px solid #f2f2f2;
    }

    .category-first {
        margin-bottom: 0px;
    }

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

    .ct-section {
        margin-bottom: 20px;
    }

    .banner-slide-text {
        display: none;
    }

    a.button.primary.btnBanner {
        display: none;
    }

    .ct-section .ct-title h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .home-title h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .partner-grid.horizontal .partner-images {
        width: 100%;
        height: 200px;
    }

    .partner-grid.horizontal .partner-content {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .partner-grid.horizontal a {
        display: block;
    }

    button.owl-prev {
        left: 10px !important;
    }

    button.owl-next {
        right: 10px !important;
    }

    .post-grid .post-recruit {
        background: #DB9801;
        position: unset;
        padding: 8px 0;
        border-radius: 5px;
        font-size: 17px;
        width: 150px;
        text-align: center;
    }

    .abouts-header {
        width: 100%;
        margin: auto;
    }

    .article-head h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .formOjbect.contact{
        width: 98% !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) {


}


@media only screen and (min-width: 768px) {

}


/**desktop**/
@media only screen and (min-width: 1600px) {

}