﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.35;
    color: #000;
    font-weight: 700;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #838383;
}

html {
    margin: 0;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    font-size: 16px;
}

.page {
    padding: 5px 15px;
    background: #f5f5f5;
}

.page a {
    display: inline-block;
    margin: 0 5px;
    padding: 4px 10px;
}

.page a.active {
    background: #ccc;
}

.fw500 {
    font-weight: 500;
}

.c_red {
    color: #E5322D;
}

.bdfff {
    border-color: #fff;
}

.bdr2 {
    border-radius: 2px;
}

.no-bdr {
    border-radius: 0px !important;
}

.fs40 {
    font-size: 40px !important;
}

.fs16 {
    font-size: 16px;
    line-height: 24px;
}

.fs15 {
    font-size: 15px;
    line-height: 22px;
}

.fs14 {
    font-size: 14px;
    line-height: 20px;
}

span.text {
    display: inline-block;
    width: 75px;
    text-align: right;
    margin-right: 5px;
    font-size: 14px;
    color: #1e1e1e;
}

ul.no-style {
    list-style: none;
}

.number {
    background: #dd1015;
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: -3px 3px 3px 0 #ccc;
    margin-right: 10px;
    vertical-align: middle;
}

.row-md {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.row-sm {
    margin-left: -7px !important;
    margin-right: -7px !important;
}

.row-sx {
    margin-left: -3.5px !important;
    margin-right: -3.5px !important;
}

.row-xs {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.col-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.col-sm {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.col-sx {
    padding-left: 3.5px !important;
    padding-right: 3.5px !important;
}


.col-xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.pdl5 {
    padding-left: 5px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pd0 {
    padding: 0px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.mg0 {
    margin: 0px !important;
}

.mg5 {
    margin: 5px !important;
}

.mg10 {
    margin: 10px !important;
}

.mg15 {
    margin: 15px !important;
}

.mg20 {
    margin: 20px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 20px !important;
}

.mgt40 {
    margin-top: 20px !important;
}

.mgb50 {
    margin-bottom: 30px !important;
}

.mgt50 {
    margin-top: 30px !important;
}

.pdb50 {
    padding-bottom: 30px !important;
}

.mgt0 {
    margin-top: 0px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}


#top {
    background-color: #a20606;
    color: #fff;
    font-size: 13px;
    padding: 15px 10px 10px 10px;
}

.top-left {
    line-height: 23px;
}

.top-left a {
    color: #FFF;
}

.top-right {
    text-align: right;
    position: relative;
}

.top-right>span {
    display: inline-block;
    margin-left: 8px;
    padding: 0 10px;
}

.top-right>span img {
    vertical-align: middle;
}

.top-right>span:first-child {
    border: none;
    margin-left: 0;
    margin-right: 8px;
}

#head {
    padding: 5px 0;
    background: #ea1b25;
}



.head-container {
    display: flex;
    width: 100%;
    padding: 0 15px;
    background: #ea1b25;
    float: left;
}

.head-container:after {
    content: '';
    clear: both;
}

.head-logo {
    display: block;
    float: left;
}

.head-logo img {
    max-width: 250px;
}

.head-menu {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    text-align: center;
}

.head-menu i {
    display: none;
}

.head-menu>li {
    display: inline-block;
    position: relative;
}

.head-menu>li>a {
    display: block;
    text-transform: uppercase;
    padding: 10.5px 15px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: .3s;
    -webkit-transition: .3s;
    color: #fff;
}

@media(max-width:1400px) {

    .head-menu>li>a {
        padding: 10.5px 6px;
        font-size: 13px;
    }
}

.head-menu_sub {
    position: absolute;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
    width: 300px;
    margin: 0;
    padding: 10px 0;
    transform: translateY(-15px);
    pointer-events: none;
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 0;
    text-align: left;
}

.head-menu_sub li {
    list-style: none;
    display: block;
}

.head-menu_sub li a {
    display: block;
    padding: 5.5px 15px;
    transition: .5s;
    -webkit-transition: .5s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.head-menu_sub li a:before {
    content: '❯';
    top: 25%;
    left: 0;
    font-size: 12px;
    position: absolute;
    width: 5px;
    height: 5px;
    color: #E5322D;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    -webkit-transition: .5s;
}

.head-menu_sub>li:hover a {
    color: #E5322D;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transition: .5s;
    -webkit-transition: .5s;
}

.head-menu_sub>li:hover>a:before {
    opacity: 1;
    pointer-events: none;
}

.head-menu>li:hover a {
    text-decoration: none;
    border-bottom-color: #fff;
}

.head-menu>li.active a {
    text-decoration: none;
    border-bottom-color: #fff;
}

.head-menu>li:hover .head-menu_sub {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
}

.head-right {
    float: right;
}

.head-right a {
    display: block;
    padding: 14px 25px;
    background: #a20606;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}

.head-right a:first-child {
    margin-left: 0;
    margin-bottom: 5px;
}

.head-right a:hover {
    background: #0202a2;
    color: #fff;
    text-decoration: none;
}

.search {
    position: relative;
    background: url(../images/bg.jpg?v=28221) no-repeat top left;
    background-size: cover;
}

.search-login {}

.form-control {
    border-radius: 0;
}

.search-form {
    width: 800px;
    max-width: 90%;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    z-index: 22;
    padding: 40px 30px 30px;
    border-radius: 10px;
}

.search-form--login {
    margin-top: 100px;
    padding: 30px;
}

.search-form.w100 {
    width: 100%;
    max-width: inherit;
    padding: 40px 0 30px;
}

.search-form h1 {
    color: #0202a2;
    font-size: 35px;
    margin-bottom: 30px;
}

.search-form .btn.btn-search {
    background-color: #a20606;
    border: 1px solid #a20606;
    box-shadow: none;
    outline: none;
    color: #fff;
    border-radius: 0;
}

.btn-search-lg {
    height: 103px;
    min-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.search-form input.error {
    border-color: red;
}

.search-form .btn.btn-search:hover {
    background-color: #a20606;
    border: 1px solid #a20606;
}

.search-form .radio-inline {
    padding-left: 0;
    font-size: 16px;
}

.search-form .radio-inline input {
    display: none;
}

@media(min-width:769px) {
    .head-logo {
        margin-top: 0;
    }

    .head-menu {
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
        gap: 15px;
        display: flex;
        justify-content: center;
    }

    .search-form-h {
        padding-top: 60px;
    }

    .search-form-vd {
        padding-left: 50px;
        padding-right: 50px;
    }

    .form-mvd--sm,
    .search-help {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.form-mvd .btn-search {
    width: 150px;
}

.form-mvd input[type=text] {
    width: calc(100% - 155px);
    vertical-align: middle;
    border: none !important;
}

.search-help {
    color: #fff;
}

.search-help .alert-link {
    font-weight: 700;
}

.main-title {
    background: url(/images/bgs.jpg) no-repeat top left;
    min-height: 110px;
    background-size: cover;
    position: relative;
    text-align: center;
}

.main-title::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11;
    content: '';
    top: 0;
    left: 0;
}

.main-title h1 {
    font-size: 30px;
    color: #fff;
    z-index: 22;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    margin: auto;
    height: 35px;
}

.menu-home {
    text-align: center;
    margin: 60px auto 30px;
    max-width: 600px;
    min-height: 192px;
}

.menu-home a {
    float: left;
    border-top: 20px solid #ccc;
    background: #fff;
    padding: 12px 10px;
    transition: all 0.3s;
    width: 30%;
    text-align: center;
}

.menu-home a img {
    display: block;
    margin: 5px auto 5px;
}

.menu-home a span {
    display: block;
    min-height: 30px;
}

.menu-home a:first-child {
    margin-left: 5%;
}

.menu-home a.checked {
    border-top-color: #a20606;
    margin-top: -20px;
    padding: 17.5px 10px 45px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menu-home a:hover {
    border-top-color: #a20606;
    text-decoration: none;
}


.why-list p {
    background: #f5f5f5;
    padding: 10px;
    color: #1e1e1e;
    height: 150px;
}

.done {
    background: #029b43;
    color: #fff;
    padding: 2.5px 10px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
}

.not-done {
    background: #da2128;
    color: #fff;
    padding: 2.5px 10px;
    width: 131px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
}

.done-sm {
    padding: 2px 10px;
}

span.success,
span.pending {
    display: block;
    margin: 0 auto 3px;
    height: 24px;
    background-size: contain;
}

span.success {
    background: url(/images/icon/ok.png) no-repeat 0px -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 3px;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
    white-space: nowrap;
}

td:has(> span.success) {
    font-size: 13px;
}

span.pending {
    background: url(/images/icon/not.png) no-repeat center;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 0;
    font-weight: 400;
}

.table tbody tr {
    background: #fff;
}

.table tbody tr.stripped {
    background: #f5f5f5;
}

#hotline {
    text-align: center;
    font-size: 18px;
    background: url(/images/bg-footer.jpg) no-repeat top center;
    position: relative;
    border-top: 3px solid #a20606;
}

#hotline * {
    color: #fff;
}

.big-text {
    font-size: 30px;
    line-height: 43px;
    margin: 0 0 10px 0;
}

#hotline {
    padding: 30px 0;
}

@media (min-width: 769px) {
    .big-text {
        font-size: 48px;
        line-height: 66px;
    }

    #hotline {
        padding: 50px 0;
    }
}

#footer {
    background: #f5f5f5;
    padding: 20px 0;
    border-top: 3px solid #a20606;
}

.about-summary {
    font-size: 14px;
}

.about-summary h1 {
    color: #fff;
}

.about-summary .about-content {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    line-height: 25px;
    color: #000;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 20px;
}

.about-summary .about-slogan {
    float: left;
    width: calc(50% - 25px);
    line-height: 25px;
}

.about-summary .about-eye {
    float: right;
    width: calc(50% - 25px);
    line-height: 25px;
}

.about-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0px 20px 0px;
    text-align: left;
    text-transform: uppercase;
}

.about-title.right {
    text-align: right;
}

.about-summary .about-eye ul {
    list-style-type: disc;
    margin: 0px;
    margin-left: 15px;
    padding: 0px;
}

.about-summary .about-eye ul li {}

.about-summary .about-value {
    margin: 50px 0px 30px 0px;
    line-height: 25px;
    font-size: 14px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.about-summary .about-value .value-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: -52px -10px 0px -10px;
    padding: 10px 0px;
    background-color: #3d4f63;
}

.about-summary .about-value .value-item {
    float: left;
    width: calc(33.3333% - 20px);
    margin-left: 30px;
    text-align: center;
    margin-top: 30px;
}

.about-summary .about-value .value-item:first-child {
    margin-left: 0px;
}

.about-summary .about-value .value-item .item-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 15px 0px;
}

.about-summary .about-value .value-item img {
    width: 120px;
    height: 120px;
    margin: auto;
}

@media(max-width:1199px) {}

@media(max-width:767px) {

    .about-summary .about-slogan,
    .about-summary .about-eye {
        float: none;
        width: auto;
    }

    .about-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .about-summary .about-value .value-item {
        margin-left: 0px;
        float: none;
        width: auto;
    }

    .search-form-vd input[type=text],
    .search-form-vd select {
        min-width: inherit !important;
    }

    .search-form-vd .row.mgt20 {
        margin-top: 10px !important;
    }
}


@media(max-width:479px) {

    body {
        background-position: 0 0;
        padding-bottom: 150px;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .head-logo {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .head-right {
        float: none;
        text-align: center;
    }

    .head-right a {
        width: 48%;
        padding: 10px 0;
        text-align: center;
        display: inline-block;
    }



    .search-form {
        padding: 15px 0px;
        width: auto;
    }

    .search-form.w100 {
        padding: 20px 0px 30px !important;
    }

    .search-form--login {
        margin-bottom: 30px;
        padding: 20px;
        margin-top: 50px;
    }

    .search-form h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .search-form h1.fs40 {
        margin-bottom: 40px;
    }

    .form-mvd .btn-search {
        width: 105px;
        display: inline-block;
        vertical-align: middle;
    }

    .form-mvd input[type=text] {
        width: calc(100% - 110px);
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .menu-home {
        margin-top: 20px;
        min-height: 152px;
    }

    .menu-home a {
        width: 33.33333%;
        display: block;
        font-size: 11px;
        min-height: 94px;
        padding: 10px !important;
    }

    .menu-home a.checked {
        margin-top: -10px;
        padding: 20px 10px !important;
    }

    .menu-home a img {
        margin: 10px auto 8px;
        max-height: 60px;
    }

    .menu-home a:first-child {
        margin-left: 0;
    }

    .search-help {
        font-size: 11px;
    }

    .search-help.mgb20 {
        margin-bottom: 5px !important;
    }

    .main-title {
        min-height: 90px;
    }

    .main-title h1 {
        font-size: 22px;
    }

    .why-list p {
        height: auto;
    }

    .btn-search-lg {
        height: auto;
        border-radius: 0 !important;
        margin: 5px auto 10px;
        width: 50% !important;
        min-width: inherit;
        display: block;
    }

    span.text {
        text-align: left;
    }

    .form-inline .form-control {
        margin-bottom: 5px;
    }

    .fs40 {
        font-size: 35px !important;
    }
}



.table-responsive {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.mangxa_hoifix {
    position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 999;
}

.mangxa_hoifix a {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.mangxa_hoifix a:hover {
    color: #fff;
}

.mangxa_hoifix a .ten_hover {
    position: absolute;
    right: calc(100% + 10px);
    top: 12px;
    font-size: 12px;
    width: 175px;
    text-align: right;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.mangxa_hoifix a .ten_hover div {
    display: inline-block;
    background: #43acc4;
    padding: 2px 5px;
    border-radius: 5px;
}

.mangxa_hoifix a:hover .ten_hover {
    visibility: visible;
    opacity: 1;
    transition: .3s;
}

.mangxa_hoifix a img {
    display: block;
    max-width: 50px !important;
    border-radius: 10px;
}

.hidden_mxh {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    right: -100px;
}

.hidden_mxh2 a {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: .5s;
    margin-right: -100px !important;
}

.hidden_mxh2 a:nth-child(6) {
    opacity: 1 !important;
    visibility: visible !important;
    transition: .5s !important;
    margin-right: 0 !important;
}

.close_mxh {
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 2px 5px;
    background: #43acc4;
    border-radius: 4px;
}

@media (max-width:479px) {
    .mangxa_hoifix {
        left: 0px;
        width: 100%;
        bottom: 10px;
        text-align: left;
    }

    .mangxa_hoifix a {
        display: inline-block;
        margin: 0 8px;
    }
}

.contents {
    /*    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.contents .btgrid {
    margin-bottom: 20px;
    margin-top: 10px;
}

.contents .btgrid img {
    width: 100%;
}

.contents h2 {
    margin: 20px 0 !important;
}

.contents h3 {
    margin: 15px 0 !important
}

.contents h4 {
    margin: 10px 0 !important
}

.contents h2,
.contents h3 {
    margin-top: 0;
}


.contents h3 {
    font-size: 20px;
}


.contents h1,
.contents h1 * {
    font-size: 26px !important
}

.contents h2,
.contents h2 * {
    font-size: 24px !important
}

.contents h3,
.contents h3 * {
    font-size: 22px !important
}

.contents h4,
.contents h4 * {
    font-size: 20px !important
}


.contents h1,
.contents h2 {
    color: rgba(214, 0, 9, 1)
}

.contents ul {
    padding-left: 20px;
}

#nav-icon4 {
    display: none;
}

#menuOverlay {
    position: fixed;
    top: 70px;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 100;
    opacity: 0.6;
}

@media (max-width:769px) {
    .mobile-dropdown {
        position: relative;
        display: none;
        opacity: 1;
        transform: none;
        transition: none;
        padding: 0 0 0 15px;
        background: #f5f5f5;
    }

    .head-menu {
        position: absolute;
        left: -320px;
        width: 320px;
        top: 55px;
        z-index: 9999;
        margin: 0;
        padding: 10px 0;
        background: #fff;
        min-height: calc(100vh - 60px)
    }

    .head-menu li {
        display: block;
    }

    .head-menu i {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 35px;
        text-align: center;
        line-height: 35px;
    }

    .head-menu li a {
        padding: 10px 15px;
        text-align: left;
        width: calc(100% - 50px);
        border-bottom: none;
        color: #a20606
    }

    #nav-icon4 {
        width: 32px;
        height: 23px;
        top: 3px;
        right: 5px;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        z-index: 99;
    }

    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon4 span:nth-child(1) {
        top: 0;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        top: 7px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 15px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -4px;
        left: 4px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 18px;
        left: 5px;
    }
}

.login-form-body {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

/* Công nợ */



.closes {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #a20606;
    padding: 3px 10px;
    cursor: pointer;
    color: #fff;
    z-index: 999;
}

.closes-receipts {
    top: 2px;
    right: 2px;
    background: #fff;
    color: #a20606
}

#detail-form .closes {
    top: -10px;
    right: -10px;
}

.flex {
    display: flex;
}

.text-right {
    text-align: right;
}

.note {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80px;
    display: block;
}



.bold {
    font-weight: bold;
}

.logout {
    color: #f33a58;
    cursor: pointer;
}

.poiter {
    cursor: pointer;
}

.red {
    color: red;
}

.blue {
    color: blue
}

.green {
    color: forestgreen
}

.shadow {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.form-message {
    text-align: center;
}

.form-group.invalid .form-control {
    border-color: #f33a58;
}

.form-message {
    color: #f33a58;
}

.form-message.error {
    color: #f33a58;
    margin-bottom: 15px;
    display: block;
}

.form-message.green {
    color: forestgreen;
    margin-bottom: 15px;
    display: block;
}

.form-message {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 4px 0 0;
}

.btn-search-2 {
    background-color: #a20606;
    border: 1px solid #a20606;
    box-shadow: none;
    outline: none;
    color: #fff;
    border-radius: 0;
    padding: 7.2px 12px;
    outline: none;
    display: block;
    width: 100%;
}

.btn-search-2:focus {
    outline: none;
    opacity: 0.9;
}

.cols {
    flex-grow: 1;
}

.col {
    background: #fff;
    display: flex;
    margin: 0 5px 2px 5px;
    border: 1px solid #dce4f9
}

.col .col-text {
    min-width: 102px;
    text-align: right;
    background: #dce4f9;
    color: #1e1e1e;
    padding: 4px 4px 4px 0;
    border-right: 2px solid #a20606
}

.col .col-text.text-link {
    color: #0537c3;
    cursor: pointer
}

.col .col-value {
    flex-grow: 1;
    padding: 4px;
}

.col .col-value input[type=text] {
    border: none;
    background: #f5f5f5;
    display: block;
    width: 100%;
}

.col-2 div {
    display: flex;
}


.btgrid .col {
    border: none;
    background: none;
    margin: 0;
    display: block;
}

.user-name {
    padding: 5px 0;
}

#search-form {
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #fff;
}

#sCode,
#sCus,
#date1,
#date2 {}

#sCode:focus,
#sCus:focus,
#date1:focus,
#date2:focus {
    border: 1px solid #0f9efc;
    outline: none;
}

#lists-form {
    margin-bottom: 40px;
    position: relative;
}

table.tableFixHead {
    border-radius: 5px;
    margin-bottom: 0;
}

table.tableFixHead th {
    background: #a20606;
    color: #fff;
}

table.tableFixHead tr:hover {
    cursor: pointer;
}

#report-form {
    padding: 10px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

/*    #report-form .cols:last-child .col-text {
        min-width: 120px;
    }*/

#report-form .cols-left .col-value {
    padding: 1px 4px;
}

#sCus {
    padding: 1px 4px;
    background: #f5f5f5;
    line-height: 24px;
}

.clear {
    background: #f55959;
    color: #fff;
    width: 60px;
    text-align: center;
    float: right;
    display: none;
    line-height: 26px;
    cursor: pointer;
}

#detail-form {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
}

#detail-form:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.detail-form-body {
    margin: auto;
    background: #f5f5f5;
    border: 10px solid #fff;
    z-index: 9999;
    max-width: 90%;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
}


.detail-form-body .col-2 div:nth-child(2) .col-text {
    min-width: unset;
    width: 60px;
}

.detail-form-body .col-2 div:nth-child(2) {
    width: calc(100% - 180px)
}

.detail-form-body .col-2 div .col-value {
    width: calc(100% - 70px);
    text-align: right;
}


.detail-form-body .col-2 div:first-child .col-value {
    width: 80px;
    text-align: right;
}



#search-customer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    justify-content: center;
    top: 0;
    left: 0;
}

