﻿
#loading {
    display: none;
}

#formsended {
    display: none;
}

.validationForm span.errormessage {
    background-image: url("/images/validationbg.png");
    bottom: 2.5em !important;
    color: #7f7f81 !important;
    cursor: pointer !important;
    float: none !important;
    font-size: 11px !important;
    height: 30px !important;
    letter-spacing: normal !important;
    overflow: hidden !important;
    padding: 5px 10px 18px !important;
    position: absolute;
    right: -17em !important;
    text-align: left !important;
    vertical-align: top !important;
    width: 215px !important;
    z-index: 100 !important;
    box-sizing: content-box;
}
.banner-contact {
    max-width: 900px;
    margin: 3rem auto;
    padding: 0 15px;
}
.banner-contact .row {
	display:flex;
}
.banner-txt p {
    line-height:1.4;
	color:#fff !important;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.banner-txt a {
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.banner-txt a img {
    padding-left:10px;
}
.banner-img {
    width: 50%;
}
.banner-txt {
    width: 50%;
    background: #0277bd;
    padding: 2%;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-txt h3 {
    font-size: 25px !important;
    font-weight: 500;
    margin-bottom: 1rem;
	color:#fff !important;
	margin-top: 0;
}
.top-bg-banner {
    background: #0277bd;
    padding: 20px;
    color: #fff;
    margin-bottom:20px;
}
.top-bg-banner h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin: 10px 0;
    margin-bottom: 15px;
	color:#fff !important;
}
.top-bg-banner .read-more a {
    background: #fff;
    color: #0277bd;
    font-size: 18px;
    font-weight: 400;
    min-width: 120px;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}
.top-bg-banner .read-more {
    margin-bottom: 10px;
	display: flex;
    width: 100%;
    justify-content: center;
}
@media all and (max-width: 640px)
{
.banner-contact .row {
    flex-direction:column;
}
.banner-txt {
    width:100%;
    order:1;
    padding:4%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-img {
    width:100%;
    order:0;
}
}
.greybox {
    background-color: #636568;
}

.bggreybox {
}

.lightgrey {
    background-color: #E4E4E4;
}

.bleubg {
    background-color: #044188;
}

.w-100 {
    width: 100%;
}


.captcha, .fieldcontainer {
    position: relative;
}

    .captcha span.errormessage {
        background: none;
        color: red !important;
        float: none !important;
        box-sizing: content-box;
        top: 52px;
        left: 0px;
    }


form input.error, form input.error:hover, form input.error:focus, form select.error, form textarea.error {
    border: 1px solid #ED7476;
    background: #FFEDED
}

.formregister {
    text-align: right;
}

    .formregister span {
        /*margin-right: 20px;*/
    }

    .formregister input[type=text],
    .formregister textarea,
    .formregister select {
        border: 1px solid #b8c0d0;
        height: 30px;
        width: 304px;
        vertical-align: top;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .formregister textarea {
        height: 100px;
    }

    .formregister .material-types {
        display: block;
        height: 70px;
        margin-top: 10px;
    }

        .formregister .material-types span {
            float: left;
            width: 130px;
            margin-left: -15px;
        }

        .formregister .material-types ul {
            width: 300px;
            float: right;
            margin: 0;
        }

            .formregister .material-types ul li::before {
                content: '';
            }

            .formregister .material-types ul li {
                list-style: none !important;
                height: 30px;
                text-align: left;
                /*padding: 10px 50px 0px;*/
                background: url("/images/material-types.png") no-repeat;
                background-position: 0 0;
            }

                .formregister .material-types ul li:last-child {
                    background-position: 0 -48px;
                }

    .formregister .cleaR {
        border: 0;
        border-radius: 0;
        background: #b1b5ba;
        color: #fff;
        min-width: 120px;
        max-width: 140px;
        height: 45px;
        margin-right: 15px;
        font-size: 20px;
    }

    .formregister .send {
        border: 0;
        border-radius: 0;
        background: #142e65;
        color: #fff;
        width: 120px;
        height: 45px;
        font-size: 20px;
    }

.captcha {
    float: right;
    margin-bottom: 10px;
}



.formregister {
    max-width: 430px;
}

    .formregister input[type="checkbox"] {
        display: none;
    }

        .formregister input[type="checkbox"] + label {
            cursor: pointer;
            font-size: 1em;
        }

    .formregister .material-types input[type="checkbox"] + label, .formregister .material-types p {
        display: inline-block;
        margin: 0px;
        vertical-align: middle;
    }

    .formregister [id^="checkbox-4-"] + label {
        background-color: #FFF;
        border: 2px solid #b8c0d0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 9px;
        border-radius: 5px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        margin-right: 20px;
    }

        .formregister [id^="checkbox-4-"] + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .formregister [id^="checkbox-4-"]:checked + label {
        background-color: #F7F2EC;
        border: 2px solid #b8c0d0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    }

    .formregister [id^="checkbox-4-"] + label:after {
        position: absolute;
        top: 99px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        content: '\2715';
        color: #142e65;
        width: 100%;
        text-align: center;
        font-size: 1.4em;
        padding: 1px 0 0 0;
        left: 0px;
    }

    .formregister [id^="checkbox-4-"]:checked + label:after {
        top: -5px;
    }

    .formregister #checkbox-4-2 + label {
        width: 10px;
        height: 10px;
    }

    .formregister #checkbox-4-3 + label {
        width: 10px;
        height: 10px;
    }

    .formregister #checkbox-4-2:checked + label:after {
        left: 0px;
        /*padding: 6px 0 0 0;*/
    }

    .formregister #checkbox-4-3:checked + label:after {
        left: 0px;
        /*top: 2px;
	padding: 9px 0 0 0;*/
    }

