@import 'cookieStyle.css';

:root {
  --color-bulemain: #010C65;
  --color-whitelight: #f8f9fa;
  --color-redmain: #ca2309;
}

@font-face {
  font-family: 'NotoSansThai';
  src: url("../fonts/subset-NotoSansThaiUI-Regular.woff2") format("woff2"),
    url("../font/subset-NotoSansThaiUI-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"),
    url("../font/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontawesome';
  src: url("../font/FontAwesome.otf") format("otf"), url("../font/fontawesome-webfont.eot") format("eot"), url("../font/fontawesome-webfont.svg") format("svg"), url("../font/fontawesome-webfont.ttf") format("ttf"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'NotoSansThai', NotoSans, sans-serif;
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  font-size: 16px;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

body .h4,
body h4 {
  font-size: 17px;
  font-weight: 600;
}

/*//*/
body .h3,
body h3 {
  font-size: 23px;
  font-weight: 600;
}

body .h1,
body h2 {
  font-size: 24px;
  font-weight: 600;
}

body .h1,
body h1 {
  font-size: 25px;
  font-weight: 600;
}

body a {
  color: #333;
}

body a:hover,
body a:focus {
  color: #000000;
  text-decoration: none;
}

/* h3  {margin-top:0px;} */

li {
  list-style-type: none;
}

span.label {
  font-weight: 500;
  font-size: 80%;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600 !important;
  font-size: 16px;
}

button:hover,
button:focus {
  outline: 0 !important;
}

#report-detail {
  padding: 2% 0 4%;
}

.w-100 {
  width: 100%;
}

.checkbox-main input[type=checkbox]:checked+label:before {
  background-color: #010c65;
  border-color: #010c65;
}

.checkbox-main.checkbox label:after {
  color: #fff;
}


.checkbox-main.checkbox label:before,
.checkbox-main.checkbox label:after {
  top: 3px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-top: 10px;
}

.bg-greenlight {
  background-color: #010C65;
}

.bg-greendark {
  background-color: #ddd;
}

.bg-brown {
  background-color: #906B43;
}

.bg-mute {
  background-color: #dddddd;
}

.img-rounded,
.well {
  border-radius: 3px;
}


.pd-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-1 {
  padding-top: 1em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-20 {
  padding-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.sticky-wrapper.is-sticky header nav {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

strong {
  font-size: 16px;
  font-weight: 600;
}

span.inline {
  display: inline-block;
  vertical-align: bottom;
}

span.inline img {
  height: 40px;
}

header {
  z-index: 99999 !important;
}

header .navbar-inverse {
  background-color: #ffffff;
  border: 0
}

.navbar {
  margin-bottom: 0;
}


header .navbar-inverse .navbar-nav>li>a {
  color: #4a4a4a;
}

header .navbar-fixed-bottom .navbar-collapse,
header .navbar-fixed-top .navbar-collapse {
  max-height: 100%;
  font-size: 14px;
  font-weight: 500;
}

header .navbar-inverse .navbar-nav>.active>a,
header .navbar-inverse .navbar-nav>.active>a:focus,
header .navbar-inverse .navbar-nav>.active>a:hover,
header .navbar-inverse .navbar-nav>.open>a,
header .navbar-inverse .navbar-nav>.open>a:focus,
header .navbar-inverse .navbar-nav>.open>a:hover {
  color: #010C65;
  background-color: transparent;
  font-weight: 500;
  transition: all .25s linear;
}

header .navbar-inverse .navbar-toggle:focus,
header .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #010C65;
}



.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #010C65;

}

header .navbar-inverse .navbar-toggle {
  border-color: #010C65;
  transition: all .25s linear;

}

.navbar-nav li a.btn-register:hover {
  background-color: #ca2309;
  border-color: #ca2309;
  color: #fff;
}


header .navbar-brand,
header .navbar-nav li,
header .navbar-form {
  line-height: 80px;
  height: 80px;
  margin: 0;
  font-size: 16px;
}

header .navbar-brand a.btn-login,
header .navbar-nav li a.btn-login,
header .navbar-form a.btn-login {
  border-radius: 5px 5px;
  border: 1px solid #010C65;
  background-color: #010C65;
  ;
  color: #fff;
  padding: 20px;
  margin-right: 10px;
  transition: all .25s linear;
}

.navbar-nav li a.btn-login:hover {
  color: #fff;
  background: #010C65;
}

.btn-group-sm>.btn,
.btn-sm {
  font-size: 14px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  font-weight: 500;
  background-color: #000;
  color: #fff;
  transition: all .25s linear;
}

.input-group-btn:last-child>.btn:hover {
  background-color: #333;

}

.navbar-brand {
  padding: 0;
}

header .navbar-brand a.btn-login i,
header .navbar-nav li a.btn-login i,
header .navbar-form a.btn-login i {
  font-size: initial;
}

header .navbar-brand a.btn-register,
header .navbar-nav li a.btn-register,
header .navbar-form a.btn-register {
  border-radius: 5px 5px;
  background-color: transparent;
  border: 1px solid #010C65;
  color: #010C65;
  padding: 20px;
}

header .navbar-brand a.btn-register i,
header .navbar-nav li a.btn-register i,
header .navbar-form a.btn-register i {
  font-size: initial;
}

header .navbar-nav li a {
  padding: 20px 15px;
}

@media (max-width: 767px) {
  header .navbar-nav li {
    line-height: auto;
    height: auto;
  }

  header .navbar-nav li a {
    padding: 10px 15px;
  }

  header .navbar-brand {
    width: 75%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .navbar-nav {
    display: none;
  }

  header .navbar-nav li a {
    padding: 30px 13px !important;
  }

  header .navbar-toggle {
    display: inline-block;
    position: relative;
    float: right;
  }

  header .navbar-header {
    float: none;
  }

  header .collapse.in ul {
    display: block;
  }

  header .collapse.in ul .navbar-nav {
    display: block;
  }
}

header .navbar {
  border-bottom: 1px solid #ddd;
}

header .navbar-toggle {
  margin: 23px 15px;
}

header span.photo {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 10px;
  border-radius: 50px;
}

header .dropdown-menu {
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
}

header .dropdown-menu li {
  height: auto;
}

header .dropdown-menu li a {
  padding: 8px 20px;
  font-size: 15px;
  transition: all .3s linear;
}

/* header .dropdown-menu li:not(:last-child){
  border-bottom: 1px solid #ddd;
} */

header .dropdown-menu li a i {
  margin-right: 8px;
}

header .dropdown-menu.full-w {
  width: 320px;
}

header .dropdown-menu.search {
  width: 320px;
}

header .dropdown-menu.search form .input-group {
  width: 100%;
}

header .dropdown-menu.search form .input-group input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

header .dropdown-menu.search form .input-group span {
  line-height: normal !important;
}

header .dropdown-menu.user-message::before {
  content: "\f0d8";
  font-family: FontAwesome;
  float: right;
  line-height: normal;
  margin-top: -10px;
  color: #1a1a1a;
  margin-right: 20px;
}

header .dropdown-menu.user-message {
  width: 320px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

header .dropdown-menu.user-message .panel.panel-default {
  margin: 0;
  border: 0;
  line-height: normal;
  border-radius: 10px;
}

header .dropdown-menu.user-message .panel.panel-default .panel-heading {
  background-color: #1a1a1a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  border: none;
}

header .dropdown-menu.user-message .panel.panel-default .panel-heading h3.panel-title {
  font-size: 20px;
}

header .dropdown-menu.user-message .panel.panel-default .panel-heading h3.panel-title span.pull-right a {
  padding: 0;
  color: #ffffff;
}

header .dropdown-menu.user-message .panel.panel-default .panel-heading h3.panel-title span.pull-right a:hover {
  color: #F9F9F9;
}

header .dropdown-menu.user-message .panel.panel-default .panel-body {
  padding: 8px;
  max-height: 300px;
  overflow-x: auto;
}

header .dropdown-menu.user-message .panel.panel-default .panel-body ul li {
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 6px 0;
}

header .dropdown-menu.user-message .panel.panel-default .panel-body ul li span.pull-right {
  text-align: center;
  font-style: italic;
}

header .dropdown-menu.user-message .panel.panel-default .panel-body ul li a {
  padding: 0;
}

header .dropdown-menu.user-message .panel.panel-default .panel-body ul li a .img-send {
  float: left;
  margin-right: 6px;
  margin-top: 3px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

header .dropdown-menu.user-message .panel.panel-default .panel-footer {
  background-color: #F9F9F9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}

header .dropdown-menu.user-message .panel.panel-default .panel-footer a {
  padding: 0;
  margin: 0;
}

header .dropdown-menu.user-message li {
  border-bottom: 1px solid #b3b3b3;
}

header .dropdown-menu.user-message li a {
  padding: 10px 20px;
}

header .dropdown-menu.user-message li:last-child {
  border-bottom: none;
}

.parallax-window {
  background: transparent;
}

.banner {
  position: relative;
}

.banner .parallax-window {
  min-height: 400px;
  background: transparent;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: -15px;
}


@media (min-width: 768px) and (max-width: 1366px) {
  .banner .parallax-window {
    height: 768px;
  }
}

@media (min-width: 1367px) {
  .banner .parallax-window {
    height: 950px;
  }
}

.banner .banner-txt {
  position: absolute;
  top: 35%;
  left: 10%;
  right: 10%;
  z-index: 9;
}

.banner .banner-bottom {
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  z-index: 9;
}

.badge {
  padding: 7px 7px;
  font-size: 18px;
  vertical-align: baseline;
  font-weight: 400;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #a93232;
}

.panel-default>.panel-heading i {
  color: #fff;
}

section {
  padding: 2% 0;
  z-index: 0;
}


.collapse {
  z-index: 999999 !important;
}

.btn {
  border-radius: 5px;
}

/*.btn:hover { -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }*/

.slide-video .page-header {
  margin: 50px 0 35px;
  border-bottom: 3px solid #010C65
}

.slide-video .carousel {
  border-radius: 5px;
  border: 1px solid #ddd;
}

.slide-video .video-js {
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.slide-video .video-js .vjs-big-play-button {
  margin: -20px -50px;
  top: 50%;
  left: 50%;
  background-color: #f0ad4e;
}


@media (min-width: 768px) and (max-width: 991px) {

  .slide-video .video-js,
  .slide-video .vjs-tech {
    height: 260px !important;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .slide-video .video-js,
  .slide-video .vjs-tech {
    height: 342px !important;
    width: 100%;
  }
}

@media (min-width: 1200px) {

  .slide-video .video-js,
  .slide-video .vjs-tech {
    height: 315px !important;
    width: 100%;
  }
}

.course-detail2 {
  display: block;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

div.course-detail2 h4.text11 {
  color: #010C65;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;

}

.course {
  position: relative;
  /*padding: 10% 0;*/
  background-size: cover;
}

.course .top1 {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  z-index: -1;
}

.course .page-header {
  margin: 30px 0 60px;
  border-bottom: 3px solid #010C65;
}

.course .well {
  min-height: 350px;
  ;
  border-radius: 5px;
  margin-bottom: 3em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}

.course .well .course-img {
  margin-top: -2em;
  height: 144px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course .well .course-img .img-rounded {
  border-radius: 10px;
}

.course .well .course-detail h4 {
  color: #ddd;
  font-weight: bold;
}

.course .well:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-bottom: 5px solid #010C65;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course .well:hover .course-img {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.course .bottom1 {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.news {
  padding-bottom: 0;
}

.news .page-header {
  margin: 30px 0 60px;
  border-bottom: 3px solid #010C65;
}

.news .well {
  background-color: #fd9f8400;
  border-radius: 3px;
  margin-bottom: 2em;
  border: 1px solid #00000030;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 180px;
}

.news .well:hover {
  transform: scale(1.04);
  background-color: transparent;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news .well .news-img {
  height: 120px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.news .well .news-date {
  padding: 2px 0;
  font-size: 14px;
  color: #7D7979;
}

h4.text22 {
  color: #010C65;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.document {
  padding: 0;
}

#document .panel-default>.panel-heading i {
  color: #010c65;
}

.document .page-header {
  margin: 30px 0 40px;
  border-bottom: 3px solid #010C65;
}

.document .well {
  border: 0;
  border-radius: 5px;
}

.document .well h4 {
  background-color: #333333;
  padding: 1em;
  color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  margin-top: -2em;
}

.document .well ul li {
  padding-left: 0;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  /*border-bottom: 1px dashed #0000005e;*/
}

.document .well ul li a {
  color: black;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.document .well ul li a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 110%;
}

.documentblock {
  padding-right: 0;
  margin-left: -30px;
}

.menu-elearning {
  width: 100%;
  padding: 1em 0 7em;
  margin: 1em 0 0 0;
}

.btn-elearning {
  padding: 1.5em 1em;
  color: #fff;
  transition: all .25s ease;
  width: 100%;
}

.btn-elearning i {
  font-size: 3em;
  color: #fff;
}

.bg-download {
  background-color: #DDA429;
}

.bg-usability {
  background-color: #A13010;
}

.bg-faq {
  background-color: #0B6A32;
}

.bg-user {
  background-color: #0C5EB0;
}

.btn-elearning:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partner .partner-link {
  padding: 4em 2em 2em;
}

.partner .partner-link h3 {
  background-color: #000000;
  color: #fff;
  padding: 1em;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  margin-top: -3.5em;
  margin-bottom: 1.5em;
}

.partner .partner-link .bg-white {
  background-color: #ffffff;
  border-radius: 10px;
}

.partner .partner-link .bg-white .img-rounded {
  border-radius: 10px;
}

.partner .partner-link .bg-white:hover {
  opacity: 0.8;
}

.partner .partner-link .text-center a {
  margin-top: 1em;
}

.form-inline {
  margin: 10px 0px 20px;
}

.header-page {
  position: relative;
  padding: 2% 0 1%;
  margin: 75px 00px 20px;
  background-color: #1a1a1a;
}

.header-page h1 {
  color: #fff;
  font-weight: 500;
}

.header-page h1 small * {
  color: #a5a5a5;
  font-weight: normal;
  margin-top: 4px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .header-page h1 small {
    display: none;
  }
}

.header-page .bottom1 {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: -2;
}

.content {
  min-height: 500px;
}

#content {
  padding-bottom: 60px;
}

.modal {
  z-index: 9999999;
}

th {
  text-align: center;
}

hr {
  border-top: 1px solid #0000000f;
}

.modal .modal-content {
  border-radius: 10px;
}

.modal .modal-content .modal-header {
  background-color: #010C65;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
}

.modal .modal-content .modal-footer {
  background-color: #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#course .well {
  border-radius: 5px;
  margin-bottom: 3em;
  background-color: #efefef;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#course .well .course-img {
  margin-top: 0.5em;
  height: 120px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);*/
  /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);*/
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#course .well .course-detail h4 {
  color: #010C65;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}

#course .well:hover {
  transform: scale(1.03);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);*/
}

.course-recommend {
  text-align: center;
  padding: 35px;
  margin-bottom: 2em;
  color: #fff;
  background: url(../images/course-menu.png) no-repeat;
  background-size: contain;
  background-position: center;
}

#manual .well {
  background-color: #F9F9F9;
  border-radius: 10px;
  border: 0;
  text-align: center;
}

#manual .well a {
  text-decoration: none;
  color: inherit;
}

#manual .well .manual-icon {
  transition: .5s;
  background-color: #010C65;
  border-radius: 10px;
  padding: 3em 0;
  color: #ffffff;
  margin-bottom: 1em;
}

#manual .well .manual-icon img {
  max-height: 170px;
  padding: .50em;
  border-radius: 15px;
  max-width: 100%;
}


#manual .well .manual-icon:hover {
  transform: scale(1.03);
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

#manual .well h4 {
  min-height: 46px;
}

/*#manual .well:hover { -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }*/

-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
0 3px 14px 2px rgba(0, 0, 0, 0.12),
0 5px 5px -3px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
0 3px 14px 2px rgba(0, 0, 0, 0.12),
0 5px 5px -3px rgba(0, 0, 0, 0.3);

#faq .panel-group .panel+.panel {
  margin-top: 0.5em;
}

#faq .panel-group .panel-heading {
  background-color: #efefef;
  color: #ffffff;
  border-radius: 5px;
}

