.bg_three {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
}

.fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.news_pagination{
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  overflow: hidden;
  line-height: 25px;
  height:25px;
  text-align: center;
  padding: 0px;
  width: 25px;
  margin: 0px 3px;
  color: #6a5d9d !important;
  }

  .wp-pagenavi a > span, .wp-pagenavi span > span, .wp-pagenavi span > a{
    margin: auto;
  }

  .wp-pagenavi a:hover,  .wp-pagenavi span.current{
    background-color: #6a5d9d;
    color:#fff !important;
    print-color-adjust: exact; 
  }

/* @-moz-document url-prefix() {
  .wp-pagenavi a, .wp-pagenavi span {
    line-height: 28px;
    }
} */

  .wp-pagenavi .previouspostslink{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: auto;
    border:none !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .wp-pagenavi .previouspostslink:hover{
    background: none;
    color: #000000 !important;
  }
  .wp-pagenavi .nextpostslink{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: auto;
    border:none !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .wp-pagenavi .nextpostslink:hover{
    background: none;
    color: #000000 !important;
  }

/* home */

.home_section {
}

.home_section .left_title {
  display: table;
  position: relative;
  width: 65%;
}

.home_section .left_title > .tr > * {
  display: table-cell;
}

.home_section .left_title .title {
  display: table-cell;
  vertical-align: top;
  padding: 70px 50px 0px 50px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
}

.home_section .left_title .description {
  display: table-cell;
  vertical-align: bottom;
  padding: 70px 50px;
  line-height: 1.6em;
}

.home_section .left_title .description .btn_wrapper {
  margin-top: 20px;
}

.home_section .left_title .description .btn_wrapper a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  padding-right: 35px;
}

.home_section .left_title .description .btn_wrapper a:hover {
  padding-right: 45px;
}

.home_section .left_title .description .btn_wrapper a .arrow_right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  height: 20px;
}

.home_section .left_title .description .btn_wrapper a span {
  border-bottom: 1px solid #1d1d1b;
  display: inline-block;
  font-weight: 500;
}

.home_section .right_title {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 40%;
  text-align: right;
}

.home_section .right_title .right_title_flex {
  position: absolute;
  top: 0px;
  right: 50px;
  bottom: 70px;
  left: 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.home_section .right_title .header_bg {
  flex-shrink: 0;
  flex-grow: 0;
}

.home_section .right_title .home_banner {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: end;
}

.home_apply_btn {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: fixed;
  top:0px;
  bottom: 0px;
  right: 0%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0px;
  z-index: 12;
  display: flex;
  background-color: #6a5d9d;
  color: #fff;  
  width: 180px;
  height: 50px;
  text-align: center;
  align-items: center;
  padding: 5px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  margin-right: -65px;
  font-size: calc(12px + 0.6vw);
  print-color-adjust: exact; 
}

.zh_body .home_apply_btn, .cn_body .home_apply_btn{
  width: 120px;
  letter-spacing: 0.1em;
  margin-right: -35px;
}

.home_apply_btn div{
  margin: auto;
  text-align: center;
  line-height: 1.4em;
}

.zh_body.show_apply_now .home_apply_btn, .cn_body.show_apply_now .home_apply_btn{
  margin-right: -35px;
}

.home_apply_btn:hover{
  opacity: 0.5;
}

/* @-moz-document url-prefix() {
  .home_apply_btn {
    padding: 8px 5px 2px 5px;
  }
} */


.home_section .right_title .home_banner .apply_btn {
  position: absolute;
  right: 100%;
  bottom: 30px;
  text-align: right;
  padding: 30px 30px;
  color: #6a5d9d;
  text-align: center;

  text-transform: uppercase;
  line-height: 1em !important;
  white-space: nowrap;
  margin-right: -10px;
  cursor: pointer;
}

.home_section .right_title .home_banner .apply_btn:hover{
  opacity: 0.5;
}

/* @-moz-document url-prefix() {
  .home_section .right_title .home_banner .apply_btn {
    padding: 35px 30px 25px;
  }
} */

.home_section .right_title .home_banner .apply_btn::before {
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border: 2px solid transparent;
  background: linear-gradient(-45deg, #6a5d9d, #dfd7d5) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  print-color-adjust: exact; 
}

.home_section .right_title .home_banner img {
  width: 100%;
  height: auto;
}

.home_section .right_title .home_banner + .t1 {
  margin-top: 30px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: 400;
}

/* home video banner */

.scrollin4{
  -ms-transform: translateY(0px) translateX(-100px) translateZ(0px) scale(1); /* IE 9 */
  -webkit-transform: translateY(0px) translateX(-100px) translateZ(0px) scale(1); /* Safari */
  transform: translateY(0px) translateX(-100px) translateZ(0px) scale(1);
  opacity: 0;
}

.nottop .scrollin4.startani{
  -ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); /* IE 9 */
  -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); /* Safari */
  transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
  opacity: 1;
}

.scrollin5{
  -ms-transform: translateY(0px) translateX(100px) translateZ(0px) scale(1); /* IE 9 */
  -webkit-transform: translateY(0px) translateX(100px) translateZ(0px) scale(1); /* Safari */
  transform: translateY(0px) translateX(100px) translateZ(0px) scale(1);
  opacity: 0;
}

.nottop .scrollin5.startani{
  -ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); /* IE 9 */
  -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); /* Safari */
  transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
  opacity: 1;
}

.scrollin6{
  -ms-transform: translateY(100px) translateX(0px) translateZ(0px) scale(1); /* IE 9 */
  -webkit-transform: translateY(100px) translateX(0px) translateZ(0px) scale(1); /* Safari */
  transform: translateY(100px) translateX(0px) translateZ(0px) scale(1);
  opacity: 0;
}

.nottop .scrollin6.startani{
  -ms-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); /* IE 9 */
  -webkit-transform: translateY(0px) translateX(0px) translateZ(0px) scale(1); /* Safari */
  transform: translateY(0px) translateX(0px) translateZ(0px) scale(1);
  opacity: 1;
}



.banner_title_wrapper{
  overflow: hidden;
}

.home_section_banner_scroll{
  position: relative;
}

.scroll_dis{
}

.home_section_layout1_video{
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  position: absolute;
  width: 100%;
  top:0px;
  left:0px;
  padding: 175px 0px;
  overflow: hidden;
}

.nottop .home_section_layout1_video{
  opacity: 0;
  pointer-events: none;
}

.home_section_layout1_back{
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  position: sticky;
  top:0px;
  overflow: hidden;
  padding-bottom: 50px;
}

.home_section_layout1_banner{
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  opacity: 0;
  pointer-events: none;
}

.nottop .home_section_layout1_banner{
  opacity: 1;
  pointer-events: auto;
}

.home_banner_video_title_wrapper{
  padding: 0px 50px;
  position: relative;
  z-index: 2;
}

.home_banner_video_title_left{
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  float: left;
  text-transform: uppercase;
}

.nottop .home_banner_video_title_left{
  transform: translateX(-100%);
}

.home_banner_video_title_right{
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  float: right;
  letter-spacing: 0.1em;
}

.nottop .home_banner_video_title_right{
  transform: translateX(100%);
}

.home_banner_video_title_caption{
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  position: absolute;
  left:50px;  
  top: 50%;
  margin-top: 100px;
  text-transform: uppercase;
  z-index: 2;
}

.nottop .home_banner_video_title_caption{
  transform: translateX(-100%);
}

.home_banner_video_wrapper_wrapper{
  position: relative;
  padding-top: 20px;
}

.home_section_layout1_video .prev_arrow{
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top:0px;
  left:-34px;
  bottom:0px;
  margin: auto;
  width: 106px;
  z-index: 1;
  cursor: pointer;
  transform: translateX(0px);
}

.home_section_layout1_video .prev_arrow:hover{
  transform: translateX(-20px);
}

.home_section_layout1_video .next_arrow{
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top:0px;
  right:-34px;
  bottom:0px;
  margin: auto;
  width: 106px;
  z-index: 1;
  cursor: pointer;
  transform: translateX(0px);
}

.home_section_layout1_video .next_arrow:hover{
  transform: translateX(20px);
}

.home_banner_video_wrapper{
  position: relative;
  margin:auto 175px;
}

.home_banner_video_inwrapper::before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -30px;
  bottom: -30px;
  background: linear-gradient(
    -25deg,
    rgba(106, 93, 157, 1) 10%,
    rgba(106, 93, 157, 0) 35%
  );
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  transform: translateY(0px) translateX(0px);
  opacity: 1;
  print-color-adjust: exact; 
}

.nottop .home_banner_video_inwrapper::before{
  transform: translateY(0px) translateX(100px);
  opacity: 0;
}

.home_banner_video_inwrapper::after{
  /* content:"";
  position: absolute;
  width: 75%;
  height: 100%;
  right: -30px;
  top: -60px;
  background: linear-gradient(
    5deg,
    rgba(255, 252, 221, 0) 50%,
    rgba(255, 252, 221, 0.5) 100%
  ); */
}

.home_banner_video_title_caption_slider{
  width: 500px;
  margin-left: 0px;
  margin-right: auto;
}

.home_banner_video_slider{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.nottop .home_banner_video_slider {
  transform: translateY(0px) translateX(-100px);
  opacity: 0;
}

.home_banner_video_slider > .swiper-wrapper{
  width: 100%;
  height: 100%;
}

.home_banner_video_slider .swiper-slide{
  width: 100%;
  height: 100%;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/oval.svg);
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.home_banner_video_inwrapper{
  margin: auto;
  height: 100%;
  position: relative;
}

.home_banner_video_wrapper video{
  
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/oval.svg);
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}


.home_banner_video_wrapper video+.videoloading{
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  position: absolute;
  left: 0px;
  top:0px;
  right:0px;
  bottom: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
  z-index: 1;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/oval.svg);
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}



.home_banner_video_wrapper video.loaded+.videoloading{
  opacity: 0;
}

.home_banner_video_arrow{
  position: fixed;
  left: 0px;
  right:0px;
  bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 3;
}

.home_banner_video_arrow::after{
  content:"";
  position: relative;
  margin: auto;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-right:1px solid #1d1d1b;
  border-bottom:1px solid #1d1d1b;
  display: block;
  animation: home_banner_video_arrow 1s ease-in-out 0s infinite alternate;
}

@keyframes home_banner_video_arrow {
  0%   {bottom:-10px;}
  50%  {bottom:0px;}
  100%   {bottom:-10px;}
}

/* offer_section */

.offer_section {
  padding-bottom: 0px;
  background-color: #fff;
  print-color-adjust: exact; 
}

.offer_section::before {
}

.offer_section .section_top .col_wrapper {
  overflow: visible;
}

.offer_section .section_top {
  padding: 120px 50px 80px;
  position: relative;
}
.offer_section .section_top::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    -145deg,
    rgba(196, 219, 233, 1) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  print-color-adjust: exact; 
}

.offer_section .section_top .btn_wrapper {
  margin-top: 20px;
}

.offer_section .section_top .btn_wrapper a {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}

.offer_section .section_top .btn_wrapper a .arrow_right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  height: 20px;
}

.offer_section .section_top .btn_wrapper a span {
  border-bottom: 1px solid #1d1d1b;
  display: inline-block;
}

.offer_section .section_top .section_title {
  text-transform: uppercase;
}

.role_icon_layout .title_wrapper {
  text-align: center;
  padding: 70px 0px;
  padding-top: 0px;
  margin-top: 20px;
}

.role_icon_item_wrapper {
  position: relative;
  padding: 50px;
}

.role_icon_item_wrapper .col_wrapper {
  position: relative;
  z-index: 1;
}

.role_icon_item {
  text-align: center;
}

.role_icon_item a:hover{
  opacity: 0.5;
}

.role_icon_layout .flex {
  flex-wrap: wrap;
  justify-content: center;
}

.role_icon_item .icon {
  width: 50%;
  margin: auto;
}

.role_icon_item .t1 {
  text-transform: uppercase;
  font-weight: 500;
}

.role_icon_item .t2 {
  text-transform: uppercase;
}

/* ranking_section */

.ranking_section {
  padding-top: 45px;
  background-color: #fff;
  position: relative;
  print-color-adjust: exact; 
}

.ranking_section::before {
  content: "";
  position: absolute;
  left: 15%;
  top: -320px;
  bottom: 0px;
  margin: auto;
  right: 33.33%;
  background: linear-gradient(
    135deg,
    rgba(222, 238, 246, 1) 20%,
    rgba(223, 215, 213, 0.5) 50%
  );
  print-color-adjust: exact; 
}

.ranking_section .section_title {
  padding: 45px 35px;
  text-transform: uppercase;
}

.ranking_section .ranking_block_item_wrapper {
  position: relative;
  z-index: 1;
}

.ranking_section .ranking_block_item {
  padding: 120px 35px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ranking_section .ranking_block_item .t1 {
  font-weight: 500;
  height: calc(12px + 4vw);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.ranking_section .ranking_block_item .bignum {
}

.ranking_section .ranking_block_item .t2 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #1d1d1b;
  display: flex;
  justify-content: center;
}

/* @-moz-document url-prefix() {
  .ranking_section .ranking_block_item .t2 {
    margin-top: 20px;
  }
} */

.ranking_section .ranking_block_item .side_text {
  line-height: 2.9em;
}

@-moz-document url-prefix() {
  .ranking_section .ranking_block_item .side_text {
    line-height: 2.3em;
  }
}

.ranking_section .ranking_block_item .t3 {
  text-transform: uppercase;
  font-weight: 500;
}

/* spotlight_section */

.news_spotlight_section {
  padding-top: 30px;
}

.home_spotlight_section {
  position: relative;
  background-color: #fff;
  print-color-adjust: exact; 
}

.home_spotlight_section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0px;
  margin: auto;
  background: linear-gradient( -180deg, rgb(196, 219, 233) 25%, rgb(255, 255, 255) 70%, rgb(223, 215, 213) 100% );
  print-color-adjust: exact; 
}

.spotlight_section .free_text p {
  text-align: justify;
}

.home_spotlight_section.spotlight_section .section_top {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(196, 219, 233, 1) 50%,
    rgba(223, 215, 213, 1) 100%
  );
  print-color-adjust: exact; 
}

.home_spotlight_section .section_top::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 0px;
  bottom: -120px;
  margin: auto;
  right: 0;
  background: linear-gradient(
    -45deg,
    rgba(135, 127, 173, 1) 20%,
    rgba(223, 215, 213, 0.5) 60%
  );
  print-color-adjust: exact; 
}

.home_spotlight_section .section_top::after {
  content: "";
}

.spotlight_section .section_top .thumb {
  padding-bottom: 56.25%;
  position: relative;
}

.spotlight_section .section_top .thumb .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  print-color-adjust: exact; 
}

.spotlight_section .section_top .t1 {
}

.spotlight_section .section_top .t2 {
  margin-top: 30px;
}

.spotlight_section .tag_btn_wrapper {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.spotlight_section .tag_btn_wrapper ul {
  margin-top: -6px;
  margin-left: -6px;
  display: flex;
  flex-wrap: wrap;
}

.spotlight_section .tag_btn_wrapper li {
  margin-top: 6px;
  margin-left: 6px;
}

.spotlight_section .tag_btn_wrapper li a {
  display: inline-flex;
  border: 1px solid #6a5d9d;
  color: #6a5d9d;
  text-transform: uppercase;
  padding: 3px 10px 3px;
  border-radius: 999px;
  align-items: center;
  line-height: 1em;
}
/* @-moz-document url-prefix() {
  .spotlight_section .tag_btn_wrapper li a {
    padding-top: 5px;
    padding-bottom: 0px;
  }
} */

.spotlight_section .tag_btn_wrapper li a:hover {
  background-color: #6a5d9d;
  color: #fff;
  print-color-adjust: exact; 
}

.spotlight_slide_item_slider_wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}

.filter_content_news .spotlight_slide_item_slider_wrapper{
  padding-bottom: 0px;
}

