@charset "utf-8";


body {
    margin: 0;
    font-size: 15px;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    line-height: 160%;
    font-family: 'Calibri';
    background-color: #F0F2F5;
}

.dangNhap {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(./images/joyful-XfOAfV8vl8I-unsplash.jpg);
    background-position: center center;
    background-size: cover;
}

.grid-450 {
    max-width: 450px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 26%);
    padding: 50px 30px 20px 30px;
}

.dangNhap h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
}

.dangNhap span {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 14px;
}

span.logoI {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

span.logoI img {
    display: inline-block;
    max-width: 100%;
}

.dangNhap ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.dangNhap ul li {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.dangNhap ul li.passw i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 1;
    opacity: 0.5;
}

.dangNhap ul li:not(:last-child) {
    margin-bottom: 12px;
}

.dangNhap ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.dangNhap ul li select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 0 0 10px;
}

.dangNhap ul li input:focus,
.dangNhap ul li select:focus {
    outline: none;
}

.dangNhap ul li button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    background-image: linear-gradient(0deg, #2f80ff 0%, #3ccbff 100%);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 32px;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 13px;
}

.dangNhap ul li button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 3px;
}

.dangNhap ul li button:hover::before {
    transform: scaleX(1);
}

ul.lh {
    margin-top: 30px;
    text-align: center;
}

ul.lh li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin: 0 !important;
}

ul.lh li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #555;
}

ul.lh li a span {
    display: inline-block;
    vertical-align: middle;
}

ul.lh li a span:last-child {
    padding-left: 5px;
    margin-top: -5px;
}

.support-list {
    padding: 20px 0 20px 0px;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 100px;
}

.support-list .support-item {
    text-align: center;
    font-size: 13px;
    margin: 0 5px;
}

.support-list .support-item .customicon {
    position: relative;
    z-index: 1;
}

span.customicon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

span.customicon img {
    width: 20px;
}

span.lhTxt {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-style: normal;
    width: calc(100% - 20px);
    text-align: left;
    padding-left: 5px;
}

/*Header*/
p {
    line-height: inherit;
}

*::after {
    box-sizing: border-box;
}

*::before {
    box-sizing: border-box;
}

a:hover,
a:visited,
a:focus {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/*Header*/
.wrapHeader {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(./images/bg-banner.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-bottom: 1.5px solid #fff;
}

.wrapHeader::before {
    content: '';
    background-image: url(./images/trong-dong.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    max-width: 500px;
}

.heRows {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.heLeft ul {
    margin: 0;
    padding: 0;
}

.heLeft ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    color: #ffeb65;
}

.heLeft ul li:not(:last-child) {
    margin-right: 10px;
}

h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}

.heLeft h2 {
    margin-bottom: 5px;
}

.heLeft ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.heRight {
    text-align: right;
}

.heRight a {
    color: #f00;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.heRight a:hover {
    color: #ffeb65;
}

.heRight span {
    display: block;
    color: #ff0;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrapMenu {
    background-color: #0078D4;
    color: #fff;
}

.menuLeft .parent,
.menuLeft li {
    display: block;
    position: relative;
    float: left;
    background-color: #0078D4;
    border-right: #fff 1px solid;
}

/* .menuLeft #menu>li:first-child{
    border-left: 1px solid #fff;
} */
/* .menuLeft #menu>li:first-child>a{
    padding-left: 0;
} */
.menuLeft .parent a,
.menuLeft li a {
    color: #FFFFFF;
    text-decoration: none;
}



.menuLeft .child {
    display: none;
}

.menuLeft .child li {
    background-color: #2f80ff;
    border-bottom: #fff 1px solid;
    border-right: #fff 1px solid;
    width: 100%;
    float: left;
}

.menuLeft .child li a {
    color: #fff;
}

.wrapMenu .menuLeft ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 10em;
}

.wrapMenu .menuLeft ul li a {
    font-size: 14px;
    padding: 6px 20px;
    padding-right: 30px;
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.wrapMenu .menuLeft ul ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}

.wrapMenu .menuLeft ul li:hover {
    background-color: #0078d4;
}

.wrapMenu .menuLeft ul li a:hover,
.menuLeft .parent li a:hover {
    color: #ffff00;
}

.menuLeft .parent li:hover {
    background-color: #0078d4;
}

.expand {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.menuRight {
    font-size: 14px;
    font-weight: bold;
}

.heLeft {
    width: 70%;
}

.heRight {
    width: 30%;
}

.menuRight a {
    color: #fff;
}

#nienKhoa {
    color: #555;
}

section {
    padding: 15px 0;
}

.wrapFt {
    padding: 20px 0;
}

#hoContent01 {
    padding-bottom: 0;
}

