.img-tin-tuc a {
    width: 100%;
}
.img-tin-tuc img {
    height: auto;
    object-fit: cover;
    object-position: center left;
    aspect-ratio: 171 / 133;
}
.swiper-slide .e-parent{
    height: 100%;
    justify-content: space-between;
}
.heading-limit-line .elementor-heading-title {
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.excerpt-limit-line p:last-child {
    margin-bottom: 0;
}
.excerpt-limit-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}