body {
  font-family: Din, sans-serif;
  color: #191919;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 hsla(0, 0%, 100%, 0.3);
}

h2 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #79ae4f;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  background-color: #fff;
}

.section-inner-banner {
  position: relative;
  padding-right: 272px;
}

.section-inner-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-inner-content.other {
  padding-top: 180px;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-right: 60px;
  padding-left: 60px;
}

.aboutus-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aboutus-col-l {
  width: 30%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  text-align: center;
}

.aboutus-col-r {
  width: 70%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.txt-title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 900;
}

.txt-title.staff-details {
  margin-bottom: 10px;
}

.txt-title.contact {
  margin-bottom: 30px;
}

.txt-title.align-center {
  text-align: center;
}

.txt-cap {
  text-transform: uppercase;
}

.aboutus-graphic-cross {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inner-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 430px;
  background-color: #deece4;
}

.inner-banner-img-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
}

.all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-banner-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 240px;
  margin-top: 250px;
  margin-left: 272px;
  background-color: rgba(222, 236, 228, 0.5);
}

.footer {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #deece4;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/footer-graphic.svg');
  background-position: 0% 90%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #6e6e6e;
}

.container-fullwidth {
  width: 100%;
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col-l {
  width: 35%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.footer-col-r {
  width: 65%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.inner-banner-img-blur-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 25%;
}

.inner-banner-txt-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 332px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.inner-banner-subtitle {
  margin-bottom: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-logo {
  width: 248px;
  margin-bottom: 30px;
}

.footer-logo.mobile {
  display: none;
}

.img {
  width: 100%;
}

.txt-link-grey {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #6e6e6e;
  text-decoration: none;
}

.txt-link-grey:hover {
  color: #79ae4f;
  text-decoration: underline;
}

.sitemap-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sitemap-col {
  width: 33.33%;
  margin-top: 60px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.footer-title {
  margin-bottom: 10px;
  color: #79ae4f;
  font-weight: 900;
}

.header-logo-psy {
  width: 130px;
}

.nav-link {
  padding: 17px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #191919;
  text-decoration: none;
}

.nav-link:hover {
  color: #79ae4f;
}

.nav-link.hide-in-desktop {
  display: none;
}

.nav-dropdown-list {
  overflow: hidden;
  min-width: 200px;
}

.nav-dropdown-list.w--open {
  min-width: 120px;
  margin-left: -13px;
  background-color: transparent;
}

.nav-dropdown-link-b {
  position: relative;
  margin-top: 5px;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #79ae4f;
  background-color: #fff;
}

.nav-dropdown-link {
  display: block;
  padding: 5px 10px;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
}

.nav-dropdown-link:hover {
  background-color: #deece4;
  color: #79ae4f;
}

.nav-dropdown-link.w--current {
  background-color: #deece4;
  color: #79ae4f;
}

.nav-dropdown-link.w--open {
  background-color: #deece4;
}

.nav-dropdown-line {
  width: 100%;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #d7d7d7;
}

.nav-dropdown-sublist {
  overflow: hidden;
}

.nav-dropdown-sublist.w--open {
  position: relative;
  background-color: transparent;
}

.nav-dropdown-sublink {
  display: block;
  min-width: 320px;
  padding: 5px 10px 5px 25px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
  white-space: normal;
}

.nav-dropdown-sublink:hover {
  color: #79ae4f;
}

.inner-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 90vw;
  height: 100%;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-banner-img.banner-aboutus {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/aboutus-banner2x.jpg');
}

.inner-banner-img.banner-chairman-msg {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/chairman-msg-banner2x.jpg');
}

.inner-banner-img.banner-staffs {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/staffs-banner2x.jpg');
}

.inner-banner-img.banner-private {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/private-banner2x.jpg');
}

.inner-banner-img.banner-undergraduate {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/undergraduate-banner2x.jpg');
}

.inner-banner-img.banner-postgraduate {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/postgraduate-banner2x.jpg');
}

.inner-banner-img.banners-topics {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/topics-banner2x.jpg');
}

.inner-banner-img.banner-projects {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/projects-banner2x.jpg');
}

.inner-banner-img.banner-contact {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/contact-banner2x.jpg');
}

.inner-banner-img.banner-support {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/support-banner2x.jpg');
}

.inner-banner-img.banner-news {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/news-banner2x.jpg');
}

.inner-banner-img.banner-events {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/events-banner2x.jpg');
}

.inner-banner-img-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 90vw;
  height: 100%;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-banner-img-blur.banner-aboutus {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/aboutus-banner2x.jpg');
}

.inner-banner-img-blur.banner-chairman-msg {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/chairman-msg-banner2x.jpg');
}

.inner-banner-img-blur.banner-staffs {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/staffs-banner2x.jpg');
}

.inner-banner-img-blur.banner-private {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/private-banner2x.jpg');
}

.inner-banner-img-blur.banner-undergraduate {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/undergraduate-banner2x.jpg');
}

.inner-banner-img-blur.banner-postgraduate {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/postgraduate-banner2x.jpg');
}

.inner-banner-img-blur.banner-topics {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/topics-banner2x.jpg');
}

.inner-banner-img-blur.banner-projects {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/projects-banner2x.jpg');
}

.inner-banner-img-blur.banner-contact {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/contact-banner2x.jpg');
}

.inner-banner-img-blur.banner-support {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/support-banner2x.jpg');
}

.inner-banner-img-blur.banner-news {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/news-banner2x.jpg');
}

.inner-banner-img-blur.banner-events {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/events-banner2x.jpg');
}

.nav-dropdown-link-on {
  display: none;
  padding: 5px 10px;
  background-color: #deece4;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #79ae4f;
}

.nav-dropdown-link-on:hover {
  background-color: #deece4;
  color: #79ae4f;
}

.nav-dropdown-link-on.w--open {
  background-color: #deece4;
}

.nav-dropdown-link-off {
  display: block;
  padding: 5px 10px;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
}

.nav-dropdown-link-off:hover {
  background-color: #deece4;
  color: #79ae4f;
}

.nav-dropdown-link-off.w--open {
  background-color: #deece4;
}

.nav-link-txt-hover {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #79ae4f;
}

.header-logo-cuhk {
  width: 60px;
  margin-right: 10px;
}

.container-menu {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 60px;
  border-bottom: 1px solid #d7d7d7;
}

.header-icon-btn {
  width: 60px;
  height: 60px;
  border-left: 1px solid #d7d7d7;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.header-icon-btn:hover {
  background-color: #79ae4f;
}

.header-icon-btn.icon-search {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-search.svg');
}

.header-icon-btn.icon-search:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-search-hover.svg');
}

.header-icon-btn.icon-fontsize {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-font-size.svg');
}

.header-icon-btn.icon-fontsize:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-font-size-hover.svg');
}

.header-icon-btn.icon-donate {
  background-color: #db496b;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-donate_1.svg');
  background-size: 39px;
}

.header-icon-btn.icon-donate:hover {
  background-color: #b52b4c;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-donate-hover.svg');
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-logo-cu-medicine {
  width: 47px;
  margin-right: 10px;
}

.header-logo-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-b {
  position: absolute;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-icon-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-mobile-btn-b {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pop-search {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 0px;
  margin-top: 61px;
  background-color: #fff;
}

.search {
  position: relative;
  width: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.search-b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #deece4;
}

.search-input {
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #191919;
  border-radius: 0px;
  background-color: transparent;
  color: #191919;
  font-size: 16px;
}

.search-input:focus {
  border-bottom-color: #79ae4f;
}

.search-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 42px;
  height: 42px;
  background-color: transparent;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-search.svg');
  background-position: 0px 0px;
  background-size: auto;
  color: transparent;
}

.search-btn:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-search-green.svg');
}

.nav-menu-content-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-submenu {
  display: none;
}

.hide {
  display: none;
}

.nav-dropdown-link-btn {
  display: block;
  padding: 5px 10px;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
}

.nav-dropdown-link-btn:hover {
  background-color: #deece4;
  color: #79ae4f;
}

.nav-dropdown-link-btn.w--current {
  background-color: #deece4;
  color: #79ae4f;
}

.nav-dropdown-link-btn.w--open {
  background-color: #deece4;
}

.chairman-msg-col-l {
  width: 55%;
  padding-top: 60px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.chairman-msg-col-r {
  width: 45%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: right;
  text-align: center;
}

.chairman-msg-row {
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.staffs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.staffs-col {
  width: 33.33%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.chairman-msg-signature {
  margin-top: 30px;
}

.staffs-link {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #191919;
  text-decoration: none;
}

.staffs-link:hover {
  color: #79ae4f;
}

.staffs-faculty-txt {
  margin-top: 10px;
  text-align: center;
}

.staffs-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 100%;
  border-radius: 100%;
  opacity: 0;
}

.staffs-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  background-color: #d7d7d7;
}

.staffs-hover-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 3px;
  border-color: #79ae4f;
  border-radius: 100%;
}

.staffs-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 100%;
}

.staffs-img-txt-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.staffs-img-txt {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
}

.page-submenu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding-left: 272px;
}

.page-submenu-dropdown-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.page-submenu-dropdown-btn-txt {
  padding-right: 20px;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-dropdown.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  white-space: pre-wrap;
}

.page-submenu-dropdown-btn-txt:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-dropdown-hover.svg');
  color: #79ae4f;
}

