@import 'fonts.css';
@import 'pagination.css';
@import 'animate.css';
@import 'hrb_notify.css';
@import "navbar.css";
@import "footer.css";
@import "mapbox.css";
@import "swiper-bundle.min.css";
@import "GalleryPopUp.css";
@import "nouislider.css";
@import "owl.carousel.css";
@import "https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css";

:root {
    --bgColor: #fff;
    --foreColor: rgb(7, 6, 6);
    --textColor: #333;
    --realColor: #d80000;
}

* {
    margin: 0;
    box-sizing: border-box;
}



.container-scroll {
    height: 100vh;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: 'iranyekan';
    font-size: 14px;
    color: #333;
    line-height: normal;
    min-width: 280px;
    background: var(--bgColor);
    direction: rtl;
    width: 100%;
    height: 100%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

main#container-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    min-height: 890px;
}

.scrollbar-track {
    background: transparent !important;
}

.scrollbar-thumb {
    right: 5px;
    background: #57c5c7 !important;
    z-index: 100000000000000000;
}

body.lock {
    overflow: hidden;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    font-family: 'iranyekan';
    font-weight: 400;
    font-size: 16px;
}

h4 {
    font-size: 16px;
    color: #333;
    margin: 0;
}

input, button, select, textarea {
    font-family: 'iranyekan';
    padding: 5px 20px;
    background-color: transparent;
    border-radius: 5px;
    border: none;
    outline: none !important;
    min-height: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    z-index: 1;
}

textarea {
    min-height: 150px;
    max-height: 150px;
    max-width: 100%;
    min-width: 100%;
}

select {
    background: url(../img/arrowSelectBox.png) no-repeat 10px center / 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #fff !important;
    padding: 0 10px 0 35px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    outline: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
    -ms-outline: none !important;
}

.contentMain {
    position: relative;
    width: 100%;
    overflow: hidden;
}

body.inner .contentMain {
    padding-top: 108px;
}

.container, .conteiner {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1460px;
    margin: 0 auto;
}

.contenSmall {
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.productRotate {
    width: 100%;
    position: fixed;
    top: 15%;
    margin: auto;
    max-width: 500px;
    overflow: hidden;
    height: auto;
    left: 0;
    right: 0;
    transition: all 0.1s;
}

    .productRotate.hide {
        opacity: 0;
    }

.contentProdRotate {
    position: relative;
    display: flex;
    pointer-events: none;
    margin-top: 5.2vw;
}

.productRotate img {
    width: 100%;
    pointer-events: none;
}

.productRotate img, .productRotate {
    width: 100%;
    /* min-width: 1100px; */
    max-width: 1100px;
    z-index: 10;
    pointer-events: none;
}

.scrollDown {
    position: absolute;
    width: 60px;
    height: 150px;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    transition: all 1s;
}

    .scrollDown.hide {
        opacity: 0 !important;
    }

main#container-scroll .contentMain:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 50% 70%, 0 35%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 35%, 50% 70%, 0 35%, 0 0);
    content: '';
    background: white;
}

main#container-scroll .contentMain:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 20%, 50% 95%, 0 20%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 20%, 50% 95%, 0 20%, 0 0);
    content: '';
    background: white;
}


body.inner main#container-scroll .contentMain:after {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 150px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 20%, 50% 95%, 0 20%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% -50%, 50% 100%, 0 -50%, 0 0);
    content: '';
    background: white;
}

body i.arrowTop {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 85%);
    clip-path: polygon(100% 0, 0 0, 50% 85%);
    background: #5465af;
    right: 0;
    margin: auto;
    z-index: 10;
}


body a {
    display: inline-block;
    margin: 20px 0;
    position: relative;
    text-decoration: none;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

    body a:hover {
        color: #5465af;
    }



section.sec1Home {
    position: relative;
    width: 100%;
    padding: 0;
    min-height: 100vh;
    pointer-events: none;
    background: #f9f9f9;
}

    section.sec1Home.active {
        pointer-events: auto;
    }

.boxImagesSec {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    filter: blur(0px);
    margin-top: 10% !important;
}

    .boxImagesSec .img1 {
        width: 100%;
        z-index: 10;
        display: block;
        position: relative;
    }

    .boxImagesSec .img2, .boxImagesSec .img3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: auto;
    }

section.sec1Home:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: white;
    content: '';
    -webkit-clip-path: polygon(50% 85%, 100% 70%, 100% 100%, 0 100%, 0 70%);
    clip-path: polygon(50% 85%, 100% 0%, 100% 100%, 0 100%, 0 0%);
}

section.sec2Home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    transition: all 0.5s;
    pointer-events: none;
}

    section.sec2Home .boxImagesSec {
        top: -0.5vw;
    }

    section.sec2Home.active {
        pointer-events: auto;
    }

section.sec3Home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: var(--bgcolor);
    transition: all 0.5s;
    pointer-events: none;
}

    section.sec3Home:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 200px;
        background: white;
        content: '';
        -webkit-clip-path: polygon(50% 85%, 100% 70%, 100% 100%, 0 100%, 0 70%);
        clip-path: polygon(50% 85%, 100% 0%, 100% 100%, 0 100%, 0 0%);
    }

section.sec5Home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: var(--color1);
    transition: all 0.5s;
    pointer-events: none;
    z-index: 10;
}


/* .secspace5-6Home:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: white;
    content: '';
    -webkit-clip-path: polygon(50% 85%, 100% 70%, 100% 100%, 0 100%, 0 70%);
    clip-path: polygon(50% 85%, 100% 0%, 100% 100%, 0 100%, 0 0%);
} */

/* section.sec3Home:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: white;
    content: '';
    -webkit-clip-path: polygon(50% 85%, 100% 70%, 100% 100%, 0 100%, 0 70%);
    clip-path: polygon(50% 85%, 100% 0%, 100% 100%, 0 100%, 0 0%);
} */
section.sec3Home.active {
    pointer-events: auto;
}

section.sec5Home.active {
    pointer-events: auto;
}

i.spacepin {
    width: 100%;
    max-width: 800px;
    height: 8px;
    margin: 0 0 10px 0;
    position: absolute;
    left: 40px;
    bottom: 20px;
    display: inline-block;
    background-color: red;
}

section.sec2Home .contentSmall .boxImagesSec {
    margin-top: 0 !important;
    filter: blur(0px);
    opacity: 0;
    transition: all 0.1s;
    z-index: 1;
}

section.sec2Home.active .contentSmall .boxImagesSec {
    opacity: 1;
}

section.sec2Home .contentSmall {
    padding: 5% 0 0;
}

section.sec2Home h2.Sec2 {
    position: relative;
    left: 0;
    top: 0;
    font-size: 10.5vw;
    text-transform: uppercase;
    color: #57c5c7;
    font-family: opensans;
    z-index: 0;
    font-family: 'Open Sans';
}

section.sec2Home .titlecenter {
    position: absolute;
    top: -7%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.plusBox, .plusBox1 {
    position: absolute;
    top: 50%;
    right: 20%;
    width: 40px;
    height: 40px;
    z-index: 100;
    transition: all 0.4s;
    opacity: 0;
    transform: scale(0);
}

    .plusBox i.icon, .plusBox1 i.icon {
        position: relative;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #5465af;
        border-radius: 100%;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        z-index: 10;
        border: 3px solid transparent;
        transition: all 0.5s;
        transform: rotate(0deg) scale(1);
    }

    .plusBox.open i.icon, .plusBox1.open i.icon {
        transform: rotate(45deg) scale(1.2);
        background-color: #57c5c7;
        border-color: #fff;
    }

.contentplusbox {
    position: relative;
    width: 360px;
    right: -160px;
    top: -20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: perspective(1000px) rotateY(90deg);
    transition: all 0.5s;
}

.plusBox.open .contentplusbox, .plusBox1.open .contentplusbox {
    /* transition-delay: 0.5s; */
    opacity: 1;
    pointer-events: auto;
    transform: perspective(1000px) rotateY(0deg);
}

.contentplusbox span.bgBox {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .contentplusbox span.bgBox:before {
        position: absolute;
        right: 0;
        top: 5px;
        width: 100%;
        height: calc(100% - 10px);
        background: #5465af;
        content: '';
    }

.contentplusbox span i:nth-child(1) {
    position: absolute;
    right: 10%;
    top: 0;
    width: 90%;
    height: calc(100% + 6px);
    background: #5465af;
    content: '';
    transform: skew(-25deg, 0deg);
    border-top: 5px solid #ff8100;
}

.contentplusbox h5.title {
    z-index: 1;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #5ec6c3;
    margin: 0 !important;
}

.contentplusbox .caption {
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    margin: 0 !important;
}

.animationBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none !important;
}

    .animationBox * {
        pointer-events: auto !important;
    }

.showplus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 101;
}

section .showplus .animationBox:nth-child(1) {
    animation: plus1 2s infinite;
}

section .showplus .animationBox:nth-child(2) {
    animation: plus2 2s infinite;
}

section .showplus .animationBox:nth-child(3) {
    animation: plus3 2s infinite;
}

section .showplus .animationBox:nth-child(4) {
    animation: plus4 2s infinite;
}

.plusBox.box1 {
    left: 30%;
    top: 43%;
    right: auto;
}

.plusBox.box2 {
    left: 42%;
    top: 23%;
    right: auto;
}

.plusBox.box3 {
    right: 43%;
    top: auto;
    bottom: 22%;
}

.plusBox.box4 {
    right: 23%;
    bottom: auto;
    top: 40%;
}

.activeColor .contentSmall .plusBox {
    opacity: 1;
    transform: scale(1);
}

.activeColor .plusBox.box1 {
    transition-delay: 0.3s;
}

.activeColor .plusBox.box2 {
    transition-delay: 0.6s;
}

.activeColor .plusBox.box3 {
    transition-delay: 0.9s;
}

.activeColor .plusBox.box4 {
    transition-delay: 1.2s;
}

@keyframes plus1 {
    0%, 100% {
        transform: translate(0%, 0%);
    }

    50% {
        transform: translate(2px, -3px);
    }
}

@keyframes plus2 {
    0%, 100% {
        transform: translate(0%, 0%);
    }

    50% {
        transform: translate(-2px, 3px);
    }
}

@keyframes plus3 {
    0%, 100% {
        transform: translate(0%, 0%);
    }

    50% {
        transform: translate(-2px, -3px);
    }
}

@keyframes plus4 {
    0%, 100% {
        transform: translate(0%, 0%);
    }

    50% {
        transform: translate(2px, 3px);
    }
}

section.sec2Home .contentSmall .boxImagesSec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
}

    section.sec2Home .contentSmall .boxImagesSec img.show {
        opacity: 1 !important;
    }

    section.sec2Home .contentSmall .boxImagesSec img:nth-child(1) {
        position: relative;
        z-index: 1;
    }

.colorPaginate {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    margin: -3vw 0 0;
    z-index: 100;
}

    .colorPaginate .colorItem {
        position: relative;
        width: 35px;
        height: 35px;
        display: flex;
        border-radius: 0px;
        cursor: pointer;
        border: 3px solid transparent;
        /* transition: all 0.4s cubic-bezier(.47,1.64,.41,.8); */
        opacity: 0;
        transform: translate(0px,10vw);
        pointer-events: none;
    }

.activeColor .colorPaginate .colorItem {
    opacity: 1;
    transform: translate(0px,0vw);
    pointer-events: auto;
}


.colorPaginate .colorItem.active {
    border-color: #5465af;
}







.sec7Home {
    position: relative;
    width: 100%;
    background-color: #d9eff8;
    padding: 200px 0 120px;
}

section.sec7Home:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 50% 70%, 0 35%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 0%, 50% 100%, 0 0%, 0 0);
    content: '';
    background: white;
}

