.noi-dung-bai-viet-web h1, .noi-dung-bai-viet-web h2, .noi-dung-bai-viet-web h3, .noi-dung-bai-viet-web span, .noi-dung-bai-viet-web p, .noi-dung-bai-viet-web a, .noi-dung-bai-viet-web strong, .noi-dung-bai-viet-web i, .noi-dung-bai-viet-web li {
    line-height: 1.8em;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: justify;
}
.fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
}
img{
    max-width:100%;
    object-fit: cover;
}
.noi-dung-bai-viet-web img{
    height: auto !important;
}
/*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*/
/*header*/
.header-top{
    background: #4a6283;
    padding: 10px 0;
}
.header-top-left{
    font-size: 13px;
    color: #fff;
}
.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: 0 8px;
    text-decoration: none;
}
.header{
    background-color: #fff;
    width: 100%;
    z-index: 30;
}
.header-page{
    padding: 15px 0;
    background-color: #1d3a5f !important;
    background-image: none;
    position: relative;
    width: 100%;
    z-index: 30;
}
.logo {
    float: left;
}
.logo img {
    height: 70px;
}
.menu {
    float: right;
}
/*header*/
/*menu*/
.navbar-inverse {
    border: none;
    background: none;
}
.navbar {
    border-radius: 0;
    min-height: 43px;
    margin-bottom: 0;
}
.stellarnav>ul>li>a {
    padding: 27px 15px;
    text-transform: uppercase;
    color: #333 !important;
}
.stellarnav>ul>li>a:hover{
    text-decoration: none;
}
.stellarnav ul ul {
    background: #4a6283;
}
.stellarnav li.has-sub>a:after {
    content: none;
}
.stellarnav li li.has-sub>a:after {
    content: none;
}
.stellarnav.light li ul li a {
    color: #fff;
    border-top: 1px solid #6b7c94;
}
/*menu*/
/*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: #246f33;
    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;
}
.flexslider .slides img {
    height: 480px;
    object-fit: cover;
    filter:brightness(100%);
}
/*slider*/
/*box-slider*/
.toll-bar {
    /*background: #f6f6f6;*/
    /*display: table;*/
    /*width: 100%;*/
    /*margin: 15px 0;*/
    /*box-shadow: 0 1px 6px #dcdcdc;*/
}
.toll-bar .col-md-3 {
    border-right: 1px solid #e0e0e0;
    margin-bottom: 5px;
}
.toll-bar .col-md-3:last-child {
    border: none;
}
.toll-bar .item {
    padding: 16px 15px;
    margin-top: 20px;
    box-shadow: 0 1px 6px #dcdcdc;
    background: #f6f6f6;
    display: table;
    width: 100%;
}
.toll-bar .item ._img {
    width: 10%;
    float: left;
    
}
.toll-bar .item .text {
    float: left;
    padding-left: 16px;
    width: 82%;
}
.toll-bar .item .text span {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    white-space: nowrap;
    margin: 0;
}
.toll-bar .item .text p {
    font-size: 13px;
    line-height: 24px;
    color: #737373;
    white-space: nowrap;
    margin-bottom: 0;
}
.banner-box-slider{
    margin-bottom: 10px;
}
.banner-box-slider:last-child{
    margin-bottom: 0;
}
/*box-slider*/
/*caption-slider*/
ul.slides li{
    position: relative;
}
.caption-slider{
    position: absolute;
    right: 50px;
    top: 100px;
    text-align: right;
    width: 500px;
}
p.caption-slider-title-1{
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}
p.caption-slider-title-2{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
p.caption-slider-title-3{
    color: #fff;
    font-size: 12px;
}
.caption-slider .btn-default {
    color: #fff;
    background-color: #ed1c24;
    border: none;
}
.caption-slider .btn {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0px;
}
a.view-more-slider:hover{
    background-color: #399417;
}
.banner-main-content{
    margin: 15px 0;
}
/*caption-slider*/
/*box-danh-muc-san-pham-index*/
.box-danh-muc-san-pham{
    border: 1px solid #eaeaea;
    /*border-bottom: 0;*/
}
.box-danh-muc-san-pham-title {
       background: #4a6283;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}
.box-danh-muc-san-pham-content ul{
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}
.box-danh-muc-san-pham-content ul li{
    list-style: none;
    position: relative;
}
.box-danh-muc-san-pham-content ul li a{
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 12px;
}
.box-danh-muc-san-pham-content ul li a:hover{
    color: #b71c2a;
}
.box-danh-muc-san-pham-content ul li a:before {
    content: "\f101";
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    right: 10px;
    font-size: 14px;
    transition: all 0.5s;
}
.box-danh-muc-san-pham-content ul li a:hover:before {
    transition: all 0.5s;
    right: 6px;
    color: red;
}
ul.box-danh-muc-con{
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 900;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: 1px solid #eaeaea;
    min-width: 250px;
}
.box-danh-muc-san-pham-content ul li:hover > ul.box-danh-muc-con{
    visibility: visible;
    display: block;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.box-danh-muc-san-pham-content > ul > li:hover ul.sidebar-menu-child {
    display: block;
}
ul.sidebar-menu-child-child {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 0;
    top: 0 !important;
    right: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    background: #ececec;
    z-index: 99;
    display: none;
}
ul.ul-first-sidebar li:hover ul.sidebar-menu-child-child {
    display: block;
}
ul.sidebar-menu-child-child li{
    border-top: 1px solid #ccc;
}
.box-danh-muc-san-pham-mobile{
    display: none;
}
.box-danh-muc-san-pham{
    display: block;
    margin-bottom: 20px;
}
.box-danh-muc-san-pham:last-child{
    margin-bottom: 0;
}



.new-product-img:hover .quick-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .9;
}
.quick-view {
    font-weight: bold;
    font-size: 78%;
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 80px;
    color: #ffffff;
    background-color: #0172ace8;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.quick-view a{
    text-decoration: none !important;
    color: #fff;
}

.category-index-link{
    margin-bottom: 30px;
    color: #428bca;
    text-align: center;
}
.category-index-link a{
    font-style: italic;
    font-size: 13px;
}
.category-index-link span{
    color: red;
    font-size: 13px;
}
/*box-danh-muc-san-pham-index*/

/*ul-index*/
.sidebar-title p {
    color: #fff;
    background: #0172ac;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 0;
    margin-bottom: 0;
}
ul.sidebar-menu {
    margin: 0;
    padding: 0;
    border-bottom: none;
    background: #fff;
    height: 312px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
ul.sidebar-menu li {
    position: relative;
    list-style: none;
}
ul.sidebar-menu li a {
    padding: 8px 0 8px 10px;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}
ul.sidebar-menu-child {
    border-right: 1px solid #ccc;
    padding: 0 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    background: #ececec;
    z-index: 99;
    display: none;
}
ul.sidebar-menu-child li {
    border-bottom: none;
}
ul.sidebar-menu li a {
    padding: 10px 0 10px 10px;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}
ul.sidebar-menu li:hover ul.sidebar-menu-child {
    display: block;
}
ul.sidebar-menu li a:hover{
    color: red;
}
/*main-content*/
.main-content{
    background: #fff;
}
.main-content-bg{
    background: #fff;
}
.main-content-index{
    margin: 15px 0;
}
/*main-content*/
/*main-content-index*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
    border-bottom-color: #ddd;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.tab-content{
    margin-top: 20px;
}
.new-product{
    border: 1px solid #ececec;
    background: #fff;
}
.new-product-img{
    padding: 0;
}
.new-product-img img{
    width: 100%;
    height: 198px;
    object-fit: cover;
}
.new-product-name{
    padding: 10px 5px;
    border-bottom: 1px solid #ececec;
}
.new-product-name a{
    font-size: 13px;
    color: #5a5a5a;
    text-decoration: none;
    overflow: hidden;
    display: block;
    height: 20px;
    text-align: center;
    line-height: 1.6;
}
.new-product-spice {
    margin: 10px 5px;
}
.new-product-spice-new{
    color: #ff0017;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
    height: 17px;
}
.new-product-spice-old{
    color: #999999;
    font-style: italic;
    font-size: 12px;
    text-decoration: line-through;
    text-align: center;
}
/*main-content-index*/
/*box-product-index*/
.padding-20{
    padding-top: 20px;
}
.box-product-index{
 
}
.danh-muc-san-pham .danh-muc-san-pham-banner img{
    height: 330px;
    width: 100%;
    object-fit: cover;
}

p.iconImg {
    margin-top: 5px;
    margin-bottom: 0;
}
p.iconImg img{
    text-align: center;
    margin: auto;
}
.product-index {
    margin-top: 20px;
}
.product-index-img {
    position: relative;
    overflow: hidden;
}
.product-index-img img {
    width: 100%;
    height: 216px;
    object-fit: cover;
}
.product-index-name {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
    height: 44px;
}
.product-index-name a {
    font-size: 16px;
    font-weight: 400;
    color: #1c1a1a;
    text-decoration: none;
}
.product-index-name a:hover {
    color: #4c6584;
}
.product-index-spice {
    text-align: center;
    color: #d82102;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.product-index-img: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;
}
/*box-product-index*/
/*box-bang-gia*/
.box-bang-gia{
    background: #f5f5f5;
    margin-bottom: 10px;
}
.box-bang-gia a{
    color: red;
    font-style: italic;
    display: block;
    overflow: hidden;
    height: 30px;
    padding: 5px 15px;
}
.box-bang-gia a i{
    padding-right: 7px;
    border-right: 1px solid #ccc;
    margin-right: 7px;
}
/*box-bang-gia*/
/*box-post-index*/
.main-content-news{
    background: rgb(244, 247, 252);
    padding: 50px 0;
}
.box-index-title{
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
}
.box-index-title span{
    padding: 8px 0;
    color: #000;
}
.box-index-title span a{
    font-size: 20px;
    text-decoration: none;
    color: #4c6584;
    text-transform: uppercase;
    font-weight: 700;
}
.box-post-index-name a{
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    margin: 5px 0 7px 0;
    text-decoration: none;
    color: #6b6b6b;
}
.box-post-index-name a:hover{
    color: #399417;
}
.box-post-index-img img{
    width: 100%;
    height: 221px;
    object-fit: cover;
}
.box-post-index-description{
    overflow: hidden;
    height: 50px;
    font-size: 13px;
    color: #a9a9a9;
}
.box-post-index-description a{
    color: red;
    text-decoration: none;
}
.no-pad-right{
    padding-right: 0;
}
.list-box-post-index{
    margin-bottom: 15px;
}
.list-box-post-index:last-child{
    margin-bottom: 0;
}
.list-box-post-index-name a{
    font-size: 12.5px;
    display: block;
    overflow: hidden;
    height: 54px;
    text-align: justify;
}
.list-box-post-index-img img{
    height: 54px;
    object-fit: cover;
    width: 100%;
}



.index-post {
    background: #fff;
    padding: 10px;
    margin-top: 25px;
}
.index-post-img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.index-post-name {
    margin-bottom: 5px;
}
.index-post-name a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.index-post-name a:hover {
    color: #d82102;
}

/*box-post-index*/
/*khach-hang*/
.item-khach-hang{
    background: #e9edf0;
    padding: 20px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 69px;
    object-fit: cover;
}
.item-khach-hang-name{
    margin: 10px 0 15px 0;
}
.item-khach-hang-name a{
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.item-khach-hang-description{
    font-style: italic;
}
/*khach-hang*/

/*footer*/
.footer{
    padding: 70px 0;
    line-height: 1.6;
    color: #bbb9b9;
    background: url(../images/bg-foot.png) rgb(51, 51, 51);
}
.footer p{
    margin-bottom: 6px !important;
}
.box-footer-title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}
.box-footer{
    margin-bottom: 10px;
}
.box_social{
    margin: 10px 0;
}
.box_social img{
    width: 25px;
}
.box_social a {
    text-decoration: none;
    color: #444444;
}
.box_social img {
    width: 25px;
}
.footer-form input#email{
    width: 75%;
    float: left;
}
.footer-form input#submit{
    float: left;
    width: 25%;
}
.footer-form .btn-lg, .btn-group-lg>.btn {
    padding: 9px 16px;
    font-size: 11px;
    line-height: 1.33;
    border-radius: 0;
}
.footer-form .form-control{
    border-radius: 0;
    font-size: 12px;
}
.footer-form .btn-primary {
    color: #fff;
    background-color: #b71c2a;
    border-color: #b71c2a;
}
.copy-right {
    background: #1d1d1d;
    padding: 10px 15px 3px 15px;
    color: #bbb9b9;
}
.copy-right p {
    color: #bbb9b9;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: inherit;
}
.copy-right a {
    color: #bbb9b9;
    text-decoration: none;
    font-size: 12px;
    font-weight: inherit;
}
.copy-right a:hover{
    color: #bbb9b9;
}
.theheadings {
    color: #bbb9b9;
}
.theheadings h1, .theheadings h2, .theheadings h3, .theheadings h4, .theheadings h5, .theheadings h6, .theheadings p {
    font-size: 11px;
    padding: 0;
    display: inline;
    color: #bbb9b9;
    margin:0 10px 0 0;
    font-weight: inherit;
}
/*footer*/
/*main-content-page*/
.main-content-page{
    padding: 30px 0;
    background: #e9edf0;
}
.breadcrumb {
    padding: 10px 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 0;
}
.breadcrumb a{
    color: #797878;
    text-decoration: none;
}
.breadcrumb a:hover{
    color: #399417;
}
.breadcrumb a.breadcrumb-a-active{
    color: #399417;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li + li:before {
    content: "\00BB ";
    color: #808080;
}
.breadcrumb li.home span{
    color: #fe6e78;
}
.main-content-page-child{
    background: #fff;
    padding: 10px;
}
.main-content-page-child-child > h1{
    margin: 0;
    line-height: 22px;
    font-weight: normal;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    font-size: 16px;
}
.main-content-page-child-child > h1 > a{
    color: #363636;
    text-decoration: none;
    padding: 0 0 13px 0;
    display: block;
}
.main-content-page-child-child > h1 > a > span{
    border-bottom: 2px solid #0172ac;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.box-slider-list-product{
    margin-bottom: 15px;
}
.box-slider-list-product:last-child{
    margin-bottom: 0;
}
.box-slider-list-product-img img{
    width: 100%;
    height: 97px;
    object-fit: cover;
}
.box-slider-list-product-name{
    margin-bottom: 5px;
}
.box-slider-list-product-name a{
    font-weight: bold;
    font-size: 13px;
    color: #5a5a5a;
    text-decoration: none;
}
.box-slider-list-product-spice{
    color: #d02028;
}
.box-slider-list-product-spice span{
    color: #9e9e9e;
}
.no-pad-left{
    padding-left: 0;
}
.box-sidebar{
    padding: 10px;
    background: #f9f9f9;
}
.list-item{
    margin-bottom: 20px;
}
.list-item img{
    width: 100%;
    height: 161px;
    object-fit: cover;
}
a.list-item-title {
    font-weight: bold;
    color: #060606;
    font-size: 17px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
a.list-item-title:hover{
    color: #ea1c07;
}
p.list-item-mo-ta{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 13.5px;
    color: #717171;
    text-align: justify;
}
p.list-item-mo-ta a{
    color: #ea1c07;
    font-size: 13px;
}
.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: #ea1c07;
    border-color: #ea1c07;
    cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #ea1c07;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ea1c07;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
h1.noi-dung-bai-viet-web{
    border-bottom: none;
    margin-bottom: 12px;
}
h1.noi-dung-bai-viet-web span{
    color: #d02028;
    font-weight: bold;
    line-height: 22px;
    font-size: 18px;
}
p.list-item-meta{
    font-size: 11px;
    color: #888888;
    margin-top: 5px;
}
.noi-dung-bai-viet-web p.mo-ta-bai-viet-web{
    text-align: justify;
    font-size: 14px;
    font-style: italic;
}
p.moi-nhat-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #000;
}
.box-bai-viet-lien-quan{
    margin-bottom: 15px;
}
.box-bai-viet-lien-quan-img img{
    width: 100%;
    height: 101px;
    object-fit: cover;
}
.box-bai-viet-lien-quan-name a{
    font-weight: bold;
    color: #505050;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}
.box-bai-viet-lien-quan-name a:hover{
    color: #d02028;
}
.box-bai-viet-lien-quan-date{
    padding: 5px 0;
    font-size: 12px;
    color: #a8a6a6;
}
.box-bai-viet-lien-quan-description{
    color: #9a9a9a;
    overflow: hidden;
    height: 40px;
}
p.gui-thong-tin-title{
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.xem-them-bai-viet a {
    background: #dedede;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
.xem-them-bai-viet a:hover {
    color: red;
    font-style: italic;
}
.margin-bot-20{
    margin-bottom: 20px;
}
.box-dat-ban{
    background: #b71c2a;
    padding: 10px;
    margin-bottom: 10px;
}
.box-dat-ban-title{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    color: #fff;
    padding-bottom: 13px;
    text-transform: uppercase;
}
p.box-dat-ban-note{
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 7px;
}
p.box-dat-ban-giam-gia{
    text-align: center;
    color: #d02028;
    font-size: 13px;
    font-weight: 700;
}
.box-dat-ban .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}
.box-dat-ban .btn-primary {
    color: #fff;
    background-color: #ea1c07;
    border-color: #ea1c07;
}
.box-dat-ban .btn-primary:hover{
    color: yellow;
}
.box-dat-ban .btn-lg, .btn-group-lg>.btn {
    padding: 7px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 25px;
}
.box-dat-ban-hotline{
    color: #ffffff;
    margin: 14px 0;
    font-size: 13px;
    text-align: center;
}
.box-dat-ban-hotline span{
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}
textarea#noidung {
    height: 80px;
}
.noi-dung-san-pham-web-info h1{
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    color: #ea1c07;
    padding-bottom: 13px;
}
.noi-dung-san-pham-web-info-spice {
    color: #d02028;
    margin-top: 10px;
}
.noi-dung-san-pham-web-info-spice span {
    color: #9e9e9e;
}
.pad-10{
    padding: 10px;
}
.noi-dung-san-pham-web-info-description{
    margin-top: 20px;
}
.noi-dung-san-pham-web-info-description{
    line-height: 1.7;
    margin-bottom: 12px;
}
.noi-dung-san-pham-web-info-description p{
    margin-bottom: 0;
    text-align: justify;
}
.thong-tin-chi-tiet-san-pham-title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.main-content-page-last-child{
    margin-top: 10px;
}
.main-content-page-child-child .btn-lg, .btn-group-lg>.btn {
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 30px;
}
.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: #399417;
}
.address-contact > div:after {
    content: "";
    display: block;
    clear: both;
}
.address-contact > div > div {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.maps-site{
    margin-top: 30px;
}
.lien-he-desktop{
    display: block;
}
.lien-he-desktops{
    padding: 15px;
    background: #9e1c29;
}
.lien-he-desktop .btn-primary {
    color: #fff;
    background-color: #ea1c07;
    border-color: #ea1c07;
}
.main-content-page-child-child .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 10px;
}
.appoform .form-control {
    border-radius: 0;
}
.noi-dung-san-pham-web-img img{
    width: 100%;
    height: 449px;
    object-fit: cover;
}
.noi-dung-san-pham-web-info h1{
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    color: #399417;
    padding-bottom: 13px;
}
.noi-dung-san-pham-web-info-spice {
    color: #f11a1a;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
.noi-dung-san-pham-web-info-spice span {
    color: #9e9e9e;
}
.pad-10{
    padding: 10px;
}
.noi-dung-san-pham-web-info-description{
    margin: 20px 0;
}
.noi-dung-san-pham-web-info-description{
    line-height: 1.7;
}
.noi-dung-san-pham-web-info-description p{
    margin-bottom: 0;
    text-align: justify;
    line-height: 1.6;
    font-size: 18px;
}
.contact-buy-product ul{
    padding: 0;
    margin: 0;
}
.contact-buy-product ul li{
    list-style: none;
    padding-bottom: 10px;
}
.contact-buy-product ul li span{
    font-size: 18px;
    color: #777;
}
.contact-buy-product ul li span i{
    width: 20px;
}
.buy-now a{
    display: block;
    padding: 10px;
    width: 180px;
    background: #dc0e0e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.background-ccc{
    background: #ffffff;
    margin-bottom: 25px;
    margin-top: 25px !important;
}
.thong-tin-chi-tiet-san-pham-title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.gia-cu-chi-tiet-sp{
    color: #999999;
    font-style: italic;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 100;
}
.width-20phantram{
    width: 20%;
}
td.link-tai-ve a{
    color: red;
}
table {
    max-width: 100%;
    background-color: #1cacbc;
    color: #fff;
}
/*main-content-page*/
/*order*/
.bg-light{
    padding: 0 20px;
    font-size: 13px;
}
.bg-white{
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
}
.box-product-order .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f3f3f3;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}
.card-header{
    font-size: 18px;
    margin-bottom: 25px;
}
.card-body label{
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
}
input.btn.btn-danger.btn-block {
    width: 200px;
}
.chu-y-dat-hang{
    color: #777777;
    text-transform: initial;
    margin-top: 35px;
}
.chu-y-dat-hang i{
    color: red;
}
/*order*/
/*mobile*/
.stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
    color: #fff;
}
.stellarnav.mobile.light ul {
    background: #225410;
}
.stellarnav.mobile.light li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile.light>ul {
    border-top: 1px solid rgba(251, 251, 251, 0.15);
}
.box-danh-muc-mobile {
    display: none;
}
@media screen and (max-width: 768px){
    .stellarnav.mobile>ul>li>a {
        padding: 10px 15px;
    }
    .flexslider .slides img {
        height: 161px;
        filter: brightness(100%);
    }
    .caption-slider{
        display: none;
    }
    .box-danh-muc-san-pham-index{
        display: none;
    }
    .new-products-title .nav>li>a {
        padding: 6px 5px;
        font-size: 11px;
    }
    .new-product{
        margin-bottom: 20px;
    }
    .new-product-img {
        padding: 10px;
    }
    .new-product-img img {
        height: 121px;
    }
    .col-xs-12-mobile{
        width: 100%;
    }
    .danh-muc-san-pham {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .box-post-index-img img {
        height: 203px;
    }
    .box-post-index{
        margin-bottom: 30px;
    }
    .list-box-post-index-img img {
        height: 69px;
    }
    .list-box-post-index:last-child {
        margin-bottom: 30px;
    }
    .box-index {
        margin-bottom: 8px;
        box-shadow: 0 1px 6px #dcdcdc;
        background: #fff;
        padding: 25px;
    }
    .box-danh-muc-mobile {
        display: block;
        background: #9e1c29;
    }
    .box-danh-muc-mobile .box-danh-muc-title {
        background: #9e1c29;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        padding: 0 0 7px 0;
        border-bottom: none;
        text-align: center;
        font-size: 15px;
    }
    .box-danh-muc-content {
        border-top: none;
        background: #fff;
    }
    .box-danh-muc-mobile .box-danh-muc-content ul {
        padding: 0;
        margin: 0;
        border: 1px solid #e4e4e4;
    }
    .box-danh-muc-mobile .box-danh-muc-content ul li {
        list-style: none;
    }
    .box-danh-muc-mobile .box-danh-muc-content ul li a {
        display: block;
        font-size: 15px;
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 0 10px 25px;
        position: relative;
        text-decoration: none;
        color: #000;
        background: url(../images/icon-list.png) left no-repeat;
        margin: 0 15px;
    }
    .main-content-page-child{
        margin-bottom: 25px;
    }
    .list-item img {
        height: 197px;
        margin-bottom: 7px;
    }
    .lien-he-desktop {
        margin-top: 25px;
    }
    .logo{
        float: none;
    }
    .logo img {
        height: 70px;
        margin: auto;
        text-align: center;
    }
    .name-header {
        float: none;
        margin: auto;
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
    }
    .keyword-site{
        display: none;
    }
    .search-site{
        margin-top: 10px;
    }
    .header-top-left{
        display: none;
    }
    .header-top-right ul{
        float: none !important;
        margin: auto;
        text-align: center;
    }
    .hotline-support{
        display: none;
    }
    .danh-muc-san-pham .danh-muc-san-pham-banner img {
        height: 263px;
        width: 100%;
        object-fit: cover;
    }
    .box-bang-gia a {
        color: red;
        font-style: italic;
        display: block;
        overflow: hidden;
        height: 30px;
        padding: 5px 15px;
        text-align: center;
    }
    .noi-dung-san-pham-web-img img {
        width: 100%;
        height: 325px;
        object-fit: cover;
        margin-bottom: 15px;
    }
    .box-product-order{
        margin-bottom: 30px;
    }
    .hl {
        position: fixed;
        bottom: 30px;
        right: 24px !important;
        z-index: 99999;
    }
    .banner-box-slider{
        display: none;
    }
    .menu {
        float: none;
        border: 1px solid #ccc;
        margin-top: 10px;
    }
    .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
        color: #4a6283;
    }
    .stellarnav.mobile.light ul {
        background: #4a6283;
    }
    .stellarnav>ul>li>a {
        color: #fff !important;
    }
    .stellarnav .dd-toggle {
        width: 35px;
        height: 35px;
    }
    .product-index-img img {
        width: 100%;
        height: 158px;
        object-fit: cover;
    }
    .product-index-name a {
        font-size: 13px;
    }
    .index-post-description{
        font-size: 12px;
    }
    .index-post-name a {
        font-size: 13px;
    }
}

/*mobile*/