﻿@charset "utf-8"; /*
Template : Responsive Bootstrap Template
*/
/*Import Google Fonts*/
/*
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
*/
* {
    /*border-radius:0 !important;*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    background: #fff;
    /*font-family: '微軟正黑體';  */
    background: url(../img/index-bg.jpg) 0 0 repeat-x;
}

p, li {
    line-height: 1.6;
}

a, a:focus, a:hover, a:active {
    outline: 0 !important;
}

a:hover {
    color: #72c02c;
    text-decoration: underline;
}

h1 {
    font-weight: bolder;
    letter-spacing: 3px;
}

h2 {
    font-weight: bold;
    letter-spacing: 3px;
}

h3 {
    font-weight: bold;
}

h3 a {
    font-weight: bold;
}

.body-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: url(../img/bg.jpg) no-repeat;
}

.t-green {
    color: #508a00;
    line-height: normal;
}

.t-gray {
    color: #6a6a6a;
    line-height: normal;
}

/*Index*/
.booking-box {
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 10px 0;
    border: solid 1px #f4f4f4;
}

.booking-1, .booking-2, .booking-form {
    flex-grow: 1 !important;
}

.booking-1 {
    background: url(../img/booking-1.png) 0 center no-repeat;
    height: 70px;
    padding: 5px 0 0 120px;
    border-right: dotted 1px;
    border-color: #508a00;
}

.booking-1 span {
    display: block;
    font-size: 24px;
}

.booking-2 {
    background: url(../img/booking-2.png) 10px center no-repeat;
    font-size: 24px;
    height: 70px;
    padding: 5px 0 0 120px;
    border-left: dotted 1px;
    border-color: #508a00;
}

.booking-form {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    min-width: 280px;
}

.booking-form ul {
    margin: 0;
}

.booking-form ul li {
    display: flex;
}

.booking-form ul li b {
    white-space: nowrap;
    padding-right: 10px;
    font-size: 16px;
}

.booking-form ul li:first-child b {
    color: #345a00;
}

.booking-form .button-box .btn {
    height: 60px;
    width: 60px;
    margin-left: 10px;
}

.btn-green {
    color: white;
    font-size: 18px;
    white-space: nowrap;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9bbc6e+0,508a00+56 */
    background: #9bbc6e;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #9bbc6e 0%, #508a00 56%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #9bbc6e 0%, #508a00 56%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #9bbc6e 0%, #508a00 56%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbc6e', endColorstr='#508a00', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

ul {
    list-style: none;
}

/*Negotiate group*/
.negotiate-group .row-fluid {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #e4e4e4;
    max-width: 1024px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
}

.negotiate-group .row-fluid .span3 {
    /*max-width: 229px;*/
    width: 24.89%;
    margin-left: 0;
    height: 65px;
    padding-left: 90px;
    padding-top: 10px;
    border-right: dotted 1px #508a00;
}

.negotiate-group .row-fluid .span3 a:hover {
    text-decoration: none;
}

.negotiate-group .group-row-1 .span3:nth-child(1) {
    background: url(../img/negotiate-1.png) 0 center no-repeat;    
}

.negotiate-group .group-row-1 .span3:nth-child(2) {
    background: url(../img/negotiate-2.png) 0px center no-repeat;
    padding-left: 85px;
}

.negotiate-group .group-row-1 .span3:nth-child(3) {
    background: url(../img/negotiate-3.png) 0px center no-repeat;
}

.negotiate-group .group-row-1 .span3:nth-child(4) {
    background: url(../img/negotiate-4.png) 0px center no-repeat;
    border-right: 95px;
}

.negotiate-group .group-row-2 .span3:nth-child(1) {
    background: url(../img/negotiate-5.png) 0 center no-repeat;
}

.negotiate-group .group-row-2 .span3:nth-child(2) {
    background: url(../img/negotiate-6.png) 0px center no-repeat;
    padding-left: 85px;
}

.negotiate-group .group-row-2 .span3:nth-child(3) {
    background: url(../img/negotiate-7.png) 5px center no-repeat;
}

.negotiate-group .group-row-2 .span3:nth-child(4) {
    background: url(../img/negotiate-8.png) 10px center no-repeat;
    border-right: 0;
    padding-left: 95px;
}

.negotiate-group .row-fluid h3 {
    font-weight: 400;
    font-size: 18px;
    color: #508a00;
    line-height: 1.2;
    border: 0;
    margin: 0;
}

.negotiate-group .row-fluid a {
    color: #508a00;
}

.negotiate-group .row-fluid .txt {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #6a6a6a;
}

.negotiate-group .row-fluid .go {
    display: block;
    text-align: right;
}

/*List box*/
.list-box {
    display: flex;
    justify-content: space-between;
    border: solid 6px #f2f2f2;
    padding: 10px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.list-box li{
    line-height: 30px;
}

.list-box-content {
    background: url(/assets/img/bg_senter.jpg) 0px bottom no-repeat;
    width: 100%;
    margin: 0 10px;
    font-size: 18px;
}

.list-box-content h2 {
    background: url(../img/icon-h2.png) 0px center no-repeat;    
    font-size: 23px;    
    padding-left: 15px;
    border-bottom: dotted 1px #3b5c61;
    color: #508a00;
}

.list-box-content h3 {
    font-size: 21px;
}

.list-box-content ol {
     padding-left: 15px;
}

.list-box-content.pure-text {
    padding: 20px 8%;
}

.list-box-content .paragraph-title {
    font-size: 20px;
    font-weight: 700;
    color: #508a00;
}

ul.debt-list {
    margin-left: 33px;
    list-style: disc;
}

ul.debt-list li {
    color: #818181;
}

ul.debt-list b {
    color: #508a00;
    font-size: 18px;
}

ul.debt-list i {
    padding-left: 15px;
    font-size: 18px;
}

ul.debt-list a {
}

/*Success List*/
ul.sucess-list {
    margin-left: 0;
}

.sucess-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: dotted 2px green;
}

.sucess-list li b, .sucess-list li b a {
    color: #508a00;
}

.sucess-list li span:before {
    content: "✓　";
    color: red;
    font-weight: bold;
}

.sucess-list li span i {
    font-style: normal;
    padding-left: 10px;
}

.success .list-box-content.pure-text {
    padding: 20px 2%;
    display: flex;
    flex-direction: column;
}

.success .list-box-content.pure-text .sucess-list {
    height: 90%;
}

.success .pagination {
    /*  position: absolute;
  bottom: 0;
*/
}

/*Carousel Arrow */
.carousel-caption {
    padding: 10px 15px;
}

.carousel-arrow a.carousel-control {
    font-size: 40px;
    height: inherit;
}

.carousel-arrow a.left {
    left: 0;
}

.carousel-arrow a.right {
    right: 0;
}

/*Pegination*/
.pagination a {
    display: inline-block;
    color: #818181;
    padding: 5px 15px;
    border-radius: 0 !important;
}

/*contact us*/
.contact-us {
}

.contact-us .list-box-content.pure-text {
    padding: 0 2%;
}

.input-holder {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
}

.input-holder .label-name {
    min-width: 75px;
}

textarea {
    resize: none;
}

select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #7f9db9;
}

