@charset "utf-8";


/* section */

.jumbotron {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.dropdown-item {
    white-space: normal;
}

section {
    padding: 60px 0;
    padding: 3.75rem 0;
    padding-bottom: 2.5rem;
    overflow: hidden;
    /*min-height: 720px;*/
}

section .section-title h2 {
    font-family: 'Anton', sans-serif;
    font-weight: 500;
    font-weight: 400;
    color: #000;
    color: #ff2f92;
    color: #0067b6;
    color: #000;
    color: #094d82;
    font-size: 42px;
    font-size: 2.625rem;
    font-size: 2.125rem;
    /*font-size: 3rem;*/
    margin-bottom: 46px;
    margin-bottom: 2.875rem;
    margin-bottom: 2.25rem;
    margin-bottom: 2rem;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    letter-spacing: 0.05rem;
}

.section-title h2:before,
.section-title h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #cecece;
}

.section-title h2:before {
    left: 0;
}

.section-title h2:after {
    right: 0;
}

section ul {
    font-size: 22px;
    font-size: 1.375rem;
    font-size: 1.25rem;
    /*font-weight: 500;*/
    /*font-weight: 600;*/
    /*font-weight: 400;*/
    /*color: #797c80;
    color: #009192;*/
}



/* color */
.bg-white {
    background-color: #fff;
}

.bg-yellow {
    background-color: #fff8e7;
}

.bg-yellow2 {
    background-color: #fffdd0;
}

.bg-blue {
    background-color: #caebfb;
    background-color: #f0f9fe;

}

.bg-green {
    background-color: #E7F6F2;
}

.bg-green2 {
    background-color: #F3FAF8;
}

.bg-gray {
    /*background-color: #f7f8f9;
    background-color: #fff8e7;
    background-color: #E7F6F2;*/
    background-color: #f3f4f6;
}

.text-green {
    color: #009192;
}

.text-green2 {
    color: #009192;
}

.text-blue {
    color: #0432ff;
}

.text-magenta {
    color: #ff2f92;
}

.text-muted {
    /*color: #009192 !important;*/
}

.text-black-25 {
    color: rgba(0, 0, 0, .25) !important;
}



/* main-banner jumbotron */

.col-image {
    margin-bottom: 1.5rem;
}

section#main-banner.jumbotron {
    border-radius: 0;
    /*background-color: #caebfb;*/
}

section#main-banner.jumbotron .container-lg,
.container-lg-core {
    /*height: 546px;*/
}

section#main-banner h1.main-title {
    /*font-size: 1.6rem;*/
    font-family: 'Arimo', sans-serif;
    font-weight: 700 !important;
    letter-spacing: -0.05rem;
    /*color: #000;*/
    margin-bottom: 0.5rem;
    line-height: 1.4;
    transition: all 0.3s ease;
    /* line-height: 7.5rem;*/
}

section#main-banner h1.main-title img {
    width: 40px;
    margin-right: 0.5rem;
    position: relative;
    top: -3px;
}
}

.title-green {
    color: #24a0b1;
}

body:lang(en) .title-green {
    /*color: #333;*/
}

.title-blue {
    color: #1670b9;
}

.title-navy {
    color: #30445f;
}

section#main-banner p.main-subtitle {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 500 !important;
    margin-bottom: 3rem;
    /*letter-spacing: -0.15rem;*/
    color: #818181;
}

section#main-banner div .btn {
    border-radius: 23px;
    font-size: 1.1875rem;
    color: #fff;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    padding: 0;
    transition: all 0.3s ease;
}

section#main-banner div .btn span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}


section#main-banner div .btn-more {
    background-color: #ffa526;
    border-color: #ffa526;
    width: 240px;
    margin: 0 0.5rem;
}

section#main-banner div .btn-more:hover {
    background-color: #ff931c;
    border-color: #ff931c;
    background-color: #ff8816;
    border-color: #ff8816;
    transform: translateY(-3px);
    box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 15%);
}

