:root{
    --main-cl: #1B553D;
    --sub-cl: #E8C29E99;
    --third-cl: #AC815E;
    --four-cl: #d57f4a;
    --container-w: 74.479rem  /* 1430/19.2 */;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

body {
    overflow-x: hidden;
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -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;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: 0;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -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;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
.inner_filter+.inner_filter {
    margin-top: 2rem;
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 7rem;
    height: 7rem;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: 10vh;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}


/*COMPONENTS*/
/*clear fix*/
.row.clearfix:after {
    content: unset;
}
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w);
}
/*transition svg*/
span.icon,span.text,circle,svg,rect,path,img,a,input{
    -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;
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.4;
    color: #333;
}
/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text_second {
    color: var(--third-cl);
}
.text_four {
    color: var(--four-cl);
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    line-height: 1.2;
    color: #333;
    margin-bottom: 0;
    transition: .4s all;
}
.heading_page {
    font-weight: 700;
    font-size: 3.125rem  /* 60/19.2 */;
}
.heading_0 {
    font-weight: 700;
    font-size: 3.75rem  /* 72/19.2 */;
}
/*contact - form 7*/
.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    margin: 0;
}
.form_wrap .wpcf7-not-valid-tip {
    font-size: 0.677rem;
    position: absolute;
    width: 100%;
    opacity: 1;
}
.wpcf7-response-output {
    color: #fff;
}
/*line-camp*/
.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;
}
/*effect img*/
.item_hover:hover .hover_zoom. img {
    transform: scale(1);
}
.item_hover:hover .hover_zoom img {
    transform: scale(1.1);
}
/*btn_loading*/
.btn-loading{
    position: relative;
}
.btn-loading span.text,
.btn-loading span.icon {
    opacity: 0;

}
.btn-loading:before{
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    content: '';
    z-index: 50;
    border: 2px solid #F5F5F5;
    border-bottom-color: #000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.5s linear infinite;
    left: calc(50% - 0.9375rem);
    top: calc(50% - 0.9375rem);
}
.btn-primary.btn-loading{
    pointer-events: none !important;
    color: var(--main-cl) !important
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*button*/
.btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    font-weight: 500;
    font-size: 0.833rem  /* 16/19.2 */;
    border-radius: 8px;
    padding: 0.625rem 0.78125rem 0.65rem 1.042rem;
    background: var(--main-cl);
    transition: .5s all;
}
.btn span.icon svg {
    display: flex;
}
.btn span.text {
    color: #fff;
}
.btn span.icon path {
    stroke: #fff;
}
.btn:hover {
    background: var(--third-cl);
}
.btn:hover span.text {
    color: #fff;
}
.btn:hover span.icon path {
    stroke: #fff;
}
/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
/*pagination slide*/
.swiper-pagination {
    position: unset;
    margin-left: auto;
    margin-right: auto;
    transform: unset !important;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--main-cl);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-cl);
}


/*CSS*/

/*header*/
#header .header-nav>li>a:not(.btn) {
    position: relative;
    line-height: 3rem;
    padding: 0;
}
#header .header-nav>li>a:not(.btn):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #1b553d;
    height: 3px;
    width: 0;
    transition: .5s all;
    transform: translateX(-50%);
    opacity: 1 !important;
    z-index: 9;
}
#header .header-nav>li.current_page_item>a:not(.btn):before,
#header .header-nav>li>a:not(.btn):hover:before {
    width: 100% !important;
}

div.link_line .link_line_wrap {
    gap: 1.667rem  /* 32/19.2 */;
}
div.link_line .line {
    width: 100%;
    height: 1px;
    background: #333;
}
div.link_line a {
    font-weight: 400;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: normal;
    color: #333;
}
div.link_line a:hover {
    color: var(--third-cl);
}

.item_hero .box_img {
    height: 52.083rem  /* 1000/19.2 */;
}
.item_hero:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.item_hero .logo {
    position: absolute;
    top: 7.083rem  /* 136/19.2 */;
    left: calc((100vw - var(--container-w)) / 2);
}
.item_hero .logo>.inner {
    position: relative;
    padding: 2.292rem 2.396rem 2.292rem 0;
    /*background: var(--sub-cl);*/
}
.item_hero .logo img {
    position: relative;
    width: 100%;
    height: 6.25rem  /* 120/19.2 */;
    object-fit: cover;
}
.item_hero .logo>.inner:before {
    content: '';
    position: absolute;
    left: calc(-1 * calc(calc(100vw - 63rem) / 2));
    top: 0;
    background: var(--sub-cl);
    width: calc(100% + calc(calc(100vw - 62.5rem) / 2));
    height: 100%;
    border-top-right-radius: 2.083rem  /* 40/19.2 */;
    border-bottom-right-radius: 2.083rem  /* 40/19.2 */;
}
.item_hero .box_content {
    position: absolute;
    bottom: 6.979rem  /* 134/19.2 */;
    right: calc((100vw - var(--container-w)) / 2);
    z-index: 2;
}
.item_hero .box_content>.item {
    font-family: 'Noto Serif';
    font-weight: 800;
    font-size: 2.083rem  /* 40/19.2 */;
    line-height: 1.4;
    color: #fff;
    gap: 1.25rem  /* 24/19.2 */;
}
.item_hero .box_content>.item:not(:last-child) {
    margin-bottom: 8px;
}
.item_hero .box_content>.item .icon>img{
    width: 2.5rem  /* 48/19.2 */;
    height: 2.5rem  /* 48/19.2 */;
}
.item_hero .link {
    position: absolute;
    bottom: 3.542rem  /* 68/19.2 */;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.5625rem  /* 30/19.2 */;
    z-index: 2;
}
.item_hero .link>.line {
    width: calc(100vw - (var(--container-w) / 2));
    height: 1px;
    background: #fff;
}
.item_hero .link>a,
.item_hero .link>.text {
    font-weight: 400;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
    color: #fff;
}

.home_1 {
    padding-top: 6.25rem  /* 120/19.2 */;
}
.home_1 .heading_line>.heading_page {
    width: fit-content;
}
.home_1 .heading_line>.heading_page:before {
    content: '';
    position: absolute;
    bottom: 0.625rem  /* 12/19.2 */;
    right: 0;
    width: 15.9375rem  /* 306/19.2 */;
    height: 4px;
    background: var(--third-cl);
    pointer-events: none;
}
.logo_sec .box_img {
    max-width: 14.479rem  /* 278/19.2 */;
}
.home_1 .logo_sec {
    padding-top: 1.25rem  /* 24/19.2 */;
}
.img_home1>img {
    border-radius: 1.042rem  /* 20/19.2 */;
    position: relative;
    z-index: 9;
}
.graphic {
    position: relative;
}
.graphic:before,
.img_home1.graphic:before {
    content: '';
    position: absolute;
    top: 3.229rem  /* 62/19.2 */;
    left: -7.5rem;
    width: 100%;
    height: 5.729rem  /* 110/19.2 */;
    background-image: url('../images/graphic.svg');
    background-repeat:  no-repeat;
    background-size: contain;
}
.box_img.graphic {
    overflow: unset;
}
.content_home1 .item:nth-child(1) {
    position: relative;
    padding: 1.667rem  /* 32/19.2 */ 0 1.667rem  /* 32/19.2 */ 3.385rem  /* 65/19.2 */;
}
.content_home1 .item:nth-child(1):before {
    content: '';
    position: absolute;
    right: calc(-1 * calc(calc(100vw - 63rem) / 2));
    top: 0;
    background: var(--main-cl);
    width: calc(100% + calc(calc(100vw - 62.5rem) / 2));
    height: 100%;
    border-top-left-radius: 2.083rem  /* 40/19.2 */;
    border-bottom-left-radius: 2.083rem  /* 40/19.2 */;
}
.content_home1 .item:nth-child(1) .inner {
    position: relative;
}
.content_home1 .item:not(:last-child) {
    margin-bottom: 2.083rem  /* 40/19.2 */;
}
.content_home1 .item ol,
.content_home1 .item ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
}
.content_home1 .item:nth-child(1) ol>li,
.content_home1 .item:nth-child(1) ul>li {
    margin-bottom: 0.521rem  /* 10/19.2 */;
}
.content_home1 .item ol>li:last-child,
.content_home1 .item ul>li:last-child {
    margin-bottom: 0;
}
.content_home1 .item:nth-child(1) * {
    color: #fff;
}
.content_home1 .item h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.823rem  /* 35/19.2 */;
    margin-bottom: 0.729rem  /* 14/19.2 */;
}
.content_home1 .item strong {
    font-weight: 700;
}
.content_home1 .item:nth-child(2) ol>li,
.content_home1 .item:nth-child(2) ul>li {
    margin-bottom: 0.833rem  /* 16/19.2 */;
}
.link_line1 {
    padding-top: 2rem;
}

