﻿@charset "UTF-8";
/*@import url('css/personabar.css');
*/
body, body * {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
}

@font-face {
    font-family: 'gmyFont';
    src: url("LTD_V1/Css/fonts/GIMG.TTF");
}

body, h1, h2, h3, h4, h5, h6, a {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

:root {
    --gov-red: #da251d;
    --gov-red-dark: #b91c1c;
    --gov-green: #15803d;
    --gov-light-green: #e6f4ea;
    --gov-green-text: #2e7d32;
    --gov-gold: #a16207;
    --gov-yellow: #ffcc00;
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-200: #e2e8f0;
    --slate-300: #cbd5e1;
    --slate-400: #94a3b8;
    --slate-500: #64748b;
    --slate-600: #475569;
    --slate-700: #334155;
    --slate-800: #1e293b;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 3px;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    background-color: var(--slate-50);
    color: var(--slate-800);
    letter-spacing: -0.01em;
    font-size: 16px;
}

@media (min-width: 768px) {
    body {
        font-size: 19px;
    }
}

/* Custom Container to match Tailwind max-w-7xl */
.container-custom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px;
}

/* Custom Colors & Utilities */
.text-gov-red {
    color: var(--gov-red) !important;
}

.bg-gov-red {
    background-color: var(--gov-red) !important;
}

.text-gov-green-text {
    color: var(--gov-green-text) !important;
}

.border-gov-light-green {
    border-color: var(--gov-light-green) !important;
}

.border-gov-red {
    border-color: var(--gov-red) !important;
}

.bg-slate-50 {
    background-color: var(--slate-50) !important;
}

.text-slate-400 {
    color: var(--slate-400) !important;
}

.text-slate-500 {
    color: var(--slate-500) !important;
}

.text-slate-600 {
    color: var(--slate-600) !important;
}

.text-slate-700 {
    color: var(--slate-700) !important;
}

.text-slate-800 {
    color: var(--slate-800) !important;
}

/* Custom Font Sizes to match exact UI */
.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-5 {
    font-size: 1rem !important;
}

.col-lg-4.border-start-lg.ps-lg-4, .col-lg-4.d-flex.flex-column {
    border-left: 1px solid #eee;
}

.fs-17 > a, .fs-17 > a > span {
    font-size: 20px !important;
}

.fw-normal {
    font-weight: normal !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.leading-none {
    line-height: 1;
}

.leading-tight {
    line-height: 1.25;
}

.leading-relaxed {
    line-height: 1.625;
}

.rounded-circle {
    border-radius: 50% !important;
}

.p-1 {
    padding: 5px !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pb-3 {
    padding-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

a {
    text-decoration: none;
}

/* Nút bấm chuẩn hóa */
.btn-gov-main {
    background-color: var(--gov-red) !important;
    color: #ffffff !important;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border: none !important;
    box-shadow: 0 4px 10px rgba(218, 37, 29, 0.25);
    cursor: pointer;
    width: 100%;
}

@media (min-width: 640px) {
    .btn-gov-main {
        width: auto;
    }
}

.unified-section {
    background-color: #ffffff;
    border: 1px solid var(--slate-200);
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.05);
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .unified-section {
        border-radius: 1.5rem;
        padding: 2.5rem;
    }
}

.mobile-scroll-nav {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

    .mobile-scroll-nav::-webkit-scrollbar {
        display: none;
    }

.side-item.active {
    background-color: #fff5f5;
    color: var(--gov-red);
    border-right: 5px solid var(--gov-red);
}

/* Nav lines hover effect */
.nav-link-custom {
    position: relative;
    color: var(--slate-700);
    transition: color 0.3s;
}

    .nav-link-custom:hover {
        color: var(--gov-red);
    }

    .nav-link-custom::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 3px;
        background-color: var(--gov-red);
        transition: width 0.3s;
    }

    .nav-link-custom:hover::after, .nav-link-custom.active::after {
        width: 100%;
    }

    .nav-link-custom.active {
        color: var(--gov-red);
    }

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@-moz-document url-prefix() {
    @font-face {
        font-family: 'gmyFont';
        src: url("LTD_V1/Css/fonts/GIMG2.TTF");
    }
}

@font-face {
    font-family: 'gmyFont2';
    src: url("LTD_V1/Css/fonts/GIMG2.TTF");
}

@-moz-document url-prefix() {
    .swiper-container_sk {
        height: 220px !important;
    }
}


/*@font-face {
font-family:font_smag;
src:url(../Css/fonts/GIMG.TTF) format(‘truetype’);
font-weight:normal;
 font-style:normal;
}*/


@media(min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1280px;
    }
}

html .container {
    padding-left: 0px;
    padding-right: 0px;
}

.copyright_footer * {
    font-family: gmyFont,gmyFont2 !important;
}

.duan-container-panel {
    margin-bottom: 20px !important;
}

/* Set text size in modules*/
body .Normal, body .NormalDisabled, body .NormalDeleted {
    font-size: 13px;
    line-height: 20px;
}



/*@media only screen and (max-width: 1000px)
{*/
html.safari-mac body, html.safari-mac body * {
    /*font-family: Arial !important;*/
}

    html.safari-mac body .glyphicon {
        font-family: 'Glyphicons Halflings' !important;
    }

    html.safari-mac body .fa {
        font: normal normal normal 14px/1 FontAwesome !important;
    }
/*}*/

body {
    /*background: #eee;*/
    background: rgba(255,255,255,0.98);
    color: #333;
}

h3.dnnFormSectionHead {
    font-size: 20px;
}

em, small {
    letter-spacing: 0
}

body, li, p {
    line-height: 1.5em
}

    body a:active,
    body a:link,
    body a:visited,
    body a:hover {
        text-decoration: none;
    }

.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
}



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
}

    ul li {
        list-style-type: none
    }

        ul li li {
            list-style-type: none
        }

    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
}




