header {
    position: relative;
}
/*About*/

.home-about-top {
    display: flex;
}

    .home-about-top .item.left {
        width: 50%;
        padding-left: 170px;
        position: relative;
    }

    .home-about-top .item.right {
        flex: 1 1 0;
        padding-left: 29px;
    }

.img-about-l-2 a img {
    display: block;
    width: 376px;
    height: 434px;
    border: 10px solid #fff;
    border-radius: 0 80px;
}

.t-l-about-img-home .img a img {
    display: block;
    width: 340px;
    height: 434px;
    border-radius: 80px 0;
}

.t-l-about-img-home {
    display: flex;
}

    .t-l-about-img-home .img {
        padding-top: 231px;
        position: absolute;
        left: -46px;
    }

.home-about {
    position: relative;
    padding-top: 57px;
    padding-bottom: 100px;
}

    .home-about:before {
        content: "";
        position: absolute;
        background: url(/Design/img/NamTrungBo/bb.png) repeat;
        background-size: 100% 100%;
        top: -68px;
        left: 0;
        width: 100%;
        height: 70px;
        pointer-events: none;
    }

    .home-about:after {
        content: "";
        position: absolute;
        background: url(/Design/img/NamTrungBo/bb1.png) no-repeat;
        background-size: 100% 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 929px;
        top: -69px;
        pointer-events: none;
    }

.title-about-top {
    position: relative;
}

.title-welcome h4 {
    display: inline-block;
    padding: 2px 41px 0 34px;
    margin: 0;
    color: #fff;
    font-family: 'Inter-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #18f576 0%, #089745 100%);
    border-radius: 34px 0;
}

