@font-face {
	font-family: "News Gothic";
	src: url("fonts/sfont.eot"), url("fonts/sfont.woff2") format("woff2"), url("fonts/sfont.woff") format("woff"), url("fonts/sfont.ttf") format("truetype"), url("fonts/sfont.svg#News Gothic") format("svg");
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "News Gothic"!important;
	font-size: 1rem;
	color: #333333;
	background-color: #f9f9f9 !important;
}
p, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #999999;
	word-wrap: break-word;
}
h1 {
}
h2 {
	font-size: 3rem;
	margin-bottom: 0.5rem
}
h3 {
}
a:hover {
	text-decoration: none;
}
.btn-custom {
	color: #013a81;
	background-color: #fff;
	border-color: #94b3d8;
	border-radius: 50px;
}
.btn-custom:hover {
	color: #fff !important;
	background-color: #013a81;
}
.heading-block:after {
	content: '';
	display: block;
	margin-top: 10px;
	width: 40px;
	border-top: 2px solid #013a81;
	margin-bottom: 50px;
}
.heading-block-center:after {
	content: '';
	display: inline-block;
	margin-top: 10px;
	/*width: 40px;*/
	width: 120px;
	border-top: 2px solid #013a81;
	margin-bottom: 50px;
	/*margin-left: 50%;
	margin-left: 45%;*/
}
#homepage-banner {
	width: 100%;
	margin-top: 106px;
}
#homepage-content {
	padding-top: 80px;
	padding-bottom: 80px;
}
#homepage-members {
	padding-top: 30px;
	padding-bottom: 30px;
}
#homepage-members .members_ba {
	background-color: #fff;
	padding: 50px;
}
#homepage-members h5 {
	color: #013a81;
	font-weight: 400;
	font-size: 1.2rem;
}
#homepage-members p {
	font-size: 0.8rem;
	height: 100px;
}
#homepage-members img {
	width: 100px;
}
#homepage-news {
	padding-top: 80px;
	padding-bottom: 80px;
}
#homepage-news h6 {
	color: #333333;
	font-size: 0.8rem;
	padding-top: 15px;
}
#homepage-news h3 {
	font-size: 1rem;
	color: #013a81;
	height: 30px;
	margin-top: 1rem;
}
#homepage-news p {
	font-size: 0.8rem;
}
#homepage-news .newstext {
	height: 110px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
#homepage-members h5 {
	color: #013a81;
	font-weight: 400;
	font-size: 1.2rem;
	height: 60px;
}
#homepage-members p {
	font-size: 0.8rem;
	height: 110px;
}
#homepage-news .newstext {
	height: 180px;
}

}
#maps {
	background-image: url(../images/homepage-map.jpg);
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
	background-size: cover;
	height: 768px;
}

@media (max-width: 1280px) {
#maps {
	background-image: url(../images/homepage-map-pad.jpg);
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
	background-size: inherit;
	height: 768px;
	background-position: left;
	background-color: #00011d;
}
}

@media (max-width: 575.98px) {
#maps {
	background-image: url(../images/homepage-map-mobile-color.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	background-size: cover;
	height: auto;
}
}
#maps h2 {
	color: #fff;
	font-size: 2rem;
}
#maps p {
	color: #fff;
	font-size: 1rem;
}
#maps dl {
	color: #fff;
	font-size: 0.8rem;
}
footer {
	background-color: #013a81;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer .copy {
	color: #fff;
	font-size: 0.8rem;
}
footer .socialicon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	text-align: center;
}
/******searchbar*****/

#search {
	position: relative;
	float: right;
	z-index: 20;
	padding: 0 10px;
}
#search-label {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/search.png") 0 0;
	font-size: 0;
	color: rgba(0, 0, 0, 0);
	text-indent: -9999px;
	cursor: pointer;
}
#search-label.active, #search-label:focus {
	background: url("../images/search.png") -60px 0
}
#search-input {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 106px;
	margin: 0;
	padding: 0 30px;
	border: none;
	background-color: #999;
	border-radius: 0px;
	font-size: 1.2rem;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
}
#search-input:focus {
	outline: none
}
#search-input.show {
	left: 0;
	color: #fff;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
}
#search-input::-webkit-input-placeholder {
 color: #fff;
}
/******news*******/

