main,
footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* login page */

body.path-user .samlauth-auth-login-link {
  background-color: #BF1860;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 13px 24px;
  margin: 20px 0;
  display: inline-block;
}

body.path-user .samlauth-auth-login-link:hover {
  background-color: #FFC700;
  color: #000;
  box-shadow: none;
}

body.path-user:not(.login-ses) #edit-actions input[value="Log in"],
body.path-user:not(.login-ses) #user-login-form .js-form-item-name,
body.path-user:not(.login-ses) #user-login-form .js-form-item-pass,
body.path-user.login-ses .samlauth-auth-login-link {
  display: none;
}


/* VR Viewer Styles ******************************************/
.vr-viewer-container {
  position: relative;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.vr-viewer {
  border-radius: 8px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  min-height: 400px !important;
  height: 400px !important;
}

.vr-controls {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}

.vr-close-btn {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
}

.vr-close-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 53, 69, 0.6);
  background: linear-gradient(135deg, #c82333 0%, #dc3545 100%);
}

.vr-close-btn i {
  margin-right: 8px;
  font-size: 16px;
}

/* PhotoSphereViewer 自定義樣式 */
.psv-container {
  border-radius: 8px !important;
}

.psv-navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 0 0 8px 8px !important;
}

.psv-navbar-button {
  color: white !important;
  transition: all 0.3s ease !important;
}

.psv-navbar-button:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.1) !important;
}

/* 響應式設計 */
@media (max-width: 768px) {
  .vr-viewer {
    height: 300px !important;
  }

  .vr-close-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .vr-controls {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .vr-viewer {
    height: 250px !important;
  }

  .vr-close-btn {
    padding: 6px 12px;
    font-size: 11px;
  }
}

/* system ***************************************************/
.path-node {
  background-color: #F5F5F5;
}

.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  max-width: none;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.view-block-programme-list .view-filters form,
.view-block-programme-list .view-content,
.webform-confirmation__message,
.webform-confirmation__back,
body.path-sitemap .sitemap {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {

  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .view-block-programme-list .view-filters form,
  .view-block-programme-list .view-content,
  .webform-confirmation__message,
  .webform-confirmation__back,
  body.path-sitemap .sitemap {
    max-width: none;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.row {
  --bs-gutter-x: 40px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.red {
  color: #f13131;
}

/* ul {
  margin-bottom: 0;
  padding-left: 0;
} */

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0;
}

@media screen and (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1770px;
  }

  .view-block-programme-list .view-filters form,
  .view-block-programme-list .view-content,
  .webform-confirmation__message,
  .webform-confirmation__back,
  body.path-sitemap .sitemap {
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto;
  }
}

.path-node .node__content h2 {
  color: #005D19;
}

.path-node .node__content .container {
  max-width: 1490px;
}

.path-node .node__content .container .container {
  padding-left: 0;
  padding-right: 0;
}

.path-node .node__content>.container>.layout__region--content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.path-node.page-node-type-news-events .node__content>.container>.layout__region--content {
  padding-top: 50px;
}

@media screen and (max-width: 992px) {
  .path-node .node__content>.container>.layout__region--content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .path-node.page-node-type-news-events .node__content>.container>.layout__region--content {
    padding-top: 30px;
  }
}

.layout--twocol-section>.layout__region {
  flex: 0 1 auto !important;
  width: 100%;
}

.form-select {
  background: url(../image/icon/dropdown_arrow.svg) right 10px center no-repeat;
  padding-left: 10px;
  padding-right: 40px;
}

.form-select:focus {
  box-shadow: 0 0 4px 3px rgba(0, 145, 65, 0.4);
}

/* paragraphs ***************************************************/
.field--name-field-width,
.field--name-field-column-widths {
  display: none;
}

.paragraph>.paragraph__column {
  padding: 0;
}

.paragraph--type--common-button .field--name-field-common-button-type {
  display: none;
}

.paragraph--type--image-with-caption-section,
.paragraph--type--image-with-caption-section .paragraph__column,
.paragraph--type--image-with-caption-section .paragraph__column .field--name-field-image,
.paragraph--type--image-with-caption-section .paragraph__column .field--name-field-image .field__item {
  height: 100%;
}

.paragraph--type--image-with-caption-section .paragraph__column .field--name-field-image .field__item img {
  height: 100%;
  object-fit: cover;
}

.paragraph--type--bp-simple img {
  max-width: 100%;
  height: auto;
}

/* Layout Builder Style ***************************************************/
/* body:not(.page-node-14, .page-node-17) .node--type-page .node__content>.layout:nth-child(2) .block-field-blocknodepagebody {
  padding-top: 100px;
  padding-bottom: 50px;
} */
body:not(.page-node-14, .page-node-17) .node--type-page .node__content>.layout:nth-child(2)>:last-child {
  padding-bottom: 100px;
}

body.page-node-43 .node--type-page .node__content>.layout:nth-child(2)>:last-child {
  padding-bottom: 0;
}

.node--type-page .node__content>.layout:nth-child(2) .block-field-blocknodepagebody .field--name-body {
  & h2 {
    color: #005D19;
    margin-bottom: 50px;
  }

  & h3 {
    font-size: calc(var(--font-size-md) + 2px);
    line-height: 1.167;
  }

  & h4 {
    font-size: calc(var(--font-size-md) + 2px);
    line-height: 1.167;
  }
}

.block-layout-builder .field--name-body table,
.block-layout-builder .field--type-text-long table {
  margin-bottom: 20px;
}

.block-layout-builder .field--name-body table>thead>*>*,
.block-layout-builder .field--type-text-long table>thead>*>*,
.page-node-type-programmes .programme-tab-section .tab-content table>thead>*>* {
  background-color: #14833E;
  border-bottom-color: #fff;
  color: #fff;
}

.block-layout-builder .field--name-body table>thead>*>*:not(:last-child),
.block-layout-builder .field--type-text-long table>thead>*>*:not(:last-child),
.page-node-type-programmes .programme-tab-section .tab-content table>thead>*>*:not(:last-child) {
  border-right: #fff 1px solid;
}

.block-layout-builder .field--name-body table tbody,
.block-layout-builder .field--type-text-long table tbody,
.page-node-type-programmes .programme-tab-section .tab-content table tbody {
  border: #D9D9D9 1px solid;
}

.block-layout-builder .field--name-body table tbody tr:not(:last-child),
.block-layout-builder .field--type-text-long table tbody tr:not(:last-child),
.page-node-type-programmes .programme-tab-section .tab-content table tbody tr:not(:last-child) {
  border-bottom: #D9D9D9 1px solid;
}

.block-layout-builder .field--name-body table tbody tr td,
.block-layout-builder .field--type-text-long table tbody tr td,
.page-node-type-programmes .programme-tab-section .tab-content table tbody tr td {
  background-color: #fff;
  border-right: #D9D9D9 1px solid;
  padding: 15px 25px;
}

/* table border none */
.block-layout-builder .field--name-body table.table-border-none>thead>*>*,
.block-layout-builder .field--type-text-long table.table-border-none>thead>*>*,
.page-node-type-programmes .programme-tab-section .tab-content table.table-border-none>thead>*>* {
  border-bottom: none;
}

.block-layout-builder .field--name-body .table-border-none>thead>*>*:not(:last-child),
.block-layout-builder .field--type-text-long .table-border-none>thead>*>*:not(:last-child),
.page-node-type-programmes .programme-tab-section .tab-content .table-border-none>thead>*>*:not(:last-child) {
  border-right: none;
}

.block-layout-builder .field--name-body table.table-border-none tbody,
.block-layout-builder .field--type-text-long table.table-border-none tbody,
.page-node-type-programmes .programme-tab-section .tab-content table.table-border-none tbody {
  border: none;
}

.block-layout-builder .field--name-body table.table-border-none tbody tr:not(:last-child),
.block-layout-builder .field--type-text-long table.table-border-none tbody tr:not(:last-child),
.page-node-type-programmes .programme-tab-section .tab-content table.table-border-none tbody tr:not(:last-child) {
  border-bottom: none;
}

.block-layout-builder .field--name-body table.table-border-none tbody tr td,
.block-layout-builder .field--type-text-long table.table-border-none tbody tr td,
.page-node-type-programmes .programme-tab-section .tab-content table.table-border-none tbody tr td {
  border-right: none;
  border-bottom: none;
}


.block-layout-builder h3,
.programme-tab-section .tab-content h3 {
  color: #005D19;
  font-size: calc(var(--font-size-md) + 2px);
  line-height: 1.167;
}

.block-layout-builder h4,
.programme-tab-section .tab-content h4 {
  font-size: calc(var(--font-size-md) + 2px);
  line-height: 1.167;
}

.block-layout-builder h5,
.programme-tab-section .tab-content h5 {
  color: #005D19;
  line-height: 1.167;
}

.block-layout-builder h6,
.programme-tab-section .tab-content h6 {
  line-height: 1.167;
}

.node__content .block-field-blocknodenews-eventsbody ol,
.node__content .block-field-blocknodenews-eventsbody ul {
  margin-bottom: 20px;
  padding-left: 2rem;
}

.node__content .block-field-blocknodenews-eventsbody ol li,
.node__content .block-field-blocknodenews-eventsbody ul li {
  list-style: inherit;
}

/* menu ***************************************************/
.nav-mega {
  display: none;
}

/* back to top ***********/
#block-i2-theme-backtotop {
  opacity: 0;
}

#block-i2-theme-backtotop .sidebar-back-to-top {
  background: #F96339 url(../image/icon/back_to_top.svg) center center no-repeat;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 30;
  transition: all 0.2s ease;
}

#block-i2-theme-backtotop .sidebar-back-to-top:hover,
#block-i2-theme-backtotop .sidebar-back-to-top:focus {
  background: #C0DE1A url(../image/icon/back_to_top_black.svg) center center no-repeat;
}

/* alert ***************************************************/
.path-webform .alert-dismissible {
  padding-left: 20px;
}

@media screen and (min-width: 1200px) {
  .path-webform .alert-dismissible {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1790px) {
  .path-webform .alert-dismissible {
    padding-left: 3rem;
  }
}

.path-webform .messages__list {
  max-width: 1690px;
  margin: 0 auto;
}

/* Header ***************************************************/
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

body.user-logged-in header,
.toolbar-fixed header {
  position: fixed;
  top: 40px !important;
}

.toolbar-fixed.toolbar-tray-open header {
  top: 79px !important;
}

header {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in-out;
}

.scroll-fixed header {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: #ddd 1px solid;
}

header::before {
  background-image: linear-gradient(180deg, #FFF 60%, rgba(255, 255, 255, 0.00) 100%);
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.region-header {
  border-bottom: #14833E 1px solid;
  display: flex;
  align-items: center;
  column-gap: 34px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.scroll-fixed .region-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

#block-i2-theme-logo {
  margin-right: auto;
}

.logo-section .content ul {
  display: flex;
}

.logo-section .content ul li:last-child {
  border-left: #ccc 1px solid;
  margin-left: 24px;
  padding: 12px 0 0 24px;
}

.logo-section .content ul li a {
  display: block;
}

.site-logo>img {
  width: auto;
  height: 60px;
  transition: all 0.2s ease-in-out;
}

.scroll-fixed .site-logo>img {
  height: 50px;
}

.site-logo-ses>img {
  height: 48px;
  /* 48px */
  transition: all 0.2s ease-in-out;
}

.scroll-fixed .site-logo-ses>img {
  height: 38px;
  /* 38px */
}

/* .header-menu-section .content ul, */
.header-menu-section .content {
  display: flex;
}

/* .header-menu-section .content ul li:not(:first-child), */
.header-menu-section .content>div:not(:first-child) {
  margin-left: 30px;
}

.header-menu-section .dropdown {
  cursor: pointer;
}

.header-menu-section .dropdown:hover .dropdown-menu,
.header-menu-section .dropdown:focus .dropdown-menu {
  display: block;
}

.header-menu-section .dropdown-toggle {
  background: none;
  border: none;
  line-height: 28px;
  padding: 0;
  pointer-events: none;
  cursor: pointer;
}

.header-menu-section .dropdown-toggle::after {
  content: none;
}

#block-i2-theme-languageswitcher ul {
  display: flex;
}

#block-i2-theme-languageswitcher ul li {
  line-height: 1.1875;
}

#block-i2-theme-languageswitcher ul li.is-active {
  display: none;
}

#block-i2-theme-languageswitcher ul li:first-child.is-active~ :last-child,
#block-i2-theme-languageswitcher ul li:nth-child(2).is-active~ :last-child,
#block-i2-theme-languageswitcher ul li:first-child:not(.is-active)~ :nth-child(2):not(.is-active) {
  border-left: #ccc 1px solid;
  margin-left: 10px;
  padding-left: 10px;
}

.header-right-section .content {
  display: flex;
}

.header-right-section .content .header-share {
  display: flex;
  margin-right: 34px;
}

.header-right-section .content .header-share li:not(:last-child) {
  margin-right: 15px;
}

.header-right-section .content .header-share li a {
  display: block;
}

.wechat-item {
  position: relative;
}

