/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
      * {
	box-sizing: border-box;
}
body {
	color: #8f8f8f;
	background: white;
	font-family: Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 1.875em;/*30px;*/
	line-height: 1.8;
	/*text-transform: uppercase;*/
	font-family: Roboto,Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
}

html:lang(zh) h1 {
	font-family: Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
}

#latest-blogs h2 {
	font-size: 1.875em;
	line-height: 1.8;
	text-transform: uppercase;
	font-family: Roboto,Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
}

html:lang(zh) #latest-blogs h2 {
	font-family: Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
}

p {
	margin-bottom: 20px;
	font-size:  1.0625em;/*17px*/
	line-height: 1.7;
}

html:lang(zh) p {
	line-height: 2;
}

.row {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 2%;
}
.content {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 2% 50px;
}

footer .content {
	padding: 20px 2% 10px;
}

.main_header .row .content, #sec00 .content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.dark {
	background:#333;
}
#top_section {
	position: relative;
	background: url(/20201208100308oe_/http://apps.cuhk.edu.hk/vco/images/background_en.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-top: 60px;
	min-height: 500px;	
	font-family: Roboto, Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
}

html:lang(zh) #top_section {
	background: url(/20201208100308oe_/http://apps.cuhk.edu.hk/vco/images/background.jpg) no-repeat center center fixed;
	font-family: Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}


#top_section h1 {
	font-size: 50px;
	/*margin: 118px 0 128px 0;*/
	margin: 118px 0 40px 0;
	color: #ffffff;
	line-height: 1; /*1.18;*/
	text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
	display:inline-block;
	text-align:center;
	/*border-bottom: 2px solid #ffffff;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.4);	*/
	padding-bottom: 10px;

}

html:lang(zh) #top_section h1 {
	font-size: 65px;
	text-shadow: 4px 4px rgba(0, 0, 0, 0.4);
}

#top_section h1 span.subtitle{
    font-size:.5em; 
    text-shadow: 4px 4px rgba(0, 0, 0, 0.4);
}

html:lang(zh) #top_section h1 span.subtitle{
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}


.main_header {
	position: fixed;
	top: 0px;
	max-height: 100px;
	z-index: 999;
	width: 100%;
	/*padding-top: 17px; -- removed at 2020-02-25*/
	background: none
	overflow: hidden;
	transition: all 0.3s;
	opacity: 0;
	top: -100px;
	padding-bottom: 6px;
	font-family: Roboto, Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
}

.main_header div.content, #sec00 div.content {
    display: flex;
    align-items: center;
}

.main_header div.content nav ul, #sec00 div.content nav ul{
    margin: 0.5rem 0;
}


html:lang(zh) .main_header {
	max-height: 70px;
	font-family: Arial, Helvetica, 'Heiti TC', 'Microsoft Jhenghei', sans-serif;
}

@media only screen and (max-width: 766px) {
.main_header {
	padding-top: 25px;
}
}
.open-nav {
	max-height: 400px !important;
}
.open-nav .mobile-toggle {
	transform: rotate(-90deg);
}
.sticky {
	background-color: rgba(255, 255, 255, 0.93);
	opacity: 1;
	top: 0px;
	border-bottom: 1px solid silver;
}
.logo {
	width: 320px;
	font-size: 1.5625em;/*25px;*/
	color: #8f8f8f;
	/*text-transform: uppercase;*/
	float: left;
	display: block;
	margin-top: 0;
	line-height: 1;
	/*margin-bottom: 20px;*/
  font-weight:bold;
}

html:lang(zh) .logo {
	width: 300px;
	/*margin-bottom: 10px;*/
}

.logo .subtitle {
    font-size:.6em; 
    color:#B5B5B5;
}

html:lang(zh) .logo .subtitle {
    font-size:.7em; 
}


@media only screen and (max-width: 766px) {
.logo {
	float: none;
}
}
nav {
	float: right;
	/*width: 60%;*/
	width: calc(100% - 330px);
}

html:lang(en) nav{
	/*margin-top: 15px;*/
}

@media only screen and (max-width: 766px) {
nav {
	width: 100%;
}
}
nav ul {
	list-style: none;
	overflow: hidden;
	text-align: right;
	float: right;
}
@media only screen and (max-width: 766px) {
nav ul {
	padding-top: 10px;
	margin-bottom: 22px;
	float: left;
	text-align: center;
	width: 100%;
}
}
nav ul li {
	display: inline-block;
	margin-left: 35px;
	line-height: 1.5;
}
@media only screen and (max-width: 766px) {
nav ul li {
	width: 100%;
	padding: 7px 0;
	margin: 0;
}
}
nav ul a {
	color: #888888;
	text-transform: uppercase;
	font-size: 0.75em; /*12px;*/
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	transition: all 500ms linear;
}
nav ul a.active {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	transition: all 500ms 100ms linear;
}
.mobile-toggle {
	display: none;
	cursor: pointer;
	font-size: 1.25em; /*20px;*/
	position: absolute;
	right: 22px;
	top: 0;
	width: 30px;
	transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
.mobile-toggle {
	display: block;
}
}
.mobile-toggle span {
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	border-radius: 1000px;
	background: #8f8f8f;
	display: block;
}
.mouse {
	display: block;
	margin: 0 auto;
	width: 26px;
	height: 46px;
	background: rgba(255,255,255,0.5);
	border-radius: 13px;
	border: 2px solid #ffffff;
	position: absolute;
	bottom: 50px;
	position: absolute;
	left: 51%;
	margin-left: -24px;
}
.mouse span {
	display: block;
	margin: 6px auto;
	width: 2px;
	height: 2px;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid transparent;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: scroll;
}
 @keyframes scroll {
 0% {
 opacity: 1;
 transform: translateY(0);
}
 100% {
 opacity: 0;
 transform: translateY(20px);
}
}
.scrollup {
	color: rgba(0,0,0,0.3);
	font-size: 2.5em;/*40px;*/
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 10px;
}
.col-sm-4 img {
	padding-bottom: 2em;
}
.entry a {
	text-decoration:none;
	color: #888888;
}
.cuhk-logo {
	display: block;
    width: 100%;
	max-width:300px;
	height:50px;
    outline: none;
    text-indent: -9999px;
    text-decoration: none;
    background: url(/20201208100308oe_/http://apps.cuhk.edu.hk/vco/images/cuhk-logo.png) no-repeat;
	background-size: contain;
	
}

#home header div.entry-menu {
	/* Hide Entry Menu in top menu*/
	display: none;
}

footer a, footer a:hover, footer a:focus {
	 color: #8f8f8f;
	 text-decoration: none;
}

a.logo:hover {
	color:#c5cbd6;
	text-decoration: none;
}

.otherblog a + a{
    margin-left: 40px;
}

.otherblog a > img{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}


.otherblog a:hover > img{
    background-color: rgba(128, 128, 128, 0.5);
}


#latest-blogs .row > div {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(143, 143, 143, 0.3);
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right:15px;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    #latest-blogs .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333333% - 30px);
    flex: 0 0 calc(33.333333% - 30px);
    }

}