@charset "UTF-8";
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 300;
  src: url("../fonts/NotoSansSC-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 400;
  src: url("../fonts/NotoSansSC-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 500;
  src: url("../fonts/NotoSansSC-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 600;
  src: url("../fonts/NotoSansSC-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 700;
  src: url("../fonts/NotoSansSC-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 800;
  src: url("../fonts/NotoSansSC-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-weight: 900;
  src: url("../fonts/NotoSansSC-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 300;
  src: url("../fonts/NotoSansTC-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 400;
  src: url("../fonts/NotoSansTC-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 500;
  src: url("../fonts/NotoSansTC-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 600;
  src: url("../fonts/NotoSansTC-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 700;
  src: url("../fonts/NotoSansTC-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 800;
  src: url("../fonts/NotoSansTC-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-weight: 900;
  src: url("../fonts/NotoSansTC-Black.ttf") format("truetype");
}
@font-face {
  font-family: vtc_vpas_fontena;
  font-weight: 300;
  src: url("../fonts/NotoSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: vtc_vpas_fontena;
  font-weight: 400;
  src: url("../fonts/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: vtc_vpas_fontena;
  font-weight: 500;
  src: url("../fonts/NotoSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: vtc_vpas_fontena;
  font-weight: 600;
  src: url("../fonts/NotoSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: vtc_vpas_fontena;
  font-weight: 700;
  src: url("../fonts/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: vtc_vpas_fontena;
  font-weight: 800;
  src: url("../fonts/NotoSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: vtc_vpas_fontena;
  font-weight: 900;
  src: url("../fonts/NotoSans-Black.ttf") format("truetype");
}
.layout-container .highlighted-section {
  margin-top: 50px;
}

.vpas-faqs-wrap table td,
.vpas-faqs-wrap table tr {
  border-width: 1px;
}

#edit-backlink,
.form-item-view-mode label {
  color: #fff;
}

.form-item-view-mode .selectric-wrapper .selectric-items {
  display: none;
}

.form-item-view-mode .selectric-wrapper.selectric-open .selectric-items {
  display: block !important;
}

@media only screen and (min-width: 36em) {
  .node-preview-container .form-type-select {
    margin-left: 20%;
  }
}
.region-highlighted .messages--status {
  margin: 25px 0;
  padding: 15px;
  background-color: #edf7ed;
}
.region-highlighted #block-vtc-vpas-theme-primary-local-tasks nav.tabs {
  padding: 20px 0;
  z-index: 3;
  position: relative;
}
.region-highlighted #block-vtc-vpas-theme-primary-local-tasks nav.tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.region-highlighted #block-vtc-vpas-theme-primary-local-tasks nav.tabs ul li {
  margin-bottom: 0;
}
.region-highlighted #block-vtc-vpas-theme-primary-local-tasks nav.tabs ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
  background-color: #0f2b5b;
  transition: background-color 0.3s, color 0.3s;
}
.region-highlighted #block-vtc-vpas-theme-primary-local-tasks nav.tabs ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: transparent;
  transition: 0.3s;
}
.region-highlighted #block-vtc-vpas-theme-primary-local-tasks nav.tabs ul li a:hover {
  background-color: #fff;
  color: #00aeef;
}
.region-highlighted #block-vtc-vpas-theme-primary-local-tasks nav.tabs ul li a:hover::before {
  background-color: #fff;
}
.region-highlighted #block-vtc-vpas-theme-primary-local-tasks nav.tabs ul li.is-active a::before {
  background-color: #00aeef;
}
.user-login-form {
  font-size: 1.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.user-login-form .form-item > label {
  width: 160px;
}
.user-login-form .form-item > input {
  border: 1px solid #0f2b5b;
  background: vtc_vpas_white;
  height: 3.75rem;
  padding: 0 20px;
  border-radius: var(--vpas-border-radius);
}
.user-login-form .form-actions:hover::after {
  margin-left: 16px;
  transform: translateX(0px);
}
.user-login-form .form-actions .form-submit {
  border: none;
  padding: 0;
  background: transparent;
  color: #fff;
}

@media screen and (max-width: 676px) {
  .toolbar-bar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}

nav.pager ul.pager__items {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.3125rem;
  font-size: 1.5rem;
}
nav.pager ul.pager__items li:not(.pager__item--prev, .pager__item--next, .pager__item--last) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
}
nav.pager ul.pager__items li:not(.pager__item--prev, .pager__item--next, .pager__item--last) a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #222222;
  text-decoration: none;
}
nav.pager ul.pager__items li:not(.pager__item--prev, .pager__item--next, .pager__item--last).is-active {
  color: #fff;
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
}
nav.pager ul.pager__items li:not(.pager__item--prev, .pager__item--next, .pager__item--last).is-active a {
  color: inherit;
}
nav.pager ul.pager__items li.pager__item--first, nav.pager ul.pager__items li.pager__item--last {
  display: none;
}
nav.pager ul.pager__items li.pager__item--previous, nav.pager ul.pager__items li.pager__item--next {
  background-size: 15px auto;
  width: 3.625rem;
  height: 3.625rem;
  cursor: pointer;
}
nav.pager ul.pager__items li.pager__item--previous a, nav.pager ul.pager__items li.pager__item--next a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
}
nav.pager ul.pager__items li.pager__item--previous {
  background: url("../images/icons/page-prev.svg") #fff no-repeat center;
}
nav.pager ul.pager__items li.pager__item--next {
  background: url("../images/icons/page-next.svg") #fff no-repeat center;
}
@media only screen and (max-width: 767px) {
  nav.pager ul.pager__items {
    gap: 0.75rem;
    font-size: 1rem;
  }
  nav.pager ul.pager__items li:not(.pager__item--prev, .pager__item--next, .pager__item--last) {
    width: 2.25rem;
    height: 2.25rem;
  }
  nav.pager ul.pager__items li.pager__item--previous, nav.pager ul.pager__items li.pager__item--next {
    width: 2.25rem;
    height: 2.25rem;
    background-size: 10px auto;
  }
}

body.path-search .breadcrumb ol > li:nth-child(2)::after {
  display: none;
}
body.path-search .breadcrumb ol > li:last-child {
  display: none;
}
body.path-search .search-form .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 8px;
  margin-bottom: 3rem;
  padding-top: 4.5rem;
}
body.path-search .search-form .form-wrapper .form-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body.path-search .search-form .form-wrapper .form-item label {
  display: none;
}
body.path-search .search-form .form-wrapper .form-item .form-search {
  max-width: none !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
body.path-search .search-form .form-wrapper .form-submit {
  width: 7.5rem;
  border: none;
  height: 3.625rem;
  color: #fff;
  border-radius: 0.625rem;
  background-image: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
}

body.path-search .search-help-link,
body.path-search .search-advanced {
  display: none !important;
}
body.path-search h2 {
  color: #0f2b5b;
}
body.path-search .item-list .search-results {
  padding: 0;
  list-style: none;
}
body.path-search .item-list .search-results > li {
  margin-bottom: 2rem;
}
body.path-search .item-list .search-results > li .search-result__title a {
  color: #0f2b5b;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.5rem;
}
body.path-search .item-list .search-results > li .search-result__title a:hover {
  color: #00aeef;
}
body.path-search .item-list .search-results > li .search-result__info {
  display: none;
}
body.path-search .views-exposed-form {
  max-width: 1460px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

body.path-search .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 3rem;
  padding-top: 4.5rem;
  width: 100%;
}

body.path-search .views-exposed-form .form--inline .clearfix::after {
  display:none;
}

body.path-search .views-exposed-form .form--inline .form-item.js-form-item-key {
  flex: 1 1 auto;
}

body.path-search .views-exposed-form .form--inline .form-item.js-form-item-key input {
  width: 100%;
  height: 3.625rem;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  border: 2px solid #0f2b5b;
  box-sizing: border-box;
}

body.path-search .views-exposed-form .form--inline .form-wrapper {
  flex: 0 0 7.5rem;
}

body.path-search .views-exposed-form .form--inline .form-wrapper input {
  width: 100%;
  height: 3.625rem;
  border: none;
  border-radius: 0.625rem;
  color: #fff;
  background-image: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body.path-search .search-form .form-wrapper .form-submit {
    height: 2.8125rem;
  }
}
  @media screen and (min-width: 768px) {
      .table-flex-box .table-row.tbody-row .col .title{
        display: none;
      }
  }
  @media screen and (max-width: 767px) {
      .table-flex-box .table-row.tbody-row .col .title{
          color: #0f2b5b;
        text-align: left;
        display: block;
        margin-bottom: 0.75rem;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0.48px;
        white-space: pre-line;
        display: block !important;
        white-space: pre-wrap;
      }
      .table-flex-box .table-row.tbody-row .col::before{
           display: none !important;
      }
  }
#toolbar-item-administration-tray .toolbar-tray-name.visually-hidden {
  color: #000;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background-color: #fff !important;
  background-image: url("../images/icons/close.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=en] body, html[lang=en] .body-text, html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box html[lang=en] .title, html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item html[lang=en] .quote-style1, html[lang=en] .quote-style2, html[lang=en] .quote-style1, html[lang=en] .view-programme-listing .no-results, .view-programme-listing html[lang=en] .no-results, html[lang=en] .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-programme-listing .view-filters .form--inline .form-radios .form-item html[lang=en] label, html[lang=en] .view-news-event-listing .no-results, .view-news-event-listing html[lang=en] .no-results, html[lang=en] .view-news-event-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .view-filters .form--inline .form-radios .form-item html[lang=en] label,
html[lang=en] .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item html[lang=en] label, html[lang=en] .vpas-faqs-wrap .no-results, .vpas-faqs-wrap html[lang=en] .no-results, html[lang=en] body .layout-container ul li, body .layout-container ul html[lang=en] li,
html[lang=en] body .layout-container ol li,
body .layout-container ol html[lang=en] li, html[lang=en] .vtc-vpas-container, html[lang=en] .region-page-banner .block-system-breadcrumb-block, .region-page-banner html[lang=en] .block-system-breadcrumb-block, html[lang=en] #block-vtc-vpas-theme-programmeblocktext, html[lang=en] .view-programme-listing, html[lang=en] .view-news-event-listing .view-filters, .view-news-event-listing html[lang=en] .view-filters, html[lang=en] .user-login-form, html[lang=en] body.path-search .search-form, body.path-search html[lang=en] .search-form, html[lang=en] body.path-search h2, body.path-search html[lang=en] h2, html[lang=en] body.path-search .item-list, body.path-search html[lang=en] .item-list {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  html[lang=en] body, html[lang=en] .body-text, html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box html[lang=en] .title, html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item html[lang=en] .quote-style1, html[lang=en] .quote-style2, html[lang=en] .quote-style1, html[lang=en] .view-programme-listing .no-results, .view-programme-listing html[lang=en] .no-results, html[lang=en] .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-programme-listing .view-filters .form--inline .form-radios .form-item html[lang=en] label, html[lang=en] .view-news-event-listing .no-results, .view-news-event-listing html[lang=en] .no-results, html[lang=en] .view-news-event-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .view-filters .form--inline .form-radios .form-item html[lang=en] label,
  html[lang=en] .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label,
  .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item html[lang=en] label, html[lang=en] .vpas-faqs-wrap .no-results, .vpas-faqs-wrap html[lang=en] .no-results, html[lang=en] body .layout-container ul li, body .layout-container ul html[lang=en] li,
  html[lang=en] body .layout-container ol li,
  body .layout-container ol html[lang=en] li, html[lang=en] .vtc-vpas-container, html[lang=en] .region-page-banner .block-system-breadcrumb-block, .region-page-banner html[lang=en] .block-system-breadcrumb-block, html[lang=en] #block-vtc-vpas-theme-programmeblocktext, html[lang=en] .view-programme-listing, html[lang=en] .view-news-event-listing .view-filters, .view-news-event-listing html[lang=en] .view-filters, html[lang=en] .user-login-form, html[lang=en] body.path-search .search-form, body.path-search html[lang=en] .search-form, html[lang=en] body.path-search h2, body.path-search html[lang=en] h2, html[lang=en] body.path-search .item-list, body.path-search html[lang=en] .item-list {
    font-size: 1rem;
  }
}
html[lang=en] h1,
html[lang=en] .h1 {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  letter-spacing: 1.12px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  html[lang=en] h1,
  html[lang=en] .h1 {
    font-size: 1.75rem;
  }
}
html[lang=en] h2,
html[lang=en] .h2 {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.8px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  html[lang=en] h2,
  html[lang=en] .h2 {
    font-size: 1.5rem;
  }
}
html[lang=en] h3,
html[lang=en] .h3,
html[lang=en] .news-item .info-box .month .num,
.news-item .info-box .month html[lang=en] .num {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0.6px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  html[lang=en] h3,
  html[lang=en] .h3,
  html[lang=en] .news-item .info-box .month .num,
  .news-item .info-box .month html[lang=en] .num {
    font-size: 1.375rem;
  }
}
html[lang=en] h4,
html[lang=en] .h4,
html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .name,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box html[lang=en] .name {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.48px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  html[lang=en] h4,
  html[lang=en] .h4,
  html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .name,
  .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box html[lang=en] .name {
    font-size: 1.25rem;
  }
}
html[lang=en] h5,
html[lang=en] .h5,
html[lang=en] .programme-table-wrap table thead tr th,
.programme-table-wrap table thead tr html[lang=en] th,
html[lang=en] .programme-table-wrap table thead tr td,
.programme-table-wrap table thead tr html[lang=en] td,
html[lang=en] .programme-table-wrap table tbody tr th,
.programme-table-wrap table tbody tr html[lang=en] th,
html[lang=en] .programme-table-wrap table tbody tr td,
.programme-table-wrap table tbody tr html[lang=en] td {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.48px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  html[lang=en] h5,
  html[lang=en] .h5,
  html[lang=en] .programme-table-wrap table thead tr th,
  .programme-table-wrap table thead tr html[lang=en] th,
  html[lang=en] .programme-table-wrap table thead tr td,
  .programme-table-wrap table thead tr html[lang=en] td,
  html[lang=en] .programme-table-wrap table tbody tr th,
  .programme-table-wrap table tbody tr html[lang=en] th,
  html[lang=en] .programme-table-wrap table tbody tr td,
  .programme-table-wrap table tbody tr html[lang=en] td {
    font-size: 1rem;
  }
}
html[lang=en] h6,
html[lang=en] .h6 {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.28px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html[lang=en] h6,
  html[lang=en] .h6 {
    font-size: 0.875rem;
  }
}
html[lang=en] .vpas-nav .itemList ul.menu {
  gap: 1.5rem;
}
html[lang=en] .vpas-nav .itemList ul.menu > li {
  font-size: 1.125rem;
}
html[lang=en] .vpas-home-banner .vpas-home-swiper .vtc-vpas-container .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper .region-page-banner .block-system-breadcrumb-block .text-box .banner-title, .region-page-banner html[lang=en] .vpas-home-banner .vpas-home-swiper .block-system-breadcrumb-block .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper #block-vtc-vpas-theme-programmeblocktext .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper .view-programme-listing .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper .view-news-event-listing .view-filters .text-box .banner-title, .view-news-event-listing html[lang=en] .vpas-home-banner .vpas-home-swiper .view-filters .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper .user-login-form .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper body.path-search .search-form .text-box .banner-title, body.path-search html[lang=en] .vpas-home-banner .vpas-home-swiper .search-form .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper body.path-search h2 .text-box .banner-title, body.path-search html[lang=en] .vpas-home-banner .vpas-home-swiper h2 .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper body.path-search .item-list .text-box .banner-title, body.path-search html[lang=en] .vpas-home-banner .vpas-home-swiper .item-list .text-box .banner-title {
  font-size: 4rem;
}
@media only screen and (max-width: 991px) {
  html[lang=en] .vpas-home-banner .vpas-home-swiper .vtc-vpas-container .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper .region-page-banner .block-system-breadcrumb-block .text-box .banner-title, .region-page-banner html[lang=en] .vpas-home-banner .vpas-home-swiper .block-system-breadcrumb-block .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper #block-vtc-vpas-theme-programmeblocktext .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper .view-programme-listing .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper .view-news-event-listing .view-filters .text-box .banner-title, .view-news-event-listing html[lang=en] .vpas-home-banner .vpas-home-swiper .view-filters .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper .user-login-form .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper body.path-search .search-form .text-box .banner-title, body.path-search html[lang=en] .vpas-home-banner .vpas-home-swiper .search-form .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper body.path-search h2 .text-box .banner-title, body.path-search html[lang=en] .vpas-home-banner .vpas-home-swiper h2 .text-box .banner-title, html[lang=en] .vpas-home-banner .vpas-home-swiper body.path-search .item-list .text-box .banner-title, body.path-search html[lang=en] .vpas-home-banner .vpas-home-swiper .item-list .text-box .banner-title {
    font-size: 2.25rem;
  }
}
html[lang=en] .section-desc {
  font-size: 1.125rem;
  line-height: 1.3;
}

html[data-font-size=large] .vpas-nav .text-resize-btn-group .text-resize-btn.text-sm,
html[data-font-size=small] .vpas-nav .text-resize-btn-group .text-resize-btn.text-sm {
  padding-bottom: 1px;
}

html[lang=en] .vpas-nav .text-resize-btn-group .text-resize-btn.text-md {
  padding-bottom: 1px;
}

#block-vtc-vpas-theme-main-menu>.menu .menu-item.menu-item--expanded:focus-within>ul.menu {
  display: block;
}

.vpas-nav .bottom-section .itemList ul.menu>li.menu-item--expanded:focus-within>a {
  color: #00aeef;
}

.vpas-nav .bottom-section .itemList ul.menu>li.menu-item--expanded:focus-within>a::after {
  transform: rotate(180deg);
  filter: brightness(400%);
}

.vpas-twelve-industry-wrap .industry-item:focus-within .text-box {
  height: 10.5rem;
  padding-top: 5.3125rem;
  padding-bottom: 2.7425rem;
}

.vpas-twelve-industry-wrap .industry-item:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}
.vpas-swiper .swiper-pagination .swiper-pagination-bullet:focus-within {
  outline: 1px solid -webkit-focus-ring-color;
  outline-offset: 1px;
}

#edit-submit-programme-listing {
  border-radius: 0 0.625rem 0.625rem 0;
}

.user-logged-in .vpas-nav .vpas-nav-mobile .language-switcher{
    margin-bottom: 20px;
}
#block-vtc-vpas-theme-language-switcher .contextual .trigger,
#block-vtc-vpas-theme-language-switcher-mobile {
  /*right: -20px;*/
  top: 20px;
}

.block-block-content.contextual-region:has(.application-process-fixed.menu) .contextual .contextual-links {
  position: fixed;
  right: 35px;
  bottom: 5rem;
  top: auto;
}

.block-block-content.contextual-region:has(.application-process-fixed.menu) .contextual .trigger {
  position: fixed !important;
  right: 0;
  bottom: 5rem;
}

.vpas-nav {
  --nav-height: 90px;
  position: sticky;
  left: 0;
  right: 0;
  z-index: 9;
  top: var(--headerStickyTop);
}
.vpas-nav .text-resize-btn-group {
  display: flex;
  align-items: flex-end;
}
.vpas-nav .text-resize-btn-group .text-resize-btn {
  border: none;
  line-height: inherit;
  cursor: pointer;
  color: #ffffff;
  background: none;
  padding: 0 3px;
  line-height: 1;
  text-decoration: none;
}
.vpas-nav .text-resize-btn-group .text-resize-btn.text-sm {
  font-size: 9px;
}
.vpas-nav .text-resize-btn-group .text-resize-btn.text-md {
  font-size: 11px;
}
.vpas-nav .text-resize-btn-group .text-resize-btn.text-lg {
  font-size: 14px;
}
.vpas-nav .text-resize-btn-group .text-resize-btn.active {
  color: #ffc222;
}
.vpas-nav .partingLine {
  width: 1px;
  height: 10px;
  background: #fff;
  margin: 0 8px;
}
.vpas-nav .lang-select .active {
  color: #ffc222;
}
.vpas-nav .top-section {
  background: #0f2b5b;
  padding: 0.8125rem 0;
}
.vpas-nav .top-section .vtc-vpas-container, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext, .vpas-nav .top-section .view-programme-listing, .vpas-nav .top-section .view-news-event-listing .view-filters, .view-news-event-listing .vpas-nav .top-section .view-filters, .vpas-nav .top-section .user-login-form, .vpas-nav .top-section body.path-search .search-form, body.path-search .vpas-nav .top-section .search-form, .vpas-nav .top-section body.path-search h2, body.path-search .vpas-nav .top-section h2, .vpas-nav .top-section body.path-search .item-list, body.path-search .vpas-nav .top-section .item-list {
  gap: 2rem;
  font-size: 0.875rem;
  color: #ffffff;
}
.vpas-nav .top-section .vtc-vpas-container .top-nav-box, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .top-nav-box, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .top-nav-box, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .top-nav-box, .vpas-nav .top-section .view-programme-listing .top-nav-box, .vpas-nav .top-section .view-news-event-listing .view-filters .top-nav-box, .view-news-event-listing .vpas-nav .top-section .view-filters .top-nav-box, .vpas-nav .top-section .user-login-form .top-nav-box, .vpas-nav .top-section body.path-search .search-form .top-nav-box, body.path-search .vpas-nav .top-section .search-form .top-nav-box, .vpas-nav .top-section body.path-search h2 .top-nav-box, body.path-search .vpas-nav .top-section h2 .top-nav-box, .vpas-nav .top-section body.path-search .item-list .top-nav-box, body.path-search .vpas-nav .top-section .item-list .top-nav-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
.vpas-nav .top-section .vtc-vpas-container .top-nav-box a, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .top-nav-box a, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .top-nav-box a, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .top-nav-box a, .vpas-nav .top-section .view-programme-listing .top-nav-box a, .vpas-nav .top-section .view-news-event-listing .view-filters .top-nav-box a, .view-news-event-listing .vpas-nav .top-section .view-filters .top-nav-box a, .vpas-nav .top-section .user-login-form .top-nav-box a, .vpas-nav .top-section body.path-search .search-form .top-nav-box a, body.path-search .vpas-nav .top-section .search-form .top-nav-box a, .vpas-nav .top-section body.path-search h2 .top-nav-box a, body.path-search .vpas-nav .top-section h2 .top-nav-box a, .vpas-nav .top-section body.path-search .item-list .top-nav-box a, body.path-search .vpas-nav .top-section .item-list .top-nav-box a {
  color: #ffffff;
  text-decoration: none;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap, .vpas-nav .top-section .view-programme-listing .search-wrap, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap, .vpas-nav .top-section .user-login-form .search-wrap, .vpas-nav .top-section body.path-search .search-form .search-wrap, body.path-search .vpas-nav .top-section .search-form .search-wrap, .vpas-nav .top-section body.path-search h2 .search-wrap, body.path-search .vpas-nav .top-section h2 .search-wrap, .vpas-nav .top-section body.path-search .item-list .search-wrap, body.path-search .vpas-nav .top-section .item-list .search-wrap {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  margin-left: -10px;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-btn, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-btn, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-btn, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-btn, .vpas-nav .top-section .view-programme-listing .search-wrap .search-btn, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-btn, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-btn, .vpas-nav .top-section .user-login-form .search-wrap .search-btn, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-btn, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-btn, .vpas-nav .top-section body.path-search h2 .search-wrap .search-btn, body.path-search .vpas-nav .top-section h2 .search-wrap .search-btn, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-btn, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-btn,
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-icon,
.vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-icon,
.region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-icon,
.vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-icon,
.vpas-nav .top-section .view-programme-listing .search-wrap .search-icon,
.vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-icon,
.view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-icon,
.vpas-nav .top-section .user-login-form .search-wrap .search-icon,
.vpas-nav .top-section body.path-search .search-form .search-wrap .search-icon,
body.path-search .vpas-nav .top-section .search-form .search-wrap .search-icon,
.vpas-nav .top-section body.path-search h2 .search-wrap .search-icon,
body.path-search .vpas-nav .top-section h2 .search-wrap .search-icon,
.vpas-nav .top-section body.path-search .item-list .search-wrap .search-icon,
body.path-search .vpas-nav .top-section .item-list .search-wrap .search-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/global/search-icon.svg") no-repeat;
  vertical-align: middle;
  cursor: pointer;
  flex-shrink: 0;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax, .vpas-nav .top-section .user-login-form .search-wrap .search-bax, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap {
  width: 0;
  overflow: hidden;
  transition: width 0.3s;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .region-page-banner .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .view-filters .form--inline .form-item-title, .vpas-nav .top-section .view-programme-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .vpas-nav .top-section .view-news-event-listing .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .view-news-event-listing .vpas-nav .top-section .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-search, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search, .region-page-banner body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-search, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-search, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search, .view-news-event-listing body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-search, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search, .vpas-nav .top-section body.path-search .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search, body.path-search .vpas-nav .top-section .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-search, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-search {
  position: static;
  height: 2.1875rem;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .region-page-banner .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .view-filters .form--inline .form-item-title input, .vpas-nav .top-section .view-programme-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .vpas-nav .top-section .view-news-event-listing .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .view-news-event-listing .vpas-nav .top-section .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item input, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title input, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-search input, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search input, .region-page-banner body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search input, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-search input, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-search input, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search input, .view-news-event-listing body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search input, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-search input, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search input, .vpas-nav .top-section body.path-search .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search input, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search input, body.path-search .vpas-nav .top-section .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search input, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-search input, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-search input {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  font-size: 0.875rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .region-page-banner .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section .view-programme-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .vpas-nav .top-section .view-news-event-listing .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .view-news-event-listing .vpas-nav .top-section .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title input::-webkit-input-placeholder, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, .region-page-banner body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, .view-news-event-listing body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-search input::-webkit-input-placeholder {
  color: #999;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .region-page-banner .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .view-filters .form--inline .form-item-title input:-webkit-autofill, .vpas-nav .top-section .view-programme-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .vpas-nav .top-section .view-news-event-listing .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .view-news-event-listing .vpas-nav .top-section .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:-webkit-autofill, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, .region-page-banner body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, .view-news-event-listing body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search input:-webkit-autofill, .vpas-nav .top-section body.path-search .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search input:-webkit-autofill, body.path-search .vpas-nav .top-section .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-search input:-webkit-autofill, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill:hover, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill:focus, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:-webkit-autofill:active {
  transition-delay: 3600s;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .region-page-banner .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .view-filters .form--inline .form-item-title input:focus, .vpas-nav .top-section .view-programme-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .vpas-nav .top-section .view-news-event-listing .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input:focus, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input:focus, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .view-news-event-listing .vpas-nav .top-section .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input:focus, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title input:focus, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item input:focus, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title input:focus, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title input:focus, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:focus, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:focus, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:focus, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:focus, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:focus, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:focus, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:focus, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, .region-page-banner body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, .view-news-event-listing body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search input:focus, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search input:focus, .vpas-nav .top-section body.path-search .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search input:focus, body.path-search .vpas-nav .top-section .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input:focus, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input:focus, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input:focus, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search input:focus, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-search input:focus {
  outline: none;
  box-shadow: none;
  background: #fff !important;
}
.vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .region-page-banner .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .view-filters .form--inline .form-item-title .search-btn, .vpas-nav .top-section .view-programme-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section .view-news-event-listing .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title .search-btn, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title .search-btn, .view-programme-listing .vpas-nav .top-section .view-news-event-listing .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .view-news-event-listing .vpas-nav .top-section .view-programme-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title .search-btn, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form--inline .form-item-title .search-btn, .view-programme-listing .view-news-event-listing .vpas-nav .top-section .view-filters .form--inline .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, .region-page-banner .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, .view-news-event-listing .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .vtc-vpas-container .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .region-page-banner .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, .region-page-banner body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .block-system-breadcrumb-block .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section #block-vtc-vpas-theme-programmeblocktext .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-programme-listing .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-news-event-listing .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, .view-news-event-listing body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .view-filters .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .user-login-form .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, .vpas-nav .top-section body.path-search .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search .search-btn, .vpas-nav .top-section body.path-search .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, body.path-search .vpas-nav .top-section .search-form .search-wrap .search-bax .vpas-filter-wrap .form-wrapper .form-item .form-search .search-btn, body.path-search .vpas-nav .top-section .search-form .form-wrapper .form-item .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, .vpas-nav .top-section body.path-search h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search .search-btn, body.path-search .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section h2 .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, .vpas-nav .top-section body.path-search .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search .search-btn, body.path-search .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .search-form .form-wrapper .form-item .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section .item-list .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn {
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
  display: none;
  border-radius: 0;
}
.vpas-nav .top-section.show .search-wrap .search-icon {
  opacity: 0;
}
.vpas-nav .top-section.show .search-wrap .search-bax .vpas-filter-wrap {
  width: 150px;
}
.vpas-nav .top-section.show .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .vpas-nav .top-section.show .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline .vpas-nav .top-section.show .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn, .vpas-nav .top-section.show .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .vpas-nav .top-section.show .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn {
  display: block;
}
.vpas-nav .bottom-section {
  height: var(--nav-height);
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.vpas-nav .bottom-section .vtc-vpas-container, .vpas-nav .bottom-section .region-page-banner .block-system-breadcrumb-block, .region-page-banner .vpas-nav .bottom-section .block-system-breadcrumb-block, .vpas-nav .bottom-section #block-vtc-vpas-theme-programmeblocktext, .vpas-nav .bottom-section .view-programme-listing, .vpas-nav .bottom-section .view-news-event-listing .view-filters, .view-news-event-listing .vpas-nav .bottom-section .view-filters, .vpas-nav .bottom-section .user-login-form, .vpas-nav .bottom-section body.path-search .search-form, body.path-search .vpas-nav .bottom-section .search-form, .vpas-nav .bottom-section body.path-search h2, body.path-search .vpas-nav .bottom-section h2, .vpas-nav .bottom-section body.path-search .item-list, body.path-search .vpas-nav .bottom-section .item-list {
  gap: 1.25rem;
}
.vpas-nav .bottom-section .logo img {
  width: auto;
  max-height: 4.375rem;
  max-width: 60vw;
}
.vpas-nav .bottom-section .itemList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.vpas-nav .bottom-section .itemList ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
  list-style: none;
}
.vpas-nav .bottom-section .itemList ul.menu > li {
  list-style: none;
  margin-bottom: 0;
  height: var(--nav-height);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.vpas-nav .bottom-section .itemList ul.menu > li::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f2b5b;
}
.vpas-nav .bottom-section .itemList ul.menu > li > a {
  cursor: pointer;
  color: #0f2b5b;
  text-decoration: none;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--active-trail::after {
  width: 100%;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--active-trail > a {
  color: #0f2b5b;
}
.vpas-nav .bottom-section .itemList ul.menu > li:hover > a {
  color: #0f2b5b;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded {
  position: relative;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded > a {
  color: #0f2b5b;
  display: flex;
  align-items: center;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded > a::after {
  transition: all 0.3s;
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  background: url("../images/icons/expand.svg") no-repeat center/100%;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded ul.menu {
  display: none;
  position: absolute;
  width: 200px;
  height: auto;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid rgba(15, 43, 91, 0.5);
  top: calc(var(--nav-height) - 8px);
  z-index: 11;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded ul.menu::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-top: 1px solid rgba(15, 43, 91, 0.5);
  border-right: 1px solid rgba(15, 43, 91, 0.5);
  transform: rotate(315deg) translateX(-50%);
  position: absolute;
  margin-left: -11px;
  left: 50%;
  top: -19px;
  z-index: -1;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded ul.menu > li {
  width: 100%;
  padding: 0;
  height: auto;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded ul.menu > li::after {
  display: none;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded ul.menu > li:last-child {
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded ul.menu > li > a {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  color: #0f2b5b;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded ul.menu > li > a:hover {
  color: #0f2b5b;
  background: #cceffc;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded:hover > a {
  color: #00aeef;
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded:hover > a::after {
  transform: rotate(180deg);
  filter: brightness(400%);
}
.vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded:hover ul.menu {
  display: block;
}
.vpas-nav .bottom-section .menu-icon {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/menu-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .vpas-nav .bottom-section {
    --nav-height: 80px;
  }
  .vpas-nav .bottom-section .itemList {
    display: none;
  }
  .vpas-nav .bottom-section .menu-icon {
    display: block;
  }
}
.user-logged-in .vpas-nav .vpas-nav-mobile{
  padding: 30px 20px 20px;  
}
.vpas-nav .vpas-nav-mobile .menu-box{
  margin-top: 20px;
}
.vpas-nav .vpas-nav-mobile {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 11;
  padding: 20px;
  overflow: hidden;
}
.vpas-nav .vpas-nav-mobile .logo-box {
  justify-content: space-between;
  padding-bottom: 20px;
}
.vpas-nav .vpas-nav-mobile .logo-box .logo {
  width: auto;
  max-height: 4.375rem;
}
.vpas-nav .vpas-nav-mobile .logo-box .logo img {
  width: 100%;
  height: auto;
}
.vpas-nav .vpas-nav-mobile .logo-box .close-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url("../images/icons/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px auto;
}
.user-logged-in .vpas-nav .vpas-nav-mobile .search-bax{
  margin-bottom: 0;   
}
.vpas-nav .vpas-nav-mobile .search-bax {
  margin-bottom: 20px;
}
.vpas-nav .vpas-nav-mobile .language-switcher {
  /*margin-bottom: 20px;*/
}
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links,
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 16px;
}
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li,
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li {
  margin-bottom: 0;
  padding-right: 0;
}
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li:last-child,
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li:last-child {
  padding-right: 0;
}
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li:last-child::after,
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li:last-child::after {
  content: none;
}
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li a,
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li a {
  font-size: 1.125rem;
  color: #0f2b5b !important;
  text-decoration: none;
}
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li::before,
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li::before {
  content: none;
}
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li::after,
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li::after {
  content: "";
  display: inline-flex;
  height: 15px;
  width: 1px;
  background: #0f2b5b;
  position: static;
  margin-left: 16px;
}
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li.is-active a, .vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li:hover a,
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li.is-active a,
.vpas-nav .vpas-nav-mobile .language-switcher .region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li:hover a {
  color: #ffc222 !important;
}
.vpas-nav .vpas-nav-mobile .text-resize-btn-group {
  padding-bottom: 20px;
}
.vpas-nav .vpas-nav-mobile .text-resize-btn-group .text-resize-btn {
  color: #0f2b5b;
}
.vpas-nav .vpas-nav-mobile .text-resize-btn-group .text-resize-btn.text-sm {
  font-size: 12px;
}
.vpas-nav .vpas-nav-mobile .text-resize-btn-group .text-resize-btn.text-md {
  font-size: 14px;
}
.vpas-nav .vpas-nav-mobile .text-resize-btn-group .text-resize-btn.text-lg {
  font-size: 16px;
}
.vpas-nav .vpas-nav-mobile .menu-box {
  flex: 1;
  overflow: hidden auto;
}
.vpas-nav .vpas-nav-mobile .menu-box .vtc-vpas-container, .vpas-nav .vpas-nav-mobile .menu-box .region-page-banner .block-system-breadcrumb-block, .region-page-banner .vpas-nav .vpas-nav-mobile .menu-box .block-system-breadcrumb-block, .vpas-nav .vpas-nav-mobile .menu-box #block-vtc-vpas-theme-programmeblocktext, .vpas-nav .vpas-nav-mobile .menu-box .view-programme-listing, .vpas-nav .vpas-nav-mobile .menu-box .view-news-event-listing .view-filters, .view-news-event-listing .vpas-nav .vpas-nav-mobile .menu-box .view-filters, .vpas-nav .vpas-nav-mobile .menu-box .user-login-form, .vpas-nav .vpas-nav-mobile .menu-box body.path-search .search-form, body.path-search .vpas-nav .vpas-nav-mobile .menu-box .search-form, .vpas-nav .vpas-nav-mobile .menu-box body.path-search h2, body.path-search .vpas-nav .vpas-nav-mobile .menu-box h2, .vpas-nav .vpas-nav-mobile .menu-box body.path-search .item-list, body.path-search .vpas-nav .vpas-nav-mobile .menu-box .item-list {
  padding-left: 0;
  padding-right: 0;
  flex-direction: column-reverse;
  align-items: flex-start !important;
}
.vpas-nav .vpas-nav-mobile .menu-box a {
  color: #0f2b5b;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.125rem;
  font-weight: 400;
}
.vpas-nav .vpas-nav-mobile .menu-box a:hover {
  color: #00aeef;
}
.vpas-nav .vpas-nav-mobile .menu-box .top-nav-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.vpas-nav .vpas-nav-mobile .menu-box ul.menu {
  margin-top: 15px;
  padding-left: 0;
}
.vpas-nav .vpas-nav-mobile .menu-box ul.menu > li {
  width: 100%;
  margin-bottom: 15px;
  list-style: none;
}
.vpas-nav .vpas-nav-mobile .menu-box ul.menu > li.menu-item--expanded {
  position: relative;
}
.vpas-nav .vpas-nav-mobile .menu-box ul.menu > li.menu-item--expanded > a {
  color: #0f2b5b;
  width: 100%;
  display: inline-block;
  position: relative;
}
.vpas-nav .vpas-nav-mobile .menu-box ul.menu > li.menu-item--expanded > a::after {
  transition: all 0.3s;
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url("../images/icons/expand.svg") no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(270deg);
}
.vpas-nav .vpas-nav-mobile .menu-box ul.menu > li.menu-item--expanded > ul.menu {
  padding-left: 15px;
  display: none;
}
.vpas-nav .vpas-nav-mobile .menu-box ul.menu > li.menu-item--expanded > ul.menu > li {
  width: calc(100% - 15px);
}
.vpas-nav .vpas-nav-mobile .menu-box ul.menu > li.menu-item--expanded.active > a::after {
  transform: rotate(360deg);
}
.vpas-nav .vpas-nav-mobile .menu-box ul.menu > li.menu-item--expanded.active ul.menu {
  display: block;
}
.vpas-nav .vpas-nav-mobile.active {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1299px) {
  .vpas-nav .bottom-section .itemList ul.menu {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 1199px) {
  .vpas-nav .bottom-section .itemList ul.menu {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .vpas-nav .bottom-section .itemList ul.menu {
    gap: 8px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .vpas-nav .bottom-section .vtc-vpas-container, .vpas-nav .bottom-section .region-page-banner .block-system-breadcrumb-block, .region-page-banner .vpas-nav .bottom-section .block-system-breadcrumb-block, .vpas-nav .bottom-section #block-vtc-vpas-theme-programmeblocktext, .vpas-nav .bottom-section .view-programme-listing, .vpas-nav .bottom-section .view-news-event-listing .view-filters, .view-news-event-listing .vpas-nav .bottom-section .view-filters, .vpas-nav .bottom-section .user-login-form, .vpas-nav .bottom-section body.path-search .search-form, body.path-search .vpas-nav .bottom-section .search-form, .vpas-nav .bottom-section body.path-search h2, body.path-search .vpas-nav .bottom-section h2, .vpas-nav .bottom-section body.path-search .item-list, body.path-search .vpas-nav .bottom-section .item-list {
    gap: 1.875rem !important;
  }
  .vpas-nav .bottom-section .itemList ul.menu {
    gap: 0 15px !important;
  }
  .vpas-nav .bottom-section .itemList ul.menu > li {
    padding: 15px 0;
  }
  .vpas-nav .bottom-section .itemList ul.menu > li > a {
    max-width: 6.25rem;
  }
  .vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded ul.menu {
    top: calc(100% + 10px);
  }
  .vpas-nav .bottom-section .itemList ul.menu > li.menu-item--expanded ul.menu > li a {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .vpas-nav .top-section {
    display: none;
  }
}

.region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links,
.region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 16px;
}
.region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li,
.region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li:last-child,
.region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li:last-child {
  padding-right: 0;
}
.region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li:last-child::after,
.region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li:last-child::after {
  content: none;
}
.region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li a,
.region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li a {
  font-size: 0.875rem;
  color: #ffffff !important;
  text-decoration: none;
}
.region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li::before,
.region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li::before {
  content: none;
}
.region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li::after,
.region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li::after {
  content: "";
  display: inline-flex;
  height: 10px;
  width: 1px;
  color: #ffffff;
  margin-left: 16px;
  background: white;
}
.region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li.is-active a, .region-language-switcher #block-vtc-vpas-theme-language-switcher ul.links li:hover a,
.region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li.is-active a,
.region-language-switcher #block-vtc-vpas-theme-language-switcher-mobile ul.links li:hover a {
  color: #ffc222 !important;
}

html[lang=en][data-font-size=large] .vpas-nav .bottom-section .vtc-vpas-container, html[lang=en][data-font-size=large] .vpas-nav .bottom-section .region-page-banner .block-system-breadcrumb-block, .region-page-banner html[lang=en][data-font-size=large] .vpas-nav .bottom-section .block-system-breadcrumb-block, html[lang=en][data-font-size=large] .vpas-nav .bottom-section #block-vtc-vpas-theme-programmeblocktext, html[lang=en][data-font-size=large] .vpas-nav .bottom-section .view-programme-listing, html[lang=en][data-font-size=large] .vpas-nav .bottom-section .view-news-event-listing .view-filters, .view-news-event-listing html[lang=en][data-font-size=large] .vpas-nav .bottom-section .view-filters, html[lang=en][data-font-size=large] .vpas-nav .bottom-section .user-login-form, html[lang=en][data-font-size=large] .vpas-nav .bottom-section body.path-search .search-form, body.path-search html[lang=en][data-font-size=large] .vpas-nav .bottom-section .search-form, html[lang=en][data-font-size=large] .vpas-nav .bottom-section body.path-search h2, body.path-search html[lang=en][data-font-size=large] .vpas-nav .bottom-section h2, html[lang=en][data-font-size=large] .vpas-nav .bottom-section body.path-search .item-list, body.path-search html[lang=en][data-font-size=large] .vpas-nav .bottom-section .item-list {
  gap: 8.25rem;
}
@media screen and (max-width: 991px) {
  html[lang=en][data-font-size=large] .vpas-nav .bottom-section .vtc-vpas-container, html[lang=en][data-font-size=large] .vpas-nav .bottom-section .region-page-banner .block-system-breadcrumb-block, .region-page-banner html[lang=en][data-font-size=large] .vpas-nav .bottom-section .block-system-breadcrumb-block, html[lang=en][data-font-size=large] .vpas-nav .bottom-section #block-vtc-vpas-theme-programmeblocktext, html[lang=en][data-font-size=large] .vpas-nav .bottom-section .view-programme-listing, html[lang=en][data-font-size=large] .vpas-nav .bottom-section .view-news-event-listing .view-filters, .view-news-event-listing html[lang=en][data-font-size=large] .vpas-nav .bottom-section .view-filters, html[lang=en][data-font-size=large] .vpas-nav .bottom-section .user-login-form, html[lang=en][data-font-size=large] .vpas-nav .bottom-section body.path-search .search-form, body.path-search html[lang=en][data-font-size=large] .vpas-nav .bottom-section .search-form, html[lang=en][data-font-size=large] .vpas-nav .bottom-section body.path-search h2, body.path-search html[lang=en][data-font-size=large] .vpas-nav .bottom-section h2, html[lang=en][data-font-size=large] .vpas-nav .bottom-section body.path-search .item-list, body.path-search html[lang=en][data-font-size=large] .vpas-nav .bottom-section .item-list {
    gap: 10px;
  }
}

html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .vtc-vpas-container, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .region-page-banner .block-system-breadcrumb-block, .region-page-banner html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .block-system-breadcrumb-block, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section #block-vtc-vpas-theme-programmeblocktext, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .view-programme-listing, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .view-news-event-listing .view-filters, .view-news-event-listing html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .view-filters, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .user-login-form, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section body.path-search .search-form, body.path-search html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .search-form, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section body.path-search h2, body.path-search html[lang=en][data-font-size=medium] .vpas-nav .bottom-section h2, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section body.path-search .item-list, body.path-search html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .item-list {
  gap: 12.25rem;
}
@media screen and (max-width: 991px) {
  html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .vtc-vpas-container, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .region-page-banner .block-system-breadcrumb-block, .region-page-banner html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .block-system-breadcrumb-block, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section #block-vtc-vpas-theme-programmeblocktext, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .view-programme-listing, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .view-news-event-listing .view-filters, .view-news-event-listing html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .view-filters, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .user-login-form, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section body.path-search .search-form, body.path-search html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .search-form, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section body.path-search h2, body.path-search html[lang=en][data-font-size=medium] .vpas-nav .bottom-section h2, html[lang=en][data-font-size=medium] .vpas-nav .bottom-section body.path-search .item-list, body.path-search html[lang=en][data-font-size=medium] .vpas-nav .bottom-section .item-list {
    gap: 1.25rem;
  }
}

html[data-font-size=small] {
  font-size: 12px;
}

html[data-font-size=medium] {
  font-size: 14px;
}

html[data-font-size=large] {
  font-size: 16px;
}

html[lang^=zh][data-font-size=large] .top-nav-box .item {
  font-size: 15.75px;
}

html[lang^=zh][data-font-size=small] .top-nav-box .item {
  font-size: 12.25px;
}

html[lang^=zh] .section-desc {
  font-size: 1.5rem;
}
html[lang^=zh] .top-nav-box .item {
  font-size: 1rem;
}

html[lang=en] h5,
html[lang=en] .h5,
html[lang=en] .programme-table-wrap table thead tr th,
.programme-table-wrap table thead tr html[lang=en] th,
html[lang=en] .programme-table-wrap table thead tr td,
.programme-table-wrap table thead tr html[lang=en] td,
html[lang=en] .programme-table-wrap table tbody tr th,
.programme-table-wrap table tbody tr html[lang=en] th,
html[lang=en] .programme-table-wrap table tbody tr td,
.programme-table-wrap table tbody tr html[lang=en] td {
  font-size: 1.25rem;
}
html[lang=en] .section-desc {
  font-size: 1.25rem;
}
html[lang=en] .vpas-btn, html[lang=en] .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form html[lang=en] .form-actions, html[lang=en] .user-login-form .form-actions, .user-login-form html[lang=en] .form-actions {
  font-size: 1.125rem;
}

a {
  color: #0f2b5b;
}
a:hover {
  color: #00aeef;
}

.body-text, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1, .quote-style2, .quote-style1, .view-programme-listing .no-results, .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .no-results, .view-news-event-listing .view-filters .form--inline .form-radios .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label, .vpas-faqs-wrap .no-results, body .layout-container ul li,
body .layout-container ol li, .vtc-vpas-container, .region-page-banner .block-system-breadcrumb-block, #block-vtc-vpas-theme-programmeblocktext, .view-programme-listing, .view-news-event-listing .view-filters, .user-login-form, body.path-search .search-form, body.path-search h2, body.path-search .item-list {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: #333;
}
.body-text a, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title a, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1 a, .quote-style2 a, .quote-style1 a, .view-programme-listing .no-results a, .view-programme-listing .view-filters .form--inline .form-radios .form-item label a, .view-news-event-listing .no-results a, .view-news-event-listing .view-filters .form--inline .form-radios .form-item label a,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label a, .vpas-faqs-wrap .no-results a, body .layout-container ul li a,
body .layout-container ol li a, .vtc-vpas-container a, .region-page-banner .block-system-breadcrumb-block a, #block-vtc-vpas-theme-programmeblocktext a, .view-programme-listing a, .view-news-event-listing .view-filters a, .user-login-form a, body.path-search .search-form a, body.path-search h2 a, body.path-search .item-list a {
  color: #0f2b5b;
  text-decoration: underline;
  transition: all 0.3s;
}
.body-text a:hover, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title a:hover, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1 a:hover, .quote-style2 a:hover, .quote-style1 a:hover, .view-programme-listing .view-filters .form--inline .form-radios .form-item label a:hover, .view-news-event-listing .no-results a:hover, .view-news-event-listing .view-filters .form--inline .form-radios .form-item label a:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label a:hover, .vpas-faqs-wrap .no-results a:hover, body .layout-container ul li a:hover,
body .layout-container ol li a:hover, .vtc-vpas-container a:hover, .region-page-banner .block-system-breadcrumb-block a:hover, #block-vtc-vpas-theme-programmeblocktext a:hover, .view-programme-listing a:hover, .view-news-event-listing .view-filters a:hover, .user-login-form a:hover, body.path-search .search-form a:hover, body.path-search h2 a:hover, body.path-search .item-list a:hover {
  color: #00aeef;
}
@media screen and (max-width: 991px) {
  .body-text, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1, .quote-style2, .quote-style1, .view-programme-listing .no-results, .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .no-results, .view-news-event-listing .view-filters .form--inline .form-radios .form-item label,
  .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label, .vpas-faqs-wrap .no-results, body .layout-container ul li,
  body .layout-container ol li, .vtc-vpas-container, .region-page-banner .block-system-breadcrumb-block, #block-vtc-vpas-theme-programmeblocktext, .view-programme-listing, .view-news-event-listing .view-filters, .user-login-form, body.path-search .search-form, body.path-search h2, body.path-search .item-list {
    font-size: 1rem;
  }
}

.vtc-vpas-container, .region-page-banner .block-system-breadcrumb-block, #block-vtc-vpas-theme-programmeblocktext, .view-programme-listing, .view-news-event-listing .view-filters, .user-login-form, body.path-search .search-form, body.path-search h2, body.path-search .item-list {
  max-width: 1460px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .vtc-vpas-container, .region-page-banner .block-system-breadcrumb-block, #block-vtc-vpas-theme-programmeblocktext, .view-programme-listing, .view-news-event-listing .view-filters, .user-login-form, body.path-search .search-form, body.path-search h2, body.path-search .item-list {
    padding: 0 20px;
  }
}

.p-24 {
  padding: 1.5rem;
}

.pt-24, .collapse-section.style-c .row-item .collapse-item .collapse-item-content, .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content {
  padding-top: 1.5rem;
}

.pb-24, .vpas-background-wrap .vpas-background .background-item .text-box, .collapse-section.style-c .row-item .collapse-item .collapse-item-content, .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content, .vpas-news-and-events-details .news-container .news-details-swiper {
  padding-bottom: 1.5rem;
}

.pl-24, .vpas-background-wrap .vpas-background .background-item .text-box {
  padding-left: 1.5rem;
}

.pr-24, .vpas-background-wrap .vpas-background .background-item .year-row {
  padding-right: 1.5rem;
}

.pt-40, #block-vtc-vpas-theme-programmeblocktext, .view-programme-listing .no-results, .view-programme-listing .view-filters .form--inline .form-radios, .view-news-event-listing .no-results, .vpas-faqs-wrap .no-results, nav.pager {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .pt-40, #block-vtc-vpas-theme-programmeblocktext, .view-programme-listing .no-results, .view-programme-listing .view-filters .form--inline .form-radios, .view-news-event-listing .no-results, .vpas-faqs-wrap .no-results, nav.pager {
    padding-top: 1.5rem;
  }
}

.pb-40, .vpas-home-news-wrap .row, .vpas-twelve-industry-wrap .d-block.d-md-none, .vpas-twelve-industry-wrap .row, .view-programme-listing .view-filters .form--inline {
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .pb-40, .vpas-home-news-wrap .row, .vpas-twelve-industry-wrap .d-block.d-md-none, .vpas-twelve-industry-wrap .row, .view-programme-listing .view-filters .form--inline {
    padding-bottom: 1.5rem;
  }
}

.p-40 {
  padding: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .p-40 {
    padding: 1.5rem;
  }
}

.pt-80, .vtc-vpas-homepage .vpas-twelve-industry-wrap {
  padding-top: 5rem;
}
@media only screen and (max-width: 991px) {
  .pt-80, .vtc-vpas-homepage .vpas-twelve-industry-wrap {
    padding-top: 1.875rem;
  }
}

.pb-80, .vtc-vpas-homepage .vpas-twelve-industry-wrap {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  .pb-80, .vtc-vpas-homepage .vpas-twelve-industry-wrap {
    padding-bottom: 1.875rem;
  }
}

.pt-160, .vpas-scholarship-wrap {
  padding-top: 10rem;
}
@media only screen and (max-width: 991px) {
  .pt-160, .vpas-scholarship-wrap {
    padding-top: 3.75rem;
  }
}

.pb-160, .vpas-advantages-wrap, .vpas-applicants-process-wrap, main.content-body {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 991px) {
  .pb-160, .vpas-advantages-wrap, .vpas-applicants-process-wrap, main.content-body {
    padding-bottom: 3.75rem;
  }
}

body {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
  --headerStickyTop: 0px;
  --vpas-border-radius: 1.25rem;
}
body a {
  text-underline-offset: 5px;
}
body a.link {
  word-wrap: break-word;
  color: #0f2b5b;
  text-decoration: underline;
}
body.body-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
body.user-logged-in {
  --headerStickyTop: 39px;
}
body.user-logged-in.toolbar-tray-open {
  --headerStickyTop: 79px;
}
@media screen and (max-width: 767px) {
  body {
    --vpas-border-radius: 1rem;
  }
}

.vpas-section-title {
  color: #0f2b5b;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.vpas-section-title.center {
  align-items: center;
}
.vpas-section-title::after {
  content: "";
  display: inline-block;
  width: 7.1875rem;
  height: 0.25rem;
  background: linear-gradient(90deg, #00aeef 0%, #ffc222 100%);
  margin-top: 1.5rem;
}

.section-desc {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.44px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 991px) {
  .section-desc {
    font-size: 1.125rem;
  }
}

.h1,
.h2,
.h3,
.news-item .info-box .month .num,
.h4,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .name,
.h5,
.programme-table-wrap table thead tr th,
.programme-table-wrap table thead tr td,
.programme-table-wrap table tbody tr th,
.programme-table-wrap table tbody tr td,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 1.28px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: 1.12px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3,
.news-item .info-box .month .num {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.8px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h3,
  .h3,
  .news-item .info-box .month .num {
    font-size: 1.5rem;
  }
}

h4,
.h4,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .name {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  letter-spacing: 0.6px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h4,
  .h4,
  .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .name {
    font-size: 1.375rem;
  }
}

h5,
.h5,
.programme-table-wrap table thead tr th,
.programme-table-wrap table thead tr td,
.programme-table-wrap table tbody tr th,
.programme-table-wrap table tbody tr td {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.48px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h5,
  .h5,
  .programme-table-wrap table thead tr th,
  .programme-table-wrap table thead tr td,
  .programme-table-wrap table tbody tr th,
  .programme-table-wrap table tbody tr td {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.28px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  h6,
  .h6 {
    font-size: 0.875rem;
  }
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

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

body .layout-container p:last-child {
  margin-bottom: 0;
}
body .layout-container ul,
body .layout-container ol {
  margin-bottom: 0;
}
body .layout-container ul li,
body .layout-container ol li {
  margin-bottom: 10px;
}
body .layout-container ul li:last-child,
body .layout-container ol li:last-child {
  margin-bottom: 0;
}
body .layout-container ul:not(.menu):not(.tabs):not(.pager__items) {
  list-style-type: none;
  padding-left: 0;
}
body .layout-container ul:not(.menu):not(.tabs):not(.pager__items) li {
  padding-left: 0;
  color: #333;
  position: relative;
  padding-left: 20px;
}
body .layout-container ul:not(.menu):not(.tabs):not(.pager__items) li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 15px;
}
body .node--unpublished {
  background-color: transparent;  
}
.te-1,
.te-2,
.te-3,
.te-4,
.te-5,
.te-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.te-1 > p,
.te-2 > p,
.te-3 > p,
.te-4 > p,
.te-5 > p,
.te-6 > p {
  font-size: inherit;
}
.te-1 > p:last-child,
.te-2 > p:last-child,
.te-3 > p:last-child,
.te-4 > p:last-child,
.te-5 > p:last-child,
.te-6 > p:last-child {
  margin-bottom: 0;
}

.te-1 {
  -webkit-line-clamp: 1;
}

.te-2 {
  -webkit-line-clamp: 2;
}

.te-3 {
  -webkit-line-clamp: 3;
}

.te-4 {
  -webkit-line-clamp: 4;
}

.te-5 {
  -webkit-line-clamp: 5;
}

.te-6 {
  -webkit-line-clamp: 6;
}

a.reset, .vtc-vpas-footer .bottom .statement ul.menu > li a {
  text-decoration: none;
  cursor: pointer;
  color: unset;
}

a.reset:hover, .vtc-vpas-footer .bottom .statement ul.menu > li a:hover {
  color: unset;
}

.theme-color, .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .list, .programme-table-wrap table thead tr th,
.programme-table-wrap table thead tr td,
.programme-table-wrap table tbody tr th,
.programme-table-wrap table tbody tr td, .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .view-filters .form--inline .form-radios .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label {
  color: #0f2b5b !important;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vpas-btn, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .user-login-form .form-actions {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 22.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  z-index: 2;
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 99.98%);
}
.vpas-btn::before, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions::before, .user-login-form .form-actions::before {
  content: "";
  border-radius: 22.5rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 99.98%);
  transition: all 0.3s;
  z-index: -1;
}
.vpas-btn:after, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions:after, .user-login-form .form-actions:after {
  transition: all 0.3s;
  margin-left: 8px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  background: url("../images/global/arrow-r.svg") no-repeat;
}
.vpas-btn:hover, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions:hover, .user-login-form .form-actions:hover, .vpas-btn.active, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .active.form-actions, .user-login-form .active.form-actions {
  color: #ffffff;
  text-decoration: none;
}
.vpas-btn:hover::before, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions:hover::before, .user-login-form .form-actions:hover::before, .vpas-btn.active::before, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .active.form-actions::before, .user-login-form .active.form-actions::before {
  left: 0;
  right: -8px;
  width: calc(100% + 8px);
}
.vpas-btn:hover:after, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions:hover:after, .user-login-form .form-actions:hover:after, .vpas-btn.active:after, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .active.form-actions:after, .user-login-form .active.form-actions:after {
  transform: translateX(8px);
}
.vpas-btn.link::after, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .link.form-actions::after, .user-login-form .link.form-actions::after {
  width: 24px;
  height: 24px;
  background: url("../images/icons/link.png") no-repeat center;
  background-size: contain;
}
.vpas-btn.playing::after, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .playing.form-actions::after, .user-login-form .playing.form-actions::after {
  width: 24px;
  height: 24px;
  background: url("../images/icons/playing.png") no-repeat center;
  background-size: contain;
}
.vpas-btn.download::after, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .download.form-actions::after, .user-login-form .download.form-actions::after {
  width: 24px;
  height: 24px;
  background: url("../images/icons/download.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .vpas-btn, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .user-login-form .form-actions {
    font-size: 1rem;
    height: auto;
    letter-spacing: 0;
    line-height: 150%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}

.vpas-filter-wrap {
  --h: 3.625rem;
  --selecth: 3rem;
  --fontSize: 1.125rem;
  gap: 1.25rem;
  display: flex;
  align-items: center;
}
.vpas-filter-wrap .form-select-item,
.vpas-filter-wrap .selectric-wrapper {
  width: 100%;
  max-width: 150px;
}
.vpas-filter-wrap .form-select-item .selectric,
.vpas-filter-wrap .selectric-wrapper .selectric {
  border-radius: 0.375rem;
  border: 2px solid #0f2b5b;
  background: transparent;
}
.vpas-filter-wrap .form-select-item .selectric .label,
.vpas-filter-wrap .selectric-wrapper .selectric .label {
  height: calc(var(--selecth) - 4px);
  line-height: calc(var(--selecth) - 4px);
  font-size: var(--fontSize);
  color: #0f2b5b;
  padding-left: 1.5rem;
  padding-right: 1rem;
  margin-left: 0;
  margin-right: calc(var(--selecth) - 2px);
}
.vpas-filter-wrap .form-select-item .selectric .button,
.vpas-filter-wrap .selectric-wrapper .selectric .button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 100% !important;
  aspect-ratio: 1;
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%) !important;
  border: none !important;
  padding: 0 !important;
}
.vpas-filter-wrap .form-select-item .selectric .button::before,
.vpas-filter-wrap .selectric-wrapper .selectric .button::before {
  aspect-ratio: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(var(--selecth) - 2px);
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  background-image: url("../images/icons/arrow.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
  z-index: 1;
}
.vpas-filter-wrap .form-select-item .selectric .button::after,
.vpas-filter-wrap .selectric-wrapper .selectric .button::after {
  display: none;
}
.vpas-filter-wrap .form-select-item .selectric-items,
.vpas-filter-wrap .selectric-wrapper .selectric-items {
  border: 2px solid #0f2b5b;
  border-radius: 0 0 0.375rem 0.375rem;
  border-top: none;
  background: #fff;
  box-shadow: none;
}
.vpas-filter-wrap .form-select-item .selectric-items li,
.vpas-filter-wrap .selectric-wrapper .selectric-items li {
  padding-top: 0;
  padding-bottom: 0;
  font-size: var(--fontSize);
  line-height: calc(var(--selecth) - 2px);
  padding-left: 1.125rem !important;
  list-style: none;
}
.vpas-filter-wrap .form-select-item .selectric-items li::before,
.vpas-filter-wrap .selectric-wrapper .selectric-items li::before {
  display: none !important;
}
.vpas-filter-wrap .form-select-item .selectric-items li.disabled,
.vpas-filter-wrap .selectric-wrapper .selectric-items li.disabled {
  display: none !important;
}
.vpas-filter-wrap .form-select-item .selectric-items li.highlighted, .vpas-filter-wrap .form-select-item .selectric-items li:hover,
.vpas-filter-wrap .selectric-wrapper .selectric-items li.highlighted,
.vpas-filter-wrap .selectric-wrapper .selectric-items li:hover {
  color: #0f2b5b;
}
.vpas-filter-wrap .form-select-item.selectric-open .selectric .label,
.vpas-filter-wrap .selectric-wrapper.selectric-open .selectric .label {
  color: #fff;
}
.vpas-filter-wrap .form-select-item.selectric-open .selectric .button::before,
.vpas-filter-wrap .selectric-wrapper.selectric-open .selectric .button::before {
  transform: rotate(180deg);
}
.vpas-filter-wrap .form-select-item.selectric-open.selectric-below .selectric,
.vpas-filter-wrap .selectric-wrapper.selectric-open.selectric-below .selectric {
  border-radius: 0.375rem 0.375rem 0 0;
}
.vpas-filter-wrap .form-select-item.selectric-open.selectric-below .selectric-items,
.vpas-filter-wrap .selectric-wrapper.selectric-open.selectric-below .selectric-items {
  top: calc(100% + 0px);
  border-radius: 0 0 0.375rem 0.375rem;
}
.vpas-filter-wrap .form-select-item.selectric-open.selectric-above .selectric,
.vpas-filter-wrap .selectric-wrapper.selectric-open.selectric-above .selectric {
  border-radius: 0 0 0.375rem 0.375rem;
}
.vpas-filter-wrap .form-select-item.selectric-open.selectric-above .selectric-items,
.vpas-filter-wrap .selectric-wrapper.selectric-open.selectric-above .selectric-items {
  bottom: calc(100% + 0px);
  border-top: 2px solid #0f2b5b;
  border-bottom: none;
  border-radius: 0.375rem 0.375rem 0 0;
}
@media only screen and (max-width: 767px) {
  .vpas-filter-wrap {
    --h: 2.5rem;
    --selecth: 2.5rem;
    --fontSize: 0.875rem;
    gap: 16px;
  }
  .vpas-filter-wrap .form-select-item .selectric,
  .vpas-filter-wrap .selectric-wrapper .selectric {
    border-width: 1px;
  }
  .vpas-filter-wrap .form-select-item .selectric .label,
  .vpas-filter-wrap .selectric-wrapper .selectric .label {
    padding-left: 1rem;
  }
}

.form-input-item, .view-programme-listing .view-filters .form--inline .form-item-title, body.path-search .search-form .form-wrapper .form-item .form-search {
  --h: 3.625rem;
  --fontSize: 1.125rem;
  width: 100%;
  height: var(--h);
  max-width: 459px;
  position: relative;
  border-radius: 0.625rem;
  border: 2px solid #0f2b5b;
}
.form-input-item input, .view-programme-listing .view-filters .form--inline .form-item-title input, body.path-search .search-form .form-wrapper .form-item .form-search input {
  width: 100%;
  height: calc(var(--h) - 4px);
  padding: 1rem 3.625rem 1rem 1rem;
  font-size: var(--fontSize);
  line-height: 150%;
  font-weight: 500;
  color: #0f2b5b;
  border: none;
  background: transparent;
}
.form-input-item input::-webkit-input-placeholder, .view-programme-listing .view-filters .form--inline .form-item-title input::-webkit-input-placeholder, body.path-search .search-form .form-wrapper .form-item .form-search input::-webkit-input-placeholder {
  color: #999;
}
.form-input-item input:-webkit-autofill, .view-programme-listing .view-filters .form--inline .form-item-title input:-webkit-autofill, body.path-search .search-form .form-wrapper .form-item .form-search input:-webkit-autofill, .form-input-item input:-webkit-autofill:hover, .form-input-item input:-webkit-autofill:focus, .form-input-item input:-webkit-autofill:active {
  transition-delay: 3600s;
}
.form-input-item input:focus, .view-programme-listing .view-filters .form--inline .form-item-title input:focus, body.path-search .search-form .form-wrapper .form-item .form-search input:focus {
  outline: none;
  box-shadow: none;
  background: transparent !important;
}
.form-input-item.has-search-icon .search-icon, .view-programme-listing .view-filters .form--inline .has-search-icon.form-item-title .search-icon, body.path-search .search-form .form-wrapper .form-item .has-search-icon.form-search .search-icon {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(var(--h) - 2px);
  top: -1px;
  right: -1px;
  bottom: auto;
  aspect-ratio: 1;
  background-color: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
  border: none;
  z-index: 1;
  border-radius: 0 0.625rem 0.625rem 0;
  background-image: url("../images/icons/search.png"), linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .form-input-item, .view-programme-listing .view-filters .form--inline .form-item-title, body.path-search .search-form .form-wrapper .form-item .form-search {
    --h: 2.8125rem;
    --fontSize: 0.875rem;
  }
}

.block-views-blockprogramme-listing-block-1 #edit-field-programmes-career-category-target-id .js-form-item:first-child {
  display: none;
}

.programme-list .programme-info-text {
  margin-bottom: 1.5rem;
  margin-top: -0.75rem;
}
#edit-submit-programme-listing{
  opacity: 1;
  color: transparent;
  background-color: transparent;
}
.typography-section {
  overflow: hidden;
}
.typography-section h1,
.typography-section h2,
.typography-section h3,
.typography-section h4,
.typography-section h5,
.typography-section h6,
.typography-section .fw-700 {
  margin-bottom: 1rem;
}
.typography-section h1.mb-5 {
  color: #0f2b5b;
}
.typography-section .mb-5 {
  margin-bottom: 2.5rem !important;
}
.typography-section .mb-4 {
  margin-bottom: 1.5rem !important;
}
.typography-section a.theme-color, .typography-section .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box a.list, .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .typography-section a.list {
  color: #0f2b5b;
  text-decoration: underline;
}
.typography-section .quote-styleA {
  max-width: 550px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.typography-section .quote-styleB {
  max-width: 625px;
}
.typography-section .fw-700 {
  font-weight: 700;
}
.typography-section .colorBox .colorRow {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.typography-section .colorBox .colorRow .itemBox {
  position: relative;
  width: calc((100% - 80px) / 5);
  padding-top: 18%;
}
.typography-section .colorBox .colorRow .itemBox .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: 700;
  text-align: center;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #ffffff;
}
.typography-section .colorBox .colorRow.primary-color .itemBox:nth-child(1) .item {
  background-color: #0f2b5b;
}
.typography-section .colorBox .colorRow.second-color .itemBox:nth-child(1) .item {
  background-color: #00aeef;
}
.typography-section .colorBox .colorRow.second-color .itemBox:nth-child(2) .item {
  background-color: #bac405;
}
.typography-section .colorBox .colorRow.second-color .itemBox:nth-child(3) .item {
  background-color: #ffc222;
}
.typography-section .colorBox .colorRow.second-color .itemBox:nth-child(4) .item {
  background-color: #ed72aa;
}
.typography-section .colorBox .colorRow.text-color {
  padding-bottom: 5rem;
}
.typography-section .colorBox .colorRow.text-color .itemBox:nth-child(1) .item {
  background-color: #0f2b5b;
}
.typography-section .colorBox .colorRow.text-color .itemBox:nth-child(2) .item {
  background-color: #222222;
}
.typography-section .colorBox .colorRow.text-color .itemBox:nth-child(3) .item {
  background-color: #555555;
}
.typography-section .colorBox .colorRow.text-color .itemBox:nth-child(4) .item {
  background-color: #ffffff;
  color: #222222;
}
@media screen and (max-width: 991px) {
  .typography-section .colorBox .colorRow .itemBox {
    width: calc((100% - 60px) / 4);
    padding-top: 23%;
  }
}
@media screen and (max-width: 767px) {
  .typography-section .colorBox .colorRow.text-color {
    padding-bottom: 2.5rem;
  }
  .typography-section .colorBox .colorRow .itemBox {
    width: calc((100% - 20px) / 2);
    padding-top: 50%;
  }
}
.typography-section .btn-group {
  gap: 2.5rem;
}
.typography-section .col-lg-6 p:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .typography-section .col-lg-6:last-child {
    padding-top: 3.75rem;
  }
  .typography-section .mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .typography-section .mb-4 {
    margin-bottom: 1rem !important;
  }
  .typography-section .colorBox .colorRow .itemBox .item {
    padding: 1.25rem;
  }
}

.vpas-faqs-wrap .text-box {
  display: flex;
  align-items: flex-start;
}
.vpas-faqs-wrap .text-box .num {
  flex-shrink: 0;
}
.vpas-faqs-wrap .body-text, .vpas-faqs-wrap .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .vpas-faqs-wrap .title, .vpas-faqs-wrap .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .vpas-faqs-wrap .quote-style1, .vpas-faqs-wrap .quote-style2, .vpas-faqs-wrap .quote-style1, .vpas-faqs-wrap .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-programme-listing .view-filters .form--inline .form-radios .form-item .vpas-faqs-wrap label, .vpas-faqs-wrap .view-news-event-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .view-filters .form--inline .form-radios .form-item .vpas-faqs-wrap label,
.vpas-faqs-wrap .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .vpas-faqs-wrap label, .vpas-faqs-wrap .no-results, .vpas-faqs-wrap .vtc-vpas-container, .vpas-faqs-wrap .region-page-banner .block-system-breadcrumb-block, .region-page-banner .vpas-faqs-wrap .block-system-breadcrumb-block, .vpas-faqs-wrap #block-vtc-vpas-theme-programmeblocktext, .vpas-faqs-wrap .view-programme-listing, .vpas-faqs-wrap .view-news-event-listing .view-filters, .view-news-event-listing .vpas-faqs-wrap .view-filters, .vpas-faqs-wrap .user-login-form, .vpas-faqs-wrap body.path-search .search-form, body.path-search .vpas-faqs-wrap .search-form, .vpas-faqs-wrap body.path-search h2, body.path-search .vpas-faqs-wrap h2, .vpas-faqs-wrap body.path-search .item-list, body.path-search .vpas-faqs-wrap .item-list, .vpas-faqs-wrap body .layout-container ul li, body .layout-container ul .vpas-faqs-wrap li,
.vpas-faqs-wrap body .layout-container ol li,
body .layout-container ol .vpas-faqs-wrap li {
  padding-left: 50px;
}
.vpas-faqs-wrap .no-results {
  width: 100%;
  display: none;
}

.vpas-skilled-trades-wrap {
  background-image: url("../images/color-bg/color-block-bg1.png");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.vpas-skilled-trades-wrap .table-flex-box .table-row.thead-row .col {
  justify-content: flex-end;
  align-items: flex-start;
}

.vpas-skilled-trades-wrap .table-flex-box .table-row.thead-row .col .h4, .vpas-skilled-trades-wrap .table-flex-box .table-row.thead-row .col .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .name, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .vpas-skilled-trades-wrap .table-flex-box .table-row.thead-row .col .name {
  text-align: left !important;
}

.vpas-skilled-trades-wrap .table-flex-box .table-row.thead-row {
  grid-template-columns: 16.7% 25% 1fr;
}

.view-news-event-listing .view-filters .form--inline .vpas-filter-wrap {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: auto;
  align-items: flex-start;
}

.view-news-event-listing .view-filters .form--inline .vpas-filter-wrap .form-select-item {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .view-news-event-listing .view-filters .form--inline .vpas-filter-wrap {
    margin-top: 0.625rem;
  }
  .view-news-event-listing .view-filters .form--inline .vpas-filter-wrap .form-select-item {
    width: auto;
  }
}
@media screen and (max-width: 975px) {
  .view-news-event-listing .view-filters .form--inline {
    flex-direction: column;
  }
}
.user-logged-in .layout-container .highlighted-section,
.path-user .layout-container .highlighted-section {
  margin-top: 50px;
}
.layout-container .highlighted-section {
  margin-top: 0;
}

.view-news-event-listing .view-filters .form--inline.clearfix::after,
.field--name-field-select-content-width.field--type-list-string {
  display: none;
}

.view-news-event-listing .view-filters .form--inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}
.view-news-event-listing .view-filters .form--inline .selectric-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.view-news-event-listing .view-filters .form--inline legend {
  display: none;
}
.view-news-event-listing .view-filters .form--inline .form-actions {
  display: none;
}
.view-news-event-listing .view-filters .form--inline .form-radios,
.view-news-event-listing .view-filters .form--inline .news-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item {
  margin-right: 0;
  position: relative;
  cursor: pointer;
  border-radius: 22.5rem;
  transition: all 0.3s;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(45deg, rgb(255, 234, 178), rgb(255, 194, 34)) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item:hover {
  background: linear-gradient(45deg, rgb(255, 234, 178), rgb(255, 194, 34)) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label {
  font-weight: 700;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item input,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item:nth-child(1),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item:nth-child(1) {
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item:nth-child(1):has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item:nth-child(1):hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item:nth-child(1):has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item:nth-child(1):hover {
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item:nth-child(1):has(input:checked) .option, .view-news-event-listing .view-filters .form--inline .form-radios .form-item:nth-child(1):hover .option,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item:nth-child(1):has(input:checked) .option,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item:nth-child(1):hover .option {
  color: #fff !important;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style1, .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-1,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style1,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-1 {
  background: linear-gradient(white, white) padding-box, linear-gradient(45deg, rgba(237, 114, 170, 0.3), rgba(237, 114, 170, 0.7)) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style1:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style1:hover, .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-1:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-1:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style1:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style1:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-1:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-1:hover {
  background: linear-gradient(45deg, rgba(237, 114, 170, 0.3), rgba(237, 114, 170, 0.7)) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style2, .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-2,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style2,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-2 {
  background: linear-gradient(white, white) padding-box, linear-gradient(45deg, rgb(255, 234, 178), rgb(255, 194, 34)) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style2:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style2:hover, .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-2:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-2:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style2:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style2:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-2:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-2:hover {
  background: linear-gradient(45deg, rgb(255, 234, 178), rgb(255, 194, 34)) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style3, .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-3,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style3,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-3 {
  background: linear-gradient(white, white) padding-box, linear-gradient(45deg, rgba(0, 174, 239, 0.5), rgb(0, 174, 239)) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style3:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style3:hover, .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-3:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-3:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style3:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style3:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-3:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-3:hover {
  background: linear-gradient(45deg, rgba(0, 174, 239, 0.5), rgb(0, 174, 239)) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style5, .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-5,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style5,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-5 {
  background: linear-gradient(white, white) padding-box, linear-gradient(88deg, #e3e79b 1.47%, #bac405 99.19%) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style5:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style5:hover, .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-5:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-5:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style5:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style5:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-5:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-5:hover {
  background: linear-gradient(88deg, #e3e79b 1.47%, #bac405 99.19%) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-4,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-4 {
  background: linear-gradient(white, white) padding-box, linear-gradient(88deg, rgba(35, 204, 216, 0.32) 1.47%, #23ccd8 99.19%) border-box;
}
.view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-4:has(input:checked), .view-news-event-listing .view-filters .form--inline .form-radios .form-item.style-4:hover,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-4:has(input:checked),
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item.style-4:hover {
  background: linear-gradient(88deg, rgba(35, 204, 216, 0.32) 1.47%, #23ccd8 99.19%) border-box;
}
.view-news-event-listing .vpas-filter-wrap {
  margin-top: -3.2rem;
  display: flex;
  justify-content: flex-end;
  pointer-events: auto;
}
.view-news-event-listing .vpas-news-list-wrap .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}
.view-news-event-listing .no-results {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .view-news-event-listing .view-filters .form--inline {
    gap: 0;
  }
  .view-news-event-listing .view-filters .form--inline .js-form-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .view-news-event-listing .view-filters .form--inline .form-radios {
    gap: 0.625rem;
    width: 100%;
  }
  .view-news-event-listing .view-filters .form--inline .form-radios .form-item {
    padding: 0.625rem 1.25rem;
  }
  .view-news-event-listing .vpas-filter-wrap {
    margin-top: 1rem;
    justify-content: flex-start;
  }
  .view-news-event-listing .vpas-filter-wrap .form-select-item,
  .view-news-event-listing .vpas-filter-wrap .selectric-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 389px) {
  .view-news-event-listing .view-filters .form--inline {
    gap: 0.625rem;
  }
  .view-news-event-listing .view-filters .form--inline .form-radios {
    gap: 0.625rem;
  }
  .view-news-event-listing .view-filters .form--inline .form-radios .form-item {
    padding: 0.5rem 0.9375rem;
  }
}

.vpas-news-and-events-details .news-info {
  display: flex;
  gap: 1.5rem;
}
.vpas-news-and-events-details .media-box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 705/470;
  border-radius: var(--vpas-border-radius);
  overflow: hidden;
  cursor: pointer;
}
.vpas-news-and-events-details .media-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vpas-news-and-events-details .media-box.video-type {
  position: relative;
}
.vpas-news-and-events-details .media-box.video-type::after {
  content: "";
  width: 4.5rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/icons/video-play.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-news-and-events-details .media-box.video-type .url-info,
.vpas-news-and-events-details .media-box.video-type .video-info {
  display: none;
}
.vpas-news-and-events-details .img-box img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: var(--vpas-border-radius);
}
.vpas-news-and-events-details .news-container .description-box p {
  margin-bottom: 33px;
}
.vpas-news-and-events-details .news-container .description-box p:last-child {
  margin-bottom: 0;
}
.vpas-news-and-events-details .dialog-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}
.vpas-news-and-events-details .dialog-wrap .dialog-container {
  max-width: 700px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/9;
  background-color: #fff;
  position: relative;
}
.vpas-news-and-events-details .dialog-wrap .dialog-container .dialog-body {
  width: 100%;
  height: 100%;
}
.vpas-news-and-events-details .dialog-wrap .dialog-container .dialog-body video,
.vpas-news-and-events-details .dialog-wrap .dialog-container .dialog-body iframe {
  width: 100%;
  height: 100%;
}
.vpas-news-and-events-details .dialog-wrap .dialog-container .close-icon {
  position: absolute;
  right: -50px;
  top: -60px;
  width: 50px;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  aspect-ratio: 1;
  background-image: url("../images/icons/close.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-news-and-events-details .dialog-wrap.show {
  display: flex;
}
@media screen and (max-width: 767px) {
  .vpas-news-and-events-details .media-box.video-type::after {
    width: 3.125rem;
  }
  .vpas-news-and-events-details .news-info {
    flex-direction: column;
  }
  .vpas-news-and-events-details .news-container p {
    margin-bottom: 27px;
  }
  .vpas-news-and-events-details .dialog-wrap .dialog-container .close-icon {
    right: 0;
  }
}

#edit-submit-programme-listing {
  display: block;
}

.view-programme-listing .view-filters .form--inline .form-item.js-form-item-combine {
  --h: 3.625rem;
  --fontSize: 1.125rem;
  width: 100%;
  height: var(--h);
  max-width: 459px;
  position: relative;
  border-radius: 0.625rem;
  border: 2px solid #0f2b5b;
}
@media only screen and (max-width: 520px) {
  .view-programme-listing .view-filters .form--inline .form-item.js-form-item-combine {
    max-width: 100%;
  }
}

.view-programme-listing .view-filters .form--inline .form-item.js-form-item-combine input {
  width: 100%;
  height: calc(var(--h) - 4px);
  padding: 1rem 3.625rem 1rem 1rem;
  font-size: var(--fontSize);
  line-height: 150%;
  font-weight: 500;
  color: #0f2b5b;
  border: none;
  background: transparent;
  margin-top: 0;
}

.view-programme-listing .view-filters .form--inline .form-item.js-form-item-combine input:focus {
  outline: none;
  box-shadow: none;
  background: transparent !important;
}

.view-programme-listing .career-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-top: 2.5rem;
}
.view-programme-listing .career-radio-group .form-radio-wrapper {
  margin-right: 0;
  position: relative;
  cursor: pointer;
  border-radius: 22.5rem;
  background: #fff;
  transition: all 0.3s;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%) border-box;
}
.view-programme-listing .career-radio-group .form-radio-wrapper:hover, .view-programme-listing .career-radio-group .form-radio-wrapper:has(input:checked) {
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%) border-box;
}
.view-programme-listing .career-radio-group .form-radio-wrapper:hover label, .view-programme-listing .career-radio-group .form-radio-wrapper:has(input:checked) label {
  color: #fff !important;
}
.view-programme-listing .career-radio-group .form-radio-wrapper input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.view-programme-listing .career-radio-group .form-radio-wrapper label {
  font-weight: 700;
  color: #0f2b5b !important;
}

[data-font-size=small] .view-programme-listing .view-filters .form--inline .form-actions {
  left: 415px;
}

.view-programme-listing .view-filters {
  --h: 3.625rem;
}
.view-programme-listing .view-filters .form--inline {
  position: relative;
}
.view-programme-listing .view-filters .form--inline legend {
  display: none;
}
.view-programme-listing .view-filters .form--inline .form-item {
  float: none;
  margin-right: 0;
}
.view-programme-listing .view-filters .form--inline .form-item-title .form-text {
  margin-top: 0;
}
.view-programme-listing .view-filters .form--inline .form-actions {
  position: absolute;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(var(--h));
  left: 409px;
  aspect-ratio: 1;
  border-radius: 0 0.625rem 0.625rem 0;
  background-image: url("../images/icons/search.png"), linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
}
.view-programme-listing .view-filters .form--inline .form-actions .form-submit {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.view-programme-listing .view-filters .form--inline .form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.view-programme-listing .view-filters .form--inline .form-radios .form-item {
  margin-right: 0;
  position: relative;
  cursor: pointer;
  border-radius: 22.5rem;
  background: #fff;
  transition: all 0.3s;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%) border-box;
}
.view-programme-listing .view-filters .form--inline .form-radios .form-item label {
  font-weight: 700;
}
.view-programme-listing .view-filters .form--inline .form-radios .form-item input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.view-programme-listing .view-filters .form--inline .form-radios .form-item:has(input:checked), .view-programme-listing .view-filters .form--inline .form-radios .form-item:hover {
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%) border-box;
}
.view-programme-listing .view-filters .form--inline .form-radios .form-item:has(input:checked) label, .view-programme-listing .view-filters .form--inline .form-radios .form-item:hover label {
  color: #fff !important;
}
.view-programme-listing .no-results {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .view-programme-listing .view-filters .form--inline .form-item-title {
    max-width: 100%;
  }
  .view-programme-listing .view-filters .form--inline .form-radios {
    gap: 0.625rem;
  }
  .view-programme-listing .view-filters .form--inline .form-radios .form-item {
    padding: 0.625rem 1.25rem;
  }
}
@media only screen and (max-width: 520px) {
  .view-programme-listing .view-filters .form--inline .form-actions {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 420px) {
  .view-programme-listing .view-filters .form--inline .form-radios .form-item {
    padding: 0.5rem 0.9375rem;
  }
}

.programme-table-wrap {
  padding: 2.5rem;
  border-radius: var(--vpas-border-radius);
  overflow: hidden;
  background-image: url("../images/color-bg/bg27.png");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.programme-table-wrap .title-box {
  display: flex;
  align-items: flex-end;
}
.programme-table-wrap .title-box .body-text, .programme-table-wrap .title-box .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .programme-table-wrap .title-box .title, .programme-table-wrap .title-box .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .programme-table-wrap .title-box .quote-style1, .programme-table-wrap .title-box .quote-style2, .programme-table-wrap .title-box .quote-style1, .programme-table-wrap .title-box .vtc-vpas-container, .programme-table-wrap .title-box .region-page-banner .block-system-breadcrumb-block, .region-page-banner .programme-table-wrap .title-box .block-system-breadcrumb-block, .programme-table-wrap .title-box #block-vtc-vpas-theme-programmeblocktext, .programme-table-wrap .title-box .user-login-form, .programme-table-wrap .title-box body.path-search .search-form, body.path-search .programme-table-wrap .title-box .search-form, .programme-table-wrap .title-box body.path-search h2, body.path-search .programme-table-wrap .title-box h2, .programme-table-wrap .title-box body.path-search .item-list, body.path-search .programme-table-wrap .title-box .item-list, .programme-table-wrap .title-box body .layout-container ul li, body .layout-container ul .programme-table-wrap .title-box li,
.programme-table-wrap .title-box body .layout-container ol li,
body .layout-container ol .programme-table-wrap .title-box li, .programme-table-wrap .title-box .vpas-faqs-wrap .no-results, .vpas-faqs-wrap .programme-table-wrap .title-box .no-results, .programme-table-wrap .title-box .view-news-event-listing .view-filters, .view-news-event-listing .programme-table-wrap .title-box .view-filters, .programme-table-wrap .title-box .view-news-event-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .view-filters .form--inline .form-radios .form-item .programme-table-wrap .title-box label,
.programme-table-wrap .title-box .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .programme-table-wrap .title-box label, .programme-table-wrap .title-box .view-news-event-listing .no-results, .view-news-event-listing .programme-table-wrap .title-box .no-results, .programme-table-wrap .title-box .view-programme-listing, .programme-table-wrap .title-box .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-programme-listing .view-filters .form--inline .form-radios .form-item .programme-table-wrap .title-box label, .programme-table-wrap .title-box .view-programme-listing .no-results, .view-programme-listing .programme-table-wrap .title-box .no-results {
  color: #555555;
}
.programme-table-wrap .table-bg {
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
  border-radius: var(--vpas-border-radius);
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
.programme-table-wrap .table-bg:last-child {
  margin-bottom: 0;
}
.programme-table-wrap table {
  width: 100%;
}
.programme-table-wrap table thead tr {
  border-bottom: 1px solid #0f2b5b;
  border-bottom-color: #0f2b5b !important;
}
.programme-table-wrap table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.programme-table-wrap table tbody tr:last-child {
  border-bottom: none;
}
.programme-table-wrap table thead tr th,
.programme-table-wrap table thead tr td,
.programme-table-wrap table tbody tr th,
.programme-table-wrap table tbody tr td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 0;
}
.programme-table-wrap table thead tr th:first-child,
.programme-table-wrap table thead tr td:first-child,
.programme-table-wrap table tbody tr th:first-child,
.programme-table-wrap table tbody tr td:first-child {
  padding-left: 0;
}
.programme-table-wrap table thead tr th.col-1,
.programme-table-wrap table thead tr td.col-1,
.programme-table-wrap table tbody tr th.col-1,
.programme-table-wrap table tbody tr td.col-1 {
  width: auto;
}
.programme-table-wrap table thead tr th.col-2,
.programme-table-wrap table thead tr td.col-2,
.programme-table-wrap table tbody tr th.col-2,
.programme-table-wrap table tbody tr td.col-2 {
  width: 15rem;
}
.programme-table-wrap table thead tr th.col-3,
.programme-table-wrap table thead tr td.col-3,
.programme-table-wrap table tbody tr th.col-3,
.programme-table-wrap table tbody tr td.col-3 {
  width: 18.75rem;
}
.programme-table-wrap table tbody tr td {
  font-weight: 500 !important;
}
.programme-table-wrap table tbody tr td a {
  transition: all 0.3s;
  text-decoration: none;
}
.programme-table-wrap table tbody tr td a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .programme-table-wrap table thead tr th.col-1,
  .programme-table-wrap table thead tr td.col-1,
  .programme-table-wrap table tbody tr th.col-1,
  .programme-table-wrap table tbody tr td.col-1 {
    width: auto;
  }
  .programme-table-wrap table thead tr th.col-2,
  .programme-table-wrap table thead tr td.col-2,
  .programme-table-wrap table tbody tr th.col-2,
  .programme-table-wrap table tbody tr td.col-2 {
    width: auto;
  }
  .programme-table-wrap table thead tr th.col-3,
  .programme-table-wrap table thead tr td.col-3,
  .programme-table-wrap table tbody tr th.col-3,
  .programme-table-wrap table tbody tr td.col-3 {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .programme-table-wrap table thead tr th,
  .programme-table-wrap table thead tr td,
  .programme-table-wrap table tbody tr th,
  .programme-table-wrap table tbody tr td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
  .programme-table-wrap table thead tr th.col-2,
  .programme-table-wrap table thead tr td.col-2,
  .programme-table-wrap table tbody tr th.col-2,
  .programme-table-wrap table tbody tr td.col-2 {
    width: 12.5rem;
  }
  .programme-table-wrap table thead tr th.col-3,
  .programme-table-wrap table thead tr td.col-3,
  .programme-table-wrap table tbody tr th.col-3,
  .programme-table-wrap table tbody tr td.col-3 {
    width: 9.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .programme-table-wrap {
    padding: 1.25rem;
  }
  .programme-table-wrap .table-bg {
    padding: 1.25rem;
    margin-bottom: 0.9375rem;
  }
  .programme-table-wrap table thead {
    display: none;
  }
  .programme-table-wrap table tbody tr {
    padding-top: 16px;
    display: block;
  }
  .programme-table-wrap table tbody tr td {
    display: block;
    width: 100%;
    padding-left: 6.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
  }
  .programme-table-wrap table tbody tr td::before {
    color: #0f2b5b;
    text-align: left;
    content: attr(data-label);
    background-color: transparent;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .programme-table-wrap table tbody tr td:first-child {
    padding-left: 6.25rem;
    padding-top: 0;
  }
  .programme-table-wrap table tbody tr td:last-child {
    padding-bottom: 1rem;
  }
  .programme-table-wrap table tbody tr td.col-1 {
    width: 100%;
  }
  .programme-table-wrap table tbody tr td.col-2 {
    width: 100%;
  }
  .programme-table-wrap table tbody tr td.col-3 {
    width: 100%;
  }
  .programme-table-wrap table tbody tr:first-child {
    padding-top: 0;
  }
  .programme-table-wrap table tbody tr:last-child td:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  html[lang=en] table tbody td {
    padding-left: 0;
  }
  html[lang=en] table tbody td::before {
    position: static;
    display: block;
  }
  html[lang=en] table tbody td:first-child {
    padding-left: 0;
  }
}

.elements-section .vpas-twelve-industry-wrap,
.elements-section .vpas-application-proof-wrap {
  background: transparent;
}
.elements-section .vpas-news-list-wrap .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

.data-center-msg {
  display: flex;
  justify-content: flex-end;
  color: #555555;
}

.quote-style1 {
  text-align: center;
  padding-top: 2.5rem;
}
.quote-style1::before {
  content: "“";
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 1.8px;
  color: #0f2b5b;
  display: block;
  text-align: center;
  transform: translateX(-1.875rem);
}

.quote-style2 {
  border-radius: var(--vpas-border-radius) var(--vpas-border-radius) 5rem var(--vpas-border-radius);
  position: relative;
  padding: 3.875rem 1.5rem 2.625rem;
  background-image: url("../images/color-bg/applicant_share_bg.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.quote-style2::after, .quote-style2::before {
  font-size: 5.625rem;
  font-weight: 500;
  line-height: 1;
  color: #0f2b5b;
  display: inline-block;
  opacity: 0.36;
  background-image: linear-gradient(0deg, #00aeef 0%, #00aeef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  z-index: 0;
}
.quote-style2::before {
  content: "“";
  top: 1.25rem;
  left: 1.25rem;
}
.quote-style2::after {
  content: "“";
  bottom: 0.9375rem;
  right: 1.875rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .quote-style2 {
    border-radius: 1rem;
    position: relative;
    padding: 2.625rem 1.25rem 2rem;
    border-bottom-right-radius: 3.75rem;
  }
  .quote-style2::before {
    content: "“";
    top: 0.5rem;
  }
  .quote-style2::after {
    content: "“";
    bottom: 0.625rem;
  }
}

.vpas-swiper .swiper-pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.1875rem;
}
.vpas-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.3125rem;
  height: 1.3125rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #0f2b5b;
  opacity: 1;
}
.vpas-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: none;
  background: linear-gradient(180deg, #0f2b5b 0%, #075f9e 100%);
}
@media screen and (max-width: 767px) {
  .vpas-swiper .swiper-pagination {
    gap: 0.75rem;
  }
  .vpas-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}

.circle-color {
  width: 100%;
  height: 100%;
  --circle-stroke-width: 0.625rem;
  padding-top: var(--circle-stroke-width);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.circle-color .img-box {
  position: relative;
  width: 5.5rem;
  margin-left: var(--circle-stroke-width);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.circle-color .img-box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}
.circle-color .img-box::after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--circle-stroke-width));
  left: calc(-1 * var(--circle-stroke-width));
  right: calc(-1 * var(--circle-stroke-width));
  bottom: calc(-1 * var(--circle-stroke-width));
  border-radius: 50%;
  z-index: 1;
  background-image: linear-gradient(137deg, #ed72aa 15.36%, rgba(237, 114, 170, 0.2) 92.2%);
  clip-path: polygon(0 0, 100% 0px, 100% 50%, 50% 50%, 25% 100%, 0% 100%);
}
.circle-color .img-box .media--type-image {
  width: 100%;
  height: 100%;
}
.circle-color .img-box .media--type-image .field--type-image {
  width: 100%;
  height: 100%;
}
.circle-color .img-box .media--type-image .field--type-image .field__item {
  width: 100%;
  height: 100%;
}
.circle-color .img-box img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 4;
}
.circle-color .text-box {
  flex: 1;
  min-height: 5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 1.0625rem 0.625rem 1.25rem 4.5625rem;
  border-radius: 0px var(--vpas-border-radius) 80px var(--vpas-border-radius);
  margin-top: -2.875rem;
  margin-left: 26px;
  background: linear-gradient(180deg, rgba(237, 114, 170, 0.15) 0%, rgba(237, 114, 170, 0.05) 107.81%);
}
.circle-color.style-1 .img-box::after {
  background-image: linear-gradient(137deg, #ed72aa 15.36%, rgba(237, 114, 170, 0.2) 92.2%);
}
.circle-color.style-1 .text-box {
  background: linear-gradient(180deg, rgba(237, 114, 170, 0.15) 0%, rgba(237, 114, 170, 0.05) 107.81%);
}
.circle-color.style-2 .img-box::after {
  background-image: linear-gradient(137deg, #00aeef 15.36%, rgba(0, 174, 239, 0.2) 92.2%);
}
.circle-color.style-2 .text-box {
  background-image: url("../images/color-bg/applicant_share_bg.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .circle-color {
    --circle-stroke-width: 0.375rem;
  }
  .circle-color .img-box {
    width: 3.125rem;
  }
  .circle-color .text-box {
    margin-left: 1rem;
    margin-top: -1.5625rem;
    padding: 0.7037rem 1.25rem 0.6875rem 2.2662rem;
    border-bottom-right-radius: 3.75rem;
  }
}

.circle-block-color {
  width: 100%;
  height: 100%;
  --circle-stroke-width: 0.625rem;
  padding-top: var(--circle-stroke-width);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.circle-block-color .img-box {
  position: relative;
  width: 5.5rem;
  margin-left: var(--circle-stroke-width);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.circle-block-color .img-box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}
.circle-block-color .img-box::after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--circle-stroke-width));
  left: calc(-1 * var(--circle-stroke-width));
  right: calc(-1 * var(--circle-stroke-width));
  bottom: calc(-1 * var(--circle-stroke-width));
  border-radius: 50%;
  z-index: 1;
  background-image: linear-gradient(137deg, #ed72aa 15.36%, rgba(237, 114, 170, 0.2) 92.2%);
  clip-path: polygon(0 0, 100% 0px, 100% 50%, 50% 50%, 25% 100%, 0% 100%);
}
.circle-block-color .img-box img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 4;
  border-radius: 100%;
}
.circle-block-color .text-box {
  flex: 1;
  min-height: 5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 1.0625rem 0.625rem 1.25rem 4.5625rem;
  border-radius: 0px var(--vpas-border-radius) 80px var(--vpas-border-radius);
  margin-top: -2.875rem;
  margin-left: 26px;
  background: linear-gradient(180deg, rgba(237, 114, 170, 0.15) 0%, rgba(237, 114, 170, 0.05) 107.81%);
}
.circle-block-color.style-3 .img-box::after {
  background-image: linear-gradient(137deg, #ed72aa 15.36%, rgba(237, 114, 170, 0.2) 92.2%);
}
.circle-block-color.style-3 .text-box {
  background: linear-gradient(180deg, rgba(237, 114, 170, 0.15) 0%, rgba(237, 114, 170, 0.05) 107.81%);
}
.circle-block-color.style-2 .img-box::after {
  background-image: linear-gradient(137deg, #00aeef 15.36%, rgba(0, 174, 239, 0.2) 92.2%);
}
.circle-block-color.style-2 .text-box {
  background: linear-gradient(180deg, rgba(0, 174, 239, 0.15) 0%, rgba(0, 174, 239, 0.05) 107.81%);
}
.circle-block-color.style-4 .img-box::after {
  background-image: linear-gradient(137deg, rgb(255, 194, 34) 15.36%, rgba(255, 194, 34, 0.5) 92.2%);
}
.circle-block-color.style-4 .text-box {
  background: linear-gradient(180deg, rgba(255, 194, 34, 0.15) 0%, rgba(255, 194, 34, 0.05) 107.81%);
}
.circle-block-color.style-1 .img-box::after {
  background-image: linear-gradient(137deg, rgb(186, 196, 5) 15.36%, rgba(186, 196, 5, 0.5) 92.2%);
}
.circle-block-color.style-1 .text-box {
  background: linear-gradient(180deg, rgba(186, 196, 5, 0.15) 0%, rgba(186, 196, 5, 0.05) 107.81%);
}
@media only screen and (max-width: 767px) {
  .circle-block-color {
    --circle-stroke-width: 0.375rem;
  }
  .circle-block-color .img-box {
    width: 3.125rem;
  }
  .circle-block-color .text-box {
    margin-left: 1rem;
    margin-top: -1.5625rem;
    padding: 0.7037rem 1.25rem 0.6875rem 2.2662rem;
    border-bottom-right-radius: 3.75rem;
  }
}

.polygon-color {
  min-height: 26.25rem;
  padding-top: 5.4375rem;
  padding-left: 3.75rem;
  padding-right: 3.4375rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-image: url("../images/color-bg/bg6.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.polygon-color .icon-box {
  width: 5.5rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.polygon-color .icon-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.polygon-color .text-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.polygon-color .text-box .body-text, .polygon-color .text-box .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .polygon-color .text-box .title, .polygon-color .text-box .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .polygon-color .text-box .quote-style1, .polygon-color .text-box .vtc-vpas-container, .polygon-color .text-box .region-page-banner .block-system-breadcrumb-block, .region-page-banner .polygon-color .text-box .block-system-breadcrumb-block, .polygon-color .text-box .user-login-form, .polygon-color .text-box body.path-search .search-form, body.path-search .polygon-color .text-box .search-form, .polygon-color .text-box body.path-search h2, body.path-search .polygon-color .text-box h2, .polygon-color .text-box body.path-search .item-list, body.path-search .polygon-color .text-box .item-list, .polygon-color .text-box body .layout-container ul li, body .layout-container ul .polygon-color .text-box li,
.polygon-color .text-box body .layout-container ol li,
body .layout-container ol .polygon-color .text-box li, .polygon-color .text-box .vpas-faqs-wrap .no-results, .vpas-faqs-wrap .polygon-color .text-box .no-results, .polygon-color .text-box .view-news-event-listing .view-filters, .view-news-event-listing .polygon-color .text-box .view-filters, .polygon-color .text-box .view-news-event-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .view-filters .form--inline .form-radios .form-item .polygon-color .text-box label,
.polygon-color .text-box .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .polygon-color .text-box label, .polygon-color .text-box .view-news-event-listing .no-results, .view-news-event-listing .polygon-color .text-box .no-results, .polygon-color .text-box .view-programme-listing, .polygon-color .text-box .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-programme-listing .view-filters .form--inline .form-radios .form-item .polygon-color .text-box label, .polygon-color .text-box .view-programme-listing .no-results, .view-programme-listing .polygon-color .text-box .no-results, .polygon-color .text-box #block-vtc-vpas-theme-programmeblocktext, .polygon-color .text-box .quote-style1, .polygon-color .text-box .quote-style2 {
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  max-width: 95%;
}
.polygon-color.style-1 {
  background-image: url("../images/color-bg/bg6.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.polygon-color.style-2 {
  background-image: url("../images/color-bg/bg10.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.polygon-color.style-3 {
  background-image: url("../images/color-bg/bg11.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.polygon-color.style-4 {
  background-image: url("../images/color-bg/bg12.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .polygon-color .icon-box {
    width: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .polygon-color {
    min-height: auto;
    max-width: 400px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
  }
}

.table-box {
  padding: 0.5625rem 1rem;
  --radius1: 15px;
  border-radius: var(--vpas-border-radius);
  overflow: hidden;
  margin-top: 0.75rem;
  background-image: url("../images/color-bg/table-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.table-box table {
  border-collapse: separate !important;
  border-spacing: 0 0.75rem;
}
.table-box table tr th {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.625rem 0.625rem 0.625rem 1.5rem;
}
.table-box table tr th:first-child {
  border-radius: var(--radius1) 0 0 var(--radius1);
}
.table-box table tr th:last-child {
  border-radius: 0 var(--radius1) var(--radius1) 0;
}
.table-box table tr td {
  background: rgb(255, 255, 255);
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
}
.table-box table tr td:first-child {
  border-radius: var(--vpas-border-radius) 0 0 var(--vpas-border-radius);
}
.table-box table tr td:last-child {
  border-radius: 0 var(--vpas-border-radius) var(--vpas-border-radius) 0;
}
@media only screen and (max-width: 767px) {
  .table-box {
    --radius1: 12px;
  }
  .table-box table {
    border-spacing: 0 0.75rem;
  }
  .table-box table tr th,
  .table-box table tr td {
    border: none;
  }
  .table-box table tr th:first-child,
  .table-box table tr td:first-child {
    width: 40%;
    padding: 16px 20px 16px 16px;
    position: relative;
  }
  .table-box table tr th:first-child::after,
  .table-box table tr td:first-child::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: 0;
  }
  .table-box table tr th:last-child,
  .table-box table tr td:last-child {
    padding: 16px 16px 16px 0;
    margin-left: -1px;
  }
  .table-box table tr th:first-child::after {
    display: none;
  }
}

.table-flex-box .table-row {
  height: 100%;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 16.7% 25% 1fr;
  align-items: stretch;
}
.table-flex-box .table-row .col {
  height: 100%;
}
.table-flex-box .table-row .col1 {
  flex: 0 1 16.7%;
}
.table-flex-box .table-row .col2 {
  flex: 0 1 25%;
}
.table-flex-box .table-row.thead-row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.625rem 1rem;
  border-radius: var(--vpas-border-radius) var(--vpas-border-radius) 0px 0px;
  background: linear-gradient(180deg, rgba(0, 174, 239, 0.5) 0%, rgba(0, 174, 239, 0.25) 100%), #fff;
}
.table-flex-box .table-row.tbody-row {
  background: #fff;
  padding: 2.25rem 1.5rem;
  border-radius: var(--vpas-border-radius);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.table-flex-box .table-row.tbody-row::before, .table-flex-box .table-row.tbody-row::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--vpas-border-radius);
}
.table-flex-box .table-row.tbody-row::after {
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.table-flex-box .table-row.tbody-row::before {
  top: -5px;
  background: linear-gradient(88deg, #fce6f0 1.47%, #f295bf 99.19%);
  z-index: 1;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.table-flex-box .table-row.tbody-row * {
  position: relative;
  z-index: 3;
}
.table-flex-box .tbody-row {
  margin-bottom: 1.8125rem;
}
.table-flex-box .tbody-row .col .bg-color {
  flex: 1;
  width: 100%;
  min-height: 100%;
  height: 100%;
  border-radius: var(--vpas-border-radius);
}
.table-flex-box .tbody-row .col2 .bg-color {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.table-flex-box .tbody-row .col2 .bg-color * {
  font-weight: 500;
}
.table-flex-box .tbody-row .col3 .bg-color {
  color: #555555;
  font-weight: 500;
}
.table-flex-box .tbody-row:last-child {
  margin-bottom: 0;
}
.table-flex-box .tbody-row.style-1::before {
  background: linear-gradient(88deg, #fce6f0 1.47%, #f295bf 99.19%);
}
.table-flex-box .tbody-row.style-1 .col2 .bg-color {
  background: rgba(242, 149, 191, 0.16);
}
.table-flex-box .tbody-row.style-1 .col3 .bg-color {
  background: rgba(242, 149, 191, 0.08);
}
.table-flex-box .tbody-row.style-2::before {
  background: linear-gradient(88deg, #e3e79b 1.47%, #bac405 99.19%);
}
.table-flex-box .tbody-row.style-2 .col2 .bg-color {
  background: rgba(186, 196, 5, 0.16);
}
.table-flex-box .tbody-row.style-2 .col3 .bg-color {
  background: rgba(186, 196, 5, 0.08);
}
.table-flex-box .tbody-row.style-3::before {
  background: linear-gradient(88deg, #cceffc 1.47%, #34bef2 99.19%);
}
.table-flex-box .tbody-row.style-3 .col2 .bg-color {
  background: rgba(24, 153, 221, 0.16);
}
.table-flex-box .tbody-row.style-3 .col3 .bg-color {
  background: rgba(24, 153, 221, 0.08);
}
.table-flex-box .tbody-row.style-4::before {
  background: linear-gradient(88deg, #ffeab2 1.47%, #ffc222 99.19%);
}
.table-flex-box .tbody-row.style-4 .col2 .bg-color {
  background: rgba(255, 194, 34, 0.16);
}
.table-flex-box .tbody-row.style-4 .col3 .bg-color {
  background: rgba(255, 194, 34, 0.08);
}
@media only screen and (max-width: 767px) {
  .table-flex-box .table-row.thead-row {
    display: none;
  }
  .table-flex-box .table-row.tbody-row {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
  }
  .table-flex-box .table-row.tbody-row .col {
    width: 100%;
  }
  .table-flex-box .table-row.tbody-row .col::before {
    color: #0f2b5b;
    text-align: left;
    content: attr(data-label);
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.48px;
  }
  .table-flex-box .table-row.tbody-row .col .bg-color {
    min-height: auto;
    height: auto;
  }
  .table-flex-box .table-row.tbody-row .col .bg-color.p-24 {
    padding: 1.25rem !important;
  }
  .table-flex-box .table-row.tbody-row .col1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
  }
  .table-flex-box .table-row.tbody-row .col1::before {
    display: none;
  }
  .table-flex-box .table-row.tbody-row .col1 .icon {
    width: 2rem;
    height: 2rem;
    flex: 2rem 0 0;
    background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
    border-radius: 50%;
    position: relative;
  }
  .table-flex-box .table-row.tbody-row .col1 .icon::before, .table-flex-box .table-row.tbody-row .col1 .icon::after {
    content: "";
    transition: all 0.3s;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .table-flex-box .table-row.tbody-row .col1 .icon::before {
    width: 1rem;
    height: 2px;
  }
  .table-flex-box .table-row.tbody-row .col1 .icon::after {
    height: 1rem;
    width: 2px;
  }
  .table-flex-box .table-row.tbody-row .col2, .table-flex-box .table-row.tbody-row .col3 {
    display: none;
  }
  .table-flex-box .table-row.tbody-row.open .col1 .icon::after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
  .table-flex-box .table-row.tbody-row.open .col2,
  .table-flex-box .table-row.tbody-row.open .col3 {
    display: block;
  }
}

.tab-content .row .collapse-section.style-b.has-border:last-of-type::after {
  display: none;
}

.collapse-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
.collapse-section .collapse-item {
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 174, 239, 0.5);
}
.collapse-section .collapse-item .collapse-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  cursor: pointer;
  position: relative;
}
.collapse-section .collapse-item .collapse-item-header::before {
  content: "";
  height: 80%;
  background-image: linear-gradient(90deg, #ed72aa 0%, #ffc222 34%, #bac405 67%, #00aeef 100%);
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 2px;
  right: 2px;
  border-radius: 1rem 1rem 0 0;
  z-index: -1;
  box-shadow: 0px 0px 4px 0px rgba(0, 174, 239, 0.5);
}
.collapse-section .collapse-item .collapse-item-header .text-box {
  flex: 1;
}
.collapse-section .collapse-item .collapse-item-header .collapse-icon {
  width: 2.25rem;
  height: 2.25rem;
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.collapse-section .collapse-item .collapse-item-header .collapse-icon::before, .collapse-section .collapse-item .collapse-item-header .collapse-icon::after {
  content: "";
  transition: all 0.3s;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.collapse-section .collapse-item .collapse-item-header .collapse-icon::before {
  width: 1rem;
  height: 2px;
}
.collapse-section .collapse-item .collapse-item-header .collapse-icon::after {
  height: 1rem;
  width: 2px;
}
.collapse-section .collapse-item .collapse-item-content {
  display: none;
  width: 100%;
  padding: 0 2rem 2rem;
}
.collapse-section .collapse-item.open .collapse-item-header .collapse-icon::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.collapse-section .collapse-item.noIcon .collapse-item-header .collapse-icon {
  display: none;
}
.collapse-section.style-b {
  gap: 0.5rem;
}
.collapse-section.style-b.has-border::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  opacity: 0.5;
  background: linear-gradient(270deg, #ed72aa 0%, #00aeef 100%);
}
.collapse-section.style-b .collapse-item {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  position: relative;
}
.collapse-section.style-b .collapse-item::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  opacity: 0.5;
  background: linear-gradient(270deg, #ed72aa 0%, #00aeef 100%);
}
.collapse-section.style-b .collapse-item:last-child::after {
  display: none;
}
.collapse-section.style-b .collapse-item .collapse-item-header {
  padding: 1.25rem 2rem;
}
.collapse-section.style-b .collapse-item .collapse-item-header::before {
  display: none;
}
.collapse-section.style-b .collapse-item .collapse-item-header .text-box {
  gap: 2.5rem;
  display: flex;
  align-items: center;
}
.collapse-section.style-b .collapse-item .collapse-item-header .text-box .icon-box {
  width: 3.25rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  position: relative;
  flex-shrink: 0;
}
.collapse-section.style-b .collapse-item .collapse-item-header .text-box .icon-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.collapse-section.style-b .collapse-item .collapse-item-content {
  padding: 0;
}
.collapse-section.style-b .collapse-item .collapse-item-content-wrap {
  padding: 0.25rem 2rem 1.25rem 7.625rem;
}
.collapse-section.style-b .collapse-item .collapse-item-content-wrap .message {
  margin-left: -6.25rem;
}
.collapse-section.style-b .collapse-item:last-child {
  border-bottom: 0;
}
.collapse-section.style-c {
  gap: 0;
}
.collapse-section.style-c .text-box {
  padding: 1.25rem 2rem;
  gap: 2.5rem;
  display: flex;
  align-items: center;
}
.collapse-section.style-c .text-box .icon-box {
  width: 3.25rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  position: relative;
  flex-shrink: 0;
}
.collapse-section.style-c .text-box .icon-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.collapse-section.style-c .row-item {
  position: relative;
}
.collapse-section.style-c .row-item::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  opacity: 0.5;
  background: linear-gradient(270deg, #ed72aa 0%, #00aeef 100%);
}
.collapse-section.style-c .row-item .collapse-item {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  padding-left: 5.75rem;
  padding-bottom: 20px;
}
.collapse-section.style-c .row-item .collapse-item .collapse-item-header {
  padding: 0 2rem;
}
.collapse-section.style-c .row-item .collapse-item .collapse-item-header::before {
  display: none;
}
.collapse-section.style-c .row-item .collapse-item .collapse-item-content {
  padding-left: 4.375rem;
}
.collapse-section.style-c .row-item .collapse-item:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .collapse-section .collapse-item .collapse-item-header {
    padding: 1.25rem;
    gap: 0.5rem;
  }
  .collapse-section .collapse-item .collapse-item-header .collapse-icon {
    width: 2rem;
    height: 2rem;
  }
  .collapse-section .collapse-item .collapse-item-content {
    padding: 0 1.25rem 1.25rem;
  }
  .collapse-section.style-b .collapse-item .collapse-item-header {
    padding: 0.9375rem 0.75rem 0.75rem 0.5rem;
  }
  .collapse-section.style-b .collapse-item .collapse-item-header .text-box {
    gap: 0.5rem;
  }
  .collapse-section.style-b .collapse-item .collapse-item-header .text-box .icon-box {
    width: 2.4375rem;
  }
  .collapse-section.style-b .collapse-item .collapse-item-content-wrap {
    padding-left: 3rem;
  }
  .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .collapse-section.style-b .collapse-item .collapse-item-content-wrap .message {
    margin-left: -3rem;
  }
  .collapse-section.style-c .text-box {
    padding: 0.9375rem 0.75rem 0.75rem 0.5rem;
    gap: 0.5rem;
  }
  .collapse-section.style-c .text-box .icon-box {
    width: 2.4375rem;
  }
  .collapse-section.style-c .row-item .collapse-item {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .collapse-section.style-c .row-item .collapse-item .collapse-item-header {
    padding: 0 2rem;
  }
  .collapse-section.style-c .row-item .collapse-item .collapse-item-header::before {
    display: none;
  }
  .collapse-section.style-c .row-item .collapse-item .collapse-item-content {
    padding-left: 4.375rem;
  }
  .collapse-section.style-c .row-item .collapse-item:last-child {
    border-bottom: 0;
  }
}

.tabs-section .tabs-header {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.tabs-section .tabs-header .tab-item {
  border-radius: var(--vpas-border-radius) var(--vpas-border-radius) 0px 0px;
  flex: 1 1 20%;
  cursor: pointer;
  text-align: center;
  padding: 0.625rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tabs-section .tabs-header .tab-item::after, .tabs-section .tabs-header .tab-item::before {
  content: "";
  position: absolute;
  border-radius: var(--vpas-border-radius) var(--vpas-border-radius) 0px 0px;
}
.tabs-section .tabs-header .tab-item::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(237, 114, 170, 0.24) 0%, rgba(0, 174, 239, 0.24) 100%), #fff;
  z-index: 0;
}
.tabs-section .tabs-header .tab-item::after {
  top: 1px;
  left: 1px;
  bottom: 0;
  right: 1px;
  background: linear-gradient(270deg, rgba(237, 114, 170, 0.06) 0%, rgba(0, 174, 239, 0.06) 100%), #fff;
  z-index: 1;
}
.tabs-section .tabs-header .tab-item * {
  display: inline;
  position: relative;
  z-index: 2;
}
.tabs-section .tabs-header .tab-item:hover, .tabs-section .tabs-header .tab-item.active {
  box-shadow: 0px 0px 16px 0px rgba(15, 43, 91, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(15, 43, 91, 0.1);
}
.tabs-section .tabs-header .tab-item:hover::after, .tabs-section .tabs-header .tab-item.active::after {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 174, 239, 0.36) 0%, rgba(0, 174, 239, 0.72) 100%), #fff;
}
.tabs-section .tabs-content-wrap {
  border-radius: 0px 0px var(--vpas-border-radius) var(--vpas-border-radius);
  border-color: rgba(0, 174, 239, 0.32);
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background: #fff;
}
.tabs-section .tabs-content-wrap .tab-content {
  display: none;
  border-top: 4px solid;
  -o-border-image: linear-gradient(270deg, rgba(0, 174, 239, 0.32) 0%, rgb(0, 174, 239) 100%) 1;
     border-image: linear-gradient(270deg, rgba(0, 174, 239, 0.32) 0%, rgb(0, 174, 239) 100%) 1;
}
.tabs-section .tabs-content-wrap .tab-content .row {
  --bs-gutter-x: 3.125rem;
  --bs-gutter-y: 20px;
}
.tabs-section .tabs-content-wrap .tab-content .row .right-box {
  padding: 2.5rem 3.75rem;
  background-image: url("../images/color-bg/bg9.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tabs-section .tabs-content-wrap .tab-content.active {
  display: block;
}
.tabs-section.style-1 .tabs-header .tab-item:nth-child(1)::before {
  background: linear-gradient(0deg, rgba(0, 174, 239, 0.24) 0%, rgba(0, 174, 239, 0.24) 100%), #fff;
}
.tabs-section.style-1 .tabs-header .tab-item:nth-child(1)::after {
  background: linear-gradient(0deg, rgba(0, 174, 239, 0.06) 0%, rgba(0, 174, 239, 0.06) 100%), #fff;
}
.tabs-section.style-1 .tabs-header .tab-item:nth-child(1):hover::after, .tabs-section.style-1 .tabs-header .tab-item:nth-child(1).active::after {
  background: linear-gradient(270deg, rgba(0, 174, 239, 0.36) 0%, rgba(0, 174, 239, 0.72) 100%) #fff;
}
.tabs-section.style-1 .tabs-header .tab-item:nth-child(2)::before {
  background: linear-gradient(0deg, rgba(237, 114, 170, 0.24) 0%, rgba(237, 114, 170, 0.24) 100%), #fff;
}
.tabs-section.style-1 .tabs-header .tab-item:nth-child(2)::after {
  background: linear-gradient(0deg, rgba(237, 114, 170, 0.06) 0%, rgba(237, 114, 170, 0.06) 100%), #fff;
}
.tabs-section.style-1 .tabs-header .tab-item:nth-child(2):hover::after, .tabs-section.style-1 .tabs-header .tab-item:nth-child(2).active::after {
  background: linear-gradient(90deg, rgba(237, 114, 170, 0.72) 0%, rgba(237, 114, 170, 0.36) 100%), #fff;
}
.tabs-section.style-1 .tabs-content-wrap {
  border: none;
  border-radius: 0px 0px var(--vpas-border-radius) var(--vpas-border-radius);
}
.tabs-section.style-1 .tabs-content-wrap .tab-content {
  position: relative;
  z-index: 3;
  border: none;
}
.tabs-section.style-1 .tabs-content-wrap .tab-content::before {
  content: "";
  position: absolute;
  border-radius: 0 0 var(--vpas-border-radius) var(--vpas-border-radius);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(0, 174, 239, 0.32) 0%, rgb(0, 174, 239) 100%);
  z-index: -2;
}
.tabs-section.style-1 .tabs-content-wrap .tab-content::after {
  content: "";
  position: absolute;
  border-radius: 0 0 var(--vpas-border-radius) var(--vpas-border-radius);
  top: 4px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #fff;
  z-index: -1;
}
.tabs-section.style-1 .tabs-content-wrap .tab-content:nth-child(1)::before {
  background: linear-gradient(270deg, rgba(0, 174, 239, 0.32) 0%, rgb(0, 174, 239) 100%);
}
.tabs-section.style-1 .tabs-content-wrap .tab-content:nth-child(2)::before {
  background: linear-gradient(270deg, rgba(237, 114, 170, 0.32) 0%, rgb(237, 114, 170) 100%);
}
.tabs-section.style-1 .tabs-content-wrap .tab-content:nth-child(2) .row .right-box {
  background-image: url("../images/color-bg/bg26.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .tabs-section .tabs-header {
    flex-direction: column;
    gap: 1rem;
  }
  .tabs-section .tabs-header .tab-item {
    border-radius: 1rem;
  }
  .tabs-section .tabs-header .tab-item::after, .tabs-section .tabs-header .tab-item::before {
    border-radius: 1rem;
  }
  .tabs-section .tabs-header .tab-item::after {
    bottom: 1px;
  }
  .tabs-section .tabs-content-wrap {
    border-radius: var(--vpas-border-radius);
    margin-top: 1rem;
    border-width: 1px;
  }
  .tabs-section .tabs-content-wrap .tab-content {
    border: none;
    padding: 1.25rem !important;
  }
  .tabs-section .tabs-content-wrap .tab-content .row {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 20px;
  }
  .tabs-section .tabs-content-wrap .tab-content .row .right-box {
    padding: 1.25rem 1.25rem 2.5rem;
  }
  .tabs-section.style-1 .tabs-content-wrap .tab-content::after, .tabs-section.style-1 .tabs-content-wrap .tab-content::before {
    border-radius: var(--vpas-border-radius);
  }
  .tabs-section.style-1 .tabs-content-wrap .tab-content::after {
    top: 1px;
  }
}

.news-item {
  height: 100%;
  border-radius: var(--vpas-border-radius);
  overflow: hidden;
  position: relative;
  background: linear-gradient(143deg, rgba(255, 194, 34, 0.05) 45.46%, rgba(255, 194, 34, 0.23) 98.89%), #fff;
}
.news-item .info-box {
  position: relative;
}
.news-item .info-box::after {
  height: 53px;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  clip-path: polygon(0 100%, 100% 5px, 100% 15px, 0% 100%);
  background: linear-gradient(90deg, rgba(255, 194, 34, 0.2) 0%, rgb(255, 194, 34) 100%);
}
.news-item .info-box .img-box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 521/292;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0px, 100% calc(100% - 54px), 0% 100%);
  background: linear-gradient(88deg, #ffeab2 1.47%, #ffc222 99.19%);
}
.news-item .info-box .img-box a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.news-item .info-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.news-item .info-box .img-box .h4.theme-color, .news-item .vpas-student-sharing-wrap .student-sharing-item .info-box .img-box .list-box .h4.list, .vpas-student-sharing-wrap .student-sharing-item .news-item .info-box .img-box .list-box .h4.list, .news-item .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .img-box .h4.list, .vpas-student-sharing-wrap .student-sharing-item .news-item .info-box .list-box .img-box .h4.list, .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box .theme-color.name, .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .vpas-student-sharing-wrap .student-sharing-item .info-box .img-box .list-box .name.list, .vpas-student-sharing-wrap .student-sharing-item .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box .list-box .name.list, .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .img-box .name.list, .vpas-student-sharing-wrap .student-sharing-item .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .list-box .img-box .name.list, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .img-box .theme-color.name, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .vpas-student-sharing-wrap .student-sharing-item .info-box .img-box .list-box .name.list, .vpas-student-sharing-wrap .student-sharing-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .img-box .list-box .name.list, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .img-box .name.list, .vpas-student-sharing-wrap .student-sharing-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .list-box .img-box .name.list, .news-item .info-box .img-box .view-news-event-listing .view-filters .form--inline .form-radios .form-item label.h4, .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box .view-news-event-listing .view-filters .form--inline .form-radios .form-item label.name, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .img-box .view-news-event-listing .view-filters .form--inline .form-radios .form-item label.name, .view-news-event-listing .view-filters .form--inline .form-radios .form-item .news-item .info-box .img-box label.h4, .view-news-event-listing .view-filters .form--inline .form-radios .form-item .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box label.name, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .view-news-event-listing .view-filters .form--inline .form-radios .form-item .news-item .info-box .img-box label.name,
.news-item .info-box .img-box .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label.h4,
.news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label.name,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .img-box .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label.name,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .news-item .info-box .img-box label.h4,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box label.name,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .news-item .info-box .img-box label.name, .news-item .info-box .img-box .view-programme-listing .view-filters .form--inline .form-radios .form-item label.h4, .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box .view-programme-listing .view-filters .form--inline .form-radios .form-item label.name, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .img-box .view-programme-listing .view-filters .form--inline .form-radios .form-item label.name, .view-programme-listing .view-filters .form--inline .form-radios .form-item .news-item .info-box .img-box label.h4, .view-programme-listing .view-filters .form--inline .form-radios .form-item .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box label.name, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .view-programme-listing .view-filters .form--inline .form-radios .form-item .news-item .info-box .img-box label.name, .news-item .info-box .img-box .programme-table-wrap table thead tr th.h4, .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box .programme-table-wrap table thead tr th.name, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .img-box .programme-table-wrap table thead tr th.name, .programme-table-wrap table thead tr .news-item .info-box .img-box th.h4, .programme-table-wrap table thead tr .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box th.name, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .programme-table-wrap table thead tr .news-item .info-box .img-box th.name,
.news-item .info-box .img-box .programme-table-wrap table thead tr td.h4,
.news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box .programme-table-wrap table thead tr td.name,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .img-box .programme-table-wrap table thead tr td.name,
.programme-table-wrap table thead tr .news-item .info-box .img-box td.h4,
.programme-table-wrap table thead tr .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box td.name,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .programme-table-wrap table thead tr .news-item .info-box .img-box td.name,
.news-item .info-box .img-box .programme-table-wrap table tbody tr th.h4,
.news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box .programme-table-wrap table tbody tr th.name,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .img-box .programme-table-wrap table tbody tr th.name,
.programme-table-wrap table tbody tr .news-item .info-box .img-box th.h4,
.programme-table-wrap table tbody tr .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box th.name,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .programme-table-wrap table tbody tr .news-item .info-box .img-box th.name,
.news-item .info-box .img-box .programme-table-wrap table tbody tr td.h4,
.news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box .programme-table-wrap table tbody tr td.name,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .news-item .info-box .img-box .programme-table-wrap table tbody tr td.name,
.programme-table-wrap table tbody tr .news-item .info-box .img-box td.h4,
.programme-table-wrap table tbody tr .news-item .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .img-box td.name,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .programme-table-wrap table tbody tr .news-item .info-box .img-box td.name {
  position: absolute;
}
.news-item .info-box .month {
  width: 104px;
  height: 89px;
  padding: 1rem 1.25rem 1.5625rem 1rem;
  display: none;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 0;
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  clip-path: path("M0 0H104V55.8416C104 65.713 96.7978 74.108 87.0411 75.6091L0 89V0Z");
  background-color: #ffc222;
  line-height: 1 !important;
}
.news-item .info-box .month .num {
  line-height: 0.9;
}
.news-item .info-box .type {
  display: inline-block;
  position: absolute;
  padding: 1.345px 6.724px;
  right: 1.4719rem;
  bottom: -1.25rem;
  border-radius: 3.362px;
  background: linear-gradient(90deg, #ffc222 0.1%, rgba(255, 194, 34, 0.5) 100.1%);
}
.news-item .info-box .type a {
  text-decoration: none;
}
.news-item .info-box .type a:hover {
  color: inherit;
}
.news-item .text-box {
  padding: 2.3125rem 1.5rem 2rem;
}
.news-item .text-box a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.news-item:hover .info-box .img-box img {
  transform: scale(1.2);
}
.news-item:hover .text-box a {
  text-decoration: underline;
}
.news-item.style-2 {
  background: linear-gradient(143deg, rgba(255, 194, 34, 0.05) 45.46%, rgba(255, 194, 34, 0.23) 98.89%), #fff;
}
.news-item.style-2 .info-box::after {
  background: linear-gradient(90deg, rgba(255, 194, 34, 0.2) 0%, rgb(255, 194, 34) 100%);
}
.news-item.style-2 .info-box .img-box {
  background: linear-gradient(88deg, #ffeab2 1.47%, #ffc222 99.19%);
}
.news-item.style-2 .info-box .type {
  background: linear-gradient(90deg, #ffc222 0.1%, rgba(255, 194, 34, 0.5) 100.1%);
}
.news-item.style-2 .info-box .month {
  background-color: #ffc222;
}
.news-item.style-1 {
  background: linear-gradient(143deg, rgba(237, 114, 170, 0) 45.46%, rgba(237, 114, 170, 0.21) 98.89%), #fff;
}
.news-item.style-1 .info-box::after {
  background: linear-gradient(90deg, rgba(237, 114, 170, 0.15) 0%, rgba(237, 114, 170, 0.85) 100%);
}
.news-item.style-1 .info-box .img-box {
  background: linear-gradient(88deg, #fce6f0 1.47%, #f295bf 99.19%);
}
.news-item.style-1 .info-box .type {
  background: linear-gradient(90deg, rgba(237, 114, 170, 0.75) 0.1%, rgba(237, 114, 170, 0.3) 100.1%);
}
.news-item.style-1 .info-box .month {
  background-color: #ed72aa;
}
.news-item.style-3 {
  background: linear-gradient(143deg, rgba(0, 174, 239, 0.05) 45.46%, rgba(0, 174, 239, 0.23) 98.89%), #fff;
}
.news-item.style-3 .info-box::after {
  background: linear-gradient(90deg, rgba(0, 174, 239, 0.2) 0%, #00aeef 100%);
}
.news-item.style-3 .info-box .img-box {
  background: linear-gradient(88deg, #cceffc 1.47%, #34bef2 99.19%);
}
.news-item.style-3 .info-box .type {
  background: linear-gradient(90deg, #00aeef 0.1%, rgba(0, 174, 239, 0.5) 100.1%);
}
.news-item.style-3 .info-box .month {
  background-color: #00aeef;
}
.news-item.style-4 {
  background: linear-gradient(143deg, rgba(35, 204, 216, 0.05) 45.46%, rgba(35, 204, 216, 0.23) 98.89%), #fff;
}
.news-item.style-4 .info-box::after {
  background: linear-gradient(90deg, rgba(35, 204, 216, 0.2) 0%, #23ccd8 100%);
}
.news-item.style-4 .info-box .img-box {
  background: linear-gradient(14deg, rgba(35, 204, 216, 0.32) 15.61%, #23ccd8 87.6%);
}
.news-item.style-4 .info-box .type {
  background: linear-gradient(90deg, #23ccd8 0.1%, rgba(35, 204, 216, 0.5) 100.1%);
}
.news-item.style-4 .info-box .month {
  background-color: #23ccd8;
}
.news-item.style-5 {
  background: linear-gradient(143deg, rgba(186, 196, 5, 0.05) 45.46%, rgba(186, 196, 5, 0.23) 98.89%), #fff;
}
.news-item.style-5 .info-box::after {
  background: linear-gradient(90deg, rgba(186, 196, 5, 0.2) 0%, #bac405 100%);
}
.news-item.style-5 .info-box .img-box {
  background: linear-gradient(14deg, rgba(186, 196, 5, 0.32) 15.61%, #bac405 87.6%);
}
.news-item.style-5 .info-box .type {
  background: linear-gradient(90deg, #bac405 0.1%, rgba(186, 196, 5, 0.5) 100.1%);
}
.news-item.style-5 .info-box .month {
  background-color: #bac405;
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .news-item .info-box .month {
    width: 91px;
    height: 79px;
    clip-path: path("M0 0.338867H91.3433V49.3846C91.3433 58.0547 85.0176 65.428 76.4483 66.7464L0 78.5076V0.338867Z");
  }
}
@media only screen and (max-width: 767px) {
  .news-item .info-box .month {
    width: 66px;
    height: 58px;
    padding-bottom: 1.5rem;
    clip-path: path("M0 0.251953H68V36.7638C68 43.2182 63.2909 48.7072 56.9115 49.6886L0 58.4443V0.251953Z");
  }
}

.vpas-higher-diploma-wrap {
  --h: 37.375rem;
  width: 100%;
  box-sizing: content-box;
  height: var(--h);
  padding-top: 3.6875rem;
  padding-bottom: 10.125rem;
}
.vpas-higher-diploma-wrap .vpas-higher-diploma {
  height: 100%;
  position: relative;
  margin-bottom: 12.5rem;
}
.vpas-higher-diploma-wrap .vpas-higher-diploma .img-box {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 128px, 100% 10px, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.vpas-higher-diploma-wrap .vpas-higher-diploma .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vpas-higher-diploma-wrap .vpas-higher-diploma::after {
  content: "";
  width: 100%;
  max-width: 1416px;
  position: absolute;
  top: 30px;
  left: 0;
  bottom: -97px;
  background-image: url("../images/color-bg/diploma1.png");
  background-position: left center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block, .vpas-higher-diploma-wrap .vpas-higher-diploma .user-login-form, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext {
  height: 100%;
  position: relative;
  z-index: 1;
}
.vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma .user-login-form .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box {
  position: absolute;
  left: 0;
  bottom: -10.125rem;
  width: 100%;
  max-width: 50.25rem;
  height: auto;
  aspect-ratio: 754/523;
  padding-top: 210px;
  padding-left: 5.625rem;
  background-image: url("../images/color-bg/white-text1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box p, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box p, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box p, .vpas-higher-diploma-wrap .vpas-higher-diploma .user-login-form .text-box p, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box p, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box p, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box p, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box p, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box p, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box p, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box p, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box p, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box p, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box p {
  margin-bottom: 0;
}
.vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .form-actions, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .vpas-btn, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .user-login-form .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .vpas-btn, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .vpas-btn, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .vpas-btn, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .form-actions, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .vpas-btn, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .user-login-form .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .user-login-form .form-actions, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .form-actions, .region-page-banner .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .user-login-form .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .user-login-form .form-actions, .user-login-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .user-login-form .form-actions, .user-login-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .user-login-form .form-actions, .user-login-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .form-actions, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .user-login-form .form-actions, .user-login-form .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .form-actions {
  margin-top: 2.5rem;
}
.vpas-higher-diploma-wrap.green .vpas-higher-diploma::after {
  background-image: url("../images/color-bg/diploma2.png");
}
@media screen and (max-width: 767px) {
  .vpas-higher-diploma-wrap {
    --h: 25rem;
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
    overflow: hidden;
  }
  .vpas-higher-diploma-wrap .vpas-higher-diploma {
    margin-bottom: 6.25rem;
  }
  .vpas-higher-diploma-wrap .vpas-higher-diploma .img-box {
    clip-path: polygon(0 50px, 100% 10px, 100% 100%, 0% 100%);
  }
  .vpas-higher-diploma-wrap .vpas-higher-diploma::after {
    top: 10px;
    bottom: -50px;
    background-size: 100% 100%;
  }
  .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma .user-login-form .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box {
    padding-top: 100px;
    bottom: -5.0625rem;
    padding-left: 4rem;
    padding-right: 2.5rem;
  }
  .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .form-actions, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .vpas-btn, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .user-login-form .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .vpas-btn, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .vpas-btn, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .vpas-btn, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .form-actions, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .vpas-btn, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .vpas-btn, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .user-login-form .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .user-login-form .form-actions, .region-page-banner .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .vtc-vpas-container .text-box .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .region-page-banner .block-system-breadcrumb-block .text-box .form-actions, .region-page-banner .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .block-system-breadcrumb-block .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .user-login-form .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .search-form .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .user-login-form .form-actions, .user-login-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .search-form .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search h2 .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .user-login-form .form-actions, .user-login-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma h2 .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma body.path-search .item-list .text-box .form-actions, body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .user-login-form .form-actions, .user-login-form body.path-search .vpas-higher-diploma-wrap .vpas-higher-diploma .item-list .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .view-news-event-listing .view-filters .text-box .form-actions, .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .user-login-form .form-actions, .user-login-form .view-news-event-listing .vpas-higher-diploma-wrap .vpas-higher-diploma .view-filters .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma .view-programme-listing .text-box .form-actions, .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .user-login-form .form-actions, .user-login-form .vpas-higher-diploma-wrap .vpas-higher-diploma #block-vtc-vpas-theme-programmeblocktext .text-box .form-actions {
    margin-top: 1.5rem;
  }
}

.vpas-twelve-industry-wrap {
  background-image: url("../images/color-bg/color-block-bg3.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-twelve-industry-wrap .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.vpas-twelve-industry-wrap .industry-item {
  position: relative;
  aspect-ratio: 386/366;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: var(--vpas-border-radius);
  overflow: hidden;
}
.vpas-twelve-industry-wrap .industry-item .img-box {
  width: 100%;
  height: 100%;
}
.vpas-twelve-industry-wrap .industry-item .img-box a {
  width: 100%;
  height: 100%;
}
.vpas-twelve-industry-wrap .industry-item .img-box img {
  width: 100%;
  height: calc(100% - 1px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--vpas-border-radius) var(--vpas-border-radius) calc(var(--vpas-border-radius) + 10px) calc(var(--vpas-border-radius) + 10px);
}
.vpas-twelve-industry-wrap .industry-item .text-box {
  height: 7.875rem;
  padding: 3.625rem 2.875rem 1.75rem 1.1875rem;
  top: auto;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  z-index: 1;
  clip-path: polygon(0 38px, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(88deg, #ffeab2 1.47%, #ffc222 99.19%);
}
.vpas-twelve-industry-wrap .industry-item .text-box a {
  text-decoration: none;
  color: inherit;
}
.vpas-twelve-industry-wrap .industry-item.yellow .text-box {
  background: linear-gradient(88deg, #ffeab2 1.47%, #ffc222 99.19%);
}
.vpas-twelve-industry-wrap .industry-item.blue .text-box {
  background: linear-gradient(88deg, #cceffc 1.47%, #00aeef 99.19%);
}
.vpas-twelve-industry-wrap .industry-item.red .text-box {
  background: linear-gradient(88deg, #fce6f0 1.47%, #ed72aa 99.19%);
}
.vpas-twelve-industry-wrap .industry-item.green .text-box {
  background: linear-gradient(88deg, #e3e79b 1.47%, #bac405 99.19%);
}
.vpas-twelve-industry-wrap .industry-item:hover .text-box {
  height: 10.5rem;
  padding-top: 5.3125rem;
  padding-bottom: 2.7425rem;
}
.vpas-twelve-industry-wrap .twelve-industry-swiper .swiper-wrapper {
  height: calc(2 * (100vw - 50px));
}
@media only screen and (max-width: 767px) {
  .vpas-twelve-industry-wrap {
    background-image: url("../images/mobile-bg/bg1.png");
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
html[lang=en] .vpas-twelve-industry-wrap .industry-item .text-box {
  height: 11rem;
}
html[lang=en] .vpas-twelve-industry-wrap .industry-item:hover .text-box {
  height: 13.5rem;
}

.vtc-vpas-homepage .vpas-twelve-industry-wrap {
  background-image: url("../images/color-bg/bg20.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.application-process-fixed {
  position: fixed;
  right: 0;
  bottom: 5.375rem;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  z-index: 7;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.15);
  max-width: 12.375rem;
  width: 100%;
}
.application-process-fixed .item {
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-align: center;
  background-color: #fff;
  color: rgba(15, 43, 91, 0.65);
}
.application-process-fixed .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.application-process-fixed .item:hover {
  background: #cceffc;
  color: rgb(15, 43, 91);
}
.application-process-fixed .item:first-child {
  background: linear-gradient(0deg, rgba(237, 114, 170, 0.5) 0%, rgba(237, 114, 170, 0.5) 100%), #fff;
  color: #0f2b5b;
  font-weight: 700;
}
.application-process-fixed .item:last-child {
  padding: 0;
}
.application-process-fixed .item:last-child a {
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.625rem;
  text-decoration: none;
  color: #ffffff;
}
.application-process-fixed .item:last-child a::after {
  content: "";
  transition: all 0.3s;
  margin-left: 8px;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: url("../images/global/arrow-r.svg") no-repeat;
}
.application-process-fixed .item:last-child a:hover::after {
  transform: translateX(8px);
}
.application-process-fixed.red .item:first-child, .application-process-fixed.style-3 .item:first-child {
  background: linear-gradient(0deg, rgba(237, 114, 170, 0.5) 0%, rgba(237, 114, 170, 0.5) 100%), #fff;
}
.application-process-fixed.yellow .item:first-child, .application-process-fixed.style-4 .item:first-child {
  background: linear-gradient(0deg, rgba(255, 194, 34, 0.75) 0%, rgba(255, 194, 34, 0.75) 100%), #fff;
}
.application-process-fixed.green .item:first-child, .application-process-fixed.style-1 .item:first-child {
  background: linear-gradient(0deg, rgba(186, 196, 5, 0.5) 0%, rgba(186, 196, 5, 0.5) 100%), #fff;
}
.application-process-fixed.blue .item:first-child, .application-process-fixed.style-2 .item:first-child {
  background: linear-gradient(0deg, rgba(0, 174, 239, 0.5) 0%, rgba(0, 174, 239, 0.5) 100%), #fff;
}
@media only screen and (max-width: 767px) {
  .application-process-fixed {
    border-radius: 12px 0px 0px 12px;
    top: auto;
    bottom: 106px;
    transition: all 0.3s;
    width: auto;
    max-width: none;
  }
  .application-process-fixed .item {
    padding: 10px 14px;
    display: none;
    width: 3.8125rem;
  }
  .application-process-fixed .item:last-child {
    display: block;
  }
  .application-process-fixed .item:last-child a::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  html[lang=en] .application-process-fixed .item {
    width: auto;
  }
}

.mobile-common-expand .application-process-fixed {
  bottom: 275px;
}

#js-modal-page-show-modal .modal-page-dialog {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content {
  padding: 20px;
  border-radius: 1.875rem;
  max-width: 1226px;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content img {
  width: auto;
  max-width: 100%;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-body {
  background: #f3f4f7;
  border-radius: 10px;
  padding: 30px;
  overflow-y: auto;
  max-height: 70vh;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-header {
  color: #0f2b5b !important;
  border-bottom: none;
  padding-left: 0;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-header .modal-title {
  word-break: break-word;
  overflow-wrap: break-word;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-header .close {
  color: #0f2b5b;
  opacity: 1;
  font-size: 28px;
  border: none;
  outline: none;
  box-shadow: none;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-header .close:hover, #js-modal-page-show-modal .modal-page-dialog .modal-content .modal-header .close.active {
  color: #000;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-footer {
  border-top: none;
  align-items: center !important;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 1rem;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons {
  margin-top: 1rem;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons button {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 22.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  z-index: 2;
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 99.98%);
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons button::before {
  content: "";
  border-radius: 22.5rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 99.98%);
  transition: all 0.3s;
  z-index: -1;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons button:after {
  transition: all 0.3s;
  margin-left: 8px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  background: url("../images/global/arrow-r.svg") no-repeat;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons button:hover, #js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons button.active {
  color: #ffffff;
  text-decoration: none;
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons button:hover::before, #js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons button.active::before {
  left: 0;
  right: -8px;
  width: calc(100% + 8px);
}
#js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons button:hover:after, #js-modal-page-show-modal .modal-page-dialog .modal-content .modal-buttons button.active:after {
  transform: translateX(8px);
}
#js-modal-page-show-modal .modal-page-please-do-not-show-again {
  width: 16px;
  height: 16px;
  border: 1px solid #0f2b5b;
  border-radius: 4px;
}

.region-page-banner .block-system-breadcrumb-block {
  position: relative;
  z-index: 8;
}
.region-page-banner .block-system-breadcrumb-block .breadcrumb {
  position: absolute;
  top: 0;
  padding-top: 1.4063rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  max-width: calc(50% - 30px);
}
.region-page-banner .block-system-breadcrumb-block .breadcrumb ol {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.region-page-banner .block-system-breadcrumb-block .breadcrumb ol li {
  margin-bottom: 0;
  display: inline;
  margin-right: 12px;
}
.region-page-banner .block-system-breadcrumb-block .breadcrumb ol li a {
  text-decoration: none;
  color: inherit;
}
.region-page-banner .block-system-breadcrumb-block .breadcrumb ol li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 20px;
  margin-left: 12px;
  background-image: url("../images/icons/page-next.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.region-page-banner .block-system-breadcrumb-block .breadcrumb ol li:last-child {
  margin-right: 0;
}
.region-page-banner .block-system-breadcrumb-block .breadcrumb ol li:last-child::after {
  display: none;
}
.region-page-banner .view-inner-page-banner,
.region-page-banner .block-views-blockinner-page-banner-basic-page {
  margin-top: 0px;
}
@media only screen and (min-width: 1660px) {
  .region-page-banner .block-system-breadcrumb-block .breadcrumb {
    max-width: calc(1400px - (50% - (100% - 1400px) / 2));
  }
}
@media only screen and (max-width: 767px) {
  .region-page-banner {
    display: flex;
    flex-direction: column-reverse;
  }
  .region-page-banner .block-system-breadcrumb-block .breadcrumb {
    max-width: 100%;
    position: static;
    padding: 2rem 0;
  }
  .region-page-banner .block-system-breadcrumb-block .breadcrumb ol li::after {
    width: 8px;
    height: 15px;
  }
  .region-page-banner .view-inner-page-banner,
  .region-page-banner .block-views-blockinner-page-banner-basic-page {
    margin-top: 0;
  }
}

.inner-page-banner-wrapper {
  --h: 457.5px;
  width: 100%;
  height: auto;
  min-height: var(--h);
  position: relative;
  margin-bottom: 6.0625rem;
}
.inner-page-banner-wrapper .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-page-banner-wrapper .img-box.left-img-box {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1700px;
  width: 100%;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
}
.inner-page-banner-wrapper .img-box.left-img-box img {
  -o-object-fit: fill;
     object-fit: fill;
}
.inner-page-banner-wrapper .img-box.right-img-box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 95%);
}
.inner-page-banner-wrapper .vtc-vpas-container, .inner-page-banner-wrapper .user-login-form, .inner-page-banner-wrapper body.path-search .search-form, body.path-search .inner-page-banner-wrapper .search-form, .inner-page-banner-wrapper body.path-search h2, body.path-search .inner-page-banner-wrapper h2, .inner-page-banner-wrapper body.path-search .item-list, body.path-search .inner-page-banner-wrapper .item-list, .inner-page-banner-wrapper .view-news-event-listing .view-filters, .view-news-event-listing .inner-page-banner-wrapper .view-filters, .inner-page-banner-wrapper .view-programme-listing, .inner-page-banner-wrapper #block-vtc-vpas-theme-programmeblocktext, .inner-page-banner-wrapper .region-page-banner .block-system-breadcrumb-block, .region-page-banner .inner-page-banner-wrapper .block-system-breadcrumb-block {
  height: 100%;
  min-height: var(--h);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.1875rem;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 1;
  color: #0f2b5b;
}
.inner-page-banner-wrapper .vtc-vpas-container h1, .inner-page-banner-wrapper .user-login-form h1, .inner-page-banner-wrapper body.path-search .search-form h1, body.path-search .inner-page-banner-wrapper .search-form h1, .inner-page-banner-wrapper body.path-search h2 h1, body.path-search .inner-page-banner-wrapper h2 h1, .inner-page-banner-wrapper body.path-search .item-list h1, body.path-search .inner-page-banner-wrapper .item-list h1, .inner-page-banner-wrapper .view-news-event-listing .view-filters h1, .view-news-event-listing .inner-page-banner-wrapper .view-filters h1, .inner-page-banner-wrapper .view-programme-listing h1, .inner-page-banner-wrapper #block-vtc-vpas-theme-programmeblocktext h1, .inner-page-banner-wrapper .region-page-banner .block-system-breadcrumb-block h1, .region-page-banner .inner-page-banner-wrapper .block-system-breadcrumb-block h1 {
  max-width: 50%;
}
.inner-page-banner-wrapper .vtc-vpas-container .vpas-btn, .inner-page-banner-wrapper .vtc-vpas-container .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .inner-page-banner-wrapper .vtc-vpas-container .form-actions, .inner-page-banner-wrapper .user-login-form .vpas-btn, .inner-page-banner-wrapper .user-login-form .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .inner-page-banner-wrapper .user-login-form .form-actions, .inner-page-banner-wrapper body.path-search .search-form .vpas-btn, .inner-page-banner-wrapper body.path-search .search-form .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .inner-page-banner-wrapper body.path-search .search-form .form-actions, body.path-search .inner-page-banner-wrapper .search-form .vpas-btn, body.path-search .inner-page-banner-wrapper .search-form .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form body.path-search .inner-page-banner-wrapper .search-form .form-actions, .inner-page-banner-wrapper body.path-search h2 .vpas-btn, .inner-page-banner-wrapper body.path-search h2 .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .inner-page-banner-wrapper body.path-search h2 .form-actions, body.path-search .inner-page-banner-wrapper h2 .vpas-btn, body.path-search .inner-page-banner-wrapper h2 .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form body.path-search .inner-page-banner-wrapper h2 .form-actions, .inner-page-banner-wrapper body.path-search .item-list .vpas-btn, .inner-page-banner-wrapper body.path-search .item-list .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .inner-page-banner-wrapper body.path-search .item-list .form-actions, body.path-search .inner-page-banner-wrapper .item-list .vpas-btn, body.path-search .inner-page-banner-wrapper .item-list .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form body.path-search .inner-page-banner-wrapper .item-list .form-actions, .inner-page-banner-wrapper .view-news-event-listing .view-filters .vpas-btn, .inner-page-banner-wrapper .view-news-event-listing .view-filters .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .inner-page-banner-wrapper .view-news-event-listing .view-filters .form-actions, .view-news-event-listing .inner-page-banner-wrapper .view-filters .vpas-btn, .view-news-event-listing .inner-page-banner-wrapper .view-filters .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .view-news-event-listing .inner-page-banner-wrapper .view-filters .form-actions, .inner-page-banner-wrapper .view-programme-listing .vpas-btn, .inner-page-banner-wrapper .view-programme-listing .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .inner-page-banner-wrapper .view-programme-listing .form-actions, .inner-page-banner-wrapper #block-vtc-vpas-theme-programmeblocktext .vpas-btn, .inner-page-banner-wrapper #block-vtc-vpas-theme-programmeblocktext .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .inner-page-banner-wrapper #block-vtc-vpas-theme-programmeblocktext .form-actions, .inner-page-banner-wrapper .region-page-banner .block-system-breadcrumb-block .vpas-btn, .inner-page-banner-wrapper .region-page-banner .block-system-breadcrumb-block .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .inner-page-banner-wrapper .region-page-banner .block-system-breadcrumb-block .form-actions, .region-page-banner .inner-page-banner-wrapper .block-system-breadcrumb-block .vpas-btn, .region-page-banner .inner-page-banner-wrapper .block-system-breadcrumb-block .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .region-page-banner .inner-page-banner-wrapper .block-system-breadcrumb-block .form-actions, .user-login-form .inner-page-banner-wrapper .vtc-vpas-container .form-actions, .inner-page-banner-wrapper .user-login-form .form-actions, .user-login-form .inner-page-banner-wrapper body.path-search .search-form .form-actions, .user-login-form body.path-search .inner-page-banner-wrapper .search-form .form-actions, .user-login-form .inner-page-banner-wrapper body.path-search h2 .form-actions, .user-login-form body.path-search .inner-page-banner-wrapper h2 .form-actions, .user-login-form .inner-page-banner-wrapper body.path-search .item-list .form-actions, .user-login-form body.path-search .inner-page-banner-wrapper .item-list .form-actions, .user-login-form .inner-page-banner-wrapper .view-news-event-listing .view-filters .form-actions, .user-login-form .view-news-event-listing .inner-page-banner-wrapper .view-filters .form-actions, .user-login-form .inner-page-banner-wrapper .view-programme-listing .form-actions, .inner-page-banner-wrapper #block-vtc-vpas-theme-programmeblocktext .user-login-form .form-actions, .user-login-form .inner-page-banner-wrapper #block-vtc-vpas-theme-programmeblocktext .form-actions, .user-login-form .inner-page-banner-wrapper .region-page-banner .block-system-breadcrumb-block .form-actions, .user-login-form .region-page-banner .inner-page-banner-wrapper .block-system-breadcrumb-block .form-actions {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1660px) {
  .inner-page-banner-wrapper .vtc-vpas-container h1, .inner-page-banner-wrapper .user-login-form h1, .inner-page-banner-wrapper body.path-search .search-form h1, body.path-search .inner-page-banner-wrapper .search-form h1, .inner-page-banner-wrapper body.path-search h2 h1, body.path-search .inner-page-banner-wrapper h2 h1, .inner-page-banner-wrapper body.path-search .item-list h1, body.path-search .inner-page-banner-wrapper .item-list h1, .inner-page-banner-wrapper .view-news-event-listing .view-filters h1, .view-news-event-listing .inner-page-banner-wrapper .view-filters h1, .inner-page-banner-wrapper .view-programme-listing h1, .inner-page-banner-wrapper #block-vtc-vpas-theme-programmeblocktext h1, .inner-page-banner-wrapper .region-page-banner .block-system-breadcrumb-block h1, .region-page-banner .inner-page-banner-wrapper .block-system-breadcrumb-block h1 {
    max-width: calc(1400px - (50% - (100% - 1400px) / 2));
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner-wrapper {
    margin-bottom: 0;
    --h: 185.22px;
  }
}

.vpas-home-banner {
  width: 100%;
  height: auto;
  min-height: var(--h);
  position: relative;
  margin-bottom: 7.4375rem;
  --h: 643px;
}
.vpas-home-banner .vpas-home-swiper .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vpas-home-banner .vpas-home-swiper .img-box.left-img-box {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1700px;
  width: 100%;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
}
.vpas-home-banner .vpas-home-swiper .img-box.left-img-box img {
  -o-object-fit: fill;
     object-fit: fill;
}
.vpas-home-banner .vpas-home-swiper .img-box.right-img-box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 95%);
}
.vpas-home-banner .vpas-home-swiper .vtc-vpas-container, .vpas-home-banner .vpas-home-swiper .user-login-form, .vpas-home-banner .vpas-home-swiper body.path-search .search-form, body.path-search .vpas-home-banner .vpas-home-swiper .search-form, .vpas-home-banner .vpas-home-swiper body.path-search h2, body.path-search .vpas-home-banner .vpas-home-swiper h2, .vpas-home-banner .vpas-home-swiper body.path-search .item-list, body.path-search .vpas-home-banner .vpas-home-swiper .item-list, .vpas-home-banner .vpas-home-swiper .view-news-event-listing .view-filters, .view-news-event-listing .vpas-home-banner .vpas-home-swiper .view-filters, .vpas-home-banner .vpas-home-swiper .view-programme-listing, .vpas-home-banner .vpas-home-swiper #block-vtc-vpas-theme-programmeblocktext, .vpas-home-banner .vpas-home-swiper .region-page-banner .block-system-breadcrumb-block, .region-page-banner .vpas-home-banner .vpas-home-swiper .block-system-breadcrumb-block {
  height: 100%;
  min-height: var(--h);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.1875rem;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 1;
  color: #0f2b5b;
}
.vpas-home-banner .vpas-home-swiper .vtc-vpas-container .text-box, .vpas-home-banner .vpas-home-swiper .user-login-form .text-box, .vpas-home-banner .vpas-home-swiper body.path-search .search-form .text-box, body.path-search .vpas-home-banner .vpas-home-swiper .search-form .text-box, .vpas-home-banner .vpas-home-swiper body.path-search h2 .text-box, body.path-search .vpas-home-banner .vpas-home-swiper h2 .text-box, .vpas-home-banner .vpas-home-swiper body.path-search .item-list .text-box, body.path-search .vpas-home-banner .vpas-home-swiper .item-list .text-box, .vpas-home-banner .vpas-home-swiper .view-news-event-listing .view-filters .text-box, .view-news-event-listing .vpas-home-banner .vpas-home-swiper .view-filters .text-box, .vpas-home-banner .vpas-home-swiper .view-programme-listing .text-box, .vpas-home-banner .vpas-home-swiper #block-vtc-vpas-theme-programmeblocktext .text-box, .vpas-home-banner .vpas-home-swiper .region-page-banner .block-system-breadcrumb-block .text-box, .region-page-banner .vpas-home-banner .vpas-home-swiper .block-system-breadcrumb-block .text-box {
  width: calc(56% - 30px);
}
.vpas-home-banner .vpas-home-swiper .vtc-vpas-container .text-box .banner-title, .vpas-home-banner .vpas-home-swiper .user-login-form .text-box .banner-title, .vpas-home-banner .vpas-home-swiper body.path-search .search-form .text-box .banner-title, body.path-search .vpas-home-banner .vpas-home-swiper .search-form .text-box .banner-title, .vpas-home-banner .vpas-home-swiper body.path-search h2 .text-box .banner-title, body.path-search .vpas-home-banner .vpas-home-swiper h2 .text-box .banner-title, .vpas-home-banner .vpas-home-swiper body.path-search .item-list .text-box .banner-title, body.path-search .vpas-home-banner .vpas-home-swiper .item-list .text-box .banner-title, .vpas-home-banner .vpas-home-swiper .view-news-event-listing .view-filters .text-box .banner-title, .view-news-event-listing .vpas-home-banner .vpas-home-swiper .view-filters .text-box .banner-title, .vpas-home-banner .vpas-home-swiper .view-programme-listing .text-box .banner-title, .vpas-home-banner .vpas-home-swiper #block-vtc-vpas-theme-programmeblocktext .text-box .banner-title, .vpas-home-banner .vpas-home-swiper .region-page-banner .block-system-breadcrumb-block .text-box .banner-title, .region-page-banner .vpas-home-banner .vpas-home-swiper .block-system-breadcrumb-block .text-box .banner-title {
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.52px;
}
@media only screen and (min-width: 1640px) {
  .vpas-home-banner .vpas-home-swiper .vtc-vpas-container .text-box, .vpas-home-banner .vpas-home-swiper .user-login-form .text-box, .vpas-home-banner .vpas-home-swiper body.path-search .search-form .text-box, body.path-search .vpas-home-banner .vpas-home-swiper .search-form .text-box, .vpas-home-banner .vpas-home-swiper body.path-search h2 .text-box, body.path-search .vpas-home-banner .vpas-home-swiper h2 .text-box, .vpas-home-banner .vpas-home-swiper body.path-search .item-list .text-box, body.path-search .vpas-home-banner .vpas-home-swiper .item-list .text-box, .vpas-home-banner .vpas-home-swiper .view-news-event-listing .view-filters .text-box, .view-news-event-listing .vpas-home-banner .vpas-home-swiper .view-filters .text-box, .vpas-home-banner .vpas-home-swiper .view-programme-listing .text-box, .vpas-home-banner .vpas-home-swiper #block-vtc-vpas-theme-programmeblocktext .text-box, .vpas-home-banner .vpas-home-swiper .region-page-banner .block-system-breadcrumb-block .text-box, .region-page-banner .vpas-home-banner .vpas-home-swiper .block-system-breadcrumb-block .text-box {
    width: calc(56% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .vpas-home-banner .vpas-home-swiper .vtc-vpas-container .text-box .banner-title, .vpas-home-banner .vpas-home-swiper .user-login-form .text-box .banner-title, .vpas-home-banner .vpas-home-swiper body.path-search .search-form .text-box .banner-title, body.path-search .vpas-home-banner .vpas-home-swiper .search-form .text-box .banner-title, .vpas-home-banner .vpas-home-swiper body.path-search h2 .text-box .banner-title, body.path-search .vpas-home-banner .vpas-home-swiper h2 .text-box .banner-title, .vpas-home-banner .vpas-home-swiper body.path-search .item-list .text-box .banner-title, body.path-search .vpas-home-banner .vpas-home-swiper .item-list .text-box .banner-title, .vpas-home-banner .vpas-home-swiper .view-news-event-listing .view-filters .text-box .banner-title, .view-news-event-listing .vpas-home-banner .vpas-home-swiper .view-filters .text-box .banner-title, .vpas-home-banner .vpas-home-swiper .view-programme-listing .text-box .banner-title, .vpas-home-banner .vpas-home-swiper #block-vtc-vpas-theme-programmeblocktext .text-box .banner-title, .vpas-home-banner .vpas-home-swiper .region-page-banner .block-system-breadcrumb-block .text-box .banner-title, .region-page-banner .vpas-home-banner .vpas-home-swiper .block-system-breadcrumb-block .text-box .banner-title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .vpas-home-banner {
    margin-bottom: 3.75rem;
    --h: 185.22px;
    min-height: auto;
  }
  .vpas-home-banner .vpas-home-swiper .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
  }
  .vpas-home-banner .vpas-home-swiper .img-box.left-img-box {
    top: 100px;
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  }
  .vpas-home-banner .vpas-home-swiper .img-box.right-img-box {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%);
    position: static;
    width: 100%;
  }
  .vpas-home-banner .vpas-home-swiper .vtc-vpas-container, .vpas-home-banner .vpas-home-swiper .user-login-form, .vpas-home-banner .vpas-home-swiper body.path-search .search-form, body.path-search .vpas-home-banner .vpas-home-swiper .search-form, .vpas-home-banner .vpas-home-swiper body.path-search h2, body.path-search .vpas-home-banner .vpas-home-swiper h2, .vpas-home-banner .vpas-home-swiper body.path-search .item-list, body.path-search .vpas-home-banner .vpas-home-swiper .item-list, .vpas-home-banner .vpas-home-swiper .view-news-event-listing .view-filters, .view-news-event-listing .vpas-home-banner .vpas-home-swiper .view-filters, .vpas-home-banner .vpas-home-swiper .view-programme-listing, .vpas-home-banner .vpas-home-swiper #block-vtc-vpas-theme-programmeblocktext, .vpas-home-banner .vpas-home-swiper .region-page-banner .block-system-breadcrumb-block, .region-page-banner .vpas-home-banner .vpas-home-swiper .block-system-breadcrumb-block {
    min-height: auto;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
  .vpas-home-banner .vpas-home-swiper .vtc-vpas-container .text-box, .vpas-home-banner .vpas-home-swiper .user-login-form .text-box, .vpas-home-banner .vpas-home-swiper body.path-search .search-form .text-box, body.path-search .vpas-home-banner .vpas-home-swiper .search-form .text-box, .vpas-home-banner .vpas-home-swiper body.path-search h2 .text-box, body.path-search .vpas-home-banner .vpas-home-swiper h2 .text-box, .vpas-home-banner .vpas-home-swiper body.path-search .item-list .text-box, body.path-search .vpas-home-banner .vpas-home-swiper .item-list .text-box, .vpas-home-banner .vpas-home-swiper .view-news-event-listing .view-filters .text-box, .view-news-event-listing .vpas-home-banner .vpas-home-swiper .view-filters .text-box, .vpas-home-banner .vpas-home-swiper .view-programme-listing .text-box, .vpas-home-banner .vpas-home-swiper #block-vtc-vpas-theme-programmeblocktext .text-box, .vpas-home-banner .vpas-home-swiper .region-page-banner .block-system-breadcrumb-block .text-box, .region-page-banner .vpas-home-banner .vpas-home-swiper .block-system-breadcrumb-block .text-box {
    width: 100%;
  }
  .vpas-home-banner::after {
    content: "";
    clear: both;
  }
}

.why-choose-vpas-wrap .why-choose-vpas {
  padding-top: 5.3125rem;
}
.why-choose-vpas-wrap .why-choose-vpas .left-box {
  width: 47.5%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 762/428;
  border-radius: var(--vpas-border-radius);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.why-choose-vpas-wrap .why-choose-vpas .left-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-choose-vpas-wrap .why-choose-vpas .right-box {
  width: calc(52.5% + 2.8125rem);
  min-height: 25rem;
  height: 100%;
  margin-left: -2.8125rem;
  margin-top: -2.8125rem;
  border-radius: var(--vpas-border-radius) 5rem var(--vpas-border-radius) var(--vpas-border-radius);
  padding: 5.9375rem 3.6875rem 5.9375rem 7.1875rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  background-image: url("../images/color-bg/why_vtc_bg.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.why-choose-vpas-wrap .why-choose-vpas .right-box .title-box {
  gap: 1.5rem;
}
.why-choose-vpas-wrap .why-choose-vpas .right-box .title-box .icon-box {
  width: 4.5rem;
  height: 5rem;
}
.why-choose-vpas-wrap .why-choose-vpas .right-box .title-box .icon-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .why-choose-vpas-wrap .why-choose-vpas {
    padding-top: 1.5rem;
  }
  .why-choose-vpas-wrap .why-choose-vpas .left-box {
    width: 100%;
  }
  .why-choose-vpas-wrap .why-choose-vpas .right-box {
    width: 100%;
    margin-left: 0;
    padding: 1.5rem;
    height: auto;
    min-height: auto;
    margin-top: 1.5rem;
    border-top-right-radius: 3.75rem;
    gap: 1.5rem;
  }
  .why-choose-vpas-wrap .why-choose-vpas .right-box .title-box {
    gap: 12px;
  }
  .why-choose-vpas-wrap .why-choose-vpas .right-box .title-box .icon-box {
    width: 3rem;
    height: 55px;
  }
}

.vpas-course-features-wrap .img-box img {
  width: 100%;
  height: auto;
}

.vpas-admission-requirements-wrap {
  overflow-x: hidden;
}
.vpas-admission-requirements-wrap .title-box {
  display: flex;
  align-items: flex-end;
}
.vpas-admission-requirements-wrap .title-box * {
  display: inline;
}
.vpas-admission-requirements-wrap .vpas-admission-requirements {
  display: flex;
  gap: 20px;
}
.vpas-admission-requirements-wrap .left-box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 8.5938rem;
  padding-left: 5.5rem;
  padding-bottom: 5.1875rem;
  position: relative;
  z-index: 1;
}
.vpas-admission-requirements-wrap .left-box .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
}
.vpas-admission-requirements-wrap .left-box .list-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.7188rem;
}
.vpas-admission-requirements-wrap .left-box .list-box .list {
  display: flex;
  align-items: center;
}
.vpas-admission-requirements-wrap .left-box .list-box .list::before {
  content: "";
  width: 1.5rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.75rem;
  background-image: url("../images/icons/isolation.svg");
  background-position: left center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-admission-requirements-wrap .left-box .btns {
  margin-top: 9.25rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5rem;
}
.vpas-admission-requirements-wrap .right-box {
  width: 100%;
  max-width: 792px;
  margin-top: 11.0938rem;
  gap: 2.5rem;
}
.vpas-admission-requirements-wrap .right-box .img-box {
  width: 100%;
  position: relative;
}
.vpas-admission-requirements-wrap .right-box .img-box .color {
  width: 100%;
  max-width: 31.625rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 506/199;
  position: absolute;
  z-index: -1;
  background-image: url("../images/color-bg/bg2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.vpas-admission-requirements-wrap .right-box .img-box .color1 {
  top: -8.5rem;
  left: 14.1875rem;
}
.vpas-admission-requirements-wrap .right-box .img-box .color2 {
  bottom: -4.1875rem;
  left: -6.875rem;
}
.vpas-admission-requirements-wrap .right-box .img-box img {
  width: 100%;
  aspect-ratio: 792/442;
  border-radius: var(--vpas-border-radius);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1299px) {
  .vpas-admission-requirements-wrap .vpas-admission-requirements {
    gap: 0;
  }
  .vpas-admission-requirements-wrap .left-box .img-box {
    width: 1039px;
  }
}
@media screen and (max-width: 992px) {
  .vpas-admission-requirements-wrap .vpas-admission-requirements {
    flex-direction: column;
  }
  .vpas-admission-requirements-wrap .left-box {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .vpas-admission-requirements-wrap {
    padding-top: 2.1875rem;
    padding-bottom: 2.5rem;
    overflow: hidden;
  }
  .vpas-admission-requirements-wrap .vpas-admission-requirements {
    gap: 1.5rem;
  }
  .vpas-admission-requirements-wrap .left-box {
    padding-top: 4rem;
    padding-left: 1.25rem;
    padding-bottom: 2rem;
  }
  .vpas-admission-requirements-wrap .left-box .img-box {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .vpas-admission-requirements-wrap .left-box .list-box {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  .vpas-admission-requirements-wrap .left-box .btns {
    gap: 1rem;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-direction: column;
  }
  .vpas-admission-requirements-wrap .right-box {
    width: 100%;
    margin-top: 0;
    gap: 24px;
  }
  .vpas-admission-requirements-wrap .right-box .img-box .color {
    width: 70vw;
  }
  .vpas-admission-requirements-wrap .right-box .img-box .color1 {
    top: -5rem;
    right: 0;
  }
  .vpas-admission-requirements-wrap .right-box .img-box .color2 {
    bottom: -5.9375rem;
    left: -0.875rem;
  }
}

.vpas-support-wrap {
  padding-top: 11.25rem;
  padding-bottom: 13.4375rem;
  position: relative;
  clip-path: polygon(0 110px, 100% 0px, 100% calc(100% - 150px), 0% 100%);
}
.vpas-support-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/color-bg/green-blue.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-support-wrap .section-desc {
  color: #222222;
}
.vpas-support-wrap .row {
  --bs-gutter-x: 1.25rem;
}
.vpas-support-wrap .row .list {
  height: 100%;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  position: relative;
}
.vpas-support-wrap .row .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 174, 239, 0.5) 0%, rgba(186, 196, 5, 0.5) 100%);
}
.vpas-support-wrap .row .list .icon-box {
  width: 3.875rem;
  height: 3.875rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.vpas-support-wrap .row .list .icon-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.vpas-support-wrap .row .list .text-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .vpas-support-wrap {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
    clip-path: polygon(0 40px, 100% 0px, 100% calc(100% - 50px), 0% 100%);
    overflow: hidden;
  }
  .vpas-support-wrap::after {
    transform-origin: center;
    transform: rotate(90deg) scale(5);
    background-position: center;
    background-size: 100% auto;
  }
  .vpas-support-wrap .row .list {
    gap: 0.75rem;
  }
  .vpas-support-wrap .row .list.p-24 {
    padding: 0.75rem 1.25rem;
  }
  .vpas-support-wrap .row .list .icon-box {
    width: 3rem;
    height: 3rem;
  }
}

.vpas-scholarship-wrap .vpas-scholarship {
  display: flex;
  flex-direction: column;
}
.vpas-scholarship-wrap .vpas-scholarship .left-box {
  width: 100%;
}
.vpas-scholarship-wrap .vpas-scholarship .left-box .title-box {
  display: flex;
  align-items: flex-end;
}
.vpas-scholarship-wrap .vpas-scholarship .left-box .title-box * {
  display: inline;
}
.vpas-scholarship-wrap .vpas-scholarship .right-box {
  width: 100%;
  height: auto;
  flex: 1;
  display: flex;
  align-items: stretch;
}
.vpas-scholarship-wrap .vpas-scholarship .right-box .list {
  height: 100%;
  flex: 1;
  width: 50%;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 1400px) {
  .vpas-scholarship-wrap .vpas-scholarship {
    flex-direction: row;
  }
  .vpas-scholarship-wrap .vpas-scholarship .left-box {
    width: 31.9375rem;
    flex-shrink: 1;
  }
  .vpas-scholarship-wrap .vpas-scholarship .right-box {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .vpas-scholarship-wrap .vtc-vpas-container .left-box, .vpas-scholarship-wrap .user-login-form .left-box, .vpas-scholarship-wrap body.path-search .search-form .left-box, body.path-search .vpas-scholarship-wrap .search-form .left-box, .vpas-scholarship-wrap body.path-search h2 .left-box, body.path-search .vpas-scholarship-wrap h2 .left-box, .vpas-scholarship-wrap body.path-search .item-list .left-box, body.path-search .vpas-scholarship-wrap .item-list .left-box, .vpas-scholarship-wrap .view-news-event-listing .view-filters .left-box, .view-news-event-listing .vpas-scholarship-wrap .view-filters .left-box, .vpas-scholarship-wrap .view-programme-listing .left-box, .vpas-scholarship-wrap #block-vtc-vpas-theme-programmeblocktext .left-box, .vpas-scholarship-wrap .region-page-banner .block-system-breadcrumb-block .left-box, .region-page-banner .vpas-scholarship-wrap .block-system-breadcrumb-block .left-box {
    width: 100%;
    flex-shrink: 0;
  }
  .vpas-scholarship-wrap .vtc-vpas-container .right-box, .vpas-scholarship-wrap .user-login-form .right-box, .vpas-scholarship-wrap body.path-search .search-form .right-box, body.path-search .vpas-scholarship-wrap .search-form .right-box, .vpas-scholarship-wrap body.path-search h2 .right-box, body.path-search .vpas-scholarship-wrap h2 .right-box, .vpas-scholarship-wrap body.path-search .item-list .right-box, body.path-search .vpas-scholarship-wrap .item-list .right-box, .vpas-scholarship-wrap .view-news-event-listing .view-filters .right-box, .view-news-event-listing .vpas-scholarship-wrap .view-filters .right-box, .vpas-scholarship-wrap .view-programme-listing .right-box, .vpas-scholarship-wrap #block-vtc-vpas-theme-programmeblocktext .right-box, .vpas-scholarship-wrap .region-page-banner .block-system-breadcrumb-block .right-box, .region-page-banner .vpas-scholarship-wrap .block-system-breadcrumb-block .right-box {
    display: grid;
    grid-auto-rows: 1fr;
  }
  .vpas-scholarship-wrap .vtc-vpas-container .right-box .list, .vpas-scholarship-wrap .user-login-form .right-box .list, .vpas-scholarship-wrap body.path-search .search-form .right-box .list, body.path-search .vpas-scholarship-wrap .search-form .right-box .list, .vpas-scholarship-wrap body.path-search h2 .right-box .list, body.path-search .vpas-scholarship-wrap h2 .right-box .list, .vpas-scholarship-wrap body.path-search .item-list .right-box .list, body.path-search .vpas-scholarship-wrap .item-list .right-box .list, .vpas-scholarship-wrap .view-news-event-listing .view-filters .right-box .list, .view-news-event-listing .vpas-scholarship-wrap .view-filters .right-box .list, .vpas-scholarship-wrap .view-programme-listing .right-box .list, .vpas-scholarship-wrap #block-vtc-vpas-theme-programmeblocktext .right-box .list, .vpas-scholarship-wrap .region-page-banner .block-system-breadcrumb-block .right-box .list, .region-page-banner .vpas-scholarship-wrap .block-system-breadcrumb-block .right-box .list {
    flex: 1;
    width: 100%;
    padding-bottom: 3.125rem;
  }
}

.vpas-tuition-wrap {
  overflow-x: hidden;
}
.vpas-tuition-wrap .row {
  --bs-gutter-x: 3.75rem;
}
.vpas-tuition-wrap .row .title-box {
  display: flex;
  align-items: flex-end;
}
.vpas-tuition-wrap .row .title-box * {
  display: inline;
}
.vpas-tuition-wrap .row .table-box.style-a tbody tr td:not(:nth-child(1)) * {
  font-weight: 500 !important;
}
@media screen and (min-width: 1400px) {
  .vpas-tuition-wrap .row .col-md-6:nth-child(1) {
    width: 31.9375rem;
    flex-shrink: 1;
  }
  .vpas-tuition-wrap .row .col-md-6:nth-child(2) {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .vpas-tuition-wrap .row .table-box.style-a tbody tr td:not(:nth-child(1)) * {
    word-break: break-word;
  }
}

.vpas-eligibility-wrap .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 40px;
  display: flex;
  flex-wrap: wrap;
}
.vpas-eligibility-wrap .row .col {
  display: flex;
  height: auto;
}
@media screen and (min-width: 1640px) {
  .vpas-eligibility-wrap .row .circle-color .text-box {
    height: 7.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .vpas-eligibility-wrap .row {
    --bs-gutter-y: 12px;
  }
}

.vpas-applicants-process-wrap .svg {
  position: absolute;
  width: 0;
  height: 0;
}
.vpas-applicants-process-wrap .row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 40px;
}
.vpas-applicants-process-wrap .row .col {
  height: 100%;
}
.vpas-applicants-process-wrap .row .applicants-process-item {
  height: 100%;
  width: 100%;
  padding-top: 5px;
}
.vpas-applicants-process-wrap .row .applicants-process-item .circle {
  position: relative;
  margin: 0 auto;
  width: 3.625rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.vpas-applicants-process-wrap .row .applicants-process-item .circle::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-image: linear-gradient(180deg, #ed72aa 15.36%, rgba(237, 114, 170, 0.2) 92.2%);
  border-radius: 50%;
  z-index: -1;
  filter: drop-shadow(0px 0px 16px rgba(15, 43, 91, 0.1));
}
.vpas-applicants-process-wrap .row .applicants-process-item .text-box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 257/196;
  padding: 2.8125rem 0rem 1.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -1.8125rem;
  position: relative;
}
.vpas-applicants-process-wrap .row .applicants-process-item .text-box::after {
  content: "";
  width: 100%;
  border-radius: 0.9375rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background: linear-gradient(300deg, #ed72aa 0%, rgba(237, 114, 170, 0.75) 100%);
  top: 0;
  z-index: -1;
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-1 .circle::after {
  background-image: linear-gradient(180deg, rgba(237, 114, 170, 0.5) 15.36%, rgba(237, 114, 170, 0.5) 92.2%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-1 .text-box::after {
  opacity: 0.3;
  background: linear-gradient(300deg, #ed72aa 0%, rgba(237, 114, 170, 0.75) 100%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-2 .circle::after {
  background-image: linear-gradient(180deg, rgb(255, 156, 49) 15.36%, rgba(255, 156, 49, 0.5) 92.2%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-2 .text-box::after {
  background: linear-gradient(300deg, #ff9c31 0%, rgba(255, 156, 49, 0.5) 100%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-3 .circle::after {
  background-image: linear-gradient(180deg, rgb(255, 194, 34) 15.36%, rgba(255, 194, 34, 0.5) 92.2%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-3 .text-box::after {
  background: linear-gradient(300deg, #ffc222 0%, rgba(255, 194, 34, 0.5) 100%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-4 .circle::after {
  background-image: linear-gradient(180deg, rgb(186, 196, 5) 15.36%, rgba(186, 196, 5, 0.5) 92.2%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-4 .text-box::after {
  opacity: 0.35;
  background: linear-gradient(120deg, rgba(186, 196, 5, 0.5) 0%, #bac405 100%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-5 .circle::after {
  background-image: linear-gradient(180deg, rgb(0, 174, 239) 15.36%, rgba(0, 174, 239, 0.5) 92.2%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-5 .text-box::after {
  opacity: 0.4;
  background: linear-gradient(120deg, rgba(0, 174, 239, 0.5) 0%, #00aeef 100%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-6 .circle::after {
  background-image: linear-gradient(180deg, rgb(32, 151, 239) 15.36%, rgba(32, 151, 239, 0.5) 92.2%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-6 .text-box::after {
  background: linear-gradient(300deg, #2097ef 0%, rgba(32, 151, 239, 0.5) 100%);
  opacity: 0.4;
  clip-path: url(#right-point);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-7 .circle::after {
  background-image: linear-gradient(180deg, #ed72aa 15.36%, rgba(237, 114, 170, 0.2) 92.2%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.style-7 .text-box::after {
  opacity: 0.3;
  background: linear-gradient(300deg, #ed72aa 0%, rgba(237, 114, 170, 0.75) 100%);
}
.vpas-applicants-process-wrap .row .applicants-process-item.arrow .text-box::after {
  opacity: 0.4;
  clip-path: url(#right-point);
}
@media screen and (min-width: 992px) {
  .vpas-applicants-process-wrap .row-cols-lg-6 > .col {
    width: 33.33333333% !important;
  }
}
@media screen and (min-width: 1299px) {
  .vpas-applicants-process-wrap .row-cols-lg-6 > .col {
    width: 16.66666667% !important;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1640px) {
  .vpas-applicants-process-wrap .row-cols-lg-6 > .col .applicants-process-item .text-box {
    aspect-ratio: auto;
    height: 12.5rem;
  }
  .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .pt-24, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content, .collapse-section.style-b .collapse-item .collapse-item-content-wrap .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-c .row-item .collapse-item .collapse-item-content, .collapse-section.style-c .row-item .collapse-item .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content {
    position: relative;
  }
  .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .pt-24 .vpas-btn, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .pt-24 .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .pt-24 .form-actions, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content .vpas-btn, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content .form-actions, .collapse-section.style-b .collapse-item .collapse-item-content-wrap .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .vpas-btn, .collapse-section.style-b .collapse-item .collapse-item-content-wrap .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .collapse-section.style-b .collapse-item .collapse-item-content-wrap .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .form-actions, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-c .row-item .collapse-item .collapse-item-content .vpas-btn, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-c .row-item .collapse-item .collapse-item-content .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-c .row-item .collapse-item .collapse-item-content .form-actions, .collapse-section.style-c .row-item .collapse-item .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .vpas-btn, .collapse-section.style-c .row-item .collapse-item .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .collapse-section.style-c .row-item .collapse-item .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .form-actions, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .pt-24 .user-login-form .form-actions, .user-login-form .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .pt-24 .form-actions, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content .user-login-form .form-actions, .user-login-form .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content .form-actions, .collapse-section.style-b .collapse-item .collapse-item-content-wrap .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .user-login-form .form-actions, .user-login-form .collapse-section.style-b .collapse-item .collapse-item-content-wrap .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .form-actions, .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-c .row-item .collapse-item .collapse-item-content .user-login-form .form-actions, .user-login-form .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-section.style-c .row-item .collapse-item .collapse-item-content .form-actions, .collapse-section.style-c .row-item .collapse-item .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .user-login-form .form-actions, .user-login-form .collapse-section.style-c .row-item .collapse-item .vpas-applicants-process-wrap .row-cols-lg-6 > .col:nth-child(1) .collapse-item-content .form-actions {
    width: 245px;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vpas-applicants-process-wrap .row {
    --bs-gutter-y: 24px;
  }
  .vpas-applicants-process-wrap .row .col .applicants-process-item .text-box {
    aspect-ratio: auto;
    height: 120px;
  }
}

.vpas-applicants-type-wrap {
  padding-top: 10.8125rem;
  padding-bottom: 13rem;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 110px, 100% 0px, 100% calc(100% - 150px), 0% 100%);
}
.vpas-applicants-type-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/color-bg/pink-blue.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-applicants-type-wrap .title-box {
  display: flex;
  align-items: flex-end;
}
.vpas-applicants-type-wrap .title-box * {
  display: inline;
}
.vpas-applicants-type-wrap .row {
  --stroke-width: 5px;
  --bs-gutter-x: 3.0625rem;
  --bs-gutter-y: 2.5rem;
}
.vpas-applicants-type-wrap .row .applicants-type {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.vpas-applicants-type-wrap .row .applicants-type .type {
  flex: 15.1875rem 0 0;
}
.vpas-applicants-type-wrap .row .applicants-type .type img {
  width: 100%;
  height: auto;
}
.vpas-applicants-type-wrap .row .applicants-type .text-box {
  height: 100%;
  flex: 1;
  border-radius: 0 1.875rem 1.875rem 0;
  padding: 2.5rem 2.8125rem 2.5rem 0;
  background-image: linear-gradient(109deg, rgba(255, 255, 255, 0) 20%, #fff 100%);
  margin-left: -2px;
  border-bottom: var(--stroke-width) solid #00aeef;
  border-right: var(--stroke-width) solid #00aeef;
  position: relative;
}
.vpas-applicants-type-wrap .row .applicants-type .text-box::before {
  content: "";
  width: 70%;
  height: 50%;
  border-top: var(--stroke-width) solid #00aeef;
  border-right: var(--stroke-width) solid #00aeef;
  display: block;
  position: absolute;
  top: 0;
  right: calc(-1 * var(--stroke-width));
  border-radius: 0 1.875rem 0 0;
}
.vpas-applicants-type-wrap .row .applicants-type .text-box .h4, .vpas-applicants-type-wrap .row .applicants-type .text-box .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .name, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .vpas-applicants-type-wrap .row .applicants-type .text-box .name {
  padding-bottom: 1.5rem;
}
.vpas-applicants-type-wrap .row .applicants-type.new.style-2 .type {
  -webkit-text-stroke: var(--stroke-width) #00aeef;
}
.vpas-applicants-type-wrap .row .applicants-type.new.style-2 .text-box {
  border-bottom: var(--stroke-width) solid #00aeef;
  border-right: var(--stroke-width) solid #00aeef;
}
.vpas-applicants-type-wrap .row .applicants-type.new.style-2 .text-box::before {
  border-top: var(--stroke-width) solid #00aeef;
  border-right: var(--stroke-width) solid #00aeef;
}
.vpas-applicants-type-wrap .row .applicants-type.new.style-1 .type {
  -webkit-text-stroke: var(--stroke-width) #bac405;
}
.vpas-applicants-type-wrap .row .applicants-type.new.style-1 .text-box {
  border-bottom: var(--stroke-width) solid #bac405;
  border-right: var(--stroke-width) solid #bac405;
}
.vpas-applicants-type-wrap .row .applicants-type.new.style-1 .text-box::before {
  border-top: var(--stroke-width) solid #bac405;
  border-right: var(--stroke-width) solid #bac405;
}
.vpas-applicants-type-wrap .row .applicants-type.style-2 .type {
  -webkit-text-stroke: var(--stroke-width) #ed72aa;
}
.vpas-applicants-type-wrap .row .applicants-type.style-2 .text-box {
  border-bottom: var(--stroke-width) solid #ed72aa;
  border-right: var(--stroke-width) solid #ed72aa;
}
.vpas-applicants-type-wrap .row .applicants-type.style-2 .text-box::before {
  border-top: var(--stroke-width) solid #ed72aa;
  border-right: var(--stroke-width) solid #ed72aa;
}
.vpas-applicants-type-wrap .row .applicants-type.style-1 .type {
  -webkit-text-stroke: var(--stroke-width) #00aeef;
}
.vpas-applicants-type-wrap .row .applicants-type.style-1 .text-box {
  border-bottom: var(--stroke-width) solid #00aeef;
  border-right: var(--stroke-width) solid #00aeef;
}
.vpas-applicants-type-wrap .row .applicants-type.style-1 .text-box::before {
  border-top: var(--stroke-width) solid #00aeef;
  border-right: var(--stroke-width) solid #00aeef;
}
.vpas-applicants-type-wrap .row .applicants-type.style-3 .type {
  -webkit-text-stroke: var(--stroke-width) #ed72aa;
}
.vpas-applicants-type-wrap .row .applicants-type.style-3 .text-box {
  border-bottom: var(--stroke-width) solid #ed72aa;
  border-right: var(--stroke-width) solid #ed72aa;
}
.vpas-applicants-type-wrap .row .applicants-type.style-3 .text-box::before {
  border-top: var(--stroke-width) solid #ed72aa;
  border-right: var(--stroke-width) solid #ed72aa;
}
.vpas-applicants-type-wrap .row .applicants-type.style-4 .type {
  -webkit-text-stroke: var(--stroke-width) #ffc222;
}
.vpas-applicants-type-wrap .row .applicants-type.style-4 .text-box {
  border-bottom: var(--stroke-width) solid #ffc222;
  border-right: var(--stroke-width) solid #ffc222;
}
.vpas-applicants-type-wrap .row .applicants-type.style-4 .text-box::before {
  border-top: var(--stroke-width) solid #ffc222;
  border-right: var(--stroke-width) solid #ffc222;
}
@media screen and (max-width: 1280px) {
  .vpas-applicants-type-wrap .row .applicants-type {
    flex-direction: column;
    align-items: flex-start;
  }
  .vpas-applicants-type-wrap .row .applicants-type .type {
    width: 15.1875rem;
  }
  .vpas-applicants-type-wrap .row .applicants-type .text-box {
    margin-left: 0;
    margin-top: -5px;
  }
  .vpas-applicants-type-wrap .row .applicants-type .text-box::before {
    width: calc(100% - 14.375rem);
  }
}
@media screen and (max-width: 767px) {
  .vpas-applicants-type-wrap {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    clip-path: polygon(0 50px, 100% 0px, 100% calc(100% - 50px), 0% 100%);
  }
  .vpas-applicants-type-wrap::after {
    transform-origin: center;
    transform: rotate(90deg) scale(5);
    background-position: center;
    background-size: 100% auto;
  }
  .vpas-applicants-type-wrap .row {
    --stroke-width: 3px;
  }
  .vpas-applicants-type-wrap .row .applicants-type {
    flex-direction: column;
    align-items: flex-start;
  }
  .vpas-applicants-type-wrap .row .applicants-type .type {
    width: 30vw;
    flex: 30vw 0 0;
  }
  .vpas-applicants-type-wrap .row .applicants-type .text-box {
    margin-left: 0;
    margin-top: -3px;
  }
  .vpas-applicants-type-wrap .row .applicants-type .text-box::before {
    width: calc(100% - 28vw);
  }
}

.vpas-application-proof-wrap.style-2 {
  background-position: left bottom;
}

.vpas-application-proof-wrap {
  background-image: url("../images/color-bg/color-block-bg2.png");
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.vpas-application-proof-wrap .list {
  padding-left: 2.25rem;
  position: relative;
  margin-top: 0.75rem;
}
.vpas-application-proof-wrap .list::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
  background-image: url("../images/icons/list-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.vpas-application-proof-wrap .list:first-child {
  margin-top: 0;
}
.vpas-application-proof-wrap .style-1 .tab-content:nth-child(2) .list::before {
  background-image: url("../images/icons/isolation_1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .vpas-application-proof-wrap .list::before {
    top: 0;
  }
}

.vpas-background-wrap .section-desc p {
  margin-bottom: 33px;
}
.vpas-background-wrap .section-desc p:last-child {
  margin-bottom: 0;
}
.vpas-background-wrap .section-desc .list {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 33px;
}
.vpas-background-wrap .section-desc .list:last-child {
  margin-bottom: 0;
}
.vpas-background-wrap .section-desc .list .year {
  flex-shrink: 0;
}
.vpas-background-wrap .section-desc .list .text {
  flex: 1;
}
.vpas-background-wrap .section-desc .list.red {
  color: red;
}
.vpas-background-wrap .vpas-background {
  display: flex;
  justify-content: space-between;
  gap: 3.25rem;
}
.vpas-background-wrap .vpas-background .background-item {
  flex-shrink: 0;
  flex-grow: 0;
  width: calc((100% - 104px) / 3);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 500/295;
  position: relative;
  background-image: url("../images/color-bg/bg13.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-background-wrap .vpas-background .background-item::after {
  content: "";
  width: 3.25rem;
  height: 5.75rem;
  position: absolute;
  right: -3.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/icons/subtract1.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-background-wrap .vpas-background .background-item .icon {
  width: 24%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
}
.vpas-background-wrap .vpas-background .background-item .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.vpas-background-wrap .vpas-background .background-item .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.744px;
  font-size: 2.3125rem;
  min-height: 5.625rem;
  display: flex;
  align-items: center;
}
.vpas-background-wrap .vpas-background .background-item .arrow-icon {
  width: 4.0625rem;
  height: 5.3125rem;
  position: absolute;
  top: 24%;
  right: 24.6%;
  background-image: url("../images/icons/arrow1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.vpas-background-wrap .vpas-background .background-item .num1 {
  position: absolute;
  right: 41.4%;
  top: 35.6%;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -7.2px;
  font-size: 4.5rem;
}
.vpas-background-wrap .vpas-background .background-item .num2 {
  position: absolute;
  right: 6.2%;
  top: 0;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -9px;
}
.vpas-background-wrap .vpas-background .background-item .year-row {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 2.0625rem;
}
.vpas-background-wrap .vpas-background .background-item:nth-child(2) {
  background-image: url("../images/color-bg/bg14.png");
}
.vpas-background-wrap .vpas-background .background-item:nth-child(2)::after {
  background-image: url("../images/icons/subtract2.png");
}
.vpas-background-wrap .vpas-background .background-item:nth-child(2) .arrow-icon {
  background-image: url("../images/icons/arrow3.png");
}
.vpas-background-wrap .vpas-background .background-item:nth-child(3) {
  background-image: url("../images/color-bg/bg15.png");
}
.vpas-background-wrap .vpas-background .background-item:nth-child(3)::after {
  display: none;
}
.vpas-background-wrap .vpas-background .background-item:nth-child(3) .arrow-icon {
  background-image: url("../images/icons/arrow2.png");
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .vpas-background-wrap .vpas-background .background-item .text-box {
    font-size: 1.125rem;
  }
  .vpas-background-wrap .vpas-background .background-item .arrow-icon {
    width: 1.875rem;
    height: 2.8125rem;
  }
  .vpas-background-wrap .vpas-background .background-item .num1 {
    font-size: 1.875rem;
  }
  .vpas-background-wrap .vpas-background .background-item .num2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .vpas-background-wrap .vpas-background {
    flex-direction: column;
  }
  .vpas-background-wrap .vpas-background .background-item {
    width: 100%;
  }
  .vpas-background-wrap .vpas-background .background-item::after {
    top: auto;
    bottom: -4.5625rem;
    right: 50%;
    transform: translateY(0%) translateX(10%) rotate(90deg);
  }
  .vpas-background-wrap .vpas-background .background-item .text-box {
    font-size: 1.5rem;
  }
  .vpas-background-wrap .vpas-background .background-item .num1 {
    right: 47%;
    font-size: 3.125rem;
  }
  .vpas-background-wrap .vpas-background .background-item .num2 {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .vpas-background-wrap .section-desc p {
    margin-bottom: 27px;
  }
}

.vpas-main-point-wrap {
  background-image: url("../images/color-bg/bg19.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-main-point-wrap .d-md-block {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.vpas-main-point-wrap .d-block {
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.vpas-role-wrap .polygon-color {
  width: 100%;
  padding-top: 5rem;
  gap: 4px;
  height: 100%;
  justify-content: space-between;
}
.vpas-role-wrap .polygon-color .text-box {
  min-height: 12.5rem;
  padding-right: 3.4375rem;
  gap: 4px;
}
.vpas-role-wrap .polygon-color .body-text p, .vpas-role-wrap .polygon-color .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title p, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .vpas-role-wrap .polygon-color .title p, .vpas-role-wrap .polygon-color .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1 p, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .vpas-role-wrap .polygon-color .quote-style1 p, .vpas-role-wrap .polygon-color .vtc-vpas-container p, .vpas-role-wrap .polygon-color .user-login-form p, .vpas-role-wrap .polygon-color body.path-search .search-form p, body.path-search .vpas-role-wrap .polygon-color .search-form p, .vpas-role-wrap .polygon-color body.path-search h2 p, body.path-search .vpas-role-wrap .polygon-color h2 p, .vpas-role-wrap .polygon-color body.path-search .item-list p, body.path-search .vpas-role-wrap .polygon-color .item-list p, .vpas-role-wrap .polygon-color body .layout-container ul li p, body .layout-container ul .vpas-role-wrap .polygon-color li p,
.vpas-role-wrap .polygon-color body .layout-container ol li p,
body .layout-container ol .vpas-role-wrap .polygon-color li p, .vpas-role-wrap .polygon-color .vpas-faqs-wrap .no-results p, .vpas-faqs-wrap .vpas-role-wrap .polygon-color .no-results p, .vpas-role-wrap .polygon-color .view-news-event-listing .view-filters p, .view-news-event-listing .vpas-role-wrap .polygon-color .view-filters p, .vpas-role-wrap .polygon-color .view-news-event-listing .view-filters .form--inline .form-radios .form-item label p, .view-news-event-listing .view-filters .form--inline .form-radios .form-item .vpas-role-wrap .polygon-color label p,
.vpas-role-wrap .polygon-color .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label p,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .vpas-role-wrap .polygon-color label p, .vpas-role-wrap .polygon-color .view-news-event-listing .no-results p, .view-news-event-listing .vpas-role-wrap .polygon-color .no-results p, .vpas-role-wrap .polygon-color .view-programme-listing p, .vpas-role-wrap .polygon-color .view-programme-listing .view-filters .form--inline .form-radios .form-item label p, .view-programme-listing .view-filters .form--inline .form-radios .form-item .vpas-role-wrap .polygon-color label p, .view-programme-listing .vpas-role-wrap .polygon-color .no-results p, .vpas-role-wrap .polygon-color #block-vtc-vpas-theme-programmeblocktext p, .vpas-role-wrap .polygon-color .quote-style1 p, .vpas-role-wrap .polygon-color .quote-style2 p, .vpas-role-wrap .polygon-color .region-page-banner .block-system-breadcrumb-block p, .region-page-banner .vpas-role-wrap .polygon-color .block-system-breadcrumb-block p {
  margin-bottom: 0;
}
.vpas-role-wrap .polygon-color.has-icon-list {
  justify-content: flex-start;
}
.vpas-role-wrap .polygon-color .icon-list {
  display: flex;
  align-items: center;
}
.vpas-role-wrap .polygon-color .icon-list::before {
  content: "";
  width: 1.5rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.75rem;
  background-image: url("../images/icons/isolation.svg");
  background-position: left center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1800px) {
  .vpas-role-wrap .polygon-color {
    height: auto;
    aspect-ratio: 1037/776;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .vpas-role-wrap .row-cols-lg-3 > .col {
    width: 50% !important;
  }
  .vpas-role-wrap .row-cols-lg-3 > .col .polygon-color {
    height: auto;
    aspect-ratio: 1037/776;
  }
  .vpas-role-wrap .row-cols-lg-3 > .col .polygon-color.has-icon-list {
    gap: 1.875rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  .vpas-role-wrap .polygon-color {
    padding-bottom: 50px;
    justify-content: flex-start;
    gap: 30px;
  }
  .vpas-role-wrap .polygon-color .text-box {
    min-height: auto;
  }
  .vpas-role-wrap .polygon-color.has-icon-list {
    justify-content: flex-start;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .vpas-role-wrap .row {
    height: auto;
    display: grid;
    grid-auto-rows: 1fr;
  }
  .vpas-role-wrap .polygon-color {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 3.125rem;
    aspect-ratio: auto;
    gap: 27px;
  }
  .vpas-role-wrap .polygon-color.has-icon-list {
    justify-content: space-between;
    gap: 0;
  }
  .vpas-role-wrap .polygon-color .text-box {
    padding-right: 1.25rem;
    min-height: 9.375rem;
  }
}

html[lang=en] .vpas-role-wrap .polygon-color {
  min-height: 27rem;
}
html[lang=en] .vpas-role-wrap .polygon-color .text-box {
  padding-bottom: 3.125rem;
}

.vpas-advantages-wrap .left-box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 138px;
  padding-left: 2.6875rem;
  padding-right: 2.4375rem;
  padding-bottom: 6.3044rem;
  position: relative;
  z-index: 1;
}
.vpas-advantages-wrap .left-box .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  -o-object-position: top left;
     object-position: top left;
}
.vpas-advantages-wrap .left-box .list {
  gap: 1.5rem;
  position: relative;
}
.vpas-advantages-wrap .left-box .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(242, 149, 191) 0%, rgb(255, 194, 34) 100%);
  opacity: 0.5;
}
.vpas-advantages-wrap .left-box .list .icon-box {
  width: 3.875rem;
  height: 3.875rem;
  flex: 3.875rem 0 0;
}
.vpas-advantages-wrap .left-box .list .icon-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vpas-advantages-wrap .left-box .list .theme-color, .vpas-advantages-wrap .left-box .list .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .list, .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .vpas-advantages-wrap .left-box .list .list, .vpas-advantages-wrap .left-box .list .view-news-event-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .view-filters .form--inline .form-radios .form-item .vpas-advantages-wrap .left-box .list label,
.vpas-advantages-wrap .left-box .list .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .vpas-advantages-wrap .left-box .list label, .vpas-advantages-wrap .left-box .list .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-programme-listing .view-filters .form--inline .form-radios .form-item .vpas-advantages-wrap .left-box .list label, .vpas-advantages-wrap .left-box .list .programme-table-wrap table thead tr th, .programme-table-wrap table thead tr .vpas-advantages-wrap .left-box .list th,
.vpas-advantages-wrap .left-box .list .programme-table-wrap table thead tr td,
.programme-table-wrap table thead tr .vpas-advantages-wrap .left-box .list td,
.vpas-advantages-wrap .left-box .list .programme-table-wrap table tbody tr th,
.programme-table-wrap table tbody tr .vpas-advantages-wrap .left-box .list th,
.vpas-advantages-wrap .left-box .list .programme-table-wrap table tbody tr td,
.programme-table-wrap table tbody tr .vpas-advantages-wrap .left-box .list td {
  flex: 1;
  display: flex;
  align-items: center;
}
.vpas-advantages-wrap .right-box {
  width: 100%;
  max-width: 590px;
  margin-top: 138px;
}
.vpas-advantages-wrap .right-box .img-box {
  width: 100%;
  position: relative;
}
.vpas-advantages-wrap .right-box .img-box .color {
  width: 100%;
  max-width: 31.625rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 506/189;
  position: absolute;
  z-index: -1;
  background-image: url("../images/color-bg/bg4.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.vpas-advantages-wrap .right-box .img-box .color1 {
  top: -8.5rem;
  right: 0;
}
.vpas-advantages-wrap .right-box .img-box .color2 {
  bottom: -4.1875rem;
  left: -10.5rem;
}
.vpas-advantages-wrap .right-box .img-box img {
  width: 100%;
  aspect-ratio: 590/442;
  border-radius: var(--vpas-border-radius);
  -o-object-fit: cover;
     object-fit: cover;
}
table thead *{
  border-bottom-color: #dee2e6 !important;
  /*border-width: 1px;*/
}

@media screen and (min-width: 1299px) {
  .vpas-advantages-wrap .left-box .img-box {
    width: 1014px;
  }
}
@media screen and (max-width: 767px) {
  .vpas-advantages-wrap .left-box {
    padding-top: 4rem;
    padding-left: 1.25rem;
    padding-bottom: 2.5rem;
    padding-right: 1.25rem;
  }
  .vpas-advantages-wrap .left-box .img-box {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .vpas-advantages-wrap .left-box .list {
    gap: 8px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .vpas-advantages-wrap .left-box .list .icon-box {
    width: 3rem;
    height: 3rem;
    flex: 3rem 0 0;
  }
  .vpas-advantages-wrap .right-box {
    width: 100%;
    margin-top: 1.5rem;
    gap: 24px;
  }
  .vpas-advantages-wrap .right-box .img-box .color {
    width: 50vw;
  }
  .vpas-advantages-wrap .right-box .img-box .color1 {
    top: -2rem;
    right: 0;
  }
  .vpas-advantages-wrap .right-box .img-box .color2 {
    bottom: -1.9375rem;
    left: -0.875rem;
  }
}

html[lang=en] .vpas-industry-wrap .vpas-industry .industry-item .img-box {
  height: 7.2rem;
}

.vpas-industry-wrap .vpas-industry {
  padding: 1.5rem;
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
}
.vpas-industry-wrap .vpas-industry::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/color-bg/yellow-pink.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-industry-wrap .vpas-industry .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.vpas-industry-wrap .vpas-industry .industry-item {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.875rem;
  border-radius: 1.875rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
.vpas-industry-wrap .vpas-industry .industry-item.expend {
  overflow: visible;
}
.vpas-industry-wrap .vpas-industry .industry-item.expend .desc {
  display: block;
}
.vpas-industry-wrap .vpas-industry .industry-item.expend .more {
  transform: rotate(135deg);
}
.vpas-industry-wrap .vpas-industry .industry-item .img-box {
  height: 7.2rem;
  width: auto;
}
.vpas-industry-wrap .vpas-industry .industry-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vpas-industry-wrap .vpas-industry .industry-item .text-box {
  line-height: 1.2;
}
.vpas-industry-wrap .vpas-industry .industry-item .desc {
  margin-top: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.vpas-industry-wrap .vpas-industry .industry-item .desc.line1 {
  -webkit-line-clamp: 1;
}
.vpas-industry-wrap .vpas-industry .industry-item .desc.line2 {
  -webkit-line-clamp: 2;
}
.vpas-industry-wrap .vpas-industry .industry-item .desc.line3 {
  -webkit-line-clamp: 3;
}
.vpas-industry-wrap .vpas-industry .industry-item .desc.line4 {
  -webkit-line-clamp: 4;
}
.vpas-industry-wrap .vpas-industry .industry-item .desc.line5 {
  -webkit-line-clamp: 5;
}
.vpas-industry-wrap .vpas-industry .industry-item .desc.line6 {
  -webkit-line-clamp: 6;
}
.vpas-industry-wrap .vpas-industry .industry-item .more {
  cursor: pointer;
  width: 0.875rem;
  height: 0.875rem;
  border-left: 2px solid #0F2B5B;
  border-bottom: 2px solid #0F2B5B;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  position: absolute;
  bottom: 1.25rem;
  right: 2.625rem;
}
@media screen and (max-width: 676px) {
  .vpas-industry-wrap .vpas-industry {
    padding: 20px;
  }
  .vpas-industry-wrap .vpas-industry::after {
    transform-origin: center;
    transform: rotate(90deg) scale(8);
    background-position: center;
    background-size: 100% auto;
  }
}

.vpas-employer-recognition-wrap {
  width: 100%;
  --space: 15px;
  --offset-x: 108px;
  --offset-y: 44px;
  --pagination-gap: 2.1875rem;
  --btn-width: 1.3125rem;
}
.vpas-employer-recognition-wrap .swiper-wrap {
  margin-left: calc(-1 * var(--space));
  margin-right: calc(-1 * var(--space));
  padding-left: var(--space);
  padding-right: var(--space);
  overflow: hidden;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper {
  overflow: visible !important;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper {
  height: auto;
  padding-top: calc(2 * var(--offset-y) - 3px);
  padding-bottom: calc(2 * var(--offset-y) + 17px);
  display: flex;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  z-index: 2;
  opacity: 0.46;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 25.9375rem;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide .recognition-item-box {
  width: 100%;
  height: auto;
  display: flex;
  border-radius: var(--vpas-border-radius);
  background-image: linear-gradient(90deg, #ffc222 0%, #ed72aa 100%);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide .recognition-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1px -1px 0;
  gap: 1.5rem;
  width: calc(100% + 2px);
  transition: inherit;
  padding: 1.5rem;
  border-radius: var(--vpas-border-radius);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide .recognition-item .quote-style1 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.324px;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide .recognition-item .info-box .avatar-box {
  width: 8.5625rem;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.5rem;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide .recognition-item .info-box .avatar-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide .recognition-item .info-box .name {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.486px;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide .recognition-item .info-box .name a {
  color: inherit;
  text-decoration: none;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide .recognition-item .info-box .title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.4px;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 4;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box {
  width: calc(100% + 2 * var(--offset-x));
  position: absolute;
  left: calc(-1 * var(--offset-x));
  right: calc(-1 * var(--offset-x));
  top: calc(-1 * var(--offset-y));
  bottom: calc(-1 * var(--offset-y));
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item {
  gap: 0;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1 {
  -webkit-line-clamp: 7 !important;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .avatar-box {
  width: 10.625rem;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .control-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--pagination-gap);
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .control-wrap .swiper-pagination {
  width: auto;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .control-wrap .switch-btn {
  width: var(--btn-width);
  height: var(--btn-width);
  flex-shrink: 0;
  cursor: pointer;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .control-wrap .switch-btn.pause {
  background-image: url("../images/icons/pause.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.vpas-employer-recognition-wrap .employer-recognition-swiper .control-wrap .switch-btn.play {
  background-image: url("../images/icons/play.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  .vpas-employer-recognition-wrap {
    --space: 20px;
    --offset-x: 30px;
    --offset-y: 20px;
  }
}
@media screen and (max-width: 767px) {
  .vpas-employer-recognition-wrap {
    --space: 20px;
    --offset-x: 30px;
    --offset-y: 20px;
    --pagination-gap: 0.75rem;
    --btn-width: 1rem;
  }
  .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide .recognition-item-box .recognition-item .info-box .avatar-box {
    width: 5rem;
  }
  .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .avatar-box {
    width: 6.25rem;
  }
}

.vaps-participants-sharing-wrap {
  overflow: hidden;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing {
  display: flex;
  gap: 0;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .left-box {
  position: relative;
  z-index: 1;
  width: 60%;
  flex-shrink: 1;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1039/589;
  padding-top: 13.3125rem;
  padding-left: 5.625rem;
  padding-bottom: 9rem;
  padding-right: 3.125rem;
  background-image: url("../images/color-bg/bg21.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box {
  flex-shrink: 1;
  width: 40%;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box {
  width: 100%;
  position: relative;
  margin-top: 13.9375rem;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::before, .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::before {
  width: 31.625rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 506/185;
  top: -100px;
  right: 3.75rem;
  background-image: url("../images/color-bg/bg22.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::after {
  width: 31.8125rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 509/194;
  bottom: -100px;
  left: -6.9375rem;
  background-image: url("../images/color-bg/bg23.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box .img-box {
  position: relative;
  cursor: pointer;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box .img-box i {
  width: 3.625rem;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/icons/video-play.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box img,
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box video {
  border-radius: var(--vpas-border-radius);
  width: 100%;
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 792/442;
  -o-object-fit: cover;
     object-fit: cover;
}
.vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box video {
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (min-width: 1600px) {
  .vaps-participants-sharing-wrap .vaps-participants-sharing {
    min-height: 666px;
    position: relative;
  }
  .vaps-participants-sharing-wrap .vaps-participants-sharing .left-box {
    width: 839px;
    flex: 839px 0 0;
    padding-right: 17.125rem;
  }
  .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box {
    width: 592px;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .vaps-participants-sharing-wrap {
    overflow: hidden;
  }
  .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::before, .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::after {
    width: 18.75rem;
  }
}
@media screen and (max-width: 767px) {
  .vaps-participants-sharing-wrap .vaps-participants-sharing {
    flex-direction: column;
  }
  .vaps-participants-sharing-wrap .vaps-participants-sharing .left-box {
    width: 100%;
    aspect-ratio: auto;
    padding: 2.5rem 1.25rem;
  }
  .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box {
    width: 100%;
  }
  .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box {
    margin-top: 2.5rem;
  }
  .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::before, .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::after {
    width: 80vw;
  }
  .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::before {
    top: -50px;
    right: 0;
  }
  .vaps-participants-sharing-wrap .vaps-participants-sharing .right-box .material-box::after {
    bottom: -50px;
    left: -50px;
  }
}

.vpas-student-sharing-wrap {
  padding-top: 11.25rem;
  padding-bottom: 13.625rem;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 110px, 100% 0px, 100% calc(100% - 150px), 0% 100%);
}
.vpas-student-sharing-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/color-bg/bg24.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-student-sharing-wrap .swiper-wrapper {
  display: flex;
  height: auto;
}
.vpas-student-sharing-wrap .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
}
.vpas-student-sharing-wrap .student-sharing-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: var(--vpas-border-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  overflow: hidden;
}
.vpas-student-sharing-wrap .student-sharing-item .img-box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 512/292;
  position: relative;
}
.vpas-student-sharing-wrap .student-sharing-item .img-box::after {
  height: 53px;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  clip-path: polygon(0 100%, 100% 5px, 100% 15px, 0% 100%);
  background-image: url("../images/color-bg/bg25.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-student-sharing-wrap .student-sharing-item .img-box .img-clip {
  width: 100%;
  display: inline-block;
  height: 100%;
  clip-path: polygon(0 0, 100% 0px, 100% calc(100% - 54px), 0% 100%);
  overflow: hidden;
}
.vpas-student-sharing-wrap .student-sharing-item .img-box .img-clip img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.vpas-student-sharing-wrap .student-sharing-item .info-box {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  padding: 2.25rem 1.5rem 2rem;
}
.vpas-student-sharing-wrap .student-sharing-item .info-box .name {
  transition: all 0.3s;
}
.vpas-student-sharing-wrap .student-sharing-item .info-box .name a {
  text-decoration: none;
  color: inherit;
}
.vpas-student-sharing-wrap .student-sharing-item .info-box .address, .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .list {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.36px;
}
.vpas-student-sharing-wrap .student-sharing-item .info-box .list-box {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .list {
  padding-left: 1.125rem;
  letter-spacing: 0px;
}
.vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .list::before {
  content: "";
  width: 0.75rem;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  vertical-align: middle;
  flex-shrink: 0;
  aspect-ratio: 12/8;
  margin-left: -0.9375rem;
  margin-right: 3px;
  background-image: url("../images/icons/arrow1.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-student-sharing-wrap .student-sharing-item:hover .img-box .img-clip img {
  transform: scale(1.2);
}
.vpas-student-sharing-wrap .student-sharing-item:hover .info-box .name a {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .vpas-student-sharing-wrap {
    padding-top: 6.25rem;
    padding-bottom: 10rem;
    clip-path: polygon(0 80px, 100% 0px, 100% calc(100% - 80px), 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .vpas-student-sharing-wrap {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    clip-path: polygon(0 50px, 100% 0px, 100% calc(100% - 50px), 0% 100%);
  }
  .vpas-student-sharing-wrap .student-sharing-item .info-box {
    padding: 1.625rem 1.25rem 1.25rem;
  }
  .vpas-student-sharing-wrap .student-sharing-item .info-box .address, .vpas-student-sharing-wrap .student-sharing-item .info-box .list-box .list {
    font-size: 0.875rem;
  }
}

.vpas-winner-sharing-wrap {
  overflow: hidden;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing {
  display: flex;
  flex-direction: column;
  gap: 8.125rem;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item {
  display: flex;
  gap: 2.5rem;
  position: relative;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.125rem;
  z-index: 1;
  background: linear-gradient(90deg, #ed72aa 0%, #ffc222 50.5%, #00aeef 100%);
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .img-box {
  border-radius: var(--vpas-border-radius);
  width: 49.37%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 792/531;
  overflow: hidden;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .text-box {
  flex: 1;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .text-box .name a {
  color: inherit;
  text-decoration: none;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .text-box .title {
  padding: 0.25rem 1.25rem;
  display: inline-block;
  border-radius: 0.625rem 0.625rem 1.875rem 0.625rem;
  background: linear-gradient(90deg, rgba(237, 114, 170, 0.4) 0%, rgba(255, 194, 34, 0.4) 100%);
  margin: 0.5rem 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .text-box .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0.5rem;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .text-box .list {
  padding-left: 1.625rem;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .text-box .list::before {
  content: "";
  width: 1rem;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  vertical-align: middle;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  margin-left: -1.3125rem;
  background-image: url("../images/icons/arrow1.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .vpas-winner-sharing-wrap .vpas-winner-sharing {
    gap: 2.625rem;
  }
  .vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item {
    flex-direction: column;
    gap: 1.25rem;
  }
  .vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item::after {
    bottom: -1.375rem;
  }
  .vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .img-box,
  .vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .text-box {
    width: 100%;
  }
  .vpas-winner-sharing-wrap .vpas-winner-sharing .sharing-item .text-box .title {
    font-size: 0.875rem;
  }
}

.vpas-stay-in-hk-wrap {
  overflow-x: hidden;
}
.vpas-stay-in-hk-wrap .row {
  --bs-gutter-x: 3.75rem;
  --bs-gutter-y: 3.75rem;
}
.vpas-stay-in-hk-wrap .row .left-box {
  padding-top: 1rem;
}
.vpas-stay-in-hk-wrap .row .left-box .list-box {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.vpas-stay-in-hk-wrap .row .left-box .list-box .circle-color {
  padding-bottom: 0;
}
.vpas-stay-in-hk-wrap .row .left-box .list-box .circle-color .img-box .field--name-field-media-image .field__item {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.vpas-stay-in-hk-wrap .row .left-box .list-box .circle-color .text-box {
  min-height: 97px;
}
.vpas-stay-in-hk-wrap .row .right-box {
  display: flex;
  flex-direction: column;
}
.vpas-stay-in-hk-wrap .row .right-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vpas-stay-in-hk-wrap .row .right-box .img1 {
  border-radius: var(--vpas-border-radius);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 766/520;
  overflow: hidden;
}
.vpas-stay-in-hk-wrap .row .right-box .img2 {
  border-radius: var(--vpas-border-radius);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 671/416;
  margin-left: calc(-1 * var(--bs-gutter-x) / 2);
  margin-top: calc(-1 * var(--bs-gutter-x) / 2);
  overflow: hidden;
}
@media only screen and (min-width: 1600px) {
  .vpas-stay-in-hk-wrap .row {
    --bs-gutter-x: 8.1875rem;
  }
  .vpas-stay-in-hk-wrap .row .left-box {
    flex: 1;
  }
  .vpas-stay-in-hk-wrap .row .right-box {
    width: 720px;
  }
  .vpas-stay-in-hk-wrap .row .right-box .img2 {
    margin-left: -4.4375rem;
    margin-top: -4.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vpas-stay-in-hk-wrap .row {
    --bs-gutter-y: 1.25rem;
    --bs-gutter-x: 1.25rem;
  }
  .vpas-stay-in-hk-wrap .row .left-box {
    padding-top: 0;
  }
  .vpas-stay-in-hk-wrap .row .right-box .img2 {
    margin-top: 1.25rem;
    margin-left: 0;
    max-width: none;
  }
}

.vpas-journey-wrap {
  background-image: url("../images/color-bg/bg17.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-journey-wrap .list-box {
  display: flex;
  gap: 1.25rem;
}
.vpas-journey-wrap .list-box .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: flex 0.3s ease;
}
.vpas-journey-wrap .list-box .item .img-box {
  width: 100%;
  height: 19.25rem;
  border-radius: var(--vpas-border-radius);
  overflow: hidden;
  position: relative;
}
.vpas-journey-wrap .list-box .item .img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 43, 91, 0.6) 0%, rgba(15, 43, 91, 0) 100%);
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 1;
}
.vpas-journey-wrap .list-box .item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vpas-journey-wrap .list-box .item.active {
  flex: 2;
}
.vpas-journey-wrap .list-box .item.active .img-box::after {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .vpas-journey-wrap .list-box {
    flex-direction: column;
  }
  .vpas-journey-wrap .list-box .item .img-box::after {
    opacity: 0;
  }
}

.vpas-home-main-point-wrap .vpas-home-main-point {
  padding-top: 10.3125rem;
  padding-bottom: 11.8125rem;
  overflow-x: clip;
  background-image: url("../images/color-bg/bg16.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  clip-path: polygon(0 110px, 100% 0px, 100% calc(100% - 150px), 0% 100%);
}
.vpas-home-main-point-wrap .vpas-home-main-point .pb-24 .d-md-block img, .vpas-home-main-point-wrap .vpas-home-main-point .vpas-news-and-events-details .news-container .news-details-swiper .d-md-block img, .vpas-news-and-events-details .news-container .vpas-home-main-point-wrap .vpas-home-main-point .news-details-swiper .d-md-block img, .vpas-home-main-point-wrap .vpas-home-main-point .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content .d-md-block img, .collapse-section.style-b .collapse-item .collapse-item-content-wrap .vpas-home-main-point-wrap .vpas-home-main-point .collapse-item-content .d-md-block img, .vpas-home-main-point-wrap .vpas-home-main-point .collapse-section.style-c .row-item .collapse-item .collapse-item-content .d-md-block img, .collapse-section.style-c .row-item .collapse-item .vpas-home-main-point-wrap .vpas-home-main-point .collapse-item-content .d-md-block img, .vpas-home-main-point-wrap .vpas-home-main-point .vpas-background-wrap .vpas-background .background-item .text-box .d-md-block img, .vpas-background-wrap .vpas-background .background-item .vpas-home-main-point-wrap .vpas-home-main-point .text-box .d-md-block img {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.vpas-home-main-point-wrap .vpas-home-main-point .pb-24 .d-block img, .vpas-home-main-point-wrap .vpas-home-main-point .vpas-news-and-events-details .news-container .news-details-swiper .d-block img, .vpas-news-and-events-details .news-container .vpas-home-main-point-wrap .vpas-home-main-point .news-details-swiper .d-block img, .vpas-home-main-point-wrap .vpas-home-main-point .collapse-section.style-b .collapse-item .collapse-item-content-wrap .collapse-item-content .d-block img, .collapse-section.style-b .collapse-item .collapse-item-content-wrap .vpas-home-main-point-wrap .vpas-home-main-point .collapse-item-content .d-block img, .vpas-home-main-point-wrap .vpas-home-main-point .collapse-section.style-c .row-item .collapse-item .collapse-item-content .d-block img, .collapse-section.style-c .row-item .collapse-item .vpas-home-main-point-wrap .vpas-home-main-point .collapse-item-content .d-block img, .vpas-home-main-point-wrap .vpas-home-main-point .vpas-background-wrap .vpas-background .background-item .text-box .d-block img, .vpas-background-wrap .vpas-background .background-item .vpas-home-main-point-wrap .vpas-home-main-point .text-box .d-block img {
  margin: 0 -20px;
  width: calc(100% + 40px);
}
@media only screen and (max-width: 767px) {
  .vpas-home-main-point-wrap .vpas-home-main-point {
    padding-top: 3.125rem;
    padding-bottom: 3rem;
    clip-path: polygon(0 30px, 100% 0px, 100% calc(100% - 50px), 0% 100%);
  }
}

.vpas-home-news-wrap {
  position: relative;
  overflow: hidden;
}
.vpas-home-news-wrap::after {
  content: "";
  position: absolute;
  left: -26.4375rem;
  bottom: -8.75rem;
  width: 52.745rem;
  height: 26.25rem;
  z-index: -1;
  background-image: url("../images/color-bg/bg18.png");
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vpas-home-news-wrap .view-display-id-homepage_news_event > .view-content > .vpas-news-list-wrap {
  padding-left: 0;
  padding-right: 0;
}
.vpas-home-news-wrap .view-display-id-homepage_news_event > .view-content > .vpas-news-list-wrap .vpas-filter-wrap {
  display: none;
}
.vpas-home-news-wrap .view-display-id-homepage_news_event > .view-content > .vpas-news-list-wrap > .pt-24, .vpas-home-news-wrap .collapse-section.style-b .collapse-item .collapse-item-content-wrap .view-display-id-homepage_news_event > .view-content > .vpas-news-list-wrap > .collapse-item-content, .collapse-section.style-b .collapse-item .collapse-item-content-wrap .vpas-home-news-wrap .view-display-id-homepage_news_event > .view-content > .vpas-news-list-wrap > .collapse-item-content, .vpas-home-news-wrap .collapse-section.style-c .row-item .collapse-item .view-display-id-homepage_news_event > .view-content > .vpas-news-list-wrap > .collapse-item-content, .collapse-section.style-c .row-item .collapse-item .vpas-home-news-wrap .view-display-id-homepage_news_event > .view-content > .vpas-news-list-wrap > .collapse-item-content {
  padding-top: 0;
}
.vpas-home-news-wrap .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

.vpas-supporting-institutions-wrap .logo-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.75rem;
  text-align: center;
}
.vpas-supporting-institutions-wrap .logo-item img {
  width: 100%;
  height: 100%;
  max-width: 170px;
  max-height: 130px;
}
.vpas-supporting-institutions-wrap .grid-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}
.vpas-supporting-institutions-wrap .grid-logos.size8 {
  grid-template-columns: repeat(2, 1fr);
}
.vpas-supporting-institutions-wrap .grid-logos.size15 {
  grid-template-columns: repeat(5, 1fr);
}
.vpas-supporting-institutions-wrap .grid-logos.size24 {
  grid-template-columns: repeat(6, 1fr);
}
.vpas-supporting-institutions-wrap .grid-logos.size30 {
  grid-template-columns: repeat(6, 1fr);
}
.vpas-supporting-institutions-wrap .body-text, .vpas-supporting-institutions-wrap .vtc-vpas-container, .vpas-supporting-institutions-wrap .user-login-form, .vpas-supporting-institutions-wrap body.path-search .search-form, body.path-search .vpas-supporting-institutions-wrap .search-form, .vpas-supporting-institutions-wrap body.path-search h2, body.path-search .vpas-supporting-institutions-wrap h2, .vpas-supporting-institutions-wrap body.path-search .item-list, body.path-search .vpas-supporting-institutions-wrap .item-list, .vpas-supporting-institutions-wrap body .layout-container ul li, body .layout-container ul .vpas-supporting-institutions-wrap li,
.vpas-supporting-institutions-wrap body .layout-container ol li,
body .layout-container ol .vpas-supporting-institutions-wrap li, .vpas-supporting-institutions-wrap .vpas-faqs-wrap .no-results, .vpas-faqs-wrap .vpas-supporting-institutions-wrap .no-results, .vpas-supporting-institutions-wrap .view-news-event-listing .view-filters, .view-news-event-listing .vpas-supporting-institutions-wrap .view-filters, .vpas-supporting-institutions-wrap .view-news-event-listing .view-filters .form--inline .form-radios .form-item label, .view-news-event-listing .view-filters .form--inline .form-radios .form-item .vpas-supporting-institutions-wrap label,
.vpas-supporting-institutions-wrap .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .vpas-supporting-institutions-wrap label, .vpas-supporting-institutions-wrap .view-news-event-listing .no-results, .view-news-event-listing .vpas-supporting-institutions-wrap .no-results, .vpas-supporting-institutions-wrap .view-programme-listing, .vpas-supporting-institutions-wrap .view-programme-listing .view-filters .form--inline .form-radios .form-item label, .view-programme-listing .view-filters .form--inline .form-radios .form-item .vpas-supporting-institutions-wrap label, .vpas-supporting-institutions-wrap .view-programme-listing .no-results, .view-programme-listing .vpas-supporting-institutions-wrap .no-results, .vpas-supporting-institutions-wrap #block-vtc-vpas-theme-programmeblocktext, .vpas-supporting-institutions-wrap .quote-style1, .vpas-supporting-institutions-wrap .quote-style2, .vpas-supporting-institutions-wrap .region-page-banner .block-system-breadcrumb-block, .region-page-banner .vpas-supporting-institutions-wrap .block-system-breadcrumb-block, .vpas-supporting-institutions-wrap .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .vpas-supporting-institutions-wrap .quote-style1, .vpas-supporting-institutions-wrap .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .vpas-supporting-institutions-wrap .title {
  margin-top: 1rem;
  color: #555555;
}
.vpas-supporting-institutions-wrap .body-text p, .vpas-supporting-institutions-wrap .vtc-vpas-container p, .vpas-supporting-institutions-wrap .user-login-form p, .vpas-supporting-institutions-wrap body.path-search .search-form p, body.path-search .vpas-supporting-institutions-wrap .search-form p, .vpas-supporting-institutions-wrap body.path-search h2 p, body.path-search .vpas-supporting-institutions-wrap h2 p, .vpas-supporting-institutions-wrap body.path-search .item-list p, body.path-search .vpas-supporting-institutions-wrap .item-list p, .vpas-supporting-institutions-wrap body .layout-container ul li p, body .layout-container ul .vpas-supporting-institutions-wrap li p,
.vpas-supporting-institutions-wrap body .layout-container ol li p,
body .layout-container ol .vpas-supporting-institutions-wrap li p, .vpas-supporting-institutions-wrap .vpas-faqs-wrap .no-results p, .vpas-faqs-wrap .vpas-supporting-institutions-wrap .no-results p, .vpas-supporting-institutions-wrap .view-news-event-listing .view-filters p, .view-news-event-listing .vpas-supporting-institutions-wrap .view-filters p, .vpas-supporting-institutions-wrap .view-news-event-listing .view-filters .form--inline .form-radios .form-item label p, .view-news-event-listing .view-filters .form--inline .form-radios .form-item .vpas-supporting-institutions-wrap label p,
.vpas-supporting-institutions-wrap .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label p,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item .vpas-supporting-institutions-wrap label p, .vpas-supporting-institutions-wrap .view-news-event-listing .no-results p, .view-news-event-listing .vpas-supporting-institutions-wrap .no-results p, .vpas-supporting-institutions-wrap .view-programme-listing p, .vpas-supporting-institutions-wrap .view-programme-listing .view-filters .form--inline .form-radios .form-item label p, .view-programme-listing .view-filters .form--inline .form-radios .form-item .vpas-supporting-institutions-wrap label p, .view-programme-listing .vpas-supporting-institutions-wrap .no-results p, .vpas-supporting-institutions-wrap #block-vtc-vpas-theme-programmeblocktext p, .vpas-supporting-institutions-wrap .quote-style1 p, .vpas-supporting-institutions-wrap .quote-style2 p, .vpas-supporting-institutions-wrap .region-page-banner .block-system-breadcrumb-block p, .region-page-banner .vpas-supporting-institutions-wrap .block-system-breadcrumb-block p, .vpas-supporting-institutions-wrap .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1 p, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .vpas-supporting-institutions-wrap .quote-style1 p, .vpas-supporting-institutions-wrap .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title p, .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .vpas-supporting-institutions-wrap .title p {
  margin-bottom: 0;
}

/* 联络我们 */
.vtc-vpas-footer-top {
  padding-top: 4.8125rem;
  padding-bottom: 77px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../images/global/contact-us-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container {
  max-width: 1226px;
  margin: 0 auto;
  border-radius: 1.875rem;
  background: #fff;
  padding: 4rem 7.1875rem;
  display: flex;
  justify-content: space-between;
  gap: 0;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .left-box {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.56px;
  padding-right: 2.5rem;
  width: 50%;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .left-box .section-desc {
  font-size: 1.125rem;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box {
  max-width: 34.875rem;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  margin-bottom: 0.5rem;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .input-text,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .textarea-text {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 5px;
  background: rgba(15, 43, 91, 0.05);
  border: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .input-text::-webkit-input-placeholder,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .textarea-text::-webkit-input-placeholder {
  color: #555555;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .input-text:focus,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .textarea-text:focus {
  outline: none;
  box-shadow: none;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form {
  position: relative;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .js-form-item {
  padding-bottom: 1rem;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .js-webform-flexbox {
  display: flex;
  gap: 1rem;
  margin: 0;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .js-webform-flexbox .webform-flex {
  width: calc((100% - 1rem) / 2);
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .js-webform-flexbox .webform-flex .webform-flex--container {
  margin: 0 !important;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-text,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-textarea,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-email,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-tel {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 5px;
  background: rgba(15, 43, 91, 0.05);
  border: 1px solid transparent;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  height: 3.125rem;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-text::-webkit-input-placeholder,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-textarea::-webkit-input-placeholder,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-email::-webkit-input-placeholder,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-tel::-webkit-input-placeholder {
  color: #555555;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-text:focus,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-textarea:focus,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-email:focus,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-tel:focus {
  outline: none;
  box-shadow: none;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-text.error,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-textarea.error,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-email.error,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-tel.error {
  border: 1px solid red;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .messages--error {
  margin-top: 1rem;
  color: red;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .messages--error .messages__list li {
  color: red;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .messages--error .messages__list li::before {
  display: none;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form:has(.messages--status) {
  padding-bottom: 2.875rem;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .messages--status {
  position: absolute;
  bottom: 0;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-textarea {
  height: 7.25rem;
  resize: none;
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions:hover::after {
  margin-left: 16px;
  transform: translateX(0px);
}
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions .form-submit-btn {
  border: none;
  padding: 0;
  background: transparent;
  color: #fff;
}
@media screen and (max-width: 1299px) {
  .vtc-vpas-footer-top .vtc-vpas-footer-container {
    padding: 2.1875rem 3.125rem;
  }
  .vtc-vpas-footer-top .vtc-vpas-footer-container .left-box {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .vtc-vpas-footer-top .vtc-vpas-footer-container {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .vtc-vpas-footer-top .vtc-vpas-footer-container .left-box {
    width: 100%;
    font-size: 2rem;
    padding-right: 0;
  }
  .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .vtc-vpas-footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .vtc-vpas-footer-top .vtc-vpas-footer-container {
    border-radius: var(--vpas-border-radius);
  }
}
@media screen and (max-width: 480px) {
  .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .js-webform-flexbox {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .js-webform-flexbox .webform-flex {
    width: 100%;
  }
}

/* nav & footer */
.vtc-vpas-footer {
  background: #0f2b5b;
  color: #ffffff;
  font-size: 1.125rem;
}
.vtc-vpas-footer .top {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
.vtc-vpas-footer .top .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
.vtc-vpas-footer .top .title {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.44px;
  gap: 0.25rem;
  color: #ffffff;
}
.vtc-vpas-footer .top .title::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 1.375rem;
  background: #ffc222;
}
.vtc-vpas-footer .top .title img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.vtc-vpas-footer .top .desc {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
.vtc-vpas-footer .top .desc a {
  color: inherit;
  text-decoration: none;
}
.vtc-vpas-footer .top .desc a:hover {
  color: #00aeef;
  text-decoration: underline;
}
.vtc-vpas-footer .top .info-box {
  margin-top: 2.625rem;
  display: flex;
  gap: 1.875rem;
}
.vtc-vpas-footer .top .link-group {
  display: flex;
  gap: 1.5rem;
}
.vtc-vpas-footer .top .link-group img {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.vtc-vpas-footer .footerList {
  display: flex;
  flex-wrap: wrap;
}
.vtc-vpas-footer .footerList ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
}
.vtc-vpas-footer .footerList ul.menu > li {
  width: calc(50% - 12px);
  margin-bottom: 0;
}
.vtc-vpas-footer .footerList ul.menu > li a {
  font-size: 1.125rem;
  color: #ffffff;
  text-decoration: none;
}
.vtc-vpas-footer .footerList ul.menu > li a:hover {
  color: #00aeef;
  text-decoration: underline;
}
.vtc-vpas-footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 31px 0;
}
.vtc-vpas-footer .bottom .vtc-vpas-container > div, .vtc-vpas-footer .bottom .user-login-form > div, .vtc-vpas-footer .bottom body.path-search .search-form > div, body.path-search .vtc-vpas-footer .bottom .search-form > div, .vtc-vpas-footer .bottom body.path-search h2 > div, body.path-search .vtc-vpas-footer .bottom h2 > div, .vtc-vpas-footer .bottom body.path-search .item-list > div, body.path-search .vtc-vpas-footer .bottom .item-list > div, .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div, .view-news-event-listing .vtc-vpas-footer .bottom .view-filters > div, .vtc-vpas-footer .bottom .view-programme-listing > div, .vtc-vpas-footer .bottom #block-vtc-vpas-theme-programmeblocktext > div, .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div, .region-page-banner .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
.vtc-vpas-footer .bottom .vtc-vpas-container > div .right-box, .vtc-vpas-footer .bottom .user-login-form > div .right-box, .vtc-vpas-footer .bottom body.path-search .search-form > div .right-box, body.path-search .vtc-vpas-footer .bottom .search-form > div .right-box, .vtc-vpas-footer .bottom body.path-search h2 > div .right-box, body.path-search .vtc-vpas-footer .bottom h2 > div .right-box, .vtc-vpas-footer .bottom body.path-search .item-list > div .right-box, body.path-search .vtc-vpas-footer .bottom .item-list > div .right-box, .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div .right-box, .view-news-event-listing .vtc-vpas-footer .bottom .view-filters > div .right-box, .vtc-vpas-footer .bottom .view-programme-listing > div .right-box, .vtc-vpas-footer .bottom #block-vtc-vpas-theme-programmeblocktext > div .right-box, .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div .right-box, .region-page-banner .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div .right-box {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vtc-vpas-footer .bottom .vtc-vpas-container > div .right-box a, .vtc-vpas-footer .bottom .user-login-form > div .right-box a, .vtc-vpas-footer .bottom body.path-search .search-form > div .right-box a, body.path-search .vtc-vpas-footer .bottom .search-form > div .right-box a, .vtc-vpas-footer .bottom body.path-search h2 > div .right-box a, body.path-search .vtc-vpas-footer .bottom h2 > div .right-box a, .vtc-vpas-footer .bottom body.path-search .item-list > div .right-box a, body.path-search .vtc-vpas-footer .bottom .item-list > div .right-box a, .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div .right-box a, .view-news-event-listing .vtc-vpas-footer .bottom .view-filters > div .right-box a, .vtc-vpas-footer .bottom .view-programme-listing > div .right-box a, .vtc-vpas-footer .bottom #block-vtc-vpas-theme-programmeblocktext > div .right-box a, .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div .right-box a, .region-page-banner .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div .right-box a {
  color: #fff;
  text-decoration: none;
}
.vtc-vpas-footer .bottom .vtc-vpas-container > div .right-box a:hover, .vtc-vpas-footer .bottom .user-login-form > div .right-box a:hover, .vtc-vpas-footer .bottom body.path-search .search-form > div .right-box a:hover, body.path-search .vtc-vpas-footer .bottom .search-form > div .right-box a:hover, .vtc-vpas-footer .bottom body.path-search h2 > div .right-box a:hover, body.path-search .vtc-vpas-footer .bottom h2 > div .right-box a:hover, .vtc-vpas-footer .bottom body.path-search .item-list > div .right-box a:hover, body.path-search .vtc-vpas-footer .bottom .item-list > div .right-box a:hover, .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div .right-box a:hover, .view-news-event-listing .vtc-vpas-footer .bottom .view-filters > div .right-box a:hover, .vtc-vpas-footer .bottom .view-programme-listing > div .right-box a:hover, .vtc-vpas-footer .bottom #block-vtc-vpas-theme-programmeblocktext > div .right-box a:hover, .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div .right-box a:hover, .region-page-banner .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div .right-box a:hover {
  color: #00aeef;
  text-decoration: underline;
}
.vtc-vpas-footer .bottom .vtc-vpas-container > div .right-box a::after, .vtc-vpas-footer .bottom .user-login-form > div .right-box a::after, .vtc-vpas-footer .bottom body.path-search .search-form > div .right-box a::after, body.path-search .vtc-vpas-footer .bottom .search-form > div .right-box a::after, .vtc-vpas-footer .bottom body.path-search h2 > div .right-box a::after, body.path-search .vtc-vpas-footer .bottom h2 > div .right-box a::after, .vtc-vpas-footer .bottom body.path-search .item-list > div .right-box a::after, body.path-search .vtc-vpas-footer .bottom .item-list > div .right-box a::after, .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div .right-box a::after, .view-news-event-listing .vtc-vpas-footer .bottom .view-filters > div .right-box a::after, .vtc-vpas-footer .bottom .view-programme-listing > div .right-box a::after, .vtc-vpas-footer .bottom #block-vtc-vpas-theme-programmeblocktext > div .right-box a::after, .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div .right-box a::after, .region-page-banner .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div .right-box a::after {
  display: inline-block;
  content: "|";
  width: 1.125rem;
  text-align: center;
  color: #fff;
  margin-left: 0.75rem;
}
.vtc-vpas-footer .bottom .vtc-vpas-container > div .right-box a:last-child::after, .vtc-vpas-footer .bottom .user-login-form > div .right-box a:last-child::after, .vtc-vpas-footer .bottom body.path-search .search-form > div .right-box a:last-child::after, body.path-search .vtc-vpas-footer .bottom .search-form > div .right-box a:last-child::after, .vtc-vpas-footer .bottom body.path-search h2 > div .right-box a:last-child::after, body.path-search .vtc-vpas-footer .bottom h2 > div .right-box a:last-child::after, .vtc-vpas-footer .bottom body.path-search .item-list > div .right-box a:last-child::after, body.path-search .vtc-vpas-footer .bottom .item-list > div .right-box a:last-child::after, .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div .right-box a:last-child::after, .view-news-event-listing .vtc-vpas-footer .bottom .view-filters > div .right-box a:last-child::after, .vtc-vpas-footer .bottom .view-programme-listing > div .right-box a:last-child::after, .vtc-vpas-footer .bottom #block-vtc-vpas-theme-programmeblocktext > div .right-box a:last-child::after, .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div .right-box a:last-child::after, .region-page-banner .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div .right-box a:last-child::after {
  display: none;
}
.vtc-vpas-footer .bottom .statement ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
.vtc-vpas-footer .bottom .statement ul.menu > li a {
  font-size: 1.125rem;
}
.vtc-vpas-footer .bottom .statement ul.menu > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #ffffff;
  margin: 0 20px;
}
.vtc-vpas-footer .bottom .statement ul.menu > li:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .vtc-vpas-footer .top .info-box {
    flex-direction: column;
  }
  .vtc-vpas-footer .bottom .vtc-vpas-container > div, .vtc-vpas-footer .bottom .user-login-form > div, .vtc-vpas-footer .bottom body.path-search .search-form > div, body.path-search .vtc-vpas-footer .bottom .search-form > div, .vtc-vpas-footer .bottom body.path-search h2 > div, body.path-search .vtc-vpas-footer .bottom h2 > div, .vtc-vpas-footer .bottom body.path-search .item-list > div, body.path-search .vtc-vpas-footer .bottom .item-list > div, .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div, .view-news-event-listing .vtc-vpas-footer .bottom .view-filters > div, .vtc-vpas-footer .bottom .view-programme-listing > div, .vtc-vpas-footer .bottom #block-vtc-vpas-theme-programmeblocktext > div, .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div, .region-page-banner .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div {
    flex-direction: column;
    gap: 0.75rem;
  }
  .vtc-vpas-footer .bottom .vtc-vpas-container > div .right-box, .vtc-vpas-footer .bottom .user-login-form > div .right-box, .vtc-vpas-footer .bottom body.path-search .search-form > div .right-box, body.path-search .vtc-vpas-footer .bottom .search-form > div .right-box, .vtc-vpas-footer .bottom body.path-search h2 > div .right-box, body.path-search .vtc-vpas-footer .bottom h2 > div .right-box, .vtc-vpas-footer .bottom body.path-search .item-list > div .right-box, body.path-search .vtc-vpas-footer .bottom .item-list > div .right-box, .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div .right-box, .view-news-event-listing .vtc-vpas-footer .bottom .view-filters > div .right-box, .vtc-vpas-footer .bottom .view-programme-listing > div .right-box, .vtc-vpas-footer .bottom #block-vtc-vpas-theme-programmeblocktext > div .right-box, .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div .right-box, .region-page-banner .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div .right-box {
    position: static;
    margin: 0 auto;
  }
}

.vtc-vpas-footer-wrap {
  position: relative;
  width: 100%;
}
.vtc-vpas-footer-wrap .common-bottom-fixed {
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 6;
  position: absolute;
  right: 20px;
  top: 42%;
}
.vtc-vpas-footer-wrap .common-bottom-fixed.footer-float-menu .item {
  text-align: center;
}
.vtc-vpas-footer-wrap .common-bottom-fixed.footer-float-menu .item img {
  width: 70%;
  opacity: 1;
  aspect-ratio: 1;
}
.vtc-vpas-footer-wrap .common-bottom-fixed.footer-float-menu .item img.hover {
  display: none;
}
.vtc-vpas-footer-wrap .common-bottom-fixed.footer-float-menu .item:hover {
  background: linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
}
.vtc-vpas-footer-wrap .common-bottom-fixed.footer-float-menu .item:hover img.static {
  display: none;
}
.vtc-vpas-footer-wrap .common-bottom-fixed.footer-float-menu .item:hover img.hover {
  display: inline-block;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border: 1.5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item a {
  color: transparent;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item img {
  width: 55%;
  height: auto;
  opacity: 0;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.mobile {
  display: none;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.mobile img {
  opacity: 1;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.mobile:hover {
  background: #fff;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.to-top {
  background: url("../images/global/arrow-top.svg") no-repeat center/30px auto, linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
  box-shadow: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.to-top img {
  opacity: 0;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.to-top:hover {
  background: url("../images/global/arrow-top-blue-light.svg") center/30px auto, #fff;
  background-repeat: no-repeat;
  border-color: #00aeef;
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.form {
  background-image: url("../images/global/form-3.png");
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.form:hover {
  border: none;
  background: url("../images/global/form-2.png") no-repeat center/40px auto, linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.problem {
  background-image: url("../images/global/problem-3.png");
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.problem:hover {
  border: none;
  background: url("../images/global/problem-2.png") no-repeat center/40px auto, linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.at {
  background-image: url("../images/global/email-3.png");
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.at:hover {
  border: none;
  background: url("../images/global/email-2.png") no-repeat center/40px auto, linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.vtc-fb {
  background-size: 30px auto;
  background-image: url("../images/global/vtc-fb.png");
}
.vtc-vpas-footer-wrap .common-bottom-fixed .item.vtc-fb:hover {
  border: none;
  background: url("../images/global/vtc-fb-1.png") no-repeat center/30px auto, linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
}
.vtc-vpas-footer-wrap #block-vtc-vpas-theme-yewei-menu {
  color: #fff;
}
@media screen and (min-width: 1604px) {
  .vtc-vpas-footer-wrap .common-bottom-fixed {
    right: 5.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .vtc-vpas-footer-wrap .common-bottom-fixed {
    right: 10px;
    position: fixed;
    bottom: 10px;
    transform: translateY(0);
    top: auto;
    gap: 8px;
  }
  .vtc-vpas-footer-wrap .common-bottom-fixed .item {
    transition: all 0.3s;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    cursor: pointer;
    position: relative;
  }
  .vtc-vpas-footer-wrap .common-bottom-fixed .item.mobile {
    z-index: 4;
    display: flex;
  }
  .vtc-vpas-footer-wrap .common-bottom-fixed .item.mobile img {
    width: 40%;
  }
  .vtc-vpas-footer-wrap .common-bottom-fixed .item:not(.to-top):not(.mobile) {
    box-shadow: none;
    margin-bottom: -43px;
    background-size: 20px auto;
  }
  .vtc-vpas-footer-wrap .common-bottom-fixed .item.to-top {
    background: url("../images/global/arrow-top.svg") no-repeat center/20px auto, linear-gradient(90deg, #0f2b5b 0%, #075f9e 100%);
    position: relative;
    bottom: auto;
    right: auto;
  }
  .vtc-vpas-footer-wrap .common-bottom-fixed .item.to-top:hover {
    background: url("../images/global/arrow-top-blue-light.svg") no-repeat center/20px auto, #fff;
  }
}

.mobile-common-expand .vtc-vpas-footer-wrap .common-bottom-fixed .item:not(.to-top):not(.mobile) {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
.mobile-common-expand .vtc-vpas-footer-wrap .common-bottom-fixed .item.mobile {
  transform: rotate(45deg);
}

.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .js-form-type-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .js-form-type-checkbox .form-checkbox {
  margin-top: 0.55rem;
  width: 1.25rem;
  font-size: 1.25rem;
  transform: scale(1.5);
}

.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box label a {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s;
}

.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box label a:hover {
  text-decoration: underline;
}

.application-process-fixed .item.special a:first-of-type {
  padding-bottom: 0;
}

.application-process-fixed .item.special a:last-of-type {
  padding-top: 5px;
}

.application-process-fixed .item.special div {
  position: relative;
}

.application-process-fixed .item.special div::after {
  box-sizing: border-box;
  content: "";
  transition: all 0.3s;
  margin-left: 8px;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: url(../images/global/arrow-r.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}

.application-process-fixed .item.special div:hover::after {
  transform: translate(8px, -50%);
}

.application-process-fixed .item.special a::after {
  display: none;
}

.image-version-btn {
  display: none;
}

.only-text .text-version-btn {
  display: none;
}
.only-text .image-version-btn {
  display: block;
}
.only-text img {
  display: none !important;
  content: attr(alt);
}
.only-text *:not(.collapse-icon):not(.search-btn):not(.swiper-pagination-bullet):not(.switch-btn),
.only-text *:not(.collapse-icon):not(.search-btn):not(.swiper-pagination-bullet):not(.switch-btn)::after,
.only-text *:not(.collapse-icon):not(.search-btn):not(.swiper-pagination-bullet):not(.switch-btn)::before {
  background-image: none !important;
}
.only-text .vpas-btn, .only-text .user-login-form .form-actions, .user-login-form .only-text .form-actions, .only-text .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .only-text .form-actions {
  background: #0f2b5b !important;
  color: #ffffff !important;
  text-shadow: none;
}
.only-text .vpas-btn::before, .only-text .user-login-form .form-actions::before, .user-login-form .only-text .form-actions::before, .only-text .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions::before, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .only-text .form-actions::before {
  background: transparent;
}
.only-text .vpas-btn::after, .only-text .user-login-form .form-actions::after, .user-login-form .only-text .form-actions::after, .only-text .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions::after, .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .only-text .form-actions::after {
  display: none !important;
}
.only-text .polygon-color {
  background-image: none;
}
.only-text .search-form .form-wrapper .form-submit {
  color: #0f2b5b !important;
  background: transparent;
}
.only-text .news-item .month {
  background-color: transparent !important;
}
.only-text .vpas-filter-wrap .form-select-item .selectric .button,
.only-text .vpas-filter-wrap .selectric-wrapper .selectric .button {
  background: transparent !important;
}
.only-text .table-flex-box .tbody-row .bg-color {
  background: transparent !important;
}
.only-text .view-news-event-listing .view-filters .form--inline .form-radios .form-item:has(input:checked), .only-text .view-news-event-listing .view-filters .form--inline .form-radios .form-item:hover,
.only-text .view-programme-listing .view-filters .form--inline .form-radios .form-item:has(input:checked),
.only-text .view-programme-listing .view-filters .form--inline .form-radios .form-item:hover {
  background: transparent !important;
}
.only-text .view-news-event-listing .view-filters .form--inline .form-radios .form-item:has(input:checked) .option,
.only-text .view-news-event-listing .view-filters .form--inline .form-radios .form-item:has(input:checked) label, .only-text .view-news-event-listing .view-filters .form--inline .form-radios .form-item:hover .option,
.only-text .view-news-event-listing .view-filters .form--inline .form-radios .form-item:hover label,
.only-text .view-programme-listing .view-filters .form--inline .form-radios .form-item:has(input:checked) .option,
.only-text .view-programme-listing .view-filters .form--inline .form-radios .form-item:has(input:checked) label,
.only-text .view-programme-listing .view-filters .form--inline .form-radios .form-item:hover .option,
.only-text .view-programme-listing .view-filters .form--inline .form-radios .form-item:hover label {
  color: #0f2b5b !important;
}
.only-text .vpas-home-banner,
.only-text .inner-page-banner-wrapper {
  background: rgba(255, 194, 34, 0.0784313725);
}
.only-text .vpas-journey-wrap .list-box .item {
  flex: 1 !important;
}
.only-text .vpas-journey-wrap .list-box .item .img-box {
  display: none !important;
}
.only-text .vpas-twelve-industry-wrap .industry-item {
  aspect-ratio: 2/1;
}
.only-text .vpas-twelve-industry-wrap .industry-item .img-box a {
  display: block !important;
}
.only-text .vpas-twelve-industry-wrap .industry-item.yellow {
  background: #ffeab2 !important;
}
.only-text .vpas-twelve-industry-wrap .industry-item.blue {
  background: #cceffc !important;
}
.only-text .vpas-twelve-industry-wrap .industry-item.green {
  background: #e3e79b !important;
}
.only-text .vpas-twelve-industry-wrap .industry-item.red {
  background: #fce6f0 !important;
}
.only-text .circle-color.style-2 .text-box {
  background: #cceffc !important;
}
.only-text .circle-color.style-2 .img-box:after {
  background: #00aeef !important;
}
.only-text .news-item.style-4 {
  background-color: rgba(35, 204, 216, 0.05);
}
.only-text .vpas-supporting-institutions-wrap {
  display: none;
}
.only-text .vtc-vpas-footer-wrap .common-bottom-fixed .item.to-top {
  background-color: #0f2b5b;
}
.only-text .vtc-vpas-footer-top {
  background-color: #ffeab2;
}
.only-text .region-page-banner .block-system-breadcrumb-block .breadcrumb ol li::after {
  content: ">";
  vertical-align: top;
}
.only-text .vpas-news-and-events-details .news-details-swiper {
  display: none;
}
.only-text .vpas-nav .top-section .search-wrap .search-icon {
  opacity: 0;
}
.only-text .vpas-nav .top-section .search-wrap .search-bax .vpas-filter-wrap {
  width: 150px;
}
.only-text .vpas-nav .top-section .search-wrap .search-bax .vpas-filter-wrap .form-input-item .search-btn, .only-text .vpas-nav .top-section .search-wrap .search-bax .vpas-filter-wrap body.path-search .search-form .form-wrapper .form-item .form-search .search-btn, body.path-search .search-form .form-wrapper .form-item .only-text .vpas-nav .top-section .search-wrap .search-bax .vpas-filter-wrap .form-search .search-btn, .only-text .vpas-nav .top-section .search-wrap .search-bax .vpas-filter-wrap .view-programme-listing .view-filters .form--inline .form-item-title .search-btn, .view-programme-listing .view-filters .form--inline .only-text .vpas-nav .top-section .search-wrap .search-bax .vpas-filter-wrap .form-item-title .search-btn {
  display: block;
}
.only-text .vpas-twelve-industry-wrap .industry-item .text-box {
  padding-top: 1.75rem;
  clip-path: none;
}
.only-text .application-process-fixed .item:last-child a {
  color: #0f2b5b;
}
.only-text .common-bottom-fixed {
  display: none;
}
.only-text .vpas-nav .bottom-section .menu-icon {
  width: 40px;
  height: 45px;
}
@media only screen and (max-width: 768px) {
  #js-modal-page-show-modal .modal-page-dialog .modal-content .modal-body,
  #js-modal-page-show-modal .modal-page-dialog .modal-content{
      padding: 10px;
  }  
}
@media only screen and (max-width: 991px) {
  #js-modal-page-show-modal .modal-page-dialog .modal-content .modal-body{
      padding: 10px;
  }  
}
html[lang=en] body,
html[lang=en] .vtc-vpas-footer-top .vtc-vpas-footer-container .left-box,
html[lang=en] .vpas-btn,
html[lang=en] .user-login-form .form-actions,
.user-login-form html[lang=en] .form-actions,
html[lang=en] .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions,
.vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form html[lang=en] .form-actions,
html[lang=en] .vtc-vpas-footer-top .vtc-vpas-footer-container .right-box .webform-submission-contact-us-form-add-form .form-actions,
html[lang=en] .user-login-form .form-actions,
html[lang=en] .vpas-student-sharing-wrap .student-sharing-item .info-box,
html[lang=en] .vtc-vpas-footer .top .title,
html[lang=en] .vtc-vpas-footer .top .desc,
html[lang=en] .vtc-vpas-footer .bottom .vtc-vpas-container > div,
html[lang=en] .vtc-vpas-footer .bottom .user-login-form > div,
html[lang=en] .vtc-vpas-footer .bottom body.path-search .search-form > div,
body.path-search html[lang=en] .vtc-vpas-footer .bottom .search-form > div,
html[lang=en] .vtc-vpas-footer .bottom body.path-search h2 > div,
body.path-search html[lang=en] .vtc-vpas-footer .bottom h2 > div,
html[lang=en] .vtc-vpas-footer .bottom body.path-search .item-list > div,
body.path-search html[lang=en] .vtc-vpas-footer .bottom .item-list > div,
html[lang=en] .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div,
.view-news-event-listing html[lang=en] .vtc-vpas-footer .bottom .view-filters > div,
html[lang=en] .vtc-vpas-footer .bottom .view-programme-listing > div,
html[lang=en] .vtc-vpas-footer .bottom #block-vtc-vpas-theme-programmeblocktext > div,
html[lang=en] .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div,
.region-page-banner html[lang=en] .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div,
html[lang=en] .vtc-vpas-footer .bottom .user-login-form > div,
html[lang=en] .vtc-vpas-footer .bottom body.path-search .search-form > div,
html[lang=en] body.path-search .vtc-vpas-footer .bottom .search-form > div,
html[lang=en] .vtc-vpas-footer .bottom body.path-search h2 > div,
html[lang=en] body.path-search .vtc-vpas-footer .bottom h2 > div,
html[lang=en] .vtc-vpas-footer .bottom body.path-search .item-list > div,
html[lang=en] body.path-search .vtc-vpas-footer .bottom .item-list > div,
html[lang=en] .vtc-vpas-footer .bottom .view-news-event-listing .view-filters > div,
html[lang=en] .view-news-event-listing .vtc-vpas-footer .bottom .view-filters > div,
html[lang=en] .vtc-vpas-footer .bottom .view-programme-listing > div,
html[lang=en] .vtc-vpas-footer .bottom .region-page-banner .block-system-breadcrumb-block > div,
html[lang=en] .region-page-banner .vtc-vpas-footer .bottom .block-system-breadcrumb-block > div,
html[lang=en] .body-text,
html[lang=en] .vtc-vpas-container,
html[lang=en] .user-login-form,
html[lang=en] body.path-search .search-form,
body.path-search html[lang=en] .search-form,
html[lang=en] body.path-search h2,
body.path-search html[lang=en] h2,
html[lang=en] body.path-search .item-list,
body.path-search html[lang=en] .item-list,
html[lang=en] body .layout-container ul li,
body .layout-container ul html[lang=en] li,
html[lang=en] body .layout-container ol li,
body .layout-container ol html[lang=en] li,
html[lang=en] .vpas-faqs-wrap .no-results,
.vpas-faqs-wrap html[lang=en] .no-results,
html[lang=en] .view-news-event-listing .view-filters,
.view-news-event-listing html[lang=en] .view-filters,
html[lang=en] .view-news-event-listing .view-filters .form--inline .form-radios .form-item label,
.view-news-event-listing .view-filters .form--inline .form-radios .form-item html[lang=en] label,
html[lang=en] .view-news-event-listing .view-filters .form--inline .news-radio-group .form-item label,
.view-news-event-listing .view-filters .form--inline .news-radio-group .form-item html[lang=en] label,
html[lang=en] .view-news-event-listing .no-results,
.view-news-event-listing html[lang=en] .no-results,
html[lang=en] .view-programme-listing,
html[lang=en] .view-programme-listing .view-filters .form--inline .form-radios .form-item label,
.view-programme-listing .view-filters .form--inline .form-radios .form-item html[lang=en] label,
html[lang=en] .view-programme-listing .no-results,
.view-programme-listing html[lang=en] .no-results,
html[lang=en] #block-vtc-vpas-theme-programmeblocktext,
html[lang=en] .quote-style1,
html[lang=en] .quote-style2,
html[lang=en] .region-page-banner .block-system-breadcrumb-block,
.region-page-banner html[lang=en] .block-system-breadcrumb-block,
html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item html[lang=en] .quote-style1,
html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title,
.vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box html[lang=en] .title,
html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .info-box .title,
html[lang=en] .vpas-employer-recognition-wrap .employer-recognition-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .recognition-item-box .recognition-item .quote-style1,
html[lang=en] .quote-style2,
html[lang=en] .quote-style1,
html[lang=en] .view-programme-listing .no-results,
html[lang=en] .view-programme-listing .view-filters .form--inline .form-radios .form-item label,
html[lang=en] .view-news-event-listing .no-results,
html[lang=en] .view-news-event-listing .view-filters .form--inline .form-radios .form-item label,
html[lang=en] .vpas-faqs-wrap .no-results,
html[lang=en] body .layout-container ul li,
html[lang=en] body .layout-container ol li,
html[lang=en] .vtc-vpas-container,
html[lang=en] .user-login-form,
html[lang=en] body.path-search .search-form,
body.path-search html[lang=en] .search-form,
html[lang=en] body.path-search h2,
body.path-search html[lang=en] h2,
html[lang=en] body.path-search .item-list,
body.path-search html[lang=en] .item-list,
html[lang=en] .view-news-event-listing .view-filters,
.view-news-event-listing html[lang=en] .view-filters,
html[lang=en] .view-programme-listing,
html[lang=en] #block-vtc-vpas-theme-programmeblocktext,
html[lang=en] .region-page-banner .block-system-breadcrumb-block,
.region-page-banner html[lang=en] .block-system-breadcrumb-block,
html[lang=en] .region-page-banner .block-system-breadcrumb-block,
html[lang=en] .view-programme-listing,
html[lang=en] .view-news-event-listing .view-filters,
html[lang=en] .user-login-form,
html[lang=en] body.path-search .search-form,
html[lang=en] body.path-search h2,
html[lang=en] body.path-search .item-list,
html[lang=en] .section-desc {
  font-family: "Arial", "Microsoft YaHei", sans-serif;
}

html[lang^=zh] .news-item .text-box a {
  font-family: "Arial", "Microsoft YaHei", sans-serif;
}/*# sourceMappingURL=layout.css.map */