@charset "UTF-8";
/*
Theme Name: Custom Theme
Version: 1.0
License: Private
Text Domain: customtheme
*/
.home-blocks, .ann-title:after, .breadcrumbs a, .breadcrumbs span, .footer-menu li a, .footer-menu li, .language-switcher li a, .language-switcher li, .language-switcher-desktop, .main-menu li a, .main-menu ul li, .search-field, .search-submit,
.search-field input, .search-submit input, .event-search-submit, .event-search-submit span, .header-search-form, .content-search-form, .social-icon, .social-icons, .header-logo-1 {
  display: inline-block;
}

.home-block, .banner-thumbnail-inner, .banner-slide.show-text .slide-text, .banner-slide.show-text .slide-image, .accordion-topic-inner:after, .accordion-topic-inner, .accordion-topic:before,
.content a.accordion-topic:before,
.content a.accordion-topic:hover:before, button.accordion-topic, .content a.accordion-topic, .ann-entry .ann-issuer, .ann-entry .ann-date, .ann-title, .ann-table:after, a.ann-entry, .subpages li a:after, .subpages li a, .content th:after, .page-title-icon, a.search-result, .footer-logo, .main-menu li li, .main-menu ul ul, .main-menu-close, .main-menu-button span, .header-search-form:before,
.content-search-form:before, .site-title, .header-bottom-wrapper, .header-bottom {
  display: block;
}

.ann-left, .ann-right {
  display: table-cell;
}

/* remove %none since it won't work if the styling happened to be on the top */
.banner-thumbnail-inner:before, .accordion-topic-inner:after, .accordion-topic:before,
.content a.accordion-topic:before,
.content a.accordion-topic:hover:before, .ann-table:after, .subpages li a:after, .header-search-form:before,
.content-search-form:before {
  content: "";
}

.home-block, .banner-thumbnail {
  float: left;
}

.main-menu-close {
  float: right;
}

.banner-thumbnails-wrapper, .page-title, .header-top-wrapper {
  overflow: hidden;
}

.home-block.show-text .slide-text, .home-block:nth-child(4), .banner-slide.show-text .slide-text, .banner-slide.show-text .slide-image, .accordion-topic-inner:after, .accordion-topic:before,
.content a.accordion-topic:before,
.content a.accordion-topic:hover:before, .ann-table:after, .subpages li a:after, .content th:after, .page-title-icon, .main-menu ul ul, .main-menu-close, .main-menu-button span, .search-submit input, .event-search-submit span, .header-search-form:before,
.content-search-form:before {
  position: absolute;
}

.home-block, .home-blocks, .banner-thumbnail-inner, .accordion-topic-inner, button.accordion-topic, .content a.accordion-topic, .content li.accordion-row, .ann-title:after, .ann-table, .subpages li a, .content th, .content a, .page-title-wrapper, .page-title, .footer-menu li a, .language-switcher li a, .main-menu ul ul ul, .main-menu li a, .main-menu ul li, .main-menu-button, .header-search-form, .content-search-form, .social-icon {
  position: relative;
}

.ann-left, .ann-right {
  vertical-align: top;
}

.ann-title:after, .breadcrumbs a, .breadcrumbs span, .language-switcher li a, .language-switcher li, .main-menu ul li, .search-field, .search-submit, .event-search-submit,
.search-field input, .search-submit input, .event-search-submit span, .social-icon, .social-icons, .header-logo-1 {
  vertical-align: middle;
}

