@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url('../lib/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    src: url('../lib/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    src: url('../lib/fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    src: url('../lib/fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: url('../lib/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    src: url('../lib/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: normal;
    src: url('../lib/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../lib/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    min-width: 320px;
}

body a:hover {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-open,
.modal-open .c-header {
    padding-right: 0px !important;
}

i:focus {
    outline: none;
}

strong {
    font-weight: bold;
}

p {
    margin-bottom: 5px;
}


/* ---------------------------- UI ----------------------------------------*/

.container {
    width: calc(100% - 30px);
    max-width: unset;
}

.container-xl {
    width: calc(100% - 35px);
    max-width: unset;
}

@media (min-width: 768px) {
    .container {
        width: calc(100% - 50px);
    }
}

@media (min-width: 992px) {
    .container {
        width: calc(100% - 70px);
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1250px;
    }
    .container-xl {
        max-width: 1340px;
    }
}

.color-white {
    color: #fff;
}

.color-black {
    color: #181818 !important;
}

.color-red {
    color: #cc0004 !important;
}

.color-blue {
    color: #1564e8;
}

.color-deep-blue {
    color: #001f79;
}

.color-grey {
    color: #b2b9c4 !important;
}

.color-deep-grey {
    color: #7f868f !important;
}

.color-brown {
    color: #7c7c7c;
}

.color-green {
    color: #52bd3d;
}

.color-orange {
    color: #dd8302 !important;
}

.color-yellow {
    color: #f0c000;
}

.bg-color-yellow {
    background-color: #ffc41d;
}

.bg-color-orange {
    background-color: #dd8302;
}

.bg-color-white {
    background-color: #fff;
}

.bg-color-grey {
    background-color: #b2b9c4;
}

.bg-color-light-grey {
    background-color: #e7eaf5;
}

.bg-color-light-blue {
    background-color: #eef2ff;
}

.bg-color-grey-white {
    background-color: #f3f5f9;
}

.bg-color-ebf4ff {
    background-color: #ebf4ff;
}

.bg-color-green {
    background-color: #25bb4f;
}

.f-size-10 {
    font-size: 10px !important;
}

.f-size-11 {
    font-size: 11px !important;
}

.f-size-12 {
    font-size: 12px !important;
}

.f-size-13 {
    font-size: 13px !important;
}

.f-size-14 {
    font-size: 14px !important;
}

.f-size-15 {
    font-size: 15px !important;
}

.f-size-16 {
    font-size: 16px !important;
}

.f-size-17 {
    font-size: 17px !important;
}

.f-size-18 {
    font-size: 18px !important;
}

.f-size-20 {
    font-size: 20px !important;
}

.f-size-22 {
    font-size: 22px !important;
}

.f-size-24 {
    font-size: 24px !important;
}

.f-size-26 {
    font-size: 26px !important;
}

.Roboto {
    font-family: Roboto !important;
}

.Montserrat {
    font-family: Montserrat;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.Montserrat-bold {
    font-family: Montserrat;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.f-w-normal {
    font-weight: normal !important;
}

.f-w-300 {
    font-weight: 300 !important;
}

.f-w-400 {
    font-weight: 400 !important;
}

.f-w-500 {
    font-weight: 500 !important;
}

.f-w-bold {
    font-weight: bold;
}

.border-r-3 {
    border-radius: 3px !important;
}

.border-r-4 {
    border-radius: 4px !important;
}

.border-r-8 {
    border-radius: 8px !important;
}

.border-r-10 {
    border-radius: 10px !important;
}

.border-color-grey {
    border-color: #e7eaf5;
}

.border-color-f2f2f2 {
    border-color: #f2f2f2;
}

.border-color-blue {
    border-color: #1564e8 !important;
}

.border-w-2 {
    border-width: 2px !important;
}

.pagination {
    display: flex;
    align-items: center!important;
}

.pagination a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: black;
    margin: 0 10px;
    text-decoration: none;
    transition: background-color .3s;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 30px !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.pagination a.active {
    background-color: #001f79;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination a.back,
.pagination a.next {
    background-color: #e7ebf9;
    width: 35px;
    height: 35px;
    border-radius: 18px;
    line-height: 35px !important;
    font-size: 16px;
    color: #181818;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top-color: #1564e8;
    border-right-color: #ffb93e;
    border-bottom-color: #001f79;
    border-left-color: #cc0004;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader.mini {
    width: 30px;
    height: 30px;
    border-width: 5px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.leftMenu-style1 .titleGroup {
    font-family: Montserrat;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
    display: flex;
}

.leftMenu-style1 .list {
    padding-left: 10px;
    list-style: none;
}

.leftMenu-style1 .list li {
    min-height: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    color: #181818;
    padding-top: 5px;
    padding-bottom: 5px;
}

.leftMenu-style1 .list li:not(.active):hover {
    font-weight: 500;
}

.leftMenu-style1 .list li i {
    position: absolute;
    left: 3px;
    color: #e70000;
}

.leftMenu-style1 .list li.active {
    color: #1564e8;
    border-radius: 3px;
    background-color: #e7eaf5;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #1564e8;
}

.leftMenu-style1 .list li.active i.far.fa-circle {
    background-color: #ff595c;
    border-radius: 8px;
}

.hi-30 {
    height: 30px !important;
}

.mt--2 {
    margin-top: -2px;
}

.mt--4 {
    margin-top: -4px;
}

.mt--10 {
    margin-top: -10px;
}

.ml--2 {
    margin-left: -2px;
}

.ml--4 {
    margin-left: -4px;
}

.ml--10 {
    margin-left: -10px;
}

.ml--15 {
    margin-left: -15px;
}

.ml--30 {
    margin-left: -30px;
}

.mr--30 {
    margin-right: -30px;
}

.pt-2px {
    padding-top: 2px;
}

.p-15 {
    padding: 15px;
}

.bg-color-de9200 {
    background-color: #de9200;
}

.title-breakLine {
    display: flex;
    align-items: center;
}

.title-breakLine .title {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

.title-breakLine .line {
    height: 8px;
    background-color: #f3f5f9;
    max-width: 100%;
    flex-grow: 1;
    margin-left: 15px;
}

.modal-dialog {
    margin: auto;
}

.modal-dialog:not(.modal-dialog-centered) .modal-content {
    margin-top: 100px;
}

.modal-size-default {
    max-width: 380px;
}

.modal-size-lg {
    max-width: 994px;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.modal-backdrop.show {
    opacity: 0.6;
    background-color: #dde6f4;
}

.modal-content {
    border: none;
    border-radius: 9px;
    box-shadow: 0px 5px 5.6px 0.4px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.modal-header {
    padding-bottom: 0px;
    padding-top: 25px;
    border: none;
    position: relative;
    display: block;
}

.modal-footer {
    border: none;
}

.modal-body {
    /* max-height: calc(100vh - 70px); */
}

.modal .close {
    padding: 0px;
    margin: 0px;
    background-image: url(../images/icons/EVN\ Icon\ Pack_Close.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
    /* padding: 5px; */
    background-color: transparent;
    cursor: pointer;
}

.modal-title {
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

#modalForm-listPEchinhChu .list_pe_chinhchu {
    background-color: #f2f5ff;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
}

#modalForm-listPEchinhChu .list_pe_chinhchu .item {
    padding: 10px 0px 10px 0px;
}

#modalForm-listPEchinhChu .list_pe_chinhchu .item .media-body div {
    max-width: 250px;
}

#modalForm-listPEchinhChu .list_pe_chinhchu::-webkit-scrollbar {
    width: 3px;
}

#modalForm-listPEchinhChu .list_pe_chinhchu::-webkit-scrollbar-track {
    background-color: #e7eaf5;
}

#modalForm-listPEchinhChu .list_pe_chinhchu::-webkit-scrollbar-thumb {
    background-color: #cc0004;
    border-radius: 1.5px;
    background-clip: content-box;
}

#modalChonMAKH .list_pe_lienket {
    background-color: #f2f5ff;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 8px;
    padding: 0px;
}

#modalChonMAKH .list_pe_lienket .item {
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

#modalChonMAKH .list_pe_lienket .item:hover {
    background-color: #b2b9c4;
}

#modalChonMAKH .list_pe_lienket .item .media-body div {
    max-width: 250px;
}

#modalChonMAKH .list_pe_lienket::-webkit-scrollbar {
    width: 3px;
}

#modalChonMAKH .list_pe_lienket::-webkit-scrollbar-track {
    background-color: #e7eaf5;
}

#modalChonMAKH .list_pe_lienket::-webkit-scrollbar-thumb {
    background-color: #cc0004;
    border-radius: 1.5px;
    background-clip: content-box;
}

ul.select2-results__options::-webkit-scrollbar {
    width: 10px;
}

ul.select2-results__options::-webkit-scrollbar-track {
    background-color: #e7eaf5;
}

ul.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #7f868f;
    border-radius: 1.5px;
    background-clip: content-box;
}


