html,
body {
    position: relative;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

#main_content{
    width: 100%;
}

.social-nav{
    position: fixed;
    width: 100%;
    height: 45px;
    top: 0;
    background-color: #ff2e2e;
    z-index: 100;
}

.social-nav-container{
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    height: 70px;
    padding-left: 10px;
    margin: auto;
}

.social-nav-icon{
    position: relative;
    width: 40px;
    height: 45px;
    line-height: 42px;
    font-size: 20px;
    text-align: right;
    color: #FFFFFF;
    float: right;
}

.social-nav-icon:hover{
    color: #FFFFFF;
}

.social-nav-icon-left{
    position: relative;
    width: 30px;
    height: 45px;
    line-height: 42px;
    font-size: 18px;
    text-align: left;
    color: #FFFFFF;
    float: left;
}

.social-nav-title-left{
    position: relative;
    width: auto;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #FFFFFF;
    float: left;
}


.navbar{
    position: fixed;
    width: 100%;
    height: 70px;
    left: 0;
    top: 45px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #f2f2f2;
    z-index: 100;
}

.navbar-container{
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    height: 70px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
}

.nav-logo{
    position: relative;
    width: 100px;
    height: 65px;
    line-height: 70px;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    background-image: url("../img/logo.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 2px;
    margin-right: 10px;
    float: left;
}

.nav-logo-text{
    position: relative;
    width: 150px;
    height: 70px;
    float: left;
}

.nav-logo-text-title{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    color: #000000;
    float: left;
}

.nav-logo-text-heading{
    position: relative;
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 18px;
    margin-top: -7px;
    color: #000000;
    float: left;
}

.nav-language{
    position: relative;
    width: auto;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    margin-left: 30px;
    color: #db3f25;
    float: right;
}

.nav-language i{
    padding-left: 10px;
}

.nav-language:hover{
    cursor: pointer;
}


.nav-language:hover .nav-language-dropdown{
    display: block;
}

.nav-language-dropdown{
    position: absolute;
    right: 0;
    width: 200px;
    height: auto;
    background-color: #FFFFFF;
    display: none;
    top: 70px;
}

.nav-language-dropdown-item{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 10px;
    color: #000;
    text-decoration: none;
    float: left;
}

.nav-language-dropdown-item:hover{
    cursor: pointer;
    background-color: #f8edcc;
    color: #000;
}

.nav-menu-item{
    position: relative;
    width: auto;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    color: #000000;
    text-decoration: none;
    float: right;
}

.nav-menu-item-active{
    color: #007cff;
    border-bottom: 4px solid #007cff;
}

.nav-menu-item:hover{
    cursor: pointer;
    color: #007cff;
}

.nav-menu-item-mobile{
    position: relative;
    width: 60px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    color: #000000;
    text-align: right;
    cursor: pointer;
    display: none;
    float: right;
}

.product-item-det{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align: center;
    align-items: center;
    align-content: center;
    float: left;
}

.nav-menu-mobile-dropdown{
    position: fixed;
    width: 300px;
    height: 100%;
    top: 45px;
    background-color: #FFFFFF;
    display: none;
    right: 0;
    z-index: 100;
}

.nav-menu-mobile-dropdown-item-heading{
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
    font-size: 16px;
    color: #908e8e;
    margin-top: 20px;
    float: left;
}

.nav-menu-mobile-dropdown-item{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    float: left;
}

#about-view,#production-view,#mission-view,#achievements-view,#gallery-view,#contacts-view{
    scroll-margin-top: 100px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    flex-shrink: 0;
    display: block;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.myCarousel{
    display: table;
    width: 100%;
    height: 700px;
    margin-top: 116px;
}

.awardSwiper{
    position: relative;
    width: 100%;
    height: 450px;
    float: left;
}

.slide-info-wrapper{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.slide-new-badge{
    position: relative;
    width: auto;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #e54934;
    margin-left: 70px;
    color: #FFF;
    margin-top: 160px;
    margin-bottom: 15px;
    float: left;
}

.slide-heading{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 50px;
    line-height: 50px;
    padding-left: 70px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    float: left;
}

.slide-heading-desc{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 22px;
    padding-left: 70px;
    color: #FFF;
    text-align: left;
    margin-top: 15px;
    float: left;
}

.products-wrapper{
    display: table;
    width: 100%;
    height:auto;
}

.regular-wrapper{
    display: table;
    width: 90%;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.product-item-wrapper{
    position: relative;
    height: 290px;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    float: left;
}

.new-product-badge{
    position: absolute;
    left: 5px;
    width: auto;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    top: 10px;
    background-color: rgba(255, 56, 0, 0.76);
    color: #FFFFFF;
    font-size: 14px;
}

.product-item-image{
    display: table;
    width: 90%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: 20px;
}

.product-item-title{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    margin-top: 10px;
    float: left;
}

.product-item-percentage{
    display: inline-flex;
    width: 44%;
    height: 20px;
    font-size: 13px;
    color: #FFF;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    background-color: #c6a75e;
}

.product-item-weight{
    display: inline-flex;
    width: 44%;
    height: 20px;
    font-size: 13px;
    color: #FFF;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #3c9ddb;
    text-align: center;
}

.mission-poster{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.gallery-item{
    position: relative;
    width: 100%;
    height: 160px;
    background-color: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 4px solid #FFFFFF;
    float: left;
}

.gallery-item img{
    position: absolute;
    width: 95%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    margin: auto;
}

.gallery-item:hover .gallery-item-overlay{
    cursor: pointer;
    display: block;
}

.gallery-item-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 160px;
    background-color: rgba(0, 0, 0, 0.44);
    display: none;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    z-index: 10;
}

.footer_bg{
    background-size: contain;
    background-image: url("../img/footer-bg.jpeg");
    background-position: bottom;
    background-repeat: no-repeat;
}

footer{
    display: table;
    width: 100%;
    height: auto;
    background-color: #1f8019;
    color: #eeeded;
}

footer h5{
    color: #FFFFFF !important;
}

footer a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
}

footer ul li{
    list-style: none;
    margin-left: -33px;
    margin-bottom: 5px;
}

footer ul li a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
}

footer ul li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.social-media-icon{
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: #FFFFFF;
    border-radius: 360px;
    margin-right: 10px;
    margin-top: 20px;
    color: #156111;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.footer-authority{
    position: relative;
    width: 100%;
    height: 70px;
    border-top: 1px solid #156111;
    float: left;
}

.copyright-text{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 13px;
    margin-top: 15px;
    float: left;
}

.copyright-text a{
    font-size: 13px;
    color: #FFFFFF;
}

.copyright-text a:hover{
    text-decoration: underline;
}

.footer-regular-wrapper{
    display: table;
    width: 90%;
    height: auto;
    margin: auto;
}

.feauture-icon{
    display: inline-block;
    width: 120px;
    height: 120px;
    background-image: url("../img/age.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border: 4px solid #f2f2f2;
    border-radius: 360px;
    top: 0;
}

.features h5{
    font-size: 15px;
}

table td input[type="text"]{
    width: 100%;
    border: none;
}

.admin-product-image{
    width: 80px;
    height: 70px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dz-preview{
    display: none !important;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.remove-gallery-image{
    position: relative;
    width: auto;
    height: auto;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    float: left;
}

.partner_logo_preview{
    display: flex;
    width: auto;
    height: 400px;
    background-image: url("../img/award_one.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-menu-container{
    width: auto;
    height: auto;
    float: right;
}

@media only screen and (max-width: 480px) {
    .eu-img{min-width:90%; margin-bottom: 30px;}
}

@media only screen and (max-width: 1100px) {
    .nav-menu-container{
        display: none;
    }

    .nav-language{
        display: none;
    }

    .nav-menu-item-mobile{
        display: block;
    }

    .slide-new-badge{
        margin-top: 50px;
    }

    .slide-heading{
        padding-left: 50px;
        padding-right: 10px;
        font-size: 40px;
    }

    .slide-new-badge{
        margin-left: 50px;
    }

    .slide-heading-desc{
        padding-left: 50px;
        padding-right: 20px;
    }
}
