.arrows_nav,.room_vt,.comments_vt,.map_control,#controls_bottom_left,#controls_bottom_center,#controls_bottom_right,.annotation,.logo,.type_view{
    display: none !important;
}

.menu_controls{
    opacity: 0;
}

.custom_img_icon{
    width: 30px;
    height: 30px;
}

.facebook_control, .phone_control {
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% + 21px);
    transform: translate(0, -50%);
    background-color: transparent !important;
    opacity: 1;
    pointer-events: initial;
    z-index: 10;
}

.phone_control{
    top: calc(50% - 21px);
}

.btn_show_annotation{
    top: 20px;
    left: 20px;
}

.annotation{
    top: 20px;
    left: 20px;
}

.layer_map{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 12;
}

.map{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close_map{
    z-index: 1052;
    position: absolute;
    background: rgba(117, 117, 117, 0.667);
    border: 0px solid rgb(0, 0, 0);
    border-radius: 15px;
    cursor: pointer;
    height: 32px;
    right: 25px;
    top: 25px;
    visibility: inherit;
    width: 32px;
    pointer-events: auto;
    transform-origin: 50% 50%;
}

.close_map img{
    cursor: pointer;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 8px;
    visibility: inherit;
    width: 16px;
    pointer-events: auto;
    transform-origin: 50% 50%;
}

.all_maps{
    border: 0 !important;
}

.header_vt{
    z-index: 13;
}

.hide_all_control{
    display: none !important;
}

.fullscreen_control{
    z-index: 15;
    right: 15px;
    top: 15px;
}

.logo{
    bottom: 20px;
    left: 30%;
    width: 80px;
    height: 80px;
    background: #ffffff;
    padding: 5px;
    z-index: 12;
}

.logo img{
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    margin: unset !important;
}

.setting_bottom_control{
    position: absolute;
    bottom: 20px;
    z-index: 20;
    pointer-events: inherit;
    cursor: pointer;
    border-radius: 10px;
    width: max-content;
}

.controls_btn div {
    display: flex;
    flex-direction: column;
    width: max-content;
    justify-content: center;
    align-items: center;
}

.setting_bottom_control{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.setting_bottom_control div.s1 {
    width: max-content;
    background: unset !important;
    height: max-content;
    margin: 0 10px;
}

.setting_bottom_control div.s2 {
    background: unset !important;
    float: left;
    position: relative;
    box-sizing: border-box;
    height: max-content;
    text-align: -webkit-center;
    margin: 10px;
}

.setting_bottom_control div.s2 span {
    line-height: 1.5;
}

.list_room_control, .tool_control{
    display: inline-block;
    opacity: 1;
    pointer-events: initial;
}

.fancybox-slide--html{
    padding: 0;
}

.info_box_content {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    text-align: justify;
    padding: 80px 25%;
    overflow: hidden;
}

.info_box_content .row:first-child{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.info_box_content .row:first-child::-webkit-scrollbar {
    width: 10px;
}

.info_box_content .row:first-child::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.5);
}

.info_box_content .row:first-child::-webkit-scrollbar-thumb {
    background: #7b7878;
}

.fancybox-button{
    display: none;
}

.close_info_box{
    background: unset;
    border: 0px solid rgb(0, 0, 0);
    border-radius: 16px !important;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    visibility: inherit;
    pointer-events: auto;
    transform-origin: 50% 50%;
    display: block !important;
    outline: none !important;
}

.close_info_box img{
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 8px;
    top: 8px;
    visibility: inherit;
    width: 35px;
    pointer-events: auto;
    transform-origin: 50% 50%;
}

.dropdown_tool {
    position: absolute;
    bottom: 80px;
    display: none;
    z-index: 42;
    pointer-events: inherit;
    cursor: pointer;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    right: 0px;
    background: linear-gradient(93deg, rgba(0, 0, 0, 0.1) -14.63%, rgba(0, 0, 0, 0.1) 75.8%);
    border: 1px solid #ffffff;
    width: max-content;
}

.dropdown_tool.open {
    display: block;
}

.mform_name{
    color: #ffffff;
}

.list_control{
    background: unset;
    transform: translate(50%);
    width: 50%;
}

.list_control i{
    left: unset;
    right: 0;
    background-color: rgba(0,0,0,0.5) !important;
    padding: 5px 10px;
    border-radius: 16px;
    margin-right: -16px;
}

.list_slider {
    width: 50%;
    left: 50%;
    transform: translate(-50%);
    background: unset !important;
    height: 88px;
}

.list_slider .slidee li{
    width: 122px;
    height: 82px;
    margin: 3px 6px 0px 6px;
}

.powered_by{
    position: absolute;
    bottom: 0;
    left: 10px;
    opacity: 0.5;
    pointer-events: initial;
    z-index: 10;
}

.powered_by img{
    width: 80px;
}

.diagram_mobile_control{
    position: absolute;
    right: 20px;
    top: 60px;
    z-index: 13;
    pointer-events: initial;
    cursor: pointer;
    display: none;
}

.list_slider .slidee li img{
    height: unset;
}

.info_mobile_control{
    position: absolute;
    z-index: 13;
    top: 20px;
    right: 60px;
    display: none;
}


.popup{
    position: fixed;
    background: rgba(0,0,0,0.80);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 50;
}

.popup-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #5e5e5e24;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.popup-header .logo img{
    width: 100px;
    margin: 15px 30px 0;
}

