.breadcrumb{
    background: unset!important;
}
nav.breadcrumb-yoast {
    margin: 0 15px;
    margin-bottom: 40px;
}
img.anh_larger{
    height:407px;
}
.giave {
    display: grid;
    text-align: left;
}
span.ticket-price-treem {
    font-size: 15px;
    font-weight: bold;
    color: #2886e6;
}
  /* Nền gradient xanh */
        .qnt_ve {
            background: linear-gradient(to right, #004aad, #38a1ff);
                padding: 10px 0px 88px 0px;
            color: white; 
            z-index: 1;
            border-bottom-left-radius: 80px;
            border-bottom-right-radius: 80px;
        }

        .qnt_ve h1 {
            font-size: 2.5rem;
            font-weight: bold;
        }

        .qnt_ve a {
            color: yellow;
            text-decoration: none;
        }

        .qnt_ve a:hover {
            text-decoration: underline;
        }

        .breadcrumb a {
            color: #f8f9fa;
        }

        /* Album ảnh phải nổi lên trên */
        .image-container {  
            margin-top: -80px; /* Điều chỉnh margin để nổi lên */
            position: relative;
            z-index: 2; 
        }

        .image-grid img {
            width: 100%;
            height: auto;
            border-radius: 15px;
            border: 2px solid white;
        }

        /* Hiệu ứng Overlay */
        .image-overlay {
            position: absolute;
            top: 78%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 10px;
            border-radius: 5px;
            font-weight: bold;
            min-width: 80%;
            text-align: center;
        }

        /* Video play button */
        .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .play-btn::after {
            content: "▶";
            font-size: 24px;
            color: #b30660;
        }
         /* Section Booking */
        .booking_veqnt { 
            padding: 30px 0px;
            border-radius: 15px;
            margin-top: 20px;
        }

        .booking_veqnt h2 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .date-selector {
            display: flex;
            gap: 10px;
            overflow-x: auto;
            white-space: nowrap;
        }
        .ticket-info h4 {
            font-size: 19px;
            margin-bottom: 9px !important;
            color: #b42e60;
        }
        .date-selector button {
            background: white;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 10px 15px;
            cursor: pointer;
        }

        .date-selector button.active {
            background: #b42e60;
            color: white;
            border-color: #b42e60;
        }

        .ticket-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            margin-top: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between; 
            border: 1px solid #ddd;
        }

        .ticket-card .ticket-info {
            flex-grow: 1;
            width:50%;
        }

        .ticket-card h4 {
             
            margin: 0;
            font-weight: bold;
        }

        .ticket-card .ticket-price {
            font-size: 20px;
            font-weight: bold;
            color: #7eb042;
            margin-right: 30px;
        }
        p.top-pick span {
            margin-top: 10px;
            position: absolute;
            margin-left: -46px;
            color: white;
            text-align: center;
            width: 33px;
            /* margin: 0 auto; */
        }
        .top-pick { 
            font-size: 12px;
            font-weight: bold;
            padding: 5px 10px;
            border-radius: 10px;
            margin-left: 10px;
        }

        .btn-ticket {
            background:#7eb042;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }

        .btn-ticket:hover {
            background: #0056b3;
        }
/* Section đánh giá */
.review_section {
    background: #fff; 
    border-radius: 10px;
    margin-top: 20px;
}

.review_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.review_card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.review_card .user_avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #b42e60;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.review_card .user_info { 
    align-items: center;
    gap: 15px;
    width:30%;
    text-align:center;
    
}

.review_card h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.review_rating {
    background: #b42e60;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-controls button {
    background: #ddd;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.pagination-controls button.active {
    background: #b42e60;
    color: white;
}

.qnt_ad { 
    padding: 20px;
}

