/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@media (max-width: 767px) {
	.home-banner.radius-30 {
		border-radius: 0 !important;
	}

}
.product-small .box-text-products .name.product-title a{
	line-height: 1.5em; /* Đặt chiều cao dòng */
    min-height: 3em; /* Đặt chiều cao tối thiểu cho 2 dòng */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden; /* Ẩn nội dung thừa nếu có */
    white-space: normal;
	overflow: hidden;

}
.category .box-text .post-title a{
	line-height: 1.5em; /* Đặt chiều cao dòng */
    min-height: 3em; /* Đặt chiều cao tối thiểu cho 2 dòng */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden; /* Ẩn nội dung thừa nếu có */
    white-space: normal;
	overflow: hidden;

}