@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Prompt:400,300,600&subset=thai,latin);

.th {
  font-family: "Prompt", sans-serif !important;
}

.th__thin {
  font-weight: 300;
}

/* CSS Document */



html,
body {
  margin: 0;
  height: 100%;
  font-family: Calibri, Verdana, Geneva, sans-serif;
  font-size: 14px;
  background-color: #fff;
}

section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 5em;
  color: #6f716c;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

hr {
  width: 60px;
  margin: 1em auto;
  padding: 0;
  border: 0;
  height: 1px;
  background: #999;
}

a:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #88cfe6;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #88cfe6;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #88cfe6;
}

:-ms-input-placeholder {
  color: #88cfe6;
}

/* #anc__event {
  padding-top: 70px;
  margin-top: 30px;
} */

#anc__event h1 {
  margin-top: 0;
}

.event__link {
  color: #666 !important;
  text-decoration: none;
  font-style: italic;
}

@media (max-width: 640px) {
  section {
    margin-top: 3em;
  }
}

/* ##### Main style ##### */
.header__section {
  font-family: "nexa_boldregular";
  font-size: 4.4em;
  text-transform: uppercase;
  color: #248f48;
  margin-bottom: 0;
  text-align: center;
}

.header__section.th {
  line-height: 1.4em;
}

