/* custom theme */
.header__top{
  background: #fafafa;
  color: #1a4c27;
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2;
}
.customer-group .item__link{
  color: #1a4c27;
}
.customer-group a{
  color: #1a4c27;
}
.header .header-bottom{
  border-top: 1px solid #f2f2f2;
  background-color: transparent;
}
.menu .main-menu .main-menu__item a{
  color: #1a4c27;
  font-weight: 600;
  font-size: 14px;
}
.banner-item {
  position: relative;
}
.banner-item .banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity ease .25s;
    transition: opacity ease .25s;
}
.banner-item:hover .banner-text {
    opacity: 1;
}
.banner-item:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible;
}
.banner-item:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    visibility: hidden;
}
.banner-item:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible;
}
.banner-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #fff;
    z-index: 2;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    visibility: hidden;
}
.banner-item .banner-text span {
    font-size: 30px;
    color: #fff;
    display: block;
}
.banner-item .banner-text .df {
    font-size: 30px;
    font-weight: 300;
    line-height: 24px;
}
.section_title_base {
    text-align: center;
    margin-bottom: 35px;
}
.section_title_base .section-title-heading {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
}
.section_title_base .section-title-heading a {
    color: #000;
    line-height: 35px;
}
.section_title_base .section-title-main {
    font-size: 30px;
    color: #1a4c27;
}
.section_title_base:hover a, .section_title_base:hover span {
    color: #1a4c27;
}
.ajax-tab-1:not(:last-child){
  margin-bottom: 40px;
}
.ajax-tab-1 .tabs{
  text-align: center;
  float: unset;
  max-width: 100%;
  width: auto!important;
  margin: 30px;
}
.ajax-tab-1 .tabs span{
  font-size: 16px;
}
@media(min-width: 991px){
  .service-header{
    margin-top: 20px;
  }
  #cart{
    margin-top: 15px;
  }
  .header .header-bottom .block-search{
    border: none;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 10px 35px 0px rgba(81,81,81,0.22)
  }
}
/* end custom theme */ 
/* css service header */
.our-service .our-service__inner i:hover {
  border-color: #1a4c27;
  color: #1a4c27;
}
/* css color */
.footer-container {
    background: #111;
}
.footer-title a, .footer-content, .footer-container .footer-top .footer-static .footer-content ul li a {
  color: #fff;
}
.footer-container .footer-top .footer-static .footer-content .social-icons ul li a {
  color: #000;
}
/* css customer group */
.customer-group label {
  float: left;
  margin-left: 30px;
  font-size: 15px;
}
.customer-group label i {
  padding-right: 4px;
} 
.product-item .product-item__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #fff;
  z-index: 2;
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  visibility: hidden;
}
.product-item:hover .product-item__image:before {
  background: rgba(0,0,0,0.2);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  visibility: visible;
} 
.section-news .blogs-content .section-news-owl .item-inner .blog-content .short-des{
 display: -webkit-box;
  -webkit-line-clamp: 3;     /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer-container .footer-bottom .copyright,
footer .copyright a{color:#fff}