@charset "utf-8";
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	font-family: Arial, Helvetica, "Microsoft JhengHei", "新細明體";
	color:#777;
}
body:before {
	height:100%;
	float:left;
	width:0;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	height: 0px;
}
.att{
	font-size:4em;
	color:#FF6600;
	text-align:center;
}
#gotop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 220px;
	cursor: pointer;
	background-color: #DE3332;
	height: 42px;
	width: 42px;
	border-radius: 100%;
	border-top-right-radius: 0px;
	z-index: 99;
	vertical-align: middle;
	color:#fff;
	text-align: center;
	font-size:1.3em;
	padding:8px 0 0 0;
}
#wrap {
	min-height: 100%;
	height:auto;
	margin: 0px;
	padding: 0px;
}
#main {
	min-height:100%;
	height:auto;
	margin: 0px;
	padding:0 0 200px 0;
	width: 100%;
} 
.red {
	color: #F00;
}
.header {
	position: fixed;
	z-index:99;
	height:80px;
	width: 100%;
	top: 0px;
	display: block;
}
.header-bg {
	position:fixed;
	z-index:98;
	height:80px;
	width: 100%;
	top: 0px;
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.6+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
}
.nav0{
	max-width:1200px;
	min-width:900px;
	margin:0 auto 0 auto;
}
/***nav***/
.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 0px;
    border:unset;
}
.navbar-header{
	height:60px;
}
.navbar-nav>li {
    padding: 20px 0 20px 0;
}
.navbar-default {
    background-color:unset;
    border-color:unset;
	z-index:999;
}
.dropdown-menu>li>a {
    padding:9px 20px;
	line-height:1.1em;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}
.navbar-nav>li>.dropdown-menu {
	background-color:#1DA8D0;
	border-radius: 0;
}
.dropdown-menu {
    border:unset;
    border-radius:0;
    -webkit-box-shadow:unset;
    box-shadow:unset;
	background-color:#CCD534;
	padding: 0;
}
.dropdown-menu>li>a {
    color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.dropdown-menu>li>a:active {
    color: #333;
}
.navbar-nav>li>li>li>dropdown-menu {
    background-color: #666;
}
.nav>li>a {
    padding: 10px 12px;
}
.language{
	position: fixed;
	right:10px;
	top:22px;
	z-index:999;
}
.btn-sm {
    padding: 5px 6px;
	color:#666;
	border-radius: 100%;
    height: 35px;
    width: 35px;
}
@media screen and (max-width: 767px) {
.header {
	position: absolute;
}
.navbar-toggle {
    margin-top: 14px;
}
.navbar-collapse {
    padding-right:unset;
    padding-left: unset;
}
.navbar-collapse.in {
	overflow-y: unset;
}
.navbar-nav {
	/*background-color:rgba(255,255,255,0.95);
	background-color: #F1F1F1;*/
	background-color:#fff;
	box-shadow:0 5px 50px rgba(0,0,0,0.15);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:unset;
}
.navbar-nav>li {
    padding: 0;
}
.navbar-nav>li>a {
    padding: 15px 9vw !important;
}
.navbar-nav>li>a:hover {
	box-shadow:0 0 30px rgba(0,0,0,0.15);
	font-weight:bold;
}
.navbar-default .navbar-nav>li>a {
    color: #333 !important;
}
.navbar-default .navbar-nav>li>a:hover {
	background-color:#1DA8D0 !important;
    color: #fff !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    color: #333 !important;
    padding: 10px 15px 10px 11vw;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff !important;
	background-color:#CCD534 !important;
}
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 14vw;
	color: #fff !important;
    font-size: 0.95em;
}
.navbar-nav .open .dropdown-menu {
	background-color:#999;
}
.navbar-nav>li>.dropdown-menu {
    background-color: #F1F1F1 !important;
    border-radius: 0;
}
.language {
	position:absolute;
    right: 70px;
    top: 14px;
}
}
/***nav***/
.logo {
	height: 50px;
	width: 188px;
	margin:18px 0 0 10px ;
}
.logo a {
	display:block;
}
.logo2 {
	height: 50px;
	width: 188px;
	margin:20px auto;
}
.show_home{
	height:500px;
	width: 100%;
	display:block;
	position: absolute;
	height:600px;
	top:0;
}
.show-txt{
	max-width:500px;
	margin:0 auto;
	padding:0 3%;
	position:relative;
	top:45%;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5),0 0 10px rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
}
.show-t{
	font-size:3em;
	font-weight:bold;
	line-height:1.1em;
	margin:0 0 10px 0;
}
.show-c{
	font-size:1.3em;
}
.flexslider{
	border:0;
	height:600px;
	margin:0;
}
.flexslider .slides li{
	display:block;
	overflow:hidden;
	height:600px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
}


