/* TABLE */

table {
    width: 100%;
    padding: 0;
    margin: 30px 0;
}

table.no-border thead tr td,
table.no-border tbody tr td {
    border: 0 !important;
}

table thead tr td {
    padding: 7px;
    text-align: center;
    background-color: #0066b3;
    color: #ffffff;
    border-bottom: 4px solid #00B5EF;
    border-right: 1px solid #e2e2e2;
    vertical-align: top;
}

table tbody tr td {
    text-align: center;
    padding: 7px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

table tbody tr td:first-child {
    text-align: left;
}

table tbody tr td:last-child {
    border-right: 0;
}

table tbody tr td:last-child[rowspan] {
    border-left: 1px solid #e2e2e2;
}

table tfoot tr td {
    text-align: center;
    padding: 7px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    background-color: LightGray;
}

table tfoot tr td:first-child {
    text-align: center;
}

table tfoot tr td:last-child {
    border-right: 0;
}

table tfoot tr td:last-child[rowspan] {
    border-left: 1px solid #e2e2e2;
}


/* TAB*/

.tab-content>div {
    display: none;
}

.tab-content>div.selected {
    display: block;
}

.tab-nav {
    display: block;
    padding: 0;
    width: 100%;
    float: left;
}

.tab-nav.top {
    position: relative;
    z-index: 1;
}

.tab-nav.text-white>ul li.active a {
    border-bottom: 2px solid #ffffff;
}

.tab-nav.text-white>ul li.active a:after {
    content: "";
    position: absolute;
    left: 44%;
    bottom: -12px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #ffffff;
}

.tab-nav.text-white>ul li a {
    color: #ffffff !important;
}

.tab-nav.text-white>ul li a:hover {
    border-bottom: 2px solid #ffffff;
}

.tab-nav>ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.tab-nav>ul li {
    display: inline-block;
    padding: 0 10px;
}

.tab-nav>ul li.active a {
    border-bottom: 2px solid #0066b3;
}

.tab-nav>ul li.active a:after {
    content: "";
    position: absolute;
    left: 44%;
    bottom: -12px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #0066b3;
}

.tab-nav>ul li a {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    min-width: 100px;
    color: #4a4a4a;
    border-bottom: 2px solid #717171;
}

.tab-nav>ul li a:hover {
    color: #0066b3;
    border-bottom: 2px solid #0066b3;
}


/* BLOCK */

.block-list {
    padding-bottom: 15px;
}

.block-list a {
    background-color: #fff;
    display: block;
    padding: 10px 15px;
}

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

.block-list a:hover .btn-default.btn-red {
    background-color: #00B5EF;
    border-color: #0066b3;
}

.block-list a .title {
    float: left;
}

.block-list a .title h4 {
    margin: 0px;
    padding: 0px;
}

.block-list a .title p {
    margin: 0;
    color: #737373;
}

.block-list a .btn-default {
    margin-top: 7px;
}

html:lang(en) [class*=block-card] a div p {
    font-size: 13px;
    font-size: 1.3rem;
}

[class*=block-card] {
    padding-bottom: 30px;
}

[class*=block-card].no-scale a:hover .image img,
[class*=block-card].no-scale a:hover figure img,
[class*=block-card].no-scale a:focus .image img,
[class*=block-card].no-scale a:focus figure img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

[class*=block-card].no-scale a img {
    width: auto;
    height: auto;
}

[class*=block-card][class*=-bod] {
    text-align: center;
}

[class*=block-card][class*=-bod] .image img,
[class*=block-card][class*=-bod] figure img {
    height: auto;
    max-height: 300px;
}

[class*=block-card][class*=-bod] div {
    height: 240px;
}

[class*=block-card][class*=video] {
    text-align: center;
}

[class*=block-card][class*=video] a:hover .image:after,
[class*=block-card][class*=video] a:hover figure:after {
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

[class*=block-card][class*=video] .image,
[class*=block-card][class*=video] figure {
    position: relative;
}

[class*=block-card][class*=video] .image:after,
[class*=block-card][class*=video] figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 181, 239, 0.5);
    background-image: url(../images/icon/icon-play.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

[class*=block-card][class*=video] .detail {
    text-align: left;
}

[class*=block-card] a .image,
[class*=block-card] a figure {
    overflow: hidden;
}

[class*=block-card] a .image img,
[class*=block-card] a figure img {
    height: 249px;
    -webkit-transition: all, 0.6s, ease;
    -moz-transition: all, 0.6s, ease;
    -ms-transition: all, 0.6s, ease;
    -o-transition: all, 0.6s, ease;
    transition: all, 0.6s, ease;
}

[class*=block-card] a div {
    padding: 30px;
    background-color: white;
}

[class*=block-card] a div time {
    background-color: transparent;
    color: #0066b3;
    display: block;
    float: left;
    letter-spacing: 1px;
}

[class*=block-card] a div h4 {
    clear: both;
    padding: 15px 0 0;
    color: #131313;
    height: 125px;
    overflow: hidden;
    line-height: 1;
}

[class*=block-card] a div h4 small {
    color: #131313;
}

[class*=block-card] a div p {
    color: #717171;
}

[class*=block-card] a div .readmore-button {
    text-align: center;
    padding: 15px 0 0 0;
}

[class*=block-card] a div .readmore-button small {
    color: #626262;
    text-transform: uppercase;
    text-align: center;
    background-color: #e4302e;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 3px;
}

[class*=block-card] a:hover .image img,
[class*=block-card] a:hover figure img,
[class*=block-card] a:focus .image img,
[class*=block-card] a:focus figure img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.block-highlight a div {
    border: 1px solid #e8e8e8;
    padding: 25px;
}

.block-pullup {
    position: relative;
}

.block-pullup:hover>div>p {
    display: block;
}

.block-pullup>.image,
.block-pullup>figure {
    position: relative;
}

.block-pullup>div {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.block-pullup>div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 181, 239, 0.5);
}

.block-pullup>div>h6 {
    padding: 7px 15px;
    min-height: 50px;
    text-align: center;
    z-index: 1;
    position: relative;
    color: #ffffff;
}

.block-pullup>div>p {
    display: none;
    z-index: 1;
    position: relative;
    padding: 7px 15px;
    color: #ffffff;
}

.block-explain>div.title:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.block-explain>div.title h4 {
    display: block;
    float: left;
    width: 50%;
}

.block-explain>div.title .option {
    display: block;
    float: right;
    padding: 10px 0;
}

.block-explain>div.title .option span {
    float: left;
    display: inline-block;
}

.block-explain>div.detail .list {
    display: block;
    background-color: #00B5EF;
    border: 1px solid #e2e2e2;
    padding: 10px 35px;
    margin: 0 0 2px 0;
}

.block-explain>div.detail .list.selected {
    display: block;
    background-color: #ffffff;
}

.block-explain>div.detail .list.selected>header>div {
    cursor: pointer;
    position: relative;
}

.block-explain>div.detail .list.selected>header>div:after {
    content: "-";
    background-color: #00B5EF;
    color: #ffffff;
}

.block-explain>div.detail .list.selected>header h4 {
    color: #737373;
}

.block-explain>div.detail .list.selected>article {
    display: block;
    color: #737373;
}

.block-explain>div.detail .list>header>div {
    cursor: pointer;
    position: relative;
}

.block-explain>div.detail .list>header>div:after {
    content: "+";
    position: absolute;
    right: -10px;
    top: 0;
    background-color: #fff;
    color: #00B5EF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
}

.block-explain>div.detail .list>header h4 {
    color: #ffffff;
}

.block-explain>div.detail .list>header h4 span {
    padding-top: 5px;
    padding-right: 50px;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
}

.block-explain>div.detail .list>article {
    display: none;
    padding-bottom: 30px;
    color: #fff;
}

.block-padding {
    padding: 30px 45px;
}

.block-slider--box {
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.block-slider--box .box-start {
    background-color: #0066b3;
    height: 225px;
    padding: 25px;
    color: #fff;
}

.block-slider--box .slides {
    padding-bottom: 24px;
}

.block-slider--box .slides li.flex-active-slide a:after {
    position: absolute;
    content: "";
    bottom: -18px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #00B5EF;
    left: 44%;
}

.block-slider--box .slides li.flex-active-slide a span {
    opacity: 1;
}

.block-slider--box .slides li a {
    position: relative;
    display: block;
}

.block-slider--box .slides li a span {
    position: absolute;
    text-align: center;
    padding: 15px;
    width: 100%;
    bottom: 0;
    z-index: 1;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #00B5EF;
    opacity: .9;
    color: #fff;
}

.block-slider--content {
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}


/* HOME */

.home-content section .sec-heading h3 {
    padding: 25px 0;
    color: #323232;
}

.home-content section .sec-heading p {
    line-height: 2;
    color: #323232;
}

.home-content section .sec-heading:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#hd-background-homepage {
    top: 350px;
}

#hd-background-homepage .background-nav {
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 150px;
}

