@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg'),
       url('../fonts/Calibri-Bold.ttf') format('truetype'),
       url('../fonts/Calibri-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/calibrib.eot');
  src: url('../fonts/calibrib.eot?#iefix') format('embedded-opentype'),
       url('../fonts/calibrib.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri Bold Italic.eot');
  src: url('../fonts/Calibri Bold Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Calibri Bold Italic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg'),
       url('../fonts/Calibri-BoldItalic.ttf') format('truetype'),
       url('../fonts/Calibri-BoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri Italic.eot');
  src: url('../fonts/Calibri Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Calibri Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri-Italic.svg#Calibri-Italic') format('svg'),
       url('../fonts/Calibri-Italic.ttf') format('truetype'),
       url('../fonts/Calibri-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri Regular.eot');
  src: url('../fonts/Calibri Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Calibri Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri.svg#Calibri') format('svg'),
       url('../fonts/Calibri.ttf') format('truetype'),
       url('../fonts/Calibri.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri Light Italic.eot');
  src: url('../fonts/Calibri Light Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Calibri Light Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri-LightItalic.svg#Calibri-LightItalic') format('svg'),
       url('../fonts/Calibri-LightItalic.ttf') format('truetype'),
       url('../fonts/Calibri-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri Light.eot');
  src: url('../fonts/Calibri Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Calibri Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg'),
       url('../fonts/Calibri-Light.ttf') format('truetype'),
       url('../fonts/Calibri-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}



html,body {
  overflow-x: hidden;
}
body {
  line-height: 1.2;
  letter-spacing: 0.05em;
}
*,body {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'calibri', sans-serif;
}
a:hover {
  color: #ffa820;
}
.scle-row1,
.page-banner,
.footer-gmap a,
.footer-talk,
.home-testimonial-row  {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.edit-link,
.page .entry-title {
  display: none;
}
.search .entry-title {
  display: block;
}
#page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-zh {
  padding-top: 30px;
}
.page-id-303 .footer-zh {
  background: #efefef;
}
#menu-top-bar-menu {
  list-style: none;
  padding: 0;
  justify-content: flex-end;
  display: flex;
  min-height: 1px;
  align-items: center;
  margin-bottom: 8px;
}
.topbar-nav {
  border-top: solid 13px #ffa820;
  padding-bottom: 1px;
}
.home-banner-slides {
  height: calc(100vh - 103px);
  min-height: 600px;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}
.home-banner-bg {
  -webkit-animation: topZoom 25s linear infinite;
  -moz-animation: topZoom 25s linear infinite;
  animation: topZoom 25s linear infinite;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@-webkit-keyframes topZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes topZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes topZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.home-banner-icons {
  display: flex;
  min-height: 1px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.home-banner-prog a {
  color: white;
}
#wrapper-navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
  background: white;
  padding-top: 20px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.sn-logo img {
  width: 280px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
#shiftnav-toggle-main {
  /* background: white;
  padding: 8px 40px; */
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#shiftnav-toggle-main-button i {
  color: black;
  font-size: 25px;
  margin-top: 5px;
}
.sn-logo1 {
  display: block;
  text-align: center;
}
.sn-logo1 img {
  width: 260px;
  height: auto;
  margin-top: 5px;
}
.shiftnav:after {
  display: none;
}
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
  font-size: 15px;
}
.sticky .navbar-brand img {
    width: 240px;
    height: auto;
    position: absolute;
    top: -15px;
}
.home-banner-prog {
  font-size: 35px;
  color: white;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  position: relative;
}
.home-banner-prog:before {
  position: absolute;
  content:'';
  width: 60px;
  height: 2px;
  background: white;
  left: -30px;
  top: 15px;
  transform: translateX(-100%);
}
.home-banner-icons img {

  height: 43px;
  width: auto;
}
.home-banner-icons > div {
  margin-right: 25px;
}
.home-banner-icons span {
  color: white;
  font-size: 10px;
  display: block;
  text-align: center;
  margin-top: 7px;
}
.home-banner-slides > .container {
  padding-left: 90px;
  padding-right: 400px;
  /* position: relative; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.home-banner-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
}

.home-banner-sidebar .card {
  background: none;
  border: none;
  color: white;
}
.home-banner-sidebar button {
  color: white;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 10px 0 7px;
  border-bottom: solid 2px #999;
  position: relative;
  border-radius: 0;
}
.home-banner-sidebar button i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner-sidebar .accordion>.card .card-header {
  padding: 0;
}
.home-banner-sidebar .card-body a:hover,
.home-banner-sidebar button:hover {
  color: white;
}
.home-banner-sidebar .card-body a {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
}
.home-banner-sidebar .card-body a:last-child {
  margin-bottom: 0;
}
.home-banner-sidebar .card-body {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
}
.banner-sidebar-text {
  font-size: 22px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}
.banner-sidebar {
  background: rgba(0,0,0,0.5);
  padding: 20px 25px;
}
a {
  color: #00488f;
}
.topbar-nav a {
  color: #00488f;
  font-size: 16px;
  padding: 0 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.025em;
}
#main-menu li {
  position: relative;
}
#main-menu > li:after {
  /* content: '';
  width: 0;
  position: absolute;
  height: 3px;
  background: #00488f;
  transition: width 0.15s ease-in;
  bottom: 0;
  left: 6px; */
}
.single-in_the_news .entry-title,
.single-media_release .entry-title,
.single-updates .entry-title {
  font-weight: bold;
}
.single-in_the_news .entry-footer,
.single-media_release .entry-footer,
.single-updates .entry-footer {
  margin-top: 50px;
}
.vc_tta-panel-body h3.alcenter {
  font-weight: bold;
}
.para_content p {
  font-size: 16px;
}
.page-template-template-scle.page-child .page-banner {
  margin-bottom: 50px;
}
.dropdown-item:active {
  background: #ffa820;
  color: white;
}
#main-menu li:hover:after {
  width: calc(100% - 16px);
}
#wrapper-navbar {
  padding-bottom: 8px;
}
#wrapper-navbar > .navbar {
  padding: 0;
}
#main-menu > li {
  margin: 0 25px;
}
.extra-header-zh a {
  margin: 0 15px;
}
.extra-header-zh {
  margin-left: 20px;
  margin-bottom: 4px;
}
.extra-header-zh a:last-child {
  margin-right: 0;
}
.topbar-nav li:last-child a {
  padding-right: 0;
}
.topbar-nav a:hover {
  color: #00488f;
  text-decoration: none;
}
#programmes.edufunds-row3 {
  overflow: visible;
}
.scle-updates-post-item .s-readmore a span{
  display: none;
}
.scle-updates-post-item .s-readmore a {
  position: relative;
  padding-right: 45px !important;
  text-transform: uppercase;
}
.prog-card-share .addtoany_shortcode {
  width: 42px;
}
.single-bottom .addtoany_shortcode img,
.prog-card-share .addtoany_shortcode img {
  border-radius: 50%;
}
.scle-updates-post-item .s-readmore a::after {
  content: '';
    background: url(../img/banner-arrow.png);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.topbar-nav li {
  height: 35px;
}
.topbar-nav li:first-child {
  background: #ffa820;
}
.topbar-nav li:first-child a {
  color: white;
}
.navbar-brand img {
  /* width: 83px; */
  width: 280px;
  height: auto;
  position: absolute;
  top: -27px;
}
#main-menu a {
  font-size: 18.5px;
  color: #00488f;
  font-weight: bold;
}
.hidden-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.hidden-search form {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 800px;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 20px;
}
.scle-mobile-menu {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
#scle-mobile-nav.sticky {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  z-index: 100;
  width: 100%;
}
.scle-mobile-menu select {
  width: 100%;
  background: #004891;
  color: white;
  border-radius: 0;
  padding: 0 15px;
  border: none;
  height: 40px;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.scle-mobile-menu:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border-left: solid 6px white;
    border-top: solid 6px rgba(0,0,0,0);
    border-bottom: solid 6px rgba(0,0,0,0);
    border-right: solid 1px rgba(0,0,0,0);
    pointer-events: none;
}
.hidden-search #search-input {
  background: none;
  border: none;
  border-bottom: solid 2px #ddd;
  color: #ddd;
  font-size: 35px;
  width: 100%;
}
.scle-title-col1 {
  border-right: solid 2px black;
  padding-right: 10px;
}
.scle-title-col2 {
  padding-left: 10px;
}
.home-banner-desc {
  color: white;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.home-banner .slick-dots {
  max-width: 1140px;
  left: 50%;
  text-align: left;
  transform: translateX(-50%);
  padding-left: 90px;
  bottom: 40px;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}
.extra-header-zh img {
    width: auto;
    height: 20px;
}
.slick-dots li button:before {
  color: white;
  font-size: 13px;
  opacity: 0.5;
}
.home-banner {
  margin-bottom: 0 !important;
  border-bottom: solid 7px #41c2d2;
}
.home #page-wrapper {
  padding-top: 0;
}
.home-banner-btn a{
  color: white;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  height: 38px;
  padding: 0 30px;
  width: 220px;
  display: flex;
  align-items: center;
  border: solid 1px white;
  justify-content: center;
}

