﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@400;700&family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.4;
    position: relative;
    background-color: #fff
}

a {
    color: black;
    transition-property: color, background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out
}

    a:hover {
        text-decoration: none;
        color: #026696
    }

.breadcrumb {
    padding: 0;
    background-color: white;
    border-radius: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
    align-items: center
}

    .breadcrumb .btn {
        font-size: 0.875rem
    }

.breadcrumb-item.active {
    color: black;
    border-bottom: 4px solid #026696;
    padding-bottom: 0.25rem
}

.breadcrumb-item + .active {
    border-bottom: none
}

.breadcrumb-item h1 {
    font-size: 1.125rem;
    margin: 0
}

.breadcrumb-item a {
    color: #555
}

    .breadcrumb-item a:hover {
        color: #026696
    }

.zone__title {
    font-weight: 600;
    color: #252155;
    font-size: 20px;
    margin-bottom: 16px
}

.zone__title--sub, .zone__title--desc {
    font-weight: 400;
    color: #252155;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0.5rem
}

.zone__title--desc {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #DC787D
}

@media (min-width: 768px) {
    .zone__title {
        font-size: 24px
    }

    .zone__title--sub, .zone__title--desc {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .zone__title {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .zone__title {
        font-size: 32px
    }
}

.zone--slider {
    position: relative
}

    .zone--slider .carousel {
        position: static
    }

    .zone--slider .carousel-inner {
        padding: 8px 0
    }

.zone.has-glide {
    position: relative
}

    .zone.has-glide .glide {
        position: static
    }

.area--primary {
    background: url("../images/bg-featured.png?v2022.1") right 20% center no-repeat;
    background-size: cover;
    padding-top: 100px
}

    .area--primary .glide {
        transform: translateY(20%)
    }

    .area--primary .glide__track {
        padding: 2rem;
        margin-bottom: 1rem;
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
        border-radius: 8px
    }

    .area--primary .glide__slide .row {
        max-width: calc(100% - 2rem)
    }

    .area--primary#zoneCover {
        --padding: 17rem;
        margin-bottom: 5rem;
        padding-bottom: var(--padding);
        padding-top: var(--padding)
    }

.area--secondary {
    background: url("images/zone--primary.png") center center no-repeat;
    background-size: cover;
    padding: 2rem 0
}

.area--featured {
    background: url("/nguoidaidien/images/zone--featured.png") center bottom no-repeat #002811;
    background-size: cover;
    color: white
}

    .area--featured .status {
        margin-bottom: 30px
    }

@media (min-width: 768px) {
    .area--featured .status {
        margin-bottom: 50px
    }
}

@media (min-width: 992px) {
    .area--featured .status {
        margin-bottom: 70px
    }
}

@media (min-width: 1200px) {
    .area--featured .status {
        margin-bottom: 90px
    }
}

.area--featured .text {
    margin-bottom: 16px
}

.area--featured .btn-link {
    color: #F10606
}

.area--featured .title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
    font-family: 'UTM Swiss', sans-serif;
    color: #f3e60e
}

@media (min-width: 768px) {
    .area--featured .title {
        font-size: 26px;
        letter-spacing: -1px
    }
}

@media (min-width: 992px) {
    .area--featured .title {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .area--featured .title {
        font-size: 30px
    }
}

.area--featured .title--sub {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    font-family: 'UTM Swiss', sans-serif
}

@media (min-width: 992px) {
    .area--featured .title--sub {
        font-size: 20px
    }
}

.area--featured .time {
    font-size: 18px
}

@media (min-width: 768px) {
    .area--featured .time {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .area--featured .time {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .area--featured .time {
        font-size: 24px
    }
}

.area--highlight {
    background-image: url("../images/bg-featured-day.png?night")
}

    .area--highlight .title {
        text-shadow: 2px 2px rgba(0,0,0,0.2)
    }

    .area--highlight .title--sub {
        text-shadow: 1px 1px rgba(0,0,0,0.1)
    }

.area--light {
    position: relative;
    padding-block: 5rem
}

    .area--light::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: skewY(-2deg);
        background-color: #f8f9fa
    }

.area--video {
    position: relative;
    padding-block: 5rem
}

    .area--video [class^="container"] {
        color: white;
        position: relative;
        z-index: 1
    }

    .area--video .zone__title {
        color: white
    }

    .area--video::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: skewY(-2deg);
        background-color: #e9ecef
    }

    .area--video::after {
        z-index: 0;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 2rem;
        left: 0;
        transform: skewY(-2deg);
        background: url("../images/bg-video.png") center center no-repeat;
        background-size: cover
    }

.area--agenda {
    background: radial-gradient(71.47% 71.47% at 67.29% 28.53%, #006F3A 0%, #003F21 100%);
    color: white
}

    .area--agenda .table thead th {
        text-transform: uppercase
    }

        .area--agenda .table thead th:nth-child(2) {
            width: 50%
        }

    .area--agenda .table .th-time {
        width: 20%;
        vertical-align: text-bottom
    }

@media (min-width: 768px) {
    .area--agenda .table .th-time {
        width: 160px
    }
}

.area--agenda .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

@media (min-width: 992px) {
    .area--agenda .table {
        font-size: 18px
    }

        .area--agenda .table .th-time {
            width: 200px
        }
}

.area--agenda .table--desktop .th-content {
    max-width: 70%
}

.area--agenda .table--desktop .th-note {
    max-width: calc(70% - 200px)
}

.area--normal {
    padding: 1.5rem;
    background: url("../images/bg-wave-a.jpg") center center no-repeat;
    background-size: cover
}

.area#agenda .nav-tabs {
    border-bottom: none;
    margin-bottom: 1rem
}

    .area#agenda .nav-tabs .nav-item {
        margin-bottom: 0
    }

.area#agenda .nav-item {
    width: 50%
}

.area#agenda .nav-link {
    opacity: 0.5;
    color: white;
    border-radius: 0;
    border: none;
    padding: 8px;
    font-size: 16px
}

@media (min-width: 992px) {
    .area#agenda .nav-link {
        font-size: 18px
    }
}

.area#agenda .nav-link.active {
    opacity: 1;
    color: white;
    background-color: rgba(225,203,122,0.1)
}

.area#agenda .nav-link:hover, .area#agenda .nav-link:focus {
    border: none
}

.area#agenda .nav-link .time {
    font-size: 0.8em
}

.area .carousel-control-prev, .area .carousel-control-next {
    top: 0%;
    width: initial;
    left: initial;
    right: 0;
    transform: translateY(0%);
    background-color: black;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    opacity: 0.4;
    transition: 0.5s
}

    .area .carousel-control-prev:hover, .area .carousel-control-next:hover {
        opacity: 1
    }

@media (min-width: 768px) {
    .area .carousel-control-prev, .area .carousel-control-next {
        transform: translateY(20%)
    }
}

