#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: 30.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

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

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

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

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

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

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

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .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;
}

.load_home_page path {
    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;
}

.load_home_page polygon{
    animation-name: Signature1;
    animation-duration: 10s;
    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: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.0);
}
body{
    font-family: 'GMV DIN Pro';
    color: #333333;
    overflow-x: hidden;
    background: white;
    font-size: 17px;
    line-height: 1.5;
}
.text_justify{
    text-align: justify;
}
.content{
    font-size: 17px;
    color: #333333;
    line-height: 26px;
}

b,strong{
    font-family: 'GMV DIN Pro Bold';
}

.text_bold{
    font-family: 'GMV DIN Pro Bold';
}

h1,h2,h3{
    font-family: 'GMV DIN Pro Bold';
    line-height: normal;
}
.font_2{
    font-family: 'FS Trajan Pro Bold';
}


.heading_h2 {
    font-size: 45px;
    color: #BB8833;
    font-family: 'FS Trajan Pro Bold';
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 5px;
    line-height: 1.7;
}

.heading_h2:before{
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #BB8833;
    left: 0;
    bottom: 0;
    content: '';
}
.heading_h2.center:before{
    left: 50%;
    transform: translateX(-50%);
}
.heading_h2.no_border:before{
    display: none;
}
.heading_h2.no_border{
    padding-bottom: 0;
}
.font_normal{
    font-family: 'GMV DIN Pro';
}

.text_white{
    color: white;
}

.text_center{
    text-align: center;
}
.text_up{
    text-transform: uppercase;
}
.style_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.max{
    width: 100%;
    height: 100%;
}
.display_flex{
    display: flex;
}
.display_flex_wrap{
    display: flex;
    flex-wrap: wrap;
}
.css_bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.swiper-slide img{
    display: block;
}
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 100vh;
    transition:all .4s ease;
}




.hero-slider .slide-inner:before {
    background-image: linear-gradient(to top, #BB8833 0%, rgba(48, 68, 119, 0) 100%);
    opacity: 1;
    width: 100%;
    height: 90vh;
    position: absolute;
    content: '';
    bottom: 0;
}

.hero-slider .slide-inner h1 {
    position: absolute;
    font-size: 30px;
    bottom: 220px;
    text-shadow: 0 0 35px rgba(10, 32, 87, 0.68);
    line-height: 1.5;
}

.home_sec_2 .box_img{
    justify-content: flex-start;
}
.home_sec_2 .box_img img{
    max-width: unset;
    width: calc(100% + calc(100vw - 1162px)/2);
}
.home_sec_2{
    padding-bottom: 288px;
    overflow: unset;
    background-attachment: fixed;
}
.home_sec_2:before {
    height: 530px;
    background-image: linear-gradient(to top, #eff3f4 0%, #f3f7f8 44%, rgba(247, 251, 253, 0) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    bottom: -160px;
}
:before,
:after{
    pointer-events: none;
}
.home_sec_2 .box_content .content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.home_sec_2 .box_content .view_more{
    margin-top: 30px;
}

.home_sec_2 .box_content {
    padding-top: 200px;
    padding-right: 110px;
}
.list_tax_project .item {
    width: calc(calc(100% / 3) - 10px);
    margin: 0 5px 10px;
    position: relative;
    overflow: hidden;
}

.list_tax_project {
    margin: 0 -5px;
}

.list_tax_project .item:nth-child(1),.list_tax_project .item:nth-child(2) {
    width: calc(calc(100% / 2) - 10px);
}

.list_tax_project .item h3 {
    position: absolute;
    left: 50%;
    bottom: 33px;
    color: white;
    transform: translateX(-50%);
    margin: 0;
    font-size: 30px;
    width: 95%;
    z-index: 2;
}
.list_tax_project .item a{
    z-index: 4;
    pointer-events: none;
}
.list_tax_project .item img {
    display: block;
    max-width: unset;
    transform: scale(1);
    transition: 2s all;
    width: 100%;
    aspect-ratio: 955 / 540;
}
.list_tax_project .item:hover img{
    transform: scale(1.1);

}
.list_tax_project .item:before {
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;
    height: 75%;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.home_sec_3 {
    margin-top: -190px;
    overflow: unset;
}

.home_sec_3 .content {
    max-width: 775px;
    margin: 0 auto 40px;
}
a.view_more {
    z-index: 0;
    position: relative;
    height: 50px;
    background-color: #BB8833;
    display: inline-block;
    align-items: center;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    padding: 0 88px 0 40px;
    line-height: 53px;
}

a.view_more svg {
    width: 16px;
    height: auto;
    position: absolute;
    right: 25px;
    transform: translate(50%,-50%);
    fill: white;
    top: 50%;
}

a.view_more:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.1;
    content: '';
    right: 50px;
}

a.view_more:before {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    background-color: #818181;
    content: '';
    z-index: -1;
    transition: .5s all;
}

a.view_more:hover:before {
    width: 100%;
}
.home_sec_4 .wrap {
    align-items: flex-end;
    margin-bottom: 50px;
}

.home_sec_4 .wrap .grid-30 {
    text-align: right;
}
.home_sec_4{
    padding: 100px 0;
}
.home_sec_4:before{
    position: absolute;
    left: -142px;
    top: 20px;
    content: url(../images/logo_bf.svg);
    z-index: -1;
}
.item_news {
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px;
    position: relative;
    background-color: #f8f8f8;
}

.wrap_news {
    display: flex;
    flex-wrap: wrap;
}

.item_news:first-child {
    display: flex;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    align-items: center;
    background-color: #f8f8f8;
}

.item_news:first-child .box_content {
    width: 33.3333%;
    flex: 0 0 auto;
}

.item_news:first-child .box_img {
    width: 66.6667%;
    height: 415px;
    overflow: hidden;
}

.item_news .box_img img {
    max-width: unset;
    width: calc(100% + 10px) !important;
    transform: translateX(-10px);
    transition: .5s all;
}

.item_news:hover .box_img img {
    transform: translateX(0px);
}

.item_news a {
    z-index: 9;
}

.item_news .box_img {
    overflow: hidden;
}

.item_news:first-child .box_content h3 {
    font-size: 26px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.7;
}

.item_news:first-child .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    text-align: justify;
}

.item_news:first-child span {
    display: flex;
    align-items: center;
    color: #BB8833;
    text-transform: uppercase;
}

.item_news:first-child span:not(.date_post) svg {
    fill: #BB8833;
    width: 13px;
    height: auto;
    transform: translateY(-2px);
    margin-left: 7px;
}

.item_news .date_post {
    color: #333333 !important;
    font-size: 14px !important;
    opacity: .7;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.item_news .date_post svg {
    width: 12px;
    margin: -3px 5px 0 0;
    fill: #333333 !important;
}

.item_news:first-child .box_content {
    padding: 0 40px;
}
.item_news .box_img{
    height: 250px;
}
.item_news .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.item_news .box_content {
    padding: 30px 20px;
}

.item_news .box_content h3 {
    font-size: 18px;
    margin: 0;
    transition: .5s all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_news:hover .box_content h3 {
    color: #BB8833;
}
.item_news:not(:first-child):before{
    position: absolute;
    height: 2px;
    background-color: #BB8833;
    width: 0%;
    content: '';
    bottom: 0;
    left: 0;
    transition: .5s all;
}
.item_news:hover:not(:first-child):before{
    width: 100%;
}
.slider_box {
    position: relative;
}

.slider_box .item {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_box .item a {
    z-index: 9;
}

.arrow_slider {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 9;
}

.arrow_slider svg {
    width: 23px;
    height: auto;
    fill: #999999;
}

.slider_logo {
    margin-top: 30px;
}

.arrow_slider.next {
    right: -50px;
    left: unset;
}

.button_prev_slider {
    transform: translateY(-50%) rotate(180deg);
}
.home_sec_6{
    padding-top: 100px;
    min-height: 930px;
}
.home_sec_5{
    padding: 120px 0;
}
.home_sec_5 .wrap {align-items: flex-end;
    margin-bottom: 40px;
}

.home_sec_5 .wrap ul {
    list-style: none;
    margin: 0 0 20px;
    float: right;
}

.home_sec_5 .wrap .heading_h2 {
    margin: 0;
}

.home_sec_5 .wrap ul li ,
.tax_gallery .list_tax li a{
    font-family: 'GMV DIN Pro Bold';
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 25px;
    transition: .5s all;
    position: relative;
    cursor: pointer;
}
.tax_gallery .list_tax li a{
    color: #333333;
}
.tax_gallery .list_tax li{
    position: relative;
}
.tax_gallery .list_tax{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 0 45px -30px;
}
.home_sec_5 .wrap ul li.active,.home_sec_5 .wrap ul li:hover
.tax_gallery .list_tax li.active a ,
.tax_gallery .list_tax li:hover a
{
    color: #BB8833;
    cursor: pointer;
}
.content ul{
    list-style: none;
    margin-left: 0;
}
.content li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
}
.home_sec_5 .wrap ul li.active:before,
.content li:before,
.tax_gallery .list_tax li.active:before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(calc(-100% - 4px),-46%);
    /*content: url(../images/icon_active.png);*/
}
.content li:before {
    left: 0 ;
    transform: unset ;
    top: 1px;
}
.content>*:last-child{
    margin-bottom: 0;
}
.home_sec_5 .wrap_item {
    display: flex;
    flex-wrap: wrap;

}

.home_sec_5 .wrap_item .item {
    position: relative;
    width: calc(66.6666% - 14px);
    margin: 0 7px;
    height: 524px;
    overflow: hidden;
}

.home_sec_5  .wrap_item .item:last-child {
    width: calc(33.3334% - 14px);
}

.home_sec_5 .wrap_item .item img {
    width: calc(100% + 10px);
    display: block;
    height: 100%;
    object-fit: cover;
    max-width: unset;
    transform: translateX(-10px);
    transition: 1s all;
}

.home_sec_5 .wrap_item .item:hover img {
    transform: translateX(0px);
}

.home_sec_5 .wrap_item .item a {
    z-index: 9;
}

.home_sec_5 .wrap_item .item:before {
    height: 200px;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    z-index: 2;
}

.home_sec_5 .wrap_item .item h3 {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 40px;
    color: white;
    font-size: 20px;
    z-index: 2;
    max-width: 230px;
    padding-left: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home_sec_5 .wrap_item .item h3:before {
    width: 5px;
    height: 43px;
    background-color: #e18a37;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.slider_gallery {
    margin-left: calc(calc(100vw - 1190px)/2);
    padding-right: calc(calc(100vw - 1190px)/2);
}
.tax_gallery .list_tax li {
    padding-left: 20px;
    margin: 0 5px;
}
.tax_gallery .list_tax li a{
    margin: 0;
}
.tax_gallery .list_tax li.active:before{
    transform: translate(calc(-100% - -15px),-46%);
}
.tax_gallery .list_tax li.active a{
    color: #f59433;
}
.tax_gallery .heading_h2{
    margin-bottom: 20px !important;
}
.popup_gallery {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    transition: .3s all;
    pointer-events: none;
    opacity: 0;
}
.popup_gallery.show{
    opacity: 1;
    pointer-events: unset;
}
.close_button {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
}

.close_button svg {
    fill: white;
}

.popup_gallery.show .wrap_load,
.tax_home.load .wrap_load{
    display: flex;
}
.tax_home.load .wrap_load{
    z-index: 2;
}

.wrap_load {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    display: none;
}
.square {
    height: 50px;
    width: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    transform: rotate(45deg);
}
.square:not(:first-of-type),
.square:not(:last-of-type) {
    margin: 0 15px;
}
.square:nth-of-type(1) {
    animation: animate 1s linear 0s alternate infinite;
}
.square:nth-of-type(2) {
    animation: animate 1s linear 0.1s alternate infinite;
}
.square:nth-of-type(3) {
    animation: animate 1s linear 0.3s alternate infinite;
}
.square:nth-of-type(4) {
    animation: animate 1s linear 0.5s alternate infinite;
}
.square:nth-of-type(5) {
    animation: animate 1s linear 0.7s alternate infinite;
}

@keyframes animate {
    from {
        opacity: 0.1;
    }
    to {
        transform: rotate(45deg) scale(1.6);
    }
}

div#load_gallery{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#load_gallery .item{
    height: auto;
}
div#load_gallery .box_slider_nav .item{
    height: 10vh;
    margin: 25px 0;
}
.slider_gallery_for {
    max-width: 1000px;

}
div#load_gallery .box_slider{
    max-height: 80vh;
    margin-bottom: 15vh;
}
div#load_gallery .box_slider h3{
    color: #ffffff;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 0;
}
.box_slider_nav {
    position: absolute;
    bottom: 0;
    background: white;
    box-sizing: border-box;
    width: 100%;
}