#search-customer:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.search-customer-body {
    margin: auto;
    background: #f5f5f5;
    border: 10px solid #fff;
    z-index: 9999;
    max-width: 90%;
    min-width: 300px;
    padding: 10px;
    position: relative;
    max-height: 70%;
    overflow-x: auto;
}



#search-customer th {
    font-weight: bold;
}

#login-form {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
}

#login-form:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.login-form-body {
    margin: auto;
    background: #fff;
    border: 10px solid #ccc;
    border-top-color: #a20606;
    z-index: 9999;
    width: 95%;
    max-width: 450px;
    position: relative;
}

.login-form-title {
    font-size: 28px;
    text-align: center;
    color: #0202a2;
    margin-bottom: 0px;
}

.login-form-form {
    padding: 10px;
}

.login-form-form .btn {
    border-radius: 2px !important;
}

.table-respon {
    max-height: 500px;
    overflow-x: auto;
    min-height: 40px;
    position: relative;
}

@media (max-width: 800px) {

    .detail-form-body,
    #report-form,
    .cols-right,
    #search-form {
        flex-wrap: wrap;
    }

    .cols {
        flex: 50%;
    }

    .cols-left,
    .cols-right {
        flex: 100%;
    }

    .table-respon {
        overflow-x: auto;
    }

    .top-right {
        text-align: center;
    }
}

