.pd-0 .ux-logo-link {
  padding: 0 !important;
}

.mb-24 p {
  margin-bottom: 24px;
}

.font-24 h3 {
  font-size: 24px;
}

.font-32 h1, .font-32 h2 {
  font-size: 32px;
  line-height: 44px;
}

.font-36 h2 {
  font-size: 36px;
}

.font-40 h1 {
  font-size: 40px;
}

.mb-12 {
  margin-bottom: 12px;
}

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

.a-decoration a {
  text-decoration: underline;
}

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

.header-nav-main .html_topbar_left {
  color: #fff;
  font-size: 14px !important;
}
.header-nav-main .html_topbar_right {
  margin: 0 32px;
}
.header-nav-main .html_topbar_right a {
  padding: 0;
}
.header-nav-main .header-language-dropdown a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.header-nav-main .header-language-dropdown a .image-icon {
  height: 22px;
  line-height: 1;
}
.header-nav-main .header-language-dropdown a span {
  margin: 0px 10px;
}
.header-nav-main .header-language-dropdown > a {
  color: #fff !important;
}
.header-nav-main .header-language-dropdown ul li a {
  color: #000;
}
.header-nav-main .header-language-dropdown ul li a .icon-image {
  max-width: 32px;
  margin-right: 20px;
}

.header-bottom .item-home a {
  font-size: 0;
}

#logo img {
  max-height: 126px !important;
}

.wrap-form-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.wrap-form-footer .wpcf7-form-control-wrap {
  display: block;
  max-width: 360px;
  margin-right: 15px;
}
.wrap-form-footer .wpcf7-form-control-wrap input {
  height: 48px;
  border-radius: 4px;
  margin-bottom: 0;
}
.wrap-form-footer .wpcf7-submit {
  color: #fff;
  background-color: #E76D7B !important;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  margin: 0;
  text-transform: inherit;
  border-radius: 4px;
  font-weight: 500;
}
.wrap-form-footer .wpcf7-spinner {
  position: absolute;
}

.wrap-form-contact label {
  font-size: 14px;
  font-weight: 500;
}
.wrap-form-contact label input {
  height: 44px;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: none;
  margin-top: 5px;
}
.wrap-form-contact label input :focus {
  box-shadow: none;
}
.wrap-form-contact label textarea {
  border-radius: 6px;
  font-weight: 500;
  box-shadow: none;
  min-height: 135px;
  margin-top: 5px;
}
.wrap-form-contact label textarea :focus {
  box-shadow: none;
}
.wrap-form-contact .wpcf7-submit {
  border-radius: 6px;
  background-color: #004370;
  margin: 0;
  text-transform: inherit;
  font-size: 18px;
  font-weight: 500;
}

.img-banner-tuyendung {
  filter: drop-shadow(16px 16px 0px #FFC786);
}

.title-with-readmore {
  margin-bottom: 0 !important;
}
.title-with-readmore .section-title-normal {
  border-bottom: 0;
}
.title-with-readmore .section-title-normal .section-title-main {
  border-bottom: none;
  font-size: 36px;
  color: #061D38;
  font-weight: 700;
  line-height: 44px;
  text-transform: inherit;
}
.title-with-readmore .section-title-normal a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.title-with-readmore .section-title-normal a .icon-angle-right {
  background-image: url("../img/arrow.svg");
  width: 20px;
  height: 20px;
  display: block;
}
.title-with-readmore .section-title-normal a .icon-angle-right:before {
  content: none;
}

.blog-custom .cat-and-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-custom .cat-and-date * {
  font-size: 14px;
}
.blog-custom .cat-and-date .cat-label {
  color: #2E3094;
  font-weight: 600;
  opacity: 1;
}
.blog-custom .cat-and-date .post-meta {
  color: #9BA5AF;
}
.blog-custom .post-title a {
  color: #061D38;
  font-size: 16px;
  display: block;
  font-weight: 700;
}

.recruitment-item {
  padding-bottom: 16px;
}
.recruitment-item:last-child {
  padding-bottom: 0;
}
.recruitment-item > .col-inner {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #EDF1F7;
  border-radius: 6px;
}
.recruitment-item .post-title a {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #192038;
}
.recruitment-item .post-title:hover a {
  color: #233D8E;
}
.recruitment-item .job-infor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1F242E;
}
.recruitment-item .job-infor > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #3F4564;
}
.recruitment-item .job-infor > div span {
  font-weight: 500;
  color: #97A3B7;
  margin-right: 8px;
}
.recruitment-item .job-infor > div::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
}
.recruitment-item .working-job::before {
  background: url(../img/working.svg) no-repeat;
  background-size: cover;
}
.recruitment-item .address-job::before {
  background: url(../img/map.svg) no-repeat;
  background-size: cover;
}
.recruitment-item .salary-job::before {
  background: url(../img/salary.svg) no-repeat;
  background-size: cover;
}

