html, body {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    position: relative;
}

/* ── Container: override đặt trong thuvienhearder.php để load đúng thứ tự */

.header{
    background-color: antiquewhite;
    position: relative;
}
.header img{
    width: 100%;
    height: auto;
}

img .lazy{
    height: auto;
    max-width: 100%;
	vertical-align: middle;
    border-style: none;
}
/* sidebar — styles đã chuyển sang view/menu.php */

/*silder mobile*/
.section-slider-mobile{
    display: none;
}
.image-product-new1{
    display: none;
}
@media (max-width: 696px) {
    .section-slider-mobile{
        display: block;
    }
    .slider-full-screen{
        display: none;
    }
    .image-product-new1{
        display: block;
    }
    .footer{
        width: 100%;
        height: 100%;
        background-image: url(../images/4-1.jpg);
        position: relative;
        padding-top: 20%;
      }
}
/* menu — styles đã chuyển sang view/menu.php để đóng gói gọn hơn */
ul{
    list-style-type: none;
}



/* content */
.menu-left{
    width: 100%;
    height: 100%;
}
.content-right{
    width: 100%;
    height: 100%;
}
.content-right .carousel img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.nav-menu {
    width: 100%;
    font-size: 16px;
    border:1px;

  }

.nav-menu input[type=checkbox] {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    opacity: 0;
    display: block;
    cursor: pointer;
  }
  
.nav-menu ul {
    margin: 0;
    padding: 0;

  }
  
.nav-menu a {
    display: block;
    padding: 10px 10px;
    color: rgb(15, 15, 15);
    text-decoration: none;
    font-weight: 500;
  }
  .nav-menu ul li a {
    text-decoration: none;
  }
  .nav-menu ul li.sub:hover a {
    color:#337ab7;
  }
  
.nav-menu li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    color: rgb(240, 240, 240);
    transition: 0.5s;

    border-right: 1px solid #ddd;
    border-left: 5px solid orange;

  }
  
  .nav-menu ul li:last-child {
    border-bottom: 1px solid #ddd;
  }
  
.nav-menu ul > li.sub > a:after {
    pointer-events: none;
    position: relative;
    float: right;
    margin-top: -0.1em;
    font-size: 1.2em;
    vertical-align: middle;
    transition: 0.5s;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f0d7";
  }

  
.nav-menu li:hover {
    background: #cccdcf !important;
  }
  
.nav-menu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  
.nav-menu input[type=checkbox]:checked ~ .submenu {
    max-height: 999px;

  }
  
.nav-menu input[type=checkbox]:checked ~ a:after {
    transform: rotate(180deg);
  }
  
.nav-menu .submenu a {
    padding: 10px 20px;
    text-decoration: none
  }
  
.nav-menu .submenu li {
    list-style-position: inside;
    list-style-type: square;
    background: #fff;
    border: 1px dotted #ddd;
  }
  
.nav-menu .submenu li.sub {
    list-style: none;
  }
  .nav-menu .submenu li.sub1 {
    list-style: none;
  }
  .nav-menu .submenu li li {
    background: #dfdcdc;
  }
  
  .nav-menu .submenu li li li {
    background: #fff;
  }
  .nav-menu ul li:last-child {
    border-radius: 0 0 5px 5px;
}
.nav-menu ul li .submenu .sub1:last-child {
    border-radius: 0 0 0 0;

}
  .title{
    width: 100%;
    background-color: #bfe337;
    padding: 8px 14px;
    border-radius: 5px 5px 0 0;
    border-left: 5px solid orange;
  }
  .title span{
    color: rgb(22, 21, 21);
    font-size: 15px;
    font-weight: 900;
  }