.slider_gallery_nav {
    max-width: 1000px;
}

.slider_gallery_nav .item {
    background: black;
    width: calc(100% - 6px);
    margin: 0 3px;
    box-sizing: border-box;
}

.slider_gallery_nav .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#load_gallery .arrow_slider {
    top: calc(50% - 7vh);
}
div#load_gallery .arrow_slider svg{
    fill: white;
}
.slider_gallery_nav .swiper-slide{
    cursor: pointer;
}
.slider_gallery_nav .swiper-slide img{
    opacity: 1;
    transition: .5s all;
}
.slider_gallery_nav .swiper-slide-thumb-active img{
    opacity: .5;
}
.slider_gallery_nav .swiper-slide-thumb-active .item{
    border: 2px solid #f5983b;
}
.popup_gallery .arrow_slider{
    left: -100px;
}
.popup_gallery .arrow_slider.next{
    right: -100px;
    left: unset;
}
#load_cat_home{
    min-height: 500px;
}
header#masthead {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #f7941d;
}
div#page{
    margin-top: 100px;
}
.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
    color: #BB8833;
}
header#masthead .main-navigation .main-nav ul li a{
    line-height: 60px;
    transition: .5s all;
}
header#masthead.sticky .main-navigation .main-nav ul li a {
    line-height: 30px;
}
.inside-header{
    padding: 20px 0;
    transition: .5s all;
}
header#masthead.sticky .inside-header{
    padding: 5px 0;
}
.nav-float-right #site-navigation{
    display: flex;
}
a.search_item {
    display: flex;
    align-items: center;
}

a.search_item svg {
    transform: scale(.7) translateY(-2px);
}
.wrap_search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s all;
    pointer-events: none;
}
.wrap_search_popup.show{
    opacity: 1;
    pointer-events: unset;
}
.wrap_search_popup .inner {
    background: #353535e8;
    padding: 65px calc(calc(100vw - 1166px) / 2) 60px;
    position: relative;
    z-index: 2;
    transform: translateY(-120%);
    transition: .3s all;
}
.wrap_search_popup.show .inner{
    transform: translateY(0%);
    transition-delay: .3s;
}
.wrap_search_popup .inner .button_close{
    position: absolute;
    top: 42px;
    right: 45px;
    cursor: pointer;
}
.wrap_search_popup .inner .button_close path{
    fill: white;
}
.wrap_search_popup .inner h2{
    font-size: 40px;
    margin-bottom: 30px;
}
.wrap_search_popup input::placeholder{
    font-size: 25px;
    color: #929292;
}
.wrap_search_popup input#s{
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    margin-right: 10px;
    outline: none;
    background-color: #232323;
    border-radius: 5px;
    border: 1px solid transparent;
    color: white;
    font-size: 18px;
    transition: .5s all;
}
.wrap_search_popup input#s:focus{
    border-color: #BB8833;
}
.wrap_search_popup input#s::placeholder{
    font-size: 18px;
}
.wrap_search_popup input#searchsubmit{
    height: 60px;
    width: 240px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    flex: 0 0 auto;
    background: #BB8833;
    /*background-image: linear-gradient(*/
    /*        84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);*/
    border-radius: 5px;
    position: unset;
    opacity: 1;
}
.wrap_search_popup form{
    display: flex;
}
.wrap_search_popup h2{
    color: #fff;
}
.bg_close {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
section.section.footer {
    background-image: linear-gradient(
            -186deg,#BB8833 0%, #BB8833 100%);
}
section.section.footer:before {
    position: absolute;
    left: -60px;
    top: 31px;
    content: url(../images/logo_bf.svg);
    filter: brightness(0) invert(1);
}
.footer .wrap {
    width: 100vw;
    padding: 0 calc(calc(100vw - 1200px) /2 );
}

.footer .wrap .left {
    width: 30%;
    transform: translateX(-80px);
}

.footer .wrap .right {
    width: 70%;
    box-sizing: border-box;
    padding-left: 160px;
}

.footer {
    padding: 120px 0;
}

.footer .wrap .left h2 {
    font-size: 22px;
    line-height: 1.5;
}

.footer .wrap .left>h3 {
    font-size: 16px;
    margin-bottom: 45px;
}

.footer .wrap .left .wrap_item .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 26px;
    margin-bottom: 29px;
}

.footer .wrap .left .wrap_item .item h3 {
    font-size: 16px;
    color: white;
    margin-bottom: 5px;
}
.footer a{
    transition: .5s all;
}
.footer a:hover{
    color: #BB8833 !important;
}
.footer .wrap .left .wrap_item .item a {
    font-size: 14px;
    color: white;
}

ul.socials_footer {
    list-style: none;
    margin: 0;
}

ul.socials_footer a {
    width: 36px;
    height: 36px;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
    transition: .5s all;
}

ul.socials_footer a svg {
    width: auto;
    fill: #BB8833;
    transition: .5s all;
}

ul.socials_footer a:hover {
    background: #BB8833;
}

ul.socials_footer a:hover svg {
    fill: white;
}
/*.footer .wrap:before {*/
/*    background-color: #edf2ff;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    width: 70%;*/
/*    height: 100%;*/
/*    content: '';*/
/*    top: 0;*/
/*}*/

.footer .wrap .right {
    position: relative;
}
.footer .wrap .wrap_all{
    position: relative;
    z-index: 2;
}
.footer .wrap .right:before {
    background-color: #edf2ff;
    position: absolute;
    left: 0;
    width: calc(100% + calc(calc(100vw - 1200px) / 2));
    height: calc(100% + 240px);
    content: '';
    top: -120px;
    z-index: 0;
}
.footer .wrap .right .box{
    border-bottom: 1px solid rgba(37, 37, 37, 0.15);
}
.footer .wrap .right .heading_h2 {
    font-size: 40px;
    margin-bottom: 25px;
}

.wrap_office {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -60px;
    padding-bottom: 20px;
}

.wrap_office>.item {
    width: calc(50% - 120px);
    margin: 0 60px 20px;
}

.wrap_office>.item h3 {
    color: #BB8833;
    font-size: 18px;
    margin-bottom: 12px;
}

.wrap_office>.item .content {
    font-size: 16px;
    margin-bottom: 8px;
}

.wrap_office>.item a {
    display: inline-flex;
    align-items: center;
    color: #BB8833;
    font-size: 14px;
    font-family: 'GMV DIN Pro Bold';
}

.wrap_office>.item a svg {
    fill: #BB8833;
    width: 10px;
    transform: translate(8px, -2px);
}
.dk_bt h3 {
    font-size: 16px;
    margin: 0 60px 0 0;
    flex: 0 0 auto;
    width: auto;
}

.dk_bt {
    padding: 30px 0;
    border-bottom: 1px solid rgba(37, 37, 37, 0.15);
    align-items: center;
    justify-content: space-between;
}

.wrap_form {
    display: flex;
    align-items: center;
}

.wrap_form br {
    display: none;
}

.dk_bt .wrap_form input:not(.wpcf7-submit) {
    margin: 0;
    height: 45px;
    border: 1px solid rgba(112, 112, 112, 0.61);
    border-radius: 23px;
    padding: 0 20px;
}
.dk_bt .wrap_form input.wpcf7-submit {
    margin: 0 0 0 10px;
    border-radius: 23px;
}
.wrap_bottom ul {
    list-style: none;
    margin: 0;
}

.wrap_bottom ul a {
    font-size: 14px;
    color: #333333;
    margin-right: 30px;
}

.wrap_bottom {padding-top: 20px;justify-content: space-between;}

.wrap_bottom .content {
    font-size: 12px;
    color: #333333;
}
.dk_bt .wpcf7-not-valid-tip{
    transform: translateY(5px);
}
ul.fixed_button {
    margin: 0;
    list-style: none;
    position: fixed;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: flex;
    flex-direction: column;
}
ul.fixed_button  > li{
    width: 45px;
}

ul.fixed_button a {
    width: 45px;
    height: 45px;
    background-color: #BB8833;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    transition: .5s all;
}

ul.fixed_button a svg {
    fill: white;
    width: auto;
}

ul.fixed_button a:hover {
    background: #BB8833;
}
ul.fixed_button li.open_form{
    transform: rotate(
            -90deg);
    position: relative;
}
ul.fixed_button li.open_form a{
    border-radius: 23px;
    width: max-content;
}
ul.fixed_button li.open_form span {
    font-family: 'GMV DIN Pro Bold';
    color: white;
    max-width: unset;
    /* width: 200px; */
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 23px;
}
.popup_form {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}
.popup_form.show{
    opacity: 1;
    pointer-events: unset;
}
.popup_form .bg_close{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.popup_form .form_inner {
    width: 471px;
    box-sizing: border-box;
    padding: 55px 65px 65px;
    position: relative;
    z-index: 2;
    max-height: 80vh;
    overflow: auto;
}

.popup_form .form_inner h2.heading_h2 {
    font-size: 30px;
    line-height: 1.4;
}
.form_inner .wrap_form {
    flex-wrap: wrap;
}

.contact_sec_1 .wrap_form,
.project_sec_10 .wrap_form{
    flex-wrap: wrap;
}
.form_inner .wrap_form input:not(.wpcf7-submit) {
    height: 45px;
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
    padding: 0 15px;
    margin-bottom: 15px;
}

.form_inner .wrap_form input:not(.wpcf7-submit)::placeholder {
    color: #666666;
    font-size: 14px;
    text-transform: unset;
}

.popup_form .form_inner input.wpcf7-submit {
    width: 100%;
    margin-top: 30px;
}
.popup_form .bg_close svg {
    position: absolute;
    right: 20px;
    z-index: 99;
    top: 30px;
    fill: white;
}
.popup_form .wpcf7-not-valid-tip{
    transform: translateY(-15px);
}
.site-info{
    display: none;
}
.search div#banner_gr{
    display: none;
}
.search .item_news{
    margin-bottom: 20px;
}
.search .view_more{
    margin: 30px 0 0;
}
.search_page{
    padding: 80px 0;
}
.dk_bt .wpcf7 .ajax-loader{
    right: 0;
    transform: translate(60px,0px) scale(.8);
}
.dk_bt .wpcf7  input::placeholder{
    text-transform: unset !important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
    font-family: 'GMV DIN Pro Bold';
    color: #BB8833;
}
span.dropdown-menu-toggle {
    display: none !important;
}

.main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 20px;
}
.main-navigation .main-nav ul ul li a {
    line-height: normal !important;
}
.main-navigation .main-nav ul ul li a:hover ,
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{
    background: #BB8833;
    color: white;
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 10px;
    background-color: #BB8833;
}

