/*
 Theme Name:   Harrow School 2023
 Theme URI:    https://www.phoenixmedia.co.th/
 Description:  
 Author:       Phoenix Media
 Author URI:   https://www.phoenixmedia.co.th/
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child

@import url("custom-font.css");*/
:root {
  /* Color */
  --harrowblue: #0C2340;
  --harrowblue2: #011844;
  --harrowblue3: #010406;
  --harrowblue4: #012A54;
  --harrowgold: #A39161;
  --harrowgoldlight: #948162;
  --harrowgold-50:#F4F2EE;
  --harrowgold-200:#D0C8B7;
  --harrowblack: #010406;
  /* EN Font */
  --en_headerfont1: "Bembo";
  --en_headerfont2: 'Requiem';
  --en_bodyfont: "Lato";
  --cn_headerfont: 'Noto Serif SC';
  --cn_bodyfont: 'Noto Sans SC';
}
body:not(.logged-in) .admin-only { display:none; }
body.en { font-family: var(--en_bodyfont), Sans-serif ; }
body.zh { font-family: var(--cn_headerfont), Sans-serif ;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { 
  font-family: var(--en_headerfont2), var(--cn_headerfont), 
  Sans-serif ; font-weight:700; 
  text-transform: uppercase;
}
.zh h1, .zh .h1, .zh h2, .zh .h2, .zh h3, .zh .h3, .zh h4, .zh .h4, .zh h5, .zh .h5, .zh h6, .zh .h6 { 
  letter-spacing: 1px;
}
h2.sm-h2 {
    font-size: 22px;
    line-height: 24px;
}
p, ul, ol { font-family: var(--en_bodyfont), Sans-serif ;  }
a { text-decoration:none !important; }
.page-content p a, 
.page-content h2 a, 
.page-content h3 a, 
.page-content h4 a, 
.page-content li a, 
.page-content table a , 
.page-content .eb-tab-inner a {
    color: var(--harrowgold);
    font-family: var(--en_bodyfont), Sans-serif ; 
}
.page-content p.sgp-pdf-download a,
.page-content p.sgp-pdf-download a:hover {
  color: #ffffff;
}
.page-content p a:hover {
  color: var(--harrowgold);
}
.page-content p.pdf-link a {
  padding-left: 28px;
}
.page-content p.pdf-link:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: url(inc/img/pdf-icon.png) no-repeat;
  background-size: contain !important;
  background-position: center center !important;
  position: absolute;
}
.mb-0,
.mb-0 figure.wp-block-image,
.mb-0 figure.wp-block-image img { margin-bottom:0px }
.mb-8 { margin-bottom:8px }
.mb-16 { margin-bottom:16px }
.mb-24 { margin-bottom:24px }
.mb-32 { margin-bottom:32px }
.mb-64 { margin-bottom:64px }
.mt-0 { margin-top:0px }
.mt-8 { margin-top:8px }
.mt-16 { margin-top:16px }
.mt-24 { margin-top:24px }
.mt-32 { margin-top:32px }
.mt-64 { margin-top:64px }
ul.ul-2cols { display: grid; grid-template-columns: 1fr 1fr; }
.eb-accordion-content-wrapper h3 { margin-bottom:10px !important }
.pdtb-10 { padding:10px 0 }
.pdrl-10 { padding:0 10px }
.pdx-10 { padding:10px }
.hr-30 { margin:30px 0 }
.gotham { font-family:var(--en_bodyfont); }
.blue { color:var(--harrowblue); }
.gold, 
.gold a { color:var(--harrowgold); }
.gold a:hover { color:var(--harrowblue); }
.lighter-ft { font-weight:100 }
.lighter-header { font-weight:400 !important }
.align-center { text-align:center; }
.no-shadow { box-shadow: none !important; }
.no-underline,
.no-underline a { text-decoration:none; }
.section1 { padding: 64px 40px }
.section2 { padding: 64px 0px }
.section1 .section-header,
.section1 .section-subheader,
.section2 .section-header,
.section2 .section-subheader { 
  font-family:var(--en_headerfont2), var(--cn_headerfont), Sans-serif; 
  text-transform:uppercase; 
  font-size:32px; 
  line-height:40px;
}
.section1 .section-header,
.section2 .section-header{  font-weight:700;  color:var(--harrowblue);  }
.section1 .section-subheader,
.section2 .section-subheader{ 
  font-weight:400; color:var(--harrowgold);
  margin-bottom: 40px; 
}
.bg-gold-50 { background: #F4F2EE }
.gold-hr,
.hr-gold  { 
  border: 0;
  border-bottom:1px solid var(--harrowgold); 
}
.border-r-2 { border-radius:2px }
span#count1, span#count2 { font-family:var(--en_bodyfont); }
a.button,
.button a,
input.button,
.adm-button a {
  padding: 12px 43px;
  font-family: var(--en_bodyfont);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin-right: 16px;
  text-decoration: none;
  border-radius: 0;
}
a.button-1,
.button-1 a {
  background: var(--harrowgold);
  color: #ffffff;
  border: 1px solid #fff;
}
a.button-1:hover, 
.button-1 a:hover {
  background: var(--harrowblue);
  border: 1px solid var(--harrowblue);
  color: #ffffff;
}
.button-2 {
  background: transparent;
  color: var(--harrowblue);
  border: 1px solid var(--harrowblue);
}
.button-2:hover {
  background: var(--harrowblue);
  color: #ffffff;
}
.button-3,
.button-4 {
  background: var(--harrowblue);
  color: #ffffff;
  border: 1px solid var(--harrowblue);
}
.button-3:hover {
  background: transparent;
  color: var(--harrowblue);
}
.button-4:hover {
  background: var(--harrowgold);
  color: #ffffff;
  border: 1px solid #ffffff;
}
.unstyle-btn .eb-button a.eb-button-anchor {
  padding: 0px !important;
  color: var(--harrowblue) !important;
  background-color: transparent !important;
  border: none !important;
}
.unstyle-btn .eb-button a.eb-button-anchor:hover {
  border: none !important;
}
.harrowbtn {
  display: block;
  padding: 17px 18px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--en_bodyfont);
  color: var(--harrowblue);
  font-weight: 500;
  background: #F2F2F2;
  background-image: url(inc/img/watermark.png);
  background-position: 95% -19px;
  background-repeat: no-repeat;
  background-size: 50% auto;
  border-radius: 3px;
}
.harrowbtn:hover {
  color: #fff;
  background: var(--harrowblue);
  background-image: url(inc/img/watermark.png);
  background-position: 95% -19px;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
/** Defult WP Button Widget */
.eb-button a.eb-button-anchor {
  font-family: var(--en_bodyfont) !important;
  color: #ffffff !important;
  background-color: var(--harrowblue) !important;
  border-radius: 0 !important;
  padding: 12px 43px !important;
  border: 1px solid var(--harrowblue) !important;
}
.eb-button a.eb-button-anchor:hover {
  background-color: transparent !important;
  color: var(--harrowblue) !important;
  border: 1px solid var(--harrowblue) !important;
}
.btn-fullwidth .eb-button {
  display: block;
}
.btn-fullwidth .eb-button a.eb-button-anchor {
  justify-content: left;
  padding: 12px 20px !important;
}
.harrow-fullw-btn .eb-button a.eb-button-anchor {
  text-transform: uppercase;
  font-weight: 500;
  background-image: url(inc/img/watermark.png);
  background-position: 95% -19px;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.font-style-1 {
  font-family: var(--en_headerfont1);
  font-size: 28px;
  line-height: 32px;
  font-style: italic;
  font-weight: 500;
}
.zh .font-style-1 {
  font-style: var(--cn_headerfont);
}
.adm-button a {
    margin-right: 0px !important;
    padding: 12px 32px;
    display: inline-block;
    color: #fff;
    background: var(--harrowblue);
}
.adm-button a:hover,
.apply-btn a {
  color: #fff;
  background: var(--harrowgold);
}
.apply-btn a:hover {
  background: var(--harrowblue);
}
.quote-style-1 {
  padding-top: 50px;
  background-image: url(inc/img/icon-quote-1.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
.quote-style-2 {
  background: #F4F2EE;
  padding: 40px;
  box-shadow: 0px -2px 8px 0px #0E2C3814;
  position: relative;
  font-size: 18px;
  line-height: 22px;
}
.quote-style-2:before,
.quote-style-2:after {
  content: " ";
  width: 24px;
  height: 24px;
  background: url(inc/img/icon-quote-2.svg) no-repeat;
  background-size: contain !important;
  background-position: center center !important;
  position: absolute;
}
.quote-style-2:before {
  top: 16px;
  left: 16px;
}
.quote-style-2:after {
  bottom: 16px;
  right: 16px;
  transform: rotate(180deg);
}
.txt-warning {
  background: #F4F2EE;
  padding: 24px 24px 24px 56px;
  font-style: italic;
  position: relative;
}
.txt-warning:before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f129" !important;
  font-weight: 900 !important;
  position: absolute !important;
  left: 16px;
  top: 24px;
  color: #E0B966;
  font-style: normal;
  border: 2px solid;
  padding: 0px 9px;
  border-radius: 20px;
}
.txt-box-1 {
  background: var(--harrowgold-50);
  border: 1px solid var(--harrowgold-200);
  padding: 20px;
}
.harrow-li {
  list-style: none;
}
.harrow-li li::before {
  content: "\2022";  
  color: var(--harrowgold); 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
  font-size: 20px;
}
.font-xl { font-size:36px; line-height:45px; }
.font-l { font-size:28px; line-height:36px; }
.harrow-accordion .eb-accordion-wrapper p {
  margin-bottom: 1em !important;
}
.harrow-accordion .eb-accordion-wrapper:not(.eb-accordion-hidden) .eb-accordion-icon { color: #fff;}
.faqs-accordion h3 { text-transform:none; }
#wrapper-site-logo,
#wrapper-navbar,
#wrapper-navbar nav,
#wrapper-navbar ul.main-menu-col,
#wrapper-social .post-info-wrapper .post-excerpt {
      transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
span.opm-icon {
    display: block;
    margin-bottom: 10px;
}
span.opm-icon i {
 color: var(--harrowgold);
  margin-right: 5px;
}
#wrapper-social .efbl_feeds_carousel .efbl-grid-wrapper {
    border: 0;
    border-radius: 5px;
    padding: 0;
    box-shadow: 0px 4px 4px 0px #00000014;

}
#wrapper-social .efbl_feeds_carousel .efbl-grid-wrapper .efbl_feed_fancy_popup img { border-radius:5px 5px 0 0; }
#wrapper-social .efbl-feed-content,
#wrapper-social .efbl-post-footer { padding: 0 15px; }
.harrow-fm {
    padding: 40px;
    background: var(--harrowgold-50);
}
.harrow-fm .ginput_container_date input {
  width: 90%  !important;
}
.harrow-fm #gform_submit_button_1 {
  border: 0;
  background: var(--harrowgold);
  color: #fff;
  margin: 0 !important;
}
.harrow-fm .gform_footer {
  padding: 0 !important;
}
.opm-detail .font-style-1 {
  font-size: 24px !important;
}
#gform_fields_1,
span.opm-icon {
  font-family: var(--en_bodyfont);
}
ul.foh-list li {
    background: url(inc/img/foh-icon.png) left 6px no-repeat;
    padding-left: 20px;
}
ul.foh-list {
  padding: 0;
  list-style-type: none;
}
/** Default Accordion **/
.eb-accordion-title-wrapper {
  padding: 10px !important;
  border: 1px solid rgba(0,0,0,.02);
  background-color: #444 !important;
  background-image: none !important;
}
.eb-accordion-hidden .eb-accordion-title-wrapper {
  background-color: #f1f1f1 !important;
}
.eb-accordion-container .eb-accordion-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.eb-accordion-container .eb-accordion-title,
.eb-accordion-container .eb-accordion-icon { color: #ffffff !important; }
.eb-accordion-container .eb-accordion-hidden .eb-accordion-title,
.eb-accordion-container .eb-accordion-hidden .eb-accordion-icon {
  color: var(--harrowblue) !important;
}
.eb-accordion-container .eb-accordion-wrapper { padding-top:5px !important; }
.eb-accordion-container .eb-accordion-content-wrapper .eb-accordion-content {
  font-size: 16px !important;
}
.eb-accordion-container .eb-accordion-content-wrapper .eb-accordion-content h2 {
  font-size: 18px !important;
  line-height: 18px;
  margin-bottom: 12px !important;
  font-weight: 500;
  color: var(--harrowblue);
}
/* Tabs */
.hk-tabs ul.tabTitles { gap: 5px; }
.hk-tabs ul.tabTitles li { border: 1px solid var(--harrowgold-200); }
.hk-tabs ul.tabTitles li.active { background-color: var(--harrowgold) !important; }
.hk-tabs ul.tabTitles li.active h6 { color: #ffffff !important; }
.hk-tabs .eb-tab-inner { padding:10px; }

/* Header */
header.master-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.admin-bar:not(.sticky-header) header.master-header {
  top: 32px;
}
.sticky-header header.master-header {
  position: fixed;
}
/** Top Bar **/
#wrapper-topbar {
  background: var(--harrowblue2);
  padding: 1px 0px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
#wrapper-topbar .notify-wrapper {
  display: flex;
  flex: 65;
}
#wrapper-topbar i,
#wrapper-topbar p,
#wrapper-topbar p a{
  color: #ffffff;
}
#wrapper-topbar .notify-wrapper p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px;
}
#wrapper-topbar .topbar-left,
#wrapper-topbar .topbar-right {
  display: flex;
  align-items: center;
}
#wrapper-topbar .topbar-right {
  justify-content: flex-end;
}
#wrapper-topbar .topbar-right .right-nd {
  display: flex;
    flex-direction: row;
}
#wrapper-topbar .topbar-right ul {
  display: flex;
  align-items: center;
      list-style-type: none;
    margin: 0;
}
#wrapper-topbar .quick-contact ul,
#wrapper-topbar .topbar-left ul,
#wrapper-topbar .topbar-right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#wrapper-topbar .quick-contact ul li,
#wrapper-topbar .topbar-left ul li,
#wrapper-topbar .topbar-right ul li {
  font-family: var(--en_bodyfont), var(--cn_headerfont);
  font-size: 14px;
  color: #ffffff;
  padding: 0 4px;
}
#wrapper-topbar ul.quick-portal li{
  padding: 0 8px;
}
#wrapper-topbar ul.quick-portal li a {
  font-size: 12px;
  text-transform: uppercase;
}
#wrapper-topbar ul.quick-portal li .fa-solid{
  font-size: 14px; margin-right: 3px;
}
#wrapper-topbar .quick-contact,
#wrapper-topbar .lang-bar {
  margin-right: 10px !important;
}
#wrapper-topbar .quick-contact {

    padding-left: 20px !important;
    margin-left: 10px !important;
    border-left: 1px solid #ffffff9c;
}
#wrapper-topbar .main-lp-link {
    display: block;
    height: 100%;
    padding: 8px 10px;
    background: #fff;
}
#wrapper-topbar .main-lp-link a {
  color: var(--harrowgold);
  padding: 0 10px;
}
#wrapper-topbar .main-lp-link a:hover {
  color: var(--harrowblue);
}
#wrapper-topbar .main-lp-link li:not(:last-child) {
  border-right: 1px solid #ddd;
}
#wrapper-topbar .header-search form {
  background: var(--harrowgold);
  padding: 6px 10px;
}
#wrapper-topbar .header-search input,
#wrapper-topbar .header-search button {
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #fff;
}
#wrapper-topbar .header-search input::placeholder {
  color: #fff;
}
#wrapper-topbar a{
  color: #ffffff;
  text-decoration: none;
}
#wrapper-topbar .quick-contact a {
  width: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick-contact .wechat-pop {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 10px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.quick-contact .wechat-link:hover .wechat-pop {
    opacity: 1;
    visibility: visible;

}
.menu-top-menu-container {}
.menu-top-menu-container #menu-top-menu {}
.menu-top-menu-container #menu-top-menu li { padding:0 10px !important; }
.menu-top-menu-container #menu-top-menu li a {
  text-transform: uppercase;
  font-size: 12px;
}