@media (max-width: 500px) {

    .detail-form-body,
    #report-form,
    .cols-right,
    #search-form {
        flex-wrap: wrap;
    }

    .cols {
        flex: 100%;
    }

    .col {
        margin: 0 0 2px 0;
    }

    .col .col-text {
        min-width: 120px;
    }

    .detail-form-body {
        max-height: 80%;
        overflow-y: auto;
        border: 1px solid #fff;
        padding: 5px;
    }

    .detail-form-body .col-2 div:first-child .col-value {
        width: 60px;
    }

    .detail-form-body .col-2 div:nth-child(2) .col-text {
        width: 55px;
    }

    .closes {
        top: 0px;
        right: 0px;
    }


    .table-respon {
        max-height: unset;
        position: relative;
    }

    .receipts-body {
        max-height: 50% !important;
    }
}

.tableFixHead {
    overflow-y: auto;
    height: 106px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
}

.span0,
.span1,
.span2,
.span3,
.span4 {
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    width: 125px;
}

.span0 {
    background: #d9534f;
    color: #fff;
}

.span1 {
    background: #3D77CB;
    color: #fff;
}

.span2 {
    background: #5cb85c;
    color: #fff;
}

.span3 {
    background: #3D77CB;
    color: #fff;
}

.span4 {
    background: #5cb85c;
    color: #fff;
}