.home_2 {
    padding-top: 6.25rem  /* 120/19.2 */;
}
.img_home2 {
    width: calc(100% + calc(calc(100vw - var(--container-w)) / 2) + 15px);
    float: inline-end;
}
.content_home2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5rem;
}
.line_heading {
    width: 23.4375rem  /* 450/19.2 */;
    height: 4px;
    background: var(--third-cl);
    margin-left: auto;
    margin-top: 2.083rem  /* 40/19.2 */;
}
.overview_home2 {
    padding-left: 5.208rem  /* 100/19.2 */;
    padding-top: 4.167rem  /* 80/19.2 */;
    padding-right: 8.333rem  /* 160/19.2 */;
}
.overview_home2 ul,
.overview_home2 ol {
    list-style: none;
}
.overview_home2 li {
    position: relative;
    padding-left: 2.083rem  /* 40/19.2 */;
}
.overview_home2 li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.146rem  /* 22/19.2 */;
    height: 1.146rem  /* 22/19.2 */;
    border-radius: 50%;
    background: var(--main-cl);
}
.overview_home2 li:not(:last-child) {
    margin-bottom: 0.625rem;
}
.overview_home2 h2,
.overview_home2 h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.823rem  /* 35/19.2 */;
    margin-bottom: 1.5625rem  /* 30/19.2 */;
}
.overview_home2 li,
.overview_home2 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.042rem  /* 20/19.2 */;
}

.home_3 {
    padding-top: 5rem;
}
.box_heading_home3 .heading_page {
    width: fit-content;
    margin: 0 auto;
    padding-top: 1.40625rem;
}
.box_heading_home3 .logo_sec {
    flex: 0 0 auto;
}
.box_heading_home3 .logo_sec img {
    object-fit: contain;
}
.box_heading_home3>.box_img {
    padding-top: 1.40625rem;
    height: 5.833rem  /* 112/19.2 */;
}
.content_home3 .item > *  {
    width: 50%;
}
.content_home3 .item:not(:last-child) {
    margin-bottom: 4.53125rem  /* 87/19.2 */;
}
.content_home3 .item .box_content,
.content_home3 .item .box_content li {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.302rem  /* 25/19.2 */;
}
.content_home3 .item:nth-child(odd) .box_content {
    padding-right: 4.583rem  /* 88/19.2 */;
}
.content_home3 .item:nth-child(even) .box_content {
    padding-right: 7.292rem  /* 140/19.2 */;
}
.content_home3 .item .box_content ul,
.content_home3 .item .box_content ol {
    padding-left: 1.2rem;
}
.content_home3 .item:nth-child(even) .box_img {
    overflow: unset;
}
.content_home3 .item:nth-child(even) .box_img:before {
    content: '';
    position: absolute;
    top: 2.917rem  /* 56/19.2 */;
    left: -5.3rem;
    width: 100%;
    height: 4.115rem  /* 79/19.2 */;
    background-image: url('../images/graphic.svg');
    background-repeat:  no-repeat;
    background-size: contain;
}
.population_density {
    gap: 1.09375rem  /* 21/19.2 */;
    padding-top: 2.292rem  /* 44/19.2 */;
}
.population_density h3 {
    width: fit-content;
    font-family: 'Inter';
    font-weight: 800;
    font-size: 6.25rem  /* 120/19.2 */;
    line-height: normal;
    color: var(--third-cl);
}
.population_density span.counter {
    position: absolute;
    top: 0;
    left: 0;
}
.population_density span.counter_opacity {
    opacity: 0;
}
.population_density .content {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 2.083rem  /* 40/19.2 */;
}
.link_line3 {
    padding-top: 1.5rem;
}

.home_4 {
    padding-top: 4.6875rem  /* 90/19.2 */;
}
.home_4 .graphic_home {
    margin-left: -6rem;
    padding-bottom: 1.875rem  /* 36/19.2 */;
}
.home_4 .line_heading {
    margin-top: 1.40625rem  /* 27/19.2 */;
}
.home_4 .desc {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.042rem  /* 20/19.2 */;
    margin-top: 1.927rem  /* 37/19.2 */;
}
.home_4 .form_wrap {
    background: #1B553D;
    padding: 2.292rem 5.104rem 1.458rem 2.8125rem;
    border-radius: 1.042rem  /* 20/19.2 */;
    margin-top: 1.667rem  /* 32/19.2 */;
}
.home_4 .form_wrap label {
    width: fit-content;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 1.042rem /* 20/19.2 */;
    color: #fff;
    margin-right: 0.8rem;
    margin-bottom: 0;
    white-space: nowrap;
}
.home_4 .form_wrap input {
    height: unset;
    box-shadow: none !important;
    border: none;
    background-color: transparent;
    color: #fff;
    margin-bottom: 0;
}
.home_4 .form_wrap input:focus {
    color: #fff;
}
.home_4 .form_wrap .form_item {
    display: flex;
    align-items: flex-end;
}
.home_4 .form_wrap .form_item>span {
    position: relative;
}
.home_4 .form_wrap .form_item>span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    transition: .4s all;
}
.home_4 .form_wrap .form_item.active>span:before {
    width: 100%;
}
.home_4 .form_wrap .form_item.form_checkbox.active>span:before {
    width: 0;
}
.home_4 .form_wrap .form_item.form_checkbox {
    align-items: flex-start;
    flex-direction: column;
}
.home_4 .form_wrap .form_item.form_checkbox>label {
    margin-bottom: 0.6rem;
}
.home_4 .form_item:nth-child(n+4) {
    margin-top: 1rem;
}
.home_4 .form_wrap .wpcf7-checkbox {
    display: flex;
    align-items: center;
}
.home_4 .wpcf7-checkbox .wpcf7-list-item>label {
    display: flex;
    align-items: center;
    margin: 0;
}
.home_4 .wpcf7-checkbox .wpcf7-list-item>label>input {
    appearance: none;
    width: 0.9375rem  /* 18/19.2 */;
    height: 0.9375rem  /* 18/19.2 */;
    border: 2px solid white;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    background-color: transparent;
    vertical-align: middle;

    margin-top: 0;
    order: 2;
}
.home_4 .wpcf7-checkbox .wpcf7-list-item>label>input:checked {
    background-color: white;
    border-color: white;
}
.home_4 .form_wrap input[type=submit] {
    background-color: var(--sub-cl);
    margin-top: 1.8rem;
    margin-right: 0;
    min-width: 6rem;
    text-transform: capitalize !important;
    border-radius: 8px;
}
.home_4 .form_wrap input[type=submit]:hover {
    background-color: var(--third-cl);
}
.home_4 .img_home4 {
    padding-top: 2.292rem  /* 44/19.2 */;
}
.home_4 .img_home4>img {
    border-radius: 2.083rem  /* 40/19.2 */;
}
.link_line4 {
    padding-top: 1rem;
}

.home_add_1 {
    padding-top: 4rem;
}
.font_barlow {
    font-family: "Barlow Condensed", sans-serif;
    line-height: normal;
    margin-bottom: 0.625rem  /* 12/19.2 */;
}
.home_add_1 .content {
    padding-right: 4rem;
}
.home_add_1 .content strong {
    font-size: 0.885rem  /* 17/19.2 */;
}
.home_add_1 .content ul,
.home_add_1 .content ol {
    list-style: none;
    padding-left: 1rem;
}
.home_add_1 .content li {
    position: relative;
    padding-left: 1rem;
}
.home_add_1 .content li:before {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--four-cl);
}
.home_add_1 .box_img {
    overflow: unset;
}
.home_add_1 .box_img:before {
    content: '';
    position: absolute;
    top: 4rem;
    left: -5rem;
    width: 9rem;
    height: 3rem;
    background-image: url('../images/graphic_4.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.home_add_2 {
    padding-top: 4rem;
}
.home_add_2 .box_img {
    padding-right: 2rem;
    padding-bottom: 2rem;
    z-index: 0;
}
.home_add_2 .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 70%;
    background: var(--four-cl);
    z-index: -1;
}
.home_add_2 .content {
    font-size: 1.2rem;
    text-align: justify;
}