.popup-header .title{
    font-size: 36px;
    margin: 13px auto;
}

.popup-body{
    background: transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.close-popup{
    /*background: rgba(117, 117, 117, 0.667);*/
    border: 0px solid rgb(0, 0, 0);
    border-radius: 16px !important;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: inherit;
    width: 32px;
    pointer-events: auto;
    transform-origin: 50% 50%;
    display: block !important;
    outline: none !important;
}

.close-popup img{
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    visibility: inherit;
    pointer-events: auto;
    transform-origin: 50% 50%;
}

.popup_menu .group_menu{
    display: flex;
    color: #fff;
    height: 100%;
}

.popup_menu .sidebar_menu{
    width: 320px;
    padding: 40px;
    border-right: 1px solid #cccccca6;
}

.popup_menu .content_menu{
    width: calc(100vw - 400px);
    margin: 60px 30px;
    height: calc(100% - 100px);
    overflow-y: auto;
    text-align: justify;
    padding-right: 10px;
    overflow-x: hidden;
}

.body_menu img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}

.body_menu div {
    background: linear-gradient(329deg, rgba(215,215,215,0.35) 100%, rgb(130 130 130 / 0.1) 0%);
    margin: 15px 0;
    padding: 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.logo_menu{
    margin-bottom: 50px;
    text-align: center;
}

.logo_menu img{
    width: 200px;
    object-fit: cover;
}

.about_content {
    width: 100%;
    background-color: transparent;
    text-align: justify;
    overflow: hidden;
}

.view_show_share{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 13;
}

.view_show_share a{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    color: #ffffff;
}

.group_share{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    color: #ffffff;
    border: 1px solid #9f9898c4;
    background: #ffffff00;
    box-shadow: 0px 0px 4px 0px #4E4A4640;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.group_share div{
    display: none;
}

.group_share div img{
    margin-bottom: 10px;
}

.popup_help{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    background: rgb(0 0 0 / 70%);
    display: none;
    color: #ffffff;
}

.popup_help h3{
    text-align: center;
    padding-top: 30px;
}

.popup_help img, .popup_help svg{
    width: 30px !important;
    height: 30px !important;
}

.body_instruct{
    padding: 0 30%;
    /*top: 50%;*/
    /*position: absolute;*/
    width: 40%;
    /*transform: translateY(-50%);*/
    overflow: auto;
    height: calc(100% - 80px);
}

.body_instruct div{
    display: flex;
    justify-content: space-between;
    margin: 20px;
    align-items: center;
}

#close_help{
    position: absolute;
    right: 20px;
    top: 20px;
    pointer-events: initial;
    cursor: pointer;
}

.off_list_menu{
    background: rgb(0 0 0 / 64%);
    color: #ffffff;
    padding: 10px;
    width: 20px;
    text-align: center;
    border-radius: 20px;
}

.group_list_menu{
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 40;
    color: white;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
    background: unset;
    transform: translate(50%);
    width: 50%;
    justify-content: right;
    font-size: 14px;
    align-items: center;
}

.back_to_general_view{
    width: max-content;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ffffff;
    z-index: 13;
    display: flex;
    align-items: center;
    cursor: pointer;
    pointer-events: initial;
}

.position_center{
    left: 50% !important;
    right: unset !important;
    transform: translateX(-50%);
}

/* custom css share */
#floatingSocialShare .a2a_kit{
    height: 70px;
    background: linear-gradient(93deg, rgba(0, 0, 0, 0.1) -14.63%, rgba(0, 0, 0, 0.1) 75.8%);
    border: 1px solid #ffffff;
    backdrop-filter: blur(10px);
}

#floatingSocialShare a {
    display: flex;
    width: 60px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-direction: column;
    margin: 0 15px;
}

#floatingSocialShare a img {
    margin-bottom: 10px;
}

#floatingSocialShare{
    bottom: 300px;
}

.a2a_svg{
    scale: 1.5
}

.close_location_box{
    position: fixed;
    right: calc(20% - 40px);
    cursor: pointer;
    pointer-events: initial;
}

.back_to_general_view span{
    margin-left: 5px;
}

.dropdown_language {
    position: absolute;
    bottom: 80px;
    display: none;
    z-index: 42;
    pointer-events: inherit;
    cursor: pointer;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    left: -10px;
    background: linear-gradient(93deg, rgba(0, 0, 0, 0.1) -14.63%, rgba(0, 0, 0, 0.1) 75.8%);
    border: 1px solid #ffffff;
    height: 70px;
}

.dropdown_language a img{
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 50%;
}

.audio_room_control{
    right: 0;
    bottom: 5px;
    left: unset;
    top: unset;
    z-index: 14;
    cursor: pointer;
    display: block;
}

#background_loading{
    background-image: url("../default/loading_tour.webp") !important;
    display: block;
}

.video_mc_audio{
    margin: 0px auto;
    vertical-align: middle;
    opacity: 1;
    position: absolute;
    /*top: 0px;*/
    /*left: 0px;*/
    bottom: 5px;
    right: 115px;
    display: none;
    z-index: 99;
}

#img_sound{
    position: absolute;
    left: 25px;
    top: 35px;
    scale: 0.7;
    transform: rotate(180deg);
}

img#img_mc{
    width: 144px;
}