.banner-nvl-1 {
    position: relative
}

.banner-nvl-1 .img-wrap img {
    width: 100%
}

.banner-nvl-1 .img-wrap img.tablet {
    display: none
}

.banner-nvl-1 .img-wrap img.desktop {
    display: none
}

.banner-nvl-1 .banner-wrap {
    padding-top: 40%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%
}

.banner-nvl-1 .banner-wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-nvl-1 .banner-wrap .content-wrap .img-ngayhoi {
    display: none
}

.banner-nvl-1 .banner-wrap .content-wrap .register {
    margin: auto;
    max-width: 250px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #194d77;
    text-transform: uppercase;
    margin-top: 16px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(0deg, #ac8457 0, #e1dab5 51%, #c1a56b 100%);
    background-image: -ms-linear-gradient(0deg, #ac8457 0, #e1dab5 51%, #c1a56b 100%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25)
}

.banner-nvl-1 .banner-wrap .content-wrap .register p {
    margin-bottom: 0
}

.banner-nvl-1 .banner-wrap .content-wrap .countdown {
    margin-top: 15px
}

.banner-nvl-1 .banner-wrap .content-wrap .countdown p {
    color: #fff
}

.banner-nvl-1 .banner-wrap .content-wrap .countdown .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-nvl-1 .banner-wrap .content-wrap .countdown .time .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-nvl-1 .banner-wrap .content-wrap .countdown .time .date span {
    width: 34px;
    height: 34px;
    background: url(../img/border.png) no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px
}

.banner-nvl-1 .banner-wrap .content-wrap .countdown .time .date label {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    margin-left: 7px;
    font-weight: 300
}

.banner-nvl-1 .banner-wrap .content-wrap .link {
    margin-top: 10px;
    text-align: center
}

.banner-nvl-1 .banner-wrap .content-wrap .link a,
.banner-nvl-1 .banner-wrap .content-wrap .link span {
    color: #2db34b
}

.banner-nvl-1 .banner-wrap .content-wrap .link span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #2db34b;
    border-radius: 50%;
    color: #194d77;
    font-size: 16px
}

.banner-nvl-1 .banner-wrap .content-wrap .link span:before {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .banner-nvl-1 .img-wrap img.mobile {
        display: none
    }
    .banner-nvl-1 .img-wrap img.tablet {
        display: block
    }
    .banner-nvl-1 .banner-wrap {
        padding-top: 30%;
        width: initial
    }
    .banner-nvl-1 .banner-wrap .content-wrap .countdown {
        margin: auto;
        margin-top: 18px;
        max-width: 245px
    }
}

@media (min-width:992px) {
    .banner-nvl-1 .img-wrap img.tablet {
        display: none
    }
    .banner-nvl-1 .img-wrap img.desktop {
        display: block
    }
    .banner-nvl-1 .banner-wrap {
        padding-top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%
    }
    .banner-nvl-1 .banner-wrap .container {
        height: 100%
    }
    .banner-nvl-1 .banner-wrap .row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%
    }
    .banner-nvl-1 .banner-wrap .content-wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .banner-nvl-1 .banner-wrap .content-wrap .img-ngayhoi {
        display: block
    }
    .banner-nvl-1 .banner-wrap .content-wrap .img-ngayhoi img {
        width: 100%
    }
    .banner-nvl-1 .banner-wrap .content-wrap .register {
        margin: 24px 0 0 0;
        max-width: 100%
    }
    .banner-nvl-1 .banner-wrap .content-wrap .register p {
        font-size: 24px
    }
    .banner-nvl-1 .banner-wrap .content-wrap .countdown {
        margin: 32px 0 0 0;
        max-width: 100%
    }
    .banner-nvl-1 .banner-wrap .content-wrap .countdown .time {
        margin-top: 22px
    }
    .banner-nvl-1 .banner-wrap .content-wrap .countdown .time .date span {
        width: 60px;
        height: 60px;
        font-size: 30px
    }
    .banner-nvl-1 .banner-wrap .content-wrap .link {
        margin-top: 40px;
        text-align: right
    }
}

.banner-nvl-1 .banner-slick .slick-prev,
.banner-nvl-1 .banner-slick .slick-next {
    z-index: 40;
}

.banner-nvl-1 .banner-slick .slick-prev {
    left: 20px;
}

.banner-nvl-1 .banner-slick .slick-next {
    right: 20px;
}