/*CONTACT*/
/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.text_white {
    color: #fff;
}
.banner_inner.banner_style:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--four-cl);
    opacity: 0.65;
}
.banner_page .banner_inner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 43.542rem  /* 836/19.2 */;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_page .col {
    padding-bottom: 0;
}
.banner_page .heading_banner {
    width: 100%;
    height: 100%;
}
.heading_banner h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 5rem;
    transform: scaleY(1.2);
}
.contact_1 {
    padding-top: 4.5rem;
}
.contact_1 .col:nth-child(1) {
    padding-right: 0.15rem;
}
.contact_1 .col:nth-child(2) {
    padding-left: 0.15rem;
}
.gallery_contact {
    display: flex;
    width: 100%;
    /*column-count: 3;*/
    gap: 0.3rem;
}
.gallery_contact.graphic:before {
    top: unset;
    bottom: 0;
    left: unset;
    right: -90%;
    transform: unset;
}
/*.gallery_contact .gallery_item {*/
/*    break-inside: avoid;*/
/*    margin-bottom: 0.3rem;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*}*/
.gallery_contact .gallery_item:nth-child(1) {
    width: 25%;
    flex: 0 0 auto;
}
.gallery_contact .gallery_item:nth-child(2) {
    width: 45%;
    flex: 0 0 auto;
}
.gallery_contact .gallery_item:nth-child(3) {
    width: 30%;
}
.gallery_contact .gallery_item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.gallery_contact .gallery_item>.item {
    flex-grow: 1;
}
.gallery_contact .gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_contact .gallery_item:nth-child(3) .item:first-child {
    height: 40%;
    padding-bottom: 0.3rem;
}
.gallery_contact .gallery_item:nth-child(3) .item:last-child {
    height: 60%;
}
.gallery_contact .gallery_item a {
    display: inline-flex;
    width: 100%;
    height: 100%;
}
.contact_1 h1 {
    text-align: center;
    font-style: italic;
    padding-top: 2.5rem;
    font-size: 2.4rem;
}

.contact_2 {
    margin-top: 4rem;
    min-height: 43.542rem  /* 836/19.2 */;
    display: flex;
    align-items: center;
}
.contact_2 .col {
    padding-bottom: 0;
}
.contact_2 .heading_inner {
    width: fit-content;
    padding: 1.25rem /* 24/19.2 */ 2.292rem /* 44/19.2 */;
    border-radius: 1.042rem /* 20/19.2 */;
    background: rgba(213, 127, 74, 0.7);
    margin: auto;
}
.contact_2 .heading_inner:after,
.contact_2 .heading_inner:before {
    content: '';
    position: absolute;
    bottom: -7%;
    left: -8%;
    width: 7rem;
    height: 2.2rem;
    background-image: url(../images/graphic_2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.contact_2 .heading_inner:after {
    left: unset;
    bottom: unset;
    top: -7%;
    right: -8%;
}
.contact_3 {
    background: var(--four-cl);
    padding-top: 3.125rem  /* 60/19.2 */;
    padding-bottom: 5rem;
}
.contact_3.graphic:before {
    top: 40%;
    left: unset;
    right: -33%;
    transform: translateY(-50%);
    background-image: url(../images/graphic_2.png);
    width: 40rem;
    height: 3rem;
    z-index: 1;
}
.contact_3 .col > *:not(:last-child) {
    padding-bottom: 3rem;
}
.contact_3 .col > *:first-child {
    padding-bottom: 0.4rem;
}
.contact_3 .box_contact_wrap {
    gap: 1.042rem  /* 20/19.2 */;
}
.contact_3 .box_qr>.box_img {
    width: 5.46875rem  /* 105/19.2 */;
    aspect-ratio: 1/1;
    margin: 0 auto 6px;
}
.contact_3 .box_qr .title {
    font-size: 0.729rem  /* 14/19.2 */;
    font-weight: 400;
    line-height: 1.4;
}
.contact_3 .box_content {
    max-width: 32.8125rem  /* 630/19.2 */;
}
.contact_3 .box_content .box_img {
    height: auto;
    width: 3.125rem  /* 60/19.2 */;
    margin-right: 0.729rem  /* 14/19.2 */;
}
.contact_3 .box_content h2 {
    font-size: 2rem;
    font-weight: 900;
}
.contact_3 .box_content .content {
    font-size: 1.042rem  /* 20/19.2 */;
    margin-top: 0.729rem  /* 14/19.2 */;
}
.contact_3 .box_content a {
    color: #fff;
}
.contact_3 .box_content a:hover {
    color: var(--main-cl);
}
.contact_box_socials>ul {
    gap: 0.3rem;
}
.contact_box_socials>ul>li {
    width: 2rem;
    aspect-ratio: 1/1;
    transition: .4s all;
}
.contact_box_socials>ul>li:hover {
    transform: scale(0.9);
}

.contact_info_legal .box_graphic {
    gap: 5px;
}
.contact_info_legal .item {
    width: 12rem;
    aspect-ratio: 1/1;
}
.contact_info_legal .info_legal {
    width: 24rem;
}

/*NEWS*/
.news_page {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.news_page .list_news {
    margin: 0 -1rem;
}
.news_page .list_news.flex {
    gap: 2rem;
}
.item_post {
    padding: 0 1rem 2rem;
}
.item_post .box_img {
    border-radius: 0.833rem  /* 16/19.2 */;
    margin-bottom: 1.25rem  /* 24/19.2 */;
}
.item_post .title {
    font-size: 1.25rem  /* 24/19.2 */;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.4rem;
}

/*NEWS - DETAILS*/

.post_details {
    padding-top: 6rem;
}
.post_details h1 {
    color: #333;
    margin-bottom: 1.667rem  /* 32/19.2 */;
    font-size: 3rem;
}
.post_details .box_img {
    margin-bottom: 1.667rem  /* 32/19.2 */;
}

#ftwp-container.ftwp-wrap #ftwp-contents {
    border: 1px solid var(--main-cl) !important;
    padding-bottom: 1.25rem !important;
}
#ftwp-container.ftwp-wrap #ftwp-header {
    font-family: Roboto !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    padding: 1.25rem 1.25rem 0.833rem !important;
    background: none !important;
}
#ftwp-container.ftwp-wrap #ftwp-header-control {
    display: none !important;
}
#ftwp-container.ftwp-wrap #ftwp-list {
    background: none !important;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