.mv-col1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
}
.mv-col2 {
  position: relative;
  background-image: url('../img/home2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#mvTab {
  position: absolute;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  bottom: 0;
  border: none;
  align-items: flex-end;
  padding-left: 0;
  margin-bottom: 0;
}
#mvTab li {
  box-shadow: 0 -5px 7px -5px rgba(0,0,0,0.2);
}
#mvTab a {
  font-size: 21px;
  font-weight: bold;
  padding: 16px 35px 7px;
  border-radius: 0;
  border:none;
  transition: padding-bottom 0.1s linear;
}
#mv1-tab,
#mv2-tab {
  color: white;
}
#mv1-tab {
  background: #ffa820;
}
#mv2-tab {
  background: #41c2d2;
}
#mv3-tab {
  background: white;
  color: #00488f;
}
#mvTab .nav-link.active {
  padding-bottom: 14px;
}
.home-banner-btn a img {
  margin-left: 10px;
  margin-top: -3px;
}
a:hover {
  text-decoration: none;
}
a,input {
  outline: none !important;
}
button {
  outline: none !important;
}
.search-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background: none;
  border: none;
  width: 25px;
}
.search-submit i {
  color: white;
  font-size: 20px;
}
.search-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  color: white;
  border: none;
  font-size: 30px;
}
.hidden-search input::placeholder {
  color: white;
}
#mvTabContent,
#mvTabContent .tab-pane {
  height: 100%;
}
.mv-content {
  display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 1px;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 370px;
}
.mv-content h3 {
  font-size: 33px;
  margin-bottom: 0;
  font-weight: 300;
}
.mv-content h2 {
  font-size: 50px;
  margin-bottom: 0;
  font-weight: bold;
}
.mv-content hr {
  border-top: solid 2px black;
    width: 100%;
    margin-top: 0;
}
.mv-content p, .mv-content li {
  line-height: 1.4;
    font-size: 17px;
}
.mv-learn {
  background: #00488f;
  color: white;
  display: flex;
  width: 160px;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 15px;
}
.mv-learn img {
  margin-left: 10px;
  width: 14px;
  height: auto;
}
h2 {
  font-size: 40px;
}
.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 6px;
}
.latest-prog-img {
  position: relative;
  overflow: hidden;
  padding-top: 55.55555%;
}
.home-latest-col {
  margin: 0 8px;
}
.latest-prog-row {
  margin: 0 auto;
}
.latest-prog-type2 {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: white;
  font-size: 12px;
}
.home-row2 {
  margin: 0;
}
.home-row2:after {
  content:'';
  position: absolute;
  top: 50%;
  left: 0;
  background: #41c2d2;
  width: 100%;
  height: 1000px;
  z-index: -1;
}
.home-row3:after {
  content:'';
  position: absolute;
  bottom: 60%;
  left: 0;
  background: #41c2d2;
  width: 100%;
  height: 1000px;
  z-index: -1
}
.home-high-img {
  position: relative;
  overflow: hidden;
  padding-top: 73.68%;
}

