/* body */
.dark-ct-title h2 {
    color:#fff;
}

/* === HEADER === */

.lp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    z-index: 999;
    transition: all 0.3s ease;
}
.lp-header.is-sticky {
    background-color: #002541;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.lp-header--transparent:not(.is-sticky) {
    background-color: transparent !important;
}
.lp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lp-header-menu ul {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.lp-header-menu ul li {
	margin: 0;
}
.lp-header-menu ul li a {
    color: #111;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.lp-header.is-sticky .lp-header-menu ul li a {
    color: #fff;
}
.lp-header-menu ul li a:hover,
.lp-header-menu ul li.current-menu-item a {
    color: #00AEEF;
}

/* Sticky animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lp-header.animate-sticky {
  animation: slideDown 0.5s ease-in;
}

/* === MOBILE MENU TOGGLE BUTTON === */
.lp-mobile-toggle {
  display: none;
}
#lp-menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
  color: #111;
  cursor: pointer;
  margin: 0;
	padding: 0;
}
.hamburger {
  display: block;
  width: 25px;
  height: 2px;
  background: #111;
  position: relative;
}
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #111;
  left: 0;
}
.hamburger::before {
  top: -8px;
}
.hamburger::after {
  top: 8px;
}

/* === OFF-CANVAS MOBILE MENU === */
#lp-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background: white;
  z-index: 1000;
  padding: 20px;
  box-shadow: 3px 0 10px rgba(0,0,0,0.2);
  transition: left 0.3s ease;
}
#lp-mobile-menu.active {
  left: 0;
}

.lp-header.is-sticky .hamburger,.lp-header.is-sticky .hamburger::before,
.lp-header.is-sticky .hamburger::after  {
  background: #fff;
}
.lp-header.is-sticky .lp-header-logo img {
	filter: brightness(0) invert(1);
	height: 50px;
}
.lp-header-logo img {
	height: 75px;
}

/* Close button (ẩn mặc định, hiện khi active) */
.lp-offcanvas-header {
  position: relative;
  text-align: right;
}
#lp-menu-close {
position: fixed;
    top: 20px;
    right: 20px;
    margin: 0;
    z-index: 1100;
    display: none;
    font-size: 32px;
    background: #f9f9f9eb;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    line-height: normal;
    min-height: unset;
}

#lp-mobile-menu.active .lp-offcanvas-header > #lp-menu-close {
  display: flex;
}


/* Overlay */
#lp-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 900;
}
#lp-overlay.active {
  display: block;
}

/* Offcanvas nav styling */
.lp-offcanvas-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-offcanvas-nav li {
  margin: 15px 0;
}
.lp-offcanvas-nav a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .lp-mobile-toggle {
    display: block;
  }
  .lp-header-menu {
    display: none;
  }
}

/* footer */
.footer-sec ul {
	display: flex; 
	flex-direction: column;
	gap: .8rem;
	list-style:none;
}
.footer-sec ul li {
	margin: 0 !important;
}

/* home */
.lp-sec1:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
}
.lp-sec1 .banner:before {
	content:none !important;
}
@keyframes sparkle {
    0% {
        background-position: 0 0,0 0,0 0
    }

    to {
        background-position: -500px -1000px,-400px -400px,300px 300px
    }
}

@-webkit-keyframes sparkle {
    0% {
        background-position: 0 0,0 0,0 0
    }

    to {
        background-position: -500px -1000px,-200px -400px,300px 300px
    }
}

.project-info-grid ul {
		margin: 0;
		list-style: none;
}
.project-info-grid li {
  margin: 0 0 6px !important;
  padding-bottom: 4px;
		padding-left: 20px;
  border-bottom: 1px dashed #ddd;
		position: relative;
}
.project-info-grid ul li:before {
position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background: url(/wp-content/uploads/2025/06/mw8hif9raombu8dktf.svg) center center / contain no-repeat;
}
.project-info-grid strong {
  color: #111;
  font-weight: 600;
}
.text-has-dark-bg .project-info-grid strong {
  color: #fff;
}
.lp-sec3, .lp-sec5,.lp-sec6,.lp-sec8 {
		background: url(/wp-content/uploads/2025/06/page-bg-1.png) repeat #0a636c;
}
.has-sub-tt h2 {
		margin-bottom: 10px;
}
.has-sub-tt h3 {
		color: var(--fs-color-secondary) !important;
}
.lp-sec3 .button {
		margin: 0;
}
.lp-sec5 h2 {
		color: var(--fs-color-secondary) !important;
}
.lp-sec4 .bd-img {
		border: 5px solid var(--primary-color);
}