#faq .panel-group .panel-heading h4 {
  transition: .5s;
  font-size: 20px;
  font-weight: 600;
}

#faq .panel-group .panel-body .well {
  border-radius: 5px;
  background-color: #c6c8c05e;
}

#faq .panel-group .panel {
  /* border: 1px solid #00000030; */
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  /* -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.1), 0 5px 5px -3px rgba(0, 0, 0, 0);  */
  /* box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.1), 0 5px 5px -3px rgba(0, 0, 0, 0);  */
}

#contact-us form .well {
  background-color: #f1f1f1;
  border-radius: 5px;
}

#contact-us form .well label {
  color: #4a4a4a;
}

#contact-us form .well input,
#contact-us form .well textarea {
  border-radius: 5px;
  border: 0;
}

#contact-us form .well input,
#contact-us form .well textarea:focus {
  border-color: #010C65;
}

#contact-us .contact-map {
  border-radius: 5px;
  background-color: #010c65;
  padding: 1em;
  margin: 2em 1em 1em 1em;
}

#contact-us .contact-map h4 {
  color: #FFC107;
}

#contact-us .contact-map .well {
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  margin-top: 0em;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

#course .type-menu .btn {
  width: 100%;
  background-color: #efefef;
  margin-bottom: 0.5em;
  font-size: 15px;
  transition: all 0.3s ease;
}

