﻿a:link ,a:visited, a:hover, a:active {
    text-decoration: none;
}
/*----- 多語系下拉選單 -----*/
.languageSelect {
    width:100%;
    padding: 15px;
    text-align: right;
}
#languageBut {
    margin-right: 10px !important;
    background-color: #3E2517;
    color: #ffffff;
    border: 1px solid #000000;
    padding:5px;
}
/*----- Logo -----*/
#logo > a {
    float: left;
    line-height: 150px;
}

#logoImg {
    max-height: 90px;
}

#m_logoImg {
    display: none;
    max-width: 300px;
    max-height: 65px;
}

/*----- 選單樣式 -----*/
#primary-menu {
    text-align: right;
    border: 1px solid rgba(0,0,0,0);
}
#primary-menu-ul {
    list-style: none;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

#primary-menu-ul > li {
    display: inline-block;
    text-align: center;
    vertical-align: text-bottom;
    padding: 0px;
    margin: 0px;
}

#primary-menu-ul > li > a {
    display: block;
    width: 150px;
    height: 150px;
    line-height:150px;
    color: #FFFFFF !important;
    font-size: 16px;
    text-align: center;
}

#primary-menu-ul > li > a:hover, .active {
    background-image: url('../img/nav_hover.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/*最新消息、產品介紹 子選單樣式*/
#second-news, #second-product {
    display: none;
    position: absolute;
    z-index:9999;
    padding:0px;
    background-color:#fff;
    list-style: none;
}

#second-news li, #second-product li {
    text-align: center;
}

#second-news a, #second-product a {
    display: block;
    width: 150px;
    padding: 15px;
    color: #ffffff;
    background-color: #3E2517;
    font-size: 15px;
    white-space: nowrap;
}

#second-news a:hover, #second-product a:hover {
    color:#fff;
    background-color: #794200;
}

/* 客服選單樣式 */
.customeservice-close {
    background-image: url('../img/BgLinkClose.png');
    background-repeat: repeat-x;
    background-position: top center;
    width: 53px;
    height: 90px;
}

.customeservice-open {
    background-image: url('../img/BgLinkOpen.png');
    background-repeat: repeat-x;
    background-position: top center;
    width: 191px;
    height: 300px;
}

/* 跑馬燈 */
.marquee {
    color:#ffffff;
    background-color: rgba(0,0,0,0.5);
    font-size: 15px;
    width: 100%;
    top:601px;
    padding-top:5px;
}

/*----- 底部樣式 -----*/
#footerMenu {
    list-style: none;
    padding:0px;
}

#footerMenu li {
    display: inline-block;
    text-align: center;
}

#footerMenu li > a {
    display:block;
    padding:20px;
    font-size: 15px;
    color: #fff;
}

#footerMenu li > a:hover {
    color:#ffffff;
    background-color: #794200;
    text-decoration: none;
}

#footer-text span {
    color: #fff !important;
}

.copyright {
    text-align: center;
    color: #fff;
}

.img-vertical-align {
    vertical-align: bottom;
}

/*----- 友站連結樣式 -----*/
#footerLink {
    text-align: center;
    padding-bottom: 30px;
}
#footerLink > a {
    display: inline-block;
    width: 250px;
    text-align: center;
}
#footerLink > a {
    margin: 30px 8px 0px 8px;
}

#footerLink > a img {
    width:100%;
    max-width:250px;
}

/* 共用樣式 */
.float-left {
    float: left
}

.float-right {
    float: right;
}
/*----- 字型樣式 大小 -----*/
.font-40 {
    font-size: 40px;
}

.font-32 {
    font-size: 32px;
}

.font-20 {
    font-size: 20px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

/*----- 字型樣式 租體 -----*/
.font-bold {
    font-weight: bold;
}

.font-bolder{
    font-weight:bolder;
}

/*----- 字型樣式 顏色 -----*/
.font-light-blue {
    color: #7abbde;
}

.font-white {
    color: #ffffff;
}

.text-align-center {
    text-align: center;
}

.more {
    color: #fff;
    display: block;
    padding: 10px;
    margin: 20px auto;
    width: 152px;
    font-size: 14px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #794200;
}

.more:hover {
    color: #ffffff;
    background-color: #794200;
    border: 1px solid #794200;
}

#slideShow {
    list-style-type: none;
    height: 35vw;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
    #slideShow li img {
        width: 100%;
        height: 35vw;
    }

@media screen and (max-width: 960px) {
    #slideShow {
        height: 45vw !important;
    }
        #slideShow li img {
            height: 45vw !important;
        }
}

/*輪播圖導航按鈕*/
.sliderNavUl {
    width: 100%;
    position: relative;
    z-index: 99;
    bottom: 30px;
    margin-bottom: -24px;
    text-align: center;
}

.sliderNavli {
    width: 10px;
    height: 10px;
    border: 1px solid #7E4D32;
    background-color: white;
    border-radius: 10px;
    line-height: 10px;
    display: inline-block;
    margin: auto 5px;
}

    .sliderNavli.active {
        background-color: #7E4D32;
    }

    .sliderNavli:hover {
        background-color: #7E4D32;
        cursor: pointer;
    }