.about {
    padding-bottom: 80px;
}

.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;
}


.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;
}

/* Why us */
.why-image img,
.pomise-image img {
    width: 100%;
}

.pomise-image img {
    border-radius: 10px;
}

.why-image span {
    max-width: 456px;
    padding-top: 20px;
    padding-left: 20px;
}

span.why-image--tow {
    transform: translate(257px, -126px);
    max-width: 350px;
    padding: 0px;
}

.why-image>span:not(:last-child) {
    border-top: 10px solid var(--border-color);
    border-left: 10px solid var(--border-color);
}

.why-image>span:last-child {
    border: 10px solid var(--border-color);
}

.why-shape {
    z-index: -1;
}

.why-content .card-header button {
    border: none;
    padding: 10px 40px 10px;
    background-color: unset;
}

.why-content-item,
.commit-content-item {
    background-color: #F5F7F8;
    padding: 20px 20px 0px 20px;
    overflow: hidden;
    position: relative;
    transition: max-height 1s ease-in-out;
}

.why-content-header h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
}

.why-content-item .why-content-header::before,
.commit-content-item .why-content-header::before {
    content: '\2b';
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 34px;
    height: 20px;
    justify-content: center;
    align-items: center;
}

.why-content-item.show .why-content-header::before,
.commit-content-item.show .why-content-header::before {
    content: '';
    display: block;
    position: absolute;
}


.why-content-desc {
    display: none;
}

.why-content-item.show .why-content-desc,
.commit-content-item.show .why-content-desc {
    display: block;
}


@keyframes showDescWhy {
    to {
        max-height: 500px;
    }
}

/* Region */

.region {
    background-color: #F5F7F8;
    padding: 60px 0;
}

.region-image {
    height: 230px;
}


.region-image img {
    border-radius: 20px 90px;
}

.region-left .col-xl-6:nth-of-type(2) .region-image img {
    border-radius: 90px 20px;
}

.region-left .col-xl-6:nth-of-type(3) .region-image img {
    border-radius: 90px 20px;
}

.region-content {
    text-align: justify;
}

.region-content ul {
    margin-left: 40px;
}

.region-content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.region-content ul li a {
    color: #37446d;
    font-weight: 700;
}

/* CTA */
.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%;
    }
}

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

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

.why-one {
    bottom: 0;
    left: 0;
}

.why-tow {
    top: 0;
    right: 0;
}