/* html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
} */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    /* height: 100%; */
    overflow-x: hidden;
}

.corporate_scrolling_text {
    width: 100%;
    position: relative;
    padding: 2vh 0;
    /* background-color: #d5e8ce; */
    display: flex;
}

.corporate_scrolling_text_item {
    white-space: nowrap;
    font: 400 calc(var(--corporate_default_font_size) * var(--corporate_title_divider)) 'Geologica', serif;
    border-top: 1px solid #cf6a00;
    border-bottom: 1px solid #cf6a00;
    color: #cf6a00;
    padding: 1vh 0;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(calc(0px - 50%));
    }
}

.corporate_scrolling_text_item {
    animation-name: infiniteScroll;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.corporate_png_slider_master_container {
    width: 100%;
    position: relative;
}

.corporate_png_slider_container {
    width: 100%;
    min-height: 70vh;
    position: relative;
    /* background-image: url(../images/bg.jpg);
    background-size: auto; */
    background-color: rgb(239, 239, 239);
    /* background-color: #d5e8ce; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
}

.corporate_png_slider_container:nth-of-type(even) {
    background-color: #fff;
    flex-direction: row-reverse;
}

.corporate_png_slider_text_container {
    flex: 0 1 40%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.corporate_png_slider_text_inner_container {
    width: 100%;
    position: relative;
}

.corporate_png_slider_title {
    color: #009cdc;
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    font: 700 calc(var(--corporate_default_font_size) * var(--corporate_homepage_left_right_title)) 'Geologica', sans-serif;
}

.corporate_png_slider_text {
    color: #000;
    position: relative;
    width: 95%;
    margin: 1vmax auto;
    padding: 0;
    font: 400 var(--corporate_default_font_size) 'Effra', sans-serif;
}

.corporate_png_slider_container:nth-of-type(even) .corporate_png_slider_title {
    color: #009cdc;
}

.corporate_png_slider_inner_container {
    flex: 0 1 40%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.corporate_png_slider {
    width: 100%;
    /* height: 100%; */
    position: relative;
}

.corporate_png_slider .owl-stage-outer,
.corporate_png_slider .owl-stage,
.corporate_png_slider .owl-item {
    height: 100%;
}

.corporate_png_slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.corporate_png_slider .slider_ribbon_nav_arrow {
    width: 2vmax;
    position: relative;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(57deg) brightness(103%) contrast(102%);
}

.corporate_png_slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.corporate_png_slider .owl-dot {
    float: left;
    padding: 0;
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 5px;
    text-indent: -999px;
    outline: 0;
    overflow: hidden;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    bottom: 0px;
}

.corporate_png_slider .owl-dot.active {
    height: 15px;
    width: 15px;
    bottom: 3px;
    border-radius: 35%;
    background: transparent;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.corporate_map_container {
    width: 70%;
    height: 60vh;
    position: relative;
    margin: 0 auto 2vmax auto;
}

.corporate_map_container iframe {
    width: 100%;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 1250px) {
    .corporate_png_slider_container {
        flex-direction: column-reverse!important;
    }
    .corporate_png_slider {
        height: 100%;
    }
    .corporate_png_slider_inner_container {
        margin: 0 0 2vmax 0;
    }
    .corporate_png_slider_img {
        object-fit: cover;
    }
}

@media screen and (orientation: portrait) and (max-width: 500px) {
    .corporate_map_container {
        width: 100%;
    }
    .corporate_png_slider_inner_container {
        height: 40vh;
        flex: unset;
    }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
    .corporate_map_container {
        width: 100%;
        height: calc(100vh - var(--top_menu));
    }
    .corporate_png_slider_inner_container {
        flex: unset;
        height: calc(100vh - var(--top_menu));
    }
}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1050px) {
    .corporate_map_container {
        width: 100%;
    }
    .corporate_png_slider_inner_container {
        height: 40vh;
        flex: unset;
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1250px) {
    .corporate_map_container {
        width: 100%;
        height: calc(100vh - var(--top_menu));
    }
    .corporate_png_slider_inner_container {
        flex: unset;
        height: calc(100vh - var(--top_menu));
    }
}