#hd-background-homepage .background-nav #hd-arr-left {
    right: 15%;
}

#hd-background-homepage .background-nav #hd-arr-right {
    right: 11%;
}

#hd-background-homepage .background-nav a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

#hd-background-homepage .background-nav a:hover {
    background-color: #ec1c2d;
    border-color: #ec1c2d;
}

#hd-background-homepage .background-nav a i {
    line-height: 42px;
}

#hd-background-homepage .background-nav a i:before {
    font-size: 50px;
}

#hd-background-homepage #fullscreen-image {
    position: relative;
}

#hd-background-homepage #fullscreen-image .container {
    height: 100vh;
    display: table;
}

#hd-background-homepage #fullscreen-image .container .caption {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#hd-background-homepage #fullscreen-image .container .caption h1 {
    font-weight: 200;
    text-shadow: 0px 0px 7px rgba(3, 3, 3, 0.63);
    text-transform: uppercase;
}

.fullpage {
    height: 100vh;
    overflow: hidden;
}

.home-intro {
    color: #fff;
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.home-intro .animation {
    position: absolute;
    width: 100%;
    height: 85%;
    top: 0;
}

.home-intro .animation .disc {
    position: absolute;
    width: 1px;
    height: 1px;
    display: block;
    top: -6px;
    left: 0px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    border-radius: 50%;
}

.home-intro .animation .circ {
    margin: 0 0 0 -7px;
    background: 0 0;
    border: 10px solid #e4302e;
    -webkit-animation: pulsateCirc 3s infinite;
    -moz-animation: pulsateCirc 3s infinite;
    -ms-animation: pulsateCirc 3s infinite;
    -o-animation: pulsateCirc 3s infinite;
    animation: pulsateCirc 3s infinite;
}

.home-intro .home-animate {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}

.home-intro .home-animate .overlay-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 112, 184, 0.8);
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-intro .home-animate .overlay-bg.show {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-intro .home-animate .content {
    margin: 0 auto;
    width: 800px;
    height: 383px;
    position: relative;
    z-index: 5;
}

.home-intro .home-animate .content:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.home-intro .home-animate .content .line-structure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: url(../images/bg/border-circle.png) no-repeat top left;
    background-size: 100%;
}

