body {
	margin: 0;
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	/* font-family: "LiHei Pro, monospace"; */
	font-family: Futura, 'Microsoft JhengHei', sans-serif;

	overscroll-behavior: none;
	height: 100%;
}

body {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

img {
	width: auto;
	height: auto;
	object-fit: contain;
}

#header {
	display: inline-flex;
	justify-content: space-between;
	/* background-color: rgb(218, 55, 55); */
	color: black;
	width: 100%;
	height: 4rem;
   justify-content: center;
}

#headerLogoContainer {
	position: relative;
	/* background-color: rgb(33, 79, 204); */
	top: 2%;
	left: 2%;
	height: 3rem;
	width: auto;
    justify-content: center;
}


#headerLinks{
	position: relative;
	display: inline-flex;
	justify-content: space-between;
	/* background-color:thistle; */
	top: 1.5rem;
	height: 1.3rem;
    justify-content: center;
    text-align: center;
    
   }

.headerLink{
	/* background-color: rgb(66, 52, 212); */
	display: flexbox;
	width: 5rem;
	height: 1rem;
	font-size: 0.8rem;
	/* font-family: "LiHei Pro"; */
}

@media (min-width: 1000px) and (min-aspect-ratio: 1/1) { 
	#header {
		height: 6rem;
	}
	
	#headerLogoContainer {
		height: 5rem;
		width: auto;
	}



	#headerLinks{
		top: 2.5rem;
		height: 2.2rem;
	}
	
	.headerLink{
		width: 6rem;
		height: 2rem;
		font-size: 1.0rem;
	}}





#openDayLink01 {
	cursor: pointer;
}

/*
#openDayLink02 {
	cursor: pointer;
} */



.headerLink > a:hover {
	cursor: pointer;
}

#headerLinksENG {
	/* background-color: rgb(32, 207, 16); */
	color: #3399cc;
}

#headerLinksAppointment {
	/* background-color: rgb(32, 207, 16); */
	color: #3399cc;
}

#headerLinksLocation {
	/* background-color: rgb(32, 207, 16); */
	color: #3399cc;
}

#headerLinksCampuses {
	/* background-color: rgb(155, 15, 15); */
	color: #3399cc;
}

#headerLinksAdmission {
	/* background-color: rgb(11, 185, 177); */
	color: #3399cc;
}
/* 
#banner {
	position: relative;
	width: 100%;
	height: auto;
}

.bannerImageContainerBlank{
	top: 0%;
	width: 100%;
	height: auto;
	visibility: hidden;
}

.bannerImageContainer {
	position: absolute;
	top: 0%;
	width: 100%;
	height: auto;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

#bannerImageContainer01 {
	position: absolute;
	top: 0%;
	width: 100%;
	animation-name: moveSlideshow01;
}

#bannerImageContainer02 { 
	position: absolute;
	top: 0%;
	width: 100%;
	animation-name: moveSlideshow02;
}

#bannerImageContainer03 { 
	position: absolute;
	top: 0%;
	width: 100%;
	animation-name: moveSlideshow03;
}

@keyframes moveSlideshow01 {
	0% { transform: translateX(0%);  }
	25% { transform: translateX(0%);  }
	50% { transform: translateX(-100%);  }
	100% { transform: translateX(-100%);  }
}

@keyframes moveSlideshow02 {
	0% { transform: translateX(100%);  }
	25% { transform: translateX(100%);  }
	50% { transform: translateX(0%);  }
	75% { transform: translateX(0%);  }
	100% { transform: translateX(-100%);  }
}

@keyframes moveSlideshow03 {
	0% { transform: translateX(100%);  }
	25% { transform: translateX(100%);  }
	75% { transform: translateX(100%);  }
	100% { transform: translateX(0%);  }
}

@-moz-keyframes moveSlideshow01 {
	0% { transform: translateX(0%);  }
	25% { transform: translateX(0%);  }
	50% { transform: translateX(-100%);  }
	100% { transform: translateX(-100%);  }
}

@-moz-keyframes moveSlideshow02 {
	0% { transform: translateX(100%);  }
	25% { transform: translateX(100%);  }
	50% { transform: translateX(0%);  }
	75% { transform: translateX(0%);  }
	100% { transform: translateX(-100%);  }
}

@-moz-keyframes moveSlideshow03 {
	0% { transform: translateX(100%);  }
	25% { transform: translateX(100%);  }
	75% { transform: translateX(100%);  }
	100% { transform: translateX(0%);  }
}


@-webkit-keyframes moveSlideshow01 {
	0% { transform: translateX(0%);  }
	25% { transform: translateX(0%);  }
	50% { transform: translateX(-100%);  }
	100% { transform: translateX(-100%);  }
}

@-webkit-keyframes moveSlideshow02 {
	0% { transform: translateX(100%);  }
	25% { transform: translateX(100%);  }
	50% { transform: translateX(0%);  }
	75% { transform: translateX(0%);  }
	100% { transform: translateX(-100%);  }
}

@-webkit-keyframes moveSlideshow03 {
	0% { transform: translateX(100%);  }
	25% { transform: translateX(100%);  }
	75% { transform: translateX(100%);  }
	100% { transform: translateX(0%);  }
} */


