.banner .carousel-indicators li {
    background-color: white;
    margin: 0 10px;
  }
  
  .banner .carousel-indicators li.active {
    background-color: #f15b67;
    border: 0;
    width: 10px;
    height: 10px;
  }
  
  .banner .carousel-control-prev, .banner .carousel-control-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  @media (max-width: 991px) {
    .banner .carousel-control-prev, .banner .carousel-control-next {
      display: none;
    }
  }
  
  .banner .carousel-control-prev {
    left: 30px;
  }
  
  .banner .carousel-control-next {
    right: 30px;
  }
  
  .block .title-block {
    text-align: center;
    margin: 50px 0;
    font-size: 2.625rem;
    color: #f15b67;
    position: relative;
    line-height: 1;
    font-family: TTCOMMONS-REGULAR;
  }
  
  @media (max-width: 1440px) {
    .block .title-block {
      font-size: 1.75rem;
      margin: 35px 0;
    }
  }
  
  @media (max-width: 1199px) {
    .block .title-block {
      font-size: 1.3125rem;
    }
  }
  
  .block .title-block .view-all {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .block .view {
    text-align: center;
  }
  
  .block .view-all {
    text-decoration: none;
    color: #808080;
    font-size: 1.25rem;
    padding-right: 20px;
    background-image: url(../../../img3_0/icon/next-line.png);
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 7px;
    text-align: center;
    display: inline-block;
    font-family: GARAMONDPREMRPRO;
    font-style: italic;
  }
  
  .block .view-all:hover {
    color: #f15b67;
  }
  
  @media (max-width: 1440px) {
    .block .view-all {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 1199px) {
    .block .view-all {
      font-size: 0.875rem;
    }
  }
  
  @media (max-width: 767px) {
    .block .view-all {
      margin-bottom: 20px;
      text-decoration: underline;
      margin-top: 20px;
    }
  }
  
  /* .block .product-slide .item {
    padding: 0 10px;
  } */
  
  .block .product-slide .owl-nav .owl-prev, .block .product-slide .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  
  @media (max-width: 991px) {
    .block .product-slide .owl-nav .owl-prev img, .block .product-slide .owl-nav .owl-next img {
      width: 12px;
    }
  }
  
  .block .product-slide .owl-nav .owl-prev {
    left: -58px;
  }
  
  @media (max-width: 1440px) {
    .block .product-slide .owl-nav .owl-prev {
      left: -35px;
    }
  }
  
  @media (max-width: 1199px) {
    .block .product-slide .owl-nav .owl-prev {
      left: 10px;
    }
  }
  
  .block .product-slide .owl-nav .owl-next {
    right: -58px;
  }
  
  @media (max-width: 1440px) {
    .block .product-slide .owl-nav .owl-next {
      right: -35px;
    }
  }
  
  @media (max-width: 1199px) {
    .block .product-slide .owl-nav .owl-next {
      right: 10px;
    }
  }