body {
  overflow-x: hidden;
}
body #skipToContent:focus {
  left: 0;
}
body .content-wrap .result-listing .item .col .title {
  position: relative;
}
body .content-wrap .result-listing .item .col .title .icon-info {
  position: relative;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
body .content-wrap .result-listing .item .col .title .icon-info:before {
  content: "";
  display: inline-block;
  background-image: url(../assets/img/icon/info2.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
body .content-wrap .result-listing .item .col .title .icon-info + .tips-box {
  font-weight: 400;
  min-width: 320px;
  z-index: -1;
  width: 129px;
  background-color: #f9f0dd;
  color: #373737;
  padding: 10px 14px;
  position: absolute;
  top: 40px;
  left: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.23);
  opacity: 0;
}
body .content-wrap .result-listing .item .col .title .icon-info + .tips-box .arrow {
  position: absolute;
  left: 23px;
  top: -18px;
}
body .content-wrap .result-listing .item .col .title .icon-info + .tips-box .arrow:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 20px 10px;
  border-color: transparent transparent #f9f0dd transparent;
  -webkit-filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.23));
  filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.23));
}
body .content-wrap .result-listing .item .col .title .icon-info + .tips-box .arrow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  background-color: #f9f0dd;
  top: 20px;
}
body .content-wrap .result-listing .item .col .title .icon-info:hover + .tips-box {
  opacity: 1;
  z-index: 1;
}
body .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.toolbar-fixed.search-enable {
  margin-top: 74px;
}
body .user-login-form .forget-password {
  color: #0953c0;
}
body .btn-scroll {
  cursor: auto;
}
body .mfp-close-btn-in .mfp-close {
  font-size: 50px;
}
body .job-search-filter {
  background-color: #6464E4;
  background-image: none;
}
body .job-advanced-filter .top .btn-close {
  background-image: url("../assets/img/icon/close2.svg");
}
body .pagination-container .pagination .current {
  background-color: #666666;
}
body .com-popup .popup-content {
  position: relative;
}
body .com-popup .popup-content .content {
  z-index: 1;
  position: relative;
}
body .container .banner {
  text-align: center;
}
body header .col-r .employer-login,
body header .col-r .user-dropdown-container {
  margin-right: 40px;
}
body header .col-r .employer-login .info-text-container,
body header .col-r .user-dropdown-container .category {
  padding-right: 28px;
}
body .mobile-menu .group .category.hv-sub > a {
  padding-right: 22px;
}
body header .col-r .employer-login .info-text-container:after,
body header .col-r .user-dropdown-container .category:after,
body .mobile-menu .group .category.hv-sub > a:after {
  top: 50%;
  background-image: url("../assets/img/icon/menu-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  width: 16px;
  height: 10px;
}
body header .col-r .employer-login .info-text-container:hover:after,
body header .col-r .user-dropdown-container .category:hover:after,
body .mobile-menu .group .category.hv-sub > a:hover:after {
  background-image: url("../assets/img/icon/menu-arrow-hover.svg");
}
body header .col-r .group.active .category:after,
body .mobile-menu .group .category.hv-sub > a.active:after {
  -webkit-transform: rotate(180deg) translateY(-50%);
  transform: rotate(180deg) translateY(-50%);
}
body .content-container .col-l .card-quote {
  position: relative;
}
body .content-container .col-l .card-quote .wrapper {
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
}
body .content-container .col-l .card-quote .wrapper:before,
body .content-container .col-l .card-quote .wrapper:after {
  content: "";
  height: 2px;
  background-color: #4a45af;
  width: calc(100% - 60px);
}
body .content-container .col-l .card-quote .wrapper:before {
  left: 0;
  top: -52px;
  margin-left: 60px;
}
body .content-container .col-l .card-quote .wrapper:after {
  right: 0;
  bottom: -52px;
  margin-right: 60px;
}
body .content-container .col-l .card-quote .wrapper div + .img-wrap {
  margin-left: 20px;
  min-width: 200px;
  max-width: 200px;
}
body .content-container .col-l .card-quote:before,
body .content-container .col-l .card-quote:after {
  content: "“";
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
  color: #ecf0f9;
  font-family: "OleoScript", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  position: absolute;
}
body .content-container .col-l .card-quote:before {
  left: 60px;
  top: 26px;
}
body .content-container .col-l .card-quote:after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
  bottom: 26px;
  right: 60px;
}
body .job-detail .col-detail .banner {
  background-size: contain;
  background-color: #fff;
  padding-top: 0;
}
body .job-detail .col-detail .banner img {
  vertical-align: top;
}
body .job-detail .col-detail .banner + .job-detail-wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .page-contact-us .status-message-block {
  margin-bottom: 20px;
  color: #cd0000;
}
body .page-contact-us .group .box .form-container .select2 {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
body .page-contact-us .group .box .form-container .form-control label.form-required:before {
  content: "*";
  color: #cd0000;
  margin-right: 4px;
}
body .page-contact-us .group .box .form-container .error {
  border-color: #cd0000;
}
body .page-contact-us .group .box .form-container .error + .select2 {
  border-color: #cd0000;
}
body .node.node--type-homepage .alumni-story .slide .intro {
  display: block;
}
body .node.node--type-homepage .submenu .wrapper > ul > li > a[aria-expanded=true] {
  color: #fff;
  opacity: 1;
}
body .node.node--type-homepage .submenu .wrapper > ul > li > a[aria-expanded=true] + ul {
  display: block;
}
body .node.node--type-homepage .submenu .wrapper > ul > li:nth-child(odd) > a[aria-expanded=true]:before {
  background-color: #1b8191;
}
body .node.node--type-homepage .submenu .wrapper > ul > li:nth-child(even) > a[aria-expanded=true]:before {
  background-color: #1b8191;
}
body .node.node--type-event .calendar-detail .col-detail .download-wrap + .download-wrap {
  margin-top: -30px;
}
body .node.node--type-employer-and-recruitment-service .listing .item .banner .row .col-desc > div p {
  line-height: 1.75;
  padding-right: 24px;
}
body .node.node--type-assessment-centre-and-interviews .icon-swiper .swiper-button-disabled {
  opacity: 0;
}
body .node.node--type-work-experience-programme .container .btn-back {
  margin-top: 20px;
}
body .node.node--type-static-page .container {
  padding: 20px 10px;
}
body .node.node--type-careers-fair .info .col-l .table-head .table-head-block {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
body .node.node--type-careers-fair .info .col-l .table-head .table-head-block .head {
  flex: 1;
}
body .node.node--type-work-experience-programme .content-container .text-content ul,
body .node.node--type-static-page .content-container .text-content ul,
body .node.node--type-work-experience-programme .content-container .text-content ol,
body .node.node--type-static-page .content-container .text-content ol {
  padding-left: 16px;
}
body .node.node--type-work-experience-programme .content-container .text-content ul,
body .node.node--type-static-page .content-container .text-content ul {
  list-style-type: disc;
}
body .node.node--type-work-experience-programme .content-container .text-content ol,
body .node.node--type-static-page .content-container .text-content ol {
  list-style-type: decimal;
}
body .node.node--type-work-experience-programme .content-container .text-content td:first-child,
body .node.node--type-static-page .content-container .text-content td:first-child {
  font-weight: 575;
  font-size: 1.125em;
  line-height: 1.16;
}
body .node.node--type-work-experience-programme .content-container .text-content td:last-child,
body .node.node--type-static-page .content-container .text-content td:last-child {
  line-height: 1.75;
  color: #373737;
}
body .node.node--type-work-experience-programme .content-container .text-content td:last-child > div > *:not(:last-child),
body .node.node--type-static-page .content-container .text-content td:last-child > div > *:not(:last-child) {
  margin-bottom: 24px;
}
body .node.node--type-video-library .box-listing .item .details * + .keyword {
  margin-top: 14px;
}
body .node.node--type-video-library .box-listing .item .details .keyword {
  font-size: 0.75em;
  line-height: 116.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .node.node--type-video-library .box-listing .item .details .keyword > a {
  display: flex;
  background-color: #f1f2f4;
  border-radius: 11px;
  padding: 2px 12px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
}
body .node.node--type-video-library .box-listing .item .details .keyword > a:not(:last-child) {
  margin-right: 6px;
}
body .node.node--type-video-library .row {
  padding: 10px 60px;
  margin-bottom: 10px;
}
body .node.node--type-video-library .row .wrapper {
  display: flex;
  width: 100%;
}
body .node.node--type-video-library .row .wrapper .group-label {
  font-size: 1.06em;
  line-height: 117.6%;
  color: #373737;
}
body .node.node--type-video-library .row .wrapper .group-label label {
  width: 110px;
}
body .node.node--type-video-library .row .keyword-list {
  color: #666666;
}
body .node.node--type-video-library .row .keyword-list > a {
  position: relative;
  display: inline-block;
  padding: 8px 28px 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f1f2f4;
  margin-bottom: 10px;
}
body .node.node--type-video-library .row .keyword-list > a:not(:last-child) {
  margin-right: 10px;
}
body .node.node--type-video-library .row .keyword-list > a:after {
  content: "";
  width: 7px;
  height: 9px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("../assets/img/icon/remove-g.svg");
}
body .node.node--type-video-library .row .keyword-list > a.clear {
  display: none;
  padding-right: 10px;
  color: #1b8191;
  line-height: 116.6%;
  font-weight: 575;
  background-color: transparent;
}
body .node.node--type-video-library .row .keyword-list > a.clear:after {
  display: none;
}
body .node.node--type-video-library .row .keyword-list > a + .clear {
  display: inline-block;
}
body .ajax-progress-fullscreen {
  z-index: 2000;
}
body .ajax-progress-fullscreen:before {
  content: '';
  position: fixed;
  z-index: 1900;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 4px;
  opacity: 0.1;
  background-color: #232323;
}
body [data-drupal-field-elements="date-time"] {
  display: flex;
}
body .form-container .form-text + .info-msg {
  margin-top: 5px;
}
body .profile .profile-preview .form-container label .checkbox-container,
body .profile .profile-preview .form-container .form-control .checkbox-container {
  margin-top: 10px;
  line-height: 28px;
}
body .profile .profile-preview .form-container .txt.masked-data {
  display: flex;
  justify-content: space-between;
}
body .profile .profile-preview .form-container .txt.masked-data .toggle-icon {
  display: inline;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
body .profile .profile-preview .form-container .txt.masked-data .toggle-icon.icon-eye {
  background-image: url("../assets/img/icon/publish.svg");
}
body .profile .profile-preview .form-container .txt.masked-data .toggle-icon.icon-eye-off {
  background-image: url("../assets/img/icon/unpublish.svg");
}
body .profile-container .masked-data-wrapper,
body .profile .form-mode .form-container .masked-data-wrapper {
  position: relative;
}
body .profile-container .masked-data-wrapper .masked-data-layer,
body .profile .form-mode .form-container .masked-data-wrapper .masked-data-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 10px);
}
body .profile-container .masked-data-wrapper.icon-eye .masked-data-layer,
body .profile .form-mode .form-container .masked-data-wrapper.icon-eye .masked-data-layer {
  background-image: url("../assets/img/icon/publish.svg");
}
body .profile-container .masked-data-wrapper.icon-eye-off .masked-data-layer,
body .profile .form-mode .form-container .masked-data-wrapper.icon-eye-off .masked-data-layer {
  background-image: url("../assets/img/icon/unpublish.svg");
}
body .profile .form-mode .form-container .form-control .checkbox-container.error {
  color: #ff0000;
}
body .job-detail .col-related > .wrap .career-resources-wrap .wrap .list li a {
  word-break: break-all;
}
body .job-detail .col-related > .wrap .career-resources-wrap .wrap .swiper-container {
  display: none;
}
body .job-detail .col-related > .wrap .career-resources-wrap .wrap .swiper-container.swiper-container-horizontal {
  display: block;
}
body .job-detail .col-detail .job-detail-wrap .job-header-wrap .flag-tag {
  font-size: 0.9375em;
  padding-top: 4px;
  padding-bottom: 4px;
}
body .job-detail .col-detail .job-detail-wrap .job-header-wrap .job-logo-wrap.desktop-only img {
  width: 200px;
  margin-bottom: 30px;
}
body .job-detail .col-detail .job-detail-wrap .job-header-wrap .job-logo-wrap.desktop-only.skip-programme img {
  margin-bottom: 0;
}
body .job-detail .col-detail .job-detail-wrap .job-header-wrap .job-info-wrap h1.job-title span {
  font-weight: normal;
}
body .job-detail .col-detail .job-detail-wrap .job-summary-wrap .row .job-summary-item .title .icon.icon-number-vacancies {
  background-image: url(../assets/img/icon/job/icon-number-vacancies.svg);
}
body .job-detail .col-detail .job-detail-wrap .job-summary-wrap .row .job-summary-item .title .icon.icon-job-nature {
  background-image: url(../assets/img/icon/job/icon-job-nature.svg);
}
body .job-detail .col-detail .job-detail-wrap .job-desc-wrap h3,
body .job-detail .col-detail .job-detail-wrap .job-application-method-wrap h3 {
  font-weight: bold;
}
body .job-detail .col-detail .job-detail-wrap .job-desc-wrap a,
body .job-detail .col-detail .job-detail-wrap .job-application-method-wrap a {
  text-decoration: underline;
  color: #056bbb;
}
body .job-detail .col-detail .job-detail-wrap .job-desc-wrap p {
  font-size: 0.875em;
}
body .job-detail .col-detail .job-detail-wrap .job-application-method-wrap p,
body .job-detail .col-detail .job-detail-wrap .job-application-method-wrap a {
  font-size: 1em;
}
body .job-detail .col-detail .job-detail-wrap .job-desc-wrap .inner-wrap-block:after {
  content: "";
  clear: both;
  display: block;
}
body .job-detail .col-detail .job-detail-wrap .job-desc-wrap .inner-wrap-block + .inner-wrap-block {
  margin-top: 10px;
}
body .job-detail .col-detail .job-detail-wrap .job-application-method-wrap h3 {
  padding-bottom: 10px;
}
body .job-detail .col-detail .job-detail-wrap + .job-detail-wrap {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .kv .col-r .form-group.group-search .wrapper button {
  background-position: center top 50%;
}
body form.user-pass-reset {
  font-family: "VarelaRound-Regular", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
body form.user-pass-reset p {
  margin-bottom: 10px;
}
body footer .footer-container {
  color: #000000;
  background-color: #FAE9CD;
}
body footer .footer-container .bottom {
  border-top-color: rgba(0, 0, 0, 0.3);
}
body footer .footer-container .bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body footer .footer-container .bottom .container .waiaa-icon {
  max-width: 88px;
}
@media (min-width: 1400px) {
  body .submenu .wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .form-container .form-control .form-input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  body .profile .profile-preview .form-container .form-control .txt {
    word-break: break-word;
  }
  body .calendar-detail .col-detail table.info-table tr td:nth-child(2) {
    padding-left: 25px;
  }
  body .content-container .col-l .card-quote .wrapper {
    display: block;
  }
  body .content-container .col-l .card-quote .wrapper div + .img-wrap {
    margin-top: 20px;
    margin-left: 0;
    min-width: 0;
    max-width: 100%;
  }
  body .content-container .col-l .card-quote .wrapper:after {
    bottom: -26px;
  }
  body .content-wrap .result-listing .item .col .title .icon-info + .tips-box {
    min-width: 220px;
  }
}
@media (min-width: 992px) {
  body .node.node--type-work-experience-programme .content-container .text-content tr {
    border-bottom: 2px solid #e1e1e1;
  }
  body .node.node--type-work-experience-programme .content-container .text-content td:first-child {
    width: 20%;
    padding: 22px 22px 22px 0;
    border-right: 2px solid #e1e1e1;
  }
  body .node.node--type-work-experience-programme .content-container .text-content td:last-child {
    width: 80%;
    padding: 22px 0 22px 22px;
  }
  body .node.node--type-video-library .row .wrapper .group-label {
    width: calc((100% - 60px) / 3);
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  body .node.node--type-video-library .row .wrapper .group-label .form-input {
    width: calc(100% - 110px);
  }
}
@media (max-width: 992px) {
  body .node.node--type-work-experience-programme .content-container .text-content tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  body .node.node--type-work-experience-programme .content-container .text-content td:first-child {
    margin-bottom: 4px;
  }
  body .node.node--type-mentorship .box-mentoring .programme-list .swiper-container {
    margin-left: -28px;
    margin-right: -28px;
    padding-left: 28px;
    padding-right: 28px;
  }
  body .node.node--type-mentorship .box-mentoring .programme-list .swiper-button-prev {
    left: 2px;
  }
  body .node.node--type-mentorship .box-mentoring .programme-list .swiper-button-next {
    right: 2px;
  }
  body .content-container .col-l .card-quote:before {
    left: 30px;
    top: 18px;
  }
  body .content-container .col-l .card-quote:after {
    bottom: 18px;
    right: 30px;
  }
}
