@font-face {
  font-family: RobotoBold;
  src: url("../fonts/roboto/Roboto-Bold.woff2");
}

@font-face {
  font-family: RobotoRegular;
  src: url("../fonts/roboto/Roboto-Regular.woff2");
}

@font-face {
  font-family: RobotoMedium;
  src: url("../fonts/roboto/Roboto-Medium.woff2");
}

@media (min-width: 992px) {
  .container-fluid {
    max-width: 1124px;
  }
}

body {
  background-color: #fff;
  font-size: clamp(0.9rem, 2vw, 0.9rem) !important;
  color: #363636 !important;
  font-family: "RobotoRegular" !important;
}

.body {
  /* min-height: 72.3333vh; */
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  /* font-family: "RobotoMedium", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; */
  font-family: RobotoBold;
  font-weight: inherit;
}

a {
  color: #333;
  text-decoration: none;
}

.RobotoBold {
  font-family: RobotoBold;
}

.RobotoMedium {
  font-family: RobotoMedium;
}

.block {
  width: 100%;
  padding: 5px 0 0 0;
  display: flex;
}

.block-nopadding {
  width: 100%;
  display: flex;
}

.block-content {
  margin: 0 0 5px 0;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}

.content-block {
  margin: 0;
  padding: 5px 12px;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  width: 100%;
}

.back-blue {
  background: rgb(var(--bs-primary-rgb));
  color: var(--bs-white);
}

.back-red {
  background: rgb(var(--bs-danger-rgb));
  color: var(--bs-white);
}

.back-white {
  background: #fff;
}

.text-red {
  color: var(--bs-red);
}

.text-blue {
  color: var(--bs-blue);
}

.text-primary-2 {
  color: #17067c;
}

.noidung {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  width: 100%;
  padding: 0 calc(var(--bs-gutter-x) * 0.5) 0 calc(var(--bs-gutter-x) * 0.5) !important;
  margin-right: auto;
  margin-left: auto;
}

.center-block {
  display: block !important;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.title-block-2 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-family: RobotoBold;
}

.title-block-3 {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-family: RobotoBold;
}

.title-block-sub {
  text-transform: uppercase;
}

.program-item {
  margin-bottom: 30px;
  text-align: center;
  min-height: 190px;
}

.program-icon {
  align-items: center;
  justify-content: center;
}

.program-icon img {
  max-height: 101px;
  transition: all 0.25s ease-in-out;
  transform: scale(1);
  margin: 0px auto;
}

.program-icon img:hover {
  transform: scale(1.15);
}

.program-title {
  margin-top: 15px;
  font-weight: bold;
  color: #17067c;
  text-transform: uppercase;
  min-height: 45px;
}

.form-group {
  margin-bottom: 15px !important;
}

.btn-orange {
  background-color: #ff6700;
  color: white;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: #e65c00;
  color: white;
}

.no-padding-left {
  padding-left: 0 !important;
}

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

.text-bold {
  font-weight: bold;
}