.home-block.show-text .slide-text, .banner-slide.show-text .slide-text, .subpages li a:after {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-menu-button span {
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.home-block, .banner-thumbnail-inner, .banner-slide.hide-text .slide-image, .banner-slide.show-text .slide-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.accordion-topic:before,
.content a.accordion-topic:before,
.content a.accordion-topic:hover:before, .page-title-icon, .main-menu-close, .main-menu-button span, .search-submit input, .event-search-submit span, .header-search-form:before,
.content-search-form:before, .social-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.banner-thumbnail-inner:before, .banner-slide.hide-text .slide-image, .main-menu-mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.social-icon {
  border-radius: 100%;
}

.ann-table {
  display: table;
  table-layout: auto;
  width: 100%;
}

.more-link, .banner-thumbnail-inner, .content th, .main-menu-close {
  cursor: pointer;
}

button.accordion-topic, .content a.accordion-topic {
  text-align: left;
}

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

.home-block.show-text .slide-text, .home-blocks, .home-blocks-container, .footer, .main-menu ul li, .main-menu, .main-menu-button, .header {
  text-align: center;
}

/*#205bc3;*/
/* ALL PAGES */
.wrapper {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
}

.header {
  /* position: fixed;
  left: 0;
  top: 0; */
  width: 100%;
  background-color: white;
  z-index: 100;
}

.header-top {
  background-color: white;
}

.header-top-wrapper {
  padding: 15px 0;
}

.header-logos {
  float: left;
}

.header-logo-1 {
  width: 320px;
  margin-right: 20px;
}

.header-bottom {
  padding: 25px 0 20px 0;
  background-color: #d7f0f6;
}

.site-title {
  width: 100%;
  max-width: 700px;
}

.header-corner {
  float: right;
  padding-top: 10px;
}

.social-icons {
  margin-right: 15px;
}

.social-icon {
  border: 2px solid #213b69;
  width: 38px;
  height: 38px;
  margin-right: 18px;
}

.header-search-form, .content-search-form {
  border: 2px solid #213b69;
  padding-left: 38px;
  border-radius: 20px;
}

.header-search-form:before,
.content-search-form:before {
  background-image: url("images/search-icon@2x.png");
  left: 8px;
  top: 7px;
  width: 20px;
  height: 20px;
}

.search-field input {
  background-color: transparent;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 0.8;
  width: 200px;
  padding: 5px 40px 5px 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.content-search-form .search-field input {
  width: 300px;
}

.search-submit input, .event-search-submit span {
  color: transparent;
  background-color: transparent;
  background-image: url("images/search-submit-icon@2x.png");
  right: 4px;
  top: 4px;
  width: 28px;
  height: 28px;
  border: 0;
  font: 0/0 a;
  -webkit-appearance: none;
  border-radius: 0;
}

.content-search-form {
  margin-bottom: 35px;
}

.main-menu-mask {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.main-menu-button {
  background-color: #213b69;
  width: 50px;
  height: 50px;
  padding: 1px;
}

.main-menu-button span {
  background-image: url("images/main-menu-button@2x.png");
  width: 25px;
  height: 25px;
}

.main-menu-close {
  background-image: url("images/main-menu-close@2x.png");
  right: 25px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 100;
}

.main-menu-mask, .main-menu-button,
.main-menu-top, .main-menu-close,
.header-search-form-mobile,
.main-menu-button.language-switcher-mobile,
.header-social-icons-mobile {
  display: none;
}

.main-menu-container {
  background-color: #78ceef;
}

.main-menu {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
}

.main-menu ul {
  font-size: 0.1px;
  text-align: justify;
}
.main-menu ul:after {
  display: inline-block;
  content: "";
  width: 100%;
}
.main-menu ul > li {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}

/*
.main-menu > ul > li {
  margin: 0 3%;
}
*/

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu li.en,
.main-menu li.ch,
.main-menu li.tc,
.main-menu li.sc {
  display: none;
}

html.en_GB .main-menu li.en,
html.en_US .main-menu li.en,
html.zh_TW .main-menu li.ch,
html.zh_CN .main-menu li.ch,
html.zh_TW .main-menu li.tc,
html.zh_CN .main-menu li.sc {
  display: inline-block;
}

.main-menu li a {
  color: #213b69;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
  padding: 14px 0 15px 0;
  letter-spacing: -0.3px;
}

.main-menu > ul > li.current-menu-item > a:before,
.main-menu > ul > li.current-menu-parent > a:before,
.main-menu > ul > li.current-menu-ancestor > a:before,
.main-menu > ul > li > ul > li.current-menu-item > a:before,
.main-menu > ul > li > ul > li.current-menu-parent > a:before,
.main-menu > ul > li > ul > li.current-menu-ancestor > a:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 2px;
  background-color: #213b69;
}

.main-menu > ul > li > ul > li.current-menu-item > a:before,
.main-menu > ul > li > ul > li.current-menu-parent > a:before,
.main-menu > ul > li > ul > li.current-menu-ancestor > a:before {
  background-color: white;
}

.main-menu ul ul {
  left: 0;
  top: 100%;
  width: 250px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

html.zh_TW .main-menu ul ul,
html.zh_CN .main-menu ul ul {
  width: 150px;
}

.main-menu ul li:hover ul {
  opacity: 1;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}

.main-menu ul ul li,
.main-menu ul li li {
  margin: 0;
}

.main-menu li li {
  background-color: #213b69;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  text-align: left;
}

.main-menu li li a {
  color: white;
}

/*
.main-menu li li, .main-menu li li a {
	@extend %b;
	width: 100%;
}
.main-menu li li a {
	@extend %text-left;
	@include bc($blue2);
	padding: 10px 15px 13px 15px;
}
.main-menu li li.current-menu-item > a {
	@include bc($green);
}
*/
.main-menu ul ul ul {
  opacity: 1;
  z-index: 1;
  transition: none;
}

.main-menu ul ul ul li a {
  padding-left: 30px;
}

.language-switcher-desktop {
  margin-left: 25px;
}

.language-switcher {
  visibility: hidden;
  margin-bottom: 15px;
}

.language-switcher li {
  padding-right: 10px;
  border-right: 2px solid #213b69;
  margin-right: 10px;
}

.language-switcher li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

/*
.language-switcher li.active a {
  @include c($main);
}
*/
.language-switcher li a {
  color: #213b69;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

/*
.language-switcher li.active a {
	@include c($link);
}
*/
.footer {
  color: #353755;
  background-color: #dbdfe9;
  padding: 40px 0;
}

.footer-logo {
  max-width: 350px;
  margin: 0 auto 20px auto;
}

.footer-menu li {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

.footer-menu li {
  border-right: 2px solid #353755;
}

.footer-menu li.en,
.footer-menu li.tc,
.footer-menu li.sc {
  display: none;
}

html.en_GB .footer-menu li.en,
html.en_US .footer-menu li.en,
html.zh_TW .footer-menu li.tc,
html.zh_CN .footer-menu li.sc {
  display: inline-block;
}

.footer-menu li.last {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.footer-menu li a {
  color: #353755;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
}

.content-sitemap li.en,
.content-sitemap li.ch,
.content-sitemap li.tc,
.content-sitemap li.sc {
  display: none;
}

html.en_GB .content-sitemap li.en,
html.en_US .content-sitemap li.en,
html.zh_TW .content-sitemap li.ch,
html.zh_CN .content-sitemap li.ch,
html.zh_TW .content-sitemap li.tc,
html.zh_CN .content-sitemap li.sc {
  display: list-item;
}

.copyright {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 10px;
}

a.search-result {
  margin-top: 25px;
}

.content h3.search-result-title {
  margin-bottom: 5px;
}

p.search-result-link {
  color: #999;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
}

/* PAGES */
.page-title {
  color: white;
  font-size: 7em;
  font-weight: 600;
  line-height: 1.2;
  background: #6aa9d7;
  background: -moz-linear-gradient(118deg, #6aa9d7 0%, #c5deef 51%, #6aa9d7 100%);
  background: -webkit-linear-gradient(118deg, #6aa9d7 0%, #c5deef 51%, #6aa9d7 100%);
  background: linear-gradient(118deg, #6aa9d7 0%, #c5deef 51%, #6aa9d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6aa9d7",endColorstr="#6aa9d7",GradientType=1);
}

.page-title-wrapper {
  max-width: 1300px;
  padding: 50px 0;
  z-index: 2;
}

.page-title-wrapper h1 {
  position: relative;
  z-index: 1;
}

.page-title-icon {
  right: -2%;
  top: 10%;
  width: 350px;
  height: 90%;
  background-position: right bottom;
  opacity: 0.3;
}

.content {
  min-height: 500px;
  /* temp */
  padding: 20px 0 60px 0;
  line-height: 1.6;
}

.content h1 {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.content h2 {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content h3 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.content h4 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 13px;
}

.content h5 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.content h6 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.content p + h2,
.content p + h3,
.content p + h4,
.content p + h5,
.content p + h6,
.content h2 + h3,
.content ul + h2,
.content ul + h3,
.content ol + h2,
.content ol + h3,
.content table + h2,
.content table + h3 {
  margin-top: 40px;
}

.content a {
  color: #213b69;
}

.contet p a,
.content li a,
.content span a,
.content th a,
.content td a {
  color: #447ee4;
  font-weight: 700;
}

.content .subpages li {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

.content .subpages li a {
  color: #213b69;
}

.content img {
  margin: 10px 0;
}

.content th {
  color: white;
  background-color: #213b69;
  border: 1px solid white;
  padding-right: 40px;
}

/*

.content tr th:first-child {
  border-left: 1px solid #213b69;
}

.content tr th:last-child {
  border-right: 1px solid #213b69;
}

.content th:after {
  color: #999;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  content: "❮ ❯";
  right: 14px;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.content th.asc:after {
  color: white;
  content: "❯";
  right: 20px;
}

.content th.desc:after {
  color: white;
  content: "❯";
  right: 20px;
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
*/

/*
.content p {
	max-width: 800px;
}
*/
.content-wrapper {
  max-width: 1100px;
}

.updated-date {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs-wrapper {
  max-width: 1100px;
}

.breadcrumbs a, .breadcrumbs span {
  color: #959595;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

.breadcrumbs a a, .breadcrumbs a span,
.breadcrumbs span span, .breadcrumbs span a {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.breadcrumbs span.delimiter {
  padding: 0 10px;
}

.content-row-text {
  padding-bottom: 30px;
}

.content-row-text:last-child {
  padding-bottom: 0;
}

.subpages ul {
  list-style: none;
  margin: 0;
}

.subpages li {
  max-width: 500px;
  margin-bottom: 30px;
  border-radius: 32px;
}

.subpages li:nth-child(odd) {
  background-color: #78ceef;
}

.subpages li:nth-child(even) {
  background-color: #69d4cd;
}

.subpages li a {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  padding: 20px 60px 20px 30px;
}

.subpages li a:after {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  content: "❯";
  right: 25px;
  margin-top: 2px;
}

.table-wrapper {
  width: 100%;
  overflow-x: scroll;
}

/* ANNOUNCEMENT */
.ann-container {
  margin-top: 40px;
}

a.ann-entry {
  background-color: transparent;
  padding: 30px 30px 0 30px;
  border-radius: 32px;
}

.ann-table {
  padding-bottom: 30px;
}

.ann-table:after {
  background-color: #78ceef;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  opacity: 1;
}

.ann-entry:last-child .ann-table:after {
  display: none;
}

.ann-left {
  width: 200px;
}

.ann-title {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.ann-title:after {
  content: "►";
  left: 0;
  top: 0;
  padding-left: 15px;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.2;
}

html.zh_TW .ann-title:after,
html.zh_CN .ann-title:after {
  top: -1px;
}

.ann-entry .ann-date {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.ann-entry .ann-issuer {
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2;
}

.ann-single .ann-date,
.ann-single .ann-issuer {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
}

.ann-single .ann-date {
  margin-bottom: 0.5em;
}

.ann-single .ann-issuer {
  margin-bottom: 1.5em;
}

/* ACCORDIONS */
.content-row-accordions {
  margin-bottom: 30px;
}

.content-row-accordions + .content-row-accordions {
  margin-top: 60px;
}

.accordions-heading {
  margin-bottom: 25px;
}

.content ul.accordion-rows {
  list-style: none;
  margin: 0;
}

.content li.accordion-row {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
  border-radius: 32px;
}
.content li.accordion-row th,
.content li.accordion-row td,
.content li.accordion-row p {
  font-size: 1em;
}

.content li.accordion-row:nth-child(odd) {
  background-color: #85d7f2;
}

.content li.accordion-row:nth-child(even) {
  background-color: #69d4cd;
}

button.accordion-topic, .content a.accordion-topic {
  border: 0px solid white;
  color: #213b69;
  background-color: transparent;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  padding: 30px 40px;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
}

.accordion-topic:before,
.content a.accordion-topic:before,
.content a.accordion-topic:hover:before {
  background-color: transparent;
  background-image: url("images/arrow-accordion@2x.png");
  right: 40px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  transition: all 0.3s ease-in-out;
}
.content a.accordion-topic.link-none:before,
.content a.accordion-topic.link-none:hover:before {
  display: none;
}

.content a.accordion-topic:before,
.content a.accordion-topic:hover:before {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-topic.active:before {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}

.accordion-topic-inner {
  padding-right: 50px;
}

.accordion-topic-inner:after {
  left: 0;
  bottom: -15px;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.4s ease-in-out;
}

.accordion-topic.active .accordion-topic-inner:after {
  width: 100%;
  transition: width 0.4s ease-in-out;
}

.accordion-details {
  display: none;
  padding: 0 40px 30px 40px;
  font-weight: 500;
}

.accordion-details.default-open {
  display: block;
}

/*
.content li .accordion-details p,
.content li .accordion-details li {
	@include font(1);
}
*/
/* HOME */
.banner-slider-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 23%;
}

.banner-slider-container .bx-wrapper,
.banner-slider-container .bx-viewport,
.banner-slider,
.banner-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-slider {
  visibility: hidden;
}

.banner-slide {
  background-color: #d7f0f6;
}

.banner-slide.text-left {
  background-position: right center;
}

.banner-slide.text-right {
  background-position: left center;
}

.banner-slide.show-text .slide-image {
  width: 50%;
  height: 100%;
}

.banner-slide.show-text.text-left .slide-image {
  right: 0;
}

.banner-slide.show-text.text-right .slide-image {
  left: 0;
}

.banner-slide.show-text .slide-text {
  color: #213b69;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.1;
  width: 30%;
  height: auto;
  padding: 20px 0;
}

.banner-slide.show-text.text-left .slide-text {
  left: 10%;
}

.banner-slide.show-text.text-right .slide-text {
  right: 10%;
}

.banner-slide.hide-text .slide-text {
  color: transparent;
  font: 0/0 a;
}

.banner-thumbnails {
  padding: 35px 0;
  background-color: #e1e1e1;
}

.banner-thumbnail:last-child {
  margin-right: 0 !important;
}

.banner-thumbnail-inner {
  width: 100%;
  height: 0;
  padding-bottom: 46%;
}

.banner-thumbnail-inner:before {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.banner-thumbnail-inner:before {
  transition: all 0.2s ease-in-out;
}

.banner-thumbnail.current .banner-thumbnail-inner:before {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.home-blocks-container {
  padding: 40px 0;
}

.home-blocks {
  width: 100%;
}

.home-block {
  width: 23.4%;
  height: 0;
  padding-bottom: 18.7%;
  margin: 0 1.5% 0 0;
}

.home-block:nth-child(odd) {
  background-color: #69d4cd;
}

.home-block:nth-child(even) {
  background-color: #78ceef;
}

.home-block:nth-child(3),
.home-block:nth-child(4) {
  width: 31.7%;
  padding-bottom: 8.6%;
  margin: 0 1.5% 1.5% 0;
}

.home-block:nth-child(4) {
  left: 50%;
  top: 0;
  margin-top: 10.2%;
}

.home-block:nth-child(5) {
  width: 17%;
  margin-right: 0;
}

.home-block.show-text .slide-text {
  left: 0;
  width: 100%;
  height: auto;
  padding: 5%;
  color: white;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.home-block-3.show-text .slide-text {
  text-align: right;
}

.home-block-4.show-text .slide-text {
  text-align: left;
}

.home-block.hide-text .slide-text {
  color: transparent;
  font: 0/0 a;
}

/* HOVER */
@media (hover: hover) {
  .content a:hover:before,
.footer-menu li a:hover:before,
.main-menu li:hover > a:before {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #213b69;
    -webkit-animation: linkhover 0.1s forwards ease-in-out;
    -moz-animation: linkhover 0.1s forwards ease-in-out;
    -o-animation: linkhover 0.1s forwards ease-in-out;
    animation: linkhover 0.1s forwards ease-in-out;
  }

  .content a:hover:before {
    background-color: #447ee4;
  }

  .main-menu > ul > li:hover > a:before,
.main-menu > ul > li > ul > li:hover > a:before {
    background-color: #213b69;
    bottom: 10px;
  }

  .main-menu > ul > li > ul > li:hover > a:before {
    background-color: white;
  }

  .content p a:hover:before,
.content th a:hover:before,
.content td a:hover:before {
    bottom: 0;
  }

  .content a.press-title:hover:before,
  .content a.search-result:hover:before,
  .home-block:hover:before,
  .content a.ann-entry:hover:before,
  .content .subpages a:hover:before,
  .content .event-highlights-more a:hover:before,
  .content a.event-list-entry:hover:before,
  .content a.ec-prev:hover:before,
  .content a.ec-next:hover:before,
  .content a.event-list-link:hover:before,
  .content a.eced-details-past:hover:before,
  .content a.eced-heading-past:hover:before {
    display: none;
  }

  .content a.press-title:hover:after {
    left: 10px;
  }

  .content a.accordion-topic:hover:before {
    left: auto;
    bottom: auto;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }

  .banner-thumbnail-inner:hover:before {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
  }

  .home-block {
    top: 0;
    transition: all 0.3s ease-in-out;
  }

  .home-block:hover {
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
    /*-ms-transform: scale(1.03);
    transform: scale(1.03);*/
    top: -10px;
    transition: all 0.3s ease-in-out;
  }

  /*
  .home-blocks li:hover {
  	top: -10px;
  	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  }
  */
  /*
  .main-menu li:hover > a {
  	@include bc(#b62a2a);
  }
  */
  .main-menu li li a:hover {
    color: white;
    background-color: #213b69;
  }

  .social-icon:hover {
    margin-top: -10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }

  .social-icon, .social-icon:hover {
    transition: all 0.2s ease-out;
  }

  /*
  .social-icon:after {
  	display: block;
  	position: absolute;
  	content: '';
  	left: 5%;
  	bottom: 0;
  	width: 90%;
  	height: 4px;
  	border-radius: 100%;
  	background: rgb(0,0,0);
  	background: -moz-radial-gradient(circle, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  	background: radial-gradient(circle, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  	opacity: 0;
  }
  .social-icon:hover:after {
  	bottom: -7px;
  	opacity: 1;
  }
  .social-icon:after, .social-icon:hover:after {
  	transition: all 0.2s ease-out;
  }
  */
  /*
  .language-switcher li a:hover {
  	@include c($link);
  }
  */
  .breadcrumbs a:hover {
    color: #213b69;
  }

  /*
  .breadcrumbs a:hover:before {
  	@include bc($main);
  }
  */
  .footer-menu li a:hover:before {
    background-color: #dbdfe9;
  }

  .main-menu li a,
  .main-menu li:hover > a,
  .main-menu li li a:hover,
  .content a.press-title:after,
  .content a.press-title:hover:after,
  .home-blocks li,
  .home-blocks li:hover {
    transition: all 0.2s ease-in-out;
  }

  button.accordion-topic:hover,
  .content a.accordion-topic:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
  .content .event-list-entry a.accordion-topic:hover + .accordion-details {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .content .event-list-entry a.accordion-topic.link-none:hover,
  .content .event-list-entry a.accordion-topic.link-none:hover + .accordion-details {
    background: none;
    cursor: auto;
  }
  .content .subpages a:hover,
  button.accordion-topic:hover + .accordion-details {
    background-color: rgba(255, 255, 255, 0.2);
  }

  /*
  button.accordion-topic:hover:before {
  	position: absolute;
  	display: block;
  	content: '';
  	left: 0;
  	bottom: 0;
  	width: 0;
  	height: 2px;
  	@include bc(white);
  }
  button.accordion-topic.active:hover:before {
  	width: 100%;
  	animation: none;
  }
  */
  a.ann-entry .ann-title {
    transition: color 0.2s ease-in-out;
  }

  a.ann-entry:hover .ann-title {
    color: #447ee4;
    transition: color 0.2s ease-in-out;
  }

  /*
  .ann-table:after {
  	transition: opacity 0.2s ease-in-out;
  }
  .ann-entry:hover .ann-table:after {
  	opacity: 0;
  	transition: opacity 0.1s ease-in-out;
  }
  */
}
@-webkit-keyframes linkhover {
  0% {
    left: 50%;
    width: 0;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
@-moz-keyframes linkhover {
  0% {
    left: 50%;
    width: 0;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
@-o-keyframes linkhover {
  0% {
    left: 50%;
    width: 0;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
@keyframes linkhover {
  0% {
    left: 50%;
    width: 0;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
@-webkit-keyframes linkhover2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes linkhover2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes linkhover2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes linkhover2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.footer-menu li.en,
.footer-menu li.tc,
.footer-menu li.sc {
  display: none;
}

html.en_GB .footer-menu li.en,
html.en_US .footer-menu li.en,
html.zh_TW .footer-menu li.tc,
html.zh_CN .footer-menu li.sc {
  display: inline-block;
}

.footer-menu li.last {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.qtranxs-available-languages-message {
  display: none;
}

.more-link {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
}

html.en_GB .more-link:after,
html.en_US .more-link:after {
  content: "Read more ...";
}

html.zh_TW .more-link:after {
  content: "更多 ...";
}

html.zh_CN .more-link:after {
  content: "更多 ...";
}

html.en_GB .more-link.active:after,
html.en_US .more-link.active:after {
  content: "Read less";
}

html.zh_TW .more-link.active:after {
  content: "縮短內容";
}

html.zh_CN .more-link.active:after {
  content: "缩短内容";
}

.more-content {
  display: none;
  padding-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */

/* NEW HOME */

.home-block-new:nth-child(3),
.home-block-new:nth-child(4) {
  width: 20%;
  padding-bottom: 5.2%;
}
.home-block-new:nth-child(3) {
  margin: 0 1.5% 1.5% 0;
}
.home-block-new:nth-child(4) {
  left: 49.8%;
  top: 0;
  margin-top: 6.7%;
}
.home-block-new:nth-child(5) {
  position: absolute;
  left: 49.8%;
  top: 0;
  width: 20%;
  padding-bottom: 5.1%;
  margin-top: 13.4%;
}

.home-block-new:nth-child(6) {
  width: 13.6%;
  padding-bottom: 18.7%;
  margin-right: 1.5%;
}
.home-block-new:nth-child(7),
.home-block-new:nth-child(8) {
  width: 13.6%;
  padding-bottom: 8.6%;
  margin-right: 0;
}
.home-block-new:nth-child(8) {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10.1%;
}
.home-block-new.show-text .slide-text {
  font-size: 2.8em;
}
.home-block-new.home-block-3.show-text .slide-text,
.home-block-new.home-block-5.show-text .slide-text,
.home-block-new.home-block-7.show-text .slide-text {
  padding-right: 10%;
  text-align: right;
}
.home-block-new.home-block-4.show-text .slide-text,
.home-block-new.home-block-8.show-text .slide-text {
  padding-left: 10%;
  text-align: left;
}

.fb_iframe_widget_fluid, .fb_iframe_widget { 
  display: block !important;
  width: 100% !important;
  margin: 0 auto 20px auto;
  text-align: center;
}
.fb_iframe_widget_fluid_desktop {
  max-width: 500px !important;
}



/* EVENT HIGHLIGHTS */

.page-template-page-cuhk-talks .breadcrumbs-wrapper,
.page-template-page-cuhk-talks .page-title-wrapper,
.page-template-page-cuhk-talks .content-wrapper,
.page-template-page-cuhk-talks-new .breadcrumbs-wrapper,
.page-template-page-cuhk-talks-new .page-title-wrapper,
.page-template-page-cuhk-talks-new .content-wrapper {
  max-width: 1600px;
}

.event-search-form-container {
  text-align: right;
  margin: 0 0 40px 0;
}
.event-search-form {
  text-align: left;
}
.event-search-form .search-field input {
  width: 250px;
}

.event-highlights-entries {
  display: inline-block;
  width: 100%;
}
.event-highlights-entry {
  display: block;
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.event-highlights-entry:nth-child(4n+1) {
  clear: both;
}
.event-highlights-entry:nth-child(4n+4) {
  margin-right: 0;
}
.eh-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.eh-1 .eh-image {
  background-image: url('images/test-1.jpg');
}
.eh-2 .eh-image {
  background-image: url('images/test-3.jpg');
}
.eh-4 .eh-image {
  background-image: url('images/test-5.jpg');
}
.eh-5 .eh-image {
  background-image: url('images/test-4.jpg');
}
.eh-6 .eh-image {
  background-image: url('images/test-6.jpg');
}
.eh-date {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 15px 10px 10px 10px;
  margin-top: -40px;
  margin-left: 20px;
  color: #213b69;
  background-color: #98e2fb;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
}
.eh-time {
  display: inline-block;
  padding-left: 15px;
  color: #353755;
  font-size: 1.7em;
  font-weight: 500;
  vertical-align: middle;
}
.eh-text {
  display: block;
}
.eh-text-inner {
  display: block;
}
.eh-title {
  display: block;
  padding: 15px 25px 25px 25px;
  font-size: 1.9em;
  font-weight: 700;
}

.event-highlights-more {
  padding-top: 30px;
  text-align: center;
}
.event-highlights-more a {
  display: inline-block;
  position: relative;
  width: 280px;
  padding: 20px 120px 20px 30px;
  color: #213b69;
  background-color: #98e2fb;
  font-size: 2em;
  font-weight: 700;
  border-radius: 32px;
  text-align: left;
}
.event-highlights-more a:hover {
  background-color: #ADE8FC;
}
.event-highlights-more a:after {
  display: block;
  position: absolute;
  content: '';
  right: 30px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-color: transparent;
  background: url(images/arrow-accordion@2x.png) no-repeat center center;
  background-size: contain;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


/* EVENT LIST */

.page-template-page-cuhk-talks-upcoming .page-title-wrapper,
.page-template-page-cuhk-talks-past .page-title-wrapper,
.page-template-page-cuhk-talks-upcoming .breadcrumbs-wrapper,
.page-template-page-cuhk-talks-past .breadcrumbs-wrapper {

  max-width: 1600px;
}
.page-template-page-cuhk-talks-upcoming .content-wrapper,
.page-template-page-cuhk-talks-past .content-wrapper {
  width: 100%;
  max-width: none;
}
.event-calendar-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 0 30px 0;
  margin-bottom: 60px;
}
.event-calendar-deco {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.event-calendar-deco:before {
  display: block;
  position: absolute;
  content: '';
  width: 150%;
  height: 150%;
  left: -25%;
  top: -50%;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
}

.event-calendar {
  position: relative;
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
  /* overflow: hidden; */
  z-index: 2;
}
.ec-header {
  position: relative;
  padding: 0 100px;
  text-align: center;
}
.content a.ec-prev,
.content a.ec-next {
  position: absolute;
  top: 14px;
  font-size: 2.2em;
}
.ec-prev {
  left: 0px;
  padding-left: 28px;
}
.ec-next {
  right: 0px;
  padding-right: 28px;
}
.ec-prev:after, .ec-next:after {
  position: absolute;
  display: block;
  width: 13px;
  height: 23px;
  top: 0;
}
.ec-prev:after {
  left: 0;
  content: '❮';
}
.ec-next:after {
  right: 0;
  content: '❯';
}
.ec-month {
  font-size: 3.5em;
  font-weight: 700;
}
.event-calendar th,
.event-calendar td {
  width: 14%;
}
.ec-weekdays .short {
  display: none;
}


.eced-row {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  z-index: 12;
}
.eced-label, .eced-content {
  display: table-cell;
  vertical-align: top;
  font-weight: 500;
}
.eced-label {
  width: 120px;
}


/* CALENDAR STYLE 1 */

.ec-header {
  margin-bottom: 30px;
}
.event-calendar th,
.event-calendar td {
  padding: 10px 15px;
  border: 5px solid white;
}
.event-calendar th {
  font-weight: 700;
}
.event-calendar td {
  padding: 10px 15px 15px 15px;
  vertical-align: top;
}
.ec-day {
  display: block;
  font-size: 1.3em;
  font-weight: 700;
}
.ec-table {
  background-color: #d7f0f6;
}
.ec-table table {
  table-layout: fixed;
}
.event-calendar th {
  color: white;
  background-color: #213b69;
}
.ec-today {
  background-color: #72e0d9;
}
.ec-event {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.4;
}
.ec-event:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: orange;
  border-radius: 100%;
}
.ec-event-title {
  cursor: pointer;
}
.ec-event-title-mobile {
  display: none;
}
.ec-blank {
  background-color: #eee;
}

.ec-event-details {
  display: none;
  position: absolute;
  top: 100%;
  left: 10px;
  width: 400px;
  margin-top: 11px;
  z-index: 10;
}
.ec-event-details-inner {
  display: block;
  position: relative;
  color: #FFF;
  background-color: #213b69;
  padding: 20px 20px 10px 20px;
  border-radius: 15px;
}
.ec-event-title, .ec-event-title-past, .ec-event-details span, .ec-event-details a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; 
}
.ec-event-details:before {
  display: block;
  position: absolute;
  content: '';
  left: 20px;
  top: -5px;
  width: 20px;
  height: 20px;
  background-color: #213b69;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 11;
}
.ec-event-close {
  position: absolute;
  display: block;
  right: 20px;
  top: 24px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.ec-event-close i {
  color: white;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 700;
}

.eced-heading,
.content td a.eced-heading-past,
.eced-heading-past {
  display: inline-block;
  padding-right: 35px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 700;
  cursor: pointer;
}
.content td a.eced-heading-past,
.eced-heading-past {
  color: #FFF;
}
.eced-details {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  padding-bottom: 0;
  cursor: pointer;
}
.eced-details:after {
  display: inline-block;
  content: '❯';
  padding-bottom: 25px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
}
.content td a.eced-details-past,
.eced-details-past {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  padding-bottom: 0;
  color: white;
  cursor: pointer;
}
.eced-details-past:after {
  display: inline-block;
  content: '❯';
  padding-bottom: 25px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
}
.content td span.eced-content a {
  color: white;
  text-decoration: underline;
}


.event-list-container,
.event-search-form-wrapper {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
.event-list-top {
  display: table;
  table-layout: auto;
  width: 100%;
  padding-bottom: 30px;
}
.event-list-top-1, .event-list-top-2 {
  display: table-cell;
  vertical-align: middle;
}
.event-list-top-1 {
  padding-top: 20px;
  padding-right: 20px;
}
.event-list-top-2 {
  text-align: right;
}
a.event-list-link {
  display: inline-block;
  position: relative;
  padding: 20px 60px 20px 30px;
  color: white;
  background-color: #213b69;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 32px;
  text-align: left;
}
a.event-list-link:hover {
  background-color: #647797;
}
a.event-list-link:after {
  display: block;
  position: absolute;
  content: '❯';
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-list-entry {
  display: block;
}
.event-list-entry:nth-child(even) {
  background-color: #72e0d9;
}
.el-text {
  display: block;
  position: relative;
}
.el-image {
  display: block;
  max-width: 600px;
  margin: 20px auto 0 auto;
}
.el-image-inner {
  display: block;
  width: 100%;
  height: auto;
}
.el-text-top {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.eltt-left, .eltt-right {
  display: table-cell;
  vertical-align: top;
}
.eltt-right {
  text-align: right;
}
.el-date, .el-time, .el-title {
  display: block;
}
.el-time {
  margin-bottom: 20px;
  text-transform: lowercase;
}
.el-top {
  /* position: absolute;
  top: 0;
  right: 0; */
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  cursor: pointer;
}
.el-top span {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.el-top:before {
  display: inline-block;
  content: '❮';
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
}

body.page-id-3321 .accordion-details img,
body.page-id-3791 .accordion-details img,
.el-inner-text img {
  display: block;
  margin: 0 auto;
}


/* EVENT DETAILS */

.event-single {
  overflow: hidden;
}
.es-left {
  float: left;
  width: 60%;
  padding-right: 30px;
}
.es-right {
  float: right;
  width: 40%;
}
.content .es-image img {
  margin: 0;
}
.es-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px;
}
.es-label, .es-content {
  display: table-cell;
  vertical-align: top;
  font-size: 1.8em;
}
.es-label {
  width: 150px;
  font-weight: 700;
}
.es-content p,
.es-content li,
.es-content th,
.es-content td {
  font-size: 1em;
}