:root {
    --color-primary: #306667;
    --color-primary-solid: #4aac99;
    --color-secondary: #f26a23;
    --color-reverse: #fff;
    --color-dark: #787878;
    --color-white: #fff;
    --color-black: #212121;
    --font-primary: BeVietnamPro, serif;
    --font-title: BeVietnamProBold, serif
}
body,
html {
    max-width: 100vw;
    font-family: 'Muli';
    font-size: 15px;
    line-height: 1.2;
}

div#fullpage {
    margin-top: 0 !important;
}

a:hover,
a {
    text-decoration: none !important;
    cursor:pointer;
}

.site-logo {
    margin-top: -2px;
}


strong {
  font-family: 'El Messiri', serif;
}

.text_white {
    color: white !important;
    background-image: unset !important;
    -webkit-text-fill-color: white !important;
}

.text_center {
    text-align: center;
}

p {
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

html {
    overflow: visible !important;
}

html.non_scroll {
    overflow: hidden !important;
}

div#loadpage {
    /* pointer-events: none; */
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    background-size: cover;
    transition: .5s all ease-in-out;
}

div#loadpage .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: .5s all ease-in-out;
    background-color: #fff;
}

div#loadpage .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div#loadpage .mask span:nth-child(1) {
    top: 0;
}

div#loadpage .mask span:nth-child(2) {
    top: 20%;
}

div#loadpage .mask span:nth-child(3) {
    top: 40%;
}

div#loadpage .mask span:nth-child(4) {
    top: 60%;
}

div#loadpage .mask span:nth-child(5) {
    top: 80%;
}

#loadpage.hidden {
    opacity: 0;
    visibility: hidden;
}

div#loadpage.hidden .mask span {
    width: 0;
    overflow: hidden;
}

.logo-loadpage svg {
    position: absolute;
    max-width: 400px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    overflow: hidden !important;
}



.fullpage-wrapper #primary {
    display: none;
}


.wrap_similar_text {
    color: #111;
    line-height: 1.5rem;
    text-align: justify;
}

.similar_subtitle,
.similar_title {
    background-image: linear-gradient(-178deg, #20a9ab 0%, #265051 47%, #316668 72%, #447576 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
     font-family: 'El Messiri', serif;
}

.similar_content {
    line-height: 24px;
    text-align: justify;
}

.similar_subtitle {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

.similar_title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.similar_link a {
    display: inline-block;
    line-height: 42px;
    padding: 0 40px;
    background-color: transparent;
    color: #ffffff;
    background-image: linear-gradient(-178deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-family: 'Muli - Bold';
    position: relative;
    margin-top: 30px;
}

.similar_link a::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/LYN/button.png');
    background-size: 100%100%;
    z-index: -1;
}

footer,
section.section {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-toggle {
    padding: 0;
    display: block;
    outline: none !important;
    position: relative;
    z-index: 9999;
}

.menu-toggle:before {
    content: '';
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-color: var(--color-primary);
    opacity: 0.9;
    border-radius: 50%;
}

#nav-icon3 {
    width: 22px;
    height: 14px;
    position: relative;
    margin-left: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 6px;
    width: 80%;
    left: 20%;
}

#nav-icon3 span:nth-child(4) {
    top: 12px;
}

.menu-toggle.toggled #nav-icon3 span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu-toggle.toggled #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    left: 0;
}

.menu-toggle.toggled #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    left: 0;
}

.menu-toggle.toggled #nav-icon3 span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


#mobile-menu li {
    float: none;
    display: block;
}

.inside-header {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1000;
    display: none; /* Initially hidden */
}
.main-nav-left {
    float: left;
}

.main-nav-left ul {
    margin: 0;
    list-style: none;
    text-align: left;
}

.site-logo a {
    position: relative;
    display: inline-block;
    border-top: unset;
}

.site-header {
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 9999;
    padding-top: 0px;
    background-color: transparent;
}
#logo {
    width: 280px;
    position: relative;
}
#logo > a{
    position: relative;
}
#logo > a > img{
    position: relative;
    transform: translateY(50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block !important;
}
body.is-dark-section #logo > a  > img{
   position: relative;
    transform: translateY(-50%);
}
body.menu-is-showing header#masthead .header-logo-dark,
body.is-dark-section header#masthead .header-logo-dark{
    opacity: 1 !important;
}
body.menu-is-showing header#masthead .header_logo,
body.is-dark-section header#masthead .header_logo{
    opacity: 0 !important;
}
body.is-light-section header#masthead .header-logo-dark,
body.single-post header#masthead .header-logo-dark{
    opacity: 0;
}
body.is-light-section header#masthead .header_logo{
    opacity: 1;
}
#logo img {
    max-height: 140px;
    width: 290px;
}
 
.fp-viewing-lynproperty .site-header {
    /* background-color: #2c4e3e;
    background-image: url('../images/LYN/bg-header.png'); */
}

.main-navigation,
.main-navigation ul ul {
    background-color: transparent;
}

.headroom--not-top {
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    display: block !important;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    display: block;
}

.wrap-mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: 9998;
    visibility: hidden;
}

.wrap-mobile-menu.open {
    visibility: visible;
}

div#mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 70vw;
    padding-right: calc((100vw - 1240px) / 2);
    display: flex;
    align-items: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background:
      linear-gradient(
        -75deg,
        #104d4e 70%,
        transparent 30%
      ),
      linear-gradient(
       -75deg,
        #db6728 71.5%,
        transparent 71.5%
      );
    background-repeat: no-repeat;
    overflow: hidden;
}


.mobile-nav {
    float: right;
    position: relative;
}
.home_sec6new .wrap-img .image-caption {
    color: #fff;
    text-align: center;
    bottom: 10px;
    left: 10px;
    height: 40px;
    display: inline-block;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(8 61 62));
    z-index: 9999;
    position: absolute;
    width: calc(100% - 20px);
    border-radius: 0 20px 20px;
}

#mobile-menu ul {
    border-right: 1px solid var(--color-secondary);
    margin: 0;
}

#mobile-menu ul li:first-child {
    padding-top: 10px;
}

#mobile-menu ul li:last-child {
    padding-bottom: 0;
}

#mobile-menu ul li {
    padding: 15px 0;
    text-align: right;
}
#mobile-menu ul li ul li{
    padding: 15px 0;
    text-align: left;
}
#mobile-menu ul li a {
  text-decoration: none !important;
  outline: none;
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  color: #ffffff;
  font-family: "Muli";
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
  padding-right: 35px;
}
#mobile-menu ul li a:hover{
    color: var(--color-primary);
}
a:not([href]):hover {
    color: #ffffff;
    text-decoration: none;
}

#mobile-menu ul li.current-menu-item a::before,
#mobile-menu ul li.current-menu-item a:after,
#mobile-menu ul li a:hover:before,
#mobile-menu ul li a:hover:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 0;
    border-radius: 50%;
    background-color: var(--color-secondary);
}
#mobile-menu ul li a:hover::before{
    z-index: 1;
    width: 14px;
    height: 14px;
    opacity: 0.4;
}
#mobile-menu ul li a:hover::after{
    width: 9px;
    height: 9px;
    z-index: 2;
}

#mobile-menu ul li.current-menu-item a::before {
    z-index: 1;
    width: 14px;
    height: 14px;
    opacity: 0.4;
}

#mobile-menu ul li.current-menu-item a:after {
    width: 9px;
    height: 9px;
    z-index: 2;
}

.open div#mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main-navigation {
    margin-left: 24px;
}

.header-phone {
    margin-left: auto;
    position: relative;
    padding: 0 25px;
}
.action-bottom-header{
    margin-left: 20px;
}
ul.options.language_flag {
    list-style: none;
    margin: 0;
}
ul.options.language_flag a{
    width: 41px;
    height: 41px;
    display: inline-block;
    line-height: 41px;
    text-align: center;
    background-color: var(--color-primary);
    border-radius: 50%;
    
}
ul.options.language_flag img {
    margin: 0 !important;
    width: 39px;
    height: 39px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    display: none;
}
[lang="en-US"] ul.options.language_flag li:first-child{
    display: none;
}
[lang="vi-VN"] ul.options.language_flag li:last-child{
    display: none;
}
.header-phone a {
    font-size: 15px;
    color: #fff;
}

.header-phone:before {
    content: '';
    display: block;
    width: 100%;
    height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-color: var(--color-primary);
    opacity: 0.9;
    border-radius: 99px;
}

.has-underline {
    position: relative;
}

.text-center .has-underline {
    margin: 0 auto;
}

.text-right .has-underline {
    margin: 0 auto;
    margin-right: 0;
}

.text-right .has-underline {
    margin: 0 auto;
    margin-left: 0;
}

.has-underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-image: url('../images/line.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.main-nav-left ul li:not(.wpml-ls-menu-item) a::after,
#mobile-menu .main-nav ul li:not(.wpml-ls-menu-item) a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

#mobile-menu .main-nav ul li[class*="current-menu-"]>a:hover,
#mobile-menu .main-nav ul li[class*="current-menu-"].sfHover>a,
#mobile-menu .main-nav ul li[class*="current-menu-"]>a,
.main-nav-left ul li>a.active,
.main-nav-left ul li:hover>a,
.main-nav-left ul li:focus>a,
#mobile-menu .main-nav ul li:hover>a,
#mobile-menu .main-nav ul li:focus>a,
#mobile-menu .main-nav ul li.sfHover>a {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

.modal-video-close-btn:hover {
    background-color: transparent;
}

.location_mobile {
    display: none;
}

.row.detail_distances .col-md-12 {
    display: none;
}

.main-nav-left ul li a {
    display: block;
}

.main-nav-left ul li.current-menu-item>a:after,
.main-nav-left ul li>a.active:after,
.main-nav-left ul li:hover>a:after,
.main-nav-left ul li:focus>a:after,
#mobile-menu .main-nav ul li[class*="current-menu-"]>a:after,
#mobile-menu .main-nav ul li>a.active:after,
#mobile-menu .main-nav ul li:hover>a:after,
#mobile-menu .main-nav ul li:focus>a:after {
    width: 100%;
    opacity: 1;
}

.site-header a,
.site-header a:visited {
    color: #fff;
}

.home_sec1 .fp-tableCell {
    vertical-align: bottom;
}

.home_sec1 h1.special_title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.59);
    color: #ffffff;
    font-size: 73px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 80px;
    text-transform: unset;
}

.special_title {
    font-family: 'Cormorant', serif;
}

.home_sec2 {
    background-repeat: repeat-x;
    background-position: center;
    overflow: hidden;
}

