:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1f1bb21 *//* ====================================
   CSS TRANG LIÊN HỆ CÔ HUYỀN (BẢN CHUẨN MÀU LOGO)
   ==================================== */

.huyen-contact-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    margin-bottom: 50px;
}

.huyen-contact-info h3, .huyen-contact-form h3 {
    color: #1a2b56;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.huyen-contact-info .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.huyen-contact-info .icon {
    margin-right: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4f8;
    padding: 12px;
    border-radius: 50%;
}

.huyen-contact-info a {
    color: #1a2b56;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.huyen-contact-info a:hover {
    color: #3b5bdb;
}

/* ====================================
   CSS NÚT MẠNG XÃ HỘI (MỚI THÊM)
   ==================================== */
.social-inline-wrap {
    display: flex;
    gap: 12px;
    margin-top: 12px; /* Cách chữ địa chỉ ra cho đẹp */
}

.huyen-social-btn {
    width: 38px;
    height: 38px;
    background-color: #f0f4f8; /* Cùng màu nền với icon map */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.huyen-social-btn svg {
    fill: #1a2b56; /* Màu xanh navy */
    transition: all 0.3s ease;
}

.huyen-social-btn:hover {
    background-color: #1a2b56;
    transform: translateY(-3px);
}

.huyen-social-btn:hover svg {
    fill: #ffffff;
}

/* ====================================
   CSS FORM STYLING
   ==================================== */
.huyen-contact-form .form-group {
    margin-bottom: 15px;
}

.huyen-contact-form input, 
.huyen-contact-form select, 
.huyen-contact-form textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #f8fafc;
    font-family: inherit;
    font-size: 15px;
    transition: all 0.3s;
    color: #1a2b56;
}

.huyen-contact-form input:focus, 
.huyen-contact-form select:focus, 
.huyen-contact-form textarea:focus {
    border-color: #1a2b56;
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(26, 43, 86, 0.1);
}

.huyen-contact-form .btn-submit {
    background-color: #1a2b56;
    color: #fff;
    border: none;
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
}

.huyen-contact-form .btn-submit:hover {
    background-color: #2b4582;
    box-shadow: 0 5px 15px rgba(26, 43, 86, 0.2);
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .huyen-contact-container {
        grid-template-columns: 1fr;
        padding: 25px;
        gap: 40px;
    }
}

/* Ép ô chọn khóa học to đẹp */
.huyen-contact-form select {
    height: 50px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 50px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a2b56' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    cursor: pointer;
}

.elementor-847 .elementor-element.elementor-element-1f1bb21 a {
    text-decoration: none !important;
}/* End custom CSS */