/* ================================================== */
/* Default WP Style */
/* ================================================== */

.vc-card--post.vc-card--pa {
  margin-top: 20px;
}
.vc-card--post .title-feature {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* .vc-article {
  margin-top: 130px;
} */
button#tuyen_dung_submit {
  margin-bottom: 20px;
}
.vc-search {
  background: linear-gradient(90deg, #22346a 0%, #17469e 74.48%);
}

/* div#jsBanner {
  margin-top: 130px;
} */


/* Tablet & mobile */
@media only screen and (max-width: 1200px) {
  div#jsBanner {
    margin-top: 77px;
  }
  .fancybox-content {
    margin-bottom: 50%;
  }

  .vl-header__logo {
    top: 11px;
  }
  .vl-popup--search .vl-popup__content {
    max-width: 100%;
}
.vl-popup--search .vl-popup__content {
    padding: 20px;
}
}

@media only screen and (max-width: 768px) {
  .fancybox-content {
    padding: 0 10px !important;
  }
  .vl-popup--search .vl-popup__content {
    padding: 20px 10px !important;
    max-width:86vw !important;
  }
  .vp-home__blog {
    background: linear-gradient(
      to right,
      #ae2c23 0%,
      #ae2c23 100%,
      #f1f1f1 50%,
      #f1f1f1 100%
    );
    /* padding-top: 40px; */
    padding-bottom: 40px;
    overflow: hidden;
  }

  .submit_anh_upload {
    margin-left: 40px !important;
  }
  .icon-avatar-upldate > .vc-icon {
    top: 35px;
    left: -222px;
  }

  .vp-profile .vp-profile__tab {
    margin-top: 20px;
  }
  .vp-profile__sidebar {
    margin-bottom: 20px;
  }

  .vl-header__user {
    justify-content: center;
  }
  .vc-link--event {
    border-radius: 10px;
    padding: 10px 5px;
  }
  .vp-account__btn {
    flex-direction: column;
  }

  .vp-account__btn span {
    font-size: 0.9rem;
    margin-right: 0px;
    margin-bottom: 5px;
    text-align: center;
    white-space: nowrap;
  }
  .vp-account__btn em {
    white-space: nowrap;
  }

  .vc-card--post .vc-card__ttl {
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
  }

  .vc-partner .swiper-button-next svg,
  .vc-partner .swiper-button-prev svg {
    fill: rgba(23, 70, 158, 0.5);
    font-size: 1.2rem;
  }

  .vc-card--post .vc-card__readmore {
    white-space: nowrap;
  }

  .vc-card--post .vc-headline--bd-start {
    margin-top: 20px;
  }

  .vp-home__blog .vc-headline--bd-start {
    color: #fff;
  }
  .vc-headline--bd-start:after {
    background-color: #fff;
  }

  .vc-link--event span {
    font-size: 1rem;
    font-weight: 600;
  }
  .vc-link--event em strong {
    font-size: 1.2rem;
  }
  .vc-link--event em {
    font-size: 1.2rem;
  }
}

.vl-top__nav {
  display: flex;
}
.vl-top__nav li {
  list-style: none;
  margin-right: 10px;
}

.vc-card__box span.waiting {
  color: #034ea1;
}
.vp-profile__avatar-nav img#avatar_show {
  left: -51px;
  width: auto !important;
  border-radius: 50%;
}
.vp-profile__sidebar-avatar img#avatar_show {
  border-radius: 50%;
}
.delete-hoc-van-js,
.delete-chung-chi-khac-js,
.delete-ngoai-ngu-js,
.delete-kinh-nghiem-js {
  float: right;
  margin-left: 10px;
}

.bootstrap-switch-square {
  float: left;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 96px;
  height: 36px;
  padding: 1px;
  border-radius: 3px;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #fff;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 9px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #007aff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 1px;
  left: -5px;
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 70px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

.vc-btn--apply {
  background-color: #ae2c23;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 10px 15px;
  transition: background-color 0.25s;
}
.vc-btn--save:hover,
.vc-btn--save.saved {
  background-color: #034ea1;
  color: #fff;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.vc-btn--save {
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 50px;
  color: #034ea1;
  font-size: 1.0625rem;
  line-height: 1;
  padding: 9px 15px;
  transition: background-color 0.25s;
}
.vc-job {
  background-color: #f6f6f6;
  border-radius: 22px;
  margin-bottom: 30px;
  padding: 30px 20px;
}
.vc-icon {
  height: 1em;
  transition: fill 0.25s;
  width: 1em;
}
.vc-job__info {
  font-size: 1.125rem;
  color: #1f1f1f;
  margin-bottom: 10px;
  padding-left: 25px;
  width: 100%;
}
.vc-job__info img {
  left: 0;
  top: 3px;
  width: 18px;
}
.vc-btn--apply svg {
  fill: currentColor;
  font-size: 1rem;
  margin-right: 5px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.ck-editor__editable_inline {
  min-height: 400px;
}

button.multiselect {
  background-color: initial;
  border: 1px solid #ced4da;
  width: 100%;
}

.btn-group {
  width: 100%;
}
.multiselect-container {
  width: 100%;
}
.vc-textarea ul li {
  list-style: none;
}

#formId .submit_anh_upload {
  background: none;
  border: none;
  margin: 8px 0;
  padding: 0;
  cursor: pointer;
}

ul.tong-tin {
  display: flex;
  padding-left: 0px;
}
ul.tong-tin li {
  margin-right: 10px;
  list-style: none;
}
#formId .icon-avatar-upldate {
  margin-right: -20px !important;
}

