body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft JhengHei";
    color: #333;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

/*************************************/
/*                index              */
/*************************************/

header{
    z-index: 999;          
    position: fixed;      
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    transition: opacity .5s ease-out;   
    background-color: #fff;
}

/*nav*/

nav .collapse{
    justify-content: flex-end;
    padding-top: 15px;
}

nav.navbar.bootsnav{
    margin: auto 70px;
    padding: 25px 0px 15px;
}

nav.navbar.bootsnav .container-fluid{
    padding-bottom: 15px;
}

.dropdown-toggle::after{
    display: none;
}

.hearder_line{
    position: absolute;
    bottom: 0px;
}

nav.navbar.bootsnav.navFixed{
    padding-top: 5px;
}

nav.navbar.bootsnav.navFixed .container-fluid{
    padding-bottom: 0px;
}


@media(max-width:1445px){
    nav.navbar.bootsnav{
        margin: auto;
    }
}

@media(max-width:1305px){
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 10px;
    }
}

@media(max-width:1192px){
    nav .collapse{
        padding-top: 0px;
    }
    nav.navbar.bootsnav .container-fluid{
        padding-bottom: 0px;
    }
}

@media(max-width:991px){
    nav.navbar.bootsnav{
        padding-top: 10px;
    }
    nav.navbar.bootsnav .container-fluid{
        position: relative;
    }
    nav.navbar.bootsnav .navbar-toggler{
        position: absolute;
        top: 0px;
        left: 20px;
        z-index: 2;
    }
    .logo{
        text-align: center;
        padding-top: 5px;
    }
}

@media(max-width:767px){
    .logo img{
        width: 40%;
    }
}

@media(max-width:650px){
    .logo img{
        width: 50%;
    }
}

/***  banner  ***/

.carousel{
    margin-top: 130px;
}

.carousel-indicators li{
    display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    opacity:1;
    margin: auto 8px;
}

.carousel-indicators .active{
    background-color: #96d4e1;
    border: 1px solid #96d4e1;
}

.carousel-control-next, .carousel-control-prev{
    opacity:1;
}

.carousel-control-prev-icon{
    background: url(../tw_img/banner/left_arrow.png) no-repeat;
    width: 25px;
    height: 43px;
    margin-top: 80px;
    margin-right: 100px;
}

.carousel-control-next-icon{
    background: url(../tw_img/banner/right_arrow.png) no-repeat;
    width: 25px;
    height: 43px;
    margin-top: 80px;
    margin-left: 100px; 
}

@media(max-width:1915px){
    .carousel{
        margin-top: 125px;
    }
}

@media(max-width:1805px){
    .carousel{
        margin-top: 120px;
    }
}

@media(max-width:1700px){
    .carousel{
        margin-top: 115px;
    }
}

@media(max-width:1600px){
    .carousel{
        margin-top: 110px;
    }
}

@media(max-width:1500px){
    .carousel{
        margin-top: 100px;
    }
}

@media(max-width:1192px){
    .carousel{
        margin-top: 80px;
    }
}

@media(max-width:767px){
    .carousel{
        margin-top: 70px;
    }
}

@media(max-width:525px){
    .carousel{
        margin-top: 60px;
    }
}

@media(max-width:420px){
    .carousel{
        margin-top: 50px;
    }
}

/*in_link*/

