/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/*====== Google Font ======*/

@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Amiko:700');
/*====== //Google Font ======*/

body,
html {
    width: 100%;
    height: 100%;
    color: #666;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Questrial', "微軟正黑體", Arial, Helvetica, sans-serif;
    /*font-weight: 700;*/
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}
h2{
    font-size: 32px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}
h4{
    font-size: 20px;
    font-weight: 700;
}
p{
    font-size: 16px;
    line-height: 1.8em;
}
.alt-font{
    font-family:'Amiko','Questrial', "微軟正黑體", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

/* =======Margin & PAdding ======*/

.m-bottom5 {
    margin-bottom: 5px !important;
}

.m-bottom10 {
    margin-bottom: 10px !important;
}

.m-bottom15 {
    margin-bottom: 15px !important;
}

.m-bottom20 {
    margin-bottom: 20px !important;
}

.m-bottom30 {
    margin-bottom: 30px !important;
}

.m-bottom40 {
    margin-bottom: 40px !important;
}

.m-bottom50 {
    margin-bottom: 50px !important;
}

.m-bottom60 {
    margin-bottom: 60px !important;
}

.m-bottom70 {
    margin-bottom: 70px !important;
}

.m-bottom80 {
    margin-bottom: 80px !important;
}

.m-bottom90 {
    margin-bottom: 90px !important;
}

.m-bottom100 {
    margin-bottom: 100px !important;
}

.m-bottom110 {
    margin-bottom: 110px !important;
}

.m-bottom120 {
    margin-bottom: 120px !important;
}

.m-bottom150 {
    margin-bottom: 150px !important;
}

.m-bottom180 {
    margin-bottom: 180px !important;
}

.m-bottom200 {
    margin-bottom: 200px !important;
}

.m-top5 {
    margin-top: 5px !important;
}

.m-top10 {
    margin-top: 10px !important;
}

.m-top15 {
    margin-top: 15px !important;
}

.m-top20 {
    margin-top: 20px !important;
}

.padding-lr8 {
    padding-left: 8px;
    padding-right: 8px;
}

.padding-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.no-padding-top{
    padding-top: 0px !important;
}
.no-padding-btm{
    padding-bottom: 0px !important;
}
.no-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*====== custom ======*/
/*--- a tag ---*/
a{
    color: inherit;
    cursor: pointer;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .1s;
    -moz-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
}
a:hover, a:focus{
    color: inherit;
    text-decoration: underline;
    outline: none;
}
a.blue-btn{
    color: #fff;
    background-color: #0088ee;
    border-radius: 2px;
    line-height: 1em;
    padding: 16px 16px;
    display: inline-block;
}
a.blue-btn:hover, a.blue-btn:focus{
    text-decoration: none;
    background-color: #0066cc;
}
/*--- //a tag ---*/
.fix-background {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.align-center{
    text-align: center;
}
.black{
    color: #444;
}
.gray{
    color: #808080;
}
.blue{
    color: #0088ee;
}
.white{
    color: #fff;
}
.bg_yellow{
    background-color: #ffdd00;
}
.letter-spacing-4 {
    letter-spacing: 4px !important
}
.fw-bold{
    font-weight: 700;
}
/*--- nav ----*/

.navbar-default {
    background-color: #0088ee;
    border-color: #0066cc;
}

.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    padding: 12px 10px;
}

.navbar-default .navbar-brand {
    color: #FFFFFF;
    font-size: 28px;
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);*/
}

.navbar-brand img{
    display: block;
    margin: -16px 0px 0px 0px;
}



