:root{
    --main-cl: #0c3930;
    --sub-cl: #F27325;
    --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;
}
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;
    font-family: 'SVN-Gotham';
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.6;
}
@media (min-width: 1200px) {
    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: 33.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: 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: .5s;
}
#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
}
@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: #0c3930;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 80px;
    height: 80px;
    background-color: var(--main-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;
}
.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;
}
.content_banner {
    position: absolute;
    bottom: 0;
    z-index: 9;
    bottom: 5rem;
    right: 6rem;
}

.item_banner img,
.item_banner video{
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}

.content_banner h2 {
    color: #fff;
    font-family: 'Beautique Display Bold';
    font-family: 'Beautique Display Black';
    font-weight: normal;
    font-size: 5rem;
    margin: 0 0 1rem;
    line-height: 1;
}

.content_banner h2 b {
    font-family: 'Beautique Display Cond Medium It';
    font-size: 3.5rem;
}

b, strong {
    font-weight: normal;
    font-family: 'SVN-GothamBold';
}

a.button_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(76 86 75 / 50%);
    border-radius: .6rem;
    align-items: center;
    line-height: 1;
    font-family: 'SVN-Gotham Book';
    text-transform: uppercase;
    color: #9fc246;
    padding: .6rem 2.4rem;
    transition: .5s all;
}

a.button_link:hover {
    background: #9fc246;
    color: #fff;
}

.item_banner:before,.item_banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12rem;
    z-index: 2;
    background-image: linear-gradient(180deg, rgba(10,56,47,0) 3%, rgba(11,57,48,0.9999999999999999) 64%);
}

.item_banner:before {
    top: -3px;
    bottom: unset;
    transform: rotate(180deg);
}

section.home_sec_2 {
    background-image: linear-gradient(180deg, #00594a 0%, #0a382f 96%);
    padding-bottom: 2rem;
    padding-top: 3rem;
    position: relative;
}

section.home_sec_2:before {
    width: 100%;
    height: 25rem;
    background-image: linear-gradient(0deg, rgba(10,56,47,0) 3%, rgba(11,57,48,0.9999999999999999) 75%);
    content: '';
    position: absolute;
    top: 0;
}

section.home_sec_2 .row {
    position: relative;
    z-index: 2;
}

.heading_title {
    color: #dab75f;
    font-size: 3.75rem;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: 'SVN-GothamBold';
    width: auto;
    position: relative;
}

.heading_title b {
    color: #ffffff;
    font-size: 2.8125rem;
    font-family: 'Beautique Display Bold';
    margin-bottom: -1rem;
}

h1.heading_title span {
    font-size: 2.1875rem;
    display: inline-block;
    font-family: 'Beautique Display Bold';
}

h1.heading_title br {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 69rem;
}

.home_sec_2_slider {
    margin-top: 1rem;
    padding: 2rem 0px;
    max-width: 44rem;
}

.home_sec_2_slider .item {
    padding-bottom: 100%;
    position: relative;
    transform: scale(.9);
    transition: .5s all;
    cursor: pointer;
}

.home_sec_2_slider .item img {
    border-radius: 50%;
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}
.home_sec_2_slider .swiper-slide-active .item {
    transform: scale(1.1);
}

.col, .columns, .gallery-item {
    padding: 0 .57rem;
}

section.home_sec_3 .row {
    height: calc(100vh - 3rem);
    align-items: center;
    position: relative;
    z-index: 9;
}

section.home_sec_3 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.heading_style {
    font-family: 'Beautique Display Cond Medium It';
    color: #fff;
    font-size: 4rem;
    color: #f7daab;
    margin-bottom: 1rem;
}

.heading_style b {
    font-family: 'Beautique Display Cond Medium It';
    font-size: 4rem;
}

.heading_style b {
    color: #fff;
}

section.home_sec_3:before,section.home_sec_3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12rem;
    z-index: 2;
    background-image: linear-gradient(0deg, rgba(10,56,47,0) 21%, rgba(11,57,48,0.9999999999999999) 93%);
}

section.home_sec_3:after {
    top: unset;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(10,56,47,0) 3%, rgba(11,57,48,0.9999999999999999) 66%);
    height: 11rem;
}
.nen {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.home_sec_4_content {
    position: absolute;
    top: 50%;
    z-index: 9;
    right: 6rem;
    transform: translateY(-50%);
}

section.home_sec_4 {
    position: relative;
}

section.home_sec_4>img {
    width: 100%;
    height: auto;
    display: block;
}

.home_sec_4_content h2 {
    color: #fff;
    margin: 0;
    font-weight: normal;
    font-family: 'SVN-Gotham';
}

.home_sec_4_content h2 b {
    display: block;
    color: #ecca86;
    font-family: 'SVN-Gotham Book';
    font-family: 'SVN-Gotham';
}

section.home_sec_4:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(10,56,47,0) 0%, rgba(0,89,74,0.9999999999999999) 66%);
    width: 50rem;
}

.home_sec_4_content h2 + h2 {
    margin-top: 1.8rem;
}

.home_sec_4_content h2:first-child {
    margin-left: -6rem;
}

.home_sec_4_content h2:first-child b {
    margin-left: 5rem;
    width: max-content;
}

section.home_sec_5 {
    position: relative;
    background-image: linear-gradient(180deg, #00594a 0%, #015748 52%);
    padding: 6rem 0;
}

.slider_project {
    margin: 3rem -4rem 0;
}

.item_project {
    position: relative;
    cursor: pointer;
    background: #f4f7dc;
    font-size: .8rem;
    color: #6d6e71;
    font-family: 'SVN-Gotham Book';
    text-align: justify;
}

.item_project .box_img {padding-bottom: 74.25%;position: relative;overflow: hidden;}

.item_project .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
}

.item_project:hover .box_img img {
    transform: scale(1.15);
}

.item_project .box_content {
    padding: 1.5rem;
}

.item_project h3 {
    font-family: 'Beautique Display Black';
    font-size: 1.5rem;
    color: #dab75f;
    margin-bottom: 0;
    line-height: 1.1;
}

.item_project span {
    color: #dab75f;
    font-size: .8rem;
}

.item_project .content {
    margin-top: 1rem;
}

.button_box {
    height: 2.3rem;
    display: inline-flex;
    align-items: center;
    background-color: #082722;
    color: #fff;
    margin-top: 1rem;
    padding: 0 1.5rem;
    font-size: .75rem;
    font-family: 'SVN-GothamBold';
    transition: .5s all;
}

