@charset "utf-8";
/* CSS Document */

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	width: 100%;
	overflow-x: hidden;
	position: relative;
	min-width: 320px;
}

body{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	position: relative;
	font-family: 'Open Sans', Microsoft JhengHei, sans-serif;
	font-weight: 400;
	line-height: 1.375em;
	color: #2a2a2a;
	font-size: 16px;
	background-color: #ffffff;
	-webkit-transition: font-size 0.3s;
	transition: font-size 0.3s;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}

a{
	color: #2a2a2a;
}

.accessibility{
	display: none !important;
}

#content-wrap .hidden{
	display: none;	
}

header,
#middle-wrap, 
footer{
	position: relative;
	width: 100%;
}
header{
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	background-color: #ffffff;
	-webkit-transition: padding .3s;
	transition: padding .3s;
}
header.scrolled{
	border-bottom:1px solid rgba(255,255,255,.2);
}
header #header-top{
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 17px 40px;
	background-color: #ffffff;
	-webkit-transition: padding .3s;
	transition: padding .3s;
	z-index: 10;
}
header #header-top-left{
	flex: 0 1 auto;
}
header #header-top-right{
	flex:  0 1 auto;
	text-align: right;
}
header #header-top-left a{
	font-size: 0.875em;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: font-size .3s;
	transition: font-size .3s;
}
header #header-top-left a img{
	width: 66px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: width .3s;
	transition: width .3s;
}
header #header-top-left a span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 1.126em;
	line-height: 1.2;
	-webkit-transition: font-size .3s;
	transition: font-size .3s;
}
header #header-top-left a span strong{
	display: block;
	/* font-size: 1.286em;
	-webkit-transition: font-size .3s;
	transition: font-size .3s; */
}
header #header-top-right > div,
header #header-top-right > a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
header #header-top-right > div > a, 
header #header-top-right > a{
	width: 26px;
    height: 26px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header #header-top-right .lang-nav{
	position: relative;
}
header #header-top-right .lang-btn{
	background-image: url(../images/icon-lang.svg);
	display: block;
}
header #header-top-right .lang-btn:hover,
header #header-top-right .lang-btn:focus{
	background-image: url(../images/icon-lang-hover.svg);
}
header #header-top-right > a.font-btn{
	background-image: url(../images/icon-aaa.svg);
}
header #header-top-right > a.font-btn:hover,
header #header-top-right > a.font-btn:focus{
	background-image: url(../images/icon-aaa-hover.svg);
}
header #header-top-right .lang-nav nav{
	position: absolute;
	top: 120%;
	left: 50%;
	min-width: 124px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s, padding .5s;
	transition: max-height .5s, padding .5s;
}
.hideEn header #header-top-right .lang-nav nav{
	min-width: 74px;
}
header #header-top-right .lang-nav:hover nav{
	max-height: 70px;
}
header #header-top-right .lang-nav nav div{
	position: relative;
	padding: 6px 12px;
	background-color: #004a7f;
	margin-top: 8px;
}
header #header-top-right .lang-nav nav div:before{
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #004a7f;
	position: absolute;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
header #header-top-right .lang-nav nav a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none !important;
	text-align: center;
	/*background-color: #7a3a10;*/
	border-radius: 50%;
	float: left;
	margin: 0 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header #header-top-right .lang-nav nav a.selected,
header #header-top-right .lang-nav nav a:hover,
header #header-top-right .lang-nav nav a:focus{
	background-color: #ffffff;
	color: #7a3a10;
}
/* header #header-top-right .lang-nav nav a.en-btn{
	display: none;
} */
.hideEn .en-btn{
	display: none;
}

header.scrolled #header-top{
	padding: 8px 40px;
}
header.scrolled #header-top-left a img{
	width: 54px;
}
header.scrolled #header-top-left > div{
	font-size: 1.250em;
}




/** header ends **/


