
.home-page .fluid-banner {
    overflow: hidden;
    position: relative;
    text-align: left
}

.home-page .fluid-banner .img {
    position: relative;
    z-index: 1
}

.home-page .fluid-banner .img img {
    width: 100%
}

.home-page .fluid-banner .container {
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.home-page .fluid-banner .talk {
    background: #f4c91c;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 15px;
    display: table;
    line-height: 1;
    position: relative
}

.home-page .fluid-banner .talk::before {
    content: '';
    border-left: solid 0px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 15px #f4c91c;
    position: absolute;
    top: -15px;
    left: 20px
}

.home-page .fluid-banner .content .title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0 15px;
    border-top: solid 1px #f4c91c
}

.home-page .fluid-banner .content .desc {
    font-size: 12px
}

.home-page .fluid-banner .content .btn {
    font-size: 14px
}

.home-page .fluid-banner .banner-content {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
    width: 50%;
    color: #fff
}

.home-page .fluid-banner .banner-content .bg-link {
    background: #ffffff;
    color: #111111;
    display: inline-block !important;
    margin-bottom: 20px;
    padding: 3px 5px
}

.home-page .fluid-banner .banner-content .fa-facebook {
    background: #ffffff;
    color: #111111;
    margin-bottom: 10px;
    padding: 5px 10px
}

.home-page .fluid-banner .banner-content.content-left {
    text-align: left
}

.home-page .fluid-banner .banner-content.content-right {
    text-align: right
}

.home-page .fluid-banner .banner-content.content-right h4 {
    font-size: 24px;
    line-height: 1.4
}

.home-page .fluid-banner .banner-content.content-right a {
    display: block;
    text-align: right;
    text-decoration: none;
    font-style: italic
}

.nav-content-homepage {
    background: #19bef0;
    border-radius: 5px
}

.nav-content-homepage.nav-tabs.nav-justified > li > a {
    border-radius: 5px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px
}

.nav-content-homepage.nav-tabs.nav-justified > .active > a {
    background: #263B80;
    border: none;
    outline: none;
    font-weight: 700
}

.nav-content-homepage.nav-tabs.nav-justified > .active > a:hover, .nav-content-homepage.nav-tabs.nav-justified > .active > a:focus {
    background: #263B80;
    border: none;
    outline: none
}

.nav-content-homepage > li > a:hover, .nav-content-homepage > li > a:focus {
    background: rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 768px) {
    .home-page .left-col {
        padding-right: 20px;
        border-right: solid 1px #ccc
    }

    .home-page .fluid-banner .talk {
        font-size: 16px;
        padding: 8px 25px
    }

    .home-page .fluid-banner .content .title {
        font-size: 24px;
        padding: 15px 0 25px
    }

    .home-page .fluid-banner .content .desc {
        font-size: 14px
    }

    .home-page .fluid-banner .content .btn {
        font-size: 16px;
        padding: 8px 20px
    }
}

@media screen and (min-width: 992px) {




    .home-page .fluid-banner .talk {
        font-size: 20px;
        padding: 12px 25px
    }

    .home-page .fluid-banner .content .title {
        font-size: 32px;
        padding: 25px 0 45px
    }

    .home-page .fluid-banner .content .desc {
        font-size: 18px;
        padding-bottom: 25px
    }

    .home-page .fluid-banner .content .btn {
        font-size: 20px
    }
}

@media screen and (min-width: 1200px) {
    .home-page .fluid-banner .talk {
        font-size: 24px;
        padding: 12px 30px
    }

    .home-page .fluid-banner .content .title {
        font-size: 42px;
        padding: 30px 0 60px
    }

    .home-page .fluid-banner .content .desc {
        font-size: 24px;
        padding-bottom: 30px
    }

    .home-page .fluid-banner .content .btn {
        font-size: 24px
    }
}

@media screen and (min-width: 1200px) and (max-height: 600px) {
    .home-page .fluid-banner .content .title {
        font-size: 42px;
        padding: 15px 0 30px
    }

    .home-page .fluid-banner .content .desc {
        font-size: 20px;
        padding-bottom: 30px
    }

    .home-page .fluid-banner .content .btn {
        font-size: 24px
    }
}

.banner-search {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    color: #ffffff;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 2
}

.banner-search h3 {
    text-transform: uppercase
}

.banner-search .input-group {
    margin: 10px auto 20px;
    max-width: 400px
}

.banner-search .input-group input {
    border: none
}

.fluid-banner .bx-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 25px;
    background: #263B80;
    border-radius: 5px 5px 0 0;
    color: #fff;
    min-width: 460px
}

.fluid-banner .banner-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px
}

.fluid-banner .bx-pager {
    font-size: 0;
    vertical-align: middle;
    display: inline-block
}

.fluid-banner .bx-pager-item {
    display: inline-block;
    margin: 0 6px
}

.fluid-banner .bx-pager-item a {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #19bef0;
    opacity: .5;
    display: inline-block
}

.fluid-banner .bx-pager-item a.active {
    opacity: 1
}

@media screen and (min-width: 768px) {
    .fluid-banner .bx-controls {
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        right: auto
    }
}

@media screen and (min-width: 992px) {
    .fluid-banner .bx-controls {
        min-width: 0;
        left: 25%;
        transform: translate3d(-50%, 0, 0);
        right: auto
    }
}

.widget {
    margin-bottom: 15px
}

.widget .widget-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 20px;
    margin-bottom: 10px;
    text-align: center
}

.widget-menu {
    margin-bottom: 20px
}

.widget-menu-header {
    background: #19bef0;
    color: #ffffff;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0
}

.widget-menu-header.blue {
    background: #0060af
}

.widget-menu-header h4 {
    font-size: 16px
}

.widget-menu-header .fa {
    margin-top: -9px;
    position: absolute;
    right: 15px;
    top: 50%
}

.widget-menu-ul {
    background: #efefef;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 0 0 5px 5px
}