/** Master Nav **/
#wrapper-navbar nav { padding:36px 0; justify-content:center }
#wrapper-navbar {
  border-top: 0px;
  border-bottom: 0px;
  background: #ffffff00;
}
.sticky-header #wrapper-navbar {
  background: #ffffff;
  border-top: 2px solid var(--harrowgold);
  border-bottom: 2px solid var(--harrowgold);
}
.sticky-header #wrapper-navbar ul li a {
  color: var(--harrowgold) !important;
}
.sticky-header #wrapper-navbar nav { padding:18px 0 }
#wrapper-navbar ul,
#wrapper-navbar ul ul { list-style:none; }
#wrapper-navbar ul#main-menu,
#wrapper-navbar ul#mega-menu-primary,
#wrapper-navbar #mega-menu-wrap-primary {
    width: 100%;
    justify-content: center;
}

#wrapper-navbar ul.main-menu-col {
    /*width: 50%;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#wrapper-navbar ul.main-menu-col:first-child {
    justify-content: end;
    padding-right: 90px;
    padding-left: 0px;
}
#wrapper-navbar ul.main-menu-col:last-child {
    padding-left: 90px;
}
#wrapper-navbar ul.main-menu-col:last-child > li:last-child > ul.mega-sub-menu {
  right: 0 !important;
  left: inherit !important;
}
#wrapper-navbar ul.main-menu-col > li > a {
  font-family: var(--en_bodyfont);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
}
#wrapper-navbar .navbar-toggler {
  color: #ffffff;
  border: 0;
  padding: 0;
}
#main-nav .navbar-toggler-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#main-nav ul.dropdown-menu> li > ul.dropdown-menu {
  position: absolute;
  top:0px;
  border-radius: 0;
  left: 100%;
  padding-top:0;
  padding-bottom:0;
  min-width: 150px;
}
/** Master Logo **/
#wrapper-site-logo {
    position: absolute;
    top: 36px;
    width: 150px;
    left: 50% !important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    margin-top: 0px;
}
#mega-menu-wrap-primary, 
#mega-menu-wrap-primary #mega-menu-primary, 
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, 
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge,
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
.page-content-wrapper .breadcrumb-bar #breadcrumbs,
#mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link {
  font-family: var(--en_headerfont2), sans-serif;
}
/** New Header */
.header-desktop {}
.mobile-header { display:none; }
.mobile-header {

}
.mobile-header #wrapper-site-logo {
  width: 110px;
  top: 0;
}
.sticky-header #wrapper-site-logo {
  width: 85px;
  top: 0;
}
.mobile-topbar,
.mobile-langbar {
  display: flex;
  flex-direction: row;
 /* background: var(--harrowgold); */
}
.mobile-topbar .mb-topbar-left,
.mobile-topbar .mb-topbar-right,
.mobile-langbar .lang-bar,
.mobile-langbar .main-lp-link {
  width: 50%;
  display: flex;
  align-items: center;
}
.mobile-topbar .mb-topbar-right {
  justify-content: end;
  padding: 10px 20px;
}
.mobile-topbar .mb-topbar-right .mega-menu-link {
  font-size: 16px !important;
  font-family: var(--en_bodyfont), var(--cn_headerfont) !important;
}
.mobile-topbar .mb-topbar-right .mega-mainpage > a {
  text-transform: uppercase !important;
  font-weight: 700!important;
}
.mobile-topbar .mb-topbar-right form {
  display: flex;
  flex-direction: row;
}
.mobile-topbar .mb-topbar-right form label {
  width: 80%;
}
.mobile-topbar .mb-topbar-right .search-field {
  width: 100%;
  font-size: 14px;
  padding-left: 62px;
  font-family: var(--en_bodyfont), var(--cn_bodyfont);
}
.mobile-topbar .mb-topbar-right form button {
  width: 20%;
}
.mobile-topbar .mb-topbar-right .search-field,
.mobile-topbar .mb-topbar-right form button,
.mobile-topbar .mb-topbar-right input::placeholder  {
  background: transparent;
  border: 0;
  color: #fff;
}
.mobile-langbar { 
  background:#fff;
  padding: 5px 10px;
}
.mobile-langbar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-langbar li {
  display: inline-block;
}
.mobile-langbar li:not(:last-child) a {
  border-right: 1px solid var(--harrowgold-200);
  padding-right: 5px;
}
.mobile-langbar a {
  font-family: var(--en_bodyfont), var(--cn_bodyfont);
  color: var(--harrowgold);
  font-size: 14px;
}
.mobile-langbar .lang-bar {

}
.mobile-langbar .main-lp-link {
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .mobile-header { display:block; }
  .header-desktop #wrapper-site-logo,
  .header-desktop #wrapper-navbar { 
    display:none; 
  }
  #wrapper-topbar .topbar-right {
    
  }
  #wrapper-topbar { grid-template-columns:1fr 1fr }
  #wrapper-topbar .header-search input { width:165px; }
}
@media only screen and (max-width: 768px) {
  .header-desktop #wrapper-navbar { 
    display:none; 
  }
  #wrapper-topbar {  }
  #wrapper-topbar .topbar-right {

  }
}
/* Homepage */
.home #wrapper-hero .gallery-item {
  height: 96vh;
  display: block;
}
.home #wrapper-hero .gallery-item .slider-dktp,
.home #wrapper-hero .gallery-item .slider-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #wrapper-hero .gallery-item .slider-dktp img,
.home #wrapper-hero .gallery-item .slider-mob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home #wrapper-hero .gallery-item .slider-mob {
  display: none;
}
#wrapper-hero .gallery-item .slider-title-wrapper {
  position: absolute;
  width: 100%;
  padding: 125px 0 50px 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: #01184440;
}
#wrapper-hero .gallery-item .content-wrapper {
    width: 715px;
    text-align: left;
}
#wrapper-hero .gallery-item .slider-title {
    font-family: var(--en_headerfont2), var(--cn_headerfont) !important;;
    color: #ffffff;
    font-size: 44px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-right: 110px;
}
.zh #wrapper-hero .gallery-item .slider-title {
    font-family: var(--cn_headerfont), sans-serif;
}
#wrapper-hero .gallery-item .slider-title span{
  color: var(--harrowgold);
}
.en #wrapper-hero .gallery-item .slider-title span{
  margin-left: 95px;

}
#wrapper-hero .gallery-item .content-wrapper .button-wrapper a {
    display: inline-block;
}
#wrapper-hero .gallery-item .slider-title .strapline-mb {
  display: none;
}
#wrapper-hero .gallery-item .slider-title .strapline-mb,
#wrapper-hero .gallery-item .slider-title .strapline-dktp {
  width: auto;
  margin: 30px 0;
}
.hero-button-mobile { display:none; }
@media only screen and (max-width: 600px) {
  .home #wrapper-hero .gallery-item {
    height: auto;
  }
  .home #wrapper-hero .gallery-item .slider-dktp {
    display: none;
  }
  .home #wrapper-hero .gallery-item .slider-mob {
    display: block;
    position: relative;
    height: 60vh;
  }
  #wrapper-hero .gallery-item .slider-title {
    font-size: 24px;
    line-height: 28px;
    color: var(--harrowblue);
  }
  .en #wrapper-hero .gallery-item .slider-title {
    padding-left: 20px;
  }
  .en #wrapper-hero .gallery-item .slider-title span {
    margin-left: 50px;
  }
  .zh #wrapper-hero .gallery-item .slider-title {
    text-align: center;
  }
  .home #wrapper-hero .content-wrapper {
    min-height: inherit !important;
    max-width: 100%;
    margin: auto;
  }
  /** Update **/
  .hero-button-mobile { display:block; }
  .en #wrapper-hero .gallery-item .slider-title .strapline-dktp {
    display: none;
  }
  .en #wrapper-hero .gallery-item .slider-title .strapline-mb {
    display: block;
  }
  #wrapper-hero .gallery-item .slider-title .strapline-dktp,
  #wrapper-hero .gallery-item .slider-title .strapline-mb {
    margin: 0px auto;
  }
  #wrapper-hero .gallery-item .slider-title-wrapper {
    height: auto;
    position: relative;
    padding: 0;
    margin-top: 0px;
    background: transparent;
  }#wrapper-hero .gallery-item .slider-title-wrapper .container {
    padding: 0;
  }
  #wrapper-hero .gallery-item .slider-title-wrapper .slider-title {
    /*background: rgb(12,35,64);
    background: linear-gradient(0deg, rgba(12,35,64,0.8) 0%, rgba(12,35,64,0) 100%);*/
    margin: 0;
    padding: 30px 20px 16px 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }
  .hero-button-mobile .button-wrapper {
    background: #fff;
    padding: 0px 20px 36px 20px;

  }
  /** END Update **/
  .hero-button-mobile .button-wrapper a {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .slider-title-wrapper .button-wrapper { display:none; }
  .slider-title-wrapper { position:relative; }
  .slider-title-wrapper:before {
    content: " ";
    width: 30px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 50% !important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(inc/img/DOWN.png);
    z-index: 99;
  }
}
/* Homepage CTA */
#wrapper-cta { 
  padding: 8px;
  background:var(--harrowblue); 
}
#wrapper-cta .cta-item {
    aspect-ratio: 1 / 1; 
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    align-items: end;
    padding: 24px;
}
#wrapper-cta .cta-item a {
  font-family: var(--en_bodyfont), var(--cn_headerfont);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--harrowgold);
  background: #F4F2EECC;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.zh #wrapper-cta .cta-item a {
  background: #F4F2EECC;
  color: var(--harrowgold);
}
#wrapper-cta .cta-item a:before {
  content: " ";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(inc/img/icon-arrows-gold.svg) no-repeat;
  background-size: contain !important;
  background-position: center center !important;
  margin-right: 10px;
}
#wrapper-cta .cta-item a:hover {
  color: #ffffff;
  background: var(--harrowblue) ;
}
.zh #wrapper-cta .cta-item a:hover {
  color: #ffffff;
  background: var(--harrowblue);
}
.en #wrapper-cta .cta-item a:before,
#wrapper-cta .cta-item a:hover::before {
  background: url(inc/img/icon-arrows.svg) no-repeat;
}
.en #wrapper-cta .cta-item a:hover::before {
  background: url(inc/img/icon-arrows-gold.svg) no-repeat;
}
/* Homepage About */
#wrapper-about {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
#wrapper-about .about-video {
  
}
#wrapper-about .about-content {
  padding-left: 40px;
}
#wrapper-about .about-video,
#wrapper-about .about-content {
  font-family: var(--en_bodyfont);
  flex-basis: 50%;
  box-sizing: border-box;
}
#wrapper-about .about-content h2 { font-family: var(--en_headerfont2); font-weight:400 }
#wrapper-about .about-content .subheader { font-weight:700 }
#wrapper-about .about-content .about-desc { color:var(--harrowblue3); }
#wrapper-about .about-content .button-wrapper a { display:inline-block; }
/* Homepage Value */
#wrapper-value {
  padding: 64px 0 0 0;
}
#wrapper-value .owl-carousel {
  border-top: 4px solid var(--harrowblue) ;
  border-bottom: 4px solid var(--harrowblue) ;
}
#wrapper-value .value-item {
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  padding: 98px 104px;
}
#wrapper-value .value-text-wrapper {
  position: relative;
  background: #ffffff;
  padding: 8px;
  border-radius: 0;
}
#wrapper-value .value-text-wrapper .value-text-inner:before {
    content: " ";
  width: 57px;
  height: 64px;
  background: url(inc/img/icon-value.svg) no-repeat;
  background-size: contain !important;
  background-position: center center !important;
  position: absolute;
  top: -15px;
  right: 20px;
}
#wrapper-value .value-text-wrapper .value-text-inner {
  width: 390px;
  min-height: 462px;
  padding: 40px 40px 120px 40px;
  border: 1px solid #DEDDE4;
}
#wrapper-value .value-text-wrapper .value-title {
  font-family: var(--en_headerfont1);
  font-size: 42px;
  font-weight: 400;
  line-height: 44px;
  color: var(--harrowblue);
}
.zh #wrapper-value .value-text-wrapper .value-title {
  font-family: var(--cn_headerfont), Sans-serif ;
}
#wrapper-value .value-text-wrapper .value-content p { margin-bottom:8px }
#wrapper-value .value-text-wrapper .value-content ul { margin-bottom: 0; }
#wrapper-value .value-carousel .owl-dots {
    text-align: center;
    z-index: 99999;
    position: absolute;
    width: 100%;
    bottom: 40px;
}
#wrapper-value .value-carousel .owl-nav {
    position: absolute;
    bottom: 145px;
    left: 153px;
    width: 310px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