@media (min-width: 992px) {
    .area .carousel-control-prev, .area .carousel-control-next {
        transform: translateY(50%)
    }
}

.area .carousel-control-prev {
    margin-right: 40px
}

.area .carousel-indicators {
    position: static
}

    .area .carousel-indicators li {
        opacity: 0.2;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #000;
        border: none
    }

        .area .carousel-indicators li.active {
            opacity: 1
        }

.partner-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.partner__item {
    flex-basis: 18%;
    margin: 0 16px 24px
}

    .partner__item.is-large {
        flex-basis: 22%
    }

@media (min-width: 768px) {
    .partner__item {
        flex-basis: 10%;
        margin: 0 24px 32px
    }

        .partner__item.is-large {
            flex-basis: 16%
        }
}

@media (min-width: 1200px) {
    .partner__item {
        flex-basis: 8%;
        margin: 0 32px 40px
    }

        .partner__item.is-large {
            flex-basis: 12%
        }
}

.glide__bullets {
    display: flex;
    justify-content: center
}

.glide__bullet {
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%
}

.glide__bullet--active {
    background-color: #e1cb7a
}

@media (min-width: 768px) {
    .glide__bullet {
        width: 16px;
        height: 16px
    }
}

.glide__buttons {
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width: 992px) {
    .glide__buttons {
        margin-top: 0.5rem
    }
}

@media (min-width: 1200px) {
    .glide__buttons {
        margin-top: 0.875rem
    }
}

.glide__slide .speaker {
    cursor: pointer;
    background-color: transparent
}

    .glide__slide .speaker .card-img-top {
        border-radius: 50%;
        overflow: hidden;
        transition: all 0.25s ease-out 0.1s;
        padding: 0.25rem;
        background-color: #026696;
        background-image: radial-gradient(farthest-side at 70% 65%, #009645, #80ad55)
    }

@media (min-width: 768px) {
    .glide__slide .speaker .card-img-top {
        padding: 5px
    }
}

.glide__slide .speaker .card-title b {
    color: #DC787D
}

.glide h5 {
    font-weight: normal;
    line-height: 1.3;
    font-size: 1.125rem
}

.page-link {
    margin-left: 0.5rem;
    min-width: 24px
}

.page-item:first-child .page-link {
    border-radius: 0
}

.page-item:last-child .page-link {
    border-radius: 0
}

.speaker {
    cursor: pointer;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

    .speaker .card-img-left {
        border-radius: 50%;
        overflow: hidden;
        width: 64px;
        height: 64px
    }

@media (min-width: 768px) {
    .speaker .card-img-left {
        padding: 5px
    }
}

.speaker .card-title b {
    color: #DC787D
}

.speaker .card-body {
    padding: 0.5rem;
    width: calc(100% - 72px)
}

@media (min-width: 768px) {
    .speaker {
        align-items: center
    }
}

.wrapper {
    max-width: 1230px;
    margin: auto;
    padding: 0 16px
}

    .wrapper::after {
        display: block;
        content: "";
        clear: both
    }

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1100px) {
    .container {
        max-width: 1080px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1320px
    }
}

.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1440px) {
    .container-xxl {
        max-width: 1320px
    }
}

@media (min-width: 768px) {
    .area#about .text {
        margin-inline: auto
    }
}

.site-header {
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1)
}

.site-header__content {
    display: flex;
    align-items: center;
    padding: 16px 0;
    transition: all 0.2s ease-out
}

.site-header .nav {
    margin-left: auto
}

.site-header .nav-item {
    display: none;
    font-weight: bold
}

@media (min-width: 992px) {
    .site-header .nav-item {
        font-size: 16px;
        display: block
    }
}

@media (min-width: 1200px) {
    .site-header .nav-item {
        font-size: 18px;
        display: block
    }
}

.site-header .nav-link:hover {
    text-decoration: underline
}

.site-header .nav-btn-group {
    display: flex;
    align-items: center
}

.site-header .nav-btn {
    font-size: 18px;
    align-items: center;
    margin-left: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #e9ecef;
    text-align: center;
    color: #6c757d;
    font-weight: normal
}

    .site-header .nav-btn:hover {
        background: #003F21;
        color: white
    }

.site-header .logo {
    margin: 0
}

    .site-header .logo .img-fluid {
        max-height: 32px;
        transition: all 0.3s ease-out
    }

    .site-header .logo .vcci {
        display: none
    }

@media (min-width: 768px) {
    .site-header .logo .vcci {
        display: inline-block
    }

    .site-header .logo .img-fluid {
        max-height: 32px
    }
}

@media (min-width: 1200px) {
    .site-header .logo .img-fluid {
        max-height: 40px
    }
}

.site-header.is-pinned {
    position: fixed;
    background-color: rgba(0,63,33,0.5);
    backdrop-filter: blur(3px)
}

    .site-header.is-pinned .nav-link {
        color: white
    }

    .site-header.is-pinned + .site-content {
        margin-top: 72px
    }

@media (min-width: 768px) {
    .site-header.is-pinned .site-header__content {
        padding: 8px 0
    }

    .site-header.is-pinned .img-fluid {
        max-height: 32px
    }
}

.site-footer {
    padding: 16px 0;
    border-top: 1px solid #212529
}

    .site-footer::after {
        display: block;
        content: "";
        clear: both
    }

    .site-footer .text {
        font-size: 14px;
        margin-bottom: 8px
    }

@media (min-width: 768px) {
    .site-footer .copyright {
        text-align: right
    }
}

.page-category .site-content {
    margin-top: 2rem
}

.page-category .zone--timeline .story__thumb {
    float: none;
    width: 100%;
    margin-bottom: 0.625rem
}

@media (min-width: 576px) {
    .page-category .zone--timeline .story__thumb {
        margin-bottom: 0;
        float: left;
        width: 200px
    }
}

.table-tool {
    margin-bottom: 1rem
}

    .table-tool .search-wrap {
        position: relative
    }

        .table-tool .search-wrap .btn-search {
            position: absolute;
            right: 8px;
            bottom: 5px
        }

.page-detail .site-content {
    margin-top: 2rem
}

    .page-detail .site-content .zone__title {
        text-align: left
    }

@media (min-width: 1200px) {
    .page-detail .site-content .zone__title {
        font-size: 2rem
    }
}

.detail-wrap {
    margin-bottom: 3rem
}

    .detail-wrap.has-media {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        padding: 2rem 0
    }

        .detail-wrap.has-media .detail__header, .detail-wrap.has-media .detail__content, .detail-wrap.has-media .detail__footer {
            color: white
        }

        .detail-wrap.has-media .detail__header {
            order: 2;
            margin-bottom: 0
        }

        .detail-wrap.has-media .detail__summary {
            margin-bottom: 0
        }

        .detail-wrap.has-media .detail__content {
            order: 1
        }

            .detail-wrap.has-media .detail__content img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                max-height: 458px
            }

            .detail-wrap.has-media .detail__content .image-wrap {
                max-height: 458px
            }

                .detail-wrap.has-media .detail__content .image-wrap .image-caption {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    right: 10%;
                    padding: 0.5rem;
                    background: rgba(0,0,0,0.5);
                    font-size: 0.75rem
                }

