.banner-wrapper {
    display: flex;
    padding: 40px 40px 0px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.banner-wrapper .banner {
    display: flex;
    width: 1840px;
    padding: 50px 200px;
    gap: 100px;
    border-radius: 15px;
    background: var(--background-bg-primary, #5bee2e);
    position: relative;
}
.banner h1 {
    color: var(--text-heading-inverted, #fff);
    /* H4/Bold */
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;

    font-weight: 700;
    line-height: 40px; /* 133.333% */
    flex: 1;
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
}
.banner .banner-navigate {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
    border-radius: 20px 20px 0px 0px;
    background: #f6f9fb;
    position: absolute;
    bottom: 0;
    right: 334.5px;
}

/* news-wrapper */
.news_wrapper {
    display: flex;
    padding: 0px 240px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.news {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}
.news_outstanding_card {
    display: flex;
    width: 950px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    border-radius: 20px;
    border: 1px solid var(--border-border-primary, #efefef);
    background: var(--background-bg-primary, #fff);
}
.news_outstanding_card .img {
    display: flex;
    width: 950px;
    height: 478px;
    align-items: center;
    border-radius: 20px;
    position: relative;
}
.news_outstanding_card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.news_outstanding_card .img .date {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 20px 20px 0px 0px;
    background: var(--background-bg-primary, #fff);
}
.news_outstanding_card .img .date p {
    color: var(--text-placeholder, #93969d);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
}
.news_outstanding_card .img .date::after {
    content: '';
    width: 20px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: -20px;
    border-radius: 0px 0px 0px 20px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 20px 0px 0px var(--neutral-neutral-0, #fff);
}
.news_outstanding_card .news_content {
    display: flex;
    padding: 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.news_content .news_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
}
.news_header .tag {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.news_header .tag p {
    color: var(--text-body, #4f5460);
    text-align: center;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 150% */
    display: flex;
    padding: 2px 16px;
    align-items: center;
    gap: 11px;
    align-self: stretch;
    border-radius: 9999px;
    border: 1px solid var(--border-border-solid, #93969d);
}
.news_content .news_header .icon {
    display: flex;
    align-items: center;
    gap: 12px;
}
.news_content .news_header .icon .views {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.news_content .news_header .icon .views p {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5.25px 2.25px;
    justify-content: center;
    align-items: center;
}
.news_content .news_header .icon .views p svg {
    width: 19.5px;
    height: 13.5px;
    flex-shrink: 0;
}
.news_content .news_header .icon .views span {
    color: var(--text-body, #4f5460);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}
.news_content .news_header .icon .diveder svg {
    width: 16px;
    height: 0px;
    transform: rotate(90deg);
    stroke-width: 1px;
    stroke: var(--border-border-dark, #0e1525);
}
.news_content .news_header .icon .share {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 1.25px 3.25px 1.25px 2.25px;
    justify-content: center;
    align-items: center;
}
.news_content .news_header .icon .share svg {
    width: 18.5px;
    height: 21.5px;
    flex-shrink: 0;
}
.news_content .news_body .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_content .news_body h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--text-heading-primary, #0e1525);
    text-overflow: ellipsis;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}
.news_content .news_body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--text-body, #4f5460);
    text-overflow: ellipsis;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
/* news_side */
.news_side {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 20px;
    border: 1px solid var(--border-border-primary, #efefef);
    background: var(--background-bg-primary, #fff);
}
.news_side .news_side_title {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.news_side .news_side_title .icon {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 3px 2px;
    justify-content: center;
    align-items: center;
}
.news_side .news_side_title .icon svg {
    width: 20px;
    height: 18px;
    flex-shrink: 0;
}
.news_side .news_side_title h2 {
    color: var(--text-heading-primary, #0e1525);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.news_side .news_side_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.news_side .news_side_list .item {
    display: flex;
    padding: 16px 0px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.news_side .news_side_list .item-one {
    display: flex;
    padding: 0px 0px 16px 0px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.news_side .news_side_list .item img {
    width: 128px;
    height: 88px;
    border-radius: 16px;
    object-fit: cover;
}
.news_side .news_side_list .item .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
}
.news_side .news_side_list .item .title h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--text-heading-primary, #0e1525);
    text-overflow: ellipsis;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}
.news_side .news_side_list .item .title span {
    color: var(--text-disable, #93969d);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.news_side .news_side_list .line {
    height: 1px;
    align-self: stretch;
    background: #e0e0e0;
}

@media (max-width: 1399.98px) {
    .banner-wrapper {
        padding: 30px 40px 0 40px;
    }
    .banner-wrapper .banner {
        width: 100%;
        padding: 40px 60px;
    }
    .news_wrapper {
        padding: 0px 40px; 
    }
}

@media (max-width: 991.98px) {
    .banner-wrapper {
        padding: 20px 20px 0 20px;
    }
    .banner-wrapper .banner {
        padding: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .banner h1 {
        text-align: center;
        padding-left: 0;
        margin-left: 0;
        font-size: 28px;
        line-height: 36px;
    }
    .banner .banner-navigate {
        position: static;
        right: auto;
        bottom: auto;
        border-radius: 12px;
        padding: 10px 20px;
        background: rgba(255, 255, 255, 0.2);
    }
    .banner .banner-navigate a {
        color: white;
    }

    .news_wrapper {
        padding: 0px 20px;
    }
    .news {
        flex-direction: column;
        gap: 32px;
    }
    .news_outstanding_card,
    .news_outstanding_card .items_hight .image {
        width: 100%;
    }
    .news_outstanding_card .items_hight .image {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .news_outstanding_card .items_hight .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .homeNews .list_news {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .news_outstanding_card .news_body .content .info_over {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .news_outstanding_card .news_body .content .icon {
        padding: 8px;
        border: 1px solid #eee;
        border-radius: 8px;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-around;
    }

    .homeNews .title_top_block {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .homeNews .news_title {
        font-size: 22px;
    }
    .homeNews .list_news {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 575.98px) {
    /* --- Banner --- */
    .banner-wrapper {
        padding: 15px 15px 0 15px;
    }
    .banner-wrapper .banner {
        padding: 25px 15px;
    }
    .banner h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .banner .banner-navigate {
        padding: 8px 12px;
        font-size: 12px;
        gap: 4px;
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
        justify-content: center;
    }

    .news_wrapper {
        padding: 0px 15px;
        gap: 24px;
    }
    .news {
        gap: 24px;
    }
    .news_outstanding_card .news_content {
        padding: 0 15px;
    }
    .news_content .news_body h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .news_content .news_body p {
        font-size: 16px;
        line-height: 24px;
    }

    .news_side {
        padding: 16px;
    }
    .news_side .news_side_list .item,
    .news_side .news_side_list .item-one {
        gap: 12px;
    }
    .news_side .news_side_list .item img {
        width: 90px;
        height: 65px;
    }
    .news_side .news_side_list .item .title h3 {
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }
}