/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  z-index: 1;
}

.footer-widget-title::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 3px;
  background: rgba(255, 255, 255);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-widget-title::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: var(--fs-color-secondary);
  bottom: 0;
  left: 18px;
  z-index: -1;
}

#comments {
  display: none !important
}

ul {
  margin: 0;
  padding: 0;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  margin-left: 0 !important;
}

.footer-contact li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 30px;
  height: 30px;
  line-height: normal;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 10px 10px 10px 0;
  background: var(--fs-color-secondary);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.menu-footer .ux-menu-link__link {
  color: #fff;
  font-size: 16px;
  opacity: 0.5;
}

.menu-footer .ux-menu-link__link:hover {
  color: var(--fs-color-success);
  opacity: 1;
}

.absolute-footer.dark {
  padding: 0;
  display: none;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.footer-social li {
  list-style: none;
  margin-bottom: 0;
}

.footer-secondary {
  padding: 0;
}

a.devvn_animation_zoom {
  left: 30px !important;
  bottom: 30px !important;
}

a.devvn_animation_zoom {
  display: block;
  background: var(--fs-color-primary);
  position: fixed;
  left: 35px;
  bottom: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 15px;
  z-index: 9999;
  -webkit-animation: devvn_zoom 1.5s infinite linear;
  -moz-animation: devvn_zoom 1.5s infinite linear;
  -o-animation: devvn_zoom 1.5s infinite linear;
  animation: devvn_zoom 1.5s infinite linear;
  box-shadow: 0 0 0 0 var(--fs-color-primary);
}

a.devvn_animation_zoom img {
  width: 32px;
  height: 32px;
  -webkit-animation: calltrap_spin 3s infinite linear;
  -moz-animation: calltrap_spin 3s infinite linear;
  -o-animation: calltrap_spin 3s infinite linear;
  animation: calltrap_spin 3s infinite linear
}

@-webkit-keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

@keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

@-webkit-keyframes calltrap_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  33% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  36% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  39% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  42% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  45% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  48% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1
  }

  51% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  54% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  57% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@-moz-keyframes calltrap_spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  30% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  33% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  36% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  39% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  42% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  45% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  48% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1
  }

  51% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  54% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  57% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@-o-keyframes calltrap_spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  30% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  33% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  36% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  39% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  42% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  45% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  48% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1
  }

  51% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  54% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  57% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes calltrap_spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  30% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  33% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  36% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  39% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  42% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  45% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  48% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1
  }

  51% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  54% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  57% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.back-to-top {
  background-color: var(--fs-color-primary) !important;
  width: 40px;
  height: 40px;
  line-height: 45px !important;
  font-size: 20px;
  border: unset !important;
  color: #fff !important;
}

.acc-why .accordion-item {
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 1px solid rgba(229, 233, 235, 1)
}

.acc-why .accordion-item .accordion-title {
  border: unset;
  padding: 15px 30px 30px;
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  border-radius: 16px 16px 0 0;
}

.acc-why .toggle {
  height: 1.5em;
  left: auto;
  right: 0;
  top: .3em;
}

.acc-why .accordion-inner {
  background: rgba(239, 240, 245, 1);
  padding: 10px 30px 15px;
}

.acc-why .accordion-title.active {
  background: rgba(239, 240, 245, 1);

}

.acc-why .accordion-title span {
  color: rgba(93, 93, 93, 1);

}

.acc-why .accordion-title.active span {
  color: #111;
}

.acc-why .accordion-title .icon-angle-down:before {
  content: "+" !important;
  font-size: 25px;
  position: relative;
  top: -5px;
  color: #000;
}

.acc-why .accordion-title.active .icon-angle-down:before {
  content: "−" !important;
  position: relative;
  top: -6px;
}




.acc-faq .accordion-item {
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 1px solid #28292A
}

.acc-faq .accordion-item .accordion-title {
  border: unset;
  padding: 15px 30px 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  border-radius: 16px 16px 0 0;
}

.acc-faq .toggle {
  height: 1.5em;
  left: auto;
  right: 0;
  top: .3em;
}

.acc-faq .accordion-inner {
  background: #28292A;
  padding: 10px 30px 15px;
  color: #8A8A8A;
}

.acc-faq .accordion-title.active {
  background: #28292A;
  color: #fff;

}

