/*@import url("font-awesome.min.css");*/
/* import google web font for english */
@import 'https://webarchive.lib.cuhk.edu.hk/20240725233754cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,700';
/*@import url("https://webarchive.lib.cuhk.edu.hk/20240725233754cs_/https://fonts.googleapis.com/css?family=Lora:400,700'");*/
/*@import url(https://webarchive.lib.cuhk.edu.hk/20240725233754cs_/https://fonts.googleapis.com/css?family=PT+Serif:400,700);*/
/*@import url(https://webarchive.lib.cuhk.edu.hk/20240725233754cs_/https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);*/

/* import google web font for chinese */
@import 'https://webarchive.lib.cuhk.edu.hk/20240725233754cs_/https://fonts.googleapis.com/earlyaccess/cwtexhei.css';


/* Reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		/*font-family: 'Open Sans',cwTeXHei, sans-serif, sans-serif;*/
        /*font-family: 'Lora',cwTeXHei, sans-serif, sans-serif;*/
        /*font-family: 'PT Serif',cwTeXHei, sans-serif, sans-serif;*/
        font-family: 'Open Sans', 'Microsoft JhengHei', cwTeXHei, sans-serif;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
	
		/* Gradient background */
		-webkit-text-size-adjust: none;
		background: rgba(226,226,226,1);
		background: rgba(66,66,66,1);
		background: -moz-linear-gradient(bottom, rgba(66,66,66,1) 0%, rgba(135,135,135,1) 14%, rgba(163,161,163,1) 26%, rgba(189,189,189,1) 40%, rgba(240,240,240,1) 65%, rgba(254,254,254,1) 100%);
		background: -webkit-gradient(bottom, top, color-stop(0%, rgba(66,66,66,1)), color-stop(14%, rgba(135,135,135,1)), color-stop(26%, rgba(163,161,163,1)), color-stop(40%, rgba(189,189,189,1)), color-stop(65%, rgba(240,240,240,1)), color-stop(100%, rgba(254,254,254,1)));
		background: -webkit-linear-gradient(bottom, rgba(66,66,66,1) 0%, rgba(135,135,135,1) 14%, rgba(163,161,163,1) 26%, rgba(189,189,189,1) 40%, rgba(240,240,240,1) 65%, rgba(254,254,254,1) 100%);
		background: -o-linear-gradient(bottom, rgba(66,66,66,1) 0%, rgba(135,135,135,1) 14%, rgba(163,161,163,1) 26%, rgba(189,189,189,1) 40%, rgba(240,240,240,1) 65%, rgba(254,254,254,1) 100%);
		background: -ms-linear-gradient(bottom, rgba(66,66,66,1) 0%, rgba(135,135,135,1) 14%, rgba(163,161,163,1) 26%, rgba(189,189,189,1) 40%, rgba(240,240,240,1) 65%, rgba(254,254,254,1) 100%);
		background: linear-gradient(to top, rgba(66,66,66,1) 0%, rgba(135,135,135,1) 14%, rgba(163,161,163,1) 26%, rgba(189,189,189,1) 40%, rgba(240,240,240,1) 65%, rgba(254,254,254,1) 100%);
        
		
		/* End of Gradient background */
        /*background-color: #fbfbd0;*/
	}
	
	header {
		padding: 10px;
	}

	i {
		font-style: italic;
	}

/* Box Model */

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

/* Containers */

/* Header */

	#header-wrapper {
		/*height: 100px;*/
	}

	.header-left {
		float: left;
		z-index: 20;
		position: relative;
	}
	
	.navbars-right {
		position: relative;
		min-height: 50px;		
		border: 1px solid transparent;
		z-index: 10;
		padding-top: 5px;
		padding-left: 20px;
	}

	@media all and (min-width: 961px) {
		.navbars-right {
			float: right;
			right: 20px;
		}
	}
	
	@media all and (min-width: 769px) {
		
		.header-text {
			display: inline;
		}
	}
	
	@media all and (max-width: 768px) {
		.header-text {
			display: none;
		}
	}
	
	.header_embed_cuhk {
		width: 76px;
		height: 60px;
		float: left;
	}
	
	.header_embed_amm {
		width: 60px;
		height: 60px;
		float: left;
	}
	
	.header-text {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
	}
	
	.name {
		padding-bottom: 5px;
	}
	
	.name a {
		text-decoration: none;
		color: #000000;
		font-size: 22px;
	}
    
    .name-amm {
        /*text-transform: uppercase;*/
    }
	
	.name-amm:before {
		content: '　';
		color: #000000;
		font-size: 22px;
	}
	
	@media all and (min-width: 961px) {
		.display-lang{
			display: none;
		}
	}
	
	@media all and (max-width: 960px) {
		.display-lang{
			display: block;
		}
	}
	