/** main menu starts **/
header:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #007188;
	-webkit-transition: height .3s;
	transition: height .3s;
}
/* header.scrolled:before{
	height: 102px;
} */
.main-nav{
	width: 100%;
	margin: 0 auto;
    max-width: 1460px;
    padding: 0 20px 10px;
	display: flex;
	flex-wrap: wrap;
	min-height: 60px;
	justify-content: center;
	background-color: #007188;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header.scrolled .main-nav{
	min-height: 50px;
	max-width: 1450px;
}
.main-nav a{
	flex: 0 1 auto;
	padding: 10px 10px 0;
	margin: 0 10px;
	text-decoration: none;
	text-align: center;
	font-size: 1.250em;
	line-height: 1.333em;
	font-weight: bold;
	/* max-width: 250px; */
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	min-width: 120px;
}
header.scrolled .main-nav a{
	font-size: 1em;
}
.main-nav a.selected{
	color: #daf1af;
}
.main-nav a > span{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.main-nav a > span > span{
	flex: 0 1 auto;
	padding: 5px 0;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.main-nav a > span > span:before{
	content: '';
	width: 0;
	height: 2px;
	background-color: #daf1af;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.main-nav a.selected > span > span,
.main-nav a:hover > span > span,
.main-nav a:focus > span > span{
	padding-top: 0;
	/* margin-top: -2px; */
	bottom: 2px;
}
.main-nav a.selected > span > span:before,
.main-nav a:hover > span > span:before,
.main-nav a:focus > span > span:before{
	width: 100%;
}

.subnav{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 5;
	background-color: #b3e2f4;
	display: none;
}
.subnav > ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1150px;
	padding: 20px 40px 10px;
}
.subnav > ul > li{
	flex: 0 1 25%;
	min-width: 25%;
	padding: 0 10px 0 5px;
    border-left: 2px solid #007188;
	position: relative;
	margin-bottom: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.subnav > ul > li a{
	font-size: 1.25em;
	padding:  10px 45px 13px 10px;
	display: block;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header.scrolled .subnav > ul > li a{
	font-size: 1em;
}
header.scrolled .subnav > ul > li > a{
	padding: 8px 45px 10px 10px;
}
header.scrolled .subnav > ul > li .arrow{
	top: 7px;
}
.subnav > ul > li > a{
	font-weight: bold;
}
.subnav > ul > li.active a,
.subnav > ul > li a.selected,
.subnav > ul > li a:hover,
.subnav > ul > li a:focus{
	background-color: #c1efff;
}
.subnav > ul > li .arrow{
	position: absolute;
    right: 10px;
    top: 10px;
    height: 26px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
    width: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.subnav > ul > li .arrow:before,
#mobile-wrap .main-nav > li > a .arrow:before{
    content: '';
    width: 10px;
    height: 10px;
	border-top: 2px solid #007188;
	border-left: 2px solid #007188;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
    position: absolute;
	top: 25%;
    left: 30%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.subnav > ul > li.active .arrow:before,
#mobile-wrap .main-nav > li.active > a .arrow:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    top: 40%;	
}
.subnav > ul > li ul{
	display: none;
    padding: 0 5px 5px;
    background-color: #c1efff;
}
.subnav > ul > li ul a{
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.subnav > ul > li ul a:before{
	content: '';
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #78a1b3;
	position: absolute;
	top: .7em;
	left: 12px;
}
.subnav > ul > li ul li{
	margin-bottom: 1px;
}
.subnav > ul > li ul li.selected a,
.subnav > ul > li ul a:hover,
.subnav > ul > li ul a:focus{
	background-color: rgba(255,255,255,.6);
}
header.scrolled .subnav > ul > li ul a:before{
	top: .8em;
}

/** main menu ends **/

/** banner starts **/
.scrolled + #middle-wrap{
	margin-top: 122px;
}
#middle-wrap{
	margin-top: 160px;
	-webkit-transition: margin-top .3s;
	transition: margin-top .3s;	
}
#content-wrap{
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

#banner-wrap{
	text-align: center;
	padding-top: 20%;
    background-color: #eee;
	position: relative;
}
#banner-wrap h1{
	position: absolute;
	top: 50%;
	left: 0;
	color: #000000;
	width: 100%;
    margin: 0;
    line-height: 1.2em;
	font-size: 3.556em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s;	
}

/** banner ends **/


/** content starts **/

#content{
	max-width: 1190px;
	width: 100%;
	padding: 40px;
	margin: 0 auto;
	min-height: 400px;
	padding-bottom: 80px;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
#content h2{
	color: #1f4967;
	font-size: 1.875em;
	line-height: 1.200em;
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/** content ends **/



/** footer starts **/

footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
	/* color: #737373; */
	border-top: 15px solid #13649E;
	margin-top: 1px;
}
footer #footer-left{
	flex:  1 1 auto;
	font-size: 0.875em;
}
footer #footer-left p{
	display: block;
}
footer #footer-right{
	flex: 0 1 auto;
}
footer #footer-right a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
footer #footer-right a:first-child{
	width: 95px;
}
footer #footer-right a:nth-child(2){
	width: 90px;
}
footer #footer-right a:last-child{
	width: 145px;
}
footer #footer-right a img{
	display: block;
	width: 100%;
}

