/* tin tuyen dung */

.tuyen-dung-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.tuyen-dung-info-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tuyen-dung-info-detail .item-field {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  gap: 10px;
  align-items: center;
  color: #28282a;
  font-size: 16px;
}

.tuyen-dung-info .title,
.tuyen-dung-info .title a {
  color: #000000 !important;
}

.tuyen-dung-info-detail .item-field.price {
  color: #f9c83b;
}

.tuyen-dung-image img {
  border-radius: 4px;
}

.tuyen-dung-pagination a,
.tuyen-dung-pagination a:hover,
.tuyen-dung-pagination span,
.tuyen-dung-pagination span:hover {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid #5d6274;
  border-radius: 99%;
  font-size: 15px;
  align-items: center;
  padding-top: 2px;
  color: #5d6274;
}

.tuyen-dung-pagination span {
  border: 1px solid #000000;
  color: #000000;
}

/* Search tuyen dung */

.tuyen-dung-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-form-wrapper {
  display: flex;
  width: 100%;
  /* gap: 15px; */
  justify-content: space-between;
  align-items: center;
}

.search-taxonomy-column {
  display: flex;
  gap: 10px;
}

.search-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.taxonomy-select,
.taxonomy-select:focus {
  border-radius: 6px;
  border: none;
  box-shadow: none;
  background-color: #f7f7f7;
  background: #f7f7f7 url("../images/arrow-down.svg") no-repeat right 0.2rem
    center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.9rem;
  width: 162px;
}

.tuyen-dung-search-container .searchform-wrapper {
  width: 70%;
}

.tuyen-dung-search-container .searchform-wrapper input {
  border-radius: 6px !important;
  padding-left: 40px;
  font-size: 0.9em;
  border: none;
}

.tuyen-dung-search-container .button.icon i {
  font-size: 0.9em;
}

.tuyen-dung-search-container .btn-submit,
.tuyen-dung-search-container .btn-submit:hover {
  color: #000000;
  border-radius: 6px;
  background-color: var(--fs-color-primary);
  box-shadow: none;
  font-size: 0.8em;
  margin: 0;
  font-weight: 500;
}

.serch-input-wrapper {
  width: 50%;
  display: flex;
  gap: 3px;
  align-items: center;
}

/* Custom single tin tuyen dung */

.single-tin-tuyen-dung-wrapper {
  padding: 40px 0 0 0;
}

.single-tin-tuyen-dung-section {
  background: #f4f4f4;
  padding: 40px 0;
}

.back-to-list,
.back-to-list:hover {
  color: #f9c83b;
  display: flex;
  gap: 3px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.tuyen-dung-info-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tuyen-dung-action {
  text-align: center;
}

.tuyen-dung-action a {
  margin: 0 !important;
}

.content-post {
  background: #ffff;
  border-radius: 8px;
  padding: 25px !important;
  font-size: 16px;
}

.title-job-related {
  color: #2a1a58;
}
/* related job */

.title-related {
  color: #2a1a58 !important;
  font-size: 15px;
  margin-bottom: 3px;
}
.item-related {
  padding: 20px 0;
}

.item-related:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.item-related .tuyen-dung-info-detail {
  gap: 3px;
}

.item-related .tuyen-dung-info-detail .item-field {
  font-size: 15px;
}

.tuyen-dung-action .social-icons {
  font-size: 0.75em;
}

.single-tin-tuyen-dung-wrapper .tuyen-dung-search-form {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.btn-apply {
  color: #000000;
  border-radius: 6px;
  background-color: var(--fs-color-primary);
  box-shadow: none;
  font-size: 1em;
  margin: 0;
  padding: 10px 20px;
}

#apply {
  padding: 30px 25px;
  border-radius: 15px;
}

#apply input[type="email"],
#apply input[type="number"],
#apply input[type="search"],
#apply input[type="tel"],
#apply input[type="text"],
#apply input[type="url"] {
  border-radius: 10px !important;
  font-size: 15px !important;
  padding: 23px 10px !important;
}