/* -------------- CUSTOM scrollbar ------------*/


/* 
@media screen and (min-width: 450px) {
    body:not(.list-select-pe)::-webkit-scrollbar {
        width: 15px;
    }
    body:not(.list-select-pe)::-webkit-scrollbar-track {
        background-color: #e7eaf5;
    }
    body:not(.list-select-pe)::-webkit-scrollbar-thumb {
        background-color: #7f868f;
        border-radius: 0px;
        background-clip: content-box;
        border-left: solid #e7eaf5 2px;
        border-right: solid #e7eaf5 2px;
    }
}
 */


/* -------------- // CUSTOM scrollbar ------------*/

.table-custom thead th {
    border: none;
}

.table-custom tbody tr {
    background-color: #fff;
}

.table-custom tbody tr.spacer {
    background-color: transparent;
}

.table-custom tbody tr.spacer td,
.table-custom tbody tr.spacer th {
    height: 6px;
    padding: 0px;
    border-left: none;
    border-right: none;
}

.table-custom td,
.table-custom th {
    border-top: 1px solid #e7eaf5;
    padding: 14px 15px 14px 15px;
}

.table-custom td {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

.table-custom tbody td:first-child,
.table-custom tbody th:first-child {
    border-left: 1px solid #e7eaf5;
    border-radius: 3px 0px 0px 3px;
}

.table-custom tbody td:last-child,
.table-custom tbody th:last-child {
    border-right: 1px solid #e7eaf5;
    border-radius: 0px 3px 3px 0px;
}

.table-custom tbody tr:not(.spacer):hover {
    box-shadow: 0px 0px 10px 2px #e0eef2;
}

.calendar-table table tr td {
    font-family: Roboto;
    font-size: 14px;
    padding: 5px 7px;
}

.calendar-table select:focus {
    outline: none;
}

.page-number {
    cursor: pointer;
}

button.transparent {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

button.transparent:focus {
    outline: none;
    box-shadow: none;
}

.overflow-hidden {
    overflow: hidden;
}

::placeholder {
    color: #b2b9c4 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b2b9c4 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b2b9c4 !important;
}

.tab-line {
    width: 100%;
    display: flex;
    list-style: none;
    padding: 0px;
}

.tab-line .step {
    flex: 33.3%;
    text-align: center;
    position: relative;
}

.tab-line .step .item {
    width: 34px;
    height: 34px;
    border: solid 3px #e7ebf9;
    background-color: #e7ebf9;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    color: #7f868f;
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
}

.tab-line .step::before {
    content: "";
    background-color: #e7ebf9;
    position: absolute;
    height: 4px;
    top: 50%;
    right: calc(50% + 17px);
    margin-top: -1rem;
    width: calc(100% - 34px);
    /* transition: all .2s; */
    z-index: 1;
}

.tab-line .step.done::before,
.tab-line .step.active::before {
    background-color: #cc0004;
}

.tab-line .step:first-child:before {
    width: 0px;
    height: 0px;
}

.tab-line .step .text {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #b2b9c4;
}

.tab-line .step.active .item {
    border: solid 3px #efcfcf;
    background-color: #cc0004;
    color: #ffffff;
}

.tab-line .step.done .item {
    border: solid 3px #cc0004;
    background-color: #cc0004;
    color: #ffffff;
}

.tab-line .step.active .text {
    color: #181818;
}

.tab-line .step.done .text {
    color: #181818;
}

@media (min-width:768px) {
    .border-right-md {
        border-right: 1px solid #dee2e6!important;
    }
    .border-left-md {
        border-left: 1px solid #dee2e6!important;
    }
}

.object-fit-cover {
    object-fit: cover;
}

.icon-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#cc0004), to(#001f79));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.widget {
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 2;
}

@media (min-width: 768px) {
    .widget {
        position: fixed;
        right: 0px;
        top: calc(50vh - 200px);
        bottom: unset;
    }
}

.widget .group {
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 1px 15.5px 0.5px rgba(0, 0, 0, 0.16);
    background-color: #fcfcfc;
}

.widget .group .item {
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
}

.widget .group .item:first-child {
    border-radius: 5px 0px 0px 0px;
}

.widget .group .item:last-child {
    border-radius: 0px 0px 0px 5px;
}

.widget .group .item[data-custom-class="tooltip-2353cc"].hover,
.widget .group .item[data-custom-class="tooltip-2353cc"]:hover {
    background-color: #b1cbff;
}

.widget .group .item[data-custom-class="tooltip-008133"].hover,
.widget .group .item[data-custom-class="tooltip-008133"]:hover {
    background-color: #b8ffd4;
}

.widget .group .item[data-custom-class="tooltip-fb9a00"].hover,
.widget .group .item[data-custom-class="tooltip-fb9a00"]:hover {
    background-color: #ffd188;
}

.tooltip-2353cc .tooltip-inner {
    background-color: #2353cc;
    font-size: 12px;
    font-weight: normal;
}

.tooltip-2353cc.bs-tooltip-top .arrow:before {
    border-top-color: #2353cc;
}

.tooltip-2353cc.bs-tooltip-right .arrow:before {
    border-right-color: #2353cc;
}

.tooltip-2353cc.bs-tooltip-left .arrow:before {
    border-left-color: #2353cc;
}

.tooltip-2353cc.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #2353cc;
}

.tooltip-008133 .tooltip-inner {
    background-color: #008133;
    font-size: 12px;
    font-weight: normal;
}

.tooltip-008133.bs-tooltip-top .arrow:before {
    border-top-color: #008133;
}

.tooltip-008133.bs-tooltip-right .arrow:before {
    border-right-color: #008133;
}

.tooltip-008133.bs-tooltip-left .arrow:before {
    border-left-color: #008133;
}

.tooltip-008133.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #008133;
}

.tooltip-fb9a00 .tooltip-inner {
    background-color: #fb9a00;
    font-size: 12px;
    font-weight: normal;
}

.tooltip-fb9a00.bs-tooltip-top .arrow:before {
    border-top-color: #fb9a00;
}

.tooltip-fb9a00.bs-tooltip-right .arrow:before {
    border-right-color: #fb9a00;
}

.tooltip-fb9a00.bs-tooltip-left .arrow:before {
    border-left-color: #fb9a00;
}

.tooltip-fb9a00.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fb9a00;
}

.timeline-menu {
    list-style: none;
    padding: 0px;
    border-left: solid 1px #e7eaf5;
}

.timeline-menu li {
    margin-left: -2px;
    color: #181818;
}

.timeline-menu li.active {
    border-left: solid 3px #1564e8;
    font-size: 14px;
    font-weight: normal;
    color: #1564e8;
}

.group-select_file {
    width: 100%;
}

