html, body{
  padding:0;
  margin:0;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 100;
  height:100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

h1{
  font-weight: 500;
  font-size: 2em;
  margin:0 0 20px 0;
}

p{
  font-weight: 100;
  font-size: 1em;
  margin:14px 0 14px 0;
  color:#333;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
}

#page-content {
  flex: 1 0 auto;
}


#logo {
  background: #f2eae0;
  padding: 10px;
}
#logo a#cuhkLogo {
  display: inline-block;
  height:60px;
  width: auto;
}
@media (max-width: 580px) {
  #logo a#cuhkLogo {
    height: auto;
    width: 17%;
  }
}

#logo a#deptLogo {
  display: inline-block;
  height:42px;
  width: auto;
  margin-left: 20px;
}
@media (max-width: 580px) {
  #logo a#deptLogo {
    margin-left: 10px;
    width: 78%;
    height: auto;
  }
}

@media (max-width: 767px) {
  footer .text-right { text-align:center }
}

#logo img {
  height: 100%;
  width: auto;
}
@media (max-width: 580px) {
  #logo img {
    height: auto;
    width: 100%;
  }
}

#langOption {
  list-style: none;
  border-top: 1px solid #b17354;
}

#langOption li {
  display: inline;
  font-weight: 200;
}

#langOption li+li:before {
  color: black;
  content: "\00a0\00a0/\00a0\00a0";
}

#langOption li a {
  color: #d22727;
}

#langOption li a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #langOption {
    border-top: 0;
  }
}

#nabvar{
  background-color: #534741;  
  box-shadow: 0px 2px 1px #362f2d;
  padding: 14px 0;
}
#nabvar .nav-item{
  padding: 0 6px;
}
#nabvar .nav-item a{
  color: #fff !important;
  font-size: 1em;
  font-weight: 100;
}
#nabvar .nav-item a:hover{
  color: #fff799 !important;
}
#nabvar .dropdown-menu{
  background: #a6804c;
  border-color: #7c6039;
  border-width: 1px;
}
#nabvar .dropdown-menu a:hover{
  background: #998675;
}



#stickyFooter {
  flex-shrink: none;
  background-color: #362f2d;
}
#stickyFooterContent h1{
  font-size: 1em;
  font-weight: 500;
  margin:0;
  color: #fff;
}
#stickyFooterContent h2{
  font-size: 0.85em;
  font-weight: 500;
  margin:0 0 15px 0;
  color: #eee;
}
#stickyFooterContent p{
  margin: 12px 0;
  font-size: 0.8em;
  font-weight: 100;
  color: #eee;
}

#stickyFooterContent .stickyFooterInfoTable {
  font-size: 0.8em;
  color: #eee;
  width: 100%;
}

#stickyFooterContent .stickyFooterInfoTable td {
  vertical-align: top;
}

#stickyFooterMap{
  overflow:hidden;
  position:relative;
  height:220px;
  width:96%;
}
#stickyFooterMap iframe,
#stickyFooterMap #mapContent{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

#stickyFooterMap #mapContent {
  background-position: center; 
  background-repeat: no-repeat; 
  /* background-size: cover; */
}

#stickyFooterCopyright{
  background-color: #222;
  color: #aaa;
  line-height: 180%;
}

#stickyFooterCopyright a {
  color: #aaa;
}

#stickyFooterCopyright a:hover,
#stickyFooterCopyright a:active {
  color: #ddd;
  text-decoration: none;
}


.bgImage{
   background-position: center; 
   background-repeat: no-repeat; 
   background-size:cover;
   min-height:40vh; 
}



.buttonDark {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
	background:-moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
	background-color:#7d5d3b;
	border-radius:4px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:7px 34px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
}
.buttonDark:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
	background:-moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
	background-color:#634b30;
	color:white;
	text-decoration: none;
}
.buttonDark:active {
	position:relative;
	top:1px;
}

.buttonLight {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eae0c2), color-stop(1, #ccc2a6));
	background:-moz-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-webkit-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-o-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:-ms-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
	background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6',GradientType=0);
	background-color:#eae0c2;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 34px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.buttonLight:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6), color-stop(1, #eae0c2));
	background:-moz-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-webkit-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-o-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:-ms-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#eae0c2',GradientType=0);
	background-color:#ccc2a6;
	color:#444;
	text-decoration: none;
}
.buttonLight:active {
	position:relative;
	top:1px;
}



.breadcrumb {
  background-color: transparent;
  margin: 16px auto;
}

.breadcrumb .breadcrumb-item {
  font-weight: 300;
  color: #6c6c6c
}

.breadcrumb .active {
  font-weight: 400;
  color: #534741
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 700;
}

.breadcrumb-item + .noArrow::before {
  content: '';
}



div.articleContainer {
  margin-bottom: 20px;
}

div.articleContainer div.accordion {
  background-color: #f2eae0;
  color: #444;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-top: 1px solid #f2eae0;
  border-left: 1px solid #f2eae0;
  border-right: 1px solid #f2eae0;
  margin-left: 0;
}

div.foldableContainer div.accordion {
  cursor: pointer;
}

div.articleContainer div.accordion .index {
  display: inline-block;
  padding: 0;
}

div.articleContainer div.accordion .title {
  font-weight: 600;
  padding: 0;
  color: #534741;
}

div.foldableContainer div.accordion .foldableSign::after {
  content: '\02795';
  font-size: 17px;
  color: #777;
  float: right;
  margin-left: 5px;
  padding-right: 0;
}

div.foldableContainer div.active .foldableSign::after {
  content: "\2796";
}

div.articleContainer div.panel {
  border-bottom: 1px solid #f2eae0;
  border-left: 1px solid #f2eae0;
  border-right: 1px solid #f2eae0;
  padding: 15px 18px;
}

