@import "../fonts/SFProDisplay/stylesheet.css";
@import url("../js/libs/lightgallery-bundle.min.css");
@import url("../js/libs/aos.css");
@import url("../js/libs/select2.min.css");
@import url("../js/libs/swiper-bundle.min.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1580px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden auto;
}

.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

input,
button,
select,
textarea {
  font-family: "SF Pro Display", sans-serif;
  outline: none;
  border: none;
  resize: none;
  vertical-align: middle;
  padding-block: 0;
  padding-inline: 0;
}

.container {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 1.6rem;
  }
}

.section {
  padding: 9rem 0;
}

.sec-header {
  margin-bottom: 3.2rem;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.text-orange-500 {
  color: #d8430c;
}

.text-black {
  color: #282321;
}

.text-check {
  padding-left: 2.4rem;
  position: relative;
  margin: 0.8rem 0;
  font-weight: 600;
}
.text-check::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../public/images/icon-check.svg") no-repeat;
  background-size: contain;
}

.aspect-video {
  aspect-ratio: 16/9;
  background-color: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
}

.text-lg {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.text-md {
  font-size: 2.4rem;
}

.text-animate {
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: var(--Black, #282321);
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.2px;
  opacity: 0.1;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2%, -40%);
}
.text-animate.left {
  transform: translate(-20%, -40%);
}
.text-animate.center {
  left: 50%;
  transform: translate(-50%, -40%);
}

.text-sub {
  font-size: 2rem;
  font-weight: 600;
  color: #142ca9;
  padding-left: 2.4rem;
  position: relative;
  max-width: max-content;
  margin-bottom: 0.8rem;
}
.text-sub::before,
.text-sub::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #142ca9;
}
.text-sub::before {
  left: 0;
}
.text-sub::after {
  opacity: 0;
}
.text-sub.center {
  padding-right: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}
.text-sub.center::after {
  opacity: 1;
  right: 0;
}
.text-sub.text-white {
  color: #fff;
}
.text-sub.text-white::before,
.text-sub.text-white::after {
  background-color: #fff;
}

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

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.sticky {
  position: sticky;
}

.relative {
  position: relative;
}

.show-on-tablet {
  display: none;
}

.show-on-pc {
  display: block;
}

