/*body*/
@media (min-width: 1200px){
    .container {
        width: 1230px;
    }
}
body{
    background: url("../images/bg.jpg") no-repeat #FFF;
    background-position: -95px top;
    line-height: 1.7em;
    font-size: 13px;
}
h1,h2,h3, h4, h5, h6 {
    line-height: normal;
    font-weight: normal;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, strong, dl, dt, dd, ul, li, fieldset, form, label, legend {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
/*body*/
/*header*/
.header{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-bottom: 2px solid #7e9cb2;
    border-radius: 0px 0px 0px 0px;
}
.logo{
    padding-left: 10px;
    margin-top: 20px;
}
.logo img{
    height: 60px;
}
/*header*/
/*menu*/
nav.navbar.navbar-inverse.navbar-right {
    margin-top: 60px;
}
.navbar-inverse {
    background-color: #114891;
    border: none;
}
.navbar{
    margin-bottom: 0;
    min-height: 30px;
}
@media (min-width: 768px)
{
    .navbar {
        border-radius: 0;
    }
}
.stellarnav li.has-sub>a:after {
    content: none;
    font-family: FontAwesome;
    margin-left: 10px;
}
.stellarnav>ul>li>a {
    padding: 9px 15px;
    text-transform: uppercase;
}
.stellarnav.light li a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.stellarnav>ul>li>a:hover {
    color: yellow;
}
.stellarnav.light li a.active-menu-nav{
    color: yellow;
}
.stellarnav ul ul {
    background: #004fb8;
}
.stellarnav.light ul ul li a{
    color: #fff;
    padding: 8px;
    border-bottom: 1px solid #2066c1;
    transition: .1s;
    font-size: 12px;
}
.stellarnav.light ul ul li a:hover{
    background: #114891;
}
nav.navbar.navbar-inverse.navbar-right:after {
    content: '';
    background: url("../images/ruler.png") repeat-x left top;
    height: 12px;
    position: absolute;
    left: 0px;
    top: -11px;
    width: 100%;
}
@media (min-width: 1025px){
    nav.navbar.navbar-inverse.navbar-right:before {
        content: '';
        background: url('../images/left_menu.png') no-repeat left center;
        height: 32px;
        width: 35px;
        position: absolute;
        top: 0px;
        left: -35px;
    }
}
/*menu*/
/*more*/
.active-menu-nav{
    color: yellow;
    text-decoration: none!important;
}
/*more*/
/*slider*/
.slider{
    margin-bottom: 15px;
    margin-top: 10px;
}
.flexslider {
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul.slides{
    transform: none;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}
@font-face {
    font-family: 'flexslider-icon';
    src:url('../fonts/webfonts/flexslider-icon.eot');
    src:url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/webfonts/flexslider-icon.woff') format('woff'),
    url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'),
    url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a {
    width: 28px;
    height: 28px;
}
.flex-direction-nav .flex-prev {
    left: 0;
    text-align: left;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.flex-control-paging li a {
    background: rgb(56, 56, 56);
}
.flex-control-paging li a.flex-active {
    background: rgb(52, 152, 219);
    cursor: default;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, 0.7);
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f001';
    color: #0e0e0e;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-control-paging li a {
    width: 8px;
    height: 8px;
}
/*slider*/
/*main-content*/
.main-content{
    margin: 20px 0;
}
.index-sanpham-title{
    margin-bottom: 20px;
}
.index-sanpham-title p{
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0;
}
.box-index-title{
    background: #EC3237;
    color: #fff;
    padding: 5px 10px;
}
.box-index-title p{
    margin-bottom: 0;
    text-transform: uppercase;
}
.box-index-body{
    margin-top: 15px;
}
.list-product-site ul {
    margin: 0;
    padding: 0;
}
.list-product-site ul li {
    list-style: none;
    border-top: 1px dotted #d3d3d3;
    padding-top: 5px;
    margin-top: 5px;
}
.list-product-site ul li:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.list-product-site ul li a {
    color: #333;
    text-decoration: none;
}
.list-product-site ul li a:hover{
    color: red;
}
.list-post-sidebar {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.list-post-sidebar a {
    text-decoration: none;
    color: #114891;
    font-size: 14px;
    font-weight: 700;
}
.list-post-sidebar a:hover{
    color: red;
}
.body-trangcon-content{
    background: #fff;
    padding: 15px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #f5f5f5;
}
.product-name-index{
    background: #EFEFEF;
    padding: 12px;
}
.product-indexs{
    margin-bottom: 30px;
    border: solid 1px #FFF;
    box-shadow: -3px 3px 5px 0px rgba(214,214,214,0.75);
}
.breadcrumb-trang-con {
    margin-bottom: 15px;
}
.breadcrumb-trang-con p{
    font-size: 13px;
}
.breadcrumb-trang-con p a{
    color: red;
}
.body-trangcon-content h1 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}
.chi-tiet {
    margin-top: 30px;
}
.chi-tiet-title p {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}
.module-title {
    margin-bottom: 30px;
}
.module-title a {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    text-decoration: none;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 7px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    margin-bottom: 16px;
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 0px;
}
a.list-item-title {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
a.list-item-title:hover{
    color: red;
}
.list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.body-trangcon-content img {
    margin: 10px 0;
}
.box-index-body .flexslider .slides img {
    height: 236px;
}
.box-index-body .flex-control-nav{
    display: none;
}
.box-index-body .flexslider a{
    color: #333;
}
.body-trangcon-content img.img-product, .body-trangcon-content img.img-post {
    margin: 0;
}
.list-post-sidebar-img img{
    margin: 0;
    height: 112px;
    width: 100%;
}
p.moi-nhat-title{
    font-size: 18px;
    margin-bottom: 20px;
}
.product-img-index img{
    height: 210px;
    width: 100%;
}
.block-top-content{
    margin-bottom: 20px;
}
.flexslider .slides img{
    margin: 0;
}
.cong-trinh-img img{
    margin: 0;
    height: 149px;
}
.cong-trinh-name a{
    color: #333;
    font-size: 13px;
}
.cong-trinh{
    margin-bottom: 10px;
    background: #f1f1f1;
}
.cong-trinh-name{
    padding: 9px 10px;
}
a.read-more{
    color: #0d657b;
    font-size: 13px;
}
.mid-content-title{
    width: 100%;
    background: url("../images/bar_title_main.gif") left bottom no-repeat;
    padding-bottom: 22px;
    margin-bottom: 15px;
}
.mid-content-title p{
    color: #cc0101!important;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.box-index-readmore{
    background: #EFEFEF;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 1px #FFF;
    box-shadow: -3px 3px 5px 0px rgba(214,214,214,0.75);
}
.xem-them{
    padding-bottom: 10px;
}
.block-mid-content{
    margin-bottom: 30px;
}
.block-mid-content:last-child{
    margin-bottom: 0;
}
.product-indexs .product-img-index .more {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(2, 2, 2, 0.18);
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.product-indexs .product-img-index .more:before {
    content: "";
    border-top: 0 solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 30px solid rgba(2, 2, 2, 0.18);
    position: absolute;
    left: -20px;
    bottom: 0;
}
.product-indexs .product-img-index .more a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.product-name-index-content {
    padding-bottom: 5px;
}
.product-name-index a {
    text-decoration: none;
    font-weight: 700;
    color: #114891;
}
.product-name-index a:hover{
    color: red;
}
.product-img-index img{
    margin: 0;
}
.product-img-index{
    position: relative;
}
.list-item img{
    height: 115px;
}
.banner img{
    margin: 0;
}
.list-item img{
    height: 115px;
    width: 100%;
    object-fit: cover;
}
.banner img{
    margin: 0;
}
.list-item p.mo-ta-bai-viet{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.6;
}
 .list-item p.list-item-meta{
    font-size: 11px; 
    color: #888888;
    margin-bottom: 8px;
}
/*owl*/
.owl-prev {
    position: absolute;
    top: 155px;
    left: -35px;
    width: 45px;
    height: 33px;
    cursor: pointer;
    background: url(../images/icon-prev.png) top left no-repeat;
}
.owl-next {
    position: absolute;
    top: 155px;
    right: -50px;
    width: 45px;
    height: 33px;
    cursor: pointer;
    background: url(../images/icon-next.png) top left no-repeat;
}
.owl-nav {
    display: none;
}
/*owl*/
.product-img-indexs img {
     height: 134px; 
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
.box-footer-title{
    margin-bottom: 10px;
}
.box-footer-title p{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.category-index {
    background: #fff;
    border: 1px solid #c7c7c7;
    box-shadow: -3px 3px 5px 0px rgba(214,214,214,0.75);
}
.category-caption-index {
    background: #ffffff;
    padding-bottom: 10px;
}
.category-img-index {
    margin-bottom: 10px;
    overflow: hidden;
}
.category-img-index .hover-img {
    padding: 0;
    border-radius: 0;
    border: none;
    display: block;
    line-height: 0;
    position: relative;
    margin-bottom: 0;
}
.category-img-index img {
    height: 182px;
    width: 100%;
    margin: 0;
}
.category-img-index:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.category-img-index .hover-img:before {
    box-shadow: inset 0 0 0 48px transparent;
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.category-name-index {
    padding: 0 15px;
}
.category-name-index a {
    text-decoration: none;
    color: #005896;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.category-spice-index {
    padding: 0 15px;
}
.category-spice-index p {
    margin-bottom: 0;
    font-size: 12px;
}
.address-contact > div {
    font-size: 13px;
    display: table;
    margin-top: -1px;
}
.address-contact > div > span {
    display: table-cell;
    border: 1px solid #eee;
    position: relative;
    text-align: center;
    width: 40px;
    height: 35px;
    vertical-align: middle;
}
.address-contact > div > span:after {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    top: -1px;
    bottom: -1px;
    width: 5px;
}
.address-contact > div > span:after {
    background-color: #c3300e;
}
.address-contact > div:after {
    content: "";
    display: block;
    clear: both;
}
.address-contact > div > div {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.form-control {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 12px;
}
.maps-site{
    margin-top: 30px;
}
.body-trangcon-content textarea.form-control{
    height: 90px;
}
.body-trangcon-content p, .body-trangcon-content h1, .body-trangcon-content h2, .body-trangcon-content h3, .body-trangcon-content span, .body-trangcon-content a{
    line-height: 1.9em;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 7px;
}
.noi-dung-bai-viet a{
    text-decoration: none;
    color: #333;
    font-weight: 700;
}
.mang-xa-hoi a, .mang-xa-hoi p, .mang-xa-hoi span{
    margin-bottom: 0;
}
.no-pad-right{
    padding-right: 0;
}
/*main-content*/
/*footer*/
#footer {
    background: #114891;
    padding: 15px;
    color: #fff;
    font-size: 13px;
}
.box_social a {
    padding-right: 4px;
}
.copy-right {
    background: #f2f2f2;
}
.copy-right-content {
    border-top: 1px solid #ccc;
    padding: 7px 0;
}
.copy-right p {
    color: #333;
    margin-bottom: 0;
    font-size: 12px;
}
.copy-right a {
    color: #333;
    text-decoration: none;
}
.theheadings {
    color: #333;
}
.theheadings h1, .theheadings h2, .theheadings h3, .theheadings h4, .theheadings h5, .theheadings h6, .theheadings p, .theheadings a {
    font-size: 12px;
    padding: 0;
    display: inline;
    color: #333;
    margin:0 10px 0 0;
}
/*footer*/
/*mobile*/
@media screen and (max-width: 1190px)
{
    .flexslider .slides img {
        height: auto;
    }
    .cong-trinh-img img {
        margin: 0;
        height: 110px;
    }
    .cong-trinh-name {
        padding: 6px 10px;
    }
    nav.navbar.navbar-inverse.navbar-right:before {
        content: '';
        background: url(../images/left_menu.png) no-repeat left center;
        height: 32px;
        width: 35px;
        position: absolute;
        top: 0px;
        left: -34px;
    }
    .list-item img {
        height: 88px;
    }
    .list-item p.mo-ta-bai-viet{
        margin-bottom: 0;
        font-size: 10px;
        line-height: 1.6;
    }
    .list-item p.list-item-meta{
        font-size: 10px;
        color: #888888;
        margin-bottom: 0px;
    }
    a.list-item-title {
        color: #000;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
    }
    .product-img-index img {
        height: 152px;
        width: 100%;
    }
    .category-img-index img {
        height: 142px;
        width: 100%;
        margin: 0;
    }
    .category-name-index {
        min-height: 48px;
    }
    .list-post-sidebar-img img {
        margin: 0;
        height: 85px;
        width: 100%;
    }
    .product-img-indexs img{
        height: 106px;
    }
}
@media screen and (max-width: 768px){
    .body-trangcon-content img {
        max-height: 262px;
        margin: 10px 0;
    }
}
@media screen and (max-width: 768px)
{
    .category-index{
        margin-bottom: 20px;
    }
    .category-img-index img {
        height: 218px;
        width: 100%;
        margin: 0;
    }
    .no-pad-right{
        padding-right: 15px;
    }
    .logo {
        float: none;
        text-align: center;
    }
    .logo img{
        height: 50px
    }
    .menu-site {
        float: none;
        margin-top: 20px;
    }
    nav.navbar.navbar-inverse.navbar-right {
        margin-top: 20px;
    }
    .flexslider .slides img {
        height: auto;
    }
    .header-top-left {
        font-size: 11px;
        display: none;
    }
    .header-top-right {
        float: none;
    }
    .name-header{
        float: none;
        display: none;
    }
    .header-logo{
        margin: auto;
        float: left;
    }
    .header-logo img{
        margin: auto;
    }
    .stellarnav.mobile.light ul {
        background: #5f5f5f;
    }
    .stellarnav .dd-toggle i {
        position: absolute;
        margin: auto;
        top: 40%;
        left: 0;
        right: 0;
        -webkit-transition: transform .3s ease-out;
        -moz-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
    }
    .stellarnav .dd-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 46px;
        height: 46px;
        text-align: center;
        z-index: 9999;
        border: 0;
    }
    .stellarnav.light li a {
        color: #fff;
    }
    .stellarnav.light li li a {
        padding: 5px;
    }
    .index-title p a.danh-muc-3{
        display: none;
    }
    .owl-carousel{
        margin-bottom: 20px;
    }
    .box-footer{
        margin-bottom: 30px;
    }
    .sidebar-desktop{
        display: none;
    }
    .sidebar-mobile{
        display: block;
        margin-top: 50px;
    }
    .index-sanpham-title p {
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0;
    }
    .box-post{
        margin-bottom: 15px;
    }
    .box-post img {
        height: 200px;
        width: 100%;
    }
    .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
        color: #fff;
    }
    .product-name-index p a {
        font-size: 12px;
    }
    .product-spice-index p span{
        font-size: 15px;
        font-weight: bold;
        color: #f00;
    }
    .list-cam-ket{
        margin-bottom: 10px;
    }
    .list-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .body-trangcon-content img{
        max-height: 262px;
        margin: 10px 0;
    }
    .cam-ket i {
        font-size: 40px;
        float: left;
    }
    .stellarnav, .stellarnav > ul > li {
        border-left: none;
    }
    .breadcrumb-trang-con p, .breadcrumb-trang-con p a{
        font-size: 11px;
    }
    .lien-he-voi-chung-toi {
        margin-top: 10px;
    }
    .box-index{
        margin-bottom: 20px;
    }
    .cong-trinh-img img {
        margin: 0;
        height: 219px;
    }
    .flexslider{
        margin-bottom: 15px;
    }
    .list-post-sidebar-img img {
        margin: 0;
        height: 219px;
    }
    .list-post-sidebar-name{
        margin-top: 5px;
    }
    .product-img-index img {
        height: 109px;
        width: 100%;
        margin: 0;
    }
    .body-trangcon-content img.img-post{
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 768px)
{
    nav.navbar.navbar-inverse.navbar-right:before {
        content: none;
    }
    .cong-trinh-img img {
        margin: 0;
        height: 219px;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 233px;
    }
    .list-item img {
        height: 219px;
        width: 100%;
    }
    .address-contact{
        margin-top: 30px;
    }
}
/*mobile*/