/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
  --timing: cubic-bezier(0.4, 0, 0.2, 1);
  --nav-btn-size: 60px;
}

.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}

/* ===== SMALL (MOBILE) ===== */
@media (max-width: 549px) {
  /* Display */
  .hide-sm {
    display: none !important;
  }
  .block-sm {
    display: block !important;
  }
  .flex-sm {
    display: flex !important;
  }

  /* Spacing */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  /* Text */
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
}

/* ===== MEDIUM (TABLET) ===== */
@media (min-width: 550px) and (max-width: 849px) {
  .hide-md {
    display: none !important;
  }
  .block-md {
    display: block !important;
  }
  .flex-md {
    display: flex !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }

  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
}

/* ===== LARGE (DESKTOP) ===== */
@media (min-width: 850px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .hide-lg {
    display: none !important;
  }
  .block-lg {
    display: block !important;
  }
  .flex-lg {
    display: flex !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}

h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}

.button:not(add-button):not(.edit-block-button) {
  line-height: 1.4;
  min-height: unset;
}

:where(p:last-child) {
  margin-bottom: 0 !important;
}
.hero-banner-heading {
  max-width: 594px;
}
.hero-banner-gap {
  max-height: 250px;
  height: 20vw !important;
  padding-top: 0 !important;
}
.banner .hero-banner-heading > * {
  margin: 0;
  font-size: 48px;
  line-height: 60px;
}
.hero-banner-desc {
  max-width: 500px;
  font-size: 18px;
  line-height: 28px;
}
.hero-banner-button .kham-pha {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px;
}
.hero-banner-button .kham-pha:after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  background: url(images/angle-down.svg) no-repeat center center;
  background-size: contain;
}
.banner p {
  margin: 0 0 1rem;
}

.button.mf-button {
  border-radius: 99px;
  padding: 16px 54px 16px 54px;
  min-height: unset;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  border: none;
  margin: 0;
}
.button.mf-button span {
  line-height: inherit;
}

.sec-3 h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #1a1a1a;
  line-height: 42px;
}
.sec-3 h2 .clor {
  color: #b6b6c2;
  font-weight: 600;
  display: inline;
  white-space: normal;
}
.sec-3 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1rem;
}
.sec-4 .icon-box-img img {
  width: 26px;
  height: auto;
}
.sec-4 .icon-box-left .icon-box-img + .icon-box-text {
  padding: 0;
}
.sec-4 .icon-box-text h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1rem;
}
.sec-4 .icon-box-text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 29px;
}
.sec-4 .icon-box-text .button.box-button {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: initial;
  padding: 0;
  line-height: 1;
  min-height: unset;
  background: transparent;
  color: #000;
  border: none;
  display: inline-flex;
  gap: 8px;
  box-shadow: none;
}
.sec-4 .icon-box-text .button.box-button:after {
  content: "";
  display: block;
  background-image: url(images/arrow-right-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.sec-4 .featured-image {
  max-width: 296px;
  overflow: hidden;
}
.sec-4 h2 {
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 12px;
  margin: 0 0 88px;
  border-bottom: 1px solid #e4e4e4;
}
.sec-5 h2 {
  font-size: 40px;
  line-height: 50px;
  max-width: 521px;
}
.sec-5 .sec-5-button.white {
  line-height: 18px;
  font-size: 15px;
  letter-spacing: 0;
  border: none;
  margin: 1rem 0 0;
  color: #000 !important;
  margin-right: 32px;
}
.sec-5 .sec-5-button span {
  line-height: inherit;
}
.sec-5 .sec-5-button-vr {
  margin: 1rem 0 0;
  line-height: 18px;
  font-size: 15px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.sec-5 .sec-5-button-vr:after {
  content: "";
  display: block;
  background-image: url(images/vr-360.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.sec-5 .sec-5-button-vr span {
  line-height: inherit;
}
.col-info > .col-inner {
  max-width: 521px;
  margin-left: auto !important;
}

.banner-text {
  padding-block: 48px;
  padding-inline: 40px;
  background-color: var(--fs-color-secondary);
}
.banner-text p {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 48px;
  margin: 0 0 1rem;
}
.banner-text h3 {
  font-size: 128px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 80px;
  line-height: 110px;
}
.banner-text ul {
  margin: 0;
  padding: 0;
}
.banner-text ul li {
  font-size: 16px;
  color: #ffffff;
  list-style: none;
  position: relative;
  padding-left: 42px;
  margin-bottom: 32px;
  margin-left: 0;
}
.banner-text ul li:last-child {
  margin-bottom: 0;
}
.banner-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 26px;
  height: 26px;
  background-image: url(images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.banner-text-col > .col-inner {
  position: static;
}

header.transparent .bar {
  background: #fff;
}
header.transparent .header-main {
  background: transparent;
}
header.transparent .header-logo {
  display: none !important;
}
header.transparent .header-logo-dark {
  display: block !important;
}
header .stuck .header-logo {
  display: block !important;
}
header .stuck .header-logo-dark {
  display: none !important;
}
.zalo-oa-img img {
  width: auto;
}

.wpcf7-spinner {
  display: none;
}
.contact-form label {
  font-weight: 400;
  margin-bottom: 10px;
}
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  box-shadow: none;
  border-radius: 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 {
  box-shadow: none;
}
input,
select,
textarea {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  background: transparent;
  padding: 0;
  margin-top: 5px;
  opacity: 1;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0;
  border-width: 1px;
  font-size: 14px;
  padding: 5px 10px;
}
input.wpcf7-submit {
  min-width: 100px;
  border-radius: 0;
  font-size: 14px;
}
form.wpcf7-form {
  margin: 0;
}
textarea.wpcf7-form-control {
  padding: 0.5em 0.75em;
  min-height: 95px;
}
.contact-form-wrapper .form-group {
  margin-bottom: 1rem;
}
.ggmap iframe {
  display: block;
  border: none;
}

.contact-header h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 54px;
  color: var(--fs-color-primary);
  margin-bottom: 13px;
}
.contact-header p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
.contact-box h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #aeaec3;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contact-box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
}
.contact-box a {
  color: #2c2c33;
}
.contact-box a:hover {
  color: var(--fs-color-primary);
}
.contact-col-1 > .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.follow-links h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #aeaec3;
}
.follow-links ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}
.follow-links ul li {
  margin: 0;
}
.follow-links ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 549px) {
  .contact-header h1 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 10px;
  }
}

