[class^="section-home-"] {
  padding: 80px 0; }

@media (max-width: 767px) {
  [class^="section-home-"] {
    padding: 40px 0; } }

@keyframes zoomimg {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); } }

@media (min-width: 1200px) {
  .container {
    padding: 0; } }

.home-slider {
  position: relative;
  /*.slider-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	.slider-detail{
	padding: 0 40px;
	color: var(--shop-home-slider-color);
	h2{
	font-size: 90px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
	p{
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
}
}*/ }
  .home-slider .slider-owl {
    pointer-events: none; }
    .home-slider .slider-owl .owl-dots {
      display: none; }
  .home-slider .owl-item.active .slider-item .slide--image img {
    animation: zoomimg 5s forwards; }
  .home-slider .slider-content .slider-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 40px;
    color: var(--shop-home-slider-color); }
    .home-slider .slider-content .slider-detail h2 {
      font-size: 90px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .home-slider .slider-content .slider-detail p {
      font-size: 20px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .home-slider .slider-content .slider-detail h2 {
      font-size: 50px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .home-slider .slider-content .slider-detail h2 {
      font-size: 45px; } }
  @media (max-width: 991px) {
    .home-slider .slider-content .slider-detail {
      top: 15%;
      display: block; } }
  @media (max-width: 767px) {
    .home-slider .slider-content .slider-detail h2 {
      font-size: 25px;
      margin-bottom: 5px; }
    .home-slider .slider-content .slider-detail p {
      font-size: 16px;
      margin-bottom: 5px; } }

.section-home-about {
  padding: 140px 0 50px;
  background: var(--shop-home-about-bg); }
  .section-home-about .about-banner.banner-content {
    position: relative; }
    .section-home-about .about-banner.banner-content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #2C3529;
      opacity: 0.8; }
    .section-home-about .about-banner.banner-content .about-content {
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      border: 1px solid var(--shop-color-main);
      padding: 10px; }
      .section-home-about .about-banner.banner-content .about-content .heading-title .title2 {
        padding: 20px 0; }
      .section-home-about .about-banner.banner-content .about-content .btn-more a {
        color: #fff; }
  @media (min-width: 1200px) {
    .section-home-about .row {
      margin: 0; }
      .section-home-about .row > div {
        padding: 0; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-home-about {
      padding: 65px 0 40px; }
      .section-home-about .about-banner.banner-content .about-content .heading-title .title2 {
        padding: 0;
        font-size: 30px;
        line-height: 45px; } }
  @media (max-width: 991px) {
    .section-home-about {
      padding: 65px 0 40px; }
      .section-home-about .banner--1 {
        order: 2; }
      .section-home-about .banner--2 {
        order: 1; }
      .section-home-about .banner--3 {
        order: 3; }
      .section-home-about .about-banner.banner-content .about-content .heading-title .title1 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .section-home-about .about-banner.banner-content .about-content .heading-title .title2 {
        padding: 0;
        font-size: 36px;
        line-height: 50px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-home-about .banner--1 {
      padding-right: 0; }
    .section-home-about .banner--3 {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .section-home-about {
      padding: 40px 0; }
      .section-home-about .about-banner.banner-content .about-content .heading-title .title1 {
        font-size: 14px;
        margin-bottom: 5px; }
      .section-home-about .about-banner.banner-content .about-content .heading-title .title2 {
        font-size: 18px;
        line-height: 25px; }
      .section-home-about .about-banner.banner-content .about-content .btn-more .btn-a {
        font-size: 14px; } }

.section-home-collection .product-loop {
  padding: 0 15px; }

@media (min-width: 992px) {
  .section-home-collection .heading-title {
    max-width: 600px;
    margin-bottom: 40px; }
    .section-home-collection .heading-title .col-desc {
      font-size: 18px; } }

@media (max-width: 991px) {
  .section-home-collection .heading-title {
    margin-bottom: 70px; } }

@media (max-width: 767px) {
  .section-home-collection .heading-title {
    margin-bottom: 50px; }
    .section-home-collection .heading-title .col-desc {
      font-size: 14px; } }

.section-home-service {
  padding: 100px 0;
  background: var(--shop-home-service-bg); }
  .section-home-service .row {
    gap: 40px 0; }
  .section-home-service .service-item {
    display: flex;
    gap: 20px;
    padding-right: 30px; }
    .section-home-service .service-item .item-icon {
      flex: 0 0 50px; }
    .section-home-service .service-item .item-detail {
      color: var(--shop-home-service-color); }
      .section-home-service .service-item .item-detail .detail-title {
        font-size: 24px; }
  @media (max-width: 767px) {
    .section-home-service {
      padding: 40px 0; }
      .section-home-service .row {
        gap: 20px 0; }
      .section-home-service .service-item {
        gap: 10px;
        padding-right: 0; }
        .section-home-service .service-item .item-icon {
          flex: 0 0 35px; }
        .section-home-service .service-item .item-detail .detail-title {
          font-size: 18px; }
        .section-home-service .service-item .item-detail .detail-desc {
          font-size: 14px;
          margin: 0; } }

.section-home-blog {
  background: var(--shop-home-blog-bg);
  color: var(--shop-home-blog-color); }
  .section-home-blog .heading-title {
    margin-bottom: 40px; }
  .section-home-blog .list-blog .item-blog {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%; }
    .section-home-blog .list-blog .item-blog .item-article {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--shop-home-blog-color); }
      .section-home-blog .list-blog .item-blog .item-article time {
        display: none; }
    .section-home-blog .list-blog .item-blog.blog--1 {
      order: 2;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      max-width: 33%; }
      .section-home-blog .list-blog .item-blog.blog--1 .item-article {
        padding: 10px; }
        .section-home-blog .list-blog .item-blog.blog--1 .item-article .item-pd {
          position: relative;
          border: 1px solid var(--shop-color-main);
          z-index: 1; }
        .section-home-blog .list-blog .item-blog.blog--1 .item-article .media-article {
          opacity: 0; }
        .section-home-blog .list-blog .item-blog.blog--1 .item-article .info-article {
          color: #fff; }
          .section-home-blog .list-blog .item-blog.blog--1 .item-article .info-article .btn-more {
            display: inline-block; }
        .section-home-blog .list-blog .item-blog.blog--1 .item-article:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: var(--bg-img);
          background-size: cover;
          background-position: center;
          transition: all 0.5s; }
        .section-home-blog .list-blog .item-blog.blog--1 .item-article:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%); }
        .section-home-blog .list-blog .item-blog.blog--1 .item-article:hover:before {
          transform: scale(1.08); }
    .section-home-blog .list-blog .item-blog.blog--2 {
      order: 1; }
    .section-home-blog .list-blog .item-blog.blog--3 {
      order: 3; }
  .section-home-blog .blog-content {
    max-width: 840px;
    margin: 40px auto 0; }
    .section-home-blog .blog-content .content-desc {
      font-size: 24px;
      margin-bottom: 30px; }
  @media (max-width: 991px) {
    .section-home-blog .list-blog {
      gap: 20px;
      margin: 0; }
      .section-home-blog .list-blog .item-blog {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .section-home-blog .list-blog .item-blog.blog--1 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
    .section-home-blog .blog-content {
      margin: 30px auto 0; }
      .section-home-blog .blog-content .content-desc {
        font-size: 16px;
        margin-bottom: 20px; } }

.section-home-review {
  position: relative;
  padding: 150px 0 120px;
  background-image: url(home_review_bg3a29.jpg?v=2535);
  background-size: cover;
  background-position: center; }
  .section-home-review:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .section-home-review .list-review {
    max-width: 720px;
    margin: 0 auto; }
    .section-home-review .list-review .review-item {
      color: #fff; }
      .section-home-review .list-review .review-item .item-star {
        margin-bottom: 20px; }
        .section-home-review .list-review .review-item .item-star i {
          color: #ffc107;
          margin: 0 2px; }
      .section-home-review .list-review .review-item .item-desc {
        font-size: 24px;
        margin-bottom: 30px; }
      .section-home-review .list-review .review-item .item-name {
        margin-bottom: 0; }
      .section-home-review .list-review .review-item .item-position {
        text-transform: uppercase; }
  .section-home-review .owlCarousel-style .owl-dots .owl-dot span {
    background: #adabab; }
  .section-home-review .owlCarousel-style .owl-dots .owl-dot.active span {
    background: #fff; }
  @media (max-width: 767px) {
    .section-home-review {
      padding: 50px 0; }
      .section-home-review .list-review .review-item .item-desc {
        font-size: 16px; }
      .section-home-review .list-review .review-item .item-name, .section-home-review .list-review .review-item .item-position {
        font-size: 14px; } }