.sec7Home .rowFlex {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

    .sec7Home .rowFlex .col1 {
        position: relative;
        width: calc(40% - 5px);
    }

    .sec7Home .rowFlex .col2 {
        position: relative;
        width: calc(46% - 5px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.rowLeft {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.sec7Home .rowFlex .col2 .rowLeft {
    margin-bottom: -60px;
    transition: all 0.5s;
    transform: translateX(20vw);
    opacity: 0;
}

.sec7Home.active .rowFlex .col2 .rowLeft {
    transition-delay: 1.5s;
    transform: translateX(0vw);
    opacity: 1;
}

body .btnReal {
    margin: 0 !important;
}

.sec7Home .rowFlex .col2 .caption {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(10vw);
}

.sec7Home.active .rowFlex .col2 .caption {
    transition-delay: 1s;
    opacity: 1;
    transform: translateY(0vw);
}

.sec7Home .rowFlex .col2 .title {
    margin: 0;
    font-size: 28px;
    color: #5465af;
    transition: all 0.5s;
    transform: translateX(-100vw);
}

.sec7Home.active .rowFlex .col2 .title {
    transition: 0.5s;
    transform: translateX(0vw);
}

.boxShowMobile {
    position: relative;
    width: 100%;
}

    .boxShowMobile img {
        width: 55%;
        display: block;
        margin: 40px auto;
        transform: translate(71.5vw, 0px);
        transition: all 0.5s;
        opacity: 0;
    }

section.active .boxShowMobile img {
    transform: translate(1.5vw, 0px);
    opacity: 1;
}

.boxShowMobile span.brdr {
    position: absolute;
    width: calc(100% + 40px);
    left: -40px;
    /* background: rgba(0,0,0,0.2); */
    height: 70%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
    opacity: 0;
}

section.active .boxShowMobile span.brdr {
    transition-delay: 0.5s;
    opacity: 1;
}

.boxShowMobile span.brdr i:nth-child(1) {
    left: 0;
    top: 0;
    position: absolute;
    height: 40px;
    border-left: 2px solid #57c5c7;
    border-top: 2px solid #57c5c7;
    width: 14%;
}

.boxShowMobile span.brdr i:nth-child(2) {
    left: calc(14% + 3px);
    top: 0;
    position: absolute;
    height: 2px;
    background-color: #57c5c7;
    width: 7%;
}

    .boxShowMobile span.brdr i:nth-child(2):before {
        right: -50%;
        top: 0;
        position: absolute;
        height: 2px;
        background-color: #57c5c7;
        width: 40%;
        content: '';
        display: block;
    }

    .boxShowMobile span.brdr i:nth-child(2):after {
        right: -100%;
        top: 0;
        position: absolute;
        height: 2px;
        background-color: #57c5c7;
        width: 20%;
        content: '';
        display: block;
    }

.boxShowMobile span.brdr i:nth-child(3) {
    left: 0;
    bottom: 0;
    position: absolute;
    height: 40px;
    border-left: 2px solid #57c5c7;
    border-bottom: 2px solid #57c5c7;
    width: 28%;
}

.boxShowMobile span.brdr i:nth-child(4) {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 42%;
}

    .boxShowMobile span.brdr i:nth-child(4):before {
        position: absolute;
        left: 0;
        top: 0;
        height: 2px;
        width: 30%;
        content: '';
        background: #57c5c7;
    }

    .boxShowMobile span.brdr i:nth-child(4):after {
        position: absolute;
        left: calc(30% + 5px);
        top: 0;
        height: 2px;
        width: 15%;
        content: '';
        background: #57c5c7;
    }

    .boxShowMobile span.brdr i:nth-child(4) b {
        position: absolute;
        left: calc(45% + 20px);
        top: 0;
        height: 2px;
        width: 8%;
        content: '';
        background: #57c5c7;
    }

        .boxShowMobile span.brdr i:nth-child(4) b:before {
            position: absolute;
            left: 200%;
            top: 0;
            height: 2px;
            width: 30%;
            content: '';
            background: #57c5c7;
        }

        .boxShowMobile span.brdr i:nth-child(4) b:after {
            position: absolute;
            left: 300%;
            top: 0;
            height: 2px;
            width: 3px;
            content: '';
            background: #57c5c7;
        }


.draw-border {
    box-shadow: inset 0 0 0 2px #58afd1;
    color: #58afd1;
    transition: color 0.25s 0.0833333333s;
    position: relative;
}

    .draw-border::before, .draw-border::after {
        border: 0 solid transparent;
        box-sizing: border-box;
        content: "";
        pointer-events: none;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        right: 0;
    }

    .draw-border::before {
        border-bottom-width: 2px;
        border-left-width: 2px;
    }

    .draw-border::after {
        border-top-width: 2px;
        border-right-width: 2px;
    }

    .draw-border:hover {
        color: #5465af;
    }

        .draw-border:hover::before, .draw-border:hover::after {
            border-color: #5465af;
            transition: border-color 0s, width 0.25s, height 0.25s;
            width: 100%;
            height: 100%;
        }

        .draw-border:hover::before {
            transition-delay: 0s, 0s, 0.25s;
        }

        .draw-border:hover::after {
            transition-delay: 0s, 0.25s, 0s;
        }

.btnDownload {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    font-weight: bold;
    padding: 1em 2em;
    letter-spacing: 0.05rem;
}

    .btnDownload:focus {
        outline: 2px dotted #55d7dc;
    }

.sec8Home {
    position: relative;
    width: 100%;
    padding: 120px 0;
}

    .sec8Home .rowFlex {
        position: relative;
        width: 100%;
        display: flex;
        grid-gap: 20px;
    }

    .sec8Home .contentSmall {
        padding: 0 20px;
    }

    .sec8Home .rowFlex .col1 {
        position: relative;
        width: calc(40% - 10px);
    }

    .sec8Home .rowFlex .col2 {
        position: relative;
        width: calc(50% - 1px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sec8Home .rowFlex .col1 .picBox {
        position: relative;
        width: 90%;
        padding-top: 65%;
        background: #eee;
        border-bottom: 6px solid #57c5c7;
        margin: auto;
        transition: all 0.5s;
        transform: translateX(50vw);
        opacity: 0;
    }

    .sec8Home.active .rowFlex .col1 .picBox {
        transition: all 0.5s;
        transform: translateX(0vw);
        opacity: 1;
    }

    .sec8Home .rowFlex .col2 .titleArrow {
        transition: all 0.5s;
        transform: translateX(-50vw);
        opacity: 0;
    }

    .sec8Home.active .rowFlex .col2 .titleArrow {
        transition-delay: 0.5s;
        transform: translateX(0vw);
        opacity: 1;
    }

.titleArrow {
    position: relative;
    margin: 0;
    font-size: 28px;
    color: #5465af;
    padding-right: 30px;
}

    .titleArrow:before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        width: 30px;
        font-weight: 900;
        color: #ff860f;
    }

.sec8Home .rowFlex .caption {
    position: relative;
    font-size: 16px;
    line-height: 2;
    padding: 15px 0;
    text-align: justify;
    transition: all 0.5s;
    transform: translateY(20vw);
    opacity: 0;
}

.sec8Home.active .rowFlex .caption {
    transition-delay: 1s;
    transform: translateY(0vw);
    opacity: 1;
}


.sec8Home .rowBetwen {
    position: relative;
    width: 100%;
    display: flex;
    grid-gap: 20px;
    transition: all 0.5s;
    transform: translateX(-50vw);
    opacity: 0;
}

.sec8Home.active .rowBetwen {
    transition-delay: 1.5s;
    transform: translateX(0vw);
    opacity: 1;
}

.sec9Home .gallery {
    transition: all 0.5s;
    transform: scale(0.5);
    opacity: 0;
}

.sec9Home .rowCenter, .sec10Home .rowCenter {
    transition: all 0.5s;
    transform: translateY(10vw);
    opacity: 0;
}

.sec9Home.active .rowCenter, .sec10Home.active .rowCenter {
    transform: translateY(0vw);
    opacity: 1;
}

.sec9Home.active .gallery {
    transition-delay: 0.5s;
    transform: scale(1);
    opacity: 1;
}

section.sec10Home .pagetext {
    transition: all 0.5s;
    transform: translateY(10vw);
    opacity: 0;
}

section.sec10Home.active .pagetext {
    transition-delay: 0.5s;
    transform: translateY(0vw);
    opacity: 1;
}

.rowBetwen {
    position: relative;
    width: 100%;
    display: flex;
    grid-gap: 20px;
}

    .rowBetwen .btnReal {
        position: relative;
        width: calc((100% / 3) - 10px);
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rowBetwen a.btnReal i {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

section.sec10Home .BoxesAdvantage .itemAdvantage {
    transition: all 0.5s;
    transform: translateX(-20vw);
    opacity: 0;
}

section.sec10Home.active .BoxesAdvantage .itemAdvantage {
    transition: all 0.5s;
    opacity: 1;
    transform: translateX(0vw);
}

    section.sec10Home.active .BoxesAdvantage .itemAdvantage:nth-child(1) {
        transition-delay: 0.7s;
    }

    section.sec10Home.active .BoxesAdvantage .itemAdvantage:nth-child(2) {
        transition-delay: 0.9s;
    }

    section.sec10Home.active .BoxesAdvantage .itemAdvantage:nth-child(3) {
        transition-delay: 1.1s;
    }

    section.sec10Home.active .BoxesAdvantage .itemAdvantage:nth-child(4) {
        transition-delay: 1.3s;
    }

    section.sec10Home.active .BoxesAdvantage .itemAdvantage:nth-child(5) {
        transition-delay: 1.5s;
    }

.rowBetwen a.btnReal i:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 2px solid #5ec6c3;
    content: '';
    height: 55%;
    border-width: 2px 2px 0 2px;
    transition: all 0.2s;
}

.rowBetwen a.btnReal i:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 2px solid #5ec6c3;
    content: '';
    height: 55%;
    border-width: 0 2px 2px 2px;
    transition: all 0.2s;
}

.rowBetwen a.btnReal:hover i:before, .rowBetwen a.btnReal:hover i:after {
    height: 8px;
    border-color: #5465af;
}

.rowBetwen .btnReal:before {
    position: absolute;
    width: 15px;
    display: flex;
    justify-content: center;
    bottom: -14px;
    font-size: 27px;
    color: #ff860f;
    z-index: 1000;
    transition: all 0.2s;
    transform: translateY(10px);
    opacity: 0;
}

.rowBetwen .btnReal:hover:before {
    transform: translateY(0px);
    opacity: 1;
}

.sec8Home .rowFlex .col1 .picBox i.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}


.rowCenter {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleCenter {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 10px;
    align-items: center;
}

h2.titleCenter:before {
    position: relative;
    width: 220px;
    height: 6px;
    border: 2px solid #ff8711;
    content: '';
    border-width: 0 2px 2px 0;
}

h2.titleCenter:after {
    position: relative;
    width: 220px;
    height: 6px;
    border: 2px solid #ff8711;
    content: '';
    border-width: 0 0 2px 2px;
}

.rowCenter a.gotoBlog {
    margin: 0;
    position: absolute;
    left: 0 !important;
    padding-left: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

    .rowCenter a.gotoBlog:before {
        position: absolute;
        left: 0px !important;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ff8711;
    }

.rotateSwiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* .swiperRotate.swiper-container .swiper-slide {
    width: 500px !important;
    min-width: 500px;
} */

.productRotate .boxImagesSec {
    position: absolute;
    top: 5.2vw;
    left: 0;
    width: 100%;
    z-index: -1;
    margin: auto;
}

    .productRotate .boxImagesSec img {
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
        transform: translate(0px, 0px) scale(1);
        opacity: 0;
    }

        .productRotate .boxImagesSec img:nth-child(2) {
            z-index: 10;
        }

        .productRotate .boxImagesSec img:nth-child(5) {
            z-index: 10;
        }

        .productRotate .boxImagesSec img:nth-child(3) {
            z-index: 8;
        }

        .productRotate .boxImagesSec img:nth-child(6) {
            z-index: 8;
        }

        .productRotate .boxImagesSec img:nth-child(4) {
            z-index: 6;
        }

        .productRotate .boxImagesSec img:nth-child(7) {
            z-index: 6;
        }

.productRotate.activeShowColor .boxImagesSec img {
    opacity: 1;
}

    .productRotate.activeShowColor .boxImagesSec img:nth-child(2) {
        transform: translate(100px, 0px) scale(0.95);
        transition-delay: 0.3s;
    }

    .productRotate.activeShowColor .boxImagesSec img:nth-child(5) {
        transform: translate(-100px, 0px) scale(0.95);
        transition-delay: 0.3s;
    }

    .productRotate.activeShowColor .boxImagesSec img:nth-child(3) {
        transform: translate(180px, 0px) scale(0.85);
        transition-delay: 0.3s;
    }

    .productRotate.activeShowColor .boxImagesSec img:nth-child(6) {
        transform: translate(-180px, 0px) scale(0.85);
        transition-delay: 0.3s;
    }

    .productRotate.activeShowColor .boxImagesSec img:nth-child(4) {
        transform: translate(250px, 0px) scale(0.75);
        transition-delay: 0.3s;
    }

    .productRotate.activeShowColor .boxImagesSec img:nth-child(7) {
        transform: translate(-250px, 0px) scale(0.75);
        transition-delay: 0.3s;
    }

section.sec3Home .contentSmall {
    position: relative;
    padding-top: -70px;
    height: 100vh;
    min-height: 890px;
    display: flex;
    align-items: center;
}

    section.sec3Home .contentSmall .boxImagesSec {
        margin-top: 4% !important;
    }

section.sec3Home img.img1 {
    opacity: 0;
    transition: all 0.2s;
}

section.sec3Home.active img.img1 {
    opacity: 1;
}

section.sec3Home.activeHide1 img.img1 {
    opacity: 1;
}

section.sec3Home .contentSmall .boxImagesSec {
    filter: blur(0) !important;
}

    section.sec3Home .contentSmall .boxImagesSec img {
        filter: blur(1px) !important;
    }

        section.sec3Home .contentSmall .boxImagesSec img.img1 {
            filter: blur(0) !important;
        }

.secspace2-3Home {
    position: relative;
    width: 100%;
    min-height: 15vw;
    background: var(--bgcolor);
}

    .secspace2-3Home:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 15vw;
        background: #fff;
        content: '';
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0);
    }

.secspace4-5Home {
    position: relative;
    width: 100%;
    min-height: 15vw;
    background: #e6f2f2;
}

    .secspace4-5Home:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 15vw;
        background: white;
        content: '';
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0);
    }

img.imgFixedSec {
    position: absolute;
    display: flex;
    pointer-events: none;
    /* margin-top: 120px; */
    left: 0;
    top: 47px;
    opacity: 0;
    transition: all 0.2s;
}

.productRotate.sec3Prod .contentProdRotate, .productRotate.sec3Prod .imgFixedSec {
    opacity: 0;
}

section.sec3Home.activeHide1 img.img2 {
    opacity: 0;
    transition: all 0.2s;
}

.productRotate.sec3Prod .img2 {
    opacity: 1 !important;
}

section.sec3Home.hideImg2 img.img2 {
    opacity: 1;
}


section.sec4Home .contentSmall .boxImagesSec {
    margin-top: -20% !important;
    filter: blur(0px);
    opacity: 0;
    transition: all 0.1s;
    z-index: 1;
}

section.sec4Home.active .contentSmall .boxImagesSec {
    opacity: 1;
}


section.sec4Home .contentSmall .boxImagesSec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
}

    section.sec4Home .contentSmall .boxImagesSec img.show {
        opacity: 1 !important;
    }

    section.sec4Home .contentSmall .boxImagesSec img:nth-child(1) {
        position: relative;
        z-index: 1;
    }

section.sec4Home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    transition: all 0.5s;
    pointer-events: none;
}


    /* section.sec4Home .contentSmall {
    padding: 1.2vw 0 0px;
} */

    section.sec4Home .plusBox.box1, section.sec4Home .plusBox1.box1 {
        left: 57%;
        top: 33%;
        right: auto;
    }

    section.sec4Home .plusBox.box2, section.sec4Home .plusBox1.box2 {
        left: auto;
        top: 23%;
        right: 20%;
    }

    section.sec4Home .plusBox.box3, section.sec4Home .plusBox1.box3 {
        right: 25%;
        top: 45%;
        bottom: auto;
    }

    section.sec4Home .titlecenter {
        position: absolute;
        top: 7%;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    section.sec4Home h2.Sec4 {
        position: relative;
        left: 0;
        top: 0;
        font-size: 10.5vw;
        text-transform: uppercase;
        color: #5465af;
        font-family: opensans;
        z-index: 0;
        font-family: 'Open Sans';
    }

    section.sec4Home .plusBox i.icon {
        background: #57c5c7;
    }

    section.sec4Home .plusBox.open i.icon {
        background-color: #5465af;
    }


    section.sec4Home .colorPaginate {
        position: relative;
        width: 50%;
        bottom: 3vw;
        grid-gap: 10px;
    }

        section.sec4Home .colorPaginate i.colorItem {
            position: relative;
            width: 30px;
            height: 30px;
        }


    section.sec4Home .context {
        position: absolute;
        top: 42%;
        right: 40%;
        width: 55%;
    }

section.sec5Home img.img2 {
    opacity: 0;
    transition: all 0.2s;
}

section.sec5Home.active img.img2 {
    opacity: 1;
}

section.sec5Home .boxImagesSec {
    filter: blur(0px);
    margin-top: 5% !important;
}

    section.sec5Home .boxImagesSec img {
        filter: blur(1px);
    }

        section.sec5Home .boxImagesSec img.img2 {
            filter: blur(0px);
            z-index: 10;
        }


.boxImagesSec {
    margin-top: 0% !important;
    margin: 0 auto;
}

section.sec1Home .contentSmall {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 890px;
    justify-content: center;
    flex-direction: column;
}

body section.sec3Home .contentSmall .boxImagesSec {
    margin: auto !important;
    margin-top: 1% !important;
}

section.sec5Home .contentSmall {
    height: 100vh;
    min-height: 890px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.sec5Home:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15vw;
    background: white;
    content: '';
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0);
}

