
.home-box-du-an, .home-box-banner-1, .home-box-tin-tuc, .home-box-banner-2, .home-box-kh-danhgia, .home-box-kh-thanthiet, .home-box-category {float: left;width: 100%;}
.sct{
  margin-top: 30px;
}
.sct.section-news {
  margin-bottom: 30px;
}

.section-title h3 {
  color: #c40d2e;
  display: inline-block;
  margin: 0 auto 5px;
  padding: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.section-title::after {
  content: '';
  height: 3px;
  width: 90px;
  background: #c40d2e;
  margin: auto;
  text-align: center;
  display: block;
}
.section-title {
  margin-bottom: 30px;
}




/* end first*/




/*brand*/
.list-brand {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0px;
}

.brand-img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.brand-img img {
  display: block;
  transition: 0.4s all;
}
.brand-img:hover img {
  transform: scale(1.07);
}


/*end brand*/

/*feature product, product sart*/
.sct.section-feature-product .products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sct.section-feature-product .woocommerce ul.products li.product{
  width: calc(25% - 30px );
  margin: 0 15px 15px 15px;

}
.sct.section-feature-product .woocommerce ul.products li.type-product.last {
  margin-right: 15px !important;
}
.banner-sp a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.banner-sp a img {
  display: block;
  width: 100%;
  transition: 0.3s all;
}
.banner-sp:hover a img  {
  transform: scale(1.07);
}
.sct.section-feature-product .woocommerce ul.products::after, .sct.section-feature-product .woocommerce ul.products::before {
  display: none;
}







/*feature product end*/

/*homebanner*/

.home-banner a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.home-banner a img {
  display: block;
  width: 100%;
  transition: 0.3s all;
}
.home-banner a:hover img {
  transform: scale(1.1);
}
.home-banner {
  margin-bottom: 30px;
}
.hw-wrap-title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
}
.hw-desc {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.hw-button{
  text-align: center;
}
.hw-button a {
  border: 3px solid #fff;
  display: inline-block;
  /* margin: 0 auto; */
  color: #fff;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

/*home baner end*/

/*
whyus*/
.home-whyus{
  margin-bottom: 30px;
  height: 600px;
  background: url("./images/hw_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hw-wrap {
  height: 600px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
.position-hw {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
}
.home-whyus .hw-button a:hover {
  background: #c40d2e;
  border-color: #c40d2e;
}
/*end whyus*/
.blog_time_author > div {
  display: inline-block;
  margin-right: 10px;
}
.img-post {
  width: 100%;
  display: block;
  overflow: hidden;
}
.img-post img {
  width: 100%;
  display: block;
  transition: 0.3s all;
  height: auto;
}
.blog-wrap:hover .img-post img {
  transform: scale(1.1);
}
.blog-wrap:hover .blog_title a{
  color: #c40d2e;
}
/*gallery*/
.gallery-images .hg-item a {
  max-height: 120px;
}
.hg-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.hg-item a {
  display: block;
}
.hg-item a img {
  display: block;
  width: 100%;
}

.img-video-bg {
  width: 100%;
  display: block;
  overflow: hidden;
}
.img-video-bg img {
  display: block;
  width: 100%;
  transition: 0.3s all;
}
.img-video-bg:hover img {
  transform: scale(1.1);
}
.hg-item .openYoutube {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 48px;
  color: #fff;
}
#hgModalYoutube {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
.hg-item .hg-item-title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.content_iframe_ytb {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 1px solid #e6e6e6;
  width: 80%;
  max-width: 700px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
#close_iframe {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin: 0px;
  background: #c40d2e;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 99;
  cursor: pointer;
}

.content_iframe_ytb iframe {
  display: block;
  width: 100%;
}
/*end gallery*/

/*news*/
.blog_img {
  margin-bottom: 5px;
}
.blog_title {
  margin: 0;
  margin-bottom: 5px;
}
.blog_time_author {
  margin-bottom: 5px;
}
.blog_short_desp {
  text-align: justify;
}
.blog_short_desp p {
  margin: 0;
}
.blog_title a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
/*end section mews*/
/*fix product silder views*/
.contproduct .woocommerce ul.products li.product {
  margin-bottom: unset;
}
.contproduct .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
 margin-bottom: unset;
}
/*end fjx*/


@media only screen and (max-width: 900px) {

  h3.home_slogan {font-size: 16px;margin-top: 10px;}

  .home-box-category h3 {font-size: 16px;margin: 0;margin-bottom: 10px;}

}

@media only screen and (max-width: 768px) {

  .home-box-du-an-left, .home-box-du-an-right {float: left;width: 100%;}

  .home-box-banner-1 a {font-size: 11px;padding: 4px 8px;border-radius: 3px;}

  .home-box-tin-tuc img {display: none;}

  .home-box-tin-tuc .home-box-tin-tuc-right {width: 100%;padding: 0;}

  .home-inner-kh-danhgia {width: 100%;border-bottom: 1px solid #008080;margin-bottom: 10px;padding-bottom: 5px;}

  .kh-danhgia-img {width: 80px;height: 80px;margin-bottom: 0;}

  .kh-danhgia-name {margin: 0;}.home-box-kh-danhgia h3 {font-size: 16px;}
  .sct.section-feature-product .woocommerce ul.products li.product{
    width: calc(100%/3 - 30px );
  }

}

@media only screen and (max-width: 480px) {
  .sct.section-feature-product .woocommerce ul.products li.product{
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px;
  }
  .sct.section-feature-product .woocommerce ul.products li.type-product.last {
    margin-right: 10px !important;
  }
  .sct {
    margin-top: 10px;
  }
  .section-title {
    margin-bottom: 10px;
  }
  .home-banner {
    margin-bottom: 10px;
  }
  .banner-sp {
    margin-bottom: 10px;
  }
  .hw-wrap-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .hw-button a {
    padding: 12px;
  }
  .hw-desc {
    font-size: 14px;
    margin-bottom:  10px;   
  }
  .hg-item {
    margin-bottom: 10px;
  }
  .sct.section-news {
    margin-bottom: 10px;
  }

  .sct.section-feature-product .products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  


}