@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap&subset=vietnamese');
html, body { font-family:Roboto Slab, Arial, Helvetica, sans-serif; }

h1, h2, h3. h4. h5, h6, strong{
    font-family: 'Roboto Slab';
    color: #111;
    word-spacing: -3px;
}
.comunication-eju ul {
    padding-left: 0;
}
.comunication-eju ul li {
    list-style: none;
}
.comunication-eju ul li a{
    text-decoration: none;
    color: #333333;
}
.comunication-eju ul li a i{
    margin-right: 5px;
    font-size: 10px;
    line-height: 12px;
}
.main-content a {
    word-break: break-word;
}
img {
    max-width: 100%;
    height: auto; }

.header *:focus {
    outline: none; }

.header ul, .header li {
    list-style: none; }

.pagination-posts .pagination {
    justify-content: center;
}
.header-helper {
    border-bottom: 1px solid #ddd; }

.header-contacts {
    padding: .5em 0;
    margin: 0; }
.header-contacts li {
    width: 50%; }
.header-contacts li .mdi {
    background: #CC3333;
    color: #fff;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    margin-right: .5em; }
.header-contacts li a {
    color: inherit;
    font-size: .65em; }
@media (min-width: 576px) {
    .header-contacts li a {
        font-size: .75em; } }
@media (min-width: 768px) {
    .header-contacts li {
        width: auto;
        padding-right: 1em; } }

.header-main {
    border-bottom: 1px solid #ddd;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff; }

.header-logo {
    padding: .75em 1em .75em 0; }
.header-logo img {
    height: 3em;
    width: auto; }

.header-slogan {
    text-transform: uppercase;
    text-align: center;
    display: none;
    font-size: 14px;
    font-family: sans-serif;

}

.header .nav-open, .header .nav-close {
    color: #333;
    font-size: 2em;
    background: none;
    border: none; }

.header .nav-open {
    padding: .25em .5em;
    margin-right: -.25em; }

.header-navmenu {
    opacity: 0;
    position: fixed;
    top: .5em;
    left: .5em;
    right: .5em;
    bottom: .5em;
    color: #fff;
    padding: 2.5em 0;
    font-weight: bold;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    z-index: 10;
    overflow: auto;
    font-size: .875em; }
.header-navmenu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
.header-navmenu .nav-close {
    color: #fff;
    top: .5em;
    right: .25em;
    position: absolute; }
.header-navmenu .nav-auth {
    margin-top: -1em;
    margin-left: 1.5em;
    margin-bottom: 1em; }
.header-navmenu button.expand {
    color: #fff;
    border: none;
    float: right;
    background: none;
    padding: .25em 1em;
    margin: .25em .4em 0 0; }
.header-navmenu a {
    color: inherit; }
.header-navmenu ul {
    padding-left: 1em; }
.header-navmenu li {
    width: 100%;
    z-index: 10000;
}
.header-navmenu li > a {
    padding: .75em;
    display: block; }
.header-navmenu li > a:hover{
    color: yellow;
}
.header-navmenu > ul > li > a {
    text-transform: uppercase; }
.header-navmenu ul > li > ul {
    opacity: .9;
    max-height: 0;
    overflow: hidden;
    font-size: .925em;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    transition-timing-function: cubic-bezier(0, 1, 0, 1); }
.header-navmenu ul > li > ul.expanded {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    max-height: 3000px; }
.header-navmenu ul > li > ul > li > a:hover{
    background-color: #252020;
    color: white;
}
@media (min-width: 576px) {
    .header-navmenu {
        font-size: 1em; } }

@media (min-width: 992px) {
    .header {
        margin-bottom: 0 !important; }
    .header-auth {
        display: block; }
    .header-auth a {
        color: inherit; }
    .header .nav-open, .header .nav-close {
        display: none; }
    .header-logo {
        padding-top: 1.25em;
        padding-bottom: 1.25em; }
    .header-logo img {
        height: 5em; }
    .header-slogan {
        display: block; }
    .header-main {
        position: relative !important; }
    .header-navmenu {
        position: static;
        visibility: visible;
        background: #CC3333;
        padding: 0;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        overflow: visible; }
    .header-navmenu .nav-auth {
        display: none; }
    .header-navmenu button.expand {
        display: none; }
    .header-navmenu a:hover {
        text-decoration: none; }
    .header-navmenu li {
        position: relative; }
    .header-navmenu > ul ul {
        padding: 0; }
    .header-navmenu > ul ul li {
        padding: 0px;
        border-bottom: 2px solid white;
        background: #efefef }
    .header-navmenu > ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
        font-size: .875em; }
    .header-navmenu > ul > li {
        width: auto;
        white-space: nowrap;
        margin: 0 .3em; }
    .header-navmenu ul > li > ul {
        opacity: 0;
        position: absolute;
        color: #333;
        border: 1px solid #aaa;
        border-top: none;
        background: #fff;
        visibility: hidden;
        max-height: none !important;
        -webkit-transition: opacity .2s !important;
        -o-transition: opacity .2s !important;
        transition: opacity .2s !important; }
    .header-navmenu ul > li:hover > ul {
        z-index: 2;
        opacity: 1;
        visibility: visible; }
    .header-navmenu > ul > li > ul {
        overflow: visible; }
    .header-navmenu > ul > li:last-child > ul li ul {
        /*left: auto;
        right: 100%;*/ }
    .header-navmenu > ul > li > ul ul {
        border-top: 1px solid #aaa;
        left: 100%;
        top: 0; } }

.footer {
    background: #f7f7f7; }
.footer a {
    color: inherit; }
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
.footer ul li {
    margin-bottom: .5em; }
.footer-logo {
    margin-bottom: 1em;
    display: block; }
.footer-logo img {
    height: 4em;
    width: auto; }
.footer-heading {
    font-weight: bold;
    text-transform: uppercase; }
.footer-contacts li, .footer-related li {
    font-size: .770em; }
.footer-contacts .mdi {
    border-radius: 50%;
    height: 1.5em;
    width: 1.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-right: .5em;
    background: #CC3333;
    color: #fff; }
.footer-about-sub {
    text-transform: uppercase; }
.footer-copyright {
    background: #fff;
    font-size: .875em; }

.sidebar {
    position: -webkit-sticky;
    position: sticky; }
.sidebar ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: step-counter; }
.sidebar ol li {
    padding-left: 1.75em;
    position: relative;
    margin-bottom: .5em; }
.sidebar ol li:before {
    /*counter-increment: step-counter;*/
    /*content: counter(step-counter);*/
    height: 1.25em;
    width: 1.25em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: orange;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 1.2; }
.sidebar a {
    color: inherit; }

#auth-modal .nav-link.active {
    color: inherit;
    font-weight: bold; }
#auth-modal .nav-link.active:hover {
    text-decoration: none; }

#auth-modal .nav-link {
    color: inherit; }
#auth-modal .nav-link:hover {
    text-decoration: underline; }

