﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
    background:url(../images/all/dot_bg.png) repeat;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #f16362;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-primary{
    background-color: #3e6410;
    background-image: none;
    box-shadow: none;
    padding: 6px 20px;
    border-color:transparent;
    text-shadow:none;
    letter-spacing: 2px;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #263e0a;
    border-color:transparent;
    
}
/********************* Header *********************/
.header {
    /*background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
}
body.home #membership {
    max-width: 700px;
    display: none;
}
.header .logout_box{}
.header .logout_box::after{
    content:'';
    display:block;
    background-color:#ffe376;
    width: 100vw;
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    bottom: 0;
    z-index: -1;
}
.header .logout_box .wlcm{}
.header .logout_box .wlcm p{
    display: inline-block;
    font-size: 16px;
    margin: 15px 0;
}
.header .logout_box .wlcm p.greet{
    position: absolute;
    right: 100px;
}
.header .logout_box .wlcm a.btn{
    position: absolute;
    right: 10px;
    top: 10px;
}

/* header logo */
.header .navbar .navbar-brand {
    width: 290px;
    height: 80px;
    background: url(../images/all/logo.png) no-repeat;
    background-size:contain;
    text-indent: -9999px;
    display: block;
    margin: 25px 0 23px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
body.home .header .navbar .navbar-nav{
    
}
.header .navbar .navbar-nav {
    background: none;
    margin-top: 84px;
    margin-right: -15px;
    float: right;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #888;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    padding-top: 0px;
}

.header .navbar .navbar-nav li a:hover {
    color: #333;
    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 {
    display:none;
    position: absolute;
    right: 15px;
    top: 20px;
}

.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 {
    display:none;
    position: absolute;
    right: 54px;
    top: 20px;
}

.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;
}
.banner .container-fluid{
    padding:0;
}
.banner .container {
    max-width: 1144px;
    padding: 0;
    /*background-color: #EEE;*/
}

.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: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}

/********************* Footer *********************/
.footer {
    /*padding: 15px 0 0;*/
    text-align: center;
}

/* sitemap */
.footer .sitemap ul li {
    color: #888;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #fff;
    padding: 10px;
}

.footer .sitemap ul li a:hover {
    color: #ee9393;
}

.footer_content {
    background-color: #f26161;
    color:#fff;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0px;
}

/* siteinfo */
.footer .f-logo,
.footer .siteinfo,
.footer .copyright{
    float: left;
    /*margin: 0 15px;*/
    /*outline: 1px solid;*/
}
.footer .f-logo{
    width: 25%;
}
.footer .f-logo h1{
    background: url(../images/all/logo.png)no-repeat 50% 50%;
    width: 100%;
    height: 90px;
    background-size: contain;
    text-indent: -99999px;
    margin: 0;
}
.footer .siteinfo{
    text-align: left;
    width: 40%;
    padding: 0 20px;
}
.footer .siteinfo ul > li {
    /* padding: 0; */
    line-height: 2;
}
.footer .siteinfo ul > li.i::before{
    content: '';
    display: inline-block;
    background: url(../images/all/footer_icon.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: cover;
    vertical-align: sub;
    margin: 0 5px;
}
.footer .siteinfo ul > li a{
    color: #fff;
}
.footer .siteinfo ul > li a:hover{
    color:#f4b2b2;
}

.footer .siteinfo ul > li + li:before {
    /*content: "/ ";
    padding: 0 5px;
    color: #9c9c9c;*/
}
.footer_home .smo,
.footer .smo{
    display: inline-block;
}
.footer_home .smo > ul,
.footer .smo > ul{
    list-style:none;
}
.footer_home .smo > ul > li,
.footer .smo > ul > li{
    text-align: center;
}
.footer_home .smo > ul > li > a,
.footer .smo > ul > li > a{
    background: url(../images/all/footer_icon_fb.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
}

.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{
    width: 35%;
    text-align: right;
}
.footer .copyright > ul > li{
    line-height:1.8;
}
.footer .copyright b {
    color: #fff;
}

.footer .copyright > a.btn{
    color:#f2c6c6;
    font-size:14px;
    border:1px solid #f2c6c6;
    background-color:#f26161;
    margin: 0 15px;
}

.footer .copyright > a.btn:hover{
    background-color: #e43f3a;
    color: #fddede;
    border: 1px solid #fde2e2;
}

.footer .powered {}

.footer .powered a {
    color:#f4b2b2;
}

.footer .powered a:hover {
    color:#f2caca;
}

/********************* 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 {
    background:url(../images/video/land_01.png) -10% bottom ,url(../images/video/land_02.png) 105% bottom ;
    background-repeat:no-repeat;
    /*box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
}

.main_content {
    min-height: 600px;
    padding: 30px 0;
}

/*----------------------- 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 > h1 {
    /*color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;*/
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: right;
    /*position: absolute;
    right: 10px;
    top: 0;*/
    
}

.content .breadcrumb > li + li:before {
    content: "＞";
}

.content .txt {
    padding: 15px;
    line-height: 30px;
}

/* 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: 30px;
    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-color: #3e6410;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 8px 20px;
}

.content .btn-box .pager li > a:hover {
    background-color: #5f9221;
    /*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;
    border-radius: 0;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .header,
body.home .footer,
.header .navbar {
    display:none;
}
body.home .main {
    background:url(../images/home/sky.png) center -15% no-repeat,url(../images/home/land.png) center 125% no-repeat;
}

body.home .main_content {
    /*background:url(../images/home/sky.png) center -10% no-repeat,url(../images/home/land.png) center 130% no-repeat;*/
    min-height: 100vh;
}
body.home .content h1.logo{
    background: url(../images/all/logo_home.png)no-repeat;
    background-size: cover;
    width: 290px;
    height: 80px;
    text-indent: -99999px;
    position: absolute;
    right: 0;
    top: 0;
}
body.home .content h2{
    background: url(../images/home/h1.png)no-repeat;
    width: 488px;
    height: 95px;
    color: #e13434;
    text-indent: -99999px;
    position: absolute;
    left: calc(50% - 488px /2);
    top: 70px;

}
body.home .content h2 > b{
    color:#ff9459;
    
}
body.home .content h3 {
    background: url(../images/home/h2.png)no-repeat;
    width: 515px;
    height: 65px;
    color: #5f9221;
    text-indent: -99999px;
    position: absolute;
    left: calc(50% - 515px / 2);
    top: 185px;
}
body.home .content h3 > span {
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}
body.home .sec-box{
    position: relative;
    display: flex;
    margin: 70px auto;
}
body.home .sec-box .bird{}
body.home .sec-box .bird .b1{
    position:absolute;
    left:0;
    top:60px;
}
body.home .sec-box .bird .b2{
    position: absolute;
    right: 60px;
    top: 150px;
	display:none;
}
body.home .sec-box .mascot{
	background: url(../images/home/mascot_m.png);
    width: 300px;
    height: 411px;
    position: absolute;
    right: -10px;
    bottom: calc(10px / 2);
}
body.home .sec{
    width: 500px;
    background-color: #c4dda6;
    margin: 280px auto 30px;
    border-radius: 35px;
    /*z-index:-1;*/
    /*padding: 30px;*/
}
body.home .sec .form-border{
    padding: 30px 15px 0px;
    
}
body.home .sec .form-horizontal{

}
body.home .sec .form-group{}

body.home .sec .form-group .control-label{
    font-size:16px;
    font-weight:normal;
    color:#5f9221;
}
body.home .sec .form-group .form-control{
    border-radius: 10px;
    border: 1px solid #b0ca92;
    height: 40px;
}
body.home .sec .login.form-group{
    margin: 25px -15px 0 -15px;
    background-color: #5f9221;
    border-radius: 0 0 25px 25px;
}
body.home .sec .login .bt-group{
    padding: 15px;
    margin: 0;
    width: 100%;
    text-align: center;
}

body.home .sec .form-group a{
    color: #fff;
}
body.home .sec .form-group a.btn{
    margin: 0 10px;
}
body.home .footer_home{
    position: absolute;
    bottom: -110px;
    left: calc(50% - 570px / 2);
    width: 50%;
    /*outline: 1px solid red;*/
    
}
body.home .footer_home .siteinfo{}

body.home .footer_home .siteinfo > ul{
    color: #385c0d;
    text-align: center;
}
body.home .footer_home .siteinfo > ul > li{
    line-height: 2;
}

body.home .footer_home .siteinfo > ul > li.i::before {
    content: '';
    display: inline-block;
    background: url(../images/home/footer_icon.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: cover;
    vertical-align: sub;
    margin: 0 5px;
}
body.home .footer_home .siteinfo > ul > li > a{
    color:#385c0d;
}
body.home .footer_home .siteinfo > ul > li > a:hover{
    color:#548b13;
}
body.home .footer_home .siteinfo > ul > li.tel::before{}

.footer .siteinfo ul > li.fax::before,
body.home .footer_home .siteinfo > ul > li.fax::before{
    background-position:0 -20px;
}

.footer .siteinfo ul > li.add::before,
body.home .footer_home .siteinfo > ul > li.add::before{
    background-position:0 -40px;
}
body.home .footer_home .copyright{
    text-align:center;
}
body.home .footer_home .copyright > a.btn {
    color: #f5f5f5;
    font-size: 14px;
    background-color: #3e6410;
    margin: 0 15px;
}
body.home .footer_home .copyright > a.btn:hover {
    background-color: #2b450b;
    color: #fff;
}



/*----------------------------------------- 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;
}
/*.search-box*/
.search-box{
    width: 50%;
    position: absolute;
    left:0;
    bottom: 25px;  
}
.search-box h4{
    background: url(../images/video/search_icon.png) no-repeat;
    padding: 8px 0 8px 85px;
    font-size: 48px;
    color: #f26161;
    font-weight: bold;
    margin-bottom: 20px;
}
.search-box h4 > span{
    font-size: 24px;
    color: #f7d242;
    margin-left: 10px;
    font-weight: normal;
}
.search-box .form-border{
    position:relative;
}
.search-box .form-inline{}
.search-box .form-inline .form-group.w1{
    width: calc(50% - 10px);
}
.search-box .form-inline .form-group.w1:last-child{
    margin-left: 15px;
}
.search-box .form-group{
    
}
.search-box .form-group .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 15px;
    
}
.search-box  a.btn{
    background:url(../images/all/search_btn.png) no-repeat;
    font-size: 16px;
    width:95px;
    height:95px;
    padding-top: 35px;
    position: absolute;
    right: -125px;
    top: 0;
    /*background-color: #49ad9f;
    padding: 30px;
    border-radius: 50%;*/

}
.search-box  a.btn:hover{
    opacity:0.9;
}

/*body.video*/
.content .video-list{}
.content .video-list .item{}
.content .video-list .item a{
    display: block;
    margin-bottom: 50px;
}
.content .video-list .item .pic{
    overflow:hidden;
    background-color: #fff;
}
.content .video-list .item .pic img{
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*opacity:0.8;*/
    transform: scale(1);
}
.content .video-list .item:hover .pic img{
    /*opacity:1;*/
    transform: scale(1.1);
}


.content .video-list .item .info{
    padding: 15px;
    display: block;
    background-color: #ebebeb;
    border-top: 6px solid #fbcb10;
    border-radius: 0 0 10px 10px;
    min-height: 135px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content .video-list a:hover .info{
    border-top-color: #f26161;
}
.content .video-list .item .info .date{
    background-color: #f68d2c;
    color: #fff;
    padding: 6px 20px;
    border-radius: 10px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content .video-list a:hover .info .date{
    background-color: #993d3d;
}
.content .video-list .item .info h4 {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content .video-list a:hover .info h4{
    color: #993d3d;
}

/*body.video.show*/

body.video.show .content .btn-box {
    text-align:center;
}

body.video .editor{
    background-color: rgba(255, 255, 253, 0.8);
}
body.video .editor .t2{
    background:url(../images/video/t2_icon.png) no-repeat 0 0;
    padding-left:70px;
    color:#e37156;
    font-size:30px;
    line-height:1.5;
    margin-bottom: 30px;
}

body.video .editor .youtube{
    margin-bottom:50px;
}