/* 
/*  Page Home Content
/* 
 */
.home .swiper-slide {
  background-image: url(../img/13.jpg);
  background-position: center;
  background-size: cover;
}
.btn-discover {
  padding: 0.875rem 1.25rem;
  line-height: normal;
}
.section-banner {
  height: 86vh;
  margin-bottom: 55px;
}
.modalNotifSub .modal-content {
  background-color: unset;
  border-radius: unset;
  border: unset;
}
.modalNotifSub .modal-content .modal-header {
  margin-bottom: 0.5rem;
  border-radius: unset;
  border: unset;
}
.modalNotifSub .modal-content .modal-header .close  {
  padding: 0.5rem 0.625rem;
  border-radius: 30px;
  background-color: #fff;
  opacity: unset;
  font-size: 1rem;
}
.modalNotifSub .modal-content .modal-body {
  background-color: #fff;
  border-radius: 8px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

/*  Swiper Loop
 */
.swiper-banner .swiper-slide,
.swiper-product .swiper-slide {
  text-align: center;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-banner .swiper-slide img,
.swiper-product .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-product .swiper-slide {
  max-height: 553px;
}

.swiper-banner .swiper-slide .swiper-item-content {
  position: absolute;
  width: 100%;
}
.swiper-banner .swiper-slide .swiper-item-content .content-banner {
  width: 50%;
}
.swiper-banner .swiper-slide .swiper-item-content .content-banner > p {
  width: 75%;
}

.swiper-banner .swiper-slide .swiper-item-content .slide-title {
  font-size: 2.5em;
  color: #fff;
  text-align: left;
}

/*  Swiper Parallax
 */
.swiper-parallax .swiper-slide {
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.swiper-parallax .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-image: url(../img/parallax.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.swiper-parallax .swiper-slide .text {
  line-height: 1.3;
}

.section-product .product-content-img img {
  max-height: unset;
  max-height: unset;
  width: 100%;
}

/* 
/*  Page Product Content
/* 
 */
#modalPhoto .modal-dialog {
  padding-right: 0 !important;
}

#modalPhoto .modal-dialog .modal-content {
  border-radius: 8px;
}

#modalPhoto .modal-dialog .modal-content .modal-body {
  padding: 10px;
}
#modalPhoto .modal-dialog .modal-content .modal-body button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

#modalPhoto .modal-dialog .modal-content .modal-body img {
  min-width: 100%;
  border-radius: 8px;
}

.product {
  margin-top: 0px;
}
.product .section-banner .swiper-item-content .btn-discover {
  width: fit-content;
  padding: 0.6rem 1rem;
}
.section-detail-product .product-detail-img .swiper {
  height: auto;
  position: sticky;
  top: 92px;
}
.section-detail-product .product-detail-img img {
  max-width: unset;
  max-height: unset;
  width: 100%;
}
.section-detail-product .product-detail-img .swiper-button-next,
.section-detail-product .product-detail-img .swiper-button-prev {
  height: 36px;
  color: #191919;
}
.section-detail-product
  .product-detail-img
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #191919;
}
.section-detail-product .info-stock .dot {
  width: 7px;
  height: 7px;
  border-radius: 13px;
  display: block;
}
.section-detail-product .info-stock .dot.green {
  background-color: #18b348;
}
.section-detail-product .info-stock .dot.red {
  background-color: #ea0202;
}
.section-detail-product .info-stock .info-stock_text {
  color: #495057;
}
.section-detail-product .product-name .review-detail-product {
  cursor: pointer;
}
.section-detail-product .btn-addtocart {
  padding: 1.125rem 4rem;
  font-size: 14px;
  line-height: normal;
  background-color: #000;
  transition: all 0.3s ease-out;
  text-decoration: underline 0.125em rgba(255, 255, 255, 0);
}
.section-detail-product .btn-addtocart:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.section-detail-product .wp-line-space .vertical-line {
  display: inline-block;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
  width: 50%;
}
.online-shop-icons .icon-href a {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.online-shop-icons .icon-href a img {
  transition: all 0.3s ease-out;
}
.online-shop-icons .icon-href a:hover img {
  transform: scale(0.92);
}
.section-detail-product #accordionMoreInfo .card {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border: unset;
}
.section-detail-product #accordionMoreInfo .card .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: unset;
  border-radius: unset;
}
.section-detail-product #accordionMoreInfo .card .card-header .btn {
  padding: 0.75rem 0;
  box-shadow: unset;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-out;
  text-decoration: underline 0.1em rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.section-detail-product
  #accordionMoreInfo
  .card
  .card-header
  .btn[aria-expanded='true'] {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.section-detail-product #accordionMoreInfo .card .card-header .btn:hover {
  /*text-decoration-color: rgba(0, 0, 0, 1);*/
}
.section-detail-product #accordionMoreInfo .card .card-header .btn .bi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.5rem;
  transition: all 0.2s ease-out;
}
.section-detail-product
  #accordionMoreInfo
  .card
  .card-header
  .btn[aria-expanded='true']
  .bi-plus {
  /* display: none; */
  opacity: 0;
}
.section-detail-product #accordionMoreInfo .card .card-body {
  padding: 0 0 1rem 0;
  color: #000;
}
.section-detail-product #accordionMoreInfo .card .card-body .more-info__title {
  width: fit-content;
  position: relative;
}
.section-detail-product #accordionMoreInfo .card .show .card-body {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.section-detail-product #accordionMoreInfo .card .card-body p {
  color: #6f6f6f;
}
.section-detail-product .product-more .nav-tabs {
  border-bottom: unset;
}
.section-detail-product .product-more .nav-tabs .nav-link {
  margin-bottom: unset;
  border: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  position: relative;
  color: #495057;
}
.section-detail-product .product-more .nav-tabs .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1em;
  background-color: #000;
  opacity: 0;
  transition: opacity 300ms, width 300ms;
}
.section-detail-product .product-more .nav-tabs .nav-link:hover {
  color: #000;
}
.section-detail-product .product-more .nav-tabs .nav-link:hover::after {
  width: 100%;
  opacity: 1;
}
.section-detail-product .product-more .nav-tabs .nav-link.active {
  color: #000;
}
.section-detail-product .product-more .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #000;
  opacity: 1;
  transition: opacity 300ms, width 300ms;
}
.section-detail-product .product-more .header-info-rating .stars .bi {
  font-size: 20px;
  color: #fdc831;
}
.section-detail-product
  .product-more
  .header-info-rating
  .rating
  .number-rating {
  line-height: normal;
  font-size: 2rem;
}
.section-detail-product .product-more .header-info-rating .rating .per-rating {
  font-weight: 800;
  position: relative;
  color: #495057;
}
.section-detail-product
  .product-more
  .header-info-rating
  .rating
  .per-rating
  .dot::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  right: 4px;
  top: 30%;
  transform: translateY(-36%);
  background-color: #495057;
}
.section-detail-product
  .product-more
  .header-info-rating
  .reviews
  .number-review {
  font-size: 20px;
}
.section-detail-product
  .product-more
  .header-info-rating
  .reviews
  .text-review {
  color: #495057;
}
.section-detail-product .product-more .tab-content .filter-reviews #sort {
  background-color: transparent;
  border: 0 solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.section-detail-product .product-more .tab-content .filter-reviews #sort:hover {
  border-bottom: 1px solid #000;
}
.section-detail-product .product-more .tab-content .filter-reviews #sort:focus {
  outline: unset;
  border-bottom: 1px solid #000;
}
.section-detail-product
  .product-more
  .tab-content .customer-reviews {
    min-height: 1216px;
  }
