@font-face {
    font-family: "Gotham book";
    font-style: normal;
    font-weight: 400;
    src: local("Gotham book"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.otf) format("opentype");
    src: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.eot);
    src: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.eot#iefix) format("embedded-opentype"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.woff) format("woff"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.ttf) format("truetype"),
        url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.svg#Gotham-Book) format("svg");
}
@font-face {
    font-family: "Gotham book";
    font-weight: 700;
    font-style: normal;
    src: local("Gotham"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.otf) format("opentype");
    src: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.eot);
    src: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.eot#iefix) format("embedded-opentype"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.woff) format("woff"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.ttf) format("truetype"),
        url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.svg#Gotham-Medium) format("svg");
}
@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 300;
    src: local("Gotham"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.otf) format("opentype");
    src: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.eot);
    src: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.eot#iefix) format("embedded-opentype"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.woff) format("woff"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.ttf) format("truetype"),
        url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.svg#Gotham-Light) format("svg");
}
@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 500;
    src: local("Gotham"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.otf) format("opentype");
    src: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.eot);
    src: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.eot#iefix) format("embedded-opentype"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.woff) format("woff"), url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.ttf) format("truetype"),
        url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.svg#Gotham-Medium) format("svg");
}
body {
    font-family: "Gotham book", sans-serif;
    color: #000;
    line-height: 1.5;
    /*min-width: 1240px;*/
    margin-left: auto;
    margin-right: auto;
}
.body,
body {
    /*font-size: 14px;*/
}
ol,
ul {
    padding-left: 15px;
}
img {
    max-width: 100%;
}
.menu{
    display: flex;
    justify-content: space-between;
}
.menu,
.menu ul {
    padding: 0;
}
.menu,
.menu li {
    list-style: none;
}
.menu > li {
    display: inline-block;
    vertical-align: top;
}
.menu > li.hidden_menu > a {
    overflow: hidden;
    padding: 0;
    height: 40px;
    width: 0;
    text-indent: -99999px;
}
.menu > li > a {
    display: block;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
}
.menu .dropdown_list {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.menu .hidden_menu .dropdown_list {
    top: 40px;
}

.menu > li:hover .dropdown_list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 100%;
    cursor: pointer;
}
.menu .dropdown_list li > a {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    color: #6e0065;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
}

.fixed_menu .menu > li.active .dropdown_list {
    display: block;
}

video {
    max-width: 100%;
}
ol:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.editor a,
.mce-content-body a,
.prog-desp a,
.programme-details-contact a,
.programme-details-tb a {
    color: #5aa6e0;
}
.website a {
    word-break: break-all;
}
.editor li,
.mce-content-body li {
    margin-bottom: 12px;
    padding-left: 15px;
}
.editor li > ul,
.mce-content-body li > ul {
    margin-top: 15px;
}
.editor li:last-child,
.mce-content-body li:last-child {
    margin-bottom: 0;
}
.programm_json {
    display: none;
}
/*.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}*/
.main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.programme-details-col._35,
.programme-details-col._70 {
    background-color: rgba(70, 85, 125, 0.08);
}
.programme-details-row:nth-child(even) .programme-details-col._35,
.programme-details-row:nth-child(even) .programme-details-col._70 {
    background-color: rgba(70, 85, 125, 0.2);
}
.table_lightblue,
.table_purple,
.table_purple2 {
    border: 1px solid #ddd;
}
.table_lightblue tr,
.table_purple tr {
    height: 100%;
}
.table_lightblue td,
.table_purple td {
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 0;
    height: 100%;
}
#programme_table.table_purple td {
    border-top: none;
    border-bottom: none;
}
#programme_table.table_purple td.tb_col1 {
    border-bottom: 1px solid #ddd;
}
#programme_table.table_purple td.tb_col2:nth-child(2),
#programme_table.table_purple td.tb_col3:nth-child(3) {
    padding-top: 5px;
    border-top: 1px solid #ddd;
}
.table_lightblue tr:not(:first-child) > td:first-child:not(.tb_col2):not(.tb_col3),
.table_purple tr:not(:first-child) > td:first-child:not(.tb_col2):not(.tb_col3) {
    font-family: Gotham, sans-serif;
    color: #46557d;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
}
#programme_table .programme-tb-link:last-child,
#programme_table tr td:not(.last-child) p {
    margin-top: 0 !important;
}
.table_lightblue tr:not(:first-child) > td:first-child > p,
.table_purple tr:not(:first-child) > td:first-child > p {
    margin-top: 6px;
}
.table_lightblue tr:first-child > td,
.table_purple tr:first-child > td,
.table_purple tr:first-child > th,
.table_purple2 tr:first-child > td {
    background-color: #6e0065;
    padding: 20px;
    font-family: Gotham, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border: none;
}
.table_lightblue tr:first-child > td {
    background-color: #a1aac2;
}
.table_lightblue tr:not(:first-child) > td.tb_col2 p,
.table_lightblue tr:not(:first-child) > td.tb_col3 p,
.table_lightblue tr:not(:first-child) > td:not(:first-child) p,
.table_purple tr:not(:first-child) > td.tb_col2 p,
.table_purple tr:not(:first-child) > td.tb_col3 p,
.table_purple tr:not(:first-child) > td:not(:first-child) p {
    display: block;
    margin: 5px;
    padding: 10px 15px 10px 15px;
    color: #000;
    text-decoration: none;
}
.table_purple tr:not(:first-child) > td.tb_col2 p,
.table_purple tr:not(:first-child) > td.tb_col3 p,
.table_purple tr:not(:first-child) > td:not(:first-child) p {
    background-color: rgba(70, 85, 125, 0.08);
}
.table_purple2:not(.no_td_bg) tr:not(:first-child) > td:first-child > p {
    background-color: rgba(70, 85, 125, 0.08);
    margin: 5px;
}
.table_purple2 tr:not(:first-child) > td {
    border: 1px solid #ddd;
}
.table_purple2 tr:not(:first-child) > td > p {
    padding: 15px;
}
.table_common {
    border: 1px solid #ddd;
}
.table_common td {
    padding: 12px 18px;
    border-bottom: 1px solid #ddd;
}
.mce-item-table.table_left_purple,
.table_left_purple {
    border: 1px solid #ddd;
    border-left: 4px solid #6e0065;
}
.table_left_purple td {
    padding: 15px 15px;
}
.programme-details-rpg,
.programme-details-tpg {
    -webkit-overflow-scrolling: touch;
}
.inner-banner {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}
.inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/mask.png);
    background-size: 10px;
}
.support_cat {
    margin-bottom: 22px;
}
.support_cat:last-child {
    margin-bottom: 0;
}
.support_cat_banner {
    height: 269px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}
