
body{
    font-size: 12px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}
@media (min-width: 1200px)
{
    .container {
        width: 1170px;
    }
}
.site-gioithieu{
    background:#CECECE;
}
.site-cap1sanpham{
    background:#CECECE;
}
.site-cap2sanpham{
    background:#CECECE;
}
.site-cap1tintuc{
    background:#CECECE;
}
.site-lienhe{
    background:#CECECE;
}

.site-index{
    background:#e0dede;
}
.bg-xam{
    background: #fff;
    padding:10px;
    margin-bottom: 15px;
    box-shadow: 0 3px 5px rgba(0,0,0,.75);
}
/*header -----------------------------------------*/
.main-header{
    padding: 10px 0;
    background:url("../images/banner/bg_header.png") repeat;
}
.top-header{
    background: #24282e;
    color: #fff;
    padding: 2px 0;
}
.top-header .top-header-left p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 11px;
}
.top-header-right{
    float: right;
}
.top-header-right a{
    float: left;
    display: block;
    color: #fff;
    line-height: 24px;
    margin-left: 5px;
    text-decoration: none;
}
.top-header-right a i{
    display: inline-block;
    line-height: 24px;
    font-size: 18px;
}
.logo{
    float: left;
}
.mid-header-left{
    float: left;
    margin-left: 25px;
}
.size20{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 5px;
    text-transform: uppercase;
}
.size14{
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    padding-top: 5px;
}
.mid-header-right{
    float: right;
    margin-left: 25px;
}
.hotline-tuvan p.tuvan{
    margin-bottom: 0;
    padding-top: 10px;
    color: #fff;
}

@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;
        color: #333;
    }
    .mid-header-right {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        color: #333;
    }
}
/*header ----------------------------------------*/






/*header*/
.top-header{
    /*border-top: 6px solid #1e3b5d;*/
}

