﻿body{
    font-size: 16px;
}
a {
  color: #004f94;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
a:hover, a:focus {
  color: #666;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}
ul,ol{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
.company_address h3 a {    
    text-decoration: none!important;
    color: #fff!important;
    cursor: text;
}
*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+hr, *+ol, *+p, *+pre, *+ul{
    margin-top: 0;
}
/* BACK TO THE TOP BUTTON */
h1.logo {
	background: url(../img/logo@2x.png) no-repeat;
	/*text-indent:-9999px;*/
	
	width: 390px;
	float: left;
    margin: 10px 0 5px 0;
}
h1.logo a{
    display: inline-block;
    width: 290px;
    height: 80px;
    text-indent: -9999px;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.pc-container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 15px 80px 15px;   
    position: relative;
}
#gotop {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 60px;
    padding: 6px 15px;
    font-size: 20px;
    background: rgba(25, 25, 25, 0.8);
    color: white;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.visb{
    visibility: visible!important;
}
/*各區塊Title*/
.block-title{
    text-align: center;
    color: #666;
    letter-spacing: 2px;
    position: relative;
    
    /*-webkit-animation-delay: 0s;*/
}
.block-title h1{
    font-size: 30px;
    font-weight: 500;
    color: #6d6d6d;
    margin-bottom: 30px;
   
}
.block-title p{
    font-size: 24px;
}
/*動畫設定*/
#about .fade-in,#about .fade-left,#about .fade-right,#banner .fade-in,#portfolio .fade-in,#portfolio .fade-left,#portfolio .fade-right,#contact .fade-in{
      visibility: hidden;
}

/* TABLE OF CONTENT
    -------------------------------------------------- 

    1. NAVBAR
    2. ABOUT US
    3. SERVICE
    4. PORTFOLIO
    5. TEAM
    6. PRICE TABLES
    7. PROCESS
    8. CLIENTS
    9. FACTS
    10. CONTACT    
    11. FOOTER
    12. BORDERS
    13. RESPONSIVE CSS
     
    */

/* 1. Navbar
 --------------------------------------------------  */
    #menu-sticky-wrapper {
    z-index: 9998;
    position: absolute;
    width: 100%;
    /*position: relative;*/
}
   
    .am-container, .am-g-fixed {
        
        z-index: 1;
    }
    .am-topbar{
        border: none;
        border-width: 0;
        margin-bottom: 0;
        background-color: rgba(0, 174, 255, 0.85);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }
    .navbar-nav{
        margin-top: 32px;
        float: right;
        /*overflow: hidden;會影響次選單展開*/
    }
    .navbar-nav  li{ 
        font-family: Microsoft JhengHei, Calibri;
        line-height: 1.7; 
        font-size:16px;
        float: left;
    }
    .is-sticky .am-topbar{
        background-color: rgba(0, 174, 255, 0.85);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    
    }
    .navbar-nav > li{
        padding: 10px 0 10px 20px;
    }
    .navbar-nav > li > a{
        display: inline-block;
        color: #fff;
        padding: 0;
        padding-bottom: 5px;
        letter-spacing: 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
        color: #ffffff;
        background: none;
        border-bottom: 2px solid #0e90d2
        ;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;    
    }
    .navbar-inverse .navbar-toggle{
        margin-top: 15px;
        padding: 7px 10px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        /*-webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);*/
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
        background-color: transparent;
        outline: 0;
    }
    
    .navbar-inverse .navbar-toggle{
        border-color: transparent;
    }
    .navbar-toggle .icon-bar{
        width: 35px;
        height: 4px;
        margin-top: 4px;
        margin-bottom: 7px;
    }
    .navbar-toggle .icon-bar:last-child{
        margin-bottom: 5px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
      border-color: rgba(255, 255, 255, 0.5);
    }
    /*次選單*/
    ul.am-dropdown-content li {
        clear: both;
    }
    /* 語言列
    -------------- */
    .language{
        position: absolute;
        top: 12px;
        right: 18px;
        font-size: 13px;
    }
    .language li{
        float: left;
    }
    .language li a{
        display: inline-block;
        padding: 0px 10px;
        position: relative;
        color: #fff;
    }
    .language li a:hover{
        color: #C52620;
    }
    .language li a:after{
        content: '';
        position: absolute;
        top: 4px;
        right: 1px;
        width: 1px;
        height: 10px;
        background: #fff;
    }
    .language li:last-child a:after{
        display: none;
    }
/*1.UI
--------------------------------------------------- */
.center{text-align: center;}
a.more{
    
    border-radius: 5px;
    display: inline-block;
    padding: 5px 50px;
    color: #fff;
    background: #333333;
    margin-top: 30px;
    width: auto;
    text-transform: uppercase;
}
a.more:hover{
    color: #fff;
    background: #000;
   
}

.bigmore{
    background: #4ECB8C;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 20px;
}
.red-line{
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 1170px;
        height: 5px;
        /*margin: 0 auto;*/
        background: #00aeff;
    }
    .red-topline{
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 1170px;
        height: 5px;
        /*margin: 0 auto;*/
        background: #00aeff;
    }
/*2. Banner
 --------------------------------------------------  */
    #banner{
        height: auto;
        max-height: calc(60vh - 20px);
        min-height: 425px;
        background: url(../img/bannerBg.jpg) no-repeat 80% 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        z-index: -1;
    }
    #banner:before {
      content: "";
      height: 0;
      display: block;
      padding-bottom: 56.25%;
    }
    #banner .slogan{
        position: absolute;
        right: 10%;
        bottom: 20%;
        width: 485px;
        padding: 20px;
        /*background: rgba(255,255,255,0.8);*/
        /*color: #000;*/
    }
    .slogan h3{
        font-size: 36px;
        text-align: left;
        font-weight: normal;
        line-height: normal;
        color: #fff;
       
    }
    #banner .slogan h3{
        letter-spacing: 2px;
        font-family: Times New Roman,"Microsoft YaHei" !important;
    }

