@font-face {
    font-family: Open Sans;
    src: url(../../fonts/open_sans/OpenSans-Light.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Open Sans;
    src: url(../../fonts/open_sans/OpenSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Open Sans;
    src: url(../../fonts/open_sans/OpenSans-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Barlow Condensed;
    src: url(../../fonts/barlow/BarlowCondensed-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Barlow Condensed;
    src: url(../../fonts/barlow/BarlowCondensed-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto-Regular.ttf);
    font-weight: 600;
    font-style: normal;
}
*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
html{
    font-size: 16px;
}
body
{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #131633;
}
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0px;
}
ul.list-styled
{
    list-style: inherit;
}
a {
    color: #0E689B;
}
p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p:last-of-type
{
    margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
    position: relative;
    color: #FF6347;
}
p a:hover
{
    opacity: 0.8;
}
p a:hover::after
{
    opacity: 0.2;
}

h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    color: #384158;
    margin-bottom: 0;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
[v-cloak] {
    display: none;
}
.clear
{
    clear: both;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
    padding: 0px !important;
}
.section_title, .sidebar_section_title, .course_title, .sidebar_feature .course_price, .course_info_title {
    font-family: "RobotoCondensed", Arial;
}
.display-hide{
    display: none;
}
/* Trang chu */
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}

.text-white {
    color: #FFF !important;
}
.text-black {
    color: #131633 !important;
}

.text-blue {
    color: #0E689B !important;
}

.text-red {
    color: #ED5050;
}

.text-opacity {
    opacity: 0.95;
}

.fs-14 {
    font-size: 14px !important;
}

.item-icon {
    padding-right: 5px;
}

.a-link:hover {
    text-decoration: none !important;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.super_container .top_bar{
    background: #FFF;
}
.header__banner0 {
    background: url(../../images/v2/banner-v2.0.png) no-repeat;
    background-size: cover;
}
.header__banner1 {
    background: url(../../images/v2/banner-v2.jpg) no-repeat;
    background-size: cover;
}
.header__banner2 {
    background: url(../../images/v2/banner-v2.1.png) no-repeat;
    background-size: cover;
}
.header__banner3 {
    background: url(../../images/v2/banner-v2.2.jpg) no-repeat;
    background-size: cover;
}
.header{
    position: unset;
}
.header__navtop {
    background-color: #FFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    height: 64px;
    position: relative;
    z-index: 2;
}
.search_button:hover i{
    color: #0E689B;
}
.header__navtop-list {
    height: 100%;
}

.header__navtop-item {
    height: 100%;
    display: flex;
    align-items: center;
}

.header__navtop-link {
    display: flex;
}

.header__navtop-link:hover {
    text-decoration: none;
}

.header__navtop-img {
    margin-right: 7px;
}
.header__navtop-img.etep_logo_img{
    width: 38px;
    height: 32px;
}
.header__navtop-img.etep_logo_text{
    height: 16px;
    top: 8px;
    position: relative;
}
.header__navtop-link .header__navtop-heading {
    font-size: 30px;
    line-height: 24px;
    font-family: 'Barlow Condensed', sans-serif;

    /* Fallback: Set a background color. */
    background-color: red;

    /* Create the gradient. */
    background-image: linear-gradient(180deg, #84C8EE 0%, #0E689B 100%);

    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

/* Search */
.header__navtop-search {
    padding: 0 20px;
}

.header__navtop-search > div {
    display: inline-block;
    position: relative;
    filter: drop-shadow(0 1px #0091c2);
}

.header__navtop-search > div:after {
    content: "";
    background: white;
    width: 4px;
    height: 20px;
    position: absolute;
    top: 17px;
    right: -3px;
    transform: rotate(135deg);
}

.header__navtop-search > div > input {
    color: white;
    font-size: 16px;
    background: transparent;
    width: 25px;
    height: 25px;
    padding: 10px;
    border: solid 3px white;
    outline: none;
    border-radius: 35px;
    transition: width 0.5s;
}

.header__navtop-search > div > input::placeholder {
    color: #efefef;
    opacity: 0;
    transition: opacity 150ms ease-out;
}

.header__navtop-search > div > input:focus::placeholder {
    opacity: 1;
}

.header__navtop-search > div > input:focus,
.header__navtop-search > div > input:not(:placeholder-shown) {
    width: 100px;
}

/* Notify */
.header__navtop-icon {
    font-size: 20px;
    color: #595959;
}
.header__navtop-item-link {
    position: relative;
}

.header__navtop-notice {
    top: -10px;
    right: -5px;
    position: absolute;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid #FFF;
    color: #FFF;
    background-color: #F9483D;
}



/* Account */
.header__navtop-item--separate {
    /* content: "";
    display: block;
    position: absolute; */
    border-right: 1px solid #E5E5E6;
    /* padding-right: 12px; */
    cursor: pointer;
    /* height: 16px;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);   */
    margin-right: 10px;
}
.header__navtop-notify{
    margin-right: 10px;
}
#userDropdownMenu #userDropdownMenuBtn{
    height:unset;
    padding-top:unset;
}
.header__navtop-notify .dropdown-toggle::after{
    display: none;
}
#header_notification_user .dropdown-menu.dropdown-noti{
    top: 20px !important;
    border-radius: 0px;
}
#userDropdownMenu .dropdown-menu {
    border-radius: 0;
    top: 14px !important;
}
.header_search_container.active{
    z-index: 1;
}
.header_search_container{
    background:#0E689B;
}
.header__navtop-user {
    padding-left: 12px;
    cursor: pointer;
}

.header__navtop-user-img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.header__navtop-user-name {
    padding: 0 6px;
    color:#131633;
    font-size: 16px;
    line-height: 22px;
}

.header__navtop-user-icon {
    font-size: 16px;
    color: #666666;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

/* Content */
.header__content-heading {
    font-size: 48px;
    font-family: 'Barlow Condensed', sans-serif;
    color: #FFF;
    margin-bottom: 0;
}

.header__content-detail {
    font-family: Open Sans;
    font-size: 24px;
    line-height: 33px;
    color: #FFF;
    padding-bottom: 45px;
    margin-bottom: 0;
}

/* Menu */
.header__navmenu .navmenu-link {
    border-radius: 0;
    padding: 12px 25px;
}
.nav.nav-pills .nav-link {
    border-radius: 0;
    padding: 12px 20px;
}
.navmenu-list {
    display: inline-flex !important;
}

.navmenu-item {
    cursor: pointer;
}
.header__navmenu {
    background-color: #0E689B;
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:center;
}

.navmenu-img {
    padding-right: 10px;
}

.navmenu-text {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 24px;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #FFF;
}
.wrapper__navmenu .navmenu-text{
    color: #131633;
}
.wrapper__navmenu .active .navmenu-text {
    color: #0E689B;
}
.wrapper__navmenu  .nav-menu.active {
    background-color: #FFF !important;
    color: #0E689B !important;
}
.navmenu-list {
    display: inline-flex !important;
}
/* Tabs */
.wrapper__navmenu {
    background: #FFF;
    box-shadow: 0px 4px 4px #E8E8E8;
}

.nav-bt.active {
    border-bottom: 4px solid #0E689B;
    background-color: #FFF !important;
}

/* Heading */
.wrapper__headding {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    line-height: 38px;
    padding-top: 35px;
    padding-bottom: 22px;
}

/* Body */
.wrapper__body-news {
    background-color: #F2F2F2;
    border-radius: 4px;
}

.wrapper__body-heading {
    display: flex;
    align-items: center;
    font-family: Open Sans;
    font-size: 20px;
    line-height: 28px;
}

.wrapper__body-icon {
    padding: 0 10px;
    height: 24px;
}

.wrapper__body-detail {
    padding-left: 60px;
}
/* Module */
.selection {
    display: flex;
    flex-wrap: wrap;
}

.selection-list, .selection-list:hover, .selection-list:focus,
.selection-item {
    width: 100%;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #BBBFC9;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    color: #75818F;
    font-family: Open Sans;
    font-weight: normal;
    line-height: 22px;
    outline: none;
}

.title {
    font-family: Open Sans;
    line-height: 24px;
    color: #131633;
    opacity: 0.95;
    padding-top: 11px;
    padding-bottom: 8px;

}

.selection-list {
    margin-bottom: 14px;
}
.header__navmenu .navmenu-link:hover, .header__navmenu .navmenu-link.active{
    background-color:#FFF;

}
.header__navmenu .navmenu-link:hover p, .header__navmenu .navmenu-link.active p{
    color: #0E689B;
}
.header__navmenu .mission-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-mission.png');
}
.header__navmenu .navmenu-link:hover .mission-menu,
.header__navmenu .navmenu-link.active .mission-menu,
.mobile_menu .nav__mobile-user-item .mission-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-mission-hv.png');
}
.header__navmenu .learn-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-learn.png');
}
.header__navmenu .navmenu-link:hover .learn-menu,
.header__navmenu .navmenu-link.active .learn-menu,
.mobile_menu .nav__mobile-user-item .learn-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-learn-hv.png');
}
.header__navmenu .support-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-support.png');
}
.header__navmenu .navmenu-link:hover .support-menu,
.header__navmenu .navmenu-link.active .support-menu,
.mobile_menu .nav__mobile-user-item .support-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-support-hv.png');
}
.header__navmenu .survey-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-survey.png');
}
.header__navmenu .navmenu-link:hover .survey-menu,
.header__navmenu .navmenu-link.active .survey-menu,
.mobile_menu .nav__mobile-user-item .survey-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-survey-hv.png');
}
.header__navmenu .qa-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-qa.png');
}
.header__navmenu .navmenu-link:hover .qa-menu,
.header__navmenu .navmenu-link.active .qa-menu,
.mobile_menu .nav__mobile-user-item .qa-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-qa-hv.png');
}
.header__navmenu .blog-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-blog.png');
}
.header__navmenu .temis-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-blog.png');
}
.header__navmenu .temis-menu:hover, .header__navmenu .active .temis-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-blog-hv.png');
}
.header__navmenu .navmenu-link:hover .blog-menu,
.header__navmenu .navmenu-link.active .blog-menu,
.mobile_menu .nav__mobile-user-item .blog-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-blog-hv.png');
}
.header__navmenu .help-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-help.png');
}
.header__navmenu .hthp-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-htdn.png');
}
.header__navmenu .navmenu-link:hover .hthp-menu,
.header__navmenu .navmenu-link.active .hthp-menu,
.mobile_menu .nav__mobile-user-item .hthp-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-htdn-hv.png');
}
.header__navmenu .navmenu-link:hover .help-menu,
.header__navmenu .navmenu-link.active .help-menu,
.mobile_menu .nav__mobile-user-item .help-menu{
    background-image: url('/../theme/etep_v2/images/v2/icon-help-hv.png');
}

