@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

/* ------ PARAMS ------- */
:root {
    --bs-default: #333;
    --bs-blue: #007bff;
    --bs-indigo: #6610f2;
    --bs-purple: #696cff;
    --bs-pink: #e83e8c;
    --bs-red: #ff3e1d;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffab00;
    --bs-green: #71dd37;
    --bs-teal: #20c997;
    --bs-cyan: #03c3ec;
    --bs-black: #22303e;
    --bs-white: #fff;
    --bs-gray: #7a838b;
    --bs-gray-dark: #4e5965;
    --bs-gray-25: #fbfbfb;
    --bs-gray-60: #f2f3f3;
    --bs-gray-80: #edeef0;
    --bs-gray-100: #e9eaec;
    --bs-gray-200: #e4e6e8;
    --bs-gray-300: #bdc1c5;
    --bs-gray-400: #a7acb2;
    --bs-gray-500: #91979f;
    --bs-gray-600: #7a838b;
    --bs-gray-700: #646e78;
    --bs-gray-800: #4e5965;
    --bs-gray-900: #384551;
    --bs-primary: #696cff;
    --bs-secondary: #8592a3;
    --bs-success: #71dd37;
    --bs-info: #03c3ec;
    --bs-warning: #ffab00;
    --bs-danger: #ff3e1d;
    --bs-light: #dbdee0;
    --bs-dark: #2b2c40;
    --bs-gray: #91979f;
    --bs-primary-hover: #F3F7FB;
    --bs-primary-rgb: 105, 108, 255;
    --bs-secondary-rgb: 133, 146, 163;
    --bs-success-rgb: 113, 221, 55;
    --bs-info-rgb: 3, 195, 236;
    --bs-warning-rgb: 255, 171, 0;
    --bs-danger-rgb: 255, 62, 29;
    --bs-light-rgb: 219, 222, 224;
    --bs-dark-rgb: 43, 44, 64;
    --bs-gray-rgb: 145, 151, 159;
    --bs-primary-text-emphasis: #2a2b66;
    --bs-secondary-text-emphasis: #353a41;
    --bs-success-text-emphasis: #2d5816;
    --bs-info-text-emphasis: #014e5e;
    --bs-warning-text-emphasis: #664400;
    --bs-danger-text-emphasis: #66190c;
    --bs-light-text-emphasis: #646e78;
    --bs-dark-text-emphasis: #646e78;
    --bs-primary-bg-subtle: #e7e7ff;
    --bs-secondary-bg-subtle: #ebeef0;
    --bs-success-bg-subtle: #e8fadf;
    --bs-info-bg-subtle: #d7f5fc;
    --bs-warning-bg-subtle: #fff2d6;
    --bs-danger-bg-subtle: #ffe0db;
    --bs-light-bg-subtle: #f4f5f6;
    --bs-dark-bg-subtle: #dddde0;
    --bs-primary-border-subtle: #d2d3ff;
    --bs-secondary-border-subtle: #dadee3;
    --bs-success-border-subtle: #d4f5c3;
    --bs-info-border-subtle: #b3edf9;
    --bs-warning-border-subtle: #ffe6b3;
    --bs-danger-border-subtle: #ffc5bb;
    --bs-light-border-subtle: #e4e6e8;
    --bs-dark-border-subtle: #bfc0c6;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 34, 48, 62;
    --bs-font-sans-serif: "Public Sans", -apple-system, blinkmacsystemfont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --bs-font-monospace: "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
    --bs-font-inter: 'Inter', 'Open Sans', Arial, Helvetica, sans-serif;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-root-font-size: 16px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.375;
    --bs-body-color: #646e78;
    --bs-body-color-rgb: 100, 110, 120;
    --bs-body-bg: #f5f5f9;
    --bs-body-bg-rgb: 245, 245, 249;
    --bs-emphasis-color: #22303e;
    --bs-emphasis-color-rgb: 34, 48, 62;
    --bs-secondary-color: #a7acb2;
    --bs-secondary-color-rgb: 167, 172, 178;
    --bs-secondary-bg: #e4e6e8;
    --bs-secondary-bg-rgb: 228, 230, 232;
    --bs-tertiary-color: rgba(100, 110, 120, 0.5);
    --bs-tertiary-color-rgb: 100, 110, 120;
    --bs-tertiary-bg: #e9eaec;
    --bs-tertiary-bg-rgb: 233, 234, 236;
    --bs-heading-color: #384551;
    --bs-link-color: #696cff;
    --bs-link-color-rgb: 105, 108, 255;
    --bs-link-decoration: none;
    --bs-link-hover-color: #5f61e6;
    --bs-link-hover-color-rgb: 95, 97, 230;
    --bs-code-color: #e83e8c;
    --bs-highlight-color: #646e78;
    --bs-highlight-bg: #ffeecc;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #e4e6e8;
    --bs-btn-border-color: #ccc;
    --bs-border-color-translucent: rgba(34, 48, 62, 0.175);
    --bs-border-radius: 0.5rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 0.625rem;
    --bs-border-radius-xxl: 1rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.1875rem 0.5rem 0 rgba(34, 48, 62, 0.1);
    --bs-box-shadow-sm: 0 0.125rem 0.375rem 0 rgba(34, 48, 62, 0.08);
    --bs-box-shadow-lg: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(34, 48, 62, 0.075);
    --bs-focus-ring-width: 0.15rem;
    --bs-focus-ring-opacity: 0.75;
    --bs-focus-ring-color: rgba(100, 110, 120, 0.75);
    --bs-form-valid-color: #71dd37;
    --bs-form-valid-border-color: #71dd37;
    --bs-form-invalid-color: #ff3e1d;
    --bs-form-invalid-border-color: #ff3e1d;
    --bs-bg-label-tint-amount: 84%;
    --bs-border-subtle-amount: 70%;
    --bs-base-color: #22303e;
    --bs-base-color-rgb: 34, 48, 62;
    --bs-paper-bg: #fff;
    --bs-paper-bg-rgb: 255, 255, 255;
    --bs-min-contrast-ratio: 1.7;
    --bs-box-shadow: 0 0.1875rem 0.5rem 0 rgba(34, 48, 62, 0.1);
    --bs-box-shadow-xs: 0 0.0625rem 0.3175rem 0 rgba(34, 48, 62, 0.06);
    --bs-box-shadow-sm: 0 0.125rem 0.375rem 0 rgba(34, 48, 62, 0.08);
    --bs-box-shadow-lg: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
    --bs-box-shadow-xl: 0 0.3125rem 1.375rem 0 rgba(34, 48, 62, 0.18);
    --bs-floating-component-shadow: 0 0.1875rem 0.5rem 0 rgba(34, 48, 62, 0.1);
    --bs-custom-link-color: var(--bs-primary);
    --bs-navbar-bg: var(--bs-paper-bg);
    --bs-navbar-box-shadow: 0 0 10px #e4e6e8;
    --bs-navbar-border-width: 1px;
    --bs-navbar-border-color: var(--bs-paper-bg);
    --bs-menu-header-color: var(--bs-heading-color);
    --bs-nav-box-shadow: var(--bs-box-shadow);
    --bs-nav-border-color: var(--bs-paper-bg);
    --prefix: bs-;
    --bs-pure-black: #000;
    --bs-icon-size: 1.25rem;
    --bs-icon-size-xs: 1rem;
    --bs-icon-size-sm: 1.125rem;
    --bs-icon-size-md: 1.375rem;
    --bs-icon-size-lg: 1.5rem;
    --bs-icon-size-xl: 2rem;
    --bs-primary-contrast: var(--bs-white);
    --bs-secondary-contrast: var(--bs-white);
    --bs-success-contrast: var(--bs-white);
    --bs-info-contrast: var(--bs-white);
    --bs-warning-contrast: var(--bs-white);
    --bs-danger-contrast: var(--bs-white);
    --bs-light-contrast: var(--bs-pure-black);
    --bs-dark-contrast: var(--bs-white);
    --bs-gray-contrast: var(--bs-white);
    --bs-facebook-contrast: var(--bs-white);
    --bs-twitter-contrast: var(--bs-white);
    --bs-google-plus-contrast: var(--bs-white);
    --bs-instagram-contrast: var(--bs-white);
    --bs-linkedin-contrast: var(--bs-white);
    --bs-github-contrast: var(--bs-white);
    --bs-dribbble-contrast: var(--bs-white);
    --bs-pinterest-contrast: var(--bs-white);
    --bs-slack-contrast: var(--bs-white);
    --bs-reddit-contrast: var(--bs-white);
    --bs-youtube-contrast: var(--bs-white);
    --bs-vimeo-contrast: var(--bs-white);
}

@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Black.ttf') format('truetype');
    font-weight: 700;
}

em, small {
    letter-spacing: 0
}

body, li, p {
    line-height: 1.5em
}

.DNNEmptyPane {
    display: none !important
}

.paneOutline {
    border: 1px dashed #ccc
}

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    border: 0
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

[class*=RadAjaxPanel] *, [class*=Digital] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

html, li, p {
    font-size: 16px
}

ol.list-unstyled, ol.list-unstyled > li, ul.list-unstyled, ul.list-unstyled > li {
    list-style: none;
    margin: 0
}

ul.row {
    margin-left: -15px;
    margin-right: -15px
}

ol, ul {
    list-style: none;
    margin-left: 20px;
}

    ul li {
        list-style-type: disc
    }

        ul li li {
            list-style-type: circle
        }

    ol li {
        list-style-type: decimal;
        list-style-position: inside
    }

.nav li {
    list-style: none !important
}

a {
    outline: 0 !important
}

ul#myTab {
    padding: 0;
    margin: 0
}

.popover {
    z-index: 999
}

.mark, mark {
    padding: 0;
    background-color: transparent
}

.bs-callout-danger, .bs-callout-info, .bs-callout-primary, .bs-callout-success, .bs-callout-warning {
    display: block;
    padding: 15px 30px 15px 15px
}

body {
    background: #FFFFFF;
    color: #333;
    font-size: 13px
}

.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, input, table, td, th {
    font-family: 'Inter', 'Open Sans', Arial, Helvetica, sans-serif
}

.SubHead {
    color: #000
}

Body #Form {
    height: 100%
}

embed, img, object {
    max-width: 100%
}

[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
    max-width: none !important
}

img {
    height: auto
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 12px
}

a:active, a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 20px
}

ol li > ol li {
    list-style-type: lower-latin
}

.bs-callout-primary {
    margin: 20px 0;
    border-left: 5px solid #337ab7;
    background-color: #dbe9f5
}

    .bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 {
        margin-top: 0;
        color: #337ab7
    }

    .bs-callout-primary p:last-child {
        margin-bottom: 0
    }

    .bs-callout-primary .highlight, .bs-callout-primary code {
        background-color: #fff
    }

.bs-callout-danger {
    margin: 20px 0;
    border-left: 5px solid #d9534f;
    background-color: #f4cecd
}

    .bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 {
        margin-top: 0;
        color: #d9534f
    }

    .bs-callout-danger p:last-child {
        margin-bottom: 0
    }

    .bs-callout-danger .highlight, .bs-callout-danger code {
        background-color: #fff
    }

.bs-callout-warning {
    margin: 20px 0;
    border-left: 5px solid #f0ad4e;
    background-color: #fceedb
}

    .bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 {
        margin-top: 0;
        color: #f0ad4e
    }

    .bs-callout-warning p:last-child {
        margin-bottom: 0
    }

    .bs-callout-warning .highlight, .bs-callout-warning code {
        background-color: #fff
    }

.bs-callout-info {
    margin: 20px 0;
    border-left: 5px solid #5bc0de;
    background-color: #daf1f8
}

    .bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 {
        margin-top: 0;
        color: #5bc0de
    }

    .bs-callout-info p:last-child {
        margin-bottom: 0
    }

    .bs-callout-info .highlight, .bs-callout-info code {
        background-color: #fff
    }

.bs-callout-success {
    margin: 20px 0;
    border-left: 5px solid #5cb85c;
    background-color: #c7e6c7
}

    .bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 {
        margin-top: 0;
        color: #5cb85c
    }

    .bs-callout-success p:last-child {
        margin-bottom: 0
    }

    .bs-callout-success .highlight, .bs-callout-success code {
        background-color: #fff
    }

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

h1, h2, h3, h4, h5, h6 {
    color: #020202;
    line-height: 1.3em;
    margin: 0 0 10px
}

h1 {
    font-size: 1.5rem;
    font-weight: bold;
}

h2 {
    font-size: 1.25rem;
    font-weight: bold;
}

h3 {
    font-size: 1rem
}

h4 {
    font-size: 0.75rem
}

h5 {
    font-size: 0.5rem
}

h6 {
    font-size: 0.25rem
}

@media screen and (min-width:500px) {
    html {
        font-size: 14px
    }
}

@media screen and (min-width:570px) {
    html {
        font-size: 15px
    }
}

@media screen and (min-width:620px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width:680px) {
    html {
        font-size: 17px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 18px
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 19px
    }
}

@media screen and (min-width:860px) {
    html {
        font-size: 20px
    }
}

@media screen and (min-width:920px) {
    html {
        font-size: 21px
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: 22px
    }
}

.buttons-wrapper {
    text-align: center
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-flow: column;
}

.flex-1 {
    flex: 1;
}

.flex-row-center {
    align-items: center;
}

.flex-content-center {
    justify-content: center;
}

/*Margin*/
.m-0 {
    margin: 0px !important;
}

.m-2 {
    margin: 2px;
}

.my-4 {
    margin-bottom: 4px;
    margin-top: 4px;
}

.mx-4 {
    margin-left: 4px;
    margin-right: 4px;
}

.my-8 {
    margin-bottom: 8px;
    margin-top: 8px;
}

.mx-8 {
    margin-left: 8px;
    margin-right: 8px;
}

.my-16 {
    margin-bottom: 16px;
    margin-top: 16px;
}

.mx-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.my-32 {
    margin-bottom: 32px;
    margin-top: 32px;
}

.mx-32 {
    margin-left: 32px;
    margin-right: 32px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-64 {
    margin-top: 64px;
}

a.cta-button-primary, button.cta-button-primary {
    background: #7ca0c0;
    border: 1px solid #7ca0c0;
    color: #fff;
    transition: background-color 300ms ease-out 0s
}

a.cta-button, a.cta-button-primary, button.cta-button, button.cta-button-primary {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0 5px 5px 0;
    min-width: 200px;
    padding: 10px 0;
    -webkit-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s
}

    a.cta-button-primary:hover, button.cta-button-primary:hover {
        background: #91afca;
        border-color: #91afca
    }

a.cta-button, button.cta-button {
    background: 0 0;
    border: 1px solid #7ca0c0;
    color: #7ca0c0;
    transition: background-color 300ms ease-out 0s
}

    a.cta-button:hover, button.cta-button:hover {
        color: #fff;
        background: #7ca0c0;
        border-color: #91afca
    }

.search {
    position: relative;
    min-width: 35px;
    width: 0;
    height: 34px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

    .search.search-open {
        width: 25%
    }

    .search.small-screens.search-open {
        width: 100%
    }

        .search.small-screens.search-open .searchInputContainer input {
            padding: 0 124px 0 20px
        }

.searchInputContainer {
    display: block !important
}

    .searchInputContainer input {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #dcddd8;
        width: auto;
        height: 34px;
        margin: 0;
        padding: 0 52px 0 20px;
        font-size: 15px
    }

        .searchInputContainer input::-webkit-input-placeholder {
            color: #818181
        }

        .searchInputContainer input:-moz-placeholder {
            color: #818181
        }

        .searchInputContainer input::-moz-placeholder {
            color: #818181
        }

        .searchInputContainer input:-ms-input-placeholder {
            color: #818181
        }

    .searchInputContainer a.dnnSearchBoxClearText {
        right: 45px !important
    }

        .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
            bottom: 2px
        }

#search-action, .SearchButton, .search-toggle-icon {
    background: url(images/search.png) center center no-repeat #c3c1c1;
    width: 35px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    text-indent: -9999px
}

#search-top {
    clear: both;
    width: 100%;
    background: #7CA0C0;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: all .1s ease-in-out
}

    #search-top.active {
        height: auto;
        padding: 15px 0;
        overflow: visible;
    }

    #search-top span {
        display: inline !important
    }

    #search-top input {
        background: #fff;
        border: none;
        font-size: 1.2em;
        height: 46px;
        margin: 0 0 0 15px;
        width: 70%
    }

    #search-top a.SearchButton {
        background: url(images/search.png) center center no-repeat #e0dfdf;
        height: 46px;
        position: relative;
        display: inline-block;
        text-indent: -9999px;
        width: 60px;
        padding: 0;
        top: 5px
    }

