﻿body {
    font-family: "Helvetica Neue LT Pro"
}
header {
    background: #f9f9fa
}
header .navbar-collapse{
    padding-top:20px
}
.ov_hidden{ overflow:hidden}
.section__company {
    margin: 30px 0
}
    .section__company .col-lg-4, .section__company .col-sm-6, .section__company .col-xs-12, .section__company .col-12, .section__company .col-md-4 .section__company .col-md-6 {
        padding:0 7px
    }
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128,58,45, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.company_film_btn{ padding-left:30px; position:relative}
.company_film_btn span {
    display: inline-block;
    padding-left: 10px
}
.company_film_ico {
    position:absolute;
    top:10px;
    left:20px;
    content: "";
    background: url(/img/company_film_ico.png);
    width: 23px;
    height: 19px;
    display: inline-block;
}
.company__box {
    position: relative;
    height:350px;
    display:block;
    overflow:hidden;
    margin-bottom:15px;
    background-repeat:no-repeat;
    background-position:center center
}
.hover__ac {
    height:0;
    opacity:0;
    z-index: 3;
    transition: background 0.5s ease;
}
.hover__ac p{
    color:#fff !important
}
.company__box:hover {
    cursor: pointer;
    transition: background 0.5s ease
}
    .company__box:hover .hover__ac {
        display: block;
        width: 100%;
        height: 350px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        transition: background 0.5s ease;
        background: rgba(128, 58, 45, 0.8);
        color: #fff;
        text-align: center;
        font-size: 18px;
        padding: 7rem 2rem
    }
        .company__box:hover .hover__ac span {
            display: block;
            font-size: 24px;
            padding-bottom: 10px;
            font-family: "Helvetica Bold"
        }
        .col-lg-12 .company__box:hover .hover__ac p {
            max-width:50%;
            margin:0 auto
        }
    .company__box img {
        position: absolute;
        z-index:1;
        width:100%
    }
.company__box .company__box_title {
    font-size: 24px;
    color: #fefefe;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    font-family: "Helvetica Bold";
    text-shadow: 2px 2px 5px #000
}
.socialresponsibility .col-lg-6, .socialresponsibility .col-sm-12, .socialresponsibility .col-xs-12, .socialresponsibility .col-12, .socialresponsibility .col-md-6 {
    padding: 0 7px
}
.blue_link {
    color: #2a5dae;
    text-decoration: underline
}
    .blue_link:hover {
        color: #2a5dae;
        text-decoration: underline
    }
footer {
    padding: 30px 0;
    font-family: "HelveticaNeueLT Std Lt Cn";
    border-top: 1px solid #e9e9e9
}
    footer ul {
        float: right;
        list-style: none;
        padding-left: 0;
        padding-top:20px
    }
    footer ul li{
        float: left;
        padding-left:25px
    }
        footer ul li a {
            color: #5a585c;
            font-size:16px;
        }
            footer ul li a:hover {
                color: #9a6358;
                text-decoration:none
            }

.hazelnut_ico {
    position: relative;
}
    .hazelnut_ico img {
        position: absolute;
        top: -95px
    }
.left_leaf_ico {
    position: relative;
}
    .left_leaf_ico img {
        position: absolute;
        top: -80px
    }
.right_leaf_ico {
    position: relative;
}
    .right_leaf_ico img {
        position: absolute;
        top: -20px;
        right:0
    }

.page__banner {
    width: 100%;
    height: 180px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center
}
.section__detail {
    margin: 30px 0
}

.section__detail h1 {
    color: #5a585c;
    font-size: 30px;
    font-family: "Helvetica Bold";
    padding:20px 0
}
.mb-30 {
    margin-bottom: 30px
}
.pt-0 {
    padding-top:0
}
.section__detail p {
    color: #212529;
    font-size: 16px
}