.banner-nvl-1 .banner-slick .slick-prev:before {
    content: '\f104';
    font-family: 'Fontawesome';
    font-size: 30px
}

.banner-nvl-1 .banner-slick .slick-next:before {
    content: '\f105';
    font-family: 'Fontawesome';
    font-size: 30px
}

.banner-nvl-1 .banner-slick .slick-slide img.mobile {
    display: block;
}

.banner-nvl-1 .banner-slick .slick-slide img.desktop {
    display: none;
}

@media (min-width: 768px) {
    .banner-nvl-1 .banner-slick .slick-slide img.mobile {
        display: none;
    }
    .banner-nvl-1 .banner-slick .slick-slide img.desktop {
        display: block;
    }
}

.nvl-2 {
    background: #f1f1f3;
    position: relative;
    padding: 30px 0
}

@media (min-width:992px) {
    .nvl-2 {
        background: url(../img/form-bg.png) no-repeat;
        background-size: cover;
        padding-bottom: 140px
    }
}

.nvl-2 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #194d77;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px
}

@media (min-width:992px) {
    .nvl-2 h2 {
        font-size: 30px
    }
}

.nvl-2 p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #666;
    text-align: center
}

@media (min-width:992px) {
    .nvl-2 p {
        font-size: 18px
    }
}

.nvl-2 .img-wrap {
    display: none
}

.nvl-2 .form>.Module-1290>.ModuleContent>div>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nvl-2 .form .frm-wrap input {
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, .1);
    border: 0;
    font-size: 15.5px;
    color: #333;
}

.nvl-2 .form .frm-wrap .sl-control {
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, .1);
    border: 0;
    font-size: 15.5px;
    color: #333;
}

.nvl-2 .form .frm-wrap .sl-control:focus {
    -webkit-box-shadow: 0 0 .25rem #194d77;
    box-shadow: 0 0 .25rem #194d77
}

.nvl-2 .form .frm-wrap .form-group:nth-child(6) .rd-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: white;
    -webkit-box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, .1);
    padding: .375rem .75rem;
    height: 50px;
}

.nvl-2 .form .frm-wrap .form-group:nth-child(6) .rd-group:focus {
    -webkit-box-shadow: 0 0 .25rem #194d77;
    box-shadow: 0 0 .25rem #194d77
}

.nvl-2 .form .frm-wrap .form-group:nth-child(6) .rd-group .radio-control {
    height: 50px;
    border-radius: 0;
    border: 0;
    font-size: 15.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    width: 110px;
    padding: 0;
    box-shadow: none;
}

.nvl-2 .form .frm-wrap .form-group:nth-child(6) .rd-group .radio-control label,
.nvl-2 .form .frm-wrap .form-group:nth-child(6) .rd-group .radio-control input {
    margin: 0;
    font-weight: 400;
    box-shadow: none;
    color: #333;
}

.nvl-2 .form .frm-wrap .form-group:nth-child(6) .rd-group .radio-control input:focus {
    outline: none;
    border: 0;
}

.nvl-2 .form .label-rbl {
    font-weight: 400;
    font-size: 15.5px;
    margin-bottom: 0;
    width: calc(100% - 110px);
}

.nvl-2 .form .frm-wrap input::-webkit-input-placeholder {
    color: #333
}

.nvl-2 .form .frm-wrap input:-ms-input-placeholder {
    color: #333
}

.nvl-2 .form .frm-wrap input::-ms-input-placeholder {
    color: #333
}

.nvl-2 .form .frm-wrap input::placeholder {
    color: #333
}

.nvl-2 .form .frm-wrap input:focus {
    -webkit-box-shadow: 0 0 .25rem #194d77;
    box-shadow: 0 0 .25rem #194d77
}

.nvl-2 .form .frm-wrap span {
    display: inline;
    color: red;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 300
}

.nvl-2 .form .frm-wrap span:before {
    font-family: Fontawesome
}
.nvl-2 .form .btn-wrap .RadAsyncUpload.RadUpload.RadUpload_Simple.asynupload {
    text-align: right;
	margin-left: auto;
	width: 100%;
}
.nvl-2 .form .btn-wrap .RadAsyncUpload.RadUpload.RadUpload_Simple.asynupload .ruInputs li:last-child{
    display: none;
}

.nvl-2 .btn-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nvl-2 .btn-wrap a {
    color: #2db34b;
    text-align: right;
    display: block;
    font-weight: 700;
    text-decoration: underline
}

.nvl-2 .btn-wrap a .fa {
    margin-right: 8px
}