.slash {
  margin-right: 10px;
  margin-left: 10px;
}

.page-txt {
  display: inline-block;
}

.page-submenu-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 60px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-submenu-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.page-submenu-dropdown-btn-txt-on {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-right: 20px;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-dropdown-hover.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0;
  color: #79ae4f;
  white-space: pre-wrap;
}

.page-submenu-dropdown-list.w--open {
  overflow: hidden;
  margin-left: -13px;
  padding-top: 16px;
  background-color: transparent;
}

.page-submenu-dropdown-link {
  display: block;
  padding: 5px 30px 5px 10px;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #000;
  text-decoration: none;
}

.page-submenu-dropdown-link:hover {
  background-color: #deece4;
  color: #79ae4f;
}

.page-submenu-dropdown-link.w--current {
  background-color: #deece4;
  color: #79ae4f;
}

.page-submenu-dropdown-link-b {
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #79ae4f;
  background-color: #fff;
}

.staffs-link02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #191919;
  text-decoration: none;
}

.staffs-link02:hover {
  color: #79ae4f;
}

.staffs-img-b02 {
  position: relative;
  overflow: hidden;
  width: 25%;
  padding-top: 25%;
  border-radius: 100%;
  background-color: #d7d7d7;
}

.staffs-faculty-txt02 {
  width: 70%;
  margin-top: 0px;
  padding-left: 5%;
  text-align: left;
}

.staffs-hover02 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 25%;
  padding-top: 25%;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.staffs-img-txt02 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  text-align: center;
}

.staffs-col02 {
  width: 33.33%;
  margin-top: 30px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.services-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-col {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.banner-blur-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.05);
}

.banner-blur-mask.bg-white {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.content-b {
  position: relative;
  margin-top: 60px;
}

.services-icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-icon-col {
  width: 25%;
  margin-top: 30px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  text-align: center;
}

.services-stat-txt {
  color: #79ae4f;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
}

.content-icon-subtxt {
  font-size: 21px;
  line-height: 31px;
  font-weight: 900;
}

.content-icon-img-b {
  position: relative;
  margin-bottom: -15px;
}

.content-icon-img {
  width: 100%;
  max-width: 160px;
}

.content-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 340px;
  background-color: #deece4;
}

.content-banner-img-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
}

.content-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 85vw;
  height: 100%;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-banner-img.img-services-private {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/private-img022x.jpg');
}

.content-banner-img.img-contact {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/contact-img2x.jpg');
}

.content-banner-img-blur-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 25%;
}

.content-banner-img-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 85vw;
  height: 100%;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-banner-img-blur.img-services-private {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/private-img022x.jpg');
}

.content-banner-img-blur.img-contact {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/contact-img2x.jpg');
}

.services-img {
  width: 100%;
}

.teaching-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.teaching-col {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.numbering-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.numbering-listing-txt {
  width: 80%;
  padding-left: 15px;
  border-left: 1px solid #79ae4f;
}

.numbering-listing-number {
  width: 20%;
  color: #79ae4f;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.numbering-listing-b {
  margin-bottom: 30px;
}

.content-sq-banner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #deece4;
}

.content-sq-banner-img-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
}

.content-sq-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 42vw;
  height: 100%;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-sq-banner-img.img-undergraduate {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/postgraduate-img2x.jpg');
}

.content-sq-banner-img.img-postgraduate {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/undergraduate-img2x.jpg');
}

.content-sq-banner-img.img-neurodegenerative-disorders {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/research-img-NeurodegenerativeDisorders2x.jpg');
}

.content-sq-banner-img.map {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/contact-map2x.jpg');
}

.content-sq-banner-img-blur-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 25%;
}

.content-sq-banner-img-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  height: 100%;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-sq-banner-img-blur.img-undergraduate {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/postgraduate-img2x.jpg');
}

.content-sq-banner-img-blur.img-postgraduate {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/undergraduate-img2x.jpg');
}

.content-sq-banner-img-blur.img-neurodegenerative-disorders {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/research-img-NeurodegenerativeDisorders2x.jpg');
}

.content-sq-banner-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 20px -20px -20px 20px;
  background-color: rgba(222, 236, 228, 0.5);
}

.teaching-icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.teaching-icon-col {
  width: 33.33%;
  margin-top: 30px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  text-align: center;
}

