<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-color: #4cbfa6;
    text-align: justify;
    /*text-justify: inter-word;*/
	font-size:16px;
}

p {
	line-height:1.7em;
}
.row {
    margin: 0;
    background-color: #DBFAFB;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
}

.table-borderless2 tbody tr td,
.table-borderless2 tbody tr th,
.table-borderless2 thead tr th,
.table-borderless2 thead tr td,
.table-borderless2 tfoot tr th,
.table-borderless2 tfoot tr td  {
    border: none;
	padding: 0px;
	margin: 0px;
}

table.table.table-condensed {
    border: 1px solid #ccc;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border:none;
}

table.table-n {
    
    width: 80% ;
	border: 2px solid #ccc;
   background: transparent no-repeat center center;
	margin: auto;
}

table.table-n td {
    
    border: 1px solid #ccc;
	padding: 8px;
	
} 

table.table-n td.tt{
	border-left-style : hidden;
	padding: 8px;
	padding-left: 0px;
}

table.table-n2 {
    
    width: 50% ;
	border: 2px solid #ccc;
   background: transparent no-repeat center center;
	margin: auto;
}

table.table-n3 {
    
    width: 75% ;
	border: 2px solid #ccc;
   background: transparent no-repeat center center;
	margin: auto;
}
table.table-n3 td {
    
    border: 1px solid #ccc;
	padding: 4px;
	
} 

table.table-n3 td.tt{
	border-left-style : hidden;
	padding: 6px;
	padding-top: 4px;
	
}

/*
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed; 
}

ul.nav&gt;li {
	display: table-cell;
    width: 100%;
    float: none;
    text-align: center;
	font-size: 0.9em;
	border: 0;
}
*/

.container {
	padding:0;
	margin:auto;
	background-color:#FFFFFF;
}

.navbar-nav {
	padding:0;
	background-color:#FFFFF;;
	width:100%;
}

.navbar-default {
	max-width:1000px;
    background-color: #fff;
}

/* cancel nav bar padding */	
.collapse {
	padding:0;
}

.dropdown-menu {
	background-color:#e8f8ff;
    margin-left: 0;
	padding: 4px 4px 4px 0px;
	border:0;
}			

.navbar-toggle {
  float: right;
  background-color: #25c2ea;
  margin-left: 10px;
  border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #25c2ea;
}

.navbar-default .navbar-nav &gt; li &gt; a:link,
.navbar-default .navbar-nav &gt; li &gt; a:visited,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #777393;
  height: 100%;
}

.navbar-default .navbar-nav &gt; li &gt; a:active,
.navbar-default .navbar-nav &gt; li &gt; a:hover {
  color: #0055a6;
}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #5ecdeb;
  color: #fff;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  color: #fff;
  background-color: #5ecdeb;
}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #e8f8ff;
}

@media (min-width: 1001px) {
	.container {
		width: 1000px;
	}
	#myNav {
		padding:0;
		margin:auto;
		width:1000px;
	}

}

/* style for desktop */
@media (min-width: 768px) {

.navbar-header {
	width: 100%;
}
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav&gt;li {
        display: table-cell;
        float: none;
        text-align: center;
		padding-left: 0px;
    }

.nav &gt; li &gt; a {
    padding: 5px;
}

	.navbar-nav&gt;li&gt;a:link, .navbar-nav&gt;li&gt;a:visited, .navbar-nav&gt;li&gt;a:active {
		color:#000000;
/*		font-size:0.9em;*/
	}
	.navbar-nav&gt;li:hover {
		background-color:#FFFFFF;
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-toggle {
		display: none;
	}
}

#langM {
	margin-left:30px;
}
#searchM {
	margin-left:20px;
}

/* press releases in What's new section of index page */
#new {
    position: relative;    
}

#press {
   position: absolute;
   top: 10px;
   left: 10px;
   right: 20px;
   font-size:0.9em;
   line-height:1.2em;
    
   padding: 0;
   padding-right:10%;
   border: none;
   background-color: rgba(255, 255, 255, 0);
}
#press ul li {
	margin-top:0.5em;
}

#content img {
/*    padding: 5px;*/
}

.banner img {
    padding: 5px;
}

/* footer style */
#footer {
	padding:5px;
	padding-left:25px;
	background-color:#FFFFFF;
	color:#777393;
	max-height: 60px;
	font-size:0.8em;
	line-height:1.6em;
}
#footer a:link {
	color:#777393;
}
#footer a:visited {
	color:#777393;
}
#footer a:hover {
	color:#777393;
}
#footer a:active {
	color:#777393;
}

.middle {
	width:95%;
	padding:10px;
	margin:auto; 
	background-color:#FFFFFF;
}