.navtop-mobile {
    display: none;
}
.nav__bars-btn {
    font-size: 20px;
    display: none;
}
.navtop-mobile i.fa-bars{
    color: #353535;
}
.nav__mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    transform: translateX(100%);
    transition: transform linear 0.2s;
    z-index: 1;
    opacity: 0;
}
.nav__mobile .notification_url{
    background-color: #0E689B;
    border-color: #0E689B;
    color: #FFF;
}
.nav__mobile #header_notification_user{
    margin-left:0px;
}
.nav__mobile .wrap-user{
    display: flex;
    align-items: center;
}
.nav__input:checked ~ .nav__mobile {
    transform: translateX(0%);
    opacity: 1;
}

.nav__mobile-wrap {
    display: flex;
    flex-direction: row;
    padding: 8px 16px;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.nav__mobile-close{
    color: #666;
    position: absolute;
    right: 16px;
    top: 15px;
    margin-bottom: 0;
}
.nav__mobile-close i{
    font-size: 20px;
}
.nav__mobile-list {
    margin-top: 5px;
    padding-left: 20px;
    list-style: none;
}
.nav__mobile-list.login_user{
    border-top: 1px solid #e1e1e1;
}
.mobile_menu .nav__mobile-user-item span{
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #FFF;
}
.nav__mobile-user-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 15px 5px 0;
}
.nav__mobile-user-item:last-child{
    border-bottom: unset;
}
.nav__mobile-user-item > a {
    text-decoration: none;
    color: #000000;
    font-size: 1.2rem;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    background: url(../../images/v2/calendar.png) no-repeat;
}
/* Alert thong bao */
.alert__wrap {
    display: flex;
    align-items: center;
}
.icon-alert {
    font-size: 36px;
    padding-right: 15px;
}
.alert-message
{
    margin: 20px 0;
    padding: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 4px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message-info
{
    background-color: rgba(14, 104, 155, 0.1);;
    border-color: #0E689B;
}
.icon-alert-info, .alert-message .text-info
{
    color: #0E689B !important;
}
.alert-message-danger
{
    background-color: #FAE8E6;
    border-color: #ED5050;
}
.icon-alert-danger
{
    color: #ED5050;
}
.alert-message-warning
{
    background-color: rgb(255, 171, 0, 0.1);
    border-color: #FFAB00;
}
.icon-alert-warning
{
    color: #FFAB00;
}
.text-normal {
    font-size: 14px;
}
.alert-message.alert-dismissible .close {
    top: 32px;
    right: 20px;
}
.alert-message.alert-dismissible .close:focus {
    outline: none;
}
/* Alert nop bai */
.js-alert-confirm, .popup_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}
.js-alert-confirm {
    background: #2981bc;
    color: white;
    font-size: 22px;
    font-family: arial;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #0059b3;
}
.popup_box{
    width: 322px;
    background: #FFF;
    align-items: center;
    padding: 22px 50px;
    border: 1px solid #b3b3b3;
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    display: none;
    border-radius: 6px;
}
.popup-question {
    display: flex;
}
.popup_box i{
    font-size: 28px;
    color: #0E689B;
}
.icon-question {
    margin-top: 5px;
}
.popup_box .btns{
    margin: 19px 0 0 0;
}
.btn-popup {
    height: 30px;
    width: 100px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}