@media screen and (min-width: 768px) {
    .detail-wrap.has-media .detail__content .image-wrap .image-caption {
        font-size: 1rem
    }
}

.detail-wrap.has-media .detail__content .image-wrap .bx-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 10%;
    padding: 0.5rem;
    background: rgba(0,0,0,0.5)
}

.detail-wrap.has-media .detail__content .image-wrap .bx-controls {
    position: absolute;
    left: 90%;
    right: 0;
    bottom: 10px;
    text-align: center;
    font-size: 0.875rem
}

.detail-wrap.has-media .detail__footer {
    order: 3
}

.detail__header {
    position: relative;
    margin-bottom: 1.5rem
}

.detail__title {
    margin: 0 0 1rem;
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: bold
}

.detail__title-sub {
    font-size: 1.5rem;
    font-weight: bold
}

.detail__meta {
    font-size: 1rem;
    opacity: 0.5;
    margin-bottom: 1rem
}

.detail__summary {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    font-weight: bold
}

.detail__avatar {
    text-align: center
}

    .detail__avatar figcaption {
        margin-top: 0.5rem;
        text-align: center;
        font-style: italic
    }

.detail__extension {
    padding-left: 3rem;
    position: relative;
    font-size: 1.125rem;
    margin-bottom: 1.5rem
}

    .detail__extension p {
        margin-bottom: 0.5rem
    }

    .detail__extension .fal {
        font-size: 1.5rem;
        position: absolute;
        top: 0;
        left: 0
    }

.detail__extension-wrap {
    padding: 1rem;
    background-color: #fafafa;
    border: 1px solid #ddd
}

.detail__content {
    margin-left: auto;
    margin-right: auto;
    color: black
}

    .detail__content::after {
        display: block;
        content: "";
        clear: both
    }

    .detail__content > p, .detail__content > div, .detail__content > h2, .detail__content > h3, .detail__content > h4, .detail__content > h5 {
        margin: 0px 0 1.5rem;
        font-size: 1.125rem;
        line-height: 1.4
    }

    .detail__content .embed-youtube, .detail__content img, .detail__content video {
        max-width: 100%;
        height: auto
    }

    .detail__content .content-image, .detail__content .image-wrap {
        position: relative
    }

        .detail__content .content-image img, .detail__content .image-wrap img {
            display: block;
            margin: auto
        }

        .detail__content .content-image .image-caption, .detail__content .content-image .fig, .detail__content .image-wrap .image-caption, .detail__content .image-wrap .fig {
            font-style: italic;
            max-width: 90%;
            margin: 0.5rem auto 0px;
            text-align: center
        }

        .detail__content .content-image.pull-left, .detail__content .content-image.pull-right, .detail__content .content-image.vertical-left, .detail__content .content-image.vertical-right, .detail__content .image-wrap.pull-left, .detail__content .image-wrap.pull-right, .detail__content .image-wrap.vertical-left, .detail__content .image-wrap.vertical-right {
            text-align: center
        }

    .detail__content .box-image.twin {
        display: flex
    }

        .detail__content .box-image.twin .content-image {
            margin: 0 1px
        }

    .detail__content .box-image.triple, .detail__content .box-image.four, .detail__content .box-image.five, .detail__content .box-image.seven {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end
    }

        .detail__content .box-image.triple .item, .detail__content .box-image.four .item, .detail__content .box-image.five .item, .detail__content .box-image.seven .item {
            height: 230px;
            width: calc(33.33% - 2px);
            overflow: hidden;
            position: relative
        }

        .detail__content .box-image.triple .item {
            height: 154px
        }

            .detail__content .box-image.triple .item img {
                height: 100%;
                width: auto;
                max-width: initial;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%)
            }

        .detail__content .box-image.four .item {
            width: calc(50% - 2px);
            height: 95px;
            margin-bottom: 4px
        }

        .detail__content .box-image.five .item, .detail__content .box-image.seven .item {
            width: calc(40% - 2px);
            margin-bottom: 4px;
            height: 75px
        }

        .detail__content .box-image.five .item-sm, .detail__content .box-image.seven .item-sm {
            flex-basis: calc(20% - 2px)
        }

            .detail__content .box-image.five .item-sm img, .detail__content .box-image.seven .item-sm img {
                height: 100%;
                width: auto;
                max-width: initial;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%)
            }

        .detail__content .box-image.five .item-lg, .detail__content .box-image.seven .item-lg {
            width: calc(50% - 2px);
            height: 95px
        }

    .detail__content .box-image.grid, .detail__content .box-image.eight {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end
    }

        .detail__content .box-image.grid .item, .detail__content .box-image.eight .item {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            height: 190px;
            margin-bottom: 3px;
            flex-basis: calc(40% - 2px);
            justify-content: center;
            flex-direction: column;
            position: relative;
            overflow: hidden
        }

            .detail__content .box-image.grid .item img, .detail__content .box-image.eight .item img {
                height: 100%;
                width: auto;
                max-width: initial;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%)
            }

        .detail__content .box-image.grid .item-lg, .detail__content .box-image.eight .item-lg {
            flex-basis: calc(50% - 2px)
        }

        .detail__content .box-image.grid .item-vertical, .detail__content .box-image.eight .item-vertical {
            flex-basis: calc(20% - 2px)
        }

    .detail__content table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem
    }

        .detail__content table th, .detail__content table td {
            padding: .5rem;
            vertical-align: top
        }

        .detail__content table.has-border th, .detail__content table.has-border td {
            border: 1px solid #dee2e6
        }

    .detail__content .first-letter::first-letter {
        font-weight: bold;
        text-transform: uppercase;
        color: #026696;
        font-size: 5.4rem;
        line-height: 4.2rem;
        padding-right: 8px;
        float: left;
        vertical-align: top
    }

    .detail__content .quotes {
        position: relative;
        padding: 1rem 1rem 0.5rem;
        line-height: 1.4;
        font-size: 1.125em;
        margin-bottom: 1rem;
        color: white;
        background-color: #026696
    }

        .detail__content .quotes.w100percent {
            max-width: 100%;
            float: none;
            margin-left: 0;
            margin-right: 0
        }

        .detail__content .quotes.icon-quote {
            background: transparent;
            color: black;
            border: 4px solid #026696;
            padding-left: 44px;
            margin-left: 0
        }

            .detail__content .quotes.icon-quote::before {
                content: '';
                font-family: "Font Awesome 5 Free";
                left: -20px;
                top: -36px;
                border: none;
                background: white;
                color: #026696;
                bottom: auto;
                right: auto;
                padding: 10px;
                font-size: 40px;
                font-weight: 900
            }

            .detail__content .quotes.icon-quote.quotes-right {
                margin-right: 0;
                margin-left: 16px
            }

    .detail__content .detail__social {
        margin-top: 24px
    }

    .detail__content .zone-common {
        margin: 0 -1rem 1rem;
        padding: 1rem 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }

