[class*="l-container"] {
  width: 100%;
  max-width: var(--max-width, 1170px);
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.l-container-1000 {
  --max-width: 1000px;
}

.l-title,
.l-titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Segoe UI";
}

.c-title {
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
}

.c-tabs {
  max-width: 100%;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0 20px;
  gap: 20px;
}

.c-tabs .item.active,
.c-tabs .item:hover {
  background: #22bcf4;
  color: #ffffff;
}

.c-tabs .item {
  width: max-content;
  min-width: 150px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #22bcf4;
  border-radius: 10px;
  box-shadow:
    rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #22bcf4;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}

.c-tab-contents {
  width: 100%;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.c-tab-contents.is-show {
  height: auto;
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}

.c-tabs.tab-scroll {
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: auto;
}

.c-tabs.tab-scroll .wrapper {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
}

.c-tabs.tab-scroll::-webkit-scrollbar {
  display: none;
}

/* product */
.c-product {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.c-product .item {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px 10px 15px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow:
    rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  font-family: Arial;
  text-decoration: none !important;
  transition: 0.5s;
  position: relative;
}

.c-product .item:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px;
}

.c-product .item .c-figure {
  width: 100%;
  height: 215px;
  margin-bottom: 15px;
  overflow: hidden;
}

.c-product .item h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  color: #4f4f4f;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 1.4 !important;
  text-align: justify;
  font-family: Arial;
  overflow: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}

.c-product .item .item-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: space-between;
}

.c-product .item .item-prices {
  height: max-content;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  margin-top: 10px;
  color: #4f4f4f;
  font-size: 12px;
  line-height: 1.4;
}

.c-product .item .normal-price,
.c-product .item .price-out-of-stock,
.c-product .item .price-contact {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.c-product .item .old-price {
  margin-top: 2px;
  text-decoration: line-through;
}

.c-product .item .sale-price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #d70018;
}

.c-product .item .percent {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  border-radius: 5px;
  background: #d70018;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
}

.c-product .item .sticker-percent {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #d70018;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: -10px;
  right: -10px;
}

.c-product.ux-product {
  margin-bottom: 20px;
}

.c-product.min-width .item .c-figure {
  height: 157px;
}

.c-product.min-width .item h3 {
  font-size: 12px !important;
}

.c-product.min-width .item .item-prices {
  flex-wrap: wrap;
}

.c-product.min-width .item .sale-price {
  width: 100%;
  order: 1;
  margin-top: 5px;
  margin-bottom: 0;
}

/* end product */

/* video */
.c-swiper .swiper {
  width: 100%;
  padding: 20px;
  position: relative;
}

.c-swiper {
  width: calc(100% + 40px);
  margin: -10px -20px;
}

.c-swiper .swiper {
  padding: 10px 20px;
}

.c-swiper .swiper .swiper-button-next,
.c-swiper .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}

.c-swiper .swiper .swiper-button-next:hover,
.c-swiper .swiper .swiper-button-prev:hover,
.c-swiper:hover .swiper .swiper-button-next,
.c-swiper:hover .swiper .swiper-button-prev {
  opacity: 1;
}

.c-swiper .swiper .swiper-button-prev,
.c-swiper .swiper::before {
  left: 0;
}

.c-swiper .swiper .swiper-button-next:after,
.c-swiper .swiper .swiper-button-prev:after {
  width: 20px;
  height: 20px;
  background: url(https://www.geyser.com.vn/wp-content/themes/flatsome-child/assets/img/icon/icon-arrow-white.svg) center/contain no-repeat;
  color: transparent;
}

.c-swiper .swiper .swiper-button-prev:after {
  transform: scaleX(-1);
  margin-left: -3px;
}

.c-swiper .swiper .swiper-button-next:after {
  margin-left: 3px;
}

.c-swiper .swiper::after,
.c-swiper .swiper::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
}

.c-swiper .swiper::after {
  right: 0;
}

.single-related-videos {
  width: 100%;
  order: 1;
}

.single-related-videos .widget-title {
  margin-bottom: 10px !important;
  font-size: 16px;
  font-weight: bold !important;
  line-height: 1.4;
}

.single-related-videos~h2 {
  font-size: 16px !important;
  line-height: 1.4;
}

.single-related-videos .c-videos.c-swiper {
  width: calc(100% + 30px);
  margin: -10px -15px;
}

.single-related-videos .c-swiper:not(.ux-product) .swiper::after,
.single-related-videos .c-swiper:not(.ux-product) .swiper::before {
  display: none;
}

.l-videos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  position: relative;
}