#ftwp-container #ftwp-list .ftwp-text {
    font-family: Roboto !important;
    font-weight: 500 !important;
    font-size: 1.042rem !important;
    line-height: 1.4 !important;
    color: var(--four-cl) !important;
    transition: .4s all;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:hover .ftwp-text{
    color: var(--main-cl) !important;
}
#ftwp-container.ftwp-wrap #ftwp-list {
    font-family: Roboto !important;
    font-weight: 500 !important;
    font-size: 1.042rem !important;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:focus, #ftwp-container.ftwp-wrap #ftwp-list .ftwp-active, #ftwp-container.ftwp-wrap #ftwp-list .ftwp-active:hover {
    background: #d2d2d2 !important;
}
.ftwp-heading-target::before {
    content: unset !important;
}
.post_details blockquote {
    border-color: var(--main-cl);
    font-weight: 400;
    font-size: 1.042rem  /* 20/19.2 */;
    font-style: normal;
    line-height: 1.4;
    color: var(--main-cl);
    padding-left: 1.25rem  /* 24/19.2 */;
    padding-right: 0;
    margin-bottom: 1.667rem  /* 32/19.2 */;
}
.post_details blockquote p {
    margin-bottom: 0;
}
.post_details .box_content {
    font-weight: 400;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
    color: #333;
}
.post_details .box_content p {
    margin-bottom: 8px;
}
.post_details .box_content h1,
.post_details .box_content h2,
.post_details .box_content h3,
.post_details .box_content h4,
.post_details .box_content h5,
.post_details .box_content h6 {
    color: #333;
}
.post_details .box_content h2 {
    font-weight: 700;
    font-size: 1.25rem  /* 24/19.2 */;
    line-height: 1.4;
    margin-bottom: 0.833rem  /* 16/19.2 */;
}
.post_details .box_content ol,
.post_details .box_content ul {
    padding-left: 2rem;
}
.post_details .box_content img {
    margin: 0.833rem 0;
}
.tag_share {
    border-top: 1px solid #F0F0F0;
    padding-top: 1.667rem  /* 32/19.2 */;
    margin-top: 1.667rem  /* 32/19.2 */;
    gap: 1rem;
}
.tag_share span.title {
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.4;
    color: #333;
    margin-right: 0.833rem  /* 16/19.2 */;
}
.tag_wrap span.title {
    font-weight: 500;
    margin-top: 8px;
}
.tag_wrap ul {
    gap: 8px;
}
.tag_wrap a {
    border: 1px solid var(--four-cl);
    border-radius: 5.208rem;
    padding: 0.3125rem  /* 6/19.2 */ 0.78125rem  /* 15/19.2 */;
    font-weight: 500;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.4;
    color: var(--four-cl);
}
.tag_wrap a:hover {
    border-color: var(--main-cl);
    color: var(--main-cl);
}
.share_post ul {
    gap: 4px;
}
.share_post li {
    width: 1.667rem  /* 32/19.2 */;
    height: 1.667rem  /* 32/19.2 */;
}
.share_post a {
    border-radius: 5.208rem /* 100/19.2 */;
    background: var(--main-cl);
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.share_post a:hover {
    background: var(--third-cl);
}
.post_related {
    padding-top: 2rem;
}
.post_related h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.post_related .swiper-pagination {
    display: none;
}
.slide_post_related {
    margin: 0 -1.4rem;
}
.slide_post_related .item_post {
    padding: 0 1.4rem  /* 44/19.2 */;
}
.slide_post_related .heading_3 {
    text-align: center;
}
.slide_post_related .arrow {
    position: absolute;
    top: 50%;
    width: 1.979rem  /* 38/19.2 */;
    z-index: 2;
}
.slide_post_related .arrow.prev {
    left: -2rem;
}
.slide_post_related .arrow.next {
    right: -2rem;
}
.slide_post_related .arrow path {
    stroke: var(--sub-cl);
}
.slide_post_related .arrow:hover path {
    stroke: var(--main-cl);
}

/*FLOOR PLAN*/
.page-template-floor_plan .heading_banner h1 {
    max-width: 50%;
    margin: 0 auto;
    line-height: 1.4;
}
.floor_plan {
    padding-top: 4rem;
}
.box_floor_wrap .item h2 {
    font-weight: 900;
    color: #7c5d28;
    margin-bottom: 0.5rem;
}
.box_floor_wrap .item {
    gap: 1rem;
}
.box_floor_wrap .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background-image: url('../images/graphic_3.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}
.box_floor_wrap .item:not(:last-child) {
    margin-bottom: 4rem;
}
.box_floor_wrap .item .desc {
    font-size: 1.458rem  /* 28/19.2 */;
    font-weight: 600;
    color: #7c5d28;
}
.box_floor_wrap .group_heading {
    width: 40%;
    flex: 0 0 auto;
}
.box_floor_wrap .img_wrap {
    width: 60%;
    flex: 0 0 auto;
}
/*.box_floor_wrap .img_wrap>.box_img {*/
/*    width: calc(100% + calc(100vw - var(--container-w)) / 2);*/
/*}*/

.box_apartment_wrap {
    padding-top: 6rem;
}
.box_apartment_wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -6%;
    transform: translateY(-50%);
    width: 8rem;
    height: 3rem;
    background-image: url('../images/graphic_2.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}
.box_apartment_wrap .img_apartment {
    /*width: calc(100% + calc(100vw - var(--container-w) + 1rem) / 2);*/
    /*float: right;*/
}
.box_apartment_wrap .heading_page {
    font-size: 4rem;
    font-weight: 900;
    color: var(--four-cl);
    margin-bottom: 0.729rem  /* 14/19.2 */;
}
.box_apartment_wrap .desc {
    font-size: 1.1rem;
    font-style: italic;
}
.box_apartment_wrap .group_heading>.box_img {
    margin-top: 3.125rem  /* 60/19.2 */;
}

/*QUY HOACH*/
.panning_2 {
    padding-top: 5rem;
}
.panning_2.graphic:before {
    top: 30%;
    left: unset;
    right: 7rem;
    width: 10rem;
    height: 3.729rem;
    z-index: 2;
}
.heading_panning_2 h2:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13rem;
    height: 4px;
    background: var(--four-cl);
    border-radius: 5.208rem  /* 100/19.2 */;
}
.heading_panning_2 h2 {
    width: fit-content;
    padding-bottom: 1rem;
}
.heading_panning_2 ol,
.heading_panning_2 ul {
    padding-left: 1.4rem;
}
.heading_panning_2 .content {
    margin-top: 2rem;
    padding-right: 3rem;
}
.panning_3 {
    background: #f9f6ef;
    padding-top: 3rem;
    padding-bottom: 5rem;
    margin-top: 4rem;
}
.panning_3 .heading_page {
    color: var(--four-cl);
}
.panning_3 .counter_wrap {
    margin-top: 5rem;
}
.panning_3 .counter_wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 4px;
    background: #000;
}
.panning_3 .counter_wrap>.counter_inner {
    position: relative;
}
.panning_3 .counter_wrap>.counter_inner:after,
.panning_3 .counter_wrap>.counter_inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -3%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 5.208rem  /* 100/19.2 */;
    background: #000;
}
.panning_3 .counter_wrap>.counter_inner:after {
    left: unset;
    right: -3%;
}
.panning_3 .counter_wrap .number_inner {
    position: relative;
    min-width: 4.375rem /* 84/19.2 */;
    min-height: 4.375rem;
    aspect-ratio: 1 / 1;
    border-radius: 5.208rem /* 100/19.2 */;
    background: #e7884e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
}
.panning_3 .counter_wrap .item:nth-child(2) .number_inner,
.panning_3 .counter_wrap .item:nth-child(3) .number_inner,
.panning_3 .counter_wrap .item:nth-child(6) .number_inner,
.panning_3 .counter_wrap .item:nth-child(7) .number_inner {
    background: #ebe2d6;
}
.panning_3 .counter_wrap .inner {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-style: italic;
}
.panning_3 .counter_wrap .content {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    font-style: italic;
}
.panning_3 .counter_wrap .item:nth-child(2) .content,
.panning_3 .counter_wrap .item:nth-child(3) .content,
.panning_3 .counter_wrap .item:nth-child(6) .content,
.panning_3 .counter_wrap .item:nth-child(7) .content,
.panning_3 .counter_wrap .item:nth-child(2) .inner,
.panning_3 .counter_wrap .item:nth-child(3) .inner,
.panning_3 .counter_wrap .item:nth-child(6) .inner,
.panning_3 .counter_wrap .item:nth-child(7) .inner {
    color: #333;
}
.panning_3 .counter_wrap span.counter {
    position: absolute;
    top: 0;
    left: 0;
}
.panning_3 .counter_wrap span.counter_opacity {
    opacity: 0;
}
.panning_3 .counter_wrap .number_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #000;
}
.panning_3 .counter_wrap .item {
    display: flex;
    flex-direction: column;
}
.panning_3 .counter_wrap .item > * {
    height: 7rem;
    display: flex;
    align-items: end;
}
.panning_3 .counter_wrap .item:nth-child(even) > * {
    align-items: flex-start;
}
.panning_3 .counter_wrap .item:nth-child(odd) .number_wrap {
    padding-bottom: 2rem;
}
.panning_3 .counter_wrap .item:nth-child(even) .number_wrap {
    padding-top: 2rem;
}
.panning_3 .counter_wrap .item:nth-child(even) .number_wrap {
    order: 1;
}
.panning_3 .counter_wrap .item:nth-child(even) .number_wrap:before {
    bottom: 0;
    top: unset;
}