#apply select {
  border-radius: 10px !important;
  font-size: 15px !important;
  height: 49px;
  background: url("../images/arrow-down.svg") no-repeat right 0.2rem center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#apply textarea {
  border-radius: 10px !important;
  font-size: 15px !important;
}

#apply .mb-3 {
  margin-bottom: 1rem;
}

#apply .note-file {
  font-size: 13px;
  color: #515053;
}

#apply .mfp-close {
  position: relative;
}

#apply .form-action {
  margin-top: 15px;
}

.btn-close-form {
  background: #e0e0e1;
  text-transform: capitalize;
  border-radius: 16px;
  font-size: 16px;
  padding: 6px 30px;
}

#apply .wpcf7-submit {
  font-size: 16px;
  padding: 5px 44px;
  border-radius: 16px;
  text-transform: capitalize;
  color: #000000;
  position: relative;
}

#apply .wpcf7-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/send-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.file-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.custom-file-label {
  display: inline-block;
  padding: 4px 8px;
  background-color: #579dff1f;
  color: #066dfd;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 18% !important;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0;
}

.custom-file-label:hover {
  background-color: #d8e6ff;
}

.file-name {
  font-size: 14px;
  color: #666;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upload-group {
  width: 100%;
}

.upload-group p {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 7px !important;
}

#apply input[type="file"] {
  display: none;
}

#apply input:focus-visible {
  outline: none !important;
}

#apply .wpcf7 .wpcf7-not-valid-tip {
  font-size: 15px;
}

.title-hidden {
  display: none;
}

#applySuccess {
  border-radius: 20px;
}

/* Lich su kien */

/* .events-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.events-container h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
} */

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.event-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}
.event-item.empty {
  visibility: hidden;
}

.event-top {
  text-align: left;
  padding: 20px 25px;
  /* background: #f8f8fa; */
}

.event-top p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}

.event-top span {
  text-transform: uppercase;
  font-size: 14px;
  color: #5d6274;
  letter-spacing: -0.5px;
}

.event-details {
  padding: 30px 25px;
  text-align: left;
  background-color: #f8f8fa;
  position: relative;
}

.event-details .title-event {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
}

.event-details .time {
  color: #5d6274;
  font-size: 14px;
  margin-bottom: 5px;
}
.btn-dangky {
  position: absolute;
  bottom: 30px;
}

.btn-dangky {
  color: #000000;
  font-size: 16px;
  border: 1px solid;
  border-radius: 3px;
  padding: 10px 20px;
}
.event-top {
  position: relative;
}
.event-top::after {
  content: "";
  border-bottom: 2px solid #000000;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
}

.event-item:hover .event-top {
  background-color: #f8f8fa;
}

.event-item:hover .event-top::after {
  opacity: 1;
}

.event-item:hover .event-details {
  background-color: #000000;
  color: #fff;
}

.event-item:hover .title-event {
  color: #ffff;
}

.event-item:hover .btn-dangky {
  background-color: #f9c83a;
}

.event-feature {
  height: 270px;
  object-fit: cover;
}

.event-details {
  height: 270px;
}

.h2-lich-su-kien {
  color: #000000;
  margin-bottom: 20px;
}

/* event header */

.events-header h2 {
  margin-bottom: 0;
  color: #000000;
  font-weight: 500;
}
.events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.events-header .month-filter {
  white-space: nowrap;
  display: flex;
  gap: 20px;
  align-items: center;
}

.events-header .month-filter a {
  width: 40px;
  text-align: center;
  background: #f8f8fa;
  border-radius: 4px;
  font-size: 30px;
  line-height: 1;
}

.events-header .month-filter span {
  font-size: 15px;
  font-weight: 500;
}

/* doc file report */

.doc-file-report .tabbed-content li {
  padding: 8px 20px;
  margin-right: 0;
}

.doc-file-report .tabbed-content li.active {
  background-color: #f8f8fa;
}

.doc-file-report .tabbed-content li.active a {
  color: #000000;
}
.doc-file-report .tabbed-content li a {
  text-transform: none;
  color: #0b1740;
}

