    /* Responsive Design */
    
    h1 {
        color: #F60 !important;
        font-size: 24px;
        text-transform: uppercase;
        line-height: 25px;
        margin: 0;
        margin-bottom: 20px;
        font-weight: normal;
        font-family: "Conv_CodaCaption-ExtraBold", Tahoma, sans-serif;
        letter-spacing: -1px;
    }
    
    h1.titleDetail {
        font-size: 24px;
        line-height: 2.4rem;
        letter-spacing: 0px;
        font-family: "Tahoma", sans-serif;
        text-transform: none;
    }
    
    h1 span {
        color: #ddd !important;
        font-size: 22px;
        line-height: 22px;
        font-family: "Tahoma", sans-serif;
    }
    
    .news-title {
        color: #F60 !important;
        font-size: 18px;
        line-height: 1.8rem;
        font-family: "Tahoma", sans-serif;
        letter-spacing: 0;
    }
    
    .news-title.a {
        color: #F60 !important;
        font-size: 16px;
        line-height: 1.6rem;
        font-family: "Tahoma", sans-serif;
    }
    
    .news-title.b {
        font-size: 22px;
        line-height: 2rem;
        margin-bottom: 0;
    }
    
    .textBody {
        color: #666 !important;
        font-size: 14px;
        line-height: 1.4rem;
        font-family: "Tahoma", sans-serif;
    }
    
    .textBody.black {
        color: #000 !important;
    }
    
    .textBody.w {
        color: #ffffff !important;
    }
    
    .textBody.g {
        color: #888 !important;
    }
    
    .hero-section {
        background: url('../img/news/bg-news.jpg') no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 350px;
        display: flex;
        align-items: center;
        color: white;
        text-align: center;
    }
    
    .hero-section.detail {
        min-height: 650px;
    }
    
    .news-card {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        margin: 0 0.5rem;
        padding: 10px;
        border: 1px #ddd solid;
    }
    
    .news-card:hover {
        transform: translateY(-8px);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .news-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 15px 15px 0 0;
    }
    
    .news-image-main {
        width: 100%;
        height: 420px;
        object-fit: cover;
        border-radius: 15px 15px 0 0;
    }
    
    .news-content {
        padding: 20px 10px;
        padding-bottom: 0;
    }
    
    .text-overflow-clamp {
        width: 100%;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }
    
    .text-overflow-clamp-body {
        width: 100%;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        display: -webkit-box;
    }
    
    .text-overflow-clamp-title {
        width: 100%;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
    }
    /*.cardNewsBoxDetail {
        min-height: 5vh;
    }
    .cardNewsBoxDetail-main {
        min-height: 19vh;
    }*/
    
    .videoWrapper {
        position: relative;
        padding-bottom: 48.25%;
        /* 16:9 */
        padding-top: 0;
        height: 0;
    }
    
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    
    .regular05 {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    @media screen and (max-width:1620px) {}
    
    @media screen and (max-width:1440px) {}
    
    @media screen and (max-width:1366px) {}
    
    @media screen and (max-width:1280px) {
        .hero-section.detail {
            min-height: 550px;
        }
    }
    
    @media screen and (max-width:1024px) {}
    
    @media screen and (max-width:992px) {
        .cardNewsBoxDetail {
            min-height: auto;
        }
    }
    
    @media (max-width: 768px) {
        .news-image-main {
            height: 330px;
        }
        .news-image {
            height: 250px;
        }
        .breadcrumb.detail {
            font-size: 10px;
        }
    }
    
    @media screen and (max-width:737px) {}
    
    @media screen and (max-width:576px) {
        .hero-section {
            min-height: 280px;
        }
        .cardNewsBoxDetail-main {
            min-height: auto;
        }
        .hero-section.detail {
            min-height: 250px;
        }
    }
    
    @media screen and (max-width:414px) {}
    
    @media screen and (max-width:375px) {}