/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --timing: cubic-bezier(.4,.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-small { display: none !important; }
  .block-small { display: block !important; }
  .flex-small { display: flex !important; }

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

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

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

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

  .text-medium-left { text-align: left !important; }
  .text-medium-center { text-align: center !important; }
  .text-medium-right { text-align: right !important; }
  
  .order-medium-1 {
    order: 1;
  }
  .order-medium-2 {
    order: 2;
  }
  .order-medium-3 {
    order: 3;
  }
}

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

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

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

: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;
}

@media (max-width: 849px) {
    .sec-4 .icon-box-img {
        width: 60px !important;
    }
    .sec-4 h2 {
        line-height: 28px;
        margin: 0 0 50px;
    }
}
@media (max-width: 549px) {
    .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;
    }
}
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: .5em .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;
}