.image-product-new{
    margin-top: 10px;
    padding: 10px 0px;
    width: 100%;
}
.luottruycap-product-new{
    width: 100%;
}
.image-product-new img{
    padding: 10px 0px;
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.image-product-new1{
    margin-top: 10px;
    padding: 10px 0px;
    width: 100%;
}
.image-product-new1 img{
    border-radius: 5px;
    padding: 10px 40px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.clear-both{
    clear:both;
}
  /*product*/
#wrapper{
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
ul.products{

    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.products li{
    flex-basis: 24%;
    box-sizing: border-box;
    margin-bottom: 37px;
    height: 370px;
    border: 1px solid #dfdcdc;
    border-radius: 5px;
    transition:all ease 0.5s;
}
ul.products li:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition:all ease 0.5s;
    transform: scale(1.05);
}
ul.products li img{
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 5px 5px 0 0;
}
ul.products li .product-top{
    position: relative;
    overflow: hidden;
    height: 200px;
}
ul.products li .product-top .product-thumb{
    display: block;
}
ul.products li:hover .product-top .product-thumb img{
    filter: opacity(80%);
}
ul.products li .product-top .product-thumb img{
    display: block;
}
ul.products li .product-top .product-img img{
    position: absolute;
    width: 45px;
    height: 20px;
    top: -50px;
    transition: 0.25 ease-in-out;
    opacity: 0.85;

}
ul.products li:hover .product-img img{
    right: 5px;
    top: 5px;
}
ul.products li .product-info {
    padding: 10px 0px;
}
ul.products li .product-info a{
    display: block;
    text-decoration: none;
    text-align: center;
}
ul.products li .product-info a.product-cart{
    font-size: 11px;
    text-transform: uppercase;
    color: #696969;
    padding: 2px 0px;
}
ul.products li .product-info a.product-name{
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    width: 100%;
    height: 45px;
    padding: 1px 0px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wt-post-text{
	display: block;
  	display: -webkit-box;
  	height: 16px*1.3*3;
  	font-size: 16px;
  	line-height: 1.3;
  	-webkit-line-clamp: 3;  /* số dòng hiển thị */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;

      }
ul.products li .product-info a.product-price{
    font-size: 19px;
    color: #708090;
    padding: 1px 0px;
    font-weight: 600;
}
ul.products li .product-info a.product-detail{

    width: 100%;
}
.content{
    width: 100%;
}
.title-heading {
    width: 100%;
}
.title-heading .title-detail {
    width: 100%;
    background: #efefef url(../images/bgtime.png) no-repeat left 0 top 4px;
    height: 30px;
    white-space: nowrap;
}
.title-heading .detail {
    font: normal 11px/30px Arial;
    color: #fff;
    padding-left: 20px;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
ul.products li .product-info .button {
    border-radius: 10px;
    background-color: #4fba69;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 5px 8px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  ul.products li .product-info .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  ul.products li .product-info .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
  }
  
  ul.products li .product-info .button:hover span {
    padding-right: 15px;
  }
  
  ul.products li .product-info .button:hover span:after {
    opacity: 1;
    right: 0;
  }

  @media (max-width: 1344px) {
    .image-product-new{
        display: none;
    }
    .image-product-new{
        display: none;
    }
    ul.products{
        position: relative;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    ul.products li{
        flex-basis: 32%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
        margin-bottom: 37px;
        height: 370px;
        border: 1px solid #dfdcdc;
        border-radius: 5px;
    }
    ul.products li img{
        width: 100%;
        height: 200px;
        object-fit: contain;
        border-radius: 5px 5px 0 0;
    }
  }
  @media (max-width: 800px) {
    ul.products{
        position: relative;
        left: -20px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    ul.products li{
        flex-basis: 49%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
        margin-bottom: 37px;
        height: 370px;
        border: 1px solid #dfdcdc;
        border-radius: 5px;
    }
    ul.products li img{
        width: 100%;
        height: 200px;
        object-fit: contain;
        border-radius: 5px 5px 0 0;
    }
    .slick-prev:before{
        margin-left: 0 !important;
    }
  }

  /*button*/
  .button {
    position: relative;
    border-radius: 6px;
    background-color: #4fba69;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 15px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }


  .section-new{
    width: 100%;
    height: 100%;
    

  }


/*news*/
.wt-post-text{
	display: block;
  	display: -webkit-box;
  	height: 16px*1.3*3;
  	font-size: 16px;
  	line-height: 1.3;
  	-webkit-line-clamp: 3;  /* số dòng hiển thị */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;

}
.content-new{
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #cacac7;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.content-new:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition:all ease 0.5s;
    transform: scale(1.05);
    z-index: 99;
    border-radius: 7px;
}
.content-new img{
    width: 100%;
    height: 240px;
    position: relative;
    object-fit: contain;
    border-radius: 7px 7px 0 0;
}
.detail-new{
    margin:0 0;
    background-color: #fff;
    padding: 10px 15px;
    z-index: 1;
    width: 100%;
    opacity: 0.85;
        border-radius: 7px;

}
.detail-new h2{
    font-size: 13px;
    transition: 0.6s all;
    text-align: center;
}
.detail-new h2 a{
    text-decoration: none;
    transition: 0.6s all;
    display: -webkit-box;
    height: 15px*1.3*3;
    font-size: 15px;
    line-height: 1.3;
    -webkit-line-clamp: 3;  /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.detail-new p{
    transition: 0.6s all;
    display: -webkit-box;
    height: 15px*1.3*2;
    font-size: 15px;
    line-height: 1.3;
    -webkit-line-clamp: 2;  /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}


/*product new*/
.product-item1{
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    margin-bottom: 37px;
    height: 370px;
    border: 1px solid #dfdcdc;
    border-radius: 5px;
    transition:all ease 0.5s;
    margin-top: 20px;
}
.product-item1:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition:all ease 0.5s;
    transform: scale(1.05);
}
.product-item1 img{
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 5px 5px 0 0;
}
.product-item1 .product-top{
    position: relative;
    overflow: hidden;
    height: 200px;
}
.product-item1 .product-top .product-thumb{
    display: block;
}
.product-item1:hover .product-top .product-thumb img{
    filter: opacity(80%);
}
.product-item1 .product-top .product-thumb img{
    display: block;
}
.product-item1 .product-top .product-img img{
    position: absolute;
    width: 45px;
    height: 20px;
    top: -50px;
    transition: 0.25 ease-in-out;
    opacity: 0.85;

}
.product-item1:hover .product-img img{
    right: 5px;
    top: 5px;
}
.product-item1 .product-info {
    padding: 10px 0px;
}
.product-item1 .product-info a{
    display: block;
    text-decoration: none;
    text-align: center;
}
.product-item1 .product-info a.product-cart{
    font-size: 11px;
    text-transform: uppercase;
    color: #696969;
    padding: 2px 0px;
}
.product-item1 .product-info a.product-name{
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    width: 100%;
    height: 45px;
    padding: 1px 0px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item1 .product-info a.product-price{
    font-size: 19px;
    color: #708090;
    padding: 1px 0px;
    font-weight: 600;
}
.product-item1 .product-info a.product-detail{
    width: 100%;

}
.product-item1 .product-info .button {
    border-radius: 10px;
    background-color: #4fba69;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 5px 8px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .product-item1 .product-info .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .product-item1 .product-info .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
  }
  
  .product-item1 .product-info .button:hover span {
    padding-right: 15px;
  }
  
  .product-item1 .product-info .button:hover span:after {
    opacity: 1;
    right: 0;
  }
.section-special-product{
    width: 100%;
    height: 100%;
    position: relative;
   }
  /*footer*/
  .footer{
    width: 100%;
    height: 100%;
    background-image: url(../images/4-1.jpg);
    position: relative;
    padding-top: 7%;
  }

  /*tintuc*/
  .list-blog-page .box-heading {
    padding: 10px 0;
}
.hidden {
    display: none !important;
}
.margin-top-30 {
    margin-top: 0 !important;
}
header, hgroup, article, section, aside {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
*, input, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section {
    display: block;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.clearfix {
    *zoom: 1;
}
@media (min-width: 992px){
.col-md-12 {
    width: 100%;
}
}
.list-blog-page .list-blogs .blog-item {
    margin-bottom: 20px;
}
.list-blogs .blog-item {
    margin-bottom: 25px;
}
.block-new {
    display: none;
}
.blog-item {
    overflow: hidden;
    margin-bottom: 15px;
}
header, hgroup, article, section, aside {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.list-blog-page .list-blogs .blog-item .blog-item-thumbnail {
    float: left;
    width: 240px;
    height: 200px;
    margin-right: 10px;
    overflow: hidden;
    border-bottom: 3px solid #61a007;
    position: relative;
    object-fit: contain;
}
.blog-item-thumbnail {
    position: relative;
}
a, .text-link {
    color: #575454;
    text-decoration: none;
    background: transparent;
}
.list-blog-page .list-blogs .blog-item .blog-item-thumbnail img {
    border-radius: 0;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.list-blog-page .list-blogs .blog-item .blog-item-thumbnail .created-date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #1a1a1a;
    color: #fff;
}
.list-blog-page .list-blogs .blog-item .blog-item-thumbnail .created-date i {
    position: relative;
    background: #61a007;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}
.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-calendar:before {
    content: "\f133";
}
*, input, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-blog-page .list-blogs .blog-item .blog-item-thumbnail .created-date span {
    padding: 3px 10px;
}
*, input, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-blog-page .list-blogs .blog-item .blog-item-mains {
    padding-left: 250px;
}
.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    letter-spacing: .5px;
}
.blog-item-name {
    font-weight: 700;
    position: relative;
    font-size: 1.14286em;
    margin: 0;
}
.list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a {
    color: #333;
}
.blog-item-name a {
    color: #333;
}
.list-blog-page .list-blogs .blog-item .blog-item-mains .post-time {
    font-size: 12px;
    color: #9b9b9b;
    margin: 0 10px 0 0;
}
.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.wt-post-text {
    display: block;
    display: -webkit-box;
    height: 16px*1.3*3;
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.list-blog-page .list-blogs .blog-item {
    margin-bottom: 20px;
}
.list-blogs .blog-item {
    margin-bottom: 25px;
}
.block-new {
    display: none;
}
.blog-item {
    overflow: hidden;
    margin-bottom: 15px;
}

@media (min-width: 992px){
.col-md-3 {
    width: 25%;
}
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.aside-item .heading .title-head {
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0;
}
.title-head {
    font-size: 1.42857em;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
.aside-item .heading .title-head:before {
    content: "";
    height: 3px;
    width: 70px;
    background-color: #61a007;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.aside-item .list-blogs .blog-item {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.list-blogs .blog-item {
    margin-bottom: 25px;
}
.blog-item {
    overflow: hidden;
    margin-bottom: 15px;
}
.clearfix {
    *zoom: 1;
}
.aside-item .list-blogs .panel-box-media {
    display: block;
    float: left;
    width: 70px;
    margin-right: 10px;
}
a, .text-link {
    color: #575454;
    text-decoration: none;
    background: transparent;
}
.aside-item .list-blogs .blogs-rights {
    padding-left: 80px;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.aside-item .list-blogs .blog-item {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.list-blogs .blog-item {
    margin-bottom: 25px;
}
.blog-item {
    overflow: hidden;
    margin-bottom: 15px;
}
.clearfix {
    *zoom: 1;
}
.aside-item .list-blogs .panel-box-media {
    display: block;
    float: left;
    width: 70px;
    margin-right: 10px;
}
a, .text-link {
    color: #575454;
    text-decoration: none;
    background: transparent;
}
img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.aside-item .list-blogs .blogs-rights {
    padding-left: 80px;
}
.aside-item .list-blogs .blog-item-name {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}
.blog-item-name {
    font-weight: 700;
    position: relative;
    font-size: 1.14286em;
    margin: 0;
}
.aside-item .list-blogs .blog-item-name a {
    color: #333;
}
.blog-item-name a {
    color: #333;
}
.aside-item .list-blogs .post-time {
    font-size: 11px;
    font-style: italic;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}





.breadcrumb {
    margin: 0;
    font-size: 1em;
    padding: 20px 0;
    border-radius: 0;
    background-color: #fff !important;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li>a {
    color: #000;
    text-decoration: none;
}
.breadcrumb li span {
    display: inline;
    color: #000;
    margin-right: 4px;
}
.breadcrumb li span .fa {
    color: #777;
}
.breadcrumb li {
    display: inline;
}

.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #000;
    font-weight: 400;
}
b, strong {
    font-weight: bold;
}
b, strong {
    font-weight: 400;
}

/*gIOI THIEU*/
.box-heading{
    margin-top: -50px;
}
.box-heading h2{
    font-size: 17px;
    font-weight: bold;
}
.box-heading p i{
    color: #999;
    font-size: 14px;
}
.box-heading p{
    color: #999;
    font-size: 14px;
}
.noidung{
    padding: 0 20px 0 20px;
}

.contact{
    margin-left: 1;
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 5px;
}
.contact1{
    margin-left: -15px;
    margin-right: -15px;
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 5px;
}
.contact .title-contact{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact .tt1-contact{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1px;
}
.contact .p-contact{
    color: #000;
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 600;
}
.contact span{
    color: #333;
    font-size: 14px;
    font-weight: 400 !important;
}


/*sanpham*/
.sortPagiBar {
    padding-bottom: 15px;
}
.category-products .sortPagiBar .view-mode a .button-view-mode.active, .category-products .sortPagiBar .view-mode a .button-view-mode:hover {
    background-color: #61a007;
    border-color: #61a007;
    color: #fff;
}
.category-products .sortPagiBar .view-mode a .button-view-mode {
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #333;
    line-height: 37px;
    text-align: center;
    background: #ebebeb;
    background: #fff;
    font-size: 20px;
    padding-top: 0px;
    border: 1px solid #ebebeb;
}
.button-view-mode.active {
    box-shadow: none;
    color: #333;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.button-view-mode {
    padding: 0;
    margin: 0;
    font-size: 1.42857em;
}
.btn, input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -ms-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fa-th:before {
    content: "\f00a";
}
.category-products .sortPagiBar .view-mode a .button-view-mode {
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #333;
    line-height: 37px;
    text-align: center;
    background: #ebebeb;
    background: #fff;
    font-size: 20px;
    padding-top: 0px;
    border: 1px solid #ebebeb;
    text-decoration: none;
}
#sort-by {
    float: right;
    font-size: 12px;
    text-align: left;
}
label, legend {
    display: block;
    margin-bottom: 2px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/*chi tiet sp*/
.aside-item .heading .title-head {
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0;
}
.title-head {
    font-size: 1.42857em;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
.aside-item .heading .title-head:before {
    content: "";
    height: 3px;
    width: 70px;
    background-color: #61a007;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.title1 {
    font-size: 17px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-weight: bold;

}
.title2 {
    font-size: 22px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 10px 0px;
}
.title4 {
    padding: 10px 0px;
}
.famie-btn {
    background-color: #4fba69;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 160px;
    height: 50px;
    color: #ffffff;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.title0{
    color: #777;
    margin-left: 10px;
    font-size: 14px;
}


.news-detail h1.title-tt {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}
.text-muted {
    color: #999;
}



.icon1{
    margin-left:20px;
  }
  .footer-widget{
    padding: 10px 0;
    color:#fff;
  }
  .footer-widget h3::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    height: 3px;
    width: 70px;
    margin: 10px 0;
    background-color: #61a007;
  }
  .footer .site-footer .footer-widget h3 {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 14px;
      color: rgb(241, 238, 238);
      position: relative;
      margin-bottom: 15px;
  }
  footer .site-footer h3, footer .site-footer h4 {
      position: relative;
      color: rgb(253, 249, 249);
      margin: 0;
      padding: 13px 0;
      font-size: 14px;
  }
  .ul-footer-contact1 li a{
    text-decoration: none;
    color: #fff;
  }
  .ul-footer-contact1 li{
    border-color: rgba(255,255,255,.08);
    border-bottom: 1px dashed rgba(255,255,255,.08);
    padding: 2px 0;
  }
  .ul-footer-contact1 li:last-child{
    border-bottom: none;
  }
  .ul-footer-contact1 li:hover a{
    font-size: 17px;
    transition:all ease 0.5s;
    transform: scale(1.05);
  }
.list-menu{
    margin-left: -40px;
}
.icon-kn{
    font-size: 25px;
    margin-right: 10px;
}
.icon-kn:hover{
    color: red;
    font-size: 27px;
    transition:all ease 0.5s;
    transform: scale(1.05);
    cursor: pointer;
}
.contact-footer{
    width: 100%;
}
.images-footer{
    width: 13%;
    float: left;
}
.info-footer{

    float: right;
    width: 87%;
}
.info-footer ul{
    margin-top: -5px;
    margin-left: -20px;
}
 .detail-footer{
    display: flex;
    justify-content: center;
    align-items: center;
 } 

 .footer-copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #446084;
    padding: 10px 0;
 }
 .footer-copyright div{
    color: #fff;
 }


 .panel-default {
    box-shadow: none;
    border: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-heading {
    color: #333;
    background-color: #bfe337;
    border-color: #ddd;
}
.news-detail .box-title, .page-detail .title-other, .panel-default .panel-heading {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    background: transparent;
    padding: 5px 10px;
    border: none;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-default .panel-heading > * {
    background: transparent;
    display: inline-block;
}
.panel-body {
    padding: 10px;
}
.panel-body {
    padding: 15px;
}
.counter.display-table {
    width: 100%;
}
.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}
.display-table {
    display: table;
}
.fa-horizon{
    padding-right: 10px;
}


#sort-by {
    float: right;
    font-size: 12px;
    text-align: left;
}
#sort-by label {
    float: left;
    line-height: 38px;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 0;
    font-weight: 500;
}
label, legend {
    display: block;
    margin-bottom: 2px;
}
#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right;
}
#sort-by ul li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 36px;
    background-image: url(ico-selects.png) !important;
}
#sort-by ul li:hover ul{
    display: block;
}
#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 150px;
    float: left;
    color: #333;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
#sort-by ul ul {
    position: absolute;
    display: none;
    left: -1px;
    top: 35px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #e1e1e1 solid;
    width: 150px;
}
#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right;
}
#sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}
#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 150px;
    float: left;
    color: #333;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
#sort-by a:link, #sort-by a:visited {
    color: #333;
    text-decoration: none;
}
#sort-by li a {
    display: inline-block;
    width: 100%;
    line-height: 36px;
}

/* ============= Breadcrumb Styles ============= */
.breadcrumb-section {
    background: linear-gradient(135deg, #f8fff2 0%, #ffffff 100%);
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #e8f5e9;
}

.breadcrumb-section .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 14px;
}

.breadcrumb-section .breadcrumb li {
    display: inline-block;
    color: #666;
}

.breadcrumb-section .breadcrumb li + li:before {
    content: "";
    padding: 0;
}

.breadcrumb-section .breadcrumb a {
    color: #2e7d32;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.breadcrumb-section .breadcrumb a:hover {
    color: #1b5e20;
    text-decoration: underline;
}

.breadcrumb-section .breadcrumb strong {
    color: #333;
    font-weight: 600;
}

.breadcrumb-section .breadcrumb span {
    color: #999;
    margin: 0 8px;
}
