/*  */
a {
  color: var(--e-global-color-primary);
}

.box-duhoc {
  background-color: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}

/* Search bar */
.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.search-input-container {
  position: relative;
  flex: 1;
  margin-right: 16px;
}

.search-input {
  padding: 8px 16px !important;
  padding-right: 40px !important;
  border: 1px solid #ccc !important;
  border-radius: 50px !important;
  font-size: 16px;
  outline: none;
}

.search-input:focus {
  border-color: var(--e-global-color-primary);
  box-shadow: 0 0 0 2px rgba(30, 86, 176, 0.2);
}

.search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--e-global-color-primary);
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-right: 10px;
}

.settings-button {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.search-icon:hover,
.search-icon:focus,
.settings-button:hover {
  background: unset;
  color: var(--e-global-color-primary);
}

.settings-button {
  color: var(--e-global-color-primary);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

/* Title */
.title {
  font-size: 24px;
  font-weight: bold;
  color: var(--e-global-color-primary);
  margin-bottom: 16px;
}

/* Programs container */
.programs-container {
  background-color: var(--e-global-color-primary);
  border-radius: 12px;
  padding: 16px;
  position: relative;
}

/* Program card */
.program-card {
  background-color: white;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  margin-bottom: 16px;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.program-card:last-child {
  margin-bottom: 0;
}

.program-handle {
  max-width: calc(100% - 20px);
  width: 100%;
}

.program-image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/11;
  border: 1px solid #f5f5f5;
  width: 128px !important;
}

.program-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.university-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--e-global-color-9898aa4);
  color: black;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 8px;
  text-align: center;
}

.program-content {
  max-width: 128px;
}

.schoolname {
  font-size: 18px;
  color: var(--e-global-color-primary);
  margin-bottom: 0;
}

.program-title {
  color: var(--e-global-color-primary);
  font-weight: bold;
}

ul.list-action {
  padding-left: 30px;
}

ul.list-action ::marker {
  color: var(--e-global-color-9898aa4);
}

.price-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.program-list {
  margin-top: 8px;
  list-style: none;
}

.program-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  color: #666;
}

.bullet-point {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--e-global-color-9898aa4);
  margin-right: 8px;
  display: inline-block;
}

.annotation-arrow {
  display: inline-block;
  margin-left: 4px;
  transform: rotate(45deg);
}

.annotation-arrow-summary {
  transform: rotate(90deg);
}

.price-amount {
  color: var(--e-global-color-primary);
  font-weight: bold;
}

.price-unit {
  font-size: 14px;
  color: #777;
}

.learn-more-button {
  background-color: var(--e-global-color-9898aa4);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
  cursor: pointer;
}

.learn-more-button:focus,
.learn-more-button:hover {
  background-color: var(--e-global-color-9898aa4);
}

