:root{
    --main-cl: #657f7f;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}
#login-form-popup,
#wp-admin-bar-woocommerce-site-visibility-badge{
    display: none !important;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
    font-family: 'Averta Regular';
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4;
}

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

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: #231916;
}

@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s 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: rgb(19, 19, 22);
    /*backdrop-filter: blur(40px);*/
}

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

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

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

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

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

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

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: 0;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.4s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #657f7f;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
.inner_filter+.inner_filter {
    margin-top: 2rem;
}
.load_home_page.complete .path-2{
    fill: #657f7f;
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: #657f7f;
        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: rgb(19, 19, 22);
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 7rem;
    height: 7rem;
    background-color: rgb(19, 19, 22);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: 10vh;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #fff;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.home_sec_4 .slider .row {
    max-width: calc(100% / 3);
    opacity: 1;
    width: calc(100% / 3) !important;
    margin: 0 !important;
}
.header-main {
    position: fixed;
    width: 100%;
    border-radius: 0.1rem;
    background: rgba(228, 228, 228, 0.05);
    transition: .5s all !important;
}

.top-divider.full-width {
    display: none;
}

html {
    font-size: 1vw;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 72rem !important;
}




.circle-slider {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.5);
    bottom: -7rem;
}

.center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 1s;
}

.orbit .item {
    position: absolute;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: .4rem;
    top: 50%;
    left: 50%;
    margin: -1.5rem;
    cursor: pointer;
    transition: transform 1s, box-shadow 0.3s;
    background-size: cover  !important;
    background-repeat: no-repeat  !important;
    background-position: center !important;
    border: 1px solid transparent;
}

.orbit .item.active {
    transform: translateX(350px) scale(1.3); /* phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ng to item active */
    border: 1px solid #fff;
}
.slider_project .swiper-slide {
    transition: .4s all;
    transform: scale(.8) translateX(-3rem);
}

.slider_project .swiper-slide.swiper-slide-active {
    transform: scale(1) translateX(-7rem);
}

.slider_project .swiper-slide.swiper-slide-next {
    transform: scale(1.2) translateX(-6rem);
}

.swiper.slider_project {
    padding: 4rem 0;
}
.slider_cn .row {
    width: calc(100% / 3) !important;
    opacity: 1 !important;
    max-width: calc(100% / 3) !important;
    margin: 0 !important;
    transform: scale(.86);
}

.slider_cn .row.is-selected {
    transform: scale(1);
}
.project_sec_1 {
    padding: 6.25rem 0 4rem;
}

.project_sec_1 h1.heading_title.uppercase,.project_sec_1 h1.heading_title.uppercase b {
    margin-bottom: 1rem;
    font-size: 2.25rem;
}

.project_sec_1 .wrap_info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5rem;
    padding-left: 3rem;
}

.project_sec_1 .wrap_info .item {
    width: calc(50% - 5rem);
    margin: 0  2.5rem 2.5rem;
}

.project_sec_1 .wrap_info b {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    border-bottom: 0.05rem solid #F0F0F2;
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    text-transform: uppercase;
}

.project_sec_1 .wrap_info b .icon svg {
    width: 0.65rem;
    height: auto;
}

.project_sec_1 .wrap_info b .icon {
    margin-right: 0.45rem;
}

.project_sec_1 .wrap_info .item .content {
    text-align: justify;
    line-height: 1.5;
}

.project_sec_1 .content {
    line-height: 1.6;
}
.box_gallery_project {
    max-width: 66rem;
    margin: 2rem auto 0;
}

.for_gallery_project .slick-list {
    overflow: unset;
}

ul.for_gallery_project {
    list-style: none;
    margin-bottom: 0.3rem;
}
.for_gallery_project li {
    height: 37rem;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
}

.for_gallery_project li img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: calc(100% - 0.3rem);
    margin: 0 0.15rem;
}

.nav_gallery_project {
    max-width: 64.5rem;
    margin: auto;
}

.nav_gallery_project li {
    margin: 0;
    padding: 0 0.15rem;
    cursor: pointer;
}

.nav_gallery_project li .inner {
    padding-bottom: 60%;
    position: relative;
}

.nav_gallery_project li .inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_gallery_project .slick-arrow, .project_sec_2 .slick-arrow {
    background: transparent;
    border: 0.05rem solid #231F20;
}