.in_link {
    margin: 70px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.in_link a{
    display: inline-block;
    margin: auto 20px;
    padding: 40px 50px;
    border-radius: 10px;
    text-decoration: none;
}

.in_link .name{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 26px;
}

.in_link .about_link{
    background-color: #57c2d8;
}

.in_link .service_link{
    background-color: #febe5a;
}

.in_link .project_link{
    background-color: #b6cf50;
}

.in_link .partner_link{
    background-color: #f78d8d;
}

.in_link .investment_link{
    background-color: #5d9cd6;
    padding: 30px 50px 20px;
}

@media(max-width:1320px){
    .in_link{
        display: inline-block;
    }
    .in_link .investment_link{
        margin-top: 20px;
        padding: 15px 50px 40px;
    }
}

@media(max-width:818px){
    .in_link a{
        margin: auto;
    }
}

@media(max-width:696px){
    .in_link{
        margin: 20px auto;
    }
    .in_link a{
        margin-bottom: 20px;
    }
    .in_link .investment_link{
        margin-top: 0px;
    }
}


/*in_news*/

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

.in_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.in_title img{
    margin-right: 10px;
    vertical-align: sub;
}

.index_li{
	list-style:none;
}

.news_scroll{
	width: 100%;
    height: 260px;
	overflow:hidden;
    position:relative;
    font-size: 18px;
}

.news_scroll ul{
    position:absolute;
    width: 100%;
}

.news_list{
	display:block;
	min-height:30px;
	line-height:180%;
    margin:10px 0;
    padding-bottom: 10px;
	color:#333333;
	border-bottom:1px dashed #999;
}

.news_list:hover{
    text-decoration:none;
    color: #333;
}

.news_list:hover .news_list_text{
    color: #00858c;
    border-bottom: 1px solid #00858c;
}

.news_list img{
    padding: 0px 5px;
}

.news_list_title{
    display: inline-block;
    text-align: center;
    width: 110px;
    margin: auto 5px;
}

.news_list_title.color01{
    background-color: #ffd9d0;
    color: #ec7a5e;
}

.news_list_title.color02{
    background-color: #d8efc1;
    color: #779d51;
}

.news_list_title.color03{
    background-color: #c1dbf3;
    color: #4878b9;
}

.news_list_title.color04{
    background-color: #fbe5b5;
    color: #c18d49;
}

.news_list_title.color05{
    background-color: #bbe9f2;
    color: #19969b;
}

.in_news .new{
    color: #da0303;
}

.in_news .more{
    text-align: center;
    margin-top: 25px;
}

.in_news .more a{
    font-size: 18px;
    color: #008a8f;
    border-bottom: 1px solid #008a8f;
    text-decoration: none;
    padding: 0 5px 2px;
}

@media(max-width:576px){
    .news_scroll{
        height: 280px;
    }
}

/*in_benefit*/

.in_benefit{
    padding: 50px 0;
}

.in_benefit img{
    margin-right: 10px;
    vertical-align: sub;
}

.in_benefit .description{
    color: #666666;
    font-size: 18px;
    margin-bottom: 20px;
}

.benefit_box{
    -webkit-box-shadow: 0 0 10px #cfcfcf;
	-moz-box-shadow: 0 0 10px #cfcfcf;
    box-shadow: 0 0 10px #cfcfcf;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.benefit_left{
    margin-right: 15px;
}

.benefit_box .text_box{
    font-size: 18px;
    padding-left: 0px;
}

.benefit_box .text_box .title{
    font-size: 22px;
    font-weight: bold;
    color: #00979f;
    margin-bottom: 5px;
}

@media(max-width:991px){
    .benefit_left{
        margin-right: 0px;
    }
}

@media(max-width:767px){
    .benefit_box .img_box{
      text-align: center;
    }
    .benefit_box .text_box{
        padding-left: 15px;
    }
}

/*************************************/
/*                about              */
/*************************************/

.banner_menu{
    margin-top: 130px;
}

.breadcrumb{
    text-align: right;
    color: #8f8e8e;
    margin-bottom: 50px;
}

.breadcrumb a{
    color: #8f8e8e;
}

.all_title{
    position: relative;
    margin: 40px auto;
    display: inline-block;
}

.all_title img{
    vertical-align: sub;
}

.all_title span{
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    background-color: #fff;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #008a8f;
    padding: 0 10px;
}

.about_top .title{
   font-size: 22px;
   font-weight: bold;
}

.about_top .title img{
    vertical-align: sub;
    margin-right: 5px;
}

.about_top hr{
    border: 1px solid #008a8f;
    margin: 10px auto 30px;
}

.about_top .text_box{
    font-size: 18px;
    padding: 0 0 0 30px;
    margin-bottom: 40px;
}

.about_top .text_box p{
    margin-bottom: 40px;
}

.about_top .text_box .company{
    font-size: 24px;
    font-weight: bold;
    color: #008a8f;
}

.about_top .text_box .bold{
    font-size: 20px;
    font-weight: bold;
}

.about_top .text_box .indent{
    text-indent: 18px;
}

.about_bottom{
    background: url(../tw_img/other/ab_bk.jpg) no-repeat;
    text-align: center;
    padding: 40px 0;
    color: #fff;
    /* 背景自動縮放/固定 */
    background-attachment: fixed;
    background-size: cover;
}

.about_bottom .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about_bottom .text{
    font-size: 18px;
    margin-bottom: 60px;
}

.about_bottom .ab_box{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about_bottom .ab_box img{
    margin-bottom: 20px;
}

@media(max-width:1915px){
    .banner_menu{
        margin-top: 125px;
    }
}

@media(max-width:1805px){
    .banner_menu{
        margin-top: 120px;
    }
}

@media(max-width:1700px){
    .banner_menu{
        margin-top: 115px;
    }
}

@media(max-width:1600px){
    .banner_menu{
        margin-top: 110px;
    }
}

@media(max-width:1345px){
    .banner_menu{
        margin-top: 100px;
    }
}

@media(max-width:1192px){
    .banner_menu{
        margin-top: 80px;
    }
}

@media(max-width:991px){
    .banner_menu{
        margin-top: 100px;
    }
    .about_top .text_box{
        padding: 0 15px;
    }
    .about_bottom{
        margin-top: 40px;
    }
}

@media(max-width:767px){
    .banner_menu{
        margin-top: 75px;
    }
}

@media(max-width:714px){
    .banner_menu{
        margin-top: 65px;
    }
}

@media(max-width:480px){
    .all_title span{
        font-size: 20px;
    }
}

@media(max-width:420px){
    .banner_menu{
        margin-top: 55px;
    }
}

/*************************************/
/*              service              */
/*************************************/

.service{
    margin-bottom: 40px;
}

.ser_box{
    margin-bottom: 60px;
    text-align: center;
}

.ser_box p{
    background-color: #e6e6e6;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
}

.service02{
    display: inline-block;
    margin-bottom: 60px;
    width: 100%;
}

.ser02{
    margin-bottom: 60px;
}

.ser02_box{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
}

.ser02_box p{
    margin-top: 20px;
}

.ser02_img{
    align-self: center;
    margin: auto 10px;
}

.service03{
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.service03 .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.service03 .set > a{
    color: #333333;
    text-decoration: none;
    padding: 15px;
    font-size: 18px;
    display: block;
    -webkit-box-shadow: 0 0 5px #cfcfcf;
	-moz-box-shadow: 0 0 5px #cfcfcf;
	box-shadow: 0 0 5px #cfcfcf;
}

.service03 .set > a svg {
    position: absolute;
    color: #b6b6b6;
    top: 15px;
    right: 10px;
    font-size: 25px;
}

.service03 .set > a.active{
    background-color: #0ba29a;
    color: #fff;
}

.service03 .set > a.active svg{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    color: #fff;
}

.service03 .accordion-content{
    display: none;
    padding: 20px 25px;
    background-color: #ebebeb;
    font-size: 18px;
}

@media(max-width:1200px){
    .ser02{
        justify-content: center;
    }
    .ser02_box{
        margin:10px;
    }
    .ser02_img{
        display: none;
    }
}

/*************************************/
/*                news               */
/*************************************/

.news_box .table{
    font-size: 18px;
    color: #666666;
}

.news_box .table thead th{
    background-color: #e8e8e8;
    font-size: 20px;
    font-weight: bold;
    border: 0px;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 10px 15px;
}

.news_box .table thead th:last-child{
    border-right: 0px;
    text-align: left;
}

.news_box .table tbody tr{
    border-bottom: 1px dashed #929292;
}   

.news_box .table tbody tr td{
    vertical-align: middle;
    border: 0px;
    text-align: center;
}

.news_box .table tbody tr td:last-child{
    text-align: left;
}

.news_box .date{
    width: 15%;
    font-size: 19px;
}

.news_box .date img{
    margin-right: 8px;
}

.news_box .classification{
    width: 10%;
}

.news_box .news_list_title{
    padding: 2px 0;
}

.news_box .subject a{
    color: #333333;
    text-decoration: none;
}

.news_box .subject a:hover{
    color: #00858c;
    border-bottom: 1px solid #00858c;
}

/*news_del*/

.news_del{
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}

.news_del .title{
    background-color: #e6e6e6;
    font-size: 20px;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.news_del .title .border_left{
    background: linear-gradient(180deg, rgba(11, 162, 154, 1)80%, rgba(0, 138, 143, 1)20%);
    background: -moz-linear-gradient(90deg, rgba(11, 162, 154, 1)80%, rgba(0, 138, 143, 1)20%);
    background: -webkit-linear-gradient(90deg, rgba(11, 162, 154, 1)80%, rgba(0, 138, 143, 1)20%);
    background: -o-linear-gradient(90deg, rgba(11, 162, 154, 1)80%, rgba(0, 138, 143, 1)20%);
    display: inline-block;
    height: 53px;
    width: 10px;
    margin-right: 10px;
}

.news_del_content{
    padding: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
}

.news_del_content .right_text{
    text-align: right;
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
}

.news_del_content .gray{
    color: #999;
}

.news_del_content .date{
    margin-right: 20px;
    display: inline-block;
}

.news_del_content .classification{
    display: inline-block;
}

.news_del .color01{
    color: #ec7a5e
}

.news_del .color02{
    color: #779d51
}

.news_del .color03{
    color: #4878b9
}

.news_del .color04{
    color: #c18d49
}

.news_del .color05{
    color: #19969b
}

.news_del_content p{
    margin-bottom: 15px;
    font-size: 18px;
}

.news_del .indent{
    text-indent: 30px;
}

.btn_box{
    text-align: center;
    margin: 40px auto;
}

.btn_box button{
    background-color: #0ba29a;
    color: #fff;
    border: 0px;
    font-size: 18px;
    padding: 5px 25px;
    cursor: pointer;
}

@media(max-width:1200px){
    .news_box .date{
        width: 18%;
    }
}

@media(max-width:991px){
    .news_box .date{
        width: 21%;
    }
}

@media screen and (max-width: 767px) {
    .news table {
      border: 0;
    }
    
    .news table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
    }

    .news table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 16px;
      text-align: left;
    }
    
    .news table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }

    .news .table thead th:first-child, 
    .news .table tbody td:first-child{
        width: 100%;
    }
    .table thead th,
    .table tbody td{
        border-right: 0px;
    }
    .news .table thead th:first-child,
    .news .table tbody td:first-child{
        width: 100%;
    }
    .news .table tbody td{
        border-right: 0px;
    }
    .news_box .table tbody tr td{
        width: 100%;
    }
}

@media(max-width:400px){
    .news_del_content .date{
        margin-right: 0px;
    }
}

/*************************************/
/*              project              */
/*************************************/

.project{
    margin-bottom: 40px;
}

.project .map{
    margin-bottom: 40px;
}

.project .map svg{
    height: 720px\0;
}

.project .map .pathItem{
    fill:#d2ecf3;
    stroke:#40a5b3;
    stroke-miterlimit:10;
}

.project .map g{
    outline: none;
}

.project .map g:hover .pathItem{
    fill: #40a5b3;
    cursor: pointer;
}

.project .cls-2{
    fill:#0a122d;
    cursor: pointer;
}

.project .pro_table table{
    box-shadow: 0 0 5px #b9b9b9;
    -webkit-box-shadow: 0 0 5px #b9b9b9;
    -moz-box-shadow: 0 0 5px #b9b9b9;
    text-align: center;
    font-size: 20px;
}

.project .pro_table table thead th{
    border-bottom:2px solid #0ba29a;
    font-weight: bold;
}

.project .pro_table table tbody tr{
    cursor: pointer;
}

.project .pro_table table tbody tr:nth-child(even){
    background-color: #eae9e8;
}

.project .pro_table table tbody tr td:first-child{
    border-right: 1px solid #c9c9c9;
}

.project .pro_table table tbody tr td{
    border-top: 0px;
    color: #008a8f;
    font-weight: bold;
}


/*project02*/

.project02{
    /*overflow: hidden;*/
    max-width: 500px;
}

.fancybox-slide{
    padding: 10px;
}

.fancybox-slide--iframe .fancybox-content{
    max-width: 600px !important;
    background-color: transparent;
}

.owl-carousel .owl-item img{
    width: auto;
    margin: auto;
}

.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 40%;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 40%;
    right: 0;
}