.widget-menu-ul a {
    border-bottom: solid 1px #ffffff;
    display: block;
    font-weight: 400;
    padding: 10px 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.widget-menu-ul a:hover {
    background: #efefef
}

.widget-menu-ul .has-sub {
    position: relative
}

.widget-menu-ul .has-sub:hover > a {
    background: #e8e8e8;
    color: #333
}

.widget-menu-ul .has-sub:hover .fa {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.widget-menu-ul .has-sub .fa {
    color: #111111;
    position: absolute;
    right: 15px;
    top: 12px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.widget-menu-ul .has-sub ul {
    background: #fefefe;
    height: 0;
    overflow: hidden;
    max-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.widget-menu-ul .has-sub ul a {
    border-bottom-color: #dddddd;
    background: #fafafa;
    color: #333
}

.widget-menu-ul .has-sub ul a:hover {
    background: #eee
}

.widget-menu-ul .has-sub ul .active a {
    background: #fff;
    color: #19bef0
}

.widget-menu-ul .has-sub:hover ul {
    display: block;
    height: auto;
    max-height: 500px
}

.widget-menu-ul .has-sub.active > a {
    background: #eee
}

.widget-menu-ul .has-sub > a {
    color: #333;
    font-weight: 700;
    text-transform: uppercase
}

.widget-menu-ul .has-sub.active .fa {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.widget-menu-ul .has-sub.active ul {
    display: block;
    height: auto;
    max-height: 500px
}

.widget-menu-ul > li:last-child {
    border-radius: 0 0 5px 5px
}

.widget-menu-ul > li > a {
    font-weight: 700;
    text-transform: uppercase
}

.widget-menu-ul.text-black > li > a {
    color: #111111;
    font-weight: 400;
    text-transform: none
}

.widget-filter.widget-search-filter {
    padding: 30px 0
}

.widget-filter.widget-search-filter .caption {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 36px
}

.widget-course .carousel-inner > .item {
    padding: 0 10px
}

.form-section .lesson-item {
    margin: 0 -20px;
    padding: 20px
}

.form-section .lesson-item + .lesson-item {
    border-top: solid 1px #ccc
}

.form-section .lesson-list {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0
}

.form-section .lesson-list li {
    background-color: #efefef;
    color: #666;
    padding: 5px 5px 5px 15px;
    margin-bottom: 5px;
    text-align: right
}

.form-section .lesson-list li .heading {
    padding-bottom: 5px
}

.form-section .lesson-list li .heading label {
    font-weight: 700;
    float: left;
    margin: 0;
    line-height: 30px
}

.form-section .lesson-list li .heading .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    float: left
}

.form-section .lesson-item .btn-ico {
    display: inline-block;
    min-width: 30px !important;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border: none
}

.form-section .lesson-item .lesson-heading {
    background: #999;
    color: #fff;
    padding: 5px 5px 5px 15px;
    text-align: right;
    margin-bottom: 5px
}

.form-section .lesson-item .lesson-heading label {
    float: left;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px
}

.form-section .lesson-item .lesson-heading a {
    color: #fff
}

.form-section .lesson-list li .btn-ico {
    color: #666;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.form-section .lesson-list .btn {
    font-weight: 400
}

.form-section .lesson-footer {
    text-align: center;
    padding: 10px 15px
}

.form-section .btn-content-item {
    background: #fff;
    border: solid 1px #ccc;
    color: #666
}

.form-section .lesson-item .btn-white {
    border-radius: 2px;
    box-shadow: none;
    font-weight: 400;
    background: #efefef;
    border: solid 1px #ccc;
    margin: 0 2px
}

.form-section .lesson-list-item .add-content {
    margin: 0 -5px 0 -10px;
    padding: 0 10px;
    border-top: solid 1px #ccc;
    text-align: left;
    display: none
}

.form-section .lesson-list-item .add-content label {
    font-weight: 700
}

.form-section .lesson-list-item .add-content label.radio {
    display: inline-block
}

.form-section .lesson-list-item .list-add-content-type {
    text-align: center
}

.form-section .lesson-list-item .list-add-content-type label {
    border: solid 1px #999;
    background: #fff;
    text-align: center;
    margin: 0 2px 2px;
    position: relative;
    font-weight: 400;
    min-width: 100px;
    padding: 2px
}

.form-section .lesson-list-item .list-add-content-type input {
    opacity: 0;
    position: absolute;
    margin: 0
}

.form-section .lesson-list-item .list-add-content-type .fa {
    display: block;
    font-size: 24px
}

.form-section .lesson-list-item .list-add-content-type .img {
    position: relative;
    display: block;
    padding-top: 2px
}

.form-section .lesson-list-item .list-add-content-type input:checked + .img {
    background: #999;
    color: #fff
}

.form-section .list-question-item table td {
    vertical-align: top
}

.form-section .list-question-item table td:first-child {
    min-width: 100px
}

.form-section .lesson-list-item .list-question-item {
    margin-bottom: 20px
}

.form-section .lesson-list-item .add-content .list-question-item table label {
    font-weight: 400;
    margin: 0;
    padding-right: 15px
}

.block-personal .form label input.input-label {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-overflow: ellipsis
}

.block-personal .form label input.input-label.entering {
    border: solid 1px #ccc;
    background: #fff;
    padding: 0 15px;
    color: #333
}

.form-section .lesson-list li.show .btn-addLessonContent {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-control-course .page-title {
    margin-top: 0
}

.page-control-course .page-light-grey {
    padding: 15px 0
}

.page-control-course .text-status .btn + .btn {
    margin-left: 5px
}

@media screen and (max-width: 767px) {
    .page-control-course .block-personal {
        padding-top: 15px
    }

    .page-control-course .block-personal-form, .page-control-course .personal-left-menu {
        height: auto !important
    }
}

@media screen and (max-width: 991px) {
    .page-control-course .block-personal {
        overflow: hidden;
        padding-top: 20px
    }

    .page-control-course .block-personal-form {
        padding: 0 0 0 15px
    }

    .page-control-course .page-light-grey .text-status {
        margin-right: -10px
    }

    .form-section .lesson-footer {
        text-align: right;
        padding-right: 0
    }

    .form-section .lesson-footer .btn {
        margin-bottom: 5px;
        width: 180px
    }
}

.home-page .page-bg {
    background: url('../images/bg.jpg') no-repeat center center scroll transparent;
    background-size: cover;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8) inset
}

.page-white {
    background: #fff;
    position: relative;
    border-top: solid 1px #a3a3a3;
    padding-bottom: 50px
}

.page-white > .container {
    position: relative
}

.page-white > .container:before {
    top: -10px;
    left: 12px;
    content: '';
    position: absolute;
    display: block;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #999
}

.page-white > .container:after {
    top: -9px;
    left: 12px;
    content: '';
    position: absolute;
    display: block;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #fff
}

.fluid-banner {
    text-align: center
}

.page-white .fluid-banner + .container:before, .page-white .fluid-banner + .container:after {
    display: none
}

.widget {
    border-radius: 4px;
    overflow: hidden
}

.widget-bg {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: #fff
}

.ie9 .widget-bg {
    filter: none
}

.widget-lecture.short {
    padding: 20px
}

.widget-lecture.short .avatar {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 50%;
    overflow: hidden
}

.widget-lecture.short .avatar img {
    max-width: 100%
}

.widget-lecture.short .info {
    margin-left: 120px
}

.widget-lecture.short .info a {
    font-weight: 700
}

.widget-plugin {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    background: #fff
}

.widget-lecture .widget-header, .widget-plugin .widget-header, .widget-bg .widget-header {
    font-weight: 700;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.ie9 .widget .widget-header {
    filter: none
}

.widget-lecture .widget-header h4, .widget-plugin .widget-header h4, .widget-bg .widget-header h4 {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #666;
    font-size: 16px;
    white-space: nowrap
}

.widget-body {
    text-align: center;
    padding: 10px;
    background: #fff
}

.widget-img .widget-body {
    padding: 20px 10px
}

.widget-img .widget-body img {
    margin-bottom: 30px
}

.widget-status number {
    color: #0060af
}

.course-content-block {
    background: #fff
}

.page-study .course-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

.heading-gra {
    color: #666;
    font-weight: 700;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.heading-gra.heading-tabs {
    background-color: #19bef0;
    background: -webkit-gradient(linear, left top, left bottom, from(#19bef0), to(#ff6f54));
    background: -webkit-linear-gradient(top, #19bef0, #ff6f54);
    background: -moz-linear-gradient(top, #19bef0, #ff6f54);
    background: -ms-linear-gradient(top, #19bef0, #ff6f54);
    background: -o-linear-gradient(top, #19bef0, #ff6f54)
}

.heading-gra h4 {
    min-height: 30px;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 16px
}

.course-content {
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #ccc
}

.course-content .block-status {
    padding: 20px
}

.course-content .block-status .progress {
    height: 8px
}

.lesson-group-header {
    background: #f2f2f2;
    margin: 0 -10px
}

.lesson-group-header h5 {
    color: #333;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400
}

.lesson-group .lesson-item {
    display: table;
    width: 100%;
    padding: 10px;
    font-size: 14px
}

.lesson-group .lesson-item .ico, .lesson-group .lesson-item .info {
    display: table-cell;
    vertical-align: middle;
    color: #666
}

.lesson-group .lesson-item h6 {
    font-size: 14px
}

.lesson-group .lesson-item .ico {
    cursor: pointer;
    width: 60px
}

.heading-tabs {
    margin: 0;
    padding: 10px;
    font-size: 0;
    overflow: hidden
}

.heading-tabs .tab {
    list-style: none;
    display: inline-block;
    position: relative
}

.heading-tabs .tab a {
    font-size: 16px;
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    color: #fff
}

.heading-tabs .tab.active a {
    background: #fff
}

.heading-tabs .tab.active a {
    color: #333
}

.widget-course.course-type-table .course-item .img {
    height: auto
}

.command-toolbar {
    position: absolute;
    text-align: right;
    width: 100%;
    right: 0;
    top: -40px
}

.command-toolbar a, .command-toolbar span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding: 5px 10px
}

.command-toolbar a:hover {
    font-weight: 700
}

.list-notifications {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16)
}

.list-notifications li {
    box-shadow: 0 1px 0 0 #fff inset;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}

.list-notifications .unread {
    background: #edebeb
}

.list-notifications li + li {
    border-top: solid 1px #cfcfcf
}

.list-notifications li:hover {
    background: #f9f9f9
}

.list-notifications li a {
    display: block;
    padding: 10px 20px;
    font-size: 0;
    color: #333
}

.list-notifications li .avatar, .list-notifications li .notify-info {
    display: inline-block;
    vertical-align: top
}

.list-notifications li .avatar {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    overflow: hidden
}

.list-notifications li .avatar img {
    max-width: 100%
}

.list-notifications li .notify-info {
    padding: 10px;
    font-size: 14px
}

.list-notifications .time i {
    margin-right: 5px
}

.list-notifications li .cmd {
    position: absolute;
    right: 10px;
    top: 5px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.list-notifications li .cmd a {
    color: #0060af;
    padding: 0 !important;
    font-size: 12px
}

.list-notifications li:hover .cmd {
    opacity: 1
}

.notify-dropdown {
    display: none;
    width: 300px;
    right: 10px;
    top: 100%;
    margin-top: 20px;
    position: absolute;
    z-index: 1000;
    text-align: left;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16)
}

.notify-dropdown .list-notifications {
    border-radius: 5px 5px 0 0;
    box-shadow: none
}

.notify-dropdown .list-notifications li a {
    padding: 5px 10px
}

.notify-dropdown .alert {
    margin: 10px 15px
}

#header .notify-dropdown .list-notifications li a:hover {
    font-weight: 300;
    color: #333
}

.notify-dropdown .list-notifications li .notify-info {
    width: 200px;
    padding: 0 0 0 10px;
    font-size: 12px
}

.notify-dropdown .list-notifications li .notify-info p strong {
    margin-right: 5px
}

.notify-dropdown .list-notifications li .no-avatar {
    padding: 5px 10px
}

.notify-dropdown .list-notifications li .no-avatar .notify-info {
    width: 260px
}

.notify-dropdown .list-notifications li .no-avatar a {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: inline;
    color: #0060af
}

.notify-dropdown .view-all {
    font-weight: 700;
    border-top: solid 1px #edebeb;
    text-align: center;
    padding: 6px 10px
}

.notify-dropdown:before {
    content: '';
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #ccc;
    position: absolute;
    top: -10px;
    right: 86px
}

.notify-dropdown:after {
    content: '';
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #fff;
    position: absolute;
    top: -9px;
    right: 86px
}

.notify-dropdown .mess {
    color: #333;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #edebeb
}

.notify-dropdown .mess number {
    background: #cc0000;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    padding: 2px;
    border-radius: 2px
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 25px
}

.mess-dropdown {
    color: #333;
    display: none;
    width: 300px;
    right: 10px;
    top: 100%;
    margin-top: 20px;
    position: absolute;
    z-index: 1000;
    text-align: left;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16)
}

.mess-dropdown .list-message {
    border-radius: 0;
    box-shadow: none;
    margin: 0
}

.mess-dropdown .list-message li {
    padding: 5px 10px;
    position: relative;
    cursor: pointer
}

#header .mess-dropdown .list-message li:hover {
    font-weight: 300;
    background-color: #fafafa
}

.mess-dropdown .list-message li .mess-info {
    width: 200px;
    padding: 5px 0 0 10px;
    font-size: 12px
}

.mess-dropdown .list-message .time {
    float: none
}

.mess-dropdown .list-message .btn-mark {
    position: absolute;
    border-radius: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border: solid 1px #0060af;
    padding: 0;
    right: 10px;
    top: 5px;
    background: none
}

.mess-dropdown .list-message .btn-mark.readed {
    background: #0060af
}

.mess-dropdown .view-all {
    font-weight: 700;
    border-top: solid 1px #edebeb;
    text-align: center;
    padding: 6px 10px
}

.mess-dropdown:before {
    content: '';
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #ccc;
    position: absolute;
    top: -10px;
    right: 56px
}

.mess-dropdown:after {
    content: '';
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #fff;
    position: absolute;
    top: -9px;
    right: 56px
}

.mess-dropdown .mess {
    padding: 10px;
    position: relative
}

.mess-dropdown .cmd {
    position: absolute;
    right: 10px;
    top: 5px
}

.mess-dropdown .cmd a {
    font-size: 14px;
    color: #999;
    display: inline-block;
    position: relative;
    padding: 6px 5px;
    margin: 0 5px
}

#header .top-buttons.top-buttons-logined .mess-dropdown .cmd .fa {
    width: auto;
    height: auto;
    line-height: 1
}

.mess-dropdown .cmd .fa-check-circle-o, .mess-dropdown .cmd .fa-plus-circle {
    position: absolute;
    right: 0px;
    font-size: 12px !important;
    top: 2px
}

.personal-left-menu .avatar {
    width: 180px;
    height: 180px;
    margin: 0 0 10px;
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.personal-left-menu .avatar img {
    max-width: 100%
}

.personal-left-menu a {
    color: #8e8e8e
}

.personal-left-menu h4 a {
    color: #333
}

.personal-left-menu h6 {
    font-weight: 300;
    margin: 5px 0
}

.personal-left-menu nav ul {
    list-style: none;
    margin: 20px 0;
    padding: 0
}

.personal-left-menu nav .active, .personal-left-menu nav a:hover {
    background: #0060af
}

.personal-left-menu nav a {
    font-size: 14px;
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 400
}

.personal-left-menu nav .active a, .personal-left-menu nav a:hover {
    color: #fff
}

.block-personal {
    padding: 10px 0px
}

.block-personal-form .sub-title {
    margin-bottom: 5px
}

.block-personal .form {
    border: solid 1px #ccc
}

.block-personal .form .form-section {
    padding: 10px 20px 20px
}

.block-personal .form .form-section .btn {
    min-width: 100px
}

.block-personal .form h5 {
    margin: 15px 0
}

.block-personal .form .form-control {
    border-color: #ccc
}

.block-personal .form label {
    font-weight: 400;
    margin-left: 20px
}

.block-personal .form label input {
    margin-right: 10px
}

.block-personal .form textarea.form-control {
    min-height: 150px
}

.block-personal .form .input-group-addon {
    min-width: 50px
}

.form-group.required {
    position: relative
}

.form-group.required:before {
    content: '*';
    position: absolute;
    left: -15px;
    top: 5px
}

.form-section .input-group + .input-group {
    margin-top: 10px
}

.input-group.inline {
    display: inline-table;
    vertical-align: middle
}

.input-group.inline.date .form-control {
    border-radius: 5px;
    width: 100px
}

.input-group.inline.date .btn-xs {
    padding: 2px 10px
}

.block-cmd {
    background: #efefef;
    padding: 20px 15px;
    margin: 10px auto
}

.block-cmd label {
    display: block
}

.block-cmd label span {
    font-weight: 400;
    margin-left: 10px;
    text-transform: uppercase
}

.table-cal {
    width: 100%;
    margin: 20px auto;
    border-color: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px
}

.table-cal thead th {
    background-color: #263B80;
    background: -webkit-gradient(linear, left top, left bottom, from(#263B80), to(#19bef0));
    background: -webkit-linear-gradient(top, #263B80, #19bef0);
    background: -moz-linear-gradient(top, #263B80, #19bef0);
    background: -ms-linear-gradient(top, #263B80, #19bef0);
    background: -o-linear-gradient(top, #263B80, #19bef0);
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px
}

.table-cal tbody td {
    background: #fafafa;
    padding: 10px 20px;
    border: solid 1px #fff;
    font-weight: 400
}

.table-cal tbody td.one-row {
    min-width: 200px
}

.table-cal tbody tr:nth-child(2n+1) td {
    background: #f2f2f2
}

.table-cal tbody td label {
    font-size: 16px
}

.page-in-white {
    background: #fff;
    padding: 20px 0
}

.nav-tabs-center.nav-justified {
    left: 50%;
    margin-left: -25%;
    width: 50%;
    border-spacing: 5px 0
}

.nav-tabs-center.nav-justified a {
    border: none !important
}

.block-profile {
    padding-bottom: 70px
}

.block-profile .avatar {
    max-width: 254px;
    display: block
}

.block-profile .avatar img {
    max-width: 100%
}

.block-profile .block-user-info {
    padding-top: 20px;
    position: relative
}

.block-profile .block-user-info .btn-edit {
    color: #333;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 2
}

.block-profile .block-user-info a {
    color: #19bef0
}

table .accordion-content-row > td {
    padding: 20px 30px;
    display: none
}

table .accordion-content-row.active > td {
    display: table-cell
}

.table-accordion .fa-chevron-up {
    display: none
}

.table-accordion .active .fa-chevron-up {
    display: inline-block
}

.table-accordion .active .fa-chevron-down {
    display: none
}

.study-detail {
    background: #fff;
    max-width: 850px;
    margin: 0 auto;
    display: none
}

.table-accordion tr.open td {
    background: #eeeeee
}

table .accordion-content-row.active .study-detail {
    display: block
}

.study-detail .heading {
    padding: 20px 50px
}

.study-detail .heading .title {
    color: #0060af;
    font-size: 18px;
    margin-bottom: 20px
}

.study-detail .img {
    margin: 0 10px
}

.study-detail .img img {
    max-width: 100%
}

.study-detail .col-info {
    padding-top: 20px
}

.study-detail .col-info label {
    width: 30%;
    position: relative
}

.study-detail .col-info label + span:before {
    content: ": ";
    font-weight: 700
}

.study-detail table {
    width: 100%
}

.study-detail table tbody td {
    background: #fafafa;
    border-color: #ccc
}

.study-detail .table-detail h4 {
    font-size: 16px;
    text-transform: uppercase
}

.study-detail .form-group {
    margin-bottom: 0
}

.btn-accordion {
    padding: 5px 20px;
    display: inline-block;
    font-size: 20px;
    color: #999
}

.widget-mess {
    margin-right: -20px
}

.widget-mess .widget-mess-search {
    padding-right: 20px
}

.widget-mess-list {
    height: 500px
}

.list-message {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff
}

.list-message li {
    border-top: solid 1px #cfcfcf;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.list-message .unread {
    background: #edebeb
}

.list-message li:hover {
    background: #0060af
}

.list-message li a {
    display: block;
    padding: 10px;
    font-size: 0;
    color: #333;
    white-space: nowrap
}

.list-message li a:hover {
    color: #fff
}

.list-message li .avatar, .list-message li .mess-info {
    display: inline-block;
    vertical-align: top
}

.list-message li .avatar {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    overflow: hidden
}

.list-message li .avatar img {
    max-width: 100%
}

.list-message li .mess-info {
    padding: 5px 70px 0 10px;
    font-size: 14px;
    white-space: normal;
    width: 100%
}

.list-message li .mess-info p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.list-message li h6 {
    color: #0060af;
    white-space: normal;
    margin-bottom: 10px
}

.list-message li a:hover h6 {
    color: #fff
}

.list-message .time {
    float: right;
    font-style: italic;
    font-weight: 300;
    color: #333;
    font-size: 90%
}

.widget-mess .widget-title {
    background: none;
    color: #333;
    font-size: 16px;
    text-align: left;
    margin: 10px 0 5px;
    padding: 0
}

.input-group.inside {
    border: solid 1px #ccc;
    border-radius: 4px
}

.input-group.inside .form-control {
    border: none
}

.input-group.inside .form-control:hover, .input-group.inside .form-control:focus {
    box-shadow: none
}

.input-group.inside .btn {
    border: none
}

.widget-mess .view-more {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border-top: solid 1px #edebeb;
    padding: 20px 0
}

.message-page {
    border-left: solid 1px #edebeb;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.1)
}

.message-toolbar {
    position: relative;
    padding: 20px;
    border-bottom: solid 1px #cfcfcf
}

.message-toolbar .dropdown-menu {
    left: auto;
    right: 0
}

.message-toolbar > .btn-group {
    position: absolute;
    right: 0;
    top: 10px;
    color: #999
}

.message-toolbar > .btn-group .btn {
    border: solid 1px #ccc
}

.message-toolbar .btn {
    color: #999;
    position: relative
}

.message-toolbar .btn .fa-plus-circle {
    position: absolute;
    right: 5px;
    top: 2px
}

.mess-detail-content {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff
}

.message-toolbar + .slimScrollDiv::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.mess-detail-content li {
    padding: 10px 20px;
    border-top: solid 1px #cfcfcf;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.mess-detail-content li a {
    display: block;
    padding: 0px 20px 0px 0px;
    font-size: 0;
    color: #333;
    white-space: nowrap
}

.mess-detail-content li input[type=checkbox] {
    float: left;
    margin-right: 10px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.mess-detail-content li:first-child {
    border-top: none
}

.select-mode .mess-detail-content li input[type=checkbox] {
    opacity: 1
}

.mess-detail-content li .avatar, .mess-detail-content li .mess-info {
    display: inline-block;
    vertical-align: top
}

.mess-detail-content li .avatar {
    border-radius: 50%;
    width: 68px;
    height: 68px;
    overflow: hidden
}

.mess-detail-content li .avatar img {
    max-width: 100%
}

.mess-detail-content li .mess-info {
    padding: 5px 0px 0 10px;
    font-size: 14px;
    white-space: normal;
    width: 100%
}

.mess-detail-content li .avatar + .mess-info {
    padding-right: 70px
}

.mess-detail-content li h6 {
    color: #0060af;
    white-space: normal;
    margin-bottom: 15px
}

.mess-detail-content .content p {
    margin-bottom: 5px;
    line-height: 1.2
}

.mess-detail-content .content p:last-child {
    margin-bottom: 0
}

.mess-detail-content .time {
    float: right;
    font-style: italic;
    font-weight: 300;
    color: #333
}

.mess-reply {
    padding: 20px 0 20px 20px;
    border-top: solid 1px #cfcfcf
}

.mess-reply textarea {
    min-height: 150px;
    margin-bottom: 20px
}

.modal-body .mess-detail-content li a {
    padding: 10px 20px
}

.modal-body .mess-detail-content li {
    border-top: none
}

.message-page .box-action-message {
    margin-bottom: 20px;
    border-top: solid 1px #cfcfcf;
    padding-top: 20px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.select-mode.message-page .box-action-message {
    opacity: 1
}

.block-form .modal-body .form-group {
    margin: 0 20px 10px
}

.block-form.block-modal textarea {
    min-height: 110px
}

.tab-panel {
    display: none
}

.tab-panel.active {
    display: block
}

.btn-upload {
    position: relative
}

.btn-upload input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0
}

.img-preview {
    background: #eee;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
    line-height: 200px;
    text-align: center;
    vertical-align: middle
}

.img-preview i {
    font-size: 200px;
    color: #ccc;
    position: absolute;
    left: 50%;
    margin-left: -80px
}

.img-preview img {
    max-width: 100%;
    max-height: 100%
}

.img-preview .tooltip {
    opacity: 1;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    background: #fff;
    transform: translate3d(-100%, -100%, 0);
    -webkit-transform: translate3d(-100%, -100%, 0);
    top: 50%;
    text-align: left
}

.img-preview .tooltip:before {
    content: '';
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #ccc;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px
}

.img-preview .tooltip:after {
    content: '';
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #fff;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -15px
}

.img-preview.chosen-image i {
    opacity: 0
}

.setting-table {
    width: 100%
}

.setting-table td {
    border-bottom: solid 1px #999
}

.setting-table.user-alert label {
    margin-left: 0px
}

.page-course-playing > .container {
    padding-top: 20px
}

.nav-course-menu li, .nav-course-menu li:focus {
    outline: none;
    padding: 0px 1px
}

.nav-course-menu li a {
    background: #333;
    color: #fff;
    font-size: 24px;
    position: relative;
    padding: 8px 10px
}

.nav-course-menu li a:hover, .nav-course-menu li:hover a, .nav-course-menu li.active a, .nav-tabs.nav-course-menu > li.active > a, .nav-tabs.nav-course-menu > li.active > a:hover, .nav-tabs.nav-course-menu > li.active > a:focus {
    background: #19bef0;
    color: #fff
}

.nav-course-menu .active a:before {
    content: '';
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #19bef0;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px
}

.nav-tabs.nav-course-menu > .active > a, .nav-tabs.nav-course-menu > .active > a:hover, .nav-tabs.nav-course-menu > .active > a:focus {
    border: none
}

.nav-tabs.nav-course-menu > li > a {
    border: none
}

.block-course-content {
    margin: 0 0 30px;
    background: url('../images/form_shadow.png') repeat-y right 0 scroll transparent
}

.course-toolbar {
    background: #eee;
    padding: 5px 10px;
    font-size: 0;
    position: relative
}

.course-toolbar .course-title {
    display: table-cell;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 20px;
    vertical-align: middle;
    margin: 0;
    padding: 5px 150px 5px 10px
}

.course-toolbar .btn-back {
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    display: table-cell;
    white-space: nowrap
}

.course-toolbar .btn-back .fa {
    background-color: #333;
    color: #fff;
    font-size: 22px;
    padding: 5px;
    border-radius: 50%;
    width: 32px;
    vertical-align: middle;
    margin-right: 5px
}

.course-toolbar .cmd {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 0
}

.course-toolbar .cmd a {
    font-size: 0px;
    color: #333;
    vertical-align: middle;
    line-height: 32px
}

.course-toolbar .cmd a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px
}

.course-toolbar .cmd .fa {
    font-size: 12px;
    height: 28px;
    width: 28px;
    text-align: center;
    vertical-align: middle;
    background-color: #333;
    color: #fff;
    line-height: 28px;
    margin: 6px 2px
}

.course-toolbar .cmd a.disabled {
    cursor: default
}

.course-toolbar .cmd a.disabled span {
    font-size: 0
}

.course-toolbar .cmd a.disabled .fa {
    background: #999
}

.form-quiz {
    border: solid 1px #ccc;
    padding: 20px;
    margin-top: 5px
}

.form-quiz .title {
    color: #333;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase
}

.form-quiz .exam {
    margin: 20px
}

.form-quiz .exam .form-group .radio {
    margin-left: 20px
}

.form-exam {
    border: solid 1px #ccc;
    padding: 20px
}

.form-exam .title {
    color: #333;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase
}

.form-exam textarea {
    min-height: 150px
}

.form-exam .form-upload {
    padding: 0;
    display: inline-block;
    font-size: 0
}

.form-exam .form-upload .btn-gray {
    margin: 0;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    z-index: 1
}

.form-exam .form-upload .btn-gray .fa {
    margin-left: 5px
}

.form-exam .form-upload .btn-primary {
    border-radius: 0 4px 4px 0;
    width: 80px;
    position: relative;
    z-index: 2
}

.block-course-menu {
    margin: 0 auto 30px
}

.block-course-menu .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%
}

.block-course-menu .tab-panel-content {
    padding-top: 20px
}

.block-course-menu .box-lesson .title {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    background: #e7e6e6;
    font-size: 14px
}

.block-course-menu .box-lesson .title.test {
    color: #333
}

.block-course-menu .box-lesson .list {
    margin: 0;
    padding: 0;
    list-style: none
}

.block-course-menu .box-lesson .list li {
    padding: 10px 20px 10px 40px;
    border-bottom: solid 1px #ccc
}

.block-course-menu .box-lesson .list li a {
    color: #333;
    font-size: 0
}

.block-course-menu .box-lesson .list li a:hover, .block-course-menu .box-lesson .title:hover, .block-course-menu .box-lesson .list li.active a {
    color: #333
}

.block-course-menu .box-lesson .list li.active label, .block-course-menu .box-lesson .list li.active span {
    font-weight: 700
}

.block-course-menu .box-lesson .list label, .block-course-menu .box-lesson .list span {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px
}

.block-course-menu .box-lesson .list label {
    width: 30%
}

.block-course-menu .box-lesson .list span {
    width: 70%;
    position: relative;
    padding: 0 15px 0 0
}

.block-course-menu .box-lesson .list span:before {
    content: ':';
    position: absolute;
    left: -10px
}

.box-course .exam p:last-of-type {
    margin-bottom: 30px
}

.box-note .slimScrollDiv {
    margin-right: -20px;
    padding-right: 20px
}

.box-note .form-group {
    padding: 0px 0px 20px 20px
}

.list-note {
    list-style: none;
    border-top: solid 1px #ccc;
    padding: 0;
    margin: 0
}

.list-note .time {
    float: left;
    font-weight: 700
}

.list-note li {
    float: left;
    width: 100%;
    padding: 10px 0 10px 20px;
    border-bottom: solid 1px #ccc;
    position: relative
}

.list-note li > p {
    margin-left: 50px;
    text-align: justify;
    word-wrap: break-word
}

.list-note li .close {
    position: absolute;
    right: -20px;
    top: -7px;
    opacity: 0;
    padding: 0 20px
}

.list-note li:hover .close {
    opacity: .6
}

.box-docs {
    padding: 0 0 20px 20px
}

.box-docs .list-docs {
    list-style: none;
    margin: 0;
    padding: 0
}

.box-docs .list-docs li {
    margin-bottom: 10px
}

.box-docs .list-docs li .form-control {
    border: solid 1px #ccc;
    border-left: none
}

.box-docs .list-docs li .form-control:focus {
    box-shadow: none
}

.box-docs .list-docs li .input-group-addon {
    background: none
}

.box-docs .list-docs li .input-group-btn .btn {
    background: #f0f0f0;
    color: #0060af
}

.box-discuss {
    padding-left: 20px
}

.box-discuss .form .avatar {
    width: 54px;
    height: 54px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    display: block
}

.box-discuss .form .avatar img {
    width: 100%
}

.box-discuss .form .note-editor {
    margin-left: 60px;
    display: block;
    width: auto
}

.discusses {
    padding-left: 20px
}

.list-discuss {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0
}

.discuss-item {
    border-top: solid 1px #ccc;
    padding: 10px 0
}

.discuss-item .avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    float: left
}

.discuss-item .avatar img {
    max-width: 100%
}

.discuss-item .post-content, .discuss-item .time, .discuss-item .cmd {
    margin-left: 50px
}

.discuss-item .time {
    font-size: 11px;
    margin: -5px 0 10px 50px
}

.discuss-item .cmd a {
    color: #333;
    font-size: 12px;
    margin-right: 20px
}

.discuss-item .cmd a .fa {
    color: #0060af;
    margin-right: 5px
}

.discuss-item .post-reply {
    margin: 10px 0 0 50px;
    padding: 0 0 0 20px;
    border-left: solid 1px #ccc
}

.discuss-item .post-reply .avatar {
    width: 30px;
    height: 30px
}

.discuss-item .post-reply .post-content, .discuss-item .post-reply .time, .discuss-item .post-reply .cmd {
    margin-left: 40px
}

.discuss-item .post-comment {
    margin: 0 0 0 50px;
    padding: 10px 0 0 20px;
    border-left: solid 1px #ccc
}

.discuss-item .post-comment .avatar {
    width: 30px;
    height: 30px
}

.discuss-item .post-comment .form-control {
    margin-left: 40px;
    width: auto
}

.fb-comment-wrapper {
    padding: 0 15px
}

.fb-comment-wrapper .fb_iframe_widget {
    width: 100%
}

.fb-comment-wrapper .fb_iframe_widget > span {
    width: 100% !important
}

.fb-comment-wrapper .fb_iframe_widget iframe {
    width: 100% !important
}

.res-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-cart .course-name {
    display: table
}

.table-cart .course-name .img, .table-cart .course-name h5 {
    display: table-cell;
    vertical-align: middle
}

.table-cart .course-name .img {
    width: 135px;
    min-width: 135px
}

.table-cart .course-name .img img {
    max-width: 100%
}

.table-cart .course-name h5 {
    padding-left: 10px;
    line-height: 1.4;
    word-break: break-word;
    min-width: 100px
}

.table-cart .btn-group .btn-radio {
    background: none;
    border: solid 1px #0060af
}

.table-cart .btn-group .btn-radio.active {
    background: #0060af;
    color: #fff
}

.table-cart .input-number {
    width: 100px
}

.footer-cmd {
    padding: 20px 0
}

.footer-cmd .btn {
    margin: 0 10px;
    width: 40%
}

.btn-group-inline {
    white-space: nowrap;
    font-size: 0
}

.btn-group-inline .btn {
    display: inline-block;
    white-space: nowrap;
    float: none
}

.block-downrate {
    font-size: 0
}

.block-downrate label {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 50%;
    padding-right: 10px
}

.block-downrate .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 50%;
    font-size: 14px
}

.row-note {
    text-align: center;
    padding: 0 0 30px
}

.row-note > a {
    font-size: 18px;
    font-weight: 700;
    margin: 0 10px;
    display: inline-block;
    width: 40%
}

.input-group input {
    margin-right: -1px
}

.input-group input + .input-group-btn .btn {
    border-radius: 0 4px 4px 0
}

.popover.tooltip {
    width: 320px
}

.tooltip .popover-content .close {
    right: 5px
}

.block-course-info {
    padding-top: 30px
}

.block-course-info p:empty {
    display: none
}

.block-course-info .form-group {
    margin-bottom: 10px
}

.block-course-info .form-group .caption, .block-course-payment .form-group .caption {
    width: 180px;
    vertical-align: bottom;
    display: inline-block;
    margin: 0
}

.block-course-payment .form-group .radio {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-left: 20px;
    margin: 0 20px 0 0
}

.block-course-info .form-group .captio {
    vertical-align: middle
}

.inline-table {
    display: inline-block
}

.block-course-info h4, .block-course-payment h4 {
    margin-bottom: 15px
}

.block-course-payment .inline-table label {
    min-width: 180px;
    vertical-align: middle;
    font-weight: 400
}

.block-course-payment .inline-table .form-control {
    display: inline-block;
    width: 200px
}

.block-course-payment .inline-table .help-block {
    padding-left: 180px
}

.payment-cmd {
    margin-top: 20px
}

.payment-cmd .btn {
    margin-left: 15px
}

.bank {
    list-style: none;
    border: solid 1px #ccc;
    margin: 0 0 108px 0;
    padding: 5px;
    font-size: 0
}

.bank li {
    display: inline-block;
    margin: 2px
}

.bank li a {
    display: block;
    border: dashed 1px #edebeb;
    padding: 5px
}

.payment-tab-nav {
    list-style: none;
    margin: 20px 0;
    padding: 0
}

.payment-tab-nav .active, .payment-tab-nav li:hover {
    background: #0060af
}

.payment-tab-nav li label {
    padding-left: 30px
}

.payment-tab-nav li label input {
    margin-top: 8px
}

.payment-tab-nav li span {
    font-size: 14px;
    display: block;
    padding: 5px 15px 5px 0;
    text-transform: uppercase;
    font-weight: 400
}

.payment-tab-nav .active span, .payment-tab-nav span:hover {
    color: #fff
}

.block-course-payment-type .block-wrapper {
    position: relative;
    padding: 20px 30px;
    min-height: 200px
}

.block-course-payment-type .block-wrapper h5 {
    margin-bottom: 15px
}

.block-course-payment-type .block-wrapper h5.extend-padding {
    padding-bottom: 10px
}

.block-course-payment-type .block-wrapper .form-group {
    margin-bottom: 5px
}

.block-course-payment-type .block-wrapper .pay-cod .form-group {
    margin-bottom: 15px
}

.block-course-payment-type .block-wrapper .form-group .col-sm-2 {
    padding-right: 0
}

.block-course-payment-type .block-wrapper .form-group .form-control {
    margin-top: -8px
}

.block-course-payment-type .block-wrapper .transfer {
    min-height: 280px
}

.block-course-payment-type .block-wrapper .credit {
    min-height: 280px
}

.fa-xclose:before {
    content: 'x';
    font-size: 16px;
    font-family: 'Roboto'
}

.block-paragraph {
    padding: 25px 0 0
}

.block-paragraph .panel-body {
    text-align: justify
}

.block-partner .tab-text-content .btn-orange {
    width: 200px
}

.block-partner .block-contact-info {
    margin-top: 30px
}

.tab-text-content .sub-title {
    text-transform: uppercase
}

.tab-text-content h4 {
    margin-top: 20px;
    margin-bottom: 10px
}

.tab-text-content h5 {
    margin: 15px 0
}

.pay-cod .help-block.with-errors {
    padding-left: 25%;
    float: left;
    margin-left: 10px
}

.form-blue {
    background: #0060af;
    color: #fff;
    width: 60%;
    margin: 30px auto;
    padding: 20px 30px 10px;
    border-radius: 5px
}

.form-blue .btn {
    padding: 6px 30px
}

.form-blue .form-control {
    border: none
}

.form-blue textarea {
    min-height: 150px
}

.form-search-page {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    border-bottom: solid 1px #333;
    height: 30px;
    margin: -50px 30px 20px;
    display: inline-block;
    overflow: hidden
}

.form-search-page input {
    border: none;
    float: left;
    height: 28px;
    margin-right: 30px;
    min-width: 200px;
    line-height: 28px;
    background: none
}

.form-search-page .ico {
    height: 0;
    position: absolute;
    right: 0;
    top: 0
}

.inline {
    display: inline
}

.block-ask-more {
    background: #efefef;
    padding: 30px;
    margin-top: 20px
}

.block-ask-more h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px
}

.block-ask-more p {
    font-size: 18px
}

.block-ask-more .btn {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px
}

.support-group {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px
}

.support-group h4 {
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap
}

.support-group.group-1 h4 {
    background: #ff7271
}

.support-group.group-2 h4 {
    background: #f7c830
}

.support-group.group-3 h4 {
    background: #14cfc4
}

.support-group.group-4 h4 {
    background: #ae3c6f
}

.support-group .ques-list {
    padding: 15px 10px 20px 45px
}

.support-group .ques-list a {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    position: relative
}

.support-group .ques-list a .fa {
    position: absolute;
    left: -20px;
    top: 2px;
    font-size: 16px;
    color: #999
}

.support-group .more {
    display: block;
    text-align: center;
    margin-top: 50px;
    padding: 20px 0;
    font-size: 14px
}

.block-support {
    padding-top: 30px
}

.contact-page {
    padding-top: 30px
}

#gmap_canvas {
    height: 400px;
    margin-bottom: 30px
}

.contact-page .block-contact h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.contact-page .block-contact h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    font-size: 14px
}

.contact-page .block-contact h5.biger-size {
    font-size: 16px
}

.contact-page .block-contact ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-page .block-contact ul li {
    margin-bottom: 15px
}

.contact-page .block-contact ul a.text-red {
    font-weight: 700;
    font-size: 20px;
    color: #cc0000
}

.contact-page .block-contact ul a {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    white-space: nowrap
}

.contact-page .block-contact ul .fa {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #999;
    color: #fff;
    text-align: center;
    line-height: 30px;
    vertical-align: middle
}

.contact-page .block-contact ul .text-red .fa {
    background: #cc0000
}

.contact-page .block-contact ul a span, .contact-page .block-contact ul span span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    white-space: normal;
    padding-right: 30px
}

.contact-page .form-contact h4 {
    margin-bottom: 10px
}

.contact-page .form-contact .form-group {
    margin-bottom: 20px
}

.contact-page .form-contact .form-control {
    border-color: #ccc;
    height: auto
}

.contact-page .form-contact .form-control label {
    font-weight: 300;
    font-style: italic
}

.contact-page .form-contact .form-control input {
    border: none
}

.contact-page .form-contact label {
    font-weight: 300;
    font-style: italic;
    margin-right: 10px
}

.contact-page .form-contact .fix-bot-margin {
    margin-bottom: 5px
}

.form-catcha img {
    margin-right: 10px
}

.form-catcha input {
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 6px 12px
}

.contact-page .form-contact textarea {
    width: 100%;
    min-height: 150px
}

.errorlist {
    padding: 0px;
    list-style: none
}

.with-success {
    color: #008200
}

.panel img {
    max-width: 100%
}

.search-support-box {
    float: right
}

.search-support-box .form-search-page {
    margin: 10px 0
}

.support-title.small {
    line-height: 50px
}

.certificate-block {
    background: url('../images/certificate.jpg') no-repeat 0 0 scroll transparent;
    background-size: 100%;
    width: 976px;
    height: 684px;
    margin: 40px auto;
    position: relative
}

.certificate-block .block-content {
    text-align: center;
    padding-top: 128px
}

.certificate-block .img-logo {
    position: absolute;
    right: 120px;
    top: 115px
}

.certificate-block .lecturer {
    position: absolute;
    bottom: 118px;
    width: 45%
}

.certificate-block .lecturer img {
    margin-bottom: 10px
}

.certificate-block .lecturer h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px auto
}

.certificate-block .lecturer h5 {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase
}

.certificate-block .director {
    position: absolute;
    bottom: 118px;
    width: 45%;
    left: 53%
}

.certificate-block .director img {
    margin-bottom: 10px
}

.certificate-block .director h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px auto
}

.certificate-block .director h5 {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase
}

.certificate-block .lbl-no {
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: 15px;
    font-weight: 700
}

.certificate-block .course-name {
    color: #19bef0;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 375px;
    font-size: 24px
}

.certificate-block .name {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 305px;
    font-weight: 700
}

.certificate-block .name h2 {
    font-family: 'UVFMetroScript';
    font-size: 40px;
    color: #19bef0;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 400
}

.certificate-block .name span {
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: -10px
}

.certificate-block .date {
    font-weight: 700;
    position: relative;
    top: 125px;
    text-transform: uppercase;
    font-size: 14px
}

.certificate-modal {
    width: 976px;
    margin: 40px auto 0
}

.certificate-modal .certificate-block {
    margin-top: 0
}

.certificate-modal .modal-header {
    border: solid 1px #ccc;
    border-bottom: none;
    background: #fff;
    text-align: right;
    padding: 10px 20px
}

.certificate-modal .modal-header .btn {
    margin-right: 20px
}

.certificate-modal .modal-header .close {
    background: #666;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: none
}

.tab-panel .content img {
    margin: 20px auto;
    max-width: 100%
}

.content .no-style {
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

.content ol {
    margin: 20px 0 10px;
    padding: 0;
    list-style-position: inside
}

.content ul.contact {
    margin: 10px 0;
    padding: 0;
    list-style: none
}

.content ul.contact li {
    margin-bottom: 10px
}

.content ul.contact li .fa, .content ul.contact li span {
    display: inline-block;
    vertical-align: middle
}

.content ul.contact li .fa {
    margin-right: 10px;
    background: #666;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 24px
}

.content ul.contact li a {
    color: #666
}

.block-partner .content ol {
    max-width: 720px;
    margin-left: auto
}

.block-partner .content ol.desc {
    margin-top: -20px;
    font-weight: 700
}

.block-partner .content ol.desc p {
    font-weight: 300
}

.block-form-type {
    background: #fff;
    border-radius: 10px;
    max-width: 750px;
    width: auto
}

.block-form-type .modal-header {
    background: #0060af;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    padding: 30px 15px
}

.block-form-type .modal-header .close {
    background: #fff;
    text-align: center;
    color: #0060af;
    opacity: 1;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-top: -5px
}

.block-form-type .form-content {
    max-width: 450px;
    margin: 20px auto 0
}

.block-form-type .form-content .form-control {
    color: #000
}

.block-form-type .form-content label {
    font-weight: 300
}

.block-form-type .btn-orange {
    padding: 6px 40px
}

.block-form-type .form-content .row-thin .form-group {
    margin-bottom: 5px
}

#main {
    overflow: hidden;
    padding-bottom: 20px
}

#main .has-error .help-block {
    display: block
}

#main .help-block {
    display: none
}

.f-se {
    font-family: 'SegoePrint'
}

.block-waiting {
    padding: 60px 0;
    text-align: center
}

.block-waiting label {
    font-size: 24px;
    margin: 0 20px
}

.block-waiting .aniamte-loading {
    margin-top: 40px
}

.block-waiting .draw-status-wrapper {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    width: 350px;
    background: url('../images/ani_status.png') no-repeat 0 center scroll transparent
}

.block-waiting .draw-status-wrapper span {
    display: block;
    height: 100%;
    background: url('../images/ani_status_bar.png') no-repeat right center scroll transparent
}

.block-waiting .logo {
    display: block;
    margin: 40px auto 70px
}

.fluid-banner-img {
    overflow: hidden
}

.fluid-banner-img img {
    width: 100%
}

.page-white .fluid-banner-img + .container:before, .page-white .fluid-banner-img + .container:after {
    display: none
}

.list-about .item {
    margin-bottom: 24px;
    position: relative;
    overflow: hidden
}

.list-about .item img {
    max-width: 100%
}

.list-about .item .img {
    position: relative;
    z-index: 1
}

.list-about .item .hover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.list-about .item:hover .hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.list-about {
    margin: 30px auto 50px;
    max-width: 1020px
}

.list-about .hover .btn-red {
    position: absolute;
    bottom: 12px;
    right: 30px;
    color: #fff;
    text-transform: uppercase;
    background: #cc0000;
    border-radius: 4px;
    padding: 6px 22px;
    line-height: 1
}

.list-about .item-two .hover .btn-red {
    bottom: 112px;
    left: 170px;
    right: auto
}

.about-content {
    padding-top: 40px
}

.about-content .img img {
    max-width: 100%
}

.about-content .table-el {
    display: table;
    width: 100%;
    margin: 30px auto
}

.about-content .table-el .table-cell {
    display: table-cell;
    vertical-align: bottom;
    width: 33%;
    padding: 0 15px
}

.about-content .table-el .table-cell.cell-text {
    padding-bottom: 10px
}

.about-content .table-el .table-cell h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 2px;
    white-space: nowrap
}

.about-content .table-el .table-cell:first-child {
    text-align: right
}

.about-content .table-el .table-cell:first-child + .table-cell {
    text-align: center
}

.about-content .block-content.dark-gray {
    padding: 20px 40px 0 50px;
    font-size: 14px;
    margin-top: 40px
}

.about-content .block-content.dark-gray h4 {
    margin: 35px 0 30px
}

.about-content .block-content.dark-gray p {
    text-align: justify;
    max-width: 455px
}

.about-content .content {
    margin-top: 20px
}

.about-content .content h4 {
    margin-bottom: 10px
}

.about-content .title + .sub {
    margin-top: 12px;
    padding-bottom: 25px
}

.about-content .paragraph-content {
    padding-bottom: 15px;
    max-width: 840px;
    margin: 0 auto
}

.paragraph-content .list-dot {
    margin: 20px
}

.paragraph-content .list-dot p {
    font-size: 14px;
    list-style: disc;
    display: list-item;
    color: #159bd6;
    margin-left: 20px
}

.paragraph-content .list-dot p strong {
    color: #159bd6
}

.paragraph-content .list-dot p span {
    color: #111
}

.paragraph-content .list-dot .circles {
    list-style: none;
    text-align: center;
    font-size: 0;
    display: table;
    border-spacing: 10px 0;
    margin: 0 auto 20px
}

.paragraph-content .list-dot .circles li {
    text-transform: uppercase;
    display: table-cell;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    width: 108px;
    height: 108px;
    border-radius: 50%
}

.bg-blue li {
    background: #159bd6
}

.bg-orange li {
    background: #f9a340
}

.p-star {
    float: left;
    width: 100%
}

.p-star > span {
    float: left;
    font-size: 24px;
    color: #f9a340
}

.p-star p {
    margin-left: 30px;
    margin-top: 5px;
    font-size: 14px
}

.paragraph-content .order-list {
    list-style: none;
    margin: 20px 0 40px 40px;
    padding: 0
}

.paragraph-content .order-list li {
    float: left;
    width: 100%
}

.paragraph-content .order-list li > span {
    display: block;
    border-radius: 50%;
    background: #159bd6;
    text-align: center;
    line-height: 24px;
    width: 24px;
    color: #fff;
    float: left
}

.paragraph-content .order-list li > p {
    margin-left: 50px;
    line-height: 24px
}

.paragraph-content .icon-list {
    font-size: 0;
    text-align: center
}

.paragraph-content .icon-list .item {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    margin: 0 15px
}

.paragraph-content .icon-list .item h5 {
    font-weight: 300;
    margin-top: 10px
}

.error-page body {
    background: #0060af;
    color: #fff
}

.error-page #main {
    border-bottom: solid 2px #fff
}

.error-page a:hover {
    color: #fff
}

.error-page .toolbar {
    margin: 20px auto;
    text-align: center
}

.error-page .toolbar a {
    border-radius: 5px;
    padding: 6px;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 28px;
    font-size: 24px;
    margin: 0 1px;
    background: #fff
}

.error-page .notice p {
    font-weight: 400
}

.error-page .notice .form-search {
    width: 300px;
    margin: 10px auto 30px
}

.error-page .notice .form-search .form-control input {
    border: none;
    background: none;
    float: left;
    width: 230px
}

.error-page .notice .form-search .form-control a {
    float: right;
    margin-top: -6px
}

.error-page .block-message {
    display: table;
    margin: 30px auto 40px
}

.error-page .block-message .cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.error-page .block-message .text {
    text-transform: uppercase;
    margin-top: 10px
}

.bootbox .modal-dialog .modal-content {
    background: #19bef0;
    color: #fff;
    padding-bottom: 6px
}

.bootbox .modal-dialog .modal-title {
    font-weight: 400;
    font-size: 14px
}

.bootbox .modal-dialog .bootbox-close-button {
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #cc6600
}

.bootbox .modal-dialog .modal-header {
    border-bottom: none;
    padding: 10px
}

.bootbox .modal-dialog .modal-footer {
    border-top: none;
    text-align: center;
    background: #fff;
    border-radius: 0 0 6px 6px;
    margin: 0 6px
}

.bootbox .modal-dialog .modal-body {
    background: #fff;
    border-radius: 6px 6px 0 0;
    margin: 0 6px;
    color: #111;
    padding: 15px
}

.bootbox .modal-dialog .modal-footer .btn {
    padding: 5px 12px;
    font-size: 14px;
    text-transform: none
}

.bootbox.bootbox-alert .modal-dialog .modal-content, .bootbox.bootbox-confirm .modal-dialog .modal-content {
    background: #0060af;
    color: #fff;
    padding: 20px
}

.bootbox.bootbox-dialog .modal-dialog .modal-content {
    background: #fff
}

.bootbox.bootbox-alert .modal-dialog .modal-body, .bootbox.bootbox-alert .modal-dialog .modal-footer, .bootbox.bootbox-confirm .modal-dialog .modal-body, .bootbox.bootbox-confirm .modal-dialog .modal-footer {
    background: none;
    color: #fff;
    padding: 0
}

.bootbox.bootbox-alert .modal-dialog .modal-body, .bootbox.bootbox-confirm .modal-dialog .modal-body {
    padding: 0 0 20px;
    font-weight: 400
}

.bootbox.bootbox-alert .modal-dialog .bootbox-close-button, .bootbox.bootbox-confirm .modal-dialog .bootbox-close-button {
    position: absolute;
    top: -5px;
    right: -20px
}

.bootbox.bootbox-dialog .modal-dialog .bootbox-close-button {
    background: #159bd6;
    color: #fff;
    margin-right: -15px
}

.bootbox.bootbox-alert .modal-dialog .modal-footer .btn-primary, .bootbox.bootbox-confirm .modal-dialog .modal-footer .btn-primary {
    padding: 5px 12px;
    font-size: 14px;
    text-transform: none;
    color: #fff;
    background: #19bef0 !important;
    border: none
}

.error-page .block-message .cell img {
    max-width: 100%
}

.counter-page #header {
    height: 0;
    position: fixed;
    border: none
}

