@charset "UTF-8";
/*
Theme Name: Starfruit
Theme URI: https://starfruit.com
Author: Starfruit Team
Author URI: https://starfruit.com
Description: A modern corporate WordPress theme with Turbo.js for SPA-like transitions, Alpine.js for interactive UI, and DaisyUI for styling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starfruit
Tags: corporate, business, turbo, alpine, daisyui, responsive
*/
/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap");
/* 
This file is mainly for WordPress theme identification.
Actual styles will be loaded through the build process.
*/
@font-face {
  font-family: "SVN-Diamonda";
  src: url("assets/fonts/SVN-Diamonda-Regular.eot");
  src: url("assets/fonts/SVN-Diamonda-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SVN-Diamonda-Regular.woff2") format("woff2"), url("assets/fonts/SVN-Diamonda-Regular.woff") format("woff"), url("assets/fonts/SVN-Diamonda-Regular.ttf") format("truetype"), url("assets/fonts/SVN-Diamonda-Regular.svg#SVN-Diamonda-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFU Angie";
  src: url("assets/fonts/SFUAngieBold.eot");
  src: url("assets/fonts/SFUAngieBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFUAngieBold.woff2") format("woff2"), url("assets/fonts/SFUAngieBold.woff") format("woff"), url("assets/fonts/SFUAngieBold.ttf") format("truetype"), url("assets/fonts/SFUAngieBold.svg#SFUAngieBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFU Angie";
  src: url("assets/fonts/SFUAngie.eot");
  src: url("assets/fonts/SFUAngie.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFUAngie.woff2") format("woff2"), url("assets/fonts/SFUAngie.woff") format("woff"), url("assets/fonts/SFUAngie.ttf") format("truetype"), url("assets/fonts/SFUAngie.svg#SFUAngie") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFU Angie";
  src: url("assets/fonts/SFUAngieBlack.eot");
  src: url("assets/fonts/SFUAngieBlack.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFUAngieBlack.woff2") format("woff2"), url("assets/fonts/SFUAngieBlack.woff") format("woff"), url("assets/fonts/SFUAngieBlack.ttf") format("truetype"), url("assets/fonts/SFUAngieBlack.svg#SFUAngieBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Elle Futura";
  src: url("assets/fonts/ElleFutura-Heavy.woff2") format("woff2"), url("assets/fonts/ElleFutura-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Elle Futura";
  src: url("assets/fonts/ElleFutura.woff2") format("woff2"), url("assets/fonts/ElleFutura.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --transition-all: all 0.5s ease-in-out;
  /* Font families */
  --font-primary: "SFU Angie";
  --font-secondary: "SVN-Diamonda";
  --font-content: "Elle Futura";
  /* Colors */
  --color-base-100: oklch(97.788% 0.004 56.375);
  --color-base-200: oklch(93.982% 0.007 61.449);
  --color-base-300: oklch(91.586% 0.006 53.44);
  --color-base-content: #0f2d51;
  --color-primary: #0f2d51;
  --color-primary-content: #fff;
  --color-secondary: #fefbee;
  --color-secondary-content: #0f2d51;
  --color-accent: #4fd085;
  --color-accent-content: #fff;
  --color-neutral: oklch(27% 0.006 286.033);
  --color-neutral-content: oklch(92% 0.004 286.32);
  --color-info: oklch(68% 0.169 237.323);
  --color-info-content: oklch(29% 0.066 243.157);
  --color-success: oklch(69% 0.17 162.48);
  --color-success-content: oklch(26% 0.051 172.552);
  --color-warning: oklch(79% 0.184 86.047);
  --color-warning-content: oklch(28% 0.066 53.813);
  --color-error: oklch(64% 0.246 16.439);
  --color-error-content: oklch(27% 0.105 12.094);
  --radius-selector: 1rem;
  --radius-field: 2rem;
  --radius-box: 1rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 2px;
  --depth: 1;
  --noise: 0;
}

/* Base font settings */
body {
  font-family: var(--font-content);
  font-size: 16px;
  color: var(--color-primary);
}

/* Title styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/* Subtitle styles */
.color-gradient {
  background: linear-gradient(269.79deg, #4fcd82 -3.39%, #80d488 44.52%, #30adad 99.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.primary-title {
  font-family: var(--font-primary);
}

.secondary-title {
  font-family: var(--font-secondary);
  height: -moz-max-content;
  height: max-content;
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 2;
}

/* Fix riêng cho macOS và iOS */
@supports (-webkit-touch-callout: none) {
  .secondary-title {
    top: 1.5rem;
  }
}
article {
  font-family: var(--font-content);
}
article p:not(:last-child) {
  margin-bottom: 1rem;
}
article .mejs-video {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
article .mejs-video .mejs-controls {
  display: none;
}
article .mejs-video br {
  display: none;
}
article h1,
article h2,
article h3,
article h4,
article h5 {
  font-weight: 600;
}
article h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
article h2 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}
article h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
article h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
article h5 {
  font-size: 0.875rem;
  margin-bottom: 0;
}
article table {
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
article table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
article table th {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.5rem;
  font-weight: 600;
}
article table td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem;
}
article table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
article figure {
  margin-bottom: 1.5rem !important;
}
article figure img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 0.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
article figure figcaption {
  font-size: 0.875rem;
  color: #888;
  text-align: center;
}
article ul {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
article ul li {
  margin-bottom: 0.5rem;
}
article ul li:last-child {
  margin-bottom: 0;
}
article ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
article iframe {
  width: 100%;
  height: auto;
  min-height: 400px;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
article .wp-block-separator {
  margin: 2rem 0;
  opacity: 0;
}
article a {
  font-weight: 600;
  color: var(--color-base-content);
}

.list_overview .item {
  padding-right: 32px;
  position: relative;
}
.list_overview .item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, rgba(79, 208, 133, 0) 0%, rgba(79, 208, 133, 0.3) 20%, rgba(79, 208, 133, 0.8) 25%, #4fd085 35%, #4fd085 65%, rgba(79, 208, 133, 0.8) 75%, rgba(79, 208, 133, 0.3) 80%, rgba(79, 208, 133, 0) 100%);
  opacity: 0.2;
}
.list_overview .item:last-child {
  padding-right: 0;
}
.list_overview .item:last-child::before {
  display: none;
}
@media (max-width: 768px) {
  .list_overview .item {
    padding-right: 0px;
  }
  .list_overview .item::before {
    display: none;
  }
}

.item_benefit .bg-gradient {
  background-image: linear-gradient(to bottom, rgba(79, 208, 133, 0) 0%, rgba(79, 208, 133, 0.3) 20%, rgba(79, 208, 133, 0.8) 25%, #4fd085 35%, #4fd085 65%, rgba(79, 208, 133, 0.8) 75%, rgba(79, 208, 133, 0.3) 80%, rgba(79, 208, 133, 0) 100%);
}

.bg-gradient-primary {
  background-image: linear-gradient(to bottom, rgba(79, 208, 133, 0) 0%, rgba(79, 208, 133, 0.3) 20%, rgba(79, 208, 133, 0.8) 25%, #4fd085 35%, #4fd085 65%, rgba(79, 208, 133, 0.8) 75%, rgba(79, 208, 133, 0.3) 80%, rgba(79, 208, 133, 0) 100%);
}

.item_floorplan {
  padding-right: 32px;
  position: relative;
}
.item_floorplan:last-child {
  padding-right: 0;
}
.item_floorplan:last-child::before {
  display: none;
}
.item_floorplan::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, rgba(79, 208, 133, 0) 0%, rgba(79, 208, 133, 0.3) 20%, rgba(79, 208, 133, 0.8) 25%, #4fd085 35%, #4fd085 65%, rgba(79, 208, 133, 0.8) 75%, rgba(79, 208, 133, 0.3) 80%, rgba(79, 208, 133, 0) 100%);
  opacity: 0.2;
}

.slider-investor .swiper-slide-active img {
  height: 521px;
}
@media (max-width: 768px) {
  .slider-investor .swiper-slide-active img {
    height: 200px;
  }
}

header .submenu {
  list-style: none;
  margin: 0;
  padding-left: 2rem;
  height: 0;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
header .submenu a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  font-size: 14px;
  margin: 10px 0;
  display: block;
}
header .submenu.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}
header.change {
  background: var(--color-primary);
  padding: 18px 0;
  transition: var(--transition-all);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.0392156863);
  height: 80px;
}
header.change .--logo img {
  height: 60px;
}
header.change.active {
  padding: 80px 0;
}
header.change.active .--logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}
header.change.active .--logo img {
  width: 130px;
  height: auto;
  max-height: unset;
}
header.active .--headerRight .--phone {
  color: #fff !important;
}
header .--logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
header .--logo img {
  height: 110px;
  width: auto;
  transition: var(--transition-all);
}
header .--logo .logo_white {
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.5s ease;
}
header .--logo.active .logo_white {
  opacity: 1;
}
header .--logo.active .logo_color {
  opacity: 0;
}
header .header {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}
header .--headerLeft {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .--tabBar p {
  width: 20px;
  height: 1px;
  background: #fff;
  transition: var(--transition-all);
  margin-bottom: 0;
}
header .--tabBar p:nth-child(2) {
  width: 16px;
}
header .--tabBar .--tab {
  display: flex;
  flex-flow: column;
  gap: 4px;
  align-items: flex-end;
}
header .--tabBar span {
  color: #fff;
  display: block;
  font-size: 14px;
}
header .--listMenu {
  position: fixed;
  background: var(--color-primary);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding-bottom: 80px;
  transform: translate(-100%, 0);
  transition: var(--transition-all);
}
header .--listMenu.active {
  transform: none;
}
header .--listMenu.active .--logo img {
  width: 100px;
}
header .--listMenu .itemMenu {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  transition: var(--transition-all);
  text-decoration: none;
}
header .--listMenu .itemMenu:hover {
  padding-left: 10px;
  color: #fff;
}
header .--listMenu .container {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-flow: column;
}
header .--listMenu .--menu {
  display: flex;
  flex-flow: column;
  width: -moz-max-content;
  width: max-content;
  gap: 18px;
  position: relative;
  padding-left: 64px;
  text-transform: uppercase;
}
header .--listMenu .--menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(79, 208, 133, 0) 0%, rgba(79, 208, 133, 0.3) 20%, rgba(79, 208, 133, 0.8) 25%, #4fd085 35%, #4fd085 65%, rgba(79, 208, 133, 0.8) 75%, rgba(79, 208, 133, 0.3) 80%, rgba(79, 208, 133, 0) 100%);
  opacity: 0.4;
}
header .--listMenu .--menu .has_childmenu .icon {
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
}
header .--headerRight {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .--headerRight .--phone {
  color: #fff;
}
header .--headerRight .hotline_mobi {
  color: #fff;
}
@media (max-width: 1919px) {
  header.change.active {
    padding: 40px 0;
  }
  header .--listMenu {
    padding-bottom: 40px;
  }
  header .--listMenu .itemMenu {
    font-size: 18px;
  }
  header .--listMenu .--menu {
    gap: 14px;
  }
  header .--listMenu .--footerMenu {
    margin-top: 40px;
  }
}
@media (max-width: 1439px) {
  header.change.active {
    padding: 24px 0;
  }
  header .--listMenu {
    padding-bottom: 1.4rem;
  }
  header .--listMenu .--footerMenu {
    margin-top: 32px;
  }
  header .--listMenu .--footerMenu .--download i {
    width: 40px;
    height: 40px;
  }
  header .itemMenu {
    font-size: 16px;
  }
}
@media (max-width: 1056px) {
  header .--headerRight {
    gap: 15px;
  }
  header .--headerRight .hotline_mobi {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  header .--headerRight .--phone {
    display: none;
  }
  header .--listMenu .container_frame {
    justify-content: center;
  }
}
@media (max-width: 920px) {
  header .container_frame {
    margin: 0;
    width: 100%;
    flex-flow: row-reverse;
  }
  header .--headerLeft {
    gap: 12px;
  }
  header .--headerLeft .--tabBar {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    background: var(--color-orange);
    border-radius: 50%;
    justify-content: center;
  }
  header .sldie_menu {
    display: none;
  }
  header .has_childmenu a {
    pointer-events: none;
  }
  header .has_childmenu .submenu a {
    pointer-events: all;
  }
  header .--headerRight .btn.btn-1 {
    display: none;
  }
  header .--headerRight .--phone {
    display: none;
  }
  header .--logo {
    top: unset;
    transform: none;
    position: unset;
    left: unset;
  }
  header .--logo .logo_color {
    opacity: 1;
  }
  header .--logo .logo_white {
    left: 0;
    transform: none;
    top: 0;
  }
  header .--tabBar {
    height: 43px;
    width: 43px;
  }
  header .--tabBar span {
    display: none;
  }
  header .--tabBar.active p:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
  }
  header .--tabBar.active p:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  header .--menuContact {
    display: none;
  }
  header .--tabBar {
    padding: 6px 10px;
  }
  header.change.active .--logo {
    transform: none;
    left: 20px;
  }
  header.change.active .--logo img {
    width: 130px;
  }
  header .--listMenu .pattern-1 {
    display: none;
  }
  header .--listMenu .pattern-2 {
    right: 0;
    left: unset;
    width: 80%;
    height: 50vh;
    -o-object-position: bottom;
       object-position: bottom;
  }
  header .--listMenu .pattern-3 {
    height: 50vh;
    width: 80%;
  }
  header .--listMenu .--menu {
    padding-left: 20px;
  }
  header .--listMenu .container_frame {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  header {
    height: 80px;
  }
  header .--logo img {
    height: 60px;
  }
  header .--headerRight {
    display: none;
  }
  header .--tabBar.active p:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -3px);
  }
}

.swiper-pagination-bullet-active {
  background: rgb(79, 208, 133) !important;
}

.line-road-1 {
  position: absolute;
  top: 21.25%;
  right: 28.45%;
  width: 30%;
  height: 39%;
}
.line-road-1 path {
  stroke-dasharray: 3px;
  animation: dash 40s linear infinite;
  transition: all 0.5s ease;
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
.line-road-2 {
  position: absolute;
  top: 18.5%;
  right: 25.5%;
  width: 30%;
  height: 42.5%;
}
.line-road-2 path {
  stroke-dasharray: 3px;
  animation: dash 40s linear infinite;
  transition: all 0.5s ease;
}

.line-road-3 {
  position: absolute;
  top: -0.25%;
  right: 19.35%;
  width: 30%;
  height: 70%;
}
.line-road-3 path {
  stroke-dasharray: 3px;
  animation: dash 40s linear infinite;
  transition: all 0.5s ease;
}

.line-road-4 {
  position: absolute;
  top: 60.65%;
  right: 43.25%;
  width: 4.75%;
  height: 5.5%;
}/*# sourceMappingURL=style.css.map */