@media (max-width: 1024px) {
  .header__section {
    font-size: 3.5em;
  }

  .solarpanel {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 780px) {
  .header__section {
    font-size: 2.8em;
  }
}

@media (max-width: 640px) {
  .header__section {
    font-size: 2em;
  }
}

@media (max-width: 440px) {
  .solarpanel {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


.headermain__section {
  font-size: 1.1em;
  font-weight: 500;
  color: #6f716c;
  margin-bottom: 0;
}

.headersub__section {
  font-size: 1.6em;
  font-weight: 500;
  color: #3e4239;
  margin: 0 0 24px;
  text-align: center;
}

.th .headersub__section {
  font-size: 1.4em;
  line-height: 1.4em;
}

.headersub__section.th {
  line-height: 1.4em;
}

.info__important {
  font-family: "nexa_boldregular";
  font-size: 2.4em;
}

.header__titlepic {
  font-family: "nexa_boldregular";
  font-size: 2.2em;
  margin: 0;
}

.header_title {
  color: #414042;
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 0;
}

.header_readall {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 1em;
}

.header_readall a {
  color: #666;
  text-decoration: none;
  font-weight: 400;
}

.header_readall a:hover {
  color: #333;
  text-decoration: underline;
}

.btn__round {
  border: #248f48 1px solid;
  border-radius: 20px;
  padding: 7px 14px;
  width: 80px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9em;
  margin-top: 16px;
  cursor: pointer;
  display: none;
  position: relative;
  overflow: hidden;
  color: #248f48;
}

.btn__round div {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  left: 60px;
  top: 0;
  width: 0px;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.btn__round:hover div {
  width: 120px;
  left: 0;
}

.content__wrap {
  margin-top: 0px;
}

/* ##### Main style END ##### */

.mainmenu {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.mainmenu__wrap {
  margin: 0 auto;
  position: relative;
}

.mainmenu__logo {
  background: #248f48;
  width: 55px;
  height: 55px;
  float: left;
  z-index: 5;
}

.mainmenu__logo img {
  width: 55px;
}

.mainmenu__logo--shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.mainmenu {
  margin-top: 0;
}

.mainmenu__menu {
  color: #fff;
}

.mainmenu__menu li {
  display: block;
  list-style: none;
  margin-left: 15px;
  margin-right: 10px;
  text-align: right;
}

.mainmenu a {
  color: #fff;
  text-decoration: none;
}

.mainmenu a:hover {
  text-decoration: underline;
}

.mainmenu__bg {
  /* background: #248f48; */
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 55px;
  position: absolute;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.mainmenu__menu a.lang {
  display: inline-block;
  padding: 15px 5px;
  font-size: 0.9em;
}

.mainmenu__menu a.lang.active {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .mainmenu__menu {
    margin-top: 0.4em;
    background-color: none;
  }

  .mainmenu__menu li {
    display: inline-block;
  }
}

.hilight--wrap {
  width: 100%;
  height: 90%;
  display: block;
  background: #008f4c;
  margin-top: 55px;
}

.hilights {
  width: 100%;
  height: 20%;
  position: relative;
  color: #fff;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  margin-bottom: 12px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.hilight01 {
  background-image: url(../images/hilight01.jpg);
  background-size: cover;
  background-position: center;
}

.hilight02 {
  background-image: url(../images/hilight02.jpg);
  background-size: cover;
  background-position: center;
}

.hilight03 {
  background-image: url(../images/hilight03.jpg);
  background-size: cover;
  background-position: center;
}

.hilight04 {
  background-image: url(../images/hilight04.jpg);
  background-size: cover;
  background-position: center;
}

.blackcover {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 101%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  display: table;
}

.hilights__mid {
  display: table-cell;
  vertical-align: middle;
}

.hilights h1 {
  color: #fff;
  font-family: "nexa_boldregular";
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 4em;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.hilights h3 {
  font-weight: 300;
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
  /*font-family: "nexa"!important;*/
}

.hilights span {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
}

.hilights__btn {
  border: #fff 1px solid;
  border-radius: 20px;
  padding: 7px 14px;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
  margin-top: 16px;
  cursor: pointer;
  display: none;
  position: relative;
  overflow: hidden;
}

.hilights__btn div {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  left: 60px;
  top: 0;
  width: 0px;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.hilights__btn:hover div {
  width: 120px;
  left: 0;
}

.hilights__btn a {
  color: #fff;
}

.hilights__btn a:hover {
  text-decoration: none;
}

.hilights .hilight01--pic img {
  width: 100%;
  height: auto;
}

@media (max-width: 400px) {
  .mainmenu__bg {
    height: 50px;
  }
}

@media (max-width: 480px) {
  .hilight--wrap {
    display: none;
  }
}

.active {
  height: 40%;
}

.active .blackcover {
  background-color: rgba(0, 0, 0, 0.25);
}

.active h1 {
  font-size: 8em;
}

.active h1.summit {
  font-size: 5em;
}

.active .hilights__btn {
  display: block;
}

@media (max-width: 1400px) {
  .active h1 {
    font-size: 7em;
  }
}

@media (max-width: 1200px) {
  .active h1 {
    font-size: 5.5em;
  }
}

@media (max-width: 900px) {
  .active h1 {
    font-size: 5em;
  }
}

@media (max-width: 780px) {
  .active h1 {
    font-size: 4em;
  }
}

.btn__next--wrap {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  background: #008f4c;
}

.btn__next {
  border-radius: 15px;
  background: #fff;
  width: 30px;
  height: 30px;
  padding-top: 9px;
  color: #008f4c;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  margin: 0 auto;
  font-family: "nexa_boldregular", Arial, Helvetica, sans-serif;
  -webkit-transition: width 0.2s;
  /* Safari */
  transition: width 0.2s;
  word-wrap: break-word;
  overflow: hidden;
}

.btn__next:hover {
  cursor: pointer;
  width: 180px;
  word-wrap: break-word;
}

.btn__next--wrap i {
  margin: 0 auto;
  text-align: center;
}

.btn__next--project {
  background-color: #fff;
}

.btn__next--projectafter {
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-140deg) skew(-10deg);
  text-align: center;
  margin: 0 auto;
}

.btn__next--wrap--tech {
  margin: 0 auto;
  z-index: 5000;
  max-width: 1280px;
  padding-bottom: 1em;
}

.btn__next--tech {
  background-color: #248f48;
  color: #fff;
  z-index: 5;
}

.btn__next--wrap--sus,
.btn__next--wrap--event {
  margin: 0 auto;
  z-index: 5;
  max-width: 1280px;
  padding-bottom: 1em;
}

.btn__next--sus,
.btn__next--event {
  background-color: #248f48;
  color: #fff;
  z-index: 5;
}

.hilights__mid .event__date {
  font-size: 1.6em;
  font-weight: 600;
}

.event--gallery {
  width: 97%;
  margin-left: 0;
  margin-right: 0;
}

.event--gallery div {
  padding: 0 3px;
}

.event--gallery .thumbnail {
  border: #b0c9e7 1px solid;
}

.event--gallery .thumbnail:hover {
  border: #fff 1px solid;
}

/* SECTION Project overview */
.sec__project {
  padding-top: 3em;
}

.sec__project .text-center p {
  width: 980px;
  margin: 10px auto;
}

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

.sec__project .content__map {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  background-color: #6390c6;
  text-align: center;
  position: relative;
  padding: 4em 0;
}

.sec__project .vdo__text {
  width: 33%;
  color: #6f716c;
  display: inline-block;
  vertical-align: top;
  padding-left: 1%;
  position: relative;
}

.sec__project .vdo__text--blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);

  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
}

.sec__project .vdo__cover--bg {
  background: url(../images/projectoverview_vdo.jpg);
}

.sec__project .vdo__text p:first-child {
  margin-top: 0;
}

.sec__project .info__important {
  color: #248f48;
  padding: 0;
  margin: 0;
}

.sec__project .info__sub {
  color: #999a97;
  margin-top: -10px;
  margin-bottom: 20px;
  display: block;
}

.sec__project .info__contact {
  color: #248f48;
  font-weight: bold;
  text-decoration: none;
  margin: 4px 0;
}

.sec__project .info__contact a {
  color: #248f48;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.sec__project .info__contact:hover a {
  text-decoration: underline;
}

.sec__project .info__contact i {
  font-size: 1.4em;
}

.sec__project .vodtimelapse {
  color: #999;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
  margin-top: -10px;
  font-size: 0.95em;
}

.sec__project .vodtimelapse a {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.map__point {
  background-color: #fff;
  width: 28px;
  height: 24px;
  color: #414042;
  border-radius: 14px;
  text-align: center;
  position: absolute;
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.3);
  padding-top: 4px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.map__point:hover {
  background-color: #6390c6;
  color: #fff;
  width: 32px;
  height: 26px;
  border-radius: 16px;
  margin-top: -2px;
  margin-left: -2px;
  padding-top: 6px;
  z-index: 500;
}

.map__point--hover {
  background-color: #6390c6;
  color: #fff;
  width: 32px;
  height: 26px;
  border-radius: 16px;
  margin-top: -2px;
  margin-left: -2px;
  padding-top: 6px;
}

.map__point--active {
  background-color: #000;
  color: #fff;
  width: 32px;
  height: 26px;
  border-radius: 16px;
  margin-top: -2px;
  margin-left: -2px;
  padding-top: 6px;
}

.map__point--1 {
  top: 90px;
  left: 140px;
}

.map__point--2 {
  top: 75px;
  left: 200px;
}

.map__point--3 {
  top: 130px;
  left: 230px;
}

.map__point--4 {
  top: 88px;
  left: 300px;
}

.map__point--5 {
  top: 300px;
  left: 250px;
}

.map__point--6 {
  top: 270px;
  left: 400px;
}

.map__point--7 {
  top: 350px;
  left: 500px;
}

.map__point--8 {
  top: 485px;
  left: 500px;
}

.map__point--9 {
  top: 415px;
  left: 430px;
}

.map__point--10 {
  top: 430px;
  left: 510px;
}

.map__point--11 {
  top: 390px;
  left: 270px;
}

.map__point--12 {
  top: 460px;
  left: 190px;
}

.map__desc {
  color: #fff;
  text-align: left;
  margin: 0 3em;
}

.sec__project .map__desc ol {
  counter-reset: item;
  list-style-type: none;
  z-index: 50;
  display: inline-block;
  margin-right: 10%;
}

.sec__project .map__desc ol strong {
  width: 20px;
  display: inline-block;
}

.sec__project .map__desc ol li {
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.sec__project .map__desc ol li.pointactive {
  color: #fff;
  width: auto;
  margin-left: -0.8em;
}

.sec__project .map__desc ol li span {
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  cursor: pointer;
  font-weight: 200;
}

.sec__project .map__desc ol li span:hover {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0.2em 0.5em;
  margin-left: -0.8em;
}

.sec__project .map__desc ol li.pointactive span {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0.2em 0.5em;
}

.content__map .map__detail--wrap {
  position: absolute;
  right: -53%;
  top: 0;
  width: 53%;
  height: 100%;
  overflow: hidden;
  display: none;
  z-index: 10;
}

.content__map .map__detail--inside {
  background: rgba(0, 0, 0, 0.7);
  width: 94%;
  height: 100%;
  margin-left: -100%;
  opacity: 0;
  position: relative;
  padding: 3%;
  text-align: center;
  color: #fff;
}

.content__map .map__detail--inside #map__content {
  height: 100%;
}

.content__map .map__detail--inside .map__detail--insidedesc {
  text-align: left;
  height: 35%;
  overflow: auto;
}

.content__map
  .map__detail--inside
  .map__detail--insidedesc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #333;
  border-radius: 8px;
}

.content__map .map__detail--inside .map__detail--insidedesc::-webkit-scrollbar {
  width: 6px;
  background-color: #000000;
}

.content__map
  .map__detail--inside
  .map__detail--insidedesc::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 8px;
}

.content__map .map__detail--inside h3 {
  font-size: 1.4em;
  font-family: "nexa_boldregular";
  text-transform: uppercase;
  text-align: left;
}

.content__map .map__detail--inside p {
  margin: 0;
}

.content__map .map__detail--inside .btnmap__close {
  position: absolute;
  right: 3%;
  top: 1%;
  cursor: pointer;
}

.content__map .map__detail--inside .btnmap__close img {
  opacity: 0.8;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.content__map .map__detail--inside .btnmap__close img:hover {
  opacity: 1;
}

.content__map .map__detail--inside .btnmap__prev {
  position: absolute;
  left: 0;
  bottom: 3%;
  cursor: pointer;
  width: 45%;
  font-size: 0.8em;
  text-align: left;
  vertical-align: middle;
}

.content__map .map__detail--inside .btnmap__next {
  position: absolute;
  right: 3%;
  bottom: 3%;
  cursor: pointer;
  width: 45%;
  font-size: 0.8em;
  text-align: right;
  vertical-align: middle;
}

.content__map .map__detail--inside .btnmap__prev img {
  float: left;
}

.content__map .map__detail--inside .btnmap__next img {
  float: right;
}

.content__map .map__detail--inside .btnmap__prev img,
.content__map .map__detail--inside .btnmap__next img {
  opacity: 0.8;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  vertical-align: middle;
}

.content__map .map__detail--inside .btnmap__prev:hover img,
.content__map .map__detail--inside .btnmap__next:hover img {
  opacity: 1;
}

.content__map .map__detail--inside .main-image {
  padding-top: 8%;
}

.content__map .map__detail--inside .main-image .custom {
  max-width: 100%;
}

.content__map .map__detail--inside .thumbnails {
  max-width: 100%;
}

.content__map .map__detail--inside .thumbnails img {
  width: 29%;
  height: auto;
  padding: 1%;
  border: #444 2px solid;
}

.content__map .map__detail--inside .thumbnails img:hover {
  border: #666 2px solid;
}

.content__map .map__detail--inside .thumbnails img.active {
  border: #6390c6 2px solid;
}

/* SECTION Project overview END */

/* SECTION Projec site plan */
.sec__plan {
  background-color: #638fc5;
  max-width: 100%;
  padding: 5em 0;
}

.sec__plan--map {
  position: relative;
  padding-right: 0;
}

.sec__plan--header {
  color: #fff;
  font-family: "nexa_boldregular";
  font-size: 2.6em;
  text-transform: uppercase;
  position: absolute;
  left: 70%;
  padding: 0;
  margin: 0;
}

.plan__map {
  position: relative;
}

.plan__map img {
  width: 116%;
  height: auto;
}

.plan__map--containpoint {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.plan__map--point {
  width: 1.1em;
  height: 1.1em;
  border: #fff 1px solid;
  border: none;
  border-radius: 0.6em;
  position: absolute;
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.plan__map--pointin {
  width: 1.1em;
  height: 1.1em;
  background: #fff;
  margin: 0.14em;
  border-radius: 0.55em;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.plan__map--pointover {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -0.2em;
  margin-left: -0.2em;
}

.plan__map--pointover .plan__map--pointin {
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.8em;
}

.plan__map--pointactive {
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.8em;
  margin-top: -0.3em;
  margin-left: -0.3em;
}

.plan__map--pointactive .plan__map--pointin {
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em;
  background: #0771f4;
  border: #cadaed 2px solid;
}

.plan__map--p1 {
  left: 24%;
  top: 6%;
}

.plan__map--p2 {
  left: 29%;
  top: 15%;
}

.plan__map--p3 {
  left: 45%;
  top: 10%;
}

.plan__map--p4 {
  left: 44%;
  top: 42%;
}

.plan__map--p5 {
  left: 64%;
  top: 40%;
}

.plan__map--p6 {
  left: 86%;
  top: 77%;
}

.plan__map--p7 {
  left: 70%;
  top: 63%;
}

.plan__map--p8 {
  left: 83%;
  top: 61%;
}

.plan__map--p9 {
  left: 44%;
  top: 55%;
}

.plan__map--p10 {
  left: 26%;
  top: 70%;
}

.plan__mapdetail {
  margin-top: 8em;
  list-style: none;
  color: #fff;
}

.plan__mapdetail li {
  padding: 0.5em 0;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  margin-right: -1px;
}

.plan__mapdetail li.active {
  background: rgba(0, 0, 0, 0.1);
}

.plan__mapdetail span {
  cursor: pointer;
}

.plan__map--detailhover {
  font-weight: bold;
}

.plan__map--detailactive {
  font-weight: bold;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  display: inline-block;
  margin-right: 0.5em;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.arrow-lefthover {
  border-left: 5px solid #fff;
}

.arrow-leftactive {
  border-left: 5px solid #fff;
}

.plan__detail {
  color: #fff;
  position: relative;
  margin-top: 6em;
  background: rgba(0, 0, 0, 0.1);
  height: 520px;
}

.plan__detail h4 {
  font-size: 2em;
  margin: 2em 0 0.6em;
}

.plan__detail p {
  margin-bottom: 0.6em;
}

.plan__detail--gallery div {
  padding: 0 3px;
}

.plan__detail--gallery .thumbnail {
  border: #b0c9e7 1px solid;
}

.plan__detail--gallery .thumbnail:hover {
  border: #fff 1px solid;
}

.plan__detail .arrowup,
.plan__detail .arrowdown {
  position: absolute;
  color: #b2cded;
  width: 100%;
  left: 0;
}

.plan__detail .arrowdown {
  bottom: 0;
}

.plan__detail .arrowuptxt {
  text-align: center;
  padding-top: 1.6em;
  opacity: 0;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.plan__detail .arrowdowntxt {
  text-align: center;
  padding-bottom: 2em;
  opacity: 0;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.plan__detail .arrowup:hover .arrowuptxt,
.plan__detail .arrowdown:hover .arrowdowntxt {
  opacity: 1;
}

.plan__detail .arrow--up {
  width: 30px;
  height: 30px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  display: inline-block;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  position: absolute;
  left: 46%;
  top: 30%;
  cursor: pointer;
  z-index: 10;
}

.plan__detail .arrow--down {
  width: 30px;
  height: 30px;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  position: absolute;
  left: 46%;
  bottom: 30%;
  cursor: pointer;
  z-index: 10;
}

.plan__detail .arrowleft,
.plan__detail .arrowright {
  display: none;
}

.plan__detail h5 {
  display: none;
}

/* Site Plan new */
.sec_siteplan {
  background: #f0f1f1;
  max-width: 100%;
  padding: 60px 0;
}

.siteplan {
  max-width: 1280px;
  margin: 0 auto;
}

.siteplan__menu {
  border-bottom: 2px solid #c4c6c7;
}

.siteplan__menu li {
  display: inline-block;
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  padding: 15px;
  cursor: pointer;
}

.siteplan__menu li:hover {
  color: #000;
}

.siteplan__menu li:first-child {
  margin-left: 34%;
}

.siteplan__menu li.active {
  border-bottom: 4px solid #638fc5;
  margin-bottom: -3px;
}

.siteplan__menu > li.active .arrow-up {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #638fc5;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -14px;
}

.siteplan__plan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
  align-items: stretch;
}

.plan__list {
  background: #638fc5;
  width: 33%;
  margin-right: 15px;
  display: inline-block;
  padding: 40px 16px;
}

.plan__list ul {
  text-align: right;
  list-style: none;
  font-size: 16px;
}

.plan__list li {
  color: #c9d8eb;
  cursor: pointer;
  margin: 8px 0;
}

.plan__list li > div {
  border: 1px solid #c9d8eb;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 12px;
  margin-left: 10px;
  transition: all 0.2s;
}

.plan__list li:hover > div {
  border: 1px solid #c9d8eb;
  background: #c9d8eb;
}

.plan__list li.active {
  color: #fff;
  font-weight: 600;
}

.plan__list li.active > div {
  border: 1px solid #fff;
  background: #fff;
}

.plan__content {
  display: inline-block;
  width: 77%;
  display: flex;
}

.plan__map {
  display: inline-block;
  width: 46%;
  height: 100%;
  margin: 0 15px;
  text-align: center;
  position: relative;
}

.plan__map img.plan__map--img {
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -200px;
  width: 99%;
  height: auto;
  z-index: 1;
}

.plan__mapzoom {
  text-align: right;
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 72px;
  height: 72px;
  border: 1px solid #f0f1f1;
  transition: all 0.3s;
  background: url("../images/plan/zoom2.png") no-repeat;
  background-position: bottom right;
}

.plan__mapzoom img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}

.plan__mapzoom:hover img {
  opacity: 1;
}

.plan__mapzoom--border {
  border: 1px solid #638fc5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  z-index: 0;
}

.plan__mapdots {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.plan__mapdots > div {
  position: absolute;
  display: block;
  background: rgba(89, 162, 255, 0.5);
  width: 20px;
  height: 20px;
  border: 2px solid #b6d6fd;
  border-radius: 10px;
  cursor: pointer;
}

.plan__mapdot01 {
  top: 107px;
  left: 72px;
}

.plan__mapdot02 {
  top: 123px;
  left: 140px;
}

.plan__mapdot03 {
  top: 260px;
  left: 131px;
}

.plan__mapdot04 {
  top: 237px;
  left: 200px;
}

.plan__mapdot05 {
  top: 384px;
  left: 274px;
}

.plan__mapdot06 {
  top: 324px;
  left: 239px;
}

.plan__mapdot07 {
  top: 291px;
  left: 144px;
}

.plan__mapdot08 {
  top: 351px;
  left: 69px;
}

.plan__mapangle01 {
  top: 105px;
  left: 65px;
}

.plan__mapangle02 {
  top: 120px;
  left: 139px;
}

.plan__mapangle03 {
  top: 258px;
  left: 130px;
}

.plan__mapangle04 {
  top: 351px;
  left: 69px;
}

.plan__mapangle05 {
  top: 284px;
  left: 208px;
}

.plan__mapdetail {
  display: inline-block;
  color: #6f716c;
  width: 42%;
  margin-left: 15px;
  margin-top: 40px;
}

.plan__mapdetail h3 {
  color: #638fc5;
  font-size: 42px;
  font-family: "nexa_boldregular";
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1;
}

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

.sec_siteplan.th .plan__mapdetail h3 {
  font-family: "Prompt", sans-serif !important;
}

.sec_siteplan.th .plan__mapdetail p {
  font-size: 14px;
}

.sec_siteplan.th .plan__list li {
  font-weight: 300;
  font-size: 15px;
}

.sec_siteplan.th .plan__list li.active {
  font-weight: 500;
}

/*.plan__mapdetail--txt{
	height: 380px;
}*/
.plan__mapdetail--txt {
  min-height: 380px;
}

.plan__mapdetail--pics {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  justify-content: space-between;
  position: relative;
}

.plan__mapdetail--pics div {
  padding: 0;
}

.plan__mapdetail--pics a {
  border: 2px solid #b2b3b4;
  margin: 3px;
  display: inline-block;
  flex-grow: 1;
  position: relative;
  transition: all 0.3s;
}

.plan__mapdetail--pics a:hover {
  border: 2px solid #638fc5;
}

.plan__mapdetail--pics img {
  width: 100%;
  height: auto;
  display: block;
}

.plan__mapdetail--pics a div {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-top: 24%;
}

.plan__mapdetail--picshidden {
  display: none;
}

.plan__mapdetail--links {
  height: 36px;
}

.plan__mapdetail--link {
  display: block;
  border-left: 2px solid #638fc5;
  padding-left: 8px;
  height: 12px;
  position: relative;
  margin: 0 3px 8px 3px;
}

.plan__mapdetail--link a {
  color: #638fc5;
  text-decoration: none;
  position: absolute;
  top: -3px;
}

.plan__mapdetail--vdo {
  border: 2px solid #b2b3b4;
  margin: 20px 0;
  display: block;
}

.plan__mapdetail--vdo:hover {
  border: 2px solid #638fc5;
}

.plan__mapdetail--vdo img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.plan__mapdetail--containvdo {
  height: 500px;
}

.plan__arr {
  display: none;
}

.plan__mapoptions,
.plan__mappic {
  display: none;
}

@media (max-width: 1199.99px) {
  .sec__infodowload .box-enapter,
  .sec__infodowload .box-phs {
    width: 100% !important;
  }

  .sec__infodowload .container {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 640px) {
  .sec__plan {
    padding: 3.2em 0 4em;
    position: relative;
    overflow: hidden;
  }
  .sec__plan--header {
    color: #fff;
    font-family: "nexa_boldregular";
    font-size: 1.2em;
    text-transform: uppercase;
    position: absolute;
    padding: 0;
    margin: 0;
    top: -1.6em;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .sec_siteplan {
    padding: 20px 0;
    background: #638fc5;
    color: #fff;
  }

  .siteplan__menu {
    display: none;
  }

  .siteplan__plan {
    margin: 0;
  }

  .siteplan__menu li:first-child {
    margin-left: 0;
  }

  .siteplan__menu li {
    width: 140px;
    font-size: 13px;
  }

  .plan__list {
    display: none;
  }

  .plan__content {
    width: 100%;
  }

  .plan__map {
    display: none;
  }

  .plan__mapdetail {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .plan__mapdetail--txt {
    height: auto;
  }

  .plan__arr {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
  }

  .plan__arr div {
    display: inline-block;
  }

  .plan__arr--l {
  }

  .plan__arr--r {
    float: right;
  }

  .plan__arr ul {
    margin: 0 10%;
    text-align: center;
    position: absolute;
    width: 80%;
    top: 7px;
  }

  .plan__arr li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #2f6b9f;
    border-radius: 10px;
    padding: 0;
    margin: 0 4px;
  }

  .plan__arr li.active {
    background: #fff;
    border: 1px solid #fff;
  }

  .plan__mapdetail h3 {
    font-size: 22px;
    text-align: center;
    width: 83%;
    margin: 20px auto 14px;
    color: #fff;
  }

  .plan__mapdetail p {
    color: #fff;
    text-align: center;
    margin-top: 14px;
  }

  .plan__mapdetail--links {
    display: none;
  }

  .plan__mapdetail--pics {
    display: none;
  }

  .plan__mappic {
    width: 100%;
    position: relative;
    display: block;
  }

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

  .plan__mappic img.thumbnail {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
  }

  .plan__mapoptions {
    text-align: center;
    display: flex;
    justify-content: space-around;
  }

  .plan__mapoptions li {
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 32%;
    padding: 0 10px;
    margin-top: 30px;
    color: #2f6b9f;
    border-left: 2px solid #2f6b9f;
    height: 40px;
    line-height: 1.2;
  }

  .plan__mapoptions li:first-child {
    border-left: none;
  }

  .plan__mapoptions li img {
    margin-top: -10px;
    margin-bottom: 8px;
  }

  .plan__mapoptions li a {
    color: #fff;
  }

  .plan_albumhidden {
    display: none;
  }

  .plan__detail .arrowup,
  .plan__detail .arrowdown {
    display: none;
  }

  .plan__detail {
    margin-top: 0em;
    position: absolute;
    left: 0;
    top: 88%;
    background: rgba(0, 0, 0, 0.75);
    border-left: none;
    overflow: auto;
    height: 12%;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
  }

  .plan__detail h4 {
    font-size: 1.2em;
    text-align: center;
    margin: 0.4em 0 0;
  }

  .plan__detail h5 {
    font-size: 0.8em;
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }

  .plan__detail h5 a {
    border: #aaa 1px solid;
    border-radius: 2em;
    padding: 0.3em 0.8em;
    color: #fff;
  }

  .plan__detail .arrowleft {
    display: inline-block;
    position: absolute;
    top: 0.4em;
    left: 1em;
  }

  .plan__detail .arrowright {
    display: inline-block;
    position: absolute;
    top: 0.4em;
    right: 1em;
  }
}

@media (max-width: 1200px) {
  .plan__detail {
    height: 480px;
    width: 100%;
  }

  .plan__detail h4 {
    margin-top: 0.5em;
  }
}

/* SECTION Projec site plan END */

/* SECTION Technology */
.sec__tech .content__vdo {
  position: relative;
  height: 100%;
}

.sec__tech.th .header_title {
  line-height: 1.4em;
  font-weight: 400;
}

.sec__tech .content__vdo img {
  width: 100%;
  height: auto;
  display: block;
}

.sec__tech .content__vdo .vdo__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.sec__tech .content__vdo:hover .vdo__cover {
  background: rgba(0, 0, 0, 0.4);
}

.sec__tech .content__vdo .vdo__cover--bg {
  background: url(../images/tech_vdo.jpg);
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.sec__tech .content__vdo:hover .vdo__cover--bg {
  background-size: 110% 110%;
}

.sec__tech .content__vdo .vdo__cover .vdo__cover--div {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.sec__tech .content__vdo .vdo__cover i {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.6em;
}

.sec__tech .content__vdo a {
  color: #fff;
}

/* SECTION Technology END */

/* SECTION Sustainable */

.sec__sus .sus__container {
  width: 100%;
  text-align: center;
  box-shadow: 0px 2px 6px #ccc;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  position: relative;
  margin-bottom: 2em;
}

.sec__sus .sus__container img {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.sec__sus .sus__container h4 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "nexa_boldregular";
  margin: 0;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.sec__sus .sus__container a {
  color: #6f716c;
  text-decoration: none;
}

.sec__sus .sus__container:hover a {
  color: #333;
}

.sec__sus .sus__container:hover h4 {
  color: #333;
}

.sus__container .sus__container--img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sus__container .sus__container--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
}

.sus__container .sus__container--bg1 {
  background: url(../images/sus02.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.sus__container .sus__container--bg2 {
  background: url(../images/sus01.jpg);
  background-size: 100% 100%;
  background-position: center;
}

.sus__container .sus__container--bg3 {
  background: url(../images/sus03.jpg);
  background-size: 100% 100%;
  background-position: center;
}

.sus__container .sus__container--detail {
  background: #fff;
  padding: 2em 0;
  position: relative;
  color: #666;
}

.sus__container .sus__container--detailwhite {
  background: #fff;
  position: absolute;
  top: -2em;
  left: 0;
  width: 100%;
  padding-top: 2em;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
}

.sus__container:hover .sus__container--detailwhite {
  top: -3em;
  padding-top: 3em;
}

.sus__container:hover .sus__container--bg {
  background-size: 110% 110%;
  background-position: center;
}

/* SECTION Sustainable END */

/* SECTION Events */

.sec__event .headermain__section {
  text-align: center;
  margin-bottom: 0;
}

.sec__event.th .header__section {
  font-family: "Prompt", sans-serif !important;
}

.sec__event.th .headermain__section {
  line-height: 1.4em;
}

.sec__event .headersub__section {
  margin-top: 0;
  text-align: center;
}

.sec__event a {
  text-decoration: none;
}

.event__hilight {
  position: relative;
  margin-top: 30px;
}

.event__hilight--img {
  line-height: 0;
  vertical-align: bottom;
  position: relative;
}

.event__hilight--img img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

.event__hilight--img img.thumbnail--img {
  width: 45px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.event__hilight--detail {
  vertical-align: top;
  padding-right: 2em;
}

.event__hilight--detail--left {
  display: inline-block;
  color: #6f716c;
  font-size: 1em;
  font-weight: 600;
}

.event__hilight--detail--left2 {
  display: block;
  color: #9a9b98;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 20px;
}

.event__hilight--detail--right {
  width: 48%;
  color: #999a97;
  vertical-align: top;
  font-size: 1em;
  line-height: 1.4;
}

.event__hilight--detail h5 {
  font-size: 3.6em;
  color: #242720;
  margin: 0.2em 0 0;
  padding: 0;
}

.event__hilight--detail hr {
  background-color: #f0f1f1;
  height: 2px;
  text-align: left;
  width: 100%;
}

.event__hilight--detail h3 {
  color: #248e48;
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 0;
}

.event__hilight--detail a {
  color: #248e48;
  text-decoration: none;
}

.event__hilight--detail a:hover {
  text-decoration: underline;
}

.event__hilight--detail a.event__hilight--a {
  display: block;
  text-align: right;
  bottom: 0;
  right: 4em;
  padding: 1em 0;
}

.event__arrow {
  display: none;
}

.event__hilight .arrow--left,
.event__hilight .arrow--right {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 54%;
  text-shadow: 0 0 5px #000;
  font-size: 1.4em;
  color: #ddd;
  opacity: 0.7;
}

.event__hilight .arrow--left {
  left: -1em;
}

.event__hilight .arrow--right {
  right: -1em;
}

.event__hilight--img .thumbnail {
  margin-bottom: 0;
}

.event__pdf {
  background: #248e48;
  padding: 12px 20px;
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 500;
  margin: 10px 0px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
}

@media (max-width: 1008px) {
  .event__hilight--detail {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 4em;
    margin-top: 20px;
  }

  .event__hilight--detail--right {
    padding-right: 0;
  }

  /* None dot blue */
  .plan__mapdot01,
  .plan__mapdot02,
  .plan__mapdot03,
  .plan__mapdot04,
  .plan__mapdot05,
  .plan__mapdot06,
  .plan__mapdot07,
  .plan__mapdot08 {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hilights.hilight04.active .hilights__mid h1.summit {
    font-size: 3em;
    padding: 20px;
  }

  .hilights.hilight04 {
    height: 23.5%;
    min-height: 24%;
  }

  .hilights.hilight04.active {
    height: 40%;
    min-height: 40%;
  }
}

.event__other {
  margin-top: 1em;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 1em;
  background-color: #fff;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.event__other:hover {
  background-color: #f4f4f4;
}

.event__other--left {
  display: inline-block;
  width: 60%;
  color: #242720;
}

.event__other--right {
  display: inline-block;
  width: 38%;
  text-align: right;
  color: #999;
  vertical-align: top;
}

.event__other strong {
  color: #242720;
}

.event__other h3 {
  color: #248e48;
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}

.event__lists {
  width: 100%;
  border-top: #d9dadb 2px solid;
  margin-top: 20px;
}

.event__list {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin-bottom: 0.5em;
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: none;
  position: relative;
  border-top: rgba(217, 218, 219, 1) 2px solid;
}

.event__list:hover {
  background: #f4f4f4;
  border-top: rgba(217, 218, 219, 1) 2px solid;
}

.event__lists > div div.event__date {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #86888b;
  border-left: 2px #a6a8a3 solid;
  /*height: 48px;*/
  min-height: 60px;
  padding: 0 20px;
}

.event__lists > div div.event__date span {
  margin-top: -5px;
  display: block;
}

.event__lists > div div.event__date h5 {
  margin-top: 0em;
  font-size: 1.08em;
  color: #6f716c;
  font-weight: 600;
  text-transform: uppercase;
}

.event__lists > div div.event__title {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  font-weight: 600;
  color: #333;
  margin-top: 0.5em;
}

.event__lists > div div.event__title h4 {
  font-family: "nexa_boldregular";
  font-size: 1.2em;
  color: #999;
}

.event__lists > div.event__list--first div.event__date {
  border-left: none;
}

.event__lists .event__list--prelast {
  border-right: #ccc 2px solid;
}

.event__list.active.event__list--last h4 {
  color: #248e48;
}

.event__list.active {
  border-top: #248e48 4px solid;
  padding-top: 28px;
}

.event__list.active .arrow-down {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #248e48;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -14px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.event__gallery--hidden {
  display: none;
}

.event__headtop {
  font-size: 1.2em !important;
}

.event__headtop--th {
  font-size: 1.4em !important;
}

.event__hr {
  background: #248e48 !important;
  height: 2px !important;
  border: none !important;
  width: 60px !important;
  margin: 10px !important;
  margin-left: 0 !important;
}

.event__head {
  color: #808284 !important;
  font-size: 2.3em !important;
}

.event__head--th {
  color: #808284 !important;
  font-size: 1.8em !important;
}

.event__next {
  font-style: italic;
  line-height: 1.4;
  height: auto !important;
}

@media (max-width: 1200px) {
  .event__list > li div.event__date {
    font-size: 0.8em;
  }

  .event__list > li div.event__title {
    margin-top: 0;
  }

  .event__list > li {
    margin-bottom: 0;
  }

  .event__hilight--detail > p {
    overflow-y: auto;
    height: 160px;
  }

  .event__hilight--detail > p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #eee;
    border-radius: 8px;
  }

  .event__hilight--detail > p::-webkit-scrollbar {
    width: 6px;
    background-color: #aaa;
  }

  .event__hilight--detail > p::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 8px;
  }
}

@media (max-width: 780px) {
  .event__list > li {
    padding-left: 0.4em;
  }

  .event__hilight .arrow--left {
    left: -0.4em;
  }

  .event__hilight .arrow--right {
    right: -0.4em;
  }

  .event__list > li div.event__date {
    display: block;
  }

  .event__list > li div.event__date h4,
  .event__list > li div.event__date h5,
  .event__list > li div.event__date span {
    display: inline;
    color: #999;
    font-size: 1.5em;
    margin-right: 0.2em;
  }

  .event__list > li.active div.event__date h4,
  .event__list > li.active div.event__date h5,
  .event__list > li.active div.event__date span {
    color: #333;
  }

  .event__list > li div.event__title {
    font-weight: 500;
    font-size: 0.9em;
  }
}

@media (max-width: 640px) {
  .event__list {
    display: none;
  }

  .event__hilight--detail > p {
    overflow-y: none;
    height: auto;
  }

  .event__hilight--detail {
    padding-bottom: 0;
  }

  .event__arrow {
    display: block;
  }

  .event__arrow--left {
    cursor: pointer;
  }

  .event__arrow--right {
    float: right;
    cursor: pointer;
  }

  .event__hilight--detail h3 {
    margin-top: 10px;
  }

  .event__hilight--detail {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slick-dots {
    bottom: -25px;
  }
}

/* SECTION Events END */

/* SECTION News */
.sec__news {
  max-width: 100%;
  background-color: #efefef;
  padding: 0.5em 0;
  padding-bottom: 3em;
}

.sec__news--wrap {
  max-width: 1020px;
  margin: 0 auto;
}

.sec__news .header__section {
  text-align: center;
  margin-bottom: 0;
  margin-top: 1em;
}

.news__vdo {
  margin-top: 4em;
}

.news__vdo .img_transparent {
  opacity: 0;
}

.news__vdo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 2%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news__vdo a {
  position: relative;
  display: table;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

.news__vdo .news__vdo--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.news__vdo .news__vdo--bg1 {
  background: url(../images/news/vdo_wetv2.jpg);
  background-position: center;
  background-size: 106% 106%;
}

.news__vdo .news__vdo--bg2 {
  background: url(../images/news/vdo_nbt.jpg);
  background-position: center;
  background-size: 106% 106%;
}

.news__vdo .news__vdo--bg3 {
  background: url(../images/news/vdo_wetv.jpg);
  background-position: center;
  background-size: 106% 106%;
}

.news__vdo .news__vdo--bg4 {
  background: url(../images/news/vdo_summit1.jpg);
  background-position: center;
  background-size: 106% 106%;
}

.news__vdo .news__vdo--bg5 {
  background: url(../images/news/vdo_summit2.jpg);
  background-position: center;
  background-size: 106% 106%;
}

.news__vdo .news__vdo--bg6 {
  background: url(../images/news/vdo_wetv3.jpg);
  background-position: center;
  background-size: 106% 106%;
}

.news__vdo a:hover .news__vdo--bg {
  background-size: 114% 114%;
}

.news__vdo .news__vdo--black {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.news__vdo a:hover .news__vdo--black {
  background-color: rgba(0, 0, 0, 0.3);
}

.news__vdo i {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  font-size: 2.2em;
  z-index: 4;
}

.news__vdo .news__vdo--left {
  padding-right: 0.5em;
}

.news__vdo .news__vdo--left img {
  max-height: 80px;
  width: auto;
}

.news__vdo .news__vdo--right {
  padding-left: 0.5em;
}

.news__vdo h3 {
  color: #242720;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.news__vdo h5 {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  color: #86888b;
  font-weight: 400;
}

.news__vdo p {
  margin: 0;
  margin-bottom: 20px;
  color: #444;
}

.news__content {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
}

.news__content h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
}

.news__content h3 a {
  color: #242720;
}

.news__content a {
  text-decoration: none;
  color: #86888b;
}

.news__content a:hover {
  text-decoration: underline;
}

.news__content p {
  color: #4d4d4d;
  margin-top: 1em;
}

.news__content p.th {
  font-size: 0.9em;
}

.news__content h4 {
  font-size: 0.9em;
  font-weight: 300;
  margin: 0;
}

.news__content h5 {
  font-size: 0.9em;
  font-weight: 300;
  margin: 0;
}

.news__content img {
  margin-bottom: 10px;
  width: 40%;
  height: auto;
  max-width: 60%;
}

.news__content img.news__reportcover {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.news-more {
  text-align: center;
  display: block;
  cursor: pointer;
  color: #666;
}

.news-more:hover {
  color: #000;
  text-decoration: underline;
}

/* SECTION News END */

/* SECTION GREEN */
.sec__green {
  background-color: #248e48;
  padding: 2em 0;
  padding-bottom: 3em;
  color: #fff;
  margin-top: 0;
  max-width: 100%;
}

.sec__green h1 {
  color: #fff;
  font-size: 2.4em;
  margin: 1em 0;
}

.sec__green--right {
  text-align: center;
}

.gallery .thumbnail {
  border: #3cc678 1px solid;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.sec__green--left .gallery li:hover {
  border-color: #c3f8da;
}

.sec__green--left .gallery li img {
  display: block;
  width: 100%;
  height: auto;
}

.sec__green--left {
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}

.download {
  text-align: center;
  display: flex;
  justify-content: center;
}

.download li {
  list-style: none;
  margin-bottom: 0.5em;
  float: left;
  margin: 1em 1.6em 0 1.6em;
  text-align: center;
  font-size: 1em;
  position: relative;
}

.download li .download__contain {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.6em;
}

.download img.download__cover {
  display: block;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s;
}

.download a {
  color: #fff;
  text-decoration: none;
}

.download img {
  max-width: 100%;
}

.download a:hover img.download__cover {
  -webkit-filter: blur(3px);
  /* Safari */
  filter: blur(3px);
}

.btn__download {
  border: 2px solid #248e48;
  border-radius: 24px;
  width: 140px;
  padding: 8px;
  color: #248e48;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -70px;
  font-size: 18px;
  opacity: 0;
  transition: all 0.5s;
}

.download a:hover .btn__download {
  opacity: 1;
}

.btn__download img {
  margin-right: 10px;
}

.sec__green--bottom {
  text-align: right;
  display: block;
  margin-top: 1em;
}

@media (max-width: 640px) {
  .sec__green h1 {
    font-size: 2em;
  }

  .download li {
    margin: 1em 0.6em 0 0.6em;
  }

  .download img.download__cover {
    width: 100%;
  }
}

/* SECTION GREEN END */

/* SECTION Contact */
.sec__contact {
  max-width: 100%;
  background-color: #638fc5;
  padding: 0.5em 0;
  padding-bottom: 1.4em;
  color: #fff;
  margin-top: 0;
}

.sec__contact--wrap {
  max-width: 1020px;
  margin: 0 auto;
}

.sec__contact .header__section {
  color: #fff;
  font-size: 2.8em;
  text-align: center;
}

.contactform {
  margin: 2em 0;
  text-align: center;
}

.contactform input[type="text"],
.contactform textarea {
  background-color: #638fc5;
  font-size: 1em;
  border: none;
  border-bottom: #88cfe6 1px solid;
  color: #88cfe6;
  padding: 1%;
  font-weight: 400;
  margin: 1.2%;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  resize: none;
}

.contactform input[type="text"]:focus,
.contactform textarea:focus {
  background-color: #749aca;
  outline: none;
  border-bottom: #bee7f4 1px solid;
}

.contactform .input--size50p {
  width: 45.6%;
}

.contactform .input--size100p {
  width: 94%;
}

.contactform textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #5b83b5;
  border-radius: 8px;
}

.contactform textarea::-webkit-scrollbar {
  width: 6px;
  background-color: #6890c1;
}

.contactform textarea::-webkit-scrollbar-thumb {
  background-color: #6890c1;
  border-radius: 8px;
}

.contactform input[type="submit"] {
  background-color: #fff;
  border: none;
  color: #638fc5;
  font-size: 1em;
  font-weight: 600;
  padding: 1% 2%;
  border-radius: 2em;
  text-align: center;
  margin: 1% auto;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  border: #fff 2px solid;
}

.contactform input[type="submit"]:hover {
  background-color: #eef6ff;
  border: #fff 2px solid;
}

.contact__done {
  font-size: 1.5em;
  text-align: center;
  display: block;
  margin: 5em 0;
}

@media (max-width: 640px) {
  .sec__contact .header__section {
    font-size: 2em;
  }

  .sec__contact {
    padding-bottom: 0;
    margin-top: 0;
  }
}

/* SECTION Contact END */

/* SECTION FOOTER */
.sec__footer {
  max-width: 100%;
  background-color: #242720;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #ddd;
  font-size: 0.9em;
  border-bottom: #000 20px solid;
  margin-top: 0;
}

.sec__footer--wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.sec__footer--wrap .sec__footer--a {
  border: #999 1px solid;
  display: inline-block;
  padding: 0.2em 1.2em;
  border-radius: 1em;
  background-color: #555;
  margin-top: 0.8em;
  -webkit-transition: 0.1s background-color ease-in-out;
  -moz-transition: 0.1s background-color ease-in-out;
  -ms-transition: 0.1s background-color ease-in-out;
  -o-transition: 0.1s background-color ease-in-out;
  transition: 0.1s background-color ease-in-out;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.fill__form {
  margin-left: 7px;
  transition: all 0.4s ease-in-out;
}

.fill__form:hover {
  -ms-transform: scale(0.8);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}


.sec__footer--wrap .sec__footer--a:hover {
  text-decoration: none;
  background-color: #888;
}

.sec__footer--wrap .sec__footer--amobile {
  display: none;
}

.sec__footer--wrap .sec__footer--adesktop {
  display: inline-block;
}

.footer__col {
  vertical-align: top;
  display: inline-block;
}

.footer__col--01 {
  width: 30%;
}

.footer__col--02 {
  width: 34%;
}

.footer__col--03 {
  width: 34%;
}

.sec__footer h2 {
  font-size: 1.3em;
  margin: 0;
}

.sec__footer h2.git {
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 0.6em;
}

.sec__footer a {
  color: #fff;
  text-decoration: none;
}

.sec__footer a:hover {
  text-decoration: underline;
}

@media (max-width: 916px) {
  #technology__title {
    font-size: 4.8em;
  }
}

@media (max-width: 767px) {
  .col__footertel {
    margin-left: 0;
  }

  .sec__infodowload.container-fluid .container {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .sec__infodowload .download {
    text-align: center;
    /* display: flex; */
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .box-enapter ul.download li {
    width: 100%;
  }
  .download__contain img {
    max-width: 100%;
  }
  .box-enapter .download li .download__contain,
  .box-phs .download li .download__contain {
    box-shadow: none !important;
  }

  .logo {
    margin-left: 16px;
  }

  #download {
    flex-wrap: wrap;
    gap: 15px;
  }

  .download img.download__cover  {
    width: 250px;
  }
}

@media (max-width: 640px) {
  .sec__footer img {
    width: 100%;
    height: 100%;
  }

  .footer__col--01 {
    width: 15%;
  }

  .col__footerlogo {
    width: 25%;
  }
  .sec__infodowload .download {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .event__lists {
    display: none;
  }
}

@media (max-width: 529px) {
  #technology__title {
    padding-top: 30px;
  }
}

@media (max-width: 481px) {
  #technology__title {
    font-size: 3.8em;
  }
}

@media (max-width: 398px) {
  #technology__title {
    padding-top: 50px;
  }
}

@media (max-width: 384px) {
  #technology__title {
    font-size: 3em;
    padding-top: 50px;
  }
}

@media (max-width: 320px) {
  .col__footertel {
    margin-left: 26%;
  }
}

/* SECTION FOOTER END */

/* Parallax footer */
.wrapper-parallax {
}

.content {
  background: #fff;
  position: relative;
  z-index: 1;
}

.content__footer {
  width: 100%;
  background: #638fc5;
  bottom: -300px;
  position: fixed;
  z-index: -1;
}

@media (max-width: 640px) {
  .content {
    background: #fff;
    position: relative;
    z-index: 0;
  }

  .content__footer {
    width: 100%;
    background: #638fc5;
    position: relative;
    z-index: 0;
  }

  .sec__footer--wrap .sec__footer--amobile {
    display: inline-block;
  }

  .sec__footer--wrap .sec__footer--adesktop {
    display: none;
  }

  .sec__footer h2.git {
    margin: 10px 0 4px;
  }
}

/* Parallax footer END */

/* VDO */
.content__vdo {
  position: relative;
  height: 100%;
}

.content__vdo img {
  width: 100%;
  height: auto;
  display: block;
}

.content__vdo .vdo__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.content__vdo:hover .vdo__cover {
  background: rgba(0, 0, 0, 0.4);
}

.content__vdo .vdo__cover--bg {
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.content__vdo:hover .vdo__cover--bg {
  background-size: 110% 110%;
}

.content__vdo .vdo__cover--div {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.content__vdo .vdo__cover i {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.6em;
}

.content__vdo a {
  color: #fff;
}

/* VDO END */

/* SUB page */
.navbar__shadow {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.mainmenu__bg--subpage {
  background: #248f48;
  width: 100%;
  height: 55px;
  position: absolute;
  z-index: -1;
}

.subnav {
  padding: 1em;
  font-size: 0.95em;
  color: #ccc;
}

#subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  align-items: center;
}

.subnav a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.subnav a:hover {
  color: #248f48;
  text-decoration: underline;
}

.subnav a:first-child {
  margin-left: 0;
}

.subnav a:last-child {
  margin-right: 0;
}

.subnav a.active {
  color: #248f48;
  text-decoration: none;
}

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

.sectionsub {
  margin-top: 0;
  color: #333;
}

.sectionsub--gray {
  background-color: #f1f2f2;
  max-width: 100%;
  padding-top: 1em;
  padding-bottom: 5em;
}

.sectionsub--last {
  padding-bottom: 5em;
}

.sec__footersub {
  margin-top: 0;
}

.section--top {
  margin-top: 9em;
}

.section--top h2 {
  font-size: 7em;
  text-transform: uppercase;
  color: #248f48;
  font-family: "nexa_boldregular";
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .section--top h2 {
    font-size: 5.8em;
  }

  .sec__project .text-center p {
    width: 100%;
    margin: 10px auto;
  }
}

.section--top .headline {
  border-left: #248f48 2px solid;
  height: 3em;
  margin-bottom: 1em;
}

.sectionsub h3 {
  font-size: 1.2em;
  margin: 0;
  color: #666;
}

.sectionsub h4 {
  color: #248f48;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 1.4em;
}

.sectionsub p {
  color: #333;
  margin: 1em 0;
}

.sectionsub a {
  color: #666;
}

.sectionsub a:hover {
  text-transform: underline;
}

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

.sectionsub hr {
  height: 2px;
  background-color: #ccc;
  border: none;
  width: 5em;
  margin: 1.5em 0;
}

.sectionsub .gallery__nav {
  font-size: 0.9em;
  margin: 1em 0;
  list-style: none;
}

.sectionsub .gallery__nav li {
  position: relative;
}

.sectionsub .gallery__nav .active {
  color: #248f48;
  font-weight: bold;
}

.sectionsub .gallery__nav span {
  cursor: pointer;
}

.sectionsub .gallery__nav span:hover {
  color: #333;
}

.sectionsub .gallery__nav .arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  display: inline-block;
  margin-right: 0.5em;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  position: absolute;
  right: -1.5em;
  top: 0.3em;
}

.sectionsub .gallery__nav .active .arrow {
  border-left: 5px solid #248f48;
}

.sectionsub .gallery__pic div {
  display: none;
  width: 100%;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -ms-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.sectionsub .gallery__pic .active {
  display: inline-block;
}

.sectionsub .gallery__pic div img {
  width: 100%;
  height: auto;
}

.sectionsub .solarpanel {
  color: #555;
  font-size: 0.9em;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.sectionsub .solarpanel div {
  text-align: center;
}

.sectionsub .solarpanel img {
  width: auto;
}

.sectionsub .solarpanel h5 {
  font-weight: 600;
}

.sectionsub .solarpanel span {
  color: #999;
  font-size: 0.8em;
}

.sectionsub .gray {
  font-size: 0.85em;
  color: #999;
}

.sectionsub .green {
  font-size: 1.3em;
  color: #248f48;
}

.sectionsub .hr--center {
  margin: 1.5em auto;
  width: 2px;
  height: 3em;
  border: 0;
  background-color: #248f48;
}

.section__sus {
  width: 100%;
  max-width: 100%;
}

.slide__cover {
  overflow: hidden;
}

.slide {
  position: relative;
  min-height: 24em;
  width: 100%;
  box-sizing: border-box;
  transform-style: inherit;
  overflow: hidden;
}

.slide,
.slide:before {
  background-attachment: fixed;
}

#slide1 {
  background-image: url("../images/sus_bg1.jpg");
  /* transform: translateZ(-5px) scale(1.05); */
  /* background-position: 50% 10%; */
  background-position: top;
  /* background-attachment: fixed !important; */
}

#slide2 {
  background-image: url("../images/sus_bg2.jpg");
  /* transform: translateZ(-5px) scale(1.2);
  background-position: 50% 50%; */
  background-size: cover;
  background-position: center;
}

#slide3 {
  background-image: url("../images/sus_bg3.jpg");
  /* transform: translateZ(-5px) scale(1.05);
  background-position: 50% 50%; */
  background-position: center;
  background-size: cover;
}

.sectionsub h3.title__sus {
  font-size: 2.8em;
  margin: 0;
  color: #6388be;
  text-transform: uppercase;
  font-family: "nexa_boldregular";
  margin-top: 1.5em;
}

.sectionsub h4.subtitle__sus {
  color: #666;
  font-weight: 500;
  font-size: 1.1em;
  margin-top: 3px;
  line-height: 1.5em;
}

.sectionsub h5.subtitle__sus {
  color: #666;
  font-weight: 600;
  font-size: 1.4em;
  margin: 1.5em 0;
}

.sectionsub h6.subtitle__sus {
  font-size: 1.1em;
  font-weight: 600;
  color: #666;
}

.sectionsub div.div__sus {
  margin-top: 3em;
}

.sectionsub img.div__img {
  margin-top: 4em;
}

.sectionsub .row__sameheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sectionsub .row__sameheight > [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav__sub--home {
  text-align: right;
  margin-top: 1.2em;
  color: #fff;
}

.nav__sub--home a {
  color: #fff;
}

.nav__sub--home--btn {
  margin-right: 40px;
}

.nav__sub--home--lang {
  font-size: 0.9em;
}

.nav__sub--home a.active {
  text-decoration: underline;
}

.lang--sm {
  font-size: 0.85em;
}

.findus a:hover {
  color: #337ab7;
  transition: all;
}

#submit:hover {
    -ms-transform: scale(0.8);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}




@media (max-width: 768px) {
  .nav__sub--home {
    width: 50%;
    margin-top: -4em;
    padding: 0;
    float: right;
    display: inline-block;
  }

  .slide {
    min-height: 15em;
  }

  #energy--1.active .block-energy {
    width: 100% !important;
  }

  #links {
    flex-direction: column;
  }

  #find__us__title {
    font-size: 2.5em;
  }

 
}

@media (min-width: 769px) and (max-width: 796px) {
  .nav__sub--home {
    width: 50%;
    margin-top: 2em;
    padding: 0;
    float: right;
    display: inline-block;
  }
}

@media (max-width: 700px) {
  .section--top h2 {
    font-size: 4.6em;
  }
}

@media (max-width: 400px) {
  .nav__sub--home {
    width: 50%;
    margin-top: -2.5em;
    padding: 0;
    float: right;
    display: inline-block;
  }

  #title {
    padding-top: 50px;
  }

}

@media (max-width: 640px) {
  .sectionsub .col__quote {
    margin: 2em 0;
  }

  .sectionsub .col__mobile {
    text-align: left;
  }

  .sectionsub .gallery__nav li {
    display: inline-block;
    margin-right: 1em;
  }

  .sectionsub .gallery__nav li span::before {
    content: "- ";
  }

  .sectionsub .gallery__nav .arrow {
    display: none;
  }

  .findus__links p {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 560px) {
  .section--top h2 {
    font-size: 3.6em;
  }

}

@media (max-width: 480px) {
  .mainmenu__bg {
    height: 50px;
  }

 
  .hr--center {
    display: none;
  }

  .sectionsub h3.title__sus {
    font-size: 2em;
  }

  .slide {
    min-height: 10em;
  }

  #subnav {
    gap: 1em;
  }
}

@media (max-width: 440px) {
  .section--top h2 {
    font-size: 2.8em;
  }

  .dot {
    margin-left: 10px;
  }
}

@media (max-width: 400px) {
  .mainmenu__bg--subpage {
    height: 50px;
  }

  .subnav {
    padding: 10px 0;
  }

  .section--top {
    margin-top: 5.8em;
  }

  .section--top .headline {
    height: 1.4em;
  }

  .sectionsub h3.title__sus {
    font-size: 1.5em;
    margin-bottom: 0.8em;
  }
}

@media (max-width: 344px) {
  .section--top h2 {
    font-size: 2.3em;
  }
}

/* SUB page END */

.findus {
  margin-top: 120px;
  text-align: center;
}

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

.findus hr {
  width: 66px;
  height: 2px;
  border: 0;
  background: #ccc;
  margin: 20px auto;
}

.findus a {
  color: #000;
  font-weight: 600;
}

.findus h4 {
  margin: 0;
}

.findus p {
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
}

.findus__map {
  text-align: center;
  margin: 2em 0;
  font-size: 2em;
}

.findus .headersub__section {
  margin: 0;
}

.findus__map a {
  color: #555;
}

.mapimg {
  margin: 30px 0;
  border: 1px solid #6699d1;
  position: relative;
}

.mapimg img.map__graphic {
  max-width: 100%;
  height: auto;
}

.mapimg img.map__satellite {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.map__ch {
  padding: 5px;
  padding-bottom: 0;
  background-color: #6699d1;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
}

.map__ch--graphic {
  display: none;
}

.map__ch p {
  margin: 0;
  margin-top: 2px;
}

.findus__links {
  text-align: center;
}

#links {
  display: flex;
  justify-content: center;
}

.findus__links a {
  border: 1px solid #298e4b;
  border-radius: 20px;
  padding: 6px 20px;
  margin: 10px;
  color: #298e4b;
  font-size: 19px;
  transition: all 0.3s;
}

.findus__links a:hover {
  color: #fff;
  background-color: #298e4b;
  text-decoration: none;
}

.findus__links p {
  color: #aaa;
  margin: 20px;
  margin-bottom: 80px;
}

.fadein {
  position: relative;
  width: 100%;
  height: 100%;
}

.fadein img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.popover__title {
  color: #248f48;
  font-weight: 700;
  cursor: pointer;
}

.popover__wrapper {
  position: relative;
  margin-top: 1.5rem;
  display: inline-block;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translate(0, 10px);
  background-color: rgba(0, 42, 58, 0.9);
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  color: #fff;
  padding: 0;
  top: 40%;
  width: 80%;
  transform: translateX(-50%);
  font-size: 18px;
}

/*.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}*/
.popover__wrapper .popover__content .popover_link {
  width: 100%;
  background: #68c6b4;
  padding: 0.5em;
  margin: 0;
  display: block;
  text-align: center;
  color: #231f20;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 18px;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  /*transform: translate(0, -20px);*/
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  text-align: center;
  padding: 1.5em;
  font-size: 16px;
}

/*.footer-logo {
   background-image: url('../images/logo-footer.png');
   height: 70px;
   width: 120px;
}
.footer-logo:hover {
   background-image: url('../images/logo-footer-color.png');
}*/
.custom-logo .footer-logo {
  max-width: 100px;
}

.custom-logo .footer-logo:hover {
  content: url(../images/logo-footer-color.png);
  vertical-align: middle;
}

.custom-logo {
  margin-top: 15px;
}

.custom-logo span {
  font-weight: 500;
  padding-left: 10px;
  vertical-align: bottom;
  font-size: 14px;
}

.sec__footer.th .col__footertel > p {
  margin-top: 20px;
}

#energy--1.active {
  background: #628fc6;
}

#energy--1.active .block-energy {
  display: block;
  width: 50%;
  padding: 20px;
  color: #fff;
}

#energy--1.active .block-energy .energy-title {
  font-weight: 700;
  color: #fff;
}

#energy--1.active .block-energy p {
  color: #fff;
}

.energy-items li {
  list-style: none;
  color: #fff;
}

.energy-items li:before {
  content: "-";
  font-weight: 700;
  padding-right: 10px;
}

section.sec__infodowload {
  background: #eaeaea;
  padding: 2em 0;
  padding-bottom: 3em;
  color: #333;
  margin-top: 0;
  max-width: 100%;
}

.sec__infodowload .title {
  font-family: "nexa_boldregular", "Prompt", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  color: #348c4d;
  margin-bottom: 20px;
}

.box-enapter {
  background: #132834;
  text-align: center;
  padding: 20px 0;
}

.sec__infodowload.container-fluid .container {
  /*width: calc(100% - 260px);*/
  margin: 0 auto;
  display: flex;
}

.box-enapter .download li,
.box-phs .download li {
  list-style: none;
  margin: 10px;
  text-align: center;
  position: relative;
}

.box-enapter .download li .download__contain,
.box-phs .download li .download__contain {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
  overflow: hidden;
  margin-bottom: 1.6em;
  border-radius: 0;
  font-family: "Prompt", sans-serif !important;
}

.box-enapter .download:after {
  content: "";
  clear: both;
  display: table;
}

.box-enapter .btn-download-more {
  border: #999 1px solid;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: #555;
  margin-top: 0.8em;
  -webkit-transition: 0.1s background-color ease-in-out;
  -moz-transition: 0.1s background-color ease-in-out;
  -ms-transition: 0.1s background-color ease-in-out;
  -o-transition: 0.1s background-color ease-in-out;
  transition: 0.1s background-color ease-in-out;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: "Prompt", sans-serif !important;
}

.box-enapter .btn-download-more:hover {
  color: #78c9b5;
  background: #fff;
  border: 1px solid #78c9b5;
  font-weight: 700;
}

.box-phs hr {
  background-color: #fff;
  height: 3px;
  width: 40px;
}

.box-phs {
  background: #348d4d;
  text-align: center;
  padding: 20px 0;
}

.box-phs .logo-title {
  text-align: center;
}

.box-phs .btn-download-more {
  border: #999 1px solid;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: #555;
  margin-top: 0.8em;
  -webkit-transition: 0.1s background-color ease-in-out;
  -moz-transition: 0.1s background-color ease-in-out;
  -ms-transition: 0.1s background-color ease-in-out;
  -o-transition: 0.1s background-color ease-in-out;
  transition: 0.1s background-color ease-in-out;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: "Prompt", sans-serif !important;
}

.box-phs .btn-download-more:hover {
  color: #fff;
  background: #252525;
  border: 1px solid #252525;
  font-weight: 700;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  .box-enapter .download li img,
  .box-phs .download li img {
    max-width: 100%;
  }

  .box-enapter .download li,
  .box-phs .download li {
    list-style: none;
    margin: 10px;
    text-align: center;
    position: relative;
    max-width: 30%;
  }
}

@media (max-width: 1490px) {
  /* hilights Text zoom */
  .hilights.hilight04.active .blackcover {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  /* None dot blue */
  .plan__mapdot01,
  .plan__mapdot02,
  .plan__mapdot03,
  .plan__mapdot04,
  .plan__mapdot05,
  .plan__mapdot06,
  .plan__mapdot07,
  .plan__mapdot08 {
    display: none !important;
  }
}
