@font-face {
    font-family: 'lexend';
    src: url('fonts/lexend-bold2.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('fonts/lexend-book2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('fonts/lexend-light2.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('fonts/lexend-medium2.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('fonts/Lexend-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('fonts/Lexend-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('fonts/Lexend-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('fonts/Lexend-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'lexend';
    src: url('fonts/Lexend-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'roboto1';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto1';
    src: url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto1';
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto1';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.note-text {
    font-size: 12px;
    font-family: roboto1;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0E2638;
    text-align: justify;
}

.navbar {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    color: #63676B;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(images/ic-menu.png);
}

.navbar-dark .navbar-nav .nav-link {
    text-align: center;
    font-family: roboto1 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #0E2638;
}

#navbarCollapse {
    margin-top: 10px;
    border-top: 1px solid red;
    min-height: calc(100vh - 60px);
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #63676B;
}

.navbar-dark .navbar-brand {
    color: #63676B;
    margin-left: calc(50% - 141px/2);
}

.nav-link a {
}

.container {
    margin-top: 50px;
}

.container-top {
    margin-top: 90px;
}

.title-h3 {
    font-family: lexend;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0E2638;
    position: relative;
    margin-bottom: 36px;
}

.title-h3-content {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 38px
}

.title-h3::after {
    position: absolute;
    height: 3px;
    width: 40px;
    background: #E43D30;
    bottom: -12px;
    left: 0;
    content: '';
}

.bg-red-box {
    background: #E43D30;
    font-family: lexend;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */

    text-align: justify;
    letter-spacing: -0.02em;
    /* WHITE */

    color: #FFFFFF;
}

    .bg-red-box img {
        width: 100%;
    }

p {
    font-family: roboto1;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: -0.02em;
    color: #0E2638;
    margin-bottom: 24px;
}
    p.text-small {
        font-family: Roboto1;
        font-size: 11px;
        font-style: italic;
        font-weight: 400;
        line-height: 20px;
    }

    b {
        font-family: roboto1;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        letter-spacing: -0.04em;
        color: #0E2638;
        margin-bottom: 24px;
    }

.full-width {
    width: 100%;
}

img.full-width{
    width: 100%;
}

.btn-up {
    height: 98px;
    color: #FFFFFF;
    background: #E43D30;
    border-radius: 5px;
}

    .btn-up .sp-bold {
        font-family: lexend;
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        text-align: center;
        letter-spacing: -0.02em;
        line-height: 48px;
        margin-top: 10px;
        display: inline-block;
    }

    .btn-up .sp-nomal {
        font-family: lexend;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

.no-text .sp-bold {
    margin-top: 25px;
}

.no-content .btn-up {
    background: none;
}

.sp-name {
    font-family: lexend;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    margin-bottom: 24px;
    text-align: center;
    /* DARK GRAY */
    margin-top: 12px;
    color: #0E2638;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.title-h1 {
    font-family: lexend;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    /* or 111% */

    letter-spacing: -0.02em;
    /* DARK GRAY */
    margin-top: 80px;
    color: #0E2638;
}

.title-h4-2 {
    font-family: lexend;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    /* or 111% */
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    /* DARK GRAY */

    color: #0E2638;
}

.text-colright {
    font-family: roboto1;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    letter-spacing: -0.02em;
    /* DARK GRAY */
    padding-top: 30px;
    color: #0E2638;
}

.list-text {
    margin-top: 25px;
}

    .list-text li {
        font-family: roboto1;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
        /* DARK GRAY */
        color: #0E2638;
    }

        .list-text li::marker {
            color: #E43D30;
            background: #E43D30;
        }

.list-text2 {
    margin-top: 25px;
}

    .list-text2 li {
        font-family: roboto1;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;
        /* DARK GRAY */
        color: #0E2638;
    }

        .list-text2 li::marker {
            color: #E43D30;
            background: #E43D30;
        }

.bg-red-box {
    padding-top: 53px;
}

    .bg-red-box .title-h3 {
        font-family: Lexend;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #0E2638;
        position: relative;
    }

        .bg-red-box .title-h3::after {
            position: absolute;
            height: 3px;
            width: 40px;
            bottom: -12px;
            left: 0;
            content: '';
            background: #FFFFFF;
        }

    .bg-red-box p {
        font-family: lexend;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 30px;
        /* or 167% */

        text-align: justify;
        letter-spacing: -0.02em;
        /* WHITE */

        color: #FFFFFF;
    }

    .bg-red-box b {
        font-family: lexend;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        /* or 167% */

        text-align: justify;
        letter-spacing: -0.02em;
        /* WHITE */

        color: #FFFFFF;
    }

    .bg-red-box img {
        margin-top: -55px;
    }

/* SAN PHAM VA DICH VU */

.title-h4 {
    font-family: lexend;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #0E2638;
    border-bottom: 0.5px solid #E43D30;
    padding-bottom: 10px;
}

.btn-xemchitiet {
    margin: auto;
    /* DARK GRAY */
    background: #E03C31;
    border-radius: 3px;
    text-align: center;
    width: 164px;
    height: 39px;
    line-height: 39px;
    margin-top: 30px;
}

    .btn-xemchitiet a {
        font-family: roboto1;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        letter-spacing: -0.02em;
        text-decoration: none;
    }

.col01 img {
    border-bottom: 2px solid #999999;
    height: 50px;
    width: 100%;
    margin: auto;
}

.col02 img {
    height: 50px;
    width: 100%;
    margin: auto;
    border-bottom: 2px solid #999999;
}

.logo01 {
    margin: 30px auto 25px;
}

.logo03 {
    border-bottom: 2px solid #C9CCCF;
    padding-bottom: 10px;
    margin: 30px auto 25px;
}

    .logo03 b {
        font-family: 'Lexend';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #E03C31;
    }

.box-red {
    margin-bottom: 16px;
    box-shadow: 5px 5px 5px #c9c9c9;
}

.title-box-red {
    background: #E03C31;
    border-radius: 5px 5px 0px 0px;
    font-family: roboto1;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 10px;
}

.n-box-red {
    border-radius: 0px 0px 0px 0px;
    font-family: roboto1;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    letter-spacing: -0.02em;
    color: #0E2638;
    background: #f2f2f2;
    padding: 20px 10px;
}

.mg-top-a {
    margin-top: -50px !important;
}

.bg-img1 {
    background: url('images/bg1.png');
    height: 389px;
    padding-top: 45px;
}

    .bg-img1 .title-h3 {
        color: #fff !important;
    }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(228 61 48);
}

.red-color {
    color: #E43D30;
}

body {
    position: relative;
}

.row-nav-bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding: 30px 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    margin: 0px;
}

.mg-top-60 {
    margin-top: 60px;
}

.ic-dot {
    height: 4px;
    width: 4px;
    background: #C9CCCF;
    border-radius: 50%;
    margin: 0 3px;
    float: left;
}

    .ic-dot.active {
        background: #63676B;
    }

.ic-right {
    float: right;
    margin-right: 40px;
}

.ic-left {
    float: left;
    margin-left: 40px;
}

.dot-ic {
    margin: 15px auto;
    width: 45px;
}

.image-top.end-page {
    height: 100vh;
    width: 100vw;
    background: #e43d30;
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0px;
}

.mglr-sub-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.mglr-sub-40 {
    margin-left: -40px;
    margin-right: -40px;
}

.bg-content-g1 {
    background: rgba(217, 217, 217, 0.70);
}

.container.bg-content-g1{
    padding-bottom: 48px;
    padding-top: 36px;
    margin-top: 0px;
}

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

.mt-3{
    margin-bottom: 20px;
}

p.mt-3 span {
    font-weight: 300;
}

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

.mb-28 {
    margin-bottom: 28px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-36 {
    margin-top: 36px !important;
}

.mb-38 {
    margin-bottom: 38px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-56 {
    margin-bottom: 56px !important;
}

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

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-40{
    margin-top: 40px !important;
}

.img-disc {
    list-style-type: none;
    padding: 0px;
}

    .img-disc li::marker{
        display: none;
    }

    .img-disc li {
        padding-left: 24px;
        background: url(./images/2024/disc.png) no-repeat center left transparent;
        background-position-x: 10px;
        background-position-y: 10px;
        font-family: roboto1;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
    }

.uppercase{
    text-transform: uppercase;
}