.home_spotlight_section .spotlight_slide_item_slider_wrapper::before {
  content: "";
  position: absolute;
  left: 0%;
  top: -60px;
  bottom: 0px;
  margin: auto;
  right: 16.665%;
  background: linear-gradient(
    -180deg,
    rgba(196, 219, 233, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(223, 215, 213, 1) 100%
  );
  print-color-adjust: exact; 
}

/* spotlight_text_item */

.spotlight_text_item{
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
}

.spotlight_text_item .col_spacing{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.spotlight_text_item .date span{
  display: inline-block;
  border:1px solid #1d1d1b;
  padding: 3px 5px 3px;
  line-height: 1em;
}
/* @-moz-document url-prefix() {
  .spotlight_text_item .date span {
    padding-top: 5px;
    padding-bottom: 0px;
  }
} */

.spotlight_text_item .description{
  margin-top: 20px;
}

.spotlight_text_item .title{
  margin-top: 10px;
}

.spotlight_text_item .btn_wrapper{
  margin-top: 10px;
  margin-left: -20px;
}

.spotlight_text_item .btn_wrapper ul{
  display: flex;
}

.spotlight_text_item .btn_wrapper li{
  margin-top: 10px;
  margin-left: 20px;
}

.spotlight_text_item .btn_wrapper li + li{
}

.spotlight_text_item .btn_wrapper a{
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.spotlight_text_item .btn_wrapper a:hover{
  opacity: 0.5;
}

.spotlight_text_item .btn_wrapper a span{
  border-bottom: 1px solid #1d1d1b;
  display: inline-block;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 2px;
}

.spotlight_text_item .btn_wrapper a .arrow_right {
  position: absolute;
  top: 0px;
  bottom: 5px;
  right: 0px;
  margin: auto;
  height: 12px;
}

.spotlight_text_item .bg{  
  padding-bottom: 56.25%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin: 10px; */
  position: relative;
  print-color-adjust: exact; 
}

.spotlight_text_item .thumb{
  /* border: 1px solid #6a5d9d; */
  margin-bottom: 20px;
  position: relative;
}

.spotlight_text_item .play_btn{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
}


.spotlight_text_item .play_btn::before{
  content:"";
  position: absolute;
  top:0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 60px;
  height: 60px;
  background-color: #6a5d9d;
  border-radius: 100%;
  print-color-adjust: exact; 
}


.spotlight_text_item .play_btn::after{
  content:"";
  position: absolute;
  top:0px;
  right: 0px;
  bottom: 0px;
  left: 5px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
}

/* spotlight_item */

.spotlight_item {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.spotlight_slide_item .row {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
}

.spotlight_item .thumb {
  padding-bottom: 56.25%;
  position: relative;
}

.spotlight_item a {
  display: block;
  cursor: pointer;
}

.spotlight_item a:hover {
  opacity: 0.8;
}

.spotlight_item .thumb .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  print-color-adjust: exact; 
}

.spotlight_item2 .thumb {
  padding-bottom: 56.25%;
  position: relative;
}

.spotlight_item .title_wrapper {
  margin-top: 20px;
}

.home_spotlight_section .spotlight_item .title_wrapper {
  font-weight: 600;
  font-size: calc(12px + 0.6vw);
}

.spotlight_item .date_wrapper {
  margin-top: 5px;
  color: #615397;
}

.spotlight_slide_item_slider_num {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.spotlight_slide_item_slider_num .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0%;
  background: transparent;
  opacity: 1;
  color: #1d1d1b;
  margin-left: 10px;
  margin-right: 10px;
}

.spotlight_slide_item_slider_num .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
  border-bottom: 1px solid #1d1d1b;
}

.spotlight_slide_item_slider_num .btn_wrapper {
}

.spotlight_slide_item_slider_num .btn_wrapper a {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}

.spotlight_slide_item_slider_num .btn_wrapper a:hover {
  opacity: 0.5;
}


.spotlight_slide_item_slider_num .btn_wrapper a .arrow_right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  height: 20px;
}

.spotlight_slide_item_slider_num .btn_wrapper a span {
  border-bottom: 1px solid #1d1d1b;
  display: inline-block;
}

/* home_toolbox_section */

.home_toolbox_section .section_title {
  padding: 50px 50px 0px;
  text-transform: uppercase;
}

/* newsletter_section */

.newsletter_section {
  background-color: #fff;
  padding: 140px 50px;
  print-color-adjust: exact; 
}

.newsletter_section .section_top {
  position: relative;
  z-index: 1;
}

.newsletter_section .description_wrapper {
  margin-top: 10px;
}

.newsletter_section .form_wrapper {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.form_row {
  display: flex;
  align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
  overflow: visible;
  position: relative;
}
.form_item {
  flex-grow: 1;
}

.form_item .spacing {
  margin-left: 20px;
  margin-right: 20px;
}

.form_item2 {
  flex-shrink: 0;
  flex-grow: 0;
}

.form_item3 {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 20px;
}

.form_item .text_input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #1d1d1b;
  opacity: 0.3;
  text-transform: uppercase;
}

.form_item:hover .text_input {
  opacity: 1;
}

.form_item .submit_btn {
  background: none;
  border: none;
  border: 1px solid #1d1d1b;
  padding: 10px 10px;
  line-height: 1em;
  color: #1d1d1b;
  cursor: pointer;
}

.form_item .submit_btn:hover {
  background-color: #1d1d1b;
  color: #fff;
}

/* @-moz-document url-prefix() {
  .form_item .submit_btn {
    padding: 12px 10px 8px;
  }
} */

.form_item .checkbox_input {
}

.el-radio a:hover,
.el-checkbox a:hover {
  opacity: 0.5;
}

.el-radio > input[type="radio"],
.el-checkbox > input[type="checkbox"] {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.el-radio > input[type="radio"] + .el-radio-style,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

.el-radio > input[type="radio"]:checked + .el-radio-style::before,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style::before {
  border: 1px solid #1d1d1b;
}

.el-radio > input[type="radio"] + .el-radio-style::before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style::before {
  border-radius: 50%;
}

.el-radio > input[type="radio"] + .el-radio-style::before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 12px;
  height: 12px;
  margin: auto;
  display: block;
  content: "";
  border: 1px solid #1d1d1b;
}

.el-radio > input[type="radio"]:checked + .el-radio-style::after,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style::after {
  display: block;
}

.el-radio > input[type="radio"] + .el-radio-style::after,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style::after {
  top: 0px;
  bottom: 0px;
  left: 4px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1d1d1b;
}

.el-radio > input[type="radio"] + .el-radio-style::after,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style::after {
  position: absolute;
  display: none;
  content: "";
}

.el-radio2 > input[type="radio"], .el-radio2 > input[type="checkbox"]  {
  display: none;
}

.el-radio2 > input[type="radio"] + .el-radio2-style, .el-radio2 > input[type="checkbox"] + .el-radio2-style {
  position: relative;
  cursor: pointer;
  line-height: 1em;
  padding: 5px 10px;
  display: block;
}

/* @-moz-document url-prefix() {
  .el-radio2 > input[type="radio"] + .el-radio2-style {
    padding-top: 8px;
    padding-bottom: 4px;
  }
} */

.el-radio2 > input[type="radio"] + .el-radio2-style span, .el-radio2 > input[type="checkbox"] + .el-radio2-style span {
  position: relative;
  z-index: 1;
  color: #878787;
}

.el-radio2 > input[type="radio"]:checked + .el-radio2-style::before,
.el-radio2 > input[type="radio"]:hover + .el-radio2-style::before,
.el-radio2 > input[type="checkbox"]:checked + .el-radio2-style::before,
.el-radio2 > input[type="checkbox"]:hover + .el-radio2-style::before {
  background-color: #878787;
  print-color-adjust: exact; 
}

.el-radio2 > input[type="radio"]:checked + .el-radio2-style span,
.el-radio2 > input[type="radio"]:hover + .el-radio2-style span,
.el-radio2 > input[type="checkbox"]:checked + .el-radio2-style span,
.el-radio2 > input[type="checkbox"]:hover + .el-radio2-style span {
  color: #fff;
}

.el-radio2 > input[type="radio"] + .el-radio2-style::before,
.el-radio2 > input[type="checkbox"] + .el-radio2-style::before {
  border-radius: 999px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  content: "";
  border: 1px solid #878787;
}

.el-radio2 > input[type="radio"] + .el-radio2-style::after,
.el-radio2 > input[type="checkbox"] + .el-radio2-style::after {
  position: absolute;
  display: none;
  content: "";
}

.showpast_checkbox span{
  position: relative;
  padding-left: 35px;
}


.showpast_checkbox span::before{
  content: "";
  height: 16px;
  border-radius: 999px;
  top: 0px;
  bottom: 0px;
  left: -3px;
  width: 30px;
  margin: auto;
  background-color: #878787;
  display: block;
  border: 1px solid #fff;
  position: absolute;
  print-color-adjust: exact; 
}

.showpast_checkbox span::after{
  content:"";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  top:0px;
  bottom:0px;
  left: 0px;
  margin: auto;
  background-color: #fff;
  border:1px solid #878787;
  display: block;
  position: absolute;
  print-color-adjust: exact; 
}

.el-radio2 > input[type="checkbox"]:checked + .el-radio2-style.showpast_checkbox span::before,
.el-radio2 > input[type="checkbox"]:hover + .el-radio2-style.showpast_checkbox span::before{
  background-color: #fff;
  border:1px solid #878787;
}

.el-radio2 > input[type="checkbox"]:hover + .el-radio2-style.showpast_checkbox span::after{
  background-color: #fff;
  border:1px solid #878787;
}

.el-radio2 > input[type="checkbox"]:checked + .el-radio2-style.showpast_checkbox span::after{
  background-color: #878787;
  border:1px solid #878787;
  left: 13px;
}
/* */

.banner_section_layout .banner_title_wrapper {
  padding: 0px 50px 5%;
  display: flex;
}

.banner_section_layout2 .banner_title_wrapper {
  padding: 0px 50px 5%;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}

.photo_inwrapper_with_gradient {
  padding: 30px;
  background: linear-gradient(
    125deg,
    rgba(196, 219, 233, 0.75) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 177, 160, 0.75) 100%
  );
  print-color-adjust: exact; 
}

.banner_section_layout .s_title {
  padding: 30px 30px;
  color: #000;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em !important;
  position: relative;
  display: inline-block;
}

/* @-moz-document url-prefix() {
  .banner_section_layout .s_title {
    padding: 33px 30px 27px;
  }
} */

.banner_section_layout .s_title::before {
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border: 2px solid transparent;
  background: #000;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  print-color-adjust: exact; 
}

.banner_section_layout .title {
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: calc(12px + 3.4vw);
}

.zh_body .banner_section_layout .title{
  letter-spacing: 0.01em;
}


.banner_section_layout .t1 + .t2 {
  margin-top: 45px;
}

.banner_section_layout .t2 {
  font-family: "Inter", "Noto Sans SC","Noto Sans TC", sans-serif;
  font-weight: 400;
}

.banner_section_layout1 .title_wrapper,
.banner_section_layout2 .title_wrapper,
.banner_section_layout3 .title_wrapper {
  padding-top: 5%;
  position: relative;
  z-index: 1;
}

.banner_section_layout2 .title_wrapper {
  padding-top: 0%;
  text-align: right;
  display: flex;
  align-items: center;
}

.banner_section_layout2 .title_wrapper > * {
  width: 100%;
}

.banner_section_layout .photo_wrapper {
  display: flex;
}

.banner_section_layout .photo_inwrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.banner_section_layout .photo_inwrapper .bg {
  padding-bottom: 56.25%;
  background-position: center center;
  background-size: cover;
  width: 100%;
  print-color-adjust: exact; 
}

.photo_inwrapper_with_gradient {
}

.banner_section_layout2 .photo_inwrapper {
  align-items: end;
  margin-left: -50px;
}

.banner_section_layout1 .photo_inwrapper {
  margin-left: -50px;
  margin-right: 50px;
}

.banner_section_layout .photo_wrapper img {
  width: 100%;
}

.banner_section_layout2 .photo_wrapper {
  padding-top: 0%;
}

.banner_section_layout3 .photo_wrapper {
  padding-top: 0%;
}

.banner_section_layout3 .title_wrapper {
}
.banner_section_layout3 .photo_inwrapper {
  width: 100%;
  margin-left: auto;
  margin-right: -50px;
}

.left_menu_right_content_section {
  display: flex;
  flex-flow: row-reverse;
}

.left_menu_wrapper {
  width: 25%;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #fff;
  position: relative;
  /* position: sticky;
  top: 91px;
  align-self: flex-start; */
        print-color-adjust: exact; 
}

.left_menu_wrapper .menu_sep + .menu_sep{
  padding-top: 40px;
  margin-top: 40px;
  border-top:1px solid #000;
}

.left_menu_wrapper .menu_sep_title{
  display: inline-block;
  line-height: 1em;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
}

/* @-moz-document url-prefix() {
  .left_menu_wrapper .menu_sep_title{
    padding-top: 5px;
    padding-bottom: 0px;
  }
} */


.left_menu_wrapper .bg {
  position: sticky;
  left: 0px;
  top: 0px;
  width: 100%;
}

.left_menu_wrapper .bg::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(208, 234, 241, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  print-color-adjust: exact; 
}

