*{
	/*outline:1px solid #f00;*/
}
body{
  background-color: rgba(0,151,211,.1);
  position: relative;

}
a,
body{
  font-family: Century Gothic,微軟正黑體 , wt ;
}
.bg-light{
    width: 100%;
	margin:auto;
	padding: 0 5%;
	background-color: #fff !important;
	border-bottom: 1px solid #eee;
}
/*****************************************************      
                 NAV BAR START
*****************************************************/

.nav{
  align-items: center;
}
.navbar-menu {
  width: calc(100%);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.navbar-menu a{
  color: #237094;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
}

.navbar-menu a:hover {
  /*background-color: #fff;*/
  color: #005ec8;
}

.nav-menu-options li a {
  display: block;
  padding: 18px;
}
.nav-homepage{
  display: inline-block;  
  font-weight: bold;
  font-size: 20px !important;
  letter-spacing: 1px;
  position: absolute;
  z-index: 1;
  padding: 13px;
}

.nav-menu-select {
  display: none;
  margin: 0;
  text-align: right;
  height: inherit;
}
.nav-hamburger{
  display: inline-block;
  padding: 13px;
  position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
}
}

.nav-menu-options {
  display: block;
  text-align: right;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: inherit;
}
.nav-menu-options li .active:after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #237094;
  /*border-bottom: 2px solid navy;*/
}
.navbar-lang{
  display: inline-block;
  padding: 20px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  position: relative;
}
.lang-nav{
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 0;
  padding: 0;
  overflow: hidden;
  right: 1%;
  z-index: 300;
  background-color: #fff;
}
.lang-nav li a{
  padding: 5px 18px;
}

.lang-nav >li a:hover{
   background-color: rgb(250,255,255,.8);
}  

/* DESKTOP */
@media screen and (min-width: 768px) {

  .nav-menu-options{
    display: flex !important;
    border-bottom: 0;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1%;
    margin-bottom: 0;
  }
  .nav-menu-options li{
    display: inline-block;
  }
}
/* MOBILE */
@media screen and (max-width: 768px) {
  .navbar-menu {
    margin: 0;
    min-height: 50px;
  }
  .nav-menu-select {
    display: block;
  }
  .nav-menu-options {
    display: flex;
    position: fixed;
    z-index: 100;
    width: 70%;
    height: 100vh;
    top: 0%;
    left: 100%;
    flex-direction: column;
    background-color: rgba(255,255,255,.9);
    text-align: center;
    justify-content: center;
    align-content: center;
    transition:1s;
    padding-bottom: 5%;
  }

  .nav-menu-options li{
    display: block;
      }
    .nav-homepage{
      padding: 2%;
    }

    }
    .hamburger {
      width: 25px;
      height: 2px;
      background-color: currentColor;
      margin: 6px 0;
      transition: 0.4s;
    }
    .nav-hamburger:before{
      content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    top: 8px;
    right: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

/*.nav-hamburger.change:before{
  border: 2px solid currentColor;
}*/

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 7px);
  transform: rotate(-45deg) translate(-4px, 7px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -7px);
  transform: rotate(45deg) translate(-4px, -7px);
}
/*****************************************************      
                 NAV BAR END
*****************************************************/
.data-banner{
  width: 100%;
  /*height: 300px;*/
  background: rgb(250,229,28);
  background: linear-gradient(270deg, rgba(250,229,28,1) 0%, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 0%, rgba(241,241,241,0.7707457983193278) 23%, rgba(247,247,248,0.40940126050420167) 61%, rgba(253,254,255,0) 100%);
  padding:5% 10% 5% 5% ;
  position: relative;
}

.data-banner p{
  font-size: 2rem;
  /*position: relative;*/
  text-align: right;
  margin: 0;
  line-height: 1.25;
}
.data-banner p #percent,
.data-banner p #five-t,
.data-banner p #brillian{
}
.data-banner p span{
  color: #01616b;
  font-size: 5rem;
}
.china-human{
  font-size: 2rem !important;
   position: absolute; 
   right: 36%;
   bottom: 29%;
   color: #262626 !important;
}