.subtitle {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.subtitle.home-education {
  margin-left: -60px;
}

.subtitle-graphic {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 120px;
  height: 30px;
  margin-bottom: -5px;
  margin-left: -60px;
  background-color: #deece4;
}

.topics-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topics-col {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.txt-bullet {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 28px;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/bullet-square.svg');
  background-position: 0% 10px;
  background-size: auto;
  background-repeat: no-repeat;
}

.research-bullet-b {
  margin-top: 10px;
}

.research-bullet-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.research-bullet-col {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.reseearch-bullet {
  margin-top: 30px;
}

.btn {
  position: relative;
  padding: 15px 30px;
  background-color: #79ae4f;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-txt {
  position: relative;
  z-index: 1;
}

.btn-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 0px;
  background-color: #3a720e;
  opacity: 0;
}

.projects-b {
  margin-top: 30px;
  border-top: 1px solid #d7d7d7;
}

.projects-list {
  border-bottom: 1px solid #d7d7d7;
}

.projects-list-btn {
  position: relative;
  display: block;
  padding: 10px 80px 10px 30px;
  color: #191919;
  font-size: 21px;
  line-height: 31px;
  font-weight: 900;
  text-decoration: none;
}

.list-btn-icon {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.projects-list-btn-txt {
  position: relative;
  z-index: 1;
}

.projects-list-btn-on {
  position: relative;
  display: block;
  padding: 10px 80px 10px 30px;
  background-color: rgba(222, 236, 228, 0.5);
  color: #191919;
  font-size: 21px;
  line-height: 31px;
  font-weight: 900;
  text-decoration: none;
}

.list-btn-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 0px;
  background-color: rgba(222, 236, 228, 0.5);
  opacity: 0;
}

.projects-list-content {
  overflow: hidden;
  padding-right: 80px;
  padding-left: 30px;
}

.projects-list-txt-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pop-staff-details {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8000;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}

.pop-staff-details.popup-scroll {
  display: none;
}

.pop-btn-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8100;
  background-color: #deece4;
  text-align: right;
}

.staff-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.staff-details-col-l {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 30%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.staff-details-col-r {
  width: 70%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.staff-details-img {
  width: 100%;
  border-radius: 100%;
}

.staff-details-txt-b {
  margin-top: 30px;
}

.staff-details-txt-publication {
  margin-top: 5px;
}

.txt-link {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #191919;
  text-decoration: none;
}

.txt-link:hover {
  color: #79ae4f;
  text-decoration: underline;
}

.pop-mask {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: #fff;
}

.pop-container {
  width: 100%;
  max-width: 1200px;
  padding-right: 60px;
  padding-left: 60px;
}

.pop-container.staff-details {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contact-col {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #191919;
  text-decoration: none;
}

.contact-btn:hover {
  color: #79ae4f;
}

.contact-btn-txt {
  margin-top: 1px;
  margin-left: 10px;
}

.contact-btn-b {
  display: inline-block;
}

.contact-info-list {
  margin-top: 10px;
}

.btn-b {
  margin-top: 30px;
}

.btn-b.align-right {
  text-align: right;
}

.contact-support-b {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-color: #deece4;
}

.contact-banner-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70%;
}

.support-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -5%;
  margin-left: -5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-col {
  width: 50%;
  padding-right: 5%;
  padding-bottom: 60px;
  padding-left: 5%;
}

.txt-link-green {
  display: inline-block;
  color: #79ae4f;
}

.txt-link-green:hover {
  text-decoration: none;
}

.support-txt {
  margin-top: 10px;
}

.support-btn-b {
  margin-bottom: 30px;
}

.support-or-b {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #d7d7d7;
  font-size: 21px;
  line-height: 31px;
  font-weight: 900;
}

.support-or-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  background-color: #d7d7d7;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.support-or-txt {
  position: relative;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.support-img-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/support-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.support-img-b {
  padding-bottom: 300px;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/support-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.support-content-b {
  position: relative;
  overflow: hidden;
  padding: 60px 5%;
}

.support-txt-b {
  position: relative;
  text-align: center;
}

.support-img-blur-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.support-contact-btn-b {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  margin-left: 15px;
}

.support-contact-b {
  margin-bottom: 15px;
}

.support-txt02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 80px;
}

.support-txt02-b {
  position: relative;
}

.support-txt03 {
  margin-top: 10px;
  padding-left: 80px;
}

.sorting-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sorting-line {
  width: 1px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #191919;
}

.page-sorting-dropdown-list.w--open {
  overflow: hidden;
  margin-left: -13px;
  padding-top: 16px;
  background-color: transparent;
}

.sorting-txt {
  display: inline-block;
}

.news-b {
  border-top: 1px solid #d7d7d7;
}

.news-list-btn {
  position: relative;
  display: block;
  padding: 20px 80px 20px 30px;
  border-bottom: 1px solid #d7d7d7;
  color: #191919;
  text-decoration: none;
}

.news-list-btn-icon {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.list-date {
  display: inline-block;
  line-height: 18px;
  text-align: center;
}

.list-date-day {
  display: inline-block;
  margin-left: 10px;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}

.list-date-b {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.news-list-txt {
  padding-left: 120px;
  color: #79ae4f;
  font-weight: 900;
}

.news-list-txt-b {
  position: relative;
  z-index: 1;
}

.txt-underline {
  text-decoration: underline;
}

.pop-news-details {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8000;
  display: none;
  overflow: auto;
  background-color: #fff;
  opacity: 0;
}

.news-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news-details-col {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.news-details-content-b {
  height: 100%;
  border-left: 1px solid #191919;
}

.pop-title {
  margin-bottom: 15px;
  color: #79ae4f;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
}

.news-details-date {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 4px solid #191919;
}

.news-details-txt-b {
  padding-left: 20px;
}

.news-details-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.news-details-slider-nav {
  position: relative;
}

.events-col-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.events-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.events-col-r {
  width: 45%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.events-list {
  margin-bottom: 15px;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.1);
}

.events-list-content {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.events-btn-pdf {
  position: relative;
  padding-left: 40px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #191919;
  text-decoration: none;
}

.events-btn-pdf:hover {
  color: #79ae4f;
}

.icon-pdf {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.events-btn-pdf-b {
  margin-top: 10px;
  margin-bottom: 10px;
}

.events-list-txt-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.events-list-btn-txt {
  position: relative;
  z-index: 1;
  width: 65%;
  padding-left: 10px;
}

.events-list-btn-txt.home {
  width: 70%;
}

.events-list-btn-txt.home02 {
  width: 100%;
  padding-left: 0px;
}

.events-list-btn-on {
  position: relative;
  display: block;
  padding: 15px 80px 15px 30px;
  background-color: rgba(222, 236, 228, 0.5);
  color: #191919;
  text-decoration: none;
}

.events-list-btn {
  position: relative;
  display: block;
  padding: 15px 80px 15px 30px;
  background-color: #fff;
  color: #191919;
  text-decoration: none;
}

.events-list-btn.home {
  padding-right: 30px;
}

.events-list-btn-txt-date {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 10px;
}

.events-list-btn-txt-date.on {
  background-color: #eef5f1;
}

.events-list-btn-txt-date.home {
  padding-right: 30px;
}

.events-list-btn-txt-date-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.events-list-btn-txt-date-b.home {
  width: 30%;
}

.events-list-btn-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.events-list-btn-date-line {
  position: relative;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #191919;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.events-calendar-date-b {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 100%;
  border-radius: 100%;
  background-color: #79ae4f;
}

.events-calendar-date-col {
  width: 30%;
}

.events-calendar {
  width: 70%;
}

.events-calendar-date-txt-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.events-calendar-txt-date {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

.events-calendar-txt-month {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}

.home-chairman-msg-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-chairman-img {
  width: 100%;
  max-width: 425px;
}

.home-chairman-msg-col-r {
  position: relative;
  width: 50%;
  padding-top: 30px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.home-chairman-msg-col-l {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  text-align: center;
}

.section-home-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-events-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-events-col {
  width: 60%;
  padding-right: 60px;
  padding-left: 0%;
}

.home-events-btn-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 2px;
  margin-bottom: 2px;
}

.home-events-banner-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.home-events-banner {
  position: relative;
  overflow: hidden;
  width: 75%;
  height: 100%;
  background-color: #deece4;
}

.home-events-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  height: 100%;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-events-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-events-banner-img-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  height: 100%;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-events-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-news-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-news-col {
  position: relative;
  width: 50%;
  padding-right: 0%;
  padding-left: 60px;
}

.home-news-banner-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
}

.home-news-banner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #deece4;
}

.home-news-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50vw;
  height: 100%;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-news-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-news-banner-img-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  height: 100%;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-news-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-news-b {
  margin-left: -23%;
}

.home-research-col {
  width: 50%;
  padding-right: 60px;
  padding-left: 0%;
}

.home-research-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-research-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50vw;
  height: 100%;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-research-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-research-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 65%;
  background-color: #deece4;
}

.home-research-banner-img-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50vw;
  height: 100%;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-research-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-research-banner-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-education-b {
  width: 200%;
  margin-left: -100%;
}

.home-education-bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #deece4;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-education-img2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-education-slider {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.home-education-banner {
  position: relative;
  width: 50%;
  float: left;
  background-color: #fff;
}

.home-education-banner-img-b {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}

.home-education-col {
  position: relative;
  width: 50%;
  padding-right: 0%;
  padding-left: 60px;
}

.home-education-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-education-slide {
  padding-bottom: 20px;
}

.home-education-slide-txt-b {
  width: 50%;
  padding: 200px 60px 60px;
  float: left;
}

.home-education-subtitle-b {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  margin-top: 120px;
  padding-left: 120px;
}

.home-education-banner-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 20px -20px -20px 20px;
  background-color: #fff;
}

.home-education-banner-img-blur-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 25%;
}

.home-education-banner-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
}

.home-education-slider-arrow-r {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: inline-block;
  width: 120px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 50%;
  padding-left: 60px;
}

.home-education-slider-arrow-l {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 50%;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-l.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-education-slider-arrow-l:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-l-hover.svg');
}

.home-education-slide-arrow-img-b {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-r.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-education-slide-arrow-img-b:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-r-hover.svg');
}

.section-home-banner {
  position: relative;
  height: 100vh;
  min-height: 800px;
}

.home-banner-slider {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.home-banner {
  position: relative;
  width: 75%;
  height: 100%;
  float: right;
  background-color: #deece4;
}

.home-banner-img-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
}

.home-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 72vw;
  height: 100%;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-banner-img._01 {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-banner-img01.jpg');
}

.home-banner-img._02 {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-banner-img02.jpg');
}

.home-banner-img._03 {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-banner-img03.jpg');
}

.home-banner-img-blur-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 30%;
}

.home-banner-img-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 72vw;
  height: 100%;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-banner-img-blur._01 {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-banner-img01.jpg');
}

.home-banner-img-blur._02 {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-banner-img02.jpg');
}

.home-banner-img-blur._03 {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/home-banner-img03.jpg');
}

.home-banner-txt-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 45%;
  padding-bottom: 120px;
  padding-left: 60px;
}

