html,
body.desktop {
    height: 100%;
}

html,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "微軟正黑體";
    background-color: #535353;
}

* {
    word-wrap: break-word;
}

body > div {
    overflow: hidden;
}

p {
    line-height: 1.7;
    color: #f0f0f0;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

body > div .container {
    margin-top: 65px;
    width: 80%;
}

a,
a:focus,
a:hover {
    color: #ffae00;
    outline-color: #fff;
}

h1 {
    text-align: center;
    /*font-size: 24px;*/
    /*padding: 30px 0;*/
    font-size: 0;
    padding: 0;
    margin: 0;
}

h2 {
    /*font-size: 56px;*/
    opacity: 0;
    font-size: 0;
}

h3 {
    text-align: center;
    font-size: 24px;
    padding: 30px 0;
}

.like_h3 {
    text-align: center;
    /*font-size: 24px;*/
    /*padding: 30px 0;*/
    font-size: 0;
    padding: 0;
    margin: 0;
}

.proj_de_box h3 {
    text-align: left;
}

.proj_de_box .like_h3 {
    font-size: 24px;
    opacity: 1;
    padding: inherit;
    margin: inherit;
}

h6 {
    font-size: 16px;
}
.onePage_main_title {
    position: absolute;
    top: -9999px;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.down_btn {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    text-indent: -9999px;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 20px auto;
    background: #888 url(../images/btn_down.png) no-repeat center center / 60%;
    transition: .2s;
    -webkit-transition: .2s;
}

#product_ele .down_btn,
#service .down_btn {
    position: static;
    /*position: absolute;*/
    margin: 0 auto;
}

.down_btn.c_gray {
    border: 1px solid #ccc;
}

.down_btn:hover {
    background-color: #555;
}

.top_btn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    bottom: 50px;
    right: 5%;
    text-indent: -9999px;
    z-index: 10;
    background: url(../images/btn_top4.png) no-repeat center center;
    opacity: 0.6;
}

.top_btn:hover {
    opacity: 1;
}

/*@media screen and (max-width: 767px) {
    .top_btn {
        opacity: .5;
    }
}*/

.down_btn:focus,
.top_btn:focus {
    outline-color: transparent;
}

.more_btn {
    display: block;
    width: 190px;
    height: 55px;
    color: #000;
    background: #FFAD00;
    border-radius: 5px;
    line-height: 55px;
    text-align: center;
    bottom: 220px;
    margin-right: 20px;
    font-size: 16px;
    right: 20px;
    position: absolute;
    bottom: 20px;
    z-index: 10;
}

.more_btn:hover,
.more_btn:focus {
    text-decoration: none;
    color: #000;
}


/*
-- header ----------------------------------------------------------------
*/

.navbar-right {
    margin-right: 0;
    margin-left: 0;
}

.navbar-form {
    padding: 0;
}

.navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}

.navbar-default.desktop_nav {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    border: none;
}

.desktop_nav .main_menu {
    padding-top: 40px;
    margin-left: 5%;
    transition: padding .3s;
    -webkit-transition: padding .3s;
}

.desktop_nav.shrink .main_menu {
    padding-top: 10px;
}

.navbar-brand {
    height: auto;
    padding-bottom: 5px;
}

.navbar-brand > img {
    height: 80px;
    transition: padding .3s, height .3s;
    -webkit-transition: padding .3s, height .3s;
}
.shrink .navbar-brand > img {
    height: 50px;
}

.desktop_nav .container {
    padding-top: 5px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 15px 30px 30px;
    font-size: 15px;
    transition: padding .3s;
    -webkit-transition: padding .3s;
}

.navbar-default.shrink .navbar-nav > li > a {
    /*padding: 15px 30px 25px;*/
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffae00;
}

.navbar-default .navbar-right {
    position: relative;
    /*height: 75px;*/
}

.form-control.search_style {
    border: none;
    border-bottom: 1px solid #aaa;
    box-shadow: none;
    padding: 0 12px 0 20px;
    height: 22px;
    width: 160px;
    background: transparent url(../images/nav_searchBtn.png) no-repeat left center;
    border-radius: 0;
    color: #aaa;
    /*position: absolute;*/
    /*bottom: 0px;*/
}

.form-control.search_style:focus {
    border-color: #fff;
    color: #fff;
}

.desktop_nav .lang_set {
    padding-top: 20px;
    transition: padding .3s;
    -webkit-transition: padding .3s;
}
.desktop_nav.shrink .lang_set {
    padding-top: 10px;
}

.lang_set p {
    font-size: 12px;
    color: #ffae00;
    transition: margin .3s;
    -webkit-transition: margin .3s;
}
.shrink .lang_set p {
    margin-bottom: 10px;
}

.nav_searchBox {
    height: 70px;
}

.nav_searchBox .form-control.search_style {
    height: 50px;
    width: 100%;
    position: static;
}

.nav_searchBox {
    display: none;
}

.navbar-default .navbar-toggle {
    margin: 0;
    border: none;
    border-radius: 0;
    height: 72px;
    width: 80px;
    font-size: 24px;
    background-color: #535353;
    outline: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.navbar-default .navbar-toggle.collapsed {
    background-color: #414141;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #535353;
}
.megamenu {
    display: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}

@media screen and (min-width: 768px) {
    /*.navbar-collapse {
        position: relative;
    }*/
    .main_menu > li:after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent #ffffff transparent;
        z-index: 1000;
        opacity: 0;
        /*transition: opacity .1s .7s;*/
    }
    .main_menu > li.open:after{
        opacity: 1;
        transition: opacity 0s;
    }
    .megamenu.container {
        position: fixed;
        display: block;
        top: 110px;
        left: 0px;
        right: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
        padding: 0;
        opacity: 1;
        z-index: 999;
        height: auto;
        transition: top .3s;
        -webkit-transition: top .3s;
    }
    /*.megamenu.container.inactive {
        opacity: 0;
        z-index: -1;
        overflow: hidden;
    }*/
    .shrink .megamenu.container{
        top: 80px;
    }
    .mega_block {
        width: 33.33%;
        float: left;
        position: relative;
        overflow: hidden;
        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    }
    /*.mega_block:before {
        content: "";
        display: block;
        position: absolute;
        left: -20px;
        top: 0;
        width: 20px;
        height: 100%;
        box-shadow: 5px 0 10px 5px rgba(0, 0, 0, 0.3);
        z-index: 10;
    }
    .mega_block:first-child:before {
        display: none;
    }*/
    .mega_block ul {
        list-style: none;
        padding: 0 0 0 10px;
        margin: 0;
        font-size: 0;
        /*text-align: center;*/
    }
    .mega_block ul > li {
        display: inline-block;
    }
    .mega_block ul > li > a {
        display: block;
        padding: 20px 15px;
        color: #000;
        font-size: 15px;
    }
    .mega_block ul > li > a:hover,
    .mega_block ul > li > a:focus,
    .mega_block_4 > a:hover,
    .mega_block_4 > a:focus {
        color: #2487BC;
        text-decoration: none;
    }
    .mega_block_info {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-bottom: 50%;
        position: relative;
    }
    .mega_block_title {
        position: absolute;
        left: 0;
        top: 20px;
        height: auto;
        width: 100%;
        padding: 5px 25px;
        background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 80%);
        background: -webkit-linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 80%);
        bottom: 0;
        top: auto;
    }
    .mega_block_title span {
        display: block;
       /* margin-bottom: 10px;*/
        margin: 10px 0;
    }
    .mega_block_title span:first-child {
        font-size: 24px;
        color: #ffae00;
    }
    .mega_block_title span:first-child + span {
        font-size: 16px;
    }
    .mega_block_info > a {
        position: absolute;
        bottom: 20px;
        padding: 10px 0;
        width: 150px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 3px;
        left: 50%;
        margin-left: -75px;
        text-align: center;
        opacity: 0;
        transition: .5s;
        -webkit-transition: .5s;
        top: 35%;
        bottom: auto;
    }

    .mega_block_info:before {
        display:block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: .5s;
        -webkit-transition: .5s;
    }
    .mega_block_info:hover:before {
        opacity: 1;
    }
    .mega_block_info:hover a {
        opacity: 1;
    }
    .mega_block_info > a:hover {
        text-decoration: none;
        background: rgba(255, 255, 255, 0.4);
    }
    .mega_block_wrapper {
        padding: 0 10px;
    }
    .mega_block_4, .mega_block_3, .mega_block_5 {
        width: 25%;
        padding: 0 10px 10px;
        float: left;
        position: relative;
        overflow: hidden;
    }
    .mega_block_3, .invest_mega .mega_block_4 {
        width: 33.33%;
    }
    .mega_block_5 {
        width: 20%;
    }
    .mega_block_4 > a {
        padding: 20px 10px 10px;
        display: block;
        text-align: left;
        font-size: 15px;
        color: #000;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }
    .mega_block_4 ul {
        list-style-type:none;
        font-size: 0;
        padding: 0;
    }
    .mega_block_4 ul li {
        float:left;
        width: 50%;
        font-size: 15px;
    }

    .mega_block_4 ul li a {
        display: block;
        text-align: left;
        color: #000;
        padding: 5px 10px;
    }
    .mega_block_4 ul li a:hover,
    .mega_block_4 ul li a:focus {
        background: #000;
        color: #fff;
        text-decoration: none;
    }
    .mega_block_4 .mega_block_info{
        padding-bottom: 68%;
    }
    .mega_block_5 .mega_block_info {
        padding-bottom: 90%;
    }
    .mega_block_5.maga_block_ac .mega_block_info {
        padding-bottom: calc( 180% + 10px);
    }
    .mega_block_5.maga_block_ac .mega_block_info > a {
        bottom: 10%;
        top: auto;
    }
    .mega_block_5.maga_block_ac .mega_block_title {
        bottom: auto;
        top: 50%;
        margin-top: -32px;
    }

/* 改成跟產品一樣
    .mega_block_3 .mega_block_info > a {
        top: 25%;
        bottom: auto;
    }
    .mega_block_3 .mega_block_title {
        bottom: 0;
        top: auto;
    }
    .mega_block_3 .mega_block_title span {
        margin: 10px 0;
    }*/
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
    .megamenu.container {
        top: 105px;
    }
    .shrink .megamenu.container{
        top: 75px;
    }
    .mega_block ul {
        padding-left: 0;
    }
    .mega_block ul > li > a {
        font-size: 13px;
        padding: 20px 5px;
    }
    .mega_block_4 > a,
    .mega_block_4 ul li {
        font-size: 13px;
    }
    .mega_block {
        text-align: left;
    }
    .mega_block ul {
        text-align: center;
    }
    .mega_block_title span:first-child {
        text-align: left;
        font-size: 18px;
        color: #ffae00;
    }
    .mega_block_title span:first-child + span {
        font-size: 13px;
    }
    .mega_block_4 .mega_block_info > a{
    padding: 5px 0;
    width: 50%;
    margin: 0;
    left: 25%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    
    .mega_block_info {
        padding-bottom: 70%;
    }
}

/*
-- footer ---------------------------------------------------------------
*/

footer {
    height: auto;
    background: url(../images/pat_footer.jpg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
    letter-spacing: 1px;
}

.footer_nav {
    padding-top: 20px;
    height: 245px;
}

.footer_nav ul {
    float: left;
    width: 20%;
    margin-bottom: 10px;
}

.footer_nav ul p {
    font-size: 16px;
    color: #D6D6D6;
}

.footer_nav a {
    color: #D6D6D6;
}

.footer_nav a:hover {
    color: #fff;
}

.footer_contInfo {
    text-align: center;
}

.footer_contInfo p {
    margin: 5px 0;
    color: #D6D6D6;
    text-shadow: 1px 1px 1px #000;
}

.footer_contInfo img {
    margin: 10px 0;
}

.fb_link {
    background: url(../images/you_icons.png) left center no-repeat;
    height: 30px;
    line-height: 35px;
    padding-left: 35px;
    display: inline-block;
}

.copywrite {
    height: 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
}

.copywrite p {
    margin: 0;
    line-height: 20px;
    font-size: 11px;
    font-weight: 300;
}

.copy_left {
    float: left;
}

.copy_right {
    float: right;
    color: #D6D6D6;
}

.copy_right a {
    color: #D6D6D6;
}

.copy_right a:hover {
    color: #fff;
}


/*
-- index slider ----------------------------------------------------------
*/

.index_owl_item {
    padding-bottom: 50%;
    background-size: cover;
    position: relative;
}

.index_owl_item > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.index_texts {
    position: absolute;
    top: 30%;
    right: 10%;
    text-align: right;
    text-shadow: 1px 1px 2px #000;
}

.index_sub {
    font-style: italic;
    font-size: 36px;
    margin-right: 40px;
}

.index_owl_item .index_texts a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 36px;
    color: #fff;
    border: 1px solid #fff;
    transition: background .3s; 
    -webkit-transition: background .3s; 
}

.index_owl_item .index_texts a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
}

