.section-news-events .event-blog-section {
    display: flex;
    gap: 30px;
}

.section-news-events .section-half {
    flex: 1;
}

.section-news-events .section-button {
    background-color: #2699dd;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.section-news-events .section-half hr {
    size: 5px;
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    color: black;
}

.section-news-events .post-large img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.section-news-events .post-large h3 {
    margin-top: 10px;
    font-size: 20px;
    min-height: 65px;
    color: #000000;
}

.section-news-events .post-small {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.section-news-events .post-small .thumb {
    flex: 0 0 30%;
}

.section-news-events .post-small .thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.section-news-events .post-small .info {
    flex: 1;
}

.section-news-events .post-small h4 {
    margin: 0 0 10px;
    font-size: 16px;
    min-height: 50px;
    color: #000000;
}

.section-news-events .description {
    margin: 5px 0;
    line-height: 1.4em;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.section-news-events .see-detail {
    display: inline-block;
    margin-top: 5px;
    color: #2699dd;
    font-weight: 600;
}


.section-news-events .section-inner {
    display: flex;
    gap: 30px;
}

.section-news-events .section-half {
    flex: 1;
}

.section-news-events .post-large img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}

.section-news-events .post-small .thumb img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 6px;
}

.col-know {
    padding-bottom: 0;
}

/* Đảm bảo mỗi cặp post-large có cùng chiều cao */
.section-news-events .post-large {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    padding-bottom: 40px;
}

/* Các post-small dùng grid/flex và min-height để đồng đều */
.section-news-events .post-small {
    display: flex;
    gap: 10px;
    min-height: 130px;
}

.section-news-events .post-small .thumb {
    flex: 0 0 30%;
}

.section-news-events .post-small .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-news-events .btn-blogs {
    display: flex;
    justify-content: flex-end;
}

.des-know {
    width: 100%;
    max-width: 850px;
    text-align: center;
    padding: 10px 0;
    margin: auto;
}

.des-know p {
    font-size: 18px;
}

.post-small:hover h4 {
    color: #2699dd;
}

.post-large:hover h3 {
    color: #2699dd;
}

.section-half .section-button:hover {
    background-color: #186491;
}

/* Responsive */
@media (max-width: 767px) {
    .section-news-events .section-inner {
        display: block;
    }

    .section-news-events .section-button {
        padding: 8px 45px;
    }

    .section-news-events .post-large h3 {
        margin-bottom: 0;
    }

    .section-news-events .post-large {
        min-height: 395px;
        padding-bottom: 0px;
    }

    .section-news-events .post-small h4,
    .section-news-events .post-large h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: unset;
        white-space: normal;
    }

    .section-news-events .post-small .description {
        font-size: 14px;
        margin: 0;
    }

    .section-news-events .see-detail {
        font-size: 14px;
    }

    .section-news-events .post-small .thumb {
        flex: 0 0 35%;
    }

    .section-news-events .post-small .thumb img {
        height: 116px;
    }

    .tit-know {
        padding-top: 30px;
    }

    .des-know p {
        font-size: 14px;
        margin-bottom: 0;
    }

    body .section-news-events .tit-know {
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .section-news-events .post-small h4 {
        margin: 0;
    }
}