/*
    Created on : Jun 9, 2015, 7:49:21 PM
    Author     : thinhnc
*/

a, a:hover, a:focus, a:visited {
    text-decoration: none;
}

a {
    color: #000000;
}

a:hover {
    color: #2196f3;
}

.btn-login-fb {
    margin-top: 9px !important;
    margin-left: 10px !important;
    color: #fff !important;
    line-height: 1.42857143;
    height: 35px !important;
    font-size: 14px !important;
    font-weight: 400;
    display: inline-block;
    padding: 6px 12px !important;
    border-radius: 6px;
}

/* STUDENT THUMBNAIL */
.student-thumb-item {
    width: 40px;
    height: 40px;
    margin: 5px;
    display: inline-block;
}

.student-thumb-item .thumb-wrapper {
    border-radius: 15px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

.student-thumb-item .thumb-wrapper img {
    width: 100%;
}

/* SECTION: TOP NAV */

.row.cs-top-nav {
    background-color: #f5f5f5;
}

.row.cs-top-nav ul {
    list-style: none;
}

.row.cs-top-nav ul.nav {
    display: inline-block;
    position: relative;
}

.row.cs-top-nav ul.nav > li > a {
    border: 1px solid #f5f5f5;
}

.row.cs-top-nav ul.nav li.active a,
.row.cs-top-nav ul.nav > li:hover > a {
    border-bottom-color: #ffffff;
}

.noti-icon .fa-globe {
    font-size: 20px;
}

.noti-icon span {
    padding: 6px;
    font-weight: bold;
    position: relative;
    top: -3px;
    margin-left: 2px;
    font-size: 10pt;
}

.row.cs-top-nav ul.nav li > a {
    padding: 6px 11px;
    padding-top: 15px;
    height: 51px;
    padding-bottom: 7px;
    display: block;
    color: #888888;
    font-size: 10pt;
}

.caret {
    margin-left: 4px;
}

.row.cs-top-nav ul.nav li.active > a {
    font-weight: bold;
}

.row.cs-top-nav ul.nav li.active > a,
.row.cs-top-nav ul.nav li:hover > a {
    color: #2196f3;
    background-color: #ffffff;
}

.row.cs-top-nav ul.nav li.has-sub > ul {
    display: none;
    position: absolute;
    z-index: 101;
    top: 100%;
    width: 100%;
    min-width: 180px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-top: 0;
}

.row.cs-top-nav ul.nav li.has-sub:hover > ul {
    display: block;
}

.row.cs-top-nav ul.nav li.has-sub:hover > a,
.row.cs-top-nav ul.nav li.has-sub > ul li a {
    background-color: #fff;
}

.row.cs-top-nav ul.nav li.has-sub > ul li {
    border-bottom: 1px solid #f5f5f5;
}

.row.cs-top-nav ul.nav li.has-sub > ul li:last-child {
    border-bottom: 0;
}

.row.cs-top-nav ul.nav li.has-sub > ul li a {
    padding: 10px 10px;
    display: block;
    color: #000;
    height: auto;
}

.row.cs-top-nav ul.nav li.has-sub > ul li:hover a {
    background-color: #f5f5f5;
    color: #2196f3;
}

.row.cs-top-nav ul.nav li.has-sub > ul li a .badge {
    float: right;
    background-color: #aaa;
    color: #FFF;
    margin-bottom: 5px;
}

.row.cs-top-nav ul.nav li.language-switcher {

}

.row.cs-top-nav ul.nav li.language-switcher a,
.row.cs-top-nav ul.nav li.language-switcher:hover a {
    background-color: transparent;
    padding: 4px;
}

.row.cs-top-nav ul.nav li.language-switcher a img {
    height: 20px;
}

/* SECTION: MAIN LOGO */

.row.cs-main-logo {
    padding: 10px 0px;

}

.row.cs-main-logo img {
    height: 50px;
}

/* SECTION: MAIN NAV */

.row.cs-main-nav {
    background-color: #ffffff;
}

.row.cs-main-nav .navbar {
    margin-bottom: 10px;
}

.row.cs-main-nav .navbar .navbar-form {
    padding-left: 0;
}

.row.cs-main-nav .navbar .input-group {
    background-color: #f9f9f9;
}

.row.cs-main-nav .navbar .input-group .input-group-addon {
    background-color: transparent;
    border-color: #CCCCCC;
    border-radius: 0;
    color: #CCCCCC;
    padding: 7px 0px 7px 10px;
    font-size: 18px;
}

.row.cs-main-nav .navbar .input-group .form-control {
    background-color: transparent;
    border-left: 0;
    border-color: #CCCCCC;
    border-radius: 0;
}

.row.cs-main-nav .navbar .form-control:focus {
    border-color: #CCCCCC;
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.row.cs-main-nav .navbar ul.main-nav {
    margin: 8px 0px;
}

.row.cs-main-nav .navbar ul.main-nav li a {
    border-bottom: 2px solid transparent;
}

.row.cs-main-nav .navbar ul.main-nav li a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.row.cs-main-nav .navbar ul.main-nav li.active a,
.row.cs-main-nav .navbar ul.main-nav li:hover a,
.row.cs-main-nav .navbar ul.main-nav li a:hover {
    color: #2196f3;
    background-color: transparent;
    border-color: #2196f3;
}

/* SECTION: SITE BREADCRUMB */

.row.cs-breadcrumb {
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
}

.row.cs-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 8px 15px;
    margin: 0;
    border: 0;
}

/* SECTION: HOME SLIDER */

.row.cs-home-slider {
    background-image: url('../../images/bg-top-2.jpg');
    background-color: #f5f5f5;
    background-position: top center;
    /*background-size: 100% auto;*/
    padding: 20px 0px;
    margin-top: 10px;
    min-height: 500px;

}

.row.cs-home-slider .container .banner-panel {
    background: #2196f3;
    color: #fff;
    position: relative;
    padding: 10px;
    margin-top: -30px;
    -webkit-box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

.row.cs-home-slider .container .banner-panel:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #2478bd transparent;
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
}

.row.cs-home-slider .container .teacher-item-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 5px;
}

