/* 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;
}

table.table--calculator tr td:first-child {
    background-color: #0066b3;
    color: #ffffff;
    border-right: 4px solid #00B5EF;
    border-bottom: 1px solid #e2e2e2;
}

table.table--calculator tr td:last-child {
    text-align: left;
}

/* 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 {
    border-top: 14px 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 {
    display: flex;
    justify-content: center;
    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: 5px solid #0066b3;
}

.tab-nav>ul li.active a:after {
    border-top: 14px 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: 5px solid #717171;
}

.tab-nav>ul li a:hover {
    color: #0066b3;
}

.tab-nav>ul li a:after {
    content: "";
    position: absolute;
    left: calc(50% - 14px);
    bottom: -14px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}



.tab-content--block {
    background-color: rgba(0, 102, 179, 0.11);
    padding: 15px;
}

.tab-content--block figure {
    padding: 50px;
    /* 2rem; */
    background-color: #ffffff;
}

/* 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] {
    margin-bottom: 30px;
    background: #fff;
}

[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] figure {
    height: auto;
}

[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: 300px;
    padding: 30px 15px;
}

[class*=block-card][class*=-bod] a div p {
    height: auto;
    display: block;
    -webkit-line-clamp: unset;
}
[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;
    height: 250px;
}

[class*=block-card] a .image img,
[class*=block-card] a 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;
}

[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 h2,
[class*=block-card] a div h3 {
    clear: both;
    padding: 15px 0 0;
    color: #131313;
    height: 100px;
    overflow: hidden;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.1 !important;
}

[class*=block-card] a div h4 {
    clear: both;
    padding: 15px 0 0;
    color: #131313;
    height: 85px;
    line-height: 1.1 !important;
}

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

[class*=block-card] a div p {
    color: #717171;
    height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

[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.7);
}

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

.block-pullup>div>h3 {
    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;
}

#hd-background-homepage #fullscreen-image .container .row,
#hd-background-homepage #fullscreen-image .container .row .col-xs-12 {
    height: 100vh;
    width: 100%;
}

#hd-background-homepage #fullscreen-image .container .caption {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 20vh;
    text-align: center;
}

@media screen and (max-width: 991px) {
    #hd-background-homepage #fullscreen-image .container .caption {
        padding: 0 16px 15vh;
    }
}

#hd-background-homepage #fullscreen-image .container .caption h1,
#hd-background-homepage #fullscreen-image .container .caption .caption-title {
    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: -47px;
}

.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: 40px;
    right: 236px;
}

.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;
    z-index: 5;
}

.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;
    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;
    background-repeat: no-repeat;
    -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-items {
    -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-virtual {
    background: url(../images/bg/home/virtual-tour-banner.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 442px;
    align-items: center;
    display: flex;
    margin: 0 !important;
}

.home-virtual .home-link {
    color: white;
    justify-content: flex-start !important;
    font-size: 41px !important;
    line-height: 1.2;
}

.home-virtual .home-link:hover,
.home-virtual .home-link:focus {
    color: white;
}

.home-virtual .home-title {
    color: white;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-virtual .home-title {
    color: white;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-virtual .home-title img {
    margin-right: 2rem;
}

.home-virtual .home-link {
    font-weight: bold;
    margin-top: 32px;
}

.home-virtual .home-text:hover,
.home-virtual .home-text:focus {
    border-bottom: 1px solid #23527c;
    width: fit-content;
    transition: 0.3s;


}

.home-virtual .home-link .icon {
    font-size: 18px;
    margin-left: 8px;
    border-bottom: 1px solid transparent;
}

.home-icon-animation {
    background-color: #F1F1F1;
    padding: 40px 0;
}

.home-icon-animation .sec-heading h2 {
    padding: 0px 0 50px 0;
    margin-top: 0;
}

.home-icon-animation .home-icon-animation__image {
    max-width: 300px;
    margin: 0 auto;
}


.home-icon-animation .home-icon-animation__result {
    text-align: center;
}

.home-icon-animation .home-icon-animation__value {
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #007DC5;
}

@media (min-width:1200px) {
    .home-icon-animation .home-icon-animation__value {
        font-size: 50px;
        font-size: 5rem;
    }
}

.home-icon-animation .home-icon-animation__text {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #363636;
}

.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 {
    height: 200px;
    width: 100%;
    -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 {
    min-height: 60px;
    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 {
    min-height: 60px;
    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", 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;
}

.dw-home {
    display: block;
}

.dw-home>figure {
    display: block;
}

.dw-home>figure img {
    max-width: 100%;
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -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;
    border: #ccc 1px solid;
}

.dw-home>figure:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.dw-home figcaption {
    display: block;
    padding: 10px;
}

.dw-home figcaption>h3 {
    color: #1a1a1a;
    font-size: 16px;
}

.dw-home figcaption>p {
    color: #adadad;
    font-size: 16px;
}

.dw-home figcaption>p .icon-doc {
    padding-left: 5px;
}

.dw-home figcaption>.link {
    font-size: 16px;
    color: #0061ae;
}

.dw-home figcaption>.link a {
    color: #0061ae;
    padding: 0 10px 0 0;
}

.dw-home figcaption>.link a+a {
    padding: 0 10px;
}

.dw-home figcaption>.link a i {
    position: relative;
    top: 3px;
}

.dw-home figcaption>.link a:hover {
    color: #000;
}


@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;
    }
}

/* ======================= ALTERNATIVE ========================== */

.figure-brochure {
    background-image: url("/images/default/products-services/alternative-energy/rooftop-bg-brochure.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    padding: 20px 30px;
}

.figure-brochure>img {
    top: 0;
    left: 0;
}

.figure-brochure__body {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.figure-brochure__footer {
    position: absolute;
    bottom: 0;
    vertical-align: middle;
}

.circle {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.circle--white {
    background-color: white;
    color: black;
}

.card {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: .25rem;
}

.card-block {
    padding: 1.25rem;
}

.card-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    background-color: rgba(0, 102, 179, 0.7);
}

@media only screen and (max-device-width: 1199px) and (orientation: portrait) {
    .card-caption {
        height: 100%;
        display: block;
        position: relative;
    }
}

.card-caption>div>h4 {
    color: #fff !important;
    padding: 0 !important;
}

.card>.card-title {
    margin-bottom: .75rem;
}

.owl-carousel {
    display: block !important;
    position: relative;
}

.owl-carousel-theme {
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .owl-carousel-theme--gray .owl-nav {
        margin: 20px;
    }
}

.owl-carousel-theme--gray .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    bottom: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-nav .owl-prev {
        left: 10px;
        top: -41px;
    }
}

.owl-carousel-theme--gray .owl-nav .owl-prev>span.circle {
    width: 60px;
    height: 60px;
    line-height: 64px;
    border-radius: 30px;
    text-align: center;
    color: black !important;
    background-color: white;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-nav .owl-prev>span.circle {
        width: 20px;
        height: 20px;
        line-height: 19px;
        border-radius: 10px;
    }
}

.owl-carousel-theme--gray .owl-nav .owl-prev>span.circle>i {
    font-size: 2.5rem;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-nav .owl-prev>span.circle>i {
        font-size: .75rem;
    }
}

.owl-carousel-theme--gray .owl-nav .owl-prev:hover,
.owl-carousel-theme--gray .owl-nav .owl-prev:focus {
    outline: none !important;
}

.owl-carousel-theme--gray .owl-nav .owl-prev:hover>span.circle,
.owl-carousel-theme--gray .owl-nav .owl-prev:focus>span.circle {
    background-color: #00B5EF;
    color: #fff !important;
}

.owl-carousel-theme--gray .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-nav .owl-next {
        right: 10px;
        top: -41px;
    }
}

