﻿.home-rate-contanier {
    position: relative;
    z-index: 999;
}

.ies {
    position: absolute;
    left: 0;
    top: 0;
}

    .ies img {
        width: 100%;
    }

.rate-right:before {
    background: #44332a99;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    border-top-left-radius: 150px;
}

.rate-right {
    position: relative;
    right: 0;
    float: right;
    top: 0;
    width: 50%;
    background-image: url(../../../Design/img/Layer28.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 420px;
    border-top-left-radius: 150px;
    z-index: 1;
}

.home-rate {
    background-image: url(../../../Design/img/Layer30.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 420px;
    position: relative;
}

.context-customer {
    position: relative;
}
.rate-left .grid.wide{
    margin: 0px 24px;
}
.rate-left {
    width: 50%;
    float: left;
    z-index: 99;
    position: relative;
}

.rate-right-bk {
    position: absolute;
    left: -5%;
    top: 30%;
}

.img-rate img {
    position: relative;
    width: 220px;
    border-radius: 30px;
    height: 234px;
}

    .img-rate img:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
    }

.grid.wide .grid-rating {
    padding-bottom: 22px !important;
    font-size: 40px;
    padding: 44px 0px;
    font-family: 'BS-r';
    color: var(--default-color-1);
    font-weight: normal; /* hoặc 400 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.resx-img {
    z-index: 9999;
    position: relative;
}

    .resx-img:before {
        z-index: 9999999999999999999999;
        position: absolute;
        /* content: ""; */
        width: 157%;
        height: 141%;
        color: red;
    }

.img-rate {
    position: absolute;
    top: 0;
    right: 158px;
}

.grid.wide.grid-ratinge {
    padding-left: 0
}

.ct-middler {
    height: 129%;
    width: 151%;
}

.name {
    font-family: MonSe;
    color: var(--default-color-1);
    font-size: 21px;
    margin-bottom: 0;
}

.adress {
    font-size: 16px;
    color: #d6b341;
}

.rate-s:before {
    position: absolute;
    content: "";
    height: 1px;
    background: var(--default-color-2);
    width: 10%;
    top: 8px;
}

.rate-s {
    display: flex;
    justify-content: left;
    padding: 20px 0;
    position: relative;
}

.esta svg {
    width: 16px;
    height: 16px;
}

.swiper-slide {
}

.item {
    width: 64%;
    height: 247px;
}

.answer {
    font-family: monR;
    width: 73%;
}

@media (max-width: 739px) {
    .answer{
        width:100%
    }
    .rate-right {
        display: none
    }

    .rate-left {
        width: 100%;
    }

    .grid.wide .grid-rating {
        font-size: 23px;
        padding-top: 22px !important;
    }

    .name {
        font-size: 16px;
        margin-top: 0;
    }

    .adress {
        font-size: 12px;
    }

    .rate-s {
        padding: 14px 0;
    }

    .esta svg {
    }

    .answer span {
        font-size: 12px;
    }

    .home-rate {
        height: 264px;
        padding: 0px 0;
    }

    .img-rate {
        display: none
    }
    .item {
    width: 64%;
    height: unset;
}
    .ct-middler{
    height: 100%;
    }
    .rate-left .grid.wide{
        margin: unset;
    }
}