@media screen and (max-width: 1400px) {
  .data-banner p span{
     font-size: 4rem;
  }
  .china-human{
    font-size: 1.25rem ;
    right: 38%;
  }
  .carousel-indicators {
    bottom: 2% !important;
  }
}
@media screen and (max-width: 1200px) {
  .banner{
    background-size: auto 100% !important;
  }
  .china-human{
    right: 42%;
  }
}
@media screen and (max-width: 1000px) {
  /* .china-human{
    right: 50%;
  }*/
}
h1{
  font-size: 3.5rem;
  font-weight: bold;
}
.slider{
  max-height: 100vh;
  overflow: hidden;
}
.carousel-inner{
  max-height: 100vh;
}
.carousel-indicators {
 bottom: 2%;
}
.carousel-caption{
	/*width: 90%;*/
	padding: 5% 5px;
  max-height: 250px;
	top:10%;
	left: 10%;
	text-align: left;

}

.carousel-caption h1,
.carousel-caption h2{
   text-shadow: 2px 2px 5px #545454;
}
/*.carousel-caption:before{
  content: '';
  display: block;
  width: 520px;
  height: 250px;
  background-color: rgba(1,97,107,.5);
  position: absolute;
  z-index:-1; 
  left: 0;
}*/
.banner{
	width: 100%;
	background-image: url(../images/img1.png);
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding:10% 0;	
}

.page3{
	width: 100%;
	height: auto;
	background-image: url(../images/HUAKANGV5-08.jpg);
	background-size: 100% ;
	background-repeat: no-repeat;
	padding:10% 15%;
	box-sizing: border-box;
}
.page3-title{

}
.page3-title img{
	width: 40%;
	min-width: 300px;
}
.aboutBtn{
  display: block;
  margin-left: 18%;
  margin-top: 2%;
  width: 200px;
  padding: 1% 2%;
  background-color: transparent;
  border: 3px solid #545454;
  color: #545454;
  text-align: center;
  transition:.5s;
  font-size: 1.5rem;
}
.aboutBtn:hover{
  border-radius: 50px;
  color: #545454;
  border-color: #fff;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
footer{
	padding: .5% 5%;
	box-sizing: border-box;
	background-color: #262626;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer a,footer span{
	color: #fff;
	text-decoration: none;
}

.tc-box{
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  padding: 3vh 0;
  box-sizing: border-box;
  background-color: rgba(26,26,26,.9);
  z-index: 1000;
  top: 0;
  left: 0;
}
.tc{
  width: 60%;
  height: 100%;
  padding: 3%;
  box-sizing: border-box;
  background-color: #fff;
  overflow-x: hidden;
  margin: auto;
}

.closebtn{
  width: 50px;
  height: auto;
  position: absolute;
  right: 20%;
  top: 3%;
  background-color: #262626;
}


/*to top*/
#toTop{
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 60px;

}
#toTop img{
   width: 100%;
   height: auto;
}


/*about page*/

.navbar .active{
	color: navy;
  border-bottom: 5px solid navy;
  font-weight: bold;
}

.aboutBox{
   padding: 6% 15%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}
.about-box{
	width: 60%;
}
.about-pic{
	width: 35%;
  margin: auto;
  min-width: 250px;
}
.aboutBox ul{
   margin-top: 5%;
}
#scrollbar{
  width: 200px;
  position: fixed;
  right: 0%;
  top: 45%;
}
#scrollbar ul{
  list-style: none;
}
#scrollbar ul li a{
  color: #ccc;
  position: relative;
}
#scrollbar ul li a:after{
    content: '';
    display: block;
    width: 80%;
    height: 3px;
    background-color: #ccc;
    position: absolute;
    right: -83%;
    top: 42%;
}
#scrollbar .active{
  color: #262626;
  font-size: 1.25rem;
  /*padding-right: 50%;*/
  padding-left: 0%;
  transition:.5s;
}
.aboutline{
  padding-left: 20%
}
#scrollbar ul li .active:after{
   background-color: #262626 !important;
    right: -83% !important;

}
.about-page2,
.about-page2 img,
.about-pic img{
	width: 100%;
}

