 /* Áp dụng cho Header, Menu và các thanh tiêu đề đang bị màu "xanh cổ vịt" */
header, menu-main, .toppage, .title-block, .top-bar-mobile, .slider, nav-bg, .slogan, footer, .content, .header-title, .open, .navbar-banner, .navbar a, .breadcrumbs-box, .box-shadow, .introduce, .background, .viewmore, .left, .finished_prod, .container-fluid, .owl-finished, .item-body, .bottom-wiget-support {

    background-color: transparent !important;
    background-image: #071b3d !important;
  
    /* TẠO GRADIENT XANH DƯƠNG */
    /* Code này chạy màu từ Xanh Navy (#003399) sang Xanh Dương Tươi (#2878e8) */
    background: linear-gradient(90deg, #001c3f 30%, #071b3d 100%)  !important;
    
}

/* Background các thẻ sáng hơn màu background (#25324f) */
.item-body, .body, .heading, .photo-text-more, .feedback, .status  {
    background-color: #25324f !important;

}

body, .main-content, #wrapper, .owl-count, .home_news, .list_home_news, .form-group {
        background-color: linear-gradient(90deg, #001c3f 0%, #071b3d 100%)  !important;
    }
    /* Đảm bảo nền nội dung trong suốt để lộ màu xanh */
    div {
        background-color: #071b3d;
      }

/* Đảm bảo toàn bộ chữ trên thanh menu chuyển sang màu Trắng */
.header a, menu-main a, top-bar span, .breadcrumb a, .project-content, .feed_content, .title, .navbar-banner, .content, .top-bar a, .header h1, .hotline, .list-box a, .price, .title a, .header h2, .date, .item-title, .blue-hover, .logo-menu, .header-section, .breadcrumb, .content-style h2, .nav-item, .nav-link, .d-block, .text-right, .text-right a, .sidebarblog-title, .brief {
    color: #ffffff !important;
    text-shadow: none !important; /* Xóa bóng chữ nếu có cho sạch mắt */
    /*background: transparent !important;       /* Lệnh quan trọng nhất: làm trong suốt */
    /*background-color: transparent !important; */
    /* border: none !important;                   Xóa viền bao quanh các ô này (nếu có) */
    box-shadow: none !important;              /* Xóa bóng đổ của từng ô để nhìn phẳng và liền mạch */
  
}


      /* Chữ nổi bật màu vàng */
.price a, .count_to, .title span, .name, .name a, .content a, .viewmore, .fas, .fa, .far {
    color: #f3c834 !important;
    text-shadow: none !important; /* Xóa bóng chữ nếu có cho sạch mắt */
    background: transparent !important;       /* Lệnh quan trọng nhất: làm trong suốt */
    background-color: transparent !important; 
    border: none !important;                  /* Xóa viền bao quanh các ô này (nếu có) */
    box-shadow: none !important;              /* Xóa bóng đổ của từng ô để nhìn phẳng và liền mạch */

}

      /* Nền nổi bật màu vàng */
 {
    background: #f3c834 !important;     

}

/* Ẩn hình ảnh logo cũ (file jpg) đi nhưng vẫn giữ khung click */
.logo-group img {
    /* Thay đường dẫn trong ngoặc bằng đường dẫn file PNG bạn vừa copy ở Bước 1 */
    content: url('https://diamondlandhp.com/upload/tab/8542logo-white.png') !important;
    
    /* Chỉnh lại kích thước nếu ảnh mới quá to hoặc quá nhỏ */
    width: 270px !important; /* Bạn tự chỉnh số này cho vừa mắt */
    height: auto !important;
    object-fit: contain;
  
}
      
.logo-top img {
    /* Thay đường dẫn trong ngoặc bằng đường dẫn file PNG bạn vừa copy ở Bước 1 */
    content: url('https://diamondlandhp.com/upload/tab/8542logo-white.png') !important;
    
    /* Chỉnh lại kích thước nếu ảnh mới quá to hoặc quá nhỏ */
    width: auto !important; /* Bạn tự chỉnh số này cho vừa mắt */
    height: 35px !important;
    object-fit: contain;
  
}


/* 2. Ẩn phần "Vì sao chọn chúng tôi" (Banner màu xanh đậm có lời chứng thực) */
.feedback {
    display: none !important;
}
      
      /* Ẩn hoàn toàn thanh thống kê (4 ô: Dự án, Tư vấn viên...) */
.slogan {
    display: none !important;
}