.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: none
}

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: 2rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    /*font-size: 1rem*/
}

@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
}

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: Tahoma;
    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;
    float: right;
    -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: Tahoma;
    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
}

#login {
    padding-right: 10px
}

@media only screen and (max-width:768px) {
    #search-action {
        display: block
    }

    #login {
        padding-right: 21px
    }
}

@media only screen and (max-width: 500px) {
    ul.searchSkinObjectPreview {
        width: auto;
        min-width: 240px;
    }
}

@media only screen and (max-width: 350px) {
    ul.searchSkinObjectPreview {
        right: -30px;
    }
}

#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
    }

#topHeader {
    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;
    min-height: 35px;
    padding: 0
}

header {
    background: #fff;
    border-bottom: 1px solid #91AFCA
}

#mainHeader-inner {
    padding: 30px 0
}

#mainHeader-border {
    background: #8fb299;
    height: 5px
}

#logo {
    padding-left: 15px
}

.navbar .brand {
    float: left;
    padding: 0 !important;
    max-width: 120px
}

@media only screen and (max-width:768px) {
    .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
    }
}

@media only screen and (min-width:767px) {
    #navbar {
        float: right
    }
}

#breadcrumb {
    font-family: Tahoma;
    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
}

    #breadcrumb a {
        margin-left: 10px;
        font-weight: 600;
        font-size: 11px;
        color: #626262
    }

        #breadcrumb a:first-child {
            font-family: Tahoma;
            font-size: 11px !important;
            font-weight: 400;
            color: #7b7d82;
            margin: 0
        }

    #breadcrumb img, #breadcrumb span {
        margin-left: 10px
    }

main {
    background: #fff;
    border: 1px solid #ececec;
    border-top: none;
    margin-bottom: 15px;
    min-height: 350px
}

    main.no-bg {
        background: 0 0
    }

#mainContent-inner {
    padding: 10px
}

.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
}

.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
}

.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
    }

.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: none
}

.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
}

.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
}


html .tt_footer {
    padding-top: 20px;
    text-align: right;
}


/*@media (min-width: 768px) and (max-width: 1000px) {
    .collapse {
        display: none !important;
    }
}

@media screen and (min-width: 1000px) {
    .navbar-brand {
        float: left;
        margin-right: 5px;
        margin-left: -15px;
    }

    .navbar-nav {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                border-radius: 0;
            }

        .navbar-nav.pull-right {
            float: right;
            width: auto;
        }

    .navbar-toggle {
        position: relative;
        top: auto;
        left: auto;
        display: none;
    }

    .nav-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

}
}*/

@media (max-width: 768px) {
    .liink-app {
        width: 100%;
        text-align: center;
        float: none;
        padding-top: 15px;
    }
}

@media (max-width: 992px) {
    .TopPaneRight_Banner .col-md-3 {
        padding: 0px !important;
    }

    .col-md-10.content_congbao_home {
        padding: 20px 0px 0px !important;
    }

    .congbao_home {
        padding-left: 0px !important;
    }

    #dnn_TopPaneRight {
        padding: 0px !important;
    }
}