#search-action {
    display: none;
    float: right;
    height: 34px;
    margin: 0;
    padding: 6px 12px
}

/*------------------- Multiple file ----------------------*/
.multiple-file-container {
    border: 1px dashed var(--bs-gray-300);
    border-radius: 12px;
    padding: 20px;
}

.multiple-file-caption {
    margin-top: auto;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: unset;
    line-height: 150%;
    word-break: break-word;
    overflow-wrap: break-word;
}

.multiple-file-list {
    display: flex;
    row-gap: 12px;
    flex-wrap: wrap;
}

.multiple-file-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 130px;
    padding: 12px;
}

    .multiple-file-item:hover .multiple-file-remove {
        opacity: 1;
        cursor: pointer;
        background: white;
    }

    .multiple-file-item:hover .multiple-file-image-container {
        border-radius: 12px;
    }

    .multiple-file-item:hover {
        background: var(--bs-primary-hover);
    }

        .multiple-file-item:hover .multiple-file-caption {
            font-weight: 700;
        }

.multiple-file-remove {
    color: var(--bs-danger);
    position: absolute;
    top: -8px;
    right: -8px;
    opacity: 0;
}

.multiple-file-upload {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 12px;
    text-align: center;
    gap: 12px;
    border: 1px dashed;
    color: var(--bs-primary);
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
}

.multiple-file-container i {
    font-size: 32px;
}

.multiple-file-remove i {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 50%;
}

.multiple-file-image-container {
    width: 110px;
    height: 90px;
    margin-bottom: 12px;
    flex-shrink: 0; /* Không cho hình ảnh bị co */
}

.multiple-file-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*------------------- Multiple file note ----------------------*/
.multiple-file-note-container {
    border: 1px dashed var(--bs-gray-300);
    border-radius: 12px;
    padding: 20px;
}

.multiple-file-note-caption {
    margin-top: auto;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: unset;
    line-height: 150%;
    word-break: break-word;
    overflow-wrap: break-word;
}

.multiple-file-note-list {
    display: flex;
    row-gap: 12px;
    flex-wrap: wrap;
}

.multiple-file-note-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    gap: 12px;
    padding: 12px;
}

.mutile-file-note-info {
    display: flex;
    gap: 8px;
    flex-flow: column
}

.multiple-file-note-item:hover .multiple-file-note-remove {
    opacity: 1;
    cursor: pointer;
    background: white;
}

.multiple-file-note-item:hover .multiple-file-note-image-container {
    border-radius: 12px;
}

.multiple-file-note-item:hover {
    background: #DDDDDD;
}

    .multiple-file-note-item:hover .multiple-file-note-caption {
        font-weight: 700;
    }

.multiple-file-note-remove {
    color: var(--bs-danger);
    position: absolute;
    top: -8px;
    right: -8px;
    opacity: 0;
}

.multiple-file-note-upload {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 12px;
    text-align: center;
    gap: 12px;
    border: 1px dashed;
    color: var(--bs-primary);
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
}

.multiple-file-note-container i {
    font-size: 32px;
}

.multiple-file-note-remove i {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 50%;
}

.multiple-file-note-image-container {
    width: 90px;
    height: 90px;
    flex-shrink: 0; /* Không cho hình ảnh bị co */
}

.multiple-file-note-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.multiple-file-note-item textarea {
    resize: none;
}

#login {
    padding-right: 10px
}

    #login .loginGroup, #login .loginGroup *, #login .registerGroup, #login .registerGroup * {
        display: block
    }

    #login .loginGroup, #login .registerGroup {
        float: right;
        padding: 0;
        margin: 0
    }

        #login .loginGroup a, #login .registerGroup a {
            display: block;
            position: relative;
            height: 34px;
            min-width: 12px;
            padding: 7px 15px 0;
            color: #fff;
            font-size: 11px;
            vertical-align: middle
        }

            #login .loginGroup a:hover, #login .registerGroup a:hover {
                background: #d7d7d7;
                color: #333;
                text-decoration: none
            }

            #login .loginGroup a:active, #login .registerGroup a:active {
                color: #333
            }

            #login .loginGroup a strong, #login .registerGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 11px;
                text-indent: -9999px
            }

        #login .registerGroup li {
            float: left;
            line-height: 1.2em
        }

            #login .registerGroup li:first-child:hover {
                border-left: #222
            }

        #login .registerGroup .buttonGroup {
            margin-right: 0
        }

        #login .registerGroup .userProfileImg a {
            min-width: 25px;
            min-height: 32px;
            padding: 0;
            background: 0 0
        }

        #login .registerGroup a span {
            display: inline-block;
            position: absolute;
            right: 2px;
            top: -9px;
            min-width: 7px;
            margin-right: 3px;
            background: #3b96b6;
            text-align: center;
            font-size: 11px;
            color: #fff;
            -webkit-text-shadow: 0 1px 0 #333;
            text-shadow: 0 1px 0 #333
        }

        #login .registerGroup a img {
            height: 32px;
            width: 32px;
            background: #333
        }

    #login .userNotifications {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }

        #login .userNotifications strong {
            height: 100%;
            background: url(images/notification_icon.png) center center no-repeat
        }

    #login .userMessages strong {
        height: 100%;
        background: url(images/message_icon.png) center center no-repeat
    }

    #login .userMessages a, #login .userNotifications a {
        padding: 0 18px
    }

        #login .userMessages a span, #login .userNotifications a span {
            display: inline-block;
            margin-top: 9px;
            margin-right: 0;
            background-color: transparent;
            font-size: 10px
        }

/* Ngôn ngữ */
.cus-language-select {
    width: fit-content;
    position: relative;
}

    .cus-language-select .select-box {
        background-color: transparent;
        cursor: pointer;
        border-radius: 3px;
        color: #939393;
        font-size: 9px;
        border: 0.8px solid #939393;
        padding: 0px 3px
    }

        .cus-language-select .select-box img {
            width: 31px;
            height: 30px;
            object-fit: cover;
        }

    .cus-language-select .options {
        position: absolute;
        width: 200px;
        right: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        display: none;
        z-index: 1;
    }

        .cus-language-select .options .option {
            padding: 10px;
            cursor: pointer;
        }

            .cus-language-select .options .option p {
                margin: 0 !important;
            }

            .cus-language-select .options .option img {
                width: 31px;
                height: 30px;
                margin-right: 10px;
            }

            .cus-language-select .options .option:hover {
                background-color: #ddd;
            }

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }


#topHeader {
    display: flex;
    justify-content: flex-end;
    background: #383838;
    -moz-box-shadow: 1px 50px 100px 0 #cacaca;
    -webkit-box-shadow: 1px 50px 100px 0 #cacaca;
    box-shadow: 1px 50px 100px 0 #cacaca;
    min-width: 25px;
    padding: 0
}

header {
    position: relative;
}

.btn-vr {
    position: absolute;
    right: 40px;
    top: calc(50% - 25px);
}

    .btn-vr img {
        height: 50px;
    }

.button-glow-border {
    display: inline-block;
    font-size: 16px;
    color: white;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    border-radius:100%;
    padding: 2px;
}

    .button-glow-border::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        padding: 2px;
        background: linear-gradient(0deg, transparent, transparent 40%, #00ffff 50%, transparent 60%, transparent);
        background-size: 400% 400%;
        z-index: -1;
        animation: glowMove 4s linear infinite;
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;
        -webkit-mask-composite: destination-out;
    }

/* Hiệu ứng chạy vòng quanh */
@keyframes glowMove {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 400% 400%;
    }
}


header .bg1 {
    background-image: url(/Portals/0/images/bg-top.jpg);
    background-repeat: no-repeat;
    background-size: 42%;
    background-position: right;
}

header .content {
    background-size: 70%;
    padding: 0px 10px;
    background-image: url(/Portals/0/header-bg.png);
    background-repeat: no-repeat;
    /*        position: absolute;*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 99;
}

header .banner {
    float: right;
    width: 40%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    /*background-image: url(/Portals/0/header-banner.png);
        background-repeat: no-repeat;
        background-size: cover;*/
}

#mainHeader-inner {
    padding: 30px 0
}

#mainHeader-border {
    background: #8fb299;
    height: 5px
}

.navbar .brand {
    float: left;
    padding: 0 !important;
    max-width: 120px
}



#breadcrumb {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dashed;
    border-color: #ccc;
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block
}

.text-left {
    text-align: left !important;
}

.w-25 {
    width: 25%;
}

.w-100 {
    width: 100% !important;
}

.fs-16 {
    font-size: 16px;
}

#breadcrumb a {
    margin-left: 10px;
    font-weight: 600;
    font-size: 11px;
    color: #626262
}

    #breadcrumb a:first-child {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 11px !important;
        font-weight: 400;
        color: #7b7d82;
        margin: 0
    }

#breadcrumb img, #breadcrumb span {
    margin-left: 10px
}

main {
    background: #fff;
    border-top: none;
    margin-bottom: 15px;
}

    main.no-bg {
        background: 0 0
    }

#mainContent-inner {
    /*    margin-top: 20px;*/
}

.dnnpane > [class*=col-md], .dnnpane > [class^=col-md] {
    padding: 0 15px
}

.image-wrapper {
    position: relative
}

    .image-wrapper img {
        display: block;
        max-width: 100%
    }

    .image-wrapper .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center
    }

.grid, .grid figure, .grid figure img {
    position: relative
}

.menu-list-items-all {
    width: 100%;
    height: 400px;
    background: #f5f5f5;
    position: absolute;
    top: 50px;
    z-index: 1006;
    overflow-y: auto
}

.navbar-list {
    float: left;
    padding: 13px 0px;
    cursor: pointer
}

.icon-home-list {
    font-size: 17px;
    color: white;
    padding: 3px 0px;
    cursor: pointer;
}

    .icon-home-list svg {
        width: 17px;
        height: 17px
    }

.icon-home-search {
    float: left;
    font-size: 17px;
    color: white;
    padding: 5px 14px;
    cursor: pointer;
}

.modal-search {
    width: 100%;
    padding: 60px;
}

    .modal-search input {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        padding: 0 70px 10px 0;
        border: none;
        border-bottom: solid 1px #d0d4da;
        background: transparent;
        display: block;
        width: 100%;
        appearance: none;
        outline: none;
    }

.image-wrapper .overlay h2 {
    color: #fff;
    font-weight: 700;
    margin-top: 8%;
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-transform: uppercase
}

.content-intro {
    padding-top: 30px;
    font-size: 26px;
    line-height: 30px
}

    .content-intro p {
        font-size: 22px
    }

