
@font-face {
    font-family: Barlow-Condensed;
    src: url('font/BarlowCondensed-Regular.eot');
    src: url('font/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('font/BarlowCondensed-Regular.woff2') format('woff2'), url('font/BarlowCondensed-Regular.woff') format('woff'), url('font/BarlowCondensed-Regular.ttf') format('truetype'), url('font/BarlowCondensed-Regular.svg#BarlowCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Barlow-Condensed;
    src: url('font/BarlowCondensed-Medium.eot');
    src: url('font/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('font/BarlowCondensed-Medium.woff2') format('woff2'), url('font/BarlowCondensed-Medium.woff') format('woff'), url('font/BarlowCondensed-Medium.ttf') format('truetype'), url('font/BarlowCondensed-Medium.svg#BarlowCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-Condensed-Bold';
    src: url('font/BarlowCondensed-Bold.eot');
    src: url('font/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('font/BarlowCondensed-Bold.woff2') format('woff2'), url('font/BarlowCondensed-Bold.woff') format('woff'), url('font/BarlowCondensed-Bold.ttf') format('truetype'), url('font/BarlowCondensed-Bold.svg#BarlowCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* CSS Document */
html, body {
    font-family: Barlow-Condensed;
    box-sizing: border-box;
    position: relative; /*background-color: #e7e4e0;*/
    background-color: #ffffff;
    color: #094a51;
    padding: 0;
    margin: 0;
}

    body.ar {
        text-align: right;
    }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border: 0;
}

a {
    padding: 0;
    text-decoration: none;
    color: #094a51;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #094a51;
    }

p {
    margin: 0;
}

:focus {
    outline: none;
}

.clear {
    clear: both;
}

div, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.relative {
    position: relative;
}

.height100 {
    height: 100%;
}

#page {
    width: 100%;
    position: relative;
}

.img_center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.div_middle {
    display: table-cell;
    vertical-align: middle;
}

.div_center {
    display: table;
    margin: 0 auto;
}

input {
    width: 100%;
    height: 100%;
    background: none;
    display: block;
    border: none;
    resize: none;
    -webkit-appearance: none;
    appearance: none;
    color: #094a51;
    font-family: inherit;
}

    input::placeholder {
        opacity: .8;
    }

/*
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #4a4f52; }
::-webkit-scrollbar-thumb:hover { background: #555; }
::-moz-scrollbar { width: 10px; }
::-moz-scrollbar-track { background: #f1f1f1; }
::-moz-scrollbar-thumb { background: #4a4f52; }
::-moz-scrollbar-thumb:hover { background: #555; }
::-o-scrollbar { width: 10px; }
::-o-scrollbar-track { background: #f1f1f1; }
::-o-scrollbar-thumb { background: #4a4f52; }
::-o-scrollbar-thumb:hover { background: #555; }
::scrollbar { width: 10px; }
::scrollbar-track { background: #f1f1f1; }
::scrollbar-thumb { background: #4a4f52; }
::scrollbar-thumb:hover { background: #555; }
*/



.header {
    width: 100%;
    display: table;
    position: relative;
    padding-top: 17px;
    margin-bottom: 30px;
}

    .header .main {
        z-index: 1;
    }

    .header.fixed {
        position: fixed;
        top: 0;
        z-index: 99;
        /*border-bottom: 1px solid #ebebeb;*/
        /*padding: 5px 20px;*/
        padding-top: 7px;
        background: #fff;
        padding-bottom: 5px;
        -webkit-box-shadow: 0px 10px 10px -5px rgba(41, 37, 41, 0.1);
        -moz-box-shadow: 0px 10px 10px -5px rgba(41,37,41,0.1);
        box-shadow: 0px 10px 10px -5px rgba(41, 37, 41,0.1);
    }

        .header.fixed .main .header-main-top {
            margin-bottom: 0;
        }
        /*.header.fixed .main .header-main-bottom {
            margin-bottom: 10px;
        }*/
        .header.fixed .logo {
            height: 60px;
        }

.logo {
    width: auto;
    height: 85px;
    position: absolute;
    left: calc(25vw - 342px);
    top: 17px;
    transition: all ease-in-out .5s;
}

    .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.language-box {
    position: absolute;
    width: 570px;
    height: 100px;
    right: 0;
    top: 0;
    background-image: url("../images/language-behind.png");
    background-position: top 0;
    background-repeat: no-repeat;
}

.language-drp {
    width: 88px;
    display: block;
    margin: 17px auto 0 auto;
    text-align: left;
}

.header-main-top {
    width: 100%;
    display: table;
    padding: 7px 0;
    margin-bottom: 15px;
    min-height: 34px;
    transition: all ease-in-out .5s;
}

.header-main-bottom {
    min-height: 38.5px;
    transition: all ease-in-out .5s;
}

.header-social-media {
    width: 100%;
    display: table;
}

    .header-social-media ul {
        width: auto;
        display: table;
        list-style: none;
        padding: 0;
        margin: 0;
    }

.tanitim a {
    color: #fff;
}

.tanitim {
    font-family: 'Barlow-Condensed';
    font-weight: 500;
    background: #0f4a51;
    display: inline-block;
    border-radius: 20px;
    padding: 7px 10px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -2px;
    width: 14%;
    text-align: right;
    cursor: pointer;
    height: 30px;
}

.header-social-media ul li {
    display: table;
    float: left;
    margin-right: 20px;
}

    .header-social-media ul li a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 13px;
        line-height: 20px;
        transition: all ease-in-out .2s;
        color: #f59d3a;
    }

        .header-social-media ul li a:hover {
            color: #094a51;
        }

        .header-social-media ul li a i {
            margin-right: 6px;
        }

.menu {
    width: calc(100% - 400px);
    display: table;
    float: left;
    padding: 10px 20px 0 0;
}

    .menu.ar {
        float: right;
        padding-left: 20px;
        padding-right: 0;
        width: fit-content;
        max-width: calc(100% - 400px);
        position: relative;
        z-index: 1;
    }

    .menu ul {
        width: 100%;
        display: table;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

.tanitim::before {
    content: '';
    background: url(../images/REKLAM.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 10%;
}

.menu ul li {
    float: left;
    margin-right: 24px;
}

.menu.ar ul li {
    float: right;
    margin-right: 0;
    margin-left: 24px;
}

.menu ul li.active a, .menu ul li a.active {
    color: #f59d3a;
}

.menu ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    transition: all ease-in-out .2s;
}

    .menu ul li a:hover {
        color: #f59d3a;
    }

.search-container {
    width: 260px;
    display: table;
    float: left;
    padding: 0 10px 6px 7px;
    border-bottom: 1px solid #d2ccc3;
    position: relative;
    z-index: 1;
}

    .search-container.ar {
        float: right;
    }

    .search-container:focus,
    .search-container:active {
        border-color: #094a51;
    }

    .search-container .textbox::placeholder {
        color: #aaa;
        opacity: 1;
    }

    .search-container .textbox {
        color: #094a51;
        font-size: 14px;
        line-height: 22px;
        padding: 5px;
    }

.search-box {
    width: calc(100% - 20px);
    height: 22px;
    display: block;
    float: left;
}

.searchBtn {
    width: 20px;
    height: 22px;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 22px;
    color: #094a51;
}

.slider-content {
    width: 100%;
    display: block;
    /*margin-bottom: 65px;*/
}

.slider {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 750px;
    display: block;
    overflow: hidden;
}

.slider-content .main {
    position: relative;
}

.slider-shadow {
    width: calc(100% - 400px);
    height: 0;
    position: absolute;
    display: block;
    -webkit-box-shadow: 200px 0px 100px 10px black;
    -moz-box-shadow: 200px 0px 100px 10px black;
    box-shadow: 200px 0px 100px 10px black;
    box-shadow: 160px -19px 39px 30px rgb(0 0 0 /75%);
    top: 450px;
    z-index: 0;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-pagination {
    position: relative !important;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 2px 6px 2px 0;
    background: #162c1f;
    border-radius: 50%;
    transition: all ease-in-out .2s;
}

    .swiper-pagination-bullet:hover {
        width: 12px;
        height: 12px;
        margin: 0 4px 0 -2px;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #f59d3a;
    }

.swiper-buttons {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    display: table;
    z-index: 1;
    padding: 5px 30px 5px 36px;
    height: 42px;
}

.main-production-container {
    width: 100%;
    display: table;
    position: relative;
    background: #f4f4f4;
    padding: 64px 0 24px 0px;
}

    .main-production-container .main {
        position: relative;
        display: table;
        height: 100%;
    }

.main-production-slogan {
    width: 100%;
    max-width: 210px;
    display: table;
    position: relative;
    margin: 170px 0 82px 315px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: underline;
    color: #0f4a51;
    min-height: 72px;
    text-underline-position: under;
}

.main-production-content {
    width: 100%;
    max-width: 435px;
    display: table;
    float: right;
    position: relative;
    margin: 0 100px 95px 0;
    min-height: 180px;
}

.main-production-content-header {
    width: 100%;
    display: table;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.main-production-content-text {
    width: 100%;
    display: table;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

    .main-production-content-text p {
        margin-bottom: 10px;
    }

.main-production-earth {
    position: absolute;
    width: 770px;
    height: 500px;
    left: 0;
    top: 0;
    background-image: url("../images/main-production-earth.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.main-production-turkey {
    position: absolute;
    width: 690px;
    height: 300px;
    right: 0;
    top: 265px;
    background-image: url("../images/main-production-turkey.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.main-production-list {
    width: 100%;
    display: table;
    padding: 0 40px;
    overflow: hidden;
    padding-bottom: 40px;
}

    .main-production-list ul {
        width: 104%;
        margin: 0;
        padding: 0;
        display: table;
        list-style: none;
    }

        .main-production-list ul li {
            width: 21.3%;
            height: 280px;
            display: table;
            float: left;
            margin-right: 3.7%;
            padding: 20px 15px;
            background: #fff;
            border-bottom-left-radius: 70px;
            -webkit-box-shadow: -20px 20px 24px -20px rgba(0,0,0,0.2);
            -moz-box-shadow: -20px 20px 24px -20px rgba(0,0,0,0.2);
            box-shadow: -20px 20px 24px -20px rgba(0,0,0,0.2)
        }


.main-production-list-icon {
    width: 100%;
    height: 100px;
    display: table;
    margin-bottom: 15px;
}

    .main-production-list-icon img {
        max-width: 190px;
        max-height: 92px;
        object-fit: contain;
    }

.main-production-list-header {
    width: 100%;
    display: table;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #0f4a51;
    text-align: center;
    margin-bottom: 15px;
}

.main-production-list-text {
    width: 100%;
    display: table;
    font-size: 20px;
    line-height: 24px;
    color: #7b7b7b;
    text-align: center;
}

.main-counter-container {
    display: table;
    width: 100%;
    background-color: #fff;
    padding-bottom: 50px;
}

.main-counter-header {
    font-size: 36px;
    line-height: 30px;
    margin: 60px auto;
    text-align: center;
    color: #094a51;
    font-weight: 500;
}

.main-counter-list ul {
    display: table;
    width: 100%;
    min-height: 120px;
    padding-left:0;
}

.main-counter-list li {
    display: table-cell;
    vertical-align: middle;
    width: 0%;
    position: relative;
    padding: 15px;
}

.main-counter-list ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    border: 1px solid #e7e4e0;
    position: absolute;
    top: 0;
    left: 0px;
}

.main-counter-list ul li:first-child::after {
    content: none;
}

.main-counter-list-content {
    width: fit-content;
    margin: auto;
}

.main-counter-list-content-header {
    font-size: 60px;
    line-height: 60px;
    color: #f59d3a;
    font-weight: 500;
}

    .main-counter-list-content-header p {
        display: contents;
    }

.main-counter-list.ar .main-counter-list-content-header p {
    display: list-item;
    list-style: none;
    float: right;
}

.main-counter-list-content-header span {
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
}

.main-counter-list-content-text {
    font-size: 30px;
    line-height: 40px;
}

/*.main-counter-container {
    display: table;
    width: 100%;
    background-color: #fff;
    padding-bottom: 50px;
    height: 710px;
    background: url(../images/fabrika.png) no-repeat;
    margin-bottom: 60px;
}

    .main-counter-container .main {
        background: #fcfcfc;
        float: right;
        width: 700px;
        margin-top: 4%;
        padding-left: 7%;
        margin-right: 5%;
    }

.main-counter-header {
    font-size: 42px;
    line-height: 30px;
    margin: 80px auto 30px;
    text-align: left;
    color: #094a51;
    font-weight: 500;
}

.main-counter-list ul {*/
/*display: table;
	width: 100%;
	min-height: 120px;*/
/*list-style-type: none;
    padding: 0;
    padding-bottom: 30px;
}

.main-counter-list li {*/
/*display: table-cell;*/
/*vertical-align: middle;
    width: 65%;
    position: relative;
    padding: 15px 0;
}

.main-counter-list ul li::after {
    content: "";*/
/*width: 1px;
	height: 100%;*/
/*width: 33%;
    height: 1px;
    border: 1px solid #e7e4e0;
    position: absolute;
    top: 0;
    left: 0px;
}

.main-counter-list ul li:first-child::after {
    content: none;
}

.main-counter-list-content {
    width: fit-content;*/
/*margin: auto;*/
/*}

.main-counter-list-content-header {
    font-size: 51px;
    line-height: 60px;
    color: #f59d3a;
    font-weight: 500;
}

    .main-counter-list-content-header p {
        display: contents;
    }

.main-counter-list.ar .main-counter-list-content-header p {
    display: list-item;
    list-style: none;
    float: right;
}

.main-counter-list-content-header span {
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
}

.main-counter-list-content-text {
    font-size: 25px;
    line-height: 35px;
}*/

/*introduction container*/

.main-introduction-container {
    display: table;
    width: 100%;
    background-color: #fff;
    padding-bottom: 50px;
    height: 710px;
    background: url(../images/fabrika.jpg) no-repeat;
    margin-bottom: 60px;
}

    .main-introduction-container .main {
        background: url(../images/introduction-bg.png) no-repeat;
        float: right;
        width: 700px;
        height: 575px;
        margin-top: 4%;
        /*padding-left: 7%;*/
        margin-right: 5%;
    }
        .introduction-title {
            margin-top: 100px;
            font-family: 'Barlow-Condensed-Bold';
            color: #fff;
            font-size: 42px;
            text-align: center;
        }

.introduction-box-area {
    width: 70%;
    display: table;
    margin: 50px auto;
}

.introduction-box-left {
    float: left;
    position: relative;
}

    .introduction-box-left::after {
        content: '';
        background: #ffffff;
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -83px;
    }

.introduction-box-right {
    float: right;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Barlow-Condensed';
    text-align: center;
}

.main-categories-container {
    width: 100%;
    height: 690px;
    display: table;
    position: relative;
    /*background-image: url("../images/main-categories.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: calc(50vw - 960px);*/
}

    .main-categories-container::before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 0;
        background: url("../images/main-categories.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: calc(50vw - 960px);
        max-width: 1920px;
    }

    .main-categories-container::after {
        content: "";
        display: block;
        height: 476px;
        width: 100%;
        background-color: #ededed;
        background-image: url("../images/main-categories2.png");
        background-repeat: no-repeat;
        background-position: calc(50vw + 960px);
    }

    .main-categories-container .main {
        position: relative;
        z-index: 1;
    }

.main-categories-content {
    width: 100%;
    max-width: 595px;
    display: table;
    float: right;
    padding: 95px 25px 0 0;
}

.main-categories-content-container {
    width: 100%;
    height: 380px;
    display: table;
    padding-bottom: 10px;
}

.main-categories-content-header {
    width: 100%;
    display: table;
    margin-bottom: 23px;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #f69e3b;
}

.main-categories-content-slogan {
    width: 100%;
    display: table;
    margin-bottom: 28px;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: #0f4a51;
}

.main-categories-content-text {
    width: 100%;
    display: table;
    font-size: 20px;
    line-height: 24px;
    color: #7b7b7b;
}

    .main-categories-content-text p {
        margin-bottom: 20px;
    }

.main-categories-list {
    width: 100%;
    display: table;
    padding: 15px 0 0 0;
}

    .main-categories-list ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: table;
        list-style: none;
    }

        .main-categories-list ul li {
            width: 22%;
            float: left;
            display: table;
            margin: 0 3% 0 0;
        }

            .main-categories-list ul li:last-child {
                margin-right: 0;
            }

            .main-categories-list ul li a {
                width: 100%;
                height: 100%;
                display: block;
            }

.main-categories-list-img {
    width: 100%;
    height: 100px;
    display: table;
    margin-bottom: 5px;
}

    .main-categories-list-img img {
        max-width: 95px;
        max-height: 85px;
        object-fit: contain;
    }

.main-categories-list-header {
    width: 100%;
    display: table;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #094a51;
    text-align: center;
    margin-bottom: 15px;
    transition: all ease-in-out .2s;
}

.main-categories-list-arrow {
    width: 100%;
    display: table;
    font-size: 20px;
    color: #f59d3a;
    text-align: center;
    margin-bottom: 8px;
}

.main-categories-list ul li:hover .main-categories-list-header {
    color: #f59d3a;
}

.main-slogan-container {
    width: 100%;
    display: table;
    /*background-image: url("../images/main-middle-slogan.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: calc(50vw - 960px);*/
    position: relative;
    z-index: 1;
}

    .main-slogan-container .main {
        position: relative;
        z-index: 5;
    }

    .main-slogan-container::before {
        content: "";
        display: block;
        height: 595px;
        width: 100%;
        background-color: #ededed;
        background-image: url("../images/main-middle-slogan.png");
        background-repeat: no-repeat;
        position: absolute;
        max-width: 1920px;
        background-position: calc(50vw - 960px);
    }

    .main-slogan-container::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #171414;
        position: absolute;
        z-index: -1;
    }

.main-slogan-content {
    width: 100%;
    height: 595px;
    max-width: 595px;
    display: table;
    float: right;
    padding-right: 80px;
}

.main-slogan-content-header {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    color: #0f4a51;
}

.main-slogan-content-text {
    width: 100%;
    display: table;
    font-size: 24px;
    line-height: 30px;
    color: #0f4a51;
}


.main-products-container {
    width: 100%;
    display: table;
    padding: 90px 0 60px 0;
}

    .main-products-container .main {
        width: 1424px;
    }


.main-products-list {
    width: 100%;
    display: table;
    margin-bottom: 22px;
}

.main-products-categories {
    width: 25.25%;
    display: table;
    float: left;
    border: 3px solid #fff;
    transition: all ease-in-out .2s;
}

    .main-products-categories a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 35px 25px;
    }

.main-products-category-icon {
    width: 100%;
    height: 290px;
    display: table;
}

    .main-products-category-icon img {
        max-width: 90%;
        max-height: 280px;
        object-fit: contain;
        transition: all ease-in-out .2s;
    }

.main-products-category-header {
    width: 100%;
    height: 124px;
    display: table;
    font-size: 40px;
    line-height: 40px;
    color: #094a51;
    text-align: center;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

.main-products-categories:hover {
    border-color: #094a51;
    background: #094a51;
}

    .main-products-categories:hover .main-products-category-header {
        color: #fff;
    }

    .main-products-categories:hover .main-products-category-icon img {
        filter: brightness(0) invert(1);
    }



.main-products-list-box {
    width: 74.75%;
    float: right;
    display: table;
    /*padding: 0 0 0 40px;*/
    padding-left: 2.75%;
}

    .main-products-list-box ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: table;
        list-style: none;
    }

        .main-products-list-box ul li {
            width: 27.05%;
            display: table;
            float: left;
            margin: 0 0 0 6.25%;
        }

            .main-products-list-box ul li a {
                width: 100%;
                height: 100%;
                display: block;
                background: #fff;
                padding: 5px;
                transition: all ease-in-out .2s;
            }

.main-products-list-img {
    width: 100%;
    height: 380px;
    display: block;
}

    .main-products-list-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-products-list-header {
    width: 100%;
    height: 100px;
    display: table;
    font-size: 24px;
    line-height: 30px;
    color: #094a51;
    text-align: center;
    transition: all ease-in-out .2s;
}

    .main-products-list-header span {
        display: table-cell;
        vertical-align: middle;
    }

.main-products-list-box ul li a:hover {
    background: #094a51;
}

    .main-products-list-box ul li a:hover .main-products-list-header {
        color: #fff;
    }

.main-products-list:hover .main-products-categories {
    border-color: #094a51;
}

.certificate-container {
    margin-top: 35px;
    margin-bottom: 180px;
    width: 100%;
}

.certificate-list ul {
    display: table;
    width: 100%;
    padding: 0;
}

.certificate-list li {
    margin-right: 4%;
    margin-bottom: 15px;
    width: 21%;
    float: left;
    list-style: none;
}

.certificate-list-image {
    height: 160px;
    overflow: hidden;
    margin: 0;
    width: 100%;
    position: relative;
    background-color: white;
}

    .certificate-list-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


.corporate-content-container {
    width: 100%;
    display: table;
    background-image: url("../images/corporate-background.png");
    background-repeat: no-repeat;
    margin-bottom: 25px;
    background-position-x: calc(50vw - 600px - 310px);
}

.corporate-content {
    width: 100%;
    margin-top: 70px;
    min-height: 490px;
}

.corporate-content-box {
    float: right;
    width: 100%;
    max-width: 660px;
}

.corporate-content-text {
    font-size: 22px;
    line-height: 30px;
    color: #7b7b7b;
}

.corporate-content-header {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 90px 0;
}

.corporate-product-list {
    display: table;
    width: 100%;
    margin: 80px auto 110px;
    overflow: hidden;
}

    .corporate-product-list ul {
        margin: 0 7px;
        padding: 0;
        display: table;
        width: 100%;
    }

    .corporate-product-list li {
        float: left;
        width: 16.1%;
        margin-right: 10px;
        /*margin-bottom: 2%;*/
        list-style: none;
        position: relative;
        overflow: hidden;
    }

.corporate-product-list-img {
    width: 100%;
    height: 206px;
    position:relative;
}

    .corporate-product-list-img:after {
        content: "";
        width: 100%;
        height: 100%;
        /*background-color: #f59d3a;*/
        display: block;
        position: absolute;
        top: 0px;
        /*box-shadow: 0px 0px 100px 127px #f59d3a*/
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(16, 75, 82, 0.8) 100%);
    }

    .corporate-product-list-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.corporate-product-list-header {
    position: absolute;
    top: 40px;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    text-underline-position: under;
}

.corporate-video-container {
    display: table;
    width: 100%;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .corporate-video-container ul {
        margin: 0;
        padding: 0;
        display: table;
        width: 104.25%;
    }

    .corporate-video-container i {
        position: absolute;
        top: calc(50% - 12px);
        left: calc(50% - 13px);
        font-size: 25px !important;
        color: #f59d3a;
        z-index: 11;
    }

    .corporate-video-container li {
        list-style: none;
        float: left;
        width: 16.8%;
        margin-right: 3.2%;
        margin-bottom: 3.2%;
        position: relative;
    }

.corporate-gallery-container {
    display: table;
    width: 100%;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.corporate-gallery-header {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 45px;
    text-align: center;
}

.corporate-gallery-container ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 104.25%;
}

.corporate-gallery-container li {
    list-style: none;
    float: left;
    width: 16.8%;
    margin-right: 3.2%;
    margin-bottom: 3.2%;
}

.corporate-gallery-list-img {
    width: 100%;
    height: 140px;
    cursor: pointer;
}

    .corporate-gallery-list-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.products {
    display: table;
    width: 100%;
    margin-top: 45px;
    /*margin-bottom: 40px;*/
}

    .products ul {
        margin: 0;
        padding: 0;
    }

    .products li {
        list-style: none;
        float: left;
        width: 25%;
        margin-bottom: 45px;
    }

        .products li a:hover .products-list-img {
            filter: brightness(0.75);
        }

    .products .products-list-container {
        position: relative;
    }

    .products .products-list-header {
        position: relative;
        margin: auto;
        margin-bottom: -40px;
        top: -15px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: white;
        font-weight: 500;
        min-width: 135px;
        background-color: #f59d3a;
        width: max-content;
        padding: 0px 5px;
        max-width: calc(100% - 20px);
        z-index: 1;
    }

        .products .products-list-header:before {
            content: "";
            width: 10px;
            height: 15px;
            display: block;
            position: absolute;
            top: 0;
            right: -10px;
            border-left: 10px solid #df841d;
            border-top: 15px solid transparent;
        }

        .products .products-list-header:after {
            content: "";
            width: 10px;
            height: 15px;
            display: block;
            position: absolute;
            top: 0;
            left: -10px;
            border-right: 10px solid #df841d;
            border-top: 15px solid transparent;
        }

.products-list-img {
    width: 100%;
    height: 500px;
    transition: ease-in-out 0.2s;
}

    .products-list-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.product-categories {
    margin-top: 25px;
    margin-bottom: 10px;
}

.product-categories-list-container {
    width: max-content;
    max-width: 100%;
    margin: auto;
}

    .product-categories-list-container ul {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .product-categories-list-container li {
        list-style: none;
        float: left;
        width: 125px;
        margin-right: 25px;
        margin-bottom: 25px;
    }

.product-categories-list-img {
    width: 100%;
    height: 100px;
    display: table;
    margin-bottom: 5px;
}

    .product-categories-list-img img {
        max-width: 95px;
        max-height: 85px;
        object-fit: contain;
    }

.product-categories-list-header {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

.product-categories-list-arrow {
    width: 100%;
    /*display: table;*/
    display: none;
    font-size: 20px;
    color: #f59d3a;
    text-align: center;
    margin-top: 20px;
}

.product-categories-products-list-container {
    display: table;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

    .product-categories-products-list-container ul {
        display: table;
        width: 102%;
        margin: 0;
        padding: 0;
    }

    .product-categories-products-list-container li {
        float: left;
        width: 23%;
        margin-right: 2%;
        list-style: none;
        margin-bottom: 25px;
    }

    .product-categories-products-list-container a {
        width: 100%;
        height: 100%;
        display: block;
        transition: ease-in-out 0.2s;
        padding: 5px;
        background-color: white;
    }

    .product-categories-products-list-container li:hover a {
        background-color: #094a51;
    }

        .product-categories-products-list-container li:hover a .product-categories-products-list-header {
            color: white;
        }

.product-categories-products-list-img {
    width: 100%;
    height: 380px;
}

    .product-categories-products-list-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product-categories-products-list-header {
    height: 100px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    display: table;
    margin: auto;
}

.product-categories-list-container li a {
    transition: all ease-in-out .2s;
    display: block;
}

.product-categories-products-list-header span {
    display: table-cell;
    vertical-align: middle;
}

.product-categories-list-container li.active i {
    transition: all ease-in-out .2s;
}

    .product-categories-list-container li.active i:before {
        content: "\f063";
    }

.product-categories-list-container li.active a {
    color: #f59d3a;
}

/*.product-categories-list-container li:hover a {
    color: #f59d3a;
}*/
.product-categories-list-container li:hover {
    color: #f59d3a;
}


.product-detail-card {
    width: 90%;
    display: table;
    float: right;
    margin-top: 27px;
    margin-bottom: 65px;
    box-shadow: 0px 30px 20px -25px #00000054;
    position: relative;
    z-index: 1;
}

.product-detail-zoom {
    height: 45px;
    padding: 8px 0;
    color: #aaaaaa;
    display: table-caption;
}

    .product-detail-zoom a {
        cursor: pointer;
        color: #aaaaaa;
    }

    .product-detail-zoom i {
        margin-right: 8px;
    }

.product-detail-main-img {
    width: 440px;
    /*height: 610px;*/
    padding: 10px;
    background-color: white;
    display: table-cell;
}

    .product-detail-main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }

.product-detail-container {
    display: table-cell;
    vertical-align: top;
    background-color: white;
}

.product-detail-header h1 {
    font-size: 45px;
    line-height: 35px;
    font-weight: 500;
    height: 80px;
    color: #f59d3a;
    background-color: #e7e4e0;
    display: table;
    width: 100%;
}

.product-detail-header span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
}

.product-detail-content {
    margin: 45px 60px;
}

    .product-detail-content ul {
        margin: 0;
        padding: 0;
    }

    .product-detail-content li {
        list-style: none;
    }

.product-detail-content-header {
    font-size: 20px;
    line-height: 24px;
    color: #7b7b7b;
    font-weight: 500;
}

.product-detail-content-text {
    font-size: 18px;
    line-height: 24px;
    color: #7b7b7b;
    margin-bottom: 20px;
}

.product-detail-content-detail-header {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 30px;
}

.product-detail-content-detail-text {
    font-size: 20px;
    line-height: 24px;
    color: #7b7b7b;
    margin-bottom: 20px;
}

.product-detail-gallery {
    float: left;
    width: 8%;
    display: table;
    margin-top: 72px;
    position: relative;
}

    .product-detail-gallery ul {
        padding: 0;
        margin: 0;
    }

    .product-detail-gallery li {
        list-style: none;
        border: 2px solid white;
        margin-bottom: 5px;
    }

.product-detail-gallery-img {
    width: 100%;
    height: 125px;
    border: 2px solid white;
}

    .product-detail-gallery-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.production-gallery-container {
    display: table;
    width: 100%;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 85px;
}

.production-gallery-header {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 45px;
    text-align: center;
}

.production-gallery-container ul {
    margin: 0;
    padding: 0;
}

.production-gallery-container li {
    list-style: none;
    float: left;
    width: 16%;
    margin-right: 5%;
}

    .production-gallery-container li:last-child {
        margin-right: 0;
    }

.production-gallery-list-img {
    width: 100%;
    height: 140px;
    cursor: pointer;
}

    .production-gallery-list-img img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }


.production-container {
    margin-bottom: 90px;
}

.production-content-header {
    font-weight: 500;
    text-align: center;
    color: #f59d3a;
    margin-bottom: 30px;
}

    .production-content-header h1 {
        margin-top: 35px;
        font-size: 30px;
        line-height: 35px;
    }

.production-content-img {
    height: 450px;
    margin-bottom: 33px;
    cursor: pointer;
}

    .production-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.production-content-text {
    font-size: 22px;
    line-height: 30px;
    color: #7b7b7b;
    margin-bottom: 60px;
    text-align: justify;
}

.production-container-title {
    font-size: 30px;
    color: #094a51;
    margin-top: 35px;
    font-family: 'Barlow-Condensed';
    font-weight: 500;
    text-align: center;
}

.production-container-text {
    font-size: 22px;
    line-height: 30px;
    color: #094a51;
    margin-top: 25px;
}

    .production-container-text p {
        margin-bottom: 15px;
    }


.production-container-production-list {
    width: 100%;
    display: table;
    padding: 0 40px;
    margin-top: 60px;
    overflow: hidden;
}

    .production-container-production-list ul {
        width: 104%;
        margin: 0;
        padding: 0;
        display: table;
        list-style: none;
    }

        .production-container-production-list ul li {
            width: 21.3%;
            height: 280px;
            display: table;
            float: left;
            margin-right: 3.7%;
            margin-bottom: 3.7%;
            padding: 20px 15px;
            background: #fff;
            border-bottom-left-radius: 70px;
            -webkit-box-shadow: -20px 20px 24px -20px rgba(0,0,0,0.2);
            -moz-box-shadow: -20px 20px 24px -20px rgba(0,0,0,0.2);
            box-shadow: -20px 20px 24px -20px rgba(0,0,0,0.2)
        }


.production-container-production-list-icon {
    width: 100%;
    height: 100px;
    display: table;
    margin-bottom: 15px;
}

    .production-container-production-list-icon img {
        max-width: 190px;
        max-height: 92px;
        object-fit: contain;
    }

.production-container-production-list-header {
    width: 100%;
    display: table;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #f59d3a;
    text-align: center;
    margin-bottom: 15px;
}

.production-container-production-list-text {
    width: 100%;
    display: table;
    font-size: 20px;
    line-height: 24px;
    color: #7b7b7b;
    text-align: center;
}


.media {
    margin-bottom: 70px;
    display: table;
    width: 100%;
}

.media-link-list {
    display: table;
}

    .media-link-list ul {
        margin: 0;
        padding: 0;
    }

    .media-link-list li {
        display: table;
        float: left;
        list-style: none;
        width: 200px;
        height: 100px;
        border-top: 5px solid #f4f4f4;
        background-color: #f4f4f4;
        transition: ease-in-out 0.2s;
    }

.media-link-list-header {
    font-size: 20px;
    line-height: 45px;
}

.media-link-list li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: ease-in-out 0.2s;
}

.media-link-list li.active {
    border-top-color: #f59d3a;
    background-color: white;
}

    .media-link-list li.active a {
        color: #f59d3a;
    }

.media-link-list li:hover a {
    color: #f59d3a;
}

.media-link-list li.active:hover {
    border-top-color: #f59d3a;
}

.media-link-list li:hover {
    border-top-color: white;
    background-color: white;
}

.media-gallery-list-container {
    display: table;
    width: 100%;
    background-color: white;
    padding-top: 55px;
}

    .media-gallery-list-container ul {
        margin: 0;
        padding: 0;
    }

    .media-gallery-list-container li {
        display: table;
        float: left;
        list-style: none;
        margin-left: 4%;
        margin-bottom: 20px;
        width: 20%;
        min-height: 245px;
    }

        .media-gallery-list-container li a {
            transition: ease-in-out 0.2s;
        }

            .media-gallery-list-container li a:hover {
                color: #f59d3a;
            }

.media-gallery-list-content-img {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
}

    .media-gallery-list-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.media-gallery-list-content-header {
    font-size: 20px;
    line-height: 24px;
}

.media-detail {
    margin-bottom: 50px;
}

.media-news-detail-content {
    background-color: white;
    padding: 50px 115px;
}

.media-news-detail-content-header h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    color: #f59d3a;
    margin-bottom: 30px;
}

.media-news-detail-content a {
    display: block;
    width: fit-content;
    margin: auto;
}

.media-news-detail-content-img {
    height: 450px;
    margin-bottom: 33px;
    cursor: pointer;
}

    .media-news-detail-content-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.media-news-detail-content-text {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 90px;
    color: #7b7b7b;
}

.media-news-detail-content-gallery-list {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

    .media-news-detail-content-gallery-list ul {
        padding: 0;
        margin: 0;
        display: table;
        width: 105.25%;
    }

    .media-news-detail-content-gallery-list li {
        list-style: none;
        float: left;
        margin-right: 5%;
        width: 20%;
        margin-bottom: 5%;
    }

        .media-news-detail-content-gallery-list li a {
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

.media-news-detail-content-gallery-list-img {
    width: 100%;
    height: 135px;
}

    .media-news-detail-content-gallery-list-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.media-video {
    margin-bottom: 70px;
}

.media-video-list-container {
    display: table;
    width: 100%;
    background-color: white;
    padding-top: 55px;
}

    .media-video-list-container ul {
        margin: 0;
        padding: 0;
    }

    .media-video-list-container li {
        display: table;
        float: left;
        list-style: none;
        margin-left: 4%;
        margin-bottom: 20px;
        width: 20%;
        min-height: 245px;
    }

        .media-video-list-container li a {
            transition: ease-in-out 0.2s;
        }

            .media-video-list-container li a:hover {
                color: #f59d3a;
            }

.media-video-list-content-img {
    position: relative;
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
}

    .media-video-list-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .media-video-list-content-img i {
        position: absolute;
        top: calc(50% - 12px);
        left: calc(50% - 13px);
        font-size: 25px !important;
        color: #f59d3a;
        z-index: 11;
    }

.media-video-list-content-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

    .media-video-list-content-circle::before {
        content: "";
        width: 45px;
        height: 45px;
        display: block;
        background-color: white;
        margin-left: 7.5px;
        margin-top: 7.5px;
        border-radius: 27.5px;
        opacity: 0.5;
    }

    .media-video-list-content-circle::after {
        content: "";
        width: 60px;
        height: 60px;
        position: absolute;
        background-color: white;
        top: calc(50% - 30px);
        border-radius: 30px;
        opacity: 0.5;
    }

.media-video-list-content-header {
    font-size: 20px;
    line-height: 24px;
}


.human-resource {
    margin: 50px 0;
}

.human-resource-container {
    display: table;
    width: 100%;
}

.human-resource-img {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5%;
    width: 40%;
}

    .human-resource-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.human-resource-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10%;
    width: 60%;
}

.human-resource-content-header {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #f59d3a;
    margin-bottom: 5px;
}

.human-resource-content-text {
    font-size: 18px;
    line-height: 20px;
    color: #7b7b7b;
    margin-bottom: 15px;
}

.human-resource-content-upload-container {
    display: table;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    margin-bottom: 30px;
    position: relative;
}

.human-resource-content-upload-img {
    width: 45px;
    margin: auto;
    margin-top: 30px;
}

.human-resource-content-upload-header {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
}

.human-resource-content-validation-container {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.human-resource-content-validation-reCaptcha {
    display: table-cell;
    vertical-align: middle;
}

    .human-resource-content-validation-reCaptcha div {
        height: 100%;
    }

.human-resource-content-validation-button-container {
    display: table-cell;
    width: 190px;
    min-height: 50px;
    vertical-align: middle;
}

.human-resource-content-validation-button {
    height: 50px;
    width: 100%;
    display: block;
    background-color: #f59d3a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    border: 1px solid #f59d3a;
    cursor: pointer;
    transition: all ease-in-out .2s;
    font-family: "Barlow-Condensed";
    text-align: center;
    line-height: 48px;
}

    .human-resource-content-validation-button:hover, .human-resource-content-validation-button:focus {
        background: #fff;
        color: #f59d3a;
    }


.contact-container {
    display: table;
    width: 100%;
    min-height: 480px;
}

.contact-content {
    display: table-cell;
    vertical-align: middle;
    width: 480px;
    text-align: left;
}

.contact-content-header {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
}

.contact-content-address {
    width: 100%;
    display: table;
    font-size: 20px;
    line-height: 22px;
    color: #7b7b7b;
    margin-bottom: 25px;
}

.contact-content-phone {
    width: 100%;
    display: table;
    font-size: 20px;
    line-height: 30px;
    color: #7b7b7b;
    margin-bottom: 10px;
}

    .contact-content-phone span {
        font-weight: 500;
    }

    .contact-content-phone a {
        color: #7b7b7b;
        transition: all ease-in-out .2s;
    }

        .contact-content-phone a:hover {
            color: #094a51;
        }

.contact-content-fax {
    width: 100%;
    display: table;
    font-size: 20px;
    line-height: 30px;
    color: #7b7b7b;
    margin-bottom: 10px;
}

    .contact-content-fax span {
        font-weight: 500;
    }

.contact-content-email {
    width: 100%;
    display: table;
    font-size: 20px;
    line-height: 30px;
    color: #7b7b7b;
    margin-bottom: 40px;
}

    .contact-content-email span {
        font-weight: 500;
    }

    .contact-content-email a {
        color: #7b7b7b;
        transition: all ease-in-out .2s;
    }

        .contact-content-email a:hover {
            color: #094a51;
        }

.contact-content-link {
    width: 100%;
    display: table;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #f59d3a;
}

    .contact-content-link span {
        font-weight: 500;
    }

    .contact-content-link a {
        color: #f59d3a;
        transition: all ease-in-out .2s;
    }

        .contact-content-link a:hover {
            color: #094a51;
        }

.contact-message-container {
    display: table-cell;
    vertical-align: middle;
}

.contact-message-header {
    height: 100px;
    width: 585px;
    background-color: #f59d3a;
    color: white;
    font-size: 30px;
    font-weight: 500;
    line-height: 100px;
    text-align: center;
    margin-left: 20px;
}

.contact-message-content {
    height: 380px;
    display: table;
    width: 100%;
}

.contact-message-content-left-space {
    display: table-cell;
    width: 20px;
    background-color: #094a51;
}

.contact-message-content-validation-container {
    display: table-cell;
    background-color: white;
    width: 585px;
}

.contact-message-content-social-media {
    display: table-cell;
    background-color: #094a51;
}

.contact-message-content-validation-content {
    position: absolute;
    width: 585px;
    background-color: white;
    padding: 25px 30px 35px 30px;
    box-shadow: 0px 70px 60px -90px #000000de;
}

.contact-message-content-validation-content-form {
    float: left;
    width: 48%;
    margin-right: 4%;
    height: 55px;
    margin-bottom: 20px;
    position: relative;
}

    .contact-message-content-validation-content-form:nth-child(2n) {
        margin-right: 0;
    }

    .contact-message-content-validation-content-form:nth-child(5n) {
        width: 100%;
        height: max-content;
    }

    .contact-message-content-validation-content-form input {
        width: 100%;
        height: 100%;
        border: 1px solid #dcdcdc;
        font-size: 18px;
        line-height: 22px;
        padding: 15px 30px;
        font-family: "Barlow-Condensed";
    }

        .contact-message-content-validation-content-form input::placeholder {
            color: #aaaaaa;
        }

    .contact-message-content-validation-content-form textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 115px;
        height: 150px;
        max-height: 250px;
        border: 1px solid #dcdcdc;
        font-size: 18px;
        line-height: 22px;
        padding: 15px 30px;
        font-family: "Barlow-Condensed";
    }

        .contact-message-content-validation-content-form textarea::placeholder {
            color: #aaaaaa;
        }

.contact-message-content-validation-content-validate-area-button-container {
    display: table-cell;
    width: 190px;
    min-height: 50px;
    vertical-align: middle;
}

.contact-message-content-validation-content-validate-area-reChaptca {
    display: table-cell;
    width: 335px;
}

.contact-message-content-validation-content-button {
    height: 50px;
    width: 100%;
    display: block;
    background-color: #f59d3a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    border: 1px solid #f59d3a;
    cursor: pointer;
    transition: all ease-in-out .2s;
    font-family: 'Barlow-Condensed';
    text-align: center;
    line-height: 48px;
}

    .contact-message-content-validation-content-button:hover, .contact-message-content-validation-content-button:focus {
        background: #fff;
        color: #f59d3a;
    }

.contact-message-content-social-media a {
    color: white;
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    transition: ease-in-out 0.2s;
}

.contact-message-content-social-media ul {
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
    padding: 40% 30%;
}

.contact-message-content-social-media li {
    height: 50%;
    display: table;
    padding: 50% 0px;
    margin: auto;
}

.contact-message-content-social-media a:hover {
    color: #f59d3a;
}

.contact-message-content-social-media a span {
    position: absolute;
    transform: rotate(270deg);
    left: -24px;
    bottom: 45px;
}

.contact-google-maps-container {
    height: 590px;
}


.search {
    margin-top: 30px;
}

.search-header {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #f59d3a;
    margin-bottom: 25px;
}

    .search-header h1 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 500;
    }

.search-text {
    font-size: 20px;
    line-height: 24px;
    color: #7b7b7b;
    margin-bottom: 50px;
}

.search-content-container {
    margin-bottom: 50px;
}

.search-content-header {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

    .search-content-header h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
    }

.search-content ul {
    margin: 0;
    padding: 0;
}

.search-content li {
    list-style: none;
}

.search-content-text {
    border: 3px solid white;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 24px;
    display: block;
    padding: 10px 15px;
    transition: ease-in-out 0.2s;
    margin-bottom: 25px;
}

    .search-content-text:hover {
        border: 3px solid #094a51;
        color: white;
        background-color: #094a51;
    }

.search-gallery-container {
    margin-bottom: 50px;
    display: table;
    width: 100%;
}

.search-gallery-header {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

    .search-gallery-header h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
    }

.search-gallery-content ul {
    display: table;
    width: 102%;
    margin: 0;
    padding: 0;
}

.search-gallery-content li {
    float: left;
    width: 23%;
    margin-right: 2%;
    list-style: none;
    margin-bottom: 25px;
}

    .search-gallery-content li a {
        padding: 5px;
        background-color: white;
        display: block;
        transition: all ease-in-out .2s;
    }

    .search-gallery-content li:hover a {
        background-color: #094a51;
    }

        .search-gallery-content li:hover a .search-gallery-content-header {
            color: white;
        }

.search-gallery-content-img {
    width: 100%;
    height: 380px;
}

    .search-gallery-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.search-gallery-content-header {
    height: 100px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    display: table;
    margin: auto;
}

    .search-gallery-content-header span {
        display: table-cell;
        vertical-align: middle;
    }


.footer {
    width: 100%;
    height: 244px;
    display: table;
    background-color: #fff;
    padding: 20px 0 10px 0;
}

.footer-products {
    width: 13.75%;
    display: table;
    float: left;
    padding-right: 25px;
}

.footer-menu {
    width: 16%;
    display: table;
    float: left;
    padding-right: 25px;
}

.footer-contact {
    width: 39.25%;
    display: table;
    float: left;
    padding-right: 25px;
}

.footer-enews {
    width: 31%;
    display: table;
    float: right;
}

.footer-header {
    width: 100%;
    display: table;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #094a51;
    margin-bottom: 12px;
}

.footer-list {
    width: 100%;
    display: table;
    padding-right: 10px;
}

    .footer-list ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: table;
        list-style: none;
    }

        .footer-list ul li {
            width: 100%;
            display: table;
            padding: 4px 0;
        }

            .footer-list ul li a {
                width: 100%;
                display: block;
                font-size: 18px;
                line-height: 22px;
                color: #7b7b7b;
                transition: all ease-in-out .2s;
            }

                .footer-list ul li a:hover {
                    color: #094a51;
                }