.nav_gallery_project .slick-arrow svg,
.project_sec_2 .slick-arrow svg{
    filter: brightness(1) invert(0);
    transform: scale(.6);
}
.for_gallery_project li.slick-current.slick-active {
    background: transparent;
}

.for_gallery_project li.slick-current.slick-active img {
}

.for_gallery_project li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.1rem;
    height: 100%;
    right: 0.2rem;
    background: #000;
    z-index: 2;
    opacity: .6;
    transition: .5s all;
}

.for_gallery_project li.slick-current.slick-active:before {
    opacity: 0;
}
.project_sec_2 {
    padding: 0 0 6rem !important;
}

.slider_project_related {
    margin-top: 2.5rem;
}

.slider_project_related .item {
    position: relative;
}

.slider_project_related .box_img {
    padding-bottom: 113%;
    position: relative;
    overflow: hidden;
}

.slider_project_related .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.slider_project_related .box_item {
    padding: 0 1rem;
}

.slider_project_related .item>h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    z-index: 2;
    padding: 0 1rem 1.5rem;
    transition: .5s all;
    opacity: 1;
}

.slider_project_related .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    opacity: 0.4;
    background: linear-gradient(
            0deg, black, transparent);
    z-index: 2;
}

.slider_project_related .item:hover img {transform: scale(1.2);}

.item_project {
    position: relative;
    width: calc(calc(100% / 2) - 2rem);
    margin: 0 1rem 2.5rem;,:;,: 0;
}

.wrap_project {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem -1rem 0;
}

.item_project .box_img {
    padding-bottom: 70.25%;
    position: relative;
    overflow: hidden;
}

.item_project .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
    transform: scale(1);
}

.item_project:hover .box_img img {
    transform: scale(1.1);
}

.item_project .box_content {
    padding: 1.5rem 0 0 0;
}

.item_project h3 {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
    transition: .5s all;
}

.item_project ul {
    list-style: none;
    margin: 0;
    color: #fff;
}

.item_project ul li {
    display: flex;
    align-items: center;
    margin: 0 0 0.5rem;
}

.item_project ul li svg {
    width: 1rem;
    height: auto;
    display: block;
}

.item_project ul li .icon {
    margin-right: 0.35rem;
}