.section__aman_detail {
    margin: 30px 0
}
    .section__aman_detail p {
        color: #212529;
        font-size: 16px
    }

    .section__aman_detail h1 {
        color: #5a585c;
        font-size: 30px;
        font-family: "Helvetica Bold";
        padding: 20px 0;
        text-align:left
    }
    .section__aman_detail .explanation {
        font-size: 16px;
        text-align: left;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 30px
    }
    .section__aman_detail .accordion .btn-link {
        width: 100%;
        display: inline-block;
        text-align: left;
        color: #5f5353;
        font-size: 16px;
        font-family: "Helvetica Bold";
    }
        .section__aman_detail .accordion .btn-link:hover, .section__aman_detail .accordion .btn-link:focus {
            text-decoration: none
        }
    .section__aman_detail .accordion .btn-link:after {
        background: url(/img/acc_minus_icon.jpg) no-repeat center center;
        display: inline-block;
        width: 20px;
        height: 20px;
        content: "";
        float: right;
    }
    .section__aman_detail .accordion .btn-link.collapsed:after {
        background: url(/img/acc_plus_icon.png) no-repeat center center;
    }
    .section__aman_detail .card-header {
        padding: 0;
        margin-bottom: 5px;
        border: #e8e8e8 solid 1px;
        background: #f6f6f6;
        border-radius:0
    }
    .section__aman_detail .accordion > .card {
        border:none
    }
    .section__aman_detail .accordion > .card .card-header {
        margin-bottom: 5px
    }
.img_100 {
    width: 100%
}
.pt-20{ padding-top:20px}
.section__contact {
    margin: 30px 0
}
    .section__contact .dealer__title {
        color: #5a585c;
        font-size: 20px;
        font-family: "Helvetica Bold";
    }
    .section__contact .dealer__sub_title {
        color: #5a585c;
        font-size: 16px;
        font-family: "Helvetica Bold";
    }
    .section__contact .contact__box {
        border-bottom: #ececec solid 1px;
        margin-bottom:30px;
        padding:30px
    }
    .section__contact .contact__box:last-child {
        border-bottom:none;
    }
        .section__contact .contact__box .contact__box_content {
            color: #898989;
            font-size:16px;
        }
            .section__contact .contact__box .contact__box_content .address_box, .section__contact .contact__box .contact__box_content .team_box, .section__contact .contact__box .contact__box_content .phone_box, .section__contact .contact__box .contact__box_content .mobile_box, .section__contact .contact__box .contact__box_content .mail_box {
                position: relative;
                padding: 20px 0 20px 45px;
                position: relative;
            }
                .section__contact .contact__box .contact__box_content .address_box::after {
                    content: "";
                    left: 0;
                    top: 20px;
                    position:absolute;
                    background: url(/img/map_ico.png);
                    width: 23px;
                    height: 28px;
                }
                .section__contact .contact__box .contact__box_content .team_box {
                    cursor:pointer
                }
                .section__contact .contact__box .contact__box_content .team_box .team__img {
                    position: absolute;
                    left: 0;
                    top: 15px;
                }
                .section__contact .contact__box .contact__box_content .team_box .team__img_big {
                    position: absolute;
                    opacity: 0;
                    left: 0;
                    transition: opacity 0.5s;
                    top: 15px;
                }
                .section__contact .contact__box .contact__box_content .team_box:hover .team__img_big {
                    position: absolute;
                    left: 0;
                    opacity: 1;
                    z-index: 9;
                    transition: opacity 0.5s;
                    top: -35px;
                }
                .section__contact .contact__box .contact__box_content .phone_box::after {
                    content: "";
                    left: 0;
                    top: 15px;
                    position: absolute;
                    background: url(/img/phone_ico.png);
                    width: 30px;
                    height: 25px;
                }
                .section__contact .contact__box .contact__box_content .mobile_box::after {
                    content: "";
                    left: 7px;
                    top: 15px;
                    position: absolute;
                    background: url(/img/mobile_ico.png);
                    width: 16px;
                    height: 26px;
                }
                .section__contact .contact__box .contact__box_content .mail_box::after {
                    content: "";
                    left: 0;
                    top: 22px;
                    position: absolute;
                    background: url(/img/mail_ico.png);
                    width: 26px;
                    height: 21px;
                }
        .section__contact .contact__box .contact__box_content a{
            color: #898989;
            font-size: 16px;
        }
            .section__contact .contact__box .contact__box_content a:hover {
                color: #853828;
                font-size: 16px;
                text-decoration:none
            }

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 100%;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 45px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0;
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0;
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        /* width will be set using JavaScript */
        background: #e9e9e9;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #6a9f8b;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        width: 100px;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 16px;
        padding-bottom: 15px;
        color: #383838;
        /* fix bug on Safari - text flickering while timeline translates */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        color: #5a585c;
        padding: 5px;
        margin-bottom: 20px;
    }
        /* custom*/
        .cd-horizontal-timeline .events a::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 20px;
            background: #fff;
            bottom: -20px;
            left: 50%;
        }
        .cd-horizontal-timeline .events a:focus, .cd-horizontal-timeline .events a:hover {
            text-decoration: none
        }
        .cd-horizontal-timeline .events a::after {
            /* this is used to create the event spot */
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -25px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 2px solid #e9e9e9;
            background-color: none;
            -webkit-transition: background-color 0.3s, border-color 0.3s;
            -moz-transition: background-color 0.3s, border-color 0.3s;
            transition: background-color 0.3s, border-color 0.3s;
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #6a9f8b;
    border-color: #fff;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #6a9f8b;
        border-color: #6a9f8b;
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #6a9f8b;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 3em auto;
    }

        .cd-horizontal-timeline::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'desktop';
        }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 2px solid #803a2d;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        /* arrow icon */
        content: '';
        position: absolute;
        height: 22px;
        width: 12px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background:url(/img/history_ico.png)
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
        color: #fff;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #803a2d;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
    border: 2px solid #e9e9e9;
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 0 -22px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #803a2d;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin:0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.events-content ol {
    list-style: none;
    padding:0
}
    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        text-align:center;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            /* visible event content */
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }

        .cd-horizontal-timeline .events-content li > * {
            max-width: 800px;
            margin: 0 auto;
        }
        .cd-horizontal-timeline .events-content li > img {
            max-width: 100%;
        }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: bold;
        font-size: 3em !important;
        font-weight: 700;
        line-height: 1.2;
    }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto;
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- ';
        }

    .cd-horizontal-timeline .events-content p {
        font-size:16px !important;
        color: #212529;
        text-align:left;
        padding:30px
    }
    .cd-horizontal-timeline .events-content img {
        border-radius:5px
    }
    .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
        line-height: 1.6;
    }

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 1.5em !important;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.cd-timeline-navigation {
    list-style: none;
    padding:0;
    margin: 0;
}
.events ol{list-style:none;
           padding:0; margin:0
}

