/*130,46,107*/

body {
    min-width: 300px;
    color: #221815;
    background-color: #FFF;
    font-family: 'Roboto', sans-serif;
}

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

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

.lab-news-text,
.header-text,
.inpage-menu li a,
.main-title,
.section-title,
.logo-text,
.lab-alumni-section .lab-award-button div,
.ipm-section.news .lab-award-button div,
.ipm-section-right h3,
.style-purple .lab-award-button div,
.ipm-section .lab-award-button div,
.lab-award-button div,
.research-platform-title {
    font-family: 'Teko', sans-serif;
}

.container {
    position: relative;
    min-width: 300px;
    overflow: hidden;
}

.wrapper {
    width: 70%;
    max-width: 1300px;
    margin: 0 auto;
}

h1 {
    font-size: 3.5em;
}

h2 {
    font-size: 3.2em;
}

h3 {
    font-size: 2.8em;
}

h4 {
    font-size: 2.4em;
}

h5 {
    font-size: 2em;
}

h6 {
    font-size: 1.6em;
}

.slider {
    visibility: hidden;
}

.site-title-hidden {
    font: 0/0 a;
    color: transparent;
}

.parallel {
    position: relative;
    width: 28%;
    /*25%*/
    height: 60vh;
    line-height: 50px;
    text-align: center;
    transform: skewX(341deg);
    -webkit-transform: skewX(341deg);
    -ms-transform: skewX(341deg);
    -moz-transform: skewX(341deg);
    -o-transform: skewX(341deg);
    margin-right: 1.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.parallel-text {
    display: inline-block;
    transform: skewX(19deg);
    color: #FFF;
    font-size: 3em;
    font-weight: 800;
    cursor: pointer;
    text-shadow: 0 0 5px black;
}

.parallel-text:hover {
    padding: 10px 40px;
    border: 2px solid #FFF;
}

.front-header {
    display: flex;
    justify-content: center;
}

.front-header:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(images/header-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
}

.front-header:after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(images/header-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
}

#header {
    background: rgb(108, 183, 154);
    background: linear-gradient(90deg, rgba(108, 183, 154, 1) 0%, rgba(0, 154, 179, 1) 56%);
    position: absolute;
    width: 100%;
    z-index: 3;
}