.doc-file-report .tabbed-content li a::before {
  background-color: #000000;
  height: 2px;
}

.doc-file-report .accordion {
  padding: 0 10px;
}
.doc-file-report .accordion-title {
  cursor: pointer;
  padding: 10px 0;
  text-transform: uppercase;
  background: none;
  border-bottom: 1px solid #e0e0e1;
  border-top: none;
  color: #000000;
  position: relative;
}

.doc-file-report .accordion-title.active {
  background: none;
  border-bottom: 1px solid #e0e0e1;
  border-top: none;
  color: #000000;
}

.doc-file-report .accordion-title:after {
  position: absolute;
  content: "\203A";
  width: 30px;
  height: 30px;
  right: 10px;
  background: #f8f8fa;
  text-align: center;
  line-height: 0.9;
  font-size: 30px;
  font-weight: 200;
  border-radius: 4px;
}

.doc-file-report .accordion-item {
  margin-bottom: 30px;
}
.doc-file-report .file-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doc-file-report .file-list li {
  padding: 0 0 0 10px;
  margin: 0;
}

.doc-file-report .title-baocao {
  font-weight: 500;
  margin-top: 30px;
  color: #0b1740;
}

.doc-file-report .item-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e1;
  padding: 30px 0 3px 0;
  gap: 10px;
}

.doc-file-report .item-file .info-file {
  display: flex;
  align-items: start;
  gap: 15px;
}

.doc-file-report .item-file .info-file .info-file-content p {
  color: #0b1740;
  font-size: 15px;
}

.doc-file-report .item-file .info-file .file-date {
  font-size: 13px;
  color: #5d6274;
}

.filter-wrapper {
  margin-left: auto;
}

#filterFormReport {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}

#filterFormReport label {
  margin-bottom: 0;
  font-weight: normal;
}

#filterFormReport #filter-year {
  margin-bottom: 0;
  /* background: url("../images/arrow-down.svg") no-repeat right 0.2rem center; */
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
}

/* header */

.header .nav-top-link {
  padding: 10px 18px;
}

.header .nav-spacing-xlarge > li {
  margin: 0;
}

.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  height: 1px !important;
}

.content_kdht p {
  color: #6b728b;
  text-align: justify;
  font-size: 16px;
}

/* linh vuc hoat dong */

.sectionLinhVuc .accordion-title {
  padding: 40px 0 !important;
}

.sectionLinhVuc .accordion-inner {
  padding: 1em 0 2em 3.5em;
}

.sectionLinhVuc .accordion-title.active {
  padding-bottom: 0 !important;
}

.sectionLinhVuc .accordion-item:not(:has(.active)) {
  border-bottom: 1px solid #877a7a52;
}

.sectionLinhVuc .accordion-item:has(.active) {
  border-bottom: 1px solid #ffffff;
}

.list_sponsor .gallery-col img {
  margin: auto;
  padding: 20px;
}

.blog_posts_home .post-title a {
  margin-right: 60px;
  position: relative;
  color: #000000;
}

.ux-menu-link__icon {
  color: #ffff;
}

.absolute-footer {
  display: none;
}

/* gioi thieu */

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

.iconboxGioiThieu {
  cursor: pointer;
}

.iconboxGioiThieu:not(:last-child) {
  margin-bottom: 50px;
}

.iconboxGioiThieu svg {
  background: #4b4c4d;
  border-radius: 8px;
  padding: 10px !important;
}

.iconboxGioiThieu .icon-box-text {
  color: #4b4c4d;
}

.iconboxGioiThieu .icon-box-text h3 {
  margin-bottom: 5px;
}

.iconboxGioiThieu .icon-box-text p {
  font-size: 18px;
  text-align: justify;
}

.iconboxGioiThieu.active svg {
  background: #f9c83a;
  border: 1px solid #ffff;
}

.iconboxGioiThieu.active .icon-box-text,
.iconboxGioiThieu.active .icon-box-text h3 {
  color: #fff !important;
}

.iconboxGioiThieu .icon-box-img + .icon-box-text {
  padding-left: 3em !important;
}

/*  */