.panning_4 {
    padding-top: 2.5rem  /* 48/19.2 */;
    background: #f9f6ef;
}
.panning_4 .col {
    padding-bottom: 0;
}
.heading_panning_4 {
    height: 100%;
}
.heading_panning_4>.inner {
    position: relative;
    padding: 1.8em 2.5rem 3.125rem;
    background: #deaf89;
    height: 100%;
}
.heading_panning_4 h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 2.604rem;
    color: #545454;
}
.heading_panning_4:before {
    content: '';
    position: absolute;
    top: -2.5rem;
    left: -2.5rem;
    width: 13rem;
    height: 10rem;
    background: #d57f4a;
}
.box_partners {
    column-gap: 2.292rem  /* 44/19.2 */;
    row-gap: 1.5rem;
}
.box_partners .item {
    width: calc((100% / 3) - 1.53rem);
    display: flex;
    flex-direction: column;
}
.box_partners .item>.icon {
    width: fit-content;
    border-radius: 5.208rem  /* 100/19.2 */;
    background: #545454;
    margin-bottom: 8px;
}
.box_partners .item>.icon>.inner {
    padding: 0.4rem;
    width: 3.229rem  /* 62/19.2 */;
    height: 3.229rem  /* 62/19.2 */;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_partners .title {
    font-size: 1rem;
    font-weight: 900;
    color: #333;
    margin-bottom: 0.625rem  /* 12/19.2 */;
}
.box_partners .item>.box_img {
    display: flex;
    align-items: center;
    height: 100%;
}

.info_counter_wrap {
    padding-top: 7rem;
}
.info_counter_wrap .icon {
    height: 2.5rem;
    margin-bottom: 1rem;
}
.info_counter_wrap .icon>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info_counter_wrap .title {
    font-weight: 400;
}

.panning_7 {
    background: #d57f4a;
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.heading_panning_7 {
    flex-direction: column;
}
.box_utilities_wrap:before, .heading_panning_7:before, .panning_6:before {
    content: '';
    position: absolute;
    left: -8%;
    width: 10rem;
    height: 4rem;
    background-image: url(../images/graphic_2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.heading_panning_7 h2 {
    font-family: 'Barlow Condensed';
    font-weight: 800;
    font-size: 5rem;
    width: fit-content;
    color: #ebe2cd;
    margin-right: 1.042rem  /* 20/19.2 */;
    margin-left: 12rem;
    margin-bottom: 2rem;
}
.heading_panning_7 img {
    width: fit-content;
    height: 11rem;
    object-fit: contain;
    margin-left: auto;
}
.box_utilities_wrap {
    margin: 0 -0.6rem;
}
.box_utilities_wrap:before {
    content: '';
    position: absolute;
    left: unset;
    right: -8%;
    bottom: -18%;
    background-position: right bottom;
    z-index: 1;
}
.slide_utilities .item {
    padding: 0 0.6rem;
}
.slide_utilities .box_img {
    aspect-ratio: 16/14;
    margin-bottom: 0.625rem  /* 12/19.2 */;
}
.slide_utilities .box_content h3 {
    font-size: 0.9rem;
    color: #ebe2cd;
    margin-bottom: 0.625rem;
}
.slide_utilities .box_content>.content {
    font-size: 0.7rem;
    color: #ebe2cd;
}
.box_utilities_wrap.arrow_absolute .arrow {
    top: 40%;
}
.arrow {
    cursor: pointer;
}
.arrow.swiper-button-disabled {
    cursor: default;
}
.arrow_absolute .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    transition: .4s all;
}
.arrow_absolute .arrow.swiper-button-disabled {
    opacity: .6;
}
.arrow_absolute .arrow.prev {
    left: -4%;
}
.arrow_absolute .arrow:hover.prev {
    transform: translate(-1rem, -50%);
}
.arrow_absolute .arrow.next {
    right: -4%;
}
.arrow_absolute .arrow:hover.next {
    transform: translate(1rem, -50%);
}

.page-template-apartment_demo #main {
    background: #fff6e4;
}
.fancybox-is-open .fancybox-bg {
    background: #fff;
    opacity: 1;
}

.apartment_1 {
    margin-top: 5rem;
}
.list_apartment {
    column-gap: 1rem;
    row-gap: 6rem;
}
.list_apartment .item {
    display: flex;
    flex-direction: column;
    width: calc((100% / 2) - 0.5rem);
    gap: 1.4rem;
}
.list_apartment .item:nth-child(even) .box_content {
    order: -1;
    text-align: right;
}
.apartment_content .item .box_img_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.list_apartment .item:nth-child(even) .box_2 {
    order: -1;
}
.apartment_content h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.8rem;
    line-height: 1.6;
}
.apartment_content .box_img_wrap h3 {
    font-size: 0.833rem  /* 16/19.2 */;
    font-weight: 700;
    margin-top: 0.625rem  /* 12/19.2 */;
}
.apartment_content .box_img_wrap a {
    display: flex;
    height: 100%;
}
.list_apartment.apartment_content .img_inner {
    width: 50%;
}
.apartment_content .img_inner {
    display: flex;
    flex-direction: column;
}
.apartment_content .acreage_wrap>.inner:not(:last-child) {
    margin-bottom: 3px;
}
.apartment_content .acreage_wrap span.title {
    font-size: 0.8rem;
}

.apartment_2 {
    padding-top: 6rem;
}
.list_shophouse {
    column-gap: 1rem;
    row-gap: 3rem;
}
.list_shophouse .item {
    width: calc((100% / 3) - 0.67rem);
}
.list_shophouse .item .box_img_wrap {
    margin-bottom: 2rem;
}
.list_shophouse.apartment_content .box_img_wrap>.box_1 {
    justify-content: center;
    margin-bottom: 1rem;
}

.apartment_3 {
    padding-top: 6rem;
}
.box_apartment_3 .box_img_wrap {
    margin-bottom: 2rem;
}
.apartment_3 .box_img {
    height: 100%;
}
section.panning_1>img {
    display: block;
    width: 100%;
    height: auto;
}

.list_location .item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}

.list_location .item>.number {
    display: flex;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #23502d;
    color: #23502d;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.list_location .item>.number:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: var(--four-cl);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: pulse 1.2s infinite;
    z-index: -1;
}
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}


.list_location .item .box_content {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: .4s all;
    text-align: center;
    background: #fff;
    padding: .3rem;
    width: 13rem;
    text-align: center;
    background: #fff;
    padding: .3rem;
    border-radius: 10px;
    bottom: 2rem;
    border-radius: 10px;
}

section.panning_1 {
    position: relative;
}

.list_location .item:hover .box_content {
    opacity: 1;

}

