:root{
    --main-cl: #a9935b;
    --sub-cl: #DDBB69 ;
    --container-w: 72.917rem;
}

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);
}

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;
}
@media (min-width: 1200px) {
    body, html {
        font-size: 1vw;
    }
}
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;
}
body{
    overflow-x: hidden;
}
.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: 500px;
    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: var(--main-cl);
    /*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: .8s;
}
#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: Signature2;
    animation-duration: 6s;
    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;
}
.load_home_page.complete .path-2{
    fill: #FFF
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@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: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--sub-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    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;
}
.heading_h2 {
    text-transform: uppercase;
    background: linear-gradient(270deg, #DFB46F 31.03%, #FFD89B 50.35%, #DFB46F 73.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0rem 0.25rem 0.25rem rgba(1, 74, 69, 0.2);
    line-height: normal;
    font-size: 2.8125rem;
    margin-bottom: 1.042rem;
}

.news_page{
    background-image: url(../images/bg_post.jpg);
    /*background-size: cover;*/
    background-attachment: fixed;
    background-position: top center;
}
.news_page {
    background-repeat: repeat;
    background-size: auto;
}

/*.news_page:before {*/
/*    background: linear-gradient(180deg, #00634B 0%, rgba(0, 100, 78, 0.694066) 51.74%, rgba(0, 77, 63, 0.01) 100%);*/
/*    height: 23.75rem;*/
/*    content:*/
/*            '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0;*/
/*}*/

/*.news_page:after {*/
/*    background: linear-gradient(360deg, #002323 0%, rgba(0, 35, 35, 0.849829) 34.67%, rgba(0, 35, 35, 0.587825) 63.1%, rgba(0, 35, 35, 0) 100%);*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*}*/

.wrap_post_top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}

.item_post {
    position: relative;
    padding: 0.9375rem;
    z-index: 0;
    box-sizing: border-box;
    border-radius: 1.25rem;
    overflow: hidden;
}

.item_post .box_img {
    aspect-ratio: 183/122;
    border-radius: 1.25rem;
    overflow: hidden;
    width: 100%;
}

.item_post .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_page .grid-container {
    z-index: 2;
}

.item_post .box_content {
    padding: 0 0.9375rem;
}

.item_post .box_content .date {color: white;font-size: 0.875rem;display: block;margin-bottom: 0.625rem;}

.item_post .box_content h3 {
    font-family: var(--font-title-black);
    font-size: 1.5625rem;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 3.75rem;
}

.item_post .box_content .content {
    color: white !important;
    font-size: 0.833rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 3.958rem;
    margin-bottom: 1.875rem;
}

