.elementor-11 .elementor-element.elementor-element-a158bff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8980577 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.inno-contact-page-section {
   font-family: 'Poppins', sans-serif;
    padding: 50px 15px; /* Khoảng cách trên dưới và trái phải cho toàn section */
    max-width: 850px; /* Giới hạn chiều rộng của section */
    margin: 0 auto; /* Căn giữa section */
    color: #333;
}

.inno-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.inno-section-header h2 {
    font-size: 28px; /* Tăng kích thước tiêu đề chính */
    font-weight: 700;
    color: #000764; /* Màu xanh chủ đạo */
    margin-bottom: 15px;
    text-transform: uppercase; /* IN HOA */
    letter-spacing: 1px;
}

.inno-section-header .subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.inno-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Tạo lưới responsive */
    gap: 30px; /* Khoảng cách giữa các card */
}

.inno-contact-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: flex-start; /* Căn icon và content ở trên cùng */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #000764; /* Thêm một đường viền màu chủ đạo */
}

.inno-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 7, 100, 0.15); /* Màu chủ đạo có alpha cho bóng */
}

.inno-card-icon {
    font-size: 28px; /* Kích thước icon */
    color: #000764; /* Màu xanh chủ đạo */
    margin-right: 20px;
    padding-top: 5px; /* Điều chỉnh vị trí icon nếu cần */
    width: 40px; /* Cho icon một không gian cố định */
    text-align: center;
}

.inno-card-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50; /* Màu đậm hơn cho tiêu đề card */
    margin-top: 0;
    margin-bottom: 10px;
}

.inno-card-content .contact-value {
    font-size: 16px;
    font-weight: 500;
    color: #34495e;
    margin-bottom: 5px;
}

.inno-card-content .contact-value a {
    color: #000764; /* Màu xanh cho link */
    text-decoration: none;
    transition: color 0.2s ease;
}

.inno-card-content .contact-value a:hover {
    color: #001aa3; /* Màu xanh đậm hơn khi hover */
    text-decoration: underline;
}

.inno-card-content .contact-note {
    font-size: 13px;
    color: #7f8c8d; /* Màu xám cho ghi chú */
    font-style: italic;
    line-height: 1.5;
}

.inno-card-content .map-link a {
    font-size: 14px;
    color: #000764;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}
.inno-card-content .map-link a i {
    font-size: 0.8em; /* Icon nhỏ hơn chút */
    margin-left: 3px;
}

.inno-card-content .map-link a:hover {
    color: #001aa3;
    text-decoration: underline;
}

/* Responsive cho màn hình nhỏ hơn */
@media (max-width: 768px) {
    .inno-section-header h2 {
        font-size: 24px;
    }
    .inno-section-header .subtitle {
        font-size: 15px;
    }
    .inno-contact-grid {
        grid-template-columns: 1fr; /* 1 cột trên màn hình nhỏ */
    }
    .inno-card-icon {
        font-size: 24px;
        margin-right: 15px;
    }
    .inno-card-content h3 {
        font-size: 17px;
    }
    .inno-card-content .contact-value {
        font-size: 15px;
    }
}/* End custom CSS */