.left_menu_wrapper .left_menu {
  padding: 50px;
  position: relative;
  z-index: 1;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li {
  padding: 30px 0px;
  position: relative;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li .open_menu_btn {
  position: relative;
  padding-right: 20px;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li .open_menu_btn::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
}

/* @-moz-document url-prefix() {
  .left_menu_wrapper .left_menu .menu_sep > ul > li .open_menu_btn::before {
    bottom: 12px;
  }
} */

.left_menu_wrapper .left_menu .menu_sep > ul > li.active .open_menu_btn::before {
  transform: rotate(-135deg);
  top: 12px;
}

/* @-moz-document url-prefix() {
  .left_menu_wrapper .left_menu .menu_sep > ul > li.active .open_menu_btn::before {
    top: 12px;
  }
} */

.left_menu_wrapper .left_menu .menu_sep > ul > li + li {
  border-top: 1px solid #c6c6c6;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li:first-child {
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > a {
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  font-weight: 500;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > a.text5{
  font-size: calc(12px + 0.6vw);
}

.left_menu_wrapper .left_menu  a small{
  font-size: calc(12px);  
  line-height: 1.4em;
  display: block;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > a:hover{
  opacity: 0.5;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > ul {
  margin-top: 40px;
}

.left_menu_wrapper .left_menu .menu_sep2 > ul > li > ul {
  margin-top: 20px;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li a {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li a:hover{
  opacity: 0.5;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li.active > a::before,
.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li > a:hover::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 24px;
  height: 16px;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/arrow_right_s.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  print-color-adjust: exact; 
}

/* @-moz-document url-prefix() {
  .left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li.active > a::before,
  .left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li > a:hover::before {
    bottom: 4px;
  }
} */

.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li > ul > li.active > a,
.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li > ul > li > a:hover {
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/arrow_right_s.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px 16px;
  print-color-adjust: exact; 
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li + li {
  margin-top: 30px;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li > ul {
  margin-top: 30px;
}

.left_menu_wrapper .left_menu .menu_sep2 > ul > li > ul > li + li {
  margin-top: 15px;
}

.left_menu_wrapper .left_menu .menu_sep2 > ul > li > ul > li > ul {
  margin-top: 15px;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li > ul > li + li {
  margin-top: 10px;
}

.left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li > ul > li a {
  padding-left: 50px;
  position: relative;
  cursor: pointer;
}

.left_menu_wrapper .hidden_menu {
  display: none;
  font-weight: 500;
}

.left_menu_wrapper .active .hidden_menu {
  display: block;
}

.right_content_wrapper {
  flex-grow: 1;
  display: flex;
  position: relative;
  /* position: sticky;
  top: 91px;
  align-self: flex-start; */
}

.right_content_wrapper .right_content {
  display: flex;
  flex-grow: 1;
  flex-flow: column;
}

.right_content_wrapper .right_content .content_top {
}

.right_content_wrapper .right_content .content_top_title {
}

.right_content_wrapper .right_content .content_layout_wrapper {
  flex-grow: 1;
}

.right_content_wrapper .content_top {
  padding: 50px;
  padding-bottom: 70px;
}

.breadcrumb {
  text-transform: uppercase;
}

.breadcrumb ul {
  margin: -5px auto auto auto;
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.breadcrumb li {
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
  display: flex;
}

.breadcrumb li  a:hover{
  opacity: 0.5;
}

.breadcrumb li + li {
}

.breadcrumb li + li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotate(45deg);
  border-right: 1px solid #1d1d1b;
  border-top: 1px solid #1d1d1b;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: 7px;
}

.breadcrumb li span{
  display: block;
  overflow: hidden;
}

/* @-moz-document url-prefix() {
  .breadcrumb li + li::before {
    margin-top: 6px;
  }
} */

.right_content_wrapper .content_title {
  margin-top: 70px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.right_content_wrapper .content_layout_wrapper {
  padding: 70px 50px;
  background-color: #fff;
  print-color-adjust: exact; 
}

.content_top_title {
  text-transform: uppercase;
  padding: 50px;
}

.section_selector {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 9;
  padding: 15px;
}

.section_selector select {
  border: none;
  background: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding: 10px;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border: 1px solid #c6c6c6;
  background-color: #fff;
}

.section_selector_slider {
  padding-left: 50px;
  padding-right: 50px;
}

.section_selector_slider .swiper-slide {
  width: auto !important;
}

.section_selector_slider a {
  padding-top: 6px;
  display: block;
  padding-bottom: 6px;
  color: #fff;
}

/* @-moz-document url-prefix() {
  .section_selector_slider a {
    padding-top: 9px;
    padding-bottom: 3px;
  }
} */

.section_selector_slider .active,
.section_selector_slider a:hover {
  border-bottom: 2px solid #1d1d1b;
}

.section_selector .slide_prev {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 60px;
  background-color: #fff;
  background: linear-gradient(
    -90deg,
    rgba(106, 93, 157, 0) 0%,
    rgba(106, 93, 157, 1) 33.33%
  );
  z-index: 10;
  cursor: pointer;
  print-color-adjust: exact; 
}

.section_selector .slide_prev .arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: rotate(-45deg);
  border-left: 1px solid #1d1d1b;
  border-top: 1px solid #1d1d1b;
}

.section_selector .slide_next {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 60px;
  background-color: #fff;
  background: linear-gradient(
    90deg,
    rgba(106, 93, 157, 0) 0%,
    rgba(106, 93, 157, 1) 33.33%
  );
  z-index: 10;
  cursor: pointer;
  print-color-adjust: exact; 
}

.section_selector .slide_next .arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-right: 1px solid #1d1d1b;
  border-top: 1px solid #1d1d1b;
}

.section_selector .swiper-button-disabled {
  display: none;
}

.content_layout_wrapper {
  position: relative;
}

.content_layout_wrapper .bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-height: 700px;
  background-color: #fff;
  background: radial-gradient(
    farthest-corner at 20% 100%,
    rgba(166, 157, 205, 1) 0%,
    rgba(223, 215, 213, 0.5) 30%,
    rgba(255, 255, 255, 1) 70%
  );
  print-color-adjust: exact; 
}

.content_layout_inwrapper {
  max-width: 900px;
  /* margin: auto; */
}

.content_layout {
  position: relative;
  z-index: 1;
}

.content_layout + .content_layout {
  margin-top: 100px;
}

.content_layout_date {
  margin-top: 100px;
}

.content_layout_date:first-child {
  margin-top: auto;
}

.content_layout_date .date_item {
  padding-left: 100px;
  position: relative;
}

.content_layout_date .date_item + .date_item {
  margin-top: 100px;
}

.content_layout_date .date_item .line {
  position: absolute;
  left: 23px;
  top: 0px;
  height: 100%;
  margin: auto;
  border-left: 1px solid #c6c6c6;
}

.content_layout_date .date_item:last-child .line {
  display: none;
}

.content_layout_date .num {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #6a5d9d;
  color: #6a5d9d;
  text-align: center;
  line-height: 24px;
  border-radius: 999px;
  left: -40px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

/* @-moz-document url-prefix() {
  .content_layout_date .num {
    line-height: 27px;
  }
} */

.content_layout_date .date_item .d_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -50px;
}

.content_layout_date .date_item .d1,
.content_layout_date .date_item .d2,
.content_layout_date .date_item .d3 {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  text-transform: uppercase;
  line-height: 1em !important;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.content_layout_date .date_item .d1 span,
.content_layout_date .date_item .d2 span,
.content_layout_date .date_item .d3 span {
  position: relative;
  display: inline-block;
  transform: translateY(15%);
}

/* @-moz-document url-prefix() {
  .content_layout_date .date_item .d1 span,
  .content_layout_date .date_item .d2 span,
  .content_layout_date .date_item .d3 span {
    transform: translateY(12%);
  }
} */

.content_layout_date .date_item .d1 sup {
  position: relative;
  font-weight: normal;
  line-height: 0.5em !important;
}

.content_layout_date .date_item .d2::before,
.content_layout_date .date_item .d3::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  border-left: 1px solid #f7a823;
}

.content_layout_date .date_item .num + .d2::before,
.content_layout_date .date_item .num + .d3::before {
  display: none;
}

.content_layout_date .date_item .description {
  position: relative;
  margin-top: 20px;
}

/* generic_section */

.generic_section {
  background-color: #fff;
  overflow: hidden;
  print-color-adjust: exact; 
}

.generic_section .content_layout_wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.generic_section .content_layout_inwrapper {
  margin: auto;
}

/* programme_detail_section */

.programme_detail_section {
  background-color: #fff;
  padding-bottom: 120px;
  print-color-adjust: exact; 
}

.programme_detail_section::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  max-height: 500px;
  background: linear-gradient(
    0deg,
    rgba(223, 215, 213, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  print-color-adjust: exact; 
}

.programme_detail_section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 300px;
  background: linear-gradient(
    180deg,
    rgba(195, 224, 198, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  print-color-adjust: exact; 
}

.programme_detail_section .content_layout_wrapper {
  margin-top: 70px;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.programme_detail_section .content_layout_inwrapper {
  margin: auto;
}

.programme_detail_section_related {
}

.programme_detail_section_related {
  margin-top: 120px;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.programme_detail_section_related .spacing {
  max-width: 900px;
  margin: auto;
}

.programme_detail_section_title {
  margin-top: 70px;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.programme_detail_section_title .jupas_btn{ 
  text-decoration: underline;
}

.programme_detail_section_title .jupas_btn:hover{
  opacity: 0.5;
}

.programme_detail_section_title .spacing {
  max-width: 900px;
  margin: auto;
}

.programme_detail_section_title table {
  width: 100%;
  margin-top: 30px;
}

.programme_detail_section_title th {
  position: relative;
  background-color: #eee;
  color: #6a5d9d;
  vertical-align: middle;
  min-width: 120px;
  print-color-adjust: exact; 
}

.zh_body .programme_detail_section_title th, .cn_body .programme_detail_section_title th{
  white-space: nowrap;
}

.programme_detail_section_title th + th::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  bottom: 5px;
  margin: auto;
  border-left: 1px solid #fff;
}

.programme_detail_section_title th,
.programme_detail_section_title td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.programme_detail_section_related .title {
  color: #6a5d9d;
  text-transform: uppercase;
}

.programme_detail_section_related ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.programme_detail_section_related li {
  width: 50%;
  margin-top: 15px;
  display: flex;
}

.programme_detail_section_related li a {
  display: block;
  position: relative;
  display: block;
  padding: 10px 0px;
  padding-right: 45px;
  border-bottom: 1px solid #6a5d9d;
  color: #6a5d9d;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}

/* @-moz-document url-prefix() {
  .programme_detail_section_related li a span {
    position: relative;
    transform: translateY(3px);
    display: block;
  }
} */

.programme_detail_section_related li a:hover {
  opacity: 0.5;
}

.programme_detail_section_related li a::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 20px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/arrow_right.svg);
  right: 0px;
}

/* section_content_top */

.section_content_introduction {
  padding: 50px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.section_content_top {
  padding: 50px;
  display: inline-block;
  background-color: #fff;
  print-color-adjust: exact; 
}

.section_content_top.no_bg {
  background-color: transparent;
}

.section_content_top .fg {
  max-height: 500px;
}

.content_layout_flexible .contact_table{
  width: 100%;
}

.content_layout_flexible .contact_title{
  color:#6a5d9d;
}

.content_layout_flexible .contact_icon_td{
  width:50px;
  vertical-align: middle;
}

.content_layout_flexible .contact_text_td{
  vertical-align: middle;
}

.content_layout_flexible .contact_icon{
  width:50px;
  max-width: none;
}

.expand_item{

}

.expand_item_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.expand_item_title .expand_item_close_btn{
  width: 30px;
  height: 30px;
  position: relative;
}

.expand_item_title .expand_item_close_btn::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 1px solid #53458c;
  border-bottom: 1px solid #53458c;
  transform: rotate(45deg);
  top: 0px;
  right: 0px;
  bottom: 10px;
  left: 0px;
  margin: auto;
}

.expand_item.open .expand_item_title .expand_item_close_btn::before {
  transform: rotate(-135deg);
  top: 10px;
  bottom: 0px;
}

.expand_item_title + .expand_item_hidden_content{
  margin-top: 50px;
  display: none;
}

.expand_item + .expand_item{
  margin-top: 50px;
  padding-top: 50px;
  border-top:1px solid #1d1d1b;
}

/* international */

.intl_country_item_content + .free_text-content{
  margin-top: 60px;
}

.intl_country_input{
  background: none;
  border:none;
  padding: 10px;
  border: 1px solid #878787;
  color:#000;
  border-radius: 999px;
  width: 100%;
  box-sizing: border-box;
}

.intl_country_input:focus{
  background-color: #6a5d9d;
  color:#fff;
  print-color-adjust: exact; 
}

.intl_country_form{
  margin-top: 60px;

}

.intl_country_item_wrapper{
  margin-top: 30px;
}

.intl_country_item_wrapper > li{
  padding: 20px;
  border:1px solid #878787;
  border-radius: 20px;
}

.intl_country_item_wrapper .title{
  color: #6a5d9d;
  font-weight: 700;
}

.intl_country_item_wrapper > li > table{
  margin-top: 30px;
  table-layout: fixed;
}

.intl_country_item_wrapper > li > table td:first-child{
  padding-right: 30px;
  width: 50%;
}

.intl_country_item_wrapper > li > table td+td{
  padding-left: 30px;
  width: 50%;  
  border-left: 1px solid #c6c6c6;
}

.page-template-page-internatonal_search .ui-widget.ui-widget-content {
  border: 1px solid #878787;
  border-radius: 20px;
  padding: 5px;
}

.page-template-page-internatonal_search .ui-state-active,
.page-template-page-internatonal_search .ui-widget-content .ui-state-active,
.page-template-page-internatonal_search .ui-widget-header .ui-state-active,
.page-template-page-internatonal_search a.ui-button:active,
.page-template-page-internatonal_search .ui-button:active,
.page-template-page-internatonal_search .ui-button.ui-state-active:hover {
	border: 1px solid #6a5d9d;
	background: #6a5d9d;
	color: #ffffff;
  border-radius: 20px;
}

.page-template-page-internatonal_search .ui-icon-background,
.page-template-page-internatonal_search .ui-state-active .ui-icon-background {
  border-radius: 20px;
	border: #6a5d9d;
	background-color: #ffffff;
}

/* filter_list_section */

.filter_content {
  padding: 50px 0px;
  padding-bottom: 120px;
  background-color: #fff;
  print-color-adjust: exact; 
}

.filter_content::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  max-height: 500px;
  background: linear-gradient(
    0deg,
    rgba(223, 215, 213, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  print-color-adjust: exact; 
}

.filter_menu {
  margin: -20px;
}

.sticky_filter_menu {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.sticky_filter_menu li {
  display: inline-block;
  margin: 20px;
}

.sticky_filter_menu a {
  display: block;
  border: 1px solid #6a5d9d;
  line-height: 1em;
  padding: 5px 110px 5px 15px;
  color: #6a5d9d;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}

/* @-moz-document url-prefix() {
  .sticky_filter_menu a {
    padding-top: 8px;
    padding-bottom: 4px;
  }
} */

.sticky_filter_menu a:hover,
.sticky_filter_menu a.active {
  background-color: #6a5d9d;
  color: #fff;
  print-color-adjust: exact; 
}

.sticky_filter_menu a .icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 10px;
  width: 25px;
  height: 20px;
}

.sticky_filter_menu a.filter_btn1 .icon::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  left: 0px;
  height: 1px;
  background-color: #615397;
  print-color-adjust: exact; 
}

.sticky_filter_menu a.filter_btn1 .icon::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #615397;
  border-radius: 999px;
  print-color-adjust: exact; 
}

.sticky_filter_menu a.filter_btn1:hover .icon::before {
  background-color: #fff;
  print-color-adjust: exact; 
}

.sticky_filter_menu a.filter_btn1:hover .icon::after {
  background-color: #615397;
  border: 1px solid #fff;
  print-color-adjust: exact; 
}

.sticky_filter_menu a.filter_btn2 .icon::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  left: 8px;
  height: 1px;
  background-color: #615397;
  print-color-adjust: exact; 
}

.sticky_filter_menu a.filter_btn2 .icon::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border: 1px solid #615397;
  print-color-adjust: exact; 
}

.sticky_filter_menu a.filter_btn2:hover .icon::before {
  background-color: #fff;
  print-color-adjust: exact; 
}

.sticky_filter_menu a.filter_btn2:hover .icon::after {
  background-color: #615397;
  border: 1px solid #fff;
  print-color-adjust: exact; 
}

.filter_list_result_wrapper {
  margin-top: 70px;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.filter_list_result_wrapper .content_title {
  text-transform: uppercase;
}

.filter_list_result_wrapper .content_title small {
  font-size: 60%;
  line-height: 1.4em;
  display: block;
}

.filter_list_result {
  margin-top: 70px;
}

.filter_list_result .table_wrapper {
  margin: -20px 0px;
}

.filter_list_result .table_wrapper table {
  width: 100%;
}

.filter_list_result thead td {
  white-space: nowrap;
  vertical-align: bottom;
}

.filter_list_result tbody tr {
  position: relative;
}

.filter_list_result tbody td {
  border-top: 1px solid #fff;
}

.filter_list_result td {
  padding: 20px;
}

.filter_list_result td:first-child {
  padding-left: 0px;
}

.filter_list_result td:last-child,
.mobile_detail_wrapper {
  padding-right: 0px;
  width: 0px;
}

.filter_list_result .td_line {
  position: relative;
  white-space: nowrap;
}

.filter_list_result .td_line::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  bottom: 20px;
  margin: auto;
  border-left: 1px solid #f7a823;
}

.filter_list_result .circle {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  display: inline-block;
  vertical-align: middle;
}

.filter_list_result .circle.active {
  background-color: #6a5d9d;
  print-color-adjust: exact; 
}

.filter_list_result .label {
  display: inline-block;
  vertical-align: middle;
}

.filter_list_result .circle + .label {
  margin-left: 10px;
}

.filter_dropdown {
  position: relative;
  padding: 50px;
  padding-right: 120px;
  padding-bottom: 100px;
  padding-top: 0px;
  display: none;
}

.filter_dropdown.filter_dropdown_opened{
  display: block;
}


.filter_dropdown::after {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  margin: auto;
  border-bottom: 1px solid #f7a823;
}

.filter_dropdown_close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.filter_dropdown_close:hover {
  opacity: 0.5;
}

.filter_dropdown_close::before {
  content: "";
  position: absolute;
  border-right: 1px solid #6a5d9d;
  border-top: 1px solid #6a5d9d;
  transform: rotate(-45deg);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
}

.filter_cat + .filter_cat {
  margin-top: 30px;
}

.filter_cat ul {
  margin: -7px -7px;
}

.filter_cat li {
  margin: 7px 7px;
  display: inline-block;
}

.filter_dropdown .btn_wrapper {
  margin-top: 70px;
}

.filter_dropdown .cat_title {
  margin-bottom: 10px;
}

.filter_dropdown .btn_wrapper ul {
  margin: -5px -7px;
}

.filter_dropdown .btn_wrapper li {
  margin: 5px 7px;
  display: inline-block;
}

.student_filter_block_result_wrapper {
  display: none;
}

.student_filter_block_result_wrapper.active {
  display: block;
}

.filter_block_result_wrapper {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.filter_block_result {
  margin-top: 70px;
}

.featured_filter_block_item_wrapper {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
  position: relative;
  print-color-adjust: exact; 
}

.featured_filter_block_item_wrapper .flex {
  align-items: stretch;
}

.featured_filter_block_item_wrapper::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0px;
  width: 50%;
  height: 100%;
  margin: auto;
  background: linear-gradient(
    45deg,
    rgba(223, 215, 213, 0),
    rgba(223, 215, 213, 1)
  );
  print-color-adjust: exact; 
}

.featured_filter_block_item_wrapper .col {
  position: relative;
  z-index: 1;
}

.featured_filter_block_item_wrapper .col_spacing {
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}

.featured_filter_block_item_wrapper .title_wrapper_wrapper {
  flex-direction: column;
  align-items: stretch;
}

.featured_filter_block_item_wrapper .thumb_wrapper {
  width: 100%;
}

.featured_filter_block_item_wrapper .title_wrapper {
  flex-shrink: 0;
  flex-grow: 0;
}

.featured_filter_block_item_wrapper .bg_text_wrapper {
  flex-grow: 1;
  position: relative;
}

.featured_filter_block_item_wrapper .bg_text_wrapper::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 30px;
  right: -50px;
  bottom: -70px;
  margin: auto;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 25%,
    rgba(163, 216, 227, 1) 75%,
    rgba(244, 160, 123, 1) 100%
  );
  print-color-adjust: exact; 
}

.featured_filter_block_item_wrapper .bg_text_wrapper > div {
  position: relative;
  z-index: 1;
}

.featured_filter_block_item_wrapper + .filter_block_item_wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 0px;
}

.featured_filter_block_item_wrapper .bg {
  padding-bottom: 56.25%;
  background-position: center center;
  background-size: cover;
  print-color-adjust: exact; 
}

.programme_list_remarks{
  padding: 50px;
  position: relative;
}

.collapsible_content_title{
  padding: 0px 50px;
}

.collapsible_filter_list_result_wrapper_wrapper{
  padding: 50px;
}

.collapsible_filter_list_result_wrapper_wrapper .hide{
  display: none;
}

.collapsible_filter_list_result_wrapper{
  position: relative;  
}

.collapsible_filter_list_result_wrapper + .collapsible_filter_list_result_wrapper{
  margin-top: 20px;
}

.filter_dropdown .search_input{
  background: none;
  border:none;
  padding: 10px;
  border: 1px solid #878787;
  color:#000;
  border-radius: 999px;
  width: 100%;
  box-sizing: border-box;
}

.filter_dropdown .search_input:focus{
  background-color: #6a5d9d;
  color:#fff;
  print-color-adjust: exact; 
}

.filter_dropdown .search_wrapper{
  position: relative;

}

.search_wrapper .submit_arrow{
  position: absolute;
  width: 30px;
  height: 30px;
  border:1px solid #878787;
  border-radius: 999px;
  top:0px;
  right: 7px;
  bottom: 0px;
  margin: auto;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/purple_arrow_right.svg);
  background-position: center center;
  background-size: 70% 70%;
  background-repeat: no-repeat;
  cursor: pointer;
  print-color-adjust: exact; 
}

.search_wrapper .submit_arrow:hover{
  background-color: #878787;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/white_arrow_right.svg);
  print-color-adjust: exact; 
}

.filter_dropdown .search_input:focus +  .submit_arrow{
  background-color: #878787;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/white_arrow_right.svg);
  print-color-adjust: exact; 
}

.filter_local_cat_tr{
  color:#f7a823
}

.filter_local_cat_tr td{
  padding-bottom: 0px;
  text-transform: uppercase;
}

.filter_local_cat_tr td + td{
  position: relative;
  font-weight: 700;
}

.filter_local_cat_tr td + td::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  bottom: 0px;
  margin: auto;
  border-left: 2px solid #f7a823;
}

.collapsible_filter_list_result_wrapper_wrapper thead{
  position: sticky;
  top: 150px;
  background-color: #f3f3f3;
  z-index: 2;
  print-color-adjust: exact; 
}

.animating thead{
  top: 0px;
}

.collapsible_filter_list_result_wrapper_wrapper thead tr+tr td{  
  border-bottom: 1px solid #fff;
  min-width: 150px;
}

.collapsible_filter_list_result_wrapper_wrapper thead tr+tr td.mobile_detail_wrapper{
  min-width: 0px;
}



.collapsible_filter_list_result_wrapper_wrapper  td.mobile_detail_wrapper{
  padding: 0px;
}

.collapsible_filter_list_result_wrapper_wrapper .filter_list_result tr:first-child td{
  border-top: none;
}

.collapsible_filter_list_result_title{
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: sticky;
  background-color: #fff;
  top:90px;
  z-index: 11;
  overflow: hidden;
  print-color-adjust: exact; 
}

.collapsible_filter_list_result_title::before{
  content:"";
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(195, 224, 198,0.81) 0%, rgba(195, 224, 198,0.2) 60%);
  print-color-adjust: exact; 
}

.collapsible_filter_list_result_title > *{
  position: relative;
}

.collapsible_filter_list_result_title:hover > *{
  opacity: 0.5;
}

.collapsible_filter_list_result_btn{
  width: 30px;
  height: 30px;
  position: relative;
}

.collapsible_filter_list_result_btn::before{
  content:"";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right:1px solid #53458c;
  border-bottom: 1px solid #53458c;
  transform: rotate(45deg);
  top:0px;
  right: 0px;
  bottom: 10px;
  left: 0px;
  margin: auto;
}

.open .collapsible_filter_list_result_btn::before{
  transform: rotate(-135deg);
  top:10px;
  bottom: 0px;
}

.collapsible_filter_list_result{
  display: none;
  background-color: #f3f3f2;
  print-color-adjust: exact; 
}

.collapsible_filter_list_result .filter_list_result_wrapper {
  margin-top: auto;
  padding: 50px;
}

.collapsible_filter_list_result .filter_list_result{
  margin-top: auto;
}

.collapsible_filter_list_result .name a{
  color: #53458c;
  font-weight: 600;
}

.collapsible_filter_list_result .name a:hover{
  opacity: 0.5;
}



.collapsible_filter_list_result .name_wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.collapsible_filter_list_result .remark_btn_wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;  
  align-items: center;
}

.collapsible_filter_list_result .remark_btn_wrapper a{
  padding: 2px 5px;
  line-height: 1em;
  background-color: #53458c;
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
  print-color-adjust: exact; 
}

.collapsible_filter_list_result .remark_btn_wrapper a.nobg{
  background-color: transparent;
  color: #000;
  padding: 0px;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  print-color-adjust: exact; 
}


.collapsible_filter_list_result .center_td{
  text-align: center;
}

.no_result{
  display: none;
  padding: 25px 50px;
  margin-left: 50px;
  margin-right: 50px;
  color: #53458c;
  border:1px solid #53458c;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.filter_block_result_wrapper .description {
  margin-top: 40px;
}

.filter_block_result_wrapper .btn_wrapper {
  margin-top: 40px;
}

.filter_block_item_wrapper .flex {
  flex-wrap: wrap;
  margin-top: -60px;
}

.filter_block_item_wrapper .filter_block_item {
  padding-top: 60px;
  margin-top: 60px;
  display: flex;
}

.filter_block_item_wrapper .filter_block_item .col_spacing{
  display: flex;
  flex-direction: column;
}

.filter_block_item .thumb_wrapper {
  position: relative;
  z-index: 1;
}

.filter_block_item .bg {
  padding-bottom: 56.25%;
  background-position: center center;
  background-size: cover;
  print-color-adjust: exact; 
}

.filter_block_item .spacing {
  padding: 40px;
  position: relative;
  flex-grow: 1;
}

.filter_block_item .spacing::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -100px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.filter_block_item:nth-child(4n + 1) .spacing::before {
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 1),
    rgba(223, 215, 213, 1)
  );
  print-color-adjust: exact; 
}

.filter_block_item:nth-child(4n + 2) .spacing::before {
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(163, 216, 227, 1) 100%
  );
  print-color-adjust: exact; 
}

.filter_block_item:nth-child(4n + 3) .spacing::before {
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(245, 167, 145, 1) 100%
  );
  print-color-adjust: exact; 
}

.filter_block_item:nth-child(4n + 4) .spacing::before {
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(223, 215, 213, 1) 70%,
    rgba(106, 93, 215, 1) 100%
  );
  print-color-adjust: exact; 
}

.filter_block_item .spacing > div {
  position: relative;
  z-index: 1;
}

.filter_block_result_wrapper .t2 {
  color: #6a5d9d;
  margin-top: 5px;
}

.filter_block_result_wrapper .t2 a {
  color: #6a5d9d;
  text-decoration: underline;
}

.filter_block_result_wrapper .t2 a:hover {
  opacity: 0.5;
}

.filter_block_result_wrapper .content_title {
  padding-left: 50px;
  padding-right: 50px;
  text-transform: uppercase;
}

.filter_block_result::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -170px;
  width: 75%;
  height: 50%;
  background-size: 100% 100%;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/gradient5.png);
  print-color-adjust: exact; 
}

/* popup */

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none;
}

.popup .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.popup .cross {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  border: 1px solid #1d1d1b;
  border-right: none;
  border-top: none;
  cursor: pointer;
  print-color-adjust: exact; 
}

.popup .cross::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #1d1d1b;
  top: 0px;
  bottom: 0px;
  right: 5px;
  left: 5px;
  margin: auto;
  transform: rotate(-45deg);
  print-color-adjust: exact; 
}

.popup .cross::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #1d1d1b;
  top: 0px;
  bottom: 0px;
  right: 5px;
  left: 5px;
  margin: auto;
  transform: rotate(45deg);
  print-color-adjust: exact; 
}

.popup_content_title_wrapper {
  position: absolute;
  top: 50px;
  right: 170px;
  bottom: 50px;
  left: 170px;
  margin: auto;
  display: flex;
  text-align: center;
  align-items: center;
  pointer-events: none;
}

.popup_content {
  width: 100%;
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  text-align: left;
  border: 1px solid #1d1d1b;
  position: relative;
  pointer-events: auto;
  max-height: 600px;
  height: 100%;
  print-color-adjust: exact; 
}

.popup_content_scroll {
  overflow: auto;
  height: 100%;
}

.popup_content_spacing {
  padding: 50px;
}

/* block_item_wrapper */

.why_block_section {
  background-color: #fff;
  print-color-adjust: exact; 
}

.why_block_section .thumb_wrapper{
  position: sticky;
  top: 160px;
}

.why_block_section::before {
  content: "";
  position: absolute;
  left: 400px;
  top: 0px;
  right: 0px;
  margin: auto;
  height: 500px;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(223, 215, 213, 1) 100%
  );
  print-color-adjust: exact; 
}

.why_block_section_no_gradient::before {
  display: none;
}

.block_item_wrapper {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}

.block_item {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: visible;
}

.block_item + .block_item {
  margin-top: auto;
}