.counter-page #header .logo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0
}

.counter-page #main {
    padding-top: 90px;
    padding-bottom: 70px;
    background: url('../images/landing_bg.jpg') no-repeat center bottom scroll #cef1fc;
    background-size: 100%
}

.counter-page #main .sologan h3 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    color: #0379ae;
    font-size: 14px;
    font-family: 'HelveticaWorld-Bold'
}

.counter-page #main .note {
    font-size: 18px;
    color: #0379ae;
    font-family: 'HelveticaWorld-Bold'
}

.counter-page #footer img {
    max-width: 100%;
    margin: 0 auto
}

.counter-page #footer .img {
    margin: 0 auto;
    text-align: center
}

.counter-page .col-five-bonus {
    font-size: 0
}

.counter-page .col-five-bonus > div {
    display: inline-block;
    vertical-align: middle
}

.counter-page .col-five-bonus .img {
    width: 40%;
    padding: 0 10px
}

.counter-page .col-five-bonus > div p {
    font-size: 13px;
    color: #fff;
    text-align: center
}

.counter-page .col-five-bonus > div .social-links {
    font-size: 28px;
    text-align: center
}

.counter-page .col-five-bonus .social-block {
    padding-right: 50px;
    width: 60%
}

.counter-page .col-five-bonus .fa {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden
}