.latest-prog-type {
  position: absolute;
  color: white;
  left: 0;
  top: 25px;
  z-index: 1;
  background: #53c004;
  width: 100px;
  height: 30px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13.5px;
}
.home-high-img a,
.latest-prog-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-high-img img,
.latest-prog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-latest-con {
  background: white;
}
.home-know-more a {
  position: relative;
}
.home-know-more a:after {
  content:url('../img/banner-arrow.png');
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.our-clients-zh .slick-track,
.latest-prog-row .slick-track {
    /* display: flex !important; */
}
.our-clients-zh .slick-slide,
.latest-prog-row .slick-slide {
    /* height: inherit !important; */
}
.our-clients-zh .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-latest-con1,
.home-latest-con2 {
  padding: 15px;
}
.home-latest-con1 {
  padding-right: 0;
}
:focus {
  outline: none !important;
}
.home-blue-date {
  background: #35cbdc;
  color: white;
  border-radius: 8px;
  padding: 10px;
}
.home-latest-shadow {
  height: 25%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,0), black);
  pointer-events: none;
}
.home-blue-day {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
}
.home-blue-month {
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
}
.home-row2-prev,
.home-row2-next {
  position: absolute;
  top: 25%;
  cursor: pointer;
}
.home-row2-prev {
  left: -50px;
}
.home-row2-next {
  right: -50px;
}
.home-latest-prog .slick-dots {
  bottom: -60px;
}
.home-latest-prog {
  margin-bottom: 30px !important;
}
.home-know-more a {
  background: none !important;
  font-weight: bold !important;
  font-size: 18px !important;
  border: solid 1px white !important;
  padding: 10px 60px !important;
  padding-right: 70px !important;
}
.home-high-col {
  margin: 0 7px;
}
.home-row3-next,
.home-row3-prev {
  top: 50%;
}
.home-high-con {
  padding: 30px 20px;
  padding-bottom: 45px;
}
.home-high-con h3 {
  font-weight: bold;
  margin-bottom: 25px;
}
h5 {
  font-size: 20px;
}
h3 {
  font-size: 24px;
}
.mv-learn:hover {
  color: white;
}
.our-clients-zh .slick-dots li button,
.home-highlights .slick-dots li button {
  border: solid 1.5px #003a73;
  border-radius: 50%;
  opacity: 1;
  width: 13px;
  height: 13px;
  margin: 0 auto;
}
.home-high-col:hover {
  box-shadow: 0 0 9px -2px rgb(0, 0, 0, 0.4);
}
.our-clients-zh .slick-dots li button::before,
.home-highlights .slick-dots li button::before {
  text-indent: -999999px;
}
.our-clients-zh .slick-dots li.slick-active button,
.home-highlights .slick-dots li.slick-active button {
  background: #003a73;
}
.our-clients-zh .slick-dots,
.home-highlights .slick-dots {
  bottom: -80px;
  left: 0;
  padding-left: 0;
}
.our-clients-zh {
  margin-bottom: 120px !important;
}
.home-highlights {
  margin-bottom: 200px !important;
}
.our-clients-zh .slick-track,
.home-highlights .slick-track {
  padding: 20px 0;
}
h4 {
  font-size: 19px;
}
.home-testimonial-row > .container {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-talk-con h2 {
  margin-bottom: 20px;
}
.home-test-cont {
  padding-left: 100px;
}
.home-test-heading {
  position: relative;
  margin-bottom: 40px;
}
.home-test-heading:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: white;
  left: -30px;
  top: 40%;
  transform: translateX(-100%);
}
.home-test-hook {
  font-size: 100px;
  line-height: 1;
  margin-right: 15px;
}
.home-test-content {
  display: flex;
  min-height: 1px;
  width: 48%;
}
.home-test-author img {
  width: 100px;
  height: auto;
}
.home-test-author {
  display: flex;
  min-height: 1px;
  align-items: center;
}
.home-test-author1 {
  margin-left: 25px;
}
.sponsor-logos p{
  font-size: 28px;
}
.sponsor-logos {
  padding-left: 100px;
  position: relative;
}
.sponsor-logos:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  background: black;
  left: 0px;
  top: 40%;
}
.sponsor-logos-col > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sponsor-logos-col > .wpb_column > .vc_column-inner > .wpb_wrapper  img {
  margin-right: 35px;
}
.footer-talk {
  min-height: 350px;
  position: relative;
  border-bottom: solid 8px #41c2d2;
  margin-bottom: -200px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.footer-talk-con {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  color: white;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
.footer-gmap a{
  min-height: 500px;
  display: block;
  width: 100%;
}
#wrapper-footer {
  padding: 22px 0;
  background: #00498e;
}
.footer-col2,
.footer-col2 a,
.footer-col1 {
  color: white;
  font-size: 14px;
}
.footer-col2 a {
  border-right: solid 1px white;
  padding: 0 20px;
}
.footer-col2 a:last-child {
  padding-right: 0;
  border: none;
}
.footer-sitemap {
  display: flex;
  min-height: 1px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-talk button {
  position: absolute;
  color: white;
  font-size: 25px;
  background: #41c2d2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 45px 8px;
  border-radius: 30px 30px 0 0;
  line-height: 1;
  transition: all 0.1s ease-in;
}
.footer-talk-con h3 {
  font-size: 22px;
}
.page-template-template-cap #position-scrollbtn {
  height: 70px;
}
.modal-dialog {
  margin-bottom: 100px !important;
}
#capModal .modal-dialog,
#careerModal .modal-dialog,
#footerModal .modal-dialog {
  max-width: 920px;
}
.btn.focus, .btn:focus, .wpcf7 input.focus[type=submit], .wpcf7 input:focus[type=submit] {
  box-shadow: none !important;
}
.footer-talk button:hover {
  padding-bottom: 15px;
  color: white;
}
.page-banner {
  min-height: 280px;
  padding-top: 120px;
}
.page-banner h1 {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}
.breadcrumbs {
  text-align: right;
}
.breadcrumbs,
.breadcrumbs * {
  color: white;
  font-size: 16px;
}
.page-banner-col2 {
  display: flex;
  min-height: 1px;
  align-items: center;
  justify-content: flex-end;
}
.breadcrumbs .current-item {
  color: #35cbdc;
}
.breadcrumbs > span {
  margin-left: 10px;
  margin-right: 4px;
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.scle-row1 {
  padding-top: 70px;
}
p {
  font-size: 17px;
  line-height: 1.5;
}
.dash-h2 h2 {
  position: relative;
}
.dash-h2 h2:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: black;
    left: -20px;
    top: 25px;
    transform: translateX(-100%);
}
.dash-h2 > .vc_column-inner {
  padding-left: 100px;
}
.scle-row2 .dash-h2 h2:before {
  background: white;
}
.scle-row2 {
  padding: 35px 0;
}
#careerModal .modal-content,
#footerModal .modal-content {
  border-radius: 0;
}
#careerModal .modal-body,
#footerModal .modal-body {
  padding-top: 40px;
  padding-bottom: 60px;
}
.wpcf7 {
  max-width: 800px;
}
.footerModal-title h3 {
  max-width: 800px;
  margin: 0 auto;
  color: white;
  position: relative;
  padding-left: 100px;
}
.footerModal-title h3:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background: white;
  left: 0px;
  top: 40%;
}
.footerModal-title {
  background: #35cbdc;
  padding: 40px 15px;
  width: 100%;
}
.cf-50 {
  width: calc(50% - 10px) !important;
  display: inline-block;
  margin-bottom: 20px;
}
.cf-50:nth-child(4n+1){
  margin-right: 10px;
}
.cf-50 + br {
  display: none;
}
.red-req {
  color: red;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
  border: none;
    background: #f4f4f4;
    border-radius: 0;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus {
  background: #f4f4f4;
}
.wpcf7 input[type=submit] {
  background: #ffa820;
  color: white;
  border-radius: 0;
  border:none;
  width: 170px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7 input[type=submit]:hover {
  background: #00488f;
}
input, select, textarea {
  box-shadow: none !important;
  background: inherit;
}
.search-menu-a {
  cursor: pointer;
}
#scle-tab .nav-tabs {
  border: none;
  margin-bottom: 0;
  padding-left: 0;
}
#scle-tab .nav-tabs li {
  margin-bottom: 0;
}
.edufund-fixed-tab.sticky,
#scle-tab .nav-tabs.sticky {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 66px;
  width: 100%;
  z-index: 100;
  max-width: 1140px;
}
.edufund-fixed-tab.sticky {
  max-width: 900px;
}
.edufund-fixed-tab-container {
  margin-bottom: 100px !important;
}
#scle-tab .nav-tabs li a {
  color: black;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  background: #ebebeb;
  text-align: center;
  display: flex;
  min-height: 1px;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 20px 26px;
}
#scle-tab .nav-tabs li {
  width: 12.5%;
  border: solid 1px #dedede;
}
#scle-tab .nav-tabs a.active  {
  color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background: #004891;
    position: relative;
}
#scle-tab .nav-tabs a.active:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-top: solid 15px #004891;
  border-right: solid 12px transparent;
  border-left: solid 12px transparent;
  border-bottom: solid 10px transparent;
}
.scle-sticky-button {
  z-index: 3;
}
#scle-tab .tab-content {
  padding-top: 100px;
}
.annual-highlights {
  width: calc(25% - 25px);
  margin-right: 24px;
  margin-bottom: 100px;
}
.annual-img {
  background: white;
  padding: 15px;
  box-shadow: 3px 3px 7px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
.annual-content {
  padding: 0 20px;
}
.annual-content h4 {
  margin-bottom: 0;
}
.annual-content a {
  width: 150px;
  height: 40px;
  font-size: 15px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffa820;
}
.annual-content h4,
.annual-content h3 {
  font-weight: bold;
  line-height: 1;
}
.annual-content h3 {
  margin-bottom: 20px;
}
.annual-zh {
  display: flex;
  min-height: 1px;
  flex-wrap: wrap;
}
.annual-row1 {
  padding-top: 60px;
}
.home-cover {
  transition: all 0.2s ease-in;
  pointer-events: none;
  opacity: 1;
  z-index: 1000;
}
div.mod-des-table-2 th,
div.mod-des-table-2 th p,
div.mod-des-table th,
div.mod-des-table th p {
  font-size: 18px;
  vertical-align: middle;
}
div.mod-des-table-2 td p,
div.mod-des-table-2 td,
div.mod-des-table td p,
div.mod-des-table td {
  font-size: 17px;
}
.mod-des-table table ul li {
  margin-bottom: 10px !important;
}
.mod-des-table table ul li:before {
	content: "- ";
	position: absolute;
	left: -15px;
}
#scle-tab ul li:before {
  display: none;
}
.slick-dots li:before,
#mvTab li:before {
  display: none;
}
.career-row2 {
  display: flex;
  min-height: 1px;
  justify-content: center;
  padding: 40px 0 30px;
  overflow: visible !important;
}
.career-accordion .vc_tta-panel-heading {
  border: none !important;
  background-color: #efefef !important;
}
.career-accordion .vc_tta-panel-heading a {
  padding: 18px 85px 17px !important;
}
.career-accordion .vc_active .vc_tta-panel-heading {
  background: #ffa820 !important;
}
.career-accordion .vc_active .vc_tta-panel-heading i,
.career-accordion .vc_active .vc_tta-panel-heading i:before,
.career-accordion .vc_active .vc_tta-panel-heading a {
  color: white !important;
  border-color: white !important;
}
.career-accordion .vc_tta-panel-body {
  background: white !important;
  border: none !important;
  padding: 25px 85px 45px !important;
}
.career-accordion .vc_tta-panel {
  margin-bottom: 5px;
}
.cal-circle-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  display: inline-block;
  margin-right: 5px;
}
.calendar-legend-zh {
  display: flex;
  flex-wrap: wrap;
  min-height: 1px;
  margin-bottom: 13px;
  margin-top: 15px;
}
.cal-whole-dot {
  margin-right: 25px;
}
.wpb_text_column > .wpb_wrapper > p > a {
  color: #ffa820;
  text-decoration: underline;
}
.position-accordion *,
.position-accordion .vc_tta-panels {
  background: none !important;
  border: none !important;
}
.position-accordion .vc_tta-title-text {
  font-size: 23px !important;
}
.position-accordion .vc_tta-tabs-container {
  width: 300px;
}
.position-accordion .vc_tta-tabs-container .vc_active {
  position: relative;
}
.position-accordion .vc_tta-tabs-container .vc_active:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffa820;
  top: 20px;
  left: 0;
}
.position-accordion .vc_tta-tabs-container a:hover .vc_tta-title-text{
  color: #ffa820 !important;
  text-decoration: underline !important;
}
.position-accordion .vc_tta-tabs-container .vc_active .vc_tta-title-text {
  color: #ffa820;
  text-decoration: underline;
}
.career-apply-btn {
  background: #ffa820 !important;
  border:none;
  color: white;
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-size: 15px;
  line-height: 1;
}
#position-scrollbtn {
  position: absolute;
  background: #ffa820;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: auto;
      padding: 0 30px;
  z-index: 5;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  top: -13px;
  right: 15%;
  cursor: pointer;
}
/* .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  display: block !important;
  position: absolute;
  opacity: 0 !important;
  z-index: -2;
  pointer-events: none;
}
.wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-body {
      opacity: 1 !important;
    transition: all 0s, opacity 0.4s ease-in !important;
    position: static;
    top: 0;
    z-index: auto;
} */
#programme-right .programme-items .list {
  padding-right: 50px;
}
#position-scrollbtn span {
  color: white;
  font-weight: bold;
}
#position-scrollbtn img {
  padding-right: 13px;
  border-right: solid 1px white;
  margin-right: 15px;
  margin-top: -2px;
}
.progr-det h3 {
  font-weight: bold;
}
.single-programme .page-banner-col1 h1 {
  font-size: 30px;
}
.single-programme .page-banner-col1 h4 {
  color: white;
  margin-top: 20px;
}
.single-programme .page-banner-col2 {
  display: none;
}
.career-apply-btn img {
  margin-left: 10px;
  width: 15px;
  margin-top: -2px;
}
.gform_wrapper .gfield_required {
  color: red !important;
}
.page-template-template-career .footer-zh {
  display: none;
}
.gform_wrapper .top_label .gfield_label {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 0;
}
body .gform_wrapper ul li.gfield {
  width: 100%;
}
div.gform_wrapper ul.gform_fields {
  flex-wrap: wrap;
  display: flex;
  min-height: 1px;
}
div.gform_wrapper form {
  max-width: 800px;
  margin: 0 auto;
}
div.gform_wrapper .gform_footer input[type=submit] {
  background: #ffa820;
  color: white;
  border-radius: 0;
  border: none;
  width: 170px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.gform_wrapper .top_label .ginput_container select,
.gform_wrapper .top_label .ginput_container input,
.gform_wrapper .top_label .ginput_container textarea {
  background: #f4f4f4;
  border: none;
  border-radius: 0;
  font-size: 19px;
  height: 40px;
}
.gform_wrapper .top_label .ginput_container textarea {
  height: 170px;
}
.gform_wrapper ul.gform_fields li.gfield.gf-50 {
  width: 50%;
}
.career-download a {
  background: #ffa820;
  color: white;
  border-radius: 0;
  border: none;
  width: 320px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.career-download img {
  margin-right: 15px;
}
.career-form-desc {
  max-width: 800px;
  margin: 0 auto 35px;
}
.career-form-desc p {
  margin-bottom: 25px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper .top_label .ginput_container input[type="file"] {
      padding: 7px 20px;
      width: 100%;
}
.gform_confirmation_wrapper  {
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 22px;
}
.gcheck label {
  color: #000400;
  font-size: 15px !important;
  max-width: none !important;
  width: calc(100% - 50px) !important;
}
.gcheck input[type="checkbox"] {
  margin-right: 15px;
  background: #f4f4f4;
  border: none;
  border-radius: 0;
  height: auto !important;
  vertical-align: top !important;
  margin-top: 3px !important;
}
.gcheck .gfield_label {
  display: none !important;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight: 400 !important;
}
.cap-row2 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.cap-row3 {
  padding: 40px 0;
}
.orange-btn a {
  background-image: none !important;
  font-size: 17px !important;
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tab-scle-content .orange-btn a {
  margin-left: 85px;
}
.cap-row1 {
  overflow: visible !important;
}
.sidc-tab .edu-fund-tab .vc_tta-tabs-list .vc_tta-tab {
      width: calc(50% - 1px);
}
.page-template-template-scle .tab-content {
  overflow: visible;
}
.edufundlogo {
  max-width: 400px;
  margin: 0 auto;
}
.edufunds-row1 {
  background: #efefef;
  margin-bottom: 80px;
}
#edufund-tab .tab-content .tab-pane > div{

}
.edufunds-row2 {
  background: #35cbdc;
  padding: 80px 0 30px;
}
.edufunds-row3 {
  background: white;
  padding: 60px 0 40px;
}
.edufund-fixed-tab a{
  color: black;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  display: flex;
  min-height: 1px;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 20px 14px;
  width: 33%;
  border: solid 1px #efefef;
}
.edufund-fixed-tab a.active {
  color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background: #004891;
  position: relative;
  border: none;
}
.edufund-fixed-tab {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}
.edufund-fixed-tab.sticky a {
  font-size: 19px;
  height: 70px;
}
#edufund-tab ul.nav-tabs li:before {
  display: none;
}
#edufund-tab ul.nav-tabs li {
  width: 50%;
  margin: 0;
}
#edufund-tab ul li a {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 27px;
  color: #000400 !important;
  padding: 20px 80px;
  font-weight: bold;
}
#edufund-tab ul li a.active {
  border-bottom: solid 4px #ffa820;
}
#edufund-tab .nav-tabs {
  max-width: 900px;
  margin: 0 auto;
}
body.search h1.page-title {
  font-weight: bold;
}
#programme-left:before {
  content:'';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: white;
  width: 1000px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
