body {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 19px;
  line-height: 29px;
}

h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #534234;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #8f7158;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.container {
  position: static;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container.top-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  max-height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.banner-title-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 170px;
  -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;
}

.container.details-banner-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

.section-content {
  padding-top: 25px;
  padding-bottom: 100px;
}

.section-content.no-breadcrumb {
  padding-top: 100px;
}

.section-content.home {
  padding-top: 0px;
  padding-bottom: 100px;
}

.section-content.home.bg-news {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/bg-graphic052x.png'), url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/bg-graphic042x.png');
  background-position: 100% 100%, 0% 100%;
  background-size: 99px, 100px;
  background-repeat: no-repeat, no-repeat;
}

.section-content.home-news {
  padding-top: 50px;
  padding-bottom: 100px;
}

.director-message-col-content {
  width: 60%;
  float: left;
}

.director-message-col-img {
  width: 40%;
  margin-top: 22px;
  padding-left: 5%;
  float: right;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.header-logo {
  height: 100%;
  margin-right: 15px;
}

.header-logo.hide-in-mobile {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu {
  float: none;
  background-color: #750f6d;
}

.nav-dropdown {
  position: static;
  display: block;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.nav-dropdown:hover {
  background-color: #893383;
}

.nav-dropdown-toggle {
  position: static;
  padding: 17px 10px 14px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

.nav-dropdown-list.w--open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 29px;
  padding-top: 20px;
  background-color: transparent;
}

.submenu-link {
  position: relative;
  display: block;
  width: 16.66%;
  padding: 20px 10px 40px;
  background-color: #893383;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.submenu-link:hover {
  background-color: #984b92;
}

.submenu-link.w--current {
  background-color: #984b92;
}

.submenu-img {
  width: 100%;
  margin-bottom: 10px;
}

.header-logo-b {
  width: 70%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submenu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-btn {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}

.btn-icon {
  display: block;
}

.btn-icon-hover {
  position: absolute;
  display: block;
  opacity: 0;
}

.lang-dropdown {
  margin-right: 0px;
  margin-left: 10px;
}

.lang-dropdown-toggle {
  padding: 5px 20px 0px 0px;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/arrow-dropdown.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.lang-dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  background-color: #fff;
}

.lang-dropdown-link {
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
}

.lang-dropdown-link:hover {
  background-color: #893383;
  color: #fff;
}

.line-purple {
  width: 100%;
  height: 1px;
  background-color: #750f6d;
}

.lang-dropdown-link-b {
  border-style: solid;
  border-width: 1px;
  border-color: #750f6d;
}

.submenu-dropdown-link {
  display: block;
  margin-bottom: 10px;
  padding-left: 50px;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/bullet-white.svg');
  background-position: 0% 6px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  text-decoration: none;
}

.submenu-dropdown-link:hover {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/bullet-purple.svg');
  color: #750f6d;
}

.sub-submenu-icon-b {
  width: 20%;
  float: left;
}

.sub-submenu-txt-b {
  width: 80%;
  float: left;
}

.sub-submenu-icon {
  display: block;
  margin-top: 5px;
}

.submenu-dropdown {
  width: 33.33%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.submenu-dropdown:hover {
  background-color: #984b92;
}

.submenu-dropdown-toggle {
  height: 100%;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  background-color: #893383;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
}

.submenu-dropdown-toggle:hover {
  background-color: #984b92;
}

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

.submenu-dropdown-list.w--open {
  left: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 100%;
  padding: 20px;
  background-color: #a563a0;
}

.submenu-dropdown-b {
  overflow: hidden;
  width: 50%;
}

.all-content {
  position: relative;
  z-index: 10;
  margin-top: 300px;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/bg-graphic032x.png'), url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/bg-graphic012x.png'), url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/bg2x.jpg');
  background-position: 100% 100%, -30px -25px, 50% 0%;
  background-size: 563px, 408px, 1440px;
  background-repeat: no-repeat, no-repeat, repeat;
}

.all-content.detailspage {
  margin-top: 0px;
}

.all-content.home {
  margin-top: 600px;
}

.all {
  padding-top: 170px;
}

.all.activities-detailspage {
  padding-top: 0px;
}

.section-banner {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 470px;
  margin-top: 0px;
}

.section-banner.details {
  position: relative;
  height: auto;
}

.banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  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;
}

.banner-img.about {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/about-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img.donation {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/donation-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img.activities {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/activities-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img.default {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/default-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img.education {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/education-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img.education-details {
  position: relative;
  padding-top: 270px;
  padding-bottom: 100px;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/default-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img.research {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/research-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img.activities-details {
  position: relative;
  min-height: 470px;
  padding-top: 220px;
  padding-bottom: 100px;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/default-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-line {
  width: 100px;
  height: 1px;
  background-color: #fff;
}

.banner-line.gold {
  background-color: #534234;
}

.director-message-quote {
  display: block;
}

.director-message-quote.open {
  margin-right: 20px;
}

.director-message-quote.close {
  margin-left: 20px;
}

.director-message-quote-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.director-message-quote-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #8f7158;
}

.director-message-img-b {
  position: relative;
}

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

.director-message-img-title {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -35px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 35px;
  background-color: #8f7158;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/tag-dot.svg');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.director-message-txt-b {
  position: relative;
  margin-top: -20px;
}

.txt-small {
  font-size: 17px;
  line-height: 25px;
}

.txt-small.details-date {
  margin-top: 15px;
}

.breadcrumb {
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 25px;
}

.breadcrumb.no-margin-bottom {
  margin-bottom: 0px;
}

.txt-link {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
}

.txt-link:hover {
  color: #750f6d;
}

.txt-color-purple {
  color: #750f6d;
}

.img-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #8f7158;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #efede6;
}

.footer-logo {
  width: 25%;
  padding-right: 5%;
  float: left;
}

.footer-info-b {
  width: 75%;
  float: left;
}

.footer-col {
  padding-right: 2%;
  padding-left: 2%;
}

.footer-col.float-left {
  width: 40%;
}

.footer-col.float-right {
  width: 60%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.footer-contact-col {
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
  float: left;
}

.txt-color-gold {
  color: #534234;
}

.footer-contact-row {
  margin-right: -5%;
  margin-left: -5%;
}

.footer-social-link {
  display: block;
  padding-top: 1px;
  padding-left: 30px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #534234;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.footer-social-link:hover {
  color: #750f6d;
}

.footer-social-link.fb {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/footer-icon-fb.svg');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.footer-social-link.fb:hover {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/footer-icon-fb-hover.svg');
}

.footer-social-link.youtube {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/footer-icon-youtube.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.footer-social-link.youtube:hover {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/footer-icon-youtube-hover.svg');
}

.footer-social-link.twitter {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/footer-icon-twitter.svg');
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.footer-social-link.twitter:hover {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/footer-icon-twitter-hover.svg');
}

.header-logo-img {
  width: auto;
  height: 70px;
  max-width: none;
}

.nav-mobile-submenu-about {
  display: none;
}

.hide {
  display: none;
}

.nav-mobile-submenu-research {
  display: none;
}

.nav-mobile-submenu-education {
  display: none;
}

.nav-mobile-submenu-services {
  display: none;
}

.nav-mobile-submenu-donation {
  display: none;
}

.nav-mobile-submenu-activities {
  display: none;
}

.nav-mobile-submenu-events {
  display: none;
}

.nav-link {
  padding: 17px 10px 14px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #893383;
}

.search-b {
  position: relative;
  padding: 100px 5%;
  background-color: #750f6d;
}

.search-b.mobile {
  display: none;
}

.search-field-b {
  position: relative;
}

.search-field {
  margin-bottom: 0px;
  padding-right: 10%;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 19px;
}

.search-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.nav-mobile-bottom-b {
  display: none;
}

.footer-logo-btn {
  display: none;
  height: 100%;
  margin-right: 15px;
}

.pop-search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 2%;
  margin-right: 2%;
}

.title-line {
  width: 70px;
  height: 1px;
  background-color: #534234;
}

.title {
  margin-bottom: 20px;
}

.whatwedo-col {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.whatwedo-col.float-right {
  float: right;
}

.whatwedo-row {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.btn-top {
  position: -webkit-sticky;
  position: sticky;
  right: 0px;
  bottom: 50px;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  float: right;
  border-radius: 100%;
  background-color: #750f6d;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-top.w--current {
  text-decoration: none;
}

.btn-top-border {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/btn-top.svg');
  background-position: 50% 6px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.btn-top-border:hover {
  opacity: 0.5;
}

.btn-top-txt {
  margin-top: 17px;
}

.mission-list {
  width: 75%;
  margin-top: 50px;
  float: left;
}

.mission-list.float-right {
  float: right;
}

.mission-img-col {
  width: 50%;
  float: left;
}

.mission-txt-col {
  width: 50%;
  min-height: 300px;
  margin-top: 50px;
  padding: 20px;
  float: left;
  border-bottom: 5px solid #8f7158;
  background-color: #fff;
}

.mission-txt-col._01 {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/mission-icon01.svg');
  background-position: 95% 90%;
  background-repeat: no-repeat;
}

.mission-txt-col._02 {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/mission-icon02.svg');
  background-position: 95% 90%;
  background-repeat: no-repeat;
}

.mission-txt-col._03 {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/mission-icon03.svg');
  background-position: 95% 90%;
  background-repeat: no-repeat;
}

.mission-txt-col._04 {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/mission-icon04.svg');
  background-position: 95% 90%;
  background-repeat: no-repeat;
}

.whatwedo-video {
  margin-top: 50px;
}

.mission-number {
  color: #8f7158;
  font-size: 40px;
  line-height: 50px;
}

.structure-img-row {
  margin-top: 50px;
}

.structure-img-col {
  position: relative;
  width: 33.33%;
  float: left;
}

.supporting-logo-b {
  width: 50%;
  float: left;
}

.supporting-logo-list {
  margin-top: 50px;
}

.patrons-col {
  width: 33.33%;
  margin-top: 50px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.patrons-row {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.patrons-img-b {
  position: relative;
}

.patrons-txt-b {
  position: relative;
  padding-top: 20px;
}

.patrons-img-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: inline-block;
  margin-top: -20px;
  margin-bottom: 10px;
  margin-left: -7.5%;
  padding-top: 5px;
  padding-right: 5%;
  padding-left: 7.5%;
  background-color: #8f7158;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/tag-dot.svg');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.communication-img-row {
  margin-top: 50px;
}

.communication-img-col {
  position: relative;
  width: 33.33%;
  float: left;
}

.communication-txt-b {
  margin-top: 50px;
}

.listing {
  padding-left: 0px;
  list-style-type: decimal;
}

.txt-title {
  color: #8f7158;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.txt-title.results {
  margin-top: 5px;
  float: right;
}

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

.content-link {
  display: inline-block;
  color: #750f6d;
  font-style: italic;
  text-decoration: none;
}

.content-link:hover {
  color: #750f6d;
  text-decoration: underline;
}

.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;
}

.sitemap-row {
  margin-top: -50px;
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.sitemap-col {
  width: 33.33%;
  margin-top: 50px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.listing-dot {
  padding-left: 0px;
  color: #8f7158;
}

.txt-color-black {
  color: #000;
}

.listing-item {
  margin-bottom: 10px;
}

.listing-graphic {
  padding-left: 0px;
  list-style-type: none;
}

.people-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 5px solid #8f7158;
  color: #000;
  text-decoration: none;
}

.people-img-col {
  width: 10%;
}

.people-content-col {
  position: relative;
  width: 90%;
}

.people-content-col.bg-white {
  background-color: #fff;
}

.people-content-col.bg-gold {
  background-color: #efede6;
}

.people-txt-col {
  overflow: hidden;
  max-height: 55px;
  padding-right: 2%;
  padding-left: 2%;
}

.people-txt-col._30 {
  width: 30%;
}

.people-txt-col._35 {
  width: 35%;
}

.people-txt-row {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -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%);
}

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

.people-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0%;
  -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;
  background-color: rgba(117, 15, 109, 0.7);
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
}

.pop-people {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  overflow: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/bg2x.jpg');
  background-position: 50% 0%;
  background-size: 1440px;
  opacity: 0;
}

.container-900 {
  position: static;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.pop-people-b {
  position: relative;
  margin-top: 50px;
  padding: 100px 5%;
  border-bottom: 5px solid #8f7158;
  background-color: #fff;
}

.pop-people-title-b {
  width: 50%;
  margin-bottom: 50px;
  padding-right: 5%;
  padding-left: 5%;
  float: right;
}

.pop-people-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 55%;
  margin-top: -5%;
  margin-left: -5%;
}

.collaborations-list {
  margin-top: 50px;
}

.collaborations-row {
  margin-right: -1%;
  margin-left: -1%;
}

.collaborations-col {
  padding-right: 1%;
  padding-left: 1%;
  float: left;
}

.collaborations-col._15 {
  width: 15%;
}

.collaborations-col._10 {
  width: 10%;
}

.collaborations-col._30 {
  width: 30%;
}

.nav-dropdown-b-mobile {
  display: none;
}

.elearning-row {
  margin-right: -2%;
  margin-left: -2%;
}

.elearning-col {
  width: 50%;
  margin-top: 50px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.elearning-b {
  position: relative;
  padding-top: 60%;
  border-top: 5px solid #8f7158;
  background-color: #fff;
}

.elearning-hover-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

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

.elearning-txt-b {
  padding: 20px 5%;
}

.elearning-btn {
  display: block;
  padding: 15px 5% 10px;
  background-color: #750f6d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.elearning-btn:hover {
  background-color: #630c5c;
}

.elearning-expand {
  overflow: hidden;
}

.elearning-txt-mask {
  overflow: hidden;
  max-height: 54px;
}

.details-banner-line {
  width: 100px;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.education-details-txt-b {
  width: 70%;
  float: right;
}

.education-details-img-b {
  position: relative;
  width: 70%;
  margin-bottom: 75px;
}

.education-details-btn-web {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: -120px;
  margin-bottom: -30px;
  padding: 15px 40px 10px 80px;
  background-color: #750f6d;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/btn-link.svg');
  background-position: 40px 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.education-details-btn-web:hover {
  background-color: #630c5c;
}

.btn-img-b {
  position: relative;
  width: 30px;
  height: 30px;
}

.img-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.paging-txt-link {
  display: inline-block;
  min-width: 30px;
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #8f7158;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.paging-txt-link:hover {
  color: #750f6d;
}

.paging-txt-link.w--current {
  color: #750f6d;
}

.paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.paging-txt {
  margin-right: 5px;
  margin-left: 5px;
  color: #8f7158;
}

.listing-col {
  position: relative;
  width: 33.33%;
  margin-top: 50px;
  float: left;
}

.listing-col.float-right {
  float: right;
}

.listing-col.calender {
  float: right;
}

.listing-col._02 {
  width: 50%;
}

.listing-b {
  color: #000;
  text-decoration: none;
}

.listing-b:hover {
  opacity: 0.8;
}

.listing-img {
  position: relative;
  display: block;
}

.listing-txt-b {
  margin-top: 20px;
  padding-right: 5%;
}

.list {
  margin-top: 50px;
}

.listing-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8f7158;
}

.listing-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  color: #000;
  text-decoration: none;
}

.lisitng-col-date {
  width: 20%;
  padding-right: 30px;
  float: left;
  text-align: right;
}

.listing-img-col {
  width: 35%;
}

.lisitng-img {
  position: relative;
  overflow: hidden;
}

.listing-txt-col {
  position: relative;
  overflow: hidden;
  width: 65%;
  padding-right: 50px;
  padding-left: 30px;
}

.listing-tag {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 7px 10px 5px 25px;
  background-color: #8f7158;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/tag-dot.svg');
  background-position: 9px 12px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
}

.listing-tag:hover {
  background-color: #775a46;
}

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

.listing-line-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 3px;
  height: 100%;
  margin-left: 15px;
  background-color: #8f7158;
}

.listing-content-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.publication-row {
  margin-top: 50px;
}

.title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-col {
  width: 50%;
}

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

.sorting-dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/arrow-dropdown.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.sorting-dropdown {
  margin-bottom: 10px;
}

.sorting-dropdown.no-margin-bottom {
  margin-bottom: 0px;
}

.publication-list {
  position: relative;
  display: block;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px solid #8f7158;
  color: #000;
  text-decoration: none;
}

.publication-list.bg-white {
  background-color: #fff;
}

.publication-list.bg-gold {
  background-color: #efede6;
}

.publication-col {
  width: 33.33%;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.publications-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0%;
  -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;
  background-color: rgba(117, 15, 109, 0.7);
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
}

.training-slider {
  height: auto;
  background-color: transparent;
}

.training-slider-b {
  margin-top: 50px;
}

.training-slide-nav {
  position: relative;
  margin-top: 50px;
}

.training-slide-txt-b {
  margin-top: 20px;
}

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

.training-slider-arrow {
  height: 80%;
}

.training-slider-arrow.arrow-l {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/slider-arrow-l-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.training-slider-arrow.arrow-l:hover {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/slider-arrow-l-gold.svg');
}

.training-slider-arrow.arrow-r {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/slider-arrow-r-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.training-slider-arrow.arrow-r:hover {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/slider-arrow-r-gold.svg');
}

.sorting-dropdown-link-b {
  border-style: solid;
  border-width: 1px;
  border-color: #c4b5a2;
}

.sorting-dropdown-list {
  overflow: hidden;
}

.sorting-dropdown-list.w--open {
  background-color: #efede6;
}

.sorting-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 17px;
  line-height: 25px;
}

.sorting-dropdown-link:hover {
  background-color: rgba(196, 181, 162, 0.3);
}

.projects-list {
  margin-top: 100px;
}

.listing-tag-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  margin-bottom: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.listing-tag02 {
  display: inline-block;
  padding: 7px 10px 5px 25px;
  background-color: #8f7158;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/tag-dot.svg');
  background-position: 9px 12px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
}

.listing-tag02:hover {
  background-color: #775a46;
}

.listing-tag02.margin-right {
  margin-right: 10px;
  text-decoration: none;
}

.listing-tag02-b {
  margin-top: 5px;
}

.projects-sublist {
  margin-top: 50px;
}

.projects-graphic-b {
  position: relative;
  width: 80%;
  max-width: 540px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.projects-graphic-hover-b01 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50%;
  max-width: 300px;
  margin-top: -18%;
  margin-left: -30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.projects-graphic-hover-b01.top02 {
  margin-top: -35%;
}

.projects-graphic-hover-b01.top01 {
  margin-top: -35%;
  margin-left: -26%;
  -webkit-transform: rotate(-59deg) translate(-50%, -50%);
  -ms-transform: rotate(-59deg) translate(-50%, -50%);
  transform: rotate(-59deg) translate(-50%, -50%);
}

.projects-graphic-icon {
  width: 60%;
  max-width: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.projects-graphic-icon._01 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.projects-graphic-icon._03 {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.projects-graphic-icon._04 {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.projects-graphic-icon._06 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.projects-graphic-hover-b02 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50%;
  max-width: 300px;
  margin-top: -35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.projects-graphic-hover-b02.top02 {
  margin-top: -35%;
}

.projects-graphic-hover-b02.top01 {
  margin-top: -35%;
  margin-left: -26%;
  -webkit-transform: rotate(-59deg) translate(-50%, -50%);
  -ms-transform: rotate(-59deg) translate(-50%, -50%);
  transform: rotate(-59deg) translate(-50%, -50%);
}

.projects-graphic-hover-b01-rotate {
  -webkit-transform: translate(0px, 0px) rotate(-60deg);
  -ms-transform: translate(0px, 0px) rotate(-60deg);
  transform: translate(0px, 0px) rotate(-60deg);
}

.projects-graphic-hover-b03 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50%;
  max-width: 300px;
  margin-top: -18%;
  margin-left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.projects-graphic-hover-b03.top02 {
  margin-top: -35%;
}

.projects-graphic-hover-b03.top01 {
  margin-top: -35%;
  margin-left: -26%;
  -webkit-transform: rotate(-59deg) translate(-50%, -50%);
  -ms-transform: rotate(-59deg) translate(-50%, -50%);
  transform: rotate(-59deg) translate(-50%, -50%);
}

.projects-graphic-hover-b03-rotate {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.projects-graphic-hover-b04 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50%;
  max-width: 300px;
  margin-top: 18%;
  margin-left: -30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.projects-graphic-hover-b04.top02 {
  margin-top: -35%;
}

.projects-graphic-hover-b04.top01 {
  margin-top: -35%;
  margin-left: -26%;
  -webkit-transform: rotate(-59deg) translate(-50%, -50%);
  -ms-transform: rotate(-59deg) translate(-50%, -50%);
  transform: rotate(-59deg) translate(-50%, -50%);
}

.projects-graphic-hover-b04-rotate {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.projects-graphic-hover-b05 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50%;
  max-width: 300px;
  margin-top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.projects-graphic-hover-b05.top02 {
  margin-top: -35%;
}

.projects-graphic-hover-b05.top01 {
  margin-top: -35%;
  margin-left: -26%;
  -webkit-transform: rotate(-59deg) translate(-50%, -50%);
  -ms-transform: rotate(-59deg) translate(-50%, -50%);
  transform: rotate(-59deg) translate(-50%, -50%);
}

.projects-graphic-hover-b06 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50%;
  max-width: 300px;
  margin-top: 18%;
  margin-left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.projects-graphic-hover-b06.top02 {
  margin-top: -35%;
}

.projects-graphic-hover-b06.top01 {
  margin-top: -35%;
  margin-left: -26%;
  -webkit-transform: rotate(-59deg) translate(-50%, -50%);
  -ms-transform: rotate(-59deg) translate(-50%, -50%);
  transform: rotate(-59deg) translate(-50%, -50%);
}

.projects-graphic-hover-b06-rotate {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.collaborations-row-b {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8f7158;
}

.txt-color-brown {
  color: #8f7158;
}

.collaborations-b-mobile {
  display: none;
}

.img-b {
  position: relative;
}

.content-top-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-b {
  margin-top: -125px;
}

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

.details-img-row {
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.details-img-row.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.details-img-col {
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.details-img-col._80 {
  width: 80.2%;
}

.details-img-col._20 {
  width: 19.8%;
}

.details-img-col._33 {
  width: 33.33%;
}

.details-img-col._50 {
  width: 50%;
}

.details-img-col.m-50 {
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
}

.details-img-flex-b {
  height: 100%;
  margin: -10px -5px;
  -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;
}

.content-top-col._60 {
  width: 60%;
}

.content-top-col._40 {
  width: 40%;
}

.events-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.listing-col-calender {
  width: 33.33%;
  margin-top: 50px;
  float: right;
}

.listing-col-calender.float-right {
  float: right;
}

.listing-col-calender.calender {
  float: right;
}

.listing-col-b {
  width: 66.66%;
  float: left;
}

.listing-col02 {
  width: 50%;
  margin-top: 50px;
  float: left;
}

.listing-col02.float-right {
  float: right;
}

.listing-col02.calender {
  float: right;
}

.listing-col02._02 {
  width: 50%;
}

.events-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #750f6d;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.events-btn-b {
  margin-top: 50px;
}

.events-btn-line {
  width: 80px;
  height: 1px;
  background-color: #750f6d;
}

.events-btn-txt {
  margin-left: 20px;
}

.newsletter-row {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.newsletter-col {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.newsletter-col.float-right {
  float: right;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-whatwedo-col {
  width: 33.33%;
  margin-top: 50px;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
}

.home-whatwedo-row {
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.home-whatwedo-b {
  position: relative;
  padding-top: 115%;
  border-top: 5px solid #8f7158;
  background-color: #fff;
}

.home-whatwedo-img-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.home-whatwedo-expand {
  overflow: hidden;
}

.home-whatwedo-txt-b {
  padding: 20px 5%;
}

.home-whatwedo-expand-txt-b {
  padding-right: 5%;
  padding-bottom: 20px;
  padding-left: 5%;
}

.home-whatwedo-hover-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.home-whatwedo-btn {
  display: block;
  padding: 15px 5% 10px;
  background-color: #750f6d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.home-whatwedo-btn:hover {
  background-color: #630c5c;
}

.home-whatwedo-txt-mask {
  overflow: hidden;
  max-height: 54px;
}

.home-whatwedo-title-b {
  position: relative;
  margin-bottom: 10px;
  padding-top: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.home-people-b {
  margin-top: 50px;
  border-bottom: 5px solid #8f7158;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/home-people-bg2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-people-slider {
  height: auto;
  background-color: transparent;
}

.section-home-banner {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 770px;
  margin-top: 0px;
}

.section-home-banner.details {
  position: relative;
  height: auto;
}

.home-people-slide {
  width: 33.33%;
  text-align: center;
}

.home-people-slide-txt-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 25px 5%;
  background-color: hsla(0, 0%, 100%, 0.7);
  font-weight: 700;
  text-align: center;
}

.home-people-slide-txt-mask {
  overflow: hidden;
  max-height: 29px;
}

.slide-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-arrow.home-banner {
  margin-top: 80px;
}

.slide-arrow-b {
  z-index: 500;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.slide-arrow-b:hover {
  opacity: 0.5;
}

.home-highlights-b {
  position: relative;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #efede6;
}

.home-highlighs-txt-col {
  width: 75%;
}

.home-highlighs-btn-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #750f6d;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
}

.home-highlights-txt-row {
  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;
}

.home-highlights-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #750f6d;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.home-banner-slider {
  height: 100%;
}

.home-banner-slide {
  overflow: hidden;
}

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

.home-banner-slide-img._01 {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/home-banner012x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-slide-img._02 {
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/home-banner022x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-slide-txt-b {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 60%;
  margin-bottom: 50px;
  padding: 10px 20px;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #534234;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.home-slide-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.structure-chart {
  margin-top: 50px;
}

.grants-row {
  margin-top: 50px;
}

.grants-list {
  position: relative;
  display: block;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px solid #8f7158;
  color: #000;
  text-decoration: none;
}

.grants-list.bg-white {
  background-color: #fff;
}

.grants-list.bg-gold {
  background-color: #efede6;
}

.grants-col {
  width: 33.33%;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.grants-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0%;
  -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;
  background-color: rgba(117, 15, 109, 0.7);
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
}

.home-events-btn-line {
  width: 80px;
  height: 1px;
  background-color: #750f6d;
}

.txt-result {
  color: #8f7158;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.heading-result {
  float: left;
}

.txt-results {
  margin-top: 5px;
  float: right;
  color: #8f7158;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.txt-results.results {
  margin-top: 5px;
  float: right;
}

.results-b {
  margin-bottom: 100px;
}

.result-listing-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 15px;
  background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/icon-dot.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
}

.result-listing-link:hover {
  color: #750f6d;
}

.result-txt-b {
  width: 90%;
}

.result-txt {
  display: inline-block;
  border-bottom: 1px solid rgba(143, 113, 88, 0.5);
}

.nav-dropdown-bg {
  background-color: #893383;
}

.home-people-link {
  width: 75%;
  max-width: 380px;
  color: #000;
}

.home-people-link:hover {
  color: #750f6d;
}

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

html.w-mod-js *[data-ix="lang-dropdown-list"] {
  height: 0px;
}

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

html.w-mod-js *[data-ix="img-mask"] {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

html.w-mod-js *[data-ix="listing-line-hover"] {
  height: 0px;
}

html.w-mod-js *[data-ix="sorting-dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="projects-graphic-hover-b01"] {
  opacity: 0;
  -webkit-transform: translate(-25%, -25%);
  -ms-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

html.w-mod-js *[data-ix="projects-graphic-hover-b02"] {
  opacity: 0;
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

html.w-mod-js *[data-ix="projects-graphic-hover-b03"] {
  opacity: 0;
  -webkit-transform: translate(-75%, -30%);
  -ms-transform: translate(-75%, -30%);
  transform: translate(-75%, -30%);
}

html.w-mod-js *[data-ix="projects-graphic-hover-b04"] {
  opacity: 0;
  -webkit-transform: translate(-25%, -75%);
  -ms-transform: translate(-25%, -75%);
  transform: translate(-25%, -75%);
}

html.w-mod-js *[data-ix="projects-graphic-hover-b05"] {
  opacity: 0;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}

html.w-mod-js *[data-ix="projects-graphic-hover-b06"] {
  opacity: 0;
  -webkit-transform: translate(-75%, -75%);
  -ms-transform: translate(-75%, -75%);
  transform: translate(-75%, -75%);
}

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

html.w-mod-js *[data-ix="home-banner-slide-img"] {
  -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="home-banner-slide-txt-b"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media (max-width: 991px) {
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .container.banner-title-flex {
    margin-top: 80px;
  }
  .container.menu {
    padding-right: 0%;
    padding-left: 0%;
  }
  .section-content.home.bg-news {
    background-image: none;
  }
  .top {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 80px;
    float: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-logo {
    height: 50px;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    margin-top: 80px;
    padding-bottom: 100px;
  }
  .nav-dropdown-toggle {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-dropdown-list.w--open {
    display: none;
  }
  .submenu-link {
    width: 33.33%;
    min-height: 236px;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
    float: left;
  }
  .header-logo-b {
    width: 100%;
  }
  .submenu-row {
    display: block;
    margin-right: -10px;
    margin-left: -10px;
  }
  .nav-menu-b {
    display: block;
    padding-bottom: 100px;
  }
  .header-top-btn-b {
    display: none;
  }
  .header-top-btn {
    position: static;
    margin-right: 20px;
    margin-left: 0px;
  }
  .submenu-dropdown-link {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .sub-submenu-icon-b {
    width: 10%;
  }
  .submenu-dropdown {
    height: auto;
    float: left;
  }
  .submenu-dropdown-toggle {
    min-height: 236px;
    padding-right: 15%;
    padding-left: 15%;
  }
  .submenu-dropdown-list.w--open {
    display: none;
  }
  .submenu-dropdown-b {
    width: 100%;
  }
  .all-content {
    margin-top: 230px;
  }
  .all-content.home {
    margin-top: 330px;
  }
  .section-banner {
    height: 400px;
  }
  .banner-img.education-details {
    min-height: 200px;
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .banner-img.activities-details {
    min-height: 200px;
    padding-top: 130px;
  }
  .footer-logo {
    width: 100%;
    float: none;
  }
  .footer-info-b {
    width: 100%;
    margin-top: 25px;
  }
  .footer-col.float-left {
    padding-left: 0%;
  }
  .header-logo-img {
    height: 100%;
  }
  .menu-btn {
    margin-right: 5%;
    padding: 24px 0px 23px;
  }
  .menu-btn.w--open {
    background-color: transparent;
  }
  .menu-btn-line01 {
    width: 35px;
    height: 3px;
    margin-top: 9px;
    margin-bottom: 9px;
    border-radius: 100px;
    background-color: #750f6d;
  }
  .nav-mobile-submenu-about {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #893383;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-btn-back {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10%;
    background-image: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/images/btn-back.svg');
    background-position: 5% 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav-btn-back:hover {
    opacity: 0.5;
  }
  .line-white {
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .hide.w--open {
    display: none;
  }
  .nav-mobile-submenu-research {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #893383;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-mobile-submenu-education {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #893383;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-mobile-submenu-services {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    background-color: #893383;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-mobile-submenu-donation {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #893383;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-mobile-submenu-activities {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #893383;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-mobile-submenu-events {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #893383;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-link {
    display: block;
    padding-right: 5%;
    padding-left: 5%;
    text-align: left;
  }
  .search-b {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 5%;
  }
  .search-b.mobile {
    display: block;
  }
  .search-btn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .lang-link {
    display: inline-block;
    margin-right: 20px;
    margin-left: 0px;
    padding-top: 5px;
    color: #fff;
    font-size: 17px;
    line-height: 19px;
    text-decoration: none;
  }
  .nav-mobile-bottom-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-mobile-b {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
  }
  .mission-list {
    width: 100%;
    float: none;
  }
  .mission-list.float-right {
    float: none;
  }
  .patrons-img-title {
    padding-left: 15%;
  }
  .sitemap-col {
    width: 50%;
  }
  .people-img-col {
    width: 30%;
  }
  .people-content-col {
    width: 70%;
  }
  .people-txt-col {
    max-height: none;
  }
  .people-txt-col._30 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .people-txt-col._35 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .people-txt-row {
    top: 0%;
    display: block;
    padding: 10px 5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .container-900 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-dropdown-b {
    display: none;
  }
  .nav-dropdown-b-mobile {
    display: block;
  }
  .listing-col {
    width: 33.33%;
    margin-top: 25px;
  }
  .listing-link {
    width: 100%;
  }
  .lisitng-col-date {
    width: 100%;
    text-align: left;
  }
  .listing-tag {
    margin-right: 5px;
    margin-left: 0px;
  }
  .listing-content-col {
    width: 100%;
    margin-top: 5px;
  }
  .listing-col-calender {
    width: 33.33%;
    margin-top: 25px;
  }
  .listing-col02 {
    margin-top: 25px;
  }
  .section-home-banner {
    height: 500px;
  }
  .home-people-slide-txt-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slide-arrow.home-banner {
    margin-top: 40px;
  }
  .home-highlighs-txt-col {
    width: 100%;
  }
  .home-highlighs-btn-col {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-highlights-txt-row {
    display: block;
  }
  .home-highlights-btn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .result-listing-link {
    width: 100%;
  }
  .text-block {
    float: left;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    padding-left: 10px;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 3px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .container.banner-title-flex {
    margin-top: 60px;
  }
  .container.details-banner-title {
    font-size: 22px;
    line-height: 26px;
  }
  .section-content {
    padding-bottom: 50px;
  }
  .section-content.no-breadcrumb {
    padding-top: 50px;
  }
  .section-content.home {
    padding-bottom: 50px;
  }
  .director-message-col-content {
    width: 100%;
    float: none;
  }
  .director-message-col-img {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    padding-left: 0%;
    float: none;
  }
  .top {
    height: 60px;
  }
  .header-logo {
    height: 46px;
  }
  .header-logo.hide-in-mobile {
    display: none;
  }
  .nav-menu {
    margin-top: 60px;
    padding-bottom: 50px;
  }
  .nav-dropdown-toggle {
    font-size: 14px;
    line-height: 16px;
  }
  .submenu-link {
    min-height: 194px;
    font-size: 14px;
    line-height: 16px;
  }
  .submenu-dropdown-link {
    font-size: 14px;
  }
  .sub-submenu-icon-b {
    width: 15%;
  }
  .submenu-dropdown-toggle {
    min-height: 194px;
  }
  .all-content {
    margin-top: 30px;
    background-position: 100% 90%, -30px -25px, 50% 0%;
    background-size: 400px, 300px, 1440px;
  }
  .all-content.home {
    margin-top: 0px;
  }
  .all.activities-detailspage {
    padding-top: 0px;
  }
  .all.home {
    padding-top: 0px;
  }
  .section-banner {
    height: 200px;
  }
  .section-banner.details {
    position: relative;
    height: auto;
    min-height: 200px;
  }
  .banner-img.education-details {
    padding-top: 85px;
    padding-bottom: 25px;
  }
  .banner-img.activities-details {
    padding-top: 85px;
    padding-bottom: 50px;
  }
  .banner-line {
    width: 50px;
  }
  .director-message-img-title {
    margin-left: -5%;
    font-size: 18px;
    line-height: 24px;
  }
  .director-message-txt-b {
    margin-top: -15px;
  }
  .txt-small {
    font-size: 14px;
    line-height: 20px;
  }
  .breadcrumb {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer {
    padding-bottom: 25px;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer-col.float-left {
    width: 100%;
    margin-top: 25px;
    float: none;
  }
  .footer-col.float-right {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    float: none;
  }
  .menu-btn {
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .nav-link {
    font-size: 14px;
    line-height: 16px;
  }
  .lang-link {
    font-size: 14px;
    line-height: 16px;
  }
  .footer-logo-btn {
    display: inline-block;
    height: 55px;
  }
  .btn-close {
    margin-top: 5%;
    margin-right: 5%;
  }
  .whatwedo-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .btn-top {
    font-size: 14px;
  }
  .btn-top-txt {
    margin-top: 20px;
  }
  .mission-list {
    margin-top: 25px;
  }
  .mission-img-col {
    width: 100%;
    float: none;
  }
  .mission-txt-col {
    width: 100%;
    min-height: 0px;
    margin-top: 0px;
    padding-bottom: 80px;
  }
  .whatwedo-video {
    margin-top: 0px;
  }
  .structure-img-row {
    margin-top: 25px;
  }
  .patrons-col {
    width: 50%;
    margin-top: 25px;
  }
  .patrons-img-title {
    margin-left: -5%;
    padding-left: 10%;
    font-size: 18px;
    line-height: 24px;
  }
  .communication-img-row {
    margin-top: 25px;
  }
  .listing {
    padding-left: 15px;
  }
  .txt-title {
    font-size: 18px;
    line-height: 24px;
  }
  .sitemap-row {
    margin-top: -25px;
  }
  .sitemap-col {
    width: 100%;
    margin-top: 25px;
  }
  .listing-dot {
    padding-left: 15px;
  }
  .people-listing {
    border-top: 5px solid #8f7158;
    border-left-style: none;
  }
  .pop-people {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pop-people-b {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pop-people-title-b {
    margin-bottom: 25px;
  }
  .collaborations-b {
    display: none;
  }
  .collaborations-row {
    margin-right: -2%;
    margin-left: -2%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .collaborations-col {
    padding-right: 2%;
    padding-left: 2%;
  }
  .collaborations-col._40 {
    width: 40%;
  }
  .collaborations-col._60 {
    width: 60%;
  }
  .elearning-col {
    width: 100%;
    margin-top: 25px;
  }
  .elearning-txt-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .elearning-btn {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }
  .elearning-txt-mask {
    max-height: 45px;
  }
  .details-banner-line {
    width: 50px;
  }
  .education-details-txt-b {
    width: 90%;
  }
  .education-details-img-b {
    width: 90%;
    margin-bottom: 50px;
  }
  .education-details-btn-web {
    margin-right: -10%;
    padding: 10px 20px 5px 50px;
    background-position: 20px 50%;
    background-size: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .paging {
    margin-top: 25px;
  }
  .listing-col {
    width: 100%;
  }
  .listing-col.calender {
    width: 100%;
  }
  .list {
    margin-top: 25px;
  }
  .listing-row {
    width: 100%;
  }
  .title-row {
    display: block;
    margin-bottom: 25px;
  }
  .title-col {
    width: 100%;
  }
  .title-col.align-right.m-align-left {
    text-align: left;
  }
  .sorting-dropdown {
    margin-bottom: 0px;
  }
  .publication-col {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    float: none;
  }
  .training-slider-b {
    margin-top: 25px;
  }
  .training-slide-nav {
    margin-top: 25px;
  }
  .training-slider-arrow {
    height: 70%;
  }
  .training-slider-arrow.arrow-l {
    background-size: 16px;
  }
  .training-slider-arrow.arrow-r {
    background-size: 16px;
  }
  .projects-sublist {
    margin-top: 25px;
  }
  .projects-graphic-b {
    margin-top: 50px;
  }
  .projects-graphic-hover-b01 {
    font-size: 14px;
    line-height: 16px;
  }
  .projects-graphic-icon {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .projects-graphic-hover-b02 {
    font-size: 14px;
    line-height: 16px;
  }
  .projects-graphic-hover-b03 {
    font-size: 14px;
    line-height: 16px;
  }
  .projects-graphic-hover-b04 {
    font-size: 14px;
    line-height: 16px;
  }
  .projects-graphic-hover-b05 {
    font-size: 14px;
    line-height: 16px;
  }
  .projects-graphic-hover-b06 {
    font-size: 14px;
    line-height: 16px;
  }
  .collaborations-b-mobile {
    display: block;
  }
  .sorting-dropdown-b {
    position: relative;
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .content-top-row {
    display: block;
    margin-bottom: 25px;
  }
  .details-b {
    margin-top: -75px;
  }
  .details-content-b {
    margin-top: 25px;
  }
  .details-img-row.flex {
    display: block;
  }
  .details-img-col._80 {
    width: 100%;
  }
  .details-img-col._20 {
    width: 100%;
  }
  .details-img-col.m-50 {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .details-img-flex-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .content-top-col._60 {
    width: 100%;
  }
  .content-top-col._40.align-right.m-align-left {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .events-list {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .listing-col-calender {
    width: 100%;
    margin-top: 0px;
  }
  .listing-col-calender.calender {
    width: 100%;
  }
  .listing-col-b {
    width: 100%;
  }
  .listing-col02.calender {
    width: 100%;
  }
  .events-btn {
    font-size: 18px;
    line-height: 24px;
  }
  .newsletter-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-whatwedo-col {
    width: 100%;
    margin-top: 25px;
  }
  .home-whatwedo-txt-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-whatwedo-expand-txt-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-whatwedo-btn {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }
  .home-whatwedo-txt-mask {
    max-height: 45px;
  }
  .home-whatwedo-title-b {
    padding-top: 25px;
  }
  .home-whatwedo-icon {
    height: 100%;
    max-width: none;
  }
  .section-home-banner {
    position: relative;
    height: auto;
  }
  .section-home-banner.details {
    position: relative;
    height: auto;
    min-height: 200px;
  }
  .home-people-slide {
    width: 50%;
  }
  .slide-arrow {
    width: 20px;
  }
  .slide-arrow.home-banner {
    margin-top: 0px;
  }
  .slide-arrow-b {
    width: 50px;
  }
  .home-highlights-b {
    margin-bottom: 50px;
  }
  .home-highlighs-btn-col {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
  }
  .home-highlights-btn {
    font-size: 18px;
    line-height: 24px;
  }
  .home-banner-slide {
    height: 360px;
  }
  .home-banner-slide-img {
    position: relative;
    height: 360px;
  }
  .home-banner-slide-txt-b {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 18px;
    line-height: 24px;
  }
  .grants-col {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    float: none;
  }
  .txt-result {
    font-size: 18px;
    line-height: 24px;
  }
  .txt-results {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  .submenu-link {
    width: 50%;
    min-height: 190px;
  }
  .submenu-dropdown {
    width: 50%;
  }
  .submenu-dropdown-toggle {
    min-height: 190px;
  }
  .footer-contact-col {
    width: 100%;
    float: none;
  }
  .footer-social-link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .structure-img-col {
    width: 100%;
  }
  .supporting-logo-b {
    width: 100%;
    float: none;
  }
  .patrons-col {
    width: 100%;
  }
  .communication-img-col {
    width: 100%;
  }
  .pop-people-b {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .pop-people-title-b {
    width: 100%;
    margin-top: 20px;
  }
  .pop-people-img {
    position: relative;
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
  }
  .pop-people-txt-b {
    padding-right: 5%;
    padding-left: 5%;
  }
  .listing-col {
    width: 100%;
  }
  .listing-img-col {
    width: 100%;
  }
  .listing-txt-col {
    width: 100%;
    padding: 10px 20px 5px;
  }
  .listing-btn-arrow {
    position: relative;
    margin-top: 10px;
  }
  .listing-line-hover {
    margin-left: 0px;
  }
  .listing-content-col {
    display: block;
  }
  .training-slider-arrow {
    height: 65%;
  }
  .projects-graphic-icon {
    width: 45%;
  }
  .projects-graphic-hover-b02 {
    width: 50%;
  }
  .projects-graphic-hover-b05 {
    width: 50%;
  }
  .details-img-row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .details-img-col._33 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .details-img-col._50 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .listing-col-calender {
    width: 100%;
  }
  .listing-col02 {
    width: 100%;
  }
  .home-people-slide {
    width: 100%;
  }
}

@font-face {
  font-family: 'Palatino-bold';
  src: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/fonts/palatino-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Palatino-roman';
  src: url('/20230224110217oe_/https://hkiim.cuhk.edu.hk/iim/assets/frontend/common/fonts/palatino-roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