.item_project .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.item_project .box_content>span {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.item_project .box_content>span svg {
    width: 0.9rem;
    height: auto;
    margin-left: 0.5rem;
}

.item_project:hover h3 {
    color: var(--Style, #C8522B);
}
.project_page {
    padding: 6.25rem 0 6rem !important;
}
.menu_project ul {
    display: flex;
    justify-content: center;
}

.menu_project ul a {
    border: none;
    color: #666;
    padding: 0.1rem 1rem !important;
    font-size: 0.8rem;
    border-bottom: 0.05rem solid transparent;
    transition: .5s all;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

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

.menu_project ul .current-menu-item a,.menu_project ul a:hover {
    color: var(--Style, #C8522B);
    border-color: var(--Style, #C8522B);
}

.menu_project {
    margin-top: 2.5rem;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.slider_project_related .item .box_content {
    position: absolute;
    bottom: 0;
    background: rgb(200 82 43 / 80%);
    height: 100%;
    color: #fff;
    display: flex;
    align-items: self-end;
    padding: 0 2.25rem 2rem;
    z-index: 2;
    transition: .5s all;
    opacity: 0;
}

.slider_project_related .item h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.slider_project_related .item .box_content ul {
    list-style: none;
    margin: 0;
    font-size: 0.9rem;
}

.slider_project_related .item .box_content ul li {
    display: flex;
    color: #fff;
}

.slider_project_related .item .box_content ul li .icon svg {
    width: 1rem;
    display: block;
    margin: 0.35rem 0.35rem 0 0;
}

.slider_project_related .item .box_content a {
    border-color: #fff !important;
    margin-top: 1rem;
}

.slider_project_related .item:hover .box_content {
    opacity: 1;
}

.slider_project_related .item:hover>h3 {
    opacity: 0;
}

div#filter_project {
    margin: 0 -1rem;
}

.slider_project_related
ul.slick-dots {
    display: none;
}

.box_project_action
ul.slick-dots {
    display: flex;
    list-style: none;
    font-size: 0;
    background: #DADADA;
    margin: 2rem 6.75rem 0 1rem;
}

.wrap_gallery .item {
    position: relative;
    width: calc(25% - 0.5rem);
    margin: 0 0.25rem 0.5rem;
    height: 17.35rem;
    overflow: hidden;
}

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

ul.nav_tabs_gallery a {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    transition: .3s all;
}

ul.nav_tabs_gallery a:before {
    content: '';
    width: 0;
    height: 1px;
    background: #C8522B;
    margin-right: 0;
    transition: .3s all;
}

ul.nav_tabs_gallery a.active:before {
    width: 2.5rem;
    margin-right: 0.5rem;
}

ul.nav_tabs_gallery li+li {
    margin-left: 1.5rem;
}

ul.nav_tabs_gallery a.active {
    color: var(--Red, #C8522B);
}

ul.nav_tabs_gallery li {
    margin-bottom: 0;
}

.home_sec_7 .nav_top {
    margin: 2.5rem 0;
}

.wrap_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.25rem;
}

.for_tabs_gallery .item_for {
    display: none;
}

.wrap_gallery .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.wrap_gallery .box_content {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    bottom: 0;
    padding: 1.25rem;
}

.wrap_gallery   h3 {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding-left: 0.6rem;
}

.wrap_gallery .box_content svg {
    display: flex;
    width: 1.6rem;
}

.wrap_gallery .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 8.25rem;
    z-index: 2;
}

.wrap_gallery .item:nth-child(6n + 1),.wrap_gallery .item:nth-child(6n + 6) {
    width: calc(50% - 0.5rem);
}

.wrap_gallery .item:hover img {
    transform: scale(1.1);
}


.for_tabs_gallery .item_for.active {
    display: block;
    animation-name: fade_up;
    animation-duration: 1.5s;
}
@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(0px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

section.tien_ich_page_sec_2 {
    padding: 3rem 0;
    position: relative;
}

section.tien_ich_page_sec_2 ul.nav_tabs_gallery {
    flex: 0 0 auto;
}

section.tien_ich_page_sec_2 .wrap_top {
    margin-bottom: 2.5rem;
}

.wrap_gallery.wrap_gallery_video .item {width: calc(50% - 0.5rem);}
.wrap_gallery.wrap_gallery_brochure .project_item {
    width: calc(25% - 0.5rem);
    margin: 0 .25rem;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: normal;
    margin: 0;
    font-family: 'Averta SemiBold';
    line-height: 1.3;
}

.home1 .text h2,.home_sec_1 .text h1,.home_sec_1 .text h3 {
    font-size: 2.5rem;
    margin-top: .5rem;
}

.flickity-prev-next-button,.slider:hover .flickity-prev-next-button {
    opacity: 1;
    top: 50% !important;
    bottom: unset !important;
    transform: translateY(-50%) !important;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    overflow: hidden;
}

.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 1rem;
    background: transparent !important;
}

.flickity-prev-next-button:hover {
    background: var(--Secondary-01, #CC151D) !important;
}

.home1 button.flickity-button.flickity-prev-next-button {
    bottom: 2rem !important;
    top: unset !important;
    transform: unset !important;
    left: calc(calc(100vw - 78rem)/2);
}

.home1 button.flickity-button.flickity-prev-next-button.next {
    left: unset;
    right: calc(calc(100vw - 78rem)/2);
}

.home1 ol.flickity-page-dots {
    bottom: 3rem;
}

.col, .columns, .gallery-item {
    padding: 0 10px;
}


.home1 button.flickity-button.flickity-prev-next-button {
    bottom: 2rem !important;
    top: unset !important;
    transform: unset !important;
    left: calc(calc(100vw - 78rem)/2);
    border-radius: 50%;
}

.home1 .banner .banner-bg:before,.home1 .banner .banner-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
}

.home1 .banner .banner-bg:after {
    left: unset;
    right: 0;
    transform: rotate(180deg);
}

.home1 .banner .text h2,.home1 .banner .text h1,.home1 .banner .text h3 {
    font-size: 3.25rem;
    margin: 0;
    font-family: 'Averta Bold';
    line-height: 1.2;
}

.banner h1, .banner h2, .banner h3 {
    line-height: 1.2;
}

a.button {
    border-radius: 100px;
    background: #C8522B !important;
    backdrop-filter: blur(9.100000381469727px);
    color: #fff !important;
    font-family: 'Averta Regular';
    height: 2.65rem;
    display: inline-flex;
    align-items: center;
    padding: 0 1.4rem;
    transition: .4s all;
}

a.button.white:hover {}

a.button.white {
    background: rgba(255, 255, 255, 0.10) !important;
    backdrop-filter: blur(9.100000381469727px);
}

.box_img_ab .img_center {
    width: 23.3rem;
    height: 25.75rem;
    display: block;
    margin: auto;
    border-radius: .8rem;
    position: relative;
}

.box_img_ab .img_center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
}

.group_heading  h1,.group_heading  h2 {
    color: #FFF;
    font-size: 3rem;
    margin-bottom: .4rem;
}

.group_heading h1 strong, .group_heading h2 strong {
    color: #C8522B;
}

.group_heading {
    font-size: 1.25rem;
    font-family: 'Averta Light';
}

.box_img_ab {
    margin-top: 1.95rem;
    margin-bottom: 2.85rem;
}

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

.img_center ul li {
    width: 15rem;
    height: 9.5rem;
    position: absolute;
    top: 3rem;
    left: -19rem;
    border-radius: 0.8rem;
    overflow: hidden;
    animation: hu__hu__ infinite 2s ease-in-out;
}

.img_center ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_center ul li:nth-child(2) {
    width: 11.85rem;
    height: 8.5rem;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.40);
    top: 1.2rem;
    left: 27rem;
    animation: hu__hu__ infinite 4s ease-in-out;
}

.img_center ul li:nth-child(3) {
    width: 11.85rem;
    height: 8.5rem;
    top: 15.2rem;
    left: 17rem;
    animation: hu__hu__ infinite 5s ease-in-out;
}
@keyframes hu__hu__ {
    50% { transform: translateY(1.5rem) }
}

.home3 .box_heading {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.product_circle {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.home3 {
    overflow: hidden;
}

.product_circle:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22.1rem;
    background: linear-gradient(0deg, #131316 9.02%, rgba(19, 19, 22, 0.00) 81.59%);
    z-index: 2;
    pointer-events: none;
}

.project_item .box_img {
    border-radius: 0.8rem;
    overflow: hidden;
    height: 18.45rem;
    margin-bottom: 1.3rem;
}

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

.project_item  h3 {
    font-size: 1rem;
    margin-bottom: 0;
    font-family: 'Averta Bold';
}

.project_item {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.60);
}

.arrow_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(25px);
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}

.arrow_slider.right {
    left: unset;
    right: -.6rem;
}

.wrap_slider {position: relative;}

.project_item:hover .box_img img {
    transform: scale(1.05);
}

.home5 .slider {
    max-width: 90%;
    margin: 2rem auto 0;
}

.home5 .slider ol.flickity-page-dots {
    display: none;
}

.home5 button.flickity-button {
    left: -4rem;
}

.home5 button.flickity-button.next {
    left: unset;
    right: -4rem;
}

section.banner_section {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
}

section.banner_section>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_section h1 {
    font-size: 3.25rem;
    color: #fff;
    margin: 0;
}

nav#breadcrumbs ol {
    list-style: none;
    margin: 0;
    display: flex;
    color: #fff;
}

nav#breadcrumbs ol * {
    color: #fff;
    font-size: 0.7rem;
    font-style: unset !important;
    font-weight: normal !important;
}