.survey-form {
    float: left;
    width: 100%;
}

    .survey-form input[type=checkbox] {
        position: relative;
        cursor: pointer;
        top: 0px;
    }

        .survey-form input[type=checkbox]:before {
            content: "";
            display: block;
            position: absolute;
            width: 16px;
            height: 16px;
            top: 0;
            left: 0;
            border-radius: 3px;
            background-color: #fff;
            border: 2px solid #b8c0d0;
            box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 -15px 10px -12px rgba(0,0,0,.05);
        }

        .survey-form input[type=checkbox]:checked:after {
            content: "";
            display: block;
            width: 5px;
            height: 10px;
            border: solid black;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 2px;
            left: 6px;
        }

    .survey-form .lbl {
        font-weight: 300;
        font-size: 14px;
        color: #727887;
        line-height: 1.6em;
        padding: 0px 10px;
    }

    .survey-form .s16 {
        font-weight: 300;
        font-size: 14px;
        color: #727887;
        line-height: 1.6em;
        padding: 0px 10px;
    }

    .survey-form .s17 {
        font-weight: 300;
        font-size: 14px;
        color: #727887;
        line-height: 1.6em;
        padding: 0px 10px;
    }

    .survey-form .s18 {
        font-weight: 300;
        font-size: 14px;
        color: #727887;
        line-height: 1.6em;
        padding: 0px 10px;
    }

    .survey-form .clear {
        border: 0;
        border-radius: 0;
        background: #b1b5ba;
        color: #fff;
        min-width: 120px;
        max-width: 140px;
        height: 45px;
        font-size: 20px;
        float: right;
    }

    .survey-form .send {
        border: 0;
        border-radius: 0;
        background: #142e65;
        color: #fff;
        width: 120px;
        height: 45px;
        font-size: 20px;
        float: right;
        margin-right: 15px;
    }

    .survey-form input[type="text"] {
        border: 1px solid #b8c0d0;
        height: 30px;
    }

.survey-questions {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .survey-questions input[type="text"] {
        float: left;
        width: 50%;
    }

    .survey-questions label {
        float: left;
        width: 50%;
        font-weight: 300;
        padding-right: 10px;
    }

.survey-item {
    float: left;
    width: 100%;
}

.survey-button {
    float: right;
    width: 100%;
    margin-top: 1rem;
}

.survey-group label {
    display: inline-block;
    width: 33%;
}

.survey-lbl span {
    width: 25%;
    display: inline-block;
    padding: 0px;
}

.survey-lbl label {
    width: 18.3%;
}

.survey-form h3 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}

.container-fluid.gallery .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

html body .content .tab-content.facilitiestabs .tab-pane .nopad {
    height: auto;
}

html body .content .tab-content.facilitiestabs .tab-pane dl {
    position: relative;
    top: auto;
    font-size: 14px;
}

html body .content .tab-content.facilitiestabs .tab-pane .readmore {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: right;
    margin: 1rem 0rem;
    padding-right: 15px;
    text-decoration: underline;
}

.plant-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 7rem;
}

.plant-more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0rem 1rem;
}

.products-listing .plant-more dl {
    display: none;
}

.products-listing .plant-item {
    margin-bottom: 3.5rem;
}

html body .content .certificate.reports ul li img {
    margin: 0 auto;
}

.box {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

    .box img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.35s ease 0.2s;
        transition: all 0.35s ease 0.2s;
    }

    .box:hover img {
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation: loading-1 0.45s linear forwards;
        animation: loading-1 0.45s linear forwards;
    }

    .box .box-content {
        height: 100%;
        width: 100%;
        padding: 0 30px;
        color: #fff;
        position: absolute;
        top: 50%;
        background: rgba(2,119,189,.9);
        left: 0;
        -webkit-transform: scale(0.5) translate(0%, -50%);
        transform: scale(0.5) translate(0%, -50%);
        -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        opacity: 0;
        z-index: 1;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
    }

    .box:hover .box-content {
        opacity: 1;
        -webkit-transform: scale(1) translate(0, -50%);
        transform: scale(1) translate(0, -50%);
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }

    .box .title {
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0 0 10px 0;
    }

    .box .description {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 15px;
    }

    .box .title,
    .box .description {
        line-height: 24px;
    }

    .box .read-more {
        display: inline-block;
        border: 2px solid #fff;
        padding: 8px 16px;
        font-size: 16px;
        color: #fff;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
    }

        .box .read-more:hover {
            background: #fff;
            color: #053a5c;
        }

    .box .box-content p {
        color: #fff;
        font-size: 20px;
        padding-top: 3rem;
    }

    .box:hover .box-content .fa {
        font-size: 25px;
        position: absolute;
        top: 60%;
        transform: translateY(-60%);
        -webkit-transform: translateY(-60%);
        right: 0px;
        left: 0px;
        margin: 0 auto;
        text-align: center;
    }

