body {
    /* background: #fafafa; */
}

.boxsearch {
    padding-top: 15px;
    padding-bottom: 1px;
}

.field-custom,
#traveler-value, .field-customtour {
    background: #00000033;
    border: 1px solid #41AB98 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    height: 45px !important;
    font-size: 16px !important;
    background-image: none !important;
}

.field-custom:focus, .field-customtour:focus {
    background: #00000033;
    border: 1px solid rgb(65, 171, 152);
    color: #fff;
}

.uk-tab>.uk-active>a {
    color: #00947d;
    font-weight: bold;
    /* border-bottom: 2px solid; */
}

.uk-tab>li>a {
    border-bottom: none;
}

.tab-customtour>.uk-active>a {
    color: #00947d !important;
    font-weight: bold;    
    border-bottom: 2px solid;
}

.tab-customtour li a {
    font-size: 16px;
    text-transform: none;
    text-align: justify;
    color: #6A6A6A !important;
}

.tab-customtour-modal li a {
    font-size: 16px;
    text-transform: none;
    text-align: justify;
    color: #6A6A6A !important;
    min-width: 200px;
}

.tag-container {
    padding-bottom: 10px;
}

.list-day {
    /* width: 70%;  */
    box-shadow: 0px 4px 10px 0px #0000001A;
    padding: 0 10px;
    border-radius: 10px;
    margin-bottom: 15px !important;
}

.slick-active {
    background: #11967E !important;
    color: #fff !important;
    border: 1px solid #11967E !important;
}

/* .slick-active:hover {
    border: none !important;
} */

.btn-tag:hover {
    border: 1px solid #11967E;
    background: #11967E;
    color: #fff !important;
}

.list-itinerary {
    /* width: 70%;  */
    padding: 0 10px;
    border-radius: 10px;
    margin-bottom: 15px !important;
}

.detail-day {
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid #ddd !important; */
}

/* .uk-accordion-title::before {
    content: " ";
    background-image: url(/themes/web/img/ar-down-thin.svg);
    background-position: 0px center;
    padding-right: 40px;
    height: 65px;
}

.uk-open>.uk-accordion-title::before {
    content: " ";
    background-image: url(/themes/web/img/ar-top.svg);
    height: 65px;
    background-position: 0px center;
    padding-right: 40px;
} */

.detail-title {
    background: #F6F6F6;
}

.detail-place {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
}

.list-itinerary {
    padding: 0;
}

.detail-time {
    color: #000;
    background: #E0E9E8;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    width: 11rem;
    justify-content: center;
    align-items: flex-start;
    transition: .2s linear;
}

.remove {
    font-size: 12px !important;
    color: #11967E;
}

.detail-title:hover {
    color: #000 !important;
}

.include {
    font-size: 12px !important;
    display: flex;
    align-items: center;
    padding-right: 10px;
    color: #6A6A6A;
}

.detail-include {
    display: flex;
    justify-content: center;
    align-items: center;
}

.days {
    color: #000 !important;
}

.icongreen {
    width: 45px;
    height: 45px;
    background: #BCEEE5;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.titlerow {
    color: #00604F;
}

.economy {
    padding: 10px 85px;
    display: flex;
    align-items: center;
}