.home-intro .home-animate .content .circle {
    position: absolute;
}

.home-intro .home-animate .content .circle.circle-1 {
    top: 10px;
    left: -14px;
}

.home-intro .home-animate .content .circle.circle-1 .animation .circ {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.home-intro .home-animate .content .circle.circle-2 {
    top: -6px;
    left: 400px;
}

.home-intro .home-animate .content .circle.circle-2 .animation .circ {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.home-intro .home-animate .content .circle.circle-3 {
    top: 140px;
    right: 13px;
}

.home-intro .home-animate .content .circle.circle-3 .animation .circ {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.home-intro .home-animate .content .circle.circle-4 {
    bottom: 100px;
    right: 300px;
}

.home-intro .home-animate .content .circle.circle-4 .animation .circ {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.home-intro .home-animate .content .circle a {
    display: block;
}

.home-intro .home-animate .content .circle a:hover .name {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-intro .home-animate .content .circle a:hover .arrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.home-intro .home-animate .content .circle a .spot {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px;
    border: 3px solid #e4302e;
    border-radius: 50%;
    line-height: 21px;
    opacity: 0;
    z-index: 2;
}

.home-intro .home-animate .content .circle a .name {
    width: 170px;
    position: absolute;
    top: -30px;
    left: -70px;
    color: #fff;
    opacity: 0;
    text-align: center;
}

.home-intro .home-animate .content .circle a .arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    background: url(../images/icon/icon-arr-right-small.png) no-repeat center #e4302e;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    z-index: 2;
    top: -2px;
    left: -3px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.home-intro .scroller-down {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: #00B5EF;
    padding: 15px 0 0;
}

.home-intro .mouse-scroll {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7F8C8D;
    color: #FFF;
    letter-spacing: 2px;
    text-decoration: none;
    overflow: hidden;
    left: -15px;
    position: relative;
}

.home-intro .mouse-scroll:hover .mouse-message {
    margin-top: 0;
}

.home-intro .mouse-scroll .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 47px;
    margin: 0 auto 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FFF;
    border-radius: 23px;
}

.home-intro .mouse-scroll .mouse [class*=mouse-movement] {
    position: absolute;
    display: block;
    left: 50%;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -2px;
    background: #FFF;
    border-radius: 50%;
}

.home-intro .mouse-scroll .mouse .mouse-movement {
    top: 29%;
    -webkit-animation: scroll-ani 2s linear infinite;
    -moz-animation: scroll-ani 2s linear infinite;
    animation: scroll-ani 2s linear infinite;
}

.home-intro .mouse-scroll .mouse .mouse-movement2 {
    top: 20%;
    -webkit-animation: scroll-ani-2 3s linear infinite;
    -moz-animation: scroll-ani-2 2s linear infinite;
    animation: scroll-ani-2 2s linear infinite;
}

.home-product-service .sec-heading h3 {
    padding: 25px 0 10px 0 !important;
}

.home-product-service .sec-heading p {
    font-size: 14px;
    font-size: 1.4rem;
}

.home-product-service .product-service-wrapper {
    margin-top: 2em;
}

.home-product-service .product-service-wrapper .product-items-wrapper {
    overflow: hidden;
}

.home-product-service .product-service-wrapper .product-items-wrapper .product-items {
    background-size: cover;
    background-position: center;
    min-height: 612px;
}

.home-product-service .product-service-wrapper .product-items-wrapper .product-items01 {
    background-image: url(../images/home/product-service/conventional-power.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all, 0.6s, ease;
    -moz-transition: all, 0.6s, ease;
    -ms-transition: all, 0.6s, ease;
    -o-transition: all, 0.6s, ease;
    transition: all, 0.6s, ease;
}

.home-product-service .product-service-wrapper .product-items-wrapper .product-items02 {
    background: url(../images/home/product-service/alternative-energy.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all, 0.6s, ease;
    -moz-transition: all, 0.6s, ease;
    -ms-transition: all, 0.6s, ease;
    -o-transition: all, 0.6s, ease;
    transition: all, 0.6s, ease;
}

.home-product-service .product-service-wrapper .product-items-wrapper .product-items03 {
    background: url(../images/home/product-service/water.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all, 0.6s, ease;
    -moz-transition: all, 0.6s, ease;
    -ms-transition: all, 0.6s, ease;
    -o-transition: all, 0.6s, ease;
    transition: all, 0.6s, ease;
}

.home-product-service .product-service-wrapper .product-items-wrapper .product-items-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    text-align: center;
    background-color: rgba(19, 130, 205, 0.8);
    width: 100%;
}

.home-product-service .product-service-wrapper .product-items-wrapper .product-items-detail span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: white;
}

.home-product-service .product-service-wrapper .product-items-wrapper:hover .product-items01,
.home-product-service .product-service-wrapper .product-items-wrapper:hover .product-items02,
.home-product-service .product-service-wrapper .product-items-wrapper:hover .product-items03,
.home-product-service .product-service-wrapper .product-items-wrapper:focus .product-items01,
.home-product-service .product-service-wrapper .product-items-wrapper:focus .product-items02,
.home-product-service .product-service-wrapper .product-items-wrapper:focus .product-items03 {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.home-product-service .row>div {
    padding-left: 0;
    padding-right: 0;
}

.home-news {
    background-color: #f2f4f5;
    padding: 2em 0 5em 0 !important;
}

.home-our-customer .sec-heading h3 {
    padding: 25px 0 10px 0 !important;
}

.home-our-customer .sec-heading p {
    font-size: 14px;
    font-size: 1.4rem;
}

.home-our-customer .customer-items {
    margin: 3em 0 6em 0;
}

.home-our-customer .customer-items .row>div {
    margin-bottom: 30px;
}

.home-our-customer .customer-items .row>div:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
    left: 0;
    top: 0;
}

.home-investor {
    background: url(../images/bg/home/bg-investor-corner.jpg) no-repeat left top;
    background-size: cover;
}

.home-investor .sec-heading h3 {
    padding: 25px 0 10px 0 !important;
}

.home-investor .investor-wrapper {
    margin: 3em 0 5em 0;
}

.home-investor .panel-stock {
    padding: 30px 25px;
    background-color: #0066b3;
    color: white;
}

.home-investor .panel-stock .header {
    position: relative;
    margin-bottom: 3em;
}

.home-investor .panel-stock .header p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    width: 18%;
    height: 1px;
    background-color: white;
}

.home-investor .panel-stock .top {
    width: 100%;
    padding: 0 0 20px 0;
}

.home-investor .panel-stock .top:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.home-investor .panel-stock .top h3 {
    float: left;
    padding: 0 20px 0 0;
    margin: 0;
}

.home-investor .panel-stock .top span {
    float: left;
    padding-top: 4px;
}

.home-investor .panel-stock .bottom {
    width: 100%;
    clear: both;
    padding: 0 0 25px 0;
}

.home-investor .panel-stock .bottom table {
    width: 100%;
}

.home-investor .panel-stock .bottom table tr td {
    vertical-align: middle;
    padding: 5px 0;
}

.home-investor .panel-stock .footer {
    color: #a6cae6;
    font-size: 13px;
    font-size: 1.3rem;
}

.home-investor .panel-download {
    overflow: hidden;
}

.home-investor .panel-download figure {
    overflow: hidden;
}

.home-investor .panel-download figure img {
    -webkit-transition: all, 0.6s, ease;
    -moz-transition: all, 0.6s, ease;
    -ms-transition: all, 0.6s, ease;
    -o-transition: all, 0.6s, ease;
    transition: all, 0.6s, ease;
}

.home-investor .panel-download div {
    padding: 20px;
}

.home-investor .panel-download div h4 {
    margin-top: 0px;
    color: #131313;
}

.home-investor .panel-download div ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.home-investor .panel-download div ul li {
    padding-bottom: 5px;
}

.home-investor .panel-download div ul li a {
    color: #3f3f3f;
    font-size: 12px;
    font-size: 1.2rem;
}

.home-investor .panel-download div ul li a i {
    padding-right: 10px;
}

.home-investor .panel-download:hover figure img,
.home-investor .panel-download:focus figure img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.home-investor .panel-download-v2 div {
    padding: 20px;
}

.home-investor .panel-download-v2 div h4 {
    margin-top: 0px;
    color: #FFF;
    font-weight: normal;
}

.home-investor .panel-download-v2 div ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.home-investor .panel-download-v2 div ul li {
    padding-bottom: 5px;
}

.home-investor .panel-download-v2 div ul li a {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
}

.home-investor .panel-download-v2 div ul li a i {
    padding-right: 10px;
}

.our-strategy-wrapper {
    margin: 5em 0 0 0;
}


/* ===================== ABOUT US ======================== */


/* PROFILE */

.img-profile {
    display: block;
    float: left;
    width: 100%;
    padding-top: 15px;
    background: url(../images/bg/bg-about-profile.png) no-repeat right center;
}

.img-profile img.img-01 {
    padding: 70px 0 0;
    float: left;
    position: relative;
    right: -30px;
}

.img-profile img.img-02 {
    width: 60%;
    padding: 0px 0 0;
    float: left;
}


/* MILESTONE*/

.flexslider-reset {
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

#milestone .flex-direction-nav {
    top: 50px;
    position: absolute;
    z-index: 2;
    opacity: 1;
    left: 65px;
}

#milestone .flex-direction-nav>li a {
    top: 80px;
    opacity: 1 !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 46px;
}

#milestone .flex-direction-nav>li a:before {
    font-family: "wha-up" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 3px;
}

#milestone .flex-direction-nav>li a:hover {
    background-color: #e4302e;
}

#milestone .flex-direction-nav>li a:hover:before {
    color: #fff;
}