section.banner_section:before,section.banner_section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
}

section.banner_section:after {
    left: unset;
    right: 0;
    transform: rotate(180deg);
}

section.banner_section .row {
    position: relative;
    z-index: 9;
}
.about1_img {width: 58.70125rem !important;float: right;transform: translateX(calc(calc(100vw - 71rem)/2));position: relative;z-index: -1;}

.about1_bottom {
    font-style: italic;
    font-size: 1rem;
    max-width: 23rem;
    margin-top: 2rem;
}

.about2_img {
    border-radius: 0.8rem;
    overflow: hidden;
}

.about2_slider  ol.flickity-page-dots {
    display: none;
}

.about2_slider  button.flickity-button {
    display: none;
}

.about2_slider .row {
    max-width: 25% !important;
    width: 25% !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.about2_slider .number {
    font-size: 3.5rem;
    font-family: 'Averta SemiBold';
    position: relative;
    padding-bottom: 1.05rem;
    margin-bottom: 1.05rem;
}

.about2_slider .number p {
    margin: 0;
    line-height: 1;
    color: #FFF;
}

.about2_slider .number:before {
    content: '';
    2
    3
    4
    width: 0.35rem;
    height: 0.35rem;
    width: 0.35rem;
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    border-radius: 50%;
    outline: 1px solid #fff;
    outline-offset: .3rem;
}

.about2_slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    Colors
    Color format
    Hex
    Border colors

    #FFFFFF ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· 20%;
    top: 4.5rem;
}

