.container {
    position: relative;
}

body.menu-open .main-menu-mask {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
}

p.qtranxs-available-languages-message {
    text-align: center;
    font-size: 1.8em;
}

.home-news-blocks .nb-content a.read-more {
    color: #818074;
}

.main-menu ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 18%;
}

.home-news-blocks .nb-content a.read-more:hover {
    color: #E3983B;
}

.weather-icon {
    margin-right: 10px;
    vertical-align: middle;
}

.weather-content {
    vertical-align: middle;
}

.home .alumni-icon {
    padding: 20px 0;
}

.map-overlay {
    top: 0;
    left: 0;
}

.alumni-block {
    padding: 5% 0;
}

.home .alumni-block {
    background: none;
}

.scroll-down {
    width: 130px;
    border-left: 0;
    border-right: 3px solid;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    transform: none;
    z-index: 1;
}

html.en_US .scroll-down {
    height: 140px;
}

html.zh_HK .scroll-down,
html.zh_TW .scroll-down,
html.zh_CN .scroll-down {
    height: 110px;
}

.scroll-down span {
    display: block;
    position: absolute;
    top: 0;
}

html.en_US .scroll-down span {
    left: 0;
    transform-origin: right top;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

html.zh_HK .scroll-down span,
html.zh_TW .scroll-down span,
html.zh_CN .scroll-down span {
    right: 15px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
}

.home .bg-top {
    z-index: 2;
}

.member-rows-small-photos .member-photo {
    width: 80px;
    padding-top: 7%;
    margin-bottom: 0;
}

.member-rows-small-photos .member-detail {
    width: 74%;
}

html.zh_TW .language-switcher li.lang-en:after {
    content: '|';
}

.pb-home-people .pb-top {
    display: block;
    max-width: 480px;
}

.home .pb-home-people .pb-top .grm-heading {
    display: block;
}

.pb-home-people .grm-heading a,
.pb-home-people .grm-heading span {
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
    z-index: 2;
    background-color: #dbe2eb;
    color: #002d50;
}

.pb-home-people .grm-heading:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    background-color: #E3983B;
    height: 2px;
}

.content-wrapper .tablink a {
    text-decoration: none;
}

.content-wrapper li.tablink a:hover {
    background: none;
}

.image-blocks {
    padding: 5% 0;
}

.white-block,
.blue-block {
    position: relative;
    background: none;
}

.white-block:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), color-stop(3.4%, #ebebeb), color-stop(10.79%, #f6f6f6), color-stop(21.19%, #fdfdfd), color-stop(50%, white), color-stop(76.4%, #fdfdfd), color-stop(85.91%, #f6f6f6), color-stop(92.68%, #ebebeb), color-stop(98.13%, #dadada), to(#d2d2d2));
    background: linear-gradient(180deg, #e2e2e2 0%, #ebebeb 3.4%, #f6f6f6 10.79%, #fdfdfd 21.19%, white 50%, #fdfdfd 76.4%, #f6f6f6 85.91%, #ebebeb 92.68%, #dadada 98.13%, #d2d2d2 100%);
}

.white-block:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/bg-pattern-new-blue.png') repeat center 5%;
    opacity: 0.7;
}

.blue-block .image-block {
    width: 45%;
}

.aa-gallery-photos.aa-gallery-col-2>.aa-gallery-photo {
    width: 49%;
}

.aa-gallery-photos.aa-gallery-col-3>.aa-gallery-photo {
    width: 32%;
}

.aa-gallery-photos>.aa-gallery-photo:nth-child(4n+1) {
    clear: none;
}

.aa-gallery-photos.aa-gallery-col-2>.aa-gallery-photo:nth-child(2n+1),
.aa-gallery-photos.aa-gallery-col-3>.aa-gallery-photo:nth-child(3n+1) {
    clear: both;
}

.aa-gallery-photos>.aa-gallery-photo:nth-child(4n+4) {
    margin-right: 2%;
}

.aa-gallery-photos.aa-gallery-col-2>.aa-gallery-photo:nth-child(2n+2),
.aa-gallery-photos.aa-gallery-col-3>.aa-gallery-photo:nth-child(3n+3) {
    margin-right: 0;
}

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

.thesis-topic,
.thesis-topic-heading {
    display: table-row;
}

.thesis-topic div,
.thesis-topic-heading div {
    display: table-cell;
    vertical-align: top;
    font-size: 1.6em;
    color: white;
    padding: 0.5em;
}

.thesis-topic-heading div {
    font-weight: 700;
}

.thesis-topic:nth-child(even) div {
    background-color: rgba(255, 255, 255, 0.1);
}

.tt-year {
    width: 180px;
}

.tt-name {
    width: 200px;
}

