@charset "UTF-8";
.text-primary {
  color: #0a2948 !important;
}

.text-secondary {
  color: #DF2026 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-body {
  color: #212529 !important;
}

.text-default {
  color: #212529 !important;
}

.text-facebook {
  color: #3578E5 !important;
}

.bg-primary {
  background-color: #0a2948 !important;
}

.bg-primary-light {
  background-color: #DBEBFA !important;
}

.bg-primary-dark {
  background-color: #051424 !important;
}

.bg-secondary {
  background-color: #DF2026 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-gray-3, .wp-stream-thankyou {
  background-color: #424242 !important;
}

a {
  color: #0a2948;
}
a:hover {
  color: #071F36;
}

#header .dropdown-item.active, #header .dropdown-item:active {
  color: #fff !important;
}

#header a.btn-link:hover {
  text-decoration: none !important;
}

.wp-header-bar {
  position: relative;
  top: 3px;
}

.wp-sidebar-menu {
  overflow-y: auto;
}

.wp-sidebar-close {
  color: #9e9e9e !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1030;
}

.wp-sidebar {
  z-index: 1030;
}
.wp-sidebar.wp-sidebar-toggle {
  width: 250px !important;
  left: -250px;
  transition: all 0.3s;
}
.wp-sidebar.wp-sidebar-toggle.active {
  left: 0px;
}
.wp-sidebar .nav .nav-item {
  margin-bottom: 0.25rem !important;
}
.wp-sidebar .nav .nav-item .nav-link {
  color: #212529;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0.25rem !important;
}
.wp-sidebar .nav .nav-item .nav-link:hover {
  background-color: #DBEBFA;
  color: #051424;
}
.wp-sidebar .nav .nav-item .nav-link:hover i {
  color: #051424;
}
.wp-sidebar .nav .nav-item .nav-link i {
  color: #6c757d;
  width: 17.5px;
  text-align: center;
  margin-right: 0.5rem !important;
}
.wp-sidebar .nav .nav-item .nav-link.active {
  background-color: #0a2948;
  border-radius: 0.25rem !important;
  color: #FFFFFF;
}
.wp-sidebar .nav .nav-item .nav-link.active:hover {
  background-color: #0a2948;
  border-radius: 0.25rem !important;
  color: #FFFFFF;
}
.wp-sidebar .nav .nav-item .nav-link.active:hover i {
  background-color: #0a2948;
  color: #FFFFFF;
}
.wp-sidebar .nav .nav-item .nav-link.active i {
  background-color: #0a2948;
  color: #FFFFFF;
}

.card a.cover-item {
  color: #212529;
}
.card a.cover-item:hover {
  text-decoration: none;
}
.card a.cover-item:hover * {
  cursor: pointer;
}
.card .content {
  position: relative;
  height: 240px;
}
.card .content .title {
  line-height: unset !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card .content .title-small {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 60px;
}
.card .content .description {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*.price {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
}*/
.wp-courses-info .card .content {
  height: auto !important;
}
.wp-courses-info .card .content .title {
  max-height: unset;
}
.wp-courses-info .card .content .description {
  max-height: 58px;
  overflow: hidden;
}
.wp-courses-info .card .content .content-related {
  height: 225px;
}
.wp-courses-info #player {
  border-radius: 0.25rem !important;
  background-color: #fff;
}

.text-related-small {
  overflow: hidden;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 28px;
  font-size: 12px;
}

.text-related-big {
  overflow: hidden;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 60px;
}

.card-hover {
  transition: box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1), width 235ms cubic-bezier(0.4, 0, 0.2, 1);
}
.card-hover:focus, .card-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
  top: -1px;
}

.wp-card-code {
  border-radius: 0.25rem !important;
}

.wp-card-status {
  color: #6c757d;
  background-color: #f8f9fa;
  padding: 0px 4px 1px;
  border-radius: 0.25rem !important;
}

.wp-card-status-live {
  color: #dc3545;
  background-color: #fff !important;
  border: 1px solid #dc3545;
}

.wp-card-status-upcoming {
  color: #fff;
  background-color: #0a2948;
}

/* Form - start */
textarea {
  resize: none;
}