.btns {
    text-align: center;
}
.btns .btn-cancel {
    color: #0E689B;
    background-color: #FFF;
    border: 1px solid #BBBFC9;
}
.btns .btn-ok{
    color: #FFF;
    margin-left: 12px;
    background: #0E689B;
    border: 1px solid #0E689B;
}
.btns .btn-cancel, .btns .btn-ok {
    outline: none;
}

/* Alert warning */
.warning-left {
    display: flex;
    align-items: center;
}
.icon-warning {
    color: #ED5050;
    font-size: 27px;
    padding-right: 8px;
}
.title-warning {
    font-size: 20px;
}
.modal-detail {
    font-size: 14px;
}

/* Alert thong bao */
.alert
{
    padding: 15px 15px 15px 54px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 4px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 4px;
}
.alert::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    padding-right: 13px;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    background-size: 100%;
}
.alert.alert-primary::before {
    background-image: url(/../theme/etep_v2/images/v2/icon-success.png);
}
.alert.alert-danger::before {
    background-image: url(/../theme/etep_v2/images/v2/icon-danger.png);
}
.alert.alert-warning::before {
    background-image: url(/../theme/etep_v2/images/v2/icon-warning.png);
}
.alert-primary {
    color: #131633 !important;
    background: #e7f0f5;
}
.alert-danger {
    color: #131633 !important;
    background: #fae8e6;
}
.alert-warning {
    color: #131633 !important;
    background: #fff7e5;
}
.alert-primary .alert-heading{
    color: #0E689B !important;
    font-weight: 700;
}
.alert-danger .alert-heading{
    color: #ED5050 !important;
    font-weight: 700;
}
.alert-warning .alert-heading{
    color: #FFAB00 !important;
    font-weight: 700;
}
.alert p {
    color: #131633;
    font-size: 14px;
    margin-bottom: 0;
}
.alert.alert-primary
{
    border-color: #0E689B;
    background: rgba(14, 104, 155, 0.1);
}
.alert.alert-danger
{
    border-color: #ED5050;
    background: #FAE8E6;
}
.alert.alert-warning
{
    border-color: #FFAB00;
}
.alert.alert-success
{
    background: rgba(14, 104, 155, 0.1);
    border-color: #0870A9;
}
.alert.alert-dismissible .close {
    top: -4px;
    padding: 29px;
    color: #B2B2B2;
}
.alert-dismissible .close:focus {
    outline: none;
}