.block_item .bg {
  background-position: center center;
  background-size: cover;
  print-color-adjust: exact; 
}

.block_item .t2 {
  margin-top: 5px;
  color: #6a5d9d;
}

.block_item1 {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 25%,
    rgba(163, 216, 227, 1) 75%,
    rgba(244, 160, 123, 1) 100%
  );
  print-color-adjust: exact; 
}

.block_item1 {
  margin-top: 90px;
}

.block_item1:first-child {
  margin-top: auto;
}

.block_item3 + .block_item1 {
  margin-top: 90px;
}

.block_item1 .flex {
  flex-direction: row-reverse;
}

.block_item1 .bg {
  padding-bottom: 56.25%;
  margin-top: -160px;
}

.block_item1 .title_wrapper + .description {
  margin-top: 40px;
}

.block_item2 .col_spacing {
  padding: 40px;
  margin: auto;
}

.block_item2 .text_wrapper {
  position: relative;
}

.block_item2 .text_wrapper > div {
  position: relative;
  z-index: 1;
}

.block_item2 .text_wrapper::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -40px;
  bottom: -600px;
  right: -90px;
  margin: auto;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(244, 160, 123, 1) 100%
  );
  print-color-adjust: exact; 
}

.block_item2 .flex {
  justify-content: flex-end;
}

.block_item2 .bg {
  padding-bottom: 133.33%;
}

.block_item2 .title_wrapper + .description {
  margin-top: 40px;
}

.block_item3 .thumb_wrapper {
  position: relative;
  z-index: 1;
  top:0px;
}

.block_item3 .bg {
  padding-bottom: 56.25%;
}

.block_item3 .text_wrapper {
  position: relative;
}

.block_item3 .text_wrapper > div {
  position: relative;
  z-index: 1;
}

.block_item3 .text_wrapper::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -100px;
  bottom: -200px;
  right: -150px;
  margin: auto;
  background: linear-gradient(
    45deg,
    rgba(244, 160, 123, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 55%,
    rgba(163, 216, 227, 1) 100%
  );
  print-color-adjust: exact; 
}

.block_item3 .thumb_wrapper + .text_wrapper,
.block_item3 .thumb_wrapper + .description {
  margin-top: 40px;
}

.block_item3 .title_wrapper + .description {
  margin-top: 40px;
}

.block_item1_2 {
  margin-top: auto;
}

.col_wrapper + .block_item1_2 {
  margin-top: auto;
}

.block_item1_3 .bg {
  margin-top: auto;
}

/* num_block_item_wrapper */

.block_gradient {
  position: relative;
}

.block_gradient > div {
  position: relative;
  z-index: 1;
}

.block_gradient1::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 20%,
    rgba(163, 216, 227, 1) 55%,
    rgba(244, 160, 123, 1) 80%
  );
  print-color-adjust: exact; 
}

.block_gradient2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 20%,
    rgba(244, 160, 123, 1) 80%
  );
  print-color-adjust: exact; 
}

.block_gradient3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(163, 216, 227, 1) 100%
  );
  print-color-adjust: exact; 
}

.block_gradient4::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  background: linear-gradient(
    -135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(244, 160, 123, 1) 100%
  );
  print-color-adjust: exact; 
}

.block_gradient5::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 20%,
    rgba(163, 216, 227, 1) 55%,
    rgba(244, 160, 123, 1) 80%
  );
  print-color-adjust: exact; 
}

.num_block_item_wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  print-color-adjust: exact; 
}

.number_block_section .section_content_top {
}

.number_block_section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: auto;
  height: 500px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  print-color-adjust: exact; 
}

.num_block_item {
  position: relative;
  font-family: "Inter", "Noto Sans SC","Noto Sans TC", sans-serif;
  font-weight: 500;
}

.num_block_item > div {
  position: relative;
  z-index: 1;
}

.num_block_item .num1 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4em;
}

.num_block_item .num2 {
  text-transform: uppercase;
  line-height: 3.0em;
}

.num_block_item1 {
  text-align: center;
}

.num_block_item1 .title_wrapper {
  padding: 100px 0px;
}

.num_block_item1 .title_wrapper .title_wrapper {
  padding: 0px;
}

.num_block_item1 .t1 {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.num_block_item1 .t1 span {
  position: relative;
  z-index: 1;
}

.num_block_item1 .t2 {
  margin-top: 10px;
}

.num_block_item1 .num_wrapper {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}

.num_block_item1 .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  print-color-adjust: exact; 
}

.num_block_item1 .t1 .icon {
  height: 100px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.num_block_item1 .icon + .col,
.num_block_item1 .icon + .col + .col {
  position: relative;
  z-index: 1;
}

.num_block_item1 .title_wrapper .col_spacing {
  margin-left: 20px;
  margin-right: 20px;
}

.num_block_item1 .num_inwrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.num_block_item1 .flex {
  position: relative;
}

.num_block_item1 .col_wrapper .col_wrapper {
  max-width: 550px;
  margin: auto;
  overflow: visible;
}

.num_block_item1 .t3 {
  text-align: left;
  display: inline-block;
  position: relative;
}

.num_block_item1 .t3_t {
  position: relative;
  z-index: 1;
}

.num_block_item1 .t3_t + .t3_t {
  margin-top: 70px;
}

.num_block_item2 .t1 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.num_block_item2 .t2 {
  min-height: 300px;
  display: flex;
  align-items: end;
  z-index: 1;
  position: relative;
  margin-left: 50px;
}

.num_block_item2 .title_wrapper {
  padding: 100px 50px;
  position: relative;
}

.num_block_item2 .num_wrapper {
  position: relative;
  display: inline-block;
  padding: 70px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.num_block_item2 .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  print-color-adjust: exact; 
}

.num_block_item2 .num {
  position: relative;
  z-index: 1;
}

.num_block_item3 {
  text-align: center;
}

.num_block_item3 .title_wrapper {
  padding: 100px 0px;
}

.num_block_item3 .title_wrapper .title_wrapper {
  padding: 0px;
}

.num_block_item3 .t1 {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.num_block_item3 .t2 {
  margin-top: 10px;
}

.num_block_item3 .num_wrapper {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}

.num_block_item3 .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  print-color-adjust: exact; 
}

.num_block_item3 .icon + .col,
.num_block_item3 .icon + .col + .col {
  position: relative;
  z-index: 1;
}

.num_block_item3 .title_wrapper .col_spacing {
  margin-left: 20px;
  margin-right: 20px;
}

.num_block_item3 .num_inwrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.num_block_item3 .flex {
  position: relative;
}

.num_block_item3 .col_wrapper .col_wrapper {
  margin: auto;
  overflow: visible;
}

.num_block_item3 .t3 {
  text-align: left;
  display: inline-block;
  position: relative;
}

.num_block_item3 .t3_t {
  position: relative;
  z-index: 1;
}

.num_block_item3 .t3_t + .t3_t {
  margin-top: 70px;
}

.num_block_item4 .title_wrapper {
  text-transform: uppercase;
  padding: 100px 50px 0px;
}

.num_block_item4 .text_wrapper {
  margin-top: 100px;
  margin-left: 15%;
  position: relative;
  padding: 70px 50px;
  padding-bottom: 200px;
}

.num_block_item4 .text_inwrapper {
  margin-top: -100px;
  position: relative;
  display: flex;
  align-items: center;
}

.num_block_item4 .num_wrapper {
  position: relative;
  padding: 50px 10px;
}

/* @-moz-document url-prefix() {
  .num_block_item4 .num_wrapper {
    padding: 70px 10px 30px;
  }
} */

.num_block_item4 .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  print-color-adjust: exact; 
}

.num_block_item4 .num {
  position: relative;
  z-index: 1;
}

.num_block_item4 .t1 {
  margin-left: 40px;
  text-transform: uppercase;
}

.num_block_item5 {
  text-align: center;
}

.num_block_item5 .title_wrapper {
  padding: 100px 0px;
}

.num_block_item5 .title_wrapper .title_wrapper {
  padding: 0px;
}

.num_block_item5 .t1 {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
}

.num_block_item5 .t1 span {
  position: relative;
  z-index: 1;
}

.num_block_item5 .t2 {
  margin-top: 10px;
}

.num_block_item5 .num_wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}

.num_block_item5 .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  print-color-adjust: exact; 
}

.num_block_item5 .t1 .icon {
  height: 100px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.num_block_item5 .icon + .col,
.num_block_item5 .icon + .col + .col {
  position: relative;
  z-index: 1;
}

.num_block_item5 .title_wrapper .col_spacing {
  margin-left: 20px;
  margin-right: 20px;
}

.num_block_item5 .num_inwrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.num_block_item5 .flex {
  position: relative;
}

.num_block_item5 .col_wrapper .col_wrapper {
  max-width: 550px;
  margin: auto;
  overflow: visible;
}

.num_block_item5 .t3 {
  text-align: left;
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

.num_block_item5 .t3_t {
  position: relative;
  z-index: 1;
}

.num_block_item5 .t3_t + .t3_t {
  margin-top: 25px;
}

.num_block_item5 .table_wrapper {
  margin-top: 40px;
}

.num_block_item5 table {
  margin: auto;
}

.num_block_item5 .table_wrapper td {
  text-align: left;
  vertical-align: middle;
}

.num_block_item5 .table_wrapper td .num {
  line-height: 1em;
  padding-top: 0em;
  font-size: calc(12px + 2.2vw);
}

.num_block_item5 .table_wrapper td + td {
  padding-left: 20px;
}

.num_block_item5 .table_wrapper tr + tr td {
  padding-top: 20px;
}

.num_block_item6 {
  padding: 100px 0px;
}

.num_block_item6 .flex {
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}

.num_block_item6 .col {
  padding: 50px 0px;
}

.num_block_item6 .circle {
  width: 100%;
  min-width: 290px;
  height: 290px;
  border-radius: 999px;
  text-align: center;
}

.num_block_item6 .circle + .circle {
  margin-left: -5%;
}

.num_block_item6 .circle .t {
  padding: 40px 25px;
  margin: auto;
}

.num_block_item6 table {
  margin: auto;
}

.num_block_item6 table td .num {
  line-height: 1em;
  padding-top: 0.3em;
}

.num_block_item6 table td {
  vertical-align: middle;
  text-align: left;
}

.num_block_item6 table td + td {
  padding-left: 20px;
}

.num_block_item6 table tr + tr td {
  padding-top: 20px;
}

.num_block_item6 .circle_gradient1 {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(244, 160, 123, 1) 100%
  );
  print-color-adjust: exact; 
}

.num_block_item6 .circle_gradient2 {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(175, 215, 225, 1) 100%
  );
  print-color-adjust: exact; 
}

.num_block_item7 .arrow {
  width: 170px;
  margin-top: -10px;
}

.num_block_item7 {
  padding: 60px 0px;
}

.num_block_item7::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75%;
  bottom: 0px;
  margin: auto;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(244, 160, 123, 1) 100%
  );
  print-color-adjust: exact; 
}

.num_block_item7 .col_wrapper {
  position: relative;
  z-index: 1;
}

.num_block_item7 .flex {
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-around;
}

.num_block_item7 .col {
  padding: 50px 0px;
}

.num_block_item7 .col + .col {
  padding-left: 100px;
}

.num_block_item7 .col + .col + .col {
  padding-left: 40px;
}

.num_block_item7 .circle {
  width: 290px;
  height: 290px;
  border-radius: 999px;
  text-align: center;
  position: relative;
}

.num_block_item7 .circle .bg {
  position: absolute;
  left: 50%;
  margin-left: -145px;
  top: 0px;
  width: 290px;
  height: 100%;
  background-position: center center;
  background-size: 100% 100%;
  print-color-adjust: exact; 
}

.num_block_item7 .circle2 .bg {
  mix-blend-mode: multiply;
}

.num_block_item7 .circle + .circle {
  margin-left: -5%;
}

.num_block_item7 .circle .t {
  padding: 40px 25px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.num_block_item7 table {
  margin: auto;
}

.num_block_item7 table td .num {
  line-height: 1em;
  padding-top: 0.3em;
}

.num_block_item7 table td {
  vertical-align: middle;
  text-align: left;
}

.num_block_item7 table td.center_text {
  text-align: center;
}

.num_block_item7 table td + td {
  padding-left: 60px;
}

.num_block_item7 table tr + tr td {
  padding-top: 30px;
}

.num_block_item .num1{
  font-size: calc(12px + 5.5vw);
  font-family: 'Schibsted Grotesk';
  font-weight: normal;
  font-weight: 500;
}

.num_block_item .bignum{
  font-size: calc(12px + 6vw);
  font-family: 'Schibsted Grotesk';
  font-weight: 500;
}

/****/

.w-65 {
  left: auto;
  right: 0;
  width: 65%;
}
.free_text a.text-black {
  opacity: 1;
}
.text-uppercase {
  text-transform: uppercase;
}
.mt--50 {
  margin-top: -107px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-30 {
  margin-bottom: 30px;
}
.bg-none {
  background: none;
}
.pt-30 {
  padding-top: 30px;
}
.text-black {
  color: #000;
}
span.vl-border.h-25 {
  height: 25px;
}
.slick-list.draggable {
  margin: 0 -30px;
}
.slick-slide {
  margin: 0px 30px;
}
.slick-arrow {
  position: absolute;
  top: 0px;
  bottom: 0;
  height: 50px;
  margin: auto;
  background: transparent;
  font-size: 0;
  border: none;
  z-index: 1;
  cursor: pointer;
}
.slick-prev.slick-arrow {
  transform: rotate(270deg);
  left: 10px;
}
.slick-next.slick-arrow {
  transform: rotate(90deg);
  right: 10px;
}
/* .bg-img-after{position:relative;} */
/* .bg-img-after:after { content: ""; background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/about-exchange.png); position: absolute; right: 0; top: 0; bottom: 0; left: 0; background-repeat: no-repeat; background-position: right top; z-index: -1; } */
.col_wrapper.about_block_item {
  background-color: #f9f8f7;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/AG-1.png);
  background-repeat: no-repeat;
  background-size: 69% 100%;
  print-color-adjust: exact; 
}
.col_wrapper.about_block_item .bg {
  margin-top: -70px;
}

.exchange-section {
  position: relative;
}
.exchange-section:after {
  content: "";
  background-image: linear-gradient(
    212deg,
    rgba(247, 157, 101, 0.57) 24%,
    #fff 54.39%
  );
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
  width: 75%;
  print-color-adjust: exact; 
}

.why_block_section.breadcrumb-gr-bg::before {
  top: -75px;
  background-image: linear-gradient(
    324deg,
    rgba(143, 216, 236, 0.57) 0%,
    #fff 45.39%
  );
  print-color-adjust: exact; 
}
.block_item1 .bg.mt--70 {
  margin-top: -70px;
}
.block_item1 .bg.mt-0 {
  margin-top: 0px;
}
.col_wrapper + .block_item1.mt-0 {
  margin-top: 0;
}
.reg-bg-gr-l {
  background: linear-gradient(
    0deg,
    rgba(237, 232, 231, 0.74) 2.61%,
    #f6f4f3 97.72%
  );
  position: relative;
  print-color-adjust: exact; 
}
.reg-bg-gr-l:after {
  background-image: linear-gradient(355deg, #f7c2b2 42.83%, #fff 67.02%);
  position: absolute;
  left: 25%;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  print-color-adjust: exact; 
}
.reg-bg-gr-l .row {
  position: relative;
  z-index: 111;
}
.block_item1.pr-0 {
  padding-right: 0;
}
.block_item1 .flex.mr-0 {
  margin-right: 0;
}
.big_col_wrapper .col_spacing.mr-0 {
  margin-right: 0;
}

.block_item1.support-section {
  background: transparent;
  padding-top: 70px;
  padding-bottom: 160px;
}
.block_item1.support-section:after {
  content: "";
  background: linear-gradient(315deg, #8dddee 20%, rgba(237, 232, 231, 0) 90%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 35%;
  z-index: -1;
  print-color-adjust: exact; 
}
.block_item1.support-section:before {
  content: "";
  background: linear-gradient(270deg, #e38b71 0%, #fff 100%);
  position: absolute;
  bottom: 0;
  height: 160px;
  right: 0;
  z-index: 1;
  width: 60%;
  opacity: 0.5;
  print-color-adjust: exact; 
}

.plr-30 {
  padding: 0 30px;
}
.about-blog-block {
  padding: 110px 50px 80px;
  background-color: #fff;
  background: linear-gradient(
    180deg,
    rgba(243, 208, 195, 1) 0%,
    rgba(255, 255, 255, 1) 43.58%
  );
  position: relative;
  z-index: 1;
  print-color-adjust: exact; 
}
span.vl-border {
  display: inline-block;
  height: 40px;
  background: #facbcc;
  width: 5px;
}

.about-blog-block .description figure img {
  width: 100%;
}
.opacity-7 {
  opacity: 0.7;
}
.continue-read-block {
  margin-top: 60px;
}
.continue-read-block .description .name {
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.continue-read-block a {
  display: block;
}
.continue-read-block a:hover {
  opacity: 0.5;
}
.continue-read-block .bg_wrapper {
  padding-bottom: 56.25%;
  position: relative;
  background-size: cover;
  background-position: center center;
  print-color-adjust: exact; 
}
.continue-read-block {
  margin-top: 60px;
}
.h-120 {
  height: 120px;
}

.thumb-inner-content {
  padding: 30px;
  background: linear-gradient(
    312deg,
    #ffbca8 0%,
    rgba(247, 194, 178, 0) 38.87%
  );
  print-color-adjust: exact; 
}
.thumb-inner-content.white-bg-gr {
  background: linear-gradient(
    358deg,
    #f3f3f2 0%,
    rgba(247, 194, 178, 0) 65.48%
  );
  print-color-adjust: exact; 
}
.thumb-inner-content.first-row-bg {
  background: linear-gradient(
    276deg,
    rgba(243, 243, 242, 0.9) 0%,
    rgba(247, 194, 178, 0) 65.48%
  );
  print-color-adjust: exact; 
}
.thumb-inner-content.second-row-bg {
  background: linear-gradient(
    149deg,
    #e2dbfb 0%,
    rgba(247, 194, 178, 0) 28.87%
  );
  print-color-adjust: exact; 
}
.ranking_block_item_full {
  text-align: center;
  padding: 120px 35px;
}
span.campus {
  font-size: calc(12px + 3.5vw);
  font-weight: 600;
  font-family: "Schibsted Grotesk", sans-serif;
}
.ranking_section_campus::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: -120px;
  right: 0px;
  margin: auto;
  background: linear-gradient(
    135deg,
    rgba(223, 215, 213, 0) 30%,
    rgba(161, 151, 188, 1) 80%
  );
  print-color-adjust: exact; 
}
.ranking_block_number .t1 {
  text-transform: uppercase;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
}
.ranking_block_number {
  border-bottom: 1px solid #000;
  margin: 0 0 30px;
}

.span-circle span {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: linear-gradient(270deg, #7669a3 0%, rgba(211, 202, 207, 0) 100%);
  border-radius: 100px;
  print-color-adjust: exact; 
}

.spotlight_section .thumb-inner-content .tag_btn_wrapper {
  margin-top: 40px;
}
.spotlight_section .thumb-inner-content .tag_btn_wrapper li a {
  border-color: #615397;
  color: #615397;
}
.spotlight_section .thumb-inner-content .tag_btn_wrapper li a:hover {
  background: #615397;
  color: #ffffff;
}
.spotlight_section .thumb-inner-content .title_wrapper {
  margin-top: 20px;
}
.spotlight_section .thumb-inner-content .title_wrapper:first-child {
  margin-top: auto;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.plr-15 {
  padding: 0 15px;
}
.ms-auto {
  margin-left: auto;
}
.col-3 {
  width: 25%;
}
.col-6 {
  width: 50%;
}
.img-fluid {
  max-width: 100%;
}
.align-self-end {
  align-self: end;
}
.checkout-button a {
  padding: 5px 10px;
  border: 1px solid #615397;
  color: #615397;
  text-decoration: none;
  opacity: 1;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  line-height: normal;
}
/* @-moz-document url-prefix() {
  .checkout-button a {
    padding-top: 8px;
    padding-bottom: 4px;
  }
} */
.checkout-button a:hover {
  background: #615397;
  color: #fff;
}
.text-right-content h1 {
  text-align: right;
}
.text-right-content {
  padding: 0 60px;
  margin: -60px 0 0;
}

.flex.flex-campus {
  padding: 0 0 100px;
}
.other_grid_section .free_text {
  padding: 0 30px 40px;
}

.ranking_section_campus + .campus_facilities_section {
  padding-top: 160px;
  padding-bottom: 60px;
}

.campus_facilities_section .spotlight_slide_item_slider_wrapper {
  padding-bottom: 0px;
}

.campus_facilities_section .spotlight_item {
  display: flex;
}

.campus_facilities_section .spotlight_item .col_spacing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.thumb-inner-content {
  flex-grow: 1;
}

.campus_facilities_section .spotlight_item .col_spacing > a {
  width: 100%;
}

.campus_facilities_section .flex {
  flex-wrap: wrap;
}
.campus_facilities_section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  margin: auto;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.75) 25%,
    rgba(222, 239, 245, 1) 75%
  );
  width: 75%;
  height: 600px;
  print-color-adjust: exact; 
}
.campus_facilities_section::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 120px;
  bottom: 800px;
  margin: auto;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.75) 25%,
    rgba(222, 239, 245, 0.75) 75%
  );
  width: 75%;
  print-color-adjust: exact; 
}

.other_grid_section {
  padding-top: 120px;
  position: relative;
}

.other_grid_section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  margin: auto;
  background: linear-gradient(
    160deg,
    rgba(243, 243, 242, 0.9) 0%,
    rgba(247, 194, 178, 0) 30%
  );
  width: 75%;
  height: 100%;
  print-color-adjust: exact; 
}

