.txt-blue {
  color: #311FDC;
}
.txt-black {
  color: #282828;
}
.txt-bold {
  font-weight: 700;
}
body {
  font-family: 'Montserrat';
  font-size: 1rem;
  line-height: 1.4;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #282828;
}
a:link,
a:hover {
  text-decoration: none;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin-bottom: 0;
}
input:hover,
button:hover,
a:hover,
.form-control:hover,
input:active,
button:active,
a:active,
.form-control:active,
input:focus,
button:focus,
a:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.none {
  display: none;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
label {
  margin: 0;
}
input,
button,
.btn,
textarea,
select {
  outline: none;
}
input:focus,
button:focus,
.btn:focus,
textarea:focus,
select:focus {
  outline: none;
}
table {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.thumb-image,
.thumb-avatar {
  width: 25px;
  height: 25px;
}
.medium-image {
  width: 40px;
  height: 40px;
}
.large-image {
  width: 70px;
  height: 70px;
}
.circle-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.round-img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.text-green {
  color: green;
}
.text-red {
  color: red;
}
.text-blue {
  color: blue;
}
.text-yellow {
  color: yellow;
}
.link-user_info {
  color: #337ab7;
  font-weight: bold;
}
.link-user_info[data-user_type="4"] {
  color: #ff8118;
}
.lk-tabs .nav-tabs {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.lk-tabs .nav-tabs > li {
  display: inline-block;
  float: none;
}
.lk-tabs .nav-tabs > li.active > a {
  background-color: #8cc713;
  color: #fff;
}
.lk-tabs .tab-content > .lk-active {
  display: block;
}
.page-title h2 {
  font-size: 24px;
}
.lk-header h3 {
  font-size: 20px;
}
.lk-datetime {
  font-size: -1rem;
  color: #999;
}
.align-middle {
  vertical-align: middle;
}
[class*=lk-button] {
  position: relative;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  overflow: hidden;
  display: inline-block;
  width: auto;
}
.lk-button-1 [class*=lk-btn] {
  color: #fff;
}
.lk-button-1 [class*=lk-btn]:hover {
  color: #fff;
}
.lk-button-1:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.lk-button-1:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.lk-btn-info {
  background-color: #41abda;
}
.lk-btn-warning {
  background-color: #ffc002;
}
.lk-btn-success {
  background-color: #49d206;
}
.lk-btn-danger {
  background-color: #ac2925;
}
.lk-icon-list {
  background: url(/images/icon_list.png?f8f0b0522be6b7981f5ad732e7e99804) no-repeat center left;
}
.lk-icon-checked {
  background: url(/images/icon_checkbox.png?c1235eaf5b1970f4e1fc54579e02c660) no-repeat center left;
}
.lk-icon-hourglass {
  background: url(/images/icon_hourglass.png?52572662398400d7358a2fa1dca9f081) no-repeat center left;
}
.lk-icon-calendar {
  background: url(/images/icon_calendar.png?2fcc90840b275568fac9d6054b256a7e) no-repeat center left;
}
.lk-icon-student {
  background: url(/images/icon_student.png?0a60947e029473a8bb3cfa60da7ea185) no-repeat center left;
}
.lk-icon-subject {
  background: url(/images/icon_subject.png?6fd4ed9102e7e2f5426e7ef9befdc2ae) no-repeat center left;
}
.lk-icon-time {
  background: url(/images/icon_time.png?7442a330379cab325f0035f9fba4823d) no-repeat center left;
}
.lk-icon-sort {
  background: url(/images/icon_sort.png?ff62c09c52d615029044549cd0007e2c) no-repeat center left;
}
.lk-icon-ranking {
  background: url(/images/icon_ranking_32x32.png?3a76890c2cbcf4028fa476b3f1331bd0) no-repeat center left;
}
[class*=lk-icon] {
  padding-left: 26px;
}
.lk-header {
  border: 3px solid ;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 3px solid #92C4DA;
  margin: 10px 0 15px;
}
.lk-header .wrap {
  background-color: #fff;
  padding: 10px 15px;
  margin-left: 80px;
}
.lk-header .wrap h3 {
  margin-top: 0;
}
.lk-header .wrap p {
  margin-bottom: 0;
}
h3.title {
  font-size: 26px;
  line-height: 26px;
  color: #333;
  font-weight: 600;
}
.lk-table table {
  border: none;
}
.lk-table table tr {
  background-color: #e9edf4;
}
.lk-table table tr > td {
  border-color: #fff;
  text-align: center;
  vertical-align: middle;
}
.lk-table table tr:nth-child(2n+1) {
  background-color: #d0d8e8;
}
.lk-table table tr td.text-left {
  text-align: left;
}
.lk-table table > thead > tr > th {
  background-color: #4f81bd;
  font-weight: 600;
  color: #fff;
  border-color: #4f81bd;
  text-align: center;
}
.lk-counter {
  padding-right: 15px;
  padding-left: 15px;
}
.btn-register {
  width: 286px;
  padding: 10px 0;
  color: #fff!important;
  background-color: #ff6000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0;
  display: inline-block;
  text-align: center;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid transparent;
}
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  margin: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ddd;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.owl-carousel .owl-dots .owl-dot.active {
  border-color: #8cc713;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #8cc713;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt30 {
  margin-top: 30px;
}
@media (max-width: 480px) {
  [class*=col-xxs] {
    padding-right: 5px;
    padding-left: 5px;
    float: left;
  }
  .col-xxs-6 {
    width: 50%;
  }
}
/*============= Modal ============*/
.modal-header {
  padding: 10px 15px;
}
.modal-footer {
  padding: 10px;
}
.btn {
  padding: 4px 8px;
}
.breadcrumb > .active {
  color: #fff;
}
@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
/* BELL */
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}
@keyframes out-to-normal {
  from {
    transform: scale(5);
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@keyframes anim-loop-shadow {
  from {
    box-shadow: 0px 0px 5px 5px;
    opacity: 1;
  }
  to {
    box-shadow: 0px 0px 50px 30px;
    opacity: 0;
  }
}
.title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.title.title-primary {
  color: #26acdf;
}
header {
  position: relative;
}
.page-title {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.modal img {
  max-width: 100%;
}
.modal-header {
  background-color: #24d805;
  color: #fff;
}
.close {
  color: #fff;
}
.close:hover,
.close:focus {
  color: #fff;
  opacity: 1;
}
.wrapper {
  background-color: #fff;
  padding: 00px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.btn-custom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 1px 1px 1px 12px;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  outline: none;
}
.btn-custom.focus,
.btn-custom:focus {
  box-shadow: none;
}
.btn-custom .fa-stack {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-left: 5px;
}
.btn-custom .fa-stack-2x {
  font-size: 1.75rem;
}
.btn-custom.btn-custom-left {
  padding: 1px 12px 1px 1px;
}
.btn-custom.btn-custom-left .fa-stack {
  margin-left: 0;
  margin-right: 5px;
}
.btn-custom.btn-custom-default {
  background-color: #ccc;
  border-color: #ccc;
}
.btn-custom.btn-custom-default .fa-inverse {
  color: #ccc;
}
.btn-custom.btn-custom-default:hover,
.btn-custom.btn-custom-default:focus {
  background-color: #ddd;
  border-color: #ddd;
  color: #fff;
}
.btn-custom.btn-custom-default:hover .fa-inverse,
.btn-custom.btn-custom-default:focus .fa-inverse {
  color: #ddd;
}
.btn-custom.btn-custom-danger {
  background-color: crimson;
  border-color: crimson;
}
.btn-custom.btn-custom-danger .fa-inverse {
  color: crimson;
}
.btn-custom.btn-custom-danger:hover,
.btn-custom.btn-custom-danger:focus {
  background-color: tomato;
  border-color: tomato;
  color: #fff;
}
.btn-custom.btn-custom-danger:hover .fa-inverse,
.btn-custom.btn-custom-danger:focus .fa-inverse {
  color: tomato;
}
.btn-custom.btn-custom-success {
  background-color: #5ed249;
  border-color: #5ed249;
}
.btn-custom.btn-custom-success .fa-inverse {
  color: #5ed249;
}
.btn-custom.btn-custom-success:hover,
.btn-custom.btn-custom-success:focus {
  background-color: green;
  border-color: green;
  color: #fff;
}
.btn-custom.btn-custom-success:hover .fa-inverse,
.btn-custom.btn-custom-success:focus .fa-inverse {
  color: green;
}
.btn-custom.btn-custom-primary {
  background-color: #03bdd3;
  border-color: #03bdd3;
}
.btn-custom.btn-custom-primary .fa-inverse {
  color: #03bdd3;
}
.btn-custom.btn-custom-primary:hover,
.btn-custom.btn-custom-primary:focus {
  background-color: #2b7ec2;
  border-color: #2b7ec2;
  color: #fff;
}
.btn-custom.btn-custom-primary:hover .fa-inverse,
.btn-custom.btn-custom-primary:focus .fa-inverse {
  color: #2b7ec2;
}
.btn-custom.btn-custom-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-custom.btn-custom-warning .fa-inverse {
  color: #ffc107;
}
.btn-custom.btn-custom-warning:hover,
.btn-custom.btn-custom-warning:focus {
  background-color: #ffa500;
  border-color: #ffa500;
  color: #fff;
}
.btn-custom.btn-custom-warning:hover .fa-inverse,
.btn-custom.btn-custom-warning:focus .fa-inverse {
  color: #ffa500;
}
.btn-custom.btn-custom-info {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-custom.btn-custom-info .fa-inverse {
  color: #007bff;
}
.btn-custom.btn-custom-info:hover,
.btn-custom.btn-custom-info:focus {
  background-color: #0062cc;
  border-color: #0062cc;
  color: #fff;
}
.btn-custom.btn-custom-info:hover .fa-inverse,
.btn-custom.btn-custom-info:focus .fa-inverse {
  color: #0062cc;
}
.backlink {
  display: inline-block;
}
.backlink a {
  padding: 1px 12px 1px 1px;
}
.backlink .btn-custom .fa-stack {
  margin-left: 0;
  margin-right: 5px;
}
[data-action] {
  cursor: pointer;
}
.true-color {
  color: #3cd80e;
}
.false-color {
  color: #ff1f1f;
}
.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.img-thumb {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.img-medium {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.img-large {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.datetime {
  font-size: 95%;
  color: #999;
  font-style: italic;
}
[data-connect]:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
[data-connect="0"]:before {
  background-color: silver;
}
.scrollbar::-webkit-scrollbar-track,
.box-chat .box-body .direct-chat-messages::-webkit-scrollbar-track,
.notify-wrap .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar,
.box-chat .box-body .direct-chat-messages::-webkit-scrollbar,
.notify-wrap .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar-thumb,
.box-chat .box-body .direct-chat-messages::-webkit-scrollbar-thumb,
.notify-wrap .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Css bootstrap */
.bd-callout {
  padding: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
@media (max-width: 576px) {
  .bd-callout,
  .card-body {
    padding: 0.75rem;
  }
}
.empty {
  text-align: center;
  font-size: 1.125rem;
  padding: 30px 0;
  color: #999;
}
.modal-error .modal-body {
  font-size: 1.125rem;
}
.modal-danger .modal-header {
  background-color: #dc3545;
}
.modal-warning .modal-header {
  background-color: #ffc107;
}
.tooltip .tooltip-inner {
  max-height: 200px;
  max-width: none;
  overflow: hidden;
}
.tooltip .tooltip-inner img {
  max-height: 100%;
}
/*************************************
==========  7. Box Chat =========
**************************************/
#box-chat {
  display: none;
}
.boxs-chat {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1051;
  display: -ms-flexbox;
  display: flex;
}
.box-chat {
  position: relative;
  width: 264px;
  display: inline-block;
  margin-left: 10px;
}
.box-chat .box-wrap {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
.box-chat .box-header {
  border-top: 3px solid #d2d6de;
  border-bottom: 1px solid #f4f4f4;
  color: #444;
  display: block;
  padding: 7px 30px 7px 10px;
  position: relative;
}
.box-chat .box-header .box-title {
  margin: 0;
  line-height: 1;
  font-size: 1rem;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-chat .box-header .box-tools {
  position: absolute;
  right: 5px;
  top: 0;
}
.box-chat .box-header .btn-box-tool {
  padding: 4px 8px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
  outline: none;
}
.box-chat .box-header .btn-box-tool:focus {
  box-shadow: none;
}
.box-chat.active .box-header {
  border-top-color: #00a65a;
}
.box-chat.minimize {
  transform: translateY(301px);
  -webkit-transform: translateY(301px);
  -moz-transform: translateY(301px);
  -o-transform: translateY(301px);
  width: 160px;
}
.box-chat.minimize .box-header {
  border-top-color: #d2d6de;
}
.box-chat .box-body {
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.box-chat .box-body .direct-chat-messages {
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.box-chat .direct-chat-msg,
.box-chat .direct-chat-text {
  display: block;
}
.box-chat .direct-chat-msg {
  position: relative;
}
.box-chat .direct-chat-msg .time {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: auto;
  left: auto;
  background-color: #555;
  color: #fff;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 5px;
  font-size: 11px;
  line-height: 1;
  display: none;
}
.box-chat .direct-chat-msg:hover .time {
  display: block;
}
.box-chat .direct-chat-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.box-chat .direct-chat-text {
  border-radius: 5px;
  position: relative;
  margin: 5px 50px 0 0;
  color: #444;
  padding: 5px 10px;
  background-color: #d2d6de;
  border-color: #d2d6de;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.box-chat .direct-chat-text:before,
.box-chat .direct-chat-text:after {
  content: ' ';
  position: absolute;
  top: 15px;
  right: 100%;
  bottom: auto;
  left: auto;
  border: solid transparent;
  border-right-color: #d2d6de;
}
.box-chat .direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.box-chat .direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.box-chat .direct-chat-msg.right {
  text-align: right;
}
.box-chat .direct-chat-msg.right .direct-chat-img {
  float: right;
}
.box-chat .direct-chat-msg.right .direct-chat-text {
  text-align: right;
  margin: 5px 0 0 50px;
  background: #00a65a;
  border-color: #00a65a;
  color: #fff;
  display: inline-block;
}
.box-chat .direct-chat-msg.right .direct-chat-text:before,
.box-chat .direct-chat-msg.right .direct-chat-text:after {
  right: -10px;
  border-right-color: transparent;
  border-left-color: #00a65a;
}
.box-chat .direct-chat-msg.right .time {
  left: 0;
  right: auto;
}
.box-chat .box-footer {
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
.box-chat .box-footer .input-group .form-control {
  position: relative;
  z-index: 2;
  height: 30px;
  padding: 4px 8px;
  outline: none;
  border-right: none;
}
.box-chat .box-footer .input-group .btn {
  height: 30px;
  background-color: #2b7ec2;
  color: #fff;
  font-size: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
}
#myModalUserStar .show_star {
  border: 2px solid #ccc;
  padding: 10px 20px;
  margin: 16px auto 0;
  width: 280px;
  text-align: center;
  font-size: 46px;
  color: #a90404;
  border-radius: 10px;
}
#myModalUserStar .show_star i {
  color: #ffda00;
}
#myModalUserStar .modal-dialog {
  background: #fff;
  border: 5px solid #6dcff6;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin-top: 10%;
  color: #282828;
}
#myModalUserStar .modal-dialog .close {
  background: #6dcff6;
  color: #fff;
  padding: 5px 10px;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 28px;
  top: -10px;
  position: absolute;
  right: -10px;
  z-index: 2;
}
#myModalUserStar .modal-dialog .mascot {
  position: absolute;
  left: -66px;
  top: -58px;
  z-index: 2;
  width: 140px;
}
#myModalUserStar .modal-header {
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}
#myModalUserStar .modal-body {
  padding: 20px 30px 20px 40px;
  font-size: 1rem;
}
#myModalUserStar .modal-body .msg_star {
  text-align: justify;
}
#myModalUserStar .modal-ticket {
  display: none;
  position: relative;
  background: url(/images/bg_ticket.png?10454c6f12668f49a1fc1590975ed9b1) no-repeat center;
  background-size: 100% 100%;
  padding: 5% 35% 5% 30%;
}
#myModalUserStar .modal-ticket .ticket-content {
  color: #333;
  font-size: 1rem;
  text-align: justify;
}
#myModalUserStar .modal-ticket .ticket-content strong {
  font-size: 1.25rem;
}
#myModalUserStar .modal-ticket .ticket-content .fa-star {
  color: #dc800d;
  font-size: 1rem;
}
#myModalUserStar .modal-ticket .code {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
#myModalUserStar .modal-footer {
  border: none;
}
#modalTicket .modal-ticket {
  position: relative;
  background: url(/images/bg_white_ticket.jpg?5059bc4389273378ea9172013f23f612) no-repeat center;
  background-size: 100% 100%;
  padding: 5% 35% 5% 30%;
}
#modalTicket .modal-ticket .ticket-content {
  color: #333;
  font-size: 1rem;
  text-align: justify;
}
#modalTicket .modal-ticket .ticket-content strong {
  font-size: 1.25rem;
}
#modalTicket .modal-ticket .ticket-content .fa-star {
  color: #dc800d;
  font-size: 1rem;
}
#modalTicket .modal-ticket .code {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.loading {
  position: relative;
}
.loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff url(/images/loading.gif?8adf1c0a7e9f6f636295a968963d97da) no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
}
.badge {
  font-size: 12px;
  border-radius: 30px;
  font-weight: 500;
}
.badge.badge-info {
  background: #00B2EA1A;
  color: #00B2EA;
}
.badge.badge-danger {
  background: rgba(201, 0, 0, 0.1);
  color: #C90000;
}
.badge.badge-warning {
  background: rgba(245, 147, 0, 0.1);
  color: #F59300;
}
/* Button */
.btn-main {
  font-size: 19px;
  font-weight: 500;
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border: none;
  color: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn-main.btn-long {
  min-width: 300px;
  font-size: 16px;
}
.btn-main.btn-full {
  width: 100%;
  font-size: 16px;
}
.btn-success,
.btn-default,
.btn-info,
.btn-warning,
.btn-primary {
  font-size: 16px;
  font-weight: 500;
  border: none;
  color: #ffffff;
  padding: 6px 30px 6px 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn-success {
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
}
.btn-default {
  background: linear-gradient(80.52deg, rgba(20, 0, 215, 0.1) 3.78%, rgba(218, 80, 242, 0.1) 91.83%);
  color: #311FDC;
}
.btn-info {
  background: var(--primary, #311FDC);
}
.btn-action {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(80.52deg, rgba(20, 0, 215, 0.1) 3.78%, rgba(218, 80, 242, 0.1) 91.83%);
  border: none;
  color: #311FDC;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 8px 16px;
}
.btn-action.btn-long {
  min-width: 300px;
  font-size: 16px;
}
.btn-action.btn-full {
  width: 100%;
  font-size: 16px;
}
span.label {
  border-radius: 30px;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
}
span.label.label-danger {
  color: #C90000 !important;
  background: rgba(201, 0, 0, 0.1) !important;
}
span.label.label-warning {
  color: #F59300 !important;
  background: rgba(245, 147, 0, 0.1) !important;
}
span.label.label-success {
  color: #0F9F6B !important;
  background: rgba(0, 189, 19, 0.1) !important;
}
span.label.label-default {
  color: #000 !important;
}
.table-action {
  margin-top: 8px;
}
.table-action a {
  margin-right: 6px;
}
i.fa.fa-pen {
  color: #A1A1A1;
  font-size: 18px;
  font-weight: 300;
}
i.fa.fa-pen::before {
  content: url('/images/onschool/fa-pen.svg');
}
i.fa.fa-pen:hover::before {
  content: url('/images/onschool/fa-pen-hover.svg');
}
i.fa.fa-copy {
  color: #A1A1A1;
  font-size: 18px;
  font-weight: 300;
}
i.fa.fa-copy::before {
  content: url('/images/onschool/fa-copy.svg');
}
i.fa.fa-copy:hover::before {
  content: url('/images/onschool/fa-copy-hover.svg');
}
i.fa.fa-clone {
  color: #A1A1A1;
  font-size: 18px;
  font-weight: 300;
  width: 18px;
}
i.fa.fa-clone::before {
  content: url('/images/onschool/layer-group-solid.svg');
  filter: hue-rotate(203deg);
  /* Thay đổi giá trị hue tại đây */
  width: 18px;
  height: 18px;
}
i.fa.fa-clone:hover::before {
  content: url('/images/onschool/layer-group-solid.svg');
}
/* Box */
div.box {
  border: none;
  box-shadow: none;
}
div.box .box-header {
  border: none;
  color: #282828;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0px;
  background: url(/images/line-gradient.png?72f18098732a0e0ea3b40eeb67b04b3b) no-repeat left bottom;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
div.box .box-header h3 {
  font-size: 22px;
  font-weight: 600;
}
div.box .box-body {
  padding: 10px 0px;
}
div.box .box-body.tutor-info .form-group {
  margin-bottom: 20px;
}
div.box .box-body .nav.nav-tabs {
  margin-bottom: 20px;
}
div.box .box-body .nav.nav-tabs li a,
div.box .box-body .nav.nav-tabs li:hover a {
  margin: 0px 8px 0px 0px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #A1A1A1;
  padding: 0px 20px;
  background: transparent;
}
div.box .box-body .nav.nav-tabs li a.active,
div.box .box-body .nav.nav-tabs li:hover a.active {
  color: #311FDC;
  background-color: transparent;
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #1400d7, #da50f2);
  border-image-slice: 1;
}
div.box .box-body .nav.nav-tabs li.active,
div.box .box-body .nav.nav-tabs li:hover.active {
  background-color: transparent;
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #1400d7, #da50f2);
  border-image-slice: 1;
}
div.box .box-body .nav.nav-tabs li.active a,
div.box .box-body .nav.nav-tabs li:hover.active a {
  color: #311FDC;
}
div.box .box-body h5 {
  font-size: 18px;
  font-weight: 600;
}
header {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
  border-radius: 0px 0px 0px 20px;
  padding: 8px 8px 0px 8px;
  margin-bottom: 20px;
}
header .col-right {
  margin: auto 10px;
}
header .button-system-line a {
  margin-right: 21px;
  text-align: center;
}
header .button-system-line a .button-system {
  width: 46px;
  height: 46px;
  background: #ddd;
  border-radius: 86px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
header .button-system-line a .button-system img {
  height: 28px;
  width: 28px;
}
header .button-system-line a .button-system.active {
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
header .button-system-line a:hover .button-system {
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
header .button-system-line a:hover h6 {
  color: #311FDC;
}
header .button-system-line a h6 {
  margin-top: 2px;
  color: #A1A1A1;
  font-size: 12px;
}
header .button-system-line a h6.active {
  color: #311FDC;
}
header .avatar {
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
}
header button.btn-start {
  border: none;
  background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 20px;
}
header button.btn-start i {
  color: #FFC107;
}
header .notify-wrap i.fa {
  background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
header .notify-wrap span.label {
  font-size: 12px;
}
header#header {
  position: relative;
  z-index: 2;
}
header#header .header-left {
  position: relative;
}
header#header .header-left .backlink {
  margin-top: 10px;
}
header#header .header-left .backlink .btn-custom {
  font-size: 12px;
  font-weight: bold;
}
header#header .header-left .backlink .btn-custom.btn-custom-danger {
  background: #26acdf;
  border-color: #26acdf;
}
header#header .header-left .backlink .btn-custom.btn-custom-danger .fa-circle {
  color: #26acdf;
}
header#header .header-left .backlink .btn-custom.btn-custom-danger .fa-circle.fa-stack-2x {
  font-size: 0px;
}
header#header .header-left .backlink .btn-custom.btn-custom-danger .fa-inverse {
  color: #FFFFFF;
  font-weight: bold;
}
header#header .header-left .backlink .btn-custom .fa-stack {
  margin: 0px;
  width: 22px;
  height: 22px;
  line-height: 20px;
}
header#header .header-left .info-lop {
  padding: 3px 32px;
  background-color: #26acdf;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  white-space: nowrap;
  display: inline-block;
}
header#header .header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
header#header .header-right .col-left {
  color: #2a3680;
  line-height: 1.2;
}
header#header .header-right .col-left > div {
  text-align: left;
}
header#header .header-right .col-left p,
header#header .header-right .col-left a {
  /*
            &:before {
              content: "";
              .size(0,0);
              border-top-color: transparent;
              border-bottom-color: transparent;
              border-style: solid;
            }
             */
}
header#header .header-right .col-left .student-name {
  position: relative;
}
header#header .header-right .col-left .student-name > p {
  padding: 2px 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #311FDC;
  /*
              &:before {
                border-right-color: #935ca6;
                border-right-width: 30px;
                border-top-width: 0;
                border-bottom-width: 43px;
                border-left: 0;
                .absolute(0,auto,0,-30px);
              }
               */
}
header#header .header-right .col-left .register-parent a {
  padding: 0px 4px;
  color: #282828;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