.counter-page .col-five-bonus .fa-youtube {
    background: #be1f22
}

.counter-page .col-five-bonus .fa-facebook {
    background: #2060b0
}

.counter-page .col-five-bonus .fa-google-plus {
    background: #d9511b
}

.counter-page .col-five-bonus .fa-linkedin {
    background: #51adf5
}

.counter-page #footer .input-group {
    margin-bottom: 10px
}

.counter-page #footer .form-control {
    border: none
}

.countdown-wrapper {
    margin: 20px auto 10px
}

.counter-page h1 {
    font-size: 26px;
    line-height: 1.2;
    color: #0379ae;
    font-family: 'UTMBebas';
    font-weight: normal
}

.counter-page h1 strong {
    font-size: 44px;
    font-weight: normal;
    font-family: 'BebasNeueBold'
}

.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.clock-canvas {
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
    position: relative
}

.clock-canvas:before {
    content: '';
    background-color: #1397cb;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    display: block;
    border-radius: 50%;
    z-index: 2
}

.clock-item .text {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 3
}

.clock-item .text .val {
    font-size: 48px;
    line-height: .8;
    margin: 0 auto;
    padding-top: 30px
}

.clock-item .text .type-time {
    font-size: 14px;
    text-transform: lowercase
}

.error-page .text {
    position: static
}

