/* 客服聯絡 */

.contact-page .contact-list span {
    text-align: left;
}

.contact-page .contact-list span.large {
    display: inline-block;
    color: #003399;
    width: 175px;
    text-align: left;
    margin-right: 10px;
}

.contact-page .contact-list a {
    text-decoration: underline;
}

.contact-page .contact-list a:hover {
    color: #FB8B24;
}

/* 首頁 */

.site-header .top-nav>div:nth-of-type(2) {
    width: 360px;
}

/* 現貨查詢 */

.btn.jsearch.mob {
    font-size: 10px;
    font-weight: normal;
    padding-top: 10px;
}

/* 頁尾 */

.ibtn.fb-fans-page {
    background: url(../../images/en/btn_facebook_en.jpg);
}

.footer-top .f-1 {
    margin-right: 10px;
}

/* 公司簡介 */
.about-page .sect-title-2{
    letter-spacing: 0;
}

@media screen and (max-width: 1300px) {
    .site-title {
        padding: 50px 0 2px;
    }
    .header-fixed .site-title {
        padding: 20px 0 5px;
    }
    .site-nav .menu>li>a:after {
        bottom: 7px;
    }
    .site-nav .menu>li>a::before {
        content: '';
        position: absolute;
        width: 70px;
        height: 43px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}

@media screen and (max-width: 1000px){
    .site-title {
        padding-top: 20px;
        padding-bottom: 20px;
        float: none;
        text-align: center;
    }
}