#pagetop .newstop {
	background-image: url(../images/news-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 106px;
	padding-top: 80px;
	padding-bottom: 80px;
}
#pagetop h1 {
	color: #fff;
}
#pagecontent {
	padding-top: 20px;
	padding-bottom: 80px;
}
#myTab {
	margin-bottom: 50px;
}
#myTabContent .newstext {
	height: 110px;
}
@media (min-width: 768px) and (max-width: 991.98px) {

#myTabContent .newstext {
	height: 180px;
}
}
#myTabContent .newslist h6 {
	color: #333333;
	font-size: 0.8rem;
	padding-top: 15px;
}
#myTabContent .newslist h3 {
	font-size: 1rem;
	color: #013a81;
	height: 40px;
	margin-top: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#myTabContent .newslist h3 {
		height: 58px;
		overflow: hidden;
	}
}
#myTabContent .newslist p {
	font-size: 0.8rem;
}
#pagecontent .nav-tabs {
	border-bottom: 1px solid #f9f9f9;
}
#pagecontent .nav-tabs .nav-link.active {
	color: #333;
	background-color: #f9f9f9;
	border-bottom: 2px solid #013a81;
}
#pagecontent .nav-tabs a {
	color: #333;
}
#pagecontent .newsicon i {
	font-size: 1.5rem;
	color: #56719e;
}
#pagecontent h2 {
	font-size: 1.8rem;
}
#pageslider {
	padding-bottom: 50px;
}
#pageslider h6 {
	color: #333333;
	font-size: 0.8rem;
	padding-top: 15px;
}
#pageslider h3 {
	font-size: 1rem;
	color: #013a81;
	height: 40px;
	margin-top: 1rem;
}
#pageslider .newstext {
	height: 110px;
}
@media (min-width: 768px) and (max-width: 991.98px) {

#pageslider .newstext {
	height: 180px;
}
}

#pageslider p {
	font-size: 0.8rem;
}
#pageslider h2 {
	font-size: 1.8rem;
}
#pagecontent .textlist {
	font-size: 0.8rem;
}
/******about*******/

#pagetop .abouttop {
	background-image: url(../images/about-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 106px;
	padding-top: 80px;
	padding-bottom: 80px;
}
#pagecontent h2 {
	font-size: 2rem;
}
#pagecontent h3 {
	font-size: 1rem;
	color: #003980;
	font-weight:bold;
}
#pagecontent p {
	font-size: 1rem;
}
#ourteam h3 {
	font-size: 1rem;
	color: #013a81;
	height: 20px;
}
#ourteam h4 {
	font-size: 0.8rem;
	color: #333;
	height: 30px;
}
#ourteam p {
	font-size: 0.8rem;
	height: 60px;
}
/******about popoup*******/

.modal-body h5 {
	color: #333;
}
.modal-body p {
	font-size: 0.8rem;
}
#pagecontent .boardmembers-pic {
	position: relative;
	z-index: 99;
	left: 200px;
	width: 120px;
}
#pagecontent .boardmembers-ba {
	position: relative;
	top: -50px;
	height: 70%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
#pagecontent .boardmembers-pic {
	position: relative;
	z-index: 99;
	left: 150px;
	width: 120px;
}
}
.memberpopup h3 {
	font-size: 1rem;
	color: #013a81;
}
.memberpopup h4 {
	font-size: 0.8rem;
	color: #333;
}
.memberpopup p {
	font-size: 0.8rem;
}
/************* service **************/

#pagetop .servicetop {
	background-image: url(../images/service-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 106px;
	padding-top: 80px;
	padding-bottom: 80px;
}
#pagecontent .service-photo {
	position: relative;
	/*z-index: 999;*/
}
#pagecontent .service-ba-right {
	position: absolute;
	z-index: 99;
	/*width: 500px;*/
	width: 800px;
	/*top: 70px;*/
	top: 150px;
	right: 0;
	left:300px;/*TEST*/
}
.service_mb {margin-top: 250px;}

.service-ba-right b, .service-ba-left b{
	font-size: 1rem;
    color: #003980;
    font-weight: bold;
}

#pagecontent .service-ba-left {
	position: absolute;
	z-index: 99;
	width: 500px;
	/*top: 70px;*/
	top: 0px;
	left: 0;
}