.widget-ads .ads {
    display: block
}

.widget-ads .ads img {
    width: 100%
}

.widget-ads-fluid {
    padding: 20px 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #19bef0;
    color: #fff;
    margin: 10px 10px 30px
}

.widget-ads-fluid .btn {
    display: inline-block;
    margin: 5px auto
}

.widget-ads-fluid h3 {
    font-weight: 400
}

.news-page.widget-ads-fluid {
    margin: 10px 18px 15px 0
}

.w100.widget-ads-fluid {
    margin: 10px 0 15px
}

.search-result-item {
    position: relative;
    font-size: 0;
    padding: 15px 12px;
    margin: 0 12px 15px;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

.search-result-item > div {
    padding: 0;
    display: inline-block;
    float: none;
    vertical-align: middle
}

.search-result-item .img {
    float: left;
    width: 200px
}

.search-result-item .img img {
    max-width: 100%
}

.search-result-item .text-content {
    display: block;
    margin-left: 210px;
    color: #333;
    font-size: 14px
}

.search-result-item .text-content p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.search-result-item .lecture-name {
    font-weight: 700
}

.search-result-item .title {
    color: #111;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0060af;
    display: block
}

.search-result-item .price {
    color: #19bef0
}

.search-result-item .block-rating label {
    margin-left: 10px
}

.search-result-item .text-content .clearfix > span, .search-result-item .text-content .clearfix > div {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}

.form-control.form-control-half {
    width: 50%;
    display: inline-block
}

.captcha-code {
    padding: 0 20px;
    font-weight: 700
}

.countdown-wrapper .clock {
    max-width: 480px;
    margin: 0 auto
}

.box-message {
    display: block;
    margin: 0 auto;
    max-width: 300px
}

.no-margin-bottom {
    margin-bottom: 0px
}

.news-page a:hover {
    color: #19bef0
}

.news-page .btn:hover {
    color: #fff
}

.news-topbar {
    background: #19bef0;
    color: #fff;
    padding: 10px 15px
}

.news-topbar .breadcrumb-status, .news-topbar .news-menu a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.news-topbar .breadcrumb-status i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.news-slider-wrapper {
    margin-top: 25px
}

.news-slider-wrapper .bx-default-pager {
    text-align: center;
    padding: 40px 0 10px
}

.news-slider-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: middle
}

