.hero-pre .tn-atom {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(30px);
    opacity:1 !important;
}
.uc-rev-data {
    display:none;
}
.uc-rev-html {
    overflow: hidden;
}
.rev-item {
    font-family: 'Noto Sans',Arial,sans-serif;
    height: 100%;
}
.uc-rev-html .owl-dots {
    display:none;
}
.rev-item__box {
    background:#fff;
    padding-left:58px;
    padding-right:61px;
    padding-top:53px;
    padding-bottom:50px;
    height: 100%;
    box-sizing: border-box;
}
.rev-item__name {
    color:#2F2E2E;
    font-size:20px;
    font-weight: 700;
}
.rev-item__text {
    font-size: 16px;
    line-height: 176.2%;
    color:#000;
    margin-bottom:30px;
    margin-top:30px;
}
.rev-item__star {
    color:#ED8001;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
}
.rev-btn-right,
.rev-btn-left {
    cursor:pointer;
}
.rev-list .owl-stage {
    display:flex;
}
.uc-top {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index: 9999;
    display:none;
}
.uc-top.active {
    display:block;
}
@media (max-width:767px) {
    .rev-item__box {
        padding-left:30px;
        padding-right:30px;
        padding-top:40px;
    }
    .rev-item__text {
        font-size:15px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .rev-item__name {
        font-size:18px;
    }
    .rev-list .owl-stage {
        display: block;
    }
}