div.foldableContainer div.panel {
  display: none;
  overflow: hidden;
}

div.articleContainer .panel a,
.contentContainer a,
.admissionSection a,
.faqContainer a,
#songAuthorContainer a {
  color: #b7834c;
  font-weight: 300;
}


div.articleContainer .panel a:hover,
.contentContainer a:hover, 
.admissionSection a:hover,
.faqContainer a:hover,
#songAuthorContainer a:hover {
  text-decoration: underline;
  color: #92683c;
}

#songAuthorContainer a:hover {
  text-decoration: underline;
  color: #948D87;
}

.imgContainer img {
  display: inline-block;
  max-height: 140px;
  margin: 10px;
}
.albumContainer img {
  display: inline-block;
  max-height: 100px;
  margin: 10px;
}
.albumContainer .firstImg {
  max-height: 300px;
}
@media (max-width: 576px) {
  .albumContainer .firstImg {
    width: calc(100% - 20px);
  }
  .albumContainer img {
    max-height: 50px;
    margin: 5px;
  }
}

.yearPanel {
  background-color: #c7b299;
  border: 1px solid #c7b299;
}

.yearContainer {
  column-count: 2;
  column-gap: 0;
  padding-left: 0;
}

.yearContainer li {
  list-style-type: none;
  line-height: 2em;
}

.yearLinkSelected,
.yearLink {
  font-weight: 500;
}

.yearLink {
  color: #362f2d;
}

a.disabled {
  pointer-events: none
}

.yearLink:hover {
  text-decoration: none;
  color: #948D87;
}

.yearLinkSelected {
  color: #fff;
}

.linkViewAll {
  font-weight: 400;
  color: #362f2d;
  display: inline-block;
  height: 100%;
}

.fieldTitle {
  font-weight: 400;
}

.centre-logo {
  width: 100%;
}

@media (max-width: 992px) {
  .yearContainer {
    display: flex;
    flex-wrap: wrap;
  }

  .yearContainer li {
    width: 20%;
  }
}

@media (max-width: 576px) {
  .centre-logo {
    max-width: 150px;
    margin-bottom: 10px;
  }
}

div.courseContainer {
  background-color: #FBF8F5;
}

div.faqWhiteContainer {
  background-color: #fff;
}

.tableForSmallScreen-md,
.tableForSmallScreen-lg {
  display: table;
  width: 100%;
}
.tableForLargeScreen-md,
.tableForLargeScreen-lg {
  display: none;
  width: 100%;
}

@media (min-width: 768px) {
  .tableForSmallScreen-md {
    display: none;
  }
  .tableForLargeScreen-md {
    display: table;
  }
}

@media (min-width: 992px) {
  .tableForSmallScreen-lg {
    display: none;
  }
  .tableForLargeScreen-lg {
    display: table;
  }
}

h4.pageTitle {
  margin-bottom: calc(0.75rem + 16px);
}

#graduateUGJobChartContainer {
  display: none;
}

.admissionSection h5.title {
  color: #534741;
  margin-bottom: 1rem;
}

.admissionSection .sectionContent {
  display: none;
}
.admissionSection .sectionContent ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.admissionSection h5.title.foldableTitle {
  margin-bottom: 0;
  cursor: pointer;
}

.admissionSection .section {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.admissionSection.sideSection {
  padding: 0px;
  border: 1px solid #b19f66;
}
.admissionSection.sideSection .banner {
  background-color: #b19f66;
}
.admissionSection.sideSection h5 {
  color: #333;
}

.faqContainer .question {
  cursor: pointer;
  padding: 0.75rem 18px;
  background-color: #f2eae0;
}

.faqContainer .question div.foldableSign {
  display: inline-block;
  width: 24px;
}
.faqContainer .question div.questionContent {
  display: inline-block;
  width: calc(100% - 30px);
}
.faqContainer .answer {
  display: none;
  margin-left: 30px;
  padding: 0 18px;
}
.faqContainer .answer p{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.faqContainer .question .foldableSign::after{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 700;
}
.faqContainer .active .foldableSign::after{
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 700;
}

#ugQnaContainer,
#ddpQnaContainer {
  display: none;
}

#themeSongContainer {
  font-size: 1.1em;
}

#songAuthorContainer {
  background-color: #c7b299;
}

#songAuthorContainer td {
  vertical-align: center;
}
#songAuthorContainer audio {
  width: 240px;
  height: 24px;
}

#songAuthorContainer .songAuthor {
  background-color: #ac8d68;
  padding: 18px;
}
#songAuthorContainer .songAuthor p {
  color: #fff;
}

#songCommentContainer {
  background-color: #edddcc;
}

.schemaSidebar .sidebar__inner {
  border: 1px solid #bb8553;
}

.schemaSidebarTitle {
  background-color: #bb8553;
  padding: 10px;
}

.schemaSidebarContent {
  padding: 0px 18px;
}

.schemaSidebarContent p.title {
  font-weight: 500;
}

p > strong {
  font-weight: 300;
}

.staffDetailContainer img.staffImg {
  width: 80%;
}
div.staffInfoContainer {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .staffDetailContainer img.staffImg {
    width: 100%;
  }
  div.staffInfoContainer {
    text-align: left;
    margin-top: 0;
  }
}


div.contactInfo {
  margin: 16px 0px;
}

div.contactInfo p.info,
div.contactInfo p.info a {
  color: #727272;
}
div.contactInfo p.info span.icon {
  display: inline-block;
  width: 1.5em;
  color: #a6804c;
}
div.contactInfo p.info a:hover {
  text-decoration: none;
  color: #534741;
}
div.staffIntroductionSection h5.title {
  margin-top: 28px;
}
video {
  max-width: 100%;
}

.faqContainer .answer {
  background-color: #fff;
}