/* =========================================
			STYLE BANNER SLIDER
===========================================*/

.banner-section .banner-slider {
    overflow: visible;
  }
  
  .banner-section .banner-container .banner-slide-item {
    border-radius: 40px;
    overflow: hidden;
  }
  
  .banner-section .item-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .banner-section .item-box {
    text-align: center;
    padding: 20px;
  }
  
  .banner-section .title {
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 48.64px;
    font-style: italic;
    font-weight: 500;
    line-height: 59.33px;
    letter-spacing: -1.08px;
    margin: 0;
    text-transform: uppercase;
    margin-top: 5px;
  }
  
  .banner-section .sub-title {
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 19.863px;
    font-style: italic;
    font-weight: 700;
    line-height: 29.48px;
    letter-spacing: -0.06px;
    text-transform: uppercase;
    margin: 30px 0 38px;
  }
  
  .banner-section .btn {
    color: #080808;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.8px;
    display: inline-flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 12px 23px;
    text-decoration: none;
    text-decoration: none;
  }
  
  .swiper-pagination.banner-slide-pagination {
    position: unset;
    margin-top: 16px;
  }
  
  .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
  }
  
  .banner-section video.background-media {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
    top: 0;
    z-index: 0;
  }
  
  .banner-section .banner-slide-infor {
    position: relative;
    z-index: 2;
  }
  
  .logo-spin img {
    border-radius: 30px;
    max-width: 400px;
  }
  
  /* @keyframes rotationFast {
    0% {
      transform: rotate(0deg);
      animation-timing-function: cubic-bezier(0, 0, 0.4, 0.8);
    }
  
    100% {
      transform: rotate(720deg);
      animation-timing-function: cubic-bezier(0, 0, 0.7, 0.9);
    }
  
  }
  
  @keyframes rotationSlow {
    0% {
      transform: rotate(720deg);
    }
  
    100% {
      transform: rotate(1080deg);
    }
  }
  
  .logo-spin.fast img {
    animation: rotationFast 2s ;
  }
  
  .logo-spin.slow img {
    animation: rotationSlow 10s linear infinite;
  } */
  
  
  
  @media screen and (min-width: 1441px) {
    .swiper-pagination.banner-slide-pagination {
      display: flex;
      justify-content: center;
      max-width: calc(100% - 90px);
    }
  }
  
  @media screen and (max-width: 1024px) {
  
    .swiper-pagination.banner-slide-pagination {
      margin-top: 4px;
    }
  
    .banner-slide-infor {
      margin-top: 102px;
    }
  
    .banner-section .banner-slide-infor.slide-infor-spinning {
      margin-top: 0;
    }
  
    .banner-section .sub-title {
      margin: 34px 0 30px;
    }
  
    .swiper-pagination.banner-slide-pagination {
      margin-top: 10px;
      width: calc(100% - 46px);
    }
  
    .logo-spin img {
      max-width: 350px;
    }
  
  }
  
  @media screen and (max-width: 767px) {
    .swiper-pagination.banner-slide-pagination {
      width: 100%;
    }
  
    .banner-slide-infor {
      margin-top: 0;
    }
  
    .banner-slide-infor {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .banner-section .sub-title {
      max-width: 245px;
      margin: 30px 0 36px;
    }
  
    .banner-section .title {
      font-size: 36.455px;
      font-style: normal;
      font-weight: 400;
      line-height: 121.932%;
      letter-spacing: -0.501px;
    }
  
    .banner-section .sub-title {
      font-size: 13.863px;
      font-style: italic;
      line-height: 212.66%;
      letter-spacing: -0.059px;
    }
  
    .banner-section .btn {
      /* 		font-size: 13.566px;
    line-height: 111.599%;
    letter-spacing: 0.024px;
    min-width: 122.47px;
    height: 33px; */
    }
  
    .swiper-pagination.banner-slide-pagination {
      margin-top: 6px;
    }
  
    .logo-spin img {
      max-width: 350px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .logo-spin img {
      max-width: 320px;
    }
  }
  
  @media screen and (max-width: 380px) {
    .logo-spin img {
      max-width: 250px;
    }
  }
  
  /* =========================================
      STYLE CUSTOM SLIDER
  ===========================================*/
  .smo-slider.swiper {
    overflow: visible;
  }
  
  .smo-slider-section .slider-title {
    color: #080808;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.135px;
    margin: 0;
  }
  
  .smo-slider-section .smo-title-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
  }
  
  .smo-slider-section .slider-navigation {
    display: flex;
    flex-direction: row-reverse;
  }
  
  .smo-slider-section .navigation-next,
  .smo-slider-section .navigation-prev {
    cursor: pointer;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .smo-slider-section .navigation-next svg, 
  .smo-slider-section .navigation-prev svg {
      width: 52px;
      height: 52px;
  }
  
  .smo-slider-section .navigation-prev.swiper-button-disabled,
  .smo-slider-section .navigation-next.swiper-button-disabled {
    opacity: 0.15;
    cursor: unset;
  }
  
  .smo-slider-container {
    margin-top: 30px;
  }
  
  .smo-slider-section .slider-item {
    border-radius: 40px;
    overflow: hidden;
  }
  
  .smo-slider-section .item-box {
    overflow: hidden;
    padding: 18px;
    display: block;
    height: 100%;
    color: #ffff;
    position: relative;
    text-decoration: none;
  }
  
  .smo-slider-section .item-box video.background-media {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
    top: 0;
    z-index: -1;
  }
  
  .slider-infor {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 10;
  }
  
  .smo-slider-section .sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.034px;
    padding: 8px;
  }
  
  .smo-slider-section .title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.4px;
    padding: 8px;
    font-style: italic;
  }
  .benefits .smo-slider-section .item-box .sub-title ,
  .stories .smo-slider-section .item-box .sub-title {
      background: rgb(255 255 255 / 30%);
      backdrop-filter: blur(10px);
      padding: 10px;
      width: max-content;
      max-width: 100%;
  }
  .stories .smo-slider-section .item-box .title {
      font-style: italic;
      font-weight: 400;
  }
  
  @media screen and (min-width: 1025px) {
       .smo-slider-section {
          margin-left: calc(154 / 1440* 100%);
          margin-right: calc(154 / 1440* 100%);
       }
      .stories .smo-slider-section .item-box .sub-title{
          font-size: 20px;
          line-height: 1.2;
          font-weight: 600;
      }
  
  }
  
  @media screen and (min-width: 1440px) {
    .smo-slider-section {
      margin-left: calc(calc(100vw - 1440px) / 2 + 154px);
      margin-right: calc(calc(100vw - 1440px) / 2 + 182px);
    }
  
  }
  @media screen and (min-width: 768px){
      .smo-slider-section .sub-title br {
          display: none;
      }
  }
  
  @media screen and (max-width: 1024px) {
    .smo-slider-container {
      margin-top: 24px;
    }
  
    .smo-slider-section .slider-item {
      border-radius: 35px;
    }
  
    .banner-section .banner-container .banner-slide-item {
      border-radius: 35px;
    }
  
    .smo-slider-section .smo-title-box {
      padding-right: 20px;
    }
  
    .stories .smo-slider-container {
      margin-top: 58px;
    }
  }
  
  @media screen and (max-width: 767px) {
        .stories .smo-slider-section .item-box .sub-title {
          margin-left: 0;
          font-size: 16px;
          line-height: 1.2;
        }
         .stories .smo-slider-section .item-box .title{
          font-size: 15px;
          line-height: 1.2;
        }
  
        .smo-slider-section .slider-item {
          border-radius: 35px;
        }
  
        .smo-slider-container {
          margin-top: 20px;
        }
  
        .smo-slider-section .slider-title {
          color: #000;
          font-size: 30px;
          letter-spacing: -0.059px;
        }
  
        .smo-slider-section .sub-title {
          font-size: 16px;
          line-height: 1.8;
          letter-spacing: 0.034px;
          padding: 5px;
        }
  
        .smo-slider-section .title {
          font-family: Poppins;
          font-size: 15px;
          line-height: 1.2;
          padding: 5px;
          
        }
  
        .smo-slider-section .slider-navigation {
          display: none;
        }
  
        .stories .smo-slider-container {
          margin-top: 15px;
        }
  }
  
  
  /* =========================================
      STYLE CUSTOM SEARCH
  ===========================================*/
  #search-icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #header-section.open #search-form-container {
    display: none;
  }
  
  #search-form-container {
    position: absolute;
    left: 0;
    top: 176px;
    z-index: 5;
    width: 100%;
  }
  
  #search-form-container label {
    width: 100%;
    position: relative;
  }
  
  .blink-cursor {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 2px;
    height: 53%;
    background-color: black;
    transform: translateY(-50%);
    animation: blink-caret 1s step-end infinite;
  }
  
  @keyframes blink-caret {
  
    from,
    to {
      background-color: transparent;
    }
  
    50% {
      background-color: black;
    }
  }
  
  #search-form-container input {
    font-family: Poppins;
    font-size: 54px;
    font-weight: 400;
    line-height: 17.52px;
    letter-spacing: 0.03400000184774399px;
    border: none;
    color: #000000;
    background: transparent;
    outline: none;
    width: 100%;
    caret-color: transparent;
  }
  
  #header-section.open-search:before {
    opacity: 1;
    z-index: 0;
    visibility: visible;
  }
  #search-field::-webkit-input-placeholder {
      font-style: italic; /* Chrome, Safari, Opera */
  }
  
  #search-field:-moz-placeholder {
      font-style: italic; /* Firefox 18- */
  }
  
  #search-field::-moz-placeholder {
      font-style: italic; /* Firefox 19+ */
  }
  
  #search-field:-ms-input-placeholder {
      font-style: italic; /* Internet Explorer 10+ */
  }
  
  /* =========================================
      STYLE Review SLIDER
  ===========================================*/
  .smo-review-section .title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 47px;
  }
  
  .smo-review-section .title-box .title {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 43.2px;
    letter-spacing: -0.36000001430511475px;
    margin: 0;
  }
  
  .smo-review-section .item-box {
    padding: 18px;
    background: #ffffff;
    border-radius: 5px;
    height: 100%;
  }
  
  .smo-review-section .rate-review {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 21px;
  }
  
  .smo-review-section .star-box {
    display: flex;
    flex-direction: row;
    margin-right: 15px;
    align-items: center;
  }
  
  .smo-review-section .star-box.star-box-main {
    background: #ffffff;
    margin: 0;
  }
  
  .star-box .image-star.active {
    filter: grayscale(0);
  }
  
  .star-box .image-star {
    filter: grayscale(100%);
    width: calc(100% / 5);
    aspect-ratio: 1 / 1;
    max-width: 30.06px;
  }
  
  .rate-review .verified {
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.36000001430511475px;
  }
  
  .rate-review .verified svg {
    width: 20.48px;
    height: 20.48px;
    margin-right: 10px;
  }
  
  .review-content .title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.36000001430511475px;
    margin-bottom: 21px;
    color: #080808;
  }
  
  .review-content .description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.36000001430511475px;
    margin-bottom: 11px;
    color: #080808;
  }
  
  .review-infor .author {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.36000001430511475px;
    color: #080808;
  }
  
  .review-infor .time {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.36000001430511475px;
    color: #080808;
    display: none;
  
  }
  
  .smo-review-container.smo-review-box {
    padding: 0 50px;
    position: relative;
  }
  
  .smo-review-section .swiper-button-next:after,
  .smo-review-section .swiper-button-prev:after {
    display: none !important;
  }
  
  .smo-review-section .swiper-button-next svg {
    transform: rotate(180deg);
  }
  
  @media(max-width: 767px) {
    .rate-review .verified {
      display: none;
    }
  }
  
  /* =========================================
      STYLE VIDEO/IMAGE
  ===========================================*/
  .image-video .img-vd-box {
    border-radius: 40px;
    overflow: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .image-video .img-vd-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  @media(max-width: 767px) {
    .image-video .img-vd-box .image {
      object-fit: cover;
      object-position: center left;
      width: 100%;
    }
  
    .image-video .img-vd-box video.videos {
      height: 460px;
      object-fit: cover;
      width: 100%;
      object-position: center;
    }
  }