.about-page3{
	width: 100%;
	padding-right: 5%;
	box-sizing: border-box;
	background-image: url(../images/dnabg.jpg);
	background-size: 100% ;
	background-position: center;
	background-repeat: no-repeat;
	padding:5% 15%;
	box-sizing: border-box;
}
.page5-title h2,
.about-page4 h2,
.about-page3 h2{
	text-align: center;
	display: block;
	margin:0 auto;
	margin-bottom: 5%;
	color: #00737f;
   font-weight: bold;
   font-size: 3rem;
}
.page5-title h2{
  color: #fff;
}
.about-page3 > div{
	width: 100%;
}

.about-page3 > div > div{
	width: 100%;
	text-align: left;
}
.about-page3 > div > div ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	text-align: left;
	padding: 5px;
	margin-bottom: 5%;
}
.about-page3 > div > div ul li{
	line-height: 2;
}
.about-page3 > div > div ul li span{
   color: #00737f;
   font-weight: bold;
}
.title{
	/*background-color: #004e5b;*/
	color: #fff;
	padding: 5px;
	box-sizing: border-box;


}
.title1{
  background-color: #004e5b;
}
.title2{
   background-color: #00737f;
} 

/*time line*/
.cd-container {
  width: 90%;
  /*min-width: 600PX;*/
  max-width: 1080px;
  margin: 0 auto;
  /*background: #2B343A;*/
  padding: 0 10%;
  border-radius: 2px;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

.about-page4{
  width: 100%;
  padding: 5% 0;
  background-image: url(../images/HUAKANGV5-09-1.PNG);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color:#e8f4f9;

}
.about-page5{
  width: 100%;
  padding: 8% 0;
  background-image: url(../images/aboutpage5.jpg);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  
}
.#contact-container h2,
.page5-title h2{
  color: #fff;
  margin-bottom: 10%;
}
.page5-title a{
   display: block;
  padding: 2% 1%;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  transition: .5s;
  min-width: 200px;
  max-width: 250px;
  margin: auto;
}
.page5-title a:hover{
  border-radius: 50px;
  text-decoration: none;
  color: #004e5b;
  background-color: #fff;
  font-weight: bold;
  /*border: 3px solid #004e5b;*/
}
/* -------------------------------- 

Main components 

-------------------------------- */


#cd-timeline {
  position: relative;
  padding: 2em 0;

  /*margin-top: 2em;*/
  /*margin-bottom: 2em;*/
}
.cd-timeline-content {
    color: white;
    margin-left: 0;
    /* padding: 1.6em; */
    width: 100%;
    margin: 0 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cd-timeline-content > div {
    width: 40%;
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    margin: auto;
    height: 88%;
    width: 4px;
    /*background: #7E57C2;*/
    background: rgb(250,229,28);
   background: linear-gradient(0deg, rgba(250,229,28,1) 0%, rgba(182,208,255,1) 0%, rgba(6,89,139,1) 0%, rgba(83,178,212,1) 100%);
}

.cd-timeline-img:before{
  content: '';
  display: block;
  width: 132%;
  height: 132%;
  margin-left: -15%;
  margin-top: -15%;
  box-sizing: border-box;
  /*background-color: #f00;*/
  border-radius: 50%;

}
#cd-timeline .cd-timeline-block:nth-child(1) .cd-timeline-img:before{
    border:2px solid #98e2fb;
}
#cd-timeline .cd-timeline-block:nth-child(2) .cd-timeline-img:before{
    border:2px solid #88caec;
}
#cd-timeline .cd-timeline-block:nth-child(3) .cd-timeline-img:before{
    border:2px solid #5abae0;
}
#cd-timeline .cd-timeline-block:nth-child(4) .cd-timeline-img:before{
    border:2px solid #097daa;
}
#cd-timeline .cd-timeline-block:nth-child(5) .cd-timeline-img:before{
    border:2px solid #07688e;
}
#cd-timeline .cd-timeline-block:nth-child(6) .cd-timeline-img:before{
    border:2px solid #07688e;
}
#cd-timeline .cd-timeline-block:nth-child(7) .cd-timeline-img:before{
    border:2px solid #035a7c;
}
#cd-timeline .cd-timeline-block:nth-child(8) .cd-timeline-img:before{
    border:2px solid #034660;
}
#cd-timeline .cd-timeline-block:nth-child(9) .cd-timeline-img:before{
    border:2px solid #063649;
}
#cd-timeline .cd-timeline-block:nth-child(10) .cd-timeline-img:before{
    border:2px solid #032b3a;
}