section.sec4Home .contentSmall {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    min-height: 890px;
}

.productRotate.leaveSec5 .contentProdRotate {
    opacity: 0;
}

.productRotate.leaveSec5 img.imgFixedSec {
    opacity: 0 !important;
    transition: none !important;
}

    .productRotate.leaveSec5 img.imgFixedSec.img3 {
        opacity: 1 !important;
        margin: auto 0;
        transform-origin: 22% center;
        margin-top: 6%;
    }

span.scaleBox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    /* background: red; */
    display: block;
    margin: auto;
}

section.sec5Home.leaveSec5 img {
    opacity: 1 !important;
}

section.sec5Home.leaveSec5 .boxImagesSec img.img1 {
    filter: blur(1px);
    z-index: 2;
}

section.sec5Home.leaveSec5 .boxImagesSec img.img2 {
    filter: blur(1px);
    z-index: 1;
}

section.sec5Home.leaveSec5 img.img3 {
    filter: blur(0px);
    opacity: 0 !important;
    z-index: 1;
}

section.sec6Home {
    background-color: #fff;
    position: relative;
}

    section.sec6Home .contentSmall {
        position: relative;
        height: 100vh;
        min-height: 890px;
        padding: 0px 0;
    }

span.bgSec6 {
    position: absolute;
    top: -11vw;
    width: 100%;
    height: calc(100% + 11vw);
}

    span.bgSec6 i:first-child {
        position: absolute;
        right: 0;
        width: 26%;
        background: linear-gradient(-81deg, rgba(0,0,0,0.1), transparent);
        height: 62%;
    }

    span.bgSec6 i:last-child {
        position: absolute;
        right: 26%;
        width: 74%;
        background: linear-gradient(-177deg, rgba(0,0,0,0.1), transparent);
        height: 100%;
    }

section.sec6Home .cool {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    filter: grayscale(1);
    transition: all 2s;
    max-width: 400px;
    margin: auto;
}

    section.sec6Home .cool svg {
        position: absolute;
        width: 330%;
        transform: scale(0.8);
        top: -0.1vw;
        fill: transparent;
        stroke: var(--color1) !important;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        pointer-events: none;
    }

section.sec6Home.activeCool .cool svg {
    animation: coolwind 20s infinite;
}

section.sec6Home .cool svg * {
    stroke-width: 3px;
}



@keyframes coolwind {
    0% {
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dasharray: 50;
        stroke-dashoffset: 2000;
    }
}

.ctrlSplit {
    position: absolute;
    left: 27.5%;
    top: 26.6%;
    cursor: url(../img/sections/sec6/hand.png), auto;
    width: 70px;
    opacity: 0;
    border-radius: 100%;
}

    .ctrlSplit img {
        transform: translate(2px, 2px);
    }

section.sec6Home.showctrlSplit .ctrlSplit {
    opacity: 1;
    display: block;
    animation: ripple 1000ms infinite;
}

section.sec6Home.onButton.showctrlSplit .ctrlSplit {
    animation: none;
}
/* 
@-webkit-keyframes waves {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    
    100% {
      transform: scale(4);
      opacity: 0;
    }
  } */


@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0px transparent, 0 0 0 0px var(--color1), 0 0 0 0px transparent, 0 0 0 0px var(--color1), 0 0 0 0px transparent, 0 0 0 0px var(--color1), 0 0 0 0px transparent, 0 0 0 0px var(--color1);
    }

    100% {
        box-shadow: 0 0 0 15px transparent, 0 0 0 17px rgba(255,255,255,0), 0 0 0 40px transparent, 0 0 0 42px rgba(255,255,255,0), 0 0 0 70px transparent, 0 0 0 72px rgba(255,255,255,0), 0 0 0 105px transparent, 0 0 0 107px rgba(255,255,255,0);
    }
}

.productRotate.hidectrlSplit img.imgFixedSec {
    opacity: 0 !important;
    display: none;
}

section.sec6Home.active .ctrlSplit {
    opacity: 1;
}

.ctrlSplit.click {
    cursor: url("../img/sections/sec6/hand2.png"), auto;
}

section.sec6Home img.sanseveria-1 {
    position: absolute;
    bottom: 35%;
    right: 5%;
    width: 17%;
}

section.sec6Home img.sanseveria-2 {
    position: absolute;
    bottom: 22%;
    right: 15%;
    width: 22%;
}

section.sec6Home .cool {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    filter: grayscale(1);
    transition: all 2s;
}

section.sec6Home img {
    transition: all 2s;
    filter: grayscale(1);
    width: 100%;
}

section.sec6Home.onButton .cool {
    filter: grayscale(0);
}

section.sec6Home.onButton img {
    filter: grayscale(0);
}

.secspace5-6Home {
    position: relative;
    width: 100%;
    height: 20vh;
    background: transparent;
    display: flex;
    z-index: 10;
}


    .secspace5-6Home:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 15vw;
        background: var(--color1);
        content: '';
        -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
        clip-path: polygon(50% 50%, 0 0, 100% 0);
    }

.swiperRotate {
    position: relative;
    width: 100%;
    overflow: hidden;
}

section.sec9Home {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

section.sec10Home {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

    section.sec10Home:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        background: #f4f3fb;
        content: '';
        z-index: -1;
    }

.pagetext {
    position: relative;
    font-size: 16px;
    text-align: justify;
    padding: 40px 0;
    min-height: 40vh;
}

.BoxesAdvantage {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 40px;
    flex-wrap: wrap;
}

    .BoxesAdvantage .itemAdvantage {
        position: relative;
        width: calc((100% / 4) - 30px);
        background: #fff;
        padding: 60px 10px;
        border-radius: 8px;
        box-shadow: 0 3px 20px -10px rgb(0 0 0 / 41%);
        display: flex;
        grid-gap: 20px;
        align-items: center;
        flex-direction: column;
    }

        .BoxesAdvantage .itemAdvantage i.icon {
            position: relative;
            width: 80px;
            height: 80px;
            display: flex;
            background: no-repeat center / cover;
        }

        .BoxesAdvantage .itemAdvantage label {
            position: relative;
            width: 100%;
            display: flex;
            justify-content: center;
            text-align: center;
            font-weight: bold;
            font-size: 20px;
        }

section.sec11Home {
    position: relative;
    width: 100%;
    padding: 40px 0 0;
}

.itemProject {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin: 0;
    overflow: hidden;
}

    .itemProject:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0px solid #fff;
        content: '';
        box-sizing: border-box;
        transition: all 0.2s;
    }

    .itemProject:hover:after {
        border-width: 20px;
    }

    .itemProject i.bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center / cover;
        transition: all 0.5s;
    }

    .itemProject:hover i.bg {
        transform: scale(1.05);
    }

    .itemProject i.bg:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        transition: all 2s;
    }

    .itemProject:nth-child(odd) i.bg:before {
        background-color: rgba(0,0,0,0.6);
    }

    .itemProject:nth-child(even) i.bg:before {
        background-color: #57c5c7;
        mix-blend-mode: multiply;
    }

    .itemProject:hover i.bg:before {
        opacity: 0;
    }

.swiperProjects {
    margin: 40px 0 0;
}

    .swiperProjects .owl-controls {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
    }


.swiperRotate .swiper-slide {
    min-width: 600px;
}



/* Rotate Carousel ------------------------------------ */
.gallery {
    width: 100%;
    margin: 40px 0;
}

.gallery-container {
    align-items: center;
    display: flex;
    height: 25vw;
    margin: 0 auto;
    width: 100%;
    position: relative;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    cursor: grab;
}