.footer-menu>.menu-footer-menu-container>ul>li {
    position: relative;
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.footer-menu>.menu-footer-menu-container>ul>li:last-child {
    border-right: 0;
}


/****** Forms *******/

.grm-table td {
    font-size: 1.6em;
}

textarea {
    height: 100px;
    width: 100%;
    margin: 0 2% 1% 0;
    padding: 1% 2%;
    border: 1px solid #818075;
}

.form-row {
    font-size: 1em;
    padding-top: 0;
}

.text-872 input {
    width: 145px;
}

.form-row span {
    display: block;
    font-weight: 400;
    color: #706f70;
    padding-bottom: 10px;
}

.form-row span.checkmark {
    display: inline-block;
}

.form-row select,
.grm-table input[type="date"] {
    width: auto;
    height: 40px;
    margin: 0 2% 1% 0;
    padding: 1% 2%;
    border: 1px solid #818075;
    font-size: 1em;
}

.term p {
    width: 85%;
}

.wf-row-right textarea {
    height: 75px;
}

.pdc-block {
    background-color: #fff;
    border: 1px solid #e9f2bb;
}

.pdc-table table {
    background-color: #fff;
}

.pdc-table table th,
.pdc-table table td,
.rundown-table h3,
.rundown-table p {
    color: #706F70;
    vertical-align: top;
}

.pdc-table th,
.pdc-table td {
    border: 0;
    text-align: left;
    padding: 2% 3%;
}

.pdc-table th {
    font-weight: 700;
    background-color: #f5f9df;
}


/*.pdc-table th:first-child {
width: 25%;
}*/

.pdc-table th:nth-child(2) {
    width: 50%;
}

.pdc-table th:last-child {
    width: 25%;
}

.pdc-table input[type="text"] {
    width: 90%;
}

.pdc-table.education-table th:first-child {
    width: 75%;
}

.pdc-table.education-table th:last-child {
    width: 25%;
}

.pdc-table select,
.rundown-table select,
.pdc-table input[type="date"] {
    height: 40px;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #706F70;
}

.pdc-table h3 {
    background-color: #e9f2bb;
    color: #706f70;
    padding: 2% 3%;
    margin: 0;
}

.qt-level {
    position: relative;
}

.qt-level span:last-child {
    position: absolute;
    right: 5%;
}

.questionnaire-table table,
.skill-table table {
    margin-bottom: 0;
    border-collapse: collapse;
}

.questionnaire-table p,
.pdc-table p.table-subtitle {
    color: #706f70;
    font-weight: 700;
}

.grm-table input[type="number"],
.pdc-table input[type="number"] {
    max-width: 145px;
}

.pdc-table.skill-table th:nth-child(2) {
    width: 75%;
}

.questionnaire-table .wpcf7-list-item {
    width: 14%;
    margin-left: 2%;
}

.questionnaire-table input[type="radio"] {
    display: block;
}

.questionnaire-table input[type="text"] {
    margin-top: 5%;
}

.skill-table input[type="checkbox"] {
    display: block;
}

.skill-table .wpcf7-list-item {
    width: 23%;
    margin-bottom: 2%;
    margin-left: 2%;
}

.questionnaire-table span.wpcf7-list-item-label,
.skill-table span.wpcf7-list-item-label {
    padding-left: 20px;
}

.table-subtitle {
    padding: 2% 3% 0.5% 3%;
}

.questionnaire-table tr:nth-child(even),
.skill-table tr:nth-child(even) {
    background-color: #f7f7f7;
}

.pdc-table.assignments-table th:first-child {
    width: 30%;
}

.pdc-table.assignments-table th:nth-child(2) {
    width: 30%;
}

.pdc-table.assignments-table th:nth-child(3) {
    width: 40%;
}

.sn-from {
    display: inline-block;
    width: 10%;
    max-width: 50px;
}

.parent-page-list {
    padding-bottom: 3%;
    max-width: 800px;
    margin: 0 auto;
}

.parent-page-list ul {
    margin: 0;
}

.accordion-details p {
    font-size: 1.6em;
}

.acc-photos {
    width: 100%;
    max-width: 985px;
}

.acc-photo {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-bottom: 2%;
    /*20px*/
    margin-right: 2%;
}

.acc-photo:nth-child(2n+2) {
    margin-right: 0;
}

.acc-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
}