.news-slider-wrapper .bx-pager-item a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 0;
    color: transparent;
    margin: 0 10px;
    background: #0060af
}

.news-slider-wrapper .bx-pager-item .active {
    background: #19bef0
}

.news-slider {
    margin: 0 -10px
}

.news-slider-item {
    padding: 0 10px
}

.news-slider-item .news-slider-img {
    padding: 0 10px;
    text-align: center
}

.news-slider-item .news-slider-img img {
    max-width: 100%
}

.news-slider-item .news-slider-info {
    padding: 0 10px
}

.news-slider-item .news-slider-info .title {
    color: #0060af;
    font-weight: 700
}

.news-slider-item .news-slider-info .time {
    color: #666;
    margin: 15px 0
}

.news-slider-item .news-slider-info .desc {
    margin-bottom: 20px
}

.news-slider-item .news-slider-info .desc-status {
    font-size: 16px
}

.news-slider-item .desc-status span {
    color: #666;
    margin-right: 10px
}

.desc-status span {
    font-size: 80%;
    font-weight: 600
}

.desc-status span .fa {
    margin-right: 5px;
    color: #0060af
}

.news-slider-item .desc-status .news-views {
    color: #999
}

.desc-status .link {
    float: right;
    margin-top: 25px
}

.block-best-quote {
    margin: 20px auto
}

.block-best-quote .block-title {
    margin-bottom: 30px
}

.block-best-quote blockquote {
    background: #fff;
    padding: 30px;
    box-shadow: inset 0 2px 0 #19bef0, -4px -2px 25px rgba(0, 0, 0, 0.1);
    position: relative
}

.block-best-quote blockquote:after, .block-best-quote blockquote:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.block-best-quote blockquote:after {
    border-top-color: #ffffff;
    border-width: 10px;
    left: auto;
    right: 40px;
    margin-left: -10px
}

