:root {
  --424242: #424242;
  --white: white;
  --primary-blue: #4ec7e4;
  --secondary-blue: #e1f8fd;
  --f2ea00: #f2ea00;
  --black: black;
  --f5ad1b: #f5ad1b;
  --244796: #244796;
  --27ae60: #27ae60;
  --eb5757: #eb5757;
  --indian-red: #f14243;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

body {
  color: var(--424242);
  background-color: #fafafa;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

p {
  margin-bottom: 0;
}

label {
  z-index: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  transition: all .5s;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translate(0, -50%);
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.about-us {
  padding-top: 0;
}

.container-full {
  width: 100%;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.container-full.padding-right-none.cooperation-process {
  background-image: linear-gradient(rgba(225, 248, 253, .96), rgba(225, 248, 253, .96)), url('../images/bespoke-programme-process-bg2x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container-full.summer-at-hku-social-activities {
  background-color: rgba(78, 199, 228, .3);
  padding-right: 0%;
  position: relative;
}

.container-full.summer-at-hku-workshop {
  padding-left: 0%;
  position: relative;
  overflow: hidden;
}

.container-full.home-slider {
  padding-left: 0%;
  padding-right: 0%;
}

.container-full.filter-container {
  padding-left: 5%;
  padding-right: 0%;
}

.bg {
  z-index: -2;
  background-color: #fafafa;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.bg-line-b {
  height: 100%;
  justify-content: space-between;
  display: flex;
}

.bg-line {
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
}

.header {
  z-index: 99;
  width: 100%;
  height: 125px;
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-link {
  min-height: 75px;
  color: var(--424242);
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.menu-link:hover, .menu-link.w--current {
  color: var(--primary-blue);
}

.menu-link.w--open {
  border-bottom-color: var(--primary-blue);
  background-color: var(--secondary-blue);
  color: var(--primary-blue);
}

.menu-link.dropdown-link {
  border-bottom-color: var(--primary-blue);
  background-color: rgba(225, 248, 253, .5);
}

.menu-link.dropdown {
  width: 100%;
}

.nav-menu {
  z-index: 98;
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  padding-top: 125px;
  padding-bottom: 125px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.menu-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.menu-col-l {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-col-r {
  width: 50%;
  text-align: right;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-search-button {
  width: 16px;
  height: 16px;
  position: relative;
}

.menu-search-img {
  display: block;
}

.menu-search-img-hover {
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-link-row {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

.menu-top-btn-link {
  background-color: var(--secondary-blue);
  color: var(--primary-blue);
  border-radius: 16px;
  padding: 5px 40px 5px 20px;
  font-size: 14px;
  line-height: 160%;
  text-decoration: none;
  position: relative;
}

.menu-top-btn-arrow {
  margin-right: 16px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.position-relative {
  position: relative;
}

.menu-top-btn {
  display: none;
}

.light-blue-bg {
  background-color: #edfcff;
}

.footer {
  z-index: 2;
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.bottom-link-b {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary-blue);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 100px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.bottom-link-b:hover {
  background-color: var(--primary-blue);
}

.bottom-link-img-b {
  z-index: 1;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.bottom-link-img {
  display: block;
}

.bottom-link-img-hover {
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-row {
  flex-wrap: wrap-reverse;
  display: flex;
}

.footer-col-l {
  width: 40%;
}

.footer-col-r {
  width: 60%;
  background-color: #f9f8f2;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-top: -100px;
  padding: 40px;
}

.hr-grey-line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.footer-copyright-col {
  margin-top: 10px;
}

.copyright-text {
  font-size: 12px;
  line-height: 160%;
}

.black-link-text {
  color: var(--424242);
  text-decoration: none;
  transition: all .5s;
}

.black-link-text:hover {
  color: var(--primary-blue);
}

.black-link-text.active {
  color: var(--primary-blue);
  font-weight: 700;
}

.footer-details-col {
  margin-bottom: 40px;
}

.text-bold {
  font-weight: 900;
}

.content-text {
  font-size: 14px;
  line-height: 160%;
}

.footer-details-b {
  margin-top: 16px;
}

.footer-details-tetx-col {
  margin-top: 8px;
}

.footer-details-follow-row {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.footer-details-follow-col {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.footer-details-follow-link-b {
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  border-radius: 100px;
  transition: all .5s;
  position: relative;
}

.footer-details-follow-link-b:hover {
  background-color: rgba(0, 0, 0, 0);
}

.footer-details-follow-img-b {
  width: 24px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.footer-details-follow-link-img {
  width: 100%;
  display: block;
}

.footer-details-follow-link-img-hover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.subtitle {
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}

.footer-contact-b {
  margin-top: 40px;
}

.tetx-grey {
  color: #757575;
}

.light-blue-link-text {
  color: var(--primary-blue);
  transition: all .5s;
}

.light-blue-link-text:hover {
  color: var(--424242);
}

.yellow-button {
  background-color: var(--f2ea00);
  color: var(--424242);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 20px 80px 20px 40px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.image {
  margin-right: 40px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.display-none {
  display: none;
}

.form-field {
  min-height: 45px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 0;
}

.form-field:focus {
  border-color: var(--primary-blue);
}

.form-field::-ms-input-placeholder {
  color: rgba(33, 33, 33, .3);
}

.form-field::placeholder {
  color: rgba(33, 33, 33, .3);
}

.form-field.textarea {
  min-height: 130px;
}

.form-field.select {
  padding-right: 40px;
}

.form-input-col {
  width: 50%;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-input-row {
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.listing-filter-checkbox-b {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.image-2 {
  margin-right: 15px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.home-banner-row {
  flex-wrap: wrap-reverse;
  align-items: center;
  margin-left: -25px;
  display: flex;
}

.home-banner-col-l {
  width: 40%;
  padding-left: 25px;
  padding-right: 25px;
}

.home-banner-col-r {
  width: 60%;
  position: relative;
}

.title-b {
  border-bottom: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
}

.title-b.grey {
  color: var(--424242);
  border-bottom-style: none;
  padding-bottom: 0;
}

.tagline {
  color: var(--black);
  font-size: 38px;
  font-weight: 900;
  line-height: 120%;
}

.home-banner-slider {
  z-index: 3;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5%;
  position: relative;
}

.padding-right-none {
  padding-right: 0;
}

.all {
  padding-top: 125px;
}

.home-about-content-b {
  z-index: 1;
  width: 50%;
  min-height: 600px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding: 40px 5% 60px;
  display: flex;
  position: relative;
}

.content-b-25 {
  margin-top: 25px;
}

.home-about-bg {
  background-image: url('../images/home-about-img2x.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  position: relative;
}

.section-home-about {
  padding-top: 150px;
}

.home-about-text-img {
  margin-top: -70px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.home-featured-title-b {
  padding-right: 17%;
}

.home-featured-slider-arrow-l {
  z-index: 1;
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  margin-top: -80px;
  margin-right: 89px;
  transition: all .5s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-featured-slider-arrow-l:hover {
  background-color: var(--primary-blue);
}

.slider-arrow-img-b {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.slider-arrow-img {
  display: block;
}

.slider-arrow-img-hover {
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-featured-slider-arrow-r {
  z-index: 1;
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  margin-top: -80px;
  margin-right: 45px;
  transition: all .5s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-featured-slider-arrow-r:hover {
  background-color: var(--primary-blue);
}

.home-featured-slide-img-b {
  z-index: 1;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.home-featured-slide-content-b {
  margin-top: 20px;
}

.home-featured-slide-content-tetx-b {
  margin-top: 15px;
  padding-right: 40px;
}

.home-featured-slide-content-tag-button {
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.home-featured-slide-content-tag-col {
  margin-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

.orange-outline-button {
  border: 1px solid var(--f5ad1b);
  color: var(--f5ad1b);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 3px 15px;
  text-decoration: none;
}

.light-blue-outline-button {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 3px 15px;
  text-decoration: none;
}

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

.home-featured-slider-b {
  margin-top: 35px;
  position: relative;
}

.home-featured-item {
  flex: none;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .5s;
  display: block;
  position: relative;
}

.home-featured-item.slick-current {
  opacity: 1;
}

.home-featured-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}

.home-featured-list {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-receive-email-b {
  margin-top: 160px;
}

.home-receive-email-content {
  background-color: var(--secondary-blue);
  border-radius: 25px;
  padding: 40px 12%;
}

.home-receive-email-img {
  margin-top: -100px;
  margin-left: -5%;
  position: absolute;
}

.home-receive-email-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -35px;
  margin-right: -35px;
  display: flex;
}

.home-receive-email-col-l, .home-receive-email-col-r {
  width: 50%;
  padding-left: 35px;
  padding-right: 35px;
}

.home-receive-email-form-submit-btn {
  z-index: 4;
  width: 20px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0;
  padding-right: 0;
  transition: all .5s;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.home-receive-email-form-submit-btn:hover {
  transform: scale(1.1)translate(0, -50%);
}

.home-student-sharing-b {
  margin-top: 80px;
}

.home-student-sharing-row {
  z-index: 0;
  flex-wrap: wrap-reverse;
  align-items: center;
  display: flex;
  position: relative;
}

.home-student-sharing-col-l {
  width: 50%;
}

.home-student-sharing-col-r {
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}

.home-stduent-sharing-content-b {
  margin-top: 40px;
  padding-left: 7%;
  padding-right: 7%;
}

.home-stduent-sharing-quote-open {
  width: 2%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-stduent-sharing-content-p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 160%;
}

.home-stduent-sharing-quote-open-copy {
  width: 2%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-student-sharing-img-b {
  padding-right: 50px;
  position: relative;
}

.menu-button {
  z-index: 99;
  width: 35px;
  padding: 0;
  position: relative;
}

.menu-button-line {
  width: 100%;
  height: 2px;
  background-color: var(--primary-blue);
  padding: 0;
}

.menu-button-line.menu-button-line-02 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.home-sharing-vector-03 {
  width: 12%;
  margin-top: -5%;
  margin-left: -5%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-sharing-vector-01 {
  width: 12%;
  margin-top: 5%;
  margin-left: 5%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-sharing-vector-07 {
  z-index: 3;
  width: 25%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.logo-b {
  z-index: 99;
  width: 100%;
  max-width: 320px;
  display: block;
  position: relative;
}

.menu-top-btn-mobile {
  margin-top: 25px;
}

.menu-top-btn-mobile-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.menu-top-btn-mobile-col {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.none-1440 {
  display: none;
}

.home-about-bg-mobile {
  z-index: 0;
  display: none;
}

.rotate-img {
  width: 15%;
  display: block;
}

.home-sharing-vector-04 {
  z-index: -1;
  width: 15%;
  margin-left: 58%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-sharing-vector-02 {
  z-index: -1;
  width: 5%;
  margin-left: 15%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-sharing-vector-06 {
  z-index: 1;
  width: 45%;
  margin-top: 8%;
  margin-right: -10%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-student-sharing-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.home-student-sharing-slider-arrow-l {
  z-index: 4;
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/blue-arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  margin-right: 274px;
  transition: all .5s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-student-sharing-slider-arrow-l:hover {
  background-color: var(--primary-blue);
  background-image: url('../images/white-arrow-left.svg');
}

.home-student-sharing-slider-arrow-r {
  z-index: 4;
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/blue-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  margin-right: 230px;
  transition: all .5s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-student-sharing-slider-arrow-r:hover {
  background-color: var(--primary-blue);
  background-image: url('../images/white-arrow-right.svg');
}

.home-student-sharing-person-b {
  z-index: 1;
  width: 100%;
  max-width: 450px;
  margin-bottom: -50px;
  margin-right: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blue-subtitle {
  color: var(--primary-blue);
  font-weight: 900;
}

.home-student-sharing-person-content-text-b {
  margin-top: 20px;
}

.home-student-sharing-slide {
  padding-bottom: 50px;
}

.home-student-sharing-person-content {
  z-index: 1;
  padding-right: 35%;
  position: relative;
}

.home-student-sharing-person {
  z-index: 1;
  width: 100%;
  background-color: var(--white);
  border-radius: 25px;
  padding: 25px;
  position: relative;
}

.home-student-sharing-slider-mask {
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.home-student-sharing-person-line {
  width: 10%;
  height: 1px;
  background-color: var(--primary-blue);
  margin-top: 15px;
  margin-left: -46px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-contact-label {
  margin-bottom: 5px;
  display: block;
  position: relative;
  top: 0;
  transform: none;
}

.home-stduent-sharing-button-b {
  margin-top: 40px;
  padding-left: 7%;
  padding-right: 7%;
}

.input-col-50 {
  width: 100%;
  border: 0 solid #000;
  position: relative;
}

.input {
  z-index: 2;
  height: 65px;
  border-style: none none solid;
  border-width: 3px 3px 1px;
  border-color: #cde #cde var(--primary-blue);
  color: var(--primary-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--primary-blue);
}

.input::-ms-input-placeholder {
  color: rgba(44, 77, 81, 0);
}

.input::placeholder {
  color: rgba(44, 77, 81, 0);
}

.link-home-img-hover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-home {
  display: inline-block;
  position: relative;
}

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

.url-path-row {
  flex-wrap: wrap;
  align-items: center;
  margin-top: -5px;
  display: flex;
}

.inner-banneer-b {
  z-index: 1;
  margin-top: 50px;
  position: relative;
}

.inner-text-img {
  z-index: 2;
  margin-top: 5px;
  margin-right: -2.5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.listing-row {
  flex-wrap: wrap;
  margin-left: -20px;
  display: flex;
}

.listing-col-filter {
  width: 25%;
  padding: 75px 20px;
}

.listing-col-list {
  width: 75%;
  background-color: var(--white);
  padding: 75px 5% 95px 20px;
}

.listing-filter-col {
  border-bottom: 1px solid #9e9e9e;
  padding-top: 15px;
  padding-bottom: 15px;
}

.listing-filter-row {
  margin-top: -15px;
}

.smaller-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 160%;
}

.listing-filter-title-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.listing-filter-title-col-r {
  width: 30%;
  text-align: right;
}

.listing-filter-title-col-l {
  width: 70%;
}

.listing-filter-checkbox-col {
  width: 100%;
  height: auto;
  color: #616161;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.listing-filter-checkbox-col:hover {
  color: var(--primary-blue);
}

.listing-filter-link-cat {
  width: 100%;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.listing-filter-link-cat:hover {
  color: var(--primary-blue);
}

.listing-filter-link-cat-arrow {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.listing-filter-checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
  position: static;
  transform: none;
}

.listing-filter-checkbox {
  width: 20px;
  height: 20px;
  background-image: url('../images/checkbox.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.listing-filter-checkbox.w--redirected-checked {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/checkbox-checked.svg');
  border-style: none;
  border-radius: 0;
  margin-left: 0;
}

.listing-filter-checkbox.w--redirected-focus {
  width: 20px;
  height: 20px;
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  margin-left: 0;
}

.listing-grid-list-link-b {
  width: 30px;
  height: 30px;
  background-color: #bdbdbd;
  border-radius: 7px;
  transition: all .5s;
  display: block;
  position: relative;
}

.listing-grid-list-link-b:hover {
  background-color: var(--primary-blue);
}

.listing-grid-list-img {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.listing-grid-list-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.listing-grid-list-col {
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.listing-grid-b {
  margin-top: 50px;
}

.listing-grid-row {
  flex-wrap: wrap;
  margin-top: -50px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.listing-grid-col {
  width: 33.33%;
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.listing-item-img-b {
  width: 100%;
  border-radius: 24px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.listing-item-details-b {
  margin-top: 20px;
}

.listing-item-button-col {
  align-self: flex-start;
  margin-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.listing-item-height-25 {
  height: auto;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.listing-item-height-60 {
  height: auto;
  margin-top: 15px;
}

.light-blue-outline-button-smaller {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
}

.listing-top-row {
  flex-wrap: wrap;
  display: flex;
}

.listing-top-col-r {
  width: 30%;
}

.listing-top-col-l {
  width: 70%;
}

.orange-outline-button-smaller {
  border: 1px solid var(--f5ad1b);
  color: var(--f5ad1b);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 3px 15px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
}

.deep-blue-text {
  color: var(--244796);
}

.light-blue-text {
  color: var(--primary-blue);
}

.listing-cat-icon {
  width: 100%;
  max-width: 15px;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.listing-cat-col {
  margin-top: 5px;
  padding-left: 25px;
  position: relative;
}

.listing-cat-col-row {
  margin-top: -5px;
}

.closed-tag {
  z-index: 5;
  color: var(--white);
  text-transform: uppercase;
  background-color: #f04242;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 160%;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.listing-list-b {
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.listing-list-row {
  margin-top: -30px;
}

.listing-list-col {
  width: 100%;
  border-top: 1px solid #bdbdbd;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}

.listing-list-col.first {
  border-top-style: none;
}

.listing-list-content-row {
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.listing-list-content-col-img {
  width: 30%;
}

.listing-list-content-col-25 {
  width: 100%;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.listing-list-content-col-75 {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.listing-list-content-col-details {
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.inner-banner {
  z-index: 1;
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.inner-banner.undergraduate-programme-01 {
  background-image: url('../images/undergraduate-programme-details-banner2x.jpg');
}

.inner-banner.secondary-school-programme {
  background-image: url('../images/secondary-school-programme-details-banner-012x.jpg');
}

.inner-banner.undergraduate-programme-02 {
  background-image: url('../images/undergraduate-programmes-details-banenr-022x.jpg');
}

.inner-banner.secondary-school-programme-02 {
  background-image: url('../images/secondary-school-programme-details-banner-022x.jpg');
}

.inner-banner.secondary-school-programme-03 {
  background-image: url('../images/secondary-school-programme-details-banner-032x.jpg');
}

.inner-banner.secondary-school-programme-04 {
  background-image: url('../images/secondary-school-programme-details-banner-042x.jpg');
}

.inner-banner.undergraduate-programme-03 {
  background-image: url('../images/undergraduate-programmes-details-banenr-032x.jpg');
}

.inner-banner.undergraduate-programme-04 {
  background-image: url('../images/undergraduate-programmes-details-banenr-042x.jpg');
}

.inner-banner.undergraduate-programme-05 {
  background-image: url('../images/undergraduate-programmes-details-banenr-052x.jpg');
}

.section-inner-details {
  z-index: 2;
  margin-top: -140px;
  position: relative;
}

.details-b {
  z-index: 1;
  background-color: var(--white);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 60px;
  position: relative;
}

.inner-sidebar-content-row {
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.inner-sidebar-content-col-l {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.inner-sidebar-content-col-r {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.inner-sidebar-link {
  width: 100%;
  color: var(--424242);
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 30px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.inner-sidebar-link:hover, .inner-sidebar-link.w--current, .inner-sidebar-link.active {
  background-color: var(--secondary-blue);
  color: var(--primary-blue);
}

.mobile-link-button {
  width: 100%;
  background-color: var(--primary-blue);
  color: var(--white);
  padding: 15px 12% 15px 5%;
  font-weight: 700;
  text-decoration: none;
  display: none;
  position: relative;
}

.inner-sidebar-link-b {
  overflow: hidden;
}

.inner-sidebar-link-arrow {
  margin-left: 15px;
}

.inner-sidebar-link-row {
  z-index: 1;
  display: flex;
  position: relative;
}

.mobile-link-button-arrow {
  margin-right: 5%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.inner-sidebar-content-b {
  padding: 20px;
}

.font-18 {
  font-size: 18px;
  line-height: 160%;
}

.secondary-blue-text {
  color: var(--244796);
}

.inner-sidebar-content-inner-b {
  margin-top: 20px;
}

.undergraduate-payment-table-content-row {
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: flex;
}

.undergraduate-payment-table-col-l-content {
  height: 100%;
  text-align: center;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.undergraduate-payment-table-col-r-content {
  height: 100%;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
  display: flex;
}

.undergraduate-payment-table-col {
  margin-top: 5px;
}

.table-row {
  margin-top: -5px;
}

.undergraduate-payment-table-col-r {
  width: 70%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.undergraduate-payment-table-col-l {
  width: 30%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.orange-text {
  color: #f5ad1b;
}

.list-b {
  padding-left: 20px;
}

.list-item {
  margin-top: 20px;
}

.text-italic {
  font-style: italic;
}

.undergraduate-payment-table-content-text-b {
  margin-top: 10px;
}

.book-now-button-link-b {
  background-color: var(--primary-blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 5px 40px 5px 20px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
  box-shadow: 3px 3px 10px rgba(78, 199, 228, .15);
}

.book-now-button-link-b:hover {
  padding-left: 30px;
}

.book-now-button-arrow {
  margin-right: 20px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.undergraduate-payment-table-content-text-row {
  flex-wrap: wrap;
  align-items: center;
  margin-top: -10px;
  display: flex;
}

.right-padding {
  padding-right: 15px;
}

.tnc-b {
  margin-top: 20px;
}

.inner-sidebar-content-section-b {
  margin-top: 40px;
}

.inner-sidebar-content-text-b {
  margin-top: 20px;
}

.list-item-row {
  flex-wrap: wrap;
  display: flex;
}

.payment-col {
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.payment-text {
  padding-right: 5px;
}

.sticky-top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.show-mobile {
  display: none;
}

.content-b-20 {
  margin-top: 20px;
}

.details-button-row {
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.details-button-col {
  margin-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.details-button-b {
  margin-top: 15px;
}

.details-apply-now-row {
  flex-wrap: wrap;
  align-items: center;
  margin-top: -10px;
  display: flex;
}

.details-apply-now-button {
  margin-right: 20px;
}

.details-apply-now-b {
  margin-top: 40px;
}

.details-cat-col {
  margin-top: 5px;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}

.details-cat-icon {
  width: 100%;
  max-width: 15px;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.details-cat-row {
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.details-cat-content {
  padding-left: 25px;
  position: relative;
}

.details-content-text-b {
  margin-top: 15px;
}

.details-tagline-b {
  margin-top: 25px;
  padding-right: 180px;
  position: relative;
}

.tag-text {
  background-color: var(--27ae60);
  color: var(--white);
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 160%;
  display: flex;
}

.label-img {
  height: 100%;
  margin-left: -12px;
  display: block;
}

.tag-b {
  margin-right: -60px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.tag-b.show-tablet-flex {
  display: none;
}

.url-path-col {
  margin-top: 5px;
  margin-right: 15px;
  display: block;
}

.url-path-line {
  width: 100%;
  height: 1px;
  background-color: var(--primary-blue);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.path-link-text {
  color: var(--primary-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.details-apply-now-col {
  margin-top: 10px;
}

.how-to-apply-b {
  padding-top: 20px;
  padding-bottom: 20px;
}

.how-to-apply-col-step {
  border: 1px solid var(--f5ad1b);
  text-align: center;
  padding: 5px 10px;
}

.how-to-apply-col-r {
  width: 90%;
  padding-left: 5px;
  padding-right: 5px;
}

.how-to-apply-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -20px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.step-num {
  font-size: 24px;
  line-height: 120%;
}

.how-to-apply-col-l {
  width: 10%;
  padding-left: 5px;
  padding-right: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 135px;
}

.how-to-apply-col {
  width: 100%;
  margin-top: 60px;
}

.how-to-apply-text-b {
  margin-top: 30px;
}

.light-grey-text {
  color: #757575;
}

.dates-required-doc-table-01-col-r-content {
  height: 100%;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
  display: flex;
}

.dates-required-doc-table-01-col-l-content {
  height: 100%;
  text-align: center;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
  display: flex;
}

.dates-required-doc-table-01-row {
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: flex;
}

.dates-required-doc-table-01-col {
  margin-top: 5px;
}

.dates-required-doc-table-01-col-r {
  width: 40%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.dates-required-doc-table-01-col-l {
  width: 60%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.undergraduate-payment-table-col-l-title {
  height: 100%;
  background-color: var(--secondary-blue);
  color: var(--244796);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 700;
  display: flex;
}

.undergraduate-payment-table-col-r-content-title {
  height: 100%;
  background-color: var(--secondary-blue);
  color: var(--244796);
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
  font-weight: 700;
  display: flex;
}

.dates-required-doc-table-01-col-l-content-title {
  height: 100%;
  background-color: var(--secondary-blue);
  color: var(--244796);
  text-align: center;
  padding: 15px 30px;
  font-weight: 700;
}

.dates-required-doc-table-01-col-r-content-title {
  height: 100%;
  background-color: var(--secondary-blue);
  color: var(--244796);
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
  font-weight: 700;
  display: flex;
}

.table-table-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.date-icon {
  padding-left: 10px;
}

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

.dates-required-doc-table-01-col-r-content-text-b {
  margin-top: 20px;
}

.dates-required-doc-table-02-col-r-content {
  height: 100%;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
  display: flex;
}

.dates-required-doc-table-02-col-l-content {
  height: 100%;
  text-align: center;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.dates-required-doc-table-02-col-r {
  width: 65%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.dates-required-doc-table-02-col-l {
  width: 35%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.dates-required-doc-table-02-row {
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: flex;
}

.dates-required-doc-table-02-col {
  margin-top: 5px;
}

.dates-required-doc-table-02-col-l-content-title {
  height: 100%;
  background-color: var(--secondary-blue);
  color: var(--244796);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 700;
  display: flex;
}

.dates-required-doc-table-02-col-r-content-title {
  height: 100%;
  background-color: var(--secondary-blue);
  color: var(--244796);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
  font-weight: 700;
  display: flex;
}

.table-list-item-content {
  margin-top: 10px;
  padding-left: 20px;
}

.list-item-10 {
  margin-top: 10px;
}

.div-block-2 {
  display: flex;
}

.country-img {
  padding-left: 10px;
}

.div-block-3 {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.dates-required-doc-table-03-col {
  width: 25%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.dates-required-doc-table-03-col-l-content {
  height: 100%;
  text-align: center;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  display: flex;
}

.dates-required-doc-table-03-row {
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: flex;
}

.dates-required-doc-table-03-col-b {
  margin-top: 5px;
}

.dates-required-doc-table-03-col-l-content-title {
  height: 100%;
  background-color: var(--secondary-blue);
  color: var(--244796);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  font-weight: 700;
  display: flex;
}

.div-block-4 {
  display: flex;
}

.open-tag {
  z-index: 5;
  background-color: var(--27ae60);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 160%;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.language-requirements-b {
  padding-top: 20px;
  padding-bottom: 40px;
}

.text-black {
  color: var(--424242);
}

.content-b-10 {
  margin-top: 10px;
}

.inner-sidebar-orange-title-b {
  padding-left: 20px;
  position: relative;
}

.inner-sidebar-orange-title-icon {
  margin-top: 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.inner-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.programme-schedule-expand-button {
  width: 100%;
  background-color: var(--244796);
  color: var(--white);
  padding: 4px 35px 4px 10px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.programme-schedule-expand-button:hover {
  background-color: var(--primary-blue);
}

.programme-schedule-expand-img-b {
  width: 12px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.programme-schedule-expand-img {
  display: block;
}

.programme-schedule-expand-img-close {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.programme-schedule-expand-content {
  overflow: hidden;
}

.programme-schedule-table-col-b {
  margin-top: 5px;
}

.programme-schedule-table-row {
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: flex;
}

.programme-schedule-table-col {
  width: 16.6667%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.programme-schedule-table-col-l-content {
  height: 100%;
  text-align: center;
  background-color: #f1f1f1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  display: flex;
}

.programme-schedule-table-col-l-content-title {
  height: 100%;
  background-color: var(--secondary-blue);
  color: var(--244796);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  font-weight: 700;
  display: flex;
}

.light-red-text {
  color: var(--eb5757);
}

.programme-schedule-expand-b {
  margin-top: 20px;
}

.programme-schedule-expand-row {
  margin-top: -20px;
}

.learning-outcomes-link-b {
  min-width: 250px;
  color: var(--424242);
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.learning-outcomes-link-b:hover {
  color: var(--f5ad1b);
}

.learning-outcomes-img-person {
  margin-top: 6px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.learning-outcomes-img-arrow {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.learning-outcomes-col {
  padding-top: 10px;
}

.learning-outcomes-row {
  margin-top: -10px;
}

.programme-fee-col {
  padding-left: 25px;
  position: relative;
}

.programme-fee-img {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.programme-fee-discount-b {
  background-color: var(--secondary-blue);
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.programme-fee-discount-row {
  margin-top: -10px;
}

.programme-fee-discount-col {
  margin-top: 10px;
}

.inner-bottom-img-b {
  border-top-left-radius: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.programmes-details-img-text {
  z-index: 1;
  margin-bottom: 15%;
  margin-left: 12%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.programmes-details-slider-b {
  z-index: 0;
  width: 100%;
  height: auto;
  max-width: 25%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  margin-bottom: 40px;
  margin-left: -2%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.inner-sidebar-link-col {
  max-height: 40vh;
  overflow: auto;
}

.hkusi-gallery-img07 {
  width: 30%;
  border-radius: 24px;
  margin-top: 95%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hkusi-gallery-img06 {
  width: 30%;
  border-radius: 24px;
  margin-top: 65%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hkusi-gallery-img09 {
  width: 30%;
  border-radius: 24px;
  margin-top: 98%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hkusi-gallery-img05 {
  width: 65%;
  border-radius: 24px;
  margin-top: 55%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hkusi-gallery-img04 {
  width: 30%;
  border-radius: 24px;
  margin-top: 30%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%);
}

.hkusi-gallery-img02 {
  width: 30%;
  border-radius: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%);
}

.hkusi-gallery-img01 {
  width: 30%;
  border-radius: 24px;
  margin-top: 10%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hkusi-gallery-img08 {
  width: 30%;
  border-radius: 24px;
  margin-top: 93%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%);
}

.hkusi-gallery-img10 {
  width: 30%;
  border-radius: 24px;
  margin-top: 135%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%);
}

.hkusi-gallery-img03 {
  width: 30%;
  border-radius: 24px;
  margin-top: 20%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hkusi-gallery-img {
  width: 100%;
}

.hkusi-gallery-b {
  padding-top: 152%;
  position: relative;
}

.hkusi-gallery-txt-b {
  color: #fff;
  background-image: linear-gradient(rgba(78, 199, 228, .12) 12%, #4ec7e4);
  align-items: flex-end;
  padding: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hkusi-gallery-b-all {
  margin-top: 40px;
}

.faq-title-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-title-col-r {
  width: 10%;
  text-align: right;
}

.faq-title-col-l {
  width: 90%;
}

.faq-intro-b {
  background-color: #edfcff;
  padding: 20px;
}

.faq-b {
  padding-top: 20px;
  padding-bottom: 40px;
}

.faq-content-b {
  padding-top: 20px;
  padding-left: 30px;
}

.faq-link-b {
  width: 100%;
  background-color: var(--white);
  color: var(--424242);
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-block-6 {
  width: 3px;
  height: 100%;
  max-height: 60%;
  background-color: var(--primary-blue);
  margin-left: -1.5px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.faq-expand-b {
  overflow: hidden;
}

.faq-expand-padding {
  padding-top: 20px;
  padding-left: 20px;
}

.faq-col {
  margin-top: 20px;
}

.faq-row {
  margin-top: -20px;
}

.faq-tab-link {
  color: var(--424242);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  transition: all .5s;
}

.faq-tab-link:hover {
  color: var(--244796);
}

.faq-tab-link.active {
  color: var(--244796);
  font-size: 18px;
  font-weight: 700;
}

.faq-tab-col {
  width: 33.33%;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.faq-num {
  font-size: 13px;
  line-height: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.faq-tab-row {
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.faq-tab-text {
  padding-left: 25px;
  position: relative;
}

.bespoke-programme-highlights-b {
  margin-top: 60px;
}

.bespoke-programme-highlights-col-l {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.bespoke-programme-highlights-col-r {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.bespoke-programme-highlights-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.bespoke-programme-content-b {
  margin-top: 75px;
}

.carousel-mask {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.carousel-track, .carousel-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-item {
  padding: 20px 25px;
  display: block;
}

.img-fix-height {
  width: auto;
  height: 60px;
}

.bespoke-programme-partners-img-b {
  margin-top: 40px;
}

.bespoke-programme-partners-carousel-b {
  margin-top: 15px;
}

.bespoke-programme-enquiry {
  width: 100%;
  max-width: 1000px;
  background-color: var(--secondary-blue);
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  position: relative;
}

.bespoke-programme-enquiry-email-icon {
  margin-top: 6px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bespoke-programme-enquiry-email-col {
  padding-left: 25px;
  position: relative;
}

.bespoke-programme-enquiry-email-b {
  margin-top: 20px;
}

.bespoke-programme-enquiry-text-img {
  width: 15%;
  margin-top: -8%;
  margin-right: -5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bespoke-programme-enquiry-b {
  margin-top: 125px;
  margin-bottom: 75px;
}

.bespoke-programme-enquiry-icon {
  width: 100%;
  max-width: 8%;
  margin-left: 25px;
}

.bespoke-programme-enquiry-text {
  display: inline-block;
}

.bespoke-programme-enquiry-text-row {
  align-items: center;
  display: flex;
}

.bespoke-programme-highlights-img-b {
  z-index: 1;
  position: relative;
}

.yellow-dot-vector {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bespoke-programme-highlights-img {
  padding-left: 5%;
  padding-right: 5%;
}

.bespoke-programme-highlights-img-col {
  width: 50%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.bespoke-programme-highlights-img-col.bespoke-programme-highlights-img-right-col {
  margin-top: 40px;
}

.bespoke-programme-highlights-img-link-b {
  border-radius: 24px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.bespoke-programme-highlights-img-link-b:hover {
  transform: scale(1.05)translate(0, -10px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.bespoke-programme-highlights-img-black-fade {
  background-color: var(--black);
  opacity: .3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bespoke-programme-highlights-img-row {
  flex-wrap: wrap;
  display: flex;
}

.bespoke-programme-highlights-bg {
  z-index: 0;
  width: 70%;
  height: 85%;
  background-color: var(--secondary-blue);
  margin-bottom: -30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bespoke-programme-theme {
  background-color: #fafafa;
  padding-bottom: 60px;
}

.bespoke-programme-theme-b {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.bespoke-programme-section-b {
  margin-top: 90px;
}

.bespoke-programme-theme-title-b {
  padding-right: 22%;
}

.bespoke-programme-theme-slider-b {
  margin-top: 35px;
  position: relative;
}

.bespoke-programme-theme-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: -35px;
  position: relative;
}

.bespoke-programme-theme-list {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bespoke-programme-theme-item {
  flex: none;
  padding-left: 35px;
  padding-right: 35px;
  transition: opacity .5s;
  display: block;
}

.bespoke-programme-theme-item.slick-current {
  opacity: 1;
}

.bespoke-programme-theme-slide-img-b {
  z-index: 1;
  border-radius: 25px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.bespoke-programme-theme-slide-content-b {
  text-align: center;
  margin-top: 20px;
}

.bespoke-programme-theme-slider-arrow-l {
  z-index: 1;
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  margin-top: -80px;
  margin-right: 124px;
  transition: all .5s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bespoke-programme-theme-slider-arrow-l:hover {
  background-color: var(--primary-blue);
}

.bespoke-programme-theme-slider-arrow-r {
  z-index: 1;
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  margin-top: -80px;
  margin-right: 80px;
  transition: all .5s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bespoke-programme-theme-slider-arrow-r:hover {
  background-color: var(--primary-blue);
}

.bespoke-programme-process {
  margin-top: 90px;
  margin-bottom: 90px;
}

.bespoke-programme-section-hr {
  width: 25%;
  height: 10px;
  background-color: var(--f2ea00);
  margin-bottom: -5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bespoke-programme-section-hr-color {
  width: 20%;
  height: 100%;
  background-color: var(--primary-blue);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bespoke-programme-theme-text-img {
  margin-top: -3%;
  margin-left: -3%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bespoke-programme-previous-text-img {
  z-index: 2;
  margin-top: -5%;
  margin-right: -2.5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.title-line {
  width: 100%;
  height: 2px;
  background-color: var(--244796);
}

.title-line-b {
  margin-top: 20px;
}

.summer-at-hku-accommodation-content-b {
  margin-top: 40px;
}

.summer-at-hku-accommodation-text-b {
  margin-top: 15px;
}

.summer-at-hku-accommodation-table-col-b {
  margin-top: 5px;
}

.summer-at-hku-accommodation-table-row {
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: flex;
}

.summer-at-hku-accommodation-table-col {
  width: 25%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.summer-at-hku-accommodation-table-col-l-content {
  height: 100%;
  color: var(--424242);
  text-align: center;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  display: flex;
}

.summer-at-hku-accommodation-table-col-l-content-title {
  height: 100%;
  background-color: var(--secondary-blue);
  color: var(--244796);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  font-weight: 700;
  display: flex;
}

.summer-at-hku-accommodation-table-col-50 {
  width: 50%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.summer-at-hku-accommodation-table-col-75 {
  width: 75%;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.summer-at-hku-accommodation-content {
  padding: 75px 5%;
}

.no-padding {
  padding: 0;
}

.summer-at-hku-accommodation-content-row {
  margin-top: -75px;
  margin-bottom: 75px;
}

.white-bg {
  background-color: var(--white);
}

.no-br {
  white-space: nowrap;
}

.menu-dropdown {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.menu-dropdown-arrow-img {
  display: block;
}

.menu-dropdown-text-row {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.menu-dropdown-arrow-b {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.menu-dropdown-arrow-img-hover {
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.fixed-left-img-text {
  z-index: 1;
  margin-bottom: 2%;
  margin-left: -2.5%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.summer-at-hku-student-sharing-row {
  margin-top: -80px;
}

.summer-at-hku-student-sharing-col {
  margin-top: 80px;
}

.summer-at-hku-student-sharing-tetx-b {
  max-width: 1000px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.summer-at-hku-student-sharing-quote-open {
  width: 100%;
  max-width: 1.5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.summer-at-hku-student-sharing-quote-close {
  width: 100%;
  max-width: 1.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.summer-at-hku-student-sharing-content-bg {
  z-index: 0;
  height: 100%;
  max-height: 90%;
  background-color: var(--secondary-blue);
  border-top-right-radius: 80px;
  border-bottom-right-radius: 20px;
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.summer-at-hku-student-sharing-content-img {
  padding-top: 45px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.summer-at-hku-student-sharing-content-b {
  z-index: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.summer-at-hku-student-sharing-content-row {
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.summer-at-hku-student-sharing-content-col-r {
  width: 40%;
  position: relative;
}

.summer-at-hku-student-sharing-content-col-r._02 {
  margin-right: 35%;
}

.summer-at-hku-student-sharing-content-img-b {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.summer-at-hku-student-sharing-content-bg-vector {
  z-index: 1;
  width: 100%;
  max-width: 10%;
  margin-top: 20px;
  margin-left: 8%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.summer-at-hku-student-sharing-number {
  opacity: .5;
  color: var(--f2ea00);
  font-size: 15vw;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.summer-at-hku-student-sharing-content-bg-vector-02 {
  z-index: 3;
  width: 100%;
  max-width: 10%;
  margin-top: 20px;
  margin-right: -20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.summer-at-hku-student-sharing-content-name {
  z-index: 1;
  width: 100%;
  max-width: 420px;
  background-color: var(--white);
  border-radius: 24px;
  margin-bottom: -15px;
  margin-left: 20%;
  padding: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.summer-at-hku-student-sharing-content-name-text-b {
  margin-top: 20px;
}

.summer-at-hku-student-sharing-content-bg-vector-03 {
  z-index: 3;
  width: 100%;
  max-width: 8%;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.yellow-bg {
  background-color: #fffc9b;
}

.summer-at-hku-student-sharing-number-02 {
  opacity: .5;
  color: var(--f2ea00);
  margin-top: -70px;
  margin-left: 13%;
  font-size: 15vw;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.summer-at-hku-student-sharing-content-name-02 {
  z-index: 1;
  width: 100%;
  max-width: 420px;
  background-color: var(--white);
  border-radius: 24px;
  margin-bottom: -15px;
  padding: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.summer-at-hku-student-sharing-content-bg-vector-04 {
  z-index: 3;
  width: 100%;
  max-width: 10%;
  margin-top: 20px;
  margin-left: -30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.summer-at-hku-student-sharing-content-bg-vector-05 {
  z-index: 3;
  width: 100%;
  max-width: 12%;
  opacity: .75;
  margin-top: -10px;
  margin-right: -20px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.summer-at-hku-student-sharing-content-bg-vector-06 {
  z-index: 1;
  width: 100%;
  max-width: 10%;
  margin-top: 20px;
  margin-left: 30%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.summer-at-hku-student-sharing {
  padding-top: 20px;
  padding-bottom: 20px;
}

.apply-now-button {
  z-index: 4;
  width: 100%;
  max-width: 60px;
  background-color: var(--secondary-blue);
  color: var(--primary-blue);
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 30px 10px;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: all .5s;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.apply-now-button:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.apply-now-button-img-b {
  width: 12px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.apply-now-button-img {
  width: 100%;
  display: block;
}

.apply-now-button-img-hover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bespoke-programme-process-padding {
  padding-right: 5%;
}

.bespoke-programme-process-title-b {
  text-align: right;
}

.bespoke-programme-process-title {
  display: inline-block;
}

.bespoke-programme-process-title-line {
  width: 100%;
  height: 1px;
  max-width: 40%;
  background-color: var(--primary-blue);
  margin-top: 25px;
}

.bespoke-programme-process-line {
  margin-top: 70px;
  padding-bottom: 20px;
  position: relative;
}

.bespoke-programme-process-col {
  z-index: 1;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.bespoke-programme-process-col._02 {
  margin-top: 80px;
}

.bespoke-programme-process-link-b-color {
  background-color: var(--primary-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bespoke-programme-process-link-b-color._03 {
  background-color: #5dd1ea;
}

.bespoke-programme-process-link-b-color._04 {
  background-color: #61dad4;
}

.bespoke-programme-process-link-b-color._05 {
  background-color: #70e0d8;
}

.bespoke-programme-process-link-b-color._02 {
  background-color: #4abfd6;
}

.bespoke-programme-process-link-b {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bespoke-programme-process-link-text {
  z-index: 2;
  color: var(--white);
  text-align: center;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.bespoke-programme-process-link-b-img {
  position: relative;
  overflow: hidden;
}

.bespoke-programme-process-link-b-img._02 {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.bespoke-programme-process-link-b-img._01 {
  border-top-left-radius: 35%;
  border-bottom-right-radius: 50%;
}

.bespoke-programme-process-link-b-img._03 {
  border-top-left-radius: 35%;
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
}

.bespoke-programme-process-link-b-img._04 {
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
  border-bottom-left-radius: 35%;
}

.bespoke-programme-process-link-b-img._05 {
  border-top-left-radius: 35%;
  border-top-right-radius: 35%;
  border-bottom-right-radius: 35%;
}

.bespoke-programme-process-hover-line {
  width: 1px;
  height: 100px;
  background-color: var(--primary-blue);
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.bespoke-programme-process-hover-b {
  text-align: center;
  overflow: hidden;
}

.bespoke-programme-process-bg-img {
  z-index: 0;
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bespoke-programme-process-row {
  display: flex;
}

.bespoke-programme-process-hover-content {
  padding-top: 8%;
}

.bespoke-programme-process-vector-02 {
  z-index: 2;
  width: 100%;
  max-width: 1.5%;
  margin-top: 5%;
  margin-left: 20%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bespoke-programme-process-vector-03 {
  z-index: 2;
  width: 100%;
  max-width: 2%;
  margin-bottom: -2%;
  margin-left: 40%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bespoke-programme-process-vector-04 {
  z-index: 2;
  width: 100%;
  max-width: 2.5%;
  margin-top: 0%;
  margin-left: 76%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bespoke-programme-slider-arrow-l {
  z-index: 2;
  width: 45px;
  height: 45px;
  border: 1px solid var(--white);
  background-color: var(--primary-blue);
  margin-bottom: 20px;
  margin-left: 20px;
  transition: all .5s;
  top: auto;
  bottom: 0%;
  left: 47.5%;
  right: auto;
}

.bespoke-programme-slider-arrow-l:hover {
  background-color: var(--f5ad1b);
}

.bespoke-programme-slider-arrow-r {
  z-index: 2;
  width: 45px;
  height: 45px;
  border: 1px solid var(--white);
  background-color: var(--primary-blue);
  margin-bottom: 20px;
  margin-left: 64px;
  transition: all .5s;
  top: auto;
  bottom: 0%;
  left: 47.5%;
  right: auto;
}

.bespoke-programme-slider-arrow-r:hover {
  background-color: var(--f5ad1b);
}

.bespoke-programme-slide {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.bespoke-programme-slider-img-b {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.bespoke-programme-slider-img-fade-color {
  background-color: rgba(0, 0, 0, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bespoke-programme-slider-content {
  z-index: 1;
  width: 100%;
  max-width: 440px;
  background-color: var(--white);
  text-align: left;
  margin-left: -2.5%;
  padding: 20px 20px 85px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.bespoke-programme-slider-text-b {
  margin-top: 20px;
}

.bespoke-programme-slider-b {
  margin-top: 60px;
}

.bespoke-programme-slider-number {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}

.bespoke-programme-slider-number-previous {
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bespoke-programme-slider-number-total {
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bespoke-programme-slider-row {
  margin-left: -5%;
  margin-right: -5%;
}

.bespoke-programme-slider-content-02 {
  height: 100%;
  max-height: 400px;
  display: none;
  overflow: auto;
}

.summer-at-hku-social-activities-row {
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.summer-at-hku-social-activities-tetx-b {
  margin-top: 40px;
}

.summer-at-hku-social-activities-list-b {
  color: #757575;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 14px;
}

.hr-black-line {
  width: 100%;
  height: 1px;
  background-color: var(--424242);
}

.summer-at-hku-social-activities-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: static;
  overflow: hidden;
}

.summer-at-hku-social-activities-col-l {
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
}

.summer-at-hku-social-activities-col-r {
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
}

.summer-at-hku-social-activities-slider-arrow-l {
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  transition: all .5s;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.summer-at-hku-social-activities-slider-arrow-l:hover {
  background-color: var(--primary-blue);
}

.summer-at-hku-social-activities-slider-img-b {
  border-radius: 24px;
  overflow: hidden;
}

.summer-at-hku-social-activities-slider-text-b {
  margin-top: 10px;
}

.summer-at-hku-social-activities-slider-arrow-r {
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  margin-left: -1px;
  transition: all .5s;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.summer-at-hku-social-activities-slider-arrow-r:hover {
  background-color: var(--primary-blue);
}

.summer-at-hku-social-activities-col-l-text-align {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 200px;
  display: flex;
}

.summer-at-hku-social-activities-col-l-text-b {
  margin-top: 25px;
}

.summer-at-hku-workshop-row {
  flex-wrap: wrap-reverse;
  align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.summer-at-hku-workshop-col-r {
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
}

.summer-at-hku-workshop-col-l {
  width: 35%;
  padding-left: 20px;
  padding-right: 20px;
}

.summer-at-hku-workshop-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: static;
  overflow: hidden;
}

.summer-at-hku-workshop-slider-arrow-l {
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  transition: all .5s;
  position: relative;
}

.summer-at-hku-workshop-slider-arrow-l:hover {
  background-color: var(--primary-blue);
}

.summer-at-hku-workshop-slider-arrow-r {
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-blue);
  margin-left: -1px;
  transition: all .5s;
  position: relative;
}

.summer-at-hku-workshop-slider-arrow-r:hover {
  background-color: var(--primary-blue);
}

.summer-at-hku-workshop-col-l-text-align {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 200px;
  display: flex;
}

.summer-at-hku-workshop-col-l-text-b {
  margin-top: 25px;
}

.summer-at-hku-workshops-text-img {
  z-index: 0;
  margin-right: -2.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.summer-at-hku-workshop-slider-b {
  margin-top: 75px;
}

.summer-at-hku-activities-content-tnc {
  margin-top: 75px;
  margin-bottom: 75px;
}

.communication-porgrammes-col-l {
  z-index: 0;
  width: 50%;
  background-color: var(--secondary-blue);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.communication-porgrammes-col-l-title-text {
  color: var(--primary-blue);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 700;
}

.communication-porgrammes-col-l-title-text.deep-blue-text {
  color: var(--244796);
}

.communication-porgrammes-col-l-title {
  transform-origin: 0 0;
  margin-top: 30px;
  margin-left: 40px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(90deg);
}

.communication-doc-link-b {
  color: var(--primary-blue);
  padding-left: 40px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.communication-doc-link-b:hover {
  color: var(--244796);
}

.communication-doc-link-img-b {
  width: 16px;
  margin-top: 4px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.communication-doc-link-img {
  width: 100%;
  display: block;
}

.communication-doc-link-img-hover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.communication-doc-link {
  text-align: center;
  padding: 20px;
}

.communication-doc-link-col {
  margin-top: 15px;
  display: block;
}

.communication-doc-link-row {
  text-align: left;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.communication-doc-img {
  width: 100%;
  display: block;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

.communication-doc-img-b {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.communication-doc-tag {
  margin-top: -20px;
  margin-right: -15px;
  padding: 10px 5%;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.communication-doc-tag-color {
  z-index: 0;
  background-color: var(--f5ad1b);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skew(-25deg);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

.communication-doc-tag-text {
  z-index: 1;
  color: var(--white);
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.communication-porgrammes-col-l-title-line {
  width: 150px;
  height: 1px;
  background-color: var(--primary-blue);
  margin-right: -180px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.communication-doc-col-content {
  padding-left: 10%;
  padding-right: 10%;
}

.communication-porgrammes-col-r {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.whats-on-bottom-img-b {
  border-top-left-radius: 14px;
  margin-bottom: 120px;
  overflow: hidden;
}

.whats-on-content-b {
  background-color: var(--white);
  padding: 100px;
}

.div-block-12 {
  color: #757575;
  margin-top: 30px;
}

.communication-porgrammes-tagline-b {
  width: 100%;
}

.communication-porgrammes-tagline-col {
  width: 50%;
  background-color: var(--secondary-blue);
  padding-top: 80px;
  padding-left: 7%;
  padding-right: 7%;
}

.communication-sticky {
  z-index: 1;
  width: 100%;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.communication-deco-col {
  width: 50%;
  position: relative;
}

.deep-blue-bg {
  background-color: var(--244796);
}

.communication-porgrammes-row {
  flex-wrap: wrap;
  display: flex;
}

.communication-porgrammes-col-l-bottom-bg {
  z-index: 0;
  width: 50%;
  background-color: var(--secondary-blue);
  position: relative;
}

.communication-porgrammes-col-l-bottom-bg-color-l {
  background-color: rgba(225, 248, 253, .8);
  background-image: linear-gradient(-180deg, var(--secondary-blue), rgba(225, 248, 253, 0) 30%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.communication-porgrammes-col-r-bottom-bg {
  width: 50%;
  position: relative;
}

.communication-porgrammes-col-l-bottom-bg-color-r {
  background-color: rgba(250, 250, 250, .8);
  background-image: linear-gradient(-180deg, #fafafa, rgba(250, 250, 250, 0) 30%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile, .communication-porgrammes-col-l-title-b-mobile {
  display: none;
}

.bespoke-programme-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.bespoke-programme-slider-mask {
  width: 25%;
  margin-left: 25%;
  overflow: visible;
}

.bespoke-programme-slider-p-b {
  max-height: 180px;
  margin-top: 20px;
  overflow: auto;
}

.summer-at-hku-social-activities-text-img {
  width: 100%;
  max-width: 20%;
  margin-bottom: -12%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.margin-0 {
  margin-bottom: 0;
}

.hkusi-gallery-text-b {
  margin-top: 20px;
}

.hkusi-gallery-col {
  border-top: 1px solid #d9d9d9;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

.hkusi-gallery-link-col {
  width: 25%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.hkusi-gallery-link-row {
  flex-wrap: wrap;
  margin-top: -10px;
  display: flex;
}

.hkusi-gallery-link-b {
  color: var(--424242);
  text-decoration: none;
  transition: all .5s;
}

.hkusi-gallery-link-b:hover {
  color: var(--244796);
}

.hkusi-gallery-link-b.w--current {
  color: var(--244796);
  font-weight: 700;
}

.about-us-content-b {
  z-index: 1;
  background-color: #fff;
  margin-top: -40px;
  padding: 60px 5%;
  position: relative;
}

.about-us-content-col {
  width: 50%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-us-content-row {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.about-us-img-b {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.about-us-text-b {
  margin-top: 15px;
}

.about-us-icon {
  width: 22px;
  height: 22px;
  background-color: var(--244796);
  border-radius: 100%;
  margin-top: 2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-us-tick-text {
  color: var(--244796);
  padding-left: 30px;
  font-weight: 900;
  position: relative;
}

.about-us-icon-img {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.padding-left-none {
  padding-left: 0;
}

.about-us-content-icon-b {
  background-color: var(--secondary-blue);
  padding: 60px 5%;
}

.about-us-content-icon-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.about-us-content-icon-col {
  width: 33.33%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-us-content-icon {
  width: 120px;
  height: 120px;
  background-color: var(--white);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-us-content-icon-img {
  width: 60px;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.ttitle {
  color: var(--244796);
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 900;
  line-height: 120%;
}

.display-inline {
  display: inline-block;
}

.about-us-content-icon-text {
  text-align: center;
  margin-top: 10px;
}

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

.about-intro {
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
}

.about-intro-bg {
  height: 670px;
  background-image: url('../images/about-us-banner2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-intro-text-b {
  width: 100%;
  height: 100%;
  max-width: 530px;
  background-color: var(--white);
  margin-left: 5%;
  padding: 40px 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-intro-text {
  height: 100%;
  max-height: 75%;
  margin-top: 25px;
  overflow: auto;
}

.about-us-inner-text-img {
  z-index: 1;
  margin-top: 125px;
  margin-right: -2.5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.about-intro-text-line {
  width: 6px;
  height: 100%;
  max-height: 40%;
  background-color: var(--primary-blue);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.bg-text {
  z-index: -1;
  opacity: .1;
  color: #9e9e9e;
  text-align: right;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 11vw;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hkusi-gallery-link-border-line {
  width: 8px;
  height: 100%;
  max-height: 60%;
  background-color: var(--f5ad1b);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.hkusi-gallery-row {
  margin-top: -40px;
}

.hkusi-gallery02-img01 {
  width: 63%;
  border-radius: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hkusi-gallery02-img02 {
  width: 35%;
  border-radius: 24px;
  margin-top: 15%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hkusi-gallery02-img03 {
  width: 30%;
  border-radius: 24px;
  margin-top: 54%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hkusi-gallery02-img04 {
  width: 30%;
  border-radius: 24px;
  margin-top: 56%;
  margin-left: -2%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%);
}

.hkusi-gallery02-img05 {
  width: 35%;
  border-radius: 24px;
  margin-top: 66%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hkusi-gallery02-img06 {
  width: 30%;
  border-radius: 24px;
  margin-top: 82%;
  margin-left: -2%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50%);
}

.hkusi-gallery02-img07 {
  width: 35%;
  border-radius: 24px;
  margin-top: 93%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hkusi-gallery-b-02 {
  padding-top: 122%;
  position: relative;
}

.bg-text-03 {
  z-index: -1;
  opacity: .1;
  color: #9e9e9e;
  text-align: right;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 11vw;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-text-02 {
  z-index: -1;
  opacity: .1;
  transform-origin: 100% 0;
  color: #9e9e9e;
  text-align: left;
  text-transform: uppercase;
  margin-left: 195px;
  font-size: 11vw;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.hkusi-gallery-b-03 {
  padding-top: 127%;
  position: relative;
}

.hkusi-gallery03-img01 {
  width: 61%;
  border-radius: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hkusi-gallery03-img02 {
  width: 33%;
  border-radius: 24px;
  margin-top: 15%;
  margin-left: 2%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hkusi-gallery03-img03 {
  width: 30%;
  border-radius: 24px;
  margin-top: 54%;
  margin-left: -7%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50px);
}

.hkusi-gallery03-img04 {
  width: 27%;
  border-radius: 24px;
  margin-top: 56%;
  margin-left: -2%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hkusi-gallery03-img05 {
  width: 35%;
  border-radius: 24px;
  margin-top: 63%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.hkusi-gallery03-img06 {
  width: 30%;
  border-radius: 24px;
  margin-top: 81%;
  margin-left: -7%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: hidden;
  transform: translate(-50px);
}

.hkusi-gallery03-img07 {
  width: 26%;
  border-radius: 24px;
  margin-top: 90%;
  margin-left: 9%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.home-about-intro-text-line {
  width: 6px;
  height: 100%;
  max-height: 40%;
  background-color: var(--primary-blue);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.all-cap {
  text-transform: uppercase;
}

.menu-link-col {
  width: 100%;
}

.listing-grid-col-link-b {
  width: 100%;
  color: var(--424242);
  text-decoration: none;
  display: block;
}

.faq-text-b {
  margin-top: 30px;
}

.summer-at-hku-student-sharing-content-bg-vector-03-white {
  z-index: 3;
  width: 100%;
  max-width: 10%;
  margin-bottom: 5%;
  margin-right: -20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.student-sharing-img-text {
  z-index: 1;
  margin-bottom: 2%;
  margin-left: -2.5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.sticky-text-img {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.home-featured-item-link-b {
  width: 100%;
  color: var(--424242);
  text-decoration: none;
  display: block;
}

.communication-doc-link-b-deep-blue {
  color: var(--244796);
  padding-left: 40px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.communication-doc-link-b-deep-blue:hover {
  color: var(--primary-blue);
}

.listing-item-height-15 {
  height: auto;
  align-items: flex-end;
  margin-top: 15px;
  display: flex;
}

.listing-grid-text-b {
  margin-top: 15px;
}

.listing-grid-button-b {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.listing-list-col-link-b {
  width: 100%;
  color: var(--424242);
  text-decoration: none;
  display: block;
}

.summer-at-hku-social-activities-list {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.summer-at-hku-social-activities-item {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .5s;
  display: block;
}

.summer-at-hku-social-activities-item.slick-current {
  opacity: 1;
}

.summer-at-hku-workshop-list {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.summer-at-hku-workshop-item {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .5s;
  display: block;
}

.summer-at-hku-workshop-item.slick-current {
  opacity: 1;
}

.nav-menu-b {
  overflow: hidden;
}

.div-block-13 {
  width: 100%;
  height: 30%;
  background-color: var(--f2ea00);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-filter-link-cat-arrow-img-active {
  display: block;
}

.listing-filter-link-cat-arrow-img {
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.listing-filter-checkbox-row {
  padding-top: 20px;
}

.mobile-popup {
  display: none;
}

.home-banner-list {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-item {
  width: 100%;
}

.bottom-sticky {
  z-index: 4;
  margin-bottom: 3%;
  margin-right: 3%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bottom-sticky-col {
  margin-bottom: 5px;
  position: relative;
}

.bottom-sticky-row {
  margin-bottom: -5px;
}

.home-banner-pause-button {
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 100%;
  transition: all .5s;
  display: block;
  position: relative;
}

.home-banner-pause-button:hover {
  background-color: var(--black);
}

.home-banner-play-button {
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 100%;
  transition: all .5s;
  display: block;
  position: relative;
}

.home-banner-play-button:hover {
  background-color: var(--black);
}

.search-result-b {
  margin-top: 40px;
  margin-bottom: 75px;
}

.search-result-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.search-result-col-filter {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.search-result-col-list {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}

.search-result-filter-row {
  margin-top: -15px;
}

.search-result-filter-b {
  border-top: 1px solid #9e9e9e;
  margin-top: 15px;
  padding-top: 15px;
}

.search-result-link-row {
  margin-top: -15px;
}

.search-result-link-col {
  margin-top: 15px;
}

.search-result-content-row {
  margin-top: -50px;
}

.search-result-content-col {
  margin-top: 50px;
}

.search-result-content-b {
  margin-top: 20px;
}

.search-result-text-b {
  background-color: var(--white);
  border-radius: 15px;
  padding: 20px 30px;
  transition: all .5s;
}

.search-result-text-b:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
}

.search-result-text {
  color: var(--244796);
  font-weight: 700;
}

.search-result-grid-row {
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.search-result-grid-col {
  width: 33.33%;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.search-result-grid-col-link-b {
  width: 100%;
  color: var(--424242);
  text-decoration: none;
  display: block;
}

.search-result-item-img-b {
  width: 100%;
  border-radius: 24px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.search-result-item-details-b {
  margin-top: 20px;
}

.search-result-grid-button-b {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.search-result-grid-text-b {
  margin-top: 15px;
}

.search-result-communication-row {
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.search-result-communication-col {
  width: 33.33%;
  margin-top: 30px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.search-result-communication-doc-img-b {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search-result-communication-doc-link-col {
  margin-top: 15px;
  display: block;
}

.search-result-communication-doc-link-row {
  text-align: left;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.search-result-communication-doc-link {
  text-align: center;
  padding-top: 20px;
}

.search-result-communication-doc-tag {
  margin-top: -20px;
  margin-right: -15px;
  padding: 10px 10%;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.search-result-communication-doc-link-b-deep-blue {
  color: var(--244796);
  padding-left: 40px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.search-result-communication-doc-link-b-deep-blue:hover {
  color: var(--primary-blue);
}

.search-result-communication-doc-link-img-b {
  width: 16px;
  margin-top: 4px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.search-result-communication-doc-link-img-hover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.search-result-communication-doc-link-img {
  width: 100%;
  display: block;
}

.search-result-communication-doc-tag-text {
  z-index: 1;
  color: var(--white);
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.search-result-communication-doc-tag-color {
  z-index: 0;
  background-color: var(--f5ad1b);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: skew(-25deg);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

.search-result-content-tetx-b {
  margin-top: 10px;
}

.search-field-row {
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.search-field-col {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-field-input {
  height: 45px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
}

.search-field-input:focus {
  border-bottom: 1px solid var(--primary-blue);
}

.search-field-button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  background-image: url('../images/icon-search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all .5s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.search-field-button:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-search-hover.svg');
}

.search-field {
  margin-bottom: 0;
  position: relative;
}

.mobile-search-field-b {
  overflow: hidden;
}

.desktop-search-field-b {
  display: none;
  overflow: hidden;
}

.faq-search-field-row {
  margin-top: 10px;
}

.faq-search-b {
  overflow: hidden;
}

.faq-search-button {
  width: 16px;
  height: 16px;
  position: relative;
}

.search-result-link-b {
  width: 100%;
  color: var(--424242);
  text-decoration: none;
  display: block;
}

.search-result-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 160%;
}

.home-featured-share-btn {
  width: 25px;
  transition: all .5s;
  display: block;
}

.home-featured-share-btn:hover {
  transform: translate(0, -5px);
}

.programme-share-btn-icon {
  display: block;
}

.listing-grid-share-btn {
  width: 25px;
  transition: all .5s;
}

.listing-grid-share-btn:hover {
  transform: translate(0, -5px);
}

.listing-list-share-btn {
  z-index: 1;
  width: 25px;
  transition: all .5s;
  position: relative;
}

.listing-list-share-btn:hover {
  transform: translate(0, -5px);
}

.listing-grid-item-img-b {
  width: 100%;
  border-radius: 24px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.share-link-row {
  z-index: 0;
  min-width: 200px;
  flex-wrap: wrap;
  margin-right: 55px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.share-link-row.listing {
  margin-right: 35px;
}

.share-link-row.grid, .share-link-row.home {
  margin-top: 40px;
  margin-left: -5px;
  margin-right: -5px;
}

.share-link-col {
  padding-left: 5px;
  padding-right: 5px;
}

.share-link-b {
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  border-radius: 100px;
  transition: all .5s;
  position: relative;
}

.share-link-b:hover {
  background-color: var(--white);
}

.share-link-img-b {
  width: 18px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.bottom-share-link-bg {
  z-index: 0;
  background-color: var(--primary-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-share-link-sticky {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary-blue);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.listing-list-share-btn-b {
  z-index: 1;
  margin-top: 38px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.listing-grid-share-btn-b {
  margin-right: 15px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-featured-share-btn-b {
  z-index: 1;
  margin-bottom: 40px;
  margin-right: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.coming-soon-tag {
  z-index: 5;
  background-color: var(--primary-blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 160%;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bule-bg {
  background-color: var(--primary-blue);
}

.bule-shadow {
  box-shadow: 0 3px 10px rgba(78, 199, 228, .5);
}

.orange-bg {
  background-color: var(--f5ad1b);
}

.deep-yellow-bg {
  background-color: #ddd600;
}

.yellow-shadow {
  box-shadow: 0 3px 10px rgba(228, 221, 78, .5);
}

.orange-shadow {
  box-shadow: 0 3px 10px rgba(228, 150, 78, .5);
}

.deep-blue-bg {
  background-color: #274dae;
}

.purple-bg {
  background-color: #9c27ae;
}

.deep-bule-shadow {
  box-shadow: 0 3px 10px rgba(39, 77, 174, .5);
}

.purple-shadow {
  box-shadow: 0 3px 10px rgba(156, 39, 174, .5);
}

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

html.w-mod-js [data-ix="fade-from-right"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-from-left"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-from-buttom"], html.w-mod-js [data-ix="fade-in-out-text-img"], html.w-mod-js [data-ix="detail-slider-on-off"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="opacity-0"] {
  opacity: 0;
}

html.w-mod-js [data-ix="opacity-0-display-none"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="height-0"] {
  height: 0;
}

html.w-mod-js [data-ix="apply-now-button"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="summer-at-hku-social-activities-slider-img-b"] {
  transform: translate(0, 60px)scale(.65);
}

html.w-mod-js [data-ix="bespoke-programme-slider-img-b"] {
  transform: scale(.8);
}

html.w-mod-js [data-ix="home-banner-play-button"] {
  display: none;
}

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

  .container-full.menu {
    height: 100%;
  }

  .menu-link {
    min-height: auto;
    white-space: nowrap;
    border-bottom-style: none;
    padding: 0 0%;
  }

  .menu-link.dropdown-link {
    width: 100%;
    border-top: 1px solid var(--secondary-blue);
    background-color: var(--white);
    text-align: left;
    padding: 15px;
  }

  .menu-link.dropdown-link.first {
    border-top-style: none;
  }

  .menu-link.dropdown.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .menu-row {
    height: 100%;
  }

  .menu-col-l {
    width: 22%;
  }

  .menu-col-r {
    width: 78%;
    height: 100%;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-link-row {
    border-top-style: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .menu-top-btn-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .menu-top-btn {
    margin-right: 80px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .tagline {
    font-size: 52px;
  }

  .home-banner-slider {
    padding-left: 80px;
  }

  .padding-right-none {
    padding-right: 0;
  }

  .home-about-content-b {
    width: 40%;
    min-height: 700px;
  }

  .home-about-bg {
    background-position: 0%;
    padding-bottom: 250px;
  }

  .home-featured-slider-arrow-l {
    margin-right: 124px;
  }

  .home-featured-slider-arrow-r {
    margin-right: 80px;
  }

  .home-featured-item {
    width: 30%;
  }

  .home-receive-email-img {
    margin-left: -2.5%;
  }

  .menu-button {
    display: none;
  }

  .home-sharing-vector-03 {
    width: 10%;
    margin-top: -2%;
  }

  .home-sharing-vector-01 {
    width: 10%;
    margin-top: 7%;
    margin-left: 12%;
  }

  .menu-top-btn-mobile {
    display: none;
  }

  .none-1440 {
    display: block;
  }

  .rotate-img {
    width: 10%;
  }

  .home-sharing-vector-06 {
    width: 31%;
    margin-left: 73%;
  }

  .home-student-sharing-slider-arrow-l {
    margin-right: 429px;
  }

  .home-student-sharing-slider-arrow-r {
    margin-right: 385px;
  }

  .home-student-sharing-person-b, .home-student-sharing-person {
    max-width: 550px;
    margin-right: 350px;
  }

  .home-student-sharing-person-line {
    width: 30%;
    margin-left: -160px;
  }

  .inner-text-img {
    margin-top: 15px;
  }

  .listing-col-filter {
    width: 20%;
  }

  .listing-col-list {
    width: 80%;
  }

  .listing-grid-col {
    width: 25%;
  }

  .listing-item-img-b {
    max-width: 70%;
  }

  .listing-item-height-25 {
    height: 25%;
  }

  .listing-item-height-60 {
    height: 60%;
    margin-top: 0;
  }

  .listing-list-content-row {
    align-items: stretch;
  }

  .listing-list-content-col-img {
    width: 25%;
  }

  .listing-list-content-col-25 {
    width: 35%;
    padding-left: 0;
    padding-right: 0;
  }

  .listing-list-content-col-75 {
    width: 65%;
  }

  .listing-list-content-col-details {
    width: 75%;
    align-items: stretch;
  }

  .inner-banner {
    height: 700px;
  }

  .language-requirements-b {
    margin-top: 20px;
  }

  .programmes-details-img-text {
    margin-left: 15%;
  }

  .programmes-details-slider-b {
    max-width: 23%;
  }

  .faq-tab-col {
    width: 25%;
  }

  .bespoke-programme-theme-title-b {
    padding-right: 15%;
  }

  .bespoke-programme-theme-item {
    width: 30%;
  }

  .bespoke-programme-theme-slider-arrow-l {
    margin-right: 124px;
  }

  .bespoke-programme-theme-slider-arrow-r {
    margin-right: 80px;
  }

  .menu-dropdown {
    width: auto;
    padding-left: .5%;
    padding-right: .5%;
  }

  .menu-dropdown-text-row {
    padding-left: 0;
  }

  .menu-dropdown-list {
    margin-top: -1px;
    margin-left: -15px;
    padding-top: 35px;
    position: absolute;
  }

  .fixed-left-img-text {
    margin-left: -2%;
  }

  .summer-at-hku-student-sharing-tetx-b, .summer-at-hku-student-sharing-content-b {
    max-width: 1440px;
  }

  .summer-at-hku-student-sharing-content-name {
    max-width: 650px;
  }

  .summer-at-hku-student-sharing-number-02 {
    margin-top: -90px;
  }

  .summer-at-hku-student-sharing-content-name-02 {
    max-width: 650px;
  }

  .summer-at-hku-student-sharing-content-bg-vector-06 {
    max-width: 13%;
    margin-left: 27%;
  }

  .communication-doc-tag {
    padding: 15px 40px;
  }

  .summer-at-hku-social-activities-text-img {
    max-width: 12%;
    margin-bottom: -7%;
  }

  .about-us-content-col {
    width: 25%;
  }

  .padding-left-none {
    padding-left: 0;
  }

  .about-intro-bg {
    height: 900px;
  }

  .about-intro-text-b {
    max-width: 750px;
    margin-left: 80px;
  }

  .menu-link-col {
    width: auto;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .student-sharing-img-text {
    margin-left: -2%;
  }

  .listing-item-height-15 {
    height: 15%;
    margin-top: 0;
  }

  .summer-at-hku-social-activities-item, .summer-at-hku-workshop-item {
    width: 30%;
  }

  .nav-menu-b {
    width: 100%;
    height: 100%;
    flex-flow: column wrap;
    justify-content: flex-end;
    display: flex;
    overflow: visible;
  }

  .no-line {
    text-decoration: none;
  }

  .search-result-col-filter {
    width: 20%;
  }

  .search-result-col-list {
    width: 80%;
  }

  .search-result-grid-col, .search-result-communication-col {
    width: 25%;
  }

  .search-result-communication-doc-tag {
    padding: 15px 40px;
  }

  .search-field-row {
    margin-bottom: 20px;
  }

  .desktop-search-field-b {
    background-color: rgba(225, 248, 253, .9);
    margin-top: 15px;
    display: block;
  }

  .faq-search-field-row {
    margin-bottom: 20px;
  }

  .listing-list-share-btn {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .container-full {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.summer-at-hku-social-activities {
    padding-right: 5%;
  }

  .container-full.summer-at-hku-workshop {
    padding-left: 5%;
  }

  .container-full.home-slider, .container-full.filter-container {
    padding-left: 0%;
  }

  .header {
    height: 100px;
  }

  .menu-col-l {
    width: 80%;
  }

  .menu-col-r {
    width: 20%;
  }

  .footer-col-l {
    width: 100%;
    margin-top: 40px;
  }

  .footer-col-r {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner-row {
    margin-left: 0;
    margin-right: 0;
  }

  .home-banner-col-l {
    width: 100%;
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner-col-r {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tagline {
    font-size: 38px;
  }

  .home-banner-slider {
    padding-left: 0%;
  }

  .padding-right-none {
    padding-right: 0;
  }

  .all {
    padding-top: 100px;
  }

  .home-about-content-b {
    width: 100%;
    min-height: auto;
    margin-top: -120px;
    padding-bottom: 40px;
  }

  .home-about-bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .section-home-about {
    padding-top: 100px;
  }

  .home-featured-title-b {
    padding-right: 22%;
  }

  .home-receive-email-img {
    margin-top: -50px;
  }

  .home-receive-email-row {
    margin-left: 0;
    margin-right: 0;
  }

  .home-receive-email-col-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-receive-email-col-r {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-student-sharing-col-l {
    width: 100%;
    margin-top: 20px;
  }

  .home-student-sharing-col-r {
    width: 100%;
  }

  .home-stduent-sharing-content-b {
    margin-top: 30px;
  }

  .home-student-sharing-img-b {
    padding-right: 0;
  }

  .home-sharing-vector-01 {
    margin-top: 8%;
    margin-left: 8%;
  }

  .logo-b {
    max-width: 250px;
  }

  .home-about-bg-mobile {
    margin-left: -6%;
    margin-right: -6%;
    display: block;
  }

  .home-sharing-vector-04 {
    width: 17%;
    margin-left: 66%;
  }

  .home-sharing-vector-06 {
    width: 40%;
    margin-right: -15%;
  }

  .home-student-sharing-slider-arrow-l {
    margin-right: 144px;
  }

  .home-student-sharing-slider-arrow-r {
    margin-right: 100px;
  }

  .home-student-sharing-person-b {
    max-width: none;
    margin-bottom: -150px;
    margin-right: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .home-student-sharing-slide {
    padding-bottom: 150px;
  }

  .home-student-sharing-person-content {
    padding-right: 28%;
  }

  .home-student-sharing-person {
    max-width: none;
    margin-right: 0;
  }

  .home-student-sharing-person-line {
    margin-left: -12%;
  }

  .home-stduent-sharing-button-b {
    margin-top: 30px;
  }

  .input {
    font-size: 1rem;
  }

  .url-path-row {
    display: flex;
  }

  .inner-text-img {
    margin-right: -2%;
  }

  .listing-row {
    margin-left: 0;
  }

  .listing-col-filter {
    display: none;
  }

  .listing-col-list {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 5%;
  }

  .listing-filter-row {
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .listing-grid-col {
    width: 50%;
  }

  .listing-item-height-25, .listing-item-height-60 {
    height: auto;
  }

  .listing-list-content-row {
    align-items: center;
  }

  .listing-list-content-col-25 {
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .listing-list-content-col-75 {
    width: 100%;
    height: auto;
  }

  .details-b {
    padding: 40px 5%;
  }

  .inner-sidebar-content-row {
    margin-left: 0;
    margin-right: 0;
  }

  .inner-sidebar-content-col-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-sidebar-content-col-r {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-sidebar-link {
    border-top: 1px solid var(--primary-blue);
    padding-left: 5%;
    padding-right: 5%;
  }

  .mobile-link-button {
    display: block;
  }

  .inner-sidebar-link-b {
    height: 0;
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--primary-blue);
  }

  .inner-sidebar-content-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sticky-top-sticky {
    position: relative;
    top: 0;
  }

  .details-tagline-b {
    padding-right: 0;
  }

  .tag-b {
    margin-top: -30px;
    margin-right: 0%;
    top: 0%;
    transform: none;
  }

  .tag-b.show-tablet-flex {
    display: flex;
  }

  .how-to-apply-col-l {
    top: 105px;
  }

  .language-requirements-b {
    padding-bottom: 50px;
  }

  .inner-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hkusi-gallery-img07, .hkusi-gallery-img06, .hkusi-gallery-img09, .hkusi-gallery-img05, .hkusi-gallery-img04 {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    margin-left: 0%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .hkusi-gallery-img02 {
    width: 100%;
    margin: 0% 0% 5%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .hkusi-gallery-img01 {
    width: 100%;
    flex-direction: column;
    margin-top: 0%;
    margin-bottom: 5%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .hkusi-gallery-img08, .hkusi-gallery-img10, .hkusi-gallery-img03 {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    margin-left: 0%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .hkusi-gallery-b {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0%;
  }

  .img-fix-height {
    height: 80px;
  }

  .bespoke-programme-enquiry {
    padding: 30px 5%;
  }

  .bespoke-programme-highlights-img-col {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bespoke-programme-highlights-img-col.bespoke-programme-highlights-img-right-col {
    margin-top: 25px;
  }

  .bespoke-programme-theme {
    padding-bottom: 40px;
  }

  .bespoke-programme-theme-b {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .bespoke-programme-theme-title-b {
    padding-right: 22%;
  }

  .bespoke-programme-theme-slider {
    margin-left: -10px;
  }

  .bespoke-programme-theme-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bespoke-programme-theme-slider-arrow-l {
    margin-right: 84px;
  }

  .bespoke-programme-theme-slider-arrow-r {
    margin-right: 40px;
  }

  .bespoke-programme-process {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .summer-at-hku-accommodation-content-b {
    margin-top: 20px;
  }

  .summer-at-hku-accommodation-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .summer-at-hku-accommodation-content-row {
    margin-top: 0;
  }

  .fixed-left-img-text {
    margin-left: -5%;
  }

  .summer-at-hku-student-sharing-tetx-b {
    margin-top: 40px;
    padding: 20px 5%;
  }

  .summer-at-hku-student-sharing-quote-open, .summer-at-hku-student-sharing-quote-close {
    max-width: 2.5%;
  }

  .summer-at-hku-student-sharing-content-col-r {
    width: 60%;
  }

  .summer-at-hku-student-sharing-content-bg-vector {
    max-width: 20%;
    margin-left: 28%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: none;
  }

  .summer-at-hku-student-sharing-number {
    margin-top: -8%;
    margin-left: 5%;
    font-size: 20vw;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: none;
  }

  .summer-at-hku-student-sharing-content-name {
    margin-left: 5%;
    padding: 20px 7%;
  }

  .summer-at-hku-student-sharing-content-name-text-b {
    margin-top: 10px;
  }

  .summer-at-hku-student-sharing-number-02 {
    margin-top: -8%;
    margin-left: 0%;
    font-size: 20vw;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .summer-at-hku-student-sharing-content-name-02 {
    padding: 20px 5%;
  }

  .bespoke-programme-process-title-b {
    text-align: left;
  }

  .bespoke-programme-process-link-text {
    font-size: 18px;
  }

  .bespoke-programme-process-bg-img {
    width: 1000px;
  }

  .tablet-scroll-auto {
    overflow: auto;
  }

  .bespoke-programme-process-contnet-width {
    width: 1000px;
  }

  .bespoke-programme-slider-arrow-l {
    margin-left: 0;
    margin-right: 84px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .bespoke-programme-slider-arrow-r {
    margin-left: 0;
    margin-right: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .bespoke-programme-slider-content {
    margin-top: -25%;
    margin-left: auto;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .bespoke-programme-slider-row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .summer-at-hku-social-activities-row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .summer-at-hku-social-activities-col-l {
    width: 100%;
    padding-left: 0;
    padding-right: 110px;
  }

  .summer-at-hku-social-activities-col-r {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .summer-at-hku-social-activities-slider-arrow-l {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .summer-at-hku-social-activities-slider-text-b {
    margin-top: 5px;
  }

  .summer-at-hku-social-activities-slider-arrow-r {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .summer-at-hku-social-activities-col-l-text-align {
    padding-bottom: 0;
  }

  .summer-at-hku-social-activities-col-l-text-b {
    margin-top: 10px;
  }

  .summer-at-hku-workshop-row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .summer-at-hku-workshop-col-r {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .summer-at-hku-workshop-col-l {
    width: 100%;
    padding-left: 0;
    padding-right: 110px;
  }

  .summer-at-hku-workshop-slider-arrow-l, .summer-at-hku-workshop-slider-arrow-r {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .summer-at-hku-workshop-col-l-text-align {
    padding-bottom: 0;
  }

  .summer-at-hku-workshop-col-l-text-b {
    margin-top: 10px;
  }

  .summer-at-hku-workshops-text-img {
    margin-right: -2%;
  }

  .summer-at-hku-workshop-slider-b {
    margin-top: 40px;
  }

  .summer-at-hku-activities-content-tnc {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .communication-porgrammes-col-l {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .communication-porgrammes-col-l-title-text {
    font-size: 14px;
  }

  .communication-porgrammes-col-l-title {
    margin-left: 35px;
  }

  .communication-porgrammes-col-r {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .whats-on-bottom-img-b {
    margin-bottom: 70px;
  }

  .whats-on-content-b {
    padding: 40px 5%;
  }

  .communication-porgrammes-tagline-col {
    padding-top: 40px;
  }

  .bespoke-programme-slider-mask {
    width: 50%;
    margin-left: 5%;
  }

  .summer-at-hku-social-activities-text-img {
    margin-bottom: -5%;
  }

  .padding-left-none {
    padding-left: 0;
  }

  .about-us-content-icon-col {
    width: 50%;
  }

  .ttitle {
    font-size: 42px;
  }

  .about-us-inner-text-img {
    margin-top: 150px;
    margin-right: -2%;
  }

  .hkusi-gallery02-img01 {
    width: 100%;
    flex-direction: column;
    margin-bottom: 5%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .hkusi-gallery02-img02 {
    width: 100%;
    margin: 0% 0% 5%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .hkusi-gallery02-img03, .hkusi-gallery02-img04, .hkusi-gallery02-img05, .hkusi-gallery02-img06, .hkusi-gallery02-img07 {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    margin-left: 0%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .hkusi-gallery-b-02, .hkusi-gallery-b-03 {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0%;
  }

  .hkusi-gallery03-img01 {
    width: 100%;
    flex-direction: column;
    margin-bottom: 5%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .hkusi-gallery03-img02 {
    width: 100%;
    margin: 0% 0% 5%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .hkusi-gallery03-img03, .hkusi-gallery03-img04, .hkusi-gallery03-img05, .hkusi-gallery03-img06, .hkusi-gallery03-img07 {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    margin-left: 0%;
    position: relative;
    left: 0%;
    transform: none;
  }

  .summer-at-hku-student-sharing-content-bg-vector-03-white {
    margin-bottom: 12%;
  }

  .sticky-text-img {
    top: 95px;
  }

  .listing-item-height-15 {
    height: auto;
    display: block;
  }

  .hidden-tablet {
    display: none;
  }

  .mobile-popup {
    z-index: 100;
    width: 100%;
    background-color: var(--white);
    padding-top: 130px;
    padding-bottom: 130px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .popup-close-button {
    width: 30px;
    margin-top: 40px;
    margin-right: 5%;
    transition: all .5s;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .popup-close-button:hover {
    transform: scale(.75);
  }

  .listing-close-button-img {
    width: 100%;
    display: block;
  }

  .mobile-link-button-b {
    margin-bottom: 40px;
  }

  .search-result-row {
    margin-left: 0;
    margin-right: 0;
  }

  .search-result-col-filter {
    display: none;
  }

  .search-result-col-list {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .search-result-filter-row {
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .search-result-content {
    padding-top: 10px;
  }

  .search-result-grid-col, .search-result-communication-col {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header {
    height: 85px;
  }

  .footer-col-l {
    margin-top: 20px;
  }

  .footer-col-r {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-details-col {
    margin-bottom: 20px;
  }

  .footer-contact-b {
    margin-top: 20px;
  }

  .yellow-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-input-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-input-row {
    margin-left: 0;
    margin-right: 0;
  }

  .home-banner-col-l {
    margin-top: 20px;
  }

  .tagline {
    font-size: 24px;
  }

  .all {
    padding-top: 85px;
  }

  .home-about-content-b {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .content-b-25 {
    margin-top: 20px;
  }

  .section-home-about {
    padding-top: 90px;
  }

  .home-featured-slider-arrow-l {
    width: 35px;
    height: 35px;
    margin-top: -50px;
    margin-right: 49px;
  }

  .home-featured-slider-arrow-r {
    width: 35px;
    height: 35px;
    margin-top: -50px;
    margin-right: 15px;
  }

  .home-featured-slide-content-b, .home-featured-slide-content-tetx-b {
    margin-top: 10px;
  }

  .home-featured-slide-content-tag-button {
    margin-top: -10px;
  }

  .home-featured-slide-content-tag-col {
    margin-top: 10px;
  }

  .home-featured-slider-b {
    margin-top: 15px;
  }

  .home-featured-list {
    padding-left: 0;
    padding-right: 0;
  }

  .home-receive-email-b {
    margin-top: 80px;
  }

  .home-receive-email-content {
    padding: 30px 10%;
  }

  .home-receive-email-img {
    margin-left: -22%;
  }

  .home-student-sharing-b {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home-student-sharing-col-r {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-stduent-sharing-content-b {
    margin-top: 25px;
  }

  .home-stduent-sharing-quote-open {
    width: 2.5%;
  }

  .home-stduent-sharing-content-p {
    font-size: 16px;
  }

  .home-stduent-sharing-quote-open-copy {
    width: 2.5%;
  }

  .logo-b {
    max-width: 200px;
  }

  .rotate-img {
    width: 30%;
  }

  .home-sharing-vector-06 {
    margin-left: 65%;
  }

  .home-student-sharing-slider-arrow-l {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, .5);
    margin-bottom: -20px;
    margin-right: 69px;
  }

  .home-student-sharing-slider-arrow-r {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, .5);
    margin-bottom: -20px;
    margin-right: 35px;
  }

  .home-student-sharing-person-b {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-student-sharing-person-content {
    padding-right: 0%;
  }

  .home-stduent-sharing-button-b {
    margin-top: 25px;
  }

  .input-col-50 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .inner-text-img {
    margin-top: 0;
    margin-bottom: 100px;
    margin-right: -10%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .listing-col-list {
    padding-top: 40px;
    padding-bottom: 75px;
  }

  .smaller-title {
    font-size: 18px;
  }

  .listing-grid-b {
    margin-top: 30px;
    display: none;
  }

  .listing-grid-row {
    margin-left: 0;
    margin-right: 0;
  }

  .listing-grid-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .listing-item-details-b, .listing-item-button-col {
    margin-top: 10px;
  }

  .listing-item-height-25 {
    margin-top: -10px;
    display: none;
  }

  .listing-item-height-60 {
    margin-top: 10px;
  }

  .listing-top-col-r {
    display: none;
  }

  .listing-top-col-l {
    width: 100%;
  }

  .closed-tag {
    font-size: 12px;
  }

  .listing-list-b {
    margin-top: 0;
    display: block;
  }

  .listing-list-row {
    margin-top: -20px;
  }

  .listing-list-col {
    margin-top: 20px;
    padding-top: 20px;
  }

  .listing-list-content-col-img {
    width: 40%;
  }

  .listing-list-content-col-25 {
    display: none;
  }

  .listing-list-content-col-75 {
    margin-top: -10px;
    padding-left: 5%;
    padding-right: 0%;
  }

  .listing-list-content-col-details {
    width: 60%;
    padding-right: 30px;
  }

  .inner-banner {
    height: 250px;
  }

  .inner-sidebar-content-col-r {
    margin-top: 20px;
  }

  .inner-sidebar-content-b {
    padding-left: 0%;
    padding-right: 0%;
  }

  .inner-sidebar-content-inner-b {
    margin-top: 15px;
  }

  .undergraduate-payment-table-content-row {
    margin-left: 0;
    margin-right: 0;
  }

  .undergraduate-payment-table-col-l-content {
    text-align: left;
    background-color: #f5f5f5;
    padding: 20px 5% 10px;
    display: block;
  }

  .undergraduate-payment-table-col-r-content {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .undergraduate-payment-table-col-r, .undergraduate-payment-table-col-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item, .tnc-b {
    margin-top: 10px;
  }

  .inner-sidebar-content-section-b {
    margin-top: 30px;
  }

  .inner-sidebar-content-text-b, .table-mobile-b {
    margin-top: 10px;
  }

  .show-mobile {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

  .content-b-20 {
    margin-top: 10px;
  }

  .details-button-row {
    margin-top: -10px;
  }

  .details-button-col {
    margin-top: 10px;
  }

  .details-apply-now-b, .details-tagline-b {
    margin-top: 20px;
  }

  .tag-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }

  .url-path-line {
    display: none;
  }

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

  .how-to-apply-col-r {
    width: 85%;
  }

  .how-to-apply-col-l {
    width: 15%;
    top: 90px;
  }

  .dates-required-doc-table-01-col-r-content {
    padding-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dates-required-doc-table-01-col-l-content {
    background-color: #f5f5f5;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dates-required-doc-table-01-row {
    margin-left: 0;
    margin-right: 0;
  }

  .dates-required-doc-table-01-col-r, .dates-required-doc-table-01-col-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .undergraduate-payment-table-col-r-content-title, .dates-required-doc-table-01-col-r-content-title {
    padding-left: 5%;
    padding-right: 5%;
  }

  .table-table-row {
    justify-content: flex-start;
  }

  .dates-required-doc-table-01-col-r-content-text-b {
    margin-top: 5px;
  }

  .mobile-text-left {
    text-align: left;
  }

  .dates-required-doc-table-02-col-r-content {
    padding-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .dates-required-doc-table-02-col-l-content {
    text-align: left;
    background-color: #f5f5f5;
    padding: 20px 5% 0;
    display: block;
  }

  .dates-required-doc-table-02-col-r {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dates-required-doc-table-02-col-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dates-required-doc-table-02-row {
    margin-left: 0;
    margin-right: 0;
  }

  .dates-required-doc-table-02-col-r-content-title {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dates-required-doc-table-03-row {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-view-600 {
    width: 600px;
  }

  .mobile-scroll-auto {
    overflow: auto;
  }

  .open-tag {
    font-size: 12px;
  }

  .padding-bottom-none {
    padding-bottom: 0;
  }

  .language-requirements-b {
    padding-bottom: 75px;
  }

  .inner-padding {
    padding-left: 10%;
    padding-right: 10%;
  }

  .programme-schedule-table-row {
    margin-left: 0;
    margin-right: 0;
  }

  .inner-bottom-img-b {
    margin-top: 30px;
  }

  .programmes-details-img-text, .programmes-details-slider-b {
    opacity: .6;
    margin-right: -15%;
  }

  .hkusi-gallery-b-all {
    margin-top: 20px;
  }

  .faq-b {
    padding-bottom: 60px;
  }

  .faq-tab-col {
    width: 50%;
  }

  .bespoke-programme-highlights-b {
    margin-top: 20px;
  }

  .bespoke-programme-highlights-col-l {
    width: 100%;
  }

  .bespoke-programme-highlights-col-r {
    z-index: 1;
    width: 100%;
    margin-top: 20px;
    position: relative;
  }

  .bespoke-programme-content-b {
    margin-top: 40px;
  }

  .img-fix-height {
    height: 50px;
  }

  .bespoke-programme-partners-img-b {
    margin-top: 20px;
  }

  .bespoke-programme-enquiry {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bespoke-programme-enquiry-email-b {
    margin-top: 10px;
  }

  .bespoke-programme-enquiry-text-img {
    width: 22%;
  }

  .bespoke-programme-enquiry-b {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .bespoke-programme-enquiry-icon {
    max-width: 10%;
    margin-left: 15px;
  }

  .bespoke-programme-highlights-img {
    padding-left: 0%;
    padding-right: 0%;
  }

  .bespoke-programme-theme-b {
    padding-right: 5%;
  }

  .bespoke-programme-section-b {
    margin-top: 40px;
  }

  .bespoke-programme-theme-title-b {
    padding-right: 19%;
  }

  .bespoke-programme-theme-slider-b {
    margin-top: 15px;
  }

  .bespoke-programme-theme-slider {
    margin-right: -10px;
  }

  .bespoke-programme-theme-list {
    padding-left: 0;
    padding-right: 0;
  }

  .bespoke-programme-theme-slide-content-b {
    margin-top: 10px;
  }

  .bespoke-programme-theme-slider-arrow-l {
    width: 35px;
    height: 35px;
    margin-top: -50px;
    margin-right: 44px;
  }

  .bespoke-programme-theme-slider-arrow-r {
    width: 35px;
    height: 35px;
    margin-top: -50px;
    margin-right: 10px;
  }

  .bespoke-programme-theme-text-img {
    margin-top: -7%;
    margin-left: -6%;
  }

  .summer-at-hku-accommodation-text-b {
    margin-top: 15px;
  }

  .summer-at-hku-accommodation-table-row {
    margin-left: 0;
    margin-right: 0;
  }

  .fixed-left-img-text {
    margin-right: -15%;
  }

  .summer-at-hku-student-sharing-row {
    margin-top: -60px;
  }

  .summer-at-hku-student-sharing-col {
    margin-top: 60px;
  }

  .summer-at-hku-student-sharing-tetx-b {
    margin-top: 20px;
  }

  .summer-at-hku-student-sharing-quote-open, .summer-at-hku-student-sharing-quote-close {
    max-width: 3.5%;
  }

  .summer-at-hku-student-sharing-content-col-r {
    width: 90%;
  }

  .summer-at-hku-student-sharing-content-col-r._02 {
    margin-right: auto;
  }

  .summer-at-hku-student-sharing-content-bg-vector {
    max-width: 30%;
    margin-left: 15%;
  }

  .summer-at-hku-student-sharing-content-name {
    max-width: 90%;
    margin: -20px 5% 0 0%;
    position: relative;
  }

  .summer-at-hku-student-sharing-content-name-02 {
    max-width: 90%;
    margin-top: -20px;
    margin-bottom: 0;
    margin-right: 5%;
    position: relative;
  }

  .summer-at-hku-student-sharing-content-bg-vector-04 {
    margin-left: -15px;
  }

  .bespoke-programme-process-line {
    margin-top: 40px;
  }

  .bespoke-programme-slider-arrow-l {
    width: 35px;
    height: 35px;
    margin-left: 0;
    margin-right: 54px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .bespoke-programme-slider-arrow-r {
    width: 35px;
    height: 35px;
    margin-left: 0;
    margin-right: 20px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .bespoke-programme-slider-content {
    max-width: 90%;
    margin-top: -15%;
    padding-bottom: 65px;
  }

  .bespoke-programme-slider-b {
    margin-top: 30px;
  }

  .summer-at-hku-social-activities-tetx-b {
    margin-top: 20px;
  }

  .summer-at-hku-social-activities-col-l {
    padding-right: 80px;
  }

  .summer-at-hku-social-activities-slider-arrow-l, .summer-at-hku-social-activities-slider-arrow-r {
    width: 35px;
    height: 35px;
  }

  .summer-at-hku-workshop-col-l {
    padding-left: 0%;
    padding-right: 80px;
  }

  .summer-at-hku-workshop-slider-arrow-l, .summer-at-hku-workshop-slider-arrow-r {
    width: 35px;
    height: 35px;
  }

  .summer-at-hku-workshops-text-img {
    margin-right: -10%;
  }

  .communication-porgrammes-col-l {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .communication-porgrammes-col-l-title-text {
    letter-spacing: 5px;
  }

  .communication-porgrammes-col-l-title {
    width: 100%;
    margin-left: 0;
    padding-right: 40%;
    display: block;
    position: relative;
    transform: none;
  }

  .communication-doc-link-b {
    padding-left: 30px;
  }

  .communication-doc-link {
    padding-left: 5%;
    padding-right: 5%;
  }

  .communication-doc-tag {
    min-height: 65px;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .communication-porgrammes-col-l-title-line {
    width: 35%;
    margin-right: 0;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .communication-doc-col-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .communication-porgrammes-col-r {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .communication-porgrammes-tagline-col {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .communication-sticky {
    display: none;
    top: 80px;
  }

  .communication-deco-col {
    width: 100%;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .communication-porgrammes-col-l-title-b-mobile {
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .summer-at-hku-social-activities-text-img {
    max-width: 30%;
  }

  .hkusi-gallery-text-b {
    margin-top: 10px;
  }

  .hkusi-gallery-col {
    padding-top: 20px;
  }

  .hkusi-gallery-link-col {
    width: 33.33%;
  }

  .about-us-content-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-content-col {
    width: 100%;
  }

  .about-us-content-icon-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-content-icon-col {
    width: 100%;
  }

  .ttitle {
    font-size: 34px;
  }

  .about-intro {
    margin-top: 40px;
  }

  .about-intro-text-b {
    max-width: 65%;
  }

  .about-us-inner-text-img {
    z-index: 2;
    margin-top: 60px;
    margin-right: -10%;
  }

  .communication-doc-link-b-deep-blue {
    padding-left: 30px;
  }

  .listing-item-height-15 {
    margin-top: 10px;
  }

  .listing-grid-button-b {
    margin-top: -10px;
    display: none;
  }

  .summer-at-hku-social-activities-list, .summer-at-hku-workshop-list {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-popup {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .popup-close-button {
    width: 25px;
  }

  .search-result-content-row {
    margin-top: -40px;
  }

  .search-result-content-col {
    margin-top: 40px;
  }

  .search-result-text-b {
    padding: 15px 5%;
  }

  .search-result-grid-row {
    margin-left: 0;
    margin-right: 0;
  }

  .search-result-grid-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .search-result-item-details-b {
    margin-top: 10px;
  }

  .search-result-grid-button-b {
    margin-top: -10px;
    display: none;
  }

  .search-result-communication-row {
    margin-left: 0;
    margin-right: 0;
  }

  .search-result-communication-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .search-result-communication-doc-tag {
    min-height: 65px;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    display: flex;
  }

  .search-result-communication-doc-link-b-deep-blue {
    padding-left: 30px;
  }

  .search-result-communication-doc-tag-text {
    line-height: 120%;
  }

  .search-result-content-tetx-b {
    margin-top: 5px;
  }

  .search-result-title {
    font-size: 22px;
  }

  .share-link-row.listing {
    margin-right: 5%;
  }

  .share-link-row.sticky {
    margin-right: 15px;
  }

  .share-link-row.home {
    margin-right: -35px;
  }

  .share-link-col {
    padding-left: 1%;
    padding-right: 1%;
  }

  .listing-list-share-btn-b {
    margin-top: 15px;
  }

  .coming-soon-tag {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .bg-line {
    background-color: rgba(230, 230, 230, .5);
  }

  .home-about-content-b {
    margin-top: -40px;
  }

  .home-featured-title-b {
    padding-right: 30%;
  }

  .home-receive-email-b {
    margin-top: 40px;
  }

  .home-receive-email-img {
    margin-top: -30px;
  }

  .home-student-sharing-b {
    margin-top: 40px;
  }

  .inner-text-img {
    margin-bottom: 60px;
    margin-right: -8%;
  }

  .details-cat-col {
    width: 100%;
  }

  .how-to-apply-col-r {
    width: 75%;
  }

  .how-to-apply-col-l {
    width: 25%;
  }

  .faq-tab-col {
    width: 100%;
  }

  .bespoke-programme-enquiry-email-b {
    margin-top: 5px;
  }

  .bespoke-programme-enquiry-text-img {
    width: 25%;
  }

  .bespoke-programme-enquiry-icon {
    max-width: 12%;
  }

  .bespoke-programme-theme-title-b {
    padding-right: 32%;
  }

  .summer-at-hku-student-sharing-tetx-b {
    margin-top: 10px;
  }

  .summer-at-hku-student-sharing-content-name {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .summer-at-hku-student-sharing-content-name-text-b {
    margin-top: 5px;
  }

  .summer-at-hku-student-sharing-content-name-02 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .summer-at-hku-workshops-text-img {
    margin-right: -8%;
  }

  .communication-porgrammes-col-l-title-text {
    font-size: 12px;
    line-height: 140%;
  }

  .communication-porgrammes-col-l-title {
    padding-right: 30%;
  }

  .communication-porgrammes-col-l-title-line {
    width: 25%;
  }

  .bespoke-programme-slider-mask {
    width: 100%;
    margin-left: 0%;
  }

  .hkusi-gallery-link-col {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }

  .hkusi-gallery-link-col.last {
    border-bottom-style: none;
  }

  .about-intro-text-b {
    max-width: 75%;
  }

  .about-us-inner-text-img {
    margin-top: 110px;
    margin-right: -8%;
  }

  .search-result-communication-col {
    padding-right: 10px;
  }

  .search-result-communication-doc-tag {
    min-height: auto;
    margin-right: 0;
  }

  .search-result-communication-doc-tag-text {
    font-size: 14px;
  }

  .coming-soon-tag {
    font-size: 3vw;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}