/*@media (max-width: 991.98px)*/
@media (max-width: 1200px) {
#pagecontent .service-ba-right {
	position: relative;
	z-index: 99;
	width: auto;
	top: -80px;
	margin: 20px;
	left: 0;/*TEST*/
}
.service_mb {margin-top: 0px;}
#pagecontent .service-ba-left {
	position: relative;
	z-index: 99;
	width: auto;
	/*top: -80px;*/
	margin: 20px;
}
}
#pagecontent .service-ba-right h3 {
	font-size: 1.5rem;
	color: #013a81;
}
#pagecontent .service-ba-left h3 {
	font-size: 1.5rem;
	color: #013a81;
}


#pagecontent .about-ba-right {
	position: absolute;
	/*z-index: 99;
	width: 500px;
	top: 70px;*/
	z-index: 1;
	width: 50%;
	height: 100%;
    top: 0px;
	right: 0;
}

@media (max-width: 991.98px) {
#pagecontent .about-ba-right {
	position: relative;
	z-index: 99;
	width: auto;
	/*top: -80px;*/
	margin: 20px;
}
#pagecontent .about-ba-left {
	position: relative;
	z-index: 99;
	width: auto;
	top: -80px;
	margin: 20px;
}
}
#pagecontent .about-ba-right h3 {
	font-size: 1.5rem;
	color: #013a81;
}
#pagecontent .about-ba-left h3 {
	font-size: 1.5rem;
	color: #013a81;
}

/*************** Service Locator *****************/

#myCarousel .carousel-indicators {
	position: static;
	left: initial;
	width: initial;
	/*margin-left: initial;*/
	margin-left: 0;
	margin-right: 0;
}
#myCarousel .carousel-indicators > li {
	width: -webkit-fill-available;
	height: initial;
	text-indent: initial;
	background-color: transparent;
}
#myCarousel .carousel-indicators > li.active img {
	/*opacity: 0.7;*/
}
.hongkong {
	background-image: url(../images/locatormap-hk.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1110px;
	height: 450px;
}
.indonesia {
	background-image: url(../images/locatormap-Indonesia.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1110px;
	height: 450px;
}
#myCarousel p {
	font-size: 0.8rem;
}
.carousel-inner .row {
	position: absolute;
	top: 200px;
	left: 400px;
	/*width: 600px;*/
	width: auto;
	min-width: 550px;
	/*background-color: #eee;*/
	padding: 15px;border: #ddd 1px solid;
    background: linear-gradient(90deg,white 0%,white 25%,#eee 25%,#eee 100%);
}

.carousel-inner .row .col-3{padding-left: 0;}

@media(max-width: 991px) {
.carousel-inner .row {
	position: static;
}
	.carousel-inner .row .col-3{padding-left: 15px;;}
}
@media(max-width: 768px) {
	.carousel-inner .row {
		min-width: 100%;
	}
}
	
#myCarousel .carousel-indicators .active {
	border-bottom: 3px solid #013a81;
}
/****************FAQ*******************/

#pagetop .faqtop {
	background-image: url(../images/faq-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 106px;
	padding-top: 80px;
	padding-bottom: 80px;
}
/* Style the buttons that are used to open and close the accordion panel */
.faqcontent .accordion {
	background-color: #fff;
	color: #013a81;
	cursor: pointer;
	padding: 12px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-bottom: 8px;
	border-left: 3px solid;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faqcontent .active, .accordion:hover {
	background-color: #013a81;
	color: #fff;
}
/* Style the accordion panel. Note: hidden by default */
.faqcontent .panel {
	padding: 0 18px;
	/*background-color: white;*/
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.faqcontent .accordion:after {
	content: '\f0da'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #013a81;
	float: right;
	margin-left: 5px;
	font-family: FontAwesome;
}
.faqcontent .active:after {
	content: "\f0d7"; /* Unicode character for "minus" sign (-) */
	color: #fff;
}
/**************** CONTENT *******************/

#pagetop .contacttop {
	height: 0.5rem;
	margin-top: 106px;
}
#pagecontent .contacttext h3 {
	color: #013a81;
	font-size: 1.2rem;
}
.contenticon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #eee;
	padding: 3px;
	background: #013a81;
	text-align: center;
	color: #fff;
}


/****************achieves*******************/