header#header .header-right .col-left .register-parent a:before {
  border-right-color: #1fc054;
  border-right-width: 25px;
  border-top-width: 0;
  border-bottom-width: 37px;
  border-left: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -24px;
}
header#header .header-right .col-left .logout a {
  padding: 0px 4px;
  color: #282828;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
header#header .header-right .col-left .logout a:before {
  border-right-color: #db0000;
  border-right-width: 20px;
  border-top-width: 0;
  border-bottom-width: 32px;
  border-left: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -20px;
}
header#header .header-right .col-right {
  /*background-color: tomato;*/
}
header#header .header-right .col-right .bottom {
  position: absolute;
  padding: 3px 20px 3px 30px;
  color: #fff;
  text-align: center;
  background: #26acdf;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
header#header .header-right .col-right .bottom span {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
header#header .header-right .col-right .bottom div {
  display: inline-block;
}
header#header .header-right .col-right .bottom i {
  font-size: 14px;
}
header#header .dropdown-toggle {
  border: none;
  background: none;
  color: #26acdf;
}
header#header .avatar {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
header#header .avatar a {
  position: relative;
  display: block;
  max-height: 100%;
}
header#header .avatar a span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #dee2e6;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 1.25rem;
}
header#header .avatar a:hover span,
header#header .avatar a:focus span {
  opacity: 1;
  font-size: 1rem;
}
header#header .avatar img {
  width: 60px;
  height: 60px;
}
header#header .mobile-menu {
  display: none;
}
header#header .mobile-menu .dropdown-menu {
  font-size: 1rem;
}
header#header .mobile-menu .dropdown-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
/**********************************
=========== Notify ==============
***********************************/
.notify-wrap {
  /*
	display: inline-block;
	.absolute(13px,auto,0,0);
	z-index: 1;
	*/
  font-size: 46px;
}
.notify-wrap .notify-count {
  font-size: 9px;
  background-color: #dd4b39;
  color: #fff;
  text-align: center;
  z-index: 1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.3;
  position: absolute;
  top: -5px;
  right: -6px;
  bottom: auto;
  left: auto;
  padding: 1px 3px;
}
.notify-wrap .notify-count[data-count="0"] {
  display: none;
}
.notify-wrap .dropdown-toggle {
  cursor: pointer;
}
.notify-wrap .dropdown-toggle:after {
  display: none;
}
.notify-wrap .dropdown-menu {
  width: 320px;
  padding: 0;
  font-size: 1rem;
  margin-top: 10px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.notify-wrap .dropdown-menu a:before {
  display: none;
}
.notify-wrap .dropdown-menu .header,
.notify-wrap .dropdown-menu .footer {
  padding: 7px 10px;
}
.notify-wrap .dropdown-menu .header {
  border-bottom: 1px solid #f4f4f4;
}
.notify-wrap .dropdown-menu .body {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.notify-wrap .dropdown-menu .body .item > a {
  padding: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #f4f4f4;
  color: #282828;
  font-size: 95%;
  line-height: 1;
}
.notify-wrap .dropdown-menu .body .item > a i {
  margin-right: 5px;
}
.notify-wrap .dropdown-menu .body .item > a .time {
  font-size: 85%;
  display: block;
  padding-left: 15px;
  margin-top: 5px;
  color: #999;
}
.notify-wrap .dropdown-menu .body .item:last-child > a {
  border-bottom: none;
}
.notify-wrap .dropdown-menu .body .empty {
  padding: 3px 7px;
}
.notify-wrap .dropdown-menu .body .empty > a {
  font-size: 1rem;
  color: #999;
}
aside.main-sidebar {
  padding: 0px;
}
aside.main-sidebar .sidebar-left {
  background-color: #fff;
  padding: 16px 0px;
}
aside.main-sidebar .sidebar-left .teacher-box {
  margin-top: 36px;
  padding-bottom: 15px;
  text-align: center;
  color: #282828;
}
aside.main-sidebar .sidebar-left .teacher-box .teacher-info {
  display: inline-block;
  clear: both;
}
aside.main-sidebar .sidebar-left .teacher-box .teacher-info .box {
  margin-bottom: 10px;
  border: none;
  background: transparent;
  box-shadow: none;
}
aside.main-sidebar .sidebar-left .teacher-box .teacher-info .box .avatar {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  float: none;
  margin: auto;
}
aside.main-sidebar .sidebar-left .teacher-box .teacher-info .box .col .phone-number {
  font-size: 14px;
}
aside.main-sidebar .sidebar-left .teacher-box .teacher-info .box img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
aside.main-sidebar .sidebar-left .teacher-box .teacher-info .box p {
  font-size: 18px;
}
aside.main-sidebar .sidebar-left .teacher-box .teacher-info .box h5 {
  font-weight: bold;
  color: #311FDC;
  margin-bottom: 0px;
}
aside.main-sidebar .sidebar-left .teacher-box .online {
  font-size: 12px;
  color: #00B2EA;
  font-weight: 500;
}
aside.main-sidebar .sidebar-left li a {
  font-size: 14px;
  font-weight: 500;
  color: #282828;
}
aside.main-sidebar .sidebar-left li a img {
  margin-right: 6px;
}
aside.main-sidebar .sidebar-left li a.menu-lead {
  padding: 10px 5px 10px 15px;
}
aside.main-sidebar .sidebar-left li ul.treeview-menu {
  padding: 0px;
}
aside.main-sidebar .sidebar-left li ul li a {
  padding: 8px 28px;
}
aside.main-sidebar .sidebar-left li ul li a .fa {
  width: 13px;
}
aside.main-sidebar .sidebar-left li.active a.menu-lead,
aside.main-sidebar .sidebar-left li.menu-open a.menu-lead {
  background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
  color: #ffffff;
  font-weight: 700;
}
aside.main-sidebar .sidebar-left li.active a.menu-lead img,
aside.main-sidebar .sidebar-left li.menu-open a.menu-lead img {
  filter: invert(100%) sepia(0%) saturate(7478%) hue-rotate(282deg) brightness(107%) contrast(104%);
}
aside.main-sidebar .sidebar-left li.active ul li,
aside.main-sidebar .sidebar-left li.menu-open ul li {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
  border-bottom: 1px solid #DADADA;
}
aside.main-sidebar .sidebar-left li.active ul li a,
aside.main-sidebar .sidebar-left li.menu-open ul li a {
  padding: 8px 28px;
}
aside.main-sidebar .sidebar-left li.active ul li a .fa,
aside.main-sidebar .sidebar-left li.menu-open ul li a .fa {
  width: 13px;
}
aside.main-sidebar .sidebar-left li.active ul li.active,
aside.main-sidebar .sidebar-left li.menu-open ul li.active {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.2) -8.02%, rgba(218, 80, 242, 0.2) 109.14%);
}
aside.main-sidebar .sidebar-left li.active ul li.active a,
aside.main-sidebar .sidebar-left li.menu-open ul li.active a {
  font-weight: 700;
  color: #311FDC;
}
#main .report-menu {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 40px;
}
#main .report-menu ul li a {
  margin: 0px 48px 0px 0px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #A1A1A1;
  padding: 0px 20px;
  background: transparent;
}
#main .report-menu ul li.active a {
  background-color: transparent;
  color: #311FDC;
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #1400d7, #da50f2);
  border-image-slice: 1;
}
#main .report-wrap {
  border-radius: 20px;
  padding: 0px;
}
#main .report-wrap table {
  border: 1px solid #DADADA;
}
#main .report-wrap table thead {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
}
#main .report-wrap table thead tr {
  background-image: linear-gradient(to right, #4E00DB, #ca00ed);
  background-position: bottom;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}