.home_sec13 .after_svg,
.home_sec10 .after_svg,
.home_sec2 .after_svg {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.home_sec6 {
    overflow: hidden;
}

.ten-toa span, .but-khome {
    position:relative;
    background: #E8E41A;
    background: linear-gradient(to right, #E8E41A 0%, #3BB44A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 0;
     font-family: 'El Messiri', serif;
    font-size:20px;
    font-weight:800;
    padding:0 20px;
}

.ten-toa span::before, .but-khome::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 1px;
    background:  #0E4C4D;
    z-index: -1;
    transition: transform 0.3s ease;
    /* transform: scale(0); */
    width: calc( 100% - 2px);
     height:28px;
    display:block;
    border-radius:5px 0 5px 0;
}
.ten-toa span::after, .but-khome::after {
    content: '';
    position: absolute;
  top: -4px;
    left: 0;
    background: linear-gradient(90deg, #95c623 0%, #f8e71c 100%); /* Gradient effect */
    z-index: -2;
    transition: transform 0.3s ease;
    /* transform: scale(0); */
    width: 100%;
    height:30px;
    display:block;
     border-radius:5px 0 5px 0;
}
.ten-toa:hover::before, .but-khome:hover::before {
    transform: scale(1);
}

.ten-toa span, .but-khome span {
    position: relative;
    z-index: 1; /* Ensure text is above the gradient */
}
.page-template-iframe-360-template .site-header {
    display:none;
}
body.page-template-iframe-360-template {
background: #09383b;
}
/* Style for the back button */
.back-button {
    margin-bottom: 20px; /* Space below the button */
}

.back-button .btn {
    color: #ffffff; /* Text color */
    padding: 10px 20px; /* Padding for the button */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s ease; /* Smooth transition */
}



/* Style for the iframe container */
.iframe-container {
    position: relative; /* Positioning context for the iframe */
    width: 100%; /* Full width */
    height: 100%; /* Set a specific height for the container */
    min-height: 75vh;
    border: 2px solid #007bff; /* Border around the iframe */
    border-radius: 5px; /* Rounded corners */
    overflow: hidden; /* Prevent overflow */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Full width and height for the iframe */
.full-iframe {
    position: absolute; /* Positioning the iframe absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    border: none; /* Remove default border */
}


ul.list_infos_project {
    margin: 0 -15px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.list_infos_project li {
    position: relative;
    padding: 0 30px;
    width: 50%;
    display: table;
    text-align: left;
    margin-bottom: 40px;
}

ul.list_infos_project .icon {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    text-align: center;
    margin-right: 25px;
    float: left;
}

ul.list_infos_project .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

ul.list_infos_project .content {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

footer.section .container,
section.section .container {
    position: relative;
    z-index: 99999;
}

section.section .container.text-content {
    z-index: 100;
}

.meta-popup.mobile {
    display: none;
}

.map-location img {
    width: 100%;
}

.slick-product-maris .item-slide {
    position: relative;
    display: table-cell !important;
    vertical-align: middle;
    height: 100vh;
    width: 100vw !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-product-maris .item-slide::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 40%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 0) 100%);
}

.slick-arrow {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: calc(100% + 55px);
    color: #7d7d7d;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
}

.statistics_slide li::before {
    content: '';
    display: block;
    width: 350px;
    height: 3px;
    background-image: url('../images/line.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: -50px;
}

.statistics_slide {
    list-style: none;
    margin: 0;
}

.statistics_slide li {
    color: #108c85;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.statistics_slide li span {
    font-size: 35px;
    line-height: 45px;
    text-transform: initial;
}

.statistics_slide li:last-child {
    padding-bottom: 0;
}

.container .wrap_similar_text {
    margin-left: -15px;
    margin-right: -15px;
}

#panzoom-parent {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

a.link-post {
    display: block;
    overflow: hidden;
    text-decoration: none !important;
    outline: none;
}

.post {
    padding: 0 10px;
    margin: 0;
}

.post img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.post figure {
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    margin: 0;
    position: relative;
    transition: .3s all ease-in-out;
}
.wp-caption .wp-caption-text {
    font-size: 100%;
    padding-top: 5px;
    opacity: 0.9;
}
.post figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 35px 30px;
    background-image: linear-gradient(to top, #0d0e0e 3%, rgba(13, 14, 14, 0.98) 5%, rgba(18, 19, 19, 0) 100%);
}

.post_name {
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    color: #ffffff;
    font-family: Muli;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: .3s all ease-in-out;
}

.post_date {
    opacity: 0.7;
    color: #ffffff;
    font-family: Muli;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.slick-post .slick-arrow {
    position: static;
    transform: unset;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    border: 1px solid #91bbbb;
    background-color: rgb(64 113 113 / 54%);
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    margin-bottom: 15px;
    padding: 0 30px;
    outline: none;
     border-radius: 5px;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
    color: #fff;
    border: 1px solid transparent;
    background-color: rgb(58 103 100);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: rgb(255 255 255 / 0.5);
}

input.wpcf7-form-control.wpcf7-submit {
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    transition: .2s all ease-in-out;
    background-image: linear-gradient(180deg, #407171 0%, #316668 47%, #417172 72%, #407172 100%);
    border-color: transparent;
    position: relative;
    padding: 5px 25px;
    text-indent: unset;
       border-radius: 10px;
}

.wpcf7 .submit {
    position: relative;
    display: block;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0a2318;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}

.cd-popup.is-visible {
    opacity: 1 !important;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    max-width: 95vw;
    max-height: 95vh;
    background: transparent;
    text-align: left;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.cd-popup.post .cd-popup-container {
    max-height: 100vh;
    max-width: 1260px;
    width: 100%;
}

.cd-popup.post .container {
    position: relative;
    max-height: 100vh;
}

.cd-popup.post h4.title-post {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.cd-popup.post .col-md-12 {
    padding: 30px 50px 50px;
}

.cd-popup.post .content {
    padding: 30px 0;
    display: block;
    border-bottom: 1px dotted #fff;
    border-top: 1px dotted #fff;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-align: left;
}

.cd-popup.post img {
    clear: both;
    width: 100%;
    margin: 20px 0;
}

.cd-popup.post p+p {
    margin-top: 20px;
}

.cd-popup.post figure.wp-caption {
    width: 100% !important;
}

.is-visible .cd-popup-container {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cd-popup .cd-popup-close {
    transition: 250ms;
    cursor: pointer;
    position: fixed;
    top: 15px;
    color: #fff;
    right: 15px;
    width: 50px;
    height: 50px;
    background-size: cover;
    opacity: 0.7;
    transform: scale(0.8, 0.8);
}

.cd-popup.is-visible .cd-popup-close:hover {
    transform: scale(1, 1) rotate(360deg);
    opacity: 1;
}

.wrap_distances {
    margin-top: 40px;
    margin-bottom: 35px;
    position: relative;
}

.utility_distance span {
    font-size: 40px;
    font-weight: 700;
}

.utility_distance::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border: 2px solid #1c8b85;
    background-color: #d7eeed;
    border-radius: 50%;
}

.home_sec10 {
    overflow: hidden;
    background-size: 100%200%;
    background-position: top;
}

.wrap_distances::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 18px;
    left: -90px;
    width: calc(100% + 180px);
    height: 2px;
    background: url('../images/line_long.png') no-repeat center;
    z-index: -1;
}

.utilities {
    margin: 0 0 20px;
    list-style: none;
    color: #108c85;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.utilities li+li {
    margin-top: 25px;
}

.button_actions {
    position: fixed;
    bottom: 90px;
    z-index: 99;
    right: 0;
}

.utility_distance_mobile,
.button_action_mobile {
    display: none;
}

a.button_action {
    background-color: #0a3e27;
    color: #ffffff;
    padding: 17px 5px 15px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 2px;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    width: 47px;
}

a.button_action:hover {
    background-image: linear-gradient(-214deg, #f0da7e 0%, #b58735 47%, #e2cc72 100%);
}

span.lnr.lnr-360 {
    display: block;
    width: 27px;
    height: 20px;
    margin: auto;
    background: url('../images/LYN/360deg.png') no-repeat center;
    background-size: 27px 19px;
}

.form-hotline-op h4 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    background-image: linear-gradient(-178deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Cormorant;
}

.bg_abs {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

footer .has-line::after {
    content: '';
    display: block;
    width: 2px;
    height: 450px;
    background: url('../images/line-hor.png') no-repeat center;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: 0;
}


/**
MAP LOCATION
*/
.bot-dot {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.map-icon.hidden {
    opacity: 0;
    visibility: hidden;
}

.map-icon.hidden.show {
    opacity: 1;
    visibility: visible;
}

.bot-dot .map-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: 400;
    z-index: 9;
}

.bot-dot .map-icon:hover {
    text-decoration: none;
}


.zoom-map {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.zoom-map img {
    width: auto;
    height: auto;
}

.zoom-map .map-icon {
    position: absolute;
    /* opacity: 0; */
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    /* visibility: hidden; */
}

.zoom-map .map-icon.hidden.show {
    opacity: 1;
    visibility: visible;
}

.zoom-map .map-icon.hidden {
    opacity: 0;
    visibility: hidden;
}


.zoom-map .show-pic img {
    width: 190px;
    height: 190px;
    left: 0;
    top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 auto;
}

.faci-text {
    width: 100%;
    height: auto;
}

.faci-text h3 {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    text-align: center;
    padding: 15px 40px 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    background: #ed9161;
}

.map-info-location {
    z-index: 5;
    height: 100%;
}

.bot-dot img {
    width: auto;
    height: auto;
}

.show-pic {
    width: 200px;
    height: 200px;
    left: auto;
    top: auto;
    right: auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    z-index: 9000;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #ed9161;
    position: absolute;
}

.show-pic.showup {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*div.wpcf7-validation-errors,*/
/*div.wpcf7-acceptance-missing,*/
/*span.wpcf7-not-valid-tip {*/
/*    display: none !important;*/
/*}*/
span.wpcf7-not-valid-tip {
    margin-bottom: 20px;
    margin-top: -5px;
    color: #f7e700;
}


input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: red;
}

.item-slider-banner {
    display: block !important;
    position: relative;
}
.item-slider-banner iframe{
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
}
.item-slider-banner video{
    display: block;
}
.item-slider-banner a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.item-slider-banner img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.list-dots {
    display: none;
}

h2.title_news {
    color: #171717;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.wrap-slick-post {
    overflow: hidden;
    max-width: 100%;
}

.slick-post {
    width: 1000px;
}

.slick-post.slick-initialized .slick-slide figure {
    opacity: .3;
}

.slick-post.slick-initialized .slick-slide.slick-active figure {
    opacity: 1;
}

.wrap-menu-media {
    margin-bottom: 80px;
}

.wrap-menu-media ul {
    margin: 0;
    list-style: none;
}

.wrap-menu-media ul li {
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #7d7d7d;
    background: transparent;
    padding: 6px;
}

.wrap-menu-media ul li:hover a,
.wrap-menu-media ul li.active a {
    background-image: linear-gradient(86deg, #b98a3a 0%, #c4a061 100%);
}

.wrap-menu-media ul li:hover,
.wrap-menu-media ul li.active {
    border-image: linear-gradient(86deg, #c4a061 0%, #fce8b0 100%);
    border-image-slice: 1;
}

.wrap-menu-media ul li a {
    display: block;
    color: #ffffff;
    /* font-family: Montserrat; */
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    padding: 12px 18px;
    background-color: #7d7d7d;
    text-decoration: none;
    outline: none;
}

.wrap-menu-media ul li a::after {
    display: inline-block;
    margin-left: 15px;
    content: '\f061';
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 15px;
}

.container.copyright {
    margin-bottom: 30px;
    margin-top: 40px;
}

.container.copyright p {
    display: inline-block;
    margin: 0;
    opacity: 0.8;
}

.container.copyright img {
    margin-right: 20px;
}

.container.copyright .socials {
    margin-left: 40px;
    display: inline-block;
}

.container.copyright .socials a {
    opacity: 0.5;
    color: #f1f1f1;

    display: inline-block;
    margin-right: 4px;
}

.wrap-content-sec5 {
    padding: 30px 0 30px;
    margin-bottom: 160px;
}


.wrap-content-sec5 h2 {
    color: #171717;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.wrap-content-sec5 .content {
    color: #171717;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.wrap-content-sec5 p {
    margin-bottom: 10px;
}

.wrap-content-sec5 p:last-child {
    margin-bottom: 0;
}

#fp-nav.right {
    right: 60px;
}

#fp-nav ul li {
    margin: 10px 0;
    width: auto;
    height: auto;
}

#fp-nav ul {
    padding-left: 15px;
}

#fp-nav ul li a span {
    display: none;
}

#fp-nav {
    margin: 0 !important;
    position: static;
}

#fp-nav ul li a {
    padding: 10px 0;
    color: #fff;
    display: block;
    width: 23px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li a span {
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    padding: 0;
    margin: 0;
    transition: .3s all ease-in-out;
    border-radius: 0;
    position: static;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span,
#fp-nav ul a:hover span {
    border-radius: 0;
    margin: 0;
    width: 23px;
    height: 1px;
}
.wrap-fp-nav.is-light-section,
.wrap-fp-nav.is-light-section  .title-section .text,
.wrap-fp-nav.is-light-section #fp-nav ul li .fp-tooltip,
.wrap-fp-nav.is-light-section #fp-nav ul li a.active span, 
.wrap-fp-nav.is-light-section #fp-nav ul li:hover a.active span, 
.wrap-fp-nav.is-light-section .fp-slidesNav ul li a.active span, 
.wrap-fp-nav.is-light-section .fp-slidesNav ul li:hover a.active span, 
.wrap-fp-nav.is-light-section #fp-nav ul li a span,
.wrap-fp-nav.is-light-section ul.nav-socials a,
.wrap-fp-nav.is-light-section  #fp-nav ul li a{
    color: #104c4d!important;
    
}
.wrap-fp-nav.is-light-section .nav-page:before, .wrap-fp-nav.is-light-section .nav-page:after,
.wrap-fp-nav.is-light-section #fp-nav ul li a span{
    background: #104c4d!important;
}
.wrap-fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    z-index: 9999;
}

.wrap-fp-nav ul {
    margin: 0;
    list-style: none;
}

.about_sec1 .fp-tableCell {
    vertical-align: middle;
}

.wrap-bg-section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrap-bg-section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.45;
    object-fit: cover;
}

.wrap-bg-section::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.about_sec2 .wrap-content-sec5 {
    color: #1c1c1c;
}

.about_sec2 .wrap-content-sec5 .similar_content {
    font-size: 13px;
    line-height: 22px;
}

.about_sec2 .wrap-content-sec5 .similar_title {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}

.wrap-list-info .item-info+.item-info {
    margin-top: 20px;
}

.wrap-list-info .item-info {
    font-size: 25px;
    line-height: 23px;
}

.wrap-list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    height: 100%;
    color: #333333;
}

.wrap-list-info .item-info .lable_info {
    color: #464646;
    font-size: 12px;
    line-height: 24px;
}

.about_sec3 ul.list_infos_project li {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 0;
    position: relative;
}

.about_sec3 ul.list_infos_project li::after {
    content: '';
    display: block;
    position: absolute;
    left: 205px;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.about_sec3 ul.list_infos_project .icon {
    width: 165px;
    height: 77px;
    border-radius: 0;
}

.about_sec3 ul.list_infos_project .icon img {
    width: 165px;
    height: 77px;
}

.about_sec3 ul.list_infos_project .content {
    font-size: 15px;
    line-height: 20px;
}

.about_sec3 h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.utility_sec2 .wrap-bg-section .bg {
    opacity: 1;
}

.utility_sec2 .wrap-bg-section::before {
    z-index: 1;
    background-image: -o-linear-gradient(271deg, #150e09 0%, #2e1e13 13.5%, rgba(98, 66, 41, 0) 42.5%, rgba(112, 75, 47, 0) 50%, rgba(98, 66, 41, 0) 57.5%, #2e1e13 86.5%, #150e09 100%);
    background-image: linear-gradient(-181deg, #150e09 0%, #2e1e13 13.5%, rgba(98, 66, 41, 0) 42.5%, rgba(112, 75, 47, 0) 50%, rgba(98, 66, 41, 0) 57.5%, #2e1e13 86.5%, #150e09 100%);
    opacity: 0.4;
    background-color: unset;
}

.round {
    position: absolute;
    width: 70vh;
    height: 70vh;
    top: 55%;
    transform: translateY(-50%);
    left: -10vh;
    display: flex;
    align-items: center;
    z-index: 10;
}

.round::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
    background-image: linear-gradient(to top, #8d5d3e 0%, #b8946d 100%);
    opacity: 0.86;
    z-index: -1;
    border: 2px solid #e3c552;
}

.wrap-content-round {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10vh 0 15vh;
}

.wrap-content-round .lable {
    color: #f1f1f1;
    font-size: 25px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 28px;
}

.wrap-content-round .lable::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    display: block;
    width: 64px;
    height: 2px;
    background-color: #e3c552;
}

.wrap-content-round h4.name {
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 25px;
}

.item-utility {
    position: absolute;
    width: 40vh;
    height: 40vh;
    top: 15vh;
    left: 15vh;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.icon-utility {
    position: absolute;
    width: 10vh;
    height: 10vh;
    background-color: #fff;
    border: 1px solid #e3c552;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.icon-utility img {
    width: 10vh;
    height: 10vh;
    object-fit: contain;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.icon-utility.active,
.icon-utility:hover {
    background-image: linear-gradient(86deg, #c2964c 0%, #d4b379 100%);
    background-color: transparent;
}

.icon-utility.active img,
.icon-utility:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.list-category ul {
    margin: 115px 10px 10px;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #778a92;
    border-bottom: 1px solid #778a92;
}

.list-category ul li a {
    display: block;
    font-size: 14px;
    color: #f2f2f2;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none !important;
}

.list-category ul li {
    border-right: 1px solid #778a92;
}

.list-category ul li:first-child {
    border-left: 1px solid #778a92;
}

.list-category ul li a:hover,
.list-category ul li.active a {
    color: #f7e176;
}

.item-news {
    padding: 10px;
}

.item-news a {
    display: block;
    position: relative;
    text-decoration: none !important;
    height: 0;
    width: 100%;
    padding-bottom: 64.6%;
    overflow: hidden;
}

.item-news img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: .2s all ease-in-out;
}

.item-news .news-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 55px 20px 65px;
    transition: .2s all ease-in-out;
}

.item-news .news-title h4 {
    color: #333333;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-news a:hover .news-title {
    box-shadow: 0 0 26px 3px rgba(22, 22, 22, 0.18);
    background-image: linear-gradient(89deg, rgba(141, 94, 62, 0.95) 0%, rgba(176, 139, 99, 0.95) 100%);
    background-color: transparent;
}

.item-news a:hover .news-title h4 {
    color: #fff;
}

.item-news a:hover img {
    transform: scale(1.2);
}

ul.slick-dots {
    z-index: 11;
    position: absolute;
    bottom: 10vh;
    right: calc(calc(100vw - 1200px) / 2);
    margin: 0;
    list-style: none;
    text-align: center;
}
.home_sec6new ul.slick-dots {
    bottom: -40px;
    right: 45%;
}
ul.slick-dots li {
    margin: 0 5px;
    display: inline-block;
}

ul.slick-dots li button {
    font-size: 0;
    background-color: rgb(255 255 255 / 0.2);
    padding: 0;
    width: 42px;
    height: 3px;
    border-radius: 1px;
    transition: .2s all ease-in-out;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li:hover button {
    background-color: #ffffff;
}

.single-post.full-width-content .container.grid-container {
    padding: 0;
}

.single-post .post {
    padding: 0;
}

.single-post .list-category ul {
    margin-top: 200px;
    margin-bottom: 55px;
}

.wrap-head-single-post {
    background: transparent url('../images/banner_post.jpg') no-repeat center;
    background-size: cover;
}

footer:not(.fp-section) {
    height: 100vh;
    display: table-cell;
    width: 100vw;
    /*vertical-align: bottom;*/
    position: relative;
}

h1.title-post {
    color: #122334;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 45px 0 35px;
    padding-bottom: 25px;
    position: relative;
}

h1.title-post::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: #c9ab70;
}

.post-content {
    color: #202020;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
}

.single-post header.site-header {
    background: rgba(0, 0, 0, 0.38);
}

.single-post .post img {
    height: auto;
}

.single-post .post-content p {
    margin-bottom: 25px;
}

.single-post .post-content p:last-child {
    margin-bottom: 0;
}

.related_news {
    margin: 0 -10px 40px;
    display: flex;
}

.related_news .item-news {
    width: 33.33333%;
}

.single-post .post .related_news img {
    height: 100%;
}

.related_title {
    color: #c4a061;
    font-size: 37px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.related_title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #c4a061;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}

.thuvien_sec1 .wrap-bg-section .bg {
    opacity: 0.3;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

.tab-item .wrap-img,
.list-imgs .wrap-img {
    padding: 10px;
    position: relative;
}

.tab-item .wrap-img a,
.list-imgs .wrap-img a {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    background-color: #000;
    border-radius: 20px 20px;
}

.tab-item .wrap-img img,
.list-imgs .wrap-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
}

.tab-item .wrap-img a:hover img,
.list-imgs .wrap-img a:hover img {
    opacity: 0.5;
}

.tab-item .wrap-img a:before,
.list-imgs .wrap-img a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #c9ab70;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.tab-item .wrap-img a:hover:before,
.list-imgs .wrap-img a:hover:before {
    opacity: 1;
    top: 28px;
    left: 28px;
    right: 28px;
    bottom: 28px;
}

.tab-item .wrap-img a:after ,
.list-imgs .wrap-img a:after{
    content: '';
    display: block;
    background-image: url(../images/zoom-image.png);
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.tab-item .list-video .wrap-img a:after {
    background-image: url(../images/icon-player.svg);
}

.tab-item .wrap-img a:hover:after,
.list-imgs .wrap-img  a:hover:after {
    opacity: 1;
}

.list-tax-gallery.list-category ul {
    margin-bottom: 30px;
}

.fancybox-show-thumbs .fancybox-thumbs {
    width: 100%;
    bottom: 0;
    left: 0;
    top: unset;
    overflow-x: hidden;
}

.fancybox-show-thumbs .fancybox-inner {
    position: relative;
    right: unset;
    top: 110px;
    width: 77.5%;
    height: 0;
    padding-bottom: 35%;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
}


.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #115f55;
    background:#fff;
}

.fancybox-button:hover {
    color: #fff;
     background:#115f55;
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #115f55;
    cursor: default;
    outline: none
}

.fancybox-is-open .fancybox-bg {
    opacity: .8;
    background: #000;
}

/* .fancybox-toolbar button.fancybox-button:not(.fancybox-button--close) , */
/*
.fancybox-infobar {
    display: none !important;
}

.fancybox-slide--image {
    padding: 0;
}

.fancybox-slide--image .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    transform: unset !important;
}

.fancybox-image {
    object-fit: cover;
}

.fancybox-show-thumbs .fancybox-thumbs {
    bottom: unset;
    width: calc(77.5% - 200px);
    left: 50%;
    transform: translateX(-50%);
    top: calc(110px + 35vw);
    overflow-x: hidden;
    background-color: #f5f5f5;
    padding: 10px 0;
}

.fancybox-show-thumbs .fancybox-inner::before {
    content: '';
    display: block;
    z-index: -1;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100px;
}

.fancybox-button {
    color: #333;
    background: #fff;
    border-radius: 50%;
}

.fancybox-button:hover {
    background: #fff;
    color: #f7d988;
}

.fancybox-navigation .fancybox-button {
    width: 50px;
    height: 50px;
    padding: 4px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: -25px;
}

.fancybox-toolbar,
.fancybox-navigation .fancybox-button {
    opacity: 1;
    visibility: visible;
}

.fancybox-toolbar {
    right: unset;
    top: 0;
    left: 100%;
    background-color: white;
}

.fancybox-button.fancybox-button--close svg {
    border: 1px solid #333;
    border-radius: 50%;
}
*/
.wrap-iframe iframe {
    width: 100%;
    min-height: 400px;
}

.wrap-map-loccation img {
    max-height: 100vh;
}

.location_sec1 {
    background-color: #eeeeee !important;
}

/*.location_sec1::before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 238px;*/
/*    background-image: linear-gradient(to top, rgba(141, 103, 62, 0) 0%, #8d653e 100%);*/
/*    opacity: 0.9;*/
/*}*/

.marker {
    position: absolute;
}

.marker::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 26px;
    background: transparent url('../images/marker.png') no-repeat center;
    background-size: contain;
    left: -10px;
    top: -13px;
    cursor: pointer;
}

.marker .info {
    visibility: hidden;
    opacity: 0;
    transition: .2s all ease-in-out;
    position: absolute;
    left: 20px;
    transform: translateY(-50%);
    width: max-content;
    height: max-content;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.marker:hover .info {
    opacity: 1;
    visibility: visible;
}

.marker .cat_name {
    position: absolute;
    width: max-content;
    font-size: 10px;
    color: #616668;
    left: 50%;
    transform: translate(-50%, calc(-50% - 4px));
}

.wrap-cat-location {
    position: absolute;
    bottom: 10%;
    background-image: linear-gradient(to bottom, #8d5d3e 0%, #9f7552 100%);
    padding: 20px;
    border-radius: 20px;
}

.item-cat+.item-cat {
    margin-top: 10px;
}

.item-cat .icon {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.item-cat .icon img {
    filter: brightness(0) invert(1);
}

.item-cat {
    display: flex;
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
}

.item-cat.active .icon img,
.item-cat:hover .icon img {
    filter: unset;
}

.item-cat.active,
.item-cat:hover {
    color: #f2e88f;
}

.wrap-bg-apartment {
    position: relative;
    width: max-content;
    margin: auto;
}

.wrap_img_top img {
    width: 100vw;
}

.fancybox-navigation .fancybox-button[disabled] {
    opacity: 0;
    visibility: hidden;
}

.content-ajax-block {
    padding: 45px 15px;
    padding-right: 65px;
}

.content-ajax-block h4 {
    color: #131313;
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 24px;
    position: relative;
}

.content-ajax-block h4 strong {
    font-weight: 700;
}

.content-ajax-block h4::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 108px;
    height: 2px;
    background-image: linear-gradient(86deg, #b98a3a 0%, #c4a061 100%);
}

.content-ajax-block .note {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 18px;
}

.content-ajax-block .block-left {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.list-floors {
    margin: -10px -4px 20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

ul.list-floors li {
    margin: 10px 4px 0;
}

ul.list-floors li a {
    display: block;
    border-radius: 99px;
    background-color: #fff;
    background-image: linear-gradient(86deg, #c2964c 0%, #d4b379 100%);
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-decoration: none !important;
    border: 1px solid transparent;
}

ul.list-floors li a.active,
ul.list-floors li a:hover {
    background-image: unset;
    color: #c19641;
    border-color: #c19641;
}

.wrap-img_floor {
    display: none;
    position: relative;
    width: max-content;
    max-width: 100%;
}

.wrap-img_floor.active {
    display: block;
    background-color: #fff;
}

.wrap-img_floor.active .attachment-full.opacity {
    opacity: 0.7;
}

.wrap-img-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

img.img-block {
    max-height: 70vh;
    width: auto;
}

.about_sec2 .wrap-bg-apartment {
    bottom: 0;
    top: unset;
    height: auto;
}

.wrap_apartment_scroll .desc {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
}

.wrap_apartment_scroll .desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.wrap_apartment_scroll .desc::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.wrap_apartment_scroll .desc::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.wrap-img-hover img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.page_404 {
    background-image: url('../images/bg_404.jpg');
}

.wpml-ls-menu-item .wpml-ls-flag {
    display: block;
}

.wrap_content_left+img {
    max-width: 80px;
    margin: 30px auto;
    display: block;
}

a.btn-map {
    background-image: linear-gradient(to bottom, #8d5d3e 0%, #9f7552 100%);
    position: fixed;
    z-index: 999;
    right: 55px;
    bottom: 40px;
    padding: 0;
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.fancybox-close-small {
    right: -22px;
}

ul.list-infos {
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

ul.list-infos li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    background: transparent url(https://k-homenewcity.vn/can-ho/wp-content/uploads/2025/04/Asset-7-.png) center center /cover no-repeat;
}



ul.list-infos .label {
    color: #f06b25;
    font-family: "Muli";
    font-size: 18px;
   padding-left:20px;
    font-weight: 800;
}

ul.list-infos .content {
    line-height: 24px;
    min-height: 48px;
}

.clear {
    clear: both;
}

.home_sec2_img img {
    height: 100vh;
    display: block;
    max-width: 50vw;
}

.home_sec2_img {
    position: absolute;
    right: 0;
    top: 0;
}

.home_sec3 .similar_title {
    margin-bottom: 60px;
}

.similar_content h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home_sec4 .wrap_similar_text {
    padding-left: calc(1200px / 15);
}

.home_sec4 .similar_link a {
    margin-top: 65px;
}

.fs-55 {
    font-size: 50px;
}

.cl-333 {
    color: #333;
}

.cl-green {
    color: #11432c;
}

.similar_link a.non-gradient,
.non-gradient {
    background-image: unset;
    -webkit-text-fill-color: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
}

.home_sec5 .similar_title {
    margin-bottom: 0;
}

/*.home_sec5 .similar_link a {*/
/*    margin-top: 0;*/
/*    color: #0f5433;*/
/*}*/

/*.home_sec5 .similar_link a::before {*/
/*    border: 1px solid #0a3e27;*/
/*    background-image: unset;*/
/*}*/

.home_sec5 .fp-tableCell {
    vertical-align: middle;
}

.home_sec5 .similar_link a {
    margin-top: 0;
}

.item-shophouse_slider {
    width: 100vw !important;
    height: 100vh;
    background-size: cover;
    position: relative;
    display: table-cell !important;
    vertical-align: middle;
}

.item-shophouse_slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    background: url('../images/Bg_frame7.png');
    background-size: 100%100%;
}

.item-shophouse_slider .similar_link a {
    margin-top: 48px;
}

.container-slick-post {
    position: relative;
}

.slick-arrow-place .arrow {
    display: block;
    cursor: pointer;
    width: 43px;
    line-height: 34px;
    border-radius: 2px 0 0 2px;
    background-color: rgb(255 255 255 / 0.25);
    text-align: center;
    position: absolute;
    z-index: 111;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.arrow.prev {
    left: -40px;
}

.arrow.next {
    right: -50px;
}

.slick-arrow.arrow {
    display: block;
    cursor: pointer;
    width: 43px;
    line-height: 34px;
    border-radius: 2px 0 0 2px;
    background-color: rgb(255 255 255 / 0.25);
    text-align: center;
    position: absolute;
    z-index: 111;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home_sec7 .similar_link a {
    margin-top: 50px;
}

.home_sec7 .similar_subtitle {
    margin-bottom: 10px;
}

.home_sec7 .wrap_similar_text {
    margin-top: 70px;
}

footer .item-brand {
    width: 20%;
    display: inline-block;
    min-height: 100px;
}

.footer-top h4 {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-top img {
    max-height: 80px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.footer-top .item-brand1 {
    margin-bottom: 40px;
}

.footer-top .title_linked {
    margin-top: 40px;
    margin-bottom: 10px;
}

.footer_gallery_2 .item-brand {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer .slick-arrow.prev {
    right: 100%;
}

footer .slick-arrow.next {
    left: 100%;
}

.footer-bottom,
.footer-mid {
    margin-top: 40px;
}

.footer-mid h2 {
    color: #f6f6f6;
    font-family: Cormorant;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background-image: linear-gradient(-178deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-mid .desc {
    margin-bottom: 40px;
    font-size: 16px;
    color: #ffffff;
}

.footer-bottom .similar_title {
    font-size: 30px;
    font-weight: 700;
    background-image: linear-gradient(to bottom, #e2cc72 0%, #8e6c2e 47%, #a2770f 72%, #e2cc72 100%);
}

.copyright {
    opacity: 0.9;
    color: #316668;
    font-family: 'Muli - Light';
    line-height: 25px;
    margin-top: 20px;
    /* position: absolute;
    bottom: 0;
    width: 100%; */
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.copyright p {
    padding: 13px 0;
    border-top: 1px solid #fff;
    font-size: 13px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 40px;
    line-height: 22px;
    top: 0;
}

#fp-nav ul li .fp-tooltip {
    opacity: 0 !important;
}

#fp-nav ul li a:hover+.fp-tooltip {
    opacity: 1 !important;
}

.wrap-fp-nav {
    color: #fff;
}

/*.fp-viewing-mat-bang .title-section .text,*/
/*.fp-viewing-mat-bang ul.nav-socials a,*/
/*.fp-viewing-mat-bang .wrap-fp-nav {*/
/*    color: #11432c;*/
/*}*/

/*.fp-viewing-mat-bang .nav-page:before,*/
/*.fp-viewing-mat-bang .nav-page:after {*/
/*    background: #11432c;*/
/*}*/

ul.nav-socials li {
    margin-top: 15px;
}

ul.nav-socials a {
    color: #fff;
}

.nav-page:before,
.nav-page:after {
    content: '';
    display: block;
    width: 2px;
    height: 80px;
    background: #f9f9f9;
    margin: 20px auto;
}

.nav-page {
    margin-top: 40px;
}

.nav-page .divide,
.nav-page .current {
    font-size: 25px;
}

.title-section {
    position: relative;
    height: 150px;
}

.title-section .text {
    position: absolute;
    -webkit-transform: translateX(-25px) translateY(25px) rotate(-90deg);
    -ms-transform: translateX(-25px) translateY(25px) rotate(-90deg);
    transform: translateX(-25px) translateY(25px) rotate(-90deg);
    white-space: nowrap;
    height: 63px;
    width: 150px;
    text-align: center;
    color: #ffffff;
    font-family: "El Messiri";
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}



.wrap-img-desktop {
    position: relative;
}

.wrap-img-mobile {
    display: none;
}

.box_icon_zoomOut {
    animation-name: box_icon_zoomOut
}

@keyframes box_icon_zoomOut {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

.home_sec3 .wrap-img-desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 5%;
    overflow: hidden;
}

.wrap-img-inner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    height: max-content;
}

.home_sec3 .wrap-img-desktop img {
    position: relative;
    height: 100vh;
    width:auto;
    max-width: 100%;
    position: relative;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
}

.wpcf7-display-none {
    color: #fff;
}
.tailieubg .col-6 img{
 max-width:60px
}
.tailieubg .col-6 {
 border:1px solid #ffffff00;
      background:#19514e;
    padding-top:15px;
}
.tailieubg .col-6:hover {
    background:#104145;
    border:1px solid #ccc;
    border-radius:13px;
    
    
}
.section_footer .fp-tableCell {
    vertical-align: middle;}

.home_sec3 .wrap_similar_text {
    position: absolute;
    transform: translateY(-50%);
}

.home_sec3 .lyn-marker {
    position: absolute;
    right: 28.2%;
    top: 36%;
    cursor: pointer;
}

.home_sec3 .lyn-marker img {
    position: relative;
    min-width: auto;
    width: auto;
    min-height: auto;
}

.home_sec3 .lyn-marker:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 99px;
    background-color: rgb(255 255 255 / 0.7);
    width: 90px;
    height: 90px;
    margin-top: -55px;
    margin-left: -45px;
    transform: scale(0);
}

.home_sec3 .lyn-marker:hover::before {
    animation: box_icon_zoomOut 1s infinite;
}

ul.socials {
    list-style: none;
    margin: 10px 0 0;
    font-size: 25px;
}

ul.socials li {
    display: inline-block;
    margin: 0 5px;
}

ul.socials a {
    color: #fff !important;
}

.bg_box_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.about_sec1 .box_content {
    padding: 0 50px;
}

.about_sec1 .top_title {
    padding-right: 50px;
}

.about_sec1 .box_content .similar_content {
    padding-left: 20px;
    padding-right: 50px;
    max-height: 184px;
    overflow: auto;
}

#scroll-style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

#scroll-style-3::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}

#scroll-style-3::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
}


.cd-popup.apartment .cd-popup-container::-webkit-scrollbar-track ,
#scroll-style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.21);
}

.cd-popup.apartment .cd-popup-container::-webkit-scrollbar ,
#scroll-style-4::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(0, 0, 0, 0.21);

}

.cd-popup.apartment .cd-popup-container::-webkit-scrollbar-thumb ,
#scroll-style-4::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
}

.box_all_content {
    left: -50px;
}

.about_sec1 .box_content .similar_title {
    margin-bottom: 40px;
}

.about_sec2 .top_title h2 {
    font-size: 40px;
}

.about_sec2 ul.list-infos {
    padding: 0 50px 0 80px;
}

.about_sec2 ul.list-infos li {
    padding-right: 30px;
}

.about_sec2 ul.list-infos li:nth-child(even) {
    padding-right: 0;
}

.about_sec2 .box_all_content {
    left: unset;
    right: -50px;
}

.about_sec3 .fs-55 {
    font-size: 55px;
    margin-bottom: 75px;
}

.location_sec1 .box {
    display: flex;
    align-items: center;
}

.location_sec1 .box .box_content {
    width: 30%;
}

.location_sec1 .box .box_content .content_inner {
    margin-left: calc(calc(100vw - 1240px)/2);
}

.location_sec1 .box .box_map {
    width: 70%;
}

.map_inner {
    display: inline-block;
    position: relative;
}

.location_sec1 .similar_title {
    margin-bottom: 50px;
    display: inline-block;
}

.location_sec1 .content_inner>h3 {
    font-family: Cormorant;
    font-size: 30px;
    margin-bottom: 20px;
}

.item_location {
    position: absolute;
    cursor: pointer;
}

.item_location:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 99px;
    background-color: rgb(255 255 255 / 0.7);
    width: 90px;
    height: 90px;
    margin-top: -54px;
    margin-left: -39px;
    transform: scale(0);
    /*animation: box_icon_zoomOut 1s infinite;*/

}

.item_location>img {
    position: relative;
    z-index: 2;
}

.item_location:hover:before {
    animation: box_icon_zoomOut 1s infinite;
}

.popup_location {
    position: absolute;
    /*top: 0;*/
    /*transform: translateY(-100%);*/
    pointer-events: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
    box-shadow: 0 3px 29px rgba(0, 0, 0, 0.56);
    background-color: #010101;
}

.item_location:hover>.popup_location {
    transition: .5s;
    opacity: 1;
}

.item_location>.popup_location h3 {
    color: #ffffff;
    font-size: 13px;
    background-color: #c09642;
    margin: 0;
    font-size: 13px;
    text-align: center;
    padding: 10px 30px;
}

.item_location .box_img {
    min-width: 145px;
    min-height: 150px;
}



.bd-example,
.tab-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.location_sec2 .nav-tabs.nav_process_time .nav-link {
    color: rgba(255, 255, 255, 0.51);
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    background-color: rgb(127 245 255 / 19%);
    border-radius: 25px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0 7px;
}

.location_sec2 .nav-tabs {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 90px;
    border: none;
}

.slider_tabs .box_img {
    position: relative;
    display: inline-block;
   
}

.slider_tabs .box_img img {
   border-radius: 50%; /* Makes the image circular */
    width: 100%; /* Ensure the image takes the full width of its container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensures the image covers the entire area */
 width:200px;
    height:200px;
    /*overflow: hidden;*/
}

.slider_tabs .box_img:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 102%;
    height: 102%;
     border-radius: 50%; /* Makes the image circular */
    opacity: 1;
    background-image: linear-gradient(to bottom, #2c93a6 0%, #2e8e7f 47%, #0f70a2 72%, #2d8594 100%);
    content: '';
    z-index:-10;
}

.location_sec2 .nav-tabs.nav_process_time .nav-link.active {
    background-color: rgb(255 255 255 / 79%);
    border: none;
}

.location_sec2 .nav-tabs.nav_process_time .nav-link.active span {
    background-image: linear-gradient(to bottom, #2c93a6 0%, #2e8e7f 47%, #0f70a2 72%, #2d8594 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.location_sec2 .tab-content>.tab-pane .item h3 {
    margin-bottom: 0;
    margin-top: 30px;
}

.location_sec2 .tab-content>.tab-pane .item h3 a {
    color: #b6fbff;
    font-size: 18px;
    text-transform: uppercase;
}

.location_sec2 .slick-arrow {
    top: 109px;
    transform: translateY(-50%);
    position: absolute;
}

.location_sec2 .slick-arrow i {
    color: #ffffff;
    font-size: 25px;
}

.location_sec2 .slick-arrow.slick-next {
    right: -20px;
}

.location_sec2 .slick-arrow.slick-prev {
    left: -20px;
}

.popup_galley {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    transition: .3s;
}

.popup_galley.pop {
    opacity: 1;
    z-index: 999999;
    transition: .3s;
}

.popup_galley .popup_content {
    max-width: 1140px;
    margin: auto;
    /*display: flex;*/
    /*align-items: center;*/
    height: 100%;
    position: relative;
    z-index: 2;
}

.popup_galley .popup_content h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 15px;
}

.popup_galley .popup_content .similar_content {
    margin-bottom: 40px;
    padding: 0 210px;

}

.slider_gallery {
    margin: 0 100px;
}

.bg_close {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*.popup_galley .popup_content .content_inner{*/
/*    padding: 115px 0 80px 0;*/
/*}*/
.slider_gallery .slick-arrow {
    width: 62px;
    height: 48px;
    background-color: rgba(1, 1, 1, 0.45);
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.56);
    top: 50%;
    transform: translateY(-50%);
}

.slider_gallery .slick-arrow.slick-next {
    right: -100px;
}

.slider_gallery .slick-arrow.slick-prev {
    left: -100px;
}

.slider_gallery .box_img {
    display: flex !important;
    justify-content: center;
}

.popup_close {
    width: 45px;
    height: 45px;
    background-image: url(../images/Ellipse_5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 90px;
    text-align: center;
    line-height: 45px;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 9;
}

.popup_close span {
    background-image: linear-gradient(-178deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 39px;
    font-size: 40px;
}

@keyframes opa {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.popup_galley .popup_content .box_content {
    animation-name: opa;
    animation-duration: 1s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1140px;
}

.content_details_post {
    padding: 120px 0 0 0;
    /*border-bottom: 1px solid rgba(1, 1, 1, 0.11);*/
}

.content_details_post .breadcrumb {
    background: transparent;
}

.content_details_post .breadcrumb ul {
    list-style: none;
    margin: 0;
    width: 100%;
}

.content_details_post .breadcrumb ul li {
    display: inline-block;
    padding: 0 12px;
}

.content_details_post .breadcrumb cite {
    font-style: unset;
    color: #666666;
    font-size: 15px;
}

.content_details_post .breadcrumb i {
    font-size: 20px;
    color: #666666;
}

.content_details_post .similar_title {
    font-size: 40px;
    margin-bottom: 45px;
    line-height: 1.2;
}

.content_details_post .similar_content {
    /* text-align: justify; */
    display: inline-block;
    width: 100%;
}

.nav_bottom {
    text-align: left;
    padding: 60px 0 50px 0;
}

.tags {
    margin: 0;
    list-style: none;
    display: inline-block;

}

.tags li {
    display: inline-block;
}

.nav_bottom h3 {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Muli - Black";
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}

.tags li a {
    background-color: #ebebeb;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    color: #5f5f5f;
    font-size: 13px;
    display: inline-block;
}

.tags li a:hover {
    background-image: linear-gradient(to right, #b8984f 0%, #d2b76e 100%), linear-gradient(-56deg, #0b6847 0%, #04462f 64%, #003321 100%);
    color: #ffffff;
}
ul.thenativePagination {
    margin: 0;
    list-style: none;
    margin-top: 30px;
}
ul.thenativePagination li{
    display: inline-block;
}
ul.thenativePagination li a{
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    display: inline-block;
    border: 1px solid white;
    background: transparent;
    border-radius: 50%;
}
ul.thenativePagination li.active a{
    background-image: linear-gradient(-178deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    border: 1px solid transparent;

}
li.thenativePaginationEnd,
li.thenativePaginationStart{
    display: none !important;
}
div#socialSharing a {
    width: 26px;
    height: 26px;
    border: 1px solid #333333;
    border-radius: 50%;
    line-height: 26px;
    display: inline-block;
    position: relative;
    /*justify-content: center;*/
}

div#socialSharing a:not(:last-child) {
    margin-right: 6px;
}

div#socialSharing a i {
    font-size: 13px;
    width: auto;
    height: auto;
    line-height: 0;
    color: #333333;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

div#socialSharing a span {
    width: auto;
    height: auto;
    position: unset;
}

.vitricanho img{
    max-height:200px;
    width:auto;
}
.nav_bottom .left {
    display: inline-block;
}

.nav_bottom .right {
    float: right;
    display: flex;
    align-items: center;
}

.nav_bottom .right div#socialSharing {
    float: right;
}

.item_post {
    height: 278px;

}

.tags_page .item_post {
    margin-bottom: 30px;

}
.item_post .box_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.item_post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s;

}
.item_post:hover img{
    transform: scale(1.2);
    transition: .5s;
}
.item_post .box_content {
    position: absolute;
    bottom: 30px;
    left: 52px;
    right: 52px;
    z-index: 2;
}

.item_post:before {
    height: 136px;
    background-image: linear-gradient(to top, #0d0e0e 3%, rgba(13, 14, 14, 0.98) 5%, rgba(18, 19, 19, 0) 100%);
    opacity: 0.95;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    left: 15px;
    content: '';
    z-index: 1;
}

.item_post .box_content h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: 'El Messiri';
}

.item_post .box_content span {
    color: #ffffff;
    opacity: 0.8;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 15px;
}

.item_post a {
    position: absolute;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 9;
}

.news_related {
    padding: 65px 0 95px 0;
}

.tags_page {
    padding: 150px 0 80px 0;
}

.content_details_post .content_inner {
    padding: 0 85px !important;
    border-bottom: 1px solid rgba(1, 1, 1, 0.11);
}

.item_post {
    position: relative;
}

.news_sec_1 .item_post {
    padding: 0 15px;
    margin-bottom: 30px;
}

.news_sec_1 .slick-arrow,
.gallery_sec1 .slick-arrow,
.gallery_sec2 .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background-color: #000000;
    opacity: 0.35;
    border-radius: 50%;
    font-size: 30px;
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.gallery_sec1 .slick-arrow,
.gallery_sec2 .slick-arrow {
    top: 50%;

}

.news_sec_1 .slick-next.slick-arrow,
.gallery_sec1 .slick-next.slick-arrow,
.gallery_sec2 .slick-next.slick-arrow {
    right: -80px;
}

.news_sec_1 .slick-prev.slick-arrow,
.gallery_sec1 .slick-prev.slick-arrow,
.gallery_sec2 .slick-prev.slick-arrow {
    left: -80px;
}

.news_sec_1 .top_title {
    margin-bottom: 35px;
}

.gallery_sec1 .item {
    height: 420px;
    width: calc(100% - 20px) !important;
    margin: 0 10px;
    position: relative;
}

.gallery_sec1 .item:before {
    height: 141px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.gallery_sec1 .item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    content: '';
    transition: .5s;
}

.gallery_sec1 .item:hover:after {
    transition: .5s;
    opacity: .5;

}

.gallery_sec1 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_sec1 .item h3 {
    position: absolute;
    margin-bottom: 0;
    left: 40px;
    right: 40px;
    bottom: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.gallery_sec1 .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    transition: .5s;
}

.gallery_sec1 .item:hover a {
    opacity: 1;
    transition: .5s;
}

.gallery_sec1 .item a:before {
    background-image: url(../images/add_image.png);
    width: 55px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.popup_galley.pop_img .slider_gallery {
    margin: 0;
}

.popup_galley.pop_img .box_slider {
    max-width: 80%;
    margin: auto;
}

.popup_galley.pop_img .slider_gallery .box_img {
    margin-bottom: 10px;
}

.popup_galley.pop_img .slider_nav .box_img {
    height: 100%;
    width: calc(100% - 10px) !important;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}

.popup_galley.pop_img .slider_nav .box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: '';
}

.popup_galley.pop_img .slider_nav .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.popup_galley.pop_img .slider_nav .slick-slide .box_img:before,
.popup_galley.pop_img .slider_nav .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] .box_img:before {
    opacity: 1;
    transition: 1s;
}


/* slide when active/center */
.popup_galley.pop_img .slider_nav .slick-center .box_img:before,
.popup_galley.pop_img .slider_nav .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] .box_img:before {
    opacity: 0;
    transition: 1s;
    /*z-index: 99;*/
}

.popup_galley.pop_img .slider_nav .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 35px;
}

.popup_galley.pop_img .slick-prev.slick-arrow {
    left: 9%;
}

.popup_galley.pop_img .slick-next.slick-arrow {
    right: 9%;
}

.gallery_sec2 .box_video {
    display: inline-block;
}

.gallery_sec2 .box_video .item {
    width: calc(25% - 20px);
    margin: 0 10px;
    height: 200px;
    display: inline-block;
    float: left;
    position: relative;
}

.gallery_sec2 .box_video .item:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/play_video_button.png);
    width: 70px;
    height: 70px;
    content: '';
    opacity: 0;
    transition: .5s;
    z-index: 5;
}

.gallery_sec2 .box_video .item:hover:before {
    opacity: 1;
    transition: .5s;

}

.gallery_sec2 .box_video .item:after {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery_sec2 .box_video .item:hover:after {
    opacity: 1;
    transition: .5s;
}

.gallery_sec2 .box_video .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.gallery_sec2 .box_video .item h3 {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    margin-bottom: 0;
    font-size: 15px;
    color: white;
    /*opacity: 0;*/
    transition: .5s;
    z-index: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*.gallery_sec2 .box_video .item:hover h3 {*/
/*    opacity: 1;*/
/*    transition: .5s;*/
/*}*/

.gallery_sec2 .box_video .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_sec2 .box_video .item:nth-child(1) {
    width: calc(50% - 20px);
    height: 420px;
}

.gallery_sec2 .box_video .item:nth-child(2),
.gallery_sec2 .box_video .item:nth-child(3) {
    margin-bottom: 20px;
}

.gallery_sec2 .box_video .item:nth-child(1) h3 {
    left: 50px;
    bottom: 30px;
    right: 50px;
}

.utilities_sec1 .similar_subtitle,
.utilities_sec1 .similar_title {
    color: #b27d21 !important;
    -webkit-text-fill-color: unset;
    background-image: unset;
}

.list_location {
    margin: 0;
    list-style: none;
    padding-right: 20px;
    max-height: 585px;
    overflow: auto;
}

.list_location li {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;

    /*height: 40px;*/
    border-radius: 20px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    line-height: 1.5;
    padding: 5px 6px;
    background: transparent;
    transition: .3s;
    cursor: pointer;


}

.list_location li:hover,
.list_location li.active {
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s;
}

.list_location li a {
    color: #ffffff;
    display: flex;
    align-items: center;
}
.list_location li a p {
    width: calc(100% - 30px);
}

.list_location li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-image: linear-gradient(-226deg, #e2cc72 0%, #8e6c2e 100%);
    margin-right: 5px;
}

.utilities_sec1 .box_location {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.utilities_sec1 .box_location .dot span {
    width: 23px;
    height: 23px;
    background-color: #0d4c2e;
    color: white;
    font-size: 10px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.utilities_sec1 .box_location .dot span:hover,
.utilities_sec1 .box_location .dot.changeColor span {
    transition: .3s;
    background-color: #b68022;
}

.utilities_sec1 .box_location .one_item {
    position: absolute;
    animation-name: opa;
    animation-duration: 1s;
}

.utilities_sec1 .box_location .one_item .box_img img {
    min-width: 137px;
    min-height: 188px;
}

.utilities_sec1 .box_location .one_item .box_img {
    display: inline-block;
    box-shadow: 0 3px 57px rgba(0, 0, 0, 0.89);
    border-radius: 5px;
    background-color: #010101;
    overflow: hidden;
    position: absolute;
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translate(-50%, calc(-100% - 20px));*/
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    z-index: 9;
}

.utilities_sec1 .box_location .one_item:hover>.box_img {
    opacity: 1;
    transition: .3s;
}

.utilities_sec1 .list_item {
    float: right;
}

.utilities_sec1 .box_location .dot .before {
    content: '';
    display: block;
    position: absolute;
    /*z-index: -1;*/
    left: 50%;
    top: 50%;
    border-radius: 99px;
    background-color: rgb(255 255 255 / 0.7);
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;

    animation: box_icon_zoomOut 1s infinite;


}

.box_icon_zoomOut {
    animation-name: box_icon_zoomOut
}

@keyframes box_icon_zoomOut {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

.process_info_general {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 0 260px 0;
}

.process_info_general .similar_title {
    font-size: 40px;
    margin-bottom: 35px;
}

.process_info_general .box_content {
    padding-right: 85px;
}

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

.box_process {
    /*padding-top: 80px;*/
    position: relative;
    background: white;
    /*animation-name: opa;*/
    /*animation-duration: 1s;*/
}

.box_process:before {
    background-color: #115f3a;
    width: 1px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    top: 0;
}

.box_process .item {
    position: relative;
}

.box_process .item .box_item_process {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box_process .item .box_content {
    width: calc(50% - 230px);
    margin-right: 80px;
    margin-left: 150px;
}

.box_process .item .box_img {
    width: calc(50% - 80px);
    margin-left: 80px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.box_process .item .box_img a:before {
    height: 80%;
    background-image: linear-gradient(to top, #06331e 0%, rgba(17, 95, 58, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
}

.box_process .item .box_img h3 {
    position: absolute;
    left: 50px;
    margin-bottom: 0;
    bottom: 35px;
    right: 50px;
    color: #ffffff;
    font-size: 15px;
}

.box_process .item .box_img img {
    width: 100%;
    height: auto;
}

.box_process .item:nth-child(2n + 1) .box_content {
    order: 2;
    margin-left: 80px;
    margin-right: 150px;

}

.box_process .item:nth-child(2n + 2) .box_content {
    text-align: right;
}

.box_process .item:nth-child(2n + 1) .box_img {
    margin-left: 0;
    margin-right: 80px;
}

.box_process .item:not(:last-child) {
    margin-bottom: 60px;
}

.dot_process {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-image: linear-gradient(-263deg, #f0da7e 0%, #b58735 100%);
    border-radius: 50%;
}

.dot_mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

.process_bar .year {
    width: 108px;
    height: 94px;
    background-color: #115f3a;
    text-align: center;
    line-height: 94px;
    color: #ffffff;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    color: #ffffff;
    margin: auto;
    font-family: Cormorant;
    font-size: 30px;
}

h3.title_process {
    font-size: 15px;
    color: #333333;
    font-family: "Muli - Black";
    margin-bottom: 40px;
}

.box_process .item .box_img a {
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.box_process .item .box_img.galley_video_process a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    transform: translate(-50%, -50%);
    background-image: url(../images/play_buton_color.png);
    width: 70px;
    height: 70px;
}

.form-hotline-op input.wpcf7-form-control.wpcf7-submit {
    width: max-content;
    padding: 0 60px;
}

.process_bar {
    margin-top: -124px;
    padding-bottom: 100px;
}

#loadMore_process {
    width: 43px;
    height: 43px;
    display: inline-block;
    border-radius: 50%;
    background-image: url(../images/Ellipse_6.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 43px;

}

#loadMore_process i {
    font-size: 20px;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.process_bar .item {
    display: none;
}

.page-template-tien-do footer,
.single-post footer {
    padding-top: 70px;
}

.single-post header.site-header {
    background: #ffffffd1;
}



.floor-map ,
.blocks-map {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.floor-bg ,
.blocks-bg {
    width: 1920px;
    height: 1080px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.floor-map img ,
.blocks-map img {
    max-width: unset;
    width: 1920px !important;
    height: 1080px !important;
}

.tool-tip a {
    position: absolute;
    pointer-events: none;
    color: #ffffff;
    font-family: "Muli - Extra Bold";
    font-size: 25px;
    display: none;
    text-indent:-9999px;
    top:20%;
}
.tool-tip a:after {
    top: -20px;
    left:0;
    width:260px;
    height: 160px;
    position:absolute;
    z-index:99;
    content:'';
    text-indent:9999px;
}
.tool-tip a.item-a:after {
     background:transparent url('https://k-homenewcity.vn/can-ho/wp-content/uploads/2025/06/block-ad.svg') center center /contain no-repeat;
}
.tool-tip a.item-c:after {
     background:transparent url('https://k-homenewcity.vn/can-ho/wp-content/uploads/2025/06/block-mv.svg') center center /contain no-repeat;
}
.tool-tip a.item-b:after {
     background:transparent url('https://k-homenewcity.vn/can-ho/wp-content/uploads/2025/06/block-ct.svg') center center /contain no-repeat;
}
.tool-tip a.item-b {
    left: 10%;  
}

.tool-tip a.item-a {
    left: 55%;
  
}

.tool-tip a.item-c {
    left: 77%;
}


.container-in-map {
    position: absolute !important;
    width: 100%;
    left: 50%;
    z-index: 11 !important;
    bottom: 40px;
    transform: translateX(-50%);
    pointer-events: none;
}

.item-slider-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.item-slider-banner {
    height: 100vh;
}

.floor-tool_tip a.item {
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.floor-tool_tip .position {
    position: relative;
    z-index: 2;
}

.floor-tool_tip .position span {
    position: relative;
    z-index: 20;
    color: #ffffff;
    font-size: 12px;
}

.floor-tool_tip .position::before {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 26px; /* Changed to match width for perfect circle */
    background-color: #1b6567;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%; /* This creates the circle */
    /* Removed clip-path property */
}

.floor-tool_tip .position::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 52px;
    height: 52px;
    background-color: #e6fff6;
    opacity: 0.2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%; /* This creates the circle */
    visibility: hidden;
}

.floor-tool_tip a.active {
    z-index: 1000;
}

.floor-tool_tip a.active .position::after,
.floor-tool_tip .position:hover::after {
    visibility: visible;
}

.floor-tool_tip a.active .position::before,
.floor-tool_tip .position:hover::before {
    background-color: #154b48;
}
.floor-tool_tip {
  
    z-index:999999;
}
.floor-tool_tip .hover {
    position: absolute;
    z-index: 999;
    width: 270px;
    height: 300px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e6fff6;
    background-size: 100%;
    right: -120px;
    top: -319px;
    transform: translateY(-10%);
    opacity: 0;
    transition: .3s all ease-in-out;
    border-radius: 40px 0;
    border: 2px solid #4c8494;
}
.floor-tool_tip .hover:before{
    position: absolute;
    right: 104px;
    transform: translate(calc(100%),-50%);
    width: 43px;
    height: 2px;
    background: #3ebec3;
    content: '';
    bottom: -21px;
    transform: rotate(90deg);
}
.floor-tool_tip .hover:after{
    width: 10px;
    height: 10px;
    background: #32a4a8;
    position: absolute;
    content: '';
    border-radius: 50%;
    right: 120px;
    bottom: -53px;
    transform: translateY(-50%);
    z-index:50;
}
.floor-tool_tip .hover .hinhmb img {
 width: 200px!important;
 height: auto!important;
}
.floor-tool_tip .hover .title {
    font-size: 16px;
    font-family: "Muli - Bold";
    width: 100%;
    line-height: 19px;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 10px;
    position: relative; 
}

.acreage {
    font-size: 14px;
    width: 100%;
}

.floor-tool_tip .hover .title::before {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    bottom: 0;
    left: 30%;
    background-image: linear-gradient(to bottom, #e2cc72 0%, #8e6c2e 47%, #a2770f 72%, #e2cc72 100%);
    height: 2px;

}

.floor-tool_tip a.active .hover,
.floor-tool_tip .position:hover+.hover {
    opacity: 1;
}

.container-left-map {
    width: 100%;
    position: absolute !important;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
}
.container-left-map.map-canho {
    top: 110px;
    bottom: unset;
}
.section_floor .similar_title {
    font-family: 'El Messiri';
    font-size: 35px;
    margin-bottom: 25px;
    line-height: 40px;
    padding-top: 10px;
   
    font-weight: bold;
}

.section_floor .similar_content {
    font-size: 25px;
}

.cd-popup.apartment {
    background: url('../images/bg-xanh.jpg') no-repeat center;
    background-size: cover;
    z-index: 9999;
}

.cd-popup.apartment .cd-popup-close {
    width: 45px;
    height: 45px;
    opacity: 0;
    transform: scale(.5);
    transition: .6s all ease-in-out;
    transition-delay: .3s;
    background: url('../images/LYN/btn-close.png') center no-repeat;
    background-size: 100%;
    position: static;
    margin-left: 15px;
}

.cd-popup.apartment .prev-apartment,
.cd-popup.apartment .next-apartment {
    width: 45px;
    height: 45px;
    transition-delay: .3s;
    background-size: 100%;
    margin-left: 15px;
    display: block;
}

.cd-popup.apartment .prev-apartment {
    background: url('../images/LYN/prev.png') center no-repeat;
}

.cd-popup.apartment .next-apartment {
    background: url('../images/LYN/next.png') center no-repeat;
}

.cd-popup.apartment.is-visible .cd-popup-close {
    opacity: 1;
    transform: scale(1);
}

.cd-popup.apartment.is-visible .cd-popup-close:hover,
.cd-popup.floor.is-visible .cd-popup-close:hover {
    transform: scale(1, 1) rotate(360deg);
}

.cd-popup.apartment .logo img {
    max-width: 250px;
    display: block;
}

.cd-popup.apartment .head {
    margin-bottom: 60px;
}

.cd-popup.apartment .block_name {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cd-popup.apartment h1 {
    font-size: 21px;
    font-family: 'Muli - Semi Bold';
    margin-bottom: 10px;
}

.cd-popup.apartment h4 {
    font-family: "Muli - Semi Bold";
    font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cd-popup.apartment .note_album {
    margin-top: 30px;
    font-size: 10px;
    font-family: "Muli - Light";
    line-height: 1.2rem;
}

.cd-popup.apartment .content {
    font-size: 14px;
    margin-bottom: 35px;
}

.cd-popup.apartment .content+img {
    display: block;
}

.cd-popup.apartment .cd-popup-container {
    width: 100%;
    overflow-y: auto;
}
.tang1ct img {
    max-width:400px;
  }
a.view_360 {
    margin-top: 0;
    display: inline-block;
    color: #ffffff;
    background-image: linear-gradient(75deg, #f0957e 0%, #c54c05 47%, #eb8e60 100%);
    border-radius: 99px;
    padding: 18px 30px;
    padding-left: 50px;
    font-size: 15px;
    font-family: 'Muli - Bold';
    line-height: 12px;
    position: relative;
}

a.view_360 i {
    position: absolute;
    left: 4px;
    font-size: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgb(0 0 0 / 0.4);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.bangiao img {max-width: 80px;}
.album-apartment {
    margin-bottom: 7px;
}

.album-nav .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / 0.35);
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.album-nav .slick-arrow.prev {
    right: calc(100% + 15px);
}

.album-nav .slick-arrow.next {
    left: calc(100% + 15px);
}

.album-nav .slick-slide {
    padding: 0 2px;
}

.album-apartment img,
.album-nav .icon {
    cursor: pointer;
}

.cd-popup.album_apartment .cd-popup-container {
    max-width: unset;
    width: 100%;
    max-height: unset;
    height: 100%;
}

.cd-popup.album_apartment .album-apartment img {
    height: 100vh;
    width: 100vw;
    object-fit: contain;
}

.cd-popup.album_apartment .album-apartment::after {
    height: 354px;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 11;
}

.container-bottom {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.cd-popup.album_apartment .cd-popup-close svg {
    transform: scale(0.7);
}

.cd-popup.album_apartment .cd-popup-close {
    border: 1px solid #010101;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 43px;
    opacity: 1;
    color: #010101;
    background-color: #fff;
}

.action-apartment {
    justify-content: flex-end;
}
.page-template-block-detail1 .select_blocks {
    position: absolute;
    left: 0;
    width: 100%;
    top: 150px;
    transform: none;
}
.select_blocks {
    position: absolute;
    left: 53%;
    width: 100%;
    top: 150px;
    transform: translateX(-50%);
}

.select_blocks select {
    padding: 9px 30px 9px;
    text-align: left;
    width: 200px;
    background-color: rgb(0 0 0 / 0.5);
    border: unset;
    border-radius: 99px;
    color: #ffffff;
    font-family: "Muli - Semi Bold";
    font-size: 15px;
    line-height: 21px;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    text-transform: uppercase;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 27px);
    background-position-y: 8px;
}

.select_blocks select + select{
    margin-left: 10px;
}
.popup_galley .popup_content .similar_content{
    text-align: center;
}
.content_details_post .similar_content p {
    text-align: justify !important;
}
.tag div#page{
    background: #195539;
}

.content_details_post .similar_content img{
    max-width: 100%;
    height: auto;
}
.fancybox-slide:before{
    display:none; /* xoa tam */ 
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: white;
    content: '+';
    cursor: pointer;
    Font-family: "FontAwesome";
    line-height: 42px;
    color: #115f3a;
    text-align: center;
    font-size: 35px;
    border-radius: 50%;
    transform: rotate(45deg);
    transition: .3s;
    z-index: 99;
    border: 2px solid #115f3a;
}
.news_related .item_post{
    margin-bottom: 30px;
    height: 220px;
}
.box_year{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    cursor: pointer;
}
.box_year .item_year{
    margin: 0 20px;
}
.box_year .item_year .year{
    background: rgba(17, 95, 58, 0.51);
    transition: .5s;
}
.box_year .item_year.active .year{
    background: #115f3a;
    transition: .5s;

}
div#load_process{
    min-height: 600px;
    position: relative;
}
div#load_process:before{
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
    background-image: url(../images/loading_procsess.gif);
    width: 80px;
    height: 80px;
    background-size: cover;
    content: '';
}
.footer_gallery_1 {
    max-width: 450px;
}
.footer_gallery_2{
    max-width: 700px;
}
.footer_gallery.footer_gallery_2{
    margin-bottom: 40px;
}
.footer_gallery{
    margin: auto;
}
img.img_compass {
    position: absolute;
    bottom: 90px;
    right: 80px;
    z-index: 9;
    max-width: 80px;
    transform: rotate(45deg);
}


/* ========== Select Option ========== */
select.select_option {
    /* display: none; */
}
.select, .target-running .select{
    position: relative;
}
.select {
    display: inline-block;
    margin-left: 5px;
}
.select:first-child{
    margin-right: 10px;
}
.select-options{
    /*border: solid 1px #dddddd;*/
    border-top: none;
    position: absolute;
    display: none;
    z-index: 999;
    /*width: 180px;*/
    background: rgba(0, 0, 0, 0.5);
    overflow: -moz-scrollbars-none;
    margin: 0;
    /*border-radius: 20px;*/
    width: 100%;
    height: auto;
}
.group-hader .select-options{
    width: 100%;
}
ul.select-options li, .select-styled{
    cursor: pointer;
    list-style: none;
    padding: 5px 30px;
    border-bottom: solid 1px #dddddd;
    font-family: "SegoeUI";
    color: white;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    transition: .3s;
}
ul.select-options li{
    padding: 10px 30px;
}
ul.select-options li:hover{
    background: var(--color-primary);
    transition: .3s;
}
.select-styled {
    background-image: url(/images/arrow-down.svg)!important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    /*padding: 0 30px 5px 0;*/
    position: relative;
    height: 45px;
    border-radius: 23px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 45px;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    padding: 0 30px;
    width: auto;
    padding-right: 50px;
    min-width: 200px;
    display: none;
}
.select-styled:before{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: white;
    content: '\f107';
    Font-family: "FontAwesome";

}
/*.select-options li.active, .select-options li:hover  {*/
/*    background-color: #f3f3f3;*/
/*}*/


/* ========== Living Costs ========== */
.living_costs h4{
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}
.living_costs output{
    display: inline-block;
}
.input-default{
    height: 44px;
    width: 75px;
    font-size: 20px;
    padding: 0 5px;
}
.group-hader{
    display: inline-block;
    width: 100%;
}
.group-hader p{
    display: inline-block;
    float: left;
    max-width: 530px;
}
.select_options {
    display: inline-block;
    float: right;
}
.select_options .select-styled{
    background-image: url(images/angle-arrow-down.svg)!important;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 10px center;
    padding: 0 35px 5px 10px;
    border-bottom: none;
    font-size: 15px;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    background-color: #2A5562;
}
.footer-mid,
.footer-bottom{
    width: 50%;
}
.footer-mid{
    float: right;
}
.footer-mid .col-md-5,
.footer-mid .col-md-2{
    padding: 0 5px;
}
.footer-bottom .similar_content{
    font-size: 16px;
}
.copyright{
    clear: both;
}
.form-hotline-op .col-md-12 .content{
    font-size: 18px;
    display: inline-block;
    width: 500px;
    margin-bottom: 20px;
}

#mobile-menu ul li  a:hover{
    color: var(--color-secondary);
}
.utilities_sec1 .box_map {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}
.utilities_sec1 .box_map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_location li a {
    margin-bottom: 0;
}
.news_related .row{
    padding: 0 75px;
}
.form_footer .col-lg-5,
.form_footer .col-lg-2{
    padding: 0 15px;
}

.icon_location {
    min-height: 50px;
    min-width: 50px;
    /* pointer-events: none; */
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.icon_location img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.item_location.item_location_2 .icon_location{
    min-height: 92px;
    min-width: 105px;
}
.item-slider-banner iframe html * {
    width: 100%;
    height: 100%;
}

.thankyou{
    position: relative;
}

.thankyou img.img-background{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    object-fit: cover;
    z-index: 1;
}

.thankyou .wrap_similar_text{
    position: relative;
    z-index: 2;
}

.thankyou .wrap_similar_text::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    width: 110%;
    height: 160%;
    background: rgb(3 58 34 / 0.7);
    filter: blur(60px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.thankyou .similar_content{
    margin-bottom: 20px;
}
.container.container-left-map.top_content{
    bottom: unset;
    top: 200px;
}

.select_blocks .select:first-child{
    display: none !important;
}
.hide_button{
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.enter_project{
    right: 0;
    position: fixed;
    color: white !important;
    z-index: 9999;
    bottom: 30px;
    height: 40px;
    background-color: var(--color-primary);
    border-radius: 20px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: calc(calc(100vw - 1260px)/2);
    text-transform: uppercase;
}
/* k-home*/
.home_sec4 .fp-tableCell {
    vertical-align: bottom;
   padding-bottom:3rem;
}
.home_sec4 .fp-tableCell:after {
    bottom:0;
    left:0;
    content:'';
    width:100%;
    height: 300px;
    z-index: 0;
    position:absolute;
    background: #114D4E;
    background: linear-gradient(0deg, rgba(17, 77, 78, 1) 0%, rgba(17, 77, 78, 0.88) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-bg-zoom.zoom-bg-animation {
    transform:scale(1.2);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: -1
}

.section-bg-zoom.bg-zoom-slow {
    transform: scale(1.2);
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -ms-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out
}

section.active .section-bg-zoom.bg-zoom-slow,section.active .section-bg-zoom.zoom-bg-animation {
    transition-delay: 600ms;
    transform: scale(1)
}

section .section-bg-zoom {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.canhoxanh-list ul li {
    padding:0.6rem 0.8rem;
    background-color:#0e4c4d;
    margin:15px 0;
    color:#fff;
    border-radius:30px 0;
}
  /* Remove for prod */
  .rtl-slider-flex {
    width: 100%;
    margin: 1em auto;
    padding: 0.75em 0.75em 0.5em;
  
  }
  .thumb-prev,
  .thumb-next {
    bottom: 12px !important;
    right: calc(9% + 0.75em) !important;
  }
  .thumb-prev {
    right: calc(0% + 0.75em) !important;
  }
  /* Necessary styles */
  .rtl-slider-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
  }
  .rtl-slider-flex .rtl-slider {
    width: 80%;
    margin-right: 1%;
  }
  .rtl-slider-flex .rtl-slider-nav {
    width: 19%;
    margin-top: -2px;
  }
  .rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
    padding-top: 90%;
    margin-bottom: 4px;
    opacity: 0.75;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
    opacity: 1;
  }
  .rtl-slider-flex .rtl-slider-slide {
    background: #0b69b7 url("") no-repeat center/cover;
    padding-top: 80%;
    border-radius: 6rem 0;
  }
.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  
    border-radius: 2rem 0;
  }
  .rtl-slider-flex .thumb-prev,
  .rtl-slider-flex .thumb-next {
    position: absolute;
       top:auto;
    bottom: 4px;
    right: 0;
    height: 88px;
    width: 9.5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
  }
  .rtl-slider-flex .thumb-prev {
    right: 9.5%;
  }
  .rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide:after {
    opacity: 1;
    background-color: #f00;
    border-radius: 30px 0;
    position: relative;

    border-radius: 20px 0;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:-1;
    position: absolute;
  }
@keyframes animatedBackground {
  0% {
    background-position: 0 -60px;
   
  }
  100% {
    background-position:  0 -90px;

  }
}

.bg-diemmanh {
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  position: relative;
  background-position: 0 -20px;
  z-index: -1;
  animation: animatedBackground 5s linear infinite alternate;
  background-size: contain;
  transform-origin: center; /* Ensures the zoom is centered */
  background-repeat: no-repeat;
}

.diemmanh {
   top: -100px;
    position:relative;
    width: 100%; /* Adjust as needed */
      background: linear-gradient(to top, rgb(21 80 78) 2%, rgba(59, 180, 74, 0) 100%);
      background-repeat: no-repeat;
}

.diemmanh-list ul {
    display: grid;
grid-template-columns: repeat(3, 1fr) 1.3fr;
    grid-template-rows: repeat(2, auto); /* 2 rows */
    gap: 10px; /* Space between items, adjust as needed */
    padding: 0;
    margin: 0;
    list-style: none;

}

.diemmanh-list li {
    background: linear-gradient(to right, rgba(59, 180, 74, 1) 0%, rgba(59, 180, 74, 0) 100%);
    background: url(https://k-homenewcity.vn/can-ho/wp-content/uploads/2025/04/line-green.svg) left center /cover no-repeat;
    padding: 20px; /* Adjust padding as needed */
    color: white; /* Text color */
    border-radius: 0; /* Optional: rounded corners */
    text-align: left; /* Center text */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: shadow effect */
    padding-left: 65px;
    font-size: 13px;
}
.diemmanh-list li:nth-child(4),
.diemmanh-list li:nth-child(8) {
     width: 100%!important; /* Set width to 150% */
}
.matbang.section-bg-zoom.zoom-bg-animation {
    z-index: 0;
}
.map-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
#map_svg {
    position: relative;
    overflow: hidden;
    width: 50%;
    margin-left: auto;
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: scale(1.2) rotate(5deg);
}
#map_svg.go {
    animation: customScale;
    animation-duration: 3s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}   
.map-image {
    pointer-events: none;
    position: relative;
    object-fit: cover;
    height: 100%;
    width: auto;
    float: right;
    height: auto;
}
#map_contain {
    position: absolute;
    top: 0%;
    right: 0;
    width: 100%;
    height: 100%;
}
svg {
    vertical-align: middle;
}

#map_contain .map-line {
    fill: none;
    stroke: #104c4d;
    stroke-dasharray: 10 !important;
    stroke-width: 3px;
    stroke-miterlimit: 10;
    stroke-dashoffset: 0;
    animation: dash 20s infinite linear;
    -webkit-animation: dash 20s infinite linear;
}
.google-link {
    right: -100%;
    width: 100px;
    display: inline-block;
    bottom: 0;
    height: auto;
    display: flex;
    position: relative;
}

.home_sec3 .wrap-img-desktop .google-link .google-map {
    position: relative;
    width: 100%;
    height: auto;
    animation-name: upDown;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
@keyframes upDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes customScale {
    0% {
        opacity: 0;
        transform: scale(1.2) rotate(5deg)
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0)
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 100
    }

    100% {
        stroke-dashoffset: 822
    }
}
section.active .section-bg.bg-zoom-slow,
section.active .section-bg.zoom-bg-animation{
    transition-delay: 600ms;
    transform: scale(1);
}
section.utilities-2{
    overflow: hidden;
}
section.utilities-2 .col-6{
    padding-right: 2.083rem;
}
section.utilities-2 .col-6 .sec-title{
    margin-bottom: 1.5625rem;
}
section.utilities-2 .list-utilities{
    width: 85%;
}
section.utilities-2 .list-utilities .list-utilities-inner{
    padding-right: 0;
    max-height: none;
    display: flex;
    flex-direction: row;
    scrollbar-gutter: 20px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
section.utilities-2 .list-utilities .item {
    padding: 2px;
    position: relative;
    z-index: 0;
    transform: translateX(-1.5625rem);
    opacity: 0;
}
section.utilities-2.fp-completely .list-utilities .item {
    transition-delay: var(--transition-delay);
    transform: translateX(0);
    opacity: 1;
    display: block;
    height: 30px;
}
section.utilities-2 .list-utilities .item .d-flex:before {
    width: 100%;
    height: 40px;
    left: -10px;
    top:-5px;
    position: absolute;
    content: '';
    -webkit-border-radius: 2.604rem 0 0 2.604rem;
    -moz-border-radius: 2.604rem 0 0 2.604rem;
    border-radius: 2.604rem 0 0 2.604rem;
    background: linear-gradient(90deg, #F26A23 0%, rgba(242, 106, 35, 0.638434) 55.5%, rgba(242, 106, 35, 0) 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.utilities-2 .list-utilities .item.active  .d-flex:before,
section.utilities-2 .list-utilities .item:hover  .d-flex:before{
    opacity: 1;
}
section.utilities-2 .list-utilities .item .number-count{
    width: 1.667rem;
    height: 1.667rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #55b1b3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8fced7;
}
section.utilities-2 .list-utilities .item .name-wrap{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-left: 0.417rem;
}

section .section-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.utilities-2 .section-bg{
    background-size: 100% 100%;
}
section.utilities-2 .section-bg .dot .box-tooltip,
section.utilities-2 .section-bg .item .box-tooltip {
    left: calc(100% + 1.5625rem);

    bottom:0;
    transform: translateY(-100%) scale(0);
    width:8rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    padding: 0.208rem;
    background-color: #FFF;
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 99;
}
section.utilities-2 .section-bg .dot .box-tooltip .img-wrap,
    section.utilities-2 .section-bg .item .box-tooltip .img-wrap{
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    aspect-ratio: 160/100;
}
section.utilities-2 .section-bg .dot .box-tooltip .title,
    section.utilities-2 .section-bg .item .box-tooltip .title{
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 0.790625rem;
    color: #333;
    padding:0rem 0 0.15625rem;
}
section.utilities-2 .section-bg .dot{
    position: absolute;
    width: 1.5625rem;
    height: 1.5625rem;
    text-align: center;
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.5625rem;
    color: #FFF;
    background-color: #43B19D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.utilities-2.fp-completely .section-bg .dot{
    transition-delay: var(--transition-delay);
    opacity: 1;
}
section.utilities-2 .section-bg .dot:before{
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(67, 177, 157, 0.5);
    z-index: -1;
}
section.utilities-2 .section-bg .dot.active,
section.utilities-2 .section-bg .dot:hover{
    transition-delay: 0s;
    z-index: 8;
}
section.utilities-2 .section-bg .dot.active:before,
section.utilities-2 .section-bg .dot:hover:before{
    background-color: rgba(240, 125, 49, 0.5);
}
section.utilities-2 .section-bg .dot.active:before,
section.utilities-2 .section-bg .dot:hover:before{
    animation: scaleBorder 1s infinite;
}
section.utilities-2 .section-bg .dot.active .box-tooltip,
section.utilities-2 .section-bg .dot:hover .box-tooltip,
section.utilities-2 .section-bg .item.active .box-tooltip,
section.utilities-2 .section-bg .item:hover .box-tooltip{
    opacity: 1;
    transform: translateY(-140%) scale(1);
}
section.utilities-2 .cont-wrap{
    position: absolute;
    left: 100px;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-block;
    padding-top: 2.333rem;
    width: 100%;
}
section.utilities-2 .cont-wrap .sec-title{
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}
section.utilities-2 .container.container-left-map.top_content{
    bottom: unset;
    top: 100px;
    transform: translateX(0%);
    width:100%;
     left: 0; 
    position: relative!important;
    margin: 0 auto;
    text-align: center;
}
.page-id-2611 section.utilities-2 .container.container-left-map.top_content.map-canho {
     bottom: unset;
    top: 300px;
    right: 0; 
    left:auto;
     position: absolute!important;
}
section.utilities-2 .container-left-map.top_content {
    pointer-events: none;
}
section.utilities-2 .container-left-map {
    pointer-events: none;
}
section.utilities-2.section_floor .container-left-map {
    pointer-events: unset;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
:root {
    --main-cl: #326768;
    --sub-cl: #F26A23;
    --container-w: 72.917rem;
}
.ts-03 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lh-28 {
    line-height: 1.458rem;
}
footer#footer .footer-title{
    padding-bottom: 0.521rem;
    margin-bottom: 1.042rem;
    position: relative;
    margin-top: 0.8rem;
}
footer#footer .footer-title:before{
    bottom: 0;
    left: 40%;
    position: absolute;
    content: '';
    height: 2px;
    width: 3.958rem;
    background-color: var(--sub-cl);
}
footer#footer .sec-title{
    margin-bottom: 0;
}
footer#footer .col-4{
    padding-right: 3.646rem;
    text-align: left;
}
footer#footer .col-4 .group-content+.group-content{
    margin-top: 30px;
}
footer#footer .col-4 .group-content.google-map-button{
    margin-top: 0.9375rem;
}
footer#footer .footer-socials{
    gap:14px 18px;
}
footer#footer .footer-content > .flex-box+.flex-box{
    margin-top: 14px;
}
footer#footer .footer-content > .flex-box{
    gap: 20px;
}
footer#footer .footer-content{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25rem;
}
.form-wrap textarea,
.form-wrap input:not([type='submit']){
    background-color: transparent !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: left;
    color: #333;
    border: none;
    border-bottom: 1px solid #333333;
    padding-left: 0;
    padding-top: 0.78125rem;
    padding-bottom: 0.78125rem;
    margin-bottom: 0 !important;
    height: auto;
}
.form-wrap textarea{
    height: 4.1625rem;
    min-height: unset;
}
.form-wrap .form-group{
    position: relative;
}
.form-wrap .submit-btn.form-group{
    width: max-content;
    margin-top: 0.9375rem;
}
.form-wrap .submit-btn input[type='submit']{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 30;
    opacity: 0;
}
.btn.btn-icon-right{
    padding: 0;
}
.btn.btn-icon-right span.text{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.054rem;
    display: flex;
    padding: 0.625rem 1.25rem;
}
.btn.btn-icon-right span.icon{
    padding: 0.521rem 0.625rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3)
}
.fw700 {
    font-weight: 700;
}
.lh-28 {
    line-height: 2rem;
}
.fs-20 {
    font-size: 19px;
}
.text-primary {
    color: #326768!important;
}
.sec-title {
    font-size: 2.34375rem;
    font-weight: 700;
    line-height: 3.333rem;
}
.sec-title > span {
    color: var(--sub-cl);
}
.fs-12 {
    font-size: 12px;
    text-align: justify;
}
.single-post .similar_subtitle, .single-post .similar_title {
    background-image: linear-gradient(-178deg, #20a9ab 0%, #265051 47%, #316668 72%, #447576 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'El Messiri', serif;
}

.load_intro .wrap img {
        object-fit: cover;
        max-width: unset;
        position: absolute;
        right: -243%;
    }

    .load_intro .wrap .may.right img {
        right: unset;
        left: -193%;
    }
    .load_intro .wrap .may {
        animation: may_1 2s ease-in-out 1 forwards;
    }

    .load_intro .wrap .may.right {
        animation: may_2 2s ease-in-out 1 forwards;
    }
    @keyframes may_1 {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(-300%);
            opacity: 0;
        }
    }

    @keyframes may_2 {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(80%);
        }
        100% {
            transform: translateX(300%);
            opacity: 0;

        }
    }

.load_intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    pointer-events: none;
}
@keyframes fadeOut {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
.load_intro:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: fadeOut 1.6s ease-in-out 1 forwards;
    animation-delay: 1s;
    background-color:#326768;
    content: '';
}
.load_intro .wrap .may {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .8s all;
    animation: may_1 3s ease-in-out 1 forwards;
    animation-delay: 0.8s;
    text-align: left;
    z-index: 2;
}

.load_intro .wrap .may.right {
    animation: may_2 3s ease-in-out 1 forwards;
    animation-delay: 0.8s;
    text-align: right;
}
.load_intro .wrap img {
    height: 100%;
    /*width: 100%;*/
    object-fit: cover;
}
@keyframes may_1 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes may_2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(80%);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes may_3 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes may_4 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.load_intro.reload .wrap .may{
    animation: may_3 1s ease-in-out 1 forwards;
}
.load_intro.reload .wrap .may.right {
    animation: may_4 1s ease-in-out 1 forwards;
}



.color-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 0;
    padding: 0 20px;
}

.color-box {
    border: 3px solid #26b37a91;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    height: 100px;
}

.color-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.color-box.active {
    border-color: #fff;
    box-shadow: 0 0 15px rgba(255,255,255,0.7);
     opacity: 1;
}

.color-box.active img {
    opacity: 1;
}
.single footer.section .container {
    z-index:9;
}
.home_sec8 .row  {
 display:flex;
    flex-direction:row;
    align-content:flex-start;
    align-items:flex-start;
    
    
}

.home_sec8 .row .col-md-4,
.home_sec8 .row .col-md-8,
.home_sec8 .row .col-md-8 .wrap_similar_text {
   padding:0 1rem;
   text-align:justify;
   line-height: 1.2rem;
    
}
.home_sec8 .row .col-md-4 .wrap_similar_text {
   padding:0 2rem;
 
    
}
.home_sec8 .row .col-md-8 .wrap_similar_text {
   padding:0 3rem;
 
    
}

.home_sec8 .row  div p {
  
   text-align:justify;
   line-height: 1.6rem;
}
.home_sec8 .row h2 {
    font-size:35px;
}
.home_sec8 .row  div.logo-doitac {
   padding:3rem;
   border-radius:15px;
    background-color:#ffffff;
}
.partner-logos {
  padding: 20px 0;

    margin-top:2rem;
}

.partner-logos-slider .partner-logo-item {
  text-align: center;
  padding: 15px;
}

.partner-logos-slider .partner-logo-item img {
  max-height: 180px;
  margin: 0 auto;
  object-fit: contain;

  transition: filter 0.3s ease;
}

.partner-logos-slider .partner-logo-item img:hover {
  filter: grayscale(0%);
}


    @media only screen and (max-width: 767px) {
        .similar_subtitle, .similar_title {
            -webkit-text-fill-color:transparent!important;
        }
        .home_sec8  .row .wrap_similar_text .similar_title {
            text-align: center;
        }
        .home_sec8 .row .col-md-8 .wrap_similar_text {
    padding: 0 1rem;
}
    }
