.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: #fafafa;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.7em;
  line-height: 1.1em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.25em;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  text-align: justify;
}

a {
  color: #000;
  text-decoration: none;
}

.all {
  overflow: hidden;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 400px;
  padding: 80px 0px 0px;
  border-bottom: 1px solid #d7d7d7;
}

.section-content.scroll-auto {
  overflow: auto;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3000;
  width: 100vw;
  background-color: #fafafa;
  font-size: 14px;
  line-height: 20px;
}

.container {
  position: static;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
}

.container.more-space {
  padding-right: 7vw;
  padding-left: 7vw;
}

.container.more-space.about-timeline {
  padding-left: 40px;
}

.container.more-space.popup {
  max-width: 1440px;
}

.img-full {
  display: block;
  width: 100%;
}

.brand {
  width: 334px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.brand:hover {
  opacity: 0.6;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrap {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
}

.header-line {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 1px;
  padding: 0px;
  background-color: #d7d7d7;
}

.header-line-progress {
  position: relative;
  width: 20%;
  height: 1px;
  padding: 0px;
  background-color: #00d7be;
}

.btn-nav-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 50%;
  -webkit-transition: color 500ms ease, border-color 500ms ease;
  transition: color 500ms ease, border-color 500ms ease;
}

.btn-nav-circle:hover {
  border-color: #00d7be;
  color: #00d7be;
}

.btn-lang-ch-txt {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}

.section-banner {
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
  padding-top: 80px;
  border-bottom: 1px solid #d7d7d7;
}

.sp-banner-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-banner-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.sp-banner-bottom.sp-main {
  background-color: #fafafa;
}

.sp-banner-content-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-banner-content-b.sp-main {
  z-index: 1;
  overflow: visible;
}

.sp-detail-banner-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 10vh;
  padding-right: 30px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sp-detail-banner-l.bottom {
  padding-top: 0vh;
}

.sp-detail-banner-r {
  position: relative;
  width: 50%;
  padding-top: 15vh;
  border-left: 1px solid #d7d7d7;
}

.sp-detail-banner-r.bottom {
  padding-top: 30px;
}

.sp-detail-banner-r.banner-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-hori {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}

.line-hori.desktop-hide {
  display: none;
}

.line-move {
  position: relative;
  width: 100px;
  height: 1px;
  background-color: #00d7be;
}

.line-move.longer {
  width: 200px;
}

.btn-scroll {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 2.25em;
  line-height: 1em;
  font-weight: 700;
}

.btn-scroll:hover {
  color: #00d7be;
}

.btn-scroll-circle {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #000;
}

.btn-scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-scroll-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/arrow-scroll.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-scroll-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fafafa;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.txt-align-r {
  text-align: right;
}

.sp-detail-banner-img-b {
  position: relative;
  overflow: hidden;
  width: 70vh;
  border-top-right-radius: 200px;
}

.sp-detail-banner-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 200px;
}

.sp-detail-banner-margin-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin-left: 30px;
  background-color: #d7d7d7;
}

.btn-back {
  padding-left: 24px;
  background-image: url('../images/arrow-back.svg');
  background-position: 0% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.btn-back:hover {
  color: #00d7be;
}

.sp-detail-back-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 30px;
  margin-left: 60px;
}

.content-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-b.sp-programme {
  overflow: auto;
}

.section-bar-b {
  position: relative;
  z-index: 1000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fafafa;
}

.section-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #d7d7d7;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 21px;
}

.section-bar:hover {
  color: #00d7be;
}

.bar-icon-b {
  width: 26px;
  height: 26px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bar-icon-b.icon-blurb {
  background-image: url('../images/bar-icon-blurb.svg');
}

.bar-icon-b.icon-programme-detail {
  background-image: url('../images/bar-icon-programme-details.svg');
}

.bar-icon-b.icon-contact {
  background-image: url('../images/bar-icon-contact.svg');
}

.bar-icon-b.icon-programme {
  background-image: url('../images/bar-icon-programme.svg');
}

.bar-icon-b.icon-studentlife-so {
  background-image: url('../images/section-icon-so.svg');
}

.bar-icon-b.icon-studentlife-accomodation {
  background-image: url('../images/section-icon-accomodation.svg');
}

.bar-icon-b.icon-studentlife-saprogramme {
  background-image: url('../images/section-icon-saprogdamme.svg');
}

.bar-icon-b.icon-studentlife-studentwellness {
  background-image: url('../images/section-icon-wellness.svg');
}

.bar-icon-b.icon-why-1 {
  background-image: url('../images/section-icon-why-1.svg');
}

.bar-icon-b.icon-why-2 {
  background-image: url('../images/section-icon-why-2.svg');
}

.bar-icon-b.icon-why-3 {
  background-image: url('../images/section-icon-why-3.svg');
}

.bar-icon-b.icon-why-4 {
  background-image: url('../images/section-icon-why-4.svg');
}

.bar-icon-b.icon-why-5 {
  background-image: url('../images/section-icon-why-5.svg');
}

.bar-icon-b.icon-why-6 {
  background-image: url('../images/section-icon-why-6.svg');
}

.bar-icon-b.icon-about4 {
  background-image: url('../images/section-icon-about-4.svg');
}

.bar-icon-b.icon-about3 {
  background-image: url('../images/section-icon-about-3.svg');
}

.bar-icon-b.icon-about2 {
  background-image: url('../images/section-icon-about-2.svg');
}

.bar-icon-b.icon-about1 {
  background-image: url('../images/section-icon-about-1.svg');
}

.bar-icon-b.icon-admissions-scholarship {
  background-image: url('../images/section-icon-admission-scholarhsips.svg');
}

.bar-icon-b.icon-admissions-nj-1 {
  background-image: url('../images/section-icon-admission-nj-1.svg');
}

.bar-icon-b.icon-admissions-nj-2 {
  background-image: url('../images/section-icon-admission-nj-2.svg');
}

.bar-icon-b.icon-admissions-nj-3 {
  background-image: url('../images/section-icon-admission-nj-3.svg');
}

.bar-icon-b.icon-admissions-nj-4 {
  background-image: url('../images/section-icon-admission-nj-4.svg');
}

.bar-icon-b.icon-admissions-j-2 {
  background-image: url('../images/section-icon-admission-j-2.svg');
}

.bar-icon-b.icon-admissions-j-1 {
  background-image: url('../images/section-icon-admission-j-1.svg');
}

.bar-icon-b.icon-admissions-j-3 {
  background-image: url('../images/section-icon-admission-j-3.svg');
}

.bar-icon-b.icon-admissions-j-4 {
  background-image: url('../images/section-icon-admission-j-4.svg');
}

.bar-icon-b.icon-ugp-1 {
  background-image: url('../images/section-icon-ugp-1.svg');
}

.bar-icon-b.icon-ugp-2 {
  background-image: url('../images/section-icon-ugp-2.svg');
}

.bar-icon-b.icon-ugp-3 {
  background-image: url('../images/section-icon-ugp-3.svg');
}

.bar-icon-b.icon-ugp-4 {
  background-image: url('../images/section-icon-ugp-4.svg');
}

.bar-icon-b.icon-ugp-5 {
  background-image: url('../images/section-icon-ugp-5.svg');
}

.bar-icon-b.icon-home-2 {
  background-image: url('../images/section-icon-home-2.svg');
}

.bar-icon-b.icon-home1 {
  background-image: url('../images/section-icon-home-1.svg');
}

.bar-icon-b.icon-home-3 {
  background-image: url('../images/section-icon-home-3.svg');
}

.bar-txt-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  text-align: center;
  white-space: nowrap;
}

.sp-detail-blurb-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d7;
}

