﻿.wp-review-cus-home {
    position: relative;
    padding-bottom: 66px;
    padding-top: 60px;
    display: none;
}

    .wp-review-cus-home:before {
        content: "";
        position: absolute;
        background: #2686c9;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.top-title-review-home h1 {
    margin: 0;
    font-family: 'Oswald-Medium';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 33px;
}

.wp-review-cus-home:after {
    content: "";
    position: absolute;
    background: url(/Design/img/TamThang/tamgthanglaw.png) no-repeat;
    background-size: cover;
    opacity: 0.2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-attachment: fixed;
    background-position: center;
}

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

span.content-review-cus-home {
    font-family: 'Inter_24pt-Medium';
    font-size: 16px;
    color: #6f6f6f;
    line-height: 1.5;
    overflow: hidden;
    height: 215px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

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

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

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

ul.list-review-cus-home {
    padding: 0;
}

.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 {
    position: relative;
    padding: 0;
}

@media(max-width:1023px) {
    .top-title-review-home h1 {
        font-size: 21px;
    }

    .wp-review-cus-home {
        padding-bottom: 28px;
        padding-top: 28px;
    }

        .wp-review-cus-home .grid.wide {
            padding: 0 10px;
        }

    li.item-review-cus-home {
        padding: 20px;
    }

    span.content-review-cus-home {
        font-family: 'Inter_24pt-Medium';
        font-size: 15px;
        color: #6f6f6f;
        line-height: 1.5;
        text-align: justify;
        overflow: hidden;
        height: 225px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}