.products-listing .subsidiary-logo {
    display: none;
}

.products-listing p {
    margin-top: 1.5rem !important;
}

.products-listing .plant-more .readmore {
    text-decoration: underline;
}

.threecolumns .content ul.nav.nav-tabs li {
    font-size: .8rem;
}

html #a-section .photo-holder .cta h3 {
    font-size: 18px;
}

html body .content .history-timeline .company-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

html body .content ul.year-select li .year-selected {
    background: #00a1f2;
    color: #fff;
    padding: .5rem .7rem;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
}

.meeting-title {
    font-size: 30px;
}

html body .threecolumns .content .corporate-media ul li {
    width: 50%;
}

html body .content table thead tr th {
    padding: 0 10px;
}

html .inner-page .overview li {
    width: 78vw;
}

    html .inner-page .overview li img {
        width: 78vw;
        min-width: 78vw;
    }

html #our-markets .market-holder:before {
    background-image: none;
}

html header .overview::before,
html #main-slider .overview::before {
    background-color: #0277BD;
}

html #main-slider .overview li.active.leaving .hero-caption,
html #main-slider .overview li.active .hero-caption,
html #main-slider .overview li .hero-caption,
html #main-slider .overview::before {
    left: 23vw;
}

.right-bar .iblir-container iframe,
.right-bar .iblir-container,
.content .iblir-container iframe,
.content .iblir-container {
    max-width: 100%;
    padding: 0;
}

.pres-item:last-child img {
    max-height: 269px;
}

html #about-us h2 {
    margin-top: 30px;
    margin-bottom: 2rem;
    line-height: 1;
}

.pres-img img {
    position: relative;
    top: -10px;
    left: -10px;
	width: 100%;
    height: auto;
    max-width: 480px;
}

.pres-img {
    border: 1px solid #0277bd;
    display: inline-block;
}
html #main-slider .viewport .hero-holder-background {
    display:none;
}
html #main-slider .viewport .hero-holder-nav .nav-bullets {
    padding-top:1.5rem;
}
html #main-slider .overview li.active.leaving .hero-caption,
html #main-slider .overview li.active .hero-caption,
html #main-slider .overview li .hero-caption {
    bottom: 14vw;
}
html #main-slider .overview li.active.leaving .hero-caption h2,
html #main-slider .overview li.active .hero-caption h2,
html #main-slider .overview li .hero-caption h2 {
    font-size: 2vw;
}
html #main-slider .viewport .hero-holder-nav,
html #main-slider .overview::before {
    bottom: 11vw;
}
html #main-slider .viewport .hero-holder-background {
    bottom: 7vw;
}
html #main-slider .viewport .hero-holder-nav .nav-bullets li a.active {
    background-color: #0C77BD;
}
html #main-slider .viewport .hero-holder-nav .nav-bullets li a {
    width:10px;
    height:10px;
}
html header .overview {
    width: 100vw;
    left: 0;
}

html header .overview::before {
    left:23vw;
}
html body header .navbar-brand {
    display: none;
}
html .inner-page .overview li img {
    width: 100vw;
    min-width: 100vw;
    left: 0;
}
html .inner-page .overview li {
    width: 100vw;
}
html header .viewport::before {
    display: none;
}
html header .viewport .hero-holder-background,
html header .overview::before,
html header .viewport .hero-holder-nav,
html #main-slider .overview::before,
html #main-slider .viewport .hero-holder-background,
html #main-slider .viewport .hero-holder-nav {
    background-color: rgba(4, 65, 136, .9) !important;
}
html #main-slider .overview {
    left: 0;
}
html header .overview li .hero-caption {
    text-align: left;
    padding-left: 0;
    left: 23vw;
}
.about-txt {
    min-width: 430px;
    max-width: 430px;
    padding: 25px;
    background-color: #636568;
}

    .about-txt p {
        color: #fff;
        font-size: 1.3rem;
    }

.about-box {
    display: flex;
}

.bggreybox {
    position: relative;
    width: 100%;
}

    .bggreybox img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        left: 0;
        object-position: center;
    }

.iblir-container iframe {
    max-width: 350px;
}

.iblir-container {
    background: #FFF;
    padding: 10px;
    max-width: 370px;
}

#investors .read-more {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.r-more {
    margin-right: 5px;
    height: 19px;
}

#investors .lightgrey {
    background-color: #e4e4e4;
    padding: 20px 40px;
}