.footer-address {
    width: 100%;
    display: table;
    font-size: 18px;
    line-height: 22px;
    color: #7b7b7b;
    margin-bottom: 25px;
}

.footer-phone {
    width: 100%;
    display: table;
    font-size: 18px;
    color: #7b7b7b;
    margin-bottom: 10px;
}

    .footer-phone span {
        font-weight: 500;
    }

    .footer-phone a {
        color: #7b7b7b;
        transition: all ease-in-out .2s;
    }

        .footer-phone a:hover {
            color: #094a51;
        }

.footer-email {
    width: 100%;
    display: table;
    font-size: 18px;
    color: #7b7b7b
}

    .footer-email span {
        font-weight: 500;
    }

    .footer-email a {
        color: #7b7b7b;
        transition: all ease-in-out .2s;
    }

        .footer-email a:hover {
            color: #094a51;
        }

.footer-enews-text {
    width: 100%;
    display: table;
    font-size: 18px;
    line-height: 22px;
    color: #7b7b7b;
    margin-bottom: 22px;
}

.footer-enews-container {
    width: 100%;
    display: table;
}

.footer-enews-textbox {
    width: calc(100% - 100px);
    height: 50px;
    display: block;
    float: left;
    border: 1px solid #f59d3a;
}

    .footer-enews-textbox .textbox {
        font-size: 16px;
        color: #7b7b7b;
        padding: 0 0 0 20px;
    }

        .footer-enews-textbox .textbox::placeholder {
            color: #cac9c7;
        }