.flex.flex-campus,
.ranking_section_campus .flex {
  flex-wrap: wrap;
}
.others-half-container {
  max-width: 990px;
  width: 100%;
}

.bg-figure,
.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.bg-figure video,
.video_wrapper video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.bg-figure iframe,
.video_wrapper iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.play-button {
  border: none;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0.8;
  height: 100px;
  width: 100px;
  margin: auto;
  pointer-events: none;
}
.play-button svg {
  width: 100px;
  height: 100px;
  fill: #fff;
}

.spotlight_section .thumb-inner-content .title_wrapper a {
  display: inline-block;
  color: #000;
  opacity: 1;
}
.spotlight_section .thumb-inner-content .title_wrapper a:hover {
  display: inline-block;
  color: #000;
  opacity: 0.5;
}

/***/

.banner_section_layout2 .title_wrapper.text-left {
  text-align: left;
}
.banner_section_layout .t2.mt-unique {
  margin-top: 220px;
}
.banner_section_layout2 .banner_title_wrapper.pr-0 {
  padding-right: 0;
}
.breadcrumbp-mt-100 {
  margin-top: 100px;
}
.flex-wrap {
  flex-wrap: wrap;
}

.photo_inwrapper-content {
  padding-left: 100px;
}

.section_content_top.py-0 {
  padding: 0 50px;
  background: transparent;
}

* {
  box-sizing: border-box;
}

.unique_college_system_section {
  overflow: hidden;
}

.section_video_description {
  position: relative;
}

.section_video_description .free_text p {
  text-align: justify;
}

.section_video_description .bg_spacing {
  padding: 50px;
  background: linear-gradient(
    213deg,
    rgba(244, 160, 123, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 25%,
    rgba(163, 216, 227, 0.5) 100%
  );
  print-color-adjust: exact; 
}

.university-logo-section {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 100px;
}

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

.university-logo-section .quoted-content {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.university-logo-section .col_wrapper {
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
  position: relative;
  margin-top: 150px;
  padding-bottom: 120px;
}

.university-logo-section .flex {
  flex-wrap: wrap;
}

.college-logo p {
  text-align: center;
  margin: 0;
}
.college-logo {
  padding: 0 40px;
  padding-bottom: 150px;
  position: relative;
  z-index: 9;
}
.college-logo-block {
  float: left;
  width: 100%;
  position: relative;
}

.college_popup {
  width: 100%;
  max-width: 1200px;
}

.college_name {
  font-weight: 600;
}

.college_word {
  color: #6a5d9d;
}

.college_popup .bg_wrapper {
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  print-color-adjust: exact; 
}

.college_popup .btn_wrapper {
  margin-top: 40px;
}

.college_popup .btn_wrapper a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  padding-right: 35px;
}

.college_popup .btn_wrapper a:hover {
  padding-right: 45px;
}

.college_popup .btn_wrapper a .arrow_right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  height: 20px;
}

.college_popup .btn_wrapper a span {
  border-bottom: 1px solid #1d1d1b;
  display: inline-block;
  font-weight: 500;
}

.university-logo-section .fg_wrapper {
  position: absolute;
  top: 75px;
  right: 0%;
  bottom: 0%;
  left: 0%;
  margin: auto;
}

.university-logo-section .fg {
  position: absolute;
  background: linear-gradient(
    320deg,
    rgba(247, 224, 214, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: auto;
  height: auto;
  margin: auto;
  print-color-adjust: exact; 
}

.university-logo-section .fg:nth-child(3n + 1) {
  top: 0%;
  left: 0%;
}

.university-logo-section .fg:nth-child(3n + 2) {
  top: 33.33%;
  left: 25%;
}

.university-logo-section .fg:nth-child(3n) {
  top: 66.66%;
  left: 50%;
}

.university-logo-section figure + * {
  margin-top: 20px;
}

.row-none {
  padding: 0 35px 100px;
  display: inline-block;
  width: 100%;
}
.float-right {
  float: right;
}

span.pattern-bg-right {
  width: 100%;
  /* background: linear-gradient(287deg, #ffbca8 0%, rgba(247, 194, 178, 0.00) 59.87%);  */
  position: absolute;
  right: 0;
  height: 1000px;
  top: -409px;
}
span.assign-bg-right {
  /* background: linear-gradient(213deg,rgba(244,160,123,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 25%,rgba(163,216,227,1) 100%);  */
  position: absolute;
  top: 590px;
  bottom: 0;
  right: 0;
  width: 70%;
}
.spotlight_section.college-assignment {
  padding-top: 0;
  position: relative;
  margin-top: -160px;
  overflow: hidden;
  z-index: 1;
}
.spotlight_section.college-assignment .section_top {
  padding-bottom: 0;
  padding-top: 0;
}
.spotlight_section.college-assignment .col {
  margin-top: 90px;
}
.spotlight_section.college-assignment .col:first-child {
  margin-top: auto;
}
.spotlight_section.college-assignment .text_col {
  position: relative;
  padding-bottom: 90px;
  padding-right: 50px;
}
.spotlight_section.college-assignment .img_col {
  position: relative;
  z-index: 1;
}

.college-assignment .col_wrapper {
  overflow: visible;
}
.spotlight_section.college-assignment .text_col::before {
  content: "";
  position: absolute;
  top: auto;
  left: -100px;
  bottom: -120px;
  top: -200px;
  right: -20px;
  margin: auto;
  width: auto;
  height: auto;
  background: linear-gradient(
    213deg,
    rgba(244, 160, 123, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 25%,
    rgba(163, 216, 227, 1) 100%
  );
  print-color-adjust: exact; 
}

.college-logo figure img {
  height: 150px;
  width: 150px;
  object-fit: contain;
}
.photo_inwrapper-content.mobile-view {
  display: none;
}

.justify-content-end {
  justify-content: end;
}
.banner_section_layout .photo_inwrapper .bg.college-bg-top {
  padding-bottom: 0;
  height: 520px;
}
.banner_section_layout2 .title_wrapper.text-left.why-cuhk {
  margin: 55px 0 0;
}

/*CONTACT CSS*/

.contact-section {
  padding: 200px 0;
  display: block;
  width: 100%;
  position: relative;
}
.contact-heading {
  padding-left: 50px;
  padding-right: 50px;
}
.contact-heading .title {
  text-transform: uppercase;
}
.span-pattern-bg {
  background: linear-gradient(
    111deg,
    rgb(255 227 215) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 25%,
    rgb(209 244 251) 100%
  );
  position: absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  width: 50%;
  print-color-adjust: exact; 
}
.contact_content .general-block {
  margin-top: 100px;
  position: relative;
}
.contact_content {
  margin-top: 40px;
}
.contact-section .spacing {
  padding-left: 50px;
  padding-right: 50px;
}
.contact-info li {
  font-weight: 400;
}
.contact-info li small {
  color: #1d1d1b;
  text-transform: capitalize;
}
.contact-office p {
  color: #000;
  font-weight: 400;
}
.px-5 {
  padding: 0 5rem;
}
.px-3 {
  padding: 0 3rem;
}

.contact-student-section {
  display: block;
  width: 100%;
  background: #f8f8f8;
}
.contact-student-section .block_item1 {
  margin: 0;
  display: inline-block;
  width: 100%;
  background: transparent;
  padding-top: 0;
  padding-bottom: 200px;
}
.student-heading {
  border-bottom: 1px solid #f7a823;
  margin: 0 0 20px 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.contact-student-section .flex {
  flex-wrap: wrap;
}
.student-list-details ul li {
  margin: 0 0 5px;
  color: #000;
}
.student-section-block {
  padding-top: 100px;
}
.student-list-details ul li a {
  opacity: 1;
  color: #000;
}
.contact-heading-md {
  display: none;
}
.contact-section .flex-direction-revert {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.map_wrapper {
  padding-bottom: 56.25%;
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.faq-section .banner_section_layout1 .photo_inwrapper {
  margin-right: 0;
}
.faq-section .banner_section_layout .banner_title_wrapper {
  padding-right: 0;
  padding-bottom: 0;
}
.faq-section .banner_section_layout .photo_wrapper {
  padding-top: 200px;
}
.faq-section .banner_section_layout .t2 {
  margin: 70px 0 0;
}
.section.faq-section {
  padding-top: 150px;
}
span.bg-faq-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 170px;
  bottom: 0;
  background: linear-gradient(
    226deg,
    #5a4c91 5.63%,
    rgb(255 135 83 / 16%) 79.62%
  );
  width: 70%;
  height: 1050px;
  print-color-adjust: exact; 
}
.faq-breadcrumb .section_content_top {
  background: transparent;
}
.faq-section-head {
  padding: 0 50px;
}
.faq-section-head .text4 {
  text-transform: uppercase;
  font-weight: 400;
}

.faq-application-section {
  padding: 150px 50px 100px;
  background: #f8f8f8;
}

.application-row {
  display: flex;
  justify-content: space-between;
}
.expand-button button {
  background: transparent;
  border: 1px solid #000;
  padding: 5px 15px 5px;
  padding-right: 35px;
  color: #000;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  line-height: 1em;
  white-space: nowrap;
}
/* @-moz-document url-prefix() {
  .expand-button button {
    padding: 6px 15px 2px;
    padding-right: 35px;
  }
} */
.expand-button button svg {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 14px;
  height: auto;
}

.accordion .accordion-item {
  border-top: 1px solid #f7a823;
  margin: 50px 0 0;
}

.application-row + .accordion {
  margin-top: 50px;
}

.accordion .accordion-item + .accordion-item {
  margin-top: 50px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0px;
  color: #000;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
}
.accordion button .accordion-title {
  padding: 20px 45px 0 0;
  display: inline-block;
  font-weight: 600;
}

.accordion button .accordion-title .num {
  margin-right: 10px;
  color: #53458c;
}

.accordion button .icon {
  position: absolute;
  top: 18px;
  right: 0;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.accordion button .icon::before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/chevron-down-black.svg);
  background-size: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  right: 0;
  margin: auto;
  print-color-adjust: exact; 
}
.accordion button[aria-expanded="true"] .icon::before {
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/chevron-up.svg);
  print-color-adjust: exact; 
}
/* .accordion button .icon::after { display: block;  position: absolute;  content: '';  top: 5px;  left: 9px;  width: 2px;  height: 10px;  background: currentColor;} */
.accordion button[aria-expanded="true"] {
  color: #000;
}
.accordion button[aria-expanded="true"] span.icon {
  background: #000;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion .accordion-content {
  display: none;
  padding-top: 20px;
}

.faq-application-in {
  margin-top: 100px;
}
.faq-application-in:first-child {
  margin-top: auto;
}
.faq-application-in-with-remark .accordion sup{
  cursor: pointer;
}
.faq-application-in-with-remark .accordion sup:hover{
  opacity: 0.5;
}

.faq-application-in-with-remark td{
  vertical-align: middle;
}
.section.faq-breadcrumb {
  padding: 0 0 50px;
}
button.toggle-accordion.close-btn svg {
  transform: rotate(180deg);
}

/**/

.general-section_banner .banner_section_layout .title {
  line-height: 1.2;
}
.banner_section_layout .title small {
  font-size: 60%;
  line-height: 1.4em;
  display: block;
}
.general-bg-before {
  background: linear-gradient(
    36deg,
    #53458c 0,
    rgba(255, 255, 255, 0.21) 54.67%
  );
  print-color-adjust: exact; 
}

.content_top.general_top_section {
  padding-top: 100px;
  padding-bottom: 20px;
}
.right_content_wrapper .content_title.minimum_title_content {
  text-transform: capitalize;
}
.left_menu_general_menu .left_menu {
  padding: 70px 50px;
}
.content_layout_inwrapper.mx-w-100 {
  max-width: 100%;
}
.subject-block {
  margin: 50px 0 0;
  display: inline-block;
  width: 100%;
}

.d-flex-border {
  border-top: 1px solid #f7a823;
  padding: 20px 0 0;
  margin: 50px 0 0px;
  display: flex;
  width: 100%;
}
.download-pdf {
  text-align: right;
}
.download-pdf .btn {
  border: 1px solid #6a5d9d;
  background: #fff;
  padding: 5px 15px 5px;
  text-transform: uppercase;
  border-radius: 100px;
  color: #6a5d9d;
  cursor: pointer;
  line-height: 1em;
}
/* @-moz-document url-prefix() {
  .download-pdf .btn {
    padding: 6px 15px 2px;
    white-space: nowrap;
  }
} */
.download-pdf .btn:hover {
  background: #6a5d9d;
  color: #fff;
}
.brochure-block {
  display: block;
  width: 100%;
  font-weight: 500;
  margin-top: 120px;
}
.brochure-block:first-child {
  margin-top: auto;
}
.free_text p.fw-600 {
  font-weight: 500;
}
.d-flex-border:first-child {
  margin-top: 0;
}
.brochure-title {
  padding: 0 0 10px;
}
.d-flex-border .col.col3 {
  width: 25%;
}
.d-flex-border .brochure_name {
  flex-grow: 1;
  margin-right: 20px;
}

.free_text-content {
  margin-top: 100px;
}

.free_text-content + .contact-content{
  margin-top: 40px;
}

.free_text-content:first-child {
  margin-top: auto;
}

.table-content {
  margin: 50px 0 0;
}
.border-right {
  border-right: 1px solid #f7a823;
}
.border-bottom {
  border-bottom: 1px solid #f7a823;
}
.px-2 {
  padding: 0 1rem;
}
.w-50 {
  width: 50%;
}
.table-content-th thead tr th {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0px;
  text-transform: uppercase;
  color: #6a5d9d;
  font-size: 18px;
  font-weight: bold;
}
.table-content-td tbody tr td {
  font-size: 14px;
  line-height: 24px;
  padding: 30px 0px;
  vertical-align: middle;
  height: 220px;
}
.table-content td {
  vertical-align: middle;
}

.admission_index_block_item {
  padding: 30px;
  background: linear-gradient(
    90deg,
    rgba(165, 157, 201, 0.5) 0%,
    rgba(255, 255, 255, 1) 80%
  );
  position: relative;
  overflow: hidden;
  print-color-adjust: exact; 
}

.admission_index_block_item .col_wrapper {
  position: relative;
  z-index: 1;
}

.admission_index_block_item_wrapper {
  margin-top: 100px;
}

.admission_index_block_item {
  margin-top: 50px;
}


.admission_index_block_item:first-child {
  margin-top: auto;
}

.color_bg_btn_wrapper {
  margin-top: 30px;
}

.color_bg_btn_wrapper:first-child {
  margin-top: auto;
}

.color_bg_btn_wrapper li {
  display: block;
}

.color_bg_btn_wrapper li + li {
  margin-top: 15px;
}

.color_bg_btn_wrapper a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  display: block;
  padding: 10px;
  padding-right: 35px;
  border: 1px solid #1d1d1b;
}


.color_bg_btn_wrapper a span {
  display: inline-block;
  font-weight: 500;
  position: relative;
}

/* @-moz-document url-prefix() {
  .color_bg_btn_wrapper a span {
    transform: translateY(2px);
  }
} */

.color_bg_btn_wrapper a .arrow_right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 10px;
  margin: auto;
  height: 20px;
}

.color_bg_btn_wrapper a:hover {
  opacity: 1;
  background-color: #fff;
  print-color-adjust: exact; 
}

/* calculator */

.all_programme_input{
  background: none;
  border:none;
  padding: 10px;
  border: 1px solid #878787;
  color:#000;
  border-radius: 999px;
  width: 100%;
  box-sizing: border-box;
}

.all_programme_input:focus{
  background-color: #6a5d9d;
  color:#fff;
  print-color-adjust: exact; 
}

.page-template-page-4A_A3_programme_specific_requirements .ui-widget.ui-widget-content {
  border: 1px solid #878787;
  border-radius: 20px;
  padding: 5px;
}

.page-template-page-4A_A3_programme_specific_requirements .ui-state-active,
.page-template-page-4A_A3_programme_specific_requirements .ui-widget-content .ui-state-active,
.page-template-page-4A_A3_programme_specific_requirements .ui-widget-header .ui-state-active,
.page-template-page-4A_A3_programme_specific_requirements a.ui-button:active,
.page-template-page-4A_A3_programme_specific_requirements .ui-button:active,
.page-template-page-4A_A3_programme_specific_requirements .ui-button.ui-state-active:hover {
	border: 1px solid #6a5d9d;
	background: #6a5d9d;
	color: #ffffff;
  border-radius: 20px;
}

.page-template-page-4A_A3_programme_specific_requirements .ui-icon-background,
.page-template-page-4A_A3_programme_specific_requirements .ui-state-active .ui-icon-background {
  border-radius: 20px;
	border: #6a5d9d;
	background-color: #ffffff;
}

.page-template-page-4A_A3_programme_specific_requirements  .ui-menu .ui-menu-item-wrapper{
  margin-left: 10px;
}

.page-template-page-4A_A3_programme_specific_requirements  .ui-menu .ui-menu-item{
  white-space: wrap !important;
}

.page-template-page-4A_A3_programme_specific_requirements  .ui-menu .ui-autocomplete-category{
  white-space: wrap !important;
}

.ui-autocomplete-category{  
  position: relative;
  padding: 3px 1em 3px .4em;
	color: #6a5d9d;
  border-radius: 20px;
  font-weight: 900;
}

.hidden_form_box{
  opacity: 0.3;
  pointer-events: none;
}

.score_select_box_wrapper{
  display: flex;
  gap:20px;
  margin-bottom: 30px;
}

.score_select_box{
  padding: 30px;
  flex-grow: 1;
  width: 50%;
  background: linear-gradient(180deg, #e2f2f9 0%, rgba(226, 242, 249, 0) 100%);
  print-color-adjust: exact; 
}

.score_select_box .title{
  font-weight: 600;
  color: #6a5d9d;
}

.score_select_box .select_wrapper{
  margin-top: 20px;
}


.score_row_title{
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #6a5d9d;
  margin-bottom: 15px;
}

.circle_num{
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border:1px solid #6a5d9d;
  border-radius: 999px;
  display: inline-block;
}

.score_table_wrapper_wrapper{
  border:1px solid #6a5d9d;
  margin-top: 20px;
  position: relative;
  padding: 10px 0px;
}

.score_table_wrapper_wrapper + .score_row_subject_wrapper{
  margin-top: 30px;
}

.score_row_title_center{
  text-align: center;
}

.score_row_title + .score_table_wrapper{
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.score_table_wrapper .score_table table{
  table-layout: fixed;
}

.score_table_wrapper .score_table table td{
  font-weight: 600;
  color: #6a5d9d;
}

.score_table_wrapper .score_table table th, .score_table_wrapper .score_table table td{
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 16.66% ;
}

.score_table_wrapper .score_table table th + th, .score_table_wrapper .score_table table td + td{
  border-left:1px solid #1d1d1b;
}

.score-calculator-section {
  margin-top: 100px;
}

.score-calculator-section:first-child {
  margin-top: auto;
}

.score_row_wrapper {
  margin-top: 60px;
}
.score_row {
  display: flex;
}

.formula_remarks_box{
  margin-top: 20px;
}

.formula_remarks_box ul{
  margin-top: 5px;
}

.formula_remarks_box ul:first-child{
  margin-top: auto;
}

.formula_remarks_box li{
	list-style:disc;
	margin-left:1em;
}

.formula_remarks_box ol li{
	list-style:decimal;
}

.formula_remarks_box li + li{
  margin-top: 5px;
}

.formula_remarks_box .remark_flex{
  display: flex;
  gap: 10px;
}

.formula_remarks_box .remark_flex > span:first-child{
  white-space: nowrap;
}

.formula_remarks_box .remark_flex span span{ 
  display: block;
}

.score_remark{
  margin-top: 60px;
}

.score_row_title_wrapper {
  font-weight: 600;
  color: #6a5d9d;
}

.clear_btn{
  position: absolute;
  left: 100%;
  margin-left: -20px;
  top: 1px;
  white-space: nowrap;
  font-size: 12px;
  cursor: pointer;
  padding-left: 12px;
  display: block;
}

.clear_btn::before{
  content:"";
  position: absolute;
  width: 10px;
  height: 1px;
  left: 0px;
  top:0px;
  bottom: 0px;
  margin: auto;
  background-color: #1d1d1b;
  transform: rotate(-45deg);
}

.clear_btn::after{
  content:"";
  position: absolute;
  width: 10px;
  height: 1px;
  left: 0px;
  top:0px;
  bottom: 0px;
  margin: auto;
  background-color: #1d1d1b;
  transform: rotate(45deg);
}

.clear_btn:hover{
  opacity: 0.5;
}

.score_row_subject_wrapper {
  margin-top: 20px;
  position: relative;
  padding: 30px 0px;
}

.score_row_subject_wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background: linear-gradient(180deg, #e2f2f9 0%, rgba(226, 242, 249, 0) 100%);
  print-color-adjust: exact; 
}

.score_row_subject_wrapper .score_row + .score_row {
  margin-top: 20px;
}

.score_row_subject_wrapper .score_row {
  position: relative;
  z-index: 1;
}

.score_row_subject_wrapper .subject_name {
  padding: 0px 30px;
}

.score_row_subject_wrapper .select_wrapper{
  padding: 0px 30px;
  position: relative;
}

.score_row_subject_wrapper .select_wrapper select, .score_select_box .select_wrapper select {
  border: none;
  background: none;
  border-radius: 999px;
  border: 1px solid #6a5d9d;
  color: #6a5d9d;
  padding: 5px 35px 5px 15px;
  cursor: pointer;
  line-height: 1.1em;
  white-space: nowrap;
  font-family: "Inter", "Noto Sans SC","Noto Sans TC", sans-serif;
  width: 100%;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/select-down.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  print-color-adjust: exact; 
}

.score_row_subject_wrapper .select_wrapper.select_wrapper_black select, .score_select_box .select_wrapper.select_wrapper_black select {
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/select-down_black.svg);
  print-color-adjust: exact; 
}

/* @-moz-document url-prefix() {
  .score_row_subject_wrapper .select_wrapper select {
    padding: 7px 15px 3px;
  }
} */

.score_cat + .score_cat {
  /* margin-top: 60px; */
}

.score_error_msg{
  background-color: rgba(242, 102, 73, 0.5);
  border-radius: 10px;
  padding: 10px 20px;
  print-color-adjust: exact; 
}

.score_error_msg2{
  background-color: rgba(255, 218, 0, 0.5);
}

.score_error_msg li{
	list-style:disc;
	margin-left:1em;
}

.score_error_msg li + li{
  margin-top: 5px;
}

.score_btn_wrapper {
  margin-top: 20px;
}

.score_btn_inwrapper {
  margin: -5px;
  text-align: center;
}

.score_btn_wrapper button.btn {
  margin: 5px 15px;
  border: 1px solid #6a5d9d;
  background: #fff;
  padding: 5px 30px 5px;
  text-transform: uppercase;
  border-radius: 100px;
  color: #6a5d9d;
  cursor: pointer;
  line-height: 1em;
}

.score_btn_wrapper button.btn.btn1{
  background: #6a5d9d;
  color: #fff;
}
/* @-moz-document url-prefix() {
  .score_btn_wrapper button.btn {
    padding: 6px 15px 2px;
    white-space: nowrap;
  }
} */
.score_btn_wrapper button.btn:hover {
  background: #6a5d9d;
  color: #fff;
}
.score_btn_wrapper button.btn.btn1:hover {
  background: #fff;
  color: #6a5d9d;
}

.select_wrapper_center{
  text-align: center;}

.select_wrapper_center select{
text-align: center;}

.score_matched_wrapper {
  margin-top: 60px;
  display: flex;
  gap: 20px;
}

.score_matched_box{
  padding: 30px;
  width: 50%;
  flex-grow: 1;
  background: linear-gradient(180deg, #e2f2f9 0%, rgba(226, 242, 249, 0) 100%);
  align-items: center;
  print-color-adjust: exact; 
}

.score_matched_box_inwrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.score_matched_box .score_num{
  margin-top: -0.15em;
  color: #6a5d9d;
}

.score_matched_box .score_remark_text{
  border-top: 1px solid #878787;
  padding-top: 10px;
  margin-top: 10px;
}

.score_matched_wrapper .title {
  font-weight: 600;
  color: #6a5d9d;
}

.score_matched_wrapper table {
  width: 100%;
  margin-top: 30px;
}

.score_matched_wrapper table thead th {
  font-weight: 700;
}

.score_matched_wrapper table thead th,
.score_matched_wrapper table td {
  padding: 10px;
}

.score_matched_wrapper table td {
  border-top: 1px solid #000;
  text-align: center;
}

.score_matched_wrapper table td.left_text {
  text-align: left;
}

/* .score_matched_wrapper table th+th, .score_matched_wrapper table td+td{
    padding-left: 20px;
} */

/* fee */

.custom_radio {
  margin: 0px;
}

.custom_radio input[type="radio"] {
  display: none;
}
.custom_radio input[type="radio"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_radio input[type="radio"] + label:before,
.custom_radio input[type="radio"] + label:after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  color: white;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 5px 10px 0 0;
  position: relative;
  top: 3px;
}
.custom_radio input[type="radio"] + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}
/* .custom_radio input[type="radio"] + label:hover:before { -webkit-transition: all .3s ease;  transition: all .3s ease;  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;} */
.custom_radio input[type="radio"]:checked + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.3em rgb(255 255 255 / 90%), inset 0 0 0 1em #6a5d9d;
}

.custom_radio input[type="checkbox"] {
  display: none;
}
.custom_radio input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_radio input[type="checkbox"] + label:before,
.custom_radio input[type="checkbox"] + label:after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  color: white;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 5px 10px 0 0;
  position: relative;
  top: 3px;
}
.custom_radio input[type="checkbox"] + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}
/* .custom_radio input[type="checkbox"] + label:hover:before { -webkit-transition: all .3s ease;  transition: all .3s ease;  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;} */
.custom_radio input[type="checkbox"]:checked + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.3em rgb(255 255 255 / 90%), inset 0 0 0 1em #6a5d9d;
}