#milestone .flex-direction-nav>li a.flex-prev {
    left: 0;
}

#milestone .flex-direction-nav>li a.flex-prev:before {
    content: "\64";
}

#milestone .flex-direction-nav>li a.flex-next {
    right: inherite;
    left: 50px;
}

#milestone .flex-direction-nav>li a.flex-next:before {
    content: "\63";
}


/* STRATEGY */

.our-strategy {
    background: url(../images/bg/about/our-strategy.png) no-repeat top center;
    background-size: 100%;
}

.our-strategy>div {
    height: 240px;
    margin-bottom: 40px;
}

.our-strategy>div>p {
    padding: 40px 30px;
    color: #fff;
}


/* VISION & MISSION */

.mission-wrapper .mission-box {
    padding: 20px 40px;
    margin-bottom: 30px;
    min-height: 145px;
}

.mission-wrapper .mission-box h3 {
    line-height: 1.4;
}


/* MANAGEMENT */

#bod-slider .flex-direction-nav {
    top: 0;
}

#bod-slider .flex-direction-nav>li a {
    top: 80px;
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 46px;
}

#bod-slider .flex-direction-nav>li a:before {
    font-family: "wha-up" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 3px;
}

#bod-slider .flex-direction-nav>li a:hover {
    background-color: #e4302e;
}