.footer-bottom .main {
    display: table;
    height: 100%;
}

.footer-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 33%;
}

.copyrigth {
    font-size: 16px;
    line-height: 30px;
    color: #9c9a97;
}

.footer-logo {
    width: 70px;
    height: 70px;
    opacity: 0.5;
    margin: auto;
}

    .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.owner {
    font-size: 16px;
    line-height: 30px;
    text-align: right;
}

    .owner a {
        color: #9c9a97;
    }

.rooter-block {
    height: 150px;
    width: 100%;
    position: relative;
}

.rooter-header {
    text-align: right;
    font-size: 35px;
    font-synthesis: 45px;
    color: white;
    font-weight: 500;
}

.rooter-image {
    height: 150px;
    width: 100%;
}

    .rooter-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.rooter-link {
    text-align: right;
    font-size: 16px;
    font-synthesis: 45px;
    color: white;
}

    .rooter-link ul {
        margin: 0;
        padding: 0;
    }

    .rooter-link li {
        list-style: none;
        float: left;
        transition: ease-in-out 0.2s;
    }

        .rooter-link li a {
            color: white;
            transition: ease-in-out 0.2s;
        }

        .rooter-link li:hover a {
            color: #f59d3a;
        }

        .rooter-link li:after {
            content: "|";
            width: 16px;
            margin: 0 4px;
            height: 100%;
            transition: ease-in-out 0.2s;
        }

        .rooter-link li:last-child::after {
            content: "";
            width: 0;
            margin: 0;
        }

        .rooter-link li:last-child a {
            color: #f59d3a;
        }

            .rooter-link li:last-child a:hover {
                color: #df841d;
            }