.index_btext {
    font-size: 64px;
    font-style: italic;
}

#owl-gfc.owl-theme .owl-controls {
    margin-top: 0;
}

#owl-gfc .owl-pagination {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#owl-gfc.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -37px;
    background: none;
    font-size: 48px;
    opacity: 1;
    color: #FFAE00;
}

#owl-gfc.owl-theme .owl-controls .owl-buttons div:hover {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#owl-gfc.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 0;
}

.home_slide {
    width: 100%;
    height: 100%;
}
.home_slide.index_slide {
    padding-bottom: 50%;
    height: auto;
}

.slidizle-content,
.slidizle-navigation {
    padding: 0;
}

.slidizle-navigation {
    max-width: 1250px;
    width: 80%;
    right: 0px;
    margin: auto;
    bottom: 100px;
    font-size: 0;
}

.mainBtn_wrap {
    position: absolute;
    left: 0px;
    bottom: 150px;
    right: 0px;
    width: 80%;
    max-width: 1250px;
    margin: auto;
    text-align: center;
    padding: 0;
    font-size: 0;
    z-index: 10;
}

.project_btns .mainBtn_wrap {
    z-index: 99;
}

.slidizle-navigation .slider-navigation-item,
.main_btn {
    display: inline-block;
    width: 30%;
    height: 100px;
    /* line-height: 100px; */
    margin: 0 1.5%;
    border: none;
    border-radius: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
    font-size: 16px;
    text-indent: 0;
    opacity: 1;
}

.index_slide .slidizle-navigation .slider-navigation-item {
    font-size: 18px;
}

.slidizle-navigation li:hover,
.slidizle-navigation li.active,
.main_btn:hover,
.main_btn:focus {
    background: rgb(255, 174, 0);
    background: rgba(255, 174, 0, 0.8);
}

.main_btn a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main_btn_hide {
    opacity: 0;
    text-indent: -9999px;
}
/*
.mobile_imgShow {
    display: none;
    padding-top: 110px;
    width: 100%;
}

.mobile_imgShow > .container {
    padding-bottom: 50px;
}

.mobile_imgShow > div > a > img {
    width: 100%;
    margin: 3px 0;
}
*/

/*
-- pro_ser ----------------------------------------------------------------
*/
@media screen and (min-width: 1081px) {
    
    .onePage_main_title + .pro_content:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 200px;
        top: 0;
        left: 0;
        z-index: 90;
        /*background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 150px);
        background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 150px);*/
        background: url(../images/gradient_bg.png) repeat-y left top;
    }
}

.pro_box_wrap {
    bottom: 280px;
    text-align: right;
}

.pro_box_wrap.project_box {
    bottom: 150px;
}

.pro_box {
    width: 620px;
    height: auto;
    margin: 0px;
    padding: 20px;
    margin: 0px;
    display: inline-block;
    text-align: left;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
}

.project_box .pro_box {
    padding: 20px 20px 80px;
}

.pro_box * {
    max-width: 100% !important;
}

#pro_sidebar {
    width: 100px;
    position: fixed;
    top: 220px;
    left: 30px;
    z-index: 99;
    /*transition: .3s;*/
    /*-webkit-transition: .3s;*/
}

#pro_sidebar.sticky {
    top: inherit;
    bottom: 50px;
}

/*#pro_sidebar {
    background: url(../images/side_nav_line.png) repeat-y left 7px center;
}
*/
#pro_sidebar li {
    /*height: 15px;
    line-height: 15px;
    background: url(../images/side_nav_btn.png) no-repeat left bottom;
    margin-top: 65px;*/
    white-space: nowrap;
    height: 16px;
    width: 16px;
    border: 1px solid #FFFFFF;
    clear: both;
    border-radius: 50%;
    position: relative;
    background-color:#fff;
}

#pro_sidebar.long_sidebar li {
    margin-top: 35px;
}

#pro_sidebar li.active {
    background-color:#FFAD00;
}

#pro_sidebar li:first-child {
    margin-top: 0;
}

#pro_sidebar li a {
    padding: 0 0 0 40px; 
    color: #fff;
    font-size: 13px;
    outline: 0px;
    text-shadow: 1px 1px 1px #000, 1px 1px 6px rgba(0, 0, 0, 0.2);
}

#pro_sidebar li.active:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: -14px;
    top: 3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFAD00;
}


#pro_sidebar li.active a{
    color: #000;
    display: block;
    position: absolute;
    background-color: #FFAD00;
    top: -2px;
    margin-left: 28px;
    padding:1px 10px;
    text-shadow: 1px 1px 1px rgba(143, 97, 0, 0.4);
}

#pro_sidebar li a:hover:after {
    color: #ffae00;
}

.desktop .pro_content {
    position: relative;
    /*overflow: auto;*/
}

.desktop .pro_content section {
    padding-top: 110px;
    min-height: auto;
    height: 100vh;
    /*min-height: 100vh;
    height: auto;*/
    background-size: cover;
    position: relative;
}
.desktop .pro_content .service_section {
    padding-top: 110px;
    min-height: auto;
    height: 100vh;
    /*min-height: 100vh;
    height: auto;*/
    background-size: cover;
    position: relative;
}
@media (min-width: 768px){
    .desktop .pro_content .service_section{
        min-height: 768px;
    }
}
#pro_intro,
#pro_design,
#pro_feature,
#pro_energy {
    min-height: 100vh;
    height: auto;
}

.desktop .pro_content section.bg_slider {
    padding-top: 0;
}

.bg_slider .home_slide {
    position: absolute;
    /*z-index: 0;*/
}

.slide_section .slidizle-navigation.pro_slideNav {
    bottom: 295px;
    right: 130px;
    text-align: right;
}

.slide_section .slidizle-navigation.pro_slideNav.proj_slideNav {
    bottom: 180px;
    right: auto;
    text-align: left;
    width: 620px;
    left: 50%;
}