#course .type-menu .btn:hover,
#course .type-menu .btn:focus {
  transform: scale(1.05);
  ;
  border-color: #010C65;
  color: #ffffff;
  background-color: #010C65;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  outline: none;
}

#course-detail #mySidenav {
  margin-bottom: 1em;
}

#course-detail .row.step .well .progressbar {
  counter-reset: step;
  margin-bottom: 0;
}

#course-detail .row.step .well .progressbar li {
  list-style: none;
  display: inline-block;
  width: 23.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
}

#course-detail .row.step .well .progressbar li:before {
  color: black;
  position: relative;
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border: 2px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
  z-index: 1;
}

/*#course-detail .row.step .well .progressbar li:after { content: ""; position: absolute; width: 100%; height: 2px; background-color: #fff; top: 15px; left: -50%; z-index: 0; }*/

#course-detail .row.step .well .progressbar li:first-child:after {
  content: none;
}

/*#course-detail .row.step .well .progressbar li.active { color: white; }*/

#course-detail .progressbar li a {
  font-size: 14px;
  color: #fff !important;
  /*background-color: black;*/
  /*border: 1px solid #fff;*/
  /*border-radius: 5px;*/
  transition: all .25s linear;
  padding: 5px 5px 5px 5px;
}

.text-success-trophy {
  color: #c05620;
  background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(223, 185, 78) 0%, rgb(219, 189, 106) 26%, rgb(223, 194, 110) 35%, rgb(217, 186, 100) 45%, rgb(202, 165, 60) 61%, rgb(217, 177, 90) 100%);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: rgb(232, 42, 37) !important;
}

.text-success.prepost {
  margin-top: 3px;
}

.text-danger.prepost {
  margin-top: 3px;
}

.log-out:hover {
  color: #fff !important;
}

#course-detail #tab-content .headcourse a li {
  color: #fff;
}

.vdocourse {
  font-size: 14px;
}

#course-detail .row.step .well .progressbar li.active:before {
  color: #000;
  border: 5px solid #000;
  background-color: #fff;
}


/*#course-detail .row.step .well .progressbar li.active + li:after { background-color: #166ab2; height: 3px; }*/

#course-detail .course-poster .well {
  background-color: #F9F9F9;
}

#course-detail .course-poster .well img {
  height: auto;
  margin-top: 0em;
  min-height: 320px;
  max-height: 320px;
  margin-top: 0em;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

#course-detail .course-poster .well button {
  margin-top: 1em;
}

#course-detail .course-detail .tab-content {
  padding: 0.5em;
}

#course-detail .course-detail .tab-content #course-unit ol {
  -webkit-padding-start: 0;
}

#course-detail .course-detail .tab-content #course-unit ol .panel {
  border-radius: 0;
  margin-bottom: 0px
}

#course-detail .course-detail .tab-content #course-unit ol .panel .panel-heading {
  padding-left: 1.5em;
  background-color: #1a1a1a;
  color: #ffffff;
}

#course-detail .course-detail .tab-content #course-unit ol .panel .panel-heading .panel-title {
  ;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
}

#course-detail .course-detail .tab-content #course-unit ol .panel .panel-body .list-group {
  margin-bottom: 0;
}

.list-group-item {
  padding: 10px 15px 15px;
  border-radius: 0 !important;
}

#course-detail .course-detail .tab-content #course-unit ol .panel .panel-body .list-group .list-group-item {
  padding: 5px 10px 30px;
}

#course-detail .btn-learn .btn-default {
  background-color: #9FBC5B;
}

#course-detail .course-teacher .page-header {
  padding-bottom: 0;
  margin: 40px 0 20px;
  border-bottom: 1px dashed #ddd;
}

#course-detail .course-teacher .page-header .inline img {
  height: 100%;
}

#course-detail .course-teacher .teacher-detail .well {
  background-color: #F9F9F9;
  margin-top: 1.5em;
}

#course-detail .course-teacher .teacher-detail .well .pull-right {
  padding-left: 4em;
  padding-top: 1em;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#course-detail .course-teacher .teacher-detail .well .teacher-img {
  height: 3.5em;
  width: 3.5em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0em;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#course-detail .course-teacher .teacher-detail .well ul {
  margin-top: 0.5em;
  -webkit-padding-start: 20px;
}

#course-detail .course-popular .page-header {
  padding-bottom: 0;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

#course-detail .course-popular .page-header .inline img {
  height: 100%;
}

#course-detail .course-popular .well {
  background-color: #F9F9F9;
}

#course-detail .course-popular .well ul li {
  border-bottom: 1px solid #ffffff;
  height: 4.5em;
  margin-bottom: 0.5em;
}

#course-detail .course-popular .well ul li .pull-right {
  padding-left: 4em;
  height: 4em;
  overflow: hidden;
}

#course-detail .course-popular .well ul li .popular-img {
  height: 3.5em;
  width: 3.5em;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#course-detail .course-popular .well ul li:last-child {
  border-bottom: 0;
}

#course-learn .navbar {
  margin-bottom: 0;
  border: 0;
}

#course-learn .navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#course-learn .navbar .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

#course-learn .back,
.back-home {
  padding: 15px 20px;
  background: #010C65;
  color: #ffffff;
}

.back-home:hover {
  color: #fff !important;
  background: #041077;
}

.menu-learn {
  color: #fff;
  background: #010C65;
  padding: 15px 20px;
}

.menu-learn:hover {
  color: #fff !important;
  background: #041077;
}


#course-learn .navbar .container-fluid p {
  padding: 10px 0;
  margin-bottom: 0;
}

#course-learn .navbar .container-fluid .menu {
  background: #010C65;
  color: #ffffff;
  padding: 15px 20px;
}

#course-learn .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}

#course-learn .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#course-learn .sidenav a a:hover,
#course-learn .sidenav a a:focus {
  color: #f1f1f1;
}

#course-learn .clname {
  margin-top: 5px;
}

.nameheadcl {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

#course-learn .sidenav .nav-tabs.nav-justified>li>a {
  border-radius: 0;
  padding: 7px 15px;
}

#course-learn .sidenav .nav>li>a:focus,
#course-learn .sidenav .nav>li>a:hover,
#course-learn .sidenav .nav>li>a:focus,
#course-learn .sidenav .nav>li.active>a {
  background-color: #010C65;
  color: #ffffff;
}

#course-learn .sidenav .tab-content .panel.panel-default {
  border: none;
  border-radius: none;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-heading {
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: black;
  color: #ffffff;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body {
  padding: 0 15px;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 40px 10px 20px;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li .list-body {
  text-align: left;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li .list-body a h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li .list-body a p {
  font-size: 14px;
  line-height: 1.6em;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li .download {
  position: absolute;
  right: 0;
  top: 40%;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li .download a {
  padding: 0;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li .download a .fa {
  position: static;
  color: #d4d4d4;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li .div-x {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  border: 3px solid #ccc;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li.warning .div-x {
  background-color: #f0ad4e;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li.success .div-x {
  background-color: #2dcc3f;
}

#course-learn .sidenav .tab-content .panel.panel-default .panel-body ul.section-list li::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #ddd;
  top: 0;
  left: 10px;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion {
  margin: 0;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion li {
  border-bottom: 0;
  border-top: 1px solid #d4d4d4;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion li .list-body {
  padding: 22px 0;
  overflow: hidden;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion li .list-body .list-content {
  margin: 0;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion li .list-body .list-content .name-author {
  font-size: 16px;
  color: #37abf2;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion li .list-body .list-content .name-author a {
  padding: 0;
  color: #37abf2;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion li .list-body .list-content .comment-meta {
  display: inline-block;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion li .list-body .list-content .comment-meta a::before {
  content: '|';
  position: absolute;
  font-size: 14px;
  left: -12px;
  color: #D4D4D4;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion li .list-body .list-content .comment-meta a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding: 0;
  padding-right: 14px;
}

#course-learn .sidenav .tab-content #comment ul.list-discussion li .list-body .list-content .comment-meta a i {
  font-size: 12px;
  margin-right: 5px;
  color: #A6A6A6;
}

#course-learn #main {
  -webkit-transition: margin-right .5s;
  -o-transition: margin-right .5s;
  transition: margin-right .5s;
  height: 100%;
}

@media screen and (max-height: 450px) {
  #course-learn .sidenav {
    padding-top: 15px;
  }

  #course-learn .sidenav a {
    font-size: 18px;
  }
}

#banner-news .well {
  background-color: #F9F9F9;
  margin-bottom: 2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#banner-news .well a:hover>.news-img>.news-date {
  color: #ffffff !important;
}

#banner-news .well .news-img {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-top: -2em;
  position: relative;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
}

#banner-news .well .news-img .news-date {
  padding: 3px 0 3px 0;
  font-size: 14px;
  position: absolute;
  bottom: -0.5em;
  left: 1em;
  right: 1em;
  text-align: center;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

#banner-news .well .news-detail {
  font-size: 15px;
  line-height: 1.2em !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 4em;
  max-height: 4em;
}

#banner-news .well:hover {
  transform: scale(1.03);
}

#banner-news-detail .well {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

#banner-news-detail .well .news-detail-img {
  margin-top: 0em;
}