.btn-more-white {
  color: white;
  font-weight: bold;
  padding: 10px 30px;
  border: 2px solid white;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-more-white:hover {
  background-color: white;
  color: #f9a825;
  border-color: #f9a825;
}

.thumb-video {
  margin-bottom: 8px;
  height: 204px;
  overflow: hidden;
}

.thumb-video .img {
  max-height: 140px;
  overflow: hidden;
  margin-bottom: 5px;
}

.thumb-video-new .img-new {
  max-height: 100% !important;
  margin-bottom: 5px;
}

.thumb-video .img .thumb {
  opacity: 1;
}

.thumb-video:hover,
.thumb-video-new:hover {
  opacity: 0.8;
}

.khonggian .small-images img {
  border-radius: 15px;
  margin-bottom: 10px;
}

.khonggian .bx-controls-direction a {
  top: -3% !important;
}

.khonggian .bx-prev {
  left: 95% !important;
  background-image: url(/assets/js/bxslider/controls2.png) !important;
}

.khonggian .bx-next {
  right: 7% !important;
  background-image: url(/assets/js/bxslider/controls2.png) !important;
}

.khonggian .title-block-2 {
  text-align: center;
}

.khonggian li {
  margin: 0 5px;
}

.main-image,
.small-images {
  transition: all 0.25s ease-in-out;
  transform: scale(1);
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.news-block-left img {
  width: 100%;
}

.news-block-right {
  border-left: 1px solid #eee;
  padding: 0 0 0 10px;
}

@media (min-width: 992px) {
  html[data-layout="topnav"] .noidung {
    max-width: 1124px;
  }
}

@media (max-width: 768px) {
  .chonhutech .title-block-2,
  .khonggian .title-block-2,
  .hodachon .title-block-2 {
    text-align: center;
  }

  .news-block-left,
  .no-padding-left,
  .no-padding-right,
  .padding-right-5,
  .padding-left-5,
  .padding-top-5,
  .padding-bottom-5 {
    padding: 0 !important;
  }

  .thumb-video {
    margin-bottom: 5px;
    height: 245px;
  }

  .thumb-video,
  .thumb-video-new {
    padding: 10px !important;
  }

  .thumb-video .img {
    max-height: 100% !important;
  }

  .news-block-right {
    display: none !important;
  }
}

/* --- boostrap 3 --- */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-25,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-25,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-25 {
    width: 19.66666667%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* --- end boostrap 3 --- */

/* --- header --- */

.header {
  position: relative;
}

.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sitename {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-family: RobotoBold;
  margin: 0;
  color: red;
  text-align: center;
  text-transform: uppercase;
}

.search-container {
  width: 100%;
  max-width: 200px;
  float: right;
}

.search-input {
  border-radius: 25px 0 0 25px;
  border: 1px solid #ccc;
  width: 80%;
  height: auto;
  border-right: none;
  padding: 0.25rem 0.9rem;
}

.search-button {
  border-radius: 0 25px 25px 0;
  background-color: rgb(var(--bs-primary-rgb));
  color: white;
  border: 1px solid rgb(var(--bs-primary-rgb));
  padding: 3px 13px;
  cursor: pointer;
  border-left: none;
}

.search-button:hover {
  background-color: #005555;
}

.search-input:focus {
  outline: none;
  border-color: rgb(var(--bs-primary-rgb));
}

.search-wrapper {
  display: flex;
  align-items: center;
}

.search-wrapper input::placeholder {
  color: #999;
}

/* --- end - header --- */

/* ---  menu mobile --- */
body.lock-scroll {
  overflow: hidden;
}

.mobile-menu {
  background-color: white;
  width: 100%;
  position: relative;
}

.mobile-menu.active {
  z-index: 10000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
}

.mobile-menu .menu-toggle {
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  /* top: 5px; */
  right: 0;
  z-index: 1000;
  color: #185ccb;
  font-weight: bold;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  left: -100%;
  opacity: 0;
  transition:
    left 0.5s ease,
    opacity 0.5s ease;
  background-color: white;
}

.mobile-menu-list.active {
  left: 0;
  opacity: 1;
  z-index: 10000;
  height: 100vh;
  width: 100vw;
}

.mobile-menu-list.closing {
  left: -100%;
  opacity: 0;
  transition:
    left 0.5s ease,
    opacity 0.5s ease;
}

.mobile-menu-list > li {
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu-list > li > a {
  display: block;
  padding: 15px;
  color: #185ccb;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.mobile-menu-list > li > a:active {
  color: red;
}

.mobile-menu-list > li > a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
}

.mobile-menu-list > li > ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  list-style: disc;
}

.mobile-menu-list > li > ul > li > a {
  color: #000;
  text-transform: none;
  font-weight: normal;
  padding: 10px 5px;
  display: block;
  text-decoration: none;
}

.mobile-menu-list > li.active > ul {
  overflow: visible;
}

.language-selector {
  position: absolute;
  left: 10%;
}

.language-selector .dropdown-toggle {
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.language-selector .dropdown-toggle img {
  width: 24px !important;
  margin-right: 5px;
}

.dropdown-menu-lang {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 80px;
  padding: 5px 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 1000;
}

.dropdown-menu-lang li {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
}

.dropdown-menu-lang li img {
  width: 24px !important;
  margin-right: 10px;
}

.dropdown-menu-lang li:hover {
  background-color: #f0f0f0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* --- end - menu mobile --- */

/* --- menu desktop --- */

#ja-cssmenu > li > a {
  text-decoration: none !important;
  color: #333 !important;
  font-size: 0.8rem !important;
  transition: all 0.3s ease;
  position: relative;
}

#ja-cssmenu a:hover {
  color: #e60023;
}

#ja-cssmenu a::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #e60023;
  width: 0;
  transition: width 0.3s ease;
  margin-top: 5px;
}

#ja-cssmenu a:hover::after {
  width: 100%;
}