#form-exam fieldset {
  display: none;
}

#form-exam img {
  display: block;
}

.form-group .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.form-group .row > .col, .form-group .row > [class*=col-] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.form-group span.icon-inside-input {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
}
.form-group span.icon-inside-input-14 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 38px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.form-group label.error {
  color: #dc3545 !important;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 5px;
}

.form-row span.icon-inside-input {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
}
.form-row span.icon-inside-input-14 {
  position: absolute;
  z-index: 2;
  display: block;
  width: 38px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.form-row label.error {
  color: #dc3545 !important;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 5px;
}

.form-control.append-icon {
  padding-left: 2.375rem;
}

#passwordMeter .progress-bar {
  font-size: 11px !important;
}

.toggle-is-foreign.btn-outline-primary.focus, .toggle-is-foreign.btn-outline-primary:focus {
  box-shadow: none !important;
}

#exam-quiz {
  display: none;
}

#edit-profile-form-foreign {
  display: none;
}

/* Form - end */
/* Button - start */
.btn-primary {
  color: #FFFFFF;
  background-color: #0a2948;
  border-color: #0a2948;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #0a2948;
  border-color: #0a2948;
}
.btn-primary:hover, .btn-primary.hover {
  background-color: #071F36;
  border-color: #071F36;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 41, 72, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #071F36;
  border-color: #051424;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 41, 72, 0.5);
}

.btn-outline-primary {
  color: #0a2948;
  border-color: #0a2948;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0a2948;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #0a2948;
  border-color: #0a2948;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 41, 72, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #0a2948;
  border-color: #0a2948;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 41, 72, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #DF2026;
  border-color: #DF2026;
}
.btn-secondary:hover, .btn-secondary.hover {
  background-color: #D61F25;
  border-color: #C41C22;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 32, 38, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #C41C22;
  border-color: #B3191F;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 32, 38, 0.5);
}

.btn-outline-secondary {
  color: #DF2026;
  border-color: #DF2026;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #DF2026;
  background-color: transparent;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #DF2026;
  border-color: #DF2026;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 32, 38, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background-color: #DF2026;
  border-color: #DF2026;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 32, 38, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  background-color: #23272b;
  border-color: #d39e00;
}

.btn-link {
  color: #0a2948;
}
.btn-link.no-deco:hover {
  text-decoration: none !important;
}
.btn-link:hover {
  color: #071F36;
}

.btn-facebook {
  color: #fff !important;
  background-color: #3578E5 !important;
  border-color: #3578E5 !important;
}
.btn-facebook:hover {
  background-color: #3578E5 !important;
  border-color: #3578E5 !important;
}

.icon-link-facebook {
  color: #3578E5 !important;
}
.icon-link-facebook:hover {
  text-decoration: none !important;
}

.icon-link-youtube {
  color: #FF0000 !important;
}
.icon-link-youtube:hover {
  text-decoration: none !important;
}

.icon-link-twitter {
  color: #1da1f2 !important;
}
.icon-link-twitter:hover {
  text-decoration: none !important;
}

.icon-link-line {
  color: #1bb71f !important;
}
.icon-link-line:hover {
  text-decoration: none !important;
}

#btn-close-countdown:hover {
  cursor: pointer;
}

.spinner-border {
  position: relative;
  top: -2px;
}

.spinner-border.spinner-border-sm {
  position: relative;
  top: -1px !important;
  margin-right: 0.25rem !important;
}

#wp-btnCancelReply {
  position: absolute;
  top: 0;
  right: 0;
}

.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #071F36;
  border-color: #051424;
}

/* Button - end */
/* Status Learning (Live) - start */
.wp-status-live {
  position: absolute;
  top: 0;
  left: 0;
}