#cd-timeline .cd-timeline-block:nth-child(1) .cd-timeline-img{
    background-color:#98e2fb;
}
#cd-timeline .cd-timeline-block:nth-child(2) .cd-timeline-img{
    background-color:#88caec;
}
#cd-timeline .cd-timeline-block:nth-child(3) .cd-timeline-img{
    background-color:#5abae0;
}
#cd-timeline .cd-timeline-block:nth-child(4) .cd-timeline-img{
    background-color:#097daa;
}
#cd-timeline .cd-timeline-block:nth-child(5) .cd-timeline-img{
    background-color:#07688e;
}
#cd-timeline .cd-timeline-block:nth-child(6) .cd-timeline-img{
    background-color:#07688e;
}
#cd-timeline .cd-timeline-block:nth-child(7) .cd-timeline-img{
    background-color:#035a7c;
}
#cd-timeline .cd-timeline-block:nth-child(8) .cd-timeline-img{
    background-color:#034660;
}
#cd-timeline .cd-timeline-block:nth-child(9) .cd-timeline-img{
    background-color:#063649;
}
#cd-timeline .cd-timeline-block:nth-child(10) .cd-timeline-img{
    background-color:#032b3a;
}

#cd-timeline .cd-timeline-block:nth-child(1) > div >div >h3{
    color: #98e2fb;
}
#cd-timeline .cd-timeline-block:nth-child(2) > div >div >h3{
    color: #88caec;
}
#cd-timeline .cd-timeline-block:nth-child(3) > div >div >h3{
    color: #5abae0;
}
#cd-timeline .cd-timeline-block:nth-child(4) > div >div >h3{
    color: #27ade2;
}
#cd-timeline .cd-timeline-block:nth-child(5) > div >div >h3{
    color: #097daa;
}
#cd-timeline .cd-timeline-block:nth-child(6) > div >div >h3{
    color: #07688e;
}
#cd-timeline .cd-timeline-block:nth-child(7) > div >div >h3{
    color: #035a7c;
}
#cd-timeline .cd-timeline-block:nth-child(8) > div >div >h3{
    color: #034660;
}
#cd-timeline .cd-timeline-block:nth-child(9) > div >div >h3{
    color: #063649;
}
#cd-timeline .cd-timeline-block:nth-child(10) > div >div >h3{
    color: #032b3a;
}
















/*relationship*/
#rel-container{
  margin-top: -9%;
  background-color: #dcf7ff;
}
.contact-banner
.rel-banner{
  width: 100%;
}
.contact-banner{
  max-height: 600px;
  overflow: hidden;
}
.contact-banner img,
.rel-banner img{
   width: 100%;
   height: auto;
}
#rel-container .nav-tabs .nav-item a{
  font-weight: bold;
  color: #262626;
  transition: .5s;
  border: 1px solid  transparent;
}
#rel-container .nav-tabs .nav-item .active{
  background-color: transparent;
  color: #84e0ff;
  transition: .5s;
  border:1px solid  transparent;
  /*position: relative;*/
}
#rel-container .nav-tabs .nav-item a:hover{
  color: #84e0ff;
  border:1px solid transparent;
}
#rel-container .nav-tabs .nav-item a:after{
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #84e0ff;
  position: absolute;
  left: 0;
  right: 0;
  margin:auto;
  bottom: 0;
  transition: .5s;
  transform-origin: center;

}

#rel-container .nav-tabs .nav-item a:hover:after{
  width: 100%;
}
#rel-container .nav-tabs .nav-item .active:after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #84e0ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rel-box{
  width: 80%;
  margin: auto;
}
#rel-container .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 20%;
    text-align: center;
    padding: 2%;
    position: relative;
}
#rel-container .nav-tabs .nav-item a{

}
#rel-container .nav-tabs li:before{
  content: '';
  display:block;
  position: absolute;
  width: 2px ;
  height: 30%;
  background-color: #ccc;
  left: 0;
  top: 35%;
}

