
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


img {
    width: 100%;
    object-fit: cover;
}

.iso_box_hotel_search {
    position: relative;
    z-index: 3;
}

.scale_img_hover {
    transition: transform 0.3s ease !important;
}

.scale_img_hover:hover {
    transform: scale(1.2) !important;
}

.truncate_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.truncate_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.truncate_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.truncate_4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.truncate_5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}

.truncate_6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
}

.truncate_7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
}

.truncate_8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
}

.truncate_9 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
}

.truncate_10 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
}

#isocms_header_bottom .iso_nav_link_item img {
    width: auto;
}

/*Hotel main*/
.hnv_hotel_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
    height: 384px;
    position: relative;
}
.hnv_hotel_banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.hnv_hotel_banner .banner-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.hnv_hotel_banner .breadcrumb li a, 
.hnv_hotel_banner .breadcrumb-item.active,
.hnv_hotel_banner .hnv_breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    color: var(--chroma-ffffff);
}

.hnv_hotel {
    position: relative;
    padding-top: 50px;
    position: relative;
}

.hnv_hotel_search {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.iso_header_form .iso_btn_search {
    
    font-weight: 500;
    line-height: 24px;
}


.hnv_hotel_banner_title {
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    
    font-size: 56px;
    
    font-weight: 700;
    line-height: 56px;
    /* 100% */
    text-transform: capitalize;
    margin-bottom: 0;
}

.hnv_hotel_banner_intro {
    color: var(--chroma-ffffff);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

    background-image: linear-gradient(rgba(2, 41, 2, 0) 0%, rgba(2, 41, 2, 0.79) 100%);
    
}
.hnv_hotel_banner_intro_content {
    width: 60%;
}
.hnv_hotel_banner_intro h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 8px;
}

.hnv_hotel_banner_intro p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.hnv_hotel_main_intro {
    font-size: 16px;
    
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 24px;
}
.search-bar{
    display:none;
}
.hnv_hotel_main_sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.hnv_hotel_main_sort_result { 
    font-size: 14px;   
    font-weight: 400;
    line-height: 21px;
    /* 150% */
}

