footer {
    display: none;
}
.box_content_travel h1 ,.list_restaurant_province .title_box_res_province, h1.title_box_res_province{
    margin-top: 15px;
}
.list_restaurant_province {
    padding: 0;
}

/* Cấu trúc bố cục item */
.item_box_content_travel {

    align-items: flex-start;
    gap: 2%; /* tạo khoảng cách giữa 2 khối */
}

.item_box_content_travel .item_box_content_travel_image {
    width: 35%;
}

.item_box_content_travel .item_travel_content {
    width: 64%;
}
/* Breadcrumb tổng thể */
.breadcrumb {
    background-color: #f9fafb; /* nền sáng nhẹ */
    border-radius: 8px;
    padding: 10px 16px;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

/* Liên kết trong breadcrumb */
.breadcrumb-item a {
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Phần tử active */
.breadcrumb-item.active {
    color: #6c757d;
    font-weight: 600;
}

/* Biểu tượng chia cấp */
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #adb5bd;
    font-size: 14px;
    padding-right: 6px;
}
.item_box_tour_image
{
    width: 40% !important;
}
.item_box_tour_title
{
    width: 59% !important;
}

/* Responsive nhỏ hơn 576px */
@media (max-width: 576px) {
    .breadcrumb {
        font-size: 14px;
        padding: 8px 12px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 4px;
    }
}

@media (max-width: 700px) {
    .item_box_content_travel .item_box_content_travel_image {
        width: 100%;
    }

    .item_box_content_travel .item_travel_content {
        width: 100%;
    }
}
/* Responsive */
@media (max-width: 900px) {

}
@media (max-width: 768px) {
    .list_handbook .hero-search h1 {
        font-size: 36px;
    }
    .list_handbook .hero-search p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .cus_show_province span.click_show_item_province {
        display: none !important;
    }
}
.box_pos_hanbook_price .editor-content
{

}
.box_pos_hanbook_price .editor-content h1, .box_pos_hanbook_price .editor-content h2, .box_pos_hanbook_price .editor-content h3, .box_pos_hanbook_price .editor-content h4, .box_pos_hanbook_price .editor-content h5, .box_pos_hanbook_price .editor-content h6{
    font-weight: 600 !important;
    font-size: 20px !important;
}
.box_pos_hanbook_price .editor-content h1
{
    font-size: 26px !important;
}.box_pos_hanbook_price .editor-content h2
{
     font-size: 24px !important;
}.box_pos_hanbook_price .editor-content h3
{
      font-size: 22px !important;
}.box_pos_hanbook_price .editor-content h4
{
       font-size: 20px !important;
}
.box_pos_hanbook_price .editor-content img
{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.box_pos_hanbook_price .editor-content
{
    font-size: 14px !important;
}