.grid {
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center
}

    .grid figure {
        float: left;
        overflow: hidden;
        margin: 10px 0;
        max-height: 360px;
        width: 100%;
        height: auto;
        background: #3085a3;
        text-align: center;
        cursor: pointer
    }

        .grid figure img {
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: .8;
            width: 100%
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

            .grid figure figcaption .grid figure figcaption::after, .grid figure figcaption::before {
                pointer-events: none
            }

            .grid figure figcaption, .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

figure.hover-effect {
    background: #333
}

    figure.hover-effect h2, figure.hover-effect img {
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out
    }

    figure.hover-effect img {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    figure.hover-effect h2 {
        font-size: 30px;
        color: #7ca0c0;
        -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
        -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
        text-shadow: 0 2px 2px rgba(0, 0, 0, .4)
    }

        figure.hover-effect h2 > span {
            color: #fff;
            font-weight: 700
        }

    figure.hover-effect h2, figure.hover-effect p {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px;
        text-align: center;
        width: 100%
    }

    figure.hover-effect p {
        text-transform: none;
        font-size: 24px;
        opacity: 0;
        padding: 15px;
        -moz-transition: opacity .35s, -webkit-transform .35s;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    figure.hover-effect:hover h2, figure.hover-effect:hover img {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    figure.hover-effect:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

.content-block-news, .content-block-reg {
    margin-bottom: 20px
}

    .content-block-news .article-layout .item {
        display: block;
        float: left;
        position: relative
    }

        .content-block-news .article-layout .item .item-image {
            display: block;
            position: relative;
            width: 100%;
            overflow: hidden;
            background: -webkit-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
            background: -o-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
            background: linear-gradient(to top left, #c55f1e 0, #66d6ff 100%)
        }

            .content-block-news .article-layout .item .item-image img {
                max-width: 100%;
                width: 100%;
                height: auto;
                opacity: .7;
                filter: alpha(opacity=70);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0)
            }

            .content-block-news .article-layout .item .item-image .item-header {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                color: #fff;
                background: rgba(0, 0, 0, .1);
                -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
                -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
                text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s
            }

                .content-block-news .article-layout .item .item-image .item-header strong {
                    color: #fff;
                    display: block;
                    position: absolute;
                    bottom: 15px;
                    left: 15px;
                    right: 15px;
                    font-size: 16px;
                    line-height: 130%;
                    font-weight: 500;
                    -webkit-transition: all .2s;
                    -o-transition: all .2s;
                    transition: all .2s
                }

                .content-block-news .article-layout .item .item-image .item-header .item-meta {
                    display: block;
                    color: #fff;
                    padding: 10px 0 17px;
                    font-size: 11px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    position: absolute;
                    left: 15px;
                    right: 15px;
                    bottom: -40px;
                    border-top: 1px solid rgba(255, 255, 255, .3);
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -webkit-transition: all .2s;
                    -o-transition: all .2s;
                    transition: all .2s
                }

                    .content-block-news .article-layout .item .item-image .item-header .item-meta i.fa {
                        padding-right: 7px
                    }

                    .content-block-news .article-layout .item .item-image .item-header .item-meta span {
                        display: block;
                        color: #fff
                    }

                .content-block-news .article-layout .item .item-image .item-header .item-category {
                    display: block;
                    font-size: 18px;
                    font-weight: lighter;
                    left: 15px;
                    position: absolute;
                    right: 15px;
                    text-transform: none;
                    top: 15px
                }

                    .content-block-news .article-layout .item .item-image .item-header .item-category span {
                        border: 1px solid #fff;
                        color: #000;
                        font-size: 24px;
                        display: inline-block;
                        padding: 6px 10px 5px;
                        line-height: 100%;
                        -webkit-transition: all .2s;
                        -o-transition: all .2s;
                        transition: all .2s
                    }

        .content-block-news .article-layout .item .item-content {
            display: block;
            background: #f4f4f4;
            width: 100%;
            font-size: 14px;
            line-height: 150%;
            color: #737373;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

            .content-block-news .article-layout .item .item-content .item-text {
                display: block;
                padding: 15px
            }

            .content-block-news .article-layout .item .item-content .item-footer-more {
                display: block;
                padding: 15px 0;
                margin: 0 15px;
                text-align: center;
                font-size: 14px;
                text-transform: uppercase;
                border-top: 1px solid rgba(0, 0, 0, .06);
                letter-spacing: .3px;
                color: #737373
            }

        .content-block-news .article-layout .item:hover .item-header .item-meta {
            bottom: 0;
            opacity: 1
        }

        .content-block-news .article-layout .item:hover .item-header .item-category span {
            background: #7ca0c0;
            border-color: transparent !important;
            color: #fff
        }

        .content-block-news .article-layout .item:hover .item-image img {
            opacity: 1
        }

        .content-block-news .article-layout .item:hover .item-image .item-header {
            background: rgba(81, 81, 81, .7)
        }

            .content-block-news .article-layout .item:hover .item-image .item-header strong {
                bottom: 50px
            }

        .content-block-news .article-layout .item:hover .item-content {
            background: #fff;
            -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
            -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
            box-shadow: 0 3px 0 rgba(0, 0, 0, .03)
        }

            .content-block-news .article-layout .item:hover .item-content .item-footer-more {
                color: inherit;
                font-weight: 700;
                letter-spacing: 0;
                padding-right: 1px
            }

    .content-block-news .item a:hover .item-content {
        background: rgba(37, 38, 41, .8)
    }

    .content-block-news .article-layout:after {
        display: block;
        clear: both;
        content: ''
    }

.contact-form .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    height: 50px;
    padding: 12px 15px 15px
}

.enterprise-detail .enterprise-header-frame h1 {
    padding: 0px;
    margin: 15px 0px;
    color: var(--bs-pure-black);
    font-family: var(--bs-font-inter);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    white-space: pre-line;
}

.contact-form::-webkit-input-placeholder {
    color: #e3e3e3
}

.contact-form:-moz-placeholder {
    color: #e3e3e3
}

.contact-form::-moz-placeholder {
    color: #e3e3e3
}

.contact-form:-ms-input-placeholder {
    color: #e3e3e3
}

footer .footer-above {
    background-color: #292929;
    padding-top: 25px;
    border-top: 25px solid #7ca0c0
}

    footer .footer-above h2, footer .footer-above p {
        color: #fff
    }

footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited {
    color: #d2d2d2;
    font-size: 12px
}

footer .footer-col {
    margin-bottom: 25px
}

footer .footer-below {
    background-color: #383838;
    padding: 15px 0
}

footer .copyright {
    float: left
}

footer .terms-priv {
    float: right
}

footer .copyright, footer .terms-priv {
    padding-left: 15px;
    padding-right: 15px
}

footer .links-list ul li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em
}

    footer .links-list ul li a:active, footer .links-list ul li a:link, footer .links-list ul li a:visited {
        color: #fff
    }

    footer .links-list ul li a:hover {
        color: #f0f0f0
    }

    footer .links-list ul li a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid #383838;
        position: relative;
        bottom: 1px;
        padding-right: 9px
    }

/* --- Phat trien khoa hoc va doi moi sang tao --- */
.category-khoa-hoc-cong-nghe {
    background-image: url(/Portals/0/images/bg-khoahoc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 602px;
}

.category-khoa-hoc-cong-nghe .section-container{
    padding: 20px;
}

.category-khoa-hoc-cong-nghe .header {
}

        .category-khoa-hoc-cong-nghe .header h3 {
            color: #fff;
            font-weight: 500;
            font-size: 18px;
            font-family: 'Merriweather';
            line-height: 150%;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .category-khoa-hoc-cong-nghe .header .categories {
            display: flex;
            flex-direction: row;
            justify-content: end;
            gap: 10px;
            margin-bottom: 20px;
        }

            .category-khoa-hoc-cong-nghe .header .categories .category-item {
                border-radius: 18px;
                border: 1px solid #ACFFD3;
                color: #00853F;
                background-color: #fff;
                padding: 5px 10px;
                font-weight: 500;
                line-height: 150%;
                font-size: 13px;
            }

                .category-khoa-hoc-cong-nghe .header .categories .category-item.active {
                    font-weight: 700;
                    text-decoration-line: underline
                }

/*    .category-khoa-hoc-cong-nghe .content-layout {

    }*/

/*        .category-khoa-hoc-cong-nghe .content-layout .row .col-md-6:first-child {
            padding-left: 10px;
            padding-right: 10px;
        }*/

        .category-khoa-hoc-cong-nghe .content-layout .article {
            text-decoration: none;
        }

        .category-khoa-hoc-cong-nghe .content-layout .article img {
            width: 100%;
            height: 368px;
            border-start-start-radius: 10px;
            border-start-end-radius: 10px;
            object-fit: cover;
        }

        .category-khoa-hoc-cong-nghe .content-layout .article .content {
            background-color: #fff;
            border-end-start-radius: 10px;
            border-end-end-radius: 10px;
            padding: 20px;
            height:182px;
        }

            .category-khoa-hoc-cong-nghe .content-layout .article .content p {
                font-size: 20px;
                font-weight: 600;
                line-height: 150%;
                font-family: 'Merriweather';
                color: #000;
                margin-bottom: 10px;
            }

            .category-khoa-hoc-cong-nghe .content-layout .article .content span {
                color: #4D5765;
                font-size: 16px;
                font-weight: 400;
                line-height: 150%;
            }

        .category-khoa-hoc-cong-nghe .content-layout .article-child {
            display: flex;
            flex-wrap: wrap;
        }

/*            .category-khoa-hoc-cong-nghe .content-layout .article-child .col-md-6 {
                padding-left: 10px;
                padding-right: 10px;
            }*/

            .category-khoa-hoc-cong-nghe .content-layout .article-child .article img {
                height: 197px;
            }

            .category-khoa-hoc-cong-nghe .content-layout .article-child .article .content {
                padding: 10px;
                height:68px;
            }

            .category-khoa-hoc-cong-nghe .content-layout .article-child .col-md-6:first-child {
                margin-bottom: 20px;
            }

            .category-khoa-hoc-cong-nghe .content-layout .article-child .col-md-6:nth-child(2) {
                margin-bottom: 20px;
            }

            .category-khoa-hoc-cong-nghe .content-layout .article-child .article .content p {
                font-size: 16px;
                margin-bottom: 0px;
                text-justify: auto;
                font-weight: 500;
            }

/**/
.latest-articles {
    display: block
}

    .latest-articles .item {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .latest-articles .item-header {
        display: block;
        float: left;
        width: 60px
    }

        .latest-articles .item-header a {
            position: relative;
            display: block
        }

        .latest-articles .item-header span {
            display: block;
            width: 100%;
            padding: 0;
            margin: 0
        }

        .latest-articles .item-header img {
            border: 2px solid #fff
        }

    .latest-articles .item-content {
        display: block;
        margin-left: 85px
    }

        .latest-articles .item-content p {
            font-size: 15px;
            margin-bottom: 15px
        }

        .latest-articles .item-content > strong {
            display: block;
            font-weight: 600;
            line-height: 11px;
            margin-bottom: 5px
        }

        .latest-articles .item-content a {
            color: #d3d3d3;
            font-weight: 700;
            font-size: 14px
        }

    .latest-articles .publish-date {
        color: #d3d3d3;
        font-weight: 400
    }

        .latest-articles .publish-date span {
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase
        }

.contactus ul {
    margin-left: 0
}

    .contactus ul li {
        color: #fff;
        font-size: 15px;
        font-weight: 100;
        margin-bottom: 5px;
        list-style: none
    }

        .contactus ul li img {
            margin-right: 5px
        }

.contactus a:link {
    color: #fff;
    text-decoration: none
}

.contactus a:active, .contactus a:hover {
    text-decoration: underline
}

.btn-social {
    background: url(/Portals/0/Images/social-sprite.png);
    display: inline-block;
    height: 34px;
    width: 34px
}

    .btn-social.facebook {
        background-position: 0
    }

    .btn-social.twitter {
        background-position: -40px
    }

    .btn-social.googleplus {
        background-position: -80px
    }

    .btn-social.linkedin {
        background-position: -120px
    }

.container-content {
    padding: 10px 15px 15px
}

.heading_wrapper {
    padding-left: 0;
    padding-right: 0
}

.DNNContainer_Title_h2 h2 .TitleH2, .DNNContainer_Title_h3 h3 .TitleH3, .DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 5px
}

    .DNNContainer_Title_h2 h2 .TitleH2.centered, .DNNContainer_Title_h3 h3 .TitleH3.centered, .DNNContainer_Title_h4 h4 .TitleH4.centered {
        text-align: center
    }

.DNNContainer_Boxed h2 .TitleBoxed {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #7b7878
}

.lms_heading_1, .lms_heading_2, .lms_heading_3, .lms_heading_4, .lms_heading_5, .lms_heading_6 {
    text-align: center
}

    .lms_heading_1 .lms_heading_title, .lms_heading_2 .lms_heading_title, .lms_heading_3 .lms_heading_title, .lms_heading_5 .lms_heading_title, .lms_heading_6 .lms_heading_title {
        border-bottom: 1px solid #7b7878;
        font-weight: 400;
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 32px 28px;
        position: relative
    }

        .lms_heading_1 .lms_heading_title:after {
            content: "";
            position: absolute;
            top: 100%;
            margin: -10px 0 0 -5px;
            left: 50%;
            width: 10px;
            height: 20px;
            background: #fff;
            border-left: 2px solid #7b7878;
            border-right: 2px solid #7b7878;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            transform: rotate(20deg)
        }

    .lms_heading_4 .lms_heading_title {
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 30px 10px
    }

.subtle-line {
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    width: 100%;
    background: -webkit-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -o-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -moz-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    margin-bottom: 32px
}

.hexagon {
    background-color: #fff;
    border-left: 3px solid #7b7878;
    border-right: 3px solid #7b7878;
    height: 20px;
    margin: 10.39px auto;
    position: relative;
    top: -27px;
    width: 36px;
    z-index: 10
}

    .hexagon::after, .hexagon::before {
        background-color: inherit;
        content: "";
        height: 25.46px;
        left: 2.27px;
        position: absolute;
        -webkit-transform: scaleY(.5774) rotate(-45deg);
        -moz-transform: scaleY(.5774) rotate(-45deg);
        -ms-transform: scaleY(.5774) rotate(-45deg);
        -o-transform: scaleY(.5774) rotate(-45deg);
        transform: scaleY(.5774) rotate(-45deg);
        width: 25.46px;
        z-index: 1
    }

.open_rectangle, .rectangle {
    margin: 10px auto;
    z-index: 10
}

.dots-wrapper, .open_rectangle, .rectangle {
    position: relative;
    background-color: #fff;
    width: 36px
}



/* Position modal to the right */
.right-modal .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    top: 0;
    height: 100%;
    width: max(80%, 500px);
    max-width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

/* When modal is open, slide into view */
.right-modal.in .modal-dialog {
    transform: translateX(0);
}

/* Make it full height */
.right-modal .modal-content {
    height: 100%;
    border-radius: 0;
}

/* Modal dialog full height */
.modal-full-height {
    height: 100%;
    margin: 0;
    padding: 0;
}

    /* Modal content full height */
    .modal-full-height .modal-content .pdf-container {
        height: calc(100vh - 360px);
    }

    /* Optional: scroll if content too long */
    .modal-full-height .modal-body {
        overflow-y: auto;
    }

.h-100 {
    height: 100%;
}

.hexagon::before {
    border-right: 4.24px solid #7b7878;
    border-top: 4.24px solid #7b7878;
    top: -12.73px
}

.hexagon::after {
    border-bottom: 4.24px solid #7b7878;
    border-left: 4.24px solid #7b7878;
    bottom: -12.73px
}

.open_rectangle {
    border-left: 2px solid #7b7878;
    border-right: 2px solid #7b7878;
    height: 20px;
    top: -27px
}

.rectangle {
    border: 2px solid #7b7878;
    height: 13px;
    top: -24px;
    border-radius: 10px
}

.dots-wrapper {
    height: 10px;
    margin: 10.39px auto;
    top: -23px
}

.dots {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    line-height: 100px;
    background: #7b7878;
    float: left;
    margin: 0 2px 0 0
}

.valid-404 h1 {
    font-size: 10em;
    -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, .75);
    text-shadow: 0 0 7px rgba(0, 0, 0, .75)
}

.valid-404 h2 {
    font-size: 33px
}

.valid-404 h1, .valid-404 h2, .valid-404 p {
    text-align: center
}

.bs-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

#dnnMenu .menuItem {
    word-wrap: break-word;
}
/*------------------- Language --------------------------*/
.language {
    float: left;
    margin-top: 5px;
}

    .language .language-object {
        float: right;
        display: block;
        margin: 0;
        padding: 0;
    }

        .language .language-object span {
            float: left;
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 5px;
            margin: 0;
        }

            .language .language-object span:first-child {
                padding-left: 8px;
            }

            .language .language-object span img {
                height: 12px;
                width: 17px;
                opacity: 0.3;
            }

            .language .language-object span:hover img {
                opacity: 1;
            }

        .language .language-object .Language.selected img {
            opacity: 1;
            border-color: #222;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
            box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        }

/*------------------- User Profile --------------------------*/
#UserProfileImg {
    margin-bottom: 15px;
}

.UserProfileControls ul {
    margin-left: 0;
}

    .UserProfileControls ul li {
        display: inline-block;
    }

/*Style Base*/
.color-white {
    color: #FFFFFF;
}

.color-red {
    color: #CE2424 !important;
}

.bg-white {
    background: #FFFFFF;
}

.label-head {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

    .label-head img {
        height: 15px;
    }

    .label-head span {
        margin-left: 15px;
        font-size: 20px;
        font-weight: 600;
    }

.wrap-img img {
    width: 100%;
    height: 100%;
}

.hr-dotted {
    margin: 20px 0px;
    border-bottom: 1px dotted #ddd;
}

.border-l {
    border-left: 1px dotted #ddd;
}

/*Menu*/
.navbar-custom {
    border-top: 0.5px solid #2e4973;
    background-color: #132179;
}

/*#dnnMenu .menuItem {
    display: flex;
    align-items: center;
}*/
.nav > li > a > img,
#dnnMenu .menuItem img {
    width: 20px;
    height: 20px;
}

#dnnMenu .topLevel > li > a {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    padding: 10px 10px;
}

/*#dnnMenu .topLevel > li > a span {
        background-color: transparent;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    }*/

.navbar {
    min-height: 45px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFFFFF !important;
    background: unset;
    border-bottom: 2px solid #FFB700;
}
/*Site Wrapper*/
#siteWrapper {
    background-color: #F5F7FC;
}

.siteWrapper {
    position: relative;
}

/* Slide Home*/
#slide-home {
    position: relative;
}


.du-an-contain {
    padding: 10px 10px 10px 35px;
    background: #F3F7FB;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.du-an-content {
    text-align: center;
    height: 44px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.du-an-contain::before {
    content: "";
    rotate: -45deg;
    height: 40px;
    width: 100px;
    display: block;
    position: absolute;
    background: #D0DBE9;
    top: -15px;
    left: -45px;
}

.du-an-status {
    position: absolute;
    top: 6px;
    left: 9px;
    font-size: 18px;
    color: #0C56DE;
}

    .du-an-status i {
        font-size: 22px;
    }

.list-du-an-contain {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.du-an-content a {
    color: #000;
    font-size: 20px;
    font-family: 'Merriweather';
    line-height: 160%;
}

.du-an-item {
    width: calc(50% - 20px);
}

.du-an-container {
    padding: 60px 80px;
    font-family: 'Merriweather';
}

    .du-an-container h1 {
        margin-bottom: 32px;
        font-family: 'Merriweather';
    }


#slide-home .item {
    position: relative;
    display: block;
}

    #slide-home .item img {
        width: 100%;
        height: 625px;
        object-fit: cover;
    }

#slide-home .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 190px 85px;
    background: linear-gradient(0deg, #0D1F44 0%, rgba(0, 0, 0, 0.00) 63%);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px
}

#slide-home .label {
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: unset;
    padding: 10px 30px;
    background: rgba(255, 255, 255, 0.9);
    color: #0e2936;
    border-radius: 24px;
    text-transform: uppercase;
}

#slide-home .title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: unset;
    width: 60%;
    font-family: 'Merriweather';
}

#slide-home .icon {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 5;
}

/* Sitemap */
.sitemap {
}

    .sitemap ul {
        margin-left: 10px
    }

        .sitemap ul li {
            list-style-type: none;
            padding: 10px;
            padding-left: 20px;
            display: flex;
            flex-direction: column;
        }

            .sitemap ul li .parent {
                font-size: 16px;
                font-weight: 700;
                color: white;
                margin-bottom: 10px;
                padding: 10px;
                background-color: var(--bs-blue);
                display: flex;
                justify-content: space-between
            }

            .sitemap ul li ul li {
                border-left: solid 1px #DDDDDD;
            }

            .sitemap ul li a {
                color: #626262;
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                text-decoration: none;
                cursor: pointer;
            }

#logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    height: 135px;
}


    #logo img {
        height: 100%;
    }