.slidizle-navigation.pro_slideNav li {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: 0 5px;
    /*border: 1px solid rgba(255, 255, 255, 0.8);*/
    transition: opacity .3s, background .3s;
    -webkit-transition: opacity .3s, background .3s;
}

.bg_slider .container {
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    padding-top: 110px;
    margin: 0px auto;
}


/*
-- product ----------------------------------------------------------------
*/

#product_ele,
#service {
    overflow: hidden;
}

#pro_sidebar.sidebar_4 {
    background: url(../images/side_nav_line4.png) repeat-y left 7px center;
}

.sub_menu {
    float: none;
    text-align: center;
    font-size: 0;
    padding: 35px 0;
}

.sub_menu li {
    float: none;
    display: inline-block;
    border-right: 1px solid #fff;
    font-size: 14px;
}

.sub_menu li:first-child {
    border-left: 1px solid #fff;
}

.sub_menu li a {
    color: #fff;
    /* width: 145px; */
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px #000, 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.sub_menu li.active a,
.sub_menu li a:hover,
.sub_menu li a:focus {
    color: #ffae00;
}

.pro_banner_wrap {
    width: 100%;
    height: 335px;
    overflow: hidden;
    margin: 40px 0;
    position: relative;
}

.pro_banner_wrap img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

/*----- product tab -----*/

.pro_tab .nav a {
    color: #fff;
    font-size: 18px;
    padding: 15px 25px;
}

.pro_tab .nav a:hover,
.pro_tab .nav a:focus,
.pro_tab .nav .active a {
    color: #ffae00;
    outline: transparent;
}

.pro_tab .nav .active a {
    background: url(../images/product_item_active.png) no-repeat bottom center;
}

.pro_tab .tab-content {
    height: 640px;
    background: url(../images/product_item_bg.jpg) repeat-x center top;
    padding: 30px 0;
    border-top: 1px solid #878787;
    border-bottom: 1px solid #878787;
}

#pro_design .tab-content {
    height: auto;
    padding-bottom: 130px;
    border-bottom: none;
}

#pro_design .tab-content > .tab-pane {
    /*border-bottom: 1px solid #878787;*/
}

#product_ele .pro_tab .tab-pane,
#product_ele .pro_tab .tab-pane > div,
#product_ele .pro_tab .tab-pane > div > div,
#product_ele .pro_tab .tab-pane > div > div > div {
    height: 100%;
}

.pro_tab_imgWrap {
    /*height: 65%;*/
    height: 350px;
    position: relative;
}

.pro_tab_imgWrap img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: -9999px;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.flexslider .pro_tab_imgWrap img {
    width: auto;
}

.flexslider.loading {
    background: url(../images/ajax_loader.gif) center center no-repeat;
}

#pro_design .flex-viewport {
    /*width: 90%;*/
    /*margin: 0 5%;*/
}


/*----- /product tab ------*/

#pro_energy {
    background: url(../images/product-02.jpg) no-repeat center center;
    background-size: cover;
}

#pro_feature {
    background: url(../images/product-03.jpg) no-repeat center center;
    background-size: cover;
}

#pro_feature p,
#pro_feature h2 {
    color: #000;
}

.pro_energyBox {
    margin: 25px 3%;
    width: 94%;
    height: 240px;
    background: rgb(128, 128, 128);
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.pro_energyBox > div {
    float: left;
    width: 50%;
}

.pro_energyBox > div.pro_ene_right {
    float: right;
}

.pro_ene_textWrap {
    padding: 25px;
}

.pro_ene_textWrap h6 {
    color: #000;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
}

.pro_ene_imgWrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.pro_ene_imgWrap img {
    position: absolute;
    left: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    opacity: 0.9;
    /*object-fit: cover;*/
    min-width: 100%;
    min-height: 100%;
}

.pro_ene_right img {
    left: auto;
    right: 0;
}


/*
-- about -------------------------------------------------------------------
*/

.desktop .pro_content section.slide_section .home_slide {
    padding-bottom: 60%;
}
.desktop .pro_content section.slide_section {
    padding-top: 0;
    height: auto;
    min-height: 0;
}

.slide_section h2 {
    position: absolute;
    top: 85px;
}

.slide_section .slidizle-navigation {
    bottom: 150px;
    font-size: 0;
}

.pro_box_wrap.top {
    bottom: auto;
    top: 250px;
}

.pro_box_wrap.left {
    text-align: left;
}

.slide_section .project_box .pro_box p {
    /*padding-bottom: 55px;*/
}

.slide_section .container {
    /*height: 200px;*/
}

.news {
    min-height: 700px;
}

.news_content {
    padding: 20px;
}

.news .collapes_title {
    padding-right: 30px;
    line-height: 1.7;
}

.news .collapes_title span {
    display: inline-block;
}

.proj_detail_wrap.news h1 {
    font-size: 36px;
    color: #fff;
    padding-left: 10px;
}

.news .proj_de_box img {
    max-width: 100% !important;
    height: auto !important;
}
.news .proj_de_box .proj_list_imgBox {
    margin-bottom: 50px;
}

.news .proj_list_imgBox h6 {
    background: transparent;
    /* height: 32px; */
}

.news .proj_list_imgBox h6:after {
    display: none;
}

.news .proj_list_imgWrap img {
    min-width: auto;
    min-height: auto;
    min-width: none;
    min-height: none;
    height: 100%;
}

.news .proj_list_imgBox p {
    margin-bottom: 5px;
}

.news_cover {
    height: 100%;
    width: 100%;
    padding: 30px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 100%;
    left: 0;
    color: #fff;
    transition: .3s;
    -webkit-transition: .5s;
}

.news a:hover,
.news a:focus {
    text-decoration: none;
}

.news a:hover .news_cover,
.news a:focus .news_cover {
    top: 0;
}

.news_more {
    color: #ffae00;
}

.news_more:hover {
    text-decoration: underline;
}

.news.de h1 {
    padding-left: 0;
}


/*
-- service -----------------------------------------------------------------
*/

#service-2,
#service-3 {
    /*padding-top: 0;*/
}

#service-2 .serv_left,
#service-3 .serv_right {
    padding-top: 110px;
}

#service-2 .serv_right,
#service-3 .serv_left {
    padding-top: 110px;
    background: #fff;
}

#service section {
    height: auto;
    min-height: 200px;
}

.serv_titleBar {
    position: absolute;
}

.serv_banner {
    height: 240px;
    margin-top: 15px;
}

.serv_banner img {
    width: 100%;
    max-height: none;
    height: auto;
}

.serv_banner_wrap {
    position: relative;
}

.serv_banner_wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/serv_imgS.png) no-repeat center center;
    position: absolute;
    bottom: -50px;
}

.service_cont {
    text-align: left;
}

.serv_titleBar {
    width: 55%;
    height: 120px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 25px;
    right: 0;
    text-align: right;
    padding: 10px 20px;
}

.serv_titleBar .like_h2,
.serv_titleBar h2 {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    line-height: normal;
}

.serv_titleBar .like_h3,
.serv_titleBar h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #ffae00;
    text-align: right;
}

.serv .serv_titleBar {
    width: 100%;
    position: static;
    text-align: left;
    margin: 30px 0;
}

.serv .serv_titleBar h3 {
    text-align: left;
}

.serv_right .serv_titleBar h2,
.serv_right .serv_titleBar h3 {
    text-align: right;
}

#service-2 {
    /*background: #313131;*/
}

.serv_left {
    width: 50%;
    float: left;
    height: 100%;
}

.serv_left .service_cont {
    padding-right: 30px;
}

.serv_right .service_cont {
    padding-left: 30px;
}

#service .container {
    height: 100%;
}

.serv_right {
    width: 50%;
    float: right;
    height: 100%;
}

.serv_contImg {
    height: 100%;
    background: #fff;
    position: relative;
}

.serv_contImg img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: -9999px;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}


/*
-*
-- contact -----------------------------------------------------------------
*-
*/

#contact #service-1 {
    padding-top: 0;
    height: auto;
}

#contact h3 {
    padding: 60px 0;
}

::-webkit-input-placeholder {
    color: #EEEEEE !important;
}

::-moz-placeholder {
    color: #EEEEEE !important;
}

:-ms-input-placeholder {
    color: #EEEEEE !important;
}

input:-moz-placeholder {
    color: #EEEEEE !important;
}

#contact .form-control {
    background-color: #7D7D7D;
    color: #EEEEEE;
    font-size: 16px;
    min-height: 36px;
    box-shadow: none;
}

#contact .form-control:focus {
    background-color: #EEEEEE;
    color: #111;
    border-color: #ffae00;
    border-color: rgba(255, 174, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 5px rgba(255, 174, 0, 0.8);
}

#contact select {
    background-image: url(../images/contact_slect_bg.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
}

#contact select::-ms-expand { /* for IE 11 */
    display: none;
}

.form-groupu textarea {
    margin-bottom: 15px;
}

.form-inline .contact_btn {
    background: #FFB400;
    color: #fff;
    border: none;
    width: 155px;
    height: 40px;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

.form-inline .contact_btn:hover,
.form-inline .contact_btn:focus {
    text-decoration: none;
    background: #ffae00;
}

#contact_form a {
    margin-right: 5px;
}

