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

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

.section-home-slider {
  padding: 0; }
  .section-home-slider .slide--content {
    position: absolute;
    width: 55%;
    margin: auto auto auto 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* left: 0; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s; }
    .section-home-slider .slide--content .content-detail {
      max-width: 655px; }
      .section-home-slider .slide--content .content-detail .title1 {
        font-size: 12px;
        color: var(--shop-color-main); }
      .section-home-slider .slide--content .content-detail .title2 {
        font-size: 48px;
        position: relative;
        z-index: 1; }
        .section-home-slider .slide--content .content-detail .title2:before {
          content: '';
          position: absolute;
          background: var(--shop-color-main);
          -webkit-mask: url("//theme.hstatic.net/200000273991/1001316476/14/slider_vector.png?v=44") center/contain;
          mask: url("//theme.hstatic.net/200000273991/1001316476/14/slider_vector.png?v=44") center/contain;
          mask-repeat: no-repeat;
          height: 22px;
          width: 200px;
          top: 40px;
          left: auto;
          z-index: -1; }
      .section-home-slider .slide--content .content-detail .desc {
        font-size: 16px; }
  .section-home-slider .owl-item.active .slide--content {
    opacity: 1; }
  .section-home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center; }
    .section-home-slider .owl-dots .owl-dot {
      margin: 0 3px;
      outline: 0; }
    .section-home-slider .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 8px;
      height: 8px;
      margin: 2px;
      border-radius: 50%;
      background: #928c8c; }
    .section-home-slider .owl-dots .owl-dot.active {
      border-radius: 50%;
      border: 2px solid var(--shop-color-main); }
    .section-home-slider .owl-dots .owl-dot.active span {
      background: var(--shop-color-main); }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-home-slider .slide--content .content-detail .title1 {
      margin-bottom: 10px; }
    .section-home-slider .slide--content .content-detail .title2 {
      font-size: 30px; }
      .section-home-slider .slide--content .content-detail .title2:before {
        height: 12px;
        width: 140px;
        top: 25px; }
    .section-home-slider .slide--content .content-detail .desc {
      font-size: 14px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .section-home-slider .slide--content {
      width: 80%;
      margin: auto;
      left: 0; }
      .section-home-slider .slide--content .content-detail .title2 {
        font-size: 25px; }
        .section-home-slider .slide--content .content-detail .title2:before {
          height: 12px;
          width: 140px;
          top: 25px; }
      .section-home-slider .slide--content .content-detail .desc {
        font-size: 14px; } }

.section-home-policy {
  padding: 15px 0;
  border-bottom: 1px solid var(--shop-color-border); }
  .section-home-policy .item-policy {
    flex: 0 0 calc(100% / 5);
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 15px; }
    .section-home-policy .item-policy .wrapper-media {
      flex: 0 0 50px; }
    .section-home-policy .item-policy .info-policy h4 {
      font-size: 15px;
      margin-bottom: 5px; }
    .section-home-policy .item-policy .info-policy p {
      font-size: 13px;
      opacity: 0.8;
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .section-home-policy .row {
      justify-content: center; } }
  @media (max-width: 991px) {
    .section-home-policy .row {
      gap: 20px 0; }
    .section-home-policy .item-policy {
      flex: 0 0 calc(100% / 3); } }
  @media (max-width: 767px) {
    .section-home-policy .row {
      justify-content: center; }
    .section-home-policy .item-policy {
      flex: 0 0 50%;
      flex-flow: column;
      gap: 6px;
      text-align: center;
      padding: 0 10px; }
      .section-home-policy .item-policy .wrapper-media {
        flex: 0 0 40px; }
        .section-home-policy .item-policy .wrapper-media img {
          max-width: 40px; }
      .section-home-policy .item-policy .info-policy h4 {
        font-size: 14px; }
      .section-home-policy .item-policy .info-policy p {
        font-size: 13px; } }

.home-policy-web {
  display: block; }
  @media (max-width: 991px) {
    .home-policy-web {
      display: none; } }
  @media (max-width: 767px) {
    .home-policy-web {
      display: none; } }

.home-policy-mobile {
  display: none; }
  @media (max-width: 991px) {
    .home-policy-mobile {
      display: block; } }
  @media (max-width: 767px) {
    .home-policy-mobile {
      display: block; } }