.search0,.search1{
	position: fixed;
	z-index:100;
	top:25px;
	right:5%;
	border-radius:50px;
	width:20%;
	max-width:250px;
	height:30px;
	box-shadow:1px 1px 10px rgba(0,0,0,0.1);
	border:0;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    margin-top: -2px !important;
}
form.gsc-search-box {
    margin-bottom: 0 !important;
}
table.gsc-search-box {
    margin-bottom: 0 !important;
}
.search0 table {
    margin: -2px 0 0 0 !important;
}
.gsc-control-cse {
    margin: -1px 0 0 0 !important;
}
.cse .gsc-control-cse, .gsc-control-cse{
	padding:0 !important; 
}
.gsc-input-box {
  border: 0 !important;
  background:unset !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border:0 !important;
}
.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
    border:0 !important;
  -moz-box-shadow: unset !important;
  -webkit-box-shadow:  unset !important;
  box-shadow: unset !important;
}
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
    border:0 !important;
  -moz-box-shadow: unset !important;
  -webkit-box-shadow:  unset !important;
  box-shadow: unset !important;
}

.Stock-Quote{
	position:absolute;
	z-index:15;
	width:250px;
	top:130px;
	right:5%;
	border-radius:5px;
	background-color:rgba(255,255,255,0.85);
}
.Stock-Quote .title0{
	height:25px;
	width:100%;
	background-color:#b9daeb;
	font-family: 'Open Sans',Helvetica, sans-serif;
	border-radius:5px 5px 0 0;
	text-align:center;
	letter-spacing:0.3em;
	color:#fff;
	font-size:1em;
	line-height:25px;
}
.Stock{
	height:75px;
	width:100%;
	background-color:#1DA8D0;
	color:#fff;
}
.Stock .lift{
	position: relative;
	font-size:0.9em;
	top:5px;
	left:5px;
	float:left;
}
.Stock .number{
	position: relative;
	font-size:2.8em;
	top:5px;
	right:5px;
	float:right;
	line-height:1em;
	font-family: "Arial Black", Helvetica, sans-serif;
}
.number .ns{
	font-size:0.5em;
}
.Stock .inf{
	width:100%;
	position: relative;
	font-size:0.7em;
	float:right;
	padding:5px;
	text-align:justify;
}
.Quote{
	width:100%;
	padding:10px;
}
.Quote .title1{
	width:100%;
	font-size:1em;
	color:#333;
	font-family: 'Open Sans',Helvetica, sans-serif;
	height:28px;
	border-bottom:1px solid #ccc;
}
.news-btn{
	position:relative;
	float:right;
	padding:0;
}
.news-btn a{
	padding:0;
	font-size:0.75em;
	display:block;
	width:50px;
	border-radius:10px;
	background-color:#999;
	color:#fff;
	line-height:20px;
	text-decoration: none;
	text-align:center;
}
.news-btn a:hover{
	background-color:#F1AC23;
}
.Quote .cont1{
	color:#999;
	font-size:0.8em;
	padding:5px 0 5px 0;
	display: -webkit-box;  
	overflow:hidden;
	text-overflow : ellipsis;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.Stock-Quote .foot{
	display:block;
	bottom:0;
	right:5px;
	height:15px;
	width:100%;
	background-color:#1DA8D0;
	border-radius:0 0 5px 5px;
}
.container0{
	overflow:hidden;
	position:relative;
	padding:550px 0 0 0;
	background-color:#fff;
}

.content-top{
	background-image:url(../img/content_top.svg);
	background-position:top center;
	background-size:contain;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	z-index:10;
	top:500px;
	padding:0;
	min-height: 100%;
	overflow:hidden;
	position:absolute;
}
.content {
	min-height:100%;
	height:auto;
	margin:0 auto 50px auto;
	padding:15vh 3vw 0 3vw;
	max-width:980px;
	min-height: 450px;
	display:block;
	z-index:15;
	position:relative;
	overflow:hidden;
}
.media-news{
	width:700px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
.news-2{
	width:100%;
}
.media-news .all{
	margin:0 0 30px 0;
	overflow:hidden;
}
.media-news .title2{
	width:100%;
	border-bottom:1px solid #ccc;
	line-height:1.1em;
	font-size:1.1em;
	font-family: 'Open Sans',Helvetica, sans-serif;
	padding:8px 0 8px 0;
}
.media-news .cont2{
	width:100%;
	font-size:0.9em;
	margin:20px 0;
}
.media-news .date{
	font-size:0.8em;
	line-height:1.85em;
	width:10%;
	padding:0 5px 0 0;
	float:left;
	text-align:right;
	color:#999;
}
.media-news .article{
	float:left;
	width:90%;
	overflow:hidden;
	text-overflow : ellipsis;
    white-space : nowrap;
	line-height: 1.85em;
}
.media-news .article a{
	text-decoration: none;
}
.media-news .article a:hover{
	color:#FF6600;
}
.sponsors{
	position:relative;
	bottom:0px;
	width:100%;
	display:block;
	overflow:hidden;
	min-height:430px;
	height:auto;
	background-image:url(../img/sponsors-bg.jpg);
	text-align:center;
	padding:30px;
}
.sponsors h1{
	font-size:2.5em;
	color:#333;
}
.sponsors h2{
	font-size:1.8em;
	color:#1DA8D0;
}
.sponsors ul{
	width:90%;
	margin:50px auto;
	overflow:hidden;
}
.sponsors li{
	float:left;
	width:33%;
	height:150px;
	display:flex;
	align-items:center;
	justify-content:center;
}
@media screen and (max-width: 420px){
.sponsors li{
	width:100%;
}
}
@media screen and (min-width: 421px) and (max-width: 940px){
.sponsors li{
	width:50%;
}
}
.footer {
	margin-top:-200px;
	height: 200px;
	clear: both;
	width: 100%;
	position: absolute;
	z-index: 25;
	background-color:#1DA8D0;
	background-image:url(../img/footer.svg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:center;
}
.footer p {
	line-height:1.5em;
	color:#fff;
	max-width:600px;
	margin:0 auto;
	padding:0 0 10px 0;
}
.footer .cy {
	font-size:0.9em;
	color:#000;
	padding:10px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	height: 0px;
}

.bv2 {
	display:none;
}
.info {
	clear: both;
	line-height: 32px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.info1 {
	text-align: right;
	width: 30%;
	float: left;
	color: #000;
}
.info2 {
	float: left;
	margin-bottom: 10px;
	width: 70%;
	color:#585858;
}
.info3 {
	float: left;
	padding:5px;
}
.flexs-1{
	height:250px !important;
}
.flexs-2,.flexs-2 .slides li{
	height:400px !important;
}
.flexs-3{
	padding: 400px 0 0 0 !important;
}
.flexs-4{
	top:320px !important;
}
.flexs-5{
	padding:12vh 0 0 0 !important;
}
.txt-c{
	text-align:center;
}
.txt-r{
	text-align:center;
	font-size:2.8em;
	font-weight:bold;
}
.txt-i{
	font-style:italic;
}
.txt-b{
	font-weight:bold;
}
.area3{
	width:100%;
}
.area3 li{
	width:33.3%;
	display:inline-block;
	overflow:hidden;
	min-width:175px;
	padding:15px;
	float:left;
	margin:0 !important;
}
.area3 .img{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:170px;
}
.content h1 {
	font-family: 'Open Sans',Helvetica, "Microsoft JhengHei", sans-serif;
	position:relative;
	overflow:hidden;
	color:#444;
	display:block;
	font-size:2.2em;
	line-height:50px;
	height:auto;
	min-height:50px;
	width:100%;
	padding:0 0 0 50px;
	background-repeat: no-repeat !important;
	background-position:center left !important;
}
/*.content .h1-bg {
	height:auto;
	min-height:100%;
	min-width:200px;
	position:absolute;
	margin:0 0 0 -30px;
	border-radius:7px 0 0 0;
	transform-origin: bottom;
    transform: skewX(-30deg);
	display:block;
	width:35%;
background: -moz-linear-gradient(left, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
}*/
.content h2 {
	font-family: 'Open Sans',Helvetica, sans-serif,"Microsoft JhengHei";
	color:#06C;
}
.content h3 {
	font-family: 'Open Sans',Helvetica, sans-serif,"Microsoft JhengHei";
	color:#555;
}
.content ul{
}
.content li{
	list-style:disc;
	margin:0 0 1em 2em;
}
sup{
	font-size:0.6em;
	vertical-align: super;
    top: 0;
}
.content .form{
	padding:50px;
}
.leader{
	width:100%;
}
.leader li{
	display:inline-block;
	overflow:hidden;
	min-width:175px;
	padding:15px;
	float:left;
	margin:0 0 20px 0;
	list-style:none;
	display:block;
	border:1px solid rgba(0,102,204,0.4);
	border-radius:9px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.06+0,0+60 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.06) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.06) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.leader .img{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	max-width:250px;
	height:300px;
    float: left;
    width: 250px;
    margin-right: 15px;
}
.believe{
	width:100%;
	color:#fff;
	text-align:center;
	clear:both;
}
.believe li{
	width:24%;
	display:block;
	overflow:hidden;
	padding:0;
	float:left;
	margin:0 1% 1% 0;
	list-style:none;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:375px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.9),1px 1px 10px rgba(0,0,0,0.7);
}
.believe-t{
	padding:250px 0 5px 0;
	font-size:2em;
	line-height:1em;
}
.believe-c{
	font-size:1.1em;
	line-height:1.2em;
}
.h-icon{
	font-size:5em;
	color:#B6CA26;
	margin: 15px auto;
	display: block;
}

@media screen and (max-width: 440px){
.bv1,.bv2 {
	display: none;
}
.area3 li{
	width:100%;
	float:none;
}
.believe li{
	width:100%;
	margin:0 0 10px 0;
	height:375px;
}
.believe-t{
	padding:250px 0 5px 0;
	font-size:2em;
	line-height:1em;
}
.believe-c{
	font-size:1.1em;
	line-height:1.2em;
}
.logo2{
	margin:25px auto 10px auto;
}
.footer p {
	line-height:1.3em;
	font-size:0.9em;
	padding:0 25px 5px 25px;
}
}
@media screen and (min-width: 441px) and (max-width: 768px) {
.bv2 {
	display: inherit;
}
.believe li{
	width:48%;
	margin:0 2% 2% 0;
	height:375px;
}
.believe-t{
	padding:250px 0 5px 0;
	font-size:2em;
	line-height:1em;
}
.believe-c{
	font-size:1.1em;
	line-height:1.2em;
}
}
@media screen and (max-width: 768px) {
.leader li{
	width:100%;
	padding:15px;
}
.header,.header-bg {
    height: 60px;
	position: absolute;
}
.logo {
    height: 45px;
    width: 175px;
    margin: 10px 0 0 10px;
}
.navbar-nav {
    margin: 0;
}
.Stock-Quote {
    width: 86%;
    top: 400px;
    right: 7%;
	z-index:98;
}
.show_home,.flexslider,.flexslider .slides li {
    height: 400px;
}
.container0 {
    padding: 400px 0 0 0;
}
.content-top {
    top: 360px;
	min-width: 768px;
    left: 50%;
    margin: 0 0 0 -384px;}
.content {
    /*padding: 470px 0 0 0;*/
}
.content h1 {
    font-size:1.7em;
	line-height:1.1em;
}
.content h2 {
    font-size:1.7em;
	line-height:1.1em;
}
.content h3 {
    font-size:1.4em;
	line-height:1.1em;
}
.media-news {
    width: 85%;
	min-width: unset;
}
.media-news .date,.media-news .article {
    width: 100%;
    float: unset;
    text-align: left;
}
.media-news .article {
	display: -webkit-box;  
	overflow:hidden;
	text-overflow : ellipsis;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: unset;
}
.media-news .cont2 {
    margin: 0;
	padding: 6px 0 6px 0;
}
.search0{
	position: absolute;
    z-index: 96;
    top: 385px;
    right: 50%;
    width: 250px;
    margin: 0 -125px 0 0;
	box-shadow:1px 1px 10px rgba(0,0,0,0.3);
}
.search1{
	position:absolute;
	z-index:96;
	top:70px;
	right:5%;
	width:250px;
}
.flexs-5{
	width:85%;
	padding: 3vh 0 0 0 !important;
}
.show-txt{
	max-width:500px;
	top:40%;
	padding: 0 8%;
}
.show-t{
	font-size:2em;
	margin:0 0 10px 0;
}
.show-c{
	font-size:1em;
}
.info1 {
	width: 100%;
	float: none;
	text-align:left;
}
.info2 {
	float: none;
	width: 100%;
}
.content .form {
    padding: 20px;
}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
.search0,.search1{
	position:absolute;
	z-index:96;
	top:90px;
	right:5%;
	width:250px;
}
}