/* mission */

/* Trang nhiem vu */
.mission__outer {
    padding: 0;
    margin: 0;
}
.mission__item {
    margin: 36px 0 65px 0;
    list-style: none;
    position: relative;
}
.mission__item .text_underline:hover{
    text-decoration: underline;
}
.mission__item:last-child {
    margin-bottom: 30px;
}
.mission__top {
    background-color: #FFF;
    position: absolute;
    left: -39px;
    top: -38px;
    z-index: 1;
    padding: 0 30px;
}
.mission_icon-wrapper {
    position: absolute;
    background: white;
    top: 65%;
    left: 0;
    padding-bottom: 20px;
    border-radius: 50% 50% 0 0;
    z-index: 2;
}
.mission_icon-round {
    background: #0E689B;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.mision-img {
    height: 40px;
}
.mission__container {
    display: flex;
    align-items: baseline;
}
.mission-number {
    font-family: Barlow Condensed;
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 38px;
    text-align: center;
    color: #131633;
    opacity: 0.1;
    /*position: absolute;*/
    top: -12px;
    left: 34px;
    z-index: 1;
}
.mission-heading {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0E689B;
    position: relative;
    /* right: 16px; */
    top: 5px;
}
.mission__content {
    padding: 30px 60px 20px;
    position: relative;
    border: 3px solid rgba(102, 102, 102, 0.2);
    border-radius: 6px;
}
.mission-title {
    font-family: Open Sans;
    font-size: 20px;
    line-height: 28px;
}
.mission__parent {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22px;
}
ol.mission__parent li {
    position: relative;
    padding-bottom: 8px;
}
ol.mission__parent img {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -40px;
    top: 3px;
}
.mission__child {
    padding-left: 0;
    padding-top: 8px;
    list-style-type: disc;
}
.mission__content ul.sub-item-content {
    padding-left: 27px;
}
.mission__content ul {
    margin-top: 10px;
}
.mission__content li{
    margin-bottom: 8px;
}
.mission__content li a{
    color: #131633;
    font-weight: 400;
    font-size: 16px;
}
.mission__content .sub-item-content .fa-circle-thin {
    font-size: 11px;
}

