@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px !important;
}
.yellow {
    color: #ffe096;
}

.main-color {
    color: #6d9fff;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

p {
    font-size: 16px;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

label {
    margin-bottom: 0;
}

input[type='text'],
input[type='password'],
select.style {
    height: 40px;
    background: #0D1E25;
    color: #FFF;
    padding-left: 14px;
    border-radius: 5px;
    border: 0;
}

input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

input.input-control {
    width: 100%;
}

.reg {
    margin-top: 94px !important;
    margin-bottom: 158px;
    padding-top: 66px !important;
}

.reg-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    /* identical to box height */
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFFFFF 0%, #6D9FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.d-none.d-md-block.banner-top {
    display: none !important;
}
.reg-text2 {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFE096;
}

.col-form-label {
    font-size: 16px;
}

.checkcontainer {
    color: #6FA0FF;
    padding-left: 36px;
}

/* Hide the browser's default checkbox */
input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 15px;
    height: 20px;
    width: 20px;
    background-color: #2196F3;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
input[type=checkbox]~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
input[type=checkbox]:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
input[type=checkbox]:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #0d1e25;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6d9fff;
    border-radius: 5px;
}

/* Handle on hover */
.primary-btn {
    background: linear-gradient(180deg, #fc7371 0%, #720000 100%);
    text-align: center;
    padding: 8px 18px;
    cursor: pointer;
    filter: brightness(0.9);
    color: white;
    border: navajowhite;
}

.primary-btn:hover {
    filter: brightness(1);
}

table.style {
    background: #0d1e25;
    font-size: 1.4rem;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

table.style thead {
    text-transform: capitalize;
    color: white;
}

table.style th,
table.style td {
    border: 1px solid rgba(23, 44, 68, 0.843);
    padding: 8px 0;
}

table.style.basic-lottery {
    font-size: 1.6rem;
}

table.style.basic-lottery tbody tr:first-child td {
    width: calc((100%) / 12);
    padding: 0;
}

table.style.basic-lottery tbody tr:first-child th {
    padding: 0;
}

table.style.basic-lottery tbody tr:nth-child(2) td,
table.style.basic-lottery tbody tr:nth-child(2) th {
    color: #6d9fff;
}

table.style.basic-lottery tbody th {
    min-width: 70px;
}

table.style.basic-lottery.nocolor tbody tr:nth-child(2) td {
    color: white;
}

table.style.multi-lottery {
    font-size: 1.6rem;
}

table.style.multi-lottery tbody tr:nth-child(8) td,
table.style.multi-lottery tbody tr:nth-child(8) th {
    color: #6d9fff;
}

table.style.multi-lottery tbody th {
    min-width: 70px;
}

table.style.loto {
    font-size: 1.6rem;
}

table.style.loto tbody th {
    width: 60px;
}

table.style.loto tbody td {
    text-align: left;
    padding: 8px 16px;
}

table.style.loto tbody td span+span::before {
    content: ', ';
}

table.style.thongke tbody td {
    color: #6d9fff;
}

table.theme {
    background: #0d1e25;
    font-size: 1.4rem;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

table.theme thead {
    text-transform: capitalize;
    color: white;
}

table.theme th,
table.theme td {
    border-right: 0.5px solid rgba(23, 44, 68, 0.843);
    border-bottom: 0.5px solid rgba(23, 44, 68, 0.843);
}

table.theme.basic-lottery {
    font-size: 1.6rem;
}

table.theme.basic-lottery tbody tr td:first-child {
    background: #2d2d2d;
}

table.theme.basic-lottery tbody tr .count_1 {
    background: #5b5c66;
    color: #f8f8f8;
}

table.theme.basic-lottery tbody tr .count_2 {
    background: #7658cf;
    color: #f8f8f8;
}

table.theme.basic-lottery tbody tr .count_3 {
    background: #ff453c;
    color: #f8f8f8;
}

table.theme.loto {
    font-size: 1.6rem;
}

table.theme.loto tbody th {
    width: 60px;
}

table.theme.loto tbody td {
    text-align: left;
    padding: 8px 16px;
}

table.theme.loto tbody td span+span::before {
    content: ', ';
}

table.theme.thongke tbody td {
    color: #6d9fff;
}

form.soicau input[type='text'],
form.soicau select {
    color: #ffffff;
    text-align: center;
    height: 39px;
    background: #172b43d7;
    border: 1px solid #0a3b9b;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

form.soicau input[type='submit'] {
    height: 39px;
}

form.soicau input[type='radio'] {
    background: #6d9fff;
    width: 24px;
    height: 24px;
}

form.soicau input[type='checkbox'] {
    background: #6d9fff;
    width: 24px;
    height: 24px;
}

.ui-dialog-titlebar {
    background-color: #0d1e25;
    color: #ffffff;
    text-align: center;
}

.ui-dialog-titlebar button {
    color: #fff;
    top: 3px;
    right: 23px;
    position: absolute;
}

.ui-dialog-titlebar button::after {
    position: absolute;
    content: 'X';
    top: -2px;
    left: 2px;
    font-weight: 700;
}

.ui-datepicker {
    background-color: #0d1e25;
    color: #ffffff;
    width: 20em;
    padding: .2em .2em 0;
    display: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    right: 20px;
}

.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    right: 1px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month {
    width: 35%;
}

.ui-datepicker select.ui-datepicker-year {
    width: 35%;
    margin-left: 3px;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker th span {
    color: #C4E1FF;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker td a:hover {
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.matrancau_dlg ul {
    background-color: #0d1e25;
    color: #ffffff;
}

table.ketquacau,
table.matrancau {
    background: #0d1e25;
    font-size: 1.4rem;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

table.ketquacau thead,
table.matrancau thead {
    text-transform: capitalize;
    color: white;
}

table.ketquacau th,
table.ketquacau td,
table.matrancau th,
table.matrancau td {
    border: 1px solid rgba(23, 44, 68, 0.843);
    padding: 8px 0;
}

table.ketquacau .cocau,
table.matrancau .cocau {
    color: #720000;
    cursor: pointer;
    *cursor: hand;
    font-size: 18px;
}

table.ketquacau .vt_connect,
table.matrancau .vt_connect {
    font-size: 18px;
    color: #FF0600;
    background: #FFECA8;
}

table.ketquacau .vt_selecting,
table.matrancau .vt_selecting {
    font-size: 18px;
    color: #003DDD;
    background: #C4E1FF;
}

table.ketquacau .lastrow,
table.matrancau .lastrow {
    display: none;
}

.backtop {
    width: 32px;
    height: 32px;
    background: url(./img/backtop.png?v=1);
    background-size: cover;
    position: fixed;
    right: 2vw;
    bottom: 9vh;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9999999;
}

.breadcrumb {
    background: #0d1e25;
    border-radius: 10px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #6d9fff;
}

header {
    background: #2e2e2e;
    background-clip: content-box;
    white-space: nowrap;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
}

header #header-nav {
    padding: 0;
    position: relative;
}

@media only screen and (max-width: 991.98px) {
    header #header-nav {
        height: 72px;
        padding: 6px 0;
    }
}

header #header-nav .navbar-brand {
    width: 180px;
    align-self: stretch;
}

@media only screen and (max-width: 991.98px) {
    header #header-nav .navbar-brand img {
        height: 60px;
        width: auto;
    }

    #header-nav .navbar {
        background: #172c44;
    }
}

header #header-nav .nav-item .nav-link {
    padding: 12px 14px;
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (max-width: 479.98px) {
    header #header-nav .nav-item .nav-link {
        padding: 4px 5px;
        color: #fff;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: 700;
    }
}

header #header-nav .nav-item .nav-link:hover {
    color: #6d9fff;
}