#banner-news-detail .well .news-detail-img img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

#banner-news-detail .news-detail-content .content-header {
  border-bottom: 1px solid #0000000f;
  margin-bottom: 15px;
}

#banner-news-detail .news-detail-content .content-header .pull-left {
  margin-right: 0.5em;
}

#banner-news-detail .news-detail-content .content-header h2 {
  /*margin-bottom: 0;*/
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#video .well {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: #F9F9F9;
  margin-bottom: 2em;
  padding-bottom: 3.5em;
  min-height: 355px;
  max-height: 380px;
  position: relative;
}

#video .well .news-date {
  margin-top: 15px;
  padding: 3px 0 3px 0;
  font-size: 14px;
  /* display: block; */
  /* width: 100%; */
  text-align: center;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 15px;
  left: 1em;
  right: 1em;
}

#video .well .video-js {
  margin-top: 0em;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5em;
}

#video .well .video-js .vjs-big-play-button {
  margin: -20px -50px;
  top: 50%;
  left: 50%;
  background-color: #f0ad4e;
}

#video .well .video-js .vjs-control-bar {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#video .well .video-detail {
  font-weight: 600;
  line-height: 3em !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2em;
  max-height: 2em;
  margin-bottom: 10px;
}

#video .well:hover {
  transform: scale(1.03);
}

#video-detail .well {
  background-color: #F9F9F9;
}

#video-detail .well .video-js {
  width: 100%;
  margin-top: -4em;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5em;
}

.detail-p {
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-word;
}

#video-detail .well .video-js .vjs-big-play-button {
  margin: -20px -50px;
  top: 50%;
  left: 50%;
  background-color: #f0ad4e;
}

#video-detail .well .video-js .vjs-control-bar {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#video-detail .detail-content .content-header {
  border-bottom: 1px dashed #ddd;
}

#video-detail .detail-content .content-header .pull-left {
  margin-right: 0.5em;
}

#video-detail .detail-content .content-header h2 {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#document .nav-tabs>li.active.f>a {
  background-color: #F9F9F9;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#document .nav-tabs>li.active.nf>a {
  background-color: #906B43;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#document .tab-content #doc-1 .well {
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  background-color: #F9F9F95c;
}

#document .tab-content #doc-1 .well .doc-list {
  background-color: rgba(255, 255, 255, 0.8);
  /* border-radius: 10px; */
  padding: 0.7em 2em;
  white-space: nowrap;
  /* border-bottom-color: red; */
  overflow: hidden;
  vertical-align: middle;
  border-bottom: 1px solid #efefef;
  text-overflow: ellipsis;
  font-weight: 500;
  margin-bottom: 0em;
}



#document li {
  font-size: 20px;
  font-weight: 600;
}

#document .tab-content #doc-1 .well .doc-list:hover {
  background-color: #cccccc66;
}

#document .tab-content #doc-2 .well {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  background-color: #906B43;
}

#document .tab-content #doc-2 .well .doc-list {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 0.5em 1em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#document .tab-content #doc-2 .well .doc-list:hover {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

#link .well {
  border: 0;
  background-color: #F9F9F9;
  text-align: center;
  margin-bottom: 2em;
}

#link .well .link-img {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -2em;
  background-color: #ffffff;
}

#link .well .link-name {
  margin-bottom: 0;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#link .well .link-url {
  color: #d9d9d9;
}

/*#link .well:hover { -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }*/

#message .panel.panel-default .panel-heading {
  background-color: #010C65;
  color: #ffffff;
  letter-spacing: 1px;
}

#message .panel.panel-default .panel-heading a {
  color: #ffffff;
}

#message .panel.panel-default .panel-heading a:hover {
  color: #F9F9F9;
}

#message .panel.panel-default .panel-heading .img-user {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#message .panel.panel-default .panel-body.list {
  max-height: 650px;
  overflow-x: auto;
}

#message .panel.panel-default .panel-body.list ul li {
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

#message .panel.panel-default .panel-body.list ul li span.pull-right {
  text-align: center;
  font-style: italic;
  font-size: 12px;
}

#message .panel.panel-default .panel-body.list ul li a {
  padding: 0;
}

#message .panel.panel-default .panel-body.list ul li a .img-send {
  float: left;
  margin-right: 6px;
  margin-top: 3px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#message .panel.panel-default .panel-body.list ul li:last-child {
  border-bottom: none;
}

#message .panel.panel-default .panel-body {
  max-height: 425px;
  overflow-x: auto;
}

#message .panel.panel-default .panel-body .message-left {
  float: left;
  width: 75%;
  margin-bottom: 1em;
  clear: both;
}

#message .panel.panel-default .panel-body .message-left .left-detail {
  position: relative;
  border-radius: 10px;
  padding: 1em;
  float: left;
  background-color: #d9d9d9;
  text-align: left;
}

#message .panel.panel-default .panel-body .message-left .left-detail span {
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 5px;
  letter-spacing: 1px;
}

#message .panel.panel-default .panel-body .message-left .left-detail::before {
  position: absolute;
  top: -12px;
  color: #d9d9d9;
  content: "\f0de";
  font-family: FontAwesome;
}

#message .panel.panel-default .panel-body .message-right {
  float: right;
  width: 75%;
  margin-bottom: 1em;
  clear: both;
}

#message .panel.panel-default .panel-body .message-right .right-detail {
  position: relative;
  border-radius: 10px;
  padding: 1em;
  float: right;
  background-color: #dc5d5d;
  color: #ffffff;
  text-align: right;
}

#message .panel.panel-default .panel-body .message-right .right-detail span {
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 5px;
  letter-spacing: 1px;
}

#message .panel.panel-default .panel-body .message-right .right-detail::after {
  position: absolute;
  bottom: -12px;
  color: #dc5d5d;
  content: "\f0dd";
  font-family: FontAwesome;
}

#message .panel.panel-default .panel-footer {
  background-color: #d9d9d9;
}

#message .panel.panel-default .panel-footer .img-user {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#search .well {
  border-color: #ddd;
}

#pre-exams .well {
  background-color: #F9F9F9;
}

.condition {
  border-top: 1px solid #ddd;
  padding: 20px 0 5px 0;

}

.condition .form-group {}

#pre-exams .well .exams-condition {
  padding: 1em;
  background-color: #333;
  border-radius: 10px;
  margin-top: -2em;
  color: #ffffff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

#exams .well {
  background-color: #ddd;
}

#exams .well .exams {
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 1em;
  margin-top: -2em;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

#exams .well .exams .well.answer {
  background-color: #F9F9F9;
}

#exams .all-exams .exams-title {
  border-bottom: 2px solid #ddd;
  margin-bottom: 0.5em;
}

#exams .all-exams .table>tbody>tr>td {
  padding: 0;
}

#exams .all-exams .table>tbody>tr>td .btn {
  border-radius: 0;
  padding: 4px 8px;
  font-size: normal;
}

#exams .all-exams .table>tbody>tr>td .btn:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}


.login-bg .login-img-1 {
  position: absolute;
  left: 20px;
  bottom: 40px;
  z-index: 10;
}

.login-bg .login-img-2 {
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 10;
}


@media (max-width: 767px) {
  #exams .all-exams .table>tbody>tr>td .btn {
    font-size: 1rem;
    padding: 2px 0;
  }
}


.reset-well {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.add-study {
  position: relative;
}

/* .add-study .row{
    justify-content: center;
  } */

#register .well {
  position: relative;
  z-index: 20;
}

#register .well form {
  background-color: #ffffff;
  padding: 1em;
  border-radius: 10px;
  margin-top: -2em;
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, .075);
  box-shadow: 0px -1px 5px rgba(0, 0, 0, .075);
  border: 1px solid #ddd;
}

#register .well form .well {
  background-color: #F9F9F9;
}

#register .well form .well .img-profile {
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ffffff;
}

#register .well form .well .form-control,
#register .well form .well .input-group-addon {
  border-color: rgba(26, 26, 26, 0.14901960784313725);
}

#register .well form .well input,
#register .well form .well select {
  border-radius: 5px;
  padding: 0px 12px;
  font-size: 16px;
}

#register .well form .well input[type="number"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#register .well form .well .input-group-addon:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#register .well form .condition {
  text-align: center;
  padding: 1em;
  border: 2px solid #9FBC5B;
  border-radius: 10px;
  margin-bottom: 1em;
}

