.gioithieu-background-image{
    width: 100%;
    object-fit: contain;
    object-position: center center;
    box-sizing: border-box;
    margin: 0;
}
.gioithieu-background-overlay{
    width: 100%;
}
.BgTab{
    background-color: #C8C182;
    padding: 30px;
}
.gioithieu-btn{
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #686868;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gioithieu-btn:hover{
    background-color: #00528A;
    color: #fff;
}
.active-btn{
    background-color: #00528A;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Tab Content */
.tab-content {
    /* display: none; */
    padding: 27px 0;
    background-color: #fff;
}

.tab-content.active {
    display: block;
}

.tab-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.tab-title {
    text-align: start;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #0066B2;
}
.tab-title2{
    font-weight: 700;
    font-size: 18px;
    color: #393939;
}
.khungGTtt{
    padding-left: 20px;
    border-left: 2px solid #DABF70;
    border-bottom: 2px solid #DABF70;
    width: fit-content;
}
.khungGTtt2{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    border-left: 2px solid #0066B2;
    background-color: #ECE9CE;
    width: fit-content;
    position: relative;
    /* border-bottom-right-radius: 35px; */
}

.khungGTtt2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -39px;
    width: 39px;
    height: 100%;
    background-color: #ECE9CE;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
}

.khungGTttKSV{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    border-left: 2px solid #0066B2;
    background-color: #ECE9CE;
    width: fit-content;
    position: relative;
    /* border-bottom-right-radius: 35px; */
}

.khungGTttKSV::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -39px;
    width: 39px;
    height: 100%;
    background-color: #ECE9CE;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
}
.khungGTtt3{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    border-left: 2px solid #0066B2;
    background-color: #ECE9CE;
    width: fit-content;
    position: relative;
    /* border-bottom-right-radius: 35px; */
}
.khungGTtt3::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -39px;
    width: 39px;
    height: 100%;
    background-color: #ECE9CE;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
}

.khungGTtt4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    border-left: 2px solid #0066B2;
    background-color: #ECE9CE;
    width: fit-content;
    position: relative;
    /* border-bottom-right-radius: 35px; */
}
.khungGTtt4::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -39px;
    width: 39px;
    height: 100%;
    background-color: #ECE9CE;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
}

/* Legal Documents Tab (Tab 1) */
.legal-category {
    margin-bottom: 30px;
}

.category-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
    border-bottom: 2px solid #0066B2;
}

.category-icon {
    font-size: 12px;
    color: #00528A;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.category-title {
    font-size: 16px;
    font-weight: 700;
    color: #00528A;
    text-transform: uppercase;
    flex: 1;
}

