/*
Theme Name: Nội thất
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  ***************/


}

/*
 Theme Name: Flatsome Child
 Template: flatsome
*/

/*
 Theme Name: Flatsome Child
 Template: flatsome
*/

/* Định dạng chung cho cả hai khối */
.tieu-chi-hoat-dong, .thong-tin-lien-he {
    background: #e6f0fa;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #d3e3f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Thêm bóng nhẹ */
}

/* Định dạng tiêu đề */
.tieu-chi-hoat-dong h3, .thong-tin-lien-he h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #0055a5;
    padding: 10px 15px;
    margin: -15px -15px 15px -15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    position: relative;
}

/* Biểu tượng ngôi nhà trước tiêu đề Tiêu chí hoạt động */
.tieu-chi-hoat-dong h3:before {
    content: "🏠";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 18px;
}

/* Định dạng danh sách */
.tieu-chi-hoat-dong ul, .thong-tin-lien-he ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tieu-chi-hoat-dong ul li, .thong-tin-lien-he ul li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

/* Biểu tượng dấu check cho Tiêu chí hoạt động */
.tieu-chi-hoat-dong ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
    font-size: 16px;
}

/* Biểu tượng cho Thông tin liên hệ */
.thong-tin-lien-he ul li:nth-child(1):before {
    content: "📍";
    position: absolute;
    left: 0;
    font-size: 16px;
}

.thong-tin-lien-he ul li:nth-child(2):before {
    content: "📞";
    position: absolute;
    left: 0;
    font-size: 16px;
}

.thong-tin-lien-he