.mainfoot .infoBox a {
    color: #ffffff;
    text-decoration: none;
}

.mainfoot .infoBox a:hover {
    text-decoration: underline;
}

main {
    margin-top: 57px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.downloadBox .add-download h4 {
    display: inline-block;
}

.downloadBox .add-download {
    text-align: center;
    margin-top: 30px;
}

.downloadBox .add-download h4 a {
    color: #ffff;
    font-size: 20px;
    font-weight: bold;
}

.downloadBox .add-download h4 a:before {
    content: "|";
    margin-left: 15px;
    margin-right: 15px;
}

.downloadBox .add-download h4:last-child a:after {
    content: "|";
    margin-left: 15px;
}

@media (max-width:767px) {
    .downloadBox .add-download h4 {
        display: block;
    }

    .downloadBox .add-download h4 a:before,
    .downloadBox .add-download h4:last-child a:after {
        content: "";
        margin: 0;
    }

    .downloadBox .add-download h4 a {
        display: inline-block;
        margin-bottom: 10px;
    }
}

main #china .chinaBox .panel-content .master-slider .ms-thumbs-cont .ms-thumb-frame {
    width: 25%;
}

main #taiwan .taiwanBox .panel-content .master-slider .ms-thumbs-cont .ms-thumb-frame {
    width: 29%;
}

main #china .chinaBox .panel-content .master-slider .ms-thumbs-cont .ms-thumb-frame,
main #china .chinaBox .panel-content .master-slider .ms-thumbs-cont,
main #taiwan .taiwanBox .panel-content .master-slider .ms-thumbs-cont {
    margin: auto !important;
    left: 0 !important;
}

.ms-thumb-frame {
    display: inline-block !important;
    float: none !important;
}

.ms-thumbs-cont {
    width: 100% !important;
    display: block !important;
    left: 0 !important;
    text-align: center !important;
}

@media (max-width:767px) {
    img.hvr-buzz {
        width: 100px;
    }
}

@media (max-width:479px) {
    img.hvr-buzz {
        width: 60px;
    }
}

.ms-view.ms-basic-view:last-child {
    display: none;
}

@media (max-width:767px) {
    .scrollup {
        bottom: 20px;
        right: 10px;
    }
}

.navbar-toggle {
    border-radius: 0;
}

header .navbar-default .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
}

.footer-copyright {
    color: #fff;
    line-height: 60px;
    font-size: 14px;
    min-height: 60px;
    background-color: #d70c18;
}

.footer-copyright span {
    margin-left: 10px;
}

@media (max-width:991px) {
    .footer-copyright {
        text-align: center;
        font-size: 16px;
    }
}

#more ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
}

#more li span {
    color: #e60012;
}

#more ul ol {
    list-style-type: decimal;
    padding-top: 5px;
    padding-bottom: 5px;
}

#more ul li {
    margin-top: 7px;
    margin-bottom: 7px;
}

#more .strong {
    color: #e60012;
}

@media (max-width:767px) {
    #info .cp span {
        display: block;
    }
}

#more table.more-info-table,
#more table.more-info-table td {
    border: 1px solid #d90d1b;
    color: #d90d1b;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

#more table.more-info-table td.half {
    width: 50%;
}

#more table td.half-half {
    width: 25%;
}

#info .col-xs-12 {
    text-align: right;
}

@media (max-width:1199px) {
    #more .more_table {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    main .contentBox section .cp {
        margin-top: 20px;
        text-align: left;
    }
}

.more-info-table .cross-line {
}

.more-info-table .cross-line {
    background-image: url('../../../images/common/cross-line.gif');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}