@font-face {
  font-family: "UTM Bebas";
  src: url("utm-bebas.ttf") format("truetype");
}
.overflow-hidden {
  overflow: hidden;
}

.bg_product {
  padding-top: 0px;
}

.details-product .swatch .swatch-element label.sd {
  color: #fff;
  background: white;
  background: var(--background-primary-color);
  border: 1px solid var(--background-primary-color);
}

.swatch input:checked + label {
  border: 1px solid #ebebeb;
}

@media (max-width: 1199px) {
  .bg_product {
    background-image: unset !important;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .bg_product {
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}
.title-product {
  color: var(--background-primary-color);
  font-size: 24px;
  line-height: normal;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}

.imagelarge {
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .details-product .product-detail-left {
    margin-bottom: 25px;
    margin-top: 0px;
  }
}
.details-product .product-detail-left .slider-big-video .slick-list {
  overflow: visible;
}

.details-product .product-detail-left .slick-slide {
  position: relative;
  display: block;
  height: 485px;
  border: 1px solid #ebebeb;
  justify-content: center;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .details-product .product-detail-left .img_bigg {
    height: 690px;
  }
}
@media (max-width: 767px) {
  .details-product .product-detail-left .img_bigg {
    height: auto;
  }
}
.details-product .product-detail-left .img_bigg img.mx-auto {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .details-product .product-detail-left .img_bigg img.mx-auto {
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
    position: unset;
  }
}
.details-product .product-detail-left .slider-big-video .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0;
}

.details-product .product-detail-left .slider-big-video .slick-dots li {
  display: inline-block;
}

.details-product .product-detail-left .slider-big-video .slick-dots li button {
  border-radius: 4px;
  height: 4px;
  width: 18px;
  border: none;
  background-color: #f5f5f5;
  font-size: 0;
  padding: 0;
}

.details-product .product-detail-left .slider-big-video .slick-dots li + li {
  margin-left: 3px;
}

.details-product .product-detail-left .slider-big-video .slick-dots li.slick-active button {
  border-color: none;
  background-color: var(--background-primary-color);
  border-radius: 4px;
  width: 18px;
}

.details-product .product-detail-left .slider-has-video {
  margin: 0 auto;
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: var(--background-primary-color);
  line-height: 30px;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-arrow.slick-prev {
  left: 14px;
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-arrow.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #fff;
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-arrow.slick-next {
  right: 14px;
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-arrow.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #fff;
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-arrow:hover {
  background: #fff;
  border: 1px solid var(--background-primary-color);
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-arrow:hover:before {
  color: var(--background-primary-color);
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-next {
  right: 0px !important;
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-prev {
  left: 0px !important;
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-slide {
  height: 86px;
  position: relative;
}

@media (max-width: 1024px) {
  .details-product .product-detail-left .slider-has-video .slider-nav .slick-slide {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .details-product .product-detail-left .slider-has-video .slider-nav .slick-slide {
    height: 118px;
  }
}
@media (max-width: 480px) {
  .details-product .product-detail-left .slider-has-video .slider-nav .slick-slide {
    height: 90px;
  }
}
@media (max-width: 376px) {
  .details-product .product-detail-left .slider-has-video .slider-nav .slick-slide {
    height: 81px;
  }
}
@media (max-width: 321px) {
  .details-product .product-detail-left .slider-has-video .slider-nav .slick-slide {
    height: 67px;
  }
}
.details-product .product-detail-left .slider-has-video .slider-nav .slick-slide img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0px;
}

.details-product .product-detail-left .slider-has-video .slider-nav .slick-slide:hover, .details-product .product-detail-left .slider-has-video .slider-nav .slick-slide:focus {
  box-shadow: none;
  outline: none;
}

.details-product .product-detail-left .slider-nav {
  min-height: 86px;
}

@media (max-width: 1024px) {
  .details-product .product-detail-left .slider-nav {
    min-height: 82px;
  }
}
@media (max-width: 991px) {
  .details-product .product-detail-left .slider-nav {
    min-height: 72px;
  }
}
.details-product .product-detail-left .slider-nav .slick-list {
  margin: 0 -7.5px;
}

.details-product .product-detail-left .slider-nav .slick-slide {
  border: 1px solid #e4e4e4;
  margin: 0 7.5px 10px 7.5px;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .details-product .product-detail-left .slider-nav .slick-slide {
    margin: 0 5px 20px 5px;
  }
}
.details-product .product-detail-left .slider-nav .slick-slide.slick-current {
  border-color: var(--background-primary-color);
}

@media (min-width: 1025px) {
  .details-product .product-detail-left .slider-nav .slick-slide:hover, .details-product .product-detail-left .slider-nav .slick-slide:focus {
    border-color: var(--background-primary-color);
    outline: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .details-product .product-detail-left .slider-nav {
    margin-bottom: 10px;
  }
}
.rte-summary {
  font-family: "Quicksand", sans-serif;
  color: var(--background-primary-color);
  font-size: 14px;
}

.rte-summary ul li, .rte-summary ol li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 0;
}

.tab_h {
  padding-bottom: 25px;
  poisiton: relative;
}

.product-tab .tabs-title {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: left;
}

@media (max-width: 767px) {
  .product-tab .tabs-title {
    border-bottom: none;
  }
}
.product-tab .tab-link {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 0;
  padding-right: 35px;
  border-bottom: 0px;
  margin: 0;
  float: left;
}

.product-tab .tab-link:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .product-tab .tab-link {
    width: 100%;
    border-bottom: solid 1px #ebebeb;
    padding-right: 0;
  }
}
.product-tab .tab-link h3 {
  color: var(--background-primary-color);
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .product-tab .tab-link h3 {
    margin: 0px 0px 0px;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-tab .tab-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 0px;
    transition: 0.3s all;
  }
}
@media (max-width: 767px) {
  .product-tab .tab-link.active {
    padding-bottom: 0px;
  }
  .product-tab .tab-link.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .product-tab .tab-link.active h3 {
    position: relative;
    color: var(--background-primary-color);
  }
  .product-tab .tab-link.active h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--background-primary-color);
  }
}
@media (min-width: 768px) {
  .product-tab .tab-link.active {
    padding-bottom: 0px;
  }
  .product-tab .tab-link.active h3 {
    position: relative;
    color: var(--background-primary-color);
  }
  .product-tab .tab-link.active h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    bottom: -1px;
    left: 0;
    background: var(--background-primary-color);
  }
}
.product-tab .tab-link.current:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  content: "\f106";
  position: absolute;
  right: 0px;
  top: 6px;
  content: none;
}

.product-tab .tab-link.current .rte {
  color: #303f39;
  font-weight: 300;
  font-size: 14px;
  border: solid 0px #ebebeb;
  border-top: 0px;
}

.product-tab .tab-content.active {
  border: none;
  border-top: 1px solid #ebebeb;
  padding: 0px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .product-tab .tab-content.active {
    margin-top: 20px;
    border: none;
  }
}
.product-tab .tab-content.active .rte {
  border-top: none;
  padding: 0px;
  font-size: 15px;
}

.product-tab .tab-content.active .rte p {
  color: var(--background-primary-color);
}

.product-tab .tab-content.active .rte ol, .product-tab .tab-content.active .rte ul {
  padding-left: 20px;
  list-style: unset;
}

@media (max-width: 1199px) {
  .product-tab .tab-content.active .rte {
    padding: 0;
  }
}
.product-tab .tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.product-tab .tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.read-more {
  position: relative;
  text-align: center;
}

.read-more.more {
  padding-top: 15px;
}

.read-more:before {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  content: "";
  height: 120px;
  position: absolute;
  top: -120px;
  width: 100%;
  left: 0;
}

.read-more span {
  width: 134px;
  height: 34px;
  line-height: 31px;
  border: 1px solid var(--background-primary-color);
  color: var(--background-primary-color);
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
}

.read-more span i {
  color: var(--background-primary-color);
  padding-left: 5px;
}

.read-more span:hover {
  background: var(--background-primary-color);
  border-color: var(--background-primary-color);
  color: #fff;
}

.read-more span:hover i {
  color: #fff;
}

.content_extab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.content_extab.current {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.slick_margin.slick-slider {
  margin: 0 -15px;
}

.slick_margin .slick-slide {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .aside_banner .scale_hover {
    text-align: center;
  }
}
.section_like {
  float: left;
  width: 100%;
  margin-top: 120px;
}

.section_like .slick-like {
  margin: 0 -15px;
}

.section_like .item {
  padding: 0 15px;
}

.section_like .slick_product {
  margin-top: 30px;
}

.section_like .slick-arrow {
  top: -50px;
}

.section_like .slick-arrow:hover {
  border: none;
}

.section_like .slick-arrow:hover:before {
  color: var(--background-primary-color) !important;
}

.section_like .slick-arrow.slick-prev {
  left: unset;
  right: 20px;
  background: transparent;
}

.section_like .slick-arrow.slick-prev:before {
  color: #cacaca;
  font-size: 16px;
}

.section_like .slick-arrow.slick-next {
  right: 0px;
  background: transparent;
}

.section_like .slick-arrow.slick-next:before {
  color: #cacaca;
  font-size: 16px;
}

.aside-policy {
  margin-bottom: 35px;
}

.aside-policy .item_poli {
  margin-bottom: 12px;
}

.aside-policy .item_poli .icon_left {
  display: inline-block;
  float: left;
  background: #f5f5f5;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
}

.aside-policy .item_poli .icon_left .fas {
  color: #666;
}

.aside-policy .item_poli .icon_left .fa-phone {
  transform: rotate(90deg);
}

.aside-policy .item_poli .icon_left:hover {
  background: var(--background-primary-color);
}

.aside-policy .item_poli .icon_left:hover .fas {
  color: #fff;
}

.aside-policy .item_poli .content_poli {
  color: #232323;
  display: inline-block;
  float: left;
  width: calc(100% - 70px);
}

.product-image-block {
  overflow: hidden;
}
.product-image-block .swiper {
  width: 100%;
  height: auto;
}
.product-image-block .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-image-block .swiper-slide img {
  display: block;
}
.product-image-block .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-image-block .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  border-radius: 0.5rem;
  border: 1px solid var(--black-4, #BABABA);
}
.product-image-block .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.5rem;
}
.product-image-block .mySwiper2 {
  padding: 0px 2px !important;
}
.product-image-block .mySwiper2 .swiper-slide {
  width: 100% !important;
  height: 402px;
}
.product-image-block .mySwiper3 .swiper-slide {
  height: 105.06px !important;
}
.product-image-block .swiper-slide-child {
  overflow: hidden;
}
.product-image-block .swiper-slide-child img {
  width: 100%;
  max-height: none;
}
.product-image-block .swiper-slide-parent {
  width: 100% !important;
  align-items: center;
  justify-content: center;
}
.product-image-block .mySwiper2 {
  width: 100%;
}
.product-image-block .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 1px;
}
.product-image-block .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-image-block .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.product-image-block .swiper-slide img {
  display: block;
}
.product-image-block .swiper .swiper-button-next, .product-image-block .swiper .swiper-button-prev {
  width: auto;
}
.product-image-block .swiper .swiper-button-next:after, .product-image-block .swiper .swiper-button-prev:after {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.25rem;
  height: 3.25rem;
  color: #293A8E;
  font-size: 20px;
  filter: drop-shadow(0px 0px 10px rgba(132, 132, 132, 0.15));
}

/*# sourceMappingURL=product_style.css.map */