.featured-slide .caption p {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.grid-featured p {
    padding-top: 1em;
    line-height: 1.2;
}

.award-slider-container {
    margin-bottom: 10%;
}

.accordion-icon:after {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 0 0;
    transition: transform 0.3s ease-in-out;
}

.accordion-icon.active:after {
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.file-embed {
    height: 600px;
}

.search-page-count {
    margin-top: 10px;
}

.search-result-title {
    font-size: 1.8em;
    font-weight: 700;
}

.search-result-link {
    font-size: 1.2em;
}

.page-template-default .blue-bg .accordion-icon:after,
.page-template-default .blue-bg .accordion-icon.active:after {
    background-image: url(images/accordion-sprite-w@2x.png);
}

.green-bg .work-entry-text,
.green-bg p,
.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg h5 {
    color: #706F70;
}

.page-template-page-field-trip .accordion-icon {
    color: #10315d;
}

.white-bg li {
    color: #706F70;
}

.page-top h1 {
    color: white !important;
}

.top-tab-new ul li.current_page_item a,
.top-tab-wrapper ul li.current_page_item a {
    font-weight: 700;
}

.top-tab-new ul li.current_page_item a:before,
.top-tab-wrapper ul li.current_page_item a:before {
    width: 100%;
}

.people-block.align-right .wrapper {
    position: relative;
    overflow: hidden;
}

.people-block.align-right .pb-row.pb-image {
    width: 45%;
    padding-bottom: 0;
    background-position: center bottom;
    background-size: contain;
}

.people-block.align-right .pb-row.pb-image.style2 {
    background-position: center top;
    background-size: auto 100%;
}

.member-photo-inner {
    background-color: #E0E6ED;
}

.pb-title p {
    text-align: left;
}

.page-template-page-chairperson-message .top-tab-container {
    background-color: #dbe2eb;
}

.page-template-page-chairperson-message .top-tab-container ul li a {
    color: #002D50;
}

.page-template-page-chairperson-message .top-tab-wrapper ul li {
    border-color: #002D50;
}

.page-template-page-chairperson-message .top-tab-wrapper ul a:before {
    background-color: #002D50;
}

.album-col {
    padding-top: 20%;
}

.play-btn {
    margin-top: -7px;
}

.weather-icon {
    background-image: none;
}

.map-rows h2.accordion-icon {
    text-transform: uppercase;
}

.travelogues-link h4,
.accordion-details .travelogues-link p {
    font-size: 1.2em;
}

.banner-heading,
.banner-icon {
    display: block;
}

.research-block,
.rb-content,
.rb-heading {
    display: block;
}

.research-block:hover .play-btn {
    background-color: #fff;
    color: #E3983B;
}

.italic {
    font-size: 2.65em;
}

.next-btn a {
    padding: 13px 40px 15px 10px;
}


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

.travelogues-link {
    display: block;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    width: 23px !important;
    height: 28px !important;
}

.field-trip-block {
    color: white;
}

.single-field_trip.field-trip .st0 {
    fill: #fff !important;
}

body.field-trip .breadcrumbs-container {
    background-color: #fff;
}

.gallery-block {
    background-color: #002d51;
}

.field-trip-block .rc-block.student-sharing {
    background-color: #158fa9;
}

body.single-profile .breadcrumbs-container {
    background-color: #dbe2eb !important;
}

.field-trip-block .image-block h2,
.field-trip-block .image-block td {
    color: #002d50;
}


/*.photos-slide .pagination-num {
    right: 9%;
}*/

.area-icons .image-block,
.area-icons .ib-image {
    display: block;
}

.or-section-1 .area-icons .ib-image {
    border: 0;
    background-color: rgba(255, 255, 255, 0.4);
    background-size: 50% auto;
}

.or-section-1 .area-icons .image-block:last-child .ib-image {
    background-size: 30% auto;
}

.or-logo {
    background-color: #fff;
    background-size: 85%;
}

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

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

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

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


/*.page-id-5776 .white-block,
.page-id-5776 .fr-block {
display: none;
}
*/

.page-id-5776 .first-block .fr-block {
    display: block;
}

.fm-row+.fm-row {
    margin-top: 4em;
}

.fm-row p {
    text-align: left;
}

.content .fm-row li {
    margin-bottom: 0.3em;
}

.prev-next-btns {
    display: flex;
    justify-content: space-between;
}

.prev-btn {
    text-align: left;
    padding-top: 5%;
}

.prev-btn a {
    display: inline-block;
    position: relative;
    color: #818075;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2px;
    width: auto;
    margin: auto;
    border-radius: 30px;
    background-image: none;
    padding: 13px 10px 15px 35px;
}

.next-btn a {
    padding-right: 35px;
    margin-right: 2px;
}

.prev-btn a:after {
    position: absolute;
    left: 0;
    width: 33px;
    height: 33px;
    background-image: url(images/orange-arrow.png);
    content: "";
    top: 6px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: contain;
}

.next-btn a:after {
    right: 0;
    top: 6px;
    background-size: contain;
}

.prev-btn a:hover {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #E3983B;
}

.fm-yellow-block .tabcontent.fullwidth {
    float: none;
    width: 100%;
}

.fm-orange-block {
    padding-bottom: 15%;
}

.fm-yellow-block {
    padding-top: 0;
}

.pb-title h4,
.pb-title a {
    font-size: 1.6em;
}

.fm-orange-block h3 {
    color: white;
    margin-bottom: 0.5em;
}

h2.fmy-year {
    margin-bottom: 0.5em;
    font-family: inherit;
}

.fmy-heading {
    padding-bottom: 2%;
}

.sub-title {
    font-size: 2em;
}

.fm-row p {
    margin-bottom: 1em;
}

.fm-row p+ul {
    margin-top: 0.6em;
}

.single-profile .content,
.single-profile .purple-bg .content {
    background-color: #fadf88;
}

.fm-orange-block ol {
    margin-left: 3em;
}

.fm-orange-block li {
    color: white;
}

.tab-bar a.tablink {
    font-family: inherit;
}

.fmr-heading h3 {
    font-size: 1.9em;
}


/*
.pb-home-people .pb-image {
background-position: center bottom;
}
*/

.blue-bg h2.orange-heading {
    color: #E3983B;
    padding: 0;
}

.rundown-table {
    background-color: white;
}

.aa-caption {
    color: white;
    font-size: 1.6em;
    padding: 10px 0;
}

.fmy-heading h3 {
    font-size: 3.2em;
}

body.single-profile .fm-white-block .st-row h3 {
    font-size: 2.2em;
}

h2.accordion-icon,
h2.accordion-blank {
    padding-bottom: 0.5em;
    line-height: 1.4;
}

.grm-table input[type="submit"],
.form-btn {
    width: 140px !important;
}

.login-form .pdc-table table {
    background-color: #f2f2f2;
}

.login-form .grm-table input[type="submit"],
.login-form .form-btn {
    border: 4px solid white;
    font-weight: 700;
}

.content-search-form .search-form-text {
    width: 75%;
    margin-left: 31px;
}

.search-page-text {
    padding-bottom: 150px;
}

.search-result:last-child {
    padding-bottom: 5%;
    margin-bottom: 0;
}

.wpcf7 {
    display: none;
}

.display-form .wpcf7 {
    display: block;
}

th.qt-level:last-child {
    width: 37%;
    vertical-align: middle;
}

input[type="radio"]+label span,
input[type="checkbox"]+label span {
    position: relative;
    margin-bottom: 10px;
}

input[type="radio"]:checked+label span,
input[type="checkbox"]:checked+label span {
    position: relative;
}

input[type="checkbox"]:checked+label span::after,
.tour-group input[type="radio"]:checked+label span::after {
    left: 9px;
    top: 4px;
}

.questionnaire-table .tour-group input[type="radio"] {
    display: none;
}

.blue-bg hr {
    border-color: #fff;
}

body.single-profile .fm-white-block .st-row h3 {
    font-size: 1.6em;
    padding-bottom: 1%;
}

.single-field_trip .photos-slide {
    background-size: contain;
}

.read-more-block {
    text-align: center;
    padding-top: 3%;
}

.research-slider-container {
    width: 100%;
    padding-bottom: 55%;
    margin-bottom: 0;
}

.research-slider-container p {
    font-size: 1.2em;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 4;
}

.research-slider-container p:after {
    content: '...';
}

.research-slider-container .bx-wrapper .bx-controls-direction a {
    display: block;
}

.research-slider-container.award-slider-container .bx-wrapper .bx-prev {
    background-image: url(https://webarchive.lib.cuhk.edu.hk/20230310124031oe_/https://www3.grm.cuhk.edu.hk/cab/grey-arrow-prev-btn@2x-1.png);
}

.research-slider-container.award-slider-container .bx-wrapper .bx-next {
    background-image: url(https://webarchive.lib.cuhk.edu.hk/20230310124031oe_/https://www3.grm.cuhk.edu.hk/cab/grey-arrow-next-btn@2x-1.png);
}

.wb-content {
    padding: 2% 0;
}

.wb-content .primary-btn {
    margin-top: 3%;
}

.page-template-page-research .image-block h3 {
    font-size: 1.8em;
}

.page-template-page-research p a {
    text-decoration: unset;
}

.wb-content,
.white-block .image-block,
.blue-block .image-block {
    vertical-align: middle;
}

.wb-image {
    width: 45%;
    vertical-align: middle;
    margin-bottom: 5%;
}

.image-blocks {
    padding: 0;
}

.white-block .image-block h3,
.white-block p a {
    color: #298fa9;
    text-align: left;
}

.blue-block .image-block h3,
.blue-block p a {
    text-align: left;
}

.white-block p a:hover,
.blue-block p a:hover {
    background-color: rgba(21, 143, 169, 0.1);
}

.white-block p,
.blue-block p {
    padding: 0;
    font-size: 1.9em;
    font-weight: 400;
}

p.post-list {
    font-size: 1.6em;
    text-align: left;
}

.orange-heading {
    font-size: 2.4em;
    margin-bottom: 3%;
}

.image-blocks.grid-1-2 {
    width: 50%;
    margin: 0 auto 5%;
}

.image-blocks.grid-1-2>.grid-col {
    width: 47%;
    margin-right: 6%;
}

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

.blue-block,
.white-block {
    padding: 7em 0;
}

.page-id-3701 .member-photo {
    display: none;
}

p.post-list a {
    text-decoration: unset;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 73%;
}

.pdc-table input[type="text"],
input[type="password"] {
    width: 90%;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.page-template-page-form-collection-2 table.layout-auto-table {
    table-layout: auto;
}

.page-template-page-form-collection-2 .pdc-table tr:nth-child(even) {
    background-color: #f7f7f7;
}

.custom-radio input[type="radio"],
.custom-checkbox input[type="checkbox"] {
    display: inherit;
    position: inherit;
    scale: 1.5;
    margin-right: 10px;
}

.custom-radio span {
    padding-right: 10px;
}

.custom-checkbox span {
    display: inline-block;
    width: 95%;
    vertical-align: top;
}

.wpcf7-list-item {
    margin-bottom: 1em;
}

.workshop-form-container select {
    height: 40px;
    font-size: 1em;
}

.country-code {
    width: 16%;
}

input[type="tel"].tel-input {
    width: 33%;
}

.wf-row-right textarea {
    width: 73%;
}

.wf-rows {
    display: table;
    width: 100%;
}

.wf-row-left {
    display: table-cell;
    width: 34%;
    padding: 0 2%;
}

.wf-row-right {
    display: table-cell;
    margin: 0;
    padding: 4% 5%;
}

.wf-btns input[type="submit"] {
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
    color: #E3983B;
    border: 1px solid #E3983B;
    width: 182px;
    text-align: center;
    padding: 1% 3%;
    margin: 0 5%;
    background-color: #fff;
}

.wf-btns input[type="submit"]:hover {
    background-color: #E3983B;
    color: #fff;
}

.current-post {
    display: none;
}

#bssc-college.active,
#thesis-supervisor.active {
    display: table;
}

#bssc-college .wf-row-left,
#thesis-supervisor .wf-row-left {
    border-bottom: 1px solid #E3983B;
}

.current-post.active {
    display: block;
}

.wb-content .read-more-block {
    text-align: left;
}

.nb-photo img {
    width: 100%;
    max-width: none;
}

.image-blocks.grid-1-2 {
    margin: 0 auto;
    padding-bottom: 5%;
}

#AL_Registration_Form .grm-table td {
    font-size: 16px;
}

.schedules-row:nth-child(2n+1) {
    top: 0;
    clear: both;
}

.schedules-rows::before {
    background-repeat: repeat-y;
    height: 96%;
    width: 180px;
    left: 42%;
    padding-bottom: 0;
}

.schedules-rows {
    margin-bottom: 10em;
    width: 100%;
}

.sr-content {
    margin-left: 3%;
}

.rc-row p {
    text-align: left;
}

.sr-date {
    position: relative;
}

.sr-date-detail {
    position: absolute;
    top: 31%;
    left: 13%;
    width: 100%;
    padding: 0;
}

.ia-name a:hover {
    color: #a9e7f4;
}


/******** New Form style ******/

.rundown-table .checkbox-btn {
    display: inline-block;
    vertical-align: middle;
}

.rundown-table a {
    color: #717071;
}

#tour1seat,
#tour2seat {
    width: 85%;
}

.section-c-table td {
    background-color: #fff;
}

.section-c-table tr:nth-child(4n+2) td,
.section-c-table tr:nth-child(4n+3) td {
    background-color: #f7f7f7;
}

.page-template-page-form-collection-2 .pdc-table table {
    margin-bottom: 0;
}

.pdc2-table td {
    font-size: 1em;
}

.pdc2-table h3 {
    font-size: 1.4em;
    background-color: #eef2d7;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
}

.seminar-form {
    background-color: #fff;
}

p.remark,
.form-block a,
.form-block p {
    color: #4d4e55;
}

input[type="radio"]:checked+label span::after,
input[type="checkbox"]:checked+label span::after {
    display: block;
    position: absolute;
    left: 3px;
    top: -12px;
    background-color: transparent;
    font-size: 1.4em;
    content: "√";
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
}

.page-template-page-form-collection-2-php input[type="radio"]:checked+label span::after {
    left: 7px;
    top: 4px;
}

.page-template-page-form-collection-2-php .pdc-table input[type="text"] {
    width: 100%;
}

.pdc-header-mb {
    display: none;
    font-weight: 700;
}

table.grm-table table td,
.grm-table table table td {
    font-size: 1em;
}


/*.seminar-form-section{

}
.sfs-heading{
  background-color: #e9f2bb;
padding: 29px 0;
text-align: center;
  }
  .sfs-heading h3{
    color: #3D3356;
    font-size: 2.3em;
    font-weight: 700;
    line-height: 1.2;
    margin:0;
    padding:0;

  }

 .seminar-form-section td{
font-size:16px;
  }

  select.seats {
    width: 315px;
}*/

.htr-top a,
.language-switcher li:after {
    color: white !important;
}

.main-menu-close {
    background-color: transparent;
}

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


/*
.qtranxs-available-languages-message-tc {
display: none !important;
}
*/

.pb-content .pb-name {
    padding-bottom: 1%;
}

.pb-title h4 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.5px;
    padding-bottom: 5%;
    padding-top: 5%;
}