.wp-stream-waiting {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.wp-stream-waiting .wp-stream-waiting-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.wp-stream-thankyou {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.wp-stream-thankyou .wp-stream-thankyou-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.status-live {
  border-radius: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
}

.status-upcoming {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}

/* Status Learning (Live) - end */
table.borderless td, table.borderless th {
  border: none;
}

.table-desc td {
  padding: 4px 8px 2px;
  word-break: break-word;
}
.table-desc td:first-child {
  padding: 4px 0 2px;
}

#table-mycourses-body .spinner-border {
  position: relative;
  top: -1px;
}

.agenda-live-item {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.agenda-live-item:last-child {
  border-bottom: 1px solid #dee2e6;
}
.agenda-live-item:nth-child(2) {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.agenda-live-item.active {
  border-left: 2px solid #dc3545 !important;
}

/* ul Timeline */
.time-line {
  padding: 20px 0;
  background-color: #fff;
}
.time-line ul {
  margin: 0;
  padding: 0;
}
.time-line ul li {
  position: relative;
  padding-left: 22px;
  margin-left: 20px;
  border-left: 2px solid #ddd;
  list-style: none;
  padding-bottom: 0.5rem !important;
  min-height: 41.6px;
}
.time-line ul li:last-child {
  border-left: solid 2px #fff;
}
.time-line ul li a {
  color: #6c757d;
  border-radius: 0.25rem !important;
}
.time-line ul li a:hover {
  text-decoration: none;
}
.time-line ul li a:hover * {
  cursor: pointer;
}
.time-line ul li a.item:hover {
  background-color: #DBEBFA !important;
  color: #051424 !important;
}
.time-line ul li a.item-not-active:hover {
  text-decoration: none;
  cursor: default !important;
}
.time-line ul li a.item-not-active:hover * {
  cursor: default !important;
}
.time-line ul li.done {
  border-color: #0a2948;
}
.time-line ul li.done i {
  background-color: #0a2948;
  color: #FFFFFF !important;
}
.time-line ul li.done .quiz-item.in-active a {
  color: #0a2948;
}
.time-line ul li.done .quiz-item.in-active a:hover {
  color: #0a2948 !important;
  background: transparent !important;
}
.time-line ul li.done .quiz-item .item {
  color: #212529;
}
.time-line ul li.done .quiz-item .item:hover {
  background-color: #DBEBFA !important;
  color: #051424 !important;
}
.time-line ul li.done:last-child {
  border-color: transparent;
}
.time-line ul li.active .quiz-item.in-active a {
  color: #0a2948;
}
.time-line ul li.active .quiz-item.in-active a:hover {
  color: #0a2948 !important;
  background: transparent !important;
}
.time-line ul li.in-active {
  border-color: #0a2948;
}
.time-line ul li.in-active a {
  color: #0a2948;
}
.time-line ul li.in-active a:hover {
  color: #0a2948 !important;
  background: transparent !important;
}
.time-line ul li.in-active .quiz-item a {
  color: #212529;
}
.time-line ul li.in-active .quiz-item a:hover {
  background-color: #DBEBFA !important;
  color: #051424 !important;
}
.time-line ul li.in-active .item-not-active {
  color: #6c757d;
}
.time-line ul li.parent {
  padding-top: 0.5rem !important;
  padding-right: 3rem !important;
}
.time-line ul li.parent .item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #6c757d;
  text-decoration: underline;
}
.time-line ul li.parent .number-topic {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 0.55rem 0;
}
.time-line ul li.parent.done .item {
  color: #212529;
}
.time-line ul li.child .item, .time-line ul li.child .item-not-active {
  margin-left: 1.25rem !important;
}
.time-line ul li.child .fa-play {
  padding-left: 2px;
}
.time-line ul li.not {
  color: rgba(0, 0, 0, 0.5);
}
.time-line ul li.not i {
  color: rgba(0, 0, 0, 0.5);
}
.time-line ul li.not a.icon-not-active i:hover {
  cursor: default !important;
}
.time-line ul li .section {
  padding: 0 0.75rem;
}
.time-line ul li .item {
  display: block;
  padding: 0.325rem 0.75rem;
  color: #212529;
}
.time-line ul li .item-not-active {
  display: block;
  padding: 0.325rem 0.75rem;
}
.time-line ul li .half-circle {
  position: absolute;
  left: -16px;
  top: 0px;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-bottom: 0;
  z-index: 0;
}
.time-line ul li .half-circle-top {
  position: absolute;
  left: -16px;
  top: 0px;
  width: 30px;
  height: 15px;
  background-color: #0a2948;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom: 0;
  z-index: 1;
}
.time-line ul .in-active i {
  background-color: #0a2948;
  color: #FFFFFF !important;
}
.time-line ul i {
  position: absolute;
  left: -16px;
  top: 0px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  z-index: 2;
}
.time-line ul .item-not-active {
  cursor: default !important;
}

.icon-quiz {
  position: relative !important;
  left: 0px !important;
  width: auto !important;
  height: auto !important;
  text-align: left !important;
  line-height: unset !important;
  background: transparent !important;
  font-size: 14px !important;
}

.wp-related-courses a {
  color: #212529;
}
.wp-related-courses a:hover {
  text-decoration: none;
}
.wp-related-courses .description {
  font-size: 13px;
  height: 42px;
  overflow: hidden;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.owl-nav .owl-next {
  float: right;
  margin-right: 0.25rem !important;
}
.owl-nav .owl-prev {
  margin-left: 0.25rem !important;
}
.owl-nav button {
  background-color: #fff !important;
  width: 35px;
  height: 30px;
  color: rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  opacity: 0.7;
}
.owl-nav button:hover {
  opacity: 1;
}
.owl-nav button:focus {
  outline: none !important;
}
.owl-nav button i {
  font-size: 18px;
}
.owl-nav button.disabled {
  cursor: not-allowed !important;
}
.owl-nav button.disabled:hover {
  opacity: 0.7;
}

.owl-dots {
  display: none;
}

#wp-content-slide-item.owl-carousel .owl-item .item {
  position: relative;
}
#wp-content-slide-item.owl-carousel .owl-item .item img {
  opacity: 0.9;
}
#wp-content-slide-item.owl-carousel .owl-item .item img:hover {
  opacity: 1;
  cursor: pointer;
}
#wp-content-slide-item.owl-carousel .owl-item .item .slide-current {
  position: absolute;
  top: 4px;
  right: 4px;
  text-align: center;
}
#wp-content-slide-item.owl-carousel .owl-item.current .item img {
  opacity: 1;
}
#wp-content-slide-item.owl-carousel .owl-stage-outer {
  z-index: 1;
}
#wp-content-slide-item.owl-carousel .owl-nav {
  z-index: 1;
  top: 35%;
}
#wp-content-slide-item.owl-carousel .owl-nav button {
  position: absolute;
  z-index: 1;
}
#wp-content-slide-item.owl-carousel .owl-nav button.owl-next {
  right: 0;
  z-index: 1;
}

