@charset "utf-8";
/* CSS Document */
.wht_logo {
    padding-top: 30px;
    padding-left: 50px;
    z-index: 999;
}
.main {
    padding-left: 10%;
    padding-right: 10%;
}
.main_online {
    padding-left: 7%;
    padding-right: 7%;
}
.main_title_wht {
    font-size: 36px;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main_title_light_blue {
    font-size: 36px;
    color: #0087dc !important;
    font-weight: 500;
}
.main_title_wht_shadow {
    font-size: 76px;
    font-weight: 500;
    color: #fff !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    padding-bottom: 30px;
    line-height: 86px;
    letter-spacing: -1px;
}
.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: 20px;
}
.bordershadow:hover {
box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}
.main_title_bk {
    font-size: 38px;
    color: #000 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main_title_blue {
    font-size: 46px;
    color: #0087dc !important;
    padding-bottom: 10px;
    font-weight: 500;
}
.landing_title_wht {
    font-size: 40px;
    color: #fff !important;
    font-weight: 500;
}
.landing_title_bk {
    font-size: 22px;
    color: #000 !important;
}
.landing_text_wht {
    font-size: 22px;
    color: #fff !important;
    line-height: 20px;
}
.landing_text_bk {
    font-size: 18px;
    color: #000 !important;
    line-height: 30px;
}
.landing_text_bk_big {
    font-size: 26px;
    color: #000 !important;
    line-height: 40px;
}
.event_title_bk {
    font-size: 26px;
    color: #000 !important;
}
.event_text_bk {
    font-size: 18px;
    line-height: 30px;
    color: #000 !important;
}
.kv_title_bk {
    font-size: 32px;
    line-height: 38px;
    color: #000 !important;
}
.download_title_wht {
    font-size: 20px;
    color: #fff !important;
    line-height: 24px;
}
.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: 46px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 54px;
    text-align: left;
    z-index: 999;
    background: -webkit-linear-gradient(bottom,#004edc 0,#57cdd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.success_title_kv {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 50px;
    text-align: left;
    z-index: 999;
    background: -webkit-linear-gradient(bottom,#004edc 0,#57cdd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.language_link {
    font-size: 17px !important;
    color: #fff !important;
    line-height: 20px;
}
a.language_link:hover {
    color: #65d7d7 !important;
    text-decoration: none;
}
.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: 200px;
    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: 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-ex2 > p{
    position: relative;
    z-index: 1;
}
.shape-ex2::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-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);
}
.footer_area {
    padding-top: 60px;
}
.footer_button {
    float:left;
    padding: 10px;
}
.footer_gray {
    font-size: 14px;
    color: #969696;
    line-height: 20px;
}

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: 16px;
    color: #222;
    line-height: 24px;
}
a.success_link:hover {
    color: #0087dc !important;
    text-decoration: none;
}
.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;
}
.div_space {
        padding-top: 120px;
}
.uk-dotnav > * > * {
    width: 16px;
    height: 16px;
}
/*Banner animation */
.banner_animation {
  /*height: 100vh;
  background-position: center center;
  background-size: 120% 120%;*/
  animation: zoom 16s infinite alternate;
}
@keyframes zoom {
  0% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/* Color Bar */
.colorBar {
    position: relative;
    border-bottom: 7px solid #64d7d7;
}
.colorBar::before {
    width: 60%;
    left: 0;
    background-color: #0087dc;
}
.colorBar::after {
    right: 0;
    width: 20%;
    background-color: #b9eb5f;
}
.colorBar::after,
.colorBar::before {
    content: '';
    display: block;
    position: absolute;
    height: 7px;
}
.colorBar::after,
.colorBar::before {
    bottom: -7px;
}
img{
  display: block;
}
.upcoming {
    width: 470px;
    text-align: center;
}
.upcoming_area {
    width: 50%;
    margin: 0px auto;
    }
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;*/
}

@media (max-width: 767px) {
.wht_logo {
    padding-top: 20px;
    padding-left: 10px;
    z-index: 999;;
}
.footer_logo {
    z-index: 999;
    width: 120px;;
}
.main_title_wht_shadow {
    font-size: 46px;
    font-weight: 500;
    color: #fff !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 76px;
    letter-spacing: 1px;
}
.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;
}
.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: 26px;
    color: #0087dc !important;
    padding: 16px;
    font-weight: 500;
    line-height: 30px;
}
.landing_title_bk {
    font-size: 18px;
    color: #000 !important;
    line-height: 28px;
}
.sub_title_bk {
    font-size: 16px;
    color: #555 !important;
    padding-top: 10px;
    padding-bottom: 50px;
    line-height: 24px;
}
.success_title {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    background: -webkit-linear-gradient(bottom,#004edc 0,#57cdd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.language_link {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 20px;
}
a.language_link:hover {
    color: #65d7d7 !important;
    text-decoration: none;
}
.event_title_bk {
    font-size: 24px;
    color: #000 !important;
}
.event_text_bk {
    font-size: 16px;
    line-height: 26px;
    color: #000 !important;
}
.center_left {
    text-align: left;
}
.kv_title_bk {
    font-size: 22px;
    line-height: 30px;
    color: #000 !important;
}
.footer_area {
    padding-top: 2px;
}
.footer_gray {
    font-size: 12px;
    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;
}
.landing_text_bk {
    font-size: 16px;
    color: #000 !important;
    line-height: 26px;
}
.landing_text_bk_big {
    font-size: 18px;
    color: #000 !important;
    line-height: 26px;
}
a.success_link {
    font-size: 16px;
    color: #222;
    line-height: 22px;
}
a.success_link:hover {
    color: #0087dc !important;
    text-decoration: none;
}
.landing_title_wht {
    font-size: 30px;
    color: #fff !important;
    font-weight: 500;
    line-height: 34px;
}
.landing_text_wht {
    font-size: 18px;
    color: #fff !important;
    line-height: 24px;
}
.div_space {
        padding-top: 30px;
}
.upcoming {
    display: inline-block;
    height: auto;
    max-width: 60%;
    text-align: center;
}
.upcoming_area {
    width: 100%;
    margin: 0px auto;
}
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;*/
}
}


#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;
}

.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%;
}

/** Button **/
.btn {
  padding: 1em 3em;
  border: 1px solid #0087dc;
  background: #0087dc;
  box-shadow: 0.5em 0.5em 0 -0.125em #65d7d7, 0.5em 0.5em #fff;
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius:10px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}
.btn:after {
  content: "";
  background: #0087dc;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-45deg) translateY(-3em);
  transform-origin: 0% 100%;
  transition: 0.3s;
}
.btn:hover {
  color: #FFF;
  text-decoration: none;
  box-shadow: 1em 1em 0 -0.125em #b8eb5e, 1em 1em #fff;
}
.btn:hover:after {
  transform: rotate(0deg);
}

.animation {
    font-weight: 600;
    padding-bottom: 30px;
    line-height: 86px;
    color: #fff;
    letter-spacing: 0.2rem;
    font-size: 86px;
    background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: maskedAnimation 10s infinite linear;
}

@keyframes maskedAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}