#ja-cssmenu > li {
  position: relative;
}

#ja-cssmenu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  z-index: 1;
  white-space: nowrap;
}

#ja-cssmenu > li > ul > li > a {
  color: #333 !important;
  display: block !important;
  padding: 7px 12px 7px 10px !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
}

#ja-cssmenu > li > ul > li > a:hover {
  background: #f2f2f2 !important;
}

#ja-cssmenu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#ja-cssmenu li.menu-child-horizontal ul {
  max-width: calc(1124px) !important;
}

#menu-child-horizontal li {
  width: 223px !important;
  height: auto !important;
}

/* --- end - menu desktop --- */

/* --- footer --- */

.footer {
  background: #1c3261;
  border: 0;
}

.footer a {
  text-decoration: none;
  font-size: small;
}

.footer,
.footer2 {
  color: var(--bs-white);
}

.footer h4,
.footer2 h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: normal;
}

.footer p,
.footer2 p {
  margin: 4px 0 4px 0 !important;
}

.footer p,
.footer a,
.footer2 p,
.footer2 a {
  color: var(--bs-white);
  line-height: 1.5;
}

.footer a:hover,
.footer2 a:hover {
  text-decoration: underline;
}

.footer .social-icons a,
.footer2 .social-icons a {
  color: var(--bs-white);
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  margin-right: 10px;
  display: inline-block;
}

.footer .social-icons a:hover,
.footer2 .social-icons a:hover {
  color: #f5b400;
}