.contact_big_banner {
    width: 100%;
    padding-bottom: 20%;
    /*height: 340px;*/
    background-size: 100% !important;
    position: relative;
}

.contact_banTitle {
    width: 100%;
    bottom: 40px;
    background: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 50%);
}

.contact_banTitle h2 {
    letter-spacing: 2px;
}

.contact_box_wrap {
    min-height: 400px;
}

.contact_box {
    /*height: 675px;*/
    background: #656565;
    margin-bottom: 70px;
}

.contact_cont {
    padding: 30px 20px;
    font-size: 15px;
}
.contact_cont:after {
    content: "";
    display:block;
    clear: both;
}

.con_map {
    background: transparent;
}

.contact_tb {
    height: auto;
}

.tb_right,
.tb_left {
    padding: 10px;
    font-size: 16px;
    float: left;
    border-bottom: 2px solid #535353;
}

.tb_left {
    width: 15%;
    background: #878787;
    text-align: center;
}

.tb_right {
    width: 85%;
    border-left: 1px solid #535353;
}

.tb_right span:first-child {
    margin-left: 0;
}

.tb_right span {
    margin-left: 20px;
}


/*
-- invest ------------------------------------------------------------------
*/

#invest #pro_design {
    margin-bottom: 100px;
}

.invest_cont {
    /*text-align: center;*/
    /* margin-bottom: 50px; */
}

#invest .pro_tab .tab-pane,
#invest .pro_tab .tab-pane > div,
#invest .pro_tab .tab-pane > div > div,
#invest .pro_tab .tab-pane > div > div > div {
    height: auto;
}

#invest .pro_tab .tab-content {
    min-height: 640px;
    height: auto;
}

#invest .list-group {
    margin-bottom: 0;
}

#invest .list-group-item {
    padding: 15px 20px;
    background-color: #626262;
    border: none;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px dotted rgb(255, 174, 0);
    border-bottom: 1px dotted rgba(255, 174, 0, 0.7);
}

#invest .list-group-item p.i_de:hover {
    text-decoration: underline;
}

.i_de_list {
    cursor: pointer;
}

.collapes_title {
    margin: 0;
    padding: 15px 20px;
    background: #707070 url(../images/invest_collaps_bg.jpg) no-repeat left 10px center;
    border-bottom: 2px solid #5c5c5c;
    font-weight: normal;
    position: relative;
}

.collapes_title:after {
    content: "−";
    display: inline-block;
    position: absolute;
    right: 20px;
    font-size: 20px;
    width: 20px;
    height: 22px;
    text-align: center;
}

.collapes_title.collapsed:after {
    content: "＋";
}

.coll_list p,
.coll_list a {
    display: inline-block;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
}

.coll_list p {
    width: 100%;
    padding-right: 80px;
}

.coll_list .list-group-item > a {
    position: absolute;
    right: 20px;
    top: 15px;
}

.coll_list > span {
    margin-right: 20px;
    display: inline-block;
    width: 90px;
}

#invest table {
    /*background: #C7C7C7;*/
    color: #000;
    border: none;
    text-align: center;
}
#invest table p {
    color: #000;
    margin-bottom: 0;
}

#invest .invest_detail table {
    background: transparent;
    text-align: left;
}
#invest .invest_detail {
    overflow-x: auto;
}

#invest table td {
    border: 1px solid #535353;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

#invest table thead td {
    /*padding: 15px;*/
    background: #A0A0A0;
}

#invest .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

#invest table.dividend,
#invest table.conference {
    background: #fff;
    border-color: #ccc;
    margin-bottom: 0;
}

table.conference td.cont {
    text-align: left;
}

td.cont p {
    color: #000;
    margin-bottom: 0;
}

.invest_detail {
    display: none;
    padding-top: 20px;
}

.invest_detail p {
    padding-right: 0;
}


/*
-*
--model -------------------------------------------------------------------
*-
*/

#model .contact_box_wrap {
    padding-top: 110px;
}

.model_tab {
    background: #313131;
}

.model_tab p {
    font-size: 16px;
}

#model .pro_tab .tab-content {
    background: linear-gradient(to top, #000 0%, #0F0F0F 30%, #181818 50%, #212121 70%, #292929 100%);
    padding: 0px;
    border: none;
    height: auto;
}

.model_imgBox {
    height: 640px;
}

.model_imgWrap {
    height: 70%;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

.model_imgWrap img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.model_imgContWrap {
    padding: 20px 40px;
}

.model_contWrap {
    padding: 20px;
}

.model_contWrap h3 {
    font-size: 36px;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    color: #fff;
}

.pro_tab .model_tablistWrap .nav a {
    padding: 25px 0;
    width: 160px;
    text-align: center;
    border-top: transparent 3px solid;
}

.pro_tab .model_tablistWrap .nav .active a {
    color: #fff;
    border-color: #ffae00;
    background: url("../images/model_tablist_bg.png") no-repeat center top -3px, linear-gradient(to bottom, #000 0%, #292929 90%);
}

.form-inline .contact_btn.model_search {
    width: 100px;
}

.model_slectGroup {
    min-height: 150px;
}

#model select.form-control::-ms-expand {
    display: none;
}

#model select.form-control,
#model input.form-control {
    background: #252525 url(../images/model_slect_bg.jpg) center right no-repeat;
    border: 1px solid #ffae00;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px;
    padding: 0 35px 0 12px;
}

#model input.form-control {
    background: #252525;
    padding: 0 12px;
}

#model .form-control:focus {
    box-shadow: none;
}

#model option {
    padding: 5px;
    background: #313131;
}

#model option:hover,
#model option:focus,
#model option:checked {
    background: #707070;
    box-shadow: 0 0 10px 100px #707070 inset;
}


/*---------------*/

.model_scResult {
    position: relative;
    font-size: 16px;
}

.model_scResult img {
    width: 100%;
}

.model_rImg {
    margin-bottom: 30px;
}

.model_search.btn_r {
    float: right;
}


/*
-*
-- catalog -------------------------------------------------------------------
*-
*/

.catalog_wrap {
    border-top: 1px solid #818181;
}

.catalog_wrap h3 {
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
}

.cata_box {
    width: 155px;
    margin: 0 auto 20px;
}

.cata_box a {
    display: block;
}

