li{
    list-style: none;
}
a{
    text-decoration: none;
}
h5{
    text-transform: uppercase;
}


div::-webkit-scrollbar {
  display: none; /* Ẩn scrollbar trong Chrome, Safari và các trình duyệt WebKit khác */
}
/* __________________________________________________________________ */
.icon_menu_sildebar{
	display: none;
    position: absolute;
    top: 46vh;
    left: -60px; /*216px;*/
    z-index: 999;
    width: 103px;
    height: 103px;
    transition: left 0.1s ease; /* Hiệu ứng trượt với thời gian 0.5 giây */
}

.item_icon_slidebar{
   position: absolute;
    z-index: 9;
    scale: 0.3;
    cursor: pointer;
}
.item_icon_slidebar:hover{

}
.item_icon_slidebar i{
    position: absolute;
    top:30%;
}
.menu_sliderbar{
    position: fixed;
    left: -100%;
    z-index: 2;
    height: 100vh;
    width: 300px;
    background-color: #fff;
}

.list_sliderbar{
    height: 100%;
    overflow: auto;
    padding: 20px 5px;
}
.slider_logo{
    text-align: center;
}
.slider_logo img{
	width:80%;
	padding-bottom: 10px;
}
.slider_logo_ocop{
    color:#285556;
    font-weight: 700
}
.menu_sub_slider{
    margin-top:1rem;
    height:auto;
    overflow: hidden;
    width: 100%;
    transition: 0.4s;
}
.sub_slider{
    padding-left:0px;
    overflow: auto;
    height: 100%;
   
}
.link_menu{
    font-size: 1rem;
    font-weight: 600;
    color:#000;
    font-family: 'Roboto', sans-serif;
}
.link_menu{
    color:#fff;
}
.title_menu{
    text-transform: uppercase;
    font-size: 16px;
   
    color:#1f474f;
}
.title_menu:hover{
	color:#05601e;
}
.list_menu_tour:hover{
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
   
}
.item_menu{
	cursor: pointer;
	padding:10px 0px 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.item_menu img{
    width:100%;
    margin-bottom: 5px;
}

/*.item_menu:hover{
    transform: translateX(-4px);
    transition: 0.2s;

}*/

 .active_menu a{
    color:#f68a07 !important;
    
}

.arrow-left{
	display: none;
}
.show_menu_tour{
    transition: 0.3s;
    -webkit-animation: 0.1s slide_right forwards;
}
@keyframes slide_right{
    from{
        left:-100%;
     }
     to{
        left:0%;
     }
}
.hide_menu_tour{
    transition: 0.3s;
    -webkit-animation: 0.5s slide_left forwards;
}
@keyframes slide_left{
    from{
        left:0%;
     }
     to{
        left:-100%;
     }
}

/* __________________________________________________________________ */
/* Menu_bottom */
.show_menu_bottom{
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
 
}

.list_menu_bottom{
    display: flex;
}
.sub_menu_left{
    display: flex;
}

.icon_menu_bottom:hover{
    /* color:#e3a24e; */
    color:#1b88cb;
}
.icon_menu_bottom i{
    font-size: 20px;
    margin-top:0.3rem;
}
.sub_menu_center{
   margin: auto;
    display: flex;
}
#hs_open{
    display: none;
}
#rotate{
    display: none;
}
#unmute{
    display: none;
}
.sub_menu_right{
    display: flex;
}
#icon_mute{
    padding:0.5rem 1.3rem;
}

#wrap-map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    padding:60px;
    display: none;
}

#close_map img{
    position: absolute;
    top: 35px;
    right: 40px;
}


.pic-3d-room{
   position: absolute;
    width: auto;
    left: 46px;
    top: 0;
    z-index: 9999;
}

.pic-3d-room img{
  height: 250px;
  width: 366px;
}