@charset "utf-8";
body {
	background-color: #e8f8ff;
    text-align: justify;
    text-justify: inter-word;
	font-size:16px;
}

p {
	line-height:1.7em;
	text-align: justify;
}
.row {
    margin: 0;
}

.content{
 text-align: justify;
}

.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;
	text-align: left;
}

table.table.table-condensed {
    border: 1px solid #ccc;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	border:none;
	/*min-height: 40px;*/
}

/*
Not to show dfs blog menu
*/
#navbar ul li:nth-child(4) .dropdown-menu li:nth-child(2) { display: none; }
#navbar ul li:nth-child(4) .dropdown-menu li:nth-child(3) { display: none; }


/*
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed; 
}

ul.nav>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: #e0e0e0;
}

.navbar-default .navbar-nav > li > a:link,
.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:focus {
  color: #777393;/*color: #777393;*/
  height: 100%;
  /*border-bottom: 1px solid #003f97; /* Deleted */
}

.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000; /*color: #0055a6; 2022/12/01*/
}

.themebcolor1 {
  color: #a8915d !important;
}

/*
.navbar-default .navbar-nav>li:nth-child(1) > a:hover,
.navbar-default .navbar-nav>li:nth-child(1) > a:focus,
.navbar-default .navbar-nav>li:nth-child(1) > a:active {
	color: #a8915d;
}
.navbar-default .navbar-nav > li:nth-child(1) > a:hover, .navbar-default .navbar-nav > li:nth-child(1) > a:focus, .navbar-default .navbar-nav > li:nth-child(1) > a:active {
    color: #a8915d;
}
*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /* background-color: #5ecdeb; */
  color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #8b8b8b;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > 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>li {
        display: table-cell;
        float: none;
        text-align: center;
		padding-left: 0px;
		
		/*border-bottom: 1px solid #003f97;/* Added */
    }

.nav > li > a {
    padding: 5px;
}

	.navbar-nav>li>a:link, .navbar-nav>li>a:visited, .navbar-nav>li>a:active {
		color:#000000;
/*		font-size:0.9em;*/
	}
	.navbar-nav>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: 20px;
}
#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:link {
	color:#000000;
}
.footer:visited {
	color:#000000;
}
.footer:hover {
	color:#000000;
}
.footer:active {
	color:#000000;
}

.blog:link {
	color:#ffffff;
}
.blog:visited {
	color:#ffffff;
}
.blog:hover {
	color:#ffffff;
}
.blog:active {
	color:#ffffff;
}

a:link {
	color:#002cb1;
}
a:visited {
	color:#002cb1;
}
a:hover {
	color:#002cb1;
}
a:active {
	color:#002cb1;
}

.middle {
	width:90%;
	padding:0;
	margin:auto; 
}

/* 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:30px;/*80px;*/
   vertical-align:bottom;
   
   
   
}

.portrait {
	/* This centers the image */
	display: none;   /* For grayscale use. Hide portrait */
/*	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;
}
*/

h1 {
	color:#0055a6;
	font-size:1.5em;
}
h2 {
	color:#337ab7;
	font-weight:bold;
	font-size:1.3em;
}
.highlight_title {
	font-size:1.4em;
	color:#5ecdeb;
}

ul {
	list-style-type: disc;
}

li {
	/*	line-height:1.2em;
	padding-top:0.8em;*/
	/* padding-left:0.5em; */
	}
/*
ul>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: 5px;
	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>.container .navbar-brand, .navbar>.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 > li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > 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>li>a {
      color: #707071;
    }

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > 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>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>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,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);*/

}


#opendata td, #opendata th {
	padding: 5px;
	
}

#opendata {
	width: 100%;
}

.odate {
	text-align: center;
	width: 20%;
	min-width: 100px;
}

/*tr:nth-child(odd) {
	background: #F2F0F0;
} */

/* Skip to main content style */
a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}

a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color:#000;
	left: 20px;
	top: 20px;
	width: 160px;
	height: auto;
	overflow:auto;
	margin-left: 10px;
	padding:5px;
	border-radius: 10px;
	border:4px solid orange;
	text-align:center;
	font-size:0.85em;
	z-index:999;
	font-family: arial;
}

.float-left {
    float: left;
	vertical-align:bottom;
}

.float-right {
    float: right;
	background-color:#fff;
    margin-top: 10px;
}