.news {
    /*padding: 40px 80px;*/
}

    .news .h1 {
        margin-top: unset;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #DDDDDD;
        display: flex;
        flex-direction: row;
        align-items: self-end;
    }

        .news .h1 h1 {
            font-family: 'Merriweather';
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            margin-bottom: unset;
            width: fit-content;
            display: flex;
            flex-direction: row;
            align-items: self-end;
        }

            .news .h1 h1 a {
                color: #626262;
                text-align: center;
                font-family: Inter;
                font-size: 11.803px;
                font-style: normal;
                font-weight: 700;
                line-height: 150%;
                padding: 0px 15px;
            }

        .news .h1 ul {
        }

            .news .h1 ul li {
            }

                .news .h1 ul li a {
                    color: #626262;
                    font-size: 11.803px;
                    font-style: normal;
                    font-weight: 700;
                    text-decoration: none;
                    cursor: pointer;
                    padding: 0px 10px
                }

                .news .h1 ul li ul li a {
                    color: #626262;
                    font-size: 11.803px;
                    font-style: normal;
                    font-weight: 700;
                    text-decoration: none;
                    cursor: pointer;
                    padding: 10px;
                }

    .news .first-item {
        display: flex;
    }

    .news .left {
        width: calc(67% - 15px);
        height: 475px;
        object-fit: cover
    }

    .news .right {
        background: #F7F7F8;
        padding: 20px;
        flex: 1;
    }

    .news .active .categories {
        float: right;
        width: 100%;
        height: 40px;
        margin-bottom: 20px;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .news .active .categories button {
            border: none;
            cursor: pointer;
            width: 26px;
            height: 26px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
        }

            .news .active .categories button:hover {
                background: #ccc;
            }

            .news .active .categories button img {
                max-width: unset;
                width: 6px;
            }

            .news .active .categories button:disabled {
                display: none;
            }

            .news .active .categories button.prev {
                left: 0px;
            }

                .news .active .categories button.prev img {
                    transform: rotate(180deg);
                }

            .news .active .categories button.next {
                right: 15px;
            }


        .news .active .categories .carousel {
            display: flex;
            overflow: hidden;
            width: calc(100% - 40px);
        }

            .news .active .categories .carousel .items {
                display: flex;
                transition: transform 0.3s ease-in-out;
            }

                .news .active .categories .carousel .items a:last-child {
                    padding-right: 0px;
                }


                .news .active .categories .carousel .items a {
                    color: #626262;
                    text-align: center;
                    font-family: Inter;
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 21px;
                    padding-right: 30px;
                    color: black;
                    white-space: nowrap;
                }

                    .news .active .categories .carousel .items a.active {
                        font-weight: 700;
                        text-decoration: underline;
                        font-size: 13px
                    }


.web-title {
    margin-left: 20px;
    padding-top: 12px;
}

    .web-title .h1 {
        color: #FFF;
        /*text-shadow: 2px 2px 1px #0054A6;*/
        font-size: 30px;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
        margin-top: unset;
        font-family: 'Merriweather';
    }

    .web-title .h2 {
        color: #FFF;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 5px;
        margin-top: 15px;
        font-family: 'Merriweather';
    }

    .web-title .h2 {
        font-size: 13px;
    }

.language-box {
    position: relative;
    cursor: pointer;
}

    .language-box img {
        height: 30px;
        width: 30px;
    }

    .language-box ul {
        position: absolute;
        top: 25px;
        background: #FFF;
        right: 0px;
        z-index: 999;
        padding: 10px;
    }

    .language-box:hover ul {
        display: block;
    }

    .language-box ul > li > a {
        font-size: 13px;
        font-weight: 300;
        padding: 5px 10px;
        color: #000;
        display: block;
        width: 90px;
    }

        .language-box ul > li > a > img {
            width: 30px;
            height: 30px;
            margin-right: 10px
        }

    .language-box .nav .open ul > li > a:hover {
        background-color: transparent !important;
    }

    .language-box ul > li > ul > li > a {
        background-color: white;
        font-size: 11px;
        color: black;
    }

    .language-box .nav .open ul > li > ul > li > a:hover {
        background-color: lightgray !important;
    }

.d-flex {
    display: flex;
}

.gap-8 {
    gap: 8px;
}

.date-end-card {
    text-align: end;
}

.justify-content-between {
    justify-content: space-between;
}
/* Slide */
#slide .item {
    height: 351px;
}

/* Body content*/
/*.wrap-content {
    padding-right: 20px;
}*/

/*Article*/
.art-box-list {
    margin-bottom: 15px;
}

    .art-box-list .title-news {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-family: 'Merriweather';
        line-height: 160%;
    }

    .art-box-list .date-news {
        font-weight: 500;
        font-size: 10.4268px;
        line-height: 150%;
        color: #515158;
    }

    .art-box-list .content-news {
        margin-top: 10px;
        font-weight: 400;
        font-size: 13.0335px;
        line-height: 150%;
        color: #27272A;
    }

.info-basic {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
}

    .info-basic .item {
        height: 90px;
        display: flex;
    }

        .info-basic .item img {
            width: 90px;
        }

.art-cate {
    padding-top: 0px;
}

    .art-cate h2 {
        font-size: 0.7rem;
        line-height: 150%;
    }

    .art-cate .box-img {
        height: 230px;
    }

    .art-cate .wrap {
        background: #F6F6F6;
        padding: 20px;
    }

        .art-cate .wrap p {
            font-size: 12px;
            margin-bottom: unset;
        }

    .art-cate ul li {
        list-style: square;
        color: #CE2424;
        padding-bottom: 15px;
    }

        .art-cate ul li a {
            font-size: 14px;
            line-height: 1rem;
            font-weight: 500;
            color: #000000;
        }

.art-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .art-1 .row {
        display: flex;
        flex-wrap: wrap;
    }

    .art-1 h2 {
        font-size: 20px;
    }

    .art-1 .item {
        display: flex;
    }

        .art-1 .item h3 {
            line-height: 14px;
            flex: 1;
        }

        .art-1 .item a {
            line-height: 14px;
            font-size: 13px;
            color: #182940;
        }

    .art-1 .date-news {
        font-size: 12px;
        padding-right: 15px;
        padding-top: 5px;
    }

    .art-1 p {
        font-size: 13px;
        padding-top: 15px;
        color: #27272A;
        margin-bottom: 0px
    }


.art-2 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 15px;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

    .art-2 .wrap-img {
        height: 145px;
    }

    .art-2 .first h2 {
        padding-top: 15px;
        font-weight: 600;
        font-size: 14px;
        font-family: Inter;
        font-style: normal;
        line-height: 24px;
        color: #454545;
    }

    .art-2 .list {
        border-left: 1px dotted #ddd;
    }

    .art-2 .item {
        display: inline-block;
        padding-bottom: 20px;
    }

        .art-2 .item .wrap-img {
            width: 100px;
            height: 70px;
            float: left;
            box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.2);
        }

        .art-2 .item h3 {
            font-family: Inter;
            line-height: 20px;
            flex: 1;
            font-weight: 400;
            font-size: 13px;
            color: black;
            padding-left: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            margin-bottom: 0px;
        }

.list-same .row {
    display: flex;
    flex-wrap: wrap;
}

.head-1 {
    display: flex;
}

    .head-1 .categories {
        flex: 1;
    }

        .head-1 .categories ul {
            list-style: none;
        }

        .head-1 .categories li {
            padding-bottom: 5px;
            float: right;
            list-style: none;
            margin-left: 15px;
            font-size: 13px;
            font-weight: bold;
        }

            .head-1 .categories li.active {
                border-bottom: 1px solid #CE2424 !important;
            }

.a-more {
    background-color: rgba(12, 86, 222, 1);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: white !important;
    float: right;
}

.art-2 .tabs {
    display: flex;
}

.user-online {
    padding: 20px;
    background: rgba(8, 71, 140, 0.75);
    backdrop-filter: blur(2px);
}


.title-h2 {
    padding: 0px 80px;
}

    .title-h2 h2 {
        background-color: #00698F;
        border-radius: 0px 16px 0px 16px;
        padding: 6px 20px 0px 20px;
        color: white;
        text-transform: uppercase;
        font-family: Inter;
        font-weight: 700;
        font-size: 16px;
        line-height: 30px;
        box-sizing: content-box;
        width: fit-content;
        margin-bottom: 0px
    }

    .title-h2 .border-h2 {
        margin-left: 50px;
        height: 1px;
        background: #00698F;
        margin-top: -1px;
    }

/* Feedback */
.feedback {
    /*background-image: url(/Portals/0/bg-hoa-tiet-trong-dong-dong-son.png);
    background-size: cover;*/
    border-radius: 5px;
    position: relative;
}

    .feedback .title {
        border-bottom: 1px solid #031739c4;
        margin-bottom: 20px;
    }

        .feedback .title h2 {
            color: #031739c4;
            margin-bottom: 5px;
            font-size: 24px;
        }

    .feedback .bg-base {
        position: absolute;
        background: linear-gradient(75deg, rgb(55 99 133) 0%, rgb(85 140 174) 100%);
        filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
        opacity: 0.1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .feedback .content {
        position: relative;
        padding: 20px;
        border-radius: 5px;
    }

        .feedback .content .form-group {
            display: flex;
            flex-direction: column;
        }

            .feedback .content .form-group label {
                color: #031739c4;
                font-size: 15px;
            }

        .feedback .content a {
            background-color: darkorange;
            padding: 5px 20px;
            color: white
        }

        .feedback .content .form-group span {
            font-size: 14px
        }

        .feedback .content .input-faq {
            background-color: white;
            border: solid 0.8px #03173957;
            border-radius: 3px;
            color: black;
            font-size: 15px;
            outline: none;
            width: 100%;
            padding: 10px;
        }

    .feedback .content .input-faq:focus-visible {
        outline: none
    }

    .feedback .content .input-faq::placeholder {
        color: #7b7878
    }

        .feedback .content .area-faq {
            background-color: white;
            border: solid 0.8px #03173957;
            border-radius: 3px;
            color: black;
            outline: none;
            font-size: 15px;
            width: 100%;
            height: 156px;
            padding: 10px;
        }

            .feedback .content .area-faq::placeholder {
                color: #7b7878
            }

/* Link slide*/
.link-slide {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 4px double #C3D0E0;
    display: block;
    width: 100%;
}

    .link-slide a:before {
        content: '\25A0';
        color: #da251c;
        margin-right: 7px;
        font-size: 13px;
        position: absolute;
        left: -15px;
        top: -2px;
    }

    .link-slide a {
        position: relative;
        color: #3B4E68;
        font-size: 14px;
        margin-right: 30px;
    }

.title-register {
    font-size: 16px !important;
    padding-bottom: 20px;
}

.show-mb {
    display: none;
}

.hide-web {
    display: none;
}

#head-banner {
    /*
    display:inline-flex;
    flex-direction: row;*/
    margin: 0 auto;
    max-width: 1360px;
    display: flex;
    align-items: flex-start;
    align-self: stretch;
}

    #head-banner .left {
        flex: 1 0 0;
        overflow: hidden;
    }

    #head-banner .right {
        width: 190px;
    }

.company {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    padding: 0px
}

    .company .item-contact-home {
        flex: 1;
    }

    .company .item-contact-trang-chu {
        flex: 1;
        font-family: Merriweather;
        position: relative;
    }

        .company .item-contact-trang-chu > .item {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
            display: flex;
            flex-flow: column;
            height: 100%;
            gap: 30px;
            padding: 30px 50px;
        }

        .company .item-contact-trang-chu .line-item {
            display: flex;
            gap: 8px;
            align-items: center;
            font-size: 16px;
            cursor: pointer;
        }

            .company .item-contact-trang-chu .line-item i {
                color: #00b4f5;
            }

        .company .item-contact-trang-chu h3 {
            font-family: Merriweather;
            text-transform: uppercase;
            font-size: 20px;
        }

        .company .item-contact-trang-chu .text-gray {
            color: gray;
        }

        .company .item-contact-trang-chu * {
            color: white;
        }

        .company .item-contact-trang-chu span {
            font-family: Inter;
            font-size: 14px;
            font-weight: 500;
            line-height: 21px;
        }

        .company .item-contact-trang-chu .highlight {
            color: white;
            font-weight: 300;
            font-size: 14px;
            font-family: Inter;
        }

        .company .item-contact-trang-chu .menu-i-search {
            z-index: 999;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            top: 5px;
            left: 0;
        }

        .company .item-contact-trang-chu .menu-input-search {
            border-radius: 30px;
            height: 50px;
            font-size: 14px;
            position: relative;
            margin: 0;
            color: black;
            line-height: 21px;
        }

        .company .item-contact-trang-chu .menu-search-form {
            position: relative;
            border: unset;
            padding: 0;
        }

        .company .item-contact-trang-chu .list-du-an-contain {
            flex-flow: column;
            gap: 12px;
            width: 90%;
        }

        .company .item-contact-trang-chu .du-an-item {
            width: 100%;
        }

        .company .item-contact-trang-chu .du-an-content a {
            color: black;
            font-size: 14px;
            line-height: 22px;
            max-height: 44px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .company .item-contact-trang-chu .du-an-status i {
            color: #0C56DE;
        }

        .company .item-contact-trang-chu .menu-input-search {
            width: 100%;
        }

        .company .item-contact-trang-chu .menu-search-form {
            width: 100%;
        }

        .company .item-contact-trang-chu .text-underlined {
            text-decoration: underline;
            font-family: Inter;
            font-size: 14px;
            font-weight: 500;
            line-height: 21px;
        }

        .company .item-contact-trang-chu .btn-1 {
            font-family: Inter;
            font-size: 13px;
            font-weight: 600;
            line-height: 21px;
        }

    .company .border-bottom-line-95 {
        border-bottom: 0.5px #808080 solid;
        width: 95%;
    }

    .company .item-contact-trang-chu .carousel-inner {
        min-height: 300px;
    }

    .company .border-bottom-line {
        border-bottom: 2px #145ef5 solid;
        width: 18%;
    }

    .company .item-contact-trang-chu .trang-chu-carousel-indicators {
        position: absolute;
        bottom: 50%;
        z-index: 15;
        left: unset;
        width: unset;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        display: flex;
        flex-flow: column;
        right: 10px;
        gap: 8px;
    }

    .company .item-contact-trang-chu .carousel-indicators .active,
    .company .item-contact-trang-chu .swiper-pagination-bullet-active {
        height: 36px;
        background-color: #00B4F5;
        border-color: #00B4F5;
        border-radius: 8px;
    }

    .company .swiper-pagination-bullet,
    .company .item-contact-trang-chu .carousel-indicators li {
        background-color: #C2EFFF;
        border-color: #C2EFFF;
        opacity: unset;
    }


    .company .item-contact-home:first-child {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }

.themeNews .wrap h2 {
    margin-bottom: 10px;
}

.themeNews label {
    margin-bottom: 10px;
    color: #515158;
    font-size: 12px;
    font-weight: 400;
}

.themeNews img {
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.2);
}

.themeNews a {
    margin-bottom: 20px;
}

.themeNews .wrap p {
    font-weight: 400;
    color: #515158;
}

.themeNews .wrap h3 {
    padding-top: unset;
    margin-bottom: 5px;
}

.themeNews .item {
    display: inline-block;
    margin-bottom: 15px;
}

    .themeNews .item img {
        object-fit: cover;
        width: 100px;
        height: 70px;
        border-radius: 4px;
        float: left;
        box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.2);
    }

    .themeNews .item .wrap {
        margin-left: 115px;
    }

#logo img {
    height: 70px;
}

.cus-search {
    display: flex;
    width: 193px;
    padding: 5px 10px;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 0.5px solid #DDD;
    background: rgba(255, 255, 255, 0.00);
    margin-top: 7px;
}

    .cus-search i {
        color: #FFF;
    }

    .cus-search input {
        width: 150px;
        color: #00B4F5;
        background: unset;
        border: unset;
        color: #cccccc;
        box-sizing: unset;
        outline: none;
    }

.statistic-home {
    font-weight: 600;
    text-align: left;
    margin: 0px !important;
}

    .statistic-home .item {
        border-bottom: 1px #EAEAEA solid;
        padding: 10px;
        min-height: 103px;
        min-width: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .statistic-home p {
        margin-bottom: 0px;
        font-size: 15px
    }

    .statistic-home h1 {
        color: #0045F4;
        font-size: 30px;
        margin-bottom: 0px
    }

    .statistic-home span {
        font-weight: 500;
        margin-bottom: 10px;
    }

    .statistic-home b {
        color: #333333e8;
        font-size: 11px
    }

.statistic-horizontal {
    position: absolute;
    z-index: 1;
    top: -55px;
    left: 0;
    right: 0;
    background-image: url(/Portals/0/Images/bg-statistic.png);
    background-size: cover;
    height: 120px;
    border-radius: 25px
}

    .statistic-horizontal .frame{
        display:flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .statistic-horizontal .row {
        width: 100%;
        height: 100%;
        margin: 0px !important;
        background-color: rgba(13, 94, 244, 0.91);
        border-radius: 25px;
    }

    .statistic-horizontal #clo_vn_time p {
        font-size: 18px;
    }

    .statistic-horizontal .item {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 30px 10px;
        gap: 9.5px;
        border-left: 0.95px solid rgba(53, 122, 250, 1)
    }

        .statistic-horizontal .item:first-child {
            border-left: unset;
        }

        .statistic-horizontal .item .box {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 100%;
            gap: 9.5px
        }

    .statistic-horizontal p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 28.5px;
        font-family: Merriweather;
        font-weight: 500;
        color: white;
    }

    .statistic-horizontal h1 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 0px;
        color: #fff;
        font-weight: 800;
        font-family: Inter;
    }

    .statistic-horizontal span {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
        color: rgba(221, 221, 221, 1);
    }

    .statistic-horizontal b {
        color: #333333e8;
        font-size: 11px
    }