#bod-slider .flex-direction-nav>li a:hover:before {
    color: #fff;
}

#bod-slider .flex-direction-nav>li a.flex-prev {
    left: 20px;
}

#bod-slider .flex-direction-nav>li a.flex-prev:before {
    content: "\64";
}

#bod-slider .flex-direction-nav>li a.flex-next {
    right: 20px;
}

#bod-slider .flex-direction-nav>li a.flex-next:before {
    content: "\63";
}


/* =================== PRODUCTS & SERVICES ================== */

#biz-header {
    min-height: 420px;
}

.custom-select {
    width: 100%;
    height: 35px;
    border: 0;
    border-radius: 3px;
    font-weight: normal;
    line-height: 35px;
}

.custom-select option {
    height: 35px;
    padding-top: 10px;
}

#biz-type .type-product .title {
    display: inline-block;
    width: 200px;
}

#biz-type .type-product .custom-select {
    display: inline-block;
    width: calc(100% - 300px);
}

.map.project-map {
    height: 815px;
}

.map.project-map>.google-map {
    width: 100%;
    height: 100%;
}

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

.map-type>div {
    display: block;
    float: left;
    padding: 10px 15px;
    width: 33.333333333%;
}

.map-type>div.utilities {
    color: #ef6f6e;
}

.map-type>div.conventional-power {
    color: #74bf08;
}

