* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  scroll-behavior: smooth; }

html,
body {
  box-sizing: border-box;
  font-family: "NotoSansThai", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #0b0c11;
  overflow-x: hidden; }

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #fff; }

::-webkit-scrollbar-thumb {
  background: #868e96;
  border-radius: 35px; }

::-webkit-scrollbar-thumb:hover {
  background: #ff6f00; }

.offcanvas-active {
  overflow: hidden; }

.offcanvas-header {
  display: none; }

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in; }

.screen-darken.active {
  z-index: 1050;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible; }

@font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai_SemiCondensed/NotoSansThai_SemiCondensed-Light.ttf");
  font-weight: 300; }

@font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai_SemiCondensed/NotoSansThai_SemiCondensed-Regular.ttf");
  font-weight: 400; }

@font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai_SemiCondensed/NotoSansThai_SemiCondensed-Medium.ttf");
  font-weight: 500; }

@font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai_SemiCondensed/NotoSansThai_SemiCondensed-Bold.ttf");
  font-weight: 600; }

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Regular.ttf");
  font-weight: 400; }

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Medium.ttf");
  font-weight: 500; }

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Bold.ttf");
  font-weight: 700; }

.font-18 {
  font-size: 1.25rem; }

@media (max-width: 575.98px) {
  .font-18 {
    font-size: 1rem; } }