.owl-carousel-theme--gray .owl-nav .owl-next>span.circle {
    width: 60px;
    height: 60px;
    line-height: 64px;
    border-radius: 30px;
    text-align: center;
    color: black !important;
    background-color: white;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-nav .owl-next>span.circle {
        width: 20px;
        height: 20px;
        line-height: 19px;
        border-radius: 10px;
    }
}

.owl-carousel-theme--gray .owl-nav .owl-next>span.circle>i {
    font-size: 2.5rem;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-nav .owl-next>span.circle>i {
        font-size: .75rem;
    }
}

.owl-carousel-theme--gray .owl-nav .owl-next:hover,
.owl-carousel-theme--gray .owl-nav .owl-next:focus {
    outline: none !important;
}

.owl-carousel-theme--gray .owl-nav .owl-next:hover>span.circle,
.owl-carousel-theme--gray .owl-nav .owl-next:focus>span.circle {
    background-color: #00B5EF;
    color: #fff !important;
}

.owl-carousel-theme--gray .owl-dots {
    text-align: center;
}

.owl-carousel-theme--gray .owl-dots>.owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel-theme--gray .owl-dots>.owl-dot:focus {
    outline: none;
}

.owl-carousel-theme--gray .owl-dots>.owl-dot>span {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    background: #626262;
    border: 3px solid #626262;
    border-radius: 40px;
    margin: 6px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-dots>.owl-dot>span {
        height: 10px;
        width: 10px;
        border: 1px solid #626262;
        border-radius: 20px;
        margin: 4px;
    }
}

.owl-carousel-theme--gray .owl-dots>.owl-dot.active>span {
    background: white;
    border: 3px solid #626262;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-dots>.owl-dot.active>span {
        border: 2px solid #626262;
    }
}

.owl-carousel-theme--gray .owl-dots>.owl-dot.active:hover>span {
    background: white;
    border: 3px solid #626262;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-dots>.owl-dot.active:hover>span {
        border: 2px solid #626262;
    }
}

.owl-carousel-theme--gray .owl-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    justify-content: center;
    width: 100%;
    color: white !important;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}

.owl-carousel-theme--gray .owl-caption>p {
    padding: 18px;
    margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .owl-carousel-theme--gray .owl-caption {
        height: 45%;
    }

    .owl-carousel-theme--gray .owl-caption>p {
        padding: 10px;
    }
}

@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: 260px;
    }

    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: 150px;
    }

    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: -8px;
        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;
    }

    .tab-nav>ul {
        display: block;
        width: 100%;
    }

    .tab-nav>ul li {
        display: block;
    }

    .tab-nav>ul li a {
        width: 100%;
    }
}

@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 span.top-nav__name {
        display: none;
    }

    body>header>.container-fluid .header-top div.top-nav span span.visible-xs {
        display: inline-block !important;
        float: right;
    }

    body>header>.container-fluid .header-top div.switch-language {
        padding-right: 10px;
    }

    #content .home-content {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

/* waste water */

.service-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 2rem;
    min-height: 300px;
    display: flex;
}

.service-image__content {
    width: 80%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .75);
    color: #ffffff;
    padding: 1.5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay {
    width: 70%;
    margin: 0 auto;
}



.card {
    border-radius: 0;
    margin: 30px 0 0;
}



.card .card__body {
    padding: 30px;
}

.card--color {
    background-color: rgba(0, 184, 245, 1);
    min-height: 200px;
    color: #ffffff;
}

.card--color .card-top {
    display: block;
    width: 100%;
    min-height: 55px;
    opacity: .9;
}

.card--color .card-middle {
    font-size: 32px;
    min-height: 50px;
}

.card--color .card-bottom {
    font-style: italic;
    opacity: .9;
}

.card--logo .card__body {
    padding: 15px;
    text-align: center;
}



.utility-locations {
    min-height: 350px;
}

.utility-locations .utility-locations__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

.media--solution {
    text-align: center;
}

.media--solution .media-body {
    color: #fff;
    padding-top: 1.5rem;
}


.media--solution .media-top .media-object {
    margin: 0 auto;
}

.solution-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8rem 0;
}

.solution-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6rem 0;
}