.group-select_file input[type='file'] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.group-select_file label {
    position: relative;
    padding: .375rem .75rem;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #1564e8;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    height: 45px;
}

.group-select_file label img {
    margin-top: -5px;
}

.group-select_file .item {
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
}

.group-select_file .item .info-upload {
    color: #495057;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #e7eaf5;
    height: 45px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 5px;
    padding: .375rem .75rem;
    overflow: hidden;
}

.group-select_file .btn-remove-file {
    width: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #e7ebf9;
    cursor: pointer;
}

.group-select_file .btn-remove-file i {
    color: #7f868f;
    font-size: 16px;
}


/* ---------------------------------------- // UI ------------------------------ */


/* ------------------------- FORM ------------------------------------- */

.form label {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

.btn {
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    padding: 0px 5px;
    border: solid 2px;
    text-align: center;
    justify-content: space-between!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn.size-sm {
    height: 33px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.btn.size-md {
    height: 38px;
}

.btn.size-lg {
    height: 43px;
}

.btn.size-xl {
    height: 53px;
}

.btn:hover {
    color: #ffffff;
}

.btn-red {
    background-color: #cc0004;
    border-color: #cc0004;
    color: #ffffff;
}

.btn-red:hover {
    background-color: #df0c0c;
    border-color: #df0c0c;
}

.btn-disable {
    background-color: #7f868f;
    border-color: #7f868f;
    color: #ffffff;
}

.btn-blue {
    background-color: #1564e8;
    border-color: #1564e8;
    color: #ffffff;
}

.btn-blue:hover {
    background-color: #1256ca;
    border-color: #1256ca;
}

.btn-blue-stre {
    background-color: #001f79;
    border-color: #001f79;
    color: #ffffff;
}

.btn-blue-stre:hover {
    background-color: #032897;
    border-color: #032897;
}

.btn-blue:hover {
    background-color: #1256ca;
    border-color: #1256ca;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #1564e8;
}

.btn-white:hover {
    color: #1564e8;
    background-color: #f3f5fa;
    border-color: #f3f5fa;
}

.btn-grey {
    background-color: #e7ebf9;
    border-color: #e7ebf9;
    color: #1564e8;
}

.btn-grey:hover {
    color: #1564e8;
    background-color: #e7ebf9;
    border-color: #e7ebf9;
}

.btn-DVCQG {
    background-color: #e7ebf9;
    border-color: #a76362;
    color: #a76362;
}

.btn.outline {
    background-color: #ffffff;
    color: #181818;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
}

.btn-shadow-blue {
    box-shadow: 0px 1px 15px 1px rgba(130, 177, 255, 0.6);
}

button[data-toggle="collapse"] {
    color: #1564e8;
    background-color: #e7ebf9;
    border-color: #e7ebf9;
    padding: 0px 15px;
    border-radius: 4px;
    border-width: 1.5px;
    position: relative;
    padding-right: 10px;
    min-width: 115px;
}

[data-toggle="collapse"]:focus {
    outline: none;
    box-shadow: none;
}

[data-toggle="collapse"][aria-expanded="true"] {
    background-color: #e7ebf9;
    border-color: #e7ebf9;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #1564e8;
}

[data-toggle="collapse"][aria-expanded="false"] {
    color: #1564e8;
    background-color: #fff;
    border-color: #1564e8;
}

.custom-checkbox .custom-control-label {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    top: 0px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: solid 1px #1564e8;
}

.form a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #1564e8;
}

.form a:hover {
    color: #001f79;
}

a:focus {
    outline: none;
}

h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

.timeline-list ul {
    list-style: none;
    padding: 0px;
}

.timeline-list li {
    padding: 0px;
}

.timeline-list ul li {
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    min-height: 20px;
}

.timeline-list.no-line ul li {
    border: none;
}

.timeline-list ul li:first-child {
    min-height: 15.5px;
}

.timeline-list ul li:first-child span {
    margin-top: -6px;
}

.timeline-list ul li:first-child::before {
    top: 0px !important;
}

.timeline-list ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    border: solid 2px #81adf6;
    background-color: #206dec;
    border-radius: 50%;
    position: absolute;
    left: -5px;
}

.timeline-list ul li.last {
    min-height: 15.5px;
}

.timeline-list ul li.last::before {
    bottom: 0px;
}

.timeline-list ul li.last span {
    margin-bottom: -6px;
}

.homepage .c-block-menu .timeline-list {
    padding-top: 12px;
}

.homepage .c-block-menu .timeline-list ul li:first-child span {
    margin-top: -4px;
}

.homepage .c-block-menu .timeline-list ul li:before {
    top: 4px
}

.timeline-list.color-de9200 ul li {
    border-left: 1px solid #ffb831;
}

.timeline-list.color-de9200 ul li::before {
    background-color: #de9200;
    border: solid 1.5px #ffb831;
}

input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 34px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 9px;
    box-shadow: inset -20px 0 0 0 #fff;
    cursor: pointer;
}

input.apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.2);
}

input.apple-switch:checked {
    box-shadow: inset 16px 0 0 0 #4ed164;
    border-color: #4ed164;
}

input.apple-switch:checked:after {
    left: 15px;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.05);
}

.form input[type='text'],
.form input[type='password'],
.form .select2-selection {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #181818;
    align-items: center;
    display: flex;
}


/* .form-control {
    line-height: 3;
} */

.form-control .line-h-unset {
    line-height: unset;
}

