.vitace-about-frontend-wrap {
    width: 100%;
    margin: 0;
    color: #1f2d3d;
}

.vitace-about-page-title {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: rgba(7,40,48,0.82);
}

.vitace-about-section {
    margin-bottom: 38px;
}

.vitace-about-section-title {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #222;
}

.vitace-about-table-wrap {
    width: 100%;
    overflow-x: auto;
    background: #fff;
}

.vitace-about-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    border: 1px solid #d9e1e7;
}

.vitace-about-table thead th {
    background: rgba(7,40,48,0.82);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 10px 10px;
    border: 1px solid #d9e1e7;
    line-height: 1.4;
}

.vitace-about-table tbody td {
    font-size: 14px;
    color: #333;
    padding: 14px 12px;
    border: 1px solid #d9e1e7;
    vertical-align: top;
    line-height: 1.6;
    background: #fff;
}

.vitace-about-table tbody tr:nth-child(even) td {
    background: #f8fbfd;
}

.vitace-about-table tbody tr:hover td {
    background: #eef7fc;
}

.vitace-about-table .col-stt {
    width: 30px;
    text-align: center;
}

.vitace-about-table .col-name {
    width: 22%;
}

.vitace-about-table .col-degree {
    width: 20%;
}

.vitace-about-table .col-org {
    width: 35%;
}

.vitace-about-table .col-position {
    width: 25%;
}

.vitace-about-empty {
    padding: 14px 16px;
    border: 1px solid #d9e1e7;
    background: #fafcfe;
    color: #666;
    font-size: 14px;
}

/* riêng cho từng bảng nếu muốn chỉnh khác nhau */
.vitace-about-table-lanh-dao .col-name {
    width: 25%;
}
.vitace-about-table-lanh-dao .col-org {
    width: 48%;
}
.vitace-about-table-lanh-dao .col-position {
    width: 25%;
}

.vitace-about-table-ban-chap-hanh .col-name {
    width: 24%;
}
.vitace-about-table-ban-chap-hanh .col-degree {
    width: 25%;
}
.vitace-about-table-ban-chap-hanh .col-org {
    width: 35%;
}

.vitace-about-table-ban-kiem-tra .col-name {
    width: 23%;
}
.vitace-about-table-ban-kiem-tra .col-org {
    width: 47%;
}
.vitace-about-table-ban-kiem-tra .col-position {
    width: 20%;
}

@media (max-width: 767px) {
    .vitace-about-section-title {
        font-size: 22px;
    }

    .vitace-about-table thead th,
    .vitace-about-table tbody td {
        font-size: 14px;
        padding: 10px 8px;
    }
}