@import url('https://webarchive.lib.cuhk.edu.hk/20221214080201cs_/https://fonts.googleapis.com/css?family=Lato:400,700,900,400i,700i,900i&display=swap');
#preload {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background: #fff;
}

#preload .loading {
    position: absolute;
    width: 70px;
    height: 70px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.row:before,
.row:after {
    display: none;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}


/*a:visited{color:unset;}*/

.btn:focus,
.btn.focus,
 :focus,
input:focus,
textarea:focus,
a:focus {
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}

.no-recrod {
    color: #0663BF;
    font-size: 26px;
    padding-bottom: 100px;
    padding-top: 20px;
    font-style: italic;
}

.home-bg-wrap {
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    position: relative;
}

.home-bg-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.bg-grey-bg-relate {
    position: relative;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.bg-grey-bg {
    background-color: #F8F8F8;
    position: absolute;
    top: 0;
    left: -50vw;
    width: 150vw;
    height: 100%;
}

.bg-grey {
    background-color: #EEEEEE;
}

.txt-white,
.txt-white a,
.txt-white a:hover {
    color: #fff;
}

.txt-grey,
.txt-grey a,
.txt-grey a:hover {
    color: #27282C;
}

.txt-grey-light,
.txt-grey-light a,
.txt-grey-light a:hover {
    color: #888888;
}

.inline,
.child-inline {
    padding: 0;
    margin: 0;
}

.inline,
.child-inline>* {
    display: inline-block;
}

.table {
    display: table;
    margin-bottom: 0;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.v-middle {
    vertical-align: middle;
}

.v-top {
    vertical-align: top;
}

.md-blue {
    font-size: 18px;
    color: #0663BF;
    font-weight: 700;
    line-height: 1.1;
}

.md-dblue {
    font-size: 18px;
    color: #00305F;
    font-weight: 700;
    line-height: 1.1;
}

.md-dorange {
    font-size: 18px;
    color: #FC5F01;
    font-weight: 700;
    line-height: 1.1;
}

.md-blue2 {
    font-size: 30px;
    color: #1276D7;
    font-weight: 700;
    line-height: 1.1;
}

.lg-dblue {
    font-size: 45px;
    color: #00305F;
    line-height: 1;
    font-weight: 900;
}

.lg-dblue sup {
    font-size: 60%;
    top: -0.6em;
}

.lg-orange {
    font-size: 45px;
    color: #FC5F01;
    line-height: 1;
    font-weight: 700;
}

.editor-title {
    color: #1276D7;
    font-weight: 700;
    font-size: 20px;
}

.n-grey {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.txt-dblue,
a.txt-dblue {
    color: #00305F;
}

.txt-blue,
a.txt-blue {
    color: #1276D7;
}

.txt-orange,
a.txt-orange {
    color: #FD9701;
}

.o-title {
    font-size: 28px;
    color: #FD9701;
    font-weight: 700;
}

.ff-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb20 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.remark {
    color: #888;
}

.fweight600 {
    font-weight: 600;
}

.fweight700 {
    font-weight: 700;
}

.paddingl-20 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
}

.paddingl-20 .col-12 {
    padding-top: 1px;
    padding-bottom: 1px;
}

.editor-content img {
    max-width: 100%;
    height: auto!important;
}

.ul-none,
.ul-inline {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ul-inline li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.main>section {
    padding-top: 70px;
    padding-bottom: 150px;
}

.main>section.home-banner {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.main>section.section-top0 {
    padding-top: 0;
}

.cursor-pointer {
    cursor: pointer;
}

body {
    font-family: 'Lato', "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    color: #27282C;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

a,
a:hover,
.btn,
input {
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none;
}

h1:not(.site-title):before,
h2:before {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 32px;
}

h4,
.h4 {
    font-size: 28px;
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 20px;
}

.btn {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.5px;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
}

.btn-more {
    font-size: 13px;
    background-color: #1ABEFA;
    padding: 2px 10px 1px;
}

.btn-more:hover {
    color: #fff;
    background-color: #0663BF;
}

.btn-blue {
    background-color: #0663BF;
}

.btn-blue:hover {
    color: #fff;
    background-color: #1AA2FA;
}

.btn-orange {
    background-color: #F6AB33;
}

.btn-orange:hover {
    color: #fff;
    background-color: #E67836;
}

.arrow-more {
    text-transform: uppercase;
}

.arrow-more:after {
    content: '';
    width: 45px;
    height: 13px;
    display: inline-block;
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/news_arrow.svg);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center;
    margin-left: 10px;
}

.gradient-title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 1;
    background-image: -webkit-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -moz-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -ms-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -o-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: linear-gradient(left, #1AA2FA, #0663BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    display: inline-block;
}

.bg-blue-mobile {
    position: relative;
    color: #fff;
    padding: 30px 15px 30px 70px;
    text-align: right;
}

.bg-blue-mobile:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -webkit-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -moz-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -ms-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -o-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: linear-gradient(left, #1AA2FA, #0663BF);
}

.bg-grey-repeat {
    position: relative;
}

.bg-grey-repeat:after {
    content: '';
    position: absolute;
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/bg-grey-repeat.svg);
    background-size: auto 19px;
    background-repeat: repeat-x;
    background-position: center;
    height: 19px;
    width: 100%;
    top: -19px;
    left: 0;
    z-index: -1;
}

.main>section.bg-grey-repeat {
    margin-top: 20px;
}

.footer-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    height: 55px;
}

#back-to-top {
    position: absolute;
    top: 16px;
    left: 14px;
    width: 50px;
    height: 50px;
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/back_to_top.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: top 12px center;
    background-color: #0767C3;
    cursor: pointer;
    border-radius: 50%;
    padding-top: 23px;
    padding-left: 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
}

#left-menu-btn {
    bottom: 70px;
}

.footer-menu {
    padding-left: 40px;
}

.footer-menu>li:not(:first-child) {
    margin-left: 10px;
}

.footer-menu>li>a {
    font-weight: 700;
}

.footer-copyright {
    padding-top: 15px;
}

.footer-copyright>div {
    padding: 2px 0;
}

.footer-copyright .share {
    display: block;
}

.footer-copyright .share-menu {
    font-size: 30px;
    margin-bottom: 5px;
}

.footer-copyright .share-menu li a {
    background-color: #fff;
    color: #0663BF;
    font-size: 22px;
    line-height: 30px;
    width: 30px;
}

.footer-copyright .share-menu li a:hover {
    opacity: 0.95;
    background-color: #ddd;
    color: #0663BF;
}

.social-icon-nav {
    padding: 0;
    margin: 0;
}

.social-icon-nav>li {
    display: inline-block;
    font-size: 28px;
    margin-left: 10px;
}


/*gu*/

.gu_wrap {
    max-width: 370px;
    margin: 0 auto 55px;
}

.product-list .col-12:last-child .gu_wrap {
    margin-bottom: 0;
}

.gu_img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto -35px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gu_img img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.gu_content {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 52px 25px 35px 25px;
    position: relative;
}

.gu_h1 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 18px;
    line-height: 1.2;
}

.gu_h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 8px;
    border-radius: 30px;
    background-color: #1AA2FA;
}

.gu_p {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}

.gu_content .btn-more,
.news_wrap .btn-more,
.btn-more.btn-more-outbox {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 128px;
}

.news_wrap .btn-more {
    left: auto;
    right: 20px;
}


/*/gu*/


/*news*/

.news_wrap {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
    /*box-shadow: 0 0 13px rgba(0,0,0,1);*/
    margin-bottom: 30px;
}

.news_content>div {
    background-color: #fff;
    padding: 30px;
}

.news-slick .news_img {
    background-color: #fff;
}

.section-home-news>.sm-spin-bg-left,
.section-home-news>.sm-spin-bg-right {
    z-index: -1;
}

.news_cat {
    color: #1AA2FA;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.news_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    position: relative;
}

.news_img img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.news_h1 {
    font-weight: 700;
    margin-bottom: 15px;
}

.news_p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.5;
    height: 89px;
    overflow: hidden;
}

.news_date {
    font-size: 12px;
    color: #B5B5B5;
}

.btn-blue.arrow-more {
    margin-top: 30px;
}

.news-slick.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.news-slick .news_wrap {
    margin: 20px 15px 25px;
}

.news-slick .news_wrap .btn-more {
    right: 35px;
}


/*/news*/


/*home banner*/

.full-slider {
    width: 100%;
    height: 100vh;
}