ul.menu-top{
    float: right;
    padding: 0;
    position: relative;
    background: #d92727;
    border-radius: 8px;
    margin-top: -7px;
    margin-right: 11px;
}
ul.menu-top li{
    float: left;
    list-style: none;
    padding-right: 15px;
    padding-left: 10px;
}
ul.menu-top li:hover{
    background: #b00707;
    border-radius: 8px;
}
ul.menu-top li a{
    float: left;
    padding-top: 9px;
    padding-bottom: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
.mid-header{
    padding-bottom: 20px;
    padding-top: 20px;
}
.input-group {
    margin: 10px;
}
.btn-default {
    color: #ebebeb;
    background-color: #0f6cb2;
    border-color: #0f6cb2;
    text-transform: uppercase;
}
.btn-default:hover {
    background-color: #fff;
    color: #333;
}
.hotline{
    background: url("../images/header/hotline.jpg") no-repeat;
    margin-top: 10px;
}
.hotline > p{
    padding-bottom: 10px;
    margin: 0;
    padding-left: 50px;
    padding-top: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.hotline-size16{
    color: #ed3237;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
/*header*/
/*menu*/
.fixed{
    position: fixed;
    z-index: 10000;
    top:0;
    width: 100%;
}
.navbar-toggle {
    float: left;
    margin-left: 15px;
}
.navbar-nav {
    margin: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #095690;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
.navbar {
    border-radius: 0;
}
.navbar-default {
    background-color: #0f6cb2;
    border: 0;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #095690;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.navbar-nav>li {
    border-left: 1px solid #4c89cc;
    border-right: 1px solid #0a59b1;
}
.navbar-nav>li:first-child{
    border-left: none;
}
.navbar-nav>li:last-child {
    border-right: none;
}
.navbar {
    position: relative;
    min-height: 38px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.dropdown-menu {
    background-color: #0a4b7b;
}
ul.dropdown-menu li{
    border-bottom: 1px solid #4c89cc;
}
ul.dropdown-menu li:last-child{
    border-bottom: none;
}
ul.dropdown-menu li a {
    color: white;
    text-transform: uppercase;
    padding: 5px 20px;
}
/*menu*/
/*main*/
.banner{
    display: block;
    background-color: #266BA4;
    box-shadow: 0 3px 5px rgba(0,0,0,.75);
    text-align: justify;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px 40px;
    margin-bottom: 10px;
    margin-top: 10px;

}
.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;
}
.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: #0f6cb2;
}
.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: 0px 1px 5px 0px #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;

}
ul.tin-lien-quan li a{
    text-decoration: none;
    display: block;
    color: #ccc;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}
ul.tin-lien-quan li a:hover{
    color: #fff;
}
/*end col-md-3*/
.widget-san-pham-moi{
    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{
    /*background: #d92727;*/
    width: 160px;
}
.box-title{
    /*background: #3474fc;*/
    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%;
}

.product a{
    font-weight: bold;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 0px;
}
.product a:hover{
    color: red;
}
.product p{
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
}
.widget-list-san-pham{
    margin-top: 17px;
}
.title-list-san-pham{
    border-bottom: 1px solid #4a94b7;
}
.content-list-san-pham{
    margin-top: 15px;
}
/*main*/
.site-index{
    /*padding-top:15px;*/
}
.site-gioithieu{
    /*padding-top:15px;*/
}
.site-cap1sanpham{
    /*padding-top:15px;*/
}
.site-cap1tintuc{
    /*padding-top:15px;*/
}
.site-lienhe{
    /*padding-top:15px;*/
}
/*footer*/
footer{
    background:url("../images/banner/bg_header.png") repeat;
    color: #fff;
    border-top: 2px solid #1e3b5d;

}
.top-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
p.size15{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
}
p.size12{
    font-size: 12px;
    margin-bottom: 5px;
}
p.thank-you{
    padding-top: 10px;
}
ul.ho-tro-khach-hang {
    padding: 0;
}
ul.ho-tro-khach-hang li{
    padding-bottom: 5px;
}
ul.ho-tro-khach-hang li a{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
ul.ho-tro-khach-hang li a:hover{
    color: red;
}
.copy-right{
    background: #24282e;
    border-top: 1px solid #46484b;
    color: #fff;
}
.copy-right p{
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
/*footer*/
/*brand*/
.site-brand{
    margin-top: 30px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    /*background:#fcfcfc;*/
    /*border:1px solid #ccc;*/
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
    width: 170px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
li.nbs-flexisel-item {
    padding: 10px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.1);
    color: #fff;
}
/*brand*/

.ul-widget-top{
    /*border: 1px solid red;*/
    /*height: 49px;*/
    /*margin-bottom: 15px;*/
}
p.address{
    color: #bf0000;
    font-size: 13px;
    background: url("../images/top-main/email.png") no-repeat;
    padding-left: 35px;
    margin: 0;
    font-weight: bold;
}
ul.widget-top-main{
    padding: 0;
    margin: 0 10px 0 0;
}
ul.widget-top-main li{
    float: left;
    list-style: none;
    padding-left: 29px;
    padding-right: 28px;
    /*padding-top: 15px;*/
    padding-bottom: 15px;
}
ul.widget-top-main li p{
    text-decoration: none;
    display: block;
    font-size: 14px;
    /*text-transform: uppercase;*/
    /*color: #666666;*/
    margin: 0;
}
p.tranfer{
    background: url("../images/top-main/tranfer.png") no-repeat;
    padding-left: 30px;
    font-weight: bold;
}
p.buy{
    background: url("../images/top-main/buy.png") no-repeat;
    padding-left: 30px;
    font-weight: bold;
}
p.again{
    background: url("../images/top-main/again.png") no-repeat;
    padding-left: 30px;
    font-weight: bold;
}
.breadcrumb {
    padding: 7px 15px;
    margin-bottom: 15px;
    list-style: none;
    background-color: #217d15;
    border-radius: 0;
    background: url("../images/banner/box_top.png");
}
.breadcrumb li a{
    color: #333;
    text-decoration: none;

}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #333;
}
.owl-prev {
    position: absolute;
    top: 80px;
    left: -8px;
    width: 15px;
    height: 30px;
    cursor: pointer;
    background: url(../images/prev.png) top left no-repeat;
}
.owl-next {
    position: absolute;
    top: 80px;
    right: -10px;
    width: 15px;
    height: 30px;
    cursor: pointer;
    background: url(../images/next.png) top left no-repeat;
}
.list-danh-muc-cap-1-san-pham{
    /*margin-top: 18px;*/
}
.product {
    height: 260px;
}
.product > a > img{
    /*width:193px;*/
    /*height: 161px;*/
}
.product > a{
    text-align: center;
    display: block;
}
.btn-success {
    color: #fff;
    background-color: #2c516b;
    border-color: #4cae4c;
}
.btn {
    padding: 5px 5px;
}
.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;
}
ul.san-pham-noi-bat li{
    list-style: none;
    padding: 10px;
    height: 110px;
    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: 85px;
    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;
}



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #1e3b5d;
    border-color: #1e3b5d;
    cursor: default;
}
a.list-item-title {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
a.list-item-title:hover {
    color: #d92727;
}

.list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedddd;
    padding-top: 20px;
}
.list-item img {
    padding:0;
    margin-bottom:0;
    height: 190px;
    width: 100%;
}

#share-buttons img {
    width: 40px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
div#share-buttons {
    margin-bottom: 10px;
}
#share-buttons img:hover {
    background: #2671ad;
    border-radius: 10px;
}
.anh-san-pham img{
    /*height: 273px;*/
}

.item-images-product img {
    padding: 0;
    margin-bottom: 0;
    height: 65px;
    width: 100%;
}
/*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: #c5bbb4;
    margin:0 10px 0 0;
}

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

/*demo*/
.company-address ul {
    margin: 0;
    margin-top: 15px;
}
.company-address ul >li {
    float: left;
    list-style: none;
    padding-right: 7px;
    padding-bottom: 10px;
}
.company-address ul >li > img {
    float: left;
    padding-right: 5px;
}.company-address ul >li > span {
     float: right;
     display: block;
 }
.company-address ul >li > span >a {
    padding: 0;
    margin: 0;
    display: block;
    color: black;
    text-decoration: none;
}

/*demo*/
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.item-content > a.item-title:hover{ 
    color:red;
}
.hl {
    position: fixed;
    bottom: 40px;
    right: 10px;
    background: #ff9800;
    padding: 1em;
    border-radius: 50px;
    z-index: 99999;
    /* width: 175px; */
    /* background: url(../images/xe-du-lich.png) no-repeat; */
    /* height: 140px; */
}
@media (min-width: 768px)
style.css:391
.hl {
    font-size: 2em;
    padding: 0.2em 0.5em;
    display: none;
}
.hl p {
    font-size: 1.7em;
    color: black;
    margin-bottom: 0;
}