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: 1;
    height: 100vh;
    width: 300px;
    background-color: #000000bf;
}

.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:#fff;
    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:#fff;
}
.title_menu:hover{
	color:yellow;
}
.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;
 
}
.menu_bottom{
    display: none;
    position: fixed;
    bottom: 6px;
    left: 0;
    right: 0;
    width: 50%;
    z-index: 1;
    background: #c53812ba;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.list_menu_bottom{
    display: flex;
}
.sub_menu_left{
    display: flex;
}
.icon_menu_bottom{
    padding:0.5rem 1rem;
    color:#fff;
}
.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;
}

#wrap-map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 112;
    height: 100%;
    padding:50px;
    display: none;
}

#close_map img, #close_youtube img, #close_help img{
    position: absolute;
    top: 35px;
    right: 40px;
}

#overlay-video , #overlay-help{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9d0303e8; /* Màu vàng đậm với độ mờ */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
}

/* Video hiển thị giữa màn hình */
#wrap-youtube, #wrap-help {
    position: relative;
/*    padding-top: 45px;*/
    width: 100vw; /* Chiều rộng khung chiếm 70% màn hình */
    height: 100vh; /* Chiều cao khung chiếm 70% màn hình */
    display: flex;
    align-items: center;
    justify-content: center;
}

#wrap-avatar{
    position: absolute;
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    bottom: 0px;
    left: 0px;
    z-index: 110;
}

#wrap-avatar p{
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
    font-size: 18px;
    text-align: center;
    padding-bottom: 0px;
}

#wrap-avatar h3{
    font-size: 20px;
    float: left;
    margin-bottom: 0px;
    color: #fff;
}

#wrap-avatar a{
    color:#fff;
    font-size: 22px;
}

#wrap-avatar ul{
    margin:0;
    padding:0;
    width: 100%;
}

#wrap-avatar li{
    text-align: center;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #fff;
}