.sp-blurb-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-blurb-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-blurb-img-b.main-page {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.sp-blurb-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sp-blurb-img.detail-page {
  background-image: url('../images/sp-detail-5-blurb2x.jpg');
}

.sp-blurb-img.main-page {
  background-image: url('../images/sp-blurb-factory2x.jpg');
}

.sp-detail-blurb-content-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 50vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.max-800 {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.common-section-heading-b {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  white-space: normal;
}

._100-b {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sp-detail-pd-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  min-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #d7d7d7;
}

.sp-detail-pd-r {
  display: block;
  width: 70%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-detail-pd-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-detail-pd-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-detail-pd-img {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sp-detail-pd-img.img-5 {
  background-image: url('../images/sp-detail-5-pd2x.jpg');
}

.sp-detail-pd-content-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-pd-row-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #d7d7d7;
  background-image: url('../images/dot-list.svg');
  background-position: 0px 9px;
  background-size: 5px;
  background-repeat: no-repeat;
}

.sp-pd-fieldname {
  width: 40%;
  padding-right: 30px;
  font-weight: 700;
}

.sp-pd-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.common-txt-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #00d7be;
}

.common-txt-link:hover {
  color: #8f8f8f;
}

.common-content-padding {
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.common-content-padding.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.common-content-padding.home-about {
  width: 100%;
}

.common-content-padding.home-contact {
  overflow: visible;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.common-contact-l {
  display: block;
  width: 40%;
  min-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #d7d7d7;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.common-contact-content-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-bottom-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.footer-b {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.875em;
  line-height: 1.5em;
}

.contact-row-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-row-fieldname {
  width: 100px;
  padding-right: 30px;
  font-weight: 700;
}

.contact-row-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.contact-link:hover {
  color: #00d7be;
}

.common-contact-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.common-contact-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-top-left-radius: 300px;
}

.common-contact-img-b.desktop-hide {
  display: none;
}

.contact-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/contact-img22x.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sp-detail-blurb-main-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  min-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #d7d7d7;
}

.sp-main-blurb-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-detail-programme-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  min-width: 400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d7;
}

.sp-programme-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 70%; */
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.txt-big-num {
  color: #00d7be;
  font-size: 3.75em;
  line-height: 1.1em;
  font-weight: 700;
}

.sp-programme-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 730px;
  margin-top: -80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sp-programme-col-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vh;
  height: 100%;
  min-width: 350px;
  margin-right: -35px;
  padding-top: 80px;
  padding-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sp-programme-link-b {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-transition: text-shadow 500ms ease;
  transition: text-shadow 500ms ease;
  color: #fafafa;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
}

.sp-programme-link-b:hover {
  border-width: 0px;
  text-shadow: 1px 1px 20px transparent;
}

.sp-programme-link-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sp-programme-link-img.sp-1 {
  background-image: url('../images/sp-programme-1-sip.svg');
}

.sp-programme-link-img.sp-2 {
  background-image: url('../images/sp-programme-1-mhat.svg');
}

.sp-programme-link-img.sp-3 {
  background-image: url('../images/sp-programme-3-fsm.svg');
}

.sp-programme-link-img.sp-4 {
  background-image: url('../images/sp-programme-4-tos.svg');
}

.sp-programme-link-img.sp-5 {
  background-image: url('../images/sp-programme-5-wtgols.svg');
}

.sp-programme-link-img.sp-6 {
  background-image: url('../images/sp-programme-6-cmsp.svg');
}

.sp-programme-link-img.sp-7 {
  background-image: url('../images/sp-programme-7-hsp.svg');
}

.sp-programme-link-wrap {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eee;
  background-image: url('../images/sp-programme-pattern-42x.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.sp-main-banner-l {
  position: relative;
  z-index: 1;
  display: block;
  width: 35%;
  padding-top: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sp-main-banner-l.bottom {
  padding-top: 0vh;
}

.sp-main-banner-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #d7d7d7;
}

.sp-main-banner-r.bottom {
  display: block;
  padding-top: 30px;
}

.sp-main-banner-r.banner-img {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-left-style: none;
}

.sp-main-banner-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/sp-banner-bigger2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sp-main-banner-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-top-left-radius: 13vw;
}

.sp-banner-txt-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100vw;
  margin-bottom: -50px;
}

.medify-logo-b {
  font-size: 6.25em;
  line-height: 1.1em;
  font-weight: 700;
}

.sp-banner-graphic {
  width: auto;
}

.sp-banner-graphic.graphic-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 25vw;
  min-width: 400px;
  margin-top: 17%;
  margin-left: 19%;
}

.sp-banner-graphic.graphic-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 14vw;
  min-width: 200px;
  margin-top: 30px;
  margin-left: -2%;
}

.sp-banner-graphic.graphic-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 50%;
  z-index: 1;
  width: 7vw;
  min-width: 100px;
  margin-left: 10%;
}

.nav-menu {
  display: none;
  overflow: auto;
  height: 90vh;
  padding-bottom: 50px;
  background-color: #fafafa;
}

.btn-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  width: 60px;
  height: 60px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 50%;
  background-color: #fafafa;
  background-image: url('../images/btn-backtostart.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
}

.btn-top:hover {
  border-color: #00d7be;
  background-color: #eee;
}

.medify-logo-wrap {
  width: 100%;
  max-width: 420px;
}

.sp-programme-link-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.sp-programme-link-img-hover.sp-1 {
  background-image: url('../images/sp-programme-1-sip-hover.svg');
}

.sp-programme-link-img-hover.sp-2 {
  background-image: url('../images/sp-programme-1-mhat-hover.svg');
}

.sp-programme-link-img-hover.sp-3 {
  background-image: url('../images/sp-programme-3-fsm-hover.svg');
}

.sp-programme-link-img-hover.sp-4 {
  background-image: url('../images/sp-programme-4-tos-hover.svg');
}

.sp-programme-link-img-hover.sp-5 {
  background-image: url('../images/sp-programme-5-wtgols-hover.svg');
}

.sp-programme-link-img-hover.sp-6 {
  background-image: url('../images/sp-programme-6-cmsp-hover.svg');
}

.sp-programme-link-img-hover.sp-7 {
  background-image: url('../images/sp-programme-7-hsp-hover.svg');
}

.detail-programme-name-txt {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 2px solid #00d7be;
  font-weight: 700;
}