#wrapper-value .value-carousel .owl-nav button {
  font-family: var(--en_bodyfont);
  text-transform: uppercase;
  border: 1px solid var(--harrowblue);
  color: var(--harrowblue);
  padding: 12px 49px !important;
  border-radius: 0;
}
#wrapper-value .value-carousel .owl-nav button.owl-next {
  border: 1px solid var(--harrowblue);
  background: var(--harrowblue);
  color: #ffffff;
}
#wrapper-value .value-carousel .owl-nav button:hover {
  color: #ffffff;
  background: var(--harrowblue);
}
#wrapper-value .value-carousel .owl-dots button {
  width: 21px;
  height: 24px;
  background: url(inc/img/slide-dot.svg) no-repeat;
  margin: 0 4px
}
#wrapper-value .value-carousel .owl-dots button:hover { background: url(inc/img/slide-dot-hover.svg) no-repeat; }
#wrapper-value .value-carousel .owl-dots button.active { background: url(inc/img/slide-dot-active.svg) no-repeat; }
/* Homepage Gallery */
#wrapper-gallery #wrapper-gallery-inner { padding:0 64px; }
#wrapper-gallery .gallery-item { 
  aspect-ratio: 6 / 4; 
  background:#fff; 
  padding:16px;
  box-shadow: 0px 4px 4px 0px #00000014; 
}
#wrapper-gallery .gallery-item img { 
  aspect-ratio: 1 / 1; 
  object-fit:cover; 
  max-width: 70%;
  margin: 0 auto 8px auto; 
}
#wrapper-gallery .gallery-item .gallery-title a {
  color: var(--harrowblue4);
  text-decoration: none;
  font-family: var(--en_bodyfont);
  font-size: 14px;
}
/* Home VR TOUR */
#wrapper-vr-tour {
  background-size: cover;
  background-position: center;
}
#wrapper-vr-tour .vr-tour-link { 
  width: fit-content;
  margin: auto;
  background: #0c234096
}
#wrapper-vr-tour .vr-tour-link:hover {
  background: #0c2340c9;
}
#wrapper-vr-tour .vr-tour-link a {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--en_bodyfont);
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
#wrapper-vr-tour .vr-tour-link img {
  margin: 10px 0;
}
#wrapper-vr-tour .vr-tour-link a:hover {
  color: #ffffff;
}
#wrapper-vr-tour .vr-tour-link .vr-header {
  font-size: 24px;
}
/* Homepage Social & News */
.home #wrapper-social {
    background: url(/wp-content/uploads/2023/06/Architecture_HongKong_99_prev_ui-1-2.png) no-repeat;
    background-size: cover;
    background-position: bottom right;
    padding-bottom: 98px;
}
#wrapper-social .social-section {
  text-align: center;
}
#wrapper-social .post-item {
  aspect-ratio: 6 / 4; 
}
#wrapper-social .news-carousel .post-item {
  position: relative;
}
#wrapper-social .news-carousel .post-item .post-thumb-wrapper img {
  aspect-ratio: 5 / 7; 
  object-fit: cover;
}
#wrapper-social .news-carousel .post-item .post-info-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 45px 20px 20px;
  background: #003967CC;
}
#wrapper-social .news-carousel .post-item .post-info-wrapper a {
  color: #fff;
  font-family: var(--en_bodyfont), var(--cn_headerfont, ), Sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
