@media screen and (max-width:768px){
    .header{
        left: 0;
        top: 0;
        width: 100%;
        z-index: 30;
        background-color: #015fa5;
    }
    .Top_bar{
        left: 0;
        width: 100%;
        border-bottom: 1px solid transparent;
        z-index: 30;
    }
    .container{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .logo{
        margin: 0 10px 0 20px;
    }
    .logo a{
        height: 60px;
        line-height: 60px;
        padding: 15px 0;
        
    }
    .logo a img{
        margin-top: 15px;
        width: 250px;
        height: 50px;
    }
    .menu_icon{
        height: 90px;
        width: calc(100% - 290px);
        padding: 30px 00px;
    }
    .menu_icon img{
        float: right;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .menu_wrapper{
        top: 60px;
        width: 100%;
        height: 0px;
        overflow: hidden;
        background-color: #015fa5;
        transition: .5s;
    }
    .menu-item{
        height: 45px;
        padding: 0 25px;
        color: #abd9f6;
        line-height: 44px;
        font-weight: 550;

    }
    .menu-item:hover{
        color: #fff;

    }
    .active{
        color: #fff;
    }

    .is-sticky{
        display: none;
    }
}
@media screen and (max-width:1200px) and (min-width:768px) {
    .header{
        left: 0;
        top: 0;
        width: 100%;
        height: 90px;
        z-index: 30;
        background-color: #015fa5
    }
    .Top_bar{
        left: 0;
        width: 100%;
        border-bottom: 1px solid transparent;
        z-index: 30;
    }
    .container{
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .logo{
        margin: 0 10px 0 20px;
    }
    .logo a{
        height: 60px;
        line-height: 60px;
        padding: 15px 0;
        
    }
    .logo a img{
        margin-top: 15px;
        width: 250px;
        height: 50px;
    }
    .menu_icon{
        height: 90px;
        padding: 30px 00px;
    }
    .menu_icon img{
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .menu_wrapper{
        position: absolute;
        right: 30px;
        top: 60px;
        width: 300px;
        height: 0px;
        overflow: hidden;
        background-color: #015fa5;
        transition: .5s;
    }
    .menu-item{
        height: 45px;
        padding: 0 25px;
        color: #abd9f6;
        line-height: 44px;
        font-weight: 550;

    }
    .menu-item:hover{
        color: #fff;

    }
    .active{
        color: #fff;
    }

    .is-sticky{
        display: none;
    }
}

@media screen and (min-width:1200px) {

    .header{
        left: 0;
        top: 0;
        width: 100%;
        height: 90px;
        z-index: 30;
        background-color: #015fa5
    }
    .Top_bar{
        left: 0;
        width: 100%;
        border-bottom: 1px solid transparent;
        z-index: 30;
    }
    .container{
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .logo{
        margin: 0 30px 0 20px;
    }
    .logo a{
        height: 60px;
        line-height: 60px;
        padding: 15px 0;
        
    }
    .logo a img{
        margin-top: 15px;
        width: 310px;
        height: 60px;
    }
    .menu_icon{
        display: none;
    }
    .menu{
        display: flex;
        height: 90px;
    }
    .menu-item{
        display: block;
        height: 60px;
        line-height: 60px;
        margin: 15px auto;
        padding: 0 20px;
        white-space: nowrap;
        position: relative;
        color: #abd9f6;
    
    }
    .active{
        color:#fff;
    
    }
    .menu-item:hover{
        color: #fff;
    }
    .menu-item:hover::after{
        position: absolute;
        content: '';
        display: block;
        height: 1px;
        left: 10%;
        top: 100%;
        width: 80%;
        background-color: #fff;
    }
    .active::after{
        position: absolute;
        content: '';
        display: block;
        height: 1px;
        left: 10%;
        top: 100%;
        width: 80%;
        background-color: #fff;
    }
    .content{
        width: 100%;
    }
    .is-sticky{
        position: fixed;
        top: -61px;
        left: 0;
        width: 100%;
        background-color: #015fa5;
        height: 60px;
        z-index: 99;
    }
    .sticky_bar{
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .sticky_logo{
        width: auto;
        padding: 0px 30px 0px 20px;
    }
    .sticky_logo img{
        width: 100%;
        height: 40px;
        margin: 10px 0;
    }
    .sticky_menu{
        display: flex;
    }
    .sticky_menu-item{
        line-height: 60px;
        padding: 0px 20px;
        color: #abd9f6;
        font-weight: 550;
        position: relative;
    }
    .sticky_active{
        color: #fff;
    }
    .sticky_active::after{
        position: absolute;
        content: '';
        display: block;
        height: 3px;
        top: 58px;
        width: 100%;
        left:0px;
        background-color: #fff;
    }
    .sticky_menu-item:hover{
        color: #fff;
    }
    .sticky_menu-item:hover::after{
        position: absolute;
        content: '';
        display: block;
        height: 3px;
        top: 58px;
        width: 100%;
        left:0px;
        background-color: #fff;
    }
    
    
}
@media screen and (max-width:768px){
.footer{
    width: 100%;
    color: #ffffff;
    background-color: #545454;
    background-image: url("../img/home_energy_footer_bgd.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    float: left;
}
.footer_action{
    background: rgba(0, 0, 0, .1);
}
.footer_action_title2{
    padding-top: 20px;
    text-align: center;
    font-size: 110%;
    width: 98%;
    margin:0 1% 0px;
    padding-bottom: 20px;
    font-size: 18px;
}

.footer_copy{
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer_copy_text{
    padding-top: 20px;
    min-height: 33px;
    font-size: 13px;
    width: 98%;
    margin: 0 1% 20px;
    text-align: center;
}
.footer_action_title{
    display: none;
}


}
@media screen and (min-width:768px){

.footer{
    width: 100%;
    color: #ffffff;
    background-color: #545454;
    background-image: url("../img/home_energy_footer_bgd.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    float: left;
}
.footer_action{
    background: rgba(0, 0, 0, .1);
}
.footer_action_title{
    padding-top: 30px;
    text-align: center;
    font-size: 110%;
    line-height: 180%;
    width: 98%;
    margin:0 1% 0px;
    padding-bottom: 30px;
}

.footer_copy{
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer_copy_text{
    padding-top: 20px;
    min-height: 33px;
    width: 98%;
    margin: 0 1% 20px;
    text-align: center;
}
.footer_action_title2{
    display: none;
}
}