#investors .bleubg {
    background-color: #044188;
    padding: 20px 40px;
}

    #investors .bleubg h3 {
        color: #fff;
    }

.investors-txt p {
    font-size: 1rem;
    color: #636568;
    font-weight: 500;
}

.presentation-items {
    display: flex;
    padding: 40px;
    padding-top: 25px;
    margin-left: 10px;
}

.presentation-list h3 {
    padding: 0 40px;
    padding-top: 25px;
}

.presentation-list:before {
    height: 50%;
    width: 100%;
    position: absolute;
    content: '';
    background: #F7F7F7;
    z-index: -1;
}

.presentation-list {
    position: relative;
    padding-bottom: 0;
}

.pres-item {
    padding-right: 35px;
}

    .pres-item span {
        display: block;
        width: 100%;
        color: #044188;
        font-weight: bold;
        font-size: 1.3rem;
        margin: 10px 0;
    }

.d-flex {
    display: flex;
}

#investors h3 {
    color: #0C77BD;
    margin-top: 0px;
}

#investors .bleubg ul {
    padding: 0;
    list-style: none;
}

    #investors .bleubg ul a {
        color: #fff;
    }

    #investors .bleubg ul li {
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        #investors .bleubg ul li:last-child {
            border: 0;
            margin: 0;
            padding: 0;
        }

#investors .bleubg .read-more {
    color: #fff;
}

#investors .bleubg ul a strong {
    display: block;
}

#investors .bleubg ul a:hover {
    text-decoration: none;
}

html footer .full-logo-footer {
    margin: 0;
}

footer .d-flex {
    align-items: center;
    margin-bottom: 1rem;
}

html .pres-item .read-more {
    margin: 0 !important;
    color: #0288D1;
    font-size: 15px;
}

html body .recent-news h2 {
    margin-top: 1rem;
}

.news-txt {
    max-width: 700px;
    margin-bottom: 15px;
}

.news-list {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}

.new-item img {
    margin-bottom: 10px;
}

.new-item p {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #727887;
    font-weight: bold;
}
.new-item .read-more {
    margin-top: 15px;
}

html .read-more {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #0288D1;
    text-decoration: none;
    padding: 0;
}

html #our-markets h2 {
    margin-top: 5rem;
}

.footer-right-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

html #about-us .read-more {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #ffffff;
    text-decoration: none;
    padding: 0;
    margin-bottom: 8px;
}

html #our-markets .all-markets {
    background-color: #0277bd;
}

html body .content .tab-content .tab-pane.photos .gallery .col-md-4.col-sm-6 {
    padding-left: 5px;
    padding-top: 15px;
    padding-right: 5px;
}

    html body .content .tab-content .tab-pane.photos .gallery .col-md-4.col-sm-6:nth-child(3n+1) {
        padding-left: 0px;
        padding-right: 10px;
    }

    html body .content .tab-content .tab-pane.photos .gallery .col-md-4.col-sm-6:nth-child(3n+3) {
        padding-right: 0px;
        padding-left: 10px;
    }

#a-section .nopad:nth-child(3) .cta h3 {
    font-size: 18px;
}

.error404 a {
    color: #fff;
}

.error404 h3 {
    color: white;
    margin-top: 0px;
    margin-bottom: 1rem;
}

.error404 h1 {
    font-size: 6.5rem;
    margin-bottom: 0px;
}

.survey-form .form-group {
    float: left;
    width: 100%;
}

    .survey-form .form-group select {
        float: left;
        width: 25%;
        font-weight: 300;
        padding: 5px 0px;
    }

    .survey-form .form-group label {
        float: left;
        width: 70%;
        padding-right: 10px;
        padding-top: 6px;
        color: #7f8386;
        font-size: 22px;
        font-weight: 500;
    }

.press-release-investor a {
    text-decoration: none;
}

.formcnt-span {
    float: left;
    width: 30%;
}

    .formcnt-span span {
        width: 100%;
        padding-right: 15px;
    }

.formcnt-label {
    float: left;
    width: 70%;
}

    .formcnt-label label input[type="checkbox"] {
        float: left;
        width: 10%;
    }

    .formcnt-label label {
        float: left;
        width: 25%;
    }

        .formcnt-label label span {
            float: left;
            width: 90%;
            font-size: 13px;
        }

.formcnt.survey-lbl {
    float: left;
    width: 100%;
}

.right-bar {
    float: left;
}

html body .content .gallery.video-gallery .col-xs-4 {
    margin-bottom: 15px;
    padding-left: 0px;
}

.image-holder.video-holder {
    position: relative;
}

    .image-holder.video-holder img {
        max-width: 100%;
        height: auto;
    }