#wrapper-social .news-carousel .post-item .post-info-wrapper a .post-title {
  font-family: var(--en_headerfont2), var(--cn_headerfont, ), Sans-serif;
}
.zh #wrapper-social .news-carousel .post-item .post-info-wrapper a {
  letter-spacing: 1px;
}
#wrapper-social .news-carousel .post-item .post-info-wrapper a:after {
  content: " ";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(inc/img/icon-news.svg) no-repeat;
  background-size: contain !important;
  background-position: center center !important;
}
#wrapper-social .post-info-wrapper .post-title {
  display: block;
}
#wrapper-social .post-item .post-excerpt {
    font-size: 16px;
    text-transform: initial;
    line-height: 24px;
    margin-top: 8px;
    display: none;
    opacity: 0;
    font-weight: 400;
}
#wrapper-social .post-item:hover .post-excerpt {
    display: block;
    opacity: 1;
}
#wrapper-social .news-carousel .owl-nav {
  overflow: hidden;
}
#wrapper-social .news-carousel .owl-nav .owl-prev,
#wrapper-social .news-carousel .owl-nav .owl-next,
#wrapper-testimonial .testimonials-slider .owl-nav .owl-prev,
#wrapper-testimonial .testimonials-slider .owl-nav .owl-next,
#wrapper-gallery .gallery-carousel .owl-nav .owl-prev,
#wrapper-gallery .gallery-carousel .owl-nav .owl-next,
.wrapper-gallery-inner .inner-gallery-carousel .owl-nav .owl-prev,
.wrapper-gallery-inner .inner-gallery-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  background: url(inc/img/circle-chevron-left.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  text-indent: 99999px;
  opacity: 0.5;
}
#wrapper-testimonial .testimonials-slider .owl-nav .owl-prev,
#wrapper-testimonial .testimonials-slider .owl-nav .owl-next {
  width: 30px;
  height: 30px;
}
#wrapper-social .news-carousel .owl-nav button:hover,
#wrapper-gallery .gallery-carousel .owl-nav button:hover,
.wrapper-gallery-inner .inner-gallery-carousel .owl-nav button:hover { opacity:1 }
#wrapper-social .news-carousel .owl-nav .owl-prev,
#wrapper-testimonial .testimonials-slider .owl-nav .owl-prev {
  left: -62px;
  transform: rotate(180deg);
}
#wrapper-social .news-carousel .owl-nav .owl-next {
  right: -62px;
}
#wrapper-testimonial .testimonials-slider .owl-nav .owl-prev {
  left: -44px;
}
#wrapper-testimonial .testimonials-slider .owl-nav .owl-next {
  right: -44px;
}
.wrapper-gallery-inner .inner-gallery-carousel .owl-nav .owl-next,
#wrapper-gallery .gallery-carousel .owl-nav .owl-next {
  right: 15px;
}
.wrapper-gallery-inner .inner-gallery-carousel .owl-nav .owl-prev,
#wrapper-gallery .gallery-carousel .owl-nav .owl-prev {
  left: 15px;
  transform: rotate(180deg);
}
#wrapper-social .news-section {
  padding: 0 64px;
}
/* Single Page */
#wrapper-hero:after,
#wrapper-hero-inner:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 30%;
    top: 0;
  background: linear-gradient(to bottom, #00000070 0%, transparent 100%)
}
#wrapper-hero-inner {
  width: 100%;
  height: 50vh;
  margin-top: 36px;
  background-size: cover !important;
  background-position: center center !important;
  border-bottom: 4px solid var(--harrowgold);
}
.page-sidebar .sidebar-title {
  color: var(--harrowgold);
  font-family: var(--en_headerfont2), var(--cn_headerfont), sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
.page-sidebar .sidebar-title span {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
.sidebar-nav .mega-menu li,
.mobile-side-nav .mega-menu li {
  display: block !important;
  font-family: var(--en_bodyfont) !important;
}
.sidebar-nav .mega-menu li a {
  line-height: 22px !important;
  height: inherit !important;
  padding: 20px 24px !important;
  font-size: 16px !important;
  position: relative;
  font-family: var(--en_headerfont2), sans-serif !important;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-max_mega_menu_6 #mega-menu-max_mega_menu_6 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-max_mega_menu_10 #mega-menu-max_mega_menu_10 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
.sidebar-nav .mega-menu li a .mega-indicator {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
}
.sidebar-nav .mega-menu li a
.sidebar-nav li ul.mega-sub-menu {
  width: 100% !important;
}
.sidebar-nav .mega-menu li a
.sidebar-nav .mega-menu-wrap .max-mega-menu li.mega-toggle-on > ul.mega-sub-menu {
  position: inherit !important;
}
.sidebar-nav .mega-menu li.mega-current-menu-item > a{
  background: var(--harrowblue) !important;
  color: #fff !important;
  padding-left: 50px !important;
}
.sidebar-nav .mega-sub-menu li a:before,
.sidebar-nav .mega-sub-menu .mega-sub-menu li a:before,
.sidebar-nav li.mega-current-menu-item > a:before {
  content: " ";
  position: absolute !important;
  left: 24px;
  width: 20px !important;
  height: 20px !important;
  top: 21px !important;
  display: inline-block !important;
  background-repeat: no-repeat !important;
  background-size: 12px;
  background-position: center center !important;
}
.sidebar-nav .mega-sub-menu { max-width:100% !important }
.sidebar-nav .mega-sub-menu .mega-sub-menu li a:before {
  left: 42px;
}
.sidebar-nav .mega-sub-menu > li:not(.mega-current-menu-item) > a:before {
  background-image: url("inc/img/icons-polygon.svg") !important;
}
.sidebar-nav .mega-sub-menu .mega-sub-menu > li:not(.mega-current-menu-item) > a:before {
  background-image: url("inc/img/icons-ellipse.svg") !important;
}
.sidebar-nav li.mega-current-menu-item > a:before {
  background-image: url("inc/img/icons-navactive 1.svg") !important;
  background-size: 20px !important;
}
.sidebar-nav .mega-menu .mega-sub-menu li a { padding-left: 48px !important; }
.sidebar-nav .mega-menu .mega-sub-menu li.mega-current-menu-item a { 
  padding-left: 50px !important; }
.sidebar-nav .mega-menu .mega-sub-menu .mega-sub-menu li a { padding-left: 68px !important; }
.sidebar-nav .mega-menu li .mega-sub-menu a {
  border-bottom: 1px solid #e7e4db !important;
}
/*.sidebar-nav span.mega-indicator {
  position: absolute !important;
  right: 16px;
  top: 20px;
  transition: 300ms ease all;
  transform: rotate(0deg);
}
.sidebar-nav .mega-toggle-on span.mega-indicator {
  transform: rotate(90deg);
}
.sidebar-nav span.mega-indicator:after {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f105" !important;
  font-weight: 900 !important;
} */
.zh .sidebar-nav .mega-menu li a {
  font-family: var(--cn_headerfont) !important;
}
/* Sidebar - CTA 360 Tour */
.cta-360-wrapper {
  padding: 16px;
  min-height: 230px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #e7e4db;
}
.cta-360-wrapper a,
.school-guide-wrapper a {
  background: var(--harrowblue);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: var(--en_bodyfont);
  padding: 8px;
  display: inline-block;
}
.cta-360-wrapper a:hover,
.school-guide-wrapper a:hover { color:#ffffff !important }
/* Sidebar - School Guide */
.school-guide-wrapper { background:#D9D9D9; padding-top: 16px; }
.school-guide-wrapper a {
  margin: 0 16px 8px 16px;
}
.school-guide-wrapper img.sc-img { margin-bottom: -44px; }
/* Page Content */
.page-content-wrapper .breadcrumb-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 16px 0;
  border-bottom: 1px solid var(--harrowgold);
  margin-bottom: 24px;
}
.page-content-wrapper .breadcrumb-bar .share-bar { width:140px; }
.page-content-wrapper .breadcrumb-bar #breadcrumbs {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}
.page-content-wrapper .breadcrumb-bar #breadcrumbs span {
  color: var(--harrowgold);
  font-weight: 100;
}
.page-content-wrapper .breadcrumb-bar #breadcrumbs span span {
  color: var(--harrowblue3);
  font-weight: 500;
  margin: 0 8px;
}
.page-content-wrapper .breadcrumb-bar #breadcrumbs span span:first-child {
  margin-left: 0;
}
.page-content-wrapper .breadcrumb-bar #breadcrumbs a {
  text-decoration: none;
  color: var(--harrowblue3);
}
.page-content-wrapper .breadcrumb-bar li.shareaholic-share-button.shr-hide {
    display: block !important;
}
.page-content-wrapper .breadcrumb-bar .shareaholic-share-buttons-container {
  height: 44px;
}
.shareaholic-share-buttons-container li.shareaholic-share-button:before {
  content: " ";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(inc/img/icon-print.svg) no-repeat;
  background-size: contain !important;
  background-position: center center !important;
}
.page-content-wrapper .breadcrumb-bar .shareaholic-share-buttons-container.shareaholic-mini:not(.shareaholic-mobile.shareaholic-bottom-align) li.shareaholic-share-button,
.page-content-wrapper .breadcrumb-bar .shareaholic-service-all, 
.page-content-wrapper .breadcrumb-bar .shareaholic-service-all:hover,
.page-content-wrapper .breadcrumb-bar .shareaholic-service-print, 
.page-content-wrapper .breadcrumb-bar .shareaholic-service-print:hover {
  width: 44px !important;
  height: 44px !important;
  background-color: transparent !important;
  padding: 0 8px !important;
}
.page-content-wrapper .breadcrumb-bar a.shareaholic-service-all:before,
.page-content-wrapper .breadcrumb-bar a.shareaholic-service-print:before {
  content: " ";
  width: 44px !important;
  height: 44px !important;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  background-size: contain;
  background-position: center center;
}
.page-content-wrapper .breadcrumb-bar a.shareaholic-service-print.shareaholic-service-print:before{
    background-image: url(inc/img/icon-print.svg) !important;
}
.page-content-wrapper .breadcrumb-bar a.shareaholic-service-all.shareaholic-service-all:before{
    background-image: url(inc/img/icon-share.svg) !important;
}
.page-content-wrapper .page-title h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: var(--harrowgold);
}
.page-content-wrapper h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 16px;
  color: var(--harrowblue);
}
.page-content-wrapper h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 1em;
}
.col2-img h2 {
  margin-top: 0px;
}
.col2-img a {
  color: var(--harrowgold);
}
.col2-img a:hover {
  color: var(--harrowblue);
}
/** Page ES */
.en-flip-box h3 {  }
/* Page Content - CTA Open Morning */
.cta-open-morning {
    margin-top: 30px;
}
.open-morning-wrapper {
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.open-morning-content-wrapper {
  padding: 40px;
  background: rgb(0,0,0);
  background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(231,234,236,1) 35%);
}
.open-morning-content-inner {
  width: 65%;
}
.open-morning-content-inner .opm-title {
  font-family: var(--en_bodyfont), var(--cn_headerfont);
}
.open-morning-wrapper .opm-bg-mobile {
  display: none;
}
.open-morning-btn-wrapper a {
  display: inline-block;
}
.sgp-pdf-download a,
.hk-link-btn a {
  background: var(--harrowblue);
  text-transform: uppercase;
  color: #fff !important;
  padding: 12px 24px 12px 24px;
  display: block;
}
.sgp-pdf-download a:hover,
.hk-link-btn a:hover {
  background: var(--harrowgold);
  color: #fff;
}
.sgp-pdf-download a:before,
.pdf-download a:before,
.hk-link-btn a:before {
  margin-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f1c1";
}
.hk-link-btn a:before {
    content: "\f0c1";
}
/** Page - Gallery Section **/
.gallery-wrapper { padding:64px 0 }
.gallery-header {
  font-size: 32px;
  line-height: 40px;
  font-family: var(--en_bodyfont);
}
#wrapper-gallery #wrapper-gallery-inner .owl-stage {
  padding: 10px 0;
}
#wrapper-gallery.wrapper-gallery-inner .gallery-item img { 
  max-width: 100%;
}
.wrapper-gallery-inner .section-subheader{
  margin-bottom: 30px;
}
/** Page - History **/
.history-boxes {
  padding: 40px;
  background-image: url('/wp-content/uploads/2023/08/hist-bg2.jpg');
  background-position: bottom center;
  background-size: cover;
}
.popmake-content .wp-video-shortcode {
    aspect-ratio: 16 / 9; 
    height: auto !important;
  object-fit: cover;
}
/* Page News, Blog, Speech Room, etc */
.post-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.post-grid-wrapper .post-item {
  position: relative;
}
.post-grid-wrapper .post-item .post-thumb-wrapper img {
  aspect-ratio: 6 / 4; 
  object-fit: cover;
  width: 100%;
}
.post-grid-wrapper .post-item .post-info-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #003967CC;
}
.post-grid-wrapper .post-item .post-info-wrapper a {
  color: #fff;
  font-family: var(--en_bodyfont);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px;
  display: block;
}
.post-grid-wrapper .post-info-wrapper .post-title {
  display: block;
}
.post-grid-wrapper .post-item .post-excerpt {
    font-size: 16px;
    text-transform: initial;
    line-height: 24px;
    margin-top: 8px;
    display: none;
    opacity: 0;
    max-height: 100px;
    overflow: hidden;
}
.post-grid-wrapper .post-item:hover .post-excerpt {
    display: block;
    opacity: 1;
    font-weight: 400;
}
#wrapper-social .post-item {
  aspect-ratio: 6 / 4; 
}
#wrapper-social .news-carousel .post-item .post-info-wrapper a:after {
  content: " ";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(inc/img/icon-news.svg) no-repeat;
  background-size: contain !important;
  background-position: center center !important;
}
/** Page - The House System **/
.house-item {
  display: flex;
  padding: 20px;
  border: 1px solid #d9d0c0;
}
.house-item .wp-block-image>figure img { margin-bottom:0 }
.house-item p {
  font-size: 20px;
  position: relative;
  padding-left: 40px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.house-item p::before {
    content: '';
    border-left: 1px solid #d9d0c0;
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 0;
}
/** Page Governance **/
.governance-accordion {

}
.governance-accordion .accordion-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  border: 1px solid var(--harrowgold-50);
  padding: 8px 15px;
  margin-bottom: 5px;
}
.governance-accordion .accordion-title h3 {
  font-size: 1.2em;
  font-weight: 400;
}
.governance-accordion .accordion-title i {
  
}
.governance-accordion .accordion-contant{
    padding: 15px ;
    display: none;
    border: 1px solid var(--harrowgold-50);
    margin-bottom: 5px;
}
/* Our Team Page */
#our-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
#our-team-wrapper .team-boxes { 
  height: 350px;    
  background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: rgba(0, 22, 67, 0.8196078431372549);
}
#our-team-wrapper .team-boxes .team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-align: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  color: #fff;
}
#our-team-wrapper .team-boxes .team-info-inner {
  background-color: rgba(163, 145, 99, 1);  
  padding: 10px 0;
}
#our-team-wrapper .team-boxes:hover .team-info-inner {
  background-color: transparent;  
}
#our-team-wrapper .team-boxes:hover .team-info {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 22, 67, 0.8196078431372549);
}
#our-team-wrapper .team-boxes .team-info .team-title {
    font-family: var(--en_bodyfont);
    text-transform: uppercase;
    font-weight: 600;
}
#our-team-wrapper .team-boxes:hover .team-info .team-title {
  font-size: 1.2em;
  color: var(--harrowgold);
}
#our-team-wrapper .team-boxes .team-info button,
#our-team-wrapper .team-boxes .team-info .team-subheader {
    font-family: var(--en_bodyfont);
    font-size: 14px;
}
#our-team-wrapper .team-boxes .team-info button { 
  display: none; 
  margin: 10px auto 0; 
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
}
#our-team-wrapper .team-boxes:hover .team-info button{ display: block; }
#our-team-wrapper .team-boxes .team-info {
    transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.modal.modal-our-team  {
  text-align: center;
  z-index: 99999;
}
.modal-our-team .modal-dialog {
  text-align: left;
  vertical-align: middle;
}
.modal-our-team .modal-dialog .modal-content {
  border-radius: 0;

}
.modal-our-team .modal-content-wrapper {
  display: flex;
  flex-direction: row;
}
.modal-our-team .modal-img {
  width: 40%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.modal-our-team .modal-img img { width: 100%; }
.modal-our-team .modal-info {
  width: 60%;
  padding: 20px;
}
.modal-our-team button.close {
position: absolute;
    top: 0px;
    right: 8px;
    background: transparent;
    border: 0;
    font-size: 28px;
}
.modal-our-team .modal-info .modal-title,
.modal-our-team .modal-info .modal-subheader {
  font-family: var(--en_bodyfont);
  text-transform: uppercase;
}
.modal-our-team .modal-info .modal-title {
  color: var(--harrowblue);
  font-size: 1.8em;
  font-weight: 500;
}
.modal-our-team .modal-info .modal-subheader {
  color: var(--harrowgold);
  font-size: 1em;
  font-weight: 100;
  line-height: 2em;
  margin-bottom: 10px;
}
.modal-desc p:last-child { margin-bottom: 0; }
.n2-ss-slide {
  height:100vh !important;
  max-height:100vh !important;
}
/** Page - Staff **/
.staff-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 20px;
}
.staff-wrapper .staff-box {
  font-family: var(--en_bodyfont);
    padding: 32px;
    background: var(--harrowgold-50);
}
.staff-wrapper .staff-box {
  border-left: 3px solid var(--harrowblue);
  background: linear-gradient(to right, var(--harrowblue) 50%, var(--harrowgold-50) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
}

.staff-wrapper .staff-box:hover {
  cursor: pointer;
  background-position: left bottom;
  color: #fff;
}
.staff-wrapper .staff-box .staff-name {
  font-size: 20px;
}
.staff-wrapper .staff-box .staff-position {
  font-size: 16px;
  font-weight: 400;
}
/** Page Scholarships **/
.university-destinations {
  color: #fff;
  gap: 1em;
}
.university-destinations h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.university-destinations ul {
  padding: 0;
  margin:0;
}
.university-destinations ul li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
}
.university-destinations ul li:not(:last-child) {
  margin-bottom: 10px;
}
.university-destinations ul li::before {
  content: '';
    background: url(inc/img/icon9.png) center no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: contain;
}
.university-destinations .ud-left,
.university-destinations .ud-middle,
.university-destinations .ud-right {
  padding: 30px 24px;
}
.university-destinations .ud-left {
  background: #001744;
}
.university-destinations .ud-middle {
  background: var(--harrowgold);
  
}
.university-destinations .ud-right {
  background: #192e56;
  
}
/** Page Admission **/
.harrow-tabs .tab-title-text::before,
.age-guide-tabs .tab-title-text::before {
  content: '';
  background: url(inc/img/icon9.png) center no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  background-size: contain !important;
  margin-left: -25px;
}
.harrow-tabs .inactive .tab-title-text::before,
.age-guide-tabs .inactive .tab-title-text::before {
  background: url(inc/img/icon9-b.png) center no-repeat;
}
.harrow-tabs table th,
.harrow-tabs table td,
.age-guide-tabs table th,
.age-guide-tabs table td,
.wp-block-table table th,
.wp-block-table table td {
  border: 1px solid var(--harrowgold-200);
  font-family: var(--en_bodyfont), var(--cn_bodyfont);
  text-align: center;
  vertical-align: middle;
}
.harrow-tabs table th,
.age-guide-tabs table th {
  background: var(--harrowgold);
  color: #fff;
  font-weight: 500;
}
.wp-block-table table th:not(.has-text-align-center),
.wp-block-table table td:not(.has-text-align-center) {
  text-align: left;
}
.application-tabs .eb-tabs-contents li { margin-bottom:1em }
.application-tabs .appli-right {
    height: 330px;
    overflow: auto;
    padding-right: 20px;
}
.safeguarding-tb tbody tr:first-child {
  color: #ffffff;
  background-color: #929AB4;
}
.ct-140-sc {
  height: 140px;
  overflow-y: scroll;
  padding-right: 10px;
}
.ct-140-sc::-webkit-scrollbar,
.application-tabs .harrow-scroll::-webkit-scrollbar {
    width: 8px;
    background: var(--harrowgold-50);
    border-radius: 10px;
}
.ct-140-sc::-webkit-scrollbar-track,
.application-tabs .harrow-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
}
.ct-140-sc::-webkit-scrollbar-thumb,
.application-tabs .harrow-scroll::-webkit-scrollbar-thumb {
  background-color: var(--harrowgold);
  border-radius: 10px;
}
.eb-tabs-contents .eb-tab-inner > .wp-block-columns:last-child {
  margin-bottom: 0;
}
.apply_hl3 .cont .bg {
    display: inline-block;
    position: relative;
    font-size: 0;
}
.apply_hl3 .cont .bg .item {
    width: 214px;
    height: 275px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.apply_hl3 .cont .bg .item .ico {
    width: 80px;
    height: 72px;
    overflow: hidden;
    margin: 75px auto 0;
}
.apply_hl3 .cont .bg .item .ico img {
    width: 100%;
    height: auto;
}
.apply_hl3 .cont .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(inc/img/apply_hl1.png) no-repeat center;
    background-size: contain;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
.apply_hl3 .cont .bg .item .t1 {
font-size: 18px;
    padding-top: 20px;
    text-align: center;
    font-family: var(--en_bodyfont);
    font-weight: 400;
    color: var(--harrowblue);
}
.apply_hl3 .cont .bg .item+.item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    width: 44px;
    height: 44px;
    background: url(inc/img/icon17.png) no-repeat center;
    margin-top: -22px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background-size: contain;
}
.contact-admission {
  background: url(https://harrowbeijing.pmdev.xyz/main-campus/wp-content/uploads/2023/08/bg10.jpg) no-repeat center center;
  background-size: cover;
}
.contact-admission h3 {     text-transform: unset; color:#fff }
.contact-admission .eb-button a.eb-button-anchor { 
  background:transparent !important; 
  padding:0;
  font-family:var(--en_bodyfont); 
}
.contact-admission .wp-block-group__inner-container {
  padding: 40px;
  background-color: #0c234073;
}
.admissions-team-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px;
  font-family: var(--en_bodyfont);
}
.page-id-16760 .admissions-team-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
}
.admissions-team-wrapper .staff-box {
  text-align: center;
  background: #f2efe8;
}
.admissions-team-wrapper .staff-img {
  
}
.admissions-team-wrapper .staff-img img {
  height: 100%;
  width: auto;
}
.admissions-team-wrapper .staff-name {
  padding: 10px;
  background: var(--harrowgold);
  color: #fff;
  font-weight: 500;
}
.admissions-team-wrapper .staff-position {
  padding: 10px;
  color: var(--harrowblue);
  font-style: italic;
}
.admis-timeline-25 th.column-1 { width: 170px; }
.admis-timeline-25 th.column-2 { width: 275px; }
/** Admission Timeline **/
#wrapper-admission-tl {
  background: var(--harrowgold-50);
  padding: 64px 0;
}
#wrapper-admission-tl .admission-timeline {
  padding: 0 64px;
  position: relative;
}
.admission-timeline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(inc/img/line-2px.png);
  background-position: center;
  background-repeat: repeat-x;
}
.admission-timeline ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.admission-timeline ul > * { /*flex: 1;*/ }
.admission-timeline li {
  height: 400px;
  display: flex;
  position: relative;
}
.admission-timeline li:nth-child(odd) {
  align-items: start;
}
.admission-timeline li:nth-child(even) {
  align-items: end;
}
.admission-timeline .timeline-item {
  text-align: center;
  height: 100px;
  font-family: var(--en_bodyfont);
  color: var(--harrowblue);
}
.admission-timeline .timeline-item .tl-title { font-weight:700 }
.admission-timeline li:nth-child(odd) .timeline-item,
.admission-timeline li:nth-child(even) .timeline-item {
  display: flex;
  flex-direction: column;
}
.admission-timeline li:nth-child(odd) .timeline-item {
  justify-content: end;
}
.admission-timeline li:nth-child(even) .timeline-item {
  justify-content: start;
}

