/* mobile style*/
@media only screen and (max-width: 768px) {
     .title_home {
        font-size: 25px;
        font-weight: 700;
        padding-left: 15px;
        line-height: 32px;
    }

    .big_item h3 a {
        font-size: 18px;
        line-height: 26px;
    }

    .section3 .owl-nav {
        position: unset;
        margin-top: 40px;
        justify-content: center;
    }

    .big_item .big-thumbnail {
        height: 220px;
    }

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

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

    .first_item .img img {
        height: 320px;
    }

    .first_item .capt {
        font-size: 20px;
        line-height: 28px;
    }

    .post-list2 .post-content .post-desc {
        -webkit-line-clamp: 2;
    }

    .home-title2 {
        margin-bottom: 20px !important;
    }

    .post-grid .post-grid-thumbnail {
        height: 240px;
    }
    
    .post-large .post-thumbnail {
        width: 100%;
        border-radius: 8px;
    }

    .post-large .post-thumbnail:before {
        padding-bottom: 72.5%;
    }

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

    .post-large .post-content .post-title a {
        font-size: 20px;
        line-height: 28px;
    }

    .post-large .post-content .post-desc, .post-item .post-content .post-desc {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        font-size: 14px;
    }

    .review-item .box-image {
        margin: 0 auto 15px !important;
    }

    .review-item .box-text p {
        text-align: center;
    }

    .review-item span.person-title {
        text-align: center;
    }

    .review-item h4 {
        text-align: center;
    }

    h3.form-title {
        width: 100%;
    }

    p.form-desc {
        width: 100%;
        margin-bottom: 25px !important;
    }

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

    .sub_title {
        font-size: 16px;
        line-height: 22px;
    }

    .form-tv {
        padding: 15px;
    }

    footer#footer .footer-logo {
        margin-top: -90px !important;
    }

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

    .footer-copyright {
        text-align: left;
    }

    .contactBox .col-inner.box-shadow-1 {
        border-radius: 10px;
        padding: 15px;
    }

    .banner_abouts {
        padding-top: 900px !important;
    }

    .about-tt {
        width: 85%;
        margin: auto;
        height: 320px;
    }

    .bannerMain h3 {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .bannerMain h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .banner_home .text-box {
        width: 95% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .banner_home{
        padding-top: 380px !important;
    }

    .banner_home .banner-layers{
        overflow: hidden !important;
    }

    .video-iframe:before {
        padding-bottom: 70%;
    }
}

/* 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) {

}