﻿/*RS*/
.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;
        opacity: 0.8;
    }

.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; /* 225% */
    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;
    line-height: 23px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -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% */
    margin-top: 5px;
    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, #18f576 0%, #089745 137%);
}

.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 a {
        display: block;
    }

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

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

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

    .title-welcome h4 {
        font-size: 12px;
        padding: 2px 20px 0 20px;
    }

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

    .home-about-top .item.right section {
        font-size: 13px;
        text-align: justify;
    }

    section.des-choose-item-about {
        font-size: 13px !important;
        line-height: 19px;
        margin-top: 5px;
    }

    .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: 235px;
        border-radius: 20px;
    }

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

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