
html,
body {
    width: 100%;
    height: 100%;
	font-family: 'Titillium Web', 'Noto Sans TC', sans-serif;
    font-size: 16px;
}

a {
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
a:link {
  color: #FFFFFF;
}
a:visited {
  color: #FFFFFF;
}
#loading {
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
#preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.header {
    /*background: rgba(0, 0, 0, 0) url("../img/header_slogan.jpg") repeat fixed center 0 / cover  ;
    color: #fff;
    height: 100%;
    overflow: hidden;
    transition: all 0.35s ease 0s;*/
	
	background-image: url("../img/header_slogan.jpg"); 
	height: 100%;
    width: 100%;
    background-repeat: no-repeat;

    background-position: center center;
    background-attachment: fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;

    -o-background-size: cover;
    background-size: cover;
}

nav {
    background: #fff none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    float: left;
    width: 100%;
}
.size
{
font-size:45px;
color:#fff;
}
.navbar-nav {
    float: left;
    font-size: 16px;
    margin: 0;   
}
.img-left {
    left: -390px;
    position:relative;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #ffa100;
    border-bottom: 10px solid #e49102;
    color: #fff;
}
.affix
{
 background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important;
transition: all 0.35s ease 0s;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    padding: 50px 26px 35px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
     background-color: #ffa100;
    border-bottom: 10px solid #e49102;
    color: #fff;
}

/*----------- about ------------*/
#about {
    overflow: hidden;
}
#about h2 {
    /*padding: 50px 0 25px;*/
    position: relative;
    text-align: center;
    width: 100%;
}
#about h2::before {
    background: #000 none repeat scroll 0 0;
    /*bottom: 9px;*/
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
	left:0;
}
#about h2::after {
    background: #ffa100 none repeat scroll 0 0;
    /*bottom: 9px;*/
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 999;
}
#about p {
    font-size: 16px;
    padding: 4px 0;
    text-align: left;
}
/*----------- service ------------*/
#service {
    overflow: hidden;
}
#service h2 {
    /*padding: 50px 0 25px;*/
    position: relative;
    text-align: center;
    width: 100%;
}
#service h2::before {
    background: #000 none repeat scroll 0 0;
    /*bottom: 9px;*/
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
	left:0;
}
#service h2::after {
    background: #ffa100 none repeat scroll 0 0;
    /*bottom: 9px;*/
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 999;
}
#service p {
    font-size: 16px;
    padding: 4px 0;
    text-align: left;
}
/*----------- success ------------*/
#success {
    overflow: hidden;
}
#success h2 {
    /*padding: 50px 0 25px;*/
    position: relative;
    text-align: center;
    width: 100%;
}
#success h2::before {
    background: #000 none repeat scroll 0 0;
    /*bottom: 9px;*/
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
	left:0;
}
#success h2::after {
    background: #ffa100 none repeat scroll 0 0;
    /*bottom: 9px;*/
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 999;
}
#success p {
    font-size: 16px;
    padding: 4px 0;
    text-align: left;
}
/*----------- owl ------------*/
#owl-demo .owl-item div{
      padding:5px;
    }
#owl-demo .owl-item img{
      display: block;
      width: 100%;
      height: auto;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0 !important;
    color: #ffa100 !important;    
    font-size: 65px !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #ffa100 none repeat scroll 0 0 !important;
    color: #fff !important;    
    font-size: 65px !important;
    opacity: 1 !important;
}
.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-prev {
    left: 0;
    position: absolute;
}
.owl-next {
    right: 0;
    position: absolute;
}
.owl-pagination {
    visibility: hidden;
}

/*----------- footer ------------*/
.footer {
    /*background: rgba(0, 0, 0, 0) url("../img/header_slogan.jpg") repeat fixed center 0 / cover  ;
    color: #fff;
    height: 100%;
    overflow: hidden;
    transition: all 0.35s ease 0s;*/
	
	background-image: url("../img/footer-bg.jpg"); 
	height: 40%;
    width: 100%;
    background-repeat: no-repeat;

    background-position: center center;
    background-attachment: fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;

    -o-background-size: cover;
    background-size: cover;
}
.footer-text {
	color: #ffffff;
}
/*#footer {
    background: rgba(0, 0, 0, 0) url("../img/footer-bg.jpg") no-repeat scroll -554px -686px;
    color: #fff;
    padding: 60px 0 120px;
    position: relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
}
#footer .social-links {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 35px 0 10px;
}
#footer .social-links li {
    display: inline-block;
    margin: 5px;
}
#footer .social-links a {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 25px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 50px;
}
#footer::before {
    background: orange none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}*/

@media (min-width:768px) and (max-width:1024px) {
.header {  
	background: #FFF url("../img/header_max_width_1024.jpg") no-repeat;
}	
.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding: 50px 15px 35px;
}
.img-left {
    left: -50px;
    position:relative;
}
.img-left img {
	width:100%;
}

.element-item {
	width:50%;
}
#about img {
    left: -24px;
    position: relative;
}
#success img {
    left: -24px;
    position: relative;
}

}
@media (max-width:800px) {
.header {  
	background: #FFF url("../img/header_max_width_800.jpg") no-repeat;
}		
#about img {
    left: -40px;
    position: relative;
}
#success img {
    left: -40px;
    position: relative;
}
}
@media (max-width:980px) {
.header {  
	background: #FFF url("../img/header_max_width_980.jpg") no-repeat;
}		
#about img {
   left: 0;
    position: relative;
    width: 100%;
}
#success img {
   left: 0;
    position: relative;
    width: 100%;
}
.img-left {
   left: 0;
    position: relative;
    width: 100%;
}

}
@media (min-width:1024px) and (max-width:1170px) {
.header {  
	background: #FFF url("../img/header_max_width_1170.jpg") no-repeat;
}	
.col-md-6 {
    width: 100%;
}
#about img {
    left: 0;
    position: relative;
}
#success img {
    left: 0;
    position: relative;
}
.img-left {
    left: 0;
    position: relative;
}
/*#footer .col-md-6 {
    width: 50%;
}*/
}
@media (max-width:640px) {
.header {  
	background: #FFF url("../img/header_max_width_640.jpg") no-repeat;
}
.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 15px 10px;
	width:100%;
}

.img-left img {
width:100%;
}

.element-item {
width:100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-nav {
    background: #000 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    margin: 0;
    width: 100%;
}
.navbar-brand img {
    margin-top: -25px;
    width: 65% !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: orange;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
}
@media (max-width:480px) {
.header {  
	background: #FFF url("../img/header_max_width_480.jpg") no-repeat;
}
.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 15px 10px;
	width:100%;
}

.img-left img {
width:100%;
}
.element-item {
width:100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-nav {
    background: #000 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    margin: 0;
    width: 100%;
}

.navbar-brand img {
    margin-top: -25px;
    width: 65% !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: orange;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
}
@media (max-width:320px) {
.header {  
	background: #FFF url("../img/header_max_width_320.jpg") no-repeat;
}
.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 15px 10px;
	width:100%;
}

.img-left img {
width:100%;
}

.element-item {
	width:100%;
    height: 215px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-nav {
    background: #000 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    margin: 0;
    width: 100%;
}
.navbar-brand img {
    margin-top: -25px;
    width: 65% !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: orange;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*#footer::before {   
    left: 0; 
    top: 46%;
}*/

}