.admission-timeline li .timeline-item i {
  font-size: 10px;
}
.admission-timeline li:nth-child(odd) :nth-child(1) { order: 2; }
.admission-timeline li:nth-child(odd) .timeline-item:after,
.admission-timeline li:nth-child(even) .timeline-item:before {
  content: " ";
  width: 2px;
  height: 100px;
  background: url(inc/img/vert-line.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.admission-timeline li:nth-child(odd) .timeline-item:after {
  bottom: 50%;
}
.admission-timeline li:nth-child(even) .timeline-item:before {
  top: 50%;
}
/** Page - Info Center */
#info-center .contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
}
#info-center .contact-section a {
  color: var(--harrowgold);
  position: relative;
  padding-left: 30px;
  line-height: 24px;
  font-family: var(--en_bodyfont);
}
#info-center .contact-section a.phone:before,
#info-center .contact-section a.email:before {
  content: '';
  width: 24px;
  height: 24px;
  left: 0;
  position: absolute;
  background-size: contain !important;
}
#info-center .contact-section a.phone:before {
  background: url(inc/img/icon-phone-gold.svg) center no-repeat;
}
#info-center .contact-section a.email:before {
  background: url(inc/img/icon-mail-gold.svg) center no-repeat;
}
.useful-links-section {
  padding: 23px;
}
.useful-links-section h3 { 
  position: relative;
  color: var(--harrowgold);
  margin-top: 0;
  padding-left: 25px;
  line-height: 30px;
}
.useful-links-section h3:before {
  content: '';
    background: url(https://www.harrowhongkong.hk/his/wp-content/themes/harrow-23/inc/img/icon-various.svg) center no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: contain;
}
.useful-links-section .links-wrapper a {
  display: block;
  background: #A1916F;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  color: #fff;
  margin: 5px ;
  font-family: var(--en_bodyfont);
}
.useful-links-section .links-wrapper a:hover {
  background: #675938;
  color: #fff;
}
.page-template-page-policies .useful-links-section .links-wrapper p {
  margin-bottom: 0;
}
.vr-tour-section { 
  height:300px; margin-top:24px; 
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.vr-tour-section .vr-left {
}
.vr-tour-section .vr-left a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000045;
  transition: all .5s ease-out;
}
.vr-tour-section .vr-left a:hover {
  background: #0000008c;
}
.vr-tour-section .vr-right {
  background: var(--harrowblue);
  color: #fff;
  font-size: 32px;
  font-family: var(--en_bodyfont);
  padding: 24px;
  display: flex;
  align-items: center;
  text-align: center;
}
.zh .vr-tour-section .vr-right {
  font-family: var(--cn_headerfont);
  letter-spacing: 1px;
}
.intro-videos-section {
  margin-top: 24px;
}
.intro-videos-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.intro-videos-section .vid-boxes {
  height: 260px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.intro-videos-section .vid-boxes a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
      justify-content: center;
}
.intro-videos-section .vid-boxes a span {
  color: #fff;
    font-family: var(--en_bodyfont);
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px;
    display: block;
        width: 100%;
    background: #003967CC;
    text-align: center;
}
.zh .intro-videos-section .vid-boxes a span {
  font-weight: 400;
}
.intro-videos-section .vid-boxes a:before {
  content: '';
    background: url(inc/img/play2.png) center no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    background-size: contain;
}
.modal-intro-vid .modal-content {
  background: transparent !important;
}
.modal-intro-vid .modal-body {
  padding: 0;
}
.modal-intro-vid button.close {
    position: absolute;
    top: -4px;
    right: 5px;
    z-index: 999;
    font-size: 35px;
    line-height: 1em;
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
}
.tablepress.tb-noborder,
.tablepress.tb-noborder tr,
.tablepress.tb-noborder td {
  border: 0px !important;
} 
.us-school-day-tb tr td:first-child { 
  width: 165px;
  
  font-weight: 500;
}
.senoir-subjects-tb thead { background:var(--harrowgold); color:#ffffff;border-bottom: 0; }
.senoir-subjects-tb th { font-weight:500 }
.senoir-subjects-tb thead th:first-child { width:35%; min-width:150px; }
/** Pagination */
.pagination { justify-content:center; }
.pagination a,
.pagination .current {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: var(--harrowblue);
}
.pagination .current,
.pagination a:hover {
  background: var(--harrowgold-50);
  border-radius: 50%;
  color: var(--harrowgold);
}
/* Page Contact Us */
#page { max-width:100%; overflow-x:hidden; }
#page-contact .contact-wrapper { position:relative; }
#page-contact .contact-info-wrapper {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  height: 100%;
  background: #0c2340de;
  color: #fff;
  z-index: 999;
  display: flex;
}
#page-contact .contact-list-wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-contact .contact-list .icon {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
}
#page-contact .contact-list .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
#page-contact .contact-list .icon .label {
  font-weight: 600;
}
.zh #page-contact .contact-list .icon .label {
  font-family: var(--cn_headerfont);
  letter-spacing: 1px;
}
#page-contact .contact-list .icon .label,
#page-contact .contact-list .contact-detail {
  font-family: var(--en_bodyfont);
}
#page-contact .contact-list .contact-detail {
  padding-left: 34px;
  margin-bottom: 10px;
}
#page-contact .contact-list .contact-detail a {
  color: #fff;
}
#page-contact .contact-list .contact-detail a:hover {
  color: var(--harrowgold);
  text-decoration: underline;
}
.gform_wrapper.gravity-theme .gform_footer, 
.gform_wrapper.gravity-theme .gform_page_footer { padding-top:0 !important }
.gform_wrapper.gravity-theme #field_submit input, 
.gform_wrapper.gravity-theme .gform_footer input {
  border: 1px solid var(--harrowblue);
  background: var(--harrowblue);
  color: #fff;
}
.gform_wrapper.gravity-theme #field_submit input:hover, 
.gform_wrapper.gravity-theme .gform_footer input:hover {
  border: 1px solid var(--harrowblue);
  background: transparent;
  color: var(--harrowblue);
}
.gform_wrapper.gravity-theme .gfield input, 
.gform_wrapper.gravity-theme .gfield select {
    min-height: 42px;
}
.zh .amap-info-content .en-info,
.en .amap-info-content .cn-info {
  display: none;
}
div#allmap {
    height: 400px;
}
/** Page Application Form **/
.application-form-wrapper {
  gap: 0;
  align-items: center !important;
}
.application-form-link {
  padding: 40px;
  background: #E7EAEC;
}
.application-right img { margin-left:-20px; }
/* Page Search */
.search-results-wrapper article {
    padding: 32px 0;
    border-bottom: 1px solid var(--harrowgold-50);
}
.page-content-wrapper .search-results-wrapper h2 {
  margin-top: 0;
}
.search-results-wrapper .entry-title a {
  font-size: 22px;
  text-transform: initial;
  color: var(--harrowblue);
}
.search-results-wrapper .entry-summary p {
  margin: 0;
}
.search-results-wrapper .entry-summary p .btn {
  display: none;
}
.search-results-wrapper article a {
  color: var(--harrowgold);
}
.vacan-btn a {
    display: inline-block;
    background: var(--harrowgold);
    color: #fff;
    padding: 10px 20px;
}
.vacan-btn a:hover {
  color: #fff;
    background: var(--harrowblue);
}
/** Single Post **/
.single-post .page-content-wrapper h2,
.single-post .page-content-wrapper h3 {
  color: var(--harrowgold);
}
/** Footer **/
footer .footer-wrapper {
  padding: 48px 104px;
  background: #001845;
  color: #ffffff;
  font-family: var(--en_bodyfont);
  font-size: 14px;
}
footer .footer-wrapper .footer-logo {
  max-width: 200px;
  margin: auto;
}
footer .footer-wrapper .footer-addr {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
footer .footer-wrapper .widget-title {
  font-family: var(--en_headerfont2), var(--cn_headerfont);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;    
  line-height: 24px;
  margin-bottom: 16px;
}
footer .footer-wrapper .footer-menu ul {
  margin:0;
  padding: 0;
  list-style-type: none;
}
footer .footer-wrapper .footer-menu li {
  line-height: 24px;
}
footer .footer-wrapper a {
  color: #ffffff;
  text-decoration: none;
}
footer .site-info-wrapper,
footer .site-info-wrapper a {   
  font-family: var(--en_bodyfont);
  font-size: 16px;
  text-align:center; 
  background:#000D25; 
  color:#BABABA
}
footer .site-info-wrapper a:hover {
  color: var(--harrowgold);
}
footer .footer-wrapper ul.soical-list {
    margin: 0;
    list-style-type: none;
    padding: 0;

}
footer .footer-wrapper ul.soical-list li {
  display: inline-block;
  margin-bottom: 24px;
}
footer .footer-wrapper ul.soical-list li img { max-width:40px; height:auto; }
footer .site-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
footer .site-info .mega-menu .mega-menu-item {
  padding: 14px 0px !important;
}
footer .site-info .mega-menu .mega-menu-item a {
  color: #BABABA !important;
  line-height: 14px !important;
  height: auto !important;
}
footer .site-info .mega-menu .mega-menu-item a:hover {
  color: var(--harrowgold) !important;
}
footer .site-info .mega-menu li.mega-menu-item:not(:last-child) a {
  border-right: #bababa 1px solid !important;
}
footer .site-info .site-copyr { font-size: 14px; margin-left: 14px; }
footer .hmc-footer { /* display: grid; grid-template-columns: 1fr 1fr; gap: 10px; */}
/* Sitemap Page */
.sitemap-wrapper { margin-bottom:0 }
.child-page-list a {
  padding-right:10px;
  margin-left: 5px;
  border-right: solid 1px var(--harrowgold-200);
}
.child-page-list a:first-child { margin-left: 0; }
.child-page-list a:last-child { border-right: 0px; }
.pd-l-20 { padding-left: 20px; }
/* Chinese Font */
.zh #wrapper-about .about-content h2,
.zh #wrapper-about .about-content .subheader,
.zh footer .footer-wrapper .widget-title,
.zh .wrapper.site-info,
.zh .page-content-wrapper .breadcrumb-bar,
.zh .post-grid-wrapper .post-item .post-info-wrapper a,
.zh.home #wrapper-hero h1, 
.zh.home #wrapper-hero-mobile h1,
.zh #wrapper-navbar ul li a,
.zh .useful-links-section .links-wrapper a,
.zh .intro-videos-section .vid-boxes a span  { 
  font-family: var(--cn_headerfont);
  letter-spacing: 1px;
}
.zh #wrapper-about .about-content .about-desc,
.zh footer .footer-wrapper a { 
  font-family: var(--cn_bodyfont);
  letter-spacing: 1px;
}
.zh .en-header {
  font-family: var(--en_bodyfont) !important;
  letter-spacing: 0 !important;
}
.zh .en-text {
  font-family: var(--en_bodyfont) !important;
  letter-spacing: 0 !important;
}
/* Floting Menu */
.floating-menu-wrapper {
  position: fixed;
  top: 35vh;
  right: -152px;
  width: 195px;
  z-index: 9999;
}
.floating-menu-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0;
}
.floating-menu-wrapper ul li {
  right: 0px;
  display: grid;
  grid-template-columns: 24px 1fr;
  position: relative;
  background: var(--harrowblue);
    transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  padding: 10px;
}
.floating-menu-wrapper ul li:hover {
  right: 150px;
}
.floating-menu-wrapper ul li:before {
  color: #fff;
  display: inline-block;
  width: 24px;
  text-align: center;
}
.floating-menu-wrapper ul li a {
  color: #fff;
  font-size: 12px;
  font-family: var(--en_bodyfont), var(--cn_bodyfont), sans-serif;
  font-weight: 500;
  padding-left: 10px;
  line-height: 16px;
}
/* Table */
.table-expeditions>*+tbody>*>* {
  font-family: var(--en_bodyfont);
  border: 2px solid #ffffff !important;
}
.tablepress th, 
.tablepress td {
  font-family: var(--en_bodyfont);
  border: 1px solid #eeeeee !important;
}
.tablepress th { background-color:#fbfbfb !important}
.tablepress.harrow-tb th { background-color:var(--harrowblue) !important; color: #fff}
.table-expeditions tr td.column-1 { text-align:center; width: 24px; }
.tb-no-border tr, .tb-no-border th, .tb-no-border td { border:0 !important}
.contact-admissions-tb tr td:first-child { width:90px; }
.tablepress ul { margin-bottom:0 }
.priority-tb th:first-child {
  background-color: var(--harrowblue) !important;
  color: #fff;
}
/* Publications */
.publications-name { margin-bottom:8px; }
.publications-name a { color:var(--harrowgold); font-family:var(--en_bodyfont); }
.publications-name a:hover { color:var(--harrowblue);}
.publications-tabs .tabTitles li {
  margin: 2px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.publications-tabs .eb-tabs-contents {
  padding: 10px 15px;
}
.page-content .publications-item { margin-bottom:20px; }
/* Page 404 */
.error404 #error-404-wrapper { padding:60px 0px; }
.error404 #wrapper-gallery { display:none; }
/* Page Essential Skills */
#es-section {}
#es-section .es-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
#es-section .modal-es-wrapper { cursor: pointer; }
#es-section .es-item-wrapper { padding:10px; text-align:center; }
#es-section .es-icon { margin-bottom:10px; }
#es-section .es-icon img {
  height: 55px;
  margin: auto;
  display: block;
}
#es-section .es-title {
  font-size: 20px;
  font-family: 'Gotham-Pro';
  font-weight: 600;
  line-height: 1em;
}
#es-section .modal-content {
  border-radius: 0;
  background: var(--harrowblue);
}
#es-section .modal-content .modal-body { 
  padding: 40px 20px 40px 20px;
  min-height: 200px;
  display: flex;
  align-items: center;
}
#es-section .modal-content button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
}
#es-section .modal-content .modal-content-wrapper { color:#fff; }
/* Page Learning Environment */
.facilities-list { gap:10px; }
.facilities-list .wp-block-column figure,
.facilities-list .wp-block-column figure img,
.facilities-list .wp-block-column p { margin-bottom:0; }
.facilities-list .wp-block-column figure img {
  aspect-ratio:6/4;
  object-fit: cover;
}
.facilities-list .wp-block-column p {
  padding: 10px 20px;
  background: var(--harrowgold);
  color: #ffffff;
}
#wrapper-testimonial {
    border: 1px solid #E9E9E9;
    padding: 40px;
    margin-top: 20px;
}
#wrapper-testimonial .eb-gallery-img-wrapper {
    gap: 10px;
}
.academic-box figcaption { font-family:var(--en_headerfont2); text-transform:uppercase; }
@media only screen and (max-width: 1499px){ 
  #wrapper-cta .cta-item {
      display: block;
  }
  #wrapper-cta .cta-item .cta-title {
      margin-top: 77%;
  }
}
@media only screen and (min-width: 1460px){
  footer .footer-wrapper {
    padding: 48px 72px;
  }
}
@media only screen and (min-width: 1200px) {
  #wrapper-navbar ul#mega-menu-primary {
    /*display: grid; !important;
    grid-template-columns: 1fr 1fr;*/
    display: flex;
  }
  #wrapper-navbar ul.main-menu-col {
    width: 50%;
    flex-wrap: nowrap;
}
  #wrapper-navbar .mega-mainpage,
  #wrapper-navbar > ul.mega-sub-menu > li.mega-menu-item  {
    position: relative;
  }
  #wrapper-navbar ul li.mega-mainpage {
    padding: 0 4px !important;
  }
  #wrapper-navbar ul li.mega-mainpage > .mega-menu-link {
    display: flex !important;
    width: max-content !important;
  }
  #wrapper-navbar ul.mega-sub-menu {
    position: absolute !important;
    width: 270px !important;
    /*background: var(--harrowgold-50) !important;*/
    z-index: 99;
    background: linear-gradient(to bottom, #001844, rgba(0, 24, 68, 0.72)) !important;
    padding: 0 10px;
    border-top: 1px #ABAEB2 solid;
  }
  #wrapper-navbar > ul.mega-sub-menu {
    top: 30px !important;
    left: 0 !important;
  }
  #wrapper-navbar ul.mega-sub-menu ul.mega-sub-menu {
    top: 0px !important;
    left: 250px !important;
  }

  #wrapper-navbar ul.main-menu-col:last-child li:nth-last-child(2) ul.mega-sub-menu ul.mega-sub-menu {
    right: 290px !important;
    left: inherit !important ;
  }
  #wrapper-navbar ul.mega-sub-menu li a {
    display: block !important;
    padding: 8px 16px !important;
    position: relative !important;
    /* color: var(--harrowblue) !important; */
    color: #ffffff !important;
    font-weight: 400 !important;
    text-transform: initial !important;
  }
  #wrapper-navbar ul.mega-sub-menu li:not(.mega-current_page_item):hover > a {
    /*background-color: #D0C8B7 !important;*/
    color: var(--harrowgold) !important;
  }
  #wrapper-navbar ul.mega-sub-menu li.mega-current_page_item a {
    background: var(--harrowblue) !important;
    color: #fff !important;
  }
  #wrapper-navbar ul li a {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: var(--en_bodyfont);
    color: #fff !important;
    text-transform: uppercase !important;
  }
  #wrapper-navbar #main-nav ul.mega-sub-menu { min-width:290px !important }
  /*
  header.master-header .main-menu-col > li { max-width:160px !important; }
  header.master-header .main-menu-col > li > a { max-width:100% !important; text-align:center !important; }
  */
}
@media only screen and (max-width: 1199px){
  #main-nav.navbar>.container {
    justify-content: end;
  }
  #main-nav #navbarNavDropdown {
    background: var(--harrowgold-50);
  }
  #main-nav ul#main-menu,
  #main-nav ul#mega-menu-primary li a {
    font-size: 16px !important;
    font-family: var(--en_bodyfont) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  #main-nav ul#mega-menu-primary .mega-sub-menu li a {
    font-weight: 400 !important;
    text-transform: initial !important;
  }
  #main-nav ul#main-menu li:not(.last-child) {
    border-bottom: 1px solid #D0C8B7;
  }
  #main-nav ul#main-menu li a {
    color: var(--harrowblue);
    padding: 20px 24px;
  }
  #main-nav ul.dropdown-menu {
    border: 0;
    padding: 0;
    margin: 0;
  }
  #main-nav ul.dropdown-menu li {
    border-top: 1px solid #D0C8B7;
    border-bottom: 0px !important;
    position: relative;
  }
  #main-nav ul.dropdown-menu .dropdown-item {
    font-weight: 400;
    text-transform: initial; 
    padding-left: 42px !important;
  }
  #main-nav ul.dropdown-menu li a:before {
    content: " ";
    position: absolute;
    left: 24px;
    display: inline-block;
    background-image: url(inc/img/icons-polygon.svg);
    width: 10px;
    height: 12px;
    top: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #wrapper-topbar .quick-contact { border-left:0; }
}
@media only screen and (min-width: 769px) {
  .page .page-sidebar .mega-current-menu-item.mega-menu-item-has-children > .mega-sub-menu,
  .page .page-sidebar .mega-current_page_ancestor > .mega-sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    position: inherit !important;
  }
  .page .page-sidebar .mega-sub-menu .mega-sub-menu {
    left: 0 !important;
  }
  .assessments-tb .column-1 { width:95px; vertical-align:middle; }
  .assessments-tb .column-3 { width:125px;vertical-align:middle; }
}