#main .report-wrap table tr:first-child td {
  padding: 12px 8px;
  background-color: transparent;
  border-color: #DADADA;
  font-size: 14px;
  font-weight: 500;
  color: #311FDC;
  text-align: center;
}
#main .report-wrap table tr:nth-of-type(even) {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
}
#main .report-wrap table th {
  font-size: 16px;
  font-weight: normal;
}
#main .report-wrap .profile h3 {
  margin-bottom: 6px;
  text-align: center;
}
#main .report-wrap .profile h3 span {
  padding: 6px 12px;
  font-size: 26px;
  font-weight: bold;
  color: #282828;
  background-color: transparent;
}
#main .report-wrap .questions-wrap {
  margin-top: 35px;
}
#main .report-wrap .questions-wrap .questions .report-summary-skill .col {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 20px;
  padding: 16px;
  margin: 0px 6px;
}
#main .report-wrap .questions-wrap .questions .report-summary-skill .col h3 {
  color: #311FDC;
  margin: 4px;
  font-size: 24px;
}
#main .report-wrap .questions-wrap .questions .report-summary-skill .col p {
  font-size: 14px;
}
#main .report-wrap .ranking-wrap .avatar-wrap {
  border: 1px solid #DADADA;
}
#main .report-wrap .ranking-wrap .star {
  border: none;
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 20px;
  color: #FFFFFF;
  float: left;
}
#main .report-wrap .ranking-wrap .star .fa-star {
  font-size: 14px;
}
#main .header {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
  padding: 16px;
  margin-bottom: 45px;
  margin-right: -15px;
  margin-left: -15px;
}
#main .header .dropdown button {
  border: 1px solid #DADADA;
  border-radius: 30px;
  background-color: white;
  color: #282828;
  padding: 12px 20px;
}
#main .filter-box .lk-icon-calendar,
#main .filter-box .lk-icon-subject,
#main .filter-box .lk-icon-time,
#main .filter-box .lk-icon-ranking {
  background: transparent;
  background: url(/images/down-arrow-3.png?404687043c153093030f4dd33b970cd5) no-repeat 95% center;
}
#main .filter-box [class*=lk-icon] {
  border: 1px solid #DADADA;
  border-radius: 30px;
  background-color: transparent;
  color: #282828;
  padding: 4px 6px;
}
#main .filter-box [class*=lk-icon] select {
  background-color: transparent;
  color: #282828;
  font-size: 16px;
  min-width: 200px;
}
#main .nav-tabs .nav-link {
  color: #A1A1A1;
  background: transparent;
  border: none;
  font-size: 18px;
  margin-bottom: 8px;
}
#main .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #311FDC;
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #1400d7, #da50f2);
  border-image-slice: 1;
}
#main .list-report-quizs {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 10px;
  margin-bottom: 40px;
  margin-top: 26px;
}
body table thead {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
}
body table thead tr {
  background-image: linear-gradient(to right, #4E00DB, #ca00ed);
  background-position: bottom;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}
body table thead tr:first-child td {
  padding: 12px 8px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #311FDC;
  text-align: center;
}
body table tr td {
  padding: 12px 8px;
  background-color: transparent;
  color: #282828;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
body table tr:nth-of-type(even) {
  background: linear-gradient(77.67deg, rgba(20, 0, 215, 0.1) -8.02%, rgba(218, 80, 242, 0.1) 109.14%);
}
body table th {
  font-size: 16px;
  font-weight: normal;
}
/*=========================

	1. Quiz training
	2. Quiz finish
	3. Sidebar
	4. Message

===========================*/
body {
  background-color: #F7F7F7;
}
/*=============== 1. Quiz training ===============*/
.pratice-wrap {
  overflow: hidden;
}
.pratice-wrap header {
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 25px;
}
.pratice-wrap header .top-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  padding: 15px 0;
}
.pratice-wrap header .top-header .skill-name {
  width: 100%;
  text-align: center;
}
.pratice-wrap header .top-header .skill-name .title {
  margin-bottom: 0;
}
.pratice-wrap header .bottom-header {
  padding-bottom: 15px;
  background-color: #fff;
}
.pratice-wrap header .bottom-header .quiz-alynatic {
  display: -ms-flexbox;
  display: flex;
}
.pratice-wrap header .bottom-header .quiz-alynatic.ppt_tlv {
  display: -ms-flexbox;
  display: flex;
}
.pratice-wrap header .bottom-header .quiz-alynatic p {
  padding-left: 32px;
  line-height: 26px;
  min-height: 26px;
  font-size: 18px;
  font-weight: 600;
}
.pratice-wrap header .bottom-header .quiz-alynatic p + p {
  margin-left: 15px;
}
.pratice-wrap header .bottom-header .quiz-alynatic .icon_true {
  background: url(/images/icon_true_16x16.png?0ba68336034457d3a944ba0a11df117a) no-repeat center left;
  color: #28a745;
}
.pratice-wrap header .bottom-header .quiz-alynatic .icon_false {
  background: url(/images/icon_false_16x16.png?4a499fcb02668d81b9c18eae9d4f33ae) no-repeat center left;
  color: #dc3545;
}
.pratice-wrap header .bottom-header .quiz-alynatic .icon_total {
  background: url(/images/icon_total_16x16.png?cbe6f18632c1d8ad52388feeac52f139) no-repeat center left;
  font-weight: 600;
  color: #00B2EA;
}
.pratice-wrap header .bottom-header button.btn-custom {
  border: none;
  background: linear-gradient(77.67deg, #1400d7 -8.02%, #da50f2 109.14%);
  border-radius: 20px;
  font-size: 14px;
  padding: 7px 60px;
  font-weight: 500;
}
.pratice-wrap header .bottom-header .coolpoint {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text {
  position: relative;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text span {
  display: block;
  text-align: right;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text .intro-coolpoint {
  font-size: 26px;
  color: #F59300;
  font-weight: 600;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text .intro-diem_coolpoint {
  margin-top: 3px;
}
.pratice-wrap header .bottom-header .coolpoint .coolpoint-text #coolpoint {
  display: inline-block;
}
.pratice-wrap header .bottom-header .quiz_block_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.pratice-wrap header .bottom-header .level {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.pratice-wrap header .bottom-header .level .wrap {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.pratice-wrap header .bottom-header .level label {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 500;
}
.pratice-wrap header .bottom-header .level span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #cecece;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 5px;
  color: #fff;
  font-size: 1rem;
  vertical-align: text-bottom;
  position: relative;
  z-index: 1;
}
.pratice-wrap header .bottom-header .level span.active {
  color: #4dcd44;
}
.pratice-wrap header .bottom-header .level span.current i {
  padding: 2px;
  position: fixed;
  left: 50%;
  top: 50%;
  animation: out-to-normal 3s;
}
.pratice-wrap header .bottom-header .levels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.pratice-wrap header .level_13_06 .step_level {
  position: relative;
  float: left;
}
.pratice-wrap header .level_13_06 .step_level .level_label {
  background: #9b9b9b;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 30px;
  padding-right: 6px;
  margin-left: -20px;
  height: 25px;
  line-height: 25px;
}
.pratice-wrap header .level_13_06 .step_level .level_label .fa {
  font-size: 18px;
  margin-right: 3px;
}
.pratice-wrap header .level_13_06 .step_level.num_1 {
  z-index: 4;
}
.pratice-wrap header .level_13_06 .step_level.num_1 .level_label {
  margin-left: 0px;
  border-radius: 20px;
  padding: 0 12px 0 6px;
}
.pratice-wrap header .level_13_06 .step_level.num_1.active .level_label {
  background: #ffd200;
}
.pratice-wrap header .level_13_06 .step_level.num_2 {
  z-index: 3;
}
.pratice-wrap header .level_13_06 .step_level.num_2.active .level_label {
  background: #ff9c00;
}
.pratice-wrap header .level_13_06 .step_level.num_3 {
  z-index: 2;
}
.pratice-wrap header .level_13_06 .step_level.num_3.active .level_label {
  background: #ff6600;
}
.pratice-wrap header .level_13_06 .level_point {
  text-align: center;
}
.pratice-wrap header .level_13_06 .level_point .fa {
  color: #bdbdbd;
  font-size: 10px;
}
.pratice-wrap header .level_13_06 .level_point .fa.active {
  color: #ffa200;
}
.pratice-wrap .quiz-content,
.pratice-wrap .start-quiz-level {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  padding: 15px;
  margin-top: 0px;
  margin-bottom: 25px;
}
.pratice-wrap footer {
  background: #FFFFFF;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 55px;
  margin-bottom: 35px;
}
.pratice-wrap .timer-wrap .time-quiz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  font-size: 26px;
  color: #311FDC;
  padding-top: 2px;
}
.pratice-wrap .timer-wrap .time-quiz img {
  margin-right: 10px;
}
.pratice-wrap .buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.pratice-wrap .buttons-wrap .btn-continute {
  display: none;
}
.pratice-wrap .buttons-wrap .btn-continute .btn-custom-danger,
.pratice-wrap .buttons-wrap .btn-continute .btn-custom-success {
  padding: 7px;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 320px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}
.pratice-wrap .buttons-wrap .btn-continute .btn-custom-danger span,
.pratice-wrap .buttons-wrap .btn-continute .btn-custom-success span {
  margin-left: 28px;
}
.pratice-wrap .buttons-wrap .btn-submit .btn-custom-default {
  cursor: not-allowed;
  pointer-events: none;
  padding: 7px;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 320px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}
.pratice-wrap .buttons-wrap .btn-submit .btn-custom-default span {
  margin-left: 28px;
}
.pratice-wrap .buttons-wrap .btn-submit .btn-custom-primary {
  padding: 7px;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 320px;
  border-radius: 30px;
  background: #00B2EA;
  font-size: 16px;
  font-weight: 600;
}
.pratice-wrap .buttons-wrap .btn-submit .btn-custom-primary span {
  margin-left: 28px;
}
.pratice-wrap .help-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.pratice-wrap .report-wrap,
.pratice-wrap .help-wrap {
  float: right;
}
.pratice-wrap .report-wrap .btn-custom,
.pratice-wrap .help-wrap .btn-custom {
  text-transform: none;
  background: #F59300;
  border-radius: 30px;
  min-width: 150px;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 7px;
  font-size: 16px;
  font-weight: 600;
}
.pratice-wrap .report-wrap .btn-custom span,
.pratice-wrap .help-wrap .btn-custom span {
  margin-right: 7px;
}
.pratice-wrap .report-wrap .btn-custom.active {
  background-color: #ef3535;
  border-color: #ef3535;
  color: #fff;
}
.pratice-wrap .help-wrap .dropdown-toggle:after {
  display: none;
}
.pratice-wrap .help-wrap .dropdown-menu {
  width: 480px;
  right: 0;
  left: auto;
  margin-bottom: 30px;
}
.pratice-wrap .help-wrap .dropdown-menu li {
  width: 33.3%;
  float: left;
  text-align: center;
}
.pratice-wrap .help-wrap .dropdown-menu li span {
  display: block;
  margin: 0 auto 2px;
  width: 32px;
  height: 32px;
}
.pratice-wrap .help-wrap .dropdown-menu li span img {
  max-width: 32px;
}
.pratice-wrap .help-wrap .dropdown-menu li button {
  font-weight: 500;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: pointer;
  font-size: 1rem;
}
.pratice-wrap .help-wrap .dropdown-menu li button.null {
  filter: grayscale(100%);
  pointer-events: none;
}
.pratice-wrap .help-wrap .dropdown-menu li button.null span {
  cursor: not-allowed;
  pointer-events: none;
}
.pratice-wrap .help-wrap .dropdown-menu li button:hover {
  background-color: transparent;
  color: #3cc5ef;
}
.pratice-wrap .help-wrap .dropdown-menu li p {
  font-size: 96%;
  margin-top: 5px;
  white-space: nowrap;
}
.pratice-wrap .help-wrap .dropdown-menu:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10%;
  bottom: 0;
  left: auto;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 15px solid #d9d9d9;
}
.pratice-wrap article .container-fluid {
  padding: 0px;
}
.pratice-wrap article .container-fluid .quiz-content {
  background: #FFFFFF;
  border-radius: 20px;
}
.goiy_quiz .error {
  padding: 5px 20px;
  background: #f2dede;
  border: 1px solid #c1c1c1;
  margin: 10px 0;
  border-radius: 5px;
}
.content .action li {
  display: inline-block;
}
.question-wrap .quiz-correct {
  background: #e6ffe9;
  overflow: hidden;
  padding: 10px;
}
.question-wrap .quiz-correct strong {
  color: #4ad159;
  font-size: 20px;
}
.question-wrap .quiz-wrong {
  background: #ffeae9;
  overflow: hidden;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
}
.question-wrap .quiz-wrong strong {
  color: #d24a4a;
  font-size: 20px;
}
#footer .footer-bg {
  position: absolute;
  width: 100%;
  height: 235px;
}
#footer .footerTop {
  height: 180px;
  position: relative;
}
#footer .footerTop .bg-gif {
  margin: 0 auto;
  height: 90px;
  position: relative;
}
#footer .footerTop .bg-gif .rotate {
  overflow: hidden;
  position: absolute;
  top: 64px;
  right: 335px;
}
#footer .footerHeader {
  padding: 20px 0px 8px 0;
  background: #86d660;
  position: relative;
}
#footer .footerHeader .social {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  float: left;
  margin-top: -75px;
  padding-top: 50px;
  padding-left: 100px;
}
#footer .footerHeader .social a {
  height: 64px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
