body {
    font-size: 13px;
}

@media (max-width: 1023px) {
    .d-sm-none {
        display: none !important
    }
}

@font-face {
    font-family: 'Saira Condensed';
    src: url('../font/SairaCondensed-Bold.ttf');
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #b6b2b2;
    border-radius: 8px;
}

ol,
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt26 {
    margin-top: 26px;
}

.mt0 {
    margin-top: 0;
}

.mb40 {
    margin-bottom: 40px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.mb0 {
    margin-bottom: 0;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.margin-0 {
    margin: 0;
}

.col-header {
    height: 52px;
}

.menu-navbar {
    display: flex;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.brand-logo {
    width: 16%;
    margin-right: 8px;
    object-fit: cover;
    z-index: 1;
}

.brand-name {
    font-size: 16px;
    color: #2c2c2c;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 14px;
}

.unit-name {
    font-size: 16px;
    color: #2c2c2c;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 14px;
}

.search-data {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    margin: 0 !important;
}
.list-data_services {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-collapse {
    height: 66px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.item-login {
    padding-right: 0 !important;
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2px 15px;
    height: 100%;
}

.nav-item .nav-link {
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.btn-gray {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    line-height: 28px;
    background-color: #f6f4f4;
    transition: all .4s ease;
}

.button-default {
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a;
}

.btn-gray:hover {
    background-image: linear-gradient(-180deg, #cb0100 4%, #cb0100 97%);
    border: 1px solid #cb0100;
    transition: all .4s ease;
}

.button-default:hover {
    background: #cb0100;
    color: #fff;
}

.navbar-nav .nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    transition: width .4s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #cb0100;
}

.navbar-nav .active-item .nav-link {
    color: #cb0100;
}

.nav-link:hover {
    color: #cb0100;
}

.nav-item:hover:after {
    width: 100%;

}

.item-login:hover:after {
    width: 0;
}

.banner-home {
    width: 100%;
    height: 218px;
}

.col-content {
    position: relative;
}

.banner-container .banner-content {
    background-position: right;
}

.banner-content {
    background: url(../images/bg-data.png);
    height: 500px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.custom-banner-trangchu {
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
}

.custom-btn-home-search {
    display: flex;
}

.custom-btn-home-search .button-search {
    width: 38px;
    position: relative;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.search-icon {
    font-size: 20px;
    padding: 4px;
}

.button-search {
    background: #cb0100;
    color: #fff;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    transition: all .4s ease;
}

.form-group {
    margin-bottom: 14px;
}

.custom-btn-home-search .form-control {
    height: 40px;
}

.custom-btn-home-search .input-keyword {
    font-style: italic;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: calc(100% - 98px);
    font-weight: 700;
}

.banner-title-item {
    display: flex;
    margin-bottom: 4px;
    margin-top: 10px;
    align-items: flex-start;
}

.banner-title-item img {
    margin-right: 5px;
    padding-top: 2px;
}

.banner-title-item p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    font-family: revert;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
}

.button-search:hover {
    background-color: #135;
}

.custom-dlxn-container {
    box-shadow: unset;
    padding-bottom: 30px;
}

.custom-dlxn-container .custom-dlxn-sub {
    padding: 15px 0px !important;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.lots-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-right: 15px;
}

.new-heading {
    height: 22px;
    padding: 0px 15px 0px 15px;
    border: 3px solid;
    border-color: transparent transparent transparent red;
    border-radius: 2px;
}

.btn-page-dvnb {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid #E8E8EA;
    position: relative;
    background-color: #fff;
}

.btn-page-dvnb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-dvnb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-dvnb h6 {
    font-family: revert;
    font-size: 11px;
    color: #0048B2;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
    transition: all 0.4s ease;
}

.custom-dvnb h6:hover {
    color: #cb0100;
}

.note-info {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.custom-dvnb .title-dvnb {
    font-family: revert;
    font-size: 14px;
    color: #3A3C41;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 66px;
    line-height: 18px;
    min-height: 36px;
}

label {
    cursor: default;
}

.sms-color {
    font-family: revert;
    font-size: 12px;
    background-color: #3C8DBC;
    padding: 1px;
    color: #ffffff !important;
    border-radius: 2px;
}

.badge-sms {
    background-color: #3C8DBC;
    padding: 4px 10px;
}

.badge-web {
    background-color: #ffa516;
    padding: 4px 10px;
}

.web-color {
    font-family: revert;
    font-size: 12px;
    background-color: #ffa516;
    padding: 1px;
    color: #ffffff !important;
    border-radius: 2px;
}

.zalo-color {
    font-family: revert;
    font-size: 12px;
    background-color: #DD4B39;
    padding: 1px;
    color: #ffffff !important;
    border-radius: 2px;
}

.custom-dvnb .view-dvnb {
    font-family: revert;
    font-size: 12px;
    color: #6F7A89;
}

.icon-user {
    margin: 0 4px;
}

.custom-session-home {
    box-shadow: unset;
    background-color: #cdc9c9;
    padding-bottom: 25px;
}

.news {
    background-color: #fff;
    height: 30%;
    display: flex;
    align-items: center;
}

.custom-bg-weight {
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.custom-heading {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.list-dvm {
    /* padding: 0px 15px; */
}

.dvm-item {
    /* padding: 10px 0px; */
    border-bottom: 1px solid #d8d8d8;
}

.dvm-title {
    font-family: inherit;
    font-size: 13px;
    color: #2c2c2ce3;
    font-weight: 700;
    transition: all 0.4s ease;
}

.dvm-title:hover {
    color: #DD4B39;
}

.item-info {
    align-items: center;
}

.name-post {
    color: #373232db;
    font-style: italic;
}

.custom-date {
    margin-left: 5px;
}

.note-data {
    padding-top: 6px;
}

.sms-heading {
    justify-content: space-between;
    display: flex;
    margin-right: 15px;
}

.list-sms {
    padding-top: 10px;
}

.list-sms .z-grid-header {
    overflow: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

.list-sms .z-grid-body {
    overflow: auto;
    width: 100%;
}

.data-sms {
    width: 100%;
    table-layout: fixed;
}

.z-columns {
    text-align: left;
}

.z-columns th:first-child {
    border-left: none;
}

.grid-sms .z-column {
    border-left: 1px solid #D3D9E2;
    background: #2c87b6;
}

.grid-sms .z-column-content {
    font-family: revert;
    font-size: 13px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
}

.grid-sms .z-grid-body .z-cell:first-child {
    border-left: none;
    border-right: none;
}

.grid-sms .z-grid-body .z-cell {
    padding: 5px 15px;
}

.grid-sms .sms-block-name {
    font-weight: bold;
}

.sms-block-name {
    text-transform: uppercase;
}

.grid-sms .z-row .z-row-inner:first-child {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.z-row {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.z-row .z-row-inner,
.z-row .z-cell {
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    position: static;
}

.grid-sms .z-row-content {
    padding: 2px 16px;
}

.grid-sms .ten-dv-sms {
    font-family: revert;
    font-size: 14px;
    color: #3A3C41;
    line-height: 18px;
}

.ten-dv-sms {
    display: flex;
    align-items: center;
    white-space: initial;
}

.content-sms .cu-phap-sms {
    font-family: revert;
    color: #cb0100;
    white-space: initial;
    font-weight: 700;
    margin-right: 2px;
}

.content-sms .gui-sms {
    font-family: revert;
    color: #3A3C41;
    line-height: 18px;
    font-weight: 700;
    margin-right: 8px;
}

.content-sms .dau-so {
    font-family: revert;
    font-weight: bold;
    font-size: 14px;
    color: #0048B2;
}

.content-sms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tong-luot-truy-cap {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.tong-luot-truy-cap span {
    font-family: revert;
    font-size: 13px;
    color: #ff1a1a;
    font-weight: 700;
    margin-top: 10px;
}

.footer-container {
    background: #edf1f7;
    background-image: url(../images/footer.png);
    padding-top: 6px;
    line-height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    /* position: fixed;
    bottom: 0; */
    text-align: center;
    width: 100%;
}

.heading {
    line-height: 16px;
}

.adress-content {
    font-size: 13px;
    color: #000000;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 0;
}

.copyright {
    font-size: 13px;
    color: #000000;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.list-dvm .dvm-item:last-child {
    border-bottom: none;
}

.dvm-view {
    font-weight: 600;
    font-size: 13px;
    color: #0048B2 !important;
    padding-left: 15px;
    text-transform: uppercase;
}

.z-row:hover {
    background-color: #e8f5ff;
}

.grid-sms {
    border-radius: 6px;
}

.z-grid {
    background: #fff;
    zoom: 1;
}

.heading-footer {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    color: #000000;
    margin: 10px 0 0 0;
}


/* Show data khi hover */
.linhvuc-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: opacity 600ms, visibility 600ms;
}

.nav-item .linhvuc-dropdown:hover {
    display: block;
}

.nav-item.item-data:hover .linhvuc-dropdown {
    display: block;
}

.custom-icon-lvnb {
    background-repeat: no-repeat;
    background-size: auto;
    width: auto;
    height: 50px;
    display: block;
    margin: 10px 0;
    text-align: center;
}

.linhvuc-dropdown .container .navigation-item {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.linhvuc-dropdown .container .navigation-item:hover {
    background: #d9d9d9;
    transition: all .4s ease;
}

.linhvuc-dropdown .container .link-navigation {
    color: #22273dd9;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.linhvuc-dropdown .container .link-navigation:hover {
    color: #cb0100;
    transition: all .4s ease;
}

.content-data {
    background: #e6e6e6;
}

.header-container .navbar {
    margin: 0;
    padding: 0;
}

.header-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.navbar-toggler {
    display: none;
}

.wraper {
    background: #f5f5f5;
}

.has-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
}

/* bg banner */
.bg-banner .img-banner {
    width: auto;
    height: 100%;
    position: absolute;
    left: -36px;
    top: 0;
}

.page-link:hover {
    color: #cb0100;
}



.navbar-height {
    display: none;
}

.sec-center {
    position: relative;
    max-width: 100%;
    text-align: center;
    z-index: 200;
}

#profile-dropdown[type="checkbox"]:checked,
#profile-dropdown[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.dropdown:checked+label:before,
.dropdown:not(:checked)+label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}

.dropdown:checked+label:before {
    pointer-events: auto;
}

.dropdown:not(:checked)+label .uil {
    font-size: 20px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.dropdown:checked+label .uil {
    transform: rotate(180deg);
    font-size: 20px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.section-dropdown {
    position: absolute;
    padding: 5px;
    background-color: #fff;
    top: 72px;
    left: 0;
    width: 170px;
    border-radius: 4px;
    display: block;
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
}

.dropdown:checked~.section-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.section-dropdown:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
    display: block;
    z-index: 1;
}

.section-dropdown:after {
    position: absolute;
    top: -7px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.section-dropdown a {
    position: relative;
    color: #000;
    transition: all 200ms linear;
    font-size: 14px;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 2px 0;
    text-align: left;
    display: flex;
}

.section-dropdown a:hover {
    color: #fff;
    background-color: #cb0100;
}

.section-dropdown a .uil {
    font-size: 18px;
}

/* Form img */
.form-image {
    position: relative;
    text-align: center;
}

.ct-avatar-kh {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
}

.item-data-title {
    width: 55%;
}

.item-data-type {
    width: 30%;
}

.item-data-action {
    width: 10%;
}


.page-item:hover {
    cursor: pointer;
}

.text-2-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.visitor-data {
    display: flex;
    justify-content: center;
}

.visitor-data img {
    max-width: 130px;
    width: 100%;
    min-width: 86px;
    height: 87px;
    object-fit: cover;
    border-radius: 4px;
}

.min-height {
    min-height: 798px;
}

.menu-section .menu-active {
    color: #cb0100;
}

.img-report {
    width: 94%;
    margin: auto;
}

.img-report img {
    width: 100%;
    height: 100%;
}

.img-report .content-report {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #0d71c8;
    font-weight: 700;
}

.content-report .total-report {
    text-align: center;
    font-size: 30px;
}

.title-report {
    font-size: 20px;
    font-weight: 600;
}

.div-report {
    margin-top: -83px;
}

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

.bg-slide {
    background-color: #e9f7fb;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    /* padding: 0; */
    padding: 15px;
}

.slider {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.item-slide {
    position: absolute;
    width: 240px;
    height: 300px;
    text-align: justify;
    background-color: #fff;
    border-radius: 12px;
    transition: 0.5s;
    left: calc(50% - 120px);
    top: 15px;
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

#next,
#prev {
    position: absolute;
    top: 40%;
    color: #b1b0b0;
    background-color: transparent;
    border: none;
    font-size: 25px;
    font-family: monospace;
    font-weight: bold;
    left: 0px;
    z-index: 20;
}

#next {
    left: unset;
    right: 0;
}

.image-slider {
    padding-bottom: 50px;
}

.image {
    margin: auto;
    width: 100%;
}

.img-title {
    padding: 10px;
}

.image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    height: 160px;
}

.image-title {
    font-size: 16px;
    color: #000;
}

.title-field {
    font-family: revert;
    font-size: 11px;
    color: #0048B2;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
    transition: all 0.4s ease;
}

.bg-position-home::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #cdc9c9;
    bottom: 0;
    /* z-index: -10; */
}

.bg-position-home {
    position: relative;
}

#img-banner {
    width: 70%;
    transition: all .9s;
    transform: translate(0, 150px);
    opacity: 0;
}

.transform-img {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}

.img-total {
    transition: all 3s;
    /* animation: rotate 5s linear infinite; */
}

.rotate-img {
    transform: rotate(100deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fixed-thead {
    position: sticky;
    top: -15px;
    z-index: 2;
}

.fixed-td {
    border-right-width: 0 !important;
    position: sticky;
    left: -15px;
    background-color: #fff !important;
    z-index: 1;
    box-shadow: -1px 0px 0px 0px rgba(217, 217, 217, 1) inset !important;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(217, 217, 217, 1) inset !important;
    -moz-box-shadow: -1px 0px 0px 0px rgba(217, 217, 217, 1) inset !important;
}

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

#dropdown_mobile[type="checkbox"]:checked,
#dropdown_mobile[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.unit-share {
    padding-bottom: 10px;
}

.list-data_news {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-top: 8px;
}

.menu-left {
    padding: 0;
}

.map-home {
    width: 100%;
    height: 100%;
}

.menu-maps {
    padding: 0;
}

.pagination-right {
    display: flex;
    justify-content: end;
}

.show-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.filter-data_services {
    padding: 10px 20px;
}
.data-step {
    margin-bottom: 15px;
}
.pagination-mobile {
    margin-top: 20px;
}

.btn-operation {
    margin-top: 10px;
    margin-bottom: 10px;
 }
 .btn-login_sxd {
    display: flex;
    align-items: center;
 }