.title-vpdd h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}

.title-vpdd span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(249, 200, 58, 1);
  text-transform: uppercase;
}

.title-vpdd p {
  margin-bottom: 0.8em;
}

.iconVPDD {
  align-items: center;
  margin-bottom: 10px;
}

.iconVPDD img {
  padding-bottom: 5px !important;
}
.iconVPDD h6 {
  color: #ffff;
  text-transform: none;
}

.content_map_1 a.icon-circle:hover,
.content_map_1 a.remove:hover {
  color: #ffff !important;
}

/* .colFormLienHe  */

.colFormLienHe input[type="email"]:focus,
.colFormLienHe input[type="number"]:focus,
.colFormLienHe input[type="password"]:focus,
.colFormLienHe input[type="search"]:focus,
.colFormLienHe input[type="tel"]:focus,
.colFormLienHe input[type="text"]:focus,
.colFormLienHe select:focus,
.colFormLienHe textarea:focus {
  color: #000000;
  opacity: 1 !important;
  outline: 0;
  border-radius: 8px;
  border: 1px solid #e0e0e1;
}

.colFormLienHe .select-resize-ghost,
.colFormLienHe .select2-container .select2-choice,
.colFormLienHe .select2-container .select2-selection,
.colFormLienHe input[type="date"],
.colFormLienHe input[type="email"],
.colFormLienHe input[type="number"],
.colFormLienHe input[type="password"],
.colFormLienHe input[type="search"],
.colFormLienHe input[type="tel"],
.colFormLienHe input[type="text"],
.colFormLienHe input[type="url"],
.colFormLienHe select,
.colFormLienHe textarea {
  color: #000000;
  opacity: 1 !important;
  outline: 0;
  border-radius: 8px;
  border: 1px solid #e0e0e1;
}

.icon-action-file {
  display: flex;
  gap: 5px;
}

.banner-sukiensapdienra img,
.banner-sukiensapdienra {
  border-radius: 12px;
}

.content_map_1 .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 0.5em;
}

.content_map_1 .icon-box {
  opacity: 0.6;
}

.blog_posts_media .button,
.btn-info-more span {
  font-weight: 500 !important;
}

.next-event-container {
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 100%;
  margin: 0 auto;
}

.next-event-container h2 {
  color: #ffd700 !important;
  font-size: 20px !important;
  text-transform: uppercase;
  margin: 0 0 30px 0 !important;
  font-size: 17px !important;
}

.next-event-container h3 {
  font-size: 33px !important;
  margin: 20px 0 !important;
}

.next-event-container p {
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 40px !important;
}

.next-event-container .date-event {
  margin: 20px 0;
}

.next-event-container a {
  background-color: #ffd700;
  color: #000 !important;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
}

#apply label {
  font-weight: 500;
}