.header_element .element_box a, .header_element.social-top span {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

.top_menu > ul.nav > li > a, h1, h2, p {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

.headbox_container--item {
    height: 200px;
    background: green;
}

.gap-1 {
    gap: 5px;
}

.gap-4 {
    gap: 1rem;
}

.justify-content-between {
    justify-content: space-between;
}

.gap-6 {
    gap: 1.5rem;
}

.align-items-center {
    align-items: center;
}

.font-semibold {
    font-weight: 600;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.d-flex {
    display: flex;
}

.font-black {
    font-weight: 800;
}

.text-gov-red {
    color: #e63946;
}

.uppercase {
    text-transform: uppercase;
}

.font-bold {
    font-weight: 700;
}

.tracking-widest {
    letter-spacing: 0.08em;
}

.bg-gov-red {
    background-color: #e63946;
}

.top_menu {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: unset;
        /*    max-width: 1280px;
        margin: auto;*/
    }
}

.tracking-widest {
    letter-spacing: 0.08em;
}

.custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

ul, ol {
    margin-bottom: unset;
    margin-left: unset;
}

.vl-footer {
    background: white;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid var(--slate-200);
    /*margin-top: 10px;*/
}

.vl-footer-top {
    border-bottom: 1px dashed var(--slate-200);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.vl-footer-col-left {
    text-align: left;
}

.vl-footer-logo {
    width: 52px;
    height: auto;
}

.vl-footer-label {
    font-size: 10px;
    color: var(--slate-400);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: left;
}

.vl-footer-title {
    font-size: 20px;
    font-weight: 900;
    color: var(--slate-800);
    margin: 0px;
}

.vl-footer-desc {
    font-size: 15px;
    color: var(--slate-500);
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 8px;
    text-align: justify;
    margin-top: 20px;
}

.vl-footer-contact {
    font-size: 14px;
    color: var(--slate-600);
}

.vl-footer-icon {
    width: 24px;
    color: var(--slate-400);
    text-align: center;
}

.vl-footer-heading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--slate-800);
    margin-bottom: 12px;
}

.vl-footer-links {
    font-size: 15px;
    color: var(--slate-500);
}

    .vl-footer-links a {
        color: inherit;
        transition: color .3s;
    }

        .vl-footer-links a:hover {
            color: var(--gov-red);
        }

.vl-footer-social {
    width: 48px;
    height: 48px;
    background: var(--slate-50);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--slate-400);
    transition: all .3s;
    font-size: 20px;
}

.vl-social-facebook:hover {
    background: #ebf5ff;
    color: #2563eb;
}

.vl-social-rss:hover {
    background: #fef2f2;
    color: #e63946;
}

.vl-footer-hotline {
    background: var(--slate-50);
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-top: 10px;
}

.vl-footer-hotline-label {
    font-size: 12px;
    color: var(--slate-400);
    font-weight: 700;
}

.vl-footer-hotline-number {
    font-size: 24px;
    font-weight: 900;
    color: var(--gov-red);
    letter-spacing: -1px;
}

.vl-footer-bottom {
    color: var(--slate-400);
}

.vl-footer-copyright {
    font-size: 13px;
    font-weight: 700;
}

.vl-footer-bottom-links {
    font-size: 13px;
}

    .vl-footer-bottom-links a {
        color: inherit;
        transition: color .3s;
    }

        .vl-footer-bottom-links a:hover {
            color: var(--slate-800);
        }

.btn-gov-main {
    background: linear-gradient(135deg, var(--gov-red) 0%, var(--gov-red-dark) 100%) !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: var(--radius-pill);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 0.5px;
    border: none !important;
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.25);
    cursor: pointer;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.unified-section {
    background-color: #ffffff;
    border: none;
    border-radius: var(--radius-xl);
    padding: 20px;
    box-shadow: var(--shadow-soft);
    margin-bottom: 20px;
}

.congbao-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--slate-800);
    margin: 0 10px;
}

.mb-8 {
    margin-bottom: 10px;
}

.gap-3 {
    gap: 5px;
}

.gap-2 {
    gap: .5rem;
}

.featured-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gov-red), #fca5a5);
    opacity: 0.8;
}

@media (min-width: 768px) {
    .featured-card {
        flex-direction: row;
    }
}

