.header-logo,
.header-title,
.language-switcher,
.language-switcher li,
.language-switcher li a,
.header-search,
.main-menu ul>li>a,
.social-link,
.like-btn,
.pt-heading,
.pt-content,
.list-num,
.list-content,
.nc-image,
.nc-text,
.cl-name,
.cl-detail {
    display: inline-block;
}

.main-menu ul>li>ul>li,
.main-menu ul>li>ul>li>a,
.main-menu ul>li>ul>li.menu-item-has-children>a:after,
.main-menu ul ul ul li,
.main-menu ul ul ul li:hover a:after,
.list-num span {
    display: block;
}

.header-logos,
.header-right {
    display: table-cell;
}

.main-menu ul>li>ul>li.menu-item-has-children>a:after,
.main-menu ul ul li.menu-item-has-children:hover:after,
.main-menu ul ul ul li:hover a:after {
    content: '';
}

.main-menu ul ul,
.main-menu ul>li>ul>li.menu-item-has-children>a:after,
.main-menu ul ul ul,
.main-menu ul ul ul li:hover a:after,
.siel-card:hover:before,
.card-inner,
.card-icon,
.pt-heading:before,
.list-num span,
.event-title h3 {
    position: absolute;
}

body,
.main-menu ul>li,
.main-menu ul>li>ul>li>a,
.main-menu ul ul ul li a,
.siel-card,
.pt-heading,
.list-num,
.list-content,
.event-title {
    position: relative;
}

.main-menu ul li a,
.main-menu ul ul ul li {
    text-align: left;
}

.language-switcher li a {
    text-align: center;
}

.copyright {
    text-align: right;
    text-transform: uppercase;
}

.header-logos,
.pt-heading,
.pt-content,
.nc-image,
.nc-text,
.cl-name,
.cl-detail {
    vertical-align: top;
}

.header-logo,
.header-title,
.language-switcher,
.language-switcher li,
.language-switcher li a,
.header-search,
.copyright,
.list-num,
.list-content {
    vertical-align: middle;
}

.header-right {
    vertical-align: bottom;
}

.event-title {
    overflow: hidden;
}

.main-menu ul>li>ul>li.menu-item-has-children>a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header,
.main,
.card-inner,
.news-content,
.page-template-page-siel-contact .page-top {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.search-form-submit,
.social-link,
.like-btn,
.content-search .search-form-submit input[type="submit"] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.main-menu ul ul li.menu-item-has-children:hover:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-wrapper,
.header-top,
.footer-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}


/* ALL PAGES */