.certificates__box {
    position: relative;
    height: 174px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center center
}
    .certificates__box img {
        border: #e9e9e9 solid 1px;
        border-radius:5px;
        width:100%;
    }
    .certificates__box:hover {
        cursor: pointer;
        transition: background 0.5s ease
    }

    .certificates__box:hover .hover__ac {
        display: block;
        width: 100%;
        height: 174px;
        position: absolute;
        border-radius:5px;
        top: 0;
        left: 0;
        opacity: 1;
        transition: background 0.5s ease;
        background: rgba(128, 58, 45, 0.8);
        color: #fff;
        text-align: center;
        font-size: 18px;
        padding: 4rem 2rem
    }

        .certificates__box:hover .hover__ac span {
            display: block;
            font-size: 24px;
            padding-bottom: 10px;
            font-family: "Helvetica Bold"
        }
.red_text {
    color: #803a2d
}
.section__product {
    margin: 30px 0
}

    .section__product h1 {
        color: #5a585c;
        font-size: 30px;
        font-family: "Helvetica Bold";
        padding: 20px 0;
        text-align:center;
        text-transform: uppercase;
    }
    .section__product .nav-tabs {
        border: none;
        display: none
    }
@media(min-width:992px) {
    .section__product .nav-tabs {
        display: flex;
    }

    .section__product .card {
        border: none;
    }

        .section__product .card-header {
            display: none;
        }

        .section__product .collapse {
            display: block;
        }
}

@media(max-width:991px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}
    
    .section__product .nav-tabs .nav-item {
        margin-right: 8px;
    }
        .section__product .nav-tabs .nav-item .nav-link {
            background: #fff;
            border: #6a9f8b solid 1px;
            border-radius: 5px;
            color: #5a585c;
            font-size:14px;
        }
            .section__product .nav-tabs .nav-item .nav-link.active {
                background: #6a9f8b;
                border: #6a9f8b solid 1px;
                border-radius: 5px;
                color:#fff
            }
    .section__product .tab-content {
        padding:30px
    }
    .section__product .product__box {
        position: relative;
        text-align: center;
        padding: 50px 0;
        font-size: 14px;
        color: #5f5353
    }