#rel-container .nav-tabs li:last-child:after{
  content: '';
  display:block;
  position: absolute;
  width: 2px ;
  height: 30%;
  background-color: #ccc;
  right: 0;
  top: 35%;
}
#contact-container h2{
  color:#0097d3;
  margin-left: 3% !important;
  text-align: left;
}

.tab-content #Corporate h2{
  margin-bottom: 2%;
}
.tab-content .tab-pane h2{
  color:#0097d3;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tab-content{
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.announce-box ul:first-child li,
.tab-content .tab-pane > ul > li{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  padding: 1% 0;
  border-top: 2px solid  #0097d3;
}
.announce-box ul:first-child li{
  align-items: center;

}
.announce-box ul:first-child li a{
  width: 100%;
  padding:0% 1%; 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #262626;
}
.announce-box ul:first-child li a:hover{
  color: navy;
   text-decoration: none;
}
.pagination li {
  display:inline-block;
  padding:5px 15px;
}
.pagination li a{
  color: navy;
}
.pagination .active{
  background-color: navy;
}
.pagination .active a{
  color: #fff;
}
.announce-box .pagination li:last-child{
  border: none;
}

.pagination {
    display: -ms-flexbox;
    display: inline-flex;
    list-style: none;
    width: auto;
    background-color: #fff;
    margin:auto;
}
/*.announce-box ul li a:hover .rep-title{
  width: auto;
}*/
.rep-date{
  max-width: 10%;
  font-weight: bold;
}
.rep-title{
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-align: left;
  max-width: 65em;
  min-width: 12em;

}
.announce-box ul li:last-child{
  border-bottom: 2px solid  #0097d3;
}
.tab-content .tab-pane > ul > li >span{
  width: 50%;
  display: block;
  text-align: left;
}


#committee >div h4,
.tab-content .tab-pane > ul > li >span h4,
.tab-content .tab-pane > ul > li >span:nth-child(1){
  font-size: 1.25rem;
  color: #0097d3;
}
.function-pdf{
  margin: 5% 0 2% 0;
}
.function-pdf h3{
  font-size: 1.5rem;
  padding-right: 1%;
  font-weight: normal;

}
#Financial ul,
.announce-box ul,
#committee >div ul,
.tab-content .tab-pane > ul > li >span >ul{
  list-style: none;
  padding-left: 0;
}

#Corporate{
  background-image: url(../images/dna.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#committee h2{
  text-align: left;
  line-height: 2;
}
#committee >div{
  padding: 2% 0;
}
#committee >div h4{
  font-weight: normal;
}
#committee >div a{
  color: #262626;
  font-weight: bold;
}
.contact-box,
#Financial ul{
  text-align: center;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin:5% 0;
}
#Financial h2,
#announcements h2,
#Governance h2,
#Contact h2{
  margin-bottom: 3%;
}
#Contact span,
#Contact span a{
  line-height: 2;
  color: #262626;
  font-size: 1.25rem;
}

.tab-content .tab-pane > ul > li >span > .namelist {
  list-style:disc !important;
  padding-left: 5% !important;
}
.fin-report-box,
.announce-box{
  padding: 5%;
  background-color: rgba(0,151,211,.1);
}
.date-filter{
  text-align: center;
}
.date-filter select{
  min-width: 100px;
  margin-bottom: 3%;
}
#Financial ul{
  flex-direction: row;
  flex-wrap: wrap;
}
#Financial ul li{
  width: 22%;
  margin-left:2%;
  margin-bottom: 2%;
}
/*financial report*/
#Financial ul li h4{
  /*margin-bottom: 10%;*/
  min-height: 40px;
  font-size: 1.25rem;
  font-weight: bold;
}
#Financial ul li a img{
   width: 100%;
   box-shadow: 3px 3px 5px #999;
}
#Financial ul li a{
   display: block;
   width: 100%;
   height: auto;
}
.pdf-icon{
  width: 20px;
}
.fin-report-box{
  position: relative;
}
#financialYear{
  position: absolute;
  right: 3%;
  top: 3%;
}






/*contact us*/

#contact-container{
   width: 100%;
   padding: 5% 0;
   max-width: 1200px;
   margin: auto;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
#contact-container h2{
  margin-bottom: 3%;
}
#contact-container > div{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0 5%;
}