.detail__relate .box.sidebar-box .box-heading {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase
}

.detail__relate .box.sidebar-box .box-content {
    margin-top: 16px
}

    .detail__relate .box.sidebar-box .box-content .rank-2-stories {
        margin-top: 0;
        padding-top: 0;
        border-top: none
    }

        .detail__relate .box.sidebar-box .box-content .rank-2-stories .story__thumb {
            float: left;
            margin-right: 1rem;
            width: 90px
        }

.detail__relate .box-content {
    border: 1px solid #000;
    height: initial !important;
    padding: 16px !important
}

    .detail__relate .box-content .rank-1-stories .story {
        margin-top: -30px !important
    }

    .detail__relate .box-content .rank-1-stories .story__thumb {
        width: 100% !important;
        height: initial !important;
        padding-bottom: 56.25%
    }

        .detail__relate .box-content .rank-1-stories .story__thumb img {
            transition: all 0.2s ease-in-out;
            transform-origin: top left
        }

        .detail__relate .box-content .rank-1-stories .story__thumb:hover a {
            transform: none
        }

        .detail__relate .box-content .rank-1-stories .story__thumb:hover img {
            transform: scale(1.05) translate(-50%, -50%)
        }

.detail__relate.is-full .box-content {
    border: none;
    padding: 0 !important
}

    .detail__relate.is-full .box-content .rank-2-stories .story__heading {
        margin-left: 0;
        padding-left: 24px;
        position: relative
    }

        .detail__relate.is-full .box-content .rank-2-stories .story__heading::before {
            content: '';
            display: block;
            position: absolute;
            top: 6px;
            left: 0;
            width: 8px;
            height: 8px;
            background-color: #026696
        }

.detail__credit {
    text-align: right;
    font-weight: bold;
    position: relative;
    padding-top: 16px;
    margin-top: 24px
}

    .detail__credit::before {
        content: '';
        display: block;
        width: 108px;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 0;
        right: 0
    }

    .detail__credit .source {
        font-style: italic
    }

.detail__footer {
    margin-top: 1.5rem
}

.page-contact .site-header {
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0
}

.text-normal, .normal-text {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal
}

.text-small {
    font-size: 1.25rem;
    line-height: 1.3
}

.text-link {
    color: #026696
}

    .text-link:hover {
        text-decoration: underline
    }

.text-black {
    font-weight: 900
}

.slogan {
    font-size: 15px;
    line-height: 1.47;
    font-weight: bold;
    font-family: 'Barlow', serif;
    letter-spacing: -0.5px
}

@media (min-width: 768px) {
    .slogan {
        font-size: 30px
    }
}

@media (min-width: 992px) {
    .slogan {
        font-size: 36px
    }
}

@media (min-width: 1200px) {
    .slogan {
        font-size: 48px
    }
}

.slogan--sub {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    color: white;
    font-family: 'Commissioner', sans-serif
}

@media (min-width: 768px) {
    .slogan--sub {
        font-size: 19px
    }
}

@media (min-width: 992px) {
    .slogan--sub {
        font-size: 20px
    }
}

.slogan--desc {
    font-size: 14px;
    color: white
}