a.button_box svg {
    width: 1rem;
    height: auto;
    margin-left: 1rem;
}

.button_box:hover {
    background: #054a3e;
    color: #fff;
}

.slider_project .swiper-slide {
    transform: scale(.7);
    transition: .5s all;
}

.slider_project .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.wrap_slider {
    position: relative;
}

.arrow_slider {
    position: absolute;
    top: 50%;
    left: -6rem;
    background: rgb(255 255 255 / 20%);
    z-index: 9;
    width: 2.7rem;
    height: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: .3s all;
}

.arrow_slider svg {
    max-height: 54%;
    width: auto;
    height: auto;
    fill: #fff;
}

.arrow_slider svg path {
    stroke: #fff;
}

.arrow_slider.next {
    right: -6rem;
    left: unset;
}

section.home_sec_6 {
    background-image: linear-gradient(180deg, #00594a 0%, #0a382f 52%);
    font-size: 1rem;
    padding-bottom: 3rem;
    padding-top: 6rem;
}

section.home_sec_6 .row {
    max-width: 63rem;
}

.home_sec_6 .wrap_slider {
    margin-top: 4rem;
}

.slider_partner .item_project .box_img {
    padding-bottom: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_partner .item_project .box_img img {
    max-width: 60%;
    max-height: 80%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider_partner .item_project {margin: 0 .5rem;border-radius: .5rem;overflow: clip;}
.home_sec_5 {
    font-size: .9rem;
}

.home_sec_5 .row {
    max-width: 53rem !important;
}
.footer_top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 4rem 0;
    border-bottom: .4rem  solid #dab75f;
    padding-top: 8rem;
    display: flex;
    align-items: flex-end;
}

.footer_top .row {
    position: relative;
    z-index: 9;
}

.footer_top:before,.footer_top:after {
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(10,56,47,0) 7%, rgba(11,57,48,0.999999999999999) 75%);
    height: 50%;
    width: 100%;
    content: '';
    position: absolute;
    top: -1px;
    opacity: .9;
}

.footer_top:after {
    top: unset;
    bottom: 0;
}

.footer_top:before {
    opacity: 1;
    transform: rotate(180deg);
}

.footer_top h2.heading_style {
    font-size: 3.2rem;
}

.footer_top .content {
    font-size: .8rem;
    font-family: 'Beautique Display Bold';
    font-style: italic;
}

footer#footer {
    background-image: linear-gradient(0deg, #00594a 0%, #0a382f 96%);
    padding: 4rem 0;
}
.wrap_form input,.wrap_form textarea {
    font-size: .6rem;
    height: 2.5rem;
    border-radius: 100px;
    color: #6d6e71;
    box-shadow: none;
    padding: 0 1.5rem;
    margin: 0;
    color: #6d6e71;
}

.wrap_form {
    border-radius: 2.5rem;
    background-color: rgb(255 255 255 / 30%);
    padding: 2.5rem 3rem;
}

.wrap_form input::placeholder {
    color: #6d6e71;
}

.box_col+.box_col {
    margin-top: .5rem;
}

.wrap_form textarea {
    border-radius: 1.2rem;
    padding-top: .5em;
    height: 5.5rem;
    min-height: unset;
}

.wrap_form input.wpcf7-form-control.wpcf7-submit {
    background-color: #9fc246;
    height: 2.5rem;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-family: 'SVN-Gotham Book';
}

span.wpcf7-spinner {
    position: absolute;
}

img.logo_footer {
    width: 13rem;
    display: block;
}

ul.socials_footer {
    border-top: 1px solid #dab75f;
    list-style: none;
    margin: 0;
    display: flex;
    width: 13rem;
    justify-content: space-between;
    margin-top: 1.7rem;
    padding-top: 1.5rem;
}

ul.socials_footer svg {
    fill: #fff;
    max-width: 2.2rem;
    display: block;
    transform: scale(1);
    transition: .4s all;
}

ul.socials_footer a {}

h3.title_footer {
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'SVN-GothamBold';
    display: block;
    margin-bottom: .4rem;
}

ul.gallery_footer {
    list-style: none;
    margin: 1.5rem -0.4rem 0;
    display: flex;
}

.footer_3 .content {
    font-size: .8rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #fff;
}

ul.gallery_footer li {
    width: calc(calc(100% / 3) - .8rem);
    margin: 0 .4rem .8rem;
}

section.footer_bottom {
    background: #0b392f;
    padding: 1.2rem 0;
}

.footer_bottom_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    color: #dab65e;
    font-family: 'SVN-Gotham Book';
}

.footer_bottom_wrap ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.footer_bottom_wrap ul li {
    margin: 0;
}

.footer_bottom_wrap ul {
    list-style: none;
    margin: 0;
}

.footer_bottom_wrap ul li a {
    color: #fff;
    font-size: .8rem;
    transition: .3s all;
}
.footer_bottom_wrap ul li a:hover{
    color: #9fc246;
}
.footer_bottom_wrap ul li + li {
    margin-left: 1.6rem;
}

.home .footer_top {height: calc(100vh - 3rem);background-attachment: fixed;}

.footer_top .nen {
    opacity: .2;
}
.col.large-6.medium-6.footer_2 .content {
    font-size: .8rem;
}

.col.large-6.medium-6.footer_2 .content span strong {
    font-size: 1rem;
}

.col.large-6.medium-6.footer_2 .content hr {
    opacity: 1;
    color: #fff;
    width: 60%;
}

.col.large-6.medium-6.footer_2 .content p {
    margin-bottom: .7rem;
}
.about_page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(0deg, rgba(10,56,47,0) 7%, rgba(11,57,48,0.9999999999999999) 70%);
}

.about_page .inner_content {
    background-image: linear-gradient(180deg, rgb(0 89 74 / 90%) 5%, rgb(10 56 47 / 90%) 52%);
    padding: 6rem  4rem;
    font-size: 1.2rem;
    text-align: justify;
}

.about_page .inner_content blockquote {
    border: none;
    padding: 0;
    color: #fff;
    font-family: 'SVN-Gotham Book';
    font-size: 1.25rem;
    position: relative;
}
.about_page .inner_content .content.top {
    margin-bottom: 15rem;
    position: relative;
}