.home-banner-slider-arrow-l {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 40px;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-l.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-banner-slider-arrow-l:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-l-hover.svg');
}

.home-banner-slider-arrow-r {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 100px;
  padding-left: 60px;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-r.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-banner-slider-arrow-r:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-r-hover.svg');
}

.home-banner-txt-title {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 3px 2px 0 hsla(0, 0%, 100%, 0.75);
}

.home-banner-txt-subtxt {
  margin-bottom: 30px;
  color: #79ae4f;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-home-logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
}

.header-home-logo-cuhk {
  width: 82px;
  margin-right: 20px;
}

.header-home-logo-cu-medicine {
  width: 67px;
  margin-right: 20px;
}

.header-home-logo-psy {
  width: 160px;
}

.header-home-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-nav-link {
  padding: 8px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #191919;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
}

.home-nav-link:hover {
  color: #79ae4f;
}

.home-nav-link.hide-in-desktop {
  display: none;
}

.home-nav-dropdown-list {
  overflow: hidden;
  min-width: 200px;
  margin-right: 40px;
  padding-right: 100px;
}

.home-nav-dropdown-list.w--open {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-width: 120px;
  background-color: transparent;
}

.home-nav-dropdown-list.about {
  margin-right: 40px;
  padding-right: 90px;
}

.home-nav-dropdown {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.header-home-icon-btn {
  width: 45px;
  height: 45px;
  margin-top: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('https://webarchive.lib.cuhk.edu.hk/20220402001701oe_/https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.header-home-icon-btn:hover {
  background-color: #79ae4f;
}

.header-home-icon-btn.icon-search {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-search.svg');
}

.header-home-icon-btn.icon-search:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-search-hover.svg');
}

.header-home-icon-btn.icon-fontsize {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-font-size.svg');
}

.header-home-icon-btn.icon-fontsize:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-font-size-hover.svg');
}

.header-home-icon-btn.icon-donate {
  border-radius: 0%;
  background-color: transparent;
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-donate_1.svg');
  background-size: 45px;
}

.header-home-icon-btn.icon-donate:hover {
  background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-donate-hover.svg');
}

.home-nav-dropdown-line {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 1px;
  margin-top: 15px;
  margin-right: -30px;
  background-color: #79ae4f;
}

.home-banner-slider-nav {
  margin-bottom: 30px;
}

.search-result-item {
  margin-bottom: 20px;
}

.home-graphic-green {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 30px;
  height: 300px;
  background-color: #79ae4f;
}