.featured-card {
    background: #ffffff;
    border: none;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-soft);
    cursor: pointer;
    display: flex;
    /*flex-direction: column;*/
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.standard-card {
    background-color: #ffffff;
    border-radius: var(--radius-lg);
    padding: 10px;
    box-shadow: var(--shadow-soft);
    border: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s ease;
}

.cb-section {
    margin-top: 20px;
}

.cb-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.cb-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.cb-icon-red {
    background: var(--gov-red-light);
    color: var(--gov-red);
}

.cb-icon-gold {
    background: var(--gov-gold-light);
    color: var(--gov-gold);
}

.cb-title {
    font-weight: 700;
}

.cb-featured-wrapper {
    margin-bottom: 10px;
}

.cb-featured-left {
    background: linear-gradient(180deg,var(--slate-50),#fff);
    padding: 20px;
    border-right: 1px dashed var(--slate-200);
    text-align: center;
}

.cb-issue-number {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--gov-red-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 16px;
    transition: transform .4s;
}

    .cb-issue-number span {
        font-size: 48px;
        font-weight: 900;
        color: var(--gov-red);
    }

.cb-featured-card:hover .cb-issue-number {
    transform: scale(1.05);
}

.cb-issue-year {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--slate-400);
    font-weight: 700;
}

.cb-featured-right {
    padding: 20px;
}

.cb-featured-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cb-meta-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cb-badge-new {
    background: var(--gov-red);
    color: #fff;
    font-size: 10px;
    padding: 4px 12px;
    border-radius: var(--radius-pill);
    font-weight: 900;
}

.cb-date {
    font-size: 14px;
    color: var(--slate-400);
    font-weight: 700;
}

.cb-verified {
    color: var(--gov-green);
    font-size: 12px;
    font-weight: 700;
}

.cb-featured-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--slate-800);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cb-info-box {
    background: var(--slate-50);
    padding: 10px;
    border-radius: var(--radius-md);
}

.cb-info-label {
    font-size: 10px;
    color: var(--slate-400);
    text-transform: uppercase;
    margin-bottom: 0px;
}

.cb-info-value {
    font-size: 15px;
    font-weight: 700;
    color: var(--slate-700);
    margin-bottom: 0px;
}

.cb-featured-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.cb-main-btn {
    padding: 14px;
    font-size: 14px;
}

.cb-print-btn {
    width: 52px;
    height: 49px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--slate-100);
    color: var(--slate-400);
}

.cb-mini-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cb-mini-number {
    width: 48px;
    height: 48px;
    background: var(--slate-50);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    color: var(--slate-700);
}

.cb-mini-date {
    font-size: 11px;
    color: var(--slate-400);
}

.cb-mini-list {
    font-size: 14px;
    color: var(--slate-600);
    line-height: 2;
}