/* Collapse/Expand Buttons */
.collapse-btn {
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* .collapse-btn-red {
    border-color: #dc3545;
} */

.collapse-btn-red .collapse-icon {
    color: #0066B2;
    font-size: 14px;
    transition: transform 0.3s ease;
    line-height: 1;
}

/* .collapse-btn-red:hover {
    background-color: #dc3545;
}

.collapse-btn-red:hover .collapse-icon {
    color: #fff;
} */

.read-more-wrapper {
    position: relative;
    max-height: 230px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.read-more-wrapper.expanded {
    max-height: 1000px;
}

.read-more-text-content {
    transition: opacity 0.3s ease;
}

.read-more-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.read-more-wrapper.expanded .read-more-fade-overlay {
    opacity: 0;
}

.read-more-btn {
    border: none;
    border-radius: 4px;
    background-color: #F1F2F2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-left: 10px;
    vertical-align: middle;
}

/* .read-more-btn-green {
    border-color: #28a745;
} */

.read-more-btn-green .read-more-icon {
    color: #0066B2;
    font-size: 14px;
    transition: transform 0.3s ease;
    line-height: 1;
}

/* .read-more-btn-green:hover {
    background-color: #28a745;
}

.read-more-btn-green:hover .read-more-icon {
    color: #fff;
} */

.legal-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.legal-list li {
    font-size: 15px;
    color: #393939;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    text-align: justify;
}

/* .legal-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #393939;
    font-weight: bold;
    font-size: 14px;
} */

/* Policy Table Tab (Tab 2) */
.policy-table {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.policy-row {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.policy-row:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.policy-icon {
    flex-shrink: 0;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #E3F2FD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.icon-symbol {
    color: #00528A;
    font-weight: bold;
}

.policy-content {
    flex: 1;
}

.policy-title {
    font-size: 18px;
    font-weight: 700;
    color: #00528A;
    margin-bottom: 12px;
}

.policy-text {
    font-size: 15px;
    line-height: 1.8;
    color: #393939;
    margin: 0;
    text-align: justify;
}
.org-banner-title{
    padding: 10px 20px;
    background-color: #FFFFFF;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    width: 475px;
}
.org-banner-title span{
    font-weight: 700;
    font-size: 16px;
    color: #0066B2;
    text-transform: uppercase;
}
.txtHDQT p{
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 0rem;
}
.txtHDQT1 p{
    font-weight: 400;
    font-size: 13px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 0rem;
}

.BgTab {
    position: sticky;
    top: 0px;
    z-index: 20; /* Cao vừa đủ để nổi lên trên các section nhưng không che menu */
    transition: box-shadow 0.3s;
}
/* chỉnh sửa BgTab trong edit mode để k bị đè  */
body.edit-active .BgTab {
    top: 46px;
}
.BgTab.sticky-shadow {
    box-shadow: 0 4px 18px rgba(0,0,0,0.10);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#edit-mode-toolbar.active + .BgTab.tabDesktop,
#edit-mode-toolbar.active ~ .BgTab.tabDesktop {
    top: 46px; /* Hoặc giá trị bạn muốn (ví dụ: 60px) */
}

/* Responsive */
@media (max-width: 992px) {
    .tab-title {
        font-size: 28px;
    }
    
    .policy-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .BgTab {
        padding: 20px 15px;
    }
    
    .gioithieu-btn {
        font-size: 11px;
        padding: 8px 15px;
    }
    
    .tab-content {
        padding: 40px 0;
    }
    
    .tab-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .legal-list li {
        font-size: 14px;
    }
    
    .policy-title {
        font-size: 16px;
    }
    
    .policy-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .d-flex.justify-content-center {
        flex-direction: column;
        gap: 10px;
    }
    
    .gioithieu-btn {
        width: 100%;
        border-radius: 5px !important;
    }
    
    .tab-content {
        padding: 30px 0;
    }
    
    .tab-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .legal-list li {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .policy-row {
        padding: 20px;
    }
    
    .policy-title {
        font-size: 15px;
    }
    
    .policy-text {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* Policy Table Styles */
.policy-table-container {
    width: 100%;
    margin-top: 20px;
}

.policy-table-custom {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
    background-color: #fff;
}

.policy-table-custom thead th {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: left;
    border: none;
    background: linear-gradient(#1E68A7, #0B5493, #004988);
}

.policy-header-left {
    width: 30%;
}

.policy-header-right {
    width: 70%;
}

.policy-table-custom tbody tr {
    border-bottom: 1px solid #E0E0E0;
}

/* .policy-table-custom tbody tr:last-child {
    border-bottom: none;
} */

.policy-table-custom tbody td {
    padding: 20px;
    vertical-align: top;
    border: none;
}

.policy-col-left {
    background-color: #F8F9FA;
    width: 30%;
}

.policy-col-right {
    background-color: #fff;
    width: 70%;
}

.policy-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.policy-icon-wrapper {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #D3B865;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.policy-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.policy-title-text {
    font-weight: 700;
    font-size: 16px;
    color: #393939;
    line-height: 1.4;
    flex: 1;
}

.policy-content-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #393939;
}
.department-row-hidden {
    display: none;
}

/* Timeline Styles with Central Line */
.timeline-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    position: relative;
}

/* Timeline Line Wrapper - positioned in the middle */
.timeline-line-wrapper {
    /* position: absolute;
    left: 20px;
    right: 20px;
    top: 12%; */
    transform: translateY(-50%);
    height: 6px;
    /* z-index: 1; */
}

.timeline-line {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Timeline Segments */
.timeline-segment {
    flex: 1;
    height: 100%;
    position: relative;
}

.timeline-segment-1 {
    background-color: #0066B2;
}

.timeline-segment-2 {
    background: linear-gradient(to right, #B8A778, #D4C89A, #E8DFAD);
}

.timeline-segment-3 {
    background-color: #0066B2;
}

.timeline-segment-4 {
    background: linear-gradient(to right, #B8A778, #D4C89A, #E8DFAD);
    position: relative;
}

.timeline-segment-4::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid #B8A778;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/* Timeline Markers on the Line - circles at the start of each segment */
.timeline-segment::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid;
    z-index: 3;
}

.timeline-segment-1::before {
    background-color: #fff;
    border-color: #0066B2;
}

.timeline-segment-2::before {
    background-color: #fff;
    border-color: #C8C182;
}

.timeline-segment-3::before {
    background-color: #fff;
    border-color: #0066B2;
}

.timeline-segment-4::before {
    background-color: #fff;
    border-color: #C8C182;
}

/* Period Headers (Above the line) */
.timeline-headers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.period-header-wrapper {
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.period-marker-connector {
    width: 2px;
    height: 25px;
    background-color: #0066B2;
    margin-bottom: 8px;
    position: relative;
}

.period-header-wrapper:nth-child(2) .period-marker-connector {
    background-color: #4A90E2;
}

.period-header-wrapper:nth-child(4) .period-marker-connector {
    background-color: #D4AF37;
}

.period-header-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    width: 100%;
}

.period-header-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    border: 2px solid;
}

.period-icon-blue-small {
    background-color: #0066B2;
    border-color: #004A7A;
}

.period-icon-lightblue-small {
    background-color: #4A90E2;
    border-color: #2E6BB8;
}

.period-icon-gold-small {
    background-color: #D4AF37;
    border-color: #B8941F;
}

.period-header-content {
    flex: 1;
}

.period-title-header {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    line-height: 1.3;
}

.period-title-blue {
    color: #0066B2;
}

.period-title-lightblue {
    color: #4A90E2;
}

.period-title-gold {
    color: #C8C182;
}

.period-desc-header {
    color: #686868;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    font-size: 15px;
}

/* Timeline Events (Below the line) */
.timeline-events {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 35px;
    position: relative;
    z-index: 2;
}

.period-events-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.event-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event-badge {
    display: inline-block;
    padding: 6px 16px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 700;
    font-size: 13px;
    width: fit-content;
}

.event-badge-blue {
    background-color: #0066B2;
    color: #fff;
}

.event-badge-gold {
    background: linear-gradient(to right, #B8A778, #D4C89A, #E8DFAD);
    color: #393939;
}

.event-text {
    color: #393939;
    line-height: 1.5;
    margin: 0;
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
}

/* Responsive Timeline */
@media (max-width: 1200px) {
    .timeline-headers {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .timeline-events {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .timeline-line-wrapper {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .timeline-container {
        padding: 50px 15px 30px;
    }
    
    .timeline-line-wrapper {
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        right: 15px;
        height: 5px;
    }
    
    .timeline-segment::before {
        width: 14px;
        height: 14px;
    }
    
    .timeline-headers {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 30px;
    }
    
    .timeline-events {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 30px;
    }
    
    .period-header-box {
        padding: 8px;
    }
    
    .period-title-header {
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
    }
    
    .period-desc-header {
        font-size: 12px;
    }
    
    .event-badge {
        font-size: 12px;
        padding: 5px 14px;
    }
    
    .event-text {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .timeline-container {
        padding: 40px 10px 20px;
    }
    
    .timeline-line-wrapper {
        top: 50%;
        transform: translateY(-50%);
        height: 4px;
    }
    
    .timeline-segment::before {
        width: 12px;
        height: 12px;
    }
    
    .period-title-header {
        font-size: 14px;
    }
    
    .period-desc-header {
        font-size: 11px;
    }
    
    .event-badge {
        font-size: 11px;
        padding: 4px 12px;
    }
    
    .event-text {
        font-size: 12px;
    }
}

.gioithieu-img-container-right{
    background-image: url('../images/svg/Tam-nhin.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 402px;
    position: relative;
    border-bottom: 7px solid #0066B2;
}
.gioithieu-img-container-left{
    background-image: url('../images/sumenh.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 402px;
    position: relative;
    border-bottom: 7px solid #0066B2;
}
.khoi-gioithieu1{
    position: absolute;
    top: 15%;
    left: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 30px 40px;
    max-width: 70%;
}
.khoi-gioithieu1 > div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}
.khoi-gioithieu1 > div:first-child img {
    width: 32px;
    height: 32px;
}
.khoi-gioithieu1 > div:first-child span {
    font-size: 19px;
    font-weight: 700;
    color: #1E68A7;
    text-transform: uppercase;
}
.khoi-gioithieu1 > div:last-child {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    text-align: left;
    padding-right: 20px;
}
.khoi-gioithieu2{
    position: absolute;
    top: 14%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 30px 40px;
    max-width: 64%;
}
.khoi-gioithieu2 > div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}
.khoi-gioithieu2 > div:first-child img {
    width: 32px;
    height: 32px;
}
.khoi-gioithieu2 > div:first-child span {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.khoi-gioithieu2 > div:last-child {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    padding-right: 20px;
}
.gioithieu-img-container-bottom{
    background-image: url('../images/svg/nensumenh.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 402px;
    position: relative;
    padding: 50px 0;
}
.hanhtrinh-bg{
/*    background-image: url('../images/hanh-trinh-1_1 25.jpg');*/
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 1070px;
}
.hanhtrinh-bg-vi {
    background-image: url('../images/hanh-trinh-1_1 25.jpg');
}

.hanhtrinh-bg-en {
    background-image: url('../images/svg/hanh-trinh-ta.jpg');
}
.bgHoiDong{
    background-image: url('../images/svg/bghoidong.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.muc-tieu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.muc-tieu-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    width: 30%;
}
.muc-tieu-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}
.muc-tieu-title {
    font-size: 20px;
    font-weight: 700;
    color: #1E68A7;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}
.muc-tieu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.muc-tieu-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #393939;
    text-align: justify;
    font-family: 'Arial', sans-serif;
}
.muc-tieu-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #393939;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.muc-tieu-list li:last-child {
    margin-bottom: 0;
}
.text-content{
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    color: #393939;
}
.title-text2222{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #0066B2;
}

/* Statistics Section */
.statistics-section {
    position: relative;
}
.statistics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin-top: 30px;
}
.stat-item {
    padding: 25px;
}
.stat-item-full-width {
    grid-column: 1 / -1;
}
.stat-item-left {
    flex: 0 0 auto;
}
.stat-item-full-width .stat-item-list {
    flex: 1;
    margin-left: 40px;
}
.stat-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #0066B2;
    border: 2px solid #0066B2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.stat-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.stat-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #393939;
}
.stat-subtitle {
    font-size: 12px;
    font-weight: 400;
    color: #393939;
    margin-bottom: 10px;
    line-height: 1.4;
}
.stat-value {
  font-size: 81px;
  font-weight: 700;
  color: #C8C182;
  line-height: 1;
  margin-bottom: 8px;
  margin-left: 80px;
  text-transform: uppercase;
}
.stat-unit {
  font-weight: 600 !important;
  font-size: 24px !important;
  color: #C8C182 !important;
}

/* Special Statistics Block */
.stat-special-block {
    border-top: 2px solid #dfcd67;
    border-top-left-radius: 35px;
    margin-top: 20px;
}
.stat-special-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.stat-special-header .stat-icon-wrapper {
    margin-bottom: 0;
    flex-shrink: 0;
}
.stat-special-header .stat-title {
    margin-bottom: 0;
    margin-left: 0;
}
.stat-special-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 300px;
}
.stat-special-left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.stat-value-special {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    font-size: 81px;
    text-transform: uppercase;
    color: #C8C182;

}
.stat-unit-special {
    color: #C8C182;
    line-height: 1.4;
    font-weight: 600;
    font-size: 24px;
}
.stat-special-divider {
    width: 1px;
    background-color: #CCCCCC;
    align-self: stretch;
    flex-shrink: 0;
}

/* Breakdown List */
.stat-item-list {
    justify-content: flex-start;
}
.stat-breakdown {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.breakdown-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}
.breakdown-number {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}
.breakdown-text {
    font-weight: 400;
    font-size: 18px;
    color: #393939;
}
.txthbhbh{
    font-weight: 400;
    color: #393939;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.card-gioithieutt{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #0066B2;
    padding-bottom: 10px;
    border-bottom: 2px solid #0066B2;
}
.txtdhp p{
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    color: #393939;
}
.txtdhpchuy p{
    font-weight: 400;
    font-size: 11px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 0rem;
}
.khungVision{
    padding-right: 0;
}
.khungMission{
    padding-left: 0;
}
.hanhtrinhMobile{
    display: none;
}
.timelineMobile{
    display: none;
}
.BanDieuHanhMobile{
    display: none;
}
.tabMobile{
    display: none;
}

/* Responsive for Policy Table */
@media (max-width: 992px) {
    .policy-header-left,
    .policy-col-left {
        width: 35%;
    }
    
    .policy-header-right,
    .policy-col-right {
        width: 65%;
    }
    
    .policy-icon-wrapper {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    
    .policy-icon {
        width: 28px;
        height: 28px;
    }
    
    .policy-title-text {
        font-size: 15px;
    }
    
    .policy-content-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .policy-table-custom thead th {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .policy-table-custom tbody td {
        padding: 15px;
    }
    
    .policy-item {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        text-align: center;
    }
    
    .policy-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .policy-title-text {
        font-size: 14px;
    }
    
    .policy-content-text {
        font-size: 13px;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .policy-table-custom {
        display: block;
        overflow-x: auto;
    }
    
    .policy-table-custom thead,
    .policy-table-custom tbody,
    .policy-table-custom tr,
    .policy-table-custom td,
    .policy-table-custom th {
        display: block;
    }
    
    .policy-table-custom thead {
        display: none;
    }
    
    .policy-table-custom tbody tr {
        margin-bottom: 20px;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .policy-table-custom tbody td {
        display: block;
        width: 100% !important;
        padding: 15px;
    }
    
    .policy-col-left {
        background-color: #F8F9FA;
        border-bottom: 1px solid #E0E0E0;
    }
    
    .policy-col-right {
        background-color: #fff;
    }
}

/* Responsive for Mục Tiêu Section */
@media (max-width: 992px) {
    .muc-tieu-container {
        padding: 0 30px;
    }
    .muc-tieu-title {
        font-size: 18px;
    }
    .muc-tieu-list li {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .gioithieu-img-container-bottom {
        padding: 40px 0;
    }
    .muc-tieu-container {
        padding: 0 20px;
    }
    .muc-tieu-header {
        margin-bottom: 25px;
    }
    .muc-tieu-icon {
        width: 28px;
        height: 28px;
    }
    .muc-tieu-title {
        font-size: 16px;
    }
    .muc-tieu-list li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
        padding-left: 22px;
    }
}

@media (max-width: 576px) {
    .gioithieu-img-container-bottom {
        padding: 30px 0;
        min-height: auto;
    }
    .muc-tieu-container {
        padding: 0 15px;
    }
    .muc-tieu-header {
        gap: 12px;
        margin-bottom: 20px;
    }
    .muc-tieu-icon {
        width: 24px;
        height: 24px;
    }
    .muc-tieu-title {
        font-size: 15px;
    }
    .muc-tieu-list li {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 12px;
        padding-left: 20px;
    }
}

/* Responsive for Statistics Section */
@media (max-width: 992px) {
    .statistics-grid {
        gap: 30px 20px;
    }
    .stat-item {
        padding: 20px;
    }
    .stat-icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    .stat-icon {
        width: 35px;
        height: 35px;
    }
    .stat-title {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .stat-value {
        font-size: 40px;
    }
    .stat-unit {
        font-size: 14px;
    }
    .breakdown-number,
    .breakdown-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .stat-item-full-width {
        grid-column: 1;
    }
    .stat-item-full-width .d-flex {
        flex-direction: column;
    }
    .stat-item-full-width .stat-item-list {
        margin-left: 0;
        margin-top: 20px;
    }
    .stat-special-block {
        padding: 20px;
    }
    .stat-special-content {
        flex-direction: column;
        gap: 20px;
    }
    .stat-special-divider {
        width: 100%;
        height: 1px;
        align-self: stretch;
    }
    .stat-value-special {
        font-size: 56px;
    }
    .stat-unit-special {
        font-size: 18px;
    }
    .stat-item {
        padding: 20px;
    }
    .stat-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .stat-title {
        font-size: 12px;
    }
    .stat-subtitle {
        font-size: 11px;
    }
    .stat-value {
        font-size: 36px;
    }
    .stat-unit {
        font-size: 13px;
    }
    .breakdown-number,
    .breakdown-text {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .statistics-grid {
        gap: 20px;
    }
    .stat-item {
        padding: 15px;
    }
    .stat-special-block {
        padding: 15px;
    }
    .stat-special-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .stat-value-special {
        font-size: 48px;
    }
    .stat-unit-special {
        font-size: 16px;
    }
    .stat-icon-wrapper {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    .stat-icon {
        width: 30px;
        height: 30px;
    }
    .stat-title {
        font-size: 11px;
        margin-bottom: 10px;
    }
    .stat-subtitle {
        font-size: 10px;
    }
    .stat-value {
        font-size: 32px;
    }
    .stat-unit {
        font-size: 12px;
    }
    .breakdown-number,
    .breakdown-text {
        font-size: 12px;
    }
}

/*MObile*/
@media only screen and (max-width: 46.1877em) {
    .tab-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .khungGTtt2 {
        width: 100%;
    }
    .tab-title2 {
        font-size: 14px;
    }
    .khungVision{
        padding-right: calc(var(--bs-gutter-x) * .5);
    
    }
    .khungMission{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .khoi-gioithieu1 > div:last-child {
        font-size: 11px;
    }
    .khoi-gioithieu2 > div:last-child {
        font-size: 11px;
    }
    .khungGTtt3 {
        width: 100%;
    }
    .khungGTtt4 {
        width: 100%;
    }
    .org-banner-title {
        width: 100%;
        text-align: center;
    }
    .org-banner-title span {
        font-size: 12px;
    }
    .hanhtrinhDesktop{
        display: none;
    }
    .hanhtrinhMobile{
        display: block;
    }
    .stat-special-header {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .stat-special-block {
        padding: 0px;
    }
    .khoi-gioithieu1 > div:first-child span {
        font-size: 13px;
    }
    .khoi-gioithieu2 > div:first-child span {
        font-size: 13px;
    }
    .timelineDesktop{
        display: none;
    }
    .timelineMobile{
        display: block;
    }
    .period-header-wrapper {
        padding: 0 0;
    }
    .stat-value {
        font-size: 25px;
    }
    .stat-unit {
        font-size: 17px !important;
    }
    .stat-value-special {
        font-size: 25px;
    }
    .BanDieuHanhDesktop{
        display: none;
    }
    .BanDieuHanhMobile{
        display: block;
    }
    .tabDesktop{
        display: none;
    }
    .tabMobile{
        display: block;
    }
    .tabmenuMobile{
        overflow-x: auto;
        width: 100%;
        max-width: 500px;
    }
    .tabmenuMobile div button{
        white-space: nowrap;
    }
    .khungGTtt2::after{
        display: none;
    }
    .khungGTtt3::after{
        display: none;
    }
    .khungGTtt4::after{
        display: none;
    }
    .khungGTttKSV::after{
        display: none;
    }

}
/* tablet width >= 740px and < 1024px */
@media only screen and (min-width: 46.25em) and (max-width: 73.75em) {
    .tab-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .khungGTtt2 {
        width: 100%;
    }
    .tab-title2 {
        font-size: 14px;
    }
    .khoi-gioithieu1 > div:last-child {
        font-size: 11px;
    }
    .khoi-gioithieu2 > div:last-child {
        font-size: 11px;
    }
    .khungGTtt3 {
        width: 100%;
    }
    .khungGTtt4 {
        width: 100%;
    }
    .org-banner-title {
        width: 100%;
        text-align: center;
    }
    .org-banner-title span {
        font-size: 12px;
    }
    .hanhtrinhDesktop{
        display: none;
    }
    .hanhtrinhMobile{
        display: block;
    }
    .stat-special-header {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .stat-special-block {
        padding: 0px;
    }
    .khoi-gioithieu1 > div:first-child span {
        font-size: 13px;
    }
    .khoi-gioithieu2 > div:first-child span {
        font-size: 13px;
    }
    .timelineDesktop{
        display: none;
    }
    .timelineMobile{
        display: block;
    }
    .period-header-wrapper {
        padding: 0 0;
    }
    .stat-value {
        font-size: 25px;
    }
    .stat-unit {
        font-size: 17px !important;
    }
    .stat-value-special {
        font-size: 25px;
    }
    .stat-special-content {
        gap: 0px;
    }
    .txtHDQT1 p {
        text-align: left;
    }
    .khungGTtt2::after{
        display: none;
    }
    .khungGTtt3::after{
        display: none;
    }
    .khungGTtt4::after{
        display: none;
    }
    .khungGTttKSV::after{
        display: none;
    }
}