.section-home-flashsale .collection-title {
  display: flex;
  align-items: center;
  gap: 50px; }

.section-home-flashsale .flashsale-countdown {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 5px 25px;
  background: #dda715;
  color: #000000;
  border-radius: 30px; }
  .section-home-flashsale .flashsale-countdown ul {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
    font-weight: 600; }

.section-home-flashsale .listProduct-row {
  display: flex;
  flex-flow: wrap;
  padding: 30px;
  margin-top: 30px;
  border: 1px solid var(--shop-color-main);
  border-radius: 30px;
  gap: 40px 0; }
  .section-home-flashsale .listProduct-row .pro-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative; }
    .section-home-flashsale .listProduct-row .pro-item:nth-child(2):before, .section-home-flashsale .listProduct-row .pro-item:nth-child(2):after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background: var(--shop-color-border); }
    .section-home-flashsale .listProduct-row .pro-item:nth-child(2):after {
      width: 200%;
      height: 1px;
      top: calc(100% + 20px);
      left: auto;
      right: 0;
      z-index: 1;
      display: none; }
    .section-home-flashsale .listProduct-row .pro-item:nth-child(3):before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: var(--shop-color-border); }
    .section-home-flashsale .listProduct-row .pro-item.has-bd:nth-child(2):after {
      display: block; }

.section-home-flashsale .home-flashsale-vendor .collection-title h2 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-top: 15px; }

.section-home-flashsale .home-flashsale-vendor .list-vendor .item-vendor {
  padding: 22px 15px 15px;
  border-top: 1px solid var(--shop-color-border);
  display: flex;
  align-items: center;
  gap: 15px; }
  .section-home-flashsale .home-flashsale-vendor .list-vendor .item-vendor:first-child {
    border-top: none; }
  .section-home-flashsale .home-flashsale-vendor .list-vendor .item-vendor .item-img {
    position: relative; }
    .section-home-flashsale .home-flashsale-vendor .list-vendor .item-vendor .item-img img {
      border-radius: 15px; }
    .section-home-flashsale .home-flashsale-vendor .list-vendor .item-vendor .item-img .item-num {
      position: absolute;
      top: -15px;
      left: -15px;
      width: 30px;
      height: 30px;
      line-height: 26px;
      font-size: 10px;
      font-weight: 600;
      text-align: center;
      background: var(--bg-num);
      border: 2px solid #fff;
      border-radius: 50%; }
  .section-home-flashsale .home-flashsale-vendor .list-vendor .item-vendor .item-detail .detail-title {
    font-size: 16px;
    margin-bottom: 6px; }
  .section-home-flashsale .home-flashsale-vendor .list-vendor .item-vendor .item-detail .detail-desc {
    margin: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6); }

@media (min-width: 992px) {
  .section-home-flashsale .listProduct-row .pro-item:nth-child(odd) {
    padding: 0 30px 0 0; }
  .section-home-flashsale .listProduct-row .pro-item:nth-child(even) {
    padding: 0 0 0 30px; } }

