body{
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.banner-top{
    margin-bottom: 5px;
}

.top-header {
    border-bottom: none;
    -webkit-box-shadow: 0 2px 4px -1px #797a7b;
    margin-bottom: 5px;
    background: #4096a9;
}

.nav-right>.account-user>.dropdown-toggle {
    border-left: none;
    border-right: 1px solid rgb(255, 255, 255);
}

.nav-right .dropdown-toggle{
    line-height: 40px;
}

.nav-right .cart-order .dropdown-toggle {
    border-right: 1px solid rgb(255, 255, 255);
}

.cart-order .dropdown-toggle span.number{
    border: 1px solid #fe4445;
}

.cart-order .dropdown-toggle span.number{
    right: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #fd3e3e;
    font-size: 10px;
    line-height: 16px;
}

.bg-main-menu {
    background-color: #3f96a9;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 2px 4px -1px #797a7b;
}

.nav_desktop ul ul{
    top: 38px;
    border-top: 1px solid #fff;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.box-search {
    margin: 5px 0;
    padding: 0;
}

.box-search > .form-inline {
    border: none;
}

.box-search > .form-inline > .form-group > .input-group > .form-control {
    border-radius: 0;
    font-size: 13px;
    height: 29px;
}

.box-search > .form-inline > .form-group > .btn-search {
    border-radius: 0;
}

.box-search > .form-inline > .form-group > .btn-search {
    top: 0;
    height: 36px;
}

.nav_desktop li a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 29px;
    margin: 5px 10px 5px 0;
}

.nav_desktop li:hover > a {
    background: url('../images/bg_menu.png') no-repeat left top;
}

.nav_desktop li:hover > a:after {
    background: url('../images/bg_menu_right.png') no-repeat left top;
    content: "";
    height: 29px;
    position: absolute;
    right: -6px;
    text-indent: -5000px;
    top: 0px;
    width: 14px;
}

.nav_desktop li a:after {
    content: none;
}

.nav_desktop li a.active {
    background: url('../images/bg_menu.png') no-repeat left top;
    position: relative;
}

.nav_desktop li a.active:after {
    background: url('../images/bg_menu_right.png') no-repeat left top;
    content: ".";
    height: 29px;
    position: absolute;
    right: -6px;
    text-indent: -5000px;
    top: 0px;
    width: 14px;
}

.box-search > .form-inline > .form-group > .btn-search {
    background-color: #c0c0c0;
    height: 29px;
    border: none;
    width: 45px;
    background: url(../images/bg_menu.png) no-repeat left top;
    text-align: right;
    font-size: 12px;
}

/*.box-search > .form-inline > .form-group > .btn-search:after {
    background: url(../images/bg_menu_right.png) no-repeat left top;
    content: "";
    height: 29px;
    position: absolute;
    right: -6px;
    text-indent: -5000px;
    top: 0px;
    width: 14px;
}*/

.box-search > .form-inline {
    height: 29px;
}

.mighty-slider {
    margin-bottom: 10px;
}

.title_style h3 {
    font-size: 14px;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    width: calc(100% - 6px);

    background-image: url(../images/bg_menu.png), url(../images/bg_menu_repeat.png);
    background-repeat: no-repeat, repeat-x;
    background-position: left top,left top;
    background-color: #fa5959;
}



.title_style h3:after {
    background: url(../images/bg_menu_right.png) no-repeat left top;
    content: "";
    height: 29px;
    position: absolute;
    right: -6px;
    text-indent: -5000px;
    top: 0px;
    width: 14px;
}

.box-left .title_style i {
    margin-right: 0px;
}

.bs-docs-sidenav {
    border: 1px solid #ddd;
    border-top: none;
}

.bs-docs-sidenav > li {
    border-bottom: 1px dotted #ddd;
}

.bs-docs-sidenav > li > a{

}
.item_block{
    clear: both;
}

.col_left{
    overflow: hidden;
    margin-bottom: 10px;
}

.col_left .box-left{
    margin: 0;
}

.col_left .support-online{
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px 15px 0 15px;
}

