.group-status {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}

.pro-vendor {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.group-status>div:before {
    content: '';
    position: absolute;
    background: rgba(17, 17, 17, 0.3);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.group-status>div:before {
    content: '';
    position: absolute;
    background: rgba(17, 17, 17, 0.3);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.group-status>div {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.productDetail--main .product-heading h1 {
    margin-bottom: 10px;
    display: inline-block;
}

.productGallery_slider {
    position: relative;
    margin-top: 15px;
}

.productGallery_slider .productList-slider {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 8px;
    align-items: start;
    align-content: space-between;
    justify-items: stretch;
    justify-content: center;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
}

.productGallery_slider .productList-slider .gallery-item:first-child {
    grid-area: 1 / 1 / span 2 / span 2;
    height: 415px;
    margin-bottom: 0px;
}

.productGallery_slider .productList-slider .gallery-item:nth-child(5)~.gallery-item {
    display: none;
}

.boxlazy-img__insert.lazy-img__prod {
    height: 100%;
}

.productGallery_slider .productList-slider .gallery-item img {
    border-radius: 16px;
    width: 100%;
}

.productGallery_slider .productList-slider .gallery-item:first-child img {
    height: 860px;
    display: block;
}

.productGallery_slider .icon-gallery {
    position: absolute;
    bottom: 25px;
    right: 13px;
    height: 44px;
    padding: 12px 16px;
    border-radius: 200px;
    background: #ffffffcf;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    color: #111111;
    cursor: pointer;
}

.productGallery_slider .productList-slider .gallery-item img {
    border-radius: 16px;
    width: 100%;
}

.product-heading {
    margin-bottom: 20px;
    padding-top: 20px;
}

.productDetail--content .productDetail--box {
    /* padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px; */
}

.productDetail--content .product-description .box-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.productDetail--content .product-description .description-content h3 {
    font-size: 20px;
}

#form-booking-pro {
    scroll-margin-block-start: 110px;
}

.productDetail--content .wrapbox-right .wrapbox-detail {
    position: -webkit-sticky;
    position: sticky;
    margin-top: 0px;
    top: 15px;
}

.productDetail--content .wrapbox-right .wrapbox-detail h1 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #11321a;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
    line-height: 1.3;
}

.productDetail--content .wrapbox-right .wrapbox-detail {
    padding: 20px;
    background: #fef6ed;
    border-radius: 16px;
    border: 1px solid #ff6b00;
}

.productDetail--content .product-price {
    display: flex;
    align-items: flex-start;
    margin-bottom: 13px;
}

.productDetail--content .product-price .pro-title {
    flex: 0 0 25%;
    margin-top: 7px;
}

.productDetail--content .product-price .pro-price {
    flex: 0 0 75%;
    max-width: 75%;
}

.productDetail--content .product-price .pro-price .percent-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.productDetail--content .product-price .pro-price .price {
    font-size: 21px;
    padding-bottom: 0px;
}

.productDetail--content .product-price .pro-price .pro-percent {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    z-index: 2;
    padding: 2px 8px;
    border-radius: 3px;
    background: #da251c;
}

.productDetail--content .product-price .pro-price del {
    color: #a0a0a0;
    font-size: 18px;
}

.productDetail--content .product-price .pro-price del .person {
    color: #a0a0a0;
}

.productDetail--content .product-price .pro-price .person {
    font-size: 14px;
    color: #565;
}

.productDetail--content .contact-form .input-group {
    width: 100%;
    margin-bottom: 8px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking input {
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 43px;
    font-size: 16px;
}

.productDetail--content .contact-form .input-group input,
.contact-form .input-group textarea {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-qty {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .field-error {
    color: red;
}

.productDetail--content .field-error {
    position: absolute;
    bottom: -16px;
    font-size: 12px;
    color: #ff0000;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-total {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-qty input {
    height: 35px;
    padding-left: 12px;
    width: 60px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-qty label {
    margin-bottom: 0px;
}

.productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-total .pro-num-total {
    font-size: 20px;
    font-weight: 600;
}










.flex-quantity {
    display: flex;
    align-items: end;
}

.custom.custom-btn-number {
    display: inline-flex;
    align-items: center;
}

.input_number_product {
    width: auto;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    display: inline-flex;
}

.input_number_product {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
}

button.btn_num.num_1.button.button_qty {
    font-size: 20px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    display: inline-block;
    width: 45px;
    height: 42px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.button_qty {
    flex: 0 0 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    justify-content: center;
    text-align: center;
    width: 45px;
}

input.form-control.prd_quantity {
    display: block;
    border-radius: unset !important;
    color: #00090f;
    text-align: center;
    box-shadow: none;
    background: #fff;
    margin: 0;
    height: 42px !important;
    line-height: 42px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    width: 45px;
    padding: 0;
    border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}

.wrapbox-detail .add-to-cartProduct {
    border-radius: 5px;
}

button.btn_num.num_2.button.button_qty {
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 20px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    display: inline-block;
    width: 35px;
    height: 42px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_qty {
    flex: 0 0 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    justify-content: center;
    text-align: center;
    width: 45px;
}

.clearfix.form-group.box-cart {
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

.wrap-addcart svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.wrap-addcart button {
    font-size: 14px;
    background: #11321a;
    border-radius: 5px;
}

.product-gallery.boxlazy-img.gallery-item:nth-child(n + 2) img {}

.wrap-addcart .wd-uppercase {
    color: #fff;
}


.productDetail--content .wraper-detail-products .product-price {
    flex-direction: column;
}

.wraper-detail-products .prices-products {
    width: 100%;
    display: flex;
    align-items: center;
}

.crumina-submit {
    margin-left: 2px;
}

.wraper-detail-products .box-desc-products h2 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

section.room.bg--section-color .products-card-content .desc ul li {
    margin-left: 20px;
    padding-left: 0px;
    background: unset;
    list-style: disc;
}

.wraper-detail-products .box-desc-products p {
    font-size: 14px;
    line-height: 1.3;
}

.wraper-detail-products .box-desc-products {
    padding: 10px 0px;
}

.productGallery_slider .icon-gallery a {
    display: flex;
}

.content-detai ul li {
    font-size: 13px;
    margin: 5px;
    list-style: disc;
    margin-left: 10px;
}

.products-card-content .desc ul li:nth-child(n + 4) {
    display: none;
}

@media (min-width: 992px) {
    .productDetail--content .wrapbox-right {
        padding-left: 15px;
        padding-right: 0;
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .productDetail--content .wrapbox-left .wrapbox-detail {
        padding-right: 10px;
    }
}

@media(max-width:990px) {
    .product-gallery.boxlazy-img.gallery-item:nth-child(n + 2) img {
        height: auto;
    }

    div#form-booking-pro {
        order: 1;
    }

    .wrapbox-left {
        order: 2;
    }

    .productDetail--content .wrapbox-right .wrapbox-detail h1 {
        font-size: 20px;
    }

    .productDetail--content .product-price .pro-price .price {
        font-size: 19px;
    }

    .productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-total .pro-num-total {
        font-size: 18px;
    }

    .addcart-area button {
        font-size: 15px;
    }

    div#form-booking-pro {
        order: 1;
    }

    .wrapbox-left {
        order: 2;
    }

    div#productCarousel-slider {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-row-gap: 5px;

    }

    .productGallery_slider .icon-gallery {
        height: 35px;
    }

    .productDetail--main .product-heading h1 {
        margin-top: 10px;
    }

    .productDetail-information>.ctnr {
        padding: 0;
    }
}

@media(max-width:550px) {
    .product-gallery.boxlazy-img.gallery-item:nth-child(n + 2) img {
        height: 166px;
    }
}



.pro-total label {
    margin-bottom: 0px;
}

.addcart-area button {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    padding: 12px 20px;
    line-height: normal;
    color: #ffffff;
    border-radius: 20px;
    background: #da251c;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    outline: none !important;
    -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 100%;
}

.addcart-area button:hover {
    background: #1c5694;
}

.wrap-addcart svg path {
    stroke: #fff;
}

.addcart-area button {
    width: 100%;
}

.addcart-area {
    width: 100%;
}

.model-content-details .custom.custom-btn-number {
    margin-bottom: 20px;
}

.tour-detail-content_title {
    font-size: 23px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #000;
}

.tour-detail-content_title:before {
    content: '';
    width: 38px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}


.tour-detail-content_box {
    color: #fff;
    padding-top: 20px;
}

.tour-detail-content_desc.noi_dung_in {
    color: #131313;
}


.box-member-form .demo-container {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.box-member-form .demo-container h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.box-member-form .trigger-btn {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 10px;
}

.box-member-form .trigger-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.box-member-form .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 9999999999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.box-member-form .popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.box-member-form .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 1001;
}

.box-member-form .popup-overlay.active .popup-container {
    transform: translate(-50%, -50%) scale(1);
}

.box-member-form .popup-header {
    background: linear-gradient(90deg, rgba(6, 109, 238, 1) 0%, rgba(60, 138, 232, 1) 50%, rgba(66, 133, 214, 1) 100%);
    color: white;
    padding: 25px;
    border-radius: 20px 20px 0 0;
    position: relative;
    text-align: center;
}

.box-member-form .popup-header h2 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
}

.box-member-form .popup-header p {
    opacity: 0.9;
    font-size: 14px;
    color: #fff;
}

.box-member-form .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: unset;
}

.box-member-form .close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.box-member-form .popup-content {
    padding: 30px;
}

.box-member-form .form-group {
    margin-bottom: 20px;
}

.box-member-form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.box-member-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    font-size: 13px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    height: 40px;
}

.box-member-form .form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: white;
}

.box-member-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
    font-family: unset;
}

.box-member-form .submit-btn {
    width: 100%;
    background: linear-gradient(90deg, rgba(6, 109, 238, 1) 0%, rgba(60, 138, 232, 1) 50%, rgba(66, 133, 214, 1) 100%);
    color: white;
    border: none;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-member-form .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.box-member-form .submit-btn:active {
    transform: translateY(0);
}

.box-member-form .success-message {
    display: none;
    text-align: center;
    padding: 30px;
    color: #27ae60;
}

.box-member-form .success-message.show {
    display: block;
}

.box-member-form .success-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .box-member-form .popup-container {
        /* margin: 20px; */
        width: calc(100% - 40px);
    }

    .box-member-form .popup-header {
        padding: 20px;
    }

    .box-member-form .popup-header h2 {
        font-size: 1.5rem;
    }

    .box-member-form .popup-content {
        padding: 20px;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -30%) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.sec-btn span::after {
    content: "";
    position: relative;
    left: 0;
    display: block;
    width: 18px;
    height: 13px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    --mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIwIDE0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE4LjkyMzIgNi4wODQ4NEwxMy4wODk4IDAuMjUxNTA1QzEyLjkzMjcgMC4wOTk3MDY2IDEyLjcyMjEgMC4wMTU3MTA5IDEyLjUwMzcgMC4wMTc2MDk2QzEyLjI4NTIgMC4wMTk1MDgzIDEyLjA3NjEgMC4xMDcxNDkgMTEuOTIxNiAwLjI2MTY1NkMxMS43NjcxIDAuNDE2MTYzIDExLjY3OTUgMC42MjUxNzMgMTEuNjc3NiAwLjg0MzY3QzExLjY3NTcgMS4wNjIxNyAxMS43NTk3IDEuMjcyNjcgMTEuOTExNSAxLjQyOTg0TDE2LjMyMjMgNS44NDA2N0gxLjY2NzMyQzEuNDQ2MyA1Ljg0MDY3IDEuMjM0MzQgNS45Mjg0NyAxLjA3ODA2IDYuMDg0NzVDMC45MjE3ODIgNi4yNDEwMyAwLjgzMzk4NCA2LjQ1Mjk5IDAuODMzOTg0IDYuNjc0MDFDMC44MzM5ODQgNi44OTUwMiAwLjkyMTc4MiA3LjEwNjk4IDEuMDc4MDYgNy4yNjMyNkMxLjIzNDM0IDcuNDE5NTQgMS40NDYzIDcuNTA3MzQgMS42NjczMiA3LjUwNzM0SDE2LjMyMjNMMTEuOTExNSAxMS45MTgyQzExLjgzMTkgMTEuOTk1IDExLjc2ODQgMTIuMDg3IDExLjcyNDcgMTIuMTg4N0MxMS42ODExIDEyLjI5MDMgMTEuNjU4MSAxMi4zOTk3IDExLjY1NzEgMTIuNTEwM0MxMS42NTYxIDEyLjYyMSAxMS42NzcyIDEyLjczMDcgMTEuNzE5MSAxMi44MzMxQzExLjc2MSAxMi45MzU1IDExLjgyMjkgMTMuMDI4NiAxMS45MDEyIDEzLjEwNjhDMTEuOTc5NCAxMy4xODUxIDEyLjA3MjQgMTMuMjQ3IDEyLjE3NDkgMTMuMjg4OUMxMi4yNzczIDEzLjMzMDggMTIuMzg3IDEzLjM1MTggMTIuNDk3NyAxMy4zNTA5QzEyLjYwODMgMTMuMzQ5OSAxMi43MTc3IDEzLjMyNjkgMTIuODE5MyAxMy4yODMzQzEyLjkyMSAxMy4yMzk2IDEzLjAxMjkgMTMuMTc2MSAxMy4wODk4IDEzLjA5NjVMMTguOTIzMiA3LjI2MzE3QzE5LjA3OTQgNy4xMDY5IDE5LjE2NzEgNi44OTQ5OCAxOS4xNjcxIDYuNjc0MDFDMTkuMTY3MSA2LjQ1MzA0IDE5LjA3OTQgNi4yNDExMSAxOC45MjMyIDYuMDg0ODRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=);
    mask-image: var(--mask-image);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    transition: 0.3s;
}

.sec-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #c61d34;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 19px 36px;
    outline: none;
    border: none;
    transition: 0.3s;
    background-size: 100% 100%;
    background-position: left center;
    z-index: 1;
    cursor: pointer;
}


.sec-btn span {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
    gap: 10px;
}

.sec-btn::after {
    --size: 122px;
    content: "";
    position: absolute;
    top: -65px;
    right: -48px;
    width: 122px;
    height: 122px;
    opacity: 0.2;
    background: #ffffff;
    --mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5OCIgaGVpZ2h0PSIxMDIiIHZpZXdCb3g9IjAgMCA5OCAxMDIiPgo8cGF0aCBkPSJNNDAuNzcyIDQuODk3OTFDNDQuMzQ3MyAtMS41NzU3MiA1My42NTI3IC0xLjU3NTcyIDU3LjIyOCA0Ljg5NzkxVjQuODk3OTFDNTkuNjIwMSA5LjIyOTE2IDY0Ljk2MDQgMTAuOTY0MyA2OS40NDE1IDguODY2MzNWOC44NjYzM0M3Ni4xMzkxIDUuNzMwNTggODMuNjY3MyAxMS4yMDAxIDgyLjc1NDcgMTguNTM4OVYxOC41Mzg5QzgyLjE0NDEgMjMuNDQ5IDg1LjQ0NDYgMjcuOTkxOCA5MC4zMDMxIDI4LjkyODRWMjguOTI4NEM5Ny41NjQ3IDMwLjMyODMgMTAwLjQ0IDM5LjE3ODIgOTUuMzg4MyA0NC41NzlWNDQuNTc5QzkyLjAwODIgNDguMTkyNCA5Mi4wMDgyIDUzLjgwNzYgOTUuMzg4MyA1Ny40MjFWNTcuNDIxQzEwMC40NCA2Mi44MjE4IDk3LjU2NDcgNzEuNjcxNyA5MC4zMDMxIDczLjA3MTZWNzMuMDcxNkM4NS40NDQ2IDc0LjAwODIgODIuMTQ0MSA3OC41NTEgODIuNzU0NyA4My40NjExVjgzLjQ2MTFDODMuNjY3MyA5MC43OTk5IDc2LjEzOTEgOTYuMjY5NCA2OS40NDE1IDkzLjEzMzdWOTMuMTMzN0M2NC45NjA0IDkxLjAzNTcgNTkuNjIwMSA5Mi43NzA4IDU3LjIyOCA5Ny4xMDIxVjk3LjEwMjFDNTMuNjUyNyAxMDMuNTc2IDQ0LjM0NzMgMTAzLjU3NiA0MC43NzIgOTcuMTAyMVY5Ny4xMDIxQzM4LjM3OTkgOTIuNzcwOCAzMy4wMzk2IDkxLjAzNTcgMjguNTU4NSA5My4xMzM3VjkzLjEzMzdDMjEuODYwOSA5Ni4yNjk0IDE0LjMzMjcgOTAuNzk5OSAxNS4yNDUzIDgzLjQ2MTFWODMuNDYxMUMxNS44NTU5IDc4LjU1MSAxMi41NTU0IDc0LjAwODIgNy42OTY5IDczLjA3MTZWNzMuMDcxNkMwLjQzNTI3MyA3MS42NzE3IC0yLjQ0MDIzIDYyLjgyMTggMi42MTE3MiA1Ny40MjFWNTcuNDIxQzUuOTkxNzggNTMuODA3NiA1Ljk5MTc4IDQ4LjE5MjQgMi42MTE3MiA0NC41NzlWNDQuNTc5Qy0yLjQ0MDIzIDM5LjE3ODIgMC40MzUyNzIgMzAuMzI4MyA3LjY5NjkgMjguOTI4NFYyOC45Mjg0QzEyLjU1NTQgMjcuOTkxOCAxNS44NTU5IDIzLjQ0OSAxNS4yNDUzIDE4LjUzODlWMTguNTM4OUMxNC4zMzI3IDExLjIwMDEgMjEuODYwOSA1LjczMDU4IDI4LjU1ODUgOC44NjYzM1Y4Ljg2NjMzQzMzLjAzOTYgMTAuOTY0MyAzOC4zNzk5IDkuMjI5MTYgNDAuNzcyIDQuODk3OTFWNC44OTc5MVoiLz4KPC9zdmc+);
    mask-image: var(--mask-image);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    transition: 0.3s;
    z-index: -1;
}

.about-content-btn {
    margin-bottom: 25px;
    text-align: center;
}

.tour-detail-body {
    margin-bottom: 30px;
}

.product-gallery.boxlazy-img.gallery-item {
    margin-bottom: 0px;
}