:root {
    --cc-z-index: 1000;
    --color-button: #1aa7ee
}
body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    user-select: none;
}
*:hover{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#cesiumContainer {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}
#loading {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.cesium-baseLayerPicker-dropDown {
    width: 150px;
    background-color: transparent;
    border: none;
}
.cesium-baseLayerPicker-sectionTitle, .cesium-baseLayerPicker-categoryTitle, .cesium-baseLayerPicker-itemLabel {
    display: none;
}
.cesium-baseLayerPicker-choices {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.cesium-viewer .cesium-widget-credits {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 9px;
    width: 280px;
}
.cesium-credit-expand-link {
    text-decoration: none;
}
.cesium-credit-logoContainer {
    pointer-events: none;
    cursor: default;
}
.cesium-credit-logoContainer img {
    width: 80px;
}
.vt-card {
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    width: 300px;
    text-align: center;
    cursor: default;
    opacity: 0;
    z-index: 12;
}
.vt-card:after {
    content: "";
    display: block;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #ffffff transparent transparent;
    margin-left: -10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
}
.vt-card:hover {
    border: 1px solid rgba(0,0,0,.5);
}
.vt-card .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
}
.vt-card .card-img-block img{
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.65);
}
.vt-card h5{
    color: #303c5e;
    font-weight: 600;
    font-size: 14px;
}
.vt-card p{
    font-size: 12px;
    font-weight: 300;
}
.ripple-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    font-size: 0;
    z-index: 1000;
    top: 0; left: 0; right: 0; bottom: 0;
}
.card-title {
    text-transform: uppercase;
    margin-bottom: 0;
}
.card-author {
    margin: 0;
    font-style: italic;
}
.card-access {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 2px 6px;
    background-color: white;
    font-size: 10px;
}
.card-text {
    margin-top: 10px;
}
#vt_viewer {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vt_viewer iframe {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
}
#btn_return_globe {
    position: absolute;
    z-index: 11;
    bottom: 66px;
    right: 7px;
    width: 60px;
    height: 60px;
    display: none;
    transition: all 0s ease;
}
#btn_return_globe img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    pointer-events: none;
}
.logo img {
    height: 40px;
}
.vt-card .card-body {
    padding: 15px;
}
.panorama_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
@media (max-width: 540px) {
    .vt-card {
        width: 200px;
    }
    .vt-card h5 {
        font-size: 12px;
    }
    .vt-card p {
        font-size: 10px;
    }
    .vt-card .card-text {
        margin-top: 5px;
    }
    .vt-card .card-body {
        padding: 10px;
    }
}
#cookie_consent_preferences {
    position: fixed;
    bottom: 16px;
    right: 0;
    padding: 2px 6px;
    background: white;
    color: black;
    cursor: pointer;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
}
#cookie_consent_preferences span {
    display: none;
}
#cookie_consent_preferences:hover span {
    display: inline-block;
}
#btn_list_vt {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #fff;
}
#btn_list_vt:hover {
    background: #000;
    color: #fff;
}
#list_vt {
    display: none;
    position: absolute;
    top: 50px;
    left: 10px;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    width: 300px;
    height: auto;
    max-height: calc(100% - 85px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#list_vt::-webkit-scrollbar {
    display: none;
}
#list_vt li {
    padding: 6px 12px;
    font-size: 14px;
    cursor: default;
}
.vt_list_btns {
    white-space: nowrap;
    padding-left: 10px;
    font-size: 16px;
}
.vt_list_btns .badge {
    border: 1px solid #000;
    padding: 6px;
    cursor: pointer;
}
.vt_list_btns .badge:hover {
    background-color: #000;
}
.vt_list_btns .badge:hover i {
    color: white;
}


/* custom */

#map {
    width: 100%;
    height: 100vh;
}

.custom-marker {
    width: 30px;
    height: 41px;
    background-size: cover;
    cursor: pointer;
}

