﻿@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,800');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #ddd;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

.clearfix {
    clear: both;
}

a {
    text-decoration: none;
}

ul, ol, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.main-conrainer {
    width: 1600px;
    margin: 0 auto;
    background-color: #fff;
}

.header {
    display: block;
    background-color: white;
    height: 131px;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.header-top {
    display: block;
    height: 45px;
    background-color: #001f44;
}

.header-top-info {
    display: block;
    height: 40px;
}

.header-top-info-left {
    float: left;
    height: 40px;
    margin-left: -19px;
}

    .header-top-info-left ul li {
        display: inline-block;
        float: left;
        padding: 10px 15px;
        border-right: 1px #fff solid;
    }

        .header-top-info-left ul li:last-child {
            border: 0;
        }

        .header-top-info-left ul li img {
            float: left;
            margin-right: 10px;
            margin-top: 4px;
        }

        .header-top-info-left ul li h3 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
            display: inline-block;
            color: white;
        }

.header-top-info-right {
    float: right;
    height: 40px;
}

.header-top-info-right-social {
    display: inline-block;
    float: right;
    width: 61px;
    border-left: 1px #fff solid;
    height: 40px;
}

    .header-top-info-right-social img {
        border: 0;
        margin-left: 15px;
        margin-top: 11px;
    }

.header-top-info-right-lang {
    display: inline-block;
    float: right;
    padding-right: 15px;
    padding-top: 8px;
}

    .header-top-info-right-lang a {
        color: #fff;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
        font-size: 12px;
    }

        .header-top-info-right-lang a:hover {
            text-decoration: underline;
        }

.banner {
    height: 91px;
    display: block;
    background-color: white;
}

.banner-container {
    display: block;
    height: 91px;
    position: relative;
}

.logo {
    width: 158px;
    height: 131px;
    /* background-color: white; */
    left: 0;
    top: -12px;
    position: absolute;
    text-align: center;
}

    .logo img {
        margin: 0 auto;
        border: 0;
        width: 98%;
        margin-top: 20px;
    }

.menu {
    float: right;
}

.slider {
    display: block;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
}

.about {
    display: block;
    padding: 45px 0px;
    background-color: white;
    background-image: url('map.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.title {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: #2765b0;
    text-align: center;
}

.title-line {
    display: block;
    height: 2px;
    background-color: #000;
    width: 50px;
    margin: 10px auto;
}

.about h2 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 25px;
}