#wp-content-slide-show, #wp-content-slide-show * {
  height: 100%;
}

.wp-timeline-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px -15px 35px 0px rgba(255, 255, 255, 0.85);
  -moz-box-shadow: 0px -15px 35px 0px rgba(255, 255, 255, 0.85);
  box-shadow: 0px -15px 35px 0px rgba(255, 255, 255, 0.85);
}

.document-download-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6 !important;
}
.document-download-item:first-child {
  padding-top: 0 !important;
}
.document-download-item:last-child {
  border-bottom: none !important;
}

/* Dropdown sub-menu */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* FAQs - start */
.faqs-item {
  border-bottom: 1px solid #dee2e6;
}
.faqs-item .collapse-header .collapse-header-icon:before {
  content: "";
  color: #0a2948;
}
.faqs-item .collapse-header.collapsed .collapse-header-icon:before {
  content: "";
  color: #6c757d;
}
.faqs-item .collapse-header:hover {
  color: #0a2948;
}

.banner-faqs {
  position: relative;
  background: #051424;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0a2948, #051424);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0a2948, #051424);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.banner-faqs .banner-faqs-content {
  position: relative;
  z-index: 1;
}
#banner-faqs-content-title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

/* FAQs - end */
.grid-item {
  width: 22.95%;
  margin-bottom: 32px;
}
.grid-item .content {
  height: auto !important;
}

/* Live Schedule - start */
#live-schedule .collapse-header .collapse-header-icon:before {
  content: "";
  color: #dc3545 !important;
}
#live-schedule .collapse-header.collapsed .collapse-header-icon:before {
  content: "";
  color: #6c757d !important;
}