/* 產品簡介 Products
 -------------------------------------------------- */
    #product{
        padding: 0 0 0 0;

    }
    #product .service-div h3 a{
        color: #000000;
        font-size: 18px;
        /* text-align: center; */
        font-weight: 500;
        letter-spacing: 1px;
    }
    #product .service-div h3 a i{
        color: #23b5f7;
    }
    .product-div{
        text-align: center;
    }
    .product-div h3{
        font-weight: bold;
        min-height: 60px;
        margin: 15px 0;
        font-size: 24px;
    }
    .product-div h3>span{
        display: block;
        font-size: 18px;
    }
    .product-div p{
        text-align: left;
    }

/* 我們的服務 Service
 --------------------------------------------------  */
    #service{
        padding: 20px 0;
        background: #fff;
    }
    .service_icon{        
        float: left;
        width: 100px;
        padding: 10px;
    }
    #service .block-title{
        color: #666;
    }
    #service i {
    background: none;
    font-size: 25px;
    padding: 6px;
    color: #0e90d2;
    border-radius: 50%;
    /* height: 60px; */
    /* width: 60px; */
    text-align: center;
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    margin-left: 10PX;
}
    
    #service h3{
        margin: 35px 0 15px;
        font-weight: 700;
        font-family: 'Cabin', sans-serif;
        color: #000;
        text-align: center;
        display: initial;
    }
    #service p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
   
}
    #service.more{ background: #fff}
    .single_feature {
       border: 2px solid #F2F2F2;
    background: #fff;
    padding: 5px 15px;
    margin-bottom: 60px;
    height: 167px;
    position: relative;
    }
    
   .single_feature a{position: absolute;left: 12px;bottom: 10px;}

/* About Us
 --------------------------------------------------  */
    #about {
	    background: url(../img/about-bg.jpg) center top;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #about .pc-container{
        min-height: calc(60vh - 20px);
    }
    
    #about .slogan{
        position: absolute;
        left: 25px;
        bottom: 30px;
        width: 500px;
        padding: 20px;
        background: rgba(230, 230, 230, 0.5);
        color: #000;
    }
    .slogan-more{
        display: inline-block;
        font-size: 25px;
        padding-left: 30px;
        background: url(../img/more@2x.png) no-repeat left;
        -webkit-background-size: 17px 18px;
        background-size: 17px 18px;
        color: #000;
        float: right;
        margin-top: -10px;
    }
    .slogan-more:hover{
        color: #C52620;
    }


/* 6. Support
 --------------------------------------------------  */
