body, html {
	font-family: "微軟正黑體", "微软雅黑", "Microsoft JhengHei", "新細明體", "PMingLiu", AppleGothic, Dotum, Lucida Grande, Verdana Sana-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #161616;
	width: 100% !important;
	height: 100% !important;
}
h2 {
    background-color: #ff6000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
	text-transform: uppercase;
    letter-spacing: 0.2em;
	font-weight: 600;
    padding: 12px;
    margin: 0 auto;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
a:hover, a:focus { text-decoration: none;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}

/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 0.1em;
	background: #eb3d00;
	text-transform: uppercase;
	font-size: 1.6em;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #E75926;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a { color: #fff;}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #FFAB0F;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #FFF500;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
/* Home Section */
#logo-bar {
	width:100%;
	height:56px;
	background: url(../images/logobar.jpg) center center no-repeat;
	position:absolute;
	top:0;
	z-index:10;
}
.submenu {
	width:320px;
	height:20px;
	font-size:12px;
	letter-spacing:1px;
	margin-top:30px;
	float:right;
	text-align:center;
}
.submenu a { color:#fff;}
.submenu > a:hover { border-bottom:1px solid #E6F6F9;}
.submenu span {
	font-size:10px;
	margin:0 5px 0;
	color:#135d9b;
}

#intro {
	display: table;
	width: 100%;
	height: auto;
	background: url(../images/bg_xxxl.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
#intro .intro-body {
	display: table-cell;
	vertical-align: bottom;
}
#intro h1 {
	width:950px;
    height: 760px;
    position: absolute;
    top:160px;
    left:25%;
	z-index:6;
}
#intro h1 > img, .kite > img { width: 100%;}

/* kite */
.kite {
	display:block;
	position:absolute;
	z-index:2;
}
#a {
	width:618px;
	height:509px;
	top:3%;
	left:2%;
	-webkit-animation: showyb 16s infinite;
	animation: showyb 16s infinite;
}
#b {
	width:552px;
	height:521px;
	top:10%;
	right:6%;
	-webkit-animation: showyb 20s infinite;
	animation: showyb 20s infinite;
}
#c {
	width:775px;
	height:578px;
	top:30%;
	left:3%;
	-webkit-animation: showya 13s infinite;
	animation: showya 13s infinite;
}
#d {
	width:447px;
	height:407px;
	top:30%;
	right:10%;
	-webkit-animation: showyd 12s infinite;
	animation: showyd 12s infinite;
    transform-origin:bottom left;
}

@keyframes showya {
	0% { transform: rotate(0deg) translateY(0%) scale(0.8,0.8);}
	50% { transform: rotate(-8deg) translateY(8%) scale(1,1);}
	100% { transform: rotate(0deg) translateY(0%) scale(0.8,0.8);}
}

@-webkit-keyframes showya {
	0% { -webkit-transform: rotate(0deg) translateY(0%) scale(0.8,0.8);}
	50% { -webkit-transform: rotate(-8deg) translateY(8%) scale(1,1);}	
	100% { -webkit-transform: rotate(0deg) translateY(0%) scale(0.8,0.8);}			
}

@keyframes showyb {
	0% { transform: rotate(0deg) translateY(0%) scale(0.9,0.9);}
	50% { transform: rotate(8deg) translateY(12%) scale(1,1);}
	100% { transform: rotate(0deg) translateY(0%) scale(0.9,0.9);}
}

@-webkit-keyframes showyb {
	0% { -webkit-transform: rotate(0deg) translateY(0%) scale(0.9,0.9);}
	50% { -webkit-transform: rotate(8deg) translateY(12%) scale(1,1);}	
	100% { -webkit-transform: rotate(0deg) translateY(0%) scale(0.9,0.9);}			
}

@keyframes showyd {
	0% { transform: rotate(0deg) translateY(0%) scale(1,1);}
	50% { transform: rotate(-6deg) translateY(2%) scale(0.9,0.9);}
	100% { transform: rotate(0deg) translateY(0%) scale(1,1);}
}

@-webkit-keyframes showyd {
	0% { -webkit-transform: rotate(0deg) translateY(0%) scale(1,1);}
	50% { -webkit-transform: rotate(-6deg) translateY(2%) scale(0.9,0.9);}	
	100% { -webkit-transform: rotate(0deg) translateY(0%) scale(1,1);}			
}