.pb-title p {
    font-size: 1.3em;
    line-height: 1.4;
}


/*
.pb-detail {
padding-top: 4%;
}
*/

.pb-detail p,
.pb-detail ul {
    font-size: 1.6em;
    letter-spacing: 0.5px;
}

.pb-detail ul {
    margin-top: -0.5em;
}

.pb-detail li {
    margin-bottom: 0;
    line-height: 1.3;
}

.single-research_collab .breadcrumb .delimiter:last-child,
.single-research_project .breadcrumb .delimiter:last-child {
    display: none;
}


/*
.home-people-slider,
.home-people-slide {
position: static !important;
}
*/

.home-people-slider .pb-image {
    background-size: contain;
    background-position: center 100%;
}

.schedules-rows::before {
    left: 41%;
}

.ue-btns .primary-btn {
    padding: 12px 51px 12px 28px;
}

.upcoming-events .page-top {
    padding: 20% 0;
}

.people-block.align-right .pb-content {
    padding-bottom: 10%;
}

.pdc3-table input[type="text"],
.pdc3-table input[type="password"],
.pdc3-table select,
.pdc3-table input[type="date"] {
    height: 2.2em;
}

.pdc3-table .radio-btn,
.pdc3-table .checkbox-btn {
    margin-right: 0;
}