.list_location .item .box_content img {
    height: 8rem;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.list_location .item h3 {
    margin: .5rem 0;
    font-size: .9rem;
}

.list_location .item:hover {
    z-index: 10;
}
.box_img.img_panning_5 {
    overflow: unset;
}
section.panning_5 {
    background: #f9f6ef;
    padding: 4rem 0;
}

.box_img.img_panning_5 {
    width: calc(100% + calc(100vw - 73rem)/2);
    float: right;
}

section.panning_5 .col {
    padding-bottom: 0;
}

.img_panning_5 .item .number {
    transform: scale(.7);
}
.box_content.right {
    right: unset;
    transform: translateX(50%);
}
.img_panning_5 .number {
    background: #e7884e !important;
    color: #fff !important;
    border-color: #e7884e !important;
}

.img_panning_5 .number:before {
    background: #e7884e !important;
}

.list_location .item.style_2 .number {
    background: #2952a1 !important;
    border-color: #2952a1 !important;
}

.list_location .item.style_2 .number:before {
    background: #2952a1 !important;
}
section.panning_5 h2.heading_page {
    color: #d57f4a;
    margin-bottom: 1.5rem;
}

.list_premises_wrap li {
    display: flex;
    align-items: center;
}

.list_premises_wrap li .number {
    background: #d57f4a;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    flex: 0 0 auto;
    margin-right: .5rem;
}

.list_premises_wrap li+li {
    margin-top: 1rem;
}

.list_premises_wrap li {
    cursor: pointer;
    transition: .5s all;
    display: flex;
    border-radius: 100px;
    transition: .5s all;
    background: transparent;
}

.list_premises_wrap::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.list_premises_wrap::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

.list_premises_wrap::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
.list_premises_wrap {
    max-height: 36rem;
    overflow: auto;
    padding-right: 2rem !important;
}

.list_premises_wrap li:hover {
    background: #d57f4a;
    color: #fff;
}

section.panning_5 .row {
    align-items: center;
}
.list_location .item.active .box_content {opacity: 1;}

.list_location .item.active {
    z-index: 10;
}

.heading_panning_6 {
    position: absolute;
}

section.panning_6 {
    padding: 7rem 0 0 0;
}

.panning_6_box {
    display: flex;
    justify-content: flex-end;
}

.panning_6_round {
    display: flex;
    justify-content: flex-end;
    width: 68rem;
    height: 45rem;
    position: relative;
}

.round_1,.round_2,.round_3 {
    width: 132%;
    padding-bottom: 120%;
    border: 4px dashed #166e48;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}

.round_2 {
    transform: scale(.7);
    border-width: 5px;
    border-color: #d57f4a;
}

.round_3 {
    transform: scale(.4);
    border-width: 8px;
    border-color: #545454;
}
.list_item_round .item {
    position: absolute;
    top: 47%;
    left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_item_round .item .box_img {
    position: absolute;
    overflow: unset;
}

.list_item_round .item .box_img img {
    width: 5rem;
    height: 5rem;
    max-width: unset;
    border-radius: 50%;
}

.list_item_round .item .box_img b {
    position: absolute;
    color: #166e48;
    display: inline-block;
    left: 0;
    background: #eee6d5;
    text-align: center;
    border-radius: 10px;
    font-size: 1rem;
    text-align: center;
    transform: translateX(-105%);
    top: 0;
    width: auto;
    padding: .3rem .4rem !important;
    width: max-content;
    line-height: 1.1;
}

.list_item_round .item:nth-child(6) {
    left: 71%;
    top: 4%;
}

.list_item_round .item:nth-child(5) {
    left: 54%;
    top: 0%;
}

.list_item_round .item:nth-child(4) {
    left: 30%;
    top: 3.5%;
}

.list_item_round .item:nth-child(3) {
    left: 13.9%;
    top: 14.5%;
}

.list_item_round .item:nth-child(2) {
    left: 3.9%;
    top: 28.5%;
}

.list_item_round .item:nth-child(3) .box_img b, .list_item_round .item:nth-child(4) .box_img b,.list_item_round .item:nth-child(5) .box_img b,.list_item_round .item:nth-child(6) .box_img b {
    left: 50%;
    transform: translate(-72%,-121%);
}

.round_2 .item {
    transform: scale(1.3);
}

.round_2 .item b {
    background: #eee6d5 !important;
    color: #d6834f !important;
}

.box_img {}

.round_2 .list_item_round .item .box_img img {
    width: 9rem;
    height: 9rem;
    border: 2px solid #deaf89;
}

.round_2 .list_item_round .item:nth-child(2) .box_img img,.round_2 .list_item_round .item:nth-child(4) .box_img img {
    width: 11rem;
    height: 11rem;
}

.round_2 .list_item_round .item:nth-child(5) {
    left: 79%;
    top: 7%;
}

.list_item_round .item:nth-child(6) b,.list_item_round .item:nth-child(5) b {
    left: 50%;
    transform: translate(-50%, -121%) !important;
}

.round_2 .list_item_round .item:nth-child(4) {
    left: 56%;
    top: 0.5%;
}

.round_2 .list_item_round .item:nth-child(3) {
    left: 30%;
    top: 2.5%;
}

.round_2 .list_item_round .item:nth-child(2) {
    left: 10%;
    top: 20.5%;
}

.round_2 .list_item_round .item b {transform: translate(-66%,-82%);}

.round_2 .list_item_round .item:nth-child(4) b {
    transform: translate(-50%, -134%);
}

.round_3 .list_item_round .item {
    transform: scale(2.3);
}

.round_1 {}

.round_3 .list_item_round .item:nth-child(5) {
    left: 100%;
    top: 49.5%;
}

.round_3 .list_item_round .item:nth-child(4) {
    left: 87%;
    top: 15.5%;
}

.round_3 .list_item_round .item:nth-child(3) {
    left: 46%;
    top: -0.5%;
}

.round_3 .list_item_round .item:nth-child(3) b {
    transform: translate(-50%, -126%);
}

.round_3 .list_item_round .item:nth-child(2) {
    left: 13%;
    top: 16.5%;
}

.round_3 .list_item_round .item b {
    color: #545454;
}

section.panning_6 h2.heading_page.text_second {
    color: #d57f4a;
}

section.panning_6 .desc {
    text-align: center;
    font-size: 1.5rem;
}

.heading_panning_6:before {
    left: 0%;
}

.panning_6:before {
    left: -1rem;
    top: 50%;
}

section.panning_6 {
    position: relative;
}
.round_3>svg {
    position: absolute;
    top: -7rem;
    left: 5rem;
    width: 75rem;
    height: auto;
}
.panning_6_round>*>svg {
    position: absolute;
}

.round_1>svg {
    top: -31rem;
    left: -5rem;
    width: 104rem;
    height: auto;
    pointer-events: none;
}

.round_2>svg {
    top: -22rem;
    left: 0rem;
    width: 90rem;
    height: auto;
    pointer-events: none;
}
div#logo {
    display: none;
}

.header-main {
    height: auto !important;
}

.header, .header-wrapper {
    height: auto !important;
}

body .header.show-on-scroll,body  .stuck .header-main {
    height: auto !important;
}

.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: #1b553d !important;
}

.header-nav>li {
    margin: 0 1rem;
}

.header-nav>li a {
    color: #333;
}
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    color: #333;
}

.panning_6_round>.active  .item .box_img:before {
    content: '';
    position: absolute;
    content: '';
    background: #d57f4a;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.list_item_round  .item .box_img img {
    position: relative;
    z-index: 2;
}
@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateZ(0) scale(1.4);
        opacity: 0
    }

    100% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }
}

.panning_6_round .box_title {
    position: absolute;
    top: 29rem;
    left: 39rem;
    z-index: 99;
    background: #eee6d5;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5rem;
    border-radius: .5rem;
    padding: .2rem .5rem;
    color: #545454;
}
.home_add_2 .box_img {
    position: relative;
}

.home_add_2 .box_img svg {
    position: absolute;
    width: calc(100% - 2rem);
    height: auto;
}

.home_add_2 .box_img svg path {
    animation: StrokeLine 2s infinite linear;
    stroke-width: 4px;
}
body {
    overflow: hidden;
}
@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 100
    }
}

.list_apartment .item:nth-child(even)::before {
    content: '';
    position: absolute;
    left: -.5rem;
    height: 100%;
    width: 1px;
    background: rgb(51 51 51 / 10%);
}