/* COMPONENT THONG BAO */
/* Notify */
.header__navtop-icon {
    font-size: 20px;
    color: #595959;
}

.header__navtop-item-link {
    position: relative;
}

.header__navtop-notice {
    top: -10px;
    right: -5px;
    position: absolute;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid #FFF;
    color: #FFF;
    background-color: #F9483D;
}

.header__navtop-notify:hover .header__notify {
    display: block;
}

.header__notify {
    position: absolute;
    z-index: 1;
    top: 178%;
    right: 0;
    width: 404px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    cursor: default;
    transform-origin: calc(100% - 32px) top;
    animation: headerNotifyGrowth ease-in 0.2s;
    display: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.header__notify::before {
    content: "";
    border-width: 20px 27px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    right: -2px;
    top: -40px;
}

.header__notify::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -16px;
    height: 20px;
    width: 90px;
}

@keyframes headerNotifyGrowth {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.header__notify-header {
    background-color: #FFF;
}

.header__notify-header h3 {
    font-family: Open Sans;
    color: #0E689B;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    user-select: none;
    margin-bottom: 0;
    border-bottom: 2px solid #0E689B;
    border-radius: 6px 6px 0 0;
}

.header__notify-list {
    padding-left: 0;
}

.header__notify-item {
    display: flex;
}

.header__notify-item:hover {
    background-color: #E7F0F5;
}
.header__notify-item--viewed:nth-child(odd) {
    /*background-color: #E7F0F5;*/
}

.header__notify-link {
    display: flex;
    width: 100%;
    padding: 10px 0;
    margin: 0 15px;
    text-decoration: none;
    border-bottom: 1px solid #E5E5E5;
}

.header__notify-img {
    width: 22px;
    height: 19px;
    object-fit: contain;
    margin-top: 3px;
}

.header__notify-info {
    margin-left: 15px;
}

.header__notify-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #131633;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.header__notify-description {
    display: block;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    color: #595959;
    margin-top: 4px;
}

