
@font-face {
  font-family: 'Gotham book';
  font-style: normal;
  font-weight: 400;
  src: local('Gotham book'), url('/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.otf') format('opentype');
  src: url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.eot?79825710");
  src: url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.eot?79825710#iefix") format("embedded-opentype"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.woff?79825710") format("woff"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.ttf?79825710") format("truetype"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Book.svg?79825710#Gotham-Book") format("svg");
}
@font-face {
  font-family: 'Gotham book';
  font-weight: bold;
  font-style: normal;
  src: local('Gotham'), url('/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.otf') format('opentype');
  src: url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.eot?79825710");
  src: url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.eot?79825710#iefix") format("embedded-opentype"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.woff?79825710") format("woff"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.ttf?79825710") format("truetype"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.svg?79825710#Gotham-Medium") format("svg");
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: local('Gotham'), url('/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.otf') format('opentype');
  src: url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.eot?79825710");
  src: url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.eot?79825710#iefix") format("embedded-opentype"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.woff?79825710") format("woff"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.ttf?79825710") format("truetype"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Light.svg?79825710#Gotham-Light") format("svg");
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: local('Gotham'), url('/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.otf') format('opentype');
  src: url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.eot?79825710");
  src: url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.eot?79825710#iefix") format("embedded-opentype"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.woff?79825710") format("woff"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.ttf?79825710") format("truetype"), url("/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/fonts/Gotham-Medium.svg?79825710#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;
}
ul, ol{
    padding-left: 15px;
}
img{
    max-width: 100%;
}
/*.section-centre{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-bottom: 0;
}*/
.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: white;
    padding: 8px 25px;
    font-size: 16px;
    /*position: relative;*/
}

.menu .dropdown_list{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
}
.menu li.active .dropdown_list{
    /*display: block;*/
}
.menu .hidden_menu .dropdown_list{
    top: 40px;
}
.menu > li:hover .dropdown_list{
    display: block;
    z-index: 2;
}
.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;
}
.menu .dropdown_list li.active a, .menu .dropdown_list li > a:hover{
    background-color: #6e0065;
    color: #fff;
}
.fixed_menu .container-menu {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
}
.fixed_menu .menu > li.active .dropdown_list{
    display: block;
/*    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;*/
/*    background-image: -webkit-linear-gradient(0deg, #46557d, #6e0065);
    background-image: linear-gradient(90deg, #46557d, #6e0065);*/
}
/*.fixed_menu .menu > li.active .dropdown_list a{
    color: white;
}
.fixed_menu .menu > li.active .dropdown_list li.active a, .fixed_menu .menu > li.active .dropdown_list a:hover{
    background-color: white;
    color: #6e0065;
}*/


video{
    max-width: 100%;
}
p:last-child, ul:last-child, ol:last-child{
    margin-bottom: 0;
}
.clearfix:before,
.clearfix:after
 {
  content: " ";
  display: table;
}
.clearfix:after{
  clear: both;
}
.prog-desp a, .programme-details-tb a, .programme-details-tb a, .programme-details-contact a, .editor a, .mce-content-body a{
	color: #5aa6e0;
}
.website a{
    word-break: break-all;
}
.mce-content-body li, .editor li{
    margin-bottom: 12px;
    padding-left: 15px;
}
.mce-content-body li > ul, .editor li > ul{
    margin-top: 15px;
}
.mce-content-body li:last-child, .editor 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, .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, .2);
}
.table_purple, .table_purple2, .table_lightblue{
    border: 1px solid #ddd;
}
.table_purple tr, .table_lightblue tr{
    height: 100%;
}
.table_purple td, .table_lightblue 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_purple tr:not(:first-child) > td:first-child:not(.tb_col2):not(.tb_col3),
.table_lightblue 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_purple tr:not(:first-child) > td:first-child > p,
.table_lightblue tr:not(:first-child) > td:first-child > p{
    margin-top: 6px;
}
.table_purple tr:first-child > td,
.table_purple tr:first-child > th,
.table_purple2 tr:first-child > td,
.table_lightblue 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_purple 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_lightblue tr:not(:first-child) > td:not(:first-child)  p,
.table_lightblue tr:not(:first-child) > td.tb_col2  p,
.table_lightblue tr:not(:first-child) > td.tb_col3  p{
    display: block;
    margin: 5px;
    padding: 10px 15px 10px 15px;
    color: #000;
    text-decoration: none;
}
.table_purple 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{
    background-color: rgba(70, 85, 125, .08);
}

