﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #f57e2a;
}

/********************* Header *********************/
.header {
    /*background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
}

/* header logo */

.header .navbar{
    position: fixed;
    width: 100%;
    background-color: #fff;
}
.header .navbar .navbar-brand {
    width: 130px;
    height: 53px;
    background: url(../images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 10px 0 10px 40px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    background: none;
    margin-top: 17px;
    margin-right: 170px;
    float: right;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #000;
    font-weight: bold;
    /* border-bottom: 3px solid transparent; */
    /*padding-top: 0px;*/
    font-size: 16px;
}

.header .navbar .navbar-nav li a:hover {
    color: #f17015;
    /*border-bottom-color: #52CED5;*/
}

.header .navbar .navbar-nav > li + li > a {
    /*border-left: 1px solid #eee;*/
}

.header .navbar .navbar-nav > li ul li a {
    padding: 5px;
}

/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 15px;
    top: 20px;
    display: none;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 67px;
    top: 30px;
}

.header .navbar .lang > ul{
    background: url(../images/all/nav_icon_001.png) left center no-repeat;
    padding-left: 26px;
}
.header .navbar .lang > ul > li{
    display: inline-block;
}
.header .navbar .lang > ul > li > a{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.header .navbar .lang > ul > li > a:hover,
.header .navbar .lang > ul > li > a.active{
    color: #f17015;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

/*------- Banner -------*/
.banner {
    position: relative;
    padding-top: 73px;
}
.banner .banner_img{
    background-position:center top;
    height:454px;
}
.banner .banner_img img{
    display:none;
}

.banner .banner_text_sec{
    position: absolute;
    z-index: 9999;
    width: auto;
    margin-left: 50%;
     margin-top: 30px; 
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 50px;
    z-index: 99999;
    top: 100px;
}
.banner .banner_text_sec .tit_sec{
    text-align: left;
}
.banner .banner_text_sec .tit_sec h2{
    font-size: 45px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
}
.banner .banner_text_sec .tit_sec h2  span{
     font-size: 36px;
    padding: 0 5px;
    font-weight: 100;
	}
.banner .banner_text_sec .tit_sec h5{
     font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.banner .banner_text_sec .info_sec{
    margin-bottom: 55px;
    margin-top: 45px;

}
.banner .banner_text_sec .info_sec .sec{
    display: inline-block;
    width: 230px;
    /* height: 30%; */
    /*background-color: #000;
     border-radius: 50%; */
    height: 230px;
    border-radius: 50%;
    text-align: center;
    padding:60px 15px 0 15px;
    margin-left: -20px;
    color: #fff;
    vertical-align: top;
}

.banner .banner_text_sec .info_sec .sec.a{
    background-color: rgba(51, 63, 80, 0.7);
}
.banner .banner_text_sec .info_sec .sec.b{
    background-color: rgba(21, 26, 33, 0.7);
	position:relative;
	
}
.banner .banner_text_sec .info_sec .sec.b>p{
	    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
	    height: initial;
	}
.banner .banner_text_sec .info_sec .sec.c{
    background-color: rgba(51, 63, 80, 0.7);
}
.banner .banner_text_sec .info_sec .sec p{
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    letter-spacing: 1px;
}
.banner .banner_text_sec .info_sec .sec h6{
    font-size: 15px;
    line-height: 20px;
    position: relative;
    height: 40px;
}
.banner .banner_text_sec .info_sec .sec h6:before{
    position: absolute;
    content: "";
    top:-61px;
    left:50%;
    margin-left: -26px;
    width: 53px;
    height: 53px;
}
.banner .banner_text_sec .info_sec .sec.a h6:before{
    background: url(../images/all/banner_icon_001.png) no-repeat;
}
.banner .banner_text_sec .info_sec .sec.b h6:before{
    background: url(../images/all/banner_icon_002.png) no-repeat;
}
.banner .banner_text_sec .info_sec .sec.c h6:before{
    background: url(../images/all/banner_icon_003.png) no-repeat;
}
.banner .banner_text_sec .info_sec .sec.d h6:before{
    background: url(../images/all/banner_icon_004.png) no-repeat;
}
.banner .banner_text_sec .contact_btn{
    display: inline-block;
    background-color: #f57e2a;
    color: #fff;
    padding: 10px 77px;
    font-size: 22px;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.banner .banner_text_sec .contact_btn:hover{
    /*opacity: 0.8px;*/
    box-shadow: 4px 4px 8px 0px #717171;
}


.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    text-align: left;
    border: solid 2px #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #f57e2a;
    border-color:#f57e2a;
    opacity:0.8;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f57e2a;
    border-color:#f57e2a;
}

/********************* Footer *********************/
.footer {
    padding: 0;
    text-align: center;
    position: relative;
}

/* sitemap */
.footer .sitemap ul li {
    color: #888;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #888;
    padding: 10px;
}

.footer .sitemap ul li a:hover {
    color: #36B9C0;
}

.footer_content {
    background-color: #f57e2a;
    font-size: 13px;
    line-height: 22px;
    padding: 25px 0 11px;
    color: #fff;
    text-align: left;
}

.footer_content > .container{
    width: 100%;
}

/* siteinfo */
.footer .siteinfo{
    margin-left:50px;
    display: inline-block;
}
.footer .siteinfo ul > li {
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    margin-right:80px;
}
.footer .siteinfo ul > li.pa{
    display: block;
    margin-top:3px;
}

.footer .foo_share{
    display: inline-block;
    position: absolute;
    right:80px;
    top:-9px;
}
.footer .foo_share > ul > li{
    display: inline-block;
    margin: 0;
}
.footer .foo_share > ul > li > a{
    width:36px;
    height:36px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer .foo_share > ul > li > a.fb{
    background: url(../images/all/foo_007.png) left top no-repeat;
}
.footer .foo_share > ul > li > a.ig{
    background: url(../images/all/foo_008.png) left top no-repeat;
	    display: none;
}
.footer .foo_share > ul > li > a.gp{
    background: url(../images/all/foo_009.png) left top no-repeat;
}
.footer .foo_share > ul > li > a.gm{
    background: url(../images/all/foo_010.png) left top no-repeat;
	    display: none;
}
.footer .foo_share > ul > li > a:hover{
    opacity:0.7;
}



.footer .siteinfo ul > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #9c9c9c;
    display: none;
}

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}

.footer .copyright b {
    color: #36B9C0;
}

.footer .powered a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

.footer .powered a:hover {
    color: #c76926;
}

/********************* floating *********************/
#floating{
    display: none;
}
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
.main {
    /*box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
}

.main_content {
    min-height: 600px;
    padding: 30px 0;
	padding-top:0;
}

.main .ql_sec{
    padding:30px 30px;
}
.main .ql_sec a > img{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main .ql_sec a:hover > img{
    opacity: 0.8;
}
.slick-slide img,
.slick-initialized .slick-slide{
    outline: none;
    border: none;
}

/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav > li + li {
    border-top: 1px solid #ABCFDB;
}

.side .nav > li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background: url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content .bread{
    height:40px;
}
.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    font-size: 15px;
    color: #6f6f6f;
}
.content .breadcrumb .bread_home{
    display: inline-block;
    background: url(../images/all/braed_001.jpg) no-repeat left center;
    width:17px;
    height:15px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.content .breadcrumb li.active {
    color: #f57e2a;
    font-weight: bold;
}

.content .breadcrumb > li + li:before {
    content: "＞";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    border-top: 1px solid #ACE7EB;
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #fff;
    color: #888;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
}

.content .btn-box .pager li > a:hover {
    background-color: #36B9C0;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}
body.home .main_content > .container{
    width: 100%;
}

body.about .main_content > .container{
    width: 100%;
}


body.home .content > h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

body.home .content{
    padding-left: 0;
    padding-right: 0;
}

.content .recommend_sec{
    background: url(../images/all/cont_bg_003.jpg) center top no-repeat;
    min-height: 583px;
    padding: 65px 10px 60px;
}
.content .recommend_sec h6{
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.content .recommend_sec h4{
      font-size: 32px;
    color: #000;
    font-weight: bolder;
    line-height: 41px;
}
.content .recommend_sec h4 > span.red{
    color: #e70002;
}

.content .recommend_sec .reader_sec{
    width:52%;
    border: solid 1px #666;
    padding: 20px 30px 50px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.content .recommend_sec .reader_sec .sec h5{
    font-size: 20px;
    color: #000;
    font-weight: bolder;
    margin-top: 0;
}
.content .recommend_sec .reader_sec .sec p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.content .recommend_sec a.btn_more,
.content .qa_sec .qa_det > a.btn_more,
.content .ab_sec.e .ab_sec_det > a.btn_more{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 80px 10px 25px;
    background: url(../images/all/cont_010.png) 90% center no-repeat #f57e2a;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.content .recommend_sec a.btn_more:hover,
.content .qa_sec .qa_det > a.btn_more:hover,
.content .ab_sec.e .ab_sec_det > a.btn_more:hover{
    box-shadow:2px 2px 8px 0px #717171; 
}

.content .qa_sec{
    background: url(../images/all/cont_bg_001.jpg) center top no-repeat;
    min-height: 572px;
    padding: 60px 10px 25px;
}

.content .qa_sec .qa_det{
    background-color: rgba(255, 255, 255, 0.7);
    padding:50px;
}
.content .qa_sec .qa_det > h2,
.content .testimony_sec h2{
    font-size: 32px;
    font-weight: bolder;
    color: #000;
    margin-top: 0;
    background: url(../images/all/cont_008.png) left center no-repeat;
    padding:5px 0 5px 70px;
}
.content .qa_sec .qa_det > ul{
    margin-top:26px;
    margin-bottom:40px;
}
.content .qa_sec .qa_det > ul > li > a{
    font-size: 15px;
    color: #000;
    display: block;
    padding: 10px 0 10px 20px;
    background: url(../images/all/cont_009.png) left center no-repeat;
    border-bottom: dashed 1px #b1b1b1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.content .qa_sec .qa_det > ul > li > a:hover{
    color: #f17015;
}

.content .testimony_sec{
    background: url(../images/all/cont_bg_002.jpg) left top repeat-x;
    min-height: 535px;
    padding: 80px 10px 50px;
}
.content .testimony_sec h2{
    background: none;
    padding:0;
    text-align: center;
    letter-spacing: 4px;
}
.content .testimony_sec h2 > span.txt-en{
    font-size: 15px;
    display: block;
    font-weight: normal;
    color: #515151;
    margin-top: 8px;
    letter-spacing: 5px;
}
.content .testimony_sec .custesti_sec{
    margin-top:50px;
    text-align: center;
}
.content .testimony_sec .custesti_sec .sec{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.content .testimony_sec .custesti_sec .sec:hover{
    opacity: 0.8;
}
.content .testimony_sec .custesti_sec .sec > span.more:hover{
    box-shadow:2px 2px 8px 0px #717171;
}
.content .testimony_sec .custesti_sec .sec > h5{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 22px;
}
.content .testimony_sec .custesti_sec .sec > p{
    font-size: 15px;
    color: #383838;
    line-height: 29px;
    margin-bottom: 30px;
    height:150px;
}
.content .testimony_sec .custesti_sec .sec > span.more{
    background: #f17015;
    color: #fff;
    font-size: 11px;
    /* font-weight: bold; */
    padding: 8px 50px;
    display: inline-block;
    letter-spacing: 1px;
	margin-top:20px;
	
}
.content .testimony_sec .custesti_sec:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    left:33%;
    top:0;
}
.content .testimony_sec .custesti_sec:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    left:66%;
    top:0;
}
.footer .sitemap{
    position: relative;
    min-height:200px;
}
.footer .sitemap .foo_logo_sec{
    position: absolute;
    left:60px;
    top:43px;
}
.footer .sitemap .foo_logo_sec a{
    width: 100%;
    height: 100%;
    float: left;
}
.footer .sitemap .foo_logo_sec a > img{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer .sitemap .foo_logo_sec a:hover > img{
    opacity:0.8;
}
.footer .sitemap > ul{
    position: absolute; 
    right:60px;
    top:70px;
    text-align: left;
}
.footer .sitemap > ul > li{
    width:150px;
}
.footer .sitemap > ul > li > a{
    color: #090909;
    font-size: 14px;
    padding:8px 10px 8px 15px;
    display: block;
    background: url(../images/all/foo_006.jpg) left center no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer .sitemap > ul > li > a:hover{
    padding-left:20px;
    color: #f17015;
}


/* about */
.content {
    padding-left: 0;
    padding-right: 0;
}
.content .ab_sec{
    background: url(../images/about/ab_008.jpg) center top no-repeat;
    min-height: 606px;
    margin-top: 15px;
}

.content .ab_sec .ab_sec_det{
    padding: 70px 0 50px;
	    margin-right: 70px;
}
body.about     .content .ab_sec .ab_sec_det02{
    padding: 70px 0 50px;
}
body.about     .content .ab_sec .ab_sec_det03{
    padding: 100px 0 50px;
}
body.about   .content .ab_sec .ab_sec_det h1{
           letter-spacing: inherit;
	    color: #f57e2a;
}
.content .ab_sec .ab_sec_det h1{
    font-size: 30px;
    color: #f57e2a;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 25px;
}
.content .ab_sec .ab_sec_det p{
    font-size: 16px;
    color: #383838;
    line-height: 29px;
}
.content .ab_sec .ab_sec_det p.highlight{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.content .ab_sec.b{
    background: url(../images/about/ab_009.jpg) center 80px no-repeat;
    min-height: 893px;
}
.content .ab_sec.b .ab_sec_det h1{
    margin-bottom: 8px;
}
.content .ab_sec.b .ab_sec_det {
       padding-right: 271px;
    margin-left: 160px;
}
.content .ab_sec.b .ab_sec_det .ab_share > ul > li{
    display: inline-block;
    margin-right:20px;
}
.content .ab_sec.b .ab_sec_det .ab_share > ul > li > a{
    display: inline-block;
    width:104px;
    height:104px;
    -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.content .ab_sec.b .ab_sec_det .ab_share > ul > li > a.fb{
    background: url(../images/all/share_004.png) left top no-repeat;
    background-size: 100%;
}
.content .ab_sec.b .ab_sec_det .ab_share > ul > li > a.blog{
    background: url(../images/all/share_002.png) left top no-repeat;
    background-size: 100%;
}
.content .ab_sec.b .ab_sec_det .ab_share > ul > li > a.gplus{
    background: url(../images/all/share_003.png) left top no-repeat;
    background-size: 100%;
}

.content .ab_sec.b .ab_sec_det .ab_share > ul > li > a:hover{
    -webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.content .ab_sec.b .ab_sec_det .ab_share > ul > li > a.fb:hover{
    background: url(../images/all/share_001.png) left top no-repeat;
    background-size: 100%;
}
.content .ab_sec.b .ab_sec_det .ab_share > ul > li > a.blog:hover{
    background: url(../images/all/share_005.png) left top no-repeat;
    background-size: 100%;
}
.content .ab_sec.b .ab_sec_det .ab_share > ul > li > a.gplus:hover{
    background: url(../images/all/share_006.png) left top no-repeat;
    background-size: 100%;
}

.content .ab_sec.c{
    background: url(../images/about/ab_003.jpg) left top no-repeat;
    min-height: 628px;
}
.content .ab_sec.c .ab_sec_det h1{
    color: #000;
    text-align: center;
    letter-spacing: 3px;
}
.content .ab_sec.c .ab_sec_det h1 > span.txt-en{
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #515151;
}
.content .ab_sec.c .ab_sec_det .tabs > ul{
	    margin: 0 auto 40px;
    display: table;
	
}
.content .ab_sec.c .ab_sec_det .tabs > ul > li+li{
	      margin-left: 40px;
	}

.content .ab_sec.c .ab_sec_det .tabs > ul > li{
    display: inline-block;

}
.content .ab_sec.c .ab_sec_det .tabs > ul > li > a{
    display: inline-block;
    background-color: #929292;
    width: 180px;
    height:35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    letter-spacing: 1px;
    position:relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.content .ab_sec.c .ab_sec_det .tabs > ul > li > a .arrow_b_int{
    width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:#f57e2a transparent transparent transparent ;
	position:absolute;
	bottom:0;
	right:75px;
    opacity: 0;
    z-index:-1;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.content .ab_sec.c .ab_sec_det .tabs > ul > li.ui-tabs-active.ui-state-active > a{
    background-color: #f57e2a;
}
.content .ab_sec.c .ab_sec_det .tabs > ul > li.ui-tabs-active.ui-state-active > a .arrow_b_int{
	bottom:-30px;
    opacity: 1;
    z-index:2;
}
.content .ab_sec.c .ab_sec_det .tabs > ul > li > a:hover{
    background-color: #f57e2a;
}
.content .ab_sec.c .ab_sec_det .tabs > ul > li > a:hover .arrow_b_int{
    bottom:-30px;
    opacity: 1;
    z-index:2;
}


.content .ab_sec.c .ab_sec_det .tabs > .tabs_sec{
    background-color: #fff;
    color: #383838;
    font-size: 16px;
    padding: 40px;
    border-radius:5px;
    line-height: 29px;
	text-align: justify;
}
.content .ab_sec.d{
    background: none;
}
.content .ab_sec.d .ab_sec_det h1{
    padding:0 120px;
    text-align: center;
    margin-bottom: 0;
}
.content .ab_sec.d .ab_sec_det .ab_cont{
    padding:20px 180px;
    color: #383838;
    margin-bottom: 50px;
}
.content .ab_sec.d .ab_sec_det .ab_cont p.highlight{
    text-align: center;
}
.content .ab_sec.d .ab_sec_det .ab_cert > h5{
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top:30px;
}

.content .ab_sec.e{
    background: url(../images/about/ab_007.jpg) center top no-repeat;
    min-height: 479px;
}

.content .ab_sec.e .ab_sec_det > p{
    color: #fff;
    margin-bottom: 80px;
}
.content .ab_sec.e .ab_sec_det > p .big{
    font-size: 22px;
    font-weight: bold;
}
.content .ab_sec.e .ab_sec_det > p .big02{
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
}


/* service */
body.service  .main_content > .container {
    width: 100%;
}
.service   .project{
	
	}
.service   .project   .specialty{
	padding-left:40px;
		background:url(../images/service/service_bg01.jpg) no-repeat;
	background-size: cover;
	    padding: 50px 0 167px;
		    margin-top: 15px;

	}
	

.service   .project   h1{
	    font-size: 30px;
    color: #f57e2a;
    font-weight: bold;
    line-height: 35px;


		}
.service   .project   .build{
	font-size: 22px;
    font-weight: bold;
    color: #000;
	    width: 59%;
	}	
.service   .project   .ild{
	margin-top:20px;
	margin-bottom: 4px;
	} 	
.service   .project   .build  a{
    color: #f57e2a;
	
	}
.service   .project   .build  a:hover{
	color:#ffad73;
	}			
.service   .project   ul{
   line-height: 52px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
	}
	
.service   .project  .field{
	    padding: 55px 180px;
	}	
.service   .project  .field  h1{
	margin-bottom:17px;
	}	
.service   .project  .field  h1,.service   .project  .field  .build{
	text-align:center;
	    width: inherit;
	}		
	
.service   .project   	.explore{
		background:url(../images/service/service_bg02.jpg) no-repeat;
	    background-size: cover;
		 background-attachment: fixed;
		 padding: 70px 0 85px;
	}
	.service .project .explore .left {
   padding-left: 0;
}

.service   .project    .explore  .evaluation{
   width: 150px;
    height: 150px;
    background-color: #000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	}
.service   .project   .explore   .evaluation  h2{
	text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    margin: 0;
    position: relative;
    color: #fff;
	font-size:20px;
	    padding: 0 25px;

}
.service   .project   .explore   .aims{
	font-size: 22px;
    font-weight: bold;
	    margin-bottom: 8px;
    margin-top:16px;

	}
.service   .project   .explore   .one{
	    margin-top: 40px;
	}	
.service   .project   .explore   .left{
	padding-left:9%;
	}	
.service   .project   .explore	.goal {
	width:80%;
	}
.service   .project   .explore	   .problem{
	margin-top:40px;
	    border: 1px solid #a8a8a8;
	}
.service   .project  p{
	font-size:16px;
  line-height: 29px;
	}	
	
/* share */	
.share  .skill   . p{
	font-size:16px;
  line-height: 29px;
	}	
body.share  .main_content > .container {
    width: 100%;
}
.share   .skill {
	background: url(../images/share/share_bg01.png)  no-repeat right top;
	margin-top: 15px;

	}
.share   .skill   h1{
	    font-size: 30px;
    color: #f57e2a;
    font-weight: bold;
    line-height: 35px;
	    margin-bottom: 25px;
	}
.share   .skill   p{
	width:70%;
	}	
.share    .content .ab_sec.e .ab_sec_det > p .big03{
    /* font-size: 24px; */
    font-weight: 100;
	}	
.share  .skill   img{
	margin-bottom:50px;
	}	
.share  .skill    li{
     line-height: 37px;
    font-size: 16px;
	}
	
.share  .skill     .focus{
	margin-bottom:50px;
	}
	
/* personal-brand */		
body.personal-brand  .main_content > .container {
    width: 100%;
}
.personal-brand  .brand   p{
	font-size:16px;
  line-height: 29px;
	}	
.personal-brand   .brand{ 
    margin-top: 15px;
	background:url(../images/personal-brand/personal_bg01.jpg) no-repeat ;
}	

.personal-brand   .brand    .field {
    padding: 55px 180px;
}

.personal-brand   .brand    h1 {
	    font-size: 30px;
    color: #f57e2a;
    font-weight: bold;
    line-height: 35px;
	text-align:center;
	}

.personal-brand   .brand     .build {	
    font-size: 22px;
    font-weight: bold;
    color: #000;
	text-align:center;
	}
	.personal-brand   .brand    .field   	.initiative{
    margin-top: 90px;
		}	
.personal-brand   .brand    .field   	.initiative  h1{
	color:#000;
	}
	.personal-brand   .brand    .field   	.initiative  p{
	    margin-top: 27px;
		

	}
	
.personal-brand   .brand    	.safety{
	background-color:#fff;
	    padding-top: 110px;
	
		}
.personal-brand   .brand   .safety   h1{
	margin-bottom:40px;
}		
.personal-brand   .brand   .safety   .build {	
	text-align: left;
	}	
.personal-brand .tabs > ul > li > a {
    display: inline-block;
    background-color: #929292;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 35px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 15px 50px;
    font-weight: 600;
	    width: 100%;
		    margin-bottom: 20px;
}
.personal-brand   .tabs > ul > li.ui-tabs-active.ui-state-active > a {
    background-color: #f57e2a;
}
	
.personal-brand     .tabs > ul > li {
    display: inline-block;
	width: 351px;
}	
.personal-brand    .tabs > ul {
    margin: 0 auto 40px;
    display: table;
}
.personal-brand     .tabs > ul > li+li {
    margin-left: 40px;
}
.personal-brand     .ui-state-default {
	outline:none
	}
.personal-brand       .tabs > .tabs_sec {
    background-color: #f6f6f6;
    color: #383838;
    font-size: 16px;
    padding: 40px;
    border-radius: 5px;
    line-height: 29px;
}
.personal-brand       .tabs > .tabs_sec a{
    color: #f57e2a;
	}
.personal-brand       .tabs > .tabs_sec a:hover{ 
   opacity:0.8;
	
	}	
.personal-brand       .tabs > .tabs_sec  .record{
	    margin-bottom: 9px;
}
.personal-brand       .tabs > .tabs_sec   .coach{
	margin-top:20px;
	}
	
	
/* interview */
body.interview  .main_content > .container {
    width: 100%;
}
.interview   .performance   p{
	font-size:16px;
  line-height: 29px;
	}	
.interview   .performance {
    margin-top: 15px;
	border-top: 1px solid #e0e0e0;

}	
.interview   .performance   h1 {
    font-size: 30px;
    color: #f57e2a;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 25px;
    margin-top: 35px;
}
.interview   .performance    .license h1 {
	   margin-top:0px;
	}
.interview    .performance   p.build {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.interview    .performance   .strength{
	margin-top: 31px;
    margin-left: 66px;
	}

.interview    .performance   .celp{
	text-align:center;
	 padding-top: 20px;
	}
.interview    .performance 	.license{
	margin: 80px auto 40px;
	}
	
.interview    .performance 	 	.probability{
	background-color: #f5f5f5;
	padding: 60px 0;
	margin-bottom: 20px;
	}
	
.interview    .performance  	.research{
	margin-top:30px;
	}

/* 	letter */
body.letter  .main_content > .container {
    width: 100%;
}
.letter   .thank   p{
	font-size:16px;
  line-height: 29px;
	}	
.letter  .thank{	
    margin-top: 15px;
	background: url(../images/letter/bg01.jpg) no-repeat;
	    background-size: cover;
    background-attachment: fixed;
	padding-top: 23px;
  
 }
.letter  .thank .build {
    font-size: 22px;
    font-weight: bold;
    color: #000;
	margin-top: 40px;

}	
.letter  .thank   .entire{
	margin: 65px 0;
	}
.letter  .thank   b{
	    font-size: 80px;
    color: #bababa;
    padding-right: 10px;
	display: block;
    float: left;
	}
.letter  .thank  .client{
	border-bottom:1px solid #999;
	}
.letter  .thank  .clie{
	border:none;
	}
	
/* qa */	
body.qa .main_content > .container {
    width: 100%;
}
.qa  .q_a   p{
	font-size:16px;
  line-height: 29px;
	}	
.qa  .q_a {
	    margin-top: 15px;
    border-top: 1px solid #e0e0e0;
	}	
.qa  .q_a  .panel-default>.panel-heading {
    background: none;
	    margin: 30px 0;

}
.qa  .q_a    h1 {
    font-size: 30px;
    color: #f57e2a;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 25px;
	text-align:center;
	    margin: 62px 0;

}
.qa  .q_a   h1:after,  .qa  .q_a   h1:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 22px;
    border-bottom: 1px solid;
    margin: 0px 10px 7px 10px;
}
.qa  .q_a    .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.qa  .q_a  .question{
    background: url(../images/qa/icon.png) no-repeat;
    padding-top: 8px;
    padding-left: 42px;
	padding-bottom: 8px;
	    font-size: 18px;
    font-weight: 600;

	}
.qa  .q_a   .cont{
	color: #f57e2a;
	}
.qa  .q_a   .cont:hover{
	color: #000;
	}	
.qa  .q_a  .nav>li>a {
    padding: 10px 0px;
}
.qa    .q_a    .characteristic{
	line-height:32px;
	}
.qa    .q_a     a .qa-rightinfo {
    position: absolute;
    right: 8px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

}	
.qa    .q_a     a .qa-rightinfo:before{
   content: " ";
   display:block;	
   position:absolute;
	    background: url(../images/qa/icon01.png) no-repeat;
		width:16px;
		height:10px;
		
}	
.qa    .q_a    h4 a {
    display: block;
    position: relative;

}
		
/* 	contact */			
body.contact  .main_content > .container {
    width: 100%;
}
.contact    .profession  p{
	font-size:16px;
  line-height: 29px;
	}	
.contact  .profession  {
	    margin-top: 15px;
		    border-top: 1px solid #e0e0e0;
			    padding-top: 20px;
	}		
.contact  .profession h1 {
    font-size: 30px;
    color: #f57e2a;
    font-weight: bold;
    line-height: 35px;
    margin: 50px  0;
	  
}
.contact  .profession     p.build {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.contact  .profession    ul {
    /* font-size: 20px; */
	    line-height: 28px;
	}
.contact  .profession    ul  a{
	 padding:0;
	 color: #f57e2a;

}
.contact .profession ul li {
    /* background: url(../images/contact/icon.png) no-repeat; */
    /* padding-left: 34px; */
    /* background-position-y: 11px; */
}

.contact  .profession     .improve{
	margin:40px 0;
	}
.contact  .profession   .cont{
			color: #f57e2a;
			}
.contact  .profession   .cont:hover{
			color: #000;
			}		
.contact  .profession  			.china{
	    margin-bottom: 0;
	}	
.contact  .profession   p span{
	padding-left:30px;
	}	
.contact  .profession   .tel{
	font-size:20px;
	    margin: 40px 0;
	}
.contact  .profession   .st{
	text-align:center;}	
.contact  .profession   .st:after, .contact  .profession   .st:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 22px;
    border-bottom: 1px solid;
    margin: 0px 10px 7px 10px;
}	

.contact  .profession   .linkedIn		{
	margin:75px 0  50px;
	}
.contact  .profession    	.form-group {
    display: block;
	font-size:16px;
}

.contact  .profession    	.form-group    .rmationl{
	display:block;
	text-align:right;
	 }
.contact  .profession    	.form-group 	 .coach{
	padding-left:8px;
	}
.contact  .profession    	.form-group  	label{
	display:block;
	}
.contact  .profession    	.form-group   table{
	width:100%;
	}	
.contact  .profession    	.form-group   table      b{
	font-size:16px;
	}	
.contact  .profession    	.form-group   table   td   {
	padding:13px 12px;
	}		
.contact  .profession    	.form-group   table   .tr1  {
    background-color: #f6f6f6;
	}		
.contact  .profession    	.form-group   	textarea.form-control	{
	height:200px;
	}
.contact  .profession    	.form-group:nth-child(6){
	margin-bottom:40px;
	
	} 
.contact  .profession    	.form-group 	.btn{
	background-color:#f57e2a;
	color:#fff;
	    padding: 10px 60px;
		font-size: 16px;
		    margin-top: 20px;
	}
.contact  .profession    	.form-group 	.sent{
      margin-right: 22px;
	}
/* 	show */		
.show  .navbar,.show  .footer_content{
	display:none;
	}
.show  .thank{
    text-align: center;
    width: 60%;
    margin: 0 auto;
	max-width:550px;
	}
.show  .thank  img{
	margin-bottom:50px;

	}	
.show  .thank  p{
    font-size: 16px;
    line-height: 29px;
    text-align: left;
	}	
.show  .thank  p a{	
    color: #F60;
	    text-decoration: underline;
}
	
/* 	fees*/		
body.fees  .main_content > .container {
    width: 100%;
}
.fees   .toll  p{
	font-size:16px;
  line-height: 29px;
	}	
.fees   .toll  {
	    margin-top: 15px;

	}	
.fees   .toll	h1{
	    font-size: 30px;
    color: #f57e2a;
    font-weight: bold;
    line-height: 35px;
	}	
.fees   .toll 	.build{
	font-size: 22px;
    font-weight: bold;
    color: #000;
	}
.fees   .toll   .pic{
	    float: right;
    margin-left: 15px;
    margin-bottom: 0;
	}	
.fees   .toll   	.general{
	border-bottom:1px solid #CCC;
	font-weight:600;
	    width: 70%;
		padding-bottom: 13px;
    margin-bottom: 20px;
	}
	
.fees   .toll    	.emergency{
	margin:75px 0;
	}
.fees   .toll  	.investment{
     background-color:#f0f0f0;
    padding: 47px 0  20px;
	}
.fees   .toll   	.client{
	margin:80px 0;
	position:relative;
	
	}
.fees   .toll   	.client:before{
	   content: " ";
   display:block;	
   position:absolute;
   width:1261px;
   height:574px;
   background:url(../images/fees/bg03.png) no-repeat;
       right: 0;
    top: -123px;
	    z-index: -1;
	
	}	
.fees   .toll   .client   p{
	width:50%;
	}	

