@charset "utf-8";
/* CSS Document */
*{
    scroll-behavior: smooth;
  }
body {
  background-color: #ebebeb;
}
*{
  scroll-behavior: smooth;
}
.wht_logo {
    padding: 12px 30px 0;
    z-index: 999;
}
.swiper{
    position: relative;
}
@media (min-width: 768px){
.swiper-button-next{
    margin-right: 16px;
}
.swiper-button-prev{
    margin-left: 16px;
}
}
/* .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url('images/swiper-arrow-next.svg');
    background-image: url('images/https://filecenter.2d.com.tw/about/images/about-202309302304090295.svg');
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url('images/swiper-arrow-prev.svg');
    background-image: url('https://filecenter.2d.com.tw/about/images/about-202309302304444955.svg');
} */
.swiper-button-next:after, .swiper-button-prev:after{
    color: #fff;
}
.main {
    padding-left: 10%;
    padding-right: 10%;
}
.main_online {
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 80px;
}
.uk-background-cover{
    position: relative;
}
.uk-background-cover::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}
.main_title_wht {
    font-size: 26px;
    color: #fff !important;
    padding-bottom: 30px;
    padding-top: 16px;
    line-height: 32px;
}
.main_title_light_blue {
    font-size: 36px;
    color: #64d6d6 !important;
    padding-bottom: 40px;
    font-weight: 500;
}
.main_title_wht_shadow {
    font-size: 50px;
    font-weight: 500;
    color: #fff !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    line-height: 60px;
}
.sub_title_wht_shadow {
    font-size: 36px;
    color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    background: rgba(57, 100, 140, .5);
    border-radius:10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sub_title_bk {
    font-size: 18px;
    color: #555 !important;
    padding-top: 10px;
    padding-bottom: 50px;
    line-height: 30px;
}
.bordershadow {
font-size: 26px;
text-align:center;
border:2px solid #ddd;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
transition: all 200ms ease-out;
padding: 20pxii;
}
.bordershadow:hover {
box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}
.bg-blue-landing{
    background-color: #cae1ed !important;
}

.about_us{
    position: relative;
}
.about_text{
    font-size: 1.1rem;
    line-height: 1.4;
}
.about_title{
    text-align: center !important;
    margin-top: 0 !important;
    padding-bottom: 20px;
}
@media (min-width: 768px){
    .about_us{
        padding: 0;
        margin: 0;
    }
    .about_us .main_online{
        padding-top: 1px;
        padding-bottom: 56px;
    }
    .about_content{
        position: relative;
        width: 40%;
        text-align: center;
        display: inline-block;
        padding: 56px 0 56px 6%;
        background-color: #cae1ed;
    }
    .about_content::after{
        content: "";
        position: absolute;
        width: 100px;
        top: 0;
        bottom: 0;
        right: -100px;
        background-color: #cae1ed;
        z-index: -1;
    }
    .about_text p {
        margin-bottom: 24px;
    }
    .about-img{
        position: absolute;
        top: 14%;
        display: inline-block;
        height: 80%;
        min-height: 500px;
        width: 46%;
        margin-left: 6%;
    }
    .about-img img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 767.98px){
    .about_us{
        padding: 56px 7%;
        background-color: #cae1ed;
    }
    .about_content{
        margin-bottom: 40px;
    }
}

.main_title_bk {
    font-size: 38px;
    color: #000 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main_title_blue {
    font-size: 36px;
    color: #0087dc !important;
    margin-top: 80px;
    font-weight: 500;
}
.landing_title_wht {
    font-size: 22px;
    color: #fff !important;
}
.landing_title_bk {
    font-size: 22px;
    color: #000 !important;
}
.landing_text_wht {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}
.download_title_wht {
    font-size: 20px;
    color: #fff !important;
    line-height: 24px;
}
.blue_text {
    font-size: 16px;
    color: #0087dc !important;
    margin-top: 56px;
}
.speech_date {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    background: -webkit-linear-gradient(bottom,#1094dc 0,#57cdd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.success_title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    background: -webkit-linear-gradient(bottom,#1094dc 0,#57cdd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.speech_title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
}
.speech {
    font-size: 16px;
    color: #333;
    line-height: 22px;
}
.center_left {
    text-align: center;
}
.shape-ex6{
    width: 150px;
    height: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #222 !important;
    background-color: #fff;
    position: relative;
    transition: all .3s linear;
}
.shape-ex6 > p{
    position: relative;
    z-index: 1;
}
.shape-ex6::before{
    content: "";
    width: 100%;
    height: 0%;
    display: block;
    background-color: #7eaffc;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}
.shape-ex6:hover{
    color: #fff !important;
    text-decoration: none !important;
}
.shape-ex6:hover::before{
    height: 100%;
    text-decoration: none !important;
}

a.shape-ex6-link {
    color: #222;
}
a.shape-ex6-link:hover {
    color: #fff !important;
}

.shape-ex3{
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff !important;
    background-color: transparent;
    border: 2px solid;
    position: relative;
    transition: all .3s linear;
    -moz-border-image: -moz-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
    border-image: linear-gradient(to bottom right, #0087dc 0%, #64d2d3 100%);
    border-image-slice: 1;
}
.shape-ex3 > p{
    position: relative;
    z-index: 1;
}
.shape-ex3::before{
    content: "";
    width: 0%;
    height: 100%;
    color: #fff !important;
    display: block;
    background-color: #0087dc;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}
.shape-ex3:hover{
    color: #fff !important;
    text-decoration: none;
}
.shape-ex3:hover::before{
    width: 100%;
    color: #fff !important;
}

.shape-ex2{
    width: 300px;
    height: 60px;
    display: flex;
    margin:0px auto !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff !important;
    background-color: transparent;
    border: 3px solid;
    position: relative;
    transition: all .3s linear;
    -moz-border-image: -moz-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
    border-image: linear-gradient(to bottom right, #0087dc 0%, #64d2d3 100%);
    border-image-slice: 1;
}
.shape-ex2 > p{
    position: relative;
    z-index: 1;
}
.shape-ex2::before{
    content: "";
    width: 0%;
    height: 100%;
    color: #fff !important;
    display: block;
    background-color: #0068dc;
    opacity: .7;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}
.shape-ex2:hover{
    color: #fff !important;
    text-decoration: none;
}
.shape-ex2:hover::before{
    width: 100%;
    color: #fff !important;
}
.disceiption {
    width: 320px;
    padding: 20px 46px;
    font-size: 30px;
    color: #fff;
    border-radius: 20px;
    line-height: 46px;
    margin:0px auto !important;
    background: linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -webkit-linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -o-linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -moz-linear-gradient(to bottom right, #0087dc, #4dd8df);
}
/* .landing_contact{
    padding-bottom: 20px;
    padding: 80px 0;
} */
.landing_contact span{
    color: #ffffff;
    font-weight: 300;
    line-height: 2rem;
}
.landing_contact p{
    margin-top: 8px;
}
.landing_contact .shape-ex2:hover .button_text{
    color: #fff;
}
.landing_contact_left{
    padding: 40px 20px;
}
.landing_contact_right{
    padding: 56px 20px;
    font-size: 22px;
    color: #fff;
    background-color: #0087dc;
}
.landing_contact_right div{
    color: #fff;
}
.landing_contact_right .main_title_blue{
    margin: 0 0 20px;
}
/* .landing_contact_right .shape-ex2{
    color: #fff;
} */
.footer_area {
    padding-top: 60px;
}
.footer_button {
    float:left;
    padding: 10px;
}
.footer_gray {
    font-size: 16px;
    color: #969696;
}

.footer_wht {
    font-size: 16px;
    color: #e2e1e1;
    padding-bottom: 10px;
    padding-top: 26px;
}

a.footer_text_link {
    display: inline-block;
    padding: 8px 8px 0;
    font-size: 14px;
    color: #e2e1e1;
    line-height: 16px;
}

a.footer_text_link:hover {
    color: #65d7d7 !important;
    text-decoration: underline;
}

.wht_text {
    font-size: 14px;
    color: #e2e1e1;
    padding-bottom: 10px;
    line-height: 24px;
}

.wht_text p{
    font-size: 16px;
    color: #e2e1e1;
    margin-top: 8px;
}

a.energy_blue_link {
    font-size: 15px;
    color: #0087dc;
    line-height: 20px;
}
a.energy_blue_link:hover {
    color: #65d7d7 !important;
    text-decoration: underline;
}

a.energy_blue2_link {
    font-size: 18px;
    color: #0087dc;
    line-height: 20px;
}
a.energy_blue2_link:hover {
    color: #65d7d7 !important;
    text-decoration: underline;
}
a.success_link {
    font-size: 18px;
    color: #222;
    line-height: 24px;
}
a.success_link:hover {
    color: #0087dc;
}
.div_center {
    margin: auto 0px;
    background-color: #FFFFFF;
    width: 100%;
    border-radius:10px;
}
.box {
    /*width: 90%;*/
    background: #fff;
    border: 10px solid transparent;
    padding: 50px;
    text-align: center;
}
.border-img {
      -moz-border-image: -moz-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
	  -webkit-border-image: -webkit-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
      border-image: linear-gradient(to bottom right, #0087dc 0%, #64d2d3 100%);
	  border-image-slice: 1;
}
.border-img2 {
      -moz-border-image: -moz-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
	  -webkit-border-image: -webkit-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
      border-image: linear-gradient(to bottom right, #0087dc 0%, #64d2d3 100%);
	  border-image-slice: 1;
      border-radius:10px;
}
.map_bg {
    background-image: url("../images/EIS_Energy_solution_13.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin: 0 auto;
    position:relative;
}
.map_info {
    background-color: #fff;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    position:absolute;
}
.button_text {
    z-index: 999;
    font-size: 22px;
    color: #fff;
}

video#bgvid {
 position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /*background: url(https://filecenter.deltaww.com/images/video/index_stream.jpg) no-repeat;
    background-size: cover;*/
}

.energy-type-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: all .5s ease-in-out;
}
.energy-type-links a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    width: auto;
    max-width: 33%;
    margin: 24px 16px 0;
    padding: 16px 12px;
    line-height: 144%;
    font-size: .875rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out !important;
    transition-property: color;
    background-color: #0087dc;
    color: #fff;
}
@media (max-width: 767px){
    .energy-type-links{
        flex-direction: column;
        align-items: center;
    }
    .energy-type-links a{
        max-width: 100%;
        width: 390px;
    }
}
@media (max-width: 767px){
    .energy-type-links a{
        width: 240px;
    }
}
.energy-type-links a:hover{
    background-color: #1473d3;
}

.energy-type-title{
    display: block;
    padding: 64px 0 8px;
    margin-bottom: 32px;
    color: #0087dc;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


@media (max-width: 767px) {
.wht_logo {
    padding-top: 30px;
    padding-left: 30px;
    z-index: 999;
}
.main_title_wht_shadow {
    font-size: 38px;
    font-weight: 600;
    color: #fff !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    line-height: 43px;
}
.main_title_wht {
    font-size: 20px;
    color: #fff !important;
    padding-bottom: 30px;
    padding-top: 20px;
    line-height: 28px;
}
.main_title_light_blue {
    font-size: 22px;
    color: #64d6d6 !important;
    padding-bottom: 30px;
    font-weight: 500;
}
.main_title_bk {
    font-size: 26px;
    color: #000 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.button_text {
    z-index: 999;
    font-size: 18px;
    color: #fff;
}
.shape-ex2{
    width: 260px;
    height: 60px;
    display: flex;
    margin:0px auto !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff !important;
    background-color: transparent;
    border: 3px solid;
    position: relative;
    transition: all .3s linear;
    -moz-border-image: -moz-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
    border-image: linear-gradient(to bottom right, #0087dc 0%, #64d2d3 100%);
    border-image-slice: 1;
}
.disceiption {
    width: 80%;
    padding: 12px 12px;
    font-size: 22px;
    color: #fff;
    border-radius: 20px;
    line-height: 34px;
    margin:0px auto !important;
    background: linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -webkit-linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -o-linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -moz-linear-gradient(to bottom right, #0087dc, #4dd8df);
}
.main_title_blue {
    font-size: 28px;
    color: #0087dc !important;
    padding: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 56px;
}
.landing_title_bk {
    font-size: 18px;
    color: #000 !important;
    line-height: 24px;
}
.blue_text {
    font-size: 16px;
    color: #0087dc !important;
    margin-top: 56px;
    line-height: 16px;
}
.sub_title_bk {
    font-size: 16px;
    color: #555 !important;
    padding-top: 10px;
    padding-bottom: 50px;
    line-height: 24px;
}
    .success_title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    background: -webkit-linear-gradient(bottom,#1094dc 0,#57cdd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.center_left {
    text-align: left;
}
.footer_area {
    padding-top: 2px;
}
.footer_gray {
    font-size: 14px;
    color: #969696;
}
.shape-ex3{
    width: 140px;
    height: 30px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff !important;
    background-color: transparent;
    border: 2px solid;
    position: relative;
    transition: all .3s linear;
    -moz-border-image: -moz-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
    border-image: linear-gradient(to bottom right, #0087dc 0%, #64d2d3 100%);
    border-image-slice: 1;
}
.shape-ex3 > p{
    position: relative;
    z-index: 1;
}
.shape-ex3::before{
    content: "";
    width: 0%;
    height: 100%;
    color: #fff !important;
    display: block;
    background-color: #0087dc;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}
.shape-ex3:hover{
    color: #fff !important;
    text-decoration: none;
}
.shape-ex3:hover::before{
    width: 100%;
    color: #fff !important;
}
}


#button {
  display: inline-block;
  background-color: #0087dc;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 8px;
}
#button::after {
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
  color: #fff;
  width: 20px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}