body::-webkit-scrollbar-thumb
{
    background-color: #BB8833;
}
@media screen and (max-width: 1400px){
    .footer .wrap .left {
        transform: unset;
        padding-right: 30px;
    }
    .home_sec_2{
        overflow: hidden;
    }
}
@media screen and (max-width: 1200px){
    .grid-container{
        max-width: 950px;
    }
    .heading_h2 {
        font-size: 35px;
    }
    .home_sec_2 .box_img img {
        max-width: 100%;
    }
    .home_sec_2 .box_content {
        padding-top: 50px;
        padding-right: 50px;
    }
    .list_tax_project .item h3 {
        bottom: 20px;
        line-height: 1.5;
        font-size: 20px;
    }
    .list_tax_project .item img{
        max-width: 100%;
    }
    .item_news:first-child .box_img{
        height: 390px;
    }
    .item_news .box_img {
        height: 200px;
    }
    .home_sec_5 .wrap_item .item{
        height: auto;
    }
    .slider_gallery {
        margin-left: calc(calc(100vw - 950px)/2);
        padding-right: calc(calc(100vw - 950px)/2);
    }
    .home_sec_5 {
        padding: 80px 0;
    }
    #load_cat_home {
        min-height: 320px;
    }
    .home_sec_6 {
        padding-top: 80px;
        min-height: 700px;
    }
    .footer .wrap {
        width: 100vw;
        padding: 0 calc(calc(100vw - 950px) /2 );
    }
    .footer .wrap .left{
        transform: unset;
    }
    .footer .wrap .left h2 {
        font-size: 18px;
    }
    .footer .wrap .right {
        padding-left: 80px;
    }
    .footer .wrap .right:before{
        width: calc(100% + calc(calc(100vw - 950px) / 2));
    }
    .footer .wrap .right .heading_h2 {
        font-size: 35px;
    }
    .wrap_search_popup .inner{
        padding: 65px calc(calc(100vw - 950px) / 2) 60px;
    }
    .hero-style {
        height: 500px;
    }
    .hero-slider .slide-inner:before{
        height: 300px;
    }
    div#load_gallery .box_slider{
        margin-bottom: 5vh;
    }
    .slider_gallery_nav {
        max-width: 700px;
    }
    .slider_gallery_for {
        max-width: 700px;
    }
}
@media screen and (max-width: 991px){
    .grid-container{
        max-width: 720px;
    }
    .home_sec_2 .grid-container {
        display: flex;
        flex-wrap: wrap;
    }
    .home_sec_2 .box_content,
    .home_sec_2 .box_img{
        width: 100%;
    }
    .home_sec_2 .box_content {
        order: 2;
        margin-top: 30px;
        padding-top: 0;
        padding-right: 10px;
    }
    .list_tax_project .item h3{
        font-size: 15px;
    }
    .home_sec_4 .wrap .grid-30 {
        text-align: left;
        margin-top: 30px;
    }
    .home_sec_4 .wrap>* {
        width: 100%;
    }
    .home_sec_4 {
        padding: 60px 0;
    }
    .item_news:first-child .box_content {
        padding: 0 20px;
    }
    .item_news:first-child .box_content h3{
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .item_news:first-child .content{
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }
    .item_news:first-child .box_img {
        height: 350px;
    }
    .item_news .box_img {
        height: 150px;
    }
    .slider_gallery {
        margin-left: calc(calc(100vw - 720px)/2);
        padding-right: calc(calc(100vw - 720px)/2);
    }
    .home_sec_5 {
        padding: 60px 0;
    }
    #load_cat_home {
        min-height: 250px;
    }
    .arrow_slider.next {
        right: -30px;
        left: unset;
    }

    .arrow_slider {
        position: absolute;
        left: -30px;
    }
    .footer .wrap {
        padding: 0 calc(calc(100vw - 720px) /2 );
    }
    .footer .wrap .right:before {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    .footer .wrap .left, .footer .wrap .right {
        width: 100%;
    }
    .footer .wrap .right {
        padding-left: 0;
        padding-top: 40px;
        margin-top: 40px;
    }
    .footer {
        padding: 80px 0;
    }
    .main-navigation .main-nav ul li a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .site-header .header-image {
        width: 150px;
    }
    .inside-header {
        padding: 10px 0;
    }
    div#page {
        margin-top: 80px;
    }
    #wrap-filter .form-top .inner{
        height: auto;
    }
    .form-top .item-filter {
        width: 50% !important;
        max-width: 50% !important;
    }
    .wrap-type .select2-container {
        width: 100% !important;
    }
    .wrap-submit button.btn.btn-search{
        width: 100%;
    }
    .hero-slider .slide-inner h1{
        bottom: 240px;
    }
}
@media screen and (max-width: 768px){
    nav#site-navigation {
        position: fixed;
        top: 68px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 68px);
        z-index: 999;
        /*opacity: 0;*/
        /*pointer-events: none;*/
    }
    button.menu-toggle {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 25px;
        padding-right: 0;
    }
    .inside-header>ul {
        margin-right: 40px;
    }
    .inside-header {
        padding: 10px !important;
    }
    /*img.header-image.is-logo-image{*/
    /*    height: 40px !important;*/
    /*}*/
    div#page {
        margin-top: 65px;
    }
    .main-navigation .inside-navigation{
        margin: 0;
    }
    .main-navigation .main-nav {
        flex-basis: 100%;
        order: 3;
    }
    .main-navigation .main-nav>ul {
        display: block !important;
    }
    .main-navigation .main-nav li {
        width: 100%;
        text-align: left;
    }
    .main-navigation .menu-item-has-children .dropdown-menu-toggle {
        float: right;
    }
    .has-inline-mobile-toggle #site-navigation.toggled{
        margin-top: 0;
        background: white;
    }
    .nav-float-right #site-navigation{
        display: flex;
        justify-content: center;
        opacity: 0;
        filter: blur(10px);
        pointer-events: none;
        transition: .5s all;
    }
    .nav-float-right #site-navigation.toggled{
        pointer-events: unset;
        opacity: 1;
        filter: blur(0px);

    }
    .main-navigation .inside-navigation{
        border: none ;
    }
    header#masthead .main-navigation .main-nav ul li a, header#masthead.sticky .main-navigation .main-nav ul li a{
        font-size: 30px;
        line-height: 1.5;
        text-align: center;
    }
    .main-navigation .main-nav>ul>li>a{
        margin: 30px 0;
    }
    .toggled .menu-item-has-children .dropdown-menu-toggle{
        padding-left: 0;
    }
    .wrap_search_popup .inner{
        padding: 30px;
    }
    .wrap_search_popup .inner h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .wrap_search_popup .inner .button_close{
        top: 30px;
    }
    a.search_item svg {
        transform: scale(.9) translateY(-2px);
    }
    a.search_item{
        right: 80px;
        position: absolute;
    }
    .page-template-project_page div#banner_gr {
        height: 500px;
    }
    .page-template-project_page div#banner_gr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    header#masthead{
        z-index: 999;
    }
}
@media screen and (max-width: 767px){
    .heading_h2 {
        font-size: 25px;
    }
    .home_sec_2 {
        padding-bottom: 260px;
    }
    .list_tax_project .item {
        width: 100% !important;
        margin: 0 !important;
    }
    .item_news {
        width: calc(50% - 10px) !important;
        margin: 0 5px 20px;
        flex-wrap: wrap !important;
    }
    .item_news .box_img {
        width: 100% !important;
        height: auto !important;
    }
    .item_news .box_content {
        width: 100% !important;
        padding: 10px !important;
    }
    .item_news:first-child .content, .item_news:first-child span:not(.date_post) {
        display: none;
    }
    .item_news:first-child .box_content h3 {
        margin: 0;
    }
    .home_sec_4 {
        padding: 60px 0 40px 0;
    }
    .home_sec_5 .wrap {
        justify-content: center;
    }
    .home_sec_5 .wrap ul {
        transform: translateX(-12px);
        margin: 0;
        float: unset;
        justify-content: center;
    }
    .slider_gallery {
        padding-right: 0;
        margin: 0 10px;
    }
    .home_sec_5 .wrap_item .item{
        width: calc(90% - 14px);
    }
    .home_sec_5 .wrap_item .item:last-child {
        width: calc(10% - 14px);
    }
    .home_sec_5 .wrap_item .item h3{
        bottom: 15px;
        font-size: 16px;
    }
    #load_cat_home {
        min-height: 170px;
    }
    .home_sec_6 {
        padding-top: 60px;
        min-height: 500px;
    }
    .slider_box .item {
        height: 100px;
    }
    .arrow_slider {
        position: absolute;
        left: -15px;
    }

    .arrow_slider.next {
        right: -15px;
        left: unset;
    }
    .footer {
        padding: 60px 15px;
    }
    .footer .wrap .left, .footer .wrap .right {
        width: calc(100% - 30px);
    }
    .footer .wrap .right .heading_h2 {
        font-size: 25px;
    }
    .wrap_office>.item {
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }
    .wrap_office {
        margin: 0 -15px;
    }
    .wrap_office>.item h3{
        font-size: 16px;
    }
    .dk_bt {
        justify-content: center;
        flex-wrap: wrap;
    }
    .dk_bt h3 {
        font-size: 23px;
        margin: 0 0 20px 0;
    }
    .dk_bt .wrap_form input.wpcf7-submit{
        padding: 0px 15px;
        font-size: 16px;
    }
    .wrap_bottom ul {
        flex-wrap: wrap;
    }
    .wrap_bottom ul {
        list-style: none;
        margin: 0;
        flex-wrap: wrap;
        width: 100%;
    }
    .wrap_bottom ul{
        width: 50%;
        flex:  0 0  auto;
    }
    .wrap_bottom .content {
        font-size: 10px;
    }
    ul.fixed_button{
        right: 5px;
    }
    ul.fixed_button a{
        width: 40px;
        height: 40px;
    }
    ul.fixed_button li.open_form span {
        font-family: 'GMV DIN Pro Bold';
        height: 40px;
        line-height: 42px;
        font-size: 13px;
    }
    ul.fixed_button li.open_form{
        width: 40px;
    }
    .home_sec_5 .wrap>* {
        width: 100%;
        text-align: center !important;
    }
    a.view_more {
        height: 45px;
        background-color: #BB8833;
        font-size: 15px;
        padding: 0 70px 0 25px;
        line-height: 47px;
    }
    .site-header .header-image {
        width: 150px;
    }
    div#page {
        margin-top: 60px;
    }
    .hero-slider .slide-inner h1{
        font-size: 20px;
    }
    a.search_item{
        right: 65px;
    }
    .slider_gallery_nav {
        max-width: 90%;
    }
    .slider_gallery_for {
        max-width: 90%;
    }
    .slider_gallery_for img{
        width: auto;
    }
    div#load_gallery .box_slider{
        max-width: 100%;
    }
    div#load_gallery .box_slider h3{
        font-size: 15px;
        margin: 20px;
    }
    div#load_gallery .box_slider_nav .item{
        height: auto;
    }
    .project_sec_3 .wrap_items .item .box_img{
        display: block;
    }
    .popup_form .form_inner h2.heading_h2{
        font-size: 22px;
    }
    .popup_form .form_inner {
        width: auto;

        padding: 30px;
        max-height: 80vh;
        max-width: 90%;
    }
    nav#site-navigation {
        top: 60px;
        height: calc(100vh - 60px);
    }
    header#masthead .main-navigation .main-nav ul li a, header#masthead.sticky .main-navigation .main-nav ul li a {
        font-size: 23px;
    }
    .form-bottom .item-filter {
        width: 50%;
    }
    #wrap-filter .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 30px;
    }
    #wrap-filter .form-top .wrap-progress{
        flex-wrap: wrap;
    }
    .item-progress+.item-progress {
        margin-left: 0;
    }
    #wrap-filter .form-top .wrap-progress {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .wrap-progress label .text {
        font-size: 13px;
        min-width: 100px;
    }
    #wrap-filter .form-top .wrap-progress{
        padding: 10px;
    }
    .item-progress+.item-progress{
        margin-top: 5px;
    }
    .wrap-type .select2-container {
        padding: 0 10px;
    }
    .select2-container {
        font-size: 13px;
    }
    #wrap-filter .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
        padding-right: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px;
    }
    .wrap-search{
        padding: 0 10px;
    }
    .wrap-submit button.btn.btn-search{
        height: 50px;
        font-size: 13px;
    }
    .hero-style {
        height: calc(100vh - 60px);
    }
    .home_sec_2 .box_img{
        display: block;
    }

    #wrap-filter .title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .page-template-project_page div#banner_gr {
        height: 450px;
    }
    #wrap-filter .wrap-progress .check{
        width: 18px;
        height: 18px;
    }
    .wrap-search input::placeholder {
        font-size: 13px;
    }
    .wrap_search_popup input#searchsubmit {
        height: 45px;
        width: auto;
    }
    .wrap_search_popup input#s {
        height: 45px;
    }
    ul.fixed_button{
        top: unset !important;
        transform: unset;
        bottom: 30px;
    }
}