#contact-container > div> div{
  width: 48%;
}
#contact-container > div>div ul{
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}
#contact-container > div> div > span,
#contact-container > div>div ul li span{
  line-height: 2;
  /*font-weight: bold;*/
    font-size: 1.25rem;
}
#contact-container > div>div ul li + li{
  margin: 1% 0;
}
#contact-container > div>div textarea,
#contact-container > div>div ul li input{
   width: 100%;
   border:transparent;
}
#contact-container > div>div ul li input{
  padding: 1%;
}
#contact-container button{
  min-width: 180px;
  background-color: #0097d3;
  color: #fff;
  border:2px solid #0097d3;
  font-weight: bold;
  line-height: 2;
  font-size: 1.5rem;
  margin-top: 2%;
  margin-bottom: 2%;
  transition:.5s;
}
#contact-container button:hover{
  background-color: #fff;
  color: #0097d3;
  border: 2px solid #fff;
  border-radius: 50px;
}
.contact-map{
  bort
}
.contact-map div ul li img{
  width: 25px;
}
.contact-map >div ul >li {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: normal;
}
.contact-map div ul li  a{
  vertical-align: baseline;
  color: #262626;

}
.contact-map >div ul >li:last-child{
  margin-top: 5% !important;
  /*width: 80%;*/
}



@media only screen and (min-width: 1170px) {
  #cd-timeline {
    /*margin-top: 3em;*/
    /*margin-bottom: 3em;*/
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
    height: calc(100% - 8% - 58px );
  }
  .cd-container {
    width: 40%;
    min-width: 600px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /*box-shadow: 0 0 0 4px #7E57C2, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}
.cd-timeline-img{
  background: #53b2d4;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }


  .cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    /*background: #333C42;*/
    border-radius: 2px;
    padding: 1em;
  }
    .timeline-content-info {
      background: #2B343A;
      padding: 5px 10px;
      color: rgba(255,255,255,0.7);
      font-size: 12px;
      box-shadow:  inset 0 2px 0 rgba(0, 0, 0, 0.08);
      border-radius: 2px;
      i {
        margin-right: 5px;
      }
      .timeline-content-info-title, .timeline-content-info-date {  
        width: calc(50% - 2px);
        display: inline-block;
      }
      @media (max-width: 500px) {
          .timeline-content-info-title, .timeline-content-info-date {  
            display: block;
            width:100%;
          } 
        }
      }
      .content-skills {
        font-size: 12px;
        padding:0;
        margin-bottom: 0;
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
        li {
      background: #40484D;
      border-radius: 2px;
      display: inline-block;
      padding: 2px 10px;
      color: rgba(255,255,255,0.7);
      margin: 3px 2px;
      text-align: center;
      flex-grow: 1;
    }
  }
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h3 {
  /*color: rgba(255,255,255,.9);*/
  color: #262626;
  margin-top:0;
  margin-bottom: 5px;
}
.cd-timeline-content p, .cd-timeline-content .cd-date {
  /*color: rgba(255,255,255,.7);*/
  color: #545454;
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-date img{
  width: 25%;
  min-width: 100px;
}
 .navbar-light .navbar-toggler{
    border: transparent;
    border-color: rgba(0,0,0,0);
  }
 footer > .copy-right{
  width: 50%;
 }
@media only screen and (min-width: 768px) {

  .cd-timeline-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 2rem;
    color: #0b1896;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date img{
    width: 25%;
  }

}

@media only screen and (max-width: 768px) {
   #toTop{
     width: 50px;
   }
  .data-banner p span,
  h1{
    font-size: 2rem;
  }
  h2{
    font-size: 1.5rem;
  }
  .lang-nav{
    right: 0;
    left: 0;
    margin: auto;
  }
  .rel-banner, .slider, .contact-banner, .aboutBox {
    margin-top: 50px !important;
  }
  .data-banner{
    padding: 3% 5%;
    background: linear-gradient(270deg, rgba(250,229,28,1) 0%, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 0%, rgba(241,241,241,0.7707457983193278) 80%, rgba(247,247,248,0.40940126050420167) 90%, rgba(253,254,255,0) 100%);

 }
 #scrollbar{
  display: none;
 }
  .about-page3 > div > div ul{
    flex-direction: column;
    text-align: center;
  }