#programme-left.expanded:before {
  opacity: 1;
}
#edufund-tab .nav-tabs {
  margin-bottom: 50px;
}
#main-menu .dropdown-toggle::after {
  display: none;
}
.wpb_text_column.boxed {
  padding: 0 15px;
}
.single-programme .vc_tta-panels-container {
  max-width: 1170px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.single-programme .page-banner {
  padding-top: 110px;
}
.single-programme .site-main {
  width: 100%;
  padding: 0 15px;
}
.single-prog-tab .vc_tta-tabs-container {
  max-width: 900px !important;
}
.prog-details-banner-col1 {
  background: #eeeeee;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 25px;
}
.progr-date {
  padding-right: 35px;
}
.progr-location img {
  margin-right: 10px;
}
.progr-location {
  font-style: italic;
  margin-bottom: 15px;
}
.progr-det p * {
  vertical-align: text-top;
  margin-right: 2px;
}
.progr-det p a {
  font-size: 16px;
  color: #32373d;
  text-decoration: underline;
}
.progr-speaker {
  font-weight: bold;
}
.prog-icon-text {
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
}
.progr-icon {
  display: flex;
  min-height: 1px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.progr-icon img {
  height: 45px;
  width: auto;
}
.progr-icon {
  width: 130px;
}
.progr-det {
  width: calc(100% - 265px);
}
.prog-details-banner-col2 {
  background: #d7effc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 1px;
}
.prog-pri-btn a{
  width: 180px;
  /* background: #ffa820; */
  background: #00488f;
  font-size: 15px;
  color: white;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.single-prog-tab .vc_column-inner {
  padding-top: 0 !important;
}
.prog-details-banner-row .prog-pri-btn a:hover {
  background: white;
  color: #ffa820;
}
.prog-terms-conditions {
  text-align: center;
}
.prog-terms-conditions a {
  font-size: 13px;
  color: #33383e;
  letter-spacing: 0;
}
.prog-details-banner-row {
  margin-bottom: 60px;
}
.prog-counter-list ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 50px !important;
}
.prog-counter-list ol li {
  display: block;
  position: relative;
  line-height: 1.4;
}
.prog-counter-list ol li:before {
    font-weight: bold;
    /* content: counter(item, decimal-leading-zero) " "; */
    content: "•";
    counter-increment: item;
    position: absolute;
    transform: translateX(-120%);
    top: 0;
    color: #ffa820;
}
.prog-white-col .vc_column-inner {
  background: white;
  padding: 40px !important;
}
.mod-des-table-2 tr:nth-child(even) {
  background: white;
}
.single-programme table {
  float:none;
}
.home-latest-col {
  width: 350px;
  margin-bottom: 20px;
}
.home-latest-prog {
  display: flex;
  flex-wrap: wrap;
  min-height: 1px;
  justify-content: center;
}
.prog-card-title {
  line-height: 1.2;
  margin-bottom: 20px;
}
.prog-card-title,
.prog-card-title a {
  color: #32373d;
  font-size: 17px;
  font-weight: bold;
  text-transform: capitalize;
}
.home-latest-col:hover {
  /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
}
.home-latest-con2 .prog-pri-btn a {
  width: 180px;
  margin-bottom: 0;
}
.home-latest-con2 .prog-pri-btn ,
.home-latest-con2 .prog-card-share{
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.wpb_text_column .home-latest-con2 p,
.home-latest-con2 p {
  line-height: 1.1;
  margin-bottom: 4px;
  font-size: 17px;
}
.wpb_text_column .home-latest-con2 .progr-card-location,
.home-latest-con2 .progr-card-location {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}
.prog-card-share {
  position: relative;
  margin-left: 10px;
}
.back-of-card-bottom .prog-card-share .hide-share-btn {
  background: transparent;
}
.prog-card-share .hide-share-btn {
  position: absolute;
  display: none;
  top: 0;
  left: 5px;
  transform: translateY(-100%);
  background: white;
}
.prog-card-share .hide-share-btn:hover,
.prog-card-share:hover .hide-share-btn {
  display: block;
}
.home-latest-con1 .progr-icon {
  width: auto;
  justify-content: center;
}
.home-latest-con1 .progr-icon > div {
  margin-top: 15px;
}
.back-of-card-top .progr-icon {
    position: absolute;
    right: 20px;
  top: 20px;
}
.back-of-card-top .progr-icon > div {
  margin-right: 10px;
}
.back-of-card-bottom.home-latest-con {
  background: rgba(0,0,0,0);
}
.back-of-card-bottom .home-latest-con1, .back-of-card-bottom .home-latest-con2 {
  padding-top: 0;
  color: white;
}
.back-card-price,
p.back-card-desc {
  margin-bottom: 20px;
}
.back-of-card-bottom .prog-pri-btn a {
  background: white;
  color: #4242bb;
}
.back-of-card-bottom .prog-card-title a {
  color: white;
}
.back-of-card-top .progr-icon > div img {
  height: 30px;
  width: auto;
}
.home-latest-con1 .progr-icon > div img {
  width: 40px;
  height: auto;
}
.progr-icon > div {
  text-align: center;
}
.back-of-card-top .prog-icon-text {
  font-size: 10px;
  color: white;
}
.home-latest-con1 .prog-icon-text {
  font-size: 10px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  /* height: 480px; */
  height: 510px;
}

.home-latest-col:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front {
  background: white;
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card-front {
  z-index: 0;
}
.flip-card-back {
  transform: rotateY(180deg);
  background-image: url('../img/deep-blue1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.home-test-content1 h4 {
  font-weight: 300;
}
.mv-learn span {
  margin-top: 2px;
}
.back-of-card-top {
  height: 90px;
  position: relative;
}
.back-of-card-top .latest-prog-type {
  background: white;
  color: #464b50;
}
.prog-rem-col2 {
  display: flex;
  min-height: 1px;
  align-items: center;
  justify-content: flex-end;
}
.prog-rem-col2 img {
  width: 17px;
  margin-top: -3px;
  height: auto;
  margin-left: 10px;
}
.programme-recommend {
  padding-top: 60px;
}
.prog-rem-row {
  margin-bottom: 40px;
}
.wpb_text_column .exam-content-card p,
.exam-content-card p {
  font-size: 15px;
  line-height: 1.2;
}
.exam-content-card {
  margin-bottom: 5px;
}
.back-of-card-bottom .prog-card-title {
  color: white;
}
.p-category {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.p-location-img {
  width: 15px;
}
.p-location {
  display: flex;
  margin-bottom: 15px;
}
.p-location-text {
      width: calc(100% - 15px);
    padding-left: 6px;
    font-size: 14px;
    font-weight: bold;
}
.p-details {
  font-size: 15px;
  padding: 0 20px;
  padding-right: 5px;
}
.p-icons1,.p-icons2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.prog-list-col4 > div:first-child {
  border-right: solid 1px;
  border-left: solid 1px;
}
.prog-list-col4 > div:last-child {
  border-right: solid 1px;
}
.p-title {
  font-weight: bold;
}
.prog-list-col4 img {
  width: 30px;
  height: auto;
}
.prog-list-col4 span {
  font-size: 11px;
  margin-top: 5px;
}
.prog-list-col4 > div {
  width: calc(50% - 1px);
  box-sizing: border-box;
}
.prog-list-col5 .prog-pri-btn a {
  margin-bottom: 0;
}
.prog-list-col1 {
  padding: 0;
}
.prog-list-col2 {
  border-right: solid 1px black;
  width: 190px;
  height: 100%;
  padding-top: 11px;
}
.prog-list-col3 {
  width: 410px;
  /* width: 350px; */
}
.prog-list-col4 {
  display: flex;
  width: 140px;
}
.prog-list-col5 {
  padding-left: 60px;
}
.prog-list-col {
  padding-right: 15px;
}
div.programme-items .list .p-type {
  left: 125px;
}
.single-programme .footer-zh,
.page-template-template-programme-search .footer-zh {
      background: #35cbdc;
}
.copy-prog-footer-row {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  overflow: visible !important;
  display: flex;
  flex-wrap: wrap;
}
.copy-prog-footer-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1000px;
  transform: translateX(-100%);
  background: #35cbdc;
  display: block;
}
.copy-prog-footer-row::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1000px;
  transform: translateX(100%);
  background: #35cbdc;
  display: block;
}
.p-exam * {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.3;
  /* color: #0066a0; */
  font-weight: bold;
}

.p-exam p:first-child {
  padding-bottom: 10px;
  /* color: #35cbdc; */
}

.prog-card-range {
  font-size: 16px;
  margin-bottom: 8px;
  display: none;
}
.card-clock {
  font-weight: 300;
  margin-bottom: 5px !important;
}
.home-banner-slides > .container > div {
  opacity: 0;
}
.home .home-latest-col {
  margin-bottom: 0;
  padding: 10px 0;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
  margin-right: 10px;
}
.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gfield_checkbox li {
  width: 25%;
}
.cap-contacts {
  display: flex;
  flex-wrap: wrap;
  min-height: 1px;
  border-bottom: solid 1px black;
}
.cap-contact-col {
  width: 310px;
}
.table-dot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 1px;
  padding: 5px 30px;
}
.table-dot a {
    width: 8px;
    height: 10px;
    border-radius: 50%;
    border: none;
}
div.sitemap-cont ul li:before {
  display: none;
}
.sitemap-cont #main-menu > li:after {
  display: none;
}
div.sitemap-cont ul.sub-menu {
  padding-left: 40px;
  margin: 20px 0;
  margin-bottom: 25px !important;
}
.sitemap-cont #main-menu > li {
  margin-bottom: 20px;
}
#main-menu > li .dropdown-menu {
  margin: 0;
}
#main-menu > li:hover .dropdown-menu,
#main-menu > li > .dropdown-menu:hover{
  display: block;
}
.page-item.active .page-link {
  background-color: #ffa820;
  border-color: #ffa820;
}
.page-link {
  color: black;
}
body.search h2.entry-title {
  margin-bottom: 20px;
}
.search .breadcrumbs {
  display: none;
}
.page-link:hover {
  color: #ffa820;
}
.page-link:focus {
  box-shadow: none;
}
.scle-updates-post-items {
  margin: 0 auto;
  max-width: 1000px;
}
.ps-multiselect label span{
  position: relative;
  padding-left: 27px;
}
.ps-multiselect label span:before {
  position: absolute;
  left: 0;
  top: 0;
}
.ps-multiselect label input {
  margin-top: 2px;
}
.expanded .home-latest-con2 p {
  font-size: 13px;
}
.p-form {
  position: relative;
}
.clear-all {
  position: absolute;
    right: 0;
    top: 0;
}
@media(max-width:1399px){
  .single-in_the_news .dash-h2 h2.entry-title:before,
  .single-media_release .dash-h2 h2.entry-title:before,
  .single-updates .dash-h2 h2.entry-title:before {
    display: none;
  }
}
@media(max-width:1199px){
  #wrapper-navbar, .topbar-nav {
    display: none;
  }
  /* .topbar-nav {
    display: none;
  } */
  .career-accordion .vc_tta-panel-heading a {
    padding: 14px 20px !important;
  }
  .career-accordion .vc_tta-panel-body {
    padding: 25px 20px 45px !important;
  }
  .home-banner-slides {
    min-height: calc(100vh - 65px);
  }
  .extra-header-zh a {
    margin: 0 8px;

  }
  .extra-header-zh {
    position: absolute;
    right: 80px;
    top: 22px;
  }
  .search-close {
    top: 80px;
  }
  .page-banner-col2 {
    justify-content: flex-start;
  }
  .breadcrumbs {
    text-align: left;
  }
  #position-scrollbtn {
    right: 0;
  }
  #examModal .modal-dialog,
  #programme-popup .modal-dialog,
    #capModal .modal-dialog,
  #graduate_apply_now .modal-dialog,
  #careerModal .modal-dialog,
  #footerModal .modal-dialog {
    margin-top: 100px;
    margin-bottom: 100px !important;
  }
  .edufund-fixed-tab.sticky {
    top: 60px;
  }
  .prog-list-col5 {
    padding-left: 0px;
  }
  div#programme-wrapper {
    position: relative;
  }
  div#programme-left {
    position: absolute;
    height: 100%;
    width: 68px;
    top: 0;
    left: 0;
  }
  div#programme-left.expanded {
    z-index: 10;
  }
  div.programme-items {
    padding-left: 80px;
  }
  div#programme-right.expanded,
  div#programme-right {
    width: 100%;
  }
  div#programme-wrapper {
    min-height: 1025px;
  }
  div#programme-left .large {
        padding: 50px 50px 20px 15px;
  }
  div#programme-left.expanded {
    width: 320px;
  }
  .prog-pri-btn a {
    width: 140px;
    font-size: 14px;
    height: 35px;
  }
}
@media(max-width:991px){
  .home-banner-sidebar {
    display: none;
  }
  .home-banner-slides > .container {
    padding: 0 15px;
  }
  .home-banner-slides {
    padding-top: 100px;
  }
  .home-banner-prog:before {
    display: none;
  }
  .annual-highlights {
    width: calc(33% - 20px);
    margin-right: 20px;
  }
  .dash-h2 > .vc_column-inner {
    padding-left: 15px;
  }
  .dash-h2 h2:before {
    display: none;
  }
  .scle-title-col1 {
    padding-right: 0;
    border-right: 0;
  }
  .scle-title-col2 {
    padding-left: 0;
  }

  #tab-scle-content .orange-btn a {
    margin-left: 0px;
  }
  .gform_wrapper ul.gform_fields li.gfield.gf-50 {
    width: 100%;
  }
  .footerModal-title h3:before {
    display: none;
  }
  .footerModal-title h3 {
    padding: 0 15px;
  }
  .footerModal-title {
    padding: 20px 0;
  }
  #careerModal .modal-body,
  #footerModal .modal-body {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .gform_wrapper .top_label .gfield_label {
    font-size: 15px;
  }
  .gform_wrapper .top_label .ginput_container select, .gform_wrapper .top_label .ginput_container input, .gform_wrapper .top_label .ginput_container textarea {
    height: 30px;
    font-size: 15px;
  }
  .gform_wrapper .top_label .ginput_container textarea {
    height: 140px;
  }
  #mvTab {
    position: static;
    left: 0;
    transform: translate(-15px,-100%);
  }
  .mv-col2 {
    padding-bottom: 100px;
  }
  h1,
  .page-banner h1 {
    font-size: 44px;
  }
  h2,
  .mv-content h2 {
    font-size: 40px;
  }
  h3,
  .mv-content h3 {
    font-size: 24px;
  }
  p,
  .mv-content p, .mv-content li {
    font-size: 16px;
  }
  .home-test-content {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-testimonial-row > .container {
    min-height: 550px;
  }
  .footer-sitemap {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .footer-col2 a:first-child {
    padding-left: 0;
  }
  .wrapper-footer-row {
    flex-direction: column-reverse;
  }
  .page-banner {
    padding-top: 100px;
  }
  div.mod-des-table-2 th,
  div.mod-des-table-2 th p,
  div.mod-des-table th,
  div.mod-des-table th p {
    font-size: 14px;
  }
  div.mod-des-table-2 td p,
  div.mod-des-table-2 td,
  div.mod-des-table td p,
  div.mod-des-table td {
    font-size: 16px;
  }
  div.programme-items .list .p-item {
    flex-wrap: wrap;
  }
  div.programme-items .list .p-type {
    left: 110px;
  }
  .prog-list-col1 {
    width: 90px;
  }
  .prog-list-col2 {
    width: calc(100% - 90px);
  }
  .prog-list-col3,
  .prog-list-col4 {
    width: 50%;
  }
  .p-location-img {
    width: 9px;
  }
  .prog-list-col3,
  .prog-list-col4 {
    margin-top: 10px;
  }
  .prog-list-col2 {
    border: none;
  }
  .prog-list-col5 {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    padding-right: 40px;
  }
  .prog-list-col5 a {
    margin-left: auto;
  }
  .p-details {
    padding-left: 0;
  }
  div.programme-type > a {
    margin-right: 0;
  }
  div.programme-type {
    text-align: left;
    padding-left: 80px;
  }
  div.programme-items .list .smonyear {
    font-size: 13px;
  }
  .p-location-text {
    padding-left: 10px;
  }
  .table-dot {
    padding: 5px 10px;
  }
  .fc-view {
    overflow: auto;
  }
  .fc-view > table {
    width: 800px !important;
  }
  .prog-details-banner-col2 {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  #programme-right .programme-items .list {
    padding-right: 0;
  }
}
@media(max-width:767px){
  .home-banner-prog {
    font-size: 28px;
  }
  .home-banner-slides {
    padding-top: 60px;
  }
  .annual-highlights {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .mv-col1 {
    min-height: 350px;
  }
  h1,
  .page-banner h1 {
    font-size: 36px;
  }
  h2,
  .mv-content h2 {
    font-size: 32px;
  }
  h3,
  .mv-content h3 {
    font-size: 21px;
  }
  p,
  .mv-content p, .mv-content li {
    font-size: 14px;
  }
  .sponsor-logos:before {
    display: none;
  }
  .sponsor-logos {
    padding-left: 0;
  }
  .footer-talk {
    min-height: 350px;
  }
  .footer-talk button {
      padding: 10px 25px 5px;
      font-size: 20px;
      border-radius: 25px 25px 0 0;
  }
  div.mod-des-table table,
  div.mod-des-table-2 table {
    width: 700px !important;
  }
  div.mod-des-table,
  div.mod-des-table-2 {
    overflow-x: auto;
  }
  .career-accordion .vc_tta-panel-heading a {
    font-size: 16px;
  }
  .position-accordion .vc_tta-panel-title a {
    background: #efefef !important;
    color: #666 !important;
  }
  .position-accordion .vc_active .vc_tta-panel-title a {
    background: #ffa820 !important;
    color: white !important;
  }
  .home-latest-col:hover .flip-card-inner {
    transform: none;
  }
  .home-latest-col:hover .flip-card-back {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  .prog-list-col4 {
    width: 100%;
    justify-content: flex-start;
  }
  .prog-list-col5 a {
    margin-left: 0;
  }
  .prog-list-col4 > div {
    /* width: 65px;
    padding: 0 8px; */
    border: none !important;
    width: auto;
    padding: 0;
    padding-right: 10px;
  }
  .prog-list-col3 {
    width: 100%;
    margin-top: 25px;
  }
  .prog-list-col2 {
    padding-right: 0;
  }
  #programme-search > .container {
    padding: 0;
  }
  #programme-wrapper #programme-right .programme-items {
    padding-right: 15px;
    padding-left: 80px;
  }
  div.programme-type > a {
    margin-right: 0;
    font-size: 16px;
    padding: 0 10px;
  }
  .gfield_checkbox li {
    width: 100%;
  }
  div#tab-calendar {
    padding: 15px 5px;
  }
  div#tab-calendar.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number,
  div#tab-calendar th.fc-day-header.fc-widget-header > span {
    font-size: 15px;
  }
  div.fc-toolbar h2 {
    font-size: 16px;
  }
  .fc-view > table {
    width: 650px !important;
  }
  .table-dot a {
    width: 6px;
    height: 8px;
  }
  .fc-day-grid-container {
        height: auto !important;
  }
  .arrow-active:after {
    display: none;
  }
  .progr-det {
    width: 100%;
    margin: 25px 0;
  }
  .single-prog-tab .vc_tta-tabs-list{
    display:flex  !important;
  }
  .single-prog-tab .vc_tta-tabs-list .vc_tta-tab{
    width:33%;
  }
  .prog-white-col .vc_column-inner {
        padding: 20px !important;
  }
  .cap-row3 {
    padding-top: 30px;
  }
}
@media(max-width:575px){
  .search-submit {
    width: 20px;
    right: 20px;
  }
  .cal-whole-dot {
    font-size: 13px;
  }
  .cal-whole-dot {
    margin-right: 17px;
  }
  .annual-row1 {
    padding-top: 50px;
  }
  .annual-highlights {
    width: 100%;
    margin-right: 0px;
  }
  .search-submit i {
    font-size: 15px;
  }
  .hidden-search input::placeholder, .hidden-search #search-input {
    font-size: 20px;
  }
  #mvTab a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mv-learn {
    font-size: 14px;
    height: 40px;
    width: 150px;
  }
  .home-test-cont {
    padding-left: 0;
  }
  .footer-sitemap {
    justify-content: space-between;
  }
  .footer-sitemap a {
    width: 50%;
    border: none;
    padding: 5px 0;
    font-size: 13px;
  }
  #edufund-tab ul li a {
    font-size: 16px;
    padding: 20px;
  }
  .edufund-fixed-tab a {
    font-size: 16px;
  }
  .wpb_text_column ul li {
    font-size: 15px;
  }
  div.programme-items .list .s-calendar,
  div.programme-items .list .sdate {
    width: 65px;
  }
  .prog-list-col1 {
    width: 75px;
    padding-right: 10px;
  }
  .prog-list-col2 {
    width: calc(100% - 75px);
  }
  div.programme-items .list .p-type {
    left: 95px;
  }
  div.programme-display {
    position: static;
    margin-top: 30px;
    padding-left: 65px;
  }
  div.programme-heading {
    padding: 20px 0 15px;
  }
  div#programme-left .mini .mini-title {
    font-size: 16px;
  }
  div#programme-left .mini .mini-title {
    left: -135px;
    top:400px;
  }
  div#programme-left {
    width: 48px;
  }
  #programme-wrapper #programme-right .programme-items {
    padding-left: 60px;
  }
  div.programme-type {
    padding-left: 60px;
  }
  .home-latest-con2 .prog-pri-btn a {
    width: 130px;
  }
  .home-latest-con1, .home-latest-con2 {
        padding: 20px 10px;
  }
  .home-latest-con1 {
    padding-right: 0;
    padding-left: 10px;
  }
  .home-blue-date {
    padding:  8px 5px;
  }
  .wpb_text_column .exam-content-card p,
  .exam-content-card p {
    font-size: 13px;
  }
  .flip-card-inner {
    height: 460px;
  }
  .career-download a {
    width: 300px;
  }
  .fc-view > table {
    width: 500px !important;
  }
  div#tab-calendar.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number,
  div#tab-calendar th.fc-day-header.fc-widget-header > span {
    font-size: 13px;
  }
  .fc-button {
    padding: 3px !important;
  }
  .table-dot a {
    width: 4px;
    height: 6px;
  }
  #scle-tab .tab-content {
    padding-top: 30px;
  }
  div.accordion-intend-2 {
    height: auto;
  }
  .scle-updates-post-item .s-heading .s-calendar {
    float: none;
    margin-bottom: 20px;
  }
  div.passing-tbl a {
    font-size: 15px;
  }
  div.scle-updates-post-item .s-title {
    font-size: 17px;
  }
  .single-programme .sidc-tab .vc_tta-tabs-list .vc_active:after {
    display: none;
  }
  .single-programme .sidc-tab .vc_tta-tabs-list .vc_active a {
    background: #ffa820 !important;
    color: white !important;
  }
  .single-programme .sidc-tab .vc_tta-panel-body {
    padding-top: 50px !important;
  }
  .prog-rem-row {
    margin: 0;
  }
  .prog-rem-col2 {
    justify-content: flex-start;
  }
  .single-programme .page-banner-col1 h1 {
    font-size: 24px;
  }
  .single-programme #single-wrapper {
    padding-top: 0;
  }
  .prog-card-range {
    font-size: 14px;
  }
  .wpb_text_column .home-latest-con2 p, .home-latest-con2 p {
    font-size: 15px;
  }
  body.search header h2.entry-title {
    font-size: 16px;
  }
  body.search article .btn-secondary {
    font-size: 14px;
  }
  #position-scrollbtn {
    height: 45px;
    width: auto;
    padding: 0 15px;
    font-size: 14px;
  }
  #position-scrollbtn img {
    height: 20px;
    width: auto;
  }
  .page-template-template-cap #position-scrollbtn {
    height: 45px;
  }
  .edufund-fixed-tab.sticky a {
    font-size: 15px;
    height: 60px;
  }
  .footer-col1 {
    font-size: 10px;
  }
  .position-accordion .vc_tta-title-text {
    font-size: 17px !important;
  }
  .extra-header-zh img {
    width: auto;
    height: 16px;
    margin-top: 3px;
  }
  .extra-header-zh {
    /* right: 65px; */
    right: 40px;
  }
  .home-banner-slides > .container > div {
    text-align: center;
  }
  .home-banner-icons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-banner-btn a {
    margin: 0 auto;
  }
  .home-banner .slick-dots {
    padding-left: 0;
    text-align: center;
  }
  .home-banner-icons > div:last-child {
    margin-right: 0;
  }
  .fancybox-content {
    padding: 45px 25px !important;
  }
  .home-banner-prog {
    margin-bottom: 25px;
  }
  .home-banner-btn a {
    font-size: 14px;
    height: 34px;
    padding: 0 20px;
    width: 180px;
  }
  .prog-list-col5 {
    padding-right: 0;
  }
  .prog-list-col5 a {
    margin: 0 auto;
  }
  .list .prog-card-share {
        right: calc(50% - 110px) !important;
  }
  .prog-card-share .hide-share-btn {
    top: -5px;
  }
  .prog-card-share {
    margin-left: 0;
    padding-left: 15px;
  }
  .home-latest-con2 .prog-pri-btn, .home-latest-con2 .prog-card-share {
    margin-top: 0;
    padding-top: 10px;
  }
  .cap-row2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .prog-pri-share-btn {
    position: relative;
  }
  .flip-card-front .home-latest-con2 .prog-card-share {
    position: absolute;
    left: 130px;
    top: 6px;
  }
  .flip-card-back {
    display: none;
  }
  /* .home-latest-con2 .prog-pri-btn ,
  .home-latest-con2 .prog-card-share{
    display: block;
  }
  .prog-pri-share-btn {
    display: flex;
    min-height: 1px;
    align-items: center;
  } */
  /* .prog-card-share .hide-share-btn:hover, .prog-card-share:hover .hide-share-btn {
    display: none;
  }
  .prog-card-share .hide-share-btn.open-share-btn {
    display: block;
  } */
}
@media(min-width:992px){

  .ourprofile-col123 {
    padding-left: 60px;
  }
}
@media(min-width:1200px){
  .progr-date .home-blue-date {
        width: 100px;
  }
  .progr-date .home-blue-day {
    font-size: 45px;
    margin-top: 4px;
  }
  .progr-date .home-blue-month {
    margin: 4px auto;
    font-size: 18px;
  }
  .progr-det h3 {
    font-size: 27px;
  }
  .progr-speaker {
    font-size: 25px;
  }
  .progr-pricing {
    font-size: 40px;
    font-weight: bold;
  }
  .single-programme .wpb_text_column h2 {
    font-size: 30px;
    font-weight: bold;
  }
  .prog-white-col .vc_col-sm-6 {
    width: calc(50% - 20px);
  }
  .prog-white-col > .vc_col-sm-6:nth-child(odd){
    margin-right: 40px;
  }
  .single-programme h2 {
    font-size: 30px;
    font-weight: bold;
  }
  .expanded .home-latest-col{
    width: calc(33% - 15px);
  }
  .expanded .home-blue-date {
      padding: 6px;
  }
  .expanded .home-blue-month {
    font-size: 8.5px;
  }
  .expanded .home-blue-day {
    font-size: 30px;
  }
  .expanded .prog-card-title,
  .expanded .prog-card-title a {
    font-size: 14px;
  }
  .expanded .prog-card-title {
    /* line-height: .8; */
  }
  .expanded .home-latest-con2 .prog-pri-btn a {
    width: 120px;
    height: 35px;
    font-size: 12px;
  }
  .expanded .flip-card-inner {
    height: 430px;
  }
  .expanded .back-card-price {
    font-size: 17px;
  }
  .expanded .back-card-price, .expanded p.back-card-desc {
    margin-bottom: 12px;
  }
  .expanded .prog-pri-btn a {
    width: 150px;
    height: 35px;
    font-size: 13px;
  }
  .expanded .prog-list-col4 span {
    font-size: 10px;
  }
  .expanded .prog-list-col5 {
    width: 185px;
    padding-left: 20px;
  }
  .expanded .prog-list-col {
    padding-right: 8px;
  }
  .expanded .prog-list-col1 {
    padding:0;
  }
  .expanded .p-location-text {
    font-size: 13px;
  }
  .expanded .p-icons1,.expanded .p-icons2 {
    padding: 0 10px;
  }
  .expanded .prog-list-col4 {
    width: 150px;
  }
  body.search header h1.page-title {
    font-size: 32px;
  }
  .calendar-legend-zh {
    padding-left: 60px;
  }
}
@media(min-width:1600px){
  .footer-gmap a {
    min-height: 600px;
  }
}