.block-best-quote blockquote:before {
    border-top-color: rgba(0, 0, 0, 0.01);
    border-width: 11px;
    left: auto;
    right: 40px;
    margin-left: -11px
}

.block-best-quote blockquote p {
    font-family: 'Alegreya', serif;
    font-size: 24px;
    color: #b4b4b4;
    font-weight: 400;
    line-height: 40px;
    font-style: italic;
    text-indent: 100px;
    position: relative;
    text-align: center
}

.block-best-quote blockquote p:before {
    content: '\201C';
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    font-size: 175px;
    top: 0px;
    left: -105px;
    color: #19bef0;
    text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1)
}

.block-best-quote .mb-attribution {
    text-align: right;
    padding: 20px 100px 20px 20px;
    position: relative
}

.block-best-quote .mb-thumb {
    display: block;
    width: 70px;
    height: 70px;
    border: 5px solid #fff;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    right: 10px;
    bottom: 5px;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.6)
}

.block-best-quote .mb-thumb img {
    max-width: 100%
}

.block-best-quote .mb-author {
    font-family: 'Alegreya SC', serif;
    font-weight: 700;
    font-size: 18px;
    color: #0060af;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7)
}

.block-best-quote cite a {
    font-family: 'Alegreya', serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
}

.block-best-quote cite a:hover {
    color: #bc93c8;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7)
}

.news-widget {
    border: solid 1px #ccc;
    margin: 10px auto
}

.news-widget .block-title {
    padding: 10px 15px;
    color: #fff;
    background: #0060af;
    text-transform: uppercase
}

.news-widget .block-title a {
    color: #fff
}

.news-widget .widget-list {
    padding: 15px
}

.news-widget .widget-list .title {
    font-weight: 400;
    font-size: 14px
}

.news-widget .list-news {
    margin: 0;
    padding: 0;
    list-style: none
}

.news-widget .list-news li {
    border-top: solid 1px #ccc;
    padding: 10px 0
}

.news-widget .first-item {
    font-size: 0;
    padding-bottom: 10px
}

.news-widget .first-item .thumb, .news-widget .first-item .info {
    display: inline-block;
    vertical-align: top;
    font-size: 14px
}

.news-widget .first-item .thumb {
    width: 30%
}

.news-widget .first-item .thumb img {
    max-width: 100%
}

.news-widget .first-item .info {
    padding: 0 15px;
    width: 70%
}

.news-widget .first-item .title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700
}

.news-widget .widget-list .info .fa, .news-widget .widget-list .title .fa {
    color: #666;
    margin-right: 10px
}

.news-widget .widget-list .title .fa {
    font-size: 150%;
    display: block;
    float: left
}

.news-list .news-item {
    border-bottom: solid 1px #ccc;
    padding: 15px 0;
    font-size: 0
}

.news-list .news-item .news-img {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.news-list .news-item .news-img img {
    max-width: 100%
}

.news-list .news-item .news-info {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    font-size: 16px
}

.news-list .news-item .news-info .title {
    margin-bottom: 15px
}

.news.breadcrum {
    padding: 15px 10px 0
}

.widget-block-title {
    padding: 10px 15px;
    color: #fff;
    background: #0060af;
    text-transform: uppercase;
    font-weight: 700
}

.right-widget {
    max-width: 236px;
    margin: 0 auto
}

.right-widget .widget {
    margin-bottom: 20px
}

.hot-news-list {
    padding: 0;
    background: #fafafa
}

.hot-news-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hot-news-list li {
    padding: 10px 0
}

.hot-news-list li + li {
    border-top: solid 1px #ccc
}

.hot-news-list li a {
    display: block;
    font-size: 0
}

.hot-news-list a .thumb {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 5px
}

.hot-news-list a .title {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding: 0 10px;
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    font-weight: 700
}

.hot-news-list a .thumb img {
    max-width: 100%
}

.related-news {
    padding: 15px 0
}

.related-news .block-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #0060af;
    padding: 15px 15px 10px;
    border-top: solid 1px #ccc
}

.related-news ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.related-news a .thumb {
    display: block;
    text-align: center
}

.related-news a .title {
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 14px;
    font-weight: 700
}

.related-news a .thumb img {
    max-width: 100%
}

.related-news a:hover .title {
    color: #19bef0
}

.news-detail .news-title {
    color: #0060af;
    font-size: 24px;
    margin: 15px 0 5px
}

.news-detail img {
    max-width: 100%;
    margin-bottom: 10px
}

.fluid-banner img {
    max-width: 100%
}

.img img {
    max-width: 100%
}

.block-support-news {
    background: #e8f8ff;
    color: #0060af;
    text-transform: uppercase;
    padding: 15px 40px;
    margin-bottom: 20px
}

.block-support-news h4 {
    font-weight: 400
}

.block-support-social {
    text-align: right;
    padding-right: 18px
}

.block-support-social a {
    display: inline-block;
    margin: 0 2px
}

.block-support-social .fa {
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px
}

.block-support-social .fa-youtube {
    background: #cb332c
}

.block-support-social .fa-facebook {
    background: #2375be
}

.block-support-social .fa-google-plus {
    background: #e26722
}

.block-support-social .fa-linkedin {
    background: #61bcf8
}

.news-comments .fb-comment-wrapper {
    padding: 0
}

@media screen and (max-width: 480px) {
    .list-notifications li .notify-info {
        width: 200px
    }

    .block-personal {
        padding: 10px 20px
    }

    .block-course-info .form-group label {
        display: block
    }

    .support-group {
        max-width: 300px;
        margin: 0 auto 20px
    }

    .home-page .m-logo {
        width: 200px;
        left: 50%;
        margin-left: -100px;
        top: -15px
    }

    .search-result-item .img {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .search-result-item .text-content {
        margin: 0
    }

    .search-result-item .text-content .clearfix > span, .search-result-item .text-content .clearfix > div {
        display: block
    }
}

@media screen and (max-width: 600px) {
    #header .top-buttons-logined > a {
        display: none !important
    }

    #header .top-buttons-logined .user, #header .top-buttons-logined .personal {
        display: block !important
    }

    .error-page .block-message {
        display: block;
        margin: 30px auto 40px
    }

    .error-page .block-message .cell {
        display: block;
        width: auto;
        vertical-align: middle;
        margin: 0 auto;
        text-align: center;
        padding: 0 10px
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 480px;
        margin: 0 auto
    }

    #header .mobile-btn-menu {
        top: 0
    }

    #header .container {
        max-width: none;
        width: auto;
        margin: 0 auto
    }

    .page-white > .container:before, .page-white > .container:after, .page-light-grey > .container:before, .page-light-grey > .container:after {
        display: none
    }

    #header #btnMenu {
        background: none;
        padding: 6px 0;
        height: 40px
    }

    #header #btnMenu span {
        background: #0060af
    }

    #header .mobile-btn-menu label {
        display: none
    }

    #header .top-search {
        display: none
    }

    #header .top-buttons {
        font-size: 0;
        text-align: left;
        vertical-align: middle;
        min-height: 40px;
        line-height: 40px
    }

    #header .top-buttons span {
        font-size: 12px
    }

    #header .top-buttons-logined .link-ico {
        font-size: 18px;
        float: left;
        margin-top: 5px
    }

    #header .top-buttons-logined .dropdown {
        position: absolute;
        width: 120px;
        right: 0;
        top: 0
    }

    #header .top-buttons-logined .dropdown .fa-chevron-down {
        font-size: 12px
    }

    #header .logo {
        height: 60px;
        width: 185px;
        margin: 0
    }

    #header .logo img {
        max-height: 100%
    }

    .counter-page #header .container {
        position: static
    }

    .counter-page #header .logo {
        height: 70px
    }

    #header .top-buttons > a {
        font-size: 12px;
        padding: 0 10px;
        display: inline-block;
        vertical-align: middle
    }

    #header .top-buttons > a:last-child {
        padding-right: 0
    }

    #header .top-buttons-logined {
        min-height: 40px
    }

    #header .top-buttons-logined > a {
        margin-right: 125px
    }

    #header .top-buttons .personal, #header .top-buttons .user {
        position: absolute;
        padding: 0;
        right: 0px;
        top: 0;
        width: 50px;
        display: inline-block
    }

    #header .top-buttons .personal {
        top: 0;
        right: 0
    }

    #header .dropdown-menu {
        margin-top: 10px
    }

    #header .dropdown-menu.right-dropdown:before, #header .dropdown-menu.right-dropdown:after {
        right: 20px
    }

    #header .dropdown-menu .sub-menu {
        position: relative;
        display: none;
        left: 0;
        margin: 0;
        border: none;
        background: #eee
    }

    #header .dropdown-menu .has-sub:hover .sub-menu {
        display: block
    }



    .breadcrum {
        padding: 10px 10px
    }

    .lecture-introduce {
        font-size: 0;
        margin-bottom: 20px
    }

    .lecture-introduce .avatar {
        display: inline-block;
        width: 35%;
        vertical-align: top
    }

    .lecture-introduce .blockquote {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        margin: 0 0 0 4%;
        font-size: 13px
    }

    .lecture-introduce .blockquote p {
        padding: 0 15px
    }

    .panel-lecture .panel-title a .fa {
        position: absolute;
        top: 8px;
        right: 80px
    }

    .widget-filter .select-fake {
        position: relative;
        width: 100%;
        right: 0;
        margin-top: 10px
    }

    .widget-filter .input-group {
        max-width: none
    }

    .widget-filter.block-gray .btn-orange {
        margin-bottom: 15px
    }

    .course-item-teaching:before {
        display: none
    }

    .course-item-teaching .more-info {
        padding-left: 0
    }

    .course-item-teaching .more-info > div {
        padding: 10px 0 0
    }

    .about-content .table-el {
        display: block;
        margin: 20px auto
    }

    .about-content .table-el .table-cell {
        display: block;
        width: auto;
        margin: 0 auto 10px;
        text-align: center
    }

    .about-content .table-el .table-cell.cell-text {
        padding-bottom: 0px
    }

    .about-content .table-el .table-cell h4 {
        font-size: 18px
    }

    .about-content .table-el .table-cell:first-child {
        text-align: center
    }

    .news-topbar .news-menu {
        text-align: center
    }

    .news-topbar .news-menu a {
        display: block
    }

    .news-list .news-item .news-img {
        width: 100%;
        margin-bottom: 15px
    }

    .news-list .news-item .news-info {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    #header .top-buttons-logined .user .img {
        float: none
    }

    .breadcrum {
        margin: 40px 0 20px
    }

    .head-content {
        padding: 20px 0
    }

    .widget-course-header .widget-buttons .view-all {
        font-size: 14px;
        line-height: 18px
    }

    .block-rating-detail .break {
        width: 1px;
        height: 100%;
        margin: 0 auto
    }

    .block-personal-form:before {
        content: '';
        background: url('../images/form_shadow.png') repeat-y right 0 scroll transparent;
        display: block;
        position: absolute;
        top: -25px;
        left: -50px;
        width: 60px;
        height: 110%
    }

    .payment-tab-nav:before {
        content: '';
        background: url('../images/form_shadow.png') repeat-y right 0 scroll transparent;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 60px;
        height: 110%
    }

    .tab-text-content:before {
        content: '';
        background: url('../images/form_shadow.png') repeat-y right 0 scroll transparent;
        display: block;
        position: absolute;
        top: -35px;
        left: -50px;
        width: 60px;
        height: 110%
    }

    .pay-cod .help-block.with-errors {
        padding-left: 16.66666667%
    }

    .error-page .block-message .cell {
        padding: 0 10px
    }

    .error-page .block-message .col-text {
        text-align: right
    }

    .error-page .block-message .text {
        margin-top: 10px
    }

    .news-topbar .news-menu {
        text-align: center;
        padding-top: 10px
    }

    .news-topbar .news-menu a {
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px;
        width: 30%
    }

    .footer-cmd .btn {
        margin: 0;
        min-width: 40%;
        width: auto
    }

    .footer-cmd .btn + .btn {
        margin-left: 10px
    }

    .row-note {
        padding: 20px 0;
        text-align: left
    }

    .row-note a {
        vertical-align: middle;
        width: auto;
        padding: 7px 0;
        margin: 0 20px 0 0
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header .m-logo {
        top: -81px
    }

    #header .top-buttons.top-buttons-logined {
        top: 10px
    }

    #header .mobile-btn-menu label {
        display: none
    }

    #header .top-search {
        left: 0;
        top: 15px
    }

    #header .top-buttons {
        top: 20px
    }

    #header .top-buttons-logined > a {
        display: block;
        margin-right: 150px;
        border-right: solid 1px #ddd
    }

    #header .top-buttons-logined > span {
        display: none
    }

    #header .top-buttons-logined .dropdown {
        display: block;
        position: absolute;
        right: 0;
        top: 0
    }
}

