/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans TC', 'Roboto', Helvetica, Arial, sans-serif !important; 
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {
	text-align:justify;
}

a {
	color: #C53133;
}

a:hover {
	color: #999;
	text-decoration: none;
}

.topnav {
    font-size: 15px; 
}

.navbar-default {
	background-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C53133;
	z-index:9999;
}

.navbar-default .navbar-brand {
	padding: 0px;
}

.navbar-nav li a {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	color: #58595B;
	background-color: #FFF;
}

.navbar-nav li a:hover {
	color: #58595B !important;
	background-color: #EEE !important;
}

.navbar-brand>img {
	height: 100%;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

@media(min-width:767px) {


.navbar-default .navbar-brand {
	padding: 0px;
}

.navbar-nav li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
}

.navbar-nav li a{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-left: 40px;
	font-weight: 400;	
}

.navbar-nav li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
}

.navbar-brand>img {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
}

}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 30px;
    text-align: center;
}

.page-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 30px;
    text-align: center;
}

.index-p {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDD;
}

.index-p:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}


.index-p a {
	color: #333;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}

.index-p a:hover {
	color: #C33233;
}

.index-p-img {
	height: 150px;
	max-height: 150px;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}

.index-p p {
	text-align: center;
}

.about-left {
	padding-top: 30px;
	background-color: #EEE;
	padding-bottom: 30px;
	margin-bottom:50px;
}

.about-left .v-item {
	padding-right: 15px;
	padding-left: 15px;	
}

.about-left p, .about-left h4{
	color: #666;
}
.about-left p{
	font-weight: normal;
	text-align: center;
}

.about-left .v-item:first-child {
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-bottom: 15px;
}

.about-right {
	padding-left: 15px;
	text-align: left;
}

.about-right h4 {
	color: #000;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 32px;
	font-weight: 600;
}

.about-right p {
	font-weight: normal;
	color: #666;
	line-height: 24px;
}
.page-title {
	font-size: 20px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C53133;
	margin-bottom: 30px;
	color: #C53133;
}


@media(min-width:767px) {
	.intro-header {
    padding-top: 82px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    }
	
	.page-header {
    padding-top: 82px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    }
	
	.index-p {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
    }
	
	
	.index-p:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
	border-bottom-style: none;
    }
    
	.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.about-left {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom:0px;
}

.about-left .v-item {
	padding-right: 25px;
	padding-left: 25px;	
}

.about-right {
	padding-left: 30px;
}

.page-title {
	text-align: left;
	padding-left:0px;
}

}

.intro-header .container {
	padding: 0px;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
	margin-top: 0px;
	margin-bottom: 120px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


@media(min-width:767px) {
	.content-section-b {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 0px;
	margin-bottom: 100px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
    }
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
	background-color: #f8f8f8;
	text-align: center;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

footer a {
	font-size: 13px;
	font-weight: normal;
}

p.copyright {
	margin: 15px 0 0;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: center;
}

#map {
	width:100%;
	height:250px;
}

.left-bar {
	border: 1px solid #DDD;
	margin-bottom: 50px;
}

.left-bar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.left-bar li a {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #666;
	font-weight: bold;
}

.left-bar li a:hover {
	color: #C53133;
	background-color: #EEE;
}


.left-bar li a i{
	float: right;
}

.left-bar li:last-child {
	border-bottom-style: none;
}

.left-bar .left-title {
	color: #FFF;
	background-color: #999;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}


.left-bar .left-sub li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;	
}

.left-bar .left-sub li a {
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	background-color: #fff;
	color: #999;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: normal;
}

.left-bar .left-sub li a:hover {
	color: #FFF;
	background-color: #C33233;
}

.p-list {
	padding-right: 15px;
	padding-left: 15px;
}

.p-sp {
		margin-bottom: 50px;

}

.p-list h3 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #666;
	letter-spacing: 2px;
}


.p-g {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DDD;
}

.p-g:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}



.p-g p {
	text-align:center
}

.p-g a p{
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}

.p-g a:hover p{
	color: #C53133;
}

.pro-img {
	background-color: #e9e9e9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}

.pro-img img {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
}

.pro-con {
	padding-top: 30px;
}

.pro-con h3 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;	
}



@media(min-width:767px) {
	.p-list {
	padding-right: 30px;
	padding-left: 40px;	
}

.p-g {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DDD;
	border-bottom-color: #DDD;
    }
	
	
	.p-g:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	border-radius: 0px;
}

.p-mov {
	background-color: #EEE;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}