.header-result-search {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px calc((100% - var(--width-view))/ 2);
    background: white;
}

.header-result-search span {
    color: var(--highlight-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
}

.container-result-search {
    width: 100%;
    display: inline-block;
    position: relative;
}

.action-search-header {
    width: 150px;
    float: right;
    margin-left: 10px;
}

.action-search-header .choices__list--dropdown {
    width: 300px !important;
}

.container-facilities {
    width: 100%;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #b7b7b7;
}

.container-facilities > .tag-facility {
    display: inline-block;
    float: left;
}

.tag-facility {
    color: #b7b7b7;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    cursor: pointer;
}

.tag-facility:hover {
    color: var(--highlight-color);
    border: 1px solid var(--highlight-color);
}

.tag-facility.selected:hover {
    color: white;
    border: 1px solid var(--highlight-color);
}

.selected {
    color: white;
    background: var(--highlight-color);
    border: 1px solid var(--highlight-color);
}

.container-newest-real-estate {
    width: 100%;
    display: inline-block;
}

.container-newest-real-estate p {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
    background: white;
}

.item-newest-real-estate {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.item-newest-real-estate img {
    width: 25%;
    float: left;
    height: 75px;
    object-fit: cover;
    object-position: center;
}

.item-newest-real-estate p {
    width: 75%;
    float: left;
    display: inline-block;
    height: 75px;
    padding: 10px;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    line-height: 15px;
    font-weight: normal;
}

.type-new-sell {
    color: var(--highlight-color);
    border: 1px solid var(--highlight-color);
    background: rgba(255, 161, 92, 0.3);
    border-radius: 4px;
    padding: 0 5px;
}

.type-new-renting {
    color: #006cb5;
    border: 1px solid #006cb5;
    background: rgba(0, 108, 181, 0.3);
    border-radius: 4px;
    padding: 0 5px;
}

.item-real-estate {
    width: 100%;
    height: fit-content;
    display: inline-block;
    position: relative;
    background: white;
    cursor: pointer;
}

.item-real-estate .div-thumb {
    width: 20%;
    height: 150px;
    float: left;
    position: relative;
    display: flex;
}

.item-real-estate .div-thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    margin: auto;
}

.item-left {
    width: 80%;
    float: left;
    padding: 10px;
}

.item-left .item-name {
    color: black;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-left .item-description {
    color: black;
    max-height: 72px;
    overflow: hidden;
}

.item-left .item-description p {
    margin: 0;
    line-height: 18px !important;
}

.item-left .item-price {
    color: var(--highlight-color);
    font-size: 20px;
    font-weight: bold;
}

.item-left .info-other-item {
    width: calc(100% - 160px);
    display: inline-block;
    position: absolute;
    bottom: 5px;
    overflow: hidden;
    height: 20px;
}

.info-other-item div {
    float: left;
    margin-right: 5px;
    font-size: 12px;
}

.btn-compare-price {
    width: 100%;
    margin: 5px 0;
}

.menu-compare-price {
    position: absolute;
    top: 0;
}

.div-search-mobile {
    display: none;
    width: 100%;
    float: left;
}

.div-type-new-mobile {
    display: none;
}