.box-menu-level2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
}

.header_search-layout {
    position: relative;
    /*overflow: hidden;*/
    width: 24px;    
}

    .header_search-layout .btn-search-home {
        display: flex !important;
        background-color: transparent;
        width: auto;
        height: auto;
        font-size: 13px;
        border-radius: 5px
    }

    .header_search-layout .header_search {
        position: absolute;
        top: -5px;
        left: -178px;
        /*display: none;*/
        display: flex !important;
        background: #fafdff;
        width: 0px;
        /*width: 185px;*/
        padding: 0px;
        border-radius: 16px;
        height: 28px;
        align-items: center;
        font-size: 13px;
        line-height: 18px;
        color: #ff7772;
        overflow: hidden;
        box-sizing: content-box;
        transition: width 0.1s ease-in-out;
    }

        .header_search-layout .header_search.active {
            width: 185px;
            padding: 0 10px;
        }

        .header_search-layout .header_search .input-search {
            visibility: visible;
            width: auto;
            border: 0;
            background: 0 0;
            font-size: 13px;
            line-height: 18px;
            color: black;
            outline: 0;
            padding-left: 0px;
        }

        .header_search-layout .header_search .btn-search {
            display: flex !important;
            background-color: transparent;
            width: auto;
            height: auto;
            font-size: 13px;
            border-radius: 5px
        }

        .header_search-layout .header_search svg {
            width: 17px;
        }

            .header_search-layout .header_search svg path {
                fill: #053464 !important;
                stroke-width: 2;
            }

        .header_search-layout .header_search .input-search:focus {
            font-size: 13px
        }

#menus-2 > ul > li:last-child a {
    padding-right: unset;
}

#menus-2 > ul > li:hover {
    background-color: transparent !important
}

#menus-2 > ul > li > a {
    font-family: Inter;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: right;
    color: white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
}

    #menus-2 > ul > li > a:hover {
        background-color: transparent !important
    }

#menus-2 .nav .open > a:focus, #menus-2 .nav .open > a, #menus-2 .nav .open > a:hover {
    background-color: transparent !important
}

#menus-2 > ul > li > ul > li > a {
    font-size: 11px;
    background-color: white;
    font-weight: 500
}

    #menus-2 > ul > li > ul > li > a:hover {
        background-color: lightgray;
    }

#menus {
    padding: 0px 0px;
}

    #menus ul:first-child {
        height: 40px;
    }

    #menus > ul > li {
        background: #fff;
        margin: 0px 0px;
        height: 40px;
        position: relative;
        z-index: 2;
    }

        #menus > ul > li:before {
            content: "";
            position: absolute;
            left: 100%;
            top: 25%;
            bottom: 25%;
            width: 1px;
            background-color: #DDD;
            transform: translateX(-50%);
        }

        #menus > ul > li:last-child:before {
            background-color: transparent;
        }

        #menus > ul > li > i {
            top: -10px;
            right: 0px;
            font-size: 12px;
            position: absolute;
            color: red;
            cursor: pointer;
            z-index: 5;
        }

        #menus > ul > li:first-child {
            border-left: none;
        }

            #menus > ul > li:first-child > a {
                padding-left: 15px;
            }

        #menus > ul > li > a > img {
            width: 20px;
            height: 20px;
            margin-right: 5px
        }

        #menus > ul > li > a {
            color: #182940;
            text-align: center;
            font-family: Inter;
            font-size: 11.803px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%; /* 17.705px */
            padding: 10px 40px;
        }

.dnnModuleManager .LabelEditTextClass {
    color: black
}

.modal-title {
    display: inline-block;
    font-size: 1rem
}

.text-right {
    text-align: right;
}

.head-title-primary {
    color: #696cff;
    font-weight: 600;
    border-bottom: 2px double;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

.badge-success {
    background-color: #e8fadf !important;
    color: #71dd37 !important;
}

.limit-height {
    height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

#QuestionModal h4 {
    font-size: 14px;
    font-weight: bold;
}

#QuestionModal p {
    font-size: 13px;
}

.investment {
    /*padding: 40px 80px;*/
    background-image: url('http://hightech.safeforweb.com/Portals/0/Images/bg-investment.png');
    background-size: cover;
}

.banner-right img {
    /*box-shadow: 0 2px 2px rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.2);*/
    border: 0.5px solid #00B4F5;
    margin-bottom: 10px;
}

#navbar {
    margin-top: 5px;
    max-height: 65vh;
}

.alter-menu {
    display: none !important;
}

.head {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Merriweather';
    font-size: 24px;
    line-height: 150%;
}

    .head:after {
        position: absolute;
        height: 2px;
        width: 70px;
        background: #FFB700;
        top: 50%;
        content: '';
        left: calc(100% + 20px);
    }

.head-2 {
    margin-bottom: 0px;
    margin-top: 10px;
}

    .head-2 span {
        margin: 0px !important
    }

.table-blue > thead > tr {
    background: rgba(12, 86, 222, 1);
    color: #FFF;
}

.table-blue .btn {
    padding: 4px 8px;
    font-size: 11px;
}

.slide-2-col {
    margin-bottom: 40px;
}

    .slide-2-col .item {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        border: 0.5px solid #00B4F5;
    }

        .slide-2-col .item a {
            color: #FFF;
            text-shadow: 0px 4px 4px #000;
            font-size: 16px;
            line-height: 150%;
            font-weight: 700;
        }

        .slide-2-col .item .mark {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 20px;
            display: flex;
            align-items: flex-end;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, #000 124%);
        }

#list-example {
    padding-left: 0;
    margin-bottom: 20px;
    height: 500px;
    overflow-y: auto;
}

.menu-category {
    margin: 40px 0px;
}

    .menu-category .first img {
        height: 250px;
        object-fit: cover;
    }

    .menu-category .wrap {
        padding: 20px;
        background: #F5F7FC;
    }

        .menu-category .wrap > a {
            padding-top: 20px;
            color: #000;
            font-size: 20px;
            font-weight: 700;
            line-height: 150%;
            display: block;
        }

        .menu-category .wrap > p {
            color: #4F4F4F;
            font-size: 14px;
            font-weight: 400;
            line-height: 150%;
            margin-bottom: unset;
        }

    .menu-category .author {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #ddd;
    }

    .menu-category .time, .menu-category .author {
        color: #8C9299;
        font-size: 12px;
        font-weight: 500;
        line-height: 150%;
        text-transform: uppercase;
    }

    .menu-category ul {
        background: #F5F7FC;
        padding: 0px 20px;
        max-height: 420px;
        overflow-y: auto;
    }

        .menu-category ul > li > a {
            display: block;
            padding: 15px 0px;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            line-height: 150%;
            text-transform: uppercase;
            border-bottom: 1px solid #ddd;
        }

        .menu-category ul > li {
            list-style-type: none
        }

            .menu-category ul > li:last-child a {
                border-bottom: unset;
            }

    .menu-category .item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        border-bottom: 1px solid #F5F7FC;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .menu-category .item:last-child {
            border-bottom: unset;
        }

        .menu-category .item img {
            width: 130px;
            height: 90px;
            float: left;
            border-radius: 5px;
            border: 0.5px solid #DDD;
            object-fit: cover;
        }

        .menu-category .item a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            line-height: 140%;
        }

        .menu-category .item p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: unset;
            padding-top: 10px;
            font-size: 12px;
        }

        .menu-category .item .wrap-item {
            flex: 1;
        }

.line-n {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    margin-bottom: unset;
    padding-top: 10px;
    line-height: 150% !important;
}

.line-2 {
    -webkit-line-clamp: 2;
}

.line-3 {
    -webkit-line-clamp: 3;
}

.line-4 {
    -webkit-line-clamp: 4;
}

/* custom scrollbar */
.scroll1::-webkit-scrollbar {
    width: 20px;
}

.scroll1::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll1::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    .scroll1::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }

.align-center {
    text-align: center;
}

.more {
    color: #0045F4;
}

.display-none {
    display: none;
}

.introduction-home {
    margin: 0px;
}

    .introduction-home .letter {
        background-image: url(/Portals/0/Images/bg-letter.png);
        background-size: cover;
        padding: 40px 20px;
    }

        .introduction-home .letter img {
            width: 100%;
            object-fit: cover;
            height: 511px;
            border-radius: 20px;
        }

        .introduction-home .letter h1 {
            font-family: Merriweather;
            font-size: 24px;
            line-height: 36px;
            text-align: center
        }

        .introduction-home .letter p {
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            margin-bottom: 20px
        }

        .introduction-home .letter span {
            font-size: 14px;
            font-weight: 800;
            line-height: 21px;
        }

    .introduction-home .invest {
        background-image: url(/Portals/0/Images/bg-invest.png);
        background-size: cover;
        width: 100%;
        padding: 50px 80px;
        display: flex;
        flex-direction: column;
        gap: 40px
    }

        .introduction-home .invest .layout {
            width: 100%;
            gap: 20px;
        }

            .introduction-home .invest .layout .box-search {
                margin: auto;
                position: relative;
                width: 550px
            }

                .introduction-home .invest .layout .box-search input {
                    border: 1px solid rgba(12, 86, 222, 1);
                    position: relative;
                    vertical-align: top;
                    background-color: white;
                    height: 50px;
                    box-shadow: none;
                    font-size: 16px;
                    font-weight: 400;
                    border-radius: 30px;
                    color: #1E2F41;
                    display: block;
                    width: 100%;
                    padding: 6px 20px;
                    line-height: 24px;
                    background-image: none;
                    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                }

                    .introduction-home .invest .layout .box-search input:focus {
                        outline: none;
                    }

                .introduction-home .invest .layout .box-search button {
                    background: rgba(12, 86, 222, 1);
                    color: #fff;
                    top: 1px;
                    right: 1px;
                    height: auto;
                    bottom: 1px;
                    margin-bottom: 0px;
                    width: 85px;
                    min-width: 0px;
                    border-radius: 30px;
                    position: absolute;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 18px;
                    display: inline-block;
                    padding: 6px 12px;
                    font-weight: 400;
                    line-height: 1.42857143;
                    text-align: center;
                    white-space: nowrap;
                    vertical-align: middle;
                    touch-action: manipulation;
                    cursor: pointer;
                    border: 1px solid transparent;
                    user-select: none;
                }

            .introduction-home .invest .layout .box {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

                .introduction-home .invest .layout .box h2 {
                    font-family: Merriweather;
                    font-weight: 700;
                    font-size: 26px;
                    line-height: 39px;
                    margin: 0px;
                }

                .introduction-home .invest .layout .box p {
                    color: #000;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 160%;
                    margin: 10px;
                }

                .introduction-home .invest .layout .box button {
                    padding: 5px 20px;
                    background: rgba(12, 86, 222, 1);
                    color: white;
                    border-radius: 20px;
                    border: none;
                    font-size: 14px;
                    font-weight: 300;
                    line-height: 25.6px;
                }

                .introduction-home .invest .layout .box span {
                    font-size: 14px;
                    font-weight: 800;
                    line-height: 21px;
                }

                .introduction-home .invest .layout .box .box-function {
                    display: flex;
                    flex-direction: row;
                    gap: 20px;
                }

                    .introduction-home .invest .layout .box .box-function .box-faq {
                        display: flex;
                        flex-direction: row;
                        justify-items: center;
                        align-items: center;
                        gap: 10px
                    }

                        .introduction-home .invest .layout .box .box-function .box-faq a {
                            font-family: Merriweather;
                            color: rgba(0, 0, 0, 1);
                            font-size: 16px;
                            font-weight: bold;
                            line-height: 24px;
                            text-decoration: underline;
                        }

            .introduction-home .invest .layout .form {
                display: flex;
                flex-direction: column;
                padding: 40px;
                gap: 20px;
                background-color: #fff;
                border-radius: 20px;
            }

                .introduction-home .invest .layout .form .error {
                    color: red;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 21px;
                }

                .introduction-home .invest .layout .form h3 {
                    font-family: Merriweather;
                    font-weight: 700;
                    font-size: 20px;
                    line-height: 30px;
                    margin: 0px;
                    text-align: center
                }

                .introduction-home .invest .layout .form input {
                    border: 1px solid rgba(221, 221, 221, 1);
                    vertical-align: top;
                    background-color: white;
                    height: 44px;
                    box-shadow: none;
                    font-size: 16px;
                    font-weight: 400;
                    border-radius: 10px;
                    color: #1E2F41;
                    display: block;
                    width: 100%;
                    padding: 10px;
                    line-height: 24px;
                    background-image: none;
                    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                }

                .introduction-home .invest .layout .form a {
                    width: 100%;
                    padding: 14px 20px;
                    border-radius: 10px;
                    text-align: center;
                    background-color: rgba(12, 86, 222, 1);
                    font-size: 14px;
                    font-weight: bold;
                    color: white;
                    line-height: 21px;
                    text-decoration: none;
                }

                .introduction-home .invest .layout .form span {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 21px;
                }

.document-theme1 {
    /*padding: 40px 80px;*/
}

    .document-theme1 .table > thead > tr > th {
        padding: 10px !important;
        font-family: Inter;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }

    .document-theme1 .table > tbody > tr > td {
        padding: 10px !important;
        font-size: 13px;
        line-height: 20px;
        color: black;
        text-align: center;
        vertical-align: middle;
    }

    .document-theme1 .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: rgba(236, 236, 236, 1);
    }

    .document-theme1 .files {
        position: relative;
        cursor: pointer;
        font-size: 13px;
        color: red;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: fit-content;
        padding: 5px 10px;
    }

        .document-theme1 .files ul {
            display: none;
        }

        .document-theme1 .files:hover ul {
            display: block;
            background-color: #fff;
            position: absolute;
            top: 30px;
            left: 0px;
            padding: 10px;
            z-index: 6;
            width: 200px;
            margin: 0px;
            border-radius: 5px;
            filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
        }

        .document-theme1 .files ul li {
            font-size: 13px;
            list-style-type: none;
            text-align: left;
        }

            .document-theme1 .files ul li a {
                color: black !important
            }

.btn-1 {
    position: relative;
    background: #0C56DE;
    color: #FFF;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    gap: 10px;
    z-index: 2;
    overflow: hidden;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none;
}

    .btn-1:hover {
        color: #FFF;
        text-decoration: none;
    }

        .btn-1:hover::before {
            height: 560%;
        }

    .btn-1:before {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 600%;
        background-color: black;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
        transform: translateX(-50%) translateY(-50%) rotate(60deg);
        z-index: -1;
        -webkit-transition: 0.7s ease;
        transition: 0.7s ease;
    }

/*.slide-media-image-grid {
    padding: 20px 80px;
}*/

.slide-media-image-grid .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin-bottom: 15px
}

    .slide-media-image-grid .item a {
        color: #FFF;
        text-shadow: 0px 4px 4px #000;
        font-size: 16px;
        text-align: justify;
        line-height: 150%;
        font-weight: 700;
    }

    .slide-media-image-grid .item span {
        color: #FFF;
        font-size: 11px;
        line-height: 150%;
        font-weight: 400;
    }

    .slide-media-image-grid .item img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .slide-media-image-grid .item .mark {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, #000 124%);
    }

.font-label {
    font-family: 'Merriweather' !important;
}

.mark-section-container {
    padding: 0px 60px;
    height: 0px;
}

.section-container {
    padding: 20px 0px;
}

