:root {
    --color1: #0C4DA2;
    --color2: #ED1C24;
    --nature: #F1F5F9;
    --white: #ffffff;
    --black: #221E1F;
    --gray: #616161;
    --danger: #d53343;
    --DemiBold: IRANSansXDemiBold;
    --Medium: IRANSansXMedium;
    --Regular: IRANSansXRegular;
    --En: MontserratLight;
    --heading_h1_fontsize: 26px;
}
@media only screen and (max-width: 768px) {
    :root {
        --heading_h1_fontsize: 22px;
    }
}
@font-face {
    font-family: 'IRANSansXDemiBold';
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('../fonts/IRANSansX-DemiBold.woff2') format('woff2');
    src: url('../fonts/IRANSansX-DemiBold.woff2') format('woff2'), url('../fonts/IRANSansX-DemiBold.woff2') format('truetype');
}
@font-face {
    font-family: 'IRANSansXMedium';
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('../fonts/IRANSansX-Medium.woff2') format('woff2');
    src: url('../fonts/IRANSansX-Medium.woff2') format('woff2'), url('../fonts/IRANSansX-Medium.woff2') format('truetype');
}
@font-face {
    font-family: 'IRANSansXRegular';
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('../fonts/IRANSansX-Regular.woff2') format('woff2');
    src: url('../fonts/IRANSansX-Regular.woff2') format('woff2'), url('../fonts/IRANSansX-Regular.woff2') format('truetype');
}
@font-face {
    font-family: 'MontserratLight';
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff2') format('truetype');
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?myndct');
    src: url('../fonts/icomoon.eot?myndct#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?myndct') format('truetype'),
    url('../fonts/icomoon.woff?myndct') format('woff'),
    url('../fonts/icomoon.svg?myndct#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-plus2:before {
    content: "\e92f";
}
.icon-minus2:before {
    content: "\e930";
}
.icon-team:before {
    content: "\e92e";
}
.icon-map:before {
    content: "\e92d";
}
.icon-user:before {
    content: "\e92c";
}
.icon-mission:before {
    content: "\e929";
}
.icon-key:before {
    content: "\e92a";
}
.icon-eys:before {
    content: "\e92b";
}
.icon-x:before {
    content: "\e91d";
}
.icon-whatsapp:before {
    content: "\e91e";
}
.icon-telegram:before {
    content: "\e91f";
}
.icon-reply:before {
    content: "\e920";
}
.icon-tag:before {
    content: "\e921";
}
.icon-blockquote:before {
    content: "\e922";
}
.icon-zoom:before {
    content: "\e923";
}
.icon-copy:before {
    content: "\e924";
}
.icon-share:before {
    content: "\e925";
}
.icon-calendar:before {
    content: "\e926";
}
.icon-checks:before {
    content: "\e928";
}
.icon-plus:before {
    content: "\e919";
}
.icon-minus:before {
    content: "\e91c";
}
.icon-menu-shape:before {
    content: "\e913";
}
.icon-footer-shape:before {
    content: "\e914";
}
.icon-blog:before {
    content: "\e90d";
}
.icon-project:before {
    content: "\e90f";
}
.icon-menu:before {
    content: "\e90c";
}
.icon-category:before {
    content: "\e912";
}
.icon-clock:before {
    content: "\e910";
}
.icon-book:before {
    content: "\e911";
}
.icon-search:before {
    content: "\e90e";
}
.icon-mail:before {
    content: "\e903";
}
.icon-location:before {
    content: "\e904";
}
.icon-call:before {
    content: "\e905";
}
.icon-fire:before {
    content: "\e906";
}
.icon-note:before {
    content: "\e907";
}
.icon-stars:before {
    content: "\e909";
}
.icon-import:before {
    content: "\e90a";
}
.icon-aparat:before {
    content: "\e901";
}
.icon-Poly:before {
    content: "\e902";
}
.icon-linkedin:before {
    content: "\e90b";
}
.icon-instagram:before {
    content: "\e900";
}
.icon-check:before {
    content: "\e927";
}
.icon-double-top:before {
    content: "\e91a";
}
.icon-double-bottom:before {
    content: "\e91b";
}
.icon-right:before {
    content: "\e908";
}
.icon-left:before {
    content: "\e916";
}
.icon-top:before {
    content: "\e917";
}
.icon-bottom:before {
    content: "\e918";
}
.icon-close:before {
    content: "\e915";
}
/** Main **/
html,
html *,
::before,
::after {
    box-sizing: border-box;
}
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--color1);
}
::selection {
    color: #fff;
    background: var(--color1);
}
.text-center {
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    user-select: none;
}
video {
    width: 100%;
    border-radius: 8px;
}
a {
    transition: 0.4s ease;
    text-decoration: none;
    &:hover {
        color: var(--color1);
    }
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
body {
    direction: rtl;
    text-align: right;
    font-family: var(--Regular), Arial !important;
    font-size: 14px;
    line-height: 32px;
    color: var(--black);
}
.position-relative {
    position: relative;
}
.s-space {
    margin-block: clamp(86px, 9vw, 128px);
}
.s-space:nth-child(1) {
    margin-top: 0;
}
.s-space:nth-last-child(1) {
    margin-bottom: 0;
}
.s-padding {
    padding-top: clamp(32px, 3vw, 40px);
    padding-bottom: clamp(44px, 5vw, 72px);
}
.mb-48 {
    margin-bottom: clamp(24px, 3vw, 40px);
}
.head-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto clamp(24px, 3vw, 40px);
    .title-box {
        margin: 0;
        width: auto;
        text-align: right;
        align-items: flex-start;
    }
    .c-btn {
        justify-content: flex-end;
        margin: 0;
    }
}
.title-box {
    margin: 0 auto clamp(24px, 3vw, 40px);
    width: clamp(300px, 42vw, 570px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    position: relative;
}
.s-title {
    font-size: clamp(20px, 3vw, 28px);
    font-family: var(--DemiBold);
    line-height: 40px;
}
.s-desc {
    font-size: 14px;
    color: var(--gray);
    font-family: var(--Medium);
    line-height: clamp(28px, 3vw, 32px);
}
@media only screen and (max-width: 768px) {
    .head-section {
        .title-box {
            text-align: center;
            align-items: center;
        }
    }
    .s-title,
    .s-desc {
        text-align: center;
    }
}
.c-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin: clamp(32px, 3vw, 40px) auto 0;
}
.btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: 0.4s;
    min-width: 120px;
    border-radius: 8px;
    gap: 14px;
    font-size: 14px;
    font-family: var(--Medium);
    padding: 4px 12px 4px 6px;
    border: none;
    i {
        width: clamp(28px, 2vw, 36px);
        height: clamp(28px, 2vw, 36px);
        flex: 0 0 clamp(28px, 2vw, 36px);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 12px;
        transition: 0.4s;
    }
}
.btn-1 {
    background: var(--nature);
    padding: 8px 12px 8px 8px;
    color: var(--black);
    i {
        background: var(--color1);
        color: white;
    }
    &:hover {
        background: var(--color1);
        color: var(--white);
        i {
            background: var(--white);
            color: var(--color1);
        }
    }
}
.btn-2 {
    border: 1px solid #D1DEEA;
    color: var(--black);
    padding: 7px 12px 7px 8px;
    i {
        background: var(--white);
        color: var(--color1);
    }
    &:hover {
        background: var(--color2);
        border-color: var(--color2);
        color: var(--white);
    }
}
.btns.btn-more {
    padding: 0;
    color: white;
    i {
        color: var(--white);
    }
    &:hover {
        color: var(--color2);
        i {
            background: var(--color2);
            color: var(--white);
        }
    }
}
.site-main {
    position: relative;
    min-height: 100vh;
}
.abs-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.item-banner img {
    width: 100%;
    transition: 0.4s;
    border-radius: 16px;
}
.item-banner:hover img {
    transform: translateY(-10px);
    /*filter: drop-shadow(0px 8px 8px #00000030);*/
}
.tab-content {
    display: none;
    transform: scale(0.8) translateY(20px);
    animation: fadeEffect 0.5s ease-in-out;
}
.tab-content.active {
    display: block !important;
    animation: fadeEffect 1s ease-in-out;
    transform: scale(1) translateY(0);
}
.mb-40 {
    margin-bottom: clamp(32px, 3vw, 40px);
}
@media only screen and (max-width: 768px) {
    .sw-px {
        padding-inline: 10px;
    }
}
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.sidebar {
    position: sticky;
    top: 210px;
}
.sidebar-banner {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.4s;
    margin-top: 20px;
    margin-inline: auto;
    width: 100%;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    &:hover {
        transform: translateY(-10px);
    }
}
/**  socials  **/
.socials {
    display: flex;
    gap: clamp(10px, 2vw, 14px);
    justify-content: flex-start;
    flex-direction: row-reverse;
    & a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        background: white;
        border-radius: 50%;
        color: black;
        transition: 0.4s;
        &:hover {
            background: var(--color2);
            color: white;
        }
    }
}
/** Intro Page **/
/*.page-template-template-home:not(.home) main {
    padding-top: clamp(32px, 3vw, 48px);
}*/
.min-500 {
    min-height: 530px;
}
.intro-page {
    position: relative;
    padding-block: clamp(80px, 7vw, 92px) clamp(190px, 15vw, 214px);
    /* min-height: clamp(390px, 34vw, 480px);*/
    background: #051D3D;
    color: var(--white);
    overflow: hidden;
    background-image: url(../img/back-intro.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    .intro-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 1;
        .fav-icon {
            max-width: 36px;
            margin-bottom: 24px;
        }
        .s-title,
        h1 {
            font-size: clamp(28px, 3vw, 32px);
            font-family: var(--DemiBold);
            line-height: normal;
            margin-bottom: 16px;
        }
        .desc {
            margin-top: 32px;
            p {
                margin-bottom: 0;
            }
        }
    }
}
.intro-page .btns.btn-2:hover {
    background: var(--color1);
    color: var(--black);
}
.intro-page .btn-2:before,
.intro-page .btn-2:after {
    background-color: var(--black) !important;
}
.intro-page .btn-1 {
    color: var(--black);
    background-color: var(--color1);
}
.intro-page .btns.btn-1:after,
.intro-page .btns.btn-1:before {
    background-color: var(--black) !important;
}
.intro-page .btns.btn-1:hover {
    background: white;
    border-color: var(--color2);
}
.intro-page .sub-title {
    color: var(--gray3);
}
.intro-shape {
    position: relative;
    z-index: 1;
    &:after {
        content: "";
        width: calc(100% - clamp(32px, 7vw, 110px));
        clip-path: polygon(16.6% 0.0%, 84.8% 0.3%, 87.1% 1.4%, 89.4% 3.3%, 91.6% 6.4%, 93.9% 11.1%, 95.6% 16.8%, 96.6% 23.1%, 96.8% 24.5%, 96.9% 25.9%, 97.0% 27.3%, 97.6% 39.6%, 98.5% 57.3%, 99.4% 75.0%, 100.0% 87.6%, 99.9% 89.9%, 99.7% 92.1%, 99.2% 94.2%, 98.5% 96.1%, 97.7% 97.6%, 96.8% 98.8%, 96.1% 99.4%, 95.6% 99.7%, 95.0% 99.9%, 5.4% 100.0%, 4.4% 99.7%, 3.4% 99.0%, 2.5% 97.9%, 1.5% 96.1%, 0.6% 93.5%, 0.1% 90.5%, 0.0% 87.6%, 0.1% 85.7%, 0.2% 83.8%, 0.3% 81.9%, 0.9% 70.3%, 1.7% 53.9%, 2.5% 37.5%, 3.2% 24.6%, 4.0% 18.8%, 5.3% 13.5%, 7.1% 8.8%, 8.4% 6.3%, 9.9% 4.2%, 11.5% 2.5%, 12.9% 1.3%, 14.3% 0.6%, 15.7% 0.2%, 16.6% 0.0%);
        position: absolute;
        height: clamp(196px, 13vw, 220px);
        background: #F3F5F9;
        z-index: 0;
        right: 50%;
        transform: translateX(50%);
        top: 69px;
    }
}
@media only screen and (min-width: 768px) {
    .intro-page .right-side .s-title {
        text-align: right;
    }
    .intro-page .right-side .sub-title {
        text-align: right;
    }
    .intro-page .right-side .c-btn {
        justify-content: flex-start;
    }
    .intro-page .content-img {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .intro-shape {
        &:before {
            content: "";
            width: 100%;
            clip-path: polygon(7.6% 0.0%, 92.8% 0.3%, 93.4% 1.0%, 93.9% 2.3%, 94.5% 4.1%, 95.0% 6.7%, 95.5% 9.8%, 95.8% 13.4%, 96.0% 15.2%, 96.1% 17.2%, 96.2% 19.2%, 97.0% 32.9%, 98.1% 52.6%, 99.2% 72.2%, 100.0% 86.5%, 100.0% 90.1%, 99.8% 93.6%, 99.5% 96.6%, 99.2% 98.2%, 98.9% 99.3%, 98.6% 99.9%, 1.4% 99.9%, 1.1% 99.2%, 0.7% 98.0%, 0.4% 96.4%, 0.2% 94.6%, 0.1% 92.6%, 0.0% 90.4%, 0.0% 87.5%, 0.1% 85.8%, 0.2% 84.1%, 0.3% 82.4%, 1.3% 63.2%, 2.4% 44.1%, 3.4% 25.0%, 3.9% 16.2%, 4.2% 12.8%, 4.6% 9.7%, 5.1% 6.4%, 5.8% 3.1%, 6.7% 0.9%, 7.6% 0.0%);
            position: absolute;
            height: 190px;
            background: white;
            z-index: 0;
            right: 50%;
            transform: translateX(50%);
            top: 100px;
        }
        &:after {
            clip-path: polygon(8.6% 0.0%, 92.2% 0.6%, 93.3% 2.9%, 94.4% 6.7%, 95.1% 10.8%, 95.4% 13.5%, 95.6% 16.5%, 95.8% 19.6%, 97.0% 38.6%, 98.2% 57.5%, 99.3% 76.5%, 99.8% 83.9%, 99.9% 85.4%, 100.0% 87.1%, 100.0% 89.3%, 99.9% 92.5%, 99.6% 95.4%, 99.2% 97.7%, 98.9% 98.8%, 98.6% 99.5%, 98.3% 99.9%, 1.7% 99.9%, 1.3% 99.3%, 0.9% 98.2%, 0.5% 96.6%, 0.3% 94.8%, 0.1% 92.6%, 0.0% 90.3%, 0.0% 88.1%, 0.0% 87.0%, 0.1% 85.9%, 0.1% 84.8%, 1.4% 64.9%, 2.6% 44.9%, 3.8% 25.0%, 4.4% 16.4%, 4.6% 13.6%, 4.9% 11.1%, 5.2% 9.2%, 5.3% 8.4%, 5.5% 7.6%, 5.6% 6.8%, 6.1% 4.6%, 7.0% 2.0%, 8.0% 0.4%, 8.6% 0.0%);
        }
    }
}
@media only screen and (max-width: 768px) {
    .content-img {
        margin-top: 1.5rem;
    }
    .intro-page {
        border-radius: 64px 64px 0 0;
    }
}
/** More Description **/
#more-tax-desc {
    background: var(--nature);
    border-radius: 32px;
    padding: clamp(40px, 4vw, 48px) clamp(24px, 4vw, 48px);
    position: relative;
    &:before {
        content: "";
        width: 144px;
        height: 5px;
        background: var(--color1);
        border-radius: 8px 8px 0 0;
        position: absolute;
        top: -5px;
        right: 50%;
        transform: translateX(50%);
    }
    &:after {
        content: "";
        width: 144px;
        height: 5px;
        background: var(--color1);
        border-radius: 0 0 8px 8px;
        position: absolute;
        bottom: -5px;
        right: 50%;
        transform: translateX(50%);
    }
    > * {
        position: relative;
    }
    .editor-content {
        position: relative;
    }
    p:nth-last-child(1) {
        margin: 0;
    }
}
/** page-numbers **/
ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    color: black;
    transition: 0.4s;
    margin-top: clamp(32px, 3vw, 40px);
    span, a {
        width: 30px;
        height: 30px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s;
        border-radius: 10px;
        font-family: var(--DemiBold);
        color: var(--black);
        &.current,
        &:hover {
            background: var(--color1);
            color: var(--white);
        }
    }
    .prev.page-numbers,
    .next.page-numbers {
        transition: 0.4s;
        background: var(--nature);
        &:hover {
            background: var(--color1);
            color: var(--white);
        }
    }
}
/** Sidebar **/
.archive--blog {
    margin-top: clamp(32px, 5vw, 64px);
    .row .row {
        row-gap: 32px;
    }
}
.widget-side {
    background: var(--nature);
    border-radius: 24px;
    padding: 16px;
    margin-bottom: 32px;
    .widget-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        background: white;
        padding: 12px;
        border-radius: 12px;
        h4 {
            font-size: 14px;
            font-family: var(--DemiBold);
        }
    }
    > ul {
        position: relative;
        padding: 16px 8px 8px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        > li {
            position: relative;
            .caticon {
                left: 0;
                top: 12px;
            }
            > a {
                font-family: var(--Regular);
                font-size: 14px;
                padding-right: 16px;
                position: relative;
                color: var(--black);
                &:hover {
                    color: var(--color1);
                }
                &:before {
                    content: "";
                    width: 8px;
                    height: 8px;
                    background: var(--color2);
                    border-radius: 50%;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }
            }
            .children {
                padding: 8px 16px 0 0;
                display: flex;
                flex-direction: column;
                li a {
                    font-family: var(--Regular);
                    font-size: 14px;
                    color: var(--gray);
                    position: relative;
                    &:hover {
                        color: var(--color1);
                    }
                }
            }
            &:hover,
            &.active {
                > a {
                    color: var(--color1);
                }
            }
        }
        li:nth-last-child(1) {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }
    }
    .current-cat > a {
        color: var(--color1) !important;
    }
}
.caticon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray);
    &:before {
        content: "";
        border: solid;
        border-width: 1px 1px 0px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(135deg) translateY(50%);
        -webkit-transform: rotate(135deg) translateY(50%);
        transition: 0.4s ease;
    }
    &.active:before {
        color: var(--color1) !important;
        transform: rotate(-45deg) translateY(50%);
    }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (min-width: 768px) {
    .widget-title {
        justify-content: center !important;
        .caticon {
            display: none;
        }
    }
}
/** Footer **/
/** Menu Mobile   *************************************/
#mask {
    position: fixed;
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 250px;
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
    background: white;
}
#menumobile img {
    /*! filter: brightness(0)invert(1); */
    max-width: 130px;
}
.menu {
    list-style: none;
    padding: 0;
    padding-right: 1rem;
}
#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
    color: red;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
