﻿/*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: 10px;
    }

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

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

.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: var(--Linear, linear-gradient(180deg, #18BFF0 0%, #1F7EEA 100%));
    border-radius: 34px 0;
}

.title-about-top h2 {
    padding-bottom: 14px;
    font-family: BeVietnamPro-exbold;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 125% */
    background: linear-gradient(180deg, #18BFF0 0%, #1C3984 162.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.home-about-top .item.right > section {
    color: #6C6C6C;
    font-family: 'Inter-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.333%; /* 153.333% */
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
    margin-top: 16px;
}

.b-choose-about-h h4 {
    margin: 0;
    font-family: 'BeVietnamPro-Medium';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 210.417% */
    text-transform: capitalize;
    background: linear-gradient(180deg, #18BFF0 0%, #1C3984 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:first-child {
    margin-top: 0;
}

li.item-choose-about-h {
    list-style: none;
    display: flex;
    margin-top: 40px;
    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: 153.333%; /* 153.333% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.img-choose-about-h {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    height: 88px;
    border-radius: 10px;
    background: var(--default-color-3);
}

.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(89deg, #18BFF0 50.57%, #1F7EEA 71.86%);
}

.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 {
    position: relative;
    padding-top: 37px;
    padding-bottom: 15px;
}

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

.home-about-decor {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    pointer-events: none;
}

    .home-about-decor img {
        width: 100%;
    }

.home-about-descript {
    font-family: BeVietnamPro-Medium;
    margin: 0;
    color: var(--default-color-2);
    line-height: 150%;
    font-style: italic;
    font-size: 24px;
}

@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;
        display: none;
    }

    .title-about-top h2 {
        font-size: 23px;
        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: 12px;
    }

    section.des-choose-item-about {
        font-size: 12px !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: 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;
    }

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

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

    .title-name-decor-dieu {
        padding-top: 22px;
        padding-bottom: 10px;
    }

    .home-about-top .item.right section {
        font-size: 15px;
        margin: 0;
    }

    .home-about-descript {
        font-size: 15px;
        margin-top: 4px;
    }

    .b-choose-about-h {
        margin-left: 12px;
    }

    .home-about {
        padding: 25px 0;
    }
}