.breadcrumb {
    position: absolute;
    right: calc(50% - 600px);
    top: 40px;
}

.error {
    padding: 60px 120px;
    width: 880px;
    margin: auto;
    background-color: white;
    margin-bottom: 120px;
    display: table;
    box-shadow: 0px 120px 70px -90px #00000042;
}

.error-img {
    display: table-cell;
    vertical-align: middle;
    width: 230px;
}

    .error-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.error-container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 75px;
}

.error-header {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 10px;
}

.error-text {
    font-size: 20px;
    line-height: 24px;
    color: #7b7b7b;
}

.btnENewsSend {
    width: 100px;
    height: 50px;
    display: block;
    float: right;
    cursor: pointer;
    background: #f59d3a;
    border: 1px solid #f59d3a;
    border-left: 0;
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transition: all ease-in-out .2s;
    text-align: center;
    line-height: 48px;
}

    .btnENewsSend:hover, .btnENewsSend:focus {
        background: #fff;
        color: #f59d3a;
    }

.breadcrumb {
    width: 1200px;
}

.rooter-link ul {
    float: right;
}

.rooter-back {
    cursor: pointer;
}

    .rooter-back a {
        color: white;
        float: left;
        transition: ease-in-out 0.2s;
    }

        .rooter-back a:hover {
            color: #f59d3a;
        }

    .rooter-back i {
        margin-right: 8px;
    }

