.index-more {
    background-color: transparent;
    color: white;
    border-radius: 2px;
}

.background-image {
    background: url('images/images_home/advantage_banenr.png') no-repeat;
}

.search-bg {
    background-color: transparent;
    border: none;
    color: #ffffff;
    transform: translateY(15%);
    box-shadow: none;
}

.search-text {
    font-size: 14px;
}

.search-border {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.search-bg:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.search-bg:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}


.searchs input::-webkit-input-placeholder {
    color: #fff;
}

　　 .searchs input:-moz-placeholder {
    color: #fff;
}

　 .searchs 　input::-moz-placeholder {
    color: #fff;
}

　 .searchs　input:-ms-input-placeholder {
    color: #fff;
}

.input-group-bg {
    background: rgb(246, 171, 0);
    padding-bottom: 15px;
    border-radius: 50px;
    padding-left: 29px;
    padding-right: 29px;
}

.row-up {
    margin-top: -115px;
}

.row-margin {
    margin-top: 40px;
    margin-bottom: 50px;
}

.advantages-text {
    color: #9e9e9e;
}


.search-down-text {
    font-size: 22px;
    font-weight: 400;
    font-family: Microsoft JhengHei;
}

.btn-minwidth {
    min-width: 50px;
}

.concept-border-right {
    border-right: 1px solid #dfe9f3;
}

.concept-hover {
    cursor: pointer;
}

.input-text {
    height: auto;
    background-color: #f6f6f6;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-box-shadow: none;
}


.product-margin {
    margin: 40px 0px 40px 0px;
    color: #014fa2;
}

.pointer{
    cursor: pointer;
}

.product-border-margin {
    margin: 90px 0px 10px 0px;
}

.product-title {
    font-size: 18px;
    font-weight: 800;
    margin-top: 25px;
    color: #1a1a1a;
}

.product-other {
    font-size: 13px;
    margin-top: -2px;
    color: #b3b3b3;
}

.product-imghover:hover {
    border: 1px solid #014fa2;
}

.product-imghover {
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
}

.packaging-border {
    border: 1px solid #eee;
}

.banner .lead {
    font-size: 14px;
}

.prevpage {
    margin-right: 10px;
}

.hint-color {
   font-size:14px;
}

.nav-pills > li > a {
    padding:6px;
}

.banner-down {
    cursor:pointer;
}

.section-top {
    padding-top:110px;
}
ul{
list-style-type:none;
}

#carousel-responsive li{
    padding:0px 15px;

}

@media(max-width:991px) {
    .contact-text {
        text-align: left;
        margin-top: 5px;
    }
    .section-top {
        padding-top: 80px;
    }

    .banner-caption {
        position: absolute;
        top: 25%;
        width: 100%;
        z-index: 2;
    }
    .search-down-text{
       font-size: 18px;
    }

    .product-title{
        font-size:14px;
        font-weight: 700;
    }
}

@media(max-width:500px) {
    .input-name {
        padding-right: 5px;
    }
    .title-img img{
        max-width:75%;
    }
}


