/*
*/
*{
   
	 font-family: "微軟正黑體", "Microsoft JhengHei", Verdana, Arial, sans-serif;
     text-align: justify;
     text-justify:inter-ideograph;

}
html,
body {
    font-size: 1em;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    
}





/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Conten
------------------------------------------*/

.page-content, 
section { overflow: hidden; }


    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted{}
.text-primary{color: #00a885 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#00a885 !important;;}
.text-white{color:#fff !important;;text-shadow:2px 2px 2px #424242;}
.text-black{color:#000 !important;}
.text-warning{}
.text-red{color:#e60013;}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #00a885;}
.bg-finence{background-color:#13A0B2;}
.bg-black{background-color:#3f3f3f;}
.bg-red{background-color: #e60013;}
.bg-white{background-color: #fff;}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    
    font-size:1em;
    color:#666;
    line-height: 1.5em;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color:#484848;
    margin-bottom: 10px;
	line-height: 1.5em;
}

h1 {
    font-size: 3em;
    line-height: 4em;
}
h2 {
    font-size: 2.5em;
    line-height: 3em;
}
h3 {
    font-size: 1.6em;
    line-height: 2em;

}

h4 {
    font-size: 1.2em;
    line-height: 1.5em;
}
h5 {
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
    top:-15px;
    text-align: center;
}

h6 {
    font-size: 1.2em;
    line-height: 2em;
    text-align: center;
}


h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#00a885;
}

p {
    line-height: 1.5em;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*all overlay*/

.overlay {
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}


.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #00a885;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:1em;
    font-weight: 600;
    border:1px solid;
    padding: 1em 4em;
}
.btn-primary{
    color: #fff;
    background-color: #ad2f3a;
    border:1px solid;
    border-color: #ad2f3a;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#ad2f3a;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #00a885;
    border-color: #00a885;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14em 0;
}
.p_t__b{
    padding: 6em 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33em;
}

.p-bottom-20 {
    padding-bottom: 1.33em;
}

.p-top-30 {
    padding-top: 1.875em;
}

.p-bottom-30 {
    padding-bottom: 1.875em;
}

.p-top-40 {
    padding-top: 2.66em;
}

.p-bottom-40 {
    padding-bottom: 2.66em;
}

.p-top-60 {
    padding-top: 5em;
}

.p-bottom-60 {
    padding-bottom: 5em;
}

.p-top-80 {
    padding-top: 5.714em;
}


.p-bottom-80 {
    padding-bottom: 5.714em;
}

.p-top-90 {
    padding-top: 6.429em;
}

.p-bottom-90 {
    padding-bottom: 6.429em;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714em;
    padding-right: 5.714em;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input:-ms-input-placeholder ,
input::placeholder ,
input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
.fix{
    overflow: hidden;
}


/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
	background-color: #e60013;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
	background-color: #e60013;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
	background-color: #e60013;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
	background-color: #e60013;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/














/*修改BS---------------------------------------------------------------------------------------*/


.navbar-brand {
    padding: 10px 0px;
}
.navbar-brand > img {
    display: block;
    width: 80%;
}

.navbar-callus li a{
    font-size:0.8em;
    padding: 10px;
    color:#ffffff;
    display: inline-block;
	letter-spacing: 1px;
}
.navbar-callus li a i{
	font-size: 1em;
	color: #ffffff;
	margin-right: 5px;
}
.navbar-socail li a{
    font-size:1em;
    padding: 10px;
    color:#aaaaaa;
    display: inline-block;
}
.navbar-socail li a:hover{
    background-color: #3765a3;
    color:#fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 80px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.breadcrumb{
    margin-bottom: 60px;
}


















/*icon-------------------------------------------------------------------------------------*/
    
/*faicon*/

.faicon{
    position: absolute;
    bottom: 50%;
    font-size: 40px;
}

.faicon02{
    
    margin-right: 10px;
    color: #e60013;
}   
   
.faicon03{
    font-size: 20px;
    margin-left: 8px;
}

.icon_pic{
    padding-left: 7px;
}




/*title img*/

.title_box{
    width: 100%;
    text-align: center;
   
}






/*跑馬燈*/
.Marquee{
    font-size: 1.5em;
}









/*index-------------------------------------------------------------------------------------------*/

/*
Home Section style
==================*/

.home{
	margin-top: 80px;
    width:100%;
	
}

.home_txt{
	color: #ffffff;
}

.home_txt .p1{
    font-size:48px;
    font-weight: 700;
}

.home_txt .p2{
    font-size:36px;
    font-weight: 400;
}



.item img{ width: 100%;}





.features_item .f_item_icon{
    float: left;
    width:10%;
    display: inline-block;
    margin-right: 25px;
}
.features_item .f_item_icon i{
    font-size:3.5em;
    color:#e60013;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
}
.features_item .f_item_text p{
    font-size:1em;
}




/* index product */

.portfolio_back{
     background-color:#efefef;
    padding-bottom: 80px;
    padding-top: 40px;
}


#portfolio
    {
        padding-bottom: 80px;
    }
#portfolio .col-md-3
    {
        padding: 0px;
    }
    .portfolio-thumb, 
    .portfolio-overlay {
        max-width: 450px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        padding: 0;
        margin: 0 auto;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #e60013;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;  
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        padding: 20px 10px 20px 20px;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb .portfolio-overlay h4
    {
        font-weight: bold;
        padding-bottom: 10px;
        color: #fff;
    }

#portfolio .portfolio-thumb .portfolio-overlay p
    {
        
        overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
color: #fff;
line-height: 1.5em;
    }

#portfolio .portfolio-thumb .portfolio-overlay .btn
    {
        background: none;
        border: 1px solid #fff;
        border-radius: 2px;
        color: #fff;
        font-weight: bold;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        cursor: pointer;
        opacity: 0.8;
    }








/*business*/



.main_business .carousel-control{
    background-color: #fff;
    color:#333;
    border-radius: 50%;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:1em;
    text-align: center;
    top:30%;
    right:-30px;
}
.main_business .carousel-control:hover{
    background-color: #e60013;
    color:#fff;
}
.main_business .carousel-control.left{
    left:-1.4%;
    box-shadow: -1px 0px 0px 0px;
}
.main_business.carousel-control.right {
    right:-1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_business .port_img{
    position: relative;
    overflow: hidden;
}

.main_business .port_img img{
    width:100%;
}
.main_business .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(230,0,19,0.40);
    position: absolute;
    left:0;
    top:0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}
.main_business .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2em;
    bottom: -150px;
    position: relative;
}
.main_business .port_img:hover .port_overlay a{
    bottom:0;
}
.main_business .port_img:hover .port_overlay{
    opacity: 1;
}































/*main------------------------------------------------------------------------------------------*/
/*about*/

.about_m {
    
}

.about_m img{
    width:15%;
    height: 100%;
     float: left;
     margin-right: 20px;
}

.about_m p{
    float: left;

}

.about_img{
    margin-bottom: 30px;
    width: 100%;
}











/*product*/




.product_bg {
    background: #344054;

}

.product_bg img{
 width: 100%;
}
.product_bg .title{
   font-size: 1.6em;
    line-height: 2em;
    color: #fff;
}

.product_bg .txt{
    font-size: 1em;
    line-height: 2em;
    color: #fff;
}


.product_bg .txt li{
   list-style-type: disc;
   margin-left: 3em;
}

.product_bg .product_btn {
    padding: 6px;
    border: 1px #fff solid;
    display: block;
    width: 150px;
    text-align: center;
     color: #fff;
}



.product_bg .product_btn a{
    color: #fff;
    text-decoration: none;
}

.product_bg .product_btn a:hover{
    color: #fff;
    background-color: #e60013;
    text-decoration: none;
}



.product_bg02 {
    background: #ffffff;
  
   
}
.product_bg02 img{
 width: 100%;
}

.product_bg02 .title{
   font-size: 1.6em;
    line-height: 2em;
    color: #797979;
}

.product_bg02 .txt{
    font-size: 1em;
    line-height: 2
}

.product_bg02 .txt li{
   list-style-type: disc;
   margin-left: 1.5em;
}

.product_bg02 .product_btn {
    padding: 8px;
    border: 1px #e60013 solid;
    display: block;
    width: 150px;
    text-align: center;
     color: #e60013;
}



.product_bg02 .product_btn a{
    color: #e60013;
    text-decoration: none;
}

.product_bg02 .product_btn a:hover{
    color: #fff;
    background-color: #e60013;
    text-decoration: none;
}






























































































/*contact*/

.main_contact{}
.contact_item{}

.contact_item li{
    font-size:1em;
    font-weight: 300;
    line-height: 1.5em;
    width: 100%;
    border-bottom: 1px dotted #a5a5a5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact_item li i{
    font-size:1em;
    margin-right: 5px;

}
.contact_item p{
    color:#333333;
    line-height: 1.5em;
    font-size:1em;
    font-weight: 500;
}


.contact_slid .slick-arrow{
    position: absolute;
    top:29%;
    z-index: 1;
    cursor:pointer;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
    transition: all 0.6s;
    color:#fff;
}

.contact_space{
    margin-left:5em;
}


/*others service section css*/
.othersservice{
}
.main_othersservice_area{}
.othersservice .single_othersservice {
    margin-bottom:50px;
    display: inline-block;

}

.othersservice .single_othersservice .single_othersservice_icon{}
.othersservice .single_othersservice .single_othersservice_icon h4 i{
    color:#e60013;
    font-size:2em;
    background: url(../../images/iconbg2.png) no-repeat center center;
    width:64px;
    height:65px;
    line-height: 65px;
    text-align: center;  
    margin-right: 10px;
    transition: 0.6s; 
}
.othersservice .single_othersservice:hover .single_othersservice_icon h4 i{
    background: url(../../images/iconbgh2.png) no-repeat center center; 
    color:#fff;
}
















/*Footer section*/
.divider{
    width:100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}
.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #0ec9a2;
}
.widget_item li a{
    color:#aaa;
}
.widget_item li a:hover{
    color:#fff;
}

.widget_latst_item_text p{
    margin-bottom: 0px;
    color:#aaaaaa;
}
.widget_service li i,
.widget_latst_item_text a{
    font-size:1em;
    color:#aaaaaa;
}
.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
    font-size:1em;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color:#fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65em 1.2em;
    background-color: #00a885;
    border-color:#00a885;
    color:#fff;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:#aaa;
}
.widget_newsletter li a i{
    color:#aaa;
}
.main_footer p {
	letter-spacing: 1px;
    color: #ffffff;
}

.main_footer i {
    padding: 0px 5px;
    color: #ffffff;
}

.main_footer a {
    color: #ffffff;
    padding: 5px;
}


























/*table*/
.table01{
    border: 1px #ddd solid;
    font-size: 1em;
    width: 100%;
}



.table01 th{
    background-color: #4587b6;
    color:#fff;
    text-align: center;
    vertical-align:middle;
    border-right: 1px #ddd solid;
    padding: 8px;
}



.table01 td{
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 8px;
    vertical-align: middle;
}




.table01 ul{
    list-style-type:decimal;
    margin-left: 1em;
}


.table02 th{
    text-align: center;
    padding: 8px;
}



.table02 th{
    background-color: #4587b6;
    color:#fff;
    text-align: center;
    vertical-align:middle;
    border-right: 1px #ddd solid;
    padding: 8px;
}



.table02 td{
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 5px;
    vertical-align: middle;
}

.td_w10{
    width: 10%;
}

.td_w16{
    width: 16%;
}

.td_w14{
    width: 14%;
}

.td_w20{
    width: 20%;
}

.td_w25{
    width: 25%;
}

.td_w30{
    width: 30%;
}


.td_w40{
    width: 40%;
}

.td_w50{
    width: 50%;
}





.td_green{
    background-color: #e2fff1;
}

.td_yellow{
    background-color: #fff8db;
}

.td_blue{
    background-color: #e5f8ff;
}



.td_white{
    background-color: #ffffff;
}


.td_nowrap{
    white-space:nowrap;
}

.tb_out ul{
     list-style-type:decimal;
    margin-left: 1em;
    margin-top: 1em;
}



/* ======平板版型區====== */
@media screen and (min-width: 768px) and (max-width: 1024px) {



.navbar-brand > img {
    display: block;
    width: 56%;
}
}


/* ======手機版型區====== */

@media screen and (max-width: 767px) {
.navbar-brand > img {
    display: block;
    width: 50%;
    margin-left: 15px;
}
.navspace{
		height: 4px;
		width: 100%;
	}

.breadcrumb{
    margin-bottom: 50px;
}


.carousel-caption {
  position: absolute;
  right: 15%;
  top: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}







/*faicon*/

.faicon{
    position: absolute;
    bottom: 50%;
    font-size: 20px;
}   





/*
Home Section style
==================*/

.home{
	margin-top: 60px;
    width:100%;
}


.home_txt{
	color: #ffffff;
}

.home_txt .p1{
    font-size:1em;
    font-weight: 700;
}

.home_txt .p2{
    font-size:1em;
    font-weight: 400;
}	


/*about*/


.about_m img{
    width:30%;
    height: 100%;
     float: left;
     margin-right: 20px;
}





	
}