.recruitment-item .job-infor > div + div {
  margin-left: 36px;
}

.apply-now {
  padding: 0px 24px;
  min-width: 138px;
  height: 40px;
  border: 1px solid #DAE2EE;
  background: #06377B;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.apply-now:hover {
  color: #fff;
  opacity: 0.6;
}
.apply-now::after {
  content: "";
  background: url(../img/arrow-right-white.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-left: 6px;
}

.text-showroom p {
  color: #6A7788 !important;
  font-weight: 400;
}

.content-recruitment {
  color: #3F4564;
}
.content-recruitment .content-left {
  flex: 1;
  padding-bottom: 32px;
}
.content-recruitment .content-left h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.content-recruitment ol {
  margin-bottom: 10px;
}

.content-recruitment ol li {
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #06377B;
  display: inline-block;
  padding: 4px 12px;
  min-height: 30px;
  background: #F2F4F7;
  margin-right: 16px;
  margin-bottom: 12px;
}

.title-recruitment {
  font-size: 36px;
  letter-spacing: -0.01em;
  color: #151A30;
}

.apply-first {
  line-height: 20px;
  color: #556987;
  margin-top: 12px;
}

.info-recruitment h3 {
  font-size: 18px;
  line-height: 26px;
  color: #151A30;
  margin-bottom: 16px;
}

.info-recruitment .item {
  font-weight: 500;
  line-height: 160%;
  color: #97A3B7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.info-recruitment .item span {
  color: #3F4564;
  font-weight: bold;
}

.info-recruitment .total-apply {
  background: #F8F8FD;
  padding: 16px;
  margin-bottom: 16px;
}

.info-recruitment .number-apply {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #3F4564;
  margin-bottom: 8px;
}

.info-recruitment .number-apply strong {
  color: #061D38;
}

#progress-apply {
  background: #E0E4EB;
  height: 8px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

#progress-apply::-webkit-slider-thumb {
  width: 0;
  height: 8px;
  -webkit-appearance: none;
  cursor: ew-resize;
}

.submit-job {
  padding: 12px 20px 12px 56px;
  border-radius: 4px;
  background-image: url(../img/arrow-right-white.svg);
  background-size: 24px 24px;
  background-position: center left 20px;
  background-repeat: no-repeat;
  font-weight: 500;
  color: #FAFAFF !important;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  background-color: #06377B;
}

.share-job {
  border-top: 1px solid #EDF1F7;
  padding-top: 20px;
  margin-top: 20px;
}

.list-mxh a {
  width: 44px;
  height: 44px;
  background: #FEFEFE;
  border: 1px solid #C5CEE0;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.list-mxh a .tooltiptext {
  display: none;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  line-height: normal;
  padding: 5px 15px;
}

.list-mxh a .tooltiptext::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent black transparent;
  z-index: 1;
}

.list-mxh a + a {
  margin-left: 12px;
}

.info-recruitment .related-recruitment {
  margin-top: 40px;
}

.related-recruitment ul li:last-child {
  margin-bottom: 0;
}

.related-recruitment ul li {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DAE2EE;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}

.related-recruitment ul li h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #061D38;
  margin-bottom: 0;
  flex: 1;
  margin-right: 17px;
}

.related-recruitment ul li h3 a {
  margin-bottom: 4px;
  display: block;
  color: #192038;
}

.related-recruitment ul li h3 a:hover {
  color: #254EDB;
}

.related-recruitment .info-job {
  color: #6A7788;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.related-recruitment .info-job > div + div::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #9BA5AF;
  border-radius: 50%;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
}

.content-left p {
  margin-bottom: 16px;
}

.readmore-recruitment {
  padding: 8px;
  width: 32px;
  height: 32px;
  background: #F8F9FA;
  border-radius: 32px;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 10px 12px;
  background-position: 50%;
}

#popup_apply_job .form-head {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#popup_apply_job .maintitle {
  color: #06377B;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  width: 100%;
}

#popup_apply_job .related-recruitment {
  color: #556987;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #D6DDEB;
  padding-bottom: 21px;
  margin-bottom: 20px;
  width: 100%;
}

.total-apply .progress-bar {
  background: #D6DDEB;
  width: 100%;
  height: 8px;
  font-size: 0px;
  overflow: hidden;
}

.total-apply .progress-bar .container-progressbar {
  color: #1ccf77;
  font-size: 1px;
  background: #1ccf77;
  height: 8px;
}

