﻿.wp-review-cus-home {
    position: relative;
    background: url(/Uploads/images/HinhAnh/Nhahang/IMG_6182.JPG) no-repeat;
    background-size: cover;
    padding-bottom: 66px;
    padding-top: 60px;
    background-position: center;
}

.top-title-review-home h1 {
    margin: 0;
    font-size: 38.07px;
    font-family: 'lober';
    color: #469acb;
    margin-bottom: 33px;
}

.wp-review-cus-home:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 50%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

li.item-review-cus-home {
    list-style: none;
    background: #fff;
    border-radius: 20px;
    padding: 33px;
}

span.content-review-cus-home {
    font-family: 'AsapR';
    font-size: 16px;
    color: #6f6f6f;
    line-height: 1.5;
    overflow: hidden;
    height: 122px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    /* padding-bottom: 16px; */
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

h2.name-cus-home {
    margin: 0;
    font-size: 16px;
    font-family: 'AsapB';
    color: #181818;
}

span.position-cus-home {
    font-size: 14px;
    font-family: 'AsapR';
    color: #929292;
    margin-top: 5px;
    display: block;
}

.bottom-item-review-cus-home img {
    width: 50px;
    height: 50px;
    display: block;
    object-fit: cover;
    border-radius: 50px;
    background: #6f6f6f;
}

ul.list-review-cus-home {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 19px;
}

.bottom-item-review-cus-home {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.right-info-cus-home {
    padding-left: 12px;
}

span.decor-star-review-cus-home i {
    color: #ffc437;
}

span.decor-star-review-cus-home {
    margin-top: 11px;
    display: block;
}

.top-item-review-home img {
    margin-bottom: 17px;
}

.wp-review-cus-home .grid.wide {
    max-width: 1254px;
    position: relative;
}