/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2025 | 08:47:07 */
.font-text{
	color: #000000;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 22px;
}
.tieu-de-h2{
	color: #494949;
	font-family:Arial, sans-serif;
	font-size:21px;
}
.title-simple-classic {
            font-size: 24px;
            font-weight: 800;
            color: #1a202c; /* Màu đen đậm */
            letter-spacing: -1px;
            padding-bottom: 0.25rem;
            border-bottom: 4px solid #4a90e2; /* Đường kẻ xanh đơn giản */
            display: inline-block;
            transition: color 0.3s ease, border-color 0.3s ease, letter-spacing 0.3s ease;
        }

.title-simple-classic:hover {
            color: #4a90e2; /* Đổi sang màu xanh khi hover */
            border-color: #1a202c; /* Đổi màu đường kẻ */
            letter-spacing: 0; /* Giãn chữ ra một chút */
        }