.category-search-news {
    /*padding: 40px 80px*/
    margin-top: 100px;
}

    .category-search-news .first img {
        height: 250px;
        object-fit: cover;
    }

    .category-search-news .wrap {
        padding: 20px;
        background: #F5F7FC;
        min-height: 200px;
    }

        .category-search-news .wrap > a {
            padding-top: 20px;
            color: #000;
            font-size: 15px;
            font-weight: 500;
            line-height: 150%;
            display: block;
            font-family: 'Merriweather';
        }

        .category-search-news .wrap > p {
            color: #4F4F4F;
            font-size: 13px;
            font-weight: 400;
            line-height: 150%;
            margin-bottom: unset;
        }

    .category-search-news .author {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #ddd;
    }

    .category-search-news .time, .category-search-news .author {
        color: #8C9299;
        font-size: 11px;
        font-weight: 500;
        line-height: 150%;
        text-transform: uppercase;
        font-family: 'Merriweather';
    }

    .category-search-news .time, .category-search-news .time {
        font-family: 'Inter';
    }

    .category-search-news .form-layout-search {
        position: relative;
        width: 100%;
    }

        .category-search-news .form-layout-search a {
            position: absolute;
            top: 10px;
            right: 50px;
            color: lightgray;
            font-size: 13px
        }

        .category-search-news .form-layout-search .form-control {
            padding-right: 60px;
            height: 40px;
            border-radius: 30px;
            border: 1px solid rgba(255, 183, 0, 1);
            font-size: 12px;
            line-height: 18px;
            font-weight: 400;
            color: rgba(128, 128, 128, 1);
            position: relative;
        }

        .category-search-news .form-layout-search button {
            background: rgba(255, 183, 0, 1);
            color: #fff;
            top: 0;
            right: 0;
            height: auto;
            bottom: 0;
            margin-bottom: 0px;
            width: 40px;
            min-width: 0px;
            border-radius: 30px;
            position: absolute;
            overflow: hidden;
            font-size: 14px;
            display: inline-block;
            padding: 6px 12px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            touch-action: manipulation;
            cursor: pointer;
            border: 1px solid transparent;
            user-select: none;
        }

    .category-search-news .categories {
        width: 100%;
        height: 40px;
        margin-bottom: 20px;
        user-select: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .category-search-news .categories button {
            border: none;
            cursor: pointer;
            width: 26px;
            height: 26px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
        }

            .category-search-news .categories button:hover {
                background: #ccc;
            }

            .category-search-news .categories button img {
                max-width: unset;
                width: 6px;
            }

            .category-search-news .categories button:disabled {
                display: none;
            }

            .category-search-news .categories button.prev {
                left: 0px;
            }

                .category-search-news .categories button.prev img {
                    transform: rotate(180deg);
                }

            .category-search-news .categories button.next {
                right: 0px;
            }


        .category-search-news .categories .carousel {
            display: flex;
            overflow: hidden;
            width: calc(100% - 40px);
        }

            .category-search-news .categories .carousel .items {
                display: flex;
                transition: transform 0.3s ease-in-out;
            }


                .category-search-news .categories .carousel .items a {
                    color: #626262;
                    text-align: center;
                    font-family: Inter;
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 21px;
                    padding-right: 30px;
                    color: black;
                    white-space: nowrap;
                }

                    .category-search-news .categories .carousel .items a.active {
                        font-weight: 700;
                        text-decoration: underline;
                        font-size: 13px
                    }

    .category-search-news .item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        border-bottom: 1px solid #F5F7FC;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

        .category-search-news .item:last-child {
            border-bottom: unset;
        }

        .category-search-news .item img {
            width: 122px;
            height: 90px;
            float: left;
            border-radius: 5px;
            border: 0.5px solid rgba(221, 221, 221, 1);
            object-fit: cover;
            /*box-shadow: 0 1px 6px 1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
        }

        .category-search-news .item a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #000;
            font-size: 15px;
            font-weight: 500;
            line-height: 150%;
            font-family: 'Merriweather';
        }

        .category-search-news .item p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: unset;
            padding-top: 5px;
            font-size: 13px;
            line-height: 150%;
            color: #4F4F4F;
        }

.enterprise-header-frame {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .enterprise-header-frame img {
        width: 100%;
        height: 150px;
        min-width: 150px;
        object-fit: fill;
        border-radius: 10px;
    }

.enterprise-detail > .table-enterprise table td * {
    font-family: var(--bs-font-inter);
    color: unset;
    font-size: 14px;
}

.enterprise-detail > .table-enterprise table td > p {
    font-weight: unset;
    line-height: unset;
    margin: unset;
}

.category-search-news .item .wrap-item {
    flex: 1;
}

.category-search-news .more {
    background-color: rgba(12, 86, 222, 1);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
}

.search-form-layout {
}

    .search-form-layout .box-search {
        position: relative;
        width: 690px;
        height: 60px;
        margin-bottom: 20px
    }

        .search-form-layout .box-search input {
            width: 100%;
            background-color: rgba(249, 249, 249, 1);
            font-size: 22px;
            line-height: 120%;
            font-weight: 500;
            color: rgba(25, 25, 25, 1);
            padding: 16px 54px;
            border-radius: 30px;
            border: 1px solid rgba(229, 229, 229, 1);
            outline: none;
        }

        .search-form-layout .box-search button {
            background-color: transparent;
            border: none;
            position: absolute;
            left: 18px;
            top: 30%;
            bottom: 30%;
        }

        .search-form-layout .box-search a {
            padding: 5px;
            background-color: transparent;
            border: none;
            position: absolute;
            right: 12px;
            top: 30%;
            bottom: 30%;
        }

    .search-form-layout .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        border-bottom: rgba(204, 204, 204, 1) 1px solid;
        margin-bottom: 20px;
    }

        .search-form-layout .nav-tabs a {
            color: rgba(25, 25, 25, 1);
            font-size: 13px;
            line-height: 120%;
            font-weight: 400;
            font-family: Inter;
            text-transform: uppercase
        }

        .search-form-layout .nav-tabs li.active a {
            border-color: transparent;
            border-bottom: rgba(25, 25, 25, 1) 2px solid;
            font-weight: 700;
            color: rgba(25, 25, 25, 1)
        }

        .search-form-layout .nav-tabs a .spinner {
            display: inline-block;
            width: 11px;
            height: 11px;
            border: 2px solid #f3f3f3;
            border-top: 2px solid #3498db;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
        }

    .search-form-layout .nav > li > a {
        padding: 10px 0px;
        margin-right: 20px;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.search-form-layout .box-filter {
    margin-bottom: 20px;
}

    .search-form-layout .box-filter .wrapper-date input {
        padding-right: 30px;
    }

    .search-form-layout .box-filter .wrapper-date a {
        position: absolute;
        top: 10px;
        right: 0px;
    }

        .search-form-layout .box-filter .wrapper-date a svg {
            width: 20px;
            height: 20px;
            margin-top: 5px
        }

.search-form-layout .box-content {
}

    .search-form-layout .box-content .row {
        display: flex;
        flex-wrap: wrap;
    }

    .search-form-layout .box-content h5 {
        font-size: 16px;
        line-height: 150%;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        margin-bottom: 20px;
    }

    .search-form-layout .box-content .du-an-item {
        width: 100%;
        margin-bottom: 20px;
    }

        .search-form-layout .box-content .du-an-item .du-an-content {
            height: 80px
        }

    .search-form-layout .box-content .item-div {
        width: 100%;
        margin-bottom: 20px;
    }

        .search-form-layout .box-content .item-div .item {
            padding: 18.71px 28.07px 18.71px 42.11px;
            background: rgba(243, 247, 251, 1);
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .search-form-layout .box-content .item-div .item::before {
                content: "";
                rotate: -48deg;
                height: 40px;
                width: 100px;
                display: block;
                position: absolute;
                background: #D0DBE9;
                top: -15px;
                left: -45px;
            }

            .search-form-layout .box-content .item-div .item h3 {
                font-size: 13px;
                line-height: 120%;
                font-weight: 700;
                color: rgba(25, 25, 25, 1);
                margin: 12px 0px;
            }

            .search-form-layout .box-content .item-div .item h4 {
                font-size: 13px;
                line-height: 120%;
                font-weight: 700;
                color: rgba(25, 25, 25, 1);
                margin: 12px 0px;
            }

            .search-form-layout .box-content .item-div .item a {
                font-family: Merriweather;
                font-size: 14px;
                line-height: 150%;
                font-weight: 400;
                color: rgba(0, 0, 0, 1);
                margin-bottom: 10px
            }

    .search-form-layout .box-content .item-layout {
        width: 100%;
        margin-bottom: 30px;
    }

        .search-form-layout .box-content .item-layout img {
            width: 100%;
            height: 116px;
            object-fit: cover;
            border-radius: 4.68px;
            border: 0.47px solid #DDDDDD
        }

        .search-form-layout .box-content .item-layout h3 {
            font-size: 18px;
            line-height: 150%;
            font-weight: 500;
            color: rgba(25, 25, 25, 1);
            margin-bottom: 10px;
            font-family: 'Merriweather';
        }

        .search-form-layout .box-content .item-layout i {
            color: rgba(25, 25, 25, 1);
        }

        .search-form-layout .box-content .item-layout span {
            font-size: 14px;
            line-height: 175%;
            font-weight: 400;
            color: rgba(25, 25, 25, 1);
            margin-bottom: 10px;
        }

        .search-form-layout .box-content .item-layout span {
            font-size: 14px;
            line-height: 175%;
            font-weight: 400;
            color: #666666;
            margin-bottom: 0px;
        }

        .search-form-layout .box-content .item-layout p {
            font-size: 14px;
            line-height: 175%;
            font-weight: 400;
            color: #666666;
            margin-bottom: 0px;
        }

.category-home-news {
    /*padding: 20px 80px;*/
    margin: 0px;
}
    /*
    .category-home-news .body {
        margin: 0px;
        padding: 0px 0px 22.784px 0px;
        border-bottom: 1px solid #DDD
    }*/

    .category-home-news .first {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0px;
        text-decoration: none;
        border-right: 1px solid #DDD;
        padding: 0px;
    }

        .category-home-news .first .img {
            width: 50%;
        }

            .category-home-news .first .img img {
                height: 184.17px;
                border-radius: 5.7px;
                width: 100%;
                object-fit: cover;
            }

        .category-home-news .first .content {
            width: 50%;
            padding: 0px 20px;
        }

            .category-home-news .first .content h3 {
                font-size: 16px;
                font-weight: 700;
                line-height: 160%;
                text-align: left;
                font-family: 'Merriweather';
            }

            .category-home-news .first .content span {
                color: #27272A;
                font-family: Inter;
                font-size: 13.291px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
            }

            .category-home-news .first .content p {
                color: #515158;
                font-family: Inter;
                font-size: 11.392px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                margin: 10px 0px;
            }

    .category-home-news .second {
        margin: 0px;
        padding: 0px
    }

        .category-home-news .second .content {
            padding: 0px 0px 0px 20px;
            text-decoration: none
        }

            .category-home-news .second .content h3 {
                font-family: 'Merriweather';
                font-size: 16px;
                font-weight: 600;
                line-height: 160%;
                text-align: left;
            }

            .category-home-news .second .content span {
                color: #27272A;
                font-family: Inter;
                font-size: 13.291px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
            }

            .category-home-news .second .content p {
                color: #515158;
                font-family: Inter;
                font-size: 11.392px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                margin: 10px 0px;
            }


    .category-home-news .third ul {
        margin: 0px;
        overflow: hidden;
        width: 100%;
        padding: 22.784px 0px;
        display: flex;
        flex-wrap: wrap;
    }

        .category-home-news .third ul li {
            display: inline-block;
            width: 24.5%;
            padding-right: 20px;
            list-style: none
        }

            .category-home-news .third ul li:last-child {
                padding-right: 0px
            }

            .category-home-news .third ul li:before {
                content: '\2022';
                display: block;
                position: relative;
                max-width: 0px;
                max-height: 0px;
                left: 0px;
                top: -0px;
                color: #FF9F41;
                font-size: 20px;
            }

            .category-home-news .third ul li a {
                color: #222;
                font-family: Inter;
                font-size: 13px;
                font-style: normal;
                font-weight: 600;
                line-height: 150%;
                padding-left: 20px
            }

#clo_vn_time {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.list-view2 {
    height: 157px;
    cursor: pointer;
    text-decoration: none !important;
    border-bottom: solid #eaeaea 1px;
}

    .list-view2 img {
        width: 100%;
        height: 131px;
        border-radius: 10px;
        box-shadow: 0 1px 6px 1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)
    }

    .list-view2 h3 {
        font-size: 16px;
        line-height: 150%;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
        font-family: 'Merriweather';
    }

        .list-view2 h3:hover {
            color: rgb(0 162 232);
        }

    .list-view2 span {
        font-size: 13px;
        color: #515158 !important;
        line-height: 150%;
        font-weight: 500;
    }

    .list-view2 i {
        color: #515158 !important;
        font-weight: 500;
        margin-right: 5px
    }

    .list-view2 .content {
        font-size: 13px;
        line-height: 150%;
        color: #4f4f4f !important;
        font-weight: 500;
        margin: 5px 0px;
    }

    .list-view2 p {
        font-size: 13px;
        line-height: 150%;
        color: #4f4f4f !important;
        font-weight: 500;
        margin: 5px 0px;
    }

.category-news .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

    .category-news .list .first {
        text-decoration: none;
        width: 100%;
        margin: 0px;
        padding: 23px 0px;
        border-bottom: 1px solid #DDD;
        display: flex;
    }

        .category-news .list .first .col-md-8 {
            width: calc(66.66666667% - 10px);
        }

        .category-news .list .first .col-md-4 {
            width: calc(33.33333333% + 10px);
        }

        .category-news .list .first .img {
            width: calc(66.6666% - 10px);
            height: 475px;
            object-fit: cover;
        }

            .category-news .list .first .img img {
                height: 340px;
                width: 100%;
                object-fit: cover;
                transform: none;
                transition: transform ease-in-out .2s;
            }

        .category-news .list .first:hover > .img img {
            transform: scale(1.5);
        }

        .category-news .list .first .content {
            padding: 20px 30px;
            background: #F7F7F8;
            flex: 1;
        }

            .category-news .list .first .content h3 {
                color: #000;
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                margin: 0px;
                font-family: 'Merriweather';
            }

            .category-news .list .first .content p {
                color: #515158;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                margin-bottom: 12px;
                margin-top: 12px;
            }

            .category-news .list .first .content span {
                color: #27272A;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
            }

    .category-news .list .second {
        width: 100%;
        padding: 23px 0px;
        margin: 0px;
        border-bottom: 1px solid #DDD;
    }

        .category-news .list .second .item {
            padding: 0px 10px;
            display: flex;
            flex-direction: column;
            text-decoration: none;
        }

            .category-news .list .second .item:last-child {
                padding-right: 0px;
            }

            .category-news .list .second .item:first-child {
                padding-left: 0px;
            }

            .category-news .list .second .item img {
                width: 100%;
                height: 150px;
                object-fit: cover;
                border-radius: 10px;
            }

            .category-news .list .second .item h3 {
                color: #000;
                font-family: Inter;
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: 160%;
                margin: 10px 0px;
                font-family: 'Merriweather';
            }

            .category-news .list .second .item p {
                color: #515158;
                font-family: Inter;
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                margin: 0px;
            }

.category-news .third {
    display: flex;
    flex-wrap: wrap;
}

    .category-news .third .item {
        padding: 23px 0px;
        margin: 0px;
        text-decoration: none;
        width: 100%;
        border-bottom: 1px dashed #ddd;
    }

        .category-news .third .item .img {
            padding: 0px;
        }

            .category-news .third .item .img img {
                width: 100%;
                height: 150px;
                object-fit: cover;
                border-radius: 10px
            }

        .category-news .third .item .content {
            padding: 0px 0px 0px 20px;
        }

            .category-news .third .item .content h3 {
                color: #000;
                font-family: 'Merriweather';
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 150%;
            }

            .category-news .third .item .content p {
                color: #27272A;
                font-family: Inter;
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
                margin: 0px
            }

.category-news .ban-tin-khoa-hoc-cong-nghe {
}

    .category-news .ban-tin-khoa-hoc-cong-nghe a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .category-news .ban-tin-khoa-hoc-cong-nghe a:hover img {
            transform: scale(1.05);
        }

        .category-news .ban-tin-khoa-hoc-cong-nghe a img {
            max-width: 100%;
            height: 274px;
            object-fit: cover;
            transition: transform 0.3s ease-in-out;
        }

        .category-news .ban-tin-khoa-hoc-cong-nghe a .content {
            margin-top: 10px;
        }

            .category-news .ban-tin-khoa-hoc-cong-nghe a .content p {
                color: #0038b0;
                font-family: 'Inter';
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 150%;
            }

