﻿/* Cơ cấu tổ chức */
.entry-content .org-structure img {
    width: auto !important;
    max-width: 114px !important;
    height: auto !important;
    max-height: 151px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.entry-content .org-structure .box-img {
    max-width: 114px;
    margin: 0 auto 15px;
    overflow: visible;
    border-radius: 0 !important;
}

.entry-content .org-structure .org-dept-block {
    border-radius: 16px;
}

.entry-content .org-structure .org-dept-block h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}

.entry-content .org-structure .team-card2 .box-content h6,
.entry-content .org-structure .team-card3 h6 {
    font-size: 18px;
    margin-bottom: 8px;
}

.entry-content .org-structure .org-staff-card,
.entry-content .org-structure .org-leader-card {
    text-align: center;
}

/* ===== Right news widget (Detail_Info_Section1 + Section2) ===== */
.detail-info-section2 .widget_right_news,
.widget.widget_right_news {
    margin-bottom: 30px;
}

.detail-info-section2 .right-news-list,
.right-news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.detail-info-section2 .right-news-item,
.right-news-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.detail-info-section2 .right-news-item:last-child,
.right-news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-info-section2 .right-news-thumb,
.right-news-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}

.detail-info-section2 .right-news-thumb img,
.right-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.detail-info-section2 .right-news-info,
.right-news-info {
    flex: 1;
    min-width: 0;
}

.detail-info-section2 .right-news-title,
.right-news-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.detail-info-section2 .right-news-title a,
.right-news-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 16px;
}

.detail-info-section2 .right-news-title a:hover,
.right-news-title a:hover {
    color: #0056b3;
}

.detail-info-section2 .right-news-date,
.right-news-date {
    font-size: 12px;
    color: #888;
    display: block;
}

/* ===== Widget tags in right column ===== */
.detail-info-section2 .widget_tags,
.widget.widget_tags {
    margin-bottom: 30px;
}

/* ===== Share section in left column ===== */
.detail-info-section2 .th-social.style3 a,
.share-links .th-social.style3 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #555;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
}

.detail-info-section2 .th-social.style3 a:hover,
.share-links .th-social.style3 a:hover {
    background: #0056b3;
    border-color: #0056b3;
    color: #fff;
}

.share-links .th-social.style3 {
    display: inline-flex;
    gap: 6px;
}

/* Zalo custom icon (no official FA icon) */
.zalo-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 1;
}

.blog-content h4
{
        font-size: 16px;
    line-height: 1.333;
    font-weight: 500;
     color: #000 !important;
    }
    
    
    
    
    /*** ***/
    
    
    .blog-content table.lichct {
    width: 100%;
    border-collapse: collapse;
}

.blog-content table.lichct td {
    border: 1px solid #988f8f;
    padding: 10px;
    vertical-align: top;
}

/* 2 dòng tiêu đề */
.blog-content table.lichct tbody tr:nth-child(-n+2) {
    background: #b3d9fb;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
}

/* Dòng dữ liệu xen kẽ */
.blog-content table.lichct tbody tr:nth-child(2n+3) {
    background: #fff;
}

.blog-content table.lichct tbody tr:nth-child(2n+4) {
    background: #d1e4f5;
}

.blog-content table.lichct td p
{
    
    }



.main-title-logo
{color: #cd1b1b !important;
    font-weight: 900;
    font-size: 25px;
    font-family: Tahoma /*, Arial,"Oswald", sans-serif*/;
    
    }
    
    .sub-title-logo
    {
        
        margin-top: 7px;letter-spacing: 2px;
         font-family: Tahoma /*, Arial,"Oswald", sans-serif*/;
        }