.fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
}
.fixed .xtlab-ctmenu-sub{
    display: none;
}
.fixed .xt-ct-menu:hover .xtlab-ctmenu-sub{
    display: block;
}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}
body{
    background: #f3f3f3;
}
@media (min-width: 1200px){
    .container {
        width: 1230px;
    }
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media screen and (max-width: 768px) {
    .col-xs-5ths{
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*header-top*/
.header-top{
    line-height: 30px;
    background: #fff;
}
.header-top-left{
    color: #f48347;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.header-top-right{
    float: right;
}
.header-top-right ul{
    margin: 0;
    padding: 0;
}
.header-top-right ul li{
    display: inline-block;
    padding-left: 5px;
}
.header-top-right ul li:first-child{
    padding-left: 0;
}
.header-top-right ul li a{
    text-decoration: none;
    color: #999;
    font-size: 13px;
}
.header-top-right ul li.menu-top a{
    color: #ff6300;
    border-left: 1px solid #e3e3e3;
    padding-left: 10px;
}
.header-top-right ul li.menu-top:first-child a{
    border-left: none;
    padding-left: 0;
}
/*header-top*/
/*header-mid*/
.header-mid{
    padding: 10px 0;
    background: #fff;
}
.logo img{
    max-width: 100%;
    height: 53px;
}
.header-search{
    margin-top: 5px;
}
.header-search .input-group{
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}
.header-search form{
    width: 100%;
}
.header-search .input-group-btn{
    padding: 0;
}
.header-search .form-control {
    height: 40px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 0 10px;
    background: rgba(0,0,0,.03);
}
.header-search button {
    position: absolute;
    height: 40px;
    background-color: #167edf;
    color: #fff;
    top: 0;
    right: 0;
}
.header-search .btn{
    border-radius: 0;
    border: none;
}
.header-search .btn-success, .header-search .btn-success:hover {
    background: rgba(0,0,0,.03);
    color: #222;
    border: none;
    box-shadow: none;
    border-radius: 5px;
}
.header-mid-content {
    margin-top: 5px;
    float: right;
}
.header-mid-content ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.header-mid-content ul li{
    list-style: none;
}
.header-mid-content ul li:first-child{
    margin-right: 15px;   
}
.list_icon_text {
    float: left;
    margin: 0 0 0 15px;
}
.list_icon_text:first-child{
    margin-left: 0;
}
.list_icon_text a {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    text-decoration: none;
}
.icon_box {
    width: 40px;
    height: 40px;
    background: #f48347;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 46px;
    margin: 0 10px 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.icon_box i {
    font-size: 22px;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
}
.text_box {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative;
}
.text_box span {
    font-size: 13px;
    font-weight: 700;
    color: #334862;
}
.text_box strong {
    font-size: 17px;
    color: #f48347;
    position: relative;
    font-weight: 700;
}
.header-cart{
    border: 2px solid #f48347;
    text-decoration: none;
    padding: 10px 12px;
    float: right;
    margin-left: 10px;
    color: rgba(102,102,102,.85);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.header-cart:hover{
    background: #f48347;
    color: #fff;
    text-decoration: none;
}
.header-cart strong{
    font-size: 14px;
}
.header-cart i{
    font-size: 14px;
}
/*header-mid*/
/*menu*/
.menu{
    background: rgba(209,135,71,0.8);
}
.navbar {
    position: relative;
    min-height: 51px;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-inverse {
    background: none;
    border: none;
}
.stellarnav>ul>li>a {
    padding: 16px 12px;
}
.stellarnav.light li a{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.stellarnav.light li a:hover, .stellarnav.light li a.active {
    color: #fff;
}
.no-pad-left{
    padding-left: 0;
}
.no-pad-right{
    padding-right: 0;
}
.xtlab-ctmenu-sub{
    display: block;
    position: absolute;
    right: 0;
    left: 15px;
    z-index: 2;
    border: 1px solid #e9e9e9;
}
.hamburger {
    color: #fff;
    padding: 14px 15px;
    background: #db5f00;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.hamburger:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-weight: 400;
    float: right;
    margin-top: -1px;
    font-size: 18px;
}
.xt-ct-menu ul.sub-menu{
    margin-left: 0px;
    padding-left: 0px;
    background: #ffffff;
    margin-bottom: 0px;
    position: relative;
    padding: 0px 0px;
    border-top: 0px;
    list-style: none outside;
    overflow: auto;
    height: 510px;
}
.xt-ct-menu ul.sub-menu li a{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #333;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    padding: 15px 15px;
    text-decoration: none;
}
.xt-ct-menu ul.sub-menu li a span{
    padding-left: 5px;
}
.xt-ct-menu ul.sub-menu li a:hover{
    color: #333;
    background: #f5f5f5;
}
ul.sub-menu-child{
    position: absolute;
    left: 100%;
    min-height: 100%;
    width: 100%;
    top: 0px;
    z-index: 99;
    padding-left: 0px;
    margin-left: 0px;
    background: #fff;
    display: none;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    list-style: none outside;
}
.xtlab-ctmenu-sub > ul.sub-menu > li:hover ul.sub-menu-child {
    display: block;
}
.xtlab-ctmenu-sub-hidden ul.ul-last {
    margin: 0;
    padding: 0;
    list-style: none outside;
    background: #fff;
}
.xtlab-ctmenu-sub-hidden{
    display: none;
}
li.last-child a:hover{
    cursor: pointer;
}
.xtlab-ctmenu-sub-hidden > ul.ul-last > li:hover ul.sub-menu-child {
    display: block;
}

.stellarnav ul ul {
    background: #f7f7f7;
}
.stellarnav.light ul ul li a {
    font-weight: inherit;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}
.stellarnav.light ul ul li a:hover {
    background: rgb(220 21 29);
    transition: 300ms ease all;
    padding-left: 20px;
}
.stellarnav li li.has-sub>a:after {
    content: none;
}
.display-none-desktop{
    display: none !important;
}
.stellarnav li.has-sub>a:after {
    content: none;
    font-family: FontAwesome;
    margin-left: 10px;
}
.xtlab-ctmenu-sub-page, .xtlab-ctmenu-sub-page-box{
    display: none !important;
    z-index: 999;
}

.xt-ct-menu:hover{
    cursor: pointer;
}
.xt-ct-menu:hover .xtlab-ctmenu-sub-page{
    display: block !important;
}
.xt-ct-menu:hover .xtlab-ctmenu-sub-page-box{
    display: block !important;
}
/*end menu*/
/*policy*/
.policy{
    margin-top: 20px;
}
/*.policy-content{*/
/*    box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);*/
/*    border-radius: 4px;*/
/*    padding: 30px 10px;*/
/*    overflow: hidden;*/
/*    background-color: #fff;*/
/*}*/
.part_1 {
    display: flex;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}
.part_1 .wrapItem {
    width: 23%;
    margin: auto;
}
.part_1 .item {
    position: relative;
    transition: .3s;
    text-align: center;
}
.part_1 .item img {
    width: 50px;
    height: 50px;
    transition: .3s;
    object-fit: cover;
}
.part_1 .text {
    width: 77%;
    padding: 0 10px;
}
.part_1 .text .aTagText_1 {
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.part_1 .text .text_1 {
    font-weight: 700;
    max-height: 49px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #f48347;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
}
.part_1 .text .text_2 {
    font-size: 13.5px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: left;
    margin-bottom: 0;
}
/*policy*/
/*slider*/
.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;
    display: none;
}
@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: #01b0f1;
    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*/
.box-index{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.box-index .box-san-pham-index{
    margin-bottom: 0;
}
.box-index .box-san-pham-index-img img {
    height: 215px;
}
.owl-prev:before {
    content: "‹";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
    color: #ff531d;
    background: #ebebeb;
    padding: 5px 8px;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    display: none;
}

.owl-next:before {
    content: "›";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 30%;
    right: 0;
    text-align: center;
    color: #ff531d;
    background: #ebebeb;
    padding: 5px 8px;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    display: none;
}
.box-index-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #ea2127;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}
.box-index-title span {
    text-decoration: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
    background: #f48549;
    position: relative;
    padding: 12px 35px 12px 12px;
}
.box-index-title span:before, .box-index-title span:after {
    right: 0;
    top: 0;
    border: solid #de111100;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.box-index-title span:after {
    border-color: transparent;
    border-left-color: #fff;
    border-width: 22px;
}
.box-index-content {
    background: #fff;
    padding: 15px;
}
.main-content {
    margin: 20px 0;
}
.danh-muc-san-pham-cap-1 a{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    background: #01b0f1;
    border-radius: 3px;
}
.danh-muc-san-pham-cap-1{
    text-align: center;
}
.box-san-pham-index-name{
    height: 40px;
}
.box-san-pham-noi-bat-title{
    text-align: center;
    color: #01b0f1;
    font-size: 20px;
}
.box-san-pham-noi-bat-title p{
    margin-bottom: 0;
}
.box-san-pham-noi-bat{
    background: #fff;
    margin: 20px 0;
    padding: 15px;
}
.box-san-pham-index{
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    padding: 15px;
}
.box-san-pham-index-name a{
    color: #333;
       font-size: 13.5px;
    text-decoration: none;
        line-height: 1.5;
}
.box-san-pham-index-name a:hover{
    color: #01b0f1;
}
.box-san-pham-index-gia-moi{
    font-size: 15px;
    color: #fe0000;
    font-weight: bold;
    line-height: 2.5em;
}
.box-san-pham-index-gia-cu{
    font-weight: 400;
    color: #8c8c8c;
    font-size: 12px;
    font-style: italic;
    text-decoration: line-through;
    line-height: 2.5em;
    padding-top: 3px;
}
.banner{
    margin-bottom: 20px;
}
[class*="label_"] {
    position: absolute;
    top: 17px;
    left: 31px;
    padding: 6px 7px 5px;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 3px 3px 3px;
}
.label_new {
    background: #fe0000;
}
.maps-site iframe{
    width: 100% !important;   
}
.box-post-index-title{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.box-post-index-title p{
    text-transform: uppercase;
    color: #01b0f1;
    font-size: 20px;
    margin-bottom: 0;
}
.box-post {
    border: 1px solid #dcdcdc;
    min-height: 320px;
}
.box-post a{
    text-decoration: none;
}
.box-post a:hover{
    color: #01b0f1;
}
.box-post img {
    height: 184px;
    width: 100%;
}
p.p-box-post-name {
    overflow: hidden;
    margin: 15px 0 10px;
    padding: 0 10px;
    font-weight: bold;
    height: 40px;
}
p.p-box-post-name a {
    color: #333;
}
p.p-box-post-description {
    padding: 0 10px;
    padding-bottom: 20px;
    text-align: justify;
    color: #666;
}
.main-content-con{
    background: #ffffff;
    padding: 25px 0;
}
.breadcrumb {
    padding: 15px;
    margin: 15px 0;
    list-style: none;
    background-color: #f2f2f2;
    border-radius: 0;
}
.breadcrumb a{
    color: #333;
    text-decoration: none;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #333;
}
.body-trangcon-content{
    background: #f2f2f2;
    padding: 20px;
}
a.list-item-title{
    font-weight: bold;
    font-size: 18px;
}
.sidebar-title p {
    color: #fff;
    background: #db5f00;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
ul.sidebar-menu{
    margin: 0;
    padding: 0;
    border-bottom: none;
    background: #f2f2f2;
}
ul.sidebar-menu li{
    list-style: none;
}
ul.sidebar-menu li a {
        padding: 10px 0 10px 15px;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}
.sidebar-body{
    margin-bottom: 20px;
}
.no-pad-left{
    padding-left: 0;
}
.sidebar-list-post{
    padding: 10px;
    background: #f2f2f2;
}
.list-post-name a{
    color: #333;
    text-decoration: none;
}
.list-post{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
.list-post:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.list-item{
    margin-bottom: 25px;
}
.bai-viet-moi-nhat p{
    font-size: 18px;
    color: #01b0f1;
    margin-bottom: 15px;
}
.bai-viet-moi-nhat ul{
    padding: 0;
    margin: 0;
}
.bai-viet-moi-nhat ul li{
    list-style: none;
    padding-bottom: 5px;
}
.bai-viet-moi-nhat ul li:last-child{
    padding-bottom: 0;
}
.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: #01b0f1;
}
.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: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}
.maps-site{
    margin-top: 30px;
}
textarea.form-control {
       height: 120px;
}
.chi-tiet-san-pham h1{
    padding-right: 15px;
    color: #01b0f1;
    font-weight: inherit;
    line-height: 1em;
    margin-bottom: 14px;
    font-size: 18px;
}
.gia-san-pham-moi{
    font-size: 30px;
    color: #fe0000;
    font-weight: bold;
}
.gia-san-pham-cu{
    font-weight: 400;
    color: #8c8c8c;
    font-size: 12px;
    font-style: italic;
    text-decoration: line-through;
    padding-top: 12px;
}
.gia-san-pham-moi {
    font-size: 17px;
    color: #fe0000;
    font-weight: bold;
}
.dat-hang .btn-primary {
    color: #fff;
    background-color: #116bb5;
    border-color: #116bb5;
    font-size: 16px;
}
.thong-tin-mo-ta-san-pham {
    background: #f2f2f2;
}
.anh-san-pham {
       border: 3px solid #f2f2f2;
}
.anh-san-pham img{
    width: 100%;
}
.lien-he-voi-chung-toi{
        border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
.chi-tiet-san-pham-caption {
        padding-top: 15px;
}
.dat-hang .btn-success{
    color: #fff;
    background-color: #01b0f1;
    border-color: #01b0f1;
    font-size: 16px;
}
.theme_box {
    position: relative;
    padding: 20px 19px;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border-radius: 3px;
}
.seller_info {
    color: #333;
}
.seller_info .wrapper {
       padding: 15px;
    background: #fff;
}
.theme_box p {
    margin-top: 7px;
}
.noi-dung-san-pham-title{
    margin-top: 20px;
    padding-bottom: 8px;
}
.noi-dung-san-pham-title p{
    margin-bottom: 0;
}
.noi-dung-san-pham-title span{
    background: #01b0f1;
    padding: 10px;
    margin-bottom: 9px;
    color: #fff;
}
.noi-dung-san-pham{
    background: #f2f2f2;
    padding: 15px;
    border: 1px solid #eaeaea;
}
.mang-xa-hoi{
    margin-bottom: 5px;
}
.mang-xa-hoi span{
    margin-bottom: 0;
}
p.gui-thong-tin-title{
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.flexslider .slides img {
      height: 510px;
}
.box-san-pham-index-img img{
    width: 100%;
    height: 263px;
}
.banner img{
    width: 100%;
    height: 200px;
}
.list-post-img img{
    width: 100%;
    height: 62px;
}
.list-item img{
    width: 100%;
    height: 183px;
}
.seller_info img{
    width: 100%;
    height: 215px;
}
.anh-san-pham{
    width: 100%;
}
.note_checkout {
    border: 1px dashed #bd7645;
    border-radius: 4px;
    font-size: 13px;
    background: #fff4e2;
    padding: 10px;
    color: #444;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.sidebar-title-index p{
    padding: 13px 20px;
    color: #fff;
    background: #01b0f1;
    font-size: 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
.sidebar-body-index{
    border: 1px solid #ccc;
    border-bottom: none;
}
ul.sidebar-menu-index li a {
    padding: 5px 0 5px 15px;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}
ul.sidebar-menu-index li a:hover {
    color: #01b0f1;
}
.body-trangcon-content .btn-primary {
    color: #fff;
    background-color: #01b0f1;
    border-color: #01b0f1;
}
/*footer*/
#footer {
    background-color: #f48549;
    color: #fff;
    padding: 50px 0 30px;
    font-size: 12px;
}
#footer a{
    text-decoration: none;
    color: #fff;
}
.box_social a {
    padding-right: 4px;
}
.copy-right {
    background: #db743d;
    font-weight: inherit;
}
.copy-right-content {
    padding: 7px 0;
}
.copy-right p {
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: inherit;
}
.copy-right a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: inherit;
}
.copy-right a:hover{
    color: #fff;
}
.theheadings {
    color: #fff;
}
.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;
    font-weight: inherit;
}
.display-desktop-menu{
    display: none !important;
}
/*mobile*/
@media screen and (max-width: 1190px)
{
    .stellarnav.light li a {
        color: #fff;
        font-size: 12px;
    }
    .stellarnav>ul>li>a {
        padding: 15px 15px;
    }
    .box-san-pham-index-gia-moi {
        font-size: 11px;
    }
    .box-san-pham-index-gia-cu {
        font-size: 11px;
         padding-top: 0;
    }
    .box-san-pham-index-name{
        height: 64px;
    }
    .box-san-pham-index-name a {
        font-size: 13px;
        line-height: 2em;
    }
    .box-san-pham-index {
        padding: 0 5px;
    }
    .danh-muc-san-pham-cap-1 a {
        font-size: 13px;
    }
    .keyword-site {
        font-size: 10px;
    }
    .keyword-site a {
        font-size: 10px;
    }
    p.p-box-post-name a {
        color: #333;
        font-size: 12px;
    }
    p.p-box-post-description {
        font-size: 12px;
    }
    .sidebar-title p {
        font-size: 13px;
    }
    p.list-item-mo-ta{
        font-size: 12px;
    }
    .mang-xa-hoi{
        display: none;
    }
    .noi-dung-lien-he p:last-child{
        margin-bottom: 0;
    }
    .dat-hang .btn-primary {
        font-size: 14px;
    }
    .dat-hang .btn-success {
        font-size: 14px;
    }
    ul.sidebar-menu-index li a {
        padding: 6px 0 5px 15px; 
        font-size: 13px;
    }
    .box-post img {
        height: 152px;
        width: 100%;
    }
    .flexslider .slides img {
        height: 320px;
    }
    .box-san-pham-index-img img{
        height: 221px;
        width: 100%;
    }
    .list-post-img img{
        width: 100%;
        height: 45px;
    }
    .list-item img{
        width: 100%;
        height: 142px;
    }
    .banner img{
        width: 100%;
        height: 161px;
    }
    .anh-san-pham img{
        width: 100%;
        height: 293px;
    }
    .seller_info img {
        width: 100%;
        height: 168px;
    }
    .logo-caption{
        display: none;
    }
}
@media screen and (max-width: 768px)
{
    .part_1{
        margin-bottom: 15px;
    }
    .menu .col-md-3{
        display: none;
    }
    .header-top-right{
        display: none;
    }
    .header-top-left{
        float: none;
        margin: auto;
        text-align: center;
        display: none;
    }
    .header-top-left p{
        font-size: 12px;
    }
    .logo-site img{
        margin: auto;
        text-align: center;
        height: 80px;
    }
    p.logo-caption-title {
        font-size: 15px;
        text-align: center;
    }
    p.logo-caption-content{
        font-size: 10px;
        text-align: center;
    }
    .sidebar-title-index, .sidebar-body-index{
        display: none;
    }
    .slider{
        display: none;
    }
    .stellarnav.mobile.light ul {
        background: rgba(209,135,71,0.8);
        border-top: none;
    }
    .display-desktop-menu{
        display: block !important;
    }
    .keyword-site{
        display: none;
    }
    .search-site {
        margin: 10px 0;
    }
    .hotline-site {
        display: none;
    }
    .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
        color: #fff;
    }
    .stellarnav.mobile.light li a {
        border-bottom: 1px solid rgba(216, 216, 216, 0.15);
    }
    .stellarnav.mobile>ul>li>a {
        padding: 10px 15px;
    }
    .stellarnav .dd-toggle i {
        top: 25%;
    }
    .stellarnav.light li ul li a {
        color: #fff;
        padding: 8px 10px;
    }
    .stellarnav ul ul{
        border: none;
    }
    .danh-muc-san-pham-cap-1 a {
        font-size: 12px;
    }
    .danh-muc-san-pham-cap-1 {
        margin-bottom: 15px;
    }
    .box-san-pham-index-name, .box-san-pham-index-spice{
        text-align: center;
    }
    .box-footer{
        margin-bottom: 30px;
    }
    p.gui-thong-tin-title{
        font-size: 14px;
    }
    .address-contact{
        margin-top: 20px;
    }
    .body-trangcon-content {
        margin-bottom: 20px;
    }
    .gia-san-pham-moi {
        font-size: 20px;
    }
    .gia-san-pham-cu {
        padding-top: 5px;
    }
    .dat-hang .btn-primary {
        font-size: 12px;
    }
    .dat-hang .btn-success{
        font-size: 12px;
    }
    .seller_info img{
        width: 100%;
        height: 296px;
    }
    .dat-hang .btn{
        padding: 5px 5px;
    }
    .flexslider .slides img {
        height: 215px;
    }
    .box-index .box-san-pham-index-img img {
        height: 160px;
    }
    .box-san-pham-index-img img {
        height: 149px;
        width: 100%;
    }
    .banner img {
        width: 100%;
        height: 59px;
    }
    .box-post img {
        height: 120px;
        width: 100%;
    }
    .menu .no-pad-left {
        padding-left: 15px;
    }
    .list-post-img img {
        width: 100%;
        height: 84px;
    }
    .list-item img {
        width: 100%;
        height: 218px;
        margin-bottom: 5px;
    }
    .anh-san-pham img{
        width: 100%;
        height: 349px;
        margin-bottom: 10px;
    }
    .logo-caption{
        display: block;
            float: none;
    margin: auto;
    }
    .logo-site{
        margin: auto;
            float: none;
    }
}
/*mobile*/