/** footer ends **/

/** top btn starts **/

#top-btn{
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #20619c;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 60px;
	z-index: 4;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#top-btn:before{
	content: '';
	width: 20px;
	height: 20px;
	border-left: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}
#top-btn:hover,
#top-btn:focus{
	background-color: #004864;
}
#top-btn.fixed{
	position: absolute;
}
#top-btn.show{
	opacity: 1;
}

/** top btn ends **/

/** menu-btn starts **/

#header-top-right #menu-btn{
	display: none;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	width: 60px;
	height: 100%;
	margin: 0;
	opacity: 1;
	top: 0;
	right: 0;
	background-color: #007188;
}
#header-top-right #menu-btn span{
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#header-top-right #menu-btn span:before,
#header-top-right #menu-btn span:after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 0;
}
#header-top-right #menu-btn span:before{
	top: -10px;
}
#header-top-right #menu-btn span:after{
	bottom: -10px;
}

/** menu-btn ends **/


/** mobile-nav starts **/

#mobile-wrap{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: left .5s;
	transition: left .5s;
}
.menu-open #mobile-wrap{
	left: 0;
	z-index: 6;
}
#mobile-wrap #mobile-nav{
	width: 300px;
	float: right;
	min-height: 100%;
	background-color: #dceff4;
	z-index: 7;
	position: relative;
}
#mobile-wrap #mobile-nav #menu-close-btn{
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 90px;
	color: #ffffff;
	z-index: 5;
	background-color: #007188;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#mobile-wrap #mobile-nav #menu-close-btn:before,
#mobile-wrap #mobile-nav #menu-close-btn:after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#mobile-wrap #mobile-nav #menu-close-btn:before{
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
#mobile-wrap #mobile-nav #menu-close-btn:after{
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
#mobile-wrap #mobile-nav .lang-nav{
	display: block;
}
#mobile-wrap #mobile-nav .lang-nav > div{
	height: 90px;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #007188;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#mobile-wrap #mobile-nav .lang-nav > div a{
	flex: 0 1 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #007188;
    background-color: #FFFFFF;
	margin-right: 10px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#mobile-wrap .main-nav{
	background-color: transparent;
	flex-wrap: wrap;
	padding: 20px 0 40px;
	min-height: 0;
}
#mobile-wrap .main-nav li{
	border-bottom: 1px solid #85beca;
}
#mobile-wrap .main-nav a{
	flex: 0 1 100%;
	margin: 0;
	color: #2a2a2a;
}
#mobile-wrap .main-nav a > span > span{
	padding: 10px 20px;
}
#mobile-wrap .main-nav a.selected > span > span, #mobile-wrap .main-nav a:hover > span > span, #mobile-wrap .main-nav a:focus > span > span{
	margin-top: 0;
}
#mobile-wrap .main-nav a > span > span:before{
	display: none;
}
#mobile-wrap #menu-close-area{
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	color: #ffffff;
	background-color: rgba(0,0,0,.7);
	width: 100%;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	z-index: 6;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.menu-open #mobile-wrap #menu-close-area{
	opacity: 1;
	/* height: 100%; */
}

/** mobile-nav ends **/

.more-btn{
	position: relative;
	color: #886d47;
	padding-right: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.more-btn:before{
	content: '';
	width: 10px;
	height: 10px;
	border-left: 1px solid #886d47;
	border-top: 1px solid #886d47;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 6px;
	right: 10px;
	-webkit-transition: right .3s;
	transition: right .3s;
}
.more-btn:hover{
	color: #004864;
}
.more-btn:hover:before{
	right: 5px;
	border-color: #004864;
}


.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}



#content-wrap{
	padding-top: 24px;
}

#popupWrap{
  padding: 0;
  line-height: 0;
}
#popupWrap a{
	display: block;
	line-height: 0;
}

#popupWrap.fancybox-content{
	overflow: initial;
}

.fancybox-slide--html #popupWrap .fancybox-close-small{
	top: -44px;
	color: #fff;
}