#hoContent01 img {
    width: 100%;
}

main {
    min-height: calc(100vh - 178px);
}

.bg-white {
    padding: 15px;
}

ul.ulStyle {
    margin: 0;
    padding: 0;
}

ul.ulStyle li {
    display: inline-block;
    vertical-align: middle;
}

ul.ulStyle li:not(:last-child) {
    margin-right: 8px;
}

ul.ulStyle li a {
    display: block;
    border: 1px solid #ddd;
    padding: 5px 15px 3px 15px;
    color: #555;
    text-decoration: none;
}

.congCu {
    margin-bottom: 20px;
}

table {
    width: 100%;
}

table.tbStyle01 tr th {
    background-color: #0078D4;
    color: #fff;
    text-align: center;
    padding: 8px;
}

table.tbStyle01 tr th:not(:last-child) {
    border-right: 1px solid #fff;
}

table.tbStyle01 tr td {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 8px;
    background-color: rgb(0 0 0 / 20%);
    vertical-align: middle;
}

table.tbStyle01 tr td:last-child {
    border-right: 1px solid #ddd;
}

.fRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.fRow ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
}

.fRow ul li {
    display: inline-block;
    list-style: none;
    width: 30%;
    color: #000;
    padding: 8px;
}

.fRow.fRTh ul li {
    padding: 8px !important;
}

.fRow.fRTh ul li {
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.fRow.fRTh ul li:not(:last-child) {
    border-right: 1px solid #fff;
}

.fRow.fRTh ul {
    background-color: #0078D4 !important;
    cursor: auto !important;
}

.fRow ul li {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.fRow ul:hover {
    background-color: rgb(0 120 212 / 10%);
    cursor: pointer;
}

.fRow ul li:first-child {
    border-left: 1px solid #ddd;
    padding-top: 10px;
}

.ow {
    width: 100%;
    overflow: hidden;
}

.grDel {
    padding-left: 5%;
    width: 100%;
    display: none;
}

.fRow.open .grDel {
    display: block;
}

.clOp {
    font-size: 22px;
    color: #555;
}

.clOp svg {
    transition: ease all 0.35s;
}

.fRow.open .clOp svg {
    transform: rotate(90deg);
}

.fRow.bor ul li:first-child {
    border-top: 1px solid #ddd;
}

.grDel table tr {
    cursor: pointer;
}

.grDel table tr:hover {
    background-color: rgb(0 0 0 / 9%);
}

h5.modal-title {
    color: #000;
    font-size: 18px;
}

table.tbStyleModal tr td {
    vertical-align: middle;
    padding: 8px;
}

table.tbStyleModal tr:last-child td {
    vertical-align: top;
}

table.tbStyleModal tr td textarea {
    resize: vertical;
}

ul.tv {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

ul.tv li {
    list-style: none;
    width: 70%;
}

ul.tv li:first-child {
    padding-right: 10px;
    width: 30%;
}

.modal.grid-840 .modal-dialog {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bgWhile {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
}

.bgWhile:not(:last-child) {
    margin-bottom: 20px;
}

.pContent {
    padding: 40px 0;
}

.bgWhile label {
    margin-bottom: 0;
    line-height: calc(2.25rem + 2px);
}

.form-control {
    border-radius: 0;
    font-size: 14px;
}

.form-group {
    margin-bottom: 0;
}

.kQ p {
    margin-bottom: 0;
    font-size: 20px;
    color: #f00;
}

.kqItem {
    background-color: rgb(145, 213, 255);
    padding-bottom: 20px;
    transition: ease all 0.35s;
    margin-bottom: 20px;
    border: 2px solid transparent;
}

.kqItem:hover {
    box-shadow: 5px 5px 5px rgb(0 0 0 / 15%);
    border-radius: 8px;
    border: 2px solid #fff;
}

.kqItem a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
}

.kqItem label {
    color: #fff;
    padding: 4px 15px;
    line-height: 140%;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    margin: 5px auto;
    display: inline-block;
    font-size: 12px;
}

.kqItem h2 {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    padding: 0 10px;
    margin-top: 10px;
}

.kqItem img {
    width: 100%;
}

.kqRows {
    margin-top: 20px;
}

.hoContent {
    padding: 30px;
}

.shRows {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.shLeft ul {
    margin: 0;
    padding: 0;
    border: 0 !important;
}

.shLeft ul li {
    list-style: none;
}

ul.subMenu {
    display: none;
}

.shLeft ul.navChild>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.shLeft ul.navChild>li>a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    border: 0 !important;
    font-weight: bold;
}

/* .shLeft ul.navChild>li.active>a,
.shLeft ul.navChild>li:hover>a{
    color:#25AAE1;
} */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #25AAE1;
}

.shLeft span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -1px;
}

.shLeft ul.navChild>li.hasSubMenu:hover ul.subMenu {
    display: block;
    position: absolute;
    min-width: 300px;
    left: 0;
    z-index: 22;
    background-color: #fff;
}

.shLeft ul.navChild>li.hasSubMenu:hover ul.subMenu>li {
    display: block;
}

.shLeft ul.navChild>li.hasSubMenu:hover ul.subMenu>li>a {
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px dotted #ddd;
    font-weight: bold;
}

.shLeft ul.navChild>li.hasSubMenu:hover ul.subMenu>li:last-child>a {
    border: 0;
}

.shLeft ul.navChild>li.hasSubMenu:hover ul.subMenu>li>a:hover {
    color: #25AAE1;
}

.bgWhile.owww {
    overflow: visible;
}

.pdfX {
    border: 5px solid rgba(0, 0, 0, 0.45);
    border-radius: 8px;
    margin-top: 15px;
}

.pdfX iframe {
    width: 100%;
    height: 800px;
    border: 0;
}

.tree-structure {
    list-style: none;
    clear: both;
    overflow-y: scroll;
    height: 600px;
    padding: 0;
    margin: 0;
}

.tree-structure li {
    position: relative;
}

.tree-structure li a {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    /* max-width: calc(100% - 50px); */
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tree-structure li a:hover,
.tree-structure li.active a {
    /* padding-left: 5px; */
    color: #25AAE1;
}

.tree-structure ol {
    padding: 0;
}

.tree-structure ol li {
    list-style-type: none;
    /* padding: 8px 0 */
}

.tree-structure ol li a {
    color: rgba(0, 0, 0, 0.65);
    font-weight: normal;
    font-size: 13px;
    padding-left: 20px;
}

table.tbSS {
    width: 100%;
    margin-bottom: 20px;
}

table.tbSS tr td {
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 10px;
}

table.tbSS tr th {
    text-align: center;
    background-color: #2098D1;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 1px solid #fff;
    padding: 10px;
    line-height: 120%;
}

table.tbSS tr th:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.shRight {
    font-weight: bold;
}

#theodoitiendo .tree-structure li a {
    position: relative;
    z-index: 1;
}

#theodoitiendo .tree-structure li a span.spStatus {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 3px 8px 1px 8px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    min-width: 100px;
}

