:root {
  --0e0f11: #0e0f11;
  --white: white;
  --5c99bf: #5c99bf;
  --99a4ab: #99a4ab;
  --primary-bule: #097192;
  --2-seablue: #178abd;
  --324a6c: #324a6c;
  --purple: #72246c;
  --2-green: #2eb0c0;
  --dark-pink: #a32a72;
  --light-grey: #c8c8c8;
  --whitesmoke: #f5f5f5;
}

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

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

body {
  color: var(--0e0f11);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  color: #324a6c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
}

p {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  padding-left: 3px;
  font-size: 18px;
  font-weight: 400;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

strong {
  font-weight: bold;
}

.footer {
  background-color: #102c53;
}

.header {
  z-index: 1000;
  background-color: #ffffffb3;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  width: 100%;
}

.menu-link {
  z-index: 2;
  color: var(--0e0f11);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all .5s;
}

.menu-link:hover, .menu-link.w--current, .menu-link.w--open {
  color: var(--5c99bf);
}

.header-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.header-logo-b {
  margin-left: 10px;
  margin-right: 10px;
}

.header-logo-align {
  margin-left: -10px;
  margin-right: -10px;
}

.header-button {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.header-language-text {
  color: var(--0e0f11);
  margin-left: 15px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.header-language-text:hover {
  color: var(--5c99bf);
}

.header-search-btn {
  background-image: url('../images/icon-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  transition: all .5s;
  position: relative;
}

.header-search-btn:hover {
  background-image: url('../images/icon-search-hover.svg');
}

.title-line-b {
  width: 100vw;
  height: 5px;
  margin-top: 15px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.footer-link {
  color: var(--99a4ab);
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  transition: all .5s;
}

.footer-link:hover {
  color: #fff;
}

.home-bottom-col {
  perspective: 2000px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  display: inline-block;
}

.home-bottom-row {
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.home-bottom-txt-b {
  z-index: 1;
  border: 1px solid #fffc;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-enews-content-b {
  padding: 20px 10%;
  position: relative;
}

.title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.home-bottom-link-b {
  color: var(--0e0f11);
  width: 100%;
  height: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-banner-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.footer-sitemap-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.footer-row {
  padding-left: 200px;
  position: relative;
}

.footer-follow-b {
  width: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-subscribe-b {
  float: right;
  display: inline-block;
}

.footer-sitemap-title {
  color: #5a8baa;
  background-image: url('../images/icon-plus-blue.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.footer-sitemap-list {
  margin-bottom: 40px;
}

.footer-sitemap-col {
  flex-wrap: wrap;
  width: 25%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.footer-subscribe-txt-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--99a4ab);
  color: #fff;
  background-color: #0000;
  height: 80px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 150px;
  font-size: 18px;
  line-height: 30px;
}

.footer-subscribe-txt-field:focus {
  border-bottom-color: var(--5c99bf);
}

.footer-subscribe-txt-field::placeholder {
  color: var(--99a4ab);
}

.btn {
  border: 1px solid var(--5c99bf);
  color: var(--0e0f11);
  background-color: #0000;
  border-radius: 100px;
  height: 60px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.btn:hover {
  background-color: var(--5c99bf);
  color: var(--white);
}

.btn.white {
  border-color: var(--white);
  color: var(--white);
}

.btn.white:hover {
  background-color: var(--white);
  color: var(--0e0f11);
}

.home-enews-txt-b {
  padding-right: 40px;
  position: relative;
}

.home-news-r-row {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-top: -40px;
}

.home-news-r-link-b {
  border-top: 5px solid var(--primary-bule);
  color: var(--0e0f11);
  margin-top: 40px;
  text-decoration: none;
  transition: all .5s;
}

.home-news-r-link-b:hover {
  transform: scale(1.03);
  box-shadow: 4px 4px 20px #0000000d;
}

.home-news-r-txt-b {
  background-color: #fff;
  padding: 20px 50px 20px 20px;
  position: relative;
}

.home-banner-slide-nav {
  margin-bottom: 10px;
  margin-right: 5%;
  inset: auto 0% 0% auto;
}

.display-none {
  display: none;
}

.home-achieve-slider {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
  position: relative;
}

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

.home-enews-img-b {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.img-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-bg.home-enews-img {
  background-image: url('../images/home-cta-enewsletter2x.jpg');
}

.img-bg.home-alumni-img {
  background-image: url('../images/home-cta-network2x.jpg');
}

.img-bg.home-join {
  background-image: url('../images/home-cta-join-us2x.jpg');
}

.home-enews-link-b {
  color: var(--0e0f11);
  text-decoration: none;
  display: block;
}

.home-enews-icon {
  margin-top: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-bottom-txt {
  width: 50%;
}

.txt-color-white {
  color: #fff;
}

.home-enews-txt {
  margin-top: 5px;
}

.title-line-img02, .title-line-img01 {
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}

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

.footer-subscribe-form {
  position: relative;
}

.btn-txt-align {
  z-index: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-txt-align.justify-center {
  justify-content: center;
}

.footer-subscribe-btn-b {
  margin-top: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.section-content.bg {
  background-image: url('../images/bg2x.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section-content.bg-lightblue {
  background-color: #f2f6f9;
}

.section-content.bg-lightblue.home-achieve {
  overflow: hidden;
}

.footer-sitemap-list-item {
  margin-top: 5px;
}

.footer-txt-copyright {
  color: var(--99a4ab);
  font-size: 16px;
  line-height: 28px;
}

.footer-sitemap-listing {
  padding-left: 25px;
}

.footer-sitemap-title-link {
  color: var(--5c99bf);
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  transition: all .5s;
}

.footer-sitemap-title-link:hover {
  color: #fff;
}

.btn-icon {
  position: relative;
}

.btn-icon.footer-btn-icon {
  width: 30px;
  margin-right: 30px;
}

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

.icon-img-hover {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.footer-sitemap-mobile {
  display: none;
}

.home-news-col-l {
  width: 38%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: sticky;
  top: 80px;
}

.home-news-col-r {
  width: 62%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.heading {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  line-height: 47px;
}

.heading-b {
  display: inline-block;
  overflow: hidden;
}

.btn-b {
  margin-top: 40px;
}

.filter-link {
  color: var(--0e0f11);
  text-decoration: none;
  transition: all .5s;
}

.filter-link:hover {
  color: var(--2-seablue);
}

.filter-dot {
  margin-left: 20px;
  margin-right: 20px;
}

.home-news-l-link-b {
  border-left: 5px solid var(--primary-bule);
  color: var(--0e0f11);
  margin-top: 20px;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.home-news-l-link-b:hover {
  background-color: #fff;
  box-shadow: 4px 4px 20px #0000000d;
}

.home-news-l-b {
  margin-top: 40px;
}

.subtitle {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.home-news-l-icon-add {
  margin-top: 16px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.txt-date {
  font-size: 14px;
  line-height: 26px;
}

.home-news-row {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.home-news-r-icon-add {
  margin-top: 26px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.img {
  width: 100%;
}

.btn-more-icon {
  width: 16px;
  margin-left: 10px;
  position: relative;
}

.btn-icon-img {
  display: block;
}

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

.home-news-l-b-mobile {
  margin-top: 40px;
  display: none;
}

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

.txt-mask {
  overflow: hidden;
}

.home-achieve-slide-mask {
  width: 50%;
  overflow: visible;
}

.home-achieve-slide {
  perspective: 650px;
}

.hidden {
  display: none;
}

.home-achieve-link-b {
  color: var(--0e0f11);
  text-decoration: none;
  display: block;
}

.img-mask {
  overflow: hidden;
}

.home-achieve-txt-b {
  margin-top: 10px;
  padding-right: 30px;
  position: relative;
}

.home-achieve-arrow-r {
  border: 1px solid var(--99a4ab);
  background-image: url('../images/arrow-right.svg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: -140px;
  transition: all .5s;
  inset: 0% 0% auto auto;
}

.home-achieve-arrow-r:hover {
  border-color: var(--5c99bf);
  background-color: var(--5c99bf);
  background-image: url('../images/arrow-right-hover.svg');
}

.home-achieve-arrow-l {
  border: 1px solid var(--99a4ab);
  background-image: url('../images/arrow-left.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: -140px;
  margin-right: 80px;
  transition: all .5s;
  inset: 0% 0% auto auto;
}

.home-achieve-arrow-l:hover {
  border-color: var(--5c99bf);
  background-color: var(--5c99bf);
  background-image: url('../images/arrow-left-hover.svg');
}

.home-achieve-icon-add {
  margin-top: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-line {
  background-color: var(--0e0f11);
  width: 1px;
  height: 20px;
  margin-left: 30px;
  margin-right: 15px;
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.menu-dropdown-list {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 138px;
  padding-left: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-dropdown-list.mobile-dropdown-bg-about {
  background-color: #1689bf;
  background-image: url('../images/dropdown-bg-about2x.jpg');
}

.menu-dropdown-list.mobile-dropdown-bg-people {
  background-color: #7030a2;
  background-image: url('../images/dropdown-bg-our-people2x.jpg');
}

.menu-dropdown-list.mobile-dropdown-bg-research {
  background-color: #a32872;
  background-image: url('../images/mobile-dropdown-bg-research2x.jpg');
}

.menu-dropdown-list.mobile-dropdown-bg-education {
  background-color: #2468bf;
  background-image: url('../images/mobile-dropdown-bg-education2x.jpg');
}

.menu-dropdown-list.mobile-dropdown-bg-news {
  background-color: #3fbcc9;
  background-image: url('../images/mobile-dropdown-bg-news-and-events2x.jpg');
}

.menu-dropdown-list.mobile-dropdown-bg-outreach {
  background-color: #c84f34;
  background-image: url('../images/mobile-dropdown-bg-publications2x.jpg');
}

.menu-dropdown-list-content-b {
  border-left: 1px solid #fff;
  flex: 1;
  width: 100%;
  min-height: 350px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.menu-dropdown-link {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 5px 20px;
  font-weight: 600;
  transition: all .5s;
  display: block;
}

.menu-dropdown-link:hover {
  text-decoration: underline;
}

.menu-dropdown-link.w--current {
  color: var(--white);
  text-decoration: underline;
}

.menu-sub-dropdown {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.menu-sub-dropdown-list {
  background-color: #0000004d;
  position: relative;
  overflow: hidden;
}

.home-slide-row {
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.home-slide-col-img {
  width: 65%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.home-slide-col-txt {
  text-align: right;
  background-image: url('../images/home-banner-bg2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 35%;
  padding: 120px 5% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.home-banner-img.home-banner-img01 {
  background-image: url('../images/home-banner-012x.jpg');
}

.home-banner-img.home-banner-img02 {
  background-image: url('../images/home-banner-022x.jpg');
}

.home-banner-img.home-banner-img03 {
  background-image: url('../images/CUHK-Info-Day-4.jpg');
}

.home-banner-img.home-banner-img04 {
  background-image: url('../images/SUBRA-digital-screen-1920-x-1180-px.jpg');
}

.home-banner-title {
  color: var(--white);
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.home-banner-txt {
  color: var(--white);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.home-banner-slide-txt-b {
  text-shadow: 1px 1px 3px #0000004d;
}

.menu-sub-dropdown-link {
  color: #fff;
  padding: 5px 22px;
  text-decoration: none;
  transition: all .5s;
}

.menu-sub-dropdown-link:hover {
  text-decoration: underline;
}

.menu-sub-dropdown-list-content-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-dropdown-bg-people {
  background-image: url('../images/dropdown-bg-our-people2x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 350px;
  margin-top: 139px;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-dropdown-bg-about {
  background-image: url('../images/dropdown-bg-about2x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 350px;
  margin-top: 139px;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-dropdown-bg-outreach {
  background-image: url('../images/dropdown-bg-publications2x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 350px;
  margin-top: 139px;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-dropdown-bg-news {
  background-image: url('../images/dropdown-bg-news-and-events2x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 350px;
  margin-top: 139px;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-dropdown-bg-education {
  background-image: url('../images/dropdown-bg-education2x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 350px;
  margin-top: 139px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.txt-full {
  display: block;
}

.menu-dropdown-bg-research {
  background-image: url('../images/dropdown-bg-research2x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 350px;
  margin-top: 139px;
  position: fixed;
  inset: 0% 0% auto;
}

.section-inner-banner {
  color: var(--white);
  padding-top: 220px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.inner-banner-img {
  z-index: -9;
  position: absolute;
  inset: 0%;
}

.inner-banner-img.contact {
  background-image: url('../images/banner-contact-us2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner-img.useful-links {
  background-image: url('../images/banner-useful-links2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner-img.news {
  background-image: url('../images/banner-news2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner-img.outreach {
  background-image: url('../images/banner-publications2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner-img.about {
  background-image: url('../images/banner-about-us2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner-img.education {
  background-image: url('../images/banner-education2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner-img.research {
  background-image: url('../images/banner-research2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner-img.our-people {
  background-image: url('../images/banner-our-people2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.path-link-b {
  margin-top: 10px;
}

.path-link-text {
  display: inline-block;
}

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

.white-link-text:hover {
  text-decoration: underline;
}

.path-arrow-img {
  width: 100%;
  max-width: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

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

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

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

.education-info-download-link {
  width: 100%;
  margin-top: 20px;
}

.links-row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -20px;
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.links-col {
  border-left: 5px solid var(--primary-bule);
  background-color: var(--white);
  color: var(--0e0f11);
  width: 100%;
  padding: 20px 90px 20px 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.links-col:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.link-button-b {
  width: 70px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-button-img {
  z-index: 9;
  width: 100%;
  max-width: 22px;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.contact-row {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.contact-col-l {
  background-image: url('../images/contact-us-map2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 80px;
}

.contact-col-r {
  background-color: var(--white);
  width: 50%;
  height: 100%;
  max-height: 100vh;
  padding: 40px 2.5%;
  overflow: auto;
}

.contact-col {
  border-top: 2px solid var(--primary-bule);
  margin-top: 40px;
}

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

.contact-details {
  width: 100%;
  margin-top: 5px;
  padding-left: 35px;
  text-decoration: none;
  display: block;
  position: relative;
}

.contact-details-img-b {
  width: 26px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

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

.contact-details-img-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact-details-row {
  margin-top: -5px;
}

.link-button-hover {
  background-color: var(--324a6c);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-button {
  background-color: var(--primary-bule);
  width: 100%;
  height: 100%;
}

.news-row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -20px;
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.news-content-b {
  width: 100%;
  margin-top: 20px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.news-content-col {
  border-left: 5px solid var(--primary-bule);
  background-color: var(--white);
  color: var(--0e0f11);
  width: 100%;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.news-content-col:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.news-content-col-l {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  min-height: 220px;
}

.news-content-col-l.news-thumbnail {
  background-image: url('../images/news-img-thumbnail2x.jpg');
}

.news-content-col-l.news-02 {
  background-image: url('../images/news-img-022x.jpg');
}

.news-content-col-l.news-04 {
  background-image: url('../images/news-img-032x.jpg');
}

.news-content-col-l.news-05 {
  background-image: url('../images/news-img-042x.jpg');
}

.news-content-col-l.news-06 {
  background-image: url('../images/news-img-062x.jpg');
}

.news-content-col-r {
  align-items: center;
  width: 70%;
  padding: 20px 55px 20px 20px;
  display: flex;
  position: relative;
}

.news-content-row {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.news-content {
  padding-left: 20px;
  position: relative;
}

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

.news-content-arrow-b {
  width: 35px;
  height: 100%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.arrow-img {
  width: 100%;
  max-width: 12px;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.arrow-hover {
  background-color: var(--324a6c);
  height: 100%;
}

.inner-padding {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.news-b {
  margin-top: 40px;
}

.dropdown-btn-txt-align {
  z-index: 1;
  border: 1px solid var(--5c99bf);
  color: var(--0e0f11);
  background-color: #0000;
  border-radius: 100px;
  align-items: center;
  height: 100%;
  padding: 0 60px 0 40px;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-btn-txt-align:hover, .dropdown-btn-txt-align.w--open {
  background-color: var(--white);
  color: var(--primary-bule);
}

.dropdown-list {
  z-index: 1;
  border: 1px solid var(--5c99bf);
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 2px;
  overflow: hidden;
}

.dropdown-list-link {
  border-top: 1px solid var(--5c99bf);
  transition: all .5s;
}

.dropdown-list-link:hover {
  background-color: var(--5c99bf);
  color: var(--white);
}

.dropdown-list-link.first {
  border-top-style: none;
}

.dropdown-btn {
  color: var(--white);
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}

.dropdown-btn:hover {
  color: var(--white);
}

.line-b {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.grey-line {
  background-color: var(--99a4ab);
  width: 100%;
  height: 100%;
}

.white-line {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.content-row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.content-b {
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.white-frame-b {
  background-color: var(--white);
  margin-top: -10px;
  padding: 10px;
}

.white-frame-b.add-padding-bottom {
  padding-bottom: 40px;
}

.opacity-tagline-b {
  border: 10px solid var(--white);
  color: var(--primary-bule);
  background-color: #fff6;
  padding: 40px;
}

.tagline {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

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

.img-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.back-btn {
  border: 1px solid var(--5c99bf);
  background-color: var(--primary-bule);
  color: var(--white);
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.back-btn:hover {
  color: var(--0e0f11);
  background-color: #0000;
}

.back-btn-icon {
  width: 8px;
  height: 16px;
  margin-right: 10px;
  position: relative;
}

.news-details-table-b {
  margin-top: 20px;
}

.news-details-table-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.news-details-table-row.table-title {
  background-color: var(--primary-bule);
  color: var(--white);
}

.news-details-table-col-name, .news-details-table-col-30 {
  width: 30%;
  padding: 10px 20px;
}

.news-details-table-col-40 {
  width: 40%;
  padding: 10px 20px;
}

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

.news-details-table-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.news-details-table-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--5c99bf);
  padding-bottom: 20px;
}

.table-title-mobile {
  color: var(--primary-bule);
  font-weight: 700;
  display: none;
}

.bule-slide-nav {
  padding-top: 20px;
  position: relative;
}

.slider-mask {
  height: auto;
}

.common-slider {
  background-color: #0000;
  height: auto;
}

.slider-text-b {
  color: var(--white);
  text-align: center;
  background-color: #0e0f11b3;
  padding: 40px 2.5%;
  position: absolute;
  inset: auto 0% 0%;
}

.news-event-r-icon {
  margin-top: 26px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.news-event-r-txt-b {
  background-color: #fff;
  padding: 20px 50px 20px 20px;
  position: relative;
}

.news-event-link-b {
  border-top: 5px solid var(--primary-bule);
  background-color: var(--white);
  color: var(--0e0f11);
  height: 100%;
  text-decoration: none;
  transition: all .5s;
}

.news-event-link-b:hover {
  transform: scale(1.03);
  box-shadow: 4px 4px 20px #0000000d;
}

.news-event-col {
  width: 33.33%;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.news-event-row {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.news-event-b {
  margin-top: 80px;
}

.upcoming-events-b {
  margin-top: 40px;
}

.news-event-filter-row {
  z-index: 9;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.news-event-filter-col-l {
  width: 59%;
}

.news-event-filter-col-r {
  text-align: right;
  width: 41%;
}

.upcoming-events-list {
  border-left: 5px solid var(--primary-bule);
  background-color: var(--white);
  color: var(--0e0f11);
  width: 100%;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.upcoming-events-list:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.upcoming-events-list-row {
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.upcoming-events-list-date {
  width: 20%;
  padding-left: 30px;
  padding-right: 20px;
}

.upcoming-events-list-name {
  width: 80%;
  padding-left: 20px;
  padding-right: 65px;
  position: relative;
}

.upcoming-events-list-name-text {
  padding-left: 20px;
  padding-right: 20px;
}

.arrow-b {
  width: 45px;
  height: 100%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.upcoming-events-list-b {
  margin-top: 20px;
}

.upcoming-events {
  margin-top: 50px;
}

.news-event-filter-btn-col {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.events-seminars-details-row {
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.events-seminars-details-title {
  width: 30%;
  padding: 5px 40px;
}

.events-seminars-details-info {
  border-left: 1px solid var(--99a4ab);
  width: 70%;
  padding: 5px 40px;
}

.events-seminars-details {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.bule-link-text:hover {
  color: var(--purple);
}

.photo-gallery-row {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.photo-gallery-col {
  width: 33.33%;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.photo-gallery-link-b {
  border-top: 5px solid var(--5c99bf);
  background-color: var(--white);
  color: var(--0e0f11);
  height: 100%;
  text-decoration: none;
  transition: all .5s;
}

.photo-gallery-link-b:hover {
  transform: scale(1.03);
  box-shadow: 4px 4px 20px #0000000d;
}

.photo-gallery-txt-b {
  background-color: #fff;
  padding: 20px 50px 20px 20px;
  position: relative;
}

.photo-gallery-icon {
  margin-top: 26px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.photo-gallery-slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.photo-gallery-slide-mask {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.photo-gallery-slide {
  perspective: 650px;
}

.photo-gallery-img-b {
  color: var(--0e0f11);
  text-decoration: none;
  display: block;
}

.about-directors-message-tagline-b {
  border: 10px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0e0f111a;
  height: 150px;
}

.about-white-frame-b {
  background-color: var(--white);
  padding: 10px 10px 40px;
}

.hr-bule {
  background-color: var(--primary-bule);
  width: 100%;
  height: 5px;
}

.about-directors-message-content-b-02 {
  margin-top: 50px;
}

.about-directors-message-content-b-20 {
  margin-top: 40px;
}

.about-trp-row {
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.programs-link-b {
  color: var(--white);
  height: 100%;
  padding: 5px;
  transition: all .5s;
}

.programs-link-b:hover {
  transform: scale(1.05);
}

.about-trp-programs-text-b {
  padding: 15px;
}

.about-trp-programs-col {
  width: 26.66%;
  padding-left: 1%;
  padding-right: 1%;
}

.about-trp-programs-col-20 {
  text-align: center;
  width: 20%;
  padding-left: 1%;
  padding-right: 1%;
}

.about-trp-programs-number {
  margin-bottom: 10px;
  font-size: 17vw;
  font-weight: 700;
  line-height: 80%;
}

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

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

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

.about-directors-message-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.about-directors-message-col-img {
  width: 30%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-directors-message-col-text {
  background-color: var(--primary-bule);
  color: var(--white);
  width: 70%;
  padding: 20px 2.5%;
}

.about-directors-message-content-b {
  margin-top: -110px;
}

.about-directors-message-img {
  border: 8px solid var(--white);
  width: 100%;
  display: block;
}

.about-vision-and-missions {
  background-color: var(--white);
  padding: 40px;
}

.line-style-text {
  z-index: 1;
  background-color: var(--white);
  padding-right: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  position: relative;
}

.line-style {
  z-index: 0;
  background-color: var(--primary-bule);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

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

.about-vision-and-missions-content-b {
  margin-top: 40px;
}

.about-vision-and-missions-icon-row {
  flex-wrap: wrap;
  align-items: center;
  height: 120px;
  display: flex;
  position: relative;
}

.about-vision-and-missions-icon-col {
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-vision-and-missions-icon {
  margin-top: 20px;
}

.about-vision-and-missions-text-col {
  padding-left: 140px;
}

.about-vision-and-missions-icon-b {
  border-radius: 100px;
  width: 120px;
  height: 120px;
  padding: 10px;
}

.about-vision-and-missions-icon-border {
  border: 1px solid var(--white);
  border-radius: 100px;
  width: 110px;
  height: 110px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.about-vision-and-missions-icon-img {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

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

.e-news-b {
  margin-top: 40px;
}

.color-bg {
  background-color: #f2f6f9;
}

.e-news-title {
  border-left: 5px solid var(--primary-bule);
  padding: 10px 20px;
}

.e-news-title-row {
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.e-news-title-col-r {
  text-align: right;
  width: 30%;
}

.e-news-title-col-l {
  width: 70%;
}

.e-news-content-row {
  flex-wrap: wrap;
  min-height: 300px;
  display: flex;
}

.e-news-content-row.reverse {
  flex-wrap: wrap-reverse;
}

.e-news-col-l {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.e-news-col-l.e-news-img01 {
  background-image: url('../images/e-newsletters-img-012x.jpg');
}

.e-news-col-l.e-news-img02 {
  background-image: url('../images/e-newsletters-img-022x.jpg');
}

.e-news-col-l.e-news-img03 {
  background-image: url('../images/e-newsletters-img-032x.jpg');
}

.e-news-col-l.e-news-img04 {
  background-image: url('../images/e-newsletters-img-042x.jpg');
}

.e-news-col-l.e-news-img05 {
  background-image: url('../images/e-newsletters-img-052x.jpg');
}

.e-news-col-l.e-news-img07 {
  background-image: url('../images/e-newsletters-img-072x.jpg');
}

.e-news-col-l.e-news-img06 {
  background-image: url('../images/e-newsletters-img-062x.jpg');
}

.e-news-col-l.e-news-img-new-face {
  background-image: url('../images/e-newsletters-img-new-face2x.png');
  background-size: contain;
}

.e-news-col-r {
  border-top: 5px solid var(--primary-bule);
  background-color: var(--white);
  width: 50%;
  padding: 20px;
}

.icon-add {
  margin-top: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.full-link-hover {
  color: var(--0e0f11);
  width: 100%;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.full-link-hover:hover {
  transform: scale(1.035);
}

.e-news-title-link-b {
  color: var(--0e0f11);
  padding-right: 50px;
  text-decoration: none;
  display: block;
  position: relative;
}

.e-news-expand-icon-img {
  width: 32px;
  height: 32px;
  margin-top: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sticky-col {
  width: 30%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: sticky;
  top: 80px;
}

.content-flex-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.content-col-70 {
  width: 70%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.e-news-details-expand-col {
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 20px 60px 20px 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
}

.expand-img {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.e-news-details-expand-content {
  border: 1px solid var(--primary-bule);
  background-color: var(--white);
  overflow: hidden;
}

.e-news-details-expand-content-text {
  margin-top: 20px;
  padding-bottom: 60px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.sticky-col-title {
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 20px;
}

.sticky-link {
  border-top: 1px solid var(--white);
  border-right: 5px solid var(--white);
  border-left: 5px solid var(--white);
  color: var(--0e0f11);
  background-color: #0000;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.sticky-link:hover, .sticky-link.w--current {
  border-left-color: var(--primary-bule);
  background-color: #ffffff80;
}

.e-news-subtitle-row {
  padding-right: 25px;
  position: relative;
}

.line-style-b {
  padding-right: 100px;
  position: relative;
}

.sticky-link-b {
  border-bottom: 5px solid var(--white);
}

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

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

.e-news-details-content-row {
  margin-top: -20px;
}

.publications-printed-filter-col-r {
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 32%;
  display: flex;
}

.publications-printed-filter-col-l {
  width: 68%;
}

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

.publications-printed-col {
  width: 25%;
  margin-top: 40px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.publications-printed-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.publications-printed-bg {
  z-index: 0;
  margin-top: -12px;
  position: relative;
}

.publications-printed-img {
  z-index: 1;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.publications-printed-text {
  text-align: center;
  margin-top: -25px;
}

.publications-featured-interviews-row {
  margin-top: -40px;
}

.publications-featured-interviews-year {
  align-items: center;
  display: flex;
  position: relative;
}

.publications-featured-interviews-year-hr {
  background-color: var(--primary-bule);
  width: 100%;
  height: 2px;
}

.publications-featured-interviews-link-row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.publications-featured-interviews-link {
  border-left: 5px solid var(--primary-bule);
  background-color: var(--white);
  color: var(--0e0f11);
  width: 100%;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.publications-featured-interviews-link:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.publications-featured-interviews-list-row {
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.publications-featured-interviews-list-date {
  width: 15%;
  padding-left: 20px;
  padding-right: 20px;
}

.publications-featured-interviews-list-name {
  width: 85%;
  padding-left: 20px;
  padding-right: 90px;
  position: relative;
}

.about-us-global-list-name-text {
  padding-left: 20px;
  padding-right: 20px;
}

.publications-featured-interviews-year-b {
  margin-top: 40px;
}

.publications-featured-interviews-year-text {
  width: 7%;
}

.publications-featured-interviews-year-hr-col {
  width: 92%;
}

.bule-white-frame-b {
  border: 10px solid var(--white);
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 40px;
}

.white-bg-content {
  background-color: var(--white);
  padding: 40px;
}

.education-graduate-col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.education-graduate-row {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

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

.education-graduate-not-row {
  margin-top: -5px;
}

.education-graduate-not-col {
  align-items: center;
  margin-top: 5px;
  padding-left: 34px;
  display: flex;
  position: relative;
}

.icon-cross-icon {
  background-color: #ad1717;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.icon-cross-img {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.education-graduate-contact {
  background-image: url('../images/education-overview-contact2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.education-graduate-contact-content-col {
  border: 1px solid var(--white);
  padding: 40px 30px;
}

.education-contact-content-b {
  margin-top: 20px;
  position: relative;
}

.education-graduate-contact-content {
  padding-right: 35%;
}

.education-graduate-contact-icon {
  width: 24px;
  height: 29px;
  margin-top: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.education-graduate-contact-col {
  color: var(--0e0f11);
  padding-left: 34px;
  text-decoration: none;
}

.education-graduate-contact-icon-img {
  display: block;
}

.education-graduate-contact-icon-img-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.education-graduate-phd-icon-row {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.education-graduate-phd-icon-col {
  text-align: center;
  width: 33.33%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.education-graduate-phd-icon {
  border: 5px solid var(--primary-bule);
  background-color: #c8c8c840;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.education-graduate-phd-icon-img {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.education-graduate-phd-contact {
  background-image: url('../images/education-phd-stream-img-012x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.education-graduate-phd-contact.contact-02 {
  background-image: url('../images/education-phd-stream-img-022x.jpg');
  background-position: 20%;
}

.education-graduate-phd-intro-row {
  flex-wrap: wrap-reverse;
  align-items: stretch;
  display: flex;
}

.education-graduate-phd-intro-col-l {
  width: 50%;
  padding: 40px;
}

.education-graduate-phd-intro-col-r {
  border: 20px solid var(--primary-bule);
  background-image: url('../images/education-phd-stream2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 495px;
}

.education-graduate-phd-intro-col-r.education-msc {
  background-image: url('../images/education-msc2x.jpg');
}

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

.education-graduate-phd-title-b {
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 20px;
}

.frame-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--primary-bule);
  padding: 20px;
}

.education-graduate-phd-units-details-b {
  margin-top: 20px;
}

.education-graduate-phd-units-details-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.education-graduate-phd-units-details-title {
  border-left: 5px solid var(--primary-bule);
  background-color: #c8c8c840;
  padding: 10px 20px;
}

.education-graduate-phd-text-row {
  flex-wrap: wrap;
  display: flex;
}

.education-graduate-phd-text-col-r {
  text-align: right;
  width: 20%;
}

.education-graduate-phd-text-col-l {
  width: 80%;
}

.education-graduate-phd-units-details-list {
  border-bottom: 1px solid var(--light-grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.education-graduate-phd-units-details-col-27 {
  width: 27%;
  padding-left: 20px;
  padding-right: 20px;
}

.education-graduate-phd-units-details-col-63 {
  text-align: left;
  width: 63%;
  padding-left: 20px;
  padding-right: 20px;
}

.education-graduate-phd-units-details-col-10 {
  text-align: center;
  width: 10%;
}

.education-graduate-phd-units-total-row {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.education-graduate-phd-units-total-col-l {
  width: 90%;
}

.education-graduate-phd-units-total-col-r {
  text-align: center;
  width: 10%;
}

.education-graduate-phd-contact-content-r {
  flex-flow: column wrap;
  justify-content: center;
  min-height: 150px;
  padding-left: 45%;
  display: flex;
}

.education-graduate-phd-icon-b {
  margin-top: 40px;
}

.education-msc-contact {
  background-image: url('../images/education-msc-contact-img2x.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.list-style {
  margin-top: -10px;
  margin-bottom: 0;
  padding-left: 25px;
}

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

.education-msc-row {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.education-msc-col-l {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.education-msc-col-r {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}

.education-msc-title {
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 10px 20px;
}

.education-msc-list {
  border-bottom: 1px solid var(--light-grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.education-msc-list-row {
  margin-top: -10px;
}

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

.education-info-row {
  align-items: center;
  display: flex;
  position: relative;
}

.education-info-col-l {
  width: 30%;
}

.education-info-col-r {
  width: 70%;
}

.education-info-download-b {
  margin-top: 20px;
}

.education-info-download-expand-btn {
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 20px 50px 20px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  display: block;
  position: relative;
}

.education-info-download-expand-content {
  border: 1px solid var(--primary-bule);
  background-color: var(--white);
  overflow: hidden;
}

.education-info-download-link-b {
  padding: 40px;
}

.education-info-download-link-row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -20px;
}

.education-info-download-link-col {
  border-left: 5px solid var(--primary-bule);
  color: var(--0e0f11);
  background-color: #c8c8c840;
  width: 100%;
  padding: 20px 90px 20px 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.education-info-download-link-col:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.pop {
  z-index: 10001;
  background-color: #0e0f1133;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.pop.pop-login.popup-scroll, .pop.pop-video.popup-scroll, .pop.pop-serach {
  display: none;
}

.pop-b {
  width: 100%;
  max-width: 800px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.pop-login-title {
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 10px 50px 10px 20px;
  position: relative;
}

.pop-login-btn-close {
  width: 16px;
  margin-right: 20px;
  transition: all .5s;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.pop-login-btn-close:hover {
  transform: scale(1.3)translate(0, -50%);
}

.pop-login-btn-close-img {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.pop-login-content {
  background-color: var(--white);
  min-height: 390px;
  padding: 40px;
}

.submit-button {
  border: 1px solid var(--primary-bule);
  background-color: var(--primary-bule);
  color: var(--white);
  border-radius: 100px;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .5s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--primary-bule);
}

.form-field-b {
  margin-top: 20px;
  position: relative;
}

.form-login-bottom-row {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-login-bottom-col-l {
  width: 70%;
}

.form-login-bottom-col-r {
  text-align: right;
  width: 30%;
}

.small-content-16 {
  font-size: 16px;
}

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

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

.form-login-bottom-b {
  margin-top: 20px;
}

.form-select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--99a4ab);
  color: var(--0e0f11);
  background-color: #0000;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
}

.form-field-row {
  margin-top: -20px;
}

.form-select-img {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.input {
  z-index: 2;
  color: #2c4d51;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #333c39;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 20px 0 0 3px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.input:focus {
  border-bottom-color: #660032;
}

.input::placeholder {
  color: #2c4d5100;
}

.input.our-people {
  height: auto;
  margin-right: 10px;
}

.input.our-people.white {
  border-bottom-color: var(--white);
}

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

.contact-white-border {
  border: 1px solid var(--white);
  padding: 40px 30px;
}

.terms-content-b {
  margin-top: 40px;
}

.education-composition-row {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.education-composition-col-l {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}

.undergraduate-education-composition-col-r {
  border-left: 1px solid var(--light-grey);
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}

.undergraduate-education-composition-text-b {
  padding-top: 20px;
}

.undergraduate-education-bsc-intro-row {
  flex-wrap: wrap-reverse;
  align-items: center;
  display: flex;
}

.undergraduate-education-bsc-intro-col-l {
  width: 50%;
  padding: 40px;
}

.undergraduate-education-bsc-intro-col-r {
  border: 20px solid var(--primary-bule);
  background-image: url('../images/education-bsc2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 495px;
}

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

.undergraduate-education-other-expand-btn {
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 20px 60px 20px 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
}

.undergraduate-education-other-expand-content {
  border: 1px solid var(--primary-bule);
  background-color: var(--white);
  overflow: hidden;
}

.undergraduate-education-other-list {
  border-bottom: 1px solid var(--light-grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.undergraduate-education-other-list-b {
  padding: 20px;
}

.undergraduate-education-other-list-row {
  margin-top: -10px;
}

.undergraduate-education-row {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.undergraduate-education-col-l {
  width: 15%;
  padding-left: 20px;
  padding-right: 20px;
}

.undergraduate-education-col-r {
  width: 85%;
  padding-left: 20px;
  padding-right: 20px;
}

.education-division-b {
  margin-top: 20px;
}

.education-division-expand-btn {
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 20px 60px 20px 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
}

.education-division-expand-content {
  border: 1px solid var(--primary-bule);
  background-color: var(--white);
  overflow: hidden;
}

.education-division-list-row {
  border-bottom: 1px solid var(--light-grey);
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.education-division-list-col-l {
  width: 45%;
}

.education-division-list-col-r {
  width: 55%;
}

.education-division-list {
  margin-top: -10px;
}

.education-division-list-b {
  padding: 20px;
}

.news-event-filter-btn-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.education-graduate-filter-btn-row {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.education-graduate-b {
  margin-top: 40px;
}

.education-graduate-list-col {
  margin-top: 20px;
}

.education-graduate-list {
  border-left: 5px solid var(--primary-bule);
  background-color: var(--white);
  color: var(--0e0f11);
  width: 100%;
  padding: 20px 65px 20px 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.education-graduate-list:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.research-programs-overview-contact {
  background-image: url('../images/research-programs-contact-img2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.contact-content-text-b {
  flex-wrap: wrap;
  align-items: center;
  min-height: 150px;
  padding-right: 45%;
  display: flex;
}

.research-programs-overview-contact-border {
  border: 1px solid var(--white);
  padding: 40px 30px;
}

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

.light-bule-link-text:hover {
  color: var(--purple);
}

.light-bule-white-frame-b {
  border: 10px solid var(--white);
  color: var(--white);
  background-color: #0971928c;
  padding: 40px;
}

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

.research-programs-overview-row {
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.research-programs-overview-col {
  width: 33.33%;
  padding-left: 1%;
  padding-right: 1%;
}

.research-programs-overview-text-b {
  padding: 15px;
}

.about-trp-programs-number-b {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.research-programs-development-intro-col-r {
  border: 20px solid var(--primary-bule);
  background-image: url('../images/research-programs-details-img2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 495px;
}

.research-programs-development-intro-col-l {
  width: 50%;
  padding: 40px;
}

.research-programs-development-intro-row {
  flex-wrap: wrap-reverse;
  align-items: stretch;
  display: flex;
}

.research-programs-development-b {
  margin-top: 40px;
}

.research-programs-development-row {
  margin-top: -40px;
}

.research-programs-development-link-col {
  margin-top: 20px;
}

.link-light-grey-col {
  border-left: 5px solid var(--primary-bule);
  color: var(--0e0f11);
  background-color: #c8c8c840;
  width: 100%;
  padding: 20px 50px 20px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.link-light-grey-col:hover, .link-light-grey-col.active {
  background-color: var(--primary-bule);
  color: var(--white);
}

.link-light-grey-link-arrow {
  margin-right: 20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.research-programs-development-expand-img {
  display: block;
}

.research-programs-development-expand-img-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-expand {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--primary-bule);
  overflow: hidden;
}

.research-programs-development-link-expand-conteent {
  padding: 20px;
}

.research-programs-development-link-expand-row {
  border-bottom: 1px solid var(--light-grey);
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.research-programs-development-link-expand-conteent-col-contact {
  width: 100%;
  padding: 10px 2.5%;
  display: flex;
}

.research-programs-development-link-expand-conteent-col-research {
  width: 100%;
  padding: 0 2.5%;
}

.research-programs-development-link-expand-conteent-col-name {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.research-programs-development-link-expand-row-title {
  border-bottom: 1px solid var(--light-grey);
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.research-programs-development-link-expand-conteent-img-col {
  border: 1px solid var(--white);
  width: 22%;
}

.research-programs-development-link-expand-conteent-name-col {
  width: 78%;
  padding-left: 10px;
}

.research-programs-development-link-expand-row-b {
  margin-top: -10px;
}

.research-core-laboratories-row {
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.research-core-laboratories-col {
  width: 50%;
  margin-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.research-core-laboratories-member {
  border-left: 5px solid var(--primary-bule);
  background-color: #c8c8c840;
  height: 100%;
  padding: 20px;
}

.research-core-laboratories-member-name {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
}

.text-white {
  color: var(--white);
}

.research-core-laboratories-single-cell-omics-core {
  background-image: url('../images/research-core-img2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.research-core-laboratories-single-cell-omics-core-expand-col {
  margin-top: 20px;
}

.research-core-laboratories-single-cell-omics-core-expand-btn {
  background-color: var(--primary-bule);
  color: var(--white);
  width: 100%;
  padding: 20px 50px 20px 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: relative;
}

.research-core-laboratories-single-cell-omics-core-expand {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--primary-bule);
  background-color: var(--white);
  overflow: hidden;
}

.research-core-laboratories-single-cell-omics-core-expand-content {
  padding: 40px;
}

.pdf-button-img {
  z-index: 9;
  width: 100%;
  max-width: 30px;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.research-core-laboratories-single-cell-omics-core-content-link-b {
  width: 100%;
  margin-top: 20px;
}

.research-core-laboratories-single-cell-omics-core-content-link {
  border-left: 5px solid var(--primary-bule);
  color: var(--0e0f11);
  background-color: #c8c8c840;
  width: 100%;
  padding: 20px 90px 20px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.research-core-laboratories-single-cell-omics-core-content-link:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.research-core-laboratories-single-cell-omics-core-content-link-row {
  margin-top: -20px;
}

.research-core-laboratories-single-cell-omics-core-content-b {
  margin-top: 40px;
}

.research-core-laboratories-single-cell-omics-core-video-img {
  z-index: 9;
  border: 10px solid #f0f0f0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.pop-close-btn-bule {
  z-index: 1002;
  background-color: var(--primary-bule);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  transition: all .5s;
  position: relative;
}

.pop-close-btn-bule:hover {
  transform: scale(1.1);
}

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

.pop-close-btn-bule-img {
  width: 18px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.research-core-laboratories-single-cell-omics-core-video-play-btn {
  background-color: #097192d9;
  background-image: url('../images/icon-triangle.svg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.research-core-laboratories-single-cell-omics-core-equipment-row {
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.research-core-laboratories-single-cell-omics-core-equipment-col {
  width: 33.33%;
  margin-top: 40px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.research-core-laboratories-single-cell-omics-core-equipment-text-b {
  margin-top: 10px;
}

.research-core-laboratories-single-cell-omics-core-equipment-col-content {
  text-align: center;
  width: 100%;
}

.research-core-laboratories-single-cell-omics-core-link-b {
  width: 100%;
  margin-top: 20px;
}

.research-core-laboratories-single-cell-omics-core-link {
  border-left: 5px solid var(--primary-bule);
  color: var(--0e0f11);
  background-color: #c8c8c840;
  width: 100%;
  padding: 20px 90px 20px 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.research-core-laboratories-single-cell-omics-core-link:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.research-core-laboratories-single-cell-omics-core-link-row {
  margin-top: -20px;
}

.research-core-laboratories-single-cell-omics-core-contact-col {
  width: 50%;
  margin-top: 20px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.research-core-laboratories-single-cell-omics-core-contact {
  border-left: 5px solid var(--primary-bule);
  background-color: #c8c8c840;
  padding: 20px;
}

.research-core-laboratories-single-cell-omics-core-contact-content-b {
  margin-top: 5px;
}

.research-core-laboratories-single-cell-omics-core-contact-row {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.research-core-laboratories-single-cell-omics-core-contact-details {
  white-space: normal;
  padding-left: 35px;
  position: relative;
}

.research-core-laboratories-single-cell-omics-core-contact-details-icon {
  margin-top: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-7 {
  margin-top: 20px;
  padding-left: 35px;
  position: relative;
}

.img-icon-left-coner {
  position: absolute;
  inset: 0% auto auto 0%;
}

.research-core-laboratories-single-cell-omics-core-service {
  margin-top: 20px;
}

.research-core-laboratories-single-cell-omics-core-service-row {
  margin-top: -5px;
}

.research-core-laboratories-single-cell-omics-core-service-col {
  margin-top: 5px;
  padding-left: 35px;
  position: relative;
}

.research-core-laboratories-single-cell-omics-core-service-icon {
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-top: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.research-core-laboratories-single-cell-omics-core-service-icon-img {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.green {
  background-color: #00a04a;
}

.red {
  background-color: #ad1717;
}

.research-core-laboratories-single-cell-omics-core-service-link-expand {
  color: var(--0e0f11);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
}

.research-core-laboratories-single-cell-omics-core-service-link-arrow {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.research-core-laboratories-single-cell-omics-core-service-point {
  z-index: 2;
  margin-top: 35px;
  margin-left: -35px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -50%);
}

.research-core-laboratories-single-cell-omics-core-service-col-r {
  padding-left: 20px;
}

.research-core-laboratories-single-cell-omics-core-service-link-expand-content {
  overflow: hidden;
}

.research-core-laboratories-single-cell-omics-core-service-b {
  display: flex;
}

.research-core-laboratories-single-cell-omics-core-service-col-l {
  width: 20px;
  position: relative;
}

.research-core-laboratories-single-cell-omics-core-service-grey-line-b {
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.research-core-laboratories-single-cell-omics-core-service-grey-line-b.first {
  padding-top: 35px;
}

.research-core-laboratories-single-cell-omics-core-service-grey-line-b.last {
  padding-bottom: 35px;
}

.research-core-laboratories-single-cell-omics-core-service-grey-line {
  background-color: var(--light-grey);
  width: 100%;
  height: 100%;
}

.research-programs-development-link-expand-conteent-img-b {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.phone-call-img {
  margin-right: 5px;
}

.research-projects-row {
  margin-top: -40px;
}

.research-projects-content-row {
  background-color: var(--white);
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  display: flex;
}

.research-projects-content-row.reverse {
  flex-wrap: wrap-reverse;
}

.research-projects-b {
  margin-top: 40px;
}

.research-projects-col-l {
  width: 50%;
}

.research-projects-col-r {
  background-color: var(--white);
  width: 50%;
  padding: 20px;
}

.border-l {
  border-left: 5px solid var(--primary-bule);
}

.border-r {
  border-right: 5px solid var(--primary-bule);
}

.max-width-500 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.our-people-academic-staff-details-b {
  border: 10px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0e0f111a;
  height: 150px;
}

.our-people-academic-staff-details-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.our-people-academic-staff-details-col-l {
  width: 30%;
  margin-top: -110px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.our-people-academic-staff-details-col-r {
  width: 70%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.our-people-academic-staff-details-img {
  border: 8px solid var(--white);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.our-people-academic-staff-details-content-text-b {
  margin-top: 10px;
}

.our-people-academic-staff-details-content-b {
  margin-top: 20px;
}

.our-people-academic-staff-details-text-contact {
  margin-top: 10px;
  padding-left: 35px;
  position: relative;
}

.our-people-academic-staff-details-text-contact-icon {
  margin-top: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-people-academic-staff-details-text-contact-row {
  margin-top: -10px;
}

.our-people-academic-staff-details-btn-b {
  margin-top: 30px;
}

.our-people-academic-staff-details-btn-col {
  margin-top: 15px;
}

.our-people-academic-staff-details-btn-row {
  margin-top: -15px;
}

.full-width {
  width: 100%;
}

.our-people-academic-staff-details-tag-text {
  background-color: #d4dbe0;
  border-radius: 100px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}

.our-people-academic-staff-details-tag-text-col {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.our-people-academic-staff-details-tag-text-row {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}

.our-people-academic-staff-details-expand-b {
  margin-top: 40px;
}

.our-people-academic-staff-details-expand-link-col {
  margin-top: 20px;
}

.our-people-academic-staff-details-expand-content {
  padding: 20px;
}

.our-people-academic-staff-details-expand-awards-row {
  border-bottom: 1px solid var(--light-grey);
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.our-people-academic-staff-details-expand-awards-col-l {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.our-people-academic-staff-details-expand-awards-col-r {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.our-people-academic-staff-details-expand-awards {
  margin-top: -10px;
}

.about-organization-chart-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.about-organization-chart-col {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
}

.about-organization-chart-b {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 270px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

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

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

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

.search-result-link {
  border-left: 5px solid var(--primary-bule);
  background-color: var(--white);
  color: var(--0e0f11);
  width: 100%;
  padding: 20px 65px 20px 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.search-result-link:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.search-result-text-grey-line {
  background-color: var(--light-grey);
  width: 26px;
  height: 1px;
}

.purple-text {
  color: var(--purple);
}

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

.news-years-btn-row {
  z-index: 1;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.about-us-global-details-img-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.about-us-global-details-img-col-l, .about-us-global-details-img-col-r {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.education-graduate-filter-btn-col {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.position-relative {
  position: relative;
}

.about-organization-chart-bottom-color {
  z-index: 0;
  border: 10px solid var(--white);
  background-color: #0e0f111a;
  height: 90px;
}

.outreach-international-partnership-map-sidebar-link-col {
  border-left: 5px solid var(--primary-bule);
  background-color: #f1f1f1;
  margin-top: 2px;
  padding: 20px;
}

.outreach-international-partnership-map-sidebar-link-row {
  width: 100%;
}

.about-organization-chart-committee-bar {
  background-color: var(--primary-bule);
  color: var(--white);
  text-align: center;
  padding: 20px;
}

.about-organization-chart-img-line {
  background-color: var(--primary-bule);
  width: 1px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.about-organization-chart-img {
  z-index: 1;
  border: 5px solid var(--white);
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: -70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.about-organization-chart-content {
  z-index: 1;
  background-color: var(--white);
  flex: 1;
  height: 100%;
  padding: 20px 10px 60px;
  position: relative;
}

.about-organization-chart {
  margin-top: -60px;
}

.our-people-academic-staff-contact-icon-img {
  display: block;
}

.our-people-academic-staff-contact-icon-call {
  margin-left: 5%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.our-people-academic-staff-contact-icon-img-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-people-academic-staff-contact-icon-mail {
  margin-right: 5%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.z-index-9 {
  z-index: 9;
  position: relative;
}

.mobile-dropdown-btn-b {
  margin-bottom: 30px;
  display: none;
}

.mobile-dropdown {
  width: 100%;
  display: block;
}

.mobile-dropdown-btn {
  background-color: var(--primary-bule);
  color: var(--white);
  padding: 20px 10% 20px 4.5%;
  font-weight: 700;
  display: block;
}

.mobile-dropdown-btn-icon {
  margin-right: 5%;
  display: block;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.mobile-dropdown-list {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--primary-bule);
  background-color: var(--white);
  width: 100%;
  overflow: hidden;
}

.mobile-dropdown-list-link {
  border-top: 1px solid var(--primary-bule);
  white-space: normal;
  border-left: 5px solid #0000;
  padding-left: 4%;
  padding-right: 5%;
}

.mobile-dropdown-list-link.w--current {
  border-left-color: var(--324a6c);
  color: var(--0e0f11);
}

.show-from-tablet {
  display: none;
}

.search-icon {
  z-index: 3;
  width: 16px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.education-division-slider-title {
  text-align: center;
  margin-bottom: 20px;
}

.photo-gallery-slider-b {
  width: 100%;
  overflow: hidden;
}

.photo-gallery-text {
  text-align: center;
  margin-top: 10px;
}

.text-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pop-search-content {
  background-color: var(--white);
  padding: 40px;
}

.our-people-academic-staff-btn-col {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.our-people-academic-staff-btn-row {
  flex-wrap: wrap;
  width: 100%;
  margin-top: -15px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.our-people-academic-staff-bottom {
  height: 65px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.our-people-academic-staff-text-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.our-people-academic-staff-row {
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.our-people-academic-staff-color-b {
  background-color: #0e0f111a;
  border: 10px solid #fff;
  flex: none;
  height: 90px;
  position: relative;
}

.our-people-academic-staff-color-b.education-composition {
  border-color: var(--whitesmoke);
  background-color: #0e0f1133;
}

.our-people-academic-staff-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-people-academic-staff-content.education-composition {
  background-color: var(--whitesmoke);
  padding-top: 0;
}

.our-people-academic-staff-details {
  text-align: center;
  background-color: #fff;
  border-bottom: 4px solid #0d7092;
  height: 100%;
  padding: 10px;
}

.our-people-academic-staff-details.education-composition {
  background-color: #fff0;
}

.our-people-academic-staff-col {
  width: 33.33%;
  margin-top: 40px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.our-people-academic-staff-col.education-composition {
  width: 50%;
  margin-top: 20px;
}

.bule-text-2 {
  color: #097192;
}

.our-people-academic-staff-bottom-line {
  background-color: #097192;
  width: 100%;
  height: 5px;
}

.our-people-academic-staff-img {
  z-index: 1;
  border: 5px solid #fff;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.mouse-over-height {
  height: 0;
}

.our-people-academic-staff-btn-txt-align {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-people-academic-staff-btn {
  color: #fff;
  background-color: #097192;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.our-people-academic-staff-btn:hover {
  color: #fff;
}

.dropdown-icon-b {
  width: 15px;
  margin-right: 25px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.dropdown-icon-img {
  display: block;
}

.dropdown-icon-img-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-organization-chart-bottom {
  flex: none;
  margin-top: -60px;
}

.about-organization-chart-div-b {
  padding-top: 60px;
  padding-bottom: 60px;
}

.our-people-academic-staff-fliter-keywords-row {
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px;
}

.our-people-academic-staff-fliter-keywords-col {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

.our-people-academic-staff-fliter-keywords-cross-icon-b {
  width: 14px;
  height: 14px;
  margin-top: 8px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-people-academic-staff-filter-row {
  flex-wrap: wrap;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.our-people-academic-staff-filter-col-r {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

.our-people-academic-staff-filter-col-l {
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
}

.our-people-academic-staff-btn-expand {
  background-color: var(--primary-bule);
}

.our-people-academic-staff-filter-search {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.our-people-academic-staff-filter-col-r-button-col-l {
  width: 100%;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.our-people-academic-staff-filter-col-r-button-row {
  justify-content: space-between;
  align-items: center;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.butto-reset-b {
  width: 17px;
  height: 17px;
  position: relative;
}

.butto-reset-img {
  display: block;
}

.butto-reset-img-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-people-search-icon {
  z-index: 3;
  width: 35px;
  height: 35px;
  position: relative;
}

.our-people-surname-link-b {
  border: 1px solid var(--primary-bule);
  color: var(--0e0f11);
  text-align: center;
  border-radius: 10px;
  width: 35px;
  text-decoration: none;
  transition: all .5s;
}

.our-people-surname-link-b:hover, .our-people-surname-link-b.active {
  background-color: var(--primary-bule);
  color: var(--white);
}

.our-people-surname-link-b.white {
  border-color: var(--white);
  color: var(--white);
}

.our-people-surname-link-b.white:hover, .our-people-surname-link-b.white.active {
  background-color: var(--white);
  color: var(--primary-bule);
}

.our-people-surname-col {
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.our-people-surname-row {
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.our-people-surname-b {
  margin-top: 20px;
}

.our-people-academic-staff-btn-expand-content {
  background-color: var(--primary-bule);
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.our-people-checkbox-filter-b {
  margin-top: 50px;
}

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

.our-people-search-icon-img, .our-people-search-icon-img-hoverr {
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.our-people-checkbox-filter-col {
  width: 33.33%;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.our-people-checkbox-filter-row {
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.checbox-btn {
  width: 18px;
  height: 18px;
  margin-top: 7px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-people-checkbox-filter-tetx-align {
  padding-left: 25px;
  position: relative;
}

.checkbox-label {
  color: var(--white);
}

.checbox-btn-icon {
  display: block;
}

.checbox-btn-icon-checked {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-people-academic-staff-filter-col-r-button-col-r {
  border-left: 1px solid var(--0e0f11);
  text-align: center;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.our-people-academic-staff-filter-col-r-button-col-r.white {
  border-left-color: var(--white);
}

.our-people-academic-staff-fliter-keywords-cross-icon-img {
  display: block;
}

.our-people-filter-button {
  margin-top: 60px;
  margin-bottom: 60px;
}

.overflow-hidden {
  overflow: hidden;
}

.education-composition-col {
  margin-top: 20px;
}

.msc-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.e-news-details-img-b {
  margin-top: 40px;
}

.research-core-laboratories-single-cell-omics-core-video-img-b {
  z-index: 8;
  background-image: url('../images/research-core-laboratories-single-cell-omics-core-video-img2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.msc-p-b {
  margin-top: 20px;
}

.submit-btn {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100px;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.submit-btn:hover {
  border-color: var(--5c99bf);
  background-color: var(--5c99bf);
  color: var(--white);
}

.success-message {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--99a4ab);
  color: #fff;
  text-align: left;
  background-color: #0000;
  height: 80px;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 18px;
  line-height: 30px;
}

.success-message:focus {
  border-bottom-color: var(--5c99bf);
}

.success-message::placeholder {
  color: var(--99a4ab);
}

.success-message-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.news-event-filter-btn-co-yearr {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.join-us-table-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.join-us-table-row.table-title {
  background-color: var(--primary-bule);
  color: var(--white);
}

.join-us-table-col-65 {
  width: 65%;
  padding: 10px 20px;
}

.join-us-table-col-35 {
  width: 35%;
  padding: 10px 20px;
}

.join-us-table-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--5c99bf);
}

.join-us-table-padding {
  padding-left: 20px;
  padding-right: 20px;
}

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

.about-organization-chart-director-b {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 270px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.about-organization-chart-director {
  z-index: 1;
  background-color: var(--white);
  flex: 1;
  height: 100%;
  padding: 20px 10px 60px;
  position: relative;
}

.about-organization-chart-bottom-director {
  flex: none;
  margin-top: -60px;
}

.about-organization-chart-img-line-director {
  background-color: var(--primary-bule);
  width: 1px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.table-scroll-auto {
  overflow: auto;
}

.menu-link-mobile-scroll {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-news-content-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

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

.header-bg {
  z-index: -1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

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

.footer-bottom-b {
  border-top: 1px solid var(--light-grey);
  padding-top: 10px;
}

.footer-bottom-col-l {
  width: 60%;
}

.footer-bottom-col-r {
  text-align: right;
  width: 40%;
}

.research-core-laboratories-overview-row {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -20px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.research-core-laboratories-overview-content-b {
  width: 50%;
  margin-top: 20px;
  padding-left: 1%;
  padding-right: 1%;
}

.research-core-laboratories-overview-content-col {
  border-left: 5px solid var(--primary-bule);
  background-color: var(--white);
  color: var(--0e0f11);
  width: 100%;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.research-core-laboratories-overview-content-col:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.research-core-laboratories-overview-content-row {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.research-core-laboratories-overview-content-col-l {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35%;
  min-height: 150px;
}

.research-core-laboratories-overview-content-col-l.research-core-laboratories-overview-01 {
  background-image: url('../images/research-core-laboratories-overview-bio-fabrication2x.jpg');
}

.research-core-laboratories-overview-content-col-l.research-core-laboratories-overview-02 {
  background-image: url('../images/research-core-laboratories-overview-microscopy2x.jpg');
}

.research-core-laboratories-overview-content-col-l.research-core-laboratories-overview-03 {
  background-image: url('../images/research-core-laboratories-overview-histology-core2x.jpg');
}

.research-core-laboratories-overview-content-col-l.research-core-laboratories-overview-04 {
  background-image: url('../images/research-core-laboratories-overview-flow-cytometry2x.jpg');
}

.research-core-laboratories-overview-content-col-l.research-core-laboratories-overview-05 {
  background-image: url('../images/research-core-laboratories-overview-single-cell2x.jpg');
}

.research-core-laboratories-overview-content-col-l.research-core-laboratories-overview-06 {
  background-image: url('../images/research-core-laboratories-overview-proteomics-core2x.jpg');
}

.research-core-laboratories-overview-content-col-l.research-core-laboratories-overview-07 {
  background-image: url('../images/research-core-laboratories-overview-molecular-biology2x.jpg');
}

.research-core-laboratories-overview-content-col-r {
  align-items: center;
  width: 65%;
  padding: 20px 55px 20px 20px;
  display: flex;
  position: relative;
}

.research-core-laboratories-overview-content {
  padding-left: 20px;
  position: relative;
}

.research-core-laboratories-overview-content-arrow-b {
  width: 35px;
  height: 100%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.menu-link-home {
  background-image: url('../images/icon-home.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  transition: all .5s;
}

.menu-link-home:hover {
  background-image: url('../images/icon-home-hover.svg');
}

.footer-logo-b-mobile {
  display: none;
}

.section-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.section-title-b {
  display: inline-block;
}

.section-title-mask {
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.home-news-filter-b {
  margin-top: 20px;
}

.home-news-list-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.show-in-tablet {
  display: none;
}

.header-logo-img {
  max-height: 65px;
}

.menu-text-link {
  color: var(--0e0f11);
  text-decoration: none;
  transition: all .5s;
}

.menu-text-link:hover {
  color: var(--2-seablue);
}

.outreach-international-partnership-map {
  height: auto;
}

.outreach-international-partnership-row {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.outreach-international-partnership-col-l {
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.outreach-international-partnership-col-r {
  width: 100%;
  height: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.outreach-international-partnership-map-b {
  position: sticky;
  top: 0;
}

.outreach-international-partnership-b {
  margin-top: 60px;
}

.outreach-academic-exchange-activities-b {
  margin-top: 40px;
}

.outreach-academic-exchange-activities-row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -20px;
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.outreach-academic-exchange-activities-content-b {
  width: 100%;
  margin-top: 20px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.outreach-academic-exchange-activities-content-col {
  border-left: 5px solid var(--primary-bule);
  background-color: var(--white);
  color: var(--0e0f11);
  width: 100%;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.outreach-academic-exchange-activities-content-col:hover {
  background-color: var(--primary-bule);
  color: var(--white);
}

.outreach-academic-exchange-activities-content-row {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.outreach-academic-exchange-activities-content-col-l {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  min-height: 220px;
}

.outreach-academic-exchange-activities-content-col-l.outreach-academic-exchange-activities-thumbnail {
  background-image: url('../images/news-img-thumbnail2x.jpg');
}

.outreach-academic-exchange-activities-content-col-l.outreach-academic-exchange-activities-01 {
  background-image: url('../images/research-core-laboratories-overview-flow-cytometry2x.jpg');
}

.outreach-academic-exchange-activities-content-col-r {
  align-items: center;
  width: 70%;
  padding: 20px 55px 20px 20px;
  display: flex;
  position: relative;
}

.outreach-academic-exchange-activities-content {
  padding-left: 20px;
  position: relative;
}

.outreach-academic-exchange-activities-content-arrow-b {
  width: 35px;
  height: 100%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.outreach-academic-exchange-activities-years-btn-col {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.outreach-academic-exchange-activities-years-btn-row {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.honorary-staff-table-content-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.honorary-staff-table-content-row.table-title {
  background-color: var(--primary-bule);
  color: var(--white);
}

.honorary-staff-table-content-col-name {
  width: 30%;
  padding: 10px 20px;
  font-weight: 700;
}

.honorary-staff-table-content-col-title {
  width: 30%;
  padding: 10px 20px;
}

.honorary-staff-table-content-col-email {
  width: 40%;
  padding: 10px 20px;
}

.honorary-staff-table-context {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--5c99bf);
}

.honorary-staff-table-context-col {
  padding-left: 20px;
  padding-right: 20px;
}

.honorary-staff-table-context-b {
  border-bottom: 1px solid var(--99a4ab);
}

.honorary-staff-table-context-col-row {
  flex-direction: column;
  display: flex;
}

.honorary-staff-title-col {
  margin-top: 10px;
}

.honorary-staff-row {
  flex-direction: column;
  margin-top: -10px;
  display: flex;
}

.honorary-staff-content-col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.honorary-staff-content-col-row {
  border-bottom: 1px solid var(--99a4ab);
  flex-wrap: wrap;
  display: flex;
}

.honorary-staff-content-col-name {
  width: 45%;
  padding: 10px;
  font-weight: 700;
}

.honorary-staff-content-col-email {
  width: 55%;
  padding: 10px;
}

.honorary-staff-content-row {
  flex-flow: column wrap;
  display: flex;
}

.header-button-mobile {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: none;
}

.photo-gallery-arrow-l {
  background-color: var(--2-green);
  background-image: url('../images/arrow-left-hover.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: all .5s;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.photo-gallery-arrow-l:hover {
  border-color: var(--5c99bf);
  background-color: var(--primary-bule);
  background-image: url('../images/arrow-left-hover.svg');
}

.photo-gallery-arrow-r {
  background-color: var(--2-green);
  background-image: url('../images/arrow-right-hover.svg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: all .5s;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.photo-gallery-arrow-r:hover {
  border-color: var(--5c99bf);
  background-color: var(--primary-bule);
  background-image: url('../images/arrow-right-hover.svg');
}

.photo-lightbox-link {
  width: 100%;
  height: 100%;
}

.home-slide-col-update-img {
  width: 65%;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.research-core-laboratories-single-cell-omics-core-contact-arrow-b {
  background-image: url('../images/research-core-laboratories-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-right: 70px;
}

.education-composition-content-b {
  border-top: 1px solid var(--light-grey);
  padding-top: 10px;
}

.education-composition-content-row {
  flex-flow: wrap;
  margin-top: -20px;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

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

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

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

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

html.w-mod-js [data-ix="content-onlad-animation"] {
  transform: translate(0, 100%);
}

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

html.w-mod-js [data-ix="menu-sub-dropdown-list"], html.w-mod-js [data-ix="footer-sitemap-mobile-expand"] {
  height: 0;
}

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

html.w-mod-js [data-ix="home-enews-link-b"] {
  opacity: 0;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

html.w-mod-js [data-ix="home-bottom-alumni"] {
  opacity: 0;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

html.w-mod-js [data-ix="home-bottom-join"] {
  opacity: 0;
  transform: rotateX(90deg)rotateY(0)rotateZ(0);
}

html.w-mod-js [data-ix="home-achieve-link-b"], html.w-mod-js [data-ix="slide-img-active"] {
  transform: translate(-30px)scale(.75)rotateX(0)rotateY(-15deg)rotateZ(0);
}

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

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

html.w-mod-js [data-ix="home-banner-img"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="home-slide-txt-b"] {
  opacity: 0;
  transform: translate(40px);
}

html.w-mod-js [data-ix="expand-active-arrow"] {
  transform: translate(0, -50%)rotate(45deg);
}

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

html.w-mod-js [data-ix="our-people-academic-staff-contact-icon"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="move-down-100"] {
  transform: translate(0, 100%);
}

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

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

@media screen and (min-width: 1280px) {
  .home-news-r-row {
    column-count: 2;
    column-gap: 40px;
  }

  .home-banner-title {
    font-size: 55px;
    line-height: 60px;
  }

  .research-programs-development-link-expand-conteent-col-contact {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .research-programs-development-link-expand-conteent-col-research {
    width: 40%;
    padding: 10px;
  }

  .research-programs-development-link-expand-conteent-col-name {
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .research-programs-development-link-expand-row-title {
    display: flex;
  }

  .research-programs-development-link-expand-conteent-img-col {
    width: 30%;
  }

  .research-programs-development-link-expand-conteent-name-col {
    width: 70%;
  }

  .research-programs-development-link-expand-conteent-img-b {
    width: 60px;
    height: 60px;
  }

  .our-people-academic-staff-col {
    width: 25%;
  }

  .our-people-academic-staff-col.education-composition {
    width: 33.33%;
    margin-top: 40px;
  }

  .our-people-academic-staff-filter-col-r {
    width: 20%;
  }

  .our-people-academic-staff-filter-col-l {
    width: 80%;
  }

  .our-people-checkbox-filter-col {
    width: 25%;
  }

  .education-composition-col {
    padding-top: 20px;
  }

  .education-compositioncol-row {
    margin-top: -20px;
  }

  .education-composition-content-row {
    margin-top: -40px;
  }
}

@media screen and (min-width: 1440px) {
  .menu-dropdown-list {
    padding-left: 10%;
  }

  .home-banner-title {
    font-size: 65px;
    line-height: 70px;
  }

  .about-trp-programs-number {
    font-size: 240px;
  }

  .div-block-10 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: var(--white);
    height: 100vh;
    padding: 120px 0%;
    position: fixed;
    inset: 0%;
  }

  .menu-link {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .header-row {
    z-index: 11;
    position: relative;
  }

  .header-logo-align {
    z-index: -99;
    position: relative;
  }

  .header-button {
    display: none;
  }

  .home-bottom-col {
    width: 100%;
  }

  .home-bottom-txt-b, .home-enews-content-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-bottom-link-b {
    height: auto;
    padding-top: 25%;
  }

  .home-banner-slider {
    max-width: none;
    height: auto;
  }

  .footer-sitemap-row {
    display: none;
  }

  .footer-sitemap-title {
    background-image: none;
    padding-left: 0;
  }

  .footer-sitemap-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .home-banner-slide-nav {
    margin-bottom: 20px;
  }

  .container-full {
    z-index: 1;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

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

  .footer-sitemap-listing {
    padding-left: 0;
  }

  .footer-sitemap-mobile {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .footer-sitemap-mobile-btn {
    padding-right: 25px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .footer-sitemap-mobile-btn-icon {
    margin-top: 6px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .footer-sitemap-mobile-expand {
    overflow: hidden;
  }

  .menu-dropdown {
    display: block;
  }

  .menu-dropdown-list {
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .menu-dropdown-list-content-b {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
  }

  .menu-sub-dropdown-list {
    position: relative;
  }

  .menu-sub-dropdown-list.sub-dropdown-education, .menu-sub-dropdown-list.sub-dropdown-research {
    margin-left: 0;
  }

  .home-slide-col-img {
    width: 50%;
    padding-top: 55%;
  }

  .home-slide-col-txt {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .home-banner-title {
    font-size: 42px;
    line-height: 110%;
  }

  .home-banner-txt {
    margin-top: 15px;
  }

  .menu-btn {
    z-index: 11;
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-btn-line01 {
    width: 32px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .menu-sub-dropdown-list-content-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-dropdown-bg-people, .menu-dropdown-bg-about, .menu-dropdown-bg-outreach, .menu-dropdown-bg-news, .menu-dropdown-bg-education {
    display: none;
  }

  .txt-full {
    display: inline;
  }

  .menu-dropdown-bg-research {
    display: none;
  }

  .menu-btn-line02, .menu-btn-line03 {
    background-color: var(--0e0f11);
    width: 32px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .all.home-padding {
    padding-top: 90px;
  }

  .mobile-dropdown-bg-about {
    background-image: url('../images/dropdown-bg-about2x_1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .mobile-dropdown-bg-people {
    background-image: url('../images/dropdown-bg-our-people2x_1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .mobile-dropdown-bg-research {
    background-image: url('../images/mobile-dropdown-bg-research2x.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .mobile-dropdown-bg-education {
    background-image: url('../images/mobile-dropdown-bg-education2x.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .mobile-dropdown-bg-news {
    background-image: url('../images/mobile-dropdown-bg-news-and-events2x.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section-inner-banner {
    padding-top: 180px;
  }

  .section-inner-banner.mobile-menu {
    padding-top: 220px;
  }

  .news-content-col-l {
    width: 40%;
  }

  .news-content-col-r {
    width: 60%;
  }

  .news-details-table-b {
    width: 1000px;
  }

  .menu-btn-line-black {
    background-color: var(--0e0f11);
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .menu-btn-line-blue {
    background-color: var(--primary-bule);
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .slider-text-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .news-event-col {
    width: 50%;
  }

  .news-event-filter-col-l {
    width: 100%;
  }

  .news-event-filter-col-r {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .upcoming-events-list-date {
    width: 25%;
  }

  .upcoming-events-list-name {
    width: 75%;
  }

  .photo-gallery-col {
    width: 50%;
  }

  .about-vision-and-missions {
    padding: 20px 5%;
  }

  .sticky-col {
    display: none;
  }

  .content-col-70 {
    width: 100%;
  }

  .e-news-details-expand-col {
    padding-left: 5%;
    padding-right: 10%;
  }

  .expand-img {
    margin-right: 5%;
  }

  .line-style-b {
    padding-right: 10%;
  }

  .publications-printed-filter-col-r {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .publications-printed-filter-col-l {
    width: 100%;
  }

  .publications-printed-col {
    width: 33.33%;
  }

  .publications-featured-interviews-list-date {
    width: 20%;
  }

  .publications-featured-interviews-list-name {
    width: 80%;
  }

  .publications-featured-interviews-year-text {
    width: 10%;
  }

  .input {
    font-size: 1rem;
  }

  .contact-white-border {
    padding-left: 5%;
    padding-right: 5%;
  }

  .education-division-list-col-l, .education-division-list-col-r {
    width: 100%;
  }

  .news-event-filter-btn-row {
    justify-content: flex-start;
  }

  .research-core-laboratories-single-cell-omics-core-equipment-col {
    width: 50%;
  }

  .research-core-laboratories-single-cell-omics-core-service-point {
    margin-left: -34px;
  }

  .our-people-academic-staff-details-row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .our-people-academic-staff-details-col-l {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .our-people-academic-staff-details-col-r {
    width: 100%;
    margin-top: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-organization-chart-row {
    margin-left: -1%;
    display: flex;
  }

  .about-organization-chart-col {
    width: 100%;
    margin-top: 30px;
  }

  .about-organization-chart-b {
    min-height: auto;
  }

  .about-organization-chart-img-line {
    display: none;
  }

  .about-organization-chart-content {
    flex: none;
    height: auto;
  }

  .mobile-dropdown-btn-b {
    z-index: 9;
    margin-top: 90px;
    margin-bottom: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .show-from-tablet {
    display: block;
  }

  .none-form-tablet {
    display: none;
  }

  .our-people-academic-staff-col {
    width: 50%;
  }

  .about-organization-chart-div-b {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .our-people-academic-staff-filter-col-r {
    width: 100%;
    margin-top: 20px;
  }

  .our-people-academic-staff-filter-col-l {
    width: 100%;
  }

  .our-people-checkbox-filter-col {
    width: 50%;
  }

  .mobile-dropdown-list-link-b {
    height: 100%;
    max-height: 80vh;
    overflow: auto;
  }

  .about-organization-chart-director-b {
    min-height: auto;
  }

  .about-organization-chart-director {
    flex: none;
    height: auto;
  }

  .menu-link-mobile-scroll {
    height: 100%;
    display: block;
    overflow: auto;
  }

  .footer-bottom-b {
    padding-top: 15px;
  }

  .footer-bottom-col-l {
    text-align: center;
    width: 100%;
  }

  .footer-bottom-col-r {
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }

  .research-core-laboratories-overview-content-b {
    width: 100%;
  }

  .research-core-laboratories-overview-content-col-l {
    width: 40%;
  }

  .research-core-laboratories-overview-content-col-r {
    width: 60%;
  }

  .menu-link-home {
    background-position: 5%;
    background-size: 24px;
    width: 100%;
    display: block;
  }

  .hidden-in-tablet {
    display: none;
  }

  .show-in-tablet {
    display: block;
  }

  .outreach-international-partnership-row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .outreach-international-partnership-col-l, .outreach-international-partnership-col-r {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .outreach-international-partnership-map-b {
    position: static;
  }

  .outreach-international-partnership-b {
    margin-top: 30px;
  }

  .mobile-dropdown-bg-outreach {
    background-image: url('../images/mobile-dropdown-bg-publications2x.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .outreach-academic-exchange-activities-content-col-l {
    width: 40%;
  }

  .outreach-academic-exchange-activities-content-col-r {
    width: 60%;
  }

  .honorary-staff-table-content-row {
    margin-top: -15px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .honorary-staff-table-content-col-name, .honorary-staff-table-content-col-title, .honorary-staff-table-content-col-email {
    width: 100%;
    margin-top: 15px;
    padding: 0 10px;
    font-size: 20px;
  }

  .honorary-staff-table-context {
    border-style: none;
  }

  .honorary-staff-table-context-col {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .honorary-staff-table-context-b {
    border-bottom-color: var(--primary-bule);
    padding-bottom: 10px;
  }

  .honorary-staff-table-context-col-row {
    margin-top: -15px;
  }

  .table-tablet-title {
    color: var(--0e0f11);
    text-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    display: flex;
  }

  .div-block-9 {
    flex: 1;
  }

  .table-tablet-title-line {
    background-color: var(--primary-bule);
    flex: 1;
    width: 100%;
    height: 1px;
    margin-left: 10px;
    padding: 0;
    display: none;
  }

  .honorary-staff-content-col-name, .honorary-staff-content-col-email {
    width: 50%;
  }

  .header-button-mobile {
    padding: 10px 5%;
    display: flex;
  }

  .photo-gallery-arrow-l, .photo-gallery-arrow-r {
    background-size: 10px;
    width: 40px;
    height: 40px;
  }

  .home-slide-col-update-img {
    width: 50%;
    padding-top: 30%;
  }
}

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

  .nav-menu {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-logo-b {
    width: 230px;
    margin-left: 0;
    margin-right: 0;
  }

  .header-logo-b.hidden-in-mobile {
    display: none;
  }

  .header-logo-align {
    margin-left: 0;
    margin-right: 0;
  }

  .title {
    font-size: 26px;
    line-height: 32px;
  }

  .home-banner-slider {
    background-image: url('../images/home-banner-bg2x.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer-row {
    padding-left: 0;
  }

  .footer-follow-b {
    width: 100%;
    position: relative;
  }

  .footer-follow-col-l {
    width: 45%;
  }

  .footer-follow-row {
    align-items: center;
    display: flex;
  }

  .footer-subscribe-b {
    float: none;
  }

  .footer-subscribe-txt-field {
    height: 60px;
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .btn {
    display: block;
  }

  .home-news-r-row {
    column-count: 2;
    column-gap: 30px;
    margin-top: 0;
    display: flex;
  }

  .home-news-r-link-b {
    margin-top: 30px;
  }

  .home-news-r-txt-b {
    padding: 15px 45px 15px 15px;
  }

  .footer-title {
    font-size: 26px;
    line-height: 32px;
  }

  .btn-txt-align {
    justify-content: center;
  }

  .footer-subscribe-btn-b {
    text-align: right;
    margin-top: 20px;
    position: relative;
  }

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

  .btn-icon.footer-btn-icon {
    margin-left: 20px;
    margin-right: 0;
  }

  .footer-follow-col-r {
    text-align: right;
    width: 55%;
  }

  .footer-sitemap-mobile {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .home-news-col-l {
    width: 100%;
    position: relative;
    top: 0;
  }

  .home-news-col-r {
    width: 100%;
  }

  .heading {
    font-size: 32px;
    line-height: 37px;
  }

  .btn-b {
    margin-top: 30px;
  }

  .btn-b.hidden-mobile {
    display: none;
  }

  .home-news-l-link-b {
    padding-left: 15px;
    padding-right: 45px;
  }

  .home-news-l-b {
    display: none;
  }

  .subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .home-news-l-icon-add {
    margin-right: 15px;
  }

  .home-news-l-b-mobile {
    margin-top: 0;
    display: block;
  }

  .home-achieve-slide-mask {
    width: 85%;
  }

  .home-achieve-arrow-r {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0% 50%;
    transform: translate(-50%);
  }

  .home-achieve-arrow-l {
    margin-top: 0;
    margin-left: -40px;
    margin-right: 0;
    display: none;
    position: absolute;
    inset: auto auto 0% 50%;
    transform: translate(-50%);
  }

  .home-achieve-icon-add {
    margin-right: 15px;
  }

  .menu-dropdown-list {
    background-size: 200%;
  }

  .home-slide-col-img {
    width: 100%;
    padding-top: 60%;
  }

  .home-slide-col-txt {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .home-banner-title {
    font-size: 34px;
  }

  .home-banner-txt {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .menu-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .all.home-padding {
    padding-top: 60px;
  }

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

  .section-inner-banner.mobile-menu {
    padding-top: 160px;
  }

  .education-info-download-link {
    width: 100%;
    position: relative;
    top: 0;
  }

  .links-col {
    padding-right: 65px;
  }

  .link-button-b {
    width: 45px;
  }

  .link-button-img {
    max-width: 16px;
  }

  .contact-col-l {
    background-image: url('../images/contact-us-map-mobile2x.jpg');
    width: 100%;
    height: 450px;
    position: relative;
    top: 0;
  }

  .contact-col-r {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .news-content-b {
    width: 100%;
    position: relative;
    top: 0;
  }

  .news-content-col-l {
    width: 100%;
    min-height: 300px;
  }

  .news-content-col-r {
    width: 100%;
  }

  .dropdown-btn-txt-align {
    justify-content: center;
  }

  .dropdown-btn {
    display: block;
  }

  .content-b {
    width: 100%;
    position: relative;
    top: 0;
  }

  .white-frame-b.add-padding-bottom {
    padding-bottom: 20px;
  }

  .opacity-tagline-b {
    padding: 20px 5%;
  }

  .tagline {
    font-size: 22px;
    line-height: 26px;
  }

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

  .news-details-table-content {
    border-top-style: solid;
  }

  .table-title-mobile {
    display: block;
  }

  .slider-text-b {
    background-color: var(--0e0f11);
    position: relative;
  }

  .news-event-r-txt-b {
    padding: 15px 45px 15px 15px;
  }

  .news-event-link-b {
    margin-top: 30px;
  }

  .news-event-col {
    width: 100%;
  }

  .news-event-row {
    margin-top: -50px;
  }

  .upcoming-events-list-date {
    width: 100%;
    padding-left: 20px;
  }

  .upcoming-events-list-name {
    width: 100%;
    padding-top: 5px;
  }

  .upcoming-events-list-name-text {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile {
    display: none;
  }

  .news-event-filter-btn-col {
    text-align: left;
    width: 60%;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .events-seminars-details-row {
    margin-left: 0;
    margin-right: 0;
  }

  .events-seminars-details-title {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .events-seminars-details-info {
    border-left-style: none;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .events-seminars-details {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .photo-gallery-row {
    margin-top: -30px;
  }

  .photo-gallery-col {
    width: 100%;
  }

  .photo-gallery-link-b {
    margin-top: 30px;
  }

  .photo-gallery-txt-b {
    padding: 15px 45px 15px 15px;
  }

  .photo-gallery-slide-mask {
    width: 85%;
  }

  .about-directors-message-tagline-b {
    padding: 20px 5%;
  }

  .about-directors-message-content-b-02, .about-directors-message-content-b-20 {
    margin-top: 20px;
  }

  .about-trp-programs-text-b {
    padding: 10px 5%;
  }

  .about-trp-programs-col {
    width: 100%;
    margin-top: 20px;
  }

  .about-trp-programs-col-20 {
    width: 100%;
  }

  .about-trp-programs-number {
    margin-bottom: 5px;
    font-size: 62px;
  }

  .about-directors-message-col-img {
    width: 100%;
  }

  .about-directors-message-col-text {
    width: 100%;
    margin-top: 10px;
  }

  .about-directors-message-content-b {
    margin-top: -130px;
  }

  .about-directors-message-img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .line-style-text {
    font-size: 20px;
  }

  .about-vision-and-missions-icon-row {
    height: auto;
  }

  .about-vision-and-missions-icon-col {
    width: 100%;
    position: relative;
  }

  .about-vision-and-missions-text-col {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
  }

  .about-vision-and-missions-icon-b {
    margin-left: auto;
    margin-right: auto;
  }

  .e-news-title-col-r {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .e-news-title-col-l {
    width: 100%;
  }

  .e-news-col-l {
    width: 100%;
    height: 300px;
  }

  .e-news-col-r {
    width: 100%;
  }

  .e-news-details-expand-col {
    font-size: 20px;
    line-height: 26px;
  }

  .publications-printed-col {
    width: 100%;
  }

  .publications-printed-img {
    max-width: 200px;
  }

  .publications-printed-b {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .publications-printed-text {
    margin-top: -35px;
  }

  .publications-featured-interviews-link-row {
    margin-top: -10px;
  }

  .publications-featured-interviews-list-date {
    width: 100%;
    padding-left: 20px;
  }

  .publications-featured-interviews-list-name {
    width: 100%;
    padding-top: 5px;
    padding-right: 65px;
  }

  .about-us-global-list-name-text {
    padding-left: 0;
    padding-right: 0;
  }

  .publications-featured-interviews-year-text {
    width: 15%;
  }

  .bule-white-frame-b, .white-bg-content {
    padding: 20px 5%;
  }

  .education-graduate-col {
    width: 100%;
    margin-top: 20px;
  }

  .education-graduate-row {
    margin-top: -20px;
  }

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

  .education-graduate-contact-content-col {
    padding: 20px 4%;
  }

  .education-graduate-contact-content {
    padding-right: 0%;
  }

  .education-graduate-phd-icon-col {
    width: 100%;
  }

  .education-graduate-phd-intro-col-l {
    width: 100%;
    padding: 20px 5%;
  }

  .education-graduate-phd-intro-col-r {
    width: 100%;
    min-height: 300px;
  }

  .bule-bg-b {
    padding: 0 0% 20px;
  }

  .education-graduate-phd-units-details-col-27 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .education-graduate-phd-units-details-col-63 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .education-msc-col-l, .education-msc-col-r {
    width: 100%;
  }

  .education-info-col-l, .education-info-col-r {
    width: 50%;
  }

  .education-info-download-link-b {
    padding: 20px 5%;
  }

  .education-info-download-link-col {
    padding-right: 65px;
  }

  .submit-button, .form-login-bottom-col-l {
    width: 100%;
  }

  .form-login-bottom-col-r {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .terms-content-b {
    margin-top: 30px;
  }

  .education-composition-row {
    margin-left: -5%;
    margin-right: -5%;
  }

  .education-composition-col-l {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .undergraduate-education-composition-col-r {
    border-left-style: none;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .undergraduate-education-composition-text-b {
    padding-top: 0;
  }

  .undergraduate-education-bsc-intro-col-l {
    width: 100%;
    padding: 20px 5%;
  }

  .undergraduate-education-bsc-intro-col-r {
    width: 100%;
    min-height: 300px;
  }

  .undergraduate-education-other-expand-btn {
    font-size: 20px;
    line-height: 26px;
  }

  .undergraduate-education-composition-b {
    margin-top: 20px;
  }

  .education-division-expand-btn {
    font-size: 20px;
    line-height: 26px;
  }

  .news-event-filter-btn-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .education-graduate-filter-btn-row {
    margin-top: -15px;
  }

  .light-bule-white-frame-b {
    padding: 20px 5%;
  }

  .research-programs-overview-row {
    margin-top: -20px;
  }

  .research-programs-overview-col {
    width: 100%;
    margin-top: 20px;
  }

  .research-programs-overview-text-b {
    padding: 10px 5%;
  }

  .research-programs-development-intro-col-r {
    width: 100%;
    min-height: 300px;
  }

  .research-programs-development-intro-col-l {
    width: 100%;
    padding: 20px 5%;
  }

  .research-programs-development-link-expand-conteent-col-contact {
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .research-programs-development-link-expand-conteent-col-research {
    text-align: center;
  }

  .research-programs-development-link-expand-conteent-img-col {
    width: 100%;
  }

  .research-programs-development-link-expand-conteent-name-col {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }

  .research-core-laboratories-col {
    width: 100%;
  }

  .research-core-laboratories-single-cell-omics-core-expand-content {
    padding: 20px 5%;
  }

  .pdf-button-img {
    max-width: 25px;
  }

  .research-core-laboratories-single-cell-omics-core-content-link-b {
    width: 100%;
    position: relative;
    top: 0;
  }

  .research-core-laboratories-single-cell-omics-core-content-link {
    padding-right: 65px;
  }

  .research-core-laboratories-single-cell-omics-core-video-play-btn {
    background-size: 20px;
    width: 50px;
    height: 50px;
  }

  .research-core-laboratories-single-cell-omics-core-equipment-row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .research-core-laboratories-single-cell-omics-core-equipment-col {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .research-core-laboratories-single-cell-omics-core-link-b {
    width: 100%;
    position: relative;
    top: 0;
  }

  .research-core-laboratories-single-cell-omics-core-link {
    padding-right: 65px;
  }

  .research-core-laboratories-single-cell-omics-core-contact-col {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .research-core-laboratories-single-cell-omics-core-contact-row {
    margin-left: 0%;
    margin-right: 0%;
  }

  .research-core-laboratories-single-cell-omics-core-service-link-expand {
    font-size: 16px;
  }

  .research-programs-development-link-expand-conteent-img-b {
    margin-left: auto;
    margin-right: auto;
  }

  .research-projects-col-l {
    width: 100%;
  }

  .research-projects-col-r {
    width: 100%;
    padding: 15px 10px;
  }

  .our-people-academic-staff-details-b {
    padding: 20px 5%;
  }

  .our-people-academic-staff-details-img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .our-people-academic-staff-details-expand-awards-col-l, .our-people-academic-staff-details-expand-awards-col-r {
    width: 100%;
  }

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

  .search-result-btn-col, .news-years-btn-col {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .news-years-btn-row {
    margin-top: -15px;
  }

  .about-us-global-details-img-col-l {
    width: 100%;
  }

  .about-us-global-details-img-col-r {
    width: 100%;
    margin-top: 20px;
  }

  .education-graduate-filter-btn-col {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .mobile-dropdown-btn-b {
    margin-top: 60px;
  }

  .mobile-dropdown-btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .border-top-mobile {
    border-top: 1px solid var(--primary-bule);
  }

  .shadows-mobile {
    text-shadow: 1px 1px 6px var(--white), 1px 0 4px var(--white);
  }

  .our-people-academic-staff-btn-col {
    text-align: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .our-people-academic-staff-btn-row {
    margin-top: -15px;
    margin-left: 0;
    margin-right: 0;
  }

  .our-people-academic-staff-row {
    margin-top: -20px;
  }

  .our-people-academic-staff-col {
    width: 100%;
    margin-top: 20px;
  }

  .our-people-academic-staff-filter-row {
    margin-left: 0;
    margin-right: 0;
  }

  .our-people-academic-staff-filter-col-l {
    padding-left: 0;
    padding-right: 0;
  }

  .our-people-academic-staff-btn-expand-content {
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .education-composition-col {
    margin-top: 20px;
  }

  .msc-title {
    font-size: 26px;
    line-height: 130%;
  }

  .msc-p-b {
    margin-top: 15px;
  }

  .msc-p {
    line-height: 26px;
  }

  .submit-btn {
    display: block;
  }

  .success-message {
    height: 60px;
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .news-event-filter-btn-co-yearr {
    text-align: left;
    width: 40%;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .join-us-table-row.table-title {
    display: none;
  }

  .join-us-table-col-65 {
    width: 100%;
    padding-bottom: 0;
  }

  .join-us-table-col-35 {
    width: 100%;
    padding-top: 0;
  }

  .join-us-table-content {
    border-top-style: solid;
  }

  .home-news-content-title {
    font-size: 16px;
  }

  .research-core-laboratories-overview-content-b {
    width: 100%;
    position: relative;
    top: 0;
  }

  .research-core-laboratories-overview-content-col-l {
    width: 100%;
    min-height: 250px;
  }

  .research-core-laboratories-overview-content-col-r {
    width: 100%;
  }

  .footer-logo-link-b {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-logo-row {
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-logo-b-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .section-title {
    font-size: 32px;
    line-height: 37px;
  }

  .home-news-filter-b {
    margin-top: 10px;
  }

  .home-news-list-title {
    font-size: 20px;
    line-height: 26px;
  }

  .outreach-international-partnership-map {
    width: 100%;
    height: 500px;
  }

  .outreach-academic-exchange-activities-content-b {
    width: 100%;
    position: relative;
    top: 0;
  }

  .outreach-academic-exchange-activities-content-col-l {
    width: 100%;
    min-height: 300px;
  }

  .outreach-academic-exchange-activities-content-col-r {
    width: 100%;
  }

  .outreach-academic-exchange-activities-years-btn-col {
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }

  .outreach-academic-exchange-activities-years-btn-row {
    margin-top: -15px;
  }

  .honorary-staff-table-content-col-name, .honorary-staff-table-content-col-title, .honorary-staff-table-content-col-email {
    font-size: 18px;
  }

  .table-tablet-title {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .honorary-staff-content-col-name {
    width: 100%;
    padding-bottom: 0;
  }

  .honorary-staff-content-col-email {
    width: 100%;
    padding-top: 0;
  }

  .home-slide-col-update-img {
    width: 100%;
    padding-top: 60%;
  }

  .research-core-laboratories-single-cell-omics-core-contact-arrow-b {
    background-size: 80px;
    padding-right: 100px;
  }

  .education-composition-updated-row {
    margin-left: -5%;
    margin-right: -5%;
  }

  .education-composition-updated-col, .education-composition-content-b {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .home-bottom-link-b {
    padding-top: 35%;
  }

  .home-news-r-row {
    column-count: auto;
  }

  .home-banner-slide-nav {
    margin-bottom: 10px;
  }

  .home-slide-col-img {
    padding-top: 85%;
  }

  .home-slide-col-txt {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .txt-full {
    display: block;
  }

  .news-details-table-b {
    width: 700px;
  }

  .publications-featured-interviews-year-text {
    width: 22%;
  }

  .education-info-col-l {
    width: 80%;
  }

  .education-info-col-r {
    width: 20%;
  }

  .research-core-laboratories-single-cell-omics-core-service-point {
    margin-left: -31px;
  }

  .our-people-academic-staff-col.education-composition {
    width: 100%;
  }

  .home-slide-col-update-img {
    padding-top: 85%;
  }

  .research-core-laboratories-single-cell-omics-core-contact-arrow-b {
    background-size: 50px;
    padding-right: 70px;
  }
}