.acc-faq .accordion-title span {
  color: #8A8A8A;

}

.acc-faq .accordion-title.active span {
  font-weight: 500;
  color: #fff;
}

.acc-faq .accordion-title .icon-angle-down:before {
  content: "+" !important;
  font-size: 25px;
  position: relative;
  top: -5px;
  color: #8A8A8A;
}

.acc-faq .accordion-title.active .icon-angle-down:before {
  content: "−" !important;
  position: relative;
  top: -6px;
}

.titleSmall h2 {
  font-size: 18px;
  margin-bottom: 30px;
}

.icon-menu {
  color: #fff !important;
  font-size: 26px !important;
  opacity: 0.8;
}

.header-main .nav>li>a:after {
  content: unset;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  background: #fff;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
  --drawer-width: 350px !important;
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
  color: #111;
  font-size: 16px;
}

.toggle {
  color: #111;
  opacity: 1;
  font-size: 14px;
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
  color: #111;
  opacity: 1;
  font-size: 14px;
  text-transform: capitalize;
}

.col-order {
  order: 1;
}

.btn-prime span {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}

.btn-prime {
  color: #fff;
  position: relative;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  box-shadow: var(--box-shadow);
  z-index: 1;
  padding: 10px 25px;
  transition: all .3s ease-in-out;
  border-radius: 16px;
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: var(--fs-color-primary);
  position: relative;
}

.btn-prime::before {
  content: "";
  height: 600px;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  z-index: -1;
  background: #0a0a0a;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-prime:hover span {
  color: #fff;
}

.btn-prime:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.btn-white {
  background: #fff;
  color: #0B0B0B;
}

.btn-white span {
  color: #0B0B0B;
}

.btn-white::before {
  background: var(--fs-color-primary);
}

.btn-white:hover span {
  color: #fff;
}

.icon-search {
  content: "";
  width: 24px !important;
  height: 24px !important;
  background: url(/wp-content/uploads/2025/09/Frame-8.png) no-repeat;
  background-size: cover;
}

.icon-search:before {
  content: none;
}

.banner-content h1 {
  font-weight: 500;
  font-size: 100px;
  line-height: 110px;
  letter-spacing: 1px;

}

.banner-content p {
  opacity: 0.7;
  margin-top: 0;
  font-size: 16px;
}

.banner-img {
  max-width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.sliding-text {
  position: relative;
  display: block;
}

.sliding-text__wrap {
  position: relative;
  display: block;
  white-space: nowrap;
}

.sliding-text__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-animation: text-scrolling 19s linear infinite;
  -webkit-animation: text-scrolling 19s linear infinite;
  animation: text-scrolling 19s linear infinite;
  will-change: transform;
  flex-wrap: nowrap;
  margin-bottom: 0;
  gap: 50px;
}

.sliding-text__list li {
  color: #fff;
  margin-bottom: 0;
  padding-left: 20px;
}