.support_cat_banner .title {
    color: #fff;
    line-height: 1.4;
    font-size: 34px;
    text-align: center;
/*    position: absolute;
    left: 50%;
    top: calc(50% - 10px);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.support_outer {
    margin-left: -2%;
    margin-right: -2%;
}
.support_child_container {
    padding-left: 2%;
    padding-right: 2%;
    float: left;
    width: 50%;
    margin-bottom: 38px;
}
.support_child_container:nth-child(odd) {
    clear: both;
}
.support_cell_container {
    border: 1px solid #dfdfdf;
}
.support_cell .title {
    background-color: #48557f;
    color: #fff;
    padding: 15px 80px 15px 24px;
    font-size: 20px;
    line-height: 1.4;
    display: block;
    position: relative;
}
.support_cell .title:after {
    content: "";
    position: absolute;
    width: 55px;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 1px solid #fff;
    background-image: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/campus-support/icon-campus-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.support_cell .detail {
    padding: 20px 24px;
}
.support_remark {
    max-width: 550px;
}
.inner-sub-title {
    position: relative;
    padding-bottom: 22px;
}
.inner-sub-title:after {
    content: "";
    position: absolute;
    /*background-image: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/title-graphic.svg);*/
    left: 50%;
    top: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    height: 20px;
    background-size: 120px;
    background-repeat: no-repeat;
    display: block;
}
.about_content_row {
    position: relative;
}
.about_content_row .left_col {
    position: absolute;
    left: 0;
    top: 50%;
    width: 49%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.type_image .about_content_row .left_col {
    height: 100%;
}
.about_content_row .left_col .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 42px 60px 42px 75px;
}
.about_content_row .right_col {
    margin-left: 49%;
    padding: 40px 50px;
}
.about_content_row .left_col .description_container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.about_content_row .left_col .description {
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.about_content_row .left_col .description table {
    width: 100%;
    margin-bottom: 24px;
}
.about_content_row .left_col .description table:last-child {
    margin-bottom: 0;
}
.about_content_row .left_col .description th {
    width: 124px;
}
.about_content_row .left_col .description td {
    padding-left: 20px;
    color: #fff;
    font-size: 20px;
}
.rank_circle {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    color: #6e0065;
    line-height: 1;
    font-family: Gotham;
    font-weight: 500;
}
.rank_circle_inner {
    border-radius: 50%;
    border: 3px solid #6e0065;
    height: 100%;
    padding: 20px 20px;
}
.rank_circle_inner .title {
    font-size: 20px;
    margin-bottom: 7px;
}
.rank_circle_inner .number {
    font-size: 46px;
}
.about_row {
    margin-bottom: 74px;
}
.about_row:last-child {
    margin-bottom: 0;
}
.about_row .right_col > .title {
    display: none;
    color: #6e0065;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
}
.about_row > .title {
    margin-bottom: 20px;
    padding-left: 25px;
    border-left: 5px solid #6e0065;
    font-family: Gotham, sans-serif;
    color: #6e0065;
    font-size: 35px;
    line-height: 1;
}
.study-option-title {
    margin-bottom: 30px;
}
/*.main-bg {
    background-position: 100% 0;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200px;
}
.main-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/mask.png);
    background-position: 0 0;
    background-size: 10px;
}*/
.home-link-img {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-link:nth-child(3n) {
    border-right-style: none;
}
.footer {
    height: auto;
    min-width: 1240px;
}
.faqs_cat {
    margin-bottom: 50px;
}
.faqs_cat:last-child {
    margin-bottom: 0;
}
.contact-name-box {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: none;
}
.contact-section {
    position: static;
    padding-top: 0;
}
.contact-info {
    padding-top: 50px;
}
.contact-map {
    height: 400px;
}
.contact-info-box {
    text-align: center;
    width: auto;
    display: block;
    border: none;
    float: none;
}
.contact-info-details {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.contact-name-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(right, rgba(70, 85, 125, 0.65), rgba(70, 85, 125, 0.65));
    background-image: linear-gradient(to left, rgba(70, 85, 125, 0.65), rgba(70, 85, 125, 0.65));
}
.contact-info-txt {
    text-align: left;
}
.app_process_container {
    padding-bottom: 46px;
    margin-bottom: 30px;
}
.app_process_row {
    position: relative;
    max-width: 935px;
    min-height: 130px;
}
.app_process_desc {
    padding-left: 50px;
    margin-left: 90px;
    padding-top: 65px;
    padding-bottom: 30px;
}
.app_process_step {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90px;
    padding: 65px 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.app_process_row:first-child .app_process_desc,
.app_process_row:first-child .app_process_step {
    padding-top: 20px;
}
.app_process_step:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 2;
    background-size: 100%;
    height: 46px;
    background-repeat: no-repeat;
}
.app_process_row:nth-child(odd) .app_process_step {
    background-color: #46557d;
}
.app_process_row:nth-child(even) .app_process_step {
    background-color: #6e0065;
}
.app_process_row:nth-child(odd) .app_process_step:before {
    background-image: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/scholarships-fees/scho-hkpfs-tri-blue.svg);
}
.app_process_row:nth-child(even) .app_process_step:before {
    background-image: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/scholarships-fees/scho-hkpfs-tri-purple.svg);
}
.container_apply {
    margin-left: 135px;
    margin-right: 135px;
    padding-left: 30px;
    padding-right: 30px;
}
.stage_container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
}
.stage_container .heading {
    position: absolute;
    -ms-transform: rotateZ(-90deg);
    -ms-transform-origin: right top;
    -webkit-transform: rotateZ(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotateZ(-90deg);
    -moz-transform-origin: right top;
    transform: rotateZ(-90deg);
    transform-origin: right top;
    right: calc(100% + 25px);
    white-space: nowrap;
    font-size: 40px;
    font-weight: 700;
    color: #6e0065;
}
.reg_stage .stage_container .heading {
    color: #46557d;
}
.step_container {
    border-left: 2px solid #6e0065;
    padding-left: 175px;
}
.reg_stage .step_container {
    border-color: #46557d;
    position: relative;
    overflow: hidden;
}
.step_row {
    margin-bottom: 35px;
}
.step_row > table td,
.step_row > table th {
    vertical-align: top;
}
.step_row > table th {
    font-size: 20px;
    color: #6e0065;
    white-space: nowrap;
    padding-right: 10px;
}
.reg_stage .step_row {
    margin-bottom: 0;
    padding-bottom: 35px;
}
.step_row:last-child {
    margin-bottom: 0;
}
.step_row .title {
    font-size: 20px;
    position: relative;
    color: #46557d;
    font-family: Gotham, sans-serif;
    display: inline-block;
    letter-spacing: 1px;
}
.step_row .description {
    font-size: 16px;
    border: 1px solid #ddd;
    border-left: 4px solid #6e0065;
    padding: 15px 15px;
    margin-top: 15px;
}
.apply_center_row {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f2f2f2;
}
.apply_remark_row {
    padding-top: 40px;
}
.applicant {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 80px;
}
.applicant:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 100%;
    background-size: cover;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.local_applicant {
    color: #6e0065;
    margin-right: 180px;
}
.local_applicant:before {
    background-image: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/how-to-apply/how-apply-tri-purple.svg);
}
.non_local_applicant {
    color: #46557d;
}
.non_local_applicant:before {
    background-image: url(/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/how-to-apply/how-apply-tri-blue.svg);
}
.applicant:after {
    content: "";
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 45px);
    width: 1px;
    background-color: #6e0065;
    height: 2000px;
}
.applicant.non_local_applicant:after {
    background-color: #46557d;
}
.is_both_applicant:after {
    content: "";
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 1px;
    background-color: #46557d;
    height: 50px;
}
.is_both_applicant:last-child:after {
    content: none;
}
.reg_stage {
    text-align: center;
}
.applicant_row {
    padding-top: 20px;
}
.is_local_applicant {
    text-align: left;
}
.is_non_local_applicant {
    float: right;
}
.reg_stage .step_row {
    position: relative;
    background-color: #fff;
    display: inline-block;
}
.reg_stage .step_row .title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.reg_stage .step_row.is_local_applicant,
.reg_stage .step_row.is_non_local_applicant {
    margin-bottom: 25px;
    padding-bottom: 0;
}
.reg_stage .step_row.is_local_applicant .title,
.reg_stage .step_row.is_non_local_applicant .title {
    margin-bottom: 10px;
}
.reg_stage .remark {
    text-align: left;
    position: relative;
    background-color: #fff;
}
.hidden {
    display: none !important;
}
.programme-details-contact-txt._90 {
    display: inline-block;
    width: 90%;
}
.enquiry a:hover {
    color: #5aa6e0;
}
.programme-details-row ._70.programme-details-col > div:only-child {
    padding-top: 5px;
}
.programme-pop {
    display: none;
}
.application-deadline-tb-txt .color-lightblue p {
    margin-bottom: 0;
}
.how_to_register .container_apply,
.visa_application .container_apply {
    margin-left: 125px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 90px;
}
.how_to_register .step_container {
    padding-left: 170px;
}
.registration-paragraph {
    margin-top: 0;
    padding-top: 20px;
}
.important_information .row > div {
    margin-bottom: 20px;
}
.important_information_remark ul {
    padding-left: 40px;
}
.important_information_remark li {
    padding-left: 0;
}
.application_deadline_table td,
.application_deadline_table th {
    padding-right: 25px;
    vertical-align: top;
}
.application_deadline_table th {
    text-align: left;
}
.application-deadline-tb-txt {
    padding-right: 15px;
}
.inperson .step_container {
    border-left: none;
    padding-left: 0;
}
.inperson .container_apply {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.step_row_group {
    position: relative;
    margin-bottom: 30px;
}
.step_row_group:last-child {
    margin-bottom: 0;
}
.step_row_group > .step_rows_container {
    margin-left: 195px;
    padding-left: 48px;
}
.step_row_group > .step_rows_container {
    width: calc(100% - 195px);
}
.step_row_group > .step_group_left_col {
    position: absolute;
    left: 0;
    width: 195px;
    height: 100%;
    border-right: 2px solid #6e0065;
}
.step_group_left_col > div {
    position: absolute;
    top: 50%;
    right: 20px;
    text-align: right;
    color: #6e0065;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-centre {
    height: auto;
}
.footer-download-row {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.footer-download-row > a {
    margin-left: 5px;
    margin-right: 5px;
}
.home-section {
    padding-bottom: 178px;
}
.home .footer-download-row {
    display: block;
}
.faqs-answer {
    height: auto;
    display: none;
}
.popup-content {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 40px 40px;
}
.popup-title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
}
.popup-description {
    margin-bottom: 18px;
}
.popup-button-row {
    text-align: center;
}
.popup-button-row .progm-btn-apply {
    display: inline-block;
}
.progm-btn-apply + .progm-btn-apply {
    margin-left: 10px;
}
.btn-admission-icon-layer2 {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.btn-admission-icon-layer3 {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    -webkit-transform: skew(0deg, -17deg) rotateX(0) rotateY(-22deg) rotateZ(0);
    transform: skew(0deg, -17deg) rotateX(0) rotateY(-22deg) rotateZ(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.btn-booklet-txt-b {
/*    position: relative;
    overflow: hidden;
    height: 40px;
    padding-right: 21px;
    padding-left: 21px;
    border: 1px solid #6e0065;
    border-radius: 2000px;
    background-image: -webkit-gradient(linear, left top, right top, from(#46557d), to(#6e0065));
    background-image: linear-gradient(90deg, #46557d, #6e0065);*/
}
.img-full {
    display: block;
    width: 100%;
}
.btn-booklet-txt {
    position: relative;
    /*font-size: 16px;*/
}
/*.update-admission-2020-07-24 {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #fff;
    text-align: center;
}*/
.header-btn-phd {
    position: relative;
    top: 50%;
    overflow: hidden;
    height: 40px;
    margin-left: 3%;
    padding-right: 20px;
    padding-left: 20px;
    float: right;
    border: 1px solid #46557d;
    border-radius: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: Gotham, sans-serif;
    color: #46557d;
    line-height: 40px;
    text-decoration: none;
}
.header-btn-phd:hover {
    border-color: #6e0065;
    color: #fff;
}
.header-btn-phd-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#46557d), to(#6e0065));
    background-image: linear-gradient(90deg, #46557d, #6e0065);
}
.header-btn-phd-hover2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#46557d), to(#6e0065));
    background-image: linear-gradient(90deg, #46557d, #6e0065);
}
.header-btn-phd-hover.btn-booklet-hover {
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 0;
    height: 100%;
    border-radius: 2000px;
    background-color: #fff;
    background-image: none;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
/*.btn-booklet {
    overflow: hidden;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #fff;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
}
.btn-booklet:hover {
    color: #6e0065;
}
.btn-booklet-icon {
    position: relative;
    display: block;
    width: 24px;
    margin-right: auto;
    margin-right: 5px;
    margin-top: 6px;
    margin-left: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
}*/
.footer-txt {
    z-index: 2;
}
.footer-button-row {
    display: flex;
    justify-content: center;
}
.table-col._47 {
    width: 47%;
}
.table-col.no-pd {
    padding: 0;
}
.table-col.margin {
    margin: 5px;
}
.logo{
    display: flex;
}
.container-menu{
    height: auto;
}

@media print {
    .inner-page-heading.font45 {
        font-size: 30px !important;
        line-height: 1.5 !important;
    }
    .progm-btn-apply,
    .programme-details-close {
        display: none;
    }
    .programme-details-rpg,
    .programme-details-tpg {
        position: relative;
        height: auto !important;
    }
    .footer-inner,
    .header {
        display: none;
    }
    .container-content {
        padding: 0;
    }
    .body {
        min-width: 0;
    }
    .container,
    .section-centre {
        max-width: 100%;
    }
    .application-deadline-answer,
    .faqs-answer {
        height: auto !important;
        display: block !important;
    }
    .step_container {
        padding-left: 30px;
    }
    html.w-mod-js [data-ix="fade-in-from-bottom"] {
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}
.description.editor {
    font-size: 16px;
}
.faqs {
    font-size: 16px;
}
.doc-req-intr-txt.editor {
    font-size: 16px;
}
.editor {
    font-size: 16px;
}
.section{
    margin-top: 50px;
    margin-bottom: 50px;
}
.inperson{
    height: auto;
}
.programme-pop {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    display: block;
    overflow: auto;
    background-color: #fff;
}
.btn-menu .mobile-menu-line01, .btn-menu .mobile-menu-line03{
    transition: transform 500ms ease 0s;
}
.btn-menu.active .mobile-menu-line01{
    transform: translateX(0px) translateY(10px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(45deg);
}
.btn-menu.active .mobile-menu-line03{
    transform: translateX(0px) translateY(-10px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(-45deg);
}
.mobile-menu-line02{
    transition: opacity 500ms ease 0s;
}
.btn-menu.active .mobile-menu-line02{
    opacity: 0;
}
.contact-info-col{
    margin-right: 60px;
}
.contact-info-col:last-child{
    margin-right: 0;
}
.title-section-center{
    padding-top: 10px;
}
.w-nav-overlay{
    display: none!important;
}
.prog-desp{
    font-size: inherit;
}


/* rpg  and tpg*/

.sec01-col.right {
  width: 35%;
  margin-left: 5%;
  float: right;
}

.sec01-col.left {
  width: 60%;
  float: left;
}

.sec01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-col {
  display: inline-block;
  padding: 20px;
  float: left;
}

.table-col._50 {
  width: 50%;
}

.table-col._50.content {
  margin: 5px;
  padding: 0px;
}

.table-col._20 {
  width: 20%;
  text-align: center;
}

.table-col._20.content {
  padding: 0px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.table-col._24 {
  width: 24%;
  text-align: center;
}

.table-col._24.content {
  padding: 0px;
}

.table-col._6 {
  width: 6%;
  text-align: center;
}

.table-col._6.content {
  padding: 0px;
  border-right: 1px solid #ddd;
}

.table-col._56 {
  width: 56%;
  text-align: center;
}

.table-col._56.content {
  margin: 5px;
  padding: 0px;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-row.title {
  background-color: #6e0065;
}

.table-row.content-tb {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.table-title {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.table-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.table-txt {
  display: block;
  margin: 5px;
  padding: 15px;
}

.table-txt.number {
  padding-right: 10px;
  padding-left: 10px;
}

.table-link {
  display: block;
  padding: 15px;
  background-color: rgba(70, 85, 125, 0.08);
  color: #000;
  text-decoration: none;
}

.table-link:hover {
  background-color: rgba(70, 85, 125, 0.2);
}

.sec02 {
  width: 100%;
  margin-bottom: 75px;
}

.notes-txt {
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.sec03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.sec03-col.left {
  width: 60%;
  float: right;
}

.sec03-col.left {
  width: 35%;
  margin-right: 5%;
  float: left;
}

.sec03-col.right {
  width: 60%;
  float: right;
}

.img {
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  border-radius: 1000px;
}

.img._01 {
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img012x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img._02 {
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img022x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img._03 {
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img032x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.steps-col-l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 90px;
  padding-top: 60px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.steps-col-l.blue {
  background-color: #46557d;
}

.steps-col-l.blue._01 {
  padding-top: 30px;
}

.steps-col-l.purple {
  background-color: #6e0065;
}

.steps-col-r {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 120px;
  float: right;
}

.steps-col-r._01 {
  padding-top: 30px;
}

.steps-title {
  font-family: Gotham, sans-serif;
  color: #46557d;
  font-size: 16px;
  font-weight: 700;
}

.steps-title.blue {
  color: #46557d;
}

.steps-title.purple {
  color: #6e0065;
}

.triangle-blue {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 90px;
  height: 48px;
  margin-bottom: -48px;
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/triangle-blue2x.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.triangle-purple {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 90px;
  height: 48px;
  margin-bottom: -48px;
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/triangle-purple2x.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps-table {
  margin-bottom: 50px;
}

.sec04 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec04-col.right {
  width: 35%;
  margin-left: 5%;
  float: right;
}

.sec04-col.right.mobile {
  display: none;
}

.sec04-col.left {
  width: 60%;
  float: left;
}

.superscript {
  display: inline-block;
  margin-left: 1px;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  font-size: 10px;
  line-height: 10px;
}

.table {
  margin-top: 20px;
}

.notes-number {
  margin-right: 5px;
  float: left;
}

.notes-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.table-heading {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}
.subtitle {
    margin-bottom: 15px;
    font-family: Gotham, sans-serif;
    color: #46557d;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
  
  .table-col._50.content {
    width: 35%;
  }
  .table-col._20 {
    width: 27%;
  }
  .table-col._20.content {
    width: 27%;
  }
  .table-col._24 {
    width: 30%;
  }
  .table-col._24.content {
    width: 30%;
  }
  .table-col._6.content {
    width: 8%;
  }
  .table-col._56 {
    width: 43%;
  }
  .header-btn-phd {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  
  .subtitle {
    font-size: 17px;
    line-height: 24px;
  }
  .sec01-col.right {
    width: 100%;
  }
  .sec01-col.left {
    width: 100%;
    margin-bottom: 15px;
  }
  .sec01 {
    display: block;
    margin-bottom: 50px;
  }
  .table-col {
    padding: 10px 15px;
  }
  .table-col._20 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-col._24 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-title {
    font-size: 15px;
    line-height: 19px;
  }
  .table-txt {
    padding: 10px;
  }
  .table-txt.number {
    padding-right: 0px;
    padding-left: 0px;
  }
  .table-link {
    padding: 10px;
  }
  .sec02 {
    margin-bottom: 50px;
  }
  .notes-txt {
    font-size: 11px;
    line-height: 17px;
  }
  .sec03 {
    display: block;
    margin-bottom: 50px;
  }
  .sec03-col.left {
    width: 100%;
    margin-right: 0%;
  }
  .sec03-col.right {
    width: 100%;
  }
  .img._02 {
    margin-bottom: 25px;
  }
  .img._03 {
    margin-bottom: 25px;
  }
  .steps-col-l {
    width: 80px;
    padding-top: 50px;
    font-size: 14px;
  }
  .steps-col-l.blue._01 {
    padding-top: 20px;
  }
  .steps-col-r {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 100px;
  }
  .steps-col-r._01 {
    padding-top: 20px;
  }
  .steps-title {
    font-size: 14px;
  }
  .triangle-blue {
    width: 80px;
  }
  .triangle-purple {
    width: 80px;
  }
  .steps-table {
    margin-bottom: 25px;
  }
  .sec04 {
    display: block;
    margin-bottom: 50px;
  }
  .sec04-col.right {
    position: static;
    display: none;
    width: 100%;
    margin-left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sec04-col.right.mobile {
    display: block;
  }
  .sec04-col.left {
    width: 100%;
  }
  .superscript {
    font-size: 8px;
    line-height: 8px;
  }
  .table-heading {
    font-size: 14px;
    line-height: 20px;
  }
}

/*.w-slider-dot {
width: 13px;
height: 13px;
background: #ffffff;
opacity: 0.77;
border: 0px;
margin: 0 7px .3em;
}
.w-slider-dot.w-active {
width: 13px;
height: 13px;
background: #6e0065;
opacity: 1;
border: 0px;
}*/

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 540px;
}

.hide {
  display: none;
}

.slide {
  height: 540px;
}

.slide._01 {
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/landing-slide011.5x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._02 {
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/landing-slide021.5x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._03 {
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/landing-slide031.5x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._04 {
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/landing-slide041.5x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  position: absolute;
  z-index: 1500;
}


.section-content.slider {
  position: relative;
  height: 540px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-content.banner {
  height: 420px;
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/landing-banner1.5x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-content.bottom {
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 0px;
  padding-bottom: 30px;
}

.section-content.part4 {
  padding-bottom: 0px;
}

/*.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
*/
.container.banner {
  position: relative;
  z-index: 1000;
  height: 100%;
}

.banner-txt-b {
  position: relative;
  left: 50%;
  top: 50%;
  width: 70%;
  padding: 25px;
  background-color: hsla(0, 0%, 100%, 0.77);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-title {
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 700;
}

.btn {
  position: relative;
  margin-top: 10px;
  padding: 8px 15px 5px;
  background-color: #6e0065;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
}

.icon-link {
  position: relative;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.icon-link-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  color: #46557d;
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
}

.icon-link-btn:hover {
  color: #6e0065;
}
.icon-b {
    /*position: relative;
    left: 50%;
    width: 850px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);*/
}

.icon-align-b {
  width: 25%;
  padding-right: 1%;
  padding-left: 1%;
  float: left;
  text-align: center;
}
.icon-b .icon-align-b {
    margin-bottom: 60px;
}
.icon-row-btn {
  position: relative;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.icon-row-btn:hover {
  color: #6e0065;
}

.icon-col {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 80px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon-txt-b {
  margin-left: 160px;
}

.icon-title {
  font-family: Gotham, sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
}

.bottom-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  font-family: Gotham, sans-serif;
  color: #fff;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.bottom-link-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bottom-link-bg.arts {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-arts2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-arts2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-link-bg.business {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-business2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-business2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-link-bg.education {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-education2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-education2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-link-bg.engineering {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-engineering2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-engineering2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-link-bg.inter-faculty {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-inter-faculty2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-inter-faculty2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-link-bg.law {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-law2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-law2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-link-bg.medicine {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-medicine2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-medicine2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-link-bg.science {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-science2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-science2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-link-bg.social-science {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-social-science2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/img-social-science2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bottom-link-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bottom-link-align {
  width: 11.11%;
  padding-right: 0.25%;
  padding-left: 0.25%;
  float: left;
}
.inner-page-heading{
    font-weight: 700;
}
@media (max-width: 991px){
.container.video {
    padding-right: 2%;
    padding-left: 2%;
  }
  .banner-txt-b {
    width: 90%;
  }
  .icon-align-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-align-b._05 {
    margin-left: 12.5%;
  }
  .bottom-link-align {
    width: 33.33%;
    padding-right: 0.5%;
    padding-left: 0.5%;
  }
  .contact-info-col.left {
    margin-right: 30px;
  }
  .icon-b {
    width: 100%;
  }
}
@media (max-width: 767px){
.section-content.slider {
    height: 540px;
  }
  .slider{
    height: 100%;
  }
  .section-content.banner {
    height: 210px;
  }
  .section-content.bottom {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .section-content.icon {
    padding-bottom: 20px;
  }
  .banner-txt-b {
    padding: 15px;
  }
  .banner-title {
    font-size: 17px;
    line-height: 23px;
  }
  .btn {
    font-size: 15px;
  }
  .icon-link {
    margin-bottom: 5px;
  }
  .icon-link-btn {
    font-size: 15px;
  }
  .icon-align-b {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }
  .icon-align-b._05 {
    margin-left: 0%;
  }
  .icon-align-b._07 {
    margin-top: -20px;
  }
  .icon-row-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .icon-col {
    position: static;
    margin-bottom: 5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .icon-txt-b {
    margin-left: 0px;
  }
  .icon-title {
    font-size: 15px;
    line-height: 25px;
  }
}
/*end rpg */


.btn-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 40px;
  height: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius: 50px;
  background-color: #48557f;
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/icon-campus-arrow.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn-top:hover {
  background-color: #a4aabc;
}

.btn-top.home {
  margin-bottom: 33px;
}

@media screen and (max-width: 1199px) {
    .table_common td{
        padding: 8px 10px;
    }
}
@media screen and (min-width: 992px) {
    .menu > li:hover .dropdown_list {
        display: block;
        z-index: 2;
    }
    .menu .dropdown_list li.active a,
    .menu .dropdown_list li > a:hover {
        background-color: #6e0065;
        color: #fff;
    }
    .container-menu{
        display: block!important;
    }
    .fixed_menu .container-menu {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
    }
    .programme-division-click{
        display: none!important;
    }
}
@media screen and (max-width: 991px) {

    .header:after{
        content: '';
        position: absolute;
        bottom: 0;
        height: 5px;
        display: block;
        left: 0;
        width: 100%;
        background-image: linear-gradient(90deg, #46557d, #6d0064);
    }
    .menu{
        flex-direction: column;
    }
    .menu > li{
        width: 100%;
        background-color: #6e0065;
    }
    .menu > li > a{
        padding: 20px 20px;
    }
    .menu > li.hidden_menu{
        display: none;
    }
    .menu .dropdown_list{
        position: relative;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .menu .dropdown_list li{
        display: block;
    }
    .menu .dropdown_list li > a{
        display: block;
        float: none;
        font-size: 16px;
        line-height: 1.4;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .container-menu{
        display: none;
        background-color: #6e0065;
        background-image: none;
    }
    .container-menu .container{
        padding-left: 0;
        padding-right: 0;
    }
    .about_content_row .left_col{
        position: relative;
        width: 100%;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .about_content_row .right_col{
        margin-left: 0;
        width: 100%;
    }
    .about_content_row .left_col .description{
        position: relative;
        top: 0;
        width: 100%;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .about_content_row .left_col .image{
        min-height: 200px;
    }
    .support_child_container{
        width: 100%;
    }
    .faqs-question-no{
        width: 30px;
    }
    .faqs-question-txt{
        width: calc(100% - 30px);
    }
    .finance-part01-box.align-left.w48p, .hkpfs-video-block{
        float: none;
        width: 100%;
    }
    .hkpfs-video{
        height: auto;
    }
    .section{
        /*margin-bottom: 20px;*/
    }
    .stage_container .heading{
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        position: static;
        margin-bottom: 40px;
        text-align: center;
        font-size: 34px;
        white-space: normal;
        line-height: 1.4;
    }
    .how_to_register .container_apply, .visa_application .container_apply{
        margin-left: 0;
        padding-bottom: 0;
    }
    .step_container{
        border-left: none;
    }
    .how_to_register .step_container, .step_container{
        padding-left: 0;
    }
    .container_apply{
        padding-left: 0;
        padding-right: 0;
    }
    .step_row > table th{
        padding-bottom: 5px;
    }
    .step_row > table td, .step_row > table th{
        display: block;
        text-align: left;
    }
    .step_row .description{
        margin-top: 5px;
    }
    .title-section-center{
        padding-left: 0;
        padding-right: 0;
    }
    .step_row_group > .step_group_left_col{
        position: static;
        width: auto;
        border-right: none;
        margin-bottom: 10px;
    }
    .step_group_left_col > div{
        position: static;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        text-align: left;
    }
    .step_row_group > .step_rows_container{
        width: auto;
        margin-left: 0;
        padding-left: 0;
    }
    .container_apply{
        margin-left: 0;
        margin-right: 0;
    }
    .step_row table{
        width: 100%;
    }
    .faqs-answer-txt{
        margin-left: 0;
    }
    .faqs-qestion-open, .faqs-qestion-close{
        padding-right: 30px;
    }
    .about_content_row .right_col{
        padding: 20px 20px;
    }
    .title-section-center{
        padding-top: 0px;
    }
    .main{
        padding-top: 20px;
    }
    .about_content_row .left_col .image{
        padding: 20px 20px;
    }
    .rank_circle{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .about_content_row .left_col .description th, .about_content_row .left_col .description td{
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .editor p{
        height: auto!important;
    }
    .menu > li.active .dropdown_list{
        display: block;
    }
    .menu .dropdown_list li.active{
        font-weight: bold;
    }
    .menu .dropdown_list li > a{
        padding-left: 30px;
        padding-right: 30px;
    }
    .inner-sub-title{
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media screen and (max-width: 767px) {
    .finance-part01-img-mask{
        padding-top: 0;
        padding-bottom: 100%;
    }
    .finance-part01-img-mask, .finance-part01-box{
        width: 100%;
        float: none;
    }
    .app_process_step{
        width: 75px;
    }
    .app_process_desc{
        padding-left: 0;
    }
    table{
        display: block;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .inner-page-heading, .inner-page-heading.font45{
        font-size: 35px;
        line-height: 1.2;
    }
    .contact-info-col{
        margin-right: 0;
        padding-right: 10px;
    }
    .inner-page-heading.mobile-small, .inner-page-heading.font45.mobile-small{
        font-size: 30px;
    }
}

/* */
     .student-sharing-item:nth-child(4n+2) .student-sharing-item-box,
      .student-sharing-item:nth-child(4n+3) .student-sharing-item-box {
        background-color: #ffffff;
      }
      .student-sharing-item:nth-child(4n+2) .student-sharing-bottom-mask,
      .student-sharing-item:nth-child(4n+3) .student-sharing-bottom-mask {
        display: none;
      }
      .student-sharing-item:nth-child(4n+2) .student-sharing-item-img-b,
      .student-sharing-item:nth-child(4n+3) .student-sharing-item-img-b {
        top: auto;
        bottom: 0;
        right: 0;
        left: auto;
      }
      .student-sharing-item:nth-child(4n+2) .student-sharing-item-frame,
      .student-sharing-item:nth-child(4n+3) .student-sharing-item-frame {
        padding-left: 40px;
        padding-right: 90px;
      }
      .student-sharing-item:nth-child(4n+2) .student-sharing-item-wrap,
      .student-sharing-item:nth-child(4n+3) .student-sharing-item-wrap {
        padding-left: 25px;
        padding-right: 50px;
      }
      .student-sharing-item:nth-child(4n+2) .sharing-item-title,
      .student-sharing-item:nth-child(4n+3) .sharing-item-title {
        color: #6e0065;
      }
      .student-sharing-item:nth-child(4n+2) .student-sharing-highlight-mask,
      .student-sharing-item:nth-child(4n+2) .student-sharing-bottom-mask,
      .student-sharing-item:nth-child(4n+3) .student-sharing-highlight-mask,
      .student-sharing-item:nth-child(4n+3) .student-sharing-bottom-mask {
        background-color: #46557d;
      }
      .student-sharing-item:nth-child(4n+2) .sharing-name,
      .student-sharing-item:nth-child(4n+2) .sharing-region,
      .student-sharing-item:nth-child(4n+3) .sharing-name,
      .student-sharing-item:nth-child(4n+3) .sharing-region {
        color: #46557d;
      }
      @media(max-width: 991px) {
        .student-sharing-item:nth-child(4n+2) .student-sharing-item-box,
        .student-sharing-item:nth-child(4n+3) .student-sharing-item-box {
          background-color: #eee;
        }
        .student-sharing-item:nth-child(4n+2) .student-sharing-bottom-mask,
        .student-sharing-item:nth-child(4n+3) .student-sharing-bottom-mask {
          display: block;
        }
        .student-sharing-item:nth-child(4n+2) .student-sharing-item-img-b,
        .student-sharing-item:nth-child(4n+3) .student-sharing-item-img-b {
          top: 0;
          bottom: auto;
          right: auto;
          left: 0;
        }
        .student-sharing-item:nth-child(4n+2) .student-sharing-item-frame,
        .student-sharing-item:nth-child(4n+3) .student-sharing-item-frame {
          padding-left: 30px;
          padding-right: 30px;
        }
        .student-sharing-item:nth-child(4n+2) .student-sharing-item-wrap,
        .student-sharing-item:nth-child(4n+3) .student-sharing-item-wrap {
          padding-left: 50px;
          padding-right: 15px;
        }
        .student-sharing-item:nth-child(4n+2) .sharing-item-title,
        .student-sharing-item:nth-child(4n+3) .sharing-item-title {
          color: #46557d;
        }
        .student-sharing-item:nth-child(4n+2) .student-sharing-highlight-mask,
        .student-sharing-item:nth-child(4n+2) .student-sharing-bottom-mask,
        .student-sharing-item:nth-child(4n+3) .student-sharing-highlight-mask,
        .student-sharing-item:nth-child(4n+3) .student-sharing-bottom-mask {
          background-color: #6e0065;
        }
        .student-sharing-item:nth-child(4n+2) .sharing-name,
        .student-sharing-item:nth-child(4n+2) .sharing-region,
        .student-sharing-item:nth-child(4n+3) .sharing-name,
        .student-sharing-item:nth-child(4n+3) .sharing-region {
          color: #6e0065;
        }
        .student-sharing-item:nth-child(2n) .student-sharing-item-box {
          background-color: #ffffff;
          padding-bottom: 0px;
        }
        .student-sharing-item:nth-child(2n) .student-sharing-item-wrap,
        .student-sharing-item:nth-child(2n) .student-sharing-item-frame {
          padding-bottom: 0px;
        }
        .student-sharing-item:nth-child(2n) .student-sharing-bottom-mask {
          display: none;
        }
        .student-sharing-item:nth-child(2n) .sharing-item-title {
          color: #6e0065;
        }
        .student-sharing-item:nth-child(2n) .student-sharing-highlight-mask,
        .student-sharing-item:nth-child(2n) .student-sharing-bottom-mask {
          background-color: #46557d;
        }
        .student-sharing-item:nth-child(2n) .sharing-name,
        .student-sharing-item:nth-child(2n) .sharing-region {
          color: #46557d;
        }
      }
      @media(max-width: 797px) {
        .student-sharing-item:nth-child(4n+2) .student-sharing-item-wrap,
        .student-sharing-item:nth-child(4n+3) .student-sharing-item-wrap {
          padding-left: 30px;
          padding-right: 15px;
        }
      }
      @media(max-width: 479px) {
        .student-sharing-item:nth-child(4n+2) .student-sharing-item-wrap,
        .student-sharing-item:nth-child(4n+3) .student-sharing-item-wrap {
          padding-left: 15px;
          padding-right: 15px;
        }
        .student-sharing-item:nth-child(2n) .student-sharing-item-frame {
          padding-left: 15px;
          padding-right: 15px;
        }
        .student-sharing-item:nth-child(2n) .student-sharing-item-wrap {
          padding-left: 15px;
          padding-right: 15px;
        }
      }
f
.student-sharing-highlight-img-b {
    padding: 15px;
}
.bottom-link-txt-2 {
    font-size: 14px;
}

.pop-up {
    background-color:#6e0065 ;
}
.popup-content{
    background-color:#6e0065 ;color:#ffffff;
}
.progm-btn-apply {
    background-color:#ffffff ;
}

.progm-btn-apply-close {
  /*background-color:#ffffff ;  */
  position: relative;
  top: 20px;
  display: block;
  overflow: visible;
  width: 150px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  border: 1px solid #6d0064;
  border-radius: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Gotham, sans-serif;
  color: #6e0065;
  line-height: 40px;
  text-align: center;
  text-decoration: none;

  width: auto;margin-bottom: 10px;
}
.progm-btn-apply-close > div {
  color: #ffffff;   
  /*font-size: 20px;*/
}
.contact-icon.linkedin {
  background-image: url('/20240725132751oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/icon-linkedin.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}
.linkedin-text{
    font-size: 14px;
}
@media screen and (max-width: 767px){
.contact-icon.linkedin {
    background-size: 18px;
}
.linkedin-text{
    font-size: 12px;
}
.contact-txt-link.linkedin {
    margin-top: 1px;
}
}

.no-margin {
    margin: auto;
}