/* Live Schedule - end */
.progress-line {
  padding-bottom: 3px;
}

#profile #info .img-profile {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#profile-activity-content {
  max-height: 500px;
  overflow: hidden;
}

.profile-stats-courses {
  display: inline-block;
}
.profile-stats-courses:hover {
  text-decoration: none;
}
.profile-stats-courses:hover span {
  text-decoration: underline;
}

.page-item.prev .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item.next .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bg-scooter {
  background: #36D1DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #5B86E5, #36D1DC);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-master-card {
  background: #f46b45;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #eea849, #f46b45);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #eea849, #f46b45);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-burning-orange {
  background: #FF416C;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FF4B2B, #FF416C);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-quepal {
  background: #11998e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #38ef7d, #11998e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-mantle {
  background: #24C6DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #514A9D, #24C6DC);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #514A9D, #24C6DC);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wp-main-content {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}
.wp-main-content:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.sk-fading-circle, .sk-circle {
  margin: 0 auto;
}

.pre-loading-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1600;
  background: rgba(255, 255, 255, 0.6);
}

.popover {
  opacity: 0;
}

.help-block {
  color: #dc3545 !important;
}

.sk-fading-circle.sk-fading-circle-white .sk-circle:before {
  background: #fff;
}

.sk-fading-circle.t-7 {
  top: 7px;
}

#enroll-summary .chart-title {
  height: 48px;
}

/* Latest course - start */
.latest {
  top: 0;
  left: 0;
  border-top-left-radius: 0.25rem !important;
}

.ribbon {
  position: absolute;
  top: 10px;
  left: -4px;
  z-index: 999;
  color: #fff;
  text-transform: uppercase;
  background-color: #dc3545;
  font-weight: bold;
}
.ribbon:before {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  border-top: 4px solid #000;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  left: 0;
  margin-left: 0;
  z-index: 999;
}

/* Latest course - end */
#wp-profile-picture #profile-picture:hover #profile-picture-edit {
  display: block !important;
}
#wp-profile-picture #profile-picture-edit {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  left: 0;
  bottom: 0;
  right: 0;
}
#wp-profile-picture #profile-picture-edit:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

#upload-picture-button {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #6c757d;
}
#upload-picture-button:hover {
  cursor: pointer;
  color: #0a2948;
  border-color: #0a2948 !important;
}

#upload-picture-payments-button {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #6c757d;
}
#upload-picture-payments-button:hover {
  cursor: pointer;
  color: #0a2948;
  border-color: #0a2948 !important;
}

.upload-picture-preview-status {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 2px;
}

#profile-fullname {
  font-size: 1.25rem;
}

.hl-default {
  background-color: rgba(0, 0, 0, 0.027) !important;
}
.hl-default > td:first-child {
  border-left: 3px solid;
}

.login-or {
  position: relative;
  font-size: 18px;
  color: #aaa;
}

.login_social {
  margin-bottom: 5px;
}

.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}

.hr-or {
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* Pagination */
.page-link {
  color: #0a2948;
}
.page-link:hover {
  color: #071F36;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 41, 72, 0.25);
}

.page-item.active .page-link {
  color: #FFFFFF;
  background-color: #0a2948;
  border-color: #0a2948;
}

/* Switch button - start */
.cl-switch input[type=checkbox] {
  display: none;
  visibility: hidden;
}
.cl-switch input[type=checkbox]:checked + .switcher {
  background-color: #ddd;
}
.cl-switch input[type=checkbox]:checked + .switcher:before {
  right: 100%;
  margin-right: -20px;
  background-color: #0a2948;
}
.cl-switch .switcher {
  display: inline-block;
  border-radius: 100px;
  width: 35px;
  height: 15px;
  background-color: #ccc;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
.cl-switch .switcher:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin-top: -2.5px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.cl-switch .switcher:active:before {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(63, 81, 181, 0.3);
  transition: all, 0.1s;
}
.cl-switch .label {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
}

/* Switch button - end */
.dropdown-item.active, .dropdown-item:active {
  background-color: #0a2948;
  color: #FFFFFF;
}

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

#faqs {
  min-height: 120px;
}

footer {
  background-color: #6c757d;
  color: #fff;
}
footer a[href^=tel] {
  color: #dc3545;
  text-decoration: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: none !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #ffc107 !important;
  color: #212529 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: #0a2948 !important;
  color: #FFFFFF !important;
}

.ui-datepicker .ui-datepicker-header {
  border: none !important;
}

#landing {
  background-image: linear-gradient(to bottom, #f8f9fa, #ffffff);
  padding: 0px 0;
  margin-left: -15px;
  margin-right: -15px;
}

#slides {
  display: none;
  position: relative;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}

