
p {
  font-size: 16px;
  padding: none;
  width: none;
  margin: 10px auto;
  text-align: justify;
}

.none {
  text-justify: none;
}

.auto {
  text-justify: auto;
}

.dist {
  text-justify: distribute;
}

.word {
  text-justify: inter-word;
}

.char {
  text-justify: inter-character;
}
.grid-parent {
    display: none;
}

/* Ảnh booking trên cùng */
.img-booking-top {
    margin-top: -70px !important;
    display: block;
}

/* Section home 1 */
.contenthome1 {
    padding-top: 30px;
}

/* Tiêu đề mô tả 5 Cửa Ô */
.hom5cuao {
    background: transparent;
    color: #8B0000; /* Nâu đỏ */
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding: 12px 8px;
    margin: 12px auto 20px;
    max-width: 960px;
    line-height: 1.5;
    text-shadow:
        0 0 4px rgba(255, 215, 0, 0.8),  /* Vàng đậm gần chữ */
        0 0 8px rgba(255, 215, 0, 0.6),  /* Vàng sáng lan nhẹ */
        0 0 12px rgba(255, 215, 0, 0.4); /* Vàng nhạt dần */
}

/* Step 1 inline */
.tb2step-row-inline {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

/* Form fields */
.tb2step-col input,
.tb2step-col select,
.tb2step-col textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    transition: 0.25s;
    background: #fff;
    color: #333;
}

/* Focus effect */
.tb2step-col input:focus,
.tb2step-col select:focus {
    border-color: #6d030397;
    box-shadow: 0 0 0 2px rgba(122, 3, 7, 0.078);
}

/* Required label */
.tb2step-required {
    color: #dc2626;
}

/* Buttons */
.tb2step-btn {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    font-weight: 500;
}

/* ======================================
   HÀ NỘI 5 CỬA Ô – 2 STEP FORM (SAFE + OVERRIDE)
   Ưu tiên cực cao, không xung đột form khác
====================================== */

/* RESET cho vùng form riêng */
.tb2step-wrapper * {
    box-sizing: border-box;
    font-family: inherit;
}

/* Wrapper */
.tb2step-wrapper {
    max-width: 960px;
    margin: 20px auto;
}

/* ===============================
   STEP 1 – GIAO DIỆN MỚI
================================*/
#tb2step-step1.tb2step-card {
    background: rgba(40, 20, 0, 0.55) !important;   /* Nâu đen trong suốt */
    border: 1px solid rgba(255, 200, 120, 0.35) !important;
    color: #ffd654 !important;                      /* Chữ vàng */
    backdrop-filter: blur(6px);
}

#tb2step-step1 .tb2step-title {
    color: #ffd654 !important;
}

/* Input + select Step 1 */
#tb2step-step1 .tb2step-col input,
#tb2step-step1 .tb2step-col select {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    color: #ffd654 !important;
}

#tb2step-step1 .tb2step-col input::placeholder {
    color: #ffe6a8 !important;
    opacity: 0.8;
}

/* Focus */
#tb2step-step1 .tb2step-col input:focus,
#tb2step-step1 .tb2step-col select:focus {
    border-color: #ffcc66 !important;
    box-shadow: 0 0 8px rgba(255,204,102,0.6) !important;
}

/* Button Step 1 */
#tb2step-step1 .tb2step-btn-primary {
    background: #8a1f1f !important;       /* Nâu đỏ */
    color: #ffd654 !important;
}

#tb2step-step1 .tb2step-btn-primary:hover {
    background: #a62828 !important;
}

/* ===============================
   STEP 2 – FORM TRẮNG BÌNH THƯỜNG
================================*/
.tb2step-card {
    background: rgba(40, 20, 0, 0.975) !important;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
    color: #ffd654 !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.tb2step-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #ffdf85 !important;
}

/* Layout chung */
.tb2step-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
}

.tb2step-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 0;
}

/* Step 1 inline */
.tb2step-row-inline {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

/* Fields */
#tb2step-step2 .tb2step-col input,
#tb2step-step2 .tb2step-col select {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 215, 140, 0.35) !important;
    color: #ffe8b0 !important;
}

.tb2step-col input:focus,
.tb2step-col select:focus {
    border-color: #94040c9f;
    box-shadow: 0 0 0 2px rgba(139, 40, 4, 0.15);
}

/* Required */
.tb2step-required {
    color: #dc2626;
}

