@charset "UTF-8";
@font-face {
  font-family: "SVN-Gotham Book";
  src: url("../fonts/SVN-GothamBook.eot");
  src: url("../fonts/SVN-GothamBook.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GothamBook.woff2") format("woff2"), url("../fonts/SVN-GothamBook.woff") format("woff"), url("../fonts/SVN-GothamBook.ttf") format("truetype"), url("../fonts/SVN-GothamBook.svg#SVN-GothamBook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham Light";
  src: url("../fonts/SVN-GothamLight.eot");
  src: url("../fonts/SVN-GothamLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GothamLight.woff2") format("woff2"), url("../fonts/SVN-GothamLight.woff") format("woff"), url("../fonts/SVN-GothamLight.ttf") format("truetype"), url("../fonts/SVN-GothamLight.svg#SVN-GothamLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamBold.eot");
  src: url("../fonts/SVN-GothamBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GothamBold.woff2") format("woff2"), url("../fonts/SVN-GothamBold.woff") format("woff"), url("../fonts/SVN-GothamBold.ttf") format("truetype"), url("../fonts/SVN-GothamBold.svg#SVN-GothamBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Moneta Sans";
  src: url("../fonts/SVN-MonetaSans-Bold.eot");
  src: url("../fonts/SVN-MonetaSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-MonetaSans-Bold.woff2") format("woff2"), url("../fonts/SVN-MonetaSans-Bold.woff") format("woff"), url("../fonts/SVN-MonetaSans-Bold.ttf") format("truetype"), url("../fonts/SVN-MonetaSans-Bold.svg#SVN-MonetaSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Moneta Sans";
  src: url("../fonts/SVN-MonetaSans-Black.eot");
  src: url("../fonts/SVN-MonetaSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-MonetaSans-Black.woff2") format("woff2"), url("../fonts/SVN-MonetaSans-Black.woff") format("woff"), url("../fonts/SVN-MonetaSans-Black.ttf") format("truetype"), url("../fonts/SVN-MonetaSans-Black.svg#SVN-MonetaSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Bebas Neue";
  src: url("../fonts/SVN-BebasNeue.eot");
  src: url("../fonts/SVN-BebasNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-BebasNeue.woff2") format("woff2"), url("../fonts/SVN-BebasNeue.woff") format("woff"), url("../fonts/SVN-BebasNeue.ttf") format("truetype"), url("../fonts/SVN-BebasNeue.svg#SVN-BebasNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DT Phudu";
  src: url("../fonts/DTPhudu-Medium.eot");
  src: url("../fonts/DTPhudu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DTPhudu-Medium.woff2") format("woff2"), url("../fonts/DTPhudu-Medium.woff") format("woff"), url("../fonts/DTPhudu-Medium.ttf") format("truetype"), url("../fonts/DTPhudu-Medium.svg#DTPhudu-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-phudu: "DT Phudu";
  --font-body: "SVN-Gotham Book", serif;
  --font-title: "SVN-Moneta Sans";
  --font-sub-title: "SVN-Gotham Book";
  --font-light-title: "SVN-Gotham Light";
  --font-bebas: "SVN-Bebas Neue";
  --width-container: 1222px;
  --color-brown-light:#F4C6B0;
  --color-brouwn: #965A25;
  --color-green: #576805;
  --color-green-dark: #3C451D;
  --color-primary:rgba(105,16,40,1);
  --color-green-light: #979B54;
  --color-green-dark-2: #434C21;
  --color-theme: #F2F4E9;
  --color-white: #fff;
  --color-gradient:linear-gradient(0deg, #FCDBA2 17.65%, #6C2A2F 98.31%);
  --color-grad: linear-gradient(89.92deg, #BA9975 0.08%, #CDAF97 98.78%);
  --colorgrad-trans: linear-gradient(255.83deg, #5D6223 5.11%, #5D6223 59.57%, rgba(93, 98, 35, 0.761004) 70.22%, rgba(93, 98, 35, 0) 85.59%);
}
@media (min-width: 1700px) {
  :root {
    --width-container: 1496px;
  }
}
@media (min-width: 1920px) {
  :root {
    --width-container: 1690px;
  }
}
@media (min-width: 2560px) {
  :root {
    --width-container: 2254px;
  }
}

html {
  font-size: 15px;
  scroll-behavior: smooth;
}
@media (min-width: 1440px) {
  html {
    font-size: 14px;
    font-size: clamp(16px, 1vw + 8px, 20px);
  }
}
@media (min-width: 768px) and (max-width: 1056px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgb(10, 13, 54);
  line-height: 1.5;
  font-weight: 400;
}

.btn_primary {
  cursor: pointer;
  height: 48px;
  padding: 0 32px;
  background: rgb(10, 13, 54);
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-primary);
}
.btn_primary a {
  color: var(--color-white);
}
.btn_primary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  transition: height 0.5s ease;
  color: var(--color-white);
  background: #fff;
}
.btn_primary span, .btn_primary i, .btn_primary svg {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn_primary:hover {
  border: 1px solid rgb(10, 13, 54);
}
.btn_primary:hover::after {
  height: 100%;
}
.btn_primary:hover path {
  fill: var(--color-blue);
}
.btn_primary:hover span, .btn_primary:hover i {
  color: rgb(10, 13, 54);
}
@media (max-width: 1050px) and (min-width: 768px) {
  .btn_primary {
    font-size: 14px;
    height: 44px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .btn_primary {
    font-size: 14px;
    height: 44px;
  }
  .btn_primary::after {
    display: none;
  }
  .btn_primary:hover {
    color: var(--color-primary);
  }
  .btn_primary:hover span, .btn_primary:hover i {
    color: var(--color-primary);
  }
}

.main {
  background: var(--color-theme);
}

.container_frame {
  width: var(--width-container);
  display: block;
  margin: auto;
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .container_frame {
    width: calc(100% - 6.68rem);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container_frame {
    width: calc(100% - 3.125rem);
  }
}
@media (max-width: 767px) {
  .container_frame {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-left-section {
  padding-left: calc((100% - var(--width-container)) / 2);
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .p-left-section {
    padding-left: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .p-left-section {
    padding-left: 40px;
  }
}
@media (max-width: 769px) {
  .p-left-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-right-section {
  padding-right: calc((100% - var(--width-container)) / 2);
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .p-right-section {
    padding-right: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .p-right-section {
    padding-right: 40px;
  }
}
@media (max-width: 769px) {
  .p-right-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.segTitle {
  font-size: 60px;
  font-family: var(--font-phudu);
  font-weight: 500;
  line-height: 1;
  color: rgb(255, 244, 216);
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .segTitle {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
}

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

article {
  line-height: 1.5;
}

.bgDark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5098039216);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.bgDark.active {
  pointer-events: auto;
  opacity: 1;
}

.header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.0392156863);
}
.header.is-up {
  transform: translate(0, -200px);
}
.header.is-down {
  transform: none;
}
.header a:hover {
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .container_frame {
  z-index: 10;
  position: relative;
}
.header .gradient-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.header .gradient-blur > div,
.header .gradient-blur::before,
.header .gradient-blur::after {
  position: absolute;
  inset: 0;
}
.header .gradient-blur::before {
  opacity: 0;
  content: "";
  z-index: 1;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 70%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 70%);
}
.header .gradient-blur > div:nth-of-type(1) {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.8) 42%, rgba(255, 255, 255, 0.6) 48%, rgba(255, 255, 255, 0.4) 52%, rgba(255, 255, 255, 0.2) 58%, rgba(255, 255, 255, 0) 65%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.8) 42%, rgba(255, 255, 255, 0.6) 48%, rgba(255, 255, 255, 0.4) 52%, rgba(255, 255, 255, 0.2) 58%, rgba(255, 255, 255, 0) 65%);
}
.header .gradient-blur > div:nth-of-type(2) {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 60%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 60%);
}
.header .gradient-blur > div:nth-of-type(3) {
  z-index: 4;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 60%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 60%);
}
.header .gradient-blur > div:nth-of-type(4) {
  display: block;
  z-index: 5;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  -webkit-mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 47%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 57%);
          mask: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 47%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 57%);
}
.header .gradient-blur > div:nth-of-type(5),
.header .gradient-blur > div:nth-of-type(6),
.header .gradient-blur::after {
  display: none;
}
.header .content_header {
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  height: 86px;
}
.header .right_menu_header-1 {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 20px;
  border-radius: 50px;
  gap: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #FFF4D8;
}
.header .right_menu_header-1 .txt {
  font-size: 12px;
  text-transform: uppercase;
  color: #0A0D36;
}
.header .right_menu_header-1:hover {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease;
}
.header .--right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .right_menu_header {
  background-image: url(/wp-content/uploads/2025/05/Section-9-scaled.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100vh;
  z-index: 9999;
  transform: translateX(100%);
  transition: all 0.5s ease;
  display: flex;
  flex-flow: column;
  gap: 16px;
  justify-content: center;
}
.header .right_menu_header .--close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.header .right_menu_header ul {
  list-style: none;
  display: flex;
  gap: 52px;
  align-items: center;
  margin: 0;
  flex-flow: column;
  gap: 16px;
  padding: 0;
}
.header .right_menu_header ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.header .right_menu_header.open {
  transform: translateX(0);
}
.header .right_menu_header .menu {
  flex-flow: column;
  height: 100%;
}
.header .right_menu_header .menu a {
  padding: 0.875rem 1rem;
  color: #fff;
}
.header .btn_service {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 20px;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.header .btn_service:hover {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease;
}
.header .logo_header {
  display: flex;
  gap: 60px;
  justify-content: center;
  height: 54px;
  transition: all 0.5s ease;
}
.header .logo_header .--item {
  height: 100%;
  position: relative;
}
.header .logo_header .--item img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo_header .--item .logo_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: all 0.5s ease;
}
.header .logo_header .--item .logo_white {
  transition: all 0.5s ease;
}
.header .logo img {
  width: 150px;
}
.header .menu_header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .menu_header .menu li.current-menu-item a, .header .menu_header .menu li:hover a {
  color: var(--color-brouwn);
}
.header .menu_header .menu a {
  display: block;
  color: var(--color-green-dark-2);
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1.875rem 1rem;
  transition: all 0.5s ease;
}
.header.change {
  transition: all 0.3s ease;
}
.header.change .gradient-blur::before {
  opacity: 1;
  transition: all 0.5s ease;
}
.header.change .logo_header {
  height: 46px;
  transition: all 0.5s ease;
}
.header.change .logo img {
  filter: brightness(20);
}
.header.change .menu li a {
  padding: 1rem 1rem;
  color: #fff;
}
.header.change .menu li.current-menu-item a, .header.change .menu li:hover a {
  color: var(--color-green-dark-2);
}
.header.hide {
  margin-top: -86px;
}
@media (max-width: 767px) {
  .header {
    background-image: url(/wp-content/uploads/2025/05/Header-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header .content_header {
    padding: 15px 0;
    height: 60px;
  }
  .header .right_menu_header {
    width: 80%;
  }
  .header .btn_service {
    display: none;
  }
  .header .right_menu_header-1 {
    border: none;
    background: transparent;
  }
  .header .right_menu_header-1 .txt {
    display: none;
  }
  .header .right_menu_header-1:hover {
    background: transparent;
  }
  .header .right_menu_header-1 .animated-icon1 span {
    background: #fff;
  }
  .header .logo_header {
    gap: 16px;
    height: 100%;
  }
}

.animated-icon1 {
  display: flex;
  margin-top: 0;
  height: 44px;
  /* height: 0; */
  transform: rotate(0deg);
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.animated-icon1 span {
  display: block;
  /* position: absolute; */
  height: 1px;
  width: 14px;
  border-radius: 8px;
  opacity: 1;
  /* left: 0; */
  transform: rotate(0deg);
  transition: all 0.5s ease;
  background: #0A0D36;
  margin: 2px 0;
}
.animated-icon1.open span:nth-child(1) {
  transform: rotate(135deg);
  margin: -8px 0;
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
.animated-icon1.open span:nth-child(3) {
  transform: rotate(-135deg);
}

button:focus, button:focus-visible {
  outline: none;
  box-shadow: none;
}

.homeBanner img {
  width: 100%;
  height: auto;
}
.homeBanner video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (max-width: 767px) {
  .homeBanner {
    padding-top: 60px;
  }
}

.homeIntro {
  padding-top: 100px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homeIntro .img_decor_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.homeIntro .img_decor_2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: auto;
  animation: parallax_img2 12s ease-in-out infinite;
}
.homeIntro .segTitle {
  margin-bottom: 10px;
  color: rgb(10, 13, 54);
}
.homeIntro .subTitle {
  font-size: 24px;
  color: #721212;
  margin-bottom: 28px;
  font-weight: 600;
  line-height: 1;
}
.homeIntro .title_intro {
  font-size: 18px;
  color: var(--color-primary);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.homeIntro .content_intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px;
}
.homeIntro .content_intro article {
  text-align: justify;
  font-weight: 700;
}
.homeIntro .content_intro .--right ul {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.homeIntro .content_intro .--right ul li {
  display: flex;
  gap: 4px;
}
.homeIntro .content_intro .--right ul li img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeIntro .content_intro .--right ul li .title_list {
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.5;
  text-transform: uppercase;
}
.homeIntro .container_frame {
  position: relative;
}
.homeIntro .img_decor_1 {
  position: absolute;
  top: -100px;
  left: 0;
  width: 30%;
  height: auto;
  pointer-events: none;
}
.homeIntro .bg_blur {
  margin-top: -70px;
  position: relative;
}
.homeIntro .bg_blur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.94) 14.51%, rgba(255, 255, 255, 0.83) 28.18%, rgba(255, 255, 255, 0.64) 48.91%, rgba(255, 255, 255, 0.4) 71.75%, rgba(255, 255, 255, 0.24) 85.44%, rgba(255, 255, 255, 0) 100%);
}
.homeIntro .img_bg {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .homeIntro {
    padding-top: 95px;
  }
  .homeIntro .img_bg {
    margin-top: 0;
  }
  .homeIntro .img_decor_1 {
    top: -95px;
  }
  .homeIntro .subTitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .homeIntro .content_intro {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .homeIntro .content_intro article {
    text-align: justify;
  }
}

@keyframes parallax_img2 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(30px) rotate(0deg);
  }
}
.homeOverview {
  margin-top: -2px;
  padding-top: 100px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.homeOverview .container_frame {
  position: relative;
  z-index: 2;
}
.homeOverview .img_decor_1 {
  position: absolute;
  width: 30%;
  height: auto;
  top: -100px;
  z-index: -1;
  left: 0;
  pointer-events: none;
}
.homeOverview .segTitle {
  text-align: center;
  margin-bottom: 60px;
}
.homeOverview .content_overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.homeOverview .content_overview .--right .tab-content {
  margin-bottom: 10px;
}
.homeOverview .content_overview .--right .img_preview {
  border: 1px solid rgba(203, 173, 147, 0.4);
}
.homeOverview .content_overview .--right .img_preview img {
  height: auto;
  margin: 0 auto;
  display: block;
}
.homeOverview .content_overview .--right .nav-tabs {
  justify-content: center;
  border-bottom: none;
}
.homeOverview .content_overview .--right .nav-tabs .nav-link {
  color: #fff;
  font-weight: 450;
  text-transform: uppercase;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: 0 16px;
}
.homeOverview .content_overview .--right .nav-tabs .nav-link:hover {
  background: var(--color-white);
  color: rgb(10, 13, 54);
}
.homeOverview .content_overview .--right .nav-tabs .nav-link.active {
  background: var(--color-white);
  color: rgb(10, 13, 54);
}
.homeOverview .content_overview .--left .desc {
  color: #fff;
  margin-bottom: 40px;
}
.homeOverview .content_overview .--left .list_info {
  display: flex;
  gap: 20px;
  flex-flow: column;
}
.homeOverview .content_overview .--left .list_info .item_info {
  display: flex;
  align-items: flex-start;
}
.homeOverview .content_overview .--left .list_info .item_info p {
  margin-bottom: 0;
}
.homeOverview .content_overview .--left .list_info .item_info .icon {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeOverview .content_overview .--left .list_info .item_info .title_info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 250px;
  flex: 0 0 auto;
}
.homeOverview .content_overview .--left .list_info .item_info .info {
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .homeOverview {
    padding: 40px 0;
  }
  .homeOverview .segTitle {
    margin-bottom: 24px;
  }
  .homeOverview .img_decor_1 {
    top: -40px;
  }
  .homeOverview .content_overview {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.homeCoordinates {
  padding-top: 100px;
  position: relative;
  background: rgb(249, 250, 251);
}
.homeCoordinates .container_frame {
  position: relative;
  z-index: 25;
}
.homeCoordinates .segTitle {
  text-align: center;
  margin-bottom: 55px;
  color: rgb(10, 13, 54);
}
.homeCoordinates .list_coordinates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  position: relative;
  z-index: 2;
}
.homeCoordinates .list_coordinates .item_coordinates {
  display: flex;
  gap: 4px;
  font-weight: 600;
}
.homeCoordinates .list_coordinates .item_coordinates svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}
.homeCoordinates .bg_blur {
  margin-top: -70px;
  position: relative;
}
.homeCoordinates .bg_blur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.94) -9.49%, rgba(255, 255, 255, 0.83) 28.18%, rgba(255, 255, 255, 0.64) 48.91%, rgba(255, 255, 255, 0.4) 71.75%, rgba(255, 255, 255, 0.24) 85.44%, rgba(255, 255, 255, 0) 100%);
}
.homeCoordinates .img_bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .homeCoordinates {
    padding-top: 40px;
  }
  .homeCoordinates .segTitle {
    margin-bottom: 24px;
  }
  .homeCoordinates .list_coordinates {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .homeCoordinates .img_bg {
    margin-top: 0;
  }
}

.homeSlider {
  padding-top: 180px;
  padding-bottom: 160px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}
.homeSlider .--title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 44px;
}
.homeSlider .--title .number {
  font-size: 220px;
  font-family: var(--font-phudu);
  font-weight: 500;
  line-height: 150px;
  background: linear-gradient(180deg, #FFF4D8 16.15%, rgba(255, 244, 216, 0.500124) 46.92%, rgba(255, 244, 216, 0.2) 69.72%, rgba(255, 244, 216, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.homeSlider .slick_arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}
.homeSlider .slick_arrow.prev_arrow {
  left: 22vw;
}
.homeSlider .slick_arrow.next_arrow {
  right: 22vw;
}
.homeSlider .list_value {
  margin-bottom: 44px;
}
.homeSlider .list_value .slick-center {
  transform: scale(1) !important;
  position: relative;
}
.homeSlider .list_value .slick-slide {
  transform-origin: center;
  transform: scale(0.78);
  transition: all 0.4s ease-in-out;
}
.homeSlider .list_value .slick-slide img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}
.homeSlider .list_value .item_value {
  width: 48vw;
}
.homeSlider .list_value .item_value img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 560px;
}
.homeSlider .cardInfo {
  padding: 32px 42px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.6);
  width: 48vw;
  margin: 0 auto;
}
.homeSlider .cardInfo .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: rgb(255, 244, 216);
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.homeSlider .cardInfo .desc {
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .homeSlider {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .homeSlider .--title {
    margin-bottom: 24px;
  }
  .homeSlider .--title .number {
    font-size: 120px;
    line-height: 80px;
  }
  .homeSlider .list_value {
    margin-bottom: 24px;
  }
  .homeSlider .list_value .slick-slide {
    transform: unset !important;
  }
  .homeSlider .list_value .slick-slide img {
    height: 300px;
  }
  .homeSlider .list_value .slick-center {
    transform: unset !important;
  }
  .homeSlider .list_value .item_value {
    width: 70vw;
    margin: 0 12px;
  }
  .homeSlider .cardInfo {
    width: 95%;
    padding: 24px;
  }
  .homeSlider .cardInfo .title {
    font-size: 18px;
  }
  .homeSlider .cardInfo .desc {
    font-size: 14px;
  }
}

.homeFloorplan {
  padding: 80px 0;
  background-size: 100px;
  background-position: center;
  background-repeat: repeat;
  background-color: #FAFAFA;
  position: relative;
}
.homeFloorplan .pattern {
  width: 50%;
  height: auto;
  top: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
}
.homeFloorplan .container_frame {
  position: relative;
  z-index: 2;
}
.homeFloorplan .floorplan-header {
  margin-bottom: 40px;
  align-items: flex-end;
}
.homeFloorplan .floorplan-header .segTitle {
  position: relative;
  color: rgb(10, 13, 54);
}
.homeFloorplan .floorplan-header .floor-selector .nice-select {
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #24285F;
  color: #24285F;
  font-weight: 700;
  width: 200px;
}
.homeFloorplan .floorplan-header .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #24285F;
  margin-bottom: 16px;
}
.homeFloorplan .floorplan-header .title img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeFloorplan .floorplan-content {
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
}
.homeFloorplan .floorplan-content .floorplan-item {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
}
.homeFloorplan .floorplan-content .floorplan-item.active {
  display: block;
  opacity: 1;
}
.homeFloorplan .floorplan-content .floorplan-item .main-image {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 32px;
}
.homeFloorplan .floorplan-content .floorplan-item .main-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.homeFloorplan .floorplan-content .floorplan-item .keyplan-image {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 12px;
  width: 170px;
  height: 110px;
  overflow: hidden;
}
.homeFloorplan .floorplan-title {
  font-weight: 700;
  color: rgb(10, 13, 54);
  margin-bottom: 32px;
}
.homeFloorplan .floorplan-legend {
  width: 90%;
  margin: 0 auto;
}
.homeFloorplan .floorplan-legend .row {
  display: flex;
  justify-content: center;
}
.homeFloorplan .floorplan-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  justify-content: space-between;
  padding: 0 25px;
}
.homeFloorplan .floorplan-legend .legend-item .color-box {
  width: 42px;
  height: 25px;
  border-radius: 2.47px;
  flex-shrink: 0;
  border: 0.62px solid #AF9880;
}
.homeFloorplan .floorplan-legend .legend-item .color-box.studio {
  background-color: #FEF9C2;
}
.homeFloorplan .floorplan-legend .legend-item .color-box.type-1 {
  background-color: #F0C6D6;
}
.homeFloorplan .floorplan-legend .legend-item .color-box.type-1plus {
  background-color: #ABE2F6;
}
.homeFloorplan .floorplan-legend .legend-item .color-box.type-2 {
  background-color: #FFE5C3;
}
.homeFloorplan .floorplan-legend .legend-item .color-box.type-2plus {
  background-color: #AFB4DA;
}
.homeFloorplan .floorplan-legend .legend-item .color-box.type-3 {
  background-color: #94D5D1;
}
.homeFloorplan .floorplan-legend .legend-item .text {
  font-size: 14px;
  font-weight: 600;
}
.homeFloorplan .floorplan-disclaimer {
  padding-top: 24px;
}
.homeFloorplan .floorplan-disclaimer .disclaimer-text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
}
.homeFloorplan .floorplan-disclaimer .disclaimer-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .homeFloorplan {
    padding: 40px 0;
  }
  .homeFloorplan .floorplan-header {
    flex-flow: column;
    align-items: center;
    gap: 12px;
  }
  .homeFloorplan .floorplan-header .floor-selector {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  .homeFloorplan .floorplan-header .floor-selector .title {
    margin-bottom: 0;
  }
  .homeFloorplan .floorplan-title {
    margin-bottom: 24px;
    text-align: center;
  }
  .homeFloorplan .floorplan-content {
    padding: 0;
  }
  .homeFloorplan .floorplan-content .floorplan-item .main-image {
    width: 100%;
  }
  .homeFloorplan .floorplan-content .floorplan-item .keyplan-image {
    position: relative;
    top: unset;
    right: unset;
    margin: 0 auto 12px;
  }
  .homeFloorplan .floorplan-legend {
    width: 100%;
  }
  .homeFloorplan .floorplan-legend .col-md-3 {
    width: 50%;
  }
  .homeFloorplan .floorplan-legend .legend-item {
    margin-bottom: 0;
    padding: 0;
  }
  .homeFloorplan .floorplan-legend .legend-item .text {
    font-size: 13px;
  }
  .homeFloorplan .floorplan-legend .legend-item .color-box {
    width: 35px;
    height: 20px;
  }
}

.homeArea {
  padding-top: 90px;
  padding-bottom: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #24285F;
}
.homeArea .img_bird {
  position: absolute;
  width: 17%;
  height: auto;
  top: 70px;
  left: 0;
  pointer-events: none;
}
.homeArea .pattern {
  position: absolute;
  width: 28%;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: 2;
}
.homeArea .container_frame {
  position: relative;
  z-index: 3;
}
.homeArea .segTitle {
  text-align: center;
  margin-bottom: 2px;
}
.homeArea .subTitle {
  font-size: 30px;
  font-weight: 300;
  font-family: var(--font-light-title);
  margin-bottom: 60px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}
.homeArea .cardImage {
  position: relative;
}
.homeArea .cardImage .list_marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeArea .cardImage .list_marker .item_marker {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: transform 0.5s ease;
}
.homeArea .cardImage .list_marker .item_marker.active {
  transform: scale(1.5);
  background: #F5DD92 !important;
  color: var(--color-primary);
  font-weight: bold;
}
.homeArea .cardImage .list_marker .item_marker::after {
  animation: sonarEffect 1s linear infinite both;
  top: 0;
  border: 1px solid var(--color-primary);
  left: 0;
  padding: 0;
  /* z-index: -1; */
  box-shadow: 0 0 0 2px #0a6a87;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  transform: scale(0.9);
}
.homeArea .cardImage .list_marker .item_marker.parking {
  background: rgb(10, 13, 54);
  color: #fff;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(1) {
  top: 89%;
  left: 48%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(2) {
  top: 82%;
  left: 41%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(3) {
  top: 77%;
  left: 40%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(4) {
  top: 46%;
  left: 26%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(5) {
  top: 76%;
  left: 30%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(6) {
  top: 76%;
  left: 23%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(7) {
  top: 41%;
  left: 54%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(8) {
  top: 54%;
  left: 60%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(9) {
  top: 78%;
  left: 18%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(10) {
  top: 79%;
  left: 12%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(11) {
  top: 81%;
  left: 17%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(12) {
  top: 54%;
  left: 26%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(13) {
  top: 82%;
  left: 55%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(14) {
  top: 80%;
  left: 67%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(15) {
  top: 77%;
  left: 68%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(16) {
  top: 80%;
  left: 76%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(17) {
  top: 77%;
  left: 79%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(18) {
  top: 71%;
  left: 48%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(19) {
  top: 18%;
  left: 48%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(20) {
  top: 56%;
  left: 46%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(21) {
  top: 57%;
  left: 35%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(22) {
  top: 53%;
  left: 29%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(23) {
  top: 52%;
  left: 32%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(24) {
  top: 47%;
  left: 31%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(25) {
  top: 49%;
  left: 55%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(26) {
  top: 48%;
  left: 46%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(27) {
  top: 48.5%;
  left: 40.5%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(28) {
  top: 43.5%;
  left: 44.5%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(29) {
  top: 52%;
  left: 51%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(30) {
  top: 55%;
  left: 41%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(31) {
  top: 47%;
  left: 61%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(32) {
  top: 46%;
  left: 66%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(33) {
  top: 44%;
  left: 71%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(34) {
  top: 53%;
  left: 71%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(35) {
  top: 15%;
  left: 18%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(36) {
  top: 91%;
  left: 71%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(37) {
  top: 80%;
  left: 87%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(38) {
  top: 47%;
  left: 87%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(39) {
  top: 23%;
  left: 87%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(40) {
  top: 13%;
  left: 80%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(41) {
  top: 13%;
  left: 57%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(42) {
  top: 13%;
  left: 40%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(43) {
  top: 11%;
  left: 16%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(44) {
  top: 27%;
  left: 10%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(45) {
  top: 50%;
  left: 10%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(46) {
  top: 78%;
  left: 10%;
}
.homeArea .cardImage .list_marker .item_marker:nth-child(47) {
  top: 92%;
  left: 24%;
}
.homeArea .cardImage img {
  height: auto;
  border-radius: 30px;
  width: 100%;
}
.homeArea .list_marker .--list {
  padding: 20px 16px;
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  position: relative;
  margin-bottom: 22px;
}
.homeArea .list_marker .--list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(74px);
          backdrop-filter: blur(74px);
}
.homeArea .list_marker .--list .--item {
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
  z-index: 2;
}
.homeArea .list_marker .--list .--item.parking .number {
  background: rgb(10, 13, 54);
}
.homeArea .list_marker .--list .--item .number {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.homeArea .list_marker .--list .--item .name {
  font-size: 12px;
  color: #fff;
}
.homeArea .list_marker .desc {
  font-size: 12px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .homeArea {
    padding: 40px 0;
  }
  .homeArea .subTitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .homeArea .list_marker .item_marker::after {
    display: none;
  }
  .homeArea .cardImage {
    margin-bottom: 24px;
  }
}

.homeExperience {
  padding-top: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.homeExperience .container_frame {
  position: relative;
  z-index: 2;
}
.homeExperience .pattern {
  position: absolute;
  width: 28%;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: 2;
}
.homeExperience .segTitle {
  text-align: center;
  margin-bottom: 50px;
  color: rgb(10, 13, 54);
}
.homeExperience .list_experience .item_experience {
  position: relative;
  margin: 0 12px;
  aspect-ratio: 600/360;
  position: relative;
}
.homeExperience .list_experience .item_experience::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(114, 18, 18, 0) 0%, rgba(114, 18, 18, 0.58) 49.98%, #721212 103.92%);
}
.homeExperience .list_experience .item_experience img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeExperience .list_experience .item_experience .content {
  position: absolute;
  bottom: 16px;
  left: 24px;
  right: 24px;
  color: #fff;
  z-index: 2;
}
.homeExperience .list_experience .item_experience .content .type {
  margin-bottom: 4px;
}
.homeExperience .list_experience .item_experience .content .area {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .homeExperience {
    padding: 40px 0;
  }
  .homeExperience .segTitle {
    margin-bottom: 24px;
  }
  .homeExperience .list_experience .item_experience {
    aspect-ratio: 600/630;
  }
  .homeExperience .list_experience .item_experience .content {
    left: 16px;
    right: 16px;
  }
  .homeExperience .list_experience .item_experience .content .type {
    font-size: 14px;
  }
  .homeExperience .list_experience .item_experience .content .area {
    font-size: 16px;
  }
}

.homeNews {
  padding: 100px 0 162px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.homeNews .left_new {
  position: relative;
  height: 100%;
  padding-right: 16px;
}
.homeNews .left_new::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 80%;
  right: 0;
  bottom: 0;
  background: rgb(187, 131, 71);
  z-index: -1;
}
.homeNews .container_frame {
  position: relative;
  z-index: 2;
}
.homeNews .pattern {
  position: absolute;
  width: 28%;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: 2;
}
.homeNews .segTitle {
  text-align: center;
  margin-bottom: 44px;
  color: rgb(10, 13, 54);
}
.homeNews .col-lg-5, .homeNews .col-lg-7 {
  padding: 0 12px;
}
.homeNews .col-lg-7 {
  position: relative;
}
.homeNews .arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* margin-top: 44px; */
  gap: 12px;
  position: absolute;
  top: calc(100% + 44px);
  left: 15px;
}
.homeNews .arrow .slick_arrow {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(10, 13, 54);
  cursor: pointer;
}
.homeNews .arrow .slick_arrow:hover {
  background: rgb(10, 13, 54);
  transition: all 0.3s ease;
}
.homeNews .arrow .slick_arrow:hover svg path {
  fill: #fff;
}
.homeNews .news-wrapper {
  position: relative;
}
.homeNews .news-highlight-slider {
  height: 100%;
}
.homeNews .news-highlight-slider .slick-list {
  height: 100%;
}
.homeNews .news-highlight-slider .slick-track {
  height: 100%;
}
.homeNews .news-highlight-slider .news-item {
  position: relative;
  height: 100%;
}
.homeNews .news-highlight-slider .news-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #721212 0%, rgba(114, 18, 18, 0) 52.9%);
}
.homeNews .news-highlight-slider .news-item .news-image {
  height: 100%;
}
.homeNews .news-highlight-slider .news-item .news-content {
  z-index: 2;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 29px;
}
.homeNews .news-highlight-slider .news-item .news-content .news-date {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.homeNews .news-highlight-slider .news-item .news-content .news-title {
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 8px;
}
.homeNews .news-other-slider {
  margin: 0 -12px;
}
.homeNews .news-other-slider .news-item {
  margin: 0 12px;
}
.homeNews .news-other-slider .news-item .news-image {
  aspect-ratio: 340/400;
  margin-bottom: 16px;
}
.homeNews .news-other-slider .news-item .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeNews .news-other-slider .news-item .news-content .news_title {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(0, 0, 0);
  margin-bottom: 4px;
}
.homeNews .news-other-slider .news-item .news-content .news-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(186, 186, 186);
  font-size: 14px;
  margin-bottom: 8px;
}
.homeNews .news-other-slider .news-item .news-content .news-desc {
  color: rgb(130, 130, 130);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.homeNews .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.homeNews .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(139, 29, 33, 0.8) !important;
  border-radius: 50%;
  pointer-events: auto;
}
.homeNews .owl-nav button:hover {
  background: rgb(139, 29, 33) !important;
}
.homeNews .owl-nav button span {
  color: #fff;
  font-size: 24px;
}
.homeNews .owl-nav button.owl-prev {
  left: -20px;
}
.homeNews .owl-nav button.owl-next {
  right: -20px;
}
@media (max-width: 767px) {
  .homeNews {
    padding: 40px 0;
  }
  .homeNews .segTitle {
    margin-bottom: 24px;
  }
  .homeNews .news-other-slider {
    margin: 2rem auto 0 auto;
  }
  .homeNews .news-highlight-slider .news-item .news-content .news-title {
    font-size: 14px;
  }
  .homeNews .arrow {
    position: relative;
    justify-content: center;
    top: unset;
    margin-top: 2rem;
    left: unset;
  }
  .homeNews .arrow .slick_arrow {
    width: 40px;
    height: 40px;
  }
  .homeNews .arrow .slick_arrow svg {
    width: 24px;
    height: 10px;
  }
}

.homePartner {
  padding: 100px 0;
  background: linear-gradient(0deg, rgba(94, 24, 37, 0.7) 7%, rgba(161, 38, 61, 0.7) 80%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.homePartner .pattern {
  position: absolute;
  width: 28%;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: 2;
}
.homePartner .container_frame {
  z-index: 2;
  position: relative;
}
.homePartner .segTitle {
  text-align: center;
  margin-bottom: 24px;
}
.homePartner .item_partner {
  display: flex !important;
  gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 12px 56px 12px;
}
.homePartner .item_partner img {
  width: 200px;
}
.homePartner .item_partner .contact {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 3px;
}
.homePartner .item_partner .contact a {
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 12px;
}
.homePartner .progress {
  display: block;
  width: 125px;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(to right, #D9D9D9, #D9D9D9);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.homePartner .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 767px) {
  .homePartner {
    padding: 40px 0;
  }
}

.homeContact {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.homeContact .pattern {
  position: absolute;
  width: 28%;
  height: auto;
  right: 0;
  top: 0;
  z-index: 2;
}
.homeContact .--left {
  height: 100%;
}
.homeContact .--left iframe, .homeContact .--left img {
  width: 100%;
  height: 100%;
}
.homeContact .cardForm {
  padding-right: 50px;
  position: relative;
  z-index: 2;
}
.homeContact .cardForm .header_form {
  margin-left: auto;
  padding-right: 40px;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
  margin-bottom: 48px;
}
.homeContact .cardForm .header_form .segTitle {
  line-height: 1;
  position: relative;
  color: rgb(10, 13, 54);
}
.homeContact .cardForm .header_form .segTitle::after {
  content: "";
  position: absolute;
  height: 1.81px;
  background: rgb(10, 13, 54);
  width: 100px;
  right: -110px;
  bottom: 0;
}
.homeContact .cardForm .header_form .subTitle {
  line-height: 1.5;
  color: #344053;
  font-size: 20px;
  font-weight: 600;
}
.homeContact .cardForm input {
  height: 40px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgb(152, 162, 179);
  background: transparent;
  width: 100%;
}
.homeContact .cardForm label {
  font-size: 14px;
  color: rgb(71, 84, 103);
}
.homeContact .cardForm .form {
  margin-bottom: 24px;
}
.homeContact .cardForm .form .nice-select {
  width: 100%;
  margin-bottom: 12px;
}
.homeContact .cardForm .btn_primary {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .homeContact {
    padding: 40px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .homeContact .cardForm {
    padding: 0 15px;
  }
  .homeContact .cardForm .header_form {
    margin-left: unset;
    margin: 0 auto;
    padding-right: unset;
    text-align: center;
  }
  .homeContact .cardForm .header_form .segTitle::after {
    display: none;
  }
}

.cta_page {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}
.cta_page .item_cta {
  width: 40px;
  height: 40px;
  color: #721112;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.cta_page .item_cta i {
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.loadingPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #721212;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.loadingPage img {
  animation: zoomInOut 3s infinite;
  width: 250px;
  filter: contrast(0.5) brightness(10);
}
.loadingPage.hide {
  height: 0;
  overflow: hidden;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.list_partner {
  display: flex; /* Flexbox để căn chỉnh chiều cao */
  justify-content: center;
  align-items: stretch;
}

.list_partner > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Điều chỉnh theo nội dung */
  height: 100%;
}

.detailPost {
  margin-top: 78px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
.detailPost .future {
  z-index: 1;
  position: relative;
  height: 55vh;
}
@media (max-width: 640px) {
  .detailPost .future {
    height: auto;
  }
}
.detailPost .future img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 640px) {
  .detailPost .future img {
    height: auto;
  }
}
.detailPost .main {
  z-index: 1;
  padding-bottom: 8rem;
  position: relative;
  padding-top: 3rem;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.detailPost .main .content {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  max-width: 75%;
  margin: -10rem auto 0 auto;
  background: var(--color-primary);
  color: #fff;
  padding: 4rem;
  text-align: justify;
  margin-bottom: 4rem;
}
@media (max-width: 640px) {
  .detailPost .main .content {
    max-width: 100%;
    padding: 15px;
    position: relative;
    z-index: 9;
  }
}
.detailPost .main .content .text .title {
  text-align: center;
  margin-top: 1rem;
  color: #fff;
  font-family: var(--font-title);
  margin: auto;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.detailPost .main .content img {
  margin: auto;
  display: block;
  border: 15px solid rgba(239, 239, 239, 0.09);
  margin-bottom: 15px;
}
.detailPost .main .content .share {
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.detailPost .main .content .share li {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  background: #F6F6F6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailPost .main .content .share li:nth-child(1) {
  width: -moz-max-content;
  width: max-content;
  margin-right: 8px;
  background: none;
}
.detailPost .main .content .share li:nth-child(2) i {
  color: blue;
}
.detailPost .main .content .share li:nth-child(3) i {
  color: #dc4a38;
}
.detailPost .main .content .share li:nth-child(4) i {
  color: #007ab5;
}
.detailPost .main .content .share li:nth-child(6) i {
  color: red;
}
.detailPost .main .content .share li:nth-child(n+2):hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.rc-anchor-error-message {
  display: none !important;
}

.site-footer {
  padding-top: 40px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 100px;
  }
}
.site-footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .footer-content {
    flex-direction: row;
    gap: 0;
  }
}
.site-footer .footer-newsletter {
  margin-top: -40px;
}
@media (max-width: 768px) {
  .site-footer .footer-newsletter {
    margin-top: 0;
  }
}
.site-footer .footer-column {
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .site-footer .footer-column {
    width: 25%;
    margin-bottom: 0;
  }
}
.site-footer .footer-column.footer-agents {
  height: 100%;
}
.site-footer .footer-section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .site-footer .footer-section-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.site-footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.site-footer .contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-footer .contact-icon {
  width: 20px;
  height: 20px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.site-footer .contact-icon .icon-img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .contact-text {
  font-size: 13px;
  color: #fff;
}
.site-footer .office-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #fff;
}
.site-footer .office-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.site-footer .office-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.site-footer .office-item .office-city {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.site-footer .office-item .office-address {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .legal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc;
  color: #fff;
  padding-left: 0;
  margin: 0;
}
.site-footer .legal-list .legal-item {
  font-size: 13px;
  font-weight: 500;
  margin-left: 16px;
  line-height: 1.6;
  list-style: disc;
}
.site-footer .legal-list .legal-item .legal-link {
  color: #fff;
  text-decoration: none;
}
.site-footer .legal-list .legal-item .legal-link:hover {
  text-decoration: underline;
}
.site-footer .footer-logo {
  width: 73%;
  max-width: 230px;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.site-footer .newsletter-form {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.site-footer .newsletter-form .newsletter-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
  color: #000;
}
.site-footer .newsletter-form .newsletter-desc {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 12px;
}
.site-footer .agents-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 12px;
  height: 500px;
  overflow-y: auto;
}
.site-footer .agents-list::-webkit-scrollbar {
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.site-footer .agents-list::-webkit-scrollbar-thumb {
  background: #fff;
}
@supports (-moz-appearance: none) {
  .site-footer .agents-list {
    scrollbar-width: thin; /* Độ dày thanh cuộn */
    scrollbar-color: #fff transparent; /* Màu thanh cuộn và màu nền */
  }
  .site-footer .agents-list::-webkit-scrollbar {
    width: 2px;
  }
}
@media (max-width: 767px) {
  .site-footer .agents-list {
    height: auto;
    max-height: 400px;
  }
}
.site-footer .agent-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-footer .agent-item .agent-name {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.site-footer .agent-item .agent-phone {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
.site-footer .footer-copyright {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  padding: 16px 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 16px;
}

.form_footer .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.form_footer input {
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 13px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
}
.form_footer .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.form_footer .wpcf7-radio .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: white;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.form_footer .wpcf7-radio .wpcf7-list-item label input:checked {
  background-color: #F6360D;
  border-color: #F6360D;
}
.form_footer .wpcf7-radio .wpcf7-list-item label input:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form_footer .button-submit {
  background-color: #721212;
  height: 36px;
  border: none;
  width: -moz-max-content;
  width: max-content;
  border-radius: 60px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.form_footer .button-submit:focus {
  outline: none;
}

.grecaptcha-badge {
  display: none !important;
}/*# sourceMappingURL=style.css.map */