.full-slider .slick-slide {
    position: relative;
}

.full-slider .slick-slide:after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.full-slider .slick-slide {
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    height: 100%;
    width: 100%;
}

.full-slider .slick-list,
.full-slider .slick-track {
    height: 100%;
}

.full-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.full-slider .slick-dots {
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.full-slider .slick-dots li button {
    border: 1px solid #fff;
    background-color: transparent;
}

.full-slider .slick-dots li.slick-active button {
    background-image: none;
    background-color: #fff;
}

.full-slider,
.full-slider a {
    color: #fff;
}

.full-slider .slick-slide>.table>.table-cell {
    position: relative;
}

.full-page-table {
    position: absolute;
    display: inline-block;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.full-page-table:after {
    content: '';
    background: -webkit-linear-gradient(left, #1AA2FA, #0663BF);
    opacity: .5;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.full-slider .table {
    display: table;
    height: 100%;
    margin-bottom: 0;
}

.full-slider .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.full-slider .h1 {
    font-weight: 900;
}

.full-slider .bottom-content {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.full-slider .slider-animated .bottom-content {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.full-slider .h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
}

.full-slider .h1>div {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
    word-break: break-all;
    line-height: 1;
    display: inline-block;
    text-align: center;
}

.full-slider .h3 {
    font-size: 13px;
    margin: 0 auto 2px;
    max-width: 70%;
}

.full-slider .h4 {
    font-size: 16px;
    font-weight: 700;
    max-width: 58%;
    margin: 0 auto;
}

.full-slider .table .table {
    background-color: transparent;
}

.scroll-down {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #fff;
    cursor: pointer;
    height: 150px;
    font-size: 14px;
    z-index: 3;
    font-weight: 700;
}

.scroll-down>span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    /*-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);*/
    display: inline-block;
}

.scroll-down:after {
    content: '';
    position: absolute;
    height: 140px;
    width: 1px;
    left: calc(50% - 1px);
    top: 75px;
    background-color: #fff;
    display: inline-block;
    animation-name: scrollline;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes scrollline {
    0% {
        height: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        opacity: 1;
    }
    80% {
        height: 140px;
        opacity: 1;
    }
    100% {
        height: 140px;
        opacity: 0;
    }
}

.home-spin-bg {
    opacity: 0;
}

.home-spin-bg.department-spin-bg:after {
    height: 450px;
    width: 450px;
    background-size: 450px;
}

.home-spin-bg.spin-animated {
    opacity: 1;
    -ms-transition: opacity 1.5s ease-in-out 1s;
    -moz-transition: opacity 1.5s ease-in-out 1s;
    -webkit-transition: opacity 1.5s ease-in-out 1s;
    -o-transition: opacity 1.5s ease-in-out 1s;
    transition: opacity 1.5s ease-in-out 1s;
}

.full-slider .slick-slide>.table {
    -ms-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}

.full-slider .slick-slide.slider-animated>.table {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.full-slider .h1 {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -ms-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -webkit-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
}

.full-slider .bottom-content {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -ms-transition: all .5s ease-in-out .7s;
    -moz-transition: all .5s ease-in-out .7s;
    -webkit-transition: all .5s ease-in-out .7s;
    -o-transition: all .5s ease-in-out .7s;
    transition: all .5s ease-in-out .7s;
}

.full-slider .slider-animated .h1 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*/home banner*/


/*menu*/

#menu,
#menu.bg-white-menu,
#menu.not_home,
#menu a,
#menu.bg-white-menu a,
#menu.not_home a,
#menuList>li:not(.search-box)>a:after {
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, width .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, width .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, width .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, width .3s ease-in-out;
}

#menu {
    position: fixed;
    z-index: 99;
    width: 100%;
    /*background-color:rgba(255,255,255,0);*/
}

#menuList {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo>a {
    color: #fff;
    display: inline-block;
}

.logo>a>div {
    display: inline-block;
    vertical-align: middle;
}

.logo .logo_img img {
    width: 50px;
}

.logo .logo_txt {
    line-height: 1.3;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 4px;
}

.search-box svg {
    height: 28px;
    width: 28px;
}

.menuWrap>.container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}

.menuContent .table {
    display: table;
    margin-bottom: 0;
    height: 100%;
}

.menuContent .menuLeft {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#menuList {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.1;
}

#menuBtn {
    height: 100%;
    width: 55px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.menuBtn-inner,
.menuBtn-inner:before,
.menuBtn-inner:after {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    right: 15px;
    transition-timing-function: ease;
    transition-duration: .45s;
    transition-property: transform;
    border-radius: 0;
    background-color: #fff;
}

.menuBtn-inner {
    -webkit-transition: transform .32s cubic-bezier(.55, .055, .675, .19), background-color .3s ease-in-out;
    -o-transition: transform .32s cubic-bezier(.55, .055, .675, .19), background-color .3s ease-in-out;
    transition: transform .32s cubic-bezier(.55, .055, .675, .19), background-color .3s ease-in-out;
    top: 50%;
    display: block;
    margin-top: -1px;
}

.menuBtn-inner:before {
    -webkit-transition: top .25s ease-in .35s, opacity .1s ease-in, background-color .3s ease-in-out;
    -o-transition: top .25s ease-in .35s, opacity .1s ease-in, background-color .3s ease-in-out;
    transition: top .25s ease-in .35s, opacity .1s ease-in, background-color .3s ease-in-out;
    right: 0;
    width: 26px;
    top: -9px;
}

.menuBtn-inner:after {
    -webkit-transition: bottom .25s ease-in .35s, width .1s ease-out .1s, transform .32s cubic-bezier(.55, .055, .675, .19), background-color .3s ease-in-out;
    -o-transition: bottom .25s ease-in .35s, width .1s ease-out .1s, transform .32s cubic-bezier(.55, .055, .675, .19), background-color .3s ease-in-out;
    transition: bottom .25s ease-in .35s, width .1s ease-out .1s, transform .32s cubic-bezier(.55, .055, .675, .19), background-color .3s ease-in-out;
    right: 0;
    width: 22px;
    bottom: -9px;
}

#menu.active .menuBtn-inner {
    -webkit-transition: transform .32s cubic-bezier(.215, .61, .355, 1) .12s, background-color .3s ease-in-out;
    -o-transition: transform .32s cubic-bezier(.215, .61, .355, 1) .12s, background-color .3s ease-in-out;
    transition: transform .32s cubic-bezier(.215, .61, .355, 1) .12s, background-color .3s ease-in-out;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

#menu.active .menuBtn-inner:before {
    -webkit-transition: top .25s ease-out, opacity .1s ease-out .22s, background-color .3s ease-in-out;
    -o-transition: top .25s ease-out, opacity .1s ease-out .22s, background-color .3s ease-in-out;
    transition: top .25s ease-out, opacity .1s ease-out .22s, background-color .3s ease-in-out;
    top: 0;
    opacity: 0;
}

#menu.active .menuBtn-inner:after {
    -webkit-transition: bottom .25s ease-out, transform .32s cubic-bezier(.215, .61, .355, 1), background-color .3s ease-in-out;
    ;
    -o-transition: bottom .25s ease-out, transform .32s cubic-bezier(.215, .61, .355, 1), background-color .3s ease-in-out;
    ;
    transition: bottom .25s ease-out, transform .32s cubic-bezier(.215, .61, .355, 1), background-color .3s ease-in-out;
    ;
    width: 30px;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#menu.not_home {
    background-color: #fff!important;
}

#menu.bg-white-menu,
#menu.not_home {
    border-bottom: 1px solid #DDDDDD;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    /*background-color:rgba(255,255,255,1);*/
}

#menu.bg-white-menu a,
#menu.not_home a {
    color: #034A90;
}

#menu.bg-white-menu .menuBtn-inner,
#menu.bg-white-menu .menuBtn-inner:before,
#menu.bg-white-menu .menuBtn-inner:after,
#menu.not_home .menuBtn-inner,
#menu.not_home .menuBtn-inner:before,
#menu.not_home .menuBtn-inner:after {
    background-color: #034A90;
}


/*/menu*/


/*spin bg*/

.main {
    overflow: hidden;
}

section {
    position: relative;
}