.map-type>div.alternative-energy {
    color: #fb913c;
}

.map-type>div>i {
    display: inline-block;
    width: 18px;
    vertical-align: top;
}

.map-type>div>span {
    display: inline-block;
    font-size: 85%;
    font-weight: normal;
    width: calc(100% - 25px);
}

.map-list {
    height: 600px;
}

.map-list ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 100%;
    overflow-y: scroll;
}

.map-list ul li {
    padding: 0px;
}

.map-list ul li.utilities a {
    color: #ef6f6e;
}

.map-list ul li.conventional-power a {
    color: #74bf08;
}

.map-list ul li.alternative-energy a {
    color: #fb913c;
}

.map-list ul li.selected a {
    background-color: #dfdfdf;
}

.map-list ul li>a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 30px 30px;
    border-bottom: 1px solid #dfdfdf;
}

.map-list ul li>a:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.map-list ul li>a:hover {
    background-color: #f7f7f7;
}

.map-list ul li>a>div {
    display: block;
    float: left;
}

.map-list ul li>a>div.marker {
    width: 40px;
}

.map-list ul li>a>div.marker i {
    font-size: 20px;
    font-size: 2rem;
}

.map-list ul li>a>div.title {
    width: calc(100% - 40px);
}

.map-list ul li>a>div.title h5 {
    margin: 5px 0;
}

.map-list ul li>a>div.title small {
    display: inline-block;
}

.view-map {
    display: block;
    width: 96px;
    height: 96px;
    background: url(../images/bg/bg-view-map.jpg);
    position: relative;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
}

.view-map>i {
    float: right;
    padding: 20px;
}

.view-map>i:before {
    font-size: 24px;
    font-size: 2.4rem;
}

.view-map>span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px;
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #ef6f6e;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

.project-card {
    margin: 0px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    background-color: #fff;
}

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

.project-card.utilities .view-map i {
    color: #ef6f6e;
}

.project-card.conventional-power .view-map i {
    color: #74bf08;
}

.project-card.alternative-energy .view-map i {
    color: #fb913c;
}

.project-card figure {
    padding: 15px;
}

.project-card>div {
    position: relative;
    padding: 0px;
}

.project-card>div+div {
    padding: 15px;
}

.project-card>div+div:last-child {
    padding: 15px 0;
    position: absolute;
    right: 30px;
    top: 0px;
}

.project-card>div+div:last-child small {
    clear: both;
    float: right;
}

.project-card>div h5 {
    font-weight: normal;
}

.project-card>div h5 small {
    display: inline-block;
}

.project-card>div h6 {
    font-weight: normal;
    color: #363636;
    padding-bottom: 0;
    margin-bottom: 0;
}

.project-card>div ul {
    margin: 0;
    padding: 5px 0 0 15px;
    list-style: disc;
}

.project-card>div ul li {
    padding: 0;
}

#our-customer .block-card {
    padding-bottom: 0;
}

#our-customer .block-card a {
    text-align: center;
    display: table;
    background-color: #fff;
    width: 100%;
    height: 200px;
}