.cata_imgWrap {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.cata_imgWrap img {
    width: 100%;
    height: auto;
}

.cata_dl {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #818181;
    color: #fff;
}

.cata_dl h6 {
    background: url(../images/cata_dl_btn.png) no-repeat right top;
    font-size: 13px;
    height: 11px;
    line-height: 11px;
    margin: 0;
    font-weight: 300;
}

.cata_box a:hover,
.cata_box a:focus {
    text-decoration: none;
}

.cata_box a:hover h6,
.cata_box a:focus h6 {
    color: #ffae00;
    background-position: right bottom;
}

.cata_ele {
    margin-bottom: 150px;
}


/*
-*
-- proj_detail ----------------------------------------------------------------
*-
*/

.proj_detail_wrap {
    padding-top: 110px;
}

.breadcrumb_wrap {
    background: url(../images/pat_footer.jpg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
}

.breadcrumb {
    padding: 5px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    color: #ffae00;
    font-size: 13px;
}

.breadcrumb > li + li::before {
    content: ">";
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb > .active {
    color: #ffae00;
}

.proj_backBtn {
    display: inline-block;
    float: right;
    height: 22px;
    width: 80px;
    background: url(../images/back.png) no-repeat center center;
}

.proj_backBtn:hover {
    background: url(../images/back_2.png) no-repeat center center;
}

.project_list_title {
    padding: 30px 0;
    margin: 10px 0;
    line-height: 32px;
}

.proj_detail_wrap h1 {
    text-align: left;
    color: #ffae00;
    padding: 0;
    margin: 0;
    float: left;
    /* line-height: 32px; */
}

.proj_de_box .like_h3 {
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
    color: #ffae00;
}

.proj_de_box .catalog_wrap {
    padding: 30px 0;
}

.proj_de_cont img {
    max-width: 100% !important;
    height: auto !important;
}

.proj_de_imgBoxWrap {
    height: 580px;
}

.proj_de_imgBox {
    height: 440px;
}

.proj_de_bigImg {
    height: 440px;
}

.proj_de_slide {
    height: 440px;
    overflow: visible;
    background: #313131;
}

.proj_de_imgDes {
    position: absolute;
    right: -50%;
    width: 50%;
    padding: 20px;
}


/*-------*/

.proj_de_imgBoxWrap {
    height: auto;
    margin-bottom: 20px;
}

.proj_de_imgBoxWrap .flexslider.no_margin {
    overflow: hidden;
}

.proj_de_imgBoxWrap .flexslider.no_margin li {
    margin: 0;
    background: #313131;
}

.proj_de_imgBoxWrap .flexslider.tumbnail_car .slides li {
    margin-left: 0;
    height: 140px;
    overflow: hidden;
    /*cursor: pointer;*/
}

.proj_de_imgBoxWrap .flexslider.tumbnail_car img {
    max-height: none;
    max-width: 100%;
    min-height: 100%;
}

.proj_de_imgBoxWrap .flexslider.no_margin img {
    max-width: 60%;
    width: 100%;
    float: left;
}

.proj_de_imgBoxWrap .tumbnail_car img {
    opacity: 0.5;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.proj_de_imgBoxWrap .tumbnail_car img:hover {
    opacity: 1;
}

.proj_de_imgBoxWrap .tumbnail_car .flex-active-slide img {
    opacity: 1;
}

.proj_de_box .proj_list_imgBox {
    margin-bottom: 0;
}

.proj_flex_imgDes {
    float: right;
    width: 40%;
    padding: 20px;
}

.proj_flex_imgDes h6 {
    color: #fff;
}


/*
-*
-- proj_list ----------------------------------------------------------------
*-
*/

.proj_list_check {
    font-size: 16px;
    /*margin-bottom: 20px;*/
    line-height: 35px;
    text-align: right;
}

.proj_list_check .form-inline {
    display: inline-block;
    margin-left: 20px;
}

.proj_list_check input[type=checkbox] {
    border-radius: 0px;
    height: 16px;
    width: 16px;
}

.proj_list_check label.selected {
    color: #ffae00;
}

.project_list_cont {
    margin-bottom: 50px;
}

.project_list_images a:hover,
.project_list_images a:hover h6,
.project_list_images a:focus,
.project_list_images a:focus h6 {
    color: #ffae00;
    text-decoration: none;
}

.proj_list_imgBox {
    margin-bottom: 30px;
}

.proj_list_title {
    border-bottom: none;
    height: 62px;
}

.proj_list_imgBox h6 {
    font-size: 16px;
    margin: 5px 0;
    height: auto;
    /* line-height: 16px; */
    background: none;
    position: relative;
}

.proj_list_imgBox h6:after {
    display: inline-block;
    position: absolute;
    height: 16px;
    width: 10px;
    content: "";
    color: #fff;
    background: url(../images/proj_list_LRbtn.png) no-repeat right center;
    background-size: cover;
    top: 0;
    right: 0;
}

.proj_list_imgWrap {
    /*height: 250px;*/
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.proj_list_imgWrap img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    /*width: 100%;*/
}

.project_list_images a {
    display: block;
}

.project_list_images a:focus {
    outline: transparent;
}

.proj_list_imgBox.list_withText {
    height: 100px;
    margin-bottom: 20px;
}

.proj_list_imgBox.list_withText .proj_list_imgWrap {
    width: 15%;
    float: left;
    height: 100%;
    padding-bottom: 0;
}

.proj_list_textWrap {
    float: right;
    width: 85%;
    padding-left: 20px;
}

.proj_list_imgBox.list_withText h6,
.proj_list_imgBox.list_withText .cata_dl {
    padding-top: 0;
    color: #ffae00;
}

a.list_styleBtn {
    display: inline-block;
    float: right;
    margin: 0 5px;
    opacity: 0.5;
    font-size: 0;
}

a.list_styleBtn.active {
    opacity: 1;
}

.carousel_menu {
    text-align: center;
    background: #2F2F2F;
    border-top: 1px solid #ffae00;
    border-bottom: 1px solid #ffae00;
    min-height: 30px;
    position: relative;
}

.carousel_menu_btn {
    text-align: center;
    background: #3E3E3E;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.carousel_menu_btn a {
    display: inline-block;
    text-align: center;
    background: url(../images/proj_list_menuBtn.png) no-repeat top center;
    width: 100%;
    height: 100%;
    line-height: 30px;
}

.carousel_menu_btn a.carausel_close {
    background-position: bottom center;
}

.carousel_menu_btn a:hover,
.carousel_menu_btn a:focus {
    outline: transparent;
}

.carousel_wrap {
    height: 280px;
    /*overflow: hidden;*/
}

.flexslider {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    height: 100%;
    /*height: 100vh;*/
}
.pro_slider .flexslider {
    height: 100vh;

}

.flex-control-nav {
    display: none;
}

.flex-direction-nav a {
    height: 50px;
    outline: transparent;
}

.flex-direction-nav a::before {
    color: #FFA100;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.flexslider .slides li {
    margin: 20px 10px;
}

.flexslider .imgwrap {
    height: 310px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

.flexslider li p {
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

.flexslider .active .imgwrap {
    opacity: 1;
}

.flexslider .active p {
    color: #ffae00;
}

.flexslider a:hover,
.flexslider a:focus {
    text-decoration: none;
    color: #ffae00;
}

.flexslider a:hover .imgwrap {
    opacity: 1;
}

.navCar {
    height: 250px;
}

.navCar .imgwrap {
    height: 220px;
}

.navCar a {
    display: block;
    margin: 5px 10px 0;
}

.navCar a {
    opacity: 0.3;
}

.navCar div.active a,
.navCar .slick-slide:hover a {
    opacity: 1;
}

.carousel_menu .container {
    padding: 0 30px;
}


/*
-*
-- new product slider ----------------------------------------------------------------
*-
*/

.desktop .pro_content section.pro_slider {
    padding: 0;
    height: auto;
    min-height: inherit;
    overflow: hidden;
}

#product_ele section {
    height: auto;
    padding-bottom: 20px;
}

#product_ele section.pro_slider {
    padding-bottom: 0;
}

#product_ele .pro_slider a.down_btn {
    position: absolute;
    /*bottom: 20px;*/
    bottom: 0;
    margin: 10px auto;
}

.pro_slider .flexslider .slides li {
    margin: 0;
    /*min-height: 800px;*/
    /*min-height: 100vh;*/
}

.pro_slide_cont {
    padding: 110px 50px;
}

.flexslider .slides .pro_slide_cont img {
    width: auto;
    max-width: 100%;
}

.flexslider .slides .pro_slide_cont table p img {
    display: inline;
}

.pro_slide_cont > * {
    max-width: 100%;
}

.pro_slider .sub_menu {
    position: absolute;
    z-index: 9999;
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
}

.pro_slider .pro_slide_cont {
    padding: 90px 50px 20px;
}

.product_cont img,
.pro_slide_cont img {
    max-width: 100%;
    height: auto !important;
}
.product_cont p {
    margin-bottom: 10px;
}
.product_cont h3,
.pro_box h3,
.proj_de_cont h3,
.proj_flex_imgDes h3,
.project_list_cont h3 {
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.7;
}

@media screen and (max-width: 1600px) {
    #pro_sidebar {
        left: 30px;
    }
    .slide_section .slidizle-navigation.pro_slideNav.proj_slideNav {
        right: 10%;
        left: auto;
    }
}

@media screen and (max-width: 1350px) {
    #pro_sidebar {
        left: 10px;
    }
    .slide_section .slidizle-navigation.pro_slideNav {
        left: 0px;
        text-align: right;
        right: 100px;
    }
    .top_btn {
        right: 50px;
    }
}

@media screen and (min-width: 1400px) {
    .desktop .pro_content section.slide_section .home_slide {
        padding: 0;
    }
    .desktop .pro_content section.slide_section {
        height: 100vh;
    }
}

@media screen and (max-width: 1080px) {
    .desktop_nav .main_menu {
        margin-left: 0;
        width: 50%;
        text-align: center;
    }
    .navbar-default .navbar-nav > li {
        width: 20%;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px 0 25px;
        width: 100%;
        font-size: 14px;
    }
    .contact_box.contact_tb > div {
        height: 70px;
        /*line-height: 70px;
        padding: 0 10px;*/
    }
    body > div .container {
        width: 100%;
    }
    .carousel_menu .container {
        padding: 0 50px;
    }
    .slidizle-navigation,
    .mainBtn_wrap {
        width: 100%;
    }
    #pro_sidebar {
        display: none;
    }
    .desktop .pro_content section {
        height: auto;
        padding-bottom: 120px;
    }
    .desktop .pro_content section.slide_section {
        /*height: 100vh;*/
        padding-bottom: 0;
    }
    .slide_section .slidizle-navigation.pro_slideNav {
        right: 0;
        margin-right: 50px;
    }
    .slide_section .slidizle-navigation.pro_slideNav.proj_slideNav {
        right: 0;
        margin-right: 0;
    }
    /*--------------------*/
    .serv_contImg img {
        position: static;
        display: inline-block;
    }
    #service-2 .serv_right,
    #service-3 .serv_left {
        background: transparent;
    }
}

@media screen and (max-width: 991px) {
    .desktop_nav .main_menu {
        width: 48%;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    .footer_nav {
        height: 430px;
    }
    .pro_tab .tab-content {
        height: auto;
    }
    .model_imgContWrap {
        padding: 20px;
    }
    .sub_menu {
        padding: 0;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 999;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 5px;
        transition: top .3s;
        -webkit-transition: top .3s;
    }
    .shrink .sub_menu {
        top: 76px;
    }
    .sub_menu li {
        /* width: 25%; */
        border: none !important;
        background: rgba(255,255,255, 0.8);
        box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
        min-width: 80px;
        transition: all 0.6s;
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }
    .sub_menu li.active a,
    .sub_menu li a:hover,
    .sub_menu li a:focus {
        color: #000;
    }
    .sub_menu li.active,
    .sub_menu li:hover,
    .sub_menu li:focus{
        background: #ffae00;
    }
    #invest .sub_menu li,
    #contact .sub_menu li {
        /* width: 25%; */
        /* min-width: 90px; */
    }
    #a20150910001 .sub_menu li {
        /* width: 100%; */
    }
    .sub_menu li a {
        width: 100%;
        padding: 7px 15px;
        color: #000;
        text-shadow: none;
    }
    #product_ele section {
        padding-top: 30px;
    }
    .pro_content {
        padding-top: 110px;
    }

}