.content-scroll-mask {
  width: 100%;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98%, 0)), color-stop(50%, #fafafa));
  background-image: linear-gradient(180deg, hsla(0, 0%, 98%, 0), #fafafa 50%);
}

.common-banner-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.common-banner-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.common-banner-bottom.home-banner {
  height: 160px;
}

.common-banner-l {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 50%;
  padding-top: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.common-banner-l.bottom {
  padding-top: 0vh;
}

.common-banner-l.ug-programme {
  width: 25%;
  max-width: 600px;
}

.common-banner-l.home-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.common-banner-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #d7d7d7;
}

.common-banner-r.bottom {
  display: block;
  padding-top: 30px;
}

.common-banner-r.ug-programme {
  width: 70%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.common-banner-r.home-banner {
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner-page-heading-b {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.banner-common-pattern-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/inner-banner-pattern2x.jpg');
  background-position: 0% 0%;
  background-size: 720px;
}

.banner-common-pattern-img.home-banner {
  opacity: 0.5;
}

.common-banner-content-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.desktop-hide {
  display: none;
}

.section-title-col-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  min-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #d7d7d7;
}

.section-title-col-b._w-40 {
  width: 40%;
  min-width: 500px;
}

.section-title-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-title-col-wrap.with-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-col-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50%;
  height: 100%;
  min-width: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #d7d7d7;
}

.content-col-b._w-55p {
  width: 55%;
}

.content-col-b._w-55p.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-col-b._w-45p {
  width: 45%;
}

.content-col-b._w-full {
  width: 100%;
}

.content-col-b._w-67 {
  width: 67%;
}

.content-col-b.h-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-col-b.whatson {
  width: 67%;
  padding-right: 7vw;
  padding-left: 7vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content-col-b.ur-programme-feature-photo {
  width: 400px;
  min-width: 0px;
}

.content-col-b.ugp-admissions-l {
  width: 70%;
}

.content-col-b.ugp-admissions-r {
  overflow: hidden;
  width: 30%;
  min-width: 0px;
}

.content-col-b._w-40 {
  width: 40%;
}

.content-col-b._w-60 {
  width: 60%;
}

.content-col-b._w-unlimit {
  width: auto;
}

.content-col-b.home-programme-intro {
  max-width: 800px;
}

.content-col-b.down-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.list {
  padding-left: 16px;
}

.list.ordered-letter {
  padding-left: 20px;
  list-style-type: lower-alpha;
}

.list.ordered-letter.number {
  list-style-type: decimal;
}

.common-subheading-b {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #00d7be;
  font-size: 21px;
  font-weight: 700;
}

.content-col-full-img-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-top-right-radius: 150px;
}

.content-img-100x100p {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-img-100x100p.studentlife-accommodation {
  background-image: url('../images/studentlife-accommodation-img2x.jpg');
}

.content-img-100x100p.studentlife-saprogramme {
  background-image: url('../images/studentlife-saprogramme-img2x.jpg');
}

.content-img-100x100p.why-1 {
  background-image: url('../images/why-1-img2x.jpg');
}

.content-img-100x100p.why-2 {
  background-image: url('../images/why-2-img2x.jpg');
}

.content-img-100x100p.why-3 {
  background-image: url('../images/why-3-img2x.jpg');
}

.content-img-100x100p.why-5 {
  background-image: url('../images/why-4-img2x.jpg');
}

.content-img-100x100p.about-4 {
  background-image: url('../images/about-4-img2x.jpg');
}

.content-img-100x100p.about2 {
  background-image: url('../images/about-2-img2x.jpg');
}

.content-img-100x100p.about-1 {
  background-image: url('../images/about-1-img2x.jpg');
}

.content-img-100x100p.ugp-1-1 {
  background-image: url('../images/ug-1-img-12x.jpg');
}

.content-img-100x100p.ugp-1-2 {
  background-image: url('../images/ug-1-img-22x.jpg');
}

.content-img-100x100p.ugp-2 {
  background-image: url('../images/ug-2-img-12x.jpg');
}

.content-img-100x100p.about-3 {
  background-image: url('../images/why-1-img2x.jpg');
  background-position: 50% 0%;
}

.col-top-down-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-top-down-wrap.ug-programme-feature-photo {
  max-height: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-top-down-wrap.ugp-programme-enquiry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-top-down-wrap.home-about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.col-top-down-row-b {
  position: relative;
  width: 100%;
  height: 50%;
}

.col-top-down-row-b.ug-programme-feature-photo {
  max-height: 400px;
}

.col-top-down-row-b.ugp-programme-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-top-down-row-b.ugp-programme-bottom {
  overflow: hidden;
  height: auto;
  padding-top: 25%;
}

.col-top-down-row-b.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-top-down-row-b.home-about-bottom {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-top-down-img-mask {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-bottom: 1px solid #d7d7d7;
  border-top-right-radius: 200px;
}

.col-top-down-img-mask.type-2 {
  border-top: 1px solid #d7d7d7;
  border-bottom-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 200px;
}

.col-top-down-padding {
  padding: 30px 0px;
}

.common-txt-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  border-radius: 1000px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.common-txt-btn:hover {
  color: #00d7be;
}

.common-txt-btn.virtual-tour {
  border-style: none;
  background-color: #fafafa;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.common-txt-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-txt-btn-icon-b {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 5px 20px 5px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  border-radius: 50%;
}

.common-txt-btn-icon-b.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-txt-btn-icon-b.why-hkumed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-txt-btn-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-txt-btn-arrow {
  width: 8px;
  height: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/btn-arrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask-common-content-pattern {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section-select-b {
  display: none;
}

.timeline-data-b {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}

.timeline-row-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeline-row-b.top-row {
  padding-bottom: 0px;
}

.timeline-col-year {
  width: 60px;
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  text-align: right;
}

.timeline-col-year._w-180 {
  width: 180px;
}

.timeline-col-data-b {
  position: relative;
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline-col-data-b.top-row {
  padding-left: 0px;
}

.timeline-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin-left: 60px;
  background-color: #000;
}

.timeline-line._w-180 {
  margin-left: 180px;
}

.timeline-dot {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 45px;
  height: 15px;
  margin-top: 4px;
  margin-left: 1px;
  background-image: url('../images/timeline-dot.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.expand-collapse-click-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-weight: 700;
}

.expand-collapse-click-b:hover {
  color: #00d7be;
}

.expand-collapse-click-b.timeline {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  text-align: left;
}

.expand-collapse-click-txt {
  padding-right: 20px;
}

.expand-collapse-icon-b {
  position: relative;
  width: 17px;
  height: 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-expand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/icon-expand.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-collapse {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/icon-collapse.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.expand-collapse-content-b {
  overflow: hidden;
}

.expand-collapse-content-wrap {
  padding: 15px 0px 10px;
  text-align: justify;
}

.expand-collapse-level-2-b {
  margin-bottom: 10px;
}

.expand-collaspe-level2-content {
  padding-left: 25px;
  text-align: justify;
}

.expand-collaspe-level2-content.title {
  margin-bottom: 5px;
  background-image: url('../images/listing-bullet.svg');
  background-position: 0px 10px;
  background-size: 5px;
  background-repeat: no-repeat;
  font-weight: 700;
}

.nav-link {
  width: 100%;
  padding: 20px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 21px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.nav-link:hover {
  color: #00d7be;
}

.nav-link.dropdown {
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/arrow-dropdown.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.nav-dropdown {
  position: static;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-dropdown-list {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
}

.nav-dropdown-list.w--open {
  position: static;
  width: 100%;
  background-color: transparent;
}

.nav-dropdown-wrap {
  margin-top: -10px;
  margin-bottom: 10px;
}

.nav-dropdown-list-heading-b {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.nav-dropdown-list-heading-b.show {
  display: block;
}

.nav-dropdown-link {
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-align: center;
}

.nav-dropdown-link:hover {
  color: #00d7be;
}

.nav-dropdown-link.w--current {
  color: #000;
}

.nav-dropdown-link.w--current:hover {
  color: #00d7be;
}

.nav-dropdown-items {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-menu {
  width: 30px;
  padding: 10px 0px;
}

.btn-menu.w--open {
  background-color: transparent;
}

.nav-other-b {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-submenu-title-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.nav-submenu-title-link:hover {
  color: #00d7be;
}

.nav-btn-item {
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-btn-item.desktop-hide {
  display: block;
}

.nav-btn-item.desktop-only {
  display: none;
}

.icon-social-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-image: url('../images/icon-social-btn.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-social-btn-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-image: url('../images/icon-social-btn-hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.nav-social-menu-b {
  overflow: hidden;
  height: 0px;
  margin-top: 10px;
}

.nav-social-menu-b.edit {
  height: auto;
}

.nav-social-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-social-menu-row {
  width: 150px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-social-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-social-icon-item {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-social {
  display: block;
  width: 30px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.btn-social:hover {
  opacity: 0.7;
}

.btn-line-1 {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  background-color: #00d7be;
}

.btn-line-2 {
  width: 100%;
  height: 2px;
  background-color: #00d7be;
}

.about-virtual-tour-btn-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 40px;
  margin-left: 40px;
}

.timeline-top-circle {
  width: 60px;
  height: 60px;
  margin-left: 1px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.timeline-top-circle.about3 {
  background-image: url('../images/section-icon-about-3.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.timeline-top-circle.admissions-nj-date {
  background-image: url('../images/section-icon-admission-nj-3.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.timeline-top-circle.admissions-j-timeline {
  background-image: url('../images/section-icon-admission-j-3.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.font-color-green-main {
  color: #00d7be;
}

.section-title-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-subtitle {
  margin-top: 15px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.quotes-item-b {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}

.quote-content-txt {
  text-align: justify;
}

.quote-people-txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.quote-people-txt.about-message {
  margin-top: 0px;
}

.quote-scholarship-txt {
  color: #00d7be;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.font-size-footnote {
  font-size: 14px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aligned-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aligned-btn-row._100p {
  width: 100%;
}

.admissions-nj-language-row-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  background-image: url('../images/listing-bullet.svg');
  background-position: 0% 10px;
  background-size: auto;
  background-repeat: no-repeat;
}

.admissions-nj-language-row-b.top {
  margin-bottom: 5px;
  padding-top: 10px;
  border-bottom-style: none;
  background-image: none;
  font-weight: 700;
}

.admissions-nj-language-col {
  width: 200px;
}

.admissions-nj-language-col.col2 {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.admissions-j-standard-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.admissions-j-standard-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.admissions-j-standard-col.col-2 {
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.whats-on-listing-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  margin-left: -25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.whats-on-item-b {
  width: 25vw;
  min-width: 300px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.whats-on-item-link {
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-align: center;
}

.whats-on-item-link:hover {
  color: #00d7be;
}

.whats-on-item-img-b {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.whats-on-item-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.whats-on-item-img.news-1 {
  background-image: url('../images/whats-on-news-12x.jpg');
}

.whats-on-item-img.news-2 {
  background-image: url('../images/whats-on-news-22x.jpg');
}

.whats-on-item-img.news-3 {
  background-image: url('../images/whats-on-news-32x.jpg');
}

.whats-on-item-img.news-4 {
  background-image: url('../images/whats-on-news-42x.jpg');
}

.whats-on-item-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
}

.whats-on-item-hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #00d7be;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #fafafa;
  font-weight: 700;
}

.whats-on-hover-circle {
  width: 35px;
  height: 35px;
  margin-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 50%;
  background-color: #fafafa;
  background-image: url('../images/btn-arrow.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.whats-on-item-hover-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 3px;
  background-color: #00d7be;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.whats-on-filter-b {
  width: 150px;
  margin-top: 30px;
}

.whats-on-filter-click {
  display: block;
  padding: 5px 20px 5px 10px;
  border-bottom: 1px solid #00d7be;
  background-image: url('../images/arrow-dropdown.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.whats-on-filter-click:hover {
  color: #00d7be;
}

.whats-on-filter-list-b {
  overflow: hidden;
}

.whats-on-filter-list-wrap {
  border-style: none solid;
  border-width: 1px;
  border-color: #d7d7d7;
}

.whats-on-filter-item-link {
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.whats-on-filter-item-link:hover {
  color: #00d7be;
}

.whats-on-filter-list-item {
  padding: 5px 10px;
  border-bottom: 1px solid #d7d7d7;
}

.popup-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efefef;
  opacity: 0;
}

.popup-b.edit {
  display: block;
  opacity: 1;
}

.pop-page-title-b {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 2px solid #00d7be;
  font-weight: 700;
}

.pop-subtitle-b {
  margin-bottom: 15px;
  font-weight: 700;
}

.whatson-pop-table {
  margin-top: 20px;
}

.whatson-pop-table-gp-b {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #00d7be;
}

.whatson-pop-table-gp-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.whatson-pop-table-gp-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}

.whatson-pop-table-field {
  margin-bottom: 5px;
}

.btn-pop-close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4000;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 50px;
  margin-right: 5vw;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/icon-pop-close.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.btn-pop-close:hover {
  opacity: 0.5;
}

.ugp-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 100%;
  background-size: 200%;
}

.ugp-banner-img.mbbs {
  background-image: url('../images/ug-pattern-mbbs-photo2x.jpg');
}

.ugp-2-img-mask {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-top-right-radius: 100px;
}

.ugp-2-img-mask.type-2 {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 100px;
}

.video-thumbnail-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.btn-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../images/btn-play-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ugp-structure-item-b {
  margin-bottom: 30px;
}

.ugp-structure-item-top-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #d7d7d7;
}

.ugp-structure-item-title-b {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}

.ugp-structure-item-title-year {
  font-size: 14px;
  line-height: 22px;
}

.btn-half-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-half-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ugp-admission-info-pattern-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 0%;
  background-size: 100%;
}

.ugp-admission-info-pattern-img.ugp-mbbs {
  background-image: url('../images/ur-pattern-mbbs-green2x.jpg');
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.contact-social-gp-b {
  margin-bottom: 15px;
}

.contact-social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-social-item {
  padding-right: 5px;
  padding-left: 5px;
}

.ugp-programme-cal-b {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.ugp-programme-cal-equation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #000;
}

.ugp-progamme-cal-equation-item-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.ugp-programme-cal-equation-num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-width: 20px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #00d7be;
  font-size: 14px;
  line-height: 14px;
}

.ugp-programme-cal-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.ugp-programme-cal-total-fieldname {
  margin-right: 20px;
}

.ugp-programme-cal-equation-num-b {
  display: inline-block;
}

.ugp-equation-icon-plus {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  background-image: url('../images/ugp-cal-plus.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ugp-programme-pattern-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 0%;
  background-size: 50%;
}

.ugp-programme-pattern-img.ugp-mbbs {
  background-image: url('../images/ur-pattern-mbbs-green2x.jpg');
}

.pop-ugp-jupas {
  display: none;
}

.pop-section-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pop-section-num-b {
  width: 50px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #00d7be;
  font-weight: 700;
}

.pop-section-content-b {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pop-section-content-gp {
  margin-bottom: 30px;
}

.ugp-jupas-min-require-table {
  max-width: 600px;
}

.ugp-jupas-min-require-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
}

.ugp-jupas-min-require-table-level {
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pop-section-heading-b {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #00d7be;
  font-size: 21px;
  font-weight: 700;
}

.common-equation-division-b {
  display: inline-block;
  text-align: center;
}

.common-equation-division-top-b {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.pop-ugp-structure-year3 {
  display: none;
}

.pop-ugp-structure-year3.edit {
  display: block;
}

.quote-positioin-txt {
  color: #00d7be;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.quotes-item-sign-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-sign-txt-b {
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
}

.quote-item-sign-img-b {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.quote-item-sign-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-item-sign-img.temp-1 {
  background-image: url('../images/ugp-quote-profile-temp.jpg');
}

.home-programme-intro-line {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #00d7be;
}

.home-programme-item-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #d7d7d7;
}

.home-programme-item-link {
  display: block;
  width: 100%;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.home-programme-item-link:hover {
  color: #00d7be;
}

.home-programme-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-programme-item-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50vh;
  border-top: 1px solid #d7d7d7;
}

.home-programme-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 100%;
  background-size: 200%;
}

.home-programme-img.mbbs {
  background-image: url('../images/ug-pattern-mbbs-photo2x.jpg');
}

.home-programme-img.bnurs {
  background-image: url('../images/ug-pattern-BNurs-photo2x.jpg');
}

.home-programme-img.bchinmed {
  background-image: url('../images/ug-pattern-BChinMed-photo2x.jpg');
}

.home-programme-img.bpharm {
  background-image: url('../images/ug-pattern-BPharm-photo2x.jpg');
}

.home-programme-img.bbiomedsc {
  background-image: url('../images/ug-pattern-BBiomedSc-photo2x.jpg');
}

.home-programme-img.bascghd {
  background-image: url('../images/ug-pattern-BAScGHD-photo2x.jpg');
}

.home-programme-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 100%;
  background-size: 200%;
  opacity: 0;
}

.home-programme-img-hover.mbbs {
  background-image: url('../images/ug-pattern-mbbs2x.jpg');
}

.home-programme-img-hover.bnurs {
  background-image: url('../images/ug-pattern-BNurs2x.jpg');
}

.home-programme-img-hover.bchinemed {
  background-image: url('../images/ug-pattern-BChinMed2x.jpg');
}

.home-programme-img-hover.bpharm {
  background-image: url('../images/ug-pattern-BPharm2x.jpg');
}

.home-programme-img-hover.bbiomedsc {
  background-image: url('../images/ug-pattern-BBiomedSc2x.jpg');
}

.home-programme-img-hover.bascghd {
  background-image: url('../images/ug-pattern-BAScGHD2x.jpg');
}

.programme-hover-circle-btn-position {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.programme-hover-circle-btn {
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 50%;
  background-color: #fafafa;
  background-image: url('../images/btn-arrow.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.home-programme-item-code-txt-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50vh;
  margin-left: -5px;
  -webkit-transform: rotate(90deg) translate(0px, -100%);
  -ms-transform: rotate(90deg) translate(0px, -100%);
  transform: rotate(90deg) translate(0px, -100%);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}

.home-programme-item-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 21px;
  font-weight: 700;
}

.home-p-item-code-txt {
  position: relative;
}

.home-p-item-code-txt-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
  color: #fafafa;
}

.home-about-shortcut-b {
  position: relative;
}

.home-about-shortcut-b.why-hkumed {
  margin-top: 50px;
  font-size: 14px;
  line-height: 22px;
}

.home-about-shortcut-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-align: left;
}

.home-about-shortcut-link:hover {
  color: #00d7be;
}

.home-about-shortcut-icon {
  width: 30px;
}

.home-about-shortcut-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin-left: 25px;
  background-color: #000;
}

.home-contact-l {
  display: block;
  width: 40%;
  min-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #d7d7d7;
}

.home-contact-r {
  width: 60%;
}

.home-contact-bottom-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.form-field-label {
  margin-bottom: 0px;
  font-weight: 300;
}

.textfield {
  height: 40px;
  margin-bottom: 25px;
  padding: 10px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: transparent;
  font-size: 16px;
  line-height: 26px;
}

.form-2-col-row {
  margin-right: -10px;
  margin-left: -10px;
}

.form-half-b {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.desktop-only {
  display: block;
}

.form-checkbox-field {
  margin-bottom: 25px;
  padding-right: 0px;
  padding-left: 0px;
}

.form-checkbox-label {
  padding-left: 30px;
  background-image: url('../images/form-checkbox-off.svg');
  background-position: 0px 4px;
  background-size: 15px;
  background-repeat: no-repeat;
  font-weight: 300;
  text-align: justify;
}

.hide {
  display: none;
}

.submit-btn {
  padding: 3px 20px;
  border-radius: 1000px;
  background-color: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-weight: 700;
}

.submit-btn:hover {
  background-color: #00d7be;
}

.home-banner-img-b {
  position: relative;
  overflow: hidden;
  width: 60%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 300px 0px 0px;
}

.home-banner-pattern-b {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #d7d7d7;
}

.home-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-img.home-banner-1 {
  background-image: url('../images/home-banner-img2x.jpg');
}

.home-banner-year-txt {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: -2.6vw;
  color: #d7d7d7;
  font-size: 15vw;
  line-height: 10.5vw;
  font-weight: 700;
}

.home-banner-year-txt.mobile-v {
  display: none;
}

.home-banner-tagline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 65px;
  line-height: 65px;
  font-weight: 700;
}

.home-banner-tagline.mobile-v {
  display: none;
}

.home-banner-news-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50%;
  border-top: 1px solid #d7d7d7;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-weight: 700;
}

.home-banner-news-link:hover {
  color: #00d7be;
}

.home-banner-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, hsla(0, 0%, 98%, 0)), to(#fafafa));
  background-image: linear-gradient(180deg, hsla(0, 0%, 98%, 0) 58%, #fafafa);
}

.home-banner-news-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-news-img.news-1 {
  background-image: url('../images/home-news-12x.jpg');
}

.home-banner-news-img.news-2 {
  background-image: url('../images/home-news-22x.jpg');
}

.home-banner-news-txt-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  padding: 40px 20px 15px 40px;
  background-image: url('../images/listing-bullet.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 98%, 0)), color-stop(83%, hsla(0, 0%, 98%, 0.92)));
  background-image: url('../images/listing-bullet.svg'), linear-gradient(180deg, hsla(0, 0%, 98%, 0), hsla(0, 0%, 98%, 0.92) 83%);
  background-position: 20px 50px, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.text-block {
  padding-left: 30px;
}

.pop-statement {
  display: none;
}

.form-success {
  padding: 0px;
  background-color: transparent;
  color: #00d7be;
  text-align: left;
}

.form-error {
  margin-top: 30px;
  padding: 0px;
  background-color: transparent;
  color: #ff3a3d;
}

.btn-read-more {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  margin-bottom: 50px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 1000px;
  background-color: #fafafa;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
}

.btn-read-more:hover {
  color: #00d7be;
}

.btn-readmore-arrow {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-dropdown.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-readmore-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.read-more-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
}

.header-line-circle-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background-color: #00d7be;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-line-circle-animate {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background-color: rgba(0, 215, 190, 0.5);
}

.home-enquires-footer {
  width: 100%;
}

html.w-mod-js *[data-ix="common-fade-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="banner-txt-fade-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="common-scale-fade-in"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="sp-banner-img-in"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="sp-programme-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

html.w-mod-js *[data-ix="home-programme-item-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="header-circle-animate"] {
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (min-width: 1440px) {
  .container.header {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-item {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-style: none;
  }

  .btn-nav-circle {
    position: relative;
  }

  .nav-menu {
    display: block;
    overflow: visible;
    height: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 80px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  .nav-link:hover {
    color: #00d7be;
  }

  .nav-link.dropdown {
    padding-right: 20px;
    padding-left: 0px;
    background-image: url('../images/arrow-dropdown.svg');
    background-position: 100% 50%;
    background-size: 9px;
    background-repeat: no-repeat;
  }

  .nav-dropdown {
    position: static;
    background-image: none;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #000;
  }

  .nav-dropdown-list {
    width: 100vw;
    height: 0px;
  }

  .nav-dropdown-list.w--open {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: 100vw;
    margin-top: 81px;
    background-color: #fafafa;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  }

  .nav-dropdown-list.edit.w--open {
    height: auto;
  }

  .nav-dropdown-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-dropdown-list-heading-b {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 30px;
    border-right: 1px solid #d7d7d7;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
  }

  .nav-dropdown-list-content-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-dropdown-link {
    padding: 0px 30px 0px 0px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    text-align: left;
    white-space: normal;
  }

  .nav-dropdown-link:hover {
    color: #00d7be;
  }

  .nav-dropdown-link.w--current {
    color: #000;
  }

  .nav-dropdown-link.w--current:hover {
    color: #00d7be;
  }

  .nav-dropdown-items {
    width: 33%;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-image: url('../images/listing-bullet.svg');
    background-position: 0% 7px;
    background-size: 5px;
    background-repeat: no-repeat;
  }

  .nav-other-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
  }

  .nav-submenu-title-link {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
  }

  .nav-submenu-title-link:hover {
    color: #00d7be;
  }

  .nav-btn-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    margin-bottom: 0px;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-btn-item.desktop-hide {
    display: none;
  }

  .nav-btn-item.desktop-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-social-menu-b {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    width: 160px;
    margin-top: 81px;
    padding: 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
  }

  .nav-social-menu-wrap {
    display: block;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fafafa;
  }

  .nav-social-menu-row {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
  }

  .nav-social-menu-row.last {
    border-bottom-style: none;
  }

  .nav-social-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-social-icon-item {
    margin-top: 10px;
    padding: 0px 5px;
  }

  .btn-social {
    display: block;
    width: 30px;
  }

  .whats-on-item-b {
    width: 400px;
    min-width: 0px;
  }

  .whats-on-item-hover.edit {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 20%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contact-social-row {
    margin-right: -5px;
  }

  .home-banner-year-txt {
    margin-right: -36px;
    font-size: 200px;
    line-height: 142px;
  }

  .home-banner-tagline {
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-size: 5vw;
    line-height: 5vw;
  }

  .nav-social-txt {
    width: auto;
    padding-right: 0px;
    text-align: center;
  }
}

/*@media screen and (max-width: 991px) {*/
@media screen and (max-width: 1366px) {
  h1 {
    font-size: 45px;
    line-height: 49px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .all {
    padding-bottom: 60px;
  }

  .all.overflow-visible {
    overflow: visible;
  }

  .section-content {
    display: block;
    height: auto;
    min-height: 0px;
    padding-top: 0px;
  }

  .section-content.scroll-auto {
    overflow: visible;
  }

  .section-content.whats-on {
    overflow: visible;
  }

  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container.more-space {
    padding-right: 40px;
    padding-left: 40px;
  }

  .header-wrap {
    height: 80px;
  }

  .section-banner {
    position: relative;
    z-index: 1001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin-top: -60px;
    padding-top: 140px;
  }

  .sp-banner-wrap {
    width: 100%;
    height: auto;
  }

  .sp-banner-wrap.sp-main {
    width: 100%;
    height: auto;
  }

  .sp-banner-bottom {
    height: 60px;
  }

  .sp-banner-bottom.sp-main {
    display: none;
    width: 100%;
    clear: both;
  }

  .sp-banner-content-b {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sp-banner-content-b.sp-main {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .sp-detail-banner-l {
    z-index: 1;
    width: 80%;
    padding-top: 30px;
  }

  .sp-detail-banner-r {
    width: 60%;
    padding-top: 0px;
    padding-left: 60px;
    float: right;
  }

  .sp-detail-banner-r.bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sp-detail-banner-r.banner-img {
    width: 100%;
    float: none;
    border-left-style: none;
  }

  .line-hori.desktop-only {
    display: none;
  }

  .line-hori.desktop-hide {
    display: block;
  }

  .btn-scroll {
    display: none;
  }

  .sp-detail-banner-img-b {
    width: 90%;
    border-top-left-radius: 200px;
    border-top-right-radius: 0px;
  }

  .sp-detail-back-b {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
  }

  .content-b {
    display: block;
    overflow: visible;
  }

  .content-b.whats-on {
    padding-top: 80px;
  }

  .section-bar-b {
    margin-top: -1px;
  }

  .section-bar {
    width: 100%;
    height: auto;
    padding: 10px 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #d7d7d7;
    border-left-style: none;
  }

  .bar-icon-b {
    position: absolute;
    left: 0%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-left: 30px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .bar-txt-b {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    white-space: normal;
  }

  .sp-detail-blurb-l {
    display: block;
    width: 100%;
    border-right-style: none;
  }

  .sp-blurb-r {
    display: block;
    width: 100%;
  }

  .sp-blurb-img-b {
    width: auto;
    height: 300px;
    min-height: 0px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .sp-detail-blurb-content-b {
    overflow: visible;
    min-height: 0vh;
  }

  .common-section-heading-b {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  .common-section-heading-b._w-img {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sp-detail-pd-l {
    display: block;
    width: 100%;
    height: auto;
    min-width: 0px;
    border-right-style: none;
  }

  .sp-detail-pd-r {
    display: block;
    width: 100%;
  }

  .sp-detail-pd-title-b {
    display: block;
    min-height: 0vh;
  }

  .sp-detail-pd-img-b {
    width: auto;
    height: 300px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .sp-detail-pd-content-b {
    overflow: visible;
    min-height: 0vh;
  }

  .common-content-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .common-content-padding.contact {
    padding-bottom: 0px;
  }

  .common-content-padding.whats-on {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .common-contact-l {
    display: block;
    width: 100%;
    min-width: 0px;
  }

  .common-contact-content-b {
    display: block;
    overflow: visible;
    min-height: 0vh;
  }

  .contact-b {
    display: block;
    height: auto;
  }

  .contact-bottom-b {
    display: none;
  }

  .contact-row-fieldname {
    width: 50%;
  }

  .common-contact-r.desktop-only {
    display: none;
  }

  .common-contact-img-b {
    height: 400px;
  }

  .common-contact-img-b.desktop-hide {
    display: block;
    height: auto;
    margin-top: 10vh;
  }

  .contact-img {
    position: relative;
    height: auto;
    padding-top: 80%;
  }

  .sp-detail-blurb-main-l {
    display: block;
    width: 100%;
    height: auto;
    min-width: 0px;
    border-right-style: none;
  }

  .sp-main-blurb-title-b {
    display: block;
    min-height: 0vh;
  }

  .sp-detail-programme-l {
    display: block;
    width: 100%;
    min-width: 0px;
    border-right-style: none;
  }

  .sp-programme-r {
    display: block;
    width: 100%;
  }

  .txt-big-num {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
  }

  .sp-programme-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 0px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/sp-blurb-pattern2x.jpg');
    background-position: 50% 0%;
    background-size: 70%;
  }

  .sp-programme-col-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: auto;
    min-width: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sp-programme-link-b {
    width: 50%;
    font-size: 18px;
    line-height: 20px;
  }

  .sp-programme-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sp-main-banner-l {
    z-index: 1;
    width: 100%;
    padding-top: 30px;
  }

  .sp-main-banner-r {
    width: 80%;
    min-width: 0px;
    padding-top: 0px;
    float: right;
  }

  .sp-main-banner-r.bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-left-style: none;
  }

  .sp-main-banner-r.banner-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left-style: none;
  }

  .sp-main-banner-img {
    position: static;
    height: auto;
    padding-top: 75%;
  }

  .sp-main-banner-img-b {
    border-top-left-radius: 200px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 200px;
  }

  .sp-banner-txt-b {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }

  .medify-logo-b {
    font-size: 80px;
    line-height: 80px;
  }

  .sp-banner-graphic.graphic-1 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 40%;
    min-width: 0px;
    margin-top: -80px;
    margin-right: -8%;
    margin-left: 0%;
  }

  .sp-banner-graphic.graphic-2 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 25%;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 9%;
  }

  .sp-banner-graphic.graphic-3 {
    width: 10%;
    min-width: 0px;
    margin-top: -6%;
    margin-left: 3%;
  }

  .btn-top {
    margin-bottom: 80px;
    background-image: url('../images/btn-backtostart-m.svg');
  }

  .medify-logo-wrap {
    width: 80%;
  }

  .common-banner-wrap {
    width: 100%;
    height: auto;
  }

  .common-banner-bottom {
    display: none;
    height: 60px;
  }

  .common-banner-l {
    z-index: 1;
    width: 100%;
    padding-top: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #d7d7d7;
  }

  .common-banner-l.ug-programme {
    width: 100%;
    max-width: none;
    padding-top: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .common-banner-l.home-banner {
    width: 100%;
    height: 50%;
    min-height: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .common-banner-r {
    width: 100%;
    min-width: 0px;
    padding-top: 0px;
    float: right;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .common-banner-r.bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-left-style: none;
  }

  .common-banner-r.ug-programme {
    width: 100%;
  }

  .common-banner-r.home-banner {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .inner-page-heading-b {
    text-align: center;
  }

  .common-banner-content-b {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .common-banner-content-b.ug-programme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .desktop-hide {
    display: block;
  }

  .section-title-col-b {
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    min-width: 0px;
    border-top: 1px solid #eee;
    border-right-style: none;
  }

  .section-title-col-b.whats-on {
    position: relative;
    border-top-style: none;
    background-color: #fafafa;
  }

  .section-title-col-b._w-40 {
    width: 100%;
    min-width: 0px;
  }

  .section-title-col-wrap {
    display: block;
    min-height: 0vh;
  }

  .content-col-b {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    min-width: 0px;
    border-top: 1px solid #eee;
    border-right-style: none;
  }

  .content-col-b._w-55p {
    width: 100%;
  }

  .content-col-b._w-45p {
    width: 100%;
  }

  .content-col-b._w-45p.no-border {
    border: 1px none #000;
  }

  .content-col-b._w-67 {
    width: 100%;
  }

  .content-col-b.whatson {
    overflow: visible;
    width: 100%;
    height: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    border-top-style: none;
  }

  .content-col-b.ur-programme-feature-photo {
    width: 100%;
  }

  .content-col-b.ugp-admissions-l {
    width: 100%;
  }

  .content-col-b.ugp-admissions-r {
    width: 100%;
    height: auto;
    padding-top: 50%;
  }

  .content-col-b._w-60 {
    width: 100%;
  }

  .content-col-b.home-programme-intro {
    max-width: none;
  }

  .content-col-full-img-mask {
    height: 70vw;
  }

  .content-img-100x100p.about-1 {
    background-position: 50% 100%;
  }

  .content-img-100x100p.ugp-2 {
    background-position: 50% 100%;
  }

  .content-img-100x100p.about-3 {
    background-position: 50% 0%;
  }

  .col-top-down-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .col-top-down-wrap.ug-programme-feature-photo {
    height: auto;
    max-height: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col-top-down-wrap.home-about {
    display: block;
  }

  .col-top-down-row-b.mobile-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .col-top-down-row-b.about-2 {
    margin-top: 30px;
  }

  .col-top-down-row-b.sl-3-img {
    margin-top: 40px;
  }

  .col-top-down-row-b.ug-programme-feature-photo {
    width: 50vw;
    height: 50vw;
    max-height: none;
  }

  .col-top-down-row-b.home-about {
    overflow: visible;
  }

  .col-top-down-row-b.home-about-bottom {
    height: auto;
  }

  .col-top-down-img-mask {
    height: 60vw;
    border-bottom-style: none;
  }

  .col-top-down-img-mask.type-2 {
    border-top-style: none;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 0px;
  }

  .col-top-down-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .col-top-down-padding.with-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mask-common-content-pattern {
    height: 180px;
  }

  .section-select-b {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 2000;
    display: block;
    width: 100%;
  }

  .section-select-dropdown {
    display: block;
  }

  .section-select-dropdown-toggle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 15px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #d7d7d7;
    background-color: #fafafa;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-weight: 700;
    text-align: center;
  }

  .section-select-dropdown-toggle:hover {
    color: #00d7be;
  }

  .section-select-dropdown-toggle.w--open {
    z-index: 1;
  }

  .section-select-dropdown-list {
    width: 100vw;
  }

  .section-select-dropdown-list.w--open {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.47);
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .section-select-dropdown-list.edit {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
  }

  .section-select-dropdown-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 5vw;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    text-align: center;
    white-space: normal;
  }

  .section-select-dropdown-link:hover {
    color: #00d7be;
  }

  .section-select-dropdown-link.w--current {
    color: #00d7be;
  }

  .section-select-arrow {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    width: 14px;
    height: 9px;
    margin-right: 5vw;
    padding: 0px;
    background-image: url('../images/section-select-arrow.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .nav-dropdown-link {
    white-space: normal;
  }

  .about-virtual-tour-btn-b {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-right: 0px;
    margin-left: 40px;
  }

  .section-title-img-b {
    width: auto;
    height: 300px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .banner-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .whats-on-listing-b {
    margin-right: -2vw;
    margin-left: -2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .whats-on-item-b {
    width: 33%;
    min-width: 0px;
    margin-bottom: 40px;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .whats-on-hover-circle {
    width: 30px;
    height: 30px;
    background-size: 6px;
  }

  .whats-on-filter-b {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100%;
    margin-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
    border-top: 1px solid #d7d7d7;
    background-color: #fafafa;
  }

  .whats-on-filter-click {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    background-image: url('../images/section-select-arrow.svg');
    background-size: 20px;
  }

  .whats-on-filter-list-b {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    overflow: auto;
    width: 100%;
    max-height: 65vh;
    background-color: #eee;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .whats-on-filter-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .popup-b {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .btn-pop-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #efefef;
    background-size: 20px;
  }

  .ugp-banner-img {
    background-size: 50%;
  }

  .ugp-2-img-mask {
    border-bottom-style: none;
    border-radius: 0px;
  }

  .ugp-2-img-mask.type-2 {
    border-radius: 0px;
  }

  .btn-half-wrap {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .btn-half-b {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ugp-admission-info-pattern-img {
    background-size: 50%;
  }

  .ugp-programme-cal-equation {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ugp-progamme-cal-equation-item-b {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .ugp-equation-icon-plus {
    margin-left: 10px;
  }

  .ugp-programme-pattern-img {
    background-size: 50%;
  }

  .home-programme-item-b {
    width: 33.33%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-programme-item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-programme-b {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-programme-item-img-b {
    padding-top: 150%;
  }

  .programme-hover-circle-btn {
    margin-top: 15px;
  }

  .home-programme-item-code-txt-b {
    width: 49.5vw;
    font-size: 36px;
    line-height: 36px;
  }

  .home-programme-item-txt-b {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 20px;
  }

  .home-about-shortcut-b.why-hkumed {
    margin-top: 40px;
  }

  .home-about-shortcut-line {
    margin-left: 25px;
  }

  .home-contact-l {
    display: block;
    width: 100%;
    min-width: 0px;
  }

  .home-contact-r {
    width: 100%;
    border-top: 1px solid #d7d7d7;
  }

  .home-contact-r.desktop-only {
    display: none;
  }

  .home-contact-bottom-b {
    display: none;
  }

  .desktop-only {
    display: none;
  }

  .home-banner-img-b {
    border-top-left-radius: 200px;
  }

  .home-banner-year-txt {
    margin-right: -3vw;
    color: #000;
    font-size: 18vw;
    line-height: 13vw;
  }

  .home-banner-year-txt.mobile-v {
    display: block;
  }

  .home-banner-tagline.mobile-v {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    margin-bottom: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 50px;
    line-height: 50px;
  }

  .home-banner-news-link {
    width: 50%;
    height: 300px;
  }

  .home-banner-mobile {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .read-more-b {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  p {
    line-height: 26px;
  }

  .container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .container.more-space {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .container.more-space.about-timeline {
    padding-left: 5vw;
  }

  .brand {
    width: 220px;
  }

  .header-wrap {
    height: 60px;
  }

  .section-banner {
    padding-top: 120px;
  }

  .sp-banner-content-b {
    padding-left: 5vw;
  }

  .sp-banner-content-b.sp-main {
    padding-left: 0vw;
  }

  .sp-detail-banner-l {
    width: 100%;
    padding-top: 20px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .sp-detail-banner-l.bottom {
    display: none;
  }

  .sp-detail-banner-r {
    width: 100%;
    padding-left: 5vw;
  }

  .sp-detail-banner-r.bottom {
    display: none;
  }

  .sp-detail-banner-img-b {
    width: 80%;
    border-top-left-radius: 100px;
  }

  .sp-detail-banner-title-b {
    margin-bottom: -50px;
  }

  .sp-detail-banner-margin-line {
    margin-left: 5vw;
  }

  .content-b.whats-on {
    padding-top: 60px;
  }

  .section-bar {
    padding-right: 10vw;
    padding-left: 10vw;
    font-size: 16px;
    line-height: 20px;
  }

  .bar-icon-b {
    margin-left: 5vw;
  }

  .sp-blurb-img-b {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .common-section-heading-b {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .common-section-heading-b._w-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sp-detail-pd-img-b {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .sp-pd-row-b {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .common-content-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .common-contact-img-b.desktop-hide {
    border-top-left-radius: 200px;
  }

  .txt-big-num {
    font-size: 36px;
    line-height: 36px;
  }

  .sp-programme-col-b {
    width: 100%;
  }

  .sp-programme-link-b {
    line-height: 20px;
  }

  .sp-main-banner-l {
    width: 100%;
    padding-top: 20px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .sp-main-banner-img-b {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .medify-logo-b {
    font-size: 60px;
    line-height: 60px;
  }

  .sp-banner-graphic.graphic-1 {
    margin-top: 27px;
  }

  .sp-banner-graphic.graphic-2 {
    margin-bottom: 60px;
  }

  .btn-top {
    width: 40px;
    height: 40px;
    margin-right: 5vw;
  }

  .common-banner-l {
    width: 100%;
    padding-top: 20px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .common-banner-l.home-banner {
    min-height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .common-banner-r.home-banner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .banner-common-pattern-img {
    background-size: 100vw;
  }

  .content-col-b.whatson {
    border-top-style: none;
  }

  .common-subheading-b {
    font-size: 18px;
  }

  .col-top-down-row-b.sl-3-img {
    margin-top: 30px;
  }

  .col-top-down-img-mask {
    border-top-right-radius: 150px;
  }

  .col-top-down-img-mask.type-2 {
    border-top-right-radius: 100px;
  }

  .common-txt-btn-wrap {
    height: auto;
  }

  .common-txt-btn-icon-b {
    margin-right: 10px;
  }

  .common-txt-btn-icon-b.home-about {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .common-txt-btn-icon-b.why-hkumed {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .common-txt-btn-l {
    margin-right: 10px;
  }

  .mask-common-content-pattern {
    min-height: 140px;
  }

  .timeline-col-year._w-180 {
    width: 120px;
    padding-right: 25px;
  }

  .timeline-col-data-b {
    padding-left: 25px;
  }

  .timeline-line._w-180 {
    margin-left: 120px;
  }

  .timeline-dot {
    width: 35px;
    margin-top: 2px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-link.dropdown {
    background-size: 16px;
  }

  .nav-other-b {
    margin-top: 20px;
  }

  .nav-social-menu-b.edit {
    height: auto;
  }

  .nav-social-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .nav-social-menu-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .nav-social-icon-wrap {
    width: 120px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-virtual-tour-btn-b {
    margin-bottom: 30px;
    margin-left: 5vw;
  }

  .timeline-top-circle.about3 {
    width: 50px;
    height: 50px;
  }

  .timeline-top-circle.admissions-nj-date {
    width: 50px;
    height: 50px;
  }

  .timeline-top-circle.admissions-j-timeline {
    width: 50px;
    height: 50px;
  }

  .section-title-img-b {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .banner-subtitle {
    font-size: 21px;
    line-height: 24px;
  }

  .quote-people-txt {
    font-size: 12px;
    line-height: 20px;
  }

  .quote-scholarship-txt {
    font-size: 12px;
    line-height: 20px;
  }

  .aligned-btn-row {
    width: 100%;
  }

  .admissions-nj-language-row-b {
    display: block;
    background-position: 0% 7px;
  }

  .admissions-nj-language-col {
    width: auto;
    margin-bottom: 5px;
    font-weight: 400;
  }

  .admissions-nj-language-col.col2 {
    margin-bottom: 0px;
    padding-left: 0px;
    font-weight: 300;
  }

  .whats-on-item-b {
    width: 50%;
    max-width: 300px;
  }

  .whats-on-item-title-b {
    min-height: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .whats-on-hover-circle {
    width: 30px;
    height: 30px;
  }

  .popup-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .btn-pop-close {
    margin-top: 20px;
  }

  .ugp-banner-img {
    background-size: 100%;
  }

  .btn-video-play {
    width: 40px;
    height: 40px;
  }

  .margin-bottom-60 {
    margin-bottom: 40px;
  }

  .ugp-programme-cal-b {
    margin-bottom: 40px;
  }

  .pop-section-b {
    display: block;
  }

  .pop-section-num-b {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .pop-section-heading-b {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }

  .quote-positioin-txt {
    font-size: 12px;
    line-height: 20px;
  }

  .quote-item-sign-img-b {
    width: 80px;
    height: 80px;
  }

  .home-programme-item-b {
    width: 50%;
  }

  .home-programme-item-img-b {
    padding-top: 100%;
  }

  .programme-hover-circle-btn {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    background-size: 6px;
  }

  .home-programme-item-code-txt-b {
    margin-left: -3px;
    font-size: 30px;
    line-height: 30px;
  }

  .home-programme-item-txt-b {
    font-size: 16px;
  }

  .home-about-shortcut-b.why-hkumed {
    margin-top: 30px;
    font-size: 12px;
    line-height: 20px;
  }

  .home-contact-r {
    border-top: 1px solid #d7d7d7;
  }

  .textfield {
    height: 35px;
    margin-bottom: 15px;
  }

  .home-banner-img-b {
    width: 100%;
    height: 60vw;
    min-height: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top-left-radius: 200px;
  }

  .home-banner-pattern-b {
    width: 100%;
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .home-banner-img.home-banner-1 {
    background-image: url('../images/home-banner-img-m2x.jpg');
  }

  .home-banner-year-txt {
    margin-right: -26px;
    font-size: 150px;
    line-height: 110px;
  }

  .home-banner-year-txt.mobile-v {
    margin-bottom: -6px;
    line-height: 120px;
  }

  .home-banner-tagline.mobile-v {
    margin-bottom: 150px;
    margin-left: 5vw;
  }

  .nav-social-txt {
    padding-right: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .sp-banner-bottom {
    height: 40px;
  }

  .section-bar {
    padding-right: 15vw;
    padding-left: 15vw;
  }

  .sp-blurb-img-b {
    height: 200px;
  }

  .sp-detail-pd-img-b {
    height: 200px;
  }

  .sp-pd-row-b {
    display: block;
  }

  .sp-pd-fieldname {
    width: auto;
    margin-bottom: 5px;
    padding-right: 0px;
  }

  .common-content-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .common-contact-img-b.desktop-hide {
    margin-top: 100px;
    border-top-left-radius: 100px;
  }

  .sp-programme-wrap {
    background-image: none;
  }

  .sp-programme-col-b {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sp-programme-link-b {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sp-programme-link-wrap {
    width: 66%;
    padding: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
  }

  .sp-banner-txt-b {
    margin-bottom: 20px;
  }

  .medify-logo-b {
    font-size: 40px;
    line-height: 40px;
  }

  .sp-banner-graphic.graphic-1 {
    width: 50%;
    margin-top: -16px;
  }

  .sp-banner-graphic.graphic-2 {
    width: 30%;
    margin-bottom: 20px;
  }

  .sp-banner-graphic.graphic-3 {
    width: 15%;
    margin-top: -10%;
    margin-left: -3%;
  }

  .common-banner-bottom {
    height: 40px;
  }

  .common-banner-l.ug-programme {
    padding-top: 100%;
  }

  .common-banner-l.home-banner {
    min-height: 0px;
  }

  .col-top-down-img-mask {
    border-top-right-radius: 100px;
  }

  .mask-common-content-pattern {
    min-height: 160px;
  }

  .nav-other-b {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section-title-img-b {
    height: 200px;
  }

  .banner-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .whats-on-item-b {
    width: 100%;
  }

  .ugp-programme-cal-b {
    margin-bottom: 30px;
  }

  .home-programme-item-b {
    width: 100%;
    max-width: 250px;
    border-left: 1px solid #d7d7d7;
  }

  .home-programme-item-link {
    display: block;
  }

  .home-programme-item-code-txt-b {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }

  .home-programme-item-txt-b {
    height: auto;
    min-height: 0px;
    border-bottom-style: none;
  }

  .form-half-b {
    width: 100%;
    float: none;
  }

  .home-banner-img-b {
    min-height: 200px;
  }

  .home-banner-pattern-b {
    height: 150px;
  }

  .home-banner-year-txt {
    margin-right: -20px;
    font-size: 120px;
    line-height: 80px;
  }

  .home-banner-year-txt.mobile-v {
    line-height: 100px;
  }

  .home-banner-tagline.mobile-v {
    margin-bottom: 110px;
    font-size: 36px;
    line-height: 36px;
  }

  .home-banner-news-link {
    height: 200px;
  }

  .home-banner-news-txt-b {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 30px;
    background-position: 15px 39px, 0px 0px;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light-05.woff') format('woff'), url('../fonts/Helvetica-Light-05.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold-02.woff') format('woff'), url('../fonts/Helvetica-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-01.woff') format('woff'), url('../fonts/Helvetica-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}