.hnv_hotel_main_sort_option {
    color: var(--chroma-717171, #717171);
    
    font-size: 14px;
    
    font-weight: 500;
    line-height: 21px;
    /* 150% */
}

.hnv_hotel_main_sort_option select {   
    font-size: 16px;  
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    padding: 8px 12px;
    background: var(--main-light-color)
}

.hnv_hotel_main_item {
    border-radius: 10px;
    border: 1px solid var(--border-color-1);
    background: #fff;
    box-shadow: rgb(84, 84, 84) 4px 4px 20px -15px;
    padding: 16px;
    margin-bottom: 24px;
}

.hnv_hotel_main_item_image {
    border-radius: 8px;
    display: block;
    overflow: hidden;
}

.hnv_hotel_main_item_image img {
    border-radius: 8px;
        height: 200px;
}

.hnv_hotel_main_item_content_title h3{
    
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.hnv_hotel_main_item_content_title a {
    color: var(--text-color);
}
.hnv_hotel_main_item_content_title a:hover {
    color: var(--main-color);
}
.hnv_hotel_main_item_content_title_star {
    color: #fed141;
}

.hnv_hotel_main_item_content_rate {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
}

.hnv_hotel_main_item_content_rate_number {
    color: var(--chroma-ffffff, #fff);
    font-weight: 500;
    padding: 0 8px;
    border-radius: 2px;
    background: var(--primary-18-babd, #18babd);
}

.bg_none_reviews {
    background: var(--chroma-c-8-cbd-0, #C8CBD0) !important;
}

.hnv_hotel_main_item_content_rate_text,.hnv_hotel_main_item_content_rate_quantity {
        font-size: 15px;
    font-weight: 450;
}
.hnv_hotel_main_item_content_suggest_right_price .price{
        font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}
.txt_none_reviews {
    color: var(--chroma-717171, #717171) !important;
}

.hnv_hotel_main_item_content_place {
    
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hnv_hotel_main_item_content_place i,
.hnv_hotel_main_item_content_place_map {
    color: var(--primary-18-babd, #18babd);
}

.hnv_hotel_main_item_content_place .fa-location-dot {
    font-size: 16px;
}

.hnv_hotel_main_item_content_suggest_item {
    color: var(--secondary-26456-e, #26456e);
    
    font-size: 12px;
    
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    padding: 2px 11px;
    border-radius: 12px;
    background: #edf0f3;
    flex-shrink: 0;
}

.hnv_hotel_main_item_content_suggest_list {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.hnv_hotel_main_item_content_policy_item {
    color: var(--secondary-007850, #007850);
    
    font-size: 14px;
    
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    flex-shrink: 0;
}

.hnv_hotel_main_item_content_policy_list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hnv_hotel_main_item_content_suggest_right {
    text-align: right;
}

.hnv_hotel_main_item_content_suggest_right_price {
    color: var(--secondary-c-81-e-3-a, #c81e3a);
    margin-bottom: 12px;
}

.hnv_hotel_main_item_content_suggest_right_price a {
    color: var(--secondary-c-81-e-3-a, #c81e3a);
}

.hnv_hotel_main_item_content_suggest_right_include {
    color: var(--chroma-717171, #717171);
    text-align: right;
    
    font-size: 12px;
    
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    margin-bottom: 8px;
}

.hnv_hotel_main_item_content_suggest_right_detail {
    display: inline-block;
    color: var(--chroma-ffffff, #fff);
    
    font-size: 16px;
    
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    padding: 10px 20px;
    border-radius: 4px;
    background: #087f38;
}

.hnv_hotel_main_list {
    margin-bottom: 80px;
}

.hnv_hotel_main_item_content .modal-header .btn-close {
    margin: unset;
    padding: unset;
    margin-left: auto;
}

.hnv_hotel_main_item_content .modal-body iframe {
    width: 100%;
}

.hnv_hotel_main_item_empty {
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.hnv_hotel_main_item_empty_image {
    max-width: 403px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.hnv_hotel_main_item_empty_title {
    color: var(--primary-1-d-2-d-53, #1d2d53);
    
    font-size: 20px;
    
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    margin-bottom: 16px;
}

.hnv_hotel_main_item_empty_note {
    color: var(--chroma-717171, #717171);
    
    font-size: 16px;
    
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 32px;
}

.hnv_hotel_main_item_empty_note a {
    color: var(--chroma-717171, #717171);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.hnv_hotel_main_item_empty_clear {
    color: var(--chroma-ffffff, #fff);
    
    font-size: 16px;
    
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background: var(--primary-18-babd, #18babd);
    max-width: fit-content;
    margin: 0 auto;
}

/*Paginate*/
.hnv_hotel_main_list_paginate {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.hnv_hotel_main_list_paginate .pagination .page {
    border: 1px solid var(--primary-18-babd, #18babd);
    color: var(--primary-18-babd, #18babd);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hnv_hotel_main_list_paginate .pagination .current,
.pagination .page:hover {
    background: var(--primary-18-babd, #18babd) !important;
    color: #fff !important;
}

.hnv_hotel_main_list_paginate .pagination {
    float: unset;
    gap: 15px;
}

.hnv_hotel_main_list_paginate .disabled.next,
.hnv_hotel_main_list_paginate .disabled.prev {
    display: none;
}

/*Recently*/
.hnv_hotel_recent_title h2{ 
    font-size: 28px;   
    font-weight: 550;
    line-height: 40px;
    margin-bottom: 20px;
    color: var(--primary-18-babd, #18babd);
}

.hnv_hotel_recent_content_carousel_item_image {
    display: block;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.hnv_hotel_recent_content_carousel_item_image img {
    border-radius: 8px;
}

.hnv_hotel_recent_content_carousel_item_image_tag {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--chroma-ffffff, #fff);
    
    font-size: 14px;
    
    font-weight: 500;
    line-height: 21px;
    /* 150% */
    display: inline-flex;
    height: 34px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px 0px 0px 0px;
    background: var(--secondary-177-fa-4, #177fa4);
}

.hnv_hotel_recent_content_carousel_item_content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hnv_hotel_recent_content_carousel_item_content_title h3 {
    
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.hnv_hotel_recent_content_carousel_item_content_title a {
    color: var(--text-color);
}

.hnv_hotel_recent_content_carousel_item_content_title a:hover {
    color: var(--main-color);
}

.hnv_hotel_recent_content_carousel_item_content_star_list {
    font-size: 16px;
    color: #fed141;
}

.hnv_hotel_recent_content_carousel_item_content_star_review {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.hnv_hotel_recent_content_carousel_item_content_star {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hnv_hotel_recent_content_carousel_item_content_price {
    color: var(--chroma-717171, #717171);
    
    font-size: 14px;
    
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    display: flex;
    align-items: center;
    gap: 8px;
}

.hnv_hotel_recent_content_carousel_item_content_price span {
    color: var(--secondary-c-81-e-3-a, #c81e3a);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.hnv_hotel_recent {
    margin-bottom: 80px;
    padding-top: 4%;
}

.hnv_hotel_main_item_content_suggest_right_price .old_price {
    color: var(--primary-1-d-2-d-53);
    font-size: 14px;
    margin-right: 10px;
}

.hnv_hotel_detail_recent_content_item_content_review {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hnv_hotel_detail_recent_content_item_content_review_score {
    color: var(--chroma-ffffff, #fff);
    
    font-size: 14px;
    
    font-weight: 500;
    line-height: 21px;
    /* 150% */
    display: flex;
    padding: 1px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: var(--primary-18-babd, #18babd);
}

.hnv_hotel_detail_recent_content_item_content_review_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.hnv_hotel_detail_recent_content_item_content_review_total {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.hnv_hotel_recent_content_carousel .owl-prev {
    top: 35%;
    left: -23px;
}

.hnv_hotel_recent_content_carousel .owl-next {
    top: 35%;
    right: -23px;
}

.hnv_hotel_recent_content_carousel .owl-prev.disabled,
.hnv_hotel_recent_content_carousel .owl-next.disabled {
    display: none;
}

.hnv_hotel_recent_content_carousel .owl-prev,
.hnv_hotel_recent_content_carousel .owl-next {
    font-size: 28px;
    width: 48px;
    height: 48px;
    background: #fff !important;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.hnv_hotel_recent_content_carousel .owl-prev:hover,
.hnv_hotel_recent_content_carousel .owl-next:hover {
    background: var(--primary-18-babd, #18babd) !important;
}



@media (max-width: 992px) {
    .hnv_hotel_banner_intro {
        padding-top: 20px;
    }
    .hnv_hotel_banner_intro h1 {
        font-size: 30px;
    }
    .hnv_breadcrumb:not(.jacky-tour-breadcrumb) {
        display: block !important;
    }
    .hnv_hotel_search {
        position: unset;
        transform: unset;
    }
    .hnv_hotel_banner_intro_content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hnv_hotel_main_item_image img {
        height: auto;
    }

    .hnv_hotel_banner_intro {
        margin: unset;
    }
}

@media (max-width: 576px) {}

@media (max-width: 375px) {}