@media (min-width: 768px) {
    .slogan--desc {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .status {
        font-size: 0;
        text-align: center
    }
}

.text {
    font-size: 16px;
    line-height: 1.5em
}

@media (min-width: 768px) {
    .text {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .btn-sm {
        font-size: 0.75rem;
        padding: 0.25rem
    }
}

.dropdown-menu.bg-dark > a:hover, .dropdown-menu.bg-dark > a:focus {
    background-color: rgba(255,255,255,0.3)
}

@keyframes colorPulse1 {
    from {
        color: #026696
    }

    to {
        color: #e1cb7a
    }
}

@keyframes colorPulse2 {
    from {
        color: #e1cb7a
    }

    to {
        color: #026696
    }
}

@media (min-width: 992px) {
    .border-top-lg {
        border-top-width: 1px;
        border-top-style: solid
    }
}

@media screen and (min-width: 768px) {
    .wrapper {
        max-width: 720px
    }
}

@media screen and (min-width: 1024px) {
    .wrapper {
        max-width: 980px
    }

    .column-main {
        width: 655px;
        float: left
    }

    .column-sidebar {
        width: 300px;
        float: right
    }

    .column-timeline {
        width: 395px;
        float: left
    }

    .column-aside {
        width: 195px;
        float: right
    }
}

@media screen and (min-width: 1280px) {
    .wrapper {
        max-width: 1230px
    }

    .column-main {
        width: 905px
    }

    .column-timeline {
        width: 500px
    }

    .column-aside {
        width: 300px
    }
}
/********* public:message.less ********/
.message + .message, .message.message--bordered {
    border-top: 1px solid #d8d8d8
}

.message.is-mod-selected, .block--messages .message.is-mod-selected {
    background: #fff8ee
}

    .message.is-mod-selected .message-cell--user, .block--messages .message.is-mod-selected .message-cell--user {
        background: #fff8ee
    }

    .message.is-mod-selected .message-userArrow:after, .block--messages .message.is-mod-selected .message-userArrow:after {
        border-right-color: #fff8ee
    }

.message-inner {
    display: flex
}

.message-cell {
    display: block;
    vertical-align: top;
    padding: 10px
}

.message--quickReply .message-cell > .formRow:last-child > dd {
    padding-bottom: 0
}

.message-cell.message-cell--closer {
    padding: 6px
}

    .message-cell.message-cell--closer.message-cell--user {
        flex: 0 0 132px
    }

.message--simple .message-cell.message-cell--closer.message-cell--user {
    flex: 0 0 82px
}

.message-cell.message-cell--closer.message-cell--action {
    flex: 0 0 52px
}

.message-cell.message-cell--user, .message-cell.message-cell--action {
    position: relative;
    background: #f5f5f5;
    border-right: 1px solid #d8d8d8;
    min-width: 0
}

.message-cell.message-cell--user {
    flex: 0 0 200px
}

.message--simple .message-cell.message-cell--user {
    flex: 0 0 82px
}

.message-cell.message-cell--action {
    flex: 0 0 60px
}

.message-cell.message-cell--main {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0
}

    .message-cell.message-cell--main.is-editing {
        padding: 0
    }

    .message-cell.message-cell--main .block {
        margin: 0
    }

    .message-cell.message-cell--main .block-container {
        margin: 0;
        border: none
    }

.message-cell.message-cell--alert {
    font-size: 13px;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    color: #aa6709;
    background: #fff4e5
}

    .message-cell.message-cell--alert a {
        color: #f2930d
    }

.message-cell.message-cell--extra {
    flex: 0 0 200px;
    border-left: 1px solid #d8d8d8;
    background: #f5f5f5
}

    .message-cell.message-cell--extra .formRow-explain {
        margin: 6px 0 0;
        font-size: 13px;
        color: #8c8c8c;
        font-size: 80%
    }

        .message-cell.message-cell--extra .formRow-explain a {
            color: inherit;
            text-decoration: underline
        }

.message-main {
    height: 100%;
    display: flex;
    flex-direction: column
}

.message-content {
    flex: 1 1 auto;
    min-height: 1px
}

.message-footer {
    margin-top: auto
}

@media (max-width:650px) {
    .message:not(.message--forceColumns) .message-inner {
        display: block
    }

    .message:not(.message--forceColumns) .message-cell {
        display: block
    }

        .message:not(.message--forceColumns) .message-cell:before, .message:not(.message--forceColumns) .message-cell:after {
            content: " ";
            display: table
        }

        .message:not(.message--forceColumns) .message-cell:after {
            clear: both
        }

        .message:not(.message--forceColumns) .message-cell.message-cell--user {
            width: auto;
            border-right: none;
            border-bottom: 1px solid #d8d8d8
        }

        .message:not(.message--forceColumns) .message-cell.message-cell--main {
            padding-left: 10px
        }

        .message:not(.message--forceColumns) .message-cell.message-cell--extra {
            width: auto;
            border-left: none;
            border-top: 1px solid #d8d8d8
        }

    .message--simple:not(.message--forceColumns) .message-cell.message-cell--user, .message--quickReply:not(.message--forceColumns) .message-cell.message-cell--user {
        display: none
    }
}

.message-userArrow {
    position: absolute;
    top: 20px;
    right: -1px;
    border: 10px solid transparent;
    border-left-width: 0;
    border-right-color: #d8d8d8
}

    .message-userArrow:after {
        position: absolute;
        top: -9px;
        right: -10px;
        content: "";
        border: 9px solid transparent;
        border-left-width: 0;
        border-right-color: #fefefe
    }

.message-avatar {
    text-align: center
}

    .message-avatar .avatar {
        vertical-align: bottom
    }

.message-avatar-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: .5em
}

    .message-avatar-wrapper .message-avatar-online {
        position: absolute;
        left: 50%;
        margin-left: -.615em;
        bottom: -.5em
    }

        .message-avatar-wrapper .message-avatar-online:before {
            font-family: 'Font Awesome 5 Pro';
            font-size: inherit;
            font-style: normal;
            font-weight: 400;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f2bd";
            line-height: 1;
            font-weight: bold;
            color: #7fb900;
            background: #f5f5f5;
            border: #f5f5f5 solid 2px;
            border-radius: 50%;
            display: inline-block
        }

.message-name {
    font-weight: 700;
    font-size: inherit;
    text-align: center;
    margin: 0
}

.message-userTitle {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin: 0
}

.message-userBanner.userBanner {
    display: block;
    margin-top: 3px
}

.message-userExtras {
    margin-top: 3px;
    font-size: 12px
}

.message--deleted .message-userDetails {
    display: none
}

.message--deleted .message-avatar .avatar {
    width: 48px;
    height: 48px;
    font-size: 29px
}

@media (max-width:650px) {
    .message:not(.message--forceColumns) .message-userArrow {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 24px;
        border: none;
        border: 10px solid transparent;
        border-top-width: 0;
        border-bottom-color: #d8d8d8
    }

        .message:not(.message--forceColumns) .message-userArrow:after {
            top: auto;
            right: auto;
            left: -9px;
            bottom: -10px;
            border: none;
            border: 9px solid transparent;
            border-top-width: 0;
            border-bottom-color: #fefefe
        }

    .message:not(.message--forceColumns).is-mod-selected .message-userArrow:after {
        border-color: transparent;
        border-bottom-color: #fff8ee
    }

    .message:not(.message--forceColumns) .message-user {
        display: flex
    }

    .message:not(.message--forceColumns) .message-avatar {
        margin-bottom: 0
    }

        .message:not(.message--forceColumns) .message-avatar .avatar {
            width: 48px;
            height: 48px;
            font-size: 29px
        }

            .message:not(.message--forceColumns) .message-avatar .avatar + .message-avatar-online {
                left: auto;
                right: 0
            }

    .message:not(.message--forceColumns) .message-userDetails {
        flex: 1;
        min-width: 0;
        padding-left: 10px
    }

    .message:not(.message--forceColumns) .message-name {
        text-align: left
    }

    .message:not(.message--forceColumns) .message-userTitle, .message:not(.message--forceColumns) .message-userBanner.userBanner {
        display: inline-block;
        text-align: left;
        margin: 0
    }

    .message:not(.message--forceColumns) .message-userExtras {
        display: none
    }

    .message:not(.message--forceColumns) .message--deleted .message-userDetails {
        display: block
    }
}

.message-content {
    position: relative
}

    .message-content .js-selectToQuoteEnd {
        height: 0;
        font-size: 0;
        overflow: hidden
    }

.message--multiQuoteList .message-content {
    min-height: 80px;
    max-height: 120px;
    overflow: hidden
}

    .message--multiQuoteList .message-content .message-body {
        pointer-events: none
    }

.message-attribution {
    color: #8c8c8c;
    font-size: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e7e7e7
}

    .message-attribution:before, .message-attribution:after {
        content: " ";
        display: table
    }

    .message-attribution:after {
        clear: both
    }

    .message-attribution.message-attribution--plain {
        border-bottom: none;
        font-size: inherit;
        padding-bottom: 0
    }

    .message-attribution.message-attribution--split {
        display: flex;
        align-items: flex-end
    }

        .message-attribution.message-attribution--split .message-attribution-opposite {
            margin-left: auto
        }

.message-attribution-main {
    float: left
}

.message-attribution-opposite {
    float: right
}

    .message-attribution-opposite.message-attribution-opposite--list {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0
    }

        .message-attribution-opposite.message-attribution-opposite--list > li {
            margin-left: 14px
        }

            .message-attribution-opposite.message-attribution-opposite--list > li:first-child {
                margin-left: 0
            }

        .message-attribution-opposite.message-attribution-opposite--list a {
            display: inline-block;
            margin: -3px -7px;
            padding: 3px 7px
        }

    .message-attribution-opposite a {
        color: inherit
    }

        .message-attribution-opposite a:hover {
            text-decoration: none;
            color: #1a3e63
        }

.message-attribution-source {
    font-size: 12px;
    margin-bottom: 3px
}

.message-attribution-user {
    font-weight: 700
}

    .message-attribution-user .avatar {
        display: none
    }

    .message-attribution-user .attribution {
        display: inline;
        font-size: inherit;
        font-weight: inherit;
        margin: 0
    }

.message-newIndicator {
    font-size: 90%;
    color: #fff;
    background: #f2930d;
    border-radius: 2px;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 1px;
    padding-left: 4px
}

.message-minorHighlight {
    font-size: 13px;
    color: #47a7eb
}

.message-fields {
    margin: 10px 0
}

.message-body {
    margin: 10px 0;
    font-family: 'Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif
}

    .message-body:before, .message-body:after {
        content: " ";
        display: table
    }

    .message-body:after {
        clear: both
    }

.message--simple .message-body {
    margin-top: 6px;
    margin-bottom: 6px
}

.message-body:last-child {
    margin-bottom: 0
}

.message-body .message-title {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0
}

.message-attachments {
    margin: .5em 0
}

.message-attachments-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.message-lastEdit {
    margin-top: .5em;
    color: #8c8c8c;
    font-size: 11px;
    text-align: right
}

.message-signature {
    margin-top: 10px;
    font-size: 12px;
    color: #8c8c8c;
    border-top: 1px solid #dfdfdf;
    padding-top: 3px
}

.message-actionBar .actionBar-set {
    margin-top: 10px;
    font-size: 13px
}

.message--simple .message-actionBar .actionBar-set {
    margin-top: 6px
}

.message .likesBar {
    margin-top: 10px;
    padding: 6px
}

.message .reactionsBar {
    margin-top: 10px;
    padding: 6px
}

.message-historyTarget {
    margin-top: 10px
}

.message-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fefefe;
    background: linear-gradient(to bottom, rgba(254,254,254,0) 0%, #fefefe 90%)
}

.message-responses {
    margin-top: 6px;
    font-size: 13px
}

    .message-responses .editorPlaceholder .input {
        font-size: inherit
    }

.message-responseRow {
    margin-top: -1px;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    padding: 6px
}

    .message-responseRow.message-responseRow--likes, .message-responseRow.message-responseRow--reactions {
        display: none;
        opacity: 0;
        -webkit-transition: all .25s ease, -xf-opacity .25s ease;
        transition: all .25s ease, -xf-opacity .25s ease;
        overflow-y: hidden;
        height: 0;
        -webkit-transition-property: all,-xf-height;
        transition-property: all,-xf-height
    }

        .message-responseRow.message-responseRow--likes.is-active, .message-responseRow.message-responseRow--reactions.is-active {
            display: block;
            opacity: 1
        }

        .message-responseRow.message-responseRow--likes.is-transitioning, .message-responseRow.message-responseRow--reactions.is-transitioning {
            display: block
        }

        .message-responseRow.message-responseRow--likes.is-active, .message-responseRow.message-responseRow--reactions.is-active {
            height: auto;
            overflow-y: visible
        }

        .message-responseRow.message-responseRow--likes.is-transitioning, .message-responseRow.message-responseRow--reactions.is-transitioning {
            overflow-y: hidden
        }

@media (max-width:650px) {
    .message:not(.message--forceColumns) .message-attribution-user .avatar {
        display: inline-flex;
        width: 21px;
        height: 21px;
        font-size: 13px
    }

    .message:not(.message--forceColumns) .message-content {
        min-height: 1px
    }
}

@media (max-width:480px) {
    .message-signature {
        display: none
    }
}

.message-menuGroup {
    display: inline-block
}

.message-menuTrigger {
    display: inline-block
}

    .message-menuTrigger:after {
        font-family: 'Font Awesome 5 Pro';
        font-size: inherit;
        font-style: normal;
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d7";
        font-weight: 900;
        unicode-bidi: isolate;
        text-align: right
    }

    .message-menuTrigger:hover:after {
        color: black
    }

.message-menu-section--editDelete .menu-linkRow {
    font-weight: 700;
    font-size: 15px
}

.message-menu-link--delete i:after {
    content: "\f2ed"
}

.message-menu-link--edit i:after {
    content: "\f044"
}

.message-menu-link--report i:after {
    content: "\f119"
}

.message-menu-link--warn i:after {
    content: "\f071"
}

.message-menu-link--spam i:after {
    content: "\f05e"
}

.message-menu-link--ip i:after {
    content: "\f0e8"
}

.message-menu-link--history i:after {
    content: "\f1da"
}

.message-menu-link--follow i:after {
    content: "\f234"
}

.message-menu-link--ignore i:after {
    content: "\f235"
}

.message-menu-link--share i:after {
    content: "\f1e0"
}

.comment-inner {
    display: table;
    table-layout: fixed;
    width: 100%
}

.comment-avatar {
    display: table-cell;
    width: 24px;
    vertical-align: top
}

    .comment-avatar .avatar, .comment-avatar img {
        vertical-align: bottom
    }

.comment-main {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top
}

.comment-contentWrapper {
    margin-bottom: 6px
}

.comment-user {
    font-weight: 700
}

.comment-body {
    display: inline
}

.comment-input {
    display: block;
    height: 2.34em;
    margin-bottom: 6px
}

.comment-actionBar .actionBar-set {
    margin-top: 6px;
    color: #8c8c8c
}

.comment-likes, .comment-reactions {
    display: none;
    opacity: 0;
    -webkit-transition: all .25s ease, -xf-opacity .25s ease;
    transition: all .25s ease, -xf-opacity .25s ease;
    overflow-y: hidden;
    height: 0;
    -webkit-transition-property: all,-xf-height;
    transition-property: all,-xf-height;
    margin-top: 6px;
    font-size: 12px
}

    .comment-likes.is-active, .comment-reactions.is-active {
        display: block;
        opacity: 1
    }

    .comment-likes.is-transitioning, .comment-reactions.is-transitioning {
        display: block
    }

    .comment-likes.is-active, .comment-reactions.is-active {
        height: auto;
        overflow-y: visible
    }

    .comment-likes.is-transitioning, .comment-reactions.is-transitioning {
        overflow-y: hidden
    }

.formSubmitRow.formSubmitRow--messageQr .formSubmitRow-controls {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:540px) {
    .formSubmitRow.formSubmitRow--messageQr .formSubmitRow-controls {
        text-align: right
    }
}

.messageNotice {
    margin: 6px 0;
    padding: 6px 10px;
    color: #aa6709;
    background: #fff4e5;
    font-size: 12px;
    border-left: 2px solid #f2930d
}

    .messageNotice.messageNotice--nested {
        border-left-width: 1px
    }

    .messageNotice:not(.messageNotice--highlighted) a, .messageNotice:not(.messageNotice--highlighted) a:hover {
        color: #f2930d
    }

    .messageNotice:before {
        display: inline-block;
        font-family: 'Font Awesome 5 Pro';
        font-size: inherit;
        font-style: normal;
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: .2em;
        font-size: 125%;
        color: #f2930d
    }

    .messageNotice.messageNotice--highlighted {
        color: #141414;
        background: #edf6fd;
        border-left-color: #47a7eb
    }

        .messageNotice.messageNotice--highlighted:before {
            color: #47a7eb
        }

    .messageNotice.messageNotice--deleted:before {
        content: "\f2ed";
        display: inline-block;
        width: .88em
    }

    .messageNotice.messageNotice--moderated:before {
        content: "\f132";
        display: inline-block;
        width: 1em
    }

    .messageNotice.messageNotice--warning:before {
        content: "\f071";
        display: inline-block;
        width: 1em
    }

    .messageNotice.messageNotice--ignored:before {
        content: "\f131";
        display: inline-block;
        width: 1.25em
    }

@media (min-width:650px) {
    .block:not(.block--messages) .block-container:not(.block-container--noStripRadius) > .block-body:first-child > .message:first-child .message-cell:first-child, .block:not(.block--messages) .block-topRadiusContent.message .message-cell:first-child, .block:not(.block--messages) .block-topRadiusContent > .message:first-child .message-cell:first-child {
        border-top-left-radius: 3px
    }

    .block:not(.block--messages) .block-container:not(.block-container--noStripRadius) > .block-body:first-child > .message:first-child .message-cell:last-child, .block:not(.block--messages) .block-topRadiusContent.message .message-cell:last-child, .block:not(.block--messages) .block-topRadiusContent > .message:first-child .message-cell:last-child {
        border-top-right-radius: 3px
    }

    .block:not(.block--messages) .block-container:not(.block-container--noStripRadius) > .block-body:last-child > .message:last-child .message-cell:first-child, .block:not(.block--messages) .block-bottomRadiusContent.message .message-cell:first-child, .block:not(.block--messages) .block-bottomRadiusContent > .message:last-child .message-cell:first-child {
        border-bottom-left-radius: 3px
    }

    .block:not(.block--messages) .block-container:not(.block-container--noStripRadius) > .block-body:last-child > .message:last-child .message-cell:last-child, .block:not(.block--messages) .block-bottomRadiusContent.message .message-cell:last-child, .block:not(.block--messages) .block-bottomRadiusContent > .message:last-child .message-cell:last-child {
        border-bottom-right-radius: 3px
    }
}

.block--messages .block-container {
    background: none;
    border: none
}

.block--messages .message, .block--messages .block-row {
    color: #141414;
    background: #fefefe;
    border-width: 1px;
    border-style: solid;
    border-top-color: #dfdfdf;
    border-right-color: #d8d8d8;
    border-bottom-color: #cbcbcb;
    border-left-color: #d8d8d8;
    border-radius: 4px
}

    .block--messages .message + .message, .block--messages .block-row + .message, .block--messages .message + .block-row, .block--messages .block-row + .block-row {
        margin-top: 6px
    }

.block--messages .message-spacer + .message, .block--messages .message-spacer + .block-row {
    margin-top: 6px
}

.block--messages .message-cell:first-child {
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.block--messages .message-cell:last-child {
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.block--messages .message-cell:first-child:last-child {
    border-radius: 3px
}

@media (max-width:650px) {
    .block--messages .message:not(.message--forceColumns) .message-cell:first-child {
        border-radius: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .block--messages .message:not(.message--forceColumns) .message-cell:last-child {
        border-radius: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

    .block--messages .message:not(.message--forceColumns) .message-cell:first-child:last-child {
        border-radius: 3px
    }

    .block--messages .message--simple:not(.message--forceColumns) .message-cell--user + .message-cell {
        border-radius: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
}

@media (max-width:650px) {
    .block--messages .message, .block--messages .block-row {
        border-left: none;
        border-right: none;
        border-radius: 0
    }

    .block--messages .message-cell {
        border-radius: 0
    }

        .block--messages .message-cell:first-child, .block--messages .message-cell:last-child {
            border-radius: 0
        }

    .block--messages .message--simple .message-cell--user + .message-cell {
        border-radius: 0
    }

    .block--messages .message-container {
        padding: 6px 0 0 0
    }

        .block--messages .message-container .message-container-header {
            text-align: center
        }

        .block--messages .message-container .message {
            border-bottom: 0
        }
}
/*# sourceMappingURL=main.css.map */
.avatar.avatar--m {
    width: 96px;
    height: 96px;
    font-size: 58px;
}

.cap {
    font-weight: bold;
    border: 1px solid #4ab3e5;
    background: linear-gradient(90deg, #005faf 0%, #1b8fc7 100%);
    padding: 3px;
    line-height: 31px;
    height: 36px;
}

    .cap p a {
        color: white;
        font-size: 14px;
    }

.icap img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.avatar img:not(.cropImage) {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    border-radius: inherit;
    width: 100%;
    height: 100%;
}

.avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    vertical-align: top;
    overflow: hidden;
}

.message-name {
    font-weight: 700;
    font-size: inherit;
    text-align: center;
    margin: 0;
}

.message-userTitle {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.message-inner {
    display: flex;
    background: white;
    margin-bottom: 30px;
}

h1.p-title-value {
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    min-width: 0;
    margin-right: auto;
    margin-left: 16px;
}

.select2 {
    background-color: #eef8e2;
    border: 1px solid #aaa;
    border-radius: 4px;
}

div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_filter {
    text-align: left;
    margin-bottom: 8px
}

    div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_paginate ul.pagination {
        white-space: nowrap;
        float: right;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

@media screen and (max-width: 767px) {
    div.dataTables_wrapper > div.row > div,
    div.dataTables_length,
    div.dataTables_filter,
    div.dataTables_info,
    div.dataTables_paginate {
        text-align: center;
    }

    div.DTTT {
        margin-bottom: 0.5em;
    }
}


table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        position: relative;
    }

        table.dataTable thead .sorting:after,
        table.dataTable thead .sorting_asc:after,
        table.dataTable thead .sorting_desc:after {
            position: absolute;
            top: 8px;
            right: 8px;
            display: block;
            font-family: 'Glyphicons Halflings';
            opacity: 0.5;
        }

        table.dataTable thead .sorting:after {
            opacity: 0.2;
            content: "\e150"; /* sort */
        }

        table.dataTable thead .sorting_asc:after {
            content: "\e155"; /* sort-by-attributes */
        }

        table.dataTable thead .sorting_desc:after {
            content: "\e156"; /* sort-by-attributes-alt */
        }

div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
    display: none;
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
}

table.dataTable thead > tr > th {
    padding-right: 30px;
}

table.dataTable th:active {
    outline: none;
}


/* Condensed */
table.dataTable.table-condensed thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
    top: 6px;
    right: 6px;
}

/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child,
    div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
    border-collapse: separate !important;
}

table.table-bordered thead th,
table.table-bordered thead td {
    border-left-width: 0;
    border-top-width: 0;
}

table.table-bordered tbody th,
table.table-bordered tbody td {
    border-left-width: 0;
    border-bottom-width: 0;
}

table.table-bordered tfoot th,
table.table-bordered tfoot td {
    border-left-width: 0;
    border-bottom-width: 0;
}

table.table-bordered th:last-child,
table.table-bordered td:last-child {
    border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}




/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
    background-color: #08C;
    color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
    color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
}

div.DTTT .btn:hover {
    text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
}

    ul.DTTT_dropdown.dropdown-menu a {
        color: #333 !important; /* needed only when demo_page.css is included */
    }

    ul.DTTT_dropdown.dropdown-menu li {
        position: relative;
    }

        ul.DTTT_dropdown.dropdown-menu li:hover a {
            background-color: #0088cc;
            color: white !important;
        }

div.DTTT_collection_background {
    z-index: 2002;
}

/* TableTools information display */
div.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    opacity: 0.95;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

    div.DTTT_print_info h6 {
        font-weight: normal;
        font-size: 28px;
        line-height: 28px;
        margin: 1em;
    }

    div.DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}


div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
    display: none;
}


/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
    margin: 0 !important
}