@media (max-width: 991px) {
  .section-home-flashsale .collection-title {
    justify-content: center;
    flex-flow: column;
    gap: 20px; }
    .section-home-flashsale .collection-title h2 {
      margin: 0; }
  .section-home-flashsale .home-flashsale-vendor {
    margin-top: 30px; }
  .section-home-flashsale .listProduct-row {
    border-radius: 15px; }
    .section-home-flashsale .listProduct-row .pro-item {
      /*-ms-flex: 0 0 calc(50% - 15px);flex: 0 0 calc(50% - 15px);max-width: calc(50% - 15px);*/ }
      .section-home-flashsale .listProduct-row .pro-item:nth-child(odd) {
        padding: 0 15px 0 0; }
      .section-home-flashsale .listProduct-row .pro-item:nth-child(even) {
        padding: 0 0 0 15px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .section-home-flashsale .list-vendor {
    display: flex;
    flex-flow: wrap;
    gap: 0 30px; }
    .section-home-flashsale .list-vendor .item-vendor {
      -ms-flex: 0 0 calc(50% - 15px);
      flex: 0 0 calc(50% - 15px);
      max-width: calc(50% - 15px); }
      .section-home-flashsale .list-vendor .item-vendor:first-child, .section-home-flashsale .list-vendor .item-vendor:nth-child(2) {
        border-top: none; } }

@media (max-width: 767px) {
  .section-home-flashsale .collection-title h2 {
    font-size: 26px; }
  .section-home-flashsale .flashsale-countdown ul {
    font-size: 20px; }
  .section-home-flashsale .listProduct-row {
    padding: 15px;
    border-radius: 15px;
    gap: 20px 0; }
    .section-home-flashsale .listProduct-row .pro-item:nth-child(2):after {
      top: calc(100% + 10px); } }

.section-home-category {
  padding: 0; }
  .section-home-category .list-category {
    gap: 12px 1%;
    flex-flow: wrap;
    margin: 0; }
    .section-home-category .list-category .item-category {
      position: relative;
      overflow: hidden;
      min-height: 300px;
      border-radius: 15px; }
      .section-home-category .list-category .item-category:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: var(--bg-img);
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .section-home-category .list-category .item-category:nth-child(1) {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%; }
      .section-home-category .list-category .item-category:nth-child(2) {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%; }
      .section-home-category .list-category .item-category:nth-child(3) {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%; }
      .section-home-category .list-category .item-category:nth-child(4) {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%; }
      .section-home-category .list-category .item-category:nth-child(5), .section-home-category .list-category .item-category:nth-child(6) {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%; }
      .section-home-category .list-category .item-category .item-detail {
        position: absolute;
        padding: 30px;
        bottom: 0; }
        .section-home-category .list-category .item-category .item-detail .detail-title {
          position: relative;
          font-size: 18px;
          margin-bottom: 6px;
          color: #000000; }
          .section-home-category .list-category .item-category .item-detail .detail-title:before {
            position: absolute;
            height: 1px;
            width: 0;
            content: "";
            background-color: #000000;
            left: 0;
            bottom: 0;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0; }
          .section-home-category .list-category .item-category .item-detail .detail-title:hover:before {
            width: 100%;
            opacity: 1; }
        .section-home-category .list-category .item-category .item-detail .detail-desc {
          font-size: 13px;
          margin-bottom: 0;
          color: rgba(0, 0, 0, 0.8); }
      .section-home-category .list-category .item-category:hover:before {
        transform: scale(1.1); }
      .section-home-category .list-category .item-category:hover .item-detail .detail-title {
        color: #000000; }
  @media (max-width: 767px) {
    .section-home-category .list-category .item-category {
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important; }
      .section-home-category .list-category .item-category .item-detail {
        padding: 20px; }
        .section-home-category .list-category .item-category .item-detail .detail-title {
          font-size: 16px; } }

.home-collection-title {
  display: flex;
  justify-content: space-between;
  gap: 30px; }
  .home-collection-title h2 {
    font-size: 32px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1; }
    .home-collection-title h2:after {
      display: block;
      content: "";
      flex-grow: 1;
      height: 1px;
      background: var(--shop-color-border);
      margin-left: 30px; }
  .home-collection-title .btn-more {
    flex: 0 0 auto;
    max-width: 190px; }
    .home-collection-title .btn-more .button {
      padding: 10px 25px;
      font-weight: 600; }
  @media (max-width: 767px) {
    .home-collection-title {
      gap: 20px;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px; }
      .home-collection-title h2 {
        font-size: 24px;
        margin-bottom: 0 !important; }
        .home-collection-title h2:after {
          content: none; } }

.home-video-collection-container {
  display: flex;
  justify-content: space-between;
  gap: 30px; }
  @media (max-width: 767px) {
    .home-video-collection-container {
      flex-wrap: wrap;
      justify-content: center; } }

.section-home-video-collection-1 {
  padding-bottom: 0; }

.section-home-video-collection-2 {
  padding-top: 0px; }

.proloop-detail a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.home-new-collection-right .home-collection-title h2 {
  font-size: 24px;
  padding: 15px 0 0;
  margin-bottom: 30px; }
  .home-new-collection-right .home-collection-title h2:after {
    content: none; }

.home-new-collection-right .home-collection-pro {
  position: relative;
  top: 10px;
  padding: 12px 30px;
  background: #f6f4ff;
  border-radius: 15px; }
  .home-new-collection-right .home-collection-pro .pro-item {
    padding: 15px 0;
    border-top: 1px solid var(--shop-color-border); }
    .home-new-collection-right .home-collection-pro .pro-item:first-child {
      border: none; }

.section-home-collection-1 .home-collection-left .home-collection-title h2 {
  font-size: 24px;
  padding: 15px 0 0;
  margin-bottom: 30px; }
  .section-home-collection-1 .home-collection-left .home-collection-title h2:after {
    content: none; }

.section-home-collection-1 .home-collection-left .home-collection-pro {
  padding: 15px 30px;
  background: #f6f4ff;
  border-radius: 15px; }
  .section-home-collection-1 .home-collection-left .home-collection-pro .pro-item {
    padding: 15px 0;
    border-top: 1px solid var(--shop-color-border); }
    .section-home-collection-1 .home-collection-left .home-collection-pro .pro-item:first-child {
      border: none; }

.section-home-collection-1 .home-collection-right .home-collection-pro {
  gap: 60px 0; }
  .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    position: relative; }
    .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:before, .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: var(--shop-color-border); }
    .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:after {
      top: auto;
      bottom: -30px;
      width: 400%;
      height: 1px;
      display: none; }

@media (min-width: 992px) {
  .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:nth-child(4n):after {
    display: block; }
  .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:nth-child(4n):before, .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:last-child:before {
    content: none; }
  .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:last-child:after {
    content: none; } }

@media (max-width: 991px) {
  .section-home-collection-1 .home-collection-left .home-collection-title h2 {
    justify-content: center; }
  .section-home-collection-1 .home-collection-right {
    margin-top: 40px; }
    .section-home-collection-1 .home-collection-right .home-collection-pro {
      gap: 60px 0; }
      .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
        .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:after {
          width: 200%; }
        .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:nth-child(odd) {
          padding: 0 15px 0 0; }
        .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:nth-child(even) {
          padding: 0 0 0 15px; }
        .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:nth-child(2n):after {
          display: block; }
        .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:nth-child(2n):before, .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:last-child:before {
          content: none; }
        .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:last-child:after {
          content: none; } }

@media (max-width: 991px) and (min-width: 768px) {
  .section-home-collection-1 .home-collection-left .home-collection-pro {
    display: flex;
    flex-flow: wrap;
    gap: 0 30px; }
    .section-home-collection-1 .home-collection-left .home-collection-pro .pro-item {
      -ms-flex: 0 0 calc(50% - 15px);
      flex: 0 0 calc(50% - 15px);
      max-width: calc(50% - 15px); }
      .section-home-collection-1 .home-collection-left .home-collection-pro .pro-item:first-child, .section-home-collection-1 .home-collection-left .home-collection-pro .pro-item:nth-child(2) {
        border-top: none; } }

@media (max-width: 767px) {
  .section-home-collection-1 .home-collection-left .home-collection-title h2 {
    margin: 0;
    padding: 0; }
  .section-home-collection-1 .home-collection-left .home-collection-pro {
    padding: 0 15px; }
  .section-home-collection-1 .home-collection-right .home-collection-pro {
    margin: 0;
    gap: 30px 0; }
    .section-home-collection-1 .home-collection-right .home-collection-pro .pro-item:after {
      bottom: -15px; } }

.section-home-banner {
  position: relative;
  padding: 100px 0; }
  .section-home-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-img);
    background-size: cover;
    background-position: center; }
  .section-home-banner .banner-content {
    position: relative; }
    .section-home-banner .banner-content .title1 {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: var(--shop-color-main);
      margin-bottom: 20px; }
    .section-home-banner .banner-content .title2 {
      font-size: 48px;
      font-weight: 600;
      margin-bottom: 30px; }
    .section-home-banner .banner-content .desc {
      margin-bottom: 50px; }
  .section-home-banner .btn-more .button {
    background-color: #fff;
    color: #000000;
    font-weight: 600; }
    .section-home-banner .btn-more .button i {
      color: var(--shop-color-main); }
    .section-home-banner .btn-more .button:before {
      content: none; }
  @media (max-width: 991px) {
    .section-home-banner {
      padding: 50px; }
      .section-home-banner .banner-content .title1 {
        margin-bottom: 15px; }
      .section-home-banner .banner-content .title2 {
        font-size: 30px;
        margin-bottom: 20px; }
      .section-home-banner .banner-content .desc {
        margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .section-home-banner .banner-content .title1 {
      margin-bottom: 10px; }
    .section-home-banner .banner-content .title2 {
      font-size: 26px;
      margin-bottom: 15px; }
    .section-home-banner .banner-content .desc {
      margin-bottom: 20px; } }

.section-home-collection-group {
  padding: 80px 0 0; }
  .section-home-collection-group .section-home-collection {
    padding: 0 0 80px; }
  .section-home-collection-group .home-collection-title h2 {
    flex: 0 0 calc(100% - 100px); }
  .section-home-collection-group .home-collection-left {
    position: relative;
    padding: 60px;
    border-radius: 15px;
    overflow: hidden;
    height: 100%; }
    .section-home-collection-group .home-collection-left:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: var(--bg-img);
      background-size: cover;
      background-position: center; }
    .section-home-collection-group .home-collection-left .list-menu {
      position: relative;
      margin-bottom: 30px; }
      .section-home-collection-group .home-collection-left .list-menu li {
        margin-bottom: 6px; }
    .section-home-collection-group .home-collection-left .btn-more .button {
      padding: 0;
      background-color: transparent;
      font-weight: 600;
      color: var(--shop-color-text); }
      .section-home-collection-group .home-collection-left .btn-more .button:before {
        content: none; }
      .section-home-collection-group .home-collection-left .btn-more .button i {
        color: var(--shop-color-main); }
  .section-home-collection-group .home-collection-right .pro-item {
    padding: 0 15px;
    position: relative;
    height: 100%; }
    .section-home-collection-group .home-collection-right .pro-item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background: var(--shop-color-border); }
  .section-home-collection-group .home-collection-right .owl-item:not(.active) + .owl-item.active .pro-item:before {
    content: none; }
  .section-home-collection-group .owl-dots {
    position: absolute;
    left: auto;
    right: 20px;
    top: -78px;
    text-align: center; }
    .section-home-collection-group .owl-dots .owl-dot {
      margin: 0 5px;
      outline: 0; }
    .section-home-collection-group .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background: #928c8c;
      transition: all 0.3s; }
    .section-home-collection-group .owl-dots .owl-dot.active span {
      width: 20px;
      background: var(--shop-color-main); }
  @media (max-width: 991px) {
    .section-home-collection-group .home-collection-right {
      margin-top: 50px; }
    .section-home-collection-group .owl-dots {
      width: 100%;
      left: 0;
      right: 0;
      top: -30px; } }
  @media (max-width: 767px) {
    .section-home-collection-group {
      padding: 40px 0 0; }
      .section-home-collection-group .section-home-collection {
        padding: 0 0 40px; }
      .section-home-collection-group .home-collection-left {
        padding: 30px; } }

