.corporate_big_left_right_master_container {
    width: 100%;
    position: relative;
}

.corporate_big_left_right_item:nth-of-type(odd) {
    /* --corporate_big_left_right_color: #006994; */
    /* --corporate_big_left_right_color: #0c4f6b; */
    --corporate_big_left_right_color: rgb(239, 239, 239);
    flex-direction: row;
}

.corporate_big_left_right_item:nth-of-type(even) {
    --corporate_big_left_right_color: #fff;
    flex-direction: row-reverse;
}

.corporate_big_left_right_item {
    width: 100%;
    min-height: 80vh;
    padding: 5vh 0;
    background-color: var(--corporate_big_left_right_color);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
}

.corporate_big_left_right_images_container {
    flex: 0 1 40%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.corporate_big_left_right_front_image {
    position: relative;
    width: 90%;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
}

.corporate_big_left_right_images_inner_container {
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 740px;
}

.corporate_big_left_right_front_image img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.corporate_big_left_right_front_image_slider {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0!important;
}

.corporate_big_left_right_front_image_slider .owl-stage-outer,
.corporate_big_left_right_front_image_slider .owl-stage,
.corporate_big_left_right_front_image_slider .owl-item {
    height: 100%;
}

.corporate_big_left_right_front_image_slider .owl-prev,
.corporate_big_left_right_front_image_slider .owl-next {
    width: 5%;
}

.corporate_big_left_right_front_image_slider .slider_ribbon_nav_arrow {
    filter: invert(100%) sepia(14%) saturate(0%) hue-rotate(77deg) brightness(101%) contrast(101%);
}

.corporate_big_left_right_front_image_slider .corporate_big_left_right_front_image_slider_image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.corporate_big_left_right_images_container .clip_top,
.corporate_big_left_right_images_container .clip_bottom,
.corporate_big_left_right_images_container .clip_left,
.corporate_big_left_right_images_container .clip_right {
    background-color: var(--corporate_big_left_right_color);
}

.corporate_big_left_right_back_image {
    position: absolute;
    width: 70%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(10deg);
}

.corporate_big_left_right_back_image img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.corporate_big_left_right_text_container {
    flex: 0 1 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.corporate_big_left_right_text_inner_container {
    width: 100%;
    position: relative;
}

.corporate_big_left_right_title {
    color: #009cdc;
    position: relative;
    margin: 0 auto;
    padding: 0;
    font: 700 calc(var(--corporate_default_font_size) * var(--corporate_big_left_right_title)) 'Geologica', sans-serif;
}

.corporate_big_left_right_subtitle {
    color: #000;
    position: relative;
    margin: 0 auto;
    padding: 0;
    font: 700 calc(var(--corporate_default_font_size) * var(--corporate_yperexoume_title)) 'Geologica', sans-serif;
}

.corporate_big_left_right_text {
    color: #000;
    position: relative;
    margin: 1vmax auto;
    padding: 0;
    font: 400 var(--corporate_default_font_size) 'Effra', sans-serif;
}

.corporate_big_left_right_item:nth-of-type(3n+3) .corporate_big_left_right_text_inner_container {
    width: 100%;
    margin: 0 auto;
}

.clip_top {
    clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.clip_bottom {
    clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%);
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    transform: rotate(180deg);
}

.clip_left {
    clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%);
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    width: 90vh;
    height: 3px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.clip_right {
    clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%);
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 80vh;
    height: 3px;
    background-color: #fff;
    transform: translate(50%, -50%) rotate(90deg);
}


/*---------------FULL SCREEN------------*/

.corporate_big_left_right_item:nth-of-type(odd) .corporate_big_left_right_title {
    color: #009cdc;
}

.full_screen .corporate_big_left_right_title {
    font: 700 calc(var(--corporate_default_font_size)* var(--corporate_master_title)) 'Alegre', sans-serif;
    letter-spacing: 2px;
}

.corporate_big_left_right_item:nth-of-type(odd) .corporate_big_left_right_text {
    color: #000;
}

.corporate_big_left_right_item:nth-of-type(odd) .corporate_big_left_right_subtitle {
    color: #eee;
}

.full_screen .corporate_big_left_right_images_container {
    flex: 0 1 50%;
}

.full_screen .corporate_big_left_right_front_image {
    width: 100%;
}

.full_screen .corporate_big_left_right_text_container {
    flex: 0 1 50%;
}

.full_screen .corporate_big_left_right_item {
    padding: 0;
    min-height: calc(100vh - var(--top_menu));
}

.full_screen .corporate_big_left_right_text_inner_container {
    width: 90%;
}

.full_screen .corporate_big_left_right_item:nth-of-type(3n+3) .corporate_big_left_right_text_inner_container {
    width: 90%;
}

.full_screen .corporate_big_left_right_text {
    max-height: calc(var(--corporate_default_line_height) * 12);
    overflow: hidden;
    line-height: var(--corporate_default_line_height);
}


/*---------------FULL SCREEN------------*/

@media screen and (max-width: 1250px) {
    .full_screen .corporate_big_left_right_text_inner_container,
    .full_screen .corporate_big_left_right_item:nth-of-type(3n+3) .corporate_big_left_right_text_inner_container {
        width: 100%;
    }
    .full_screen .corporate_big_left_right_text {
        max-height: unset;
    }
    .corporate_big_left_right_item {
        min-height: unset;
        flex-direction: column!important;
    }
    .corporate_big_left_right_item {
        padding: 0 0000 2vmax 0;
    }
    .corporate_big_left_right_front_image {
        width: 100%;
        object-fit: cover;
    }
    .corporate_big_left_right_images_container .clip_top,
    .corporate_big_left_right_images_container .clip_bottom,
    .corporate_big_left_right_images_container .clip_left,
    .corporate_big_left_right_images_container .clip_right {
        display: none;
    }
    .corporate_big_left_right_text_container {
        flex: unset;
        width: 95%;
        margin: 0 auto;
    }
    .corporate_big_left_right_item:nth-of-type(3n+3) .corporate_big_left_right_text_inner_container {
        width: 100%;
    }
    .corporate_big_left_right_text {}
}

@media screen and (orientation: portrait) and (max-width: 500px) {
    .corporate_big_left_right_images_container {
        flex: unset;
        height: 40vh;
        margin: 0 0 2vmax 0;
    }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
    .corporate_big_left_right_images_container {
        flex: unset;
        height: calc(100vh - var(--top_menu));
        margin: 0 0 2vmax 0;
    }
}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1050px) {
    .corporate_big_left_right_images_container {
        flex: unset;
        height: 40vh;
        margin: 0 0 2vmax 0;
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1250px) {
    .corporate_big_left_right_images_container {
        flex: unset;
        height: calc(100vh - var(--top_menu));
        margin: 0 0 2vmax 0;
    }
}