.section__product .card-header {
    padding:0;
    margin-bottom:10px;
}
    .section__product .card-header a.collapsed {
        width: 100%;
        display: inline-block;
        padding: .75rem 1.25rem;
        background: #fff;
        border: #6a9f8b solid 1px;
        border-radius: 5px;
        color: #5a585c;
    }
    .section__product .card-header a {
        width: 100%;
        display: inline-block;
        padding: .75rem 1.25rem;
        background: #6a9f8b;
        border: #6a9f8b solid 1px;
        border-radius: 5px;
        color: #fff
    }
        .section__product .card-header a:focus, .section__product .card-header a:hover {
            text-decoration:none
        }
        .section__product .product__box .product_info_left_top {
            position:absolute;
            top:20px;
            left:50px;
            z-index:1;
            width:270px;
            text-align:right
        }
            .section__product .product__box .product_info_left_top::after {
                position: absolute;
                top: -10px;
                left: 95px;
                content: "";
                background: url(/img/product_after_left_ico.png);
                width: 202px;
                height: 33px;
                z-index: 2
            }
        .section__product .product__box .product_info_right_top {
            position: absolute;
            top: 20px;
            right: 50px;
            z-index: 1;
            width: 270px;
            text-align:left
        }
            .section__product .product__box .product_info_right_top::after {
                position: absolute;
                top: -10px;
                right: 95px;
                content: "";
                background: url(/img/product_after_right_ico.png);
                width: 202px;
                height: 33px;
                z-index: 2
            }
        .section__product .product__box .product_info_left_bottom {
            position: absolute;
            bottom: 0;
            left: 50px;
            z-index: 1;
            width: 270px;
            text-align:right
        }
            .section__product .product__box .product_info_left_bottom::after {
                position: absolute;
                bottom: -10px;
                left: 95px;
                content: "";
                background: url(/img/product_after_left_btm_ico.png);
                width: 202px;
                height: 33px;
                z-index: 2
            }
        .section__product .product__box .product_info_right_bottom {
            position: absolute;
            bottom: 0;
            right: 50px;
            z-index: 1;
            width: 270px;
            text-align:left
        }

            .section__product .product__box .product_info_right_bottom::after {
                position: absolute;
                bottom: -10px;
                right: 95px;
                content: "";
                background: url(/img/product_after_right_btm_ico.png);
                width: 202px;
                height: 33px;
                z-index: 2
            }

.section__package {
    margin: 30px 0 0 0;
}
    .section__package h1 {
        color: #5a585c;
        font-size: 30px;
        font-family: "Helvetica Bold";
        padding: 20px 0;
        text-align: left;
        text-transform: uppercase;
    }
    .section__package .textinfo {
        color: #212529;
        padding: 20px 0;
        text-align: left;
    }
.section__package_content {
    background: #e1ece7
}
.nav_tabs_menu {
    position: relative
}
    .nav_tabs_menu .nav_tabs_menu_title {
        position: absolute;
        z-index: 2;
        color: #5f5353;
        font-size: 16px;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        top: 40px;
        text-align: center;
        font-family: "Helvetica Bold";
    }