.about2_slider {
    margin-top: 2.5rem;
    color: #C8522B;
}

.about2_slider p {
    color: #C8522B;
}

.about3 .section-bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, #101013, transparent);
}

.about3  .row {
    position: relative;
    z-index: 9;
}

.about3 .section-content.relative {
    z-index: 3;
}

.about3_content  h3 {
    font-size: 2rem;
    line-height: 1.2;
}

.about4  .img {
    border-radius: 0.8rem;
    overflow: hidden;
}

.about4_content blockquote {
    border: none;
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.80);
}

.about4_content blockquote:before {
    content: '"';
    position: absolute;
    left: 0;
    font-size: 0.9rem;
}

.about4_content  strong {
    font-family: 'Averta Black';
}

.about5_slider .row {
    max-width: 20% !important;
    opacity: 1 !important;
    margin: 0 !important;
}
.about5_slider .img {
    height: 5.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background: rgba(0, 0, 0, 0.53);
    backdrop-filter: blur(4.699999809265137px);
    overflow: hidden;
}

.about5_slider .img img {
    max-height: 76%;
    width: auto !important;
    transform: scale(1);
    transition: .5s all;
}

.about5_slider .img .img-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about5_slider .img:hover img {
    transform: scale(1.1);
}

.about5 .section-bg:before,.about5 .section-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26.5rem;
    background: linear-gradient(0deg, #1B1B1D 0%, rgba(27, 27, 29, 0.50) 40%, rgba(27, 27, 29, 0.00) 100%);
    Colors
    Color format
    Hex
    Background colors;
    z-index: 2;
}

.section-content {
    z-index: 2;
}

.about5 .section-bg:after {
    height: 11.85rem;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, #1B1B1D 0%, rgba(27, 27, 29, 0.50) 40%, rgba(27, 27, 29, 0.00) 100%);
    transform: rotate(180deg);
}
.about5 .section-bg:before {
    bottom: 0;
}

.about5 {
    z-index: 9;
}

.about5 .section-bg {
    overflow: unset;
}

.about5+.home5 {
    padding-top: 2rem !important;
}
div#logo {
    display: none;
}

.nav_fixed {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 5rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    top: 0;
    justify-content: center;
    padding: 1rem 0;
}

.toggle_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

a.logo_header svg {
    width: 4.68655rem;
    height: auto;
    display: block;
}

.toggle_menu svg {
    display: block;
    width: 2.3rem;
    height: auto;
}

.nav_f_bottom .search_button svg {
    width: 1rem;
    height: auto;
    display: block;
    margin: auto;
}

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

.nav_f_bottom ul a {width: 1.5778rem;width: 1.57825rem;display: flex;align-items: center;height: 1.57825rem;justify-content: center;border: 1px solid rgba(255, 255, 255, 0.60);border-radius: 50%;}

.nav_f_bottom ul a svg {
    max-width: 60%;
    height: auto;
}

.nav_f_bottom ul li {
    margin: 0;
}

.nav_f_bottom ul li+li {
    margin-top: .5rem;
}

.nav_f_bottom ul {
    padding-top: 1.1rem;
    margin-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}

.search_button {
    cursor: pointer;
}

div#masthead {
    height: auto !important;
    background: none !important;
    padding-top: 1.5rem;
}

.header-bg-container {
    display: none !important;
}

.header-wrapper {
    background: none !important;
}

.header-button a {
    border-radius: 100px !important;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    font-size: 0.9rem;
    height: 2.5rem;
    padding: 0 1rem;
    font-family: 'Averta SemiBold';
}
.control_language {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    color: #fff;
    font-size: .9rem;
    font-family: 'Averta SemiBold';
}

.header-button a:after {
    display: none;
}

div#masthead:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    content: '';
    pointer-events: none;
}
.footer_page_content .icon-box {
    align-items: center;
}

.footer_page_content .icon-box h3 {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.80);
    text-transform: uppercase;
    font-family: 'Averta Light';
    font-weight: normal;
    line-height: 1.3;
}

.footer_page_content .icon-box img {
    padding: 0;
}

.footer_page_content .icon-box .icon-box-img {
    width: 4.7rem !important;
}

.footer_page_content .icon-box.bottom .icon-box-img {
    width: 10.5rem !important;
    margin-left: 2.95rem;
}

.footer_page_content .icon-box.bottom h3 {
    font-size: 3rem;
}