.table_purple2:not(.no_td_bg) tr:not(:first-child) > td:first-child > p{
    background-color: rgba(70, 85, 125, .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;

}
.table_common tr > td:first-child{
/*    font-family: Gotham, sans-serif;
    color: #46557d;
    font-size: 16px;
    font-weight: 500;*/
    
}
.table_left_purple, .mce-item-table.table_left_purple{
    border: 1px solid #ddd;
    border-left: 4px solid #6e0065;

}
.table_left_purple td{
    padding: 15px 15px;
}


.programme-details-tpg, .programme-details-rpg{
	-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('/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/mask.png');
    /*background-repeat: repeat;*/
    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;
}
.support_cat_banner .title{
    color: white;
    line-height: 1;
    font-size: 34px;
    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: -50px;
    margin-right: -50px;
}
.support_child_container{
    padding-left: 50px;
    padding-right: 50px;
    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: white;
    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 white;
    background-image: url(/20201208124702oe_/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(/20201208124702oe_/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, .about_content_row .right_col{
    float: left;
}*/
.about_content_row .left_col{
    position: absolute;
    left: 0;
    top: 50%;
    width: 587px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*height: 100%;*/
}
.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 .left_col video{
    /*height: 100%;*/
    /*background-color: black;*/
}
.about_content_row .right_col{
    margin-left: 587px;
    padding: 40px 50px;
    /*width: calc(100% - 587px);*/
}
.about_content_row .left_col .description_container{
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.about_content_row .left_col .description{
    /*padding: 42px 60px 42px 75px;*/
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
}
.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: white;
    font-size: 20px;
}
.rank_circle{
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background-color: white;
    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: bold;
    margin-bottom: 20px;
    font-size: 20px;
}
/*.about_row:first-child .about-cuhk-content-box{
    border-color: transparent;
}
.about_row:first-child > .title{
    display: none;
}
.about_row:first-child .right_col > .title{
    display: block;
}*/
.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% 0px;
    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(/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/mask.png);
    background-position: 0px 0px;
    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, .65), rgba(70, 85, 125, .65));
    background-image: linear-gradient(to left, rgba(70, 85, 125, .65), rgba(70, 85, 125, .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: white;
    font-size: 17px;
}
.app_process_row:first-child .app_process_step, .app_process_row:first-child  .app_process_desc{
    padding-top: 20px;
}
.app_process_step:before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 2;
    background-size: cover;
    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(/20201208124702oe_/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(/20201208124702oe_/https://www.gs.cuhk.edu.hk/admissions/resources/website/common/images/scholarships-fees/scho-hkpfs-tri-purple.svg);
}
.container_apply{
    /*max-width: 930px;*/
    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;
    /*top: 50%;*/
    font-size: 40px;
    font-weight: bold;
    color: #6e0065;
}
.reg_stage .stage_container .heading{
    color: #46557d;
}
.step_container{
    border-left: 2px solid #6e0065;
    padding-left: 175px;
    /*padding-bottom: 35px;*/
}

.reg_stage .step_container{
    border-color: #46557d;
    position: relative;
    overflow: hidden;
}
.reg_stage .container_apply{
    /*margin-right: 0;*/
}
.step_row{
    margin-bottom: 35px;
    /*padding-left: 62px;*/
}
.step_row > table th, .step_row > table td{
    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 .title:before{
    content: '';
    position: absolute;
    border: 2px solid #46557d;
    display: block;
    left: -65px;
    top: -3px;
    padding: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    
}
.step_row .title:after{
    content: '';
    left: -60px;
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: #46557d;
    position: absolute;
    display: block;
    border-radius: 50%;
    
}*/
.step_row .title{
    /*padding-left: 62px;*/
}
.step_row .description{
    font-size: 16px;
    border: 1px solid #ddd;
    border-left: 4px solid #6e0065;
    padding: 15px 15px;
    /*margin-left: 62px;*/
    margin-top: 15px;
}

.apply_center_row{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F2F2F2;
}
.apply_center_inner{

}
.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(/20201208124702oe_/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(/20201208124702oe_/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;
    /*transform: translateX(-25%);*/
}
.reg_stage .step_row{
    position: relative;
    background-color: white;
    display: inline-block;
}
/*.reg_stage .step_row:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
}*/

.reg_stage .step_row .title{
    margin-top: 20px;
    margin-bottom: 20px;
    /*padding-bottom: 10px;*/
}
.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: white;
}
.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 .step_row, .visa_application .step_row{
    padding-left: 0;
}*/
/*.how_to_register .step_row .title:before, .how_to_register .step_row .title:after,
.visa_application .step_row .title:before, .visa_application .step_row .title:after{
    content: none;
}*/
.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_row .description{
    padding: 0;
    border: none;
    margin-top: 10px;
}*/
.how_to_register .step_row .description, .visa_application .step_row .description{
    /*margin-left: 87px;*/
}
.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 th, .application_deadline_table td{
    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: bold;
    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: white;
    padding: 40px 40px;
}
.popup-title{
    font-weight: bold;
    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;
}
.popup{
    /*width: 100%;*/
}
.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(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -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(0deg) rotateY(-22deg) rotateZ(0deg);
  transform: skew(0deg, -17deg) rotateX(0deg) rotateY(-22deg) rotateZ(0deg);
  -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: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -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: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 0px;
  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;
  /*padding-top: 10px;*/
  -webkit-transition: color 500ms ease;
  transition: color 500ms 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;
}
@media print {
    .inner-page-heading.font45{
        font-size: 30px!important;
        line-height: 1.5!important;
    }
	.programme-details-close, .progm-btn-apply{
		display: none;
	}
	.programme-details-tpg, .programme-details-rpg{
		position: relative;
		height: auto!important;
	}
	.header, .footer-inner{
		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;
    }
}