@media screen and (max-width: 991px) {
    .widget-statistical {
        padding: 0 15px;
        margin-bottom: 20px
    }

    .widget-statistical .cell {
        padding: 10px 0
    }

    .widget-statistical .cell + .cell {
        border-top: solid 1px #eee
    }

    .widget-statistical .cell h4 {
        font-weight: 300;
        display: inline-block;
        font-size: 16px
    }

    .widget-statistical .cell .statistical-item span {
        font-size: 20px
    }

    .about-content .block-content.dark-gray {
        padding: 20px 20px 0
    }

    .about-content .block-content.dark-gray img {
        display: block;
        margin: 0 auto
    }
}

@media screen and (min-width: 992px) {
    html, body {
        font-size: 14px
    }

    .block-content-padding {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .block-content-padding .page-title {
        text-align: center
    }

    .heading .title {
        font-size: 30px
    }

    .heading .break {
        margin: 15px auto 20px
    }

    .block-form .block-title {
        font-size: 36px;
        margin: 15px 0 20px
    }

    .block-form.modal-blue .block-title {
        font-size: 20px;
        line-height: 1;
        margin: 0
    }

    .breadcrum {
        padding: 12px 0;
        border-top: solid 1px #eee;
        border-bottom: solid 1px #eee;
        margin: 40px 0 0
    }

    .page-title {
        font-size: 52px;
        margin: 20px auto 50px
    }

    .page-title.text-blue {
        font-size: 28px;
        text-align: left
    }

    .page-title.text-red {
        font-size: 28px;
        text-align: left
    }

    .category-hint {
        float: right;
        margin: -30px 0 0
    }

    .no-breadcrum .page-title {
        margin-top: 40px
    }

    .page-title.small {
        font-size: 28px
    }

    .title-level {
        font-size: 30px;
        margin: 20px 0 0
    }

    .lesson-group-header {
        margin: 0 -20px
    }

    .lecture-item {
        margin-bottom: 25px
    }

    .lecture-item .info .lecture-title {
        max-width: 78%;
        margin: 0 auto
    }

    .widget-lecture .lecture-item {
        height: auto
    }

    .lecture-introduce {
        max-width: 400px
    }

    .lecture-introduce .blockquote {
        font-size: 18px
    }

    .lecture-info .lecture-name {
        font-size: 30px;
        margin-bottom: 25px
    }

    .lecture-info .lecture-title {
        font-size: 14px;
        margin-bottom: 15px
    }

    .lecture-info .lecture-summary {
        font-size: 14px;
        padding-bottom: 15px;
        margin-bottom: 25px
    }

    .widget-course-header h4 {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 5px
    }

    .widget-menu-ul a {
        font-size: 16px
    }

    .widget-content {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .widget-content h4 {
        font-size: 24px
    }

    .widget-content .btn {
        position: absolute;
        right: 10px;
        top: 20px
    }

    .widget-lecture .lecture-item {
        padding: 15px 30px
    }

    .widget-course .course-item .img {
        height: 122px
    }

    .row-course-info {
        margin-top: 30px
    }

    .row-course-info .course-info .price {
        font-size: 30px;
        margin: 30px 0 20px
    }

    .row-course-info .course-info .cmd {
        text-align: left
    }

    .row-course-info .course-info .cmd .link-tip {
        margin: 10px 0
    }

    .block-course-detail-item .block-title {
        font-size: 24px
    }

    .block-rating-detail .title {
        font-size: 30px
    }

    .nav-mycourse {
        position: absolute;
        right: 12px;
        height: 44px;
        top: -50px;
        border: none
    }

    .nav-mycourse li a {
        background: #2e2e2e;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 50px;
        border: none
    }

    .nav-mycourse > li:hover > a, .nav-mycourse li a:hover, .nav-mycourse > li.active > a, .nav-mycourse > li.active > a:focus, .nav-mycourse > li.active > a:hover {
        background: #19bef0;
        color: #fff;
        border: none;
        outline: none
    }

    .nav-mycourse > li.active:before, .nav-mycourse > li:hover:before {
        content: '';
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        border-top: solid 10px #19bef0;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        bottom: -10px
    }

    .course-item-teaching .info {
        padding-right: 70px
    }

    .course-item-teaching .more-info {
        padding-left: 20px
    }

    .content-padding {
        margin-top: -80px
    }

    .page-study .page-light-grey {
        padding-bottom: 80px
    }

    .head-content {
        padding: 40px 0
    }

    .course-info-page .head-content {
        padding-top: 70px
    }

    .course-info-page .head-content .page-title {
        font-size: 16px
    }

    .course-info-page .head-content .page-title .big {
        font-size: 30px
    }

    .page-light-grey .nav-mycourse {
        font-size: 0;
        left: 0;
        right: 0;
        text-align: center
    }

    .page-light-grey .nav-mycourse.nav-tabs > li {
        display: inline-block;
        float: none;
        font-size: 16px
    }

    .block-cmd {
        margin: 20px auto
    }

    .head-content .page-title {
        font-size: 24px;
        margin: 0 0 10px
    }

    .head-content .page-title small {
        font-size: 18px
    }

    .head-content .table-info {
        font-size: 16px
    }

    .head-content .table-info .form-group {
        margin: 0 -10px
    }

    .lesson-group-header h5 {
        font-size: 16px
    }

    .lesson-group {
        font-size: 0;
        padding: 0 20px
    }

    .lesson-group .lesson-item {
        display: inline-table;
        width: 50%;
        padding: 10px 0;
        font-size: 14px
    }

    .widget-statistical {
        text-align: center;
        margin: 0 auto;
        display: table;
        width: 100%;
        padding: 20px 0
    }

    .widget-statistical .cell {
        display: table-cell;
        vertical-align: middle
    }

    .widget-statistical .statistical-item {
        padding: 20px 0;
        border-left: solid 1px #111
    }

    .widget-statistical .statistical-item.no-border {
        border-left: none
    }

    .widget-statistical .statistical-item h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 25px
    }

    .widget-statistical span {
        font-size: 24px;
        font-weight: 700
    }

    .block-personal {
        padding: 25px 0px
    }

    .block-personal-form {
        padding: 0 40px;
        margin-bottom: 20px
    }

    .block-personal .form {
        margin-bottom: 20px
    }

    .block-personal .form .form-section {
        padding: 0 40px 20px
    }

    .block-personal .form .form-section .padding-bottom {
        padding-bottom: 30px
    }

    .block-personal .form .form-section .padding-bottom > input {
        color: #000
    }

    .widget-mess .widget-title {
        font-size: 18px
    }

    .tab-text-content {
        padding: 0 40px
    }

    .block-paragraph {
        padding: 35px 0 0
    }

    .block-ask-more {
        margin-top: 40px
    }

    .contact-page .block-contact {
        padding: 0 40px
    }

    .contact-page .form-contact {
        padding: 0 50px;
        border-right: solid 1px #ccc
    }

    .block-form-type .modal-body {
        padding: 25px 70px
    }

    .counter-page h1 {
        font-size: 32px
    }

    .counter-page h1 strong {
        font-size: 64px
    }

    .counter-page #main {
        padding-top: 50px
    }

    .counter-page #main .sologan h3 {
        padding: 15px 25px;
        font-size: 16px
    }

    .banner-search {
        padding: 30px 0 20px
    }

    .counter-page #footer {
        padding: 15px 10px
    }

    .news-slider-wrapper {
        margin: 50px -15px 0
    }

    .news-slider-item {
        font-size: 0
    }

    .news-slider-item .news-slider-img, .news-slider-item .news-slider-info {
        width: 50%;
        vertical-align: top;
        display: inline-block
    }

    .news-slider-item .news-slider-info .title {
        font-size: 24px;
        max-height: 78px;
        overflow: hidden
    }

    .news-slider-item .news-slider-info .desc {
        font-size: 16px
    }

    .news-slider-wrapper .bx-default-pager {
        width: 50%
    }

    .block-best-quote {
        margin: 15px auto
    }

    .news-widget {
        margin: 15px auto
    }

    .news-list .news-item {
        padding: 25px 0
    }

    .news-list .news-item .news-info .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .news-detail, .news-comments, .related-news {
        max-width: 95%
    }

    .news-topbar .news-menu {
        padding-top: 0
    }

    .widget-ads-fluid {
        padding: 30px 20px
    }

    .block-course-content {
        margin-right: -20px
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .fluid-banner-img img {
        width: 1400px;
        position: relative;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .widget-filter.block-gray .btn-orange, .widget-filter.block-gray .form-control {
        margin-top: 20px
    }
}

@media screen and (max-width: 1199px) {
    .counter-page #footer .container-fluid {
        max-width: 840px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1400px) {
    .counter-page #main {
        padding-top: 90px
    }

    .counter-page h1 {
        font-size: 66px
    }

    .counter-page h1 strong {
        font-size: 94px
    }

    .counter-page #main .sologan h3 {
        font-size: 24px
    }

    .counter-page #footer {
        padding: 25px 10px
    }

    .countdown-wrapper .clock {
        max-width: none
    }

    .clock-canvas:before {
        left: 8px;
        top: 8px;
        right: 8px;
        bottom: 8px
    }

    .clock-item .text .val {
        font-size: 64px;
        padding-top: 20px
    }
}

/*# sourceMappingURL=public_v2/css/style.min.css.map */