.about p {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.about-content {
    text-align: center;
}

.btn {
    display: block;
    background-color: #2765b0;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 125px;
    font-weight: 700;
}

    .btn:hover {
        background-color: #1b1b1b;
    }

.btn-more {
    display: block;
    padding: 0px 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 0px auto;
    max-width: 115px;
    background-image: url('more.png');
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: 700;
}

    .btn-more:hover {
        color: #666;
    }

.energy {
    display: block;
    padding: 45px 0px;
    background-color: #1b1b1b;
}

.energy-left {
    float: left;
    width: 50%;
}

    .energy-left p {
        color: white;
        display: block;
        font-size: 14px;
        line-height: 26px;
        margin: 25px 0 10px 0;
    }

.btn-more-white {
    display: block;
    padding: 0px 15px 0 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-image: url('more.png');
    background-repeat: no-repeat;
    background-position: right center;
    width: 95px;
    font-weight: 700;
}

    .btn-more-white:hover {
        color: #666;
    }

.btn-more-left {
    display: block;
    padding: 0px 15px 0 0;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    text-align: center;
    background-image: url('more.png');
    background-repeat: no-repeat;
    background-position: right center;
    width: 95px;
    font-weight: 700;
}

    .btn-more-left:hover {
        color: #666;
    }

.energy-title {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: #2765b0;
    text-align: center;
}

.energy-title-line {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 50px;
    margin: 10px auto;
}

.project-energy {
    display: block;
    padding: 10px;
    background-color: #252525;
    margin-top: 45px;
}

    .project-energy img {
        float: left;
        width: 190px;
        border: 0;
        margin-right: 10px;
    }

    .project-energy h3 {
        text-transform: uppercase;
        color: #2765b0;
        font-size: 16px;
    }

    .project-energy p {
        color: white;
        display: block;
        font-size: 13px;
        line-height: 25px;
        margin: 8px 0 0 0;
    }

.energy-right {
    float: right;
    width: 45%;
}

    .energy-right img {
        width: 90%;
    }

.section-tow {
    display: block;
    padding: 45px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+50,ffffff+50,ffffff+100 */ background: #f3f3f3;
    /* Old browsers */ background: -moz-linear-gradient(left, #f3f3f3 0%, #f3f3f3 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    ;
    background: -webkit-linear-gradient(left, #f3f3f3 0%,#f3f3f3 50%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    ;
    background: linear-gradient(to right, #f3f3f3 0%,#f3f3f3 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    ;
}

.section-tow-white {
    width: 49%;
    float: left;
    display: inline-block;
}

    .section-tow-white p {
        color: #666;
        display: block;
        font-size: 14px;
        line-height: 26px;
        margin: 25px 0 10px 0;
        width: 95%;
    }

.section-tow-grey p {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin: 25px 0 10px 0;
    width: 95%;
    margin-left: 2%;
    min-height: 105px;
}

.project-white {
    display: block;
    padding: 10px;
    background-color: #fff;
    margin-top: 45px;
    width: 95%;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    box-shadow: 0 0 5px 1px #ccc;
}

    .project-white img {
        float: left;
        width: 190px;
        border: 0;
        margin-right: 10px;
    }

    .project-white h3 {
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
    }

    .project-white:hover h3 {
        color: #2765b0;
    }

    .project-white p {
        color: #666;
        display: block;
        font-size: 13px;
        line-height: 25px;
        margin: 8px 0 0 0;
    }

.section-tow-grey {
    width: 49%;
    float: left;
    display: inline-block;
    margin-left: 2%;
}

.project-grey {
    display: block;
    padding: 10px;
    background-color: #f3f3f3;
    margin-top: 45px;
    width: 95%;
    margin-left: 2%;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    box-shadow: 0 0 5px 1px #ccc;
}

    .project-grey img {
        float: left;
        width: 190px;
        border: 0;
        margin-right: 10px;
    }

    .project-grey h3 {
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
    }

    .project-grey:hover h3 {
        color: #2765b0;
    }

    .project-grey p {
        color: #666;
        display: block;
        font-size: 13px;
        line-height: 25px;
        margin: 8px 0 0 0;
    }

.section-tow-bottom {
    display: block;
    padding: 45px 0px;
    background-color: #fff;
    border-top: 1px #dbdbdb solid;
    text-align: center
}

    .section-tow-bottom p {
        color: #666;
        display: block;
        font-size: 14px;
        line-height: 26px;
        margin: 25px 0 10px 0;
        width: 95%;
        text-align: center
    }

    .section-tow-bottom ul {
        margin-top: 35px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

@media screen and (max-width: 790px) {
    .section-tow-bottom ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 550px) {
    .section-tow-bottom ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

        .section-tow-bottom ul li {
            display: inline-block;
            width: 100%;
            float: left;
            margin-right: 1%;
            background-color: #f3f3f3;
            -webkit-box-shadow: 0 0 5px 1px #ccc;
            box-shadow: 0 0 5px 1px #ccc;
        }

            .section-tow-bottom ul li img {
                object-fit: cover;
                height: 15rem;
                width: 100%;
                border: 0;
            }

            .section-tow-bottom ul li h3 {
                display: block;
                clear: both;
                padding: 5px 15px 10px;
                text-transform: uppercase;
                color: #000;
                font-size: 16px;
            }

            .section-tow-bottom ul li:hover h3 {
                color: #2765b0;
            }

.section-bottom-grey p {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin: 25px 0 10px 0;
    width: 95%;
    margin-left: 2%;
}

.section-bottom-grey {
    width: 49%;
    float: left;
    display: inline-block;
    margin-left: 2%;
}

.section-bottom-grey-p {
    display: block;
    clear: both;
    margin-top: 50px;
    margin-left: 2%;
}

    .section-bottom-grey-p ul li {
        display: inline-block;
        width: 47%;
        float: left;
        margin-right: 3%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 5px 1px #ccc;
        box-shadow: 0 0 5px 1px #ccc;
    }

        .section-bottom-grey-p ul li img {
            width: 100%;
            border: 0;
        }

        .section-bottom-grey-p ul li h3 {
            display: block;
            clear: both;
            padding: 5px 15px 10px;
            text-transform: uppercase;
            color: #000;
            font-size: 16px;
        }

        .section-bottom-grey-p ul li:hover h3 {
            color: #2765b0;
        }

.hk {
    display: block;
    background-color: #c1c5c6;
    background-image: url('hk-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 55px 0;
}

    .hk img {
        margin-left: 250px;
    }

    .hk h2 {
        text-transform: uppercase;
    }

    .hk p {
        color: white;
        display: block;
        font-size: 14px;
        line-height: 26px;
        width: 55%;
    }

.contact {
    display: block;
    background-color: white;
    padding: 65px 0 0 0;
}

.contact-info {
    display: block;
    background-color: #001f44;
    padding: 15px;
    margin-top: 1px;
}

    .contact-info ul li {
        display: inline-block;
        width: 32%;
        float: left;
    }

        .contact-info ul li:first-child {
            width: 100%;
            display: block;
            clear: both;
            float: none;
            border-bottom: 1px #d1b02f solid;
            padding-bottom: 10px;
            margin-bottom: 10px
        }

            .contact-info ul li:first-child h1 {
                font-size: 26px;
                text-align: center;
                color: #fff
            }

            .contact-info ul li:first-child img {
                width: 40px;
                margin-top: 15px;
            }

        .contact-info ul li:nth-child(2) img {
            width: 32px;
            margin-top: 15px;
        }

        .contact-info ul li img {
            float: left;
            margin: 5px 15px 0 0;
            width: 32px;
        }

        .contact-info ul li p {
            text-transform: lowercase;
            color: #fbfbfb;
            font-size: 16px;
        }

.map {
    display: block;
    height: 400px;
    width: 100%;
}

#map {
    width: 100%;
    height: 400px;
}

#infomap {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

    #infomap .mapHeading {
        color: #111;
        padding-bottom: 5px;
        height: 20px;
        width: 250px;
    }

#map-info p {
    color: #444;
    clear: both;
}

.avesta {
    display: block;
    background-color: #353535;
    padding: 25px;
}

    .avesta p {
        text-transform: uppercase;
        color: #666;
        font-size: 12px;
        float: left;
        width: 350px;
        margin: 0;
    }

    .avesta h3 {
        float: right;
        text-transform: uppercase;
        color: #666;
        font-size: 12px;
        font-weight: normal;
    }

    .avesta a {
        color: #2765b0;
    }

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

    .avesta h3 span {
        color: #0099FF;
    }

.page-titles {
    display: block;
    padding: 30px 0px;
    background-color: #fff;
    margin-top: 5px;
}

    .page-titles h1 {
        text-transform: uppercase;
        font-size: 22px;
        color: #000;
        text-align: center;
    }

.about-page {
    padding: 55px 0px;
    display: block;
    clear: both;
    background-color: #fff;
}

    .about-page h2 {
        text-transform: uppercase;
        color: #000;
        font-size: 18px;
    }

    .about-page img {
        float: left;
        max-width: 300px;
        margin-right: 20px;
    }

    .about-page p {
        display: block;
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

.energy-page {
    padding: 25px 0px 55px;
    display: block;
    clear: both;
    background-color: #fff;
}

    .energy-page h2 {
        text-transform: uppercase;
        color: #000;
        font-size: 18px;
    }

    .energy-page img {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .energy-page p {
        display: block;
        font-size: 14px;
        color: #666;
        line-height: 26px;
        font-family: 'Segoe UI';
    }

.projects-section {
    display: block;
    padding: 20px;
    background-color: #f7f7f7;
    margin: 25px 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.projects-section-img {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 20px;
    overflow: hidden;
}

    .projects-section-img img {
        width: 100%;
        border: 0;
    }

.projects-section h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    color: #000;
}

.projects-section p {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.projects-section:hover h2 {
    color: #2765b0;
}

.detail-page {
    padding: 55px 0px;
    display: block;
    clear: both;
    background-color: #fff;
}

    .detail-page h2 {
        text-transform: uppercase;
        color: #000;
        font-size: 18px;
    }

    .detail-page img {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .detail-page p {
        display: block;
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

.factory-section {
    padding: 20px;
    background-color: #f7f7f7;
    width: 30%;
    float: left;
    display: inline-block;
    margin: 20px 20px 0px 0;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    box-shadow: 0 0 5px 1px #ccc;
}

.factory-section-img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .factory-section-img img {
        width: 100%;
        border: 0;
    }

.factory-section h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    color: #000;
}

.factory-section:hover h2 {
    color: #2765b0;
}

.form {
    display: block;
    margin: 25px auto;
}

.form-text {
    border: 1px #ddd solid;
    padding: 15px 1%;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form-text-1 {
    width: 47%;
    margin-bottom: 30px;
    float: left;
}

.form-text-2 {
    width: 47%;
    margin-bottom: 30px;
    float: right;
}

.form-text-3 {
    display: block;
    border: 1px #eee solid;
    padding: 15px;
    color: #666;
    height: 200px;
    clear: both;
    width: 97%;
    box-sizing: padding-box;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .main-conrainer {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .wrapper {
        width: 960px;
    }

    .hk {
        padding: 41px 0;
    }

        .hk p {
            color: white;
            display: block;
            font-size: 14px;
            line-height: 26px;
            width: 60%;
            padding: 9px;
            background-color: rgba(0, 0, 0, 0.3);
        }

    .contact-info ul li p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 960px) {
    .wrapper {
        width: 768px;
    }

    .header {
        height: 100px;
    }

    .banner {
        height: 60px;
    }

    .banner-container {
        height: 60px;
    }

    .logo {
        height: 100px;
    }

        .logo img {
            width: 85%;
        }

    .menu {
        float: right;
        width: 100%;
        height: 0;
    }

    .section-tow {
        background: white !important; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+50,ffffff+50,ffffff+100 */
        ;
    }

        .section-tow p {
            margin-top: 5px;
        }

    .section-tow-white {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 65px;
    }

    .section-tow-grey {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
    }

    .project-white {
        background-color: #f3f3f3;
        margin-top: 22px;
    }

    .project-grey {
        background-color: #f3f3f3;
        margin-top: 22px;
        margin-left: 0;
    }

    .section-tow-bottom {
        background: #f3f3f3 !important; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+50,ffffff+50,ffffff+100 */
        ;
    }

    .section-bottom-white {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 65px;
    }

    .section-bottom-grey {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0%;
    }

    .section-bottom-white-p ul li {
        background-color: #fff;
    }

    .hk {
        background-size: contain;
    }

        .hk img {
            margin-left: 0;
        }

        .hk p {
            width: 80%;
            background-color: rgba(0, 0, 0, 0.5);
        }

    .form-text-3 {
        width: 96%;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 640px;
    }

    #cssmenu #menu-button::before {
        top: 30px;
        right: 20px;
    }

    #cssmenu #menu-button::after {
        top: 44px;
    }

    #cssmenu #menu-button {
        padding: 0px;
        width: 75px;
        right: 0px;
        float: right;
        height: 55px;
        position: absolute;
        top: -50px;
        right: 0px;
    }

    #cssmenu ul {
        margin-top: 0px;
    }

    #cssmenu > ul > li > a {
        font-size: 16px;
        padding: 9px 8px;
    }

    #menu-line {
        display: none !important;
        width: 100px !important;
    }

    #cssmenu {
        margin-top: 20px !important;
    }

    .energy-left {
        float: none;
        width: 100%;
        display: block;
        ;
        margin-bottom: 25px;
    }

    .energy-right {
        float: none;
        width: 100%;
        display: block;
    }

        .energy-right img {
            width: 100%;
        }

    .project-energy img {
        float: left;
        width: 150px;
        border: 0;
        margin-right: 10px;
    }

    .contact-info ul li {
        display: block;
        width: 100%;
        float: none;
        clear: both;
        padding: 10px 0px;
    }

        .contact-info ul li:first-child img {
            margin-top: 0px;
            width: 40px;
        }

        .contact-info ul li:nth-child(2) img {
            margin-top: 0px;
            width: 40px;
        }

        .contact-info ul li img {
            margin-top: 0px;
            width: 40px;
        }

    .avesta p {
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 5px;
        text-align: center;
    }

    .avesta h3 {
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 5px;
        text-align: center;
    }

    .projects-section-img {
        height: 290px;
    }

    .projects-section h2 {
        margin-top: 0;
    }

    .projects-section p {
        font-size: 13px;
        line-height: 25px;
    }

    .factory-section {
        padding: 15px;
        width: 41%;
    }
}

@media only screen and (max-width: 640px) {
    .wrapper {
        width: 96%;
    }

    .hk {
        background-size: cover;
    }

        .hk img {
            margin-left: 250px;
        }

        .hk p {
            width: 96%;
            background-color: rgba(0, 0, 0, 0.7);
            padding: 2%;
        }

    .page-titles h1 {
        font-size: 20px;
    }

    .page-titles {
        padding: 20px 0;
    }

    .form-text-1 {
        width: 98%;
        display: block;
        clear: both;
        float: none;
        margin-bottom: 10px;
    }

    .form-text-2 {
        width: 98%;
        display: block;
        clear: both;
        float: none;
        margin-bottom: 10px;
    }

    .form-text-3 {
        width: 94%;
        display: block;
        clear: both;
        float: none;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 540px) {
    .header-top-info-left {
        margin-left: -6px;
    }

        .header-top-info-left ul li {
            padding: 10px 10px;
        }

            .header-top-info-left ul li h3 {
                font-size: 12px;
            }

    .slider {
        height: 220px;
    }

    .projects-section {
        padding: 10px;
    }

    .projects-section-img {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        height: 200px;
    }

    .projects-section p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .factory-section {
        padding: 10px;
        width: 41%;
        margin: 20px 15px 0px 0;
    }

}

@media only screen and (max-width: 420px) {
    .header-top-info-left {
        display: none;
    }

    #cssmenu {
        margin-top: 55px !important;
    }

    .about {
        padding: 20px 0px;
    }

    .title {
        font-size: 20px;
    }

    .about h2 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .about p {
        font-size: 13px;
        line-height: 24px;
    }

    .btn {
        padding: 10px 10px;
    }

    .section-tow {
        padding: 25px 0;
    }

    .project-white {
        width: auto !important;
    }

    .project-grey {
        width: auto !important;
        margin-left: 0;
    }

    .project-white img {
        float: left;
        width: 100%;
        border: 0;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .project-grey img {
        float: left;
        width: 100%;
        border: 0;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .section-tow-grey p {
        margin-left: 0;
    }

    .section-tow-bottom {
        padding: 25px 0;
    }

    .section-bottom-white-p ul li {
        background-color: #fff;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .section-bottom-grey-p ul li {
        background-color: #fff;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .section-bottom-grey p {
        margin-left: 0;
    }

    .section-bottom-grey-p {
        margin-left: 0;
    }

    .hk img {
        margin-left: 0px;
    }

    .about-page {
        padding: 15px 0;
    }

        .about-page img {
            float: none;
            max-width: inherit;
            margin-right: 0px;
            width: 100%;
            margin-bottom: 20px;
        }

    .energy-page {
        padding: 15px 0;
    }

    .form-text-3 {
        width: 92%;
    }

    .factory-section {
        padding: 3%;
        width: 94%;
        float: none;
        display: block;
        margin: 30px 0px 0px 0;
    }
}