textarea.form-control {
    line-height: 1.5;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.form-control:disabled:focus,
.form-control[readonly]:focus {
    box-shadow: none;
    outline: none;
    border-color: #ced4da;
}

.form-review .form-control {
    border-radius: 4px;
    border: none;
    background-color: #e7eaf5;
    font-size: 14px;
    font-weight: normal;
    height: unset;
    line-height: unset;
}

.form .select2-selection {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
}

.form .has-error .select2-selection,
.form .has-error textarea {
    border: solid 1.5px #cc0004;
}

.select2-selection:focus {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    background-color: #fff;
    border-color: #80bdff;
}

.select2-dropdown {
    border: 1px solid #ced4da;
}

.select2-results {}

.select2-results__option {
    padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 30px;
}

.select2-selection__arrow b {
    background-image: url(../images/icons/ArrowDown.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 13px !important;
    width: 13px !important;
    margin: auto !important;
    top: 12px !important;
    left: 5px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/icons/ArrowUp.svg);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.has-iconInput {
    position: relative;
    display: flex;
    align-items: center;
}

.has-iconInput i.icon,
.has-iconInput img.icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
}

.has-iconInput img.icon {
    height: 16px;
}

.has-iconInput.iconRight input {
    padding-right: 35px;
}

.has-iconInput.iconRight .icon {
    right: 0px;
}

.has-iconInput.iconLeft input {
    padding-left: 34px;
}

.has-iconInput.iconLeft .icon {
    left: 0px;
}

.form-group.group-input-pass .has-iconInput input[type=password]~i.icon::before,
.form-group.group-input-repass .has-iconInput input[type=password]~i.icon::before {
    content: "\f070";
}

.form-group.group-input-pass .has-iconInput input[type=text]~i.icon::before,
.form-group.group-input-repass .has-iconInput input[type=text]~i.icon::before {
    content: "\f06e";
}

.group-input-sdt input.input-sdt {
    padding-left: 62px;
}

.group-input-sdt .iconLeft img.icon {
    height: 22px;
}

.group-input-sdt .iconLeft .plus84 {
    position: absolute;
    left: 35px;
}

.line-center-text {
    width: 100%;
    border-radius: 0.5px;
    background-color: #e7eaf5;
    height: 1px;
}

.validate.error {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #cc0004;
}

.validate.success {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #25bb4f;
}

.form-group.has-error .invalid-feedback {
    display: inherit;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #cc0004;
}

.form-group.has-error input[type='text'],
.form-group.has-error input[type='password'],
.form-group.has-error input[type='number'] {
    border: solid 1.5px #cc0004;
}

.form-group.has-success .invalid-feedback {
    display: inherit;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #25bb4f;
}

.form-group.has-checked-ok input[type='text'],
.form-group.has-success input[type='text'],
.form-group.has-success input[type='password'] {
    border: solid 1.5px #25bb4f;
}

.form-group.has-checked-notok input[type='text'] {
    border: solid 1.5px #dd8302;
}

.otp input {
    height: 50px;
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #181818;
}

.otp.error input {
    border: solid 1.5px #cc0004;
}

.otp input::-webkit-outer-spin-button,
.otp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* Firefox */

.otp input[type=number] {
    -moz-appearance: textfield;
}

.countdown .second {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: normal;
    text-align: right;
    color: #1564e8;
}

.countdown svg {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.countdown svg circle:last-child {
    fill: none;
    stroke-dasharray: 50.24px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke: #cc0004;
    animation: countdown 30s linear infinite forwards;
}

.countdown svg circle:first-child {
    fill: none;
    stroke-dasharray: 63px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke: #7f868f;
    /* animation: countdown 30s linear infinite forwards; */
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }
    to {
        stroke-dashoffset: 50.24px;
    }
}

.daterangepicker .glyphicon-calendar {
    color: #b2b9c4;
    font-size: 13px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1564e8;
}

.daterangepicker .input-mini.active {
    border: 1px solid #1564e8;
}

.daterangepicker .input-mini {
    font-size: 14px;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    color: #181818;
}

.thongTin_maKH_dangchon {
    border-radius: 10px;
    background-color: #e7ebf9;
    padding: 10px 15px;
}

.thongTin_maKH_dangchon::after {
    border-bottom: 14px solid #e7ebf9;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 35px;
    position: absolute;
    top: -10px;
    z-index: 1;
}

@media (min-width: 768px) {
    .thongTin_maKH_dangchon::after {
        border-right: 14px solid #e7ebf9;
        border-top: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid rgba(0, 0, 0, 0);
        border-left: unset;
        left: 2px;
        top: 35px;
    }
}

@media (min-width: 576px) {
    .thongTin_maKH_dangchon.arrow-sm-left::after {
        border-right: 14px solid #e7ebf9;
        border-top: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid rgba(0, 0, 0, 0);
        border-left: unset;
        left: 2px;
        top: 35px;
    }
}

@media (min-width: 768px) {
    .thongTin_maKH_dangchon.arrow-md-top::after {
        border-bottom: 14px solid #e7ebf9;
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        border-top: unset;
        left: 35px;
        top: -10px;
    }
}

@media (min-width: 992px) {
    .thongTin_maKH_dangchon.arrow-lg-top::after {
        border-right: 14px solid #e7ebf9;
        border-top: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid rgba(0, 0, 0, 0);
        border-left: unset;
        left: 2px;
        top: 35px;
    }
}

.tools-tab .item {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
    padding: 9px 15px;
    cursor: pointer;
}

.tools-tab .item.active {
    border-radius: 8px;
    background-color: #e7ebf9;
    color: #001f79;
    font-weight: 600;
    cursor: default;
}

.tools {
    border-radius: 21px;
    border: solid 1px #dddddd;
    background-color: #e7ebf9;
    padding: 5px;
}

.tools .item {
    border-radius: 16px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
    padding: 7px 15px;
    cursor: pointer;
    text-align: center;
}

.tools .item.active {
    box-shadow: 0px 1px 22.8px 1.2px rgba(65, 136, 255, 0.28);
    background-color: #1564e8;
    color: #ffffff;
}


/* ---------------------- // FORM ------------------------------------- */


/* ------------------------ Breadcrumb -----------------------------------*/

.breadcrumb {
    background-color: transparent;
    margin: 0px;
}

.breadcrumb-item,
.breadcrumb-item a {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #001f79;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    content: url('../images/icons/EVN Icon arrow right.svg');
    font-weight: 600;
    width: 21px;
    margin-top: 2px;
    padding-right: 15px;
}

.breadcrumb-item.active,
.breadcrumb-item.active a {
    font-weight: 500;
    color: #001f79;
}


/* ------------------------ // Breadcrumb -----------------------------------*/


/* ---------------------------------- PAPER -------------------------------------------- */

.paper {
    background-color: #fcfcfc;
    display: flex;
    flex: auto;
    flex-direction: column;
}

.paper .bg-top {
    background-image: url('../images/Heade-trang-giao-dich.jpg');
    background-position: right;
    height: 16px;
    position: relative;
}

.paper .bg-top.review::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    background-color: #fdfdfd;
    box-shadow: 6px -6px 0px 6px #fcfcfc;
    border-top: 30px solid #fff;
    border-left: 30px solid #e7eaf5;
}

.paper .bg-top.review::before {
    border-top: 30px solid #fbfbfb;
    border-left: 30px solid rgba(0, 0, 0, 0);
    border-right: 0px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    background-color: #e7eaf5;
    box-shadow: -1px 3px 6px 0px #c3c3c3;
}

.paper.noborder {
    box-shadow: none;
    background-color: transparent;
}

.paper .paper-head {
    display: inline-block;
    border-bottom: solid #e7eaf5 1px;
    border-radius: 0.5px;
    flex: auto;
    position: relative;
    padding-bottom: 17px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 27px 0px 15px 0px;
}

.paper.noborder .paper-head,
.paper.noborder .paper-body {
    margin: 0px;
}

.paper.noborder .paper-head {
    padding-top: 0px;
}

.paper .paper-head::after {
    content: '';
    width: 106px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #cc0004;
    position: absolute;
    display: inline-block;
    bottom: -1px;
}

.paper .paper-head.notSortLine::after {
    content: none;
}

.paper .paper-head.black::after {
    background-color: #000;
}

.paper .paper-head.line2::after {
    height: 2px;
}

.paper .paper-head .title {
    flex: auto;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
    margin-bottom: unset;
}

.paper .paper-head .option {
    padding-left: 15px;
}

.paper .paper-body {
    padding: 0px 0px 15px 0px;
}

.paper .paper-body img {
    max-width: 100% !important;
}

@media (min-width: 768px) {
    .paper {
        box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.08);
        background-color: #fcfcfc;
        display: flex;
        flex: auto;
        flex-direction: column;
    }
    .paper .paper-body {
        margin-left: 35px;
        margin-right: 35px;
    }
}


/* ------------------------------- // PAPER -------------------------------------------- */

.Xem-tt {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #1564e8;
}


/* ---------------------------------header ------------------------------------------*/

.c-header {
    background-color: #fcfcfc;
}

.c-header .top-head {
    background-color: #d0131d;
    background-image: url('../images/Background-header-2560-fix.jpg');
    background-position: center;
}

.c-header .sidenav .btn-baosuadien {
    height: 30px;
}

.c-header .top-head .btn-baosuadien {
    height: 28px;
}

.c-header .top-head .btn-baosuadien,
.c-header .sidenav .btn-baosuadien {
    border-radius: 2px;
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffb93e;
    width: 115px;
}

.c-header .top-head .btn-baosuadien:hover,
.c-header .sidenav.btn-baosuadien:hover {
    text-decoration: none;
}

.c-header .top-head .btn-baosuadien .icon,
.c-header .sidenav .btn-baosuadien .icon {
    opacity: 0.6;
    background-color: #ffffff;
    border-radius: 2px 0px 0px 2px;
    padding: 0px 6px;
    display: flex;
    align-items: center;
}

.c-header .top-head .btn-baosuadien .text,
.c-header .sidenav .btn-baosuadien .text {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding: 4px 7px;
    display: flex;
    align-items: center;
}

.c-header .top-head .H-tr-247,
.c-header .top-head .Cu-hi-thng-gp {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 0px 7px;
}