.mobile-side-nav,
#mobile-nav{ display:none; }
@media only screen and (max-width: 1024px) {
  .page #content .mega-menu li a { 
    padding:12px 18px !important; 
    height:auto !important; 
    line-height: 1em !important;
  }
  .page-content-wrapper .breadcrumb-bar {
    border-bottom: 0;
    margin: 0;
  }
  .apply_hl3 .cont .bg .item {
    width: 150px;
    height: 245px;
  }
  .apply_hl3 .cont .bg .item .ico {
    width: 64px;
    height: 64px;
  }
  .apply_hl3 .cont .bg .item .t1 {
    font-size: 16px;
    padding-top: 0px;
  }
  .open-morning-content-inner {
    width: 80%;
  }
  /** Admission Timeline **/
  .admission-timeline li {
    height: 545px;
  }
  .admission-timeline .timeline-item {
    height: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .page-sidebar,
  .breadcrumb-bar .share-bar,
  #mobile-nav button { display:none; }
  .drawer-is-active #wrapper-site-logo {
    margin-top: -200px;
  }
  #wrapper-navbar nav { padding:16px 0 }
  #mobile-nav > .container { justify-content:end }
  #mobile-nav,
  .mobile-side-nav { display:block; }
  .mobile-side-nav { margin-bottom: 20px; }
  .mobile-side-nav .mega-menu-toggle {
    background: var(--harrowgold) !important;
    border-radius: 0 !important;
  }
  .mobile-side-nav li.mega-menu-item a.mega-menu-link {
    text-transform: none !important;
    font-size: 16px !important;
  }
  .page #content .mega-menu li a { line-height: 1.2em !important; }
  .mobile-side-nav .mega-sub-menu { 
    padding-left:10px !important; padding-right:10px !important 
  }
  .mobile-side-nav #mega-menu-max_mega_menu_1 {
    max-width: 100% !important;
    left: 0 !important;
  }
  .mobile-side-nav .mega-menu-toggle .mega-toggle-blocks-left:before {
    content: 'Navigation';
    width: 80%;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 0;
    color: #fff;
    font-family: var(--en_bodyfont);
    text-transform: uppercase;
    font-size: 16px;
  }
  .mobile-side-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    top: 12px !important;
    position: absolute !important;
    right: 12px;
  }
  .mobile-side-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
    font-family: "Font Awesome 6 Free" !important;
    content: "\2b" !important;
    font-weight: 900 !important;
  }
  .mobile-side-nav li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: "\f068" !important;
    font-weight: 900 !important;
  }
  .staff-wrapper {
    grid-template-columns: 1fr ;
  }
  /** Admission Timeline **/
  #wrapper-admission-tl .admission-timeline { overflow:hidden; }
  .admission-timeline:before {
    transform: rotate(90deg);
  }
  .admission-timeline ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .admission-timeline li {
    height:fit-content;
  }
  .admission-timeline li:nth-child(odd) {
    padding-right: 60%;
    align-items: end;
  }
  .admission-timeline li:nth-child(even) {
    padding-left: 60%;
    align-items: start;
  }
  .admission-timeline .timeline-item {
    height: auto;
  }
  .admission-timeline li:nth-child(odd) .timeline-item,
  .admission-timeline li:nth-child(even) .timeline-item {
    flex-direction: row;
  }
  .admission-timeline li:nth-child(odd) .timeline-item,
  .admission-timeline li:nth-child(even) .timeline-item {
    align-items: center;
  }
  .admission-timeline li:nth-child(odd) :nth-child(1) { order: 2; }
  .admission-timeline li:nth-child(odd) .timeline-item:after {
    transform: rotate(90deg) translateY(50%);
  }  .admission-timeline li:nth-child(even) .timeline-item:before {
    transform: rotate(90deg) translateY(-50%);
  }
  .admission-timeline li:nth-child(odd) .timeline-item:after {
    bottom: unset;
  }
  .admission-timeline li:nth-child(even) .timeline-item:before {
    top: unset;
  }
  .admission-timeline li:nth-child(odd) .timeline-item:after, 
  .admission-timeline li:nth-child(even) .timeline-item:before {
    overflow: hidden;
    height: 62px;
  }
  .admis-timeline-25 th.column-1 { width: 160px; }
  .admis-timeline-25 th.column-2 { width: 225px; }
}
.mobile-apply { display:none !important; }
@media only screen and (max-width: 768px) {
  .mobile-header #wrapper-site-logo {
    width: 110px;
    top: 40px;
    transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  }
  .sticky-header .mobile-header #wrapper-site-logo { width: 60px; }
  #wrapper-topbar .quick-contact { flex:100; justify-content: center; }
  .page-content-wrapper { padding: 0 20px; }  
  .home #wrapper-hero h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .home #wrapper-hero .content-wrapper {
    min-height: 80vh;
  }
  .home #wrapper-hero .content-wrapper .content-box,
  .cont.xr-cur { 
    display: none;
  }
  #wrapper-about { display:block; }
  #wrapper-about .about-video { margin-bottom:20px }
  #wrapper-about .about-content { padding:0 }
  #wrapper-about .about-content .button-wrapper a {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  #wrapper-about .about-content h2 { text-align:center; font-size:30px; line-height:36px;  }
  #wrapper-social .news-section,
  #wrapper-gallery #wrapper-gallery-inner {
    padding: 0 15px;
  }
  #wrapper-social .news-carousel .owl-nav .owl-next {
    right: -50px;
  }
  #wrapper-social .news-carousel .owl-nav .owl-prev {
    left: -50px;
  }
  #wrapper-gallery .gallery-carousel .owl-nav .owl-next{
    right: -35px;
  }
  #wrapper-gallery .gallery-carousel .owl-nav .owl-prev {
    left: -35px;
  }
  #wrapper-gallery .gallery-item img { max-width:100%; }