.sitemap-list .menu-parent>a {
    cursor: unset;
    text-decoration: unset;
    pointer-events: none;
}

.sitemap-list .menu-parent>a:hover {
    background: transparent;
}

@media screen and (max-width: 1200px) {
    .wf-row-right input[type="text"],
    .wf-row-right input[type="email"],
    .wf-row-right input[type="tel"],
    .wf-row-right textarea {
        width: 65%;
    }
    .custom-checkbox span {
        width: 90%;
    }
    .rc-row:first-child,
    .rc-row:nth-child(2),
    .rc-row:nth-child(4n+1),
    .rc-row:nth-child(4n+2) {
        left: 3%;
    }
    .schedules-rows::before {
        width: 140px;
    }
    .ue-btns .primary-btn {
        width: auto;
    }
    .ue-btns .primary-btn {
        padding: 6% 24% 6% 6%;
    }
    .page-template-page-chairperson-message .pb-row {
        min-height: 420px;
    }
}

@media screen and (max-width:1120px) {
    .home-people-slider .pb-image {
        width: 47%;
    }
}

@media screen and (max-width: 960px) {
    th.qt-level:last-child {
        width: 265px;
    }
    .wf-row-right input[type="text"],
    .wf-row-right input[type="email"],
    .wf-row-right input[type="tel"],
    .wf-row-right textarea {
        width: 70%;
    }
    .wf-row-right input[type="number"] {
        height: 35px;
        width: 50%;
    }
    .wf-row-right input[type="number"].country-code {
        width: 15%;
    }
    .wf-row-right input[type="tel"].tel-input {
        width: 30%;
    }
    .sr-date {
        width: 98px!important;
        height: 98px!important;
    }
    .schedules-row {
        width: 40%;
    }
    .schedules-rows {
        margin-bottom: 17em;
    }
    .schedules-rows::before {
        left: 41%;
        width: 110px;
        height: 100%;
    }
    h2.accordion-icon,
    h2.accordion-blank {
        padding-right: 35px;
    }
    .page-top {
        padding: 25% 0;
    }
    .page-top h1 {
        transform: translate(0, -23%);
    }
    .ra-year {
        width: 65px!important;
    }
    .travelogues-link::before {
        width: 25px;
        height: 25px;
    }
    .gallery-icons img {
        width: 50px;
    }
    .field-trip .top-tab {
        padding: 4% 0;
    }
    .field-trip .gallery-link:first-child img {
        padding-right: 10px;
    }
    .field-trip .gallery-link:last-child img {
        padding: 0 5px;
    }
    .nd-slider-container .bx-wrapper .bx-controls-direction a {
        width: 30px;
    }
    .photos-slider-container .bx-wrapper .bx-controls-direction a {
        width: 25px;
        height: 25px;
    }
    .photos-slider-container .bx-wrapper .bx-next {
        right: 0;
    }
    .photos-slide .pagination-num {
        right: 7.5%;
    }
    .ue-btns .primary-btn {
        padding: 11px 34px 11px 20px;
    }
    .page-template-page-chairperson-message .pb-row {
        min-height: 370px;
    }
}