section.about_page {
    background-size: cover;
    background-repeat: no-repeat;
}

section.about_page:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(10,56,47,0) 3%, rgba(8,39,34,0.9999999999999999) 66%);
    height: 100vh;
}

.about_page .content.bottom {
    margin-bottom: 13rem;
    position: relative;
}

.about_page .wrap_slider {
    margin: 0 3rem;
}
.society_sec_1 .row, .society_sec_2 .row {
    height: 100vh;
    align-items: center;
    max-width: 100%;
}

.society_sec_1,.society_sec_2 {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.society_sec_1_content {
    background-image: radial-gradient(circle at center, rgba(11,57,48,0.9999999999999999) 9%, rgba(10,56,47,0) 87%);
    max-width: 62.9rem;
    margin-left: auto;
    padding: 6rem calc(calc(100vw - 78rem)/2) 6rem 8rem;
}

.society_sec_2_content {
    padding: 8rem  8rem 8rem calc(calc(100vw - 78rem)/2);
    max-width: 57rem;
}

.society_sec_2 {
}

section.society_sec_3 {
    background-image: linear-gradient(-1deg, #00594a 0%, #0a382f 52%);
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.society_sec_3 .row {
    max-width: 78rem;
}

.item_gal {
    width: 100%;
    margin: 0 .5rem;
    height: 26rem;
    position: relative;
    cursor: pointer;
    background: #000;
    border: 1px solid #dab75f;
    transition: .5s all;
}

.item_gal>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
    opacity: .5;
}

.wrap_gallery {
    margin: 3rem -0.5rem 0;
}

.item_gal h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    margin: 0;
    color: #fff;
    z-index: 9;
    font-size: 1.2rem;
    padding: 1rem;
    font-family: 'SVN-GothamBold';
}

.item_gal:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 6.4rem;
    background-image: linear-gradient(180deg, rgba(10,56,47,0) 3%, rgba(40,70,64,0.9999999999999999) 66%);
    width: 100%;
    z-index: 2;
    opacity: .9;
}

.item_gal:hover {
    width: 200%;
}
html > body > #main-menu~.widget-visible{
    z-index: 9999 !important;
}
.society_sec_2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0, #0b3930, #0b3930c9, transparent);
    height: 8rem;
}

.society_sec_2:before {
    top: 0;
    transform: rotate(180deg);
}
.slider_partner_page .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: unset;
}
section.partner_page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.partner_page_inner {
    background-image: linear-gradient(180deg, rgb(0 89 74 / 90%) 2%, rgb(10 56 47 / 90%) 84%);
    font-size: 1rem;
    padding: 3.5rem 3rem 2rem;
}

.item_partner {
    margin: 0 .5rem 1rem;
    background: #f4f7dc;
    border-radius: .6rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s all;
}

.item_partner img {
    max-height: 80%;
    max-width: 60%;
    width: auto;
    height: auto;
    transform: scale(1);
    transition: .5s all;
}

.item_partner .box_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    position: unset;
    display: flex;
    justify-content: center;
    width: auto !important;
}

.swiper-pagination span {
    opacity: 1;
    width: .7rem !important;
    height: .7rem !important;
    background-color: #ffffff;
    border-radius: 100px;
    display: inline-block;
    transform: scale(1) !important;
    margin: 0 !important;
    opacity: .2;
    margin: 0 .2rem !important;
}
.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #dab75f;
    opacity: 1;
}
.partner_page .nav_bottom .arrow_slider {
    position: unset;
    transform: unset;
}

.partner_page .nav_bottom {
    display: flex;
    justify-content: space-between;
    max-width: 40%;
    align-items: center;
    margin-top: 2rem;
    margin: 2rem auto;
}
.swiper.slider_partner_page {
    margin: 6rem -.5rem 0;
}