#pagetop .achievestop {
	background-image: url(../images/faq-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 106px;
	padding-top: 80px;
	padding-bottom: 80px;
}
/* Style the buttons that are used to open and close the accordion panel */
.achievescontent .accordion {
	background-color: #fff;
	color: #013a81;
    border: #f2f2f2 solid 1px;
	cursor: pointer;
	padding: 12px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	margin-bottom: 8px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.achievescontent .active, .accordion:hover {
	/*background-color: #013a81;
	color: #fff;*/
}
/* Style the accordion panel. Note: hidden by default */
.achievescontent .panel {
	padding: 0 18px;
	/*background-color: white;*/
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.2s ease-out;
}
.achievescontent .panel ul {
	list-style-type: none !important;
	margin:0 0 20px 0;
	padding:0;
}
.achievescontent .panel ul li {
	list-style: none !important;
	border-bottom: #dddddd solid 1px;
	padding-top:12px;
}
.achievescontent .panel ul li h6 {
    color: #333333;
    font-size: 0.8rem;
	margin-bottom: 0;
}
.achievescontent .panel ul li a {
	display: block;
    font-size: 1rem;
    padding-bottom: 10px;
    color: #013a81;
    margin-top: 1rem;
	font-weight: bold;
}
.achievescontent .accordion:after {
	content: '\f0da'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #013a81;
	float: right;
	margin-left: 5px;
	font-family: FontAwesome;
	line-height: 45px;
}
.achievescontent .active:after {
	content: "\f0d7"; /* Unicode character for "minus" sign (-) */
	color: #013a81;
}
.achievescontent .accordion img { height:45px; width: auto; }

/* 首頁輪播*/
.carousel, .item, .active {
/*height:100%;*/
/*background-color: #111111;*/
}
.carousel-inner {
height:100%;
}
.carousel-caption {
z-index: 10;
}

.slider_text_left {
	text-align: left;
  }

.slider_text_right {
	text-align:right;
}

	.carousel-fade .carousel-inner .item {
		transition-property: opacity;
	}
	.carousel-fade .carousel-inner .item,  
	.carousel-fade .carousel-inner .active.left,  
	.carousel-fade .carousel-inner .active.right {
		opacity: 0;
	}
	.carousel-fade .carousel-inner .active,  
	.carousel-fade .carousel-inner .next.left,  
	.carousel-fade .carousel-inner .prev.right {
		opacity: 1;	
	}
	.carousel-fade .carousel-inner .next,  
	.carousel-fade .carousel-inner .prev,  
	.carousel-fade .carousel-inner .active.left,  
	.carousel-fade .carousel-inner .active.right {
		left: 0;
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-control {
		z-index: 2;
	}

.carousel_1 {
	/*height: 100%;*/
	max-width: 100%;
}
@media screen and (min-width: 986px) and (max-width: 1600px) {
	.carousel_1 {
		/*height: 90%;*/
		margin-top: 106px;
	}
	.carousel_1 .item {
		overflow: hidden;

	}
	.carousel_1 .item img {
		height: auto;
		width: 100%;
		max-width: none;
	}
}
@media screen and (max-width: 986px) {
	.carousel_1 {
		/*height: 70%;*/
		margin-top: 106px;
	}
	.carousel_1 .item {
		overflow: hidden;

	}
	.carousel_1 .item img {
		height: 100%;
		width: 100%;
		max-width: none;
		/*margin-left: -35%;*/
	}
}
@media screen and (min-width: 1600px) {
	.carousel_1 {
		/*height: 90%;*/
		margin-top: 106px;
	}
}

.searchcontent .panel {
	/*padding: 0 18px;*/
	/*background-color: white;*/
	/*overflow: hidden;*/
	/*max-height: 0;*/
	transition: max-height 0.2s ease-out;
}
.searchcontent .panel ul {
	list-style-type: none !important;
	margin:0 0 20px 0;
	padding:0;
}
.searchcontent .panel ul li {
	list-style: none !important;
	border-bottom: #dddddd solid 1px;
	padding-top:12px;
}
.searchcontent .panel ul li h6 {
    color: #333333;
    font-size: 0.8rem;
	margin-bottom: 0;
}
.searchcontent .panel ul li a {
	display: block;
    font-size: 1rem;
    padding-bottom: 10px;
    color: #013a81;
    margin-top: 1rem;
	font-weight: bold;
}