@keyframes text-scrolling {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.theTitle p {
  color: var(--fs-color-primary);
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0%;
  margin-bottom: 15px;
}

.theTitle h2,
.theTitle h1 {
  background: linear-gradient(253.28deg, #000000 7.78%, #828282 42.32%, #000000 70.17%);
  font-weight: 500;
  font-size: 54px;
  line-height: normal;
  color: transparent;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.theTitle-white h2,
.theTitle-white h1,
.theTitle-white p {
  color: #fff;
}

.home-box_product {
  background: url('/wp-content/uploads/2025/09/2-1.png') no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 30px;
}

.home-box_product img {
  object-fit: contain;
  max-width: 200px;
}

.home-box_product .box-text {
  padding: 0;
}

.home-box_product .box-text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #171717;
}

.home-box_product .box-text p {
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  margin-top: 15px;
}

.prd-box_absolute {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  border-radius: 99px;
  padding: 5px 8px;
}

.prd-box_absolute p {
  font-size: 12px !important;
  font-weight: 300 !important;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.text-justify {
  text-align: justify;
}

.nb-number {
  font-size: 54px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.nb-content {
  font-size: 20px;
  margin-bottom: 0;
}

.row-bg .col .col-inner {
  background: url('/wp-content/uploads/2025/09/Frame-233-2.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 16px;
}

.content-lage p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.glr-partner {
  justify-content: center;
}

.my-slide-row {
  display: flex;
  flex-flow: row nowrap;
}

.my-slide-row::-webkit-scrollbar {
  display: none;
  /* ẩn thanh scroll */
}

.my-slide-row>.col {
  flex: 0 0 auto;
}

.slide-wrapper {
  position: relative;
}

.slide-btn {
  position: absolute;
  bottom: 0px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  width: 36px;
  height: 12px;
}

.slide-btn.prev {
  right: 150px;
  background: url('/wp-content/uploads/2025/09/Vector-1.png') no-repeat;
  background-size: contain;

}

.slide-btn.next {
  right: 100px;
  background: url('/wp-content/uploads/2025/09/Vector.png') no-repeat;
  background-size: contain;
}

.box-overlay.dark .box-text,
.box-shade.dark .box-text {
  text-shadow: unset;
}

.prj-box {
  border-radius: 16px;
  overflow: hidden;
}

.prj-box .box-text {
  padding: 30px;
  opacity: 0;
}

.prj-box h3 {
  font-weight: 300;
  font-style: Italic;
  font-size: 36px;
  line-height: normal;
}

.prj-box h3 strong {
  font-weight: 400;
}

.prj-content-cat {
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  transition: all ease 0.3s;
}

.prj-content-cat p {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  background: linear-gradient(112.85deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.prj-description {
  margin-top: 50px;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}

.prj-description p {
  margin-bottom: 0;
}

.swiper-slide-prj:hover .prj-box .box-text {
  opacity: 1;
}

.swiper-slide-prj:hover .prj-description,
.swiper-slide-prj:hover .prj-content-cat {
  opacity: 1;
}

.ss-bg-ovelay .section-bg:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.text-normal p {
  font-size: 20px;
}

.icon-contact {
  color: #fff;
  background: linear-gradient(112.85deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 15px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  align-items: center;
}

.icon-contact p {
  margin-bottom: 0;
}

.col-bg .col-inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(40px);
  border-radius: 16px;
  overflow: hidden;
}

.img-top-section {
  position: absolute;
  top: 0;
  max-width: 460px;
  right: 0;
  top: -100px;
  z-index: -1;
}

.row-2 {
  display: flex;
  gap: 15px;
}

.lab p {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
}

.lab span {
  opacity: 0.7;
}

.form-contact .row-1,
.row-2 {
  margin-bottom: 30px;
}

.form-contact input {
  box-shadow: unset;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 0;
  min-height: 40px;
  padding: 12px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(138, 138, 138, 1);

  border: 1px solid rgba(255, 255, 255, 0.2)
}

.form-contact textarea {
  box-shadow: unset;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 16px;
  min-height: 75px;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(138, 138, 138, 1);
  border: 1px solid rgba(255, 255, 255, 0.2)
}

.form-footer input {
  box-shadow: unset;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 0;
  min-height: 40px;
  padding: 12px;
  justify-content: space-between;
  background: rgba(239, 239, 239, 1);
}

.form-footer .wpcf7-submit {
  border-radius: 6px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  color: #fff;
  background: rgba(47, 79, 216, 1);
  min-width: 77px;
  padding: 0;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  color: rgba(138, 138, 138, 1);
  background: unset !important;
  box-shadow: unset;
}

.button-submit input {
  padding: 12px 20px;
  border-radius: 16px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  color: #fff;
  background: rgba(47, 79, 216, 1);
  border: unset;
  width: 100%;

}

.acc-why .accordion-title span {
  width: 90%;
  display: block;
}

form {
  margin-bottom: 0;
}

.text-small {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.icon-ft li {
  list-style: none;
  margin-left: 0 !important;
  margin-bottom: 0;
  background: rgba(47, 47, 47, 1);
  border-radius: 99px;
  width: 40px;
  height: 40px;
  text-align: center;
  align-content: center;
}

.icon-ft ul {
  display: flex;
  gap: 10px;
}

.icon-ft img {
  margin-bottom: 0 !important;
  width: 25px;
}

.ft_img-pos {
  position: absolute;
  max-width: 350px;
  bottom: -42px;
  left: 0;
  z-index: -1;
}

.ft_img-pos-2 {
  position: absolute;
  max-width: 500px;
  bottom: -42px;
  right: 0;
  z-index: -1;
}

.img-app {
  max-width: 135px;
}

.banner-layers {
  z-index: 2;
}

.img-trans {
  animation: movedelement 5s infinite linear;
}

@keyframes movedelement {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
  }

  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px);
  }

  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.icon-trans .icon-box-text {
  margin-left: 16px;
  border-left: solid 1px rgba(255, 255, 255, 0.1)
}

.acc-icon .accordion-title span {
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}

.acc-icon .accordion-title {
  border: unset;
  padding-left: 60px;
}

.acc-icon .accordion-title.active {
  background-color: unset;
  color: var(--fs-color-primary);
  font-weight: 700;
}

.acc-icon .toggle {
  display: none;
}

.acc-icon .accordion-item:nth-child(1) .accordion-title {
  background: url('/wp-content/uploads/2025/09/Frame-418.png') no-repeat;
  background-size: 40px;
  background-position: left center;
}

.acc-icon .accordion-item:nth-child(2) .accordion-title {
  background: url('/wp-content/uploads/2025/09/Frame-418-1.png') no-repeat;
  background-size: 40px;
  background-position: left center;
}

.acc-icon .accordion-item:nth-child(3) .accordion-title {
  background: url('/wp-content/uploads/2025/09/Frame-418-2.png') no-repeat;
  background-size: 40px;
  background-position: left center;
}

.acc-icon .accordion-item {
  margin-bottom: 30px;
}

.acc-icon .accordion-inner {
  padding: 30px 0px 30px 60px !important;
}

.acc-icon .accordion-inner {
  border-bottom: solid 4px rgba(47, 79, 216, 1);
  padding-bottom: 16px;
}

.btn-icon {
  margin: 0;
  padding-right: 40px !important;
  transition: all ease 0.5s;
}

.btn-icon:hover {
  padding-right: 50px !important;
}

.btn-icon span {
  font-size: 16px;
}

.btn-icon {
  background: url('/wp-content/uploads/2025/09/Vector-1-1.png') no-repeat;
  background-size: 26px;
  background-position: right center;
}

.img-radius {
  border-radius: 16px;
  overflow: hidden;
}

.nav-pills>li>a {
  border-radius: 8px;
  padding: 0px 15px;
}

.col-blur .col-inner {
  background-color: rgb(71 71 71 / 77%);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 30px;
}

.ab-number {
  font-weight: 500;
  font-size: 54px;
  line-height: normal;
  margin-bottom: 0;
  border-right: 1px solid #FFFFFF1A;
  padding-right: 15px;
  margin-right: 15px;
}

.ab-content {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.nb-flex {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.ab-descript {
  opacity: 0.7;
  font-size: 14px;
  line-height: 22px;
}

.icon-box-img img,
.icon-box-img svg {
  padding-top: 0;
}

.icon-step .icon-box-img {
  background: #1515150A;
  border-radius: 99px;
  height: 60px;
  text-align: center;
  align-content: center;
}

.icon-step img {
  width: 24px;
  height: 24px;
}

.icon-step p {
  font-size: 16px;
  opacity: 0.7;
}

.icon-step p:nth-child(1) {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 5px;
}

.icon-step h3 {
  font-size: 24px;
  color: #111;
  font-weight: 400;
  margin-bottom: 50px;
}

.swiper-slide-icon .col-inner {
  padding: 30px 30px 100px 50px;
  border-left: dashed 1px;
  border-color: #CECECE;

}

.hide-btn .slide-btn {
  display: none;
}

.swiper-slide-icon:hover .icon-step .icon-box-img {
  background: #2F4FD80A;
}

.swiper-slide-icon:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(47, 79, 216, 0.1) 100%);

}

.box-map p iframe {
  margin-bottom: 0;
  border-radius: 16px;
  overflow: hidden
}

.my-slide-row>.col {
  height: auto;
}

.searchform {
  max-width: 500px;
}

input[type=search] {
  height: 40px;
  border-radius: 16px 0 0 16px;
}

.mfp-content input[type=search] {
  height: 70px;
}

.submit-button {
  background-color: var(--fs-color-primary);
  border-radius: 16px !important;
  min-width: 80px !important;
  height: 40px;
}

.tab-blog .nav-line-bottom .active a {
  color: var(--fs-color-primary);
  font-size: 20px;
  font-weight: 600;
}

.tab-blog .nav-line-bottom a {
  font-size: 20px;
  font-weight: 400;
}

.tab-blog .nav-line-bottom a {
  padding: 10px 20px;
}

.tab-blog .tab-panels {
  padding-top: 50px;
}

.box_blog-post .box-image img {
  border-radius: 8px;
  overflow: hidden
}

.cat-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 20px;
  color: var(--fs-color-primary);
  opacity: 1;
  position: relative;
  margin: 15px 0 !important;
  display: block;
}

.cat-label:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: var(--fs-color-primary);
  position: absolute;
  left: 0;
  top: 3px;
}

.entry-category a {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 20px;
  color: var(--fs-color-primary);
  opacity: 1;
  position: relative;
  margin: 15px 0 !important;
}

.entry-category a:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: var(--fs-color-primary);
  position: absolute;
  left: 0;
  top: 7px;
}

.is-divider {
  display: none;
}

.entry-meta {
  font-size: 16px;
  text-transform: capitalize;
}

h1.entry-title {
  background: linear-gradient(253.28deg, #000000 7.78%, #828282 42.32%, #000000 70.17%);
  font-weight: 500;
  font-size: 54px;
  line-height: normal;
  color: transparent;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.blog-wrapper {
  padding: 100px 0;
}

.post-title a {
  font-size: 24px;
  line-height: normal;
  margin-top: 10px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 35px;
  color: #111;
}

.box-blog-post .is-divider {
  display: none;
}

.box_blog-post .button {
  margin: 10px 0;
  padding-right: 40px !important;
  transition: all ease 0.5s;
}

.box_blog-post .button:hover {
  padding-right: 50px !important;
}

.box_blog-post .button {
  font-size: 16px;
  text-transform: capitalize;
}

.box_blog-post .button {
  background: url('/wp-content/uploads/2025/09/Vector-1-1.png') no-repeat;
  background-size: 26px;
  background-position: right center;
}

.slide-row-item {
  margin: 0 !important;
  padding: 30px 15px 0 15px !important;
  border-left: solid 1px #474747;
}

.slider-style-container .flickity-slider>:not(.is-selected),
.slider-style-focus .flickity-slider>:not(.is-selected),
.slider-style-shadow .flickity-slider>:not(.is-selected) {
  opacity: 1;
}

.slide-text-item h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.flickity-prev-next-button {
  bottom: auto;
  top: -100px;
}

.flickity-prev-next-button.next {
  right: 46%;
}

.flickity-prev-next-button.previous {
  left: 46%;
}

.previous .flickity-button-icon {
  background: url(/wp-content/uploads/2025/09/Vector-3.png) no-repeat center;
  background-size: 30px;
  border-radius: 99px;
}

.next .flickity-button-icon {
  background: url(/wp-content/uploads/2025/09/Vector-2.png) no-repeat center;
  background-size: 30px;
}

path {
  display: none;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
  border: unset;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
  background: unset;
  color: var(--fs-color-primary);
}

ul.links li {
  font-size: 16px;
  text-align: right;
  margin: 0 5px !important;
}

@media screen and (max-width: 767px) {
  .col {
    padding-bottom: 15px;
  }

  .col-blur .col-inner {
    padding: 15px;
  }

  .banner-content p {
    font-size: 14px;
  }

  .btn-prime {
    padding: 8px 10px;
  }

  .btn-prime span {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
  }

  #logo {
    width: 120px;
  }

  .banner-content h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .theTitle h2,
  .theTitle h1 {
    font-size: 24px;
  }

  .theTitle p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .home-box_product {
    padding: 15px;
  }

  .home-box_product .box-text h3 {
    font-size: 16px;
  }

  .home-box_product .box-text p {
    font-size: 18px;
  }

  .nb-number {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .nb-content {
    font-size: 16px;
  }

  .prj-box .box-text {
    padding: 15px;
    opacity: 0;
  }

  .prj-box h3 {
    font-size: 21px;
    line-height: normal;
  }

  .prj-content-cat p {
    font-size: 16px;
    padding: 5px;
  }

  .prj-content-cat {
    top: 15px;
    left: 15px;
  }

  .prj-description {
    margin-top: 10px;
  }

  .slide-btn.prev {
    right: 60px;

  }

  .slide-btn.next {
    right: 10px;
  }

  .acc-why .accordion-item .accordion-title {
    padding: 15px 15px 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
  }

  .acc-why .accordion-inner {
    padding: 0px 15px 15px;
    font-size: 14px;
  }

  .acc-why .accordion-item {
    margin-bottom: 5px;
  }

  .text-normal p {
    font-size: 16px;
    margin-bottom: 10px
  }

  .form-contact .row-1,
  .row-2 {
    margin-bottom: 20px;
  }

  .ft_img-pos-2 {
    max-width: 200px;
    bottom: -22px;
  }

  .ft_img-pos {

    max-width: 150px;
    bottom: -22px;
  }

  .acc-icon .accordion-title {
    padding-right: 0px;
    padding-left: 50px;
  }

  .acc-icon .accordion-title span {
    font-size: 17px;
  }

  .acc-icon .accordion-inner {
    padding: 15px 0px 15px 0px !important;
  }

  .acc-icon .accordion-item {
    margin-bottom: 15px;
  }

  .nb-flex {
    margin-bottom: 15px;
  }

  .ab-number {
    font-size: 28px;
  }

  .swiper-slide-icon .col-inner {
    padding: 30px 15px 30px 15px;
    border-left: dashed 1px;
    border-color: #CECECE;
  }

  .icon-step h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .box-blog-post {
    display: flex;
  }

  .box-blog-post .box-image {
    flex-basis: 40%;
    min-width: 40%;
  }

  .cat-label {
    margin: 0 !important;
  }

  .post-title a {
    font-size: 16px;
    height: 23px;
    color: #111;
  }

  .image-cover {
    padding-top: 75% !important;
  }

  .box-blog-post .button {
    display: none;
  }

  .flickity-prev-next-button {
    bottom: auto;
    top: -50px;
  }

  .flickity-prev-next-button.previous {
    left: 40%;
  }

  .flickity-prev-next-button.next {
    right: 40%;
  }

  h1.entry-title {
    font-size: 24px;
  }

  .entry-category a {
    font-size: 18px;
  }

  .blog-wrapper {
    padding: 30px 0;
  }
}

@media screen and (max-width: 549px) {
  .slider-wrapper .flickity-prev-next-button {
    display: inline;
  }
}

@media screen and (max-width: 1023px) {
  .tab-blog .nav-line-bottom {
    flex-direction: row;
    white-space: nowrap;
    overflow-x: scroll;
    flex-flow: nowrap;
  }

  .tab-blog .nav-line-bottom .active a {
    font-size: 18px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .blog-wrapper {
    padding: 50px 0;
  }

  .flickity-prev-next-button {
    bottom: auto;
    top: -60px;
  }

  .flickity-prev-next-button.previous {
    left: 45%;
  }

  .flickity-prev-next-button.next {
    right: 45%;
  }

  #logo {
    width: 150px;
  }

  .banner-content h1 {
    font-size: 60px;
    line-height: normal;
  }

  .theTitle h2,
  .theTitle h1 {
    font-size: 38px;
  }

  h1.entry-title {
    font-size: 38px;
  }

  .home-box_product .box-text h3 {
    font-size: 18px;
  }

  .home-box_product .box-text p {
    font-size: 20px;
  }

  .nb-number {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .nb-content {
    font-size: 16px;
  }

  .prj-box .box-text {
    padding: 15px;
    opacity: 0;
  }

  .prj-box h3 {
    font-size: 21px;
    line-height: normal;
  }

  .prj-content-cat p {
    font-size: 16px;
    padding: 5px;
  }

  .prj-content-cat {
    top: 15px;
    left: 15px;
  }

  .prj-description {
    margin-top: 10px;
  }

  .slide-btn.prev {
    right: 60px;

  }

  .slide-btn.next {
    right: 10px;
  }

  .acc-icon .accordion-title span {
    font-size: 18px;
  }

  .col-blur .col-inner {
    padding: 15px;
  }

  .ab-number {
    font-size: 28px;
  }

  .nb-flex {
    align-items: center;
    margin-bottom: 15px;
  }

  .swiper-slide-icon .col-inner {
    padding: 30px 30px 50px 30px;
  }

  .icon-step h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}