.qnt_ad .title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.qnt_ad .location-info {
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.qnt_ad .location-info i {
    color: #b42e60;
    margin-right: 8px;
}

.map-container {
    position: relative;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}

.btn-map {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #b42e60;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.btn-map:hover {
    background: #0056b3;
}
.baivietlienquan {
    margin-top: 50px;
    padding: 20px 0px;
}
.baivietlienquan .title, .baivietlienquan i{
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 15px;
        color: #b2075f;
}
.title{
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.faq_section {
    margin-top: 50px;
    padding: 20px 0px;
}

.faq_section .title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 15px;
    
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: white;
    border: none;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    padding: 15px;
    background: #f8f9fa;
    border-top: 1px solid #ddd;
}

.icon {
    transition: transform 0.3s ease;
}

.faq-item.active .icon {
    transform: rotate(180deg);
}
.experience_section {
    margin-top: 30px;
    padding: 10px;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.rating {
    font-size: 1.5rem;
    color: #b42e60;
    font-weight: bold;
}

.reviews {
    font-size: 1rem;
}

.map-link {
        color: #b42e60;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.price-box {
    background: #fff3e0;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price {
    font-size: 1.5rem;
    color: #7eb042;
    font-weight: bold;
}

.btn-book {
    background: #7eb042;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}
h5.tieude_trainghiem{
    font-size: 20px;
    
}
h5.tieude_trainghiem i, .container.experience_section h2.trai_nghiem, .container.experience_section  h2.trai_nghiem i, div#ve_thamquan i, div#ve_thamquan h2, .review_section h2, .review_section h2 i, .faq_section h2, .faq_section h2 i, .qnt_ad h2 i, .qnt_ad h2 {
    font-size: 20px;
    color: #b30660;
}
.review-slider {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.btn-prev, .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    border: none;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.btn-prev { left: 10px; }
.btn-next { right: 10px; }

.video-experiences { 
    gap: 15px;
    margin-top: 15px;
}
a.video-item img { 
    object-fit: cover;
    height: 407px;
    width: 100%;
}

.hieuunganh, .video-item {
    position: relative;
    text-align: center;
}

.hieuunganh img {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 78%);
    color: #b42e60;
    padding: 5px 0px 0px 3px;
    border-radius: 50%;
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.info-box.price-box p {
    margin-bottom: 0px;
}
.experience-details {
    background: #efefef;
    border-radius: 10px;
    padding: 15px 10px;
}
.rating_map_box {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    background: linear-gradient(to right, #f0f8ff, #f8f9fa);
    max-width: 600px;
}

.rating-box  {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px; 
    background-image: linear-gradient(30deg, #F7F9FA 0%, #F7F9FA 50%, transparent 100%), url(https://quynhontourist.com/wp-content/themes/quynhonadv.com/img/rate.webp);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.map-box {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px; 
    background-image: linear-gradient(30deg, #F7F9FA 0%, #F7F9FA 50%, transparent 100%), url(https://quynhontourist.com/wp-content/themes/quynhonadv.com/img/maps.png);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.rating-box {
    gap: 10px;
}

.rating-content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rating-content img {
    width: 24px;
    height: 24px;
}

.rating-score {
    font-size: 1.5rem;
    font-weight: bold;
    color: #b42e60;
}

.rating-text * {
    font-size: 16px;
}

.rating-link {
    color: #b42e60;
    text-decoration: none;
    font-weight: bold;
}

.map-box {
    gap: 10px;
    display: flex;
}
 

.map-text span {
    font-size: 0.9rem;
    color: #333;
}
.box_rate_qnt {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.experience-details ul, .experience-details ol {
    margin-left: 20px;
}
.text-muted {
    color: #6c757d !important;
    margin-left: 20px;
}
.info-box.price-box {
    margin-bottom: 30px;
}
/* archive_ read  */
 
    .article{
        position:relative;
        width:100%;
        padding:20px 0px;
        font-size:16px;
    }
    .box-line p{
        font-size:15px;
        line-height: 30px;
    }
    .box-line a{
        font-size:15px;
    }
    .box-line strong{
        font-size:15px;
    }
    .article::after{
         content: "";
            background: rgba(255,255,255,0);
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #efefefe6 90%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(90%, #efefefe6));
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #efefefe6 90%);
            background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #efefefe6 90%);
            background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #efefefe6 90%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #efefefe6 90%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefefe6', endColorstr='#efefefe6', GradientType=0);
            display: block;
            height: 6rem;
            bottom: 0;
            width: 100%;
            position: absolute;
            left: 0;
            
      }    
      .col-md-12.article.active {
                color: black;
            }
      .article.active:after {
          content: none;
        }
      .my-fluid-container {
          padding-left: 15px;
          padding-right: 15px;
          margin-left: auto;
          margin-right: auto;
      }
      a.showmore, a.bthide { 
        margin: 0 auto; 
        padding: 10px  0px;
        margin-bottom: 10px; 
        color:#b42e60;
    }
    .article img{
        border-radius:10px;
        width: 100%;
        height: 100%;
        height:auto;
        object-fit:cover;
        text-align:center;
        margin: 0 auto;
        display:block;
    }
    .article .aligncenter {
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    .article .table> *:first-child > tr:first-child th {
    background-color: #fde1c8!important;
    color: #000000!important;
}
.article .table th, .table td {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border: 1px solid #d6d3d3;
}
.box-line h2 {
	margin:10px 0px;
	padding: 10px 0px;
    font-weight: bold;
    text-align: left;
    color: #b30560;
    border-left: 5px solid #b30560;
	font-size:20px !important;
	
    padding: 10px;
}
.box-line h2 > strong > span {
		font-size:22px !important;
		
}
.box-line h2 > span > strong {
		font-size:22px !important;
		
}
.box-line h2 > span > strong > span {
		font-size:22px !important;
		
}
.box-line h3{
    color:#519300;}
.box-line h3:after{
    display: block;
    content: "";
    width: 80px;
    height: 4px;
    background: #519300;
        margin-top: 6px;
    position: absolute;
}
.box-line h3 > span > strong > span:after {
    display: block;
    content: "";
    width: 80px;
    height: 4px;
    background: #b30560;
        margin-top: 6px;
    position: absolute;
}
.box-line h3 > span > strong:after {
    display: block;
    content: "";
    width: 80px;
    height: 4px;
    background: #b30560;
    margin-top: 6px;
    position: absolute;
}  
.box-line h3 > strong > span{
    font-size: 16px !important;
    
}
.box-line h3 > strong{
    font-size: 16px !important;
    
}
.box-line h3{  font-size:16px; margin-bottom: 22px;}
.box-line h3 > span > strong {
    font-size: 16px !important;
    
}   

.box-line h3 > span > strong > span {
		font-size:16px !important;
		
}
.content_rating {
    margin: 10px 0px;
}
.hinhanh_review img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}
/* popup */
/* Nền tối khi popup mở */
.custom-map-popup, .custom-hours-popup {
    display: none;
    position: fixed;
    z-index: 9999; /* Đảm bảo popup luôn ở trên cùng */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}
.custom-popup-content h3{
    color:#b30660;
    
}
.custom-popup-content {
    color:#5a5a5a;
    position: relative;
    background: white;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
    animation: fadeIn 0.3s ease-in-out;
    z-index: 10000; /* Đảm bảo nội dung bên trong cũng nổi lên trên */
}
.custom-popup-content ol, .custom-popup-content li {
    font-size: 15px;
    margin: 0px 30px;
}
/* Nút đóng */
.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #555;
}

.custom-close-btn:hover {
    color: red;
}

/* Hiệu ứng mở popup */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
} 
.user_info img{
    width:100px;
    height:100px;
    object-fit:cover;
    border-radius:50%;
}
.hidden-image { display: none; }
.image-overlay_i {
    position: absolute;
    bottom: 11px;
    left: 33px;
    background: rgb(0 0 0 / 24%);
    color: #ffffffc4;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}
 
.custom-popup-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-popup-video-content {
    background: #fff;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

.custom-popup-video-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.custom-popup-video iframe, 
.custom-popup-video video, 
.custom-popup-video img {
    width: 100%;
    max-height: 450px;
    border-radius: 10px;
}
.custom_QNT_popup_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.custom_QNT_popup_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.custom_QNT_popup_content {
    position: relative;
    max-width: 80%;
    max-height: 80%;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.custom_QNT_popup_content img{
     width: 100%; 
    max-height: 500px;
} 
.custom_QNT_popup_content iframe,
.custom_QNT_popup_content video {
    width: 100%;
    min-width:900px;
    height: 400px;
    max-height: 90vh;
}

.custom_QNT_popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff0000;
    color: #fff;
    font-size: 20px;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
}
.anh_slider img {
    height: 200px;
    margin-bottom: 0px !important;
    width: 100%;
    object-fit: cover;
} 
/* Ẩn popup ban đầu */
.popup-hidden {
    display: none;
}

.popup-visible {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

/* Nền tối khi mở popup */
.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* Nội dung popup */
.popup-container {
    position: relative;
    max-width: 1000px;
    width:90%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.3); 
    z-index: 10000;
}

/* Tiêu đề popup */
.popup-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Giá vé */
.popup-price {
    font-size: 20px;
    font-weight: bold;
    color: #e74c3c;
}

/* Nội dung chi tiết */
.popup-content {
    font-size: 16px;
    margin-top: 10px;
}

/* Nút đóng popup */
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: #fff;
    font-size: 20px;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
}

 

/* Tiêu đề popup */
.popup-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Ô nhập liệu */
.popup-container input, 
.popup-container textarea {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Tổng giá */
.popup-container * {
    font-size: 16px;
    /* font-weight: bold; */
    /* margin-top: 10px; */
}

/* Nút submit */
.popup-container button {
    background: #b30660;
    color: white;
    padding:  0px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}
div#reviewList {
    margin: 20px 0px;
}
 .faq-answer * {
    color: black;
    font-size: 16px;
}
.faq-answer p{ 
    margin-bottom: 0px;
}
    .play-btn_video {
    position: absolute;
    top: 38%;
    left: 43%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 78%);
    color: #b42e60;
    padding: 5px 0px 0px 3px;
    border-radius: 50%;
    font-size: 30px;  
    width: 60px;
    height: 60px;
        -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}


@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
 .play-btn_video i{ font-size: 24px;
}
span.ticket-price i, span.ticket-price-treem i {
    font-size: 13px !important;
    color: #494949 !important;
}
/*bai viet lienquan */
.baivietlienquan .card_qn a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}
.baivietlienquan .card-thumb-all {
    background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden; 
  transition: all 0.3s ease;
} 
.baivietlienquan .card-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.baivietlienquan .card-body {
  padding: 16px;
}

.baivietlienquan .card-body h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1e293b;
  min-height:40px;
}


.baivietlienquan .rating {
  font-size: 14px;
  color: #2563eb;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.baivietlienquan .rating .count {
  color: #111;
}

.baivietlienquan .price {
  color: #f97316;
  font-weight: bold;
  font-size: 16px;
}
 
.baivietlienquan .rating-content small {
    color: white !important;
}
.baivietlienquan .card-thumb {
  position: relative;
}
.baivietlienquan .lopphu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Lớp phủ đen nhẹ */
  z-index: 1;
  pointer-events: none; /* Không ảnh hưởng khi click */
  border-radius: 0; /* hoặc bo nếu cần */
}
.baivietlienquan .rating-box {
    gap: 10px;
    position: absolute;
    z-index: 2;
    bottom: 100px;
    background: none;
    right: 20px;
}
/* Responsive */
@media (max-width: 1024px) {
    
  .baivietlienquan .card {
    flex: 1 1 calc(33.333% - 24px);
    max-width: calc(33.333% - 24px);
  }
}

@media (max-width: 768px) {
    .baivietlienquan{
        padding:20px;
    }
  .baivietlienquan .card-thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.baivietlienquan .mbp-0{
    padding:0 5px;
}
.baivietlienquan  .card-body h3 {
    font-size: 11px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em; 
    min-height:auto;
    color: #333;
    text-decoration: none;
}
.baivietlienquan .rating-box {
    gap: 10px;
    position: absolute;
    z-index: 2;
    bottom:70px;
    background: none !important;
        box-shadow: none;
    right: 5px;
    
}
.baivietlienquan .price {
    color: #f97316;
    font-weight: bold;
    font-size: 11px;
}
.baivietlienquan .card-thumb-all { 
    margin-bottom: 10px;
}
 
}
/* end */
@media screen and (max-width: 768px) {
    h2.trai_nghiem {
    margin-top: 30px;
}
    .ticket-card .ticket-info { 
        width: 100%;
    }
    a.video-item img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}
   button.faq-question{
        color:black;
        font-size:13px !important;
    }
    img.anh_larger{
        height:auto;
    }
    .anh_slider img {
        height: 100px;  
    }
    .image-overlay {
    position: absolute;
    top: 57%;
    left: 50%; 
    padding: 7px; 
    font-size:10px;
    } 
    .rating-box { 
    margin-bottom: 20px;
}
.box_rate_qnt {
    display: block;}
    .experience_section {
    margin-top: 10px; 
}
h5.tieude_trainghiem { 
    margin-top: 20px;
}
 div#gallerya-video,.booking_veqnt {
    padding: 10px;
}   
 .top-pick {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    margin-left: 10px;
    position: absolute;
    right: -5px;
    margin-top: -96px;
}   
.ticket-card { 
    padding: 10px;
            display: block;
}
    .ticket-info h4 {
    font-size: 14px;}
.btn-ticket {
    background: #7eb042;
    color: white;
    border: none;
   padding: 6px 20px;
        border-radius: 5px;
        cursor: pointer;
        width: 90px;
        float: right;
        margin-top:-30px;
}
 
.ticket-card .ticket-price {
    font-size: 15px;
    font-weight: bold;
    color: #7eb042;
    margin-right: 0px;
    width: 193px;
}
.qnt_ad{
    padding: 25px;}
    .review_section {
    padding: 25px; 
    margin-top: 0px;
}
.review_card { 
    padding: 10px 0px;}
    .review_card .user_info { 
    width: 100%; 
}
.hinhanh_review img { 
    margin-bottom: 10px;
}
.faq_section{ 
    padding: 10px;
    margin-top:10px;
}
} 