.page5-title h2, .about-page4 h2, .about-page3 h2 {
  font-size: 2rem
}
.china-human,
.data-banner p,
#committee h2,
  h3{
    font-size: 1.25rem !important;
  }
.function-pdf h3{
  font-size: 1rem;
  font-weight: bold;
}
  ul{
    padding-left: 5%;
    padding-top: 5%;
  }
  footer{
    padding: 0;
  }
  .page3{
    height: 60vh;
    background-size: auto 100%;
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner {
    background-size: auto 100%;
    background-position: center;
    padding: 20% 0;
  }
    .d-none{
    display: block ! important;
  }
  .bg-light{
    padding: 0% 2% 0 1%;
  }
  .about-page3,
  .aboutBox {
    padding: 6% 1%;
    flex-direction: column;
   }
   .about-box{
    width: 100%;
   }

   .about-page5,
  .about-page3{
    background-size: auto 100%;
  }
  .about-page4{
    background-image: none;
    
  }
  #Financial ul li h4,
  .page5-title a{
    font-size: 1rem;
  }
  .content-right{
    margin-left: 5%;
  }
  #rel-container .nav-tabs .nav-item {
    margin-left: 2%;
    width: auto;
    padding: 0%;
  }

  .rel-box{
    width: 98%;
  }
  .fin-report-box, .announce-box,
  .tab-content{
    padding: 1% 1% 8% 1%;
  }
  .tab-content .tab-pane ul{
   padding-left: 0;
   padding-top: 0;
   }
   .tab-content #Corporate h2{
    margin-left: 0 ! important;
   }
   footer{
    flex-direction: column-reverse;
   }
   footer > ul,
   footer > .copy-right{
    width: 100%;
    text-align: center;
   }
   .justify-content-end{
    justify-content: space-around !important;
   }
   footer .nav-link,
   .rep-date,
   .rep-title,
   #committee >div ul,
   p,
   #Contact span, #Contact span a,
   #committee >div h4, .tab-content .tab-pane > ul > li >span h4, .tab-content .tab-pane > ul > li >span:nth-child(1),
   .tab-content .tab-pane > ul > li >span{
    font-size: .825rem;
   }
   .rep-title{
    width: 55%;
   }
   .tab-content .tab-pane > ul > li >span:nth-child(1){
    width: 40%;
   }
   .tab-content .tab-pane > ul > li >span:nth-child(2){
    width: 58%;
   }
   #Financial ul{
    flex-direction: column;
    padding-top: 25%;
   }
   #Financial ul li{
    width: 75%;
    margin-left: 0;
    margin-bottom: 8%;
   }
   #Financial ul li h4{
    min-height: 35px;
   }
   #rel-container .nav-tabs li:last-child:after{
    display: none;
   }
   .contact-box{
    align-items: center;
     justify-content: center;
   }
   .tab-content .tab-pane h2{
    text-align: left;
   }
   .contact-banner {
    height: auto;
   }
   #contact-container > div{
    flex-direction: column;
   }
   #contact-container > div> div{
    width: 100%;
   }
   #contact-container > .contact-map div ul{
      text-align: center;
   }
   .contact-map >div ul >li{
      font-size: 1rem;

   }
}

@media only screen and (max-width: 1170px) and (orientation:portrait ) {
     .page3{
    height: 60vh;
    background-size: auto 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 5%;
  }
  .banner {
    background-size: auto 100%;
    background-position: center;
    padding: 20% 0;
  }
    .d-none{
    display: block ! important;
  }
  .bg-light{
    padding: 0% 2% 0 1%;
  }

  .rel-banner,
  .slider,
  .contact-banner,
  .aboutBox {
  margin-top: 5%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: white;
    margin-left: 0;
    /*padding: 1.6em;*/
    width: 100%;
    margin: 0 5%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
    .cd-timeline-content > div{
      width: 40%;
    }
/*  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #333C42;
  }*/
  .cd-timeline-content .cd-date {
    /*position: absolute;*/
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1.25rem;
  }
    .cd-timeline-content .cd-date img{
        width: 50%;
    }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    /*text-align: right;*/
  }
}