.home-graphic-white01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 180px;
  height: 3px;
  margin-bottom: 180px;
  background-color: #fff;
}

.home-graphic-white02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 3px;
  height: 180px;
  background-color: #fff;
}

.home-graphic-white02-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 3px;
  height: 180px;
  margin-left: 177px;
}

.inner-bg-graphic01 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 31%;
  max-width: 550px;
  margin-top: -3%;
  margin-right: -1%;
}

.inner-bg-graphic02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 37%;
  max-width: 550px;
  margin-top: -27%;
  margin-left: -1%;
}

.home-graphic01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 400px;
  margin-top: -32%;
  margin-left: -40%;
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
}

.home-graphic02 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 400px;
  margin-top: -6%;
  margin-right: -25%;
  -webkit-transform: rotate(109deg);
  -ms-transform: rotate(109deg);
  transform: rotate(109deg);
}

.home-graphic03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  margin-top: -22%;
  margin-left: -13%;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.content-icon-graphic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.content-icon-graphic._02 {
  -webkit-transform: rotate(134deg);
  -ms-transform: rotate(134deg);
  transform: rotate(134deg);
}

.content-icon-graphic._03 {
  -webkit-transform: rotate(-160deg);
  -ms-transform: rotate(-160deg);
  transform: rotate(-160deg);
}

.content-icon-graphic._04 {
  -webkit-transform: rotate(-91deg);
  -ms-transform: rotate(-91deg);
  transform: rotate(-91deg);
}

.content-img-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #deece4;
}

.btn-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-close {
  position: relative;
  z-index: 1;
  margin-right: 5px;
}