.section-home-parallax {
  position: relative; }
  .section-home-parallax:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-img);
    background-size: cover;
    background-position: center; }
  .section-home-parallax .home-parallax-content .title {
    font-size: 48px;
    margin-bottom: 40px; }
  .section-home-parallax .home-parallax-content .desc {
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.7;
    margin-bottom: 50px; }
  .section-home-parallax .home-parallax-content .home-parallax-list {
    display: flex;
    flex-flow: wrap;
    gap: 30px; }
    .section-home-parallax .home-parallax-content .home-parallax-list .item-parallax {
      -ms-flex: 0 0 calc(100% / 3 - 20px);
      flex: 0 0 calc(100% / 3 - 20px);
      max-width: calc(100% / 3 - 20px); }
      .section-home-parallax .home-parallax-content .home-parallax-list .item-parallax .item-num {
        font-size: 20px;
        font-weight: 600;
        background: var(--shop-color-main);
        color: #fff;
        border-radius: 50%;
        width: 80px;
        min-height: 80px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: wrap; }
      .section-home-parallax .home-parallax-content .home-parallax-list .item-parallax .item-title {
        font-weight: 600;
        margin-top: 15px; }
  .section-home-parallax .home-parallax-content .btn-more {
    margin-top: 50px; }
    .section-home-parallax .home-parallax-content .btn-more .button {
      background-color: #fff;
      color: #000000;
      font-weight: 600; }
      .section-home-parallax .home-parallax-content .btn-more .button i {
        color: var(--shop-color-main); }
      .section-home-parallax .home-parallax-content .btn-more .button:before {
        content: none; }
  @media (max-width: 991px) {
    .section-home-parallax {
      padding: 40px 0; }
      .section-home-parallax:before {
        background-position: left; }
      .section-home-parallax .home-parallax-content .title {
        font-size: 30px;
        margin-bottom: 15px;
        max-width: 70%; }
      .section-home-parallax .home-parallax-content .desc {
        margin-bottom: 30px;
        max-width: 70%; }
      .section-home-parallax .home-parallax-content .home-parallax-list {
        display: flex;
        flex-flow: wrap;
        gap: 30px; }
        .section-home-parallax .home-parallax-content .home-parallax-list .item-parallax {
          -ms-flex: 0 0 calc(100% / 3 - 20px);
          flex: 0 0 calc(100% / 3 - 20px);
          max-width: calc(100% / 3 - 20px); }
          .section-home-parallax .home-parallax-content .home-parallax-list .item-parallax .item-num {
            font-size: 18px; }
          .section-home-parallax .home-parallax-content .home-parallax-list .item-parallax .item-title {
            margin-top: 10px; }
      .section-home-parallax .home-parallax-content .btn-more {
        margin-top: 30px; } }
  @media (max-width: 767px) {
    .section-home-parallax .home-parallax-content {
      text-align: center; }
      .section-home-parallax .home-parallax-content .title {
        font-size: 26px;
        max-width: 100%; }
      .section-home-parallax .home-parallax-content .desc {
        margin-bottom: 20px;
        max-width: 100%; }
      .section-home-parallax .home-parallax-content .home-parallax-list {
        gap: 20px; }
        .section-home-parallax .home-parallax-content .home-parallax-list .item-parallax {
          -ms-flex: 0 0 calc(100% / 3 - 15px);
          flex: 0 0 calc(100% / 3 - 15px);
          max-width: calc(100% / 3 - 15px); }
          .section-home-parallax .home-parallax-content .home-parallax-list .item-parallax .item-num {
            font-size: 16px;
            width: 70px;
            min-height: 70px; } }