#register .well form .condition .radio label {
  padding-left: 30px;
  padding-right: 15px;
  border-radius: 10px;
}

#about-us .well {
  position: relative;
  background: #F9F9F9;
  padding: 20px;
  border: none;
  z-index: 20;
}

#about-us img {
  max-width: 100%;
  height: auto !important;
}

#about-us .well .detail {
  width: 100%;
  margin-bottom: 3%;
  padding: 1em;
  margin-top: 0;
  word-break: break-word;
}

#exams-finish .col-sm-8 .result {
  margin-top: -2em;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  background-color: #F9F9F9;
}

#exams-finish .col-sm-8 .result h1 span {
  display: block;
}

#exams-finish .col-sm-8 .detail ul li {
  padding: 2px 0;
  border-bottom: 1px solid #ddd;
}

#exams-finish .col-sm-8 .detail ul li:last-child {
  border-bottom: none;
  font-weight: bold;
}

#exams-finish aside h4.title {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding: 4px 0;
}

#exams-finish aside ul li {
  padding: 2px 0;
  border-bottom: 1px solid #ddd;
}

#exams-finish aside ul li .fa-circle {
  margin-right: 4px;
}

#questionnaire .well.bg-greendark .well {
  background-color: #F9F9F9;
  margin-top: -2em;
}

#questionnaire .well.bg-greendark .well form .form-group {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}

#questionnaire .well.bg-greendark .well form .form-group:last-child {
  border-bottom: none;
}

#searchForm {
  margin-bottom: 20px;
}

#searchForm span button {
  height: calc(2em + .75rem + 2px);
}

.alert {
  margin-bottom: 30px;
}

#video .col-md-3 {
  margin-bottom: 30px;
}

/*loader*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999999999;
}

.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: rotatee 2.0s infinite linear;
  animation: rotatee 2.0s infinite linear;
}

.dot1,
.dot2 {
  background-color: #010C65;
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: bouncee 2.0s infinite ease-in-out;
  animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rotatee {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bouncee {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncee {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #444;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ol {
  list-style: none;
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.well a:hover,
.well a:focus {
  color: #4e4e4e;
  text-decoration: none;
}

.modal-title {
  color: #fff;
}

.text-date {
  font-size: 14px;
}

.list-unstyled a:hover {
  border-bottom: 1px solid #010C65;
  color: #fff;
}

.panel-default>.panel-heading {
  background-color: #f8f8f8;
}

.headcourse {
  background-color: #323fa3 !important;
  color: #fff;
  border-radius: 0;
}

.final-test {
  background-color: #ff5722 !important;
}

.final-test span {
  color: #fff;
  font-weight: 500;
}

.dashboard {
  padding-bottom: 6em;
  padding-top: 0em;
}

.linehead {
  border-bottom: 1px solid;
  padding-bottom: 16px;
}

.footerxd {
  color: #5a5d63;
}

.modal-header .close {
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.text-bc {
  color: #fff !important;
  border-bottom: 1px solid #010C65;
}

.swal-title {
  font-size: 30px;
}

.swal-text {
  font-size: 22px;
}

.sweet-alert p {
  font-size: 16px;
}

.title__course {
  height: 22px;
  max-width: 445px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 4px;
  color: #fff;
}

.list__course {
  height: 20px;
  max-width: 445px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.bg-success {
  background-color: transparent;
  font-weight: 700 !important;
}

.bg-danger {
  background-color: transparent;
  font-weight: 700 !important;
}

.courseindex {
  /*margin-top: 20px; */
  background: #1a1a1a;
  padding: 10px;
  color: #fff;
  /* border: 3px solid #010C65; */
  border-radius: 5px;
}