.lang_custom{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang_custom img{
    width: 22px;
}
.lang_custom_mobile {
    display: none!important;
}
.item_project {}

.wrap_project {
    margin: 0 -10px;
}

.item_project {
    width: calc(calc(100% / 4) - 20px);
    margin: 0 10px 20px;
    background-color: #f8f8f8;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 41, 74, 0.1);
}

.item_project .box_img {
    position: relative;
    height: 250px;
}
.item_project .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    z-index: 2;
    background-size: 50%;
    opacity: 0;
    transition: .5s all;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.item_project:hover .box_img:before {
    opacity: 1;
}
.item_project .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_project .box_img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(187 136 51 / 50%);
}

.item_project .box_img span {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%,-50%);
    width: 100%;
    justify-content: center;
    font-size: 17px;
}

.item_project .box_img span svg {
    width: 13px;
    height: auto;
    fill: white;
    transform: translateY(-2px);
    margin-left: 10px;
}

.item_project .box_img>*:not(img) {
    opacity: 0;
    transition: .5s all;
}

.item_project:hover .box_img>*:not(img) {
    opacity: 1;
}

.item_project .box_content {
    padding: 20px 25px 0px;
}

.item_project .box_content h3 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
    transition: .5s all;
}

.item_project .box_content h3 a {
    color: #333333;
    transition: .5s all;
}

a.address {
    display: flex;
    color: #666666;
    font-size: 16px;
}

a.address svg {
    flex: 0 0 auto;
    width: 13px;
    fill: #666666;
    margin: -2px 5px 0 0;
}

.item_project:hover .box_content h3 a {
    color: #BB8833;
}

.item_project:before {
    height: 2px;
    background-color: #BB8833;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    transition: .5s all;
}

.item_project:hover:before {
    width: 100%;
}
.project_page{
    padding: 100px 0 85px;
}
div#banner_gr img {
    width: 100vw;
    display: block;
}

div#banner_gr:before {
    background-image: linear-gradient(to top, #BB8833 0%, rgba(48, 68, 119, 0) 100%);
    opacity: 0.95;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.gr_head {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    max-width: 1200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.gr_head ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.gr_head ul * {
    color: white;
    font-size: 14px;
    font-style: unset;
}

.gr_head ul span {
    margin: 0 5px;
}
ul.thenativePagination {
    display: flex;
    list-style: none;
    margin: 30px 0 0 0;
    justify-content: center;
}

ul.thenativePagination a {
    width: 38px;
    height: 38px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #999999;
    font-size: 15px;
    line-height: 39px;
    margin: 0 5px;
}

ul.thenativePagination li.active a {
    color: #BB8833;
    border-color: #BB8833;
}
li.thenativePaginationStart, li.thenativePaginationEnd {
    display: none !important;
}

li.thenativePaginationPrev a, li.thenativePaginationNext a {
    border: none;
}

li.thenativePaginationPrev a svg, li.thenativePaginationNext a svg {
    width: 15px;
    margin-top: 11px;
    fill: #999999;
}

li.thenativePaginationPrev a svg {
    transform: rotate(180deg);
}
.home_sec_2.about_sec_1{
    padding-bottom: 230px;
    background-attachment: fixed;
}
.about_sec_2 .item>* {
    width: 50%;
}

.about_sec_2 .item {
    background-color: #BB8833;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.about_sec_2 .item:before{
    position: absolute;
    right: 0;
    bottom: -10px;
    content: url(../images/bf_vistion.png);
    display: none;
}

.about_sec_2 .item .box_content {
    padding: 0 calc(calc(100vw - 1200px)/2) 0 90px;
}

.about_sec_2 .item img {
    width: 100%;
    display: block;
}

.about_sec_2 .item .box_content .content {
    font-size: 16px;
}
.about_sec_2 .item .box_content .heading_h2{
    font-size: 36px;
}
.about_sec_2 .item.last_item .box_content{
    padding: 0 90px 0 calc(calc(100vw - 1200px)/2);
}
.about_sec_2 .item.last_item:before {
    left: 0;
    right: unset;
    transform: rotateY(
            180deg);
}
.about_sec_3{
    padding: 110px 0;
    background-attachment: fixed;
}
.about_sec_4{
    padding: 100px 0px;
}
.about_sec_5{
    padding: 130px 0 90px;
}
.about_sec_5:before{
    position: absolute;
    right: 45px;
    top: 42px;
    content: url(../images/bf_start.png);
}
.about_sec_5 .wrap>* {
    width: 50%;
}

.about_sec_5 .wrap .box_content {padding: 35px calc(calc(100vw - 1200px)/2) 0 100px;}

.about_sec_5 .wrap .box_content>h3 {
    font-size: 30px;
    color: #BB8833;
    margin: 0;
}

.about_sec_5 .wrap .box_content>span {
    font-size: 18px;
    color: #666666;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.about_sec_5 .wrap .box_content>span:before {
    width: 80px;
    height: 1px;
    background-color: #BB8833;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}
.about_sec_5 .wrap .box_img img{
    display: block;
    width: 100%;
}
/*.about_sec_6{*/
/*    padding-bottom: 90px;*/
/*}*/
.slider_award .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
}

.slider_award {
    padding: 30px 0 180px 0;
    margin: 0 -55px;
}

.slider_award .swiper-slide {
    transform: scale(.7);
    transition: .8s all;
}

.slider_award .item {
    position: relative;
}

.slider_award .item h3 {
    position: absolute;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.slider_award .item img {
    width: 100%;
    display: block;
}
.box_slider{
    position: relative;
}
.about_sec_6 .arrow_slider{
    top: 35%;
}
.about_sec_7{
    padding: 115px 0 180px;
    background-attachment: fixed;
}
.about_sec_7 .slider_box {
    max-width: 1050px;
    margin: 40px auto 0;
}
.tabs_scroll ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0;
    /* height: 50px; */
    /* background-color: #BB8833; */
}

.tabs_scroll ul a {
    font-size: 14px;
    color: white;
    transition: .5s all;
}

.tabs_scroll {
    height: 50px;
    background-color: #BB8833;
    line-height: 50px;
}
.tabs_scroll.active{
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 10;
}
.tabs_scroll ul a.active,
.tabs_scroll ul a:hover,
.tabs_scroll ul li.active a{
    color: #f7941d;
}

section.section.nav_tabs {
    height: 50px;
}

.contact_sec_1 {
    padding: 95px 0;
}

.contact_sec_1 .heading_h2 {
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 50px;
    line-height: 1.4;
}

.contact_sec_1 .grid-50:last-child {
    border-left: 1px solid #e1e1e1;
    padding-left: 100px;
}

.contact_sec_1 .grid-50:first-child {
    padding-right: 100px;
}

.contact_sec_1 .wrap .icon {
    width: 63px;
    flex: 0 0 auto;
}

.contact_sec_1 .wrap h3 {
    color: #BB8833;
    font-size: 16px;
    margin-bottom: 6px;
}

.contact_sec_1 .wrap .content,.contact_sec_1 .wrap .content a {
    color: #333333;
    font-size: 16px;
}

.contact_sec_1 .wrap .item:not(:last-child) {
    margin-bottom: 40px;
}
.wrap_form br {
    display: none;
}

.wrap_form input:not(.wpcf7-submit) {
    width: 100%;
    height: 38px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background: transparent;
    padding-left: 0;
    margin-bottom: 35px;
    color: #333333;
    outline: none !important;
}

.contact_sec_1 .wrap_form .grid-50 {
    padding: 0 10px !important;
}

.wrap_form input:not(.wpcf7-submit)::placeholder {
    color: #959595;
    font-size: 13px;
    text-transform: uppercase;
}

.wrap_form label {
    color: #333333;
    font-size: 14px;
    font-family: 'GMV DIN Pro Bold';
    margin-bottom: 7px;
    display: block;
    text-transform: uppercase;
}

input.wpcf7-submit {
    display: inline-block;
    background-color: #BB8833;
    line-height: 45px;
    font-family: 'GMV DIN Pro Bold';
    padding: 0 37px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: .5s all;
}

input.wpcf7-submit:hover{
    background: #BB8833;
}
.wpcf7-not-valid {
    border-bottom: 1px solid red !important;
}

.wpcf7-response-output {
    display: none !important;
}
.mySwiper .item {
    width: calc(100% - 30px);
    margin: 0 15px;
    box-shadow: 0 0 30px rgb(33 54 113 / 8%);
    background-color: #ffffff;
    min-height: 160px;
    box-sizing: border-box;
    padding: 25px;
    cursor: pointer;
    transition: .5s all;
}
.mySwiper .swiper-slide-thumb-active .item{
    background-color: #BB8833;
}

.mySwiper .item h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'FS Trajan Pro Bold';
    margin-bottom: 15px;
    transition: .5s all;
}
.mySwiper .swiper-slide-thumb-active .item h3{
    color: white;

}
.mySwiper .swiper-slide-thumb-active .item h3 svg{
    fill: white;
}
.mySwiper .swiper-slide-thumb-active .item .content{
    color: white;
}

.mySwiper .item h3 svg {
    fill: #f7941d;
    width: 15px;
    height: auto;
    margin-right: 10px;
    flex: 0 0  auto;

}

.mySwiper .item .content {
    font-size: 16px;
}

.mySwiper .swiper-slide {
    padding: 5px 0 25px 0;
}

.mySwiper {
    margin: 0 -15px;
}
.contact_sec_2 iframe{
    width: 100%;
    display: block;
    height: 600px;
}
.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 12px;
    transform: translateY(-30px);
}
.banner_project:before{
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, #BB8833 0%, rgba(48, 68, 119, 0) 100%);
    opacity: 0.95;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.banner_project img{
    width: 100%;
    display: block;
}
.banner_project .box_content{
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 2;
}
.banner_project .box_content .sub_title{
    font-size: 18px;
    margin-bottom: 7px;
}
.banner_project .box_content .heading_h2{
    margin: 0;
}
.project_sec_1{
    padding: 95px 0 100px;
}
.project_sec_1 .slider {
    margin-bottom: 40px;
    padding: 0 calc(calc(100vw - 1200px) /2);
}
.project_sec_1 .content:not(.bottom){
    font-size: 14px;
    margin-bottom: 30px;
}
.project_sec_1 .slider a {
    display: inline-block;
    width: calc(100% - 40px);
    margin: 0 20px;
    background: black;
}

.project_sec_1 .slider a img {
    width: 100%;
    display: block;
}
.project_sec_1 .slider .swiper-slide a img {
    opacity: .5;
    transition: 1s all;
}
.project_sec_1 .slider .swiper-slide.swiper-slide-active a img {
    opacity: 1;
}
.project_sec_1 .slider .arrow_slider{
    left: calc(calc(calc(100vw - 1300px) /2) / 2);
}
.project_sec_1 .slider .arrow_slider.next{
    right: calc(calc(calc(100vw - 1300px) /2) / 2);
    left: unset;
}
.project_sec_1 .slider .arrow_slider svg{
    fill: white;
}
.project_sec_1 .content.text_justify.bottom {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}
.project_sec_1 .gca-column img {
    margin: 18px 0 0 30px;
}
.project_sec_1 .content li:before{
    width: 7px;
    height: 7px;
    background-color: #e1e1e1;
    content: '';
    border-radius: 50%;
    top: 7px;
}

.fz_36{
    font-size: 36px !important;
}
.project_sec_2{
    background-color: #f7f7f7;
    padding: 88px 0 170px;
}
.project_sec_2 .content{
    font-size: 14px;
}
.project_sec_2 .content.top,
.project_sec_2 .center{
    margin-bottom: 60px;
}
.project_sec_2 .content.top{
    max-width: 990px;
    margin: 0 auto 60px;
}
.project_sec_2 .content>*:last-child{
    margin-bottom: 0;
}
.project_sec_2 .bottom{
    margin-bottom: 30px;
}
.project_sec_2  .group>h3{
    color: #BB8833;
    font-size: 26px;
    margin-bottom: 20px;
}
.project_sec_2  .group.bottom{
    margin-bottom: 25px;
}
.project_sec_2 .slider .item .wrap {
    width: 145px;
    height: 145px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}
.project_sec_2 .slider .item .wrap:after{
    position: absolute;
    right: -10px;
    top: 37px;
    content: url(../images/bf_process.png);
    filter: brightness(0) invert(1);
}

.project_sec_2 .slider .item .wrap:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    content: '';
    background-color: #BB8833;
    width: 105px;
    height: 105px;
    z-index: -1;
}
.project_sec_2 .slider .item .wrap h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