/* Breadcrumb Menu */

	.bread-menu-sub{
		background-color: rgba(1,1,1,0);
		border: 1px solid #cecece;
	}
	
	.showSub {
		cursor: pointer;
	}
    
/* Year Filter */

    .YearFilterItem {
        margin: 10px;
        background-color: #eee;
    }
	
    .YearJumpFilterItem {
        margin: 10px;
        background-color: #eee;
    }

/* Content */

	.page-wrapper{
		height: 100%;
		-webkit-overflow-scrolling:touch;
		overflow:auto;
	}

	.content-header h2{
		font-size: 28px;
	}
	
	@media all and (max-width: 960px){
		#main-wrapper {
		}
	}
	
	@media all and (min-width: 961px){
		#main-wrapper {
			min-height: 80%;
			height: auto !important;
		}
	}
	
	#main-wrapper {
		
		/*height: auto;*/
		/*margin: 0px auto -135px;
		padding: 0px auto -135px;*/
		/*overflow: auto;*/
		
		width: 100%;
	}
	
	#content-wrapper {
		/*padding-top: 60px;*/
	}
	
/* Footer */

	@media all and (max-width: 960px){
		.lang-selector {
			display: none;
		}
	}
	
	@media all and (min-width: 961px){
		.lang-selector {
			display: block;
		}
	}
	
	.footer-icon:before {
		font-size: 14px;
		content: '|';
		/*color: #eee;*/
        color: #fff;
		font-weight: 600;
	}
	
	.footer-icon:after {
		font-size: 14px;
		content: '|';
		/*color: #eee;*/
        color: #fff;
		font-weight: 600;
	}
	
	.footer-field li:after {
		font-size: 12px;
		content: '|';
		/*color: #eee;*/
        color: #fff;
		padding-left: 6px;
	}
	
	.footer-field li:last-child:after {
		content: '';
	}
	
	.footer {
		bottom: 0px;
		width: 100%;
		height: 35px;
	}
	
	.footer-main{
		position: relative;
	}

	.footer a{		
		text-decoration: none;
		/*color: #eee;*/
		color: #fff;
	}
	
	@media all and (min-width: 961px) {
		.footer a{		
			font-size: 14px;
		}
	}

	@media all and (max-width: 960px) {
		.footer a{		
			font-size: 12px;
		}
	}
	
	.footer-text ul {
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.footer-text ul li {
		display: inline;
		padding: 2px;
	}
	
	.lang-selector {
		opacity: 0.4;
		right: 60px;
		bottom: 50px;
		position: fixed;
		transition: 0.5s;
		height: 30px;
		width: 50px;
	}

	.lang-selector:hover {
		opacity: 1;
	}

	.BackToTopButton {
		opacity: 0.4;
		right: 20px;
		bottom: 50px;
		position: fixed;
		transition: 0.5s;
		height: 30px;
		width: 40px;
	}

	.BackToTopButton:hover {
		opacity: 1;
	}

	
/* Slider */

	@media all and (min-width: 961px) {
		#AMMCarouselWeb {
			display: block;
		}
		
		#AMMCarouselMobile {
			display:none;
		}
	}
	
	@media all and (max-width: 960px) {
		#AMMCarouselWeb {
			display: none;
		}
		
		#AMMCarouselMobile {
			display:block;
		}
	}

