﻿/* CSS Document */
body {
    opacity: 0;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #091520;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #2f2f2f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
    }

p a {
    color: #00a78d;
}

.open-menu {
    display: none;
}

.menu-responsive {
    display: none;
}

.green {
    color: #00a78d;
}

.d-flex {
    display: flex;
}

.mb-4 {
    margin-bottom: 4rem;
}

.w-fit-content {
    width: fit-content!important;
}

.image-box-left {
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.image-box-right {
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

    .image-box-right .img {
        background-size: cover;
        background-position: center;
        height: 600px;
        padding-bottom: 110px;
        width: 100%;
        position: relative;
    }

        .image-box-right .img .caption {
            position: relative;
            top: 490px;
            left: 0;
            right: 0;
            text-align: center;
            color: #fff;
            font-size: 20px;
            line-height: 24px;
            background-color: rgba(11, 119, 104, 0.8);
            padding: 20px;
            height: 110px;
        }

h1 {
    font-size: 51px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

h3 span {
    font-size: 20px;
}

.button-land {
    display: inline-block;
    padding: 20px 40px;
    background-color: #00a78d;
    border: none;
    border-radius: 0;
    color: #fff !important;
    margin-top: 15px;
    text-decoration: none !important;
}

    .button-land:hover, .button-land:focus {
        background-color: #01b77d;
        color: #006759 !important;
    }

/* Selection */
::selection {
    background: #00a78d;
    color: #fff;
}

::-moz-selection {
    background: #00a78d;
    color: #fff;
}

/* Header */
header {
    height: 150px;
    position: fixed;
    width: 100%;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

    header:hover {
        opacity: 1;
    }

    header .menu-bar {
        height: 100px;
        background-color: rgba(11, 119, 104, 1);
        border-bottom: solid 2px #006759;
    }

        header .menu-bar .logo-content {
            width: 114px;
            height: 114px;
            border-radius: 57px;
            padding-top: 8px;
            padding-left: 8px;
            background-color: rgba(11, 119, 104, 1);
            margin-top: 24px;
        }

    header a.mainlogo {
        width: 98px;
        height: 98px;
        background-image: url(images/logo.svg);
        display: block;
    }

    header .menu-bar ul.lang {
        float: right;
    }

        header .menu-bar ul.lang li {
            display: inline-block;
            margin-left: 1px;
            position: relative;
        }

            header .menu-bar ul.lang li a {
                padding: 0 13px;
                display: block;
                height: 35px;
                line-height: 35px;
                font-size: 12px;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
            }

            header .menu-bar ul.lang li.active a {
                background-color: #006759;
            }

    header .menu-bar ul.mainmenu {
        margin: 50px 0 0 0;
    }

        header .menu-bar ul.mainmenu li {
            display: inline-block;
            margin-left: 1px;
            position: relative;
        }

            header .menu-bar ul.mainmenu li a {
                padding: 0 16px;
                display: block;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
            }

            header .menu-bar ul.mainmenu li ul li {
                display: block;
            }

                header .menu-bar ul.mainmenu li ul li a {
                    color: #2f2f2f;
                    width: 100%;
                    font-size: 14px;
                }

                    header .menu-bar ul.mainmenu li ul li a:hover {
                        background-color: transparent;
                    }

            header .menu-bar ul.mainmenu li a:hover {
                color: #00a78d;
            }

            header .menu-bar ul.mainmenu li.lang {
                float: right;
            }

                header .menu-bar ul.mainmenu li.lang a {
                    background-color: #0b7768;
                }

            header .menu-bar ul.mainmenu li .lang-btn {
                background-color: #0b7768;
                padding: 0 10px;
                display: block;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                text-transform: uppercase;
            }

#ModalLang {
    z-index: 10000;
}

    #ModalLang .modal-content {
        border-radius: 0;
    }

    #ModalLang .modal-dialog {
        width: 230px;
    }

    #ModalLang .list-lang {
        padding: 0;
        margin: 0;
    }

        #ModalLang .list-lang li {
            padding: 0;
            margin: 0;
        }

            #ModalLang .list-lang li a {
                padding: 12px 6px;
                border-bottom: 1px solid #f4f4f4;
                display: block;
                height: 48px;
                line-height: 24px;
            }

                #ModalLang .list-lang li a:hover {
                    color: #fff;
                    background-color: #01b77d
                }

            #ModalLang .list-lang li.active a {
                color: #fff;
                background-color: #f7f8f9;
                color: #01b77d;
            }