.back-to-top .icon-angle-up:before {
  content: "";
  background-image: url(../images/elements.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 54%;
  left: 56%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  filter: brightness(0.5);
}
.back-to-top {
  border: 2px solid #3f4649 !important;
  bottom: 11% !important;
  width: 50px;
  height: 50px;
}

.back-to-top i {
  width: 100%;
  height: 100%;
  position: relative;
}

/* mobile */
@media screen and (max-width: 768px) {
  .content_map_1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }

  .css_banner_home {
    position: absolute;
    z-index: 2;
    right: 10%;
    top: 10%;
  }
  .css_banner_home h3 {
    font-size: 1.8em !important;
  }

  .css_banner_home p {
    margin: 0;
    font-size: 0.6em;
  }

  .banner_gtc p {
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 44px !important;
    letter-spacing: -0.02em !important;
    text-decoration-skip-ink: none;
  }

  .timeline {
    gap: 5px !important;
  }

  .text-linhvuchd h2 {
    font-size: 1.2em !important;
    line-height: 1 !important;
    margin-top: 0 !important;
    text-transform: uppercase;
  }

  .sectionLinhVuc .accordion-inner {
    padding: 0em 0 1.5em 3.5em;
  }

  .row_lvhd .accordion span {
    font-size: 18px !important;
  }

  .accor_custom_about .accordion-title.active,
  .accordion-inner p {
    font-size: 18px !important;
  }

  .sectionLinhVuc .accordion-title {
    padding: 20px 0 !important;
    margin-bottom: 20px;
  }

  .sectionLinhVuc .accordion-title.active {
    margin-bottom: 0;
  }

  .sectionLinhVuc .accordion-inner p {
    text-align: justify;
    font-size: 16px !important;
  }
  .gallery-col .box-text {
    display: none;
  }

  .iconboxGioiThieu .icon-box-img + .icon-box-text {
    padding-left: 1em !important;
  }

  .iconboxGioiThieu.active .icon-box-text h3 {
    font-size: 1.3em !important;
  }

  .iconboxGioiThieu .icon-box-text p {
    font-size: 16px;
  }

  .text-justify h2 {
    font-size: 1.5em !important;
    margin-bottom: 0 !important;
  }

  .text-justify p span {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1;
    text-align: justify;
    color: rgba(75, 76, 77, 1);
  }

  .CEO_share p:first-child {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 19px !important;
    letter-spacing: 0 !important;
    text-align: justify;
    padding-right: 10px;
  }

  .list_CEO .col {
    padding: 0 10px 0px;
  }

  .banner_truyenthong .post-title {
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
  }

  /*  */
  .event-item {
    box-shadow: 0 1px 5px rgb(0 0 0 / 44%) !important;
    margin-bottom: 40px;
  }

  .doc-file-report .tabbed-content li {
    padding: 0px 8px;
    margin-right: 0;
    font-size: 3.7vw;
  }
  .icon-action-file {
    width: 80px;
    justify-content: flex-end;
  }
  .doc-file-report .item-file .info-file .info-file-content p {
    color: #0b1740;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 3em;
    font-size: 13px;
  }

  .banner_td p {
    font-size: 16px !important;
  }

  .search-form-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }

  .serch-input-wrapper {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
  }
  .tuyen-dung-search-container .searchform-wrapper {
    width: 100%;
  }

  .tuyen-dung-search-container .btn-submit,
  .tuyen-dung-search-container .btn-submit:hover {
    white-space: nowrap;
  }

  .search-taxonomy-column {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .taxonomy-select,
  .taxonomy-select:focus {
    width: 48%;
  }

  .tuyen-dung-item {
    gap: 10px;
  }

  .tuyen-dung-info-detail .item-field {
    font-size: 14px;
  }
  .tuyen-dung-search-form {
    padding-bottom: 20px !important;
  }

  .tuyen-dung-info-top {
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .single-tin-tuyen-dung-section .tuyen-dung-info-detail {
    width: 60%;
  }
  .back-to-list,
  .back-to-list:hover {
    padding-left: 10px;
  }

  .tuyen-dung-info .title,
  .tuyen-dung-info .title a {
    padding-left: 10px;
  }

  .single-tin-tuyen-dung-section {
    padding: 20px 0;
  }

  .job-related {
    padding: 20px 30px !important;
  }

  .item-related {
    padding: 15px 0;
  }

  .item-related .tuyen-dung-info-detail {
    width: 100%;
  }

  .item-related .tuyen-dung-info-detail .item-field {
    font-size: 13px !important;
  }

  .title-related {
    margin-bottom: 10px;
  }

  .next-event-container h2 {
    margin: 0 !important;
    font-size: 12px !important;
  }

  .next-event-container h3 {
    font-size: 18px !important;
    margin: 10px 0 !important;
  }
  .next-event-container p {
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 0px !important;
  }

  .next-event-container .date-event {
    margin: 6px 0;
  }

  .next-event-container a {
    background-color: #ffd700;
    color: #000 !important;
    text-decoration: none;
    padding: 4px 14px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    font-size: 9px;
  }

  .next-event-container {
    padding: 0;
  }

  .blog_posts_home .post-item {
    padding-bottom: 10px;
  }

  .lh-1 {
    line-height: 1;
  }

  .custom-file-label {
    width: 30% !important;
  }
}