.col_left .support-online li{
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.col_left .support-online li span{
    font-weight: normal;
    font-size: 12px;
    display: block;
    padding: 0;
    text-align: left;
}

.box-product-style2 .tab-product .pull-left {
    width: 100%;
    height: 29px;
}

.box-product-style2 .tab-product{
    margin-bottom: 10px;
}

.box-product-style2 .tab-product h3{
    background-image: url(../images/bg_menu.png), url(../images/bg_menu_repeat.png);
    background-repeat: no-repeat, repeat-x;
    background-position: left top,left top;
    background-color: #fa5959;
    font-size: 14px;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    width: 100%;
    top:0;
    padding-left: 15px;
}

.box-product-style2 .tab-product h3:before{
    content: none;
 }

.box-product-style2 .tab-product h3:after{

    background: url(../images/bg_menu.png) no-repeat left top;
    content: "";
    height: 29px;
    position: absolute;
    left: 0;
    text-indent: -5000px;
    top: 0px;
    width: 14px;
}

.box-product-style2 .tab-product h3 a{
    color: #fff;
}

.item-product.style-view-2{
    border:1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px -3px #797a7b;
}

.item-product.style-view-2:hover{
   /*border-color: #3f96a9;*/
}

.item-product .info{
    margin-top: 10px;
    min-height: 60px;
}

#footer{
    padding:0;
    background: #4096a9;
}

#footer .menu-footer{
    box-shadow: 0 -4px 6px -5px #797a7b;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

#footer .bottom-footer{
    background: #f5f5f5;
    min-height: 40px;
}

.coppyright {
    line-height: 40px;
}

.address-ft .demo-icon,
.address-ft p, .about-desc{
    color: #fff;
    margin-bottom: 5px;
}

.title-menu-ft{
    color: #fff;
    margin: 10px 0;
    margin-bottom: 20px;
}

.payment-support img {
    margin-top: 5px;
}

.menu-footer-vertical{
    padding: 10px 0;
}

.menu-footer-vertical>.title-fan-page{
    color: #fff;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

.menu-footer-vertical>.list-fan-page{
    margin: 0;
}

.form-group>.captcha-img{
    width: 100px;
}

.about-desc{
    margin: 0 0 5px 0;
}

.in-email{
    padding: 10px 0;
}

.in-email>.main-email-news{
    position: relative;
    top:0;
}

.in-email>.main-email-news>h4{
    color: #fff;
    margin-bottom: 20px;
}

.menu-footer-vertical>.title-fan-page{
    margin-bottom: 10px;
}

.nav_desktop ul li.sub-menu-style1 ul li a{
    padding: 0 10px;
}

.nav_desktop ul li ul li:last-child a{
    border-bottom: none;
}

.top-list-product-subpage{
    margin-bottom: 10px;
}

.title-blogs-item{
    margin: 0px 0 10px 0;
    height: 50px;
    overflow: hidden;
    font-size: 20px;
}

.title-blogs-item a{
    font-size: 20px;
}

.item-blogs .desc-blogs {
    color: #585858;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}

@media (min-width: 1200px){
    .list-item>.item-product.style-view-2>.img {
        height: 170px;
    }
}


@media only screen and (max-width: 500px) {
    .navbar-header.text-left{
        padding-left: 10px !important;
    }

    .box-search{
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .box-search > .form-inline > .form-group > .input-group > .form-control{
        border: 1px solid #ddd;
    }

    .mighty-slider{
        margin-bottom: 10px !important;
    }

    .btn-view-nav-left{
        color:#fff;
    }

    .list-item .item-product .info{
        padding-left: 10px;
    }

    .copy-right-mobile .col-xs-12{
        background: #f5f5f5;
    }

}

.nh-row > .container {padding: 0;}
.nhslider > .container > .row {margin: 0;}
.title-product{height: 40px; overflow: hidden;margin-bottom: 3px;}



.top-footer {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.top-footer, .center-footer {
    margin-top: 30px;
/*    border-bottom: none;*/
}

.newsletter {
    margin-bottom: 30px;
}

.newsletter>.form-nl {
    width: 100%;
    position: relative;
}

.newsletter>.form-nl>.form-group>input {
    width: 100%;
}
.newsletter .btn-default {
    background-color: #ffb300;
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}
.newsletter>.form-nl>.btn-send-reg-email {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    border-radius: 0;
    padding: 6px 12px;
}
.newsletter .btn-default{height: 34px;}