.flag {
    width: 36px;
    height: 24px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
    float: left;
}

.lang-btn {
    cursor: pointer;
}

    .lang-btn .flag {
        margin-top: 8px;
    }

header .submenu-bar {
    height: 50px;
    background-color: #00a78d;
}

    header .submenu-bar ul.submenu {
        margin: 0;
    }

        header .submenu-bar ul.submenu li {
            display: inline-block;
            margin-left: 1px;
            position: relative;
        }

            header .submenu-bar ul.submenu li a {
                padding: 0 20px;
                display: block;
                height: 50px;
                line-height: 50px;
                font-size: 16px;
                font-weight: 300;
                color: #fff;
                margin-top: -1px;
            }

                header .submenu-bar ul.submenu li a:hover {
                    background-color: #008b76;
                }

/* Footer */
footer {
    background-color: #171717;
    border-top: 6px solid #000;
    padding-top: 80px;
    color: #8f9194;
    font-size: 16px;
}

    footer a.logo-footer {
        width: 98px;
        height: 98px;
        background-image: url(images/logo-green.svg);
        display: block;
    }

    footer a {
        color: #8f9194;
    }

        footer a:hover, footer a:focus {
            color: #00a78d;
            padding-left: 8px;
        }

    footer h3 {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    footer h4 {
        font-size: 17px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 16px;
        line-height: 30px;
    }

    footer ul.menu-footer li a {
        line-height: 28px;
        color: #8f9194;
    }

        footer ul.menu-footer li a:hover, footer ul.menu-footer li a:focus {
            color: #00a78d;
            padding-left: 8px;
        }

    footer .copy {
        margin-top: 100px;
        border-top: 3px solid #072636;
        padding: 35px 0;
    }

        footer .copy p {
            text-align: center;
        }

        footer .copy a {
            padding-right: 20px;
            float: right;
        }

            footer .copy a:hover, footer .copy a:focus {
                color: #00a78d;
            }

        footer .copy p, footer .copy a {
            color: #2a4f67;
            font-size: 13px;
            line-height: 16px;
        }

    footer ul.social li {
        display: inline-block;
    }

        footer ul.social li a {
            padding: 10px;
            font-size: 36px;
            color: #00a78d;
        }

            footer ul.social li a:hover, footer ul.social li a:focus {
                color: #fff;
            }

/* Banner */
.banner {
    height: 800px;
    background-size: cover;
    background-position: center;
}

    .banner .text-content {
        margin-top: 300px;
        color: #fff;
    }

.banner-mobile .text-content, .banner-mobile .text-content h1, .banner-mobile .text-content h3 {
    color: #fff !important;
}

        .banner .text-content a {
            color: #fff;
            text-decoration: underline;
        }

            .banner .text-content a:hover, .banner .text-content a:focus {
                color: #00a78d;
            }

.banner-anim {
    height: 800px;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    border-bottom: 6px solid #000;
}

.minibanner {
    height: 150px;
    background-color: #00a78d;
}

    .minibanner.transparent {
        background-color: transparent;
    }

/* Box content */
.box-content {
    position: relative;
}

    .box-content ul {
        list-style: circle;
        padding-left: 20px;
        margin: 0 0 10px 0;
    }

    .box-content.grey {
        background-color: #f7f8f9;
    }

    .box-content .text-table {
        display: table;
        height: 600px;
    }

    .box-content .text-table-mini {
        display: table;
        height: 150px;
    }

    .box-content .text-content {
        display: table-cell;
        vertical-align: middle;
    }

        .box-content .text-content.left {
            padding-right: 40px;
        }

        .box-content .text-content.right {
            padding-left: 40px;
        }

        .box-content .text-content h1, .box-content .text-content h2, .box-content .text-content h3 {
            margin-top: 0;
            color: #01b77d;
        }

        .box-content .text-content .subtitle {
            font-size: 15px;
            margin: 0 0 20px;
        }

        .box-content .text-content a {
            color: #01b77d;
            text-decoration: underline;
        }

            .box-content .text-content a:hover, .box-content .text-content a:focus {
                color: #00a78d;
            }

    .box-content img {
        width: 100%;
    }

.video-height {
    height: auto !important;
}

/* Product list home */
.product-list-home {
    margin-top: 50px;
    padding-bottom: 50px;
}

    .product-list-home .row {
        margin-left: 0;
        margin-right: 0;
    }

    .product-list-home .product-item {
        background-color: #edfdfd;
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .product-list-home .product-item .image-content {
            padding: 0;
            height: 0;
            padding-top: 50%;
            background-size: cover;
            background-position: center;
        }

        .product-list-home .product-item .text-content {
            padding: 10px;
        }

            .product-list-home .product-item .text-content p {
                font-size: 15px;
            }

            .product-list-home .product-item .text-content a {
                color: #01b77d;
                text-decoration: underline;
                font-size: 15px;
            }

                .product-list-home .product-item .text-content a:hover, .product-list-home .product-item .text-content a:focus {
                    color: #00a78d;
                }

/* Product list */
.product-list {
    margin-top: 50px;
    padding-bottom: 50px;
}

    .product-list .row {
        margin-left: 0;
        margin-right: 0;
    }

    .product-list .product-item {
        background-color: #edfdfd;
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .product-list .product-item .image-content {
            padding: 0;
            height: 0;
            padding-top: 50%;
            background-size: cover;
            background-position: center;
        }

        .product-list .product-item .text-content {
            padding: 10px;
        }

            .product-list .product-item .text-content p {
                font-size: 15px;
            }

            .product-list .product-item .text-content a {
                color: #01b77d;
                text-decoration: underline;
                font-size: 15px;
            }

                .product-list .product-item .text-content a:hover, .product-list .product-item .text-content a:focus {
                    color: #00a78d;
                }

/* Product item */
.box-content.product-detail {
    padding-top: 30px;
    padding-bottom: 30px;
}

.img-product {
    width: 209px;
}

.buttonmodal {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #00a78d;
    border: none;
    border-radius: 0;
    color: #fff;
}

.mouse-pointer {
    cursor: pointer;
}

.lg-pb-50 {
    padding-bottom: 70px;
}

/* Video product */
.video-product {
    margin-top: 30px;
    padding-bottom: 30px;
}

    .video-product h2 {
        color: #01b77d;
        margin-bottom: 20px;
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Gallery product */
.gallery-product {
    margin-top: 30px;
    padding-bottom: 30px;
}

    .gallery-product h2 {
        color: #01b77d;
        margin-bottom: 20px;
    }

    .gallery-product .item-gallery {
        width: 100%;
        display: block;
        background-size: cover;
        height: 200px;
        margin-bottom: 30px;
    }

/* Review product */
.review-product {
    margin-top: 30px;
    padding-bottom: 30px;
}

    .review-product h2 {
        color: #01b77d;
        margin-bottom: 20px;
    }

    .review-product h3 {
        font-size: 19px;
    }

    .review-product img {
        margin-right: 20px;
        padding-bottom: 90px;
    }

        .review-product img.pdf {
            margin-right: 0;
            padding-bottom: 0;
        }

    .review-product .link {
        margin-right: 0;
        padding-bottom: 0;
        padding: 8px;
        margin-right: 10px;
        margin-top: 8px;
        background-color: #00a78d;
        border: none;
        border-radius: 0;
        color: #fff;
        font-size: 13px;
    }

    .review-product p {
        font-size: 13px;
        margin: 0;
    }

/* Document product */
.document-product {
    margin-top: 30px;
    padding-bottom: 30px;
}

    .document-product h2 {
        color: #01b77d;
        margin-bottom: 20px;
    }

    .document-product img {
        float: left;
        margin-right: 10px;
        padding-bottom: 30px;
    }

    .document-product p {
        font-size: 12px;
        padding-top: 5px;
    }

/* Mission content */
.mission-content {
    background-image: url(Images/bgmission.jpg);
    background-color: #001d38;
    height: 580px;
    background-position: right;
    background-repeat: no-repeat;
}

    .mission-content ul {
        color: #fff;
        list-style: circle;
        padding-left: 20px;
    }

    .mission-content .text-table {
        display: table;
        height: 580px;
    }

    .mission-content .text-content {
        display: table-cell;
        vertical-align: middle;
    }

        .mission-content .text-content.left {
            padding-right: 40px;
        }

        .mission-content .text-content h1 {
            margin-top: 0;
            color: #fff;
        }

        .mission-content .text-content .subtitle {
            font-size: 15px;
            margin: 0 0 20px;
        }

        .mission-content .text-content p {
            color: #fff;
        }

        .mission-content .text-content a {
            color: #fff;
            text-decoration: underline;
        }

            .mission-content .text-content a:hover, .mission-content .text-content a:focus {
                color: #01b77d;
            }

/* Latest news */
.latest-news {
    margin-top: 20px;
    padding-bottom: 100px;
}

    .latest-news.grey {
        background-color: #f7f8f9;
    }

    .latest-news h1 {
        color: #01b77d;
        margin-bottom: 30px;
        font-size: 35px;
    }

    .latest-news h4 {
        margin-bottom: 10px;
    }

    .latest-news h3 {
        margin-top: 0;
    }

    .latest-news a {
        color: #00a78d;
        text-decoration: underline;
    }

        .latest-news a:hover, .latest-news a:focus {
            color: #01b77d;
        }

    .latest-news .item-news {
        min-height: 550px;
    }

        .latest-news .item-news .image-content {
            padding: 0;
            height: 0;
            padding-top: 67%;
            background-size: cover;
            background-position: center;
            display: block;
        }

/* About */
.box-content-about {
    position: relative;
    padding-top: 100px;
    background-position: center;
    background-attachment: fixed;
}

    .box-content-about .text-table {
        display: table;
        height: 900px;
    }

    .box-content-about .text-content {
        display: table-cell;
        vertical-align: top;
    }

        .box-content-about .text-content h1, .box-content-about .text-content h2, .box-content-about .text-content h3 {
            margin-top: 0;
            color: #fff;
        }

        .box-content-about .text-content p {
            color: #fff;
            font-size: 14px;
        }

/* Messagge */
.box-message {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .box-message .text-table {
        display: table;
    }

    .box-message .text-content {
        display: table-cell;
        vertical-align: top;
    }

        .box-message .text-content h1, .box-message .text-content h2, .box-message .text-content h3 {
            margin-top: 0;
            color: #fff;
        }

        .box-message .text-content p {
            color: #fff;
            font-size: 14px;
        }

    .box-message .button-land {
        background-color: #fff;
        color: #00a78d !important;
    }

        .box-message .button-land:hover, .button-land:focus {
            background-color: #dadada;
            color: #00a78d !important;
        }

/* Sales Network */
.sales-network-list {
    padding-top: 60px;
    margin-bottom: 100px;
}

    .sales-network-list .network-item {
        border: 1px solid #edfdfd;
        padding: 10px;
    }

/* About */
.box-content-sales-network {
    position: relative;
    padding-top: 100px;
    background-position: center;
    background-attachment: fixed;
}

    .box-content-sales-network .container {
        min-height: 900px;
    }

        .box-content-sales-network .container .row {
            padding-bottom: 80px;
        }

    .box-content-sales-network .text-content h3, .box-content-sales-network .text-content h4 {
        margin-top: 0;
        color: #fff;
    }

    .box-content-sales-network .text-content p {
        color: #fff;
        font-size: 14px;
    }

/* Faq */
.faq-list {
    margin-bottom: 100px;
}

    .faq-list .panel-heading {
        padding: 0;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .faq-list .panel-title {
        font-size: 20px;
        font-weight: 300;
    }

        .faq-list .panel-title a {
            padding: 20px 15px;
            display: block;
            color: #fff;
        }

    .faq-list .panel-default {
        border-color: #edfdfd;
    }

        .faq-list .panel-default > .panel-heading {
            color: #333;
            background-color: #00a78d;
            border-color: #00a78d;
        }

/* Contact */
.contact {
    margin-bottom: 100px;
}

/* Map */
#map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* News List */
.box-content.news-detail {
    padding-top: 80px;
    padding-bottom: 80px;
}

.box-content.landing {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-content .text-table.landing {
    height: 500px;
}

/* Form */
.form input, .form textarea, .form select {
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #ccc;
}

    .form input[type=checkbox], .form input[type=radio] {
        width: auto;
        height: auto;
    }

.form button {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #00a78d;
    border: none;
    border-radius: 0;
    color: #fff;
}

.form .button-send {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #00a78d;
    border: none;
    border-radius: 0;
    color: #fff;
}

.form .typecontact {
    margin: 12px 0;
    overflow: hidden;
}

.form .green {
    color: #00a78d;
}

.form label {
    margin-bottom: 0;
    font-size: 16px;
}

.form .privacy-label {
    margin-top: 20px;
    font-size: 13px;
}

    .form .privacy-label a {
        color: #00a78d;
        text-decoration: none;
    }

        .form .privacy-label a:hover, .form .privacy-label a:focus {
            color: #01b77d;
        }

.form .form-telephone {
    background-color: #e6e6e6;
    padding: 10px 10px 0 10px;
    margin-top: 30px;
}

    .form .form-telephone p {
        line-height: 45px;
    }

/* Error Page */
.error404ops {
    width: 100%;
    font-size: 40px;
    height: 90px;
    margin-top: 250px;
}

.error404 {
    font-size: 200px;
    width: 100%;
    height: 280px;
    margin-top: -80px;
    color: #00a78d;
}

.error404pagenotfound {
    font-size: 40px;
    margin-bottom: 200px;
}

.field-validation-error {
    color: #da3e1a;
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
}

/* Company Bar */
.company-bar {
    width: 100%;
    padding: 30px 0;
    background-color: #006759;
}

.company-bar-label {
    color: #fff;
    margin-top: 8px;
    font-size: 17px;
}

.company-bar-button {
    display: block;
    background-color: #00a78d;
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: none;
    text-align: center;
    padding: 20px;
}

    .company-bar-button:hover {
        background-color: #01b77d;
        color: #006759;
    }

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 5s infinite;
    -moz-animation: flickerAnimation 5s infinite;
    -o-animation: flickerAnimation 5s infinite;
    animation: flickerAnimation 5s infinite;
}


/*test check box list*/
label.labelcheckbox {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 15px;
}

label.labelcheckboxselect {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}

/* slick */
.slick-prev {
    left: 10px;
    z-index: 10;
    width: 50px;
    height: 50px;
}

.slick-next {
    right: 40px;
    z-index: 10;
    width: 50px;
    height: 50px;
}

    .slick-prev:before, .slick-next:before {
        font-size: 50px;
    }

.slick-dots li button:before {
    font-size: 13px;
}

.slick-dots {
    bottom: 10px;
}

    .slick-dots li.slick-active button:before {
        color: #fff;
    }

    .slick-dots li button:before {
        color: #fff;
    }


.container-fluid {
    padding: 0;
}

    .container-fluid .row {
        margin: 0;
    }

        .container-fluid .row .col-xs-12 {
            padding: 0;
        }