.section-home-collection-5 .home-collection-pro {
  margin: 0; }
  .section-home-collection-5 .home-collection-pro .pro-item {
    -ms-flex: 0 0 calc(100% / 3 - 40px);
    flex: 0 0 calc(100% / 3 - 40px);
    max-width: calc(100% / 3 - 40px);
    position: relative; }
    .section-home-collection-5 .home-collection-pro .pro-item:before, .section-home-collection-5 .home-collection-pro .pro-item:after {
      content: '';
      position: absolute;
      top: 0;
      right: -30px;
      width: 1px;
      height: 100%;
      background: var(--shop-color-border); }
    .section-home-collection-5 .home-collection-pro .pro-item:after {
      content: none;
      top: auto;
      right: 0;
      bottom: -30px;
      width: calc(300% + 120px);
      height: 1px; }

@media (min-width: 992px) {
  .section-home-collection-5 .home-collection-pro {
    gap: 60px; }
    .section-home-collection-5 .home-collection-pro .pro-item:nth-child(3n):after {
      content: ''; }
    .section-home-collection-5 .home-collection-pro .pro-item:nth-last-child(1):after {
      content: none; }
    .section-home-collection-5 .home-collection-pro .pro-item:nth-child(3n):before, .section-home-collection-5 .home-collection-pro .pro-item:last-child:before {
      content: none; }
    .section-home-collection-5 .home-collection-pro .pro-item:nth-child(3n) ~ .pro-item:before {
      top: auto !important;
      bottom: 0; } }