/*
	.carousel-inner .item{
		opacity: 0;
		transition-property: opacity;

	}
	
    .carousel-inner .item,
    .carousel-inner .active.left,
    .carousel-inner .active.right {
            opacity: 0;
        }
		
    .carousel-inner .active,
    .carousel-inner .next.left,
    .carousel-inner .prev.right {
            opacity: 1;
        }
        
        .carousel-inner .item img {
			width: 100%;
		}	
		
*/

	.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition: opacity .8s; /*adjust timing here */
         -moz-transition: opacity .8s;
           -o-transition: opacity .8s;
              transition: opacity .8s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner .item img {
			width: 100%;
		}	

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
	
	@media all and (min-width: 961px) {
		.carousel-inner .item img {
			object-fit: cover;
			height: 83% !important;
			/* width: 100%; */
			max-height: 810px;
		}
	}
	
	@media all and (max-width: 960px) {
		.carousel-inner .item img {
			object-fit: cover;
			height: 80% !important;
		}
	}

/* Loader */

/*#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: none;
	background: url('/20240725233754oe_/https://www.artmuseum.cuhk.edu.hk/zh/images/loader/page-loader.gif') 50% 50% no-repeat rgb(52, 73, 94);
}*/

/* Visit-Transport */

/* Google Map Responsive */

.google-maps {
    position: relative;
    height: 0;
    overflow: hidden;
}

@media all and (min-width: 961px) {
    .google-maps {
        padding-bottom: 50%; /*This is the aspect ratio*/
    }
}

@media all and (max-width: 960px) {
    .google-maps {
        padding-bottom: 75%; /*This is the aspect ratio*/
    }
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* End of Google Map Responsive */

/* Google Map Square Responsive */

.google-maps-square {
    position: relative;
    height: 0;
    overflow: hidden;
}

@media all and (min-width: 961px) {
    .google-maps-square {
        padding-bottom: 100%; /*This is the aspect ratio*/
    }
}

@media all and (max-width: 960px) {
    .google-maps-square {
        padding-bottom: 100%; /*This is the aspect ratio*/
    }
}

.google-maps-square iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* End of Google Map Square Responsive */

.transportContainer {
    display: flex;
    flex-flow: row wrap;
}

.transportBlock {
    /*color: #dedede; */
    padding: 15px;
    padding-top: 20px;
    position: relative;    
}

.visitBlock {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.visitIndentBlock {
    padding-left: 10px;
    padding-right: 10px;
}

.visitHeading {
    font-weight: 600;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
    text-decoration: underline;
}

.visitTitle {
    font-weight: 600;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.visitContent {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
    line-height: 1.5em;
}

.visitContent ul.squarelist {
    list-style: square;
    padding-left: 30px;
}

.VisitBlock a {
    /*color: #9cf;*/
}

/*@media all and (min-width: 961px) {
    .visitOther {
        height:420px;
    }
}*/

.visitOther {
    width:100%;
	padding-bottom: 20px;
}

.visitPadder {
    height: 200px;
}

.visitBottomImg {
    bottom: 0;
    display: block;
    padding-top: 20px;
    padding-right: 30px;
    width: 100%;
}

@media all and (max-width: 960px) {
	.visitBottomImg {
		position: relative;
	}
}

@media all and (min-width: 961px) {
	.visitBottomImg {
		position: absolute;
	}
	
}

.visitBottomImg img {
    width: 100%;
}

.FloorPlanImg {
    width: 100%;
}

/* Content */

#content {
    padding-bottom: 100px;
}

@media all and (min-width: 961px) {
    #content .Col2 {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
}

#content ul.numlist {
    list-style-type: decimal;
    padding-left: 30px;
}

#content ul.circlelist {
    list-style-type: circle;
    padding-left: 30px;
}

/* Content Photo Div */

#content img.PageThemePhoto {
    width: 70%;
    padding: 10px;
}

#content img.PageThemePhoto-Full {
    width: 100%;
    padding: 10px;
}

#content img.PageThemePhoto-Right,
#content img.PageThemePhoto-Left {
    width: 100%;
    padding: 5px;
}

#content .PageThemePhotoDiv {
    text-align: center;
}

/* Content Logo */

#content .ContentHeaderLogo {
    height: 70px;
}

#content .logoTBG {
    /*background-color: #fff;*/
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

#content .logoTitleHeight {
    height: 30px;
}

/* Content Text Div */

#content div.TextBlock {
	padding: 10px;
    line-height: 1.5em;
}

#content .NoPara p {
    margin: 0px;
    margin-top: 15px;
    text-indent: 0;
    line-height: 24px;
    text-align: justify;
}