.container-slide {
  width: 100%;
}

#slides .slidesjs-previous {
  cursor: pointer;
  position: absolute;
  color: white;
  height: 100%;
  padding-left: 10px;
  padding-right: 50px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
#slides .slidesjs-next {
  cursor: pointer;
  position: absolute;
  color: white;
  height: 100%;
  padding-right: 20px;
  padding-left: 50px;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.vertical-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
.slidesjs-pagination li a {
  display: block;
  width: 12px;
  height: 12px;
  padding-top: 8px;
  float: left;
  overflow: hidden;
  background: #989898;
  border-radius: 12px;
}
.slidesjs-pagination li a.active {
  background: #ffffff;
}
.slidesjs-pagination li a:hover {
  background: #ffffff;
}
.slidesjs-pagination li a:hover.active {
  background: #ffffff;
}

#slides a:link, #slides a:visited {
  color: #ffffff;
}
#slides a:hover, #slides a:active {
  color: #989898;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.couponlineprice {
  text-decoration: line-through;
  color: red;
}

.promoprice {
  text-decoration: line-through;
  color: #6c757d;
}

.f-13px {
  font-size: 13px;
}

.f-13rem {
  font-size: 1.3rem;
}

.nobtn {
  background-color: transparent;
  border: 0;
}

.adisabled {
  pointer-events: none !important;
  cursor: default !important;
  color: #6c757d !important;
}

footer p {
  margin-bottom: 0.25rem !important;
}

#display-password-block {
  padding-top: 38px;
}

hr.hr-or-register-login:after {
  background: #fff;
  content: attr(data-content);
  padding: 0 4px;
  position: relative;
  top: -11px;
}

.jconfirm-light .jconfirm-title {
  width: 100%;
}

.jconfirm-light .jconfirm-content-pane {
  margin-bottom: 0;
  display: none !important;
}

.jconfirm-light .jconfirm-buttons {
  float: none !important;
  text-align: center;
}

.jconfirm-light .jconfirm-cell {
  /* vertical-align: top;
  padding-top: 6rem!important; */
}

.jconfirm-light .jconfirm-cell .container {
  margin-bottom: 7rem;
}

.jconfirm-light .jconfirm-bg {
  opacity: 0.5 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #dc3545;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #28a745;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #ffc107;
}

.jconfirm-title-c {
  line-height: unset !important;
}

.body-jconfirm-content-danger .jconfirm-content {
  color: #dc3545 !important;
  font-weight: bold;
}

.card-courses {
  height: 100%;
}
.card-courses .card-body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-courses .tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.card-courses .tag .duration {
  width: 50%;
  text-align: right;
}
.card-courses .card-title, .card-courses .card-description {
  line-height: unset !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-courses .price {
  position: relative !important;
  height: 51px;
  border-top: 1px dotted rgba(0, 0, 0, 0.125);
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1rem;
}
.card-courses .instructor {
  line-height: unset !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-courses .price-total {
  font-weight: bold;
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.basethumb {
  font-weight: 300;
}

.basethumb {
  display: block;
  padding-left: 0px !important;
  padding-right: 1rem;
}

.tags i {
  position: relative;
  top: 2px;
  padding-right: 1px;
}

.post-tag {
  display: inline-block;
  text-transform: uppercase;
  color: #a7b0b4;
  padding: 5px 18px;
  background: #eceff1;
  border-radius: 40px;
  font-size: 12px;
}

.post-tag:hover {
  background: #071F36;
  color: #ffffff !important;
}

/*# sourceMappingURL=style.css.map */