.section__package .nav-tabs {
    width: 637px;
    margin: 0 auto;
    background: url(/img/package_bg.jpg) center top no-repeat;
    height: 316px;
    border: none;
    position: relative
}
    .section__package .nav-tabs .nav-link {
        width: 73px;
        height: 73px;
        display: inline-block;
        border-radius: 50px;
        padding:0;
        border:none
    }
        
    .section__package .nav-tabs .package1 {
        width: 75px;
        height: 75px;
        border: #e5e5e5 solid 1px;
        border-radius:50px;
        position:absolute;
        top:40px;
        left:65px
    }
    .section__package .nav-tabs .package1 a::after {
        background:url(/img/package_ico_1.png) no-repeat;
        width:24px;
        height:31px;
        position:absolute;
        content:"";
        top:21px;
        left:24px
    }
    .section__package .nav-tabs .package2 {
        width: 75px;
        height: 75px;
        border: #e5e5e5 solid 1px;
        border-radius: 50px;
        position: absolute;
        top: 120px;
        left: 115px
    }

        .section__package .nav-tabs .package2 a::after {
            background: url(/img/package_ico_2.png) no-repeat;
            width: 41px;
            height: 41px;
            position: absolute;
            content: "";
            top: 15px;
            left: 17px
        }
    .section__package .nav-tabs .package3 {
        width: 75px;
        height: 75px;
        border: #e5e5e5 solid 1px;
        border-radius: 50px;
        position: absolute;
        top:175px;
        left: 270px;
        margin-left:-75px
    }

        .section__package .nav-tabs .package3 a::after {
            background: url(/img/package_ico_3.png) no-repeat;
            width: 29px;
            height: 42px;
            position: absolute;
            content: "";
            top: 16px;
            left: 23px
        }
    .section__package .nav-tabs .package4 {
        width: 75px;
        height: 75px;
        border: #e5e5e5 solid 1px;
        border-radius: 50px;
        position: absolute;
        bottom: 50px;
        left: 290px
    }

        .section__package .nav-tabs .package4 a::after {
            background: url(/img/package_ico_4.png) no-repeat;
            width: 27px;
            height: 41px;
            position: absolute;
            content: "";
            top: 15px;
            left: 24px
        }
    .section__package .nav-tabs .package5 {
        width: 75px;
        height: 75px;
        border: #e5e5e5 solid 1px;
        border-radius: 50px;
        position: absolute;
        top: 175px;
        right: 180px;
    }

        .section__package .nav-tabs .package5 a::after {
            background: url(/img/package_ico_5.png) no-repeat;
            width: 36px;
            height: 46px;
            position: absolute;
            content: "";
            top: 15px;
            left: 18px
        }
    .section__package .nav-tabs .package6 {
        width: 75px;
        height: 75px;
        border: #e5e5e5 solid 1px;
        border-radius: 50px;
        position: absolute;
        top: 120px;
        right: 105px
    }

        .section__package .nav-tabs .package6 a::after {
            background: url(/img/package_ico_6.png) no-repeat;
            width: 35px;
            height: 46px;
            position: absolute;
            content: "";
            top: 13px;
            left: 20px
        }
    .section__package .nav-tabs .package7 {
        width: 75px;
        height: 75px;
        border: #e5e5e5 solid 1px;
        border-radius: 50px;
        position: absolute;
        top: 40px;
        right: 50px
    }

        .section__package .nav-tabs .package7 a::after {
            background: url(/img/package_ico_7.png) no-repeat;
            width: 52px;
            height: 27px;
            position: absolute;
            content: "";
            top: 25px;
            left: 10px
        }
.section__package .tab-content {
    padding: 50px 0;
    color: #212529;
    font-size:16px
}
.section__package .package_title {
    color: #5f5353;
    font-size: 20px;
    padding-bottom:30px;
}
    .section__package .package_title span {
        color: #5f5353;
        font-size: 18px;
    }
.package_mobile{ padding:30px 0}
    .package_mobile .card {
        background:none;
        border:none
    }
    .package_mobile .card-header {
        padding: 0;
        margin-bottom: 10px !important;
    }
        .package_mobile .card-header button {
            width: 100%;
            display: inline-block;
            padding: .75rem 1.25rem;
            background: #6a9f8b;
            border: #6a9f8b solid 1px;
            border-radius: 5px;
            color: #fff;
            font-size: 1.25rem
        }
        .package_mobile .card-header button.collapsed {
            width: 100%;
            display: inline-block;
            padding: .75rem 1.25rem;
            background: #fff;
            border: #6a9f8b solid 1px;
            border-radius: 5px;
            color: #5a585c;
        }
        .package_mobile .card-header button:hover {
            text-decoration: none;
        }

