section.feadback,
section.partner {
    overflow: hidden;
}

.today-main {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    overflow: hidden;
}

.today-title {
    padding: 30px 70px 0px 100px;
}

.today-title::after,
.today-title::before {
    position: absolute;
    font-size: 80px;
    color: var(--theme-color);
    font-weight: 900;
    font-family: var(--fontAwesome);
    display: flex;
    width: 77px;
    height: 66px;
    justify-content: center;
    align-items: center;
}

.today-title::after {
    content: "\f10d";
    top: 0;
    left: 0;
}

.today-title::before {
    content: "\f10e";
    right: 0;
    bottom: 0;
}

.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-one img {
    width: 100%;
    border-radius: 10px;
}

.shape-one img {
    width: 100%;

}

.shape-one {
    top: -54px;
    right: -64px;
    z-index: -1;
}

.shape-tow {
    left: -42px;
    bottom: -18px;
    rotate: 86deg;
    z-index: -1;
}

.stydy-partner img {
    width: 100%;
    border-radius: 10px;
}

.services {
    background-image: url('../../img/section_banner_resign_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-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;
}

.slide-post .swiper-wrapper .swiper-slide:nth-child(even) {
    transform: translateY(60px);
    padding-bottom: 60px;
}