.dinhhuonghoatdong-background-image{
    width: 100%;
    object-fit: contain;
    object-position: center center;
    box-sizing: border-box;
    margin: 0;
}
.dinhhuonghoatdong-background-overlay{
    width: 100%;
}

/* Content Wrapper - Red Border */
.content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0px 30px 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-left: 3px solid #80774C;
    border-top: 3px solid #E4CD88;
}

.report-title-wrapper{
    padding-left: 20px;
    padding-bottom: 0px;
    width: fit-content;
    border-left: 2px solid #DABF70;
    border-bottom: 2px solid #DABF70;
    margin-bottom: 30px;
}

.report-title {
    font-size: 24px;
    font-weight: 700;
    color: #0066B2;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
}

/* Intro Section */
.intro-section {
    margin-bottom: 40px;
}

.intro-text {
    font-size: 15px;
    color: #393939;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
}

/* Numbered Sections - với đường thẳng dọc */
/* Đường thẳng dọc toàn bộ numbered section */
.numbered-sections {
    padding-left: 0;
    margin-bottom: 32px;
}

.numbered-section-item {
    background: linear-gradient(90deg, #d9ecfa 60%, #ede0c8 100%);
    border-radius: 16px;
    margin-bottom: 36px;
    min-height: 75px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 24px rgba(100, 150, 200, 0.05);
}

.numbered-section-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Vòng tròn số nằm trên đường thẳng dọc */
.section-number-circle {
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #3162AD;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(41,128,217,0.08);
}

.section-number {
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.section-content {
    flex: 1;
}

.section-text {
    font-size: 15px;
    color: #393939;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
    font-weight: 400;
}

/* Bullet List for Section 2 */
.section-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    padding-left: 0;
}

.section-bullet-list li:last-child {
    margin-bottom: 0;
}

.bullet-icon {
    color: #0066B2;
    font-size: 12px;
    margin-top: 6px;
    flex-shrink: 0;
}

.bullet-text {
    font-size: 15px;
    color: #393939;
    line-height: 1.6;
    flex: 1;
}

.section-block {
    padding: 20px 18px 20px 52px;
    flex: 1;
    text-align: justify;
}

.section-block-content {
    color: #393939;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
}
.section-bullet-list {
    margin: 10px 0 0 0;
    padding: 0 0 0 22px;
    color: #393939;
    font-size: 15px;
    line-height: 1.7;
    list-style: disc outside;
}


/* Responsive Design */
@media (max-width: 768px) {
    .content-wrapper {
        padding: 20px 15px;
        border-width: 5px;
    }
    
    .report-title {
        font-size: 20px;
    }
    
    .intro-text {
        font-size: 14px;
    }
    
    .numbered-sections {
        padding-left: 24px;
    }
    
    .numbered-sections::before {
        left: 25px;
    }
    
    .section-number-circle {
        left: 0;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .section-number {
        font-size: 20px;
    }
    
    .section-text {
        font-size: 14px;
    }
    
    .bullet-text {
        font-size: 14px;
    }
    .section-block {
        margin-left: 36px;
        padding: 11px 12px;
    }
    .section-block-content, .section-bullet-list {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .content-wrapper {
        padding: 15px 10px;
        border-width: 4px;
    }
    
    .report-title {
        font-size: 18px;
    }
    
    .intro-text {
        font-size: 13px;
    }
    
    .numbered-sections {
        padding-left: 45px;
    }
    
    .numbered-sections::before {
        left: 22px;
    }
    
    .section-number-circle {
        left: 22px;
        width: 35px;
        height: 35px;
    }
    
    .section-number {
        font-size: 18px;
    }
    
    .section-text {
        font-size: 13px;
    }
    
    .bullet-text {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .numbered-section-item {
        padding-left: 6px;
        margin-bottom: 20px;
    }
    .section-number-circle {
        left: -8px;
        width: 36px;
        height: 36px;
        border-width: 2px;
    }
    .section-number {
        font-size: 15px;
    }
    .section-block {
        padding: 10px 9px 10px 38px;
    }
    .section-block-content, .section-bullet-list {
        font-size: 13px;
    }
}


/*MObile*/
@media only screen and (max-width: 46.1877em) {
    .section-block {
        padding: 10px 9px 10px 0px;
        text-align: justify;
    }
    .cssMobileTxtHihi{
        text-align: justify;
    }
}
/* tablet width >= 740px and < 1024px */
@media only screen and (min-width: 46.25em) and (max-width: 73.75em) {
    .cssMobileTxtHihi{
        text-align: justify;
    }
}