.row.cs-home-slider .container .teacher-item .item-thumbnail {
    max-height: 200px;
}

.row.cs-home-slider .container .teacher-item .item-title {
    padding: 5px 5px 0;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.row.cs-home-slider .container .teacher-item .item-description {
    padding: 0 5px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}

.row.cs-home-slider .container .menu {
    color: #fff;
}

.row.cs-home-slider .container .menu .title {
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
}

.row.cs-home-slider .container .menu a.menu-item {
    display: inline-block;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
    background-color: rgba(33, 150, 243, 1);
    /* background-color: #2196f3; */
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 22px;
}

.row.cs-home-slider .container .menu a.menu-item .item-icon {
    float: left;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
}

.row.cs-home-slider .container .menu a.menu-item small {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

/* SECTION: FEATURED COURSE */

.row.cs-featured-course {
    margin-top: 20px;
}

.course-item {
    margin: 10px 0px 30px;
}

.course-item .item-thumbnail {
    display: block;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
}

.course-item .item-thumbnail > img {
    width: 100%;
    height: auto;
}

.course-item .item-thumbnail > a > img {
    width: 100%;
    height: auto;
}

.course-item .item-rating {
    display: block;
    margin-top: -24px;
    color: #FFE800;
    background: rgba(1, 1, 1, 0.7);
    text-align: right;
    padding: 3px 5px;
    font-size: 12pt;
    z-index: 1;
    position: relative;
}

.course-item a.item-title {
    display: block;
    font-weight: bold;
    font-size: 12pt;
    color: #666666;
    padding-top: 10px;
}

.course-item .item-description {
    font-size: 9pt;
    color: #888888;
}

.course-item .item-description p {
    margin-bottom: 0;
}

/* SECTION: FEATURED TEACHER */
.row.cs-featured-teacher {
    background-color: #f5f5f5;
}

.row.cs-featured-teacher-detail {
    background-color: #fff;
}

.teacher-item, .my-message-item {
    margin: 10px 0px 30px;
    min-height: 230px;
}

.my-message-item {
    background-color: #fff;
    color: #fff;

    border-radius: 4px;
    padding: 5px;
    position: relative;

}

.message-content-item {
    background-color: #2196f3;
    padding: 10px;
    min-height: 220px;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
}

.teacher-item .item-thumbnail {
    display: block;
    max-height: 180px;
    overflow: hidden;
    border-radius: 5px;
}

.teacher-item .item-thumbnail > img {
    width: 100%;
    height: auto;
}

.teacher-item .item-thumbnail > a > img {
    width: 100%;
    height: auto;
}

.teacher-item .item-major {
    display: block;
    margin-top: -25px;
    color: #FFE800;
    background: rgba(1, 1, 1, 0.7);
    text-align: right;
    padding: 5px 5px 2px;
    font-size: 10pt;
    z-index: 1;
    position: relative;
}

.teacher-item a.item-title {
    display: block;
    font-weight: bold;
    font-size: 12pt;
    color: #666666;
    padding-top: 10px;
}

.teacher-item .item-description {
    font-size: 9pt;
    color: #888888;
}

.teacher-item .item-description p {
    margin-bottom: 0;
}

/* SECTION: TESTIMONIAL */

.row.cs-testimonial {

}

.row.cs-testimonial .testimonial-wrapper {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('/images/testimonial-bg.png') top center repeat-y #ffffff;
}

.row.cs-testimonial .testimonial-wrapper:before,
.row.cs-testimonial .testimonial-wrapper:after {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 60px;
    content: '';
}

.row.cs-testimonial .testimonial-wrapper:before {
    top: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(30%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */

    /* generated by http://www.colorzilla.com/gradient-editor/ */
}

.row.cs-testimonial .testimonial-wrapper:after {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

    /* generated by http://www.colorzilla.com/gradient-editor/ */
}

.row.cs-testimonial .testimonial-item {
    position: relative;
    z-index: 2;
}

.row.cs-testimonial .testimonial-item .testimonial-image .student-thumb-item {
    width: 60px;
    height: 60px;
}

.row.cs-testimonial .testimonial-item .testimonial-image .student-thumb-item .thumb-wrapper {
    border-radius: 30px;
    border: 3px solid #2196f3;
}

.row.cs-testimonial .testimonial-item .testimonial-content {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    font-size: 11pt;
}

.row.cs-testimonial .testimonial-item.left .testimonial-content:after,
.row.cs-testimonial .testimonial-item.right .testimonial-content:before {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    position: absolute;
    top: 20px;
}

.row.cs-testimonial .testimonial-item.left .testimonial-content:after {
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #f5f5f5;
    right: -5px;
    z-index: 1;
}

.row.cs-testimonial .testimonial-item.right .testimonial-content:before {
    border-width: 10px 20px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
    left: -5px;
    z-index: 1;
}

/* SECTION: STATISTIC  */

.row.cs-statistic {
    background-color: #f5f5f5;
    padding: 20px 0px;
    margin-top: 20px;
}

.row.cs-statistic .count,
.row.cs-statistic .caption {
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.row.cs-statistic .count {
    font-weight: bold;
    font-size: 26pt;
    color: #333333;
}

.row.cs-statistic .caption {
    font-size: 14pt;
    color: #666666;
}

/* SECTION: FOOTER  */

.row.cs-footer {
    background-color: #fff;
    padding: 10px 0px;
    margin-top: 20px;
    color: #666666;
}

.row.cs-footer .footer-container {

}

.widget {
    padding-top: 10px;
    padding-bottom: 10px;
}

.widget h4 {
    text-transform: uppercase;
    color: #2196f3;
    margin-bottom: 20px;
    border-bottom: 2px solid #2196f3;
    padding-bottom: 10px;
}

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

.widget ul li {
    margin-bottom: 10px;
    font-size: 10pt;
}

.widget ul li a {
}

/* SECTION: COPYRIGHT */
.row.cs-copyright {
    padding: 10px 0px;
    background-color: #2196f3;
    color: #ffffff;
    line-height: 30px;
}

.row.cs-copyright a,
.row.cs-copyright a:hover {
    color: #ffffff;
}

.row.cs-copyright a.btn-top {
    font-size: 18px;
    float: right;
    margin-right: 35px;
}

/* SECTION BREADCRUMB */
.row.cs-breadcrumb {

}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

/* SECTION SEARCH */
.row.cs-search-nav {
    background-color: #f5f5f5;
    padding: 10px 0px;
}

.row.cs-search-nav .navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

/*SECTION BUTTON LOAD MORE*/
.btn-search, .btn-load-more {
    background-color: #2196f3;
    color: #ffffff;
}

.btn-load-more {
    margin: 20px 0px 30px;
}

/*SECTION OPEN COURSES*/
.row.cs-open-courses {

}

.btn.btn-file {
    position: relative;
    width: 120px;
    height: 35px;
    overflow: hidden;
}

#previewimg {
    width: 365px;
    height: 200px;
}

.btn.btn-file > input[type='file'] {
    display: block !important;
    width: 100% !important;
    height: 35px !important;
    opacity: 0 !important;
    position: absolute;
    top: -10px;
    cursor: pointer;
}

/*SECTION HEADING*/
.heading {
    color: rgb(32, 149, 242);
}

/*::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #c1c1c1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/

.border-error {
    border-color: red !important;
}

.wrap-404 .content {
    background: url(../../images/bg1.png);
    padding-top: 58px;
    text-align: center;
    padding-bottom: 25px;
}

.wrap-404 .content p {
    margin-top: 20px;
    font-family: "Century Gothic";
    font-size: 2em;
    color: #666;
}

.wrap-404 .content p span {
    color: #e54040;
}

/* scroll to top*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 1999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 20px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*SECTION CONTACT CHINH-DEV*/

.title-header {
    color: #987003 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
}

.title strong {
    font-size: 1.1em;
}

.title a {
    color: red;
}

.contact a {
    color: lightskyblue;

}

.contact a:hover {
    color: darkblue;

}

.fb_iframe_widget, .fb_iframe_widget span, .fb_ltr {
    width: 100% !important;
}

.comment-fb {
    position: relative;
}

.comment-fb div {
    position: relative;
    width: 600px;
    margin: auto;
}