.line-course {
  border: 1px solid #0000000f;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*course/index*/
.p {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3em;
}

.p2 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.stepcourse {
  font-weight: 700;
}

.stepcoursediv {
  padding: 10px 0px 10px 10px;
  background-color: #efefef;
  border-top: 1px solid #ddd;
}

.list-group-item span {
  font-size: 14px !important;
}

.detailmore {
  font-size: 12px;
}

.dropdown-menu>li>a:hover {
  background-color: #d32425;
  color: #fff;
  text-decoration: none;
}

.defaultcourse {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  padding: .2em .6em .3em;
  border-radius: .25em;
  font-weight: 500 !important;
  font-size: 14px;
  position: relative;
  top: 0;
  left: 8px;
}

.warningcourse {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  padding: .2em .6em .3em;
  border-radius: .25em;
  font-weight: 500 !important;
  font-size: 14px;
  position: relative;
  top: 0;
  left: 8px;
}

.successcourse {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  padding: .2em .6em .3em;
  border-radius: .25em;
  font-weight: 500 !important;
  font-size: 14px;
  position: relative;
  top: 0;
  left: 8px;
}

span.fixalert {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 20px;
  padding: 10px;
  transition: all 0.5s ease;
  background-color: #000;
  border-color: #000;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

span.fixalert>b {
  color: #f33;
}

h2.classic-title span {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #010C65;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #010C65;
}

input.btn.btn-default.bg-greenlight.btn-lg.center-block {
  color: #fff;
}

input.btn.btn-default.bg-greenlight.btn-lg.center-block:hover {
  background-color: #ca2309;
}

footer {
  background-color: #010c65;
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

.stepcourse {
  font-weight: 700;
}

.nav-tabs>li>a {
  color: rgba(0, 0, 0, .5);
}



.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #000;
  text-align: center;
  border: none;
  border-bottom: 3px solid #010C65;
}

.one,
.two,
.three,
.four,
.five {
  position: absolute;
  margin-top: -10px;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 25px;

}

.one {
  left: 19%;
}

.two {
  left: 35%;
}

.three {
  left: 50%;
}

.four {
  left: 66%;
}

.five {
  left: 80%;
}

.one::before {
  content: "1";
  color: #fff;
  margin: 15px;
}

.two::before {
  content: "2";
  color: #fff;
  margin: 15px;
}

.three::before {
  content: "3";
  color: #fff;
  margin: 15px;
}

.four::before {
  content: "4";
  color: #fff;
  margin: 15px;
}

.five::before {
  content: "5";
  color: #fff;
  margin: 15px;
}

.primary-color {
  background-color: #01b7f2;
}

.no-color {
  background-color: inherit;
}

.progreecourse {
  height: 144px;
  overflow: hidden;
}

.titleprogree {
  background-color: #F9F9F9;
  border-radius: 15px;
  padding: 9px;
  width: 100px;
  font-size: 16px;
}

.iconprogree {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}

.iconpcheck {
  color: #5cb85c;
  font-size: 20px;
}

.learncheck {
  font-size: 20px;
}

.error2 {
  color: red !important;
}

.signout {
  color: #fff;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.signout:hover {
  color: #294962;
}

.btn-warning:hover {
  webkit-box-shadow: none;
  box-shadow: none;
}

.carousel-indicators .active {
  background-color: #373939;
}

.carousel-indicators li {
  border: 1px solid #373939;
}

.topbar {
  border-bottom: 1px solid #f2f2f2;
}

.font-weight-bold {
  font-weight: 700;
}


.allprogress {
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.25s ease-in-out;
}

.allprogress:hover {
  transform: scale(1.1);

}


.lessonprogress {
  position: relative;
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}



/*-----------lesson--------------*/
.lessonprogress::before {
  position: absolute;
  top: 35%;
  left: 0px;
  right: 0px;
  content: "บทที่ 1";
  color: #fff;
  font-weight: bold;
}


.pre {
  position: relative;
  width: 60% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.study {
  position: relative;
  width: 60% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.post {
  position: relative;
  width: 60% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.checktf {
  position: relative;
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.25s ease-in-out;
}

.ass {
  position: relative;
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.25s ease-in-out;
}

.exam {
  position: relative;
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.25s ease-in-out;
}

.cer {
  position: relative;
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.25s ease-in-out;
}

.checktf:hover {
  transform: scale(1.1);
}

.ass:hover {
  transform: scale(1.1);
}

.exam:hover {
  transform: scale(1.1);
}

.cer:hover {
  transform: scale(1.1);
}

.fail {
  /*  background-image: url(../img/progressbar/fail.png);*/
  background-repeat: no-repeat;
  position: relative;
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.statelearn {
  position: relative;
  transition: all 0.25s ease-in-out;
}

.statelearn:hover {
  transform: scale(1.05);
}

/*--------------------------*/

.fail:active .fail:hover {
  background-image: url(../img/progressbar/true.png);
}

.tooltip {
  font-size: 20px;
}

.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  /*border-right: 1px solid #ddd;*/
}

.tabs-right {
  border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left>li {
  font-weight: 700;
  margin-right: -1px;
  text-align: center;
}

.tabs-right>li {
  margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}

.tabs-left>li>a {
  border: 1px solid #ff991a75;
  border-radius: 10px;
  margin-right: 0;
  display: block;
}

.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.vertical-text {
  margin-top: 50px;
  border: none;
  position: relative;
}

.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}

.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}

.vertical-text.tabs-left {
  left: -50px;
}

.vertical-text.tabs-right {
  right: -50px;
}

.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.border-bottom {
  border-top: 1px solid #ddd;
}

.border-left {
  border-left: 1px solid #ddd;
}

.border-right {
  border-right: 1px solid #ddd;
}

.headstat {
  background-color: #e82a25 !important;
}

.tablesson {
  overflow: auto;
  height: 166px;
}

.text-white {
  color: #fff;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th tr>td {
  border: 1px solid #cccccc47 !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border: 1px solid #d8d8d8 !important;
  vertical-align: middle;
  text-align: center;
}


.table-bordered {
  border: 1px solid #cccccc47 !important;
}

.datemess {
  font-size: 18px;
  padding: 0 10px 0 10px;
}

.commentmess {
  padding-left: 20px;
}

.createpost {
  margin-bottom: 20px;
}

.btn-createpost {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 10px 35px 10px;
}

.listfixheight {
  height: auto;
}

.footercomment {
  background-color: #5bc0de1f !important;
}

#message .panel.panel-default .panel-footer.footerback {
  height: 55px;
}

.mb-1 {
  margin-bottom: 1rem;
}

.dropdown-menu.changelang.dropdown {
  min-width: 50px !important;
}

.dropdown-menu.changelang a:hover {
  background-color: #fff !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  border-color: transparent;
}

.coursebox {
  min-height: 400px;
}

.cldcourse {
  font-size: 13px;
  font-weight: bold;
}

.dangercld {
  font-size: 15px;
  color: #010C65 !important;
}

.icontype {
  font-size: 22px;
  margin-right: 4px;
  color: #010C65 !important;
}

/*.statuscourse{
  margin-top: 10px;
  background-color: #000;

  }*/

.btn-statusno {
  font-size: 10px;
  color: #fff !important;
  background-color: #010C65;
  border-color: #010C65;
  border-radius: 50px;
  transition: all .25s linear;
}

.btn-statuswait {
  font-size: 10px;
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #eea236;
  border-radius: 50px;
  transition: all .25s linear;
}

.btn-statussuc {
  font-size: 10px;
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-radius: 50px;
  transition: all .25s linear;
}

.pageTime {
  border-radius: 0 5px 5px 0 !important;
  font-size: 22px !important;
}

.loginwith {
  text-align: left;
}

.btnlogingoogle {
  background-color: #db402c !important;
  border-radius: 4px !important;
  color: #fff;
  display: block;
}

.btnlogingoogle:hover {
  background-color: #b5301f !important;
  color: #fff;
}

.btnloginout {
  background-color: #337ab7 !important;
  border-radius: 4px !important;
  color: #fff;
  display: block;
}

.btnloginout:hover {
  background-color: #2c42db !important;
  color: #fff;
}


.listlearn-success {
  background-color: #1c773b !important;
}

.listlearn-danger {
  background-color: #e82a25 !important;
}

.listlearn-warning {
  background-color: #e8790b !important;
}

.title-topic {
  margin-bottom: 10px;
}

.page-header {
  position: relative;
}

.page-header:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #010C65;
  border-width: 8px;
  margin-left: -8px;
  z-index: 1;
  background: 0 0;
}

.navbar-brand>img {
  margin: 20px;
}

.fix-center {
  justify-content: center;
}

.d-block {
  display: block;
}

.btn-regislearn {
  font-size: 16px;
  color: #fff;
}

.btn-regislearn:hover,
.btn-regislearn:focus {
  color: #fff !important;
}

.btn-learnmore {
  font-size: 16px;
  color: #fff;
  background: #010C65;
  border: #010c65;
}

.btn-learnmore:hover,
.btn-learnmore:focus {
  color: #fff !important;
  background: #010C65;
  border: #010c65;
}



@media screen and (max-width:992px) {
  .text-right-md {
    margin-bottom: 10px;
  }

  .contact-admin {
    height: 75px !important;
    width: 230px !important;
  }

  .contact-admin:hover {
    height: 200px !important;
  }
}

@media screen and (min-width:992px) {
  .text-right-md {
    text-align: right;
  }
}

@media (max-width: 320px) {
  .team-member.modern .member-info {
    padding: 30px 0;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .team-member.modern .member-info {
    padding: 60px 0;
  }
}

@media (min-width: 375px) and (max-width: 415px) {
  .team-member.modern .member-info {
    padding: 100px 0;
  }
}

@media (min-width: 768px) and (max-width: 415px) {
  .team-member.modern .member-info {
    padding: 0 0;
  }

  .team-member.modern .member-photo {
    min-height: 180px;
  }
}

@media (max-width: 420px) {
  .progress-bar {
    top: 65px;
    height: 6px;
  }
}

@media (max-width: 425px) {
  .navbar-brand>img {
    margin-top: 20px;
    height: 35px !important;
  }

  header .navbar-nav li a.btn-login {
    border-radius: 0;
    margin-right: 0;
  }

  header .navbar-nav li a.btn-register {
    border-radius: 0;
  }

  .textstate {
    font-size: 13px;
  }
}

@media (max-width:375px) {
  .textstate {
    font-size: 11px;
  }
}

@media (max-width: 500px) and (min-width: 421px) {
  .progress-bar {
    top: 74px;
    height: 7px;
  }
}

@media(max-width: 767px) {
  .checktf {
    width: 20% !important;
  }

  .textstate {
    font-size: 18px;
  }
}

@media (min-width:768px) and (max-width: 1023px) {

  .navbar-brand>img {
    margin-top: 10px;
  }

  .textstate {
    font-size: 14px;
  }

  .progress-bar {
    height: 5px;
    top: 62px;
  }

  .tablesson {
    height: 135px;
  }
}

@media (min-width: 1024px) {
  .textstate {
    font-size: 13px;
  }
}

@media (max-width: 612px) {
  .textstate {
    font-size: 15px;
    height: 30px;
    overflow: hidden;
  }
}

@media screen and (max-width:992) {
  .progress-bar {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .cer {
    width: 50% !important;
  }

  .ass {
    width: 50% !important;
  }

  .exam {
    width: 50% !important;
  }

  .study {
    width: 90% !important;
  }

  .pre {
    width: 90% !important;
  }

  .post {
    width: 90% !important;
  }

  .progress-bar {
    top: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1924px) {
  .progress-bar {
    top: 87px;
    height: 10px;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
    margin-top: 18px;
  }
}

.btn-learn {
  margin-bottom: 10px;
  text-align: center;
}

.btn-learn a.btn.btn-warning.btn-lg.start-learn {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  display: block;
}

.btn-learn a.btn.btn-warning.btn-lg.start-learn:hover {
  background-color: #e1a044;
  border-color: #e1a044;
}

.dashboard td.text-left {
  text-align: left !important;
}

.dashboard-pd {
  padding: 0;
}

.dashboard-pd .table {
  margin: 0;
}

.dashboard-pd .progress-bar {
  background-color: #8BC34A;
}

.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  margin-bottom: 15px;
}

.formrating {
  padding: 10px 15px 19px;
  /*background-color: #00A295 !important;*/
  background-color: #1a1a1a !important;
  color: #fff;
  border-radius: 3px 3px 0 0;
  margin: 10px 0px 0;
}

.formrating-mg {
  margin: 0px 5px;
}

.formrating span {
  margin-top: 0;
}

.well-question {
  padding: 40px;
}

.btn-ci {
  background-color: #010C65;
  border-color: #010C65;
  color: #fff;
}

.btn-ci:hover,
.btn-ci:focus,
.btn-ci:active {
  background-color: #010C65;
  border-color: #010C65;
  color: #fff;
}

.question-box {
  background-color: #ddd;
}

.question-box span {
  font-size: 16px;
  font-weight: 600;
}

.question-table {
  margin-top: 10px;
}

.head-question {
  /* background-color: #1a1a1a; */
  color: #333;
  font-weight: 600;
}

.mid-question {
  vertical-align: middle;
}

.post-question tbody td {
  padding: 16px !important;
}

.login-hr {
  display: inline-block;
  border-top: 01px solid rgba(217, 217, 217, 0.14);
  width: 35rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
  position: absolute;
  left: 0;
  bottom: 43px;
  z-index: 1;
}

.box-login {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 10px;
}

.login-line::before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.login-line span {
  background: #fff;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.3);
}

.pt-now {
  border: 1px solid #F9F9F9;
  border-radius: 5px;
  color: #fff;
  background-color: #010C65;
  padding: 5px 5px 5px 7px;
  position: absolute;
  left: -105px;
  font-size: 14px;
  z-index: 5;
}

/* .pt-now::before{
  content: '\f14c';
  color: #fff;
  background-color: #010C65;
  padding: 5px 5px 5px 7px;
  border-radius: 5px;
  position: absolute;
  left: -100px;
  font-size: 14px;
  font-family: 'fontawesome','NotoSansThai',NotoSans,sans-serif ;
  z-index: 2;
  } */
.pt-now::after {
  content: '';
  position: absolute;
  left: 85px;
  top: 3px;
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #010C65;
  z-index: -1;
}

ol.stat-alert {
  margin-left: -38px;
  margin-top: 10px;
}

ol.stat-alert li {
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid #efefef;
  background-color: #d9534f;
  border-radius: 5px;
  color: #fff;
  padding: 2px;
}

ol.stat-alert li::before {
  /* content: "\f0a1"; */
  /* color:#010C65; */
  /* font-family: 'fontawesome','NotoSansThai',NotoSans,sans-serif ; */
}

.well-alert {
  padding: 10px 10px 5px;
  margin-top: 20px;
}

.well-alert b {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.page-section {
  margin-top: 2em;
}

.dp-block {
  display: block;
}

.textip-question {
  margin-top: 12px;
  width: 100%;
  padding: 10px;
}

.head-quiz {
  padding: 1em 2em;
}

.mg-1 {
  margin: 1em 0;
}

.mg-5-10 {
  margin: 5px !important;
}

.mt-2-5 {
  margin-top: 2.5em;
}

.mtb-10 {
  margin: 10px 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.w-100 {
  width: 100% !important;
}


.course-main {
  padding: 0 15px;
  margin-bottom: 2em;
}

.cours-card,
.cours-card .course-boximg {
  width: 100%;
  overflow: hidden;
}

.cours-card .course-boximg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #f6f6f6;
  height: 200px;
  width: 100%;
  transition: all .25s ease;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.course-main .cours-card .course-boximg:hover {
  transform: scale(1.1);
}

.cours-card .card-body {
  padding: 0px 20px 25px 20px;
  min-height: 130px;
}

.cours-card .card-title {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.course-item:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-viewall {
  background-color: #010C65;
  color: #fff;
}

.btn-viewall:hover {
  background-color: #010C65;
  color: #fff;
}

.btn-submit {
  background-color: #010C65;
  color: #fff;
}

.btn-submit:hover {
  background-color: #010C65;
  color: #fff;
}



.breadcrumb-main {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  border-radius: 0;
  margin: 1.2rem 0;
}

.backtotop {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  width: 58px;
  height: 58px;
  z-index: 10000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #cc0b21;
  box-sizing: border-box;
  -webkit-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out;
  -moz-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out;
  transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out;
  border: 5px 0 0 0;
}

.backtotop span {
  display: block;
  position: absolute;
  left: 50%;
  margin-top: 8px;
  margin-left: -11px;
  line-height: 35px;
  -webkit-transition: transform .2s ease-out;
  -moz-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
}

.backtotop i {
  display: block;
}

.backtotop small {
  display: block !important;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.main-header {
  transition: all 0.5s ease;
  font-size: 1.5rem;
}

.main-slide img {
  width: 100%
}


.main-slide .item {
  max-height: 390px;
  min-height: 390px;
  overflow: hidden;
}

@media screen and (max-width:600px) {
  .main-slide .item {
    max-height: 400px;
    min-height: auto;
    overflow: inherit;
  }

  .slide-video .video-js {
    height: 300px;
  }

  .course-mb {
    margin-top: 2em;
  }

  .card-img {
    max-height: inherit !important;
  }

}

@media screen and (max-width:500px) {
  .radio.radio-inline {
    display: block;
    width: 100%;
    margin: 8px;
  }
}

@media screen and (min-width:992px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

@media screen and (min-width:992px) and (max-width:1440px) {
  header .navbar-nav li a {
    padding: 20px 8px;
    font-size: 12px !important;
  }

  .navbar-brand>img {
    height: 35px;
  }
}

header .navbar-nav li a {
  font-size: 14px !important;
}

.navbar-brand>img {
  height: 50px;
}

.fixed-header {
  transition: all 0.5s ease;
  animation: smoothScroll .5s forwards;
  padding-top: 0;
  padding-bottom: 0;
  /* position: fixed; */
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.question-left {
  text-align: left !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.register-form {
  margin: 2em 0 5em;
  position: relative;
  z-index: 100;
}

.register-form h3 {
  text-align: center;
  color: #010C65;
}

.register-form .nav-tabs {
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  margin-top: 25px;
}

.tab-formregis .custom-file {
  width: 110px;
}

.tab-formregis .custom-file label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: auto !important;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  border-radius: .25
}

.upload-img {
  padding: 20px 20px;
  text-align: center;

}

.bb-1 {
  border-bottom: 1px solid #ddd;
}

#register .well {
  margin-bottom: 20px;
}

#register .well .radio-danger input[type=radio]:checked+label:before {
  border-color: #010C65;
}

#register .radio label:before {
  width: 20px;
  height: 20px;
  background: transparent;
  top: 3px;
}

#register .radio label:after {
  top: 3px;
  background: transparent;
}

#register .radio-danger input[type=radio]:checked+label:after {
  content: "✔";
  background: transparent;
  color: #010C65;
}

#register .radio label {
  padding-left: 10px;
  padding-right: 10px;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0;
}

.tab-formregis {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 4em;
}

.register-form .nav-item {
  background-color: #fff;
  font-size: 18px;
  width: 50%;
  text-align: center;
  padding: 15px;
  color: #B1B1B1;
  transition: all .25s ease;
}

.register-form .nav-item:hover,
.register-form .nav-item:focus {
  border: none;
  border-bottom: 3px solid #ddd;
}

.register-form .nav-item.active {
  border: none;
  border-bottom: 4px solid #010C65;
}

.register-form .tab-content {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  padding: 40px 60px;
}

.form-control {
  height: calc(2em + .75rem + 2px);
  border: 2px solid #ddd !important;
}

.form-control:focus {
  border-color: #010C65 !important;
}

.topic-register {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #010C65;
}

.course-detail-main {
  padding: 1em 0 6em;
}

.course-active {
  position: relative;
}

.course-active .card {
  padding: 1em;
}

.course-active .progress {
  margin-bottom: 0;
}

.course-active .progress-bar {
  background-color: #007bff;
}

.certificate-check {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

#user-report .modal-body {
  padding: 2em;
}

#user-report .report-row {
  margin-bottom: 10px;
}

.btn-report {
  padding: 10px 40px;
  font-size: 16px;
}

.submit-register {
  padding-top: 2em;
  margin: 1em 0 2em;
}

.submit-register input {
  font-size: 18px;
  padding: 7px;
}

.box-img-center {
  justify-content: center;
}

.btn-uploadfile {
  font-size: 1rem;
  padding: 5px 10px;
  border-radius: 4px;
}

[id^="filedoc"] strong {
  margin-right: 10px;
}

.mg-0 {
  margin: 0 !important;
}

#report-staff {
  margin: 2em 0;
  border-radius: 5px;
}

#office-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 30px;
}


#report-staff h3 {
  margin-bottom: 2em;
  color: #010C65;
}