.cb-dot {
    width: 6px;
    height: 6px;
    background: var(--slate-300);
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.cb-mini-btn {
    width: 100%;
    padding: 12px;
    background: var(--slate-50);
    border: none;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: var(--slate-500);
    transition: .3s;
}

    .cb-mini-btn:hover {
        background: var(--gov-red-light);
        color: var(--gov-red);
    }

.cb-highlight-col {
    padding-left: 10px;
}

.cb-highlight-item {
    cursor: pointer;
    padding: 10px;
    border-radius: var(--radius-lg);
    transition: background .3s;
}

    .cb-highlight-item:hover {
        background: var(--slate-50);
    }

.cb-highlight-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cb-highlight-title {
    font-size: 16px;
    color: var(--slate-700);
    line-height: 1.5;
}

.cb-type-red {
    background: #fef2f2;
    color: #b91c1c;
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 999px;
}

.cb-type-blue {
    background: #eff6ff;
    color: #1d4ed8;
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 999px;
}

.cb-type-green {
    background: #ecfdf5;
    color: #047857;
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 999px;
}

.cb-doc-code {
    font-size: 12px;
    color: var(--slate-400);
}

.cb-issue-grid {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.container-custom {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}

.gap-3 {
    gap: 1rem !important;
}

.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}


.d-flex {
    display: flex !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.tcttg > .form-control {
    display: block;
    width: 100%;
    padding: .375rem 1.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .p-md-5 {
        padding: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }
}

.gap-3 {
    gap: 1rem !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.w-100 {
    width: 100% !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.h-auto {
    height: auto !important;
}

.leading-none {
    line-height: 1;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.text-gov-red {
    color: var(--gov-red) !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.leading-none {
    line-height: 1;
}

.fw-black {
    font-weight: 900 !important;
}

.fs-15 {
    font-size: 15px !important;
}

.text-gov-green-text {
    color: var(--gov-green-text) !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-center {
    text-align: center !important;
}

.leading-none {
    line-height: 1;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.text-gov-red {
    color: var(--gov-red) !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.text-slate-400 {
    color: var(--slate-400) !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.p-3 {
    padding: 20px !important;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.unified-section {
    background-color: #ffffff;
    border: 1px solid var(--slate-200);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.05);
    margin-bottom: 0.2rem;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.leading-tight {
    line-height: 1.25;
}


.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.text-primary {
    --bs-text-opacity: 1;
    /*color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;*/
    color: var(--gov-red) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0084f3 !important;
    border-color: #0084f3 !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.m-0 {
    margin: 0 !important;
}

.h-auto {
    height: auto !important;
}

#top_menu > .navbar-nav > li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--gov-red);
    transition: width 0.3s;
}

#top_menu > .navbar-nav > li:hover::after, #top_menu > .navbar-nav > li.active::after {
    width: 100%;
}

.pt-3 {
    padding-top: 8px !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.me-2 {
    margin-right: 5px !important;
}

.btn-outline-primary {
    border: 1px solid #0084f3 !important;
    color: #0084f3;
}

.btn-primary {
    color: #fff !important;
    background: #0084f3 !important;
    border: 1px solid #0084f3 !important;
}

button {
    background-color: #ffff;
    color: var(--slate-500);
    border: 1px solid var(--slate-200) !important;
}

#dnn_searchpane {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .fs-3 {
        font-size: 1.75rem !important;
    }

    .display-3 {
        font-size: 3rem;
    }
}

.fs-3 {
    font-size: calc(1rem + .6vw) !important;
}

@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }

    .px-md-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .unified-section {
        border-radius: 1rem;
        padding: 1.5rem;
    }

    .text-md-start {
        text-align: left !important;
    }
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
}

@media (min-width: 992px) {
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }
}

.py-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.w-auto {
    width: auto !important;
}

.tcttg > .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    /*padding: .375rem 2.25rem .375rem .75rem;*/
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card.h-100.border.p-3.shadow-sm.cursor-pointer {
    margin-bottom: 10px;
    border-radius: 8px;
}

.ps-2 {
    padding-left: .5rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.text-end {
    text-align: right !important;
}

.me-1 {
    margin-right: .25rem !important;
}

#siteWrapper {
    background: #f1f1f1;
    padding: unset !important;
}

.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.card-gazette {
    border-left: 4px solid var(--gov-yellow) !important;
    /*transition: all 0.2s ease;*/
    border-radius: 3px;
    padding-bottom: 10px !important;
    transition: all 0.2s ease-in-out !important;
}

.hover-link {
    color: #3b4e68 !important;
    transition: color 0.2s ease;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    border: unset;
}

.card-gazette:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: #cbd5e1 !important;
}

.card-doc-list {
    transition: all 0.2s ease;
    border: 1px solid var(--slate-200);
}

.panel-body {
    padding: 0px;
}
/* ========================================================
       STYLE THANH TÌM KIẾM (KHÔNG DÙNG BOOTSTRAP)
       ======================================================== */
.vlp-search-box {
    background: #ffff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin: 5px 0px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;
}

.vlp-input-wrapper {
    position: relative;
    flex: 1 1 350px;
}

.vlp-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
}

.vlp-input-control {
    width: 100%;
    padding: 0 15px 0 40px;
    height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 15px;
    color: #334155;
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s;
    background: #f8fafc;
}

    .vlp-input-control:focus {
        border-color: #94a3b8;
        box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.2);
    }

.vlp-input-wrapper > a {
    background: #f8fafc;
}

.vlp-select-control {
    flex: 0 0 180px;
    height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 15px;
    color: #475569;
    padding: 0 12px;
    outline: none;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.2s;
    cursor: pointer;
    background: #f8fafc;
}

    .vlp-select-control:focus {
        border-color: #94a3b8;
        box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.2);
    }

.vlp-filter-toggle {
    flex: 0 0 44px;
    height: 44px;
    width: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s;
    box-sizing: border-box;
    cursor: pointer;
    background: #f8fafc;
}

    .vlp-filter-toggle:hover, .vlp-filter-toggle.active {
        background: #f1f5f9;
        color: #0d6efd;
        border-color: #94a3b8;
    }

.vlp-search-btn {
    flex: 0 0 130px;
    background-color: #d32f2f;
    color: #fff;
    border: none;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    transition: background-color 0.2s;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

    .vlp-search-btn:hover {
        background-color: #b71c1c;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .vlp-search-box {
        flex-wrap: wrap;
    }

    .vlp-input-wrapper {
        flex: 1 1 100%;
    }

    .vlp-select-control {
        flex: 1 1 calc(100% - 198px);
    }

    .vlp-search-btn {
        flex: 1 1 100%;
    }
}

/* Form Bộ Lọc Nâng Cao */
.filter-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.filter-label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
    display: block;
}