.list_apartment .item:nth-child(even) {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }

    html {
        font-size: 1.2vw;
    }
    .heading_page {
        font-size: 2.8rem;
    }
    .banner_page .banner_inner {
        min-height: 32rem;
    }

    /*HOME*/
    .home_1 .heading_line>.heading_page:before {
        width: 13rem;
    }
    .img_home1.graphic:before {
        left: -3rem;
    }
    .content_home1 li,
    .content_home1 .content {
        font-size: 1.1rem;
    }
    .home_4 .graphic {
        margin-left: 0;
    }
    .home_4 .graphic>img {
        height: 5rem;
    }
    .home_4 .desc br {
        display: none;
    }
    .home_3,
    .home_2 {
        padding-top: 3rem;
    }
    .population_density h3 {
        font-size: 4.4rem;
    }
    .population_density .content {
        font-size: 1.7rem;
    }
    .font_barlow {
        margin-bottom: 2rem;
    }
    .home_add_1 .content strong,
    .home_add_1 .content {
        font-size: 1.2rem;
    }
    .home_add_1 .content strong {

    }


    /*NEWS*/
    .item_post .title {
        font-size: 2rem;
    }
    .item_post .desc {
        font-size: 1.5rem;
        -webkit-line-clamp: 3;
    }

    /*NEWS DETAILS*/
    .post_details .heading_1 {
        font-size: 2.8rem;
    }
    .post_details blockquote {
        font-size: 1.4rem;
    }
    .post_details .box_content h2 {
        font-size: 1.5rem;
    }
    .post_details .box_content {
        font-size: 1.4rem;
    }
    .post_details .box_content img {
        margin: 2rem 0;
    }
    .tag_share span.title {
        font-size: 1rem;
    }
    .tag_share a {
        font-size: 1.1rem;
    }
    .share_post li {
        width: 2.8rem;
        height: 2.8rem;
    }
    .post_related .heading_1 {
        font-size: 3rem !important;
    }
    .slide_post_related .arrow {
        display: none;
    }
    .slide_post_related .swiper-pagination {
        display: flex;
        justify-content: center;
        margin-top: 3rem;
    }
    .slide_post_related .item_post .title {
        font-size: 1.7rem;
    }

    /*APARTMENT DEMO*/
    .apartment_content .acreage_wrap span.title {
        font-size: 1rem;
    }
    .list_apartment {
        column-gap: 2rem;
    }
    .list_apartment .item {
        width: calc((100% / 2) - 1rem);
    }

    /*PLANNING*/
    .heading_panning_2 .content {
        font-size: 1.25rem;
    }
    .panning_2.graphic:before {
        right: 0;
    }

}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

    html {
        font-size: 1.4vw;
    }
    .heading_page {
        font-size: 2.5rem;
    }
    .line_heading {
        width: 18rem;
    }
    .form_wrap .wpcf7-not-valid-tip {
        font-size: 0.9rem;
    }

    /* header */
    .off-canvas-center.mfp-ready .mfp-content, .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 38px;
        padding-top: 2rem;
    }
    .mfp-bg.off-canvas.off-canvas-center, .mfp-bg.off-canvas.off-canvas-left {
        top: 38px;
        position: fixed !important;
    }
    [data-open="#main-menu"].is-small {
        transition: .4s all;
    }
    [data-open="#main-menu"].is-small.current-lightbox-clicked {
        opacity: 0;
    }

    .item_hero .box_content>.item {
        font-size: 1.4rem;
    }
    .content_home1 .item h2 {
        font-size: 1.8rem;
    }
    .content_home1 li, .content_home1 .content {
        font-size: 1.5rem;
    }
    .overview_home2 li, .overview_home2 {
        font-size: 1.25rem;
    }
    .overview_home2 {
        padding-left: 3rem;
        padding-top: 3rem;
        padding-right: 2rem;
    }
    .home_4 {
        padding-top: 2rem;
    }
    .home_4 .desc {
        font-size: 1.2rem;
    }
    .home_4 .heading_page br {
        display: none;
    }
    .home_4 .line_heading {
        margin-right: auto;
    }
    .home_4 .form_wrap input,
    .home_4 .form_wrap label {
        font-size: 1.2rem;
    }
    .font_barlow {
        font-size: 2.6rem;
    }
    .home_add_1 .content strong,
    .home_add_1 .content {
        font-size: 1.302rem  /* 25/19.2 */;
    }

    /*NEWS DETAILS*/
    .slide_post_related {
        margin: 0 -1rem;
    }
    .slide_post_related .item_news {
        padding: 0 1rem;
    }
    .post_details .box_img {
        margin-bottom: 1rem;
    }
    .slide_post_related .heading_3 {
        text-align: left;
    }

    /*APARTMENT DEMO*/
    .apartment_content h2 {
        font-size: 1.6rem;
    }

    /*FLOOR PLAN*/
    .page-template-floor_plan .heading_banner h1 {
        max-width: 57%;
    }
    .box_floor_wrap {
        justify-content: space-between;
    }

    /*PLANNING*/
    .box_utilities_wrap .arrow {
        display: none;
    }
    .slide_utilities .box_content h3 {
        font-size: 1.4rem;
    }
    .slide_utilities .box_content>.content {
        font-size: 1.3rem;
    }

    .info_counter_wrap .info_counter {
        flex-wrap: wrap;
        gap: 1.2rem;
    }
    .heading_panning_7 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .heading_panning_7 h2 {
        margin: 0 !important;
    }
    .heading_panning_7 img {
        margin: 0 auto;
    }

    /*CONTACT*/
    .contact_box_socials>ul>li {
        width: 3.3rem;
    }
    .contact_3 .box_qr>.box_img {
        width: 7.5rem;
    }
    .contact_3 .box_qr .title {
        font-size: 1rem;
    }
    .contact_box_socials {
        padding-top: 2rem;
    }
    .contact_3 .box_content .content {
        font-size: 1.2rem;
    }



}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    html {
        font-size: 2.6vw;
    }
    .heading_page {
        text-align: center;
    }
    .banner_page .banner_inner {
        min-height: 24rem;
    }
    .box_floor_wrap .item:before {
        display: none;
    }
    .heading_banner h1 {
        font-size: 3.5rem;
    }

    body {
        font-size: 1.4rem;
    }

    /* header */
    .off-canvas-center.mfp-ready .mfp-content, .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 46px;
        padding-top: 2rem;
    }
    .mfp-bg.off-canvas.off-canvas-center, .mfp-bg.off-canvas.off-canvas-left {
        top: 46px;
        position: fixed !important;
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li>a {
        font-size: 1.7rem;
    }


    .item_hero .logo {
        top: 5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .item_hero .logo>.inner {
        padding: 2rem;
        width: 25rem;
    }
    .item_hero .logo>.inner:before{
        left: 0;
        width: 100%;
        border-radius: 2rem;
    }
    .item_hero .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .item_hero .box_content {
        width: 100%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 2rem;
    }
    .item_hero .box_content>.item .icon {
        flex: 0 0 auto;
    }
    .item_hero .link>a, .item_hero .link>.text {
        font-size: 1.1rem;
    }
    .item_hero .link>.line {
        display: none;
    }
    .item_hero .link {
        bottom: 2rem;
    }
    .home_1 .heading_line>.heading_page:before {
        content: unset;
    }
    .home_1 .heading_line>.heading_page {
        width: 100%;
    }
    .home_1 .logo_sec {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 1.5rem;
    }
    .img_home1.graphic:before {
        top: 2rem;
        left: -0.7rem;
        height: 3rem;
    }
    .content_home1 .item:nth-child(1):before {
        content: unset;
    }
    .content_home1 .item:nth-child(1) * {
        color: #333;
    }
    .content_home1 .item:not(:last-child) {
        padding: 0;
    }
    .content_home1 .item ol, .content_home1 .item ul {
        padding-left: 2rem;
    }
    .content_home1 li, .content_home1 .content {
        font-size: 1.5rem;
    }
    .link_line {
        padding-top: 0 !important;
    }
    div.link_line a {
        font-size: 1.2rem;
    }
    .img_home2 {
        width: 100%;
        float: unset;
        margin-top: 2rem;
    }
    .img_home2 img {
        border-radius: 1.5rem;
    }
    .overview_home2 li, .overview_home2 {
        font-size: 1.5rem;
    }

    .home_4, .home_3, .home_2 {
        padding-top: 0;
    }
    .box_heading_home3>.box_img,
    .line_heading {
        display: none;
    }
    .content_home2 {
        padding-left: 0;
        justify-content: unset;
        gap: 1.5rem;
        height: unset;
    }
    .content_home2 .heading_page {
        text-align: center;
    }
    .overview_home2 {
        padding: 0 !important;
    }
    .box_heading_home3 {
        flex-direction: column;
        align-items: center;
        justify-content: unset;
    }
    .box_heading_home3 .logo_sec {
        order: -1;
    }
    .content_home3 .item {
        flex-direction: column;
    }
    .content_home3 .item > * {
        width: 100%;
    }
    .content_home3 .item .box_content {
        padding-right: 0 !important;
    }
    .content_home3 .item:nth-child(even) .box_img:before {
        content: unset;
    }
    .content_home3 .item .box_img {
        margin-top: 1.3rem;
    }
    .content_home3 .item .box_content, .content_home3 .item .box_content li {
        font-size: 1.4rem;
    }

    .home_4 .graphic {
        display: none;
    }
    .home_4 .logo_sec {
        padding-bottom: 1.5rem;
    }
    .home_4 .desc {
        font-size: 1.4rem;
        text-align: center;
    }
    .home_4 .form_wrap input, .home_4 .form_wrap label {
        font-size: 1.5rem;
    }
    .home_4 .img_home4 {
        padding-top: 0;
    }
    .content_home3 .item .box_content ul, .content_home3 .item .box_content ol {
        padding-left: 1.6rem;
    }
    .home_4 .graphic_home {
        margin-left: 0;
    }
    .home_4 .graphic_home>img {
        width: auto;
        height: 5rem;
    }
    .home_add_1 .content {
        padding-right: 0;
        font-size: 1.4rem;
    }
    .home_add_1 .box_img:before {
        content: unset;
    }
    .home_add_2 .content {
        font-size: 1.4rem;
    }


    /*NEWS*/
    .item_post .title {
        font-size: 1.6rem;
        -webkit-line-clamp: 1;
    }
    .item_post .desc {
        font-size: 1.3rem;
        -webkit-line-clamp: 2;
    }

    /*NEWS DETAILS*/
    .post_details {
        padding-top: 0;
    }
    .post_details .heading_1 {
        font-size: 2.4rem !important;
    }
    .post_details blockquote {
        text-align: justify;
    }
    .post_details .box_content h2 {
        font-size: 2rem;
    }
    .post_details .box_content {
        font-size: 1.6rem;
    }
    .tag_share {
        margin-top: 0;
    }
    .post_related {
        padding-top: 2rem;
    }
    .tag_share span.title {
        font-size: 1.4rem;
    }

    /*APARTMENT DEMO*/
    .list_shophouse .item,
    .list_apartment .item {
        width: 100%;
    }
    .list_apartment .item:nth-child(odd) .box_content {
        order: -1;
    }
    .apartment_content h2 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    .apartment_content .acreage_wrap>.inner {
        text-align: center;
    }
    .apartment_content .acreage_wrap span.title {
        font-size: 1.4rem;
    }
    .apartment_content .box_img_wrap h3 {
        font-size: 1.2rem;
    }
    .box_apartment_3,
    .list_shophouse .item {
        display: flex;
        flex-direction: column;
    }
    .box_apartment_3 .box_img_wrap,
    .list_shophouse .item .box_img_wrap {
        order: 2;
    }

    /*FLOOR PLAN*/
    .page-template-floor_plan .heading_banner h1 {
        max-width: 100%;
        font-size: 3.8rem;
    }
    .floor_plan .box_floor_wrap .item {
        flex-direction: column;
    }
    .floor_plan .box_floor_wrap .item > *{
        width: 100%;
    }
    .box_floor_wrap .item .desc {
        text-align: center;
    }
    .box_apartment_wrap .row .col:nth-child(1) {
        order: 1;
    }
    .box_apartment_wrap .heading_page {
        font-size: 2.8rem;
    }
    .box_apartment_wrap .desc {
        font-size: 1.3rem;
        text-align: center;
    }

    /*PLANNING*/
    .heading_panning_2 h2 {
        margin: 0 auto;
    }
    .heading_panning_2 h2:before {
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
    .panning_3 .counter_wrap .item > .box_empty,
    .panning_3 .counter_wrap .number_wrap:before,
    .panning_3 .counter_wrap:before,
    .panning_3 .counter_wrap>.counter_inner:after, .panning_3 .counter_wrap>.counter_inner:before,
    .panning_2.graphic:before {
        display: none;
    }
    .heading_panning_2 .content {
        font-size: 1.5rem;
        padding-right: 0;
    }
    .heading_panning_2 ol, .heading_panning_2 ul {
        padding-left: 2.6rem;
    }
    .panning_3 .counter_wrap .number_inner {
        width: 100%;
    }
    .panning_3 .counter_wrap .item > * {
        width: unset !important;
        height: unset !important;
    }
    .panning_3 .counter_wrap .item:nth-child(even) .number_wrap {
        padding-top: 0;
    }
    .panning_3 .counter_wrap .item:nth-child(odd) .number_wrap {
        padding-bottom: 0;
    }
    .panning_3 .counter_wrap>.counter_inner {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        gap: 1rem;
    }
    .panning_3 .counter_wrap .item {
        width: calc((100% / 4) - 0.8rem);
    }

    .info_counter_wrap .info_counter {
        row-gap: 3rem;
    }
    .info_counter_wrap .info_counter .item {
        width: calc((100% / 2) - 1rem);
    }
    .info_counter_wrap .icon {
        height: 3.5rem;
    }
    .info_counter_wrap .title {
        font-size: 1.4rem;
    }
    .info_counter_wrap .title br {
        display: none;
    }
    .heading_panning_4:before {
        content: unset;
    }
    .panning_4 {
        padding-bottom: 4rem;
    }
    .heading_panning_4 {
        padding-bottom: 3rem;
    }
    .box_partners .item>.icon>.inner {
        padding: 1.2rem;
        width: 5rem;
        height: 5rem;
    }
    .box_partners {
        row-gap: 2.3rem;
    }
    .box_utilities_wrap:before, .heading_panning_7:before {
        content: unset;
    }
    .slide_utilities .box_content h3 {
        font-size: 1.8rem;
    }
    .panning_3 .counter_wrap {
        margin-top: 3rem;
    }

    /*CONTACT*/
    .contact_1 h1 br {
        display: none;
    }
    .contact_1 .col:nth-child(1) {
        padding-right: 15px;
    }
    .contact_1 .col:nth-child(2) {
        padding-left: 15px;
    }
    .gallery_contact.graphic:before {
        content: unset;
    }
    .contact_2 h2 {
        font-size: 2.4rem;
    }
    .contact_3.graphic:before,
    .contact_2 .heading_inner:after, .contact_2 .heading_inner:before {
        content: unset;
    }
    .contact_2 {
        min-height: 32rem;
    }
    .contact_3 .box_content .box_img {
        width: 5rem;
    }
    .contact_3 .box_content .box_img>img {
        object-fit: contain;
    }
    .contact_info_legal {
        flex-wrap: wrap;
    }
    .contact_info_legal .item {
        width: calc((100% / 3) - 0.3rem);
    }
    .contact_info_legal .info_legal {
        width: 100%;
        margin-top: 2rem;
    }
    .contact_3 .box_content .content {
        font-size: 1.4rem;
    }
    .list_location .item>.number {
        width: 1.5rem;
        height: 1.5rem;
        border-width: 1px;
        font-size: .8rem;
    }

    .list_location .item>.number:before {
        width: 2.2rem;
        height: 2.2rem;
    }

    .box_img.img_panning_5 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .list_premises_wrap li {
        font-size: 1.5rem;
    }

    .heading_panning_6 {
        position: unset;
        margin-bottom: 2rem;
    }

    .panning_6_round {
        width: 29rem;
        height: 21rem;
    }

    .round_2 .item {
        transform: scale(.6);
    }

    .list_item_round .item {
        transform: scale(.7);
    }

    .round_2 {
        border-width: 3px;
    }

    .round_3 {
        border-width: 4px;
    }

    .round_3 .list_item_round .item {
        transform: scale(1.5);
    }
    i.icon-menu {
        font-size: 2.3rem !important;
        color: #ac815e;
    }

    .single .heading_banner h1 {
        font-size: 2.7rem;
    }
    .panning_6_round .box_title {
        top: 13rem;
        left: 16rem;
        font-size: 1rem;
    }
    .list_location .item>.number a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    .stley_popup {
        opacity: 0 !important;
    }
    .fancybox-slide .stley_popup {
        opacity: 1 !important;
    }

    .stley_popup h3 {
        text-align: center;
        margin-top: 1rem;
    }

    .stley_popup img {
        width: 100%;
        border-radius: 1rem;
    }
    .list_apartment .item:nth-child(even)::before{
        display: none;
    }
}