#footer .footer_wrap {
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
#footer .centered {
  background: #53bc3c;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}
.error_help img {
  cursor: pointer;
}
.no-video-giaithich {
  background: #c3c3c3;
  text-align: center;
  padding: 20px 0px;
}
.no-video-giaithich img {
  width: 80px;
  margin-bottom: 10px;
}
.quiz-right #account_analytics .nav > li > a {
  padding: 4px 10px;
  font-weight: normal;
}
.quiz-right .profile .box-bottom#account_analytics .icon.true,
.quiz-right .profile .box-bottom#account_analytics .icon.false {
  width: 50%;
}
.quiz-right .profile .box-bottom#account_analytics .icon {
  width: -webkit-calc(40%);
}
.start-quiz-level .top,
.finish-quiz-level .top {
  text-align: center;
  background-color: rgba(146, 213, 244, 0.7);
}
.start-quiz-level .top img,
.finish-quiz-level .top img {
  max-width: 100%;
}
.start-quiz-level .header {
  text-align: center;
}
.start-quiz-level .bottom {
  text-align: center;
  color: #0a5476;
  background: rgba(146, 213, 244, 0.7);
  padding: 10px;
}
.start-quiz-level .bottom h3 {
  font-size: 24px;
  margin: 5px;
}
.start-quiz-level .bottom p {
  font-size: 16px;
}
.finish-quiz-level .info-report-detail .detail {
  padding: 15px;
}
.finish-quiz-level .info-report-detail .detail .point {
  font-size: 32px;
  font-weight: bold;
}
.finish-quiz-level .info-report-detail .detail .time_tb {
  font-size: 24px;
  font-weight: bold;
}
.finish-quiz-level .info-report-detail .detail.correct {
  background: #b6f7b7;
  color: #709734;
}
.finish-quiz-level .info-report-detail .detail.wrong {
  background: #f3e7e7;
  color: #d24f15;
}
.finish-quiz-level .info-report-detail .detail.time {
  background: #d9edf7;
  color: #165b98;
}
.finish-quiz-level .info-report-detail .action {
  margin-top: 10px;
  margin-bottom: 10px;
}
.finish-quiz-level .info-report-detail .btn-ques-green,
.finish-quiz-level .info-report-detail .btn-ques-blue {
  padding: 6px 30px;
}
.label_quiz_inner.level {
  padding: 10px 20px;
  background: rgba(104, 208, 189, 0.55);
}
.label_quiz_inner.level label {
  font-size: 18px;
  font-weight: normal;
  display: block;
}
.label_quiz_inner.level span .fa {
  color: #999;
  font-size: 18px;
}
.label_quiz_inner.level span.active .fa {
  color: #ebe940;
}
/*Form Wizard*/
.bs-wizard {
  padding: 25px 0;
  overflow: hidden;
}
.bs-wizard .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 26px;
  margin-bottom: 5px;
  height: 40px;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum .fa {
  color: #ffdc24;
}
.bs-wizard .bs-wizard-step .bs-wizard-info {
  color: #777;
  font-size: 18px;
}
.bs-wizard .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 64px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #ed1c24;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.bs-wizard .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}
.bs-wizard .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard .bs-wizard-step.complete > .bs-wizard-info,
.bs-wizard .bs-wizard-step.active > .bs-wizard-info {
  color: #ed1c24;
}
.bs-wizard .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
.label_quiz_inner.dokho_quiz {
  background: #d9edf7;
  padding: 5px 10px;
  font-size: 16px;
  margin-top: 10px;
}
.coolpoint_21_04 {
  font-size: 18px;
  color: #ffb72a;
}
.quiz-lika .question-wrap {
  display: none;
}
/*=================== 2 .Quiz finish ===============*/
.lk-quiz_finish {
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  /* Standard syntax */
  /* BELL */
}
.lk-quiz_finish .header {
  overflow: hidden;
  background: #33abe4;
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.lk-quiz_finish .header .label-q {
  color: #fff;
  font-size: 18px;
}
.lk-quiz_finish .header button {
  background: transparent;
  padding: 0;
  color: #fff;
  float: right;
  font-size: 20px;
}
.lk-quiz_finish .ques-title {
  padding: 10px 15px;
  font-size: 18px;
  color: #333;
}
.lk-quiz_finish .action {
  text-align: center;
}
.lk-quiz_finish .action .btn.btn-blue {
  font-size: 16px;
  padding: 5px 30px;
  margin: 10px;
  color: #fff;
  background: #337ab7;
}
.lk-quiz_finish .action .btn.btn-green {
  font-size: 16px;
  padding: 5px 30px;
  margin: 10px;
  color: #fff;
  background: #15a523;
}
.lk-quiz_finish .system-notify {
  background-color: #f72367;
  color: #fff;
  margin: 35px auto 0;
  padding-left: 0;
  text-align: center;
  border-radius: 0 3px 4px 0;
}
.lk-quiz_finish .system-notify img {
  float: left;
  margin-top: -35px;
}
.lk-quiz_finish .system-notify p {
  padding: 10px;
}
.lk-quiz_finish .result-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.lk-quiz_finish .tbl-result-training {
  border: 4px solid #33abe4;
}
.lk-quiz_finish .tbl-result-training tr td {
  padding: 5px;
}
.lk-quiz_finish .tbl-result-training .icon {
  color: #353535;
  padding-left: 50px;
}
.lk-quiz_finish .tbl-result-training tr td span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.lk-quiz_finish .tbl-result-training .correct .icon {
  background: url(/images/icon_true.png?e986f8ebe57d945bd6df6310f44b27bc) no-repeat center left 10px;
  background-size: 32px;
}
.lk-quiz_finish .tbl-result-training .correct span {
  color: #3fcc3f;
}
.lk-quiz_finish .tbl-result-training .wrong span {
  color: #e33e15;
}
.lk-quiz_finish .tbl-result-training .wrong .icon {
  background: url(/images/icon_false.png?26ef945b426c15ec7baec099cf06274b) no-repeat center left 10px;
  background-size: 32px;
}
.lk-quiz_finish .tbl-result-training .sumary .icon {
  background: url(/images/icon_alarm_clock.png?e7f5db07c457447f129be2a2a519cec0) no-repeat center left 10px;
  background-size: 32px;
  padding: 10px 5px 10px 50px;
}
@keyframes mymove {
  from {
    top: 0px;
  }
  to {
    top: 200px;
  }
}
.lk-quiz_finish .fa-star {
  -moz-animation: ring 2s ease infinite;
  -moz-transform-origin-x: 50%;
  -moz-transform-origin-y: 0px;
  -moz-transform-origin-z: initial;
  -webkit-animation: ring 2s ease infinite;
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0px;
  -webkit-transform-origin-z: initial;
  -ms-animation: ring 2s ease infinite;
  -ms-transform-origin-x: 50%;
  -ms-transform-origin-y: 0px;
  -ms-transform-origin-z: initial;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.lk-quiz_finish .btn-ques-green {
  background: #4dcd44;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px;
  border: none;
}
.lk-quiz_finish .btn-ques-blue {
  background: #4ba0e8;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px;
  border: none;
}
/************* Quiz *****************/
.label-q {
  padding: 12px 0px 6px 20px;
  font-size: 1.25rem;
  color: #fff;
}
.label-q.question {
  color: #282828;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0px;
  background: url(/images/line-gradient.png?72f18098732a0e0ea3b40eeb67b04b3b) no-repeat left bottom;
  padding-bottom: 8px;
}
.label-q.explain {
  background: url(/images/bg_label_giaithich.png?bf27749c19f0a8fc6c47967137537dea) no-repeat left;
}
.label-q.answer {
  background: url(/images/bg_label_dapan.png?199d35337f14f1c2d547a8ffb1072dce) no-repeat left;
}
.label-q.explain,
.label-q.answer,
.label-q.suggest {
  margin-bottom: 10px;
}
.answer-wrap,
.explain-wrap {
  display: none;
}
.suggest-wrap {
  overflow: hidden;
}
.suggest-wrap [data-action="show-suggest"] {
  color: #0F9F6B;
  cursor: pointer;
  float: right;
}
.suggest-wrap .item {
  display: none;
}
.suggest-wrap .item:first-child {
  margin-top: 10px;
}
.suggest-wrap .item-wrap {
  display: -ms-flexbox;
  display: flex;
  background: #F7F7F7;
  padding: 16px 12px;
}
.suggest-wrap .item-wrap label {
  color: #337ab7;
  padding-right: 16px;
}
.suggest-wrap .item-wrap .suggest-content {
  padding: 0;
  padding-left: 16px;
  border-left: 2px solid #ddd;
}
.suggest-wrap .show-suggest {
  color: #0F9F6B;
  margin-top: 16px;
  cursor: pointer;
}
/********* Template Quiz ***********/
/* quiz_1 */
.temp-quiz1 .input-dientu {
  font-size: 14px;
  border: 1px dashed #c1c1bb;
  margin-bottom: 0 7px 2px 7px;
  text-align: center;
}
.temp-quiz1 .input-dientu.default {
  width: 150px;
}
.temp-quiz1 .input-dientu.normal {
  width: 100px;
  margin: 5px 0;
}
.temp-quiz1 .input-dientu.small {
  width: 80px;
  margin: 5px 0;
}
.temp-quiz1 .input-dientu.large {
  width: 260px;
}
.temp-quiz1 .input-dientu.correct {
  border-bottom: none;
  background-color: #3cd80e;
  color: #fff;
}
.temp-quiz1 .input-dientu.wrong {
  border-bottom: none;
  background-color: #ff1f1f;
  color: #fff;
}
.temp-quiz1 .input-dapan input,
.temp-quiz1 .input-dientu {
  padding: 0 5px;
}
/* quiz_2 */
.temp-quiz2 .quiz-lika .question-wrap .info,
.temp-quiz2 .quiz-lika .question-wrap .info {
  overflow: hidden;
  margin: 20px 0px;
}
.temp-quiz2.type_css1 #sortable {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.temp-quiz2.type_css1 li.ui-state-default {
  margin: 5px 5px 5px 0;
  padding: 8px 20px;
  float: left;
  font-size: 18px;
  border-radius: 4px;
  font-weight: normal;
  border: 2px solid #beedfd;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.temp-quiz2.type_css1 .answer-correct .ui-state-default {
  background: #5ed249;
  color: #fff;
  border: 2px solid #5ed249;
}
.temp-quiz2.type_css1 .answer-wrong .ui-state-default {
  background: #ec5757;
  color: #fff;
  border: 2px solid #ec5757;
}
.temp-quiz2.type_css1 .answer-wrong .ui-state-default.correct {
  background: #5ed249;
  color: #fff;
  border: 2px solid #5ed249;
}
.temp-quiz2.type_css1 .question-wrap .info .show_textsort {
  margin: 10px 0px;
}
.temp-quiz2.type_css1 .question-wrap .info .show_textsort input {
  text-align: center;
}
.temp-quiz2.type_css1 .question-wrap .info .show_textsort textarea.form-control {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.temp-quiz2.type_css1 .question-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz2.type_css1 #textsort {
  background: #d4d4d4;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  text-align: justify;
}
.temp-quiz2.type_css2 #sortable {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.temp-quiz2.type_css2 li.ui-state-default {
  margin: 5px 5px 5px 0;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: normal;
  border: 2px solid #beedfd;
  color: #333;
  background: #fff;
  cursor: pointer;
  max-width: 660px;
}
.temp-quiz2.type_css2 .answer-correct .ui-state-default {
  background: #5ed249;
  color: #fff;
  border: 2px solid #5ed249;
}
.temp-quiz2.type_css2 .answer-wrong .ui-state-default {
  background: #ec5757;
  color: #fff;
  border: 2px solid #ec5757;
}
.temp-quiz2.type_css2 .answer-wrong .ui-state-default.correct {
  background: #5ed249;
  color: #fff;
  border: 2px solid #5ed249;
}
.temp-quiz2.type_css2 .question-wrap .info .show_textsort {
  margin: 10px 0px;
}
.temp-quiz2.type_css2 .question-wrap .info .show_textsort input {
  text-align: center;
}
.temp-quiz2.type_css2 .question-wrap .info .show_textsort textarea.form-control {
  font-size: 14px;
  padding: 10px;
}
.temp-quiz2.type_css2 .question-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz2.type_css2 #textsort {
  background: #d4d4d4;
  padding: 10px 20px;
  border-radius: 6px;
}
/* quiz_3 */
.temp-quiz3 label .label_bg {
  color: #fff;
}
.temp-quiz3.temp_small .multichoice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 480px) {
  .temp-quiz3.temp_small .multichoice {
    margin-right: 0;
    margin-left: 0;
  }
}
.temp-quiz3.temp_small .multichoice input {
  position: absolute;
  left: -9999px;
}
.temp-quiz3.temp_small .multichoice label {
  width: calc(25% - 30px);
  -webkit-width: calc(25% - 30px);
  -moz-width: calc(25% - 30px);
  -o-width: calc(25% - 30px);
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 10px 15px;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color .2s, box-shadow .2s;
  -webkit-transition: background-color .2s, box-shadow .2s;
  -moz-transition: background-color .2s, box-shadow .2s;
  -o-transition: background-color .2s, box-shadow .2s;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .temp-quiz3.temp_small .multichoice label {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.temp-quiz3.temp_small .multichoice label .label_content {
  padding: 5px;
  font-weight: normal;
}
.temp-quiz3.temp_small .multichoice label .label_bg {
  padding: 7px;
  background: #e1e1e1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 16px;
  margin-left: auto;
  min-height: 30px;
}
.temp-quiz3.temp_small .multichoice label:last-child {
  margin-bottom: 0;
}
.temp-quiz3.temp_small .multichoice input:checked + label {
  border: 2px solid #00baff;
}
.temp-quiz3.temp_small .multichoice input:checked + label .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_small .multichoice input:checked + label .label_bg {
  background-color: #00baff;
}
.temp-quiz3.temp_small .multichoice input:checked + label::before {
  background-color: #fff;
}
.temp-quiz3.temp_small .multichoice label:hover,
.temp-quiz3.temp_small .multichoice input:focus + label {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.temp-quiz3.temp_small .question-wrap .answer-wrong input:checked + label.item-correct {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_small .question-wrap .answer-wrong input:checked + label.item-correct .label_bg {
  background: #5ed249;
}
.temp-quiz3.temp_small .multichoice.answer-wrong input:checked + label {
  border: 2px solid #ff0000;
}
.temp-quiz3.temp_small .multichoice.answer-wrong input:checked + label .label_bg {
  background-color: #ff0000;
}
.temp-quiz3.temp_small .multichoice.answer-wrong input:checked + label .label_bg .fa-circle:before {
  content: "\f00d";
}
.temp-quiz3.temp_small .question-wrap .answer-wrong input:checked + label.item-correct .label_bg .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct .label_bg {
  background: #5ed249;
}
.temp-quiz3.temp_small #noidung_dapan .multichoice label.item-correct .label_bg .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct input:checked + label {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_small .question-wrap .multichoice.answer-correct input:checked + label .label_bg {
  background: #5ed249;
}
.temp-quiz3.temp_large .multichoice input {
  position: absolute;
  left: -9999px;
}
.temp-quiz3.temp_large .multichoice label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 10px 0;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color .2s, box-shadow .2s;
  -webkit-transition: background-color .2s, box-shadow .2s;
  -moz-transition: background-color .2s, box-shadow .2s;
  -o-transition: background-color .2s, box-shadow .2s;
  text-align: center;
  overflow: hidden;
  background: #e1e1e1;
}
.temp-quiz3.temp_large .multichoice label .label_content {
  padding: 10px 15px;
  width: calc(100% - 40px);
  -webkit-width: calc(100% - 40px);
  -moz-width: calc(100% - 40px);
  -o-width: calc(100% - 40px);
  background: #fff;
  min-height: 30px;
  text-align: justify;
  font-weight: normal;
}
.temp-quiz3.temp_large .multichoice label .label_bg {
  padding: 5px;
  width: 50px;
  min-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.temp-quiz3.temp_large .multichoice label .label_bg .fa {
  color: #fff;
  font-size: 16px;
}
.temp-quiz3.temp_large .multichoice label:last-child {
  margin-bottom: 0;
}
.temp-quiz3.temp_large .multichoice input:checked + label {
  border: 2px solid #00baff;
}
.temp-quiz3.temp_large .multichoice input:checked + label .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_large .multichoice input:checked + label .label_bg {
  background-color: #00baff;
}
.temp-quiz3.temp_large .multichoice input:checked + label::before {
  background-color: #fff;
}
.temp-quiz3.temp_large .multichoice label:hover,
.temp-quiz3.temp_large .multichoice input:focus + label {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label {
  border: 2px solid #ff0000;
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label .label_bg {
  background-color: #ff0000;
}
.temp-quiz3.temp_large .multichoice.answer-wrong input:checked + label .label_bg .fa-circle:before {
  content: "\f00d";
}
.temp-quiz3.temp_large .question-wrap .answer-wrong input:checked + label.item-correct {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_large .question-wrap .answer-wrong input:checked + label.item-correct .label_bg {
  background: #5ed249;
}
.temp-quiz3.temp_large .question-wrap .answer-wrong input:checked + label.item-correct .label_bg .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_large .question-wrap .answer-wrong label,
.temp-quiz3.temp_large .question-wrap .answer-correct label,
.temp-quiz3.temp_large .question-wrap .answer-wrong input,
.temp-quiz3.temp_large .question-wrap .answer-correct input {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: none;
}
.temp-quiz3.temp_large #noidung_dapan .multichoice label.item-correct {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_large #noidung_dapan .multichoice label.item-correct .label_bg {
  background: #5ed249;
}
.temp-quiz3.temp_large #noidung_dapan .multichoice label.item-correct .label_bg .fa-circle:before {
  content: "\f00c";
}
.temp-quiz3.temp_large .question-wrap .multichoice.answer-correct input:checked + label {
  border: 2px solid #5ed249;
}
.temp-quiz3.temp_large .question-wrap .multichoice.answer-correct input:checked + label .label_bg {
  background: #5ed249;
}
/* quiz_4 */
.temp-quiz4 .question-wrap .info {
  overflow: hidden;
}
.temp-quiz4 #sortable_option {
  padding: 10px;
  background: #ddd;
  overflow: hidden;
}
.temp-quiz4 #sortable_option li {
  margin: 5px;
  padding: 3px 10px;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.temp-quiz4 .ui-sortable .ui-state-default {
  color: #333;
  font-weight: normal;
}
.temp-quiz4 .sortable {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  padding: 0;
  margin: 5px 0px 0;
  background: #ddd;
  min-width: 120px;
  min-height: 30px;
  border: 2px solid #adadad;
}
.temp-quiz4 .sortable.normal {
  min-width: 120px;
}
.temp-quiz4 .sortable.normal li {
  min-width: 120px;
}
.temp-quiz4 .sortable.small {
  min-width: 60px;
}
.temp-quiz4 .sortable.small li {
  min-width: 60px;
}
.temp-quiz4 .sortable.large {
  min-width: 300px;
}
.temp-quiz4 .sortable.large li {
  min-width: 300px;
}
.temp-quiz4 .sortable li {
  margin: 3px;
  padding: 3px 10px;
  font-size: 14px;
  min-width: 120px;
}
.temp-quiz4 .sortable.answer-correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz4 .sortable.answer-correct .ui-state-default {
  background: none;
  border: none;
  color: #fff;
}
.temp-quiz4 .sortable.answer-wrong {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.temp-quiz4 li.default-none {
  display: none;
}
.temp-quiz4 .question-wrap .info .description .touch_punch_des {
  margin: 10px 0px;
}
.temp-quiz4 .question-wrap .info .description ul.correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz4 .question-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz4 .question-wrap .description {
  width: 100%;
  overflow-x: auto;
}
.temp-quiz4 .answer-wrap ul.ui-sortable {
  background-color: #3cd80e;
  border-color: #3cd80e;
}
.temp-quiz4 .answer-wrap ul.ui-sortable li {
  background: none;
  border: none;
}
/* quiz_5 */
.temp-quiz5 .question-wrap .info {
  overflow: hidden;
}
.temp-quiz5 .question-wrap .description.form-group {
  margin: 20px 0px;
}
.temp-quiz5 .question-wrap .description .nav-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.temp-quiz5 .question-wrap .description .nav-tabs .nav-link {
  color: #333;
  white-space: nowrap;
}
.temp-quiz5 .question-wrap .description .tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0px;
  overflow: hidden;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img {
  background: #dcdcdc;
  overflow: hidden;
  padding: 10px;
  margin: 20px 0px 10px 0px;
  max-width: 600px;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .item {
  position: relative;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img img {
  width: 100%;
  max-height: 80px;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .bg-item {
  position: absolute;
  left: 40%;
  top: 40%;
  font-size: 42px;
  font-weight: bold;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .bg-close {
  position: absolute;
  right: 0px;
  font-size: 16px;
  top: 0px;
  background: #f0ad4e;
  padding: 0px 6px;
  border-radius: 15px;
  color: #fff;
  z-index: 99;
  cursor: pointer;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .bg-opacity {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  cursor: pointer;
}
.temp-quiz5 .question-wrap .description .tab-content .content-img .active .bg-opacity {
  background-color: rgba(0, 0, 0, 0);
}
.temp-quiz5 .question-wrap .description .tab-content .media-preview .media {
  text-align: center;
  padding: 15px 0px;
}
.temp-quiz5 .question-wrap .description .tab-content .btn.btn-remove {
  background: #f0ad4e;
  color: #fff;
  padding: 9px 15px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.9;
}
.temp-quiz5 .question-wrap .description .tab-content .btn.btn-remove:hover {
  opacity: 1;
}
.temp-quiz5 .question-wrap .ud-s3upload {
  position: relative;
  display: inline-block;
}
.temp-quiz5 .question-wrap .ud-s3upload.loading_64:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8) url(/images/loading_64.gif?414fb17bed511a57d3282a98e2486de3) no-repeat center;
}
.temp-quiz5 #error-submit {
  display: none;
}
/* quiz_6 */
.temp-quiz6 .question-wrap .info,
.temp-quiz6 .question-wrap .info {
  overflow: hidden;
}
.temp-quiz6 #sortable_option {
  padding: 10px;
  background: #ddd;
  overflow: hidden;
}
.temp-quiz6 #sortable_option li {
  margin: 5px;
  padding: 3px 10px;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.temp-quiz6 .sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  margin: -5px 5px 5px 5px;
  background: #ddd;
  padding: 0px;
  min-width: 120px;
  min-height: 36px;
  border: 2px solid #adadad;
}
.temp-quiz6 .sortable.normal {
  min-width: 120px;
}
.temp-quiz6 .sortable.normal li {
  min-width: 120px;
}
.temp-quiz6 .sortable.small {
  min-width: 60px;
}
.temp-quiz6 .sortable.small li {
  min-width: 60px;
}
.temp-quiz6 .sortable.large {
  min-width: 300px;
}
.temp-quiz6 .sortable.large li {
  min-width: 300px;
}
.temp-quiz6 .sortable li {
  margin: 3px;
  padding: 3px 10px;
  font-size: 14px;
  min-width: 120px;
}
.temp-quiz6 .ui-sortable .ui-state-default {
  color: #333;
  font-weight: normal;
}
.temp-quiz6 li.default-none {
  display: none;
}
.temp-quiz6 .question-wrap .info .description .touch_punch_des,
.temp-quiz6 .question-wrap .info .description .touch_punch_des {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0px;
}
.temp-quiz6 .question-wrap .info .description ul.correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz6 .question-wrap .answer-correct {
  -webkit-padding-start: 0px;
}
.temp-quiz6 .sortable.answer-correct {
  background: #5ed249;
  border: 2px solid #5ed249;
}
.temp-quiz6 .sortable.answer-wrong {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.temp-quiz6 .sortable .point_wrong {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #f00 ;
  padding: 2px 8px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
.temp-quiz6 .sortable .point_correct {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #5ed249 ;
  padding: 2px 8px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
.question-wrap img {
  max-width: 100%;
}
.question-wrap .info {
  padding-top: 10px;
  padding-bottom: 10px;
}
.question-wrap .wrap-content {
  overflow-x: auto;
}
.question-wrap li.ui-state-default {
  position: relative;
}
.question-wrap .quiz-wrong,
.question-wrap .quiz-correct {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.question-wrap .quiz-wrong img,
.question-wrap .quiz-correct img {
  width: auto;
}
.question-wrap .quiz-wrong strong,
.question-wrap .quiz-correct strong {
  font-size: 32px;
  line-height: 48px;
}
.question-wrap .quiz-wrong strong span,
.question-wrap .quiz-correct strong span {
  font-size: 48px;
}
.question-wrap img,
.answer-wrap img,
.explain-wrap img {
  max-width: 100%;
}
.question-wrap img[align="baseline"],
.answer-wrap img[align="baseline"],
.explain-wrap img[align="baseline"] {
  vertical-align: baseline;
}
.question-wrap img[align="text-bottom"],
.answer-wrap img[align="text-bottom"],
.explain-wrap img[align="text-bottom"] {
  vertical-align: text-bottom;
}
.question-wrap img[align="absmiddle"],
.answer-wrap img[align="absmiddle"],
.explain-wrap img[align="absmiddle"] {
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}
.question-wrap table,
.answer-wrap table,
.explain-wrap table {
  width: auto;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 13px 13px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.quiz-option-circle {
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.quiz-option-circle.bg-gray {
  border: 2px dashed #b5bbc8;
}
.quiz-option-circle.bg-aqua {
  border: 2px dashed #00a7d0;
  color: #fff;
}
.quiz-option-circle.bg-maroon {
  border: 2px dashed #ca195a ;
  color: #fff;
}
div.quiz-option-circle:hover {
  border: 2px solid #FF851B;
}
.bg-gray {
  background: #d2d6de;
}
.bg-aqua {
  background: #00c0ef;
  color: #fff;
}
.bg-maroon {
  background: #D81B60;
}
.is-invalid {
  border: 1px solid #0A246A;
  border-color: #D81B60;
}
@media (min-width: 576px) {
  #modalVideo .modal-dialog {
    max-width: 830px;
    height: 430px;
  }
}
.result-summary {
  text-align: center;
}
.result-summary .test-point {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
}
.result-summary .test-point span:first-child {
  font-weight: 900;
  font-size: 48px;
}
.result-summary .test-time {
  font-weight: 600;
  margin-left: 15px;
  padding-top: 20px;
}
.table-result {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-width: 800px;
  margin: 0 auto 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.table-result .cell {
  width: 25%;
}
.table-result .item {
  border: 1px solid #ddd;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 7px;
}
.table-result .item span {
  font-weight: 600;
}
.table-result .item .true-icon,
.table-result .item .false-icon {
  float: right;
  font-size: 18px;
}
.table-result .item .true-icon {
  color: #3cd80e;
}
.table-result .item .false-icon {
  color: #ff1f1f;
}
/*************************************/
#layout-footer.wrap {
  background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
}
#layout-footer.wrap .material-icons {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  line-height: 18px;
}
#layout-footer.wrap .logo-footer {
  margin-bottom: 16px;
}
#layout-footer.wrap .contact-info .contact-info-row {
  margin-bottom: 26px;
}
#layout-footer.wrap .contact-info .contact-info-row .leading-line {
  font-weight: 700;
  color: #AFA7FF;
  margin-bottom: 10px;
}
#layout-footer.wrap .contact-info .contact-info-row .leading-line .material-icons {
  margin-right: 6px;
}
@media (max-width: 1580px) {
  body {
    transform-origin: top left;
    transform: scale(0.9);
    width: 111.111%;
    /* 100% / 0.9 = 111.111% */
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 991px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/*********  GRID *****************/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 480px) {
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
body {
  min-height: 100vh;
  /*background: url(../../images/background-main.png) repeat;*/
}
/*Form Wizard*/
.bs-wizard {
  padding: 25px 0;
  overflow: hidden;
}
.bs-wizard .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 26px;
  margin-bottom: 5px;
  height: 60px;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum .fa {
  color: #ffdc24;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum picture {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum label img {
  vertical-align: baseline;
}
.bs-wizard .bs-wizard-step .bs-wizard-info {
  color: #777;
  font-size: 18px;
}
.bs-wizard .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #f5f5f5;
  top: 83px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: background 0.6s ease;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
}
.bs-wizard .bs-wizard-step > .bs-wizard-dot span {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 8px;
  left: 8px;
  background: #ed1c24;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.bs-wizard .bs-wizard-step > .bs-wizard-dot:hover + .desc {
  display: block;
}
.bs-wizard .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard .bs-wizard-step > .progress > .progress-bar {
  width: 0;
  box-shadow: none;
  background: #fbe8aa;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.bs-wizard .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard .bs-wizard-step.complete > .bs-wizard-dot {
  background-color: #fbe8aa;
}
.bs-wizard .bs-wizard-step.complete > .bs-wizard-dot span {
  opacity: 1;
}
.bs-wizard .bs-wizard-step.active {
  position: relative;
}
.bs-wizard .bs-wizard-step.active > .bs-wizard-dot span {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  color: orange;
  animation: anim-loop-shadow 1s infinite;
}
.bs-wizard .bs-wizard-step.active .desc {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 168px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px;
  color: #fff;
  font-size: 13px;
  transform: translate(-50%, -50%);
  margin-top: -30px;
}
.bs-wizard .bs-wizard-step.active .desc:after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 5px solid transparent;
}
.bs-wizard .bs-wizard-step.complete > .bs-wizard-info,
.bs-wizard .bs-wizard-step.active > .bs-wizard-info {
  color: #ed1c24;
}
.bs-wizard .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard .bs-wizard-step:first-child .bs-wizard-stepnum picture {
  left: 25%;
}
.bs-wizard .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard .bs-wizard-step:first-child:first-child.active > .progress .progress-bar {
  width: 0 !important;
}
.bs-wizard .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard .bs-wizard-step:last-child.active .bs-wizard-dot span {
  animation: none;
}
.bs-wizard .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*********************************
============ 1. Login ============
*********************************/
.lk-login .login-header {
  background: linear-gradient(80.52deg, rgba(20, 0, 215, 0.1) 3.78%, rgba(218, 80, 242, 0.1) 91.83%);
}
.lk-login .login-header .logo {
  display: inline-block;
}
.lk-login .lk-content-wrap {
  padding: 40px 80px;
}
.lk-login .login-menu {
  background-color: #fff;
}
.lk-login .login-menu ul {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.lk-login .login-menu ul li {
  display: inline-block;
}
.lk-login .login-menu ul li.divider {
  margin: 0 10px;
  height: 20px;
  width: 2px;
  background-color: #333;
  vertical-align: text-bottom;
}
.lk-login .login-menu ul li a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.lk-login .login-wrapper {
  position: relative;
  min-height: calc(100vh - 200px);
  min-height: -moz-calc(100vh - 200px);
  overflow: hidden;
}
.lk-login .login-index {
  text-align: left;
  height: 100%;
  padding-top: 100px;
}
.lk-login .login-index .page-header {
  border: none;
  margin-bottom: 7px;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
.lk-login .login-index .logo-login {
  margin-bottom: 32px;
}
.lk-login .login-index .title-login {
  font-weight: 700;
  margin-bottom: 48px;
}
.lk-login .login-index .button-system-line {
  margin-bottom: 48px;
}
.lk-login .login-index .button-system-line a {
  margin-right: 32px;
  text-align: center;
}
.lk-login .login-index .button-system-line a .button-system {
  width: 82px;
  height: 82px;
  background: #ddd;
  border-radius: 86px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.lk-login .login-index .button-system-line a .button-system.active {
  border: double 6px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.lk-login .login-index .button-system-line a:hover .button-system {
  border: double 6px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.lk-login .login-index .button-system-line a:hover h6 {
  color: #311FDC;
}
.lk-login .login-index .button-system-line a h6 {
  margin-top: 6px;
  color: #A1A1A1;
}
.lk-login .login-index .button-system-line a h6.active {
  color: #311FDC;
}
.lk-login .login-index .form {
  /*max-width: 600px;*/
  text-align: center;
  /*margin: 0 auto 20px;*/
}
.lk-login .login-index .form input:-ms-input-placeholder {
  color: #bee6f5;
  font-style: italic;
}
.lk-login .login-index .form input::placeholder {
  color: #bee6f5;
  font-style: italic;
}
.lk-login .login-index .form .form-control {
  padding: 16px;
  height: 56px;
  border: 1px solid #DADADA;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 22px;
}
.lk-login .login-index .form .form-control:-ms-input-placeholder {
  color: #A1A1A1;
  font-style: normal;
  font-size: 16px;
}
.lk-login .login-index .form .form-control::placeholder {
  color: #A1A1A1;
  font-style: normal;
  font-size: 16px;
}
.lk-login .login-index .form .btn-custom-login {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
  border: none;
  margin-top: 32px;
  /*padding: 12px 30px 12px 30px;*/
  line-height: 42px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.lk-login .login-index .form .btn-custom-login .fa-stack {
  display: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.lk-login .login-index .form .btn-custom-login .fa-stack-2x {
  font-size: 2rem;
}
.lk-login .login-index .help {
  display: none;
}
.lk-login .login-index .help > a {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.lk-login .login-index .help > a:hover {
  text-decoration: underline;
}
.lk-login .login-index .list-classroom ul {
  max-width: 400px;
  margin: 0 auto;
}
.lk-login .login-index .list-classroom ul li {
  background-color: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.lk-login .login-index .list-classroom ul li .removeLink {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 999;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.lk-login .login-index .list-classroom ul li .removeLink:hover {
  background-color: red;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.lk-login .login-index .list-classroom ul li a:not(.removeLink) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #333;
}
.lk-login .login-index .list-classroom ul li a:not(.removeLink) h4 {
  margin-top: 5px;
  margin-bottom: 0;
}
.lk-login .login-index .list-classroom ul li .avatar {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.lk-login .login-index .list-classroom ul li .avatar img {
  max-width: 100%;
}
.lk-login .login-classroom {
  padding-top: 20px;
}
.lk-login .login-classroom .teacher-box {
  padding-bottom: 15px;
  text-align: center;
  color: #282828;
}
.lk-login .login-classroom .teacher-box .teacher-info {
  display: inline-block;
  clear: both;
}
.lk-login .login-classroom .teacher-box .teacher-info .box {
  margin-bottom: 10px;
}
.lk-login .login-classroom .teacher-box .teacher-info .box .avatar {
  width: 136px;
  height: 136px;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.lk-login .login-classroom .teacher-box .teacher-info .box .col {
  margin-top: 8px;
}
.lk-login .login-classroom .teacher-box .teacher-info .box .col .phone-number {
  color: #DA50F2;
  font-weight: 600;
}
.lk-login .login-classroom .teacher-box .teacher-info .box img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.lk-login .login-classroom .teacher-box .teacher-info .box p {
  font-size: 18px;
}
.lk-login .login-classroom .teacher-box .teacher-info .box h4 {
  font-size: 30px;
  font-weight: bold;
  color: #311FDC;
}
.lk-login .login-classroom .teacher-box .teacher-info .logout {
  margin-top: 16px;
  background: linear-gradient(80.52deg, rgba(20, 0, 215, 0.1) 3.78%, rgba(218, 80, 242, 0.1) 91.83%);
  border-radius: 30px;
  padding: 11px 16px;
}
.lk-login .login-classroom .teacher-box .teacher-info .logout img {
  width: 20px;
  margin-right: 7px;
  vertical-align: text-bottom;
}
.lk-login .login-classroom .teacher-box .teacher-info .logout a {
  color: #311FDC;
  border-color: #282828;
  font-size: 16px;
}
.lk-login .login-classroom .teacher-box .teacher-info .logout a:hover {
  text-decoration: underline;
}
.lk-login .login-classroom .room-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 15px 20px;
}
.lk-login .login-classroom .room-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lk-login .login-classroom .room-box ul li {
  width: calc(100%/6);
  -webkit-width: calc(100%/6);
  -moz-width: calc(100%/6);
  -o-width: calc(100%/6);
  padding: 5px 10px;
  margin-bottom: 5px;
  min-width: 100px;
}
.lk-login .login-classroom .room-box .slot {
  text-align: center;
}
.lk-login .login-classroom .room-box .slot > a .avatar {
  position: relative;
  margin-bottom: 5px;
  width: 100px;
  height: 100px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE);
  background-origin: border-box;
  background-clip: content-box, border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.lk-login .login-classroom .room-box .slot > a .avatar:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px dashed #4be8b3;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.lk-login .login-classroom .room-box .slot > a:hover .avatar {
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.lk-login .login-classroom .room-box .slot > a:hover span {
  color: #311FDC;
}
.lk-login .login-classroom .room-box .slot span {
  display: block;
  color: #282828;
  font-weight: bold;
}
.lk-login .login-classroom .room-box .slot img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.lk-login .login-classroom .room-box .slot.null {
  filter: grayscale(100%);
}
.lk-login .login-student {
  margin-top: 30px;
}
.lk-login .login-student .form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
.lk-login .login-student .student-info {
  max-width: 400px;
  margin: 0 auto 15px;
  text-align: center;
  color: #282828;
}
.lk-login .login-student .student-info img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin: auto;
  background-color: #fff;
}
.lk-login .login-student .student-info .col {
  padding-top: 8px;
}
.lk-login .login-student .student-info p {
  font-size: 18px;
}
.lk-login .login-student .student-info h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 5px;
  color: #311FDC;
}
.lk-login .login-student .logout {
  text-align: center;
  margin-top: 30px;
}
.lk-login .login-student .logout a {
  margin-top: 16px;
  background: linear-gradient(80.52deg, rgba(20, 0, 215, 0.1) 3.78%, rgba(218, 80, 242, 0.1) 91.83%);
  border-radius: 30px;
  padding: 11px 16px;
  color: #311FDC;
  font-size: 14px;
  padding: 11px 22px;
}
.lk-login .login-student .logout a:hover,
.lk-login .login-student .logout a:focus {
  text-decoration: underline;
}
.lk-login .login-student .logout a img {
  width: 20px;
  margin-right: 5px;
}
.lk-login .login-student .form label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  color: #282828;
  font-size: 16px;
}
.lk-login .login-student .custom-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.lk-login .login-student .custom-inline .input-password {
  position: relative;
  width: 100%;
  margin-right: 6px;
}
.lk-login .login-student .custom-inline .input-password .form-control {
  padding: 0px 30px;
  height: 56px;
  border: 1px solid #DADADA;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-size: 19px;
}
.lk-login .login-student .custom-inline .input-password .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #A1A1A1;
}
.lk-login .login-student .custom-inline .input-password .form-control::placeholder {
  font-size: 16px;
  color: #A1A1A1;
}
.lk-login .login-student .custom-inline .input-password .fa {
  display: none;
}
.lk-login .login-student .custom-inline .input-password a {
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  color: #353535;
  opacity: .7;
}
.lk-login .login-student .custom-inline .input-password a:hover,
.lk-login .login-student .custom-inline .input-password a:focus {
  opacity: 1;
}
.lk-login .login-student .custom-inline .mt-1 label {
  font-size: 16px;
}
.lk-login .login-student .custom-inline .d-flex .btn-custom-login {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(77.67deg, #1400D7 -8.02%, #DA50F2 109.14%);
  border: none;
  margin-top: 32px;
  /*padding: 12px 30px 12px 30px;*/
  line-height: 42px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.lk-login .login-student .custom-inline .d-flex .btn-custom-login .fa-stack {
  display: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.lk-login .login-student .custom-inline .d-flex .btn-custom-login .fa-stack-2x {
  font-size: 2rem;
}
.lk-login .nav-tabs {
  padding-left: 43px;
}
.lk-login .nav-tabs .nav-item a {
  background: #26acdf;
  padding: 10px 60px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-top-right-radius: 28px;
  border-top-left-radius: 28px;
}
.lk-login .nav-tabs .nav-item a.nav-link.active {
  border-color: #005080;
  background: #005080;
}
.lk-login .nav-tabs .nav-item a:hover {
  border-color: #005080;
}
.confirm-wrap .form-wrap {
  background: url(/images/bg_confirm.jpg?5d56dccb369a478ec8b45c1d1e088ded) no-repeat center;
  max-width: 600px;
  margin: 30px auto 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.confirm-wrap .form-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
.confirm-wrap .form-wrap form {
  position: relative;
  z-index: 2;
}
.confirm-wrap .form-wrap p {
  margin-bottom: 10px;
}
.confirm-wrap .form-wrap .form-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.confirm-wrap .form-wrap .form-buttons button {
  margin-left: 5px;
}
.confirm-wrap .form-wrap .form-buttons button.btn-custom-default {
  pointer-events: none;
}
.confirm-wrap .accept-confirm {
  font-size: 1rem;
}
.confirm-wrap .accept-confirm label {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right: 5px;
}
.confirm-wrap .accept-confirm label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: .75rem;
  vertical-align: middle;
  opacity: 0;
  color: #282828;
}
.confirm-wrap .accept-confirm input[type="checkbox"] {
  display: none;
}
.confirm-wrap .accept-confirm input[type="checkbox"]:checked + label:before {
  opacity: 1;
}
.confirm-wrap .accept-confirm small {
  padding-left: 20px;
  font-weight: bold;
}
.expried-wrap .inner {
  margin: 60px auto 10px;
  max-width: 480px;
}
.expried-wrap .actions {
  text-align: center;
}
.parent-register .form-wrap {
  max-width: 400px;
  margin: 0 auto 10px;
}
.parent-register .form-wrap .title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}
.parent-register .form-wrap .radio-gender {
  color: #fff;
  font-weight: 600;
}
.parent-register .form-wrap .radio-gender input:nth-child(2) {
  margin-left: 10px;
}
.finishskill-wrap header,
.complete-wrap header {
  background-color: #fff;
}
.finishskill-wrap header .top-header,
.complete-wrap header .top-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.finishskill-wrap header .skill-name,
.complete-wrap header .skill-name {
  width: 100%;
  text-align: center;
}
.finishskill-wrap header .skill-name .title,
.complete-wrap header .skill-name .title {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.finishskill-wrap .system-notify {
  text-align: center;
}
.finishskill-wrap .tbl-result-training {
  border: 4px solid #33abe4;
  background-color: #fff;
  margin-bottom: 10px;
}
.finishskill-wrap .tbl-result-training tr td {
  padding: 5px;
}
.finishskill-wrap .tbl-result-training tr td span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.finishskill-wrap .tbl-result-training tr td .divider {
  height: 1px;
  width: 20px;
  margin: 2px auto;
  overflow: hidden;
  background-color: #535353;
  display: block;
}
.finishskill-wrap .tbl-result-training .icon {
  color: #353535;
  padding-left: 50px;
}
.finishskill-wrap .tbl-result-training .correct .icon {
  background: url(/images/symbol_true.png?a8d1e66d49badaf5cc8997d43ff4ca86) no-repeat center left 10px;
  background-size: 32px;
}
.finishskill-wrap .tbl-result-training .correct span {
  color: #3fcc3f;
}
.finishskill-wrap .tbl-result-training .wrong .icon {
  background: url(/images/symbol_false.png?7aad932b498ae152780d061537e93fa7) no-repeat center left 10px;
  background-size: 32px;
}
.finishskill-wrap .tbl-result-training .wrong span {
  color: #e33e15;
}
.finishskill-wrap .tbl-result-training .sumary .icon {
  background: url(/images/icon_alarm_clock.png?e7f5db07c457447f129be2a2a519cec0) no-repeat center left 10px;
  background-size: 32px;
  padding: 10px 5px 10px 50px;
}
.finishskill-wrap footer {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px #000;
  -webkit-box-shadow: 0 2px 5px #000;
  -moz-box-shadow: 0 2px 5px #000;
}
.finishskill-wrap footer .buttons-wrap {
  text-align: center;
}
.finishskill-wrap footer .buttons-wrap .btn-submit {
  display: inline-block;
}
.finishskill-wrap footer .buttons-wrap .btn-submit .btn-custom-default {
  pointer-events: none;
}
.finishskill-wrap.completed .finish-quiz-level {
  margin-bottom: 15px;
}
.finish-quiz-level {
  margin-top: 15px;
  margin-bottom: 65px;
}
.finish-quiz-level .fa-star {
  -moz-animation: ring 2s ease infinite;
  -moz-transform-origin-x: 50%;
  -moz-transform-origin-y: 0px;
  -moz-transform-origin-z: initial;
  -webkit-animation: ring 2s ease infinite;
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0px;
  -webkit-transform-origin-z: initial;
  -ms-animation: ring 2s ease infinite;
  -ms-transform-origin-x: 50%;
  -ms-transform-origin-y: 0px;
  -ms-transform-origin-z: initial;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
.finish-quiz-level .top {
  text-align: center;
}
.finish-quiz-level .top .header {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.finish-quiz-level .top .header p {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 26px;
  left: 0;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}
.finish-quiz-level .top .header p a {
  color: #fff;
}
.finish-quiz-level .bs-wizard-step label {
  color: #ffb72a;
  font-size: 1.125rem;
  display: block;
}
.finish-quiz-level .info-report-detail {
  background: rgba(146, 213, 244, 0.7);
  text-align: center;
  padding: 20px;
  color: #0a5476;
}
.finish-quiz-level .info-report-detail .detail {
  padding: 15px;
  min-height: 94px;
}
.finish-quiz-level .info-report-detail .detail p {
  font-size: 1.125rem;
}
.finish-quiz-level .info-report-detail .detail .point {
  font-size: 2rem;
  font-weight: bold;
}
.finish-quiz-level .info-report-detail .detail .time_tb {
  font-size: 1.5rem;
  font-weight: bold;
}
.finish-quiz-level .info-report-detail .detail.correct {
  background: #b6f7b7;
  color: #709734;
}
.finish-quiz-level .info-report-detail .detail.wrong {
  background: #f3e7e7;
  color: #d24f15;
}
.finish-quiz-level .info-report-detail .detail.time {
  background: #fff;
  color: #333;
}
.finish-quiz-level .actions {
  text-align: center;
}
.finish-quiz-level .actions a,
.finish-quiz-level .actions button {
  padding-right: 6px;
  margin: 10px 3px 0;
}
.finish-quiz-level .actions a i,
.finish-quiz-level .actions button i {
  margin-left: 5px;
}
/*********************************
========= COMPLETE SKILL ========
*********************************/
.complete-wrap .header {
  background: #f5643d url(/images/finish_skill_medal.png?8b776d330a8f38042db91040c0f4fd85) no-repeat left;
  background-position-x: 10px;
  background-size: 50px auto;
  text-align: center;
  padding: 10px 0;
}
.complete-wrap .step {
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  margin: 20px 0px;
}
.complete-wrap .step .col-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 1.25rem;
  color: #fff;
  padding: 10px;
  width: 300px;
}
.complete-wrap .step.level-1 {
  border: 3px solid #fbe8aa;
}
.complete-wrap .step.level-1 .col-header {
  background: #fed201;
}
.complete-wrap .step.level-2 {
  border: 3px solid #ffb239;
}
.complete-wrap .step.level-2 .col-header {
  background-color: #ffb239;
}
.complete-wrap .step.level-3 {
  border: 3px solid #ff8d00;
}
.complete-wrap .step.level-3 .col-header {
  background-color: #ff8d00;
}
.complete-wrap .step.level-4 {
  border: 3px solid #ff6600;
}
.complete-wrap .step.level-4 .col-header {
  background-color: #ff6600;
}
.complete-wrap .step:last-child {
  margin-bottom: 0;
}
.complete-wrap .step .col-body {
  width: 100%;
}
.complete-wrap .step .col-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 10px 5px;
}
.complete-wrap .step .col-label label {
  width: 25%;
}
.complete-wrap .step .col-label label span {
  padding-left: 5px;
  vertical-align: middle;
}
.complete-wrap .step .col-detail {
  padding: 5px 10px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.complete-wrap .step .col-detail > div {
  width: 25%;
}
.complete-wrap .step .col-item {
  font-size: 1.5rem;
}
.complete-wrap .step .star {
  font-size: 1.75rem;
}
.complete-wrap .step .nav-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.complete-wrap .step .nav-tabs li {
  width: 100%;
}
.complete-wrap .step .nav-tabs li a {
  display: block;
  color: #282828;
  padding: 5px 10px;
}
.complete-wrap .step .nav-tabs li a.active {
  background-color: #ddd;
}
.complete-wrap .step .nav-tabs li i {
  margin-right: 5px;
}
.complete-wrap .step .nav-tabs li.resolved i {
  color: #00ff00;
}
.complete-wrap .step .tab-content {
  text-align: left;
}
.complete-wrap .step .tab-content .tab-pane {
  padding: 10px;
}
.complete-wrap .step .tab-content .tab-pane img {
  max-width: 100%;
}
.complete-wrap .step .tab-content .explain-wrap .teacher-info {
  margin-bottom: 6px;
}
.complete-wrap .step .tab-content .explain-wrap .content {
  padding-right: 10px;
  padding-left: 10px;
}
.complete-wrap .step .note {
  text-align: left;
  padding: 3px 10px;
  font-size: .8125rem;
}
.complete-wrap .step .note strong {
  text-decoration: underline;
}
.complete-wrap .step .note span {
  margin: 0 3px;
}
.complete-wrap .step .note .resolved i {
  color: #00ff00;
}
.complete-wrap .step .questions-wrap {
  margin-bottom: 10px;
}
.complete-wrap .step .btn-viewmore {
  color: #f5643d;
  font-style: italic;
}
.complete-wrap .step .btn-viewmore:hover {
  text-decoration: underline;
}
.label-q {
  padding: 12px 0px 6px 20px;
  font-size: 1.25rem;
  color: #fff;
}
.label-q.question {
  color: #282828;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0px;
  background: url(/images/line-gradient.png?72f18098732a0e0ea3b40eeb67b04b3b) no-repeat left bottom;
  padding-bottom: 8px;
}
.label-q.explain {
  background: url(/images/bg_label_giaithich.png?bf27749c19f0a8fc6c47967137537dea) no-repeat left;
}
.label-q.answer {
  background: url(/images/bg_label_dapan.png?199d35337f14f1c2d547a8ffb1072dce) no-repeat left;
}
.label-q.explain,
.label-q.answer,
.label-q.suggest {
  margin-bottom: 10px;
}
.document-wrap header {
  padding: 15px 0;
}
.document-wrap .header-title {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}
.document-wrap .header-title:before,
.document-wrap .header-title:after {
  content: "";
  height: 1px;
  background: linear-gradient(to right, white, #ffcc01, white);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.document-wrap .header-title:before {
  width: 300px;
  bottom: 5px;
}
.document-wrap .header-title:after {
  width: 150px;
}
.document-wrap .carousel-item img {
  width: 100%;
}
.document-wrap .carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.document-wrap .carousel-controls .carousel-control-next,
.document-wrap .carousel-controls .carousel-control-prev {
  display: inline-block;
  width: auto;
}
.result-summary {
  text-align: center;
}
.result-summary .test-point {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
}
.result-summary .test-point span:first-child {
  font-weight: 900;
  font-size: 48px;
}
.result-summary .test-time {
  font-weight: 600;
  margin-left: 15px;
  padding-top: 20px;
}
.table-result {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-width: 800px;
  margin: 0 auto 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.table-result .cell {
  width: 25%;
}
.table-result .item {
  border: 1px solid #ddd;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 7px;
}
.table-result .item span {
  font-weight: 600;
}
.table-result .item .true-icon,
.table-result .item .false-icon {
  float: right;
  font-size: 18px;
}
.table-result .item .true-icon {
  color: #3cd80e;
}
.table-result .item .false-icon {
  color: #ff1f1f;
}
header {
  margin-bottom: 40px;
}
header .button-system-line a {
  margin-right: 21px;
  text-align: center;
}
header .button-system-line a .button-system {
  width: 46px;
  height: 46px;
  background: #ddd;
  border-radius: 86px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
header .button-system-line a .button-system img {
  height: 28px;
  width: 28px;
}
header .button-system-line a .button-system.active {
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
header .button-system-line a:hover .button-system {
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #EBE3FB, #FFE9FE), radial-gradient(circle at top left, #1400D7, #DA50F2);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
header .button-system-line a:hover h6 {
  color: #311FDC;
}
header .button-system-line a h6 {
  margin-top: 2px;
  color: #A1A1A1;
  font-size: 12px;
}
header .button-system-line a h6.active {
  color: #311FDC;
}