.item-course-index {
  margin: 1em 0;
}


.course-ol {
  padding: 0;
}

.course-ol .panel-default {
  border-radius: 0;
}

.btn-group-lg>.btn,
.btn-lg {
  font-size: 16px;
}

.h-course-title {
  padding: 1em;
  border: 1px solid #ddd;
  background-color: #0C5EB0;
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
}


.h-course-title-main {
  padding: 1em;
  border: 1px solid #ddd;
  background-color: #b2282b;
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
}

.h-course-title-main i,
.h-course-title i {
  margin-right: 5px;
}

.note-input {
  padding: 1em
}

.title-note {
  margin-top: 1em;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
  background: #010c65;
  color: #fff;
}

.title-note i {
  margin-right: 5px;
  color: #fff;
}

.note-save {
  margin-top: 1em;
}

.btn-note {
  color: #fff;
  background-color: #b2282b;
  border-color: #b2282b;
  display: block;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
}

.title-note {
  margin-top: 1em;
}

.table.table-note th,
.table.table-note td {
  border: none !important;
  border-bottom: 1px dashed #ddd !important;
  padding: 10px;
}

.btn-note:hover,
.btn-note:focus {
  color: #fff !important;
  background: #b2282b;
  opacity: .95;
}

#tbody_note {
  font-size: 14px;
}

.td_time_note {
  color: #007bff;
  vertical-align: top !important;
}

.text-left {
  text-align: left !important;
}

.note-funtion {
  float: right;
  font-size: 12px;
  background: transparent;
  border: none;
  opacity: 0;
  transition: all .25s ease;
}

.box_note span {
  word-break: break-word;
}

.box_note:hover .note-funtion {
  opacity: 1
}