@media only screen and (max-width: 767px) {
    .ov_hidden {
        overflow: visible
    }
    .h-100{height:auto !important}
    .section__company .col-xs-12, .section__company .col-12 {
        padding: 0 15px
    }
    .owl-carousel .owl-stage-outer{overflow:visible}
    .section__product .tab-content {
        padding: 0
    }
    footer ul {
        float: left;
    }
    .section__product h1{ font-size:22px}
    .section__product .product__box {
        padding: 0
    }
    .section__product .product__box img{
        padding: 30px 0
    }
    .section__product .product__box .product_info_left_top, .section__product .product__box .product_info_right_top, .section__product .product__box .product_info_left_bottom, .section__product .product__box .product_info_right_bottom {
        position: relative;
        text-align: left;
        padding-left: 20px;
        padding-top:5px;
        padding-bottom:5px
    }
        .section__product .product__box .product_info_left_top::after, .section__product .product__box .product_info_right_top::after, .section__product .product__box .product_info_left_bottom::after, .section__product .product__box .product_info_right_bottom::after {
            background: url(/img/product_after_m_ico.png);
            width: 14px;
            height: 14px;
            left: 0;
            top: 10px;
            
        }
    footer ul li {
        float: none;
        padding-left: 0;
        padding-bottom: 10px
    }

    .col-lg-6 .company__box {
        min-height: 265px;
        height:auto
    }
    .company_film_btn {
        padding-left: 20px;
        position: relative
    }
    .col-lg-6 .company__box:hover .hover__ac {
        min-height: 265px;
        height: auto
    }
    .company_film_ico {
        position: absolute;
        top: 10px;
        left: 0px;
        content: "";
        background: url(/img/company_film_ico.png);
        width: 23px;
        height: 19px;
        display: inline-block;
    }
    .cd-horizontal-timeline .events-content p{
        padding:30px 0
    }
    .language-menu .submenu {
        min-width: 100%;
        left: 0
    }
    .navbar {
        z-index: 100
    }
    .navbar-collapse{ background:#fff}
        .navbar-collapse .navbar-nav{ padding:0 15px}
            .navbar-collapse .navbar-nav .submenu{ position:relative; top:0}
    .nav-item .submenu, .nav-item:hover .submenu{ display:none}
    .nav-item:hover .submenu{ display:block}
    .slider-item .fix-content {
        width: 100%;
        top: 100px
    }
    .navbar-brand{ width:50%; padding-left:15px}
    .nav-wrapper{ display:none}
    button:focus {
        outline: none
    }
    header {
        z-index: 100
    }
    .silder-left {
        position: absolute;
        top: 570px;
        width: 90%;
        margin: 0 5%
    }
    .hazelnut_ico img {
        position: absolute;
        top: -70px
    }
    .col-lg-12 .company__box:hover .hover__ac p {
        max-width: 100%;
        margin: 0 auto
    }
    .left_leaf_ico {
        display:none
    }
    .right_leaf_ico {
        display: none
    }
    .certificates__box {
        height: 270px;
    }
        .certificates__box:hover .hover__ac {
            height: 270px;
        }

    .slider__spotText {
        margin-top: -100px;
    }
    .silder-left{ margin-bottom:30px}
    .slider-item{ min-height:750px}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .section__product h1 {
        font-size: 22px
    }

    .section__product .product__box {
        padding: 0
    }

        .section__product .product__box img {
            padding: 30px 0
        }

        .section__product .product__box .product_info_left_top, .section__product .product__box .product_info_right_top, .section__product .product__box .product_info_left_bottom, .section__product .product__box .product_info_right_bottom {
            position: relative;
            text-align: left;
            padding-left: 20px;
            padding-top: 5px;
            padding-bottom: 5px
        }

            .section__product .product__box .product_info_left_top::after, .section__product .product__box .product_info_right_top::after, .section__product .product__box .product_info_left_bottom::after, .section__product .product__box .product_info_right_bottom::after {
                background: url(/img/product_after_m_ico.png);
                width: 14px;
                height: 14px;
                left: 0;
                top: 10px;
            }
    .certificates__box {
        height: 174px;
    }

        .certificates__box:hover .hover__ac {
            height: 174px;
        }
    header {
        height: 135px
    }
    .navbar-brand {
        width: 100%;
        float: none
    }
    footer ul li {
        float: left;
        padding-left: 15px;
    }
    .hazelnut_ico img {
        position: absolute;
        top: -55px
    }
    .col-lg-12 .company__box:hover .hover__ac p {
        max-width: 100%;
        margin: 0 auto
    }
    .cd-horizontal-timeline .events-content p {
        padding: 30px 0
    }
}