.pop-staff-details-content {
  position: fixed;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 8000;
  display: block;
  width: 70%;
  max-width: 1200px;
  padding-top: 80vh;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-staff-details-content.popup-scroll {
  display: none;
}

.home-education-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-education-slide-img {
  width: 50vw;
}

html.w-mod-js *[data-ix="inner-banner-img-b"] {
  width: 0px;
}

html.w-mod-js *[data-ix="inner-banner-img-blur-b"] {
  width: 0px;
}

html.w-mod-js *[data-ix="content-banner-img-b"] {
  width: 0px;
}

html.w-mod-js *[data-ix="content-banner-img-blur-b"] {
  width: 0px;
}

html.w-mod-js *[data-ix="content-banner-img-shadow"] {
  -webkit-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}

html.w-mod-js *[data-ix="load-page"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="dropdown-list-height0"] {
  height: 0px;
}

html.w-mod-js *[data-ix="nav-dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="staffs-hover"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="projects-list-btn-on"] {
  display: none;
}

html.w-mod-js *[data-ix="projects-list-content"] {
  height: 0px;
}

html.w-mod-js *[data-ix="pop-mask"] {
  width: 100%;
}

html.w-mod-js *[data-ix="pop"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-container"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="events-list-btn-on"] {
  display: none;
}

html.w-mod-js *[data-ix="events-list-content"] {
  height: 0px;
}

html.w-mod-js *[data-ix="home-education-banner-img-b"] {
  width: 0px;
}

html.w-mod-js *[data-ix="home-education-slide-txt-b"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="home-banner-img-b"] {
  width: 0px;
}

html.w-mod-js *[data-ix="home-slide-txt-b"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="scroll-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-graphic01"] {
  width: 0px;
}

html.w-mod-js *[data-ix="home-graphic02"] {
  height: 0px;
}

html.w-mod-js *[data-ix="content-img-mask"] {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .section-inner-content.other {
    padding-top: 210px;
  }

  .container {
    max-width: 1400px;
  }

  .header-logo-psy {
    width: 160px;
  }

  .nav-link {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .header-logo-cuhk {
    width: 82px;
  }

  .header-icon-btn {
    width: 90px;
    height: 90px;
  }

  .header-icon-btn.icon-donate {
    background-size: 42px;
  }

  .header-logo-cu-medicine {
    width: 67px;
  }

  .pop-search {
    margin-top: 91px;
  }

  .pop-staff-details {
    z-index: 8000;
  }

  .pop-news-details {
    z-index: 8000;
  }

  .events-list-btn-txt.home {
    width: 75%;
  }

  .events-list-btn-txt.home02 {
    width: 75%;
  }

  .events-list-btn-txt-date-b.home {
    width: 25%;
  }

  .home-banner-txt-title {
    font-size: 70px;
    line-height: 80px;
  }

  .header-home-icon-btn.icon-donate {
    background-size: 42px;
  }

  .inner-bg-graphic02 {
    margin-top: -22%;
  }

  .home-graphic02 {
    width: 40%;
    margin-right: 0%;
  }

  .home-graphic03 {
    margin-top: -11%;
    margin-left: -11%;
  }

  .pop-staff-details-content {
    z-index: 8000;
  }
}

@media screen and (max-width: 991px) {
  .section-inner-banner {
    padding-right: 120px;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .inner-banner {
    height: 340px;
  }

  .inner-banner-shadow {
    margin-top: 160px;
    margin-left: 120px;
  }

  .container-fullwidth {
    padding-right: 5%;
    padding-left: 5%;
  }

  .inner-banner-txt-b {
    padding-bottom: 30px;
    padding-left: 5%;
  }

  .sitemap-col {
    width: 50%;
  }

  .nav-link {
    display: block;
    padding: 15px 5%;
    text-align: left;
  }

  .nav-link.hide-in-desktop {
    display: block;
  }

  .nav-dropdown-link-b {
    display: none;
  }

  .nav-dropdown-link {
    padding-right: 5%;
    padding-left: 5%;
    color: #191919;
    text-align: left;
    text-decoration: none;
  }

  .nav-dropdown-sub {
    display: block;
  }

  .nav-dropdown-sublink {
    padding-right: 5%;
    padding-left: 8%;
    text-align: left;
  }

  .nav-dropdown-sublink.w--current {
    background-color: #deece4;
    color: #79ae4f;
  }

  .nav-dropdown-link-on {
    display: none;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-transition-property: none;
    transition-property: none;
    text-align: left;
    text-decoration: none;
  }

  .nav-dropdown-link-off {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-transition-property: none;
    transition-property: none;
    color: #191919;
    text-align: left;
    text-decoration: none;
  }

  .nav-dropdown-link-off:hover {
    background-color: transparent;
    color: #191919;
  }

  .nav-dropdown {
    display: block;
    width: 100%;
  }

  .nav-link-txt-hover {
    display: none;
    padding-right: 5%;
    padding-left: 5%;
  }

  .container-menu {
    z-index: 6000;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #fff;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5000;
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    background-color: #fff;
  }

  .menu-btn-line01 {
    width: 32px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #79ae4f;
  }

  .menu-btn {
    padding: 15px 0px;
  }

  .menu-btn.w--open {
    background-color: transparent;
  }

  .header-icon-b {
    display: none;
  }

  .menu-mobile-btn-donate {
    display: block;
    padding: 15px 20px 15px 12%;
    background-color: #db496b;
    /*background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-donate.svg');*/
    background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/icon-donate_1.svg');
    background-position: 5% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: left;
    text-decoration: none;
  }

  .menu-mobile-btn-b {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5000;
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }

  .search {
    width: 100%;
  }

  .search-b {
    padding: 15px 5% 30px;
  }

  .search-input {
    padding-left: 0px;
  }

  .mobile-menu-btn-txt {
    display: block;
    margin-top: 30px;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 24px;
  }

  .nav-menu-content-b {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: auto;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 250px;
  }

  .mobile-submenu-about {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6000;
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 250px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .nav-dropdown-link-b-mobile {
    padding: 2px;
  }

  .nav-menu-btn-back {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 11%;
    background-color: #deece4;
    background-image: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/images/arrow-l.svg');
    background-position: 5% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    color: #79ae4f;
    text-align: left;
    text-decoration: none;
  }

  .mobile-submenu {
    display: block;
  }

  .nav-menu-btn-back-b {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5000;
    display: block;
    width: 100%;
    margin-top: 0px;
  }

  .nav-dropdown-link-btn {
    padding: 0px 0% 0px 0px;
    color: #191919;
    text-align: left;
    text-decoration: none;
  }

  .nav-dropdown-link-btn:hover {
    background-color: #fff;
    color: #191919;
  }

  .menu-btn-line02 {
    width: 32px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #79ae4f;
  }

  .menu-btn-line03 {
    width: 32px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #79ae4f;
  }

  .mobile-submenu-services {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6000;
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 250px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .mobile-submenu-teaching {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6000;
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 250px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .mobile-submenu-research {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6000;
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 250px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .mobile-submenu-news {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6000;
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 250px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .mobile-submenu-contact {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6000;
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 250px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .chairman-msg-col-l {
    padding-top: 30px;
  }

  .staffs-img-txt {
    font-size: 80px;
    line-height: 80px;
  }

  .page-submenu {
    padding-left: 120px;
  }

  .page-submenu-b {
    padding-right: 5%;
  }

  .page-submenu-dropdown-list.w--open {
    width: 446px;
  }

  .page-submenu-dropdown-link {
    white-space: pre-wrap;
  }

  .staffs-faculty-txt02 {
    width: 75%;
  }

  .staffs-col02 {
    width: 50%;
  }

  .services-col {
    padding-top: 30px;
  }

  .teaching-col {
    padding-top: 30px;
  }

  .content-sq-banner-img {
    width: 45vw;
  }

  .content-sq-banner-img-blur {
    width: 45vw;
  }

  .subtitle.home-education {
    margin-left: -90px;
  }

  .subtitle-graphic.home-education {
    width: 90px;
    margin-left: -30px;
  }

  .subtitle-graphic.home-news {
    width: 90px;
    margin-left: -30px;
  }

  .topics-col {
    padding-top: 30px;
  }

  .pop-container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .support-img-blur {
    display: none;
  }

  .support-img-b {
    background-attachment: scroll;
  }

  .events-col-l {
    width: 100%;
  }

  .events-col-r {
    width: 100%;
    margin-top: 30px;
  }

  .events-list-btn-txt {
    width: 80%;
  }

  .events-list-btn-txt.home {
    width: 65%;
  }

  .events-list-btn-txt-date-b {
    width: 20%;
  }

  .events-list-btn-txt-date-b.home {
    width: 35%;
  }

  .events-calendar-date-col {
    width: 20%;
  }

  .events-calendar {
    width: 80%;
  }

  .home-events-col {
    padding-right: 5%;
  }

  .home-events-banner {
    width: 90%;
  }

  .home-events-banner-img {
    width: 45vw;
  }

  .home-events-banner-img-blur {
    width: 45vw;
  }

  .home-news-col {
    padding-left: 30px;
  }

  .home-news-b {
    margin-left: -23%;
  }

  .home-research-col {
    padding-right: 5%;
  }

  .home-education-slide-txt-b {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-home-banner {
    height: 70vh;
    min-height: 500px;
    margin-top: 60px;
  }

  .home-banner-txt-b {
    padding-bottom: 100px;
    padding-left: 5%;
  }

  .home-banner-slider-arrow-l {
    margin-bottom: 30px;
  }

  .home-banner-slider-arrow-r {
    margin-bottom: 30px;
  }

  .home-banner-txt-title {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .home-banner-txt-subtxt {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .header-home-logo {
    display: none;
  }

  .header-home-menu {
    display: none;
  }

  .home-nav-link {
    display: block;
    padding: 15px 5%;
    text-align: left;
  }

  .home-nav-link.hide-in-desktop {
    display: block;
  }

  .home-nav-dropdown {
    display: block;
  }

  .home-graphic01 {
    margin-left: -56%;
  }

  .home-graphic02 {
    margin-left: -56%;
  }

  .home-graphic03 {
    margin-left: -27%;
  }

  .pop-staff-details-content {
    width: 90%;
  }

  .home-education-slide-img {
    width: 50vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
    text-shadow: 3px 3px 0 hsla(0, 0%, 100%, 0.25);
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .section-inner-banner {
    padding-right: 30px;
  }

  .section-inner-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-inner-content.other {
    padding-top: 120px;
  }

  .aboutus-col-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .aboutus-col-r {
    width: 100%;
  }

  .txt-title {
    font-size: 18px;
    line-height: 29px;
  }

  .txt-title.staff-details {
    margin-bottom: 5px;
  }

  .inner-banner {
    height: 210px;
  }

  .inner-banner-img-b {
    background-image: none;
  }

  .inner-banner-shadow {
    height: 120px;
    margin-top: 130px;
    margin-left: 30px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: -300px 97%;
    background-size: 1200px;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-col-l {
    width: 100%;
  }

  .footer-col-r {
    width: 100%;
  }

  .inner-banner-txt-b {
    padding-right: 60px;
    padding-bottom: 15px;
  }

  .inner-banner-subtitle {
    margin-bottom: 0px;
    font-size: 19px;
    line-height: 29px;
  }

  .footer-logo {
    display: none;
  }

  .footer-logo.mobile {
    display: inline-block;
    width: 160px;
    margin-bottom: 15px;
  }

  .sitemap-row {
    margin-top: -15px;
    margin-bottom: 30px;
  }

  .sitemap-col {
    margin-top: 15px;
  }

  .footer-title {
    margin-bottom: 5px;
  }

  .header-logo-psy {
    width: 122px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-logo-cuhk {
    width: 56px;
  }

  .nav-menu {
    width: 100%;
    padding-top: 60px;
  }

  .header-logo-cu-medicine {
    width: 41px;
  }

  .menu-mobile-btn-donate {
    padding-left: 15%;
  }

  .nav-menu-content-b {
    padding-top: 70px;
  }

  .mobile-submenu-about {
    padding-top: 60px;
  }

  .nav-menu-btn-back {
    background-size: 11px;
  }

  .mobile-submenu-services {
    padding-top: 60px;
  }

  .mobile-submenu-teaching {
    padding-top: 60px;
  }

  .mobile-submenu-research {
    padding-top: 60px;
  }

  .mobile-submenu-news {
    padding-top: 60px;
  }

  .mobile-submenu-contact {
    padding-top: 60px;
  }

  .chairman-msg-col-l {
    width: 100%;
    padding-top: 0px;
    float: none;
  }

  .chairman-msg-col-r {
    width: 100%;
    float: none;
  }

  .staffs-col {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .chairman-msg-signature {
    margin-top: 15px;
  }

  .page-submenu {
    padding-left: 30px;
  }

  .page-submenu-dropdown-btn {
    font-size: 14px;
    line-height: 18px;
  }

  .page-submenu-dropdown-btn-txt {
    padding-right: 20px;
  }

  .slash {
    display: none;
  }

  .page-txt {
    display: none;
  }

  .page-submenu-b {
    height: 40px;
    padding-left: 15px;
  }

  .page-submenu-dropdown {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-submenu-dropdown-btn-txt-on {
    padding-right: 20px;
  }

  .page-submenu-dropdown-list.w--open {
    width: 420px;
    margin-left: -15px;
    padding-top: 6px;
  }

  .page-submenu-dropdown-link {
    white-space: normal;
  }

  .staffs-img-b02 {
    width: 15%;
    padding-top: 15%;
  }

  .staffs-faculty-txt02 {
    width: 85%;
  }

  .staffs-hover02 {
    width: 15%;
    padding-top: 15%;
  }

  .staffs-col02 {
    width: 100%;
    margin-top: 15px;
  }

  .services-col {
    width: 100%;
    padding-top: 0px;
  }

  .content-b {
    margin-top: 30px;
  }

  .services-icon-row {
    margin-top: -30px;
  }

  .services-icon-col {
    width: 50%;
    margin-top: 15px;
  }

  .services-stat-txt.count {
    font-size: 32px;
    line-height: 42px;
  }

  .content-icon-subtxt {
    font-size: 19px;
    line-height: 29px;
  }

  .content-icon-img-b {
    margin-bottom: -25px;
  }

  .content-banner {
    height: 160px;
  }

  .content-banner-img-b {
    background-image: none;
  }

  .content-banner-img {
    width: 90vw;
  }

  .content-banner-img-blur {
    width: 90vw;
  }

  .services-img {
    width: 70%;
    margin-bottom: 15px;
  }

  .teaching-col {
    width: 100%;
    padding-top: 0px;
  }

  .numbering-listing {
    margin-top: 15px;
  }

  .numbering-listing-number {
    font-size: 32px;
    line-height: 42px;
  }

  .numbering-listing-b {
    margin-bottom: 15px;
  }

  .content-sq-banner {
    height: 160px;
    margin-top: 30px;
  }

  .content-sq-banner-img-b {
    background-image: none;
  }

  .content-sq-banner-img {
    width: 90vw;
  }

  .content-sq-banner-img.img-undergraduate {
    width: 100%;
  }

  .content-sq-banner-img-blur {
    width: 90vw;
  }

  .content-sq-banner-img-blur.img-undergraduate {
    width: 100vw;
  }

  .teaching-icon-row {
    margin-top: -30px;
  }

  .teaching-icon-col {
    width: 50%;
    margin-top: 15px;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .subtitle.home-education {
    margin-left: 5%;
  }

  .subtitle-graphic {
    height: 20px;
  }

  .subtitle-graphic.home-education {
    width: 120px;
    margin-left: -60px;
  }

  .subtitle-graphic.home-news {
    width: 120px;
    margin-left: -60px;
  }

  .topics-col {
    width: 100%;
    padding-top: 0px;
  }

  .research-bullet-col {
    width: 100%;
  }

  .reseearch-bullet {
    margin-top: 30px;
  }

  .btn {
    padding: 10px 20px;
  }

  .projects-list-btn {
    padding-right: 50px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 21px;
  }

  .list-btn-icon {
    margin-right: 15px;
  }

  .projects-list-btn-on {
    padding-right: 50px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 21px;
  }

  .projects-list-content {
    padding-right: 50px;
    padding-left: 15px;
  }

  .staff-details-row {
    padding-top: 75px;
    padding-bottom: 60px;
  }

  .staff-details-col-l {
    top: 75px;
  }

  .staff-details-txt-b {
    margin-top: 15px;
  }

  .contact-col {
    width: 100%;
    padding-top: 0px;
  }

  .btn-b.events {
    margin-top: 15px;
  }

  .contact-support-b {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-banner {
    position: relative;
    width: 80%;
    padding-top: 40%;
  }

  .contact-banner-b {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .support-row {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .support-col {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .support-or-b {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .support-or-line {
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 1px;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }

  .support-or-txt {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
  }

  .support-img-b {
    padding-bottom: 200px;
  }

  .support-content-b {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .support-img-blur-mask {
    background-color: hsla(0, 0%, 100%, 0.65);
  }

  .sorting-b {
    margin-left: 15px;
  }

  .sorting-line {
    margin-right: 10px;
    margin-left: 10px;
  }

  .page-sorting-dropdown-list.w--open {
    margin-left: -15px;
    padding-top: 6px;
  }

  .news-list-btn {
    padding-right: 50px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 21px;
  }

  .news-list-btn-icon {
    margin-right: 15px;
  }

  .list-date {
    font-size: 15px;
  }

  .list-date-day {
    font-size: 26px;
  }

  .news-details-row {
    padding-top: 75px;
    padding-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-details-col {
    position: relative;
    top: 0px;
    width: 100%;
  }

  .pop-title {
    font-size: 20px;
    line-height: 28px;
  }

  .news-details-slider {
    margin-top: 30px;
  }

  .events-col-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .events-col-r {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .events-list-content {
    padding-right: 50px;
    padding-left: 15px;
  }

  .events-list-btn-txt {
    width: 75%;
  }

  .events-list-btn-txt.home {
    width: 70%;
    padding-left: 15px;
  }

  .events-list-btn-on {
    padding-right: 50px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 21px;
  }

  .events-list-btn {
    padding-right: 50px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 21px;
  }

  .events-list-btn-txt-date.home {
    padding-right: 15px;
  }

  .events-list-btn-txt-date-b {
    width: 25%;
  }

  .events-list-btn-txt-date-b.home {
    width: 30%;
  }

  .events-calendar-date-b {
    margin-bottom: 5px;
  }

  .events-calendar-date-col {
    width: 15%;
  }

  .events-calendar {
    width: 85%;
  }

  .events-calendar-txt-date {
    font-size: 30px;
    line-height: 30px;
  }

  .events-calendar-txt-month {
    font-size: 16px;
    line-height: 16px;
  }

  .home-chairman-msg-col-r {
    width: 100%;
    padding-top: 0px;
  }

  .home-chairman-msg-col-l {
    width: 100%;
  }

  .section-home-content {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .home-events-col {
    width: 100%;
    padding-top: 0px;
    padding-right: 0%;
  }

  .home-events-banner-b {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }

  .home-events-banner {
    width: 100%;
    height: auto;
    padding-top: 50%;
  }

  .home-events-banner-img {
    width: 100vw;
  }

  .home-events-banner-img-blur {
    width: 100vw;
  }

  .home-news-col {
    width: 100%;
    padding-top: 0px;
    padding-left: 0%;
  }

  .home-news-banner-b {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }

  .home-news-banner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
  }

  .home-news-banner-img {
    width: 100vw;
  }

  .home-news-banner-img-blur {
    width: 100vw;
  }

  .home-news-b {
    margin-left: 0%;
  }

  .home-research-col {
    width: 100%;
    padding-top: 0px;
    padding-right: 0%;
  }

  .home-research-banner-img {
    width: 100vw;
  }

  .home-research-banner {
    width: 100%;
    height: auto;
    padding-top: 50%;
  }

  .home-research-banner-img-blur {
    width: 100vw;
  }

  .home-research-banner-b {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }

  .home-education-b {
    width: 100%;
    margin-left: 0%;
  }

  .home-education-bg {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
  }

  .home-education-banner {
    width: 100%;
    margin-top: 30px;
    float: none;
  }

  .home-education-banner-img-b {
    padding-top: 80%;
    background-image: none;
  }

  .home-education-col {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 60px;
    padding-left: 0%;
  }

  .home-education-slide {
    padding-bottom: 0px;
  }

  .home-education-slide-txt-b {
    width: 100%;
    padding: 0px 5%;
    float: none;
  }

  .home-education-subtitle-b {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .home-education-banner-b {
    position: relative;
    display: none;
    width: 100%;
    margin-top: 30px;
  }

  .home-education-slider-arrow-r {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: -75px;
    margin-bottom: 0px;
    margin-left: 0%;
    background-color: #fff;
  }

  .home-education-slider-arrow-l {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin: -75px 60px 0px 0%;
    background-color: #fff;
  }

  .section-home-banner {
    height: auto;
    min-height: 0px;
  }

  .home-banner-slide {
    padding-bottom: 0px;
  }

  .home-banner {
    width: 90%;
    height: auto;
    margin-top: 0px;
  }

  .home-banner-img-b {
    position: relative;
    padding-top: 300px;
    background-image: none;
  }

  .home-banner-img {
    width: 90vw;
  }

  .home-banner-img-blur {
    width: 90vw;
  }

  .home-banner-txt-b {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-right: 5%;
    padding-bottom: 0px;
    float: left;
  }

  .home-banner-slider-arrow-l {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 240px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #fff;
  }

  .home-banner-slider-arrow-r {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 240px;
    margin-bottom: 0px;
    margin-left: 60px;
    background-color: #fff;
  }

  .home-banner-txt-title {
    font-size: 28px;
    line-height: 34px;
  }

  .home-banner-txt-subtxt {
    font-size: 16px;
    line-height: 20px;
  }

  .header-home-logo-cuhk {
    width: 56px;
  }

  .header-home-logo-cu-medicine {
    width: 41px;
  }

  .header-home-logo-psy {
    width: 122px;
  }

  .home-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-banner-slider-nav {
    display: none;
  }

  .inner-bg-graphic01 {
    width: 50%;
  }

  .inner-bg-graphic02 {
    width: 90%;
    margin-top: -50%;
  }

  .home-graphic01 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin: 0% -25% -44% 0%;
  }

  .home-graphic02 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin: 0% -25% -44% 0%;
  }

  .home-graphic03 {
    margin-top: -49%;
    margin-left: -14%;
  }

  .pop-staff-details-content {
    width: 100%;
    padding-top: 100vh;
  }

  .home-education-slide-img {
    width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  .aboutus-col-l {
    margin-bottom: 15px;
  }

  .aboutus-graphic-cross {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-mobile-btn-donate {
    padding-left: 20%;
  }

  .chairman-msg-col-r {
    margin-top: 30px;
  }

  .staffs-col {
    width: 100%;
  }

  .page-submenu-dropdown-list.w--open {
    width: 260px;
  }

  .staffs-img-txt02 {
    font-size: 18px;
    line-height: 18px;
  }

  .staffs-col02 {
    width: 100%;
  }

  .btn.full {
    display: block;
    width: 100%;
  }

  .staff-details-col-l {
    position: relative;
    top: 0px;
    width: 200px;
    margin-bottom: 15px;
  }

  .staff-details-col-r {
    width: 100%;
  }

  .btn-b.events {
    width: 100%;
  }

  .list-date-b {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .news-list-txt {
    padding-left: 0px;
  }

  .news-details-col {
    margin-bottom: 15px;
  }

  .events-col-l {
    margin-bottom: 15px;
  }

  .events-list-btn-txt {
    width: 100%;
    padding-left: 0px;
  }

  .events-list-btn-txt.home {
    width: 100%;
    padding-left: 0px;
  }

  .events-list-btn-txt.home02 {
    width: 100%;
    padding-left: 0px;
  }

  .events-list-btn-txt-date-b {
    width: 100%;
  }

  .events-list-btn-txt-date-b.home {
    width: 100%;
  }

  .events-list-btn-align {
    display: block;
  }

  .events-list-btn-date-line {
    width: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .events-calendar-date-b {
    width: 60px;
    padding-top: 60px;
  }

  .events-calendar-date-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .events-calendar {
    width: 100%;
  }

  .home-chairman-msg-col-l {
    margin-top: 30px;
  }

  .inner-bg-graphic02 {
    margin-bottom: -6%;
  }

  .home-graphic01 {
    width: 450px;
    -webkit-transform: rotate(-71deg);
    -ms-transform: rotate(-71deg);
    transform: rotate(-71deg);
  }

  .home-graphic02 {
    width: 400px;
    -webkit-transform: rotate(-71deg);
    -ms-transform: rotate(-71deg);
    transform: rotate(-71deg);
  }

  .home-graphic03 {
    width: 400px;
    margin-top: -71%;
  }

  .events-calendar-txt {
    display: inline-block;
    margin-left: 15px;
  }
}

@font-face {
  font-family: 'Din';
  src: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/fonts/DIN-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('/20220402001701oe_/https://www.psychiatry.cuhk.edu.hk/wp-content/themes/cpt-theme/resources/fonts/DIN-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}