*{ margin:0; padding:0;}
body{ margin:0; padding:0; font-size:14px;}
div{ margin:0; padding:0}
img { border:none;max-height: 100%;max-width: 100%;}
ul ,li{ list-style:none}
a { text-decoration:none; color:#111 }
a:hover {
    text-decoration: none;
}
.clear{ clear:both}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
/*************/
.banner img{
    width: 100%;
	height: 140px;
}
.navbar-default{
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
    border-color: transparent;
    border-top: 1px solid #e1e1e1;
}
.navbar-default .navbar-nav>li>a{
    color: #111;
    font-family: initial;
    font-weight: 600;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    padding-left: 0;
}

.navbar-default .navbar-nav>li:hover{
    background-color: #22a349;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
}
#space{
    padding: 20px 15px;
}
.block-left .title-left{
    border: 2px solid #22a349;
    background-color: #dedede;
}
.block-left .title-left h2{
    font-size: 18px;
    padding: 5px 15px;
    font-weight: 600;
    color: #22a349;
}
.danhmuc>ul{
    padding-left: 40px;
}
.danhmuc>ul>li{
    line-height: 30px;
}
.danhmuc>ul>li>a{
    font-weight: 600;
    color: #22a349;
}
.price{
    color: #22a349;
}
.thumbnail .caption h3{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    height: 50px;
}
.btn-primary{
    background-color: #22a349;
    border-color: #22a349;
    text-transform: uppercase;
    border-radius: 0;
    padding: 3px 15px;
}
.btn-primary:hover{
    background-color: #22a349;
    border-color: #22a349;
}
footer{
    border-top: 2px solid #e1e1e1;
    padding-top: 20px;
}
footer .col-sm-4 h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#socciu li{
    display: inline-block;
}
.footer{
    text-align: center;
    border-top: 2px solid #111;
    padding: 0;
}
.footer p{
    padding: 10px 0;
}

.title{
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 15px;
}
.title h2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #22a349;
    border-color: #22a349;
}
ul#thongtin li{
    line-height: 30px;
}

.name h3{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.qti input{
    width: 40px;
    height: 20px;
    padding: 5px;
    margin-left: 15px;
}
.btn-md{
    border: none;
    padding: 0px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-color: #22a349;
}
.mota{
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 20px;
}
.mota h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #111;
    padding-bottom: 10px;

}
#frmDelete input{width:30px; border:none; background:url(../img/del.png) no-repeat; cursor:pointer}

#frmSoluong input.update{width:30px; border:none; background:url(../img/update.png) no-repeat; cursor:pointer}

#frmContact {

    width: 520px;

    border: 1px solid #ccc;

    border-radius: 6px;

    margin: 15px auto;

    padding: 15px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

#frmContact span{ color:red}

#frmContact p { overflow:hidden; margin:10px 0 5px 0;}

#frmContact p label { float:left; width:150px; font-weight:bold; font-size:12px}

#frmContact p input[type = 'text'] {width:300px; border:1px solid #b0b0b0; padding:1px}

#frmContact textarea{ width:300px; height:120px;border:1px solid #b0b0b0;}

#frmContact p.btn { margin-left:150px} 

#frmContact p.btn input{ border:none; background:#22a349; padding:0 15px 0 15px; height:23px; line-height:23px; font-weight:bold; color:white; cursor:pointer}

.page-content .note{ font-weight:bold; font-size:12px; }

.error{ color:red !important; font-size:12px; padding-left:150px}

.tbOrder{ background:#cbcaca; margin:auto; text-align:center; font-size:12px}

.tbOrder tr{ background:#FFF}

.tbOrder th{ height:30px; background:#cbcaca}

.tbOrder td{ padding:2px}

.tbOrder .total{ float:right; margin:20px 0 0 80px; font-weight:bold}

.tbOrder .total span{ color:red; margin:3px}

.btn-order{ float:left; margin:15px 5px 0 0px; background:#22a349; height:23px; line-height:23px; padding:0 10px 0 10px ; font-weight:bold; color:white}

.btn-order a{ color:white}

.delete_all{ margin:15px 0 0 0; height:23px; line-height:23px; border:none;background:#22a349; color:white; cursor:pointer; padding:0 15px 0 15px; font-weight:bold}

p.info{ font-size:14px; font-weight:bold;  margin:10px 0 10px 0}

@media screen and (max-width: 640px) {

    #frmContact {

        width: 100%;

    }
}

@media screen and (max-width: 480px) {

    #frmContact p input[type="text"],

    #frmContact textarea {

        width: 100%;

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;

    }

    #frmContact p label {

        width: 100%;

    }

    #frmContact p.btn {

        margin-left: 0px;

    }

}
.hotro ,#lh{
    padding-top: 20px;
}
#lh{
    padding-left: 40px;
}
#lh a{
    color: #22a349;
    font-weight: bold;
    font-size: 16px;
}