.gallery-item {
    height: 150px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 150px;
    z-index: 0;
}


.gallery-item-2, .gallery-item-4 {
    width: 40vw;
    height: 25vw;
    opacity: 1;
    z-index: 1;
    padding: 20px;
    /* background-color: blue; */
    z-index: 3;
}

.gallery-item-1,
.gallery-item-5 {
    height: auto;
    width: 40vw;
    height: 25vw;
    /* background: green; */
    padding: 20px;
    z-index: 2;
}

.gallery-item-6, .gallery-item-7 {
    height: auto;
    width: 40vw;
    height: 25vw;
    /* background: yellow; */
    padding: 20px;
    z-index: 1;
}

.gallery-item-1 {
    left: 15%;
    opacity: 1;
    transform: translateX(-28%) scale(0.75);
}

.gallery-item-2 {
    left: 30%;
    transform: translateX(-38%) scale(0.85);
}

.gallery-item-3 {
    /* box-shadow: 0 0 30px rgb(255 255 255 / 60%), 0 0 60px rgb(255 255 255 / 45%), 0 0 110px rgb(255 255 255 / 25%), 0 0 100px rgb(255 255 255 / 10%); */
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 40vw;
    height: 25vw;
    z-index: 2;
    padding: 20px;
    /* background: red; */
    z-index: 4;
}

.gallery-item-4 {
    left: 70%;
    transform: translateX(-62%) scale(0.85);
}

.gallery-item-5 {
    left: 85%;
    opacity: 1;
    transform: translateX(-72%) scale(0.75);
}

.gallery-item-6 {
    left: 15%;
    opacity: 1;
    transform: translateX(-43%) scale(0.60);
}

.gallery-item-7 {
    left: 85%;
    opacity: 1;
    transform: translateX(-58%) scale(.60);
}

.gallery-controls {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

    .gallery-controls button {
        background-color: transparent;
        color: transparent;
        border: 0;
        cursor: pointer;
        font-size: 0px;
        margin: 0 20px;
        padding: 0 12px;
        height: 40px;
        width: 40px;
        text-transform: capitalize;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.gallery-controls-previous:before {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 15px !important;
    height: 15px !important;
    transform: rotate(135deg) translateY(0%) !important;
}

.gallery-controls-next::before {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 15px !important;
    height: 15px !important;
    transform: rotate(-45deg) translateY(0%) !important;
}

.gallery-controls button:focus {
    outline: none;
}

.gallery-controls-previous {
    position: relative;
}

    .gallery-controls-previous::before {
        border: solid #ff860f;
        border-width: 0 4px 4px 0;
        content: '';
        display: inline-block;
        height: 4px;
        left: -10px;
        padding: 2px;
        position: absolute;
        top: 0;
        transform: rotate(135deg) translateY(-50%);
        transition: left 0.15s ease-in-out;
        width: 4px;
    }



.gallery-controls-next {
    position: relative;
}

    .gallery-controls-next::before {
        border: solid #ff860f;
        border-width: 0 4px 4px 0;
        content: '';
        display: inline-block;
        height: 4px;
        padding: 2px;
        position: absolute;
        right: -10px;
        top: 50%;
        transform: rotate(-45deg) translateY(-50%);
        transition: right 0.15s ease-in-out;
        width: 4px;
    }

.gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

    .gallery-nav li {
        background: #ccc;
        border-radius: 50%;
        height: 10px;
        margin: 0 16px;
        width: 10px;
    }

        .gallery-nav li.gallery-item-selected {
            background: #555;
        }
/* Rotate Carousel ------------------------------------ */


.carousel-slider .carousel-slider-animate-opacity {
    height: 100%;
    width: 25vw;
}

.gallery-item .ItemNewsBox {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--colorHover);
    overflow: hidden;
}

.ItemNewsBox .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
}

.ItemNewsBox .context {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ItemNewsBox i.bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--colorHover);
    left: 0;
    bottom: 0;
    opacity: 0.8;
    transition: all 2s;
}

