.item-phome {
    display: flex !important;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 15%) !important;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
}

.item-phome-image {
    display: block;
    position: relative;
    width: 100%;
}

.item-phome-image img {
    border-radius: 2px 2px 0 0;
}

.item-phome-price {
    text-align: right;
    font-size: 0.8rem;
    color: #ffff00;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 90px 10px 5px 10px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    text-shadow: 1px 1px 0 #000;
}

.item-phome-price small {
    color: #f7f7f7;
}

.item-phome-title {
    padding: 20px 20px 0;
    font-size: 1.11rem;
    font-weight: 300;
    font-family: 'Russia', 'Exo 2.0', Sans-Serif;
}

.item-phome-title small {
    font-size: 0.811rem;
    font-weight: 300;
    font-family: 'Russia', 'Open Sans', Sans-Serif;
    color: #7a7a7a;
}

.item-phome-position {
    padding: 20px 20px 0;
    font-size: 0.81rem;
}

.item-phome-position i {
    color: #f96332;
}

.item-phome-status {
    padding: 10px 20px 0;
    font-size: 0.81rem;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}

.item-phome-foot {
    margin: 20px;
    padding-top: 20px;
    border-top: 1px #ededed solid;
    font-size: 0.81rem;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.item-phome-foot i {
    color: #1adc10;
    margin-right: 5px;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.item-phome-foot a {
    color: #3a3f4b;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.item-phome-foot a:hover {
    color: #1adc10;
}

.preview-home {
    width: 100% !important;
    max-width: 95% !important;
}

@media (min-width: 768px) {
    .preview-home {
        width: 100% !important;
        max-width: 991px !important;
    }
}

.v_home_detail img {
    max-width: 100%;
}
.home-info {
    font-size: .902rem;
}
.home-info b{
    font-weight: 600;
    color:#f96332;
}

.item-description {
    font-family: 'Philosopher', sans-serif;
    color: #5a5a5a;
    font-size: 1rem;
    position: relative;
}

.item-description.big-view {
    height: 160px;
    overflow: hidden;    
}

.item-description .full-text {
    position: absolute;
    display: flex;
    text-align: center;
    width: 100%;
    height: 60px;
    align-items: flex-end;
    justify-content: center;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.btn-block-item .btn {
    padding: 1.315rem 0.95rem 1.275rem;
    margin: 20px 0;
    font-size: 1.0rem !important;
}