#theodoitiendo .tree-structure li a span.stChuaXong {
    background-color: #f00;
}

#theodoitiendo .tree-structure li a span.stXong {
    background-color: green;
}

span.sttLabel {
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.phanCongGiaoViec ul {
    display: inline-block;
    margin-bottom: 0;
}

.phanCongGiaoViec ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

.phanCongGiaoViec ul li:not(:last-child) {
    padding-right: 15px;
}

.phanCongGiaoViec label {
    margin-bottom: 0;
    padding-right: 10px;
}

.phanCongGiaoViec ul li select {
    padding-right: 50px;
}

/* .transfer-double-content-param{
    display: none;
}
.transfer-double-selected-list-header,
.transfer-double-list-header{
    display: none;
} */
.transfer-double {
    width: 100%;
}

.transfer-double-content-left {
    width: calc(100%/2 - 35px);
}

.transfer-double-content-right {
    width: calc(100%/2 - 35px);
}

.transfer-double-list-search-input,
.transfer-double-selected-list-search-input {
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.transfer-double-content-param .param-item {
    font-weight: bold;
    font-size: 20px;
}

.transfer-double-content-middle {
    margin-top: 15vh;
}

.transfer-double {
    height: calc(100vh - 248px);
}

.transfer-double-content-left,
.transfer-double-content-right {
    height: calc(100vh - 310px);
}

.transfer-double-list-main,
.transfer-double-selected-list-main {
    height: calc(100vh - 418px);
}

.editC {
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

.wy {
    border: 1px solid #ddd;
}

.wy ul {
    display: block;
    background-color: #eee;
    margin: 0;
    padding: 5px 10px;
}

.wy ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.wy ul li span {
    cursor: pointer;
    display: inline-block;
    width: 35px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wy textarea {
    width: 100%;
    height: 150px;
    border: 0;
    resize: vertical;
    text-align: left;
    padding: 15px;
    outline: 0 !important;
    box-shadow: none !important;
}

.clBold #noiDung {
    font-weight: bold;
}

.clItalic #noiDung {
    font-style: italic;
}

.wy ul li.active span {
    background-color: #ddd;
}

#pageDe {
    line-height: 160%;
}

.toDon table.tbStyle01 {
    text-align: center;
}

.toDon table.tbStyle01 tr td {
    background-color: transparent;
}

.tbStyle01.tbTextLeft tr th,
.tbStyle01.tbTextLeft tr td {
    text-align: left;
}

.drop-zone {
    max-width: 100%;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #0078D4;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

span.iconS {
    display: block;
}

span.iconS {
    font-size: 40px;
    color: #0078D4;
}
.tlMinhChung table tr th,
.tlMinhChung table tr td{
    line-height: 120%;
    text-align: left;
}
.tlMinhChung table tr td{
    background-color: transparent;
}
.mcList{
    border-right: 1px solid #ddd;
}
.mcList ul{
    margin: 0;
    padding: 0;
    padding-right: 15px;
}
.mcList ul li{
    display: block;
}
.mcList ul li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.mcList ul li a{
    color: inherit;
    display: block;
    padding: 5px 0;
}
.chonNhom table{
    width: 100%;
    margin-top: 20px;
}
.chonNhom table tr td{
    vertical-align: middle;
    padding: 10px 0;
}
.chonNhom table tr:not(:last-child) td{
    border-bottom: 1px solid #ddd;
}
ul.ulNhom{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul.ulNhom li{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    list-style: none;
    font-size: 14px;
    padding: 2px 5px;
}
ul.ulNhom li:first-child{
    width: 30%;
}
ul.cNhomList{
    margin: 0;
    padding: 0;
}
ul.cNhomList li{
    padding: 5px 0;
    display: block;
}
ul.cNhomList li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #0078D4;
}
.nav-pills .nav-link{
    border-radius: 0;
    padding: 8px 0;
}
.chN{
    text-align: center;
    margin-bottom: 20px;
}
.chN select{
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.minhChung.tbStyle01 th:first-child{
    text-align: center;
}
.minhChung.tbStyle01 th{
    text-align: left;
}
.minhChung.tbStyle01 tr td:first-child{
    text-align: center;
}
.minhChung.tbStyle01 tr td{
    background-color: transparent;
}


@media screen and (min-width: 768px) {
    .menuLeft .parent:hover>ul.child {
        display: block;
        position: absolute;
        min-width: 330px;
        z-index: 999;
    }
}

@media screen and (max-width: 920px) {
    .menuLeft .parent:hover>ul.child {
        min-width: 220px;
    }
}

@media screen and (max-width: 767px) {
    #nav-icon0 {
        width: 30px;
        height: 30px;
        position: relative;
        float: right;
        -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;
        margin-top: 8px;
    }

    /* Icon 2 */
    #nav-icon0 {}

    #nav-icon0 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -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-icon0 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    #nav-icon0 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    #nav-icon0 span:nth-child(1),
    #nav-icon0 span:nth-child(2) {
        top: 0px;
    }

    #nav-icon0 span:nth-child(3),
    #nav-icon0 span:nth-child(4) {
        top: 10px;
    }

    #nav-icon0 span:nth-child(5),
    #nav-icon0 span:nth-child(6) {
        top: 20px;
    }

    #nav-icon0.open span:nth-child(1),
    #nav-icon0.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon0.open span:nth-child(2),
    #nav-icon0.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon0.open span:nth-child(1) {
        left: 0px;
        top: 5px;
    }

    #nav-icon0.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 5px;
    }

    #nav-icon0.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #nav-icon0.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon0.open span:nth-child(5) {
        left: 0px;
        top: 15px;
    }

    #nav-icon0.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 15px;
    }

    .heRight span {
        display: none;
    }

    #menu {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .heRows {
        position: relative;
        z-index: 1;
    }

    .wrapMenu .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .wrapMenu .heRows {
        position: relative;
        z-index: 1;
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu li {
        display: block;
        width: 100%;
        border: 0 !important;

    }

    #menu li a {
        border-bottom: 1px solid #fff !important;
    }

    /* #menu li:last-child{
        border-bottom: 0 !important;
    } */
    .wrapMenu ul li a {
        position: relative;
        z-index: 1;
        padding-left: 15px;
    }

    .expand {
        width: 35px;
        height: 35px;
        z-index: 999;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
    }

    .heLeft ul li span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 11px;
    }

    /* .heLeft{
        width: 80%;
    }
    .heRight{
        width: 20%;
    } */
}

@media screen and (max-width: 520px) {
    .heLeft ul li span {
        display: none;
    }

    .heLeft h2 {
        font-size: 16px;
    }

    .heRight a {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .heLeft ul li img {
        width: 48px;
    }
}