@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');

:root {
    --signature-colors: #014292;
    --line-core-background: linear-gradient(to right, #0089ff, #00c4ff), linear-gradient(to left, #ffffff, #1581e0, #1581e0);
    --signature-hover-boxshadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(30, 144, 255, 1), .125rem .125rem 1rem rgba(255, 255, 255, 0.5);
    --click-addform-a-hover-boxshadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(218, 165, 32, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    --click-addform-a-background: #ffb400;
    --click-addform-a-border-bottom: none;
    --line-core-content-color: rgb(173,255,47);
    --line-core-items-icon-check-color: rgb(173,255,47);
    --kendo-ui-control-custom-colors: #94c0d2;
    --kendo-ui-control-custom-background-colors: #daecf4;
    --title-label-colors: #C6151D;
    --title-label-text-transform: none;
    --boxhead-background-colors: none;
    --boxhead-colors: rgb(255, 255, 255);
    --boxhead-background-image: -webkit-linear-gradient( 0deg, rgb(1,66,146) 0%, rgb(11,127,208) 100%);
    --boxhead-justify-content: center;
    --boxhead-font-weight: 500;
    --boxhead-text-align: center;
    --fixed-contact-background-color: rgb(1, 66, 146);
    --scrollto-background-color: rgb(0, 75, 168);
    --scrollto-color: #fff;
    --scrolltoTop-display: none;
    --scrolltoBox-display: initial;
    --chk-khong-dong-bo-SF-background: none;
    --chk-khong-dong-bo-SF-background-image: linear-gradient(to right, rgb(1,66,146) 0%, rgb(11,127,208) 100%);
    --table-responsive-background-color: #1581e0;
    --footer-top-background: #014292;
    --footer-top-before-background-color: rgba(177, 17, 22, 0.7);
    --footer-copyright-background: #003b76;
    --header-site-btn-top: -20px;
    --header-site-btn-border-radius: 6px;
    --header-site-btn-font-weight: 600;
    --form-control-border-colors: #94c0d2;
    --form-control-background-colors: rgb(248, 248, 248);
    --fixed-contact-close-icon-colors: #fff;
    --line-core-icon-plus-colors: steelblue;
    --line-core-icon-minus-colors: orangered;
    --line-core-items-content-colors: rgb(0, 0, 0);
    --line-core-items-content-colors: rgb(0, 0, 0);
    --btn-dang-ky-background-colors: #007bff;
    --btn-dang-ky-background-images: none;
    --btn-dang-ky-box-shadow-hover: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(30, 144, 255, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    --btn-nhap-lai-background-colors: #ffc107;
    --btn-nhap-lai-background-images: none;
    --btn-nhap-lai-box-shadow-hover: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(218, 165, 32, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    --col-form-label-color: #333;
    --timer-digit-background-color: rgb(0, 75, 168);
    --btn-background-color: #fafbfc;
    --btn-color: #014292;
    --block-option-item-link-background-color: #014292;
    --block-option-item-box-shadow: #014292;
    --block-option-item-link-h3-color: #B11116;
    --block-option-item-hover-box-shadow: rgb(1 66 146 / 75%);
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

body {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #fafbfc;
    padding: 0;
    margin: 0;
}

    body[dkts-theme="CDTM"] {
        font-family: 'Inter', sans-serif;
    }

    body[dkts-theme="VNKGU"] {
        font-family: 'Roboto', serif;
    }

    body[dkts-theme="HIU"] {
        --signature-colors: #C6151D;
        --boxhead-background-colors: #C6151D;
        --boxhead-background-image: none;
        --line-core-background: #184785;
        --scrollto-background-color: rgb(24 71 133);
        --chk-khong-dong-bo-SF-background: #C6151D;
        --chk-khong-dong-bo-SF-background-image: none;
        --table-responsive-background-color: #184785;
        --line-core-items-content-colors: white;
        --line-core-content-color: rgb(255,255,254);
        --click-addform-a-background: #184785;
        --click-addform-a-hover-boxshadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(30, 144, 255, 1), .125rem .125rem 1rem rgba(255, 255, 255, 0.5);
    }

    body[dkts-theme="BVU"] {
        --signature-colors: #0e48c0;
        --title-label-colors: #0e48c0;
        --boxhead-background-colors: #ffd907;
        --boxhead-background-image: none;
        --boxhead-colors: red;
        --boxhead-justify-content: left;
        --boxhead-font-weight: 700;
        --title-label-text-transform: uppercase;
        --line-core-background: #0e48c0;
        --scrollto-background-color: #0e48c0;
        --form-control-border-colors: #0e48c0;
        --form-control-background-colors: #0e48c0;
        --line-core-items-icon-check-color: rgb(255,255,255);
        --scrolltoBox-display: none;
        --chk-khong-dong-bo-SF-background: none;
        --chk-khong-dong-bo-SF-background-image: linear-gradient(to right, #0e48c0, #94c0d2);
        --table-responsive-background-color: #0e48c0;
        --line-core-content-color: rgb(255,255,254);
        --fixed-contact-background-color: #0e48c0;
        --footer-top-background: #ffd800;
        --line-core-items-content-colors: rgb(255,255,254);
        --line-core-icon-plus-colors: #fff;
        --line-core-icon-minus-colors: #fff;
        --boxhead-text-align: left;
        --click-addform-a-background: #ffc107;
        --click-addform-a-hover-boxshadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(30, 144, 255, 1), .125rem .125rem 1rem rgba(255, 255, 255, 0.5);
        --col-form-label-color: #0e48c0;
    }

    body[dkts-theme="UNETI"] {
        --boxhead-background-colors: #245d7c;
        --boxhead-background-image: none;
        --line-core-background: linear-gradient(to right, #a70000, #a70000);
        --line-core-content-color: rgb(255,255,254);
        --line-core-items-content-colors: white;
        --line-core-items-icon-check-color: rgb(255,255,254);
        --line-core-icon-plus-colors: #fff;
        --line-core-icon-minus-colors: #fff;
    }

    body[dkts-theme="DAU"] {
        --signature-colors: #a70000;
        --boxhead-background-colors: #a70000;
        --boxhead-background-image: none;
        --boxhead-font-weight: 500;
        --title-label-text-transform: uppercase;
        --line-core-background: linear-gradient(to right, #a70000, #f4b0b0), linear-gradient(to left, #ffffff, #1581e0, #1581e0);
        --scrollto-background-color: #a70000;
        --form-control-border-colors: #d15656;
        --form-control-background-colors: #ff8a8a;
        --line-core-items-icon-check-color: rgb(255,255,254);
        --line-core-content-color: rgb(255,255,254);
        --line-core-icon-plus-colors: #fff;
        --line-core-icon-minus-colors: #fff;
        --click-addform-a-background: #a70000;
        --click-addform-a-border-bottom: 4px solid #dc5757;
        --line-core-items-content-colors: white;
        --click-addform-a-hover-boxshadow: 0 0 .25rem #a70000, -.125rem -.125rem 1rem #d15656, .125rem .125rem 1rem #a70000;
        --boxhead-colors: rgb(255, 255, 255);
        --table-responsive-background-color: #a70000;
        --btn-dang-ky-background-colors: none;
        --btn-dang-ky-background-images: linear-gradient(to right, #df2e1c, #e97721);
        --btn-dang-ky-box-shadow-hover: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(255, 69, 0, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
        --btn-nhap-lai-background-colors: none;
        --btn-nhap-lai-background-images: linear-gradient(to right, #749ffb, #6089ff);
        --btn-nhap-lai-box-shadow-hover: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(30, 144, 255, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

    body[dkts-theme="VNU"] {
        --boxhead-background-colors: #113673;
        --boxhead-background-image: none;
        --boxhead-colors: #f6df00;
        --boxhead-font-weight: 700;
        --scrollto-background-color: #113673;
        --scrollto-color: #f6df00;
    }

    body[dkts-theme="HITU"] {
        --line-core-items-content-colors: white;
        --boxhead-font-weight: 500;
        --line-core-icon-plus-colors: #fff;
        --line-core-icon-minus-colors: #fff;
    }

    body[dkts-theme="MUT"] {
        --boxhead-background-colors: #5b0013;
        /*--boxhead-background-image: -webkit-linear-gradient( 0deg, rgb(144 19 64) 0%, rgb(213 97 139) 100%);*/
        --boxhead-background-image: none;
        --boxhead-font-weight: 700;
        --footer-top-background: #5b0013;
        --footer-copyright-background: #ffb71e;
        --header-site-btn-top: -35px;
        --chk-khong-dong-bo-SF-background: #5b0013;
        --chk-khong-dong-bo-SF-background-image: none;
        --header-site-btn-border-radius: 6px 6px 0px 0px;
        --form-control-border-colors: rgb(218, 217, 217);
    }

    body[dkts-theme="HCE"] {
        --footer-top-background: #b11116;
        --footer-copyright-background: #b11116;
        --btn-background-color: #b11116;
        --btn-color: #ffffff;
        --block-option-item-link-background-color: #B11116;
        --block-option-item-box-shadow: #B1111640;
        --block-option-item-link-h3-color: #B11116;
        --block-option-item-hover-box-shadow: rgb(177 17 22 / 75%);
    }

    body[dkts-theme="HHT"] {
        --block-option-item-link-background-color: #B11116;
        --block-option-item-box-shadow: #B1111640;
        --block-option-item-link-h3-color: #B11116;
        --block-option-item-hover-box-shadow: rgb(177 17 22 / 75%);
        --table-responsive-background-color: #B11116;
    }

    body[dkts-theme="CDTM"] {
        --footer-top-before-background-color: transparent;
        --footer-copyright-background: #005fbe;
    }

    body[dkts-theme="BVU"] .k-autocomplete.k-state-default, body[dkts-theme="BVU"] .k-picker-wrap.k-state-default, body[dkts-theme="BVU"] .k-numeric-wrap.k-state-default, body[dkts-theme="BVU"] .k-dropdown-wrap.k-state-default, body[dkts-theme="BVU"] .k-state-focused, body[dkts-theme="BVU"] .k-state-hover, body[dkts-theme="BVU"] .k-dropdown, body[dkts-theme="BVU"] .k-dropdown-wrap, body[dkts-theme="BVU"] .k-numeric-wrap, body[dkts-theme="BVU"] .k-colorpicker, body[dkts-theme="BVU"] .k-state-active, body[dkts-theme="BVU"] .k-state-border-down,
    body[dkts-theme="DAU"] .k-autocomplete.k-state-default, body[dkts-theme="DAU"] .k-picker-wrap.k-state-default, body[dkts-theme="DAU"] .k-numeric-wrap.k-state-default, body[dkts-theme="DAU"] .k-dropdown-wrap.k-state-default, body[dkts-theme="DAU"] .k-state-focused, body[dkts-theme="DAU"] .k-state-hover, body[dkts-theme="DAU"] .k-dropdown, body[dkts-theme="DAU"] .k-dropdown-wrap, body[dkts-theme="DAU"] .k-numeric-wrap, body[dkts-theme="DAU"] .k-colorpicker, body[dkts-theme="DAU"] .k-state-active, body[dkts-theme="DAU"] .k-state-border-down {
        background-color: var(--form-control-background-colors) !important;
        border-color: var(--form-control-border-colors) !important;
        color: white;
    }

    body[dkts-theme="MUT"] .k-autocomplete.k-state-default, body[dkts-theme="MUT"] .k-picker-wrap.k-state-default, body[dkts-theme="MUT"] .k-numeric-wrap.k-state-default, body[dkts-theme="MUT"] .k-dropdown-wrap.k-state-default, body[dkts-theme="MUT"] .k-state-focused, body[dkts-theme="MUT"] .k-state-hover, body[dkts-theme="MUT"] .k-dropdown, body[dkts-theme="MUT"] .k-dropdown-wrap, body[dkts-theme="MUT"] .k-numeric-wrap, body[dkts-theme="MUT"] .k-colorpicker, body[dkts-theme="MUT"] .k-state-active, body[dkts-theme="MUT"] .k-state-border-down {
        border-color: var(--form-control-border-colors) !important;
    }

    body[dkts-theme="DLSG"] .noty_buttons {
        text-align: center !important;
    }

    body[dkts-theme="DLSG"] .box-captcha img {
        left: 204px !important;
    }

    body[dkts-theme="DLSG"] .box-captcha input {
        left: 36px !important;
        border-radius: 5px !important;
    }

    body[dkts-theme="DLSG"] .box-captcha a {
        left: 170px !important;
    }

    body[dkts-theme="DAU"] .k-dropdown-wrap {
        background-color: #a70000;
    }

    body[dkts-theme="DAU"] .k-list-container {
        background-color: white !important;
    }

    body[dkts-theme="DAU"] .k-numeric-wrap {
        font-size: 16px !important;
    }

    body[dkts-theme="BVU"] .far,
    body[dkts-theme="DAU"] .far {
        color: white !important;
    }

    body[dkts-theme="BVU"] #RadHocKy2IN4HK {
        margin: 10px 0px;
    }

    body[dkts-theme="BVU"] #RadHocKy3IN4HK {
        margin: 10px 0px;
    }

    body[dkts-theme="BVU"] #lblNguyenVong {
        font-size: 16px;
        color: red;
        font-weight: 700;
    }

    body[dkts-theme="DAU"] .btn-file {
        background-color: #d15656 !important;
        border-color: #ff8a8a !important;
    }


    body[dkts-theme="HIU"] .group-li-btn > li.li-btn-item a {
        display: block;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-1 {
        order: 1;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-2 {
        order: 2;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-3 {
        order: 3;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-4 {
        order: 4;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-5 {
        order: 5;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-6 {
        order: 6;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-7 {
        order: 7;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-8 {
        order: 8;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-9 {
        order: 9;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-10 {
        order: 10;
    }

    body[dkts-theme="HIU"] .group-li-btn > .li-btn-item.li-11 {
        order: 11;
    }

    body[dkts-theme="DNTU"] {
        --footer-top-background: #AB1F24;
    }

/*----------------------------------------*/
/*-------------- Header-site -------------*/
.header-site img {
    width: 100%;
    max-height: 45em;
}

.header-site .dang-ky,
.header-site .tra-cuu,
.header-site .tai-lieu-hd,
.header-site .thong-bao-xt,
.header-site .chuyen-trang-ts,
.header-site .login {
    position: relative;
    top: var(--header-site-btn-top);
    display: inline-block;
    background-color: var(--btn-background-color);
    padding: 7px 20px;
    border-radius: var(--header-site-btn-border-radius);
    color: var(--btn-color);
    font-weight: var(--header-site-btn-font-weight);
    text-transform: uppercase;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    transition: all 0.3s ease;
}

.header-site .login-sdh-ctump {
    position: relative;
    top: var(--header-site-btn-top);
    display: inline-block;
    background-color: #fafbfc;
    padding: 7px 20px;
    border-radius: var(--header-site-btn-border-radius);
    color: #014292;
    font-weight: var(--header-site-btn-font-weight);
    text-transform: uppercase;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    font-size: 24px;
    color: red;
}

.header-site .dang-ky:not([disabled]):hover,
.header-site .tra-cuu:not([disabled]):hover,
.header-site .tai-lieu-hd:not([disabled]):hover,
.header-site .thong-bao-xt:not([disabled]):hover,
.header-site .chuyen-trang-ts:not([disabled]):hover,
.header-site .login:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(30, 144, 255, 1), .125rem .125rem 1rem rgba(255, 255, 255, 0.5);
    transform: translateY(-5px);
    transition: 0.5s;
}

/*.dang-ky:before,
    .tra-cuu:before,
    .tai-lieu-hd:before,
    .thong-bao-xt:before,
    .header-site .login:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background-color: #014292;
        transition: all 1s;
    }

    .dang-ky:after,
    .tra-cuu:after,
    .tai-lieu-hd:after,
    .thong-bao-xt:after,
    .header-site .login:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 2px;
        background-color: #014292;
        transition: all 1s;
    }

    .dang-ky:hover:before,
    .tra-cuu:hover:before,
    .tai-lieu-hd:hover:before,
    .thong-bao-xt:hover:before,
    .header-site .login:hover:before {
        left: 0;
    }

    .dang-ky:hover:after,
    .tra-cuu:hover:after,
    .tai-lieu-hd:hover:after,
    .thong-bao-xt:hover:after,
    .header-site .login:hover:after {
        right: 0;
    }

    .dang-ky span:before,
    .tra-cuu span:before,
    .tai-lieu-hd span:before,
    .thong-bao-xt span:before,
    .header-site .login span:before {
        content: '';
        position: absolute;
        top: -100%;
        right: 0%;
        width: 2px;
        height: 100%;
        background-color: #014292;
        transition: all 1s;
    }

    .dang-ky:hover span:before,
    .tra-cuu:hover span:before,
    .tai-lieu-hd:hover span:before,
    .thong-bao-xt:hover span:before,
    .header-site .login:hover span:before {
        top: 0;
    }

    .dang-ky span:after,
    .tra-cuu span:after,
    .tai-lieu-hd span:after,
    .thong-bao-xt span:after,
    .header-site .login span:after {
        content: '';
        position: absolute;
        bottom: -100%;
        left: 0%;
        width: 2px;
        height: 100%;
        background-color: #014292;
        transition: all 1s;
    }

    .dang-ky:hover span:after,
    .tra-cuu:hover span:after,
    .tai-lieu-hd:hover span:after,
    .thong-bao-xt:hover span:after,
    .header-site .login:hover span:after {
        bottom: 0;
    }*/

/*----------------------------------------*/

/*--------------- Main-site --------------*/

.title-label {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: var(--title-label-colors);
    text-transform: var(--title-label-text-transform);
}

body[dkts-theme="BVU"] .title-label span {
    display: inline-block;
}

    body[dkts-theme="BVU"] .title-label span:nth-of-type(2) {
        animation-delay: .05s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(3) {
        animation-delay: .1s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(4) {
        animation-delay: .15s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(5) {
        animation-delay: .2s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(6) {
        animation-delay: .25s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(7) {
        animation-delay: .3s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(8) {
        animation-delay: .35s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(9) {
        animation-delay: .4s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(10) {
        animation-delay: .45s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(11) {
        animation-delay: .5s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(12) {
        animation-delay: .55s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(13) {
        animation-delay: .6s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(14) {
        animation-delay: .65s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(15) {
        animation-delay: .7s;
    }

    body[dkts-theme="BVU"] .title-label span:nth-of-type(16) {
        animation-delay: .75s;
    }

body[dkts-theme="BVU"] .title-label span {
    color: var(--title-label-colors);
    opacity: 0;
    transform: translate(-155px, 0) scale(.4);
    animation: animateTieuDe .5s forwards;
}

.required-ldt {
    color: red !important;
}

.m-auto {
    margin: auto;
}

@keyframes animateTieuDe {
    40% {
        transform: translate(50px, 0) scale(.7);
        opacity: 1;
        color: #ffffff;
    }

    60% {
        color: wheat;
    }

    80% {
        transform: translate(0) scale(2);
        opacity: 0;
    }

    100% {
        transform: translate(0) scale(1);
        opacity: 1;
    }
}

.box {
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
}

    .box .box-head {
        border-radius: 15px 15px 0 0;
        background: var(--boxhead-background-colors);
        background-image: var(--boxhead-background-image);
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: var(--boxhead-justify-content);
        text-align: var(--boxhead-text-align);
        font-size: calc(14px + 0.5vw);
        color: var(--boxhead-colors);
        font-weight: var(--boxhead-font-weight);
        text-transform: uppercase;
        cursor: pointer;
    }

        .box .box-head .box-head-number {
            background: #0e48c0;
            clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            padding: 10px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            text-align: center;
            margin-right: 10px;
            height: 108%;
            width: calc(1vw + 30px);
            line-height: 1;
        }

    .box .box-body {
        padding: 20px 30px;
        min-height: 200px;
        border-radius: 15px;
    }

        .box .box-body .box-body-content {
            padding: 5px 25px;
            min-height: 200px;
            /*border-bottom: 1px solid #ccc;*/
            border-radius: 20px 20px 0 0;
        }

    .box .box-bodyks {
        padding: 0 30px 10px 30px;
        min-height: 200px;
        border-bottom: 1px solid #ccc;
    }

    .box .box-body .box {
        border: none;
        box-shadow: none;
    }

/*--------------- Line-core --------------*/

.line-core {
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
    background: var(--line-core-background);
    cursor: pointer;
    opacity: 0.9;
}

    .line-core:hover {
        opacity: 1;
    }

    .line-core .line-core-group {
        padding: 0px;
    }

        .line-core .line-core-group .line-core-content {
            display: grid;
            grid-template-columns: 15px auto 15px;
            align-items: center;
            gap: 15px;
            font-size: 22px;
            color: var(--line-core-content-color);
        }

            .line-core .line-core-group .line-core-content .line-core-items-content,
            .line-core .line-core-group .line-core-content .icon-uncheck {
                color: var(--line-core-items-content-colors);
            }

            .line-core .line-core-group .line-core-content .icon-check {
                color: var(--line-core-items-icon-check-color);
            }

            .line-core .line-core-group .line-core-content .line-core-items-content {
                font-size: 18px;
            }

.icon-plus {
    float: right;
    font-size: 22px;
    padding-right: 20px;
    color: var(--line-core-icon-plus-colors);
    cursor: pointer;
}

.icon-min {
    float: right;
    font-size: 22px;
    padding-right: 20px;
    color: var(--line-core-icon-minus-colors);
    cursor: pointer;
}

/*----------------------------------------*/

/*------------ Sitebar-site --------------*/

.scrollToBox {
    position: fixed;
    top: 150px;
    right: 0;
    border-radius: 6px;
    overflow: hidden;
    display: var(--scrolltoBox-display);
}

body[dkts-theme="UNETI"] .scrollToBox {
    display: var(--scrolltoBox-display) !important;
}

.scrollToBox .item {
    background-color: var(--scrollto-background-color);
    color: var(--scrollto-color);
    width: 60px;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    text-decoration: none;
    padding: 5px;
    border-top: 1px solid #fff;
    opacity: 0.9;
}

    .scrollToBox .item:hover {
        color: #fff;
        opacity: 1;
    }

    .scrollToBox .item:first-child {
        border-top: none;
    }

    .scrollToBox .item p {
        font-size: 11px;
        margin-top: 5px;
    }

.scrollToBox .item1 {
    background-color: #C6151D;
    color: #fff;
    width: 60px;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    text-decoration: none;
    padding: 5px;
    border-top: 1px solid #fff;
}

    .scrollToBox .item1:first-child {
        border-top: none;
    }

    .scrollToBox .item1 p {
        font-size: 11px;
        margin-top: 5px;
    }

.fixed-info {
    border-radius: 6px;
    background-color: transparent;
    position: fixed;
    right: 0;
    bottom: 5px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding: 10px;
    transition: all .3s ease;
    opacity: 0.9;
    gap: 10px;
    z-index: 1000;
}

.fixed-contact {
    border-radius: 6px;
    background-color: var(--fixed-contact-background-color);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 10px;
    transition: all .3s ease;
    opacity: 0.9;
}

    .fixed-contact:hover {
        opacity: 1;
    }

    .fixed-contact .close-icon {
        text-align: center;
        padding: 16px 20px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .fixed-contact.Open .close-icon {
        transform: rotate(180deg);
    }

    .fixed-contact .contact-item {
        max-width: 300px;
        min-width: 0;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        transition: max-width 0.5s ease-in-out;
    }

    .fixed-contact.Open .contact-item {
        max-width: 0;
    }

    .fixed-contact .contact-item a.sdt {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        text-decoration: none;
    }

    .fixed-contact .contact-item ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

        .fixed-contact .contact-item ul li {
            display: inline-block;
            margin: 5px;
        }

    .fixed-contact .contact-item a {
        color: #fff;
    }

    .fixed-contact .contact-item .list-inline-item:hover i,
    .fixed-contact .contact-item .list-inline-item:hover img {
        animation: tada 1.5s ease infinite;
    }

.scrollToTop {
    width: 54px;
    height: 54px;
    line-height: 36px;
    padding: 10px;
    text-align: center;
    background-color: var(--scrollto-background-color);
    font-weight: bold;
    color: var(--scrollto-color);
    text-decoration: none;
    border-radius: 6px;
    font-size: 26px;
    display: var(--scrolltoTop-display);
    opacity: 0.9;
}

    .scrollToTop:hover {
        color: #fff;
        opacity: 1;
    }

/*----------------------------------------*/
/*----------------------------------------*/
/*-------------- Footer-site -------------*/
.footer-top {
    background: var(--footer-top-background);
    padding: 30px 0;
}

    .footer-top::before {
        background-color: var(--footer-top-before-background-color);
    }

.footer-copyright {
    padding: 10px;
    background: var(--footer-copyright-background);
    color: #fff;
    font-size: 15px;
}

.footer-site {
    background-color: #fafbfc;
    text-align: left;
    padding: 0px;
    color: #fff;
}

    .footer-site a {
        color: red;
    }

/*----------------------------------------*/

/*--------------- Common -----------------*/

.btn-file {
    display: block;
    width: 200px;
    height: 30px;
    margin: auto;
    border: 1px solid rgb(1,66,146);
    background-color: rgb(1,66,146);
    color: white;
    cursor: pointer;
}

img {
    max-width: 100%;
    object-fit: cover;
}

fieldset {
    color: #003f59 !important;
    font: inherit !important;
    min-width: 100% !important;
    border: 1px solid #c2cad8;
    border-radius: 8px;
    padding: 10px 15px;
    margin-top: 20px;
}

legend {
    font: inherit;
    border-bottom: unset !important;
    width: auto;
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.redo-fieldset {
    border: 1px solid #c2cad8;
    padding: 10px 15px;
    margin-top: 10px;
    overflow-wrap: break-word;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.redo-legend {
    color: #333;
    padding: 0px 10px;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.form-group.row > [class^="col-md-"] {
    align-self: flex-end !important;
}

.form-wapper .col-form-label {
    font-size: 14px;
    color: var(--col-form-label-color);
    font-weight: 700;
}

.form-wapper .form-control {
    font-weight: 500;
    border-color: var(--form-control-border-colors) !important;
    background: rgb(248, 248, 248) !important;
    border-radius: 6px;
}

.form-control:focus {
    box-shadow: none;
}

.k-input,
.k-numeric-wrap,
.k-dropdown-wrap,
.k-picker-wrap {
    border-radius: 6px !important;
}

.k-input {
    font-family: system-ui;
    font-weight: 700;
}

.k-numerictextbox {
    font-family: system-ui;
    font-weight: 700;
    font-size: 16px;
}

/*----------------------------------------*/

.click_addform a {
    background: var(--click-addform-a-background);
    padding: 6px 15px;
    display: inline-block;
    color: #fff;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    border-bottom: var(--click-addform-a-border-bottom);
    cursor: pointer;
}

    .click_addform a:not([disabled]):hover {
        box-shadow: var(--click-addform-a-hover-boxshadow);
    }

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.dropify-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    /*height: 180px;*/
    height: 250px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #334151;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 4px solid #ebebeb;
    -webkit-transition: border-color 0.15s linear;
    transition: border-color 0.15s linear;
}

    .dropify-wrapper .dropify-message {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .dropify-wrapper .dropify-message span.file-icon {
            font-size: 40px;
            color: #99a6b7;
        }

        .dropify-wrapper .dropify-message p {
            margin: 10px 0;
            font-size: 14px;
            color: #999;
        }

    .dropify-wrapper input {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 5;
    }

.name-file {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 63px;
}

.dropify-upload {
    border-radius: 6px;
    background-color: rgb(23, 192, 102);
    border: none;
    color: #fff;
    padding: 5px 20px;
    min-width: 150px;
}

.dropify-update {
    border-radius: 6px;
    background-color: rgb(23, 192, 102);
    border: none;
    color: #fff;
    padding: 5px 20px;
    width: 97px;
}

.dropify-clear {
    border-radius: 6px;
    background-color: rgb(221, 221, 221);
    border: none;
    color: #fff;
    padding: 5px 20px;
    width: 97px;
}

.dropify-content {
    background-color: #ebebeb;
    padding: 10px;
    text-align: center;
    color: #111;
}

    .dropify-content sup {
        color: red;
    }

.dropify-wrapper .dropify-preview {
    display: none;
    position: absolute;
    z-index: 1;
    /* background-color: #FFF; */
    background: url(../img/thanhcong2.png) #fff no-repeat center 20px;
    padding: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
}

    .dropify-wrapper .dropify-preview .dropify-render {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: relative;
        max-width: 100%;
        max-height: 100%;
        background-color: #FFF;
        -webkit-transition: border-color 0.15s linear;
        transition: border-color 0.15s linear;
    }

    .dropify-wrapper .dropify-preview .dropify-infos {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
    }

        .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            width: 100%;
            padding: 0 20px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.btn-submit-form {
    border-radius: 6px;
    background-color: rgb(233, 6, 28);
    color: #fff;
    padding: 6px 15px;
    border: none;
    cursor: pointer;
    /*min-width: 150px;
    border-bottom: 3px solid rgb(177 5 21);*/
}

    .btn-submit-form:hover {
        color: #fff !important;
        text-decoration: none !important;
    }

.page-login {
    /* background-color: #fafbfc; */
}

.page-title {
    font-size: 2em;
    font-weight: 700;
    color: #014292;
    text-transform: uppercase;
    text-align: center;
}

.form-login {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    width: 394px;
}

.thongtinthisinh {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
}

.dangkythanhcong {
    text-align: center;
    width: 80%;
}

    .dangkythanhcong .head-title {
        color: #17c066 !important;
        font-size: 1.4em !important;
    }

    .dangkythanhcong .head-title-error {
        color: red !important;
        font-size: 1.4em !important;
    }

    .dangkythanhcong img {
        margin: -6em 0 1.5em 0;
    }

.dangkythanhcong {
    font-size: 1.2em;
    line-height: 2em;
    margin-top: 4em !important;
}

    .dangkythanhcong button {
        width: 200px;
    }

.form-login .head-title {
    font-size: 16px;
    color: rgb(45, 53, 57);
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.btn-login {
    border-radius: 4px;
    background-color: rgb(12, 110, 255);
    border: none;
    width: 100%;
    height: 48px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-resetmk {
    border-radius: 4px;
    background-color: rgb(12, 110, 255);
    border: none;
    width: 100%;
    height: 48px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.section-title .title {
    margin: 60px 0;
    padding: 0;
    font-size: 2em;
    font-weight: 700;
    color: #014292;
    text-transform: uppercase;
    text-align: center;
}

.dropify-content {
    margin-bottom: 30px;
}

.navbar {
    padding: 0;
}

.bg-navbar {
    background-image: -moz-linear-gradient( 90deg, rgb(234,234,234) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(234,234,234) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(234,234,234) 0%, rgb(255,255,255) 100%);
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 0;
    margin-right: 2.2em;
}

.bg-navbar .nav-item.active .nav-link {
    color: #0156bd;
    font-weight: 700;
    /*border-bottom: 2px solid #0156bd;*/
}

.navbar-info span {
    color: red;
    margin-left: 5px;
    font-weight: 700;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); */
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E
        }

    #msform input,
    #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px
    }

        #msform input:focus,
        #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0
        }

    #msform .action-button {
        width: 200px;
        background: skyblue;
        border-radius: 4px;
        background-color: rgb(12, 110, 255);
        border: none;
        /* width: 100%; */
        height: 48px;
        font-family: inherit;
        /* font-weight: bold; */
        color: white;
        /* border-radius: 0px; */
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    /* margin-bottom: 30px; */
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #666;
}

    #progressbar .active {
        color: #17c066;
    }

    #progressbar .active-2 {
        color: red;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 1.1em;
        width: 25%;
        float: left;
        position: relative;
    }

    #progressbar #account:before {
        content: "1";
    }

    #progressbar #personal:before {
        content: "2"
    }

    #progressbar #payment:before {
        content: "3"
    }

    #progressbar #confirm:before {
        content: "4"
    }

    #progressbar #confirmTT:before {
        content: "5"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        position: relative;
        z-index: 2;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 8px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 20px;
        border-radius: 2px;
        z-index: 1;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #17c066;
    }

    #progressbar li.active-2:before,
    #progressbar li.active-2:after {
        background: red;
    }


.radio-group {
    position: relative;
    margin-bottom: 25px
}
/*-------- Check lai --------*/
.radio {
    display: inline-block;
    width: 204px;
    height: 104px;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}

.bg-print {
    background: #014292;
    color: #fff;
    border-bottom: #014292 solid 3px;
}

.bg-trangchu {
    background: #17c066;
    color: #fff;
    border-bottom: #17c066 solid 3px;
    margin-left: 20px;
}

.txt-error {
    color: red;
    font-weight: 700;
}

.btnCapNhatHoSo:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.clearfix {
    clear: both;
}

.validation-summary-errors {
    border: 1px solid #e74c3c;
    background-color: #fdecea;
    color: #c0392b;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    /*font-family: Arial, sans-serif;*/
}

    .validation-summary-errors ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .validation-summary-errors li {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 1.5;
        position: relative;
    }

        .validation-summary-errors li::before {
            content: "";
            color: #c0392b;
            font-weight: bold;
            display: inline-block;
            width: 20px;
            margin-left: -20px;
        }

        .validation-summary-errors li:hover {
            background-color: #f2dede;
        }

.cboXetTuyen {
    width: 100%;
}

.div-image-thisinh {
    max-height: 230px !important;
}

    .div-image-thisinh img {
        margin: 0 auto;
        height: 230px;
        display: block;
    }

.hiddenfileds {
    display: none !important;
}

.btn-delete-nv {
    float: right;
    cursor: pointer;
}

.tblDanhSachToHopMonXetTuyenTHPT {
    border-collapse: collapse;
    width: 100%;
}

.trTitletblToHopMonTHPT {
    background: #034e9e;
    font-weight: 700;
    color: #fff;
}

.txt_center {
    text-align: center;
}

.txt_left {
    text-align: left;
}

.clsNhapDiemTheoTHM {
    /*margin-bottom: 10px;*/
}

.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}

.btn.yellow:not(.btn-outline) {
    color: #fff;
    background-color: #024898;
    border-color: #c49f47;
    color: #fff;
}

.noteADD-NV {
    margin-top: 2rem
}

.txtDiemToHopMon {
    /*border-color: #dad9d9 !important;
    background: #f8f8f8 !important;
    border-radius: 0;*/
}

.btnCapNhatFile {
    background-color: indigo;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.file-chosen {
    margin-left: 0.3rem;
    font-family: sans-serif;
}

.red {
    color: red;
    font-weight: 700;
}

.clsFillInput {
    width: 100% !important;
}

#content-tracuu {
    margin-top: 10px;
}

.txt-white {
    color: #ffffff !important;
}

.txt-left-10 {
    padding-left: 10px !important;
}

.btn-fancy-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

button.fancy {
    -webkit-appearance: button;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 0.25em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    width: 13.8125rem;
}

    button.fancy::before {
        content: " ";
        width: 1.5625rem;
        height: 2px;
        background: black;
        top: 50%;
        left: 1.5em;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: background 0.3s linear, width 0.3s linear;
        transition: background 0.3s linear, width 0.3s linear;
    }

    button.fancy .name-fancy {
        font-size: 1.125em;
        line-height: 1.33333em;
        padding-left: 2em;
        display: block;
        text-align: left;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
        color: black;
    }

    button.fancy .top-key {
        height: 2px;
        width: 1.5625rem;
        top: -2px;
        left: 0.625rem;
        position: absolute;
        background: white;
        -webkit-transition: width 0.5s ease-out, left 0.3s ease-out;
        transition: width 0.5s ease-out, left 0.3s ease-out;
    }

    button.fancy .bottom-key-1 {
        height: 2px;
        width: 1.5625rem;
        right: 1.875rem;
        bottom: -2px;
        position: absolute;
        background: white;
        -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
        transition: width 0.5s ease-out, right 0.3s ease-out;
    }

    button.fancy .bottom-key-2 {
        height: 2px;
        width: 0.625rem;
        right: 0.625rem;
        bottom: -2px;
        position: absolute;
        background: white;
        -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
        transition: width 0.5s ease-out, right 0.3s ease-out;
    }

    button.fancy:hover {
        color: white;
        background: black;
    }

        button.fancy:hover::before {
            width: 0.9375rem;
            background: white;
        }

        button.fancy:hover .name-fancy {
            color: white;
            padding-left: 1.5em;
        }

        button.fancy:hover .top-key {
            left: -2px;
            width: 0px;
        }

        button.fancy:hover .bottom-key-1,
        button.fancy:hover .bottom-key-2 {
            right: 0;
            width: 0;
        }


#button-wrapper {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    width: 100%;
    height: 100px;
    padding: 20px 0px;
    overflow: visible;
    text-align: -webkit-center;
}

.submit-register {
    z-index: 2;
    width: 210px;
    height: 50px;
    background: linear-gradient(to right, #ffb369 0%, #ff4272 100%);
    /*display: block;*/
    border-radius: 200px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 440%;
    transition: all 0.7s ease, line-height 0s ease, color 0.4s ease, filter 0.2s ease;
    margin-right: 10px;
    cursor: pointer;
}


    #button-wrapper::selection,
    .submit-register::selection {
        background: transparent;
    }

#button-wrapper a:hover {
    color: #fff;
    text-decoration: none;
}

.submit-register:before {
    content: "";
    z-index: -2;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ffb369 0%, #ff4272 100%);
    /*display: block;*/
    border-radius: 200px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    transform: scale(0.9) translateY(15px);
    filter: blur(20px);
    transition: all 0.2s ease;
}

.submit-register:after {
    content: "";
    z-index: -4;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ffb369 0%, #ff4272 100%);
    display: block;
    border-radius: 200px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1);
}

.submit-register:hover:before {
    transform: scale(0.9) translateY(5px);
    filter: blur(15px);
}

.continue-application {
    --color: #fff;
    --background: #30ad9c;
    --background-hover: #000000;
    --background-left: #2B3044;
    --folder: #F3E9CB;
    --folder-inner: #BEB393;
    --paper: #FFFFFF;
    --paper-lines: #BBC1E1;
    --paper-behind: #E1E6F9;
    --pencil-cap: #fff;
    --pencil-top: #275EFE;
    --pencil-middle: #fff;
    --pencil-bottom: #5C86FF;
    --shadow: rgba(13, 15, 25, .2);
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding: 14px 19px 14px 69px;
    transition: background 0.3s;
    color: var(--color);
    background: var(--bg, var(--background));
}

    .continue-application > div {
        top: 0;
        left: 0;
        bottom: 0;
        width: 53px;
        position: absolute;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
        background: linear-gradient(to right, #ffb369 0%,#30ad9c 100%);
    }

        .continue-application > div .folder {
            width: 23px;
            height: 27px;
            position: absolute;
            left: 15px;
            top: 10px;
        }

            .continue-application > div .folder .top {
                left: 0;
                top: 0;
                z-index: 2;
                position: absolute;
                transform: translateX(var(--fx, 0));
                transition: transform 0.4s ease var(--fd, 0.3s);
            }

                .continue-application > div .folder .top svg {
                    width: 24px;
                    height: 27px;
                    display: block;
                    fill: var(--folder);
                    transform-origin: 0 50%;
                    transition: transform 0.3s ease var(--fds, 0.45s);
                    transform: perspective(120px) rotateY(var(--fr, 0deg));
                }

            .continue-application > div .folder:before, .continue-application > div .folder:after,
            .continue-application > div .folder .paper {
                content: "";
                position: absolute;
                left: var(--l, 0);
                top: var(--t, 0);
                width: var(--w, 100%);
                height: var(--h, 100%);
                border-radius: 1px;
                background: var(--b, var(--folder-inner));
            }

            .continue-application > div .folder:before {
                box-shadow: 0 1.5px 3px var(--shadow), 0 2.5px 5px var(--shadow), 0 3.5px 7px var(--shadow);
                transform: translateX(var(--fx, 0));
                transition: transform 0.4s ease var(--fd, 0.3s);
            }

            .continue-application > div .folder:after,
            .continue-application > div .folder .paper {
                --l: 1px;
                --t: 1px;
                --w: 21px;
                --h: 25px;
                --b: var(--paper-behind);
            }

            .continue-application > div .folder:after {
                transform: translate(var(--pbx, 0), var(--pby, 0));
                transition: transform 0.4s ease var(--pbd, 0s);
            }

            .continue-application > div .folder .paper {
                z-index: 1;
                --b: var(--paper);
            }

                .continue-application > div .folder .paper:before, .continue-application > div .folder .paper:after {
                    content: "";
                    width: var(--wp, 14px);
                    height: 7px;
                    border-radius: 1px;
                    transform: scaleY(0.5);
                    left: 3px;
                    top: var(--tp, 3px);
                    position: absolute;
                    background: var(--paper-lines);
                    box-shadow: 0 12px 0 0 var(--paper-lines), 0 24px 0 0 var(--paper-lines);
                }

                .continue-application > div .folder .paper:after {
                    --tp: 6px;
                    --wp: 10px;
                }

        .continue-application > div .pencil {
            height: 2px;
            width: 3px;
            border-radius: 1px 1px 0 0;
            top: 8px;
            left: 105%;
            position: absolute;
            z-index: 3;
            transform-origin: 50% 19px;
            background: var(--pencil-cap);
            transform: translateX(var(--pex, 0)) rotate(35deg);
            transition: transform 0.4s ease var(--pbd, 0s);
        }

            .continue-application > div .pencil:before, .continue-application > div .pencil:after {
                content: "";
                position: absolute;
                display: block;
                background: var(--b, linear-gradient(var(--pencil-top) 55%, var(--pencil-middle) 55.1%, var(--pencil-middle) 60%, var(--pencil-bottom) 60.1%));
                width: var(--w, 5px);
                height: var(--h, 20px);
                border-radius: var(--br, 2px 2px 0 0);
                top: var(--t, 2px);
                left: var(--l, -1px);
            }

            .continue-application > div .pencil:before {
                -webkit-clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
                clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
            }

            .continue-application > div .pencil:after {
                --b: none;
                --w: 3px;
                --h: 6px;
                --br: 0 2px 1px 0;
                --t: 3px;
                --l: 3px;
                border-top: 1px solid var(--pencil-top);
                border-right: 1px solid var(--pencil-top);
            }

    .continue-application:before, .continue-application:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 2px;
        border-radius: 1px;
        background: var(--color);
        transform-origin: 9px 1px;
        transform: translateX(var(--cx, 0)) scale(0.5) rotate(var(--r, -45deg));
        top: 26px;
        right: 16px;
        transition: transform 0.3s;
    }

    .continue-application:after {
        --r: 45deg;
    }

    .continue-application:hover {
        --cx: 2px;
        --bg: var(--background-hover);
        --fx: -40px;
        --fr: -60deg;
        --fd: .15s;
        --fds: 0s;
        --pbx: 3px;
        --pby: -3px;
        --pbd: .15s;
        --pex: -24px;
    }

.reset-application {
    --background: #191eb7;
}

    .reset-application > div {
        top: 0;
        left: 0;
        bottom: 0;
        width: 53px;
        position: absolute;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
        background: linear-gradient(to right, #ffb369 0%,#191eb7 100%);
    }

.button-goback {
    --offset: 10px;
    --border-size: 2px;
    display: block;
    position: relative;
    /* padding: 10px 15px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #b3b3b3;
    /* text-transform: uppercase; */
    letter-spacing: 0.25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 var(--border-size) currentcolor;
    transition: background 0.8s ease;
}

    .button-goback:hover {
        background: rgba(100, 0, 0, 0.03);
    }

.button-goback__horizontal, .button-goback__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    transition: transform 0.8s ease;
    will-change: transform;
}

    .button-goback__horizontal::before, .button-goback__vertical::before {
        content: "";
        position: absolute;
        border: inherit;
    }

.button-goback__horizontal {
    --vertical-offset: calc(var(--offset) * -1);
    border-top: var(--border-size) solid currentcolor;
    border-bottom: var(--border-size) solid currentcolor;
}

    .button-goback__horizontal::before {
        /*top: calc(var(--vertical-offset) - var(--border-size));*/
        bottom: calc(var(--vertical-offset) - var(--border-size));
        left: calc(var(--vertical-offset) * -1);
        /*right: calc(var(--vertical-offset) * -1);*/
    }

.button-goback:hover .button-goback__horizontal {
    transform: scaleX(0);
}

.button-goback__vertical {
    --horizontal-offset: calc(var(--offset) * -1);
    border-left: var(--border-size) solid currentcolor;
    border-right: var(--border-size) solid currentcolor;
}

    .button-goback__vertical::before {
        top: calc(var(--horizontal-offset) * -1);
        bottom: calc(var(--horizontal-offset) * -1);
        left: calc(var(--horizontal-offset) - var(--border-size));
        right: calc(var(--horizontal-offset) - var(--border-size));
    }

.button-goback:hover .button-goback__vertical {
    transform: scaleY(0);
}

.center-button-back {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.btnXoaFileKhungHoSoUpload {
    background-color: rgb(233, 6, 28);
    cursor: pointer;
}

.btnViewHoSoDK {
    background-color: #007bff;
    cursor: pointer;
}

.btnViewHoSo {
    background-color: #007bff;
    cursor: pointer;
}

.notifi {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
}

    .notifi .head-notifi {
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #005ab7;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        border-bottom: 1px solid #eaeaea;
    }

    .notifi .content-notifi {
        max-height: calc(100vh - 255px);
        overflow: auto;
        padding-right: 10px;
    }

        .notifi .content-notifi::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #ffffff;
        }

        .notifi .content-notifi::-webkit-scrollbar {
            width: 4px;
            background-color: #bfbfbf;
        }

        .notifi .content-notifi::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
            background-color: #78b9fb;
        }

.item-notifi {
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

    .item-notifi .box-left {
        width: 125px;
        margin-right: 15px;
        float: left;
    }

    .item-notifi .date-notifi {
        width: 80px;
        height: 80px;
        margin: auto;
        text-align: center
    }

        .item-notifi .date-notifi .month {
            color: #fff;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            background: #005ab7;
        }

        .item-notifi .date-notifi .days {
            color: #005ab7;
            height: 50px;
            line-height: 50px;
            background: #fff;
            font-size: 30px;
        }

    .item-notifi .desc-notifi {
        width: calc(100% - 140px);
        float: left;
    }

        .item-notifi .desc-notifi .title-notifi {
            font-size: 20px;
            font-weight: 500;
            color: #005ab7;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .item-notifi .news_hot::after {
        content: url(../images/icon_news_hot.gif);
    }

    .item-notifi .news_new::after {
        content: url(../images/icon_news_new.gif);
    }

    .item-notifi .desc-notifi .date {
        font-size: 12px;
        color: #ce1126;
        margin-bottom: 5px;
    }

    .item-notifi .desc-notifi .desc {
        margin-bottom: 0;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.box-content {
    border: 1px solid;
    border-radius: 5px 5px;
    box-shadow: 2px 2px #4a4a4a;
}

.statusDone {
    color: #07dcf7;
}

    .statusDone:after {
        background: #07dcf7 !important;
    }

    .statusDone:before {
        background: #07dcf7 !important;
    }

::placeholder { /* Recent browsers */
    text-transform: none;
}

.required {
    color: red !important;
}

.navbar-float {
    float: right;
}

.navbar-container {
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*Checkbox synchronized SF NHGroup*/
.chk-khong-dong-bo-SF {
    background: var(--chk-khong-dong-bo-SF-background);
    background-image: var(--chk-khong-dong-bo-SF-background-image);
    border-radius: 10px;
    padding: 10px;
}


.col-form-cbo {
    padding: calc(0.375rem + 1px) calc(0.375rem + 2px);
    border-left-color: red;
}

/*New table responsive*/
/*Limit Height & Resize*/
.table_scroll {
    /*height: 500px;*/
    overflow: auto;
    margin: 10px auto;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}
/*Div Table Setting*/
.css_table {
    display: table;
    position: relative;
    width: 100%;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.css_tr {
    display: table-row;
}

    .css_tr:nth-child(even) .css_td {
        background: #f5f5f5;
    }

    .css_tr:nth-child(odd) .css_td {
        background: #fff;
    }

.css_td,
.css_th,
.css_sd {
    display: table-cell;
    padding: 8px 10px;
    border-bottom: 0.2px solid #fff;
    border-right: 0.2px solid #fff;
}

.css_thead {
    display: table-header-group;
    font-weight: bold;
    z-index: 1;
}

.css_tfoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}

.css_tbody {
    display: table-row-group;
}
/*Table Header Fixed */
.css_th, .css_sd {
    position: sticky;
    background-color: var(--table-responsive-background-color);
    color: #fff;
}

.css_th {
    top: 0;
    text-align: center;
}

.css_sd {
    left: 0;
}

.css_thead div.css_th:first-child,
.css_tfoot div.css_th:first-child {
    left: 0;
    z-index: 1;
}

.css_tfoot .css_th {
    bottom: 0
}

/*New button*/
.btn-dodger-blue {
    border-radius: 6px;
    background-color: #007bff;
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    cursor: pointer;
}

    .btn-dodger-blue:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(30, 144, 255, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

.btn-golden-rod {
    border-radius: 6px;
    background-color: #ffc107;
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    cursor: pointer;
}

    .btn-golden-rod:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(218, 165, 32, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

.btn-medium-turquoise {
    border-radius: 6px;
    background-color: rgb(233, 6, 28);
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    cursor: pointer;
}

    .btn-medium-turquoise:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(178, 34, 34, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

.btn-cadet-blue {
    border-radius: 6px;
    background-color: #17a2b8;
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    cursor: pointer;
}

    .btn-cadet-blue:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(72, 209, 204, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

.btn-dangky {
    border-radius: 6px;
    background-color: var(--btn-dang-ky-background-colors);
    background-image: var(--btn-dang-ky-background-images);
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    font-size: 18px;
    cursor: pointer;
}

    .btn-dangky:not([disabled]):hover {
        box-shadow: var(--btn-dang-ky-box-shadow-hover);
    }

.btn-nhaplai {
    border-radius: 6px;
    background-color: var(--btn-nhap-lai-background-colors);
    background-image: var(--btn-nhap-lai-background-images);
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    font-size: 18px;
    cursor: pointer;
}

    .btn-nhaplai:not([disabled]):hover {
        box-shadow: var(--btn-nhap-lai-box-shadow-hover);
    }

.btn-them-nv {
    background: #ffb400;
    padding: 6px 15px;
    display: inline-block;
    color: #fff;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

    .btn-them-nv a:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(218, 165, 32, 1), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

.btn-dark-blue {
    border-radius: 6px;
    background-color: #014292;
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    cursor: pointer;
}

    .btn-dark-blue:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(30, 144, 255), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

.btn-sea-green {
    border-radius: 6px;
    background-color: #5AA7A7;
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    cursor: pointer;
}

    .btn-sea-green:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(32,178,170), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

.btn-green {
    border-radius: 6px;
    background-color: #107C41;
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    cursor: pointer;
}

    .btn-green:not([disabled]):hover {
        box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgb(16, 124, 65), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
    }

.btn-gray {
    border-radius: 6px;
    background-color: #b3b3b3;
    color: #fff;
    padding: 6px 15px;
    border: none;
    text-align: center;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: calc(0.375rem + 1px) calc(0.375rem + 2px);
    cursor: pointer;
}

    .btn-gray:not([disabled]):hover {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

/*New style*/
.box-page {
    border: 0.1px solid transparent;
    border-top: 0.1px solid transparent;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    padding: 2em 2vw !important;
}

.bg-navbar-style {
    border-left: 0.1px solid transparent;
    border-right: 0.1px solid transparent;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
}

.navbar-nav li:not(:first-child) .navbar-container-style::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 80%;
    background-color: white;
    top: 7px;
    left: -2px;
    z-index: 1;
}

.navbar-nav li:not(:first-child).active .navbar-container-style::after {
    display: none;
}

.navbar-nav li.active .navbar-container-style {
    background-color: white;
    border-bottom: 1px solid white;
    border-radius: 10px 10px 0px 0px;
}

.navbar-nav li:not(:first-child).active .navbar-container-style a {
    opacity: unset;
    font-weight: 600;
}

/* Slide Show */

.slide-show .item img {
    max-height: 45em;
    object-fit: cover;
    object-position: top;
}

/* End Slide Show */

.text-center {
    text-align: center;
}

.box-banner {
    width: 100%;
    height: 200px;
    border-radius: 13px;
    padding: 25px;
    margin-bottom: 36px;
    background: rgba(1 102 229 / 10%) url("../images/bg-banner.png") center center no-repeat;
}

    .box-banner .title {
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        /*color: #1B2C43;*/
        text-align: center;
        color: #014292;
        text-transform: uppercase;
    }

.box-form {
    max-width: 670px;
    margin: 0 auto;
}

    .box-form .title {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        /*color: #1B2C43;*/
        text-align: center;
        margin-bottom: 26px;
    }

.box-result {
    margin-top: 26px;
}

    .box-result .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        /*color: #1B2C43;*/
    }

.result-content {
    background: #FFFFFF;
    border: 1px solid #D9E1EC;
    border-radius: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

    .result-content .row {
        margin-bottom: 14px;
    }

    .result-content .box-bg {
        background: #F4F4F4;
        border-radius: 0px 0px 15px 15px;
        padding: 20px;
        margin-bottom: 15px;
        display: none;
    }

    .result-content .box-header:not(.hidden-box) {
        border-radius: 15px 15px 0px 0px;
    }

    .result-content .box-bg:last-child {
        margin-bottom: 0px;
    }

    .result-content .box-bg + .box-bg {
        margin-top: 14px;
    }

    .result-content .box-header {
        padding: 20px;
        border-radius: 15px;
        color: white;
        cursor: pointer;
        margin-bottom: 15px;
    }

        .result-content .box-header:not(.hidden-box) {
            margin-bottom: 0px;
        }

            .result-content .box-header:not(.hidden-box) + .box-bg {
                display: block;
            }

    .result-content .tieu-chi-01 {
        background: #20B2AA;
    }

    .result-content .tieu-chi-02 {
        background: #FF5733;
    }

    .result-content .tieu-chi-03 {
        background: #757575;
    }

    .result-content .tieu-chi-04 {
        background: #C6151D;
    }

    .result-content .tieu-chi-05 {
        background: #BDB76B;
    }

    .result-content .tieu-chi-06 {
        background: #2196F3;
    }

    .result-content .tieu-chi-07 {
        background: #9C27B0;
    }

    .result-content .tieu-chi-08 {
        background: #FFC107;
    }

    .result-content .tieu-chi-09 {
        background: #184785;
    }

    .result-content .tieu-chi-10 {
        background: #2E7D32;
    }

    .result-content .box-header + .box-header {
        margin-top: 14px;
    }

    .result-content .box-header .box-head-title {
        margin: 0px;
        justify-content: space-between;
        align-items: center;
    }

        .result-content .box-header .box-head-title .box-head-content {
        }

        .result-content .box-header .box-head-title .box-head-status {
            transform: rotate(-8deg);
            font-weight: 700;
            border: 4px double white;
            padding: 0.2rem 0.7rem;
            text-transform: uppercase;
            border-radius: 5px;
            text-align: center;
            font-size: 10px;
            margin-left: auto;
        }

.hidden-field {
    display: none;
    transition: all 0.5s ease;
}

.no-data {
    text-align: center;
}

    .no-data p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #6F7A8A;
    }

.ui-input {
    background: #F4F4F4;
    border-radius: 12px;
    width: 100%;
    height: 54px;
    border: 0;
    padding: 6px 12px;
    outline: 0;
    font-size: 16px;
    margin-bottom: 20px;
}

.ui-button {
    background: #C4000F;
    color: #fff;
    border-radius: 12px;
    width: 200px;
    height: 54px;
    border: 0;
    padding: 6px 12px;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
}

    .ui-button:hover {
        background: #ad0b17;
    }

.ui-refresh {
    background: #F4F4F4;
    border-radius: 12px;
    width: 100%;
    height: 54px;
    border: 0;
    padding: 6px 12px;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}

    .ui-refresh:hover {
        background: #f4e0e0;
    }

.ui-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #6F7A8A;
}

.ui-content {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    /*color: #1B2C43;*/
}

.footer {
    padding-top: 18px;
    padding-bottom: 18px;
    background: #C4000F;
}

.social-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: center;
}

    .social-item + .social-item {
        margin-left: 10px;
    }

    .social-item .icon {
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .social-item .text {
        margin-left: 10px;
    }

/*-------------- Countdown Timer -----------------*/

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .countdown-timer .timer-background {
        border-radius: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    }

        .countdown-timer .timer-background .timer {
            display: flex;
            justify-content: center;
            margin-top: 1rem;
        }

            .countdown-timer .timer-background .timer .sub_timer {
                border-radius: 10px;
                overflow: hidden;
                padding-left: 10px;
                padding-right: 10px;
            }

            .countdown-timer .timer-background .timer .colon-timer {
                color: #fff;
                font-size: 25px;
                padding: 2rem 0;
            }

            .countdown-timer .timer-background .timer .sub_timer .digit {
                color: #fff;
                font-weight: lighter;
                font-size: 25px;
                text-align: center;
                padding: 1rem 0;
                background-color: var(--timer-digit-background-color);
                margin: 1.5rem 0;
                border-radius: 10px;
                box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
                backdrop-filter: blur(20px);
                opacity: 0.6;
            }

                .countdown-timer .timer-background .timer .sub_timer .digit:hover {
                    opacity: 1;
                }

            .countdown-timer .timer-background .timer .sub_timer .digit_name {
                color: #fff;
                text-align: center;
                padding: 0.6rem 0;
                font-size: 20px;
                text-transform: uppercase;
            }

#notfound {
    font-family: 'Roboto Slab', serif !important;
}

    #notfound .header-timer h1 {
        color: #ececec;
        font-weight: 900;
        font-size: 276px;
        margin: 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.title-timer h2 {
    font-size: 30px;
    color: #b70101;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    z-index: 1;
}

.title-timer h3 {
    font-weight: 900;
    margin: 0px;
    z-index: 1;
}

.title-timer p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
    z-index: 1;
}

.title-timer a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #b70101;
    display: inline-block;
    padding: 16px 38px;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    z-index: 1;
}

    .title-timer a:hover {
        background-color: #fff;
        border-color: #b70101;
        color: #b70101;
    }

.timer-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.py-30 {
    padding: 30px 0;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.block-option {
    text-align: -webkit-center;
}

    .block-option .item {
        border-radius: 30px;
        padding: 15px;
        box-shadow: 0px 10px 10px 0px var(--block-option-item-box-shadow);
        text-align: center;
        cursor: pointer;
        height: 100%;
        transition: all .1s linear;
    }

        .block-option .item:has(> a.item-link-vsat) {
            border-radius: 30px;
            padding: 15px;
            box-shadow: 0px 10px 10px 0px #00a8e8;
            text-align: center;
            cursor: pointer;
            height: 100%;
            transition: all .1s linear;
        }

        .block-option .item:hover {
            box-shadow: 0px 10px 10px 0px var(--block-option-item-hover-box-shadow);
            transform: translateY(-5px);
        }

        .block-option .item .item-link {
            display: block;
            background-color: var(--block-option-item-link-background-color);
            border-radius: 30px;
            padding: 10px 0;
            text-decoration: none;
            height: 100%;
        }

            .block-option .item .item-link h3 {
                background-color: #fff;
                padding: 10px;
                font-weight: 700;
                font-size: 18px;
                line-height: 140%;
                margin: 0;
                color: var(--block-option-item-link-h3-color);
            }

            .block-option .item .item-link img {
                padding: 10px;
                width: 76px;
                height: 76px;
            }

        .block-option .item .item-link-vsat {
            display: block;
            background-color: #00a8e8;
            border-radius: 30px;
            padding: 10px 0;
            text-decoration: none;
            height: 100%;
        }

            .block-option .item .item-link-vsat h3 {
                background-color: #fff;
                padding: 10px;
                font-weight: 700;
                font-size: 18px;
                line-height: 140%;
                margin: 0;
                color: #C6151D;
            }

            .block-option .item .item-link-vsat img {
                padding: 10px;
                width: 76px;
                height: 76px;
            }


.fadeInUp {
    -webkit-animation: fadeInUp 1.2s both;
    -moz-animation: fadeInUp 1.2s both;
    -webkit-animation: fadeInUp 1.2s both;
    -webkit-animation: fadeInUp 1.2s both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

div[class^="cms-attachment"] ul li a {
    text-decoration: none;
}

    div[class^="cms-attachment"] ul li a:before {
        margin-right: 5px;
        vertical-align: middle;
        width: 16px;
        height: 16px;
    }

    div[class^="cms-attachment"] ul li a[href$=".docx"]:before, div[class^="cms-attachment"] ul li a[href$=".doc"]:before,
    .pmt-attachment ul li a[file-name$=".docx"]:last-child:before, .pmt-attachment ul li a[file-name$=".doc"]:last-child:before {
        content: url(/Content/Admin/assets/layouts/images/icons/word.png);
    }

    div[class^="cms-attachment"] ul li a[href$=".xlsx"]:before, div[class^="cms-attachment"] ul li a[href$=".xls"]:before,
    .pmt-attachment ul li a[file-name$=".xlsx"]:last-child:before, .pmt-attachment ul li a[file-name$=".xls"]:last-child:before {
        content: url(/Content/Admin/assets/layouts/images/icons/excel.png);
    }

    div[class^="cms-attachment"] ul li a[href$=".pptx"]:before, div[class^="cms-attachment"] ul li a[href$=".ppt"]:before,
    .pmt-attachment ul li a[file-name$=".pptx"]:last-child:before, .pmt-attachment ul li a[file-name$=".ppt"]:last-child:before {
        content: url(/Content/Admin/assets/layouts/images/icons/power-point.png);
    }

    div[class^="cms-attachment"] ul li a[href$=".zip"]:before, div[class^="cms-attachment"] ul li a[href$=".rar"]:before,
    .pmt-attachment ul li a[file-name$=".zip"]:last-child:before, .pmt-attachment ul li a[file-name$=".rar"]:last-child:before {
        content: url(/Content/Admin/assets/layouts/images/icons/zip.png);
    }

    div[class^="cms-attachment"] ul li a[href$=".png"]:before, div[class^="cms-attachment"] ul li a[href$=".gif"]:before,
    div[class^="cms-attachment"] ul li a[href$=".jpg"]:before, div[class^="cms-attachment"] ul li a[href$=".jpeg"]:before,
    .pmt-attachment ul li a[file-name$=".jpg"]:last-child:before, .pmt-attachment ul li a[file-name$=".png"]:last-child:before,
    .pmt-attachment ul li a[file-name$=".gif"]:last-child:before, .pmt-attachment ul li a[file-name$=".jpeg"]:last-child:before {
        content: url(/Content/Admin/assets/layouts/images/icons/image.png);
    }

    div[class^="cms-attachment"] ul li a[href$=".pdf"]:before, .pmt-attachment ul li a[file-name$=".pdf"]:last-child:before {
        content: url(/Content/Admin/assets/layouts/images/icons/pdf.png);
    }

    div[class^="cms-attachment"] ul li a[href$=".mp4"]:before, .pmt-attachment ul li a[file-name$=".mp4"]:last-child:before {
        content: url(/Content/Admin/assets/layouts/images/icons/video.png);
    }


/* new noty box
    ul#noty_center_layout_container {
        left: auto !important;
        top: 20px !important;
        right: 20px !important;
        position: fixed !important;
        width: 310px !important;
        height: auto !important;
        margin: 0px !important;
        padding: 0px !important;
        list-style-type: none !important;
        z-index: 10000000 !important;
    }

        ul#noty_center_layout_container > li {
            margin: 4px 0px !important;
            border-radius: 5px !important;
            position: relative !important;
            border-left: 3px solid rgb(226, 83, 83) !important;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px !important;
            color: #000000 !important;
            text-align: left !important;
            width: 310px !important;
            cursor: pointer !important;
            min-height: 80px !important;
            background: none !important;
            background-color: rgb(255, 255, 255) !important;
        }

    .noty_bar > .noty_message {
        text-align: left !important;
    }*/

/*------------------------------------------------*/

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-float {
        float: none;
    }

    .navbar-nav li:not(:first-child) .navbar-container-style::after {
        display: none;
    }

    .bg-navbar-style {
        padding-bottom: 5px;
    }

    .coso-group {
        width: 100%;
    }

    .dtlt-group {
        width: 90%;
    }

    .hidden-content {
        display: none;
    }

    .radio-switch {
        font-size: 10px !important;
        flex-basis: 50%;
    }

    .span-head {
        flex-basis: 50%;
    }

    body[dkts-theme="DLSG"] .box-captcha img {
        left: 184px !important;
    }

    body[dkts-theme="DLSG"] .box-captcha input {
        left: 20px !important;
    }

    body[dkts-theme="DLSG"] .box-captcha a {
        left: 150px !important;
    }

    body[dkts-theme="HITU"] fieldset {
        background-color: aliceblue;
        overflow: hidden;
    }

    body[dkts-theme="HITU"] #divsocmnd,
    body[dkts-theme="HITU"] #dividtinhlop11,
    body[dkts-theme="HITU"] #dividhuyenlop11,
    body[dkts-theme="HITU"] #dividtruongptthlop11,
    body[dkts-theme="HITU"] #dividkhuvuc,
    body[dkts-theme="HITU"] #dividdoituong,
    body[dkts-theme="HITU"] #divngaycap {
        background-color: aliceblue;
    }

    body[dkts-theme="HITU"] #dividtruongptthlop11,
    body[dkts-theme="HITU"] #dividdoituong,
    body[dkts-theme="HITU"] #divngaycap {
        padding-bottom: 15px;
    }

    body[dkts-theme="HITU"] #lghokhauthuongtru,
    body[dkts-theme="HITU"] #lgnhangiaybao {
        color: blue;
    }

    .tra-cuu,
    .thong-bao-xt,
    .tai-lieu-hd,
    .header-site .login,
    .chuyen-trang-ts,
    .dang-ky {
        top: 0px !important;
        bottom: 0px;
        right: 0px;
        box-shadow: none;
    }

    .social-item {
        margin-bottom: 1rem;
    }

    .box-banner .title {
        font-size: 20px;
        line-height: 28px;
    }

    .box-banner .banner {
        display: none;
    }

    body {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /*Responsive Div Table*/
    .css_table {
        border: 0;
    }

        .css_table .css_thead, .css_table .css_tfoot {
            display: none;
        }

        .css_table .css_tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }

        .css_table .css_td, .css_table .css_sd {
            display: block;
            text-align: right;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
            border-left: 1px solid #ddd;
        }

            .css_table .css_td:last-child {
                border-bottom: 0;
            }

            .css_table .css_td:before, .css_table .css_sd:before {
                content: attr(data-label);
                float: left;
                text-transform: uppercase;
                font-weight: bold;
            }

    .table_scroll {
        height: auto !important;
    }

    .css_tr:nth-child(even) .css_td {
        background: #fff;
    }

    .css_td, .css_th, .css_sd {
        white-space: normal;
    }

    .countdown-timer .timer-background .timer .sub_timer .digit {
        font-size: 18px;
    }

    .countdown-timer .timer-background .timer .colon-timer {
        display: none;
    }

    #notfound .header-timer h1 {
        font-size: 30vw !important;
    }
}

@media (min-width: 992px) {
    .form-col5 .col-lg-1 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .coso-group {
        width: 100%;
    }

    .dtlt-group {
        width: 90%;
    }

    .fwrap {
        flex-wrap: unset;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }

    .coso-group {
        width: 60%;
    }

    .dtlt-group {
        width: 80%;
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        z-index: -99999999;
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        z-index: -99999999;
    }
}

.box-captcha {
    display: flex;
    position: relative;
    height: 40px;
    justify-content: center;
}

    .box-captcha br {
        display: none
    }

    .box-captcha img {
        height: 40px;
        width: 100px;
        position: relative;
        border-radius: 5px;
        margin: calc(0.375rem + 1px) calc(0.375rem);
    }

    .box-captcha input {
        height: 35px;
        position: relative;
        width: 125px;
        text-align: center;
        font-family: system-ui;
        border-radius: 5px;
        margin: calc(0.375rem + 1px) calc(0.375rem);
        font-weight: 600;
    }

    .box-captcha a {
        position: relative;
        background: url(img_chania.jpg) no-repeat;
        top: 8px;
        background-position: center;
        height: 24px;
        width: 24px;
        cursor: pointer;
        text-decoration: none;
        margin: calc(0.375rem + 1px) calc(0.375rem);
    }
