body{
    overflow-x: hidden;
    background: #f9f9f9;
}


#carousel-slideshow .carousel-control.left, 
#carousel-slideshow .carousel-control.right {
    background-image:none;
}
#carousel-slideshow .carousel-inner img {
    width: 100%;
    height: auto;
}
@media (max-width: 600px) {
    #carousel-slideshow .carousel-caption {
        display: none; 
    }
}


#carousel-partner .carousel-control.left, 
#carousel-partner .carousel-control.right {
    background-image:none;
}
#carousel-partner .carousel-inner .item img{
    width: auto;
    height: auto;
}


#carousel-detail .carousel-control.left, 
#carousel-detail .carousel-control.right {
    background-image:none;
}
#carousel-detail .carousel-inner .item img{
    width: auto;
    height: auto;
}


.slide-multi-item{
    background-color: #FFF;
    padding: 25px 0;
}


#gotop {
    position: fixed;
    right: 10px;
    bottom: 30px;
    display: none;
    z-index: 999999;
}
#gotop img{
    width: 50px;
}


.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar .navbar-header img{
    height: 70px;
    margin: 10px;
}
#navbar-main{
    padding-top: 20px;
}


.site-footer {
    background-color: #f2f2f2;
    padding: 25px 25px 5px 25px;
}
.site-bottom {
    background-color: #FFF;
    padding: 20px 0;
    text-align: center;
}


.content-price{
    color: #999;
    text-decoration: line-through;
    white-space: nowrap;
}
.content-price2{
    color: #D00;
    font-family:Georgia,Tahoma;
    font-size: 18px;
    white-space: nowrap;
}
.content-price_str{
    color: #D00;
    font-family:Georgia,Tahoma;
    font-size: 16px;
    white-space: nowrap;
}