.flex {
    display: flex;
}
.grid-kh-danhgia {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-gap: 15px;
}
.kh-danhgia {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}
.kh-danhgia.hide-cmt {
    display: none;
}
.kh-danhgia:first-child {
    border: none;
}
.avatar-khdg {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
}
.name-cus-rat {
    margin-bottom: 5px;
    font-size: 13px;
    color: var(--green);
}
.name-cmt {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    font-weight: bold;
}
.date-cmt {
    font-size: 13px;
    color: #919191;
}
.block-img-cmt {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}
.it-img-cmt {
    width: calc(20% - 20px);
    margin: 0 10px 10px 0;
    float: left;
}
.it-img-cmt img {
    width: 100%;
    border-radius: 4px;
}
.btn-send-cmt {
    border: 1px solid #003f8c;
    background: #003f8c;
    color: #fff;
    padding: 8px 16px;
}
.block-post-thaoluan {
    display: none;
}
.block-thaoluan {
    margin-left: 40px;
    margin-top: 10px;
}
.block-list-thaoluan {
    border-left: 4px solid #ccc;
    padding-left: 10px;
}
.it-thaoluan {
    margin-bottom: 20px;
}
.name-qtv {
    padding: 4px 6px;
    background-color: #ffbf00;
    font-size: 16px;
    font-style: italic;
    display: inline-block;
}
.write-rate > .flex-bw {
    align-items: center;
}
.name-cus-rat {
    margin-bottom: 5px;
    font-size: 13px;
    color: #36AC4A;
}
.rat-star span.checked {
    color: #ffb909;
}
.view-all-cmt {
    text-align: center;
}
.view-all-cmt > button {
    height: 30px;
    background: #f3fbff;
    border: 1px solid #0089cf;
    color: #0089cf;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
}
.view-all-cmt > button:hover {
    color: #fff;
    background: #0089cf;
}






