/*############################ default ###################################*/
:root {
  --cr-light: #ffffff;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
}

span.nw {
  white-space: nowrap;
}

.sc-faq span.nw {
  white-space: nowrap;
  font-family: "kurious-looped";
  font-size: 18px;
}

.visible-w1024 {
  display: none;
}

.visible-w375 {
  display: none;
}

.visible-w360 {
  display: none;
}

.row-0 {
  margin: 0px;
}

.row-0 > div {
  padding: 0px;
}

.row-20 {
  margin: 0 -10px;
}

.row-20 > div {
  padding: 0 10px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex > div {
  float: none;
}

.row-flex > .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-flex > .col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.row-flex > .col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.icw h1 > b,
.icw .h1 > b,
.icw h2 > b,
.icw .h2 > b,
.icw h3 > b,
.icw .h3 > b,
.icw h4 > b,
.icw .h4 > b,
.icw h5 > b,
.icw .h5 > b,
.icw h6 > b,
.icw .h6 > b,
.icw h1 > strong,
.icw .h1 > strong,
.icw h2 > strong,
.icw .h2 > strong,
.icw h3 > strong,
.icw .h3 > strong,
.icw h4 > strong,
.icw .h4 > strong,
.icw h5 > strong,
.icw .h5 > strong,
.icw h6 > strong,
.icw .h6 > strong {
  font-family: "kurious-looped";
  font-weight: 700;
}

.icw {
  font-family: "kurious-looped";
}

#page {
  background-color: #ecf4f3 !important;
}

/*############################ sc-faq ###################################*/
.sc-faq {
  overflow: hidden;
  position: relative;
}

.sc-faq {
  background: url(../img/bg-faq.png), #ecf4f3;
  background-position: 40px bottom;
  background-size: 1260px;
  /* background-attachment: fixed; */
  padding: 0;
  padding-bottom: 0;
  background-repeat: no-repeat;
}

.sc-faq .sc-headline h1.heading-h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
}

.section.sc-faq .sc-headline {
  margin-bottom: 24px;
}

.sc-faqI-outer {
  height: 3200px;
}

.sc-faqI {
  position: relative;
  z-index: 9;
}

.sc-faq .sc-inner {
  padding: 64px 0;
}

.sc-faqI .sc-heading {
  text-align: center;
  margin-bottom: 50px;
}

.sc-faqI .sc-heading > .heading-h3 {
  color: #fff;
}

.sc-faqI .row-flex {
  align-items: center;
}

.sc-faqI .thumb {
  text-align: right;
}

.sc-faqI .thumb .cover {
  width: 440px;
  display: inline-block;
  margin: 0;
  transition: 0.3s ease-in-out;
}

.sc-faqI .content {
  padding-left: 65px;
  transition: 0.3s ease-in-out;
}

.sc-faqI .title {
  color: #fff;
  line-height: 1.5;
}

.sc-faqI .title .icon {
  width: 82px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.sc-faqI .title .icon2 {
  width: 82px;
  position: relative;
  top: -10px;
}

.sc-faqI .subtitle {
  font-family: "kurious-looped";
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.5;
}

.sc-faqI .subtitle .icon {
  width: 30px;
  position: relative;
  top: -10px;
  margin-left: 5px;
}

.sc-faqI .desc {
  margin: 0;
  font-family: "kurious-looped";
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.sc-faqI .action {
  padding-top: 20px;
}

.sc-faqI .action .more {
  font-family: "kurious-looped";
  font-size: 16px;
  color: #fff;
  position: relative;
}

.sc-faqI .action .more:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.sc-faqI .action .more:after {
  color: #ffffff;
  position: relative;
  top: 0px;
  right: 0;
  margin-left: 5px;
}

.sc-faqI .action .more:hover:before {
  opacity: 1;
}

.sc-faqI .action .more + .more {
  margin-left: 12px;
}

.sc-faqI .action .desc {
  font-size: 16px;
}

.sc-faqI .dot {
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 384px;
}

.sc-faqI .dot ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.sc-faqI .dot li {
  list-style: none;
}

.sc-faqI .dot li + li {
  margin-top: 10px;
}

.sc-faqI .dot .bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.sc-faqI .features-slider {
  position: relative;
  height: 400px;
}

.sc-faqI .features-slider .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
}

.sc-faqI .features-slider .slick-dots li button {
  background: #000;
  opacity: 0.3;
}

.sc-faqI .features-slider .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}