html .read-more {
    text-transform:uppercase;
}
html #main-slider .overview li img {
    object-position:top;
}
.home-section-slider img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height:650px;
	object-position:center;
}
.item-slider {
    position: relative;
}
.text-slider {
    position: absolute;
    z-index: 999;
    padding-right: 0;
    padding-left: 0;
    bottom: 10rem;
    left: 0;
    right: 0;
    transition: bottom 1.6s linear,opacity .8s ease-in-out;
    max-width: calc(80vw - 30px);
    margin: auto;
}
.text-slider .item-txt {
    width: 50vw;
}
.text-slider .item-txt a.read-more:focus {
    outline: none;
}
.text-slider .item-txt a.read-more {
    background: transparent;
    padding: 0;
    font-size: 1rem;
    font-weight: 300;
}
.item-txt h2 {
    font-size: 30px;
    margin-top: 0;
    color: #fff;
}

.item-txt {
    width: 50vw;
    background-color: rgba(4, 65, 136, .9) !important;
    padding: 25px;
    height: 230px;
    padding-top: 50px;
}
.slick-dots li.slick-active button:before {
    background: #0C77BD;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    background: #B3E1F7;
    border-radius:50%;
}
ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

ul.slick-dots {
    position: absolute;
    bottom: calc(10rem + 190px);
    display: block;
    padding: 0;
    list-style: none;
    text-align: left;
    width: calc(80vw - 30px);
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 25px;
}
html header .overview li img {
    min-height:500px;
}
html header .overview li .hero-caption h1 {
    margin-top: 0;
}
html header .overview::before,
html header .viewport .hero-holder-nav {
    bottom: 60px;
}
html header .viewport .hero-holder-background {
    bottom: calc(-4rem + 60px);
}
html .inner-page header {
    min-height: 600px;
    margin-bottom: 2em;
}
.youtube.read-more {
    font-weight: bold;
	color: #0288d1 !important;
}
.footer-right-logo img {
    max-width: 150px;
}
img.m-less {
    margin-left: -15px;
}
html body .dropdown.open .dropdown-menu li > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.dropdown.open .dropdown-menu li a span.arrow-menu {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    display: inline-block;
    background: #fff;
    color: #0C77BD;
    text-align: center;
    line-height: 25px;
}
html body .dropdown.open .dropdown-menu li > a span.menu-link {
    width: calc(100% - 35px);
    text-align:left;
}
.dropdown.open .dropdown-menu li ul li ul li ul li span.arrow-menu {
    display: none;
}
.dropdown > .dropdown-menu .lang-and-search {
    border: 0;
}
html body .dropdown.open .dropdown-menu li:last-child a,
html body .dropdown.open .dropdown-menu li:nth-last-child(2) a {
    color: #fff;
}

html body .dropdown.open .dropdown-menu li:last-child,
html body .dropdown.open .dropdown-menu li:nth-last-child(2) {
    background: #0c77bd !important;
}
html body .content .subcat-list .subcategory img {
    max-width: 41px;
}
html body .content .subcat-list .subcategory img.icon-img-5 {
    max-width: 44px;
}
html body .content .subcat-list .subcategory img.icon-img-3 {
    max-width: 32px;
}
html body .content .subcat-list .subcategory img.icon-img-2 {
    max-width: 51px;
}
html body .content .subcat-list .subcategory h3 {
    font-size:1.9rem;
}
html footer {
    padding-bottom:.5rem;
}
.footer-social {
    margin-top: 3px;
}
.footer-social ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.footer-social ul li {
    margin-right: 1rem;
}
.footer-social ul li a span {
    text-decoration: underline;
    padding-left: 8px;
}
.footer-social ul li a {
    color: #065198;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .dropdown > .dropdown-menu .lang-and-search {
        border: 0;
        padding: 0 3.5vw;
    }
    .dropdown > .dropdown-menu .lang-and-search > .search-box {
        position: absolute;
        vertical-align: middle;
        font-weight: 300;
        right: 3.5vw;
        line-height: 1.4em;
        width: auto;
        display: block;
        height: auto;
    }
    .dropdown>.dropdown-menu .lang-and-search>.search-box span {
        border:0;
        padding:0;
    }
    html body .dropdown.open .dropdown-menu li > a {
        font-size: 15px;
        font-weight: normal;
    }
    .dropdown .dropdown-menu li {
        padding: 10px 20px;
        line-height: 3.5vw;
        border-top: 1px solid rgba(255,255,255,.23);
    }
    #content .container {
        width: 750px;
    }
    .container {
        width: calc(80vw - 30px);
    }
    #content .container:not(.threecolumns) {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: calc(80vw - 30px);
    }
    #content .container {
        width: 970px;
    }
    #content .container:not(.threecolumns) {
        width: calc(80vw - 30px);
    }
    
}

@media (min-width: 1200px) {
    .container {
        width: calc(80vw - 30px);
    }
    #content .container {
        width: 1170px;
    }
    #content .container:not(.threecolumns) {
        width: calc(80vw - 30px);
    }
    
}

@media screen and (max-width: 1600px) {
    html header {
        min-height: 700px;
    }
}

