.font-size-18 {
    font-size: 18px;
}

.color-000 {
    color: #000000;
}

.text-align-center {
    text-align: center;
}

.max-width-530 {
    max-width: 530px !important;
}

.max-width-550 {
    max-width: 550px;;
}


.mb-0 {
    margin-bottom: 0px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-114 {
    margin-bottom: 120px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-90 {
    margin-left: 90px;
}

.ne-flex-item-left-width-605 {
    max-width: 605px;
    float: left;
}

.ne-flex-item-right-width-605 {
    max-width: 605px;
    float: right;
}

.element-center-div {
    right: 0;
    left: 0;
    margin: auto;
}

.box-what-people-say {
    width: 100%;
    height: 400px;
    background: #FFFFFF;
    border-radius: 50px;
    flex: none;
    order: 1;
    flex-grow: 0;
    white-space: initial;
}

.content-box-what-people-say {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter;
    height: 160px;
}

.quotation-mark {
    font-size: 60px;
    color: #28C8FA;
    margin-top: 15px;
    margin-left: 20px;
    padding-top: 10px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.float-right {
    float: right;
}

.img-box-what-people-say {
    width: 100%;
    height: 100%;
    max-width: 90px;
    max-height: 90px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #00000014;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.h-name {
    margin-top: 15px;
    margin-bottom: 0px;
}

.border-radius-50 {
    border-radius: 50px;
}

.title-header {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
}

.video-height-600 {
    width: 100%;
    height: 600px;
}

.w-70 {
    width: 70% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

.flex-box-center {
	display:flex;
	justify-content: center; /* căn giữa theo trục chính (ngang nếu flex-direction: row) */
	align-items: center;
}

.name-box {
    font-weight: bold;
    font-size: 14px !important;
    line-height: 20px;
    color: #000000;
    font-family: Inter;
    margin-top: 15px;

}

.title-box {
    font-style: normal;
    font-size: 14px !important;
    line-height: 20px;
    color: #000000;
    font-family: Inter;
}

/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.wrapper {
    display: flex;
    position: relative;
}

.wrapper #left {
    top: 50%;
    cursor: pointer;
    position: sticky;
    float: left;
    text-align: center;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper #right {
    top: 50%;
    cursor: pointer;
    position: sticky;
    text-align: center;
    float: left;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper svg:active {
    transform: translateY(-50%) scale(0.9);
}

.wrapper i:first-child {
    left: -12px;
}

.wrapper i:last-child {
    right: 0px;
}

.wrapper .carousel {
    width: calc((100% - 55px));
    float: left;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    margin: auto;
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.carousel.dragging img {
    pointer-events: none;
}

.carousel img:first-child {
    margin-left: 0px;
}

.wrapper {
    width: 100%;
}


.carousel > div {
    object-fit: cover;
    user-select: none;
    display: inline-block;
}

.carousel-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.content-youtube {
    margin: 0 auto;
    width: 70%;
    height: 450px;
}

.icon-left-right {
    width: 26px;
    height: 52px;
}

.text-align-left {
    text-align: left !important;
}

.row-parent-98pt {
    max-width: 98%;
    margin: 0 auto;
}

.br-digital {
    display: none;
}

.style-heading {
    text-align: center;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #00395F;
    line-height: 50px;
}

.style-heading-child {
    text-align: center;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #00395F;
    line-height: 46px;
}

.style-heading-body {
    text-align: left;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 17px;
}

.mobile-text-align-center {
    text-align: left !important;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.text-align-center{
	text-align: center;
}

.disabled {
    pointer-events: none;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    /*margin-right: calc(-.5 * var(--bs-gutter-x));*/
    /*margin-left: calc(-.5 * var(--bs-gutter-x))*/
}

.col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-sm-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-sm-5 {
    flex: 0 0 auto;
    width: 30%
}

.col-sm-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-sm-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-sm-12 {
    flex: 0 0 auto;
    width: 100%
}

@media screen and (max-width: 768px) {
    .wrapper .carousel > div {
        width: 100%;
    }

    .content-youtube {
        margin: 0 auto;
        width: 90%;
        max-width: 100%;
        height: 200px;
    }

    .mobile-float-left {
        float: left;
    }

    .mobile-float-right {
        float: right;
    }


    .box-what-people-say {
        width: 100%;
        height: 450px;
        background: #FFFFFF;
        border-radius: 25px;
        flex: none;
        order: 1;
        flex-grow: 0;
        white-space: initial;
    }

    .wrapper #left {
        top: 50%;
        cursor: pointer;
        position: sticky;
        float: left;
        text-align: center;
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

    .wrapper #right {
        top: 50%;
        cursor: pointer;
        position: sticky;
        text-align: center;
        float: left;
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

    .icon-left-right {
        width: 15px;
        height: 30px;
    }

    .ne-flex-item-left {
        order: 2;
    }

    .ne-flex-item-right {
        order: 1;
    }

    .header-menu-margin-left {
        margin-left: 15px;
    }

    .top-menu-padding-bot {
        white-space: nowrap;
    }

    .br-digital {
        display: block;
    }

    .style-heading {
        text-align: center;
        font-family: Nunito;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        color: #00395F;
        line-height: 30px;
    }

    .style-heading-body {
        line-height: 28px;
    }

    .wrapper {
        width: 98%;
    }

    .content-box-what-people-say {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 28px;
        display: flex;
        color: #000000;
        padding-left: 20px;
        padding-right: 20px;
        font-family: Inter;
        height: 230px;
    }

    .wrapper .carousel {
        width: calc((100%));
        float: left;
        font-size: 0px;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        scroll-behavior: smooth;
        margin: 0px 10px;
    }

    .mobile-text-align-center {
        text-align: left !important;
    }

    .style-heading-child {
        text-align: center;
        font-family: Nunito;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        color: #00395F;
        line-height: 30px;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 43%;
    }

    .about-margin-left {
        margin-left: 25px;
    }
}

@media screen and (min-width: 993px) {
    .wrapper .carousel {
        width: calc((100%));
        float: left;

    }

    .carousel > div {
        width: calc((100% - 120px) / 3);
        padding: 0 20px;
    }
}

@-moz-document url-prefix() {
    .mb-100 {
        margin-bottom: 50px;
    }

    @media screen and (max-width: 768px) {
        .group-menu-header {
            margin-left: 0px;
        }

        .top-menu-padding-bot {
            white-space: nowrap !important;
        }

        .header-menu-margin-left {
            margin-left: 15px;
        }

        .top-menu-padding-bot {
            white-space: nowrap;
        }

        .style-heading {
            text-align: center;
            font-family: Nunito;
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            color: #00395F;
            line-height: 30px;
        }

        .style-heading-body {
            line-height: 28px;
        }

        .wrapper {
            width: 98%;
        }
    }
}