.footer_page_content .icon-box.bottom h3 strong {
    color: #C8522B;
    font-family: 'Averta Bold';
}

.footer_page_content .icon-box.bottom .icon-box-text {
    padding-left: 2.5rem;
}

.footer_page_content .icon-box.top .icon-box-text {
    padding-right: .7rem;
}

.footer_page_content {
    align-items: center;
}

.footer_page_content a.button {2
3width: 6.9rem;height: 6.9rem;width: 6.9rem;flex-wrap: wrap;align-content: center;justify-content: center;font-size: 1rem;text-transform: unset;padding: 0;margin: 0 0 0 2.95rem !important;}

.footer_page_content a.button span {
    order: 2;
    width: 100%;
}

.footer_page_content a.button i {
    font-size: 2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 0 !important;
    transform: rotate(-45deg);
}

.footer_page_content .content {
    margin-left: 5rem !important;
}

.footer_page_top  .content {
    margin-left: 16rem;
    margin-top: .5rem;
}

.logo_footer {
    width: 7.68635rem !important;
}

.social-icons a {
    width: 1.5956rem;
    height: 1.5961rem;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    font-size: .5rem;
    margin: 0 !important;
    padding-top: .2rem;
}

.social-icons.follow-icons {
    display: flex;
    padding-left: .2rem;
}

.social-icons a+a {
    margin-left: .53rem !important;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}
.footer_page_bottom_content strong {}

.footer_page_bottom_content .ux-menu {
    display: flex;
    flex-direction: unset;
}

.footer_page_bottom_content .ux-menu a {
    padding: 0;
    border: none !important;
    font-size: 0.7rem;
    min-height: unset !important;
    text-transform: uppercase;
}

.footer_page_bottom_content .ux-menu .ux-menu-link {
    border: none;
}

.footer_page_bottom_content .ux-menu .ux-menu-link+.ux-menu-link {
    margin-left: 1rem !important;
}

.copyright p {
    margin: 0;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.50);
}
.footer_page_bottom_content .row:after {
    display: none;
}
.h1, .h2, h1, h2 {
    letter-spacing: 0 !important;
}
nav#breadcrumbs ol br {
    display: none;
}
.fixed_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgb(0 0 0 / 80%);
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
}

.fixed_menu .inner {
    height: 100%;
    background: #231916;
    width: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.inner {}

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

.close_menu {
    position: absolute;
    top: 50%;
    left: 1rem;
    fill: #fff;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.fixed_menu .primary {
    background: transparent !important;
    width: 16rem;
}

.fixed_menu .primary li {
    border: none;
}

.fixed_menu .primary li a {
    color: #fff;
    font-size: 1.5rem;
    padding: 0;
    position: relative;
}

.close_menu svg {
    width: 2rem;
    height: auto;
    display: block;
}

.fixed_menu.active {
    opacity: 1;
    pointer-events: unset;
}
.fixed_menu .primary li +li {
    margin-top: 2rem;
}

.fixed_menu .primary li a:before {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    transition: .4s all;
}

.fixed_menu .primary li a:hover:before, .fixed_menu .primary li.current-menu-item a:before {
    width: 100%;
}
.contact-form input {
    box-shadow: none;
    height: 2.2rem;
    margin-top: .5rem;
}

.contact-form textarea {
    margin-top: .5rem;
}

.contact-form input[type="submit"] {
    margin: 0;
    border-radius: 100px;
}
.header-search {
    display: none !important;
}
#main, #wrapper {
    background: #131316;
}
body {
    color: #fff;
}
.wrap_post_home {
    display: flex;
    justify-content: space-between;
}

.wrap_post_home .left {
    width: calc(50% - .5rem);
}

.wrap_post_home .right {
    width: calc(50% - .5rem);
    display: flex;
    justify-content: space-between;
}

.item_posthr {
    width: calc(50% - .5rem);
}

.item_posth .box_img {
    height: 21.6rem;
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
}

.item_posth .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .4s all;
}

.item_posth:hover .box_img img {transform: scale(1.1);}

.item_posth .box_img:before {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    Colors
    Color format
    Hex
    Background colors;
    height: 13.6rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    z-index: 2;
}

.item_posth .box_content {
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 1.7rem;
}

.box_date {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.60);
    display: block;
    margin-bottom: .4rem;
}

.item_posth h3,.item_posthr h3 {
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    font-family: 'Averta Regular';
    margin: 0;
}

.item_posth {
    position: relative;
}