@media screen and (max-width: 1200px) {
    .item-txt h2 {
        font-size:25px;
    }
    .text-slider .item-txt {
        height:210px;
    }
    ul.slick-dots {
        bottom: calc(10rem + 170px);
    }
    .survey-form .form-group select {
        width: 50%;
    }

    .survey-form .lbl {
        font-size: 12px;
    }

    .survey-form .form-group label {
        width: 50%;
    }

    .error404 h3 {
        font-size: 14px;
    }

    #a-section .nopad:nth-child(3) .cta h3 {
        font-size: 1.2rem;
    }

    html #a-section .photo-holder .cta h3 {
        font-size: 1.2rem;
    }

    .survey-group label {
        width: 49.5%;
    }

    html body .content .tab-content.facilitiestabs .tab-pane dl {
        position: absolute;
        top: -5rem;
        font-size: 14px;
    }

    .plant-item {
        margin-bottom: 10rem;
    }

    html body .content ul.nav-tabs.facilities-tab-header li:first-child {
        width: 35%;
    }

    html body .content ul.nav-tabs.facilities-tab-header li {
        width: 35%;
    }

    html body .content ul.nav-tabs li {
        font-size: 14px;
    }

    html body .content .certificate.reports ul li .certificateTlt {
        font-size: 14px;
        margin-top: 10px;
    }

    html body .content .certificate.reports ul li .filesizeTlt {
        font-size: 14px;
    }

    html body .content .categoryTitle {
        font-size: 18px;
    }

    html body .content .certificate.reports ul li {
        width: 32.5%;
    }
}

