﻿strong {
    font-weight: bold !important;
}

.img-loading {
    height: 60px;
    top: -5px;
    position: absolute;
    right: -10px;
    transition: all 0.4s;
}

.bg-login {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

    .bg-login .fade {
        background-color: #3b9e95;
        display: table-cell;
        vertical-align: middle;
    }

        .bg-login .fade .login {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            max-width: 450px;
            background-color: #fff;
            border-radius: 2px;
        }

            .bg-login .fade .login .title-login {
                font-size: 1.1rem;
                font-weight: 600;
                background-color: rgba(0,0,0,.03);
                border-bottom: 1px solid rgba(0,0,0,.125);
                padding: 1.2rem 1.25rem;
                position: relative;
                border-top-left-radius: 0.25rem;
                border-top-right-radius: 0.25rem;
            }

            .bg-login .fade .login input {
                border-bottom: 1px solid #3c763d;
            }

            .bg-login .fade .login label {
                color: #3c763d;
            }

            .bg-login .fade .login .login-form {
                padding: 5px 30px 20px 30px;
            }

                .bg-login .fade .login .login-form .row .login-btn .btn {
                    padding: 0 !important;
                    width: 100%;
                    display: inline-block;
                }

.status {
    text-align: center;
    font-size: 17px;
    color: white;
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1100;
    position: fixed;
    top: 0;
}

.success {
    color: #28a745 !important;
}

.failed {
    color: #dc3545 !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInLogin {
    animation-name: fadeIn;
    animation-duration: 1s;
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeRight {
    animation-name: fadeRight;
    animation-duration: 0.5s;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-icon.woff2) format("woff2");
}

@font-face {
    font-family: 'roboto-thin';
    src: url("../fonts/roboto/Roboto-Thin.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: url("../fonts/roboto/Roboto-Bold.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-regular';
    src: url("../fonts/roboto/Roboto-Regular.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-light';
    src: url("../fonts/roboto/Roboto-Light.woff2");
    font-weight: normal;
    font-style: normal;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.body-login {
    font-family: /*"Source Sans Pro",*/ -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #212529;
/*    background: #d7e8f1;*/
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.tabs .indicator {
    background-color: #b42423 !important;
}

.clear {
    clear: both;
}

.hidden {
    display: none !important;
}

.pad-left-20 {
    padding-left: 20px;
}

.font-color {
    color: #676a6c;
}

.font-color-2 {
    color: green;
}

.reset-margin {
    margin: 0 !important;
}

.nav-green {
    position: absolute;
    top: 0;
    background: transparent;
}

.nav-item {
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 5px 20px;
}

.nav-green .right ul {
    margin-top: 50px;
}

.cursor {
    cursor: pointer;
}

.overflow {
    overflow-y: auto;
}

.title {
    height: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 5px 20px;
}

.title-content {
    margin-bottom: 2px;
    background: white;
    color: #676a6c;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}

    .title-content .timer {
        display: inline-block;
        font-size: 19px;
        float: right;
        margin-right: 50%;
        padding-top: 2px;
        font-weight: bold;
        color: blue;
        transition: 0.5s;
    }

.content-wrapper {
    margin: 10px;
}

.content {
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 20px !important;
    height: auto;
    background: white;
}

.content-header {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.content-header-fixer {
    display: inline-block
}

.content-header::after, .content-body::after, .content-footer::after {
    display: block;
    clear: both;
    content: "";
}

.content-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.content-body {
    padding: 20px;
}

.footer {
    width: 100%;
    border-top: 1px solid #b42423;
    background: white;
    padding: 10px 20px;
    box-shadow: 0 1px 1px -1px rgb(0 0 0 / 34%), 0 0 6px 0 rgb(0 0 0 / 14%);
}

.avatar {
    width: 70px;
    height: 70px;
}

.preload {
    z-index: 1200;
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
}

    .preload img {
        background: black;
        width: 300px;
        height: 100px;
        opacity: 0.7;
        padding: 10px 100px;
        border-radius: 10px;
        margin-left: 30%;
        margin-top: 5%;
    }

.action {
    display: inline-block;
    margin: 5px;
}

.help {
    font-size: 16px;
    color: green;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #b42423;
}

.rot {
    transform: rotate(90deg);
    transition: 0.5s;
}

.dashboard-inner-item {
    display: inline-block;
    width: 100%;
    border: 1.5px solid #b42423;
    border-radius: 10px;
}

    .dashboard-inner-item .left-item {
        text-align: center;
        float: left;
        display: inline-block;
        width: 30%;
        font-size: 30px;
        padding: 12px 0;
        color: white;
        background: #b42423;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .dashboard-inner-item .right-item {
        text-align: center;
        float: right;
        display: inline-block;
        width: 70%;
        line-height: 32px;
        padding: 10px 0;
        color: #b42423;
    }

        .dashboard-inner-item .right-item .right-item-top {
            width: 100%;
            display: block;
            font-size: 30px;
            font-weight: bold;
            line-height: 50px;
        }

        .dashboard-inner-item .right-item .right-item-bottom {
            width: 100%;
            display: block;
            font-size: 15px;
            line-height: 0px;
        }

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    border-left-color: #b42423;
    background: #fff;
}

.left {
    margin-left: 10px;
}


.text-right {
    text-align: right;
}

ul.dropdown-content li {
    text-align: left;
}

a.dropdown-trigger.btn-menu {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    text-align: center;
    width: 250px;
}

    a.dropdown-trigger.btn-menu span {
        display: inline-block;
        position: absolute;
    }

.input-field > label {
    font-weight: bold;
    color: #212529 !important;
}

.modal {
    color: #676a6c !important;
}

.full-width {
    width: 100% !important;
}

.blank {
    background: #f3f3f4;
    margin-top: 10px;
    margin-left: -10px;
    display: inline-block;
}

.testing-left {
    width: 120px;
    overflow-y: auto;
    display: inline-block;
    position: fixed;
    transition: 0.5s;
    height: calc(100% - 103px);
    background: white;
    border: 1px solid rgba(0,0,0,.125);
    padding-left: 20px;
}

    .testing-left .menu-link {
        color: #b42423;
        display: block;
        padding: 0.75rem 0.5rem 0.1rem 0;
        font-size: 17px;
        font-weight: bold;
    }

        .testing-left .menu-link .tick {
            float: left;
            color: green;
            margin-right: 10px;
        }

.testing-right {
    display: inline-block;
    float: right;
    overflow-y: auto;
    width: calc(100% - 125px);
    /*padding-right: 90px;*/
    background: #fff;
}

.item-quest {
    padding: 0.75rem 1.25rem;
}

    .item-quest .quest-title {
        color: #b42423;
        font-weight: bold;
        font-size: 17px;
    }

    .item-quest .quest-content {
        font-weight: bold;
        font-size: 17px;
    }

    .item-quest .quest-answer > p > label > span {
        font-weight: bold;
        font-size: 17px;
        color: #676a6c;
    }

.timer-fixed {
    position: fixed !important;
    top: 80px !important;
    z-index: 9999 !important;
    right: 5px !important;
    margin-top: 30px;
    margin-right: 0 !important;
    padding: 5px 25px !important;
    border: 2px solid #b42423 !important;
    background: white;
    border-radius: 2px;
    font-weight: 600;
}

.sender-fixed {
    position: fixed !important;
    top: 125px !important;
    z-index: 9999 !important;
    right: 5px !important;
    margin-top: 30px;
    margin-right: 0 !important;
}

label {
    font-size: 1.1rem !important;
}

.dt-buttons {
    position: absolute;
    right: 0px;
    bottom: -10px;
}

    .dt-buttons button {
        height: 36px;
    }

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6 !important;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6;
    }

.table td, .table th {
    padding: 0.75rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

    .table td p, .table th p {
        margin: 0;
    }

.table [type="checkbox"] + span:not(.lever):before, .table [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

table.dataTable tbody tr {
    background-color: #ffffff !important;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

    table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
        border-right-width: 0;
    }

.table-hover tbody tr:hover {
    color: #212529;
    /*background-color: rgba(0,0,0,.075) !important;*/
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

.jsgrid-align-center, .jsgrid-align-center input, .jsgrid-align-center select, .jsgrid-align-center textarea {
    text-align: center;
}

.jsgrid-align-right, .jsgrid-align-right input, .jsgrid-align-right select, .jsgrid-align-right textarea {
    text-align: right;
}

.dataTables_length .select-wrapper {
    display: inline-block;
    margin-left: 5px;
}

    .dataTables_length .select-wrapper input.select-dropdown {
        height: calc(1.8125rem + 2px);
        line-height: 1.5;
        width: 60px;
    }

    .dataTables_length .select-wrapper .caret {
        margin: 3px 0;
    }

.dataTables_wrapper .dataTables_filter label input {
    height: calc(1.8125rem + 2px);
    line-height: 1.5;
}

.row {
    margin: 0 -.75rem !important;
}

.btn-light {
    color: #b42423;
    display: inline-block;
    font-weight: 400;
    line-height: 36px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 36px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #0d6efd;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-outline-primary:hover {
        background: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
    }

.btn-outline-success, .buttons-excel {
    color: #198754;
    border-color: #198754;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-outline-success:hover, .buttons-excel:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ffc107;
        border-color: #ffc107;
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-outline-danger:hover {
        background: #dc3545;
        color: #fff;
        border-color: #dc3545;
    }

.nav-header {
    background: linear-gradient(35deg,#012F7E, #1867AE, #0091D3, #2b88a3);
    /*    background-image: linear-gradient(150deg, #b42423, #f40000);*/
}

.brand-logo .img-brand {
    width: 100%;
    height: 56px;
}

nav .brand-logo {
    position: relative;
}

@media only screen and (min-width: 601px) {
    .brand-logo .img-brand {
        height: 64px;
    }
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 0 !important;
        transform: translateX(0%) !important;
    }
}

.nav-menu {
    background-color: #fff;
}

.navbar-default {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

    .navbar-default .nav-link {
        color: #212529;
        font-weight: bold;
        display: block;
        padding: 0.5rem 2rem;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .container {
        width: 95% !important;
    }
}

.slide-wrapper {
    background: #b42423;
    margin: 50px 0;
}

.slide-wrapper-main {
    background: #b42423;
    margin: 20px 0;
}

.slide-wrapper .row .col.m8 {
    padding-right: 0 !important;
}

.slide-wrapper .row .col.m4 {
    padding-left: 0 !important;
}

@media (max-width: 600px) {
    .slide-wrapper .row .col.m4, .slide-wrapper .row .col.m8 {
        padding: 0 0.75rem !important;
    }
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.title-slide {
    position: absolute;
    text-align: left;
    bottom: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px white;
    line-height: 130%;
    font-size: 26px;
    width: 100%;
    padding: 10px;
    color: red;
}

.img-fluid {
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: .3s ease;
    backface-visibility: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius:8px
}

    .img-fluid:hover {
        opacity: 0.9
    }

@media (min-width: 1025px) {
    .img-cover .img-fluid {
        width: 795px;
        height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .img-cover .img-fluid {
        width: 555px;
        height: 350px;
    }
}

.test-header-list {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
}

.test-list {
    background: #fff;
}


    .test-list ul {
        margin: 0;
    }

        .test-list ul li {
            line-height: 36px;
        }

    .test-list .title {
        margin: 0;
        font-weight: 400;
        padding: 10px 15px 10px 30px;
        line-height: 23px;
        font-weight: 500;
        font-size: 1rem;
    }

        .test-list .title a {
            color: #3b3b3b;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.test-more-list {
    padding: 5px 40px;
}

.test-register {
    padding: 5px 40px;
}

.info-test {
    background: #fff;
}

.info-title {
    padding-top: 20px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #b42423;
}

.info-title-line {
    border: 1px solid #b42423;
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
}

.ItemImg {
    background: linear-gradient(-35deg, #ffad18, #f9aa1b, #e07324, #a33e1a);
    text-align: center;
    font-size: 1.6em;
    height: 80px;
    width: 80px;
    color: #FFF;
    padding: 16px 0px 0px 0px;
    margin: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

    .ItemImg:hover .fa:before {
        color: #ffff00
    }

.ItemTitle {
    /*   font-family: "Oswald", sans-serif;*/
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #b42423;
    text-align: center;
    margin: 5px 0 5px 0;
}

.link-logo {
    padding: 40px 0;
    background: linear-gradient(35deg, #ffad18, #f9aa1b, #e07324, #a33e1a);
}

.f-contact {
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.NewsDetail .NTitle {
    clear: both;
    font-family: 'Source Sans Pro,Georgia';
    font-size: 1.6em;
    line-height: 1.3em;
    color: #b42423;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid;
}

.NContent a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}

    .NContent .document a{
        font-size:1.2rem
    }
    .NContent a:hover {
        color: #039be5;
    }

.notifications-index .notification-item {
    position: relative;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 5px;
}

.headline {
    position: relative;
    padding: 5px 15px;
    background: linear-gradient(-35deg, #ffad18, #f9aa1b, #e07324, #a33e1a);
    text-align: left;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    font-weight: 700;
    font-size: 22px;
}

    .headline .panel-title {
        position: relative;
        margin: 0;
        color: #fff;
        font-weight: 500;
        font-size: 22px;
    }

        .headline .panel-title:hover {
            color: #FFFF00;
        }

.text-uppercase {
    text-transform: uppercase;
}

.right-action.pull-right {
    padding-top: 9px;
    font-size: 12px;
    font-weight: normal;
}

.pull-right {
    float: right !important;
}

.notifications-index .notification-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

    .notifications-index .notification-list .list-item:hover a, div.material-table table tr td:hover a {
        color: #b42423
    }

    .notifications-index .notification-list .list-item .date, .num-of-district {
        width: 20%;
        padding: 5px 15px;
        text-align: right;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 1rem;
        margin: 0;
        display: inline-block;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
        background-color: #b42423;
        width: max-content;
        margin-right:10px
    }

.num-of-district {
    font-size: 1.2rem;
}

.num-of-total {
    background-color: green;
}

.num-of-ward {
    font-weight: 500;
    color: #b42423;
    font-size: 1rem;
    font-style: italic;
}

.notifications-index .notification-list .list-item .date:hover {
    color: #ffff00
}

.notifications-index .notification-list .list-item .title {
    margin: 0;
    font-weight: 400;
    width: 80%;
    line-height: 23px;
    font-size: var(--font-size-base);
    font-weight: 500;
    font-size: 1rem;
}

    .notifications-index .notification-list .list-item .title a {
        color: #3b3b3b;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/* .notifications-index .notification-list .list-item::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #b42423;
        border-radius: 50%;
        left: 20%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }*/

.countdown-clock .headline {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    background: transparent;
}

.countdown-clock .headline {
    padding: 10px !important;
}

.countdown-clock .mb-15.text-center {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 15px;
}

.text-center {
    text-align: center;
}

:root {
    --color-bg: #2dcb73;
}

.flip-clock-wrapper {
    background: #fff;
    padding: 20px 20px 45px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px
}

.flip-clock-wrapper {
    margin-bottom: 10px !important;
    width: fit-content !important;
}

    .flip-clock-wrapper .countdown {
        margin-right: -5px;
        white-space: nowrap;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }

.counter {
    margin-right: 5px;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

    .counter:after {
        display: inline-block;
        content: attr(title);
        position: absolute;
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        /* background: var(--color-bg); */
        background: #2dcb73;
        color: #fff;
        padding: 3px 5px;
        font-size: 11px;
        border-radius: 5px;
    }

.days:after {
    /* background: var(--color-bg); */
    background: #2dcb73;
}

.hours:after {
    background: #5ba2dc;
}

.minutes:after {
    background: #9b59b6;
}

.seconds:after {
    background: #f39c12;
}

.days:after {
    background: #2dcb73;
}

.counter .green-btn {
    background: #2dcb73;
    /* background: var(--color-bg); */
    color: #fff;
    padding: 5px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
    margin-right: 2px;
    border-radius: 4px;
}

.hours .green-btn {
    background: #5ba2dc;
    /* --color-bg: #5ba2dc; */
}

.minutes .green-btn {
    background: #9b59b6;
    /* --color-bg: #9b59b6; */
}

.seconds .green-btn {
    background: #f39c12;
    /* --color-bg: #f39c12; */
}

.countdown-clock .headline {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    background: transparent;
}


.btn-countdown .button-group {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}


@media (min-width: 601px) and (max-width: 1024px) {
    .counter .green-btn {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .btn-countdown .button-group {
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center;
    }

        .btn-countdown .button-group .btn {
            font-size: 14px;
            margin-bottom: 15px;
        }

    .btn-group-lg > .btn, .btn-lg {
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .countdown-clock .headline {
        padding: 4px;
    }

    .countdown-clock .mb-15.text-center {
        padding-bottom: 8px;
    }

    .flip-clock-wrapper {
        margin-bottom: 15px;
    }

    .flip-clock-wrapper {
        padding: 10px 10px 45px;
    }
}

@media(max-width: 543px) {
    .counter .green-btn {
        font-size: 3.2rem;
    }
}

.counting-user {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
    font-style: italic;
    padding-top: 5px;
}

.countdown-clock .button-group {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.btn-countdown .button-group .btn {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 999px;
    text-transform: uppercase;
    padding: 0 75px;
    font-size: 1.25rem;
}

.btn-countdown .button-group .btn {
    margin-bottom: 15px !important;
    margin-top: 5px !important
}

@keyframes changeBackground {
    0% {
        background: linear-gradient(to bottom, #FF0000, #FF4500);
    }

    25% {
        background: linear-gradient(to bottom, #FF0000, #FF8C00);
    }

    50% {
        background: linear-gradient(to bottom, #FF0000, #FFA500);
    }

    75% {
        background: linear-gradient(to bottom, #FF0000, #FFD700);
    }

    100% {
        background: linear-gradient(to bottom, #FF0000, #FFFF00);
    }
}


.btn-countdown .btn-danger {
    position: relative;
    border: none !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 50px;
    overflow: hidden; /* Ẩn phần vượt ra ngoài */
}

    .btn-countdown .btn-danger::before {
        content: '';
        position: absolute;
        top: 0;
        left: -50%; /* Bắt đầu từ nửa trái của phần tử */
        width: 150%; /* Chiều dài lớn hơn phần tử để đảm bảo phủ toàn bộ */
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)); /* Gradient trắng từ trong ra ngoài */
        animation: slide 5s linear infinite;
    }

@keyframes slide {
    0% {
        left: -50%; /* Bắt đầu từ nửa trái của phần tử */
    }
    50% {
        left: 50%; /* Bắt đầu từ nửa trái của phần tử */
    }
    100% {
        left: 150%; /* Di chuyển đến nửa phải của phần tử */
    }
}

.btn-countdown .btn-default {
    color: #d01c27 !important;
    border: none !important;
    font-weight: 700;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6 !important;
}

.btn-default {
    color: #333;
    background-color: #fff !important;
    border-color: #ccc;
}

.btn-countdown .btn-danger:hover {
    background-color: #b42423 !important;
}

.carousel .carousel-item > img {
    object-fit: cover;
    width: 100%;
    border-radius: 0.25rem;
    height: 100%;
}

.support {
    text-align: right;
    color: #b42423;
    font-weight: 600;
}

    .support p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.sidenav li > a > i {
    margin: 0 !important
}

.top-menu {
    /* -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%); */
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.parallax-container {
    width: 100% !important;
    height: auto;
}

    .parallax-container .parallax img {
        opacity: 1 !important;
        object-fit: cover;
    }

div.material-table {
    padding: 0;
    margin: 0;
}

    div.material-table .hiddensearch {
        padding: 0 14px 0 24px;
        border-bottom: solid 1px #DDDDDD;
        display: none;
    }

        div.material-table .hiddensearch input {
            margin: 0;
            border: transparent 0 !important;
            height: 48px;
            color: rgba(0, 0, 0, .84);
        }

            div.material-table .hiddensearch input:active {
                border: transparent 0 !important;
            }

    div.material-table table {
        table-layout: fixed;
    }

    div.material-table .table-header {
        height: 64px;
        padding-left: 24px;
        padding-right: 14px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
        -webkit-display: flex;
        border-bottom: solid 1px #DDDDDD;
    }

        div.material-table .table-header .actions {
            display: -webkit-flex;
            margin-left: auto;
        }

        div.material-table .table-header .btn-flat {
            min-width: 36px;
            padding: 0 8px;
        }

        div.material-table .table-header input {
            margin: 0;
            height: auto;
        }

        div.material-table .table-header i {
            color: rgba(0, 0, 0, 0.54);
            font-size: 24px;
        }

    div.material-table .table-footer {
        height: 56px;
        padding-left: 24px;
        padding-right: 14px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
        font-size: 12px !important;
        color: rgba(0, 0, 0, 0.54);
    }

        div.material-table .table-footer .dataTables_length {
            display: -webkit-flex;
            display: flex;
        }

        div.material-table .table-footer label {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.54);
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row
            /* works with row or column */
            flex-direction: row;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

        div.material-table .table-footer .select-wrapper {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row
            /* works with row or column */
            flex-direction: row;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

        div.material-table .table-footer .dataTables_info,
        div.material-table .table-footer .dataTables_length {
            margin-right: 32px;
        }

        div.material-table .table-footer .material-pagination {
            display: flex;
            -webkit-display: flex;
            margin: 0;
        }

            div.material-table .table-footer .material-pagination li:first-child {
                margin-right: 24px;
            }

            div.material-table .table-footer .material-pagination li a {
                color: rgba(0, 0, 0, 0.54);
            }

        div.material-table .table-footer .select-wrapper input.select-dropdown {
            margin: 0;
            border-bottom: none;
            height: auto;
            line-height: normal;
            font-size: 12px;
            width: 40px;
            text-align: right;
        }

        div.material-table .table-footer select {
            background-color: transparent;
            width: auto;
            padding: 0;
            border: 0;
            border-radius: 0;
            height: auto;
            margin-left: 20px;
        }

    div.material-table .table-title {
        font-size: 20px;
        color: #000;
    }

    div.material-table table tr td {
        height: 48px;
        font-size: 1rem;
        color: rgba(0, 0, 0, 0.87);
        border-bottom: solid 1px #DDDDDD;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div.material-table table tr:last-child {
        border-bottom: none;
    }

    div.material-table table tr td a.title {
        color: inherit;
        color: #3b3b3b;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 0;
        font-weight: 400;
        padding: 10px 15px;
        width: 80%;
        line-height: 23px;
        font-weight: 500;
        font-size: 1rem;
    }

    div.material-table table tr td a i {
        font-size: 18px;
        color: rgba(0, 0, 0, 0.54);
    }

    div.material-table table tr {
        font-size: 12px;
    }

    div.material-table table th {
        font-size: 12px;
        font-weight: 500;
        color: #757575;
        cursor: pointer;
        padding: 0;
        height: 56px;
        padding-left: 5px;
        vertical-align: middle;
        outline: none !important;
    }

    div.material-table .dialog table th {
        font-size: 15px;
        font-weight: bold;
    }

    div.material-table table th.sorting_asc,
    div.material-table table th.sorting_desc {
        color: rgba(0, 0, 0, 0.87);
    }

        div.material-table table th.sorting:after,
        div.material-table table th.sorting_asc:after,
        div.material-table table th.sorting_desc:after {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            display: inline-block;
            word-wrap: normal;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
            content: "arrow_back";
            -webkit-transform: rotate(90deg);
            display: none;
            vertical-align: middle;
        }

        div.material-table table th.sorting:hover:after,
        div.material-table table th.sorting_asc:after,
        div.material-table table th.sorting_desc:after {
            display: inline-block;
        }

        div.material-table table th.sorting_desc:after {
            content: "arrow_forward";
        }

    div.material-table table tbody tr:hover {
        background-color: #EEE;
    }

    div.material-table table th:first-child,
    div.material-table table td:first-child {
        padding: 0 0 0 10px;
        width:15%
    }

    div.material-table table th:last-child,
    div.material-table table td:last-child {
        padding: 0 14px 0 0;
    }

.modal .modalbody {
    padding: 15px;
    font-size: 1rem;
    font-weight: 500;
}

.sub-title {
    font-weight: 1000;
    color: #4caf50;
    -webkit-text-stroke: 1px #fff;
    font-size: 2.5rem
}

.sub-time {
    font-weight: 800;
    color: #ff0;
    -webkit-text-stroke: 1px firebrick;
    font-size: 1.8rem;
    font-style: italic;
}

.parallax-container .parallax img.sub-img {
    top: 0;
}

@media (max-width: 651px) {
    .sub-title {
        font-size: 2rem;
        -webkit-text-stroke: 0.5px #fff;
    }

    .sub-time {
        font-size: 1.4rem;
        -webkit-text-stroke: 0.5px firebrick;
    }
}

@media (max-width: 547px) {
    .sub-title {
        font-size: 1.6rem;
        -webkit-text-stroke: 0.5px #fff;
    }

    .sub-time {
        font-size: 1.4rem;
        -webkit-text-stroke: 0.5px firebrick;
    }
}

nav a:hover {
    color: #FFFF00
}

@media only screen and (min-width: 601px) {
    .right-desk {
        text-align: right;
    }
}

@media only screen and (max-width: 600px) {
    .center-mobile {
        text-align: center;
    }
}

.dialog.dialog--active {
    top: 10%;
    visibility: visible;
    opacity: 1;
    transition: all 250ms ease-out;
}

.dialog {
    background: #fff;
    width: 70% !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgb(51 51 51 / 40%);
    border: 3px solid #b42423;
    visibility: hidden;
    opacity: 0;
    transition: all 180ms ease-in;
}

    .dialog.admin {
        width: calc(70% +20px) !important;
    }

    .dialog .dialog__close a {
        font-size: 2rem;
        line-height: 2rem;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        padding: 0;
        transition: color 150ms ease;
        width: 25px;
        color: #b42423;
    }

    .dialog .dialog__title {
        font-size: 2rem;
        font-family: "Slabo 27px", serif;
        font-weight: 100;
        margin: 0;
        padding: 0 20px 15px 0;
        color: #b42423;
        border-bottom: 2px solid #b42423;
    }

    .dialog .dialog__content {
        font-size: 1.1rem;
        line-height: 2rem;
    }

#datatableNotifi tr:hover td, #datatable tr:hover td {
    background: cornsilk;
}

.ql-align-center {
    text-align: center
}

.ql-align-right {
    text-align: right
}

.ql-align-left {
    text-align: left
}

.ql-align-justify {
    text-align: justify
}

.parallax-container {
    /*  height: 50rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url('/Assets/images/bg-home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center*/
}

.bg-home {
    width: 100%;
    display: block
}

.bg-home-mobile {
    width: 100%;
    display: none
}

.count-time {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .parallax-container {
        /*background: url('/Assets/images/bg-home-mobile.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat*/
    }

    .bg-home {
        display: none
    }

    .bg-home-mobile {
        display: block
    }

    .testing-left {
        display: none;
    }

    .testing-right {
        width: 100%
    }

    .nav-wrapper {
        width: 100% !important;
        margin: 0 !important;
    }

        .nav-wrapper row {
            margin: 0 !important
        }

    .title-header {
        display: none
    }
}


.parallax-container .parallax {
    height: 100%;
}

.parallax-container .sub-img {
    height: 100%;
    object-fit: cover; /* This is optional and will make the image cover the container */
}
.document {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 5px 0 20px 0;
    text-align:justify
}