#auth-modal .btn-primary {
    background: #CC3333;
    border-color: #CC3333; }

#auth-modal .mdi {
    color: #FFCC00; }

.vejun-navigator {
    border: 2px solid #33B5E5;
    border-radius: 10px; }

.banner {
    background: #f2f2f2; }
.banner-item {
    margin-bottom: 1em; }

.preview {
    display: block;
    position: relative;
    color: inherit; }
.preview a {
    color: inherit; }
.preview img {
    display: block;
    width: 100%;
    height: auto;
}
.preview-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em 1em 1em;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); }

.owl-carousel .owl-dots .owl-dot {
    outline: none; }
.owl-carousel .owl-dots .owl-dot span {
    height: 1em;
    width: 1em;
    border-radius: 50%;
    border: 2px solid #26a1e0;
    background: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #26a1e0; }

.testimonial .author span {
    color: #26a1e0;
    font-weight: bold; }

.testimonial .content {
    font-style: italic;
    padding: .5em 1.5em .5em 1.5em;
    position: relative;
    text-align: justify; }
.testimonial .content .mdi {
    position: absolute;
    font-size: 1.5em;
    opacity: .5;
    display: inline-block;
    vertical-align: middle; }
.testimonial .content .mdi-format-quote-open {
    top: 0;
    left: 0; }
.testimonial .content .mdi-format-quote-close {
    bottom: 0;
    right: 0; }
.h5{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto Slab';
}
.title_page{
    position: relative;
    margin-bottom: 25px;

}
.title_page:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgb(240, 240, 240);
}
.title_page:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: rgb(0, 174, 255);
}

h1.headline{
    position: relative;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    font-family: 'Roboto Slab';
}

.title-only h2.widget-title{
    margin-top: 0px;
    font-size: 14px;
    color: rgb(26, 26, 26);
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.title-only h2.widget-title:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgb(240, 240, 240);
}

.title-only h2.widget-title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: rgb(0, 174, 255);
}

h2.widget-title{
    margin-top: 0px;
    font-size: 14px;
    color: rgb(26, 26, 26);
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    font-weight: bold;
}

.title-only ol.square li{
    position: relative;
    padding-left: 1.1em;
    margin-bottom: 5px;
    counter-increment: step-counter;
}

.title-only ol.square li:before{
    content: counter(step-counter);
    position: absolute;
    top: 2px;
    left: 0px;
    padding-top: 0px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    background: orange;
    color: #fff;
    z-index: 2;
    border-radius: 50%;
}

.title-only ol.square li:after {
    content: ' ';
    display: table;
}

ol.square{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.title-only ol.square li a{
    margin-left: 10px;
    color: black;
}
.bottom-sidebar {
    position: relative;
    top: 40px;
}
.couse-register-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.main-content {
    margin-top: 20px;
    clear: both;
}
.main-content > .col-md-4{
    position: static;
}
.post{
    margin-bottom: 25px;
    font-family: 'Roboto Slab';
}
.post a:hover{
    color: #428bca;
    text-decoration: none;
}
.post img{
    margin-bottom: 10px;
}
.h6 {
    font-family: 'Roboto Slab';
}
.post-show{
    font-family: 'Roboto Slab';
}
.post-show .post-item{
    margin-bottom: 40px;
}
.post-show .created-time {
    font-size: 12px;
    line-height: 16px;
    color: #aaa;
    margin-bottom: 6px;
}
.post-show p{
    font-size: 14px;
    color: #8b8b8b;
    line-height: 20px;
}

.breadcrumb-link .breadcrumb{
    float: right;
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.breadcrumb-link a{
    color: #333333;
}
.count-down-item {
    border-radius: 2px;
    background: #CC3333;
    min-height: 234px;
    padding: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
.count-down-item h3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 7px;
    display: inline-block;
    font-family: 'Roboto Slab';
}
.text-pre {
    white-space: pre-line;
}