/*
@keyframes moveSlideshow01 {
	0% { opacity: 100%; display: block; }
	20% { opacity: 100%; display: block;}
	50% { opacity: 0%; display: block;}
	80% { opacity: 0%; display: none;}
	100% { opacity: 100%; display: none; }
}

@keyframes moveSlideshow02 {
	0% { opacity: 0%; display: none;}
	30% { opacity: 0%; display: none;}
	50% { opacity: 100%; display: none; }
	70% { opacity: 100%; display: block;}
	100% { opacity: 0%; display: block; }
}

/* @keyframes moveSlideshow03 {
	0% { opacity: 0%;  }
	25% { opacity: 0%; }
	50% { opacity: 0%;  }
	75% { opacity: 0%; }
	100% { opacity: 0%;  }
}
*/

img {
	height: 100%; 
	width: 100%; 
	object-fit: cover;
}

#mainContainer {
	/* top: 20em; */
	width: 100%;
	/* height: auto; */
	/* background-color:yellow; */
}

.mainContainerHeader1 {
	position: relative;
	/* background-color:rgb(58, 167, 8); */
	margin-top: 30px;
	padding-top: 2%;
	padding-left: 4%;
	/* padding: 4%; */
	/* height: auto; */
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: bold;
	/* font-family: "LiHei Pro Medium"; */
	/* font-weight: Medium; */
}

.mainContainerHeader2 {
	position: relative;
	/* background-color:rgb(58, 167, 8); */
	padding-top: 2%;
	padding-left: 4%;
	/* padding: 4%; */
	/* height: auto; */
	font-size: 1.6rem;
	line-height: 1.6rem;
	/* font-family: "LiHei Pro Medium"; */
	/* font-weight: Medium; */
}



#mainContainerContents {
	top: 20rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	/* background-color:rgb(7, 143, 167); */
	justify-content: space-around;
	justify-content: left;
	padding: 2%;
}

.facilitiesCard {
	flex: 0 0 96%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	/* color: rgb(20, 91, 199); */
	margin: 2%;
	text-align: left;
}

.facilitiesCard > img:hover {
	cursor: pointer;
}

@media (min-aspect-ratio: 1/1) { 
	.mainContainerHeader1 {
		font-size: 2.0rem;
		line-height: 2.0rem;
	}	
	.mainContainerHeader2 {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}	
	.facilitiesCard {
		flex: 0 0 46%;
	}
	.headerLink{
		width: 7em;
	}
}

@media (min-aspect-ratio: 4/3) { 
	.mainContainerHeader1 {
		font-size: 2.2rem;
		line-height: 2.2rem;
	}	
	.mainContainerHeader2 {
		font-size: 2.0rem;
		line-height: 2.0rem;
	}	
	.facilitiesCard {
		flex: 0 0 29%;
	}
	.headerLink{
		width: 8rem;
	}
}

.facilitiesImage {
	/* background-color:rgb(0, 17, 255); */
	margin-top: 1.0rem;
	width: 100%;
	height: auto;
}

.facilitiesName {
	/* background-color:rgb(52, 180, 101); */
	/* margin-top: 0.5rem; */
	margin-bottom: 0.2rem;
	top: 0.5rem;
	width: 100%;
	color: #663399;
	/* font-family: "LiHei Pro"; */
	font-size: 1.2rem;
}

.facilitiesCampus {
	/* background-color:rgb(148, 25, 72); */
	width: 100%;
	color: #333333;
	/* font-family: "LiHei Pro"; */
	font-size: 1.1rem;
}

#infomations {
	background-color:#00829B;
	background-image: url("../res/image/XPattern.svg");
	padding: 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#information-2 {
	padding: 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.information{
	flex: 0 0 45%;
	font-size: 1rem;
	margin: 1%;
	text-align: left;
	/* background-color: rgb(238, 235, 91); */
}