.calculator_list_bg {
  background: linear-gradient(
    90deg,
    #aaa2cb -20%,
    rgba(255, 255, 255, 0) 68.4%,
    rgba(244, 164, 141, 0.67) 92.91%
  );
  padding: 50px 50px;
  border-radius: 100px;
  margin: 0 0 30px;
  print-color-adjust: exact; 
}
.calc-row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.calc-75 {
  width: 75%;
  flex: 0 0 75%;
}
.calc-25 {
  width: 25%;
  flex: 0 0 25%;
}
.calculator_list .title {
  margin-bottom: 5px;
}
.calc-no {
  font-size: 18px;
  margin: 5px 0 0 70px;
}
.custom_input_group {
  margin-left: -10px;
  margin-top: -10px;
}
.custom_input_group input {
  border: none;
  border-radius: 100px;
  margin-left: 10px;
  margin-top: 10px;
  height: 36px;
  width: 200px;
  padding: 0 15px;
  background: #fff;
}
.custom_input_group input.adjust-btn {
  height: 34px;
  display: inline-flex;
  line-height: 0;
  border-radius: 100px;
  padding: 5px 25px;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  border: 2px solid #6a5d9d;
  color: #6a5d9d;
  cursor: pointer;
  width: auto;
  margin-left: 10px;
  margin-top: 10px;
}
.custom_input_group input.adjust-btn:hover {
  background: #6a5d9d;
  color: #fff;
}
.custom_input_group input::-webkit-outer-spin-button,
.custom_input_group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.calc-no.no-dot {
  position: relative;
  padding-left: 25px;
}
.calc-no.no-dot:before {
  content: "";
  background: #6a5d9d;
  position: absolute;
  left: 0;
  top: 7px;
  height: 15px;
  width: 15px;
  border-radius: 30px;
}
.mt-10 {
  margin-top: 10px;
}
.fees-calculator-section {
  display: inline-block;
  width: 100%;
  margin: 100px 0 0;
  line-height: 1.4em;
}
.approx-block {
  text-align: right;
  border-top: 1px solid #c6c6c6;
  padding: 50px 50px 0;
  margin: 20px 0 100px;
  color: #6a5d9d;
}
.calc-fees {
  margin-left: auto;
}
.calculator_list h5.text6.fw-normal {
  font-weight: normal;
}

.fee1_wrapper {
  pointer-events: none;
}

/* mainland */

.course_accordion_group .accordion-title {
  font-weight: 600;
}

.course_accordion_group .accordion-title,
.course_school_name {
  color: #6a5d9d;
}

.course_school_name{
  font-weight: 600;
  float: left;
  width: 50%;
}

.course_accordion_group .accordion .accordion-content {
  padding-top: 20px;
}

.course_school_name + .course_school_description {
  overflow: hidden;
}

.course_school{
  padding: 20px;
  border:1px solid #c6c6c6;
  border-radius: 20px;
}

.course_school + .course_school {
  margin-top: 30px;
}

.hidden_course_content_wrapper .select_wrapper {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.hidden_course_content_wrapper .select_wrapper select {
  border: none;
  background: none;
  border-radius: 999px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #000000;
  padding: 5px 15px 5px;
  cursor: pointer;
  line-height: 1.2em;
  white-space: nowrap;
  font-family: "Inter", "Noto Sans SC","Noto Sans TC", sans-serif;
  font-size: calc(12px + 0.4vw);
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/select-down.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  width: 100%;
  border: 1px solid #000;
  print-color-adjust: exact; 
}

.hidden_course_content_wrapper .select_wrapper::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  margin: auto;
  background-color: #f6f6f6;
  width: 35px;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/select-down.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  -webkit-border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -moz-border-radius-topright: 999px;
  -moz-border-radius-bottomright: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  pointer-events: none;
  print-color-adjust: exact; 
}

.hidden_course_content_wrapper .select_wrapper.select_wrapper_black select {
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/select-down_black.svg);
}

/* @-moz-document url-prefix() {
  .hidden_course_content_wrapper .select_wrapper select {
    padding: 7px 15px 3px;
  }
} */

.hidden_course_list_item {
  display: none;
}

.hidden_course_list_item .course_content {
  margin-top: 20px;
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 20px;
  print-color-adjust: exact; 
}

.hidden_course_list_item .course_name {
  font-weight: 700;
}

.course_remark {
  margin-top: 100px;
}

.course_remark .title {
  color: #6a5d9d;
  font-weight: 600;
}

.course_remark table {
  width: 100%;
}

.course_remark table th {
  text-align: left;
  padding-bottom: 10px;
  position: relative;
}

.course_remark table th + th,
.course_remark table td + td {
  padding-left: 40px;
}

.course_remark table td {
  text-align: left;
  padding: 10px 0px;
  position: relative;
}

.course_remark table td::before {
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  border-top: 1px solid #f7a823;
  position: absolute;
}

.course_remark table td + td::before {
  left: 40px;
}

/* 招生計劃 */

.filter_course {
  margin-top: 60px;
}

.hidden_course_list_item .district_content {
  padding-top: 60px;
}

.district_top {
  display: flex;
  justify-content: space-between;
}

.district_top .district_name {
  color: #6a5d9d;
  font-weight: 600;
}

.district_top .district_qrcode {
  display: flex;
  align-items: end;
  margin-left: 50px;
}

.district_top .district_qrcode .text {
  text-align: right;
  font-size: 12px;
  line-height: 1.4em;
  padding-right: 10px;
}

.district_top .district_qrcode .qr_code {
  width: 100px;
}

.district_table_wrapper {
  margin-top: 50px;
}

.district_table_wrapper table {
  width: 100%;
}

.district_table_wrapper table th {
  padding: 10px;
  padding-top: 0;
  vertical-align: middle;
  text-align: center;
  position: relative;
  color: #6a5d9d;
  line-height: 1.4em;
}

.district_table_wrapper table th,
.district_table_wrapper table td {
  border-right: 1px solid #f7a823;
}

.district_table_wrapper table th:last-child,
.district_table_wrapper table td:last-child {
  border-right: none;
}

.district_table_wrapper table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  line-height: 1.4em;
}

.district_table_wrapper table td::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  margin: auto;
  top: 0px;
  border-top: 1px solid #f7a823;
}

.district_description {
  margin-top: 50px;
}
.sticky_filter_menu a:hover svg.icon .st0 {
    stroke: #fff;
}

.registration-button{
  margin-top: 80px;
}

.registration-button li + li{
  margin-top: 25px;
}

.registration-button ul li a { 
  display: inline-flex; 
  border: 1px solid #6a5d9d; 
  color: #fff; 
  text-transform: uppercase; 
  padding: 5px 10px 5px; 
  border-radius: 999px; 
  align-items: center; 
  background: #6a5d9d; 
  font-size: calc(12px + 0.4vw);
  line-height: 1em; 
  gap: 8px; 
}
.registration-button ul li a .arrow { 
  margin-left: 10px;
  width: 27px;
  height: 20px;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/white_arrow_right.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.registration-button ul li a:hover{
  background: #fff; 
  color:#6a5d9d
}

.registration-button ul li a:hover .arrow{
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/purple_arrow_right.svg);
}

.filter_content.filter_content_news:before { background-image: inherit; }
.filter_content.filter_content_news { background-color: transparent; padding-bottom: 0px;
  print-color-adjust: exact; }