.filter-input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    color: #334155;
    outline: none;
    transition: border-color 0.2s;
    height: 38px;
    box-sizing: border-box;
    background-color: #fff;
}

    .filter-input:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
    }

.cb-sidebar-card {
    padding-top: 10px;
}
/* Width of vertical scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 1px; /* for horizontal scrollbar */
}

/* Track (background) */
::-webkit-scrollbar-track {
    background: white;
}

/* Thumb (draggable part) */
::-webkit-scrollbar-thumb {
    background-color: #bfbfbf !important;
    border-radius: 6px;
    border: 1px solid #bfbfbf !important;
    creates padding effect
}

    /* Hover effect */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #0084f3;
    }

.card {
    cursor: pointer;
}

.red-container-panel {
    padding: 15px;
}

    .red-container-panel > .panel-heading {
        margin-bottom: 20px;
    }

.button.button-red {
    color: #da251d !important;
    background-color: white !important;
    border-color: #da251d;
    border: 1px solid #da251d;
    border-radius: 8px;
    box-shadow: unset !important;
    padding: 9px 25px;
}

.button.button-yellow {
    border-color: #f8bf46;
    box-shadow: 0 2px 2px 0 rgba(248, 190, 66, 0.14), 0 3px 1px -2px rgba(248, 190, 66, 0.2), 0 1px 5px 0 rgba(248, 190, 66, 0.12);
    background-color: #ffffff !important;
    color: var(--slate-600) !important;
    border: 1px solid var(--slate-300) !important;
    box-shadow: unset !important;
    border-radius: 8px;
}

.form-control.brred {
    border: 1px solid var(--slate-300) !important;
    border-radius: 8px;
}

.box-search .button {
    padding: 4px 13px !important;
}

.form-search .input-group a {
    font-weight: bold;
    background-color: white !important;
    color: #da251d !important;
    padding: 0 30px;
    border-left: unset !important;
}

.input-group-addon.btnred {
    border: 1px solid var(--slate-300) !important;
}
.form-search.form-group .button {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: -5px;
}
.paping span {
    border-radius: 5px;
}
/*.paping .paging_btn.aspNetDisabled {
    border: 1px solid var(--slate-200);
    border-radius: 5px;
}*/
.danhsach table > tbody > tr.tieude > td, .danhsach table > tbody > tr.tieude > th {
    color: var(--slate-700);
}
html .form-timkiem .RadDropDownTree_Default .rddtInner {
    border: 1px solid var(--slate-200) !important;
}
#siteWrapper .form-timkiem .chosen-container-single .chosen-single {
    border: 1px solid var(--slate-200) !important;
}
html .form-timkiem .RadDropDownTree_Default .rddtInner {
    border: 1px solid var(--slate-200) !important;
}
#siteWrapper .form-timkiem .RadPicker_Default .riTextBox {
    border: 1px solid var(--slate-200) !important;
}
#siteWrapper .form-timkiem .RadPicker table.rcTable tr td:nth-child(2) {
    background: #999 !important;
}
html .form-control {
    margin-bottom: 3px; 
}
.button-gray {
    border-radius: 8px !important;
    box-shadow: unset !important;
    padding: 10px 25px !important;
}

.cb-mucluc {
    margin: 10px 0;
    text-align: justify;
    line-height: 1.25;
}

.cb-mucluc__ngay {
    padding-top: 0px;
}

.cb-mucluc__page {
    font-size: 20px;
    margin-top: 10px;
}
a.cb-top-menu-link, .cb-user-menu{
    white-space: nowrap;
}
.cb-toolbar{
    justify-content: center;
}