body .home-client-testimonials {
    background: #fff;
}

body {
    padding-top: 80px;
}

body .home-client-testimonials {
    margin-top: 0;
}

.banner__about--wrapper {
    padding-top: 85px;
}

.section__about--banner .banner__about--content-ifnomation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.section__about--banner {
    font-family: 'Poppins';
    position: relative;
    overflow: hidden;
}



.section__about--banner .container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.subtitle__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #752963;
    margin-bottom: 30px;
}

.section__about--banner .heading__text--title {
    margin: 0;
    margin-top: 0;
}

.section__about--banner .heading__text--title p:last-child {
    margin-bottom: 0;
}

.section__about--banner .heading__text--wapper {
    max-width: max-content;
}

.banner__content--background {
    position: absolute;
    top: -55px;
    right: 18px;
    pointer-events: none;
    z-index: 3;
}

.banner__content--background img {
    width: 296px;
    height: 256px;
    object-fit: cover;
    object-position: center;
}

.banner__about--content-wrapper .banner__content--text {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #1B214A;
    opacity: 0.7;
}

.section__about--banner .banner__about--image {
    width: 41.5%;
}

.section__about--banner .banner__about--image .mobile {
    display: none;
}

.section__about--banner .banner__about--image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: none;
}

.section__about--banner .banner__about--image-inner {
    background-image: var(--image-about);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: drop-shadow(11px 15px 8px rgba(112, 112, 112, 0.01)) drop-shadow(6px 9px 6px rgba(112, 112, 112, 0.05)) drop-shadow(3px 4px 5px rgba(112, 112, 112, 0.09)) drop-shadow(1px 1px 3px rgba(112, 112, 112, 0.1)); */
    border-radius: 3px;
    padding-bottom: calc(387/517 * 100%);
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.banner__about--wrapper .heading {
    margin-bottom: 24px;
    width: 50%;
    padding: 50px 0 50px 92px;
}

.banner__about--content-wrapper .banner__content {
    max-width: 720px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 45px;
    float: right;
    padding-right: 0;
    text-align: justify;
    margin-right: 0;
}

@media only screen and (min-width: 1400px) {
    .section__about--banner .banner__about--image {
        /* padding-left: 48px; */
    }
}

@media only screen and (min-width: 1600px) {
    .section__about--banner .banner__about--image-inner {
        /* padding-bottom: 21.7223%; */
    }

    .banner__about--content-wrapper .banner__content {
        padding-right: 0;
        margin-right: 0;
    }

    .section__about--banner .banner__about--image {
        padding-left: 0;
    }

    .banner__content--background {
        right: -70px;
    }

    .section__about--banner .container {
        max-width: 1470px;
    }
}

@media only screen and (max-width: 860px) {
    .banner__about--content-wrapper .banner__content {
        max-width: 80%;
        margin-right: 0;
    }
}

@media (max-width: 1024px) {

    body {
        padding-top: 68px;
    }
}

@media only screen and (max-width: 767.98px) {

    .banner__content--background {
        /* display: none; */
    }

    .banner__about--content-wrapper .banner__content {
        max-width: 100%;
        padding-right: 0;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 23px;
    }

    .section__about--banner .banner__about--image {
        width: 100%;
        order: 2;
    }

    .section__about--banner .banner__about--image-inner {
        padding-bottom: calc(270/360 * 100%);
        background-image: var(--image-about-mobile);
    }

    .banner__about--wrapper {
        padding-top: 76px;
    }

    .subtitle__text {
        margin-bottom: 13px;
    }
}

.section__about--book-consultation .container {
    max-width: 1277px;
}

.book__consultation--wraper {
    display: flex;
    padding: 55px 41px;
    padding-bottom: 60px;
    background: #F3F8FF;
    -webkit-box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
    /* Cho các trình duyệt Webkit cũ */
    -moz-box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
    /* Cho các trình duyệt Firefox cũ */
    box-shadow: 11px 15px 8px rgba(112, 112, 112, 0.01), 6px 9px 6px rgba(112, 112, 112, 0.05), 3px 4px 5px rgba(112, 112, 112, 0.09), 1px 1px 3px rgba(112, 112, 112, 0.1);
    /* Box-shadow chính */
    border-radius: 3px;
    margin: 0;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.book__consultation--subtitle {
    margin-bottom: 22px;
}

.book__consultation--title {
    margin: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.book__consultation--details {
    max-width: 408px;
    width: 40%;
}

.book__consultation--link .box-type.box-button,
.book__consultation--link .box-type.box-button:hover {
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
    width: 222px;
    margin-top: 4px;
    background-image: none;
    padding: 10px 15px;
}

.book__consultation--link .box-type.box-button .icon,
.book__consultation--link .box-type.box-button a:hover .icon {
    position: absolute;
    right: 10px;
    top: 4px;
    pointer-events: none;
    transition: all 300ms;
}

.book__consultation--link .box-type.box-button:hover .icon {
    /* right: 17px; */
    /* top: 17px; */
    transition: all 300ms;
}

.book__consultation--link .box-type.box-button:hover .icon svg path {
    stroke: #EFB257;
}

.book__consultation--content {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #1B214A;

    margin-bottom: 20px;
}

.book__consultation--content * {
    opacity: 0.7;
}

@media only screen and (min-width: 1600px) {
    .section__about--book-consultation .container {
        max-width: 1470px;
    }
}


@media only screen and (max-width: 991px) {
    .book__consultation--details {
        max-width: 60%;
    }

    .book__consultation--wraper {
        padding: 67px 15px 71px 15px;
    }

}

@media only screen and (max-width: 767.98px) {
    .book__consultation--wraper {
        display: block;
    }

    .book__consultation--subtitle {
        margin-bottom: 22px;
    }

    .book__consultation--link .box-type.box-button,
    .book__consultation--link .box-type.box-button:hover {
        max-width: 100%;
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 16px;
        line-height: 20.8px;
        padding: 15px 15px;
    }

    .book__consultation--details {
        max-width: 100%;
        width: 100%;
    }

    .book__consultation--button {
        width: 100%;
    }

    .book__consultation--title {
        margin-bottom: 10px;
        padding-right: 20px;
    }

    .book__consultation--content {
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        opacity: 0.7;
        margin-bottom: 30px;
    }
}

section.section__about--banner:before {
    /* content: ''; */
    /* display: block; */
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    position: absolute;
    bottom: 37px;
}

.section-content-promise .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.section-content-promise .item .content .btn-wrapper {
    margin-bottom: 21px;
}

.section-content-promise .number {
    color: #EFB257;
}

.section-content-promise .content {
    font-family: 'Poppins';
    font-size: 13px;
    line-height: 16.9px;
    text-align: left;
}

.section-content-promise .item .text-left {
    width: 488px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.section-content-promise .item .title {
    color: #752963;
    margin: 0;
}

.section-content-promise .item .content {
    width: calc(100% - 488px);
    padding-left: 143px;
    padding-top: 7px;
}

.section-content-promise .item:not(:last-child) {
    margin-bottom: 49px;
}

.section-content-promise .item h4 {
    margin: 0;
    font-size: 30px;
    line-height: 39px;
}

.section-content-promise {
    padding: 131px 0 130px;
}


.book__consultation--wraper .banner__content--background {
    left: -112px;
    z-index: 3;
    top: auto;
    bottom: -20px;
    right: auto;
}

.banner__content--background img {
    width: 523px;
    height: 452px;
}

.book__consultation--link .box-type.box-button .icon svg {
    width: 25px;
}

.section-content-promise .item .content ul {
    padding-left: 17px;
    margin: 0 0 16px;
}

.book__consultation--wraper .col-right {
    max-width: 584px;
    margin-left: auto;
    width: 60%;
    padding: 8px 0;
    position: relative;
    z-index: 4;
}

section.section__about--book-consultation {
    padding-bottom: 140px;
}

.banner__about--wrapper .banner__content--background img {
    max-width: 398px;
    width: 100%;
    height: 314px;
}

@media (max-width: 1199px) {
    .section-content-promise .item .content {
        padding-left: 20px;
        width: 50%;
    }

    .banner__about--wrapper .heading {
        padding-left: 40px;
    }

    .section-content-promise .item .text-left {
        width: 50%;
    }

    section.section__about--banner:before {
        bottom: 0;
    }
}

@media (max-width: 767.98px) {

    .banner__about--wrapper .banner__content--background img {
        width: 182px;
        height: 157px;
    }

    .banner__about--wrapper .banner__content--background {
        top: -56px;
        right: -30px;
    }

    .banner__about--wrapper .heading {
        width: 100%;
        padding: 0;
        margin-bottom: 49px;
    }

    .section__about--banner .heading__text--title {
        padding-right: 50px;
    }

    .section-content-promise {
        padding: 93px 0 102px;
    }

    .section-content-promise .item .text-left {
        width: 100%;
        flex-wrap: wrap;
    }

    .section-content-promise .item .content {
        width: 100%;
        padding-left: 0;
        padding-top: 19px;
    }

    .section-content-promise .item .number {
        width: 100%;
        font-size: 30px;
        line-height: 39px;
        margin-bottom: -11px;
    }

    .section-content-promise .item .title {
        font-size: 24px;
        line-height: 31px;
    }

    .section-content-promise .item:not(:last-child) {
        margin-bottom: 31px;
    }

    .book__consultation--wraper .col-right {
        width: 100%;
        max-width: 100%;
    }

    .book__consultation--link .box-type.box-button .icon,
    .book__consultation--link .box-type.box-button a:hover .icon {
        right: 8px;
        top: 4px;
    }

    .book__consultation--wraper .banner__content--background {
        left: auto;
        right: -92px;
        top: -53px;
    }

    section.section__about--book-consultation {
        padding-bottom: 100px;
    }


    .banner__content--background img {
        max-width: 342px;
        width: 100%;
        height: 295px;
    }

}