.cluster-marker {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
}

/* Ẩn logo và thông tin bản quyền của Mapbox */
.mapboxgl-ctrl-logo,
.mapboxgl-ctrl-attrib {
    display: none !important;
}

.control-top .left{
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 3;
}

.control-top .center{
    position: absolute;
    top: 15px;
    left: 70px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.control-top .right{
    position: absolute;
    right: 15px;
    top: 15px;

    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: anchor-center;
    z-index: 2;
}

.control-center .left {
    position: absolute;
    left: 15px;
    top: 50%;
    top: 105px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.btn-control{
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}

.btn-blue{
    background: var(--color-button);
}

.control-bottom .left {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.control-bottom .right{
    right: -35px;
    bottom: 0;
    position: absolute;
}

.control-bottom .center{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-menu{
    background: #ffffff;
    cursor: pointer;
}

.btn-layer{
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: relative;
}

.btn-layer img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.group-control-2d{
    display: flex;
    gap: 5px;
}

.btn-group-zoom{
    display: flex;
    background: var(--color-button);
    border-radius: 10px;
}

.group-control-2d div{
    height: 44px;
}

.group-control-3d{
    display: flex;
    gap: 5px;
}

.btn-group-rotate{
    display: flex;
    background: var(--color-button);
    border-radius: 10px;
    height: 44px;
}

.btn-group-viewpoint{
    background: var(--color-button);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.control-center .right{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-sidebar{
    background: #ffffff;
    border-radius: 50px;
    width: 44px;
    height: 44px;
}

.btn-group-menu-bottom .btn-control{
    padding: 5px;
}

.btn-home{
    background: var(--color-button);
}

.btn-group-menu-bottom{
    display: flex;
    gap: 30px;
    padding: 10px;
    background: #ffffff;
    border-radius: 15px;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.13));
    position: relative;
    align-items: center;
}

.btn-group-menu-bottom img{
    width: 30px;
}

.btn-space{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    padding: 0;
}

.btn-space img{
    width: 100%;
    height: 100%;
}

.input-search{
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    width: 300px;
}

.input-search img{
    padding: 10px;
}

.input-search input{
    background: none;
    border: none;
    height: 44px;
    padding-left: 0;
}

.input-search input:focus{
    outline: none;
    box-shadow: none;
}

#province-city, #district{
    width: 220px;
    height: 44px;
    border: 1px solid var(--color-button);
    border-radius: 10px;
    color: var(--color-button);
}

.item_category_view, .show_more_categories{
    display: flex;
    gap: 5px;
    background: #ffffff;
    color: var(--color-button);
    padding: 5px;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
}

.item_category_view.active{
    background: #9cdeff;
    color: #037ebc;
}

.categories{
    position: relative;
    user-select: none;
}

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

.popup_category{
    position: absolute;
    right: 0;
    margin-top: 5px;
}

.showMoreSuggestPlace {
    background-color: #fff;
    width: 18.75rem;
    height: 25.625rem;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    box-shadow: 0px 0px 4px #9E9E9E;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
}
.showMoreSuggestPlace .boxSearchContainer {
    display: flex;
    flex-direction: column;
}
.showMoreSuggestPlace .boxSearchContainer .searchInput {
    background-color: #fff;
    width: 100%;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid var(--color-button);
}
.showMoreSuggestPlace .boxSearchContainer .horizontalLine {
    width: 100%;
}
.showMoreSuggestPlace .notFoundSearch {
    margin-top: 3.0625rem;
    padding: 2rem;
    text-align: center;
}
.showMoreSuggestPlace .listGroupPlaceType {
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.showMoreSuggestPlace .listGroupPlaceType .itemGroupPlaceType {
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
}
.showMoreSuggestPlace .listGroupPlaceType .itemGroupPlaceType .itemIcon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}
.showMoreSuggestPlace .listGroupPlaceType .itemGroupPlaceType .itemName {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-button);
}
.showMoreSuggestPlace .listGroupPlaceType .itemGroupPlaceType:hover {
    background-color: #f5f7fa;
}
.showMoreSuggestPlace .listPlaceType {
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.showMoreSuggestPlace .listPlaceType .itemPlaceType {
    cursor: pointer;
    padding: 0.90625rem 0.25rem 0.90625rem 1rem;
    color: #5ec6ce;
}
.showMoreSuggestPlace .listPlaceType .itemPlaceType:hover {
    background-color: #f5f7fa;
}
.iconBackShowMoreSuggest {
    cursor: pointer;
}

.itemGroupPlaceType img{
    padding-right: 10px;
    max-width: 32px;
}

.itemGroupPlaceType.active{
    background: #d9d9d9;
}

#close_category{
    display: flex;
    margin: 0 5px;
    cursor: pointer;
}
.popup_categories {
    position: fixed;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0px 1.25rem 1.6875rem rgba(0,0,0,.1607843137);
    animation: main .2s;
    overflow: auto;
    right: 462px;
    top: 60px;
    transform-origin: right top;
    max-height: calc(100% - 60px);
    max-width: calc(100% - 460px);
    display: none;
}
.group_search_more {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.textInput_search_more {
    width: 100%;
    padding: 0.9375rem 1.125rem;
    outline: none;
    background-color: transparent;
    border: none;
    font-size: .875rem;
    line-height: 1.125rem;
    color: var(--color-button);
}
input.textInput_search_more::placeholder{
    color: var(--color-button);
}
.g_icon_search_more {
    padding-right: 0.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-layer-map{
    display: flex;
    gap: 5px;
    position: fixed;
    right: 15px;
    top: 65px;
    cursor: pointer;
    z-index: 1;
    flex-direction: column;
}

.list-layer-map div{
    width: 44px;
    height: 44px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    position: relative;
}

.list-layer-map img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.list-layer-map span, .btn-layer span{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px;
    background: #9e9e9ec2;
    color: #ffffff;
    width: 100%;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

/*menu*/

.menu-left{
    position: fixed;
    z-index: 999;
    left: -250px;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.5s ease;
    display: none;
}

.overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #9e9e9e38;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    color: var(--color-button);
    overflow: auto;
}

.sidebar {
    width: 300px;
    background: #ffffff;
    color: #555;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.25rem;

    position: absolute;
    left: 0;
    height: 100%;
    z-index: 9991;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.list li {
    cursor: pointer;
    letter-spacing: 1px;
}

.list-title {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.list-title > * {
    pointer-events: none;
}

.list-title .chevron {
    margin-left: auto;
    color: var(--color-button);
}

.list-title:hover,
.list-title.active,
.list.inner li:hover {
    background: #ddd;
}

.list.inner {
    height: 0;
    overflow: hidden;
    transition: height 200ms ease;
}

.list.inner li {
    padding: 0.5rem;
    border-radius: 0.25rem;
    padding-left: 1rem;
    display: flex;
    gap: 5px;
    align-items: center;
}

.list-title.active .chevron {
    transform: rotate(90deg);
}

.logo-menu{
    padding: 10px;
    font-weight: bold;
    color: var(--color-button);
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-menu img{
    width: 50px;
}

.btn-close-menu{
    position: absolute;
    top: 15px;
    left: 300px;
    background: var(--color-button);
    padding: 5px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.modal-popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 99;
}

.modal-popup-content {
    aspect-ratio: 1.6 / 1;
    width: 50%;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

.modal-popup-header {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.modal-popup-title {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.btn-close-popup{
    cursor: pointer;
    width: 30px;
}

.modal-popup-body{
    height: calc(100% - 60px);
}

.item-game{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.13);
    background: var(--color-button);
    border-radius: 15px;
}

.item-game img{
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.g-name {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.g-name .name-game{
    color: #ffffff;
}

.g-name .play-now{
    background: #ffffff;
    color: var(--color-button);
    padding: 5px 10px;
    border-radius: 15px;
    cursor: pointer;
}

.g-name .play-now:hover{
    scale: 1.1
}

#close-while{
    display: none;
}

.btn-back-list-game{
    position: absolute;
    left: 15px;
    top: 15px;
    background: var(--color-button);
    padding: 5px 4px;
    border-radius: 5px;
    cursor: pointer;
}

.popup-instruct .modal-popup-content{
    background: #05547C;
}

.popup-instruct .modal-popup-title{
    color: #ffffff;
}

.popup-instruct #close-while{
    display: block;
}

.popup-instruct #close-black{
    display: none;
}

.instruct-left{
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #ffffff;
}

.instruct-left .item-instruct{
    display: flex;
    align-items: center;
    gap: 10px;
}

.instruct-right{
    color: #ffffff;
    row-gap: 50px;
    justify-content: center;
}

.instruct-right .item-instruct{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
}

.instruct-right img{
    width: 44px;
    height: 44px;
}

.instruct-right img#chatbot,
.instruct-right img#space{
    width: 100px;
    height: 100px;
}

/*------------------*/

.popup-event {
    position: absolute;
    left: 15px;
    top: 80px;
    height: calc(100% - 100px);
    width: 400px;
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    display: none;
    z-index: 6;
}

.popup-event .popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.popup-event .popup-body{
    margin-top: 15px;
    height: calc(100% - 66px);
}

.tabs-wrapper{
    height: 100%;
}

.btn-close-event img{
    width: 24px;
    cursor: pointer;
}

.g-popup-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.popup-title{
    font-weight: bold;
    font-size: 22px;
}

.popup-time{
    color: hsl(0deg 0% 0% / 60%);
}

.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.tabs li {
    cursor: pointer;
    border-radius: 7px;
    transition: 0.25s;
    width: 50%;
    text-align: center;
    padding: 10px;

    display: flex;
    justify-content: center;
    gap: 5px;
    color: #adadad;
    font-weight: bold;
}
.tabs li:hover {
    border-bottom: 3px solid var(--color-button);
}
.tabs li.active {
    color: var(--color-button);
    border-bottom: 3px solid var(--color-button);
}

#tab-news:before{
    content: url("/globe/img/icons/news.svg");
}

#tab-news.active:before{
    content: url("/globe/img/icons/news_active.svg");
}

#tab-event:before{
    content: url("/globe/img/icons/event.svg");
}

#tab-event.active:before{
    content: url("/globe/img/icons/event_active.svg");
}

.item-event-news{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
    border: 2px solid #eef3f5;
    border-radius: 10px;
    padding: 5px;
}

.item-event-news:last-child{
    margin-bottom: 0;
}

.item-event-news img{
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 15px;
}

.title-event-news{
    color: var(--color-button);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc-event-news{
    display: -webkit-box;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-content-wrapper{
    height: calc(100% - 50px);
    overflow: auto;
    padding-right: 5px;
}

.group-instruct .left{
    border-right: 1px solid var(--color-button);
}
/*-----------------------------*/
.popup-list-tour{
    position: absolute;
    right: -400px;
    top: 70px;
    background: #ffffff;
    bottom: 30px;
    border-radius: 10px;
    width: 400px;
    padding: 10px;
    display: none;
}

.title-list-tour{
    color: var(--color-button);
    font-weight: bold;
}

.popup-list-tour .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.popup-list-tour .g-search{
    display: flex;
    align-items: center;
    border: 1px solid var(--color-button);
    border-radius: 5px;
}

.popup-list-tour .g-search input{
    border: 0;
    border-radius: 5px;
}

.popup-list-tour .g-search input:focus{
    box-shadow: none;
}

.popup-list-tour .g-search i{
    border: 0;
    padding: 10px;
    border-left: 1px solid var(--color-button);
    color: var(--color-button);
}

.popup-list-tour-content{
    height: calc(100% - 40px);
    overflow: auto;
    padding-right: 5px;
    margin-top: 5px;
}

.img-tour{
    width: 115px;
    height: 115px;
    object-fit: cover;
    border-radius: 10px;
}

.item-tour {
    display: flex;
    gap: 10px;
    border: 1px solid #e4ebef;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    align-items: center;
}

.item-tour:last-child{
    margin-bottom: 0;
}

.title-tour{
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-tour {
    color: #000000a3;
    font-weight: bold;
}

.button-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-view-location{
    background: var(--color-button);
    padding: 5px 10px;
    color: #ffffff;
    gap: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.btn-direction {
    border: 1px solid var(--color-button);
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.info-tour {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.btn-close-list-tour {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    cursor: pointer;
}
/*-------------------*/
.popup-list-vrtour .modal-popup-content{
    aspect-ratio: 1.3 / 1;
}

.header-list-vrtour{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

select#filter-vrtour {
    width: 300px;
    border-color: var(--color-button);
    color: var(--color-button);
}

.body-list-vrtour {
    height: calc(100% - 68px);
}

.item-vrtour {
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.20);
    cursor: pointer;
}

.item-vrtour img{
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1.65 / 1;
    object-fit: cover;
}

.name-vrtour {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    width: 100%;
    padding: 5px;
    text-align: center;
    background: #00000052;
    border-radius: 0 0 10px 10px;

    display: -webkit-box;
    font-size: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body-list-vrtour .col-md-4{
    padding: 10px;
}

.paginationjs {
    margin-right: 5px;
    flex-direction: row-reverse;
}

.paginationjs .paginationjs-pages li {
    border: none !important;
}

.paginationjs .paginationjs-pages li:last-child {
    border-right: none !important;
}

.paginationjs .paginationjs-pages li.active>a{
    background: var(--color-button) !important;
}

.no-data{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
}

.body-list-vrtour .container{
    height: 100%;
}

/*#copyright{*/
/*    width: 100%;*/
/*}*/
/*-------------------------------*/

.popup-play-game iframe{
    border: none;
}

.province-district-mobile {
    gap: 10px;
    margin-bottom: 10px;
    display: none;
}

.province-district-mobile select {
    border-color: var(--color-button);
    color: var(--color-button);
}
/*-------------------------------*/
.mapboxgl-popup-close-button{
    display: none;
}

.mapboxgl-popup{
    top: -25px !important;
}

.mapboxgl-popup-content {
    width: 300px;
    padding: 1px !important;
    border-radius: 0px !important;
}

.marker-tour{
    font-size: 16px;
}

.img-tour-marker{
    width: 100%;
    position: relative;
}

.img-tour-marker img{
    width: 100%;
    aspect-ratio: 1.7 / 1;
    object-fit: cover;
}

.view-marker{
    position: absolute;
    background: var(--color-button);
    color: #ffffff;
    text-align: right;
    padding: 7px 10px;
    top: 10px;
    right: 0;
    border-radius: 10px 0 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}

.group-info-marker {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.name-marker{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
}

.name-marker, .desc-marker {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rating-marker{
    display: flex;
    justify-content: space-between;
}

.rating-old{
    display: flex;
    gap: 5px;
}

.rating-old span{
    width: 2px;
    background: var(--color-button);
}

.rating-old label{
    margin-bottom: 0;
}

.total-rate{
    font-weight: 600;
    color: #5c5c5c;
}

.btn-marker {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.btn-join-tour-marker {
    background: var(--color-button);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

.btn-view-location-marker, .btn-direct-marker {
    border: 1px solid var(--color-button);
    padding: 7px;
    border-radius: 10px;
    cursor: pointer;
}

.color-default{
    color: var(--color-button);
}

/*-------------------------------*/
.star-rate{
    color: var(--color-button);
    font-weight: bold;
    display: flex;
    gap: 5px;
}

.starsEl{
    color: #cdcdcd;
    font-weight: unset;
    cursor: pointer;
}

.starsEl.active{
    font-weight: 900;
    color: var(--color-button);
}
/*-----------------*/
.map_background {
    display: flex;
    align-items: center;
    gap: 10px;
}

.map_background img{
    width: 40px;
    object-fit: cover;
}

.language-menu{
    display: flex;
    gap: 10px;
    align-items: center;
}

.language-menu img{
    width: 20px;
    object-fit: cover;
}

.item_category_view img{
    width: 20px;
    height: 20px;
}

.list.inner li.active {
    background: #dddddd;
}

.group-input-search{
    position: relative;
}

.list-vt-search {
    position: absolute;
    background: #ffffff;
    width: 100%;
    color: var(--color-button);
    top: 44px;
    border-radius: 10px;
    z-index: 6;
}

.item-vt-search {
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.item-vt-search:last-child{
    border-radius: 0 0 10px 10px;
}

.item-vt-search:hover{
    background: var(--color-button);
    color: #ffffff;
}

.icon-search-location{
    content: url("/globe/img/icons/location_search.svg");
}

.item-vt-search:hover .icon-search-location{
    content: url("/globe/img/icons/location_search_w.svg");
}

.list-vt-search{
    display: none;
}

.group-input-search.active .input-search{
    border-radius: 10px 10px 0 0;
}

.group-input-search.active .list-vt-search{
    border-radius: 0 0 10px 10px;
    border-top: 1px solid var(--color-button);
}
/*----------------------------------------*/
.group-rating {
    width: min-content;
    font-size: 16px;
    color: #a9a9a9;
    position: relative;
}

.star {
    display: flex;
}

.star.yellow {
    color: var(--color-button);
}

.rating {
    width: var(--percent, 0%);
    height: 100%;
    overflow: hidden;
}

.grey {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: -1;
}

.rating-tour {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*-----------------------------------------------------*/
#background_loading{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-size: cover;
}

#background_loading img.bg_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn_join_globe{
    background: var(--background17);
    width: max-content;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 0 5px 1px #0d60a6;
    border: 2px solid #51C1FA;
    background: linear-gradient(84deg, #1AA7EE 1.01%, #29C5DE 102.12%);
    color: #ffffff;

    display: flex;
    align-items: center;
    gap: 10px;
}

.logo_vr{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

.group_logo{
    position: absolute;
    left: 60px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.group_logo div{
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    color: #02427f;
    text-transform: uppercase;
}

/*custom select 2*/
.province-city .select2-selection,
.district .select2-selection,
.header-list-vrtour .select2-selection{
    border: 1px solid var(--color-button);
    border-radius: 10px;
    height: 44px;
    outline: none;
}

.select2-container--open .select2-selection{
    border-radius: 10px 10px 0 0;
}

.select2-selection__rendered{
    color: var(--color-button) !important;
    line-height: 44px !important;
    outline: none !important;
}

.select2-selection__arrow{
    height: 44px !important;
}

.select2-selection__arrow b{
    border-color: var(--color-button) transparent transparent transparent !important;
}

.select2-container--open .select2-selection__arrow b{
    border-color: transparent transparent var(--color-button) transparent !important;
}

.select2-search__field:focus-visible{
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid var(--color-button);
}

.select2-dropdown{
    border: 1px solid var(--color-button);
    border-top: 0;
}

.select2-results__option--selectable {
    color: var(--color-button);
}

.select2-container--default .select2-results>.select2-results__options{
    max-height: 400px;
}
/*end select 2*/

/* directions */
#sidebar-directions{
    position: absolute;
    min-width: 300px;
    max-width: 350px;
    max-height: 350px;
    background: #ffffff;
    top: 50%;
    left: 15px;
    z-index: 9;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 10px;
    display: none;
}

#sidebar-directions.active{
    display: block;
}

.start-directions input:focus-visible{
    outline: none !important;
}

.start-directions input,
.end-directions input{
    border: 1px solid #9E9E9E;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

.header-directions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.header-directions .title{
    color: var(--color-button);
    font-weight: bold;
}

#exitDirections {
    cursor: pointer;
}

.content-directions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.start-directions,
.end-directions {
    display: flex;
    flex-direction: column;
}

#moveBtn{
    background: var(--color-button);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #607D8B;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.circle-marker {
    width: 14px;
    height: 14px;
    background-color: green;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* tooltip */
.tooltip-custom {
    position: relative;
    display: inline-block;
}

.tooltip-custom .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 130px;
    background-color: var(--color-button);
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -65px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--color-button) transparent transparent transparent;
}

.tooltip-right {
    top: 50%;
    left: 125%;
    transform: translateY(-50%);
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent var(--color-button) transparent transparent;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--color-button) transparent;
}

.tooltip-left {
    top: 50%;
    bottom: auto;
    right: 128%;
    transform: translateY(-50%);
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-button);
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/*end tooltip*/



.message.bot p * {
    color: #000 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    box-shadow: none;
    border: none;
}

.message.bot a{
    color: #0056b3 !important;
}

.message li{
    list-style: none;
}

#copyright{
    right: 40px;
    position: absolute;
    bottom: 5px;
    opacity: .7;
}

.btn-contribute{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}

.btn-contribute img{
    width: 70px;
    height: 70px;
}

.g-contribute{
    display: flex;
    flex-direction: column;
    color: var(--color-button);
}

.g-btn-contribute{
    display: flex;
    position: absolute;
    top: -40px;
    left: 50%;
    gap: 20px;
    align-items: center;
    justify-content: center;
    transform: translateX(-52%);
}

.g-btn-contribute div{
    box-shadow: 0 0 4px 0 #607D8B;
    border-radius: 50%;
}

.g-btn-contribute img{
    width: 45px;
    height: 45px;
}

.content-ticket{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 30px;
    color: var(--color-button);
}

.contact_us .modal-popup-content{
    width: 400px;
    aspect-ratio: 1/1.3
}

.form-contact_us {
    overflow: auto;
    height: calc(100% - 10px);
    padding: 0 10px;
}

.required:after{
    content: ' (*)';
    color: red;
}

.custom-marker-tooltip {
    position: absolute;
    left: 40px;
    top: 50%;
    padding: 4px 10px;
    background: linear-gradient(to right, var(--color-button), #1aa7eebd);
    color: white;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    transform: translateY(-50%);
    display: none;
}

.custom-marker:hover .custom-marker-tooltip:not(.always-show) {
    display: block;
}

.custom-marker-tooltip.always-show {
    display: block !important;
}

.custom-marker-tooltip::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: var(--color-button);
    border-radius: 0 0 0 10px;
    transform: rotate(225deg);
    z-index: -1;
}

.hidden{
    display: none;
}

.btn_language{
    cursor: pointer;
    background: #ffffff;
    padding: 3px;
    border-radius: 8px;
}

.btn_language img{
    width: 38px;
    border-radius: 6px;
}

#btn_return_globe {
    position: absolute;
    z-index: 11;
    bottom: 150px;
    right: 5px;
    height: max-content;
    display: none;
    transition: all 0s ease;
    width: max-content;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;

    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    cursor: move;
    user-select: none;
}
#btn_return_globe img {
    width: 80px;
}
#btn_return_globe span {
    background: #ffffff;
    color: var(--color-button);
    padding: 5px 10px;
    border-radius: 50px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-8px);
    }
}

.g_start_point{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.g_start_point img{
    border: 1px solid #9e9e9e;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#change_route{
    border: 1px solid #9e9e9e;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: .5rem;
}

.group_sponsor{
    position: absolute;
    right: 60px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.group_sponsor img{
    width: 85px;
}

.group_sponsor span{
    color: #CC544E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}