.bg-dark-blue {
    background-color: #012642;
    color: #fff;
}

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



    .no-gutters>.col,
    .no-gutters>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .treatment {
        padding: 0 6rem;
    }

    .media--treatment {
        overflow: unset;
        margin-bottom: 0;
    }

    .media--treatment .media-left {
        padding: 0;
        height: 180px;
        min-width: 50px;
        position: relative;
    }

    .media--treatment .media-body {
        padding: 3rem 5rem 3rem 0;
        height: 170px;
        vertical-align: middle;
    }

    .media--treatment .media-object {
        margin-right: -2rem;
        position: absolute;
        top: 30%;
        left: -50px;
    }

    .industral__body {
        min-height: 510px;
    }

    .industral__image {
        min-height: 590px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.media--treatment {
    margin-bottom: 2rem;
}

.media--treatment .media-body {
    color: #fff;
    padding: 2rem 0;
    min-height: 150px;
}


/* cookies */
.cookie-notice {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #007FC6;
    z-index: 999;
    padding: 20px 0;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: .4px;
}

.cookie-notice--hidden {
    display: none;
}


@media (min-width: 567px) {
    .cookie-notice-container {
        display: flex;
        align-items: center;
    }
}

.cn-text-container {
    padding-right: 30px;
}

@media (max-width: 567px) {
    .cn-text-container {
        padding-right: 0;
        margin-bottom: 20px;
        display: block;
    }
}

.btn.btn-outline-primary {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
    transition: all 0.3s linear;
    text-transform: uppercase;
}

.btn.btn-outline-primary:hover {
    color: #007FC6;
    border: 1px solid #007FC6;
    background-color: #ffffff;
}

.btn.btn-outline-primary:focus {
    color: #007FC6;
    border: 1px solid #007FC6;
    background-color: #ffffff;
}

.btn.btn--360 {
    display: inline-flex;
    align-items: center;
    background-color: #00B5EF;
    border-radius: 10px;
    padding: 1px 12px 1px 6px !important;
    transition: all 0.3s ease-in-out;
}

.btn.btn--360 img {
    width: 30px;
    height: 30px;
}

.btn.btn--360 .btn__title {
    margin-left: 1rem;
    color: white;
    font-size: 12px;
}

.btn.btn--360:hover {
    background-color: white;
    box-shadow: 0px 4px 10px gray;
}

.btn.btn--360:hover .btn__title {
    text-decoration: underline;
    color: #0066b3;
}

@media (max-width: 415px) {
    .btn.btn--360 {
        flex-direction: column;
    }
}

.link-white {
    color: #ffffff;
    text-decoration: underline !important;
    transition: color 0.3s linear;
}

.link-white:hover {
    color: #23527c;
}

.link-white:focus {
    color: #23527c;
}


.company-news img {
    max-width: 100%;
}

.company-news p {
    margin-bottom: 20px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: end !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: start !important;
}

@media (min-width: 1410px) {
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}



/* ======================= sustainability =========================*/
/* ============== sustainability report ==================*/
.label {
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
}

.btn:focus,
.btn:hover,
.btn:active {
    box-shadow: none !important;
    outline: none !important;
    outline-offset: unset !important;
}

.btn.btn--download {
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn.btn--download>.btn__title {
    color: #00B9E7;
}

.btn.btn--download>.btn__icon {
    margin-left: 0.5rem;
    color: #00B9E7;
    font-size: 16px;
}

.btn.btn--download:hover>.btn__title,
.btn.btn--download:hover>.btn__icon {
    color: #007DC5;
}


.btn.btn--back {
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn.btn--back>.btn__title {
    color: #00B9E7;
}

.btn.btn--back>.btn__icon {
    margin-right: 0.5rem;
    color: #00B9E7;
    font-size: 16px;
}

.btn.btn--back:hover>.btn__title,
.btn.btn--back:hover>.btn__icon {
    color: #007DC5;
}

.btn.btn--readmore {
    border: none;
    border-radius: 3px;
    background-color: #D7182A;
    box-shadow: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0.75rem 1.5rem !important;
    font-size: 14px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    color: #fff !important;
    text-transform: uppercase;
}

.btn.btn--readmore>.btn__title {
    color: #fff;
    text-transform: uppercase;
}

.block-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5rem 0 0 0;
}

.block-share .block-share__list {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    height: 30px;
    text-align: center;
}

.block-share .block-share__list:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #E9E9E9;
    border-radius: 15px;
    transform: scaleX(30px);
    transform-origin: right center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.block-share .block-share__list:hover:before {
    transform: scaleX(1);
    width: 100%;
    background-color: #00B9E7;
}

.block-share .block-share__list .block-share__icon {
    font-size: 18px;
    position: relative;
    width: 30px;
    height: 30px;
    color: #737373;
}

.block-share .list-share {
    margin-right: 0.75rem;
    position: relative;
}

.block-share .list-share .list-share__item {
    margin-left: 0.75rem;
    font-size: 18px;
    color: transparent;
}

.block-share .block-share__list:hover .list-share .list-share__item,
.block-share .block-share__list:hover .block-share__icon {
    color: #fff;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.bg-cover-top {
    position: relative;
}

.bg-cover-top:before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    width: 100%;
    left: 0;
    top: -123px;
    right: 0;
    bottom: 0;
}

.card.card--report {
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    margin: 0 0 4rem 0;
    padding: 0 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.card.card--report:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.card.card--report .card__image {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 330px;
}

.card.card--report .card__image:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url("/Uploads/elFinder/sustainability/report/element-water.png");
    background-repeat: no-repeat;
    background-position: 180px 0%;
    background-size: 120px;
}

.card.card--report .card__img {
    max-width: 285px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.card.card--report .card__body {
    position: relative;
    margin: 1.5rem 0;
    padding: 0;
}

.card.card--report .card__title {
    color: #4A4A4A;
    text-transform: uppercase;
    margin: 0;
}

.card.card--report .card__subtitle {
    color: #007DC5;
    margin: 0;
    font-size: 50px;
}

.card.card--report .card__button {
    border-top: 1px solid #737373;
    padding: 1.5rem 0;
    margin: 1.5rem 0 0 0;
}

.card.card--report.card--highlight {
    flex-direction: row;
    margin: 5rem auto;
}

.card.card--report.card--outline {
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.card.card--report.card--highlight .card__image {
    text-align: right;
    max-width: 480px;
}

.card.card--report.card--highlight .card__img {
    max-width: 380px;
}

.card.card--report.card--highlight .card__body {
    margin: 5rem 0;
    padding: 0 2.5rem;
    width: 100%;
}

.card.card--report.card--outline .card__body {
    padding: 0 2.5rem;
    width: 100%;
}

.card.card--report.card--highlight .card__image:before {
    top: -230px;
    background-position: 0;
    background-size: 250px;
}

.card.card--report.card--highlight .card__subtitle {
    padding: 1rem 0 0 0;
}

.card.card--report.card--highlight .card__button {
    padding: 3rem 0;
    margin: 3rem 0 0 0;
}

.card.card--report.card--outline .card__image {
    max-width: 580px;
}

.card.card--report.card--outline .card__img {
    max-width: 380px;
}

.card.card--report.card--outline .card__image:before {
    background-size: 180px;
    background-position: 250px 0;
}

.card.card--report.card--outline .card__title {
    color: #000;
    text-transform: none;
}

.card.card--report.card--outline .card__subtitle {
    color: #fff;
    font-size: 30px;
}

.card.card--report.card--outline .card__button {
    border-top: none;
    padding: 0;
    margin: 2rem 0;
}

.card.card--report.card--outline .card__button .btn--download .btn__title,
.card.card--report.card--outline .card__button .btn--download .btn__icon {
    color: #fff;
}

.card.card--report.card--outline .card__button .btn--download:hover .btn__title,
.card.card--report.card--outline .card__button .btn--download:hover .btn__icon {
    color: #D7182A;
}

.card.card--report.card--outline .card__button-more {
    margin: 5rem 0;
}

.report-highlight {
    min-height: 768px;
    position: relative;
    display: flex;
    align-items: center;
}

.card.card--report.card--highlight .card__img {
    transform: translateY(15%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.card.card--report.card--highlight.active .card__img {
    transform: translateY(0);
}

.card.card--report.card--highlight .card__image:before,
.card.card--report.card--highlight .card__body {
    opacity: 0;
    transform: translateY(40%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.card.card--report.card--highlight.active .card__image:before,
.card.card--report.card--highlight.active .card__body {
    opacity: 1;
    transform: translateY(0);
}

#main #content .report-highlight .titlepage,
#main #content .campaigns .titlepage {
    color: #4A4A4A;
}

.report-achieve {
    padding: 12rem 0 5rem 0;
}

/* ============== sustainability campaigns ==================*/
.nav-tabs.nav-tabs--campaigns {
    width: 100%;
    text-align: center;
    margin: auto;
    border-bottom: none;
    padding: 0;
}

.nav-tabs.nav-tabs--campaigns li {
    float: none;
    margin: 0;
    display: inline-block;
    padding: 1rem
}

.nav-tabs.nav-tabs--campaigns li a {
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0 0 0.5rem 0;
    color: #4A4A4A;
    font-weight: bold;
}

.nav-tabs.nav-tabs--campaigns li a:hover,
.nav-tabs.nav-tabs--campaigns li a:active,
.nav-tabs.nav-tabs--campaigns li a:focus {
    outline: none;
    background-color: transparent;
    border: none;
}

.nav-tabs.nav-tabs--campaigns li.active a {
    background-color: transparent;
    color: #007DC5;
    border-bottom: 1.5px solid #D7182A;
}

.campaigns {
    min-height: 768px;
    position: relative;
    overflow: hidden;
}

.campaigns__body {
    position: relative;
    text-align: center;
    margin: 4rem 0 0 0;
}

.campaigns__title {
    color: #00B9E7 !important;
    text-transform: uppercase;
    font-size: 50px !important;
    font-weight: bold;

}

.campaigns__element {
    position: relative;
    text-align: center;
    margin: auto;
}

.campaigns__img {
    max-width: 100%;
    height: auto;
    position: relative;
}

.campaigns.campaigns--environment .campaigns__img {
    bottom: -60px;
    max-width: 250px;
}

.campaigns.campaigns--environment.bg-cover,
.campaigns.campaigns--social.bg-cover {
    background-position: bottom;
}

.campaigns.campaigns--social .campaigns__element {
    display: flex;
    justify-content: space-between;
}

.campaigns.campaigns--social .campaigns__img {
    max-height: 350px;
    max-width: 400px;
}

.campaigns.campaigns--social .campaigns__img:nth-of-type(1) {
    bottom: -50px;
}

.campaigns.campaigns--social .campaigns__img:nth-of-type(2) {
    bottom: -150px;
}

.campaigns.campaigns--social .campaigns__img:nth-of-type(3) {
    bottom: -150px;
}

.campaigns.campaigns--governance-economic .campaigns__img {
    bottom: -60px;
    max-width: 300px;
}

.campaigns.campaigns--governance-economic .campaigns__element:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: -120px;
    left: 0;
    right: 0;
    background-image: url("/Uploads/elFinder/sustainability/our-campaigns/governance-economic/element-2.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 380px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.card.card--campaigns {
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    justify-content: space-between;
}

.card.card--campaigns:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.card.card--campaigns .card__body {
    border-bottom: 1px solid #C4C4C4;
    padding: 3rem 0;
    margin: 0 7rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
}

.card.card--campaigns .card__title {
    margin: 0 0 2.5rem 0;
}

.card.card--campaigns .card__button {
    margin: 2.5rem 0 0 0;

}

.card.card--campaigns .card__image {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 430px;
    overflow: hidden;
}

.card.card--campaigns .card__img {
    width: 100%;
    object-fit: cover;
    position: relative;
    max-width: 430px;
}

.campaigns .campaigns__body {
    opacity: 0;
    transform: translateY(40%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.campaigns .campaigns__body.active {
    opacity: 1;
    transform: translateY(0);
}

.campaigns.campaigns--social .campaigns__body {
    opacity: 1;
}

.campaigns.campaigns--social .campaigns__body .row:first-child {
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.campaigns.campaigns--social .campaigns__body.active .row:first-child {
    opacity: 1;
}

.campaigns.campaigns--social .campaigns__body .campaigns__img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transform: translateY(-100px);
}

.campaigns.campaigns--social .campaigns__body.active .campaigns__img {
    max-height: 300px;
    transform: translateY(0);
}

.campaigns.campaigns--governance-economic .campaigns__body .campaigns__element:after {
    transform: translateY(-2rem);
}

.campaigns.campaigns--governance-economic .campaigns__body.active .campaigns__element:after {
    transform: translateY(0);
}

.campaigns-news {
    position: relative;
}

.campaigns-block {
    position: relative;
    height: 1200px;
}

.block-scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    overflow: auto;
    background: transparent;
}

.block-scrollbar.fakeScroll__scope {
    background: none;
}

.block-scrollbar .fakeScroll__content {
    padding: 10rem 5rem;
    overflow-x: hidden;
}

.block-scrollbar .fakeScroll__bar {
    background: #00B9E7;
    width: 3px;
    left: -1px;

}

.block-scrollbar .fakeScroll__track {
    width: 1px;
    background: #ccc;
    right: unset;
    left: 0;
}

.fakeScroll__wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

.fakeScroll__wrap:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
}


/* ============== sustainability overview ==================*/
html[lang="th"] .sustain.sustain--ceo-message .ceo-message,
html[lang="th"] .sustain--egs-sustain .egs-sustain .egs-sustain__title,
html[lang="th"] .sustain.sustain--campaigns .campaigns-dots .owl-dot,
html[lang="th"] .sustain.sustain--esg-goals .esg-goals {
    font-family: "Mitr", "Helvetica", Helvetica, Arial, sans-serif;
}

html[lang="th"] .sustain.sustain--ceo-message .ceo-message__name,
html[lang="th"] .sustain.sustain--ceo-message .ceo-message__quote,
html[lang="th"] .sustain.sustain--esg-goals .esg-goals .esg-goals__unit,
html[lang="th"] .sustain.sustain--esg-goals .esg-goals .esg-goals__number,
html[lang="th"] .sustain--egs-sustain .egs-sustain .egs-sustain__title,
html[lang="th"] .sustain.sustain--campaigns .campaigns-dots .owl-dot {
    font-weight: 500;
}

html[lang="th"] .sustain.sustain--campaigns .campaigns-dots .owl-dot {
    font-size: 1.8rem;
}

.sustain {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}

.sustain__title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.sustain.sustain--banner {
    padding: 0;
    margin-top: -123px;
}

.sustain.sustain--banner.home-intro .scroller-down {
    background-color: transparent;
}

.sustain.sustain--banner.home-intro .caption .caption-title {
    position: relative;
    text-transform: none !important;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sustain.sustain--banner.home-intro .caption .caption__element {
    display: block;
    width: 150px;
    margin: auto;
}

@media screen and (min-width: 992px) {
    .sustain.sustain--banner.home-intro .caption .caption__element {
        position: absolute;
        bottom: -10px;
        right: -200px;
        width: 150px;
    }
}

@media screen and (max-width: 991px) {
    .sustain.sustain--banner.home-intro .caption .caption__element {
        margin-top: -25px !important;
    }
}

.sustain.sustain--esg-goals {
    /*min-height: 1180px;*/
    min-height: 800px;
    overflow: unset;
    background-position: top;
}

.sustain.sustain--esg-goals .sustain__title {
    margin: 0 0 2rem 0;

}

.sustain.sustain--esg-goals .sustain__text {
    padding: 2rem 0;
}

.sustain.sustain--esg-goals .sustain__header .sustain__title {
    color: #007DC5;
}

.sustain.sustain--esg-goals .sustain__header {
    min-height: 500px;
}

.sustain.sustain--esg-goals .sustain__header .sustain__image {
    display: flex;
    justify-content: center;
    position: relative;
    width: 350px;
}

.sustain.sustain--esg-goals .sustain__header .sustain__image:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: -8rem;
    right: 0;
    background-image: url("/Uploads/elFinder/sustainability/sustainability-overview/esg-goals/esg-img-2.png");
    background-repeat: no-repeat;
    background-size: 350px;
    z-index: 1;
}

.sustain.sustain--esg-goals .sustain__header .sustain__img {
    max-width: 150px;
    position: relative;
    top: 50px;
}

.sustain.sustain--esg-goals .sustain__header .sustain__block {
    margin: 3rem 0 0 0;
    opacity: 0;
    transform: translateY(50%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sustain.sustain--esg-goals.active .sustain__header .sustain__block {
    opacity: 1;
    transform: translateY(0);
}

.sustain.sustain--esg-goals .sustain__header .sustain__img {
    transform: translateY(10rem);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sustain.sustain--esg-goals.active .sustain__header .sustain__img {
    transform: translateY(0);
}

.sustain.sustain--esg-goals .sustain__header .sustain__image:before {
    transform: translateY(-10rem);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sustain.sustain--esg-goals.active .sustain__header .sustain__image:before {
    transform: translateY(0);
}

.sustain.sustain--esg-goals .sustain__body {
    margin: 5rem 0 0 0;
    color: #fff;
}

.sustain.sustain--esg-goals .sustain__body .sustain__title {
    color: #fff;
}

.sustain.sustain--esg-goals .esg-goals {
    display: block;
    margin: 2rem 0;
    text-align: center;
    color: #fff;
    padding: 0;

}

.sustain.sustain--esg-goals .esg-goals .esg-goals__image {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sustain.sustain--esg-goals .esg-goals .esg-goals__img {
    max-width: 200px;
    height: auto;
}

.sustain.sustain--esg-goals .esg-goals .esg-goals__text {
    /*height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/
    padding: 0.5rem 0;
}

.sustain.sustain--esg-goals .esg-goals .esg-goals__value {
    /* margin: 1.5rem 0 0 0;*/

}

.sustain.sustain--esg-goals .esg-goals .esg-goals__number {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.8px;
}

.sustain.sustain--esg-goals .esg-goals .esg-goals__unit {
    font-weight: bold;
}

.sustain.sustain--esg-goals .sustain__element {
    position: relative;
}

.sustain.sustain--esg-goals .sustain__element-img {
    position: absolute;
    z-index: 1;
    right: 5%;
    max-width: 200px;
    transform: translateY(40%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sustain.sustain--esg-goals.active .sustain__element-img {
    transform: translateY(0);
}

.sustain.sustain--ceo-message {
    min-height: 630px;
    padding: 8rem 0 0 0;
    display: flex;
    align-items: flex-end;
}

.sustain.sustain--ceo-message .row {
    display: flex;
}

.sustain.sustain--ceo-message div[class*=col] {
    align-self: flex-end;
}

.sustain.sustain--ceo-message .sustain__image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 300px;
    position: relative;
    bottom: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;

}

.sustain.sustain--ceo-message .sustain__block .sustain__title {
    margin: 0 0 2rem 0;
}

.sustain.sustain--ceo-message.active .sustain__image {
    max-width: 350px;
}

.sustain.sustain--ceo-message .sustain__img {
    max-width: 100%;
    height: auto;

}

.sustain.sustain--ceo-message .ceo-message {
    display: block;
}

.sustain.sustain--ceo-message .ceo-message__quote {
    color: #4A4A4A;
    margin: 103px 0;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.sustain.sustain--ceo-message .ceo-message__quote:before {
    display: block;
    width: 53px;
    height: 103px;
    position: absolute;
    content: "";
    top: -70px;
    left: 0;
    background-image: url("/Uploads/elFinder/sustainability/sustainability-overview/ceo-message/quote-top.svg");
    background-repeat: no-repeat;
}

.sustain.sustain--ceo-message .ceo-message__quote:after {
    display: block;
    width: 53px;
    height: 103px;
    position: absolute;
    content: "";
    right: 0;
    bottom: -70px;
    background-image: url("/Uploads/elFinder/sustainability/sustainability-overview/ceo-message/quote-bottom.svg");
    background-repeat: no-repeat;
}

.sustain.sustain--ceo-message .ceo-message__name {
    text-align: right;
    margin: 1rem 0;
    font-weight: bold;
    color: #4A4A4A;
}

.sustain.sustain--ceo-message .ceo-message__button {
    margin: 5rem 0;
    text-align: right;
}

.sustain.sustain--ceo-message .sustain__block {
    opacity: 0;
    transform: translateY(40%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    margin: 0 0 5rem 0;
}

.sustain.sustain--ceo-message.active .sustain__block {
    opacity: 1;
    transform: translateY(0);
}

.sustain.sustain--egs-sustain {
    background: #fff;
    min-height: 768px;
}

.sustain--egs-sustain .egs-sustain {
    display: block;
    text-align: center;
    margin: 5rem 0 0 0;
}

.sustain--egs-sustain .egs-sustain .egs-sustain__title {
    font-size: 26px;
    text-transform: uppercase;
    color: #4A4A4A;
    position: relative;
    font-weight: bold;
    margin: 2rem 0;
    padding: 0 1rem;
    min-height: 84px;
}

.sustain--egs-sustain .egs-sustain .egs-sustain__title:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 2px;
    height: 30px;
    background: #00B9E7;
}

.sustain--egs-sustain .egs-sustain .egs-sustain__image {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sustain--egs-sustain .egs-sustain .egs-sustain__img {
    height: auto;
    max-width: 250px;
}

.sustain--egs-sustain .egs-sustain .egs-sustain__button {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sustain--egs-sustain div[class*=col]:first-child .egs-sustain .egs-sustain__title:before {
    display: none;
}

.sustain--egs-sustain .egs-sustain:hover .egs-sustain__button {
    opacity: 1;
    pointer-events: initial;
}

.sustain--egs-sustain .egs-sustain:hover .egs-sustain__image {
    transform: translateY(0);
}


@media (min-width: 992px) {
    .sustain--egs-sustain .egs-sustain .egs-sustain__image {
        transform: translateY(35px);
    }

    .sustain--egs-sustain .egs-sustain .egs-sustain__button {
        opacity: 0;
        pointer-events: none;
    }

    .sustain.sustain--esg-goals .esg-goals .esg-goals__text {
        min-height: 85px;
    }

    html[lang*="th"] .sustain.sustain--esg-goals .esg-goals .esg-goals__text {
        min-height: 106px;
    }
}



.sustain.sustain--campaigns {
    padding: 0;
}

.owl-carousel--campaigns-banner .item,
.owl-carousel--campaigns-content .item {
    position: relative;
}

.owl-carousel--campaigns-banner .item .item__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 630px;
}

.owl-carousel--campaigns-content {
    margin: 5rem 2rem 0 2rem;
    z-index: 2;
}


.sustain.sustain--campaigns .sustain__body {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 8rem 0;
}

.sustain.sustain--campaigns .sustain__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.sustain.sustain--campaigns .sustain__title {
    margin: 0;
}

.sustain.sustain--campaigns .campaigns-dots {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding: 0 2rem;
}

.sustain.sustain--campaigns .campaigns-dots .owl-dot {
    cursor: pointer;
    text-transform: uppercase;
    color: #4A4A4A;
    font-weight: bold;
    position: relative;
    width: 100%;
    padding: 0 1rem;
}

.sustain.sustain--campaigns .campaigns-dots .owl-dot.active,
.sustain.sustain--campaigns .campaigns-dots .owl-dot:hover {
    color: #007DC5;
}

.sustain.sustain--campaigns .campaigns-dots .owl-dot:not(:first-child):before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #00B9E7;
}

.sustain.sustain--campaigns .campaigns-dots .owl-dot:not(:first-child) {
    text-align: center;
}

.sustain.sustain--campaigns .campaigns-dots .owl-dot div {
    position: relative;
    display: inline-block;
    padding: 0 0 0.5rem 0;
}

.sustain.sustain--campaigns .campaigns-dots .owl-dot.active div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D7182A;
    left: 0;
    bottom: 0;

}

.sustain.sustain--campaigns .sustain__body .card.card--campaigns {
    flex-direction: row-reverse;
    align-items: center;
    margin: 0;
}

.sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__body,
.sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__image {
    width: 50%;
}

.sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__body {
    margin: 0;
    padding: 3rem 7rem 3rem 0;
    border-bottom: none;
}

.sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__image,
.sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__img {
    max-width: 510px;
}

.sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__img {
    border-radius: 10px;
}

.sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__image {
    margin: 0 5rem 0 0;
}

.sustain--sd-report {
    min-height: 530px;
    padding: 5rem 0;
    display: flex;
    align-items: center;
}

.sustain--sd-report .sustain__title {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 1.5rem 0;
}

.sustain--sd-report .card.card--report.card--outline .card__img {
    opacity: 0;
    transform: translateY(40%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sustain--sd-report.active .card.card--report.card--outline .card__img {
    opacity: 1;
    transform: translateY(0);
}

.sustain--sd-report .card.card--report.card--outline .card__image:before {
    opacity: 0;
    transform: translate(15%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sustain--sd-report.active .card.card--report.card--outline .card__image:before {
    opacity: 1;
    transform: translate(0);
}

.sustain--csr {
    min-height: 890px;
    background: #fff;
}

.sustain--csr .sustain__title {
    margin: 0 0 5rem 0;
}

.sustain--csr .card-wrapper {
    display: block;
    border-top: 2px solid #D7182A;
}

.sustain--csr .card-wrapper:hover {
    border-top: none;
}

.card.card--csr {
    border-radius: 10px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    margin: 3rem 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none;
}

.sustain--csr .card-wrapper .card.card--csr:hover {
    transform: translateY(-3rem);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.4);
}

.sustain--csr .card-wrapper .card.card--csr:hover .card__body {
    color: #000;

}

.card.card--csr .card__image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 235px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.card.card--csr .card__img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card.card--csr .card__body {
    background-color: #fff;
    padding: 3rem;
    border-radius: 0 0 10px 10px;
    color: #737373;
}

.card.card--csr .card__date {
    color: #00B9E7;
    margin: 0 0 2rem 0;
}

.card.card--csr .card__button {
    margin: 2.5rem 0 0 0;
}

.card.card--csr .card__title {
    height: 92px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card.card--rec-services{
    padding: 16px;
    min-height: 300px;
    display: flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card.card--rec-services .card__cover{
    text-align: center;
}
.card.card--rec-services .card__body{
    text-align: center;
}
.card.card--rec-services .card__title{
    font-size: 20px;
    color: #0066b3 ;
    font-weight: 600;
}
.card.card--rec-services .card__text{
 text-align: center;
}

@media only screen and (min-width: 1410px) and (max-width: 1600px) {
    .sustain>.container {
        padding: 0 10%;
    }

    .sustain.sustain--campaigns .sustain__body>.container {
        padding: 0 10%;
    }

}
/* lg screen */
@media (max-width: 991px) {
    .sustain.sustain--banner.home-intro .caption .caption-title {
        display: block;
        font-size: 38px;
    }

    .card.card--report .card__image,
    .card.card--report.card--outline .card__image {
        margin: auto;
    }

    .card.card--report.card--highlight {
        flex-direction: column;
        margin: 10rem auto 5rem auto;
    }

    .card.card--report.card--highlight .card__body,
    .card.card--report.card--outline .card__body {
        margin: 3rem 0 0 0;
        padding: 0;
    }

    .card.card--report.card--outline {
        flex-direction: column;
    }

    .card.card--report.card--outline .card__button-more {
        margin: 5rem 0 0 0;
    }

    .card.card--campaigns,
    .sustain.sustain--campaigns .sustain__body .card.card--campaigns {
        flex-direction: column-reverse;
    }

    .card.card--campaigns .card__body {
        margin: 0;
    }

    .card.card--campaigns .card__image {
        max-width: 100%;
        text-align: center;
    }

    .sustain.sustain--esg-goals .sustain__header .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .sustain--egs-sustain .egs-sustain .egs-sustain__title:before {
        display: none;
    }

    .sustain--csr .card-wrapper {
        border-top: none;
    }

    .card.card--csr {
        margin: 0 0 8rem 0;
    }

    .owl-carousel--campaigns-banner .item .item__bg {
        height: 100vh;
    }

    .sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__body,
    .sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__image {
        width: 100%;
    }

    .sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__body {
        padding: 3rem 0;
    }

    .sustain.sustain--campaigns .sustain__body .card.card--campaigns .card__image {
        margin: 0;
    }

    .sustain.sustain--campaigns .campaigns-dots {
        width: 100%;
        margin: 4rem 0 0 0;
        padding: 0;
    }

    .sustain.sustain--campaigns .sustain__nav {
        display: block;
    }

    .owl-carousel--campaigns-content {
        margin: 5rem 0 0 0;
    }

    .sustain.sustain--ceo-message .row {
        flex-direction: column-reverse;
    }

    .sustain.sustain--esg-goals.active .sustain__header .sustain__block {
        color: #fff;
    }

    .sustain.sustain--esg-goals .esg-goals {
        border-bottom: 1px solid #fff;
        padding: 0 0 2rem 0;
    }



}
/* md screen */
@media (max-width: 767px) {
    .card.card--report.card--highlight .card__image:before {
        top: -200px;
        background-size: 150px;
    }

    .card.card--report.card--highlight .card__img {
        max-width: 300px;
    }

    .card.card--report.card--outline .card__image {
        max-width: 330px;
    }

    .card.card--report.card--outline .card__img {
        max-width: 285px;
    }

    .card.card--report.card--outline .card__image:before {
        background-position: 180px 0%;
        background-size: 120px;
    }

    .report-achieve {
        padding: 5rem 0 0 0;
    }

    .campaigns__title {
        font-size: 30px !important;
    }

    .block-scrollbar .fakeScroll__content {
        padding: 5rem 3rem;
    }

    .sustain {
        padding: 5rem 0;
    }

    .sustain.sustain--campaigns .sustain__body .container {
        width: 100%;
        max-width: 750px;
    }
}
/* sm screen */
@media (max-width: 380px) {

    .card.card--report .card__image:before,
    .card.card--report.card--outline .card__image:before {
        background-position: 150px 0%;
    }

    .campaigns.campaigns--governance-economic .campaigns__element:after {
        background-size: 300px;
        bottom: -60px;
    }
}

.bg-solar {
    position: relative;
    padding-bottom: 100px;
    background-color: #FFF;
}

.bg-solar .bg-solar__image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 100px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.owl-carousel.owl-carousel-theme--project {
    max-width: 1120px;
    margin: 0 auto;
}

.owl-carousel.owl-carousel-theme--project .owl-carousel__caption {
    font-size: 15px;
    font-weight: bold;
    color: #323232;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

@media (min-width: 1200px) {
    .owl-carousel.owl-carousel-theme--project .owl-carousel__caption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 430px;
        padding: 40px;
    }
}

@media (max-width: 1199px) {
    .owl-carousel.owl-carousel-theme--project .owl-carousel__caption {
        padding: 20px;
        background-color: #f1f1f1;
    }
}

.owl-carousel.owl-carousel-theme--project .owl-carousel__logo {
    width: auto;
    height: 75px;
    margin-bottom: 16px;
}

.owl-carousel.owl-carousel-theme--project .owl-carousel__types {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0;
    margin: 24px 0;
    border-top: 1px solid #E4302E;
    border-bottom: 1px solid #E4302E;
}

.owl-carousel.owl-carousel-theme--project .owl-carousel__type-list {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 16px;
}

.owl-carousel.owl-carousel-theme--project .owl-carousel__type-list i {
    font-size: 32px;
    color: #0066B3;
    display: inline-block;
    width: 45px;
    margin-right: 4px;
}

.owl-carousel.owl-carousel-theme--project .owl-carousel__type-list:nth-last-child(1),
.owl-carousel.owl-carousel-theme--project .owl-carousel__type-list:nth-last-child(2) {
    margin-bottom: 0;
}

.owl-carousel.owl-carousel-theme--project .owl-carousel__value {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #00B5EF;
}

.owl-carousel.owl-carousel-theme--project .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
}

.owl-carousel.owl-carousel-theme--project .owl-nav .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #00B5EF;
}

.owl-carousel.owl-carousel-theme--project .owl-nav #owl-project-references-counter {
    padding: 0 10px;
    font-size: 24px;
    color: #777777;
    order: 2;
}

.owl-carousel.owl-carousel-theme--project .owl-nav #owl-project-references-counter .text span {
    font-weight: bold;
    color: #00B5EF;
}

.owl-carousel.owl-carousel-theme--project .owl-nav .owl-prev {
    order: 1;
}

.owl-carousel.owl-carousel-theme--project .owl-nav .owl-next {
    order: 3;
}

.calculation {
    padding-bottom: 0;
}

.calculation .calculation__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    max-width: 520px;
    margin: 10px auto;
}

.calculation .calculation__header:before {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2px;
    background-color: #c6c6c6;
    content: "";
}

.calculation .calculation__header-step.checked .calculation__header-icon {
    background-color: #0066b3;
}

.calculation .calculation__header-step.checked .calculation__icon-checked {
    display: inline-flex;
}

.calculation .calculation__header-step.checked .calculation__header-text {
    color: #0066b3;
}

.calculation .calculation__header-step.active .calculation__header-icon {
    background-color: #00b5ef;
}

.calculation .calculation__header-step.active .calculation__icon-active {
    display: inline-flex;
}

.calculation .calculation__header-step.active .calculation__header-text {
    color: #00b5ef;
}

.calculation .calculation__header-icon {
    position: relative;
    z-index: 3;
    width: 60px;
    height: 60px;
    font-size: 55px;
    color: #fff;
    background-color: #c6c6c6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.calculation .calculation__header-icon>span {
    display: none;
}

.calculation .calculation__header-text {
    font-size: 15px;
    color: #c6c6c6;
}

.calculation .calculation__header-line {
    position: absolute;
    top: 30px;
    left: 0;
    height: 2px;
    z-index: 2;
    background-color: #0066b3;
}

.calculation .calculation__step {
    display: none;
}

.calculation .calculation__step.calculation__step--1 .calculation__step-block {
    width: 100%;
    max-width: 890px;
    padding: 32px 16px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media (min-width: 768px) {
    .calculation .calculation__step.calculation__step--1 .calculation__step-block {
        padding: 32px 115px 16px;
    }
}

/* @media (min-width: 1200px) {
    .calculation .calculation__step.calculation__step--2>.row {
        display: flex;
    }
} */


.calculation .calculation__step.calculation__step--3 .calculation__step-block {
    width: 100%;
    max-width: 1016px;
    padding: 32px 16px;
    margin: 0 auto;
    color: #323232;
    text-align: center;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media (min-width: 768px) {
    .calculation .calculation__step.calculation__step--3 .calculation__step-block {
        padding: 40px;
    }
}

@media (min-width: 768px) {

    .result-calculation {
        padding: 32px 115px 16px;
    }

    .result-calculation .result-calculation__line {
        position: absolute;
        top: 70px;
        right: 0;
        width: 1px;
        height: 160px;
        background-color: #ccc;
    }
}

.result-calculation {
    width: 100%;
    max-width: 890px;
    padding: 32px 16px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.result-calculation h4 {
    font-size: 130%;
}

@media (min-width: 768px) {
    .result-calculation {
        padding: 40px;
    }
}

/* @media (max-width: 991px) {
    .calculation .calculation__step.calculation__step--2 .calculation__step-block.calculation__step-block--right {
        margin-top: 16px;
    }
} */

.result-calculation .result-calculation__text-unit {
    font-size: 130%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 16px 0;
    line-height: 1;
    color: #00b5ef;
}

.result-calculation .result-calculation__text-unit strong {
    font-size: 65px;
    padding-right: 4px;
}

.result-calculation .result-calculation__icon {
    width: 170px;
    margin-bottom: 16px;
}

.result-calculation .result-calculation__text {
    font-size: 20px;
    font-weight: bold;
}

.result-calculation .result-calculation__value {
    font-size: 30px;
    font-weight: bold;
    color: #00b5ef;
    line-height: 1.4;
}

@media (min-width: 1200px) {
    .result-calculation .result-calculation__value {
        font-size: 50px;
    }
}

.result-calculation .result-calculation__unit {
    font-size: 15px;
    color: #777777;
}

.calculation .calculation__step.active {
    display: block;
}

.calculation .calculation__buttons {
    margin: 32px 0;
    text-align: center;
}

.calculation .calculation__buttons button {
    width: 120px;
    height: 35px;
    padding: 0;
    border: 0;
}

.calculation .calculation__buttons button[disabled] {
    background-color: #C3C3C3 !important;
    cursor: not-allowed;
    pointer-events: unset;
    border: 0;
}

.form.form--calculation input[type=number] {
    -moz-appearance: textfield;
}

.form.form--calculation input::-webkit-outer-spin-button,
.form.form--calculation input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form.form--calculation .control-label.control-label--large {
    font-size: 20px;
    font-weight: bold;
    color: #323232;
}

.form.form--calculation .form__input-unit {
    position: relative;
}

.form.form--calculation .form__input-unit .form-control {
    padding-right: 120px;
}

.form.form--calculation .form__unit {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #323232;
}

.form.form--calculation .form__time {
    display: flex;
    align-items: center;
}

.form.form--calculation .form__time>div {
    width: calc(50% - 15px);
}

.form.form--calculation .form__time .form__text {
    width: 30px;
    text-align: center;
}

.form.form--calculation .form-control {
    padding-left: 24px;
}

.form.form--calculation .form-control.form-control--highlight {
    font-size: 15px;
    font-weight: bold;
    color: #00b5ef;
}

.form.form--calculation .form-control.border-red {
    border: 1px solid #D7182A;
}

.form.form--calculation input[type=checkbox].border-red:invalid+span {
    color: red;
}

.form.form--calculation #formsubmit {
    display: none;
}

/* Custom code of custumer */
.form.form--calculation .zcwf_col_lab {
    width: 100%;
}

.form.form--calculation .zcwf_col_fld {
    width: 100%;
}


.form.form--calculation .zcwf_col_fld_slt {
    width: 100%;
    font-size: 14px;
}




.solar-shortcut.solar-shortcut--large {
    position: relative;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-color: #e8e8e8;
    padding: 40px 0;
}

@media (min-width: 1200px) {
    .solar-shortcut.solar-shortcut--large {
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    .solar-shortcut.solar-shortcut--large {
        background-position: left center;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .solar-shortcut.solar-shortcut--large {
        background-position: left center;
        background-size: cover;
    }

    .solar-shortcut.solar-shortcut--large:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
    }
}

.solar-shortcut.solar-shortcut--small .solar-shortcut__block {
    position: relative;
    display: flex;
    min-height: 370px;
    padding-top: 50px;
    overflow: hidden;
}

.solar-shortcut.solar-shortcut--small .solar-shortcut__block:hover .solar-shortcut__bg {
    transform: scale(1.05);
}

.solar-shortcut.solar-shortcut--small .solar-shortcut__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    transition: all 0.3s ease-in;
}

@media (max-width: 1199px) {
    .solar-shortcut.solar-shortcut--small .solar-shortcut__bg.solar-shortcut__bg--left {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {
    .solar-shortcut.solar-shortcut--small .solar-shortcut__bg.solar-shortcut__bg--left:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
    }
}

@media (max-width: 1199px) {
    .solar-shortcut.solar-shortcut--small .solar-shortcut__bg.solar-shortcut__bg--right {
        background-position: 100% 50%;
    }
}

.solar-related-menu {
    background-color: #f1f1f1;
    overflow: hidden;
}

@media (max-width: 991px) {
    .solar-related-menu {
        padding: 32px 0;
    }
}

@media (min-width: 992px) {
    .solar-related-menu {
        padding: 50px 0;
    }
}

.owl-related-menu .owl-stage-outer {
    /* overflow: initial; */
}

.owl-related-menu .owl__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 75px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: bold;
    color: #0066b3;
    background-color: #fff;
    border-radius: 10px;
}

.owl-related-menu .owl__link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    color: #e4302e;
}

.owl-related-menu .owl-nav {
    margin-top: 24px;
    text-align: center;
}

.owl-related-menu .owl-nav .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 12px;
    background-color: #e4302e;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}



.media.media--icon .media-left {
    vertical-align: middle;
    font-size: 70px;
    color: #0066b3;
    min-width: 110px;
}

.media.media--icon .media-body {
    vertical-align: middle;
}

/* Start Key Visual Banner Style 20230927 */
.image-map {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0 0;
    height: 100%;
}

.image-map .image-map__wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.image-map .image-map__figure {
    position: relative;
    overflow: hidden;
}

.image-map .image-map__img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.image-map .image-map__img.image-map__img--mobile {
    max-width: 90%;
    /* object-position: center 12vh; */
}

.image-map .image-map__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-flow: row wrap;
}

.image-map .image-map__area {
    flex: 0 0 25%;
    max-width: 25%;
}

@media screen and (max-width: 767px) {
    .image-map {
        align-items: flex-end;
    }

    .image-map .image-map__img.image-map__img--desktop {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .image-map {
        padding: 10rem 15px 7rem 0;
    }

    .image-map .image-map__img.image-map__img--mobile {
        display: none;
    }

    .image-map .image-map__wrapper {
        max-width: 95%;
    }

    .image-map .image-map__body {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .image-map {
        padding-top: 15rem;
    }
}

@media screen and (min-width: 1199px) {

    .image-map .image-map__wrapper {
        max-width: 80%;
    }

}


/* End Key Visual Banner Style */

.flex-viewport {
    max-height: 100%;
  }