#receipts {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
}

#receipts::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

#receipts.shows {
    display: flex;
    z-index: 888;
}

.receipts-body {
    margin: auto;
    background: #fff;
    z-index: 999;
    display: none;
    width: 1110px;
    max-width: 90%;
    position: relative;
}

#receipts.shows .receipts-body {
    display: block;
}

/* BAO CAO */

#myCanvas {
    background: #fff;
    margin: 15px 0;
    padding: 15px;
}

#popup {
    text-align: center;
}

#popup img {
    max-width: 90%;
}


.login-form-body .btn {
    border-radius: 2px !important;
    font-size: 16px;
    padding: 8px 20px;
}

.login-form-body .form-control {
    height: 41px !important;
}

.input-lg-2 {
    height: 50px;
    font-size: 18px !important;
}

.btn-lg-2 {
    height: 50px;
    font-size: 18px !important;
}



.news .thumb {
    position: relative;
    height: 0;
    padding-bottom: 57%;
    width: 100%;
    margin-bottom: 0px;
}

.news .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.54;
    font-weight: 700;
    cursor: pointer;
    margin-top: 0;
}

.news .content {}


.news .bg-news {
    background: #f5f5f5;
    padding: 20px;
    color: rgba(22 29 37);
}

.news .bg-news .link {
    color: red
}

.news .bg-news .time {
    color: rgba(138 142 146);
}

#main .page {
    background: #fff;
}

.article h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

.article .short {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}

.d-footer {
    background: #f2f2f2;
    margin-top: 40px;
    padding: 40px 0;
}

.d-footer .contents h3:first-child,
.d-footer .contents h4:first-child,
.d-footer .contents h2:first-child {
    margin-top: 0;
}

@media (max-width:767px) {
    #main .page {}
}



.nav-footer,
.nav-footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-footer {
    display: flex;
    justify-content: space-between
}

.nav-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-footer>li {
    display: inline-block;
    width: 48%;
}

.nav-footer ul li {
    display: block;
    margin-bottom: 8px;
}

.nav-footer ul li a {
    font-size: 14px;
}

.copyright {
    background: #ccc;
}


.breadcrumb {
    background: none;
    text-align: center;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb>li+li:before {
    color: #f5f5f5
}
