.custom_content_b1 {
    width: calc(100% - 60px) !important;
    height: calc(100% - 60px) !important;
}
.fancybox-button--close {
    padding: 5px !important;
    height: 30px !important;
}

.image-link-ai {
    display: inline-block;
    width: 85%; /* Chiều rộng 100% */
    height: auto; /* Chiều cao tự động thay đổi theo tỷ lệ của ảnh */
    background-image: url('https://map.trip360.vn/img/bs-ai-button.png');
    background-size: contain;
    background-position: center;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    padding-bottom: 23%; /* Giữ tỷ lệ 16:9 (có thể điều chỉnh tỷ lệ nếu cần) */
    position: relative;
}

.image-link-ai:hover {
    transform: scale(1.1);
   /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);*/
}
@media screen and (max-width: 768px){
.filter_icon,.search_icon {
    grid-auto-flow: column;
    height: 100%;
    font-size: 20px !important;
    display: grid !important;
    align-items: center;
}
.search_icon i.fa-times{
    font-size: 25px !important;
}
.list_icon{
    display: grid;
    align-items: center;
    font-size: 22px;
    height: 100%;
}
.categories_div .category,.reset_categories_btn{
        padding: 5px 10px;
}
.list_detail,.categories_div{
    top: 47px;
}
.search_div{
    height: 44px;
}
#searchbox{
    font-size: 17px;
    height: 100%;
}
.resize_sheet_icon i{
    font-size: 25px;
}
.sheet_detail{
    top: 48px;
}
.list_detail,.sheet_detail_maximized{
    max-height: calc(100% - 100px);
}
.sheet_detail_minimized{
    max-height: 253px !important;
}
.ol-attribution.ol-unselectable.ol-control.ol-collapsed{
    display: none;
}
}
.image-link-vr360 {
    display: inline-block;
    width: 85%; /* Chiều rộng 100% */
    height: auto; /* Chiều cao tự động thay đổi theo tỷ lệ của ảnh */
    background-image: url('https://map.trip360.vn/img/vr360-button.png');
    background-size: contain;
    background-position: center;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    padding-bottom: 23%; /* Giữ tỷ lệ 16:9 (có thể điều chỉnh tỷ lệ nếu cần) */
    position: relative;
}

.image-link-vr360:hover {
    transform: scale(1.1);
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);*/
}

.image-link-booking{
    display: inline-block;
    width: 85%; /* Chiều rộng 100% */
    height: auto; /* Chiều cao tự động thay đổi theo tỷ lệ của ảnh */
    background-image: url('https://map.trip360.vn/img/website-booking.png');
    background-size: contain;
    background-position: center;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    padding-bottom: 23%; /* Giữ tỷ lệ 16:9 (có thể điều chỉnh tỷ lệ nếu cần) */
    position: relative;
}

.image-link-booking:hover {
    transform: scale(1.1);
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);*/
}