.lp-sec5 h2 {
		margin-bottom: 0;
}
.lp-sec5 ul {
		margin: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 1rem;
}
.lp-sec5 li {
		position: relative;
		margin: 0 !important;
		padding-left: 24px;
}
.lp-sec5 ul li:before {
position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background: url(/wp-content/uploads/2025/06/mw8hif9raombu8dktf.svg) center center / contain no-repeat;
}
.lp-sec5 h2 {
		color: var(--primary-color);
}
.lp-sec4 .tabbed-content .nav {
		justify-content:center;
		gap: 10px;
}
.lp-sec4 .tabbed-content .tab {
		border: 2px solid var(--primary-color);
		border-radius: 99px;
}
.lp-sec8 h2 {
		margin-bottom: 10px;
		color: #fff;
}
.lp-sec8 h3 {
		color: var(--fs-color-secondary);
}
.lp-sec8 h2 {
		margin-bottom: 10px;
		color: #fff;
}
.lp-sec9 h2 {
		color: var(--fs-color-secondary);
}
.lp-sec7 .icon-box h3 {
font-size: 1rem;
color: var(--primary-color);}
.footer-sec input[type="text"],
.footer-sec input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.footer-sec label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: white;
}

.footer-sec .wpcf7-list-item {
    display: inline-block;
    margin-right: 20px;
    color: white;
}

.footer-sec input[type="checkbox"] {
    margin-right: 5px;
}