.header__notify-description img {
    font-size: 12px;
}

.header__notify-footer {
    display: flex;
}

.header__notify-footer-btn {
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #0E689B;
}
/* END COMPONENT THONG BAO */
.noi_bat{
    font-size: 16px;
}
.trainner_wrapper input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 3px;
}
#modalSendMail .list-user{
    max-height: 150px;
    overflow: auto;
}
.report_html {
    /*overflow: auto;*/
    color: #999;
    background: #FFF;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    width: 100%;
    zoom: 0.8;
    padding: 10px;
}
.report_html_excel {
    max-height: 80vh;
    overflow: auto;
}
#modalRegisterOptionalCourse{
    z-index: 9999;
}
.modal-content .modal-header .bootbox-close-button{
    position: absolute;
    right: 10px;
    top: 10px;
}
/* Mobile & Tablet */
@media (max-width: 991.98px) {
    .header__navmenu{
        display: none;
    }
    .hide-on-mobile-table {
        display: none;
    }

    .navtop-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        height: 50px;
        background-color: #FFF;
        justify-content: space-between;
        padding: 0 14px;
        display: flex;
    }

    .header__banner {
        margin-top: 50px;
    }

    .nav__bars-btn {
        display: block;
    }

    .header__banner {
        background-size: cover;
    }

    .header__content-detail {
        font-size: 16px !important;
        padding-bottom: 20px;
    }
    .header__content-heading {
        font-size: 25px;
        padding: 10px 0 !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hide-on-table {
        display: none;
    }

    .header__content-heading {
        text-align: left;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .hide-on-mobile {
        display: none;
    }

    .navmenu-link {
        padding: 12px 16px !important;
    }

    .navmenu-list {
        display: inline-block;
    }

    .header__navtop-img {
        height: 25px;
    }

    .header__navtop-heading {
        font-size: 25px !important;
    }

    .header__content-heading {
        text-align: center;
    }

    .wrapper__headding {
        font-size: 25px;
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .wrapper__body-heading {
        font-size: 18px;
    }

    .wrapper__body-icon {
        padding-left: 6px;
        padding-right: 6px;
    }

    .wrapper__body-detail {
        padding-left: 32px;
    }

    .wrapper__pr-list {
        padding-bottom: 10px;
    }

    .footer__heading {
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    .nav.nav-pills .nav-link{
        padding: 12px 7px;
    }
}
@media (max-width: 1366px) {
    .nav.nav-pills .nav-link{
        padding: 12px 15px;
    }
}
@media (max-width: 768px) {
    .mission-heading {
        font-size: 18px;
        line-height: 24px;
        color: #0E689B;
    }
    .mission-number {
        font-size: 50px;
        line-height: 38px;
        text-align: center;
        color: #131633;
        opacity: 0.1;
    }
    .mision-img {
        height: 28px;
    }
    .mission_icon-round {
        width: 48px;
        height: 48px;
    }
    .mission_icon-wrapper {
        position: absolute;
        background: white;
        top: 65%;
        left: 14px;
        padding-bottom: 15px;
        border-radius: 50% 50% 0 0;
        z-index: 11;
    }
    .mission__content {
        padding: 30px 25px 10px;
        position: relative;
        border: 3px solid rgba(102, 102, 102, 0.2);
        border-radius: 6px;
        margin-left: 30px;
    }
    .mission__top {
        left: -10px;
    }
}