@media screen and (min-width: 768px) {
    .slide_section .container {
        height: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer_nav {
        height: 700px;
    }
    .footer_nav ul {
        width: 33%;
        height: 230px;
        padding-left: 40px;
    }
    /*-------------------*/
    .home_slide.index_slide {
        display: none;
    }
    /*.mobile_imgShow {
        display: block;
    }*/
    #owl-gfc {
        opacity: 1 !important;
        display: block !important;
        padding-top: 60px;
    }
    .index_texts {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -80px;
        text-align: center;
    }
    .index_btext {
        font-size: 36px;
    }
    .index_owl_item .index_texts a {
        font-size: 20px;
    }
    .index_sub {
        display: block;
        margin-right: 0;
        font-size: 20px;
        padding: 0 0 10px;
    }
    .index_owl_item a {
        font-size: 20px;
    }
    /*-------------------*/
    .desktop .pro_content section.bg_slider {
        min-height: auto;
        height: auto;
        padding-top: 140px;
    }
    .desktop .pro_content section.bg_slider > div.container {
        padding-top: 0px;
        height: auto;
        position: static;
    }
    .desktop .pro_content section.bg_slider > div.container h2 {
        position: absolute;
        top: 140px;
    }
    .mainBtn_wrap,
    .down_btn {
        position: static;
    }
    .slide_section .container .mainBtn_wrap {
        margin-top: 10px;
    }
    .down_btn {
        margin: 20px auto;
    }
    .bg_slider .home_slide {
        position: relative;
        height: 350px;
    }
    .bg_slider .container {
        top: 0;
    }
    .slide_section .mainBtn_wrap.pro_box_wrap.pro_ser_cont {
        position: absolute;
        bottom: auto;
        /*top: 500px;
        margin-top: 0;*/
        top: 0;
        margin-top: calc( 60% + 90px );
    }
    .pro_box {
        width: 100%;
        margin-top: 65px;
        background: transparent;
        font-size: 16px;
        height: auto;
    }
    .project_box .pro_box,
    .about_box .pro_box {
        width: 100%;
        height: auto;
    }
    .main_btn {
        margin: 0 0.5%;
        height: 80px;
        /* line-height: 80px; */
    }
    .slide_section .slidizle-navigation.pro_slideNav,
    .slide_section .slidizle-navigation.pro_slideNav.proj_slideNav {
        right: 0px;
        text-align: center;
        left: 0;
        bottom: 10px;
        width: 100%;
        margin: auto;
    }
    .more_btn {
        right: 0;
        left: 0;
        position: absolute;
        bottom: 20px;
        margin: auto;
        float: none;
    }
    #about-0 .more_btn {
        /*position: static;*/
        bottom: 30px;
    }
    /*--------------------*/
    .desktop .pro_content section {
        padding-bottom: 0;
    }
    .serv {
        width: 100%;
        height: auto;
        float: none;
    }
    #service-2 .serv,
    #service-3 .serv {
        padding-top: 0;
    }
    .serv_contImg {
        text-align: center;
    }
    .serv_contImg img {
        position: static;
        display: inline-block;
    }
    .serv_left .service_cont {
        padding: 0;
    }
    .serv_right .service_cont {
        padding: 0;
    }
    .serv_right .serv_titleBar h2,
    .serv_right .serv_titleBar h3 {
        text-align: left;
    }
    .serv_titleBar {
        width: 100%;
    }
    .serv_titleBar .like_h2,
    .serv_titleBar h2 {
        font-size: 22px;
    }
    .serv_titleBar .like_h3,
    .serv_titleBar h3 {
        font-size: 18px;
    }
    .serv_banner_wrap::after {
        display: none;
    }
    /*---------------------*/
    .sub_menu {
        margin: 0;
        top: 60px;
    }
    .shrink .sub_menu {
        top: 60px;
    }
    /*.sub_menu li {
        display: block;
        border: none;
        margin: 5px 0;
    }
    .sub_menu li:first-child {
        border: none;
    }
    .sub_menu li a {
        display: inline-block;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }*/
    .pro_tab .tab-content {
        height: auto;
    }
    .pro_tab .nav li {
        text-align: center;
    }
    .pro_tab .nav li.active {
        background-color: #333;
    }
    .pro_tab .flexslider .active p {
        color: #fff;
    }
    .cata_box {
        margin-bottom: 20px;
    }
    /*---------------------*/
    #model .contact_box_wrap {
        padding-top: 0;
    }
    .pro_tab.model_tab .nav li.active {
        background-color: transparent;
    }
    .pro_tab.model_tab .nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .pro_tab.model_tab .tab-content {
        margin: 0 -15px;
    }
    .pro_tab.model_tab .tab-content .row {
        margin: 0;
    }
    .model_imgBox {
        height: auto;
    }
    .model_imgWrap {
        height: auto;
        text-align: center;
    }
    .model_imgWrap img {
        position: static;
    }
    /*---------------------*/
    .contact_box {
        height: auto;
    }
    .contact_box.contact_tb > div {
        height: auto;
        line-height: 2.5;
        width: 100%;
        float: none;
        text-align: center;
        border-left: none;
    }
    .contact_box .contact_cont p img {
        width: 100% !important;
        float: none;
    }
    .serv_contImg.con_map img {
        margin-bottom: 50px;
    }
    .contact_banTitle {
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
    }
    .contact_big_banner {
        /*height: 200px;*/
    }
    /*----------------------*/
    .about_box .pro_box {
        padding: 20px 0;
    }
    #about-4 .slider-navigation-item {
        font-size: 12px;
    }
    .desktop .pro_content section {
        padding-top: 0;
    }
    .desktop .pro_content section.slide_section {
        height: auto;
        padding-top: 0;
        min-height: inherit;
    }
    .slide_section h2 {
        top: 0;
    }
    .slide_section .slidizle {
        overflow: visible;
    }
    .slide_section .home_slide {
        /*height: 400px;*/
    }
    .slide_section .slidizle-navigation {
        bottom: 10px;
    }
    .slide_section .mainBtn_wrap.pro_box_wrap {
        /*margin-top: 400px;*/
        margin-top: 60%;
    }
    /*.slide_section */
    .down_btn {
        display: none;
    }
    .slide_section .slider-navigation-item,
    .slide_section .main_btn {
        margin: 0px 0.5%;
        width: 32.3%;
        height: 80px;
        /* line-height: 80px; */
    }
    #about-6 {
        /*margin-bottom: 100px;*/
    }
    /*----------------------*/
    .coll_list p,
    .coll_list a {
        display: block;
        position: static;
    }
    .coll_list p {
        padding-right: 0;
    }
    .coll_list .list-group-item > a {
        position: static;
    }
    .coll_list a {
        text-align: right;
    }
    .coll_list .invest_detail a {
        display: inline;
        text-align: left;
        font-size: inherit;
    }
    .coll_list span {
        display: block;
    }
    /*----------------------*/
    .proj_detail_wrap h1 {
        float: none;
    }
    .proj_list_imgWrap {
        /*height: 350px;*/
    }
    .tumbnail_car {
        display: none;
    }
    .proj_de_imgBoxWrap .flexslider.no_margin img {
        max-width: none;
        float: none;
    }
    .proj_flex_imgDes {
        float: none;
        width: 100%;
        position: static;
    }
    .proj_de_imgBoxWrap .flexslider.no_margin .slides li {
        position: relative;
    }
    .proj_list_check {
        text-align: left;
    }
    .proj_list_check .checkbox {
        display: inline-block;
    }
    .proj_list_check .checkbox label {
        display: block;
        padding: 10px 20px;
        background-color: #313131;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .proj_list_check input[type="checkbox"] {
        opacity: 0;
        position: absolute !important;
    }
    .proj_list_check label.selected {
        color: #313131;
        background-color: #ffae00;
    }
    .proj_detail_wrap {
        padding-top: 0;
        /*padding-top: 110px;*/
    }
    .proj_list_imgBox.list_withText .proj_list_imgWrap {
        width: 25%;
    }
    .proj_list_textWrap {
        width: 75%;
    }
    .about_show_h2 h2 {
        opacity: 1;
        font-size: 36px;
        z-index: 10;
        text-shadow: 1px 1px 3px #000;
    }

}

