﻿body {
    margin: 0 !important;
    font-family: Arial, Tahoma, Helvetica, sans-serif !important;
    /*border-bottom: 2px solid #144e6c !important;*/
}

.nopadding {
    padding: 0 !important;
}

.wrap {
    padding: 0;
    margin: auto;
    width: 960px;
}

.tab-pane {
    overflow-x: scroll;
}

/*Header*/
header {
    padding: 0;
    margin: 0;
    color: #000000;
    text-align: left;
    font-family: UTM Neo Sans Intel, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    border-top: 3px solid #8bc53f;
}

.logo {
    height: 115px;
    padding-top: 0;
    padding-bottom: 16px;
    float: left;
    max-width:250px;
}

.header-search {
    float: right;
    width: 325px;
}

    .header-search .menu-top {
        margin-top: 18px;
        float: right;
    }

        .header-search .menu-top ul {
            list-style: none;
        }

            .header-search .menu-top ul li {
                float: left;
            }

                .header-search .menu-top ul li a {
                    color: #777777;
                    font-weight: bold;
                    text-decoration: none;
                    font-size: 12px;
                    padding: 5px 10px;
                }

    .header-search .box-search {
        width: 249px;
        height: 28px;
        float: right;
        margin-top: 12px;
    }

        .header-search .box-search .txtSearch {
            width: 249px;
            height: 28px;
            background-color: #dcdcdc;
            color: #777777;
        }

        .header-search .box-search .btnSearch {
            right: 7px;
            position: relative;
            float: right;
            bottom: 24px;
            height: 18px;
            width: 18px;
            cursor: pointer;
            background-image: url(../images/icon/btsearch.png);
            border: none;
        }

nav {
    clear: both;
    display: block;
    height: 30px;
    background-color: #448022;
}

#navmenu {
    list-style: none;
    padding: 0;
    height: 30px;
}

    #navmenu > li {
        float: left;
        height: 30px;
        white-space: nowrap;
        position: relative;
    }

        #navmenu > li:hover ul {
            display: block;
        }

        #navmenu > li  a {
            font-family: Arial;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            padding: 0px 30px;
            line-height: 30px;
            display: block !important;
            display: inherit;
            height: 30px;
        }

            #navmenu > li a:hover {
                color: #FFD600;
                background: url(../images/icon/menu_hover.png) no-repeat center center;
                font-weight: bold;
            }

        #navmenu > li ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: rgb(68, 128, 34);
            z-index: 9999;
            list-style:none;
            padding-left: 0;
        }
/*End Header*/
/*Content*/
.slide-main {
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-img-right img {
    width: 100%;
}

.menusidebar {
    list-style: none;
    padding: 0;
}

.content {
    background: #fff;
    float: left;
}

.imgsp {
    max-width: 100%;
    margin: 0 auto;
}

.boxsanpham .productitem {
    background: #fff;
    margin-bottom: 20px;
}

.productitem a {
    font-size: 11px;
}

.box-product {
    background-color: #FFF;
}

.button-cart {
    margin-bottom: 5px;
    min-height: 40px !important;
}
/*End Content*/
/*Footer*/
footer {
    border-bottom: 3px solid #144e6c;
}

.footer {
    border-top: 1px solid #c5c5c5;
    height: 130px;
    font-size: 11px;
    font-family: Arial;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
}

.box-content {
    background-color: none !important;
}

    .box-content p {
        float: left;
        width: 100%;
        padding-left: 6px;
        color: #666666;
        min-height: 60px;
        padding-right: 6px;
        font-weight: bold;
    }

.imgproduct {
    height: 125px;
    background: white;
    overflow: hidden;
}

    .imgproduct a {
        line-height: 125px;
    }

    .imgproduct img {
    }

h3.panel-title {
    font-size: 12px;
    font-weight: bold;
}
.panel-primary > .panel-heading{
    background-image: -webkit-linear-gradient(top, #06C309 0, #083C02 100%);
  background-image: -o-linear-gradient(top, #06C309 0, #083C02 100%);
  background-image: linear-gradient(to bottom, #06C309 0, #083C02 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff818181', endColorstr='#ff747474', GradientType=0);
}