.nvl-2 .btn-wrap .btn-send {
    background: #194d77;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    min-width: 100px
}

.nvl-2 .detail {
    margin-top: 3rem;
}

.nvl-2 .detail a {
    justify-content: center;
    display: flex;
    min-width: 1px;
    padding: .5rem 1rem;
    margin: auto;
    text-decoration: none;
    color: #3b5998;
}

.nvl-2 .detail a:hover p {
    color: #194d77;
    text-decoration: underline;
}

.nvl-2 .detail a span {
    display: flex;
    align-items: center;
    margin-right: .75rem;
    display: flex;
    align-items: center;
    font-size: 30px;
}

.nvl-2 .detail a p {
    margin-bottom: 0;
}

.nvl-2 #ctl00_mainContent_ctl01_divCaptcha.captcha {
    display: flex;
    align-items: center;
    padding: 0;
}

.nvl-2 #ctl00_mainContent_ctl01_divCaptcha.captcha .control-label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 28px;
    min-width: 150px;
}

.nvl-2 #ctl00_mainContent_ctl01_captcha {
    position: relative;
}

.nvl-2 #ctl00_mainContent_ctl01_captcha span {
    position: absolute;
    right: 10px;
    top: 16px;
}

.nvl-2 #ctl00_mainContent_ctl01_captcha_ctl01 {
    max-width: 120px;
}

.nvl-2 #ctl00_mainContent_ctl01_captcha_SpamProtectorPanel {
    display: flex;
    justify-content: flex-end;
}

.nvl-2 #ctl00_mainContent_ctl01_captcha_SpamProtectorPanel>p {
    margin-bottom: 0;
    flex: 1;
    max-width: 401px;
}

@media (max-width: 767.98px) {
    .nvl-2 #ctl00_mainContent_ctl01_divCaptcha.captcha {
        flex-direction: column;
        align-items: flex-start;
    }
    .nvl-2 #ctl00_mainContent_ctl01_divCaptcha.captcha>.col-sm-9 {
        width: 100%;
    }
    .nvl-2 #ctl00_mainContent_ctl01_captcha_ctl01 {
        max-width: 100%;
        width: 150px;
    }
    .nvl-2 #ctl00_mainContent_ctl01_divCaptcha.captcha .control-label {
        margin-bottom: 7px;
    }
}

@media (min-width: 768px) {
    .nvl-2 #ctl00_mainContent_ctl01_divCaptcha.captcha {
        justify-content: center;
    }
    .nvl-2 #ctl00_mainContent_ctl01_divCaptcha.captcha>.col-sm-9 {
        width: 450px;
    }
    .nvl-2 #ctl00_mainContent_ctl01_divCaptcha.captcha .control-label {
        max-width: 160px;
    }
    .nvl-2 #ctl00_mainContent_ctl01_captcha_SpamProtectorPanel>p {
        margin-left: 25px;
    }
}

.nvl-3 {
    padding: 30px 0;
    background: url(../img/content_bg.jpg) no-repeat;
    background-size: cover
}

.nvl-3>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nvl-3 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .nvl-3 h2 {
        font-size: 30px;
        margin-bottom: 50px
    }
}

.nvl-3 h3 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .nvl-3 h3 {
        font-size: 18px
    }
}

.nvl-3 p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px
}

.nvl-3 p span {
    display: inline-block;
    min-width: 50px;
    width: 120px
}

.nvl-3 p strong {
    font-weight: 700
}

.nvl-3 .bottom {
    margin-top: 20px
}

@media (min-width:992px) {
    .nvl-3 .bottom {
        margin-top: 36px
    }
}

.nvl-3 .bottom,
.nvl-3 .top {
    width: initial
}

.nvl-4 {
    padding-top: 43px;
    padding-bottom: 100px;
    position: relative
}

.nvl-4 .btn-back {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    background: #2db34b;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.nvl-4 .btn-back span {
    color: #fff;
    font-size: 30px
}

.nvl-4 .btn-back span:before {
    width: 32px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nvl-4 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #194d77;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 14px
}

@media (min-width:992px) {
    .nvl-4 h2 {
        font-size: 30px
    }
}