#our-customer .block-card a .image,
#our-customer .block-card a figure {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#our-customer .block-card a .image img,
#our-customer .block-card a figure img {
    margin: 0 auto;
    height: auto;
}


/* ========================== CG ============================ */

#card-whistle-blowing,
#card-company-secretary {
    padding-bottom: 0;
}

#card-whistle-blowing>h4,
#card-company-secretary>h4 {
    position: relative;
    display: block;
    height: 200px;
    background-size: cover;
}

#card-whistle-blowing>h4 a,
#card-company-secretary>h4 a {
    display: block;
    height: 100%;
}

#card-whistle-blowing>h4 a span,
#card-company-secretary>h4 a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0px;
    padding: 7px 15px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 102, 179, 0.7);
}

#card-whistle-blowing>a,
#card-company-secretary>a {
    position: relative;
    display: block;
    height: 200px;
    background-size: cover;
}

#card-whistle-blowing>a h4,
#card-company-secretary>a h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0px;
    padding: 7px 15px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 102, 179, 0.7);
}

#card-whistle-blowing>h4,
#card-whistle-blowing>a {
    background: url(../images/bg/cg/card-whistle-blowing.jpg) no-repeat;
}

#card-company-secretary>h4,
#card-company-secretary>a {
    background: url(../images/bg/cg/card-company-secretary.jpg) no-repeat;
}


/* CSR */

.csr-report {
    background-color: #ffffff;
}

.csr-report--latest {
    background-image: url(../images/bg/csr-report.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.csr-report div {
    padding: 15px 15px 30px 15px;
    text-align: center;
}

.csr-report div p {
    padding: 10px 0;
}

.csr-report a:hover small {
    background-color: #0066b3;
    color: #ffffff;
    border: 1px solid #ffffff;
}


/* ======================= CONTACT ========================== */

.form-horizontal textarea,
.form-horizontal select,
.form-horizontal input {
    border-radius: 0;
    border-color: #e2e2e2;
}

.form-horizontal textarea:focus,
.form-horizontal select:focus,
.form-horizontal input:focus {
    border-color: #94989b;
}

.form-horizontal label {
    font-weight: normal;
}

.alert {
    display: none;
}

.g-recaptcha>div {
    margin: 0 auto;
}


/* ======================= SITEMAP =========================*/

#sitemap {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

#sitemap>ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#sitemap>ul>li {
    padding-bottom: 50px;
}

#sitemap>ul>li>a {
    font-family: "Mitr", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sitemap>ul>li>ul {
    list-style-type: square;
}

#sitemap>ul>li>ul li a {
    color: #737373;
}

#sitemap>ul>li>ul ul {
    display: none;
}

@media (max-width: 1350px) {
    .home-animate .content {
        width: 800px;
        height: 296px;
        background-size: 100%;
    }
    .home-animate .content .circle.circle-1 {
        top: 10px;
    }
    .home-animate .content .circle.circle-2 {
        left: 402px;
    }
    .home-animate .content .circle.circle-3 {
        top: 140px;
    }
    .home-animate .content .circle.circle-4 {
        right: 300px;
    }
    footer {
        position: relative;
    }
}

@media (max-width: 991px) {
    .home-intro {
        height: auto;
    }
    .home-animate {
        position: relative;
    }
    .home-animate .content {
        width: 100%;
        height: auto;
        background: none;
        margin-top: -40px;
    }
    .home-animate .content .line-structure {
        display: none;
    }
    .home-animate .content .circle {
        margin: 0 0 35px 50px;
        height: 20px;
        position: relative;
        padding: 0;
        top: 0 !important;
        left: 0 !important;
        bottom: inherit !important;
        right: inherit !important;
    }
    .home-animate .content .circle a .name {
        top: -3px;
        left: 40px;
        opacity: 1;
        text-align: left;
    }
    .home-animate .content .circle a .arrow {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    #content {
        height: auto !important;
    }
    #content .home-intro {
        padding: 0;
    }
    #content .home-animate .overlay-bg {
        opacity: 1;
    }
}

@media (min-width: 1600px) {
    body>header>.container-fluid {
        min-height: 255px;
        background-position: center 0;
    }
}

@media (max-width: 1600px) {
    body>header>.container-fluid #logo img {
        width: 130px;
    }
}

@media (max-width: 1439px) {
    body>header>.container-fluid {
        padding: 13px 0;
        background-position: center 0px;
        min-height: 220px;
    }
    body>header>.container-fluid #logo img {
        width: 120px;
    }
}

@media (max-width: 1199px) {
    .mission-wrapper .mission-box {
        min-height: 200px;
    }
}