#speaker2 ul.pl-2 {
    min-height: 210px !important;
}

.btn_css {
    width: 201px;
    float: right;
    margin-top: 25px;
    margin-bottom: 23px;
}

.cauhoi_css p {
    color: #e92d2d;
    font-size: 17px;
    font-weight: bold;
}

nav.navbar.navbar-default.navbar-fixed-top {
    display: none;
}

@media (max-width: 992px) {
    .border-left {
        border: none !important;
    }

    .top-menu2 {
        height: 66px !important;
        background-size: contain !important;
    }

    nav.navbar.navbar-default.navbar-fixed-top {
        background: #005faf !important;
    }

    ul.nav.navbar-nav.navbar-right li {
        line-height: 35px;
        border-bottom: 1px solid #ffffff45;
    }

    button.navbar-toggler {
        border: 1px solid #fff;
    }

    .top-menu {
        display: none;
    }

    nav.navbar.navbar-default.navbar-fixed-top {
        display: block !important;
    }
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.collapse.in {
    display: block;
}

.card-body {
    padding: 0;
}

.table_css tr th {
    border: 1px solid #33333317;
}

.table_css tr td {
    border: 1px solid #33333317;
}

.tbl_css tr td {
    border: 1px solid #33333317;
    border-right: 0px solid #333;
    border-left: 0px;
}

dl.pairs.pairs--rows {
    margin: 0;
}

a.cauhoi {
    float: right;
    color: white;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 5px;
}

.tt_css {
    background: url(/nguoidaidien/images/1.PNG);
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-bottom: 9px;
}

.top-menu2 {
    padding: 0px 0;
    background: white;
    border-bottom: 1px solid #337ab7b0;
    height: 133px;
}

.top-menu {
    background: #129c4e !important;
}

ul.nav li a {
    color: white;
}

.card.speaker {
    float: right;
    padding-top: 13px;
    align-items: normal;
}

ul.thongtin li {
    list-style: none;
}

ul.thongtin {
    padding: 0;
}

ul.pagination.pagination-sm.m-0.float-right {
    padding-bottom: 10px;
}

footer#site-footer p {
    color: white;
}