p.pdc-text {
    font-weight: 400;
    padding: 0 2em;
    font-size: 16px;
}

.pdc-table-2 .title,
.pdc-table-2 input,
.pdc-table-2 input::placeholder,
.pdc-table-2 td>label span,
.pdc-table-2 table th {
    font-size: 1.6em;
}

.pdc-table-2 td {
    padding: 15px 24px;
    font-size: 1em;
}

.pdc-table-2 select {
    width: 50%;
    font-size: 1.6em;
}

.pdc-table-2 input[type="text"],
.pdc-table-2 input[type="password"] {
    width: 73%;
    margin-top: 0;
    padding: 1px 8px;
}

.pdc-table-2 a {
    display: block;
    color: #8c8c8c;
    margin: 10px 0;
    font-size: 16px;
}

.pdc-table-2 .form-btn {
    font-family: "Montserrat", "Barlow Condensed", "Noto Sans HK", sans-serif;
    font-weight: 500;
}

.table-form {
    background-color: #fff;
}

.table-form p {
    color: #706f70;
}

.table-form>p {
    margin: 1%;
}

.pdc-table-2 input[type="radio"] {
    position: relative;
    display: inline-block;
}

.pdc-table-2 td label {
    display: inline-block;
    margin-right: 3%;
}

.pdc-table-2.questionnaire-table td label {
    width: 15%;
    margin-right: 0;
}

.table-form a {
    color: #298fa9;
}

.table-form {
    padding-bottom: 1%;
}

.skill-table.pdc-table-2 label {
    width: 22%;
    margin-bottom: 1em;
    margin-right: 2%;
}

.skill-table.pdc-table-2 label span {
    margin-left: 25px;
}

.skill-table.pdc-table-2 label:nth-child(4n+4) {
    margin-right: 0;
}

.assignments-table.pdc-table-2 input[type="text"] {
    width: 40px;
}

.pdc-table-2 .table-subtitle {
    font-size: 1.8em;
}

.table-form .rundown-table input[type="text"] {
    width: 70%;
    padding: 0 1%;
    font-size: 1em;
}

.pdc-table-2 input[type="submit"] {
    font-size: 1em;
}

