body{
    font-size: 12px;
}
.fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 5px rgba(232, 232, 232, 0.75);
}
.header-top {
    background: #1aa2d6 !important;
    padding: 7px 0;
    line-height: 20px;
}

.header-top-left ul {
    margin: 0;
    padding: 0;
    float: left !important;
}
.header-top-left ul li {
    list-style: none;
    display: inline-block;
}
.header-top-left ul li a {
    color: #fff;
    padding: 0 8px;
    text-decoration: none;
    font-size: 12px;
}
.header-top-right ul {
    margin: 0;
    padding: 0;
    float: right; !important;
}
.header-top-right ul li {
    list-style: none;
    display: inline-block;
}
.header-top-right ul li a {
    color: #fff;
    padding-left: 15px;
    text-decoration: none;
    font-size: 13px;
}
.header{
    padding: 10px 0;
    background: #ffffff !important;
}
.search{
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.search .form-control{
    height: 40px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 35px;
    box-shadow: none;
}
.search .btn {
    padding: 9px 20px;
    border-radius: 35px;
}
.search .btn-success {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.notification{
    margin-top: 15px;
}
.notification img {
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 5px;
}
.notification .pinfo {
    float: left;
}
.pinfo span {
    text-transform: none;
    color: #333;
}
.pinfo p {
    font-weight: 700;
    color: #22549d;
    margin-bottom: 5px!important;
}
.pinfo strong {
    color: #c70404;
}
.header .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    cursor: pointer;
    padding: 10px 12px;
    border: 1px solid #fff;
    background: #ccc0;
    border-radius: 2px;
}
.page-header .hamburger>.fa {
    font-size: 32px;
}
.fa-fw {
    font-size: 20px;
    text-align: center;
}
.page-header .hamburger>span {
    font-size: 10px;
    text-transform: uppercase;
}
/*box-slider*/
.slider-box{
    background: #f8f8f8;
}
/*box-slider*/
/*menu-header*/
.menu-header{
    margin-bottom: 10px;
}
.navbar-inverse {
    background-color: #1aa2d6;
    border: none;
}
@media (min-width: 768px){
    .navbar {
        border-radius: 0;
        margin-bottom: 0;
        min-height: 35px;
    }
}
.stellarnav>ul>li>a {
   padding: 11px 10px;
}
.stellarnav.light li a {
    color: #fff;
    text-transform: uppercase;
}
.stellarnav ul ul {
    top: auto;
    min-width: 280px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    padding: 0;
    left: 0;
    border: none;
    background: #fff;
    white-space: nowrap;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
}
.stellarnav ul ul li a{
    color: #333 !important;
    padding: 8px 15px;
    border-bottom: 1px solid #e6e6e6;
}
.stellarnav ul ul li a:hover{
    background: #1d5288;
    color: #fff !important;
}
.stellarnav li.has-sub>a:after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 0;
    color: rgba(255,255,255,.8);
}
.xtlab-ctmenu-sub {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 4;
    background: #fff;
    border-top: none;
}
a#p1 {
    color: #3baf7b
}
/*menu-header*/
/*slider*/
.carousel-inner img{
    height: 354px !important;
    width: 100%;
    object-fit: cover;
}
span.fa.fa-chevron-right, span.fa.fa-chevron-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
.box-slider-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}
.box-slider-content .block-item {
    width: 50%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-underline {
    text-decoration: none!important;
}
.box-slider-content .block-content {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    max-width: 70%;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 20px 0;
}
.box-slider-content .block-item i {
    font-size: 4rem;
    margin-bottom: 5px;
}
.xt-ct-menu {
    position: relative;
    display: inline-block;
}
.xtlab-ctmenu-item {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.xtlab-ctmenu-sub ul.sub-menu{
    padding: 0;
    margin: 0;
}
.xtlab-ctmenu-sub ul.sub-menu li{
    list-style: none;
    position: relative;
}
.xtlab-ctmenu-sub ul.sub-menu > li > a {
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    background: #f7f9f2;
    border-bottom: 1px solid #fff;
    color: #003da5;
    font-size: 13px;
    position: relative;
}
.xtlab-ctmenu-sub ul.sub-menu a:hover {
    background-color: rgb(0, 123, 200);
    border-bottom: 1px solid #fff;
    color: #fff;
}
ul.sub-menu-child {
    padding: 0 0;
    left: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    background: #ffffff;
    z-index: 99;
    display: none;
    top: 0;
    min-height: 100%;
    border-left: 1px solid #ccc;
}
.xtlab-ctmenu-sub > ul.sub-menu > li:hover ul.sub-menu-child {
    display: block;
}
ul.sub-menu-child-child {
    padding: 0 0;
    left: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    background: #ffffff;
    z-index: 99;
    display: none;
    top: 0;
    min-height: 100%;
    border-left: 1px solid #ccc;
}
ul.sub-menu-child > li:hover ul.sub-menu-child-child {
    display: block;
}
.xt-ct-menu:hover .hamburger{
    background: #fff;
    color: #333;
}
.xt-ct-menu:hover .xtlab-ctmenu-sub{
    display: block;
}
.logo-site{
    float: left;
}
.logo-site img{
    height: 60px;
}
.name-site{
    float: left;
    margin-left: 15px;
}
.name-site-content{
    font-size: 23px;
    font-weight: bold; 
    color: #3f5aa9;
}
.address-site{
    font-size: 14px;
    color: #3f5aa9;
}
.pad-0{
    padding: 0 !important;
}
.mar-0{
    margin: 0 !important;
}
/*box-slider*/
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
span.fa.fa-chevron-right, span.fa.fa-chevron-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    height: 32px;
    width: 32px;
}
.carousel-control.right {
    right: 30px;
}
.carousel-control {
    width: 10%;
}
.banner img{
    width: 100%;
    height: 130px;
    object-fit: cover;
}
/*box-slider*/
/*mở rộng*/
.col-xs-7ths, .col-sm-7ths, .col-md-7ths, .col-lg-7ths {
    position: relative;
    min-height: 1px;
}
.col-xs-7ths {
    width: 14.28%;
    float: left;
}
@media screen and (max-width: 768px) {
    .col-xs-7ths{
        width: 25%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-7ths {
        width: 14.28%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-7ths {
        width: 14.28%;
        float: left;
    }
}
/*mở rộng*/
/*mở rộng*/
.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;
    }
}
/*mở rộng*/

/*box-category*/
.category{
    margin: 50px 0;
}
.category-img{
    padding: 15px 50px;
}
.category-img img{
    width: 100%;
    height: 65px;
}
.category-name{
    color: #555;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    padding: 0 12px;
    padding-bottom: 7px;
    height: 54px;
    overflow: hidden;
}
.box-category{
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.box-category:hover{
    box-shadow: 0 5px 15px 0 rgba(140, 152, 164, 0.25) !important;
}
.box-category a{
    text-decoration: none;
}
.box-category-content{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.mar-0{
    margin: 0;
}
.box-content-title span{
    font-weight: bold;
    font-size: 22px;
}
.box-content-title a{
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding-top: 5px;
}
/*box-category*/

/*product*/
.box-content{
    margin-bottom: 50px;
    margin-top: 30px;
}
.product-index{
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    height: 205px;
}
.product-index:hover{
    box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}
.product-index:hover .product-index-name a{
    color: #EA232B;
}
.product-index-img {
    border: 1px solid #ccc;
    padding: 3px;
}
.product-index-img img {
    width: 100%;
    height: 115px;
    object-fit: cover;
}
.product-index-name{
    margin: 7px 0;
    text-align: center;
}
.product-index-name a{
    color: #555;
    text-decoration: none;
    font-size: 13px;
}
.product-index-spice{
    color: #EA232B !important;
    font-weight: 700 !important;
    font-size: 16px;
    text-align: center;
}
.product-index-spice-old{
    color: #9c9c9c;
    font-size: 12px;
    text-decoration: line-through;
}
.mua-hang{
    margin-top: 10px;
}
.mua-hang button{
    float: right;
    background: #F7C307;
    color: #fff;
    border: none;
    padding: 7px 12px;
}
.mua-hang button:hover {
    background: #deaf04;
}
.quantity-pro{
    font-weight: bold;
    margin-bottom: 10px;
}
.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    width: 100%;
    height: 35px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 35px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 25px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.65;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
    background: #e6e6e6;
    color: #000;
}
.quantity-button.quantity-up:hover{
    background: #adadad;
    color: #fff;
}
.quantity-button.quantity-down {
    position: absolute;
    bottom: 0px;
    height: 50%;
}
.quantity-button.quantity-down:hover{
    background: #adadad;
    color: #fff;
}
/*product*/
/*banner-index*/
.box-content-banner img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
/*banner-index*/
/*box-background*/
.box-background{
    background-color: #f8f9fa !important;
    padding: 30px 0;
    margin-top: 40px;
}
.box-background-name{
    margin-top: 15px;
    font-weight: bold;
}
/*box-background*/
/*box-post*/
.post-index {
    margin-top: 35px;
}
.post-index-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.post-index-name {
    margin-top: 7px;
    margin-bottom: 10px;
}
.post-index-name a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.post-index-description {
    font-size: 15px;
}
/*box-post*/
/*chi-tiet-noi-dung-bai-viet*/
.chi-tiet-bai-viet h1, .chi-tiet-bai-viet h2, .chi-tiet-bai-viet h3, .chi-tiet-bai-viet span, .chi-tiet-bai-viet p, .chi-tiet-bai-viet a, .chi-tiet-bai-viet strong, .chi-tiet-bai-viet i, .chi-tiet-bai-viet li {
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 0;
}
.chi-tiet-bai-viet h1, .chi-tiet-bai-viet h2, .chi-tiet-bai-viet h3{
    font-size: 18px;
}
.chi-tiet-bai-viet span, .chi-tiet-bai-viet p, .chi-tiet-bai-viet a, .chi-tiet-bai-viet strong, .chi-tiet-bai-viet i, .chi-tiet-bai-viet li {
    font-size: 15px;
}
.chi-tiet-bai-viet ul{
    padding: 0;
    margin: 0;
}
.chi-tiet-bai-viet ul li{
    list-style: none;
}
/*chi-tiet-noi-dung-bai-viet*/
/*footer*/
.footer{
    background: #1aa2d6 !important;
    padding: 70px 0;
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
}
.footer img{
    margin-bottom: 30px;
    height: 60px;
}
.footer-content-body iframe{
    width: 100% !important;
    height: 169px !important;
}
.footer-content-title{
    font-weight: bold;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 20px;
}
.footer a, .footer p, .footer span{
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 0;
}
.footer a:hover{
    color: #fff;
}
.copy-right{
    background: #1392c3;
    padding: 10px 0;
    color: #ffffff;
    font-size: 13px;
}
.copy-right p{
    margin-bottom: 0;
}
.copy-right a{
    color: #ffffff;
    text-decoration: none;
}
.copy-right a:hover{
    color: #fff;
}
.theheadings h1, .theheadings h2, .theheadings h3, .theheadings h4, .theheadings h5, .theheadings h6, .theheadings p, .theheadings a, .theheadings span, .theheadings strong, .theheadings i {
    font-size: 13px;
    padding: 0;
    display: inline;
    color: #fff;
    margin:0 10px 0 0;
    font-weight: inherit;
    text-decoration: none;
}
/*footer*/

/*page*/
.main-content-page{
    margin-bottom: 50px;
}
.main-break{

}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
}
ul.breadcrumb li a{
    color: #555;
    font-size: 13px;
}
.noi-dung-san-pham-web{
    margin-top: 20px;
}
.detail-content-body-product .product-index{
    margin-top: 0;
    margin-bottom: 20px;
}
.detail-content-body-product .product-index-img{
    padding: 3px;
}
.detail-content-body-banner img{
    width: 100%;
    height: 333px;
    object-fit: cover;
}
.detail-content-body-name{
    margin: 15px 0 20px 0;
    font-weight: bold;
    font-size: 20px;
}
.detail-content-body-name span{
    font-size: 13px;
    font-weight: initial;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
    margin-top: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/*page*/
/*sidebar*/
.hotline-ho-tro {
    font-size: 14px;
    border: 1px solid #ececec;
    padding: 20px 10px;
    border-radius: 3px;
    text-align: center;
}
.hotline-ho-tro .info-hotline {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.hotline-ho-tro strong {
    display: block;
    font-size: 20px;
    color: #fb0000;
}
.icon-box-left {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}
.icon-box {
    border: 1px solid #ececec;
    margin: 10px 0;
    padding: 5px;
    border-radius: 3px;
}
.icon-box-img img {
    padding-top: 3px;
    object-fit: cover;
    width: 55px;
}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
}
.icon-box-text p{
    margin-bottom: 0;
}
.box-sidebar{
    border: 1px solid #ececec;
    padding: 10px;
    margin-top: 20px;
}
.box-sidebar-title{
    background: #1aa2d6;
    padding-left: 10px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.main-content-page .box-sidebar-title{
    margin-bottom: 0;
}
.sidebar{
    margin-bottom: 15px;
}
.box-sidebar-content{
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    position: relative;
    height: 365px;
}
.box-sidebar-content > ul.sub-menu > li:hover ul.sub-menu-child {
    display: block;
}
.box-sidebar-content ul {
    padding: 0;
    margin: 0;
/*    position: relative;*/
}
.box-sidebar-content ul li {
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.box-sidebar-content ul li a {
    position: relative;
    line-height: 32px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    display: block;
    padding-left: 10px;
    color: #333;
}
.box-sidebar-content ul li:hover>a {
    color: #fff;
    background: #797979;
}
.box-sidebar-content ul li:hover>a#p1 {
    color: #fff;
    background: #0192dc;
}
.sidebar-product-name a{
    text-decoration: none;
    font-size: 12px;
    color: #545454;
}
.sidebar-product-name a:hover{
    color: #038018;
}
.sidebar-product-description{
    margin-top: 5px;
    color: #EA232B !important;
    font-weight: 700 !important;
}
.sidebar-product-img{
    border: 1px solid #e0e0e0;
}
.sidebar-product-img img{
    width: 100%;
    height: 68px;
    object-fit: cover;
}
.sidebar-product{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e4e4e4;
}
.sidebar-product:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-product-date{
    font-size: 12px;
    color: #5eb509;
    margin-top: 5px;
    margin-bottom: 0;
}
.no-pad-left{
    padding-left: 0;
}
.no-pad-right{
    padding-right: 0;
}
.box-sidebar-body{
    font-size: 13px;
}
/*sidebar*/
.social-links{
    margin-top: 15px;
}
.social-links ul{
    padding: 0;
    margin: 0;
}
.social-links ul li{
    list-style: none;
    float: left;
    padding-right: 10px;
}
.social-links ul li a{
    text-decoration: none;
}
.social-links ul li span{
    display: block;
    padding: 3px;
    line-height: 1.6em !important;
    margin-bottom: 0;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
}
.social-links ul li span.fa-facebook{
    background: #0172ac;
}
.social-links ul li span.fa-facebook:hover{
    background: #086290;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-twitter{
    background: #17aefb;
}
.social-links ul li span.fa-twitter:hover{
    background: #1296da;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-google-plus{
    background: #d81c1c;
}
.social-links ul li span.fa-google-plus:hover{
    background: #c10b0b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-linkedin{
    background: #e88114;
}
.social-links ul li span.fa-linkedin:hover{
    background: #cc6d0a;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
/*end socical*/
.list-item{
    margin-bottom: 20px;
}
a.list-item-title{
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.list-item-mo-ta{
    font-size: 14px;
    line-height: 1.7;
}
.list-item-date{
    margin-top: 10px;
    color: #9a9a9a;
    font-size: 13px;
}
.list-item img{
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.detail-content-description {
    font-size: 12px;
    color: #6f6f6f;
    margin-bottom: 20px;
}
.detail-content-title-recents {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #0a0a0a;
}
.map-contact iframe{
    width: 100% !important;
    height: 350px !important;
}
.form-dang-ky{
    background: #215b961a;
    padding: 23px;
    color: #555;
}
.form-dang-ky .form-control{
    box-shadow: none;
}
.form-dang-ky span{
    color: red;
}
.form-dang-ky .alert-success {
    background-color: #d9f5e0 !important;
    color: green !important;
    border: none;
    border-radius: 0;
    padding: 5px;
    margin-top: 10px;
}
.map-contact iframe {
    width: 100% !important;
    height: 190px !important;
}
.form-contact .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 0;
    box-shadow: none;
}
.form-contact textarea#noidung {
    height: 60px;
}
.form-contact .btn {
    border-radius: 0;
}
.caption-contact{
    background: #215b961a;
    padding: 25px;
    margin-bottom: 20px;
}
.caption-contact-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.form-contact p{
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
.form-contact .alert {
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    margin-top: 15px;
}
.ten-san-pham{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.noi-dung-san-pham-web-info-spice{
    color: #EA232B !important;
    font-weight: 700 !important;
    font-size: 25px;
    margin: 20px 0 10px 0;
}
.noi-dung-san-pham-web-info-description {
    margin-top: 20px;
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}
.ket-qua-tim-kiem{
    font-size: 12px;
    margin: 0px 0 25px 0;
}


/*chi tiết sản phẩm slider*/
.demo > ul{
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}
.content-slider li{
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}
ul.lSGallery img{
    width: 100%;
    border: 1px solid #efefef;
}
.item img{
    width: 100%;
    height: 469px;
    object-fit: cover;
}
.lSSlideWrapper {
    border: 1px solid #efefef;
}

.galleries img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    float: none;
    margin: 0;
    margin-bottom: 25px;
    background: #fff;
    padding: 5px;
}
/*display-deskop*/
.mobile-none-desktop-block{
    display: block !important;
}
.mobile-block-desktop-none{
    display: none !important;
}
/*display-deskop*/


/*mobile*/
@media only screen and (max-width: 1200px){
    .category-img img {
        height: 33px;
    }
    .product-index-img img {
        height: 70px;
    }
    .quantity input {
        padding-left: 10px;
    }
    .box-content-banner img {
        height: 219px;
    }
    .banner img {
        height: 98px;
    }
    .carousel-inner img {
        height: 294px !important;
    }
    .detail-content-body-banner img{
        height: 282px;
    }
    .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 0px;
    }
    .item img {
        height: 394px;
    }
    .list-item img {
        height: 150px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .category-img img {
        height: 79px;
    }
    .logo-site img {
        margin-top: 8px;
    }
    .banner{
        display: none;
    }
    .product-index-img img {
        height: 96px;
    }
    .box-content-banner img {
        height: 166px;
    }
    .footer img {
        height: auto;
        margin-bottom: 10px;
    }
    .sidebar-product-img img {
        height: 55px;
    }
    .detail-content-body-banner img {
        height: 190px;
    }
    .item img {
        height: 262px;
    }
    .ten-san-pham {
        font-size: 16px;
        line-height: 26px;
    }
    .noi-dung-san-pham-web-info-spice {
        font-size: 22px;
        margin: 10px 0 10px 0;
    }
    .quantity {
        bottom: 5px;
    }
    .mua-hang button {
        width: 100%;
    }
    .list-item-mo-ta {
        margin-bottom: 0;
        overflow: hidden;
        height: 50px;
    }
}
@media (max-width: 767px){
    .sidebar{
        display: none;
    }
    .header-top-left{
        display: none;
    }
    .header-top-right ul li a {
        font-size: 12px;
    }
    .xt-ct-menu {
        float: right;
        margin-top: 8px;
    }
    .carousel-inner img {
        height: 145px !important;
    }
    .banner{
        display: none;
    }
    .category{
        display: none;
    }
    .box-content {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .product-index-img {
        padding: 10px;
    }
    .product-index-img img {
        height: 126px;
    }
    .box-content-banner img {
        height: 120px;
        margin-bottom: 20px;
    }
    .footer img {
        margin-bottom: 15px;
        height: 35px;
    }
    .footer-content-title {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .footer .col-sm-4{
        margin-bottom: 30px;
    }
    .copy-right {
        font-size: 10px;
    }
    .detail-content-body-banner img {
        height: 139px;
    }
    .detail-content-body-product .product-index-img {
        padding: 3px;
    }
    .item img {
        height: 345px;
    }
    .ten-san-pham {
        margin-top: 20px;
    }
    .hotline-ho-tro{
        margin-top: 30px;
    }
    .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 15px;
    }
    .list-item-date{
        display: none;
    }
    .list-item-mo-ta{
        display: none;
    }
    .list-item img {
        height: 90px;
    }
    a.list-item-title {
        font-weight: inherit;
        line-height: 23px;
    }

    /*display*/
    .header-mid-display{
        background: #ffffff;
    }
    .header-display{
        text-align: center;
        padding: 5px 0;
        background: #3baf7b !important;
        color: #fff;
    }
    .logo-display img{
        height: 40px;
        margin: auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .navbar-inverse {
        background-color: #1aa2d6;
        border: none;
        margin-bottom: 0;
    }
    .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
        color: #fff;
    }
    .stellarnav.mobile.light ul {
        background: #1aa2d6;
    }
    .stellarnav.mobile.light > ul{
        width: 100%;
        height: 300px;
        overflow: scroll;
    }
    .stellarnav.light li a {
        color: #fff;
    }
    .stellarnav.mobile.light li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    }
    .stellarnav.mobile>ul>li>a {
        padding: 8px 15px;
    }
    .stellarnav .dd-toggle {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
    .stellarnav li a {
        padding: 8px 15px;
    }
    .header {
        padding: 0;
        padding-top: 10px;
        border-top: 2px solid #3baf7b;
    }
    .search {
        margin-bottom: 15px;
    }
    div#main-nav:after {
        content: "\f101";
        font-family: FontAwesome;
        font-weight: 400;
        float: right;
        margin-top: -31px;
        margin-right: 15px;
        font-size: 20px;
        color: #fff
    }
    /*display*/
    .menu-header {
        margin-bottom: 0;
    }
    .navbar {
        position: relative;
        min-height: 44px;
    }
    .name-site {
        display: none;
    }
    .no-pad-right{
        padding-right: 15px;
    }
    .logo-site {
        float: none;
    }
    .mobile-none-desktop-block{
        display: none !important;
    }
    .mobile-block-desktop-none{
        display: block !important;
    }
    .carousel-inner img{
        padding: 0;
        padding-top: 5px;
    }
    .header-top {
        display: none;
    }
    .stellarnav ul ul li a {
        color: #fff !important;
    }
    .stellarnav ul ul li a:hover {
        background: #3baf7b;
        color: #fff !important;
    }
    .stellarnav ul ul {
        box-shadow: none;
    }
    .post-index-img img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .no-pad-left {
        padding-left: 15px;
    }
    .kaka-hihi{
        display: none;
    }
    .list-item .no-pad-left{
        padding-left: 0;
    }
    .box-sidebar-content{
        height: auto;
    }
}
/*mobile*/
/*alo*/
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 25px;
    z-index: 999999;
}
.float-icon-hotline ul {
    margin: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    list-style: none;
}
.float-icon-hotline ul li a {
    color: #FFF;
    text-decoration: none;
}
.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}
.float-icon-hotline ul li .fa-cart {
    background: #ef0303 url(../../images/cart.jpg) center center no-repeat;
}
.float-icon-hotline ul li .fa-hotline {
    background: #ef0303 url(../../images/hotline.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-zalo {
    background: #ef0303 url(../../images/zalo.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-facebook {
    background: #168efb;
}
.float-icon-hotline ul li:hover span {
    width: 215px;
    padding-left: 30px;
    padding-right: 10px;
    opacity: 1;
}
.animated{
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
/*alo*/