.c-videos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.c-videos.c-swiper {
  width: calc(100% + 40px);
}

.c-videos .item {
  width: calc((100% - (20px * 2)) / 3);
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  padding: 10px 10px 15px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  transition: 0.5s;
  overflow: hidden;
}

.c-videos .item:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px;
  text-decoration: none;
}

.c-videos .item .c-figure {
  width: 100%;
  height: 206px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}

.c-videos .item .c-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}

.c-videos .item h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 1.4 !important;
  text-align: justify;
  font-family: Arial;
  color: #111111;
  overflow: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}

/* end video */

/* video style */
.single-video .entry-header-text-top .entry-title,
.post-type-archive-video .entry-header-text-top .entry-title {
  font-weight: 700;
  line-height: 1.4;
}

.single-video .l-content,
.post-type-archive-video .l-content {
  line-height: 1.4;
}

.video-single {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /* padding-top: 30px; */
  padding-bottom: 30px;
}

.video-single .post-box-meta-single {
  text-align: left;
}

.video-single .post-title {
  text-align: left;
}

.video-single .is-divider {
  display: block;
}

.video-single .c-swiper:not(.ux-product) .swiper::after,
.video-single .c-swiper:not(.ux-product) .swiper::before {
  display: none;
}

.video-single .archive-box {
  width: 100%;
  text-align: center;
}

.l-video {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 30px 0 10px;
}

.box-video {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30px;
}

.box-video .c-title {
  margin-bottom: 0;
  color: #2d2d2d;
}