.mapswrapper iframe {
    width: 100%;
}

/* Liên quan với bài viết */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-left: unset;
}

    .breadcrumb > li {
        display: inline-block;
    }

.list-same .article-item {
    padding: 10px 0px;
    display: block;
} 

/* Chi tiết bài viết */

.detail-container .detail-sticky {
    /*width: 139px;*/
    margin-right: 32px;
    position: sticky;
    top: 68px;
    height: 100%;
}

    .detail-container .detail-sticky .detail-sticky-schroll {
        position: relative;
        width: 32px;
        margin-bottom: 20px;
    }

    .detail-container .detail-sticky .btn-font {
        padding: 4px 0;
        background: #fff;
        border: 1px solid #dfe0e3;
        box-sizing: border-box;
        border-radius: 100px;
        display: block;
        text-align: center;
        margin-bottom: 8px;
    }

        .detail-container .detail-sticky .btn-font span {
            display: flex;
            margin: 0 auto;
            justify-content: center;
        }

        .detail-container .detail-sticky .btn-font .font {
            margin: 16px 0;
            align-items: center;
            justify-content: center;
        }

.detail-container .article .content {
    word-break: break-word;
}

    .detail-container .article .content p {
        text-align: justify;
        margin-bottom: 15px;
    }

        .detail-container .article .content p strong {
            font-weight: 800;
            color: black;
        }

    .detail-container .article .content table tr td {
        padding: 10px;
    }

.article {
    color: #0d0d0d;
    text-align: justify;
}

.article .categories a:hover {
}

.article .categories a {
    font-size: 13px;
    color: grey
}

.article .breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
}

    .article .breadcrumb .active a {
        color: #419ef6 !important
    }

.article ol li {
    font-size: 13px;
    color: grey
}

.article .hashtags {
}

    .article .hashtags a:hover {
        text-decoration: none
    }

.article h1 {
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Merriweather';
}

.article h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Merriweather';
}

    .article p img {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .article p .img-caption {
        font-size: 18px;
        font-style: italic;
        font-weight: 500;
        color: #656565;
        text-align: center !important;
        margin-top: 10px
    }

.article time {
    color: #757575;
    font-size: 14px;
    font: 400 15px arial
}

.article b {
    font: 15px arial;
    font-weight: bold
}

.article .view-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 10px
}

    .article .view-container div {
        background-color: #00569db3;
        padding: 3px 10px;
        border-radius: 8px;
        color: white;
        font-size: 14px;
        font-weight: 600;
    }

    .article .view-container a {
        width: 26px;
        height: 26px;
        background-color: #dfdfdf;
        color: #989696;
        padding-top: 3px;
        border-radius: 50%;
        font-size: 14px;
        font-weight: 700;
        text-align: center
    }

.article iframe {
    margin-top: 10px;
    width: 100%;
    height: 600px
}

.article .video {
    margin-top: 10px;
    width: 100%;
    height: 100%
}

    .article .video .video-js {
        width: 100%;
        height: auto
    }

.article .img-list {
    text-align: center;
}

    .article .img-list img {
        width: 100%;
        height: 600px;
        object-fit: contain;
    }

    .article .img-list .mark {
        /*position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;*/
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        border-radius: 10px;
        /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 1) 100%);*/
        background-color: rgba(0, 0, 0, 0.6);
    }

        .article .img-list .mark p {
            font-family: Merriweather;
            font-size: 14px;
            font-weight: 700;
            color: white;
            line-height: 150%;
        }

    .article .img-list .owl-carousel .owl-stage-outer {
        border-radius: 10px;
        background: transparent;
    }

.owl-carousel {
    position: relative;
}

.article .img-list .owl-carousel:hover .owl-nav {
    display: block;
}

.article .img-list .owl-carousel .owl-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

    .article .img-list .owl-carousel .owl-nav .play-pause {
        position: absolute;
        top: 0;
        left: 12%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 76%;
        height: 100%;
    }

        .article .img-list .owl-carousel .owl-nav .play-pause button {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.69);
        }

            .article .img-list .owl-carousel .owl-nav .play-pause button span {
                display: inline-block;
                width: 20px;
                height: 20px;
                background: transparent no-repeat center center;
                background-size: 100% 100%;
            }

    .article .img-list .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 12%;
        height: 100%;
        font-size: 40px;
        font-weight: 600;
    }

    .article .img-list .owl-carousel .owl-nav a {
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.69);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .article .img-list .owl-carousel .owl-nav .owl-prev a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

    .article .img-list .owl-carousel .owl-nav .owl-prev a span {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: transparent no-repeat center center;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
    }

    .article .img-list .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 12%;
        height: 100%;
        font-size: 40px;
        font-weight: 600;
    }

        .article .img-list .owl-carousel .owl-nav .owl-next a:hover {
            color: #fff;
            text-decoration: none;
            outline: 0;
            opacity: .9;
        }

        .article .img-list .owl-carousel .owl-nav .owl-next a span {
            display: inline-block;
            width: 15px;
            height: 15px;
            background: transparent no-repeat center center;
            background-size: 100% 100%;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
        }

.article .chi-tiet-ban-tin-khoa-hoc-cong-nghe {
    margin-top: 20px;
}

    .article .chi-tiet-ban-tin-khoa-hoc-cong-nghe .img-layout {
        text-align: center;
    }

        .article .chi-tiet-ban-tin-khoa-hoc-cong-nghe .img-layout img {
            width: 200px;
            height: 279px;
            object-fit: cover;
        }

    .article .chi-tiet-ban-tin-khoa-hoc-cong-nghe h1 {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .article .chi-tiet-ban-tin-khoa-hoc-cong-nghe embed {
        width: 100%;
        height: 800px;
    }

/* Map */

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 600px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 600px;
}

.gmap_iframe {
    width: 100% !important;
    height: 600px !important;
}

.grid-trangchu-container {
    /*margin: 0;
    font-weight: 700;*/
}

    .grid-trangchu-container > div {
        /*border-bottom: 1px dashed #DDDDDD;*/
    }

        .grid-trangchu-container > div:last-child {
            /*border-bottom: unset;*/
        }

    /*.grid-trangchu-item:nth-child(2n-1) {
        border-right: 1px dashed #DDDDDD;
    }*/

.lo-du-an-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.blog-content:hover {
    box-shadow: 0px 7px 14px 0px rgb(154 191 253);
}

.blog-content a:hover {
    text-decoration: none;
}

.blog-content i.fas {
    margin-right: 4px;
}

.blog-content > div.margin-auto {
    margin-top: auto;
}

.blog-content {
    color: #000;
    box-shadow: 0px 7px 14px 0px rgba(234, 237, 242, 0.50);
    padding: 20px;
    border: 1px solid #ecf1f9;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    height: 100%;
}

    .blog-content .link-btn {
        text-transform: uppercase;
    }

.blog-text {
    font-size: 16px;
    margin-bottom: 8px;
}

/*.grid-trangchu-item-parent:nth-child(2n+2) {
    border-left: 1px dashed #DDDDDD;
}*/

.blog-title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
}

.blog-meta {
    font-size: 16px;
}

.line-padding {
    margin: 0 0px;
}

h5.blog-du-an-name {
    font-size: 18px;
}

.grid-trangchu-item-parent > .row {
    display: flex;
}

.grid-trangchu-hinhanh {
    height: 135px;
    width: 100%;
    margin-bottom: 10px;
    object-fit: contain;
}

/* Bảng ngoài trang chủ */

.table-document {
}

    .table-document p {
        margin: 10px 0px;
        font-size: 16px;
        line-height: 160%;
        font-weight: 500;
        font-family: 'Merriweather';
    }

    .table-document table tr td:first-child {
        background: #F9F9F9;
        border: 1px solid #E9E9E9;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #62748D;
        vertical-align: middle;
        width: 160px;
        padding: 10px
    }

    .table-document table tr td:nth-child(2) {
        padding: 10px;
        border: 1px solid #E9E9E9;
        white-space: pre-line;
    }

    .table-document .attachment-layout {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .table-document .attachment-layout a {
            display: flex;
            flex-direction: row;
            height: 20px;
            margin-bottom: 10px;
        }

            .table-document .attachment-layout a img {
                width: 18px;
                height: 18px;
                object-fit: contain;
                margin-right: 10px;
                border-radius: 0;
                box-shadow: none
            }

    .table-document .tthc p {
        color: #333;
        font-size: 13px;
        font-weight: 400;
        margin: 0px;
        font-family: 'Inter', 'Open Sans', Arial, Helvetica, sans-serif;
    }

    .table-document .tthc table {
        width: 100%;
    }

        .table-document .tthc table tr td {
            border: 1px solid #E9E9E9 !important;
            padding: 10px
        }

            .table-document .tthc table tr td:first-child {
                background: transparent;
                font-weight: 400;
                color: #333;
            }

            .table-document .tthc tr td > ol li {
                list-style-type: none !important;
                font-size: 13px;
                font-weight: 400;
                color: #333;
            }

            .table-document .tthc tr td > ul li {
                list-style-type: none !important;
                font-size: 13px;
                font-weight: 400;
                color: #333;
            }

/* Tra cuu ho so */
.card-tchs {
    background-color: white;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    margin-bottom: 20px
}

    .card-tchs .title {
        background-color: rgba(249, 250, 253, 1);
        padding: 10px;
        color: #344050;
        font-size: 18px;
        line-height: 150%;
    }
    .card-tchs .content {
        padding: 10px;
    }

/* Chart TTHC */
#container-tthc-ttxlhs {
    max-height: 320px
}

.card-tthc-sec {
    background-color: white;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    margin-bottom: 20px;
    width: 100%;
    height: 80px
}

    .card-tthc-sec .sec {
        float: left;
        width: 10%;
        height: 100%;
    }

    .card-tthc-sec .value {
        float: right;
        width: 90%;
        padding: 10px;
        height: 100%
    }

        .card-tthc-sec .value p {
            font-size: 40px;
            line-height: 100%;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .card-tthc-sec .value span {
            font-size: 15px;
            font-weight: 500;
        }

.blinkin {
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.2;
    }
}

#tthc-tiepnhan {
    padding-right: 5px;
}

#tthc-giaiquyet {
    padding-left: 5px;
}

#tthc-tiepnhan .card-tthc-sec .sec {
    background-color: darkorange
}

#tthc-giaiquyet .card-tthc-sec .sec {
    background-color: forestgreen
}

#tthc-tiepnhan .card-tthc-sec .value p {
    color: darkorange
}

#tthc-giaiquyet .card-tthc-sec .value p {
    color: forestgreen
}

.pre-line {
    white-space: pre-line;
}

.theme-list-map .list {
    height: 500px;
    overflow-y: auto;
}

    .theme-list-map .list .item {
        text-decoration: none;
        padding: 10px 0px;
        border-bottom: 1px solid #DDD;
    }

        .theme-list-map .list .item h3 {
            font-size: 20px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 5px;
        }

        .theme-list-map .list .item .content {
            color: rgba(123,121,121,1);
            font-size: 14px;
            font-weight: 400;
        }

        .theme-list-map .list .item .box {
            text-align: left;
        }

            .theme-list-map .list .item .box .btn-detail {
                border: 1px solid rgba(59, 156, 255, 1);
                padding: 5px;
                width: 100px;
                background-color: white;
                margin: 5px;
                color: rgba(59, 156, 255, 1) !important;
            }

                .theme-list-map .list .item .box .btn-detail:first-child {
                    margin-left: 0px;
                }

            .theme-list-map .list .item .box .btn-map {
                background-color: rgba(59, 156, 255, 1);
                padding: 5px;
                width: 100px;
                color: white;
                margin: 5px;
            }

.theme-list-map #gmp-map {
    height: 600px;
}

.form-control {
    flex: 1;
    height: 39px;
    transition: .15s opacity cubic-bezier(.4,0,.2,1);
    min-width: 0;
    background-color: transparent;
    border-radius: 6px;
    border: 1.2px solid #22303e1f;
    font-size: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .form-control:focus {
        border: 1px solid #69bdff;
        padding-left: 15px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(102,175,233,.6);
    }

.lo-du-an-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.blog-content:hover {
    box-shadow: 0px 7px 14px 0px rgb(154 191 253);
}

.blog-content a:hover {
    text-decoration: none;
}

.blog-content i.fas {
    margin-right: 4px;
}

.blog-content > div.margin-auto {
    margin-top: auto;
}

.blog-content {
    color: #000;
    box-shadow: 0px 7px 14px 0px rgba(234, 237, 242, 0.50);
    padding: 20px;
    border: 1px solid #ecf1f9;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    height: 100%;
}

    .blog-content .link-btn {
        text-transform: uppercase;
    }

.blog-text {
    font-size: 16px;
    margin-bottom: 8px;
}

.custom-modal-right {
    position: fixed;
    right: 0;
    margin: 0;
    width: 40%; /* Adjust width as needed */
    height: 100%;
}

    .custom-modal-right .modal-content {
        height: 100%;
        overflow-y: auto;
        border-radius: unset;
    }

.btn-du-an {
    background-color: #063464;
    border-color: #063464;
    box-shadow: 0 2px 4px #a8d1fc;
}

.breadcrumb-baocao {
    display: flex;
    justify-content: space-between;
    padding: 12px;
}

.breadcrumb-baocao-title {
    font-size: xx-large;
    font-weight: bold;
}

.form-duan {
    margin-bottom: 12px;
    position: relative;
}


.grid-trangchu-item p {
    margin: 0;
}

.form-ten-du-an {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    width: 100%;
}

.list-same .row {
    display: flex;
    flex-wrap: wrap;
}

.p-r-8 {
    padding-right: 8px;
}

.lct-time {
    border: 2px dashed #b71919;
    padding: 4px;
}

.ltc-contain {
    margin-bottom: 16px;
}

.lct-no-info {
    background: var(--bs-warning-border-subtle);
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    font-size: medium;
}

table.ltc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.tle_Utra {
    border-top: 2px solid #06647b;
    position: relative;
    height: 400px;
}

    .tle_Utra:first-child {
        border-top: unset;
    }

    .tle_Utra marquee {
        padding: 24px;
    }

table.ltc-table th,
table.ltc-table td {
    border: 1px solid #ccc;
    padding: 8px;
}

table.ltc-table thead,
table.ltc-table th {
    background: #4d73a8;
    text-align: center; /* Căn giữa ngang */
}

table.ltc-table thead {
    color: white;
}

table.ltc-table th:first-child,
table.ltc-table td:first-child {
    vertical-align: middle; /* Căn giữa dọc */
    width: 20%; /* Cột 1 nhỏ hơn */
    text-align: center; /* Căn giữa ngang */
}

.mt-8 {
    margin-top: 8px;
}

.Cal_Stttt {
    border: 2px solid #07647c;
}

.tle_Utra h3 {
    width: fit-content;
    padding: 4px 24px 4px 16px;
    background: #07647c;
    color: white;
    border-radius: 0px 0px 32px 0px;
}

table.ltc-table td:first-child.current {
    background: #ffbe7e;
}

table.ltc-table td:first-child {
    background: #dce3ff;
}

table.ltc-table th:nth-child(2),
table.ltc-table th:nth-child(3) {
    width: 40%;
}

.scroll-container {
    width: 100%;
    height: 280px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.scroll-content {
    animation: scroll-up 5s linear infinite;
    height: 100%;
}

@keyframes scroll-up {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(-100%);
    }
}

/* Dừng animation khi hover */
.scroll-container:hover .scroll-content {
    animation-play-state: paused !important;
}

.no-padding {
    padding: 0px;
}

.wrap-head {
    display: flex;
    justify-content: space-between;
}

.col-5-item {
    width: 20%;
}

.mar-t-30 {
    margin-top: 30px;
}

.mar-b-10 {
    margin-bottom: 10px;
}

.dnnPasswordResetContent {
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 400px;
    max-width: 100%;
}

    .dnnPasswordResetContent input {
        width: 100% !important;
    }

.mb-list {
    padding: 10px;
    display: flex;
    gap: 10px;
    background-image: url(/Portals/0/header-bg.png);
}

    .mb-list .item {
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        flex: 1;
        background: white;
    }

        .mb-list .item img {
            width: 40px;
        }

#Body #fpt_ai_livechat_button {
    z-index: 9 !important;
}