.item_post:before {content: '';position: absolute;width: 100%;height: 100%;background: linear-gradient(0deg, #DFB46F 0%, rgba(223, 180, 111, 0) 82.99%);z-index: -1;left: 0;bottom: 0;opacity: 0;transition: .3s all;border-radius: 1.25rem;}

.item_post:hover:before {
    opacity: .7;
}

.item_post .box_content * {
    transition: .3s all;
}

.item_post:hover .box_content * {
    color: #F9DBAC;
}

.wrap_post {
    display: flex;
    flex-wrap: wrap;
}

.wrap_post .item_post {
    width: 25%;
}

.news_page {
    padding: 11.25rem 0 5.625rem;
}

.news_page h1.heading_h2 {
    text-align: center;
}

ul.list_terms {
    display: flex;
    justify-content: center;
    margin-bottom: 3.75rem;
}

ul.list_terms a {
    height: 3rem;
    border: 0.0625rem solid #FFFFFF;
    border-radius: 6.25rem;
    color: white;
    font-family: var(--font-title-bold);
    font-size: 1.375rem;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 3.125rem;
    min-width: 13.125rem;
    justify-content: center;
    margin: 1.25rem 0.8125rem 0;
    transition: .3s all;
}

ul.list_terms a:hover,ul.list_terms a.active {
    color: #F9DBAC;
    border-color: #F9DBAC;
}

.wrap_post_top .item_post:nth-child(1) {
    display: flex;
    width: 65%;
    flex-wrap: wrap;
}

.wrap_post_top .item_post:nth-child(2) {
    width: 35%;
}

.wrap_post_top .item_post:nth-child(1) .box_content {
    order: 2;
    margin-top: 1.823rem;
}

.wrap_post_top .item_post:nth-child(1) .box_content .content {
    margin: 0;
}

.wrap_post_top .item_post:nth-child(1):before {
    background: linear-gradient(180deg, #DFB46F 0%, rgba(223, 180, 111, 0) 100%);
}

.wrap_post_top .item_post:nth-child(1) .box_img {
    height: 22.3125rem;
}

.wrap_post_top .item_post:nth-child(1) h3 {
    height: auto;
}

.wrap_post .item_post a:before,.wrap_post .item_post a:after {
    content: '';
    background: linear-gradient(0deg, #ffffff 0%, rgba(223, 180, 111, 0) 82.99%);
    width: 0.0625rem;
    height: 120%;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: .2;
}

.wrap_post .item_post a:after {
    left: unset;
    right: 0;
}

.item_post a {
    opacity: 1;
    transition: .3s all;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.item_post:hover a {
    opacity: 0;
}

.wrap_post .item_post a:before {
    opacity: 0;
}

.wrap_post .item_post:nth-child(4n + 1) a:before {
    opacity: .2;
}
.banner_post .wrap_img {
    display: flex;
    justify-content: center;
}

.banner_post .wrap_img img {
    max-width: unset;
}

.banner_post .text_center {
    position: absolute;
    z-index: 99;
    top: 10.625rem;
    left: 50%;
    transform: translateX(-50%);
}

.banner_post .grid-container {
    position: unset;
}

.banner_post h2 {
    text-transform: uppercase;
    background: linear-gradient(270deg, #DFB46F 31.03%, #FFD89B 50.35%, #DFB46F 73.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--font-title-black) !important;
    font-size: 4.0625rem;
    margin: 0;
}

.banner_post .content {
    color: white;
    font-size: 0.9375rem;
}

.single-post section:not(.contact_sec_1) .heading_h2 {
    color: #00634B;
    background: transparent !important;
    background: linear-gradient(270deg, #DFB46F 31.03%, #FFD89B 50.35%, #DFB46F 73.3%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    max-width: 56.25rem;
    margin: auto;
}

.term {
    font-size: 1.5625rem;
    font-family: var(--font-title);
    color: #00634B;
    display: block;
    margin-bottom: 0.6875rem;
}

.post_details h1.heading_h2 {
    margin-bottom: 0.9375rem !important;
}

.post_details .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid rgba(51, 51, 51, 0.1);
    margin-bottom: 1.875rem;
}

.post_details .wrap * {
    font-size: 0.875rem;
    color: #666666;
}

.post_details .wrap .date_post {
    display: flex;
    align-items: center;
    margin-right: 3.75rem;
}

.post_details .wrap .date_post svg {
    margin-right: 0.625rem;
    position: unset;
    width: auto;
}
.post_details .wrap .share a{
    display: inline-flex;
}
.post_details .wrap .share svg {
    position: unset;
    width: auto;
}

.post_details .wrap .share {
    position: relative;
    display: flex;
    font-style: initial;
    right: unset;
    top: unset;
    font-weight: normal;
    line-height: normal;
    opacity: 1;
}

/*.post_details .wrap .share:before {*/
/*    content: 'Chia sĂ¡ÂºÂ½';*/
/*    margin-right: 1.25rem;*/
/*}*/

.post_details .wrap .share a {
    margin-right: 0.625rem;
}

.post_details .grid-container {
    max-width: 87.5rem;
}

.content_post {
    text-align: justify;
    color: #333333;
    font-size: 0.833rem;
}

.single-post {
    background: white !important;
}

.content_post h1 {
    font-size: 1.75rem;
}

.content_post h2 {
    font-size: 1.5625rem;
}

.content_post h3 {
    font-size: 1.375rem;
}

.content_post h4 {
    font-size: 1.1875rem;
}

.content_post h5 {
    font-size: 1.0625rem;
}

.content_post strong {}

.post_related {
    background: rgba(0, 99, 75, 0.05);
    padding-top: 3.375rem;
}

.post_related span.sub_title {
    font-family: var(--font-title);
    font-size: 1.5625rem;
    color: #00634B;
    display: block;
    margin-bottom: 0.625rem;
}

.post_related .wrap_post .item_post {
    width: 100%;
}

.post_related .wrap_post .item_post * {
    color: #333333 !important;
}

.post_related .wrap_post .item_post:hover * {
    color: #00634B !important;
}

.post_related .wrap_post .item_post a:before, .post_related .wrap_post .item_post a:after {
    background: linear-gradient(0deg, #555555 0%, rgba(223, 180, 111, 0) 82.99%);
}
.post_related  h2.heading_h2 {
    margin-bottom: 3.125rem;
}

.post_related {
    padding-bottom: 4.375rem;
}

.slider_post .swiper-pagination {
    position: unset;
    transform: unset;
}

.slider_post .swiper-pagination span {
    width: 0.9375rem;
    height: 0.125rem;
    background: rgba(0, 99, 75, 0.4);
}
.post_details {
    padding-bottom: 4.375rem;
}
.text_center{
    text-align: center;
}
.swiper.slider_post{
    width: 100%;
}
.button_style {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    color: #F5D7A7;
    font-family: var(--font-title-black);
    text-transform: uppercase;
    opacity: 1;
    transition: .3s all;
    transform: scale(1);
    cursor: pointer;
}
.button_style:hover{
    opacity: .8;
    transform: scale(.9);
}
.button_style svg {
    margin-left: 0.9375rem;
    display: block;
    position: unset;
    width: auto;
}
.news_page .wrap_post .item_post {
    margin-bottom: 1.875rem;
}
.single-post .item_post:hover *.content {
    color: #333333 !important;
}
.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.contact_sec_1 span {
    color: white;
}

span.sub {
    font-family: var(--font-title);
    font-size: 1.302rem !important;
    display: block;
    margin-bottom: 0.521rem;
}

.contact_sec_1 .content strong {
    font-family: var(--font-title-bold);
    font-size: 1.042rem;
}
.contact_sec_1 .content a{
    color: white;
}
.contact_sec_1 .box_content {
    padding-right: 84px;
}

.contact_sec_1 .content {
    margin-bottom: 1.354rem;
}
.contact_sec_1 .content,
.contact_sec_1 .content p,
.contact_sec_1 .content a,
.contact_sec_1 .content strong,
.contact_sec_1 .content li{
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.contact_sec_1 .mail{
    margin-bottom: 1.042rem;
}
.contact_sec_1 .mail a{
    display: block;
    color: #FFFF;
}

.contact_sec_1 span {
    font-size: 0.833rem;
    color: #FFFFFF;
}

ul.phone_contact {
    display: flex;
    margin-bottom: 1.042rem;
    margin-left: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 20px 30px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
ul.phone_contact li{
    width: calc(50% - 15px);
}
ul.phone_contact li:last-of-type:nth-of-type(odd){
    width: 100%;
}
ul.phone_contact li * {
    display: block;
}

ul.phone_contact li  a {
    background: linear-gradient(270deg, #FDD698 21.06%, #DFB46F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: var(--font-title-bold);
    font-size: 1.5625rem;
}

.text_white{
    color: #FFF;
}
.socials ul {
    display: flex;
    align-items: center;
    margin-top: 0.521rem;
    list-style: none;
    margin-left: 0;
}

.socials ul svg {
    display: block;
}

.socials ul li:not(:last-child) {
    margin-right: 1.042rem;
}

a.form_dk {
    float: right;
    color: #004B39;
    font-family: var(--font-title-bold);
    background: linear-gradient(270deg, #DFB46F 31.03%, #FFD89B 50.35%, #DFB46F 73.3%);
    border-radius: 5.208rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.146rem;
    padding: 0 1.302rem;
    z-index: 0;
    margin-bottom: 45px;
}

a.form_dk:before {
    z-index: -1;
    background: linear-gradient(146.79deg, #DFB46F 16.21%, #FFE5BB 50.86%, #DFB46F 86.73%);
    opacity: 0.4;
    border-radius: 5.208rem;
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
    animation: pulse-border 1200ms ease-out infinite;
    width: 95%;
    height: calc(100% + 0.417rem);
}

.map  iframe {
    width: 100%;
    border-radius: 3.125rem 0.521rem;
    display: block;
}

.map {
    padding-top: 2.604rem;
}

.contact_sec_2 span {
    color: white;
}
div#form_dk {
    background: linear-gradient(0deg, #00634B 37.23%, rgba(0, 87, 69, 0.63) 72.04%, rgba(0, 77, 63, 0) 100%);
    max-width: 800px;
    margin: auto;
    padding: 7.8125rem  5.208rem 3.90625rem;
}

div#form_dk .view_more {
    float: unset;
    margin-top: 1.042rem;
}

div#form_dk .view_more span.wpcf7-spinner {
    position: absolute;
}

div#form_dk h3.heading_h2 {
    font-size: 2.34375rem;
    text-transform: unset;
}

div#form_dk .content {
    font-family: var(--font-title);
    color: #FFFFFF;
    font-size: 1.042rem;
    margin-bottom: 2.083rem;
}
.contact_sec_1 a {
    transition: .3s all;
}

.contact_sec_1 a:hover {
    color: #eac07e !important;
}
.wrap_form > div[class*=grid]:not(:last-of-type){
    margin-bottom: 1.3125rem;
}
.wrap_form input,.wrap_form textarea {
    width: 100%;
    background: transparent !important;
    border: 0.0625rem solid transparent !important;
    padding: 0;
    border-bottom: 0.0625rem solid rgb(255 255 255 / 50%) !important;
    height: 2.8125rem;
    font-size: 0.875rem;
    color: #FFFFFF !important;
    margin-bottom: 0 !important;
}

.wrap_form input::placeholder,.wrap_form input, .wrap_form textarea::placeholder {
    color: white !important;
}

.wrap_form textarea {
    height: 2.8125rem;
}

.wrap_form b {
    font-size: 0.75rem;
    color: white;
}

.wrap_form input[type="file"] {
    height: auto;
    border: none !important;
    margin: 0;
}

.wrap_form .view_more {
    position: relative;
}

.wrap_form .view_more input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}

.wrap_form  br {
    display: none;
}

.wrap_form .view_more {
    float: right;
}

.wrap_form {
    margin: 0 -0.625rem;
}
.view_more {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-title-black);
    color: #F5D7A7 !important;
    font-size: 0.9375rem;
    text-transform: uppercase;
}

.view_more svg {
    display: block;
    margin-left: 1.25rem;
}
.project_details_sec_3 {
    background: linear-gradient(180deg, #006F54 0%, #004848 57.2%, #003C44 100%);
}

.project_details_sec_3 .content {
    color: white;
}

.project_details_sec_3 .wrap {
    display: flex;
    align-items: center;
}

.project_details_sec_3 .fp-tableCell {
    vertical-align: bottom;
}

.project_details_sec_3 .box_img {
    max-width: calc(100% + calc(calc(100vw - 85.625rem)/2));
    width: calc(100% + calc(calc(100vw - 85.625rem)/2));
    position: relative;
}

.project_details_sec_3 .item_tab:before {
    height: 19.1875rem;
    background: linear-gradient(180deg, #006952 0%, rgba(0, 101, 80, 0) 100%);
    width: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 9;
}

.project_details_sec_3 .box_img .buttons {
    position: absolute;
    z-index: 999;
    bottom: 3.125rem;
    left: 7.5rem;
}

.project_details_sec_3 .box_img .buttons button {
    background: #004045;
    border: 0.0625rem solid #DFB46F;
    width: 50.2794rem;
    height: 50.2794rem;
    border-radius: 50%;
    color: #DFB46F;
    font-size: 1.5625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
ul.list_location li {
    position: absolute;
    top: 50%;
    left: 50%;
}

ul.list_location {
    margin: 0;
    list-style: none;
}

.wrap_image_hover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s all;
}
.wrap_image_hover img.active{
    opacity: 1;
}

.project_details_sec_3 .wrap_content {
    max-width: 29.0625rem;
    margin-left: auto;
    text-align: right;
    padding-bottom: 6.25rem;
}

.project_details_sec_3 .wrap_content .content {
    font-size: 0.9375rem;
}
.project_details_sec_3.home_sec4 .grid-container {
    align-items: flex-end;
}

.project_details_sec_3.home_sec4 .wrap_content {
    max-width: 43.75rem;
}

.project_details_sec_3.home_sec4 .wrap_content .heading_h2 {
    margin-bottom: 0;
}

ul.list_location li span:before {
    border: 0.0313rem solid #73B49D;
    width: 3.125rem;
    height: 3.125rem;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1000ms ease-out infinite;
    background: #73b49d99;
}

ul.list_location li span {
    background: linear-gradient(180deg, rgba(16, 132, 130, 1) 0%, rgba(200, 255, 229, 1) 100%);
    width: 1.5rem;
    height: 1.5rem;
    content: '';
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

ul.list_location li.style_2 span {
    background: linear-gradient(180deg, #FF9F0F 0%, #FFC532 93.92%);
}

ul.list_location li.style_2 span:before {
    border: 0.0625rem solid #FFD038;
    background: transparent;
    /*background: linear-gradient(180deg, #FF9F0F 0%, #FFC532 93.92%);*/
    /*opacity: .2 !important;*/
}
ul.list_location li .box_content {
    position: absolute;
    width: 7.5rem;
    height: 7.5rem;
    background: linear-gradient(180deg, rgba(51, 176, 149, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0rem 0.25rem 3.75rem rgba(0, 112, 122, 0.3));
    border-radius: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 2.5rem));
    opacity: 0;
    transition: .3s all;
}

ul.list_location li .box_content h3 {}

ul.list_location li .box_content h3 {
    width: 6.25rem;
    height: 6.25rem;
    background: linear-gradient(180deg, rgba(0, 218, 169, 0.7) 0%, rgb(72 172 180) 100%);
    border-radius: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    font-size: 0.8125rem;
    font-family: var(--font-title-black);
    padding: 0 0.625rem;
    margin: 0;
    text-transform: uppercase;
}

ul.list_location li .box_content:before {
    width: 0.0625rem;
    height: 1.1875rem;
    background: #49b0b6;
    content: '';
    position: absolute;
    bottom: 0.625rem;
    transform: translateY(100%);
}

ul.list_location li.style_2 .box_content:before {
    background: #FCCF65;
}

ul.list_location li.style_2 .box_content {
    background: linear-gradient(180deg, rgba(253, 179, 53, 0.5) 0%, rgba(253, 179, 53, 0) 100%);
}

ul.list_location li.style_2 .box_content h3 {
    background: linear-gradient(180deg, rgba(253, 203, 76, 0.7) 0%, rgba(253, 176, 51, 1) 100%);
}

ul.list_location li:hover .box_content {
    opacity: 1;
}
.footer_page:before{
    background-image: url(../images/bf_contact.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.footer_page .fp-tableCell {
    vertical-align: bottom;
    position: relative;
    z-index: 10;
}

.footer_page div#form_dk {
    background: linear-gradient(180deg, rgba(0, 99, 74, 0) 4.06%, rgba(128, 129, 131, 0.7) 40.71%, #808183 100%);
    padding: 2.75rem 6.875rem 21vh;
    position: relative;
}
.footer_page div#form_dk:before {
    position: absolute;
    content: url(../images/bf_form.png);
    bottom: -0.9375rem;
    right: -8.125rem;
}

.footer_page div#form_dk .heading_h2 {
    margin-bottom: 0;
}

.footer_page  h2.heading_h2 {
    margin: 0;
}
.footer_page .box_content {
    padding-top: 3.125rem;
}
.footer_page {
    overflow: hidden;
}
.copyright {
    position: absolute;
    z-index: 99;
    bottom: 0.625rem;
    left: calc(calc(100vw - 87.5rem) / 2);
    font-size: 0.8125rem;
    margin: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.site-header{
    z-index: 9999999;
}
#panzoom-parent{
    overflow: hidden;
}
#wpadminbar{
    z-index: 999999999999;
}
.style_popup_mb {
    padding: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    background: linear-gradient(180deg, #003D44 0%, #004A38 100%);
    width: 1540px;
    max-width: 100%;
}

.style_popup_mb .inner {
    display: flex;
    align-items: center;
}

.style_popup_mb .inner img {
    display: block;
}

.style_popup_mb .inner>* {
    width: 50%;
}

.style_popup_mb .inner .box_content {
    padding: 1.25rem 5%;
}

.style_popup_mb .inner .box_content .heading_h2 {
    font-size: 2.8125rem;
}

.style_popup_mb .inner .box_content .content {
    color: white;
    margin-bottom: 1.875rem;
}
.style_popup_mb .inner .box_content:before {
    position: absolute;
    content: url(../images/la_cay.png);
    bottom: -0.3125rem;
    right: 0;
}
.fancybox-close-small {
    fill: white;
    background: #015c4b !important;
    border-radius: 50%;
    right: 0.625rem !important;
    top: 0.625rem !important;
}
.fancybox-close-small svg path {
    fill: white;
}
.fancybox-container{
    z-index: 9999999999999999999999999 !important;
}
body.page-template-utilities .fancybox-inner .fancybox-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
body.page-template-utilities .fancybox-inner .fancybox-stage{
    width: 1400px;
    max-width: 100%;
    margin: auto;
}
body.page-template-utilities .fancybox-inner .fancybox-image{
    /*top: 50% !important;*/
    /*left: 50% !important;*/
    /*transform: translate(-50%, -50%) !important;*/
    /*height: auto;*/
}
body.page-template-utilities .fancybox-button{
    right: 40px;
    top: 0;
    position: absolute;
    z-index: 9999;
}
body.page-template-utilities .fancybox-button:hover path{
    fill: #000
}
.utility_sec2:before{
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 200px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    content: '';
    z-index: 10;
}
ul.list_location li span{
    font-size: 0;
}
.img-mobile{
    display: none !important;
}
.location-name{
    padding: 0 80px;
}
.nk-tabs-container .nk-tabs-title{
    position: absolute;
    z-index: 9999999;
    right: 25%;
    top: 9%;
    display: flex;
    justify-content: flex-end;
    gap: 1.042rem;
    max-width: 50%;
    flex-wrap: wrap;
}
.nk-tabs-container .nk-tabs-title .tab-title{
    padding: 8px 20px;
    font-size: 0.833rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.4;
    background-color: #FFF;
    border: 1px solid var(--main-cl);
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
}
.nk-tabs-container .nk-tabs-title .tab-title:hover,
.nk-tabs-container .nk-tabs-title .tab-title.active{
    background-color: var(--main-cl);
    color: #FFF;
}
.nk-tabs-container .nk-tabs-content .tab-content{
    pointer-events: none;
    animation: nk-zoom-in 0.6s;
    display: none;
}
.nk-tabs-container .nk-tabs-content .tab-content.active{
    pointer-events: unset;
    display: block;
}
@keyframes nk-zoom-in {
    from{
        opacity: 0;
        visibility: hidden;
    }
    to{
        opacity: 1;
        visibility: visible;
    }
}
.nk-tabs-container .title{
    display: none !important;
}
.show-mobile{
    display: none !important;
}
.utility_sec_2 .nk-tabs-content .wrap-img-utility{
    max-height: 100vh;
}
.utility_sec_2 .nk-tabs-content .wrap-img-utility img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 100vh;
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 920px
    }
    section.contact_sec_2,
    section.contact_sec_1{
        padding: 80px 0;
    }
    .contact_sec_1 .box_content{
        padding-right: 10px;
    }
    .heading_h2{
        font-size: 2.5rem !important;
    }
    .news_page{
        padding: 8rem 0 4rem;
    }
    .wrap_post_top .item_post:nth-child(1) .box_img {
        height: auto;
    }
    section.house_template_sec1{
        padding: 60px 0 40px;
    }
    header#masthead{
        background: #A9935B;
    }
    header#masthead .site-logo,
    header#masthead .menu-toggle{
        filter: brightness(0) invert(1);
    }

    .contact_sec_2,
    .contact_sec_1{
        padding: 80px 0 !important;
    }
    .project_details_sec_3 .grid-container {
        min-height: 500px;
    }

    .footer_page div#form_dk {
        /* padding: 60px 60px 6.90625rem; */
        padding: 4.75rem 3.875rem 25vh;
    }
    .utility_sec2:before{
        display: none !important;
    }
    .nk-tabs-container .nk-tabs-title{
        left: 50%;
        right: 0;
        top: 2%;
        transform: translateX(-50%);
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
    .heading_h2{
        font-size: 2rem !important;
    }
    .wrap_post .item_post{
        width: 50%;
    }
    section.post_related{
        padding-bottom: 2.5rem;
    }
    section.house_template_sec1{
        padding: 40px 0 20px;
    }
    .style_popup_mb .inner .box_content .heading_h2 {
        font-size: 1.2rem;
    }

    .style_popup_mb {
        max-width: 680px;
    }

    .style_popup_mb .inner .box_content .content {
        margin-bottom: .875rem;
    }

    .style_popup_mb .inner {
        height: 100%;
    }
    .contact_sec_2,
    .contact_sec_1{
        padding: 60px 0 !important;
    }
    .banner_post h2 {
        font-size: 3.0625rem;
    }
    .project_details_sec_3 {
        overflow: unset;
    }

    .project_details_sec_3 .box_img {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }

    .project_details_sec_3 .wrap>* {
        width: 100%;
    }

    .project_details_sec_3 .wrap {
        flex-wrap: wrap;
    }

    .project_details_sec_3 {
        padding-bottom: 40px;
    }

    .project_details_sec_3 .grid-container {
        min-height: 300px;
    }

    .project_details_sec_3 .wrap_content {
        max-width: 400px;
        padding-bottom: 0;
    }
    .footer_page div#form_dk {
        padding: 2.75rem 1.5rem 25vh;
    }
    .nk-tabs-container .nk-tabs-title .tab-title{
        font-size: 0.729rem;
        padding: 4px 12px;
    }
}
@media only screen and (max-width: 767px) {
    .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;
    }
    .contact_sec_1 {
        padding-top: 100px;
    }

    .contact_sec_1 .box_content {
        padding-right: 10px;
    }

    ul.phone_contact li a {font-size: 1.2rem;}

    .contact_sec_1 a.form_dk{
        float: left;
    }

    .map iframe {
        height: 200px;
    }

    section.contact_sec_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section.contact_sec_1.footer_page {
        padding-top: 0;
    }

    .contact_sec_1 span {
        text-align: left;
        display: inline-block;
        width: 100%;
    }
    span.sub{
        font-size: 1rem !important;
    }
    ul.phone_contact li{
        width: 100%;
    }
    ul.phone_contact{
        gap: 12px;
        /*width: 100%;*/
        /*margin-top: 20px;*/
    }
    footer{
        padding: 40px 10px !important;
    }
    .heading_h2{
        font-size: 1.75rem !important;
    }
    .map{
        padding-top: 1.5rem;
    }
    section.contact_sec_2, section.contact_sec_1{
        padding: 3rem 0;
    }
    #fullpage{
        padding-top: 2rem;
    }
    .inside-header{
        padding: 10px 15px;
    }
    div#form_dk{
        padding: 4rem 2rem 3rem;
    }
    div#form_dk h3.heading_h2 {
        font-size: 2rem;
    }

    div#form_dk .content {
        margin-bottom: 10px;
    }
    .wrap_post_top .item_post:nth-child(1) .box_content {
        order: -1;
        margin-top: 0;
    }

    .wrap_post_top .item_post:nth-child(1) {
        width: 50%;
    }

    .wrap_post_top .item_post:nth-child(2) {
        width: 50%;
    }

    .wrap_post_top .item_post {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .wrap_post_top {
        flex-wrap: wrap;
    }

    .wrap_post_top .item_post .box_content {
        margin-bottom: 20px !important;
    }

    .news_page {
        padding-top: 7rem;
        padding-bottom: 3rem;
    }

    .item_post{
        padding: 10px;
    }
    .item_post .box_content{
        padding: 0;
    }
    .item_post .box_img {
        border-radius: 10px;
    }
    .item_post:before {
        display: none;
    }
    .grid-container > [class*=grid]{
        padding: 0 !important;
    }
    .item_post .box_content .content{
        height: 60px;
        margin-bottom: 1rem;
    }
    .item_post .box_content h3{
        font-size: 1.25rem;
        height: 48px;
    }
    .wrap_post + .wrap_post_top>* {
        width: 50% !important;
        padding: 0.9375rem;
        margin-bottom: 1.875rem;
    }


    .wrap_post + .wrap_post_top {
        margin-bottom: 0;
    }


    .wrap_post+.wrap_post_top .item_post a:before, .wrap_post+.wrap_post_top .item_post a:after {
        content: '';
        background: linear-gradient(0deg, #ffffff 0%, rgba(223, 180, 111, 0) 82.99%);
        width: 0.0625rem;
        height: 120%;
        bottom: 0;
        left: 0;
        position: absolute;
        opacity: .2 !important;
    }

    .wrap_post .item_post a:before, .wrap_post .item_post a:after {
        opacity: .2 !important;
    }

    .wrap_post+.wrap_post_top .item_post a:after {
        left: unset;
        right: 0;
    }

    .single-post section:not(.contact_sec_1) .heading_h2 {
        font-size: 25px;
    }
    .post_details .wrap {
        margin-top: 20px;
    }
    .term{
        font-size: 1.25rem;
    }
    .post_details{
        padding: 2rem 0 2.5rem;
    }
    section.post_related{
        padding: 2rem 0 1.5rem;
    }
    [class*="thuvien_sec"]{
        padding: 50px 0 40px !important;
    }
    .about_sec2{
        padding: 50px 0 80px !important;
    }
    .about_sec2 .content_right .info span{
        font-size: 40px;
    }
    .style_popup_mb .inner {
        flex-wrap: wrap;
    }
    .style_popup_mb .inner>* {
        width: 100%;
    }
    body.page-template-utilities .fancybox-button{
        right: 0;
    }
    .banner_post .text_center {
        width: 90%;
        top: 50%;
    }

    .banner_post h2 {
        font-size: 2.0625rem;
    }

    .banner_post .wrap_img img {
        background-size: cover;
        background-position: top center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .banner_post .wrap_img {
        position: relative;
        padding-bottom: 70%;
        display: block;
    }
    .project_details_sec_3 {
        overflow: hidden;
        background: black;
    }

    .project_details_sec_3.home_sec4 .wrap_content {
        padding-bottom: 20px;
    }

    .project_details_sec_3.home_sec4 .wrap_content .heading_h2 {
        font-size: 20px;
    }

    .project_details_sec_3 .wrap_content .content {
        font-size: 12px;
    }

    ul.list_location li .box_content {
        display: none;
    }

    .style_popup_mb .inner {
        flex-wrap: wrap;
    }

    .style_popup_mb .inner>* {
        width: 100%;
    }

    .project_details_sec_3 .bg {
        opacity: .7;
    }

    .project_details_sec_3 .wrap_content .content {
        max-width: 70%;
        margin-left: auto;
    }
    .wrap_mat_bang {
        position: relative;
        padding-bottom: 45%;
    }

    ul.list_location li span {
        width: .5rem;
        height: .5rem;
    }

    ul.list_location li span:before {
        width: .8rem;
        height: .8rem;
    }

    .project_details_sec_3 {
        background: #003d44;
        padding-bottom: 0;
    }

    .project_details_sec_3 .bg {
        opacity: 1;
    }

    .project_details_sec_3 .grid-container {
        min-height: unset;
    }

    .project_details_sec_3.home_sec4 .wrap_content {
        margin: 40px 0;
        padding: 0;
        text-align: center;
    }

    .project_details_sec_3 .wrap_content .content {
        max-width: 100%;
    }

    .style_popup_mb .inner {
        display: block;
    }

    .project_details_sec_3 .wrap_content {
        max-width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .project_details_sec_3 .wrap_content .content {
        padding-right: 0;
    }

    .project_details_sec_3 .wrap_content {
        margin-top: 0;
    }

    .project_sec_2 {
        padding-bottom: 50px;
    }
    .project_details_sec_3 .wrap_content {
        padding-bottom: 30px;
    }
    .project_details_sec_3 .wrap_content {
        padding-bottom: 30px;
    }

    .project_details_sec_3 .box_img {
        margin: 30px -20px 0;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
    }
    .project_details_sec_3 .wrap_content {
        padding-bottom: 0;
    }
    section.contact_sec_1.footer_page {
        padding-bottom: 0px !important;
    }
    .style_popup_mb{
        max-width: 100%;
    }
    .style_popup_mb .inner {
        flex-wrap: wrap;
    }

    .style_popup_mb .inner>* {
        width: 100%;
    }
    .wrap_mat_bang .wrap_image_hover{
        display: none !important;
    }
    .project_details_sec_3.home_sec4 .wrap_content{
        margin: 0;
    }
    .project_details_sec_3.home_sec4{
        background-image: unset !important;
    }
    ul.list_location{
        padding: 20px 15px;
    }
    ul.list_location li{
        position: relative !important;
        top: unset !important;
        left: unset !important;
        bottom: unset !important;
        right: unset !important;

    }
    ul.list_location li span{
        position: relative !important;
        top: unset !important;
        left: unset !important;
        bottom: unset !important;
        right: unset !important;
        transform: unset !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.3125rem;
        height: 1.3125rem;
        background-image: linear-gradient(to right, #cda54a 0%, #cda54a 1%, #d0b368 100%);
        line-height: 1.3125rem;
        border-radius: 50%;
        color: #fff7d9;
        font-size: 0.625rem;
        font-weight: 700;
        text-align: center;
    }
    ul.list_location li .box_content{
        display: block;
        position: relative !important;
        top: unset !important;
        left: unset !important;
        bottom: unset !important;
        right: unset !important;
        transform: unset !important;
        opacity: 1;
        background: unset;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: auto;
        height: auto;
    }
    ul.list_location li .box_content h3{
        font-size: 12px;
        font-weight: 600;
        line-height: 21px;
        color: #f7f0d7;
        width: auto;
        height: auto;
        background: unset;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
    }
    ul.list_location li .box_content:before,
    ul.list_location li span:before{
        display: none ;
    }
    ul.list_location li  > a{
        display: flex;
        align-items: center;
        gap: 0.625rem;
        text-decoration: unset !important;
    }
    ul.list_location li+li{
        margin-top: 0.625rem;
    }
    .img-mobile{
        display: flex !important;
    }
    .wrap_mat_bang{
        padding: 0 !important;
        background-image: linear-gradient(to right, rgb(9 103 69) 0%, rgb(8 91 61) 20%, rgb(0 52 34) 100%);
        background: #808183;
    }
    .nk-tabs-container{
        background: rgb(9 103 69);
    }
    .nk-tabs-container .nk-tabs-title{
        position: relative;
        justify-content: flex-start;
    }
    .nk-tabs-container .nk-tabs-title{
        padding: 10px;
    }
    .nk-tabs-container .title{
        display: block !important;
        padding: 30px 10px 0;
        font-size: 25px;
        line-height: 1.4;
        font-weight: 700;
        color: #FFF;
    }
    .show-mobile{
        display: block !important;
    }
    .hide-mobile{
        display: none !important;
    }
    body.page-template-home #fullpage > section.home_sec1 .bg_abs,
    body.page-template-home #fullpage > section.home_sec1 .bg_abs img{
        height: 100% !important;
    }
    body.page-template-home #fullpage > .home_sec6 .fp-tableCell,
    body.page-template-home #fullpage > .home_sec2 .fp-tableCell,
    body.page-template-home #fullpage > section.home_sec1 .item-slider-banner{
        height: calc(100vh - 66px) !important;
    }
    .utility_sec2.is-mobile{
        background: #808183;
    }
}
@media only screen and (min-width: 768px){
    .floor_content{
        display: none !important;
    }
}