.truncate {
  display: block;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.owl_cards .owl-item img {
  display: initial !important; }

.owl_cards .owl-prev {
  position: absolute;
  left: -2.5%;
  top: 50%;
  transform: translateY(-50%);
  background-color: white !important;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  z-index: 1; }
  .owl_cards .owl-prev i {
    font-size: 1.5rem;
    color: #ff6f00; }
    .owl_cards .owl-prev i::before {
      line-height: 2; }

.owl_cards .owl-next {
  position: absolute;
  right: -2.5%;
  top: 50%;
  transform: translateY(-50%);
  background-color: white !important;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  z-index: 1; }
  .owl_cards .owl-next i {
    font-size: 1.5rem;
    color: #ff6f00; }
    .owl_cards .owl-next i::before {
      line-height: 2; }

.text-gray {
  color: #999999; }

.link-forgot-password {
  font-size: 1rem;
  font-weight: 400;
  color: #999999;
  transition: color 0.3s; }
  .link-forgot-password:hover, .link-forgot-password:active, .link-forgot-password:focus {
    color: #ff6f00; }

.navbar-main {
  background-color: #fff;
  height: 100px;
  transition: all 0.3s; }
  .navbar-main.fixed-top {
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.16);
    height: 70px; }
  .navbar-main .navbar-brand--logo {
    max-width: 60px; }
  .navbar-main .navbar-brand--text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #0b0c11; }
  .navbar-main .navbar-nav {
    display: flex;
    align-items: center; }
    .navbar-main .navbar-nav .nav-item {
      position: relative; }
      .navbar-main .navbar-nav .nav-item:not(:last-child) {
        margin-right: 1rem; }
      .navbar-main .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        left: 8px;
        bottom: 10px;
        width: 0;
        height: 7px;
        background-color: #ff6f00;
        z-index: 0;
        transition: all 0.3s ease-in-out; }
      .navbar-main .navbar-nav .nav-item:hover::after {
        width: 80%; }
      .navbar-main .navbar-nav .nav-item.active::after {
        content: "";
        position: absolute;
        left: 8px;
        bottom: 10px;
        width: 80%;
        height: 7px;
        background-color: #ff6f00;
        z-index: 0; }
      .navbar-main .navbar-nav .nav-item .nav-link {
        position: relative;
        font-size: 0.938rem;
        font-weight: 300;
        color: #0b0c11; }
        .navbar-main .navbar-nav .nav-item .nav-link > span {
          position: relative;
          z-index: 1;
          transition: all 0.2s ease-in-out; }
      .navbar-main .navbar-nav .nav-item:hover .btn-menu {
        border: 1px solid #ff6f00;
        color: #ff6f00; }
        .navbar-main .navbar-nav .nav-item:hover .btn-menu:active, .navbar-main .navbar-nav .nav-item:hover .btn-menu:focus {
          background-color: #ff6f00;
          border: 1px solid #ff6f00;
          color: #fff;
          box-shadow: none;
          outline: none; }
      .navbar-main .navbar-nav .nav-item.close-hover::after {
        content: "";
        position: absolute;
        left: 0 !important;
        bottom: 0 !important;
        width: 0 !important;
        height: 0px !important;
        background-color: #ff6f00;
        z-index: 0; }
  @media all and (max-width: 991px) {
    .navbar-main .navbar-brand--logo {
      max-width: 80px; }
    .navbar-main .navbar-nav {
      margin-top: 4rem;
      display: flex;
      align-items: flex-start; }
      .navbar-main .navbar-nav .nav-item {
        width: 100%;
        padding: 0.4rem 1rem;
        transition: all 0.3s ease-in-out;
        border-radius: 7px; }
        .navbar-main .navbar-nav .nav-item:not(:last-child) {
          margin-right: 0rem; }
        .navbar-main .navbar-nav .nav-item::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 0px;
          background-color: #ff6f00;
          z-index: 0; }
        .navbar-main .navbar-nav .nav-item.active::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 0px;
          background-color: #ff6f00;
          z-index: 0; }
        .navbar-main .navbar-nav .nav-item:hover {
          background-color: rgba(255, 111, 0, 0.07); }
        .navbar-main .navbar-nav .nav-item:focus, .navbar-main .navbar-nav .nav-item:active {
          background-color: rgba(255, 111, 0, 0.07); }
        .navbar-main .navbar-nav .nav-item.active {
          background-color: #ff6f00; }
          .navbar-main .navbar-nav .nav-item.active .nav-link {
            color: whitesmoke; }
        .navbar-main .navbar-nav .nav-item.close-hover:hover, .navbar-main .navbar-nav .nav-item.close-hover:focus, .navbar-main .navbar-nav .nav-item.close-hover:active {
          background-color: transparent; }
        .navbar-main .navbar-nav .nav-item .nav-link {
          position: relative;
          width: 100%;
          font-size: 1.125rem;
          font-weight: 300;
          color: #0b0c11; }
          .navbar-main .navbar-nav .nav-item .nav-link > span {
            position: relative;
            z-index: 1;
            transition: all 0.2s ease-in-out; }
        .navbar-main .navbar-nav .nav-item--moblie {
          text-align: center; }
      .navbar-main .navbar-nav .btn {
        margin-top: 1rem;
        width: 80%; }
    .navbar-main .dropdown .dropdown-arrow {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .navbar-main .dropdown .dropdown-arrow[aria-expanded="true"]::after {
      content: "";
      display: inline-block;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
      background-repeat: no-repeat;
      background-size: cover;
      width: 15px;
      height: 15px;
      margin-left: 0.255em;
      fill: currentColor;
      transform: rotate(180deg); }
    .navbar-main .dropdown .dropdown-arrow[aria-expanded="false"]::after {
      content: "";
      display: inline-block;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
      background-repeat: no-repeat;
      background-size: cover;
      width: 15px;
      height: 15px;
      margin-left: 0.255em;
      transition: transform 0.2s ease-in-out; }
    .navbar-main .dropdown .dropdown-menu {
      background: #ffffff;
      border: 1px solid transparent;
      border-radius: 7px;
      overflow: hidden;
      box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08); }
      .navbar-main .dropdown .dropdown-menu .dropdown-item {
        font-size: 1rem;
        font-weight: 300;
        color: #0b0c11;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        padding-left: 1.5rem; }
        .navbar-main .dropdown .dropdown-menu .dropdown-item:hover {
          background-color: rgba(255, 111, 0, 0.07); }
        .navbar-main .dropdown .dropdown-menu .dropdown-item:active, .navbar-main .dropdown .dropdown-menu .dropdown-item:focus {
          color: #fff;
          background-color: #ff6f00; }
        .navbar-main .dropdown .dropdown-menu .dropdown-item.active {
          color: #fff;
          background-color: #ff6f00; }
    .navbar-main.fixed-top .navbar-collapse,
    .navbar-main.sticky-top .navbar-collapse {
      overflow-y: auto;
      max-height: 90vh;
      margin-top: 10px; } }
  @media all and (min-width: 992px) {
    .navbar-main .dropdown:hover .dropdown-arrow::after {
      fill: currentColor;
      transform: rotate(180deg); }
    .navbar-main .dropdown:hover .btn-default span {
      color: #ff6f00; }
    .navbar-main .dropdown:hover .btn-default::after {
      width: 120%; }
    .navbar-main .dropdown:focus .btn-default span, .navbar-main .dropdown:active .btn-default span {
      color: #fff; }
    .navbar-main .dropdown:focus .btn-default::after, .navbar-main .dropdown:active .btn-default::after {
      width: 120%; }
    .navbar-main .dropdown .dropdown-arrow::after {
      content: "";
      position: relative;
      display: inline-block;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
      background-repeat: no-repeat;
      background-size: cover;
      width: 15px;
      height: 15px;
      margin-left: 0.255em;
      transition: transform 0.2s ease-in-out;
      z-index: 20; }
    .navbar-main .dropdown .dropdown-menu-end {
      right: 0;
      left: auto; }
    .navbar-main .dropdown .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      background: #ffffff;
      border: 1px solid #eeeeee;
      border-radius: 7px;
      overflow: hidden;
      box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
      transition: 0.3s;
      margin-top: 0; }
    .navbar-main .dropdown:hover .dropdown-menu {
      display: block;
      transition: all 0.3s ease-in-out;
      opacity: 1;
      visibility: visible;
      transform: rotateX(0deg); }
    .navbar-main .dropdown .dropdown-item {
      font-size: 0.938rem;
      font-weight: 300;
      color: #0b0c11;
      padding: 0.6rem 1.5rem; }
      .navbar-main .dropdown .dropdown-item:hover {
        background-color: rgba(255, 111, 0, 0.07); }
      .navbar-main .dropdown .dropdown-item:active, .navbar-main .dropdown .dropdown-item:focus {
        color: #fff;
        background-color: #ff6f00; }
      .navbar-main .dropdown .dropdown-item.active {
        color: #fff;
        background-color: #ff6f00; }
    .navbar-main .has-megamenu {
      position: static !important; }
    .navbar-main .megamenu {
      background: linear-gradient(136deg, #ff6f00 0%, #ff1f00 147.67%) !important;
      overflow: hidden;
      left: 0;
      right: 0;
      max-width: 1320px;
      margin: 15px auto 0px auto !important;
      padding: 3rem !important;
      border: none !important;
      border-radius: 20px !important;
      box-shadow: rgba(156, 156, 156, 0.2) 0px 0px 70px !important; }
      .navbar-main .megamenu--group {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 2rem; }
      .navbar-main .megamenu--heading .megamenu--title {
        font-size: 1.375rem;
        font-weight: 400;
        letter-spacing: 2px;
        color: #fff;
        padding: 0rem 2rem;
        margin-bottom: 1.2rem; }
      .navbar-main .megamenu--list {
        list-style: none;
        padding: 0;
        margin: 0; }
        .navbar-main .megamenu--list .megamenu--item .megamenu--link {
          display: inline-block;
          font-size: 1rem !important;
          font-weight: 300;
          letter-spacing: 0.7px;
          color: #f5f5f5;
          background-color: transparent;
          padding: 0.6rem 2rem;
          border-radius: 50px;
          transition: background-color 0.2s ease-in-out; }
          .navbar-main .megamenu--list .megamenu--item .megamenu--link:hover {
            background-color: rgba(255, 255, 255, 0.2); }
          .navbar-main .megamenu--list .megamenu--item .megamenu--link:active, .navbar-main .megamenu--list .megamenu--item .megamenu--link:focus {
            background-color: rgba(255, 255, 255, 0.4); }
          .navbar-main .megamenu--list .megamenu--item .megamenu--link.active {
            font-weight: 400;
            background-color: #fff;
            color: #ff6f00; } }

#navbar_mobile .navbar-brand--logo {
  max-width: 50px; }

#navbar_mobile .navbar-brand--text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0b0c11; }

@media (max-width: 575.98px) {
  #navbar_mobile .btn-default {
    padding: 0.4rem 0.5rem; }
    #navbar_mobile .btn-default span {
      font-size: 0.875rem; }
    #navbar_mobile .btn-default::after {
      left: 0px; } }

@media (max-width: 575.98px) {
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .offcanvas-header {
    padding: 0 !important;
    display: inline; }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 87%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0); }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-xxl,
  .mobile-offcanvas .container-fluid {
    display: block; } }

@media (min-width: 576px) and (max-width: 991px) {
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .offcanvas-header {
    padding: 0 !important;
    display: inline; }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 60%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0); }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-xxl,
  .mobile-offcanvas .container-fluid {
    display: block; } }

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out; }

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out; }

.page-title {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .page-title__text {
    margin-top: 2.313rem; }
    .page-title__text * {
      font-size: 3rem;
      font-weight: 500;
      color: #0b0c11; }
  @media (max-width: 575.98px) {
    .page-title {
      padding-top: 3rem;
      padding-bottom: 3rem; }
      .page-title__text {
        margin-top: 1.313rem; }
        .page-title__text * {
          font-size: 2rem; } }

.page-title-course .courseSwiper {
  position: relative; }
  .page-title-course .courseSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill; }
  .page-title-course .courseSwiper .button-next {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    background-color: white !important;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    z-index: 1; }
    .page-title-course .courseSwiper .button-next i {
      font-size: 1.5rem;
      color: #ff6f00; }
      .page-title-course .courseSwiper .button-next i::before {
        line-height: 2; }
  .page-title-course .courseSwiper .button-prev {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    background-color: white !important;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    z-index: 1; }
    .page-title-course .courseSwiper .button-prev i {
      font-size: 1.5rem;
      color: #ff6f00; }
      .page-title-course .courseSwiper .button-prev i::before {
        line-height: 2; }

.page-title-news {
  margin: 4rem 0; }
  .page-title-news__between {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  @media (max-width: 575.98px) {
    .page-title-news {
      margin: 2.313rem 0; } }
  @media (max-width: 991.98px) {
    .page-title-news__between {
      flex-direction: row;
      justify-content: space-between; } }

.footer-main {
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
  background: #292b2c; }
  .footer-main--logo__header-image {
    max-width: 120px; }
  .footer-main--logo__header-text {
    color: #ff6f00;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4; }
    .footer-main--logo__header-text span {
      color: #f1f1f1;
      font-size: 1rem;
      font-weight: 300; }
  @media (max-width: 575.98px) {
    .footer-main--logo__header-image {
      max-width: 102px; } }
  .footer-main--heading {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 1rem; }
  .footer-main--list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .footer-main--list__item {
      display: block;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 24px;
      letter-spacing: 0.8px;
      color: #fff; }
      .footer-main--list__item span {
        display: inline-block;
        margin-right: 0.4rem; }
      .footer-main--list__item a {
        transition: all 0.3s; }
      .footer-main--list__item a:hover,
      .footer-main--list__item a:focus,
      .footer-main--list__item a:active {
        color: #ff6f00; }
    .footer-main--list__link:not(:last-child) {
      margin-bottom: 0.6rem; }
  .footer-main--follow {
    margin-top: 1rem; }
    .footer-main--follow__social {
      font-size: 1.5rem;
      color: #fff;
      transition: all 0.3s; }
      .footer-main--follow__social:not(:last-child) {
        margin-right: 1rem; }
      .footer-main--follow__social.tw:hover {
        color: #00aced; }
      .footer-main--follow__social.fb:hover {
        color: #3b5998; }
      .footer-main--follow__social.yt:hover {
        color: #ff0000; }
      .footer-main--follow__social.line:hover {
        color: #06c755; }

.footer-copyright {
  background-color: #ff6f00;
  padding: 1.5rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff; }

.btn-default {
  color: white !important;
  position: relative;
  font-weight: 300;
  padding: 0.6rem 1rem;
  border: 2px solid #ff6f00;
  overflow: hidden; }
  .btn-default:hover {
    color: #ff6f00 !important; }
  .btn-default span {
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out; }
  .btn-default::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 0;
    height: 100%;
    background-color: white;
    border-radius: 50rem !important;
    transition: all 0.3s ease-in-out;
    z-index: 0; }
  .btn-default:hover::after {
    width: 120%; }
  .btn-default:focus::after, .btn-default:active::after {
    background-color: transparent; }
  .btn-default:focus, .btn-default:active {
    outline: none;
    box-shadow: none !important; }
    .btn-default:focus span, .btn-default:active span {
      color: white !important; }

.btn-menu {
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #0b0c11;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  color: #0b0c11;
  transition: all 0.3s; }
  .btn-menu i {
    font-size: 1.125rem; }
  .btn-menu:active, .btn-menu:focus {
    box-shadow: none;
    outline: none; }

.btn-yt {
  background: #FF0000;
  border: 1px solid #FF0000;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  padding: 0.75rem 1.875rem;
  transition: all 0.3s; }
  .btn-yt i {
    font-size: 1.25rem; }
  .btn-yt:hover {
    transform: scale(1.04) translateY(-5px);
    color: #fff;
    box-shadow: 0 10px 24px rgba(51, 51, 51, 0.3); }
  .btn-yt:focus, .btn-yt:active {
    transform: scale(1) translateY(0);
    color: #fff;
    box-shadow: 0 2px 4px rgba(51, 51, 51, 0.3); }
  @media (max-width: 575.98px) {
    .btn-yt {
      width: 100%;
      font-size: 1rem; }
      .btn-yt i {
        font-size: 1.125rem; } }

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 1.125rem;
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #ff6f00;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: all 0.3s; }
  .btn-arrow:hover, .btn-arrow:focus, .btn-arrow:active {
    background: #ff6f00;
    color: #fff; }

.btn-toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #0b0c11;
  margin: 7px 0; }

.btn-toggler:hover > *,
.btn-toggler:focus > *,
.btn-toggler:active > * {
  background-color: #ff6f00; }

.btn-toggler:focus, .btn-toggler:active {
  outline: none;
  box-shadow: none !important; }

.btn--close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ff6f00;
  color: #fff;
  border: 1px solid #ff6f00;
  border-radius: 50%;
  transition: all 0.3s; }
  .btn--close:hover, .btn--close:focus, .btn--close:active {
    background-color: #fff;
    color: #ff6f00;
    outline: none;
    box-shadow: none; }

.btn-canecl {
  color: #0b0c11 !important;
  position: relative;
  font-weight: 500;
  padding: 0.6rem 1rem;
  border: 2px solid #eeeeee;
  overflow: hidden; }
  .btn-canecl:hover {
    color: #0b0c11 !important; }
  .btn-canecl span {
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out; }
  .btn-canecl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 0;
    height: 100%;
    background-color: #eeeeee;
    border-radius: 50rem !important;
    transition: all 0.3s ease-in-out;
    z-index: 0; }
  .btn-canecl:hover::after {
    width: 120%; }
  .btn-canecl:focus::after, .btn-canecl:active::after {
    background-color: transparent; }
  .btn-canecl:focus, .btn-canecl:active {
    outline: none;
    box-shadow: none !important; }
    .btn-canecl:focus span, .btn-canecl:active span {
      color: #0b0c11 !important; }

.radio--filter .btn-check:checked + .radio--filter__btn {
  background-color: #ff6f00;
  color: #fff;
  box-shadow: none;
  outline: 0; }

.radio--filter .btn-check:checked + .radio--filter__btn::after {
  width: 100%; }

.radio--filter__btn {
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 100px;
  padding: 0.813rem 1.188rem;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  transition: all 0.3s ease-in; }
  .radio--filter__btn:hover, .radio--filter__btn:active, .radio--filter__btn:focus {
    color: #fff; }
  .radio--filter__btn span {
    position: relative;
    z-index: 1; }
  .radio--filter__btn:not(:last-child) {
    margin-right: 0.8rem; }
  .radio--filter__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ff6f00;
    z-index: 0;
    border-radius: 100px;
    transition: all 0.2s ease-in; }
  .radio--filter__btn:hover::after, .radio--filter__btn:active::after, .radio--filter__btn:focus::after {
    width: 100%; }

.form-radio-custom {
  border: 1px solid #cccccc; }
  .form-radio-custom:focus {
    outline: none;
    box-shadow: 0 0 0 0.24rem rgba(255, 111, 0, 0.1); }
  .form-radio-custom:checked {
    background-color: #ff6f00;
    border-color: #ff6f00; }

.tab--custom__link {
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 100px;
  padding: 0.813rem 1.188rem;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  transition: all 0.2s ease-in; }
  .tab--custom__link:hover, .tab--custom__link:active, .tab--custom__link:focus {
    color: #fff; }
  .tab--custom__link.active {
    background-color: #ff6f00;
    color: #fff;
    box-shadow: none;
    outline: 0; }
  .tab--custom__link span {
    position: relative;
    z-index: 1; }
  .tab--custom__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ff6f00;
    z-index: 0;
    border-radius: 100px;
    transition: all 0.3s ease-in; }
  .tab--custom__link:hover::after, .tab--custom__link:active::after, .tab--custom__link:focus::after {
    width: 100%; }

.card.personnel--person__card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08); }
  .card.personnel--person__card img {
    object-fit: cover;
    height: 300px;
    object-position: center -20px; }
  .card.personnel--person__card .card-title {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0b0c11; }
  .card.personnel--person__card .card-desc,
  .card.personnel--person__card .card-contact {
    font-size: 0.875rem;
    font-weight: 300;
    color: #868e96; }
  @media (max-width: 575.98px) {
    .card.personnel--person__card img {
      height: 400px;
      object-position: center 0px; } }

.card.contact--card {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.08);
  border-radius: 8px; }
  .card.contact--card .card-body {
    padding: 32px; }
    .card.contact--card .card-body .card-title {
      font-size: 3rem;
      font-weight: 500;
      color: #0b0c11; }
    .card.contact--card .card-body .card-text {
      margin-top: 1rem;
      margin-bottom: 1.5rem;
      font-size: 1rem;
      font-weight: 400;
      color: #999; }
  .card.contact--card .card-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .card.contact--card .card-list li {
      font-size: 0.875rem;
      font-weight: 400;
      color: #3f3d56;
      line-height: 1.5; }
    .card.contact--card .card-list__title {
      font-size: 1.25rem;
      font-weight: 400; }
  .card.contact--card .btn-default {
    font-size: 1.125rem;
    font-weight: 500; }
    .card.contact--card .btn-default span {
      transition: all 0.3s ease-in-out !important; }
    .card.contact--card .btn-default::after {
      border-radius: 0 !important;
      transition: all 0.4s ease-in-out !important; }
  @media (max-width: 575.98px) {
    .card.contact--card .card-body {
      padding: 32px; }
      .card.contact--card .card-body .card-title {
        font-size: 2rem; } }

.card.course--card__filter {
  border: 1px solid #eeeeee;
  box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.08);
  border-radius: 16px; }
  .card.course--card__filter .card-body {
    padding: 1rem; }

.card.course--items__card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: border 0.3s ease-in-out, box-shadow 0.6s ease-in-out; }
  .card.course--items__card .course-image {
    object-fit: fill;
    width: 100%;
    height: 180px; }
  .card.course--items__card .card-body {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .card.course--items__card .card-body .card-location {
      font-size: 0.875rem;
      font-weight: 400;
      margin-bottom: 0.4rem; }
    .card.course--items__card .card-body .card-title {
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0; }
    .card.course--items__card .card-body .card-text {
      font-size: 0.875rem;
      font-weight: 300;
      color: #868e96;
      margin-top: 0; }
    .card.course--items__card .card-body .card-price {
      font-size: 0.875rem;
      font-weight: 500;
      margin-bottom: 1rem; }
    .card.course--items__card .card-body .card-avatar img {
      object-fit: cover;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      margin-right: 0.1rem; }
    .card.course--items__card .card-body .card-avatar h6 {
      font-size: 0.875rem;
      font-weight: 500; }
    .card.course--items__card .card-body .card-avatar span {
      font-size: 0.875rem;
      font-weight: 500; }
  .card.course--items__card .card-footer {
    border-color: #eeeeee;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .card.course--items__card .card-footer .card-date {
      font-size: 0.875rem;
      font-weight: 400;
      margin-bottom: 0.2rem; }
      .card.course--items__card .card-footer .card-date i {
        color: #ff6f00; }
      .card.course--items__card .card-footer .card-date span {
        margin-left: 0.4rem; }
    .card.course--items__card .card-footer .card-time {
      font-size: 0.875rem;
      font-weight: 400; }
      .card.course--items__card .card-footer .card-time i {
        color: #ff6f00; }
      .card.course--items__card .card-footer .card-time span {
        margin-left: 0.4rem; }
  .card.course--items__card:hover {
    border: 1px solid #ff6f00;
    box-shadow: 0 0px 4px #ff6f00; }
  .card.course--items__card:active, .card.course--items__card:focus {
    opacity: 0.7;
    box-shadow: 0 2px 24px rgba(255, 111, 0, 0.08); }

.card.course--heading__card {
  overflow: hidden;
  border-radius: 7px;
  height: 410px; }
  .card.course--heading__card .card--banner {
    width: 100%;
    height: 100%; }
  .card.course--heading__card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.5rem 1rem; }
    .card.course--heading__card .card-body .card--title {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 0.5rem;
      color: #0b0c11; }
      .card.course--heading__card .card-body .card--title span {
        display: block;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 0.5rem; }
    .card.course--heading__card .card-body .card--person {
      font-size: 0.875rem;
      font-weight: 300;
      color: #868e96; }
    .card.course--heading__card .card-body .card--price {
      font-size: 1.5rem;
      font-weight: 500;
      margin-top: 1rem; }
  @media (max-width: 575.98px) {
    .card.course--heading__card {
      height: auto; }
      .card.course--heading__card .card--banner {
        width: 100%;
        height: 250px; }
      .card.course--heading__card .card-body .card--price {
        margin-top: 1rem;
        margin-bottom: 2rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .card.course--heading__card {
      height: auto; }
      .card.course--heading__card .card--banner {
        width: 100%;
        height: 350px; }
      .card.course--heading__card .card-body .card--price {
        margin-top: 1rem;
        margin-bottom: 2rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card.course--heading__card {
      height: auto; }
      .card.course--heading__card .card--banner {
        width: 100%;
        height: 400px; }
      .card.course--heading__card .card-body .card--price {
        margin-top: 1rem;
        margin-bottom: 2rem; } }

.card.course--description__card {
  border: 1px solid #eeeeee;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding: 1rem 2rem; }
  .card.course--description__card .card-title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0b0c11;
    margin-bottom: 1rem; }
  .card.course--description__card .card-date,
  .card.course--description__card .card-time {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    color: #0b0c11; }
  .card.course--description__card .card-text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #0b0c11; }
  .card.course--description__card .card-head {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0b0c11;
    margin-bottom: 1rem; }
  .card.course--description__card .card-teacher {
    margin: 2rem 0; }
    .card.course--description__card .card-teacher img {
      vertical-align: middle;
      object-fit: cover;
      object-position: center center;
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .card.course--description__card .card-teacher__name {
      font-size: 1rem;
      font-weight: 500;
      color: #0b0c11; }
    .card.course--description__card .card-teacher__position {
      font-size: 1rem;
      font-weight: 500;
      color: #868e96; }
  .card.course--description__card .card-location {
    margin-bottom: 2rem; }
    .card.course--description__card .card-location__name, .card.course--description__card .card-location__address, .card.course--description__card .card-location__phone {
      font-size: 1rem;
      font-weight: 300;
      color: #0b0c11;
      line-height: 1.5; }
  .card.course--description__card .card-faq ul {
    list-style-type: none;
    margin: 0; }
  .card.course--description__card .card-faq .card-faq__list--question {
    font-size: 1rem;
    font-weight: 500;
    color: #0b0c11; }
    .card.course--description__card .card-faq .card-faq__list--question:not(:last-child) {
      margin-bottom: 1rem; }
    .card.course--description__card .card-faq .card-faq__list--question ul {
      margin-top: 0.5rem;
      color: #868e96;
      font-weight: 300; }
      .card.course--description__card .card-faq .card-faq__list--question ul ol {
        margin-left: 3rem; }
  .card.course--description__card--small {
    border-radius: 7px; }
    .card.course--description__card--small .card-header {
      background-color: #ff6f00;
      padding: 0.6rem 1.5rem; }
      .card.course--description__card--small .card-header > * {
        font-size: 1.25rem;
        font-weight: 500; }
    .card.course--description__card--small .card-body {
      background: #eeeeee;
      padding: 0; }
      .card.course--description__card--small .card-body .card-list {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .card.course--description__card--small .card-body .card-list li .card-list--item {
          padding: 1rem 1.5rem;
          font-size: 1rem;
          font-weight: 300;
          color: #868e96; }
          .card.course--description__card--small .card-body .card-list li .card-list--item__date, .card.course--description__card--small .card-body .card-list li .card-list--item__time {
            font-size: 0.875rem;
            font-weight: 300;
            color: #868e96; }
          .card.course--description__card--small .card-body .card-list li .card-list--item .open-reg {
            font-size: 1rem;
            font-weight: 500;
            color: #ff6f00; }
          .card.course--description__card--small .card-body .card-list li .card-list--item .closed-reg {
            font-size: 1rem;
            font-weight: 500;
            color: #868e96; }
          .card.course--description__card--small .card-body .card-list li .card-list--item.active {
            background-color: #fff;
            border: 1px solid #ff6f00; }
  @media (max-width: 575.98px) {
    .card.course--description__card {
      padding: 0rem; }
      .card.course--description__card .card-title {
        font-size: 2rem; }
      .card.course--description__card .card-teacher {
        margin: 2rem 0; }
        .card.course--description__card .card-teacher img {
          width: 60px;
          height: 60px; }
      .card.course--description__card .card-faq ul {
        list-style-type: none;
        margin: 0; }
      .card.course--description__card .card-faq .card-faq__list {
        margin-left: 0rem;
        padding-left: 0rem; }
        .card.course--description__card .card-faq .card-faq__list--question ul ol {
          margin-left: 1rem; } }

.card.news--card {
  position: relative;
  border-radius: 7px;
  overflow: hidden; }
  .card.news--card::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 43.33%, #0b0c11 100%);
    z-index: 0; }
  .card.news--card:hover .card-img, .card.news--card:focus .card-img, .card.news--card:active .card-img {
    transform: scale(1.2); }
  .card.news--card__big .card-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: all 0.3s; }
  .card.news--card__big .card-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5; }
  .card.news--card__big .card-date,
  .card.news--card__big .card-time {
    font-size: 0.875rem;
    font-weight: 400; }
  @media (max-width: 575.98px) {
    .card.news--card__big .card-img {
      width: 100%;
      height: 350px;
      object-fit: cover; } }
  .card.news--card__small .card-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: all 0.3s; }
  .card.news--card__small .card-title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5; }
  .card.news--card__small .card-date,
  .card.news--card__small .card-time {
    font-size: 0.875rem;
    font-weight: 400; }
  .card.news--card .card-img-overlay > div {
    position: relative;
    z-index: 1; }

.card.news--items__card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: border 0.3s ease-in-out, box-shadow 0.6s ease-in-out; }
  .card.news--items__card .news-image {
    object-fit: fill;
    width: 100%;
    height: 180px; }
  .card.news--items__card .card-body {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .card.news--items__card .card-body .card-location {
      font-size: 0.875rem;
      font-weight: 400;
      margin-bottom: 0.4rem; }
    .card.news--items__card .card-body .card-title {
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 0; }
    .card.news--items__card .card-body .card-more {
      font-size: 0.875rem;
      font-weight: 500; }
  .card.news--items__card .card-footer {
    border-color: #eeeeee;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .card.news--items__card .card-footer .card-date {
      font-size: 0.875rem;
      font-weight: 400;
      margin-bottom: 0.2rem; }
      .card.news--items__card .card-footer .card-date i {
        color: #ff6f00; }
      .card.news--items__card .card-footer .card-date span {
        margin-left: 0.4rem; }
    .card.news--items__card .card-footer .card-eye {
      font-size: 0.875rem;
      font-weight: 400; }
      .card.news--items__card .card-footer .card-eye i {
        color: #ff6f00; }
      .card.news--items__card .card-footer .card-eye span {
        margin-left: 0.4rem; }
  .card.news--items__card:hover {
    border: 1px solid #ff6f00;
    box-shadow: 0 0px 4px #ff6f00; }
  .card.news--items__card:active, .card.news--items__card:focus {
    opacity: 0.7;
    box-shadow: 0 2px 24px rgba(255, 111, 0, 0.08); }

.card.albums--card {
  border: 1px solid transparent;
  border-radius: 7px;
  transform: scale(1);
  transition: all 0.3s; }
  .card.albums--card:hover {
    background-color: rgba(255, 111, 0, 0.1); }
  .card.albums--card:focus, .card.albums--card:active {
    transform: scale(0.99); }
  .card.albums--card .card-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0b0c11; }
  .card.albums--card .card-date,
  .card.albums--card .card-eye {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0b0c11; }
  .card.albums--card .card-gallery {
    margin-top: 1rem; }
    .card.albums--card .card-gallery__img {
      object-fit: cover;
      width: 100%;
      height: 200px;
      border-radius: 7px; }

.card.service--items_card {
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 7px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.3s ease-in-out; }
  .card.service--items_card img {
    width: 100%; }
  .card.service--items_card .service--items_card--title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 32px;
    color: #0b0c11; }
  .card.service--items_card .service--items_card--desc {
    font-style: 1rem;
    font-weight: 300;
    color: #868e96; }
  .card.service--items_card:hover {
    transform: scale(1.05);
    z-index: 2; }
    .card.service--items_card:hover button.btn-arrow {
      background: #ff6f00;
      color: #fff; }
  .card.service--items_card .service--items_card--arrow {
    position: absolute;
    top: 40%;
    right: -20px;
    z-index: 1; }
  @media (max-width: 575.98px) {
    .card.service--items_card .service--items_card--arrow {
      position: absolute;
      top: 40%;
      right: -10px;
      z-index: 1; } }

.card.document--card {
  border-radius: 7px;
  overflow: hidden; }
  .card.document--card .card-header {
    background-color: #fff !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #fafafa;
    border-left: 8px solid #ff6f00; }
    .card.document--card .card-header .document--title {
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.7;
      color: #0b0c11; }
  .card.document--card .card-filter {
    padding: 2rem 1rem; }
  .card.document--card .card-body {
    height: 500px;
    overflow-y: auto; }
    .card.document--card .card-body .document--list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .card.document--card .card-body .document--list li {
        position: relative;
        padding: 1rem 1.75rem;
        border-bottom: 2px solid #dadada;
        cursor: pointer;
        transition: border-bottom 0.3s,
 background-color 0.3s ease-in-out; }
        .card.document--card .card-body .document--list li:hover {
          border-bottom: 2px solid #fff;
          background-color: rgba(255, 111, 0, 0.1); }
        .card.document--card .card-body .document--list li:active, .card.document--card .card-body .document--list li:focus {
          border-bottom: 2px solid #fff;
          background-color: #ff6f00; }
        .card.document--card .card-body .document--list li:active a,
        .card.document--card .card-body .document--list li:focus a {
          color: #fff; }
        .card.document--card .card-body .document--list li a {
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.4;
          color: #0b0c11;
          transition: color 0.2s; }
          .card.document--card .card-body .document--list li a div {
            position: relative;
            z-index: 1; }
  @media (max-width: 575.98px) {
    .card.document--card .card-header .document--title {
      font-size: 1.5rem;
      line-height: 1.4; }
    .card.document--card .card-body {
      height: auto;
      overflow-y: initial; }
      .card.document--card .card-body .document--list {
        list-style: none;
        padding: 0;
        margin: 0; }
        .card.document--card .card-body .document--list li {
          position: relative;
          padding: 1rem 1rem;
          border-bottom: 2px solid #dadada;
          cursor: pointer; }
          .card.document--card .card-body .document--list li:active a,
          .card.document--card .card-body .document--list li:focus a {
            color: #fff; }
          .card.document--card .card-body .document--list li a {
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.4; } }

.card.login--card {
  padding: 2rem; }
  .card.login--card .login--title {
    font-size: 3rem;
    font-weight: 500;
    color: #0b0c11;
    margin-bottom: 2.25rem; }
  .card.login--card .card--btn {
    margin-top: 3.75rem;
    font-size: 1.125rem;
    font-weight: 300; }
    .card.login--card .card--btn .btn span {
      transition: all 0.3s ease-in-out !important; }
    .card.login--card .card--btn .btn::after {
      border-radius: 0 !important;
      transition: all 0.4s ease-in-out !important; }
  @media (max-width: 575.98px) {
    .card.login--card {
      padding: 1rem; }
      .card.login--card .login--title {
        font-size: 2rem; } }
  @media all and (max-width: 768px) {
    .card.login--card .card--btn .btn {
      width: 100%; } }

.card.send-email--card .send-email--title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  color: #0b0c11; }

.card.send-email--card .btn-default {
  font-size: 1.125rem;
  font-weight: 300; }
  .card.send-email--card .btn-default span {
    transition: all 0.3s ease-in-out !important; }
  .card.send-email--card .btn-default::after {
    border-radius: 0 !important;
    transition: all 0.4s ease-in-out !important; }

.card.megamenu--card {
  border: none !important;
  border-radius: 14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  .card.megamenu--card .card-img {
    overflow: hidden;
    border-radius: 14px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .card.megamenu--card .card-location {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.4rem; }
  .card.megamenu--card .card-title {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .card.megamenu--card .card-text {
    font-size: 0.875rem;
    font-weight: 300;
    color: #868e96;
    margin-top: 0; }

.input--custom {
  position: relative;
  border: 2px solid #dadada;
  border-radius: 3px;
  background-color: #fff;
  color: #999999;
  font-size: 1rem;
  line-height: 2;
  transition: border-color 0.15s ease-in-out, box-shadow 0.2s ease-in-out,
 font-weight 0.15s ease-in-out, color 0.15s ease-in-out,
 letter-spacing 0.15s ease-in-out; }
  .input--custom::-webkit-input-placeholder {
    color: #999999; }
  .input--custom:-ms-input-placeholder {
    color: #999999; }
  .input--custom::placeholder {
    color: #999999; }
  .input--custom:focus {
    font-weight: 500;
    letter-spacing: 0.7px;
    border-color: #ff6f00;
    box-shadow: 0 0 0 0.24rem rgba(255, 111, 0, 0.1); }
    .input--custom:focus::-webkit-input-placeholder {
      color: #ff6f00; }
    .input--custom:focus:-ms-input-placeholder {
      color: #ff6f00; }
    .input--custom:focus::placeholder {
      color: #ff6f00; }
  .input--custom[readonly] {
    cursor: no-drop;
    background-color: #f5f5f5;
    color: #999999; }
    .input--custom[readonly]:focus {
      font-weight: 500;
      letter-spacing: 0.7px;
      border-color: #999999;
      box-shadow: 0 0 0 0.24rem rgba(153, 153, 153, 0.1); }
      .input--custom[readonly]:focus::-webkit-input-placeholder {
        color: #999999; }
      .input--custom[readonly]:focus:-ms-input-placeholder {
        color: #999999; }
      .input--custom[readonly]:focus::placeholder {
        color: #999999; }

.label--custom {
  font-size: 1rem;
  font-weight: 600;
  color: #0b0c11; }

.select--custom {
  position: relative;
  border: 2px solid #dadada;
  border-radius: 3px;
  background-color: #fff;
  color: #999999;
  font-size: 1rem;
  line-height: 2;
  background-image: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.2s ease-in-out,
 font-weight 0.15s ease-in-out, color 0.15s ease-in-out,
 letter-spacing 0.15s ease-in-out; }
  .select--custom::-webkit-input-placeholder {
    color: #999999; }
  .select--custom:-ms-input-placeholder {
    color: #999999; }
  .select--custom::placeholder {
    color: #999999; }
  .select--custom:focus {
    font-weight: 500;
    letter-spacing: 0.7px;
    border-color: #ff6f00;
    box-shadow: 0 0 0 0.24rem rgba(255, 111, 0, 0.1); }
    .select--custom:focus::-webkit-input-placeholder {
      color: #ff6f00; }
    .select--custom:focus:-ms-input-placeholder {
      color: #ff6f00; }
    .select--custom:focus::placeholder {
      color: #ff6f00; }

.select-group {
  position: relative; }
  .select-group i {
    position: absolute;
    display: inline-block;
    top: 55%;
    right: 15px;
    color: #999999;
    transform: rotate(0deg); }
  .select-group .select--custom:focus + i {
    color: #ff6f00 !important;
    transform: rotate(180deg); }

.input-search {
  position: relative; }
  .input-search i {
    position: absolute;
    display: inline-block;
    top: 55%;
    right: 15px;
    color: #999999;
    transform: scale(1);
    transition: transform 0.2s ease-in; }
  .input-search .input--custom:focus + i {
    color: #ff6f00 !important;
    transform: scale(1.05); }

.loading {
  width: 100%;
  height: 100%; }
  .loading .spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 99999; }
    .loading .spinner .cogs {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .loading .spinner .cogs > * {
        animation-duration: 4s;
        animation-iteration-count: infinite; }
    .loading .spinner .cog-1 {
      color: #e45826; }
    .loading .spinner .cog-2 {
      color: #1b1a17; }
    .loading .spinner .cog-3 {
      color: #f0a500; }
    .loading .spinner .spinner--text {
      margin-top: 5rem;
      font-family: "DM Sans";
      font-weight: 700;
      font-size: 1.5rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #1b1a17;
      text-align: center; }
      .loading .spinner .spinner--text__dot {
        animation: appear1 1s 1s steps(1, start) infinite;
        display: inline-block; }
      .loading .spinner .spinner--text__dot:nth-child(2) {
        animation: appear2 1s 1s steps(1, start) infinite; }
      .loading .spinner .spinner--text__dot:nth-child(3) {
        animation: appear3 1s 1s steps(1, start) infinite; }
  @media (max-width: 575.98px) {
    .loading .spinner .cog-1 {
      font-size: 4em; }
    .loading .spinner .cog-2 {
      font-size: 3em; }
    .loading .spinner .cog-3 {
      font-size: 4em; }
    .loading .spinner .spinner--text {
      margin-top: 4rem;
      font-size: 1.25rem; } }

.loading--section {
  text-align: center; }
  .loading--section .cogs > * {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    color: #ff6f00; }
  .loading--section .spinner--text {
    margin-top: 1.6rem;
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ff6f00;
    text-align: center; }
    .loading--section .spinner--text__dot {
      animation: appear1 1s 1s steps(1, start) infinite;
      display: inline-block; }
    .loading--section .spinner--text__dot:nth-child(2) {
      animation: appear2 1s 1s steps(1, start) infinite; }
    .loading--section .spinner--text__dot:nth-child(3) {
      animation: appear3 1s 1s steps(1, start) infinite; }

@keyframes appear1 {
  from {
    visibility: hidden; }
  33%,
  to {
    visibility: visible; } }

@keyframes appear2 {
  from,
  33% {
    visibility: hidden; }
  67%,
  to {
    visibility: visible; } }

@keyframes appear3 {
  from,
  67% {
    visibility: hidden; }
  to {
    visibility: visible; } }

.social-share {
  position: fixed;
  margin-top: 2rem;
  z-index: 0;
  background-color: white;
  border-radius: 7px;
  padding: 0 0.4rem; }
  .social-share__text {
    font-weight: 500;
    color: #0b0c11; }
  .social-share .line {
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #868e96; }
  .social-share a {
    transform: scale(1);
    transition: transform 0.3s ease-in-out; }
    .social-share a i {
      font-size: 2.5rem; }
      .social-share a i.icon-fb {
        color: #3b5998; }
      .social-share a i.icon-line {
        color: #00c300; }
      .social-share a i.icon-tw {
        color: #1da1f2; }
    .social-share a:hover {
      transform: scale(1.1); }
    .social-share a:active, .social-share a:focus {
      transform: scale(1); }
  @media (max-width: 991.98px) {
    .social-share {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-top: 0;
      margin-bottom: 0rem;
      padding: 0 0rem; }
      .social-share__text {
        display: inline;
        float: left;
        font-weight: 500;
        color: #0b0c11;
        margin-bottom: 0; }
      .social-share .line {
        display: inline-block;
        width: 50%;
        height: 1px; }
      .social-share a:not(:last-child) {
        margin-right: 0.6rem; }
      .social-share a i {
        font-size: 2rem; } }

.modal--custom__create .modal-header a i {
  font-size: 1.5rem; }

.modal--custom__create .modal-body {
  padding-bottom: 6.25rem;
  padding-right: 9.125rem;
  padding-left: 9.125rem; }
  .modal--custom__create .modal-body .modal-title {
    font-size: 2rem;
    font-weight: 500;
    color: #0b0c11;
    line-height: 2;
    margin-bottom: 1.25rem; }
  .modal--custom__create .modal-body .modal-btn {
    margin-top: 3rem; }
    .modal--custom__create .modal-body .modal-btn .btn span {
      transition: all 0.3s ease-in-out !important; }
    .modal--custom__create .modal-body .modal-btn .btn::after {
      border-radius: 0 !important;
      transition: all 0.4s ease-in-out !important; }
  @media (max-width: 575.98px) {
    .modal--custom__create .modal-body {
      padding-bottom: 1.25rem;
      padding-right: 1.125rem;
      padding-left: 1.125rem; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .modal--custom__create .modal-body {
      padding-bottom: 2.25rem;
      padding-right: 2.125rem;
      padding-left: 2.125rem; } }

.modal--custom__details .modal-header a i {
  font-size: 1.5rem; }

.modal--custom__details .modal-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #0b0c11; }

.modal--custom__details .modal-date,
.modal--custom__details .modal-time {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0b0c11; }

.modal--custom__details .modal-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #0b0c11; }

.modal--custom__details .modal-head {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0b0c11;
  margin-bottom: 1rem; }

.modal--custom__details .modal-teacher {
  margin: 2rem 0; }
  .modal--custom__details .modal-teacher img {
    vertical-align: middle;
    object-fit: cover;
    object-position: center center;
    width: 80px;
    height: 80px;
    border-radius: 50%; }
  .modal--custom__details .modal-teacher__name {
    font-size: 1rem;
    font-weight: 500;
    color: #0b0c11; }
  .modal--custom__details .modal-teacher__position {
    font-size: 1rem;
    font-weight: 500;
    color: #868e96; }

.modal--custom__details .modal-location {
  margin-bottom: 2rem; }
  .modal--custom__details .modal-location__name, .modal--custom__details .modal-location__address, .modal--custom__details .modal-location__phone {
    font-size: 1rem;
    font-weight: 300;
    color: #0b0c11;
    line-height: 1.5; }

.modal--custom__details .modal-faq ul {
  list-style-type: none;
  margin: 0; }

.modal--custom__details .modal-faq .modal-faq__list--question {
  font-size: 1rem;
  font-weight: 500;
  color: #0b0c11; }
  .modal--custom__details .modal-faq .modal-faq__list--question:not(:last-child) {
    margin-bottom: 1rem; }
  .modal--custom__details .modal-faq .modal-faq__list--question ul {
    margin-top: 0.5rem;
    color: #868e96;
    font-weight: 300; }
    .modal--custom__details .modal-faq .modal-faq__list--question ul ol {
      margin-left: 3rem; }

.header {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .header--content_title {
    font-size: 2.25rem;
    font-weight: 500;
    color: #0b0c11;
    letter-spacing: 1px; }
    .header--content_title span {
      display: block;
      margin: 1.7rem 0;
      font-size: 2.8rem;
      font-weight: 600;
      line-height: 1.4; }
  .header--content_desc {
    max-width: 580px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    color: #868e96;
    margin-bottom: 1.8rem; }
  .header--image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  .header--icons {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .header--icons i::before {
      line-height: 0 !important; }
    .header--icons .icon-1 {
      position: absolute;
      right: 0px;
      bottom: -120px;
      font-size: 9rem;
      transform: rotate(84deg); }
    .header--icons .icon-2 {
      position: absolute;
      right: -90px;
      bottom: -30px;
      font-size: 7rem;
      transform: rotate(52deg); }
    .header--icons .icon-3 {
      position: absolute;
      right: -80px;
      bottom: -110px;
      font-size: 5.3rem;
      transform: rotate(15deg); }
  @media (max-width: 575.98px) {
    .header {
      padding-top: 3rem;
      padding-bottom: 4rem; }
      .header--content_title {
        font-size: 1.625rem;
        font-weight: 500;
        color: #0b0c11;
        letter-spacing: 1px; }
        .header--content_title span {
          display: block;
          margin: 1rem 0;
          font-size: 2rem;
          font-weight: 600;
          line-height: 1.4; }
      .header--content_desc {
        max-width: 580px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.6;
        color: #868e96;
        margin-bottom: 1rem; }
      .header--icons {
        position: relative;
        right: 0;
        bottom: 0;
        z-index: -1; }
        .header--icons i::before {
          line-height: 0 !important; }
        .header--icons .icon-1 {
          position: absolute;
          right: 40px;
          bottom: -70px;
          font-size: 7rem;
          transform: rotate(84deg); }
        .header--icons .icon-2 {
          position: absolute;
          right: -30px;
          bottom: 10px;
          font-size: 5rem;
          transform: rotate(52deg); }
        .header--icons .icon-3 {
          position: absolute;
          right: -20px;
          bottom: -40px;
          font-size: 3rem;
          transform: rotate(15deg); } }

.course {
  padding: 5rem 0; }
  .course--heading {
    margin-bottom: 4rem; }
    .course--heading__title {
      font-size: 2.25rem;
      font-weight: 500;
      color: #0b0c11;
      margin-bottom: 0; }
  .course--items {
    margin-top: 2rem; }
    .course--items .owl-stage-outer {
      height: calc(100% + 30px);
      margin: -15px;
      padding: 15px;
      width: calc(100% + 30px); }
  @media (max-width: 575.98px) {
    .course {
      padding: 3rem 0; }
      .course--heading {
        margin-bottom: 2rem; }
        .course--heading__title {
          font-size: 2rem; } }

.news {
  padding: 5rem 0; }
  .news--heading {
    margin-bottom: 4rem; }
    .news--heading__title {
      font-size: 2.25rem;
      font-weight: 500;
      color: #0b0c11;
      margin-bottom: 0; }
  .news--items {
    margin-top: 2rem; }
    .news--items .owl-stage-outer {
      height: calc(100% + 30px);
      margin: -15px;
      padding: 15px;
      width: calc(100% + 30px); }
  @media (max-width: 575.98px) {
    .news {
      padding: 3rem 0; }
      .news--heading {
        margin-bottom: 2rem; }
        .news--heading__title {
          font-size: 2rem; } }

.info {
  padding: 5rem 0; }
  .info--title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0b0c11; }
  .info--desc {
    font-size: 1.125rem;
    font-weight: 400;
    color: #0b0c11;
    line-height: 1.5; }
  @media (max-width: 575.98px) {
    .info {
      padding: 3rem 0; }
      .info--title {
        font-size: 2rem;
        font-weight: 500; }
      .info--desc {
        font-size: 1rem;
        font-weight: 400; } }

.images-slide {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 10rem; }
  .images-slide .swiper {
    width: 100%; }
    .images-slide .swiper .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: #fff; }
      .images-slide .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #ff6f00 !important; }
  .images-slide .swiper-slide {
    width: 750px;
    height: 500px;
    overflow: hidden; }
  .images-slide .swiper-slide img {
    display: block;
    object-fit: fill;
    width: 100%;
    height: 500px;
    border-radius: 16px; }
  @media (max-width: 575.98px) {
    .images-slide {
      padding-top: 2rem;
      padding-bottom: 5rem; }
      .images-slide .swiper {
        width: 100%; }
      .images-slide .swiper-slide {
        width: 100%;
        height: 300px;
        overflow: hidden; }
      .images-slide .swiper-slide img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 300px;
        border-radius: 16px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .images-slide {
      padding-top: 3rem;
      padding-bottom: 6rem; }
      .images-slide .swiper-slide {
        width: 100%;
        height: 400px;
        overflow: hidden; }
      .images-slide .swiper-slide img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 400px;
        border-radius: 16px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .images-slide .swiper-slide {
      width: 100%;
      height: 500px;
      overflow: hidden; }
    .images-slide .swiper-slide img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 500px;
      border-radius: 16px; } }

.present {
  padding: 5rem 0; }
  .present .ratio {
    overflow: hidden;
    border-radius: 7px; }
  .present--content_title {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.4;
    color: #333333; }
    .present--content_title span {
      font-family: "DM Sans";
      font-weight: 700;
      color: #FF0000; }
  .present--content_desc {
    font-size: 1.125rem;
    color: #868e96; }
  @media (max-width: 575.98px) {
    .present {
      padding: 3rem 0; }
      .present--content_title {
        font-weight: 600;
        font-size: 2rem; }
      .present--content_desc {
        font-size: 1rem; } }

.service {
  padding-top: 5rem;
  padding-bottom: 7rem; }
  .service--heading {
    margin-bottom: 4rem; }
    .service--heading__title {
      font-size: 2.25rem;
      font-weight: 500;
      margin-bottom: 0;
      color: #0b0c11; }
  @media (max-width: 575.98px) {
    .service {
      padding-top: 3rem;
      padding-bottom: 4rem; }
      .service--heading {
        margin-bottom: 2rem; }
        .service--heading__title {
          font-size: 2rem;
          font-weight: 500; } }

.vision-page {
  padding-bottom: 5rem; }
  .vision-page__item:not(:last-child) {
    margin-bottom: 3.75rem; }
  .vision-page__item--title {
    font-size: 2.25rem;
    font-weight: 500;
    color: #0b0c11; }
  .vision-page__item--desc {
    font-size: 1.125rem;
    font-weight: 400;
    color: #0b0c11;
    margin-bottom: 0; }
  @media (max-width: 575.98px) {
    .vision-page {
      padding-bottom: 3rem; }
      .vision-page__item:not(:last-child) {
        margin-bottom: 1.75rem; }
      .vision-page__item--title {
        font-size: 1.5rem;
        font-weight: 500;
        color: #0b0c11; }
      .vision-page__item--desc {
        font-size: 1rem;
        font-weight: 400;
        color: #0b0c11;
        margin-bottom: 0; } }

.organization-page {
  padding-bottom: 5rem; }
  .organization-page img {
    width: 100%;
    height: 100%; }
  @media (max-width: 575.98px) {
    .organization-page {
      padding-bottom: 3rem; } }

.personnel-page {
  padding-bottom: 5rem; }
  .personnel-page .tab--custom {
    margin-bottom: 5rem; }
  @media (max-width: 575.98px) {
    .personnel-page {
      padding-bottom: 3rem; }
      .personnel-page .tab--custom {
        margin-bottom: 2.313rem; } }

.contact-page {
  padding-bottom: 5rem; }
  .contact-page__address--title {
    font-size: 1rem;
    font-weight: 500; }
  .contact-page__address--list {
    list-style: none;
    padding-left: 0; }
    .contact-page__address--list li {
      font-size: 1rem;
      font-weight: 400;
      color: #0b0c11;
      line-height: 1.5; }
  @media (max-width: 575.98px) {
    .contact-page {
      padding-bottom: 3rem; } }
  @media all and (max-width: 991.98px) {
    .contact-page iframe {
      height: 300px; }
    .contact-page .row {
      display: flex;
      flex-direction: column-reverse; } }

.course-page {
  padding-bottom: 5rem; }
  .course-page__filter {
    position: relative;
    transform: translateY(-50px);
    z-index: 2; }
  .course-page__items {
    margin-top: 2rem; }
  @media (max-width: 575.98px) {
    .course-page {
      padding-bottom: 3rem; } }
  @media (max-width: 767.98px) {
    .course-page__filter {
      position: relative;
      margin-top: 2rem;
      transform: translateY(0px);
      z-index: 2; }
    .course-page__items {
      margin-top: 2rem; } }

.news-page {
  padding-bottom: 5rem; }
  .news-page--heading {
    margin-bottom: 2rem; }
    .news-page--heading__title {
      font-size: 2.25rem;
      font-weight: 500;
      color: #0b0c11;
      margin-bottom: 0; }
  .news-page--items {
    margin-top: 2rem; }
  @media (max-width: 575.98px) {
    .news-page {
      padding-bottom: 3rem; } }

.albums-page {
  padding-bottom: 5rem; }
  .albums-page--items {
    margin-top: 2rem; }
  @media (max-width: 575.98px) {
    .albums-page {
      padding-bottom: 3rem; }
      .albums-page--items {
        margin-top: 1rem; } }

.detail-page {
  position: relative;
  padding: 5rem 0; }
  .detail-page--heading__title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0b0c11;
    margin-bottom: 0.938rem; }
  .detail-page--heading__date, .detail-page--heading__eye {
    font-size: 0.875rem;
    font-weight: 500;
    color: #0b0c11; }
  .detail-page--heading__avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover; }
  .detail-page--heading__avatar span {
    font-size: 0.875rem;
    font-weight: 500;
    color: #868e96; }
  .detail-page--content {
    padding-bottom: 5rem; }
    .detail-page--content__gallery {
      margin: 1.2rem 0; }
      .detail-page--content__gallery .image-big-slider img {
        width: 100%;
        height: 580px;
        object-fit: cover;
        border-radius: 7px; }
      .detail-page--content__gallery .image-small-slider {
        margin-top: 1rem; }
      .detail-page--content__gallery .image-small-slider .swiper-slide {
        opacity: 0.4; }
      .detail-page--content__gallery .image-small-slider .swiper-slide-thumb-active {
        opacity: 1; }
      .detail-page--content__gallery .image-small-slider img {
        cursor: pointer;
        display: block;
        width: 100%;
        height: 126px;
        object-fit: cover;
        border-radius: 7px; }
      .detail-page--content__gallery .button-next {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        background-color: white !important;
        border: 1px solid #eeeeee;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        z-index: 1; }
        .detail-page--content__gallery .button-next i {
          font-size: 1.5rem;
          color: #ff6f00; }
          .detail-page--content__gallery .button-next i::before {
            line-height: 2; }
      .detail-page--content__gallery .button-prev {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        background-color: white !important;
        border: 1px solid #eeeeee;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        z-index: 1; }
        .detail-page--content__gallery .button-prev i {
          font-size: 1.5rem;
          color: #ff6f00; }
          .detail-page--content__gallery .button-prev i::before {
            line-height: 2; }
      .detail-page--content__gallery .swiper-button-disabled {
        opacity: 0.4; }
    .detail-page--content__text {
      line-height: 1.5; }
  .detail-page--download {
    background-color: #fff;
    border: 2px solid #eeeeee;
    border-radius: 50px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.6rem;
    padding-right: 0.4rem; }
  @media (max-width: 991.98px) {
    .detail-page {
      padding: 3rem 0; }
      .detail-page--content {
        padding-bottom: 1rem; }
        .detail-page--content__gallery .image-big-slider img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .detail-page--content__gallery .image-small-slider img {
          cursor: pointer;
          display: block;
          width: 100%;
          height: 60%;
          object-fit: cover;
          border-radius: 7px; } }

.detail-course-page--heading {
  padding: 3rem 0;
  background: linear-gradient(83.19deg, #ff6f00 0%, #ff1f00 107.67%); }

.detail-course-page--content {
  padding: 3.75rem 0; }
  .detail-course-page--content__social--head {
    font-size: 1rem;
    font-weight: 400;
    color: #0b0c11; }
  .detail-course-page--content__social a i {
    font-size: 2.25rem;
    transform: scale(1);
    transition: transform 0.3s ease-in-out; }
  .detail-course-page--content__social a:not(:last-child) {
    margin-right: 0.8rem; }
  .detail-course-page--content__social a:hover i {
    transform: scale(1.1); }
  .detail-course-page--content__social a:active i,
  .detail-course-page--content__social a:focus i {
    transform: scale(1); }
  .detail-course-page--content__social .link-facebook {
    color: #3b5998; }
  .detail-course-page--content__social .link-twitter {
    color: #1da1f2; }
  .detail-course-page--content__social .link-line {
    color: #00c300; }

.detail-course-page--register {
  padding: 3.75rem 0; }
  .detail-course-page--register__heading h2 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0b0c11; }
  .detail-course-page--register__heading .btn-default span {
    transition: all 0.3s ease-in-out !important; }
  .detail-course-page--register__heading .btn-default::after {
    border-radius: 0 !important;
    transition: all 0.4s ease-in-out !important; }
  @media (max-width: 575.98px) {
    .detail-course-page--register__heading h2 {
      font-size: 2rem; }
    .detail-course-page--register__heading .btn-default {
      display: block;
      width: 100%; } }
  .detail-course-page--register__status {
    margin: 2.813rem 0; }
    .detail-course-page--register__status .status-waiting-confirm {
      color: #0b0c11; }
    .detail-course-page--register__status .status-waiting-pay i {
      color: #ff9900; }
    .detail-course-page--register__status .status-confirm i {
      color: #06c755; }
    .detail-course-page--register__status--all {
      background: #eeeeee;
      padding: 1.563rem 2rem;
      border-radius: 8px; }
      .detail-course-page--register__status--all .status {
        font-size: 1rem;
        font-weight: 400;
        color: #0b0c11; }
    .detail-course-page--register__status--current {
      font-size: 1.5rem;
      font-weight: 400;
      color: #0b0c11; }
    @media (max-width: 575.98px) {
      .detail-course-page--register__status {
        margin: 2rem 0; }
        .detail-course-page--register__status--all {
          background: #eeeeee;
          padding: 1rem;
          border-radius: 8px; } }
  .detail-course-page--register__items {
    padding-bottom: 3rem; }
    .detail-course-page--register__items .table {
      border-color: #dadada !important; }
      .detail-course-page--register__items .table thead tr th {
        font-size: 1rem;
        font-weight: 400;
        line-height: 2.4;
        color: #0b0c11; }
      .detail-course-page--register__items .table tbody tr td {
        font-size: 1rem;
        font-weight: 400;
        line-height: 2;
        color: #0b0c11; }
      .detail-course-page--register__items .table tfoot tr {
        border-color: transparent;
        border-style: none; }
        .detail-course-page--register__items .table tfoot tr td {
          font-size: 1rem;
          font-weight: 400;
          line-height: 2.4;
          color: #0b0c11; }
      @media (max-width: 575.98px) {
        .detail-course-page--register__items .table td,
        .detail-course-page--register__items .table th {
          font-size: 0.875rem !important; } }

.detail-course-other {
  padding: 5rem 0; }
  .detail-course-other--heading {
    margin-bottom: 4rem; }
    .detail-course-other--heading__title {
      font-size: 2.25rem;
      font-weight: 500;
      color: #0b0c11;
      margin-bottom: 0; }
  .detail-course-other--items .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px); }
  @media (max-width: 575.98px) {
    .detail-course-other {
      padding: 3rem 0; }
      .detail-course-other--heading {
        margin-bottom: 2rem; }
        .detail-course-other--heading__title {
          font-size: 2rem; }
      .detail-course-other--items .owl-stage-outer {
        height: calc(100% + 30px);
        margin: -15px;
        padding: 15px;
        width: calc(100% + 30px); } }

.document-page {
  background: #fafafa;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (max-width: 575.98px) {
    .document-page {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.calendar-page {
  padding-bottom: 5rem; }
  @media (max-width: 575.98px) {
    .calendar-page {
      padding-bottom: 3rem; } }

.report-page {
  padding-bottom: 5rem; }
  @media (max-width: 575.98px) {
    .report-page {
      padding-bottom: 3rem; } }

.account--login-page {
  padding-top: 7rem;
  padding-bottom: 12rem; }
  @media (max-width: 575.98px) {
    .account--login-page {
      padding-top: 3rem;
      padding-bottom: 7rem; } }

.account--register-page {
  padding-top: 3rem;
  padding-bottom: 12rem; }
  @media (max-width: 575.98px) {
    .account--register-page {
      padding-bottom: 7rem; } }

.account--send-email-page {
  padding-top: 7rem;
  padding-bottom: 22rem; }
  @media (max-width: 575.98px) {
    .account--send-email-page {
      padding-top: 3rem;
      padding-bottom: 14rem; } }

.account--courses-page {
  padding-top: 3rem;
  padding-bottom: 12rem; }
  .account--courses-page__title {
    margin-bottom: 4rem; }
    .account--courses-page__title > * {
      font-size: 2.25rem;
      font-weight: 500;
      color: #0b0c11;
      margin-bottom: 0rem; }
  @media (max-width: 575.98px) {
    .account--courses-page {
      padding-bottom: 7rem; }
      .account--courses-page__title {
        margin-bottom: 2rem; }
        .account--courses-page__title > * {
          font-size: 2rem; } }