.project_sec_2 .slider .item .wrap h3 span {
    font-size: 15px;
}
.project_sec_2 .slider .item .content {
    font-size: 16px;
    padding: 0 13px;
}
.project_sec_2 .arrow_slider {
    top: 73px;
}
.project_sec_2:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: url(../images/bg_sec_2_project.png);
    transform: translateX(-50%);
}
.project_sec_3{
    padding: 110px 0 120px;
}
.project_sec_3 .wrap_items{
    margin-top: 60px;
}
.project_sec_3 .wrap_items .item{
    position: relative;
    align-items: center;
}
.project_sec_3 .wrap_items .item:not(:last-child){
    margin-bottom: 30px;
}
.project_sec_3 .wrap_items .item>*{
    width: calc(50% - 30px);
    margin: 0 15px;
}
.project_sec_3 .wrap_items .item h3{
    color: #BB8833;
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.project_sec_3 .wrap_items .item a{
    width: 100%;
    height: 100%;
    z-index: 9;
}
.project_sec_3 .content{
    font-size: 14px;
}
.project_sec_3 .wrap_items .item .box_img img {
    display: block;
    width: 100%;
}
.project_sec_3 .wrap_items .item .box_img{
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}
.project_sec_3 .wrap_items .item h3{
    margin-bottom: 30px;
}
.project_sec_3 .wrap_items .item:nth-child(2n + 2) .box_content{
    order: 2;
    padding: 0 25px 0 30px;

}
.project_sec_3 .wrap_items .item .box_content{
    box-sizing: border-box;
    padding: 0 30px 0 25px;
}
.project_sec_3 .content.top{
    max-width: 850px;
    margin: auto;
}
.project_sec_3 .wrap_items .item .box_img{
    position: relative;
}
.project_sec_3 .wrap_items .item .box_img:before{
    height: 95px;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
}
.project_sec_3 .wrap_items .item .box_img span{
    position: absolute;
    left: 25px;
    bottom: 20px;
    right: 25px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
}
.project_sec_3 .wrap_items .item .box_img span:before{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(1);
    content: url(../images/before_album.png);
    pointer-events: none;
    transition: .5s all
}
.project_sec_3 .wrap_items .item:hover .box_img span:before{
    transform: translateY(-50%) scale(1.2);
}
.project_sec_4 .wrap_gallery .item{
    width: 25% !important;
    border: 2px solid white;
    box-sizing: border-box;
}
.wrap_gallery .item:nth-child(1),
.wrap_gallery .item:nth-child(6){
    width: 50% !important;
}
.wrap_gallery .item a{
    display: block;
    width: 100%;
    height: 100%;
}
.wrap_gallery .item a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 5px !important;
    background: #999999;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #BB8833 !important;
}
.swiper-pagination {
    position: unset;
    height: auto;
}
.project_sec_4 .swiper-pagination{
    margin-top: 35px;
}
.project_sec_1 .heading_h2, .project_sec_2 .heading_h2, .project_sec_3 .heading_h2, .project_sec_4 .heading_h2 {
    margin-bottom: 20px;
}
.project_sec_4 .content{
    text-align-last: center;
    max-width: 835px;
    margin: 0 auto 40px;
    font-size: 14px;
}
.project_sec_4 .content.bottom {
    margin: 30px auto 0;
}
.project_sec_4{
    padding-bottom: 105px;
}
.project_sec_5{
    padding-bottom: 100px;
}
.project_sec_5 .heading_h2{
    margin-bottom: 45px;
}
.project_sec_5 .slider{
    margin-bottom: 40px;
}
.project_sec_5 .content{
    font-size: 14px;
}
.project_sec_5 .wrap{
    max-width: 1000px;
    margin: auto;
}
.project_sec_6{
    padding-bottom: 120px;
}
.project_sec_6 .wrap{
    max-width: 1000px;
    margin: auto;
}
.for_gallery a{
    height: 601px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.project_sec_6 .for_gallery a{
    height: auto;
}
.for_gallery {
    margin-bottom: 20px;
}
.nav_gallery .item{
    width: calc(100% - 10px);
    margin: 0 5px;
    height: 96px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.nav_gallery .item img{
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}
.nav_gallery{
    margin: 0 -5px;
}
.project_sec_7 {
    padding-bottom: 100px;
}
.project_sec_7 .wrap{
    max-width: 1000px;
    margin: auto;
}
.project_sec_7 .slider a{
    width: 100%;
    display: inline-block;
    position: relative;
}
.project_sec_7 .slider a:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 142px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    width: 100%;
}
.project_sec_7 .slider a img{
    display: block;
    width: 100%;
}
.project_sec_7 .swiper-pagination{
    position: absolute;
    bottom: 20px;
}
.project_sec_7 .swiper-pagination .swiper-pagination-bullet {
    background: white;
}
.project_sec_8 .wrap{
    max-width: 1000px;
    margin: auto;
}
.project_sec_8 .box_video{
    position: relative;
}
.project_sec_8 .box_video:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: url(../images/button_play.png);
}
.project_sec_8 .box_video img{
    width: 100%;
    display: block;
}
.project_sec_8{
    padding-bottom: 100px;
}
.project_sec_9{
    padding-bottom: 115px;
}
.project_sec_9 .content h3{
    font-size: 22px;
}
.project_sec_10{
    padding: 95px 0;
    background-color: #CEBEAA;
}
.project_sec_10:before,
.project_sec_10:after{
    position: absolute;
    right: 7%;
    top: 0;
    content: url(../images/logo_bf.svg);
    filter: brightness(0) invert(1);
}
.project_sec_10:after{
    left: 7%;
    bottom: 0;
    top: unset;
    right: unset;
    content: url(../images/logo_bf.svg);
    filter: brightness(0) invert(1);
}
.project_sec_10 .wrap{
    max-width: 820px;
    margin: auto;
}
.project_sec_10 .content{
    opacity: .7;
    font-size: 14px;
    margin-bottom: 40px;
}
.project_sec_10 .wrap_form input:not(.wpcf7-submit){
    height: 46px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    padding: 0 20px;
    margin-bottom: 15px;
}
.project_sec_10 .wrap_form input:not(.wpcf7-submit)::placeholder{
    text-transform: unset;
    color: #666666;
}
.project_sec_10 .wrap_form .wpcf7-not-valid-tip {
    transform: translateY(-15px);
}
.wpcf7 .ajax-loader {
    position: absolute;
    transform: translate(-10px,20px) scale(.8);
    pointer-events: unset;
}
.project_sec_10 .wrap_form input.wpcf7-submit {
    padding: 0 60px;
    border-radius: 23px;
}
.project_sec_11 .item_project {
    width: calc(100% - 20px) !important;
    margin: 0 10px;
    box-shadow: 0 0 20px rgb(0 41 74 / 6%);
}
.project_sec_11{
    padding: 80px 0 95px;
}
section.section.nav_tabs.project_nav .tabs_scroll {
    background-color: #f1f1f1;
}
section.section.nav_tabs.project_nav  .tabs_scroll ul{
    justify-content: center;
}
section.section.nav_tabs.project_nav  .tabs_scroll ul a{
    color: #333333;
    margin: 0 16px;
}
section.section.nav_tabs.project_nav .tabs_scroll ul a.active,section.section.nav_tabs.project_nav .tabs_scroll ul a:hover,section.section.nav_tabs.project_nav .tabs_scroll ul li.active a{
    font-family: 'GMV DIN Pro Bold';
    color: #BB8833;
}
.td_sec_1{
    margin-top: 130px;
    padding-bottom: 140px;
    overflow: unset !important;
}
.td_sec_1:before{
    position: absolute;
    left: -98px;
    top: -90px;
    content: url(../images/bf_start.png);
}
.td_sec_1 .wrap{
    align-items: center;
}
.td_sec_1 .wrap .content b,
.td_sec_1 .wrap .content strong{
    font-size: 20px;
}
.td_sec_1 .wrap .box_content {
    padding-right: 40px;
}
.td_sec_2>img{
    display: block;
    width: 100%;
}
.td_sec_3 .wrap{
    box-shadow: 0 3px 142px rgba(33, 54, 113, 0.16);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 115px 95px 100px;
}
.td_sec_3 {
    margin-top: -280px;
    overflow: unset !important;
}
.td_sec_4{
    margin-top: 140px;
}
.td_sec_4 .wrap{
    align-items: center;
    background-color: #BB8833;
    position: relative;
}
.td_sec_4 .wrap>*{
    width: 50%;
    position: relative;
}
.td_sec_4 .wrap .box_img img{
    width: 100%;
    display: block;
}
.td_sec_4 .wrap .box_img:before{
    position: absolute;
    height: 161px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 1%, rgba(0, 0, 0, 0) 100%);
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
}
.td_sec_4 .wrap .box_content{
    padding: 0 100px 0 calc(calc(100vw - 1200px) / 2);
}
.td_sec_4 .wrap:before{
    position: absolute;
    left: -40px;
    bottom: -20px;
    content: url(../images/logo_bf.svg);
    filter: brightness(0) invert(1);
}
.slider_gallery_td .item a{
    background-color: #BB8833;
    opacity: 0;
    transition: .5s all;
}
.slider_gallery_td .item:hover a{
    opacity: .8;
}
.slider_gallery_td .item h3 {
    color: #ffffff;
    font-size: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: 80%;
    transition: .5s all;
    z-index: 2;
    opacity: 0;
    margin: 0;
}
.slider_gallery_td .item:hover h3{
    opacity: 1;
}
.slider_gallery_td .item img{
    display: block;
    width: 100%;
}
.slider_gallery_td .item{
    position: relative;
}
.slider_gallery_td .item:before{
    height: 65%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 1%, rgba(0, 0, 0, 0) 100%);
}
.slider_gallery_td .arrow_slider{
    left: 50px;
}
.slider_gallery_td .arrow_slider svg{
    fill: white;
}
.slider_gallery_td .arrow_slider.next{
    right: 50px;
    left: unset;
}
.td_sec_4{
    padding-bottom: 80px;
}
.td_sec_5{
    padding-bottom: 85px;
}
.wrap_video .item_video{
    width: calc(calc(100% / 3) - 16px);
    margin: 0 8px 16px;
    box-shadow: 0 0 20px rgba(0, 41, 74, 0.1);
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
    padding: 8px;
}