.btn-gray {
    background: #7e7e7e;
    padding: 5px 13px;
    color: white;
    border: 0;
}

ul.steps-circle {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.steps-circle li {
    display: inline-block;
}

.steps-circle li:after {
    content: url(../img/icon-circle-arrow.png);
    padding: 0 10px;
}

.steps-circle li b {
    color: #2b4d00;
    font-size: 20px;
    font-family: arial;
    padding-right: 3px;
}

.steps-form {
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}

/*Footer*/
.footer {
    margin-top: ;
    padding: 20px 10px 20px 10px;
    background: white;
    text-align: center;
}

.footer p, .footer a {
    font-size: 15px;
}

.footer p {
    color: #454545;
    margin: 0;
}

.footer a {
    color: #72c02c;
}

/*free-line*/
.free-line {
    font-size: 12px;
    padding: 5px 10px;
    background: #F0FFF0;
    border: solid 6px #f2f2f2;
}

.free-line .row-fluid {
    display: flex;
}

.free-line p {
    color: #dadada;
}

.free-line a
{
    margin: 0 5px;
    color: Green;
}

.free-line .name {
    font-size: 30px;
    text-align: right;
}

.free-line .name p {
    font-weight: 900;
    padding-top: 10px;
    color: #191919;
}

.free-line .phone-number {
    color: #375e00;
    font-size: 31px;
    font-weight: 900;
    font-family: Arial;
    font-style: italic;
    line-height: 1.4;
    padding-top: 12px;
}

/*Carousel*/
.carousel-control {
    color: #fff;
    border: none;
    margin-top: 0;
    border-radius: 2px;
}

.carousel-control:hover {
    opacity: 1;
    color: #72c02c;
}

/*Blog Page
------------------------------------*/
.about {
    padding: 0 30px;
}

.row-fluid h1 {
    color: #508a00;    
    font-size: 28px;    
    text-align: center;
    margin: 20px 0;
}

.success-slider {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.location-list, .location-list-number {
    margin: 10px 0 10px 33px;
    padding: 0;
    list-style: none;
}

.location-list-number li {
    margin: 20px 0 10px 0px;
}

.location-list .title, .location-list-number .title {
    color: #508a00;
}

.location-list-number .title {
    font-size: 36px;
    padding-right: 5px;
    font-family: arial;
}

.location-list-number a, .location-list-number b {
    font-weight: normal;
    color: #508a00;
}

.location-list-number a {
    text-decoration: underline;
}

.location-list li 
{
    margin: 20px 0 10px 0px;
}

.location-list li:before {
    content: url(../img/icon-arrow.png);
    padding-right: 5px;
}

.location-heading {
    font-family: Arial;
    font-size: 42px;
    display: flex;
    align-items: center;
}

.location-heading .text {
    font-size: 22px;
    line-height: 1;
    padding: 7px 10px 0px 10px;
    color: Blue;
    font-weight: bold;
}

.location .list-box-content.pure-text {
    padding: 20px 2%;
}

.top-space-xl {
    margin-top: 40px;
}

.pull-rgt {
    text-align: right;
}

/*Button Style*/
.btn {
    box-shadow: none;
}

.btn-u {
    border: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 13px;
    position: relative;
    background: #72c02c;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
}

.ShowCaseTitle-li{
    margin: 10px 0 10px 0px;
    line-height: normal;
}

.table_bottom_column
{
    position: fixed;
    bottom: 0px;
    font-weight: bolder;
    border-color: White;
    background-color: #006C00;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.table_bottom_column a
{
    color: #FFFFFF;
}

.table_right_column
{
    position: fixed;
    bottom: 80px;
    right: 3px;
}