.left_menu_wrapper .bg-pink-side:before{background:linear-gradient( 180deg, #EEDAEA 0%, rgba(255, 255, 255, 1) 100% );
  print-color-adjust: exact; }
.app-dead-block { display: flex; flex-wrap: wrap; gap:20px 50px; }

.free_text-content + .fees-block-area{
  margin-top: 40px;
}

.fees-block-area { position: relative; padding-left: 90px;     padding-bottom: 70px; }
span.month-span { position: absolute; left: 0; width: 60px; height: 60px; display: flex; border: 1px solid #635EA0; align-items: center; justify-content: center; border-radius: 100px; color: #635EA0; line-height: normal; 
  font-family: "Inter", "Noto Sans SC","Noto Sans TC", sans-serif; }
/* @-moz-document url-prefix() {
  span.month-span {
    padding-top: 5px;
    padding-bottom: 0px;
  }
} */

.color_label_name{  
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  margin-left: 5px;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  line-height: 20px;
}

.pink-bg { background: linear-gradient(90deg, rgba(238,218,234,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }
.blue-bg { background: linear-gradient(90deg, rgba(207,236,245,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }
.gray-bg { background: linear-gradient(90deg, rgba(217,211,209,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }
.green-bg { background: linear-gradient(90deg, rgba(148,208,176,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }
.purple-bg { background: linear-gradient(90deg, rgba(183,180,217,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }
.orange-bg { background: linear-gradient(90deg, rgba(251,191,116,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }

.red-bg { background: linear-gradient(90deg, rgba(232,165,131,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }
.yellow-bg { background: linear-gradient(90deg, rgba(254,248,165,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }
.light_green-bg { background: linear-gradient(90deg, rgba(217,233,209,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }
.orchid-bg { background: linear-gradient(90deg, rgba(126,147,200,1) 13%, rgba(255,255,255,0) 75%); 
  print-color-adjust: exact; }


.scholar-block-inwrapper { display: inline-flex; padding: 0px 20px 0 10px; min-height: 64px; align-items: center; }

/* @-moz-document url-prefix() {
  .scholar-block p span {  padding: 7px 20px 0 10px;  }
} */

.fees-block-area:before { background: #BCBEC0; width: 1px; top: 70px; bottom: 10px; left: 30px; position: absolute; content: ""; }
.fees-block-area:last-child { padding-bottom: 0; }
.fees-block-area:last-child:before{display:none}

.right_content_wrapper .right_content .content_layout_wrapper.green-bg-layout{background-image:linear-gradient(30deg, rgba(128,207,199,0.8) 0%, rgba(255,255,255,1) 60%);
  print-color-adjust: exact; }


span.span-alpha { display: inline-flex; width: 30px; height: 30px; border: 1px solid #000; border-radius: 40px; align-items: center; justify-content: center;  font-weight: 200; position: absolute; left: 10px; top: 10px; }

span.span-name { display: inline-flex;  
  position: relative;
  top: -3px;}

/* @-moz-document url-prefix() {
  span.span-alpha { 
    padding-top: 4px;
    padding-bottom: 0px;
  }
  span.span-name  { 
    top:auto;
  }
} */


.studies-block { padding: 13px 0 8px; position: relative; padding-left: 50px; margin-bottom:5px }

.studies_block_item_wrapper { margin: 90px 0 0; display: inline-block; width: 100%; }

.fee_description{
  margin-top: 60px;
}

.section.spotlight_section.admission_spotlight_section { padding: 80px 0 100px; background-image: linear-gradient( 180deg, #EEDAEA 0%, rgba(255, 255, 255, 1) 100% ); 
  print-color-adjust: exact; }


.admission-border-bottom { border-bottom: 1px solid #f7a823; margin: 0 0 50px; }

ul.back_button.filter_menu a svg.icon .st0 { stroke: #6a5d9d; }
ul.back_button.filter_menu a:hover svg.icon .st0 { stroke: #fff; }

.section.spotlight_section.admission_spotlight_section .spotlight_slide_item_slider_wrapper{
  padding-bottom: 0px;
}

.news_section {
  background-color: #fff;  
  padding-bottom: 120px;
  print-color-adjust: exact; 
}

.news_section::before {
  content: "";
  position: absolute;
  left: 300px;
  top: 0px;
  right: 0px;
  margin: auto;
  height: 500px;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(223, 215, 213, 1) 100%
  );
  print-color-adjust: exact; 
}
.news_detail_back_button_wrapper{
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.news_detail_back_button{
  display: inline-block;
  border: none;
  font-size: calc(12px + 0.4vw);
  line-height: 1em; 
  padding: 5px 0px 5px 42px;
  color: #6a5d9d;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
}

.news_detail_back_button:hover{
  opacity: 0.5;
}

.news_detail_back_button .arrow{
  position: absolute;
  left: 0px;
  top:0px;
  bottom: 0px;
  margin: auto;
  width: 27px;
  height: 20px;
  background-image: url(/20240725204117oe_/https://admission.cuhk.edu.hk/wp-content/themes/cuhk2023/assets/images/purple_arrow_left.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.news_detail_date + .title{
  margin-top: 10px;
}

.news_detail_date span {
  display: inline-block;
  border: 1px solid #1d1d1b;
  padding: 3px 5px 3px;
  line-height: 1em;
}

.news_section .content_layout_inwrapper {
  margin: auto;
}


.news_detail_content{

  position: relative;
  z-index: 1;
  padding-left: 25px;
  padding-right: 25px;
}

.news_detail_title{
  margin-top: 60px;
}

.news_detail_tag_btn_wrapper.tag_btn_wrapper {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.news_detail_tag_btn_wrapper.tag_btn_wrapper ul {
  margin-top: -6px;
  margin-left: -6px;
  display: flex;
  flex-wrap: wrap;
}

.news_detail_tag_btn_wrapper.tag_btn_wrapper li {
  margin-top: 6px;
  margin-left: 6px;
}

.news_detail_tag_btn_wrapper.tag_btn_wrapper li a {
  display: inline-flex;
  border: 1px solid #6a5d9d;
  color: #6a5d9d;
  text-transform: uppercase;
  padding: 3px 10px 3px;
  border-radius: 999px;
  align-items: center;
  line-height: 1em;
}

.news_detail_tag_btn_wrapper.tag_btn_wrapper li a:hover {
  background-color: #6a5d9d;
  color: #fff;
  print-color-adjust: exact; 
}

.news_detail_description{
  margin-top: 60px;
}

.registration-button{
  margin-top: 60px;
}

@media (min-width: 1023px) {
  .block_item1 .flex.flex-direction-revert {
    flex-direction: revert;
  }
}

@media screen and (max-width: 1600px) {
  .left_menu_wrapper {
    width: 400px;
  }

  .content_layout_date .date_item .d1,
  .content_layout_date .date_item .d2,
  .content_layout_date .date_item .d3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content_layout_date .date_item {
    padding-left: 80px;
  }

  .content_layout_date .date_item .d_wrapper {
    margin-left: -30px;
  }

  .home_section .left_title .title {
    padding: 35px 50px 0px 50px;
  }

  .home_section .left_title .description {
    padding: 35px 50px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1440px) {
  .left_menu_general_menu .left_menu {
    padding: 30px 50px;
  }

  .content_top.general_top_section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .num_block_item6 .circle {
    width: 250px;
    height: 250px;
  }

  .collapsible_filter_list_result_wrapper_wrapper thead tr+tr td{  
    min-width: 100px;
  }
  .collapsible_filter_list_result_wrapper_wrapper thead tr+tr td.mobile_detail_wrapper{
    min-width: 0px;
  }

  .collapsible_filter_list_result_wrapper_wrapper thead{
    top: 145px;
  }
  
}

@media screen and (max-width: 1280px) {
  .left_menu_wrapper {
    width: 350px;
  }

  .num_block_item6 .circle {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 1023px) {


  /* home */
  
.home_apply_btn{    
  height: 35px;
  padding: 0px 5px;
  margin-right: -47.5px;
  font-size: calc(12px + 0.6vw);
  width: 130px;
}

.zh_body .home_apply_btn, .cn_body .home_apply_btn{    
  width: 95px;
  margin-right: -30px;
  letter-spacing: 0.1em;
}

  

.nottop .home_apply_btn{
  height: 25px;
  padding: 0px 5px;
  margin-right: -47.5px;
  font-size: calc(12px + 0.2vw);
  width: 120px;
}

.nottop.zh_body .home_apply_btn, .nottop.cn_body .home_apply_btn{
  width: 80px;  
  margin-right: -30px;
  letter-spacing: 0.1em;
}

  

  .contact-heading {
    display: none;
  }
  .span-pattern-bg {
    width: 100%;
  }
  .contact-heading-md {
    display: block;
  }
  .contact-section {
    overflow: hidden;
    padding: 0px;
  }

  .contact-section .flex-direction-revert {
  }

  .photo_inwrapper-content {
    display: none;
  }
  .photo_inwrapper-content.mobile-view {
    display: block;
    padding: 0;
  }

  .contact-section .spacing {
    padding: 30px 15px;
  }
  .contact_content {
    margin-top: auto;
  }
  .contact_content .general-block {
    margin-top: 30px;
    position: relative;
  }

  .contact-student-section {
    overflow: hidden;
  }

  .student-section-block {
    padding-top: 0px;
  }

  .contact-student-section {
    padding: 50px 0px;
  }

  .contact-student-section .block_item .col + .col {
    margin-top: 50px;
  }

  /* pop up */

  .popup_content_title_wrapper {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .popup_content_spacing {
    padding: 20px;
  }

  .popup .cross {
    width: 20px;
    height: 20px;
  }

  .popup .cross::before,
  .popup .cross::after {
    right: 0px;
    left: 0px;
  }

  .filter_cat + .filter_cat {
    margin-top: 35px;
  }

  .filter_popup .btn_wrapper {
    margin-top: 35px;
  }

  /* home banner */

  .home_section_layout1_back{
  }

  .home_banner_video_wrapper_wrapper {
    position: absolute;
    top:145px;
    bottom: 120px;
    left: 15px;
    right: 15px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px;
  }

  .home_section_layout1_video {

    position: fixed;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    padding: 85px 25px 35px 25px;
    margin: auto;
  }


  .home_section_layout1_video .prev_arrow{
    left:-12px;
    width: 32px;
  }

  .home_section_layout1_video .prev_arrow:hover{
    transform: translateX(0px);
  }

  .home_section_layout1_video .next_arrow{
    right:-12px;
    width: 32px;
  }

  .home_section_layout1_video .next_arrow:hover{
    transform: translateX(0px);
  }

  .home_banner_video_title_wrapper {
    padding: 0px 0px;
  }

  .home_banner_video_wrapper {
    margin: 0px 0px;
    margin-bottom: 20px;    
    position: relative;
    height: 100% !important;
  }
  
  .home_banner_video_inwrapper{
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
  }

  .home_banner_video_title_caption {
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    margin-top: auto;
  }

  .home_banner_video_arrow {
    bottom: 25px;
  }

  .home_banner_video_inwrapper::before {
    right: -20px;
    bottom: -20px;
  }

  .scroll_dis {
    padding-bottom: 500px;
  }

  /* home banner */

  .home_section_layout1 {
    height: auto !important;
  }
  

  .home_section .left_title .title {
    padding: 35px 25px 35px 25px;
  }

  .home_section .left_title .title .chi {
    margin-top: 10px;
  }

  .home_section .left_title .description {
    padding: 35px 25px;
    padding-top: 0px;
  }

  .home_section .left_title {
    display: table;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
  }

  .home_section .left_title .description > div {
    width: auto;
  }

  .home_section .home_banner {
    height: 100%;
    width: 100%;
  }

  .home_section .home_banner img {
    width: 100%;
  }

  .home_section .right_title {
    width: 80%;
  }

  .home_section .right_title .right_title_flex {
    right: 15px;
    bottom: 15px;
  }

  .home_section .right_title .home_banner .apply_btn {
    display: none;
  }

  .home_section .right_title .home_banner + .t1 {
    margin-top: 15px;
  }

  /* home offer_section */

  .offer_section {
    padding-bottom: 40px;
  }

  .offer_section .fg {
    width: 100% !important;
  }

  .offer_section .section_top::before {
    width: 100%;
  }

  .offer_section .section_top {
    padding: 40px 25px;
    padding-bottom: 15px;
  }

  .offer_section .section_top .col {
    width: 100%;
  }

  .offer_section .section_top .col + .col {
    margin-top: 70px;
  }

  .offer_section .section_top .flex {
    flex-wrap: wrap;
  }

  .offer_section .section_top .right_text {
    text-align: left;
  }

  .offer_section .role_icon_layout .flex.row {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .offer_section .role_icon_layout .col_spacing {
    margin-left: 5px;
    margin-right: 5px;
  }

  .offer_section .role_icon_layout .col {
    width: 33.33%;
  }

  .role_icon_item_wrapper {
    padding: 20px 0px;
  }

  .role_icon_item_wrapper .fg {
    top: 0% !important;
    bottom: 0% !important;
    left: 0% !important;
    width: 100% !important;
    height: 100% !important;
  }

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

  .role_icon_layout {
    padding-left: 15px;
    padding-right: 15px;
  }

  .role_icon_item .title_wrapper {
    margin-top: 0px;
  }
  .role_icon_layout .title_wrapper {
    padding: 5px 0px;
  }

  .role_icon_item .t2 {
    font-size: 12px;
  }

  .role_icon_layout .title_wrapper > div {
    line-height: 1.5em;
  }

  /* ranking_section */

  .ranking_section {
    padding-top: 0px;
    background: linear-gradient(
      135deg,
      rgba(196, 219, 233, 1) 0%,
      rgba(255, 255, 255, 1) 50%
    );
    print-color-adjust: exact; 
  }

  .ranking_section::before {
    display: none;
  }

  .ranking_section .section_title {
    padding: 20px 15px 20px;
  }

  /* @-moz-document url-prefix() {
    .ranking_section .section_title {
      padding: 25px 15px 15px;
    }
  } */

  .ranking_section .ranking_block_item {
    padding: 40px 25px;
  }

  .ranking_block_item_wrapper .flex {
    display: block;
  }

  .ranking_block_item_wrapper .fg {
    width: 100% !important;
  }

  .ranking_section .ranking_block_item .t1 {
    line-height: 1.5em;
    height: auto;
  }

  .ranking_section .ranking_block_item .t2 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .ranking_section .ranking_block_item .bignum {
  }

  /* spotlight_section */

  .home_spotlight_section.spotlight_section .section_top {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .spotlight_text_item{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .spotlight_section .fg {
    left: 0% !important;
    width: 100% !important;
  }

  .home_spotlight_section .spotlight_slide_item_slider_wrapper {
    padding-bottom: 40px;
  }

  .spotlight_slide_item_slider_wrapper::before {
    display: none;
  }

  .home_spotlight_section .spotlight_section .section_top {
    padding: 30px 15px;
  }

  .home_spotlight_section .section_top::before {
    left: 0%;
    top: 0px;
    bottom: 0px;
  }

  .spotlight_section .section_top .col {
    width: 100%;
  }

  .spotlight_section .section_top .col + .col {
    margin-top: 20px;
  }

  .spotlight_section .section_top .t2 {
    margin-top: 20px;
  }

  .spotlight_section .col {
    width: 100%;
  }

  .home_spotlight_section.spotlight_section .col {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  

  .home_spotlight_section.spotlight_section .section_top .col {
    border-bottom: none;
  }

  .spotlight_section.news_spotlight_section .col {
    border-top: 1px solid rgba(223, 215, 213, 1);
    width: 100%;
  }
  
  .news_spotlight_section   .spotlight_slide_item_slider_wrapper{
    padding-bottom:  0px;
  }

  .spotlight_section .col + .col {
    /* margin-top: 20px; */
  }

  .spotlight_section .mobile_hide + .col {
    margin-top: auto;
  }

  .spotlight_slide_item .row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .spotlight_slide_item_slider_num {
  }

  /* home_toolbox_section */

  .home_toolbox_section .section_title {
    padding: 20px 15px 20px;
  }

  /* newsletter_section */

  .news_spotlight_section{
    padding-top: 0px;
  }


  .newsletter_section {
    padding: 40px 25px;
    overflow: hidden;
  }

  .newsletter_section .form_row {
    display: block;
    width: auto;
  }

  .newsletter_section .form_wrapper {
    margin-top: 30px;
  }

  .form_item3 {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 20px;
  }

  .newsletter_section .form_item + .form_item {
    margin-top: 20px;
  }

  /* banner_section_layout */

  .banner_section {
    overflow: hidden;
  }

  .banner_section_layout .banner_title_wrapper {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    background-color: #1d1d1b;
    print-color-adjust: exact; 
  }

  .banner_section_layout1 .title_wrapper,
  .banner_section_layout2 .title_wrapper,
  .banner_section_layout3 .title_wrapper {
    padding-top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
  }

  .banner_section_layout .title_wrapper > div {
    padding: 20px;
    color: #fff;
  }

  .banner_section_layout .photo_inwrapper .bg {
    padding-bottom: 45%;
  }
  .banner_section_layout .photo_inwrapper .bg.college-bg-top {
    padding-bottom: 45%;
    height: auto;
  }

  .banner_section_layout .s_title {
    padding: 10px 20px;
    color: #fff;
    font-size: calc(12px + 0vw);
  }

  .banner_section_layout .s_title::before {
    border: 1px solid;
  }

  .banner_section_layout .t1 + .t2 {
    margin-top: 10px;
  }

  .banner_section_layout .photo_wrapper {
    width: 100%;
    margin-top: 0px;
    opacity: 0.5;
  }

  .banner_section_layout1 .photo_inwrapper {
    margin-left: 0px;
    margin-right: 0px;
  }

  .banner_section_layout2 .title_wrapper {
    text-align: left;
  }

  .banner_section_layout2 .photo_wrapper {
    padding-top: 0px;
  }

  .banner_section_layout2 .photo_inwrapper {
    margin-left: 0px;
  }

  .banner_section_layout3 .photo_wrapper {
    padding-top: 0px;
  }

  .banner_section_layout3 .photo_inwrapper {
    margin-right: 0px;
  }

  /* breadcrumb */

  /* left menu right content */

  .left_menu_right_content_section {
    display: block;
  }

  .left_menu_wrapper {
    margin: auto;
    width: auto;
    background-color: #fff;
    position: relative;
    top:auto;
    print-color-adjust: exact; 
  }

  .left_menu_wrapper::before {
    content: "";
    position: absolute;
    mix-blend-mode: multiply;
    background: linear-gradient(
      180deg,
      rgba(106, 93, 157, 0.65) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    top: 0%;
    right: 0%;
    left: 0%;
    height: 50px;
    margin: auto;
    print-color-adjust: exact; 
  }

  .left_menu_wrapper .left_menu {
    padding: 25px 15px;
  }

  .left_menu_wrapper .left_menu .menu_sep > ul > li {
    padding: 15px 0px;
  }

  .left_menu_wrapper .left_menu .menu_sep > ul > li > ul > li + li {
    margin-top: 10px;
  }

  .left_menu_wrapper .left_menu .menu_sep > ul > li > ul {
    margin-top: 10px;
  }

  .left_menu_wrapper{
    min-height: auto !important;
  }

  .left_menu_wrapper .menu_sep + .menu_sep {
    padding-top: 20px;
    margin-top: 20px;
  }

  .right_content_wrapper .content_top {
    padding: 15px;
  }

  .right_content_wrapper .content_title {
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .right_content_wrapper .content_layout_wrapper {
    padding: 35px 15px;
    position: relative;
  }

  .right_content_wrapper .right_content .content_layout_wrapper{
    min-height: auto !important;
  }

  .right_content_wrapper .content_layout_wrapper::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    pointer-events: none;
    mix-blend-mode: multiply;
    background: linear-gradient(
      180deg,
      rgba(106, 93, 157, 0.65) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    print-color-adjust: exact; 
  }

  .content_layout_date .date_item .d1,
  .content_layout_date .date_item .d2,
  .content_layout_date .date_item .d3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content_layout_date .date_item {
    padding-left: 50px;
  }

  .content_layout_date .date_item .d_wrapper {
    margin-left: -15px;
  }

  .content_layout_date .num {
    left: -25px;
  }

  .content_layout_date .date_item .description {
    margin-top: 10px;
  }

  .content_layout_date .date_item + .date_item {
    margin-top: 50px;
  }

  .content_layout + .content_layout {
    margin-top: 60px;
  }

  /* section_content_top */

  .section_content_top {
    padding: 15px;
  }

  .sticky_filter_menu {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .filter_menu {
    margin: -10px;
  }

  .sticky_filter_menu li {
    display: inline-block;
    margin: 10px;
  }

  .section_selector_slider {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* expand_item */

  .expand_item + .expand_item {
    margin-top: 25px;
    padding-top: 25px;
  }

  .expand_item_title + .expand_item_hidden_content {
    margin-top: 25px;
  }

  /* filter */

  .filter_list_result_wrapper {
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .filter_content {
    padding: 0px;
    padding-bottom: 40px;
  }

  .filter_list_result td {
    padding: 0px;
  }

  .filter_list_result td:first-child {
    padding-left: 0px;
  }

  .filter_list_result td.cat {
    float: left;
  }
  .filter_list_result td.code {
    text-align: right;
    float: right;
    color: #615397;
  }

  .filter_list_result td.name {
    padding-top: 20px;
  }

  .filter_list_result td .name_text {
    font-family: "Inter", "Noto Sans SC","Noto Sans TC", sans-serif;
    font-size: calc(12px + 3vw);
    line-height: 1.2em;
    min-height: 0vw;
    color: #615397;
    display: block;
    clear: both;
  }

  .zh_body .filter_list_result td.name{
    letter-spacing: 0.01em;
  }

  .filter_list_result td:last-child,
  .mobile_detail_wrapper {
    padding-right: 0px;
    width: auto;
    padding-top: 20px;
  }

  .filter_list_result tbody td {
    border-top: none;
  }

  .filter_list_tr_wrapper tr {
    display: block;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #1d1d1b;
    print-color-adjust: exact; 
  }

  .filter_list_tr_wrapper tr + tr {
    margin-top: 20px;
  }

  .collapsible_filter_list_result_wrapper + .collapsible_filter_list_result_wrapper {
    margin-top: 10px;
  }

  .mobile_detail_wrapper {
    display: block;
  }

  .mobile_detail_wrapper .btn_wrapper {
    margin-top: 20px;
  }

  .mobile_detail_wrapper .circle_wrapper ul {
    margin: -5px -10px;
  }

  .mobile_detail_wrapper .circle_wrapper li {
    margin: 5px 10px;
    display: inline-block;
  }

  .filter_list_result .circle {
    width: 10px;
    height: 10px;
  }

  /* filter_block_result_wrapper */

  .collapsible_content_title{
    padding: 0px 25px;
  }

  .collapsible_filter_list_result_title {
    padding: 15px 25px;
    top: 50px;
  }

  

  .collapsible_filter_list_result .filter_list_result_wrapper {
    margin-top: auto;
    padding: 15px 25px;
  }

  .programme_list_remarks{
    padding: 15px 25px;
  }

  .collapsible_filter_list_result_wrapper_wrapper {
    padding: 15px 25px;
  }

  .collapsible_filter_list_result_wrapper_wrapper .filter_list_result .table_wrapper {
    margin: 0px;
  }

  .filter_block_result_wrapper {
    margin-top: 30px;
  }

  .filter_block_result_wrapper .content_title {
    padding-left: 25px;
    padding-right: 25px;
  }

  .filter_block_result {
    margin-top: 10px;
  }

  .featured_filter_block_item_wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .featured_filter_block_item_wrapper + .filter_block_item_wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .featured_filter_block_item_wrapper .flex {
    display: block;
  }
  .featured_filter_block_item_wrapper .col {
    width: 100%;
    float: none;
  }

  .featured_filter_block_item_wrapper .col_spacing {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .filter_block_result_wrapper .description {
    margin-top: 20px;
  }

  .filter_block_item_wrapper .flex {
    display: block;
  }
  .filter_block_item_wrapper .col {
    width: 100%;
    float: none;
  }

  .filter_block_item .spacing {
    padding: 20px;
    position: relative;
  }

  .filter_block_item_wrapper .filter_block_item {
    padding-top: 30px;
    margin-top: 30px;
  }

  /* block_item */

  .why_block_section::before {
    display: none;
  }

  .block_item_wrapper {
    overflow: hidden;
    margin-top: auto;
  }

  .block_item .flex {
    display: block;
  }
  .block_item .col {
    width: 100%;
    float: none;
  }

  .block_item .col + .col {
    margin-top: 30px;
  }

  .block_item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    overflow: visible;
    margin-top: 30px;
  }

  .block_item1 .bg {
    padding-bottom: 56.25%;
    margin-top: 0px;
  }

  .block_item2 .col_spacing {
    padding: 0px;
    margin: auto;
  }

  /* num_block_item */

  .num_block_item > .col_wrapper > .flex {
    display: block;
  }

  .num_block_item > .col_wrapper > .flex > .col {
    width: 100%;
    float: none;
  }

  .num_block_item > .col_wrapper > .flex > .col + .col {
  }

  .num_block_item .col_spacing {
    margin-left: 15px;
    margin-right: 15px;
  }

  .num_block_item1 .title_wrapper {
    padding: 30px 0px;
  }

  .num_block_item1 .t1 {
    min-height: 60px;
  }

  .num_block_item1 .icon {
    height: 100px;
  }

  .num_block_item1 .num_wrapper {
    height: 100px;
  }

  .num_block_item2 .title_wrapper {
    padding: 30px 30px;
  }

  .num_block_item2 .t2 {
    min-height: 140px;
    margin-top: 25px;
    margin-left: 25px;
  }

  .text1.num1,
  .bignum {
    font-size: calc(12px + 8.2vw);
  }

  .num_block_item3 .title_wrapper {
    padding: 30px 0px;
  }

  .num_block_item3 .t1 {
    min-height: 60px;
  }

  .num_block_item3 .icon {
    height: 100px;
  }

  .num_block_item3 .num_wrapper {
    height: 100px;
  }

  .num_block_item5 .title_wrapper {
    padding: 20px 0px 30px 0px;
  }

  .num_block_item5 .table_wrapper td .num {
    font-size: calc(12px + 8.2vw);
    line-height: 1em;
    padding-top: 0em;
  }

  .num_block_item6 .num {
    font-size: calc(12px + 8.2vw);
    line-height: 1em;
    padding-top: 0.3em;
  }

  .num_block_item7 .num {
    font-size: calc(12px + 8.2vw);
    line-height: 1em;
    padding-top: 0.3em;
  }

  .text3.num1 {
    font-size: calc(12px + 8.2vw);
  }

  .num_block_item4 .title_wrapper {
    text-transform: uppercase;
    padding: 50px 15px 0px;
  }

  .num_block_item4 .text_wrapper {
    margin-top: 70px;
    margin-left: 30px;
    position: relative;
    padding: 70px 25px;
    padding-bottom: 70px;
  }

  .num_block_item4 .num_wrapper {
    padding: 35px 10px 30px;
  }

  .num_block_item5 .table_wrapper {
    margin-top: auto;
  }

  .num_block_item6 {
    padding: 50px 0px;
  }

  .num_block_item6 .col {
    padding: 0px;
    text-align: center;
  }

  .num_block_item6 .col_wrapper > .flex {
    padding-left: 25px;
    padding-right: 25px;
  }

  .num_block_item6 .col_wrapper > .flex > .flex {
    padding-left: 0px;
    padding-right: 0px;
    flex-flow: column;
    margin-top: 30px;
  }

  .num_block_item6 .circle {
    width: 220px;
    height: 220px;
  }

  .num_block_item6 .circle + .circle {
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .num_block_item6 .circle .t > div + div{
    margin-top: 10px;
  }

  .num_block_item7 .flex {
    padding-left: 25px;
    padding-right: 25px;
  }

  .num_block_item7::before {
    width: 100%;
  }

  .num_block_item7 .circle {
    width: 200px;
    height: 200px;
  }

  .num_block_item7 .circle .bg {
    margin-left: -100px;
    width: 200px;
    height: 200px;
  }

  .num_block_item7 .circle + .circle {
    margin-left: -25%;
  }

  .num_block_item7 .col {
    padding: 0px 0px;
  }

  .num_block_item7 .arrow_col {
    transform: rotate(90deg);
  }

  .num_block_item7 .arrow {
    width: 120px;
    margin-top: 0px;
  }

  .num_block_item7 .col + .col {
    padding-left: 0px;
    margin-top: 30px;
  }

  .num_block_item7 table tr + tr td {
    padding-top: 60px;
  }

  .num_block_item7 .col + .col + .col {
    padding-left: 0px;
  }
  .num_block_item7 .circle .t > div + div{
    margin-top: 10px;
  }

  .about-section .banner_section_layout2 .photo_inwrapper {
    padding: 0;
  }
  .why_block_section.breadcrumb-gr-bg::before {
    top: 0;
  }
  .mt--50 {
    margin: 50px 0 0;
  }
  .banner_section_layout .title {
    text-align: left;
    /* margin:0 0 15px; */
  }
  .text-right-content {
    margin: 50px 0 0;
    padding: 0 30px;
  }
  .ranking_block_item_full {
    text-align: center;
    padding: 50px 15px;
  }

  .other_grid_section .free_text {
    padding: 0 0px 10px;
  }
  .col-3,
  .col-6 {
    width: 100%;
  }
  .col8,
  .col4,
  .col3 {
    width: 100%;
  }
  .section.faq-section,
  .faq-section .banner_section_layout .photo_wrapper {
    padding-top: 0;
  }
  .banner_section_layout .s_title::before {
    background: #fff;
  }
  .faq-section-head {
    padding: 0 11px;
  }
  .faq-application-section {
    padding: 100px 11px;
    padding-top: 0px;
  }
  .table-content-td tbody tr td {
    height: 280px;
  }
  .brochure-block + .brochure-block {
    margin-top: 60px;
  }
  .expand-button button {
    padding-left: 10px;
    padding-right: 25px;
    font-size: 12px;
  }
  .expand-button button svg {
    right: 5px;
    width: 12px;
  }
  .accordion .accordion-content {
    padding-right: 0px;
  }
  .accordion button .icon {
    top: 20px;
    width: 20px;
    height: 20px;
  }
  .accordion button .icon::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .accordion .accordion-item {
    margin-top: 25px;
  }
  .accordion .accordion-item:first-child {
    margin-top: auto;
  }
  .accordion .accordion-item + .accordion-item {
    margin-top: 25px;
  }
  .faq-application-in {
    margin-top: 70px;
  }
  .faq-application-in:first-child {
    margin-top: auto;
  }
  .slick-arrow {
    height: 30px;
  }
  .thumb-inner-content {
    padding: 20px 0px 0px;
    background: none !important;
  }
  .spotlight_section .col + .col {
    margin-bottom: 0px;
  }
  .spotlight_section .thumb-inner-content .title_wrapper {
    margin-top: 0px;
    min-height: 0px;
  }
  .spotlight_section .thumb-inner-content .tag_btn_wrapper {
    margin-top: 20px;
  }
  .banner_title_wrapper h1 {
    font-size: calc(12px + 3vw);
  }
  .free_text-content {
    margin-top: 50px;
  }
  .free_text-content:first-child {
    margin-top: auto;
  }

  .university-logo-section {
    margin-top: 30px;
  }

  .college-logo {
    padding-bottom: 60px;
  }

  .spotlight_section.college-assignment {
    padding: 0px 0px;
    margin: auto;
  }

  .spotlight_section.college-assignment .section_top {
    padding: 30px 15px;
  }

  .section_video_description .flex {
    display: block;
  }

  .section_video_description .col {
    width: 100%;
    float: none;
  }

  .section_video_description .bg_spacing {
    padding: 30px 15px;
  }

  .university-logo-section .quoted-content {
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }

  .university-logo-section .col_wrapper {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .spotlight_section.college-assignment .fg {
    top: 100px;
    height: auto;
  }
  .photo_inwrapper_with_gradient {
    padding: 0px;
  }

  .block_item2 .bg {
    padding-bottom: 56.25%;
  }

  .about-blog-block {
    padding: 30px 25px;
    overflow: hidden;
  }

  .continue-read-block {
    margin-top: 30px;
  }

  .breadcrumb.text7 {
    font-size: calc(10px);
    line-height: 1.6em;
  }

  .content_top_title {
    padding: 30px 15px 20px;
  }

  .section_selector + .content_top_title {
    padding-top: 10px;
  }

  .right_content_wrapper {
    display: block;
    position: relative;
    top:auto
  }

  .right_content_wrapper .right_content {
    display: block;
  }

  .bg_three {
    /* display: none; */
  }

  .breadcrumb li + li::before {
    width: 6px;
    height: 6px;
    margin-top: 5px;
  }
  
  /* @-moz-document url-prefix() {
    .breadcrumb li + li::before {
      margin-top: 3px;
    }
  } */

  .download-pdf .btn {
    font-size: 12px;
  }

  .admission_index_block_item_wrapper {
    margin-top: 30px;
  }

  .admission_index_block_item {
    padding: 15px;
  }

  .admission_index_block_item .flex {
    display: block;
  }

  .admission_index_block_item .col6 {
    width: 100%;
  }

  .admission_index_block_item .col6 + .col6 {
    margin-top: 20px;
  }

  .admission_index_block_item {
    margin-top: 20px;
  }

  .admission_index_block_item:first-child {
    margin-top: auto;
  }

  .section_content_introduction {
    padding: 20px;
  }

  .col_wrapper.about_block_item .bg {
    margin-top: auto;
  }

  .block_item3 + .block_item1 {
    margin-top: auto;
  }

  .bg_three {
    display: none;
  }

  .home_bg_three {
    display: block;
  }

  .application-row + .accordion {
    margin-top: 10px;
  }

  .exchange-section::after {
    width: 100%;
  }

  .col_wrapper.about_block_item {
    background-size: 100% 100%;
    print-color-adjust: exact; 
  }

  .block_item1.support-section::before {
    display: none;
  }

  .block_item1.support-section::after {
    right: 0%;
  }

  .reg-bg-gr-l::after {
    left: 0%;
  }

  .block_item1 .bg.mt--70 {
    margin-top: auto;
  }

  .big_col_wrapper.block_item .col_spacing.mr-0 {
    margin-right: 15px;
  }

  .block_item1.support-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  span.campus {
    font-size: calc(12px + 10vw);
    line-height: 1em;
  }

  .ranking_block_number .t1 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .campus_facilities_section::before {
    display: none;
  }

  .campus_facilities_section::after {
    display: none;
  }

  .ranking_section_campus + .campus_facilities_section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(
      -90deg,
      rgba(255, 255, 255, 1) 25%,
      rgba(222, 239, 245, 1) 75%
    );
    print-color-adjust: exact; 
  }

  .campus_facilities_section .spotlight_item {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }

  .campus_facilities_section .spotlight_item + .spotlight_item {
    margin-top: 40px;
  }

  .campus_facilities_section .row + .row {
    margin-top: 40px;
  }

  .campus_facilities_section .spotlight_slide_item_slider_wrapper {
    padding-bottom: 0px;
  }

  .other_grid_section {
    padding-top: 50px;
    position: relative;
  }

  .spotlight_section.college-assignment .text_col {
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .spotlight_section.college-assignment {
    background: linear-gradient(
      213deg,
      rgba(244, 160, 123, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 25%,
      rgba(163, 216, 227, 1) 100%
    );
    print-color-adjust: exact; 
  }

  .spotlight_section.college-assignment .text_col::before {
    display: none;
  }

  .college_popup {
    padding: 20px;
  }

  .college_popup .btn_wrapper {
    margin-top: 25px;
  }

  .featured_filter_block_item_wrapper .bg_text_wrapper::before {
    display: none;
  }

  .featured_filter_block_item_wrapper::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 25%,
      rgba(163, 216, 227, 1) 75%,
      rgba(244, 160, 123, 1) 100%
    );
    width: 100%;
    height: 100%;
    print-color-adjust: exact; 
  }

  .featured_filter_block_item_wrapper {
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .filter_block_result_wrapper .btn_wrapper {
    margin-top: 20px;
  }

  .filter_block_result::before {
    display: none;
  }

  .filter_list_result {
    margin-top: 45px;
  }

  .content_layout_date {
    margin-top: 50px;
  }

  .content_layout_date:first-child {
    margin-top: auto;
  }

  .programme_detail_section {
    padding-bottom: 40px;
  }

  .programme_detail_section_title {
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .programme_detail_section_title table tbody tr{
  }

  .programme_detail_section_title table tbody tr td{
    padding: 0px;
    display: block;
    text-align: left;
  }
  .programme_detail_section_title table tbody tr td+td{
    margin-top: 10px;
  }

  .programme_detail_section_title table tbody tr td h6{  
    padding: 10px;
    background-color: #eee;
    color: #6a5d9d;
    print-color-adjust: exact; 
  }

  .programme_detail_section_title table tbody tr td > div{  
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    print-color-adjust: exact; 
  }

  .programme_detail_section_title table tbody tr td div div{  
    padding: 0px;
  }

  .programme_detail_section .content_layout_wrapper {
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .programme_detail_section_related {
    margin-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .programme_detail_section_related li {
    width: 100%;
  }

  .programme_detail_section_related ul {
    margin-top: auto;
  }

  .filter_dropdown {
    padding: 30px 15px;
    padding-right: 90px;
  }

  .filter_dropdown.filter_dropdown_opened{
    padding-right: 15px;
  }

  .filter_dropdown::after {
    left: 15px;
    right: 15px;
    bottom: 0px;
    display: none;
  }

  .filter_dropdown_close {
    right: 15px;
    top: 30px;
    width: 30px;
    height: 30px;
  }

  .filter_dropdown_close::before {
    width: 15px;
    height: 15px;
  }

  .filter_dropdown .btn_wrapper {
    margin-top: 35px;
  }

  .filter_cat + .filter_cat {
    margin-top: 25px;
  }

  /* score */

  .score_row {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .score_row_title_wrapper .score_row {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .score_row + .score_row {
    margin-top: 15px;
  }

  .score_row .col {
    width: auto;
    float: none;
  }

  .clear_btn {
    left: auto;
    right:0%;
    margin-left: auto;
    top: -20px;
    font-size: 10px;
    padding-left: 10px;
  }

  .clear_btn::before{
    width: 8px;
  }
  
  .clear_btn::after{
    width: 8px;
  }

  .score_row_subject_wrapper {
    padding: 15px 0px;
  }

  .score_row_subject_wrapper .col + .col {
    margin-top: 5px;
  }


  .score_row_subject_wrapper .subject_name {
    padding: 0px;
    text-align: center;
  }

  .score_row_subject_wrapper .select_wrapper {
    padding: 0px;
    text-align: center;
  }

  .score_row_subject_wrapper .select_wrapper select{
    text-align: center;
  }

  .score-calculator-section {
    margin-top: 50px;
  }

  .score_row_wrapper {
    margin-top: 30px;
  }

  .score_cat + .score_cat {
    margin-top: 30px;
  }

  .score_btn_wrapper {
    margin-top: 30px;
  }

  .score_matched_wrapper {
    margin-top: 30px;
    padding-top: 30px;
    gap: 10px;
  }

  .score_matched_box{
    padding: 20px 15px;
  }
  
  .score_matched_box_inwrapper{
    gap:10px
  }

  .score_num_title{
    line-height: 1.4em;
  }

  .score_matched_box .score_num {
    margin-top: -0.10em;
    font-size: calc(12px + 6vw);
  }

  .score_select_box_wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .score_select_box {
    padding: 15px;
    width: 100%;
  }

  .score_table tbody{
  }
  .score_table tbody tr{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0px;
  }
  .score_table tbody tr td{
    width: 50% !important;
    flex-grow: 1;
  }

  .score_table tbody tr td.no_border{
    border: none !important;

  }
  .score_table_wrapper .score_table table td.no_border{
    border-left: none !important;
  }

  .score_table tbody tr td .score_table_mobile_title{
    padding-bottom: 8px;
    margin-bottom: 5px;
    position: relative;
    color:#1d1d1b;
  }
  .score_table tbody tr td .score_table_mobile_title::before{
    content:"";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 10px;
    margin: auto;
    border-bottom: 1px solid #1d1d1b;
  }
  .score_row_subject_wrapper .select_wrapper.select_wrapper_black span{
    border-radius: 999px;
    border: 1px solid #1d1d1b;
    color: #1d1d1b;
    padding: 5px 35px 5px 15px;
    display: block;
    line-height: 1em;
  }

  .score_row_title {
    margin-left: 15px;
    margin-right: 15px;
  }

  .score_row_subject_wrapper .score_row {    
    margin-left: 0px;
    margin-right: 0px;
  }

  .score_row_subject_wrapper .score_row + .score_row {
    margin-top: 0px;
  }

  /* */

  .approx-block {
    padding: 30px 0px 0;
    margin: 20px 0 0px;
  }

  .hidden_course_content_wrapper .select_wrapper {
    width: 100%;
  }

  .course_remark {
    margin-top: 70px;
  }

  .filter_course {
    margin-top: 35px;
  }

  .hidden_course_list_item .district_content {
    padding-top: 35px;
  }

  .district_table_wrapper {
    margin-top: 25px;
  }

  .district_description {
    margin-top: 25px;
  }
  

  .generic_section .content_layout_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }


  /* news_section */


  .news_section {
    background-color: #fff;  
    padding-bottom: 40px;
    print-color-adjust: exact; 
  }
  .news_section::before {
    display: none;
  }


  .news_detail_title{
    margin-top: 30px;
  }

  .news_detail_description{
    margin-top: 20px;
  }

  .registration-button{
    margin-top: 30px;
  }

  .news_detail_back_button {
    padding: 5px 0px 5px 35px;
  }

  .news_detail_back_button_wrapper {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
  }

  .news_detail_back_button .arrow {
    width: 20px;
    height: 15px;
  }

  .registration-button ul li a .arrow {
    margin-left: 6px;
    width: 20px;
    height: 15px;
  }

  /* fee */

  .spotlight_section.admission_spotlight_section .col.spotlight_text_item + .col.spotlight_text_item{
    border-top: 1px solid rgba(223, 215, 213, 1);
    width: 100%;
  }

  .section.spotlight_section.admission_spotlight_section {
    padding: 0px 0 0px;
  }

  .section.spotlight_section.admission_spotlight_section .spotlight_slide_item_slider_wrapper{
    padding-bottom: 0px;
  }

  .studies_block_item_wrapper { 
    margin-top: 30px; 
  }

  .fee_description{
    margin-top: 30px;
  }

  .intl_country_form{
    margin-top: 50px;
  }

  .intl_country_item_wrapper {
    margin-top: 20px;
  }

  .intl_country_item_wrapper table {
    margin-top: 10px;
  }

  .intl_country_item_wrapper li {
    padding: 10px;
  }

  .intl_country_item_wrapper td:first-child {
    padding-right: 20px;
  }

  .intl_country_item_wrapper td + td {
    padding-left: 20px;
  }

}

@media screen and (max-width: 767px) {
  .table-content {
    overflow: auto;
  }
  table.table-mv {
    width: 1023px;
  }

  .college_popup .col {
    float: none;
    width: 100%;
  }
  .college_popup .col + .col {
    margin-top: 20px;
  }

.studies_block_item_wrapper .row .col6 { width: 100%; }

.content_layout_flexible .contact_icon {
  width: 24px;
}

  .spotlight_slide_item_slider .spotlight_text_item{
    width: 100%;
  }

}
