body{
    font-family: Arial;
    font-size: 13px;
    background: #fff; 
}
@media (min-width: 1200px)
{
    .container {
        width: 1200px;
    }
}
/*header-top --------------*/
.header-top{
    background: #333;
    color: #efefef;
    padding: 2px 0;
}

.header-top .header-top-left p {
    margin-bottom: 0;
    line-height: 30px;
}
.header-top .header-top-left > p > a{
    font-size: 15px;
    padding-right: 10px;
}
.header-top .header-top-left > p > a > i{
    font-size: 15px;
    padding-right: 10px;
    color: #fff;
}
.header-top .header-top-left > p > a > i:hover{
    color: greenyellow;
}
.header-top-right {
    float: right;
}
.header-top-right a {
    float: left;
    display: block;
    color: #efefef;
    line-height: 30px;
    margin-left: 5px;
    text-decoration: none;
  
}
.header-top-right a i {
    display: inline-block;
    line-height: 23px;
    font-size: 18px;
}
.stellarnav.mobile.light ul {
    background: #056988;
}
/*header-top --------------*/

/*header-content ----------*/
.header-content{
    padding-top: 10px;
    padding-bottom: 10px;
    /*background: url("../images/bg-foot/bg_header.jpg") repeat;*/
}
.logo{
    float: left;
        padding-top: 29px;
}
.logo img{
    height: 60px;
}
.header-mid .form-control{
    font-size: 12px;
}
@media screen and (max-width: 500px) {
    .top-header-right {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .logo {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .mid-header-left {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .mid-header-right {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .header-top-right a {
        font-size: 9px;
    }
}
/*header-content ----------*/

/*menu*/
.stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
    color: rgb(255, 255, 255);
}
.navbar-inverse {
    background: #019ac9;
    border:none;
}
@media (min-width: 768px)
{
    .navbar {
        border-radius: 0;
    }
}
.navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 0;
    border: none;
}
.stellarnav ul ul {
    background: #056988;
}
.stellarnav.light li a {
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}
.stellarnav>ul>li>a {
    padding: 8px 12px;
}
.stellarnav>ul>li>a:hover {
    color: #fff;
    background: #017194;
}
.stellarnav>ul>li>ul>li>a:hover {
    color: #fff;
    background: #017194;
}
.stellarnav>ul>li.active>a {
    color: #fff;
    background: #017194;
}
/*menu*/


.btn {
    border-radius: 0;
}
.form-control {
    border-radius: 0;
}
/*slider*/
.slider{
    padding-top: 10px;
    padding-bottom: 15px;
}
.theme-default .nivo-controlNav {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}
.theme-default .nivoSlider {
    position: relative;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*slider*/

/*banner-bot-slider*/
.banner-bot-slider{
    margin-bottom: 15px;
}
.banner-content{
    padding-bottom: 15px;
}

/*banner-bot-slider*/

/*banner-mid*/
.banner-mid{
    min-height: 120px;
    line-height: 120px;
}
.banner-mid a{
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 10px 20px;
    color: #cacaca;
    text-transform: initial;
}
.banner-mid span{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
/*banner-mid*/

/*main-content*/
.widget-product-index{
    margin-bottom: 30px;
}
.breadcrumb {
    background: #f1f1f1;
    border-radius: 0;
    padding: 0 0;
}
.widget-product-index ol.breadcrumb li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.widget-product-index ol.breadcrumb li a i{
    color: #fff;
    background-color: #c74547;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin-right: 10px;
}
.owl-nav {
    margin-right: 15px;
    position: absolute;
    top: -204px;
    right: 0;
}
.owl-prev {
    position: absolute;
    top: 150px;
    left: -50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/owl-slider/prev-2.png) top left no-repeat;
}
.owl-next {
    position: absolute;
    top: 150px;
    right: -13px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/owl-slider/next-2.png) top left no-repeat;
}
.product{
    border: 1px solid #f1f1f1;
}
.product:hover{
    border: 1px solid #333;
}
.product-caption{
    padding: 5px;
}
.product-img{
    height: 200px;
}
.product-img > a > img{
    display: block;
    height: 200px;
    width: 100%;
    transition: .3s ease;
    backface-visibility: hidden;
    max-width: 100%;
    overflow: hidden;
}
.product-img > a > img:hover{
    opacity: 0.5;
}

.product-name {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
    height: 56px;
}
.product-name a{
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.product-name a:hover{
    color: #007b24;
}
.product-spice{
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
.product-spice p{
    margin-bottom: 0;
    color: #a72c2c;
    font-size: 13px;
    font-weight: bold;
}
.xem-chi-tiet{
    text-align: center;
    padding-bottom: 5px;
}
.btn-success {
    color: #fff;
    background-color: #007b24;
    padding: 3px 8px;
}

/*main-content*/
/*footer*/
#footer {
    background: #272727;
    padding: 50px 0 30px;
    margin-top: 50px;
    color: #fff;
}
.box_social {
    margin-top: 30px;
}
.box_social a {
    padding-right: 4px;
}
.copy-right {
    background: #191919;
    padding-top: 5px;
}
.copy-right-content {
    border-top: 1px solid #191919;
    padding: 7px 0;
}
.copy-right p {
    color: #fff;
    margin-bottom: 0;
}
.copy-right a {
    color: #fff;
    text-decoration: none;
}
.theheadings {
    color: #fff;
}
/*footer*/
/*theheadings*/
marquee {
    padding-top: 3px;
}
.tu-khoa{
    margin: 0;
    padding-top: 12px;
    font-size: 12px;
}
.theheadings h1, .theheadings h2, .theheadings h3, .theheadings h4, .theheadings h5, .theheadings h6, .theheadings p {
    font-size: 11px;
    padding: 0;
    display: inline;
    color: #fff;
    margin:0 10px 0 0;
}

.seotheheadings {
    background: #3c3c3c;
    border-top: 5px solid #d92727;
    height:30px;
    margin-top: 50px;
}
.theheadings {
    color: #fff;
}
/*theheadings*/

/*trangcon*/
.site-gioithieu{
    padding-top: 15px;
}
.site-cap1sanpham{
    padding-top:15px;
}
.site-cap2sanpham{
     padding-top:15px;
 }
.site-chitietsanpham{
    padding-top:15px;
}

.site-cap1tintuc{
    padding-top:15px;
}
.site-lienhe{
    padding-top:15px;
}

a.list-item-title{
    font-size: 20px;
    text-decoration: none;
    color: black;
}
a.list-item-title:hover{
    color: #206f06;
}
.list-item{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.list-item img{
    height: 182px;
    width: 100%;
}
a.xem-them{
    color: red;
    font-size: 15px;
}
.item-tin-tuc-img a img {
    height: 240px;
    width: 100%;
}
@media screen and (max-width: 768px)
{
    .item-tin-tuc-img a img {
        height: auto;
        width: 100%;
    }
    .product-img > a > img {
        display: block;
        height: auto;
    }
}
.anh-san-pham img{
    height: 275px;
    width: 100%;
}
/*trangcon*/

/*main*/

.widget-danh-muc-san-pham{
    border: 1px solid #e2e2e2;
    margin-bottom: 17px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.title-widget-danh-muc-san-pham{
    background: #d2090d;
}
.title-widget-danh-muc-san-pham p{
    color: #fff;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    margin: 0;
}
ul.danh-muc-san-pham {
    padding: 0;
    margin-bottom: 0;
    background:#f7f7f7;
}
ul.danh-muc-san-pham li{
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
}
ul.danh-muc-san-pham li:last-child{
    border-bottom: 0;
}
ul.danh-muc-san-pham li a{
    text-decoration: none;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    font-size: 12px;
    font-weight: 200;
    color: #000000;
    text-transform: uppercase;
}
ul.danh-muc-san-pham li a:hover{
    background: #e2e2e2;
    color: #1e3b5d;
    box-shadow: 0 1px 5px 0 #4a4a4a;
}
/*end widget-danh-muc-san-pham*/
.widget-tin-tuc{
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.title-widget-tin-tuc{
    background: #0f6cb2;
}
.title-widget-tin-tuc p{
    color: #fff;
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    margin: 0;
}
.contetn-tin-tuc{
    margin: 15px;
}
.tin-moi img{
    width: 100%;
}
.tin-moi a{
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    display: block;
}
.tin-moi a:hover{
    color: red;
}
.tin-moi p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #999999;
    text-align: justify;
}
ul.tin-lien-quan {
    margin-bottom: 0;
    padding: 0;
    margin-top: 20px;
}
ul.tin-lien-quan li{
    list-style: none;
    border-top: 1px dotted #e2e2e2;
}
ul.tin-lien-quan li a{
    text-decoration: none;
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}
ul.tin-lien-quan li a:hover{
    color: red;
}
/*end col-md-3*/
.widget-san-pham-moi{
    margin-top: 17px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border: 1px solid #e2e2e2;
}
.box-san-pham{
    padding: 10px;
}

.title-san-pham-moi{
    border-bottom: 1px solid #e3e3e3;
}
.box-title{
    width: 160px;
}
.box-title{
    width: 160px;
}
.box-title p{
    margin: 0;
    padding-bottom: 10px;
    color: #0f6cb2;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.content-san-pham-moi{
    margin-top: 15px;
}
.product > img.img-responsive.thumbnail{
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
    width: 100%;
}


.widget-list-san-pham{
    margin-top: 17px;
}
.title-list-san-pham{
    border-bottom: 1px solid #4a94b7;
}
.content-list-san-pham{
    margin-top: 15px;
}


.widget-tin-moi-nhat {
    margin-bottom: 20px;
}
.widget-san-pham-noi-bat{
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
}
ul.san-pham-noi-bat{
    padding: 0;
    margin: 0;
}
.item-images-product img{
    height: 70px;
}
ul.san-pham-noi-bat li{
    list-style: none;
    padding: 10px;
    height: 94px;
    border-bottom: 1px solid #eadede;
}
ul.san-pham-noi-bat li a{
    text-decoration: none;
    font-size:12px;
    font-weight:bold;
    color: #333333;
}
ul.san-pham-noi-bat li a:hover{
    color:red;
}
ul.bai-viet-moi-nhat{
    padding: 0;
    margin: 0;
}
ul.bai-viet-moi-nhat li {
    list-style: none;
    padding: 10px;
    height: 94px;
    border-bottom: 1px solid #eadede;
}
ul.bai-viet-moi-nhat li a{
    text-decoration: none;
    font-size:12px;
    /*font-weight:bold;*/
    color: #333333;
}
ul.bai-viet-moi-nhat li a:hover{
    color:red;
}
/*main*/



/*lienhe*/
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 7px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 0; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/*lienhe*/


ul.recent-posts{
    margin: 0;
    padding: 0;
}
ul.recent-posts li{
    list-style: none;
    margin-bottom: 14px;
    display: table;
}
ul.recent-posts li span{
    color: rgba(223, 223, 223, 0.29);
}
ul.recent-posts li p{
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 600;
}
ul.recent-posts li p a{
    text-decoration: none;
    color: #5aa320 ;
    font-weight: normal;
}
ul.recent-posts li p a:hover{
    color: #fff ;
}
ul.recent-posts img{
    max-width: 80px;
    float: left;
    margin: 6px 20px 6px 0;
    display: inline;
    border: 0;
    background: none;
    padding: 0;
}
.banner-content img{
    height: 130px;
    width: 100%;
}
@media screen and (max-width: 768px)
{
   .banner-content img {
        height: auto;
        width: 100%;
    }
}

.item-tin-tuc-name a{
     text-decoration: none;
     color:black;
}
.item-tin-tuc-name a:hover{
     color: #006c91;
}
.banner-content a.thumbnail{
    border-radius: 0;
    padding: 2px;
}
.line-ef {
    max-width: 250px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}
.line-ef:before, .line-ef:after {
    position: absolute;
    content: " ";
    width: 100px;
    height: 1px;
    background-color: #5e2526;
    top: 61%;
}
.line-ef:before {
    left: 0;
}
.line-ef:before, .line-ef:after {
    position: absolute;
    content: " ";
    width: 100px;
    height: 1px;
    background-color: #5e2526;
    top: 61%;
}
.line-ef:after {
    right: 0;
}
img {
    max-width: 100%;
}
.stellarnav li.has-sub>a:after {
    content: none;
    font-family: FontAwesome;
    margin-left: 10px;
}
.dat-hang{
    margin: 10px 0;
}
.dat-hang a{
    background: #d2090d;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
}
.dat-hang a:hover{
    background: #019ac9;
    color: yellow;
}