@charset "utf-8";
/* CSS Document */
/*文字已改用JS載入*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Serif+TC:wght@300;500;700&display=swap');*/
*{ margin:0; padding:0; font-family:'Noto Sans TC', sans-serif; font-size:16px; color:#333; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
a{ text-decoration:none; }
html,main{ overflow-x: hidden; }
main{ position: relative; }

header{ position:fixed; top:0; left:0; right:0; margin:auto; z-index:100; background:#eeefee; display:flex;  }
header .mar{ padding:0 30px; display:flex; height:83px; width:100%; align-items: center; }
header .mar .logo.lazyload{ background-image:none; }
header .mar .logo{ width:240px; height:30px; background-image:url(../images/about/logo.svg); background-position:center; background-repeat:no-repeat; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; }
header .mar .rightmbox{ flex:1; display:flex; justify-content: flex-end; align-items: center; }
header .mar .rightmbox .menus{ display:flex; margin-right:30px; }
header .mar .rightmbox .menus .grids{ position:relative; margin-right:40px; }
header .mar .rightmbox .menus .grids:last-child{ margin:0; }
header .mar .rightmbox .menus .grids a,
header .mar .rightmbox .menus .grids a:focus,
header .mar .rightmbox .menus .gridsa:hover{ text-decoration: none; }
header .mar .rightmbox .menus .grids .alinks{ display:block; line-height: 83px; }
header .mar .rightmbox .menus .grids .alinks .line{ position:relative; font-size:1rem; color:#595757;  }
header .mar .rightmbox .menus .grids .alinks .line:after{ content:""; opacity:0; display:block; width:0%; position:absolute; bottom:-5px; left:0; height:2px; background:#29b0ad; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; }
header .mar .rightmbox .menus .grids .du{ display:none; top:83px; left:50%; position:absolute; background:#eeefee; padding:10px 25px; transform:translateX(-50%); }
header .mar .rightmbox .menus .grids .du .blinks{ display:block; padding:7px 5px; color:#333; font-size:0.938rem; white-space:nowrap; }
header .mar .rightmbox .lanbox{ margin-right:20px; line-height:21px; }
header .mar .rightmbox .lanbox a{ font-size:0.938rem; color:#595757; display:inline-block; vertical-align:middle; }
header .mar .rightmbox .contactbtn{ width:108px; display:block; }
header .mar .rightmbox .contactbtn .btns.lazyload{ background-image: none; }
header .mar .rightmbox .contactbtn .btns{ width:100%; padding-bottom:29.6296%; background-image:url(../images/about/btn_contact.svg); background-repeat:no-repeat; background-position:center; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; }

header .mar .mobbtn{ display:none; }


footer{ background:#333; padding:50px; display:flex; flex-wrap:wrap; }
footer .leftbox{ flex:1; display:flex; }
footer .leftbox .list{ margin:0 40px 0 0; }
footer .leftbox .list:last-child{ margin:0; }
footer .leftbox .list .h3{ display:block; margin:0 0 10px 0; font-size:0.875rem; font-weight:500; color:#fff; }
footer .leftbox .list .plink{ display:block; margin:0 0 10px 0; color:#ccc; font-size:0.875rem; }

footer .rightbox{ padding:0 0 0 20px; }
footer .rightbox .list{ margin:0 0 40px 0; }
footer .rightbox .list:last-child{ margin:0; }
footer .rightbox .list .h3{ margin:0 0 10px 0; font-size:0.875rem; font-weight:500; color:#fff; }
footer .rightbox .list .ptxt{ display:block; color:#ccc; font-size:0.875rem; margin-bottom:10px; }
footer .rightbox .list .ptxt a{ color:#ccc; font-size:14px;}
footer .rightbox .list .ptxt:last-child{ margin:0; }

footer .bottombox{ width:100%; padding:40px 0 0 0; }
footer .bottombox .t1{ font-size:0.875rem; color:#ccc; font-weight:300; margin-bottom:5px; }
footer .bottombox .t1 span{ font-weight:700; font-size:0.875rem; color:#fff; }
footer .bottombox .t1 a{ font-size:0.875rem; color:#ccc; font-weight:300; text-decoration:none; }

.BreadCrumbs{ padding:10px 20px; margin:auto; max-width:1260px; width:100%; display:block;}

/*================================●●●●●●●●●●●●LazyLoad●●●●●●●●●●●●================================*/
.js-cover-group .js-cover:nth-child(){ transition-delay: 0; -o-transition-delay: 0; }
.js-cover { position: relative; display: block; overflow: hidden; }
/*.js-cover:before{ z-index: 100; position: absolute; content: "";
    width: 100%; height: 100%; top: 0; right: 0; background-color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.185, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.185, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.185, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.185, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}*/
.js-cover:after { z-index: 1; position: absolute; content: ""; width: 100%; height: 100%; top: 0; right: 0; background-color: #fff;
    -webkit-transition: all 0.9s cubic-bezier(0.77, 0, 0.185, 1);
    transition: all 0.9s cubic-bezier(0.77, 0, 0.185, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.185, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.185, 1);
}
.js-cover.is-show:after,
.js-cover.is-show:before{ right: -105%; }

/* panel */
.panel a{ display: block; position: relative; width: 100%; height: 100%; color: #fff; overflow: hidden; }
.panel a::before{ z-index: 1; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(51, 61, 71, 0.2); -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); content: "";  }
.panel a img{ z-index: -1; width: 100%; height: auto; -webkit-transiton: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.panel a:hover img{ -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.panel a:hover::before{ background: rgba(52, 61, 71, 0.5); }

/* cover-delay */
/*.cover_delay .js-cover:nth-child(1):before { transition-delay: 0.2s; }*/
.cover_delay .js-cover:nth-child(1):after { transition-delay: 0.1s; }
/*.cover_delay .js-cover:nth-child(2):before { transition-delay: 0.3s; }*/
.cover_delay .js-cover:nth-child(2):after { transition-delay: 0.2s; }
/*.cover_delay .js-cover:nth-child(3):before { transition-delay: 0.4s; }*/
.cover_delay .js-cover:nth-child(3):after { transition-delay: 0.3s; }
/*.cover_delay .js-cover:nth-child(4):before { transition-delay: 0.5s; }*/
.cover_delay .js-cover:nth-child(4):after { transition-delay: 0.4s; }
/*.cover_delay .js-cover:nth-child(5):before { transition-delay: 0.6s; }*/
.cover_delay .js-cover:nth-child(5):after { transition-delay: 0.5s; }
/*.cover_delay .js-cover:nth-child(6):before { transition-delay: 0.7s; }*/
.cover_delay .js-cover:nth-child(6):after { transition-delay: 0.6s; }
/*.cover_delay .js-cover:nth-child(7):before { transition-delay: 0.8s; }*/
.cover_delay .js-cover:nth-child(7):after { transition-delay: 0.7s; }
/*.cover_delay .js-cover:nth-child(8):before { transition-delay: 0.9s; }*/
.cover_delay .js-cover:nth-child(8):after { transition-delay: 0.8s; }
/*.cover_delay .js-cover:nth-child(9):before { transition-delay: 1.0s; }*/
.cover_delay .js-cover:nth-child(9):after { transition-delay: 0.9s; }
/*.cover_delay .js-cover:nth-child(10):before { transition-delay: 1.1s; }*/
.cover_delay .js-cover:nth-child(10):after { transition-delay: 1.0s; }
/*.cover_delay .js-cover:nth-child(11):before { transition-delay: 1.2s; }*/
.cover_delay .js-cover:nth-child(11):after { transition-delay: 1.1s; }
/*.cover_delay .js-cover:nth-child(12):before { transition-delay: 1.3s; }*/
.cover_delay .js-cover:nth-child(12):after { transition-delay: 1.2s; }
/*.cover_delay .js-cover:nth-child(13):before { transition-delay: 1.4s; }*/
.cover_delay .js-cover:nth-child(13):after { transition-delay: 1.3s; }
/*.cover_delay .js-cover:nth-child(14):before { transition-delay: 1.5s; }*/
.cover_delay .js-cover:nth-child(14):after { transition-delay: 1.4s; }
/*.cover_delay .js-cover:nth-child(15):before { transition-delay: 1.6s; }*/
.cover_delay .js-cover:nth-child(15):after { transition-delay: 1.5s; }
/*.cover_delay .js-cover:nth-child(16):before { transition-delay: 1.7s; }*/
.cover_delay .js-cover:nth-child(16):after { transition-delay: 1.6s; }
/*.cover_delay .js-cover:nth-child(17):before { transition-delay: 1.8s; }*/
.cover_delay .js-cover:nth-child(17):after { transition-delay: 1.7s; }
/*.cover_delay .js-cover:nth-child(18):before { transition-delay: 1.9s; }*/
.cover_delay .js-cover:nth-child(18):after { transition-delay: 1.8s; }
/*.cover_delay .js-cover:nth-child(19):before { transition-delay: 2.0s; }*/
.cover_delay .js-cover:nth-child(19):after { transition-delay: 1.9s; }
/*.cover_delay .js-cover:nth-child(20):before { transition-delay: 2.1s; }*/
.cover_delay .js-cover:nth-child(20):after { transition-delay: 2.0s; }

/* Fade In */
/* 淡入 */
.fadeIn_base { opacity: 0; visibility: hidden;
    -webkit-transition: all 1.2s cubic-bezier(0.42, 0, 0.58, 1.0);
    -moz-transition: all 1.2s cubic-bezier(0.42, 0, 0.58, 1.0);
    -o-transition: all 1.2s cubic-bezier(0.42, 0, 0.58, 1.0);
    transition: all 1.2s cubic-bezier(0.42, 0, 0.58, 1.0);
}

.fi_top {       transform: translate(   0px,   50px); }
.fi_bottom {    transform: translate(   0px,  -50px); }
.fi_left {      transform: translate( -50px,    0px); }
.fi_right {     transform: translate(  50px,    0px); }
.fi_right_v2 {  transform: translate( 100px,    0px); }

.fi_end { opacity: 1; visibility: visible; transform: translate(0,0); }

/* Class 內 逐一進入 ( 公共 ) */
.fadeInBox .fadeIn_base:nth-child(1){ transition-delay: 0.3s; }
.fadeInBox .fadeIn_base:nth-child(2){ transition-delay: 0.6s; }
.fadeInBox .fadeIn_base:nth-child(3){ transition-delay: 0.9s; }
.fadeInBox .fadeIn_base:nth-child(4){ transition-delay: 1.2s; }
.fadeInBox .fadeIn_base:nth-child(5){ transition-delay: 1.5s; }
.fadeInBox .fadeIn_base:nth-child(6){ transition-delay: 1.8s; }
.fadeInBox .fadeIn_base:nth-child(7){ transition-delay: 2.1s; }
.fadeInBox .fadeIn_base:nth-child(8){ transition-delay: 2.4s; }
.fadeInBox .fadeIn_base:nth-child(9){ transition-delay: 2.7s; }
.fadeInBox .fadeIn_base:nth-child(10){ transition-delay: 3.0s; }
.fadeInBox .fadeIn_base:nth-child(11){ transition-delay: 3.3s; }
.fadeInBox .fadeIn_base:nth-child(12){ transition-delay: 3.6s; }
.fadeInBox .fadeIn_base:nth-child(13){ transition-delay: 3.9s; }
.fadeInBox .fadeIn_base:nth-child(14){ transition-delay: 4.2s; }
.fadeInBox .fadeIn_base:nth-child(15){ transition-delay: 4.5s; }
.fadeInBox .fadeIn_base:nth-child(16){ transition-delay: 4.8s; }
.fadeInBox .fadeIn_base:nth-child(17){ transition-delay: 5.1s; }
.fadeInBox .fadeIn_base:nth-child(18){ transition-delay: 5.4s; }
.fadeInBox .fadeIn_base:nth-child(19){ transition-delay: 5.7s; }
.fadeInBox .fadeIn_base:nth-child(20){ transition-delay: 6.0s; }

/* Class 內 逐一進入 ( 公共 mini ) */
.fadeInBox.miniTime1 .fadeIn_base:nth-child(1) { transition-delay: 0.1s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(2) { transition-delay: 0.2s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(3) { transition-delay: 0.3s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(4) { transition-delay: 0.4s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(5) { transition-delay: 0.5s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(6) { transition-delay: 0.6s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(7) { transition-delay: 0.7s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(8) { transition-delay: 0.8s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(9) { transition-delay: 0.9s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(10) { transition-delay: 1.0s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(11) { transition-delay: 1.1s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(12) { transition-delay: 1.2s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(13) { transition-delay: 1.3s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(14) { transition-delay: 1.4s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(15) { transition-delay: 1.5s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(16) { transition-delay: 1.6s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(17) { transition-delay: 1.7s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(18) { transition-delay: 1.8s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(19) { transition-delay: 1.9s; }
.fadeInBox.miniTime1 .fadeIn_base:nth-child(20) { transition-delay: 2.0s; }

.fadeInBox.miniTime2 .fadeIn_base:nth-child(1) { transition-delay: 0.2s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(2) { transition-delay: 0.4s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(3) { transition-delay: 0.6s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(4) { transition-delay: 0.8s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(5) { transition-delay: 1.0s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(6) { transition-delay: 1.2s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(7) { transition-delay: 1.4s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(8) { transition-delay: 1.6s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(9) { transition-delay: 1.8s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(10) { transition-delay: 2.0s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(11) { transition-delay: 2.2s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(12) { transition-delay: 2.4s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(13) { transition-delay: 2.6s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(14) { transition-delay: 2.8s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(15) { transition-delay: 3.0s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(16) { transition-delay: 3.2s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(17) { transition-delay: 3.4s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(18) { transition-delay: 3.6s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(19) { transition-delay: 3.8s; }
.fadeInBox.miniTime2 .fadeIn_base:nth-child(20) { transition-delay: 4.0s; }

.features_bar {
    width: 50px;
    display: inline-block;
    position: fixed;
    top: 405px;
    right: 0;
    background-color: #29b0ad;
    text-align: center;
    border-radius: 10px 0 0 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    z-index: 10
}

.fbbtn {
    display: block;
    color: #fff;
    font-size: 0;
    padding: 15px 5px;
    border-top: 1px solid #fff
}

.fbbtn:first-child {
    font-size: 14px;
    border: 0
}

.fbbtn i {
    display: block;
    font-size: 20px;
    color: #fff;
}

.fbbtn:first-child i {
    padding-bottom: 5px
}
/*================================●●●●●●●●●●●●Hover●●●●●●●●●●●●================================*/
@media screen and (min-width:/*1240*/1401px){
header .mar .rightmbox .menus .grids:hover .du{ display:block; }
header .mar .rightmbox .menus .grids:hover .alinks .line:after{ opacity:1; width:100%; }
header .mar .rightmbox .menus .grids .du .blinks:hover{ color:#29b0ad; }
header .mar .rightmbox .contactbtn .btns:hover{ background-image: url(../images/about/btn_contact_g.svg); }
}


/*================================●●●●●●●●●●●●平板●●●●●●●●●●●●================================*/
@media screen and (min-width:768px) and (max-width:/*1239*/1400px){
header .mar{ position:relative; }
header .mar .rightmbox{ display:block; position:absolute; top:83px; right:-40%; transition:right 0.6s; background: #29b0ad; height: calc( 100vh - 83px ); overflow:auto; }
header .mar .rightmbox .menus{ display:block; margin:auto; padding:15px 20px; }
header .mar .rightmbox .menus .grids{ margin:0 0 15px 0; }
header .mar .rightmbox .menus .grids .alinks{ line-height:normal; text-align:center; padding:5px; color:#fff; }
header .mar .rightmbox .menus .grids .alinks:after{ content:""; display:inline-block; vertical-align:middle; width:0; height:0; border-width:8px 5px 0 5px; border-color:#fff transparent transparent transparent; border-style:solid; margin: 0 0 3px 5px; }
header .mar .rightmbox .menus .grids.no_du .alinks:after{ opacity: 0; }
header .mar .rightmbox .menus .grids .alinks .line{ color:#fff; }
header .mar .rightmbox .menus .grids .du{ position:static; display:none; transform:none; -webkit-transform:none; -moz-transform:none; padding:10px 0; background:none; }
header .mar .rightmbox .menus .grids .du .blinks{ text-align:center; padding:5px 0; border-bottom: 1px solid #4bcbc8; font-size: 0.875rem; color:#fff; }
header .mar .rightmbox .contactbtn{ margin:auto; }
header .mar .rightmbox .contactbtn .btns.lazyload{ background-image:none; }
header .mar .rightmbox .contactbtn .btns{ background-image:url(../images/about/btn_contact_w.svg); }

header .mar .rightmbox .lanbox{ margin:0; padding:15px 20px; color:#fff; }
header .mar .rightmbox .lanbox a{ color:#fff; }

header.show_rightmbox .mar .rightmbox{ right: 0%; }


header .mar .mobbtn{ display: block; width:32px; height:25px; position:absolute; right:30px; top:0; bottom:0; margin:auto; cursor:pointer; }
header .mar .mobbtn span{ width:100%; height:3px; background:#29b0ad; display:block; margin:8px 0; }
header .mar .mobbtn:before{ content:""; display:block; width:100%; height:3px; background:#29b0ad; }
header .mar .mobbtn:after{ content:""; display:block; width:100%; height:3px; background:#29b0ad; }


footer{ padding:25px 0; }
footer .leftbox{ display:none; }
footer .rightbox{ padding:0 20px; width:100%; display:flex; }
footer .rightbox .list{ width:50%; margin:0px; padding:0 20px 0 0; }
footer .bottombox{ padding:20px 20px 0 20px; border-top: 1px solid #fff; margin-top:20px; }
footer .bottombox .t1{ text-align:center; }

}


/*================================●●●●●●●●●●●●手機●●●●●●●●●●●●================================*/
@media screen and (max-width:767px){
header .mar{ position:relative; height:70px; padding:0 20px; }
header .mar::after{ z-index: 2; position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0; background-color: #eeefee; }
header .mar .logo{ z-index: 3; position:relative; width:192px; height:24px; }

header .mar .rightmbox{ z-index: 1; display:block; position:absolute; top:calc(-100vh + 70px); right:0; left:0; transition:top 0.6s; margin:auto; background: #29b0ad; height: calc( 100vh - 70px ); overflow:auto; }
header .mar .rightmbox .menus{ display:block; margin:auto; padding:15px 20px; }
header .mar .rightmbox .menus .grids{ margin:0 0 15px 0; }
header .mar .rightmbox .menus .grids .alinks{ line-height:normal; text-align:center; padding:5px; color:#fff; }
header .mar .rightmbox .menus .grids .alinks:after{ content:""; display:inline-block; vertical-align:middle; width:0; height:0; border-width:8px 5px 0 5px; border-color:#fff transparent transparent transparent; border-style:solid; margin: 0 0 3px 5px; }
header .mar .rightmbox .menus .grids.no_du .alinks:after{ opacity: 0; }
header .mar .rightmbox .menus .grids .alinks .line{ color:#fff; }
header .mar .rightmbox .menus .grids .du{ position:static; display:none; transform:none; -webkit-transform:none; -moz-transform:none; padding:10px 0; background:none; }
header .mar .rightmbox .menus .grids .du .blinks{ text-align:center; padding:5px 0; border-bottom: 1px solid #4bcbc8; font-size: 0.875rem; color:#fff; }
header .mar .rightmbox .contactbtn{ margin:auto; }
header .mar .rightmbox .contactbtn .btns.lazyload{ background-image:none; }
header .mar .rightmbox .contactbtn .btns{ background-image:url(../images/about/btn_contact_w.svg); }

header .mar .rightmbox .lanbox{ margin:0; padding:15px 20px; color:#fff; text-align:center; }
header .mar .rightmbox .lanbox a{ color:#fff; }

header.show_rightmbox .mar .rightmbox{ top:70px; }

header .mar .mobbtn{ z-index: 3; display: block; width:28px; height:18px; position:absolute; right:20px; top:0; bottom:0; margin:auto; cursor:pointer; }
header .mar .mobbtn span{ width:100%; height:2px; background:#29b0ad; display:block; margin:6px 0; }
header .mar .mobbtn:before{ content:""; display:block; width:100%; height:2px; background:#29b0ad; }
header .mar .mobbtn:after{ content:""; display:block; width:100%; height:2px; background:#29b0ad; }

footer{ padding:25px 0 70px 0; }
footer .leftbox{ display:none; }
footer .rightbox{ padding:0 20px; width:100%; }
footer .rightbox .list{ width:100%; margin:0 0 20px 0; padding:0; }
footer .bottombox{ padding:20px 20px 0 20px; border-top: 1px solid #fff; margin-top:20px; }
footer .bottombox .t1{ text-align:center; }

.features_bar {
    width: 100%;
    height: 50px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 10px 10px 0 0
}

.fbbtn {
    width: 25%;
    height: 50px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding-top: 30px;
    color: #fff;
    position: relative;
    border: 0
}

.fbbtn i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 35px;
    height: 30px;
    font-size: 20px
}

.fbbtn br {
    display: none
}

}