#myfooter {
    font-size: 0.8em;
	margin-bottom: 0px;
	background-color:#cbebfa;
	margin-bottom: 0px;
    
}
#myfooter .copyright {
    width: 30%;
    display: inline;
    float: left;
    text-align: left;
    margin-top: 5px;
	padding-left: 25px;
}

#myfooter .revision {
    width: 70%;
    float: right;
    display: line;
    text-align: right;
    margin-top: 15px;
	padding-right: 25px;
	
}
.blogindex .indexrow {
    padding: 0rem;
    margin-bottom: 1.5rem;
    background-color: #eaf6fe;
}
/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
*/
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 0rem !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
	/*max-width: 80%;*/
}
.title_bgcolor {
  background-color:#000066;
}
.col-sm-6{padding:0;}

/*
tr:nth-child(odd) {
	background: #e7f6fd;
}
tr:nth-child(even) {
	background: #cbeafa;
}
*/
.table tr:nth-child(odd) {
	background: #e7f6fd;
}

.table tr:nth-child(even) {
	background: #cbeafa;
}


table.table2 tr {background: #ffffff;}

table.table2 a { cursor: pointer; }
.active { color:#f00;font-weight:bolder; }

table.blog_table tr {background: #eaf6fe;}

table.blog.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 12px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #e0e0e0;
    background-image: none;
    border: 1px solid transparent;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: 1px;
    margin-left: 15px;
}

#myfooter.revision. a:link {
	color:#000000;
}
#myfooter.revision. a:visited {
	color:#000000;
}
#myfooter.revision. a:hover {
	color:#000000;
}
#myfooter.revision. a:active {
	color:#000000;
}

hr.new1 {
    display: block; height: 0px;
    border: 0; border-top: 1px solid #003f97;
    margin: 0em 1.2em; padding: 0;
}

hr {
    display: block; height: 0px;
    border: 0; border-top: 1px solid #808080;
    margin: 1em 1.2em; padding: 0;
}








/* WCAG 2.1 Success Criterion - 1.4. 12 Text Spacing (Level AA) 
p {
  margin-top: 2em;
  margin-bottom: 2em;
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
}
*/


.blogindex p {
  line-height: 1.5 !important;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

.former .style2 {
  font-size: 0.85em;
  width: 169px;
}

.blogindex td[bgcolor="#f5f4c9"] {
  padding: 0.25em 0.5em;
  line-height: 1.3;
	font-size: 0.85em;
   max-width: 169px;
}

.captionstyle {
  background-color: #f5f4c9;
  padding: 0.25em 0.5em;
  line-height: 1.3;
  font-size: 0.85em;
  max-width: 169px;
}

h1 {
  font-weight: 700;
}

.blogindex  h1 {
  margin-bottom: 4rem;
}

.blogindex  h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/** Following are workaround styles for old blogs **/

.blogindex table {
  margin-right: 0;
  margin-bottom: 1.5rem;

  border-collapse:separate; 
  border-spacing: 0 0.4rem;
  width: 100%;
  display: block;
}

@media (min-width: 500px) {
  .blogindex table {
	display: table;
	width: auto;
    margin-right: 1.5rem;
  }
}

.blogindex img {
  max-width: 100%;
  height: auto;
}

.blogindex video {
  max-width: 100%;
  height: auto;
}

.blogindex .video-container {
   max-width: 530px;
  height: auto;
}

.blogindex .video-container {
  max-width: 530px;
  height: auto;
}

.blogindex .video-caption {
  background-color: #f5f4c9;
  padding: 5px;
}


.blog-archive-list li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.blogindex .blog_table {
  margin-right: 0;
}

.blogindex .blog_table p {
  line-height: 1.5;
}

.blogindex .title_bgcolor .blog {
  color: white;
}

.blogindex .title_bgcolor h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-responsive {
border: 0px;
}

.blogindex .left {
  float: none;
  margin-right: 0;
  display: block;
  margin-bottom: 1em;
}

.blogindex .right {
  float: none;
  margin-left: 0;
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 500px) {
  .blogindex .left {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
}

@media (min-width: 500px) {
  .blogindex .right {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
  }
  .blogindex table[align="right"] {
    margin-left: 1em;
  }
}

@media (min-width: 500px) {
  .former table {
    float: left; 
  }
}

/*
.blogindex tr:nth-child(odd) {
	background: transparent !important;
}
*/

.blog-h3 {
  font-size: 1em;
  margin-top: 2.5em;
  margin-bottom: 0;
  font-weight: 700;
}


#content div[id^="gp"] table tr:nth-child(odd) td {
  /* background-color: #E6F5FF; */
  background-color: #E7F6FD;
}
#content div[id^="gp"] table tr:nth-child(even) td {
  /* background-color: #FFFFFF; */
  background-color: #CBEAFA;
}