.footer-sec input[type="submit"] {
    color: white;
    border: none;
    padding: 5px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-sec input[type="submit"]:hover {
}
.footer-sec ul {
		list-style: none;
}
.footer-sec ul li {
		margin-left: 0;
}
.box-blog-post .post-title a, .box-blog-post .from_the_blog_excerpt {
		display: -webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow: hidden;
}
/* popup */
.popup .header-popup {
		color: #fff;
		position: relative;
		z-index: 1;
}
.popup .section-content:after {
		content:"";
		position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
		background-color: rgb(5, 34, 74); 
		z-index: -1;
		opacity: 0.8;
}
.popup .header-popup h2 {
		padding-top: 8px;
		font-size: 18px;
		color: rgb(246, 226, 179);
}
.popup .header-popup p {
		margin-bottom: .8rem;
		font-size: 14px;
}
.popup .header-popup h3 {
	font-family: "Montserrat", sans-serif !important;
		color: #fff;
		line-height: 0.5;
		font-size: 15px;
		color: rgb(246, 226, 179);
		padding-bottom: 8px;
}
.popup {
		background-color: rgb(5, 34, 74);
}
.popup .row > .col > .col-inner {
		display: flex;
		flex-direction: column;
		justify-content:center;
		align-items:center;
}
.popup .img {
		width: 170px !important;
}
.popup .popup-form-ct {
		max-width: 360px;
		padding: 0 30px;
}
.popup .popup-form-ct input {
		font-size: 14px;
		height: 40px;
}
.popup .popup-form-ct .wpcf7-submit {
		margin: 0;
		width: 100%;
		    background-image: linear-gradient(rgb(255, 173, 67), rgb(255, 106, 63)); 
		border: none;
		border-radius: 99px;
}
.popup .popup-form-ct em {
		font-size: 11px; 
		color: rgb(213, 199, 166);
}
.popup .popup-form-ct > p {
		text-align:center;
}
.popup form {
		margin: 0;
}
.popup .wpcf7-response-output {
		margin: 10px 30px !important;
		color: rgb(246, 226, 179);
}
.popup {
	padding: 15px !important;
		background-image: linear-gradient(126deg, rgb(255, 226, 156), rgb(255, 255, 255));
}
.popup .section-content {
		background:url(/wp-content/uploads/2025/06/bg-fiato-airport-20250410034354-njjh_.jpg);
		    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}
.wpcf7-spinner {
		display: none !important;
}
.mfp-close {
		color: #fff !important;
		opacity: 1 !important;
		mix-blend-mode: unset;
}

.current-menu-item a:before {
		opacity: 0 !important;
}
.current-menu-item a:hover:before {
		opacity: 1 !important;
}
/**/
.text-lp5 h2{
	color: var(--primary-color);
}
.text-lp5 h3{
	color: var(--fs-color-secondary);
}
.lp2-sec-1 .banner .text-box h2 {
    color: var(--fs-color-secondary);
    font-weight: 700;
    font-size: clamp(1rem, 4vw, 4rem);
}
.lp2-sec-1 .banner .text-box h3 {
    padding-top: 1rem;
    font-size: clamp(0.8rem, 3vw, 2rem);
    line-height: 1.3;
}
.lp2-sec-1 .banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, #042F5F 4.48%, rgba(10, 99, 108, 0) 50.00%);
    transform: rotate(-180deg);
    z-index: 2;
}
.lp2-sec-2{
	background: url(https://novahillsmuine.com.vn/wp-content/uploads/2025/06/page-bg.png); 
}
.lp2-sec-2 .text-2 h3 {
    color: #F89F69;
}
/*Sec - 3*/
.lp2-sec-3 .text-3 h2{
	color: #F89F69;
}
.lp2-sec-3 ul li {
    margin-left: 0;
    padding-left: 20px;
    position: relative;
    list-style: none;
	padding-left: 0;
}
.lp2-sec-3 ul li:before {
    content: "";
    background: url(https://novahillsmuine.com.vn/du-an/the26ec/wp-content/uploads/2025/06/rqkm3sh5zbmc1ekade.svg);
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
}
/*Sec - 4*/
.lp2-sec-4 .text4 h3 {
    color: var(--fs-color-secondary);
}
.lp2-sec-4 .text4 h2 {
    color: var(--primary-color);
	font-family: 'Nokia', serif !important;
    font-size: 1.7rem;
}
/*Sec - 5*/
.text-lp5-2 h3{
	color: var(--primary-color);
}
.lp2-vt-sec .icon-box .icon-box-img {
		margin-bottom: 30px;
}
.lp2-vt-sec .icon-box .icon-box-img:after ,.lp2-vt-sec .icon-box .icon-box-img:before {
		content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.lp2-vt-sec .icon-box .icon-box-img:after {
		width: 1px;
    height: 24px;
    background: #042F5F;
}
.lp2-vt-sec .icon-box .icon-box-img:before {
		width: 18px;
    height: 18px;
    background: #042F5F;
    border-radius: 50%;
		bottom: -40px;
}
.lp2-vt-sec .icon-box .icon-box-text {
		padding-top: 10px;
		border-top: 1px solid #333;
}
.lp2-fet-sec .grid-services {
		display: grid;
		grid-template-columns: repeat(5,1fr);
}
.lp2-fet-sec .grid-services .icon-inner img {
		padding: 0;
		height: 100%;
		object-fit: cover;
}
.lp2-fet-sec .grid-services .icon-inner {
		width: 90px;
		height: 90px;
		border-radius: 50%;
		overflow: hidden;
		border: 1px solid var(--primary-color);
}
.lp-mb-sec .tabbed-content ul {
	gap: 10px;
}
.lp-mb-sec .tabbed-content a {
	border: 2px solid var(--fs-color-secondary);
}
.lp-mb-sec .tabbed-content .active a {
	background: var(--fs-color-secondary);
}

@media(max-width:549px) {
	.lp2-fet-sec .grid-services {
		display: grid;
		grid-template-columns: repeat(2,1fr);
}
	.main-lp-title h2{
	font-size: 1.25rem;
}
}