@media(min-width:768px) {
#intro {
	height: 100%;
	padding: 0;
}
}
.btn-default {
	color: #f6f6f6;
	background: #cf5022;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #a13e1a;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}

dt {
	color:#191919;
	font-size:1.8em;
	font-weight:600;
	letter-spacing:0.1em;
	line-height:2em;
    margin: 0 auto 120px;
    width: 80%;
}

/* About Section */
#about {
	padding: 80px 0;
	background: #ffffff;
}
#about h2 { width: 20%;}
#about .about-text {
	margin-left: 10px;
}
#about h4 { margin-bottom:60px;}
#about p, #norm p {
    font-size: 1.6em;
    line-height: 2em;
	margin-top: 20px;
	margin-bottom: 30px;
	letter-spacing:0.2em;
}

/* Superior Section */
#superior {
	padding: 80px 0;
	background: url(../images/superior-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#superior h2 {
    width: 30%;
    background-color: #ffffff;
    color: #ff6000;
}
#superior .sitem {
	padding: 20px 10px;
}
#superior h3 {
    color: #333333;
	font-size: 1.6em;
	font-weight: 600;
	padding-bottom:10px;
}
#superior p {
	padding-top:15px;
	border-top: 1px solid #ffffff;
	font-size: 1.3em;
	letter-spacing:0.1em;
}
.space {
	margin-top: 40px;
}
#superior i.fa {
	width:160px;
	height:160px;
}
.fa-s1 { background:url(../images/icons1.png) center center no-repeat;}
.fa-s2 { background:url(../images/icons2.png) center center no-repeat;}
.fa-s3 { background:url(../images/icons3.png) center center no-repeat;}
.fa-s4 { background:url(../images/icons4.png) center center no-repeat;}

/* Invest Section */
#invest {
	padding: 80px 0 100px 0;
	background: #ffffff;
}
#invest h2 { width: 60%;}
#invest p {
	margin-top:70px;
	font-size:1.6em;
	font-weight:600;
	letter-spacing:0.1em;
}
#barchart {
	width:100%;
	height:500px;
	overflow:hidden;
}
#invest p.ps {
    margin-top:20px;
	font-size:1.2em;
    font-weight: none;
	letter-spacing:0.2em;
}

/* Norm Section */
#norm {
	padding: 80px 0;
	background: #f6f6f6;
}
#norm h2 { width: 30%;}
#normTab {
	border-top:2px solid #f4b083;
	border-bottom:2px solid #f4b083;
	font-size:1.5em;
	letter-spacing:0.1em;
	line-height:1.8em;
    width: 98%;
    margin: 0 auto;
}
#normTab tr:nth-child(even) { background-color: #fbe4d5;}
#normTab th, #normTab td {
    padding:10px;
    border-top:1px solid #f4b083;
    border-bottom:1px solid #f4b083;
}
#normTab th { border-right:3px solid #f4b083;}

/* Reward Section */
#reward {
	padding: 80px 0;
	background: #ffffff;
}
#reward p {
	font-size:1.5em;
	font-weight:600;
	letter-spacing:0.1em;
	margin-top:20px;
}
#rewardTab {
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	font-size:1.5em;
	letter-spacing:0.1em;
	line-height:1.8em;
}
#rewardTab tr:nth-child(odd) { background-color: #F1F3E9;}
#rewardTab th {
	background-color: #158809;
	border-bottom:1px solid #333333;
	color: #E5F5FC;
}
#rewardTab td {
	border-right:1px solid #929292;
	border-bottom:1px solid #929292;
}
#rewardTab td:last-child { border-right: none;}
#rewardTab td > ol { margin-top:20px;}
#rewardTab td > ol li {
	display:inline-block;
	float:left;
	width:160px;
}
#rewardTab td > span {
	color:#9E1517;
	font-size:0.8em;
	line-height:1em;
}

/* Footer Section*/
#footer {
	background-color: #005bac;
	border-top:3px solid #eb6100;
	color: #777;
	padding: 20px 0;
	text-align: center;
}

#footer p {
	color:#ffffff;
	font-size: 1.2em;
	letter-spacing:0.1em;
	margin-top: 10px;
}

@media (max-width: 1680px) {
#intro h1 {
	width:850px;
    height: 680px;
}

/* kite */
#a {
	width:560px;
	height:461px;
}
#b {
	width:430px;
	height:406px;
}
#c {
	width:680px;
	height:507px;
}
#d {
	width:430px;
	height:392px;
}
    
}

@media (max-width: 1440px) {
#intro h1 {
	width:710px;
    height: 568px;
    top:120px;
}