section#main-banner div.main-banner-image {
    transition: all 0.6s ease;
}

section#main-banner div.main-banner-image img:hover {
    transform: translateY(-4px);
    /*cursor: pointer;*/
    /*box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 15%);*/
}



/* Technology */

section#technology {
    /*background-color: #fff;*/
}

.technology-image:hover {
    /*transform: translateY(-3px);
    box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 15%);
    transition: all 0.3s ease;*/
}

section#technology .technology-text h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.25rem;
}

section#technology .technology-text p {
    font-size: 22px;
    font-size: 1.375rem;
    font-size: 1.25rem;
    font-weight: 500;
    /*font-weight: 600;
    color: #797c80;
    color: #333;*/

}



/* services */

section#services {
    /*background-color: #fff8e7;*/
}

.services-box {
    margin-bottom: 2rem;
}

.services-image:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 15%);
    transition: all 0.3s ease;
}

.services-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 1.875rem;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 1.25rem;
}

.services-image {
    border: 10px solid #f3dca2;
    transition: all 0.2s ease-in-out;
    margin: 20px;
    background-color: #fff;
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
}

#sec02_1 {
    z-index: 900;
}

#sec02_2 {
    z-index: 800;
}

#sec02_3 {
    z-index: 700;
}

#sec02_4 {
    z-index: 600;
}

#sec02_5 {
    z-index: 500;
}

#sec02_6 {
    z-index: 400;
}



/* company member */

section#company h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    font-weight: 700;
    font-weight: 500;
    color: #333;
    margin-bottom: 1.25rem;
}

section#company table {
    margin-bottom: 3rem;
}

section#company table table {
    margin-bottom: 2.5rem;
    margin-bottom: 0.5rem;
    margin: 1rem 0;
    font-size: 0.9rem;
}

section#company table table > tbody > tr > td:nth-child(1) {
    width: 5rem;
}



/* company member */

.member-name {
    position: absolute;
}

body:lang(en) .member-name {
    position: static;
}

.member-cv {
    /*text-align: center;*/
    text-align: right;
}

body:lang(en) .member-cv {
    display: none;
}

.member-cv table {
    text-align: left;
}

.member-image {
    transition: all 0.2s ease-in-out;
    text-align: right;
}

.collapse {
    /*transition: all 0.3s ease;*/
}

.collapsing {
    /*position: relative;
    height: 0;
    overflow: hidden;*/
    transition: all 0.3s ease;
}

button.collapsed i.fa-minus::before {
    content: "\f067";
}

.col-anim {
    transition: all 0.2s ease-in-out;
}

.col-anim:hover

/*,
.company-image:hover,
.services-image:hover,
.data-source-image:hover*/
    {
    /*transform: translateY(-3px);*/
    /*box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 15%);*/
    /*cursor: pointer;*/
}

.company-image:hover,
.services-image:hover,
.data-source-image:hover {
    /*transform: translateY(-3px);
    box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 15%);
    transform: scale(1.05);*/
    /*cursor: pointer;*/
}



/* contact */

section#contact {
    /*background-color: #f7f8f9;
    background-color: #fff8e7;
    background-color: #E7F6F2;
    background-color: #f3f4f6;*/
}


section#contact div .btn {
    border-radius: 23px;
    font-size: 1.1875rem;
    color: #fff;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    padding: 0;
    transition: all 0.3s ease;
}

section#contact div .btn span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}


section#contact div .btn-more {
    background-color: #ffa526;
    border-color: #ffa526;
    width: 240px;
    margin: 0 0.5rem;
}

section#contact div .btn-more:hover {
    background-color: #ff931c;
    border-color: #ff931c;
    background-color: #ff8816;
    border-color: #ff8816;
    transform: translateY(-3px);
    box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 15%);
}

section#contact div.main-banner-image img {
    transition: all 0.6s ease;
}

section#contact div.main-banner-image img:hover {
    transform: translateY(-4px);
    /*cursor: pointer;*/
    /*box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 15%);*/
}



/* labs */