.wrap_video .item_video .box_img{
    width: 100%;
    height: 203px;
    overflow: hidden;
    margin-bottom: 20px;
}
.wrap_video .item_video a{
    z-index: 9;
}
.wrap_video .item_video img{
    display: block;
    width: calc(100% + 20px);
    object-fit: cover;
    height: auto;
    min-height: 100%;
    transition: .5s all;
    transform: translateX(0);
    max-width: unset;
}
.wrap_video .item_video:hover img{
    transform: translateX(-20px);
}
.wrap_video .item_video .box_content{
    margin-bottom: 10px;
}
.wrap_video .item_video .box_content .icon {
    width: 75px;
    height: 55px;
    flex: 0 0 auto;
    margin-right: 15px;
    border-right: 1px solid #e1e1e1;
    position: relative;
}
.wrap_video .item_video .box_content .icon:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: url(../images/youtube_play.png);
}
.wrap_video .item_video .box_content h3{
    color: #333333;
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}
.tax_gallery{
    padding: 95px 0 70px;
}
.wrap_gallery .item {
    position: relative;
    width: calc(33% - 10px);
    margin: 0;
}

.item_gallery {
    width: calc(33.33333% - 10px);
    margin: 0 5px 10px;
    position: relative;
}

.item_gallery:nth-child(2),.item_gallery:nth-child(6) {
    width: calc(66.66667% - 10px);
    aspect-ratio: 2 / 1;
}
.item_gallery img{
    height: 100%;
    object-fit: cover;
}
.item_gallery:hover h3 {
    left: 50%;
    transform: translate(-50%,calc(50% + 60px));
    bottom: 50%;
    text-align: center;
}
.item_gallery h3 {
    position: absolute;
    margin: 0;
    bottom: 30px;
    left: 30px;
    color: #ffffff;
    font-size: 18px;
    z-index: 2;
    text-transform: uppercase;
    max-width: 215px;
    transition: .3s linear;
    width: 100%;
    text-align: left;
    pointer-events: none;
}
.item_gallery h3:before {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    content: url(../images/picture.png);
    opacity: 0;
    transition: .5s all;
}
.item_gallery:hover h3:before{
    opacity: 1;
}
.item_gallery a{
    opacity: 0;
    transition: .5s all;
    background-image: linear-gradient(to top, #BB8833 0%, rgba(33, 54, 113, 0.5) 100%);
}
.item_gallery:hover a{
    opacity: 0.6;
}
.item_gallery img {
    width: 100%;
    display: block;
}

.item_gallery:before {
    height: 145px;
    background-image: linear-gradient(to top, rgba(13, 13, 13, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.slider_news .arrow_slider {
    left: 5%;
}
.slider_news .arrow_slider.next {
    left: unset;
    right: 5%;
}
.about_sec_6:before {
    left: 0;
    bottom: 0;
    transform: translate(-14%, 48%);
    position: absolute;
    content: url(../images/bf_start.png);
}
.project_sec_10 .wpcf7-form .wpcf7-spinner {
    position: absolute;
}
.nav_gallery .swiper-slide-thumb-active .item{
    border: 1px solid #BB8833;
}
.cates {
    margin-bottom: 35px;
}
.info_employment_information .form_td .wrap_form span.wpcf7-not-valid-tip {
    transform: translateY(-20px);
    color: red;
}
section.post-detail>.grid-container {
    display: flex;
}
.sidebar-post{
    height: 100%;
}
.item-sidebar:last-child {
    position: sticky;
    top: 100px;
}

.section {
    display: block;
}
.td_3 {
    overflow: unset;
}
.post_details_page {
    padding: 50px 0 120px;
}

h1.title_post {
    font-size: 30px;
    color: #231F20;
    font-weight: 700;
}

.box_date_post {
    background: #BB8833;
    float: right;
    text-align: center;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.box_date_post b {
    font-size: 36px;
    line-height: 1;
}

.box_date_post .content {
    font-size: 10px;
    line-height: 1;
    color: #fff;
}

.content.content_post {
    display: inline-block;
    width: 100%;
    border: 1px solid #DDD;
    padding: 45px 40px;
    color: var(--8, #333);
    margin-bottom: 120px;
}

.wp-caption .wp-caption-text {
    background: transparent;
    color: #666;
    max-width: 90%;
    margin: auto;
}

.content_post .nav_bottom ul {
    list-style: none;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
}

.content_post .nav_bottom ul li {
    display: flex;
    align-items: center;
    color: #666;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.content_post .nav_bottom ul li svg {
    display: block;
}

.content_post .nav_bottom ul li .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.content_post .nav_bottom ul li + li {
    margin-left: 20px;
}

.post_details_page .group_heading h2 {
    font-size: 45px;
    margin-bottom: 40px;
}

.post_item:not(.item_product) .box_img {
    height: 264px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.post_item:not(.item_product) .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.post_item:not(.item_product):hover .box_img img {
    transform: scale(1.15);
}

.post_item:not(.item_product) .box_date_post {
    float: unset;
    flex: 0 0 auto;
    transition: .5s all;
    margin-left: -18px;
    margin-top: 1px;
    margin-right: 0;
}

.post_item:not(.item_product) .box_content>.inner {
    display: flex;
}

.post_item:not(.item_product) {
    padding: 18px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    transition: .5s all;
    position: relative;
}

.post_item:not(.item_product) h3 {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0 0 15px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 57px;
    transition: .5s all;
}

.slider_item_post .swiper-slide {
    padding: 0 6px;
}

.slider_item_post {
    margin: 0 -6px;
}

.post_item:not(.item_product):hover {
    background: #BB8833;
}

.post_item:not(.item_product):hover h3 {
    color: #fff;
}

.post_item:not(.item_product):hover .box_date_post {
    background: #CEBEAA;
}

.post_details_page .arrow_slider {
    border-color: #016243;
}

.post_details_page .arrow_slider path {
    stroke: #016243;
}

.wrap_post_top .post_item:nth-child(1) {
    width: 516px;
    float: left;
    margin-right: 14px;
    display: block;
}

.wrap_post_top .post_item {
    display: flex;
    float: right;
    width: calc(100% - 530px);
    margin-bottom: 14px;
}

.wrap_post_top .post_item:nth-child(1) .box_img {
    height: 376px;
    width: 100%;
}

.wrap_post_top .post_item:nth-child(1) .box_date_post {
    margin-top: 15px;
}

.wrap_post_top .post_item .box_img {
    width: 260px;
    height: 200px;
    flex: 0 0 auto;
}

.wrap_post_top {
    display: inline-block;
    min-width: 100%;
}

.wrap_post_top .post_item:not(:first-child) .inner {
    display: block;
}

.wrap_post_top .post_item:not(:first-child) .inner .box_date_post {
    margin: -18px 0 0 0;
}

.wrap_post_top .post_item:not(:first-child) h3 {
    margin-left: 0;
}

.wrap_post_top .post_item:not(:first-child) .box_content {
    padding-left: 15px;
}

.wrap_post {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.wrap_post .post_item {
    width: calc(calc(100% / 3) - 14px);
    margin: 0 7px 14px;
}

section.news_page {
    padding: 90px 0;
}

ul.thenativePagination {
    list-style: none;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #EEE;
    font-size: 13px;
    color: #444;
    font-weight: 600;
    margin: 0 1px;
}

ul.thenativePagination li {
    margin: 0;
}

ul.thenativePagination li.active a {
    background: #BB8833;
    color: #ffff;
}

li.thenativePaginationNext, .thenativePaginationPrev, .thenativePaginationStart, thenativePaginationEnd, .thenativePaginationEnd {
    display: none;
}

.menu_news ul {
    display: flex;
    justify-content: center;
}

.menu_news ul a {
    border: none;
    padding: 0 25px !important;
    height: 47px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    font-weight: 700;
    color: #333;
    transition: .5s all;
}

.menu_news ul li {
    border: none !important;
}

.menu_news ul li {
    margin: 0 8px !important;
}

.menu_news {
    margin: 30px 0 50px;
}

.menu_news ul .current-menu-item a,
.menu_news ul a:hover {
    background: #BB8833;
    color: #fff;
}

.news_page .row {
    position: relative;
}

.news_page .img_scroll {
    position: absolute;
    left: -20px;
    top: 0;
    transform: translateX(-100%);
    height: 100%;
}

.news_page .img_scroll ul {
    list-style: none;
    margin: 0;
}

.img_scroll ul img {
    max-width: 280px;
    display: block;
}

.img_scroll li {
    margin: 0;
}

.img_scroll li+li {
    margin-top: 20px;
}

.box_wrap_post {
    position: relative;
}

.news_page .img_right.img_scroll {
    right: -20px;
    left: unset;
    transform: translateX(100%);
}

.page-template-news {
    overflow: unset;
}

.news_page .img_scroll .inner {
    position: sticky;
    top: 160px;
}


.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1200px;
}
.header-main {
    height: auto !important;
}

#logo img {
    max-height: unset !important;
}

.header-main .nav > li > a {
    text-transform: unset;
    padding: 0 20px !important;
    font-size: 15px;
    font-weight: 400;
    color: #515151;
    line-height: 100px !important;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;
}

body .stuck #logo img {
    max-height: unset !important;
}

#logo img {
    height: 100px;
    width: auto;
}

.header-main .nav > li {margin: 0;}

.header-bg-color {
    background: #fff;
}

.header-wrapper {
    border-bottom: 1px solid #f7941d;
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: none;
}

.header-main .nav > li.current-menu-item > a,.header-main .nav > li > a:hover {
    color: #BB8833;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    font-size: 15px;
}
img.bg {
    height: 100%;
    object-fit: cover;
}
.banner_home .banner-bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #BB8833 0%, rgba(48, 68, 119, 0) 100%);
}
.about_sec_7 .home_sec_6 {
    min-height: unset;
    padding: 115px 0 180px;
}
.item_project table {
    border: none;
}

.item_project table * {
    border: none;
}

.item_project h4.text-center.limit-line.limit-2 {
    font-weight: 400;
    font-size: 15px;
}

.item_project table tr:nth-child(even) {
    background: #f5f5f5;
}

.item_project table {
    font-size: 15px;
}
.banner h1, .banner h2, .banner h3 {
    font-family: 'FS Trajan Pro Bold';
    font-size: 30px;
    bottom: 220px;
    text-shadow: 0 0 35px rgba(10, 32, 87, 0.68);
    line-height: 1.5;
}
.item_project a.wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
span.wpcf7-spinner {
    position: absolute;
}
.wrap_project h3 {
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
    text-align: -webkit-auto;
    text-transform: unset;
}

.wrap_project .col {padding: 0 0.25rem;margin-bottom: 0.5rem;}

.wrap_project {
    margin: 0 -0.25rem !important;
}

.wrap_project .banner {
    border-radius: 0.65rem;
    overflow: hidden;
    padding-top: 63.25% !important;
}

.wrap_project  .text {
    padding: .5rem;
}

.wrap_project .banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    z-index: 1;
    background: linear-gradient(0deg, black, transparent);
}

.wrap_project .text-box {
    z-index: 9;
}

.wrap_project {
    width: 100%;
    margin: 3rem !important;
}


.menu-item-design-full-width .sub-menu.nav-dropdown {
    background: transparent;
}

.menu_project .icon-box {
    align-items: center;
}

.menu_project .icon-box .icon-inner {
    width: 5.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 0.5rem;
    overflow: hidden;
}

.menu_project .icon-box h5.uppercase {
    text-transform: unset;
}

.menu_project .icon-box + .icon-box {
    margin-top: 0.4rem !important;

}
.giuseart_tabs > .nav .tab {
    display:flex;
    margin: 0 .5rem 0 0;
}
.giuseart_tabs .nav{margin-bottom:0.75rem}
.giuseart_tabs > .nav .tab a {
    text-align:center;
    display: flex;
    border:none;
    overflow: hidden;
    position: relative;
    font-size: 0.75rem;
    color: black;
    height: auto !important;!i;!;
    flex-wrap: unset;
    align-items: center;
    border-radius: 0;
    background: transparent;
    padding: 10px !important;
    transition: .5s all;
    border-radius: 0.8rem;
}
.giuseart_tabs > .nav .tab.active a {
    border: none;
    box-shadow: none;
}
.giuseart_tabs .nav-vertical > li + li {
    border-top: 0;
    !i;!;
}
.giuseart_tabs > .nav .tab a > img {
    margin: 0 auto;
    width: 5.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 0.5rem;
    overflow: hidden;
    object-fit: cover;
    flex: 0 0 auto;
}
.giuseart_tabs > .nav .tab a > img:nth-child(2) {
    display: none;
}
.giuseart_tabs > .nav .tab.active a > img:nth-child(1) {
    display: none;
}
.giuseart_tabs > .nav .tab.active a > img:nth-child(2) {
    display: block;
}
.giuseart_tabs > .nav .tab a:before {
    display: none;
}
.giuseart_tabs .nav h3 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 1rem;
    color: black;
    text-align: left;
    margin-left: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.giuseart_tabs .nav .active h3 {
    color: black;
}
.giuseart_tabs > .tab-panels {
    width: 100%;
    padding:1rem;}
.giuseart_tabs .tab-panels .row {
    margin: 0;
}
.giuseart_tabs .tab-panels .panel .row .col {
    padding: 0 0.25rem 0.25rem;
}
.giuseart_tabs .nav.nav-vertical a{text-align:center;margin-right: 20px;}
.giuseart_tabs .nav-vertical{margin-bottom:0;flex-flow: unset;display: block;margin-top: 20px !important;}
.menu_project tab img+img {}

.giuseart_tabs > .nav .tab a > img:not(:first-child) {
    display: none;
}

.giuseart_tabs > .nav .tab.active a > img:nth-child(1) {
    display: block !important;
}

.tabbed-content.giuseart_tabs {
    align-items: flex-start;
}

.giuseart_tabs > .nav .tab a:hover, .giuseart_tabs > .nav .active.tab a {
    background: #c9c9c9 !important;
}


html[ng-app="uxBuilder"] header#header .tab-panels .panel:not(.active) {
    height: auto;
    opacity: 1;
    visibility: unset;
}

html[ng-app="uxBuilder"] header#header .nav-vertical+.tab-panels {
    max-height: 60vh;
    overflow: auto;
}
.menu_project>.row {max-width: 100% !important;}

