.archive-du-an .arhive-banner {
    min-height: auto;
    margin-top: 40px;
}

.archive-du-an .arhive-banner .archive-title {
    color: #333;
    text-align: left;
}

.resource-navigation {
    background: rgba(0, 0, 0, .85);
}

.resource_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;

    justify-content: space-between;
    position: relative;
    margin-bottom: 0;
}

.resource_box li {
    width: 24%;
    margin-bottom: 0;
}

.resource_box li.current-menu-item a {
    background: #e2ddd7;
    color: #2c2b2a;
}

.resource_box a {
    color: #e2ddd7;
    display: inline-block;
    line-height: 1;
    padding: 20px .8333333%;
    transition: .2s;
    zoom: 1;
    margin: auto;
    text-align: center;
    width: 100%;
}

.resource_box a:hover {
    background: #e2ddd7;
    color: #2c2b2a;
}

.page-single-du-an {
    margin-top: 30px;
}

.du-an-content .clear--blog-design .post-listing .post-item {
    flex: 0 0 33%;
}

.du-an-content .clear--blog-design .post-listing .post-item .post-body .post-blog-content .blog--inner-space {
    min-height: auto;
}


.un__text {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.66px;
    font-weight: 400;
    color: #333333;
}

.un__text.un__text-lg {
    font-size: 20px;
}

.un__project-item {
    position: relative;
    display: block;
}

/* .archive-du-an #sidebar-filter {

         transform: translateX(-100%);
    position: relative;
    height: auto;
        transition: all 0.25s linear;

}
.archive-du-an #sidebar-filter.visible{
    display: block;
        transition: all 0.25s linear;
} */
.box-btn-fillter {
    display: flex;
    height: 100%;
}

.box-btn-fillter #sidebar-toggle {
    background-color: #7c7d7d;
    border: solid 1px #7c7d7d;
}

.box-btn-fillter #sidebar-toggle {
    color: #fff;
}

.box-btn-fillter #sidebar-toggle:hover {
    background-color: #fff;
    border: solid 1px #7C7D7D;
    color: #7c7d7d;

}

/* .box-btn-fillter #sidebar-toggle:hover .sidebar-toggle-icon span{
    background-color: #7c7d7d;
}
.box-btn-fillter #sidebar-toggle:hover .sidebar-toggle-title{
    color: #7c7d7d;
} */
/* single */
.un__slide-img {
    position: relative;
}

.img-wrap-inner {
    position: relative;
    padding-top: 44%;
}

.img-wrap-inner>picture img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.prj-controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -10px 0;
}