.navbar-nav .dropdown-menu > li > a {
    white-space: nowrap;
}

#dnnMenu .dropdown-menu {
    max-width: unset !important;
    width: unset !important;
    background: #FFFFFF;
}

    #dnnMenu .dropdown-menu li:hover {
        background: #132179;
    }

    #dnnMenu .dropdown-menu > li:hover > a {
        color: white;
    }

#dnnMenu .topLevel > .active.open > a,
#dnnMenu .topLevel > .active.open > a:hover,
#dnnMenu .topLevel > .active.open > a:focus {
    background: #132179;
}

/* --- List bao cao --- */

.item-bao-cao-contain {
    border-bottom: 1px solid #ccc;
    font-family: var(--bs-font-inter);
}

    .item-bao-cao-contain > div {
        padding: 10px;
    }

    .item-bao-cao-contain > h3 {
        margin: 0;
    }

.item-bao-cao-time {
    font-weight: 500;
    color: #646E78;
    line-height: 150%;
    font-size: 16px !important;
}

.item-bao-cao-contain a.item-bao-cao-content, .item-bao-cao-contain a:visited {
    color: black;
}

.align-items-center {
    align-items: center;
}

.item-bao-cao-attachments {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.item-bao-cao-attachment {
    cursor: pointer;
    font-size: 12px;
    line-height: 150%;
}

    .item-bao-cao-attachment:hover {
        background-color: #aaa;
    }

@media (min-width: 992px) {
    #HoSoModal .modal-lg {
        width: 600px;
    }
}

@media (max-width: 1280px) {
    /*.container {
        width: calc(100% - 40px);
    }*/
}

/* Media 768*/
@media only screen and (max-width:768px) {
    .new-grid-trangchu .child{
        margin: -1px -15px;
    }
    .category-khoa-hoc-cong-nghe {
        background-position: center;
    }
    .category-khoa-hoc-cong-nghe .header .categories {
        flex-wrap: wrap;
        justify-content: start;
    }
    .category-khoa-hoc-cong-nghe .header .categories .category-item {
        font-size: 11px;
    }
    #slide-home {
        height: 240px;
        overflow: hidden;
    }
    .btn-vr{
        display:none;
    }
    .btn-vr-mb {
        display:block;
        z-index: 2;
        top: 10px;
        right: 10px;
    }
    #logo {
        padding: 10px 10px;
        height: fit-content;
    }
    /*.container {
        width: 100%;
    }*/
    /*    #dnnMenu .topLevel > li > a:hover span, #dnnMenu .topLevel .dropdown.open > a > span {
        color: #00b4f5;
    }*/

    .enterprise-header-frame {
        flex-flow: column;
    }

        .enterprise-header-frame img {
            width: auto;
            min-width: unset;
        }

    .right-modal .modal-dialog {
        width: 100%;
    }


    /* Position modal to the right */
    .modal-full-height .modal-dialog {
        position: fixed;
        right: 0;
        margin: 0;
        top: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        transform: translateX(100%);
        transition: transform 0.3s ease-out;
    }

    /* When modal is open, slide into view */
    .modal-full-height.in .modal-dialog {
        transform: translateX(0);
    }

    /* Make it full height */
    .modal-full-height .modal-content {
        height: 100%;
        border-radius: 0;
    }

    .introduction-home .letter .wrap-img {
        text-align: center;
    }

    .introduction-home .letter img {
        width: 80%;
        height: auto;
    }

    .category-news .ban-tin-khoa-hoc-cong-nghe a img {
        height: 230px;
    }

    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        background: unset;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        border-bottom: unset;
    }

    .menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
    }

        .menu-close i {
            font-size: 20px;
            color: white;
        }

    .brand-mb {
        padding: 20px 15px;
    }

        .brand-mb img {
            height: 40px;
        }

    #dnnMenu .navbar-nav > li:first-child {
        display: none;
    }

    h4 {
        font-size: 14px;
    }

    .quyhoach .qh-body {
        padding: unset;
    }

    .category-home-news .third ul {
        padding-bottom: unset;
    }

    .head:after {
        display: block;
        left: unset;
        top: unset;
        margin-top: 10px;
        position: unset;
    }

    .category-news .ban-tin-khoa-hoc-cong-nghe {
        display: flex;
        flex-wrap: wrap;
    }

        .category-news .ban-tin-khoa-hoc-cong-nghe > div {
            width: 50%;
            float: left;
            margin-bottom: 15px;
        }

    .company .item-contact-trang-chu .menu-search-form {
        margin-left: unset;
        margin-right: unset;
    }

    .company .item-contact-trang-chu > .item {
        background: linear-gradient(180deg, #1f1e1e 0%, rgba(0, 0, 0, 0) 150%);
        padding: 30px 20px;
    }

    .mark-section-container {
        padding: 0px;
        height: unset;
    }

        .mark-section-container .section-container {
            padding: unset;
        }

    .navbar-nav {
        padding: unset;
        margin: unset;
    }

    .hide-mobile {
        display: none;
    }

    /*.grid-trangchu-item-parent:nth-child(2n+2) {
        border-left: unset !important;
    }*/

    .custom-modal-right {
        width: 90%;
    }

    .blog-title {
        font-size: 24px;
    }

    h5.blog-du-an-name {
        font-size: 16px;
    }

    .blog-meta .text-danger {
        font-size: 11px;
    }

    /*.grid-trangchu-item-parent {
        border-bottom: 1px dashed #DDDDDD;
    }

        .grid-trangchu-item-parent:last-child {
            border-bottom: unset;
        }*/

    .grid-trangchu-container > div {
        border-bottom: unset;
        border-top: 1px dashed #DDDDDD;
    }

    .grid-trangchu-container .col-xs-12 > .row {
        display: block;
    }

    .grid-trangchu-container > div:first-child {
        border-top: unset;
    }

    .article .img-list img {
        height: 250px
    }

    .article .img-list .mark p {
        font-size: 12px;
    }

    .article .img-list .owl-carousel .owl-nav {
        display: block;
        position: relative;
    }

    .article .img-list .owl-carousel .owl-nav {
        margin-top: 10px;
        height: 60px
    }

        .article .img-list .owl-carousel .owl-nav button {
            width: 60px !important
        }

    .navbar {
        height: 100%;
    }

    .alter-menu {
        display: block !important;
    }

    .search-form-layout .nav-tabs {
        margin-left: 0px
    }

    #slide-banner-logo {
        display: none;
    }

    header {
        height: unset;
        z-index: 0;
    }

        header .content {
            position: relative;
            height: unset;
            background-size: cover;
            padding: unset;
        }

    #dnnMenu .topLevel li a:hover {
        background: unset;
    }

    #dnnMenu .topLevel > li > a {
        padding: 5px 0;
    }

    /*#head-banner {
        display: inline-grid;
    }*/

    #head-banner .left {
        float: unset;
    }

    #head-banner .right {
        width: 100%;
    }

    .company {
        display: block;
    }

    header {
        padding: 0px 0px;
    }

    #logo img {
        height: 40px;
    }

    .web-title .h1 {
        font-size: 18px;
    }

    .statistic-home {
        display: flex;
        flex-wrap: wrap;
    }

        .statistic-home .item {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

    .list-same .grid-cols-4 {
        grid-template-columns: repeat(2, 2fr);
    }

    #dnnMenu .menuItem > img {
        margin-left: 35px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: unset;
        border: unset;
    }

    .navbar-default .navbar-toggle {
        border: unset;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #00B4F5
        }

    .art-2 .first h2 {
        padding: 15px;
    }

    .themeNews .head .wrap {
        margin-top: 15px;
    }

    .art-2 .wrap-img {
        height: 220px;
    }

    .art-2 .box-img {
        object-fit: cover;
    }

    .footer .grid-5 {
        grid-template-columns: repeat(2, 2fr);
    }

    #slide-home .content {
        padding: 20px;
    }

    #slide-home .title {
        font-size: 20px;
        width: unset;
        line-height: 150%;
        font-family: 'Merriweather';
    }

    /*#slide-home .icon {
        display: none;
    }*/
    #slide-home .content {
        gap: 10px;
    }

    #slide-home .label {
        margin-bottom: unset;
        font-size: 10px;
        font-weight: bold;
        padding: 5px 15px;
    }

    .statistic-horizontal {
        position: unset;
        margin: unset;
        height: unset;
        border-radius: unset;
    }

        .statistic-horizontal .row {
            border-radius: unset;
        }

        .statistic-horizontal .item {
            border-bottom: 1px solid rgba(53, 122, 250, 1);
            border-radius: unset;
        }

    #slide-home .item img {
        height: 240px;
    }

    .introduction-home h3 {
        width: 100% !important;
    }

    .introduction-home {
        width: 100% !important;
        height: unset !important;
    }

        .introduction-home .video {
            position: unset;
        }

    .cus-search {
        width: 95%;
        flex: 1;
        padding: 0px 10px;
        border-radius: 20px;
        border: 1px solid #00B4F5;
        background: rgba(0, 180, 245, 0.00);
        margin: 0px 15px;
        height: 34px;
        display: flex;
        align-items: center;
    }

        .cus-search i {
            color: #00B4F5;
            margin-right: 10px;
        }

        .cus-search input {
            color: #00B4F5;
            background: unset;
            border: unset;
            color: #cccccc;
            box-sizing: unset;
            outline: none;
        }

    .wrap-logo {
        padding: 20px 0px;
    }

        .wrap-logo #logo {
            height: 50px
        }

        .wrap-logo .h1 {
            font-size: 20px;
        }

    .show-mb {
        display: block;
    }

    .box-menu-level2 {
        position: relative;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
    }

        .box-menu-level2 .headerPane {
            flex: 1;
            overflow: auto;
        }

    .language-box {
        display: block;
        position: relative;
        right: unset;
        top: unset;
    }

        .language-box a {
        }

        .language-box .navbar-nav {
            margin: unset;
        }

        .language-box ul > li > a {
            padding: 0px 0px 10px 0px !important;
        }

    #menus-2 {
        position: relative;
        top: unset;
        right: unset;
    }

        #menus-2 .navbar-nav {
            margin: unset;
        }

        #menus-2 > ul {
            overflow: auto;
            white-space: nowrap;
            padding-bottom: 5px;
        }

            #menus-2 > ul > li {
                display: inline-block;
            }

                #menus-2 > ul > li ul {
                    position: fixed;
                    top: -5px;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    background: #FFF;
                    z-index: 9999;
                }

    .main-navigation {
        height: auto;
        width: 100%
    }

    nav {
        display: none
    }

    a.mobile-nav-btn {
        display: block;
        float: right;
        width: 50px;
        height: 46px;
        margin-top: 15px;
        text-align: center;
        color: #383838
    }

        a.mobile-nav-btn:hover {
            text-decoration: none
        }

    #navbar-top-wrapper {
        clear: both;
        position: relative
    }

    #navbar {
        float: none !important;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        position: fixed;
        z-index: 11;
        max-height: unset;
        height: 100vh;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        background: #383c40;
    }

        #navbar::-webkit-scrollbar {
            display: none;
        }

        #navbar .navbar-nav .open .dropdown-menu .dropdown-header,
        #navbar .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 15px;
        }

    .head-2 {
        padding: 0px 20px
    }

    #tthc-tiepnhan .card-tthc-sec .value {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }

    #tthc-giaiquyet .card-tthc-sec .value {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }

    .document-theme1 {
        /*padding: 40px 20px !important;*/
    }

        .document-theme1 .wrap {
            white-space: nowrap;
            overflow: auto;
        }

    .menu-category ul {
        margin-bottom: 20px;
    }

        .menu-category ul li {
            display: inline-block;
        }

    .menu-category .first {
        margin-bottom: 20px;
    }

    /*.introduction-home {
        padding: 20px 0px 0px 0px;
    }*/

    .introduction-home .wrap {
        flex-direction: column;
    }

    .introduction-home .left {
        width: 100%;
        height: 230px;
    }

    .language-box ul {
        bottom: -5px;
        left: 30px;
        right: unset;
        top: unset;
    }

    #dnnMenu .menuItem img {
        margin-left: 20px;
    }

    #navbar .caret {
        display: block;
    }


    .du-an-item {
        width: 100%;
    }

    .list-du-an-contain {
        gap: 20px;
    }

    .du-an-container {
        padding: 40px 20px;
    }

        .du-an-container h1 {
            margin-bottom: 18px;
        }

    .introduction-home .letter {
        padding: 20px;
    }

        .introduction-home .letter img {
            margin-bottom: 20px;
        }

    .introduction-home .invest {
        padding: 20px;
    }

        .introduction-home .invest .layout .box-search {
            width: unset;
        }

        .introduction-home .invest .layout .box {
            margin-bottom: 30px;
        }

    .category-search-news {
        padding: 40px 20px !important;
        margin-top: 0px;
    }

        .category-search-news .first {
            margin-bottom: 20px;
        }

    .category-khoa-hoc-cong-nghe .content-layout .article-child .col-md-6 {
        margin-bottom: 20px;
    }

    .category-khoa-hoc-cong-nghe .content-layout .article-child .col-md-6:last-child {
        margin-bottom: 0px;
    }

    .category-khoa-hoc-cong-nghe .content-layout .article-first {
        margin-bottom: 20px;
    }

    .investment {
        /*padding: 40px 20px;*/
    }

        .investment .active {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }


    .slide-media-image-grid .layout {
        padding: 40px 20px !important;
    }

    #tthc-tiepnhan {
        padding-right: 15px;
    }

    #tthc-giaiquyet {
        padding-left: 15px;
    }

    /*.banner-slide-list {
        padding: 20px !important;
    }*/

    .news {
        padding: 20px;
    }

        .news .first-item {
            flex-wrap: wrap;
        }

        .news .left {
            width: 100%;
            height: 220px;
        }

        .news .art-box-list a {
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ddd;
        }

    .title-h2 {
        padding: 10px 20px !important;
    }

    .detail-container {
        display: flex;
    }

        .detail-container .detail-sticky {
            display: none;
        }

        .detail-container .article {
            width: 100%;
        }

            .detail-container .article .ar-time {
                margin-top: 20px;
                text-align: left;
            }

    .list-same {
        /*padding: 20px !important;*/
    }

        .list-same .article-item {
            padding: 20px 0px;
            border-bottom: 1px solid #ddd;
            display: block;
        }

        .list-same .row {
            display: flex;
            flex-wrap: wrap;
        }

            .list-same .row > div:last-child .article-item {
                border: unset;
            }

    .margin-none {
        margin: 0px;
    }

    .category-home-news .third ul li {
        width: 100%;
        padding-bottom: 10px;
    }

    .category-home-news .first {
        border-right: unset;
        border-bottom: 1px solid #ddd;
    }

        .category-home-news .first .img {
            height: 200px;
            width: 100%;
        }

            .category-home-news .first .img img {
                height: 100%;
                width: 100%;
                border-radius: 5.7px;
                object-fit: cover;
            }

        .category-home-news .first .content {
            width: 100%;
            padding: 20px 0px;
        }

    .section-container {
        padding: 20px;
    }

    .list-view2 {
        height: unset;
    }

        .list-view2 img {
            height: 70px;
        }

    .category-news .list .first {
        flex-wrap: wrap;
        padding: 0px 0px 20px 0px;
    }

        .category-news .list .first .img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .category-news .list .first .content {
            padding: 20px;
        }

    .category-news .list .second .item {
        padding: 15px 0px;
        border-bottom: 1px solid #ddd;
    }

    .category-news .list .second {
        border-bottom: unset;
    }

        .category-news .list .second .item img {
            height: 200px;
            object-fit: cover;
        }

    .category-news .third .item .img img {
        height: 200px;
        object-fit: cover;
    }

    .category-news .third .item {
        padding: 20px 0px;
    }

        .category-news .third .item .content {
            padding: 20px 0px 0px 0px;
        }

    .article p img {
        max-width: 100% !important;
        width: unset !important;
        height: auto !important;
    }

    .article iframe {
        width: 100% !important;
        height: 200px !important;
    }

    table.ltc-table th,
    table.ltc-table td {
        font-size: 11px;
    }

    table.ltc-table .p-r-8 {
        display: none;
    }
}