@media (max-width: 991px) {
  .section-home-collection-5 .home-collection-pro {
    gap: 60px 0; }
    .section-home-collection-5 .home-collection-pro .pro-item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      .section-home-collection-5 .home-collection-pro .pro-item:before {
        right: 0; }
      .section-home-collection-5 .home-collection-pro .pro-item:nth-child(2n):before {
        content: none; }
      .section-home-collection-5 .home-collection-pro .pro-item:nth-child(2n):after {
        content: '';
        bottom: -30px;
        width: 200%; }
      .section-home-collection-5 .home-collection-pro .pro-item:last-child:before, .section-home-collection-5 .home-collection-pro .pro-item:last-child:after {
        content: none; }
      .section-home-collection-5 .home-collection-pro .pro-item:nth-child(odd) {
        padding: 0 15px 0 0; }
      .section-home-collection-5 .home-collection-pro .pro-item:nth-child(even) {
        padding: 0 0 0 15px; } }

@media (max-width: 767px) {
  .section-home-collection-5 .home-collection-pro {
    gap: 30px 0; }
    .section-home-collection-5 .home-collection-pro .pro-item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .section-home-collection-5 .home-collection-pro .pro-item:before {
        content: none; }
      .section-home-collection-5 .home-collection-pro .pro-item:after, .section-home-collection-5 .home-collection-pro .pro-item:nth-child(2n):after {
        content: '';
        bottom: -15px;
        width: 100%; }
      .section-home-collection-5 .home-collection-pro .pro-item:last-child:after {
        content: none; }
      .section-home-collection-5 .home-collection-pro .pro-item:nth-child(odd), .section-home-collection-5 .home-collection-pro .pro-item:nth-child(even) {
        padding: 0; } }

