section.feadback,
.menu-vegetarian {
    overflow: hidden;
}

.head-text a {
    color: #6b6b6b;
}

.about-left span {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 14px;
}

.about-left {
    padding-right: 40px;
}

.about-left h2 {
    font-size: 24px;
    margin-bottom: 14px;
}

.about-left p {
    font-size: 16px;
    text-align: justify;
}

section.news {
    padding: 40px 0;
    overflow: hidden;
}

.about-image {
    position: relative;
}

.img-tow {
    position: absolute;
    bottom: -100px;
    right: 0;
}

.img-tow img {
    width: 100%;
}

.services {
    background-image: url('../../img/section_banner_new_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #586b84;
}

.services .row {
    align-items: center;
}

.services-info h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.services-desc {
    font-size: 16px;
}

.road {
    background-image: url('../../img/thi-tran.png');
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-size: contain;

}

.truck {
    position: absolute;
    bottom: 0px;
    width: 150px;
    height: auto;
    animation: moveRight 10s linear infinite;
}

@keyframes moveRight {
    0% {
        left: -200px;
    }

    100% {
        left: 100%;
    }
}

.feadback-main {
    width: 650px;
    max-width: 100%;
    position: relative;
    background: #f8f8f8;
    padding: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.feadback-bg {
    height: 534px;
    width: 850px;
    max-width: 100%;
    border-radius: 5px;
    background-image: url('../../img/feadback.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.feadback-user {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.avatar {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.avatar img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.feadback-info {
    font-size: 20px;
    flex: 1;
    margin-left: 20px;
}

.feadback-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 100px;
}

.feadback-info p {
    margin: 0;
}

.feadback-title {
    font-weight: 500;
}

.feadback-desc {
    color: #54595F;
}

.feadback-icon {
    color: #A6A182;
    font-size: 80px;
}

.feadback-star {
    color: #F8BC26;
    font-size: 14px;
    margin-bottom: 10px;
}

.description-box {
    font-size: 18px;
    width: 700px;
    max-width: 80%;
    margin: 0px auto 40px auto;
}