﻿.IconBed {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}
.IconIn {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.IconBog {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    height: 180px;
    border-radius: 10px
}
.IconKM {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}
.IconBogChiTiet {
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}