.site-footer {
    padding: 16px 0;
    border-top: 1px solid #87c3ff;
    background: #129c4e !important;
}

p.text--b {
    font-weight: bold;
}

ul.pl-2 li a {
    color: #0772ba;
    line-height: 36px;
}
/* ===== PVN Header (refined) ===== */
.pvn-header {
    background: #fff;
    border-bottom: 1px solid #e9edf2;
    position: sticky;
    top: 0;
    z-index: 50;
}

.pvn-header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0; /* cao hơn chút cho giống ảnh */
}

/* ===== Brand ===== */
.pvn-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

/* Logo: không bo, không khung, to hơn */
.pvn-brand__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    flex: 0 0 auto;
}

    .pvn-brand__logo img {
        height: 78px; /* TO HƠN: bạn có thể tăng 56–60 */
        width: auto;
        display: block;
    }

/* Text block */
.pvn-brand__text {
    font-family: 'Barlow', sans-serif;
    min-width: 0;
}

/* Dòng 1: to + rõ hơn */
.pvn-brand__line1 {
    color: #0a7d3d;
    font-size: 13.5px; /* tăng */
    font-weight: 700; /* đậm hơn */
    letter-spacing: .25px;
    text-transform: uppercase;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Dòng 2: headline mạnh */
.pvn-brand__line2 {
    color: #098b43;
    font-size: 20px; /* tăng */
    font-weight: 900; /* mạnh hơn */
    letter-spacing: .35px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ===== Right side ===== */
.pvn-user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

/* User card: giữ đẹp như ảnh */
.pvn-usercard {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #eef2f6;
    box-shadow: 0 10px 26px rgba(2, 6, 23, .08);
    max-width: 380px;
}

.pvn-usercard__avatar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf7f0;
    color: #098b43;
    border: 1px solid #d8efe3;
    flex: 0 0 auto;
}

.pvn-usercard__info {
    min-width: 0;
}

.pvn-usercard__name {
    font-size: 14px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pvn-usercard__unit {
    font-size: 12.5px;
    color: #64748b;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pvn-usercard__logout {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 12.5px;
    font-weight: 800;
    color: #e31646;
    text-decoration: none;
}

    .pvn-usercard__logout:hover {
        text-decoration: underline;
    }

/* Login button */
.pvn-loginbtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 14px;
    background: #098b43;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #087a3a;
    box-shadow: 0 10px 24px rgba(9, 139, 67, .20);
}

    .pvn-loginbtn:hover {
        filter: brightness(.97);
        color: #fff;
    }

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .pvn-header__row {
        flex-wrap: wrap;
        padding: 14px 0;
    }

    .pvn-user {
        width: 100%;
        justify-content: flex-end;
    }

    .pvn-usercard {
        max-width: 100%;
    }

    .pvn-brand__logo img {
        height: 48px;
    }

    .pvn-brand__line1 {
        font-size: 12.5px;
    }

    .pvn-brand__line2 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .pvn-brand__logo img {
        height: 44px;
    }

    .pvn-brand__line1 {
        display: none;
    }
    /* mobile ẩn dòng dài cho gọn */
    .pvn-brand__line2 {
        font-size: 16px;
        white-space: normal; /* cho phép xuống dòng nếu cần */
    }
}