body{
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #777;
    background: #5b5b5b;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
.waper{
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #fff;
}
.body-trangcon-content h1, .body-trangcon-content h2, .body-trangcon-content h3, .body-trangcon-content span, .body-trangcon-content p, .body-trangcon-content a {
    line-height: 1.9em;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
/*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: #0c8abe;
    padding: 6px 15px;
    color: rgba(255,255,255,0.8);
}
.header-top p{
    margin-bottom: 0;
    font-size: 12px;
}
.header-top-left{
    float: left;
}
.header-top-right{
    float: right;
}
.header-mid{
    padding: 8px 15px;
}
.logo-site{
    float: left;
}
.logo-caption{
    float: left;
    margin-top: 20px;
    margin-left: 12px;
}
p.logo-caption-title{
    margin-bottom: 0;
    font-size: 20px;
    color: #fb2727;
}
p.logo-caption-content{
    margin-bottom: 0;
    margin-top: 5px;
}
.logo-site img{
    height: 90px;
}
.keyword-site{
    color: #949494;
    margin-bottom: 3px;
}
.keyword-site a{
    color: #333;
    text-decoration: none;
}
.keyword-site a:hover{
    color: #009cde;
}
.search-site{
    color: #949494;
    margin-top: 20px;
    border: 1px solid #bfbfbf;
}
.search-site input.form-control {
    border-right: none;
    border-left: none;
}
input.form-control {
    height: 38px !important;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
}
.search-site button.btn.btn-success {
    width: 50px;
    background: #fff;
    border: none;
    color: #333;
}
.search-site .btn {
    padding: 10px 12px;
    font-size: 13px;
    border-radius: 0;
}
.search-site .form-control{
    font-size: 12px;
    border-radius: 0;
}
.hotline-site{
    text-align: center;
    margin-top: 5px;
}
.hotline-site p{
    font-size: 17px;
    margin-bottom: 0;
    color: red;
}
/*header*/
/*menu*/
.menu{
    background-color: #0c8abe;
}
.navbar-inverse {
    background-color: #0c8abe;
    border: none;
}
.navbar {
    min-height: 46px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.stellarnav.light li a {
    color: #fff;
    text-transform: uppercase;
}
.stellarnav.light li.active a{
    background: #0a7cab;
}
.stellarnav>ul>li>a {
    padding: 15px 10px;
}
.stellarnav ul ul {
    top: auto;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    padding: 10px;
    left: 0;
    background: #1574ad;
    white-space: nowrap;
}
.stellarnav.light li ul li a {
    color: #fff;
    padding: 8px 10px;
}
.stellarnav.light li .danh-muc-lon-menu-sub a{
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
}
.box-sub-menu{
    margin-bottom: 10px;
    min-height: 200px;
}
/*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: #34a85a;
    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: 350px;
    -moz-user-select: none;
    object-fit: cover;
}
/*slider*/
/*main-content*/
.main-content{
    padding: 10px;
}
.box-index-title{
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
}
.box-index-title span{
    border-bottom: 2px solid #de3b31;
    padding-bottom: 12px;
    color: #de3b31;
}
.box-index-content{
    margin: 20px 0;
}
.box-post-index{
    background: #f9f9f9;
    padding: 10px;
    border-bottom: 1px dashed #e6e6e6;
}
.box-post-index-img img{
    width: 100%;
    height: 245px;
    object-fit: cover;
}
.list-box-post-index{
    background: #f9f9f9;
    padding: 14px 10px;
    border-bottom: 1px dashed #e6e6e6;
}
.list-box-post-indexs {
    background: #f9f9f9;
    padding: 10px 10px;
    border-bottom: 1px dashed #e6e6e6;
}
.box-post-index-name a{
    font-weight: 700;
    font-size: 1.15em;
    color: #555;
    display: block;
    height: 42px;
    overflow: hidden;
    margin: 5px 0;
    text-decoration: none;
}
.box-post-index-name a:hover{
    color: #de3b31;
}
.box-post-index-description{
    overflow: hidden;
    height: 70px;
    text-align: justify;
}
.list-box-post-index-img img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.list-box-post-index-name a{
    font-weight: 700;
    font-size: 1.15em;
    color: #555;
    display: block;
    height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
    text-decoration: none;
}
.list-box-post-index-name a:hover{
    color: #de3b31;
}
.list-box-post-index-names a{
    font-weight: bold;
    line-height: 1.6;
    color: #555;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 100px;
}
.list-box-post-index-names a:hover{
    color: #de3b31;
}
.list-box-post-index-description{
    text-align: justify;
    overflow: hidden;
    height: 52px;
}
a.read-more{
    margin-top: 15px;
    display: block;
    color: red;
    font-style: italic;
}
.list-box-post-index-imgs img{
    height: 95px;
    object-fit: cover;
    width: 100%;
}
.no-pad-right{
    padding-right: 0;
}
.margin-bottom-28{
    margin-bottom: 28px;
}
.banner{
    height: 95px;
    background: #efefef;
}


.new-product{
    border: 1px solid #ececec;
    background: #fff;
}
.new-product-img{
    padding: 5px;
}
.new-product-img img{
    width: 100%;
    height: 129px;
    object-fit: cover;
}
.new-product-name{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ececec;
    margin: 0 5px;
}
.new-product-name a{
    font-size: 13px;
    color: #5a5a5a;
    text-decoration: none;
    overflow: hidden;
    display: block;
    height: 18px;
}
.new-product-spice {
    margin: 10px 5px;
}
.new-product-spice-new{
    color: #b71c2a;
    font-size: 13px;
    margin-bottom: 5px;
}
.new-product-spice-old{
    color: #999999;
    font-style: italic;
    font-size: 13px;
    text-decoration: line-through;
}
.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: 85px;
    color: #ffffff;
    background-color: #b71c2a;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 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;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.box-category-index{
    margin-bottom: 20px;
}
.category-title {
    background: linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);
    padding: 10px 10px;
    text-transform: uppercase;
    color: #131313;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    border: 1px solid #f2f2f2;
    border-bottom: 2px solid #2e96cd;
}
.category-title a {
    color: #000;
    text-decoration: none;
}
.box-category-index-body{
    background: #f0f0f0;
    padding: 20px;
}
/*main-content*/
/*sidebar*/
.box-danh-muc-san-pham{
    border: 1px solid #eaeaea;
    border-bottom: 0;
    margin-bottom: 20px;
}
.box-danh-muc-san-pham-title {
    background: #0c8abe;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}
.box-danh-muc-san-pham-title:after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-weight: 400;
    float: right;
    margin-top: -7px;
    font-size: 20px;
}
.box-danh-muc-san-pham-content ul{
    padding: 0;
    margin: 0;
    background: #fff;
}
.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 dashed #ccc;
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    height: 41px;
}
.box-danh-muc-san-pham-content ul li a:hover{
    color: red;
}
.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;
}
.no-pad-left{
    padding-left: 0;
}
.box-danh-sach-bai-viet-content {
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
}
.box-sidebar-list-post{
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.box-sidebar-list-post:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.icon-box{
    display: flex;
    padding: 10px;
    border-bottom: 1px dashed #ececec;
}
.icon{
    margin-top: 8px;
}
.icon-box-text{
    margin-left: 10px;
}
.icon-box-text p{
    margin-bottom: 0;
    line-height: 1.6;
}
/*sidebar*/

/*footer*/
.footer{
    /*background: #353535;*/
    background: #333333;
    padding: 30px 10px;
    line-height: 1.7em;
    color: #e6e6e6;
    font-size: 14px !important;
}
.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: #e6e6e6;
}
.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 {
    padding: 7px 10px 5px 10px;
    /*background: #1b1b1b;*/
    background: #5b5b5b;
}
.copy-right p {
    color: #b7b7b7;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: inherit;
}
.copy-right a {
    color: #b7b7b7;
    text-decoration: none;
    font-size: 12px;
    font-weight: inherit;
}
.copy-right a:hover{
    color: #fff;
}
.theheadings {
    color: #b7b7b7;
}
.theheadings h1, .theheadings h2, .theheadings h3, .theheadings h4, .theheadings h5, .theheadings h6, .theheadings p {
    font-size: 11px;
    padding: 0;
    display: inline;
    color: #b7b7b7;
    margin:0 10px 0 0;
    font-weight: inherit;
}
/*footer*/
/*main-content-page*/
.main-content-page{
    margin: 30px 0;
}
.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border-radius: 0;
}
.breadcrumb a{
    color: #797878;
    text-decoration: none;
}
.breadcrumb a:hover{
    color: #d02028;
}
.breadcrumb a.breadcrumb-a-active{
    color: #d02028;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li + li:before {
    content: "\00BB ";
    color: #808080;
}
.breadcrumb li.home span{
    color: #d02028;
}
.main-content-page-child{
    padding: 10px;
}
.main-content-page-child-child > h1{
    margin: 0;
    line-height: 22px;
    font-weight: normal;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 20px;
    font-size: 16px;
}
.main-content-page-child-child > h1 > a{
    color: #363636;
    text-decoration: none;
    padding: 0 0 10px 0;
    display: block;
}
.main-content-page-child-child > h1 > a > span{
    /*border-bottom: 2px solid #b71c2a;*/
    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: 158px;
    object-fit: cover;
}
a.list-item-title{
    font-weight: bold;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
a.list-item-title:hover{
    color: #ea1c07;
}
p.list-item-mo-ta{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #696969;
    text-align: justify;
}
.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: 75px;
    object-fit: cover;
}
.box-bai-viet-lien-quan-name a{
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 36px;
    font-size: 13px;
}
.box-bai-viet-lien-quan-name a:hover{
    color: #d02028;
}
.box-bai-viet-lien-quan-date{
    padding: 5px 0;
    font-size: 12px;
    color: #a8a6a6;
}
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: #d40304;
}
.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;
}
/*main-content-page*/
/*album*/
.box-album-img img{
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.box-album-img img:hover{
    opacity: 0.5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.box-album-name{
    margin: 15px 0;
}
.box-album-name a{
    margin: auto;
    line-height: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #171717;
    text-decoration: none;
        overflow: hidden;
    height: 40px;
}
/*album*/
/*đối tác*/
.partner{
    padding: 10px;
}
.partner-content {
    background: #f9f9f9;
    padding: 20px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 142px;
    object-fit: cover;
}
/*đối tác*/
/*mobile*/
.stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
    color: #fff;
}
.stellarnav.mobile.light ul {
    background: #009cde;
}
.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;
}
.sidebar-desktop{
    display: block;
}
.sidebar-mobile{
    display: none;
}
a.read-more{
    display: none;
}
@media screen and (max-width: 768px){
    .sidebar-desktop{
        display: none;
    }
    .sidebar-mobile{
        display: block;
    }
    .logo-site {
        float: none;
    }
    .logo-site img{
        margin: auto;
        text-align: center;
    }
    .logo-caption {
        float: none;
        margin: auto;
        text-align: center;
    }
    .stellarnav .dd-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        width: 41px;
        height: 36px;
        text-align: center;
        z-index: 9999;
        border: 0;
    }
    .hotline-site{
        display: none;
    }
    .header-top-left {
        float: none;
        margin: auto;
        text-align: center;
    }
    .header-top-right{
        display: none;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 10px 15px;
    }
    .flexslider .slides img {
        height: 120px;
    }
    .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: 142px;
    }
    .col-xs-12-mobile{
        width: 100%;
    }
    .danh-muc-san-pham {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .box-post-index-img img {
        height: 160px;
    }
    .list-box-post-index-description{
        display: none;
    }
    .list-box-post-index-imgs img {
        height: 160px;
        object-fit: cover;
        width: 100%;
        margin-bottom: 5px;
    }
    .box-post-index{
        margin-bottom: 15px;
    }
    .list-box-post-index-img img {
        height: 50px;
    }
    .list-box-post-index-name a {
        font-weight: 100;
    }
    .list-box-post-index:last-child {
        margin-bottom: 30px;
    }
    .list-box-post-index-imgs{
        display: none;
    }
    .list-box-post-indexs {
        border: 1px solid #f3d2d2;
    }
    a.read-more{
        display: block;
    }
    .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;
    }
}

/*mobile*/