.pdc-table-2 td label.full-label {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.mb-text {
    display: none;
}

.form-text {
    font-size: 1.6em;
}

.pdc-table-2 .form-row {
    font-size: 1em;
}

.pdc-table-2 input.form-btn {
    font-size: 16px;
}

.form-ssla-table .title {
    width: 30%;
}

@media screen and (max-width: 960px) {
    .assignments-table.pdc-table-2 input[type="text"] {
        width: 25px;
        height: 25px;
    }
    .pdc-table-2 td {
        padding: 10px 16px;
    }
}

@media screen and (max-width: 768px) {
    .skill-table.pdc-table-2 label {
        width: 44%;
    }
    td.pdc-table-1-1 {
        width: 70%;
    }
}

@media screen and (max-width: 500px) {
    .pdc-table-2.questionnaire-table td label {}
    .pdc-table-2.questionnaire-table td,
    .pdc-table-2.questionnaire-table th {
        display: block;
        width: auto;
    }
    .pdc-table-2.questionnaire-table th.qt-level {
        display: none;
    }
    p.mb-text {
        display: block;
        font-size: 1em;
        font-weight: 500;
    }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    padding: 10px;
    color: #fff;
    font-size: 1.6em;
}

.wpcf7-not-valid-tip {
    display: inline-block;
}

@media screen and (min-width: 961px) {
    .page-id-9309 input[type="text"],
    .page-id-9309 input[type="email"],
    .page-id-9309 textarea {
        width: 73.5%;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #63dc6e;
}

.wpcf7 {
    display: block;
}

.page-id-9536 input[type="checkbox"] {
    position: absolute;
    left: 0;
    display: inline-block;
    width: auto;
}

.page-id-9536 .wpcf7-checkbox span {
    padding-left: 2px;
}

.page-id-9536 span {
    padding-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.programme-checkboxes {
    position: relative;
}

.programme-checkboxes .wpcf7-list-item {
    margin-bottom: 2.4em;
}

.programme-checkboxes input[type="number"] {
    width: 200px;
}

.programme-checkboxes input:palceholder {
    font-size: 12px;
}

.year-of-graduation-bssc {
    position: absolute;
    top: -0.5em;
    left: 20%;
}


/*.year-of-graduation-bssc,
.year-of-graduation-mphil,
.year-of-graduation-phd,
.year-of-graduation-msc,
.year-of-graduation-mssc {
    display: none;
}

.year-of-graduation-bssc.active,
.year-of-graduation-mphil.active,
.year-of-graduation-phd.active,
.year-of-graduation-msc.active,
.year-of-graduation-mssc.active {
    display: block;
}*/

.year-of-graduation-mphil {
    position: absolute;
    top: 3em;
    left: 20%;
}

.year-of-graduation-phd {
    position: absolute;
    top: 6.5em;
    left: 20%;
}

.year-of-graduation-msc {
    position: absolute;
    top: 10.4em;
    left: 335px;
}

.year-of-graduation-mssc {
    position: absolute;
    top: 13.8em;
    left: 335px;
}

@media screen and (max-width: 960px) {
    .year-of-graduation-msc,
    .year-of-graduation-mssc {
        left: 240px;
    }
    .programme-checkboxes input[type="number"] {
        width: 132px;
    }
    .programme-checkboxes .wpcf7-list-item {
        margin-bottom: 3.4em;
    }
    .year-of-graduation-mphil {
        top: 3.9em;
    }
    .year-of-graduation-phd {
        top: 8.4em;
    }
    .year-of-graduation-msc {
        top: 13.2em;
    }
    .year-of-graduation-mssc {
        top: 17.8em;
    }
}

@media screen and (max-width:530px) {
    .year-of-graduation-bssc,
    .year-of-graduation-mphil,
    .year-of-graduation-phd {
        left: 82px;
    }
    .year-of-graduation-msc,
    .year-of-graduation-mssc {}
}

@media screen and (max-width:450px) {
    .wf-row-right .programme-checkboxes .wpcf7-list-item-label {
        display: inline-block;
        margin-bottom: 20px;
    }
    .wf-row-right .programme-checkboxes span.year-of-graduation-msc {
        display: inline-block;
    }
    .wf-row-right .programme-checkboxes input {
        display: inline-block;
    }
    .programme-checkboxes input[type="number"] {
        height: 30px;
    }
    .year-of-graduation-msc,
    .year-of-graduation-mssc {
        margin-top: 9px;
        left: 1.7em;
    }
    /*.wf-row-right .programme-checkboxes span.year-of-graduation-bssc,
    .wf-row-right .programme-checkboxes span.year-of-graduation-mphil,
    .wf-row-right .programme-checkboxes span.year-of-graduation-phd,
    .wf-row-right .programme-checkboxes span.year-of-graduation-msc,
    .wf-row-right .programme-checkboxes span.year-of-graduation-mssc {
        display: none;
    }*/
    .wf-row-right .programme-checkboxes span.year-of-graduation-bssc.active,
    .wf-row-right .programme-checkboxes span.year-of-graduation-mphil.active,
    .wf-row-right .programme-checkboxes span.year-of-graduation-phd.active,
    .wf-row-right .programme-checkboxes span.year-of-graduation-msc.active,
    .wf-row-right .programme-checkboxes span.year-of-graduation-mssc.active {
        display: block;
    }
    .programme-checkboxes .wpcf7-list-item {
        margin-bottom: 0em;
    }
    .programme-checkboxes .wpcf7-list-item:nth-child(4),
    .programme-checkboxes .wpcf7-list-item:nth-child(5) {
        padding-bottom: 15px;
    }
    .wf-row-right label,
    .wf-row-right span {
        margin-bottom: 15px;
    }
    .year-of-graduation-mphil {
        top: 14.5%;
    }
    .year-of-graduation-phd {
        top: 31%;
    }
    .year-of-graduation-msc {
        top: 56%;
        left: 1.8em;
    }
    .year-of-graduation-mssc {
        top: 80%;
        left: 1.8em;
    }
    .page-id-9309 .wf-row-right input[type="number"].country-code {
        width: 100%;
    }
}

.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

.back-btn {
    display: inline-block;
    position: relative;
    width: 115px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2px;
    width: auto;
    padding: 12px 25px 12px 64px;
    text-align: left;
    margin: auto;
    border-radius: 30px;
    background-image: none;
    background-color: #196072;
    margin-top: 1em;
}

.back-btn:after {
    position: absolute;
    left: 5px;
    width: 26px;
    height: 26px;
    background-image: url(images/white-arrow-btn@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
    top: 8px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.back-btn:hover {
    transition: 0.2s ease-in-out;
    background-color: #227488;
}

@media screen and (max-width: 778px) {
    .album-cols {
        padding-bottom: 90%;
    }
    .alumni-icon .grm-heading {
        font-size: 3em;
    }
    .wf-row-left,
    .wf-row-right {
        display: block;
        width: 100%;
        padding: 0 3% 3% 3%;
        margin: 0;
    }
    .wf-row-left {
        display: block;
        width: 100%;
        padding: 3% 3% 0 3%;
    }
    .wf-row-right input[type="tel"].tel-input {
        width: 37.3%;
    }
    .content li.page_item {
        margin-left: 0;
    }
    .tt-name {
        width: 137px;
    }
    .tt-year {
        width: 130px;
    }
    .ue-photo {
        width: 100%;
        margin-bottom: 5%;
    }
    .ue-btns {
        width: 100%;
    }
    .ue-btns .primary-btn {
        margin-right: 10px;
    }
    .back-btn:after {
        top: 6px;
    }
}

@media screen and (max-width: 650px) {
    .ac-content h3 {
        height: 90px;
    }
    .ac-content .primary-btn {
        padding: 10px 40px 10px 25px;
    }
    .pb-title a {
        font-size: 1.8em;
    }
    .photos-slider-container .bx-wrapper .bx-prev {
        right: 21%;
    }
    .award-slider-container {
        margin-bottom: 0;
    }
    .image-blocks.grid-1-2 {
        width: 100%;
    }
    .page-template-page-chairperson-message .pb-image.pb-image {
        background-size: 100%;
        background-position: bottom;
    }
    .home-slider-container,
    .home-slider-container .bx-wrapper,
    .home-slider-container .bx-viewport,
    .home-slider,
    .home-slide {
        padding-bottom: 90%!important;
    }
}

@media screen and (max-width:500px) {
    .album-cols {
        padding-bottom: 164%;
    }
    .alumni-photo {
        width: 64%;
        padding-bottom: 32%;
    }
    .ab-left {
        width: 35%;
        margin: 2% 0;
    }
    .tt-name {
        width: 115px;
    }
    .tt-year {
        width: 100px;
    }
    .pagination-num {
        font-size: 1.4em;
    }
    .photos-slide .caption {
        padding: 3%;
    }
    .photos-slider-container .bx-wrapper .bx-controls-direction a {
        width: 20px;
        height: 20px;
    }
    .photos-slider-container .bx-wrapper .bx-prev {
        right: 70px;
    }
    .photos-slider-container .bx-wrapper .bx-controls-direction {
        bottom: 18%;
    }
    .photos-slide .pagination-num {
        top: -2px;
        right: 7%;
        transform: translate(-50%);
    }
    .caption .pagination-num {
        font-size: 12px;
    }
    .page-template-page-chairperson-message .pb-row {
        min-height: unset;
    }
    .page-template-page-chairperson-message .pb-image.pb-image {
        background-position: top;
        background-size: 50%;
        padding-bottom: 60%;
    }
    .home .research-block .play-btn {
        top: 107%!important;
    }
    html.en_US .scroll-down {
        height: 95px;
    }
    .weather {
        top: 80%!important;
    }
    .page-template-page-form-collection-2 .rundown-table tr {
        display: block;
    }
    .page-template-page-form-collection-2 .rundown-table p {
        padding: 4% 2%;
        text-align: left;
    }
    .page-template-page-form-collection-2 .rundown-table td {
        padding: 10px;
    }
    .page-template-page-form-collection-2 .rundown-table tr {
        border-bottom: 0;
    }
    .section-c-header:before {
        display: block;
        width: 100%;
        content: attr(data-th);
    }
    .pdc-header-mb {
        display: block;
        padding: 4% 0;
    }
    td.mb-hidden {
        display: none !important;
    }
    .pb-home-people .pb-image.pb-image {
        position: absolute;
        bottom: -30%;
        background-position: center;
        background-size: auto 350px;
    }
    .home-people-slide .pb-content {
        padding-bottom: 250px;
    }
    .home-people-slider .pb-image {
        width: 100%;
    }
    .people-block.align-right .wrapper {
        display: flex;
        flex-direction: column;
    }
    .people-block.align-right .pb-row.pb-image.style2 {
        order: 2;
        margin-bottom: 0!important;
    }
    .people-block.align-right .pb-row {
        order: 1;
    }
    .prev-next-btns {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    th.qt-level span {
        font-size: 0.9em;
    }
    .rc-row,
    .rc-row:first-child,
    .rc-row:nth-child(2),
    .rc-row:nth-child(4n+1),
    .rc-row:nth-child(4n+2),
    .rc-row:nth-child(4n) {
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .rc-row:nth-child(2n+1) {
        margin-right: 0;
    }
    .rc-row:hover::before,
    .rc-row.active:hover::before {
        bottom: -18px;
    }
    .schedules-rows {
        margin-bottom: 6em;
    }
    .album-cols {
        padding-bottom: 165%;
    }
    .alumni-photo {
        width: 64%;
        padding-bottom: 32%;
    }
    .ab-left {
        width: 35%;
        margin: 2% 0;
    }
    .sr-date h3 {
        font-size: 2.2em;
    }
    .sr-date p {
        font-size: 1.6em;
    }
    .sr-date {
        width: 80px !important;
        height: 80px !important;
    }
    .ue-block>.grid-col {
        width: 100%;
    }
    .home-slider-container,
    .home-slider-container .bx-wrapper,
    .home-slider-container .bx-viewport,
    .home-slider,
    .home-slide {
        padding-bottom: 124% !important;
    }
    .bg-top {
        width: 105%;
        right: 0;
    }
    .home .bg-top {
        top: -20px!important;
    }
    .pb-home-people .pb-image.pb-image {
        background-size: auto 300px;
    }
}

@media screen and (max-width: 350px) {
    .ac-content .primary-btn {
        padding: 10px 35px 10px 12px;
    }
    .ac-content h3 {
        height: 80px;
    }
}

#btnBack,
#btnConfirm {
    width: auto !important;
    background-color: #e9f2bb;
    text-align: center;
    padding: 7px 14px;
    border: 0;
    color: #3D3356;
    cursor: pointer;
}

#btnBack {
    border: 1px solid #706f70;
    background-color: #fff;
    margin-right: 1%;
}

.workshop-form-container {
    margin-bottom: 0;
}

.wpcf7-not-valid-tip {
    padding-bottom: 10px;
    display: block;
}

p input[type="text"],
.title input[type="text"] {
    font-size: 1em;
    font-weight: 500;
}