/* =========================
     FOOTER TỔNG THỂ (BẢN CHUẨN)
========================= */
.chan-trang {
    background: #063462 !important; /* Màu nền xanh đậm cổ điển sang trọng */
    padding: 60px 0 !important;
    color: #fff !important;
    font-family: sans-serif !important;
}

.chan-trang .row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
    max-width: 1250px !important;
    margin: 0 auto !important;
    gap: 0 !important;
}

.footer-col {
    flex: 1 !important;
    padding: 0 25px !important;
    box-sizing: border-box !important;
    margin-bottom: 30px !important;
}

/* Vách ngăn dọc tinh tế giữa 4 cột */
.footer-col:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.footer-col h3 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15) !important;
    padding-bottom: 10px !important;
}

/* =========================
   CỘT 1: XÓA SẠCH NỀN TRẮNG CỦA LOGO
========================= */
.footer-col:nth-child(1) .box,
.footer-col:nth-child(1) .box-image,
.footer-col:nth-child(1) .image-box,
.footer-col:nth-child(1) img,
.footer-col:nth-child(1) .logo-wrapper {
    background: transparent !important;
    background-color: transparent !important; /* Triệt tiêu khối nền trắng */
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.footer-col .logo { 
    width: 160px !important; 
    height: auto !important; 
    margin-bottom: 20px !important; 
    display: block !important; 
}

.footer-col h2 { color: #fff !important; font-size: 19px !important; font-weight: 700 !important; text-transform: uppercase !important; margin: 15px 0 !important; }
.footer-col p { color: rgba(255, 255, 255, 0.85) !important; font-size: 14px !important; line-height: 1.7 !important; }
.footer-col .social { display: flex !important; gap: 10px !important; margin-top: 15px !important; }
.footer-col .social a { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 36px !important; height: 36px !important; border-radius: 50% !important; background: rgba(255, 255, 255, 0.1) !important; color: #fff !important; transition: .3s !important; }
.footer-col .social a:hover { background: #fff !important; color: #063462 !important; transform: translateY(-3px) !important; }

/* ==========================================================================
   3. CỘT 2: THÔNG TIN LIÊN HỆ (GẠCH ĐỨT CHUẨN - KHỬ GẠCH LỖI)
   ========================================================================== */

/* Khung bọc từng hàng thông tin */
.chan-trang .footer-col .item {
    position: relative !important;
    padding-left: 52px !important; /* Đẩy chữ sang phải nhường vị trí cho vòng tròn icon */
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25) !important; /* Đường gạch nét đứt chuẩn mẫu */
    display: block !important;
    box-sizing: border-box !important;
}

/* Xóa gạch đứt ở mục cuối cùng (Giờ làm việc) */
.chan-trang .footer-col .item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Biến Icon FontAwesome thành hình tròn màu xanh */
.chan-trang .footer-col .item i {
    position: absolute !important;
    left: 0 !important;
    top: 2px !important; /* Căn đỉnh chuẩn theo dòng chữ đầu tiên */
    width: 36px !important;
    height: 36px !important;
    background-color: #146ca4 !important; /* Màu xanh của vòng tròn icon */
    color: #fff !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    margin: 0 !important;
}

/* Chữ tiêu đề đậm (Địa chỉ, Điện thoại,...) */
.chan-trang .footer-col .item b {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 3px !important;
}

/* Chữ nội dung chi tiết bên dưới */
.chan-trang .footer-col .item p {
    display: block !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important; /* Xóa khoảng trống mặc định tránh làm lệch dòng */
}
/* =========================
   CỘT 3 & 4: GIỮ MAP & FANPAGE TO ĐẸP CÂN ĐỐI
========================= */
.footer-col:nth-child(3) img,
.footer-col:nth-child(4) img,
.footer-col .map-img,
.footer-col .fanpage {
    width: 100% !important;
    max-width: 100% !important;
    height: 235px !important; /* Giữ độ cao lớn sắc nét */
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 4px solid #fff !important; /* Viền trắng đóng khung sang chảnh */
    background: #fff !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2) !important;
    display: block !important;
    margin-bottom: 15px !important;
}

/* NÚT BẤM DƯỚI ẢNH */
.footer-col .btn,
.footer-col .button,
.footer-col a[class*="button"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: 1.5px solid #fff !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

.footer-col .btn:hover,
.footer-col .button:hover {
    background: #fff !important;
    color: #063462 !important;
}

/* =========================
        RESPONSIVE MOBILE
========================= */
@media (max-width: 849px) {
    .chan-trang .row { flex-direction: column !important; }
    .footer-col { width: 100% !important; max-width: 100% !important; padding: 0 20px 25px 20px !important; border-right: none !important; }
    .footer-col:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; }
    .footer-col:nth-child(3) img, .footer-col:nth-child(4) img, .footer-col .map-img, .footer-col .fanpage { height: 210px !important; }
}