.footer-bottom {
  border-top: 1px solid #ffffff;
  padding-top: 15px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .footer-bottom-2 {
    text-align: center;
  }

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

@media screen and (min-width: 767px) {
  /* .bx-wrapper .bx-viewport {
        height: auto !important;
    } */
}

/* --- end - footer --- */

/* --- banner --- */

.blockbanner {
  background: url(/assets/img/uef-regis/desktop_1.png) top center #fff;
  position: relative;
  background-size: cover;
}

.cus_blockbanner2 {
  background: url(/assets/img/uef-regis/nen-caro-chung.jpg) top center #fff;
  position: relative;
  background-size: cover;
}

.blockbanner .left {
  text-align: left;
  margin: 0px auto;
  display: inline-block;
}

.blockbanner .left h3 {
  font-size: 3rem;
  margin: 5px;
  font-family: RobotoBold;
}

.blockbanner .left h2 {
  font-size: 5rem;
  font-family: RobotoBold;
  margin: 5px;
}

.blockbanner .card {
  display: flex;
  /* align-items: center; */
  padding: 5px 5px 5px 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  flex-direction: row;
}

.blockbanner .card .icon {
  color: #fff;
  margin-right: 8px;
  background: #00af3e;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 2px 6px;
  font-size: 0.5rem;
}

.cus-content-block {
  width: 60% !important;
}

.cus-content-block p {
  font-size: 18px;
  color: #1e59bf;
}

@media (max-width: 768px) {
  .cus-content-block {
    width: 85% !important;
  }
  .blockbanner {
    background: url(/assets/img/uef-regis/mobile_1.png) top center #fff;
  }

  .img-responsive {
    display: inline-block;
  }

  .blockbanner .blockbannerimg {
    max-width: 52%;
  }

  .blockbanner .blockbannerimg1 {
    top: 10% !important;
    left: -16% !important;
  }

  .blockbanner .blockbannerimg4 {
    top: 27% !important;
    right: -19% !important;
  }

  .blockbanner .blockbannerimg5 {
    top: 65% !important;
    right: -19% !important;
  }

  .blockbanner .blockbannerleft {
    width: 75%;
  }

  .blockbanner .card {
    display: inline-block;
    padding: 5px;
    /* text-align: center; */
    font-size: 0.8rem;
    /* width: calc(38vw); */
  }

  .blockbanner .card .icon {
    display: none;
  }
}

/* --- end banner --- */

/* --- news --- */

.list-news .item {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.list-news .header-block {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.list-news .item-content {
  height: 300px;
}

.news-title-detail {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0;
}

.news-title {
  font-size: 15px;
  font-family: RobotoMedium;
  padding: 5px 0 0;
  display: block;
}

.des_news {
  margin: 0 0 10px 0;
  text-align: justify;
  color: #666;
}

@media (max-width: 768px) {
  .cacchuongtrinh .chuongtrinh,
  .video .thumb-video,
  .list-news .item-content {
    height: auto;
  }
}

/* --- end news --- */

.select2-container
  .select2-selection--multiple
  .select2-search__field::placeholder {
  padding: 0 12px;
}

/* --- icon custom --- */

.icon_vn {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll left -133px
    transparent;
  height: 11px;
  width: 16px;
}

.icon_en {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -22px -133px
    transparent;
  height: 11px;
  width: 16px;
}

.icon_jp {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -74px -133px
    transparent;
  height: 11px;
  width: 16px;
}

.icon-kham-pha-hutech {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -796px -145px
    transparent;
  height: 33px;
  width: 30px;
}

.icon-video-lien-quan {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -890px -145px
    transparent;
  height: 33px;
  width: 30px;
}

.icon-hutech-tv {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -835px -148px
    transparent;
  height: 33px;
  width: 22px;
}

.icon-lang-kinh-hutech {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -862px -148px
    transparent;
  height: 33px;
  width: 22px;
}

.icon-media {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -147px -150px
    transparent;
  height: 33px;
  width: 25px;
  margin: 0 0 0 15px;
}

.icon-media-play {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -745px -143px
    transparent;
  height: 32px;
  width: 40px;
  position: absolute;
  top: 26%;
  left: 43%;
  opacity: 0.7;
}

.icon-media-play2 {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -745px -143px
    transparent;
  height: 32px;
  width: 40px;
  position: absolute;
  top: 40%;
  left: 45%;
  opacity: 0.7;
}

.icon-media-play:hover {
  opacity: 0.9;
}

.icon-lien-he-zalo {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -743px -113px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-lien-he-instagram {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -774px -113px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-lien-he-tiktok {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -804px -113px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-lien-he-facebook {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -835px -113px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-lien-he-qrcode {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -924px -113px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-lien-he-twice {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -866px -113px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-lien-he-youtube {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -897px -113px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-lien-he-google {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -312px -151px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-lien-he-blog {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -368px -151px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-lien-he-tum {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -397px -151px
    transparent;
  height: 25px;
  width: 25px;
}

.icon-hoat-dong-sinh-vien {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -175px -145px
    transparent;
  height: 32px;
  width: 38px;
}

.icon-dang-ky {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -385px -114px
    transparent;
  height: 32px;
  width: 38px;
}

.icon-tin-tuyen-sinh {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -36px -146px
    transparent;
  height: 32px;
  width: 38px;
}

.icon-tin-hutech {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -73px -145px
    transparent;
  height: 32px;
  width: 38px;
}

.icon-lich-su-kien {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -214px -145px
    transparent;
  height: 32px;
  width: 38px;
}

.icon-lien-ket-dao-tao {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll center bottom
    transparent;
  height: 42px;
  width: 100%;
}

.icon-he-thong-dao-tao {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll left -146px
    transparent;
  height: 32px;
  width: 37px;
}

.he-thong-dao-tao .iconchild {
  height: 30px;
  width: 34px;
  margin: 6px 10px 6px 12px;
}

.he-thong-dao-tao span {
  font-family: RobotoMedium;
}

.icon-he-thong-dao-tao-tien-sy {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -428px -144px
    transparent;
}

.icon-he-thong-dao-tao-thac-sy {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -465px -144px
    transparent;
}

.icon-he-thong-dao-tao-thac-sy-quoc-te {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -614px -78px
    transparent;
}

.icon-he-thong-thac-si-quoc-te {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -146px -116px
    transparent;
}

.icon-he-thong-dao-tao-dai-hoc {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -502px -144px
    transparent;
}

.icon-he-thong-dao-tao-cu-nhan-thuc-hanh {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -542px -144px
    transparent;
}

.icon-he-thong-dao-tao-quoc-te {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -585px -144px
    transparent;
}

.icon-he-thong-cu-nhan-nhat-ban-toan-cau {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -111px -116px
    transparent;
}

.icon-he-thong-chuong-trinh-cyu {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -465px -111px
    transparent;
}

.icon-he-thong-dao-tao-chuan-nhat-ban {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -625px -144px
    transparent;
}

.icon-he-thong-dao-tao-lien-thong {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -660px -144px
    transparent;
}

.icon-he-thong-dao-tao-tu-xa {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -696px -144px
    transparent;
}

.icon-he-thong-dao-tao-chuan-han-quoc {
  /*background: url(/assets/img/icon-hutech.png) no-repeat scroll -494px -112px transparent;*/
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -654px -80px
    transparent;
}

.icon-he-thong-dao-tao-cu-nhan-quoc-te {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -538px -112px
    transparent;
}

.icon-he-thong-dao-tao-lien-thong-qtkd-quoc-te {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -578px -109px
    transparent;
}

.icon-he-thong-dao-tao-thac-si-quoc-te {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -620px -116px
    transparent;
}

.icon-he-thong-dao-tao-lien-thong-dai-hoc {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -656px -112px
    transparent;
}

.icon-he-thong-dao-tao-dai-hoc-van-bang-2 {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -689px -111px
    transparent;
}

.icon-tin-noi-bat {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -110px -146px
    #fff;
  height: 32px;
  width: 38px;
}

.icon-sinh-vien-khoi-nghiep {
  background: url(/assets/img/icon-hutech.png) no-repeat scroll -920px -142px
    #fff;
  height: 32px;
  width: 38px;
}

/* --- end icon custom --- */

/* --- step by step --- */

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.steps .step:first-child {
  margin-left: auto;
}

.steps .step:last-child {
  margin-right: auto;
}

.step:first-of-type .step-circle::before {
  display: none;
}

.step:last-of-type .step-content {
  padding-right: 0;
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 6rem;
  min-width: 6rem;
  max-width: 6rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #adb5bd;
  border: 2px solid #adb5bd;
  border-radius: 100%;
  background-color: #fff;
}

.step-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: calc(5rem + 1rem - 1.5rem);
  height: 2px;
  transform: translate(-100%, -50%);
  color: #adb5bd;
  background-color: currentColor;
}

.step-text {
  color: #adb5bd;
  word-break: break-all;
  margin-top: 0.25em;
}

.step-active .step-circle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.step-active .step-circle::before {
  color: #007bff;
}

.step-active .step-text {
  color: #007bff;
}

.step-error .step-circle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.step-error .step-circle::before {
  color: #dc3545;
}

.step-error .step-text {
  color: #dc3545;
}

.step-success .step-circle {
  color: #28a745;
  background-color: #fff;
  border-color: #28a745;
}

.step-success .step-circle::before {
  color: #28a745;
}

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

/* --- end step by step --- */

.blockTitle {
  margin: 0;
  text-align: center;
  width: 100%;
}

.blockBanner img,
.blockTitle img {
  display: inline;
}

.syllView .label {
  background-color: #edeef0;
  border: 1px solid #d2d3d6;
  border-radius: 1px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 7px 5px;
  text-align: center;
}

.syllView .titleChid {
  margin-bottom: 2%;
}

.syllViewEdit {
  padding: 5%;
}

.syllView .titlesyll {
  color: red;
  font-size: 28px;
  font-weight: bold;
  padding: 3% 0 0;
  text-transform: uppercase;
}

.syllView .header-form {
  margin: 0 0 4%;
}

.textinput {
  margin-bottom: 1rem !important;
}

.input-group-text label {
  font-weight: bold;
}

.has-error label {
  color: #dc3545;
}

.input-group-text {
  font-size: inherit !important;
}

.select2 {
  width: 100% !important;
}

.verifycode {
}

.input-container-date {
  position: relative;
  width: 100%;
}

.input-container-date .form-control {
  padding-right: 35px;
}

.input-container-date .fa-calendar {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
}

.form-upload label {
  display: block;
  text-align: center;
  padding: 15px;
  border: 2px dashed rgba(var(--bs-primary-rgb));
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.max-file-size {
  display: block;
  font-size: 12px;
  color: #999;
}

.file-info {
  margin-top: 10px;
}

.form-upload-list .file-list {
  display: flex;
  gap: 15px;
}

.form-upload-list .file-item {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.form-upload-list .file-item img,
.form-upload-list .file-item i {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.form-upload-list .delete-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.form-upload-list .file-item:hover .delete-btn {
  opacity: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.header-left {
  display: none;
}

.header-right {
  display: inherit;
}

.boxcamket {
  /*font-size: 1.2rem;*/
}

.camket {
  width: 40px;
  height: 40px;
  border: 1px solid #000 !important;
  border-radius: 3px;
  margin-right: 10px;
}

.table-diem td {
  white-space: nowrap;
}

.table-diem input {
  min-width: 3rem;
}

.bg-logo {
  background-image: url(/assets/img/bg_logo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-logo .table {
  --bs-table-bg: transparent !important;
}

@media (min-width: 769px) {
  .watingid {
    position: fixed;
    top: 50%;
    left: 48%;
    z-index: 999;
  }

  .syllView {
    border: 1px solid #c9c9c9;
    display: inline-block;
    padding: 4% 5% 3%;
    width: 100%;
    margin: 0 0 10px 0;
  }

  #imgLogo {
    height: 100%;
  }

  #slogan {
    display: block;
  }
}

@media (max-width: 769px) {
  .body {
    min-height: auto;
  }
  .header-right {
    display: none !important;
  }

  .header-left {
    text-align: center;
    padding: 5px 0;
    display: inherit !important;
  }
  .bg-logo {
    background-size: 80% auto;
    background-position: center center;
  }
}

/* --------------------------------------OLD------------------------------------------ */

.form-label {
  font-weight: bold;
}

label.status-select {
  width: 120px;
}

.j-hide,
.body-less {
  visibility: hidden;
  top: -99999px;
  left: -99999px;
  position: absolute;
}

.auth-brand {
  left: 20%;
}

.select2-selection__rendered {
  white-space: normal !important;
}

.select2-selection--single {
  height: 100% !important;
}

li.select2-results__option.select2-results__option--group
  .select2-results__option {
  padding-left: 2em;
}

.select2-results__group {
  color: blue;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 350px;
}

input[data-switch] + label {
  width: 65px;
}

input[data-switch]:checked + label:after {
  left: 42px;
}

.app-search span.search-icon {
  right: 10px;
  left: initial;
}

.app-search .form-control {
  padding-left: 20px;
}

.navbar-custom .topbar-menu .nav-link {
  color: #21221f;
  font-weight: bold;
  font-size: 16px;
}

.home-cuocsong-left {
  position: relative;
  margin-left: 8%;
  max-width: 45%;
}

.home-cuocsong-right {
  position: relative;
  margin-left: 48%;
  margin-top: -38%;
  max-width: 45%;
}

.home-cuocsong-left a,
.home-cuocsong-right a {
  font-weight: bold;
  margin: 3px 0;
  display: inline-block;
}

a:hover {
  color: #f43032 !important;
}

html[data-layout="topnav"] .content-page {
  padding: 125px 0 0;
}

.text-title {
  color: #006fae;
}

.trimtext-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: initial !important;
  max-height: initial !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trimtext-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: initial !important;
  max-height: initial !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footering a,
.footering span {
  color: #fff;
  margin: 3px 0;
  display: inline-block;
}

.footering i {
  font-size: 20px;
  margin-right: 3px;
}

.paging {
  text-align: center;
}

.paging-box {
  border: solid 1px #ccc;
  margin-right: 5px;
  text-align: center;
  padding: 5px 10px;
  transition: background-color 100ms ease-out;
}

.paging-selected-box {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 5px;
  padding: 5px 10px;
  border: solid 1px #b61620;
  background-color: #b61620;
}

.paging-selected-box:hover {
  color: #fff;
}

.paging a {
  color: #fff;
}

.paging-box {
  color: #000;
}

.paging-box:hover {
  border: solid 1px #b61620;
  background-color: #b61620;
  color: #fff;
}

.pagination {
  display: inline-block;
}

.idshow {
  display: none;
}

.detail-news {
  width: 100%;
  overflow: hidden;
}

.detail-news a,
.detail-news span,
.detail-news div {
  font-size: 16px !important;
}

.detail-news img {
  max-width: 100% !important;
  height: auto !important;
}

#contentnews {
  max-width: 800px;
  display: block;
  margin: 0px auto;
}

#contentnews a {
  color: blue;
}

#contentnews ul {
  list-style: none;
  padding: 0;
}

#contentnews li {
  background: transparent url("/images/bullet1.gif") no-repeat scroll 0 8px;
  padding: 0 0 0 14px;
}

#contentnews table {
  max-width: 100% !important;
  /*width: auto !important;*/
}

#contentnews table,
#contentnews tr,
#contentnews th,
#contentnews td {
  border: 1px solid #eee !important;
  margin: auto;
  padding: 5px;
}

.attachments {
  display: flex;
  margin-top: 15px;
  width: 95%;
}

.attachments .attachcontent {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.attachments .filename {
  border: 1px solid #ccc;
  padding: 2px 5px;
}

.attachments a {
  font-weight: bold;
  color: blue;
  font-size: 13px;
}

/* menu slide */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1004;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-size: 16px !important;
  text-transform: uppercase;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.side-nav-second-level li a {
  text-transform: initial;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px !important;
  font-weight: bold;
}

.sidenav .side-nav-item > a {
  font-weight: bold;
}

#main {
  transition: margin-right 0.5s;
}

.img-news-home {
  max-height: 135px;
  overflow: hidden;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .img-news-home {
    max-height: initial;
  }
}

/* hero - home */

.alignwide {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.hero--front.hero--v2 {
  margin-left: -16px !important;
  position: relative;
  width: calc(100% + 32px);
  max-width: initial !important;
  margin-bottom: 0 !important;
  background-color: transparent;
  min-height: 50px;
}

.hero--front.hero--v2 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.has-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero--front.hero--v2 .hero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gutenberg-content .alignwide {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

.hero--front.hero--v2 .columns {
  min-height: 70vh;
  position: relative;
  z-index: 10;
}

.is-marginless {
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
}

.is-vcentered {
  align-items: center;
}

.is-paddingless {
  padding: 0 !important;
}

.is-flex {
  display: flex !important;
}

@media screen and (min-width: 1216px) {
  .hero--front.hero--v2 .right {
    margin-right: calc((100vw - 1152px) / -2);
  }
}

.hero--front.hero--v2 .right {
  position: absolute;
  right: 0;
  align-items: flex-end;
  padding-right: 0;
  flex-direction: column;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.column.is-4,
.column.is-4-tablet {
  flex: none;
  width: 33.3333333333%;
}

.hero--front.hero--v2 .right-side {
  padding: 24px;
  max-width: 500px;
  position: relative;
  color: #fff;
  background-color: #188178;
}

.hero--front.hero--v2 .right-side .box {
  position: relative;
  z-index: 10;
}

.course-finder__parent.clearing {
  background-color: #fff;
  min-height: 204px;
}

.course-finder__parent {
  position: relative;
  flex-wrap: wrap;
  z-index: 11;
}

.course-finder__parent.clearing .course-finder,
.course-finder__parent.clearing .tile {
  flex-basis: 50%;
  flex-grow: initial;
}

.course-finder--additional {
  justify-content: center;
  flex-wrap: wrap;
}

.course-finder--additional a {
  padding: 16px 0 0 5px;
  font-weight: 400 !important;
}

.course-finder--additional a span {
  padding: 16px 0 16px 2px;
}

.course-finder__parent section {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  align-items: flex-start;
  flex-basis: 20em;
  flex-grow: 40;
}

.course-finder__parent section#clearing-customised-tile {
  justify-content: center;
}

.course-finder__parent.clearing .tile {
  padding: 24px 35px 16px 35px;
}

.course-finder__parent section.course-finder {
  align-items: center;
  padding: 24px 8px;
}

.gutenberg-content {
  padding-left: 16px;
}

.gutenberg-content .alignfull {
  margin-left: -16px !important;
  width: calc(100% + 32px);
  max-width: initial;
}

.header--basic {
  position: relative;
  z-index: 100;
}

.header--basic:not(.no_background) svg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  z-index: 7;
}

.header--basic:not(.no_background) .content-container {
  position: relative;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 16px 8px;
}

.header--basic .offset {
  /* padding-top: 80px;
    padding-bottom: 80px;
    min-height: 45vh;
    padding-right: 32px;
    position: relative;
    z-index: 10; */
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 60vh;
  padding-left: calc((100vw - 1152px) / 2 + 16px);
  padding-right: 32px;
  position: relative;
  z-index: 10;
}

.has-text-white {
  color: hsl(0, 0%, 100%) !important;
}

.chev {
  fill: none !important;
  stroke: #3e77c0;
  stroke-width: 9;
  stroke-miterlimit: 10;
}

.header--basic .content-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  filter: grayscale(100%);
  background-color: #000;
  opacity: 0.7;
}

.header--basic svg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  height: 100%;
  width: 50%;
}

div.content-cuocsong {
  position: absolute;
  top: 60%;
  left: 4%;
}

.attachments {
  display: flex;
  margin-top: 15px;
  width: 95%;
}

.attachments .attachcontent {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.attachments .filename {
  border: 1px solid #ccc;
  padding: 2px 5px;
}

.attachments a {
  font-weight: bold;
  color: blue;
  font-size: 13px;
}

.page-title-box {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

.page-title-box a,
.page-title-box .active {
  color: #000;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}

@media screen and (min-width: 768px) {
  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media (max-width: 768px) {
  .header--basic:not(.no_background) svg {
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header--basic .offset {
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: unset !important;
  }

  h1.is-4--mobile,
  h2.is-4--mobile,
  h3.is-4--mobile,
  h4--mobile,
  h5.is-4--mobile,
  h6.is-4--mobile,
  p.is-4--mobile,
  span.is-4--mobile,
  dt.is-4--mobile,
  dd.is-4--mobile,
  label.is-4--mobile,
  button.is-4--mobile,
  small.is-4--mobile,
  li.is-4--mobile,
  cite.is-4--mobile {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .header--basic .has-bg {
    height: 220px;
  }

  .hero--front.hero--v2 .column.is-4 {
    width: 100%;
    top: 60%;
    padding: 0;
  }

  .course-finder__parent {
    position: initial;
    display: initial !important;
  }

  .home-cuocsong-left,
  .home-cuocsong-right {
    max-width: 100%;
  }

  .home-cuocsong-left,
  .home-cuocsong-right {
    margin: 0;
  }

  .home-cuocsong-left img,
  .home-cuocsong-right img {
    width: 100%;
  }

  div.content-cuocsong {
    top: 30%;
  }
}

/* --end hero-- */

.cus_ctv_line {
  position: absolute;
  left: 6px;
  top: 20px;
  bottom: -5px;
  width: 2px;
  border-left: 2px dashed #d1cacaff;
}

.cus_ctv_bullet {
  position: absolute;
  left: -31px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e31e24;
  border: 4px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
