@charset "UTF-8";
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
}

body.no-scroll {
    overflow: hidden;
}

input, input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.eff-zoom {
    overflow: hidden;
}

.eff-zoom > img {
    transition: .5s;
}

.eff-zoom:hover > img {
    transform: scale(1.05);
    transition: .3s;
}

.gutter-14 {
    margin: 0 -7px;
}

.gutter-14 [class^="col"] {
    padding: 0 7px;
}

@media (max-width: 991px) {
    .order-lg--1 {
        order: -1;
    }
}

.m-heading {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px rgba(0, 0, 0, 0.3);
    padding: 6px 29px;
    background: url("../images/header-lighting-bg-2.png") no-repeat right bottom, linear-gradient(to top, #2b4e74, #2b4e74);
}

.m-heading--center {
    padding: 6px;
    text-align: center;
}

.m-panel {
    border: 1px solid #e6e6e6;
    border-bottom: 6px solid #2b4e74;
    margin-bottom: 15px;
}

.limit-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.limit-line--2 {
    -webkit-line-clamp: 2;
}

.limit-line--3 {
    -webkit-line-clamp: 3;
}

.limit-line--4 {
    -webkit-line-clamp: 4;
}

.df {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.df-nowrap {
    flex-wrap: no-wrap;
}

.df-stretch {
    align-items: stretch;
}

.flex-fluid {
    flex: 1 0 0;
}

.mn-time {
    font-size: 12px;
    color: #999999;
    margin-bottom: 0;
}

.mn-time::before {
    content: '\f017';
    font-family: 'FontAwesome';
    margin-right: 6px;
}

.mn-time.f-14 {
    font-size: 14px;
}

.mn-time.date::before {
    content: '\f073';
}

.img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-fit-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-100 {
    width: 100%;
}

.m-text-box {
    padding-bottom: 20px;
}

.m-text-box--border {
    border: 1px solid #e6e6e6;
    padding: 25px;
}

.m-text-box > p {
    margin-bottom: 0;
    text-align: justify;
}

.m-text-box > img {
    display: block;
    width: 100%;
    margin: 20px auto;
}

.wrap-o {
    position: relative;
}

.wrap-o > iframe,
.wrap-o > object,
.wrap-o > embed,
.wrap-o > img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.wrap-o--yt::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}

.m-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t-12 {
    font-size: 12px;
}

.t-14 {
    font-size: 14px;
}

.t-16 {
    font-size: 16px;
}

.t-bold {
    font-size: bold;
}

.t-italic {
    font-style: italic;
}

.t-uppercase {
    text-transform: uppercase;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-center {
    text-align: center;
}

.t-justify {
    text-align: justify;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-last-0:last-child {
    margin-bottom: 0;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-last-0:last-child {
    padding-bottom: 0;
}

.cl-text {
    color: #333333;
}

.cl-white {
    color: #fff;
}

.cl-black {
    color: #000;
}

.cl-inherit, .cl-inherit:hover {
    color: inherit;
}

.bd-1 {
    border: 1px solid #e6e6e6;
}

.bd-0 {
    border: 0;
}

.bb-1 {
    border-bottom: 1px solid #e6e6e6;
}

.ft {
    position: relative;
    z-index: 1;
}

.ft::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
}

.m-register__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    background: url("../images/register-bg.png") no-repeat;
    background-size: cover;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.m-register__left {
    display: flex;
    width: 450px;
    align-items: center;
    border-right: 2px dotted #000;
    padding: 0 0 0 56px;
}

.m-register__text {
    margin-right: 35px;
}

.m-register__right {
    flex: 1 0 0;
    padding: 0 146px 0 36px;
}

.m-register__social {
    display: flex;
}

.m-register__link {
    display: block;
    width: 58px;
    margin-right: 40px;
}

.m-register__link:last-child {
    margin-right: 0;
}

.m-register__icon {
    width: 100%;
    border-radius: 12px;
}

.m-register__heading {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.m-register__number {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #f69319;
}

.m-register__form {
    display: flex;
    align-items: center;
}

.m-register__input {
    flex: 1 0 0;
    border: 1px solid #e6e6e6;
    padding: 7px 19px 8px;
}

.m-register__btn {
    background-color: #2b4e74;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 2px;
    border: 0;
    padding: 0 16px;
    border-radius: 18px;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .m-register__left {
        padding: 0 40px;
    }

    .m-register__right {
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .m-register__left {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 3px dotted #fff;
    }

    .m-register__heading {
        text-align: center;
    }

    .m-register__number {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .m-register__left {
        padding: 0 15px 20px;
        flex-wrap: wrap;
    }

    .m-register__text {
        margin: 0 auto 20px;
    }

    .m-register__social {
        width: 100%;
        justify-content: center;
    }

    .m-register__right {
        padding: 0 15px;
    }

    .m-register__form {
        flex-wrap: wrap;
    }

    .m-register__input {
        flex: 0 0 100%;
    }

    .m-register__btn {
        margin: 15px auto 0;
    }
}

.quicklink {
    position: fixed;
    top: 50%;
    right: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateY(-50%);
}

.quicklink__item {
    margin-bottom: 20px;
}

.quicklink__item:last-child {
    margin-bottom: 0;
}

.quicklink__link {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #2b4e74;
}

.quicklink__icon {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 991px) {
    .quicklink {
        display: block;
        z-index: 999999;
    }
}

.m-breadcrumb {
    padding: 20px 0;
}

.m-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
}

.m-breadcrumb__item + .m-breadcrumb__item::before {
    content: '/';
    display: inline-block;
    margin: 0 3px 0 5px;
}

.m-breadcrumb__link {
    font-size: 14px;
}

.m-breadcrumb__link, .m-breadcrumb__link:hover {
    color: #333333;
}

.m-breadcrumb__item:last-child .m-breadcrumb__link {
    color: #2b4e74;
}

.m-paging .pagination {
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

.m-paging .page-item + .page-item {
    margin-left: 4px;
}

.m-paging .page-link {
    display: block;
    padding: 11px 16px 10px;
    border: 1px solid #bbbbbb;
    font-size: 16px;
    font-weight: 500;
}

.m-paging .page-link, .m-paging .page-link:hover {
    color: #000;
}

.m-paging .page-item.active > .page-link {
    background-color: #2b4e74;
    color: #fff;
    border-color: transparent;
}

@media (max-width: 575px) {
    .m-paging .page-link {
        font-size: 12px;
        padding: 7px 10px 5px;
    }
}

.m-news {
    display: flex;
    align-items: flex-start;
}

.m-news__iwrap {
    display: block;
    width: 163px;
    margin-right: 27px;
}

.m-news__img {
    width: 100%;
}

.m-news__body {
    flex: 1 0 0;
}

.m-news__title {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
}

.m-news__title:hover {
    color: #2b4e74;
}

.m-news__desc {
    max-height: 80px;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 575px) {
    .m-news__iwrap {
        width: 120px;
        margin-right: 15px;
    }
}

.m-course {
    display: flex;
    align-items: flex-start;
}

.m-course__iwrap {
    display: block;
    width: 163px;
    margin-right: 28px;
}

.m-course__img {
    width: 100%;
}

.m-course__body {
    flex: 1 0 0;
}

.m-course__title {
    font-size: 16px;
    font-weight: bold;
    color: #2b4e74;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.m-course__desc {
    font-size: 14px;
    line-height: 20px;
    max-height: 52px;
    margin-bottom: 11px;
}

.m-course__btnwrap {
    text-align: right;
}

.m-course__btn {
    display: inline-block;
    background-color: #2b4e74;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 26px;
    border-radius: 2px;
}

.m-course__btn:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 575px) {
    .m-course__iwrap {
        width: 100px;
        margin-right: 15px;
    }

    .m-course__title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .m-course__btnwrap {
        text-align: left;
    }
}

.ct-form {
    padding: 15px 18px 0 30px;
    margin-bottom: 45px;
    border: 1px solid #e6e6e6;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

.ct-form__title {
    margin-left: 117px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ct-form__group {
    display: flex;
    margin-bottom: 20px;
}

.ct-form__label {
    width: 117px;
    line-height: 35px;
    margin-bottom: 0;
}

.ct-form__label.required::after {
    content: '*';
    display: inline-block;
    margin-left: 6px;
    color: #f00;
}

.ct-form__input, .ct-form__textarea {
    flex: 1 0 0;
    padding: 4px 10px 5px;
    border: 1px solid #e6e6e6;
}

.ct-form__btnwrap {
    text-align: center;
    margin: -10px 0 11px 117px;
}

.ct-form__btn {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    padding: 0 18px;
    border: 0;
    background-color: #f00;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 575px) {
    .ct-form {
        padding: 15px;
    }

    .ct-form__title {
        margin-left: 0;
    }

    .ct-form__group {
        flex-wrap: wrap;
    }

    .ct-form__label {
        width: 100%;
    }

    .ct-form__btnwrap {
        margin-left: 0;
    }
}

.m-contact {
    margin-bottom: 45px;
}

.m-contact__title {
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.m-contact__info {
    font-size: 16px;
    line-height: 25px;
}

.m-contact__mapwrap {
    margin-top: 40px;
}

.m-contact__mapwrap iframe {
    width: 100%;
    height: 228px;
}

.l-header__banner {
    margin-bottom: 15px;
}

.l-navigation {
    margin-bottom: 10px;
}

.h-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 5px solid #2b4e74;
    background: linear-gradient(to top, #fafafa, #fff);
}

.h-menu__item {
    position: relative;
}

.h-menu__item + .h-menu__item {
    flex-grow: 1;
}

.h-menu__item + .h-menu__item::before {
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #f2f2f2, #d8d8d8, #fff);
    position: absolute;
    top: 0;
    left: 0;
}

.h-menu__item--home {
    max-width: 75px;
}

.h-menu__item--close {
    display: none;
}

.h-menu__link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    padding: 12px 0 11px;
}

.h-menu__link:hover {
    color: #2b4e74;
    text-decoration: none;
}

.h-menu__link--home {
    display: block;
    width: 55px;
    height: 48px;
    margin-top: -6px;
    margin-left: auto;
    background-color: #2b4e74;
    position: relative;
}

.h-menu__icon {
    width: 35px;
    height: 31px;
}

.h-menu-2 {
    display: none;
    min-width: 280px;
    background-color: rgba(55, 184, 235, 0.8);
    list-style: none;
    position: absolute;
    z-index: 200;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

.h-menu-2__item {
    border-bottom: 1px solid #fff;
    position: relative;
}

.h-menu-2__item:hover {
    background-color: #2b4e74;
}

.h-menu-2__item.h-dropdown::after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    font-size: 20px;
}

.h-menu-2__link {
    display: block;
    padding: 14px 19px 13px;
    color: #fff;
}

.h-menu-2__link:hover {
    color: #fff;
    text-decoration: none;
}

.h-menu-3 {
    display: none;
    min-width: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: calc(100% + 1px);
    z-index: 1;
    background-color: rgba(55, 184, 235, 0.8);
}

.h-menu-3__item {
    border-bottom: 1px solid #fff;
}

.h-menu-3__item:hover {
    background-color: #2b4e74;
}

.h-menu-3__link {
    display: block;
    padding: 14px 19px 13px;
    color: #fff;
}

.h-menu-3__link:hover {
    color: #fff;
    text-decoration: none;
}

.h-dropdown:hover > .h-dropdown__menu {
    display: block;
}

.h-dropdown__toggle.h-menu-2__link {
    margin-right: 45px;
}

.h-menu-btn {
    display: none;
}

@media (max-width: 991px) {
    .l-navigation {
        background: linear-gradient(to top, #fafafa, #fff);
        border-top: 1px solid #e6e6e6;
        border-bottom: 5px solid #2b4e74;
    }

    .h-menu {
        width: 300px;
        height: 100vh;
        flex-wrap: wrap;
        align-content: flex-start;
        overflow-x: hidden;
        overflow-y: auto;
        border-bottom: 0;
        background: #2b4e74;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
        position: fixed;
        z-index: 1001;
        top: 0;
        left: -100%;
        transition: left .3s;
    }

    .h-menu.is-show {
        left: 0;
    }

    .h-menu__item {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

    .h-menu__item::before {
        display: none;
    }

    .h-menu__item.h-dropdown::after {
        content: '\f105';
        font-family: 'FontAwesome';
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 8px;
        right: 8px;
        color: #fff;
        font-size: 20px;
    }

    .h-menu__item--home {
        max-width: unset;
    }

    .h-menu__item--close {
        flex-grow: 0 !important;
        display: flex;
        width: 50px;
        height: 40px;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        color: #fff;
        font-size: 25px;
        border-bottom: 0;
    }

    .h-menu__link {
        color: #fff;
        text-align: left;
        padding: 12px;
    }

    .h-menu__link:hover {
        color: #fff;
    }

    .h-menu__link--home {
        margin-left: 0;
    }

    .h-menu-2 {
        position: static;
        background-color: #fff;
    }

    .h-menu-2__item {
        border-bottom: 1px solid #e6e6e6;
    }

    .h-menu-2__item:last-child {
        border-bottom: 0;
    }

    .h-menu-2__item:hover {
        background: 0;
    }

    .h-menu-2__item.h-dropdown::after {
        color: #333333;
    }

    .h-menu-2__link {
        color: #333333;
    }

    .h-menu-2__link:hover {
        color: #333333;
    }

    .h-menu-3 {
        position: static;
        background-color: #f4f4f4;
    }

    .h-menu-3__item {
        border-bottom: 1px dashed #e6e6e6;
    }

    .h-menu-3__item:last-child {
        border-bottom: 0;
    }

    .h-menu-3__link {
        color: #333333;
    }

    .h-menu-3__link:hover {
        color: #333333;
    }

    .h-dropdown:hover > .h-dropdown__menu {
        display: none;
    }

    .h-dropdown__toggle {
        margin-right: 45px;
        border-right: 1px dashed #e6e6e6;
    }

    .mobile-filter {
        width: 100vw;
        max-width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: .0;
        position: fixed;
        top: 0;
        left: -100%;
        transition: left 0s .3s, opacity .3s;
    }

    .mobile-filter.is-show {
        left: 0;
        opacity: .5;
        transition: left 0s, opacity .3s;
    }

    .h-menu-btn {
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        border: 0;
        background: 0;
        border-radius: 5px;
        color: #666666;
        font-size: 20px;
        cursor: pointer;
    }
}

.l-footer__inner {
    background-color: #2b4e74;
    background-size: cover;
    color: #fff;
    padding: 32px 30px 0;
}

.l-footer__heading {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 2px solid #f69319;
    padding-bottom: 6px;
    margin-bottom: 26px;
}

.l-footer__map {
    height: 180px;
}

.l-footer__copyright {
    text-align: center;
    border-top: 1px solid #fff;
    margin-bottom: 0;
    padding: 15px 0;
}

.f-contact {
    font-size: 14px;
    line-height: 30px;
}

.f-statistic {
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
}

.f-statistic__item {
    margin-bottom: 11px;
}

.f-statistic__item:last-child {
    margin-bottom: 0;
}

.f-statistic__icon {
    height: 14px;
    margin-right: 15px;
}

.f-social {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-social__item {
    margin-right: 14px;
}

.f-social__item:last-child {
    margin-right: 0;
}

.f-social__icon {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

@media (max-width: 575px) {
    .l-footer__inner {
        padding: 30px 15px 0;
    }
}

.as-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as-list__item {
    border-bottom: 1px solid #e6e6e6;
}

.as-list__item:last-child {
    border-bottom: 0;
}

.as-list__link {
    display: block;
    padding: 11px 12px 10px 39px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    position: relative;
}

.as-list__link::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon-flower.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    left: 12px;
}

.as-list__link:hover {
    color: #2b4e74;
    text-decoration: none;
}

.as-video {
    height: 135px;
}

.id-intro-carousel {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.id-intro-carousel__prev, .id-intro-carousel__next {
    width: 10%;
}

.id-partner {
    margin: 15px 20px;
}

.id-imgs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px 17px 13px 18px;
    list-style: none;
}

.id-imgs__item {
    width: 33.333%;
    padding: 0 1px 0 2px;
    margin-bottom: 3px;
}

.id-imgs__wrap-i {
    display: block;
    position: relative;
}

.id-imgs__wrap-i::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    transition: opacity .3s;
}

.id-imgs__wrap-i:hover::before {
    opacity: 0.3;
}

.id-imgs__img {
    width: 100%;
}

.id-course {
    position: relative;
}

.id-course__link {
    display: flex;
    align-items: baseline;
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 8px 0 20px;
    background-color: #dddddd;
    position: absolute;
    bottom: 13px;
    right: 5px;
}

.id-course__link::before {
    content: '';
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 5px solid #f4f4f4;
    border-right: 5px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.id-course__link i.fa {
    margin-left: 9px;
}

.id-course__link:hover {
    color: #fff;
    background-color: #2b4e74;
    text-decoration: none;
}

.id-course__big {
    padding: 13px 19px 0;
}

.id-course__heading {
    font-size: 16px;
    font-weight: 600;
    color: #2b4e74;
    margin: 7px 0 10px;
    min-height: 38px;
}

.id-course__list {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f4f4f4;
}

.id-course__item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
    padding: 14px 10px;
}

.id-course__item:last-child {
    margin-bottom: 0;
}

.id-course__wrap-i {
    display: block;
    width: 84px;
    margin-right: 13px;
    border: 1px solid #fff;
}

.id-course__heading-2 {
    flex: 1 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #2b4e74;
    margin-bottom: 0;
}

.m-gallery {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    display: none;
}

.m-gallery.active {
    display: block;
}

.m-gallery__close {
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
}

.m-gallery__close:hover, .m-gallery__close:focus {
    color: #fff;
}

.m-gallery__list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.m-gallery__iwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0;
}

.m-gallery__iwrap.active {
    transition: opacity .8s;
    opacity: 1;
}

.m-gallery__img {
    max-width: 100%;
    max-height: 100%;
}

.m-gallery__prev, .m-gallery__next {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: 0;
    position: absolute;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    background-color: #fff;
    color: #333333;
    font-size: 18px;
    opacity: 0.6;
    cursor: pointer;
}

.m-gallery__prev:hover, .m-gallery__next:hover {
    opacity: 1;
}

.m-gallery__next {
    left: auto;
    right: 5px;
    transform: translateY(-50%) rotateY(180deg);
}

.nl-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.nl-list__item {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.nd-post {
    padding: 26px 0 20px;
    font-size: 14px;
    text-align: justify;
}

.nd-post > p {
    margin-bottom: 0;
}

.nd-post > img {
    display: block;
    width: 100%;
    margin: 20px auto;
}

.nd-relate {
    margin-bottom: 34px;
}

.nd-relate__heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.nd-relate__list {
    margin: 0;
    padding-left: 11px;
    list-style: none;
}

.nd-relate__item {
    position: relative;
    margin-bottom: 11px;
}

.nd-relate__item::before {
    content: '';
    border: 5px solid;
    border-color: transparent transparent transparent #2b4e74;
    position: absolute;
    top: 4px;
    left: -11px;
}

.nd-relate__link {
    color: #333333;
}

.nd-relate__link:hover {
    color: #333333;
}

.nd-tabs {
    margin-left: 1px;
}

.nd-tabs .nav-link {
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e6e6e6;
}

.nd-tabs .nav-link.active {
    background-color: #2b4e74;
    box-shadow: 0 0 0 1px #2b4e74;
}

.nd-tabs-content {
    border-left: 3px solid #2b4e74;
    padding-left: 15px;
}

.m-form {
    padding: 12px 0 0;
}

.m-form--border {
    border: 1px solid #2b4e74;
    padding: 20px;
}

.m-form__note {
    color: #f00;
    font-size: 12px;
}

.m-form__heading {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 14px;
}

.m-form__heading--blue {
    color: #2b4e74;
}

.m-form__group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 15px;
}

.m-form__label {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 0;
    min-width: 227px;
}

.m-form__label--right {
    text-align: right;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .m-form__label--right {
        text-align: left;
    }
}

.m-form__label.required::after {
    content: ' *';
    color: #f00;
}

.m-form__fluid {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex: 1 0 0;
}

.m-form__fluid input {
    margin-right: 4px;
}

.m-form__fluid label {
    cursor: pointer;
    margin: 0;
}

.m-form__input, .m-form__select, .m-form__textarea {
    flex: 1 0 0;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding: 6px 10px;
    border-radius: 3px;
}

.m-form__select {
    max-width: calc(100% - 227px);
    overflow: hidden;
}

.m-form__input-mxw150 {
    max-width: 150px;
}

.m-form__btn {
    display: inline-block;
    background: 0;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    min-width: 150px;
    text-align: center;
    padding: 13px 15px 11px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

.m-form__btn + .m-form__btn {
    margin-left: 15px;
}

.m-form__btn--blue {
    border-color: transparent;
    background-color: #2b4e74;
    color: #fff;
}

.m-form__btn--blue:hover {
    color: #fff;
}

.m-form__captcha {
    height: 34px;
}

.m-form__refresh {
    display: flex;
    width: 40px;
    height: 34px;
    justify-content: center;
    align-items: center;
    color: #2b4e74;
    font-size: 20px;
    cursor: pointer;
}

.m-form__refresh:hover {
    color: #2b4e74;
    text-decoration: none;
}

@media (max-width: 767px) {
    .m-form {
        margin-bottom: 50px;
    }

    .m-form__label {
        width: 100%;
    }

    .m-form__label--noBreak {
        width: auto;
        min-width: unset;
    }

    .m-form__input-mxw150 {
        max-width: 100px;
    }

    .m-form__btn {
        min-width: 135px;
    }

    .m-form__select {
        max-width: 100%;
    }
}

.m-customer {
    margin-bottom: 30px;
}

.m-customer__subheading {
    font-size: 14px;
    text-transform: uppercase;
    color: #2b4e74;
    margin-top: 25px;
    margin-bottom: 28px;
}

.m-customer__group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.m-customer__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0;
    min-width: 150px;
}

.m-customer__input {
    flex: 1 0 0;
    height: 34px;
    min-width: 0;
    border: 1px solid #e6e6e6;
    padding: 8px 10px;
}

.m-customer__btn {
    display: inline-block;
    min-width: 134px;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    border: 0;
    background-color: #2b4e74;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.tbl {
    width: 100%;
    border: 1px solid #e6e6e6;
}

.tbl__thead {
    border-bottom: 2px solid #2b4e74;
    background: linear-gradient(to top, #fafafa, #fff);
}

.tbl__th, .tbl__td {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
}

.tbl__th--min, .tbl__td--min {
    width: 1%;
    white-space: nowrap;
}

.tbl__th--name, .tbl__td--name {
    min-width: 150px;
}

.tbl__th + .tbl__th {
    position: relative;
}

.tbl__th + .tbl__th::before {
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #f6f6f6, #d9d9d9, #fdfdfd);
    position: absolute;
    top: 0;
    left: 0;
}

.tbl__tr {
    border-bottom: 1px solid #e6e6e6;
}

.tbl__tr:last-child {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .m-customer__label {
        width: 100%;
    }

    .tbl__thead {
        display: none;
    }

    .tbl__tr {
        display: block;
        padding: 10px 0;
    }

    .tbl__tr:nth-child(even) {
        background-color: #f4f4f4;
    }

    .tbl__td {
        display: block;
        padding: 8px 10px;
        padding-left: 140px;
        position: relative;
    }

    .tbl__td::before {
        content: 'T├¬n kh├ích h├áng';
        display: inline-block;
        max-width: 130px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        position: absolute;
        left: 9px;
        top: 5px;
    }

    .tbl__td:nth-child(2)::before {
        content: "Ti├¬u chuß║⌐n";
    }

    .tbl__td:nth-child(3)::before {
        content: "Phß║ím vi chß╗⌐ng nhß║¡n";
    }

    .tbl__td:nth-child(4)::before {
        content: "Sß╗æ chß╗⌐ng chß╗ë";
    }

    .tbl__td:nth-child(5)::before {
        content: "T├¼nh trß║íng";
    }
}

/*add*/
li.id-course__item.list_category {
    margin-bottom: 7px;
}