@media screen and (max-width: 991px) {
    html body .content .subcat-list .subcategory img.icon-img-2 {
        max-width: 40px;
    }
    html body .content .subcat-list .subcategory img {
        max-width: 30px;
    }
    html body .content .subcat-list .subcategory img.icon-img-5 {
        max-width: 35px;
    }
    html body .content .subcat-list .subcategory img.icon-img-3 {
        max-width: 24px;
    }
    .text-slider .item-txt {
        width: 65vw;
    }
    .item-txt h2 {
        font-size: 21px;
    }
    .new-item {
        margin-bottom: 2.5rem;
    }

        .new-item:last-child {
            margin: 0;
        }

    html body .content .tab-content .tab-pane.photos .gallery .col-md-4.col-sm-6:nth-child(3n+3) {
        padding-left: 0px;
    }

    html body .content .tab-content .tab-pane.photos .gallery .col-md-4.col-sm-6 {
        padding-left: 0px;
    }

        html body .content .tab-content .tab-pane.photos .gallery .col-md-4.col-sm-6:nth-child(2n+1) {
            padding-right: 5px;
        }

        html body .content .tab-content .tab-pane.photos .gallery .col-md-4.col-sm-6:nth-child(2n+2) {
            padding-right: 0px;
            padding-left: 5px;
        }

    html body .content .tab-content .tab-pane.photos .gallery .col-md-4.col-sm-6 {
        padding-top: 10px;
    }

    .formcnt-label {
        float: left;
        width: 100%;
        margin: 0.6rem 0rem;
    }

    .formcnt-span {
        float: left;
        width: 100%;
    }

    html body .content .survey-form h3 {
        font-size: 17px;
    }

    .survey-form .lbl {
        font-size: 11px;
        padding-top: 2px;
    }

    .survey-form .s16 {
        font-size: 11px;
    }

    .survey-form .s17 {
        font-size: 11px;
    }

    .survey-form .s18 {
        font-size: 11px;
    }

    .survey-form .form-group label {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
	html body .dropdown.open>.dropdown-menu>.dropdown-submenu.open>.dropdown-menu li a {
    color: #fff;
}
html body .dropdown.open, html body .dropdown.open .dropdown-menu {
    background: #0c77bd !important;
}
    .footer-social ul {
        justify-content:center;
    }
    html body .content .subcat-list .subcategory img {
        max-width: 41px;
    }

    html body .content .subcat-list .subcategory img.icon-img-5 {
        max-width: 44px;
    }

    html body .content .subcat-list .subcategory img.icon-img-3 {
        max-width: 32px;
    }

    html body .content .subcat-list .subcategory img.icon-img-2 {
        max-width: 51px;
    }
    /*html body .dropdown.open {
        width: calc(100vw - 15px);
    }*/
    html body .dropdown.open .dropdown-menu {
        padding-top:8rem;
    }
    html body .dropdown > .dropdown-menu .lang-and-search {
        margin-bottom:5rem;
    }
    html body .dropdown > .dropdown-menu .lang-and-search > .search-box {
        right: 20px;
    }
    html body .dropdown > .dropdown-menu .lang-and-search {
        padding-left: 20px;
        padding-right: 20px;
        height: 50px;
        margin-bottom: 0;
        padding-top: 15px;
    }
    html body .dropdown > .dropdown-menu .lang-and-search:hover {
        background: #0C77BD;
    }
    html body .dropdown.open,
    html body .dropdown.open .dropdown-menu {
        background: #fff;
    }
    .dropdown > .dropdown-menu .lang-and-search {
        border: 0;
        padding: 0 3.5vw;
    }
    .dropdown > .dropdown-menu .lang-and-search > .search-box {
        position: absolute;
        vertical-align: middle;
        font-weight: 300;
        right: 3.5vw;
        line-height: 1.4em;
        width: auto;
        display: block;
        height: auto;
    }
    .dropdown > .dropdown-menu .lang-and-search > .search-box span {
        border: 0;
        padding: 0;
    }

    html body .dropdown.open .dropdown-menu li > a {
        font-size: 15px;
        font-weight: normal;
    }
    html body .dropdown .dropdown-menu li {
        padding: 15px 20px;
        line-height: 1.2em;
    }
    html body .dropdown.open > .dropdown-menu {
        width:100%;
    }
    html body .dropdown.open #nav-icon3 {
        background: #fff;
        padding-right: 0;
    }
    html body .dropdown.open .dropdown-menu li {
        text-align: center;
        background: #0C77BD;
    }
    .dropdown-menu {
        box-shadow:none;
    }
    .dropdown .dropdown-menu li {
        padding: 10px 20px;
        line-height: 3.5vw;
        border-top: 1px solid rgba(255,255,255,.23);
    }
    html body .dropdown > .dropdown-menu .lang-and-search > .lang-pick a {
        font-weight: 200;
    }
    html body .dropdown > .dropdown-menu .lang-and-search > .lang-pick span {
        font-weight: 400;
    }
    html body .dropdown > .dropdown-menu .lang-and-search > .search-box .search-field {
        height: 21px;
        font-size: 15px;
    }
    html body .dropdown > .dropdown-menu .lang-and-search > .search-box span {
        line-height: 21px;
        font-size: 14px;
    }
    html body .dropdown > .dropdown-menu .lang-and-search > .lang-pick {
        font-size: 15px;
    }
    html body .dropdown > .dropdown-menu .lang-and-search > .search-box {
        display: block;
        height: auto;
        width: auto;
    }
    html body .dropdown>.dropdown-menu .lang-and-search>.search-box span {
        float: none;
        cursor: pointer;
        padding-left: 0;
        border-left: 0;
    }
        
    html body .dropdown>.dropdown-menu .lang-and-search>.search-box .search-field {
        width:14rem;
    }
        html body .dropdown > .dropdown-menu .lang-and-search > .search-box .en-search {
            width: 10rem;
        }
    .text-slider .item-txt {
        width: 100%;
    }
    ul.slick-dots {
        width: calc(100% - 30px);
    }
    .item-txt h2 {
        font-size: 19px;
    }
    .text-slider {
        max-width: calc(100% - 30px);
    }
    html body #main-slider .overview li .hero-caption h2,
    html body #main-slider .overview li.active .hero-caption h2 {
        font-size: 3.6vw;
    }

    footer .d-flex {
        margin-top: 2rem;
        display:block;
    }
    footer .col-12 {
        width: 100%;
        display: block;
        text-align: center;
    }
    img.m-less {
        margin-left: -12px;
    }
    .footer-right-logo {
        justify-content:center;
    }
        .footer-right-logo img {
            max-width: 120px;
        }
    footer .d-flex .col-sm-3 img {
        margin: auto;
    }

    .about-txt {
        min-width: 50%;
        max-width: 50%;
    }

    #investors .d-flex {
        display: block;
    }

    .news-list {
        margin: 0;
    }

    .row {
        margin: 0;
    }

    html .inner-page .overview li img {
        width: 100vw;
        min-width: 100vw;
    }

    #a-section .nopad:nth-child(3) .cta h3 {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: normal;
        padding-bottom: 0px;
    }

    html .inner-page .overview li {
        width: 100vw;
    }

    .plant-item {
        margin-bottom: 8.5rem;
    }

    html #a-section .photo-holder .cta h3 {
        font-size: 18px;
    }

    html body .content .tab-content.facilitiestabs .tab-pane dl {
        top: -4rem;
    }

    html body .content ul.nav-tabs.facilities-tab-header li:first-child {
        width: 40%;
    }

    html body .content ul.nav-tabs.facilities-tab-header li {
        width: 40%;
    }

    html body .content ul.nav-tabs li {
        font-size: 13px;
    }

    html body .content .certificate.reports ul li {
        width: 49.6%;
    }

    html body .content .categoryTitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px) {
    .pres-item:last-child img {
        max-height: initial;
    }

    .presentation-items {
        display: block;
        margin: 0;
    }

    .pres-item {
        padding-right: 0;
        margin-bottom: 2rem;
    }

        .pres-item:last-child {
            margin: 0;
        }

    .pres-img {
        border: 0;
    }

        .pres-img img {
            position: relative;
            top: 0;
            left: 0;
			max-width: 100%;
        }
}