.owl-carousel.owl-drag .owl-item .text_box{
    position: relative;
    background-color: #fff;
    padding: 15px;
    font-size: 17px;
}

.owl-carousel.owl-drag .owl-item .text_box p{
    color: #008a8f;
    margin-bottom: 5px;
}

.owl-carousel.owl-drag .owl-item .text_box span{
    color: #666666;
}

@media(max-width:767px){
    .fancybox-slide--iframe .fancybox-content{
        max-width: 100% !important;
    }
}

/*************************************/
/*              content              */
/*************************************/

.contacts{
    margin-bottom: 80px;
}

.con_form{
    font-size: 18px;
}

.con_form p{
    font-size: 18px;
}

.con_form .description{
    color: #333333;
    margin-bottom: 10px;
    font-size: 18px;
}

.con_form .description span{
    color: #ef1700;
    margin: auto 5px;
}

.contacts .form-group{
    margin-bottom: 0px;
}

.contacts .area{
    width: 100%;
    padding: 0 15px;
}

.contacts .authcode_box{
    width: 70%;
    padding: 0;
    display: flex;
}

.con_form input,
.con_form .contact_area{
    background-color: #fff;
    border: 1px solid #0ba29a;
    border-radius: 0px;
    margin-top: 15px;
    width: 100%;
    padding: 8px;
    color:#333;
    font-size: 15px;
}