.nvl-4 p.title-desc {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #666;
    text-align: center;
    background: -moz-linear-gradient(0deg, rgba(104, 80, 46, 1) 0%, rgba(191, 134, 32, 1) 50%, rgba(104, 80, 46, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(104, 80, 46, 1)), color-stop(50%, rgba(191, 134, 32, 1)), color-stop(100%, rgba(104, 80, 46, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(104, 80, 46, 1) 0%, rgba(191, 134, 32, 1) 50%, rgba(104, 80, 46, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(104, 80, 46, 1) 0%, rgba(191, 134, 32, 1) 50%, rgba(104, 80, 46, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(104, 80, 46, 1) 0%, rgba(191, 134, 32, 1) 50%, rgba(104, 80, 46, 1) 100%);
    /* ie10+ */
    background: linear-gradient(90deg, rgba(104, 80, 46, 1) 0%, rgba(191, 134, 32, 1) 50%, rgba(104, 80, 46, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#68502E', endColorstr='#68502E', GradientType=1);
    /* ie6-9 */
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.nvl-4 p.title-desc strong {
    font-size: 26px;
}

@media (min-width:992px) {
    .nvl-4 p.title-desc {
        font-size: 26px
    }
    .nvl-4 p.title-desc strong {
        font-size: 34px;
    }
}

.nvl-4 .table-responsive {
    width: 100%;
    display: table;
}

.nvl-4 .table-responsive thead tr {
    background: #194d77
}

.nvl-4 .table-responsive thead tr th {
    border: 1px solid #ccc;
    height: 50px;
    font-weight: 800;
    color: #fff
}

.nvl-4 .table-responsive thead tr th:first-child {
    width: 75%;
    text-align: left;
    padding-left: 1rem;
}

.nvl-4 .table-responsive thead tr th:last-child {
    width: 25%;
    text-align: center;
    padding: 0
}


/* .nvl-4 .table-responsive thead tr th:nth-child(2) {
    padding-left: 10px
}

@media (min-width:992px) {
    .nvl-4 .table-responsive thead tr th:nth-child(2) {
        padding-left: 25px
    }
} */

.nvl-4 .table-responsive tbody tr td {
    color: #333;
    font-size: 14px;
    height: 40px;
    border: 1px solid #ccc
}

.nvl-4 .table-responsive tbody tr td p {
    margin-bottom: 0;
    color: #333;
    background: none;
    -webkit-text-fill-color: initial;
    -webkit-background-clip: initial;
}

.nvl-4 .table-responsive tbody tr td a {
    color: #333;
    font-size: 14px;
    height: 40px;
    border: 1px solid #ccc;
    text-decoration: none;
    border: 0;
}

.nvl-4 .table-responsive tbody tr td a:hover {
    color: #194d77;
}

.nvl-4 .table-responsive tbody tr td:first-child {
    width: 75%;
    text-align: left;
    padding-left: 1rem;
}

.nvl-4 .table-responsive tbody tr td:last-child {
    width: 20%;
    text-align: center;
    padding: 0
}


/* .nvl-4 .table-responsive tbody tr td:nth-child(2) {
    padding-left: 10px
}

@media (min-width:992px) {
    .nvl-4 .table-responsive tbody tr td:nth-child(2) {
        padding-left: 25px
    }
} */

.nvl-4 .table-responsive tbody tr td:nth-child(2) a {
    color: #333;
    text-decoration: none
}

.nvl-4 .table-responsive tbody tr.tr-tiltle td {
    background: #f8e4b4;
    font-size: 16px;
    color: #333;
    font-weight: 700
}

body.show-menu .menu-fixed {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -11px -3px 24px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -11px -3px 24px -8px rgba(0, 0, 0, 0.3);
    box-shadow: -11px -3px 24px -8px rgba(0, 0, 0, 0.3);
}

.header-content .hotline {
    text-align: right;
}

.header-content .hotline a {
    font-size: 15px;
    color: #354772;
}

.header-content .hotline a strong {
    font-size: 20px;
    color: #2db34b;
}

footer {
    clear: both;
}

footer .ft-info a {
    color: #313e4c;
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    footer .ft-info {
        text-align: center;
        font-size: 13px;
    }
}

footer .ft-socical {
    text-align: center;
}

footer .ft-socical ul li {
    list-style: none;
    display: inline-block;
}

footer .ft-socical ul li a {
    color: #2db34b;
    font-size: 22px;
    margin-left: 10px;
    transition: all 0.3s;
}

.Module-140 {
    margin-bottom: 15px;
}

.middle-fullwidth {
    padding: 0!important
}


.nvl-2 .Module-1294 .frm-wrap .form-group:nth-child(6){
	display: none;
}

/*# sourceMappingURL=main.min.css.map */