header #header-nav .nav-item.active .nav-link {
    color: #6d9fff;
}

header #header-nav .nav-item .dropdown-menu {
    background: rgba(23, 44, 68, 0.843);
    white-space: nowrap;
}

@media only screen and (max-width: 479.98px) {
    header #header-nav .sub-menu .nav-link {
        padding: 4px 10px;
    }
}

header .menu-h {
    display: flex;
}

@media only screen and (max-width: 479.98px) {
    header .menu-h {
        display: block;
    }
}

footer {
    margin-top: 20px;
    background: #000;
    padding: 16px 0;
    text-align: center;
    color: #c1c1c1;
}

.wrapper {
    background: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 60vw, 100%;
}

section.block {
    background: rgba(23, 44, 68, 0.843);
    border: 1px solid #0a3b9b;
    margin-top: 28px;
    padding: 20px 18px;
    border-radius: 10px;
}

@media only screen and (min-width: 576px) {
    section.block {
        padding: 10px;
    }
}

section.block .section-title {
    margin-bottom: 22px;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    display: inline-block;
}

section.block .section-title.gradient {
    background: linear-gradient(90deg, #ffffff 0%, #6d9fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

section.block .time {
    font-size: 1.4rem;
    font-weight: 400;
    color: white;
    margin-bottom: 18px;
}

section.block .des {
    font-weight: 300;
    font-style: italic;
    color: #ffe096;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

section.block .des:last-child {
    margin-bottom: 0;
}

section.block .sub-title {
    color: #6d9fff;
    font-size: 2rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
}

section.block ul {
    padding-left: 20px;
}

section.block .container-table {
    padding-top: 10px;
}

section.block .container-table.multi-result {
    height: 100%;
}

section.block .container-table.multi-result table {
    height: 100%;
}

.sidebar-block {
    margin-top: 28px;
    border-radius: 10px;
    overflow: hidden;
}

.sidebar-block .title {
    padding: 14px;
    text-align: center;
    background: linear-gradient(180deg, #fc7371 0%, #720000 100%);
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.sidebar-block .title.blue-style {
    background: linear-gradient(180deg, #4267b2 0%, #023497 100%);
}

.sidebar-block .body {
    padding: 14px;
    background: rgba(23, 44, 68, 0.843);
}

.sidebar-block .body form {
    display: flex;
    align-items: center;
}

.sidebar-block .des {
    font-size: 1.3rem;
    margin-top: 10px;
    color: #c1c1c1;
}

.sidebar-block .des.yellow {
    color: #ffe096;
}

.sidebar-block .des.primary {
    color: #6d9fff;
}

.sidebar-block .tab-content {
    height: 300px;
    overflow: auto;
}

.sidebar-block table td {
    padding-left: 8px;
    padding-right: 8px;
}

.list-post .card {
    background: #0d1e25;
    margin-top: 12px;
}

.list-post .card img {
    width: 100%;
    height: auto;
}

.list-post .card h4 {
    margin-top: 12px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list-post .card a:hover {
    text-decoration: none;
}

.table-of-contents {
    margin-top: 12px;
    border: 1px solid #6d9fff !important;
    border-radius: 10px;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #6d9fff;
}

@media (max-width: 600px) {
    .content img {
        width: 100%;
        height: auto;
    }
}

.catalog {
    list-style-type: disc;
}

.view-content {
    color: #ffffff;
}

.text-content {
    color: white;
    text-align: justify;
}

.text-content ul {
    list-style-type: revert;
}

.main-content {
    font-size: 16px;
}

.main-content p {
    margin: 5px 0 5px 0 !important;
}

.main-content h2 {
    font-size: 21px !important;
}

.main-content h3, .main-content h3 * {
    font-size: 19px !important;
}

.main-content h4 {
    font-size: 17px !important;
}

.main-content ul,
.main-content li {
    padding-left: 0 !important;
    list-style-type: unset;
    list-style-position: inside;
}

.table-of-contents {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: max-height 0.2s ease;
}

.head-catalog {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.catalog {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none; /* Initially hide the catalog */
}

.catalog.active {
    display: block; /* Show catalog when active */
}

@media (max-width: 600px) {
    .table-of-contents {
        padding: 10px;
    }

    .head-catalog {
        font-size: 14px;
    }
}

.sidebar-des {
    font-size: 1.3rem;
    margin-top: 10px;
    color: #c1c1c1;
}

.sidebar-tab .nav-tabs {
    border-bottom-color: #6d9fff;
    background: rgba(23, 44, 68, 0.843);
}

.sidebar-tab .nav-link {
    color: white;
    border: none;
    padding: 10px 0;
    flex: 1;
    text-align: center;
}

.sidebar-tab .nav-link.active,
.sidebar-tab .nav-link:hover {
    background: #0a3b9b;
    color: white;
}

.sidebar-message {
    max-height: 300px;
    overflow: auto;
    list-style: none;
    color: white;
    background: #0d1e25;
    font-size: 1.3rem;
    font-weight: 500;
}

.sidebar-message li {
    padding: 12px 10px;
}

.sidebar-message li+li {
    border-top: 1px solid #6d9fff;
}

.cau-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cau-block .number {
    font-size: 1.4rem;
    color: white;
    font-weight: 700;
    width: 18%;
    text-align: center;
    padding: 6px 0;
    background: #0d1e25;
    margin: 1%;
}

.block-chart {
    height: 250px;
    color: white;
    font-weight: 700;
    font-size: 1.6rem;
    display: flex;
    margin-top: 32px;
    margin-bottom: 20px;
}

.block-chart .pair {
    height: 100%;
    display: flex;
}

.block-chart .pair+.pair {
    margin-left: 10%;
}

@media only screen and (max-width: 575.98px) {
    .block-chart .pair+.pair {
        margin-left: 6%;
    }
}

.block-chart .chart-col-item {
    width: 58px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: auto;
}

.block-chart .chart-col-item.animation {
    animation: chartup 1s linear;
}

@media only screen and (max-width: 575.98px) {
    .block-chart .chart-col-item {
        width: 40px;
    }
}

.block-chart .chart-col-item:nth-child(odd) div {
    background: #6d9fff;
}

.block-chart .chart-col-item+.chart-col-item {
    margin-left: 10px;
}

.block-chart .chart-col-item:nth-child(even) div {
    background: #0a3b9b;
}

.block-chart .chart-col-item div {
    position: relative;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: end;
}

.block-chart .chart-col-item div span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    text-align: center;
}

.box-chat {
    font-size: 1.4rem;
    color: white;
}

.box-chat .main {
    height: 222px;
    overflow: auto;
}

.box-chat .main .message {
    margin-bottom: 6px;
}

.box-chat .main .message .name {
    color: #ffe096;
}

.box-chat .main .message .text {
    color: white;
}

.box-chat .input {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.box-chat .input .send {
    margin-left: 10px;
}

.box-chat .input textarea {
    flex: 1;
    resize: none;
    overflow: hidden;
    outline: none;
    padding: 7px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.s-gutters {
    margin-right: -6px;
    margin-left: -6px;
}

.s-gutters .col,
.s-gutters .col-1,
.s-gutters .col-10,
.s-gutters .col-11,
.s-gutters .col-12,
.s-gutters .col-2,
.s-gutters .col-3,
.s-gutters .col-4,
.s-gutters .col-5,
.s-gutters .col-6,
.s-gutters .col-7,
.s-gutters .col-8,
.s-gutters .col-9,
.s-gutters .col-auto,
.s-gutters .col-lg,
.s-gutters .col-lg-1,
.s-gutters .col-lg-10,
.s-gutters .col-lg-11,
.s-gutters .col-lg-12,
.s-gutters .col-lg-2,
.s-gutters .col-lg-3,
.s-gutters .col-lg-4,
.s-gutters .col-lg-5,
.s-gutters .col-lg-6,
.s-gutters .col-lg-7,
.s-gutters .col-lg-8,
.s-gutters .col-lg-9,
.s-gutters .col-lg-auto,
.s-gutters .col-md,
.s-gutters .col-md-1,
.s-gutters .col-md-10,
.s-gutters .col-md-11,
.s-gutters .col-md-12,
.s-gutters .col-md-2,
.s-gutters .col-md-3,
.s-gutters .col-md-4,
.s-gutters .col-md-5,
.s-gutters .col-md-6,
.s-gutters .col-md-7,
.s-gutters .col-md-8,
.s-gutters .col-md-9,
.s-gutters .col-md-auto,
.s-gutters .col-sm,
.s-gutters .col-sm-1,
.s-gutters .col-sm-10,
.s-gutters .col-sm-11,
.s-gutters .col-sm-12,
.s-gutters .col-sm-2,
.s-gutters .col-sm-3,
.s-gutters .col-sm-4,
.s-gutters .col-sm-5,
.s-gutters .col-sm-6,
.s-gutters .col-sm-7,
.s-gutters .col-sm-8,
.s-gutters .col-sm-9,
.s-gutters .col-sm-auto,
.s-gutters .col-xl,
.s-gutters .col-xl-1,
.s-gutters .col-xl-10,
.s-gutters .col-xl-11,
.s-gutters .col-xl-12,
.s-gutters .col-xl-2,
.s-gutters .col-xl-3,
.s-gutters .col-xl-4,
.s-gutters .col-xl-5,
.s-gutters .col-xl-6,
.s-gutters .col-xl-7,
.s-gutters .col-xl-8,
.s-gutters .col-xl-9,
.s-gutters .col-xl-auto {
    padding-right: 6px;
    padding-left: 6px;
}

@media only screen and (max-width: 575.98px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@keyframes chartup {
    0% {
        max-height: 0;
    }

    50% {
        max-height: 0;
    }

    100% {
        max-height: 250px;
    }
}

section.congcu {
    padding: 60px;
}

section.congcu .round {
    overflow: hidden;
    border: 1px solid #0a3b9b;
    border-radius: 10px;
}

section.congcu img {
    width: 100%;
}

section.congcu .primary-btn {
    font-size: 14px;
    font-weight: 700;
}

.number.big {
    padding: 0 1px;
    color: #6d9fff;
    font-size: 20px;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-dialog {
    max-width: 400px;
}

.a_cau:hover,
.a_cau:active {
    color: #dd5800;
    border: #f28266 1px solid;
    background: #fcd5cf;
}

.ui-widget.ui-widget-content {
    border: 1px solid #0a3b9b;
    padding: 0;
}

.scale {
    float: left;
    background: #f2f5f7;
    border-right: #cfdae2 1px solid;
    color: #6a8ba4;
    font-size: 11px;
    text-align: right;
    overflow: hidden;
}

.bar {
    background: #58b3fc;
    color: #1d1d1d;
    margin-top: 10px;
    height: 21px;
    font-size: 12px;
}

.bar a {
    color: white;
}

.bar.barmax {
    background: #ef7e3a;
}

.input-timcau {
    display: flex;
    color: white;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.input-timcau input {
    margin: 0 8px;
    max-width: 92px;
    outline: none;
    border: 1px solid #6d9fff;
    text-align: center;
    background: transparent;
    color: white;
    padding: 7px 0;
}

form.soicau {
    margin: 14px 0;
    color: #6d9fff;
}

form.soicau .block-input {
    display: flex;
    align-items: center;
    margin-top: 8px;
    text-align: center;
    flex-direction: column;
}

form.soicau .block-input.center {
    justify-content: center;
}

form.soicau .block-input span {
    display: flex;
    align-items: center;
}

form.soicau span {
    color: white;
}

@media only screen and (max-width: 767.98px) {
    form.soicau {
        zoom: 0.9;
    }
}

@media only screen and (max-width: 575.98px) {
    form.soicau {
        zoom: 0.8;
    }
}

form.soicau [type='submit'] {
    font-size: 14px;
    color: white !important;
}

form.soicau input[type='checkbox'] {
    position: unset;
    opacity: 1;
}

form.soicau #opts {
    color: initial;
}

form.soicau #ngay {
    height: 23px;
    padding-left: 4px;
}

.showdays_td {
    width: 35px;
    height: 20px;
    border-bottom: #B1B1B1 3px solid;
    padding: 0;
}

.showdays_a:link,
.showdays_a:visited {
    font-weight: bold;
    font-size: 15px;
    font-family: arial;
    color: #A3A3A3;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.showdays_a:link:hover,
.showdays_a:visited:hover {
    color: red;
}

.showdays_a_on:link,
.showdays_a_on:visited,
.showdays_a_on:hover,
.showdays_a_on:active {
    color: #0049d2;
}

.showdays_td_on {
    border-bottom: #ff6600 3px solid;
}

.a_button_light:link,
.a_button_light:visited,
.a_button_light:hover,
.a_button_light:active {
    display: inline-block;
    text-decoration: none;
    color: #283448;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    background: #c9d3dc;
    padding: 4px;
    border: #b3c1cc 1px solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.a_button_light:link:hover,
.a_button_light:visited:hover,
.a_button_light:hover:hover,
.a_button_light:active:hover {
    color: #f1f4f8;
    background: #5f759a;
    border: #4167a0 1px solid;
}

.a_cau:link,
.a_cau:visited {
    color: #254694;
    border: #76a6f5 1px solid;
    background: #c4d9fb;
}

.a_cau {
    display: inline-block;
    margin: 4px;
    padding: 4px;
    font-size: 13px;
    font-family: arial;
    height: 25px;
    line-height: 16px;
    font-weight: bold;
}

.a_cau_more:link,
.a_cau_more:visited,
.a_cau_more:active {
    background: #8aa5ff;
}

.number.highlight {
    background: #6d9fff;
    color: black;
    padding: 0 1px;
    font-size: 20px;
}

.tbl1 {
    float: left;
    margin: 5px;
    background: #83adfc;
}

.tbl1 th {
    background: #cddefe;
    color: #022d7b;
}

.tbl1 .col1 {
    color: #b3380f;
    font-weight: bold;
    background: #e1efff;
    padding: 5px;
    border: 1px solid #0a3b9b;
}

.tbl1 .col2 {
    color: #008000;
    font-weight: bold;
    background: #fff4e1;
    padding: 5px;
    border: 1px solid #0a3b9b;
}

.container-upload {
    position: relative;
    width: 100%;
    height: 280px;
}

.container-upload .cover-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
}

.container-upload .cover-upload .cover-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.container-upload .cover-upload .cover-edit input {
    display: none;
}

.container-upload .cover-upload .cover-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    color: #0d1e25;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.container-upload .cover-upload .cover-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
    color: #0d1e25;
}

.container-upload .cover-upload .cover-edit input+label:after {
    content: "\f03e";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.container-upload .cover-upload .cover-preview {
    background-color: #6ffa82;
}

.container-upload .cover-upload .cover-preview>div {
    width: 100%;
    height: 200px;
    background-size: cover;
}

.container-upload .avatar-upload {
    position: absolute;
    max-width: 205px;
    margin: 50px auto;
    bottom: -30px;
    left: 50%;
    margin-left: -96px;
    z-index: 1;
}

.container-upload .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.container-upload .avatar-upload .avatar-edit input {
    display: none;
}

.container-upload .avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    color: #0d1e25;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.container-upload .avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
    color: #0d1e25;
}

.container-upload .avatar-upload .avatar-edit input+label:after {
    content: "\f03e";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.container-upload .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F6B21B;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.container-upload .avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-upload .progress {
    position: absolute;
    bottom: 69px;
    width: 100%;
    z-index: 0;
}

/*# sourceMappingURL=main.css.map */

.wrapper {
    background: #328ccf;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 60vw, 100%;
}
/*
header .menu-h {
    display: flex;
    grid-template-columns: 30% 25% 21% 23%;
}
header #header-nav .nav-item .nav-link {
    padding: 5px;
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif !important;
}
*/

header {
    background: #0769d1;
    background-clip: content-box;
    white-space: nowrap;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
}

header #header-nav .navbar-brand {
    width: 80px;
    align-self: stretch;
    margin: 10px 0px;
}

.admin-menu-dropdown {
    background: #FFF;
	padding: 1rem;
	box-shadow: 0 1px 8px rgba(0,0,0,0.15);
	border-radius: 0 0 16px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	margin: 0 auto;
	max-width: 100%;
	position: fixed;
	top: -35px;
	left: 25%;
	z-index: 99999;
}

.admin-menu-dropdown:hover {
    top: 0 !important;
}

@media only screen and (max-width: 640px) {
	.admin-menu-dropdown {
		width: auto;
	}
}

@media (max-width: 992px) {
    .navbar-brand {
        position: relative;
        margin: 0px !important;
    }
}