@charset "utf-8";

@font-face {
    font-family: "GMVDINPro";
    font-weight: 400;
    src: url('../fonts/GMV_DIN_Pro.ttf');
}
@font-face {
    font-family: "GMVDINPro";
    font-weight: 500;
    src: url('../fonts/GMV_DIN_Pro-Medium.ttf');
}

:root {
    --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    --d-gradient: linear-gradient(90deg, rgba(0,74,142,1) 0%, rgba(11,140,202,1) 100%);
    --d-textg2: linear-gradient(89.35deg, #173F67 0.64%, #23838D 82.3%);
    --d-textg: linear-gradient(270deg, #DA7211 8.25%, #F5CA78 37.38%, #DA7211 58.74%, #F5CA78 97.57%);
    --d-btngradient: linear-gradient(270deg, #DC7422 2.26%, #F5CA78 96.71%);
    --d-bg: #fff;
    --d-padding: var(--bs-gutter-x,.75rem);
    --d-gutter: 30px;
    --d-radius: 10px;
    --fz-70: 40px;
    --fz-20: 16px;
    --fz-18: 16px;
    --fz-16: 16px;
    --fz-12: 12px;
    --fz-10: 10px;
    --iz-1: 36px;
    --iz-2: 48px;
    --gap: 20px;
    --gapx2: 40px;
    --color-1: #00C7DE;
    --color-2: #9171FA;
    --color-3: #92F8DF;
    --color-4: #FF4747;
    --color-5: #F8D57B;
    --color-6: #0A84FF;
    --color-7: #A1E3CB;
    --color-8: #BAEDBD;
}

@media (min-width:1200px) {
    :root {
        --d-gutter: 30px;
        --d-radius: 1.5625vw;
        --iz-1: 2.5vw;
        --iz-2: 3.6vw;
        --d-padding: 8vw;
        --fz-20: 20px;
        --fz-18:18px;
    }

}
@media (min-width:1441px) {
    :root {
        --fz-70: 4.861111111111111vw;
        --fz-20: 1.388888888888889vw;
        --fz-18: 1.25vw;
        --fz-16: 1.111111111111111vw;
        --fz-12: 0.8333333333333333vw;
        --fz-10: 0.6944444444444444vw;
        --gap: 1.388888888888889vw;
        --gapx2: 2.777777777777778vw;
    }
}



    html::-webkit-scrollbar {
        width: 8px;
        background-color: #f7fbfe;
    }

    html::-webkit-scrollbar-thumb {
        background-color: #004a8e;
        border-radius: 4px;
    }
    /*FOR IE*/
    html {
        scrollbar-base-color: #004a8e;
        scrollbar-face-color: #004a8e;
        scrollbar-3dlight-color: #004a8e;
        scrollbar-highlight-color: #004a8e;
        scrollbar-track-color: #004a8e;
        scrollbar-arrow-color: #004a8e;
        scrollbar-shadow-color: #004a8e;
        scrollbar-dark-shadow-color: #004a8e;
    }
    /*FOR FF*/
    html {
        scrollbar-color: #004a8e #f7fbfe;
        scrollbar-width: 8px;
    }

body {
    font-family: "Inter", sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: var(--fz-12);
    line-height: 1.4;
    overflow-x: hidden;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    background: #EEEEEE;

}

    /*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    margin: 0 auto 15px;
    font-weight: 600;
    line-height: 1.2;
}

    h1 {
        font-size: var(--fz-20);
    }

        h2, h1.sm {
            font-size: var(--fz-20);
        }

            h2.lg, h3.xxl {
                font-size: var(--fz-16);
            }

            h3, h2.md {
                font-size: var(--fz-16);
            }

                h4, h2.sm, h3.md {
                    font-size: var(--fz-12);
                }

h5 {
    font-size: var(--fz-10);
   
}

h6 {
    font-size: var(--fz-10);
}

    p {
    }

    strong,b{font-weight:700;}

    a {
        transition: var(--d-transition);
        text-decoration: none;
        color: #000;
    }

        a:hover, a:focus {
            text-decoration: none;
            outline: none;
            color: #00aced;
        }

    ul, ol {
        margin: 0 auto 20px;
    }

        ul li, ol li {
            margin: 0 auto 10px;
        }

    blockquote {
        background: #f5f5f5;
    }

    *:focus, button:focus {
        outline: none;
    }

    .white-text,
    .white-text h1,
    .white-text h2,
    .white-text h3,
    .white-text h4,
    .white-text h5,
    .white-text h6,
    .white-text p,
    .white-text.section-header p {
        color: #fff;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .underline {
        text-decoration: underline;
    }

    .divider {
        border-bottom: 1px solid #dcd9d9;
        clear: both;
        margin: 40px auto;
    }

    img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .gutter-40 {
        margin-left: -40px;
        margin-right: -40px;
    }

        .gutter-40 > [class*='col-'] {
            padding-right: 40px;
            padding-left: 40px;
        }

    .gutter-10 {
        margin-left: -10px;
        margin-right: -10px;
    }

        .gutter-10 > [class*='col-'] {
            padding-right: 10px;
            padding-left: 10px;
        }

    .gutter-5 {
        margin-left: -5px;
        margin-right: -5px;
    }

        .gutter-5 > [class*='col-'] {
            padding-right: 5px;
            padding-left: 5px;
        }

    .gutter-2 {
        margin-left: -2px;
        margin-right: -2px;
    }

        .gutter-2 > [class*='col-'] {
            padding-right: 2px;
            padding-left: 2px;
        }

    .gutter-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

        .gutter-0 > [class*='col-'] {
            padding-right: 0px;
            padding-left: 0px;
        }

    @media(min-width:1200px) {
        .gutter-lg {
            margin-left: -1.302083333333333vw;
            margin-right: -1.302083333333333vw;
        }

            .gutter-lg > [class*='col-'] {
                padding-right: 1.302083333333333vw;
                padding-left: 1.302083333333333vw;
            }
    }

    .relative {
        position: relative;
    }

    .absolute {
        position: absolute;
    }

    .overflow-hide {
        overflow: hidden;
    }
    /* =WordPress Core
-------------------------------------------------------------- */
    .alignnone {
        margin: 5px 20px 20px 0;
    }

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 1em auto;
    }

    .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    .aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    a img.alignnone {
        margin: 5px 20px 20px 0;
    }

    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption {
        max-width: 100%; /* Image does not overflow the content area */
        text-align: center;
    }

        .wp-caption.alignnone {
            margin: 5px 20px 20px 0;
        }

        .wp-caption.alignleft {
            margin: 5px 20px 20px 0;
        }

        .wp-caption.alignright {
            margin: 5px 0 20px 20px;
        }

        .wp-caption img {
            border: 0 none;
            height: auto;
            margin: 0;
            max-width: 100%;
            padding: 0;
            width: auto;
        }

        .wp-caption p.wp-caption-text {
            font-size: 13px;
            margin: 0;
            padding: 5px 5px 0px;
        }

        .color-1{}

    /*End core*/
    .editor-content img {
        max-width: 100%;
        height: auto !important;
    }

        .editor-content img.media-object {
            max-width: none;
        }

    .editor-content h2, .editor-content h3, .editor-content h4 {
        font-weight: 700;
    }

    .editor-content h4 {
        font-size: var(--fz-16);
    }

    .editor-content h3 {
        font-size: var(--fz-20);
    }

    .editor-content h2 {
        font-size: var(--fz-20);
    }



    .editor-content ul {
        list-style: none;
        padding: 0;
    }

    .editor-content ul {
        list-style: none;
        padding: 0;
    }

        .editor-content ul li {
            min-height: 16px;
            position: relative;
            padding-left: 31px;
            margin-bottom: 1rem;
        }

            .editor-content ul li:before {
                position: absolute;
                left: 0;
                top: 0;
                content: '';
                width: 16px;
                height: 16px;
                background: url('../images/bullet-1.svg') no-repeat center center;
                display: block;
            }

        .editor-content ul ul {
            margin-top: 0.5rem;
        }

            .editor-content ul ul li {
                margin-bottom: 0.5rem;
            }

                .editor-content ul ul li:before {
                    background-image: url('../images/bullet-2.svg');
                }

    .editor-content .title-step {
        display: inline-block;
        padding: 0.5rem 1rem;
        background: #004a8e;
        border-radius: 1.6rem;
        color: #fff;
        font-size: var(--fz-22);
        font-weight: 600;
    }
    /*-----------------
1.2. Button
-------------------------*/
    .btn {
        border-radius: 0px;
        background: transparent;
        border: solid 1px #97958d;
        color: #fff;
        font-size: 17px;
        margin: auto;
        padding: 10px 35px 8px;
        transition: var(--d-transition);
        text-decoration: none;
        font-weight: 400;
    }

        .btn.btn-icon {
            padding-left: 60px;
        }

        .btn.btn-primary,
        .btn.btn-default {
            border-radius: 0px;
            background: transparent;
            font-size: 17px;
            text-transform: uppercase;
            font-weight: 400;
            color: #666666;
        }

            .btn.btn-primary:hover,
            .btn.btn-default:hover,
            .btn.btn-default.active {
                background: #004a8e;
                color: #fff;
                border-color: #004a8e;
            }

    .btn-default.btn {
        background: linear-gradient(135deg, rgba(243,243,246,1) 0%, rgba(227,229,237,1) 100%);
        padding: 5px;
        border-radius: 45px;
        border: 0;
    }

        .btn-default.btn span {
            background: var(--d-gradient);
            padding: 15px 30px;
            text-align: center;
            color: #fff;
            font-size: var(--fz-22);
            font-weight: 600;
            display: block;
            border-radius: 45px;
        }


    .btn.btn-primary.md {
        padding: 10px 35px 8px;
    }

    .btn .fa {
        font-size: 22px;
        margin-right: 5px;
        vertical-align: text-top;
    }

    .btn.btn-lg {
        font-size: 24px;
        line-height: 30px;
        padding: 22px 50px;
    }

    .btn.btn-sm {
        font-size: 16px;
        padding: 8px 25px;
    }

    .btn:hover, .btn:focus {
        color: #00acec;
        outline: none;
        box-shadow: none; /*background: transparent;*/
    }

    .btn.btn-icon:hover {
    }


.btn-link {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
    .btn-link i{margin-left:0.8rem;}

    .btn.outline-btn {
        background: none;
        color: #006838;
        border: #602314 solid 1px;
        padding: 5px 25px 5px 10px;
        font-weight: 400;
        position: relative;
    }

        .btn.outline-btn:after {
            position: absolute;
            right: 6px;
            top: 12px;
            content: "\f103";
            font: normal normal normal 14px/1 FontAwesome;
        }

        .btn.outline-btn:hover {
            background: #602314;
            color: #00acec;
        }

    .btn-transparent {
        background: transparent;
        border: solid 1px #602314;
        color: #602314;
        font-size: 14px;
    }

        .btn-transparent:hover {
            background: #f7e5cb;
            border: solid 1px #f7e5cb;
        }

    .btn-back-home {
    }
    /*-------------------------
1.3. dark-overlay
---------------------------------*/
    .div_zindex {
        position: relative;
        z-index: 3;
    }

        .div_zindex > * {
            position: relative;
            z-index: 1;
        }

    .dark-overlay {
        background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .color-overlay {
        background: rgba(205, 56, 96, 0.9) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    /*-------------------------------------
1.4. Space margins and padding
------------------------------------------------*/
    .padding_none {
        padding: 0px;
    }

    .padding_top_20 {
        padding-top: 20px;
    }

    .padding_50px {
        padding: 50px 0;
    }

    .padding_4x4_30 {
        padding: 30px;
    }

    .padding_4x4_40 {
        padding: 40px;
    }

    .padding_right {
        padding-right: 60px;
    }

    .padding_left {
        padding-left: 60px;
    }

    .space-20 {
        width: 100%;
        height: 20px;
        clear: both;
    }

    .space-30 {
        width: 100%;
        height: 30px;
        clear: both;
    }

    .space-40 {
        width: 100%;
        height: 40px;
        clear: both;
    }

    .space-60 {
        width: 100%;
        height: 60px;
        clear: both;
    }

    .space-80 {
        height: 80px;
        width: 100%;
    }

    .margin-btm-20 {
        margin-bottom: 20px;
        clear: both;
    }

    .margin-top-20 {
        margin-top: 20px;
        clear: both;
    }

    .margin-top-40 {
        margin-top: 40px;
        clear: both;
    }

    .margin-btm-40 {
        margin-bottom: 40px;
        clear: both;
    }

    .margin-top-60 {
        margin-top: 60px;
        clear: both;
    }

    .margin-btm-60 {
        margin-bottom: 60px;
        clear: both;
    }

    .margin-none {
        margin: 0px;
    }

    .margin-top-15 {
        margin-top: 15px;
    }

    .d-inline-block {
        display: inline-block;
    }

    .no-br br {
        content: "";
    }

        .no-br br:after {
            content: " ";
        }
    /*-----------------
1.5. Form
---------------------------*/
    .form-group {
        margin-bottom: 20px;
        position: relative;
    }

        .form-group.has-error .help-block {
            color: #FCE3A3;
            opacity: 0.6;
        }

.form-label {
    color: rgba(0, 0, 0, 0.5);
    font-size: var(--fz-12);
    font-weight: 400;
    margin: 0 auto 3px;
}

.form-control {
    background: #fff;
    border-radius: 10px;
    border: #E7E7E7 solid 1px;
    box-shadow: none;
}

    textarea.form-control {
        padding: 15px 20px;
    }

    .form-control:hover {
        box-shadow: none;
        outline: none;
    }

    .form-control:focus {
        box-shadow: none;
        background: transparent;
        border-color: #8dba3f;
        outline: none;
    }
.form-select {
    border-radius: 10px;
    border: #E7E7E7 solid 1px;
    min-width:6em;
}
    .form-select[name='Quan'] {
        min-width: 11em;
    }

.select {
    position: relative;
}

        .select select {
            appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            -webkit-appearance: none;
            -ms-appearance: none;
        }

        .select::after {
            color: #878787;
            content: "";
            cursor: pointer;
            font-family: fontawesome;
            font-size: 15px;
            padding: 12px 0;
            pointer-events: none;
            position: absolute;
            right: 15px;
            top: 0;
        }

    .form-control option {
        padding: 10px;
    }

    .control-label {
        color: #555;
        font-size: 15px;
        font-weight: 700;
    }

    .radio label, .checkbox label {
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        padding-left: 26px;
        position: relative;
    }

    .radio input[type=radio],
    .checkbox input[type=checkbox] {
        display: none;
    }

    .radio label:before {
        background-color: transparent;
        border-style: solid;
        border-width: 1px;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 15px;
        left: 0;
        top: 4px;
        position: absolute;
        width: 15px;
    }

    .checkbox label::before {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #111111;
        content: "";
        display: inline-block;
        height: 16px;
        left: 0;
        position: absolute;
        top: 4px;
        width: 16px;
    }

    .radio input[type=radio]:checked + label:before {
        content: "\2022";
        font-size: 15px;
        text-align: center;
        line-height: 11px;
    }

    .checkbox input[type=checkbox]:checked + label:before {
        content: "\2713";
        font-size: 12px;
        text-align: center;
        line-height: 14px;
    }

    .black_input .form-control {
        background: #222;
        border-radius: 3px;
        color: #fff;
        border: #222 solid 1px;
        font-size: 17px;
    }

    .checkbox, .radio {
        padding-top: 5px;
    }

    form .form-group.has-error .help-block {
        color: #98292B;
        opacity: 0.6;
    }
    /*-----------------
1.6. Table
---------------------------*/
    table {
        margin: 0 0 30px;
        width: 100%;
    }

        table th, table td {
            border: 1px solid #cccccc;
            padding: 15px;
            padding: 18px;
        }

            table th img, table td img {
                max-width: 100%;
            }

        table thead {
            background: #eee;
        }

            table thead th, table thead td {
                font-weight: 700;
                color: #111;
            }
    /*-----------------
1.7. Accordion
---------------------------*/
    .panel-group .panel {
        background: #fff;
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 25px;
    }

    .panel-title {
        color: #fff;
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 0;
    }

        .panel-title a {
            display: block;
            padding: 10px 25px;
            position: relative;
            background: #cca759;
            font-size: 18px;
        }

            .panel-title a.collapsed {
            }

            .panel-title a .question {
                width: 85px;
                height: 100%;
                content: "";
                color: #fff;
                font-size: 39px;
                line-height: 1;
                text-align: center;
                position: absolute;
                top: 0px;
                left: 0px;
                background: #602314;
            }

            .panel-title a.collapsed .question {
                background: #252930;
                transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                -webkit-transition-duration: 0.3s;
            }

            .panel-title a .question span {
                position: absolute;
                top: 45%;
                left: 0px;
                right: 0px;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }

    .panel-default > .panel-heading {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0px;
        border-radius: 0;
        box-shadow: none;
        color: #000;
        padding: 0;
    }

    .panel-heading:hover .panel-title a .question {
        background: #602314;
    }

    .panel-heading:hover .panel-title a {
        border-color: #602314;
    }

    .panel-body {
        border: 0px solid rgba(255, 255, 255, 0.2);
        margin-top: -1px;
        padding: 15px 0px;
    }

        .panel-body p {
            font-size: 17px;
            line-height: 30px;
            font-weight: 400;
        }

    .section-cover, .cover {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }


    .section-padding,
    .section-padding-sm,
    .section-padding-xs {
        padding: 0.75rem 0;
    }

    .section-padding-top,
    .section-padding-xl {
        padding: 40px 0;
    }

    @media (min-width: 1200px) {
        .section-padding,
        .section-padding-xl,
        .section-padding-top {
            padding: 4.166666666666667vw 0;
        }

        .section-padding-top {
            padding-bottom: 0
        }
        
    }

    @media (min-width: 1400px) {
        .section-padding-sm,
        .section-padding-xs {
            padding: 0.8333333333333333vw 0;
        }
        .section-padding-xl {
            padding: 6.25vw 0;
        }
    }

    .section-page-iframe .section-iframe {
        /*height: 400px;*/
        height: var(--frameH);
    }

    @media(max-width: 991px) {
        .section-page-iframe .section-iframe {
            /*height: 400px;*/
            height: var(--frameHM);
        }
    }



    .section-title {
        font-weight: 700;
        font-size: var(--fz-20);
        text-transform: uppercase;
        margin-bottom: 1em;
        color: rgba(39, 50, 64, 0.7);
        line-height: 1.2;
    }

        .section-title strong {
            color: #004a8e;
        }


        .section-title.md {
            font-size: var(--fz-16);
        }

.section-sub-title {
    font-size: var(--fz-16);
}

.dark, .dark .section-title{color:#fff;}


.ellips {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nowrap{white-space:nowrap;}
.modal-title {
    margin-left: 0;
    font-size: var(--fz-18)
}



    .p-left {
        padding-left: var(--d-padding);
    }

    .p-right {
        padding-right: var(--d-padding);
    }

    .p-both {
        padding-left: var(--d-padding);
        padding-right: var(--d-padding);
    }


    .m-left {
        margin-left: var(--d-padding);
    }

    .m-right {
        margin-right: var(--d-padding);
    }

    .m-both {
        margin-left: var(--d-padding);
        margin-right: var(--d-padding);
    }



    .item-thumb.animation {
        overflow: hidden;
        position: relative;
        display: block;
    }

        .item-thumb.animation img {
            transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
        }

        .item-thumb.animation:hover img,
        .item:hover .item-thumb.animation img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .item:hover .item-thumb.animation:after {
        -webkit-box-shadow: inset 0px 0px 0px 5px rgba(243, 190, 79, 0.5);
        box-shadow: inset 0px 0px 0px 5px rgba(243, 190, 79, 0.5);
    }

    .item-thumb.fit-ratio {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: calc(100% * 282 / 282);
    }

        .item-thumb.fit-ratio img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }



    .swiper:not(.swiper-default) .slide-control {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        display: flex;
        align-items: center;
    }

        .swiper:not(.swiper-default) .slide-control .swiper-button-prev,
        .swiper:not(.swiper-default) .slide-control .swiper-button-next,
        .swiper:not(.swiper-default) .slide-control .swiper-pagination {
            position: static;
        }

    .swiper .slide-control .swiper-pagination {
        display: flex;
        margin: 0px 54px;
    }

    .slide-control .swiper-button-next, .slide-control .swiper-button-prev {
        width: var(--iz-1);
        height: var(--iz-1);
        background-size: auto 50%;
        background-repeat: no-repeat;
        background-position: center center;
        flex: 0 0 var(--iz-1);
        margin: 0px;
        border: solid 1px #fff;
        border-radius: 50%;
        margin: 0px 10px;
        transition: var(--d-transition);
    }

        .slide-control .swiper-button-next:after, .slide-control .swiper-button-prev:after {
            display: none;
        }

    .slide-control .swiper-button-prev {
        background-image: url('../images/arrow-prev-white.svg');
    }

    .slide-control .swiper-button-next {
        background-image: url('../images/arrow-next-white.svg');
    }

        .slide-control .swiper-button-next:hover {
            background-color: #fff;
            background-image: url('../images/arrow-next.svg');
        }

    .slide-control .swiper-button-prev:hover {
        background-color: #fff;
        background-image: url('../images/arrow-prev.svg');
    }

    /**/
.overlay-menu {
    position: fixed;
    left: 0;
    z-index: 9;
    top: 150px;
    transition:var(--d-transition);
}
.sticky-nav .overlay-menu {
    top: 50px;
}
.overlay-menu .nav {
    --bs-nav-link-color: #000;
    --bs-nav-pills-link-active-color: #000;
    --bs-nav-pills-link-active-bg: #fff;
}
    .overlay-menu .nav .nav-link i{
        font-size:1rem;
    }
.overlay-menu .bg-white {
    border-radius: 0.6rem;
    background: #fff;
    padding: 0.4rem;
}
    .overlay-menu li:hover svg {
        filter: invert(15%) sepia(89%) saturate(3261%) hue-rotate(196deg) brightness(87%) contrast(104%);
    }


    /**/
header {
    align-items: center;
    background: #FFFFFF;
    /* blue */
    border-bottom: 1px solid #004A8E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    z-index: 21;
    position: relative;
}
.navbar-brand {
    min-width: 150px;
    width: 11.04166666666667vw;
}

.section-intro {
    margin-top: var(--gapx2);
}

    .section-intro .section-content-wrapper {
        background-image: url('../images/bg-intro.jpg');
        padding-left: .75rem;
        padding-right: .75rem;
        border-radius: 0.8rem;
        position:relative;
    }
    .section-intro .intro-heading {
        position: absolute;
        right: .75rem;
        top: .75rem;
        left:.75rem;
    }
    .section-intro .btn-link {
        color: #fff;
        font-size:var(--fz-12)

    }
    .section-intro .btn-link:hover{
        color:var(--color-5)
    }
.section-intro .feature-item {
    display: inline-flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
    .section-intro .feature-item .number {
        font-size: var(--fz-70);
        font-weight: 700;
        background: url('../images/bg-feature-item.svg') no-repeat center center;
        background-size: contain;
        display: inline-flex;
        align-items: flex-end;
        aspect-ratio: 359 / 188;
        padding: 1em 1em 0;
    }

.indicator-items {
    padding-top: var(--gapx2);
}
.indicator-items .col-6{margin:0.3rem 0;}
    .indicator-items .item {
        background: #fff;
        color: #333333;
        box-shadow: 0px 10px 60px rgba(43, 43, 43, 0.5);
        border-radius: 3.5em;
        display: flex;
        gap: 0.5rem;
        align-items: center;
        padding: 0.6rem;
        height: 100%;
        transition:var(--d-transition);
    }
        .indicator-items .item:hover {
            box-shadow: inset 0px 10px 60px rgba(0, 74, 142, 0.2);
        }
    .indicator-items .item .item-thumb {
        flex: 0 0 var(--iz-2);
        aspect-ratio: 1;
        border-radius: 50%;
        padding: 5%;
        background: #F8D57B;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .indicator-items .item .item-thumb img {
            filter: brightness(0) invert(1);
            width:100%;
        }
    .indicator-items .item .item-thumb.color-1{
        background:var(--color-1);
    }
        .indicator-items .item .item-thumb.color-1 {
            background: var(--color-1);
        }
        .indicator-items .item .item-thumb.color-2 {
            background: var(--color-2);
        }
        .indicator-items .item .item-thumb.color-3 {
            background: var(--color-3);
        }
        .indicator-items .item .item-thumb.color-4 {
            background: var(--color-4);
        }
        .indicator-items .item .item-thumb.color-5 {
            background: var(--color-5);
        }
        .indicator-items .item .item-thumb.color-6 {
            background: var(--color-6);
        }
        .indicator-items .item .item-thumb.color-7 {
            background: var(--color-7);
        }
    .indicator-items .item .title {
        font-size: var(--fz-12);
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 0;
        letter-spacing: -0.05em;
    }
        .indicator-items .item .number {
            font-size: var(--fz-18);
            font-weight: 600;
            line-height: 1.2;
        }
    .indicator-items .item .description small{font-size:var(--fz-10);}



.box-data-wrapper .box {
    padding: 1rem 2rem;
    background:#fff;
    border-radius:0.6rem;
}

.box-data-wrapper .box .box-title {
    font-size: var(--fz-20);
    position: relative;
    margin:0px 0px 1em;
}
    .box-data-wrapper .box .box-title:before {
        content: '';
        display: inline-flex;
        width: 0.4rem;
        aspect-ratio: 0.5;
        background: var(--color-6);
        border-radius:0.2rem;
        margin-right:0.4rem;
    }
    .box-data-wrapper.color-1 .box .box-title:before,
    .box-data-wrapper .box .box-title.color-1:before {
        background: var(--color-1);
    }
    .box-data-wrapper.color-2 .box .box-title:before,
    .box-data-wrapper .box .box-title.color-2:before {
        background: var(--color-2);
    }
    .box-data-wrapper.color-3 .box .box-title:before,
    .box-data-wrapper .box .box-title.color-3:before {
        background: var(--color-3);
    }
    .box-data-wrapper.color-4 .box .box-title:before,
    .box-data-wrapper .box .box-title.color-4:before {
        background: var(--color-4);
    }
    .box-data-wrapper.color-5 .box .box-title:before,
    .box-data-wrapper .box .box-title.color-5:before {
        background: var(--color-5);
    }

.box-with-table{height:100%;}

.box-with-chart {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.box-with-chart .box-content{flex-grow:1; min-height:var(--chartH,300px);}
.box-with-chart .box-content .chart{
    height:100%;
}
.box-with-chart-group {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.box-with-chart-group .box-content {
    flex-grow: 1;
    min-height: var(--chartH,300px);
}
    .box-with-chart-group .box-content .chart {
        min-height: var(--chartH,300px);
    }


.box-with-table table.table,
.bootbox.modal table.table {
    --bs-table-striped-bg: #E3F5FF;
    --bs-table-color: rgba(0, 0, 0, 0.5);
    --bs-table-striped-color: rgba(0, 0, 0, 0.5);
}
.box-with-table table tr td,
.box-with-table table tr th {
    border: 0;
    text-align: center;
}
.box-with-table table tr th{
    color: #004A8E;
}
.box-with-table table tr td a {
    color: var(--bs-table-color);
}
    .box-with-table table tr td a:hover {
        color: #004A8E
    }

.box-with-table td .arrow-icon {
    display: inline-flex;
    height: calc(0.6875 * var(--fz-16));
    aspect-ratio: 2;
    background: url('../images/arrow-down.svg') no-repeat center center;
    margin-left: .4rem
}
.box-with-table td .arrow-up {
    background-image: url('../images/arrow-up.svg');
}
.box-with-table th.col-change {
    width: 7rem;
    text-align: center;
}
.box-with-table td.col-change {
    text-align: right;
    white-space:nowrap;
}

.box-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.box-with-table table tfoot td {
    background: var(--color-7);
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
}
.box-with-table table tr td.row-group {
    background: var(--color-7);
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    text-align: left;
    box-shadow: none;
}

.customer-items .item {
    background: #fff;
    color: #333333;
    border-radius: 0.6rem;
    padding: 0.8rem;
    font-size: var(--fz-12);
}
    .customer-items .item .item-heading {
        display: flex;
        justify-content: space-between;
        color:rgba(0,0,0,0.5)
    }
    .customer-items .item .item-heading .number i{
        transform:rotate(45deg);
        color:var(--color-6);
        margin-left:0.5rem;
    }
    .customer-items .item .item-content{
        margin-top:2rem;
    }
        .customer-items .item .item-content h3 {
            color: rgba(0,0,0,0.5);
            font-weight: 500;
            font-size: var(--fz-12);
            margin-bottom:0.2rem;
        }
    .customer-items .item .item-content .number{
        font-weight:700;
        font-size:var(--fz-20)
    }

.form-filter {
    display: flex;
    justify-content: flex-end;
}


@media (min-width:992px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (min-width:1200px) {
    .container-fluid {
        padding-left: var(--d-padding);
        padding-right: var(--d-padding);
    }
}

.header-bottom .navbar-toggler {
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: var(--fz-20);
    font-weight: 500;
    padding: 10px;
    position: relative;
}


@media(max-width:1199px) {
    .overlay-menu .nav-link{
        padding:0.5rem 0.75rem;
    }
}
@media(max-width:991px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
    }
    body{
        padding-top:70px;
    }
    .header-right .company-title {
        display: none;
    }

    .overlay-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 21;
        background: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding-top: 120px;
    }
    .overlay-menu {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        padding-bottom: 0px;
    }
    body.menu-open{
        max-height:100vh; overflow:hidden;
    }
    body.menu-open .overlay-menu {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }

    .overlay-menu .nav {
        margin: 0;
        display: flex;
        flex-direction: row !important;
        justify-content: center;
        padding: 0px 0.75rem;
        gap: 0.5rem;
    }
        .overlay-menu .nav li {
            width: calc(100% / 4 - 0.5rem);
            flex: 0 0 calc(100% / 4 - 0.5rem);
            margin: 0;
            margin-bottom: 0.5rem;
        }
        .overlay-menu .nav li a{
            border:solid 1px rgba(0,0,0,0.3);
            padding:20px 0.5rem;
            color:rgba(0,0,0,0.5);
            height:100%;
        }
            .overlay-menu .nav li a i {
                color: rgba(0,0,0,1);
            }

            .overlay-menu .nav li a::after {
                display: block;
                content: attr(data-bs-original-title);
                margin-top: 0.5rem;
            }

        .overlay-menu .nav li svg {
            width: 30%;
            height: auto;
        }
        .overlay-menu .nav .nav-link i {
            font-size: 2.5rem;
        }

    .overlay-menu .nav-link{

    }

    .box-data-wrapper .box {
        margin: 1rem 0 0;
        height: auto;
    }
    .box-with-chart .box-content .chart{
        height:360px; max-height:80vh;
    }

}

@media(max-width:767px) {
    .navbar-brand{

    }
    .indicator-items .item {
        flex-direction: column;
        border-radius: 1.5em;
        text-align: center;
    }
    .box-data-wrapper .box {
        padding: 0.5rem 0.75rem;
    }
    .overlay-menu .nav{
        padding:0; gap:0.5rem;
    }
        .overlay-menu .nav .nav-link i {
            font-size: 1.5rem;
        }
        .overlay-menu .nav li {
            width: calc(100% / 3 - 0.5rem);
            flex: 0 0 calc(100% / 3 - 0.5rem);
            margin-bottom: 0.25rem;
        }
    .form-filter .row {
        --bs-gutter-x: 0.5rem;
    }
}
    

   