.information-2 {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 60%;
    text-align: center;
    
	/* background-color: #f08bc3; */
  }

.information-blank {
	display: hidden;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 0%;
	/* background-color: #f08bc3; */
}

@media (min-width: 1000px) and (min-aspect-ratio: 1/1) { 
	.information{
		flex: 0 0 30%;
		font-size: 1rem;
		margin: 1%;
		text-align: left;
		/* background-color: rgb(238, 235, 91); */
	}

	.information-2 {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 60%;
		/* background-color: #f08bc3; */
	}
	

	.information-blank {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 60%;
		/* background-color: #f08bc3; */
	}
}

.informationImageContainer {
	position: relative;
	display: inline;
	/* background-color: violet; */
}

.informationImage{
	width: 1.2rem;
	height: 1.2rem;
	object-fit: contain;
}

.informationText {
	position: relative;
	display: inline;
	/* background-color: rgb(12, 2, 99); */
	/* top: -0.3rem; */
	left: 1rem;
	height: auto;	
	position: relative;
	display: inline-block;
	/* font-family: "LiHei Pro"; */
	color: white;
}

#informationWebImageContainer, #informationEmailImageContainer > img:hover {
	cursor: pointer;
}

#informationWebText, #informationEmailText > a:hover {
	cursor: pointer;
}

/*
#informationEmailImageContainer > img:hover {
	cursor: pointer;
}

#informationEmailText > a:hover {
	cursor: pointer;
}
 */

.informationText {
	font-size: 0.8rem;
	left: 0.3rem;
}

.informationLinkText {
	position: relative;
	display: inline;
	/* background-color: rgb(12, 2, 99); */
	height: auto;	
	position: relative;
	display: inline-block;
	/* font-family: "LiHei Pro"; */
	font-size: 0.6rem;
	color: white;
    text-align: center;
    justify-content: center;
    
}

.informationLinkText > div > a:hover {
	cursor: pointer;
}


@media (min-width: 800px) and (min-aspect-ratio: 1/1) { 
	.informationImage{
		height: 1.5rem;
		width: 1.5rem;
	}
	
	.informationText {
		font-size: 1.0rem;
		/* top: -0.5rem; */
		left: 0.3rem;
	}

	.informationLinkText {
		font-size: 0.8rem;
	}
}

@media (min-width: 1000px) and (min-aspect-ratio: 1/1) { 
	.informationImage{
		height: 2.0rem;
		height: 2.0rem;
	}

	.informationText {
		font-size: 1.2rem;
		/* top: -0.6rem; */
		left: 0.3rem;
	}

	.informationLinkText {
		font-size: 1.0rem;
	}
}

.informationLinkText > div {
	display: inline-block;
    justify-content: center;
    text-align: center;

}

#footerInfo {
	/* background-color:#666699; */
	width: 100%;
	height: 3rem;
	/* display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between; */
    text-align: center;
}

.footerBreak {
	background-color:#FFFFFF;
	width: 100%;
	height: 0.5rem;
}

#copyrightInfo {
	/* background-color:#FF6bFF; */
	/* flex: 0 0 80%; */
	position: relative;
	display: inline-block;
	max-width: calc(100% - 7rem);
	/* margin: 1%; */
	left: 1rem;
	text-align: center;	
	/* font-family: "STHeitiTC Medium"; */
	font-size: 0.6rem;
	line-height: 0.9rem;
}

#VTCLogo {
	/* background-color:#66FFFF; */
	/* flex: 0 0 15%; */
	position:relative;
	float: right;
	bottom: 0;
	width: 6.5rem;
	height: auto;
	text-align: left;
}

#VTCLogoImageContainer {
	width: 100%;
	height: 1.4rem;
}

#overlayBackground {	
	background-color: rgba(255,255,255,0.7);
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1 !important;
}

#overlayPanoramaContainer {
	/* background-color: teal; */
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	z-index: 2 !important;
}

#overlayMomentoContainer {
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	z-index: 3 !important;
	padding: 0px;
}

#overlayMomentoIFrame {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px;
}

#overlayPanoramaPopup {
	background-color: #90c8e2;
	position: fixed;
	opacity: 0.5;
	display: none;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 10%;
	padding: 0px;
	text-align: center;
}

#overlayPanoramaPopupText {
	position: fixed;
	display: none;
	top: 25%;
	left: 20%;
	width: 60%;
	height: 10%;
	padding: 0px;
	font-size: 4rem;
	line-height: 4px;
	text-align: center;
	color: red;
}

.carousel.pointer-event {
  touch-action: pan-y pinch-zoom;
}