.anh_upload {
  display: none;
}

.vp-profile__avatar-nav img.avatar {
  left: -50px;
  width: auto !important;
}

a:hover {
  text-decoration: none;
}

.vc-select select {
  padding: 16px 23px 16px 15px;
  height: unset;
}

.vl-top__btn {
  background-color: #ae2c23;
  border-radius: 25px;
  margin-left: 10px;
  overflow: hidden;
}

.vl-top__btn a:first-child {
  margin-left: 0;
  padding-right: 0;
}
.vl-top__btn a {
  color: #fff;
  font-size: 0.9375rem;
  margin-left: 10px;
  padding: 3px 10px;
  transition: color 0.25s;
}
.vl-top__btn a:before {
  background-color: hsla(0, 0%, 100%, 0.4);
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.um .um-form input[type="text"],
.um .um-form input[type="search"],
.um .um-form input[type="tel"],
.um .um-form input[type="password"],
.um .um-form textarea {
  color: #666666;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  color: #000;
  font-size: 1rem;
  height: 55px !important;
  padding: 10px 15px;
  transition: background-color 0.25s;
  width: 100%;
}

.um input[type="submit"].um-button {
  /* background: #3ba1da; */
  background: #fff !important;
  border-radius: 25px !important;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 15%);
  color: #17469e !important;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.3;
}
.um input[type="submit"].um-button:hover,
.um input[type="submit"].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
  background: #17469e !important;
  color: #fff !important;
}

.vl-footer__copy {
  color: #fff;
  font-size: 0.8125rem;
}

.vl-footer__copy a:hover {
  color: #fff;
  text-decoration: underline;
}
.vl-footer__copy a {
  color: #fff;
  font-size: 0.8125rem;
}

.vc-top__switch {
  background-color: #fff;
  border-radius: 25px;
  bottom: 0;
  cursor: pointer;
  height: 25px;
  margin-left: 15px;
  width: 80px;
}
.vc-top__switch a {
  border-radius: 25px;
  color: #044a98;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  padding: 0 10px;
  width: 50%;
  z-index: 2;
}

.vc-top__switch a.current {
  background: linear-gradient(
    90deg,
    #a26f29 1.95%,
    #f5e482 24.56%,
    #d0a33e 69.28%,
    #f5e482 98.43%
  );
  color: #fff;
}

.vl-popup.show,
.show.vl-popup--quickview,
.show.vl-popup--search,
.show.vl-popup--filter,
.show.vl-popup--cancel {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

/* .vl-popup,
.vl-popup--quickview,
.vl-popup--search,
.vl-popup--filter,
.vl-popup--cancel {
  background-color: rgba(31, 31, 31, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  top: 0;
  transition: opacity 0.25s, visibility 0.25s;
  width: 100%;
  z-index: -1;
} */

.vl-popup--search .vl-popup__content {
  background-color: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 25%);
  border-radius: 22px;
  max-width: 96vw;
  padding: 50px;
  width: 600px;
}

.vl-popup--search .vl-popup__close {
  top: 15px;
  right: 30px;
}

.vl-popup--search .vl-popup__close svg {
  fill: #034ea1;
}
.vl-popup__close svg {
  fill: #fff;
  font-size: 1.25rem;
}
.v-icon {
  height: 1em;
  transition: fill 0.25s;
  width: 1em;
}
img,
svg {
  vertical-align: middle;
}
.vl-popup--search .vl-popup__input {
  font-size: 0;
  width: 100%;
}

.vl-popup--search .vl-popup__input input {
  background-color: #fff;
  border: 1px solid #034ea1;
  border-radius: 5px;
  color: #1f1f1f;
  font-size: 1.125rem;
  line-height: 1;
  height: 50px;
  padding: 10px 75px 10px 15px;
  width: 100%;
}

.vl-popup--search .vl-popup__input button {
  background-color: #034ea1;
  border-width: 0;
  border-radius: 0 3px 3px 0;
  height: 48px;
  right: 1px;
  margin: 0;
  padding: 0;
  top: 1px;
  transition: background-color 0.5s;
  width: 70px;
}

img#avatar_show_header {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 50%;
}

.vp-profile__sidebar-user-menu a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 37px;
}

/* LynkNeo add 2022/09/10 START */
.wp-block-table {
  margin-bottom: 15px;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.vc-article__content table td,
.vc-article__content table th,
.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid #bdbdbd !important;
  color: #1f1f1f;
  /*font-size: 1.4rem;*/
  padding: 15px;
  vertical-align: top;
}

.vc-article__content table th,
.wp-block-table table th {
  background-color: #034ea1;
  color: #fff;
}

.vc-article__content tr:nth-child(2n),
.wp-block-table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.vc-article__share {
  margin-bottom: 30px;
}
/* LynkNeo add 2022/09/10 END */