/*
Theme Name: antislipfloormat
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.blog-post-inner .from_the_blog_excerpt  {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 6.5em; /* Đảm bảo các ô đều nhau */
}