.content-banner-tuyendung {
  position: relative;
  padding: 10px 0px 1px 40px;
}
.content-banner-tuyendung:before {
  content: "";
  background-image: url("../img/line-2-color.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content-banner-tuyendung h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-banner-tuyendung h3 {
  font-size: 24px;
}

.banner-single-recruitments {
  margin-bottom: 48px;
}
.banner-single-recruitments img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-contact label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #061D38;
  margin-bottom: 4px;
}
.form-contact .wpcf7-form-control:not(.wpcf7-file, .wpcf7-submit) {
  padding: 12px 16px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #D6DDEB;
  border-radius: 4px;
  box-shadow: none !important;
  margin-bottom: 20px;
  color: #97A3B7;
  font-size: 14px;
}
.form-contact .wpcf7-form-control.wpcf7-textarea {
  min-height: 107px;
}
.form-contact .btn-submit {
  border-top: 1px solid #E0E4EB;
  padding-top: 20px;
  margin-top: 20px;
}
.form-contact .wpcf7-submit {
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  text-transform: none;
}
.form-contact input.wpcf7-file {
  height: 100%;
  opacity: 0;
}
.form-contact .file-job {
  position: relative;
  display: flex;
  justify-content: end;
}
.form-contact .file-job .label-file {
  border: 1px dashed #06377B;
  border-radius: 4px;
  padding: 16px 20px 16px 40px;
  text-align: right;
  width: -moz-max-content;
  width: max-content;
}
.form-contact .file-job .label-file span {
  position: relative;
}
.form-contact .file-job .label-file span::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  background-image: url(../img/gim.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 19px;
}
.form-contact .file-job .wpcf7-form-control-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
}
.form-contact button.btn-send-recrui {
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-contact button.btn-send-recrui span.arrow {
  width: 20px;
  height: 20px;
  background-image: url(../img/send.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-left: 5px;
}

.wrap-form-page input {
  height: 40px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
.wrap-form-page input:focus {
  box-shadow: none;
}
.wrap-form-page textarea {
  min-height: 43px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
.wrap-form-page textarea:focus {
  box-shadow: none;
}
.wrap-form-page .row .col {
  padding-bottom: 22px;
}
.wrap-form-page .resgister-time-to-school span {
  display: block;
  font-weight: 500;
  font-style: italic;
}
.wrap-form-page .check-box-list .wpcf7-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap-form-page .check-box-list .wpcf7-checkbox .wpcf7-list-item {
  width: 50%;
  margin-right: 0;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.wrap-form-page .check-box-list .wpcf7-checkbox .wpcf7-list-item input {
  min-height: unset;
  height: 20px !important;
  width: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
}
.wrap-form-page .wpcf7-submit {
  text-transform: inherit;
  opacity: 1;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 24px;
  margin-bottom: 0;
}

.wrap-form-page.wrap-form-experience-openday .check-box-list .wpcf7-checkbox {
  justify-content: flex-start;
}
.wrap-form-page.wrap-form-experience-openday .check-box-list .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 20px;
  width: auto;
}
.wrap-form-page.wrap-form-experience-openday .check-box-list .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 1;
}

.box-img-giatri-nentang .box-text-inner > h4 {
  font-size: 20px;
}
.box-img-giatri-nentang .box-text-inner > p {
  font-size: 16px;
  display: none;
}
.box-img-giatri-nentang:hover .box-text-inner * {
  text-shadow: none;
}
.box-img-giatri-nentang:hover .box-text-inner > p {
  display: block;
}

.ul-custom-admissions ul {
  margin-bottom: 0;
}
.ul-custom-admissions ul li {
  margin-bottom: 0;
}
.ul-custom-admissions ul ul {
  margin-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.min-height-77 {
  min-height: 77px;
}

.header-nav .sub-menu li a {
  color: #334862;
}

form.checkout_coupon .is-form:hover {
  background-color: #24283f !important;
}

@media only screen and (max-width: 48em) {
  .font-36 h2 {
    font-size: 28px;
  }
  .box-recruitment .job-infor {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .box-recruitment .job-infor > div + div {
    margin-left: 0;
  }
  .title-with-readmore .section-title-normal .section-title-main {
    font-size: 28px;
    line-height: 32px;
  }
  .title-recruitment {
    font-size: 28px;
  }
  .content-banner-tuyendung {
    padding: 10px 0px 1px 20px;
  }
  .content-banner-tuyendung h2 {
    font-size: 28px;
  }
  .content-banner-tuyendung h3 {
    font-size: 18px;
  }
  .mobile-pb-0 {
    padding-bottom: 0 !important;
  }
  .mobile-mb-0 {
    margin-bottom: 0 !important;
  }
  .wrap-form-page input {
    margin-bottom: 0;
  }
  .wrap-form-page .check-box-list .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
  .box-img-giatri-nentang .box-text {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .font-40 h1 {
    font-size: 26px;
  }
  .mobile-pb-15 {
    padding-bottom: 15px;
  }
  [data-icon-label]:after {
    letter-spacing: normal;
  }
}/*# sourceMappingURL=custom.css.map */