@media screen and (max-width: 767px) {
    .desktop_nav .main_menu {
        margin: 1px 0 0;
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .navbar-default.desktop_nav {
        background: transparent;
    }
    .desktop_nav .container {
        padding-top: 0;
    }
    .navbar-default .navbar-nav > li {
        width: 33.3%;
        float: left;
        background: no-repeat center center / cover;
    }
    .navbar-default .navbar-nav > .b_proser,
    .navbar-default .navbar-nav > .b_project {
        width: 50%;
    }
    .navbar-default .navbar-nav > .b_proser {
        background-image: url(../images/mobile-1.jpg);
    }
    .navbar-default .navbar-nav > .b_project {
        background-image: url(../images/mobile-2.jpg);
    }
    .navbar-default .navbar-nav > .b_invest {
        background-image: url(../images/mobile-3.jpg);
    }
    .navbar-default .navbar-nav > .b_about {
        background-image: url(../images/mobile-4.jpg);
    }
    .navbar-default .navbar-nav > .b_contact {
        background-image: url(../images/mobile-5.jpg);
    }
    .navbar-default .navbar-nav > li > a {
        padding: 0;
        width: 100%;
        text-align: center;
        border: 1px solid #fff;
        background: rgba(0, 0, 0, 0.3);
    }
    .main_menu + .navbar-right {
        /*display: none;*/
        height: auto;
    }
    .desktop_nav .lang_set {
        padding: 0;
    }
    .lang_set p {
        margin: 0;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
    }
    .lang_set a {
        display: inline-block;
        height: 100%;
    }
    .navbar-right .navbar-form {
        display: none;
    }
    .navbar-form {
        margin: 0;
    }
    .nav_searchBox {
        display: block;
    }
    .navbar-header {
        background: #535353 url(../images/logo_rwd.jpg) no-repeat top left;
        background-size: auto 100%;
        height: 60px;
    }
    .navbar-default .navbar-toggle {
        height: 44px;
        width: 60px;
    }
    .navbar-brand {
        /* opacity: 0; */
        width: calc(100% - 160px);
        height: 60px;
        overflow: hidden;
    }
    .navbar-collapse {
        /*margin-top: -35px;*/
        border: none;
        background-color: #535353;
        box-shadow: none;
        border-bottom: 1px solid #fff;
    }
    #mobile_search .navbar-form {
        margin: 20px 0;
    }
    #navbar {
        padding: 0;
        height: auto;
    }
    /*---------------------------*/
    .sub_menu {
        padding-top: 0;
    }
    .desktop .pro_content section {
        /*padding-top: 110px;*/
    }
    .desktop .pro_content section.slide_section {
        height: auto;
        min-height: auto;
    }
    /*-------------------*/
    .form-inline .contact_btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .pro_tab .model_tablistWrap .nav a {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /*-------------------*/
    .pro_energyBox,
    .pro_ene_imgWrap {
        height: auto;
    }
    .pro_ene_imgWrap img {
        position: static;
    }
    .pro_energyBox > div {
        float: none !important;
        width: 100%;
    }
    .desktop .pro_content section.bg_slider {
        padding-top: 60px;
    }
    .proj_list_check .form-inline {
        margin-left: 0;
    }
    .slidizle-navigation .slider-navigation-item, .main_btn {
        font-size: 13px;
    }
    /*-------------------*/
    .slide_section h2 {
        font-size: 36px;
    }
    .news {
        min-height: 0;
    }
}

@media screen and (max-width: 480px) {
    .navbar-default .navbar-nav > li,
    .navbar-default .navbar-nav > .b_project {
        width: 50%;
    }
    .navbar-default .navbar-nav > .b_proser {
        width: 100%;
    }
    /*---------------------*/
    footer {
        /*height: 950px;*/
    }
    .footer_nav {
        height: 950px;
    }
    .footer_nav ul {
        width: 50%;
        height: 230px;
        padding-left: 30px;
    }
    .copywrite {
        height: auto;
    }
    .copy_left,
    .copy_right {
        float: none;
        text-align: center;
    }
    /*---------------------*/
    .main_btn {
        display: block;
        width: 100%;
        margin: 10px auto;
    }
    .main_btn_hide {
        display: none;
    }
    /*.pro_box {
        padding-left: 0;
        padding-right: 0;
    }*/
    .pro_ene_textWrap {
        padding: 25px 10px;
    }
    .slide_section .mainBtn_wrap.pro_box_wrap.pro_ser_cont {
        /*top: 470px;*/
        margin-top: calc(60% + 170px);
    }
    /*----------------------*/
    .cata_box {
        width: 100%;
    }
    .cata_imgWrap {
        height: auto;
    }
    /*----------------------*/
    #about-0.slide_section .container {
        /*height: auto !important;*/
    }
    #about-4 .slider-navigation-item {
        font-size: 16px;
    }
    .slide_section .home_slide {
        /*height: 300px;*/
    }
    .slide_section .slidizle-navigation {
        bottom: -165px;
    }
    .two.slide_section .slidizle-navigation {
        bottom: -113px;
    }
    .one.slide_section .slidizle-navigation {
        bottom: -58px;
    }
    .slide_section .slider-navigation-item,
    .slide_section .main_btn {
        height: 50px;
        /* line-height: 50px; */
        width: 96%;
        margin: 2px 2%;
    }
    .slide_section .mainBtn_wrap.pro_box_wrap {
        /*margin-top: 470px;*/
        margin-top: calc( 60% + 170px );
    }
    .two.slide_section .mainBtn_wrap.pro_box_wrap {
        margin-top: calc( 60% + 113px);
    }
    .one.slide_section .mainBtn_wrap.pro_box_wrap {
        margin-top: calc( 60% + 50px);
    }
    .no.slide_section .mainBtn_wrap.pro_box_wrap {
        margin-top: 60%;
    }
    .slide_section .mainBtn_wrap.pro_box_wrap.project_box {
        /*margin-top: 300px;*/
        margin-top: 60%;
    }
    .slide_section .project_box .pro_box p {
        padding-bottom: 0;
    }
    .more_btn {
        bottom: 40px;
        width: 160px;
        height: 45px;
        line-height: 45px;
    }
    .pro_slide_cont table img {
        max-width: 100% !important;
    }
    .pro_slide_cont table,
    .pro_slide_cont table tbody,
    .pro_slide_cont table tr,
    .pro_slide_cont table td {
        display:block;
    }
    /*----------------------*/
    .proj_list_imgWrap {
        /*height: 250px;*/
    }
    .proj_list_imgBox.list_withText {
        height: auto;
    }
    .list_withText .proj_list_imgWrap {
        display: none;
    }
    .list_withText .proj_list_textWrap {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .top_btn {
        right: 20px;
    }
}

@media screen and (max-width: 400px) {
    .navbar-header {
        /*height: 80px;*/
        /*background-size: auto 77px;*/
    }
    /*.navbar-default .navbar-toggle {
        height: 58px;
        width: 65px;
    }*/
    /*.navbar-brand {
        width: calc(100% - 130px);
        height: 80px;
        overflow: hidden;
    }*/
    .navbar-brand img {
        width: 100%;
    }
    .proj_detail_wrap {
        padding-top: 0;
    }
    .index_texts {
        margin-top: -66px;
    }
    .index_btext {
        font-size: 28px;
    }
    .index_sub,
    .index_owl_item a {
        font-size: 18px;
    }
    #owl-gfc {
        padding-top: 60px;
    }
}

@media screen and (max-width: 350px) {
    /*.navbar-header {
        height: 75px;
        background-size: auto 72px;
    }*/
    /*.navbar-default .navbar-toggle {
        height: 54px;
        width: 65px;
    }
    .navbar-brand {
        height: 75px;
    }*/
}

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

@media screen and (max-width: 768px) {

    table {
        overflow-x: scroll !important;
        display: block !important;
    }
    table > tbody {
        width: 768px !important;
        max-width: none !important;
        display: table !important;
    }
    .pro_slide_cont table,
    .product_cont table {
        overflow-x: hidden !important;
        display: table !important;
        table-layout: fixed;
        width: 100% !important;
    }
    .pro_slide_cont table > tbody,
    .product_cont table > tbody {
        width: 100% !important;
        max-width: 100% !important;
        display: table-row-group !important;
    }
}

@media screen and (min-width: 769px) {
    .tb_right, .tb_left {
        height: 60px;
    }
}

.navbar-fixed-top .navbar-collapse {
    max-height: calc(100% - 60px);
}