.section-detail-product
  .product-more
  .tab-content
  .customer-reviews
  .review-name__review-date
  h5,
.section-detail-product
  .product-more
  .tab-content
  .customer-reviews
  .review-name__review-date
  h6 {
  line-height: 22px;
}
.section-detail-product
  .product-more
  .tab-content
  .customer-reviews
  .review-name__review-date
  .name-and-badge
  .verified {
  color: #0680e8;
}
.section-detail-product .review-stars {
  color: #fdc831;
}
.section-detail-product
  .product-more
  .tab-content
  .customer-reviews
  .review-img {
  width: 100px;
}
.section-detail-product
  .product-more
  .tab-content
  .customer-reviews
  .line-space-customer-reviews {
  display: inline-block;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
  width: 100%;
}

/* 
/*  Page About Content
/* 
 */
.about .swiper-slide {
  /* background-color: #097550; */
  /* color: #fff; */
}
/* .about .swiper-slide::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.about .swiper-slide::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
} */
.about .section-about .act__desktop-text > p {
  line-height: 30px;
}

/* 
 *  Page FAQ
 */
.faq {
  background-color: #fcfcfc;
}
.faq .banner-title {
  margin-bottom: 5rem;
  background-color: #000;
}
.faq .support-title {
  padding: 4rem 0;
  font-size: 2.5rem;
  font-weight: 600;
  color: #f2f2f2;
}
.section-faq .tab-menus .nav-pills .nav-link {
  margin-bottom: 0.75rem;
  padding: 1rem 1.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: all 0.3s ease-out;
  position: relative;
  border-radius: 0;
}
.section-faq .tab-menus .nav-pills .nav-link span {
  flex: 1;
  max-width: 152px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-faq .tab-menus .nav-pills .nav-link .nav-link_arrow {
  height: 20px;
  width: 20px;
  background-image: url(../icon/arrow-right.svg);
  background-size: cover;
  transition: all 0.3s ease-out;
  transform: rotate(90deg);
}
.section-faq .tab-menus .nav-pills .nav-link.active .nav-link_arrow {
  background-image: url(../icon/arrow-right-white.svg);
  transform: rotate(0deg);
}
.section-faq .tab-menus .nav-pills .nav-link.active,
.section-faq .tab-menus .nav-pills .show > .nav-link {
  background-color: #212529;
  border-radius: 0;
  position: relative;
}
.section-faq .tab-menus .nav-pills .nav-link.active::before,
.section-faq .tab-menus .nav-pills .show > .nav-link::before,
.section-faq .tab-menus .nav-pills .nav-link::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -6px;
  top: -19px;
  transform: rotate(-45deg);
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #fcfcfc;
}
.section-faq .tab-menus .nav-pills .nav-link.active::after,
.section-faq .tab-menus .nav-pills .show > .nav-link::after,
.section-faq .tab-menus .nav-pills .nav-link::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -4px;
  bottom: -17px;
  transform: rotate(45deg);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fcfcfc;
}
.section-faq .tab-menus .nav-pills .nav-link:not(.active):hover {
  background-color: #f2f2f2;
}
.section-faq ul li {
  list-style: decimal;
}
.section-faq .tab-content #v-pills-warranty-exchanges ul:first-of-type li {
  list-style: disc;
}
.section-faq #accordionSupport .card {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border: unset;
}
.section-faq #accordionSupport .card .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: unset;
  border-radius: unset;
}
.section-faq #accordionSupport .card .card-header .btn {
  padding: 1rem 0.75rem;
  box-shadow: unset;
  font-weight: 800;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.section-faq #accordionSupport .card .card-header .btn span {
  flex: 1;
  text-align: initial;
  line-height: normal;
}
.section-faq #accordionSupport .card .card-header .btn i.bi {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 15px;
  font-size: 1.5rem;
  transition: all 0.2s ease-out;
}
.section-faq #accordionSupport .card .card-header .btn[aria-expanded='true'] {
  /* background-color: #212529;
  color: #fff; */
  border-bottom: unset;
}
.section-faq
  #accordionSupport
  .card
  .card-header
  .btn[aria-expanded='true']
  i.bi-plus {
  opacity: 0;
}
.section-faq #accordionSupport .card .card-body {
  padding: 1rem 0.75rem;
  color: #000;
}
.section-faq #accordionSupport .card .show .card-body {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.section-faq
  #accordionSupport
  .card
  #collapseWarrantyandexchanges
  ul:first-of-type
  li {
  list-style: disc;
}
.section-faq .card-box-shadow {
  width: 100%;
  min-height: 214px;
  padding: 1rem 1rem;
  border-radius: 13px;
  box-shadow: -4px 7px 18px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.section-faq .card-box-shadow:hover {
  transform: scale(1.009);
}
.section-faq .card-box-shadow .wp-icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.section-faq .card-box-shadow .card-box_title {
  font-size: 1.25rem;
  font-weight: 800;
}
.section-faq .card-box-shadow .card-box_text {
  margin-bottom: 0;
  font-weight: 400;
}

/* 
/*  Media Min and Max
/* 
 */
@media screen and (min-width: 48em) {

  /* 
  /*  Page About Content
  /* 
   */
  .about .section-about .about-content-img {
    padding-left: 5.5rem;
  }

  /* 
  /*  Page Home Content
  /* 
    */
  .home .swiper-item-content {
    margin-top: 10rem;
  }

  /*  Swiper Parallax
   */
  .section-testimoni .text p {
    width: 75%;
  }
}

@media screen and (min-width: 75em) {
  .product .section-detail-product .container,
  .about .section-about .container,
  .container-1140 {
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }

  /* 
  /*  Page Home Content
  /* 
    */
  .home .swiper-item-content {
    margin-top: 9rem;
  }
}

@media screen and (max-width: 767.98px) {
  /* 
  /*  Page Home Content
  /* 
   */
  .home .swiper-item-content .content-banner {
      margin-bottom: 21rem;
  }
  .home .swiper-slide {
    background-size: 280%;
  }
  /*  Swiper Parallax
   */
  .section-testimoni .text p {
    width: 100%;
  }

  /* 
  /*  Page About Content
  /* 
   */
  .section-about .about-content-img {
    /* background-image: url(../img/9.jpg); */
    background-position: center;
    height: 100vw;
    /* color: #fff; */
  }
  .section-about .about-content-img .aci__mobile-text {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .section-banner {
    height: 72vh;
  }
  .swiper-banner .swiper-slide .swiper-item-content .content-banner {
    width: 100%;
  }
  .swiper-banner .swiper-slide .swiper-item-content .content-banner > p {
    width: 100%;
  }

  /* 
   *  Page Product Content
   * 
   */
  .section-detail-product .product-detail-img .swiper-button-next,
  .swiper-button-prev {
    height: 36px;
  }
  .section-detail-product .product-detail-img .swiper-button-next:after,
  .section-detail-product .product-detail-img .swiper-button-prev:after {
    font-size: 1.25rem;
  }

  /* 
  /*  Page About Content
  /* 
   */
  .about .section-banner {
    height: 69vh;
    margin-bottom: 0;
  }
  .section-about {
    padding: 0;
  }
  .section-about .about-content-img {
    /* background-image: url(../img/9.jpg); */
    background-position: center;
    background-size: cover;
    height: 100vw;
    color: #000;
  }
  .section-about .about-content-img .aci__mobile-text {
    width: 100%;
    color: #000;
  }

  /* 
   *  Page FAQ
   */
  .faq .banner-title {
    margin-bottom: 2.5rem;
  }
  .faq .support-title {
    padding: 2rem 0;
    font-size: 1rem;
    font-weight: 600;
  }
}