.item_posthr {
    position: relative;
    border-radius: 0.8rem;
    background: rgba(118, 118, 118, 0.20);
    overflow: hidden;
}

.item_posthr .box_img {
    height: 12rem;
    overflow: hidden;
}

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

.item_posthr:hover .box_img img {
    transform: scale(1.1);
}

.item_posthr .box_content {
    padding: 1.35rem;
}

.item_posthr span {
    color: #C8522B;
    display: block;
    margin-top: 1rem;
    font-size: .8rem;
}

.item_posthr h3 {
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 3.5rem;
}

.wrap_slider_posts .arrow_slider.right {
    right: -5rem;
}
.flickity-slider .banner-layers {
    z-index: 9;
}
.wrap_product .item_product .box_img img{
    background: #fff;
}
ul.thenativePagination {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination a {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 .2rem 0;
}

li.thenativePaginationNext {
    display: none;
}

li.thenativePaginationEnd {
    display: none;
}

ul.thenativePagination .active a {
    background: #C8522B;
    border-color: #C8522B;
}
li.thenativePaginationStart {
    display: none;
}

li.thenativePaginationPrev {
    display: none;
}
a.logo_header img {
    display: block;
    width: 90%;
    margin: auto;
}
.sec-contact {
    z-index: 9;
    position: relative;
}
.sec-contact .row.row-items-center {
    align-items: flex-start;
}
li.office-item a {
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    html {
        font-size: 1.1vw;
    }
    .circle-slider {
        transform: translateX(-50%) scale(1);
    }
    nav#breadcrumbs ol * {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 849px) {

    html {
        font-size: 1.4vw;
    }

    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 58rem !important;
    }
    .about1_img {
        transform: translateX(calc(calc(100vw - 55rem) / 2));
    }
    section.banner_section {
        height: 33rem;
    }
}
@media only screen and (max-width: 767px) {

    html {
        font-size: 3.5vw;
    }

    header#header {
        display: none;
    }

    .nav_fixed {
        height: auto;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 15px;
    }

    .toggle_menu {
        position: unset;
        transform: unset;
    }


    .nav_fixed .top {
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .nav_f_bottom ul {
        display: none;
    }

    .nav_f_bottom .search_button svg {
        width: 1.5rem;
    }

    body {
        font-size: 1.1rem;
    }

    .col, .columns, .gallery-item {
        padding: 0 15px;
    }

    .box_img_ab .img_center {
        width: 11.3rem;
        height: 13.75rem;
    }

    .img_center ul li {
        width: 10rem;
        height: 6.5rem;
        top: 3rem;
        left: -9rem;
    }

    .img_center ul li:nth-child(2) {
        top: 1.2rem;
        left: 9rem;
        width: 6.85rem;
        height: 5.5rem;
    }

    .img_center ul li:nth-child(3) {
        width: 7.85rem;
        height: 4.5rem;
        top: 8.2rem;
        left: 8rem;
    }

    .product_circle {
        height: 26rem;
    }

    .orbit .item {
        width: 5.7rem;
        height: 5.7rem;
    }

    .slider_cn .row {
        max-width: 100% !important;
    }

    .home5 .slider ol.flickity-page-dots {
        display: flex !important;
        position: unset !important;
        justify-content: center;
        margin-top: 2rem;
        pointer-events: unset;
    }

    .group_heading h1, .group_heading h2 {
        font-size: 2.4rem;
    }

    .footer_page_content .icon-box h3 {
        font-size: 1.5rem;
    }

    .footer_page_content .icon-box.bottom h3 {
        font-size: 1.5rem;
    }

    .footer_page_content .icon-box.bottom .icon-box-img {
        width: 6.5rem !important;
        margin-left: 0.95rem;
    }

    .footer_page_top .content {
        margin: 1.5rem 0 0 0;
    }

    .footer_page_content .icon-box.bottom .icon-box-text {
        padding-left: 1rem;
    }

    .footer_page_content .icon-box .icon-box-img {
        width: 3.7rem !important;
    }

    .footer_page_content a.button {
        flex: 0 0 auto;
        margin-left: 1rem !important;
        font-size: .8rem;
        width: 6rem;
        height: 6rem;
    }

    .footer_page_bottom_content .row {
        margin: 0 -15px !important;
    }

    .footer_page_bottom_content {
        margin-top: 2rem;
    }

    .copyright {
        margin-top: 2rem;
    }

    .social-icons a {
        width: 2rem;
        height: 2rem;
        font-size: .8rem;
    }

    .slider_project .swiper-slide {
        transform: unset !important;
    }

    .swiper.slider_project {
        padding: 1rem 0;
    }

    .arrow_slider {
        display: none !important;
    }
    .project_item {
        font-size: 1rem;
    }

    .project_item h3 {
        font-size: 1.5rem;
    }
    .home3 .box_heading {
        width: 90vw;
    }
    .box_img_ab {
        margin-top: 0;
    }
    section.banner_section {
        height: 22rem;
    }

    .about1_img {
        transform: unset;
        margin-right: -15px;
        width: 29.70125rem !important;
    }

    .about2_slider .row {
        max-width: 50% !important;
        width: 50% !important;
    }

    .about5_slider .row {
        max-width: 50% !important;
    }
    .wrap_product .item_product {
        width: calc(calc(100% / 2) - 1.5rem);
    }

    .nav-category ul li span {
        display: none;
    }

    .product_gallery .wrap_item .style_1 {
        display: block;
    }

    .product_gallery .wrap_item .style_1 .wrap .box_bottom {
        padding-left: 0;
        order: 2;
    }

    .product_gallery .wrap_item .style_1 .wrap {
        display: flex;
    }

    .product_gallery .wrap_item .style_2 .one_item {
        display: block;
        margin-top: 5rem;
    }

    .product_gallery .wrap_item .style_2 {
        display: block;
    }

    .product_page {
        padding-bottom: 0;
    }
    .banner_section h1 {
        font-size: 2rem;
    }
    .product_details .box_content .content ul li {
        font-size: 1rem;
    }

    .product_details_sec_2+.product_details_sec_2 {
        padding-bottom: 0;
    }

    .price {
        font-size: 1rem;
    }

    .wrap_product {
        margin-left: 0;
        margin-right: 0;
    }

    .single-post .wrap-single article, .page-template-why_choose .wrap-single article {
        padding: 3rem 0 !important;
    }
    .menu_project ul {
        flex-wrap: wrap;
    }

    .menu_project ul a {
        font-size: 1rem;
    }

    .menu_project ul li+li {
        margin-top: 1rem;
    }

    .project_page {
        padding: 2.25rem 0 2rem !important;
    }

    .item_project {
        width: calc(calc(100%) - 2rem);
    }
    nav#breadcrumbs ol * {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .project_sec_1 h1.heading_title.uppercase, .project_sec_1 h1.heading_title.uppercase b {
        font-size: 2rem;
    }

    .project_sec_1 .wrap_info b .icon svg {
        width: 1.2rem;
        height: auto;
    }

    .project_sec_1 .wrap_info {
        padding: 0;
    }

    .project_sec_1 .wrap_info .item .content {
        text-align: left;
    }

    .project_sec_1 .wrap_info .item {
        width: 100%;
    }

    .for_gallery_project li {
        height: 18rem;
    }

    .nav_gallery_project .slick-arrow, .project_sec_2 .slick-arrow {
        display: none;
    }

    .slider_project_related ul.slick-dots {
        display: flex !important;
    }

    .project_sec_2 {
        padding-bottom: 2rem !important;
    }

    ul.slick-dots button {
        width: .7rem !important;
        height: .7rem !important;
        padding: 0 !important;
        min-width: unset;
    }
    .project_sec_1 {
        padding: 3rem 0 !important;
    }
    .nav_gallery_project .slick-arrow {
        display: none !important;
    }
    .fixed_menu .inner {
        width: 100%;
    }

    .close_menu {
        top: 1rem;
        right: 1rem;
        left: unset;
        transform: unset;
    }
    .wrap_gallery.wrap_gallery_video .item {
        width: calc(100% - 0.5rem);
    }

    .wrap_gallery h3 {
        font-size: 1.2rem;
    }

    .wrap_gallery .item {
        width: calc(100% - 0.5rem) !important;
    }
	a.logo_header img {
    height: 90%;
    width: auto;
}

.nav_fixed .top {
    height: 100%;
}
	.wrap_post_home {}

.wrap_post_home {
    display: block;
}

.wrap_post_home .left {
    width: 100%;
}

.wrap_post_home .right {
    width: 100%;
}

.item_posth .box_img {
    height: 15.6rem;
}

.item_posthr .box_img {
    height: 8rem;
}
	.nav_fixed .top {
    display: flex;
    align-items: center;
}

.nav_fixed .top a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
}