.list_section_right .title {
    color: #181460;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.list_section_right .title span {
    color: #ebb143;
}
.hostel_list {
    display: flex;
    flex-wrap: wrap;
}
.hostel_list .hostel_box {
    margin-right: 20px;
    margin-bottom: 20px;
}
.title-cate {
    color: #181460;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}
#form-loc-nha-tro select {
    font-size: 13px;
    padding: 6px;
    box-shadow: none;
    border-radius: 4px;
    height: 33px;
}
.search_controller_box {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 6px;
}
.search_controller_box .menu {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search_controller_box .menu li {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 100px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
}
.search_controller_box .menu li a {
    text-align: center;
    font-size: 13px;
}