.item-baiviet-2 {
    display: flex;
    gap: 16px;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #E8EAF0;
    border-bottom: 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;
}
.item-baiviet-2 .content .date-info {
    display: flex;
    gap: 8px;
}
.item-baiviet-2 .content .date-info .left i{
    font-size: 14px;
    color: var(--primary);
}
.item-baiviet-2 .content .date-info .right {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.item-baiviet-2 .content .post-title:hover a {
    text-decoration: underline;
}
.item-baiviet-2 .content .post-title a {
    font-weight: 800;
    color: var(--heading);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 27px;
}

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

.card-khcn-htqt {
    padding: 50px;
    border: 2px solid var(--Color-2, #E8EAF0);
    height: 100%;
    position: relative;
}

.card-khcn-htqt::after {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 150px solid var(--primary);
    border-left: 200px solid transparent;
    z-index: 1;
}

.title-qlkh {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.title-qlkh img {
    width: 100px;
    margin-top: -10px;
    margin-right: -10px;
}

.card-khcn-htqt h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0.03em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
	min-height: 84px;
}

.card-khcn-htqt .item-baiviet-2 {
    border-top: 0;
}

.card-khcn-htqt .item-baiviet-2:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.btn-xemthem.elementor-button {
    padding: 12px 37px;
    margin-top: 32px;
    border-radius: 0px;
    background-color: white;
    cursor: pointer;
}