.sm-spin-bg {
    position: absolute;
    height: 320px;
    width: 320px;
    top: -150px;
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/circle-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 320px;
    display: inline-block;
    z-index: 0;
    animation-name: spin;
    animation-duration: 38s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.home-spin-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.programme-spin-bg {
    left: -110px;
    top: 46px;
}

.home-spin-bg:after {
    content: '';
    height: 630px;
    width: 630px;
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/banner-home-circle-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 630px;
    display: inline-block;
    z-index: 0;
    animation-name: spin;
    animation-duration: 38s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.sm-spin-bg-right {
    right: -120px;
}

.sm-spin-bg-left {
    left: -120px;
}

.sm-spin-bg-top {
    top: -100px;
}

.sm-spin-bg-bottom {
    top: auto;
    bottom: -100px;
}


/* Style the list */

ul.breadcrumb {
    padding: 15px 0;
    list-style: none;
    background-color: #fff;
    margin-bottom: 0;
}


/* Display list items side by side */

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
}


/* Add a slash symbol (/) before/behind each list item */

ul.breadcrumb li+li:before {
    padding: 6px;
    content: "/\00a0";
}


/* Add a color to all links inside the list */

ul.breadcrumb li a {
    text-decoration: none;
}


/* Add a color on mouse-over */

ul.breadcrumb li a:hover {
    text-decoration: underline;
}

.msg-title {
    color: #0663BF;
    font-size: 24px;
    font-weight: 700;
}

.photo-content {
    max-width: 300px;
    margin: 30px auto;
}

.photo-content .img img {
    width: 100%;
}

.photo-content .name {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.photo-content .title {
    position: relative;
    padding-top: 15px;
    font-size: 13px;
}

.photo-content .title:before {
    content: '';
    border-radius: 30px;
    height: 7px;
    width: 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -moz-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -ms-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -o-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: linear-gradient(left, #1AA2FA, #0663BF);
}

.department-content {
    line-height: 1.8;
}

.department-banner {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.department-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1;
}

.department-banner .table {
    display: table;
    position: absolute;
    height: 270px;
    width: 270px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    text-transform: uppercase;
}

.department-banner .table:after {
    content: '';
    opacity: 0.5;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: -webkit-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -moz-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -ms-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: -o-linear-gradient(left, #1AA2FA, #0663BF);
    background-image: linear-gradient(left, #1AA2FA, #0663BF);
}

.department-banner .table .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.2;
}

.white-header {
    padding-top: 70px;
}

.report-content {
    padding-top: 15px;
}

.report-content .pdf-img a {
    margin-bottom: 6px;
    max-width: 260px;
}

.report-content .pdf-img img {
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.report-content .title a {
    color: #27282C;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
}

.report-content .date {
    color: #888888;
    margin-bottom: 5px;
    font-size: 14px;
    padding-top: 2px;
}

.report-content .title a:hover {
    color: #0663BF;
}

.report-desc {
    padding-bottom: 30px;
}

.report-desc .ico a {
    display: inline-block;
    background-color: #0663BF;
    border-radius: 50%;
    margin-right: 6px;
}

.report-desc .ico a img {
    width: 42px;
    padding: 8px;
}

.hover-box-wrap {
    position: relative;
    display: block;
}

.report-content.news-content .pdf-img a {
    max-width: unset;
}

.tab-menu,
.year-menu {
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
    font-size: 0;
}

.year-menu li {
    display: inline-block;
    position: relative;
    padding: 0 14px;
}

.tab-menu li {
    display: inline-block;
}

.tab-menu li:after {
    content: '|';
    display: inline-block;
    padding: 2px 10px;
    color: #E3E3E3;
    font-size: 17px;
    line-height: 20px;
    vertical-align: top;
}

.tab-menu li.active a,
.tab-menu li a:hover {
    color: #0663BF;
}

.tab-menu li:first-child,
.year-menu li:first-child {
    padding-left: 0;
}

.tab-menu li:last-child,
.year-menu li:last-child {
    padding-right: 0;
}

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

.tab-menu li a {
    color: #888888;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
}

.year-menu li {
    padding: 0 5px;
}

.year-menu li a {
    background-color: #E5E5E5;
    border-radius: 5px;
    color: #888888;
    padding: 3px 12px;
    font-size: 16px;
    display: inline-block;
}

.year-menu li.active a,
.year-menu li a:hover {
    color: #fff;
    background-color: #1AA2FA;
}

.ff-content-3 .md-dblue {
    margin-bottom: 15px;
}

.ff-content-3 .md-dorange {
    padding-bottom: 15px;
}

#menuList>li>a {
    text-transform: uppercase;
}

.sub-menu .title {
    display: none;
}

.sub-menu {
    padding: 10px 0 0 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.sub-menu.opened {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

.sub-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub-menu ul li {
    margin: 0;
    padding: 0;
}

.sub-menu ul li a {
    font-size: 17px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ddd;
    letter-spacing: 0;
    display: block;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinR {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


/*/spin bg*/

.footer-logo {
    background-color: #fff;
}

.desc-nav {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
}

.desc-nav a {
    background-color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 7px;
}

.desc-nav a img {
    vertical-align: top;
}

.db-title {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 14px;
}

.db-title:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.db-title .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    padding-right: 36px;
    padding-bottom: 5px;
    padding-top: 3px;
}

footer a,
footer a:hover {
    color: #fff;
}

.nd-img img {
    width: 100%;
}

.nd-img {
    padding-bottom: 15px;
}

.nd-desc {
    line-height: 1.5;
}

.news-details-title>div {
    padding: 3px 0;
}

.news-details-title .cat a {
    color: #0663BF;
    font-size: 14px;
    font-weight: 700;
}

.news-details-title .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
}

.news-details-title .date {
    color: #888888;
    font-size: 15px;
    padding-bottom: 10px;
}

.share-ico {
    float: right;
}

.share-ico>* {
    display: inline-block;
}

.share-ico>.share-text {
    padding-right: 10px;
}

.share-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.share-menu li {
    display: inline-block;
    vertical-align: top;
}

.share-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    width: 22px;
    margin-left: 3px;
    margin-top: -6px;
    display: inline-block;
    background-color: #1ABEFA;
    text-align: center;
    border-radius: 2px;
}

.share-menu li a:hover {
    background-color: #0767C3;
}

.news-details-title {
    border-bottom: 5px solid #0663BF;
    margin-bottom: 20px;
}

.sidebar-news>.title {
    color: #0767C3;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    padding-top: 30px;
}

.sidebar-wrap .title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-wrap .title a {
    font-size: 18px;
    color: #27282C;
    line-height: 1.3;
    display: inline-block;
    font-weight: 700;
}

.sidebar-wrap .title a:hover {
    color: #0663BF;
}

.sidebar-wrap .date {
    color: #888;
    font-size: 14px;
}

.sidebar-wrap {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sidebar-wrap:last-child {
    border-bottom: 0;
}

.page-title22 {
    color: #0663BF;
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 20px;
}

.timeline-table .year {
    color: #1AA2FA;
    font-size: 34px;
    font-weight: 700;
}

.timeline-table .desc {
    color: #666666;
    padding-bottom: 25px;
    position: relative;
}

.timeline-table .desc:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 2px;
    height: 15px;
    background-color: #E5E5E5;
}

.timeline-table p.bullet {
    padding-left: 30px;
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/bullet-ico.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: top 4px left 8px;
}

.editor-content ol li,
.editor-content ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    /*padding-left: 30px;
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/bullet-ico.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: top 4px left 8px;*/
}

.timeline-table .table-row:last-child .desc:after {
    display: none;
}

.ff-content-1 .col-12>.table {
    border-bottom: 1px solid #EAEAEA;
}

.ff-content-1 img {
    width: 70px;
}

.ff-content-1 .ico-cell {
    padding-right: 10px;
    text-align: center;
}

.ff-content-1 .md-blue {
    padding-bottom: 10px;
}

.ff-content-1 .table {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ff-content-1 .child-inline>div {
    vertical-align: top;
}

.ff-content-1 .child-inline .n-grey {
    padding-top: 2px;
    text-align: right;
    padding-right: 2px;
}

.ff-content-2 .md-blue2 {
    padding-top: 5px;
    padding-bottom: 2px;
}

.ff-content-2 {
    /*border-bottom: 1px solid #EAEAEA;*/
}

.ff-content-2 .o-title {
    padding-bottom: 10px;
}

.border-bottom-grey {
    border-bottom: 1px solid #EAEAEA;
}

.table-1 {
    margin-bottom: 15px;
}

.table-1 .row {
    padding-bottom: 5px;
}

.table-1 .row>div {
    margin-top: 12px;
    margin-bottom: 12px;
}

.table-1 .row>div:nth-child(odd)>div {
    border-right: 1px solid #EAEAEA;
}

.b-sup {
    font-size: 60%;
    margin-left: 5px;
}

.table-2 .txt-o {
    color: #FD9701;
    font-size: 13px;
    margin-top: 5px;
}

.table-2 .lg-dblue {
    padding-top: 5px;
    padding-bottom: 14px;
    padding-right: 20px;
}

.table-2 .lg-dblue:last-child {
    padding-right: 0;
}

.ff-content-3 .b-title {
    color: #034A90;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.o-title-with-ico {
    font-size: 30px;
    color: #FD9701;
    font-weight: 700;
    line-height: 1.1;
    padding: 10px 0 10px 72px;
}

.o-title-with-ico {
    background-repeat: no-repeat;
    background-position: left -12px center;
    background-size: 85px;
}

.ico-achieve {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/facts-images/achieve-ico.svg);
}

.ico-award {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/facts-images/award-ico.svg);
}

.table-s4 {
    width: 310px;
    margin: 40px 0 0 10px;
}

.table-s4 .sm-grey {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 14px;
    padding-top: 2px;
    color: #666666;
}

.award-row {
    padding-bottom: 20px;
}

.award-grid .img img,
.award-row .img img,
.project-row .img img {
    width: 100%;
}

.award-row .desc-wrap,
.project-row .desc-wrap {
    padding: 15px 0;
}

.award-row .title,
.project-row .title {
    color: #00305F;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.3;
}

.award-row .title2,
.project-row .title2 {
    color: #034A90;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 1px;
    font-size: 17px;
}

.award-row .desc2,
.project-row .desc2 {
    padding-bottom: 8px;
    padding-top: 1px;
    font-size: 15px;
    line-height: 1.4;
}

.award-grid .title {
    color: #00305F;
    font-weight: 700;
    padding: 5px 0;
}

.award-grid .desc {
    font-size: 14px;
    color: #333333;
}

.award-grid .col-12 {
    padding-bottom: 20px;
}

.table-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    padding: 30px 25px 20px 25px;
}

.table-3 .table-cell {
    vertical-align: middle;
}

.table-3 .table-cell.md-blue2 {
    width: 55px;
    font-size: 32px;
}

.table-3 .table-cell.bar {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-3 .table-cell.bar .progress {
    margin-top: 2px;
    margin-bottom: 3px;
}

.progress {
    background-color: transparent;
    height: 8px;
    border-radius: 6px;
}

.progress-bar {
    background-color: #1ABEFA;
    border-radius: 6px;
}

.box-show {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.box-show img {
    width: 100%;
    max-width: 180px;
    margin-bottom: 5px;
}

.people-wrap {
    margin: 15px auto 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.people-wrap .name {
    display: block;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    line-height: 1.2;
}

.people-wrap .title {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.2;
    padding-top: 5px;
}

.people-wrap .desc {
    text-align: center;
}

.row-people-title {
    background-color: #f4f4f4;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
}

.people-relative .plr-15 {
    font-size: 15px;
    line-height: 1.3;
}

.txt-blue .plr-15 {
    color: #0663BF;
    font-size: 17px;
}

.desc-box {
    background-color: #0663BF;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(6, 99, 191, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    margin: 0 5px;
    color: #fff;
    padding: 15px 20px;
    display: none;
    z-index: 1;
}

.people-relative {
    position: relative;
}

.c-title {
    color: #0663BF;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
    text-transform: uppercase;
}

.c-ico {
    padding: 5px 0 5px 30px;
    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 20px;
}

.c-ico.c-ico2 {
    padding: 6px 0 6px 30px;
    background-size: 26px;
    word-break: break-word;
    background-position: left -2px top 3px;
    line-height: 1.2;
}

.c-research .font-weight-bold {
    padding-bottom: 3px;
}

.g-ico {
    background-position: left -4px center;
    background-size: 30px;
    display: inline-block;
    margin-bottom: 5px;
}

.c-bar {
    padding: 2px 30px 1px 30px;
    background-position: left -4px center;
    background-size: 28px;
    display: block;
    position: relative;
}

.c-bar:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 28px;
    height: 100%;
    display: inline-block;
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-arrow-active.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transition: -webkit-transform .18s ease;
    transition: transform .18s ease;
    transition: transform .18s ease, -webkit-transform .18s ease;
    opacity: 1;
}

.no-space-c-bar {
    padding-left: 0;
}

.tab-title.active .c-bar:after {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0.3;
}

.year-table .table-cell:last-child {
    padding-bottom: 10px;
}

.year-table .table-cell {
    line-height: 1.45;
    vertical-align: top;
}

.c-ico a {
    color: #0663BF;
}

.c-ico.c-ico2 a {
    color: #fff;
}

.c-address {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-address.svg);
}

.c-email {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-email.svg);
}

.c-tel {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-tel.svg);
}

.c-w-address {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-address-white.svg);
}