.my-select {
    width: 100%;
}

.d-none {
    display: none;
}

.product-detail-gallery > div:nth-child(2) {
    display: table;
}




.file {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    .file * {
        cursor: pointer;
    }

    .file::-webkit-file-upload-button {
        visibility: hidden;
    }

.file-custom {
    padding-left: 70px;
}

.humanResources .upload:hover .file-custom {
    color: #fff;
}

.file:active {
    outline: 0;
}

    .file:active::before {
    }

.file-custom {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.file:hover .file-custom::before {
    animation: UpDownMove .8s infinite ease-out;
}

.file input[type=file] { /*display: none;*/
    opacity: 0;
    position: absolute;
}


.humanResourcesError {
    /*	max-width: 380px;
	display: table;
	margin: 0 auto 25px auto;
	text-align: center;*/
}

strong, b {
    font-weight: 500;
}

.alert {
    margin-top: 15px;
    text-align: center;
}

.alert-warning {
    color: yellow;
    text-shadow: 0px 0px 5px black;
}

.alert-error {
    color: red;
}

.alert-success {
    color: green;
}

.FileError {
    position: absolute;
    left: 150px;
    width: 450px;
    top: 55px;
}

.FormError {
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 14px;
}

    .FormError.star {
        font-size: 20px;
    }


.thumbelina li .product-detail-gallery-img {
    transition: ease-in-out 0.3s;
}

.thumbelina li:hover .product-detail-gallery-img {
    border: 2px solid #094a51;
}


.body-wrapper {
    position: relative;
    overflow: hidden;
}

.wrapper-content {
    -webkit-transition: transform .7s ease;
    -moz-transition: transform .7s ease;
    -o-transition: transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
    -webkit-transform-origin: 15% 100px 0;
    -ms-transform-origin: 15% 100px 0;
    transform-origin: 15% 100px 0;
}

.wrapper-menu-mobile {
    position: fixed;
    overflow: hidden;
    z-index: 121;
    padding: 0;
    top: 0;
    right: -1%;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate3d(99%, 0, 0);
    -moz-transform: translate3d(99%, 0, 0);
    -ms-transform: translate3d(99%, 0, 0);
    -o-transform: translate3d(99%, 0, 0);
    transform: translate3d(99%, 0, 0);
    background: #094a51;
}

    .wrapper-menu-mobile::before {
        content: '';
        position: absolute;
        background-image: url("../images/contact-background.png");
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-position: center center;
        background-position: center center;
        opacity: .3;
    }

.wrapper-menu-mobile-background {
    position: fixed;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 120;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

    .wrapper-menu-mobile-background:before {
        position: absolute;
        z-index: 121;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
    }

.open-menu-mobile .body-wrapper {
    overflow: inherit;
}

.open-menu-mobile .wrapper-menu-mobile-background {
    visibility: visible;
    transition-delay: .18s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.open-menu-mobile .wrapper-menu-mobile {
    left: 0;
    overflow: auto;
    height: auto;
    transition-delay: .18s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.open-search-mobile .body-wrapper {
    overflow: inherit;
}

.hamburger-menu-mobile {
    position: relative;
    z-index: 10;
    padding: 16px 9px;
    display: none;
    cursor: pointer;
    float: right;
    margin-left: 25px;
    text-align: left;
    background-color: #094a51;
    border-radius: 4px;
}

    .hamburger-menu-mobile i {
        position: relative;
        width: 24px;
        height: 1.5px;
        background: #f59d3a;
        display: block;
        border-radius: 2px;
    }

        .hamburger-menu-mobile i::after,
        .hamburger-menu-mobile i::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1.5px;
            background: #f59d3a;
            border-radius: 2px;
        }

        .hamburger-menu-mobile i::after {
            top: -8px;
        }

        .hamburger-menu-mobile i::before {
            bottom: -8px;
        }

.mb-button-close {
    cursor: pointer;
    position: absolute;
    z-index: 200;
    width: auto;
    display: table;
    top: 5px;
    right: 10px;
}

    .mb-button-close i {
        width: 36px;
        height: 36px;
        display: block;
        position: relative;
        /*background-color: #094a51;*/
        border-radius: 50%;
    }

        .mb-button-close i::before,
        .mb-button-close i::after {
            content: '';
            position: absolute;
            width: 16px;
            height: 4px;
            background: #094a51;
            left: 50%;
            top: 50%;
        }

        .mb-button-close i::before {
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .mb-button-close i::after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }

.mb-menu-logo {
    position: relative;
    width: auto;
    display: table;
    margin: 0 auto 15px auto;
    background: rgba(255,255,255,1);
    padding: 10px;
    border-radius: 0;
    width: 100%;
    padding-left: 40px;
}

.mb-menu-search-block {
    width: calc(100% - 40px);
    display: table;
    position: relative;
    margin: 15px auto 0 auto;
    padding: 2px 10px;
    border: 1px solid #fff;
    border-top: 1px solid #fff;
    padding-right: 15px;
}

    .mb-menu-search-block i {
        color: #f69e3a;
        float: right;
        margin-top: -21px;
    }

    .mb-menu-search-block .searchText {
        color: #fff;
    }

    .mb-menu-search-block .textbox {
        width: calc(100% - 30px);
        float: left;
        height: 22px;
    }

    .mb-menu-search-block .searchBtn {
        float: right;
    }

.mb-menu-list {
    position: relative;
    width: 100%;
    margin: 40px 0 50px 0;
    padding: 0 20px 15px 20px;
    display: table;
    list-style: none;
}

    .mb-menu-list li {
        width: 100%;
        margin-bottom: 5px;
        position: relative;
        /*border-bottom: thin solid rgba(255,255,255,.6);*/
        border-bottom: thin solid #f59d3a;
        padding: 4px 0;
    }

        .mb-menu-list li i {
            color: #f59d3a;
        }

        .mb-menu-list li:last-child {
            border-bottom: none;
        }

        .mb-menu-list li a {
            display: block;
            font-size: 16px;
            line-height: 28px;
            font-weight: 500;
            color: #fff;
        }

        .mb-menu-list li ul {
            width: 100%;
            padding: 5px 0 5px 20px;
            list-style: none;
            display: none;
        }

            .mb-menu-list li ul.active {
                display: block;
            }

            .mb-menu-list li ul li {
                margin-bottom: 0;
            }

                .mb-menu-list li ul li a {
                    font-size: 14px;
                    line-height: 24px;
                }

        .mb-menu-list li span {
            position: absolute;
            display: table;
            width: 28px;
            height: 28px;
            top: 3px;
            right: 0;
            font-size: 16px;
            line-height: 28px;
            text-align: center;
            color: #fff;
            transition: all ease-in-out .3s;
        }

            .mb-menu-list li span i {
                display: table-cell;
                vertical-align: middle;
            }

            .mb-menu-list li span.rotate {
                transform: rotateZ(90deg);
            }

.socialMedia.mb-mmenu-social {
    width: 100%;
    display: table;
    position: relative;
    padding: 0 60px;
    margin: 30px 0;
}

    .socialMedia.mb-mmenu-social ul {
        margin: 0;
        display: flex;
        width: auto;
        padding: 0;
        float: inherit;
    }

        .socialMedia.mb-mmenu-social ul li {
            margin: 0 auto;
            float: inherit !important;
            display: block;
        }

            .socialMedia.mb-mmenu-social ul li .text {
                color: #fff;
                font-size: 14px;
                font-weight: 500;
            }

            .socialMedia.mb-mmenu-social ul li i {
                color: #fff;
                font-size: 15px;
            }

            .socialMedia.mb-mmenu-social ul li a {
                padding: 4px 6px 4px 6px;
                /*border: 1px solid #fff;*/
                border-radius: 4px;
                cursor: pointer;
            }

            .socialMedia.mb-mmenu-social ul li * {
                float: left;
            }

            .socialMedia.mb-mmenu-social ul li i {
                margin-right: 5px;
            }

            .socialMedia.mb-mmenu-social ul li .text, .socialMedia.mb-mmenu-social ul li i {
                color: #f59d3a;
            }

.mb-menu-list li a, .mb-menu-list li span {
    color: white;
}
/*.socialMedia.mb-mmenu-social ul li a, .mb-menu-search-block {
	border: 1px solid #f69e3a;
}*/
.mb-menu-search-block {
    border: 1px solid #f69e3a;
}

.searchText {
    padding: 5px;
}

.mb-menu-search-block .searchBtn {
    float: right;
    width: 0;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    opacity: 0;
}

.left, .right {
    display: none;
}

.thumbelina li {
    border: unset !important;
}

.thumbelina-but.disabled i {
    opacity: 0.5;
}

.thumbelina-but i {
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #aaaaaa;
}

.mb-language-drp {
    position: absolute;
    top: 30px;
    right: 55px;
    width: 80px;
}

#pnlENews {
    width: 100%;
}

/*sustainable container*/

.sustainable-container {
    width: 100%;
    height: 640px;
    display: table;
    position: relative;
    background: #fff;
}

    .sustainable-container:before {
        content: "";
        display: block;
        height: 100%;
        width: 45%;
        background: url(../images/sustainable-area-left.png) no-repeat;
        background-size: 75%;
        background-position: 77% 40%;
        position: absolute;
    }

    .sustainable-container:after {
        content: "";
        height: 100%;
        width: 40%;
        background: url(../images/sustainable-area-right.png) no-repeat;
        background-size: 70%;
        background-position: 40% 5%;
        position: absolute;
        right: 0;
    }

    .sustainable-container .main {
        position: relative;
        z-index: 1;
    }

    .sustainable-container .main-categories-content {
        padding-top: 230px;
        max-width: 660px;
        padding-right: 0;
    }

    .sustainable-container .main-categories-content-header {
        font-size: 40px;
        font-weight: bold;
        color: #094a51;
        margin-bottom: 40px;
    }

    .sustainable-container .main-categories-content-slogan {
        font-size: 22px;
        font-weight: 600;
        color: #23737c;
    }

    .sustainable-container .main-categories-content-text {
        font-size: 20px;
    }

/*production container*/

.production-container {
    width: 100%;
    position: relative;
    display: table;
    margin: 35px 0 60px;
    background: #fff;
}

    .production-container .main {
        width: 1540px;
    }

.production-container-header {
    color: #0f4a51;
    font-size: 30px;
    font-family: 'Barlow-Condensed';
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}

.production-container-item {
    width: 32%;
    height: 300px;
    margin: 0 7px 7px;
    float: left;
    position: relative;
}

.production-container-item-header {
    font-size: 30px;
    color: #fff;
    font-family: 'Barlow-Condensed-Bold';
    padding: 20px 0 0 20px;
    z-index: 2;
    position: relative;
}

.production-container-item:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(16, 75, 82, 0.8) 100%);
}

/*collection*/

.collection-container {
    width: 100%;
    height: 100%;
    display: table;
}

.collection-container-header {
    color: #0f4a51;
    font-size: 30px;
    text-align: center;
    margin: 40px 0;
    font-weight: 500;
}

.collection-container-content {
    background: url(../images/collection.png) no-repeat;
    width: 100%;
    height: 563px;
    display: table;
    position: relative;
    background-position: center;
}

.collection-container-block {
    width: 22%;
    height: 80%;
    padding: 1.5% 6%;
    background: #fcfcfc;
    font-weight: 500;
    margin-top: 2.9%;
    line-height: 57px;
}

    .collection-container-block ul {
        font-size: 18px;
        color: #8f8f8f;
        padding-left: 0;
        margin-top: 0;
        list-style: none;
    }

.collection-container-block-title {
    color: #0f4a51;
    font-size: 18px;
    font-weight: 500;
}

.collection-container-block ul li {
    position: relative;
    padding-left: 13%;
}

    .collection-container-block ul li:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #e1e1e1;
        position: absolute;
        border-radius: 50px;
        left: 0;
        top: 38.8%;
    }

