@charset "utf-8";
/* CSS Document */

body {
  margin: 1rem 0;
  font-family: Arial, Helvetica, sans-serif;

}


h1, h2, h3, h4, h5, h6, p { 
	padding-right: 15px;
	padding-left: 15px; 
}

h1{

	display:block;
	text-align:center;
	color:#444;
	font-family: Georgia, Times, "Times New Roman", serif;
}

h2{
	
	border-left: 6px solid #1077be;
    background-color: #eee;
}

h5{
	font-family: Montserrat,Notosans,Arial,Microsoft JhengHei,Helvetica,"sans-serif";
    font-size: 1em;
    font-weight: 700;
    color: #2d33a3;
}

p{
	  text-align:justify;
}
 img{
	 border:none;
 }
.container {
	width: 80%;
	max-width: 1260px;
	background: #FFF;
	margin: 0 auto; 
}

 .responsive-verticle {
    width: 100%;
    max-width: 450px;
    height: auto;
	display:block;
	text-align:center;
	margin: 1rem;
}

 .responsive-horizontal {
    width: 100%;
    max-width:750px;
    height: auto;
	display:block;
	text-align:center;
}

 .responsive-icon {
    width: 100%;
    max-width: 200px;
	min-width:100px;
    height: auto;
	display:block;
}

.header {
	text-align:center;
}
.header .banner{
	width:90%;
	max-width:1000px;
}
.header .ga-word-chi
{
	width: 50%;
	max-width: 500px;
}
.header .ga-word-eng
{
	width: 40%;
	max-width: 400px;
}
.header .hkbu_logo {
	height: 80px; 
	vertical-align: middle;	

}
.header .chtl_logo {
	height: 65px; 
	vertical-align: middle;	
}
.content {
	padding: 30px 0px;
	width: 100%;
	float: left;
}

blockquote{
	font-style: italic;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
@media (max-width: 649px){
	blockquote{
		font-size: 0.8rem;
	}
}
.reference{
	font-size:0.8rem;
	font-style:italic;
	color:#333;
	
}

ul.checkbox  {
  list-style: none; 
  padding: 0;
  margin:0; 
}

.checkbox li {
  color: #3c3c3c; 
  padding-left: 16px; 
  text-indent:0;

}

.checkbox li::before {
  color: #C60;   
  content: "\2611"; 
  padding-right: 5px; 
  text-indent:10px; 
}

  
 .copyright {
  color: #555;
  font-size: 0.75rem;
  text-align: center;
  width:100%;
  display:block;
}
  
a img{
	border:none;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  text-align: center;
}

@media (min-width: 760px){
	.topnav a.navitem {
		float: none!important;
		display: inline-block!important;
	}
	.hide, .icon {display:none!important;}
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 8px;
  text-decoration: none;
  font-size: 1rem;
}

.topnav a:hover {
  background-color: #e8f2fa;
  color: black;
}

.topnav a.hide:hover {
  background-color: #333;
  color: #f2f2f2;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}
.topnav .hide{display:none;}

@media screen and (max-width: 760px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
	float: right;
    display: block;
	color:#FFF;
  }
  .topnav .hide{display:block;}

}

@media screen and (max-width: 760px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	position: absolute;
    right: 0;
    top: 0;
	color:#FFF;
	
  }
  .topnav .hide{display:block;}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/*-----------timeline css below----------------*/
* {
  box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ddd;
  top: 0;
  bottom: 0;
  left: 5%;
  margin-left: -3px;
}

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #FFF;
  border: 4px solid #7ebedc;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}


/* Place the container to the right */
.right {
  left: 5%;
}


/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent transparent transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.timeline-content {
  padding: 5px 30px;
  background-color: #eee;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }


  .timeline-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 25px;
  }


  .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent transparent transparent transparent;
  }


  .left::after, .right::after {
    left: 15px;
  }

  .right {
    left: 0%;
  }
}

/*-------animated button css--------*/
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #234a9b;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 21px;
  font-weight:bold;
  padding: 10px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/* CSS class for GA tables */
.ga-table {
	display: table;
	width:100%;
	border-collapse: collapse;
}
.ga-row {
	display: table-row;
	border: solid 1px #eee;
}
.ga-row .ga-cell:nth-child(odd) {
	font-size: 1.3rem;
	font-weight: bold;
	width: 25%;
	text-align: center;
}
.ga-row .ga-cell:nth-child(even) {
	width: 75%;
}
@media  screen and (max-width: 649px) {
	.ga-row .ga-cell:nth-child(odd) {
		width: 100%;
		display: flex!important;
		text-align: left;
	}
	.ga-row .ga-cell:nth-child(even) {
		width: 100%;
		display: flex!important;
	}
}
.ga-cell {
	display: table-cell;
	padding: 0.5rem;
}