/* Buttons */
.tb2step-btn {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    font-weight: 500;
}

/* Step 2 Button */
.tb2step-btn-primary {
    background: #8a1f1f !important;
    color: #ffd654 !important;
}
.tb2step-btn-primary:hover {
    background: #a62828 !important;
}

/* ===============================
   RESPONSIVE
================================*/
@media (min-width: 769px) {
    .tb2step-row {
        flex-wrap: nowrap;
        align-items: center;
    }
    .tb2step-btn {
        width: auto;
    }
}

@media (max-width: 768px) {
    .tb2step-row,
    .tb2step-row-inline {
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }
    .tb2step-col,
    .tb2step-col-action {
        width: 100%;
    }
    .tb2step-btn {
        width: 100%;
        padding: 12px 16px;
    }
}
/* Step 1 form - hiển thị responsive */
.tb2step-row-inline {
    display: flex;
    flex-wrap: wrap; /* Cho phép xuống hàng khi không đủ chỗ */
    gap: 10px;       /* Khoảng cách giữa các cột */
}

/* Mỗi cột nhỏ */
.tb2step-col-small {
    flex: 1 1 auto;       /* Linh hoạt co giãn */
    min-width: 120px;     /* Đảm bảo input không quá nhỏ */
}

/* Button hành động */
.tb2step-col-action {
    flex: 0 0 auto;       /* Không co giãn */
}

/* Khi màn hình nhỏ hơn 768px (mobile) */
@media (max-width: 768px) {
    .tb2step-row-inline {
        flex-direction: column; /* Xuống hàng full dòng */
    }

    .tb2step-col-small,
    .tb2step-col-action {
        width: 100%;           /* Full width */
    }
}
/* Hiệu ứng focus khi quay lại */
.tb2step-focus-highlight {
    animation: tb2stepGlow 1.2s ease-in-out 2;
}

@keyframes tb2stepGlow {
    0% {
        box-shadow: 0 0 0px rgba(255, 210, 0, 0.0);
    }

    50% {
        box-shadow: 0 0 15px rgba(255, 210, 0, 0.8);
    }

    100% {
        box-shadow: 0 0 0px rgba(255, 210, 0, 0.0);
    }
}
/* Form Step 2 luôn nổi cao nhất */
#tb2step-step2.tb2step-card {
    position: relative !important;
    z-index: 999999 !important;
}

/* Nút hành động luôn clickable */
#tb2step-step2 .tb2step-actions,
#tb2step-step2 button {
    position: relative !important;
    z-index: 1000000 !important;
    pointer-events: auto !important;
}

/* Chặn footer hoặc khối phía dưới không đè lên */
footer,
.site-footer,
#colophon,
.payment-footer,
.payment-logos {
    position: relative !important;
    z-index: 1 !important;
    pointer-events: none;
    /* không nhận sự kiện click khi form đang mở */
}
/* Option trong Step 2 giống style Step 1 – nền nâu sang trọng */
#tb2step-step2 select,
#tb2step-step2 option {
    background: rgba(40, 20, 0, 1) !important;
    /* Nâu đậm */
    color: #ffd654 !important;
    /* Chữ vàng */
}

/* Khi hover lựa chọn */
#tb2step-step2 select option:hover,
#tb2step-step2 select option:checked {
    background: rgba(90, 50, 10, 1) !important;
    color: #fff !important;
}

/* Giữ style dropdown mở */
#tb2step-step2 select:focus {
    border-color: #ffcc66 !important;
    box-shadow: 0 0 10px rgba(255, 204, 102, 0.6) !important;
}
.tb2step-passenger-row {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    margin-bottom: 10px;
    background: rgba(40, 20, 0, 0.975) !important;
}
/* Option khi xổ xuống */
.tb2step-col select option {
    background: rgba(40, 20, 0, 0.95) !important; /* Nâu đen */
    color: #ffd654 !important;
}

/* Hover option */
.tb2step-col select option:hover {
    background: rgba(90, 50, 10, 1) !important;   /* Nâu sáng hơn */
    color: #fff !important;
}
#tb2step-loading {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999 !important;
}

.tb2step-loading-box {
    background: #fff;
    padding: 22px 30px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    width: 260px;
    box-shadow: 0 0 15px rgba(0,0,0,0.35);
}

.tb2step-spinner {
    width: 38px;
    height: 38px;
    border: 4px solid #ddd;
    border-top-color: #0073aa;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    margin: 0 auto 12px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
	