html, body, h3, h4 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "微軟正黑體", "微软雅黑", "黑體", "Microsoft JhengHei", "新細明體", "PMingLiu", AppleGothic, Dotum, Lucida Grande, Verdana Sana-serif;
}
body {
	color: #ffffff;
    margin: 0;
    padding:0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

  /* =========================
		GENERAL STYLES 
   =========================*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }

a:link,
a:visited,
a:active {
  font-weight: 600;
  color: #f5f6f7;
  text-decoration: none;
}
  a:link:hover,
  a:visited:hover,
  a:active:hover {
    color: #e1e1e1;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
}

.centered {	text-align: center;}

/* =========================

		SECTION STYLES 

   =========================*/

/* header */
#logoBar {
	background: url(../images/mbg.png) top center no-repeat;
	width:100%;
}
#logoBar > h1 {
	width:100%;
	height: 56px;
	background:url(../images/logo.gif) left top no-repeat;
	text-indent:-9999px;
	margin:0;
}

section {
	background: url(../images/xlbg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	text-align: left;
}
section#hero { background: url(../images/xlhomebg.jpg) center bottom no-repeat;}

/** home **/
h2 {
	width: 100%;
	max-width: 400px;
	margin: 35% auto 0;
	position: relative;
	z-index: 10;
	margin-bottom: 0;
	text-align: center;
}
h2 > img {
	width: 100%;
	max-width: 400px;
}

.title {
	position: absolute;
	z-index: 1;
	top:56px;
}
.title > img {
	width: 100%;
	max-width: 800px;
}

.text-box {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: rgba(0,46,115,0.75);
	padding: 10px 20px;
	margin: 20px auto;
	width: 90%;
}

.text-box p, .text-box2 p {
	font-size: 1.6em;
	line-height: 1.8em;
}

.down-arrow, .up-arrow {
  position: absolute;
  bottom: 2%;
  left: 50%;
  margin-left: -12px;
  width: 25px;
  height: 14px;
}
.down-arrow { background: url("../images/arrow.png") center top no-repeat;}
.up-arrow { background: url("../images/uparrow.png") center top no-repeat;}
.down-arrow:hover, .down-arrow:active { background: url("../images/arrow.png") center bottom no-repeat;}
.up-arrow:hover, .up-arrow:active { background: url("../images/uparrow.png") center bottom no-repeat;}

/** plan */
h3 {
	font-size: 2.4em;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 0 auto 10px;
	padding-top: 20px;
}
h3 > span {	font-size: 0.6em;}

.box, .box2 {
	padding: 5px 20px;
	margin:0 auto;
	width: 100%;
}

.box > h4 {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #003567;
	padding: 10px 20px;
	text-align: center;
	font-size: 1.8em;
	font-weight: 600;
	width: 30%;
	margin: 10px 0;
}

.box > p {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	padding:5px 10px;
	margin: 5px 0;
}
.box > p > span {
    display: block;
	font-size: 0.9em;
    line-height: 1.2em;
	letter-spacing: 0;
}

.lead {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding:5px 10px;
	margin: 0;
}

.our-skills { margin: 0px auto 10px;}

.progress {
	height: 30px;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 5px;
}

.progress-bar {
	text-align: right;
	padding-right: 5px;
	font-size: 14px;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
}
.progress-bar-primary {
	background-color: #fff100;
	color: #000000;
}

.progress > .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 5s ease-in-out;
  transition:  width 5s ease-in-out;
}

.lead > span { font-size: 0.9em;}

.box-list{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 5px auto;
}
.box-list > li {
	color: #000000;
	display: inline-block;
	padding: 20px 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	float: left;
	font-size: 1.6em;
	text-align: center;
	margin:5px 25px;
}

.box-list > li:first-child::after{
	content: "→";
	color: #c3ff2f;
    position: absolute;
    top: 10px;
    left: 105px;
	font-size: 2em;
}

.box-list > li:nth-child(2)::after{
	content: "→";
	color: #ffa72a;
    position: absolute;
    top: 10px;
    left: 130px;
	font-size: 2em;
}
.box-list > li:first-child {
	background-color: #c3ff2f;
	margin-left: 0;
}
.box-list > li:nth-child(2) { background-color: #ffa72a;}
.box-list > li:last-child {
	background-color: #13dbff;
	margin-right: 0;
}

.box2 > h4 { margin: 20px;}
.space { margin-bottom: 100px;}

.text-box2 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: rgba(0,46,115,0.75);
	padding: 20px;
	margin: 10px auto;
	width: 86%;
}
.text-box2 p > a:link { color:#f6ff0a;}
.text-box2 p > span {display: block;}
.text-box2 p > span.ps {
	font-size: 0.9em;
	color:#19ede6;
}
.box p i, .text-box2 i { margin-right: 5px;}
.point {
	margin-top: 50px;
	font-size: 2.1em;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
}

#gmap {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	width: 96%;
	margin: 5px auto;
	height: 260px;
}

#about > h4 {
	color: #FFD811;
	text-align: center;
	font-size: 2em;
	font-weight: 600;
	margin: 20px 0;
}

/* footer */
footer {
	background-color:#005BAC;
	border-top:6px solid #eb6100;
	width:100%;
	padding:10px;
}
footer > p {
	color:#FFFFFF;
	display:block;
	padding:5px 10px 0;
	line-height: 1.2em;
	margin:0;
	text-align: center;
}
footer > p:first-child { text-align:left;}
footer > p > a {
	color:#FFFFFF;
	margin-left:5px;
	text-decoration:none;
}
footer > p > a:hover { color:#FFEE0A;}