a {
    text-decoration: none;
    color: black;
}

.navbar-brand span {
    color: red;
    font-weight: bold;
}
.badge-custom {
    background-color: red;
    color: white;
    font-size: 0.8rem;
}
.section-title {
    border-bottom: 2px solid red;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 30px;
}
.img-container {
    width: 100%;
    height: 180px; /* Fixed height */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container img {
    height: 100%;
    width: auto;
    object-fit: fill;
}

.section-title {
    color: red;
    font-weight: bold;
    border-bottom: 2px solid red;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.news-item {
    background-color: #f8f9fa;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-left: 3px solid red;
}
.popular-title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.popular-news {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.news-thumbnail {
    height: 80px;
    object-fit: cover;
}
.main-image {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.left-news img,
.right-news img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}
.news-time {
    font-size: 0.85rem;
    color: gray;
}
.news-title {
    font-weight: bold;
    font-size: 1.1rem;
}
.center-feature h5 {
    font-weight: bold;
}
.center-feature p {
    font-size: 0.95rem;
    color: #333;
}

.section-header {
    border-top: 2px solid #ccc;
    padding-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: bold;
}

.section-header span {
    color: red;
    margin-left: 6px;
}

.news-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
}

.main-title {
    font-weight: bold;
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.sub-title {
    font-size: 0.95rem;
    border-top: 1px solid #ddd;
    padding-top: 8px;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .main-title,
    .sub-title {
        font-size: 0.95rem;
    }
}

/*         */

.news-item {
    display: flex;
    margin-bottom: 20px;
}

.news-item img {
    width: 250px;
    height: 150px;
    object-fit: cover;
    margin-right: 15px;
}

.news-item h5 {
    font-weight: 700;
}

.news-meta {
    font-size: 0.9rem;
    color: #666;
}

.sidebar {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.sidebar-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.sidebar-news {
    margin-bottom: 15px;
    padding: 5px;
    transition: background-color 0.3s, padding-left 0.3s;
    cursor: pointer;
}

.sidebar-news:hover {
    background-color: #f1f1f1;
    padding-left: 10px;
}
.GrpImg{
    width:315px;
    height:210px;
    object-fit:cover;
}