#support {
    color: #fff;
    font-size: 16px;
    padding: 30px 0px;   
    background: url(../img/alive-bg.jpg) center top;
    -webkit-background-size: cover;
    background-size: cover;
    }
   #support  h2{
    font-weight: 700;
    color: #333;
    font-size: 30px;
    margin-bottom: 40px;
    text-shadow: rgb(255, 255, 255) 1px 1px 2px;
    
    }
    
/*7.News
 -------------------------------------------------- */
    #news{
        padding: 80px 0;
        background: #E9EBEA;
    }
    #news li{
        margin-bottom: 20px;
    }
    #news li h3{
        margin-top: 0;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }
    #news img{
        width: 100%;
        max-width: 560px;
    }
/*11.Youtube
 -------------------------------------------------- */
    #youtube{
        padding: 0;
        background: #E9EBEA;
         /*background: url(../img/alive-bg.jpg) center top;
        -webkit-background-size: cover;
        background-size: cover;*/
    }
    #youtube .more{
        margin-top: 40px;
    }
    
    #youtube img{
        width: 100%;
        max-width: 560px;
    }
    #youtube h2{
    margin-bottom: 40px;
    font-weight: 700;
    color: #333;
}
   

   #youtube .story_text{padding-bottom: 30px;}
/* 8. Alive
 --------------------------------------------------  */
    #alive {
        background: url(../img/alive-bg.jpg) center top;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #alive .pc-container{
        min-height: calc(50vh - 20px);
    }
    #alive .slogan{
        position: absolute;
        left: 25px;
        top: 10%;
        width: 560px;
        padding: 20px;
        background: transparent;
        color: #000;
    }
    #alive .slogan h4{
        font-size: 24px;
        margin: 0;
        font-weight: normal;
    }

/* 9. Success Story
 -------------------------------------------------- */
    #story{
        padding: 50px 0 150px;
    }
    .am-slider-default{
        /*width: 80%;*/
        margin: 0 auto;
        box-shadow: none;
        padding: 0 100px;
    }
    .am-viewport li{
        /*margin: 0 auto;*/
    }
    .am-slider .am-slides img{
        max-width: 360px;
        float: left;
        width: 40%;
    }
    .am-slider-default .am-slider-desc{
        position: relative;
        top: 0;
        left: 0;
        color: #000000;
        text-shadow: none;
        text-align: left;
        font-size: 18px;
        line-height: 1.7;       
        float: left;
        width: 57%;
        margin-left: 3%;
        padding: 0;
        background: transparent;
    }

    .am-slider-default .am-direction-nav a{
        height: 150px;
        width: 60px;
        top: 10%;
        opacity: 1;
    }

    .am-slider-default .am-direction-nav a:before{
        
        font-size: 150px;
        color: #C52620;
        line-height: normal;
        text-shadow: none;
        cursor: pointer;
        
        
    }
    .am-slider-default .am-direction-nav .am-prev{
        left: 10px;
    }
    .am-slider-default:hover .am-prev{
        opacity: 1;
        left: 0px;
    }
    .am-slider-default .am-direction-nav .am-next{
        right: 10px;
    }
    .am-slider-default:hover .am-next{
        opacity: 1;
        right: 0px;
    }
    .am-slider-default .am-direction-nav a.am-prev:before{
        content: "\f104";
    }
    .am-slider-default .am-direction-nav a.am-next:before{
        content: "\f105";
    }
    .am-slider-default .am-control-nav{
        position: relative;
        bottom: -40px;
    }
    .am-slider-default .am-control-nav li a.am-active{
        background-color: #666;
        margin: 0 3px;
    }
    .am-slider-default .am-control-nav li a{
        border: none;
        background-color: #d7d7d7;
        width: 12px;
        height: 12px;
        margin: 0 3px;
    }
 
/* 10. contactus   
 --------------------------------------------------  */
  #contactus {
    background: #232323;
    padding: 30px 0px;
    color: #fff;
}  

#contactus h2{font-size: 16px;margin: 0;}
#contactus h3{font-size: 15px;margin: 0;font-weight: normal;}
.company_address {
    margin-bottom: 20px;
}
/* 10. Footer
 --------------------------------------------------  */ 
    #foot {
	    background: #004f94;
        padding: 20px 0px;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        color: #fff;
    }
    #foot p{     
        margin-top: 10px;
    }
     #foot2 {
	    background: #bbb;
        padding: 10px 0px;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        color: #333;
    }
    #foot2 h1{
        margin-top:10px;
        font-weight: bold; 
       
    }

    


    