@media screen and (max-width: 560px) {
    html body .content .subcat-list .subcategory img {
        max-width: 24px;
    }

        html body .content .subcat-list .subcategory img.icon-img-2 {
            max-width: 28px;
        }

        html body .content .subcat-list .subcategory img.icon-img-3 {
            max-width: 20px;
        }

        html body .content .subcat-list .subcategory img.icon-img-5 {
            max-width: 25px;
        }
    .survey-lbl > span {
        width: 100%;
        margin: 1rem 0rem;
        font-weight: 400;
    }

    .survey-form .form-group select {
        width: 100%;
        padding: 5px;
    }

    .survey-form .form-group label {
        width: 100%;
        margin-bottom: 1rem;
    }

    .box .box-content p {
        font-size: 16px;
    }

    .box:hover .box-content .fa {
        font-size: 20px;
        position: absolute;
        top: 80%;
        transform: translateY(-80%);
        -webkit-transform: translateY(-80%);
        right: 10px;
        left: auto;
        margin: 0 auto;
        text-align: center;
    }

    .survey-lbl label {
        width: 24%;
    }

    .plant-item {
        margin-bottom: 10rem;
    }

    html body .content .tab-content.facilitiestabs .tab-pane dl {
        top: -5rem;
    }

    html body .content ul.nav-tabs.facilities-tab-header li:first-child {
        width: 50%;
    }

    html body .content ul.nav-tabs.facilities-tab-header li {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .footer-right-logo img {
        max-width: 110px;
    }
    html body .recent-news .read-more {
        display: flex;
    }

    html body .content .photo-gallery ul.nav-tabs li {
        width: 100%;
        font-size: 14px;
    }

    .about-box {
        display: block;
    }

    .about-txt {
        min-width: 100%;
        max-width: 100%;
    }

    .bggreybox {
        height: 200px;
    }

    html body #about-us .read-more {
        font-size: 12px;
        display: flex;
    }

    html body .content p {
        font-size: 14px;
    }

    html body .content ul li {
        font-size: 14px !important;
    }

    .formcnt-label label input[type="checkbox"] {
        width: 5%;
    }

    #a-section .nopad:nth-child(3) .cta h3 {
        font-size: 18px;
        padding-bottom: .5rem;
    }

    .threecolumns .content ul.nav.nav-tabs li {
        font-size: 13px;
        width: 100%;
    }

    .survey-questions label {
        width: 100%;
        padding-right: 0px;
    }

    .survey-questions input[type="text"] {
        width: 100%;
    }

    .survey-form .clear {
        min-width: 100px;
        height: 40px;
        font-size: 18px;
    }

    .survey-form .send {
        width: 100px;
        height: 40px;
        font-size: 18px;
    }

    .survey-group label {
        width: 100%;
        display: block;
    }

    .survey-form h3 {
        font-size: 17px;
    }

    .survey-lbl label {
        width: 100%;
    }

    html body .content ul.nav-tabs.facilities-tab-header li:first-child {
        width: 100%;
        font-size: 12px;
    }

    html body .content ul.nav-tabs.facilities-tab-header li {
        border: 0;
        width: 100%;
        font-size: 12px;
    }

    html body .content ul.nav-tabs li:hover a {
        padding: 12px;
    }

    html body .content ul.nav-tabs li.active a:hover {
        padding: 12px;
    }

    html body .content ul.nav-tabs li.active a:focus {
        padding: 12px;
    }

    html body .content ul.nav-tabs li a {
        padding: 12px;
    }

    .plant-more {
        position: relative;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    html body .content .tab-content.facilitiestabs .tab-pane .readmore {
        font-size: 13px;
        padding-right: 0px;
    }

    html body .content .tab-content.facilitiestabs .tab-pane dl {
        top: auto;
        position: relative;
    }

    .plant-item {
        margin-bottom: 5rem;
    }

    html body .content ul.year-select li a {
        font-size: 16px;
    }

    .slick-slide.slick-current.slick-active a {
        font-size: 16px;
    }

    html body .content table thead tr th {
        font-size: 13px;
    }

    html body .content table tbody tr td {
        font-size: 13px;
        padding: .5rem 0.7rem;
    }

    html body .content ul.paginate li {
        font-size: 14px;
    }

    html body .content .certificate.reports ul li {
        width: 100%;
    }

    .error404 h1 {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 360px) {
    html body header .overview::before {
        height: 13rem;
    }

    html body header .overview li .hero-caption {
        height: 13rem;
    }

    .survey-form .clear {
        min-width: 100%;
        font-size: 17px;
        margin-bottom: 2rem;
    }

    .survey-form .send {
        width: 100%;
        font-size: 17px;
        margin: 0px;
    }

    .survey-form .captcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        float: left;
    }

    .media-center .col-xs-6 {
        width: 100%;
    }

    html body .content .subcat-list .subcategory h3 {
        font-size: 3rem;
    }

    html body .content .subcat-list .subcategory .fa {
        top: 2rem;
        right: 2rem;
        font-size: 4rem;
    }

    html body .content table thead tr th {
        font-size: 1.5rem;
    }

    html body .content table.secondary tbody tr td {
        font-size: 1.5rem;
    }

    html body .content table tbody tr td ul li {
        font-size: 1.5rem;
    }

    html body .content table tbody tr td {
        font-size: 1.5rem;
    }

    html body .content ul.year-select li a {
        font-size: 1.5rem;
    }

    .slick-slide.slick-current.slick-active a {
        font-size: 1.5rem;
    }
}