.menu_project {
    display: block;
    max-width: calc(100vw - 4rem);
    margin: auto;
    background: #fff;
    border-radius: 20px;
}

.menu-item-design-full-width .sub-menu.nav-dropdown {
    padding: 0;
}

.menu-item-design-full-width .row>.col {
    padding-bottom: 0;
}
.single-project table {
    border: none;
}

.single-project table td {
    border-left: none;
    border-right: none;
    border-width: 1px;
}

.single-project  input.wpcf7-submit {
    margin-top: 0;
}

.single-project .flex-col input {
    height: 45px;
}
.flex-col  span.wpcf7-not-valid-tip {transform: translateY(-19%);}
[ng-app="uxBuilder"] .home_sec_3 {
    margin-top: -80px;
}
.page-template-about {
    overflow: unset !important;
}

section.section.nav_tabs {
    position: sticky;
    top: 100px;
    z-index: 9;
    margin: 0;
}
li.html.custom.html_topbar_left {
    margin-left: 20px;
}
.gtranslate_wrapper a+a {
    margin-left: 10px;
}
@media screen and (max-width: 1200px){
    .nav_tabs{
        display: none;
    }
    .home_sec_2.about_sec_1 {
        padding-bottom: 80px;
    }
    .about_sec_2 .item .box_content {
        padding: 0 calc(calc(100vw - 950px)/2) 0 90px;
        order: 2 !important;
    }
    .about_sec_2 .item .box_content {
        padding: 60px 40px !important;
        box-sizing: border-box;
        order: 2 !important;
    }
    .about_sec_5 .wrap .box_content {
        padding: 35px calc(calc(100vw - 950px)/2) 0 30px;
    }
    .about_sec_2 .item>* {
        width: 100%;
    }
    .slider_award .item h3{
        font-size: 16px;
        margin-bottom: 0;
    }
    .item_project .box_img{
        height: 200px;
    }
    .project_sec_1 .slider{
        max-width: 950px;
    }
    .project_sec_3 .wrap_items .item h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .project_sec_10 .wrap_form{
        justify-content: center;
    }
    .project_sec_2 {
        padding: 80px 0;
    }
    .item-post .inner{
        flex-wrap: nowrap;
    }
    .post-detail .sidebar-post .title{
        font-size: 20px;
    }
    .td_sec_1 {
        margin-top: 80px;
        padding-bottom: 80px;
    }
    .td_sec_1 .heading_h2{
        font-size: 32px !important;
    }
    .td_sec_4 .wrap .box_content {
        padding: 30px 30px 30px calc(calc(100vw - 950px) / 2);
    }
    .td_sec_4 .wrap{
        align-items: unset;
    }
    .td_sec_4 .wrap>* img {
        height: 100%;
        object-fit: cover;
    }
    .td_sec_4 {
        margin-top: 80px;
    }
    .contact_sec_1 .heading_h2{
        font-size: 32px;
    }
    #wrap-filter .form-top .wrap-progress{
        flex-wrap: nowrap;
    }
    #wrap-filter .wrap-progress .check{
        margin-left: 10px;
        flex: 0 0 auto;
    }
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 950px;
    }

    .header-main .nav > li > a {
        padding: 0 10px !important;
        line-height: 70px !important;
    }

    #logo img {
        height: 70px !important;
    }

    .banner h1, .banner h2, .banner h3 {
        font-size: 25px;
    }
    .item_project {
        width: calc(calc(100% / 3) - 20px);
    }
    .wrap_post_top .post_item:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }

    .wrap_post_top .post_item {
        width: calc(50% - 10px);
    }

    .wrap_post_top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .wrap_post_top .post_item {
        display: block;
    }

    .wrap_post_top .post_item .box_img {
        width: 100%;
        height: 260px;
    }

    .wrap_post_top .post_item:not(:first-child) .inner .box_date_post {
        position: relative;
    }

    .img_scroll ul img {
        max-width: 80px;
    }
}
@media screen and (max-width: 991px) {

    .lang_custom_mobile {
        position: absolute;
        right: 130px;
        top: 28px;
        display: flex !important;
    }

    .slider_award .swiper-slide.swiper-slide-active {
        transform: scale(1) !important;
    }

    .about_sec_5 .wrap > * {
        width: 100%;
    }

    .about_sec_5 .wrap .box_content {
        padding: 30px;
    }

    .slider_award {
        margin: 0;
    }

    .slider_award {
        padding: 0 0 60px 0;
    }

    .about_sec_7 {
        padding: 80px 0;
    }

    .about_sec_3 {
        padding: 80px 0;
    }

    .about_sec_2 .item .box_content .heading_h2 {
        font-size: 25px;
    }

    .item_project {
        width: calc(calc(100% / 2) - 20px);
    }

    .project_sec_1 {
        padding: 60px 0;
    }

    .project_sec_1 .slider {
        max-width: 720px;
    }

    .for_gallery a {
        height: 450px;
    }

    .project_sec_10 .wrap_form > * {
        width: 100%;
    }

    .post .inner {
        height: 180px;
    }

    .first-news .inner_title .name {
        font-size: 20px;
    }
    .first-news .inner_title {
        height: 220px;
    }
    .first-news .img {
        margin-top: -80px;
        padding-bottom: 300px;
    }
    .post .wrap-content{
        padding: 0 20px 20px;
    }
    .news .wrap-content{
        max-width: 90%;
        padding: 30px;
    }
    .item-post .inner {
        flex-wrap: wrap;
    }
    .post-detail .right {
        padding-left: 30px;
    }
    .item-post .thumb {
        width: 100%;
        margin-bottom: 10px;
    }
    .post-detail h1 {
        font-size: 25px;
        line-height: 1.5;
    }
    .post-detail .sidebar-post .title {
        font-size: 18px;
    }
    .item_gallery h3 {
        font-size: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .tax_gallery {
        padding: 60px 0;
    }
    .wrap_video .item_video {
        width: calc(calc(100% / 2) - 16px);
    }
    .td_sec_1 .wrap {
        flex-wrap: wrap;
    }

    .td_sec_1 .wrap>* {
        width: 100%;
        padding: 0 10px !important;
    }
    .td_sec_1 .wrap .box_content {
        padding-right: 0;
    }
    .td_sec_4 .wrap>* {
        width: 100%;
    }
    .td_sec_4 .wrap .box_content {
        padding: 40px;
    }
    .contact_sec_1 .heading_h2 {
        font-size: 28px;
    }
    .contact_sec_1 .grid-50:first-child {
        padding-right: 50px;
    }
    .contact_sec_1 .grid-50:last-child {
        padding-left: 50px;
    }
    .contact_sec_2 iframe{
        height: 400px;
    }
    .contact_sec_1 {
        padding: 80px 0;
    }
    .mfp-container, .mfp-wrap {
    }

    .off-canvas-left .mfp-content {
        top: 70px;
        box-shadow: none;
        background: #fff;
    }

    .mfp-bg.mfp-ready {
        top: 70px !important;
        position: fixed !important;
    }
    .news_page .img_scroll {
        display: none;
    }
    li.html.custom.html_topbar_left {
        display: flex !important;
        flex: 0 0 auto;
    }
}
@media screen and (max-width: 767px){
    .lang_custom_mobile {
        right: 110px;
    }
    .about_sec_2 .item .box_content {
        padding: 40px 15px !important;
    }
    .about_sec_3 {
        padding: 60px 0;
    }
    .about_sec_4 {
        padding: 60px 0 0;
    }
    .about_sec_5 {
        padding: 60px 0;
    }
    .about_sec_5 {
        padding: 60px 15px;
    }
    .about_sec_5 .wrap .box_content {
        padding: 30px 0;
    }
    .about_sec_5 .wrap .box_content>h3 {
        font-size: 23px;
    }
    .about_sec_7 .arrow_slider {
        position: absolute;
        left: -10px;
    }
    .about_sec_7 .arrow_slider.next{
        right: -10px;
        left: unset;
    }
    .about_sec_7 {
        padding: 60px 0;
    }
    .slider_award {
        padding: 0 0 90px 0;
    }
    .about_sec_5 .wrap .box_content{
        padding-bottom: 0;
    }
    .project_page {
        padding: 60px 0;
    }
    .item_project .box_img {
        height: auto;
    }
    .item_project .box_content {
        padding: 15px;
    }
    .item_project .box_content h3 a{
        font-size: 14px;
    }
    .item_project .box_img img {
        display: block;
    }
    a.address {
        font-size: 13px;
    }
    .project_sec_1 .heading_h2, .project_sec_2 .heading_h2, .project_sec_3 .heading_h2, .project_sec_4 .heading_h2{
        font-size: 25px !important;
    }
    .project_sec_1 .slider {
        margin-bottom: 20px;
    }
    .project_sec_2 {
        padding: 60px 0;
    }
    .project_sec_2 .group>h3 {
        font-size: 20px;
    }
    .project_sec_2{
        padding-bottom: 40px;
    }
    .project_sec_3 {
        padding: 60px 0;
    }
    .project_sec_3 .wrap_items .item>* {
        width: 100%;
        margin: 0 15px;
        padding: 0 !important;
    }
    .project_sec_3 .wrap_items .item .box_img{
        order: 2;
    }
    .project_sec_3 .wrap_items .item .box_content{
        margin-bottom: 20px;
    }
    .project_sec_3 .wrap_items .item>*{
        margin: 0;
    }
    .project_sec_3 .wrap_items .item:not(:last-child) {
        margin-bottom: 50px !important;
    }
    .wrap_gallery .item:nth-child(1), .wrap_gallery .item:nth-child(6) {
        width: 100% !important;
    }
    .project_sec_4 .wrap_gallery .item {
        width: 50% !important;
    }
    .project_sec_4 {
        padding-bottom: 60px;
    }
    .project_sec_5 .heading_h2 ,
    .project_sec_6 .heading_h2,
    .project_sec_7 .heading_h2,
    .project_sec_8 .heading_h2
    ,.project_sec_9 .heading_h2,
    .project_sec_9 .heading_h2,
    .project_sec_10 .heading_h2,
    .project_sec_11 .heading_h2{
        margin-bottom: 30px;
        font-size: 25px !important;
    }
    .for_gallery a {
        height: 230px;
    }
    .nav_gallery .item{
        height: 65px;
    }
    .project_sec_6 ,
    .project_sec_7,
    .project_sec_8,
    .project_sec_9,
    .project_sec_5{
        padding-bottom: 60px;
    }
    .project_sec_8 .box_video:before {
        transform: translate(-50%, -50%) scale(.5);
    }
    .project_sec_10 {
        padding: 60px 0;
    }
    .project_sec_11{
        padding: 60px 0;
    }
    .project_sec_10:before, .project_sec_10:after{
        display: none;
    }
    .post .inner {
        height: 220px;
    }
    .news2 .inner h2{
        font-size: 25px;
    }
    .head.m-top-70{
        margin-top: 30px;
    }
    .news .wrap-content{
        padding: 10px;
        margin-top: -20px;
    }
    .news .name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        font-size: 14px;
    }
    .news .wrap-content .date {
        font-size: 12px;
    }
    .news2 ul.thenativePagination{
        margin-top: 0;
    }
    .news-menu{
        justify-content: center;
    }
    .news-menu li {
        margin: 5px;
    }
    section.post-detail>.grid-container {
        display: flex;
        flex-wrap: wrap;
    }
    .grid-70.tablet-grid-70.left {
        max-width: 100%;
    }
    .post-detail {
        padding-top: 60px;
    }
    .post-detail h1 {
        font-size: 20px;
        line-height: 1.5;
    }
    .post-detail .right {
        padding-left: 10px;
    }
    .cates .item-post {
        width: calc(50% - 10px);
        margin: 0 5px;
        border: none !important;
    }
    .cates {
        display: flex;
        flex-wrap: wrap;
    }
    .item-sidebar:first-child .cates>* {
        width: 100%;
    }
    .post-detail{
        padding-bottom: 40px;
    }
    .item_gallery img {
        height: 100%;
        object-fit: cover;
    }
    .item_gallery {
        width: calc(50% - 10px) !important;
    }
    .item_gallery h3 {
        font-size: 11px;
        width: calc(100% - 30px);
    }
    .fz_36 {
        font-size: 25px !important;
    }
    .item_gallery h3:before {

        top: -50px;
        transform: translateX(-50%) scale(.5);
    }
    .item_gallery:hover h3 {
        transform: translate(-50%, calc(50% + 30px));
    }
    .item_gallery h3 {
        bottom: 15px !important;
        left: 15px !important;
        right: 15px !important;
        transform: unset !important;
        text-align: center !important;
    }
    .wrap_video .item_video {
        width: 100%;
    }
    .td_sec_1 .heading_h2 {
        font-size: 25px !important;
    }
    .td_sec_1 {
        margin-top: 60px;
        padding-bottom: 60px;
    }
    .td_sec_3 {
        margin-top: 60px;
    }
    .td_sec_3 .wrap{
        padding: 30px;
    }
    .td_sec_4 .wrap .box_content {
        padding: 30px;
    }
    .wrap_info.display_flex_wrap > * {
        width: 100%;
        padding: 0 10px !important;
    }
    .contact_sec_1 .grid-50:first-child{
        margin-bottom: 40px;
    }
    .contact_sec_1 .heading_h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .wrap_form input:not(.wpcf7-submit){
        margin-bottom: 30px;
    }
    .contact_sec_1 .wrap_form .grid-50:first-child{
        margin-bottom: 0;
    }
    .contact_sec_1 {
        padding: 60px 0;
    }
    .mySwiper .item {
        width: calc(100% - 10px);
        margin: 0 5px;
        min-height: 150px;
        padding: 15px;
    }
    .mySwiper {
        margin: 0;
    }
    .mySwiper .item .content {
        font-size: 14px;
        line-height: 1.5;
    }
    .mySwiper .item h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .contact_sec_2 iframe {
        height: 400px;
    }
    .contact_sec_1 .grid-50:last-child{
        border: none;
    }
    .project_sec_4 .wrap_gallery .item * {
        height: 100%;
        object-fit: cover;
    }
    .banner_home .banner {
        padding-top: 50vh !important;
    }

    .flickity-page-dots {
        pointer-events: unset;
    }
    .home_sec_2 .box_img img {
        width: calc(100% + 20px);
        max-width: unset;
    }

    .home_sec_5 .wrap_item .item {
        width: calc(50% - 14px) !important;
    }

    .home_sec_5 .wrap {
        margin-bottom: 10px;
    }

    .home_sec_5 .wrap ul {
        margin-top: 20px;
    }
    .wpcf7-spinner {
        position: absolute;
    }

    .footer_nav>* {
        display: block;
    }

    .wrap_bottom ul {
        width: 100%;
        justify-content: center;
    }

    .wrap_bottom .content {
        text-align: center;
    }
    .about_sec_7 .home_sec_6 {
        padding: 70px 0;
    }
    .item_project {
        width: calc(calc(100%) - 20px);
    }
    .menu_news ul {
        flex-wrap: wrap;
    }

    .menu_news ul a {
        height: 41px;
        font-size: 13px;
        padding: 0;
        width: 100%;
    }

    .menu_news ul  li {
        width: 50%;
        padding: 5px !important;
        margin: 0 !important;
    }

    .wrap_post_top .post_item:nth-child(1) .box_img {
        height: auto;
    }

    .wrap_post_top .post_item .box_img {
        height: 120px;
    }

    .wrap_post .post_item {
        width: calc(calc(100% / 2) - 14px);
        padding: 10px;
    }

    .wrap_post_top .post_item:not(:first-child) .box_content {
        padding: 0;
    }

    .box_date_post b {
        font-size: 15px;
    }

    .box_date_post {
        width: 45px;
        height: 45px;
    }

    .wrap_post_top .post_item {
        padding: 10px;
    }

    .post_item:not(.item_product) .box_img {
        height: 120px;
    }

    section.news_page {
        padding: 30px 0;
    }
    .content.content_post {
        padding: 20px;
        margin-bottom: 30px;
    }

    .post_details_page {
        padding-bottom: 40px;
    }
    .gr_head ul>*:not(:last-child) {
        flex: 0 0 auto;
    }

    .gr_head ul * {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    #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;
    }
    .single-project .flex-col input.wpcf7-submit {
        margin: 10px auto 0;
        display: block;
    }

    .single-project .flex-col {margin: 0;padding: 10px;}
    .wrap_news{
        justify-content: center;
    }
    .item_news .box_content h3 {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
    .home_sec_2.about_sec_1 .home_sec_2 {
        padding-bottom: 50px;
    }
    .about_sec_2 .item .box_content .heading_h2 {
        margin-bottom: 10px;
    }
    .item_gallery h3:before{
        display: none;
    }
}