/* 預設隱藏 QR 圖 */
.header-share .wechat-img {
  display: none;
  position: absolute;
  top: 120%;
  /* 視情況調整位置 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 200px;
  height: auto;
}

.share .wechat-img {
  display: none;
  position: absolute;
  bottom: 120%;
  /* 視情況調整位置 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 200px;
  height: auto;
}

/* 滑鼠 hover 或 手機點擊 (focus-within) 時顯示 */
.wechat-item:hover .wechat-img,
.wechat-item:focus-within .wechat-img {
  display: block;
}

/* Header Search Dropdown ***************************************************/
.header-search {
  position: relative;
  display: inline-block;
}

.header-search .header-search-header {
  padding: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.header-search .header-search-header::after {
  content: none;
}

.header-search .dropdown-menu {
  background: none;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 300px;
  padding: 15px 0 0;
  margin: 0;
}

.header-search .dropdown-menu.show {
  display: block;
}

.header-search .ld-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-search .ld-search-form input[type="search"] {
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  color: #282828;
  font-size: 14px;
  line-height: 18px;
  flex: 1;
  padding: 8px 12px;
}

.header-search .ld-search-form input[type="search"]:focus {
  outline: none;
  box-shadow: 0 0 8px 0 rgba(192, 222, 26, .8);
}

.header-search .ld-search-form input[type="search"]::placeholder {
  color: #282828;
}

/* Header Navbar **********************************************/
header .navbar {
  padding-top: 12px;
  padding-bottom: 42px;
  transition: all 0.2s ease-in-out;
}

.scroll-fixed header .navbar {
  padding-top: 2px;
  padding-bottom: 2px;
}

.navbar-expand-xl .navbar-nav {
  margin-left: -8px;
  margin-right: -8px;
}

/* .navbar-expand-xl .navbar-nav .nav-item:not(:last-child), */
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:not(:last-child) {
  margin-right: 44px;
}

.navbar-expand-xl .navbar-nav .nav-link {
  color: #000;
  line-height: 1.1875;
}

.navbar-expand-xl .navbar-nav .nav-link::after {
  content: none;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega {
  border-bottom: #009141 5px solid;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  display: none;
  width: 790px;
  padding-top: 3px;
  position: absolute;
  left: 8px;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:last-child>.nav-mega,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-last-child(3)>.nav-mega {
  left: auto;
  right: 8px;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-mega,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:focus>.nav-mega {
  display: flex;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-title {
  background-color: #fff;
  flex: 0 0 auto;
  width: 305px;
  padding: 40px 35px;
  position: relative;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-title::after {
  background-color: #D9D9D9;
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-title .nav-mega-title-link {
  color: #005D19;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.167;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-title .nav-mega-title-link:hover,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-title .nav-mega-title-link:focus {
  color: #F96339;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body {
  background-color: #fff;
  flex: 1 1 auto;
  padding: 40px 35px;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul {
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body>ul>li:not(:last-child) {
  margin-bottom: 20px;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li a {
  line-height: 1.5;
  white-space: normal;
  padding: 0;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li a:hover,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li a:focus,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li a.active {
  background: none;
  color: #009141;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(5)>.nav-mega .nav-mega-body>ul,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(6)>.nav-mega .nav-mega-body>ul,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(7)>.nav-mega .nav-mega-body>ul,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(8)>.nav-mega .nav-mega-body>ul {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(5)>.nav-mega .nav-mega-body>ul>li,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(6)>.nav-mega .nav-mega-body>ul>li,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(7)>.nav-mega .nav-mega-body>ul>li,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(8)>.nav-mega .nav-mega-body>ul>li {
  width: calc(50% - 15px);
  margin-bottom: 0;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li.dropdown button {
  display: none;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li.dropdown ul {
  margin-top: 10px;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li.dropdown ul li {
  background: url(../image/icon/menu_arrow_green.svg) 0 6px no-repeat;
  padding-left: 22px;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li.dropdown ul li:not(:last-child) {
  margin-bottom: 10px;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li.dropdown>div>a {
  color: #005D19;
  font-weight: 500;
}

#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li.dropdown>div>a:hover,
#block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body ul li.dropdown>div>a:focus {
  color: #F96339;
}

/* Top header Menu Section **********************************************/
.header-menu-section .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 5px 0 0;
  right: 0;
  z-index: 1001;
}

.header-menu-section .dropdown-menu .dropdown-item {
  color: #282828;
  line-height: 1.25;
  padding: 8px 20px;
}

.header-menu-section .dropdown-menu .dropdown-item:hover,
.header-menu-section .dropdown-menu .dropdown-item:focus,
.header-menu-section .dropdown-menu .dropdown-item.active:hover,
.header-menu-section .dropdown-menu .dropdown-item.active:focus {
  background: none;
  color: #009141;
}

.header-menu-section .dropdown-menu .dropdown-item.active {
  background: none;
}

.header-menu-section .nav-mega {
  background-color: #fff;
  border-bottom: #009141 5px solid;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  width: 790px;
  padding-top: 3px;
}

.header-menu-section .nav-mega .nav-mega-title {
  flex: 0 0 auto;
  width: 305px;
  padding: 40px 35px;
  position: relative;
}

.header-menu-section .nav-mega .nav-mega-title::after {
  background-color: #D9D9D9;
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
}

.header-menu-section .nav-mega .nav-mega-title a {
  color: #005D19;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.167;
  padding: 0;
}

.header-menu-section .nav-mega .nav-mega-title a:hover,
.header-menu-section .nav-mega .nav-mega-title a:focus {
  color: #F96339;
}

.header-menu-section .nav-mega .nav-mega-body {
  background-color: #fff;
  flex: 1 1 auto;
  padding: 40px 35px;
}

.header-menu-section .nav-mega .nav-mega-body ul {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
}

.header-menu-section .nav-mega .nav-mega-body ul li {
  width: calc(50% - 15px);
}

.header-menu-section .nav-mega .nav-mega-body ul li a {
  line-height: 1.5;
  white-space: normal;
  padding: 0;
}

.header-menu-section .nav-mega .nav-mega-body ul li a.active {
  background: none;
  color: #009141;
}

/* Footer ***************************************************/
footer {
  background-color: #14833E;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

footer .region-footer {
  padding-bottom: 70px;
}

footer .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 40px 50px;
}

footer .navbar-nav>.nav-item.dropdown {
  width: calc(20% - 40px);
}

footer .navbar-nav .nav-link.dropdown-toggle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  white-space: normal;
  margin-bottom: 15px;
  padding: 0;
}

footer .navbar-nav .nav-link.dropdown-toggle::after {
  content: none;
}

footer .navbar-nav .dropdown-menu {
  background: none;
  border: none;
  display: block;
  padding: 0;
  transform: none !important;
  position: relative !important;
}

footer .navbar-nav .nav-level-1>.nav-item>.dropdown-toggle {
  margin-bottom: 10px;
}

footer .navbar-nav .nav-level-1>.nav-item>.dropdown-toggle::after {
  content: none;
}

footer .navbar-nav .nav-level-1 .nav-item {
  margin-bottom: 10px;
}

footer .navbar-nav .nav-level-1 .nav-item .dropdown-item {
  color: #fff;
  font-size: 14px;
  line-height: calc(100% + 6px);
  white-space: normal;
  padding: 0;
}

footer .navbar-nav .nav-level-1 .nav-item .dropdown-item.active,
footer .navbar-nav .nav-item .dropdown-item:hover,
footer .navbar-nav .nav-item .dropdown-item:focus {
  background: none;
}

footer .navbar-nav .nav-level-2 li {
  background: url(../image/icon/menu_arrow_white.svg) 0 5px no-repeat;
  background-size: 10px auto;
  padding-left: 18px;
}

/* Footer Bottom **********************************************/
.region-footer-bottom {
  background-color: #107536;
  padding-top: 23px;
  padding-bottom: 27px;
}

.region-footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.section-FooterBottom-left .content,
.section-FooterBottom-right .content {
  display: flex;
  align-items: center;
}

.section-FooterBottom-left .site-logo {
  display: block;
  margin-right: 50px;
}

.section-FooterBottom-left ul {
  display: flex;
}

.section-FooterBottom-left ul li:not(:first-child)::before {
  color: #fff;
  content: '|';
  padding-left: 8px;
  padding-right: 8px;
}

.section-FooterBottom-left ul li a {
  color: #fff;
  font-size: 15px;
}

.section-FooterBottom-right p {
  color: #fff;
  margin-right: 20px;
}

.section-FooterBottom-right .share {
  display: flex;
  column-gap: 15px;
}

/* Homepage ***************************************************/
.paragraph--type--image-carousel>.paragraph__column,
.paragraph--type--highlights>.paragraph__column {
  display: none;
}

/* image Carousel Swiper */
.imageCarouselSwiper::before {
  background: linear-gradient(180deg, rgba(0, 145, 65, 0.00) 0%, rgba(0, 145, 65, 0.60) 75%);
  content: '';
  display: block;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.imageCarouselSwiper .swiper-slide {
  text-align: center;
}

.imageCarouselSwiper .swiper-slide .desktop-image {
  aspect-ratio: 1920 / 950;
  object-fit: cover;
  width: 100%;
}

.imageCarouselSwiper .swiper-slide .mobile-image {
  aspect-ratio: 402 / 550;
  object-fit: cover;
  display: none;
  width: 100%;
}

.imageCarouselSwiper .swiper-pagination-bullets {
  width: auto;
  left: 20px;
  bottom: 50px;
}

.imageCarouselSwiper .swiper-button-next,
.imageCarouselSwiper .swiper-button-prev {
  background: #009141 url(../image/icon/swiper_button_arrow.svg) center center no-repeat;
  color: #fff;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 50px;
  transition: all 0.2s ease;
}

.imageCarouselSwiper .swiper-button-next {
  right: 25px;
}

.imageCarouselSwiper .swiper-button-prev {
  transform: rotate(180deg);
  left: auto;
  right: 80px;
}

.imageCarouselSwiper .swiper-button-next::after,
.imageCarouselSwiper .swiper-button-prev::after {
  content: none;
}

.imageCarouselSwiper .swiper-button-next:hover,
.imageCarouselSwiper .swiper-button-prev:hover {
  background: #C0DE1A url(../image/icon/swiper_button_arrow_hover.svg) center center no-repeat;
}

.imageCarouselSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #FFF;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: .6;
}

.imageCarouselSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #FF7716;
  opacity: 1;
}

/* Highlights Section */
.highlights-section {
  position: relative;
  padding-top: 100px;
}

.highlights-section::before {
  background: url(../image/content/highlights_section_bg.webp) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  left: 66.66%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.highlights-section .content {
  display: flex;
}

.highlights-section .content .left-content {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 50%;
}

.highlights-section .content .left-content h2 {
  color: #005D19;
  font-weight: 600;
  line-height: calc(100% + 10px);
  margin-top: 74px;
  margin-bottom: 50px;
  padding-left: 25px;
}

.highlights-section .content .left-content .left-sub-content {
  background-image: url(../image/content/highlights_left_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1 1 auto;
  width: 100%;
  padding: 50px 75px 50px 25px;
}

.highlightsLeftSwiper {
  height: 100%;
  padding-bottom: 70px;
}

.highlightsLeftSwiper .swiper-slide h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.667;
}

.highlightsLeftSwiper .swiper-slide p {
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
}

.highlightsLeftSwiper .swiper-slide a {
  color: #fff;
}

.highlightsLeftSwiper .swiper-slide a:hover,
.highlightsLeftSwiper .swiper-slide a:focus {
  color: #C0DE1A;
}

.highlightsLeftSwiper .swiper-button-next,
.highlightsLeftSwiper .swiper-button-prev {
  background: #14833E url(../image/icon/swiper_button_arrow.svg) center center no-repeat;
  border: #fff 1px solid;
  color: #fff;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0px;
  transition: all 0.2s ease;
}

.highlightsLeftSwiper .swiper-button-next {
  right: 0px;
}

.highlightsLeftSwiper .swiper-button-prev {
  transform: rotate(180deg);
  left: auto;
  right: 55px;
}

.highlightsLeftSwiper .swiper-button-next::after,
.highlightsLeftSwiper .swiper-button-prev::after {
  content: none;
}

.highlightsLeftSwiper .swiper-button-next:hover,
.highlightsLeftSwiper .swiper-button-prev:hover {
  background: #C0DE1A url(../image/icon/swiper_button_arrow_hover.svg) center center no-repeat;
}

.highlightsLeftSwiper .swiper-pagination-bullets {
  width: auto;
  left: -5px;
  bottom: 0px;
}

.highlightsLeftSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #FFF;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: .6;
}

.highlightsLeftSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #FF7716;
  opacity: 1;
}

.highlights-section .content .right-content {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 75px;
}

.highlightsRightSwiper {
  margin-left: -35px;
}

.highlightsRightSwiper .swiper-slide {
  background-color: #fff;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.highlightsRightSwiper .swiper-slide img {
  border: #D9D9D9 1px solid;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.highlightsRightSwiper .swiper-slide video,
.highlightsRightSwiper .swiper-slide .youtube-container {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.highlightsRightSwiper .swiper-slide .youtube-container {
  margin-bottom: 0;
  padding-bottom: 62.5%;
}

/* News & Events Section */
.paragraph--id--7>.paragraph__column>h2 {
  margin-bottom: 0;
}

.view-block-homepage-news-events {
  background: url(../image/content/news_events_section_bg.webp) no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 100px;
}

.view-block-homepage-news-events .view-header section {
  display: flex;
  gap: 20px;
  max-width: 1490px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.view-block-homepage-news-events .view-header section h2 {
  color: #005D19;
  line-height: calc(100% + 10px);
  margin-bottom: 0;
}

.view-block-homepage-news-events .view-header section a {
  position: relative;
}

.view-block-homepage-news-events .view-header section a:hover,
.view-block-homepage-news-events .view-header section a:focus {
  color: #000;
}

.view-block-homepage-news-events .view-header section a::after {
  background: #F96339 url(../image/icon/btn_arrow_white.svg) center center no-repeat;
  border-radius: 50%;
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  margin-left: 15px;
  transition: all 0.2s ease;
}

.view-block-homepage-news-events .view-header section a:hover::after,
.view-block-homepage-news-events .view-header section a:focus::after {
  background: #C0DE1A url(../image/icon/btn_arrow_black.svg) center center no-repeat;
}

/* News Swiper */
.HomepageNews-Swiper {
  margin-left: 25px;
  padding-bottom: 50px;
}

.HomepageNews-Swiper .swiper-slide {
  width: 100%;
  max-width: 340px;
}

.HomepageNews-Swiper .swiper-slide .new-card {
  border: none;
  border-radius: 0;
}

.HomepageNews-Swiper .swiper-slide .new-card .cover-link {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  inset: 0;
}

.HomepageNews-Swiper .swiper-slide .new-card .card-img-top {
  border-radius: 0;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.HomepageNews-Swiper .swiper-slide .new-card .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.2s ease-in-out;
}

/* .HomepageNews-Swiper .swiper-slide .new-card:hover .card-img-top img,
.HomepageNews-Swiper .swiper-slide .new-card:focus .card-img-top img {
  transform: scale(1.08);
} */

.HomepageNews-Swiper .swiper-slide .new-card .card-body {
  border-bottom: #42B374 3px solid;
  padding: 20px;
  transition: all 0.3s ease;
}

.HomepageNews-Swiper .swiper-slide .new-card:hover .card-body,
.HomepageNews-Swiper .swiper-slide .new-card:focus .card-body {
  background-color: #14833E;
}

.HomepageNews-Swiper .swiper-slide .new-card .card-body .card-tag {
  border: #F96339 1px solid;
  border-radius: 16px;
  color: #F96339;
  display: inline-block;
  line-height: 1.75;
  margin-bottom: 10px;
  padding: 1px 14px;
  transition: all 0.3s ease;
}

.HomepageNews-Swiper .swiper-slide .new-card:hover .card-body .card-tag,
.HomepageNews-Swiper .swiper-slide .new-card:focus .card-body .card-tag {
  border-color: #C0DE1A;
  color: #C0DE1A;
}

.HomepageNews-Swiper .swiper-slide .new-card .card-body .card-text {
  font-size: 18px;
  line-height: 1.667;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.HomepageNews-Swiper .swiper-slide .new-card .card-body .card-text * {
  font-size: 18px;
  line-height: 1.667;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.HomepageNews-Swiper .swiper-slide .new-card:hover .card-body .card-text *,
.HomepageNews-Swiper .swiper-slide .new-card:focus .card-body .card-text * {
  color: #fff;
}

.HomepageNews-Swiper .swiper-slide .new-card .card-body .card-date {
  color: #14833E;
  line-height: 1.1875;
  transition: all 0.3s ease;
}

.HomepageNews-Swiper .swiper-slide .new-card:hover .card-body .card-date,
.HomepageNews-Swiper .swiper-slide .new-card:focus .card-body .card-date {
  border-color: #C0DE1A;
  color: #C0DE1A;
}

.HomepageNews-button {
  max-width: 1490px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}

.HomepageNews-button .swiper-button-next,
.HomepageNews-button .swiper-button-prev {
  background: #14833E url(../image/icon/swiper_button_arrow.svg) center center no-repeat;
  border: #fff 1px solid;
  color: #fff;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0px;
  transition: all 0.2s ease;
}

.HomepageNews-button .swiper-button-next {
  right: 25px;
}

.HomepageNews-button .swiper-button-prev {
  transform: rotate(180deg);
  left: auto;
  right: 80px;
}

.HomepageNews-button .swiper-button-next::after,
.HomepageNews-button .swiper-button-prev::after {
  content: none;
}

.HomepageNews-button .swiper-button-next:hover,
.HomepageNews-button .swiper-button-prev:hover {
  background: #C0DE1A url(../image/icon/swiper_button_arrow_hover.svg) center center no-repeat;
}

/* Programme Information */
.programme-info-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.programme-info-section::before {
  background: url(../image/content/programme_info_section_bg.webp) no-repeat;
  background-size: cover;
  background-position-x: center;
  content: '';
  position: absolute;
  inset: 0;
  top: 47%;
}

.programme-info-section .layout--twocol-section {
  align-items: center;
}

.programme-info-section .layout--twocol-section>.layout__region.column-33 {
  width: 36.625%;
  position: relative;
  z-index: 1;
}

.programme-info-section .layout--twocol-section>.layout__region.column-67 {
  width: 63.375%;
}

.ProgrammeInformation-Section {
  background-color: #966C55;
  padding: 50px 60px;
  margin-bottom: 50px;
}

.ProgrammeInformation-Section h2 {
  color: #fff;
  margin-bottom: 30px;
}

.ProgrammeInformation-Section ul {
  margin-bottom: 50px;
  padding-left: 0;
}

.ProgrammeInformation-Section ul li {
  border-bottom: #CF9E84 1px solid;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: none;
}

.ProgrammeInformation-Section ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  display: block;
  width: 100%;
  padding: 5px 54px 5px 0;
  position: relative;
}

.ProgrammeInformation-Section ul li a::after {
  background: #C0DE1A url(../image/icon/btn_arrow_black.svg) center center no-repeat;
  border-radius: 50%;
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}

.ProgrammeInformation-Section ul li a:hover::after,
.ProgrammeInformation-Section ul li a:focus::after {
  opacity: 1;
}

.ProgrammeInformation-Section .ld-search-form p {
  color: #fff;
  margin-bottom: 0;
}

.ProgrammeInformation-Section .ld-search-form label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
}

.ProgrammeInformation-Section .ld-search-form input {
  background: #895D46 url(../image/icon/search_white.svg) right 10px center no-repeat;
  border: #fff 1px solid;
  color: #fff;
  line-height: 1.1875;
  padding: 13px 46px 13px 18px;
  width: 100%;
}

.ProgrammeInformation-Section .ld-search-form input::placeholder {
  color: #fff;
  opacity: 1;
}

.ProgrammeInformation-Section .ld-search-form p span {
  display: none;
}

.programme-info-section .layout--twocol-section>.layout__region.column-67 .field--type-image {
  margin-left: -150px;
}

/* Admission Information */
.admission-info-section {
  background-color: #EDF1EA;
  padding-bottom: 100px;
  position: relative;
}

.admission-info-section::before {
  background: url(../image/content/admission_info_section_bg.webp) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  inset: 0;
  left: calc(100% - 410px);
}

.admission-info-section .layout--twocol-section {
  width: 100%;
  padding-right: 25px;
}

.admission-info-section .layout--twocol-section>.layout__region.column-33 {
  width: min(35%, 590px);
}

.admission-info-section .layout--twocol-section>.layout__region.column-33 .block,
.admission-info-section .layout--twocol-section>.layout__region.column-33 .block>div,
.admission-info-section .layout--twocol-section>.layout__region.column-33 .block>div>div,
.admission-info-section .layout--twocol-section>.layout__region.column-33 .block>div>div>div,
.admission-info-section .layout--twocol-section>.layout__region.column-33 .block>div>div>div>div {
  height: 100%;
}

.admission-info-section .layout--twocol-section>.layout__region.column-33 .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40%;
}

.admission-info-section .layout--twocol-section>.layout__region.column-67 {
  width: calc(100% - min(35%, 590px));
  background-color: #fff;
}

.paragraph--type--admission-information {
  color: #282828;
  padding: 50px 60px;
}

.paragraph--type--admission-information>.paragraph__column>.field--name-field-title {
  color: #005D19;
  font-size: var(--font-size-lg);
  font-weight: 700;
  line-height: calc(100% + 10px);
  margin-bottom: 20px;
}

.paragraph--type--admission-information>.paragraph__column>.field--name-bp-text {
  line-height: 1.75;
  margin-bottom: 20px;
}

/* .paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(3),
.paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(4) {
  background-color: #F0F0F0;
  float: left;
  height: 200px;
  width: 360px;
  padding: 25px 28px;
  margin-bottom: 50px;
}

.paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(3) {
  margin-right: 20px;
}

.paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(3)>.paragraph,
.paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(4)>.paragraph {
  height: 100%;
}

.paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(3)>.paragraph>.button-text,
.paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(4)>.paragraph>.button-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
} */
/* .paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(3) .field--name-field-title,
.paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(4) .field--name-field-title {
  color: #005D19;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(100% + 10px);
}

.paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(3) .field--name-field-date,
.paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(4) .field--name-field-date {
  font-size: 20px;
  line-height: calc(100% + 10px);
} */

.paragraph--type--admission-information>.paragraph__column>.button-text-item {
  background-color: #F0F0F0;
  float: left;
  height: 150px;
  width: calc(33% - 20px);
  padding: 25px 28px;
  margin-bottom: 20px;
}

.paragraph--type--admission-information>.paragraph__column>.button-text-item {
  margin-right: 20px;
}

.paragraph--type--admission-information>.paragraph__column>.button-text-item>.paragraph {
  height: 100%;
}

.paragraph--type--admission-information>.paragraph__column>.button-text-item>.paragraph>.button-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.paragraph--type--admission-information>.paragraph__column>.button-text-item>.paragraph>.button-text .title,
.paragraph--type--admission-information>.paragraph__column>.button-text-item .field--name-field-title {
  color: #005D19;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(100% + 10px);
}

.paragraph--type--admission-information>.paragraph__column>.button-text-item>.paragraph>.button-text:hover .title,
.paragraph--type--admission-information>.paragraph__column>.button-text-item>.paragraph>.button-text:focus .title {
  color: #F96339;
}

.paragraph--type--admission-information>.paragraph__column>.button-text-item .field--name-field-date {
  font-size: 20px;
  line-height: calc(100% + 10px);
}

.paragraph--type--admission-information>.paragraph__column>.field--name-bp-text~div:last-child {
  clear: both;
  margin-right: 0;
  padding-top: 30px;
}

.paragraph--type--admission-information .paragraph--type--button a {
  background-color: #F96339;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  display: block;
  width: fit-content;
  padding: 8px 10px 8px 28px;
  transition: all 0.3s ease;
}

.paragraph--type--admission-information .paragraph--type--button a::after {
  background: url(../image/icon/btn_arrow_white.svg) right 20px center no-repeat;
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.paragraph--type--admission-information .paragraph--type--button a:hover,
.paragraph--type--admission-information .paragraph--type--button a:focus {
  background-color: #C0DE1A;
  color: #282828;
}

.paragraph--type--admission-information .paragraph--type--button a::after {
  background: url(../image/icon/btn_arrow_white.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
}

.paragraph--type--admission-information .paragraph--type--button a:hover::after,
.paragraph--type--admission-information .paragraph--type--button a:focus::after {
  background: url(../image/icon/btn_arrow_black.svg) center center no-repeat;
}

/* Banner Section ***************************************************/
.Banner-Section .layout__region--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: clamp(500px, 36.5vw, 700px);
  padding: 50px;
  position: relative;
}

.Banner-Section .layout__region--content .block-field-blocknodepagefield-banner .field--name-field-banner {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.Banner-Section .layout__region--content .block-field-blocknodepagefield-banner .field--name-field-banner::before {
  background: linear-gradient(180deg, rgba(0, 145, 65, 0.00) 0%, rgba(0, 145, 65, 0.60) 75%);
  content: '';
  position: absolute;
  inset: 0;
  top: calc(100% - 300px);
}

.Banner-Section .layout__region--content .block-field-blocknodepagefield-banner .field--name-field-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Banner-Section .layout__region--content .field--name-title {
  line-height: 1.172;
  color: #fff;
  margin-bottom: 10px;
}

.Banner-Section .layout__region--content .field--name-field-description {
  color: #fff;
  font-size: 24px;
  line-height: calc(100% + 10px);
  text-align: center;
  max-width: 810px;
}

/* no banner image */
.page-node-64 .Banner-Section .layout__region--content::before {
  background: linear-gradient(180deg, rgba(0, 145, 65, 0.00) 0%, #CBF1DC 75%);
  content: '';
  position: absolute;
  inset: 0;
  top: calc(100% - 196px);
}

.page-node-64 .Banner-Section .layout__region--content {
  align-items: normal;
  padding: 25px;
  height: 400px;
}

.page-node-64 .Banner-Section .layout__region--content .block-field-blocknodepagetitle {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.page-node-64 .Banner-Section .layout__region--content .field--name-title {
  color: #005D19;
  margin-bottom: 0;
}

/* Introduction ***************************************************/
/* About SES */
.about-ses-section {
  background: #fff url(../image/content/about_ses_section_bg.webp) center bottom no-repeat;
  background-size: 100% auto;
  color: #282828;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-ses-section h2 {
  margin-bottom: 0;
}

.about-ses-section .block-field-blockparagraphtext-two-columnbp-header {
  color: #005D19;
  font-size: var(--font-size-lg);
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
  margin-bottom: 50px;
}

.about-ses-section .layout--twocol-section {
  align-items: center;
  margin-bottom: 50px;
}

.about-ses-section .layout--twocol-section>.layout__region {
  width: 50%;
}

.about-ses-section .layout--twocol-section>.layout__region--first {
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content {
  background: url(../image/content/about_ses_content_bg.webp) no-repeat;
  background-size: cover;
  color: #fff;
  max-width: 860px;
  margin-left: auto;
  padding: 60px 70px;
}

.about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content>div:not(:last-child) {
  margin-bottom: 40px;
}

.about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content .stat-item {
  display: flex;
}

.about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content .stat-item .counter {
  font-size: 70px;
  font-weight: 700;
  line-height: calc(100% + 12px);
  flex: 0 0 auto;
}

.about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content .stat-item .counter-plus {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.167;
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 30px;
}

.about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content .stat-item .stat-description {
  font-size: 18px;
  line-height: 1.667;
  flex: 1 1 auto;
}

.about-ses-section .layout--twocol-section>.layout__region--second .field--name-bp-image-field {
  margin-left: -29.96%;
}

.about-ses-section .layout--twocol-section>.layout__region--second .field--name-bp-image-field img {
  width: 100%;
}

.about-ses-section .block-field-blockparagraphtext-two-columnbp-column-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  max-width: 1490px;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.about-ses-section .block-field-blockparagraphtext-two-columnbp-column-content .paragraph--type--bp-columns {
  flex: 0 0 auto;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.about-ses-section .block-field-blockparagraphtext-two-columnbp-column-content .stat-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-ses-section .block-field-blockparagraphtext-two-columnbp-column-content .stat-item .counter {
  color: #009141;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.167;
  flex: 0 0 auto;
}

.about-ses-section .block-field-blockparagraphtext-two-columnbp-column-content .stat-item .counter-plus {
  color: #F96339;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.167;
  flex: 0 0 auto;
  padding-left: 10px;
}

.about-ses-section .block-field-blockparagraphtext-two-columnbp-column-content .stat-item .stat-description {
  text-align: center;
  max-width: 400px;
}

/* Areas */
.areas-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.areas-section .paragraph__column>h2 {
  color: #005D19;
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
  margin-bottom: 50px;
}

.areas-section .nav-tabs {
  border-bottom: none;
  flex-wrap: nowrap;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto 50px;
  padding-bottom: 10px;
}

.areas-section .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #282828;
  font-size: 20px;
  line-height: 1.5;
  max-width: calc(100% - 30px);
  flex: 0 0 auto;
  padding: 3px 30px 2px;
  position: relative;
}

.areas-section .nav-tabs .nav-link:not(:first-child) {
  border-left: #D6D6D6 1px solid;

}

.areas-section .nav-tabs .nav-link:hover,
.areas-section .nav-tabs .nav-link:focus {
  color: #009141;
}

.areas-section .nav-tabs .nav-link.active {
  color: #009141;
  font-weight: 500;
}

.areas-section .nav-tabs .nav-link.active::after {
  background-color: #009141;
  content: '';
  height: 2px;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -10px;
}

.areas-section .tab-pane .paragraph--type--text-two-column .layout--twocol-section {
  justify-content: space-between;
}

.areas-section .tab-pane .paragraph--type--text-two-column .layout--twocol-section>.layout__region {
  width: calc(50% - 40px);
}

.areas-section .tab-pane .tab-title {
  display: none;
}

.areas-section .paragraph.paragraph--type--bp-tabs .tab-content .paragraph>.paragraph__column {
  padding: 0;
}

.areas-section .tab-content .paragraph--type--bp-simple {
  line-height: 1.75;
}

.areas-section .tab-content .paragraph--type--bp-simple>.paragraph__column>.field>*:last-child {
  margin-bottom: 0;
}

.areas-section .tab-content .paragraph--type--bp-simple p {
  margin-bottom: 28px;
}

.areas-section .tab-content .paragraph--type--bp-image img {
  width: 100%;
}

/* Introduction Programmes */
.IntroductionProgrammes {
  /* background-image: url(../image/content/intro_programmes_bg.webp), linear-gradient(to right, #fff 0%, #fff 565px, #EDF1EA 565px, #EDF1EA 100%);
  background-size: 565px auto, 100% 100%; */
  background-image: linear-gradient(to right, #fff 0%, #fff 565px, #EDF1EA 565px, #EDF1EA 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 70px;
}

.IntroductionProgrammes .paragraph__column {
  display: flex;
  align-items: self-start;
}

.IntroductionProgrammes .paragraph__column nav {
  background-color: #009141;
  flex: 0 0 auto;
  width: 540px;
  padding: 50px 60px;
  position: sticky;
  top: 160px;
  z-index: 2;
}

.IntroductionProgrammes .paragraph__column nav::before {
  background-image: url(../image/content/intro_programmes_bg.webp);
  background-size: cover;
  content: '';
  display: block;
  width: 565px;
  height: calc(50% + 100px);
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -2;
}

.IntroductionProgrammes .paragraph__column nav::after {
  background-color: #009141;
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
}

.IntroductionProgrammes .paragraph__column nav h2 {
  color: #fff;
  margin-bottom: 30px;
}

.IntroductionProgrammes .paragraph__column nav .nav-tabs {
  border-bottom: none;
  display: block;
}

.IntroductionProgrammes .paragraph__column nav .nav-tabs .nav-link {
  border-width: 0 0 1px 0 !important;
  border-bottom: #2FCC75 1px solid;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  width: 100%;
  padding: 20px 44px 20px 0;
  position: relative;
}

.IntroductionProgrammes .paragraph__column nav .nav-tabs .nav-link.active,
.IntroductionProgrammes .paragraph__column nav .nav-tabs .nav-link:hover,
.IntroductionProgrammes .paragraph__column nav .nav-tabs .nav-link:focus {
  border-bottom: #2FCC75 1px solid;
  background: none;
}

.IntroductionProgrammes .paragraph__column nav .nav-tabs .nav-link::after {
  background: url(../image/icon/btn_arrow_white.svg) center center no-repeat;
  border: #fff 1px solid;
  border-radius: 50%;
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s ease;
}

.IntroductionProgrammes .paragraph__column nav .nav-tabs .nav-link:hover::after,
.IntroductionProgrammes .paragraph__column nav .nav-tabs .nav-link:focus::after {
  opacity: 1;
}

.IntroductionProgrammes .paragraph__column nav .nav-tabs .nav-link:first-child {
  display: none;
}

.IntroductionProgrammes .paragraph.paragraph--type--bp-tabs .tab-content .paragraph>.paragraph__column {
  padding-top: 0;
}

.IntroductionProgrammes .paragraph__column .tab-content {
  flex: 1 1 auto;
  width: calc(100% - 540px);
  padding-left: 60px;
}

.IntroductionProgrammes .paragraph__column .tab-content .tab-title {
  color: #005D19;
  font-size: 30px;
  line-height: 64px;
  margin-bottom: 30px;
}

.IntroductionProgrammes .paragraph__column .tab-content .view-header .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.view-block-introduction-programmes-list {
  margin-bottom: 30px;
}

.view-block-introduction-programmes-list .views-row:not(:last-child) {
  margin-bottom: 20px;
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab {
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab:hover,
.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab:focus {
  background-color: #14833E;
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .card-img {
  border-radius: 0;
  flex: 0 0 auto;
  width: min(35%, 300px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab:hover .card-img img,
.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab:focus .card-img img {
  transform: scale(1.08);
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .card-body {
  flex: 1 1 auto;
  width: calc(100% - min(35%, 300px));
  padding: 30px 70px 30px 25px;
  position: relative;
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .card-body::before {
  background: #C0DE1A url(../image/icon/btn_arrow_black.svg) center center no-repeat;
  border-radius: 50%;
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  right: 25px;
  top: 30px;
  z-index: 1;
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .card-title {
  color: #005D19;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab:hover .card-title,
.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab:focus .card-title {
  color: #fff;
}

.IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .cover-link {
  text-indent: -9999px;
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* People ***************************************************/
.block-views-blockdata-taxonomy-sdgs-block-1 {
  display: none;
}

.people-staff-section {
  margin-bottom: 80px;
}

.people-staff-section h2 {
  color: #005D19;
  text-align: center;
  margin-bottom: 50px;
}

.people-staff-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding-left: 0;
}

.people-staff-section ul li {
  list-style: none;
}

.people-staff-section ul li a {
  border: #CECECE 1px solid;
  border-radius: 20px;
  color: #282828;
  line-height: 1.875;
  display: block;
  padding: 4px 20px;
}

.people-staff-section ul li a:hover,
.people-staff-section ul li a:focus {
  background-color: #C0DE1A;
}

[class*="block-views-blockblock-people-list-block-"]:not(:last-child) {
  margin-bottom: 40px;
}

.view-block-people-list .view-header h2 {
  border-bottom: #009141 1px solid;
  font-size: 30px;
  line-height: 1.1667;
  overflow-wrap: break-word;
  margin-bottom: 0;
  padding-right: 35px;
  padding-bottom: 15px;
  position: relative;
}

.view-block-people-list .view-header h2::before,
.view-block-people-list .view-header h2::after {
  background-color: #009141;
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 16.5px;
  transition: all 0.2s ease;
}

.view-block-people-list .view-header[aria-expanded="false"] h2::before {
  transform: rotate(-90deg);
}

.view-block-people-list>div>.card {
  background: none;
  border: none;
  border-radius: 0;
  padding: 30px 0 40px;
}

.view-block-people-list>div>.card>.row {
  --bs-gutter-x: 28px;
  row-gap: 30px;
}

.view-block-people-list>div>.card>.row>.views-row>.views-field,
.view-block-people-list>div>.card>.row>.views-row>.views-field>.field-content {
  height: 100%;
}

.view-block-people-list .card-people {
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  transition: all 0.2s ease;
}

.view-block-people-list .card-people:hover,
.view-block-people-list .card-people:focus {
  background-color: #14833E;
}

.view-block-people-list .card-people .card-content {
  display: flex;
}

.view-block-people-list .card-people:not(.card-people-2) .card-content::before {
  background-color: #42B374;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: 150px;
  right: 0;
  bottom: 0;
}

.view-block-people-list .card-people .card-content .card-img {
  background-color: #E3E3E3;
  flex: 0 0 auto;
  width: 150px;
  height: 200px;
}

.view-block-people-list .card-people .card-content .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.view-block-people-list .card-people .card-content .card-body {
  color: #282828;
  padding: 30px 30px 15px;
  transition: all 0.2s ease;
}

.view-block-people-list .card-people:hover .card-body,
.view-block-people-list .card-people:focus .card-body {
  color: #fff;
}

.view-block-people-list .card-people .card-content .card-body .card-title {
  color: #005D19;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 10px;
}

.view-block-people-list .card-people:hover .card-body .card-title,
.view-block-people-list .card-people:focus .card-body .card-title {
  color: #C0DE1A;
}

.view-block-people-list .card-people .card-content .card-body .card-text {
  line-height: 1.5;
}

.view-block-people-list .card-people-2 .card-content {
  display: block;
}

.view-block-people-list .card-people-2 .card-content .card-body {
  border-bottom: none;
  padding: 20px;
}

.view-block-people-list .card-people-2 .card-content .card-body::after {
  clear: both;
  content: '';
  display: block;
}

.view-block-people-list .card-people-2 .card-content .card-body .card-text {
  margin-bottom: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.view-block-people-list .card-people-2 .card-content .card-body .card-email {
  background: url(../image/icon/people_email_brown.svg) left center no-repeat;
  line-height: 1.1875;
  margin-bottom: 12px;
  padding-left: 26px;
}

.view-block-people-list .card-people-2 .card-content .card-body .card-email a {
  color: #282828;
}

.view-block-people-list .card-people-2 .card-content .card-body .card-email a:hover,
.view-block-people-list .card-people-2 .card-content .card-body .card-email a:focus {
  color: #14833E;
}

.view-block-people-list .card-people-2 .card-content .card-body .card-tel {
  background: url(../image/icon/people_phone_brown.svg) left center no-repeat;
  line-height: 1.1875;
  float: left;
  width: 50%;
  padding-left: 26px;
}

.view-block-people-list .card-people-2 .card-content .card-body .card-office {
  background: url(../image/icon/people_location_brown.svg) left center no-repeat;
  line-height: 1.1875;
  float: left;
  width: 50%;
  padding-left: 26px;
}

/* people detail */
.modal-body .people-detail {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.modal-body .people-detail .people-detail-left {
  background: url(../image/content/people_detail_modalbg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  flex: 0 0 auto;
  width: 320px;
  padding: 40px;
}

.modal-body .people-detail .people-detail-left .people-detail-images {
  background-color: #FAFAFA;
  max-width: 240px;
  margin: 0 auto 30px;
}

.modal-body .people-detail .people-detail-left .people-detail-images img {
  width: 100%;
}

.modal-body .people-detail .people-detail-left .people-detail-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.167;
  margin-bottom: 10px;
}

.modal-body .people-detail .people-detail-left .people-detail-tags {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #42B374 2px solid;
}

.modal-body .people-detail .people-detail-left .people-detail-email {
  background: url(../image/icon/people_email.svg) left center no-repeat;
  height: 19px;
  margin-bottom: 15px;
  padding-left: 26px;
}

.modal-body .people-detail .people-detail-left .people-detail-email a {
  color: #fff;
}

.modal-body .people-detail .people-detail-left .people-detail-email a:hover,
.modal-body .people-detail .people-detail-left .people-detail-email a:focus {
  color: #C0DE1A;
}

.modal-body .people-detail .people-detail-left .people-detail-tel {
  background: url(../image/icon/people_phone.svg) left center no-repeat;
  height: 19px;
  margin-bottom: 15px;
  padding-left: 26px;
}

.modal-body .people-detail .people-detail-left .people-detail-office {
  background: url(../image/icon/people_location.svg) left center no-repeat;
  height: 19px;
  padding-left: 26px;
}

.modal-body .people-detail .people-detail-left .people-detail-individual-link a {
  background-color: #C0DE1A;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  display: block;
  margin-top: 30px;
  padding: 12px 20px;
}

.modal-body .people-detail .people-detail-left .people-detail-individual-link a:hover,
.modal-body .people-detail .people-detail-left .people-detail-individual-link a:focus {
  background-color: #F96339;
  color: #fff;
}

.modal-body .people-detail .people-detail-left .people-detail-individual-link a::before {
  background: url(../image/icon/btn_arrow_black.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
  transition: all 0.2s ease;
}

.modal-body .people-detail .people-detail-left .people-detail-individual-link a:hover::before,
.modal-body .people-detail .people-detail-left .people-detail-individual-link a:focus::before {
  background: url(../image/icon/btn_arrow_white.svg) center center no-repeat;
}

.modal-body .people-detail .people-detail-right {
  flex: 1 1 auto;
  width: calc(100% - 320px);
  padding: 40px;
}

.modal-body .people-detail .people-detail-right .people-detail-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(100% + 10px);
  margin-bottom: 30px;
}

.modal-body .people-detail .people-detail-right h3 {
  color: #005D19;
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.modal-body .people-detail .people-detail-right p {
  color: #282828;
}

.modal-body .people-detail .people-detail-right .people-detail-research-interests {
  width: 50%;
  float: left;
  padding-right: 30px;
  margin-bottom: 30px;
}

.modal-body .people-detail .people-detail-right .people-detail-teaching-areas {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.modal-body .people-detail .people-detail-right .people-detail-research-interests ul,
.modal-body .people-detail .people-detail-right .people-detail-teaching-areas ul {
  margin-left: 22px;
  padding-left: 0;
}

.modal-body .people-detail .people-detail-right .people-detail-research-interests ul li,
.modal-body .people-detail .people-detail-right .people-detail-teaching-areas ul li {
  list-style: disc;
  color: #282828;
}

.modal-body .people-detail .people-detail-right .people-detail-self-introduction {
  clear: both;
  margin-bottom: 30px;
}

.modal-body .people-detail .people-detail-right .people-detail-sdgs-text-area {
  margin-bottom: 20px;
}

.modal-body .people-detail .people-detail-right .people-detail-sdgs-text-area p {
  color: #606060;
  font-size: 14px;
  line-height: calc(100% + 10px);
}

.modal-body .people-detail .people-detail-right .sdgs-icons-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.modal-body .people-detail .people-detail-right .sdgs-icons-list .sdgs-icon-item {
  flex: 0 0 auto;
  width: 100px;
}

/* modal  */
.modal-backdrop.show {
  opacity: .7;
}

.modal-xl {
  --bs-modal-width: 1280px;
  width: calc(100% - 40px);
}

.modal-content .btn-close {
  background: #F96339 url(../image/icon/btn_close.svg) center center no-repeat;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  opacity: 1;
  position: absolute;
  right: -15px;
  top: -13px;
  z-index: 1;
  transition: all 0.2s ease;
}

.modal-content .btn-close:hover,
.modal-content .btn-close:focus {
  background: #C0DE1A url(../image/icon/btn_close_black.svg) center center no-repeat;
}

.modal-content .modal-body {
  padding: 0;
}

/* modal end  */

/* Programmes ***************************************************/
.view-block-programmes-list {
  padding-top: 100px;
  padding-bottom: 50px;
}

.view-block-programmes-list .view-header {
  float: left;
}

.view-block-programmes-list .view-header .title {
  color: #005D19;
  font-size: var(--font-size-lg);
  font-weight: 500;
  line-height: calc(100% + 10px);
  margin-bottom: 50px;
}

.view-block-programmes-list .view-filters {
  display: flex;
  align-items: center;
  float: right;
}

.view-block-programmes-list .view-filters::before {
  content: 'Course Search';
  font-size: 18px;
  line-height: 1.167;
  display: block;
  margin-right: 30px;
}

[lang="TC"] .view-block-programmes-list .view-filters::before {
  content: '搜尋課程';
}

[lang="sc"] .view-block-programmes-list .view-filters::before {
  content: '搜寻课程';
}

.view-block-programmes-list .views-exposed-form {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
}

.view-block-programmes-list .views-exposed-form .form--inline {
  display: flex;
}

.view-block-programmes-list .views-exposed-form label {
  display: none;
}

.view-block-programmes-list .views-exposed-form .form-item,
.view-block-programmes-list .views-exposed-form .form-actions {
  margin: 0;
}

.view-block-programmes-list .views-exposed-form .form-text {
  border: none;
  border-radius: 0;
  color: #282828;
  width: 456px;
}

.view-block-programmes-list .views-exposed-form .form-text::placeholder {
  color: #282828;
}

.view-block-programmes-list .views-exposed-form .form-submit {
  background: url(../image/icon/search_orange.svg) center center no-repeat;
  border: none;
  color: #000;
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 36px;
  overflow: hidden;
  padding: 0;
}

.view-block-programmes-list .views-exposed-form .form-submit:hover,
.view-block-programmes-list .views-exposed-form .form-submit:focus {
  background: url(../image/icon/search_lightgreen.svg) center center no-repeat;
}

.view-block-programmes-list .view-content {
  border-top: #009141 1px solid;
  clear: both;
  padding-top: 50px;
}

.view-block-programmes-list .view-content>.views-infinite-scroll-content-wrapper>.views-row:not(:last-child) {
  border-bottom: #909090 1px solid;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.card-programmes {
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: row;
}

.card-programmes .card-img {
  flex: 0 0 auto;
  width: 40%;
  max-width: 460px;
}

.card-programmes .card-img img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.card-programmes .card-body {
  color: #282828;
  font-size: 18px;
  line-height: 1.167;
  padding: 0 0 0 50px;
}

.card-programmes .card-tags {
  background-color: #E1E1E1;
  border-radius: 4px;
  line-height: 1.1875;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 12px 7px;
}

.card-programmes .card-tags .item-list ol {
  margin-bottom: 0;
  padding-left: 0;
}

.card-programmes .card-tags .item-list ol li {
  list-style: none;
  margin: 0;
}

.card-programmes .card-title {
  color: #005D19;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(100% + 10px);
  margin-bottom: 30px;
}

.card-programmes .card-title a {
  color: #005D19;
  display: inline-block;
}

.card-programmes .card-title a:hover,
.card-programmes .card-title a:focus {
  color: #F96339;
}

.card-programmes .card-title.no-link a {
  pointer-events: none;
}

.card-programmes .card-programme-short-name {
  font-weight: 500;
  margin-bottom: 10px;
}

.card-programmes .card-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.card-programmes .card-content .card-eduhk-programme-code~.card-eduhk-programme-code {
  border-left: #D6D6D6 1px solid;
  margin-left: 20px;
  padding-left: 20px;
}

.card-programmes .card-button {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}


.card-programmes .card-button .card-Leaflet {
  background-color: #009141;
  color: #fff;
  text-align: center;
  line-height: 1.167;
  display: block;
  width: 137px;
  padding: 12px 12px 11px;
}




.card-programmes .card-button .card-Leaflet:hover,
.card-programmes .card-button .card-Leaflet:focus {
  background-color: #C0DE1A;
  color: #282828;
}

.card-programmes .card-button .card-video-link ul {
  margin-bottom: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.card-programmes .card-button .card-video-link ul li:first-child,
.card-programmes .card-button .card-video-link ul li:first-child a {
  margin-left: 0px;
}

.card-programmes .card-button .card-video-link ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.card-programmes .card-button .card-video-link ul li a {
  color: #fff;
  position: relative;
  list-style: none;
  background-color: #009141;
  color: #fff;
  text-align: center;
  line-height: 1.167;
  display: block;
  /* width: 160px; */
  padding: 12px 12px 11px;
  margin-bottom: 0;
}

.card-programmes .card-button .card-video-link ul li a::before {
  background: url(../image/icon/programmes_video.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  transition: all 0.2s ease;
}

.card-programmes .card-button .card-video-link ul li a:hover,
.card-programmes .card-button .card-video-link ul li a:focus {
  background-color: #C0DE1A;
  color: #282828;
}

.card-programmes .card-button .card-video-link ul li a:hover::before,
.card-programmes .card-button .card-video-link ul li a:focus::before {
  background: url(../image/icon/programmes_video_black.svg) center center no-repeat;
}

.card-programmes .card-button .card-Leaflet {
  position: relative;
  transition: all 0.2s ease;
}

.card-programmes .card-button .card-Leaflet .media--type-pdf {
  position: absolute;
  inset: 0;
}

.card-programmes .card-button .card-Leaflet .media--type-pdf .file--application-pdf a {
  background: transparent;
  width: 100%;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  inset: 0;
}

.card-programmes .card-button .card-Leaflet .media--type-pdf .file--application-pdf a::before {
  content: none;
}

.card-programmes .card-button .card-Leaflet::before {
  background: url(../image/icon/programmes_leaflet.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: top;
  transition: all 0.2s ease;
}

.card-programmes .card-button .card-Leaflet:hover::before,
.card-programmes .card-button .card-Leaflet:focus::before {
  background: url(../image/icon/programmes_leaflet_black.svg) center center no-repeat;
}

.card-programmes .card-button .card-apply-link {
  background-color: #F96339;
  color: #fff;
  text-align: center;
  line-height: 1.167;
  display: block;
  width: 160px;
  padding: 12px 12px 11px;
}

.card-programmes .card-button .card-apply-link:hover,
.card-programmes .card-button .card-apply-link:focus {
  background-color: #C0DE1A;
  color: #282828;
}

.card-programmes .card-button .card-apply-link::before {
  background: url(../image/icon/btn_arrow_white.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  transition: all 0.2s ease;
}

.card-programmes .card-button .card-apply-link:hover::before,
.card-programmes .card-button .card-apply-link:focus::before {
  background: url(../image/icon/btn_arrow_black.svg) center center no-repeat;
}

.programmes-list-notes {
  padding-bottom: 100px;
}

.programmes-list-notes .field--name-bp-text>:last-child {
  margin-bottom: 0;
}

/* Programmes Detail ***************************************************/
/* programme */
.page-node-type-programmes .block-field-blocknodeprogrammesfield-programme-code-aims-body,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-programme-structure-curric,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-medium-of-instructions-bod,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-tuition-fee-scholarship-bo,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-course-outlines-body,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-student-corner-body,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-programme-enquiries-body {
  display: none;
}

.page-node-type-programmes main {
  color: #282828;
  margin-top: 230px;
}

.page-node-type-programmes main #block-i2-theme-content {
  padding-bottom: 100px;
}

.page-node-type-programmes main .node--type-programmes .node__content {
  overflow: hidden;
}

.page-node-type-programmes .node__content>.container>.layout__region--content {
  padding: 0;
}

.page-node-type-programmes .field--name-field-programme-short-name {
  color: #F96339;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 20px
}

.page-node-type-programmes .block-field-blocknodeprogrammestitle {
  padding-bottom: 50px;
}

.page-node-type-programmes .block-field-blocknodeprogrammestitle h1 {
  color: #005D19;
  font-size: var(--font-size-lg);
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}

.page-node-type-programmes .block-field-blocknodeprogrammestitle h1::before {
  background: linear-gradient(180deg, rgba(203, 241, 220, 0.00) 0%, #CBF1DC 75%);
  content: '';
  position: absolute;
  left: -25px;
  right: -25px;
  top: 50%;
  bottom: -100px;
  z-index: -1;
  left: -25px;
  right: -25px;
}

.page-node-type-programmes .node-programme-info {
  align-items: center;
  margin-bottom: 50px;
}

.page-node-type-programmes .node-programme-info .layout__region {
  flex: 0 0 auto;
  width: 50%;
}

.page-node-type-programmes .node-programme-info .field--name-field-images {
  margin-right: -40px;
}

.page-node-type-programmes .node-programme-info .field--name-field-images img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.page-node-type-programmes .node-programme-info .layout__region--second {
  background-color: #029143;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 22px 15px;
  position: relative;
}

/* .page-node-type-programmes .node-programme-info .layout__region--second::before {
  background-color: #0FB058;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
} */

.page-node-type-programmes .node-programme-info .layout__region--second::after {
  background-color: #0FB058;
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 35px;
  bottom: 35px;
}

.page-node-type-programmes .node-programme-info .layout__region--second>.block {
  text-align: center;
  flex: 0 0 auto;
  width: 50%;
  padding: 45px 20px;
}

.page-node-type-programmes .node-programme-info .layout__region--second>.block:first-child,
.page-node-type-programmes .node-programme-info .layout__region--second>.block:nth-child(2) {
  border-bottom: #0FB058 1px solid;
}

.page-node-type-programmes .node-programme-info .layout__region--second>.block .field__label {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(100% + 10px);
  margin-bottom: 20px;
}

.page-node-type-programmes .node-programme-info .layout__region--second>.block .field--name-field-study-mode .field__label::before {
  background: url(../image/icon/node_programmes_study.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 24px;
  height: 28px;
  margin-right: 10px;
  vertical-align: top;
}

.page-node-type-programmes .node-programme-info .layout__region--second>.block .field--name-field-normal-period-study .field__label::before {
  background: url(../image/icon/node_programmes_period.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 24px;
  height: 28px;
  margin-right: 10px;
  vertical-align: top;
}

.page-node-type-programmes .node-programme-info .layout__region--second>.block .field--name-field-jupas-code .field__label::before,
.page-node-type-programmes .node-programme-info .layout__region--second>.block .field--name-field-eduhk-programme-code .field__label::before {
  background: url(../image/icon/node_programmes_code.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  vertical-align: top;
}

.page-node-type-programmes .node-programme-info .layout__region--second>.block .field__item {
  font-size: 30px;
  line-height: 1;
}

.page-node-type-programmes .node-programme-enquiry {
  margin-bottom: 50px;
}

.page-node-type-programmes .node-programme-enquiry .layout__region {
  flex: 0 0 auto;
  width: 50%;
}

.page-node-type-programmes .field--name-field-button-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.page-node-type-programmes .field--name-field-button-link .field__item {
  margin-bottom: 20px;
  margin-right: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
}

.page-node-type-programmes .field--name-field-button-link .field__item .link-title {
  position: relative;
  color: #fff;
  padding: 12px 12px 11px;
  font-size: 18px;
  line-height: 1.167;
  background-color: #F96339;
  display: block;
}

.page-node-type-programmes .field--name-field-button-link .field__item .link-title::before {
  background: url(/themes/custom/i2_theme/image/icon/btn_arrow_white.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  transition: all 0.2s ease;
}

.page-node-type-programmes .field--name-field-button-link .field__item:hover .link-title::before {
  background: url(/themes/custom/i2_theme/image/icon/btn_arrow_black.svg) center center no-repeat;
}

.page-node-type-programmes .field--name-field-button-link .field__item:hover .link-title {
  background-color: #C0DE1A;
  color: #282828;
}

.page-node-type-programmes .field--name-field-button-link .field__item a {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  inset: 0;
}

.page-node-type-programmes .node-programme-enquiry .layout__region--first {
  font-size: 18px;
  line-height: 1.167;
}

.page-node-type-programmes .node-programme-enquiry .layout__region--first>*:not(:last-child) {
  margin-bottom: 30px;
}

.page-node-type-programmes .node-programme-enquiry .layout__region--first>.block-block-content {
  width: 100%;
  margin-bottom: 0;
}

.page-node-type-programmes .node-programme-enquiry .admission-html>*::before {
  content: 'Admissions Enquiry :';
  display: inline-block;
  padding-right: 5px;
}

[lang="TC"] .page-node-type-programmes .node-programme-enquiry .admission-html>*::before {
  content: '入學查詢 :';
}

[lang="sc"] .page-node-type-programmes .node-programme-enquiry .admission-html>*::before {
  content: '入学查询 :';
}

.page-node-type-programmes .node-programme-enquiry .programme-html>*::before {
  content: 'Programme Enquiry :';
  display: inline-block;
  padding-right: 5px;
}

[lang="TC"] .page-node-type-programmes .node-programme-enquiry .programme-html>*::before {
  content: '課程查詢 :';
}

[lang="sc"] .page-node-type-programmes .node-programme-enquiry .programme-html>*::before {
  content: '课程查询 :';
}

.page-node-type-programmes .node-programme-enquiry .programme-leader-html>*::before {
  content: 'Programme Leader :';
  display: inline-block;
  padding-right: 5px;
}

[lang="TC"] .page-node-type-programmes .node-programme-enquiry .programme-leader-html>*::before {
  content: '課程主任 :';
}

[lang="sc"] .page-node-type-programmes .node-programme-enquiry .programme-leader-html>*::before {
  content: '课程主任 :';
}

.page-node-type-programmes .node-programme-enquiry .admission-html>*:not(:first-child)::before,
.page-node-type-programmes .node-programme-enquiry .programme-html>*:not(:first-child)::before,
.page-node-type-programmes .node-programme-enquiry .programme-leader-html>*:not(:first-child)::before {
  opacity: 0;
}

.page-node-type-programmes .node-programme-enquiry .admission-html>*:not(:last-child),
.page-node-type-programmes .node-programme-enquiry .programme-html>*:not(:last-child),
.page-node-type-programmes .node-programme-enquiry .programme-leader-html>*:not(:last-child) {
  margin-bottom: 10px;
}

.page-node-type-programmes .node-programme-enquiry .admission-html .admission-enquriy a,
.page-node-type-programmes .node-programme-enquiry .programme-html .programme-email a,
.page-node-type-programmes .node-programme-enquiry .programme-leader-html .programme-leader-email a,
.page-node-type-programmes .node-programme-enquiry .field--name-field-leafet a {
  color: #005D19;
  text-decoration: underline;
}

.page-node-type-programmes .node-programme-enquiry .admission-html .admission-enquriy a:hover,
.page-node-type-programmes .node-programme-enquiry .admission-html .admission-enquriy a:focus,
.page-node-type-programmes .node-programme-enquiry .programme-html .programme-email a:hover,
.page-node-type-programmes .node-programme-enquiry .programme-html .programme-email a:focus,
.page-node-type-programmes .node-programme-enquiry .programme-leader-html .programme-leader-email a:hover,
.page-node-type-programmes .node-programme-enquiry .programme-leader-html .programme-leader-email a:focus,
.page-node-type-programmes .node-programme-enquiry .field--name-field-leafet a:hover,
.page-node-type-programmes .node-programme-enquiry .field--name-field-leafet a:focus {
  color: #F96339;
}

.page-node-type-programmes .node-programme-enquiry .field--name-field-leafet::before {
  content: 'Leaflet';
  color: #005D19;
  font-size: calc(var(--font-size-md) + 2px);
  font-weight: 500;
  line-height: 1.167;
  display: block;
  margin-bottom: 10px;
}

[lang="TC"] .page-node-type-programmes .node-programme-enquiry .field--name-field-leafet::before {
  content: '課程小冊子';
}

[lang="sc"] .page-node-type-programmes .node-programme-enquiry .field--name-field-leafet::before {
  content: '课程小册子';
}

.page-node-type-programmes .node-programme-enquiry .field--name-field-leafet .field__label {
  display: none;
}

.page-node-type-programmes .node-programme-enquiry .layout__region--second {
  padding-left: 40px;
}

.page-node-type-programmes .field--name-field-scholarship,
.page-node-type-programmes .node-programme-enquiry .field--name-field-leafet {
  margin-bottom: 40px;
}

.page-node-type-programmes .node-programme-enquiry h2,
.page-node-type-programmes .field--name-field-scholarship .field__label {
  color: #005D19;
  font-size: calc(var(--font-size-md) + 2px);
  font-weight: 500;
  line-height: 1.167;
  margin-bottom: 30px;
}

.page-node-type-programmes .node-programme-enquiry .field--name-field-medium-of-instructions .field__label {
  color: #005D19;
  font-size: calc(var(--font-size-md) + 2px);
  font-weight: 500;
  line-height: 1.167;
  margin-bottom: 10px;
}

.page-node-type-programmes .field--name-field-scholarship .field__items .field__item:not(:last-child) {
  margin-bottom: 30px;
}

.page-node-type-programmes .field--name-field-scholarship .field__items .field__item a {
  color: #282828;
  font-size: 18px;
  line-height: 1.167;
  display: block;
  padding: 3px 0 3px 38px;
  position: relative;
}

.page-node-type-programmes .field--name-field-scholarship .field__items .field__item a:hover,
.page-node-type-programmes .field--name-field-scholarship .field__items .field__item a:focus {
  color: #F96339;
}

.page-node-type-programmes .field--name-field-scholarship .field__items .field__item a::before {
  background: #C0DE1A url(../image/icon/btn_arrow_black_12px.svg) center center no-repeat;
  border-radius: 50%;
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.page-node-type-programmes .field--name-field-scholarship .field__items .field__item:nth-child(even) a::before {
  background-color: #75CC9C;
}

.page-node-type-programmes .programme-tab-section {
  border-top: #909090 1px solid;
  padding-top: 50px;
  margin-bottom: 100px;
}

.page-node-type-programmes .programme-tab-section #ProgrammeTab {
  border-bottom: none;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 80px;
}

.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item {
  width: 204px;
  flex: 0 0 auto;
  padding: 0 15px;
}

.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item:not(:last-child) {
  border-right: #D6D6D6 1px solid;
}

.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item .nav-link,
.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item .nav-link.active {
  border: none;
  border-radius: 0;
  background: no-repeat;
}

.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item .nav-link {
  color: #282828;
  font-size: 20px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding: 0;
  position: relative;
}

.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item .nav-link::after {
  background-color: #009141;
  content: '';
  display: block;
  height: 4px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
}

.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item .nav-link:hover,
.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item .nav-link:focus {
  color: #005D19;
}

.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item .nav-link.active {
  color: #005D19;
  font-weight: 500;
}

.page-node-type-programmes .programme-tab-section #ProgrammeTab .nav-item .nav-link.active::after {
  opacity: 1;
}

/* .page-node-type-programmes .programme-tab-section .tab-content {
  min-height: 200px;
} */
.page-node-type-programmes .programme-tab-section .tab-content .tab-pane>:last-child {
  margin-bottom: 0;
}

/* Research Choose ***************************************************/
/* Research Output */
.page-node-41 .node--type-page .node__content>.layout:nth-child(2)>:last-child {
  padding-bottom: 0 !important;
}

.page-node-41 .node--type-page .node__content>.layout:nth-child(3)>.layout__region--content {
  padding-top: 0;
}

/* Research Output End */
.research-choose {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% + 48px);
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 46px;
  padding-left: 0;
  padding-bottom: 12px;
}

.research-choose li {
  list-style: none;
  flex: 0 0 auto;
}

.research-choose li:not(:last-child) {
  border-right: #D6D6D6 1px solid;
}

.research-choose li a {
  color: #282828;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  padding: 3px 24px 2px;
  position: relative;
}

.research-choose li a:hover,
.research-choose li a:focus {
  color: #005D19;
}

.research-choose li a::after {
  background-color: #005D19;
  content: '';
  display: block;
  height: 4px;
  opacity: 0;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -12px;
  transition: all 0.2s ease;
}

.research-choose li.active a::after {
  opacity: 1;
}

.research-choose li.active a {
  color: #005D19;
  font-weight: 500;
}

.view-block-research-project-list .view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* margin-bottom: 38px; */
  padding-bottom: 38px;
}

.view-block-research-project-list .view-header .title {
  color: #005D19;
  font-size: var(--font-size-lg);
  font-weight: 500;
  line-height: calc(100% + 10px);
}

.view-block-research-project-list .view-header #research-searching {
  background: #fff url(../image/icon/search_orange.svg) right 14px center no-repeat;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  color: #282828;
  line-height: 1.1875;
  width: 500px;
  padding: 19px 54px 18px 20px;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
}

.view-block-research-project-list .view-header #research-searching:hover,
.view-block-research-project-list .view-header #research-searching:focus {
  background: #fff url(../image/icon/search_lightgreen.svg) right 14px center no-repeat;
}

.view-block-research-project-list .view-header #research-searching::placeholder {
  color: #282828;
}

.view-block-research-project-list .view-header #research-searching::before,
.view-block-research-project-list .view-header #research-searching::after {
  content: none !important;
}

.view-block-research-project-list .view-content {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.view-block-research-project-list .view-content .views-row-header {
  display: flex;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.view-block-research-project-list .view-content .views-row-header>li {
  list-style: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  flex: 0 0 auto;
  padding: 15px;
}

.view-block-research-project-list .view-content .views-row-header>li:first-child {
  width: 15%;
}

.view-block-research-project-list .view-content .views-row-header>li:nth-child(2) {
  width: 25%;
}

.view-block-research-project-list .view-content .views-row-header>li:nth-child(3) {
  width: 10%;
  text-align: center;
}

.view-block-research-project-list .view-content .views-row-header>li:nth-child(4) {
  width: 40%;
}

.view-block-research-project-list .view-content .views-row-header>li:nth-child(5) {
  width: 10%;
}

.view-block-research-project-list .view-content .views-row {
  border-bottom: #976D56 1px solid;
  color: #282828;
  display: flex;
  /* padding-left: 15px;
  padding-right: 15px; */
}

.view-block-research-project-list .view-content .views-row>.views-field {
  flex: 0 0 auto;
}

.view-block-research-project-list .view-content .views-row>.views-field>.field-content {
  display: block;
}

.view-block-research-project-list .view-content .views-row .views-field-title {
  font-weight: 700;
  width: 15%;
}

.view-block-research-project-list .view-content .views-row .views-field-title>.field-content {
  padding: 15px;
}

.view-block-research-project-list .view-content .views-row>.views-field-field-research-project-item {
  width: 85%;
}

.view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section:not(:last-child) {
  border-bottom: #D9D9D9 1px solid;
}

.view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section .paragraph__column {
  display: flex;
  padding: 15px;
}

.view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section .paragraph__column .field {
  flex: 0 0 auto;
  /* padding: 15px; */
}

.view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section .paragraph__column .field--name-field-project-title {
  width: calc(25% * 1.1765);
}

.view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section .paragraph__column .field--name-field-sdg {
  text-align: center;
  width: calc(10% * 1.1765);
}

.view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section .paragraph__column .field--name-field-description {
  width: calc(40% * 1.1765);
}

.view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section .paragraph__column .field--name-field-project-year {
  width: calc(10% * 1.1765);
  padding: 0 15px;
}

.view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section .paragraph__column .field>*:last-child {
  margin-bottom: 0;
}

.paragraph--type--research-project-section.collapse-content .field--name-field-project-title p,
.paragraph--type--research-project-section .field--name-field-description p {
  margin-bottom: 0;
  line-height: 23.2px;
}

.paragraph--type--research-project-section .field--name-field-project-title,
.paragraph--type--research-project-section .field--name-field-description {
  position: relative;
}

.paragraph--type--research-project-section.collapse-content {
  cursor: pointer;
  position: relative;
}

.paragraph--type--research-project-section.collapse-content .field--name-field-project-title,
.paragraph--type--research-project-section.collapse-content .field--name-field-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 50px;
  position: relative;
}

.paragraph--type--research-project-section.collapse-content::after {
  margin-left: auto;
  content: "";
  background: url(/themes/custom/i2_theme/image/icon/btn_accordion_open.png) center center no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 11px;
  top: calc(50%);
  transform: translateY(-50%);
}

/* Research Students ***************************************************/
.view-block-research-students-list .view-header {
  float: left;
}

.view-block-research-students-list .view-header h2 {
  color: #005D19;
  margin-bottom: 50px;
}

.view-block-research-students-list .view-filters {
  float: right;
}

.view-block-research-students-list .view-content {
  --bs-gutter-x: 28px;
  clear: both;
  row-gap: 30px;
}

.view-block-research-students-list .views-exposed-form {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
}

.view-block-research-students-list .views-exposed-form .form--inline {
  display: flex;
}

.view-block-research-students-list .views-exposed-form .form-item,
.view-block-research-students-list .views-exposed-form .form-actions {
  margin: 0;
}

.view-block-research-students-list .views-exposed-form .form-text {
  border: none;
  border-radius: 0;
  color: #282828;
  width: 456px;
}

.view-block-research-students-list .views-exposed-form .form-text::placeholder {
  color: #282828;
}

.view-block-research-students-list .views-exposed-form .form-submit {
  background: url(../image/icon/search_orange.svg) center center no-repeat;
  border: none;
  color: #000;
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 36px;
  overflow: hidden;
  padding: 0;
}

.view-block-research-students-list .views-exposed-form .form-submit:hover,
.view-block-research-students-list .views-exposed-form .form-submit:focus {
  background: url(../image/icon/search_lightgreen.svg) center center no-repeat;
}

.view-block-research-students-list .card-research-students {
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  transition: all 0.2s ease;
}

.view-block-research-students-list .card-research-students:hover,
.view-block-research-students-list .card-research-students:focus {
  background-color: #14833E;
}

.view-block-research-students-list .card-research-students .card-content {
  display: flex;
}

.view-block-research-students-list .card-research-students .card-content::before {
  background-color: #42B374;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: 150px;
  right: 0;
  bottom: 0;
}

.view-block-research-students-list .card-research-students .card-content .card-img {
  background-color: #E3E3E3;
  border-radius: 0;
  flex: 0 0 auto;
  width: 150px;
  height: 200px;
}

.view-block-research-students-list .card-research-students .card-content .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.view-block-research-students-list .card-research-students .card-content .card-body {
  color: #282828;
  padding: 30px;
  transition: all 0.2s ease;
}

.view-block-research-students-list .card-research-students:hover .card-content .card-body,
.view-block-research-students-list .card-research-students:focus .card-content .card-body {
  color: #fff;
}

.view-block-research-students-list .card-research-students .card-content .card-body .card-title {
  color: #005D19;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}

.view-block-research-students-list .card-research-students:hover .card-content .card-body .card-title,
.view-block-research-students-list .card-research-students:focus .card-content .card-body .card-title {
  color: #C0DE1A;
}

.view-block-research-students-list .card-research-students .card-content .card-body .card-education {
  line-height: 1.875;
}

/* detail */
.modal-body .detail {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.modal-body .detail .detail-left {
  background: url(../image/content/people_detail_modalbg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  flex: 0 0 auto;
  width: 320px;
  padding: 40px;
}

.modal-body .detail .detail-left .detail-images {
  background-color: #FAFAFA;
  max-width: 240px;
  margin: 0 auto 30px;
}

.modal-body .detail .detail-left .detail-images img {
  width: 100%;
}

.modal-body .detail .detail-left .detail-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.167;
}

.modal-body .detail .detail-left .detail-education {
  line-height: 1.875;
}

.modal-body .detail .detail-right {
  flex: 1 1 auto;
  width: calc(100% - 320px);
  padding: 40px;
}

.modal-body .detail .detail-right .detail-qualification {
  background: url(../image/icon/students-qualification.svg) left top no-repeat;
  color: #282828;
  line-height: 1.1875;
  float: left;
  width: 50%;
  margin-bottom: 25px;
  padding-left: 50px;
  padding-right: 25px;
}

.modal-body .detail .detail-right .detail-rincipal-supervisor {
  background: url(../image/icon/students-supervisor.svg) left top no-repeat;
  color: #282828;
  line-height: 1.1875;
  float: left;
  width: 50%;
  margin-bottom: 25px;
  padding-left: 50px;
}

.modal-body .detail .detail-right h3 {
  color: #005D19;
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.modal-body .detail .detail-right .detail-research-areas {
  border-top: #D9D9D9 1px solid;
  clear: both;
  margin-bottom: 30px;
  padding-top: 25px;
}

.modal-body .detail .detail-right .detail-research-areas p,
.modal-body .detail .detail-right .detail-self-introduction p {
  color: #282828;
  line-height: calc(100% + 10px);
}

.modal-body .detail .detail-right .detail-research-areas p:last-child,
.modal-body .detail .detail-right .detail-self-introduction p:last-child {
  margin-bottom: 0;
}

/* GS Mini Theatre ***************************************************/
.mini-theatre-section {
  padding-bottom: 60px;
}

.mini-theatre-section .layout--twocol-section .column-33 {
  width: 33%;
  padding-right: 25px;
}

.mini-theatre-section .layout--twocol-section .column-33 h2 {
  color: #005D19;
  font-weight: 400;
}

.mini-theatre-section .layout--twocol-section .column-67 {
  width: 67%;
}

.mini-theatre-section .layout--twocol-section .column-67 .field__item>:last-child {
  margin-bottom: 0;
}

.mini-theatre-section .layout--twocol-section .column-67 .field__item>p {
  line-height: 1.875;
}

.theatre-tab-section .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #fff;
  width: 25%;
  font-size: 20px;
  line-height: 1.25;
  padding: 20px;
  position: relative;
}

.theatre-tab-section .nav-tabs .nav-link.active,
.theatre-tab-section .nav-tabs .nav-link:hover,
.theatre-tab-section .nav-tabs .nav-link:focus {
  border: none;
}

.theatre-tab-section .nav-tabs .nav-link:first-child {
  background-color: #14833E;
  z-index: 4;
}

.theatre-tab-section .nav-tabs .nav-link:first-child::after {
  background-color: #14833E;
  content: '';
  display: block;
  width: 30px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.theatre-tab-section .nav-tabs .nav-link:nth-child(2) {
  background-color: #2BAB64;
  z-index: 3;
}

.theatre-tab-section .nav-tabs .nav-link:nth-child(2)::after {
  background-color: #2BAB64;
  content: '';
  display: block;
  width: 30px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.theatre-tab-section .nav-tabs .nav-link:nth-child(3) {
  background-color: #966C55;
  z-index: 2;
}

.theatre-tab-section .nav-tabs .nav-link:nth-child(3)::after {
  background-color: #966C55;
  content: '';
  display: block;
  width: 30px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.theatre-tab-section .nav-tabs .nav-link:nth-child(4) {
  background-color: #F96339;
  z-index: 1;
}

.theatre-tab-section .tab-content {
  background-color: #fff;
  padding: 40px;
}

.theatre-tab-section .paragraph.paragraph--type--bp-tabs .tab-content .paragraph>.paragraph__column {
  padding-top: 0;
}

.theatre-tab-section .tab-title {
  display: none;
}

.theatre-tab-section .tab-body .layout--twocol-section .layout__region--first {
  width: 40%;
}

.theatre-tab-section .tab-body .block-field-blockparagraphtext-two-columnfield-left-content {
  width: 100%;
  max-width: 460px;
  padding-right: 20px;
}

.theatre-tab-section .tab-body .block-field-blockparagraphtext-two-columnfield-left-content .field>:last-child {
  margin-bottom: 0;
}

.theatre-tab-section .tab-body .block-field-blockparagraphtext-two-columnfield-left-content h3 {
  color: #005D19;
  font-size: calc(var(--font-size-md) + 2px);
  line-height: 1.2;
}

.theatre-tab-section .tab-body .block-field-blockparagraphtext-two-columnfield-left-content p {
  font-size: 18px;
  line-height: 1.667;
}

.theatre-tab-section .tab-body .layout--twocol-section .layout__region--second {
  width: 60%;
}

.theatre-tab-section .tab-body .block-field-blockparagraphtext-two-columnfield-right-content>div {
  border-bottom: #D9D9D9 1px solid;
}

.theatre-tab-section .paragraph--type--bp-accordion {
  margin-bottom: 0;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .accordion-button {
  background: none;
  font-weight: 400;
  padding: 15px 50px 15px 0;
  transition: all 0.2s ease;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .accordion-button:hover,
.theatre-tab-section .paragraph--type--bp-accordion .accordion .accordion-button:focus {
  color: #009141;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .accordion-button[aria-expanded="true"] {
  font-size: 24px;
  font-weight: 500;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .accordion-button::after {
  margin: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse>.paragraph {
  padding: 0;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse>.paragraph>.paragraph__column {
  padding-top: 15px;
  padding-bottom: 0;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse>.paragraph>.paragraph__column::after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
  height: 30px;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse>.paragraph>.paragraph__column>div {
  width: calc(100% - min(51.5%, 420px));
  float: left;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse>.paragraph>.paragraph__column>div.field--name-field-image {
  width: min(51.5%, 420px);
  padding-right: 30px;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .paragraph--type--common-button a {
  color: #282828;
  font-size: 18px;
  line-height: calc(100% + 10px);
  display: block;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .paragraph--type--common-button a::before {
  background-image: url(../image/icon/btn_arrow_white_12px.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: top;
  transition: all 0.2s ease;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .button-green a::before {
  background-color: #009141;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .button-red a::before {
  background-color: #F96339;
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .paragraph--type--common-button a:hover::before,
.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .paragraph--type--common-button a:focus::before {
  background-image: url(../image/icon/btn_arrow_black_12px.svg);
}

.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .button-green a:hover::before,
.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .button-green a:focus::before,
.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .button-red a:hover::before,
.theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse .button-red a:focus::before {
  background-color: #C0DE1A;
}

/* Laboratories ***************************************************/
/* .node-laboratories {
  padding-top: 100px;
  padding-bottom: 100px;
} */
.node-laboratories .paragraph--type--bp-tabs>.paragraph__column {
  display: flex;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column nav {
  flex: 0 0 auto;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs {
  width: 400px;
  padding-right: 60px;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs {
  border-bottom: none;
  border-radius: 0;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link {
  background: none;
  border: none;
  border-bottom: #D9D9D9 1px solid;
  border-radius: 0;
  color: #282828;
  line-height: 1.1875;
  text-align: left;
  width: 100%;
  padding: 15px 24px;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link:first-child,
.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link:nth-child(2) {
  background-color: #14833E;
  border-bottom-width: 1px;
  color: #fff;
  margin-bottom: 0;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link:hover,
.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link:focus {
  background-color: #C0DE1A;
  color: #282828;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link:first-child.active:hover,
.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link:first-child.active:focus,
.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link:nth-child(2).active:hover,
.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link:nth-child(2).active:focus {
  background-color: #14833E;
  color: #fff;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link:not(:first-child, :nth-child(2)).active {
  background-color: #C0DE1A;
  color: #282828;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .tab-content .tab-title {
  font-size: calc(var(--font-size-md) + 2px);
  line-height: 1.167;
  margin-bottom: 50px;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .tab-content .tab-body>.paragraph:not(:last-child) {
  margin-bottom: 50px;
}

.node-laboratories .paragraph--type--bp-tabs>.paragraph__column .tab-content .paragraph>.paragraph__column {
  width: 100%;
  padding-top: 0;
}

.node-laboratories .paragraph--type--laboratory-user-application>.paragraph__column>div:not(:last-child) {
  margin-bottom: 50px;
}

.node-laboratories .paragraph--type--laboratory-section .field--name-field-title-header {
  color: #005D19;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.167;
  margin-bottom: 20px;
}

.node-laboratories .block-field-blockparagraphlaboratory-sectionfield-paragraph {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}

.node-laboratories .block-field-blockparagraphlaboratory-sectionfield-paragraph>div {
  width: calc(50% - 12px);
}

.node-laboratories .paragraph--type--laboratory-document-section {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 80px;
  position: relative;
  padding: 10px 24px;
}

.node-laboratories .paragraph--type--laboratory-document-section>.paragraph__column,
.node-laboratories .paragraph--type--laboratory-document-section>.paragraph__column .contextual-region {
  position: initial;
}

.node-laboratories .paragraph--type--laboratory-document-section .field--name-field-media-document .field__item {
  height: 0;
}

.node-laboratories .paragraph--type--laboratory-document-section .file--x-office-document {
  background: none;
  padding: 0;
}

.node-laboratories .paragraph--type--laboratory-document-section .file--application-pdf a,
.node-laboratories .paragraph--type--laboratory-document-section .field--name-field-laboratory-document a {
  background: none;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  inset: 0;
  width: auto;
  z-index: 1;
}

.node-laboratories .paragraph--type--laboratory-document-section .file--application-pdf a::before {
  content: none;
}

.node-laboratories .paragraph--type--laboratory-document-section .field--name-field-link a {
  color: #282828;
  line-height: calc(100% + 10px);
  display: block;
  width: 100%;
  padding-right: 44px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.node-laboratories .paragraph--type--laboratory-document-section .field--name-field-link a::before {
  content: '';
  position: absolute;
  inset: 0;
}

.node-laboratories .paragraph--type--laboratory-document-section .field--name-field-link a::after {
  background: #C0DE1A url(../image/icon/btn_arrow_black.svg) center center no-repeat;
  border-radius: 50%;
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 24px;
  top: calc(50% - 17px);
  transition: all 0.2s ease;
}

.node-laboratories .paragraph--type--laboratory-document-section:hover .field--name-field-link a::after,
.node-laboratories .paragraph--type--laboratory-document-section:focus .field--name-field-link a::after {
  background: #F96339 url(../image/icon/btn_arrow_white.svg) center center no-repeat;
}

.node-laboratories .paragraph--type--laboratory-ar-vr .psv-container {
  border-radius: 0 !important;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-vr-image {
  width: 100%;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-location,
.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity {
  line-height: 26px;
  width: 25%;
  padding: 30px 30px 30px 68px;
  position: relative;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-location {
  background: url(../image/icon/icon_location_green.svg) 30px 30px no-repeat;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity {
  background: url(../image/icon/icon_seat_green.svg) 30px 30px no-repeat;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-location::after,
.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity::after {
  background-color: #D9D9D9;
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-location .field__label,
.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity .field__label,
.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card .card-header {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card {
  background: url(../image/icon/icon_staff_green.svg) 30px 30px no-repeat;
  border: none;
  border-radius: 0;
  line-height: 26px;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 30px 30px 68px;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card>* {
  padding: 0;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card .card-header {
  background: none !important;
  border-bottom: none;
  pointer-events: none;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card .card-header::marker {
  content: '';
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card .card-body .field__label {
  float: left;
  font-weight: 400;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card .card-body .field__label::after {
  content: " :";
  margin-right: 4px;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card .card-body a {
  color: #005D19;
  text-decoration: underline;
}

.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card .card-body a:hover,
.node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card .card-body a:focus {
  color: #F96339;
}

/* VR Viewer Styles ******************************************/
.vr-viewer-container {
  position: relative;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.vr-viewer {
  border-radius: 8px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  min-height: 400px !important;
  height: 450px !important;
}

.vr-controls {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}

/* PhotoSphereViewer 自定義樣式 */
.psv-container {
  border-radius: 8px !important;
}

.psv-navbar {
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 0 0 8px 8px !important;
}

.psv-navbar-button {
  color: white !important;
  transition: all 0.3s ease !important;
}

.psv-navbar-button:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.1) !important;
}

/* Research Project */
.block-views-blockblock-research-project-list-block-1 .views-row-header {
  background-color: #976D56;
}

/* Laboratories: 桌面預設隱藏 dropdown */
nav .dropdown-section {
  display: none;
}

/* Laboratories: 下拉的基本樣式（僅在手機顯示區塊內可見） */
nav .laboratories-dropdown {
  position: relative;
}

nav .laboratories-dropdown .dropdown-button {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  color: #282828;
  line-height: 1.5;
  display: block;
  width: 100%;
  padding: 16px 40px 16px 18px;
  cursor: pointer;
}

nav .laboratories-dropdown .dropdown-button::after {
  background: url(../image/icon/dropdown_arrow.svg) center center no-repeat;
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 20px;
  height: 12px;
  transform: translateY(-50%) rotate(0deg);
}

nav .laboratories-dropdown.open .dropdown-button::after {
  transform: translateY(-50%) rotate(-180deg);
}

nav .laboratories-dropdown-menu {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 8px 0;
  /* 使用轉場動畫，不用 display 切換 */
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.95);
  transform-origin: top;
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  z-index: 5;
}

nav .laboratories-dropdown.open .laboratories-dropdown-menu {
  /* 結構為兄弟節點，保留此規則以防未來嵌套調整 */
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0s;
}

/* 目前結構為：.laboratories-dropdown + .laboratories-dropdown-menu（兄弟） */
nav .laboratories-dropdown.open+.laboratories-dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0s;
}

nav .laboratories-dropdown-menu li a {
  display: block;
  padding: 12px 18px;
  color: #282828;
  text-decoration: none;
}

nav .laboratories-dropdown-menu li a:hover,
nav .laboratories-dropdown-menu li a:focus {
  background: #f5f5f5;
}

/* News &  Events ***************************************************/
.view-data-news-events-year,
.view-id-block_news_events_list.view-display-id-block_1 input.form-submit {
  display: none;
}

.view-block-news-events-list .view-header {
  float: left;
}

.view-block-news-events-list .view-header h2 {
  color: #005D19;
  margin-bottom: 50px;
}

.view-block-news-events-list .view-filters {
  float: right;
}

#views-exposed-form-block-news-events-list-block-1 {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 8px;
}

#views-exposed-form-block-news-events-list-block-1 label {
  display: none;
}

#views-exposed-form-block-news-events-list-block-1 .form-type-select {
  margin: 0;
}

#views-exposed-form-block-news-events-list-block-1 .form-item-field-tags-target-id {
  border-right: #E2E2E2 1px solid;
  margin-right: 12px;
  padding-right: 12px;
}

#views-exposed-form-block-news-events-list-block-1 .form-select {
  border: none;
  border-radius: 0;
  color: #616161;
  width: 218px;
}

#views-exposed-form-block-news-events-list-block-1 .form-select option:checked {
  background-color: #005D19;
  color: #fff;
}

#views-exposed-form-block-news-events-list-block-1 .form-item,
#views-exposed-form-block-news-events-list-block-1 .form-actions {
  margin: 0;
}

.view-block-news-events-list .view-content {
  border-top: #009141 1px solid;
  clear: both;
  padding-top: 50px;
}

.view-block-news-events-list .view-content>.views-row:not(:last-child) {
  margin-bottom: 50px;
}

.new-list-card {
  background: none;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: row;
}

.new-list-card .cover-link {
  text-indent: -9999px;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.new-list-card .card-img {
  background-color: #fff;
  border-radius: 0;
  flex: 0 0 auto;
  width: 330px;
  height: 330px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.new-list-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s ease;
}

/* .new-list-card:hover .card-img img,
.new-list-card:focus .card-img img {
  transform: scale(1.08);
} */

.new-list-card .card-body {
  border-bottom: #14833E 3px solid;
  flex: 1 1 auto;
  padding: 30px 50px 30px 40px;
  position: relative;
}

.new-list-card .card-body::before {
  background: #C0DE1A url(../image/icon/btn_arrow_black.svg) center center no-repeat;
  border-radius: 50%;
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 30px;
  transition: all 0.3s ease;
}

.new-list-card:hover .card-body::before,
.new-list-card:focus .card-body::before {
  background: #F96339 url(../image/icon/btn_arrow_white.svg) center center no-repeat;
}

.new-list-card .card-body .card-category {
  color: #F96339;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 4px;
  margin-bottom: 30px;
}

.new-list-card .card-body .card-title {
  color: #005D19;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(100% + 10px);
  margin-bottom: 10px;
}

.new-list-card:hover .card-body .card-title,
.new-list-card:focus .card-body .card-title {
  color: #F96339;
}

.new-list-card .card-body .card-date span {
  color: #606060;
  line-height: 1.625;
}

.new-list-card .card-body .card-date span.date-separator {
  background: url(../image/icon/card_date_arrow.svg) center center no-repeat;
  text-indent: -9999px;
  display: inline-block;
  width: 52px;
  height: 26px;
  vertical-align: middle;
}

.pagination {
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 0;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.pagination .page-item a {
  background: none;
  border: none;
  color: #000;
  font-size: 20px;
  padding: 2px 11px 3px;
}

.pagination .page-item a:hover,
.pagination .page-item a:focus {
  color: #009141;
}

.pagination .page-item.is-active a {
  color: #009141;
  position: relative;
}

.pagination .page-item.is-active a::after {
  background-color: #009141;
  content: '';
  height: 2px;
  position: absolute;
  left: 11px;
  right: 10px;
  bottom: 0;
}

.pagination .pager__item--previous a,
.pagination .pager__item--next a {
  background: #14833E url(../image/icon/pagination_arrow.svg) center center no-repeat;
  border: #fff 1px solid;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  overflow: hidden;
}

.pagination .pager__item--previous a:hover,
.pagination .pager__item--previous a:focus,
.pagination .pager__item--next a:hover,
.pagination .pager__item--next a:focus {
  background: #C0DE1A url(../image/icon/pagination_arrow_black.svg) center center no-repeat;
}

.pagination .pager__item--first a,
.pagination .pager__item--last a {
  background: #14833E url(../image/icon/pagination_arrow_arrow.svg) center center no-repeat;
  border: #fff 1px solid;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  overflow: hidden;
}

.pagination .pager__item--previous a,
.pagination .pager__item--first a {
  transform: rotate(180deg);
}

.pagination .pager__item--first a:hover,
.pagination .pager__item--first a:focus,
.pagination .pager__item--last a:hover,
.pagination .pager__item--last a:focus {
  background: #C0DE1A url(../image/icon/pagination_arrow_arrow_black.svg) center center no-repeat;
}

/* News & Events Detail ***************************************************/
.page-node-type-news-events main {
  color: #282828;
  margin-top: 230px;
}

.page-node-type-news-events main .node--type-news-events .node__content {
  overflow-x: hidden;
}

.page-node-type-news-events .layout--twocol-section .layout__region--first {
  flex: 0 0 auto;
  width: 340px;
}

.page-node-type-news-events .layout--twocol-section .layout__region--first .block-field-blocknodenews-eventsfield-images img {
  width: 100%;
}

.page-node-type-news-events .layout--twocol-section .layout__region--second {
  width: calc(100% - 340px);
  padding-left: 55px;
}

.page-node-type-news-events .layout--twocol-section .layout__region--second .block-field-blocknodenews-eventsfield-tags {
  float: left;
}

.block-field-blocknodenews-eventsfield-tags .field__item {
  color: #F96339;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 20px;
}

.page-node-type-news-events .layout--twocol-section .layout__region--second .block-block-content {
  display: none;
  float: right;
}

.page-node-type-news-events .layout--twocol-section .layout__region--second .block-block-content .field__item>div {
  background: url(../image/icon/share.svg) left center no-repeat;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding-left: 28px;
  margin-bottom: 20px;
}

.page-node-type-news-events .layout--twocol-section .layout__region--second .block-field-blocknodenews-eventstitle {
  clear: both;
}

.page-node-type-news-events .layout--twocol-section .block-field-blocknodenews-eventstitle .field--name-title {
  color: #005D19;
  font-size: var(--font-size-lg);
  font-weight: 400;
  margin-bottom: 24px;
  padding-bottom: 50px;
  position: relative;
}

.page-node-type-news-events .layout--twocol-section .block-field-blocknodenews-eventstitle .field--name-title::before {
  background: linear-gradient(180deg, rgba(203, 241, 220, 0.00) 0%, #CBF1DC 75%);
  content: '';
  position: absolute;
  left: -420px;
  right: -25px;
  top: -30px;
  bottom: 0;
  z-index: -1;
}

.page-node-type-news-events .block-field-blocknodenews-eventsfield-date,
.page-node-type-news-events .block-field-blocknodenews-eventsfield-time,
.page-node-type-news-events .block-field-blocknodenews-eventsfield-location {
  font-size: 18px;
  line-height: 32px;
  float: left;
  margin-bottom: 24px;
}

.page-node-type-news-events .block-field-blocknodenews-eventsfield-date {
  background: url(../image/icon/news_events_date.svg) left center no-repeat;
  border-right: #D9D9D9 1px solid;
  margin-right: 30px;
  padding-left: 34px;
  padding-right: 30px;
}

.page-node-type-news-events .block-field-blocknodenews-eventsfield-time {
  background: url(../image/icon/news_events_time.svg) left center no-repeat;
  border-right: #D9D9D9 1px solid;
  margin-right: 30px;
  padding-left: 34px;
  padding-right: 30px;
}

.page-node-type-news-events .block-field-blocknodenews-eventsfield-location {
  background: url(../image/icon/news_events_location.svg) left center no-repeat;
  padding-left: 38px;

}

.page-node-type-news-events .block-field-blocknodenews-eventsfield-sdgs-text-area {
  border-top: #D9D9D9 1px solid;
  clear: both;
  padding-top: 30px;
}

.page-node-type-news-events .block-field-blocknodenews-eventsfield-sdgs-text-area h2 {
  color: #005D19;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 10px;
}

.page-node-type-news-events .block-field-blocknodenews-eventsfield-sdgs-text-area p {
  color: #282828;
}

.block-views-blockdata-sdgs-icon-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.block-views-blockdata-sdgs-icon-block-1 .view-content img {
  width: 100px;
  height: 100px;
}

/* Newsletter ***************************************************/
.view-block-newsletter-list .view-content {
  row-gap: 30px;
}

.view-block-newsletter-list .view-content .views-row>.views-field,
.view-block-newsletter-list .view-content .views-row>.views-field>.field-content {
  height: 100%;
}

.newsletter-card {
  border: none;
  border-radius: 0;
  flex-direction: row;
  height: 100%;
  padding: 20px;
}

.newsletter-card::after {
  background-color: #EDF1EA;
  content: '';
  height: 20px;
  position: absolute;
  left: 260px;
  right: 0;
  bottom: 0;
}

.newsletter-card .card-img {
  flex: 0 0 auto;
  width: 200px;
}

.newsletter-card .card-img img {
  width: 100%;
}

.newsletter-card .card-body {
  color: #005D19;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 40px;
}

.newsletter-card .card-body .card-date {
  background-color: #EDF1EA;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.newsletter-card .card-body .card-text {
  font-size: 20px;
  font-weight: 500;
  line-height: calc(100% + 10px);
  padding-right: 30px;
  margin-bottom: auto;
}

.newsletter-card .card-body .card-download {
  margin-top: 30px;
}

.file--application-pdf {
  background: none;
  float: right;
  padding-left: 0;
}

.file--application-pdf a {
  background-color: #F96339;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  display: block;
  width: 160px;
  padding: 11px;
  transition: all 0.3s ease;
}

.file--application-pdf a::before {
  background: url(../image/icon/btn_arrow_down.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 15px;
  height: 21px;
  margin-right: 10px;
  vertical-align: text-top;
  transition: all 0.3s ease;
}

.file--application-pdf a:hover,
.file--application-pdf a:focus {
  background-color: #C0DE1A;
  color: #000;
}

.file--application-pdf a:hover::before,
.file--application-pdf a:focus::before {
  background: url(../image/icon/btn_arrow_down_black.svg) center center no-repeat;
}

.view-block-newsletter-list .pagination {
  padding-top: 50px;
}

/* Contact Us ***************************************************/
.contact-map-section {
  line-height: 1.625;
  padding-bottom: 50px;
}

.contact-us-section {
  border-top: #D9D9D9 1px solid;
  line-height: 1.625;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-us-section:last-child {
  padding-bottom: 0;
}

.contact-map-section .layout--twocol-section .layout__region,
.contact-us-section .layout--twocol-section .layout__region {
  color: #282828;
  width: 50%;
}

.contact-map-section .layout--twocol-section .layout__region--first {
  padding-right: 25px;
}

.contact-us-section .layout--twocol-section .layout__region--first {
  padding-right: 25px;
}

.contact-us-section .layout--twocol-section .layout__region--second {
  padding-left: 25px;
}

.contact-map-section h2 {
  color: #005D19;
  margin-bottom: 50px;
}

.contact-map-section h3,
.contact-us-section h3 {
  color: #005D19;
  font-size: 24px;
  line-height: 28px;
  padding-left: 38px;
}

.contact-map-section h3.location {
  background: url(../image/icon/contact_location.svg) left top no-repeat;
}

.contact-map-section h3.hours {
  background: url(../image/icon/contact_hours.svg) left top no-repeat;
}

.contact-us-section h3.enquiry {
  background: url(../image/icon/contact_enquiry.svg) left top no-repeat;
}

.contact-us-section h3.email {
  background: url(../image/icon/contact_email.svg) left top no-repeat;
}

.contact-us-section h3.share {
  background: url(../image/icon/contact_share.svg) left top no-repeat;
}

.contact-us-section h3.wechat {
  background: url(../image/icon/contact_wechat.svg) left top no-repeat;
}

.contact-map-section p,
.contact-us-section p {
  color: #282828;
  padding-left: 38px;
}

.contact-map-section ul {
  margin: 0;
  padding-left: 0;
}

.contact-map-section ul li {
  list-style: none;
}

.contact-map-section ul li:not(:last-child) {
  margin-bottom: 50px;
}

.contact-map-section ul li>:last-child,
.contact-us-section ul li>:last-child {
  margin-bottom: 0;
}

.contact-us-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  margin: 0;
  padding-left: 38px;
}

.contact-us-section ul li {
  list-style: none;
}

.contact-us-section ul.media-share {
  column-gap: 30px;
  margin-top: 32px;
}

.contact-us-section ul.media-share a {
  display: block;
}

.contact-us-section ul.media-share a img {
  width: 50px;
  height: 50px;
}

.contact-us-section a {
  color: #005D19;
  text-decoration: underline;
}

.contact-us-section a:hover,
.contact-us-section a:focus {
  color: #F96339;
}

.wechat-img {
  margin-top: 12px;
}

#googleMap {
  width: 100%;
  height: 400px;
}

/* Search ***************************************************/
.view-gobal-search {
  padding-top: 100px;
  padding-bottom: 100px;
}

.view-gobal-search .view-filters {
  display: flex;
  align-items: center;
  float: right;
  margin-bottom: 54px;
}

.view-gobal-search .view-filters::before {
  content: 'Search';
  font-size: 18px;
  line-height: 1.167;
  display: block;
  margin-right: 30px;
}

[lang="TC"] .view-gobal-search .view-filters::before {
  content: '搜尋';
}

[lang="sc"] .view-gobal-search .view-filters::before {
  content: '搜寻';
}

.view-gobal-search .views-exposed-form {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
}

.view-gobal-search .views-exposed-form .form--inline {
  display: flex;
}

.view-gobal-search .views-exposed-form label {
  display: none;
}

.view-gobal-search .views-exposed-form .form-item,
.view-gobal-search .views-exposed-form .form-actions {
  margin: 0;
}

.view-gobal-search .views-exposed-form .form-text {
  border: none;
  border-radius: 0;
  color: #282828;
  width: 456px;
}

.view-gobal-search .views-exposed-form .form-text:focus {
  box-shadow: 0 0 8px 0 rgba(192, 222, 26, .8);
}

.view-gobal-search .views-exposed-form .form-text::placeholder {
  color: #282828;
}

.view-gobal-search .views-exposed-form .form-submit {
  background: url(../image/icon/search_orange.svg) center center no-repeat;
  border: none;
  color: #000;
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 36px;
  overflow: hidden;
  padding: 0;
}

.view-gobal-search .views-exposed-form .form-submit:hover,
.view-gobal-search .views-exposed-form .form-submit:focus {
  background: url(../image/icon/search_lightgreen.svg) center center no-repeat;
}

.view-gobal-search .view-content {
  border-top: #009141 1px solid;
  clear: both;
  padding-top: 30px;
}

.view-gobal-search .view-content .views-row:not(:last-child) {
  border-bottom: #909090 1px solid;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.search-card {
  background: transparent;
  border: none;
  border-radius: 0;
}

.search-card .card-title {
  margin-bottom: 0;
}

.search-card .card-title a {
  color: #005D19;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(100% + 10px);
}

.search-card:hover .card-title a,
.search-card:focus .card-title a {
  color: #F96339;
}

.search-card .cover-link {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  inset: 0;
}

/* Example Pages ***************************************************/
/* .block-field-blocknodepagefield-details-paragraphs {
  overflow: hidden;
} */
/* body:not(.page-node-14, .page-node-17, .page-node-56, .page-node-57) .Banner-Section ~ .layout--onecol:nth-child(2) .layout__region--content .block-field-blocknodepagefield-details-paragraphs {
  padding-top: 100px;
} */
body:not(.page-node-14, .page-node-17) .Banner-Section~.layout--onecol:nth-child(2) .layout__region--content .block-field-blocknodepagefield-details-paragraphs .paragraph--type--header h2 {
  margin-top: 0;
}

/* Example Pages -- header */
.paragraph--type--header h2,
.paragraph--type--header h3,
.paragraph--type--header h4 {
  color: #005D19;
  font-weight: 500;
  line-height: calc(100% + 10px);
  display: inline-block;
}

.paragraph--type--header h2 {
  font-size: var(--font-size-lg);
  margin-bottom: 50px;
  margin-top: 20px;
}

.paragraph--type--header h3 {
  color: #005D19;
  font-size: calc(var(--font-size-md) + 2px);
}

.paragraph--type--header h4 {
  font-size: calc(var(--font-size-sm) + 2px);
}

.paragraph p {
  color: #282828;
  font-size: 16px;
  line-height: calc(100% + 10px);
  margin-bottom: 20px;
}

/* Example Pages -- button */
.paragraph--type--button-paragraphs.Link .paragraph--type--button .field--name-field-link>a {
  display: inline-block;
  color: #005D19;
  font-size: 16px;
  padding: 10px;
  margin: 10px 0;
  text-decoration: underline;
}

.paragraph--type--button .container {
  padding-left: 0;
  padding-right: 0;
}

.paragraph--type--button-paragraphs.Link .paragraph--type--button .field--name-field-link>a:hover,
.paragraph--type--button-paragraphs.Link .paragraph--type--button .field--name-field-link>a:focus {
  background-color: #C0DE1A;
  color: #000;
}

.paragraph--type--button-paragraphs:not(.Link) .block-field-blockparagraphbutton-paragraphsfield-paragraphs-section {
  display: flex;
  flex-wrap: wrap;
}

.paragraph--type--button-paragraphs.Small:not(.Link) .block-field-blockparagraphbutton-paragraphsfield-paragraphs-section>div {
  max-width: 160px;
}

.paragraph--type--button-paragraphs.Large:not(.Link) .block-field-blockparagraphbutton-paragraphsfield-paragraphs-section>div {
  max-width: 185px;
}


.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button>div {
  display: inline-block;
}

.paragraph--type--button-paragraphs.Small:not(.Link) .paragraph--type--button .field--name-field-link>a {
  max-width: 160px;
  padding: 12px 12px 11px;
}

.paragraph--type--button-paragraphs.Large:not(.Link) .paragraph--type--button .field--name-field-link>a {
  max-width: 180px;
  padding: 15px 21px 13px;
}

.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button .field--name-field-link>a {
  color: #fff;
  text-align: center;
  line-height: 1.167;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
  font-size: 18px;
}

.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.orange .field--name-field-link>a {
  background-color: #F96339;
}


.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.dark_green .field--name-field-link>a {
  background-color: #009141;
}

.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.orange .field--name-field-link>a::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.dark_green .field--name-field-link>a::before {
  background: url(/themes/custom/i2_theme/image/icon/btn_arrow_white.svg) center center no-repeat;
  content: '';
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  transition: all 0.2s ease;
}

.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.yellow_green .field--name-field-link>a {
  background-color: #C0DE1A;
  color: #000;
}

.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.yellow_green .field--name-field-link>a::before {
  content: '';
  background: url(/themes/custom/i2_theme/image/icon/btn_arrow_black.svg) center center no-repeat;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  transition: all 0.2s ease;
}

.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.orange .field--name-field-link>a:hover,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.orange .field--name-field-link>a:focus,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.dark_green .field--name-field-link>a:hover,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.dark_green .field--name-field-link>a:focus {
  background-color: #C0DE1A;
  color: #282828;
}


.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.yellow_green .field--name-field-link>a:hover,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.yellow_green .field--name-field-link>a:focus {
  background-color: #009141;
  color: #FFF;
}

.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.orange .field--name-field-link>a:hover::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.orange .field--name-field-link>a:focus::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.dark_green .field--name-field-link>a:hover::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.dark_green .field--name-field-link>a:focus::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.yellow_green .field--name-field-link>a:hover::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.yellow_green .field--name-field-link>a:focus::before {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  transition: all 0.2s ease;
}

.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.orange .field--name-field-link>a:hover::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.orange .field--name-field-link>a:focus::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.dark_green .field--name-field-link>a:hover::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.dark_green .field--name-field-link>a:focus::before {
  content: '';
  background: url(/themes/custom/i2_theme/image/icon/btn_arrow_black.svg) center center no-repeat;
}

.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.yellow_green .field--name-field-link>a:hover::before,
.paragraph--type--button-paragraphs:not(.Link) .paragraph--type--button.yellow_green .field--name-field-link>a:focus::before {
  content: '';
  background: url(/themes/custom/i2_theme/image/icon/btn_arrow_white.svg) center center no-repeat;
}

/* Example Pages --  Quote */
.paragraph--type--bp-simple.hasQuote .paragraph__column {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 100px;
  border-bottom: 1px solid #D9D9D9;
}

.paragraph--type--bp-simple.hasQuote .paragraph__column::before {
  content: '';
  background: url(/themes/custom/i2_theme/image/icon/btn_quote.svg) center center no-repeat;
  width: 66px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 25px;
}

.paragraph--type--bp-simple.hasQuote .paragraph__column::after {
  content: '';
  background: url(/themes/custom/i2_theme/image/icon/btn_quote.svg) center center no-repeat;
  width: 66px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 25px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paragraph--type--bp-simple.hasQuote .paragraph__column p,
.paragraph--type--bp-simple.hasQuote .paragraph__column div {
  margin-bottom: 0;
  text-align: left;
  font-size: 24px;
  color: #282828;
  line-height: calc(100% + 10px);
}

/* Example Pages --  cards */
.paragraph--type--cards-section {
  margin-bottom: 50px;
}

.paragraph--type--cards-section .layout--twocol-section {
  display: flex;
  flex-wrap: nowrap;
}

.paragraph--type--cards-section .layout--twocol-section .layout__region--first,
.paragraph--type--cards-section .layout--twocol-section .layout__region--second {
  width: 50%;
}

.paragraph--type--cards-section.Right .layout--twocol-section .layout__region--first,
.paragraph--type--cards-section.Left .layout--twocol-section .layout__region--second {
  order: 2;
}

.paragraph--type--cards-section.Right .layout--twocol-section .layout__region--second,
.paragraph--type--cards-section.Left .layout--twocol-section .layout__region--first {
  order: 1;
}

.paragraph--type--cards-section .layout--twocol-section .layout__region--first .field--name-field-image img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.paragraph--type--cards-section .layout--twocol-section .layout__region--first div {
  height: 100%;
}

.paragraph--type--cards-section .layout__region--second {
  flex: 1 1 auto;
  padding: 50px 56px;
}

.paragraph--type--cards-section .layout__region--second .field--name-bp-header {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(100% + 12px);
  color: #fff;
  margin-bottom: 20px;
}

.paragraph--type--cards-section .layout__region--second p,
.paragraph--type--cards-section .layout__region--second div {
  line-height: calc(100% + 10px);
  color: #fff;
  font-size: 16px;
}

.paragraph--type--cards-section.Right.dark_green .layout__region--second,
.paragraph--type--cards-section.Left.dark_green .layout__region--second {
  background-color: #009142;
  background-image: url(../image/content/cards_sectionbg_green.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph--type--cards-section.Right.brown .layout__region--second,
.paragraph--type--cards-section.Left.brown .layout__region--second {
  background-color: #976d55;
  background-image: url(../image/content/cards_sectionbg_brown.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #282828;
}

.paragraph--type--cards-section.Right.light_green .layout__region--second,
.paragraph--type--cards-section.Left.light_green .layout__region--second {
  background-color: #EDF1EA;
}

.paragraph--type--cards-section.Right.light_green .layout__region--second .field--name-bp-header,
.paragraph--type--cards-section.Left.light_green .layout__region--second .field--name-bp-header {
  color: #005D19;
}

.paragraph--type--cards-section.Right.light_green .layout__region--second .field--name-bp-text div,
.paragraph--type--cards-section.Right.light_green .layout__region--second .field--name-bp-text p {
  color: #282828;
  font-size: 16px;
}

/* Example Pages -- image-with-caption */
.paragraph--type--image-with-caption {
  margin-bottom: 100px;
  margin-top: 100px;
}

body.page-node-47 .paragraph--type--image-with-caption {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph--type--image-with-caption .field--name-bp-header,
.paragraph--type--carousel-section .field--name-bp-header,
.paragraph--type--video-section .field--name-bp-header,
.paragraph--type--bp-accordion .field--name-bp-header,
.paragraph--type--table .field--name-bp-header,
.paragraph--type--pdf-preview .field--name-field-pdf-title .field__item {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.167;
  color: #000000;
  margin-bottom: 30px;
}

.paragraph--type--video-section .block-field-blockparagraphvideo-sectionfield-panopto-link {
  display: none;
}

.paragraph--type--image-with-caption .block-field-blockparagraphimage-with-captionfield-paragraphs-section {
  --bs-gutter-x: 36px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.paragraph--type--image-with-caption.column-3 .block-field-blockparagraphimage-with-captionfield-paragraphs-section>div {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 33.33333333%;
  /* margin-bottom: 40px; */
}

.paragraph--type--image-with-caption.column-2 .block-field-blockparagraphimage-with-captionfield-paragraphs-section>div {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
  /* margin-bottom: 40px; */
}

.paragraph--type--image-with-caption .field--name-bp-text p {
  margin-bottom: 0;
}

.paragraph--type--image-with-caption .field--name-bp-text {
  width: calc(100% - 14px);
  background-color: #fff;
  border-left: 10px solid #42B374;
  padding: 14px 18px 18px;
  margin-top: -14px;
  position: relative;
  z-index: 2;
}

.paragraph--type--image-with-caption .field--name-field-image img {
  width: 100%;

}

.paragraph--type--image-with-caption.column-2 .field--name-bp-text {
  width: calc(100% - 22px);
  margin-top: -20px;
  padding: 24px 30px;
}

/* Example Pages -- carouselSectionSwiper */
.carouselSectionSwiper .swiper-slide,
.carouselSectionSwiper .swiper-slide>a {
  height: auto;
}

/* Example Pages -- Carousel Section */
.paragraph--type--carousel-section {
  margin-bottom: 140px;
}

.paragraph--type--carousel-section .carouselSectionSwiper .swiper-slide img {
  width: 900px;
  aspect-ratio: 9 / 5;
  object-fit: cover;
  border-bottom: 6px solid #42B374;
}

.paragraph--type--carousel-section .swiper-button {
  position: relative;
  top: 60px;
}

.paragraph--type--carousel-section .swiper-button .swiper-button-next,
.paragraph--type--carousel-section .swiper-button .swiper-button-prev {
  background: #14833E url(/themes/custom/i2_theme/image/icon/swiper_button_arrow.svg) center center no-repeat;
  border: #fff 1px solid;
  color: #fff;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0px;
  transition: all 0.2s ease;
}

.paragraph--type--carousel-section .swiper-button .swiper-button-next {
  right: 25px;
}

.paragraph--type--carousel-section .swiper-button .swiper-button-prev {
  transform: rotate(180deg);
  left: auto;
  right: 80px;
}

.paragraph--type--carousel-section .swiper-button .swiper-button-next::after,
.paragraph--type--carousel-section .swiper-button .swiper-button-prev::after {
  content: none;
}

.paragraph--type--carousel-section .swiper-button .swiper-button-next:hover,
.paragraph--type--carousel-section .swiper-button .swiper-button-prev:hover {
  background: #C0DE1A url(/themes/custom/i2_theme/image/icon/swiper_button_arrow_hover.svg) center center no-repeat;
}

/* Example Pages -- Video Section */
.paragraph--type--video-section {
  margin-bottom: 100px;
}

.layout--onecol .layout__region.video-section-content {
  width: 83.33333333%;
  margin: 0 auto;
}

.paragraph--type--video-section .block-field-blockparagraphvideo-sectionfield-description {
  width: 100%;
  background-color: #fff;
  border-left: 10px solid #42B374;
  padding: 20px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

.paragraph--type--video-section .block-field-blockparagraphvideo-sectionfield-description p {
  margin-bottom: 0;
}

/* Example Pages -- Collapse Section */
.paragraph--type--bp-accordion {
  margin-bottom: 100px;
}

.paragraph--type--bp-accordion .accordion-button[aria-expanded="false"]::after {
  margin-left: auto;
  content: "";
  background: url(/themes/custom/i2_theme/image/icon/btn_accordion_open.png) center center no-repeat;
  width: 30px;
  height: 30px;
}

.paragraph--type--bp-accordion .accordion-button[aria-expanded="true"]::after {
  margin-left: auto;
  content: "";
  background: url(/themes/custom/i2_theme/image/icon/btn_accordion_closed.png) center center no-repeat;
  width: 30px;
  height: 30px;
}

.paragraph--type--bp-accordion .accordion .accordion-button {
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #282828;
  line-height: calc(100% + 10px);
  box-shadow: unset;
  background-color: unset;
}

.paragraph--type--bp-accordion .accordion-item,
.paragraph--type--bp-accordion .accordion-item:first-of-type,
.paragraph--type--bp-accordion .accordion-item:first-of-type .accordion-button,
.paragraph--type--bp-accordion .accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: 0;
  background: #fff;
  border: unset;
}

.paragraph--type--bp-accordion .accordion-item,
.paragraph--type--bp-accordion .accordion-item:first-of-type {
  border-bottom: 1px solid #D9D9D9;
}

.paragraph--type--bp-accordion .accordion-item:last-of-type {
  border-bottom: 0;
}

.paragraph.paragraph--type--bp-accordion .panel-collapse>.paragraph.paragraph--type--text-content {
  padding-left: 30px;
  padding-right: 30px;
}

/* Example Pages -- Table Section */
.paragraph--type--table {
  margin-bottom: 100px;
}

.paragraph--type--table table {
  margin-bottom: 0;
}

.paragraph--type--table.green thead tr {
  background-color: #14833E;
}

.paragraph--type--table.brown thead tr {
  background-color: #976D56;
}

.paragraph--type--table thead th {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 25px;
  white-space: nowrap;
}

.paragraph--type--table p {
  margin-bottom: 0;
}

.paragraph--type--table tbody tr td {
  padding: 15px 25px;
}

.paragraph--type--table tbody tr td a {
  display: inline-block;
  color: #005D19;
  font-size: 16px;
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .paragraph--type--table {
    width: 100%;
  }
}

/* Example Pages -- PDF Section */
.paragraph--type--pdf-preview .field--name-field-pdf-title .field__label {
  display: none;
}

.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div {
  width: calc(20% - 32px);
}

.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div .field--name-field-image .field__item {
  aspect-ratio: 256 / 346;
}

.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div .field--name-field-image .field__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div .file--application-pdf {
  position: absolute;
  inset: 0;
}

.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div .file--application-pdf a {
  background: none;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div .file--application-pdf a::before {
  content: none;
}

.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div .file--application-pdf a::after {
  background: #C0DE1A url(../image/icon/pdf_search_black.svg) center center no-repeat;
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
}

.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div:hover .file--application-pdf a::after,
.paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div:focus .file--application-pdf a::after {
  background: #F96339 url(../image/icon/pdf_search_white.svg) center center no-repeat;
}

.field--name-field-animation-style,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-admissions-email,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-programme-leader,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-programme-leader-name,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-programme-leader-tel,
.page-node-type-programmes .block-field-blocknodeprogrammesfield-programme-leader-email,
.js-form-item-field-menu-id-value {
  display: none;
}

.offcanvas.offcanvas-end.show .overview-link {
  display: none !important;
}

/**************************************************************/
/* Media Query ************************************************/
@media screen and (min-width: 768px) {

  /* News &  Events Detail ***************************************************/
  .page-node-type-news-events .layout--twocol-section .layout__region--first .block-field-blocknodenews-eventsfield-tags,
  .page-node-type-news-events .layout--twocol-section .layout__region--first .block-field-blocknodenews-eventstitle {
    display: none;
  }
}

@media screen and (min-width: 992px) {

  /* Research Choose ***************************************************/
  .view-block-research-project-list .view-header {
    background-color: #F5F5F5;
    margin-top: -46px;
    padding-top: 46px;
    position: sticky;
    top: 64px;
    z-index: 1;
  }

  .view-block-research-project-list .view-content {
    overflow: initial;
  }

  .view-block-research-project-list .view-content .views-row-header {
    position: sticky;
    top: 208px;
    z-index: 1;
  }

  .user-logged-in .view-block-research-project-list .view-header {
    top: 103px;
  }

  .user-logged-in .view-block-research-project-list .view-content .views-row-header {
    top: 247px;
  }

  .toolbar-fixed.toolbar-tray-open .view-block-research-project-list .view-header {
    top: 136px;
  }

  .toolbar-fixed.toolbar-tray-open .view-block-research-project-list .view-content .views-row-header {
    top: 280px;
  }
}

@media screen and (min-width: 1200px) {

  /* Header ***************************************************/
  #navbarSupportedContent .btn-close,
  #block-i2-theme-languageswitcher-2 ul,
  #block-i2-theme-headersharesearch-2 .header-right-section {
    display: none;
  }

  /* Header Navbar **********************************************/
  .navbar-expand-xl .nav-level-0>.nav-item:first-child,
  .navbar-expand-xl .nav-level-0>.nav-item:nth-child(2),
  .navbar-expand-xl .nav-level-0>.nav-item:nth-last-child(2) {
    display: none;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover {
    .nav-mega {
      /* display: flex !important; */
      display: none !important;
    }
  }

  /* #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>ul {
    display: none !important;
  } */
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>div>button {
    display: none;
  }

  /* normal menu */
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1>.dropdown>.nav-level-2,
  .header-menu-section .dropdown-menu ul {
    border: none;
    border-bottom: #009141 5px solid;
    border-radius: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    width: 230px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1 {
    margin-left: 8px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(3):hover>.nav-level-1,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-child(4):hover>.nav-level-1 {
    width: 380px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1 .dropdown-item,
  .header-menu-section .dropdown-menu ul .dropdown-item {
    background-color: #fff;
    color: var(--bs-dropdown-link-color);
    line-height: 1.5;
    white-space: normal;
    padding: 10px 20px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1 .dropdown-item:hover,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1 .dropdown-item:focus,
  .header-menu-section .dropdown-menu ul .dropdown-item:hover,
  .header-menu-section .dropdown-menu ul .dropdown-item:focus {
    background: none;
    color: #009141;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1 .d-flex .dropdown-item {
    background: #fff url(../image/icon/menu_arrow_green.svg) right 15px center no-repeat;
    color: var(--bs-dropdown-link-color);
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1 .d-flex .dropdown-item:hover {
    color: #009141;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1>.dropdown button {
    display: none;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1>.dropdown>.nav-level-2 {
    display: none;
    left: 100%;
    top: 0;
    z-index: -1;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-level-1>.dropdown:hover>.nav-level-2 {
    display: block;
  }

  .header-menu-section .dropdown-menu {
    right: auto;
  }

  /* People ***************************************************/
  /* modal  */
  .modal-xl {
    width: calc(100% - 50px);
  }

  /* Research Choose ***************************************************/
  .view-block-research-project-list .view-header {
    top: 104px;
  }

  .view-block-research-project-list .view-content .views-row-header {
    top: 248px;
  }

  .user-logged-in .view-block-research-project-list .view-header {
    top: 143px;
  }

  .user-logged-in .view-block-research-project-list .view-content .views-row-header {
    top: 287px;
  }

  .toolbar-fixed.toolbar-tray-open .view-block-research-project-list .view-header {
    top: 176px;
  }

  .toolbar-fixed.toolbar-tray-open .view-block-research-project-list .view-content .views-row-header {
    top: 320px;
  }
}

@media screen and (min-width: 1490px) {

  /* Homepage ***************************************************/
  /* Highlights Section */
  .highlights-section .content .left-content h2 {
    padding-left: calc(100% - 720px);
  }

  .highlights-section .content .left-content .left-sub-content {
    padding-left: calc(100% - 720px);
  }

  /* News Swiper */
  .HomepageNews-Swiper {
    margin-left: calc(50% - 720px);
  }

  /* Admission Information */
  .admission-info-section .layout--twocol-section {
    width: calc(50% + 745px);
  }

  /* Introduction ***************************************************/
  /* About SES */
  .about-ses-section .layout--twocol-section>.layout__region--first {
    margin-top: 40px;
  }

  /* Introduction Programmes */
  .IntroductionProgrammes {
    /* background-image: url(../image/content/intro_programmes_bg.webp), linear-gradient(to right, #fff 0%, #fff calc(50% - 720px + 540px), #EDF1EA calc(50% - 720px + 540px), #EDF1EA 100%);
    background-size: calc(50% - 720px + 540px) auto, 100% 100%; */
    background-image: linear-gradient(to right, #fff 0%, #fff calc(50% - 720px + 540px), #EDF1EA calc(50% - 720px + 540px), #EDF1EA 100%);
    background-size: 100% 100%;
  }

  .IntroductionProgrammes .paragraph__column nav::before {
    width: calc(50vw - 180px);
    height: min(calc((50vw - 180px) * 0.43), calc(50% + 100px));
  }

  /* Programmes Detail ***************************************************/
  .page-node-type-programmes .block-field-blocknodeprogrammestitle h1::before {
    left: calc(-50vw + 720px);
    right: calc(-50vw + 720px);
  }

  /* News &  Events Detail ***************************************************/
  .page-node-type-news-events .layout--twocol-section .layout__region--second .block-field-blocknodenews-eventstitle .field--name-title::before {
    left: calc(-50vw + 745px - 415px);
    right: calc(-50vw + 745px - 25px);
  }
}

@media screen and (min-width: 1770px) {

  /* Homepage ***************************************************/
  /* image Carousel Swiper */
  .imageCarouselSwiper .swiper-button-next {
    right: calc(50% - 860px);
  }

  .imageCarouselSwiper .swiper-button-prev {
    right: calc(50% - 805px);
  }

  .imageCarouselSwiper .swiper-pagination-bullets {
    left: calc(50% - 865px);
  }
}

@media screen and (max-width: 1699px) {

  /* Header Navbar **********************************************/
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:nth-last-child(4)>.nav-mega {
    left: auto;
    right: 8px;
  }
}

@media screen and (max-width: 1499px) {

  /* Header Navbar **********************************************/
  /* Top header Menu Section **********************************************/
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:not(:last-child) {
    margin-right: 14px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega,
  .header-menu-section .nav-mega {
    width: 700px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-title,
  .header-menu-section .nav-mega .nav-mega-title {
    width: 285px;
    padding: 30px 25px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-title::after,
  .header-menu-section .nav-mega .nav-mega-title::after {
    top: 15px;
    bottom: 15px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body,
  .header-menu-section .nav-mega .nav-mega-body {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 1399px) {

  /* Header Navbar **********************************************/
  /* Top header Menu Section **********************************************/
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega,
  .header-menu-section .nav-mega {
    width: 620px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-title,
  .header-menu-section .nav-mega .nav-mega-title {
    width: 240px;
    padding: 30px 20px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-title .nav-mega-title-link,
  .header-menu-section .nav-mega .nav-mega-title a {
    font-size: 20px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega .nav-mega-body,
  .header-menu-section .nav-mega .nav-mega-body {
    padding: 30px 20px;
  }

  /* Homepage ***************************************************/
  /* Programme Information */
  .ProgrammeInformation-Section {
    background-color: #966C55;
    padding: 40px;
    margin-bottom: 0;
  }

  /* Admission Information */
  /* .paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(3),
  .paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(4) {
    width: calc(50% - 10px);
  } */

  /* Laboratories ***************************************************/
  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity {
    width: 30%;
  }

  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card {
    width: 45%;
  }
}

@media screen and (max-width: 1299px) {

  /* Header ***************************************************/
  .region-header {
    column-gap: 24px;
  }

  /* .header-menu-section .content ul li:not(:first-child), */
  .header-menu-section .content>div:not(:first-child) {
    margin-left: 20px;
  }

  .header-right-section .content .header-share {
    margin-right: 24px;
  }

  .header-right-section .content .header-share li:not(:last-child) {
    margin-right: 12px;
  }

  /* Header Navbar **********************************************/
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:not(:last-child) {
    margin-right: 8px;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 15px;
  }

  /* Programmes Detail ***************************************************/
  .page-node-type-programmes .block-field-blocknodeprogrammestitle h1::before {
    left: -20px;
    right: -20px;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second {
    padding: 0;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second>.block {
    padding: 30px 10px;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second>.block .field__label {
    margin-bottom: 15px;
  }

  /* Laboratories ***************************************************/
  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity {
    width: 35%;
  }

  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card {
    width: 40%;
  }
}

@media screen and (max-width: 1199px) {

  /* Header ***************************************************/
  .region-header {
    border-bottom: none;
  }

  .region-header>div:not(#block-i2-theme-logo) {
    display: none;
  }

  header .navbar,
  .scroll-fixed header .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Header Navbar **********************************************/
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.nav-mega,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:hover>.nav-mega,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:focus>.nav-mega {
    display: none;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .navbar-expand-xl .navbar-nav {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    white-space: normal;
    width: 100%;
    padding: 0;
  }

  .navbar-expand-xl .navbar-nav .nav-link:hover,
  .navbar-expand-xl .navbar-nav .nav-link:focus,
  .navbar-expand-xl .navbar-nav .nav-link[aria-expanded="true"] {
    color: #C0DE1A;
  }

  .navbar-expand-xl .navbar-nav .dropdown-toggle {
    background: url(../image/icon/menu_expand.svg) center center no-repeat;
    border: none;
    width: 20px;
    height: 26px;
  }

  .navbar-expand-xl .navbar-nav .dropdown-toggle::after {
    content: none;
  }

  .navbar-expand-xl .navbar-nav .dropdown-toggle[aria-expanded="true"] {
    background: url(../image/icon/menu_collapse.svg) center center no-repeat;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu {
    background: none;
    border: none;
    width: 80%;
    margin: 15px 0 0;
    padding: 0 0 0 14px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu>.nav-item:not(:last-child) {
    margin-bottom: 15px;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu>.nav-item>.dropdown-item,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu>.nav-item>div>.dropdown-item,
  .navbar-expand-xl .navbar-nav .nav-level-2 li a {
    color: #fff;
    line-height: 1.5;
    white-space: normal;
    padding: 0;
  }

  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu>.nav-item>.dropdown-item:hover,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu>.nav-item>.dropdown-item:focus,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu>.nav-item>.dropdown-item.active,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu>.nav-item>div>.dropdown-item:hover,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu>.nav-item>div>.dropdown-item:focus,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu>.nav-item>div>.dropdown-item.active,
  .navbar-expand-xl .navbar-nav .nav-level-2 li a:hover,
  .navbar-expand-xl .navbar-nav .nav-level-2 li a:focus,
  .navbar-expand-xl .navbar-nav .nav-level-2 li a:active {
    background: none;
    color: #C0DE1A;
  }

  .navbar-expand-xl .navbar-nav .nav-level-1 button {
    display: none;
  }

  .navbar-expand-xl .navbar-nav .nav-level-2 {
    background: no-repeat;
    border: none;
    border-radius: 0;
    display: block;
    margin-top: 10px;
    padding: 0;
  }

  .navbar-expand-xl .navbar-nav .nav-level-2 li {
    background: url(../image/icon/menu_arrow_white.svg) 0 6px no-repeat;
    padding-left: 22px;
  }

  .navbar-expand-xl .navbar-nav .nav-level-2 li:not(:last-child) {
    margin-bottom: 10px;
  }

  /* Header Navbar Toggier **********************************************/
  .navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 14px;
    top: -65px;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 8px rgba(192, 222, 26, .8);
  }

  .scroll-fixed .navbar-toggler {
    top: -55px;
  }

  .navbar-toggler-icon {
    background: url(../image/icon/navbar-toggier.svg) center center no-repeat;
    width: 40px;
    height: 40px;
  }

  .offcanvas-backdrop.show {
    opacity: 0;
  }

  .offcanvas.offcanvas-end {
    background-color: #14833E;
    border: none;
    color: #fff;
    width: 100%;
    overflow-y: auto;
  }

  .offcanvas .btn-close {
    background: #14833E url(../image/icon/offcanvas-close.svg) center center no-repeat;
    float: right;
    width: 48px;
    height: 48px;
    opacity: 1;
    margin-right: 10px;
    margin-top: 20px;
    padding: 0;
  }

  .offcanvas-body {
    clear: both;
    padding: 50px 20px;
  }

  .offcanvas-body .region-nav-main {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
  }

  .offcanvas-body .region-nav-main #block-i2-theme-main-navigation {
    margin-bottom: 50px;
  }

  .offcanvas-body .region-nav-main .language-switcher-language-url {
    margin-top: auto;
    margin-bottom: 50px;
  }

  .offcanvas-body .region-nav-main .language-switcher-language-url ul {
    display: flex;
  }

  .offcanvas-body .region-nav-main .language-switcher-language-url ul li {
    line-height: 26px;
  }

  .offcanvas-body .region-nav-main .language-switcher-language-url ul li:first-child.is-active~ :last-child,
  .offcanvas-body .region-nav-main .language-switcher-language-url ul li:nth-child(2).is-active~ :last-child,
  .offcanvas-body .region-nav-main .language-switcher-language-url ul li:first-child:not(.is-active)~ :nth-child(2):not(.is-active) {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
  }

  .offcanvas-body .region-nav-main .language-switcher-language-url ul li:first-child.is-active~ :last-child::before,
  .offcanvas-body .region-nav-main .language-switcher-language-url ul li:nth-child(2).is-active~ :last-child::before,
  .offcanvas-body .region-nav-main .language-switcher-language-url ul li:first-child:not(.is-active)~ :nth-child(2):not(.is-active)::before {
    background-color: #ccc;
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 4px;
  }

  .offcanvas-body .region-nav-main .language-switcher-language-url ul li.is-active {
    display: none;
  }

  .offcanvas-body .region-nav-main .language-switcher-language-url ul li .language-link {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    display: block;
  }

  .offcanvas-body .region-nav-main .language-switcher-language-url ul li .language-link:hover,
  .offcanvas-body .region-nav-main .language-switcher-language-url ul li .language-link:focus {
    color: #C0DE1A;
  }

  #block-i2-theme-headersharesearch-2 {
    position: relative;
  }

  #block-i2-theme-headersharesearch-2 .header-right-section .content .header-share {
    width: 100%;
    max-width: 360px;
    justify-content: space-between;
    margin-right: 0;
  }

  #block-i2-theme-headersharesearch-2 .header-right-section .content .header-share li {
    margin-right: 0;
  }

  #block-i2-theme-headersharesearch-2 .header-right-section .content .header-share li a img {
    width: 40px;
    height: 40px;
  }

  #block-i2-theme-headersharesearch-2 .header-search {
    position: absolute;
    top: -77px;
    left: min(calc(100% - 28px), calc(360px - 28px));
  }

  #block-i2-theme-headersharesearch-2 .header-search .header-search-header {
    background: url(../image/icon/search_white.svg) center center no-repeat;

    & img {
      opacity: 0;
    }
  }

  #block-i2-theme-headersharesearch-2 .header-search .dropdown-menu {
    left: auto;
    right: 0;
    padding-top: 5px;
  }

  /* Footer ***************************************************/
  footer .navbar-nav {
    gap: 40px;
  }

  footer .navbar-nav>.nav-item.dropdown {
    width: calc(25% - 40px);
  }

  /* Homepage ***************************************************/
  /* Highlights Section */
  .highlights-section .content .left-content h2 {
    padding-left: 20px;
  }

  .highlights-section .content .left-content .left-sub-content {
    padding-left: 20px;
  }

  /* News & Events Section */
  .view-block-homepage-news-events .view-header section {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* News Swiper */
  .HomepageNews-Swiper {
    margin-left: 20px;
  }

  .HomepageNews-button .swiper-button-next {
    right: 20px;
  }

  .HomepageNews-button .swiper-button-prev {
    right: 75px;
  }

  /* Programme Information */
  .programme-info-section .layout--twocol-section>.layout__region.column-67 .field--type-image {
    margin-left: -100px;
  }

  /* Admission Information */
  .admission-info-section .layout--twocol-section {
    padding-right: 20px;
  }

  .paragraph--type--admission-information>.paragraph__column>.button-text-item {
    width: calc(50% - 20px);
    height: 200px;
  }

  /* Introduction ***************************************************/
  /* About SES */
  .about-ses-section .layout--twocol-section>.layout__region--first {
    padding-left: 20px;
  }

  .about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content {
    padding: 30px 40px;
  }

  .about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content .stat-item .counter {
    font-size: 56px;
  }

  .about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content .stat-item .counter-plus {
    font-size: 26px;
    padding-right: 20px;
  }

  .about-ses-section .block-field-blockparagraphtext-two-columnbp-column-content .stat-item .counter {
    font-size: 46px;
  }

  .about-ses-section .block-field-blockparagraphtext-two-columnbp-column-content .stat-item .counter-plus {
    font-size: 30px;
  }

  /* Areas */
  .areas-section .nav-tabs .nav-link {
    padding: 3px 20px 2px;
  }

  .areas-section .nav-tabs .nav-link.active::after {
    left: 20px;
    right: 20px;
  }

  .areas-section .tab-pane .paragraph--type--text-two-column .layout--twocol-section>.layout__region {
    width: calc(50% - 20px);
  }

  /* Introduction Programmes */
  .IntroductionProgrammes {
    /* background-image: url(../image/content/intro_programmes_bg.webp), linear-gradient(to right, #fff 0%, #fff calc(((100% - 40px) * .35) + 20px), #EDF1EA calc(((100% - 40px) * .35) + 20px), #EDF1EA 100%);
    background-size: calc(((100% - 40px) * .35) + 20px) auto, 100% 100%; */
    background-image: linear-gradient(to right, #fff 0%, #fff calc(((100% - 40px) * .35) + 20px), #EDF1EA calc(((100% - 40px) * .35) + 20px), #EDF1EA 100%);
    background-size: 100% 100%;
  }

  .IntroductionProgrammes .paragraph__column nav {
    width: 35%;
    padding: 40px 20px;
  }

  .IntroductionProgrammes .paragraph__column nav::before {
    width: calc(100% + 20px);
  }

  .IntroductionProgrammes .paragraph__column nav h2 {
    font-size: 36px;
  }

  /* Programmes ***************************************************/
  .view-block-programmes-list .views-exposed-form .form-text {
    width: 406px;
  }

  /* Research Choose ***************************************************/
  .research-choose {
    width: calc(100% + 38px);
    margin-left: -19px;
    margin-right: -19px;
  }

  .research-choose li a {
    padding: 3px 19px 2px;
  }

  .view-block-research-project-list .view-content .views-row-header,
  .view-block-research-project-list .view-content .views-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .view-block-research-project-list .view-content .views-row-header>li,
  .view-block-research-project-list .view-content .views-row .views-field-title>.field-content {
    padding: 15px 10px;
  }

  .view-block-research-project-list .view-content .views-row-header>li:nth-child(3) {
    width: 8%;
  }

  .view-block-research-project-list .view-content .views-row-header>li:nth-child(5) {
    width: 12%;
  }

  .view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section .paragraph__column .field--name-field-sdg {
    width: calc(8% * 1.1765);
  }

  .view-block-research-project-list .view-content .views-row .paragraph--type--research-project-section .paragraph__column .field--name-field-project-year {
    width: calc(12% * 1.1765);
  }

  /* Research Students ***************************************************/
  .view-block-research-students-list .views-exposed-form .form-text {
    width: 406px;
  }

  /* GS Mini Theatre ***************************************************/
  .theatre-tab-section .tab-content {
    padding: 30px;
  }

  /* Laboratories ***************************************************/
  .node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs {
    width: 350px;
    padding-right: 30px;
  }

  .node-laboratories .paragraph--type--bp-tabs>.paragraph__column .nav-tabs .nav-link {
    padding: 15px;
  }

  .node-laboratories .block-field-blockparagraphlaboratory-sectionfield-paragraph {
    gap: 20px;
  }

  .node-laboratories .block-field-blockparagraphlaboratory-sectionfield-paragraph>div {
    width: calc(50% - 10px);
  }

  .node-laboratories .paragraph--type--laboratory-document-section {
    padding: 10px 15px;
  }

  .node-laboratories .paragraph--type--laboratory-document-section .field--name-field-link a::after {
    right: 15px;
  }

  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-location,
  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity,
  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card {
    background-position: 20px 20px;
    padding: 20px 20px 20px 58px;
  }

  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-location::after,
  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity::after {
    top: 20px;
    bottom: 20px;
  }

  /* News &  Events Detail ***************************************************/
  .page-node-type-news-events .layout--twocol-section .layout__region--second {
    padding-left: 30px;
  }

  /* Newsletter ***************************************************/
  .newsletter-card .card-body {
    padding: 20px 0 20px 20px;
  }

  /* Contact Us ***************************************************/
  .contact-map-section .layout--twocol-section .layout__region--first,
  .contact-us-section .layout--twocol-section .layout__region--first {
    padding-right: 20px;
  }

  .contact-us-section .layout--twocol-section .layout__region--second {
    padding-left: 20px;
  }

  .contact-us-section ul.media-share {
    flex-wrap: wrap;
    gap: 25px;
  }

  /* Example Pages ***************************************************/
  /* Example Pages -- cards section */
  .paragraph--type--cards-section .layout__region--second {
    padding: 40px;
  }

  /* Example Pages -- Collapse Section */
  .paragraph--type--bp-accordion .accordion .accordion-button {
    padding: 15px 20px;
  }

  .paragraph.paragraph--type--bp-accordion .panel-collapse>.paragraph.paragraph--type--text-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Example Pages -- Table Section */
  .paragraph--type--table thead th,
  .paragraph--type--table tbody tr td,
  .block-layout-builder table tbody tr td {
    padding: 15px 20px;
  }

  /* Example Pages -- PDF Section */
  .paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph {
    gap: 30px;
  }

  .paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div {
    width: calc(25% - 22.5px);
  }
}

@media screen and (max-width: 991px) {

  /* Layout Builder Style ***************************************************/
  /* body:not(.page-node-14, .page-node-17) .node--type-page .node__content>.layout:nth-child(2) .block-field-blocknodepagebody {
    padding-top: 50px;
    padding-bottom: 50px;
  } */
  body:not(.page-node-14, .page-node-17) .node--type-page .node__content>.layout:nth-child(2)>:last-child {
    padding-bottom: 50px;
  }

  body.page-node-43 .node--type-page .node__content>.layout:nth-child(2)>:last-child {
    padding-bottom: 0;
  }

  /* Header Navbar **********************************************/
  .navbar-expand-xl .navbar-nav .nav-link,
  #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>.dropdown-menu {
    width: 100%;
  }

  /* Footer ***************************************************/
  footer {
    padding-top: 50px;
  }

  footer .region-footer {
    padding-bottom: 30px;
  }

  footer .navbar-nav>.nav-item.dropdown {
    width: calc(33.33% - 26.667px);
  }

  /* Homepage ***************************************************/
  /* Highlights Section */
  .highlights-section {
    padding-top: 0;
  }

  .highlights-section::before {
    content: none;
  }

  .highlights-section .content {
    flex-direction: column-reverse;
    padding-top: 122px;
  }

  .highlights-section .content .left-content {
    background: url(../image/content/highlights_section_bg.webp) 35px 0 no-repeat;
    background-size: cover;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 50px;
  }

  .highlights-section .content .left-content .left-sub-content {
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .highlightsLeftSwiper .swiper-slide h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .highlights-section .content .right-content {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlights-section .content .left-content h2 {
    line-height: calc(100% + 6px);
    margin: 0;
    padding-left: 20px;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .highlightsRightSwiper {
    margin-left: 0;
  }

  /* News & Events Section */
  .view-block-homepage-news-events {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .view-block-homepage-news-events .view-header section h2 {
    line-height: calc(100% + 6px);
  }

  /* Programme Information */
  .programme-info-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .programme-info-section::before {
    top: calc(68vw - 20px);
    left: 20px;
  }

  .programme-info-section .layout--twocol-section {
    flex-direction: column-reverse;
  }

  .programme-info-section .layout--twocol-section>.layout__region.column-33,
  .programme-info-section .layout--twocol-section>.layout__region.column-67 {
    width: 100%;
  }

  .ProgrammeInformation-Section {
    margin-left: -20px;
    padding: 40px 20px;
  }

  .ProgrammeInformation-Section h2 {
    line-height: calc(100% + 6px);
  }

  .programme-info-section .layout--twocol-section>.layout__region.column-67 .field--type-image {
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }

  /* Admission Information */
  .admission-info-section {
    padding-bottom: 50px;
  }

  .admission-info-section::before {
    left: 20px;
  }

  .admission-info-section .layout--twocol-section {
    padding-right: 0;
  }

  .admission-info-section .layout--twocol-section>.layout__region.column-33,
  .admission-info-section .layout--twocol-section>.layout__region.column-67 {
    width: 100%;
  }

  .admission-info-section .layout--twocol-section>.layout__region.column-33 .block img {
    height: 460px;
    object-position: 28% 70%;
  }

  .paragraph--type--admission-information {
    padding: 40px 20px;
  }

  .paragraph--type--admission-information .paragraph--type--button a {
    width: 100%;
  }

  /* Introduction ***************************************************/
  /* About SES */
  .about-ses-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-ses-section .layout--twocol-section {
    flex-direction: column-reverse;
  }

  .about-ses-section .layout--twocol-section>.layout__region {
    width: 100%;
  }

  .about-ses-section .layout--twocol-section>.layout__region--first {
    padding-left: 0;
    padding-right: 20px;
  }

  .about-ses-section .layout--twocol-section>.layout__region--second .field--name-bp-image-field {
    margin: 0;
    padding-left: 20px;
  }

  /* Areas */
  .areas-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .areas-section .tab-pane .paragraph--type--text-two-column .layout--twocol-section {
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .areas-section .tab-pane .paragraph--type--text-two-column .layout--twocol-section>.layout__region {
    width: 100%;
  }

  /* Introduction Programmes */
  .IntroductionProgrammes {
    background: #EDF1EA url(../image/content/intro_programmes_bg.webp) no-repeat;
    background-size: 100% auto;
    background-position-y: calc(-20vw + 40px);
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .IntroductionProgrammes .paragraph__column {
    flex-direction: column;
  }

  .IntroductionProgrammes .paragraph__column nav {
    width: 100%;
    padding: 30px 20px 40px;
    position: relative;
    top: 0;
  }

  .IntroductionProgrammes .paragraph__column nav::before,
  .IntroductionProgrammes .paragraph__column nav::after {
    content: none;
  }

  .IntroductionProgrammes .paragraph__column .tab-content {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }

  .IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .card-body {
    padding: 20px 60px 20px 20px;
  }

  .IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .card-body::before {
    top: 20px;
    right: 15px;
  }

  /* People ***************************************************/
  .modal-body .people-detail .people-detail-right .people-detail-research-interests {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .modal-body .people-detail .people-detail-right .people-detail-teaching-areas {
    float: none;
    width: 100%;
  }

  .modal-body .people-detail .people-detail-right .sdgs-icons-list .sdgs-icon-item {
    width: 90px;
  }

  /* Programmes ***************************************************/
  .view-block-programmes-list {
    padding-top: 50px;
  }

  .view-block-programmes-list .views-exposed-form .form-text {
    width: 256px;
  }

  /* Programmes Detail ***************************************************/
  .page-node-type-programmes main {
    margin-top: 150px;
  }

  .page-node-type-programmes .node-programme-info {
    align-items: normal;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second {
    margin-top: 50px;
  }

  .page-node-type-programmes .node-programme-enquiry .admission-html>*:first-child::before,
  .page-node-type-programmes .node-programme-enquiry .programme-html>*:first-child::before,
  .page-node-type-programmes .node-programme-enquiry .programme-leader-html>*:first-child::before {
    display: block;
    margin-bottom: 10px;
  }

  .page-node-type-programmes .node-programme-enquiry .admission-html>*:not(:first-child)::before,
  .page-node-type-programmes .node-programme-enquiry .programme-html>*:not(:first-child)::before,
  .page-node-type-programmes .node-programme-enquiry .programme-leader-html>*:not(:first-child)::before {
    content: none;
  }

  .page-node-type-programmes .programme-tab-section,
  .page-node-type-programmes .programme-tab-section #ProgrammeTab {
    margin-bottom: 50px;
  }

  /* Research Choose ***************************************************/
  .view-block-research-project-list .view-header #research-searching {
    width: 380px;
  }

  .view-block-research-project-list .view-content .views-row-header,
  .view-block-research-project-list .view-content .views-row {
    width: 130%;
  }

  /* Research Students ***************************************************/
  .view-block-research-students-list .views-exposed-form .form-text {
    width: 256px;
  }

  /* detail */
  .modal-body .detail .detail-right .detail-qualification {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .modal-body .detail .detail-right .detail-rincipal-supervisor {
    float: none;
    width: 100%;
  }

  /* GS Mini Theatre ***************************************************/
  .mini-theatre-section {
    padding-bottom: 30px;
  }

  .theatre-tab-section .tab-content {
    padding: 20px;
  }

  .theatre-tab-section .tab-body .layout--twocol-section .layout__region--first {
    width: 100%;
    margin-bottom: 15px;
  }

  .theatre-tab-section .tab-body .layout--twocol-section .layout__region--second {
    width: 100%;
  }

  .theatre-tab-section .tab-body .block-field-blockparagraphtext-two-columnfield-left-content {
    max-width: none;
  }

  .theatre-tab-section .nav-tabs .nav-link {
    font-size: 16px;
    padding: 15px;
  }

  .theatre-tab-section .nav-tabs .nav-link:first-child::after,
  .theatre-tab-section .nav-tabs .nav-link:nth-child(2)::after,
  .theatre-tab-section .nav-tabs .nav-link:nth-child(3)::after {
    width: 15px;
    right: -15px;
  }

  /* Laboratories ***************************************************/
  /* .node-laboratories {
    padding-top: 50px;
    padding-bottom: 50px;
  } */
  .node-laboratories .paragraph--type--bp-tabs>.paragraph__column {
    flex-direction: column;
  }

  .node-laboratories .paragraph--type--bp-tabs>.paragraph__column nav {
    margin-bottom: 50px;
  }

  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity {
    width: 30%;
  }

  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card {
    width: 45%;
  }

  /* Laboratories: 手機顯示 dropdown 並隱藏 tabs */
  .page-node-56 #tab-85>.paragraph__column>nav .dropdown-section,
  .page-node-57 #tab-709>.paragraph__column>nav .dropdown-section {
    display: block;
  }

  .page-node-56 #tab-85>.paragraph__column>nav .nav.nav-tabs,
  .page-node-57 #tab-709>.paragraph__column>nav .nav.nav-tabs {
    display: none;
  }

  /* News &  Events Detail ***************************************************/
  .page-node-type-news-events main {
    margin-top: 150px;
  }

  .page-node-type-news-events .layout--twocol-section .layout__region--first {
    width: 240px;
  }

  .page-node-type-news-events .layout--twocol-section .layout__region--second {
    width: calc(100% - 240px);
  }

  /* Contact Us ***************************************************/
  .contact-map-section ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  .contact-us-section ul.media-share {
    gap: 20px;
  }

  /* Search ***************************************************/
  .view-gobal-search {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .view-gobal-search .views-exposed-form .form-text {
    width: 256px;
  }

  /* Example Pages ***************************************************/
  /* body:not(.page-node-14, .page-node-17, .page-node-56, .page-node-57) .Banner-Section ~ .layout--onecol:nth-child(2) .layout__region--content .block-field-blocknodepagefield-details-paragraphs {
    padding-top: 50px;
  } */
  /* Example Pages --  Quote */
  .paragraph--type--bp-simple.hasQuote .paragraph__column {
    margin-bottom: 50px;
  }

  /* Example Pages -- cards section */
  .paragraph--type--cards-section .layout--twocol-section {
    display: block;
  }

  .paragraph--type--cards-section .layout--twocol-section .layout__region--first,
  .paragraph--type--cards-section .layout--twocol-section .layout__region--second {
    width: 100%;
  }

  .paragraph--type--cards-section .layout__region--second {
    padding: 20px;
  }

  /* Example Pages -- image-with-caption */
  .paragraph--type--image-with-caption {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .paragraph--type--image-with-caption.column-3 .block-field-blockparagraphimage-with-captionfield-paragraphs-section>div {
    width: 50%;
  }

  .paragraph--type--image-with-caption.column-2 .field--name-bp-text {
    width: calc(100% - 14px);
    margin-top: -14px;
    padding: 14px 18px 18px;
  }

  /* Example Pages -- carouselSectionSwiper */
  /* .carouselSectionSwiper .swiper-slide {
    height: 250px
  } */
  /* Example Pages -- Collapse Section */
  .paragraph--type--carousel-section {
    margin-bottom: 110px;
  }

  /* Example Pages -- Video Section */
  .paragraph--type--video-section {
    margin-bottom: 50px;
  }

  /* Example Pages -- Collapse Section */
  .paragraph--type--bp-accordion {
    margin-bottom: 50px;
  }

  /* Example Pages -- Table Section */
  .paragraph--type--table {
    margin-bottom: 50px;
  }

  /* Example Pages -- PDF Section */
  .paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div {
    width: calc(33.33% - 20px);
  }
}

@media screen and (max-width: 767px) {

  /* Header ***************************************************/
  .region-header,
  .scroll-fixed .region-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-logo>img,
  .scroll-fixed .site-logo>img {
    height: 42px;
  }

  .logo-section .content ul li:last-child {
    margin-left: 16px;
    padding: 8px 0 0 16px;
  }

  .site-logo-ses>img,
  .scroll-fixed .site-logo-ses>img {
    width: auto;
    height: 34px;
  }

  .navbar-toggler,
  .scroll-fixed .navbar-toggler {
    top: -61px;
  }

  /* back to top ***********/
  #block-i2-theme-backtotop .sidebar-back-to-top {
    right: 20px;
    bottom: 25px;
  }

  /* Footer ***************************************************/
  footer .navbar-nav>.nav-item.dropdown {
    width: calc(50% - 20px);
  }

  /* Footer Bottom **********************************************/
  .region-footer-bottom .container {
    gap: 50px;
  }

  .section-FooterBottom-left .content,
  .section-FooterBottom-right .content {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  /* Homepage ***************************************************/
  /* image Carousel Swiper */
  .imageCarouselSwiper::before {
    height: 95px;
  }

  .imageCarouselSwiper .swiper-slide .desktop-image {
    display: none;
  }

  .imageCarouselSwiper .swiper-slide .mobile-image {
    display: block;
  }

  .imageCarouselSwiper .swiper-button-next {
    bottom: 20px;
    right: 20px;
  }

  .imageCarouselSwiper .swiper-button-prev {
    bottom: 20px;
    right: 75px;
  }

  .imageCarouselSwiper .swiper-pagination-bullets {
    bottom: 20px;
    left: 20px;
  }

  /* News & Events Section */
  .view-block-homepage-news-events .view-header section {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  /* Admission Information */
  .admission-info-section .layout--twocol-section>.layout__region.column-33 .block img {
    height: 470px;
  }

  /* .paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(3),
  .paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(4) {
    float: none;
    width: 100%;
    height: 150px;
  }

  .paragraph--type--admission-information>.paragraph__column>.field--name-field-text~div:nth-child(3) {
    margin-bottom: 20px;
    margin-right: 0;
  } */
  .paragraph--type--admission-information>.paragraph__column>.button-text-item {
    float: none;
    width: 100%;
    height: 150px;
  }

  .paragraph--type--admission-information>.paragraph__column>.button-text-item {
    margin-right: 0;
  }

  /* Banner Section ***************************************************/
  .Banner-Section .layout__region--content {
    padding: 20px;
  }

  .Banner-Section .layout__region--content .field--name-field-description {
    font-size: 22px;
  }

  /* Introduction ***************************************************/
  /* About SES */
  .about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content {
    padding: 20px;
  }

  .about-ses-section .block-field-blockparagraphtext-two-columnfield-left-content>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .about-ses-section .block-field-blockparagraphtext-two-columnbp-column-content .paragraph--type--bp-columns {
    width: 100%;
  }

  /* People ***************************************************/
  .people-staff-section ul {
    gap: 8px;
  }

  .people-staff-section ul li a {
    font-size: 15px;
    padding: 2px 8px;
  }

  .view-block-people-list .view-header h2 {
    font-size: 26px;
  }

  .view-block-people-list .view-header h2::before,
  .view-block-people-list .view-header h2::after {
    width: 20px;
  }

  .view-block-people-list .card-people .card-content {
    align-items: flex-start;
  }

  .view-block-people-list .card-people:not(.card-people-2) .card-content::before {
    /* width: max(66.67%, calc(100% - 150px)); */
    left: min(33.33%, 150px);
  }

  .view-block-people-list .card-people .card-content .card-img {
    width: 33.33%;
    max-width: 150px;
    aspect-ratio: 3 / 4;
    height: auto;
  }

  .view-block-people-list .card-people .card-content .card-body {
    padding: 15px 15px 10px;
  }

  .modal-body .people-detail .people-detail-left,
  .modal-body .people-detail .people-detail-right {
    width: 100%;
    padding: 20px;
  }

  .modal-body .people-detail .people-detail-left .people-detail-images {
    width: 65%;
  }

  .modal-body .people-detail .people-detail-right .sdgs-icons-list .sdgs-icon-item {
    width: calc(33.33% - 13.35px);
    max-width: 100px;
  }

  /* modal  */
  .modal-xl {
    width: calc(100% - 30px);
    margin: 15px;
  }

  .modal-content .btn-close {
    width: 35px;
    height: 35px;
    right: -10px;
    top: -8px;
  }

  /* Programmes ***************************************************/
  .view-block-programmes-list {
    padding-top: 50px;
  }

  .view-block-programmes-list .view-header {
    float: none;
  }

  .view-block-programmes-list .view-filters {
    display: block;
    float: none;
    margin-bottom: 50px;
  }

  .view-block-programmes-list .view-filters::before {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .view-block-programmes-list .view-header .title {
    margin-bottom: 20px;
  }

  .view-block-programmes-list .views-exposed-form .form-item {
    width: calc(100% - 26px);
  }

  .view-block-programmes-list .views-exposed-form .form-text {
    width: auto;
  }

  .card-programmes {
    flex-direction: column;
  }

  .card-programmes .card-img {
    width: 100%;
    max-width: none;
  }

  .card-programmes .card-body {
    padding-left: 0;
    padding-top: 30px;
  }

  /* Programmes Detail ***************************************************/
  .page-node-type-programmes .node-programme-info .layout__region {
    width: 100%;
  }

  .page-node-type-programmes .node-programme-info .field--name-field-images {
    margin-right: 0;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second {
    margin-top: 0;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second::before,
  .page-node-type-programmes .node-programme-info .layout__region--second::after {
    content: none;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second>.block {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 0;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second>.block:not(:last-child) {
    border-bottom: #0FB058 1px solid;
  }

  .page-node-type-programmes .node-programme-info .layout__region--second>.block .field__item {
    font-size: 26px;
  }

  .page-node-type-programmes .node-programme-enquiry {
    row-gap: 50px;
  }

  .page-node-type-programmes .node-programme-enquiry .layout__region {
    width: 100%;
  }

  .page-node-type-programmes .node-programme-enquiry .layout__region--second {
    padding-left: 0;
  }

  /* Research Choose ***************************************************/
  .view-block-research-project-list .view-header .title {
    width: 100%;
    margin-bottom: 20px;
  }

  .view-block-research-project-list .view-header #research-searching {
    width: 100%;
  }

  .view-block-research-project-list .view-content .views-row-header,
  .view-block-research-project-list .view-content .views-row {
    width: 266%;
  }

  /* Research Students ***************************************************/
  .view-block-research-students-list .view-header {
    float: none;
  }

  .view-block-research-students-list .view-header h2 {
    margin-bottom: 20px;
  }

  .view-block-research-students-list .view-filters {
    float: none;
    margin-bottom: 50px;
  }

  .modal-body .detail .detail-left,
  .modal-body .detail .detail-right {
    width: 100%;
    padding: 20px;
  }

  .modal-body .detail .detail-left .detail-images {
    width: 65%;
  }

  /* GS Mini Theatre ***************************************************/
  .mini-theatre-section .layout--twocol-section .column-33 {
    width: 100%;
    padding-right: 0;
  }

  .mini-theatre-section .layout--twocol-section .column-67 {
    width: 100%;
  }

  .theatre-tab-section .nav-tabs .nav-link {
    width: 100%;
    padding: 20px;
  }

  .theatre-tab-section .nav-tabs .nav-link:first-child::after,
  .theatre-tab-section .nav-tabs .nav-link:nth-child(2)::after,
  .theatre-tab-section .nav-tabs .nav-link:nth-child(3)::after {
    width: 30px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    right: calc(50% - 15px);
    top: auto;
    bottom: -9px;
  }

  .theatre-tab-section .paragraph--type--bp-accordion .accordion .accordion-button[aria-expanded="true"] {
    font-size: 20px;
  }

  .theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse>.paragraph>.paragraph__column>div {
    width: 100%;
  }

  .theatre-tab-section .paragraph--type--bp-accordion .accordion .panel-collapse>.paragraph>.paragraph__column>div.field--name-field-image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  /* Laboratories ***************************************************/
  .node-laboratories .block-field-blockparagraphlaboratory-sectionfield-paragraph>div {
    width: 100%;
  }

  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-location,
  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity,
  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .card {
    width: 100%;
  }

  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-location::after,
  .node-laboratories .paragraph--type--laboratory-ar-vr>.paragraph__column .field--name-field-seating-capacity::after {
    width: auto;
    height: 1px;
    top: auto;
    left: 20px;
    right: 20px;
    bottom: 0;
  }

  /* News &  Events ***************************************************/
  .view-block-news-events-list .view-header,
  .view-block-news-events-list .view-filters {
    float: none;
  }

  .view-block-news-events-list .view-header h2 {
    margin-bottom: 20px;
  }

  #views-exposed-form-block-news-events-list-block-1 .form-item-field-tags-target-id,
  #views-exposed-form-block-news-events-list-block-1 .form-item-field-years-value {
    width: 50%;
  }

  #views-exposed-form-block-news-events-list-block-1 .form-select {
    width: 100%;
  }

  .new-list-card {
    flex-wrap: wrap;
  }

  .new-list-card .card-img {
    width: 100%;
    height: calc(100vw - 40px);
  }

  .new-list-card .card-body {
    width: 100%;
    padding: 30px 20px;
  }

  .new-list-card .card-body .card-category {
    padding-right: 25px;
  }

  /* News &  Events Detail ***************************************************/
  .page-node-type-news-events .layout--twocol-section .layout__region--first,
  .page-node-type-news-events .layout--twocol-section .layout__region--second {
    width: 100%;
  }

  .page-node-type-news-events .layout--twocol-section .layout__region--second {
    padding-left: 0;
    padding-top: 30px;
  }

  .page-node-type-news-events .layout--twocol-section .layout__region--second .block-field-blocknodenews-eventsfield-tags,
  .page-node-type-news-events .layout--twocol-section .layout__region--second .block-field-blocknodenews-eventstitle {
    display: none;
  }

  .page-node-type-news-events .layout--twocol-section .block-field-blocknodenews-eventstitle .field--name-title::before {
    left: -20px;
    right: -20px;
  }

  .page-node-type-news-events .layout--twocol-section .block-field-blocknodenews-eventstitle .field--name-title {
    padding-bottom: 30px;
  }

  .page-node-type-news-events .block-field-blocknodenews-eventsfield-date,
  .page-node-type-news-events .block-field-blocknodenews-eventsfield-time,
  .page-node-type-news-events .block-field-blocknodenews-eventsfield-location {
    float: none;
  }

  .page-node-type-news-events .block-field-blocknodenews-eventsfield-date,
  .page-node-type-news-events .block-field-blocknodenews-eventsfield-time {
    border-right: none;
    clear: both;
    margin-right: 0;
    padding-right: 0;
  }

  /* Contact Us ***************************************************/
  .contact-us-section:last-child {
    padding-bottom: 80px;
  }

  .contact-us-section .layout--twocol-section {
    row-gap: 30px;
  }

  .contact-map-section .layout--twocol-section,
  .contact-us-section:last-child .layout--twocol-section {
    row-gap: 50px;
  }

  .contact-map-section .layout--twocol-section .layout__region,
  .contact-us-section .layout--twocol-section .layout__region {
    width: 100%;
  }

  .contact-map-section .layout--twocol-section .layout__region--first,
  .contact-us-section .layout--twocol-section .layout__region--first {
    padding-right: 0;
  }

  /* Search ***************************************************/
  .view-gobal-search .view-filters {
    display: block;
    float: none;
    margin-bottom: 50px;
  }

  .view-gobal-search .view-filters::before {
    margin-bottom: 10px;
    margin-right: 0;
  }

  /* Example Pages ***************************************************/
  /* Example Pages --  Quote */
  .paragraph--type--bp-simple.hasQuote .paragraph__column::before {
    transform: scale(0.6);
    top: -4px;
    left: -22px;
  }

  .paragraph--type--bp-simple.hasQuote .paragraph__column::after {
    transform: rotate(180deg) scale(0.6);
    bottom: 5px;
  }

  .paragraph--type--bp-simple.hasQuote .paragraph__column {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 62px;
  }

  /* Example Pages -- image-with-caption */
  .paragraph--type--image-with-caption.column-2 .block-field-blockparagraphimage-with-captionfield-paragraphs-section>div {
    width: 100%;
  }

  .paragraph--type--image-with-caption.column-3 .block-field-blockparagraphimage-with-captionfield-paragraphs-section>div {
    width: 100%;
  }

  /* Example Pages -- carouselSectionSwiper */
  .carouselSectionSwiper .swiper-slide {
    height: auto;
  }

  .paragraph--type--carousel-section .carouselSectionSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  /* Example Pages -- video section */
  .layout--onecol .layout__region.video-section-content {
    width: 100%;
  }

  .vr-viewer {
    height: 300px !important;
  }

  .vr-controls {
    top: 10px;
    right: 10px;
  }

  /* Example Pages -- PDF Section */
  .paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph {
    gap: 20px;
  }

  .paragraph--type--pdf-preview .block-field-blockparagraphpdf-previewfield-paragraph>div {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 499px) {

  /* Introduction ***************************************************/
  /* Introduction Programmes */
  .IntroductionProgrammes {
    background-size: auto 250px;
    background-position: 50% 0;
  }

  .IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab {
    flex-direction: column;
  }

  .IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .card-img,
  .IntroductionProgrammes .paragraph__column .tab-content .card-programmes-tab .card-body {
    width: 100%;
  }

  /* Newsletter ***************************************************/
  .newsletter-card {
    flex-direction: column;
  }

  .newsletter-card .card-img {
    width: 100%;
  }

  .newsletter-card .card-body {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 379px) {

  /* News Swiper */
  .HomepageNews-Swiper {
    margin-right: 20px;
  }
}

/* Year dropdown active state styles */
.years-select select option.active {
  background-color: #007bff !important;
  color: white !important;
  font-weight: bold;
}

/* Highlight selected year in dropdown */
.years-select select option:checked {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}

/* Research Students Navigation Styles */
.research-navigation {
  margin: 20px 0;
  padding: 15px 0;
  border-bottom: 1px solid #e9ecef;
}

.research-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.research-nav-list .nav-item {
  margin: 0;
}

.research-nav-link {
  display: inline-block;
  padding: 8px 16px;
  color: #6c757d;
  text-decoration: none;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}

.research-nav-link:hover {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #adb5bd;
  text-decoration: none;
}

.research-nav-link.active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.research-nav-link.active:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

/* Responsive design for research navigation */
@media (max-width: 768px) {
  .research-nav-list {
    flex-direction: column;
    gap: 5px;
  }

  .research-nav-link {
    text-align: center;
    padding: 10px 16px;
  }
}