section#labs h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.25rem;
}

section#labs table {
    margin-bottom: 3rem;
}

section#labs table table {
    margin-bottom: 2.5rem;
    margin-bottom: 0.5rem;
    margin: 1rem 0;
    font-size: 0.9rem;
}



/* fix */
section#main-banner .col-6 {
    flex-basis: content;
}

section#main-banner div .btn span {
    margin-left: 0.05rem;
    margin-right: 0.05rem;
}

section#main-banner div.main-banner-image img:hover,
section#about div.main-banner-image img:hover {
    transform: none;
}



/* Print */
@media print {
    .fadeIn_up {
        opacity: 1;
        transform: translateY(0);
    }

    section {
        padding-top: 2.5rem;
    }

}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    section#main-banner h1.main-title img {
        width: 45px;
        margin-right: 0.75rem;
    }

    section#main-banner h1.main-title {
        font-size: 2rem;
    }

    body:lang(en) section#main-banner h1.main-title {
        font-size: 3.5rem;
        font-size: 3.2rem;
        font-size: 3.0rem;
        font-size: 2.6rem;
    }

    body:lang(en) section#main-banner h1.main-title span.text-green {
        font-size: 2.1rem;
    }

    section#main-banner h1.main-title .title-br2 {
        display: none;
    }

    .col-image {
        margin-bottom: 1.5rem;
    }

    section {
        /* padding-top: 3.0rem;*/
    }

    section#company table table > tbody > tr > td:nth-child(1) {
        width: 6rem;
    }

    footer div.container {
        max-width: 540px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


    section#main-banner h1.main-title img {
        width: 50px;
        margin-right: 0.75rem;
    }

    section#main-banner h1.main-title {
        font-size: 2.125rem;
    }

    body:lang(en) section#main-banner h1.main-title {
        font-size: 4.8rem;
        font-size: 4.0rem;
        font-size: 3.7rem;
        font-size: 3.3rem;
    }

    body:lang(en) section#main-banner h1.main-title span.text-green {
        font-size: 2.6rem;
    }

    section#main-banner h1.main-title .title-br2 {
        display: none;
    }

    section {
        /*padding-top: 3.0rem;*/
    }

    section#company table table > tbody > tr > td:nth-child(1) {
        width: 8rem;
    }

    footer div.container {
        max-width: 720px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    section#main-banner h1.main-title img {
        width: 50px;
        margin-right: 1rem;
    }

    section#main-banner h1.main-title {
        font-size: 2.125rem;
    }

    body:lang(en) section#main-banner h1.main-title {
        font-size: 5.0rem;
        font-size: 4.8rem;
        font-size: 4.3rem;
    }

    body:lang(en) section#main-banner h1.main-title span.text-green {
        font-size: 3.4rem;
    }

    section#main-banner h1.main-title .title-br2 {
        display: block;
    }

    .col-image {
        margin-bottom: 0;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        /*max-width: none;*/
    }

    section {
        /*padding-top: 3.0rem;*/
    }

    section#company table table > tbody > tr > td:nth-child(1) {
        width: 9rem;
    }

    footer div.container {
        max-width: 960px;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    section#main-banner h1.main-title img {
        width: 60px;
        margin-right: 1.5rem;
    }

    section#main-banner h1.main-title {
        font-size: 2.625rem;
    }

    body:lang(en) section#main-banner h1.main-title {
        font-size: 6rem;
        font-size: 5.4rem;
        font-size: 5.0rem;
    }

    body:lang(en) section#main-banner h1.main-title span.text-green {
        font-size: 4.0rem;
    }

    .col-image {
        margin-bottom: 0;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
        /*background-color: #e9ecef;*/
    }

    .main-banner-image img {
        position: relative;
        left: -40px;
        max-width: 889px;
    }

    section {
        /*padding-top: 3.5rem;*/
    }

    section#company table table > tbody > tr > td:nth-child(1) {
        width: 10rem;
    }

    footer div.container {
        max-width: 1200px;
    }
}