/*home gallery*/
.home-gallery-container {
    display: table;
    width: 100%;
    height: 914px;
    margin-top: 7px;
}

.product-categories .home-gallery-container {
    margin-top: 36px;
}

.home-gallery-container.production {
    margin-bottom: 40px;
}

.home-gallery-left {
    width: 33.3%;
    height: 100%;
    margin: 0 7px;
    float: left;
    overflow: hidden;
}

    .home-gallery-left img, .home-gallery-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease-in-out;
    }

        .home-gallery-left img:hover, .home-gallery-right img:hover {
            transform: scale(1.1);
        }

.home-gallery-right {
    width: 65.9%;
    height: 100%;
    float: right;
}

.home-gallery-right-box {
    height: 401px;
    float: left;
    width: 31.65%;
    margin-right: 7px;
    overflow: hidden;
}

    .home-gallery-right-box:nth-child(3) {
        height: 401px;
        float: left;
        width: 35%;
        margin-right: 7px;
    }

    .home-gallery-right-box:nth-child(4), .home-gallery-right-box:nth-child(5) {
        height: 506px;
        float: left;
        width: 31.65%;
        margin-top: 7px;
    }

    .home-gallery-right-box:nth-child(6) {
        height: 506px;
        float: left;
        width: 35%;
        margin-right: 7px;
        margin-top: 7px;
    }