.hamburger {
  width: var(--nav-btn-size);
  height: 36px;
  position: relative;
  display: block !important;
}
.hamburger-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.bar {
  height: 2px;
  border-radius: 20px;
  background: var(--fs-color-primary);
}
.bar.top,
.bar.bottom {
  width: 34px;
}
.bar.middle {
  width: 54px;
}
.bar.top,
.bar.bottom {
  margin-left: calc(var(--nav-btn-size) - 34px);
}
.bar.middle {
  margin-left: calc(var(--nav-btn-size) - 54px);
}
.bar.top {
  transition: margin-left 400ms var(--timing) 100ms;
}
.bar.middle {
  transition: margin-left 380ms var(--timing) 0ms;
}
.bar.bottom {
  transition: margin-left 420ms var(--timing) 180ms;
}
.hamburger:hover .bar,
.hamburger:focus-visible .bar {
  margin-left: 0;
}
.text-stack > *,
.text-stack .stack > * {
  flex: 1;
}
.text-stack .number {
  max-width: 40px;
}
@media (min-width: 550px) {
  .text-stack .image-item {
    max-width: 200px;
  }
}
@media (min-width: 850px) {
  .text-stack .number {
    max-width: 80px;
  }
  .text-stack .image-item {
    max-width: 300px;
  }
  .banner-text {
    position: absolute;
    z-index: 2;
    max-width: 521px;
    right: 15px;
    top: calc(100% - 128px);
  }
}
@media (min-width: 850px) and (max-width: 1024px) {
  .text-stack > *,
  .text-stack .stack > * {
    --stack-gap: 5rem !important;
  }
}
@media (max-width: 849px) {
  h2 {
    font-size: 28px;
  }
  .sec-4 .icon-box-img {
    width: 60px !important;
  }
  .sec-4 h2 {
    line-height: 28px;
    margin: 0 0 50px;
  }
  .banner-text p {
    line-height: normal;
  }
  .banner-text h3 {
    font-size: 80px;
    line-height: normal;
    margin-bottom: 50px;
  }
}
@media (max-width: 549px) {
  .banner-text {
    padding: 24px;
  }
  .banner-text h3 {
    font-size: 40px;
  }
  .banner .hero-banner-heading > * {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-banner-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-banner-button .kham-pha:after {
    width: 32px;
    height: 32px;
  }
  .sec-3 h2,
  .sec-5 h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .sec-3 p {
    font-size: 16px;
    line-height: 1.4;
  }

  .sec-4 .featured-image {
    max-width: 100%;
  }
  .sec-4 h2 {
    line-height: 24px;
    margin: 0 0 30px;
  }
  .sec-4 .icon-box-text h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1rem;
  }
  .sec-4 .icon-box-text p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Home hero: replace video with product hero image */
.home #banner-1894193108 .video-bg,
.home #banner-1894193108 .video-overlay,
.home #banner-1894193108 .banner-bg > img.bg,
.home #banner-1416453639 .video-bg,
.home #banner-1416453639 .video-overlay,
.home #banner-1416453639 .banner-bg > img.bg,
.home #banner-630365352 .video-bg,
.home #banner-630365352 .video-overlay,
.home #banner-630365352 .banner-bg > img.bg,
.home .banner.has-hover.has-video.is-full-height .video-bg,
.home .banner.has-hover.has-video.is-full-height .video-overlay,
.home .banner.has-hover.has-video.is-full-height .banner-bg > img.bg {
  display: none !important;
}

.home #banner-1894193108 .banner-bg,
.home #banner-1416453639 .banner-bg,
.home #banner-630365352 .banner-bg,
.home .banner.has-hover.has-video.is-full-height .banner-bg {
  background-image: url("https://mf618.techfindme.xyz/wp-content/uploads/2025/10/TL.T_210.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home #banner-1894193108 .banner-bg::after,
.home #banner-1416453639 .banner-bg::after,
.home #banner-630365352 .banner-bg::after,
.home .banner.has-hover.has-video.is-full-height .banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