.t-regis-language {
  padding: 2em;
  margin-top: 1em;
}

.t-regis-language tr th {
  background: #010C65;
  color: #fff;
}

.t-regis-language input {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.section-list {
  padding: 0;
}

.list-coursemain {
  border-bottom: 1px solid #ddd;
  padding: 0;
}

.list-coursemain a {
  padding: 8px !important;
}

.list-coursemain a h6 {
  font-size: 16px;
}

.contact-admin {
  position: fixed;
  right: 55px;
  bottom: 0;
  margin: 0;
  z-index: 10000;
  color: #fff;
  cursor: pointer;
  height: 90px;
  width: 270px;
  transition: all 0.3s ease 0s;
}

.contact-admin:hover {
  height: 240px;
}

.course-detail .tab-content {
  margin-top: 1em;
}

.img-report {
  text-align: center;
  margin-top: 2em;
}

.img-report img {
  min-height: 140px;
  max-height: 140px;
}

.detail-report {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

#report-main .tab-content {
  margin-top: 4em;
}

#report-main .tab-content .row {}

#report-main .nav-tabs {
  border-bottom: none;
}

#report-main .nav-tabs>li.active>a,
#report-main .nav-tabs>li.active>a:focus,
#report-main .nav-tabs>li.active>a:hover {
  background: #010C65;
  border-top: 3px solid #CC0B21;
  color: #fff;
}

.card-report {
  padding: 1em;
  border: 1px solid #ddd;
  background-color: #F6F6F6;
  border-radius: 4px;
  min-height: 300px;
  transition: all .25s ease;
  margin: 1em 0;
}

.card-report:hover,
.card-report:focus {
  transform: scale(1.05);
  transition: all .25s ease;
}

.library-main img {
  border-radius: 4px;
}

.library-topic {
  padding: 20px;
  background: #0a146a;
  color: #fff;
  font-size: 16px;
}

.library-topic i {
  margin-right: 5px;
}

#library-group .nav-tabs {
  display: flex;
  justify-content: center;
  font-size: 18px;
}

#report-main .nav-tabs {
  font-size: 18px;
  display: flex;
  justify-content: center;
}

#report-main .nav-tabs>li {
  border-bottom: 3px solid #010c65
}

.search-collapse .panel-heading {
  color: #fff;
  background: #010C65;
  padding: 18px;
}

.search-collapse .panel-heading a:hover,
.search-collapse .panel-heading a:focus {
  color: #fff;
}

#library-group .well {
  padding: 0;
}

.filter-active {
  background: #CC0B21 !important;
  color: #fff;
}

.filter-active:hover,
.filter-active:focus {
  color: #fff !important;
}

.library-topic:after {
  content: '' !important;
  position: absolute;
  right: 0;
  top: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #0a146a;
}

#library-group .tab-content {
  margin-top: 3em;
}

#library-group .filter-button {
  display: block;
  width: 100%;
  margin: 5px 0;
  background: #EFEFEE;
  border-radius: 0;
  padding: 15px 15px;
  border-color: #DDDDDD;
}

.other-library {
  background-image: url(../images/other-bar.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 2em;
}

.library-detail {
  padding: 1em;
  text-align: center;
  max-height: 120px;
  margin-bottom: 10px;
  transform: translateY(-40px);
  background: #fff;
}

.library-detail span {
  display: block;
  min-height: 60px;
  font-size: 14px;
}

.other-file {
  position: absolute;
  top: 15px;
  right: 30px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
}

.other-file .word {
  color: #2B569A;
}

.other-file .excel {
  color: #207244;
}

.other-file .powerpoint {
  color: #D24625;
}

.other-file .audio {
  color: #010c65;
}


.other-file .pdf {
  color: #de0707;
}

.library-main .owl-dots .owl-dot.active span,
.library-main .owl-dots .owl-dot:hover span {
  background: #010c65 !important;
}

section#faq {
  padding-bottom: 8em;
}

@media (min-width: 1440px) {
  .course .well .course-img {
    height: 150px;
  }
}

@media (max-width: 1024px) {
  .course .well .course-img {
    height: 120px;
  }
}

/*
@media (min-width:600px){
  .contact-admin {
    position: fixed;
    right: 55px;
    bottom: 0;
    margin: 0;
    z-index: 10000;
    color: #fff;
    cursor: pointer;
    height: 94px;
    width: 290px;
    transition: all 0.3s ease 0s;
  }

  .contact-admin:hover {
    height: 264px;
  }
}*/

/*
@media (max-width:599px){
   .contact-admin #mascot-contact{
    display: none;
    visibility: hidden;
  }
  .contact-admin #contact-mobile {
    position: fixed;
    right: 85px;
    bottom: 0;
    margin: 0;
    z-index: 1000;
    color: #fff;
    cursor: pointer;
    background:#CC0B21 ;
    border-radius: 5px 5px 0 0;
    padding: 18px;
    transition: all 0.3s ease 0s;
  } 
}*/

@media (max-width: 767px) {
  .course .well .course-img {
    height: 340px;
  }

  #register .well form .well input,
  #register .well form .well select {
    width: 100%;
  }

  .slide-main-thor {
    max-height: auto;
    min-height: auto;
  }
}

@media (max-width: 425px) {
  .course .well .course-img {
    height: 175px;
  }
}

@media (max-width: 375px) {
  .course .well .course-img {
    height: 150px;
  }
}

@media (max-width: 320px) {
  .course .well .course-img {
    height: 120px;
  }
}

.contact-well {
  padding: 0;
}

.contact-well-primary {
  background-color: #010c65;
}

.contact-well-second {
  background-color: #d40c1c;
}

.contact-well {
  border-radius: 4px;
}


.contact-well:hover .card-img img {
  transform: scale(1.1);
}

.card-img img {
  transition: all .25s ease;
  width: 100%;
}

.contact-well .card-body {
  padding: 0 10px 15px;
  color: #fff;
  height: 120px;
}

.contact-well .card-text {
  font-size: 14px;
}

.contact-well .card-text span {
  font-weight: 500;
}

.contacts-well:hover .card-img img {
  transform: scale(1.1);
}

.card-img img {
  transition: all .25s ease;
}

.contacts-well .card-body {
  padding: 0 10px 10px;
  color: #fff;
}

.contacts-well .card-text {
  font-size: 14px;
}

.contacts-well .card-text span {
  font-weight: 500;
}

.card-img {
  overflow: hidden;
  max-height: 260px;
  border-radius: 4px 4px 0 0;
}

.course-filter .well {
  padding: 0;
}

.course-filter .course-detail {
  padding: 10px 20px 20px;
}

.day-icon {
  position: relative;
}

.day-icon i {
  position: absolute;
  right: 16px;
  top: 37px;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.btn-reportsearch {
  margin: 0.8em;
  font-size: 15px;
  padding: 10px 20px;
  background: #010c65;
  color: #fff;
}

.btn-excel:hover,
.btn-excel:focus,
.btn-pdf:hover,
.btn-pdf:focus {
  color: #fff;
}

.btn-excel {
  margin: 0.2em;
  font-size: 15px;
  padding: 10px 20px;
  background: #207244;
  color: #fff;
}

.btn-pdf {
  margin: 0.2em;
  font-size: 15px;
  padding: 10px 20px;
  background: #DA1E23;
  color: #fff;
}


.btn-reportsearch:hover,
.btn-reportsearch:focus {
  color: #fff;
}

.divider {
  border: 0;
  height: 1px;
  margin: 44px auto;
  background: rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  clear: both;
}

.divider [class*="fa-"],
.divider .icons {
  text-align: center;
  background: #FFF;
  border-radius: 50px;
  color: #a9a9a9;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  font-size: 20px;
  margin: 0 auto 0 -25px;
  top: -25px;
  left: 50%;
  z-index: 1;
}

.year-report {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 1.5em;
}

.year-report h4 {
  margin: 0 0 10px;
}

.modal-complaint {
  position: fixed;
  right: 0;
  top: 12rem;
  z-index: 100;
  cursor: pointer;
  padding: 0;
}

.birthday-icon {
  position: relative;
}

.birthday-icon i {
  position: absolute;
  right: 16px;
  top: 40px;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.xdsoft_datetimepicker {
  z-index: 99999999 !important;
}

.all-folder .card-folder {
  background-color: #fff;
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  padding: 36px;
}

.all-folder .card-folder p {
  margin: 6px 0 0 0;
}

.card-folder svg {
  width: 100%;
  height: 180px;
}

.card-folder img {
  width: 100%;
  height: 180px;
}

.card-folder video {
  width: 100%;
  height: 180px;
}

.card-folder p{
  height: 2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.video_folder .card-folder {
  border: 2px solid #0A146A !important;
  padding: 0 !important;
}

.video_folder .card-folder video {
  width: 100%;
}

.video_folder .card-folder img {
  width: 100%;
}