.section-home-form {
  padding: 0 0 80px; }
  .section-home-form .form-bg {
    position: relative;
    padding: 80px 40px;
    border-radius: 15px;
    overflow: hidden; }
    .section-home-form .form-bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: var(--bg-img);
      background-size: cover;
      background-position: center; }
  .section-home-form .home-form-title {
    position: relative;
    color: #fff; }
    .section-home-form .home-form-title .title {
      font-size: 36px;
      margin-bottom: 30px; }
      .section-home-form .home-form-title .title span {
        color: var(--shop-color-main); }
    .section-home-form .home-form-title .desc {
      margin-bottom: 40px; }
  .section-home-form .newsletter-content {
    max-width: 580px;
    margin: 0 auto; }
    .section-home-form .newsletter-content .form-group {
      margin: 0; }
      .section-home-form .newsletter-content .form-group input {
        height: 52px;
        border-radius: 50px;
        border-color: var(--shop-color-border);
        font-size: 14px; }
      .section-home-form .newsletter-content .form-group .input-group-btn {
        position: absolute;
        right: 0;
        top: 0; }
        .section-home-form .newsletter-content .form-group .input-group-btn button {
          min-width: 120px;
          height: 52px;
          border-radius: 50px;
          padding: 0 10px;
          text-align: center;
          font-weight: 600; }
  @media (max-width: 991px) {
    .section-home-form .form-bg {
      padding: 50px 30px; }
    .section-home-form .home-form-title .title {
      font-size: 30px;
      margin-bottom: 15px; }
    .section-home-form .newsletter-content .form-group input {
      height: 45px; }
    .section-home-form .newsletter-content .form-group .input-group-btn button {
      min-width: 120px;
      height: 45px; } }
  @media (max-width: 767px) {
    .section-home-form {
      padding-bottom: 40px; }
      .section-home-form .form-bg {
        padding: 40px 15px; }
      .section-home-form .home-form-title .title {
        font-size: 26px; }
      .section-home-form .home-form-title .desc {
        margin-bottom: 30px; }
      .section-home-form .newsletter-content .form-group input {
        height: 40px; }
      .section-home-form .newsletter-content .form-group .input-group-btn button {
        min-width: 100px;
        height: 40px; } }

.home-collection-blogs .article-item .media-article {
  height: 250px;
  position: relative; }
  .home-collection-blogs .article-item .media-article a img {
    height: 100%;
    max-height: 230px;
    border-radius: 5px; }
  .home-collection-blogs .article-item .media-article a time {
    position: absolute;
    bottom: 0px;
    left: 0px; }

.home-collection-blogs .article-item .info-article .title-article a {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.home-collection-blogs .article-item .info-article .short-article {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.home-collection-blogs .article-item .info-article .view-article {
  margin-top: 5px; }
  .home-collection-blogs .article-item .info-article .view-article svg {
    width: 10px;
    height: 10px; }

.box-item:before {
  height: 60px !important;
  width: 60px !important; }

.box-item:after {
  height: 60px !important;
  width: 60px !important; }

.box-item .svgico {
  height: 60px !important;
  width: 60px !important; }
  .box-item .svgico svg {
    width: 40px !important; }

@media (max-width: 767px) {
  .box-item {
    right: 30px !important; } }
