﻿body {
    font-family: Tahoma;
    background-color: #fff !important;
}

.baner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-content-page {
    background: #fff url(/img/paw.png) repeat top left;
}

.wrapper-menu {
}

.div-scroll-article {
    background-color: #fff !important;
    /* padding-top: 5px; */
}

.div-slider {
    margin-top: 15px;
}

.row-product-home {
    /* border-bottom: solid 1px #ccc; */
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 0px !important;
}

.product-item-home {
    padding-bottom: 3px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .product-item-home .img-product, .product-item-home .name-product, .product-item-home .type-product {
        width: 100%;
        display: block;
        float: left;
    }

    .product-item-home .img-product {
        padding: 2px;
        margin-bottom: 4px;
    }

        .product-item-home .img-product img {
            max-width: 100%;
            width: 100%;
        }

    .product-item-home .name-product {
        text-transform: uppercase;
        color: #914196;
        text-indent: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .product-item-home .type-product {
        text-transform: capitalize;
        color: #888;
        font-size: 12px;
        text-indent: 5px;
        margin-bottom: 5px;
    }

    .product-item-home:hover .img-product {
    }

    .product-item-home:hover .name-product {
        color: #ff6600;
    }

    .product-item-home:hover .type-product {
        color: #333;
    }

.ul-contact {
    margin-top: 7px;
}

    .ul-contact li a {
        color: #914196;
    }

        .ul-contact li a:hover {
            text-decoration: underline
        }

.name-category {
    text-transform: capitalize;
    margin-top: 40px;
    padding-bottom: 20px;
    border-top: solid 10px #eee;
}

    .name-category a {
        display: block;
        margin-top: -25px;
    }

        .name-category a span {
            display: inline-block;
            background-color: #fff;
            padding: 5px 10px;
            text-transform: uppercase;
            color: #914196;
        }

.div-footer {
    background-color: #f7c9fb;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-top: 20px; */
}

.ul-info-footer {
    padding-left: 15px !important;
}

.div-adv {
    padding-top: 5px;
}

.product-big {
    width: 100%;
    background-color: #eeeeee;
}

    .product-big .img-product {
        width: 100%;
        display: block;
        padding: 3px;
    }

        .product-big .img-product img {
            width: 100%;
        }

    .product-big .name-product {
        width: 100%;
        display: block;
        float: left;
        /* text-transform: uppercase; */
        color: #333;
        text-indent: 5px;
        background-color: #f0f0f0;
        padding: 5px;
        text-align: center;
        font-weight: bold;
    }

    .product-big .type-product {
        text-transform: capitalize;
        color: #888;
        font-size: 12px;
        text-indent: 5px;
        display: block;
    }


/*Caroulse multiple item*/
.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-inner .prev {
    left: -33%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    width: 50px;
    top: 30%;
    height: 76px;
}

.carousel-control.left {
    padding-left: 10px;
}

.carousel-control.right {
    margin-right: 10px;
}
/*Caroulse multiple item*/

.div-loading {
    display: none;
}

.table-product-info i.fa {
    margin-right: 5px;
}

.table-product-info tr td {
    border-style: none !important;
}

.goTop {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 100;
}

.navigation-product {
    margin-top: 10px;
    margin-bottom: 15px !important;
    /* border: solid 1px #ccc; */
    /* background-color: #fdfdfd; */
}

    .navigation-product li a {
        font-size: 16px;
    }


.article-item {
    margin-bottom: 15px;
}

    .article-item .img-article {
        display: block;
        border: solid 1px #ccc;
        padding: 2px;
    }

    .article-item .title-article {
        margin-top: 0px;
    }


    .article-item .time-article {
    }

    .article-item .des-article {
    }

.ul-other-image {
    margin-bottom: 0px !important;
}

    .ul-other-image li {
        margin-bottom: 10px !important;
    }

        .ul-other-image li a {
            border: solid 1px #ccc;
            padding: 2px;
            display: block;
        }

            .ul-other-image li a:hover {
                border: solid 1px #ff6600;
            }

.name_product_inside {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
    background-color: rgba(51, 51, 51, 0.6);
}