.icon-logo {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.dashed {
    /* height: 1px; */
    border-top: 1px dashed #797979;
    margin: 0 20px;
}

.badge {
    background: #0094E7;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    padding: 5px;
    width: fit-content;
    font-weight: bold;
}

.pb-05 {
    margin-bottom: 5px;
}

.btn-addactive {
    background: #fff;
    border: 1px solid #11967E;
    color: #11967E;
    border-radius: 100px;
    padding: 10px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.btn-addactive:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px #00000026;
    font-weight: bold;
}

.section.uk-open .detail-title div .detail-time {
    background: #00604F;
    transition: .2s linear;
}

.section.uk-open .detail-title div .detail-time span {
    color: #fff !important;
    transition: .2s linear;
}

.book_now {
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #fff;
    margin-top: 26px;
}

.book_btn {
    height: 40px;
    background: #EA5A35;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

.book_btn:hover {
    background: #c14728;
}

.uk-open>.hidebefore::before {
    display: none;
}

.hidebefore::before {
    display: none !important;
}

.hidebefore {
    font-size: 12px;
    color: #AFAFAF;
}

.titleroom {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    padding-top: 5px;
}

.form-book {
    position: absolute;
    top: 75px;
    right: 0;
}

.fixForm {
    bottom: 68px;
}

#summary {
    /* margin-right: 20px; */
}

.item-summary {
    box-shadow: 0px 4px 10px 0px #0000001A;
    /* min-height: 300px; */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.item-summary-title {
    padding: 10px 15px;
    background: linear-gradient(90deg, #A1EEE0 0%, #46C6AF 100%);
}

.day-top {
    display: flex;
}

.left-day {
    display: flex;
    flex-direction: column;
    padding: 25px 15px;
    background: #CCDAD8;
}

.right-day {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icongreen-day {
    width: 35px;
    height: 35px;
    background: #BCEEE5;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.line-custom {
    height: 1px;
    background: #CCCCCC;
}

.line-dashed {
    border-top: 1px dashed #BFBFBF;
    margin: 15px 0;
}

.mt-0 {
    margin: 0;
    margin-bottom: 10px;
}

.slick-track {
    /* width: auto !important; */
    width: 300px !important;
}

.slide_item {
    /* height: 100%; */
    cursor: pointer;
}

.img-photo {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.title-sticky {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
    margin: 0;
    /* padding-bottom: 20px; */
    padding-top: 40px;
}

.tab-customtour {
    /* position: sticky;
    top: 110px;
    z-index: 9; */
    background: #fff;
    margin-top: 0;
}

.tab-customtour-modal {
    position: sticky;
    top: 71px;
    z-index: 9;
    background: #fff;
    margin-top: 0;
    padding-top: 40px;
}

#titletour-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding-left: auto;
    padding-right: auto;
    transition: .4s ease;
    transform: translateY(-100%);
    box-shadow: 0px 4px 16px 0px #00000014;
}

#tab-home {
    z-index: 97;
}

.field-custom-child {
    background: #fff;
    border: 1px solid rgba(171, 171, 171, 1);
    color: #000;
    border-radius: 5px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    height: 45px !important;
    font-size: 16px;
    font-weight: 400;
    background-image: none !important;
}

.box-filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    background: #F2F2F2;
    /* margin-top: 20px; */
}

.p-40 {
    padding: 20px 20px 0 20px;
}

.filter-star {
    color: #555555;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
}

.star-active {
    color: #11967E;
    border: 1px solid #8ADACC;
    background: #eefefb;
}

.boxsearch_field {
    background-color: #eefefb !important;
    border: 1px solid #8ADACC !important;
    color: #11967E !important;
    border-radius: 5px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    height: 35px !important;
    font-size: 12px;
    font-weight: 400;
    background-image: none !important;
    padding-right: 25px !important;
    background-image: url(/themes/web/img/ar-down.svg) !important;
    background-repeat: no-repeat;
    background-position: 93% 50% !important;
}

.boxsort {
    background-color: #fff !important;
    border: 1px solid #AFAFAF !important;
    color: #000 !important;
    border-radius: 5px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    height: 35px !important;
    font-size: 12px;
    font-weight: 400;
    background-image: none !important;
    padding-right: 25px !important;
    background-image: url(/themes/web/img/ar-down.svg) !important;
    background-repeat: no-repeat;
    background-position: 93% 50% !important;
}

.titlesearch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btnclose {
    border: none;
    background: #fff;
    cursor: pointer;
    right: 20px !important;
    top: 15px !important;
}

.item-filter-hotel {
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 0 20px;
    border: 1px solid #8ADACC;
    box-shadow: 0px 4px 16px 0px #008C7226;
    border-radius: 10px;
    background-color: #eefefb;
    margin-bottom: 30px;
}

.noselect {
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 0 20px;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}

.colorblack {
    color: #000 !important;
}

.price {
    color: #EA5A35;
    text-align: right;
}

.dv {
    font-size: 12px;
    color: #6a6a6a;
}

.btn-select,
.btn-select-activity {
    background: #FB6A00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 10px;
    color: #fff;
    margin-top: 5px;
}

.btn-noselect,
.btn-apply {
    background: #11967E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    margin-top: 5px;
    border-radius: 100px;
    min-width: 70px;
}

.uk-open>.uk-offcanvas-bar {
    left: auto;
    right: 0;
}

.checkmark {
    width: 20px !important;
    height: 20px !important;
}

.custom-checkbox .checkmark:after {
    left: 7px !important;
    top: 2px !important;
    width: 6px !important;
    height: 13px !important;
}

.img-slide {
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    max-height: 100px;
}

.boxtabview {
    padding-top: 20px !important;
}

.btnsticky-new {
    background: #F2F2F2;
    color: #000 !important;
    border-radius: 100px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    padding: 10px 15px !important;
    /* margin-right: 10px; */
}

.uk-active .btnsticky-new {
    color: #fff !important;
    background: #11967E !important;
}

.uk-offcanvas-bar.custom-width {
    width: 50vw;
}

.row-option {
    display: flex;
}

.icon-option {
    padding-right: 5px;
    width: 30px !important;
}

.boxsearch_room {
    background-color: #fff !important;
    border: 1px solid #ABABAB !important;
    color: #000 !important;
}

.box-select-room {
    display: flex;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.radio {
    top: -1px !important;
    border-radius: 100px !important;
}

.row-room {
    font-size: 12px;
    color: #555;
    display: flex;
    justify-content: space-between;
}

.header-canvas {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 3;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.extrabed-custom {
    left: calc(100% - 20px) !important;
}

.txt-extrabed {
    font-size: 16px;
    font-weight: bold;
}

.custom-offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 50vw;
    background: white;
    z-index: 1050;
    /* Đảm bảo nó nằm trên offcanvas-1 */
    transform: translateX(200%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    /* Cho phép cuộn nội dung */
    height: 100vh;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.coverlay-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .15s linear;
}

.custom-offcanvas.show {
    transform: translateX(0);
}

.custom-canvas {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 1051;
    background: rgba(0, 0, 0, 0.2);
}

.icon-tick {
    display: block;
    left: 7px;
    top: 2px;
    width: 6px;
    height: 13px;
    border: solid #6A6A6A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-right: 10px;
}

.item-facilities {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.uk-pagination>.uk-active .page-link {
    color: #fff !important;
    background: #00947d;
    border: none;
}

.box-icon-tick {
    width: 20px;
    height: 20px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-right: 5px;
}

.box-price-noti {
    position: fixed;
    bottom: 0px;
    border-radius: 10px;
    background: #0B231EF2;
    box-shadow: 0px 4px 16px 0px #006E5A80;
    min-height: 130px;
    right: 0px;
    width: calc(50% - 40px);
    z-index: 1052;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.update-package {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: linear-gradient(90deg, #008069 0%, #00C9A5 100%);
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
}

.box-right-activity {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-left: auto;
    min-height: 170px;
    margin-bottom: auto;
}

.box-img {
    width: 250px;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    width: 250px;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}

.box-detail {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: auto;
}

.open-detail-hotel {
    margin-left: auto;
}

.des-title-act {
    color: #555;
    font-size: 14px;
}

.flight-tour {
    box-shadow: 0px 4px 10px 0px #0000001A;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    /* padding: 20px 0; */
}

.header-flight-tour {
    padding: 10px;
    display: flex;
    background: #eee;
    align-items: center;
}

.title-flight2 {
    background: #f4f4f4;
    width: fit-content;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.book-title {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background: #f2f2f2;
    margin-right: 10px;
    padding: 7px 15px;
}

.cuscontact {
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 10px;
}

.right_cruise {
    margin-left: 20px;
}

.group_content_cruise {
    display: flex;
}

.uk-offcanvas-bar {
    color: #000;
}

.itemtour {
    display: flex;
}

.btn-tag:hover {
    border: 1px solid #11967E !important;
}

.step-departure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.txt-step {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #11967E;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.linetop,
.linebot {
    width: 1px;
    height: 30px;
    background: #D7D7D7;
}

.departure {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slide__ {
    padding: 0 !important;
    margin: 0 5px;
}

.boxchildrent {
    z-index: 98 !important;
}

.uk-button-default:hover {
    border: none !important;
}

.uk-button-default:focus {
    background: #ddd !important;
}

.zindex100 {
    z-index: 100 !important;
}

@media (max-width: 1530px) {
    .box-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .box-title div img {
        padding-left: 15px;
        padding-top: 10px;
    }
}

.full-size {
    width: 100%;
    height: 100%;
}

.total_price_ {
    padding-top: 15px;
}

.total_price_::before {
    height: 20px !important;
}

.border-top {
    border-top: 1px solid #C6C6C6;
}

.btnroom {
    margin-left: auto;
    margin-right: auto;
}

.padd20 {
    padding: 20px;
}

.tab-customtour::before {
    display: none;
}

.disablebook {
    background: #ddd !important;
    color: #fff !important;
    font-size: 16px;
}

.label-tour-detail {
    line-height: 2.5;
}

.uk-accordion-title::before, .uk-open>.uk-accordion-title::before {
    display: none;
    /* content: "" !important;
    background: #000; */
}

.arrow-itinerary {
    background-image: url(/themes/web/img/ar-down-thin.svg) !important;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 15px;
}

.uk-open .arrow-itinerary {
    background-image: url(/themes/web/img/ar-top.svg) !important;
}

.daytxt {
    font-size: 14px;
}

.p-0 {
    padding: 0;
}

.arrLeft, .arrRight {
    width: 20px;
    height: 30px;
    padding: 0;
}

.arrLeft svg, .arrRight svg {
    display: none;
}

.transfer_home_img {
    padding: 5px;
}

.add-guide {
    min-height: 25px;
    display: flex !important;
    align-items: flex-end; 
}

.sticky_form {
    position: sticky;
    top: 150px;
    margin-bottom: 55px;
}

.btn-close-modal {
    position: absolute;
}

.slide-custom li {
    height: 100%;
}

.txt_source {
    color: #B9B9B9; 
    padding: 0 10px;
    font-size: 18px;
}

.color6a {
    color: #6A6A6A; 
}

.size10 {
    font-size: 10px;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size18 {
    font-size: 18px;
}

.activity_img{
    cursor: pointer;
}

.detail_hotel_slide_show {
    min-height: 300px !important;
}

.detail_hotel_slide_show img {
    width: 100% !important;
    height: 100% !important;
}

.image-layout {
    display: grid;
    grid-template-columns: calc(35% - 5px) calc(35% - 5px) calc(30% - 10px);
    gap: 10px;
    height: 320px;
}

.column img, .column video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Cột 1: Ảnh lớn */
.column-large {
    display: flex;
}

/* Cột 2: 4 Ảnh nhỏ (2x2) */
.column-small-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

/* Cột 3: Ảnh đơn */
.column-medium {
    display: flex;
}

.gallery-container {
    position: relative;
    display: inline-block;
}

.view-gallery-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(46, 46, 46, 0.459);
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 5px;
}

.view-gallery-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.gallery {
    column-count: 3;
    column-gap: 10px;
}

.gallery-item {
    break-inside: avoid;
}

.gallery-content {
    margin-top: 10px;
}

.gallery-item:first-child .gallery-content {
    margin-top: 0;
}

.gallery-content img, .gallery-content video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.btn-tag.slick-active {
    color: #fff !important;
}

.image-layout-modal {
    display: grid;
    grid-template-columns: calc(65% - 5px) calc(35% - 5px);
    gap: 10px;
    height: 320px;
}

.image-layout-modal .column {
    height: 320px;
}

.column-small-grid img, .column-small-grid video {
    height: 155px;
}

.column-large img, .column-medium img, .column-medium video {
    height: 320px;
}

.column img, .column video, .gallery-content img, .gallery-content video  {
    cursor: pointer;
}

.title-day::before {
    margin-top: 18px !important;
}

#detailhotel {
    overscroll-behavior: contain;
}

.activity_slide {
    flex-wrap: nowrap;
}

.gm-style-iw-d {
    padding: 5px;
    overflow: auto !important;
}

.gm-style-iw-chr {
    display: none;
}

/* Thêm style cho bản đồ */
#map {
    height: 80vh;
    /* Chiếm 80% chiều cao viewport */
    width: 100%;
    /* Chiếm toàn bộ chiều rộng */
}

#capturedImage {
    margin-top: 20px;
    border: 1px solid #ccc;
    max-width: 100%;
    /* Đảm bảo ảnh không vượt quá chiều rộng */
}

.crop-box {
    border: 2px dashed rgba(0, 0, 255, 0.5);
    position: absolute;
    display: none;
    pointer-events: none;
    /* Để không ảnh hưởng đến sự kiện chuột trên bản đồ */
}

#croppedImage {
    max-width: 100%;
    display: none;
}

#cropButton {
    margin: 10px;
}

.info-box {
    /* background: white; */
    color: black;
    /* padding: 8px 12px; */
    font-size: 14px;
    border-radius: 8px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
    width: max-content;
    /* min-width: 100px; */
}

.gm-style .gm-style-iw-c {
    padding: 0;
}
/* ggmap */

.price_elm {
    max-height: 20vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 0;
    padding-bottom: 3px;
}
.price_elm::-webkit-scrollbar {
    display: none;
}

.detail_hotel_listroom .backToAddHotel:hover {
    text-decoration: underline !important;
}

.show_adult option, .show_child option {
    text-transform: capitalize;
}

.uk-offcanvas-container, .uk-offcanvas-page{
    overflow-x: visible;
}

.service_home_img {
    width: 100%;
}