.home-gallery-right-box-sub {
    overflow: hidden;
}

    .home-gallery-right-box-sub:nth-child(1) {
        height: 277px;
        float: left;
        width: 100%;
    }

    .home-gallery-right-box-sub:nth-child(2) {
        height: 222px;
        float: left;
        width: 64%;
        margin-right: 7px;
        margin-top: 7px;
    }

    .home-gallery-right-box-sub:nth-child(3) {
        height: 222px;
        float: left;
        width: 34%;
        margin-right: 0;
        margin-top: 7px;
    }
/*middle production*/
.middle-production-container {
    width: 100%;
    display: table;
    background: url(../images/production-right.png) no-repeat right top;
    height: 528px;
    margin-bottom: 90px;
}

.middle-production-title {
    font-size: 24px;
    color: #0f4a51;
    width: 40%;
    font-family: 'Barlow-Condensed';
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 140px;
}

.middle-production-text {
    font-family: 'Barlow-Condensed';
    font-size: 24px;
    color: #0f4a51;
    width: 53%;
    padding: 25px 48px;
    position: relative;
    text-align: justify;
}

    .middle-production-text::before {
        content: '';
        width: 32px;
        height: 100%;
        background-color: #eaeaea;
        position: absolute;
        left: 0;
        top: 0;
    }
/*sustainability container*/
.sustainability-container{
    margin:65px 0 100px;
}
.sustainability-content-img {
    width: 41.2%;
    float: right;
    height: auto;
    margin-left: 25px;
}
.sustainability-content-img img {
    height: auto;
}
.sustainability-container-text {
    font-size: 21px;
    color: #7b7b7b;
    line-height: 30px;
    text-align: justify;
}
.sustainability-container-text strong {
    font-size: 23px;
}