.tel-mm a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}
.tel-mm a:before {
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 100%;
    animation: pulse 2s infinite;
    position: relative;
    top: -1px;
}
.come-menumobile {
    right: 0 !important;
}
.title-mm {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    .icon-close {
        font-size: 1rem;
    }
}
.title-mm img {
    user-select: none;
}
.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}
.btn-mm a {
    display: flex;
}
.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-flow: row-reverse;
}
.title-sub-head strong {
}
.main-mm {
    padding: 20px 12px 0;
    .header-menu li:not(:nth-last-child(1)) {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid var(--nature);
    }
}
.main-mm ul li a {
    display: block;
    padding: 4px 0;
    position: relative;
    width: 80%;
    padding-right: 1.5rem;
    color: var(--black);
    &:hover {
        color: var(--color1);
    }
    &:before {
        content: " ";
        background: var(--color1);
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
}
.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: white;
    right: -250px;
    transition: 0.3s;
    z-index: 9;
    padding: 20px;
    border-radius: 1rem 0 0 1rem;
    list-style: none;
}
.sub-menu.come-submenu::before {
    content: "";
    height: 70px;
    width: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0;
}
.childer i {
    display: inline-block;
    font-size: 10px;
}
.childer {
    position: absolute;
    left: -3rem;
    cursor: pointer;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.come-submenu {
    right: 0 !important;
}
.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    /*background: var(--color2);*/
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-closer i {
    cursor: pointer;
    top: -1px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    position: relative;
    left: -1px;
    font-size: 10px;
}
.title-subcome {
    /*color: var(--color2);*/
    font-weight: normal;
    position: relative;
    top: 2px;
}
/** Breadcrumbs **/
#breadcrumbs {
    position: absolute;
    top: 75px;
    margin: auto;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    line-height: 1;
    white-space: nowrap;
    overflow-x: auto;
    z-index: 1;
}
#breadcrumbs a {
    color: white;
    transition: 0.4s;
    position: relative;
}
#breadcrumbs a:hover {
    color: var(--color1);
}
#breadcrumbs span {
    color: var(--color1);
    font-size: clamp(12px, 2vw, 14px);
}
#breadcrumbs .col-12 > span a:hover {
    color: var(--color1);
}
#breadcrumbs .col-12 > span a:before {
    content: "";
    font-family: 'icomoon';
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    left: -12px;
    font-size: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gray1);
}
#breadcrumbs .col-12 > span {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only screen and (min-width: 768px) {
    #breadcrumbs {
        top: 112px;
    }
}
/** About **/
.history-img {
    position: relative;
    margin-bottom: 44px;
}
.history-img .year {
    position: absolute;
    bottom: -22px;
    background: var(--color1);
    min-width: clamp(64px, 10vw, 120px);
    right: 50%;
    transform: translateX(50%);
    min-height: calc(30px, 4vw, 44px);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 2vw, 24px);
    font-family: var(--en);
}
.history-item .s-title {
    font-size: clamp(14px, 2vw, 18px);
    padding-inline: clamp(4px, 4vw, 24px);
    display: flex;
    margin: 0;
    text-align: center;
    font-family: var(--Medium);
}
/** More Text Description **/
#more-text-desc {
    border: 1px solid #E7E7E7;
    padding: 40px 55px;
    position: relative;
    text-align: center;
}
#more-text-desc p {
    text-align: center;
    margin: 0;
}
#more-text-desc:before {
    content: "\e917";
    font-family: 'icomoon';
    position: absolute;
    top: -40px;
    right: 50%;
    transform: translateX(50%);
    font-size: 50px;
    color: var(--color1);
}
#more-text-desc .s-title {
    font-size: clamp(20px, 2vw, 24px);
    margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
    #more-text-desc {
        padding: 44px 16px 24px;
    }
}
/** Comments **/
.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
    gap: 38px 32px;
}
.form-submit,
.comment-form-email,
.comment-form-author {
    width: 100%;
    position: relative;
}
.form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment-form-comment {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
#review_form label {
    padding-right: 16px;
    margin: 0 !important;
    font-size: clamp(14px, 2vw, 16px);
    font-family: var(--Medium);
    margin-bottom: 10px !important;
    display: inline-block;
    font-size: 16px;
    font-family: var(--DemiBold);
    position: absolute;
    z-index: 1;
    top: -18px;
    right: 24px;
    background: white;
    padding-inline: 12px !important;
    margin: 0 !important;
}
textarea::placeholder {
    font-size: 16px !important;
}
.form-submit .btns {
    min-width: 114px;
}
#respond {
    margin-bottom: 64px;
}
.item-comment {
    margin-bottom: 40px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 6px 37.84px 0px #99999933;
    padding: clamp(28px, 3vw, 36px) clamp(16px, 3vw, 36px) clamp(46px, 6vw, 74px);
    p {
        font-size: 14px !important;
        font-family: var(--Regular);
    }
    .head-comment {
        margin-bottom: clamp(24px, 3vw, 32px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: var(--Regular);
        .name_comment {
            display: flex;
            align-items: center;
            gap: 14px;
            font-size: 16px;
            font-family: var(--Regular);
            img {
                max-width: clamp(115px, 10vw, 134px);
            }
            i {
                width: 36px;
                height: 36px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 16px;
                background: #EBFAF4;
                border-radius: 12px;
            }
        }
        .time_comment {
            color: var(--white);
            font-size: 14px;
            line-height: 1;
            font-family: var(--Medium);
            background: var(--color1);
            padding: 10px;
            border-radius: 8px;
            min-width: 94px;
            min-height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    .comment-reply-link {
        transition: 0.4s;
        font-family: var(--Regular);
        background: white;
        color: var(--color1);
        position: absolute;
        bottom: -16px;
        width: max-content;
        left: clamp(24px, 3vw, 36px);
        border: 1px solid #EBEBEB;
        min-width: 60px;
        min-height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        border-radius: 20px;
        &:hover {
            border-color: var(--color1);
            background: var(--color1);
            color: var(--white);
        }
    }
    &.byadmin {
        background: #F1F5F9;
        .text_comment p {
            color: #2E2E2FCC;
        }
    }
    .isreply {
        position: absolute;
        top: 27px;
        left: calc(100% + clamp(8px, 3vw, 33px));
        width: clamp(32px, 4vw, 48px);
        height: clamp(32px, 4vw, 48px);
        font-size: clamp(16px, 2vw, 24px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(20px, 2vw, 30px);
    }
}
.comment-awaiting-moderation {
    background: var(--danger);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 24px;
}
.commentlist > .children {
    padding-right: clamp(34px, 7vw, 112px);
}
#reply-title {
    display: none;
}
.commentlist #reply-title {
    background: #EAF5F9;
    color: var(--color2);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border-radius: 8px;
    a {
        color: var(--color2);
        transition: 0.4s;
        &:hover {
            color: var(--color1);
        }
    }
}
@media only screen and (min-width: 768px) {
    .comment-form-rating,
    .comment-form-email,
    .comment-form-author {
        width: calc(50% - 16px);
    }
}
@media only screen and (max-width: 768px) {
    .commentlist > .children {
        padding-right: 44px;
    }
    .isreply {
        right: -44px;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 16px;
    }
    .head-comment .time_comment {
        font-size: 12px;
    }
    .comment-reply-link {
        font-size: 14px;
    }
    .name_comment {
        gap: 6px;
        font-size: 14px;
    }
}
/** Editor Page **/
/** Video **/
.video-wrapper {
    position: relative;
    display: flex;
    video {
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .video-btn {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 50%;
        top: 50%;
        cursor: pointer;
        transform: translate(50%, -50%);
        /*display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(22px, 5vw, 34px);
        cursor: pointer;
        border-radius: clamp(18px, 2vw, 28px);
        background: #051D3D;
        color: white;
        font-size: clamp(32px, 4vw, 48px);
        overflow: hidden;
        transition: 0.4s;
        background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 18%, transparent 35%), linear-gradient(135deg, #5f769c 0%, #173867 35%, #001b4d 70%, #00133a 100%);*/
        .icon-Poly {
            display: none;
        }
    }
}
/* section Banner Column */
@media only screen and (max-width: 768px) {
    .section-banner_column .col-12:nth-child(2) .item-banner {
        position: fixed;
        z-index: 9;
        right: 16px;
        bottom: 12px;
        width: calc(100% - 32px);
    }
}
/* access-wrapper */
.access-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: clamp(24px, 2vw, 32px);
    a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: clamp(14px, 2vw, 18px);
        width: 100%;
        background: var(--color1);
        color: white;
        border-radius: 16px;
        padding: clamp(12px, 2vw, 24px);
        border: 1px solid #FF6262;
        transition: 0.4s;
        i:not(.icon-left) {
            width: clamp(24px, 3vw, 36px);
            height: clamp(24px, 3vw, 36px);
            font-size: clamp(20px, 2vw, 30px);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .icon-left {
            margin-right: auto;
            font-size: clamp(16px, 2vw, 24px);
        }
        &:hover {
            color: var(--color1);
            background: white;
        }
    }
}
/**** Section Hero ****/
.hero-item {
    position: relative;
    .btn-2 {
        color: var(--white);
    }
    .hero-body {
        color: white;
        position: relative;
        & > div {
            position: absolute;
            top: auto;
            bottom: 100px;
            right: 50%;
            transform: translateX(50%);
            width: calc(100% - 64px);
            text-align: center;
            .s-title {
                font-size: clamp(28px, 3vw, 32px);
                font-family: var(--DemiBold);
                margin-bottom: clamp(12px, 4vw, 32px);
            }
        }
    }
    .hero-footer {
        position: absolute;
        bottom: -40px;
        right: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        .att-wrap {
            display: flex;
            justify-content: center;
            gap: clamp(8px, 2vw, 16px);
            .att-item {
                display: flex;
                align-items: center;
                gap: 12px;
                padding: clamp(8px, 1vw, 14px) clamp(12px, 2vw, 32px);
                background: white;
                border-radius: clamp(14px, 2vw, 18px);
                font-family: var(--Medium);
                /*min-width: clamp(182px, 26vw, 362px);*/
                /*min-width: max-content;*/
                i {
                    background: var(--color2);
                    color: white;
                    width: clamp(44px, 4vw, 56px);
                    height: clamp(44px, 4vw, 56px);
                    flex: 0 0 clamp(44px, 4vw, 56px);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                    font-size: clamp(18px, 2vw, 24px);
                }
                p {
                    font-size: clamp(14px, 2vw, 22px);
                }
                span {
                    font-size: clamp(10wpx, 2vw, 16px);
                    color: var(--gray);
                }
            }
        }
    }
}
/*@media only screen and (min-width: 1300px) {
    .wrap-shape {
        .hero-accordion {
            min-width: clamp(200px, 25vw, 350px);
        }
    }
}*/
.wrap-shape {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(100% - 50px);
    margin-inline: auto 10px;
    align-items: center;
    .hero-accordion {
        position: relative;
        width: 100%;
        /*max-width: clamp(280px, 34vw, 370px);
        width: 100%;*/
        &:before {
            content: "";
            border: solid;
            border-width: 1px 1px 0px 0;
            display: inline-block;
            padding: 4px;
            transform: rotate(135deg) translateY(-50%);
            -webkit-transform: rotate(135deg) translateY(50%);
            transition: 0.4s ease;
            position: absolute;
            left: 24px;
            top: 48%;
        }
        &.active {
            &:before {
                color: var(--color1) !important;
                transform: rotate(-45deg) translateY(-50%);
            }
        }
        .accordion-title {
            cursor: pointer;
            padding: 16px 16px 16px 40px;
            border-radius: 24px;
            background: #fff;
            user-select: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
            font-family: var(--Medium);
        }
        .accordion-content {
            display: none;
            position: absolute;
            top: calc(100% + 10px);
            right: 0;
            min-width: 220px;
            background: #fff;
            border-radius: 24px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
            z-index: 1;
            width: 100%;
            flex-direction: column;
            padding: 12px 24px;
            li:not(:nth-last-child(1)) {
                margin-bottom: 14px;
                padding-bottom: 14px;
                border-bottom: 1px solid #eee;
            }
            a {
                display: flex;
                justify-content: space-between;
                text-decoration: none;
                color: var(--gray);
                font-size: 16px;
                &:hover {
                    color: var(--color1);
                }
            }
        }
    }
    .hero-accordion.active .accordion-content {
        display: flex;
    }
    .is-loading {
        opacity: .5;
        pointer-events: none;
    }
}
.intro-solution .wrap-shape .hero-accordion {
    width: 100% !important;
}
@media only screen and (min-width: 992px) {
    .hero-item {
        .header-logo {
            position: absolute;
            top: 0;
            right: 24px;
            img {
                width: clamp(100px, 15vw, 218px);
            }
        }
        .hero-body {
            clip-path: polygon(0.0% 87.1%, 0.1% 92.4%, 0.4% 95.6%, 1.2% 97.6%, 2.2% 99.1%, 3.9% 99.9%, 6.6% 100.0%, 26.2% 100.0%, 27.2% 99.8%, 27.9% 99.3%, 28.6% 98.6%, 29.2% 97.6%, 30.0% 95.7%, 35.4% 82.7%, 36.1% 81.2%, 36.7% 80.3%, 37.4% 79.7%, 38.2% 79.3%, 39.3% 79.3%, 94.7% 79.2%, 96.9% 78.9%, 98.2% 77.9%, 99.1% 76.1%, 99.8% 73.7%, 100.0% 69.9%, 100.0% 24.2%, 99.9% 19.4%, 99.4% 16.6%, 98.6% 14.6%, 97.5% 13.3%, 95.7% 12.7%, 85.5% 12.6%, 84.4% 12.6%, 83.6% 12.4%, 83.0% 12.1%, 82.5% 11.6%, 81.9% 10.7%, 81.1% 9.2%, 77.1% 2.2%, 76.4% 1.2%, 75.9% 0.6%, 75.3% 0.3%, 74.6% 0.0%, 73.6% 0.0%, 4.8% 0.0%, 2.8% 0.4%, 1.6% 1.7%, 0.7% 3.5%, 0.2% 6.1%, 0.0% 10.4%, 0.0% 87.1%);
            & > div {
                position: absolute;
                top: 50%;
                bottom: auto;
                transform: translateY(-50%);
                right: 56px;
                text-align: right;
                max-width: 50%;
                .c-btn {
                    justify-content: flex-start;
                    margin-top: clamp(16px, 3vw, 40px);
                }
            }
        }
        .hero-footer {
            bottom: -64px;
            justify-content: space-between;
            .att-wrap {
                padding: 32px 58px 32px 80px;
                justify-content: flex-start;
                &:before {
                    content: "";
                    width: calc(100% + clamp(1rem, 2vw, 4rem));
                    height: 100%;
                    clip-path: polygon(100.0% 16.2%, 100.0% 11.8%, 100.0% 8.6%, 99.9% 6.2%, 99.7% 4.4%, 99.5% 3.0%, 99.3% 1.8%, 99.0% 0.8%, 98.6% 0.2%, 98.0% 0.0%, 97.3% 0.0%, 12.4% 0.0%, 12.1% 0.0%, 11.9% 0.2%, 11.7% 0.5%, 11.5% 0.9%, 11.3% 1.4%, 11.2% 2.0%, 11.0% 2.8%, 10.9% 3.9%, 10.6% 5.5%, 1.3% 76.1%, 0.6% 82.0%, 0.1% 86.4%, 0.0% 89.9%, 0.1% 92.6%, 0.2% 95.1%, 0.5% 97.2%, 1.0% 98.9%, 1.7% 99.7%, 2.8% 100.0%, 97.3% 100.0%, 98.0% 100.0%, 98.6% 99.8%, 99.0% 99.2%, 99.3% 98.2%, 99.5% 97.0%, 99.7% 95.6%, 99.9% 93.8%, 100.0% 91.4%, 100.0% 88.2%, 100.0% 83.8%, 100.0% 16.2%);
                    background: var(--nature);
                    position: absolute;
                    top: 0;
                    right: 0;
                    z-index: -1;
                }
            }
        }
    }
    .wrap-shape {
        min-width: min-content;
        padding: clamp(26px, 3vw, 45px) 24px clamp(26px, 3vw, 45px) clamp(60px, 7vw, 100px);
        flex-direction: row;
        width: 100%;
        &:before {
            content: "";
            width: calc(100% + clamp(1rem, 2vw, 4rem));
            height: 100%;
            background: var(--nature);
            clip-path: polygon(100.0% 16.2%, 100.0% 11.8%, 100.0% 8.6%, 99.9% 6.2%, 99.7% 4.4%, 99.5% 3.0%, 99.3% 1.8%, 99.0% 0.8%, 98.6% 0.2%, 98.0% 0.0%, 97.3% 0.0%, 12.4% 0.0%, 12.1% 0.0%, 11.9% 0.2%, 11.7% 0.5%, 11.5% 0.9%, 11.3% 1.4%, 11.2% 2.0%, 11.0% 2.8%, 10.9% 3.9%, 10.6% 5.5%, 1.3% 76.1%, 0.6% 82.0%, 0.1% 86.4%, 0.0% 89.9%, 0.1% 92.6%, 0.2% 95.1%, 0.5% 97.2%, 1.0% 98.9%, 1.7% 99.7%, 2.8% 100.0%, 97.3% 100.0%, 98.0% 100.0%, 98.6% 99.8%, 99.0% 99.2%, 99.3% 98.2%, 99.5% 97.0%, 99.7% 95.6%, 99.9% 93.8%, 100.0% 91.4%, 100.0% 88.2%, 100.0% 83.8%, 100.0% 16.2%);
            position: absolute;
            top: 0;
            right: 0;
        }
    }
    .catalog-link {
        display: flex;
        position: absolute;
        bottom: 77px;
        left: 15px;
        img {
            width: clamp(100px, 21vw, 322px);
        }
    }
}
@media only screen and (min-width: 1024px) {
    .hero-item {
        s .hero-footer {
            bottom: -46px;
            .att-wrap {
                padding: 24px 40px 24px 99px;
            }
        }
    }
}
@media only screen and (min-width: 1200px) {
    .hero-item {
        .hero-footer {
            bottom: -44px;
        }
    }
}
@media only screen and (max-width: 992px) {
    .section-hero {
        .col-12 {
            padding: 0;
        }
        .hero-item {
            .hero-body {
                min-height: 450px;
                img {
                    border-radius: 64px 64px 0 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                }
            }
            .hero-footer {
            }
        }
    }
    .archive--hero .hero-item {
        .hero-body {
            min-height: 620px;
            & > div {
                bottom: 205px;
            }
        }
        .hero-footer {
            bottom: 25px;
        }
    }
}
/**** Landing ****/
.landing-sticky {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 32px 0px rgb(72 43 135 / 35%);
    margin-top: clamp(32px, 4vw, 56px);
    padding-inline: clamp(16px, 3vw, 32px);
    border-radius: 16px;
    position: relative;
    transition: all 0.3s ease;
    ul {
        display: flex;
        align-items: center;
        gap: clamp(24px, 3vw, 32px);
        overflow-x: auto;
        li {
            min-width: max-content;
        }
        a {
            padding-block: clamp(16px, 2vw, 29px);
            display: flex;
            justify-content: center;
            line-height: 22px;
            position: relative;
            &:before {
                content: "";
                background: var(--color1);
                width: 100%;
                height: 4px;
                position: absolute;
                right: 0;
                bottom: 0;
                border-radius: 4px 4px 0 0;
                opacity: 0;
                transition: 0.4s;
                z-index: 6;
            }
            &.active,
            &:hover {
                &:before {
                    opacity: 1;
                }
            }
        }
    }
}
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    .landing-sticky {
        background: var(--color3);
    }
}
.title-full {
    position: relative;
    margin-bottom: clamp(24px, 3vw, 32px);
    .title-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    .btn-more {
        display: flex;
        align-items: center;
        gap: 16px;
        i {
            width: 32px;
            height: 32px;
            background: #FFFFFF47;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            &:before {
                content: "\e903";
                background: var(--color1);
                width: 26px;
                height: 26px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 11px;
                padding-top: 2px;
                transition: 0.4s;
            }
        }
        &:hover {
            i:before {
                background: var(--white);
                color: var(--color1);
            }
        }
    }
}
@media only screen and (max-width: 768px) {
    .title-full {
        .btn-more {
            justify-content: center;
        }
    }
}
.support-badge {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    .icon-close {
        position: absolute;
        top: -40px;
        right: 50%;
        cursor: pointer;
        transform: translateX(50%);
        font-size: 20px;
        transition: 0.4s;
        &:hover {
            color: var(--danger);
        }
    }
    .inner-support-badge {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: clamp(300px, 48vw, 630px);
        display: flex;
        flex-direction: column;
        z-index: 9;
        padding: 20px;
        border-radius: 16px;
        form {
            display: flex;
            flex-direction: column;
            gap: 24px;
            textarea {
                min-height: 180px;
            }
            textarea,
            input {
                padding: 20px 16px !important;
                height: clamp(58px, 5vw, 68px);
                display: block;
                box-sizing: border-box;
                font-family: inherit;
                width: 100%;
                transition: 0.4s;
                font-size: 16px !important;
                text-align: right;
                border: 0;
                border: 1px solid transparent;
                appearance: none;
                -webkit-appearance: textfield;
                transition: 0.4s;
                border-radius: 10px;
                font-family: var(--Regular);
                background: var(--color3);
                line-height: 28px;
            }
            label {
                font-size: 16px;
                font-family: var(--Medium);
                display: flex;
                margin-bottom: 16px;
            }
        }
    }
}
.btn {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}
button.load-more.btns {
    justify-content: center;
    padding: 12px;
}
.category-item {
    position: relative;
    background: #F3F5F9;
    border-radius: 32px;
    padding: clamp(24px, 3vw, 34px) 12px 12px;
    transition: 0.4s;
    p {
        font-size: 20px;
        font-family: var(--Medium);
        color: var(--black);
    }
    span {
        font-size: 14px;
        font-family: var(--En);
        color: var(--gray);
    }
    img {
    }
    .icon-cat {
        width: 62px;
        height: 62px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        img {
            position: relative;
        }
        &:before {
            content: "";
            width: 62px;
            height: 62px;
            background: var(--before-bg);
            display: block;
            position: absolute;
            border-radius: 50%;
            transition: 0.4s;
        }
    }
    &:hover {
        p {
            color: var(--color1);
        }
        .icon-cat:before {
            width: 74px;
            height: 74px;
        }
    }
}
@media only screen and (min-width: 992px) {
    .navigation-category {
        position: absolute !important;
        top: -80px;
        left: 0;
        z-index: 1;
        margin: 0 !important;
    }
}
/** Single Solution **/
#solution-related {
    padding-block: clamp(64px, 8vw, 120px);
    background: var(--nature);
}
.steps-wrap {
    margin-block: clamp(40px, 4vw, 48px);
    position: relative;
    .step-item {
        background: radial-gradient(ellipse at top left, #DFEBFB, transparent 60%),
        radial-gradient(ellipse at bottom right, #F4E1E5, transparent 60%),
        #F0F1F6;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: clamp(26px, 3vw, 34px) clamp(20px, 2vw, 28px);
        border-radius: clamp(16px, 2vw, 20px);
        .step-counter {
            width: clamp(40px, 4vw, 52px);
            height: clamp(40px, 4vw, 52px);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-family: var(--Regular);
            font-size: clamp(20px, 2vw, 28px);
            color: var(--gray);
            background: white;
            position: relative;
            margin-bottom: clamp(16px, 2vw, 22px);
            padding-top: 4px;
            z-index: 1;
            &:after {
                content: "";
                position: absolute;
                right: 50%;
                top: 50%;
                transform: translate(50%, -50%);
                background: #FFFFFF4D;
                width: clamp(52px, 5vw, 64px);
                height: clamp(52px, 5vw, 64px);
                z-index: -1;
                border-radius: 50%;
            }
        }
    }
}
.title-sec-single {
    margin-bottom: 20px;
    font-size: clamp(20px, 2vw, 24px);
    font-family: var(--DemiBold);
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .title-sec-single {
        text-align: right;
    }
}
/** Single Project **/
.intro-project-single {
    position: relative;
    &:before {
        content: "";
        width: 100%;
        height: 430px;
        background-image: url(../img/back-intro.svg);
        position: absolute;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 64px 64px 0 0;
    }
    .thumbnail-post-img {
        min-height: 500px;
    }
    .row:first-child {
        padding-top: clamp(40px, 3vw, 48px);
        .col-12.col-lg-8 {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
    }
    .title-en {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 24px;
        color: white;
        span:first-child {
            background: var(--color2);
            color: white;
            width: 46px;
            height: 46px;
            font-size: 16px;
            font-family: var(--DemiBold);
            border: 2px solid white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    .title-heading {
        font-family: var(--DemiBold);
        font-size: clamp(24px, 3vw, 32px);
        line-height: 48px;
        color: white;
        text-align: center;
    }
    .single-meta {
        margin-top: 12px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        .category_post {
            i {
                width: 36px;
                height: 36px;
                background: white;
                flex: 0 0 36px;
                border-radius: 50%;
                color: black;
            }
            a {
                color: var(--white);
                &:hover {
                    color: var(--color2);
                }
            }
        }
    }
    .single-share {
        & .share-items {
            & .copy-btn,
            & a {
                color: var(--white);
                &:hover {
                    background: var(--color1);
                    color: white;
                }
            }
        }
        .icon-share {
            color: var(--white);
            &:after {
                background: var(--white);
            }
        }
    }
    .attr-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        margin-top: 32px;
        margin-bottom: 18px;
        .construction_site,
        .employer {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-family: var(--Medium);
            i {
                width: 24px;
                height: 24px;
                flex: 0 0 24px;
                font-size: 18px;
                color: var(--color2);
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
    .sidebar-banner {
        position: sticky;
        top: 16px;
    }
}
.gallery-vitrin .sw--gallery {
    width: 320px;
    height: 460px;
    overflow: visible !important;
}
.sw--gallery .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.sw--gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sw--gallery .swiper-slide:not(.swiper-slide-active) {
    filter: blur(3px);
}
.sw--gallery .swiper-slide-active {
    filter: blur(0);
}
.intro-project-single .project-gallery-stack {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: min(100%, 540px);
    min-height: 494px;
    padding: 18px 120px 48px;
    margin-inline: auto;
    overflow: visible;
    isolation: isolate;
    flex-direction: column;
}
.intro-project-single .project-gallery-stack .sw--gallery {
    width: 240px;
    height: 400px;
    overflow: visible !important;
}
.intro-project-single .project-gallery-stack .swiper-wrapper {
    overflow: visible;
}
.intro-project-single .project-gallery-stack .swiper-slide {
    overflow: visible;
    border-radius: 36px;
    background: transparent;
    box-shadow: none;
    filter: none;
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.intro-project-single .project-gallery-stack .swiper-slide-active,
.intro-project-single .project-gallery-stack .swiper-slide-next,
.intro-project-single .project-gallery-stack .swiper-slide-prev {
    opacity: 1 !important;
    visibility: visible;
}
.intro-project-single .project-gallery-stack .project-gallery-card {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 36px;
    background: #e8eef5;
    transform: rotate(7deg);
    transition: transform 0.45s ease, filter 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease;
}
.intro-project-single .project-gallery-stack .swiper-slide:not(.swiper-slide-active) .project-gallery-card {
    opacity: 1;
    filter: blur(4px);
    transform: translate(-96px, -28px) rotate(-8deg) scale(0.95);
}
.intro-project-single .project-gallery-stack .swiper-slide-active .project-gallery-card {
    opacity: 1;
    filter: none;
    transform: translate(48px, 60px) rotate(8deg) scale(1);
}
.intro-project-single .project-gallery-stack .swiper-slide-prev .project-gallery-card {
    transform: translate(-112px, -32px) rotate(-8deg) scale(0.95);
}
.intro-project-single .project-gallery-stack .swiper-slide-next .project-gallery-card {
    transform: translate(-96px, -28px) rotate(-8deg) scale(0.95);
}
.intro-project-single .project-gallery-stack .swiper-slide-next,
.intro-project-single .project-gallery-stack .swiper-slide-prev {
    z-index: 0;
}
.intro-project-single .project-gallery-stack .swiper-slide-active {
    z-index: 2;
    pointer-events: auto;
}
.intro-project-single .project-gallery-stack img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro-project-single .project-gallery-stack .navigation-gallery {
    display: none;
}
@media only screen and (max-width: 991px) {
    .intro-project-single .project-gallery-stack {
        width: min(100%, 320px);
        max-width: 100%;
        min-height: 0;
        padding: 8px 46px 24px;
        margin-bottom: 24px;
        overflow: hidden;
    }
    .intro-project-single .project-gallery-stack .sw--gallery {
        width: min(66vw, 226px);
        height: auto;
        aspect-ratio: 237 / 396;
    }
    .intro-project-single .project-gallery-stack .swiper-slide {
        transition: visibility 0s linear;
    }
    .intro-project-single .project-gallery-stack .swiper-slide:not(.swiper-slide-active) .project-gallery-card {
        filter: blur(4px);
        transform: none;
    }
    .intro-project-single .project-gallery-stack .swiper-slide-active .project-gallery-card {
        transform: none;
    }
    .intro-project-single .project-gallery-stack .swiper-slide-prev .project-gallery-card {
        transform: none;
    }
    .intro-project-single .project-gallery-stack .swiper-slide-next .project-gallery-card {
        transform: none;
    }
    .intro-project-single .project-gallery-stack .navigation-gallery {
        display: flex;
        gap: 8px;
        justify-content: center;
        width: max-content;
        margin: 18px auto 0;
        position: relative;
        z-index: 3;
    }
    .intro-project-single .project-gallery-stack .navigation-gallery i {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        transition: 0.4s;
        cursor: pointer;
        color: var(--black);
        font-size: 14px;
        background: #E9EFF5;
    }
    .intro-project-single .project-gallery-stack .navigation-gallery .swiper-nav {
        position: static;
        right: auto;
        left: auto;
    }
    .intro-project-single .project-gallery-stack .navigation-gallery i:hover {
        background: var(--color1);
        color: var(--white);
    }
    .intro-project-single .project-gallery-stack .navigation-gallery .swiper-button-disabled {
        opacity: 0.5;
    }
}
.wrap-documentation {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-direction: column;
    margin-block: 16px 40px;
    align-items: center;
    .documentation {
        display: flex;
        align-items: center;
        font-size: 16px;
        gap: 14px;
        color: var(--black);
        transition: 0.4s;
        cursor: pointer;
        min-width: max-content;
        i {
            width: 36px;
            height: 36px;
            background: var(--color1);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            border-radius: 10px;
            transition: 0.4s;
        }
        &:after {
            content: "\e918";
            font-family: "icomoon";
            font-size: 9px;
            margin-right: -6px;
        }
        &:hover {
            color: var(--color1);
        }
    }
    ul {
        display: none;
        flex-direction: column;
        padding: 12px;
        border-radius: 12px;
        position: absolute;
        min-width: 185px;
        background: var(--nature);
        top: calc(100% + 1rem);
        z-index: 4;
        a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 6px;
            margin-bottom: 6px;
            border-bottom: 1px solid white;
            color: var(--black);
            transition: 0.4s;
            &:hover {
                color: var(--color1);
            }
        }
        li:last-child a {
            border: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }
    }
    &.active ul {
        display: flex;
    }
    .body-pdf {
        width: 100%;
        display: flex;
        background: var(--nature);
        padding: 12px 24px;
        border-radius: 24px;
        justify-content: center;
        gap: 24px;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
        span {
            font-size: 16px;
            font-family: var(--Medium);
            width: 100%;
        }
        .btn-pdf {
            color: var(--black);
            font-size: 14px;
            font-family: var(--Medium);
            display: flex;
            align-items: center;
            gap: 10px;
            transition: 0.4s;
            i {
                background: var(--color1);
                color: var(--white);
                width: 36px;
                height: 36px;
                flex: 0 0 36px;
                font-size: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
            }
            &:hover {
                color: var(--color1);
            }
        }
    }
}
.sec-galley {
    margin-block: clamp(40px, 3vw, 48px);
    position: relative;
    .gallery-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(16px, 2vw, 20px);
        img {
            border-radius: 20px;
            width: 100%;
        }
    }
}
.sec-information {
    margin-block: clamp(40px, 3vw, 48px);
    position: relative;
    .info-wrap {
        display: flex;
        flex-direction: column;
        gap: 12px;
        border-radius: 28px;
        padding: 12px;
        background: #F1F5F9;
        li {
            display: flex;
            gap: 12px;
            span:first-child {
                background: white;
                min-width: clamp(120px, 13vw, 200px);
                text-align: center;
                border-radius: 16px;
                font-size: clamp(14px, 2vw, 16px);
                font-family: var(--Medium);
                color: #6F738D;
                padding: 16px;
            }
            span:last-child {
                background: white;
                border-radius: 16px;
                font-size: clamp(14px, 2vw, 16px);
                color: #221E1F;
                font-family: var(--Medium);
                padding: 16px clamp(16px, 2vw, 24px);
                width: 100%;
                text-align: center;
            }
        }
    }
}
.sec-desc {
    margin-block: clamp(40px, 3vw, 48px);
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .intro-project-single {
        .title-heading {
            text-align: right;
        }
        .title-en {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            background: linear-gradient(-90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 94.69%);
            padding: 4px;
            border-radius: 100px;
            color: white;
            span:last-child {
                font-size: 21px;
                font-family: var(--En);
            }
            span:first-child {
                width: 40px;
                height: 40px;
                font-size: 13px;
            }
        }
        .attr-wrapper {
            flex-direction: row;
            flex-wrap: wrap;
            margin-top: 24px;
            gap: 36px;
        }
        .single-meta {
            flex-direction: row;
            align-items: center;
        }
    }
    .wrap-documentation {
        flex-direction: row;
        .body-pdf {
            flex-direction: row;
            span {
                width: auto;
                margin-left: auto;
            }
        }
    }
    .sec-galley {
        .gallery-wrap {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    .sec-information {
        .info-wrap {
            li {
                span:last-child {
                    text-align: right;
                }
            }
        }
    }
    .intro-project-single .short_desc {
        margin-top: 112px;
    }
}
#projects-related {
    position: relative;
    background: var(--nature);
    padding-top: 237px;
    padding-bottom: clamp(48px, 7vw, 104px);
    .head-section {
        position: absolute;
        top: -60px;
        right: 0;
        color: var(--black);
        width: auto;
        margin: 0;
        &:before {
            content: "";
            clip-path: polygon(100.0% 100.0%, 2.6% 100.0%, 2.1% 99.8%, 1.6% 99.1%, 1.2% 98.2%, 0.8% 96.9%, 0.5% 95.3%, 0.2% 93.5%, 0.1% 91.6%, 0.0% 89.5%, 0.0% 87.3%, 0.2% 85.2%, 6.0% 18.2%, 6.3% 15.0%, 6.8% 12.1%, 7.3% 9.4%, 7.8% 7.1%, 8.4% 5.0%, 9.1% 3.3%, 9.8% 1.9%, 10.6% 0.8%, 11.4% 0.2%, 12.2% 0.0%, 94.7% 0.0%, 95.6% 0.3%, 96.4% 1.1%, 97.1% 2.5%, 97.8% 4.3%, 98.4% 6.5%, 99.0% 9.0%, 99.4% 11.9%, 99.7% 15.1%, 99.9% 18.5%, 100.0% 22.1%, 100.0% 100.0%);
            width: calc(100% + 28px);
            height: calc(100% + 28px);
            position: absolute;
            right: 0;
            top: 0;
            background: white;
        }
        .title-box {
            background: #F3F5F9;
            clip-path: polygon(100.0% 100.0%, 3.0% 100.0%, 2.4% 99.8%, 1.9% 99.2%, 1.4% 98.2%, 0.9% 96.9%, 0.6% 95.3%, 0.3% 93.6%, 0.1% 91.6%, 0.0% 89.6%, 0.0% 87.5%, 0.2% 85.3%, 6.6% 18.5%, 6.9% 15.3%, 7.4% 12.3%, 8.0% 9.6%, 8.6% 7.2%, 9.3% 5.1%, 10.1% 3.3%, 10.9% 1.9%, 11.8% 0.9%, 12.7% 0.2%, 13.7% 0.0%, 100.0% 0.0%, 100.0% 100.0%);
            padding: clamp(16px, 4vw, 44px) clamp(30px, 9vw, 128px);
            text-align: right;
            align-items: flex-start;
            .s-desc {
                text-align: right;
            }
        }
    }
}
@media only screen and (min-width: 1024px) {
    #projects-related {
        .head-section {
            top: -80px;
        }
    }
}
@media only screen and (max-width: 768px) {
    .head-section {
        width: 90% !important;
    }
}
.intro-product-single {
    position: relative;
    &:before {
        content: "";
        width: 100%;
        height: 430px;
        background-image: url(../img/back-intro.svg);
        position: absolute;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 64px 64px 0 0;
    }
    .row:first-child {
        padding-top: clamp(40px, 3vw, 90px);
        margin-bottom: clamp(48px, 4vw, 56px);
        .col-12.col-lg-7 {
            display: flex;
            flex-direction: column;
        }
    }
    .title-en {
        color: white;
        font-size: 16px;
        font-family: var(--En);
        line-height: 52px;
        text-align: center;
    }
    .title-heading {
        font-family: var(--DemiBold);
        font-size: clamp(28px, 3vw, 32px);
        line-height: 48px;
        color: white;
        text-align: center;
        margin-bottom: 16px;
    }
    .single-meta {
        justify-content: center;
        .category_post {
            i {
                width: 36px;
                height: 36px;
                background: white;
                flex: 0 0 36px;
                border-radius: 50%;
                color: black;
            }
            a {
                color: var(--white);
                &:hover {
                    color: var(--color2);
                }
            }
        }
    }
    .single-share {
        & .share-items {
            & .copy-btn,
            & a {
                color: var(--white);
                &:hover {
                    background: var(--color1);
                    color: white;
                }
            }
        }
        .icon-share {
            color: var(--white);
            &:after {
                background: var(--white);
            }
        }
    }
    .excerpt {
        margin-bottom: 16px;
        text-align: center;
        color: white;
    }
    .footer-intro {
        flex-wrap: nowrap;
        gap: 24px;
        .wrap-documentation {
            margin: 0;
        }
    }
    .attr-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        margin-top: 32px;
        margin-bottom: 18px;
        .construction_site,
        .employer {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 16px;
            font-family: var(--Medium);
            i {
                width: 24px;
                height: 24px;
                flex: 0 0 24px;
                font-size: 18px;
                color: var(--color2);
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
    .item-honors {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: center;
        .honor-item {
            background: var(--nature);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: clamp(180px, 14vw, 200px);
            padding-block: 20px;
        }
        .caption {
            font-size: clamp(14px, 2vw, 16px);
            font-family: var(--DemiBold);
            padding-inline: 12px;
        }
    }
}
@media only screen and (min-width: 1024px) {
    .navigation-honors {
        position: absolute !important;
        top: -80px;
        left: 0;
        z-index: 1;
        margin: 0 !important;
    }
    .intro-project-single {
        &:before {
            border-radius: 0;
            height: 300px;
        }
    }
    .intro-product-single {
        position: relative;
        &:before {
            height: var(--product-meta-height, 300px);
            border-radius: 0;
        }
        .title-en {
            text-align: right;
        }
        .title-heading {
            text-align: right;
        }
        .single-meta {
            justify-content: space-between;
        }
        .excerpt {
            text-align: right;
            color: var(--black);
        }
    }
}
@media only screen and (max-width: 768px) {
    .intro-product-single {
        .category_post {
            margin-bottom: 14px;
            border-bottom: 1px solid #FFFFFF14;
            padding-bottom: 14px;
            width: 90%;
            text-align: center;
            justify-content: center;
        }
    }
}
.footer-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(16px, 2vw, 24px);
    .btn-1 {
        background: var(--color1);
        padding: 8px 8px 8px 12px;
        color: var(--white);
        min-width: max-content;
        i {
            color: var(--color1);
            background: white;
            font-size: 21px;
        }
        &:hover {
            background: var(--color2);
        }
    }
}
.single-product #news-related {
    padding-block: clamp(64px, 7vw, 90px);
    background: var(--nature);
    position: relative;
    .post-item {
        .post-image {
            &:after {
                color: var(--nature);
            }
        }
    }
}
.section-details {
    position: relative;
    .content-img {
        position: relative;
        img {
            border-radius: clamp(16px, 2vw, 32px);
        }
        .attr-wrap {
            position: absolute;
            .attr-icon {
                height: clamp(26px, 4vw, 52px);
                width: clamp(26px, 4vw, 52px);
                background: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                font-size: 24px;
                outline: 5px solid #FFFFFF4D;
                cursor: pointer;
                position: relative;
                margin-bottom: 3px;
                i {
                    position: relative;
                    z-index: 2;
                    width: 18px;
                    height: 18px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 18px;
                    padding-top: 4px;
                    &:before {
                        transition: 0.6s;
                    }
                }
            }
            .attr-icon::before,
            .attr-icon::after {
                content: '';
                box-sizing: border-box;
                height: clamp(26px, 4vw, 52px);
                width: clamp(26px, 4vw, 52px);
                border-radius: 50%;
                background: #FFFFFF4D;
                position: absolute;
                left: 0;
                top: 0;
                animation: animloader-attr 2s linear infinite;
                z-index: 1;
                pointer-events: none;
            }
            .attr-icon::after {
                animation-delay: 1s;
            }
            @keyframes animloader-attr {
                0% {
                    transform: scale(0);
                    opacity: 1;
                }
                100% {
                    transform: scale(1);
                    opacity: 0;
                }
            }
            .attr-body {
                background: #F1F5F9B2;
                backdrop-filter: blur(20px);
                border-radius: clamp(12px, 2vw, 20px);
                padding: clamp(12px, 2vw, 18px) clamp(16px, 2vw, 28px);
                width: clamp(158px, 16vw, 264px);
                position: absolute;
                right: 50%;
                top: calc(100% + 6px);
                opacity: 0;
                visibility: hidden;
                transform: translateY(10px) translateX(50%);
                transition: all 0.3s ease;
                p {
                    font-family: var(--DemiBold);
                    font-size: clamp(12px, 2vw, 18px);
                    margin-bottom: 4px;
                }
                span {
                    color: #616161;
                    font-family: var(--Regular);
                    font-size: clamp(10px, 1vw, 14px);
                    line-height: clamp(14px, 2vw, 24px);
                }
            }
            &.active {
                .attr-icon i:before {
                    content: "\e930";
                    transition: 0.6s;
                }
                .attr-body {
                    opacity: 1;
                    visibility: visible;
                    transform: translateY(0) translateX(50%);
                }
            }
        }
    }
}
@media only screen and (min-width: 1024px) {
    .section-details {
        .c-btn {
            justify-content: flex-start;
        }
    }
}
.product-gallery {
    .gallery-top {
        position: relative;
        margin-bottom: clamp(12px, 2vw, 20px);
        .swiper-slide {
            height: auto;
            img {
                border-radius: 30px;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #E9EFF5;
        border-radius: 10px;
        color: var(--black);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 32px !important;
        left: auto !important;
        margin: 0;
        transition: 0.4s;
        &:after {
            content: "\e908";
        }
        &:hover {
            background: var(--color1);
            color: white;
        }
    }
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #E9EFF5;
        border-radius: 10px;
        color: var(--black);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 32px !important;
        right: auto !important;
        margin: 0;
        transition: 0.4s;
        &:after {
            content: "\e908";
        }
        &:hover {
            background: var(--color1);
            color: white;
        }
    }
    .gallery-thumbs {
        position: relative;
        .swiper-slide {
            height: auto;
            transition: 0.4s;
            cursor: pointer;
            img {
                border-radius: clamp(18px, 2vw, 26px);
                height: clamp(88px, 9vw, 120px);
                object-fit: cover;
            }
        }
        .swiper-slide-thumb-active {
            position: relative;
            transition: 0.4s;
            &:before {
                content: "\e923";
                font-family: icomoon;
                background: #0C346903;
                backdrop-filter: blur(12px);
                width: 100%;
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                border-radius: clamp(18px, 2vw, 26px);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: clamp(24px, 2vw, 32px);
                color: white;
            }
        }
    }
}
.access-post.fix-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #F1F5F9;
    border-radius: 28px;
    padding: 12px;
    position: sticky;
    top: 16px;
    z-index: 2;
    overflow: auto;
    a {
        background: white;
        padding: 16px;
        width: max-content;
        font-size: 14px;
    }
    a:hover,
    a.active {
        background: var(--color1);
        color: white;
    }
    .scroll-top {
        width: 64px;
        height: 64px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        color: var(--color1);
        font-size: 18px;
        margin-right: auto;
        cursor: pointer;
        transition: 0.4s;
        &:hover {
            background: var(--color1);
            color: white;
        }
        &.active {
            transform: rotateX(180deg);
        }
    }
}
.sec-galley .gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    a {
        display: flex;
        width: 100%;
        border-radius: 24px;
        overflow: hidden;
        height: clamp(110px, 10vw, 170px);
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        &:before {
            content: "\e923";
            font-family: 'icomoon';
            font-size: 42px;
            width: 100%;
            height: 100%;
            background-color: #0C4DA266;
            position: absolute;
            top: 0;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            transition: 0.4s;
            opacity: 0;
            backdrop-filter: blur(12px);
        }
        &:hover:before {
            opacity: 1;
        }
    }
}
/** section-customer_satisfaction **/
.section-customer_satisfaction {
    background: #F1F5F9;
    padding-block: 74px;
}
.item-customer {
    background: white;
    border-radius: 32px;
    padding: 28px clamp(16px, 3vw, 32px) 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    .customer-icon {
        background: #F1F5F9;
        border-radius: 16px;
        margin-bottom: 16px;
        padding: 8px;
        i {
            background: var(--color1);
            font-size: 24px;
            width: 64px;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            border-radius: 16px;
        }
    }
    .title-customer {
        font-size: 18px;
        font-family: var(--Medium);
    }
    .body-customer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-top: 24px;
        width: 100%;
        .btn-customer {
            background: #F1F5F9;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
            padding: 10px;
            border-radius: 16px;
            font-size: 14px;
            font-family: var(--Medium);
            color: var(--black);
            transition: 0.4s;
            i {
                width: 24px;
                height: 24px;
                font-size: 18px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            &:hover {
                background: var(--color1);
                color: var(--white);
            }
        }
    }
}
.scroll-top-footer {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    background: var(--color1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 999;
    padding-bottom: 5px;
    font-size: 16px;
}
.scroll-top-footer.show {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 768px) {
    .scroll-top-footer {
        bottom: 120px;
    }
}