/* pc */
.img_province {
    width: 274px;
    height: 232px;
    object-fit: cover;
}

.top_restaurant {
    height: auto;
    object-fit: cover;
}

.destination_img {
    height: 228px;
    object-fit: cover;
}

.restaurant_img {
    height: 344px;
    object-fit: cover;
}

.menu_img {
    width: 176px;
    height: 170px;
    object-fit: cover;
}

.search_filter .btn-filter {
    border-radius: 20px;
    /*border: 1px solid #5C5C5C;*/

    border: 1px solid #BCBCBC;
    padding: 4px 19px;
    text-align: center;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #5C5C5C;
}

.search_filter .btn-filter.active {
    background: #E6E6E6;
}
.object-cover {
    object-fit: cover;
}

/* mobile */
@media only screen and (max-width: 600px) {
    .img_province {
        width: 92px;
        height: 88px;
        object-fit: cover
    }
    .object-cover {
        object-fit: cover;
    }

    .destination_img {
        width: 194px;
        height: 84px;
        object-fit: cover
    }

    .restaurant_img {
        width: 195px;
        height: 200px;
        object-fit: cover
    }
    .menu_img {
        width: 91px;
        height: 88px;
        object-fit: cover;
    }
    .avatar_img {
        width: 113px;
        height: 63px;
        object-fit: cover;
        border-radius: 10px;
    }
    .cate_img {
        height: 139px;
        object-fit: cover;
    }
    .view-image {
        width: 131px;
        height: 125px;
        object-fit: cover;
    }
}