@media (max-width: 991px) {
    body>header {
        top: 40px;
    }
    body>header.affix {
        top: 0;
    }
    body>header.affix>.container-fluid .header-top {
        display: none;
    }
    body>header>.container-fluid #logo img {
        width: 100px;
    }
    body>header>.container-fluid .header-top {
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        background-color: #2a66ad;
        padding: 10px 0;
        color: #ffffff;
        text-align: right;
    }
    body>header>.container-fluid .header-top a {
        color: #ffffff;
    }
    body>header>.container-fluid .header-top>div {
        display: inline-block;
        float: none !important;
    }
    body>header>.container-fluid .header-top>div.header-stock {
        position: relative;
        top: -10px;
        padding: 0;
        color: #ffffff;
    }
    body>header>.container-fluid .header-top>div.header-stock .text-highlight-main {
        color: #ffffff !important;
    }
    body>header>.container-fluid .header-top>div.top-nav {
        position: relative;
        top: -5px;
    }
    body>header>.container-fluid .header-top>div.switch-language {
        padding-right: 30px;
    }
    body>header>.container-fluid .header-top>div.switch-language span:not(.active) a {
        color: #000;
    }
    body>header>.container-fluid #main-nav .navbar-header>span {
        display: inline-block;
        padding: 6px 10px;
    }
    body>header>.container-fluid #main-nav .navbar-header .navbar-toggle {
        display: block;
    }
    body>header>.container-fluid #main-nav #top-nav {
        position: absolute;
        left: 0;
        width: 100%;
        top: 100px;
        background-color: #ffffff;
    }
    body>header>.container-fluid #main-nav ul.navbar-nav {
        padding: 15px;
        display: block;
    }
    body>header>.container-fluid #main-nav ul.navbar-nav>li {
        display: block;
        padding: 0;
    }
    body>header>.container-fluid #main-nav ul.navbar-nav>li.active>a {
        color: #0066b3;
    }
    body>header>.container-fluid #main-nav ul.navbar-nav>li>a {
        float: left;
        width: 100%;
        text-align: left;
        border: 0;
    }
    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu {
        position: relative;
        top: 0;
        border: 0;
        box-shadow: 0 0 0;
        padding: 0;
    }
    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu ul {
        padding: 0;
    }
    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu ul li {
        position: relative;
    }
    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu ul li.active:before {
        content: "";
        height: 3px;
        width: 25px;
        position: absolute;
        top: 50%;
        background-color: #e4302e;
    }
    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu ul li ul {
        position: relative;
        left: 0;
        height: auto;
        border: 0;
        padding-left: 60px;
    }
    body footer>div.footer-top>.row .list-subsidiary {
        float: none;
    }
    /* CONTENT */
    .our-strategy {
        background-image: none;
    }
    .our-strategy>div {
        padding: 0;
        margin: 0 0 30px;
    }
    .our-strategy>div:nth-child(3n+1) p {
        background-color: #0066b3;
    }
    .our-strategy>div p {
        padding: 15px;
        margin: 15px;
        background-color: #e4302e;
        height: 100%;
    }
    .mission-wrapper .mission-box {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    body>header {
        height: 150px;
    }
    #billboard.fixed {
        height: 700px;
        position: fixed;
    }
    #billboard figure.hdbg {
        background-image: url("../images/billboard/home-billboard-mobile.jpg") !important;
    }
    #content .home-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    footer {
        position: relative;
        text-align: center;
    }
    footer.fixed {
        position: relative;
    }
    footer #copyright {
        padding-bottom: 15px;
    }
    footer .text-right {
        text-align: center !important;
    }
    /* CONTENT */
    .our-strategy>div {
        height: auto;
    }
    .our-strategy>div p {
        min-height: 200px;
    }
}

@media (max-width: 479px) {
    body>header>.container-fluid .header-top {
        padding: 10px 0 0;
    }
    body>header>.container-fluid .header-top div.top-nav {
        top: -10px;
    }
    body>header>.container-fluid .header-top div.top-nav span {
        padding: 0 5px;
        margin: 0;
    }
    body>header>.container-fluid .header-top div.top-nav span i {
        display: none;
    }
    body>header>.container-fluid .header-top div.switch-language {
        padding-right: 10px;
    }
    #content .home-content {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.custom-control.custom-checkbox {
    display: flex;
    align-items: flex-start;
}

.custom-control.custom-checkbox .custom-control-label {
    padding-left: 1rem;
}