﻿.open-menu {
    display: none;
}

.menu-responsive {
    display: none;
}

.hide-m {
    display: block;
}

.show-m {
    display: none;
}

.hiddenlg {
    display: none !important;
}

.item-testimonial {
    min-height: 250px;
}

@media only screen and (max-width : 1366px) {
    .image-content {
        width: 100%;
    }
}

@media only screen and (max-width : 1024px) {
    body {
        margin-top: 70px;
    }

    .hide-m {
        display: none;
    }

    .show-m {
        display: block;
    }

    header {
        top: 0;
        height: auto;
    }

    .minibanner {
        display: none;
    }

    .cont-logo-bar {
        width: 100%;
    }

    .image-content {
        width: 100%;
    }

    header .menu-bar {
        height: 70px;
    }

        header .menu-bar .logo-content {
            float: left;
            margin-top: 0;
            height: 90px;
            width: 90px;
        }

    header a.mainlogo {
        width: 75px;
        height: 75px;
    }

    header .menu-bar ul.mainmenu {
        display: none;
    }

    .show-m .submenu-bar {
        display: block;
        background-color: #00a78d;
        padding: 30px 0;
    }

        .show-m .submenu-bar ul.submenu li {
            display: block;
            text-align: center;
            color: #fff;
        }

            .show-m .submenu-bar ul.submenu li a {
                display: block;
                text-align: right;
                font-size: 16px;
                color: #fff;
                padding: 5px 0;
            }

    .open-menu {
        display: block;
        height: 50px;
        width: 50px;
        float: right;
        background-color: transparent;
        color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 24px;
        margin-top: 9px;
        cursor: pointer;
    }

    .menu-responsive {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: scroll;
        right: 100%;
        background-color: #00a78d;
        color: #f4f4f4;
        z-index: 10000;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .menu-responsive .header-menu {
            background-color: rgba(0, 55, 87, 1);
            height: 70px;
        }

            .menu-responsive .header-menu .logo-content {
                float: left;
                margin-top: 0;
                height: 90px;
                width: 90px;
                border-radius: 57px;
                padding-top: 8px;
                padding-left: 8px;
                background-color: rgba(0, 55, 87, 1);
            }

        .menu-responsive .cont-logo-main {
            float: left;
        }

        .menu-responsive .close-menu {
            display: block;
            height: 50px;
            width: 50px;
            float: right;
            background-color: transparent;
            color: #fff;
            text-align: center;
            line-height: 50px;
            font-size: 24px;
            margin-top: 9px;
            cursor: pointer;
        }

    .menu-responsive {
        top: 0;
    }

        .menu-responsive.block {
            top: 0;
            right: 0;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .menu-responsive .mainmenu-mobile {
            list-style: none;
            padding: 0;
            margin-top: 30px;
        }

            .menu-responsive .mainmenu-mobile li a {
                background-color: #00a78d;
                font-weight: bold;
                font-size: 16px;
                padding: 12px 12px 12px 24px;
                display: block;
                color: #fff;
                font-weight: 500;
                text-align: left;
                overflow: hidden;
            }

                .menu-responsive .mainmenu-mobile li a.collapsed {
                    font-weight: bold;
                    font-size: 15px;
                    padding: 12px 12px 12px 24px;
                    display: block;
                    border-bottom: 1px solid #799db2;
                    color: #fff;
                    font-weight: 500;
                    text-align: left;
                    background-color: #222;
                }

                .menu-responsive .mainmenu-mobile li a .caret {
                    float: right;
                    margin-top: 9px;
                }

                .menu-responsive .mainmenu-mobile li a:hover {
                    text-decoration: none;
                }

            .menu-responsive .mainmenu-mobile li .submenu-m {
                list-style: none;
                padding: 0;
            }

                .menu-responsive .mainmenu-mobile li .submenu-m li.submenu-link a {
                    font-weight: 500;
                }

            .menu-responsive .mainmenu-mobile li.open a,
            .menu-responsive .mainmenu-mobile li .dropdown-menu li a {
                background-color: #00a78d;
            }

    .visiblelg {
        display: none;
    }

    .hiddenlg {
        display: block !important;
    }

    .lang-btn {
        padding: 12px 12px 12px 24px;
    }

        .lang-btn .flag {
            display: none;
        }

    .review-product img {
        margin-right: 0;
        padding-bottom: 5px;
        float: none !important;
    }
}

@media only screen and (max-width : 992px) {
    .image-box-left,
    .image-box-right {
        position: relative;
        width: 100%;
        height: 560px;
    }

        .image-box-left .img,
        .image-box-right .img {
            position: relative;
            width: 100%;
            height: 560px;
            padding-bottom: 110px;
        }

            .image-box-right .img .caption {
                top: 450px;
                font-size: 20px;
                line-height: 24px;
            }

    .item-testimonial {
        min-height: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width : 768px) {
    .image-box-left,
    .image-box-right {
        position: relative;
        width: 100%;
        height: 420px;
    }

        .image-box-left .img,
        .image-box-right .img {
            position: relative;
            width: 100%;
            height: 420px;
            padding-bottom: 110px;
        }

            .image-box-right .img .caption {
                top: 310px;
                font-size: 18px;
                line-height: 19px;
            }

    .box-content .text-content.left {
        padding: 30px 0;
        display: block;
    }

    .box-content .text-content.right {
        padding: 30px 0;
        display: block;
    }

    .box-content .text-table {
        height: auto;
    }

    .product-list-home .product-item .text-content {
        padding: 20px 0;
    }

    .company-bar-label {
        text-align: center;
    }

    .company-bar-button {
        margin-bottom: 20px;
    }

    .banner-mobile .text-content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width : 480px) {
    .image-box-left,
    .image-box-right {
        position: relative;
        width: 100%;
        height: 270px;
    }

        .image-box-left .img,
        .image-box-right .img {
            position: relative;
            width: 100%;
            height: 260px;
            padding-bottom: 110px;
        }

            .image-box-right .img .caption {
                top: 185px;
                font-size: 13px;
                line-height: 18px;
                padding: 10px;
            }

    .banner-anim {
        height: 50vh;
    }

    .banner .text-content {
        margin-top: 10%;
    }

    #ModalLang .modal-dialog {
        width: 100%;
        margin: 0;
        min-height: 100vh;
    }

    .mission-content {
        height: auto;
        padding-top: 70%;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 200%;
    }

        .mission-content .text-content {
            padding-bottom: 30px;
        }

    .latest-news .item-news {
        min-height: auto;
        padding-bottom: 30px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 14px;
    }

    header .submenu-bar {
        height: auto;
    }

    .box-message {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .box-content .text-table-mini {
        height: auto;
        padding: 20px 15px;
    }

    .box-content.grey {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .box-content.news-detail {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .latest-news {
        margin-top: 0;
        padding-bottom: 0;
    }

    .box-content.landing {
        padding-top: 0;
        padding-bottom: 0;
    }

    .box-content-sales-network .container .row {
        padding-bottom: 0;
        text-align: center;
    }

    .box-content-sales-network .text-content h3 {
        margin-top: 30px;
        color: #fff;
        margin-bottom: 0;
    }

    .box-content-sales-network .text-content h4 {
        margin-top: 0;
    }

    .contact .form {
        padding: 15px;
    }

    .box-content-about .text-table {
        padding-bottom: 40px;
        height: auto;
    }

    footer {
        text-align: center;
    }

        footer a.logo-footer {
            margin: 0 auto;
        }

        footer h4 {
            text-align: center;
        }

        footer ul.social {
            margin: 0 auto;
            display: table;
        }

        footer .copy {
            margin-top: 20px;
            border-top: 3px solid #072636;
            padding: 12px 0;
        }

            footer .copy p, footer .copy a {
                font-size: 13px;
                line-height: 15px;
            }

            footer .copy a {
                padding-right: 0;
                float: none;
            }

    .slick-dots {
        bottom: -35px;
    }

        .slick-dots li button:before {
            font-size: 8px;
        }

        .slick-dots li.slick-active button:before {
            color: #00a78d;
        }

        .slick-dots li button:before {
            color: #00a78d;
        }

    .latest-news .col-xs-12 {
        margin-bottom: 50px
    }

        .latest-news .col-xs-12 h3 {
            margin-bottom: 10px
        }
}
