/*header*/

.logoheader{	
	background-color:#ccebf0;
	text-align: left;	
	padding:15px;	
	width: 1200px;
	margin:0 auto;
}

.lastupdate {
	background: #087F97;
	text-align: right;
	color: #ffffff;
	padding: 10px 30px;
	position:fixed;
	bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 1;
}

.langheader{	
	background-color:#087f97;
	width: 1200px;
	color:white;	
	letter-spacing: 0.2vw;
	text-align: right;
	margin:0 auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.subheader{	
	background-color:#075e8d;
	color:white;	
	text-align: center;	
	padding: 15px ;
	width: 1200px;
	margin:0 auto;
	font-size: 1rem;
}

.subtitle
{
	background-color:#ffffff;
	color:#087F97;	
	text-align: left;
	padding: 0px;	
	width: 1200px;
	margin: 0 auto;
	
}

.arrow {

  padding-top: 10px;
  margin-right:	0;
  margin-left: auto;
  position: relative;
  display:inline-block;
}

.arrow:before {
    content: '\25bc';
    position: absolute;
    top: -30%;
    left: 50%;
    margin-left:-8px;
    color: #fff;
}




/*links*/

a:link,a:active, a:visited {
	color:#0647b8;
}

a.languageheader:link,a.languageheader:active, a.languageheader:visited {
	color:white;
}

a:link,a:focus,a:active {
	text-decoration: none;
}

a:hover,a:hover .fa {
	color: #034f08;
}

a:hover h3 {
	background-color: #034f08;
}

a.services {
    font-size:15px;
}

.redirect-info {
	color: #179dd5 !important; 
}


/*body*/
* {
	box-sizing: border-box;
}


.underline{	
	border-bottom:2px solid #087F97;
	/* width: 95%; */
	padding-bottom:5px;
}
  	

body {
	margin:0;
	padding:0;
	font-family: 'Noto Sans TC','Noto Sans SC', sans-serif;
	font-size: 0.9rem;
	min-width: fit-content;
}


.main {	
	max-width: 1200px;
	margin: 0 auto;
}

.contents {
	margin: 0 auto;
	display: flex;
	width: 95%;
}

table {
	border-spacing: 0;
	margin-bottom: 1.45rem;
}

h1 {
	font-size: 1.7rem;
	font-weight: 500;
}

.original-header1-h1 {
	font-size: 1rem;
	font-weight: 500;
	margin: 0.5rem;
}

h2 {
    margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.original-header2-h2 {
    margin: 0;
	font-size: 1rem;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.unbold {
	font-weight: normal;
}

h3 {
	font-size: 1.2rem;
	font-weight: 400;
	
	display: inline-block;
	padding:8px 15px;
	background: #087F97;
	color: #ffffff;
	border-radius: 8px;
	margin-bottom: 0;
}

p,ul li,ol li {
	font-size: 1rem;
	font-weight: 300;
	margin-top: 0.5em;
	margin-bottom: 0;
}


.tickets {
	font-family: "Arial", "Times New Roman", "Calibri", "Helvetica", "sans-serif";
	vertical-align: middle;
}

.red{
	color:red;	
}

.tickets_head {	
	font-weight: bold;
	color:black;
}

.lo_header {
	background: #087F97;
	padding:13px 9px;
	color: #ffffff;
	font-weight: 300;
	white-space: normal;
	
}

/*services table*/

.service_info {
	margin: 0 auto;
	/* padding: 10px 15px; */
	clear:both;	
	justify-content: space-around;
}

.inner_container {
	margin: 0 1.75rem 0 1rem;
	
}

.inner_container_eng {
	margin: 0 1.75rem 0 1rem;
	li{
		font-weight:bold;
	}
}

.tab_head
{
	background:#ddfcd2;
	font-size:1rem;
	color:#087F97;
	padding:15px;	
	border:2px solid #087F97;
}

.tab_head2
{
	background:#AECA9B;
	font-size:1rem;
	color:#06353D;
	padding:15px;	
	border:2px solid #06353D;
}

th.lo_col  {
	background: #ffffff;
	color: #000;
    border: 1px solid black;
	font-size:13px;
	padding:10px 3px;
	width:10%;
}

th.services  {
	background: #ffffff;
	color: #000;
    border: 1px solid black;
    font-weight: 300;
	font-size:0.85rem;
	padding:10px 3px;
	text-align: left;
	white-space: normal;
}

td {
	background: #ffffff;
	padding:13px 9px;
	color: #000;
	font-weight: 400;
	text-align: center;
	white-space: normal;
}

td.sub_td
{
	background:#ddfcd2;
	font-size: 1.6rem;
}

td.sub_td2
{
	background:#AECA9B;
	font-size: 1.6rem;
}




td.green  {
	background: #ffffff;
	color: #008000;
    border: 1px solid black;
    font-weight: 300;
	font-size:1.2rem;
	padding:10px 3px;
	width:10%;
}


td.gray  {
	background: #ffffff;
	color: red;
    border: 1px solid black;
    font-weight: 300;
	font-size:1.2rem;
	padding:10px 3px;
	width:10%;
}

  
@media only screen and (max-width: 1200px) {
	.logoheader{	
		width: 95%;
		margin:0 auto;
	}
	
	.tcs_section{
		width: 95%;
		margin: 0 auto;
	}

	.subtitle
	{
		width:95%;
		margin: 0 auto;
		
	}

	.langheader{	
		width:95%;
	}

	.subheader{	
		width: 95%;
		margin:0 auto;
		
	}
}

@media only screen and (max-width: 650px) {
	.logo {
		width: 20rem;
		height: 7.5vh;
	}

	.logo_zh {
		width: 12.5rem;
		height: 7.5vh;
	}
	
	.tickets_head {
		font-size: 0.8rem;	
		color:black;
	}
}

@media screen and (min-width: 650px) {
	.logo
	{
		height: 7vh;		
	}

	.logo_zh {
		height: 7vh;
	}
	
	th,td {
		font-size: 1.1rem;
		letter-spacing: 0;
		padding: 10px 3px;
	}
		
	h2 {
		font-size: 1.1rem;
	}

	.original-header2-h2 {
		font-size: 1.1rem;
	}
	
	h3 {
		font-size: 1.5em;
	}
	
	p,ul li,ol li {
		font-size: 0.9rem;
		font-weight: 300;
		margin-top: 0.5rem;
		margin-bottom: 0;
	}

}

/* scroll to top */
.gototop{
  position: fixed;
  right: 0.25rem;
  bottom: 2.5rem;
  z-index: 1;
}

.redirecttodiv{
	background-color:#ffffff;
	color:#087F97;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
}

.redirectcontenttop{
	margin: 0;
}

.redirectcontentlatter{
	margin: 0 0 0 10rem;
}

.redirectcontentr1{
	margin: 0 0 0 3rem;
}

.redirectcontentr2{
	margin: 0 0 0 5.6rem;
}

.redirectcontent{
	color:#808080;
	background-color:#ffffff;
}

.ttable{
	table-layout: fixed;
}

.smaller{
	font-size: medium;
}

.expandable-parent{
	background-color: #ccebf0;
}

.grid-header {
	display: grid;
	grid-template-columns: 7fr 0.5fr;
	height: 50px;
	align-items: center;
	justify-items: center;
	width: 80%;
	margin: auto;
}

.grid-header-cell {
	font-size: 1.1rem;
}

.sub-grid-header {
	display: grid;
	grid-template-columns: 0.25fr 0.75fr 0.25fr 0.75fr 1fr;
	height: 5vh;
	align-items: center;
	justify-items: center;
	background-color: #eeeeee;
	width: 80%;
	margin: auto;
}

.sub-grid-header-cell {
	font-size: 0.9rem;
	text-align: center;
}

.header{
	background-color: #ddfcd2;
}

.header2{
	background-color: #AECA9B;
}

.general-header {
	font-size: 1rem;
	text-align: center;
	line-height: 131%;
	height: fit-content;
	width: 80%;
	margin: 0.5rem auto 0.5rem auto;
	padding: 0.5rem;
}

.sub-grid-cell-last-updated {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	background-color: #eeeeee;
	width: 80%;
	margin: auto;
	height: fit-content;
	padding: 0.75rem 0 0.75rem 1rem;
}

.sub-grid-cell {
	display: grid;
	grid-template-columns: 0.25fr 0.75fr 0.25fr 0.75fr 1fr;
	align-items: center;
	justify-items: center;
	background-color: #eeeeee;
	width: 80%;
	margin: auto;
	height: fit-content;
	padding: 0.5rem;
}

.sub-grid-cell-cell {
	font-size: 0.9rem;
	display: grid;
	text-align: center;
	padding-left: 11px;
}

.sub-grid-cell-cell > div {
	align-self: center;
	justify-self: center;
}

.grid-cell {
	/* display: grid;
	grid-template-columns: 7fr 0.5fr; */
	height: fit-content;
	/* align-items: center;
	justify-items: center; */
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color:#ccebf0;
	margin: 10px auto 10px auto;
	width: 80%;
	padding: 0.5rem;
}

.grid-cell-cell {
	font-size: 1.1rem;
}

.grid-cell-cell > div {
	align-self: center;
	justify-self: center;
}

.last-updated-hint{
	font-size: 0.9rem;
}

.black{
	color:black;	
}

.location-header {
	cursor: pointer;
}

.icon-grid {
	position: absolute;
	top: 0.575rem;
	right: 0.5rem;
}

/* toggle */
details[open] summary .location-header > div > img {
	transform: rotate(180deg);
    transition: all 0.35s ease;
}

details summary .location-header > div > img {
    transition: all 0.35s ease;
}

/* remove summary styles */
summary {list-style: none}
summary::-webkit-details-marker {display: none; }

.summary-header{
	font-size: 20px;
	font-weight: bold;
}

.collapsible {
	all: unset !important;
}

/* responsive */
@media only screen and (max-width: 600px) {
	.general-header,
	.grid-cell-cell,
	.sub-grid-cell-cell,
	.grid-header-cell,
	.sub-grid-header-cell,
	.tickets {
		font-size: 0.9rem;
	}

	
	.last-updated-hint{
		font-size: 0.7rem;
	}
}

@media only screen and (min-width: 300px) {
	.time-header{
		white-space: nowrap;
	}
}

.section_container{
	margin-bottom: 1.45rem;
}

.coming_soon_section{
	display: flex;
    justify-content: center;
}

.coming_soon{
    font-size: 1.65rem;
    padding: 3rem 0;
    align-items: center;
	text-align: center;
}

.coming_soon_section_end{
	padding-bottom: 1rem;
}

.countdown{
	font-size: 5rem;
    padding-top: 2rem;
}

.countdown_unit{
	font-size: 0.95rem;
	display: block;
    align-items: center;
	text-align: center;
}

.tcs_section{
	margin: 0 auto;
	background-color: #087f97;
    color: white;
}

.counter_container{
	display: flex;
	justify-content: center;
	gap: 2.5rem;
}

.counter_sub_container{
	display: inline-block;
	text-align: center;
}

.white_split_line{
	font-size: 5rem;
	align-self: center;
}