﻿/*==========Top_view==========*/
.Engery-Top_view {
    position: relative;
}

.TopView {
    position: relative;
}

.TopView_pic {
    width: 100%;
}

.TopView_content {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    margin: 0 auto;
}

.Title_TopView {
    font-size: 50px;
    font-weight: 500;
    color: #fefefe;
}

.Content_TopView {
    font-size: 18px;
    font-weight: 300;
    color: #f5ba18;
    margin-top: -2rem;
    margin-left: 21rem;
}
/*==========Chicony-IWA==========*/
.Chicony-IWA {
    width: 100%;
    position: relative;
}

/*==========System-ServiceFeatures==========*/

.ServiceFeatures {
    width: 100%;
    position: relative;
    background-color: #fbfbfb;
}

.Engery-Content_Theme {
    font-size: 40px;
    font-weight: 300;
    color: #003a70;
}

.Content_OurFeatureIcon {
    font-size: 18px;
    font-weight: 300;
    color: #5f6269;
    /*text-align: justify;*/
    margin: 0 auto;
}

.Content_OurFeatureIconlist {
    display: list-item;
    padding: 0rem;
    margin-left: 1rem;
}
/*==========Contact-map==========*/

.ContactMap {
    width: 100%;
    position: relative;
    margin-top: 10rem;
    background-color: #ffffff;
}

.ContactMap_Title {
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    color: #003a70;
}

.ContactMap_Text {
    font-size: 22px;
    font-weight: 300;
    color: #5f6269;
    text-align: left;
    line-height: 2rem;
}

.logo_size_contact {
    width: 70%;
}


@media (min-width: 768px) {
    .sectionhidden {
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 590px;
        background: url(../../Images/Contact/banner/contact_web_banner_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
    }
}


@media screen and (max-width: 991px) {
    .sectionhidden {
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 590px;
        background: url(../../Images/Contact/banner/contact_panel_banner_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
    }

    .TopView_content {
        text-align: center;
    }

    .Content_TopView {
        margin-top: initial;
        margin-left: initial;
    }

    .pad-left {
        text-align: left;
    }

    .pad-left-2 {
        margin-left: 2rem;
    }
}


@media (max-width:576px) {
    .sectionhidden {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 500px;
        background: url(../../Images/Contact/banner/contact_mobile_banner_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
        /*background-position: top center;*/
    }


    .Content_OurFeatureIcon {
        margin: 0 auto;
        text-align: center;
    }

    .Title_OurFeatureIcon + .Content_OurFeatureIcon {
        margin: 0 auto;
        text-align: center;
        margin-left: 1rem;
    }

    .Content_OurFeatureIconlist {
        margin: 0 auto;
        text-align: left;
    }

    .Chicony-IWA-icon {
        text-align: center;
    }

    /*font-size*/
    .ContactMap_Text
    {
        font-size:14px;
    }
    .Title_Content {
        font-size: 30px;
    }

    .Title_TopView {
        font-size: 30px;
    }
}
