@media (max-width: 1024px) {
  .home-slider .slider_link_inner {
    padding-top: 0px;
    background-color: #EAEAEA;
    position: relative;
  }
	
  .home-slider .slider_link_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: linear-gradient(180deg, #EAEAEA 78.19%, rgba(234, 234, 234, 0) 100%);
    z-index: 1;
  }
	
}
.home-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .home-slider .slider-content {
    top: 42px;
    width: 100%;
    transform: translateX(-50%);
    padding-left: 18px;
    padding-right: 18px;
  }
}
.home-slider .slider-content__heading {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .home-slider .slider-content__heading {
    font-size: 32px;
    line-height: 48px;
  }
}
.home-slider .slider-content__des {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .home-slider .slider-content__des {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
}
.home-slider .slider-content__btn {
	padding: 10px 22px;
	gap: 10px;
	background: #1C1C1C;
	border-radius: 100px;
	font-size: 16px;
	line-height: 18px;
	color: #D0FF14;
	margin-top: 29px;
	display: inline-block;
	text-transform: uppercase;
	min-width: 150px;
}
@media screen and (max-width: 1024px) {
  .home-slider .slider-content__btn {
    margin-top: 20px;
  }
}
.home-slider:not(.slick-initialized) .slider-content {
  display: none;
}
.home-slider .slick-arrow {
  transition: all 0.3s ease;
}
.home-slider .slick-prev.slick-arrow {
  left: -45px;
  opacity: 0;
}
.home-slider .slick-next.slick-arrow {
  right: -45px;
  opacity: 0;
}
.home-slider:hover .slick-prev.slick-arrow {
  left: 70px;
  opacity: 1;
}
.home-slider:hover .slick-next.slick-arrow {
  right: 70px;
  opacity: 1;
}
.home-slider .slick-dots {
  height: auto;
  margin-bottom: 34px;
}
.home-slider .slick-dots ul {
  gap: 11px;
}
.home-slider .slick-dots li button {
  background: #1C1C1C;
  height: 8px;
  width: 8px;
  transition: all 0.2s ease;
  opacity: 0.3;
  border-radius: 8px;
}
.home-slider .slick-dots li.slick-active button {
  width: 18px;
  opacity: 1;
}

.section_product_top .title_module_main {
  padding: 0;
}
.section_product_top .title_module_main .heading-bar__title{
	padding-right: 140px;
}
.section_product_top .tabs-title:not(.is-different) {
  margin-bottom: 10px;
}
.section_product_top .tabs-title.is-different {
  margin-bottom: 22px;
}
.section_product_top .tabs:not(.is-different) .tab-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  color: #212B36 !important;
  margin-right: 0 !important;
  padding: 0;
  transition: all 0.2s ease;
}
.section_product_top .tabs:not(.is-different) .tab-link::after {
  display: none;
}
.section_product_top .tabs.is-different .tab-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  color: #212B36 !important;
  margin-right: 0 !important;
  padding: 8px 0;
  transition: all 0.2s ease;
}
.section_product_top .tabs.is-different .tab-link.current {
  background: #DFE3E8;
  border-radius: 100px;
  padding-left: 18px;
  padding-right: 18px;
}
.section_product_top .tabs.is-different .tab-link::after {
  display: none;
}
.section_product_top .tab-content {
  position: relative;
}
@media screen and (min-width: 992px) {
  .section_product_top .tab-content .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section_product_top .tab-content .product-col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .section_product_top .tab-content .row {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .section_product_top .tab-content .product-col {
    padding: 0 7.5px !important;
  }
}
.section_product_top .tab-content .btn.btn-main {
  position: absolute;
  right: 0;
  top: -80px;
  border-radius: 100px;
  padding: 10px 24px;
  border-color: #1C1C1C;
  font-family: var(--Mulish);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.section_product_top .tab-content .btn.btn-main:hover path {
  fill: #fff;
}
@media screen and (max-width: 991px) {
  .section_product_top .tab-content .btn.btn-main {
    padding: 8px 18px;
    font-size: 13px;
    line-height: 1;
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0 0;
    right: auto;
  }
  .section_product_top .tab-content.current .row {
    margin: 35px 0 0;
    padding: 20px 0 0;
  }
  .section_product_top .tabs-title.is-different {
    margin-bottom: 45px;
  }
}

.custom-shorts-video.is-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .custom-shorts-video.is-bg {
    background-image: var(--shorts_bg_pc);
    padding-top: 73px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .custom-shorts-video.is-bg {
    background-image: var(--shorts_bg_mb);
    padding-top: 26px;
    padding-bottom: 30px;
  }
}
.custom-shorts-video .shorts__heading .shorts__title {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .custom-shorts-video .shorts__heading .shorts__title {
    margin-bottom: 30px;
  }
}
.custom-shorts-video .shorts__heading .shorts__des {
  font-family: var(--Mulish);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .custom-shorts-video .shorts__heading .shorts__des {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
  }
}
.custom-shorts-video .shorts__box {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 991px) {
  .custom-shorts-video .shorts__box {
    margin-left: -18px;
    margin-right: -18px;
  }
}
.custom-shorts-video .shorts__box:noth(.slick-initialized) {
  gap: 20px;
}
.custom-shorts-video .shorts__item {
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .custom-shorts-video .shorts__item {
    padding-left: 33px;
    padding-right: 33px;
  }
  .custom-shorts-video .shorts__item iframe {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .custom-shorts-video .slick-arrow.slick-next {
    right: -9px;
  }
  .custom-shorts-video .slick-arrow.slick-prev {
    left: -9px;
  }
}
@media screen and (max-width: 991px) {
  .custom-shorts-video .slick-arrow.slick-next {
    right: 13px;
  }
  .custom-shorts-video .slick-arrow.slick-prev {
    left: 13px;
  }
}

.custom-section_video .youtube__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 580px;
}

@media screen and (max-width: 767px){
	.custom-section_video .youtube__inner {
		--width: 100vw;
		width: var(--width);
		height: calc((16/9) * var(--width));
	}
}

.custom-section_video .youtube__inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 150%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.custom-section_video .youtube__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .custom-section_video .youtube__content {
    top: auto;
    bottom: 47px;
    transform: unset;
  }
}
.custom-section_video .youtube__title {
  font-family: var(--Mulish);
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 9px;
}
@media screen and (max-width: 991px) {
  .custom-section_video .youtube__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
}
.custom-section_video .youtube__des {
  font-family: var(--Questrial);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 29px;
}
@media screen and (max-width: 991px) {
  .custom-section_video .youtube__des {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.custom-section_video .youtube__group {
  gap: 20px;
}
.custom-section_video .youtube__btn {
  padding: 11px 22px;
  border-radius: 100px;
  font-family: var(--Mulish);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .custom-section_video .youtube__btn {
    padding: 8px 18px;
    font-size: 15px;
    line-height: 22px;
  }
}
.custom-section_video .youtube__btn.first {
  background: #D0FF14;
}
.custom-section_video .youtube__btn.last {
  background: #DFE3E8;
}

.section-section_imgtext_1 {
  margin-bottom: 0;
}

.section_imgtext {
  margin-bottom: 0;
}
.section_imgtext .imgtext_body {
  position: relative;
}
.section_imgtext .imgtext_body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1C1C1C;
  mix-blend-mode: multiply;
  opacity: 0;
}
.section_imgtext .imgtext_body .imgtext_content_wrap {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  gap: 71px;
}
@media screen and (max-width: 991px) {
  .section_imgtext .imgtext_body .imgtext_content_wrap {
    top: auto;
    bottom: 41px;
  }
}
.section_imgtext .imgtext_body .imgtext-title {
  font-family: var(--Mulish);
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .section_imgtext .imgtext_body .imgtext-title {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 991px) {
  .section_imgtext .imgtext_body .imgtext-des {
    font-family: var(--Questrial);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .section_imgtext .imgtext_body .imgtext_content {
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.section_imgtext .imgtext_body .imgtext_content .link {
  padding: 11px 22px;
  background: #D0FF14;
  border-radius: 100px;
  text-align: center;
  font-family: var(--Mulish);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0px;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .section_imgtext .imgtext_body .imgtext_content .link {
    font-size: 15px;
    line-height: 22px;
  }
}

.section-section_customer_review {
  margin-bottom: 0;
}

.section_feedback {
  padding: 40px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .section_feedback {
    padding: 18px 0 11px;
  }
}
@media screen and (min-width: 992px) {
  .section_feedback .feedback_body {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .section_feedback .feedback_body {
    padding-top: 0;
  }
  .section_feedback .feedback_body .row {
    padding-bottom: 42px;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.section_feedback .feedback_item_wrap {
  max-width: 1029px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  .section_feedback .feedback_item_wrap {
    padding: 44px 0 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .section_feedback .feedback_item_wrap {
    padding: 0 37px;
  }
}
.section_feedback .feedback_item {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .section_feedback .feedback_content {
    grid-template-columns: 465px 1fr;
    gap: 122px;
  }
  .section_feedback .feedback_content.is-dup {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .section_feedback .feedback_content {
    grid-template-columns: 109px 1fr;
    gap: 0;
    background: #fff;
    box-shadow: 0px 0px 1.15484px rgba(145, 158, 171, 0.2), 0px 6.92903px 13.8581px -2.30968px rgba(145, 158, 171, 0.12);
  }
  .section_feedback .feedback_content.is-dup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    filter: blur(5.5524px);
    height: calc(100% - 40px);
    overflow: hidden;
  }
  .section_feedback .feedback_content.is-dup.first {
    left: -39px;
  }
  .section_feedback .feedback_content.is-dup.last {
    right: -39px;
  }
  .section_feedback .feedback_content.is-dup .feedback_info {
    padding: 0;
  }
}
.section_feedback .feedback_avatar {
  position: relative;
}
.section_feedback .feedback_avatar img {
  height: 100%;
  max-height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .section_feedback .feedback_avatar img {
    box-shadow: 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
    filter: drop-shadow(0px 0px 2px rgba(145, 158, 171, 0.2));
  }
}
.section_feedback .feedback_icon_1 {
  position: absolute;
  top: -44px;
  left: -38px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section_feedback .feedback_icon_1 {
    display: none;
  }
}
.section_feedback .feedback_icon_2 {
  position: absolute;
  bottom: -56px;
  right: -62px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .section_feedback .feedback_icon_2 {
    display: none;
  }
}
.section_feedback .feedback_info {
  padding: 19px 15px 18px 20px;
}
.section_feedback .feedback_info .cusname {
  font-family: var(--Mulish);
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: var(--primary-color);
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .section_feedback .feedback_info .cusname {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 992px) {
  .section_feedback .feedback_info .star-vote {
    margin-bottom: 30px;
    gap: 10px;
  }
  .section_feedback .feedback_info .star-vote .icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .section_feedback .feedback_info .star-vote {
    margin-bottom: 20px;
    gap: 6px;
  }
  .section_feedback .feedback_info .star-vote .icon {
    width: 18px;
    height: 18px;
  }
}
.section_feedback .feedback_info p {
  font-family: var(--Questrial);
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: var(--primary-color);
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .section_feedback .feedback_info p {
    font-size: 12px;
    line-height: 18px;
  }
}
.section_feedback .slick-arrow {
  width: 79px;
  height: 79px;
  background: #1C1C1C;
  mix-blend-mode: multiply;
  border: unset;
}
.section_feedback .slick-arrow.slick-prev {
  left: 15px;
}
.section_feedback .slick-arrow.slick-next {
  right: 15px;
}
.section_feedback .slick-arrow::before {
  display: none;
}
.section_feedback .slick-arrow img {
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.section_feedback .slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 20px;
  transition: all 0.2s ease;
}
.section_feedback .slick-arrow svg path {
  fill: #fff;
}
.section_feedback .slick-arrow:hover {
  box-shadow: unset !important;
}
.section_feedback .slick-arrow:hover svg {
  width: 15px;
  height: 25px;
}
.section_feedback .slick-dots {
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .section_feedback .slick-dots {
    bottom: -2px;
  }
}
.section_feedback .slick-dots ul {
  gap: 11px;
}
.section_feedback .slick-dots li button {
  background: var(--primary-color);
  height: 8px;
  width: 8px;
  transition: all 0.2s ease;
  opacity: 0.3;
  border-radius: 8px;
}
.section_feedback .slick-dots li.slick-active button {
  width: 18px;
  opacity: 1;
}

.section-custom-newsletter {
  margin-bottom: 0;
  position: relative;
  background-color: #000000;
}
@media screen and (min-width: 992px) {
  .section-custom-newsletter:before, .section-custom-newsletter:after {
    content: "";
    position: absolute;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 227px;
    height: 100%;
    z-index: 0;
  }
  .section-custom-newsletter:before {
    left: 0;
    right: auto;
  }
  .section-custom-newsletter:after {
    left: auto;
    right: 0;
  }
}
.section-custom-newsletter .custom-newsletter {
  padding-top: 37px;
  padding-bottom: 39px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section-custom-newsletter .custom-newsletter {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.section-custom-newsletter .newsletter__overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 201px);
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 7.39%, #000000 94.61%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section-custom-newsletter .newsletter__des {
  font-family: var(--Questrial);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.section-custom-newsletter .form_newsletter {
  max-width: 571px;
  margin: auto;
}
.section-custom-newsletter .form_newsletter .newsletter-success {
  color: #D0FF14;
}
.section-custom-newsletter .form_newsletter .input-group {
  justify-content: center;
  align-items: center;
  gap: 23px;
}
.section-custom-newsletter .form_newsletter .input-group .input-group-field {
  border: 2px solid #DFE3E8;
  border-radius: 50px;
  background-color: #000;
  padding: 12px 18px !important;
  font-family: var(--Questrial);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 100%;
  max-width: 385px;
  height: 48px;
}
.section-custom-newsletter .form_newsletter .input-group .input-group-btn {
  position: unset;
  height: 100%;
  top: unset;
  right: unset;
}
.section-custom-newsletter .form_newsletter .input-group .input-group-btn .btn {
  padding: 11px 22px;
  height: 48px;
  background: #D0FF14;
  border-radius: 100px;
  font-family: var(--Mulish);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--primary-color);
  transition: all 0.2s linear;
}
@media screen and (max-width: 993px) {
  .section-custom-newsletter .form_newsletter .input-group .input-group-btn {
    width: 100%;
  }
  .section-custom-newsletter .form_newsletter .input-group .input-group-btn .btn {
    width: 100%;
  }
}/*# sourceMappingURL=custom-homepage.css.map */



.section_product_top .heading-style2 .tabs-title{
	padding: 12px 18px;
}

.section_product_top .heading-style2 .tab-link{
	padding: 0 !important;
	width: fit-content;
	position: relative;
	background-color: unset !important;
}

.section_product_top .heading-style2 .tab-link:not(.current):before{
	content: '';
	position: absolute;
	height: 1px;
	width: 0;
	bottom: 0;
	left: 0;
	background-color: #D0FF14;
	transition: all .2s ease;
}

.section_product_top .heading-style2 .tab-link:not(.current):hover:before{
	width: 100%;
}

.section_product_top .heading-style2 .tab-link.current:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #D0FF14;
}