.con_form .authcode input{
    margin-top: 5px;
}

/*webkit瀏覽器專用*/
.con_form  ::-webkit-input-placeholder { color: #5ab8b3; }
/*Firefox 4-18瀏覽器專用*/
.con_form  input::-moz-placeholder { color: #5ab8b3; }
/*Firefox 19+瀏覽器專用*/
.con_form  input::-moz-placeholder{color:#5ab8b3;}
/*IE10瀏覽器專用*/
.con_form  input:-ms-input-placeholder{color: #5ab8b3;}


textarea::-webkit-input-placeholder { color: #5ab8b3; }
/* Firefox 19+ */
textarea::-moz-placeholder { color: #5ab8b3; }

textarea:-ms-input-placeholder { color: #5ab8b3;  }

.contact_form textarea:-ms-input-placeholder{color: #5ab8b3;}

.authcode_right{
    margin-top: 20px;
    padding-left: 0px;
}

.map_box{
    margin-bottom: 50px;
}

.contacts_map{
    border: 5px solid #e9e9e9;
}

.map_text{
    background-color: #f2f2f2;
    padding: 25px;
    margin-bottom: 50px;
}

.map_text .map_title{
    font-size: 24px;
    font-weight: bold;
    color: #008a8f;
}

.map_text .map_title img{
    vertical-align: sub;
}

.map_text hr{
    border: 1px solid #96d4e1;
    margin: 5px auto 15px;
}

.map_text .text p{
    font-size: 18px;
    margin-bottom: 15px;
}

.map_text .text p img{
    margin-right: 5px;
    vertical-align: bottom;
}

.map_text .text p span{
    color: #666666;
}

.contact_btn{
    text-align: center;
    margin: 60px auto;
    display: inline-block;
    width: 100%;
}

.contact_btn li {
    display: inline-block;
    margin: 0 16px;
}

.contact_btn .btn_con{
    background-color: #e3e3e3;
    border: 0px;
    color: #666666;
    font-size: 18px;
    cursor: pointer;
    width: 120px;
    height: 40px;
}
    
.contact_btn .btn_con:hover{
    background-color: #0ba29a;
    color: #fff;
}

@media(max-width:576px){
    .contacts .authcode_box{
        display: block;
        width: 100%;
    }
    .authcode_right{
        padding-left: 15px;
    }
    .contact_btn{
        margin: 20px auto;
    }
    .contact_btn .btn_con{
        margin-bottom: 10px;
    }
}

/*************************************/
/*              partner              */
/*************************************/

.partner .content{
    padding: 0 10px;
}

.partner .top_box{
    background: url(../tw_img/partner/partner.png) no-repeat right bottom;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.partner .top_box .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.partner .top_box ul{
    margin-left: 22px;
    font-size: 18px;
}

.partner .top_box ul li{
    list-style-image:url(../tw_img/partner/square.jpg);
    margin-bottom: 10px;
    line-height: 30px;
}

.partner .bottom_box{
    background: #f8f8f8;
    padding: 40px 0;
}

.partner .bottom_box .container{
    padding: 0px;
}

.partner .bottom_box .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.partner .bottom_box .con_box{
    padding: 30px 0px;
    border-top: 2px solid #008a8f;
}

.partner .bottom_box .con_box img{
    -webkit-box-shadow: 0 0 15px #cfcfcf;
	-moz-box-shadow: 0 0 15px #cfcfcf;
    box-shadow: 0 0 15px #cfcfcf;
    margin: auto 4px 20px;
}

/*************************************/
/*            investment             */
/*************************************/

.investment .top{
    padding-bottom: 50px;
}

.investment .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.investment .gray_box{
    background-color: #f8f8f8;
    padding: 50px 0 80px;
    text-align: center;
}   

.investment .nav_tabs{
    margin-bottom: 50px;
    justify-content: center;
}

.investment .gray_box .nav_tabs button{
    background-color: #7bc7c3;
    color: #fff;
    width: 140px;
    height: 40px;
    font-size: 20px;
    border: 0px;
    margin: auto 10px;
    cursor: pointer;
    outline: none;
}

.investment .nav_tabs button.active{
    background-color: #0ba29a;
}

.investment .white_box{
    padding: 50px 0 80px;
    text-align: center;
}   

.investment .white_box .nav_tabs button{
    background-color: #7bc7c3;
    color: #fff;
    width: 180px;
    height: 40px;
    font-size: 20px;
    border: 0px;
    margin: auto 10px;
    cursor: pointer;
    outline: none;
}

.investment .white_box button.active{
    background-color: #0ba29a;
}

.investment .gray_box form{
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #e3e3e3;
	-moz-box-shadow: 0 0 15px #e3e3e3;
    box-shadow: 0 0 15px #e3e3e3;
    padding: 60px;
    padding-bottom: 0px;
    font-size: 18px;
}

.investment .gray_box form .head_text{
    background-color: #dcdcdc;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
}

.investment .gray_box form .form-group{
    display: table;
    border: 1px solid #dcdcdc;
    margin-bottom: 0px;
    margin-top: -1px;
    text-align: left;
    width: 100%;
}

.investment .gray_box form .left{
    margin-bottom: 0px;
    width: 20%;
    align-self: center;
    text-align: right;
    padding-right: 8px;
    display: table-cell;
}

.investment .gray_box form .left span{
    color: #be0707;
}

.investment .gray_box form .form-group .input_box{
    width: 100%;
    padding: 10px;
    border-left: 1px solid #dcdcdc;
    display: table-cell;
}

.investment .gray_box form .form-group .input_box input{
    border-radius: 0px;
    background-color: #eeeeee;
}

/*webkit瀏覽器專用*/
.investment ::-webkit-input-placeholder { color: #b9b9b9; font-size: 16px; }
/*Firefox 4-18瀏覽器專用*/
.investment input::-moz-placeholder { color: #b9b9b9; font-size: 16px; }
/*Firefox 19+瀏覽器專用*/
.investment input::-moz-placeholder{color:#b9b9b9; font-size: 16px;}
/*IE10瀏覽器專用*/
.investment:-ms-input-placeholder{color: #b9b9b9; font-size: 16px;}

.investment .gray_box form .form-group .input_box select{
    width: 50%;
    border: 2px solid #e1e1e1;
    padding: 5px 10px;
    /*移除箭頭樣式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
  
    /*改變右邊箭頭樣式*/
    background: url("../tw_img/other/drop.png") no-repeat right center #eeeeee;
}
  
/*IE隱藏箭頭樣式*/
.investment::-ms-expand { 
    display: none; 
}

.investment .radio-group{
    display: flex;
    border: 1px solid #dcdcdc;
    margin-top: -1px;
}

.investment .radio-group .radio_box{
    width: 80%;
    text-align: left;
    border-left: 1px solid #dcdcdc;
    padding: 8px;
}

.investment .gray_box form .radio-group .left{
    align-self: auto;
    padding-top: 10px;
    display: table\0;
}

.radio_box input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio_box input[type="radio"] + .radio_label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #b2b2b2;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio_box input[type="radio"]:checked + .radio_label:before {
    background-color: #727272;
    box-shadow: inset 0 0 0 4px #fff;
}
.radio_box input[type="radio"]:focus + .radio_label:before {
    outline: none;
    border-color: #727272;
}
.radio_box input[type="radio"]:disabled + .radio_label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio_box input[type="radio"] + .radio_label:empty:before {
    margin-right: 0;
}

.investment .radio-group .radio_box .form-control{
    width: 50%;
    display: inline-block;
    margin-left: 5px;
    border-radius: 0px;
    background-color: #eeeeee;
}

.investment .gray_box form .short{
    width: 60%;
}

.investment .gray_box form .form-group.has-feedback .input_box{
    display: block;
}

.investment .gray_box form .form-group.has-feedback .help-block{
    display: block;
    border-left: 1px solid #dcdcdc;
    padding-left: 10px;
}

@media(max-width:767px){
    .investment .container{
        max-width: 100%;
    }
    .investment .white_box .nav_tabs button{
        width: auto;
        padding: 5px;
        margin-bottom: 10px;
    }
    .investment .gray_box form{
        padding: 20px;
    }
}

@media(max-width:600px){
    .investment .gray_box form .left{
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #dcdcdc;
    }
    .investment .gray_box form .form-group .input_box{
        display: block;
        border-left: 0px;
    }
    .investment .gray_box form .form-group .input_box select{
        width: 100%;
    }
    .investment .radio-group{
        display: block;
    }
    .investment .gray_box form .short{
        width: 100%;
    }
}

/*************************************/
/*               page                */
/*************************************/

.page{
    text-align: center;
    clear: both;
    padding: 50px 0px 100px;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.page li a {
    display: block;
    font-size: 19px;
    color: #214dac;
    text-decoration: none;
}

.page li .number{
    padding: 4px 12.7px;
    background-color: #e3e3e3;
    border: 1px solid #dddddd;
    color: #666;
    border-radius: 50px;
}

.page li .number:hover {
    color: #fff;
    background-color: #0ba29a;
}


/*************************************/
/*               footer              */
/*************************************/

footer{
    clear: both;
    font-size: 16px;
    color: #fff;
    background-color: #0ba29a;
    position: relative;
}

footer .footer_line{
    position: absolute;
    top: 0px;
}

.footertext{
    padding-top: 30px;
    padding-bottom: 10px;
    justify-content: center;
}

.footertext .title{
    font-size: 17px;
    font-weight: bold;
}

.footertext .title img{
    margin-right: 8px;
}

.footertext p{
    font-size: 15px;
    margin-bottom: 5px;
}

.footertext p a{
    color: #fff;
}

.footertext .ft_news{
    margin: 10px auto 20px;
    padding-left: 0px;
}

.footertext .ft_news01{
    padding-right: 0px;
}

.footertext .ft_news .news{
    padding-left: 32px;
}

.go_top {
    position: fixed;
    right: 15px;
    bottom: 150px;
    z-index: 1;
}

.copyright{
    background-color: #008a8f;
    color: #a3f1ed;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
}

.copyright a{
    color: #a3f1ed;
}

@media(max-width:991px){
    .footertext{
        text-align: center;
    }
    .footertext .ft_news01{
        margin: 10px auto;
    }
    .footertext .ft_news .news {
        padding: 0 10px;
    }
}

@media(max-width:576px){
    .go_top {
        right: -15px;
    }
    .go_top img{
        width: 60%;
    }
}