.gallery-item .ItemNewsBox .contextContent {
    opacity: 0;
    transform: translate(0px, 100vh);
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

.gallery-item.gallery-item-3 .ItemNewsBox .contextContent {
    opacity: 1;
    transform: translate(0px, 0vh);
}

.gallery-item.gallery-item-3 .ItemNewsBox i.bg {
    transform-origin: right bottom;
    transform: skew(0deg, -10deg);
    height: 60%;
    transition: all 0.5s;
}

.ItemNewsBox i.bg:before {
    position: absolute;
    right: 50%;
    bottom: 100%;
    width: 0%;
    background: #ff5e00;
    content: '';
    height: 30px;
    transform: skew(40deg, 0deg);
    clip-path: polygon(100% 0, 0 70%, 100% 70%);
    transition: all 0.5s;
}

.gallery-item.gallery-item-3 .ItemNewsBox i.bg:before {
    position: absolute;
    right: 50%;
    bottom: 100%;
    width: 50%;
    background: #ff5e00;
    content: '';
    height: 30px;
    transform: skew(40deg, 0deg);
    clip-path: polygon(100% 0, 0 70%, 100% 70%);
    transition-delay: 1s;
    transition: all 1s;
}

.gallery-item .ItemNewsBox .contextContent h2.titleArrow {
    color: #252525;
    margin: 0 0 20px;
}

.gallery-item .ItemNewsBox .contextContent .caption {
    color: #222;
}

.gallery-controls {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    width: 37vw;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.breadSocial {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    min-height: 50px;
    border-top: 2px solid #ddd;
}

    .breadSocial:before {
        position: absolute;
        width: 20%;
        background: url(../img/innerArrowTop.png) no-repeat center;
        min-height: 60px;
        content: '';
        margin: auto;
        left: 0;
        right: 0;
        top: -16px;
        z-index: 100;
    }

    .breadSocial .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.breadcrumbs {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    flex-wrap: wrap;
}

    .breadcrumbs a {
        position: relative;
        padding-left: 25px;
        font-size: 16px;
        margin: 0;
    }

        .breadcrumbs a:before {
            position: absolute;
            left: 0;
            width: 25px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
        }

        .breadcrumbs a:last-child {
            padding: 0;
        }

            .breadcrumbs a:last-child:before {
                display: none;
            }

.breadSocial .socialIcons {
    display: flex;
}

    .breadSocial .socialIcons a.socicon {
        color: #a7a7a7;
        position: relative;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 21px;
    }

        .breadSocial .socialIcons a.socicon:hover {
            color: #4e60a9;
        }

        .breadSocial .socialIcons a.socicon.fab.fa-mailto {
            background: url(../img/mailto-1.png) no-repeat center /20px;
        }

            .breadSocial .socialIcons a.socicon.fab.fa-mailto:hover {
                background: url(../img/mailto-2.png) no-repeat center / 20px;
            }

section.sec1Det .contentSmall .detailBoxImage {
    position: relative;
    width: 100%;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 60px 1fr 60px;
    margin: auto;
}

.CenterSmallContent {
    position: relative;
    width: 100%;
    max-width: 890px;
    margin: auto;
}

section.sec1Det .contentSmall .detailBoxImage .col1 {
    position: relative;
    width: 60px;
}

section.sec1Det .contentSmall .detailBoxImage .col2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.itemPicProdThumbs {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
}

.swiper-container.gallery-detail-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    height: 50%;
    bottom: 0;
    margin: auto;
}

.itemPicProd {
    position: relative;
    width: 80%;
    background: no-repeat center / 100%;
    padding: 80% 0 0 0;
    margin: auto;
}

    .itemPicProd img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.swiper-slide .itemPicProdThumbs {
    border: 4px solid transparent;
    border-radius: 0px;
    transition: all 0.2s;
}

.swiper-slide.swiper-slide-active .itemPicProdThumbs {
    border-radius: 8px;
    border: 4px solid #5465af;
}

.detailBoxImage .col1 .swiper-button-next {
    position: absolute;
    left: 0;
    top: 15%;
    bottom: auto !important;
    width: 100%;
    height: 15%;
    right: 0 !important;
    left: 0 !important;
    transform: rotate(-180deg);
}

    .detailBoxImage .col1 .swiper-button-next:after {
        transform: rotate(90deg);
        font-size: 22px;
        font-weight: bolder;
        color: #5465af;
    }

.detailBoxImage .col1 .swiper-button-prev {
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%;
    height: 15%;
    right: 0;
    top: auto;
    transform: rotate(0deg);
}

.detailBoxImage .col1 .swiper-button- {
}

.detailBoxImage .col1 .swiper-button-prev:after {
    transform: rotate(-90deg);
    font-size: 22px;
    font-weight: bolder;
    color: #5465af;
}

.swiper-pagination.opacity {
    opacity: 0 !important;
    z-index: -10 !important;
}

span.lblProdDetail {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
}

    span.lblProdDetail:before {
        position: absolute;
        top: 0;
        height: 60%;
        width: 100%;
        background: #57c5c7;
        content: '';
        transform: skewY(-20deg);
        transition: all 0.2s;
    }

    span.lblProdDetail:after {
        position: absolute;
        bottom: 0;
        height: 60%;
        width: 100%;
        background: #57c5c7;
        content: '';
        transform: skewY(20deg);
        transition: all 0.2s;
    }

    span.lblProdDetail label {
        position: absolute;
        white-space: nowrap;
        z-index: 10;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        transform: rotate(-90deg);
        pointer-events: none;
    }

.rowBetwen.center {
    justify-content: center;
}

body.inner .sec7Home:before {
    display: none;
}

body.inner .sec7Home {
    padding: 0px 0;
}

section.sec1Det {
    position: relative;
    width: 100%;
    padding: 0 0 40px;
    background-color: var(--bgColor);
}

    section.sec1Det:before {
        position: absolute;
        top: 18vw;
        left: 0;
        width: 100%;
        height: calc(100% - 18vw);
        background: var(--colorcomplate);
        content: '';
    }

.centerTitle2arrow {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

    .centerTitle2arrow h3.title {
        position: relative;
        font-size: 30px;
        color: #57c5c7;
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-gap: 20px;
        align-items: center;
    }

        .centerTitle2arrow h3.title:before {
            position: relative;
            width: 10px;
            height: 10px;
            content: '';
            border: 0px solid #ff860f;
            border-width: 5px 5px 0 0;
            transform: rotate(-135deg);
        }

        .centerTitle2arrow h3.title:after {
            position: relative;
            width: 10px;
            height: 10px;
            content: '';
            border: 0px solid #ff860f;
            border-width: 6px 6px 0 0;
            transform: rotate(45deg);
        }

.title.color2 {
    color: #4e60a9 !important;
}

.textMore {
    position: relative;
    width: 100%;
}

    .textMore .text {
        position: relative;
        width: 100%;
        text-align: justify;
        font-size: 16px;
        max-height: 250px;
        overflow: hidden;
        transition: all 1s;
    }

    .textMore.active .text {
        max-height: 10000px;
        transition: all 8s;
    }

.rowBtn.center {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

span.btnMoreText {
    position: relative;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

    span.btnMoreText label {
        position: relative;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #68c2c2;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

    span.btnMoreText:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #68c2c2;
        content: '';
        transition: all 0.2s;
        transform: scale(1);
        opacity: 0.4;
        box-sizing: border-box;
    }

    span.btnMoreText:hover:before {
        transform: scaleX(1.2) scaleY(1.5);
        opacity: 0.2;
    }

    span.btnMoreText:after {
        position: absolute;
        width: 10px;
        height: 10px;
        content: '';
        border: 0px solid #ff860f;
        border-width: 5px 5px 0 0;
        transform: rotate(135deg);
        left: 0;
        right: 0;
        margin: auto;
        top: -8px;
        transition: all 0.2s;
    }

    span.btnMoreText:hover:after {
        transition-delay: 0.1s;
        top: 0px;
    }

.textMore.active span.btnMoreText:after {
    transform: rotate(-45deg) !important;
    top: -3px;
}

.textMore.active span.btnMoreText:hover:after {
    top: -10px;
}

section.sec2Det,
section.sec3Det,
section.sec4Det,
section.sec5Det,
section.sec6Det,
section.sec7Det,
section.sec8Det,
section.sec9Det,
section.sec10Det,
section.sec11Det,
section.sec12Det,
section.sec13Det {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background-color: var(--bgColor);
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.videoBox {
    position: relative;
    width: 100%;
    margin: 80px auto;
    max-width: 980px;
}

    .videoBox span.border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .videoBox span.border:before {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: calc(100% - 60px);
            top: -30px;
            height: calc(100% + 60px);
            content: '';
            box-sizing: border-box;
            border: 2px solid #bbb;
        }

        .videoBox span.border span.top {
            position: absolute;
            top: -30px;
            right: 25%;
            background: var(--bgColor);
            height: 2px;
            display: block;
            width: 10%;
            z-index: 10;
        }

        .videoBox span.border span.down {
            position: absolute;
            bottom: -30px;
            left: 25%;
            background: var(--bgColor);
            height: 2px;
            display: block;
            width: 10%;
            z-index: 10;
        }

            .videoBox span.border span.top i:nth-child(1), .videoBox span.border span.down i:nth-child(1) {
                position: absolute;
                width: 25%;
                background: var(--bgColor);
                height: 2px;
                top: 0;
                left: calc(105%);
            }

                .videoBox span.border span.top i:nth-child(1):before, .videoBox span.border span.down i:nth-child(1):before {
                    position: absolute;
                    width: 90%;
                    background: var(--bgColor);
                    height: 2px;
                    top: 0;
                    left: calc(130%);
                    content: '';
                    display: block;
                }

                .videoBox span.border span.top i:nth-child(1):after, .videoBox span.border span.down i:nth-child(1):after {
                    position: absolute;
                    width: 100%;
                    border-color: var(--bgColor);
                    height: 2px;
                    top: 0;
                    border-style: solid;
                    border-width: 0 2px 0 5px;
                    left: calc(250%);
                    content: '';
                    display: block;
                }

            .videoBox span.border span.top i:nth-child(2), .videoBox span.border span.down i:nth-child(2) {
                position: absolute;
                width: 25%;
                background: var(--bgColor);
                height: 2px;
                top: 0;
                right: calc(105%);
            }

                .videoBox span.border span.top i:nth-child(2):before, .videoBox span.border span.down i:nth-child(2):before {
                    position: absolute;
                    width: 90%;
                    background: var(--bgColor);
                    height: 2px;
                    top: 0;
                    right: calc(130%);
                    content: '';
                    display: block;
                }

                .videoBox span.border span.top i:nth-child(2):after, .videoBox span.border span.down i:nth-child(2):after {
                    position: absolute;
                    width: 100%;
                    border-color: var(--bgColor);
                    height: 2px;
                    top: 0;
                    border-style: solid;
                    border-width: 0 5px 0 2px;
                    right: calc(250%);
                    content: '';
                    display: block;
                }


.garantySection {
    position: relative;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin: 0 auto;
}

    .garantySection .col1 {
        position: relative;
        width: calc(45% - 5px);
    }

    .garantySection .col2 {
        position: relative;
        width: calc(55% - 5px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .garantySection .boxShowMobile span.brdr {
        position: absolute;
        width: calc(100% + 40px);
        left: -40px;
        /* background: rgba(0,0,0,0.2); */
        height: 105%;
        top: -7%;
        bottom: 0;
        margin: auto;
    }

    .garantySection .boxShowMobile img {
        width: 100%;
        display: block;
        margin: 40px auto;
        margin-left: -5%;
        transform: translate(0, 0px);
    }

    .garantySection .boxShowMobile span.brdr i:nth-child(1) {
        border-left: 2px solid var(--colorcompelete1) !important;
        border-top: 2px solid var(--colorcompelete1) !important;
        height: 60px;
    }

    .garantySection .boxShowMobile span.brdr i:nth-child(3) {
        border-left: 2px solid var(--colorcompelete1) !important;
        border-bottom: 2px solid var(--colorcompelete1) !important;
        height: 120px;
    }

    .garantySection .boxShowMobile span.brdr i:nth-child(2),
    .garantySection .boxShowMobile span.brdr i:nth-child(2):before,
    .garantySection .boxShowMobile span.brdr i:nth-child(2):after,
    .garantySection .boxShowMobile span.brdr i:nth-child(4):before,
    .garantySection .boxShowMobile span.brdr i:nth-child(4):after,
    .garantySection .boxShowMobile span.brdr i:nth-child(4) b,
    .garantySection .boxShowMobile span.brdr i:nth-child(4) b:before,
    .garantySection .boxShowMobile span.brdr i:nth-child(4) b:after {
        background-color: var(--colorcompelete1) !important;
    }

h4.titleArrowRight {
    position: relative;
    width: 100%;
    font-size: 30px;
    padding-right: 30px;
    color: var(--colorcompelete2);
}

    h4.titleArrowRight:before {
        position: absolute;
        width: 10px;
        height: 10px;
        content: '';
        border: 0px solid #ff860f;
        border-width: 5px 5px 0 0;
        transform: rotate(-135deg);
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

section.sec3Det h5.caption {
    font-size: 24px;
    color: var(--colorcompelete1);
}

.garantySection .col2 img.brandShow {
    width: 240px;
    margin: 0 !important;
}

section.sec3Det {
    margin: 40px 0;
}

.rowAdvantages {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    max-width: 980px;
    margin: auto;
}

    .rowAdvantages .col {
        position: relative;
        width: 40%;
    }

    .rowAdvantages .boxAdvantage {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
    }


h4.titleAdvantage {
    position: relative;
    width: 100%;
    padding-right: 40px;
    font-size: 20px;
    color: #5465af;
    height: 40px;
}

    h4.titleAdvantage:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 28px;
        height: 100%;
        background: url(../img/tik.png) no-repeat center / 100%;
        content: '';
    }

.textAdvantage {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #343434;
}

.ImageAdvantageBox {
    position: relative;
    width: 90%;
    max-width: 600px;
    padding: 25% 0 0;
    display: flex;
    margin: 60px auto 20px;
}

.contentImageAdvantage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ImageAdvantageBox .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    transition: all 2s;
}

.ImageAdvantageBox:hover .pic {
    transform: scale(1.5) rotate(5deg);
}

.ImageAdvantageBox span.brdr {
    position: absolute;
    top: -30px;
    left: -30px;
    width: calc(100% + 60px);
    height: 100%;
    border: 2px solid #68c2c2;
}

    .ImageAdvantageBox span.brdr span.top {
        position: absolute;
        width: 200px;
        height: 2px;
        top: -2px;
        right: 25%;
    }

        .ImageAdvantageBox span.brdr span.top i:nth-child(1) {
            position: absolute;
            right: 0;
            top: 0;
            background: var(--bgColor);
            height: 2px;
            display: block;
            width: 49%;
        }

            .ImageAdvantageBox span.brdr span.top i:nth-child(1):before {
                position: absolute;
                left: calc(100% + 8px);
                height: 2px;
                width: 25%;
                background: var(--bgColor);
                display: block;
                content: '';
            }

            .ImageAdvantageBox span.brdr span.top i:nth-child(1):after {
                position: absolute;
                left: calc(135% + 24px);
                height: 2px;
                width: 25%;
                background: var(--bgColor);
                display: block;
                content: '';
            }

        .ImageAdvantageBox span.brdr span.top i:nth-child(2) {
            position: absolute;
            left: 0;
            top: 0;
            background: var(--bgColor);
            height: 2px;
            display: block;
            width: 49%;
        }

            .ImageAdvantageBox span.brdr span.top i:nth-child(2):before {
                position: absolute;
                right: calc(100% + 8px);
                height: 2px;
                width: 25%;
                background: var(--bgColor);
                display: block;
                content: '';
            }

            .ImageAdvantageBox span.brdr span.top i:nth-child(2):after {
                position: absolute;
                right: calc(135% + 24px);
                height: 2px;
                width: 25%;
                background: var(--bgColor);
                display: block;
                content: '';
            }

section.sec6Det .pagetext img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

section.sec6Det .pagetext {
    padding: 0;
}

body.inner .sec7Home {
    margin: 0 !important;
    max-height: unset !important;
    min-height: unset !important;
    height: auto !important;
    padding-bottom: 80px;
}













.catalogSection {
    position: relative;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin: 0 auto;
}

    .catalogSection .col1 {
        position: relative;
        width: calc(45% - 5px);
    }

    .catalogSection .col2 {
        position: relative;
        width: calc(55% - 5px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .catalogSection .boxShowMobile span.brdr {
        position: absolute;
        width: calc(100% + 40px);
        left: -40px;
        /* background: rgba(0,0,0,0.2); */
        height: 80%;
        top: auto;
        bottom: 0;
        margin: 0 auto;
    }

    .catalogSection .boxShowMobile img {
        width: 90%;
        display: block;
        margin: 40px auto;
        margin-left: 25%;
        transform: translate(0, -30px);
    }

    .catalogSection .boxShowMobile span.brdr i:nth-child(1) {
        border-left: 2px solid var(--colorcompelete1) !important;
        border-top: 2px solid var(--colorcompelete1) !important;
        height: 60px;
    }

    .catalogSection .boxShowMobile span.brdr i:nth-child(3) {
        border-left: 2px solid var(--colorcompelete1) !important;
        border-bottom: 2px solid var(--colorcompelete1) !important;
        height: 120px;
    }

    .catalogSection .boxShowMobile span.brdr i:nth-child(2),
    .catalogSection .boxShowMobile span.brdr i:nth-child(2):before,
    .catalogSection .boxShowMobile span.brdr i:nth-child(2):after,
    .catalogSection .boxShowMobile span.brdr i:nth-child(4):before,
    .catalogSection .boxShowMobile span.brdr i:nth-child(4):after,
    .catalogSection .boxShowMobile span.brdr i:nth-child(4) b,
    .catalogSection .boxShowMobile span.brdr i:nth-child(4) b:before,
    .catalogSection .boxShowMobile span.brdr i:nth-child(4) b:after {
        background-color: var(--colorcompelete1) !important;
    }

    .catalogSection .boxShowMobile span.brdr i:nth-child(4) {
        position: absolute;
        bottom: -1px;
        height: 3px;
        left: 162px;
        width: 100%;
    }

    .catalogSection .rowLeft {
        position: absolute;
        top: 100%;
        right: 0;
    }

    .catalogSection .col2 .content {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .catalogSection .draw-border {
        box-shadow: inset 0 0 0 2px #ff8711;
        color: #fff;
        transition: color 0.25s 0.0833333333s;
        position: relative;
    }

        .catalogSection .draw-border:hover::before, .catalogSection .draw-border:hover::after {
            border-color: #ffffff;
        }

    .catalogSection h4.titleArrowRight {
        padding: 0;
        color: #ff860f;
    }

        .catalogSection h4.titleArrowRight:before {
            display: none;
        }

    .catalogSection h5.caption {
        font-size: 26px;
        color: #fff;
        font-weight: 100;
    }





.accordionsInnerBox {
    position: relative;
    width: 100%;
    padding: 0 50px 0 0;
}

    .accordionsInnerBox:before {
        position: absolute;
        right: 25px;
        top: 0;
        bottom: 0;
        width: 2px;
        height: calc(100% - 100px);
        margin: auto;
        content: '';
        background: #e4e4e4;
    }

.accItem {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.contentAddItem img {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 900px;
}

.accItem h3.titleAccItem {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    color: rgb(112, 112, 112);
    font-size: 20px;
    font-weight: 400;
}

    .accItem h3.titleAccItem:hover {
        color: rgb(41, 41, 41);
    }

    .accItem h3.titleAccItem:active {
        color: rgb(0, 0, 0);
    }

h3.titleAccItem:before {
    position: absolute;
    left: calc(100% + 1px);
    width: 35px;
    height: 35px;
    border-radius: 10px;
    border: 5px solid #fff;
    content: '';
    background: #5465af;
    transition: all 0.5s;
    top: 0;
}

.accItem.open h3.titleAccItem:before {
    background: #57c5c7;
}

h3.titleAccItem:after {
    position: absolute;
    left: 100%;
    width: 47px;
    height: 45px;
    border-radius: 10px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f067";
    top: 0;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.accItem.open h3.titleAccItem:after {
    content: "\f068";
}

.accItem .contentAddItem {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    padding: 0px !important;
    opacity: 0;
}

.accItem.open .contentAddItem {
    max-height: 2000px;
    opacity: 1;
}


/* Show Comments*/
.showCM {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.itemCM {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    padding: 0 0px 20px;
    border-bottom: 1px solid #e4e4e4;
}

    .itemCM .colAvatar {
        position: relative;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

        .itemCM .colAvatar:before {
            position: absolute;
            left: 0;
            right: 0;
            width: 2px;
            background: #68c2c2;
            content: '';
            height: 100%;
            margin: auto;
            top: 0;
            bottom: 0;
        }

        .itemCM .colAvatar span.cmAvatar {
            position: relative;
            width: 60px;
            height: 60px;
            border-radius: 100%;
            background: #ffffff no-repeat center / cover;
            border: 5px solid #ffffff;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .itemCM .colText {
        position: relative;
        width: calc(100% - 100px);
    }

        .itemCM .colText h3.nameUserCM {
            margin: 0;
            color: #353535;
            font-weight: bold;
        }

        .itemCM .colText span.Created_at {
            color: #9b9b9b;
            font-size: 14px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .itemCM .colText .ContextCM {
            /* min-height: 80px; */
            position: relative;
            font-size: 12px;
            line-height: 20px;
            color: #4e4e4e;
            font-weight: bold;
        }

.SendCM {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .SendCM .group-input {
        position: relative;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

        .SendCM .group-input.full {
            width: 100%;
        }

        .SendCM .group-input input {
            position: relative;
            width: 100%;
            height: 40px;
            background: #eee;
            border: none;
        }

        .SendCM .group-input textarea {
            position: relative;
            width: 100%;
            min-height: 150px;
            max-height: 150px;
            min-width: 100%;
            max-width: 100%;
            background: #eee;
            border: none;
        }

    .SendCM .rowBtn {
        position: relative;
        margin: 0;
        bottom: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .SendCM .rowBtn button.btnSubmitCm {
            position: relative;
            width: 100%;
            height: 40px;
            border: none;
            background: #e7bc15;
            color: #fff;
            cursor: pointer;
        }

            .SendCM .rowBtn button.btnSubmitCm:hover {
                background: #ff8f52;
                color: #803106;
            }

            .SendCM .rowBtn button.btnSubmitCm:active {
                background: #b3480e;
                color: #fff;
            }

.ContentFormCM {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* Show Comments*/


.SendCM {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    max-width: calc(100% - 40px);
    margin: 40px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .SendCM .group-input {
        position: relative;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

        .SendCM .group-input.full {
            width: 100%;
        }

        .SendCM .group-input input {
            position: relative;
            width: 100%;
            height: 40px;
            background: #eee;
            border: none;
        }

        .SendCM .group-input textarea {
            position: relative;
            width: 100%;
            min-height: 150px;
            max-height: 150px;
            min-width: 100%;
            max-width: 100%;
            background: #eee;
            border: none;
        }

    .SendCM .rowBtn {
        position: relative;
        margin: 0;
        bottom: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .SendCM .rowBtn button.btnSubmitCm {
            position: relative;
            width: 100%;
            height: 40px;
            border: none;
            background: #e7bc15;
            color: #fff;
            cursor: pointer;
        }

            .SendCM .rowBtn button.btnSubmitCm:hover {
                background: #ff8f52;
                color: #803106;
            }

            .SendCM .rowBtn button.btnSubmitCm:active {
                background: #b3480e;
                color: #fff;
            }

.ContentFormCM {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .ContentFormCM .boxInput {
        position: relative;
        width: calc((100% / 3) - 10px);
        margin: 0 0 15px;
    }

        .ContentFormCM .boxInput.full {
            position: relative;
            width: 100%;
        }

        .ContentFormCM .boxInput input, .ContentFormCM .boxInput textarea, .ContentFormCM .boxInput select {
            width: 100%;
            background-color: #f3f3f3 !important;
            border-radius: 0;
            font-size: 16px;
            height: 50px;
        }

button.btnsend {
    position: relative;
    width: 200px;
    height: 50px;
    color: #fff;
    background-color: #57c5c7;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
}

.BoxAbouteProd {
    position: relative;
    width: 90%;
    grid-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}

.itemAboutProd {
    position: relative;
    width: 90%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d4d8d8;
    padding: 0 10px 0 0;
    margin-bottom: 20px;
}

    .itemAboutProd:last-child {
        margin-bottom: 0px;
    }

    .itemAboutProd h3.title {
        margin: 0;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 10px 0 0;
        font-size: 22px;
        color: #5465af;
        border-right: 1px solid #ff860f;
    }

    .itemAboutProd .text {
        text-align: justify;
        padding: 10px;
        border-right: 1px solid #57c5c7;
    }

.itemPicAboutProd {
    position: relative;
    width: 80%;
    background: no-repeat center / cover;
    margin: 30px auto;
}

    .itemPicAboutProd:before {
        position: relative;
        width: 100%;
        padding-top: 100%;
        content: '';
        display: block;
    }

.BoxAbouteProd .col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.itemPicAboutProd .brdr {
    position: absolute;
    left: 0;
    right: 0;
    width: calc(100% - 60px);
    height: calc(100% + 60px);
    top: -30px;
    margin: auto;
}

    .itemPicAboutProd .brdr span.top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        border-style: solid;
        border-width: 2px 2px 0 2px;
        border-color: #68c2c2;
    }

    .itemPicAboutProd .brdr span.down {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        border-style: solid;
        border-width: 0 2px 2px 2px;
        border-color: #68c2c2;
    }


    .itemPicAboutProd .brdr span.top i:nth-child(1) {
        top: 100%;
        position: absolute;
        right: -2px;
        width: 2px;
        height: 80px;
        background: #68c2c2;
    }

        .itemPicAboutProd .brdr span.top i:nth-child(1):before {
            top: calc(0% + 85px);
            position: absolute;
            right: 0px;
            width: 2px;
            height: 15px;
            background: transparent;
            border-top: 50px solid #68c2c2;
            border-bottom: 10px solid #68c2c2;
            content: '';
        }

        .itemPicAboutProd .brdr span.top i:nth-child(1):after {
            top: calc(100% + 115px);
            position: absolute;
            right: 0px;
            width: 2px;
            height: 25px;
            background: transparent;
            border-top: 5px solid #68c2c2;
            border-bottom: 1px solid #68c2c2;
            content: '';
        }

    .itemPicAboutProd .brdr span.top i:nth-child(2) {
        top: 105%;
        position: absolute;
        left: -2px;
        width: 2px;
        height: 35px;
        background: #68c2c2;
    }

        .itemPicAboutProd .brdr span.top i:nth-child(2):before {
            top: calc(0% + 75px);
            position: absolute;
            right: 0px;
            width: 2px;
            height: 36px;
            background: transparent;
            border-top: 10px solid #68c2c2;
            border-bottom: 2px solid #68c2c2;
            content: '';
        }

        .itemPicAboutProd .brdr span.top i:nth-child(2):after {
            top: calc(100% + 115px);
            position: absolute;
            right: 0px;
            width: 2px;
            height: 25px;
            background: transparent;
            border-top: 5px solid #68c2c2;
            border-bottom: 1px solid #68c2c2;
            content: '';
        }








    .itemPicAboutProd .brdr span.down i:nth-child(1) {
        bottom: 105%;
        position: absolute;
        right: -2px;
        width: 2px;
        height: 35px;
        background: #68c2c2;
    }

        .itemPicAboutProd .brdr span.down i:nth-child(1):before {
            bottom: calc(0% + 75px);
            position: absolute;
            right: 0px;
            width: 2px;
            height: 36px;
            background: transparent;
            border-bottom: 10px solid #68c2c2;
            border-top: 2px solid #68c2c2;
            content: '';
        }

        .itemPicAboutProd .brdr span.down i:nth-child(1):after {
            bottom: calc(100% + 115px);
            position: absolute;
            right: 0px;
            width: 2px;
            height: 25px;
            background: transparent;
            border-bottom: 5px solid #68c2c2;
            border-top: 1px solid #68c2c2;
            content: '';
        }

    .itemPicAboutProd .brdr span.down i:nth-child(2) {
        bottom: 100%;
        position: absolute;
        left: -2px;
        width: 2px;
        height: 80px;
        background: #68c2c2;
    }

        .itemPicAboutProd .brdr span.down i:nth-child(2):before {
            bottom: calc(0% + 85px);
            position: absolute;
            left: 0px;
            width: 2px;
            height: 15px;
            background: transparent;
            border-bottom: 50px solid #68c2c2;
            border-top: 10px solid #68c2c2;
            content: '';
        }

        .itemPicAboutProd .brdr span.down i:nth-child(2):after {
            bottom: calc(100% + 115px);
            position: absolute;
            left: 0px;
            width: 2px;
            height: 25px;
            background: transparent;
            border-bottom: 5px solid #68c2c2;
            border-top: 1px solid #68c2c2;
            content: '';
        }





/* ---------------- Carousel Popup ----------------- */
section.carouselPopup {
    overflow: hidden;
}

.Slider4 .swiper-wrapper {
    height: auto;
}

.ItemOtherPic {
    position: relative;
    width: 100%;
    /* padding: 5px; */
    /* background: #e6e6e6; */
    position: relative;
    min-width: 230px;
    cursor: pointer;
}

    .ItemOtherPic:before {
        position: relative;
        width: 100%;
        display: block;
        content: '';
        padding-top: 100%;
    }

.contentItemOtherPic {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #000 no-repeat center / cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}


.lightboxPic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: perspective(1000px);
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

    .lightboxPic.show {
        opacity: 1;
        transition: all 1s;
        transform: perspective(1000px);
        pointer-events: auto;
    }

    .lightboxPic i {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 0;
    }

    .lightboxPic img {
        max-height: 80%;
        max-width: 80%;
        z-index: 100000000000000000;
        position: relative;
        display: block;
        margin: auto;
        opacity: 0;
        transition: all 0.3s;
        transform: perspective(1000px) rotate3d(1, 1, 1, 90deg) translateZ(20px);
    }

    .lightboxPic.show img {
        opacity: 1;
        transition: all 0.5s;
        transform: perspective(1000px) rotate3d(1, 1, 1, 0deg) translateZ(20px);
    }

.ItemOtherPic:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border: 2px solid #fff;
    content: '';
    display: block;
    z-index: 20;
    pointer-events: none;
}

.ItemOtherPic .contentItemOtherPic:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
    transition: all 0.5s;
    opacity: 0;
}

.ItemOtherPic:hover .contentItemOtherPic:before {
    opacity: 1;
}

.ItemOtherPic .contentItemOtherPic i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

    .ItemOtherPic .contentItemOtherPic i:before {
        position: absolute;
        left: -30%;
        top: -30%;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        content: '';
        background: radial-gradient(#4e60a9, transparent);
        filter: blur(100px);
        transition: all 0.2s;
        /* opacity: 0; */
        transform: translate(-80%, -80%);
    }

    .ItemOtherPic .contentItemOtherPic i:after {
        position: absolute;
        right: -30%;
        bottom: -30%;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        content: '';
        background: radial-gradient(#57c5c7, transparent);
        filter: blur(100px);
        transition: all 0.2s;
        /* opacity: 0; */
        transform: translate(80%, 80%);
    }

.ItemOtherPic:hover .contentItemOtherPic i:before, .ItemOtherPic:hover .contentItemOtherPic i:after {
    opacity: 1;
    transform: translate(0%, 0%);
}

section.carouselPopup .container {
    padding: 0 30px !important;
}

.carouselPopup .Slider4 {
    margin: 30px 0;
}

section.sec5Det.carouselPopup .border {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: calc(100% + 10px);
    background: transparent;
    border-left: 2px solid #68c2c2;
}

    section.sec5Det.carouselPopup .border .top {
        position: absolute;
        left: 0;
        top: 0;
        width: 10%;
        height: 2px;
        background: #68c2c2;
    }

        section.sec5Det.carouselPopup .border .top i {
            position: absolute;
            left: calc(100% + 15px);
            top: 0;
            width: 10px;
            height: 2px;
            background: #68c2c2;
        }

            section.sec5Det.carouselPopup .border .top i:before {
                position: absolute;
                left: calc(100% + 25px);
                top: 0;
                width: 35px;
                height: 2px;
                background: transparent;
                content: '';
                border-left: 6px solid #68c2c2;
                border-right: 3px solid #68c2c2;
            }

    section.sec5Det.carouselPopup .border .down {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60%;
        height: 2px;
        background: #68c2c2;
    }

        section.sec5Det.carouselPopup .border .down i {
            position: absolute;
            left: calc(100% + 15px);
            top: 0;
            width: 10px;
            height: 2px;
            background: #68c2c2;
        }

            section.sec5Det.carouselPopup .border .down i:before {
                position: absolute;
                left: calc(100% + 25px);
                top: 0;
                width: 35px;
                height: 2px;
                background: transparent;
                content: '';
                border-left: 6px solid #68c2c2;
                border-right: 3px solid #68c2c2;
            }
/* ---------------- Carousel Popup ----------------- */

.carouselPopup .NextPrevSlider {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 100%;
}

    .carouselPopup .NextPrevSlider .gallerypopup-next {
        position: absolute;
        left: 70%;
        right: auto;
        top: auto;
        bottom: -25px;
    }

        .carouselPopup .NextPrevSlider .gallerypopup-next:after {
            position: relative;
            width: 20px;
            height: 20px;
            border: 4px solid #ff8711;
            border-width: 4px 4px 0 0;
            transform: rotate(45deg);
            content: '';
        }

    .carouselPopup .NextPrevSlider .gallerypopup-prev {
        position: absolute;
        left: 20%;
        right: auto;
        top: -5px;
    }

        .carouselPopup .NextPrevSlider .gallerypopup-prev:after {
            position: relative;
            width: 20px;
            height: 20px;
            border: 4px solid #ff8711;
            border-width: 4px 4px 0 0;
            transform: rotate(-135deg);
            content: '';
        }

.rowSlideNews {
    position: relative;
    width: 100%;
    padding: 40px 20px 40px 0;
}

    .rowSlideNews .contentRowSliderNews {
        position: relative;
        border: 10px solid #eee;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

        .rowSlideNews .contentRowSliderNews .col {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

.ItemNewsSlidePic img {
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.ItemNewsSlidePic {
    position: relative;
    width: 100%;
    background: no-repeat center / cover;
    min-height: 100%;
}

    .ItemNewsSlidePic:before {
        position: relative;
        padding-top: 80%;
        content: '';
        display: block;
        width: 100%;
    }

.contentItemNewsSlide .rowCenter {
    grid-gap: 40px;
}

.ItemNewsSlide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
    min-height: 100%;
    background: #fff;
}

.rowSlideNews .contentRowSliderNews .col .SliderNews {
    min-height: 100%;
}

.ItemNewsSlide .text {
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 12px;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
}

.itemnews .text {
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 16px;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ItemNewsSlide h2.title,
.itemnews h2.title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #5465af;
}

.itemnews h2.title {
    font-size: 16px;
}

.contentItemNewsSlide .rowCenter a,
.itemnews .rowCenter a {
    color: #a9a9a9;
    padding: 0 15px 0 0;
    position: relative;
}

.contentItemNewsSlide .rowCenter span,
.itemnews .rowCenter span {
    color: #a9a9a9;
    padding: 0 0 0 15px;
    position: relative;
}

.contentItemNewsSlide .rowCenter a:before, .itemnews .rowCenter a:before {
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    background: #68c2c2;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
}

.contentItemNewsSlide .rowCenter span:before, .itemnews .rowCenter span:before {
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #68c2c2;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
}

.swiper-pagination.SliderNewsPagination {
    position: absolute;
    bottom: 80px !IMPORTANT;
}

    .swiper-pagination.SliderNewsPagination span.swiper-pagination-bullet {
        position: relative;
        border-radius: 0 !important;
        width: 25px;
        height: 5px;
        opacity: 1 !important;
        background-color: #d0d0d0 !important;
    }

        .swiper-pagination.SliderNewsPagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #ff860f !important;
        }

.rowSlideNews .border {
    position: absolute;
    top: 20px;
    right: 0;
    width: 65%;
    height: calc(100% - 40px);
}

.officeMap .border {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 65%;
    height: calc(100% + 60px);
    transform: scaleX(-1);
}

    .rowSlideNews .border:before, .officeMap .border:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 15%;
        height: 100%;
        border: 2px solid #68c2c2;
        content: '';
        border-width: 2px 2px 2px 0;
    }

    .rowSlideNews .border:after, .officeMap .border:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 15%;
        height: 100%;
        border: 2px solid #68c2c2;
        content: '';
        border-width: 2px 0 2px 2px;
    }

    .rowSlideNews .border span.right, .officeMap .border span.right {
        position: absolute;
        width: 50%;
        height: calc(100% + 4px);
        top: 0px;
        right: 14%;
    }

    .rowSlideNews .border span.left, .officeMap .border span.left {
        position: absolute;
        width: 50%;
        height: calc(100% + 4px);
        top: 0px;
        left: 14%;
    }

    .rowSlideNews .border span.right:before, .officeMap .border span.right:before {
        position: absolute;
        width: 40%;
        right: 0;
        top: 0;
        background: #68c2c2;
        height: 2px;
        content: '';
    }

    .rowSlideNews .border span.right i:nth-child(1), .officeMap .border span.right i:nth-child(1) {
        position: absolute;
        top: 0;
        height: 2px;
        width: 8%;
        background: #68c2c2;
        right: 41%;
    }

        .rowSlideNews .border span.right i:nth-child(1):before, .officeMap .border span.right i:nth-child(1):before {
            position: absolute;
            top: 0;
            right: 130%;
            height: 2px;
            width: 20px;
            background: transparent;
            content: '';
            border-right: 10px solid #68c2c2;
            border-left: 3px solid #68c2c2;
        }

    .rowSlideNews .border span.right i:nth-child(2), .officeMap .border span.right i:nth-child(2) {
        position: absolute;
        right: 6%;
        background: transparent;
        height: 2px;
        bottom: 0;
        width: 40px;
        border-right: 14px solid #68c2c2;
        border-left: 5px solid #68c2c2;
    }





    .rowSlideNews .border span.left:after, .officeMap .border span.left:after {
        position: absolute;
        width: 40%;
        left: 0;
        bottom: 0;
        background: #68c2c2;
        height: 2px;
        content: '';
    }

    .rowSlideNews .border span.left i:nth-child(2), .officeMap .border span.left i:nth-child(2) {
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 8%;
        background: #68c2c2;
        left: 41%;
    }

        .rowSlideNews .border span.left i:nth-child(2):before, .officeMap .border span.left i:nth-child(2):before {
            position: absolute;
            left: 130%;
            bottom: 0;
            height: 2px;
            width: 20px;
            background: transparent;
            content: '';
            border-left: 10px solid #68c2c2;
            border-right: 3px solid #68c2c2;
        }

    .rowSlideNews .border span.left i:nth-child(1), .officeMap .border span.left i:nth-child(1) {
        position: absolute;
        left: 6%;
        background: transparent;
        height: 2px;
        top: 0;
        width: 40px;
        border-left: 14px solid #68c2c2;
        border-right: 5px solid #68c2c2;
    }

section.sec1News {
    position: relative;
    width: 100%;
    background-color: var(--bgColor);
}

    section.sec1News:before {
        position: absolute;
        left: 0;
        width: 100%;
        top: calc(50% + 30px);
        height: calc(50% - 30px);
        content: '';
        background: var(--colorcomplate);
    }

.NewsListContent {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 40px;
    padding: 40px 0;
}

.itemnews {
    position: relative;
    width: 100%;
}

    .itemnews .pic {
        position: relative;
        width: 100%;
        background: no-repeat center / cover;
        border: 15px solid #f4f4f4;
    }

        .itemnews .pic:before {
            position: relative;
            width: 100%;
            content: '';
            display: block;
            padding-top: 100%;
        }

        .itemnews .pic img {
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

    .itemnews .rowBetwen .btnReal {
        width: 160px;
    }

    .itemnews .rowCenter {
        grid-gap: 20px;
    }

.officeMap {
    position: relative;
    border: 15px solid #eee;
    width: calc(100% - 30px);
    margin: 80px 0;
    grid-gap: 10px;
    display: flex;
}

    .officeMap .js-map {
        position: relative;
        width: calc(100% - 310px);
        min-height: 350px;
        z-index: 10;
    }

    .officeMap .contentOffice {
        position: relative;
        width: 310px;
        padding: 10px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .officeMap .contentOffice:before {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 10px;
            height: 60%;
            background: #5465af;
            content: '';
            display: block;
            left: 100%;
        }

    .officeMap h3.title {
        position: relative;
        padding-right: 30px;
        font-size: 22px;
        color: #5465af;
    }

        .officeMap h3.title:before {
            position: absolute;
            width: 10px;
            height: 10px;
            content: '';
            border: 0px solid #ff860f;
            border-width: 5px 5px 0 0;
            transform: rotate(-135deg);
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .officeMap .contextOffice {
        position: relative;
        display: flex;
        flex-direction: column;
    }

        .officeMap .contextOffice span {
            position: relative;
            padding: 10px 0 0;
            font-size: 16px;
            margin: 0 !important;
            color: #666666;
        }

            .officeMap .contextOffice span a {
                margin: 0;
                color: #666666;
            }

                .officeMap .contextOffice span a:hover {
                    color: #5465af;
                }

    .officeMap .contentOffice:before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 60%;
        background: #5465af;
        content: '';
        display: block;
        left: 100%;
    }

section.seccontactus .officeMap:nth-child(even) {
    flex-direction: row-reverse;
    margin-right: 10px;
}

.officeMap:nth-child(even) .contentOffice:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 60%;
    background: #5465af;
    content: '';
    display: block;
    right: 100%;
    left: auto;
}

section.seccontactus .officeMap:nth-child(even) .border {
    left: auto;
    right: -30px;
    transform: scaleX(-1);
}

section.sec1PageText {
    position: relative;
    width: 100%;
}

    section.sec1PageText .pagetext img {
        position: relative;
        display: block;
        margin: 0 auto 10px auto;
        max-width: 100%;
    }

    section.sec1PageText .pagetext .h_iframe-aparat_embed_frame {
        position: relative;
        margin: 20px auto;
        max-width: 600px;
        border-radius: 15px;
        overflow: hidden;
    }




/* -------------- FAQ --------------- */
section.secFAQBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 20px;
}

.FAQTitle {
    position: relative;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #414141;
    margin: 10px 0px;
}

.tabBtns {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 2px solid #0096a1;
}

    .tabBtns button.btntab {
        position: relative;
        width: 80px;
        height: 80px;
        border: none;
        outline: none;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0 !important;
        background: none;
        border-radius: 0;
        background-clip: content-box;
        padding: 0px !important;
        background-color: #eee !important;
        padding: 0;
    }

        .tabBtns button.btntab.active {
            background-color: #f47321 !important;
        }

        .tabBtns button.btntab:before {
            position: absolute;
            bottom: -13px;
            height: 3px;
            background: #111727 !important;
            content: '';
            width: 3%;
            transition: all 0.5s;
            opacity: 0;
        }



        .tabBtns button.btntab i {
            position: relative;
            width: 50px;
            height: 50px;
            background: no-repeat center / 100%;
            filter: grayscale(1) brightness(0);
            cursor: pointer;
        }

        .tabBtns button.btntab:hover i {
            filter: grayscale(1) brightness(0);
        }

        .tabBtns button.btntab label {
            color: #030303;
            position: absolute;
            border: 0;
            bottom: calc(100% + 10px);
            padding: 0 10px;
            width: 150px;
            border-radius: 6px;
            z-index: 100;
            cursor: pointer;
            font-size: 10px;
            font-weight: bold;
            opacity: 0;
            transform: scale(0);
            transition: all 0.2s;
        }

        .tabBtns button.btntab:hover label, .tabBtns button.btntab.active label {
            opacity: 1;
            transform: scale(1);
        }


button.btntab.active i {
    filter: grayscale(1) brightness(20);
}

.tabContent.active {
    transition: all 0.5s;
    opacity: 1;
    min-height: 30px;
    max-height: 2000px;
    padding: 0px 0;
    overflow: inherit;
}

.tabContent {
    position: relative;
    width: 100%;
    transition: all 0.2s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.accotdionFAQ {
    font-size: 12px;
    width: 100%;
    margin: 5px;
    float: right;
}

.RowFAQ {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 3px;
    font-size: 14px;
    background: #f1f1f1;
    overflow: hidden;
    border-radius: 0;
    color: #333 !important;
}

.ContentFAQ .lineTitle {
    margin-right: 0;
}

.RowFAQ .col1 {
    position: relative;
    width: 100px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    /* display: none; */
    border-left: 5px solid #fff;
    font-weight: bold;
}

.RowFAQ .col2 {
    position: relative;
    width: 100%;
    MIN-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 3px;
    color: #151515;
    padding: 0 10px 0 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}


.RowFAQ.title .col1, .RowFAQ.title .col2 {
    background-color: #161616;
    color: #fff;
    justify-content: center;
}

.accotdionFAQ span.AnswerQuestion {
    position: absolute;
    background: #161616;
    font-weight: normal;
    font-family: IranYekan;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 30px;
    left: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}




.accotdionFAQ span.AnswerQuestion {
    background: none;
    color: #0096a1;
}


    .accotdionFAQ span.AnswerQuestion:before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        position: absolute;
        left: 0;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
    }

.accotdionFAQ.active span.AnswerQuestion:before {
    transform: rotate(180deg);
}

.accotdionFAQ .ContentAccotdionFAQ {
    position: relative;
    width: 100%;
    display: flex;
    transition: all 0.2s;
    max-height: 0;
    overflow: hidden;
    flex-wrap: wrap;
}

.accotdionFAQ.active .ContentAccotdionFAQ {
    transition: all 0.5s;
    max-height: 100%;
}

.ContentAccotdionFAQ .textAccordionFAQ {
    position: relative;
    width: 100%;
    text-align: justify;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
}

.allContentTab {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

section.secFAQBox .allContentTab {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

    section.secFAQBox .allContentTab .col {
        position: relative;
        width: calc((100% / 2) - 10px);
        margin: 5px;
    }

.ContentAccotdionFAQ .moreAccordionFAQ {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5px;
    box-sizing: border-box;
}

a.moreAcc {
    position: relative;
    padding: 0 10px;
    height: 30px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    font-family: IranYekan;
    font-weight: normal;
    transition: all 0.2s;
    font-weight: bold;
    font-size: 12px;
}

    a.moreAcc:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Font Awesome 5 Pro';
    }

    a.moreAcc:hover {
        color: #f5f5f5;
        background: #161616;
    }

    a.moreAcc:active {
        color: #161616;
        background: #d3d3d3;
    }

.accotdionFAQ.active .RowFAQ {
    background: #d6d6d6;
    color: #333;
}

    .accotdionFAQ.active .RowFAQ .col2 {
        color: #333;
    }

        .accotdionFAQ.active .RowFAQ .col2 span.AnswerQuestion {
            color: #333;
        }

.contextFAQ {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    text-align: justify;
    margin: 0 0 20px;
    grid-gap: 20px;
}

    .contextFAQ img {
        position: relative;
        width: 200px;
        margin: 0 auto;
    }


/* -------------- FAQ --------------- */



.ProductListContent section.sec3Det:nth-child(even) {
    background: #f1f1f1 !important;
}
/* .ProductListContent section.sec3Det:nth-child(even) .garantySection {
    flex-direction: row-reverse;
}
.ProductListContent section.sec3Det:nth-child(even) .garantySection .col2 {
    align-items: flex-end;
}
.ProductListContent section.sec3Det:nth-child(even) h4.titleArrowRight {
    padding-left: 30px;
    padding-right: 0 !important;
    text-align: left;
}
.ProductListContent section.sec3Det:nth-child(even) h4.titleArrowRight:before {
    right: auto;
    left: 0;
    transform: rotate(45deg);
}
.ProductListContent section.sec3Det:nth-child(even)  h5.caption {
    text-align: center;
}
.ProductListContent section.sec3Det:nth-child(even) .garantySection span.brdr {
    left: auto;
    right: -40px;
    transform: scaleX(-1);
}
.ProductListContent section.sec3Det:nth-child(even) .garantySection .rowLeft {
    justify-content: flex-start;
} */



.sliderProject .swiper-wrapper {
    position: relative;
    padding: 40px 0;
}

.itemPhotoGallery {
    position: relative;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
}

.itemPhotoGallery {
    width: 100%;
    cursor: pointer;
}

section.Projects .itemProjectOne:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 2px;
    background: var(--realColor);
    content: '';
}

.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.swiper-slide-active .itemPhotoGallery:before {
    width: 20px;
}

.itemProjectOne .pic, .itemPhotoGallery .pic, .itemVideoGallery .pic {
    position: relative;
    width: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
    filter: grayscale(1);
    overflow: hidden;
}

    .itemProjectOne .pic:before, .itemPhotoGallery .pic:before, .itemVideoGallery .pic:before {
        position: relative;
        width: 100%;
        display: flex;
        content: '';
        padding-top: 100%;
    }

    .itemProjectOne .pic span.img, .itemPhotoGallery .pic span.img, .itemVideoGallery .pic span.img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center / cover;
    }

.swiper-slide-active .itemProjectOne .pic, .swiper-slide-active .itemPhotoGallery .pic {
    transition-delay: 0.5s;
    filter: grayscale(0);
}

.itemProjectOne:hover .pic, .itemPhotoGallery:hover .pic, .itemVideoGallery:hover .pic {
    filter: grayscale(0);
}

.itemProjectOne .pic img, .itemPhotoGallery .pic img, .itemVideoGallery .pic img {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.itemProjectOne .pic span.img, .itemPhotoGallery .pic span.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}


.rowPicDetailGallery {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 33.333% 66.666%;
    grid-gap: 10px;
    margin-bottom: 50px;
}

    .rowPicDetailGallery .col {
        position: relative;
        width: 100%;
    }

.itemOtherPicGallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.rowPicDetailGallery .itemOtherPicGallery .pic {
    position: relative;
    width: 100%;
    background: no-repeat center / cover;
    display: block;
}

    .rowPicDetailGallery .itemOtherPicGallery .pic:before {
        position: relative;
        width: 100%;
        padding-top: 50%;
        content: '';
        display: block;
    }

    .rowPicDetailGallery .itemOtherPicGallery .pic .img {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        background: no-repeat center / cover;
        display: block;
    }

        .rowPicDetailGallery .itemOtherPicGallery .pic .img img {
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            height: 100%;
            display: block;
            opacity: 0;
        }

.rowPicDetailGallery .col:first-child {
    padding-right: 120px;
}

.descriptionItemDetailPic {
    position: sticky;
    width: auto;
    padding: 5px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    top: 40vw;
    overflow-y: auto;
    max-width: 320px;
}

.noOverflow {
    overflow: unset !important;
}

.rowPicDetailGallery:nth-child(1) .descriptionItemDetailPic {
    position: absolute;
    top: 0 !important;
    /* top: auto; */
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.itemOtherPicGallery span.numberPic {
    position: absolute;
    left: 100px;
    bottom: 100px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #68c2c2;
    border-radius: 100%;
    font-size: 16px;
    color: #fff;
}

.descriptionItemDetailPic span.number {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--realColor);
    border-radius: 100%;
    color: var(--realColor);
    font-weight: bold;
    margin: 0 0 10px;
}

.overflow {
    overflow: hidden;
}

.lightboxPicBox {
    position: fixed;
    background: no-repeat center / cover;
    z-index: 100;
    display: block;
    transition: all 0.5s ease;
    opacity: 0;
    cursor: zoom-out;
}

    .lightboxPicBox.show {
        opacity: 1;
    }

        .lightboxPicBox.show.large {
            left: 0 !important;
            width: 100% !important;
            top: 0 !important;
            height: 100% !important;
        }



.itemVideoGallery {
    position: relative;
    width: calc(100% - 20px);
    margin: auto;
}

.sliderVideoGallery {
    position: relative;
    margin: 30px 0 0;
}

.itemVideoGallery .hoverlink, .itemPhotoGallery .hoverlink {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}


.popupVideo {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
}

    .popupVideo i.close {
        position: fixed;
        left: 0;
        top: 0;
        width: 100px;
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--realColor);
        font-size: 28px;
        cursor: pointer;
        z-index: 10;
        transition: all 0.5s;
        opacity: 0;
        transform: translateY(-100vh);
    }

    .popupVideo.open i.close {
        transition-delay: 1s;
        opacity: 1;
        transform: translateY(0vh);
    }

.contentVideoPopup {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bgColor);
    transform-origin: top right;
    transition: all 1s cubic-bezier(0.73, 0.13, 0.08, 0.93);
    transform: skewX( 57deg) scaleX(0);
}

.popupVideo.open .contentVideoPopup {
    transform: skewX( 0deg) scaleX(1);
}

.contentVideoPopup .frameVideoAparat {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: scale(1);
    top: 0;
    margin: 0;
    pointer-events: auto;
}

.popupVideo.open .contentVideoPopup .frameVideoAparat {
    transition-delay: 0.5s;
    opacity: 1;
}


.UploadFiles {
    position: relative;
    width: 100%;
    height: 40px;
    background: #eee;
    border: none;
    display: flex;
    align-items: center;
}

    .UploadFiles input[type="file"] {
        position: absolute !important;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        opacity: 0 !important;
        overflow: hidden !important;
    }

    .UploadFiles .openUploader {
        position: relative;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-right: 110px;
        cursor: pointer;
    }

        .UploadFiles .openUploader label:first-child {
            cursor: pointer;
            width: calc(100% - 110px);
            height: 40px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding: 0 10px 0 0;
        }

        .UploadFiles .openUploader .btn {
            position: absolute;
            right: 5px;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 30px;
            width: 100px;
            background: #4e60a9;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            border-radius: 4px;
            cursor: pointer;
        }

            .UploadFiles .openUploader .btn:hover {
                background: #788ddf;
                color: #232b4d;
            }

            .UploadFiles .openUploader .btn:active {
                background: #232b4d;
                color: #788ddf;
            }


.garantySection .bdgs {
    position: absolute;
    right: 0;
    top: 10%;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

    .garantySection .bdgs label.bdg {
        position: relative;
        padding: 0 20px;
        height: 30px;
        background: #eee;
        border-radius: 4px;
    }

        .garantySection .bdgs label.bdg.special {
            background: #68c2c2;
            color: #fff;
        }

        .garantySection .bdgs label.bdg.newest {
            background: #4e60a9;
            color: #fff;
        }

.title2ArrowCenter {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    top: -20px;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(-10vw);
}

.productRotate.activeShowColor .title2ArrowCenter {
    opacity: 1;
    transform: translateY(0vw);
}

.title2ArrowCenter h3 {
    position: relative;
    font-weight: bold;
    color: #4e60a9;
}

    .title2ArrowCenter h3:before {
        position: absolute;
        left: 104%;
        top: 5px;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-color: #ff860f;
        border-width: 0 0 4px 4px;
        content: '';
        transform: rotate(45deg);
    }

    .title2ArrowCenter h3:after {
        position: absolute;
        right: 104%;
        top: 5px;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-color: #ff860f;
        border-width: 0 0 4px 4px;
        content: '';
        transform: rotate(-135deg);
    }


.messageform {
    color: green;
    font-size: 16px;
    /* padding: 11px; */
    /* margin: 10px; */
    position: relative;
    bottom: 10px;
    font-weight: bold;
}

.ctrlSplit span.tooltips {
    position: absolute;
    top: calc(100% + 10px);
    width: calc(100% + 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    right: -30px;
    font-family: 'iranyekan';
    font-size: 14px;
    animation: blink 1s infinite;
}

section.sec6Home.onButton.showctrlSplit .ctrlSplit span.tooltips {
    visibility: hidden;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

form.searchbox {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: #eeeeee;
    border-radius: 5px;
    height: 40px;
}

    form.searchbox input {
        padding: 0 0 0 40px;
        width: 100%;
        background: transparent;
        font-size: 14px;
    }

    form.searchbox button.submitSearch {
        position: absolute;
        left: 0;
        cursor: pointer;
        top: 0;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

@media only screen and (max-width:980px) {
    form.searchbox {
        max-width: 250px;
    }
}

@media only screen and (max-width:680px) {
    form.searchbox {
        max-width: 80%;
    }
}

.pagetext.about {
    max-width: 1090px;
    margin: 0 auto;
}

img.iconTitle {
    position: relative;
    width: 300px;
    display: block !important;
    margin: 30px auto !important;
}

/* .pagetext.about .h_iframe-aparat_embed_frame {
                                max-width: unset !important;
                            } */
.itemAboutDescCenter {
    position: relative;
    width: 100%;
    margin: 20px auto;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.itemAboutdesc {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}

    .itemAboutdesc.left {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .itemAboutdesc .col {
        position: relative;
        width: 60%;
    }

        .itemAboutdesc .col .pic {
            position: relative;
            width: 70%;
            background: no-repeat center / cover;
            border-radius: 100%;
            display: block;
            margin: auto;
        }

            .itemAboutdesc .col .pic:before {
                position: relative;
                width: 100%;
                padding-top: 100%;
                content: '';
                display: block;
            }

section.sec1PageText .pagetext img {
    position: relative;
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100%;
    border-radius: 15px;
}

.itemAboutDescCenter h3.title {
    font-size: 32px;
    color: #6a6868;
}

@media only screen and (max-width:768px) {
    .itemAboutdesc {
        display: flex;
        flex-direction: column-reverse !important;
        align-items: center !important;
        grid-gap: 20px !important;
    }

        .itemAboutdesc .col {
            position: relative;
            width: 100%;
        }
}
img.fullwidthAblut {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