/* foreword content style */
.fore_bg {
/* css gradient style example
/*background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1)), url(../images/bg/skyline.png);	*/
	background-image:url(../images/bg/skyline.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	min-height:400px;
}

.fore_bg2 {
/* css gradient style example
/*background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1)), url(../images/bg/skyline.png);	*/
	background-image:url(../images/bg/skyline.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	min-height:400px;
}

.fore_dw {
/* css gradient style example
/*background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1)), url(../images/bg/skyline.png);	*/
   padding-top:80px;
   vertical-align:bottom;
   
   
   
}

.fore_dw2 {
/* css gradient style example
/*background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1)), url(../images/bg/skyline.png);	*/
   background-color:#7ba936;
   min-height: 28px;
   padding-right:0px;
   padding-top:5px;
}

.portrait {
	/* This centers the image */
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	/* This adds the border */
	padding:8px;
	background-color:white;
}

.foreword_corner {
	padding-left:40px;
	padding-right:40px;
	min-height: 100px;
	width:100%;
	margin:auto;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	background-color:#ffffff;
}

/* poster page style */
.poster_bg {
	background-image:url(../images/bg/btm_graphic.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}
.poster_ph {
	background-image:url(../images/bg/btm_graphic.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:5;
	margin:5;
}

h4 {
	color:#0055a6;
	font-size:1.5em;
}
h5 {
	color:#337ab7;
	font-weight:bold;
	font-size:1.3em;
}
.highlight_title {
	font-size:1.4em;
	color:#5ecdeb;
}
ul {
	list-style-type: "&gt;";
}
li {
/*	line-height:1.2em;
	padding-top:0.8em;*/
	padding-left:0.5em;
}
/*
ul&gt;li {
	margin-top:20px;
}
*/
#hksar20 {
	width:500px;
}

input[type=search] {
	background: #fff url(../images/search.png) no-repeat 9px center;
	border: solid 1px #9d9d9f;
	padding: 4px 16px 3px 32px;
	width: 150px;
	margin-right:0;
	margin-left:10px;
	color:#777393;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}

ul ul ul li {
	list-style-type:circle;
}

.sizeS {
	
	
	color:#949599;
	text-decoration:none;
	vertical-align:top;
}

.sizeM {
	
	
	color:#949599;
	text-decoration:none;
    vertical-align:top;
}

.sizeL {
	
	
	color:#949599;
	text-decoration:none;
	vertical-align:top;
}

.lang {
	
	/*vertical-align:top;*/
	padding:0;
	margin:0;
}

#example_paginate ul li {
    padding-left: 0;
}

#example td {
	text-align:left;
}

 nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
      -moz-transition: margin 200ms ease-out;
      -o-transition: margin 200ms ease-out;
      transition: margin 200ms ease-out;
  }

  .main{
    padding: 10px 10px 0 10px;
  }

 @media (min-width: 765px) {

    .main{
      position: absolute;
      width: calc(100% - 40px); 
      margin-left: 40px;
      float: right;
    }

    nav.sidebar:hover + .main{
      margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand {
      margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
      text-align: center;
      width: 100%;
      margin-left: 0px;
    }
    
    nav.sidebar a{
      padding-right: 13px;
    }

    nav.sidebar .navbar-nav &gt; li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav &gt; li{
      border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
      padding: 0 0px 0 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
      color: #707071;
    }

	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #fff;
    
}

    nav.sidebar{
      width: 200px;
      height: 100%;
      margin-left: -160px;
      float: left;
      margin-bottom: 0px;
    }

    nav.sidebar li {
      width: 100%;
    }

    nav.sidebar:hover{
      margin-left: 0px;
    }

    .forAnimate{
      opacity: 0;
    }
  }
   
  @media (min-width: 1330px) {

    .main{
      width: calc(100% - 200px);
      margin-left: 200px;
    }

    nav.sidebar{
      margin-left: 0px;
      float: left;
    }

    nav.sidebar .forAnimate{
      opacity: 1;
    }
  }

  nav.sidebar .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover, nav.sidebar .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
    color: #CCC;
    background-color: transparent;
  }

  nav:hover .forAnimate{
    opacity: 1;
  }
  section{
    padding-left: 15px;
  }
  
  hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0.5px;
}

/*--------------------------
/* Carousel style in bootstrap 4*/
.carousel-control-next{
    position: absolute;
    top: 0;
    bottom: 0;
	left: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}
.carousel-control-prev{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}
.carousel-control-prev {
    left: 20px
}
.carousel-control-next {
    right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 17%;
    list-style: none
}


.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 12px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 255)
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators .active {
    background-color: #25c1e9;
	border: none;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}
/* end carousel style in bootstrap 4 */
.story {
	text-align:right;
	padding-right: 200px;
}

.inline-block{
	display: inline-block;
}

.gap {
	padding-top: 1em;
}

/* grayscale image styles */
img.grayscale { 

/* remove the grayscale effect on Feb 14, 2018
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
*/
}
.whitelink:link    {color:#FFFFFF; text-decoration:none;}
.whitelink:visited {color:#FFFFFF;}
.whitelink:hover   {color:#FFFFFF; text-decoration: underline;}
.whitelink:active  {color:#FFFFFF;}

area{outline: none;
display:none;
border:none;
fill:transparent;
pointer-events : none;}


img.map, map area{
    outline: none;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
</pre></body></html>