﻿.chung-toi-la {
    font-weight: 700;
    font-size: 55px;
    line-height: 75px;
    color: #ffffff;
    /*-webkit-text-stroke: 2px #165C00;*/
    padding-top: 110px;
    padding-left: 50px;
    padding-right: 50px;
    text-shadow: 0px 0px 8px #010300CC;
    font-style: italic;
}

.tam-nhin {
    font-weight: 700;
    color: #19760C;
}

    /*.tam-nhin::after {
        content: "";
        position: absolute;
        left: 0;*/ /* Bắt đầu từ bên trái */
        /*bottom: -1px;*/ /* Khoảng cách đường viền so với chữ */
        /*width: 100%;*/ /* Độ dài đường viền bằng 1/2 chiều rộng chữ */
        /*height: 5px;*/ /* Độ dày của đường viền */
        /*background: linear-gradient(90deg, #54B848 0%, #AFE400 100%);
        border-radius: 10px;
    }*/

.dua-san-pham {
    font-weight: 400;
    font-size: 32px;
    line-height: 55px;
    color: #6D6C6C;

    text-align: justify; /* căn đều 2 bên */
    text-justify: inter-word; /* căn đều theo từ */
}

.doi-ngu {
    font-weight: 600;
    font-size: 32px;
    line-height: 55px;
    color: #6D6C6C;
    text-align: justify; /* căn đều 2 bên */
    text-justify: inter-word; /* căn đều theo từ */
}

.phat-trien {
    font-weight: 600;
    font-size: 48px;
    padding: 15px 80px;
    color: #2BAF1B;
    display: inline-block;
}

.ben-vung {
    color: #2BAF1B;
    font-size: 32px;
    font-weight: 600;
    max-width: 280px;
}

.vinoni {
    color: #FE6B01;
    font-weight: 600
}

.la-nen-tang {
    border-top: 1px solid;
    padding-left: 0 !important;
    font-size: 24px;
    line-height: 32px;
    color: #6D6C6C;
    text-align: justify; /* căn đều 2 bên */
    text-justify: inter-word; /* căn đều theo từ */
    margin-top: 10px;
}

.table-padding-top {
    padding-top: 50px;
}

.table-padding-x {
    padding-left: 100px;
    padding-right: 100px;
}

.bg-image {
    background-image: url('/images/Group 15.png');
    min-height: 758px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-image-2 {
    background-image: url('/images/bg-2.png');
    min-height: 936px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-image-3 {
    background-color: #CAF0C1;
    min-height: 693px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .bg-image {
        background-image: url('/images/Group 15 mb.png');
        min-height: 222px;
    }

    .bg-image-2 {
        background-image: url('/images/bg-2-mb.png');
        min-height: 222px;
    }

    .bg-image-4 {
        background-image: url('/images/bg-4-mb.png');
        min-height: 222px;
    }
}


.doi-ngu-la-nhung {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #6D6C6C;
    text-align: justify; /* căn đều 2 bên */
    text-justify: inter-word; /* căn đều theo từ */
}

@media (max-width: 768px) {
    .phat-trien {
        font-size: 19px;
        padding: 0 0;
    }

    .table-padding-x {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .la-nen-tang {
        border-top: 1px solid;
        font-size: 18px;
        line-height: 28px;
    }

    .dua-san-pham {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }

    .doi-ngu-la-nhung {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }


    .doi-ngu {
        font-size: 18px;
        line-height: 28px;
    }

    .ben-vung {
        color: #2BAF1B;
        font-size: 20px;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .title-1 {
        width: fit-content;
        font-size: 28px;
        text-align: left;
        display: inline-block;
    }

        .title-1::after {
            content: "";
            height: 8px; /* Độ dày của đường viền */
            left: 0;
            transform: translateX(0);
            width: 50%;
        }
}