body,
html {
    font-family: Microsoft JhengHei, Arial;
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.main_widget {
    text-align: center;
    padding: 20px 0px;
}

.box {
    text-align: left;
}

.img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.img2 {
    display: block;
    max-width: 70%;
    padding: 0;
    margin: 0 auto;
}

.img3 {
    display: block;
    max-width: 40%;
    padding: 0;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 767px) {
    .img3 {
        max-width: 100%;
    }
}

h2 {
    text-align: left;
    line-height: 1.6;
    margin: 70px 0 20px 0;
}

h3 {
    font-size: 20px;
    color: #7c0404;
    margin: 15px 0;
}

h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    margin: 25px 0;
}

@media (max-width: 767px) {
    h2 {
        margin: 0 0 20px 0;
    }
}

h5 {
    text-align: justify;
    font-size: 16px;
    text-justify: inter-ideograph;
    line-height: 1.8;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #7c0404;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}


/*Navigation*/

.navbar-dark {
    background: #222;
    z-index: 99999;
}

.navbar-dark a {
    color: rgb(205, 209, 210);
}

.navbar-brand {
    height: 70px;
    padding: 25px 15px;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
}

.navbar-brand strong {
    color: white;
    margin-right: 2px;
}

.navbar-brand:hover {
    color: #7c0404;
    text-decoration: none;
}

.nav>li>a {
    padding: 25px 10px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #7c0404;
    color: white;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 12px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.fa {
    width: 3rem;
    font-size: 3rem;
    color: #7c0404;
    text-align: center;
}

.fa-bars_bg {
    color: #FFF;
}

.navbar70 {
    padding-top: 70px;
}


/* Index-Full */

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item>a {
    display: block;
    height: 100%;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

.carousel-indicators {
    left: 45%;
    width: 70%;
    bottom: 0;
}

.carousel-indicators li {
    position: relative;
    width: 30px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-color: #fff;
    background-color: #fff;
}

.carousel-indicators .active {
    width: 30px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 1px;
    border-color: #222;
    background-color: #222;
}

.carousel-caption {
    width: 100%;
    color: #FFF;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.43);
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel-caption a:link,
.carousel-caption a:visited,
.carousel-caption a:active,
.carousel-caption a:focus,
.carousel-caption a:hover {
    color: #FFF;
    text-decoration: none;
}

.carousel-caption-title1 {
    font-size: 80px;
}

.carousel-caption-title2 {
    font-size: 50px;
}

.carousel-caption-title3 {
    font-size: 20px;
}

@media (max-width: 767px) {
    .carousel-caption-title1 {
        font-size: 40px;
    }
    .carousel-caption-title2 {
        font-size: 25px;
    }
    .carousel-caption-title3 {
        font-size: 10px;
    }
}


/* Page Banner */

.About_banner {
    background-image: url(../images/banner/About.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    max-width: 100%;
    padding: 150px 0;
    margin: 0;
}

.Motorcycle_banner {
    background-image: url(../images/banner/Motorcycle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    max-width: 100%;
    padding: 150px 0;
    margin: 0;
}

.Automobile_banner {
    background-image: url(../images/banner/Automobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    max-width: 100%;
    padding: 150px 0;
    margin: 0;
}

.Additives_banner {
    background-image: url(../images/banner/Additives.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    max-width: 100%;
    padding: 150px 0;
    margin: 0;
}

.Knowledge_banner {
    background-image: url(../images/banner/Knowledge.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    max-width: 100%;
    padding: 150px 0;
    margin: 0;
}

.Activity_banner {
    background-image: url(../images/banner/Activity.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    max-width: 100%;
    padding: 150px 0;
    margin: 0;
}

.Contact_banner {
    background-image: url(../images/banner/Contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    max-width: 100%;
    padding: 150px 0;
    margin: 0;
}


/* Breadcrumb */

.breadcrumb {
    text-align: left;
    font-size: 10px;
    background-color: rgb(141, 1, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 0, 0);
    padding: 8px 15px;
}

.breadcrumb a {
    color: #CCC;
    text-decoration: none;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #FFF;
}


/* Index */

.Index_Product_bg {
    background: url(../images/Product/bg.png) no-repeat top center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    padding: 50px 0;
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
}

.Index_img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 20px auto;
}

@media (max-width: 767px) {
    .Index_img {
        display: block;
        max-width: 70%;
        padding: 0;
        margin: 20px auto;
    }
}

.Index-caption {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 41%;
    left: 0;
    margin: 0 auto;
}

@media (min-width: 340px) and (max-width: 767px) {
    .Index-caption {
        bottom: 45%;
    }
}

@media (min-width: 340px) {
    .Index-caption {
        bottom: 42%;
    }
}

.Index-caption-title {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    padding: 0;
}


/* Company */

.box {
    margin: 10px 70px;
}

@media (max-width: 1024px) {
    .box {
        margin: 10px 20px;
    }
}


/* Product */

.products-caption {
    position: absolute;
    width: 100%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    top: 0;
    margin: 0 auto;
}

.products-caption-blue {
    float: left;
    width: 50%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(0, 61, 140, 0.5);
}

.products-caption-blue-100 {
    width: 100%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(0, 61, 140, 0.6);
}

.products-caption-purple {
    float: right;
    width: 50%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(74, 38, 106, 0.7);
}

.products-caption-purple-100 {
    width: 100%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(74, 38, 106, 0.7);
}

.products-caption-mustard {
    float: left;
    width: 50%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(140, 104, 38, 0.7);
}

.products-caption-mustard-100 {
    width: 100%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(140, 104, 38, 0.7);
}

.products-caption-green {
    float: right;
    width: 50%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(0, 124, 54, 0.7);
}

.products-caption-green-100 {
    width: 100%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(0, 124, 54, 0.7);
}

.products-caption-red {
    width: 100%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(229, 0, 17, 0.7);
}

.products-caption-green2 {
    width: 100%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(0, 96, 120, 0.7);
}

.products-caption-orange {
    width: 100%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(245, 155, 0, 0.7);
}

.products-caption-yellow-100 {
    width: 100%;
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    background: rgba(252, 235, 0, 0.973);
}

.products-caption-title {
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding: 0;
}

.products_img {
    display: block;
    max-width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #F8F8F8;
    padding: 0;
    margin: 0 auto;
}

.products_title {
    font-family: monospace, Microsoft JhengHei;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 100px;
    color: #666;
    background-color: #F8F8F8;
    padding-top: 30px;
    margin-bottom: 15px;
}

.products_title a:link,
.products_title a:visited,
.products_title a:active,
.products_title a:hover,
.products_title a:focus {
    color: #555;
    text-decoration: none;
}

.nav-justified {
    width: 100%;
    padding-bottom: 35px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #7c0404;
}

.nav-justified>li>a {
    margin: 1px;
    text-align: center;
}

.nav-justified a:link,
.nav-justified a:visited,
.nav-justified a:active,
.nav-justified a:hover,
.nav-justified a:focus {
    color: #7c0404;
    font-size: 16px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #7c0404;
    text-decoration: none;
    padding: 15px 0;
}

.products_main ul li {
    list-style-type: none;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    position: relative;
    left: -38px;
}

.products_h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    margin: 10px 0;
}

.products_h3 {
    font-size: 16px;
    font-weight: bold;
    color: #7c0404;
}

.products_separator {
    height: 0px;
    width: 100%;
    background: #FFF;
    padding: 0px;
    margin-top: 70px;
}


/* Activity */

.Activity_img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.Activity_h {
    width: 100%;
    height: 0;
    margin-top: 20px;
    padding-bottom: 60%;
    overflow: hidden;
}


/* Contact */

.fa_fb {
    width: 15rem;
    font-size: 15rem;
    color: #3b5998;
    margin: 15px;
    text-align: center;
}

.fa_weibo {
    width: 15rem;
    font-size: 15rem;
    color: #CC0F27;
    margin: 15px;
    text-align: center;
}

.contact_p {
    font-size: 16px;
    margin: 30px 0 50px 0;
}

@media (max-width: 767px) {
    .fa_fb,
    .fa_weibo {
        width: 10rem;
        font-size: 10rem;
        margin: 10px;
    }
}

.map {
    position: relative;
    padding-bottom: 100%;
    height: 100%;
    margin-top: 70px;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .map {
        position: relative;
        padding-bottom: 50%;
        height: 100%;
        margin-top: 70px;
        overflow: hidden;
    }
}


/* Footer */

.footer {
    position: absolute;
    width: 100%;
    background: #222;
    color: #CCC;
    font-size: 10px;
    text-align: center;
    padding: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .footer {
        bottom: auto;
    }
}

.footer_follow {
    text-align: center;
}

.footer140 {
    padding-top: 140px;
}

@media (max-width: 767px) {
    .footer140 {
        padding-top: 0;
    }
}

.separator {
    height: 1px;
    width: 100%;
    background: #333;
    padding: 0px;
    margin: 0 0 10px 0;
}

.f_logo {
    display: block;
    max-width: 35%;
    padding: 0;
    margin: 0 auto;
}

.footer_index {
    position: absolute;
    width: 100%;
    background: #222;
    color: #CCC;
    font-size: 10px;
    text-align: center;
    padding: 0;
}

.fa_footer {
    width: 5rem;
    font-size: 5rem;
    color: #CCC;
    text-align: center;
}

.footer_padding {
    padding-top: 0px;
}

@media (max-width: 1024px) {
    .f_logo {
        max-width: 50%;
    }
}

@media (min-width: 340px) and (max-width: 767px) {
    .f_logo {
        max-width: 30%;
    }
}