@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");
@media (min-width: 1024px) {
  .section:not(.map-section):not(.tien-ich-noi-khu-section):not(.real-estate-section):not(.shareholders):not(.vsip-contact-section) {
    min-height: 100vh !important;
  }
}

.vsip-hero-section {
  position: relative;
  min-height: 100vh;
}
.vsip-hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 443px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 43, 89, 0.7)), to(rgba(13, 43, 89, 0)));
  background: linear-gradient(to top, rgba(13, 43, 89, 0.7) 0%, rgba(13, 43, 89, 0) 100%);
  pointer-events: none;
}
.vsip-hero-section section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vsip-hero-section .section-bg {
  background-size: cover;
  background-position: center;
}
.vsip-hero-section .hero-tagline {
  margin-bottom: 65px;
  text-transform: uppercase;
  margin-top: 15px !important;
}
.vsip-hero-section .hero-tagline * {
  font-family: "UTM Essendine Caps", serif;
}
.vsip-hero-section .hero-tagline p {
  font-family: "UTM Essendine Caps", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 849px) {
  .vsip-hero-section .hero-tagline p {
    font-size: 16px;
  }
}
.vsip-hero-section .flickity-button {
  z-index: 99999;
  opacity: 1 !important;
}
.vsip-hero-section .flickity-button:hover svg {
  background: #0077C0 !important;
  border-color: #0077C0 !important;
}
@media (max-width: 849px) {
  .vsip-hero-section {
    padding: 120px 0 80px;
    min-height: auto;
  }
  .vsip-hero-section .row {
    text-align: center;
  }
  .vsip-hero-section .row .hero-tagline p {
    margin: 0 auto;
  }
  .vsip-hero-section .row .hero-social .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vsip-hero-section .vsip-main-title p {
  margin-top: -50px;
}
@media (min-width: 1024px) {
  .vsip-hero-section .vsip-main-title p {
    margin-left: -55px;
  }
}
.vsip-hero-section .vsip-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
@media (min-width: 1600px) {
  .vsip-hero-section .vsip-content {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .vsip-hero-section .vsip-content {
    margin-top: -20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .vsip-hero-section .vsip-content {
    margin-top: -20px;
  }
}
.vsip-hero-section .vsip-content .row {
  margin: 0 auto;
}
.vsip-hero-section .vsip-sub-title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.vsip-hero-section .vsip-main-title p {
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.vsip-hero-section .vsip-main-title h2 {
  font-family: "UTM Essendine Caps", serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .vsip-hero-section .vsip-main-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 849px) {
  .vsip-hero-section .vsip-main-title h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.vsip-hero-section .vsip-footer-icons {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.vsip-hero-section .vsip-footer-icons .scroll-icon {
  opacity: 0.8;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 1024px) {
  .vsip-hero-section {
    height: 600px !important;
  }
  .vsip-hero-section .vsip-sub-title p {
    font-size: 36px;
  }
  .vsip-hero-section .vsip-main-title h2 {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .vsip-hero-section {
    height: 100vh !important;
  }
  .vsip-hero-section .vsip-sub-title p {
    font-size: 24px;
  }
  .vsip-hero-section .vsip-main-title h2 {
    font-size: 28px;
    line-height: 38px;
    padding: 0 15px;
  }
}

.vsip-intro-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 849px) {
  .vsip-intro-section {
    padding-top: 30px !important;
  }
}
.vsip-intro-section {
  /* Typography theo Figma (Giữ nguyên) */
}
.vsip-intro-section .vsip-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 96px;
  line-height: 117px;
  color: #284B7F;
  margin-bottom: 20px;
}
.vsip-intro-section .button {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: clamp(180px, 15.05vw, 289px);
  height: clamp(40px, 2.76vw, 53px);
  padding: 0 30px !important;
  background: linear-gradient(146.75deg, #0077C0 34.69%, #40BD83 91.14%) !important;
  border: none !important;
  border-radius: 26.5px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(14px, 1.25vw, 24px) !important;
  line-height: 1 !important;
  color: #FFFFFF !important;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.vsip-intro-section .vsip-desc p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: justify;
  color: #284B7F;
  margin-bottom: 1.5em;
}
.vsip-intro-section {
  /* Gallery Row/Col setup */
}
.vsip-intro-section .vsip-gallery-col {
  position: relative;
  min-height: 850px;
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row {
  position: relative;
  height: 100%;
  /* Class gốc cho tất cả các Col hình ảnh */
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row [class*=col-img-] {
  position: absolute;
  padding: 0 !important;
  margin: 0;
  /* Tạo hình bình hành: trái cao hơn, phải thấp hơn */
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row [class*=col-img-] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row [class*=col-img-] .img-inner {
  /* Shadow giữ nguyên */
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row {
  /* --- Cài đặt vị trí, shadow và z-index riêng cho từng Col --- */
  /* Image 104 - Villa chính diện (Nằm dưới cùng) */
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row .col-img-1 {
  width: 945px !important;
  height: 395px;
  right: 0%;
  top: 100px;
  z-index: 1;
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row .col-img-1 .img-inner {
  -webkit-box-shadow: 0px 0px 50px #FFFFFF, 0px 0px 20px #40BD83;
          box-shadow: 0px 0px 50px #FFFFFF, 0px 0px 20px #40BD83;
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row {
  /* Image 103 - Dãy liền kề (Nằm đè bên trái, có transform: rotate) */
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row .col-img-2 {
  width: 600px !important;
  height: 288px;
  bottom: auto;
  top: 505px;
  left: 42px;
  z-index: 4;
  -webkit-transform: rotate(0.8deg);
          transform: rotate(0.8deg);
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row .col-img-2 .img-inner {
  -webkit-box-shadow: 0px 0px 50px #FFFFFF, 0px 0px 20px #0077C0;
          box-shadow: 0px 0px 50px #FFFFFF, 0px 0px 20px #0077C0;
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row {
  /* Image 105 - Cạnh phải giữa */
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row .col-img-3 {
  width: 652px !important;
  height: 280px;
  top: 250px;
  right: -198px;
  z-index: 2;
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row .col-img-3 .img-inner {
  -webkit-box-shadow: 0px 0px 50px #FFFFFF, 0px 0px 20px #0077C0;
          box-shadow: 0px 0px 50px #FFFFFF, 0px 0px 20px #0077C0;
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row {
  /* Image 106 - Góc dưới phải (Nằm trên cùng) */
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row .col-img-4 {
  width: 528px !important;
  top: 557px;
  height: 240px;
  right: 40px;
  z-index: 5;
}
.vsip-intro-section .vsip-gallery-col .gallery-wrapper-row .col-img-4 .img-inner {
  -webkit-box-shadow: 0px 0px 20px #40BD83;
          box-shadow: 0px 0px 20px #40BD83;
}
.vsip-intro-section {
  /* Responsive cho Tablet & Mobile */
}
@media (max-width: 1024px) {
  .vsip-intro-section .gallery-wrapper-row .col {
    height: auto !important;
  }
  .vsip-intro-section .vsip-gallery-col {
    min-height: 650px;
  }
  .vsip-intro-section .vsip-gallery-col .vsip-title h2 {
    font-size: 64px;
    line-height: 80px;
  }
  .vsip-intro-section .vsip-gallery-col .vsip-desc p {
    font-size: 18px;
  }
}
@media (max-width: 849px) {
  .vsip-intro-section {
    padding: 30px 0;
  }
  .vsip-intro-section .vsip-gallery-col {
    min-height: auto;
  }
  .vsip-intro-section .vsip-gallery-col .gallery-wrapper-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .vsip-intro-section .vsip-gallery-col .gallery-wrapper-row [class*=col-img-] {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    clip-path: none !important;
  }
  .vsip-intro-section .vsip-gallery-col .gallery-wrapper-row [class*=col-img-] .img-inner {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.vsip-contact-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px !important;
}
@media (min-width: 1200px) {
  .vsip-contact-section .section-bg img {
    height: 900px;
  }
}
.vsip-contact-section .contact-info-col .contact-title h2 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 64px !important;
  line-height: 78px;
  text-align: left;
  background: -webkit-gradient(linear, left bottom, left top, from(#1160A8), to(#1160A8));
  background: linear-gradient(0deg, #1160A8, #1160A8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}
.vsip-contact-section .contact-info-col .contact-item {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vsip-contact-section .contact-info-col .contact-item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.vsip-contact-section .contact-info-col .contact-item p,
.vsip-contact-section .contact-info-col .contact-item a {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0077C0 !important;
  margin-bottom: 0;
  text-decoration: none;
}
.vsip-contact-section .contact-info-col .contact-item .contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vsip-contact-section .contact-info-col .contact-item .contact-icon img {
  max-width: 100%;
  height: auto;
}
.vsip-contact-section .wpcf7-spinner {
  position: absolute;
}
.vsip-contact-section form {
  margin-bottom: 0px !important;
}
.vsip-contact-section .contact-form-col .form-container-inner {
  position: relative;
  max-width: 563px;
  margin: 0 auto;
  padding: 50px 40px;
  border-radius: 33px;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(146.75deg, rgba(0, 119, 192, 0.5) 34.69%, rgba(64, 189, 131, 0.5) 91.14%);
  backdrop-filter: blur(10px);
}
.vsip-contact-section .contact-form-col .form-container-inner .form-title {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 48px !important;
  line-height: 59px;
  text-align: center;
  margin-bottom: 35px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vsip-contact-section .wpcf7-form .form-group {
  margin-bottom: 15px;
}
.vsip-contact-section .wpcf7-form input:not([type=submit]),
.vsip-contact-section .wpcf7-form textarea {
  width: 100% !important;
  background: #FFFFFF !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 20px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
  color: #898989 !important;
}
.vsip-contact-section .wpcf7-form input:not([type=submit])::-webkit-input-placeholder, .vsip-contact-section .wpcf7-form textarea::-webkit-input-placeholder {
  color: #898989;
  font-weight: 400;
}
.vsip-contact-section .wpcf7-form input:not([type=submit])::-moz-placeholder, .vsip-contact-section .wpcf7-form textarea::-moz-placeholder {
  color: #898989;
  font-weight: 400;
}
.vsip-contact-section .wpcf7-form input:not([type=submit]):-ms-input-placeholder, .vsip-contact-section .wpcf7-form textarea:-ms-input-placeholder {
  color: #898989;
  font-weight: 400;
}
.vsip-contact-section .wpcf7-form input:not([type=submit])::-ms-input-placeholder, .vsip-contact-section .wpcf7-form textarea::-ms-input-placeholder {
  color: #898989;
  font-weight: 400;
}
.vsip-contact-section .wpcf7-form input:not([type=submit])::placeholder,
.vsip-contact-section .wpcf7-form textarea::placeholder {
  color: #898989;
  font-weight: 400;
}
.vsip-contact-section .wpcf7-form textarea {
  height: 139px !important;
}
.vsip-contact-section .wpcf7-form input[type=submit] {
  width: 174px !important;
  height: 53px !important;
  background: #0077C0 !important;
  border-radius: 26.5px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 24px !important;
  color: #FFFFFF !important;
  border: none !important;
  display: block;
  margin: 25px auto 0 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vsip-contact-section .wpcf7-form input[type=submit]:hover {
  background: #0b307e !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 849px) {
  .vsip-contact-section {
    padding: 50px 0;
  }
  .vsip-contact-section .contact-info-col {
    text-align: center;
    margin-bottom: 40px;
  }
  .vsip-contact-section .contact-info-col .contact-title h2 {
    font-size: 40px !important;
    text-align: center;
  }
  .vsip-contact-section .contact-info-col .contact-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vsip-contact-section .contact-info-col .contact-item .contact-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .vsip-contact-section .contact-form-col .form-container-inner {
    padding: 30px 20px;
  }
  .vsip-contact-section .contact-form-col .form-container-inner .form-title {
    font-size: 32px !important;
  }
}

.vsip-hero-split {
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .vsip-hero-split {
    min-height: 900px !important;
  }
}
.vsip-hero-split .main-split-row {
  height: 100%;
  position: relative;
}
.vsip-hero-split .col-project {
  position: relative;
}
@media (max-width: 1024px) {
  .vsip-hero-split .col-project .row {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .vsip-hero-split .col-project .row * {
    text-align: left !important;
  }
}
.vsip-hero-split .col-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5% !important;
}
.vsip-hero-split .col-project .text-wrapper {
  position: relative;
  z-index: 5;
  max-width: 575px;
}
.vsip-hero-split .col-project .text-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.vsip-hero-split .col-project .text-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-align: justify;
  text-transform: inherit;
  margin-bottom: 30px;
}
.vsip-hero-split .col-project .btn-flora,
.vsip-hero-split .col-project .btn-bonita {
  border: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 0;
  color: white !important;
}
.vsip-hero-split .col-project .btn-flora::after,
.vsip-hero-split .col-project .btn-bonita::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 21px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vsip-hero-split .col-project .btn-flora {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 28px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  z-index: 1;
  background: url("../../img/button1.png") center/cover no-repeat;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.vsip-hero-split .col-project .btn-flora:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  background-color: transparent !important;
}
.vsip-hero-split .col-project .btn-bonita {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 28px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  z-index: 1;
  background: url("../../img/button2.png") center/cover no-repeat;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.vsip-hero-split .col-project .btn-bonita:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  background-color: transparent !important;
}
.vsip-hero-split .row-mini-cards {
  opacity: 0 !important;
}
@media (min-width: 1024px) {
  .vsip-hero-split .row-mini-cards {
    margin-bottom: -380px;
    margin-top: 40px;
  }
}
.vsip-hero-split .bottom-navigation-area {
  position: absolute;
  bottom: 60px;
  width: 100%;
  z-index: 10;
}
.vsip-hero-split .bottom-navigation-area .mini-card .img-inner {
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 4px #FFFFFF;
          box-shadow: 0px 4px 4px #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.vsip-hero-split .bottom-navigation-area .mini-card .img-inner:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1024px) {
  .vsip-hero-split {
    height: auto;
  }
  .vsip-hero-split .col-project {
    height: 600px;
    padding: 40px !important;
  }
  .vsip-hero-split .col-project .text-wrapper h2 {
    font-size: 36px;
  }
  .vsip-hero-split .col-project .text-wrapper p {
    font-size: 18px;
  }
  .vsip-hero-split .bottom-navigation-area {
    position: relative;
    bottom: 0;
    padding: 40px 0;
    background: #1A3933;
  }
}
@media (max-width: 849px) {
  .vsip-hero-split .col-project {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vsip-hero-split .col-project .text-wrapper {
    text-align: center;
  }
  .vsip-hero-split .col-project .text-wrapper h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .vsip-hero-split .col-project .text-wrapper p {
    font-size: 14px;
    text-align: center;
  }
  .vsip-hero-split .row-mini-cards {
    display: none;
  }
}
.vsip-hero-split .sliderfour .slider {
  --gap: 20px;
}
.vsip-hero-split .sliderfour .img-inner {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.vsip-hero-split .sliderfour .img-inner img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.vsip-hero-split .sliderfour .img-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
.vsip-hero-split .sliderfour .flickity-prev-next-button {
  border: unset !important;
  opacity: 1 !important;
  display: block !important;
}
.vsip-hero-split .sliderfour .flickity-prev-next-button svg {
  border: unset !important;
}
.vsip-hero-split .sliderfour .next {
  right: -100px;
}
.vsip-hero-split .sliderfour .next svg {
  display: none !important;
}
.vsip-hero-split .sliderfour .next::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../../img/muiten.png) center/cover no-repeat;
}
.vsip-hero-split .sliderfour .previous {
  left: -100px;
}
.vsip-hero-split .sliderfour .previous svg {
  display: none !important;
}
.vsip-hero-split .sliderfour .previous::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  background: url(../../img/muiten.png) center/cover no-repeat;
}
.vsip-hero-split .sliderfour .flickity-page-dots {
  display: none;
}
.vsip-hero-split .sliderfour .flickity-viewport {
  overflow: hidden !important;
}
.vsip-hero-split .sliderfour .slider .row {
  width: calc(25% - var(--gap) * 3 / 4) !important;
  min-width: calc(25% - var(--gap) * 3 / 4) !important;
  max-width: calc(25% - var(--gap) * 3 / 4) !important;
  margin-right: var(--gap) !important;
  margin-left: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}
@media (max-width: 849px) {
  .vsip-hero-split .sliderfour .slider .row {
    width: calc(50% - var(--gap) / 2) !important;
    min-width: calc(50% - var(--gap) / 2) !important;
    max-width: calc(50% - var(--gap) / 2) !important;
    margin-right: var(--gap) !important;
  }
}
.vsip-hero-split .sliderfour .slider .row {
  /* 🖥 Desktop: 4 cột */
}
@media (max-width: 590px) {
  .vsip-hero-split .sliderfour .slider .row {
    width: calc(100% - var(--gap) * 3 / 4) !important;
    min-width: calc(100% - var(--gap) * 3 / 4) !important;
    max-width: calc(100% - var(--gap) * 3 / 4) !important;
  }
}
.vsip-hero-split .sliderfour .slider .row {
  display: block !important;
  opacity: 1 !important;
}
.vsip-hero-split .sliderfour .slider .row .img {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.vsip-hero-split .sliderfour .slider .img {
  -webkit-box-shadow: 0 4px 4px 0 #ffffff;
          box-shadow: 0 4px 4px 0 #ffffff;
  border-radius: 20px;
}
.vsip-hero-split .sliderfour .slider h3 {
  position: absolute;
  padding: 15px;
  font-family: "UTM Essendine Caps";
  color: white;
  font-size: 20px;
  bottom: 15px;
}
.vsip-hero-split .sliderfour .flickity-slider .img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .vsip-hero-split .sliderfour .flickity-slider > .row {
    padding: 0 20px;
  }
}
.vsip-hero-split .sliderfour {
  /* ===== Responsive ===== */
}
@media (max-width: 1024px) {
  .vsip-hero-split .sliderfour .slider {
    --gap: 15px;
  }
  .vsip-hero-split .sliderfour .slider .img {
    width: calc(33.333% - var(--gap) * 2 / 3) !important;
  }
}
@media (max-width: 768px) {
  .vsip-hero-split .sliderfour .slider {
    --gap: 10px;
  }
  .vsip-hero-split .sliderfour .slider .img {
    width: calc(50% - var(--gap) / 2) !important;
  }
}
@media (max-width: 480px) {
  .vsip-hero-split .sliderfour .slider .img {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.vsip-news-galaxy {
  position: relative;
  padding: 0 0 80px 0 !important;
  overflow: hidden;
}
@media (min-width: 849px) and (max-width: 1024px) {
  .vsip-news-galaxy {
    padding-top: 50px !important;
  }
}
.vsip-news-galaxy .section-main-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
}
@media (max-width: 849px) {
  .vsip-news-galaxy .section-main-title h2 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
}
.vsip-news-galaxy .section-main-title h2 {
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  color: #0077C0;
  margin-bottom: 60px;
}
.vsip-news-galaxy .blog-post-galaxy .col-inner {
  padding: 0 15px;
}
.vsip-news-galaxy .blog-post-galaxy .post-item {
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vsip-news-galaxy .blog-post-galaxy .post-item::after, .vsip-news-galaxy .blog-post-galaxy .post-item::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 47px;
  left: 50%;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item::after {
  top: -25px;
}
.vsip-news-galaxy .blog-post-galaxy .post-item::before {
  bottom: 10px;
}
.vsip-news-galaxy .blog-post-galaxy .post-item .box {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 0 20px rgba(255, 255, 255, 0.3);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 0 20px rgba(255, 255, 255, 0.3);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(2px);
  border-radius: 24px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  z-index: 1;
}
.vsip-news-galaxy .blog-post-galaxy .post-item .box-text {
  padding-bottom: 70px !important;
}
.vsip-news-galaxy .blog-post-galaxy .post-item .post-title {
  height: 5rem;
  overflow: hidden;
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(1) .box {
  background: linear-gradient(170.47deg, rgba(0, 119, 192, 0.4) 50.32%, rgba(255, 255, 255, 0.16) 127.84%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(1)::after, .vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(1)::before {
  background-image: url("../../img/vsipttline1.png");
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(2) .box {
  background: linear-gradient(170.47deg, rgba(64, 189, 131, 0.4) 50.32%, rgba(255, 255, 255, 0.16) 127.84%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(2)::after, .vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(2)::before {
  background-image: url("../../img/vsipttline2.png");
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(3) .box {
  background: linear-gradient(170.47deg, rgba(0, 119, 192, 0.4) 50.32%, rgba(255, 255, 255, 0.16) 127.84%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(3)::after, .vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(3)::before {
  background-image: url("../../img/vsipttline3.png");
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(4) .box {
  background: linear-gradient(170.47deg, rgba(0, 119, 192, 0.4) 50.32%, rgba(255, 255, 255, 0.16) 127.84%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(4)::after, .vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(4)::before {
  background-image: url("../../img/vsipttline1.png");
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(5) .box {
  background: linear-gradient(170.47deg, rgba(64, 189, 131, 0.4) 50.32%, rgba(255, 255, 255, 0.16) 127.84%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(5)::after, .vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(5)::before {
  background-image: url("../../img/vsipttline2.png");
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(6) .box {
  background: linear-gradient(170.47deg, rgba(0, 119, 192, 0.4) 50.32%, rgba(255, 255, 255, 0.16) 127.84%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(6)::after, .vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(6)::before {
  background-image: url("../../img/vsipttline3.png");
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(7) .box {
  background: linear-gradient(170.47deg, rgba(0, 119, 192, 0.4) 50.32%, rgba(255, 255, 255, 0.16) 127.84%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(7)::after, .vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(7)::before {
  background-image: url("../../img/vsipttline1.png");
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(8) .box {
  background: linear-gradient(170.47deg, rgba(64, 189, 131, 0.4) 50.32%, rgba(255, 255, 255, 0.16) 127.84%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(8)::after, .vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(8)::before {
  background-image: url("../../img/vsipttline2.png");
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(9) .box {
  background: linear-gradient(170.47deg, rgba(0, 119, 192, 0.4) 50.32%, rgba(255, 255, 255, 0.16) 127.84%);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(9)::after, .vsip-news-galaxy .blog-post-galaxy .post-item:nth-child(9)::before {
  background-image: url("../../img/vsipttline3.png");
}
.vsip-news-galaxy .blog-post-galaxy .post-item .box-image {
  padding: 20px 20px 0px 20px;
}
.vsip-news-galaxy .blog-post-galaxy .post-item .box-image img {
  border-radius: 13px;
  width: 100%;
  height: 287px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vsip-news-galaxy .blog-post-galaxy .post-item .is-divider {
  display: none;
}
.vsip-news-galaxy .blog-post-galaxy .post-item .box-text {
  padding: 0 25px 25px;
  text-align: left;
}
.vsip-news-galaxy .blog-post-galaxy .post-item .box-text .post-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.vsip-news-galaxy .blog-post-galaxy .post-item .box-text .from_the_blog_excerpt {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  color: #FFFFFF !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vsip-news-galaxy .blog-post-galaxy .post-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.vsip-news-galaxy .blog-post-galaxy .post-item:hover::after, .vsip-news-galaxy .blog-post-galaxy .post-item:hover::before {
  opacity: 0.8;
}
.vsip-news-galaxy .flickity-prev-next-button {
  border: unset !important;
  opacity: 1 !important;
  background: transparent !important;
  margin-top: 0px !important;
}
.vsip-news-galaxy .flickity-prev-next-button svg {
  display: none !important;
}
.vsip-news-galaxy .flickity-prev-next-button::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  background: url(../../img/muiten.png) center/cover no-repeat;
}
.vsip-news-galaxy .flickity-prev-next-button.previous {
  left: -60px;
}
.vsip-news-galaxy .flickity-prev-next-button.previous::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.vsip-news-galaxy .flickity-prev-next-button.next {
  right: -60px;
}
.vsip-news-galaxy .flickity-prev-next-button.next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}