section.partner_page:before {
    background-image: linear-gradient(0deg, rgba(10,56,47,0) 7%, rgba(11,57,48,0.9999999999999999) 70%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.slider_post_page .swiper-wrapper {
    flex-direction: unset;
}

section.category_page.partner_page {
    background-image: linear-gradient(180deg, #00594a 33%, #0a382f 96%);
    padding: 4rem 0 3rem;
}
section.news_page {
    background-image: linear-gradient(180deg, #00594a 33%, #0a382f 96%);
    padding: 4rem 0;
}

.item_term {
    display: flex;
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 2.6rem 0;
}

.item_term>* {width: 50%;flex: 0 0 auto;}

.item_term>.box_img {
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    height: 25rem;
    border: 1px solid #dab75f;
}

.item_term>.box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
}

.item_term>.box_img:before {content: '';position: absolute;height: 13rem;width: 100%;z-index: 2;bottom: 0;background: linear-gradient(1deg, #006857, transparent);}

.item_term>.box_img b {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 9;
    font-family: 'Beautique Display Black';
    width: 25rem;
    max-width: 100%;
    font-size: 2rem;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.item_term .box_content {
    padding-left: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.item_term .box_content h2 {
    font-family: 'Beautique Display Black';
    color: #fff;
}

.item_term .box_content .content {
    font-family: 'Beautique Display Bold';
    font-size: 1rem;
    font-style: italic;
    line-height: 1.8;
}

.wrap_post {
    display: flex;
    margin: 0 -.8rem;
    min-width: 100%;
}

.wrap_post .box_img {
    border-radius: 1rem;
    width: 100%;
    height: 8rem;
    overflow: hidden;
    border: 1px solid #dab75f;
    position: relative;
}

.wrap_post .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_post {
    width: calc(calc(100% / 3) - 1.6rem);
    margin: 0 .8rem;
    position: relative;
}

.item_post h3 {
    margin: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    font-family: 'Beautique Display Bold';
    font-size: .7rem;
    font-style: italic;
    padding: .5rem;
    z-index: 2;
    max-width: 100%;
    line-height: 1.3;
    right: 0;
    text-align: left;
    left: 0;
}

.wrap_post .box_img:before {
    content: '';
    position: absolute;
    height: 5rem;
    width: 100%;
    z-index: 2;
    bottom: 0;
    background: linear-gradient(1deg, #006857, transparent);
}

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

section.news_page .row {
    max-width: 85rem;
}

.wrap_post .box_img:hover img {
    transform: scale(1.1);
}

.item_post:hover .box_img img {
    transform: scale(1.1);
}

.item_term:hover>.box_img img {
    transform: scale(1.1);
}
section.category_page.partner_page {
    background-image: linear-gradient(180deg, #00594a 33%, #0a382f 96%);
}

section.category_page.partner_page:before {
    display: none;
}

.slider_post_page .swiper-slide {
    padding: 1.2rem;
}

.slider_post_page {
    margin: 0 -1.2rem;
}

.post_item .box_img {
    padding-bottom: 56.25%;
    position: relative;
    border: 1px solid #dab75f;
    border-radius: 1.2rem;
    overflow: hidden;
}

.post_item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.post_item .box_img h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #fff;
    font-family: 'Beautique Display Black';
    font-style: italic;
    line-height: 1.3;
    padding: 1.3rem;
    font-size: 1.4rem;
    z-index: 2;
}

section.category_page.partner_page .row {
    max-width: 78rem !important;
}

.post_item .box_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7.5rem;
    bottom: 0;
    background: linear-gradient(
            1deg, #008b6d, transparent);
    z-index: 2;
}

.post_item .content {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Beautique Display Bold';
    font-style: italic;
    line-height: 1.4;
    margin-top: .6rem;
}

.post_item:hover .box_img img {
    transform: scale(1.1);
}
section.single_page {
}

section.single_page .row {
    max-width: 61rem;
}

section.single_page {
    padding: 5rem 0;
}

.single_page h1.heading_style {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.date_post.text-center {
    font-family: 'Beautique Display Cond Medium It';
    font-size: .9rem;
}

section.single_page .content {
    margin-top: 2rem;
    font-size: 1rem;
}

.content .section {
    padding: 0;
}

img.size-full.alignnone {
    margin: 0;
}


section.single_page .content h1,section.single_page .content h2,section.single_page .content h3,section.single_page .content h4 {
    font-family: 'Beautique Display Cond Medium It';
    color: #fff;
}

.single-post main#main {
    background: linear-gradient(180deg, #00594a 0%, #0a382f 52%);
}

section.single_page_sec_2 h2.hading_style {
    font-size: 1.7rem !important;
}

.single_page_sec_2 h2.heading_style {
    font-size: 1.9rem;
    font-style: italic;
    font-family: 'Beautique Display Bold';
}

section.single_page_sec_2 .row {
    max-width: 61rem;
}

.post_item_related .box_img {
    padding-bottom: 56.25%;
    position: relative;
}

.post_item_related .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_item_related  h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    z-index: 9;
    font-size: 1.3rem;
    padding: 1rem;
    font-family: 'SVN-GothamBold';
}

.post_item_related {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid #dab75f;
    margin: 0 1rem;
}

.single_page_sec_2 .wrap_slider {
    margin: 0 -1rem;
}

.post_item_related .box_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7.5rem;
    bottom: 0;
    background: linear-gradient(
            1deg, #008b6d, transparent);
    z-index: 2;
}
.pj2_sec_1 .row {
    height: 100vh;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.pj2_sec_1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20rem;
    background-image: linear-gradient(180deg, rgba(10,56,47,0) 1%, rgba(11,57,48,0.9999999999999999) 87%);
    bottom: 0;
    left: 0;
    z-index: 2;
}

.pj2_sec_1 {
    position: relative;
}

.pj2_sec_1 {
    padding-bottom: 1rem;
}

.title_project {
    font-family: 'Beautique Display Black';
    color: #fff;
    font-size: 5rem;
    line-height: 1;
}

.title_project span {}

.title_project span {
    display: block;
    font-family: 'Beautique Display Cond Medium It';
    font-size: 3.2rem;
}

.wrap_info_project {
    margin: 0 -.5rem;
    display: flex;
    flex-wrap: wrap;
    font-family: 'SVN-GothamBold';
    max-width: 43rem;
}

.wrap_info_project .item {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 .5rem 1rem;
}

.wrap_info_project .title {
    font-size: 1rem;
    font-family: 'SVN-GothamBold' !important;
}

.wrap_info_project .content {
    color: #dab75f;
    font-size: 1.2rem;
}

section.pj2_sec_2 {
    background-image: linear-gradient(180deg, #00594a 25%, #0a382f 56%);
    position: relative;
    padding-top: 2rem;
}

section.pj2_sec_2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20rem;
    background-image: linear-gradient(180deg, rgba(10, 56, 47, 0) 1%, rgba(11, 57, 48, 0.9999999999999999) 87%);
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotate(180deg);
}

section.pj2_sec_2 .row {
    max-width: 62rem;
    position: relative;
    z-index: 3;
}

section.pj2_sec_2 h2.title {
    color: #fff;
    font-family: 'Beautique Display Black';
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

section.pj2_sec_2 .content {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.slider_gal_project .box_img {
    padding-bottom: 115%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: .25rem solid #ffe1b0;
}

.slider_gal_project .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.slider_gal_project .swiper-slide {
    padding: 2rem 1rem;
    transform: translateY(0);
    transition: 1s all;
}

.swiper.slider_gal_project {
    margin: 0 -1rem;
    padding-bottom: 2rem;
}

.slider_gal_project .item {
    transform: skewY(-7deg);
    cursor: pointer;
}

.slider_gal_project .swiper-slide.swiper-slide-active {
    transform: translateY(3rem);
}

.slider_gal_project .box_img:hover img {
    transform: scale(1.1);
}
section.pj1_sec_1 {
    background-image: linear-gradient(181deg, #00594a 1%, #0a382f 52%);
}


section.pj1_sec_1 {
    position: relative;
    padding: 4rem 0 0;
}

section.pj1_sec_1 .row {
    position: absolute;
    z-index: 15;
    align-items: center;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 83vw;
    top: 0;
}

section.pj1_sec_1:before {
    width: 57vw;
    content: '';
    height: 100%;
    background-image: linear-gradient(270deg, rgba(0,89,74,0) 15%, rgba(0,89,74,0.9999999999999999) 55%);
    z-index: 9;
    position: absolute;
    top: 0;
}

.pj1_sec_1 .wrap_info_project .item {
    width: calc(calc(100% / 2) - 1rem);
    margin: 0 .5rem 1rem;
}

.pj1_sec_1 .wrap_info_project {
    max-width: 32rem;
    margin-bottom: 1rem;
}

section.pj1_sec_1:after {
    content: '';
    background-image: linear-gradient(180deg, rgba(10,56,47,0) 1%, rgba(11,57,48,0.9999999999999999) 87%);
    height: 20rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
}

section.pj1_sec_2 {
    background-image: linear-gradient(179deg, #00594a 0%, #0a382f 52%);
    position: relative;
    padding-top: 3rem;
}

section.pj1_sec_2:before {
    content: '';
    background-image: linear-gradient(180deg, rgba(10,56,47,0) 1%, rgba(11,57,48,0.9999999999999999) 87%);
    height: 20rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.pj1_sec_2  h2.heading_style {
    color: #fff;
    font-family: 'Beautique Display Black';
    font-size: 4rem;
}

.pj1_sec_2 .row {
    max-width: 63rem;
}

.pj1_sec_2 h3.title_bottom {
    color: #fff;
    font-family: 'SVN-GothamBold' !important;
}

.pj1_sec_2 .content {
    margin-bottom: 3rem;
}

.pj1_sec_2_wrap {
    display: flex;
    margin: 0 -0.5rem;
}

.pj1_sec_2_wrap .item {
    flex-wrap: wrap;
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 0.5rem 1rem;
    background: #4b804c;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 2rem 2rem;
}

.pj1_sec_2_wrap .item:nth-child(3n + 2) {
    background: #a0d3a6;
}

.pj1_sec_2_wrap .item:nth-child(3n + 3) {
    background: #027359;
}

.pj1_sec_2_wrap .item>b {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 1rem;
}

.pj1_sec_2_wrap .item .icon {
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pj1_sec_2_wrap .item .icon img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.pj1_sec_3_wrap {
    margin-top: 6rem;
    display: flex;
    margin: 6rem -.7rem 0;
}

.pj1_sec_3_wrap .box_img {
    height: 33rem;
    opacity: 1;
    transition: .5s all;
    border: 1px solid #ffe1b0;
    background: #000;
    margin: 0 .7rem;
}

.pj1_sec_3_wrap .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pj1_sec_3_wrap h3 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1.5rem;
    font-size: 1.3rem;
}

.pj1_sec_3_wrap .item {
    position: relative;
    width: 100%;
    transition: .7s all;
    cursor: pointer;
}

.pj1_sec_3_wrap .item:hover .box_img img {
    opacity: 1;
}

.pj1_sec_3_wrap .item:hover {
    width: 50%;
    flex: 0 0 auto;
}

.pj1_sec_3_wrap .box_img img {
    opacity: .8;
}
section.contact_page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 4rem 0;
}

.contact_page:before,.contact_page:after {
    content: '';
    background-image: linear-gradient(0deg, rgba(10,56,47,0) 0%, rgba(11,57,48,0.9999999999999999) 63%);
    height: 20rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.contact_page:after {
    top: unset;
    bottom: 0;
    transform: rotate(180deg);
}

.contact_page .row {
    position: relative;
    z-index: 9;
}

.contact_page_wrap {
    display: flex;
    align-items: center;
    color: #fff;
}

.contact_page_wrap .box_content {
    width: 46rem;
    flex: 0 0 auto;
    color: #fff;
}

.contact_page_wrap blockquote {border: none;padding: 0;color: #fff;text-align: center;font-size: 1.1rem;font-family: 'Beautique Display Bold';}

.contact_page_wrap h1 {
    color: #ffe1b0;
    font-size: 3rem;
    margin-bottom: .6rem;
    font-family: 'Beautique Display Bold';
    font-style: italic;
}

.contact_page_wrap h2,.contact_page_wrap h3,.contact_page_wrap h4 {
    color: #fff;
    font-size: 1.9rem;
    font-family: 'SVN-GothamBold';
}

.contact_page_wrap .box_content {
    font-family: 'SVN-Gotham Book';
    font-size: 1.2rem;
    margin-right: 2rem;
}

.contact_page_wrap .box_content p {
    margin-bottom: .5rem;
}

b.thank_you {
    text-align: center;
    display: block;
    margin-top: 6rem;
    font-family: 'Beautique Display Bold';
    font-style: italic;
    color: #ffe1b0;
    font-size: 3rem;
}

.box_form_contact {
    background: rgb(255 255 255 / 20%);
    border-radius: 2.5rem;
    padding: 1.5rem;
}

.box_form_contact .wrap_form .top {
    background: rgb(255 255 255 / 20%);
    padding: 1.5rem;
    border-radius: 2.5rem;
}

.box_form_contact > img {
    max-width: 70%;
    margin: 0 auto 1rem;
    display: block;
}

.box_form_contact .wrap_form {
    padding: 0 .8rem !important;
    background: transparent;
}

.box_form_contact .wrap_form input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    display: block;
    margin: auto;
    border-radius: .9rem;
    margin-top: 2rem;
    font-size: .8rem;
    height: 2.2rem;
    min-width: 10rem;
}

.box_form_contact ul.socials_footer {
    width: 100%;
    max-width: unset;
    justify-content: center;
    border: none;
    padding-top: 0;
    margin-top: 1rem;
}

.box_form_contact ul.socials_footer li {
    margin: 0 .3rem;
}

.box_form_contact .wrap_form .top .box_col:last-child {
    border-bottom: 2px solid #fff;
    padding-bottom: 1.5rem;
    margin-bottom: .5rem;
}

.page-template-contact  section.footer_top {
    display: none;
}

.page-template-contact footer#footer {
    display: none;
}
.contact_page .nen {
    opacity: .1;
}
.header-bg-color {
    background: #0c3930;
}

.header-main {
    height: auto !important;
}

#logo img {
    max-height: unset !important;
}

#logo {
    width: auto !important;
    margin: 0 !important;
}

body .stuck #logo img {
    max-height: unset !important;
}

body .header.show-on-scroll,body  .stuck .header-main {
    height: auto !important;
}

.top-divider {
    display: none;
}

.header-nav li a {
    padding: 0 !important;
    line-height: 4rem !important;
    color: #fff;
    font-size: .8rem;
    transition: .3s all;
    font-weight: normal;
    font-family: 'SVN-Gotham Book';
}

ul.menu_language {
    list-style: none;
    margin: 0;
    display: flex;
    font-size: .8rem;
    align-items: center;
}

#logo img {
    height: 2.8rem;
    width: auto;
    display: block;
}

ul.menu_language {}

ul.menu_language li {
    margin: 0;
}

.header-nav li {
    margin: 0;
}

.header-nav li + li {
    margin-left: 1.4rem;
}

.header-nav li.current-menu-item a,.header-nav li a:hover {
    color: #9fc246 !important;
}

ul.menu_language li {
    display: flex;
    margin: 0 !important;
    font-family: 'SVN-Gotham Book';
    align-items: center;
    color: #9fc246 !important;
}

ul.menu_language li+li:before {
    content: '|';
    margin: 0 .2rem;
}
.page-template-project section.home_sec_5:before {
    content: '';
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(10, 56, 47, 0) 7%, rgba(11, 57, 48, 0.999999999999999) 75%);
    height: 50%;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    opacity: 1;
}

.page-template-project section.home_sec_5 {
    padding-bottom: 1rem;
}
.slider_banner .swiper-pagination {
    position: absolute;
    bottom: 2rem;
    justify-content: center;
    width: 100% !important;
    display: none;
}

.slider_banner .arrow_slider {
    bottom: 5rem;
    left: 6rem;
    top: unset;
    transform: unset;
    width: 2rem;
    height: 2rem;
    transition: .3s all;
}

.slider_banner .arrow_slider.next {
    left: 8.5rem;
}
li.html.custom.html_topbar_left {margin-left: 3rem;}
.icon_down {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    animation: hu__hu__ infinite 2s ease-in-out
}

section {
    position: relative;
}
@keyframes hu__hu__ {
    50% { transform: translate(-50%,1rem) }
}

.icon_down svg {
    width: 2.2rem;
}
.home_sec_2 .heading_title:before,
.home_sec_4_content:before{
    content: '';
    background-image: url(../images/pattern.png);
    width: 15rem;
    height: 15rem;
    position: absolute;
    right: -8rem;
    top: -4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home_sec_2_slider .item:before{
    content: '';
    background-image: url(../images/line_ht.png);
    position: absolute;
    width: 125%;
    height: 125%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: 4s all;
}
.home_sec_2.active .home_sec_2_slider .item:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.about_page .inner_content .content.top .icon_down {
    bottom: -6rem;
}

.about_page .content.bottom .icon_down {
    bottom: -6rem;
}
.about_page .wrap_slider .arrow_slider.prev {
    left: -5rem;
}

.about_page .wrap_slider .arrow_slider.next {
    right: -5rem;
}
.popup_partner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
}

.popup_partner .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54rem;
    border-radius: .5rem;
    background-color: #f4f7dc;
    color: #58595b;
    font-family: 'SVN-Gotham Book';
    font-style: italic;
    font-size: .9rem;
    padding: 1.5rem;
    border: 1.5px solid #dab75f;
}

.close_button {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background-color: #005949;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff;
    cursor: pointer;
    z-index: 9;
}

.close_button svg {
    display: block;
    max-width: 62%;
}

.popup_partner .inner .wrap_logo {
    width: 15rem;
    flex: 0 0 auto;
    margin-right: 2rem;
}

.popup_partner .wrap_content .section {
    flex: unset;
    display: block;
    width: auto;
    padding: 0;
}

.popup_partner h2.title_partner {
    display: inline-flex;
    width: auto;
    background-image: radial-gradient(circle at center, rgba(11,55,46,0.9999999999999999) 9%, rgba(10,56,47,0) 95%);
    font-family: 'SVN-GothamBold';
    color: #dcc298;
    padding: .7rem  7rem;
    margin-bottom: 3rem;
}

.popup_partner .inner .wrap_content {
    text-align: left;
    width: 100%;
    line-height: 1.9;
}

.popup_partner.active {
    opacity: 1;
    pointer-events: unset;
}
.item_partner:hover img {
    transform: scale(1.1);
}
.item_gal:hover img {
    opacity: 1;
}
.popup_gallery {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;opacity: 0;pointer-events: none;transition: .5s all;}

.slider_gallery_popup.item_banner {
    width: 100vw;
    height: 100vh;
}

.slider_gallery_popup .item_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_gallery .box_content {
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding: 2rem 3rem;
    color: #fff;
    width: 90vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.slider_gallery_popup .item_banner:before {
    top: unset;
    bottom: 0;
    z-index: 2;
    transform: unset;
    height: 26rem;
}

.popup_gallery .box_content h3 {
    color: #fff;
    font-family: 'SVN-GothamBold';
    margin: 0;
    width: auto;
    line-height: 1;
    margin-right: 1rem;
}

.popup_gallery .box_content h3 + span {
    font-size: .6rem;
    margin-top: .4rem;
}

.item_banner {
    position: relative;
    height: 100vh;
}

.slider_gallery_popup .arrow_slider {
    right: 2rem;
    z-index: 9;
    left: unset;
    bottom: 2.6rem !important;
    transform: unset !important;
    top: unset;
    width: 2rem;
    height: 2rem;
}

.swiper.slider_gallery_popup {
    max-height: 100vh;
}

.slider_gallery_popup .arrow_slider.prev {
    right: 4.5rem;
}
.popup_gallery.active {
    opacity: 1;
    pointer-events: unset;
}
h2.title_project {
    width: auto;
    font-size: 2.2rem;
}

h2.title_project span {
    font-size: 1.3rem;
}

h2.title_project +span {
    font-size: .8rem;
    margin-left: 2rem;
    margin-top: .6rem;
}
.about_page .row {
    position: relative;
    z-index: 9;
}
.slider_banner .arrow_slider:hover {
    background: #0c3930;
}
.home_sec_6 .icon_down {
    bottom: -10rem;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: .6rem;
}

.wpcf7 form .wpcf7-response-output {
    background: #fff;
    text-align: center;
    font-size: .8rem;
}
ul.socials_footer svg:hover {
    transform: scale(.8);
    opacity: .6;
}
html.active {
    overflow: hidden;
}
.arrow_slider:hover {
    background: #0c3930;
}
.s0 {
    fill: #024529 !important;
}
.home_sec_4_content:before {
    right: -3rem;
    top: -3rem;
}
.heading_title svg {width: 31rem;height: auto;margin-top: .5rem;}

.wrap_slider_project .swiper-pagination {
    display: none;
}
.wrap_slider_partner .swiper-pagination {
    position: absolute;
    bottom: -2rem;
    width: 100% !important;
    display: none;
}
ul.menu_language li a {
    color: #fff;
}
.box_iframe iframe {
    width: 100%;
    height: 10rem;
    display: block;
}
video.elementor-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#popup_banner {
    padding: 0;
    max-width: 40rem;
}

div#popup_banner img {
    display: block;
    width: 100%;
    height: auto;
}

div#popup_banner button.fancybox-button {
    top: 0 !important;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    background: #000000bd;
    min-height: unset;
    padding: .3rem;
}
.pj2_sec_1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pj1_sec_1 img {
    width: 100%;
    height: auto;
}

section.pj1_sec_1 {
    padding: 0;
}
.item_banner:before {
    display: none;
}

.item_banner:after {
    background: linear-gradient(0deg, #00352c, transparent);

}
.img_mobile {
    margin: 0 -1.5rem;
    margin-bottom: 3rem;
}

ul.menu_language {
    display: none;
}
.home_sec_2 .swiper-pagination {
    position: relative;
    margin-top: 3rem;
}

.home_sec_2 .arrow_slider {
    left: 7rem;
    top: calc(50% - 2.2rem);
}

.home_sec_2 .arrow_slider.next {
    left: unset;
    right: 7rem;
}
.popup_partner .inner {
    margin: auto;
}
@media only screen and (min-width: 1199px){
    .fp-watermark {
        display: none;
    }

    .home footer#footer {
        display: block !important;
    }

    .home footer#footer section.footer_bottom {
        margin-top: 2rem;
    }

    .home section.section {
        padding: 0 !important;
    }

    .home .home_sec_2 .content {
        font-size: 1rem;
        max-width: 48rem;
    }

    .home_sec_2 .heading_title {
        margin-bottom: 1rem;
    }
    div#fullpage>section.section {
        max-height: 100vh;
        overflow: hidden;
        height: 100vh;
    }

    .home header#header {
        position: fixed;
    }
    .swiper.slider_banner {
        height: 100vh;
    }
    .home section.section.home_sec_2 {
        padding-top: 4rem !important;
    }

    div#fullpage>section.section.home_sec_5 .row {
        max-width: 60rem !important;
    }

    .home_sec_5 .swiper.slider_project {
        margin: 1rem -4rem 0;
    }

    .home footer#footer {
        padding-bottom: 0 !important;
    }

    .home .item_project .box_img {
        padding-bottom: 56.25%;
    }

    .home section.section.section.home_sec_5 {
        padding-top: 2rem !important;
    }
    .hide_arrow .nav_bottom {
        display: none !important;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    html {
        font-size: 1vw;
    }
    .item_banner {
        height: auto;
    }

    footer#footer {
        display: block;
        padding-bottom: 0;
    }

    footer#footer section.footer_bottom {
        margin-top: 4rem;
    }

}
@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;
    }
    .item_banner img,
    .item_banner video{
        height: 50rem;
    }

    section.home_sec_3 .row {
        height: 50rem;
    }

    html {
        font-size: 1.3vw;
    }

    .home .footer_top {
        height: 40rem;
    }
    #logo img {
        height: 4.2rem;
        margin: .5rem 0;
    }

    .header-inner {
        max-width: unset !important;
    }

    .nav>li>a {}

    .mobile-nav>li>a {
        color: #dab75f !important;
        font-size: 1.2rem;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #fff;
        font-size: 1.2rem;
    }

    .mfp-content {
        background: #0c3930 !important;
    }

    .mfp-bg {
        position: fixed !important;
        top: 5rem;
    }

    .mfp-content {
        top: 5rem !important;
    }

    button.mfp-close {
        display: none;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none;
    }

    .off-canvas .nav-vertical>li.current-menu-item >a {
        color: #dab75f !important;
    }
    li.html.custom.html_topbar_left {
        display: block !important;
    }

    ul.menu_language {
        color: #dab75f !important;
        font-size: 1rem;
    }
    .popup_gallery {
        background: #0b3930;
    }

    .popup_gallery .item_banner:before, .popup_gallery .item_banner:after {
        height: 3rem;
    }

    .swiper.slider_gallery_popup {
        height: auto !important;
    }

    .popup_gallery .box_content {
        display: block;
        width: 100%;
    }

    h2.title_project +span {
        font-size: 1rem;
        margin: 0;
    }

    .popup_partner {
        display: flex;
        align-items: center;
    }

    .popup_gallery {
        display: flex;
        align-items: center;
    }

    .inner_gallery {
        max-width: 100%;
    }
}
@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: 3.5vw;
    }

    .col, .columns, .gallery-item {
        padding: 0 15px;
    }

    .item_banner img,
    .item_banner video{
        height: 26rem;
    }

    .content_banner {
        left: unset;
        right: 15px;
        bottom: 4rem;
    }

    .content_banner h2 {
        font-size: 2rem;
    }

    .content_banner h2 b {
        font-size: 1.5rem;
    }

    a.button_link {
        font-size: .9rem;
    }

    .heading_title {
        font-size: 2.5rem;
    }

    .heading_title b {
        font-size: 2rem;
        margin-bottom: -.2rem;
    }

    .item_banner:before, .item_banner:after {
        height: 10rem;
    }

    section.home_sec_2 {
        padding: 0;
    }

    .home_sec_2_slider {
        margin-top: 1rem;
        padding: 2rem 0px;
    }

    .heading_style {
        font-size: 2rem;
    }

    .heading_style b {
        font-size: 2rem;
    }

    body {
        font-size: 1.2rem;
    }

    section.home_sec_3 .row {
        height: 37rem;
    }

    section {
        background-attachment: unset !important;
    }

    .home_sec_4_content {
        transform: translateY(-50%);
        right: 15px;
    }

    .footer_top h2.heading_style {
        font-size: 2rem;
    }

    .wrap_form input, .wrap_form textarea {
        font-size: .8rem;
    }

    .wrap_form textarea {
        margin-top: .5rem;
    }

    .wrap_form {
        margin-top: 1rem;
    }
    .slider_project {
        margin: 3rem -0rem 0;
    }

    .item_project .content {
        font-size: 1rem;
    }
    .footer_bottom_wrap {
        display: block;
        text-align: center;
    }

    .footer_bottom_wrap ul {
        justify-content: center;
        margin-top: .5rem;
    }

    .col.large-3.medium-3.footer_1 {
        text-align: center;
    }

    img.logo_footer {
        margin: auto;
    }

    ul.socials_footer {
        margin: 1.5rem auto 1.5rem;
    }

    .col.large-6.medium-6.footer_2 .content {
        font-size: 1rem;
    }

    h3.title_footer {
        font-size: 1.5rem;
    }

    .wrap_slider_project .arrow_slider {
        display: none;
    }

    .about_page .wrap_slider {
        margin: 0;
    }

    .about_page .inner_content {
        padding: 3rem 1.5rem;
    }

    .about_page .inner_content .content.top {
        margin-bottom: 4rem;
    }

    .about_page .content.bottom {
        margin-bottom: 6rem;
    }
    .society_sec_1 .row, .society_sec_2 .row {
        height: auto;
    }

    .society_sec_1_content {
        padding: 2rem 0 5em;
        text-align: center;
    }

    .society_sec_1_content .inner.text-right {
        text-align: center;
    }

    .society_sec_2_content {
        max-width: 100%;
        padding: 7rem 0;
    }

    section.society_sec_3 {
        padding: 2rem 0;
    }

    .item_gal {
        width: calc(calc(100%) - 30px) !important;
        margin: 0 15px;
    }

    .wrap_gallery {
        display: block;
        margin: 2rem 0 0 0;
    }

    .item_gal+.item_gal {
        margin-top: 1.5rem;
    }
    .partner_page .nav_bottom {
        max-width: 100%;
    }

    .item_partner {
        height: 5.5rem;
    }

    .swiper.slider_partner_page {
        margin: 2rem -.5rem 0;
    }

    .partner_page_inner {
        padding: 2rem;
    }
    .item_term {
        display: block;
    }

    .item_term>* {
        width: 100% !important;
    }

    .item_term>.box_img {
        height: 18rem;
    }

    .item_term>.box_img b {
        font-size: 1.24em;
    }

    .item_term .box_content {
        padding: 0;
        margin-top: 2rem;
    }

    .wrap_post .box_img {
        height: 7rem;
    }
    .slider_post_page .swiper-slide {
        padding: .4rem;
    }

    .slider_post_page {margin: 0 -0.4rem;,:;,: 0 -1.2rem;}

    .post_item .box_img h3 {
        font-size: 1rem;
        padding: .6rem;
    }

    .footer_top {
        padding-top: 3rem;
    }
    .popup_partner .inner {
        display: block;
        width: 100%;
        justify-content: center;
    }

    .popup_partner .inner .wrap_logo {
        width: 100%;
    }

    .popup_partner .inner .wrap_logo img {
        max-width: 60%;
        margin-bottom: 2rem;
    }

    .popup_partner .inner .wrap_content {
        max-height: 25rem;
        overflow: auto;
    }
    .popup_gallery {
        background: #0b3930;
    }

    .popup_gallery .item_banner:before, .popup_gallery .item_banner:after {
        height: 3rem;
    }

    .swiper.slider_gallery_popup {
        height: auto !important;
    }

    .popup_gallery .box_content {
        display: block;
        width: 100%;
    }

    h2.title_project +span {
        font-size: 1rem;
        margin: 0;
    }

    .popup_partner {
        display: flex;
        align-items: center;
    }

    .popup_gallery {
        display: flex;
        align-items: center;
    }

    .inner_gallery {
        max-width: 100%;
    }
    .title_project {
        font-size: 2rem;
    }

    section.pj1_sec_1 .row {
        max-width: 100%;
        position: relative;
        transform: unset;
        left: unset;
    }

    section.pj1_sec_1:before {
        display: none;
    }

    section.pj1_sec_1:after {
        height: 7rem;
    }

    .pj1_sec_2 h2.heading_style {
        font-size: 2.5rem;
    }

    .pj1_sec_2_wrap {
        display: block;
    }

    .pj1_sec_2_wrap .item {
        width: 100%;
        margin: 1rem 0;
    }

    .pj1_sec_3_wrap .item {
        width: 100% !important;
    }

    .pj1_sec_3_wrap {
        display: block;
        margin: 2rem 0;
        padding: 0 15px;
    }

    .pj1_sec_3_wrap .item+.item {
        margin-top: 1rem;
    }

    .pj1_sec_3_wrap .box_img {
        padding: 0 !important;
        margin: 0;
    }
    .pj2_sec_1 .row {
        height: auto;
    }

    .pj2_sec_1 {
        padding: 4rem 0;
    }

    .wrap_info_project .item {
        width: calc(calc(100% / 2) - 1rem);
    }

    .wrap_info_project .content {
        font-size: 1rem;
    }
    .contact_page_wrap {
        display: block;
    }

    .contact_page_wrap .box_content {
        width: 100%;
    }

    .contact_page:before, .contact_page:after {
        height: 100%;
    }

    b.thank_you {
        margin: 2rem 0 3rem;
    }
    .slider_banner .arrow_slider {
        left: 15px;
    }

    .slider_banner .arrow_slider.next {
        left: 48px;
    }

    section.home_sec_5 {
        padding: 3rem 0;
    }
    .society_sec_2  h1.heading_style {
        text-align: center;
    }

    .society_sec_2 {
        text-align: justify;
    }
    section.home_sec_6 {
        padding-top: 2rem;
    }
    .home_sec_6 .icon_down {
        bottom: 0;
    }
    section.home_sec_2:before {
        top: -1px;
    }

    .home_sec_2 .content {
        font-size: 1.1rem;
    }

    .home_sec_5 {
        font-size: 1.1rem;
    }
    section.home_sec_5 {
        padding-bottom: 5rem;
    }
    section.home_sec_2 {
        padding-bottom: 4rem;
    }
    .post_item .content {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .heading_title svg {
        width: 16rem;
        margin-top: .2rem;
    }
    .wrap_slider_project .swiper-pagination {
        display: flex;
        margin-top: 1.5rem;
    }
    .society_sec_1_content {
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrap_slider_partner .swiper-pagination {
        display: flex;
    }
    .item_banner:after {bottom: -1px;}
    .home_sec_4_content {
        position: unset;
        transform: unset;
        background: #005849;
        padding: 2rem 2rem 2rem 7rem;
    }

    .home_sec_4 {
        display: block;
    }

    section.home_sec_4:before {
        display: none;
    }

    .home_sec_4_content h2 {
        width: max-content;
    }
    .arrow_slider svg {
        width: 1rem;
        height: auto;
    }
    .home_sec_2 .arrow_slider{
        display: none;
    }
    .wrap_slider_project .swiper-pagination {
        position: relative;
    }
}