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

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

/* --- PHẦN TIÊU ĐỀ DANH MỤC (Giữ nguyên của bạn nhưng sửa lỗi font-family viết sai) --- */
.tieude_tintuc1 h3 span, 
.tieude_tintuc2 h3 span, 
.tieude_tintuc3 h3 span,
.tieude_tintuc_truyenthongnoibat h3 span {
    padding-bottom: 0;
    font-family: 'Roboto', sans-serif !important;
}
.tieude_tintuc1 h3 span { border-bottom: 4px solid #63c4ee; }
.tieude_tintuc2 h3 span { border-bottom: 4px solid #2ca899; }
.tieude_tintuc3 h3 span { border-bottom: 4px solid #ff9141; }
.tieude_tintuc_truyenthongnoibat h3 span { 
	border-bottom: 4px solid #FF9141 !important;
    padding-bottom: 6px !important; 
}

/* --- PHẦN MODULE TIN TỨC (Đã sửa lỗi chạy trên Mobile) --- */

/* 1. Sửa selector để ăn cả lúc chạy dạng Lưới lẫn dạng Slider trên Mobile */
.modun_tintuc .post-item {
    padding-bottom: 0 !important;
}

/* 2. SỬA LỖI: Đổi display: hidden thành display: none để ẩn ảnh triệt để */
.modun_tintuc .post-item .box-image {
    display: none !important; 
    padding: 0 !important;
    margin: 0 !important;
}

/* 3. Tối ưu lại khung chứa chữ, thêm !important để đè CSS gốc của Mobile Flatsome */
.modun_tintuc .post-item .box-text {
    font-size: .9em !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 4. Giữ nguyên đường gạch ngang chia bài viết */
.modun_tintuc .post-item .box-text .is-divider {
    height: 1px;
    margin-bottom: .5em;
    margin-top: .5em;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

/* 5. Cấu hình chữ tiêu đề bài viết */
.modun_tintuc .post-item .box-text a {
    font-family: 'Roboto', sans-serif !important;
    color: #605b5b !important;
    font-size: 0.9em !important;
    line-height: 1.4 !important;
    display: block;
}

/* Hiệu ứng rê chuột */
.modun_tintuc .post-item .box-text a:hover {
    color: black !important;
}

.block-container{
	background: #FCF3F0;
    border-radius: 0;
}

.block-minorHeader1{
	padding: 6px 10px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: #1a2534;
    font-weight: 700;
    padding: 18px 14px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
	
	border-top: 0;
    border-bottom: 3px solid #f00;
    margin-bottom: 10px;
	padding-top: 0;
    padding-bottom: 0;
    line-height: 2.5;
}

.block-container .post-title a{
	color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.block-container a:hover{
	color: #ff0000 !important;
}
.block-container .is-divider{
	display:none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}