.item-product {
  width: 40%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  .item-product-tag {
    position: absolute;
    text-transform: uppercase;
    left: 22px;
    top: 6px;
    text-align: left;
    font-weight: 500;
    padding: 6px 2px;
    font-size: 11.9px;
    letter-spacing: 1px;
    z-index: 10; }
  .item-product-tag-2 {
    position: absolute;
    text-transform: uppercase;
    left: 22px;
    top: 22px;
    text-align: left;
    font-weight: 500;
    padding: 6px 2px;
    font-size: 11.9px;
    letter-spacing: 1px;
    z-index: 10; }
  .item-product-img {
    display: block;
    position: relative; }
    .item-product-img img {
      width: 100%; }
    .item-product-img .img-before {
      position: absolute;
      opacity: 1;
      transition: opacity 0.5s ease; }
    .item-product-img .img-after {
      opacity: 0;
      transition: opacity 0.5s ease; }
    .item-product-img:hover .img-before {
      opacity: 0; }
    .item-product-img:hover .img-after {
      opacity: 1; }
  .item-product .block-content {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .item-product-name {
    display: block;
    padding-top: 10px;
    text-align:center;
    font-size: 13px;
    font-weight: 500; }
  .item-product-price {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500; }
    .item-product-price .price-default {
      text-decoration: line-through; }
    .item-product-price .price-new {
      color: #f94c43; }
  .item-product-color {
    width: 100%; }
    .item-product-color .slick-slide {
      margin: 0 4px; }
    .item-product-color .slick-list {
      margin: 0 -4px; }
    .item-product-color .slick-track {
      width: 100% !important;
      display: flex;
      justify-content: center; }
    .item-product-color .img-dots {
      width: 20px !important;
      height: 20px;
      border-radius: 50%; }
      .item-product-color .img-dots div {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
      .item-product-color .img-dots:focus {
        outline: 0; }
    .item-product-color .slick-current.img-dots {
      border: 1px solid #000;
      padding: 2px;
      border-radius: 50%; }

.home-container {
  padding: 0; }
  .home-container .slide-show .item-slide {
    position: relative; }
    .home-container .slide-show .item-slide-img {
      width: 100%;
      height: 100%;
      transition: all 1.5s ease;
      transform: scale(1);
      opacity: 0;
      object-fit: cover; }
    .home-container .slide-show .item-slide .img-slide-mobile {
      display: none; }
    .home-container .slide-show .item-slide-content {
      position: absolute;
      left: 3%;
      bottom: 9%;
      z-index: 10;
      transform: translate(0, 100px);
      transition: transform 2s ease 0s, opacity 0.5s ease 1s;
      opacity: 0; }
      .home-container .slide-show .item-slide-content .sub-title-slide {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 20px; }
      .home-container .slide-show .item-slide-content .title-slide {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase; }
      .home-container .slide-show .item-slide-content .btn-order {
        margin-top: 30px; }
    .home-container .slide-show .item-slide:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      /*background-image: linear-gradient(to top, rgba(4, 4, 4, 0.65), rgba(54, 54, 54, 0.2)); */
      }
  .home-container .slide-show .slick-current .item-slide-img {
    opacity: 1;
    transform: scale(1) !important; }
  .home-container .slide-show .slick-current .item-slide-content {
    opacity: 1;
    transform: translate(0, 0); }
  .home-container .slide-show .slick-dots {
    right: 1%;
    bottom: 2.5%;
    width: unset; }
    .home-container .slide-show .slick-dots li button {
      width: 3px;
      height: 3px;
      border: 2px solid #fff;
      border-radius: 50%;
      padding: 3px; }
    .home-container .slide-show .slick-dots .slick-active button {
      background: #fff;
      border-radius: 50%; }
  .home-container .slide-show-end {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
    position: absolute;
    bottom: 5px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
 transform 0.2s ease-in-out, color 0.2s ease-in-out;
    overflow: hidden;
    border: 0; }
    .home-container .slide-show-end svg {
      height: 18px;
      width: 18px; }
    .home-container .slide-show-end:hover {
      transform: scale(1.1); }
      .home-container .slide-show-end:hover svg {
        animation: buttonFromTopToBottom 0.5s ease-in-out forwards; }
    .home-container .slide-show-end:focus {
      outline: 0; }
      /**/
  .home-container .section-collection {
    padding: 50px 0; }
    .home-container .section-collection .title-collection {
      text-align: center;
      font-size: 12px; }
    .home-container .section-collection .nav-tabs {
      justify-content: center;
      border: 0;
      margin-bottom: 70px; }
      @media(max-width: 425px) {
        .home-container .section-collection .nav-tabs {
          margin-bottom: 35px;
        }
      }
      .home-container .section-collection .nav-tabs .nav-item .nav-link {
        border: 1px solid transparent; }
        .home-container .section-collection .nav-tabs .nav-item .nav-link:after {
          position: relative;
          display: block;
          content: "";
          bottom: 1px;
          left: 0;
          height: 1px;
          width: 0;
          background: #333;
          transition: width 0.25s ease-in-out; }
      .home-container .section-collection .nav-tabs .nav-item .active:after {
        width: 100%; }
    .home-container .section-collection .tab-content > .tab-pane {
      display: flex;
      flex-wrap: wrap;
      height: 0px;
      overflow: hidden;
      opacity: 0;
      transform: translate(0, 25px);
      transition: transform 2.5s ease, opacity 1s ease 0.3s; }
      .home-container .section-collection .tab-content > .tab-pane .item-product {
        padding-bottom: 35px; }
    .home-container .section-collection .tab-content > .active {
      height: auto;
      opacity: 1;
      transform: translate(0, 0); }
    .home-container .section-collection .tab-content > .tab-pane:not(.show) {
      opacity: 0;
      transform: translate(0, 25px);
      transition: transform 1s ease, opacity 0.5s ease; }
    .home-container .section-collection .btn-view-all {
      text-align: center;
      margin-top: 50px; }
    .home-container .section-collection ~ .section-collection {
      border-top: 1px solid #e0e0e0; }
  .home-container .section-hot-products {
    border-top: 1px solid #e0e0e0;
    padding: 80px 0; }
    .home-container .section-hot-products .title-hot-products {
      text-align: center;
      margin-bottom: 70px; }
    .home-container .section-hot-products .col-left-img a img {
      width: 100%; }
    .home-container .section-hot-products .col-right-info .title-product {
      letter-spacing: -0.28px;
      font-size: 25.2px;
      line-height: 32.2px;
      margin: 0; }
    .home-container .section-hot-products .col-right-info .price-product .price-default {
      padding-right: 8px;
      text-decoration: line-through;
      font-size: 24.5px;
      line-height: 30.625px; }
    .home-container .section-hot-products .col-right-info .price-product .price-new {
      color: #d70000;
      font-size: 22.4px; }
    .home-container .section-hot-products .col-right-info .color-product {
      margin-top: 24px; }
      .home-container .section-hot-products .col-right-info .color-product .title-color {
        font-size: 14px;
        margin-bottom: 5px; }
      .home-container .section-hot-products .col-right-info .color-product--color {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: inline-flex;
        margin-right: 10px; }
        .home-container .section-hot-products .col-right-info .color-product--color img {
          width: 100%;
          border-radius: 50%; }
      .home-container .section-hot-products .col-right-info .color-product--color.active-color {
        width: 38px;
        height: 38px;
        border: 1px solid #000;
        padding: 2px; }
    .home-container .section-hot-products .col-right-info .quantity-product {
      margin-bottom: 25px; }
      .home-container .section-hot-products .col-right-info .quantity-product .title-quantity {
        font-size: 14px;
        margin-bottom: 5px; }
      .home-container .section-hot-products .col-right-info .quantity-product .quantity-selector {
        display: inline-flex;
        align-items: center;
        border: 1px solid #e0e0e0;
        white-space: nowrap; }
        .home-container .section-hot-products .col-right-info .quantity-product .quantity-selector span {
          padding: 5px 20px; }
          .home-container .section-hot-products .col-right-info .quantity-product .quantity-selector span svg {
            width: 11px;
            height: 11px; }
        .home-container .section-hot-products .col-right-info .quantity-product .quantity-selector input {
          width: 35px;
          font-size: 14px;
          border: none;
          background: transparent;
          text-align: center; }
    .home-container .section-hot-products .col-right-info .btn-actions-hot-product {
      height: 46px;
      margin: 10px 0 20px 0; }
      .home-container .section-hot-products .col-right-info .btn-actions-hot-product a {
        width: 100%;
        display: block;
        text-align: center; }
    .home-container .section-hot-products .col-right-info .view-detail-product {
      margin-top: 34px; }
      .home-container .section-hot-products .col-right-info .view-detail-product a {
        font-size: 14px;
        position: relative;
        display: inline-block;
        transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out; }
        .home-container .section-hot-products .col-right-info .view-detail-product a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          bottom: -1px;
          background: currentColor;
          transform: scale(1, 1);
          transform-origin: left center;
          transition: transform 0.2s ease-in-out; }
        .home-container .section-hot-products .col-right-info .view-detail-product a:hover {
          outline: 0; }
          .home-container .section-hot-products .col-right-info .view-detail-product a:hover:before {
            transform: scale(0, 1); }
  .home-container .section-timeline {
    border-top: 1px solid #e0e0e0;
    padding: 80px 0; }
    .home-container .section-timeline .nav-tabs {
      justify-content: center;
      align-items: center;
      border: 0;
      height: 55px; }
      .home-container .section-timeline .nav-tabs .nav-item {
        position: relative; }
        .home-container .section-timeline .nav-tabs .nav-item .nav-link {
          border: 0;
          font-family: "Futura";
          font-size: 12px;
          transition: all 0.25s ease-in-out; }
          .home-container .section-timeline .nav-tabs .nav-item .nav-link:after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 20px;
            height: 3px;
            width: calc(100% - 40px);
            opacity: 0;
            background: #333;
            transform: scale(0, 1);
            transform-origin: left center;
            transition: opacity 0.3s, transform 0.3s; }
        .home-container .section-timeline .nav-tabs .nav-item .active {
          font-size: 18px;
          color: #333; }
          .home-container .section-timeline .nav-tabs .nav-item .active:after {
            opacity: 1;
            transform: scale(1, 1); }
    .home-container .section-timeline .tab-content .tab-pane {
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.1s ease-in-out !important; }
    .home-container .section-timeline .tab-content .tab-pane.show {
      opacity: 1;
      pointer-events: auto; }
      .home-container .section-timeline .tab-content .tab-pane.show .image-timeline .bg-image {
        opacity: 1;
        transform: translateX(0) scale(1.1); }
      .home-container .section-timeline .tab-content .tab-pane.show .content-timeline > :nth-child(n) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.5s; }
    .home-container .section-timeline .tab-content .tab-pane:not(.show) .image-timeline .bg-image {
      opacity: 0;
      transform: translateX(-50px) scale(1.1);
      transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .home-container .section-timeline .tab-content .tab-pane:not(.show) .content-timeline > :nth-child(n) {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
    .home-container .section-timeline .timeline-list-item {
      height: 540px;
      overflow: hidden; }
    .home-container .section-timeline .image-timeline {
      overflow: hidden;
      padding: 0 20px; }
      .home-container .section-timeline .image-timeline .bg-image {
        opacity: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transform: translateX(-50px) scale(1.1);
        transform-origin: left;
        transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
    .home-container .section-timeline .content-timeline {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      margin-bottom: 50px;
      padding: 0 40px; }
      .home-container .section-timeline .content-timeline .title-timeline {
        font-size: 20px; }
      .home-container .section-timeline .content-timeline .description-timeline {
        font-size: 14px; }
      .home-container .section-timeline .content-timeline > :nth-child(n) {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
  .home-container .section-our-mission .wrap-our-mission {
    min-height: 600px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    width: 100%;
    overflow: hidden; }
    .home-container .section-our-mission .wrap-our-mission .image-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
      .home-container .section-our-mission .wrap-our-mission .image-background > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-attachment: fixed; }
    .home-container .section-our-mission .wrap-our-mission .content-our-mission {
      z-index: 5;
      background: #ffffff;
      max-width: 240px;
      padding: 48px 15px;
      margin: 40px auto;
      box-shadow: 0 1px 20px rgba(54, 54, 54, 0.3); }
      .home-container .section-our-mission .wrap-our-mission .content-our-mission .title-our-mission {
        color: #1c1b1b;
        font-size: 12px;
        text-transform: uppercase; }
      .home-container .section-our-mission .wrap-our-mission .content-our-mission .des-our-mission {
        font-size: 14px;
        margin-bottom: 0; }
  .home-container .section-accessories {
    padding: 80px 0; }
    .home-container .section-accessories .sub-title {
      font-size: 12px;
      text-align: center; }
    .home-container .section-accessories .title-accessories {
      margin-top: 16px;
      font-size: 20px;
      text-align: center;
      margin-bottom: 70px; }
    .home-container .section-accessories .btn-view-all {
      text-align: center;
      margin-top: 50px; }
  .home-container .section-instagram {
    padding: 80px 0;
    border-top: 1px solid #e0e0e0; }
    .home-container .section-instagram .sub-title {
      font-size: 12px;
      text-align: center; }
    .home-container .section-instagram .title-instagram {
      margin-top: 16px;
      font-size: 20px;
      text-align: center;
      margin-bottom: 70px; }
    .home-container .section-instagram .item-instagram {
      position: relative;
      border-radius: 5px;
      padding: 15px; }
      .home-container .section-instagram .item-instagram .img-instagram {
        overflow: hidden; }
        .home-container .section-instagram .item-instagram .img-instagram img {
          width: 100%;
          border-radius: 5px;
          transform: scale(1);
          transition: transform 3.525s 0.01s ease-out, opacity 3.525s ease-out; }
      .home-container .section-instagram .item-instagram .btn-share {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.7);
        padding: 15px 20px;
        border-radius: 50%; }
        .home-container .section-instagram .item-instagram .btn-share svg {
          color: #fff; }
        .home-container .section-instagram .item-instagram .btn-share:hover {
          background: #000; }
      .home-container .section-instagram .item-instagram:hover .img-instagram img {
        transform: scale(1.1); }
    .home-container .section-instagram .actions-instagram {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px; }
      .home-container .section-instagram .actions-instagram .profile-instagram img {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        transform: translateZ(0);
        transition: transform 0.415s ease-in-out, opacity 0.515s 0.1s ease-out; }
      .home-container .section-instagram .actions-instagram .profile-instagram span {
        color: #222;
        display: inline-block;
        font-weight: 500;
        letter-spacing: 2px;
        opacity: 0;
        padding-left: 2px;
        font-size: 9px;
        text-transform: uppercase;
        transform: translateZ(0);
        transition: transform 0.415s ease-in-out, opacity 0.515s 0.1s ease-out; }
      .home-container .section-instagram .actions-instagram .profile-instagram:hover img {
        transform: scale(1.05); }
      .home-container .section-instagram .actions-instagram .profile-instagram:hover span {
        opacity: 1;
        transform: translateX(8px); }
      .home-container .section-instagram .actions-instagram .btn-add-instagram {
        border: 0;
        background: transparent; }
        .home-container .section-instagram .actions-instagram .btn-add-instagram svg {
          width: 50px;
          height: 50px;
          color: rgba(0, 0, 0, 0.1); }
        .home-container .section-instagram .actions-instagram .btn-add-instagram:hover svg {
          color: rgba(0, 0, 0, 0.25); }
      .home-container .section-instagram .actions-instagram .tag-line a {
        border-bottom: 3px solid transparent;
        color: rgba(77, 77, 77, 0.8);
        display: block;
        padding-bottom: 3px;
        transition: border-bottom-color 0.195s 0.05s linear, background-position-y 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
        font-size: 9px;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "snptical", "Helvetica Neue", Helvetica, Arial,
 sans-serif;
        letter-spacing: 1.75px; }
      .home-container .section-instagram .actions-instagram .tag-line:hover a {
        color: #1f1f1f;
        border-color: #1f1f1f; }

@keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0); }
  25% {
    opacity: 0;
    transform: translateY(100%); }
  50% {
    opacity: 0;
    transform: translateY(-100%); }
  75% {
    opacity: 1;
    transform: translateY(0%); } }

@media (min-width: 1500px) {
  .item-slide {
    height: 753px; } }

@media (max-width: 1440px) {
  .item-slide {
    height: 657px; } }

@media (max-width: 1024px) {
  .item-slide {
    height: 703px; } }

@media (max-width: 768px) {
  .section-timeline .timeline-list-item {
    height: 400px !important; } }

@media (max-width: 425px) {
  .home-container .container {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0; }
  .item-slide {
    height: 714px; }
    .item-slide-img {
      display: none !important; }
    .item-slide .img-slide-mobile {
      display: block !important; }
    .item-slide-content .title-slide {
      font-size: 20px !important; }
  .slick-dots {
    left: 3%;
    right: unset !important; }
  .section-hot-products .col-right-info {
    text-align: center !important; }
  .section-hot-products > :nth-child(2) {
    margin: 0; }
  .section-timeline .timeline-list-item {
    height: 540px !important;
    position: relative;
    margin-left: unset !important;
    margin-right: unset !important; }
    .section-timeline .timeline-list-item .image-timeline {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%; }
      .section-timeline .timeline-list-item .image-timeline .bg-image {
        transform-origin: unset; }
      .section-timeline .timeline-list-item .image-timeline:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: linear-gradient(to top, rgba(4, 4, 4, 0.65), rgba(54, 54, 54, 0.2)); }
    .section-timeline .timeline-list-item .content-timeline {
      text-align: center;
      color: #fff;
      justify-content: flex-start;
      margin-top: 80px; }
      .section-timeline .timeline-list-item .content-timeline .description-timeline {
        margin-top: 34px; } }
        
/*------ test button*/
  .size-product {
    padding-bottom: 20px;
  }
  .size-product-name {
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 30px; }
   .size-product-link {
    text-decoration: underline; }
    .size-product-link:hover {
      text-decoration: none; }
  .size-product .btn-size {
    padding-top: 10px; }
  .size-product .btn-size .valueChild {
      border: 1px solid #ddd;
      background-color: #fff;
      display:flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px;
      cursor: pointer;
      font-weight: bold;
      margin-right: 8px; }
  .size-product .btn-size .valueChild.active {
      
      background: #000;
      color: #fff;
    }
    
/*----- sửa slide    */
@media (max-width: 425px) {
  .home-container .row .col-12 .slide-show {
  height: calc(var(--window-height) - (var(--header-height) * var(--header-is-not-transparent, 0)) - var(--announcement-bar-height, 0px) - 35px);
  }
  .home-container .row .col-12 .slide-show .slick-list {
    max-height: 100%;
    height: 100vh;
  }
  .home-container .row .col-12 .slide-show .slick-list .slick-track {
    height: 100%;
  }
  .home-container .row .col-12 .slide-show .slick-list .slick-track .item-slide {
    height: 100vh;
  }
}
    