.c-w-website {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-website-white.svg);
}

.c-w-email {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-email-white.svg);
}

.c-w-tel {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-tel-white.svg);
}

.c-fax {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-fax.svg);
}

.c-email2 {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-email2.svg);
}

.c-research {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-research.svg);
}

.c-research-b {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-research-blue.svg);
}

.c-project {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-project.svg);
}

.c-teach {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-teach.svg);
}

.c-doc {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-docs.svg);
}

.r-ico-research {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-research-interests.svg);
}

.r-ico-key {
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-key-people.svg);
}

.r-ico {
    color: #00305F;
    padding-left: 36px;
    font-size: 22px;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: left top -2px;
    background-size: 32px;
}

.col-12.pp-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.people-details .main-title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.pp-main-table {
    background-color: #0663BF;
    color: #fff;
    border-radius: 15px;
}

.pp-main-table a {
    color: #fff;
}

.pp-img {
    text-align: center;
}

.pp-img img {
    margin-top: -100px;
    width:180px;
}

.pp-desc {
    padding: 20px;
}

.blue-box {
    padding-top: 100px;
}

.pp-desc .title2 {
    padding-bottom: 10px;
}

.pp-details {
    padding-top: 20px;
    padding-bottom: 20px;
}

.grey-box {
    background-color: #FAFAFA;
    padding: 20px;
    margin-bottom: 30px;
}

.grey-box .title {
    color: #0663BF;
    font-size: 20px;
    font-weight: 500;
}

.grey-box ul {
    padding: 0 0 0 25px;
    margin: 0;
    list-style-type: circle;
}

.grey-box ul li {
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tab-title {
    background-color: #0663BF;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 22px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-table .date {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 15px;
}

.tab-table .desc p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.2;
}

.tab-table .desc p:last-child {
    margin-bottom: 15px;
}

.tab-desc>div {
    padding-bottom: 20px;
}

.tab-desc {
    -moz-transition: max-height .4s ease-in-out, opacity .2s ease-in-out .1s, margin-top .4s ease-in-out, margin-bottom .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out, opacity .2s ease-in-out .1s, margin-top .4s ease-in-out, margin-bottom .4s ease-in-out;
    -webkit-transition: max-height .4s ease-in-out, opacity .2s ease-in-out .1s, margin-top .4s ease-in-out, margin-bottom .4s ease-in-out;
    transition: max-height .4s ease-in-out, opacity .2s ease-in-out .1s, margin-top .4s ease-in-out, margin-bottom .4s ease-in-out;
    max-height: 0;
    opacity: 0;
    padding: 0 10px;
    overflow-y: hidden;
}

.tab-desc.active {
    -moz-transition: max-height .4s ease-in-out .1s, opacity .15s ease-in-out 0s, margin-top .4s ease-in-out, margin-bottom .4s ease-in-out;
    ;
    -o-transition: max-height .4s ease-in-out .1s, opacity .15s ease-in-out 0s, margin-top .4s ease-in-out, margin-bottom .4s ease-in-out;
    ;
    -webkit-transition: max-height .4s ease-in-out .1s, opacity .15s ease-in-out 0s, margin-top .4s ease-in-out, margin-bottom .4s ease-in-out;
    ;
    transition: max-height .4s ease-in-out .1s, opacity .15s ease-in-out 0s, margin-top .4s ease-in-out, margin-bottom .4s ease-in-out;
    ;
    max-height: 5000px;
    overflow-y: hidden;
    opacity: 1;
}

.c-details {
    font-size: 15px;
}

.c-details .font-weight-bold {
    font-size: 16px;
}