.desktop-apply { display:none !important; }
  #wrapper-hero-mobile,
  .mobile-apply {
    display: block !important;
  }
  .mb-80 { text-align:center; }
  .mb-80 img { max-width:80%; margin:0 auto; }
  .gap-narrow { gap:1em }
  #wrapper-hero-mobile .content-box { padding:36px 20px; }
  .home #wrapper-hero-mobile h1 {
    color: var(--harrowblue);
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  #wrapper-hero-mobile .content-box .button-wrapper {}
  #wrapper-hero-mobile .content-box .button-1 {
    width: 100%;
    display: block;
    text-align: center;
  }
  #wrapper-topbar .notify-wrapper {
    display: none;
  }
  .open-morning-content-wrapper { background:#ffffff; padding:10px 0 }
  .open-morning-content-wrapper .open-morning-btn-wrapper { 
    display: flex;
    justify-content:space-between;
  }
  .open-morning-content-inner {
    width: 100%;
  }
  .open-morning-btn-wrapper a {
    padding: 12px 25px !important;
    margin: 0;
  }
  .open-morning-wrapper .opm-bg-mobile {
    display: block;
  }
  .open-morning-wrapper .opm-bg-mobile img {
    width: 100%;
  }
  footer .footer-wrapper {
    padding: 48px 40px;
  }
  .vr-tour-section {
    grid-template-columns: 1fr;
    height: auto;
  }
  .vr-tour-section .vr-left { height:250px; }
  .useful-links-section .links-wrapper a {
    display: block;
    margin: 0 0 8px 0;
  }
  .intro-videos-section {
    grid-template-columns: 1fr;
  }
  .col2-img {
    gap: 0;
  }
  .col2-img.img-left {
    flex-direction: column-reverse;
  } 
  .eb-tabs-contents .wp-block-columns {
    gap: 1em;
  }
  .wp-block-columns img,
  .wp-block-columns figure:last-child {
    margin-bottom: 0px;
  }
  #wrapper-value .value-item {
    padding: 280px 20px 0 20px;
    background-size: 600px !important;
  }
  #wrapper-value .value-text-wrapper .value-text-inner {
    width: auto;
    padding: 20px;
  }
  #wrapper-value .value-carousel .owl-nav {
    left: 60px;
    width: 70%;
        bottom: 100px;
  }
  #wrapper-value .value-carousel .owl-nav button {
    padding: 8px 30px !important;
  }
  footer .footer-wrapper {
    padding: 48px 40px;
  }
  footer .site-info {
    flex-direction: column;
  }
  footer .site-info #mega-menu-footer-nav-3 {
      text-align: center !important;
      margin-bottom: 20px !important;
  }
  footer .site-info #mega-menu-footer-nav-3 li {
    padding: 5px 0 !important;
  }
  :where(.wp-block-columns.is-layout-flex) { gap:1em }
  .page-content-wrapper .wp-block-column h3 { margin-top:0; }
  #popmake-11724 { padding: 15px 30px; }
  #popmake-11724 .pum-content p { text-align:center; }
  #es-section .es-wrapper { grid-template-columns: 1fr 1fr 1fr; } 
}
@media only screen and (max-width: 600px) {
  #wrapper-cta .cta-item {
      display: flex;
  }
  #wrapper-cta .cta-item .cta-title {
      margin-top: 0;
  }
  .post-grid-wrapper {
    grid-template-columns: 1fr ;
  }
  .house-item p {
    padding-left: 25px;
    margin-left: 20px;
  }
  .pagination a,
  .pagination .current {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }
  .footer-col { text-align:center; margin-bottom: 25px; }
  footer .footer-wrapper .widget-title { margin-bottom:10px; }
  .ft-col.ft-col-1,
  .ft-col.ft-col-2,
  .ft-col.ft-col-3,
  .ft-col.ft-col-4 {
    width: 100% !important;
  }
  #page-contact .contact-info-wrapper {
    position: relative;
    width: 100%;
    background: var(--harrowblue);
  }
  #page-contact .contact-list-wrapper {
    padding: 24px;
    font-size: 14px;
  }
  #page-contact .amap-info-content {
    font-size: 14px;
  }
  /* Floting Menu */
  .floating-menu-wrapper {
    display: block;
    top: inherit;
    bottom: 0;
    width: 100%;
    background: var(--harrowblue);
    right: 0;
  }
  .floating-menu-wrapper ul {
    flex-direction: row;
    gap: 0px;
    padding: 0;
    margin: 0;
    justify-content: space-evenly;
  }
  .floating-menu-wrapper ul li {
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .floating-menu-wrapper ul li:before {
    margin-bottom: 5px;
  }
  .floating-menu-wrapper ul li a {
    padding-left: 0;
    text-align: center;
  }
  .floating-menu-wrapper ul li:hover {
    right: 0px;
  }

  .admin-bar:not(.sticky-header) header.master-header {
    top: 46px;
  }
  /** Admission Timeline **/
  .admission-timeline:before{ 
    left: 60px;
    background-image: url(inc/img/linex-2px.png);
    background-repeat: repeat-y;
    background-position: left;
    transform: none;
  }
  .admission-timeline li .timeline-item i {
    padding-right: 15px;
  }
  .admission-timeline li:nth-child(odd) .timeline-item:after, 
  .admission-timeline li:nth-child(even) .timeline-item:before {
    left: 0;
  }
  .admission-timeline li {
    height:fit-content;
  }
  .admission-timeline li:nth-child(odd) {
    padding-right: 0;
  }
  .admission-timeline li:nth-child(odd),
  .admission-timeline li:nth-child(even) {
    padding-left: 20%;
    align-items: start;
  }
  .admission-timeline .timeline-item {
    text-align: left;
    height: fit-content;
  }
  .admission-timeline li:nth-child(odd) :nth-child(1) { order: inherit; }
  .admission-timeline li:nth-child(odd) .timeline-item:after,
  .admission-timeline li:nth-child(even) .timeline-item:before {
    transform: rotate(90deg) translateY(-50%);
  }
  .admission-timeline li:nth-child(odd) .timeline-item:after {
    bottom: unset;
  }
  .admission-timeline li:nth-child(even) .timeline-item:before {
    top: unset;
  }
  .admission-timeline li:nth-child(odd) .timeline-item:after, 
  .admission-timeline li:nth-child(even) .timeline-item:before {
    overflow: hidden;
    height: 60px;
  }
  .admissions-team-wrapper { grid-template-columns: 1fr 1fr }
  .hk-house-col { flex-direction: column-reverse }

  ul.ul-2cols { display: grid; grid-template-columns: 1fr; }
  #wrapper-social .social-section h2.section-header {
    font-size: 24px;
    line-height: 32px;
  }
  #es-section .es-wrapper { grid-template-columns: 1fr ; }
  #wrapper-topbar .topbar-right {
    justify-content:end;
  }
  #wrapper-topbar .header-search input { 
    width: 120px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--en_bodyfont);
  }
	.useful-links-section {
		padding: 20px 15px;
	}
	.useful-links-section h3 { font-size:18px !important;}
}