#content .contentBlock {
    display: inline-table;
    margin: 10px;
    
}

@media all and (min-width: 961px) {
    #content .contentBlock {
        width: 46%;
    }
}

@media all and (max-width: 960px) {
    #content .contentBlock {
        width: 95%;
    }
}

#content .Height200 {
    height: 200px;
}

#content .lineHighDiv {
    line-height: 1.3em;
}

#content .PaddingBlock {
	margin: 15px;
	padding: 15px;
}

/* Content Text */

#content b {
    font-weight: 900;
    font-size: 1.2em;
}

#content b.normal {
	font-weight: 900;
	font-size: 1em;
}

#content p {
    margin: 15px;
    text-indent: 30px;
    line-height: 24px;
    text-align: justify;
}

#content span.LargeText {
	font-size: 16px;
}

#content span.MiddleTitle {
    font-size: 22px;
}

#content span.BoldTitle {
    font-weight: 600;
}

#content span.BigTitle {
    font-size: 28px;
}

#content span.RedBold {
    font-weight: 600;
    color: #cc0000;
}

#content span.BoldUpper {
    font-weight: 600;
    text-transform: uppercase;
}

#content span.underline {
    text-decoration: underline;
}

#content b.strong {
	font-weight: 900;
}

#content strong {
	font-weight: 900;
}

#content i.strong {
	font-style: italic;
	font-weight: 900;
}

.trainingContent p
{
	text-indent: 0px !important;
}

/* Content Line */

#content span {
    line-height: 1.3em;
}

#content span.lineHigher {
    line-height: 1.6em;
}

#content span.descAfter {
    font-size: 12px;
    color: #666;
}

#content span.descAfter:before {
    content: '-';
    padding-left: 10px;
    padding-right: 5px;
}

#content .descQuotAfter {
    font-size: 12px;
    color: #666;
}

#content .descQuotAfter:before {
    content: '(Closing Day:';
    padding-left: 10px;
    padding-right: 5px;
}

#content .descQuotAfter:after {
    content: ')';
    padding-left: 5px;
    padding-right: 10px;
}

#content .cursorPointer {
    cursor: pointer;
    color: #2288dd;
}

#content ul.UpperRoman {
	list-style-type: upper-roman;
}

#content ul.LowerRoman {
	list-style-type: lower-roman;
}

#content ul.CircleList {
	list-style-type: circle;
}

#content ul.ChineseNum {
	list-style-type:cjk-ideographic;
}

#content ul.NumList {
	list-style-type:decimal;
}

.CenterText {
	text-align: center;
}

.fbSearchBox {
	background-image: url('/20240725233754oe_/https://www.artmuseum.cuhk.edu.hk/img/icon_fb_search.png'); 
	width: 175px; 
	height: 19px; 
	text-indent: 24px; 
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	line-height: 19px !important;
}

.CustomerInvoiceDiv h2 {
	text-align: center;
	font-size: 22px;
}

.CustomerInvoiceDiv p {
	text-indent: 0px !important;
}


.CustomerInvoiceDiv p.CenterText {
	text-align: center !important;
}

.ClickableBTN {
	cursor: pointer;
	opacity: 0.2;
	-webkit-transition: opacity .3s ease-in-out;
  	-moz-transition: opacity .3s ease-in-out;
  	-ms-transition: opacity .3s ease-in-out;
  	-o-transition: opacity .3s ease-in-out;
  	transition: opacity .3s ease-in-out;
}

.ClickableBTN:hover {
	cursor: pointer;
	opacity: 0.8;
}

.disclaimerTxt {
	width: 100%;
	display: block;
	text-align: center;
	/* font-size: 14px; */
	font-size: 96%;
}

.NoWrap {
	white-space: nowrap;
}

.WorkshopSpeechModal {
	line-height: 1.2em;
	text-align: justify;
	/* background-color: #000; */
}

.LineHeight14 {
	line-height: 1.4em;
}

.SpeechTitle {
	font-weight: 600;
	font-size: 22px;
}

.WorkSpeechAbstract p,
.WorkSpeechTopicTxt p
{
	text-indent: 0px!important;
}

p.NoPara {
	text-indent: 0!important;	
}