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

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

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

.num-about-check span {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.home-about-top .item.left:before {
    content: "";
    position: absolute;
    background: url(/Design/img/MoiTruongViet/tree2.png) no-repeat;
    background-size: cover;
    right: -135px;
    bottom: -149px;
    width: 421px;
    height: 547px;
}

.home-about-top .item.right .text strong {
    color: #505050;
    font-family: 'Inter_24pt-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.home-about {
    position: relative;
    background: url(/Design/img/MoiTruongViet/b.png) no-repeat;
    background-size: cover;
    padding-bottom: 26px;
    padding-top: 51px;
}

    .home-about:before {
        content: "";
        position: absolute;
        background: url(/Design/img/MoiTruongViet/b3.png) no-repeat;
        background-size: 100% 100%;
        left: 0;
        top: -102px;
        width: 100%;
        height: 174px;
        pointer-events: none;
    }

.home-about-top .item.right .text {
    color: #737373;
    font-family: 'Inter_24pt-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    width: 437px;
}

    .home-about-top .item.right .text p {
        margin-top: 1px;
    }

.home-about-top .item.right h6 {
    margin: 0;
    color: #238E44;
    font-family: 'Oswald-Light';
    font-size: 27px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.home-about-top .item.right h2 {
    margin: 0;
    color: #1C1D28;
    font-family: 'Oswald-Medium';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

    .home-about-top .item.right h2 strong {
        display: block;
        font-family: 'Oswald-Medium';
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        background: linear-gradient(90deg, #009247 0%, #57BA76 50%, #009247 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.text-full-number {
    display: flex;
}

.svg-decor-a {
    text-align: center;
}

.decor-num-about {
    flex: 1 1 0;
}

.num-about-check {
    text-align: center;
    font-family: 'Oswald-Medium';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    background: linear-gradient(115deg, #81BB3F 8.51%, #238E44 91.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.decor-num-about > span {
    display: block;
    width: 113px;
    color: var(--Primary-text, #1D2130);
    font-family: 'Inter_24pt-SemiBold';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 115%;
    text-align: center;
    margin: auto;
}

ul.list-c-check {
}

li.item-check-about {
    list-style: none;
    display: flex;
    align-items: center;
    color: #505050;
    font-family: 'Inter_24pt-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 4.5px 0;
}

.c-phone-about span {
    display: block;
    color: #000;
    font-family: 'Oswald-Medium';
    font-size: 19.889px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.c-phone-about a {
    color: #F00;
    font-family: 'Oswald-Medium';
    font-size: 26.518px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
}

.phone-btn-about {
    display: flex;
    align-items: center;
    margin-right: 69px;
}

.c-phone-about {
    margin-left: 12px;
}

.btn-svg-phone {
    display: flex;
    align-items: center;
}

.full-phone-about-btn {
    display: flex;
    align-items: center;
}

.svg-core-a {
    display: flex;
    align-items: center;
    margin-right: 4px;
}

.list-check-about {
    margin-bottom: 27px;
}

/*RS*/
@media(max-width:1023px) {
    .home-about-top {
        flex-direction: column-reverse;
    }

    .home-about {
        padding-top: 33px;
    }

        .home-about:before {
            content: "";
            position: absolute;
            background: url(/Design/img/MoiTruongViet/b3.png) no-repeat;
            background-size: 100% 100%;
            left: 0;
            top: -27px;
            width: 100%;
            height: 45px;
            pointer-events: none;
        }

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

    .c-phone-about a {
        font-size: 20px;
    }

    .full-phone-about-btn {
        justify-content: space-between;
    }

        .full-phone-about-btn .p-btn-link {
            height: 46px;
        }

    .phone-btn-about {
        margin-right: 0;
    }

    .c-phone-about span {
        font-size: 16px;
    }

    .btn-svg-phone svg {
        width: 42px;
        height: auto;
    }

    .home-about-top .item.right h6 {
        font-size: 20px;
    }

    .home-about-top .item.right h2 {
        font-size: 21px;
    }

        .home-about-top .item.right h2 strong {
            font-size: 30px;
        }

    .home-about-top .item.right .text {
        font-size: 14px;
        width: 100%;
        text-align: justify;
    }

    .decor-num-about {
    }

    .num-about-check {
        font-size: 21px;
    }

    .decor-num-about > span {
        width: 100%;
        font-size: 18px;
    }

    .text-full-number {
        flex-flow: column;
        margin-bottom: 15px;
    }

    .home-about-top .item.right .text strong {
        font-size: 14px;
    }
}