.c-header .top-head .LINE {
    width: 1px;
    height: 12px;
    opacity: 0.4;
    background-color: #ffffff;
}

.c-header .top-head .lang {
    padding: 0px;
    margin: 0px 7px;
}

.c-header .top-head .lang .nav-item a {
    padding: 0px;
    color: #ffffff;
    font-size: 12px;
}

.c-header .top-head .lang .dropdown-menu a {
    color: #000000;
    font-size: 12px;
}

.c-header .menu-head {
    box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.28);
}

.c-header .menu-head .logo-page-evn {
    background-image: url('../images/EVNHCMC2021.svg');
    height: 28px;
    width: 138px;
    background-repeat: no-repeat;
    padding: 0px;
}

.c-header .menu-head .nav-item {
    height: 55px;
    display: flex;
}

.c-header .menu-head .menu.navbar ul li a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #0f1c43;
}

.c-header .menu-head .menu .media img {
    width: 21px;
    margin-top: -2px;
}

.c-header .menu-head .c-header .menu-head .btn-search {
    color: #000c6f;
}

.c-header .menu-head .menu_taikhoan {
    max-width: 200px;
}

.c-header .menu-head .btn-dangnhap {
    height: 40px;
    border-radius: 8px;
    border: solid 2px #1564e8;
    padding: 0px 10px;
}

.c-header .menu-head .btn-dangnhap .nav-link {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #0f1c43;
    padding-top: 7px;
}

.c-header .menu-head .btn-dangnhap .nav-link img {
    margin-left: 3px;
    margin-right: 5px;
}

.c-header .menu-head .btn-dangnhap .nav-link i {
    margin: 6px 2px 0px 3px;
    color: #001f79;
}

@media (min-width:992px) {
    .c-header .menu-head .logo-page-evn {
        width: 173px;
        height: 35px;
    }
    .c-header .menu-head .nav-item {
        height: 70px;
    }
    .c-header .menu-head .menu.navbar ul li a {
        font-size: 14px;
    }
    .c-header .menu-head .btn-dangnhap .nav-link {
        font-size: 14px;
    }
    .c-header .menu-head .btn-dangnhap {
        height: 45px;
    }
    .c-header .menu-head .btn-dangnhap .nav-link {
        padding-top: 8px;
    }
    .c-header .menu-head .menu .media img {
        width: 28px;
    }
}

.c-header .menu-head .menu-big {
    display: none;
}

@media (min-width:768px) {
    .c-header .menu-head .menu-big {
        display: block;
        max-width: calc(100% - 345px);
    }
    .c-header .menu-head .logo-page-evn {
        margin-right: 0px !important;
    }
}

.c-header .top-head .container-xl {
    display: none;
}

.c-header .top-head .bg-top {
    display: block;
    background-image: url(../images/Heade-trang-giao-dich.jpg);
    background-position: right;
    height: 16px;
}

.c-header .menu-head .menu-big .dropdown.show .media {
    font-weight: 500;
}

.c-header .menu-head .dropdown-menu {
    width: calc(100vw - 300px);
    border-radius: 6px;
    box-shadow: 0px 1px 20.2px 3.8px rgba(35, 83, 204, 0.16);
    background-color: #ffffff;
    border: 0px;
    margin: 0;
}

.c-header .menu-head .menu-big .dropdown-menu.dropdown-menu-center {
    right: -222px;
    left: auto;
}

@media (min-width:768px) {
    .c-header .top-head .container-xl {
        display: block;
    }
    .c-header .top-head>.container-xl>.row {
        height: 35px;
    }
    .c-header .top-head .bg-top {
        display: none;
    }
}

.head-back-version {
    height: 40px;
    width: 100%;
    background-color: #f2f2f2;
}

.nav-item.dropdown.show::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: calc(50% - 8px);
    position: absolute;
    top: 48px;
    z-index: 9999;
}

@media (min-width:992px) {
    .nav-item.dropdown.show::after {
        top: 63px;
    }
}

.c-header .menu-head .menu.navbar ul.submenu {
    list-style-type: none;
    padding: 0px;
    padding-left: 5px;
}

.c-header .menu-head .menu.navbar ul.submenu li {
    padding-top: 7px;
    padding-bottom: 7px;
}