.people.entry {
    margin-top: 0;
}

.department-banner .table .table-cell.title404 {
    font-size: 50px;
}

.msg-title-404 {
    padding: 15px 0 25px;
}

.error404 .containerW900 {
    padding-bottom: 150px;
}

.msg-title.msg-title-nodata {
    padding-top: 80px;
}

.screen-reader-text {
    display: none;
}

.pagination {
    display: block;
    text-align: center;
    font-size: 0;
    padding-bottom: 50px;
}

.pagination span,
.pagination a {
    color: #fff;
    line-height: 34px;
    height: 36px;
    width: 36px;
    background-color: #E5E5E5;
    border: 1px solid #E5E5E5;
    color: #888888;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    margin-left: 3px;
    margin-right: 3px;
}

.pagination span,
.pagination a:hover {
    background-color: #1AA2FA;
    border: 1px solid #1AA2FA;
    color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
    line-height: 31px;
    vertical-align: top;
}

input {
    padding: 6px 10px;
    border: 1px solid #ddd;
}

input:focus {
    border: 1px solid #0663BF;
}

input[type="submit"] {
    background-color: #0663BF;
    border: 1px solid #0663BF;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.5px;
    border-radius: 30px;
    color: #fff;
    padding: 6px 30px;
}

.search-submit {
    margin-left: 5px;
}

.search-submit:hover {
    background-color: #1AA2FA;
    border: 1px solid #1AA2FA;
}

.p-box-wrap {
    position: relative;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 80px auto 0;
    max-width: 400px;
}

.p-img-wrap {}

.p-img-wrap img {
    width: 160px;
    height: 160px;
    margin-top: -80px;
}

.p-box-content {
    padding: 20px 20px 40px;
}

.programme-content .col-12 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.p-box-content .title {
    padding-top: 10px;
    font-size: 18px;
    color: #27282C;
    font-weight: 700;
    padding-bottom: 7px;
}

.p-box-content .remark {
    font-size: 15px;
    font-weight: 700;
    padding-top: 3px;
}


/*programme*/

.maxw500 {
    max-width: 400px;
    margin: 0 auto;
}

.programme-banner {
    position: relative;
    background-color: #efefef;
}

.main-img {
    width: 100%;
}

.left-bottom-logo {
    width: 80px;
    position: absolute;
    bottom: -25px;
    left: 15px;
}

.programme-d-content {
    padding: 40px 15px 40px;
    z-index: 1;
    position: relative;
}

.programme-d-content .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
}

.programme-d-content .remark {
    color: #27282C;
    padding-bottom: 15px;
    font-size: 18px;
}

.programme-main {
    border-bottom: 1px solid #DDDDDD;
    /*margin-bottom: 20px;*/
}

.left-bar {
    display: none;
    position: fixed;
    bottom: 132px;
    left: 12px;
    background-color: rgba(7, 103, 195, 0.9);
    padding: 15px 20px;
    z-index: 9;
    border-radius: 10px;
}

.left-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.right-content .tab-section-wrap>.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 43px;
    vertical-align: top;
    padding-bottom: 10px;
}

.right-content .title svg {
    background-color: yellow;
    width: 40px;
    height: 40px;
    vertical-align: top;
    margin-right: 6px;
}

.new-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.right-content .tab-section-wrap {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 25px;
    padding-bottom: 25px;
}

.programme-container .col-12.pp-padding {
    padding-left: 0;
    padding-right: 0;
}

.programme-container .right-content {
    padding-left: 15px;
    padding-right: 15px;
}

.tab-table .title {
    font-weight: 700;
    font-size: 18px;
    padding-right: 15px;
}