/* 20181108 odin modified Start */
#navbar480 {
    display: none !important;
}
.desktop_nav .main_menu{
    margin-left: auto;
}
.desktop_nav .lang_set {
    padding-top: 45px;
    padding-left: 15px;
}
#navbar{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1080px){
    .desktop_nav .main_menu {
        width: 50%;
        text-align: center;
    }
    .navbar-default .navbar-nav>li {
        width: 20%;
    }
} 
@media screen and (max-width: 1024px) {
    .navbar-brand {
        /* display: none; */
        opacity: 0;
        width: calc(100% - 160px);
        height: 60px;
    }
    .navbar-brand img {
        display: none;
    }
    .navbar-nav.navbar-right{
        display: none;
    }
    #navbar {
        /* display: none; */
        align-items: unset;
    }
    
    #navbar.collapse.in{
        display: block;
        overflow-y: auto;
    }
    #navbar.collapse {
        display: none;
    }

    .desktop_nav .main_menu {
        margin-left: 0;
        width: 100%;
    }
    .navbar-default .navbar-nav>.b_proser {
        background-image: url(../images/mobile-1.jpg);
    }
    .navbar-default .navbar-nav>.b_project {
        background-image: url(../images/mobile-2.jpg);
    }
    .navbar-default .navbar-nav>.b_invest {
        background-image: url(../images/mobile-3.jpg);
    }
    .navbar-default .navbar-nav>.b_about {
        background-image: url(../images/mobile-4.jpg);
    }
    .navbar-default .navbar-nav>.b_contact {
        background-image: url(../images/mobile-5.jpg);
    }
    .navbar-default .navbar-nav>li {
        width: 33.3%;
        float: left;
        background: no-repeat center center / cover;
    }
    .navbar-default .navbar-nav>.b_proser,
    .navbar-default .navbar-nav>.b_project {
        width: 50%;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 0;
        width: 100%;
        text-align: center;
        border: 1px solid #fff;
        background: rgba(0, 0, 0, 0.3);
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-header {
        background: #535353 url(../images/logo_rwd.jpg) no-repeat top left;
        background-size: auto 100%;
        height: 60px;
        width: 100%;
    }
    .desktop_nav .container{
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .desktop_nav .main_menu{
        padding-top: 0;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-default .navbar-toggle {
        height: 42px;
        width: 60px;
    }
    .navbar-toggle.odin_navBtn{
        width: 100px;
        padding: 6px 10px;
    }
    .navbar-toggle.odin_navBtn:hover {
        text-decoration: none;
    }
}
@media screen and (max-width: 991px) {
    .pro_content {
        padding-top: 0;
    }
}
@media screen and (max-width: 480px) {
    #owl-gfc{
        display: none !important;
    }
    #navbar480{
        display: block !important;
        margin-top: 52px;
    }
    .navbar-default .navbar-nav>.b_proser {
        width: 100%;
    }
    .navbar-default .navbar-nav>li,
    .navbar-default .navbar-nav>.b_project {
        width: 50%;
    }
}
/* 20181108 odin modified End */
/* 20181109 odin project.php modified Start */
.dis480{
    display: block !important;
}
.show480{
    display: none !important;
}
@media screen and (max-width: 480px) {
    .dis480 {
        display: none !important;
    }
    .show480 {
        display: block !important;
    }
    .project480{
        width: 100%;
    }
    .pro_banner{
        width: 100%;
        width: 100%;
        text-align: center;
        height: 25vh;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 60px;
        background-image: url(../images/mobile-2.jpg);
        background-image: url(../images/bn_profile.jpg);/* 修改的圖片路徑 */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-bottom: 1px solid white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }
    .pro_banner_txt{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        font-size: 36px;
        letter-spacing: 1px;
    }
    .select_list{
        width: 100%;
        margin-top: -5px;
    }
    .select_unit{
        width: 100%;
        height: 12vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #383838;
        border-bottom: 1px solid white;
        border-bottom: 1px solid rgba(255,255,255,0.6);
        font-size: 24px;
        text-decoration: none;
        color: white;
        transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        font-weight: bold;
    }
    .select_unit:hover {
        color: white;
        text-decoration: none;
    }
    /* .slide480_next,
    .slide480_prev {
        top: 30% !important;
    } */
}
/* 20181109 odin project.php modified End */
/* 20181112 odin project_list.php modified Start */
.o_container{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.odinflex{
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
    .sliderPart480{
        width: 100%;
    }
    .slide480 {
        width: 100%;
    }
    .o_container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .slide480_in {
        outline: none;
        background-color: #313131;
        margin: 40px 15px 33px 15px;
    }
    .slide480_in img {
        width: 100%;
        height: auto;
    }
    .more_btn2 {
        display: none;
        width: calc(100% - 40px);
        height: 35px;
        color: #000;
        background: #FFAD00;
        border-radius: 5px;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        margin: 0 auto;
    }
    .more_btn2:hover{
        color: #000;
        background: #FFAD00;
        text-decoration: none;
    }
    .backprev480{
        margin-top: 15px;
    }
    .backprev480_link {
        text-decoration: none !important;
        font-size: 14px;
        color: #ffad00;
        font-weight: bold;
    }
    .backprev480_link:hover{
        text-decoration: none !important;
        outline: none;
        border: none;        
    }
    .title480{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 0px;
        padding-top: 32px;
        margin-top: 40px;
    }
    .title_txt{
        font-size: 28px;
        font-weight: bold;
        color: white;
        margin-bottom: 0px !important;
        text-align: center;
    }
    .title_under{
        width: 42px;
        height: 2px;
        background-color: #ffad00;
        margin: 0 auto;
    }
    .mobile_nav{
        background-color: #d8d8d8;
        margin: 0;
        position: fixed;
        top:60px;
        display: flex;
        width: 100%;
        z-index: 999;
    }
    .mobile_navs::-webkit-scrollbar{
        display: none;
    }
    .nav_toggle{
        display: none;
    }
    .mobile_nav .nav_toggle:checked ~ .mobile_navs_open .nav_title{
        display: block;
    }
    .nav_title{
        background-color: #d8d8d8;
        color: #000000;
        font-weight: 700;
        font-size: 16px;
        padding:13px 0 0 18px;
        position: absolute;
        top: -45px;
        display: none;
    }
    .fas{
        color: #000000;
        text-align: center;
        padding: 15px;
    }
    .fas.fa-chevron-down{
        display: block;
    }
    .mobile_nav .nav_toggle:checked ~ label .fas.fa-chevron-up{
        display: block;
    }
    .mobile_nav .nav_toggle:checked ~ label .fas.fa-chevron-down{
        display: none;
    }
    .fas.fa-chevron-up{
        display: none;
    }
    .fa-chevron-down:before,
    .fa-chevron-up:before{
        line-height: 20px;
    }
    .mobile_nav .nav_toggle:checked ~ .mobile_navs{
        list-style: none;
        display: flex;
        width: 100%;
        padding-left: 0px;
        position: relative;
        flex-wrap: wrap;
        max-height: 600px;
    }
    .mobile_navs{
        list-style: none;
        display: flex;
        width: 100%;
        padding-left: 0px;
        overflow-x: scroll;
        overflow-y: hidden;
        position: relative;
        margin-bottom: 0;
        height: auto;
        max-height: 55px;
        transition: max-height .2s ease-in-out;
        /* scroll-behavior: smooth; */
        scrollbar-width: none;
    }
    .mobile_nav_item{
        font-size: 16px;
        text-align: center;
        flex: 1 0 106px;
    }
    .mobile_nav_item:hover{
        background-color: #ffad00;
        color: #000000;
    }
    .mobile_nav_link {
        padding:13px 18px;
        display: inline-block;
        width: 100%;
        text-align: center;
        color:#000000;
        letter-spacing: 0.32px;
    }
    .mobile_nav_link:hover{
        background-color: #ffad00;
        color: #000000;
        text-decoration: none;
    }
    .mobile_nav label{
        margin-bottom: 0px;
    }
    .mobile_nav label:hover{
        cursor: pointer;
    }
    .active {
        background-color: #ffad00;
    }
    /* 台北 琢豐 多render一張圖 */
    .proj_flex_imgDes p ~ p ~ img{
        width: 100% !important;
    }
    /* 測試 */
    .mobile_navs_open{
        position: absolute;
        top: 100%;
        width: 100%;
        list-style: none;
        background-color: #d8d8d8;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        transform: scale(1,0);
        opacity: 0;
        transition: transform .3s ease-in-out, 
                    opacity .3s ease-in-out;
        transform-origin: top;
    }
    .mobile_nav_open_item{
        font-size: 16px;
        text-align: center;
        flex: 1 0 106px;
    }
    .nav_toggle:checked ~  .mobile_navs_open{
        transform: scale(1,1);
        opacity: 1;
    }
    .nav_toggle:checked ~ .mobile_navs > .mobile_nav_item{
        display: none;
    }
    .mobile_nav_open_item:hover{
        background-color: #ffad00;
    }
    /* 改成more */
    .proj_flex_imgDes_more{
        text-align: right;
        line-height: 1.7;
        color: #f0f0f0;
        height: 15px;
    }
    .proj_flex_imgDes_more a{
        color: #f0f0f0;
    }
    .morebtn{
        transition: all .3s ease-in-out;
        padding: 0px;
        transition: .3s;
    }
    /* .morebtn:hover{
        background-color: #ffad00;
        padding: 10px;
        border-radius: 50%;
        font-weight: 900;
    } */
}

/* 20181112 odin project_list.php modified End */
/* 20181112 odin about.php modified Start */
@media screen and (max-width: 480px) {
    .pro_banner_about {
        background-image: url(../images/bn_about.jpg);
        margin-top: 0;
    }
}
/* 20181112 odin about.php modified End */
/* 20181112 odin project_detail.php modified Start */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.backtop{
    width: 45px;
    height: 45px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.backtop img{
    width: 100%;
    height: 100%;
}
.copywrite{
    margin-top: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}
@media screen and (max-width: 1024px) {
    .navbar-default.desktop_nav {
        background-color: transparent;
    }
    .maxH0{
        max-height: 0 !important;
        display: none !important;
    }
    #navbar {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .menumask {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.6;
        z-index: 1029;
    }
}
@media screen and (max-width: 480px) {
    .slide480_in{
        /* width: 100%; */
        /* padding-bottom: 24px; */
    }  
    .pro_content{
        display: block;
    }
    .slider_cont{
        width: 100%;
        padding:0 15px;
    }
    .odin_pfi_adjust{
        padding-left: 0;
        padding-right: 0;
    }
    .slider_cont_li{
        display: block;
        width: 100%;
        list-style: none;    
    }
    .slider_cont_li img{
        width: 100%;    
        max-width: 100%;
        height: auto;
    }
    .back_block{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .backtop {
        right: 15px;
        bottom: 15px;
    }
    .navbar-nav {
        margin-bottom: 0;
    }
    .copy_left{
        display: inline-block;
        margin-top: 8px !important;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 340px) {
    .copywrite {
        margin-top: 52px;
    }
}
/* 20181112 odin project_detail.php modified End */
/* 20181217 odin CSS modified Start */
.orow{
    display: flex;
    width: 100%;
}
.conttxt{
    width: 58%;
    margin-right: 2%;
}
.outimg{
    width: 40%;
}
.outimg img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .orow {
        flex-wrap: wrap;
    }
    .conttxt{
        width: 100%;
        margin-right: 0;
    }
    .outimg{
        width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-next{
        display: none;
    }
}
/* 20181217 odin CSS modified End */