/* Bottom circle */
.bottom-circle-container {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.bottom-circle-container {
  bottom: -10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
}

.bottom-circle {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: var(--e-global-color-9898aa4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.bottom-circle .elementor-icon {
  font-size: 30px;
  fill: white;
}

/* Responsive styles */
/* @media (max-width: 768px) {
  .program-card {
    flex-direction: column;
  }

  .program-image-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .program-price {
    position: relative;
    text-align: left;
    margin-top: 16px;
  }

  .annotation {
    display: none;
  }
} */

.post-item,
.post-item a {
  aspect-ratio: 16 / 9;
  height: 100%;
}

.post-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-item a {
  /* display: block !important; */
}

.post-item a>* {
  height: 100%;
}

.latest-posts-carousel {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.latest-posts-carousel .owl-dots {
  margin-top: 10px;
}

.latest-posts-carousel .owl-item .item {
  transition: all 200ms linear;
  transform: scale(0.93);
  opacity: 0.9;
  border-radius: 15px;
  border: 1px solid #f5f5f5;
}

.latest-posts-carousel .owl-item .item img {
  border-radius: 15px;
}

.latest-posts-carousel .owl-item.active.center .item {
  transform: scale(1);
  opacity: 1;
}

.elementor-widget-latest_posts_widget .elementor-widget-container {
  position: relative;
}

.elementor-widget-latest_posts_widget .owl-stage-outer::before,
.elementor-widget-latest_posts_widget .owl-stage-outer::after {
  /*content: "";*/
  /*display: block;*/
  /*width: 120px;*/
  /*z-index: 9;*/
  /*position: absolute;*/
  /*background: var(--e-global-color-9898aa4);*/
  /*height: 100%;*/
  /*scale: 0.925;*/
  /*left: -5px;*/
  /*border: 15;*/
  /*border-radius: 5px;*/
  /*border-top-right-radius: 15px;*/
  /*border-bottom-right-radius: 15px;*/
  /*overflow: hidden;*/
  /*top: 0;*/
}

.elementor-widget-latest_posts_widget .owl-stage-outer::after {
  left: auto;
  right: -5px;
  border-radius: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.owl-theme .owl-dots .owl-dot span {
  background: var(--e-global-color-primary) !important;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}

.elementor-widget-latest_posts_widget .owl-nav {
  max-width: 40%;
  position: absolute;
  width: 100%;
  justify-content: space-between;
  display: flex;
  left: 50%;
  top: calc(50% - 35px);
  transform: translate(-50%, calc(- 50% + 35px));
  transform: translate(-50%, calc(-50%));
}
.home .elementor-widget-latest_posts_widget .owl-nav {
    max-width: 100%;
}
.elementor-widget-latest_posts_widget .owl-nav>button {
  width: 30px;
  aspect-ratio: 1;
}

.elementor-widget-latest_posts_widget .owl-nav>button {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50% !important;
  background: var(--e-global-color-9898aa4) !important;
  display: flex !important;
  justify-content: center;
  align-content: center;
}

.elementor-widget-latest_posts_widget .owl-nav>button span {
  color: white;
}

.chuongtrinh-carousel .item {
  padding: 20px;
}

.chuongtrinh-carousel .post-item {
  aspect-ratio: 10/14;
}

.chuongtrinh-carousel .post-item a {
  aspect-ratio: unset;
}

.chuongtrinh-carousel .post-item a img {
  aspect-ratio: 16/9;
}

.chuongtrinh-carousel .post-item a>* {
  height: auto;
}

.quyen-loi .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quyen-loi {
  margin-top: 20px;
  font-size: 18px;
}

.quyen-loi .elementor-icon {
  font-size: 20px;
  transform: rotate(-45deg);
}

.item-title {
  font-size: 1.5rem;
}

.quyen-loi .heading .text {
  font-weight: bold;
}

.list-quyenloi>li {
  padding: 5px 0;
  border-bottom: 1px solid #dfdada;
}

.list-quyenloi,
ul.list-chuongtrinh {
  margin-top: 20px;
}

ul.list-chuongtrinh>li>a {
  color: var( --e-global-color-9344def );
  padding: 8px 0;
  display: block;
}

ul.list-chuongtrinh>li::marker {
  color:  var( --e-global-color-9344def );
}

.nav-custom__duhoc .e-search-input {
  padding: 8px 35px !important;
  min-height: unset !important;
}

.nav-custom__duhoc .elementor-widget-wp-widget-polylang ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.nav-custom__duhoc .elementor-widget-wp-widget-polylang ul img {
  width: 40px !important;
  display: block;
  aspect-ratio: 16/11;
  height: 100% !important;
}

.nav-custom__duhoc .elementor-icon-wrapper {
  aspect-ratio: 1;
  height: 100%;
}

.elementor-widget-list-duhoc {
  width: 100%;
}

.schedule-section,
.countries-section {
  background: white;
  padding: 20px 40px;
  border-radius: 15px;
}

.schedule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: var(--e-global-color-primary);
}

.schedule-item>.image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16 / 11;
    border: 1px solid #f5f5f5;
    width: 200px !important;
}

.schedule-item>.school-name {
  max-width: 30%;
  width: 100%;
}

.schedule-item>.major,
.schedule-item>.chuongtrinh {
  max-width: 15%;
  width: 100%;
}

.schedule-item>.image img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1;
  border-radius: 20px;
}

.schedule-item .name {
  font-size: 20px;
  font-weight: bold;
}

/*  */
.countdown-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.countdown-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.digit-container {
  display: flex;
  gap: 4px;
}

.digit {
  width: 25px;
  height: 25px;
  background-color: var(--e-global-color-primary);
  /* Blue color */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.label {
  margin-top: 8px;
  color: #0052cc;
  font-weight: 500;
  font-size: 16px;
}

/* Responsive styles */
@media (max-width: 600px) {
  .countdown-container {
    gap: 20px;
  }

  .digit {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .label {
    font-size: 14px;
  }
}

.countries-section .image {
  width: 100%;
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}

.countries-section .image * {
  width: 100%;
  aspect-ratio: 16 / 12;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  border: 1px solid #f5f5f5;
}
.badge-count {
  position: absolute;

  width: fit-content !important;
  height: auto !important;
  aspect-ratio: unset !important;
  padding: 2px 5px;
  background: white;
  top: 5px;
  left: 5px;
  line-height: 15px;
  font-size: 14px;
}
.countries-section .text h4 {
  font-size: 16px;
  color: var(--e-global-color-primary);
  text-align: center;
}

.latest-nganhoc {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.latest-nganhoc .post-image {
  width: 100%;
  aspect-ratio: 16/12;
  height: 100%;
  border: 1px solid #f5f5f5;
  background: white;

}

.latest-nganhoc .box-text {
  background: white;
  width: 100%;
  text-align: center;
  border: 1px solid #f5f5f5;
  border-top: none;
}

.latest-nganhoc .box-text a {
  color: black;
}

.latest-nganhoc .box-text a * {
  font-size: 16px !important;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
}

.latest-nganhoc .post-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.latest-nganhoc .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: calc(100% - 40px);
}

.latest-nganhoc .owl-nav button {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50% !important;
  background: var(--e-global-color-9898aa4) !important;
  display: flex !important;
  justify-content: center;
  align-content: center;
  opacity: 1 !important;
}

.latest-nganhoc .owl-nav button span {
  color: white;
}

.feature-box {
  padding: 30px;
  border-radius: 15px;
}

.feature-box .box-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}
.box-list_nganhhoc {
    background-color: var(--e-global-color-9344def);
padding: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.box-list_nganhhoc .heading {
    font-size:20px !important;
}
.feature-box .box-heading p {
  padding: 0;
  font-weight: bold;
  margin: 0;
}

.text-center {
  text-align: center;
}

.feature-box .box-count {
  font-weight: 800;
  font-size: 3rem;
}

.feature-box .box-icon {
  width: 40px;

  aspect-ratio: 1;

  border: 1px solid black;

  display: flex;

  justify-content: center;

  align-items: center;

  color: black;

  background: white;

  border-radius: 10px;
}

.list-countries__doitac .latest-posts-carousel {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.list-countries__doitac .latest-nganhoc .owl-nav {
  max-width: calc(100% + 40px);
}

.post-content__layout {
  padding: 30px;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
}

.text-primary {
  color: var(--e-global-color-primary);
}

.gallery {
  padding: 20px;
  border: 1px solid #f5f5f5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 5 cột trên desktop */
  gap: 10px;
}

/* Responsive cho màn hình nhỏ hơn (dưới 768px) */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
    /* 3 cột trên mobile */
  }
}

/* Style cho ảnh trong gallery */
.gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.latest-item {
  background: white;
  padding: 15px;
  border-radius: 15px;
}

.latest-item .image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  border-radius: 15px;
}

.latest-item .image img {
  border-radius: 15px;
}

.latest-item .image .badge {
  padding: 5px 15px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: white;
  border-radius: 5px;
}

.latest-item .box-content h3 {
  font-size: 20px;
}

.latest-item .box-content h3 a,
.elementor-heading-title {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.latest-item .box-action a {
  font-size: 16px;
  text-decoration: underline;
}

.elementor-widget-latest_layout_list .latest-posts-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
}

.elementor-widget-latest_layout_list .latest-posts-carousel .owl-nav .owl-prev {
  display: none;
}

.elementor-widget-latest_layout_list .latest-posts-carousel .owl-nav .owl-next {
  width: 40px;
  aspect-ratio: 1;
  background-color: var(--e-global-color-9898aa4);
  border-radius: 50%;
  display: block;
  line-height: 1;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-widget-latest_layout_list .latest-posts-carousel .owl-nav .owl-next span {
  margin-top: -5px;
  color: white;
}

/*.elementor-posts .elementor-post {*/
/*  background: white;*/
/*  padding: 15px;*/
/*  border-radius: 15px;*/
/*}*/

.elementor-posts .elementor-post .elementor-post__thumbnail img {
  border-radius: 15px;
}

.elementor-posts .elementor-post__text .elementor-post__title a,
.elementor-posts .elementor-post__text .elementor-post__read-more {
  color: var(--e-global-color-primary);
}

.elementor-posts .elementor-post__text .elementor-post__title {
  margin-bottom: 15px;
}

.elementor-posts .elementor-post__text .elementor-post__read-more {
  text-decoration: underline;
}

nav.elementor-pagination {
  margin-top: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.elementor-pagination span.page-numbers.current,
nav.elementor-pagination a.page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: white;
  border: 1px solid white;
}

nav.elementor-pagination span.page-numbers.current {
  background: white;
  color: var(--e-global-color-primary);
}

.jobs-field-header,
.jobs-field-content {
  padding: 30px;
  border-radius: 15px;
  background: white;
}

.jobs-field-header {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.job-detail__info--deadline {
  align-items: center;
  background: #f2f4f5;
  border-radius: 5px;
  color: #263a4d;
  display: flex;
  font-style: normal;
  font-weight: 400;
  gap: 6px;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.jobs-field-content ul.nav-tab {
  list-style: none;
  margin: 0;
  gap: 20px;
  display: flex;
  padding: 0;
  align-items: center;
  margin-bottom: 20px;
}

.jobs-field-content ul.nav-tab li.nav-tab-item {
  transition: all linear 1s;
  padding-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}

.jobs-field-content ul.nav-tab li.nav-tab-item.active,
.jobs-field-content ul.nav-tab li.nav-tab-item:hover {
  border-bottom: 2px solid var(--e-global-color-primary);
  color: var(--e-global-color-primary);
}

.jobs-field-content .nav-panel {
  display: none;
}

.jobs-field-content .nav-panel.active {
  display: block;
  text-align: left;
}

.jobs-field-content .nav-panel i {
  width: 30px;
}

.jobs-field-button {
  padding: 10px;
  background: var(--e-global-color-primary);
  color: white;
  position: relative;
  font-size: 14px;
  transition: all 0.4s ease;
  border-color: var(--e-global-color-primary);
  margin-right: 10px;
  animation: pulse 1.5s infinite;
}

.jobs-field-button:focus {
  background: var(--e-global-color-primary);
}

.jobs-field-button:hover {
  background-color: white;
  color: var(--e-global-color-primary);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-5px, 0);
  }

  50% {
    transform: translate(5px, 0);
  }

  75% {
    transform: translate(-5px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

.neon-pulse {
  box-shadow: 0 0 10px var(--e-global-color-primary);
  overflow: visible;
  position: relative;
}

.neon-pulse::before,
.neon-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid var(--e-global-color-primary);
  border-radius: inherit;
  animation: pulseOut 2s ease-out infinite;
  opacity: 0;
}

.neon-pulse::after {
  animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading {
  display: flex;
}

.mb-0 {
  margin-bottom: 0;
}

.text-white {
  color: white;
}

.program-content.hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .program-content {
    display: none;
  }

  .program-content.hidden {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-left: 15px;
  }

  .program-image-wrapper {
    max-width: 100px;
    width: 100% !important;
  }

  .schoolname {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .list-item {
    font-size: 15px;
  }

  .program-price {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .price-item {
    flex-direction: row;
    gap: 10px;
  }

  .program-price .learn-more-button {
    margin-top: 0;
    padding: 2px 10px;
    border-radius: 6px;
  }

  .item-title {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
  }

  .chuongtrinh-carousel .item {
    padding: 15px;
  }

  .chuongtrinh-carousel .post-item a img {
    aspect-ratio: 16 / 12;
  }

  .latest-posts-carousel .owl-item .item img {
    border-radius: 6px;
  }

  .quyen-loi {
    font-size: 15px;
  }

  .list-quyenloi,
  ul.list-chuongtrinh {
    padding-left: 15px;
  }

  .box-duhoc .title {
    text-align: center;
  }

  .chuongtrinh-carousel .post-item {
    aspect-ratio: unset;
  }

  .chuongtrinh-carousel .owl-nav {
    display: flex;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Spin load */

#status_processing {
  background-color: transparent;
  bottom: 0;
  height: 100% !important;
  left: 0 !important;
  margin-inline-start: unset !important;
  margin-top: unset !important;
  position: absolute;
  right: 0;
  border: unset;
  top: 0 !important;
  width: 100% !important;
  z-index: 1;
  backdrop-filter: blur(3px);
}

#status_processing>div {
  display: none
}

#status_processing:after {
  animation: loading-spinner .9s linear infinite;
  border: 3px solid;
  border-color: #206bc4 transparent #206bc4 transparent;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 40px;
  inset-inline-end: 50%;
  position: absolute;
  top: 50%;
  width: 40px
}

#status_processing {
  z-index: 999;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
}

#status_processing>div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto
}

#status_processing>div:last-child>div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

#status_processing>div:last-child>div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 .6s infinite
}

#status_processing>div:last-child>div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 .6s infinite
}

#status_processing>div:last-child>div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 .6s infinite
}

#status_processing>div:last-child>div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 .6s infinite
}

.schedule-item>.major .time,
.schedule-item>.chuongtrinh .time,
.schedule-item>.school-name .name {
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(24px, 0)
  }
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}