.pie-chart {
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.pie-chart-img {
    max-width: 400px;
    width: 75%;
}

.pie-chart .center-text {
    font-size: 14px;
    width: 50%;
    max-width: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.right-table.grey-box {
    margin-top: 40px;
    position: relative;
}

.right-table.grey-box:after {
    content: '';
    width: 6px;
    height: 100%;
    background-color: #034A90;
    border-radius: 5px;
    position: absolute;
    top: -12px;
    left: 0;
}

.right-table .number {
    font-size: 22px;
    padding-right: 7px;
}

.right-table .table-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.right-table .table-cell {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.right-table .table-cell .progress {
    margin-top: 2px;
}

.inner-tab .tab-title {
    font-size: 15px;
    color: #27282C;
    background-color: transparent;
    padding: 0;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 3px;
}

.inner-tab .tab-title.active,
.inner-tab .tab-title:hover {
    color: #034A90;
}

.inner-tab .tab-desc {
    border-left: 5px solid #E3E3E3;
}

.tab-desc .inner-tab .tab-desc {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}

.tab-desc.active .inner-tab .tab-desc.active {
    margin-top: 12px;
    margin-bottom: 35px;
}

.tab-desc.active .inner-tab .tab-desc p:last-child {
    margin-bottom: 0;
}

.tab-desc>div.inner-tab {
    padding-bottom: 0;
}

.programme-tab-table {
    margin-top: 5px;
    margin-bottom: 5px;
}

.programme-tab-table .table-row {
    padding: 8px 0;
}

.programme-container .scroll-down {
    display: none;
}

.programme-container .tab-title .c-bar {
    padding-left: 0;
}


/* theme color setting */

.programme-outter.theme-orange .programme-d-content .title,
.programme-outter.theme-orange .programme-container .scroll-down,
.programme-outter.theme-orange .left-menu li a.active,
.programme-outter.theme-orange .txt-dblue,
.programme-outter.theme-orange .inner-tab .tab-title.active,
.programme-outter.theme-orange .inner-tab .tab-title:hover,
.programme-outter.theme-orange .right-content a {
    color: #FC5F01;
}

.programme-outter.theme-orange .programme-container .scroll-down:after {
    background-color: #FD9701;
}

.programme-outter.theme-orange .tab-title {
    background-color: #DD5200;
}

.programme-outter.theme-orange a:hover {
    color: #DD5200;
}

.programme-outter.theme-orange .inner-tab .tab-title {
    background-color: transparent;
}

.programme-outter.theme-orange .hover-fill {
    fill: #FD9701;
}

.research .img-box {
    height: 200px;
    margin-left: 15px;
    margin-right: -15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.research .img-box img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.research-wrap {
    margin-top: -40px;
    padding: 25px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.research-content {
    padding-bottom: 20px;
}

.r-title {
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.research-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.research-content ul {
    width: 100%;
}

.research-content ul li {
    font-size: 16px;
    width: 100%;
    padding: 0;
}

.research-content ul li>div {
    padding: 12px 10px;
    border-bottom: 1px solid #E3E3E3;
}

.key-people-wrap .desc img {
    max-width: 130px;
}

.key-people-wrap a {
    color: #27282C;
}

.key-people-wrap .name {
    font-weight: 400;
    padding-top: 15px;
    font-size: 16px;
}

.key-people-wrap.people-wrap {
    margin: 5px auto 40px;
}

.key-people-content {
    padding-top: 15px;
}

.re-img img {
    width: 100%;
}

.img-hover-zoom {
    display: block;
    overflow: hidden;
    margin-bottom: 7px;
}

.img-hover-zoom img {
    -webkit-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.img-hover-zoom:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.re-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.re-title {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.re-title a {
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}

.cp-box .pie-chart-img {
    max-width: 220px;
    width: 60%;
}

.border-bbb {
    padding-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 25px;
}

.border-bbb p:last-child {
    margin-bottom: 0;
}

.border-bbb {
    border-bottom: 1px solid #E3E3E3;
    position: relative;
}

.border-bbb:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 105px;
    height: 6px;
    border-radius: 30px;
    background-color: #FEAF3C;
}

.cp_row_color_orange .border-bbb:after {
    background-color: #1ABEFA;
}

.aligncenter {
    text-align: center;
}

.gsg-img {
    padding-top: 20px;
}

.gsg-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.gsg-name {
    color: #00305F;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.gsg-title {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.2;
}

.cp_row_color_orange .gsg-name {
    color: #FC5F01;
}

.gs_feedback_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.gs-feedback-img {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

.gs-feedback-img:after {
    position: absolute;
    content: '';
    height: 140px;
    width: 140px;
    border: 1px solid #E2E2E2;
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
    display: inline-block;
    border-radius: 50%;
    z-index: -1;
}

.ga-feedback-row>.col-12:nth-child(even) .gs-feedback-img:after {
    margin-left: -110px;
}

.gs-feedback-img img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.gs-feedback-q {
    position: relative;
    padding-left: 42px;
}

.gs-feedback-q:after {
    font-family: Arial;
    content: "\201C";
    color: #0663BF;
    font-size: 8em;
    position: absolute;
    left: -8px;
    top: -15px;
    line-height: 1;
    height: 70px;
}

.cp_row_color_orange .gs-feedback-q:after {
    color: #FC5F01;
}

.gs-content {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.gs-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #DDDDDD;
}

.gs-feedback-q .gs-name {
    color: #0663BF;
    font-weight: 600;
}

.cp_row_color_orange .gs-feedback-q .gs-name {
    color: #FD9701;
}

.gs-feedback-q .gs-title {
    padding-top: 7px;
    font-size: 16px;
}

.bubble-tag {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.bubble-tag li {
    background-color: #EAEAEA;
    padding: 7px 20px;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    white-space: nowrap;
}

.bubble-table {
    padding-bottom: 40px;
}


/*careers*/

#careers-collapse {
    margin-top: 30px;
}

.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.card-header {
    border-radius: 0;
    background-color: transparent;
    padding: 17px 0 15px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 0;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.3;
}

.card-header:first-child {
    border-radius: 0;
}

.accordion>.card:last-child {
    border-bottom: 1px solid #dcdcdc;
}

.accordion>.card .card-header {
    padding-right: 50px;
    margin-bottom: 0;
    position: relative;
}

.accordion>.card .card-header>div:after {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/ico/ico-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transition: -webkit-transform .18s ease;
    transition: transform .18s ease;
    transition: transform .18s ease, -webkit-transform .18s ease;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.accordion>.card.active .card-header>div:after {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.card-header-next {
    max-height: 0;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
}

.accordion>.card.active .card-header-next {
    max-height: 5000px;
    transition: max-height 0.4s ease-in;
}

.card-body {
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 25px;
}

.card-body ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}

.card-body ul li {
    list-style: none;
    margin-bottom: 8px;
    margin-top: 8px;
}

.card-body ul li:before {
    content: 'â€“ ';
    margin-left: -14px;
}


/* /theme color setting */


/*/programme*/

#search-popup {
    position: absolute;
    background: white;
    padding: 1.5em;
    border-radius: 15px;
    top: 90px;
    right: 0px;
    margin-right: 0;
}

#search-popup button {
    border-radius: 15px;
    width: 5em;
    height: 2.5em;
}

#search-popup input {
    border-radius: 15px;
    height: 2.5em;
}

.sub-menu.opened {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

@media (min-width: 500px) {
    .gsg-img img {
        margin-top: 30px;
        width: 130px;
        height: 130px;
    }
    .gsg-name {
        font-size: 18px;
    }
    .gsg-title {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .full-page-table {
        width: 600px;
        height: 600px;
    }
    .full-slider .bottom-content {
        bottom: 30px;
    }
    .full-slider .h1 {
        font-size: 50px;
        line-height: 0.85;
    }
    .full-slider .h3 {
        max-width: 340px;
    }
    .full-slider .h4 {
        max-width: 240px;
    }
    .full-slider .h1>div {
        max-width: 70%;
    }
    .home-spin-bg:after {
        height: 940px;
        width: 940px;
        background-size: 940px;
        animation-duration: 40s;
    }
}

@media (min-width: 576px) {
    .research .img-box {
        margin-left: 30px;
        margin-right: -30px;
        height: 260px;
    }
    .research-wrap {
        margin-top: -40px;
    }
    .r-title {
        font-size: 32px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .gradient-title {
        font-size: 50px;
        letter-spacing: 1px;
    }
    #menuList {
        font-size: 30px;
    }
    .menuWrap>.container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sm-spin-bg {
        height: 400px;
        width: 400px;
        top: -200px;
        background-size: 400px;
        animation-duration: 38s;
    }
    .sm-spin-bg-right {
        right: -120px;
    }
    .sm-spin-bg-left {
        left: -120px;
    }
    .sm-spin-bg-top {
        top: -120px;
    }
    .sm-spin-bg-bottom {
        top: auto;
        bottom: -120px;
    }
    .home-spin-bg.department-spin-bg:after {
        height: 640px;
        width: 640px;
        background-size: 640px;
    }
    .department-banner .table {
        height: 420px;
        width: 420px;
    }
    .department-banner .table .table-cell {
        font-size: 32px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-menu li a {
        font-size: 22px;
    }
    .tab-menu li:after {
        padding: 4px 15px;
        font-size: 19px;
    }
    .department-banner .table .table-cell.title404 {
        font-size: 60px;
    }
    .search-field {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .mobile-table,
    .mobile-table>.table-row,
    .mobile-table>.table-row>.table-cell {
        display: block;
    }
}

@media (min-width: 768px) {
    .full-slider .h1 {
        font-size: 80px;
    }
    .accordion>.card .card-header {
        padding: 20px 0 18px;
    }
    .md-t-table {
        display: table;
    }
    .md-t-table-row {
        display: table-row;
    }
    .md-t-table-cell {
        display: table-cell;
        width: 50%;
    }
    .md-t-table-cell.one-cell-only {
        display: block;
        width: 100%;
    }
    .gs-feedback-q {
        padding-left: 48px;
    }
    .gs-content {
        line-height: 1.8;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .gs-title {
        line-height: 1.5;
    }
    .gs-feedback-img {
        padding-top: 0;
    }
    .gs_feedback_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .gs-feedback-img:after {
        bottom: 0;
    }
    .bg-grey-bg-relate {
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }
    .r-title {
        font-size: 34px;
    }
    .research .img-box {
        height: auto;
        margin-left: 40px;
        margin-right: -40px;
    }
    .research .img-box img {
        width: 100%;
        height: auto;
        opacity: 1;
    }
    .research-content ul li:nth-child(even)>div {
        margin-left: 10px;
    }
    .research-content ul li:nth-child(odd)>div {
        margin-right: 10px;
    }
    .research-wrap {
        padding: 25px 30px;
    }
    .r-ico {
        font-size: 26px;
        background-position: left top 1px;
        background-size: 43px;
        padding: 5px 0 5px 48px;
    }
    .research-content ul {
        font-size: 0;
    }
    .research-content ul li {
        width: 50%;
    }
    .programme-content {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footer-copyright>div {
        display: inline-block;
        margin-left: 15px;
    }
    .footer-copyright>div.social-icon-wrap {
        display: block;
    }
    .gu_p {
        height: 135px;
        overflow: hidden;
    }
    .gradient-title {
        font-size: 60px;
        margin-bottom: 60px;
    }
    .news_content>div {
        padding: 30px 15px 30px 30px;
    }
    .news_img {
        height: 280px;
    }
    .news_p {
        height: 85px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .news-slick .news_content>div {
        padding: 30px 30px 30px 15px;
    }
    .news_img_wrap_left {
        padding-right: 0;
    }
    .news_img_wrap_right {
        padding-left: 0;
    }
    .news-slick .news_wrap {
        margin: 20px 15px 20px;
    }
    .btn-blue.arrow-more {
        margin-top: 10px;
    }
    .full-page-table {
        width: 720px;
        height: 720px;
    }
    .full-slider .h3 {
        font-size: 16px;
        max-width: 420px;
    }
    .full-slider .h4 {
        font-size: 24px;
        max-width: 340px;
    }
    .full-slider .bottom-content {
        bottom: 50px;
    }
    .full-slider .slider-animated .bottom-content {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .home-spin-bg:after {
        height: 1120px;
        width: 1120px;
        background-size: 1120px;
        animation-duration: 150s;
    }
    .sm-spin-bg {
        height: 500px;
        width: 500px;
        background-size: 500px;
        top: -250px;
    }
    .sm-spin-bg-top {
        top: -180px;
    }
    .sm-spin-bg-bottom {
        top: auto;
    }
    .slick-arrow {
        width: 60px;
        height: 60px;
        background-size: 19px;
        position: absolute;
    }
    .arrow-spin {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        display: inline-block;
        background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/arrow_circle.svg);
        background-repeat: no-repeat;
        background-size: 67px;
        background-position: left -3px top -1px;
        animation-duration: 10s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .slick-arrow .arrow-spin:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }
    .slick-prev .arrow-spin {
        animation-name: spinR;
    }
    .slick-next .arrow-spin {
        animation-name: spin;
    }
    .slick-prev {
        background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/arrow_left.svg);
        background-position: left 19px top 20px;
        left: 10px;
    }
    .slick-next {
        background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/arrow_right.svg);
        background-position: right 18px top 20px;
        right: 10px;
    }
    .msg-title {
        font-size: 26px;
        letter-spacing: 0.5px;
        padding: 25px 0;
    }
    .photo-content {
        float: right;
        margin: 5px 0 15px 40px;
    }
    .spin-bg-bottom-md {
        bottom: -200px;
    }
    .report-content {
        margin-right: -20px;
        margin-left: -20px;
    }
    .report-content>.col-6 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-content .hover-box-wrap>img {
        height: 220px;
        width: 100%;
        opacity: 0;
    }
    .news-content>div:nth-child(1) .hover-box-wrap>img {
        height: 300px;
    }
    .news-content .hover-box-wrap {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .sidebar>.title {
        padding-top: 90px;
    }
    .news-details-container {
        padding-top: 15px;
    }
    .timeline-table>.table-row>div {
        display: table-cell;
        vertical-align: top;
    }
    .timeline-table>.table-row>div.year {
        width: 120px;
    }
    .timeline-table>.table-row>div.desc {
        padding-top: 7px;
    }
    .timeline-table .desc:after {
        display: none;
    }
    .timeline-table .year {
        position: relative;
    }
    .timeline-table .year:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 2px;
        left: 38px;
        width: 2px;
        height: calc(100% - 55px);
        background-color: #E5E5E5;
    }
    .timeline-table .table-row:last-child .year:after {
        display: none;
    }
    .timeline-table p {
        margin-bottom: 1.3rem;
    }
    .table-s6 .table-cell {
        height: 95px;
        vertical-align: top;
    }
    .table-1 .row>div:nth-child(2)>div,
    .table-2 .row>div:nth-child(1)>div {
        border-right: 1px solid #EAEAEA;
    }
    .ff-content-2 .md-blue2 {
        font-size: 34px;
    }
    .table-3 {
        height: 292px;
        margin-bottom: 30px;
    }
    .table-s4 {
        width: 630px;
        margin: 30px auto 0;
    }
    .table-s4 .col-md-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .table-s4 .col-md-4 {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
    .o-title-with-ico {
        padding: 30px 0 30px 72px;
    }
    .award-row,
    .award-grid,
    .project-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ff-content-2 {
        max-width: 700px;
        margin: 0 auto;
    }
    .table-1 {
        padding-top: 10px;
    }
    .col-12.pp-padding {
        padding-left: 50px;
        padding-right: 50px;
    }
    .pp-desc {
        position: relative;
        vertical-align: top;
        padding: 22px 20px 20px 20px;
    }
    .people-details .main-title {
        position: absolute;
        top: -38px;
        left: 20px;
        color: #0663BF;
    }
    .pp-img {
        width: 240px;
        padding-bottom: 25px;
    }
    .pp-img img {
        padding-left: 25px;
    }
    .pp-details {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pp-box {
        padding-top: 30px;
    }
    .tab-table .date {
        width: 130px;
    }
    .tab-desc {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tab-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .year-table .table-cell:last-child {
        padding-bottom: 15px;
    }
    .programme-banner .main-img {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .programme-banner {
        height: 400px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .left-bottom-logo {
        width: 140px;
        bottom: -40px;
        left: 20px;
    }
    .programme-d-content {
        padding: 65px 20px 30px;
    }
    .programme-container .right-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .maxw500 {
        max-width: 100%;
    }
    .programme-tab-table .table-cell.desc {
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .hover-box {
        display: none;
    }
    #menu.bg-white-menu.active .menuBtn-inner,
    #menu.bg-white-menu.active .menuBtn-inner:before,
    #menu.bg-white-menu.active .menuBtn-inner:after,
    #menu.not_home.active .menuBtn-inner,
    #menu.not_home.active .menuBtn-inner:before,
    #menu.not_home.active .menuBtn-inner:after {
        background-color: #fff;
    }
    .menuContent {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.95);
        width: 100%;
        height: 100vh;
        z-index: -1;
        -webkit-transition: opacity .15s ease-out, visibility 0s ease-out 1s;
        -o-transition: opacity .15s ease-out, visibility 0s ease-out 1s;
        transition: opacity .15s ease-out, visibility 0s ease-out 1s;
    }
    #menu.active .menuContent {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .15s ease-out;
        -o-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out;
    }
    #menuList>li {
        padding: 15px;
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
        -webkit-transition: opacity .8s ease-out .2s, transform .8s ease-out;
        -o-transition: opacity .8s ease-out .2s, transform .8s ease-out;
        transition: opacity .8s ease-out .2s, transform .8s ease-out;
    }
    #menuList>li.show {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    #menuList>li>a {
        display: block;
    }
    #menu.bg-white-menu.active,
    #menu.bg-white-menu.active a,
    #menu.not_home.active,
    #menu.not_home.active a {
        color: #fff;
    }
    #menu .sub-menu a {
        color: #bbb!important;
    }
    footer .container {
        max-width: 100%;
    }
    #search-popup {
        position: static;
        padding: 1.5em;
        border-radius: 15px;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .gs-feedback-img:after {
        height: 150px;
        width: 150px;
    }
    .gs-feedback-img img {
        width: 200px;
        height: 200px;
    }
    .key-people-content .row .col-lg-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .research .img-box {
        margin-left: 50px;
        margin-right: -50px;
    }
    .research-wrap {
        margin-top: -60px;
        padding: 35px 40px;
    }
    .research-content ul li:nth-child(even)>div {
        margin-left: 15px;
    }
    .research-content ul li:nth-child(odd)>div {
        margin-right: 15px;
    }
    .research-content ul li>div {
        padding: 14px 14px;
    }
    .department-banner {
        height: 180px;
    }
    .white-header {
        padding-top: 100px;
    }
    #menuBtn {
        display: none;
    }
    .containerW1540 {
        max-width: 95%;
    }
    .containerW10242 {
        max-width: 1100px;
    }
    .main>section.last-section {
        padding-bottom: 150px;
    }
    .containerW900 {
        max-width: 900px;
    }
    .gu_img,
    .p-box-wrap .p-img-wrap img {
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }
    .gu_wrap:hover .gu_img,
    .p-box-wrap:hover .p-img-wrap img {
        -webkit-transform: scale(1.03) rotate(5deg);
        -o-transform: scale(1.03) rotate(5deg);
        transform: scale(1.03) rotate(5deg);
    }
    #back-to-top {
        top: 21px;
        left: 20px;
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }
    #back-to-top:hover {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    /*menu*/
    .logo .logo_img img {
        width: 70px;
        height: 70px;
    }
    .logo .logo_txt {
        font-size: 14px;
        padding-left: 10px;
    }
    .menuWrap>.container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .logo {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
    }
    #menuList {
        font-size: 14px;
    }
    #menuList>li {
        display: inline-block;
        margin-left: 25px;
    }
    #menuList>li>a {
        display: inline-block;
        line-height: 100px;
    }
    #menuList>li>* {
        line-height: 1.3;
    }
    .menuContent {
        float: right;
    }
    .menuContent .table {
        height: 100px;
    }
    .search-box svg {
        height: 20px;
        width: 20px;
        margin-bottom: -5px;
    }
    #menuList>li>a {
        position: relative;
    }
    #menuList>li:not(.search-box)>a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 8px;
        background-color: #0663BF;
        z-index: -1;
        display: none;
    }
    #menuList>li>a.active:after,
    #menuList>li>a:hover:after {
        width: 100%
    }
    #menu.bg-white-menu #menuList>li:not(.search-box)>a:after,
    #menu.not_home #menuList>li:not(.search-box)>a:after {
        background-color: rgba(26, 190, 250, 0.25);
        /*background-color: rgba(39,40,44,0.2);*/
    }
    #menu .search-ico g,
    #menu .search-ico path {
        -ms-transition: stroke .3s ease-in-out;
        -moz-transition: stroke .3s ease-in-out;
        -webkit-transition: stroke .3s ease-in-out;
        -o-transition: stroke .3s ease-in-out;
        transition: stroke .3s ease-in-out;
    }
    #menu.bg-white-menu .search-ico g,
    #menu.bg-white-menu .search-ico path,
    #menu.not_home .search-ico g,
    #menu.not_home .search-ico path {
        stroke: #034A90;
    }
    /*/menu*/
    .footer-logo {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .bg-footer-half {
        position: relative;
        border-top: 1px solid #DDDDDD;
    }
    .bg-blue-mobile {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 50vw;
        border-radius: 32px 0 0 0;
        overflow: hidden;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .bg-blue-mobile>.desktop-fixed {
        max-width: 460px;
    }
    .footer-menu>li:not(:first-child) {
        margin-left: 25px;
    }
    .footer-menu>li>a:hover {
        color: #c7f1ff;
    }
    .news-slick .news_content>div {
        padding: 25px 25px 25px 10px;
    }
    .news-slick .news_img {
        height: 240px;
    }
    .news-slick .news_h1 {
        max-height: 42px;
        overflow: hidden;
    }
    .news-slick .news_wrap {
        margin: 20px 10px;
    }
    .news-slick.slick-slider {
        margin-left: -10px;
        margin-right: -10px;
    }
    .news-slick .news_p {
        height: 65px;
        margin-bottom: 20px;
    }
    .full-slider .table {}
    .full-page-table {
        width: 1100px;
        height: 1100px;
    }
    .full-page-table .table {
        height: 100vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .full-slider .h3 {
        font-size: 16px;
        max-width: 450px;
        margin: 0 auto 5px;
    }
    .full-slider .h4 {
        font-size: 30px;
        max-width: 400px;
        letter-spacing: 1px;
    }
    .full-slider .bottom-content {
        bottom: 70px;
    }
    .scroll-down {
        left: 50px;
    }
    .full-slider .h1>div {
        max-width: 75%;
    }
    .scroll-down {
        height: 200px;
    }
    .scroll-down:after {
        height: 130px;
    }
    .home-spin-bg:after {
        height: 1720px;
        width: 1720px;
        background-size: 1720px;
        animation-duration: 150s;
        background-image: url(/20221214080201oe_/https://www4.mae.cuhk.edu.hk/wp-content/themes/vicosys/assets/images/banner-home-circle-bg-2.svg);
    }
    .sm-spin-bg {
        height: 700px;
        width: 700px;
        background-size: 700px;
        top: -350px;
    }
    .sm-spin-bg-top {
        top: -250px;
    }
    .sm-spin-bg-bottom {
        top: auto;
    }
    .slick-prev {
        left: 25px;
    }
    .slick-next {
        right: 25px;
    }
    .home-spin-bg.department-spin-bg:after {
        height: 860px;
        width: 860px;
        background-size: 860px;
    }
    .department-banner .table {
        height: 540px;
        width: 540px;
    }
    .department-banner .table .table-cell {
        font-size: 36px;
    }
    .department-banner .table .table-cell.title404 {
        font-size: 64px;
    }
    .spin-bg-bottom-md {
        bottom: -300px;
    }
    .report-content {
        margin-right: -25px;
        margin-left: -25px;
    }
    .report-content>.col-6 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .hover-box {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(6, 99, 191, 0.8);
        z-index: 2;
        opacity: 0;
        display: table;
        color: #fff;
        -ms-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
    }
    .hover-box>div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        letter-spacing: 1px;
    }
    a.hover-box-wrap:hover .hover-box {
        opacity: 1;
    }
    .report-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .report-desc .ico {
        display: none;
    }
    .news-content .hover-box-wrap>img {
        height: 200px;
    }
    .news-content>div:nth-child(1) .hover-box-wrap>img,
    .news-content>div:nth-child(2) .hover-box-wrap>img {
        height: 280px;
    }
    .news-content.report-content {
        padding-top: 10px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .tab-menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .year-menu {
        float: right;
        padding-top: 10px;
        text-align: right;
    }
    .year-menu li {
        display: block;
        padding: 0 0 10px 0;
    }
    .year-menu li a {
        -ms-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .year-menu li.active a {
        padding-left: 50px;
    }
    .sidebar {
        padding-left: 40px;
    }
    #menuList>li.has-sub {
        position: relative;
    }
    .sub-menu {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        background-color: #F0F0F0;
        padding: 0;
        text-align: left;
        /*padding: 50px 0;
        min-height: 300px;*/
    }
    .sub-menu .title {
        display: block;
        text-align: left;
        color: #1AA2FA;
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
    }
    .sub-menu .title>div {
        padding-bottom: 25px;
        position: relative;
    }
    .sub-menu .title>div:after {
        content: '';
        bottom: 0;
        left: 0;
        width: 30px;
        height: 6px;
        border-radius: 4px;
        display: inline-block;
        background-color: #1AA2FA;
        position: absolute;
    }
    .sub-menu .col-12 {
        border-right: 1px solid #E2E2E2;
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 300px;
    }
    #menu .sub-menu ul li a {
        font-size: 16px;
        color: #333333;
    }
    #menu .sub-menu ul li a:hover {
        color: #0663BF;
    }
    .col-lg-20 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .col-lg-40 {
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%;
    }
    .sub-menu .col-lg-40 {
        padding-left: 50px
    }
    .sub-menu ul li {
        margin-bottom: 20px;
    }
    .sub-menu ul li:last-child {
        margin-bottom: 0;
    }
    .award-row .desc {
        padding-left: 20px;
        padding-top: 20px;
    }
    .programme-content {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .programme-outter section {
        padding-left: 200px;
    }
    .programme-outter .sm-spin-bg {
        top: -100px;
        left: -220px;
    }
    .left-bottom-logo {
        left: 60px;
    }
    .programme-d-content {
        padding-left: 60px;
        padding-right: 60px;
    }
    .programme-outter .last-section {
        padding-left: 0;
    }
    .left-bar {
        display: inline-block;
        position: relative;
        bottom: unset;
        left: unset;
        padding: 0;
        width: 240px;
        vertical-align: top;
        background-color: transparent;
    }
    .left-menu li a {
        font-weight: 700;
        color: #27282C;
        font-size: 18px;
        padding-right: 20px;
        margin-bottom: 30px;
        display: inline-block;
    }
    .left-menu {
        padding: 30px 0 0 25px;
    }
    .left-menu li a.active {
        color: #0663BF;
    }
    .right-content {
        display: inline-block;
        width: calc(100% - 260px);
        vertical-align: top;
    }
    .programme-d-content .title {
        font-size: 24px;
    }
    .programme-d-content .editor-content {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .programme-container .scroll-down {
        display: block;
        color: #034A90;
    }
    .programme-container .scroll-down:after {
        background-color: #034A90;
    }
    .p-box-content {
        padding: 25px 20px 45px;
    }
    .searchRow:last-child {
        margin-bottom: 180px;
    }
}

@media (min-width: 1200px) {
    .programme-d-content .editor-content {
        max-width: 964px;
    }
    .right-content {
        max-width: 900px;
    }
    .programme-banner {
        height: 500px;
    }
    .programme-outter section,
    .programme-outter .last-section {
        padding-left: 220px;
    }
    .left-bar {
        width: 270px;
    }
    .right-content {
        width: calc(100% - 275px);
    }
    .left-menu {
        padding: 40px 0 0 60px;
    }
    .right-content .tab-section-wrap {
        padding-top: 30px;
    }
    .containerW1024 {
        max-width: 1200px;
    }
    .bg-blue-mobile>.desktop-fixed {
        max-width: 540px;
    }
    .footer-copyright {
        padding-top: 15px;
    }
    .news_img {
        height: 300px;
    }
    .news_p {
        height: 110px;
        margin-bottom: 24px;
    }
    #menuList>li {
        margin-left: 65px;
    }
}

@media (min-width: 1500px) {
    .programme-outter section,
    .programme-outter .last-section {
        padding-left: 260px;
    }
    .containerW1400 {
        max-width: 1400px;
    }
    .containerW1540 {
        max-width: 1580px;
    }
    .footer-logo img {
        /*height: 70px;*/
    }
    #menuList>li {
        margin-left: 80px;
        margin-right: 10px;
    }
}

@media (min-width: 1750px) {
    .containerW1700 {
        max-width: 1700px;
    }
    .bg-blue-mobile {
        padding-top: 45px;
        padding-bottom: 45px;
        border-radius: 44px 0 0 0;
    }
    .bg-blue-mobile>.desktop-fixed {
        max-width: 830px;
    }
    .footer-menu>li:not(:first-child) {
        margin-left: 80px;
    }
    .footer-menu>li>a {
        letter-spacing: 0.5px;
    }
    .footer-logo {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .footer-logo img {
        height: 70px;
    }
    .footer-copyright {
        padding-top: 20px;
    }
    .footer-copyright>div {
        margin-left: 35px;
    }
}