th {text-align: left; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.blog_header {
  font-weight: normal;
  font-size: 24px;
  text-align: left;
}

.social-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
ul.ul-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
ul.ul-social li {
  display: block;
  width: 100%;
}
ul.ul-social li a {
 display: flex;
 padding: 4px 16px 4px 6px;
}

/*
.cso-social {
  margin-top: 4px;
}
*/
/*
.cso-social li a {
  font-family: Roboto, Arial, "Noto Sans HK", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", "Noto Sans", Helvetica, -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Heiti TC", PMingLiU, MingLiU, �s�ө���, �ө���, serif !important;
}
*/

.ul-social {
  width: 100%;
  list-style-type: none;
	padding-inline-start: 0;
	margin: 0;
}
.ul-social .dropdown-item {
  display: flex;
  align-items: center;
}

.ul-social .dropdown-item:hover, .ul-social .dropdown-item:focus {
  color: #bf1722;
  background-color: #E9F5FD;
}

.social {
    width: 5px;
}
.social-page-dropdown {
    margin-right: 1px;
}


.btn-fb::before {
  content: "";
  background-image: url(../images/fb-icon.png);
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.btn-ig::before {
  content: "";
  background-image: url(../images/ig-icon.png);
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon-social-page-generic::before {
  content: "";
  background-image: url(../images/icon_social-page.png);
  background-size: 16px 16px;
  display: inline-block;
  width: 16px; 
  height: 16px;
  margin-right: 6px;
  background-size: cover;
}
.icon-page-facebook:before {
  background-position: 0 0;
}
.icon-page-instgram:before {
  background-position: 0 -32px;
}

.cso-social2 {
  background-color: #F8F6F6;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 2px 2px 4px grey;
  font-size:14px;
  min-width: 6rem;
  margin-top: 20px;
}

/*
.cso-social2 li a {
  font-family: Roboto, Arial, "Noto Sans HK", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", "Noto Sans", Helvetica, -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Heiti TC", PMingLiU, MingLiU, �s�ө���, �ө���, serif !important;
}
*/

.cso-social2 li a[data-media="facebook-cs"], .cso-social2 li a[data-media="instagram-cs"] {
  font-size: 14.65px;
  /* letter-spacing: 3.5px; */
  font-size: 14px;
}

.cso-social2 li a[data-media="facebook-dcs"] {
  font-size: 14.65px;
  font-size: 14px;
}

.english .cso-social2 li a[data-media="facebook-dcs"] {
  font-size: 12px;
  font-size: 14px;
}

.social-page-dropdown {
  margin-left: 5px;
  margin-top: 10px;
}

#MobileModalMenu .language-search {
  margin-left: 0px;
}

#MobileModalMenu .text-size-selector {
  margin-right: 4px;
}

.language-search {
  font-family: Arial, Helvetica, "Open Sans" !important;
  display: -ms-flexbox !important;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
  font-size: 1rem;
  font-size: 16px;
  height: 34px;
}

ul.ul-social {
  display: flex;
}
.ul-social {
  width: 100%;
  list-style-type: none;
  padding-inline-start: 0;
 padding-left: 0; margin: 0;
}
ul.ul-social li {
  display: block;
  width: 100%;
}

.dropdown-menu {
	left: auto;
}

.dropdown-menu2 {
	left: auto;
	
}

.language-search2 {
     font-family: Arial, Helvetica, "Open Sans" !important;
     display: -ms-flexbox !important;
     display: -webkit-flex;
     display: flex;
     justify-content: flex-start;
     margin-left: 20px;
     font-size: 1rem;
     font-size: 16px;
     height: 26px;
   
}

/*.grayout {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter:gray;
}*/

.social-media{
margin-right:2%;
}

.social-media a{
text-decoration: none;
}

.social-mediaM{
margin-left:3%;
margin-top:3%;

}

.social-mediaM a{
text-decoration: none;
}

@media (max-width : 768px) {

.navbar-collapse{
padding-right: 0px;
padding-left: 6px;
}
.navbar-form{
margin-left: -30px;
}
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  /*z-index: 0; /* Sit on top */ /*z-index: 0;*/
  padding-top: 80px; /* Location of the box *padding-top: 200px;/
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
}

.modal-content2 {
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  width: 35%;
}

@media (max-width : 768px) {
.modal-content2 {
width: 70%;
}

}