﻿body {
    font-family: Tahoma;
    background-color: #fff !important;
}

i.fa {
    margin-right: 5px;
}

.baner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-content-page {
    /*background: #fff url(/img/background.png) repeat-x top left;*/
    /*background: url(/img/slider-shadow.png) center top no-repeat;*/
}

.theme-default {
    margin-top: 10px;
}

.wrapper-menu {
}

.div-scroll-article {
    background-color: #fff !important;
    padding-top: 5px;
    box-shadow: 0 2px 3px rgba(0,0,0,.2) !important;
}

.div-slider {
    margin-top: 15px;
}

.row-product-home {
    padding-bottom: 10px;
}

.product-item-home {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    text-align: center;
}

    .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: #fe0000;
        font-weight: 400 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .product-item-home .type-product {
        text-transform: capitalize;
        color: #888;
        font-size: 12px;
    }

    .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: #888;
    }

        .ul-contact li a:hover {
            color: #ff6600;
        }

        .ul-contact li a i.fa {
            color: #ff6600;
        }

.name-category {
    font-family: Verdana;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff url(/img/title-lines.png) repeat-x center left;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

    .name-category .span-name {
        background-color: #fff;
        color: #888;
        text-transform: capitalize !important;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }

        .name-category .span-name i.fa {
            color: #ff6600;
        }

.div-footer {
    padding-top: 30px;
    padding-bottom: 10px;
    /* margin-top: 20px; */
    background-color: #333;
    border-top: solid 2px #222;
}

.div-logo-footer {
    /*background: #F5F5F5 url(/img/footerLogo.png) no-repeat center left;*/
    min-height: 160px;
}

.ul-info-footer {
    padding-left: 15px !important;
}

    .ul-info-footer li {
        padding: 5px 0;
    }

        .ul-info-footer li a {
            color: #f0f0f0
        }

.div-adv {
    padding-top: 5px;
}

.product-big {
    width: 100%;
}

    .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;
    }

    .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-top: none !important;
}

.goTop {
    position: fixed;
    left: 10px;
    bottom: 15px;
    z-index: 100;
}

.navigation-product {
    /* margin-top: 20px; */
    margin-bottom: 0px !important;
    /* border-radius: 0; */
    /* border-bottom: solid 1px #ccc; */
    padding: 0px !important;
}

    .navigation-product li a {
        font-size: 14px;
        text-transform: uppercase;
    }


.article-item {
    margin-bottom: 25px;
}

    .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;
            }

.h4-footer {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.panel-left-menu {
    margin-top: 10px;
}

    .panel-left-menu .panel {
        margin-bottom: 15px;
    }

.ul-sub-type {
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
}

    .ul-sub-type li {
        width: 100%;
        list-style: none;
        padding: 5px 0;
        border-bottom: dotted 1px #ccc;
    }

        .ul-sub-type li:last-child {
            border-style: none;
        }

        .ul-sub-type li a {
            color: #333;
        }

            .ul-sub-type li a:hover {
                color: #fe0000;
            }

            .ul-sub-type li a i.fa {
                margin-right: 5px;
            }

            .ul-sub-type li a.view-all {
                color: #ff6600;
                text-transform: none;
                font-size: 12px;
            }

.product-list-item {
    padding-bottom: 30px;
}

.top-contact-info {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .top-contact-info li {
        display: inline-block;
        margin-right: 15px;
        list-style: none !important;
    }

        .top-contact-info li a {
            color: #fff !important;
            font-size: 12px;
        }


.ul-language {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .ul-language li {
        list-style: none;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .ul-language li a {
            color: #fff;
        }

.ul-sub-category {
    margin: 0px;
    padding: 0px
}

    .ul-sub-category li {
        list-style: none;
        padding-top: 2px;
        padding-bottom: 5px;
    }

        .ul-sub-category li a {
            color: #333;
        }

            .ul-sub-category li a:hover {
                color: #fe0000;
            }

.wr-thanks {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ul-social {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}

    .ul-social li {
        display: inline-block;
        margin-right: 10px;
    }

        .ul-social li i.fa {
            font-size: 30px;
            color: #fff;
        }

        .ul-social li a:hover i.fa {
            color: #fe0000;
        }

.h4-header {
    color: #fe0000;
    margin-bottom: 20px;
}

    .h4-header span {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: solid 1px #fe0000
    }


.logo-website {
    background: url('../images/bgCombodian.jpg') no-repeat bottom center;
}

.article-random {
    width: 100%;
    display: block;
    float: left;
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
}

    .article-random .image-article {
        width: 80px;
        display: block;
        float: left;
        margin-right: 10px;
    }

    .article-random .name-article {
        display: block;
        color: #333;
    }