/*hover*/
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
/*hover*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: rgba(255,255,255,0.5);
}

/*test_btn*/
/* 測試按鈕樣式 109.02.25 */ 
.btn_test_d {
    line-height: 1em;
    background-color: #ffdd30;
    border: 1px solid #ffdd30;
    display: block;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    width: auto;
    box-shadow: 1px 1px 3px #0065b1;
}
.btn_test_d i {
    margin-left: 5px;
}
.btn_test_d a {
    color: #4d4d4d;
    text-decoration: none; 
}
.btn_test_d:hover {
    box-shadow: 1px 1px 6px #0065b1;
    background-color: #ffed8f;
}
.btn_test_m{
    background-color: #ffdd30;
    font-weight: 700;
    display: inline-block;
    border: 1px solid transparent;
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    font-size: 16px;
    padding: 0;
    box-shadow: 1px 1px 3px #afafaf;
    line-height: 1.3em;
    letter-spacing: 2px;   
}
.btn_test_m a{
    color: #4d4d4d;
    text-decoration: none; 
}
@media (max-width: 767px){
  .btn_test_d{ display: none; }
  .btn_test_m{ display:block; }
}

/*--- 相關連結樣式 109.09.22 ---*/
.other_system_links2{
    position: fixed;
    right: 15px;
    top: 110px;
    z-index: 3;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 2px;
    display: table;
    border: 1px solid #0066cc;
    background-color: #0088ee;
    box-shadow: 0px 2px 0 #0066cc, 2px 4px 6px #005cb7;
}
.other_system_links2 a{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); 
}
.other_system_links2 a:hover, .other_system_links2 a:focus{
    text-decoration: none;
}
.system_popup{
    display :none;
    position: fixed;
    right: 110px;
    top: 110px;
    background-color: #fff;
    z-index: 2;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 0px 15px #dfdfdf;
}
.system_popup:before{
    content:'';
    position: absolute;
    top: 10px;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 25.6px;
    border-color: transparent transparent transparent #ffffff;
}
.system_popup .title{
    padding: 4px;
    margin: 8px;
    color: #4d4d4d;
    border-bottom: 2px dashed #808080;
    text-align: center;
    font-weight: 700;
}
.system_popup .system_menu {
    margin: 8px;
    padding-inline-start: 0;
}
.system_popup .system_menu li{
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.5em;
    list-style: none;
}
.system_popup .system_menu li a{
    color: #4d4d4d;
}
.system_popup .system_menu li a:hover, .system_popup .system_menu li a:focus{
    text-decoration: none;
    font-weight: 700;
    color: #0088ee;
}
.system_popup .system_menu li a:hover i {
    animation-name: arrowright;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes arrowright {
  from {
  transform: translate3d(0, 0px, 0);
  }

  50% {
   transform: translate3d(4px, 0px, 0);
  }
  100%{
  transform: translate3d(0, 0px, 0);
  }
}

/*--- Header ---*/

.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: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/bg_001.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message>h1,.intro-message>h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.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 0px 9px rgba(0, 0, 0, 0.6);
    font-weight: 700;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
/*--- Page Content ---*/
.content_sec{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.sec_flow h3{
    margin: 20px 0;
}
.content_sec .img-responsive,
.soft_panel .img-responsive{
    margin: 0 auto;
}
/*soft nav*/
.soft_nav{
    padding: 30px 15px;
}
.soft_nav ul{
    background-color: #0088ee;
    border: 1px dashed #fff;
    outline: 8px solid #0088ee;
    padding: 8px;
}
.soft_nav ul>li>a{
    background-color: inherit;
    color: #fff;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
}
/*active & hover*/
.soft_nav ul>li.active>a,
.soft_nav ul>li>a:hover, 
.soft_nav ul>li>a:focus{
    background-color: #0066cc;
}
/*soft panel*/
.soft_panel .content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.soft_title{
    padding-top: 30px;
    padding-bottom: 15px;
}
.shadow_top,.shadow_btm{
    position: relative;
}
.shadow_top:before{
    content: '';
    background-image: url(../img/icon_002.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 45px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.shadow_btm:after{
    content: '';
    background-image: url(../img/icon_001.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 45px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*
.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}
.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}*/
.section-heading {
    margin-bottom: 30px;
    text-align: center;
    color: #0088ee;
    font-weight: 900;
}

.section-heading2 {
    margin-bottom: 30px;
    text-align: center;
    padding-left: 200px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

/*---價目表---*/

.price-list {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

.price-list .item {
    font-size: 24px;
    background: #0088ee;
    border-left: 12px solid #fff;
    padding: 20px 8px;
    color: #fff;
}
.price-list th {
    text-align: center;
    padding: 12px 40px;
    font-size: 22px;
    line-height: 1.4em;
    width: 102px;
    background: #ffeb6c;
}
.price-list th.small{
    padding: 12px;
    font-size: 1em;
}

.price-list td {
    padding: 10px 12px 8px;
    line-height: 1.4em;
    border-bottom: 1px dotted #666;
    border-right: 1px solid #fff;
}
.price-list td i{
    font-size: 1.5em;
}
.price-list td i.fa-check{
    color: #0088ee;
}
.price-list td i.fa-close{
    color: #aaa;
}
.price-list .border-bottom {
    border-bottom: 2px solid #0088ee;
}
.price-list span {
    color: #0088ee;
    font-size: 0.9em;
}

.price-list .border-top-red td {
    border-bottom: 1px solid #fff;
    border-top: 2px solid #0088ee;
}

.price-list .remarks {
    text-align: left;
    font-size: 14px;
}
/*--- Contact banner ---*/
.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}
.banner h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.phone{
    display: inline-block;
    background-color: #0088ee;
    border: 1px dashed #fff;
    outline: 8px solid #0088ee;
    padding: 16px 24px 12px;
    margin: 16px 8px;
}
.phone *{
    margin: 0;
}
.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: left;
    margin-top: 0;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}
/*傳送訊息*/
.contact-01 input,
button,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 20px 0;
    /*text-transform: uppercase;*/
    max-width: 100%;
    resize: none;
    color: #000;
}

.contact-01 textarea {
    height: 100px;
}

.btn-sent {
    background-color: #0088ee !important;
    border: none !important;
    width: 50% !important;
    color: #FFF !important;
    letter-spacing: 5px !important;
    position: absolute;
    left: 25%;

    font-weight: 600;
}

.btn-sent:hover {
    background-color: #0066cc !important;
    color: #fff !important;
}


.map{
    display: block;
    border: 1px dashed #0088ee63;
    /*margin: 30px auto ;*/
    /*max-width: 100%;*/
    /*width: 1200px;*/
    margin-top: 30px;
    padding: 20px 10px;

}
.map1 {

}
.map1 img{
    /*max-width: 150%*/
    max-width: 100%;
}
.contnet_col{
    /*width: 25%;*/
    /*float:right;*/
    text-align:justify;

}
.contnet_col h4{
    color: #0088ee;
}

/*---hiii style Doris 20191213---*/
/*---TOP連結---*/
.top_nav{
    background-color: #fff;
}
.menu_s{
    padding: 8px 0;
}
.nav_top_menu li{
    display: block;
    float: left;
    padding: 0 10px;
    margin-bottom: 6px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1em;
    border-right: 1px solid rgba(0, 0, 0, 0.8);
}
.nav_top_menu li:nth-last-child(1) {
  border-right: 0px;
}
@media(max-width:768px){
    .top_nav{
        display: none;
    }    
}
/*--- 適用對象區塊 ---*/
.suitable .suit_block .item{
    position: relative;
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin-right: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
    background-color: transparent;
    border:6px solid transparent;
}
.suitable .suit_block .item:hover{
    border:6px solid #ffdd00;
}
.suitable .suit_block .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    filter: brightness(.8);
    /*filter: blur(2px);*/
    z-index: -1;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
}
.suitable .suit_block .item:nth-child(1)::before{
    background-image: url('../img/suitable/suit_bg1.jpg');
}
.suitable .suit_block .item:nth-child(2)::before{
    background-image: url('../img/suitable/suit_bg2.jpg');
}
.suitable .suit_block .item:nth-child(3)::before{
    background-image: url('../img/suitable/suit_bg3.jpg');
}
.suitable .suit_block .item:nth-child(4)::before{
    background-image: url('../img/suitable/suit_bg4.jpg');
}
.suitable .suit_block .item:nth-child(5)::before{
    background-image: url('../img/suitable/suit_bg5.jpg');
}

/*---客戶案例---*/
.client_wrap{
    padding: 30px 0;
}
.client .item{
    width: 20%;
    height: 70px;
    display: inline-block;
}
@media(max-width: 1199px){
    .client .item{
        width: 25%;
    }
}
@media(max-width: 767px){
    .client .item{
        width: 49%;
    }
}
.client .item .img{
    width: 100%;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
/*--- 手機板至底選單 109.09.22 ---*/
.mob_menu_fixb {
    display: none;
}

/*--- 經銷商區塊 115.09.02 ---*/

.partner_recruit {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-color: #f9f9f9;
    background-image: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
}

.partner_recruit > .container {
    position: relative;
    z-index: 1;
}

/* 原稿的左右角落裝飾先停用：images/common/icons.png 不存在於本站，
   且站上唯一的 icons.png（pure_html/front）在 0 -240px 是空白區域。
   要啟用需先確認圖檔位置與 sprite 座標。
.partner_recruit:before,
.partner_recruit:after {
    position: absolute;
    z-index: 0;
    content: "";
    background-image: url(../img/icons.png);
    background-position: 0 -240px;
    background-size: 600px auto;
    width: 240px;
    height: 240px;
}

.partner_recruit:before {
    top: -60px;
    right: -60px;
}

.partner_recruit:after {
    bottom: -60px;
    left: -60px;
}

@media (max-width: 1199px) {
    .partner_recruit:before,
    .partner_recruit:after {
        background-position: 0 -192px;
        background-size: 480px auto;
        width: 192px;
        height: 192px;
    }
}
*/

.partner_recruit .pr_content {
    text-align: left;
}

.partner_recruit .title_main {
    margin-bottom: 3rem;
}

.partner_recruit .title_main:before {
    content: none;
}

.partner_recruit .pr_title {
    margin-bottom: 1rem;
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.partner_recruit .pr_title .hl {
    color: #0088ee;
}

.partner_recruit .pr_desc {
    margin-bottom: 0;
    color: #888888;
    line-height: 1.8;
}

.partner_recruit .pr_target {
    margin-bottom: 0;
    color: #666666;
    line-height: 1.8;
}

.partner_recruit .pr_target strong {
    color: #0088ee;
}

.partner_recruit .pr_contact_card {
    padding: 2rem;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.partner_recruit .pr_contact_kicker {
    display: block;
    margin-bottom: 1rem;
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.partner_recruit .pr_contact_item {
    padding: 0.75rem 0;
    border-bottom: 1px dashed #e1e1e1;
}

.partner_recruit .pr_contact_item:last-of-type {
    border-bottom: 0;
}

/* .label 會吃到 Bootstrap 3 的標籤元件樣式，需連 padding / 粗體 / 圓角一起重設 */
.partner_recruit .pr_contact_item .label {
    display: block;
    margin-bottom: 2px;
    padding: 0;
    border-radius: 0;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    white-space: normal;
    text-align: left;
}

.partner_recruit .pr_contact_item .value {
    display: block;
    color: #0088ee;
    font-size: 22px;
    font-weight: 700;
}

.partner_recruit .pr_contact_item .value:hover {
    color: #0088ee;
}

.partner_recruit .pr_contact_note {
    margin: 1rem 0 0;
    color: #aaa;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .partner_recruit {
        padding: 50px 0;
    }

    .partner_recruit .pr_title {
        font-size: 24px;
    }

    .partner_recruit .pr_contact_card {
        margin-top: 2rem;
        padding: 1.5rem;
    }
}
