.item-baiviet-2 {
    display: flex;
    gap: 16px;
    position: relative;
    padding-top: 24px;
    border-top: 1px solid #E8EAF0;
}

.item-baiviet-2 .media img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.item-baiviet-2 .content {
    width: calc(100% - 150px);
}

.item-baiviet-2 .content .post-title {
    margin: 0;
    line-height: 1;
}
.item-baiviet-2 .content .date-info {
    display: flex;
    gap: 8px;
    align-items: center;
}
.item-baiviet-2 .content .date-info .left i{
    font-size: 14px;
    color: var(--primary);
}
.item-baiviet-2 .content .date-info .right {
    display: inline-block;
    margin: 0 20px 0px 0;
    color: var(--text);
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 3%;
}

.item-baiviet-2 .content .post-title a {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3%;
    text-align: justify;
    color: var(--heading);
}

/* style for section thong bao */

.section-thong-bao {
    display: flex;
    gap: 30px;
}

.section-thong-bao .ova-blog {
    width: 70%;
}

.section-thong-bao .posts-right {
    width: 30%;
    background-color: #F9F9F9;
    border: 1px solid #E8EAF0;
    margin: 0;
    padding: 24px;
    list-style-type: none;
}

.section-thong-bao .posts-right .post-title {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8EAF0;
    line-height: 1;
}

.item-baiviet-3:last-child .post-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.section-thong-bao .posts-right .post-title a {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3%;
    text-align: justify;
    color: var(--heading);
    line-height: 1;
}

.section-thong-bao .posts-right .post-title a:hover {
    text-decoration: underline;
}

.ova-blog.v1_template_2.gap-0 {
    row-gap: 0px;
}

.ova-blog.v1_template_2.gap-30 {
    row-gap: 30px;
}

@media screen and (max-width: 1024px) {
    .section-thong-bao .ova-blog, 
    .section-thong-bao .posts-right {
        width: 100%;
    }

    .section-thong-bao {
        flex-direction: column;
    }
}