.box-video iframe {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.l-related-videos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l-related-videos .l-title {
  flex-direction: column;
}

.l-related-videos .l-title .widget-title {
  font-size: 16px;
  line-height: 1.4;
}

.l-related-videos .c-title,
.l-related-videos .l-title span.widget-title {
  color: #2d2d2d;
}

.l-related-videos.old-style {
  width: 100%;
}

.l-related-videos.old-style .widget-title {
  width: 100%;
}

.l-related-videos.old-style .l-content {
  width: calc(100% + 20px);
  margin: -10px;
}

.l-related-videos.old-style .c-videos {
  padding: 10px 10px;
}

.l-related-videos.old-style .c-videos .item .c-figure {
  height: 240px;
}

/* end video style */

/* video page */
.l-video .c-tabs {
  width: 100%;
  padding-top: 0;
  justify-content: flex-start;
  gap: 10px;
}

.l-video .c-tabs .item {
  font-size: 12px;
  height: 40px;
}

.l-video .c-videos {
  width: calc(100% + (10px * 2));
  justify-content: flex-start;
  gap: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.l-video .c-videos .item .c-figure {
  height: 159px;
}

.l-video .c-videos:not(.c-swiper) {
  padding: 10px;
}

.l-video .page-numbers {
  margin: 30px auto;
}

.product-addition-sidebar .widget-title {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.related {
  margin-bottom: 30px;
}

.related .product-section-title {
  padding-left: 0 !important;
}

.related .c-swiper .swiper::after,
.related .c-swiper .swiper::before {
  background: #ffffff;
}

/* end video page */

@media screen and (min-width: 992px) {

  /* video style */
  .single-video .entry-header-text-top .entry-title,
  .post-type-archive-video .entry-header-text-top .entry-title {
    font-size: 24px !important;
  }

  .box-video iframe {
    height: 470px;
  }

  .l-video {
    width: 75%;
    border-right: 1px solid #ececec;
  }

  .l-related-videos {
    width: 25%;
  }

  .l-related-videos .l-title {
    padding: 0 10px 0 20px;
  }

  .l-related-videos .c-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px !important;
  }

  .l-related-videos .l-content {
    height: 100%;
  }

  .l-related-videos .c-videos .wrapper {
    width: 100%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
  }

  .l-related-videos .c-videos {
    padding: 10px 10px 20px 20px;
    overflow: auto;
  }

  .l-related-videos .c-videos .item {
    width: 100%;
  }

  .l-related-videos .c-videos .item .c-figure {
    height: 181px;
  }

  .l-related-videos .c-product {
    padding: 10px 10px 20px 20px;
    overflow: auto;
  }

  .l-related-videos .c-product .wrapper {
    width: 100%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
  }

  .l-related-videos .c-product .item .c-figure {
    height: 210px;
  }

  .single-related-videos .c-videos {
    width: calc(100% + (10px * 2));
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    gap: 10px;
  }

  .single-related-videos .c-videos .item {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 10px;
  }

  .single-related-videos .c-videos .item .c-figure {
    width: 25%;
    height: auto;
  }

  .single-related-videos .c-videos .item h3 {
    width: 75%;
    margin-top: 0;
    padding: 0;
    font-size: 12px !important;
    font-weight: 300;
  }

  .single-video .is-divider,
  .post-type-archive-video .is-divider {
    margin: 15px 0;
  }

  .l-video.max-width {
    width: 100%;
    padding: 0 0;
    border: 0;
  }

  .l-video.max-width .c-videos .item {
    width: calc((100% - (20px * 3)) / 4);
  }

  .l-video.max-width .c-videos .item .c-figure {
    height: 192px;
  }

  /* end video style */
}

@media screen and (max-width: 1280px) {
  [class*="l-container"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .c-tabs {
    gap: 10px;
  }

  .c-tabs.tab-scroll {
    width: calc(100% + (10px * 2));
    max-width: unset;
    margin-left: -10px;
    margin-right: -10px;
  }

  .c-tabs.tab-scroll .wrapper {
    gap: 10px;
  }

  /* product */
  .c-product .item {
    margin: 0;
    padding: 10px 10px 12px;
  }

  .c-product .item:not(:last-child) {
    margin-right: 10px;
  }

  .c-product .item .c-figure {
    height: calc((136 / 375) * 100vw);
    margin-bottom: 15px;
  }

  .c-product .item h3 {
    font-size: 12px !important;
  }

  .c-product .item .item-prices {
    flex-wrap: wrap;
  }

  .c-product .item .sale-price {
    width: 100%;
    order: 1;
    margin-top: 5px;
    margin-bottom: 0;
  }

  /* end product */

  .c-swiper {
    width: calc(100% + 20px);
    margin: -10px;
  }

  .c-swiper .swiper {
    padding: 10px;
  }

  .c-swiper .swiper .swiper-wrapper {
    margin-left: 0;
  }

  .c-swiper .swiper {
    padding: 10px;
  }

  .c-swiper.swiper-hotsale .swiper {
    padding: 15px 10px;
  }

  .c-swiper.swiper-hotsale .swiper .swiper-pagination {
    margin-top: 10px;
  }

  .c-swiper .swiper::after,
  .c-swiper .swiper::before {
    display: none;
  }

  .c-swiper.swiper-hotsale .swiper .swiper-button-next {
    border-radius: 30px 0 0 30px;
  }

  .c-swiper.swiper-hotsale .swiper .swiper-button-next {
    width: 30px;
    height: 40px;
  }

  .c-swiper .swiper .swiper-button-next:after,
  .c-swiper .swiper .swiper-button-prev:after {
    width: 15px;
    height: 15px;
  }

  /* video style */
  .single-related-videos .widget-title {
    font-size: 18px;
  }

  .single-related-videos~h2 {
    font-size: 18px !important;
  }

  .video-single {
    flex-direction: column;
  }

  .l-video {
    padding: 0;
  }

  .l-video .c-videos {
    margin-top: 0;
  }

  .box-video iframe {
    height: calc(199 * calc(100vw / 375));
  }

  .l-related-videos {
    padding-top: 30px;
  }

  .l-related-videos .c-title {
    margin-bottom: 15px;
    font-size: 18px !important;
  }

  .l-video .c-tabs .item {
    font-size: 12px;
  }

  .l-video .c-videos {
    gap: 10px;
  }

  .l-video .c-videos .item {
    width: calc((100% - (10px * 1)) / 2);
  }

  .l-video .page-numbers {
    margin-top: 15px;
  }

  .single-video .entry-header-text-top .entry-title,
  .post-type-archive-video .entry-header-text-top .entry-title {
    font-size: 18px !important;
  }

  .single-video .is-divider,
  .post-type-archive-video .is-divider {
    margin: 15px 0;
  }

  /* end video style */

  /* video */
  .c-videos .item {
    margin: 0;
    padding: 10px 10px 15px;
  }

  .c-videos .item .c-figure {
    height: calc((101 / 375) * 100vw);
  }

  .c-videos .item h3 {
    font-size: 12px !important;
  }

  .l-video .c-videos .item .c-figure {
    height: 114px;
  }

  .l-related-videos.old-style {
    padding-top: 0;
  }

  .l-related-videos.old-style .l-content {
    width: calc(100% + 40px);
    margin: -20px;
  }

  .l-related-videos.old-style .c-swiper .swiper {
    padding: 20px;
  }

  .l-related-videos.old-style .c-videos .item .c-figure {
    height: calc((95 / 375) * 100vw);
  }

  /* end video */
}

@media screen and (max-width: 576px) {
  [class*="l-container"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}