/* kite */
#a {
	width:500px;
	height:412px;
}
#b {
	width:400px;
	height:378px;
    top:8%;
	right:2%;
}
#c {
	width:590px;
	height:440px;
}
#d {
	width:396px;
	height:361px;
    top:35%;
	right:6%;
}

}

@media (max-width: 1280px) {
#intro h1 { top:150px;}

/* kite */
#a {
	width:380px;
	height:313px;
    top:5%;
}
#b {
	width:300px;
	height:284px;
    top:12%;
}
#d {
	width:296px;
	height:270px;
	right:5%;
}
}

@media (max-width: 1024px) {
#intro h1 {
    top:120px;
    left: 16%;
}
.kite { display:none;}
dt { width: 100%;}

}


@media (max-width: 800px) {
    #logo-bar {
		background:#009be4 url(../images/ltopbar.png) 0 0 no-repeat;
		width:100%;
		height:70px;
	}
    
    .submenu { display:none;}
    
    .navbar { min-height: 50px;}
	.navbar-nav li {
		font-size:0.8em;
		letter-spacing:0;
	}
    
    #intro {
        background: url(../images/bg_xxl.jpg) no-repeat center center fixed;
        height: auto;
        min-height:800px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    #intro h1 {
        width:680px;
        height: 544px;
        top:100px;
        left: 4%;
    }
    
    .navbar-brand > img { width:60%;}
    
    h2 { font-size: 1.8em;}
    
    #about p, #norm p, #reward p  { padding:0 0 0 20px;}
    
    #normTab, #rewardTab {
        width: 98%;
        margin: 0 auto;
    }
    
    #footer p > span { display:block;}
}

@media (max-width: 640px) {
    #intro h1 {
        width:520px;
        height: 416px;
        top:150px;
    }
    
    h2 { font-size: 1.6em;}
    
    #about p, #norm p, #reward p {
        font-size: 1.4em;
        line-height: 1.6em;
        padding: 0 10px 0 20px;
    }
    
    #about, #superior, #invest, #norm, #reward { padding: 50px 0;}
    
    dt { margin: 0 auto 60px;}
    
    #invest h2 { width: 80%;}
    
    #invest p.ps {
        font-size:1.1em;
        letter-spacing:0.1em;
    }
    
    #norm h2 { width: 50%;}
    
    #normTab, #rewardTab {
        font-size:1.3em;
        line-height:1.6em;
    }
}

@media (max-width: 480px) {
    #logo-bar {	height:64px;}
    
    #intro { min-height:500px;}
    
    #intro h1 {
        width:400px;
        height: 320px;
        top:100px;
    }
    
    dt {
        font-size:1.4em;
        line-height:1.6em;
    }
    
    h2 { font-size: 1.4em;}
    
    #about h2 { width: 30%;}
    
    #superior h2 { width: 50%;}
    
    .space { display: none;}
    
    #normTab, #rewardTab, #invest p, #about p, #norm p, #reward p {
        font-size:1.2em;
        line-height:1.4em;
    }
    
    #invest p.ps { font-size:1em;}
    
    #normTab th, #normTab td,
	#rewardTab th, #rewardTab td { padding:8px;}
    
    #footer { padding: 10px 0;}
    #footer p { font-size: 1em;}
}

@media (max-width: 420px) {
    #intro h1 {
        width:380px;
        height: 304px;
        top:100px;
    }
    #invest h2 { width: 90%;}
}

@media (max-width: 375px) {
    #logo-bar {
		background:#009be4 url(../images/mtopbar.png) 0 0 no-repeat;
		height:52px;
	}
    
	#intro { min-height:420px;}
    
    h2 { font-size: 1.2em;}
    
    #intro h1 {
        width:338px;
        height: 270px;
        left: 1%;
    }
    
    dt { font-size:1.2em;}
    
    #about, #superior, #invest, #norm, #reward { padding: 30px 0;}
    
    #normTab, #rewardTab {
        font-size:1.2em;
        line-height:1.6em;
    }
	#rewardTab td { padding:2px;}
    
    #invest h2 { width: 98%;}
    #norm h2 { width: 60%;}
    
    #footer p { font-size: 0.9em;}
}

@media (max-width: 320px) {
    
    #intro h1 {
        width:300px;
        height: 240px;
    }

    #about, #superior, #invest, #norm, #reward { padding: 10px 0;}
    
    h2 { letter-spacing: 0.1em;}

    #normTab, #rewardTab {
        font-size:1em;
        line-height:1.6em;
    }

}