.prj-controls-wrap .prj-controls {
    position: absolute;
    z-index: 20;
    bottom: 25px;
    left: 25px;
    width: fit-content;
    max-width: calc(100% - 40px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.prj-controls-wrap:hover .prj-controls {
    opacity: 1;
    visibility: visible;
}

.prj-controls-item>img,
.prj-controls-item>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: unset !important;
    height: unset !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50%;
    max-height: 50%;
}

.prj-controls-item::before {
    content: attr(data-tooltip);
    pointer-events: none;
    white-space: nowrap;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25em;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.41px;
    ;
    background-color: #5b5b5b;
    border-radius: 4px;
    padding: 3px 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.prj-controls-item {
    position: relative;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-color: #fff;
    margin: 10px 10px 0 !important;
    outline: 2px solid #fff0;
    outline-offset: -2px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.snare-wrap {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-box-shadow: 5px 5px 20px 0 rgb(0 0 0 / .15);
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / .15);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.prj-controls-item:hover .snare-wrap,
.prj-controls-item:hover .download-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.snare-wrap>* {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: var(--clr-black);
    letter-spacing: var(--lts-4);
    margin-bottom: 10px;
}

.swiper-button-wrap {
    line-height: 0;
    text-align: right;
    margin-top: 30px;
}

.prd-slider .swiper-button-wrap {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 5px;
}

.swiper-button-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.swiper-button-wrap .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-wrap .swiper-button-prev,
.swiper-button-wrap .swiper-button-next {
    position: relative;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    margin: 0;
    width: 70px;
    height: 20px;
    border: none;
    border-radius: 0;
    /* -webkit-transition: var(--transition);
    transition: var(--transition); */
}

.swiper-button-wrap .swiper-button-prev::after,
.swiper-button-wrap .swiper-button-next::after {
    display: none;
}

.swiper-button-wrap .swiper-button-prev i,
.swiper-button-wrap .swiper-button-next i {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-button-prev i::before,
.swiper-button-next i::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    color: #333333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #333333;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.swiper-button-prev i::after,
.swiper-button-next i::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 12px;
    height: 12px;
    color: #333333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

/*  */
.lr-content {
    width: 100%;
}

.lr-content.top {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

.lr-content.size-2 {
    max-width: 630px;
}

.sad-content .h2.un__title {
    position: relative;
    font-weight: 400;
    color: #333333;
    font-size: 40px;
}

.sad-content .un__tl-margin {
    margin-bottom: 40px;
}

.lr-content>*+* {
    margin-top: 30px;
}

.un__product-detail-info {
    position: relative;
    font-size: 0;
}

.un__product-detail-info .datail-info-item {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.datail-info-item .datail-info-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: 30px;
}

.datail-info-item .datail-info-item-inner:last-child {
    margin-bottom: 0;
}

.datail-info-item .datail-info-item-inner>* {
    margin-right: 20px;
    margin-top: 15px;
}

.datail-info-item .datail-info-item-inner>*:last-child {
    margin-right: 0;
}

.datail-info-item .un__caption {
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.41px;
    color: #333333;
}

.datail-info-item .un__text {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: #333333;
    font-weight: 400;
    color: #333333;
}

.projects-row .img-wrap-inner.size3 {
    padding-top: 135%;
}

/*  */
.section.sec-p-1 .h3.un__title {
    font-size: 40px;
}

.un__tl-margin {
    margin-bottom: 40px;
    color: #333;
}

.f-prod-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.f-prod-img {
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}

.f-prod-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.f-prod-info {
    padding: 10px 15px;
}

.f-prod-name {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.66px;
    text-decoration: underline;
    text-decoration-color: #333;
    text-underline-offset: 1px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.text-cut-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.f-prod-descr {
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 600;
    color: #7c7d7d;
    letter-spacing: 0.41px;
}

/*  */
.related-projects {
    display: grid;

}

.related-projects .h3.un__title {
    position: relative;
    font-weight: 400;
    color: #333333;
    font-size: 40px;
}

.un__project-item {
    position: relative;
    display: block;
}

.lr-img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.lr-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.un__project-item .hover-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(250 250 250 / .9);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
    visibility: hidden;
}

.un__project-item .hover-block .project-category {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0.122em;
    color: #D7182D;
    font-weight: 600;
}

.un__project-item .hover-block .project-name {
    text-transform: uppercase;
    /* font-size: var(--h6); */
    line-height: 1.5em;
    letter-spacing: 0.0145em;
    font-weight: 500;
    color: #333;
    margin-top: 8px;
}

.un__btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
    border: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    padding: 0;
    color: #333;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.un__btn b {
    display: inline-block;
    position: relative;
    font-weight: inherit;
    letter-spacing: 0.0145em;
}

.un__btn-link b {
    line-height: 1.55em;
    text-decoration: underline;
    text-decoration-color: #333;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    -webkit-transition: all 0.25s linear;
    ;
    transition: all 0.25s linear;
    ;

}

.un__project-item .hover-block .un__btn {
    margin-top: 22px;
}

.un__project-item .hover-block .project-location {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    text-align: center;
    color: #7C7D7D;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.41px;
}

/*  */
.gallery_du_an.swiper-entry {
    margin-bottom: 40px;
    padding-bottom: 0;
}

.gallery_du_an .navigation-box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

@media (min-width: 1200px) {
    .prj-controls-item:hover {
        outline-offset: -4px;
        outline-color: #333333;
    }

    .prj-controls-item:hover::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }

    .snare-wrap>*:hover {
        text-decoration: underline;
        text-underline-offset: 1px;
    }

    .un__project-item:hover .hover-block {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width:768px) {
    .related-projects .h3.un__title {
        position: relative;
        font-weight: 400;
        color: #333333;
        font-size: 26px;
    }

    .section.sec-p-1 .h3.un__title {
        font-size: 26px;
    }

    .sad-content .h2.un__title {
        font-size: 26px;

    }

    .gallery_du_an .navigation-box {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .resource_box li {
        width: 48%;
    }
}