.pointer-events-none {
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 5.6rem 0;
  }
  .sec-header {
    margin-bottom: 2.4rem;
  }
  .text-lg {
    font-size: 3.6rem;
  }
  .text-sub {
    font-size: 1.6rem;
  }
  .text-md {
    font-size: 1.8rem;
  }
  .text-check {
    font-weight: 500;
  }
  .text-animate {
    font-size: 8rem;
  }
  .show-on-tablet {
    display: block;
  }
  .show-on-pc {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .text-lg {
    font-size: 2.4rem;
  }
  .text-animate {
    font-size: 5.6rem;
  }
  .text-animate.left {
    transform: translate(-2%, -40%);
  }
}
@media screen and (max-width: 576px) {
  .sec-header {
    margin-bottom: 2rem;
  }
  .text-lg {
    font-size: 3rem;
  }
  .text-lg br {
    display: none;
  }
  .text-animate {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 390px) {
  .banner-tt.text-lg {
    font-size: 2.7rem;
  }
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.d-flex.a-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.d-flex.f-column {
  flex-direction: column;
}
.d-flex.f-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.d-flex.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.d-flex.f-center {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.d-flex.f-center.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.d-flex.f-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.d-flex.f-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.d-flex.f-ctn {
  width: calc(100% + 2.4rem);
  margin-left: -1.2rem;
}
@media (max-width: 1200px) {
  .d-flex.f-ctn {
    width: calc(100% + 1.6rem);
    margin-left: -0.8rem;
  }
}
@media (max-width: 768px) {
  .d-flex.f-ctn {
    width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex-shrink: 1;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

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

.items-end {
  align-items: flex-end;
}

.w-full {
  width: 100%;
}

.col {
  padding: 0 1.2rem;
}
@media (max-width: 1200px) {
  .col {
    padding: 0 0.8rem;
  }
}
@media (max-width: 768px) {
  .col {
    padding: 0 0.4rem;
  }
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-5-5 {
  width: 45.8333333333%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 1200px) {
  .md-col-6 {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .sm-col-12 {
    width: 100%;
  }
  .sm-col-8 {
    width: 66.6666666667%;
  }
  .sm-col-4 {
    width: 33.3333333333%;
  }
}
.btn {
  display: flex;
  padding: 1rem 2.4rem;
  border-radius: 99rem;
  cursor: pointer;
  transition: 0.3s;
  max-width: max-content;
  position: relative;
  overflow: hidden;
}
.btn:hover::after {
  transform: scale(1);
  transform-origin: center left;
}
.btn::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(270deg, #7c0fd1 0, #b34ae6 100%);
  transition: transform 0.5s ease 0s;
  z-index: 1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center right;
  border-radius: 0.6rem;
}
.btn.btn-primary {
  background-color: #d8430c;
  color: #fff;
}
.btn .txt {
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.btn-yc {
  border-radius: 0.6rem;
  padding: 1.2rem;
  background-color: #d8430c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.btn-yc:hover::after {
  transform: scale(1);
  transform-origin: center left;
}
.btn-yc::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(270deg, #7c0fd1 0, #b34ae6 100%);
  transition: transform 0.5s ease 0s;
  z-index: 1;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center right;
  border-radius: 0.6rem;
}
.btn-yc .txt,
.btn-yc .icon {
  position: relative;
  z-index: 2;
}
.btn-yc .icon {
  width: 4.4rem;
  height: 4.4rem;
}
.btn-yc .icon img {
  object-fit: contain;
}
.btn-yc .sub {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.4rem;
}

@media screen and (max-width: 1200px) {
  .btn-yc {
    font-size: 1.8rem;
  }
  .btn-yc .icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media screen and (max-width: 576px) {
  .btn {
    padding: 0.8rem 1.4rem;
  }
  .btn .txt {
    font-weight: 500;
  }
  .btn-yc {
    font-size: 1.6rem;
    padding: 0.8rem;
  }
  .btn-yc .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .btn-yc .sub {
    font-size: 1.2rem;
  }
}
@keyframes arrow-right-ani {
  0% {
    opacity: 0;
    transform: translate(-1.4rem, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(1.4rem, 0);
  }
}
.arrow-right {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.2rem;
  width: 6.8rem;
  height: 28.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.arrow-right img {
  width: auto;
  object-fit: contain;
  margin: -0.8rem;
  animation: arrow-right-ani 1s linear infinite;
}
.arrow-right img:nth-child(2) {
  animation-delay: -0.4s;
}
.arrow-right img:nth-child(3) {
  animation-delay: -0.8s;
}

@media screen and (max-width: 1200px) {
  .arrow-right {
    height: 20rem;
  }
}
@media screen and (max-width: 992px) {
  .arrow-right {
    height: 16rem;
    width: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .arrow-right img {
    margin: -0.4rem;
  }
  .arrow-right img:nth-child(2) {
    animation-delay: -0.2s;
  }
  .arrow-right img:nth-child(3) {
    animation-delay: -0.4s;
  }
}
.select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.2;
  color: #282321;
  padding: 1rem 1.2rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.2rem;
  padding-right: 2rem;
}

.select2-container--default .select2-selection--single {
  border-radius: 0.6rem;
  border: 1px solid var(--Foundation-Grey-grey-100, #bcbbba);
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-results__option {
  line-height: 1.2;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #d8430c;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
}

@media screen and (max-width: 1727px) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
  }
}
.header {
  --height-top: 4rem;
  position: sticky;
  top: 0;
  z-index: 110;
  transition: 0.5s ease-in-out;
}
.header-top {
  height: var(--height-top);
  background-color: #d8430c;
  color: #fff;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.header-top-flex {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}
.header-top .item {
  display: flex;
  align-items: center;
}
.header-top .item-flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0 1.2rem;
  position: relative;
}
.header-top .item-flex:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #fff;
}
.header-top .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
}
.header-top .item .txt {
  font-size: 1.4rem;
  font-weight: 600;
}
.header-main {
  padding: 0.8rem 0;
  background-color: #fff;
}
.header-logo {
  height: 5.6rem;
}
@media screen and (max-width: 576px) {
  .header-logo {
    height: 4.6rem;
  }
  .header-logo .logo {
    transform: translateY(-0.5rem);
  }
}
.header-logo .logo {
  display: flex;
  height: 100%;
}
.header-logo .logo img {
  object-fit: contain;
}
.header-menu .menu-link {
  transition: 0.3s;
  padding: 1.2rem 1.6rem;
  display: flex;
}
.header-menu .menu-link.current,
.header-menu .menu-link:hover {
  color: #d8430c;
}
.header-contact {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .header.small {
    transform: translateY(calc(-1 * var(--height-top)));
  }
}

.contact-mb {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 0.8rem 1.6rem 1.6rem;
}
.contact-mb .item {
  padding-top: 1.6rem;
  border-top: 0.1rem solid #e5e7eb;
}
.contact-mb .item .social-list {
  flex-direction: row;
}
.contact-mb .label {
  font-weight: bold;
  color: #d8430c;
  margin-bottom: 0.8rem;
}
.contact-mb-link {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.8rem 0;
}
.contact-mb-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.4rem;
}
.contact-mb-link .icon img {
  object-fit: contain;
}

@keyframes phoneRingFixed {
  0% {
    transform: rotate(0) skew(1deg) translateY(0);
  }
  10% {
    transform: rotate(-15deg) skew(1deg);
  }
  20% {
    transform: rotate(15deg) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) skew(1deg);
  }
  40% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: rotate(-15deg) skew(1deg);
  }
  60% {
    transform: rotate(15deg) skew(1deg);
  }
  70% {
    transform: rotate(0) skew(1deg);
  }
  100% {
    transform: rotate(0) skew(1deg);
  }
}
.social-fixed {
  position: fixed;
  z-index: 50;
  bottom: 3.2rem;
  right: 3.2rem;
}
.social-fixed img {
  animation: phoneRingFixed 2s ease-in-out infinite;
}
@media screen and (max-width: 1200px) {
  .social-fixed {
    bottom: 1.2rem;
    right: 1.2rem;
    transform: translateY(0);
  }
}

.social-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.social-list .social-item a {
  display: flex;
  width: 4.4rem;
  height: 4.4rem;
}
@media screen and (max-width: 1200px) {
  .social-list .social-item a {
    width: 3.8rem;
    height: 3.8rem;
  }
  .header-top {
    padding: 0.8rem 1.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .header-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    pointer-events: none;
  }
  .header-menu.active {
    pointer-events: auto;
  }
  .header-menu.active .bg {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .header-menu.active .header-menu-wrap {
    transform: translateX(0);
  }
  .header-menu .bg {
    position: fixed;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .header-menu .header-menu-wrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 32rem;
    max-width: 100%;
    height: 100dvh;
    background-color: #fff;
    transition: 0.2s linear;
    transform: translateX(100%);
    overflow: hidden auto;
  }
  .header-menu .header-logo {
    height: 8rem;
    padding: 0.8rem 1.6rem;
    padding-right: 0.8rem;
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-menu .header-logo img {
    object-position: left;
  }
  .menu-list {
    flex-direction: column;
  }
  .menu-list .menu-link {
    padding: 0.8rem 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-top .item-flex {
    padding: 0 0.4rem;
  }

  .header-top .item:nth-child(2) .icon {
    width: 2.8rem;
    height: 2.8rem;
  }

  .header-top .item:nth-child(2) .icon img {
    object-fit: contain;
    object-position: center;
  }

  .header-top .item-flex:not(:first-child)::before {
    content: none;
  }
}
@media screen and (max-width: 576px) {
  .header-top .container {
    padding: 0;
  }
  .header-top .item:nth-child(2) .txt {
    display: none;
  }
}
.hd-bar {
  width: 4rem;
  height: 4rem;
  background: #f7f7f7;
  border-radius: 0.4rem;
}
.hd-bar.active .menu__svg {
  rotate: 45deg;
}
.hd-bar.active .menu__svg path {
  fill: none;
  transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
  stroke: #d8430c;
  stroke-linecap: round;
}
.hd-bar.active .menu__svg path:nth-child(1),
.hd-bar.active .menu__svg path:nth-child(3) {
  stroke-dashoffset: -64px;
}
.hd-bar.active .menu__svg path:nth-child(2) {
  transform-origin: 50%;
  transform: rotate(90deg);
}

.menu__svg {
  transition: 0.4s ease;
}
.menu__svg path {
  fill: none;
  transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
  stroke: #d8430c;
  stroke-width: 6;
  stroke-linecap: round;
}
.menu__svg path:nth-child(1) {
  stroke-dasharray: 40 160;
}
.menu__svg path:nth-child(2) {
  transform: rotate(0);
}
.menu__svg path:nth-child(3) {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 0.4s, stroke-dashoffset 0.4s;
}

.footer {
  padding-top: 9rem;
  font-size: 1.4rem;
}
.footer .item {
  max-width: 25rem;
}
.footer .logo {
  width: auto;
  height: 8.6rem;
  margin-bottom: 1.6rem;
}
.footer .logo a {
  width: auto;
  height: 100%;
}
.footer .logo img {
  object-fit: contain;
  object-position: left;
}
.footer .label {
  margin-bottom: 1.2rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1.6rem;
}
.footer-item-link {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.4rem 0 !important;
  transition: 0.3s;
}
.footer-item-link:hover {
  color: #d8430c;
}
.footer-item-link .d-flex {
  gap: 0.8rem;
}
.footer-item-link .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footer-item-link .social.icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.footer-top {
  padding-bottom: 3.2rem;
}
.footer-bottom {
  padding: 1.6rem 0;
  border-top: 1px solid #bcbbba;
  line-height: 1;
}
.footer-bottom .d-flex {
  gap: 0.8rem;
}
.footer-bottom img {
  height: 2rem;
  width: auto;
}

@media screen and (max-width: 992px) {
  .footer {
    padding-top: 5.6rem;
  }
  .footer-top > .d-flex {
    gap: 2.4rem;
    flex-wrap: wrap;
  }
  .footer-bottom img {
    height: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding-top: 4.2rem;
  }
  .footer-bottom .d-flex {
    justify-content: flex-start;
  }

  .section {
    overflow: hidden;
  }
}
.banner {
  padding: 6.4rem 0;
  background-color: #081247;
  color: #fff;
  position: relative;
  z-index: 1;
}
.banner-decor {
  position: absolute;
}
.banner-decor-1 {
  top: 8%;
  left: 1%;
  width: 10%;
}
.banner-decor-2 {
  bottom: 10%;
  left: 5%;
  width: 3%;
}
.banner-decor-3 {
  top: 10%;
  right: 8%;
  width: 0.8%;
}
.banner-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  overflow: hidden;
}
.banner-bg img {
  height: auto;
}
.banner .content {
  max-width: 62.8rem;
}
.banner-sub {
  margin-bottom: 1.6rem;
  padding: 0.4rem 1.2rem;
  border-radius: 99rem;
  background-color: #d8430c;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  max-width: max-content;
}
.banner-tt {
  margin-bottom: 2.4rem;
}
.banner-desc {
  margin-bottom: 2.4rem;
}
.banner-desc p {
  margin: 0.8rem 0;
}

@media screen and (max-width: 1200px) {
  .banner .col-7,
  .banner .col-5 {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .banner .d-flex {
    flex-wrap: wrap;
    gap: 3.2rem;
  }
  .banner .col-7,
  .banner .col-5 {
    width: 100%;
  }
  .banner .content {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .banner .d-flex {
    gap: 1.6rem;
  }

  .header-top-flex {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 380px) {
  .banner-tt br {
    display: none;
  }
}
.sec-about {
  position: relative;
  padding-bottom: 0;
}
.sec-about .img {
  float: right;
  padding-right: 8rem;
  width: calc((100vw - 1280px) / 2 + 640px);
  min-height: 100%;
  display: flex;
  align-items: flex-end;
}

.sec-vision {
  background-color: #f4f5f8;
  position: relative;
}
.sec-vision-neo {
  position: absolute;
  top: 0;
  right: 15%;
  width: 5%;
  overflow: hidden;
}
.sec-vision-header {
  margin-bottom: 3.2rem;
}
.sec-vision-content .wrap {
  height: 100%;
  border-left: 0.3rem solid var(--Orange-orange-500, #d8430c);
  background: var(--White, #fff);
  display: flex;
  padding: 2.4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  position: relative;
  transition: 0.3s;
  transition-delay: 0.7s;
}
.sec-vision-content .wrap.active {
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.08);
}
.sec-vision-content .wrap.active::before {
  transform: scaleX(0);
}
.sec-vision-content .wrap::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: #f4f5f8;
  transform-origin: center right;
  transition: 0.5s linear;
  transition-delay: 0.2s;
}
.sec-vision-content .wrap .icon {
  width: 4rem;
  height: 4rem;
}
.sec-vision-content .wrap .txt {
  letter-spacing: 0.32px;
}
.sec-vision-content .wrap .label {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .sec-about .img {
    padding-right: 3.2rem;
  }
  .sec-vision-content .wrap {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .sec-about .d-flex {
    flex-direction: column-reverse;
    gap: 3.2rem;
  }
  .sec-about .col-6 {
    width: 100%;
  }
  .sec-about .img {
    width: 100%;
    padding-right: 0;
  }
  .sec-vision-content .wrap {
    gap: 1.2rem;
  }
  .sec-vision-content .wrap .icon {
    width: 3rem;
    height: 3rem;
  }
  .sec-vision-content .wrap .label {
    margin-bottom: 0.8rem;
  }
  .sec-vision-content .wrap .desc {
    font-size: 1.4rem;
  }
  .sec-vision-content .wrap {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-vision-content .d-flex {
    flex-direction: column;
    gap: 1.6rem;
  }
  .sec-vision-content .d-flex .item {
    width: 100%;
  }
  .sec-vision-content .wrap .desc {
    font-size: 1.6rem;
  }
}
.sec-warranty {
  position: relative;
}
.sec-warranty .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
}
.sec-warranty .sec-content {
  margin-top: 5.6rem;
}
.sec-warranty .sec-content .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  position: relative;
  border-radius: 1.6rem;
  padding: 2.4rem;
  padding-top: 6.4rem;
  background-color: #fff;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.08);
}
.sec-warranty .sec-content .wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2.5rem);
  width: 74%;
  height: 5rem;
  clip-path: polygon(4% 0%, 96% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(180deg, #d8430c 0%, #722307 100%);
}
.sec-warranty .sec-content .wrap-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2.5rem);
  width: 70%;
  height: 8.6rem;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  mask-image: url("../public/images/home/warranty-mask.png");
  mask-position: center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background: linear-gradient(to bottom, #e5815c, #d8430c);
  color: #fff;
}
.sec-warranty .sec-content .wrap-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  height: 85%;
  background: url("../public/images/home/warranty-mask-line.png") no-repeat;
  background-size: 100% 100%;
}
.sec-warranty .sec-content .wrap-header .year {
  transform: translateY(-0.2rem);
}
.sec-warranty .sec-footer {
  margin-top: 3.2rem;
}
.sec-warranty .sec-footer .img {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .sec-warranty .sec-content .wrap {
    padding: 1.2rem;
    padding-top: 6.4rem;
  }
}
@media screen and (max-width: 992px) {
  .sec-warranty .sec-content .d-flex {
    flex-wrap: wrap;
    gap: 4.8rem 0;
    justify-content: space-around;
  }
  .sec-warranty .sec-content .d-flex .item {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  .sec-warranty .sec-header {
    width: 100%;
  }
  .sec-warranty .sec-content .d-flex .item {
    width: 100%;
  }
  .sec-warranty .sec-footer .d-flex {
    flex-direction: column;
  }
  .sec-warranty .sec-footer .d-flex .col-5-5 {
    width: 100%;
  }
  .sec-warranty .sec-footer .d-flex .col-1 {
    width: 100%;
    height: 8rem;
    position: relative;
  }
  .sec-warranty .sec-footer .d-flex .arrow-right {
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
    margin: unset;
    top: 50%;
    left: 50%;
  }
  .sec-warranty .text-md {
    font-size: 2rem;
  }
}
.sec-feedback {
  background-color: #f4f5f8;
}
.sec-feedback .grid-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  opacity: 0.4;
}
.sec-feedback .grid-decor-2 {
  left: unset;
  right: 0;
  transform: rotateY(-180deg);
}
.sec-feedback .sec-content .list {
  flex-wrap: wrap;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .sec-feedback .sec-content .list {
    flex-direction: column;
    gap: 1.6rem;
  }
  .sec-feedback .sec-content .list .item {
    width: 100%;
  }
  .sec-feedback .sec-content .list {
    gap: 1.6rem 0;
  }
}
@media screen and (max-width: 576px) {
  .sec-feedback .sec-content .list {
    gap: 0.8rem 0;
  }
}
.sec-project {
  background-color: #282321;
  color: #fff;
  overflow: hidden;
}
.sec-project-img {
  transform-style: preserve-3d;
  user-select: none;
  width: 100%;
  height: 100%;
  height: 600px;
}
.sec-project-perspective {
  perspective: 2500px;
  width: 584px;
  height: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-project .project-js,
.sec-project .project-img-js {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  user-select: none;
  position: absolute;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  touch-action: manipulation;
}
.sec-project .project-img-js {
  background-repeat: no-repeat;
  background-size: 120% 120%;
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* .sec-project .project-img-js::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d8430c;
  mix-blend-mode: hard-light;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.sec-project .project-img-js::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.2rem;
  height: 4.2rem;
  background: url("../public/images/icons/icon-zoom.svg") no-repeat;
  background-size: 2.4rem 2.4rem;
  background-position: center;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
} */
/* .sec-project .project-img-js:hover::before, .sec-project .project-img-js:hover::after {
  opacity: 1;
} */

@media screen and (max-width: 1727px) {
  .sec-project-perspective {
    width: 488px;
    height: 650px;
    perspective: 2000px;
  }
}
@media screen and (max-width: 992px) {
  .sec-project-perspective {
    width: 388px;
    height: 550px;
    perspective: 1000px;
  }
}
@media screen and (max-width: 576px) {
  .sec-project-img {
    height: 340px;
  }
  .sec-project .project-img-js {
    background-size: 140% 140%;
  }
  .sec-project-perspective {
    width: 288px;
    height: 450px;
    perspective: 800px;
  }
}
.sec-service {
  background-color: #f4f5f8;
  padding: 0;
  padding-top: 4rem;
  overflow: hidden;
}
.sec-service-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 2.16;
}
@media screen and (max-width: 1727px) {
  .sec-service-img {
    aspect-ratio: 2.4;
  }
}
@media screen and (max-width: 1427px) {
  .sec-service-img {
    aspect-ratio: 2.7;
  }
}
.sec-service-img .item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.sec-service-img .item:nth-child(even) .piece-item:nth-child(1) div {
  transform: translate(0, -10%);
}
.sec-service-img .item:nth-child(even) .piece-item:nth-child(2) div {
  transform: translate(-25%, -30%);
}
.sec-service-img .item:nth-child(even) .piece-item:nth-child(3) div {
  transform: translate(-50%, -50%);
}
.sec-service-img .item:nth-child(even) .piece-item:nth-child(4) div {
  transform: translate(-75%, -70%);
}
.sec-service-img .item.active {
  opacity: 1;
}
.sec-service-img .item.active:nth-child(1) .piece-item:nth-child(1):before,
.sec-service-img .item.active:nth-child(2) .piece-item:nth-child(2):before,
.sec-service-img .item.active:nth-child(3) .piece-item:nth-child(3):before,
.sec-service-img .item.active:nth-child(4) .piece-item:nth-child(4):before {
  background-color: rgba(40, 40, 40, 0.65);
}
.sec-service-img .item.active .piece-item:nth-child(2) div {
  transform: translateX(-25%);
}
.sec-service-img .item.active .piece-item:nth-child(3) div {
  transform: translateX(-50%);
}
.sec-service-img .item.active .piece-item:nth-child(4) div {
  transform: translateX(-75%);
}
.sec-service-img .item.active .piece-item div {
  transition-duration: 1.5s;
  transition-delay: 0s;
}
.sec-service-img .item.active:nth-child(even) .piece-item:nth-child(1) div {
  transform: translateX(0);
}
.sec-service-img .item.active:nth-child(even) .piece-item:nth-child(2) div {
  transform: translateX(-25%);
}
.sec-service-img .item.active:nth-child(even) .piece-item:nth-child(3) div {
  transform: translateX(-50%);
}
.sec-service-img .item.active:nth-child(even) .piece-item:nth-child(4) div {
  transform: translateX(-75%);
}
.sec-service-img .piece-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.sec-service-img .piece-item:nth-child(2) {
  left: 25%;
}
.sec-service-img .piece-item:nth-child(3) {
  left: 50%;
}
.sec-service-img .piece-item:nth-child(4) {
  left: 75%;
}
.sec-service-img .piece-item div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.sec-service-img .piece-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(40, 40, 40, 0.85);
  border-right: 0.1rem solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}
.sec-service-img .piece-item:hover::before {
  background-color: rgba(40, 40, 40, 0.65);
}
.sec-service-img .pieces-content {
  position: absolute;
  inset: 0;
}
.sec-service-img .pieces-content-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
}
.sec-service-img .pieces-content-js:nth-child(2) {
  left: 25%;
}
.sec-service-img .pieces-content-js:nth-child(3) {
  left: 50%;
}
.sec-service-img .pieces-content-js:nth-child(4) {
  left: 75%;
}
.sec-service-img .pieces-content-js.active .content {
  transform: translateY(0);
}
.sec-service-img .pieces-content .content {
  --pd: 3.2rem;
  position: absolute;
  z-index: 2;
  top: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: var(--pd);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  color: #fff;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  transform: translateY(calc(100% - var(--pd) - 4.8rem));
}

@media screen and (max-width: 1200px) {
  .sec-service-img .pieces-content .content {
    --pd: 1.2rem;
    transform: translateY(calc(100% - var(--pd) - 3.5rem));
  }
}
@media screen and (max-width: 992px) {
  .sec-service-img .pieces-content .content {
    --pd: 0.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-service-img {
    overflow-x: hidden;
    aspect-ratio: unset;
    padding-bottom: 0rem;
  }
  .sec-service-img .item,
  .sec-service-img .pieces-content {
    position: relative;
    width: 100%;
    opacity: 1;
  }

  .sec-service-img .piece-item div {
    width: 100vw;
    position: relative;
    aspect-ratio: 16 / 9;
    transform: translate(0) !important;
  }
  .sec-service-img .piece-item {
    position: relative;
    width: 100%;
    display: none;
  }
  .sec-service-img .piece-item:nth-child(1) {
    display: block;
  }
  .sec-service {
    padding-top: 1.2rem;
  }
  .sec-service-img .pieces-content {
    position: absolute;
    display: flex;
    flex-direction: column;
  }
  .sec-service-img .pieces-content-js {
    width: 100%;
    height: calc(100% / 4);
    left: 0 !important;
    display: flex;
    align-items: flex-end;
  }
  .sec-service-img .pieces-content-js:nth-child(2) {
    top: 25%;
  }
  .sec-service-img .pieces-content-js:nth-child(3) {
    top: 50%;
  }
  .sec-service-img .pieces-content-js:nth-child(4) {
    top: 75%;
  }
  .sec-service-img .pieces-content .content {
    transform: translate(0);
    gap: 0.2rem;
    height: auto;
    bottom: 0;
  }
  .sec-service-img .pieces-content .content::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
    width: calc(100% + 0.8rem);
    left: -0.8rem;
    bottom: 0rem;
    z-index: -1;
    height: 150%;
  }
  .sec-service-img .piece-item::before {
    background-color: rgba(40, 40, 40, 0) !important;
  }
}
.my-form {
  border-radius: 1.6rem;
  padding: 1.6rem;
  background-color: #fff;
  color: #282321;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: sticky;
  top: 9rem;
}
.my-form-header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  --gap-list: 3.2rem;
}
.my-form-header .list {
  display: flex;
  justify-content: space-between;
  gap: var(--gap-list);
}
.my-form-header .list .item {
  width: 33.3333333333%;
}
.my-form-header .list .item:not(:first-child) {
  position: relative;
}
.my-form-header .list .item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(var(--gap-list) / 2 * -1);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 70%;
  background-color: #bcbbba;
}
.my-form-header .list .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8rem;
}
.my-form-header .list .txt {
  font-size: 1.4rem;
  line-height: 1.4;
}
.my-form .form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.my-form .f-r {
  width: 100%;
  position: relative;
}
.my-form .label {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  display: block;
}
.my-form .ipt {
  display: inline-block;
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 0.6rem;
  border: 1px solid var(--Foundation-Grey-grey-100, #bcbbba);
  font-size: 1.6rem;
  font-weight: normal;
}
.my-form .ipt::placeholder {
  color: #bcbbba;
}
.my-form .ipt:focus {
  border-color: #d8430c;
}
.my-form .textarea {
  min-height: 9.2rem;
}

.wpcf7-form-control-wrap {
  position: unset;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  right: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
}

@keyframes aniOpa {
  25%,
  75% {
    opacity: 0;
  }

  0%,
  100%,
  50% {
    opacity: 1;
  }
}

.my-form::after,
.my-form::before {
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}

.my-form::after {
  z-index: -2;
  background-color: #d8430c;
  box-shadow: inset 0 0 0 0.1em #d8430c,
    inset 0 0 0.8em 0.2em rgba(244, 31, 148, 0.8), 0 0 0 0.1em #d8430c,
    0 0 0.8em 0.2em rgba(244, 31, 148, 0.8);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.my-form::before {
  background-color: #fff;
  z-index: -1;
}

.my-form.active::after {
  animation: aniOpa 4s linear 0.3s infinite;
  opacity: 1;
}

.noti-login-overlay {
  --webkit-filter: drop-shadow(10px);
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  z-index: -3;
  cursor: pointer;
}

.my-form.active .noti-login-overlay {
  opacity: 1;
  pointer-events: visible;
}

@keyframes spin-ani {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.my-form .f-r.f-r-submit::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  background: url("../public/images/icons/loading-2.png") no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  animation-name: spin-ani;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.my-form .wpcf7-form.submitting .f-r.f-r-submit {
  pointer-events: none;
  opacity: 0.4;
}

.my-form .wpcf7-form.submitting .f-r.f-r-submit::before {
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .my-form-header {
    --gap-list: 1.6rem;
  }
  .my-form-header .list .txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 380px) {
  .my-form-header {
    --gap-list: 1.2rem;
  }
  .my-form-header .list .txt {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=styles.css.map */
