<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navigation {
    margin: 0 auto;
    width: var(--width-view);
    padding: 10px 0;
}

.div-header-detail, .top-header-detail, .bottom-header-detail, .div-body {
    width: 100%;
    height: fit-content;
    display: inline-block;
    position: relative;
    background: white;
}

.top-header-detail {
    border-bottom: 1px solid var(--highlight-color);
}

.name-product {
    width: 80%;
    float: left;
    padding: 10px;
    color: var(--highlight-color);
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.action-like {
    float: left;
    line-height: 20px;
    color: #595959;
    cursor: pointer;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.div-button:hover, .action-like:hover {
    background: #eee;
}

.action-save img, .action-like img {
    height: 20px;
    object-fit: cover;
    margin-right: 5px;
}

.action-share {
    margin-top: 2.5px;
    float: right;
    cursor: pointer;
}

.action-share img {
    height: 25px;
    object-fit: cover;
}

.div-button{
    cursor: pointer;
    line-height: 20px;
    padding: 2.5px 10px;
    border-radius: 5px;
    width: fit-content;
    float: right;
    margin: 5px 5px 0 0;
}

.container-action-like {
    width: fit-content;
    height: fit-content;
    background: #1877F1;
    border-radius: 5px;
    float: left;
    display: inline-block;
    margin-top: 2px;
}

.lb-like {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.total-like {
    font-size: 12px;
    text-align: center;
    border: 1px solid rgba(24, 119, 241, 0.51);
    border-radius: 5px 0 0 5px;
    width: fit-content;
    background: white;
    float: left;
    padding: 2px 10px;
}

.lb-like {
    background: #1877F1;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    margin: 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    float: left;
}

.lb-like:hover {
    background: #235af1;
}

.btn-like:focus {
    outline: 0;
}

.like-cb {
    display: none;
}

.like-cb + span {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background: url("/images/icon/icon_facebook_like.png") left top no-repeat;
    background-size: 13px 13px;
    cursor: pointer;
}

.like-cb:checked + span {
    background: url("/images/icon/icon_checked_like.png") left top no-repeat;
    background-size: 13px 13px;
}
.btn-like {
    background: #1877F1;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    border: none !important;
    margin: 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    float: left;
}
.btn-like:hover {
    background: #235af1;
    color: white;
    text-decoration: none;
}

.address-product {
    max-width: 80%;
    float: left;
    padding: 7.5px 10px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.type-product {
    font-size: 12px;
    font-weight: bold;
    color: var(--highlight-color);
    background: rgba(255, 161, 92, 0.3);
    border-radius: 5px;
    float: left;
    padding: 2.5px 10px;
    margin-top: 5px;
}

.price-product {
    float: left;
    color: var(--highlight-color);
    font-weight: bold;
    font-size: 20px;
    padding: 2.5px 10px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-product span {
    font-weight: normal;
    font-size: 16px;
}

.view-counter-product {
    color: #595959;
    font-size: 12px;
    float: right;
    padding: 7.5px 10px;
}

.div-body {
   background: transparent;
    margin-top: 10px;
}

.left-panel {
    width: 30%;
    height: fit-content;
    float: left;
    background: white;
    display: inline-block;
    position: relative;
    padding: 10px;
}

.right-panel {
    width: calc(70% - 10px);
    height: fit-content;
    float: left;
    background: transparent;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.wrapper-img {
    width: 100%;
    min-height: 250px;
    margin-right: 32px;
}

.wrapper-img .image-unit {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img-scroll {
    cursor: pointer;
}

.div-info-container {
    width: 100%;
    height: fit-content;
    display: inline-block;
    position: relative;
    background: white;
    padding: 10px;
}

.header-panel {
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #eee;
}

.div-info {
    width: 100%;
    display: inline-block;
    position:relative;
}

.div-info-left {
    width: 35%;
    float: left;
    border-right: 2px solid #eee;
    padding-right: 10px;
    margin-top: 5px;
}

.div-info-right {
    width: 65%;
    float: left;
    margin-top: 5px;
    padding-left: 10px;
}

.div-content-info {
    width: 100%;
    display: inline-block;
    position:relative;
    padding: 2.5px 0;
}

.contact-container{
    background-color: #0071cc;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    padding-right: 18px;
    padding-left: 60px;
    position: relative;
    cursor: pointer;
    width: fit-content;
    margin: 20px 50px 20px;
}

.container-real-estate-in-district {
    background: #343434;
    margin-bottom: 10px;
    padding: 10px 0 30px;
}

.div-item-storage {
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.social-service-slider  {
    width: var(--width-view);
    margin: 0 auto;
}
.social-service-slider .slick-prev:before, .social-service-slider .slick-next:before {
    font-size : 50px;
    color: white;
}

.social-service-slider .slick-next {
    right: 3%;
    top: 43%;
}
.social-service-slider .slick-prev {
    top: 43%;
}

.social-service-slider .slick-list {
    width: 100%;
}

.social-service-slider .slick-prev {
    left: 0;
}
.social-service-slider .slick-next {
    right: 0;
}

.infor-slider-news {
    width: 65%;
    height: 100px;
    position: relative;
    background-color: #FFF299;
    float: left;
    display: inline-block;
    border-radius: 5px 0 0 5px;
}
.img-slider-news {
    width: 35%;
    height: 100px;
    float: right;
}
.infor-slider-news p {
    color: blue ;
    padding: 2px 5px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0;
}
.p-acreage {
    color: red!important;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}
.p-label_price {
    float: right;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

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

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

.item-left {
    width: 85%;
    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: 70px;
    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: 100%;
    display: inline-block;
    position: absolute;
    bottom: 5px;
}

.info-other-item div {
    float: left;
    margin-right: 10px;
}

/* Style the list */
div.breadcrumb {
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: #f5f5f5 !important;
    display: inline-block;
}
ul.breadcrumb {
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: #f5f5f5 !important;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font: bold 12px/25px Arial, Helvetica;
}

ul.breadcrumb li:first-child {
    padding-top: 1px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 5px;
    color: #999;
    content: "Â»";
    font-size: 14px;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #999;
    text-transform: none;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    display: inline-block;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
    background: #f5f5f5;
}

.highligh-link {
    color: #42a4f5 !important;
}

/* Style slides */
.container-slide {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 100px 150px;
    display: inline-block;
}

.close-slide {
    position:absolute;
    top: 10px;
    right: 48px;
    color: black;
    background: transparent;
    font-size: 50px;
    padding: 35px;
    font-weight: lighter;
}

.close-slide:focus {
    outline: none;
    box-shadow: none;
}

.container-content-profile-photo {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    background: transparent;
}
</pre></body></html>