body {
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
    background: #0093aa;
    background-image: url(images/siel/header-bg.jpg);
    background-size: 100%;
    background-position: center top;
    min-width: 300px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

html.zh_TW body {
    font-family: "Open Sans", "Noto Sans TC", sans-serif;
}

html.zh_CN body {
    font-family: "Open Sans", "Noto Sans SC", sans-serif;
}

.container {
    min-width: 300px;
}

p {
    font-size: 2.1em;
}

h2 {
    font-size: 3.4em;
}

h3 {
    font-size: 2.8em;
}

h4 {
    font-size: 2.4em;
}

h5 {
    font-size: 2.2em;
}

a:hover {
    opacity: .7;
}

strong {
    font-weight: bold;
}

.aligncenter {
    text-align: center;
}

.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.site-title-hidden {
    display: none;
}

.header {
    width: 100%;
}

.header-wrapper {
    table-layout: auto;
    padding: 40px 0;
    width: 90%;
    max-width: 1200px;
}

.header-logos {
    width: 40%;
    padding-right: 40px;
    margin-right: 40px;
}

.header-logo,
.header-title {
    height: 70px;
}

.header-logo-1 {
    margin-right: 25px;
}

.header-logo img,
.header-title img {
    height: 100%;
    width: auto;
}

.header-right {
    width: 50%;
}

.language-switcher {
    width: 30%;
    padding-left: 3%;
}

.language-switcher li {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #fff;
}

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

.language-switcher li a {
    color: white;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1;
}

.header-search {
    width: 50%;
}

.search-form {
    border: 1px solid #fff;
}

.search-form-text,
.search-form-submit {
    background-color: transparent;
    height: 38px;
    vertical-align: middle;
}

.search-form-text {
    width: 83%;
    font-size: 1.8em;
    color: #fff;
}

.search-form-text::-webkit-input-placeholder {
    background-color: transparent;
    color: #fff;
}

.search-form-text:-ms-input-placeholder {
    background-color: transparent;
    color: #fff;
}

.search-form-text::-ms-input-placeholder {
    background-color: transparent;
    color: #fff;
}

.search-form-text::placeholder {
    background-color: transparent;
    color: #fff;
}

.search-form-submit {
    font-size: 0;
    width: 15%;
    background-image: url(images/siel/search-w@2x.png);
    background-size: 21px 16px;
    cursor:pointer;
}

.main-menu-button-inner {
    width: 35px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.main-menu-button-inner span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Icon 4 */

.main-menu-button-inner span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.main-menu-button-inner.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.main-menu-button-inner.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
    left: 8px;
}

.main-menu-button {
    display: none;
}

.main-menu {
    margin-top: 7em;
}

.main-menu ul {
    font-size: 0.1px;
    text-align: justify;
    text-align: left;
}

.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 {
    border-right: 1px solid #fff;
    text-align: center;
    padding-right: 3%;
    padding-left: 3%;
}

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

.main-menu ul>li:last-child {
    border: 0;
}

.main-menu ul>li>a {
    color: #fff;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1;
    border-bottom: 2px solid transparent;
}

.main-menu ul>li>a:after {
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 16px;
    margin-top: 2px;
    margin-left: 15px;
    content: "";
}

.main-menu ul>li:last-child a:after {
    width: 0;
}

.main-menu ul>li:hover>a,
.main-menu ul>li.current-menu-item>a,
.main-menu ul>li.current-menu-parent>a,
.main-menu ul>li.current-menu-ancestor>a {
    color: #fdd600;
}

.main-menu ul ul {
    display: none;
    top: 100%;
    width: 200px;
    z-index: 10000;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.main-menu ul ul li:nth-child(2n+2) {
    display: none;
}

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

.main-menu ul li:hover>ul {
    display: block;
}

.main-menu ul>li>ul>li {
    width: 100%;
}

.main-menu ul>li>ul>li>a {
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
    padding: 8px 25px 8px 15px;
}

.main-menu ul>li:last-child>ul>li.menu-item-has-children>a {
    padding: 8px 15px 8px 25px;
}

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

.main-menu ul>li>ul>li.menu-item-has-children>a:after {
    background-image: url("images/siel/menu-arrow-sprite@2x.png");
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: 4px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 4px 26px;
}

.main-menu ul>li:last-child>ul>li.menu-item-has-children>a:after {
    left: 10px;
    right: auto;
    margin-top: 0;
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

.main-menu ul>li>ul>li.menu-item-has-children:hover>a:after {
    background-position: 0 -20px;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu ul>li:last-child ul ul {
    left: auto;
    right: 100%;
}

.main-menu ul ul li.menu-item-has-children:hover:after {
    background-color: white;
    left: 100%;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.main-menu ul>li:last-child ul li.menu-item-has-children:hover:after {
    left: auto;
    right: 100%;
}

.main-menu ul ul li:hover>ul {
    display: block;
}

.main-menu ul ul ul li {
    background-color: white;
    width: 100%;
    padding: 8px 15px;
}

.main-menu ul ul ul li a {
    color: #221e1f;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
}

.main-menu ul ul ul li:hover a:after {
    background-color: #221e1f;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
}

span.separator {
    display: block;
    width: 2px;
    height: 16px;
    background-color: #221e1f;
}

.main-menu ul li:last-child span {
    width: 0;
}

.header-middle {
    position: relative;
    overflow: hidden;
}

.en_US .header-middle {
    padding-bottom: 55%;
}

.en_US .header-slogan {
    position: absolute;
    width: 48%;
    right: 8%;
    top: 10%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(https://webarchive.lib.cuhk.edu.hk/20240314102258oe_/https://www.uc.cuhk.edu.hk/wp-content/uploads/SIEL/slogan@2x.png);
    padding-bottom: 29%;
    font-size: 0;
}

.zh_TW .header-slogan,
.zh_CN .header-slogan {
    padding: 5% 5% 20% 45%;
    font-size: 6.6em;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}


/*.header-slogan {
  width: 100%;
  padding: 5% 5% 20% 45%;
  font-size: 6.6em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}*/

.page-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

h1.page-title {
    color: #fdd600;
    font-size: 3.4em;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    text-align: right;
    border-top: 5px solid #fdd600;
    padding: 1% 0 0 15%;
    margin-right: 5%;
    text-transform: uppercase;
}

.page-caption p {
    color: #fff;
}

.header-bottom {
    padding-bottom: 10em;
}

.mobile {
    display: none;
}


/********************************************* Footer ****/

.footer {
    background: #0093aa;
    background: -webkit-gradient(linear, right top, left top, from(#0093aa), to(#9fd5b8));
    background: linear-gradient(270deg, #0093aa 0%, #9fd5b8 100%);
    padding: 3em 0;
}

.social-links {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}

.social-link {
    width: 32px;
    height: 32px;
    margin-right: 30px;
}

.sl-facebook {
    background-image: url(images/siel/facebook@2x.png);
}

.sl-instagram {
    background-image: url(images/siel/instagram@2x.png);
}

.sl-youtube {
    background-image: url(images/siel/youtube@2x.png);
}

.copyright {
    display: table-cell;
    width: 70%;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    padding: 20px 0;
    color: white;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
}


/*********************************************  HOME */

.main {
    background-image: url(images/siel/bg.jpg);
    background-position: 0 195px;
    padding-bottom: 5%;
}

.grid-1-3 {
    overflow: hidden;
}

.grid-1-3>.grid-col {
    display: block;
    float: left;
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 1.5%;
}

.grid-1-3>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.grid-1-3>.grid-col:nth-child(3n+1) {
    clear: both;
}

.siel-cards {
    overflow: auto;
}

.siel-card {
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.siel-card:hover:before {
    top: -73%;
    left: -73%;
    width: 144%;
    height: 144%;
    background: #fdd600;
    background: linear-gradient(50deg, #fdd600 14%, #f6892a 100%);
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.card-inner {
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-inner h3 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
    color: #545454;
    padding: 5%;
}

.card-icon {
    right: 5%;
    bottom: 3%;
    width: 165px;
    height: 165px;
}

.white-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 3% 5%;
}

.white-block h3 {
    font-size: 3.4em;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #ee2a53;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
}

.wb-left {
    width: 33%;
}

.wb-left img {
    width: 223px;
    margin-left: 10%;
}

.wb-right {
    width: 67%;
}

.wb-right p,
.wb-right a {
    color: #f05045;
}

.wb-right a {
    color: #9e9e9e;
}

.like-btn {
    width: 90px;
    height: 39px;
    background-image: url(images/siel/facebook-like@2x.png);
}


/**************************** News **/

.page-template-page-siel-news .header-bottom,
.page-template-page-siel-contact .header-bottom {
    display: none;
}

.page-template-page-siel-news .main,
.page-template-page-siel-contact .main {
    background-position: top;
    padding-bottom: 0;
    margin-bottom: -5%;
}

.page-top {
    padding: 8em 0;
}

.page-top .wrapper {
    overflow: hidden;
}

.pt-heading {
    width: 30%;
    color: #129b9e;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
    padding: 2% 0 0 2%;
    margin-right: 5%;
}

.pt-heading h2 {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    
}

.pt-heading p {
    font-size: 1.8em;
    font-weight: 400;
    padding-top: 1.4em;
    text-align: right;
}

.pt-heading:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #0093aa;
    background: linear-gradient(24deg, #9fd5b8 0%, #0093aa 100%);
    content: '';
}

.pt-content {
    width: 64%;
    padding-left: 7%;
}

.list-num {
    width: 13%;
    padding-bottom: 13%;
    background: #0093aa;
    background: -webkit-gradient(linear, right top, left top, from(#0093aa), to(#9fd5b8));
    background: linear-gradient(270deg, #0093aa 0%, #9fd5b8 100%);
    border-radius: 100px;
}

.list-num span {
    top: 50%;
    left: 50%;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-content {
    width: 80%;
    padding-left: 5%;
}

.news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(images/siel/blue-bg.jpg);
    padding: 5% 0;
}

.nc-image {
    width: 40%;
}

.nc-text {
    width: 59%;
    padding-left: 10%;
}

h4.nc-last {
    padding: 7% 0 10% 0;
    font-weight: 700;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
}

.page-template-page-siel-contact .page-top {
    background-image: url(images/siel/yellow-bg.jpg);
    padding: 13em 0;
}

.page-template-page-siel-contact .pt-heading {
    color: #221e1f;
}

.page-template-page-siel-contact .pt-heading:before {
    background: transparent;
    background-color: #221e1f;
}

.contact-list {
    max-width: 500px;
    width: 44%;
    padding-bottom: 5%;
}

.list-item {
    margin-bottom: 5em;
    cursor: pointer;
}
.list-item :hover p {
     color:#129b9e;
    
}
.cl-name {
    width: 45%;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
}

.cl-detail {
    width: 54%;
    padding-left: 3%;
}

.cl-detail p,
.cl-detail a {
    color: #221e1f;
    font-size: 2.1em;
    margin-bottom: 0;
}

.grid-1-3 .grid-col.event-col {
    margin-bottom: 8em;
}

.event-title {
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin-top: 2%;
}

.event-title h3 {
    top: 50%;
    left: 50%;
    width: 90%;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.event-col:hover .siel-card:before {
    position: absolute;
    top: -73%;
    left: -73%;
    width: 144%;
    height: 144%;
    background: #fdd600;
    background: linear-gradient(50deg, #fdd600 14%, #f6892a 100%);
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.event-col:hover .event-title:before {
    position: absolute;
    top: -46%;
    left: -11%;
    width: 80px;
    height: 80px;
    background: #fdd600;
    background: linear-gradient(50deg, #fdd600 14%, #f6892a 100%);
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-template-page-siel-contact .pt-heading {
    margin-right: 25%;
}

.page-template-page-siel-contact .pt-content {
    padding-left: 0;
}

.single-siel_event .main,
.search .main {
    background-position: top;
    padding: 5em 0;
}

.single-siel_event .main .header-slogan,
.search .main .header-slogan {
    padding-bottom: 5%;
}

.single-siel_event .main .pt-heading,
.search .main .pt-heading {
    width: 100%;
    text-align: left;
}

.single-siel_event .main .pt-heading h2,
.search .main .pt-heading h2 {
    font-family: "Open Sans", sans-serif, "Noto Sans HK", sans-serif;
    padding-bottom: 2%;
    text-transform: inherit;
    text-transform: none;
}

.content-search input[type="search"] {
    width: 100%;
    height: 54px;
    background-color: #fff;
    padding: 14px;
    vertical-align: top;
    border: 1px solid #2a96ab;
    font-size: 1.8em;
}

.content-search {
    margin-bottom: 3%;
    border: 0;
}

.content-search .search-field {
    display: inline-block;
    width: 85%;
}

.content-search .search-form {
    border: 0;
}

.content-search .search-form-submit {
    background: #0093aa;
    float: right;
    height: 54px;
}

.content-search .search-form-submit input[type="submit"] {
    width: 100%;
    height: 45px;
    background-color: transparent;
    background-image: url(images/siel/search-w@2x.png);
    background-size: 22%;
    background-position: 50% 80%;
}

.search-result {
    display: block;
    margin-bottom: 2%;
}

h3.search-result-title {
    margin: 1% 0;
    color: #2a93aa;
    font-weight: 700;
}

.search-page-count {
    margin-bottom: 2em;
}

.search-result-link {
    color: #000;
}

.search-page-heading {
    margin-bottom: 2%;
}

.single-siel_event .pt-heading {
    padding: 2% 0 0 0%;
    margin-right: 5%;
}

.siel-image {
    text-align: center;
    margin-bottom: 3%;
}

.single-siel_newsdetails .main{
    background-position: top;
    padding:0;
}


.single-siel_newsdetails .pt-heading {
    width: 100%;
    text-align: left;
}


.single-siel_newsdetails .pt-heading h2 {
    font-family: "Open Sans", sans-serif, "Noto Sans HK", sans-serif;
    padding-bottom: 2%;
    text-transform: inherit;
    text-transform: none;
}

.blue-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/siel/blue-bg.jpg);
    padding: 5em 0;
}

.blue-bg .pt-heading:before {
    background: #fff;
}

.news-content .nc-text,
.news-content h4.nc-last,
.news-content p,
.blue-bg .pt-heading, 
.blue-bg .nc-text,
.blue-bg h4.nc-last,
.blue-bg p {
    color: #fff;
}

.news-heading.pt-heading {
    width: 100%;
    color: #fff;
    text-align: left;
    margin-bottom: 5em;
    padding: 2% 0 0 0;
}

    .news-heading.pt-heading:before {
        background: #fff;
    }
    
    .tabcontents {
  margin: 1em 0 3em;
}

.tabcontents h3 {
  color: #545454;
  margin-bottom: 1em;
}

.tabcontents a {
  color: #9e9e9e;
}

.tabcontents p {
  font-size: 1.8em;
}

.tabcontent {
  display: none;
}
/*# sourceMappingURL=style.css.map */