.c-header .menu-head .menu.navbar ul.submenu li {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

.c-header .menu-head .menu.navbar ul.submenu li a:hover {
    font-weight: normal;
}

.c-header .menu-head .menu.navbar .dropdown-menu .media.ghichu {
    padding: 7px 10px 7px 10px;
    position: relative;
}

.c-header .menu-head .menu.navbar .dropdown-menu .media.ghichu::after {
    border-bottom: 8px solid #ffc41d;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 20px;
    position: absolute;
    top: -7px;
}

.hot-submenu {
    padding: 3px 8px 3px 8px;
    border-radius: 3px;
    background-image: linear-gradient(to top, #cc0004, #fa3438);
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.icon-userinfo {
    width: 36px;
    height: 36px;
    background-image: linear-gradient(to top, #cc0004, #fa3438);
    border: solid #001f79 3px;
    border-radius: 18px;
    padding-top: 4px;
    z-index: 2;
}

.name-userinfo {
    max-width: 110px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #001f79;
    padding-top: 3px;
    padding-left: 4px;
    padding-right: 0px;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loaiKH-userinfo {
    position: absolute;
    bottom: 0px;
    left: 18px;
    width: 100px;
    height: 15px;
    padding: 0px 13px 3px 26px;
    border-radius: 0px 7.5px 7.5px 0px;
    background-color: #001f79;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #a9bdf7;
    z-index: 1;
}


/* --------------------------------- // header ------------------------------------------*/


/* --------------------------------- footer ------------------------------------------ */

.top-footer {
    background-color: #f2f2f2;
}

.top-footer>.container>.row {
    height: 50px;
}

.top-footer .img_dichVuCongQuocGia {
    height: 30px;
    width: 202px;
    background-image: url('../images/logo_dichVuCongQuocGia - s30.png');
    background-repeat: no-repeat;
}

@media (min-width: 410px) {
    .top-footer .img_dichVuCongQuocGia {
        height: 35px;
        width: 236px;
        background-image: url('../images/logo_dichVuCongQuocGia.png');
    }
}

.main-footer {
    background-image: url('../images/Footer-bottom-background.png');
    min-height: 400px;
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: right;
}

@media (min-width: 992px) {
    .main-footer {
        background-image: url('../images/Footer-bottom-background.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.main-footer .container {
    padding: 30px 0px;
}

.bot-footer>.container>.row {
    height: 50px;
}

.bot-footer {
    background-color: #001f79;
    border-top: solid #ce030e 6px;
}

.Copyright {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.top-footer .H-tr-247 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

.top-footer .ft-dt1900545454 {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #cc0004;
}

.top-footer .icon-phone {
    font-size: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#cc0004), to(#001f79));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 3px;
}

.main-footer .text-soluongtruycap i {
    font-size: 10px;
    color: #25bb4f;
    margin-right: 2px;
}

.main-footer .text-soluongtruycap {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #101111;
    padding: 15px 0px 10px 0px;
}

.main-footer .text-soluongtruycap .so {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #cc0004;
    padding-left: 5px;
    padding-right: 15px;
}

.main-footer .footer-diachi-text {
    font-size: 14px;
    font-weight: normal;
    color: #101111;
}

.main-footer .icon-boCongThuong {}

.main-footer .media .media-body .text-1 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.main-footer .media .media-body .text-2 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1564e8;
}

.main-footer .footer-nav .group-name {
    font-weight: normal;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.main-footer .footer-nav .item-nav {
    padding: 9px 0px;
}

.main-footer .footer-nav .item-nav a {
    color: #000000;
}

.main-footer .footer-nav .item-nav i {
    font-size: 11px;
    color: #ce030e;
    width: 10px;
}

.btn-chplay,
.btn-appstore {
    padding: 10px 15px;
    border-radius: 3px;
    background-image: linear-gradient(to top, #001f79, #002caa);
    color: white;
}

.app-store,
.chplay {
    width: 25px;
    height: 25px;
}

.apple-store {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
}

.goToTop {
    background-color: #e7ebf9;
    border-radius: 3px;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1564e8;
    cursor: pointer;
}

.top-footer .bg-top {
    background-image: url('../images/Heade-trang-giao-dich.jpg');
    background-position: right;
    height: 16px;
}


/* -------------------------- Trang chu ---------------------------------*/

.c-main .c-wrapper {
    position: relative;
}

.c-main .carousel-caption {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 0px;
    top: 5px;
}

.div-indicators {
    position: absolute;
    left: calc(50% - 60px);
    bottom: 50px;
    width: unset;
    margin: 0px;
    display: inline-flex;
    align-items: center;
}

@media (min-width: 768px) {
    .div-indicators {
        /* top: 300px;
        left: 50px;
        right: unset;
        bottom: unset; */
    }
}

.carousel-indicators {
    display: flex;
    position: relative;
    margin: 0px 10px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 24px;
    height: 24px;
    position: relative;
    opacity: 0.4;
    border-radius: 3px;
    border: solid 1px #ffffff;
    background-color: #363636;
    padding: 5px;
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
    opacity: 0.4;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.6;
}

.carousel-control-prev svg,
.carousel-control-next svg {
    height: 11px;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 8px;
    display: block;
    border: none;
    border: solid 1px;
    border-color: #fff;
    background-color: #00000045;
}

.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: 0px 0px 1px 3px #ffffff7a;
}

.c-main .c-wrapper .bot-banner {
    /* position: absolute;
    bottom: -10px;
    background-image: url(./../images/EVN-Wave-1366.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 120px; */
}

#banner .slide-image {
    /* background-image: url(./../images/banner/Feature-banner-2560.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    /* height: 545px; */
}

#banner .slide-image img {
    margin: auto;
    width: 100%!important;
}

@media (min-width: 1768px) {
    .c-main .c-wrapper .bot-banner {
        background-image: url(./../images/EVN-Wave-1920.png);
    }
}

@media (min-width: 1920px) {
    .c-main .c-wrapper .bot-banner {
        background-image: url(./../images/EVN-Wave-2560.png);
    }
}

.c-main .c-block-Info {
    border-radius: 8px;
    box-shadow: 0px 1px 20.2px 3.8px rgba(0, 0, 0, 0.16);
    background-color: #fcfcfc;
    margin-bottom: 15px;
    padding: 35px 23px 34px 35px;
}

.c-main .c-block-Info2 {
    border-radius: 8px;
    box-shadow: 0px 1px 20.2px 3.8px rgba(35, 83, 204, 0.16);
    background-color: #fcfcfc;
    margin-bottom: 15px;
    padding: 35px 23px 34px 35px;
}

.mt--95 {
    margin-top: -95px;
}

@media (min-width:991px) {
    .mt-lg--70 {
        margin-top: -70px;
    }
}

.c-main .block-top {
    /* top: -115px; */
    /* position: relative; */
}

.c-main .homepage .lichSuSuDungDien {
    padding: 26px 33px 32px 34px;
    border-radius: 16px;
    box-shadow: 0px 1px 20.2px 3.8px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.c-main .homepage .thongTinNo {
    width: calc(25% - 5px);
    box-shadow: 0px 1px 20.2px 3.8px rgb(0 0 0 / 16%);
    background-color: rgb(229 229 229);
    margin-left: 5px;
    border-radius: 16px;
}

.c-main .homepage .thongTinNo .notNo {
    border-radius: 16px;
    background-color: #ffffff;
    padding: 26px 33px 32px 34px;
    height: 565px;
}

.c-main .homepage .thongTinNo .isNo .thongTinGiayBao {
    border-radius: 16px 16px 16px 16px;
    background-color: #ffffff;
}

.c-main .homepage .thongTinNo .isNo .thongTinGiayBao .top {
    border-radius: 16px 16px 0px 0px;
    min-height: 90px;
    padding: 12px 12px 10px 30px;
    background-color: #f2f6fc;
    width: 100%;
}

.c-main .homepage .thongTinNo .isNo .thongTinGiayBao .top .qr-thanhtoan img {
    width: 62px;
}

.qr-thanhtoan {
    width: 62px;
}

.c-main .homepage .thongTinNo .isNo .thongTinGiayBao .content {
    padding: 15px 34px;
}

.c-main .homepage .thongTinNo .isNo .footer {
    margin-top: 0px;
    height: 145px;
    border-radius: 16px 16px 16px 16px;
    background-color: #ffffff;
    padding: 26px 33px 32px 34px;
    position: relative;
}

.c-main .homepage .thongTinNo .isNo .footer::before {
    content: "";
    width: calc(100% - 32px);
    position: absolute;
    top: -1px;
    left: 16px;
    border-top: dashed 2px #e5e5e5;
}

.c-main .c-block-Info .border-right {
    border-color: #e7eaf5;
}

.c-main .c-block-Info .list-tinNangSauDangNhap {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

.c-main .c-block-Info .form-dangnhap-trangchu {
    min-width: 200px;
    width: 100%;
}

.group-cacChucNangDuocQuanTam {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    padding: 8px;
    margin: -23px;
}

.group-cacChucNangDuocQuanTam::-webkit-scrollbar {
    height: 4px;
}

.group-cacChucNangDuocQuanTam::-webkit-scrollbar-track {
    border-top: solid #e7eaf5 1px;
    background-color: #e7eaf5;
}

.group-cacChucNangDuocQuanTam::-webkit-scrollbar-thumb {
    background-color: #e7eaf5;
    border-radius: 2px;
    background-clip: content-box;
}

.group-cacChucNangDuocQuanTam:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.group-cacChucNangDuocQuanTam:hover::-webkit-scrollbar-thumb {
    background: rgb(216, 214, 214);
    border-radius: 4px;
}

.c-main .c-block-menu {
    min-height: 345px;
    min-width: 210px;
    padding: 20px 26px 28px 20px;
    border-radius: 8px;
    box-shadow: 0px 1px 11.3px 0.7px rgba(0, 0, 0, 0.06);
    background-image: linear-gradient(to top, #dae4f3, #ffffff);
}

.c-main .c-block-menu-hot {
    min-height: 345px;
    min-width: 210px;
    padding: 20px 23px 28px 20px;
    border-radius: 8px;
    box-shadow: 0px 1px 11.3px 0.7px rgba(0, 0, 0, 0.06);
    background-image: linear-gradient(to top, #ed9700, #f8bc3c);
}

.c-main .c-block-menu .icon {
    width: 98px;
    height: 98px;
    border-radius: 49px;
    border: solid #f2f7ff 5px;
    background-color: #dde6f4;
}

.c-main .c-block-menu-hot .icon {
    width: 98px;
    height: 98px;
    border-radius: 49px;
    border: solid #ffcf69 5px;
    background-color: #f9c452;
}

.c-block-menu .title,
.c-block-menu-hot .title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #001f79;
}

.c-block-menu .timeline-list ul li,
.c-block-menu-hot .timeline-list ul li {
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.c-block-menu .p-mota,
.c-block-menu-hot .p-mota {
    font-size: 12px;
}

.c-block-menu .p-mota p,
.c-block-menu-hot .p-mota p {
    padding: 0px;
    margin: 0px;
}

.s-LinkThanhToan img {
    width: 33px;
    height: 56px;
}

.s-LinkThanhToan .media-body {
    padding-left: 10px;
}

.block-thanh-toan-online-nhanh-title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
}

@media (min-width:768px) {
    .s-LinkThanhToan img {
        height: 65px;
    }
    .s-LinkThanhToan .media-body {
        padding-left: 10px;
    }
    .block-thanh-toan-online-nhanh-title {
        font-size: 18px;
        color: #001f79;
    }
}

@media (min-width:992px) {
    .s-LinkThanhToan img {
        height: 90px;
        width: 53px;
        position: absolute;
        top: -45px;
    }
    .s-LinkThanhToan .media-body {
        padding-left: 70px;
    }
}

.block-thanh-toan-online-nhanh-subtitle {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7f868f;
}

.list-tintuc-moi {
    padding-left: .5rem;
    padding-right: .5rem;
}

.list-tintuc-moi .item {
    margin-bottom: 27px;
    padding-left: .5rem;
    padding-right: .5rem;
}

.list-tintuc-moi .item .image,
.list-tintuc-moi .item .image img {
    border-radius: 3px;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

@media (min-width: 500px) {
    .list-tintuc-moi .item .image,
    .list-tintuc-moi .item .image img {
        height: 120px;
    }
}

@media (min-width: 576px) {
    .list-tintuc-moi .item .image,
    .list-tintuc-moi .item .image img {
        height: 150px;
    }
}

@media (min-width: 650px) {
    .list-tintuc-moi .item .image,
    .list-tintuc-moi .item .image img {
        height: 160px;
    }
}

@media (min-width: 720px) {
    .list-tintuc-moi .item .image,
    .list-tintuc-moi .item .image img {
        height: 180px;
    }
}

@media (min-width: 768px) {
    .list-tintuc-moi .item .image,
    .list-tintuc-moi .item .image img {
        height: 100px;
    }
}

@media (min-width: 992px) {
    .list-tintuc-moi .item .image,
    .list-tintuc-moi .item .image img {
        height: 180px;
    }
}

@media (min-width: 1200px) {
    .list-tintuc-moi .item .image,
    .list-tintuc-moi .item .image img {
        height: 210px;
    }
}

.list-tintuc-moi .item .tieude {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: justify;
    color: #181818;
    padding-top: 18px;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-tintuc-moi .item .tomtat {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: justify;
    color: #181818;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-tintuc-moi .item .thongtin,
.list-tintuc-hot .item .thongtin,
.list-tintuc-lienquan .item .thongtin {
    display: flex;
    align-items: center;
    padding: 8px 0px 0px 0px;
    flex-wrap: wrap;
}

.text-property-tintuc {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
    color: #b2b9c4;
    padding: 0px 10px 0px 0px;
    margin-right: 10px;
    border-right: solid #e7eaf5 1px;
}

.text-property-tintuc img {
    margin-top: -5px;
    margin-right: 5px;
}

.text-property-tintuc:last-child {
    border: none;
}

.list-tintuc-hot .item,
.list-tintuc-lienquan .item {
    display: flex;
    margin-top: 27px;
}

.list-tintuc-hot .item .num {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b2b9c4;
    padding-right: 23px;
    line-height: 30px;
}

.list-tintuc-hot .item .tieude,
.list-tintuc-lienquan .item .tieude {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: justify;
    color: #181818;
    padding-top: 0px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-tintuc-hot .item .tomtat {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
    color: #181818;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-tintuc-lienquan .image,
.list-tintuc-lienquan .image img {
    width: 100px !important;
    height: 54px;
    max-width: unset !important;
}

.list-select-pe {
    display: flex;
    flex-direction: row;
    /* overflow-x: auto; */
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 0px;
}

.list-select-pe .content {
    display: inherit;
    border-bottom: solid #e7eaf5 1px;
    min-width: 100%;
}

.list-select-pe .item {
    width: 150px;
    display: inline-table;
    padding: 5px 20px 5px 0px;
    position: relative;
    cursor: pointer;
}

.list-select-pe .item.active {
    cursor: inherit;
}

.list-select-pe .item.active::after {
    background-color: #cc0004;
    content: '';
    height: 3px;
    width: 105px;
    border-radius: 1.5px;
    display: block;
    position: absolute;
    bottom: 0px;
}

.list-select-pe .item.hot .pe i {
    font-size: 12px;
    color: #cc0004;
}

.list-select-pe::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}


/* Track */

.list-select-pe::-webkit-scrollbar-track {
    border-top: solid #e7eaf5 1px;
}

.list-select-pe:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}


/* Handle */

.list-select-pe:hover::-webkit-scrollbar-thumb {
    background: rgb(216, 214, 214);
    border-radius: 4px;
}


/* Handle on hover */

.list-select-pe:hover::-webkit-scrollbar-thumb:hover {
    background: rgb(197, 197, 197);
    cursor: pointer;
}

.list-select-pe .item .pe {
    color: #7f868f;
}

.list-select-pe .item.active .pe {
    color: #181818;
    font-weight: bold;
}

.list-select-pe .item .quanhe {
    color: #b2b9c4;
    font-size: 11px;
    font-style: italic;
}

.list-select-pe .item .quanhe i {}

.list-select-pe .item.active .quanhe {
    color: #001f79;
    font-weight: 500;
}

.phuTaiTrangChu .chartdiv {
    height: 280px;
}

.chartdiv g[shape-rendering="auto"] {
    display: none;
}

.chart-curent-month {
    border: solid #cc0004 3px;
    padding: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 16px;
    padding-top: 3px;
    margin-top: -3px;
}

.carousel.slide {
    z-index: 0;
}

.max-w-310 {
    max-width: 310px;
}

@media (max-width: 991px) {
    .w-full {
        margin-left: -40px;
        margin-right: -40px;
    }
    .c-main .c-block-Info.w-full {
        border-radius: 0px;
        border-top: solid #c8e1ff 10px;
    }
    .c-main .homepage .lichSuSuDungDien {
        border-radius: 0px;
        border-top: solid #c8e1ff 10px;
        box-shadow: 0px 20px 20.2px -16.2px rgb(0 0 0 / 16%);
    }
}

@media (max-width: 767px) {
    .w-full {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.homepage .thongTinNo-mini {
    border-radius: 15px;
    padding: 13px 19px 15px 17px;
    box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    position: relative;
}

.homepage .thongTinNo-mini .divButton {
    width: 140px;
}

.homepage .thongTinNo-mini::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    background-color: #cc0004;
    top: -2px;
    left: -2px;
    box-shadow: 0px 0px 2px 5px #cc00044a;
}

.module-menu-tct {
    background-color: #001f79;
    box-shadow: 0px 3px 8px 0 rgb(0 0 0 / 12%);
}

.module-menu-tct .menu-tct {
    min-height: 50px;
}

.module-menu-tct .menu-tct .menu-item {
    color: #fcfcfc;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 767px) {
    .module-menu-tct .menu-tct .menu-item {
        font-size: 14px;
    }
}

.module-menu-tct .menu-tct .menu-item:hover {
    cursor: pointer;
    color: #df0c0c;
}

.tintuc-scroll {
    height: 35px;
    background-color: #0000008a;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.tintuc-scroll .item {
    color: #fff;
    border-left: solid 1px #e7eaf5;
    padding: 5px 20px;
}

.tintuc-scroll .item:first-child {
    border-left: unset;
}


/* -------------------------- // Trang chu ---------------------------------*/


/* ---------------------------------- TIN TUC ----------------------------- */

.page-chitiet-tintuc .tieude {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #181818;
}

.page-chitiet-tintuc .image {
    text-align: center;
    justify-content: space-between;
    align-content: center;
    border-radius: 3px;
    border: solid #e7eaf5 1px;
}

.page-chitiet-tintuc .image img {
    max-width: 100%;
}

.page-chitiet-tintuc .tomtat {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #181818;
}

.page-chitiet-tintuc .noidung {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    color: #181818;
}

.page-chitiet-tintuc .noidung img {
    max-width: 100% !important;
    height: auto !important;
}


/* ------------------------------ -// TIN TUC ----------------------------- */


/* -------------------------------- TRA CUU -------------------------------- */

.bg-tracuu {
    background-color: #fcfcfc;
    min-height: 600px;
}

iframe.banthehien_hoadon {
    border-radius: 3px;
    border: solid 1px #c2c2c2;
}

iframe.banthehien_hoadon body::-webkit-scrollbar {
    width: 3px;
}

iframe.banthehien_hoadon body::-webkit-scrollbar-track {
    background-color: #e7eaf5;
}

iframe.banthehien_hoadon body::-webkit-scrollbar-thumb {
    background-color: #cc0004;
    border-radius: 1.5px;
    background-clip: content-box;
}

.btn-download-HDDT {
    border-radius: 8px;
    border: solid 1.5px #f2f5ff;
    background-color: #ffffff;
    padding-right: 10px;
}

.btn-download-HDDT:hover {
    box-shadow: 0px 0px 4px 0.1px #e8edf5;
}

.btn-download-HDDT img::before {
    box-shadow: 0px 0px 4px 0.1px #e8edf5;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 300px;
    background-color: #fff;
    box-shadow: 0px 1px 15px 1px rgb(0 0 0 / 8%);
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
    box-shadow: 0px 1px 15px 1px rgb(0 0 0 / 8%);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.table-giabandien tr td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.page-tracuu .chartdiv {
    height: 400px;
}

.chartdiv g[shape-rendering="auto"] {
    display: none;
}


/* ------------------------------// TRA CUU -------------------------------- */


/* ------------------------------- PAGE GIAO DỊCH --------------------------- */

.bg-giaodichtructuyen {
    background-color: #fcfcfc;
    min-height: 600px;
}


/* ---------------------------- // PAGE GIAO DỊCH --------------------------- */

ul.list_vanban li {
    margin-top: 10px;
}

.mask-chinhchu {
    right: 0px;
    top: 0px;
    padding: 7px 15px;
    background-color: #e7ebf9;
    position: absolute;
    border-radius: 0px 8px 0px 8px;
}

.mask-theodoi {
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    background-color: #e7ebf9;
}

.dot-style-blue {
    width: 14px;
    height: 14px;
    background-color: #206dec;
    border-radius: 50%;
    border: solid 2px #81adf6;
}

.loading {
    display: flex;
    width: 100%;
    justify-content: center;
}

.btn[disabled] {
    opacity: 0.7;
    background-color: #a5a5a5;
    border-color: #a5a5a5;
    color: #fff;
}

.alertify .ajs-header {
    border: none;
    background-color: unset;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #181818;
    padding: 20px 25px;
}

.alertify .ajs-commands button.ajs-close {
    background-image: url(../images/icons/EVN\ Icon\ Pack_Close.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.alertify .ajs-commands {
    margin: -15px 15px 0 0;
}

.alertify button:focus {
    outline: none;
}

.alertify .ajs-body .ajs-content {
    padding: 15px 0px;
}

.alertify .ajs-footer {
    border-radius: 0 0 5px 5px;
}

.alertify .ajs-dialog {
    border-radius: 5px;
}

.lang .dropdown.show::after {
    top: 17px;
}

.sidenav .lang .dropdown.show::after {
    display: none;
}

.table-chitiet-phutai tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.bg-color-62a02f {
    background-color: #62a02f;
}

.bg-color-001f79 {
    background-color: #001f79;
}

.bg-color-f0c000 {
    background-color: #f0c000;
}

.dot-ghichu {
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.rate {
    min-width: 260px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    /* margin-left: 20px; */
    margin-right: 10px;
    background-color: #c4c2c0;
    border-radius: 20px;
    height: 40px;
    line-height: 37px;
    text-align: center;
}

.rate:not(:checked)>label:before {
    content: '★ ';
    /* content: '\f005'; */
}

.rate>input:checked~label {
    /* color: #fff;    */
    background-color: #f7771c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    /* color: #deb217;  */
    background-color: #f7771c;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    /* color: #c59b08; */
    background-color: #f7771c;
}

.mota-ratting {
    font-style: italic;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 10px;
}

.recaptcha-checkbox {
    padding-bottom: 10px;
}

.ds-yeucau .btn-xemchitiet {
    width: 24px !important;
    height: 24px !important;
    border-radius: 12px;
    min-width: unset;
    padding: unset;
    text-align: center;
    border: none;
}

.ds-yeucau .btn-xemchitiet[aria-expanded="false"] {
    background-color: #e7eaf5;
    border-color: #1564e8;
    color: #1564e8;
}

.ds-yeucau .btn-xemchitiet[aria-expanded="true"] {
    background-color: #1564e8;
    border-color: #1564e8;
    color: #fff;
}

.ds-yeucau .btn-xemchitiet[aria-expanded="true"] {
    color: #fff;
}


/* .ds-yeucau .chitiet {
    display: flex;
    justify-content: center;
    padding: 10px 15px 20px 15px;
} */

.ds-yeucau .info-chitiet {
    border-radius: 0px 0px 7px 7px;
    background-color: #fff;
    border: solid 1px #e7eaf5;
}

.ds-yeucau .info-chitiet .nav {
    border-bottom: solid 1px #e7eaf5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.ds-yeucau .info-chitiet .nav .nav-link {
    color: #b2b9c4;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    padding-left: 30px;
    padding-right: 30px;
}

.ds-yeucau .info-chitiet .nav .nav-link.active {
    color: #cc0509;
    font-weight: 500;
}

.ds-yeucau .info-chitiet .tab-content {
    padding: 15px 20px;
}

.timeline-tiendo ul {
    list-style: none;
    padding: 0px;
    padding-left: 110px;
}

.timeline-tiendo ul li {
    border-left: 4px solid #e7eaf5;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    min-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.timeline-tiendo ul li .time {
    position: absolute;
    width: 80px;
    left: -110px;
    text-align: right;
    /* display: flex; */
    /* justify-items: center; */
    /* align-items: center; */
    font-size: 10px;
}

.timeline-tiendo ul li .note {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

.timeline-tiendo ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid 2px #1564e8;
    background-color: #1564e8;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
}

.timeline-tiendo ul li.start:before {
    content: "\f1d8";
    border: solid 2px #1564e8;
    background-color: #e0eef2;
    color: #1564e8;
}

.timeline-tiendo ul li.start .time {
    color: #1564e8;
}

.timeline-tiendo ul li.next:before {
    content: "\f737";
    border: solid 1px #1564e8;
    background-color: #e0eef2;
    color: #1564e8;
    font-size: 12px;
}

.timeline-tiendo ul li.waiting:before {
    content: "\f110";
    border: solid 1px #eabd01;
    background-color: #f7f3e3;
    color: #deb200;
    font-size: 12px;
}

.timeline-tiendo ul li.waiting .time {
    color: #eabd01;
}

.timeline-tiendo ul li.done:before {
    content: "\f00c";
    background-color: #25bb4f;
    border: solid 2px #25bb4f;
}

.timeline-tiendo ul li.done .time {
    color: #25bb4f;
}

.timeline-tiendo ul li.delete:before {
    content: "\f1f8";
    background-color: #cc0004;
    border: solid 1px #cc0004;
    color: #e0eef2;
    font-size: 12px;
}

.timeline-tiendo ul li.delete .time {
    color: #cc0004;
}

.btn-add_-pe {
    background-color: #cc0004;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    border: solid rgb(253 241 241) 6px;
}

.itemChonCongThanhToan {
    border-style: dashed;
    border-width: 2px;
    border-color: #e76c7a;
    border-radius: 10px;
    cursor: pointer;
}

.itemChonCongThanhToan .iconSelect {
    background-color: #e6ebf5;
    width: 28px;
    height: 28px;
    border-radius: 14px;
}

.itemChonCongThanhToan .iconSelect:after {
    content: "";
    background-color: #ffffff;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    display: flex;
    margin-left: 7px;
    margin-top: 7px;
}