.css_banner_reisebewertungen_detail {
    position: relative;
    padding-bottom: 13.15%;
    height: 0;
}

.css_banner_reisebewertungen_detail .css_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.css_banner_reisebewertungen_detail .css_title_all {
    background-color: #ec572e;
    position: absolute;
    color: #fff;
    padding: 2px 10px 7px 15px;
    font-size: 40px;
    top: 60%;
    transform: translateY(-50%);
}

.css_content_reisebewertungen_detail .css_left .css_box_rating .css_box_star .stars_dragon:before {
    font-size: 45px;
}

.css_content_reisebewertungen_detail {
    margin-top: 30px;
    margin-bottom: 20px;
}

.css_content_reisebewertungen_detail .css_left .css_box_rating {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.css_content_reisebewertungen_detail .css_left .css_box_rating .css_only_text {
    margin-top: 15px;
    padding-bottom: 2px;
}

.css_content_reisebewertungen_detail .css_left .css_box_rating .css_btn_view_more {
    color: #4356BC;
    border-bottom: 1px solid #4356BC;
    margin-left: auto;
    font-weight: 500;
    margin-right: 15px;
}

.css_content_reisebewertungen_detail .css_left .css_box_rating .css_title {
    margin-bottom: 15px;
}

.css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail {
    display: flex;
}

.css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_cover_img {
    position: relative;
    padding-bottom: 26.5%;
    height: 0;
    width: 50%;
    flex-shrink: 0;
}

.css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_cover_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_box_text {
    flex: 1;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

.css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_box_text .css_box_tag_price {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_box_text .css_title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_box_text .css_tag {
    margin-bottom: 10px;
}

.css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_box_text .css_price {
    font-size: 24px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment {
    border: 1px solid #000;
    padding: 15px;
    margin-top: 20px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_part_header {
    display: flex;
    align-items: center;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_part_header .css_btn_redirect {
    margin-left: auto;
    background-color: #ec572e;
    color: #fff;
    padding: 15px 30px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_box_person .css_person_comment {
    margin: 5px 0 15px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_box_person {
    border-bottom: 1px solid #000;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment .css_title {
    margin: 20px 0 15px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment .form-group {
    position: relative;
    margin-bottom: 10px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment .form-group input {
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #F0F0F0;
    padding: 12px 12px 0;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment .form-group label {
    position: absolute;
    color: #999;
    font-size: 16px;
    pointer-events: none;
    transition: all 0.2s ease;
    padding: 0 4px;
    top: 8px;
    left: 20px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment input:focus + label,
.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment textarea:focus + label,
.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment input:not(:placeholder-shown) + label,
.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment textarea:not(:placeholder-shown) + label {
    font-size: 10px;
    top: 2px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment .form-group textarea#ihre_mittellung {
    background: #F0F0F0;
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    outline: 0;
    padding: 15px 10px 10px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment .css_box_btn {
    text-align: right;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment .btn_kommentar {
    background-color: #ec572e;
    color: #fff;
    padding: 8px 60px 10px;
    border-radius: 999px;
    margin: 10px 0 5px;
    border: 0px;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment .btn_kommentar:focus-visible {
    outline: 0;
}

.css_content_reisebewertungen_detail .css_left .css_box_comment .css_form_comment .css_box_button {
    text-align: right;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen {
    margin-top: 30px;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_title_all {
    padding-left: 15px;
    border-bottom: 2px solid #c8c8c8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image {
    display: flex;
    gap: 12px;
    border-radius: 15px;
    overflow: hidden;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_left_box {
    /* width: calc(67% - 6px);
    flex-shrink: 0; */
    flex: 0 0 67%;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_left_box .css_cover_img {
    /* position: relative;
    padding-bottom: 77%;
    height: 0;
    overflow: hidden; */
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box .css_cover_img {
    /* width: 100%;
    position: relative;
    padding-bottom: 77%;
    height: 0;
    overflow: hidden; */
    position: absolute;
    width: 100%;
    height: calc(50% - 6px);
    overflow: hidden;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_left_box .css_cover_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box .css_cover_img:first-child {
    top: 0;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box .css_cover_img:last-child {
    bottom: 0;
}

/* .css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box .css_cover_img:first-child {
    margin-bottom: 12px;
} */

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box {
    /* width: calc(33% - 6px);
    flex-shrink: 0; */
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    position: relative;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box::before {
  content: '';
  display: block;
  padding-bottom: 56.25%; /* Chiều cao khớp ảnh trái */
}

.css_content_reisebewertungen_detail .css_right .css_box_cover {
    border-radius: 15px;
    box-shadow: -6px 0 8px -2px rgba(0, 0, 0, 0.15),
    6px 0 8px -2px rgba(0, 0, 0, 0.15),
    0 6px 12px -2px rgba(0, 0, 0, 0.12);
    display: flex;
    height: 150px;
}

.css_content_reisebewertungen_detail .css_right .css_box_cover .css_left {
    width: 35%;
    font-size: 50px;
    text-align: center;
    background-color: #F9CCC0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.css_content_reisebewertungen_detail .css_right .css_box_cover:not(:first-child) {
    margin-top: 20px;
}

.css_content_reisebewertungen_detail .css_right .css_box_cover .css_right {
    padding: 15px 15px 15px 20px;
    display: flex;
    flex-direction: column;
}

.css_content_reisebewertungen_detail .css_right .css_box_cover .css_right .css_title {
    font-size: 20px;
}

.css_content_reisebewertungen_detail .css_right .css_box_cover .css_right .css_btn_link {
    margin-top: auto;
    color: #EC572E;
}

.css_content_reisebewertungen_detail .css_right .css_box_tour {
    margin-top: 20px;
    box-shadow: -6px 0 8px -2px rgba(0, 0, 0, 0.15),
    6px 0 8px -2px rgba(0, 0, 0, 0.15),
    0 -6px 12px -2px rgba(0, 0, 0, 0.12),
    0 6px 12px -2px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    overflow: hidden;
}

.css_content_reisebewertungen_detail .css_right .css_box_tour img.css_img_title {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.css_content_reisebewertungen_detail .css_right .css_box_tour .css_box_text {
    padding: 15px 15px 25px;
    height: 290px;
    display: flex;
    flex-direction: column;
}

.css_content_reisebewertungen_detail .css_right .css_box_tour .css_box_text .css_title {
    font-size: 20px;
}

.css_content_reisebewertungen_detail .css_right .css_box_tour .css_box_text .css_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    padding-bottom: 1px;
}

.css_content_reisebewertungen_detail .css_right .css_box_tour .css_box_text .css_btn_link {
    margin-top: auto;
}

.css_content_reisebewertungen_detail .css_right {
    padding-top: 10px;
    margin-bottom: 30px;
}

#sliderOverlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    pointer-events: auto;
}
#sliderOverlay.hidden { display: none; }

#sliderOverlay .slider-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sliderOverlay #sliderImage {
    width: 50vw;
    aspect-ratio: 16/9;
    object-fit: cover;
    background: #000;
}

#sliderOverlay #closeSlider {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 100000;
}

#sliderOverlay .slider-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#sliderOverlay .prev, #sliderOverlay .next {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 100000;
}

#sliderOverlay .prev:hover, #sliderOverlay .next:hover {
    background: rgba(255,255,255,0.5);
}

@media only screen and (max-width: 1199px) {
    .css_content_reisebewertungen_detail .css_right .css_box_cover:not(:first-child),
    .css_content_reisebewertungen_detail .css_right .css_box_tour {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .css_banner_reisebewertungen_detail .css_title_all {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_box_text .css_box_tag_price {
        flex-direction: row;
    }

    .css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_box_text .css_price {
        margin-left: auto;
    }

    .css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_box_text .css_tag {
        margin-top: 0px;
    }

    .css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image {
        flex-direction: column;
    }

    .css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box::before {
        display: none;
    }

    .css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box .css_cover_img {
        position: relative;
        width: 100%;
        padding-bottom: 28.125%;
        overflow: hidden;
    }

    .css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box .css_cover_img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    .css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_right_box {
        flex-direction: row;
    }

    .css_content_reisebewertungen_detail .css_right .css_box_tour .css_box_text {
        height: auto;
        min-height: 200px;
    }

    .css_content_reisebewertungen_detail .css_right .css_box_tour .css_box_text .css_text {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
        margin-bottom: 5px;
    }

    .css_banner_reisebewertungen_detail .css_title_all {
        font-size: 20px;
        bottom: 0px;
        margin-bottom: 0px;
        left: 0px;
        transform: none;
        top: auto;
    }

    .css_content_reisebewertungen_detail {
        margin-top: 10px;
    }

    .css_banner_reisebewertungen_detail {
        padding-bottom: 22%;
    }

    .css_content_reisebewertungen_detail .css_left .css_box_comment .css_part_header {
        flex-direction: column;
        align-items: baseline;
    }

    .css_content_reisebewertungen_detail .css_left .css_box_comment .css_part_header .css_btn_redirect {
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        padding: 15px 0;
    }

    .css_content_reisebewertungen_detail .css_right .css_box_cover {
        height: 100px;
    }
    #sliderOverlay #sliderImage {
        width: 100vw;
    }
    #sliderOverlay .slider-box {
        position: relative;
    }
    #sliderOverlay .prev, #sliderOverlay .next {
        position: absolute;
    }
    #sliderOverlay .prev {
        left: 20px;
    }
    #sliderOverlay .next {
        right: 20px;
    }
    #sliderOverlay .prev, #sliderOverlay .next {
        background: rgba(255, 255, 255, 0.5);
    }
}

@media only screen and (max-width: 480px) {
    .css_banner_reisebewertungen_detail .css_title_all {
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    .css_content_reisebewertungen_detail .css_left .css_box_tour_reisebewertungen_detail .css_cover_img {
        width: 48%;
    }
}

.css_box_image {
    display: flex;
    gap: 10px;
}

.css_left_box {
    flex: 2; /* chiếm nhiều không gian hơn */
}

.css_right_box {
    flex: 1; /* nhỏ hơn */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.css_cover_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.css_cover_img.more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_left_box .css_cover_img .css_btn_see_all {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    padding: 8px 20px;
    border: none;
    bottom: 10px;
    right: 10px;
    border-radius: 999px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.css_content_reisebewertungen_detail .css_left .css_box_impressionen .css_box_image .css_left_box .css_cover_img .css_btn_see_all img {
    width: 30px;
    height: auto;
    position: unset;
    margin-right: 20px;
}