.sc-faqI .features-slider .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}

.sc-faqI
  .features-slider
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.sc-faqI .swiper-button-next,
.sc-faqI .swiper-button-prev {
  display: none;
}

.sc-faqII {
  position: relative;
  padding-top: 20px;
}

.sc-faqII .sc-inner {
  padding: 0 0 90px;
}

.sc-faqII .info {
  padding: 40px 30px 50px;
  position: relative;
  z-index: 9;
  background-color: #000;
}

.sc-faqII .sc-heading {
  text-align: center;
  margin-bottom: 30px;
}

.sc-faqII .sc-heading > .heading-h3 {
  color: #fff;
}

.sc-faqII .thumb {
  width: 350px;
  height: 600px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.sc-faqII .thumb img {
  width: 100%;
}

.sc-faqII .content {
  padding: 24px;
  border-radius: 30px;
  position: relative;
  width: 320px;
  min-height: 200px;
}

.sc-faqII .content:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background-image: linear-gradient(135deg, #67c794 0%, #00a94f 100%);
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.sc-faqII .icon {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.sc-faqII .icon img {
  width: 80px;
  filter: grayscale(1) brightness(0) invert(1);
  transition: 0.3s ease-in-out;
}

.sc-faqII .title {
  font-family: "kurious-looped";
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.5;
}

.sc-faqII .desc {
  margin: 0;
  font-family: "kurious-looped";
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

.sc-faqII .desc strong {
  font-family: "kurious-looped";
}

.sc-faqII .desc.-dot {
  position: relative;
  padding-left: 10px;
}

.sc-faqII .desc.-dot:before {
  content: "â€¢";
  position: absolute;
  top: 0;
  left: 0;
}

.sc-faqII .content.-L {
  text-align: left;
  padding-right: 60px;
  padding-left: 30px;
}

.sc-faqII .content.-L .icon {
  right: -50px;
}

.sc-faqII .content.-R {
  text-align: left;
  padding-left: 60px;
  padding-right: 15px;
}

.sc-faqII .content.-R .icon {
  left: -50px;
}

.sc-faqII .features-slider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  overflow: auto;
}

.sc-faqII .features-slider .swiper-wrapper {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  min-height: 600px;
  transition-property: inherit;
  box-sizing: border-box;
}

.sc-faqII .features-slider .item {
  padding: 20px 0;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  width: auto;
  height: auto;
  transition-property: none;
  position: static;
}

.sc-faqII .features-slider .item:nth-child(1) {
  justify-content: flex-start;
  order: 1;
}

.sc-faqII .features-slider .item:nth-child(2) {
  justify-content: flex-start;
  order: 3;
}

.sc-faqII .features-slider .item:nth-child(3) {
  justify-content: flex-end;
  order: 2;
}

.sc-faqII .features-slider .item:nth-child(4) {
  justify-content: flex-end;
  order: 4;
}

.sc-faqII .features-slider .item.active .thumb {
  opacity: 1;
  z-index: 9;
}

.sc-faqII .features-slider .item.active .content:before {
  opacity: 1;
}

.sc-faqII .features-slider .item.active .icon {
  background-color: #fff;
}

.sc-faqII .features-slider .item.active .icon img {
  filter: grayscale(0) brightness(1) invert(0);
}

.sc-faqII .features-slider .slick-dots li button {
  background: #000;
  opacity: 0.3;
}

.sc-faqII .features-slider .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}

.sc-faqII .features-slider .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}

.sc-faqII
  .features-slider
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.sc-faqII .swiper-button-next,
.sc-faqII .swiper-button-prev {
  display: none;
}

.sc-faq .tab .control a {
  padding: 0;
  height: 30px;
}

.sc-faq .tab .control {
  display: flex;
  max-width: fit-content;
  gap: 10px;
}

.sc-faq .tab {
  border-bottom: 1px solid #dbdbdb;
}

.sc-faq .shop-aw {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.sc-faq .shop-aw .txt-head {
  font-family: "kurious-looped";
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
}

.sc-faq .shop-aw p.f-20 {
  font-size: 20px;
  font-weight: 600;
  font-family: "kurious-looped";
  color: #fff;
  line-height: 27px;
  margin-bottom: 10px;
}

.sc-faq .shop-aw p {
  font-size: 18px;
  font-weight: 500;
  font-family: "kurious-looped";
  color: #fff;
  line-height: 27px;
  margin-bottom: 20px;
}

a.link:hover {
  text-decoration: underline;
  color: #00a950;
}

.sc-faq .shop-aw a.link-w {
  text-decoration: underline;
  color: #fff;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
}

.sc-faq .shop-img img {
  width: 100%;
  max-width: 440px;
}

.icw .mr-15 {
  margin-right: 15px;
}

.shop-aw small {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 13px;
  margin-top: 30px;
}

.shop-txt img {
  width: 100%;
  max-width: 24px;
}

.sc-faq .sc-content {
  margin-top: 16px;
}

.sc-faq .accordion-kl {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.sc-faq .accordion-kl:last-child {
  margin-bottom: 0;
}

.sc-faq .accordion-title {
  background: #fff;
  color: #333;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 24px;
  border-left: 0;
  /* border-radius: 0; */
}

.table th,
.table td {
  border-right: none;
}

.sc-faq .accordion-title::after {
  font-family: "icongarage";
  content: "\e90f";
  font-size: 14px;
  line-height: 1;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sc-faq .accordion-title.active:after,
.sc-faq .accordion-title.active,
.sc-faq .accordion-title:hover:after {
  color: #fff;
}

.sc-faq .accordion-title:after {
  font-family: "icongarage";
  content: "\e90f";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 30%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sc-faq .accordion-title.active:after {
  content: "\e910";
}

.sc-faq .accordion-title.active {
  background: #00a94f;
  color: #fff;
}

.sc-faq .accordion-title:hover {
  background: #00a94f;
  color: #fff;
}

.sc-faq .accordion-title:after {
  color: #00a94f;
  font-weight: 400;
  font-size: 16px;
}

.sc-faq .accordion-content {
  background: #fff;
  padding: 16px;
}

.sc-faq .accordion-title.active:after,
.sc-faq .accordion-title.active,
.sc-faq .accordion-title:hover:after {
  color: #fff;
}

.icw .sc-faq ul,
.icw .sc-faq ol {
  padding-left: 20px;
}

.icw .sc-faq ul {
  padding-left: 10px;
  margin-left: 10px;
}

.icw .sc-faq ul li {
  list-style: disc;
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.icw .sc-faq ol li {
  list-style: decimal;
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.icw .sc-faq p {
  list-style: decimal;
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.icw .sc-faq .accordion-content .wrap {
  padding: 0;
}

.icw .sc-faq .accordion-content ol,
.icw .sc-faq .accordion-content ul {
  margin-bottom: 0;
}

.image-phone {
  max-width: 220px;
  margin-top: 16px;
}

.icw .sc-faq .sc-inner {
  padding: 64px 0;
}

.icw .sc-faq ul li:last-child,
.icw .sc-faq ol li:last-child {
  margin-bottom: 0;
}

.container .heading .text {
  font-family: "kurious-looped";
  font-size: 42px;
  font-weight: 600;
}

.accordion-faq {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-faq .accordion {
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.accordion-faq .accordion + .accordion {
  margin-top: 30px;
}

.accordion-faq .accordion-title {
  padding: 20px 60px 20px 30px;
  background-color: #fff;
}

.accordion-faq .accordion-title:after {
  content: "+";
  font-family: "kurious-looped";
  font-size: 40px;
  right: 24px;
  top: 12px;
  transform: none;
}

.accordion-faq .accordion-title.active:after {
  content: "-";
  font-size: 50px;
  top: 6px;
  right: 26px;
}

.accordion-faq .accordion-content .wrap.-setpd {
  padding: 20px 30px;
}

.accordion-faq .accordion-content .wrap {
  padding: 20px 60px 20px 30px;
  background-color: #e5fff1;
  color: #333333;
}

.accordion-faq .accordion-content .wrap p {
  margin-bottom: 10px;
}

.accordion-faq .accordion-content .wrap p:last-child {
  margin-bottom: 0;
}

.accordion-faq .accordion-content .inner-list {
  margin-top: 15px;
}

.accordion-faq .accordion-content .inner-list > li {
  list-style: decimal;
}

.accordion-faq .accordion-content .text-note {
  color: #333;
}

.accordion-faq .action {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-align: center;
}

.accordion-faq h3 {
  font-size: 20px;
}

.sc-table-faq .table-wrap {
  position: relative;
}

.sc-table-faq .table-wrap.-inlb {
  display: inline-block;
}

.sc-table-faq .table-wrap .table-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  text-align: center;
  padding: 70px 20px;
  cursor: pointer;
}

.sc-table-faq .table-wrap .table-overlay .desc {
  font-size: 20px;
  text-shadow: -1px 1px 2px #000;
  line-height: 0.8;
  color: #fff;
  margin-bottom: 10px;
}

.sc-table-faq .table-wrap .table-overlay .icon {
  width: 216px;
  margin: 0 auto;
}

.sc-table-faq .table-wrap.scroller .table-responsive {
  overflow: hidden;
}

.sc-table-faq .table-wrap.scroller .table-overlay {
  display: block;
}

.sc-table-faq .table {
  border-spacing: 0px;
}

.sc-table-faq .table tr.v-top {
  vertical-align: top;
}

.sc-table-faq .table th,
.table td {
  position: relative;
  border-right: 1px solid rgba(230, 230, 230, 0.7);
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}

.sc-table-faq .table tr td:first-child {
  border-left: solid 1px #e6e6e6;
}

.sc-table-faq .table tr td:first-child {
  border-left: solid 1px #e6e6e6;
}

.sc-table-faq .table {
  min-width: 450px;
  border-collapse: separate;
  border-radius: 15px;
  padding-bottom: 15px;
}

.sc-table-faq .table tbody tr:not(:last-child) td {
  border-bottom: solid 1px #e6e6e6;
}

.sc-table-faq .table tr th,
.sc-table-faq .table tr td {
  padding: 15px;
  text-align: center;
}

.sc-table-faq .table tr th.a-left,
.sc-table-faq .table tr td.a-left {
  text-align: left;
}

.sc-table-faq .table tr th {
  font-family: "kurious-looped";
  background: #00a94f;
  color: white;
  vertical-align: middle;
  line-height: 24px;
}

.sc-table-faq .table tr td {
  background: #f8f8f8;
}

.sc-table-faq .table tr:first-child th:first-child {
  border-top-left-radius: 15px;
  vertical-align: middle;
}

.sc-table-faq .table tr:first-child th:last-child {
  border-top-right-radius: 15px;
  line-height: 24px;
}

.sc-table-faq .table tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

.sc-table-faq .table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.sc-table-faq .table.table-2 tr:last-child td:first-child {
  border-bottom-left-radius: 0px;
}

.sc-table-faq .table.table-2 tr td:first-child {
  border-left: solid 0px #e6e6e6;
}

.sc-table-faq .table.table-2 tr:first-child td:first-child {
  border-left: solid 1px #e6e6e6;
}

.sc-table-faq .table.table-2 tr:nth-last-child(2) td:first-child {
  border-left: solid 1px #e6e6e6;
}

.sc-table-faq .table.table-2 {
  min-width: 720px;
  margin-top: 10px;
}

.sc-table-faq .table.table-2 .td-border {
  border-bottom-left-radius: 15px;
}

.sc-table-faq .table.table-3 {
  min-width: 800px;
  margin-top: 10px;
}

.sc-table-faq .table.table-1 {
  min-width: 550px;
  margin-top: 10px;
}

.sc-table-faq .table.table-750 {
  min-width: 750px !important;
}

.show-w360 {
  display: none;
}

.icw .sc-faq .text-note p {
  font-size: 13px;
  font-weight: 600;
}

.icw .sc-faq .text-note ul > li {
  font-size: 13px;
  font-weight: 500;
}

.icw .sc-faq p.text-note {
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .sc-table-faq .table-wrap.-inlb {
    display: block;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .show-w360 {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .sc-faq .sc-content {
    margin-top: 24px;
  }

  .sc-faq .accordion-content {
    padding: 16px 24px;
  }

  .icw .con-sm {
    width: 880px;
  }
}

@media screen and (min-width: 992px) {
  .sc-details .tab2 .control2 {
    justify-content: center;
    gap: 48px;
    /* width: 120%; */
  }
}

@media screen and (max-width: 767px) {
  .sc-faq .accordion-title {
    font-size: 16px;
  }

  .image-phone {
    margin-left: auto;
    margin-right: auto;
  }

  .sc-details .tab2 .control2 {
    justify-content: center;
    width: 120%;
  }

  .sc-faq {
    background: url(../img/bg-faq-m2.png), #ecf4f3;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .sc-faq .accordion-title {
    padding: 16px;
    padding-right: 30px;
  }

  .sc-faq .accordion-title:hover {
    background: #FFF;
    color: #333;
  }

  .sc-faq .accordion-title:hover:after {
    color: #00a94f;
  }

  .sc-faq .accordion-title.active {
    background: #00a94f;
    color: #FFF;
  }

  .sc-faq .accordion-title.active:after {
    color: #FFF;
  }

  .sc-faq .sc-headline h1.heading-h3 {
    font-size: 28px;
  }

  .icw .sc-faq .sc-inner {
    padding: 48px 0;
  }

  .container.con-sm {
    padding: 0 !important;
  }

  .icw .text-scroll img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -4px;
  }

  .text-scroll .column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .table-responsive {
    padding-bottom: 0;
  }
}
.table th,
.table thead td,
.table-heading .heading {
  font-size: 16px !important;
}
.img-relative {
  position: relative;
  width: 160px;
}
.img-absolite {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(50%, -50%);
}
@media (max-width: 1199px) {
  .sc-faq {
    background-attachment: inherit;
  }

  .sc-faqI-outer {
    height: auto;
  }

  .sc-faqI .sc-inner {
    padding: 60px 0 0 0;
  }

  .sc-faqI .dot {
    display: none;
  }

  .sc-faqI .features-slider {
    height: auto;
  }

  .sc-faqI .features-slider .item {
    position: relative;
    height: auto;
  }

  .sc-faqI .row-flex {
    justify-content: center;
  }

  .sc-faqI .row-flex > .col {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .sc-faqI .thumb .cover {
    width: 350px;
  }

  .sc-faqI .content {
    padding-left: 25px;
    padding-right: 30px;
    width: 460px;
  }

  .sc-faqI .title {
    font-size: 35px;
  }

  .sc-faqI .title .icon {
    width: 50px;
    top: -7px;
    display: inline-block;
    vertical-align: middle;
  }

  .sc-faqI .title .icon2 {
    width: 50px;
    top: -7px;
    display: inline-block;
    vertical-align: middle;
  }

  .sc-faqI .subtitle {
    font-size: 20px;
  }

  .sc-faqI .subtitle .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    top: -5px;
  }

  .sc-faqI .desc {
    font-size: 16px;
  }

  .sc-faqI .swiper-button-next,
  .sc-faqI .swiper-button-prev {
    display: block;
  }

  .sc-faqI .swiper-button-next {
    right: 0;
  }

  .sc-faqI .swiper-button-prev {
    left: 0;
  }

  .sc-faqII .features-slider {
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
  }

  .sc-faqII .features-slider .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: unset;
    padding-top: 0;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
  }

  .sc-faqII .features-slider .item {
    -webkit-box-flex: inherit;
    flex: none;
    max-width: 100%;
    display: block;
    padding: 0;
  }

  .sc-faqII .features-slider .slick-dots {
    padding-top: 30px;
  }

  .sc-faqII .features-slider .slick-prev {
    left: -10px;
  }

  .sc-faqII .features-slider .slick-next {
    right: -10px;
  }

  .sc-faqII .thumb {
    width: 300px;
    height: auto;
    position: relative;
    margin: 0 auto;
    opacity: 1;
    z-index: 1;
  }

  .sc-faqII .content {
    width: 300px;
    min-height: 245px;
    margin: 30px auto 0 auto;
  }

  .sc-faqII .content:before {
    opacity: 1;
  }

  .sc-faqII .content.-L,
  .sc-faqII .content.-R {
    padding: 20px;
    text-align: center;
  }

  .sc-faqII .content.-L .icon {
    right: 0;
  }

  .sc-faqII .content.-R .icon {
    left: 0;
  }

  .sc-faqII .icon {
    position: relative;
    top: 0;
    margin: -50px auto 20px auto;
    background-color: #fff;
  }

  .sc-faqII .icon img {
    filter: grayscale(0) brightness(1) invert(0);
  }

  .sc-faqII .desc.-dot {
    padding-left: 0;
  }

  .sc-faqII .desc.-dot:before {
    position: relative;
  }

  .sc-faqII .swiper-button-next,
  .sc-faqII .swiper-button-prev {
    display: block;
  }

  .sc-faqII .swiper-button-next {
    right: 0;
  }

  .sc-faqII .swiper-button-prev {
    left: 0;
  }

  .table th,
  .table thead td,
  .table-heading .heading {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .sc-faqI .sc-inner {
    padding: 50px 0 0 0;
  }

  .sc-faqI .thumb .cover {
    width: 260px;
  }

  .sc-faqI .content {
    width: 440px;
  }
}

@media (max-width: 767px) {
  .sc-faq {
    background-image: url(../img-revamp/bg-sc-faq-m.jpg);
  }

  .sc-faqI .sc-heading {
    margin-bottom: 30px;
  }

  .sc-faqI .features-slider .slick-prev {
    left: -5px;
  }

  .sc-faqI .features-slider .slick-next {
    right: -5px;
  }

  .sc-faqI .features-slider .slick-prev,
  .sc-faqI .features-slider .slick-next {
    top: 140px;
  }

  .sc-faqI .row-flex {
    display: block;
  }

  .sc-faqI .row-flex > .col {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sc-faqI .thumb {
    text-align: center;
    margin-bottom: 30px;
  }

  .sc-faqI .thumb .cover {
    width: 310px;
  }

  .sc-faqI .content {
    width: auto;
    padding: 0;
    text-align: center;
  }

  .sc-faqI .title {
    font-size: 34px;
  }

  .sc-faqI .action .more.open-popup-accordion:after {
    margin-left: 0;
  }

  .sc-faqI .action .more.open-popup-accordion:before {
    display: none;
  }

  .sc-faqI .action .more.open-popup-accordion:hover {
    text-decoration: underline;
  }

  .sc-faqII .info {
    padding: 40px 20px 40px;
    background-image: url(../img-revamp/bg-sc-faqII-m.png);
  }

  .sc-faqII .thumb {
    padding: 0 10px;
    width: 100%;
  }

  .sc-faqII .content {
    display: none;
  }

  .sc-faq .shop-aw {
    display: block;
  }

  .sc-faq .shop-aw .txt-head {
    font-size: 24px;
    line-height: 36px;
  }

  .sc-faq .shop-aw p {
    font-size: 16px;
  }
}

/*############################ sc-faq ###################################*/

/*============================== tab2 ===============================*/

.tab-control2 {
  position: relative;
  height: 35px;
  position: relative;
  margin-bottom: 24px;
}

/* .tab-control2:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #dbdbdb;
    border-radius: 50px;
    z-index: 4;
  } */

.tab-control2:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 70px;
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 90%); */
  pointer-events: none;
}

.tab-control2 .timebar {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0px;
  height: 2px;
  background-color: #bcbcbc;
  transition: 0ms ease-in-out;
  border-radius: 50px;
}

.tab2 {
  position: relative;
  z-index: 3;
  overflow: auto;
  margin-right: 40px;
  border-bottom: 0px solid var(--cr-border);
}

.tab2 .control2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-right: 30px;
  gap: 16px;
  width: 100vw;
  border:none
}

.tab2 .control2::-webkit-scrollbar {
  display: none;
}

/* .tab2 .control2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    line-height: 1.4;
    font-family: 'kurious-looped';
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: #999;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    text-decoration: none;
  } */

.tab2 .control2 a {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* height: 33px; */
  line-height: 1.4;
  font-family: "kurious-looped";
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: #999;
  text-align: center;
  position: relative;
  z-index: 1;
  /* border-bottom: 3px solid transparent; */
  /* border-bottom: 3px solid transparent; */
  /* margin-bottom: 0px; */
  text-decoration: none;
  display: inline-flex;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  color: var(--cr-gray);
}

.tab2 .control2 a.active {
  color: #ffffff;
  font-weight: 600;
  pointer-events: none;
  /* border-bottom-color: #00A94F; */
  background: #00a94f;
}

.tab2 .selector2 {
  display: none;
  height: 3px;
  background-color: #00a94f;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.tab2.active {
  overflow: visible;
  padding-bottom: 40px;
}

.tab2.active .control2 {
  border-top: 1px solid #DBDBDB;
  max-width: 1140px;
  display: block;
  flex-wrap: inherit;
  width: auto;
  /* margin-left: -20px; */
  margin-right: -60px;
  position: relative;
  z-index: 1;
  top: 40px;
  padding: 15px 0px;
  background-color: #ecf4f3;
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); */
}

.tab2.active .control2 a {
  display: inline-flex;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 5px;
  color: var(--cr-dark);
}

.tab2.active .control2 a span {
  border: 0;
  line-height: 1.5em;
}

.tab2.active .control2 a.active {
  border-color: var(--cr-green);
  background-color: var(--cr-green);
  color: var(--cr-light);
}

.tab-content2 {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: var(--tsition);
}

.tab-content2.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

.action-dropdown {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 25px;
  height: 40px;
  border-left: 1px solid #dbdbdb;
  /* border-bottom: 1px solid #dbdbdb; */
  align-items: center;
  justify-content: flex-end;
}

.action-dropdown .link {
  display: block;
  position: relative;
  width: 25px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  text-align: right;
}

.action-dropdown .link:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transition: var(--tsition);
  transform: rotate(135deg);
  top: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #01a94f;
  border-right: 1px solid #01a94f;
}

.action-dropdown .link.active:before {
  transform: rotate(-45deg);
  top: 5px;
}

.tab-dropdown {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--tsition);
}

.tab-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.tab-dropdown .txt {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  font-family: "kurious-looped";
}

@media screen and (min-width: 991px) {
  .tab-control2 {
    height: 35px;
  }

  .tab-control2:before {
    display: block;
  }

  .tab-control2:after {
    display: block;
  }

  .tab-control2 {
    height: auto;
    margin: 0;
  }

  .tab-control2:before {
    display: none;
  }

  .tab-control2:after {
    display: none;
  }

  .tab-control2 {
    margin-bottom: 40px;
  }

  .tab2 {
    overflow: auto;
    margin-right: 25px;
    /* padding-right: 30px; */
  }

  .tab2 .control2 {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    padding-right: 24px;
    gap: 16px;
    width: 100vw;
  }

  .tab2 .control2 a {
    white-space: nowrap;
    /* border-bottom: 0; */
  }

  .tab2 .control2 a {
    color: #333333;
  }

  .tab2 .control2 a span {
    display: block;
    line-height: 1.5em;
    padding-bottom: 7px;
  }

  .tab2 .control2 a.active {
    color: #ffffff;
  }

  .tab2 .control2 a.active span {
    border-block-color: var(--cr-green);
  }

  .tab2 .control2 a:last-child {
    padding-right: 20px;
  }

  .tab2.active .control2 a span {
    padding-bottom: 0px;
  }

  /* ####################################### */
  /* .tab2 {
        overflow: visible;
        margin-right: 0;
    } */
  /* ####################################### */

  /* .tab2 .selector2 {
        display: block;
    } */

  .tab2 .control2 {
    /* justify-content: center; */
    width: auto;
    padding-right: 0;
    gap: 12px;
  }

  .tab2 .control2 a.active span {
    border-block-color: transparent;
  }

  .tab2 .control2 a {
    height: 40px;
  }

  .tab2 .control2 a span {
    padding-bottom: 0;
  }

  /* .tab2 .control2 a:last-child {
        padding-right: 0px;
    } */

  /* .action-dropdown {
        display: none;
    }
  
    .tab-dropdown {
        display: none;
    } */
}

@media screen and (min-width: 200px) {
  .tab-control2 {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .tab-control2 {
    margin-bottom: 0px;
  }
}

.tab2::-webkit-scrollbar {
  display: none;
}

/*============================== tab2 ===============================*/

/*########################### breakpoints ###################################*/

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
  .visible-w1024 {
    display: block;
  }
  .icw .con-sm {
    width: auto;
  }
}

@media (max-width: 991px) {
  .product-filter {
    overflow: hidden;
  }

  .product-filter .row-flex {
    display: block;
  }

  .product-filter .row-flex > .col {
    padding-top: 10px;
  }

  .product-filter .nav-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .product-filter .select-list {
    margin: 0 auto;
    width: 650px;
  }

  .icw .line-max {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 24px;
  }

  .icw .pl-16 {
    padding-top: 24px;
    width: 100%;
  }
  .action-dropdown {
    height: 34.5px;
  }
  .icw .con-sm {
    width: 730px;
  }
}

@media (max-width: 767px) {
  .product-filter .nav-list {
    margin: 0 -6px;
  }

  .product-filter .nav-list > li {
    padding: 0 6px;
  }

  .product-filter .select-list {
    width: 100%;
  }

  .pagination {
    display: block;
  }

  .product-item {
    padding-bottom: 13px;
  }

  .icw .mg {
    margin-top: 35px;
  }

  .section .sc-heading {
    margin-bottom: 0;
  }

  .icw .line-max {
    margin: 0 auto;
  }

  .accordion-faq .accordion + .accordion {
    margin-top: 20px;
  }

  .accordion-faq .accordion-title {
    padding: 15px 30px 15px 15px;
  }

  .accordion-faq .accordion-title:after {
    font-size: 30px;
    right: 9px;
    top: 12px;
  }

  .accordion-faq .accordion-title.active:after {
    content: "-";
    font-size: 36px;
    top: 7px;
    right: 12px;
  }

  .accordion-faq .accordion-content .wrap {
    padding: 15px 30px 15px 15px;
  }

  .accordion-faq .accordion-content .wrap.-setpd {
    padding: 15px;
  }

  .accordion-faq .action {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    text-align: left;
  }

  /* .sc-faq{
        padding: 48px 0;
    } */
  .action-dropdown {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 25px;
    height: 40px;
    border-left: 1px solid #dbdbdb;
    border-bottom: none;
    align-items: center;
    justify-content: flex-end;
  }
  .icw .con-sm {
    width: 330px;
  }
}

.box-txt {
  margin: 0;
}

@media screen and (max-width: 375px) {
  .visible-w375 {
    display: block;
  }

  .hidden-w375 {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .visible-w360 {
    display: block;
  }

  .hidden-w360 {
    display: none;
  }

  .product-filter .nav-list {
    margin: 0 -3px;
  }

  .product-filter .nav-list > li {
    padding: 0 3px;
  }
}


/* fix dowload k shop button hide */
#navigation-page-sticky.stickyNav.hide-cta .box-cta {
  display: flex !important;
  /* opacity: 0 !important; */
  pointer-events: none !important;
}

#navigation-page-sticky:not(.no-list) .stickyNav-panelWidgets .box-cta .btn{
  display: none;
}