.title-about-top h2 {
    position: relative;
    margin: 21px 0 23px 0;
    padding-bottom: 15px;
    font-family: 'BeVietnamPro-SemiBold';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    background: linear-gradient(180deg, #23ed79 0%, #089745 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-about-top .item.right > section {
    color: #6C6C6C;
    font-family: 'Inter-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-choose-about-h h4 {
    margin: 0;
    font-family: 'BeVietnamPro-Medium';
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 210.417% */
    text-transform: capitalize;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.item-choose-about-h {
    list-style: none;
    display: flex;
    margin-top: 29px;
    align-items: center;
}

section.des-choose-item-about {
    color: #6C6C6C;
    font-family: 'Inter-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-choose-about-h {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    height: 88px;
    border-radius: 10px;
    background: #FDBC00;
}

.b-choose-about-h {
    flex: 1 1 0;
    margin-left: 23px;
}

.list-choose-about-home {
    margin-bottom: 37px;
}

.title-about-top h2:after {
    content: "";
    position: absolute;
    width: 102px;
    height: 3px;
    flex-shrink: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #23ed79 0%, #089745 100%);
}

.img-decor-flower {
    position: absolute;
    width: 506px;
    height: 506px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 506px;
    background: rgb(29 146 236 / 30%);
    z-index: -1;
}

.title-name-decor-dieu {
    display: flex;
    position: relative;
}

.img-decor-dieu {
    flex: 1 1 0;
    position: absolute;
    right: -75px;
    top: -26px;
}

@media (min-width: 1024px) and (max-width: 1220px) {
}

@media(max-width:1023px) {
    .home-about-top {
        display: block;
    }

        .home-about-top .item.left {
            padding-left: 0;
            width: 100%;
        }

        .home-about-top .item.right {
            padding-left: 0;
            padding-top: 30px;
        }

    .img-about-l-2 a img {
        width: 100%;
        height: auto;
        border-radius: 0 60px;
    }

    .t-l-about-img-home .img {
        position: unset;
        padding: 0;
    }

        .t-l-about-img-home .img a img {
            width: 100%;
            height: auto;
            border-radius: 60px 0;
        }

    .t-l-about-img-home {
        display: block;
    }

        .t-l-about-img-home a {
            display: block;
        }

    .title-about-top h2 {
        font-size: 23px;
        line-height: normal;
    }

    .img-decor-dieu img {
        width: 100%;
        height: auto;
    }

    .img-decor-dieu {
        width: 22%;
        right: -7px;
    }

    .img-decor-flower {
        width: 100%;
        height: 360px;
    }

    .b-choose-about-h h4 {
        font-size: 16px;
    }

    section.des-choose-item-about {
        font-size: 12px;
    }

    .home-about-top .item.right > section {
        font-size: 12px;
        -webkit-line-clamp: 10;
    }

    .img-choose-about-h img {
        width: 50%;
        height: auto;
    }

    .img-choose-about-h {
        width: 60px;
        height: 60px;
    }

    .home-about {
        padding-top: 35px;
        padding-bottom: 50px;
        background-size: auto;
    }

        .home-about:before {
            height: 22px;
            top: -21px;
        }

        .home-about:after {
            top: -50px;
        }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .t-l-about-img-home .img a img {
        width: 100%;
        height: 187px;
        border-radius: 20px;
    }

    .img-decor-dieu {
        width: 40%;
        right: -7px;
    }

    .img-about-l-2 a img {
        width: 100%;
        height: 187px;
        border-radius: 0 20px;
    }
}
/*End*/

.about-container section * {
    color: #000;
    /* font-family: 'Inter-Regular' !important; */
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.about-container h1 svg path {
    fill: #fdbc00;
}

.about-container {
    padding: 25px;
    background: rgb(255 255 255 / 80%);
    border-radius: 25px 25px 45px 25px;
}

    .about-container h1 {
        margin: 0;
        color: #fff;
        text-align: left;
        font-family: 'BeVietnamPro-Medium';
        font-size: 32px;
        font-style: normal;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 20px;
        font-weight: 400;
        background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

section.content-about-sec1 h3 {
    margin: 0;
    font-family: 'BeVietnamPro-SemiBold' !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 strong {
    font-weight: normal;
}

.about-c-l ul, .about-b-content-b ul {
    padding-left: 20px;
}

.about-side-img .about-c-l h3, .about-b-content-b h3 {
    margin: 0;
    font-family: 'BeVietnamPro-SemiBold' !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background: linear-gradient(180deg, #16da6c 0%, #007632 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about {
    padding: 40px 0;
    position: relative;
    padding-top: 76px;
    padding-bottom: 98px;
    background: url(/Design/img/TheThaoBien/About/bb.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

img.decor-back-about-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-side-img {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

.about-c-l {
    width: 57%;
    color: #000;
    font-family: 'Inter-Regular' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 35px;
    padding-left: 20px;
}

.about-c-r {
    flex: 1 1 0;
    position: relative;
}

.img-decor-tree2-about {
    position: absolute;
    left: -65px;
    top: 225px;
    width: 139px;
    height: auto;
}

.img-decor-r-about2 {
    position: absolute;
    bottom: 10px;
    right: 32px;
    display: block;
    width: 340px;
    height: 434px;
    border-radius: 80px 0;
}

    .img-decor-r-about2 img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        border-radius: 0 80px;
        border: 10px solid #fff;
    }

.img-decor-r-about img {
    display: block;
    width: 376px;
    height: 434px;
    border: 10px solid #fff;
    border-radius: 80px 0;
    object-fit: cover;
}

.img-decor-r-about {
    position: relative;
}

.about-c-r:before {
    content: "";
    position: absolute;
    width: 466px;
    height: 466px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 506px;
    background: rgb(29 146 236 / 30%);
    z-index: 0;
}

section.content-about-sec1 {
    padding-right: 13px;
    text-align: justify;
}


.about .grid.wide {
    padding: 0;
}

.about-bottom-content {
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    background-size: cover;
}

    .about-bottom-content .grid.wide {
        padding: 0;
    }

.about-b-content-b * {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.about-bottom-content:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(108, 188, 245, 0.60) 2.74%, #D9EFFF 52.34%, rgba(0, 138, 235, 0.70) 100%);
    opacity: 0.2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.list-img-about-bottom {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 27px;
    row-gap: 27px;
}

.item-col-img-about-b a img {
    width: 100%;
    height: auto;
}

.item-col-img-about-b a {
    display: block;
}

    .item-col-img-about-b a img {
        display: block;
        width: 100%;
        height: 373px;
        border: 10px solid #fff;
        object-fit: cover;
    }

.item-col-img-about-b:nth-child(even) a img {
    border-radius: 25px;
}

.item-col-img-about-b:nth-child(odd) a img {
    border-radius: 25px;
}

.list-img-about-bottom {
    overflow: hidden;
    margin-top: 60px;
}

@media(max-width:1023px) {
    .about-container h1 {
        font-size: 22px;
    }

    .about-c-l ul, .about-b-content-b ul {
        padding-left: 0;
    }

    .about-bottom-content {
        padding-bottom: 45px;
    }

    .about-side-img .about-c-l h3, .about-b-content-b h3 {
        font-size: 22px;
    }

    .about-b-content-b {
        text-align: justify;
    }

    section.content-about-sec1 h3 {
        font-size: 20px;
    }

    section.content-about-sec1 {
        padding-right: 0;
    }

    .about-container ol {
        padding-left: 17px;
    }

    .about-container ul {
        padding-left: 17px;
    }

    .about-side-img {
        display: block;
        text-align: justify;
    }

    .about-c-l {
        width: 100%;
        padding: 0;
        padding-bottom: 25px;
    }

    .about-c-r {
        right: 0;
    }

    .img-decor-tree2-about {
        left: 2px;
        top: -20px;
    }

    .img-decor-r-about2 {
        width: 100%;
        height: auto;
        position: unset;
    }

        .img-decor-r-about2 img {
            border: 5px solid #fff;
        }

    .img-decor-r-about img {
        width: 100%;
        height: auto;
        border: 5px solid #fff;
    }

    .about-c-r:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 306px;
    }

    .img-decor-r-about2:before {
        position: unset;
        display: none;
        width: 265px;
        height: 78px;
    }

    img.decor-back-about-side {
        object-fit: cover;
    }

    .about-bottom-content .grid.wide {
        padding: 0 5px;
    }

    .about .grid.wide {
        padding: 0 5px;
    }
}

@media(max-width: 739px) {
    section.content-about-sec1 h3 {
        font-size: 14px;
    }

    .about-container h1 {
        font-size: 16px;
    }

    .about-side-img .about-c-l h3, .about-b-content-b h3 {
        font-size: 16px;
    }

    section.content-about-sec1 {
        font-size: 13px;
        text-align: justify;
    }

    .about-c-l, .about-b-content-b p {
        font-size: 14px;
    }

    .item-col-img-about-b a img {
        height: 150px;
        border: 4px solid #fff;
    }

    .img-decor-r-about2 {
        width: 100%;
        height: 265px;
        position: unset;
    }
}