.header-top {
    padding: 20px 0;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-logo {
    height: 70px;
    /*80px*/
}

.logo-text {
    color: #FFF;
    padding-left: 20px;
    line-height: 1.3;
    font-size: 2.5em;
}

.header-wrapper {
    width: 90%;
    max-width: unset;
}

.header-logo img {
    height: 70px;
    /* 80*/
}

.parallel:nth-child(1) .parallel-background {
    background-color: #000;
    background-image: url(images/parallel-1.png);
    background-position: center;
    background-position: 29% 6vh;
    background-size: 100vh;
    background-repeat: no-repeat;
    width: 140%;
}

.parallel:nth-child(2) .parallel-background {
    background-color: #000;
    background-image: url(images/parallel-2.png);
    background-position: center 110%;
    background-size: 60vh;
    background-repeat: no-repeat;
}

.parallel:nth-child(3) .parallel-background {
    background-color: #000;
    background-image: url(images/parallel-3.png);
    background-position: bottom;
    background-size: 75vh;
    background-repeat: no-repeat;
}

.parallel-background {
    position: absolute;
    height: 100%;
    width: 170%;
    /*200*/
    transform: skewX(-341deg);
    /*-341*/
}

.parallel:nth-child(1) {
    z-index: 2;
}

.parallel:nth-child(2) {
    z-index: 2;
}

.parallel:nth-child(3) {
    z-index: 5;
}

.home-background {
    background-image: url(images/home-bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-title {
    padding: 40px 0 20px 0;
    font-size: 2.8em;
    font-weight: 600;
    color: #FFF;
}

.update-section {
    padding: 30px 0 50px 0;
    position: relative;
}

.section-title {
    color: #0A896B;
    font-weight: bold;
    font-size: 2.5em;
    position: relative;
}

.update-blocks {
    display: flex;
    position: relative;
}

.update-block:first-child {
    padding-left: 0;
}

.update-block:last-child {
    margin-left: 0;
}

.update-block {
    width: 33.33%;
}

.update-block.news-block {
    cursor: pointer;
}

.update-section .section-title {
    margin-bottom: 30px;
}

.update-image {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 63%;
    background-position: center;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 500px;
    height: 100%;
    background-image: url(images/update-title.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.update-date {
    padding-top: 15px;
    color: #0A896B;
    font-size: 1.8em;
    font-weight: 600;
}

.lab-news-description .update-date {
    padding-top: 0;
}

.update-title {
    color: #4D4D4D;
    font-size: 1.6em;
    padding-top: 20px;
}

.bx-wrapper .bx-controls-direction a,
.update-next,
.research-booking-prev,
.research-booking-next {
    position: absolute;
    width: 30px;
    height: 25px;
    background-image: url(images/arrow-left@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.home-bottom {
    display: flex;
    padding-top: 20px;
    padding-bottom: 200px;
}

.bottom-section {
    width: 50%;
}

.section-details {
    font-size: 1.7em;
    padding-top: 60px;
    padding-right: 50px;
}

.bottom-section .section-title:after {
    content: '';
    position: absolute;
    width: 500px;
    height: 100%;
    background-image: url(images/update-title.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -35px;
    left: -10px;
}

.footer-wrapper {
    display: flex;
    padding: 20px 0;
    padding-left: 20px;
    background: rgb(108, 183, 154);
    background: linear-gradient(90deg, rgba(108, 183, 154, 1) 0%, rgba(0, 154, 179, 1) 100%);
    width: 75%;
}

.footer-wrapper .wrapper {
    display: flex;
}

.footer-menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.footer-menu ul li {
    padding: 0 3px;
    font-size: 1em;
}

.footer-menu ul li a,
.copyright {
    color: #FFF;
    font-size: 1.3em;
}

.footer-left {
    width: 30%;
}

.footer-right {
    width: 70%;
}

.copyright {
    color: #FFF;
    text-align: right;
}

.footer-left {
    width: 40%;
}

.footer {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.footer:before {
    width: 1px;
    height: 0;
    border-bottom: 60px solid #6cb79a;
    border-left: 25px solid transparent;
    content: '';
    margin-right: -1px;
}

.footer .wrapper {
    width: 100%;
    max-width: 875px;
    margin: unset;
}

.main {
    position: relative;
}

.home .main {
    margin-top: -1px;
}

.lab #header {
    background: rgb(108, 183, 154);
    background: linear-gradient(180deg, rgba(108, 183, 154, 1) 0%, rgba(0, 0, 0, 1) 86%);
}

.inpage-menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}

.inpage-menu li {
    padding: 20px 40px 20px 40px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.inpage-menu li:after {
    background-image: url(images/menu-after.png);
    content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    transform: translate(15px, 0);
}

.inpage-menu li:last-child:after {
    display: none;
}

.inpage-menu li:hover:before {
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #FFF;
    bottom: 15%;
    content: '';
    left: 50%;
    transform: translateX(-50%);
}

.inpage-menu li a {
    max-width: 120px;
    color: rgb(88, 72, 72);
    font-size: 2em;
    font-weight: 500;
}

.inpage-menu li a {
    color: #fff;
}

.page-template-default .inpage-menu li a {
    max-width: unset;
}

.lab-header {
    width: 100%;
    /*height: 900px;*/
    height: 60vh;
    position: relative;
    background-color: #000;
    display: flex;
    justify-content: center;
}

.header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 3.5em;
    font-weight: 600;
    text-align: center;
    margin-top: 5%;
}

.header-image {
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: url(images/lab-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.lab-header .header-top {
    padding: 20px 0 0px 0;
    width: 90%;
    margin: 0 auto;
}

.lab-header .header-logo,
.lab-header .header-logo img {
    height: 80px;
}

.lab-professor-section .section-title {
    padding-top: 60px;
    font-size: 4em;
    color: #38BBAB;
}

.lab-professor-section .section-title:after,
.lab-publications-section .section-title:after {
    height: 30px;
    bottom: 5px;
    background-image: url(images/lab-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
}

.lab-professor-detail {
    display: flex;
    padding-bottom: 100px;
}

.lab-professor-left {
    width: 70%;
}

.lab-professor-left p {
    padding-bottom: 30px;
    color: #666666;
}

.lab-professor-right {
    width: 30%;
}

.lab-professor-left {
    width: 70%;
    padding-top: 30px;
    padding-right: 100px;
    line-height: 1.3;
}

.lab-professor-right img {
    margin-top: -200px;
    z-index: 100;
    position: relative;
}

.show-more {
    color: #38BBAB;
    text-align: center;
    cursor: pointer;
    font-size: 1.4em;
    padding-left: 10px;
    font-weight: 600;
}

.show-more-arrow {
    content: '';
    width: 30px;
    height: 18px;
    background-image: url(images/lab-arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 39px;
    cursor: pointer;
}

.flex {
    display: flex;
    justify-content: center;
}

.lab-professor-section {
    background-image: url(images/lab-professor-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.style-blue .full-block {
    background-image: url(images/lab-professor-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.style-purple .full-block {
    background-image: url(images/education-head-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.lab-row-section {
    background-image: url(images/lab-member-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.sec-padding {
    padding: 60px 0;
}

.lab-news-section {
    display: flex;
}

.lab-news-description {
    padding: 20px 0;
    color: #666666;
}

.lab-news-right {
    background-image: url(images/lab-new-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
}

.lab-news-left {
    width: 50%;
    background-image: url(images/lab-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #38BBAB;
    font-size: 5em;
    font-weight: 600;
}

.lab-news-right .bx-wrapper {
    position: relative!important;
}

.lab-news-prev,
.lab-news-next {
    background-image: url(images/lab-news-prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 23px;
    left: 25px;
}

.lab-news-next {
    left: unset;
    right: 10px;
    background-image: url(images/lab-news-next.png);
    cursor: pointer;
}

.lab-news-title {
    font-size: 2em;
    color: #38BBAB;
    font-weight: 600;
    font-style: italic;
}

.lab-news-wrapper {
    max-width: 650px;
    padding: 60px 100px;
    position: relative;
}

.lab-publications-section {
    background-image: url(images/lab-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
}

.lab-publications-section .section-title {
    color: #FFF;
    font-size: 3.5em;
}

.research-platform-right .section-title {
    margin-bottom: 50px;
}

.flex {
    display: flex;
}

.lab-publications-left {
    display: inline-block;
    width: 60%;
    /*  padding-top: 100px;
    padding-right: 100px; */
    margin-right: 5%;
}

.lab-publications-author {
    font-size: 2em;
    color: #FFF;
}

.lab-publications-right {
    display: inline-block;
    width: 39%;
    /* padding-right: 50px;  */
    margin-top: 40px;
}

.lab-publications-right img {
    /* margin-top: -100px;*/
    position: relative;
}

.lab-publications-details {
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lab-publications-details p {
    font-size: 2em;
}

.lab-publications-prev,
.lab-publications-next {
    background-image: url(images/lab-publication-prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 23px;
    left: -70px;
}

.lab-publications-next {
    left: unset;
    right: -50px;
    background-image: url(images/lab-publication-next.png);
    cursor: pointer;
}

.lab-publications-section .control {
    position: relative;
    padding-bottom: 100px;
}

.lab-row-section .section-title:after {
    height: 30px;
}

.lab-row-section .section-title:after {
    height: 30px;
    bottom: 5px;
    margin-left: 20px;
}

.lab-row-section .section-title {
    font-size: 3.5em;
    color: #38BBAB;
}

.lab-rows {
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

.lab-row {
    display: inline-block;
    margin-bottom: 3%;
    float: left;
}

.lab-row:nth-child(3n+3) {
    margin-right: 0;
}

.lab-row:nth-child(3n+1) {
    clear: both;
}

.lab-row-section .section-title:after {
    height: 30px;
    bottom: 5px;
    margin-left: 20px;
}

.lab-row {
    width: 32.33%;
    margin-right: 1%;
}

.lab-member .lab-row-image {
    margin-bottom: 0;
}

.lab-row-image {
    /*  background-color: #fff;*
    background-image: url(images/withoutimage.png);/
    /*background-size: 85%;*/
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 75%;
    margin-left: 30%;
    margin-bottom: 15px;
}

.lab-row-image.withoutimg {
    background-size: 85%;
}

.lab-row-image.withoutimg:after {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    font-family: 'Teko', sans-serif;
    font-size: 1.8em;
    white-space: pre;
    word-wrap: break-word;
    content: 'School of Life Sciences \A The Chinese University of Hong Kong';
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lab-row-detail {
    padding: 20px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.lab-row-name {
    font-size: 2em;
    font-weight: 600;
}

.lab-row-title {
    padding: 0 20px;
    font-size: 1.7em;
    /* height: 100px;*/
}

.lab-alumni-section {
    background-image: url(images/alumni-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 90px 0;
}

.lab-alumni-section .section-title:after {
    height: 30px;
    margin-left: 15px;
    bottom: 8px;
}

.lab-alumni-section .section-title {
    color: #38BBAB;
    font-size: 3.5em;
}

.lab-alumni {
    background-image: url(images/alumni-detail-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px 0;
    padding: 3em 6em;
    padding-bottom: 50px;
    color: #1E4656;
}

.lab-alumni-name {
    color: #1E4656;
    font-size: 2em;
    font-weight: bold;
    padding-top: 30px;
}

.lab-alumni-detail,
.lab-alumni p {
    color: #1E4656;
    font-size: 1.8em;
    padding-top: 3px;
}

.lab-award-section {
    background-image: url(images/lab-award-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 200px 0;
    background-position: center;
}

.bx-wrapper .bx-pager {
    bottom: -17px;
}

.lab-award-title {
    color: #38BBAB;
    font-weight: 800;
    font-size: 3.5em;
    padding-bottom: 20px;
}

.lab-award {
    width: 32.33%;
    margin-right: 1.5%;
}

.lab-award:last-child {
    margin-right: 0;
}

.lab-award-image {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 66%;
}

.lab-award-name {
    color: #666666;
    font-size: 1.6em;
    padding: 15px 0;
    font-weight: bold;
}

.lab-award-detail {
    font-size: 1.3em;
    color: #666666;
}

.lab-award-button {
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 100px;
    cursor: pointer;
}

.page-template-page-ipmbab .lab-award-button {
    margin-top: -200px;
    padding-bottom: 100px;
}

.lab-award-button div {
    color: #FFF;
    padding: 20px 20px;
    width: 500px;
    font-size: 2.4em;
    background: rgb(108, 183, 154);
    background: linear-gradient(90deg, rgba(108, 183, 154, 1) 0%, rgba(0, 154, 179, 1) 56%);
    font-weight: 600;
    text-align: center;
}

.header-image {
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: url(images/research-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.research-info-section {
    background-image: url(images/research-info-bg.png);
}

.research-info-section {
    background-image: url(images/research-info-bg.png);
    padding: 130px 0 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.research-info-section .section-title {
    color: #38A4D2;
    font-weight: bold;
    font-size: 3.5em;
    position: relative;
}

.research-info-section .section-title:after {
    background-image: url(images/research-section-title.png);
    margin-left: 20px;
    height: 30px;
    bottom: 8px;
}

.research-block-title {
    position: relative;
    background-image: url(images/research-title-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    padding: 15px 20px;
    font-size: 3em;
    font-weight: 500;
    font-size: 2.5em;
    margin-top: 10px;
}

.research-block-title:before {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 28px;
    content: '';
    cursor: pointer;
}

.research-block-title:after {
    position: absolute;
    height: 15px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    background-image: url(images/research-right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    cursor: pointer;
}

.research-block {
    flex: 1;
    margin-right: 1%;
    padding-top: 5px;
}

.research-block:last-child {
    margin-right: 0;
}

.research-blocks {
    display: flex;
    padding-top: 50px;
    flex-wrap: wrap;
}

.research-block-image {
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
}

.page-id-16 .research-block-image {
    padding-bottom: 56%;
}

.research-platform-title {
    position: relative;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 25%;
    color: #38A4D2;
    font-size: 3.5em;
    font-weight: bold;
}

.research-platform-overlay {
    background-color: #ffffffb8;
    height: 100%;
    width: 100%;
    position: absolute;
}

.research-platform-left {
    width: 50%;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
}

.research-platform-section {
    display: flex;
    /* min-height: 700px;*/
}

.research-platform-title:after {
    bottom: -31px;
    content: '';
    position: absolute;
    width: 100%;
    background-image: url(images/research-section-title.png);
    height: 30px;
    background-repeat: no-repeat;
    left: 0;
    margin: 0 25%;
}

.research-platform-right {
    display: flex;
    padding: 5%;
    justify-content: center;
    flex-direction: column;
    background: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 5%, rgba(99, 233, 255, 1) 52%, rgba(10, 100, 209, 1) 100%);
    width: 50%;
}

.research-platform-right p {
    color: #00598A;
    margin-bottom: 1.4em;
    font-size: 1.8em;
}

.research-platform-more {
    font-size: 1.7em;
    color: #00598A;
    font-weight: 600;
}

.more-btn {
    display: block;
    font-size: 1.7em;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    background: rgb(108, 183, 154);
    background: linear-gradient(90deg, rgba(108, 183, 154, 1) 0%, rgba(0, 154, 179, 1) 56%);
    padding: 7px 20px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.more-btn:hover {
    background: #fff;
    color: #0A896B;
}

.research-booking .section-title {
    color: #38A4D2;
}

.research-booking .section-title:after {
    background-image: url(images/research-section-title.png);
}

.research-booking .lab-row-image {
    margin-left: 0;
}

.research-booking .lab-row {
    width: 31.33%;
    margin-right: 2%;
}

.research-booking .lab-row-detail {
    padding: 0;
}

.research-booking .lab-row-title {
    padding: 0;
}

.lab-row-date {
    padding: 0 0 3px 0;
    font-size: 1.7em;
    color: #00598A;
    font-weight: 600;
}

.lab-row-description {
    font-size: 1.5em;
}

.lab-alumni-section.training {
    padding-bottom: 200px;
}

.style-blue .section-title {
    color: #38A4D2;
}

.style-blue .section-title:after {
    background-image: url(images/research-section-title.png);
}

.la-block {
    display: none;
}

.research-traning-more {
    display: block;
    color: #FFF;
    font-size: 1.7em;
    margin: 0 auto;
    width: fit-content;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

.research-traning-more:before {
    content: '';
    background-image: url(images/research-training-arrow.png);
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.lab-alumni-section .lab-award-button div {
    background-image: url(images/ipm-back-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.inpage-menu li:last-child:after {
    display: none;
}

.style-purple .research-block {
    margin-right: 1%;
    padding-top: 5px;
    width: 32.33%;
    flex: unset;
    margin-top: 1%;
}

.style-purple .section-title:after,
.style-purple .lab-alumni-section .section-title:after {
    background-image: url(images/education-bar.png);
}

.style-purple .section-title {
    color: #60479B;
    font-size: 3.5em;
}

.style-purple .research-block-title {
    background-image: url(images/education-title-bg.png);
}

.style-purple .research-block-image {
    background-size: cover;
}

.style-purple .research-block {
    background: none;
}

.research-block-title {
    margin-top: 0;
}

.research-platform-section.style-purple .section-title {
    margin-bottom: 50px;
}

.style-purple .research-platform-right p,
.style-purple .content a {
    color: #60479B;
}

.style-purple .news-content,
.style-purple .research-platform-right a,
.style-purple .research-platform-right {
    color: #60479B;
}

.research-platform-section.style-purple .section-title:after {
    content: '';
    position: absolute;
    width: 230px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 17px;
    top: 7px;
}

.research-platform-section.style-purple {
    min-height: 600px;
}

.lab-alumni-section {
    background-image: url(images/education-bottom.png);
    padding: 150px 0 230px 0;
}

.style-purple .lab-award-button div {
    background-image: url(images/education-back-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.style-purple .footer-wrapper {
    background-image: url(images/education-footer.png);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.style-purple .footer:before {
    display: none;
}

.ipm .header-logo {
    padding-right: 10px;
}

.ipm.lab-header {
    height: 270px;
}

.news.lab-header {
    height: 330px;
}

.ipm.lab-header .section-title {
    color: #38A4D2;
    margin-top: 70px;
    font-size: 3.5em;
}

.news.lab-header .section-title {
    color: #38BBAB;
    margin-top: 230px;
    font-size: 3.5em;
}

.ipm.lab-header .header-logo,
.ipm.lab-header .header-logo img {
    height: 90px;
}

.news.lab-header .header-logo,
.news.lab-header .header-logo img {
    height: 80px;
}

.ipm .logo-text {
    font-size: 2.8em;
}

.ipm .section-title:after {
    background-image: url(images/research-section-title.png);
    height: 30px;
    top: 7px;
    margin-left: 20px;
}

.ipm-section>.wrapper {
    display: flex;
}

.ipmbab .wrapper {
    width: 90%;
}

.ipm-section-left {
    width: 25%;
    padding-top: 50px;
}

.ipm-section-right {
    width: 75%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.ipm-section-right h3 {
    color: #00598A;
    font-size: 2.5em;
    font-weight: 600;
    padding-bottom: 30px;
}

.tablinks {
    color: #00598A;
    font-size: 2em;
}

.ipm-section-right p {
    color: #808080;
}

.tab {
    overflow: hidden;
    border-right: solid 1px #00598A;
    min-height: 250px;
}

.tabcontent {
    display: none;
}

.tab {
    display: flex;
    flex-direction: column;
}

.tab a {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.tab a.active:after {
    right: 0;
    top: 50%;
    width: 100px;
    height: 1px;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    background-color: #00598A;
}

.ipm-gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 90px 0;
}

.ipm-gallery-image {
    width: 32.66%;
    margin-right: 1%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 23%;
    margin-top: 1%;
}

.ipm-gallery-image:nth-child(3n) {
    margin-right: 0;
}

.ipm-section .lab-award-button div {
    background-image: url(images/ipm-back-bg.png);
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.ipmbab .footer-wrapper {
    background-image: url(images/research-footer.png);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ipm-section {
    padding-bottom: 200px;
    background-image: url(images/ipm-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ipmbab .footer:before {
    display: none;
}

.ipm.lab-header {
    background-color: #FFF;
}

.news .main-menu li:after {
    transform: translate(20px, 0);
    top: 10px;
}

.news .main-menu li {
    padding: 20px 20px 20px 20px;
}

.news .main-menu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
}

.news .section-title:after {
    background-image: url(images/news-title-bg.png);
}

.style-purple .section-title:after {
    background-image: url(images/education-bar.png);
}

.style-purple .video-block h3 {
    color: #60479B;
}

.style-purple .ipm-section.news .lab-award-button div {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/education-back-bg.png);
}

.style-purple .ipm-section.news .lab-award-button {
    padding-top: 0;
}

.news-content {
    color: #808080;
    padding: 40px 0 0 0;
}

.news-content a {
    color: #0A896B;
}

.news-content-left,
.content-left {
    width: 55%;
}

.news-content-right,
.content-right {
    width: 45%;
    padding-left: 60px;
    /* display: flex;*/
    justify-content: center;
    align-items: center;
    color: #38BBAB;
}

.news-contents-left-image {
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-section-left {
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 50px;
}

.news-section-right {
    width: 55%;
}

.news-section-left .section-title:after,
.news-section-bottom .section-title:after {
    background-image: url(images/news-title-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5px;
    left: -11px;
    bottom: -30px;
    height: 25px;
}

.news-section-left .section-title,
.news-section-bottom .section-title {
    color: #38BBAB;
    margin-bottom: 100px;
}

.news-section {
    padding-top: 150px;
}

.news-section-left p {
    color: #808080;
}

.news-section-gallery {
    display: flex;
    flex-wrap: wrap;
}

.news-gallery-image {
    width: 49.5%;
    margin-right: 1%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 37%;
    margin-bottom: 1%;
}

.news-gallery-image:nth-child(2n) {
    margin-right: 0;
}

.news-link {
    padding-bottom: 30px;
}

.news-section-right h5 {
    font-size: 1.8em;
    padding-bottom: 30px;
    color: #808080;
}

.news-link {
    color: #38BBAB;
    font-size: 1.6em;
}

.news-section-bottom .news-section-left {
    justify-content: unset;
}

.news-links {
    padding-bottom: 25px;
}

.news-section-bottom .news-section-left .section-title:after {
    left: unset;
    bottom: unset;
    height: 25px;
    width: 80%;
    margin-left: 20px;
    top: 2px;
}

.news-section-bottom {
    padding-top: 200px;
}

.news-section:first-child {
    padding-top: 0;
}

.news-section-bottom.video .section-title {
    margin-bottom: 70px;
}

.news-section-video {
    position: relative;
    width: 100%;
    padding-bottom: 53%;
    margin-top: 2%;
}

.news-section-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 53%;
    margin-top: 2%;
}

.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-section-bottom p {
    color: #808080;
}

.ipm-section.news .lab-award-button div {
    background: linear-gradient(90deg, rgba(108, 183, 154, 1) 0%, rgba(0, 154, 179, 1) 56%);
}

.ipm-section.news .lab-award-button {
    margin-top: 0;
    padding-top: 130px;
}

.news .main-menu li:hover a {
    color: #38BBAB;
}

.update-blocks.first .update-prev,
.update-blocks.first .update-next {
    top: 40%;
}

.lab-award-section .wrapper {
    position: relative;
}

.lab-alumni-section {
    background-image: url(images/research-training-bg.png);
    background-position: center;
}

.bx-wrapper .bx-controls-direction a.bx-next,
.research-booking-next {
    left: unset !important;
    right: -70px;
    background-image: url(images/arrow-right@2x.png);
}

.bx-wrapper {
    position: relative;
}

.style-blue .lab-alumni {
    background-image: url(images/research-traning-bg.png);
}

.style-blue .footer-wrapper {
    background-image: url(images/research-footer.png);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.style-blue .lab-row-section:nth-child(odd) {
    background-image: url(images/research-booking-bg.png);
}

.style-blue .lab-row-section:nth-child(even) {
    background-image: url(images/research-seminar-bg.png);
}

.style-blue .footer:before {
    display: none;
}

.style-purple .research-info-section {
    background-image: url(images/education-head-bg.png);
}

.style-purple .research-platform-right {
    background-image: url(images/teaching-tool-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.style-purple .lab-alumni {
    background-image: url(images/education-bottom-bg.png);
}

.style-purple .research-platform-title:after {
    background-image: url(images/education-bar.png);
}

.lab-publications-section .bx-viewport {
    overflow: inherit!important;
}

.lab-news-right .bx-wrapper {
    max-width: 650px!important;
    margin: 0!important;
}

.lab-news-right .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 3%;
}

.lab-news-right .bx-wrapper .bx-controls-direction a.bx-next {
    right: 3%;
}

.lab-publications .bx-wrapper .bx-controls-direction a.bx-next,
.research-booking-prev {
    background-image: url(images/lab-publication-prev.png);
}

.lab-publications .bx-wrapper .bx-controls-direction a.bx-next,
.research-booking-next {
    background-image: url(images/lab-publication-next.png);
}

.ipm-section.news {
    background-image: url(images/news-body-bg.png);
}

.style-purple .ipm-section {
    background-image: url(images/news-body-bg-p.png);
}

.news .inpage-menu li.current a {
    color: #38BBAB;
}

.main .inpage-menu li.current:before {
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #FFF;
    bottom: 15%;
    content: '';
    left: 50%;
    transform: translateX(-50%);
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(255, 255, 255, 0.7);
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #259375;
}


/*  Mobile menu button */

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

.inpage-menu-button-inner span,
.inpage-menu-close-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 */

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

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

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

.inpage-menu-close-inner span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 7px;
}

.inpage-menu-close-inner span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.inpage-menu-close-inner span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px;
    top: 5px;
}

.inpage-menu-button,
.inpage-menu-close {
    display: none;
}

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

.grid-1-2 .grid-col {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
    float: left;
}

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

.video-block {
    margin: 5% 0;
}

.video-block h3 {
    margin: 2% 0;
    font-size: 2em;
    color: #00598A;
    font-weight: 600;
}

.default-page-style {
    background-image: url(images/news-body-bg.png);
}

.default-page-style.ipm-section>.wrapper {
    display: inherit;
}

.full-block .section-title {
    margin-bottom: 50px;
}

.ls_block:last-child .full-block {
    padding-bottom: 120px;
}

.style-purple .ls_block:last-child .full-block {
    padding-bottom: 300px;
}

.lab-header-basic.lab-header {
    background-color: #0A896B;
    background: linear-gradient(90deg, rgba(108, 183, 154, 1) 0%, rgba(0, 154, 179, 1) 56%);
    padding: 10px 0;
    height: auto;
}

.style-purple .lab-header-basic.lab-header {
    background-color: rgb(100 75 157);
    background: linear-gradient(90deg, rgb(146 121 182) 0%, rgb(100 89 165) 56%);
}

.education-prev-button {
    margin-top: -250px;
    padding-bottom: 100px;
}

.large-title{
    font-size:6em;
    margin-top: 4%;
}