@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@300&display=swap');
:root {
    --red: #dd4a06;
    --dark-gray: #555;
    --lightgray: #efefef;
    --orange: #ed5914;
    --gblue: #1092d8;
    /* --gblue: linear-gradient(to right, #427fc1, #0075c3); */
    --gblueapa: #2d67aa99;
    --lightblue: rgb(158, 185, 213);
    --deepblue: #0e6fa7;
    --darkyellow: rgb(201, 92, 53);
    --verydarkyellow: rgb(187, 122, 10);
    --lightyellow: rgb(224, 179, 96);
    --darkgreen: rgb(7, 149, 196);
    --lightgreen: rgb(53, 169, 205);
    --gbluedeep: #0075c3;
}

.container:not(.ttt),
.container-fluid:not(.ttt),
.row:not(.ttt) {
    overflow-x: hidden;
}

.owl-carousel,
.row {
    overflow-Y: hidden;
}

body {
    font-family: 'Noto Sans TC', sans-serif!important;
    font-family: 'Roboto', sans-serif;
    height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.owl-theme .item {
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%!important;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: center;
    align-content: center;
    border: solid 0px #fff;
}

.oh2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    /* transition: 0.5s; */
    /* transform: translateY(0); */
    /* opacity: 0; */
    text-shadow: 0 0 10px #000;
    opacity: 1;
    text-align: center;
}

.owl-next span,
.owl-prev span {
    font-size: 50px!important;
    margin: 0 80px;
    color: #aaa
}

.owl-nav {
    margin-bottom: -46px!important;
    margin-top: -20px!important;
    z-index: 999;
}

.owl-dot {
    transition: 2s;
    transform: scale(1);
    filter: brightness(80%);
}

.owl-dot.active {
    transition: 5s;
    transform: scale(2);
    filter: brightness(150%);
}

.chain3 .owl-dot {
    transform: scale(1);
    filter: brightness(80%);
}

.chain3 .owl-dot.active {
    transform: scale(1);
    filter: brightness(80%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    margin-bottom: -150px;
    transition: 0.5s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: unset!important;
    filter: brightness(130%);
    transition: 0.5s;
}


/* owl nav on the img */

.owl-carousel {
    position: relative;
}

.owl-dots {
    position: absolute;
    transition: 0.5s;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

@media screen and (max-width:768px) {
    .oh2 {
        font-size: 25px;
    }
}

.oh2.active {
    /* transition: 2s; */
    /* transform: translateY(0); */
    animation: oh2ani 1 2s;
    /* opacity: 1; */
}

.progress-box {
    width: 450px;
    height: 2px;
    background-color: #fff;
}

.progress-box2 {
    width: 450px;
    height: 1px;
    background-color: #fff;
    margin-top: 2px;
    opacity: 0.7;
}

.progress-box.active {
    animation: progani 1 5s;
}

.ti3 {
    margin-bottom: 450px;
}

.ti2 {
    margin-top: -110px;
}

@keyframes progani {
    from {
        transform: scaleX(0);
        opacity: 0;
    }
    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes oh2ani {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide1 {
    background-image: url(../img/slide1.jpg);
}

.slide2 {
    background-image: url(../img/slide2.jpg);
}

.slide3 {
    background-image: url(../img/slide3-new.jpg);
}

.slide4 {
    background-image: url(../img/slide4.jpg);
}

.slide5 {
    background-image: url(../img/slide5.jpg);
}

@media screen and (max-width:768px) {
    /* .slider-container h1 {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    } */
    .slider-container .action-buttons .down-button {
        transform: translateX(-100%) translateY(400%);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .slider-container .action-buttons .up-button {
        transform: translateY(300%);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

button {
    background-color: #14475f;
    border: none;
    color: #2196F3;
    font-size: 16px;
    padding: 15px;
}

button:hover {
    color: #222;
}

button:focus {
    outline: none;
}


/*nav*/

nav {
    transition: 1.5s;
}

.navbar-dark {
    transition: 1.5s;
}

.navbar-brand {
    background-color: unset;
}

.nav-item {
    padding: 0 1vw
}

.navbar {
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 988;
    margin-bottom: 0;
}

.navbar-nav li {
    padding-right: 10px;
}

.nav-link {
    cursor: pointer;
    border-bottom: solid 4px rgb(255, 255, 255, 0);
    transition: 1s;
}

.nav-link:hover {
    border-bottom: solid 0px;
    border-bottom: solid 4px var(--red);
    transition: 1s;
}

.navbar-nav li a {
    /* color: rgb(255, 255, 255) !important; */
    font-size: 17px;
    /* text-shadow: 0 0 10px rgb(255, 255, 255); */
    font-weight: 500;
    color: #444;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255)!important;
}

.navbar-nav li a:hover {
    color: rgb(67, 71, 76) !important;
    ;
}

/* .navbar img {
    width: 200px;
    height: auto;
} */

@media screen and (max-width:768px) {
    /* .navbar img {
        width: 150px;
        height: auto;
    } */
    .navbar {
        padding: 6px 0;
    }
}

.navtext {
    display: flex;
    justify-content: flex-end;
    margin-right: 8vw;
    font-weight: 600;
    font-size: 16px;
}

.bg-light,
.navbar-light,
.bg-dark,
.navbar-dark,
.shadow {
    transition: 0.5s;
}

#main_nav {
    margin-left: 2vw
}

.navbg {
    padding: 9px 0;
}

.navbg img {
    height: 35px;
    margin-left: 20px;
}

@media screen and (max-width:768px) {
    #main_nav {
        margin-left: unset;
    }
    .navtext {
        justify-content: flex-end;
        margin-right: 0;
    }
    .navbg img {
        height: 29px;
        margin-left: 0px;
    }
    .navbg> :nth-last-child(1) {
        order: 1;
    }
    .navbg> :nth-last-child(2) {
        order: 3;
    }
    .navbg> :nth-last-child(3) {
        order: 2;
    }
    .navbg img {
        transform: scale(0.95);
        margin-left: 0;
    }
    .lan-box {
        margin-left: 0!important;
        transform: scale(0.8);
    }
}

.navbar-toggler {
    transform: scale(0.8);
    margin: 0;
}

.navbar-light .navbar-toggler {
    background-color: #ffffff55;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-nav li {
    text-align: right;
}


/*nav-END*/


/* =======slider============ */

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 60vh;
    margin-top: 62px;
}

/* @media screen and (max-width:768px) {
    .slider-container {
        margin-top: 0;
    }
} */

.left-slide {
    height: 60vh;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .5s ease-in-out;
}

.left-slide>div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.left-slide h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: -30px;
}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 35%;
    width: 65%;
    transition: transform .5s ease-in-out;
}

.right-slide>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.slider-container .action-buttons button {
    position: absolute;
    left: 35%;
    bottom: 15%;
    z-index: 100;
    opacity: 0.7;
}

.slider-container .action-buttons .down-button {
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.down-button:focus,
.up-button:focus {
    background-color: #fff;
}

.slider-container .action-buttons .up-button {
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media screen and (max-width:768px) {
    .navtext {
        justify-content: flex-end;
        margin-right: 0;
        background-color: #ffffffcc;
    }
    .slider-container {
        position: relative;
        overflow: hidden;
        width: 100vw;
        height: 50vh;
        margin-top: 50px;
    }
    .left-slide {
        width: 100vw;
        height: 35%;
        position: absolute;
        top: 65%;
        left: 0;
        transition: transform .5s ease-in-out;
        display: grid;
        grid-template-columns: repeat(5, 100vw);
    }
    .left-slide>div {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .left-slide h1 {
        font-size: 35px;
        margin-top: 0%;
    }
    .right-slide {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 65%;
        transition: transform .5s ease-in-out;
        display: grid;
        grid-template-columns: repeat(5, 100vw);
    }
    .right-slide>div {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100%;
        width: 100%;
    }
    .action-buttons {
        position: absolute;
        top: 65%;
        right: 15%;
        z-index: 100;
    }
    .slider-container .action-buttons button {
        position: absolute;
        top: 0%;
        right: 15%;
        z-index: 100;
        opacity: 0.7;
        width: 40px;
    }
    .slider-container .action-buttons .down-button {
        transform: translateX(-100%);
        transform: translateY(-100%);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
    }
    .down-button i {
        transform: rotateZ(-90deg);
        height: 0px;
        margin-right: 10px;
        margin-left: -10px;
    }
    .up-button i {
        transform: rotateZ(-90deg);
        height: 0px;
        margin-right: 10px;
        margin-left: -10px;
    }
    .slider-container .action-buttons .up-button {
        transform: translateX(0);
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0px;
    }
}


/* ==============slider END =========== */

.mt-50 {
    margin-top: 50px;
}

.container-fluid {
    margin: 0!important;
    /* padding: 0; */
}

.block-1 {
    margin-right: 0!important;
    width: 100vw;
    height: 900px;
    clip-path: polygon(100% 0, 20% 100%, 62% 100%, 100% 50%);
    background-color: var(--lightgray);
    margin-top: -100px;
    position: relative;
    z-index: 8;
    opacity: 0.5;
}

.block-2 {
    margin-left: 0!important;
    width: 60vw;
    height: 500px;
    clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
    background-color: #555;
    margin-top: -500px;
    position: relative;
    z-index: 100;
    background-image: url(../img/forest-2249378_1280.jpg);
    background-size: cover;
    animation: right-left-ani infinite 10s;
}

.title-box {
    z-index: 9;
    /* height:100px; */
    margin-top: 130px;
    /* background-color: #e5e5e5; */
    display: grid;
    justify-content: center;
    align-content: center;
    position: relative;
    /* width: 100%; */
}

.title-boxB {
    overflow: hidden;
    border-bottom: solid var(--gblue) 1px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.dl {
    margin-top: 30px;
}

.title {
    font-size: 40px;
    font-weight: 300;
    color: var(--dark-gray);
    text-align: center;
}

.titleB {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    /* border-bottom: solid 1px #bbb; */
    color: var(--deepblue);
    transform: translateY(90%);
    transition: 1.8s;
}

.titleB.active {
    transform: translateY(0);
    transition: 1.8s;
}

.title-underline {
    background-color: var(--gbluedeep);
    height: 1px;
    width: 0%;
    position: relative;
    left: 50%;
    transition: 1s;
}

.title-underline.active {
    width: 100%;
    transition: 1s;
    left: 0;
}

.news-box {
    display: grid;
    grid-template-columns: 100px 1fr;
    z-index: 10;
    position: relative;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}

.news-boxB {
    display: grid;
    grid-template-columns: 100px 1fr;
    justify-content: center;
    align-content: center;
}

.news-contain {
    height: 200px;
}


/* .date-box {
    display: grid;
    grid-template-rows: 60px 1fr;
    justify-content: center;
    align-content: center;
    background-color: var(--gblue);
    margin-right: 15px;
    border-radius: 5px;
    color: #fff;
} */

.date-up {
    border: solid 3px var(--deepblue);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: grid;
    justify-content: center;
    align-content: center;
    /* font-size: 30px; */
    /* color: var(--deepblue); */
    overflow: hidden;
}

.date-in {
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--deepblue);
    transform: translateY(80%);
    transition: 0.5s;
}

.date-in.active {
    transform: translateY(0);
    transition: 1.5s;
}

.date-down {
    border: solid 3px var(--deepblue);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--deepblue);
    display: grid;
    justify-content: center;
    align-content: center;
    color: #fff;
    font-size: 15px;
}

.date-box {
    width: 100px;
    height: 100px;
    display: grid;
    padding: 10px 10px;
    transform: rotateX(360deg);
    transition: 0.5s;
}

.date-box.active {
    transition: 1s;
    transform: rotateX(0);
}

.date-date {
    width: 100%;
    height: 60px;
    border: solid var(--gblue) 5px;
    border-radius: 8px;
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 25px;
    background-color: #fff!important;
    color: var(--gblue);
    font-weight: 500;
    margin: 0 auto;
    transition: 0.5s;
}

.date-month {
    color: #FFF;
}

.news-text-box {
    display: grid;
    justify-content: flex-start;
    align-content: center;
}


/*
.news-text {
    font-size: 18px;
    color: var(--dark-gray);
} */

.news-text {
    display: grid;
    justify-content: flex-start;
    align-content: center;
    padding: 10px 15px;
    font-size: 18px;
    color: #555;
    overflow: hidden;
}

.new-text-in {
    transition: 1.5s;
    transform: translateX(-50%);
}

.new-text-in.active {
    transition: 1.5s;
    transform: translateY(0);
}

.accordion {
    margin-top: 15px
}


/* .esg-ct .accordion-button:not(.collapsed) {
    color: #4b4b4b;
    background-color: #e7f4f7;
    box-shadow: unset!important;
    border-left: solid 8px rgb(1, 172, 202)!important;
} */

.esg-ct .accordion-button:focus {
    border-left: solid 8px rgb(1, 172, 202)!important;
}

.esg-ct .accordion-collapse {
    border-left: solid 8px rgb(1, 172, 202)!important;
    transform: 1s;
    color: var(--dark-gray);
}

.accordion-button::after {
    opacity: 0.7;
    filter: brightness(150%)
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 0px solid;
}

/* [type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
.esg-ct button:not(:disabled) {
    box-shadow: unset!important;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
.esg-ct button:not(:disabled) {
    color: #4b4b4b;
    background-color: #ffffff;
    font-weight: 200;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border: solid 0px #fff!important;
}

.esg-ct [type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
.esg-ct button:not(:disabled) {
    border-left: solid 8px rgb(255, 255, 255)!important;
} */

.accordion-body {
    font-weight: 300;
    font-size: 16px;
    /* background-color: var(--lightyellow); */
}

.esg-ct .accordion-button {
    font-size: 22px;
    color: var(--gbluedeep)!important;
    border-left: solid 8px rgb(255, 255, 255)!important;
    font-weight: 500!important;
}

.esg-ct .accordion-button:not(.collapsed) {
    color: var(--gbluedeep);
    background-color: #ffffff;
    box-shadow: unset!important;
    font-weight: 500;
    border-left: solid 8px rgb(1, 172, 202)!important;
}

.sdgs-section {
    font-size: 20px;
    font-weight: 300;
    display: grid;
    justify-content: flex-end;
    align-content: center;
    text-align: right;
    /* border:solid; */
}

.sdgs-icon-box {
    display: flex;
    width: 80vw;
    flex-wrap: wrap;
}

.block-3 {
    margin-left: 0!important;
    width: 40vw;
    height: 500px;
    clip-path: polygon(0 0, 56% 0, 100% 50%, 56% 100%, 0 100%);
    background-color: var(--gblue);
    margin-top: -500px;
    position: relative;
    z-index: 100;
    background-size: cover;
    animation: right-left-ani infinite 10s;
    opacity: 0.7;
    display: grid;
    justify-content: flex-start;
    align-content: center;
    grid-template-columns: 900px 1fr;
}

@keyframes right-left-ani {
    50% {
        background-position-x: 30%;
    }
}

.balance-zone {
    /* border: solid rgb(255, 255, 255) 3px; */
    width: 0px;
}

.shape {
    z-index: 3;
}

.shape1-2 {
    margin-left: 0!important;
    /* width: 60vw; */
    height: 500px;
    clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
    background-color: #555;
    /* margin-top: -400px; */
    position: relative;
    z-index: 100;
    background-image: url(../img/aarrow-1.png);
    background-size: 120%;
    background-position: center center;
    /* animation: right-left-ani infinite 10s; */
    transition: 1s;
    padding: 0;
    /* transform: translateX(-60%); */
    box-shadow: 0 5px 12px 5px #000;
}

.shape1-1 {
    margin-left: 0!important;
    /* width: 60vw; */
    height: 500px;
    clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%);
    /* background-color: #49788a; */
    /* background-color: var(--gblueapa); */
    background: linear-gradient(to right, #005cbecc, #0075c355);
    position: relative;
    z-index: 100;
    padding: 0!important;
    background-size: cover;
    transition: 2s;
    /* transform: translateX(-60%); */
    /* opacity: 0.7; */
}

canvas {
    clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%);
}

.shape2-2 {
    /* width: 60vw; */
    height: 500px;
    clip-path: polygon( 0 50%, 30% 0, 100% 0, 100% 100%, 30% 100%);
    background-color: #555;
    /* margin-top: -400px; */
    position: relative;
    z-index: 100;
    background-image: url(../img/aarrow-2.png);
    background-size: cover;
    background-position: center center;
    /* animation: right-left-ani infinite 10s; */
    transition: 1s;
    padding: 0!important;
    /* transform: translateX(60%); */
    margin-right: -20px!important;
}

.shape4-2 {
    /* width: 60vw; */
    height: 500px;
    clip-path: polygon( 0 50%, 30% 0, 100% 0, 100% 100%, 30% 100%);
    background-color: #555;
    /* margin-top: -400px; */
    position: relative;
    z-index: 100;
    background-image: url(../img/aarrow-3.png);
    background-size: cover;
    background-position: center center;
    /* animation: right-left-ani infinite 10s; */
    transition: 1s;
    padding: 0!important;
    /* transform: translateX(60%); */
    margin-right: -20px!important;
}

.shape2-1 {
    /* width: 60vw; */
    height: 500px;
    clip-path: polygon( 0 50%, 40% 0, 100% 0, 100% 100%, 40% 100%);
    /* background-color: #49788a; */
    /* background-color: var(--gblueapa); */
    background: linear-gradient(to right, #72bcde99, #0075c3cc);
    position: relative;
    z-index: 100;
    padding: 0!important;
    background-size: cover;
    transition: 2s;
    /* transform: translateX(60%); */
    /* opacity: 0.7; */
}

.shape3-2 {
    margin-left: 0!important;
    /* width: 60vw; */
    height: 500px;
    clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
    background-color: #555;
    /* margin-top: -400px; */
    position: relative;
    z-index: 100;
    background-image: url(../img/aarrow-7.png);
    background-size: cover;
    background-position: center center;
    /* animation: right-left-ani infinite 10s; */
    transition: 1s;
    padding: 0;
    /* transform: translateX(-60%) */
}

.shape5-2 {
    margin-left: 0!important;
    /* width: 60vw; */
    height: 500px;
    clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
    background-color: #555;
    /* margin-top: -400px; */
    position: relative;
    z-index: 100;
    background-image: url(../img/k5.jpg);
    background-size: cover;
    background-position: center center;
    /* animation: right-left-ani infinite 10s; */
    transition: 1s;
    padding: 0;
    /* transform: translateX(-60%) */
}

.esg-row2 {
    margin: 0;
    background-color: #d7d7d7;
    padding: 0;
    background-size: cover;
    background-image: url(../img/cloud-bg.jpg);
}

.esg-row4 {
    margin: 0;
    padding: 0;
    background-color: #d7d7d7;
    background-size: cover;
    background-image: url(../img/cloud-bg2.jpg);
}

.esg2-text-box {
    display: grid;
    justify-content: flex-end;
}

.shape-title {
    display: grid;
    justify-content: center;
    align-content: center;
    color: #fff;
    font-size: 30px;
}

.esg-cir {
    border: solid 3px #fff;
    padding: 0px;
    font-size: 21px;
    width: 200px;
    height: 200px;
    color: var(--dark-gray);
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: grid;
    /* justify-content: center;
align-content: center; */
    position: relative;
    transform: scale(1);
    box-shadow: 0 0 10px 5px #fff;
    animation: cirani infinite;
    cursor: pointer;
    background-color: #ffffff88;
    position: relative;
    z-index: 5;
    text-align: center;
    /* transition: 0.2s; */
    overflow: hidden;
}

.esg-cir.active2 {
    background-color: var(--gblue);
    font-size: 16px;
    color: #fff;
    animation: unset;
    transform: scale(1.2);
    padding: 10px;
    padding-top: 0;
    text-align: center;
    /* transition: 0.5s; */
}

.esg-cir-title {
    display: grid;
    width: 200px;
    height: 200px;
    justify-content: center;
    align-content: center;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
}

.esg-cir-in {
    padding: 10px;
    padding-top: 13px;
    font-size: 16px;
    width: 200px;
    height: 206px;
    color: #fff;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    align-content: center;
    position: relative;
    transform: scale(1);
    box-shadow: 0 0 10px 5px #fff;
    cursor: pointer;
    /* background-color: var(--gblue); */
    background: linear-gradient(to right, #72bcde, #0075c3);
    text-align: center;
    /* transition: 0.2s; */
    overflow: hidden;
    transform: translateY(10%);
    transition: 0.8s;
    position: relative;
}

.esg-cir-in.active {
    transform: translateY(-97%);
    transition: 0.5s;
}

@media screen and (max-width:768px) {
    .esg-cir {
        padding-top: 140px;
        justify-content: center;
        align-content: center;
    }
    .esg-cir-title {
        font-size: 16px;
        width: 150px;
        height: 150px;
    }
}

.esg-row1 {
    background-color: rgb(204, 229, 237);
    margin-top: -400px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    background-size: cover;
}

.esg-row3 {
    margin: 0;
    padding: 0;
    background-color: rgb(204, 229, 237);
    background-size: cover;
}

.esg-row5 {
    margin: 0;
    padding: 0;
    background-color: rgb(229, 229, 229);
    height: 500px;
    background-size: cover;
    background-image: url(../img/gray-bg-1g.jpg);
}

@keyframes cirani {
    50% {
        transform: scale(1.2);
    }
}

.cir0 {
    margin-top: 40px;
    right: -4vw
}

.cir1 {
    right: -25vw;
}

.cir2 {
    left: 2vw;
    margin-top: 30px;
}

.cir3 {
    right: 23vw;
}

.cir4 {
    top: 45px;
    left: 4.5vw;
}

.cir5 {
    top: 45px;
    left: 23.5vw;
}

.cir6 {
    top: 100px;
    left: 15vw;
}

.cir7 {
    top: 0px;
    left: 20vw;
}

.cir8 {
    top: -20px;
    left: 5vw;
}

.cir9 {
    top: -120px;
    left: 25vw;
}

.lan-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lan {
    margin: 0 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #66666666;
    display: grid;
    justify-content: center;
    align-content: center;
    color: #fff;
    cursor: pointer;
}

.lan.active {
    /* border:solid 3px #888; */
    color: #888;
}

@media screen and (max-width: 768px) {
    .shape-title {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
}

@media screen and (max-width:768px) {
    .shape2-2 {
        background-size: cover;
    }
}

.shape.active {
    transform: translateX(0);
    transition: 1s;
}

.dl-box {
    padding: 15px;
    margin: 0;
    position: relative;
    border: solid 2px #fff;
    cursor: pointer;
    transition: .1s;
}

.dl-in {
    background-color: var(--lightgray);
    height: 250px;
    display: grid;
    grid-template-columns: 100px 1fr;
    justify-content: center;
    align-content: center;
    transition: .1s;
}

.dl-in:hover {
    background-color: #ddd;
}

.cover-img {
    width: 140px;
    box-shadow: 0 0 15px #00000088;
}

.dl-y {
    border: solid 2px #aaa;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 10px;
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 20px;
    color: var(--gblue);
}

.dl-t {
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 16px;
    color: var(--dark-gray);
    padding: 10px;
}

@media screen and (max-width:768px) {
    .dl-box {
        transform: scale(0.9);
    }
}


/*
Simple paper fold with hover over effect

*/

.clock-container {
    border: solid;
    position: relative;
    margin: auto 0;
}

@keyframes clockani {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    10% {
        transform: translateX(10%);
        opacity: 1;
    }
    20% {
        transform: translateX(20%);
    }
    30% {
        transform: translateX(30%);
    }
    40% {
        transform: translateX(40%);
    }
    50% {
        transform: translateX(50%);
    }
    60% {
        transform: translateX(60%);
    }
    70% {
        transform: translateX(70%);
    }
    80% {
        transform: translateX(80%);
    }
    90% {
        transform: translateX(90%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.clock-box {
    width: 900px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    color: #fff;
    position: relative;
    left: 0;
    animation: clockani infinite 15s;
    margin-right: -16px;
    opacity: 0;
}

.clock-in {
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 45px;
    position: relative;
}

.clock-show {
    height: 70px;
    width: 70px;
    /* border:solid #f00 1px; */
    left: 300px;
    padding-right: 9px;
    position: relative;
    display: grid;
    justify-content: flex-end;
    align-content: center;
    border-radius: 50%;
    background-color: var(--dark-gray);
    overflow: hidden;
}

.clock-show2 {
    height: 70px;
    width: 70px;
    /* border:solid #f00 1px; */
    right: -15px;
    top: -170px;
    padding-right: 9px;
    position: relative;
    display: grid;
    justify-content: flex-end;
    align-content: center;
    border-radius: 50%;
    background-color: var(--dark-gray);
    overflow: hidden;
    transform: scale(1.8);
    z-index: 100;
    opacity: 0.2;
}

.footerbox {
    background: linear-gradient(to bottom, #3985bf, #00365b);
    height: 250px;
    margin-top: 50px;
    color: #fff;
    padding: 20px;
    display: grid;
    justify-content: center;
    align-content: center;
    clip-path: polygon( 0 20%, 50% 0, 100% 20%, 100% 100%, 0 100%);
}

@media screen and (max-width:768px) {
    .owl-prev,
    .owl-next {
        display: none!important;
    }
    .owl-carousel.owl-drag .owl-item {
        height: 80vh;
    }
    .owl-carousel.owl-drag .owl-item h2 {
        font-size: 19px;
        font-weight: 500;
    }
    .progress-box,
    .progress-box2 {
        width: 70vw;
    }
    .block-3 {
        display: none;
    }
    .esg-row1 {
        margin-top: -250px;
    }
    .esg-cir {
        width: 150px;
        height: 150px;
        font-size: 17px;
    }
    .cir0 {
        margin-top: 25px;
    }
    .cir1 {
        right: 20px;
        top: 130px;
    }
    .esg-cir.active {
        font-size: 14px;
        padding-top: 5px;
    }
    .cir3 {
        top: 50px;
        right: 10px;
    }
    .cir4 {
        top: 40px;
        left: 0px;
    }
    .cir5 {
        top: 150px;
        right: unset;
        left: -20px
    }
    .cir6 {
        top: 200px;
        left: 10px;
    }
    .cir7 {
        top: 0px;
        left: 30px;
    }
    .cir8 {
        top: 20px;
        left: -30px;
    }
    .cir9 {
        top: 20px;
        left: 0px;
    }
    .shape1-2 {
        background-size: cover;
    }
}

.chaintitle {
    width: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 25px;
    padding: 5px;
    background-color: rgb(108, 173, 121);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.chain1 {
    border: solid 3px rgb(108, 173, 121);
    margin: auto;
    padding: 0;
    justify-content: center;
    align-content: center;
    margin-top: 400px;
    padding-bottom: 100px;
    border-radius: 15px;
    height: 400px;
    overflow: hidden;
}

#owl-one .item {
    height: 390px;
}

#owl-one .pt-item1 {
    /* border: solid rgb(108, 173, 121) 3px; */
    background-color: #e2f3de;
    padding: 30px;
    height: 270px;
    margin: 40px;
    margin-top: 20px;
    font-size: 18px;
}

.icon-box {
    background-color: rgb(131, 206, 175);
    width: 80px;
    height: 80px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    top: -20px;
    position: relative;
}

.ch1-text-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.center-center {
    justify-content: center;
    align-content: center;
}

.block-box {
    /* border: solid #ff0; */
    width: 100%;
    height: 40px;
    overflow: hidden;
    transition: 1s;
    margin: 0;
    padding: 0;
}

.block-box0 {
    /* border: solid #ff0; */
    width: 100%;
    height: 40px;
    overflow: hidden;
    transition: 1s;
    margin: 0;
    padding: 0;
}

.block-box3 {
    /* border: solid #ff0; */
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: 1s;
    margin: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    grid-template-columns: repeat(5, 1fr);
}

.block-box.active {
    height: 520px;
    transition: 1s;
}

.block-box0.active {
    height: 300px;
    transition: 1s;
}

.block-in-box {
    display: grid;
    grid-template-rows: 40px 1fr;
    margin: 0;
    padding: 0;
    transition: 1s;
    width: 100%;
}

.block-in-text {
    /* padding: 15px; */
    /* background-color: rgb(235, 235, 235); */
    /* border: solid 3px #f00; */
    display: flex;
    overflow-y: auto;
    height: 270px;
    overflow-x: hidden;
    flex-wrap: wrap;
}

.block-in-text2 {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 480px;
    width: 100%;
    justify-content: center;
    align-content: center;
}

.block-in-text3 {
    padding: 0;
    display: grid;
    height: 480px;
    width: 100%;
}

.icon-text {
    background-color: #fff;
    color: #555;
    /* border-radius: 3px; */
    padding: 3px;
    width: 120px;
    text-align: center;
    position: relative;
    top: -30px;
    /* right: -50px; */
    margin-right: 80px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.ch-icon {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(0.1);
    transition: 1s;
    margin: 5px;
}

.ch-icon.active {
    transform: scale(1);
    transition: 1s;
}

.esg-ps1-in h3 {
    font-size: 20px;
}

.manmanman {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
}

@media screen and (max-width:768px) {
    .pt-item2 .ch-icon {
        width: 60px;
        height: 60px;
    }
}

.toright {
    width: 50px;
    height: 50px;
    position: relative;
    top: -200px;
    right: -15vw;
    animation: torightani infinite 1.5s;
    opacity: 20%;
    z-index: 90;
}

.plus {
    width: 50px;
    height: 50px;
    position: relative;
    top: -200px;
    right: -17vw;
    animation: plusani infinite 1.5s;
    opacity: 20%;
    z-index: 90;
    transform: scale(.8);
}

.chain2 .toright,
.chain2 .plus {
    top: -270px;
}

@keyframes torightani {
    50% {
        transform: translateX(30px);
        opacity: 50%;
    }
}

@keyframes plusani {
    50% {
        transform: scale(1.1);
        opacity: 50%;
    }
}

.arrowdown-box {
    width: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
}

.arrowdown {
    background-image: url(../img/arrow-down.svg);
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    top: -30px;
    /* right: -37vw; */
    box-shadow: 10px 10px 10px #00000033;
    z-index: 9
}

.chain-down-box {
    overflow: hidden;
    width: 100%;
    /* border-top:solid #eee 3px; */
    background-image: url(../img/ddd.svg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 2s;
    height: 50px;
    margin-top: -16px;
}

.chain-down-box.active {
    transition: 4s;
    height: 100px;
}

.chain2 {
    border: solid 3px rgb(169, 173, 108);
    margin: auto;
    padding: 0;
    justify-content: center;
    align-content: center;
    padding-bottom: 100px;
    border-radius: 15px;
    height: 730px;
    overflow: hidden;
}

.chain3 {
    border: solid 3px rgb(108, 173, 170);
    margin: auto;
    padding: 0;
    /* justify-content: center; */
    /* align-content: center; */
    /* padding-bottom: 100px; */
    border-radius: 15px;
    height: 340px;
    /* overflow: hidden; */
}

#owl-three {
    overflow: hidden;
    height: 340px;
}

#owl-three .item {
    height: 300px;
}

#owl-two .item {
    height: 680px;
}

#owl-two .pt-item2 {
    /* border: solid rgb(108, 173, 121) 3px; */
    background-color: #f0f3de;
    padding: 20px;
    height: 600px;
    /* margin: 40px; */
    /* margin-top: 20px; */
    font-size: 18px;
}

.fac {
    background-color: #bec469;
    width: 28vw;
    height: 550px;
    clip-path: polygon( 0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
    background-image: url(../img/vc.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ch2-text-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    height: 100%;
}

.ch2-1.ch2-text-box {
    margin-right: 10px;
    grid-template-rows: repeat(3, 1fr);
    height: 100%;
    margin-top: 20px
}

#owl-two .owl-next,
#owl-one .owl-next {
    opacity: 0;
}

#owl-two .owl-prev,
#owl-three .owl-prev {
    left: -60px;
}

#owl-three .owl-next {
    right: -60px;
}

.chain3 {
    font-size: 18px;
}

.chain3 .item-in {
    display: grid;
    width: 200px;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    /* border: solid; */
}

.applyicon {
    width: 100px;
    height: 100px;
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #555;
    border-radius: 50%;
    margin: 0 auto;
}

.chain-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(17, 1fr);
    width: 84vw;
    height: 238vw;
    margin: 0 8vw;
}

.chain-box2 {
    display: none;
}

.chain-in-box {
    overflow: hidden;
}

.sdgs-icon-g {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
    height: 100%;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
}

.sdgs-icon-g1 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    height: 100%;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
}

.sdgs-icon {
    display: grid;
    grid-template-rows: 1fr 50px;
    justify-content: center;
    align-content: center;
    /* background-color: #6fa0bd; */
    border: solid 0px rgb(235, 237, 238);
    background-color: #eee;
    width: 120px;
    height: 120px;
    /* border-radius: 15px; */
    color: #fff;
    margin: 10px 5px;
    transform: scale(0.1);
    transition: 1s;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
    /* clip-path: polygon( 0 0, 90% 0, 100% 50%, 90% 100%, 0 100%); */
}

.esg-bu-a {
    height: 70px;
    width: 300px;
    background-color: #f3f3f3;
    z-index: 1;
    display: grid;
    justify-content: center;
    align-content: center;
    transition: 0.2s;
    position: relative;
    font-size: 22px;
    cursor: pointer;
    color: var(--deepblue);
    /* border: solid 1px #aaa; */
}

.esg-bu-a.active {
    transform: rotateX(180deg);
    transition: 0.2s;
    z-index: 0;
}

.esg-bu-b {
    position: relative;
    margin-top: -70px;
    z-index: 0;
    height: 70px;
    width: 100%;
    background-color: #e7f1f3;
    display: grid;
    justify-content: flex-start;
    align-content: center;
    transition: 0.2s;
    cursor: pointer;
    /* border: solid 1px #aaa; */
}

.esg-bu-b-in {
    transform: rotateX(180deg);
    z-index: 0;
    padding: 10px;
    color: var(--deepblue);
}

.esg-bu-b.active {
    transform: rotateX(180deg);
    transition: 0.2s;
    z-index: 1;
}

.sdgs-icon.active {
    transform: scale(1);
    transition: 1s;
}

.sei {
    display: grid;
}

.sei2 {
    display: none;
}

.sdgsicon-up {
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center;
    width: 50px;
    height: 50px;
    margin: 3px auto;
    margin-top: 10px;
    filter: brightness(50%);
    /* border:solid; */
}

.sdgs-icon-down {
    text-align: left;
    padding-top: 7px;
    width: 120px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    background-color: var(--gbluedeep);
}

.flow {
    background-image: url(../img/chain1.png);
    width: 100%;
    height: 200%;
    transform-origin: 100% 50%;
    background-size: contain;
    background-repeat: repeat;
    animation: chainani infinite 4s linear;
    transform: rotateZ(90deg) translateY(50%);
    display: grid;
    /* filter: brightness(.85); */
    opacity: 0.25;
}


/* SDGs====================================== */

.block-in-text3 {
    padding: 0;
    display: grid;
    height: 480px;
    width: 100%;
}

.sdgs-icon-g2 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
    height: 400px;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    margin-top: 20px;
}


/* SDGs END=============================== */

@keyframes chainani {
    to {
        transform: rotateZ(90deg) translateY(2%);
    }
}

.box-t1 {
    width: 100%;
    height: 100%;
    background-color: var(--gblue);
}

.border {
    border: solid #f00 2px;
}

.cir-box {
    display: grid;
    border-radius: 50%;
    width: 90%;
    height: 90%;
    margin: 5%;
}

.fat-text {
    font-weight: 600;
    font-size: 25px;
}

.fat-text2 {
    font-weight: 600;
    font-size: 23px;
}

.sdgs-icon2 {
    display: grid;
    grid-template-rows: 1fr 60px;
    justify-content: center;
    align-content: center;
    background-color: #6fabbd;
    /* border: solid 2px #6fa0bd; */
    width: 140px;
    height: 150px;
    /* border-radius: 15px; */
    color: #fff;
    margin: 5px;
    transform: scale(.1);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.sdgs-icon2.active {
    transform: scale(1);
    transition: 1s;
}

.sdgsicon-up2 {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
    width: 100px;
    height: 80px;
    margin-top: 10px;
}

.sdgs-icon-down2 {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.sdgs-icon-g {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* width: 50%; */
    height: 100%;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
}

.sdgs-icon-g2 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* width: 100%; */
    height: 400px;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    margin-top: 20px;
}

.shell {
    display: grid;
    position: relative;
    overflow: hidden;
    width: 14vw!important;
    height: 14vw!important;
    border: solid #f00;
}


/* .flip-r{
   transform: translateX(-90%);
   transition:.8s;
} */

.flip-r.active {
    transform: translateX(0);
    transition: .8s;
}

.motion-demo {
    offset-path: path('M18,218c0,0,33.5-183.5,198.5-183.5S429,187.5,429,247s56.5,195.5,201.5,195.5s213-92,213-199 c0-114-71.5-209-214-209c-144,0-193,186-213,250.5s-87,157.5-185.5,157.5c-127.5,0-212.5-70-212.5-224');
    animation: move 3000ms infinite linear;
    animation-duration: 16s;
    width: 35vw;
    height: 35vw;
    /* background: rgb(23, 99, 99); */
    /* border-radius: 50%; */
}

.motion-demo img {
    width: 5vw;
    height: 5vw;
}

@keyframes move {
    0% {
        offset-distance: 0%;
    }
    100% {
        offset-distance: 100%;
    }
}

.chain-title {
    display: grid;
    grid-template-rows: 1fr 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 20px
}

.esg-line-box {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    border-bottom: solid 5px #aaa;
}

.esg-line-box2 {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    border-bottom: solid 5px #aaa;
}

.esg-line-box3 {
    border-bottom: solid 0px #eee;
}

.esg-buti0 {
    font-size: 20px;
    width: 120px!important;
    height: 120px!important;
    display: grid;
    justify-content: center;
    align-content: center;
    color: var(--deepblue);
    border-radius: 10%;
    border: solid 2px var(--deepblue);
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
}


/* .esg-buti {
   font-size: 20px;
   width: 120px;
   height: 120px;
   display: grid;
   justify-content: center;
   align-content: center;
   color: var(--deepblue);
   border-radius: 10%;
   border: solid 2px var(--deepblue);
   cursor: pointer;
   text-align: center;
   margin-right: 20px;
}

.esg-buti2 {
   font-size: 20px;
   min-width: 100px;
   height: 120px;
   display: grid;
   justify-content: center;
   align-content: center;
   color: var(--deepblue);
   border-radius: 10%;
   border: solid 2px var(--deepblue);
   cursor: pointer;
   text-align: center;
   margin-right: 20px;
   margin-bottom:10px;
}

.esg-buti3 {
   font-size: 20px;
   min-width: 100px;
   height: 120px;
   display: grid;
   justify-content: center;
   align-content: center;
   color: var(--deepblue);
   border-radius: 10%;
   border: solid 2px var(--deepblue);
   cursor: pointer;
   text-align: center;
   margin-right: 20px;
   margin-bottom:10px;
}

.esg-buti4 {
   font-size: 20px;
   min-width: 100px;
   height: 120px;
   display: grid;
   justify-content: center;
   align-content: center;
   color: var(--deepblue);
   border-radius: 10%;
   border: solid 2px var(--deepblue);
   cursor: pointer;
   text-align: center;
   margin-right: 20px;
   margin-bottom:10px;
} */

.newpro {
    width: 600px;
    padding: 20px 0;
}

.esg-ps0 {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr;
    background-color: #32576d;
    color: #fff;
    width: 400px;
    height: 170px;
    user-select: none;
    opacity: 1;
    z-index: 99;
    left: -1000px;
    box-shadow: 0 5px 14px #00000055;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 20% 94%, 16% 100%, 12% 94%, 0 94%);
}

.esg-ps00 {
    position: absolute;
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: 1fr;
    background-color: #32576d;
    color: #fff;
    width: 290px;
    height: 170px;
    user-select: none;
    opacity: 1;
    z-index: 99;
    left: -1000px;
    box-shadow: 0 5px 14px #00000055;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 20% 94%, 16% 100%, 12% 94%, 0 94%);
}


/* .esg-ps0:after {
   content: "";
   width: 20px;
   height: 20px;
   background-color: #32576d;
   position: relative;
   bottom: -5px;
   right: -20px;
   transform: rotateZ(45deg);
} */


/* .esg-ps1 {
   position: absolute;
   display: grid;
   grid-template-columns: 1fr;
   background-color: #32576d;
   color: #fff;
   width: 400px;
   height: 150px;
   user-select: none;
   opacity: 1;
   z-index: 99;
   box-shadow: 0 5px 14px #00000055;
}

.esg-ps1:after {
   content: "";
   width: 20px;
   height: 20px;
   background-color: #32576d;
   position: relative;
   bottom: -5px;
   right: -20px;
   transform: rotateZ(45deg);
} */


/* .esg-ps2 {
   position: absolute;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   background-color: #32576d;
   color: #fff;
   width: 800px;
   height: 180px;
   user-select: none;
   opacity: 0;
   z-index: 99;
   box-shadow: 0 5px 14px #00000055;
}

.esg-ps2:after {
   content: "";
   width: 20px;
   height: 20px;
   background-color: #32576d;
   position: relative;
   bottom: 5px;
   right: -20px;
   transform: rotateZ(45deg);
} */

.esg-ps1-in {
    padding: 10px
}

.eee-icon-box {
    background-color: #222;
    width: 40vw;
    height: 200px;
}

.esg-ps1-mo,
.esg-ps2-mo,
.esg-ps3-mo,
.esg-ps4-mo {
    display: none;
}

.esg-buti-mo {
    display: none;
}

.blank-de {
    display: block;
    width: 80px;
}

.blank-mo {
    display: none;
}


/* =====submenu==== */


/*


.drop-down02 {
   position: relative;
}

.drop-down02 .sub-menu02 {
   position: absolute !important;
   left: 100%;
   top: 0;
}

.dropdown-item {
   text-align: left!important;
}

.drop-down02 .dropdown-toggle {
   padding: .25rem 1.1rem;
}

.dropdown-toggle.subdropdown:after {
   transform: rotateZ(-90deg);
}

@media screen and (max-width :767px) {
   .drop-down02 .sub-menu02 {
       position: static !important;
   }
}

.subdropdown {
   color: #555!important;
   text-decoration: none!important;
   padding: 0;
   padding-left: 2px!important;
   margin-left: 0!important;
} */


/* ======submenu====== */

.chain-title-in1 {
    background-color: var(--gbluedeep);
    color: #fff;
    font-size: 25px;
    display: grid;
    justify-content: center;
    align-content: center;
    font-weight: 500;
    padding: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    /* padding-bottom: 20px; */
}

.chain-title-in2 {
    margin: 0;
    margin-top: -5px;
    background-color: var(--gbluedeep);
    width: 100%;
    height: 30px;
    clip-path: polygon( 0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
}

.s2 .accordion-item {
    margin-bottom: 80px;
}

.s2 .accordion-body {
    padding: 5px 2px!important;
}

@media screen and (max-width:768px) {
    .sdgs-section {
        font-size: 17px;
    }
    .titleB {
        font-size: 35px;
    }
    .accordion>div:last-of-type {
        margin-bottom: 50px;
    }
    .s2 .accordion-item {
        margin-bottom: unset;
        /* border-bottom: 1px solid #ddd; */
    }
    .accordion-item {
        /* margin-bottom: unset; */
        border-bottom: 1px solid #ddd;
    }
    .sdgs-icon-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }
    .news-boxB {
        margin-left: 20px;
    }
    .newpro {
        width: 90vw;
        padding: 20px 0;
    }
    .esg-ps1-in h3 {
        font-size: 20px;
        font-weight: 300;
    }
    .esg-cir-in.active {
        font-size: 14px!important;
        padding: 18px!important;
        width: 150px;
        height: 150px;
        opacity: 1;
        transform: translateY(-97%);
        transition: 0.5s;
        transition-delay: 1.5s;
    }
    .esg-cir-in {
        font-size: 14px!important;
        padding: 18px!important;
        width: 150px;
        height: 150px;
        opacity: 0;
        transform: translateY(-10%);
    }
    .shap-1 {
        display: none;
    }
    .news-group {
        margin-bottom: 90px;
    }
    .dropdown-item {
        text-align: right!important;
    }
    .blank-mo {
        display: block;
    }
    .blank-de {
        display: none!important;
    }
    .esg-ps1-mo,
    .esg-ps2-mo,
    .esg-ps3-mo,
    .esg-ps4-mo {
        display: grid;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: left!important;
        padding: 10px;
        width: 90vw;
        margin: 0 auto;
        /* margin-left: 40px; */
    }
    .esg-line-box,
    .esg-line-box2 {
        display: grid;
        justify-content: center;
        text-align: center;
    }
    .esg-line-box {
        border-bottom: solid 0px #ddd;
    }
    .esg-buti0 {
        display: none;
    }
    .esg-buti-mo {
        font-size: 25px;
        font-weight: 400;
        display: block;
    }
    .chain-title {
        display: grid;
        grid-template-rows: 1fr;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-top: -10px;
        align-content: flex-start;
        /* border: solid; */
    }
    .chain-title-in1 {
        writing-mode: unset;
    }
    .chain-title-in1 {
        height: 70px;
        align-content: flex-start;
        padding: 5px;
        clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
        /* padding-bottom: 20px; */
    }
    .cir-box {
        font-size: 17px;
    }
    .chain-in-box h4 {
        font-size: 18px;
        margin-bottom: -2px;
    }
    .container-fluid {
        margin: 0;
        padding: 0;
    }
    .chain-box {
        display: none;
    }
    .chain-box2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(30, 1fr);
        width: 96vw;
        height: 960vw;
        margin: 0 2vw;
    }
    .sdgs-icon2 {
        display: grid;
        grid-template-rows: 1fr 70px;
        justify-content: center;
        align-content: center;
        background-color: #6fabbd;
        /* border: solid 2px #6fa0bd; */
        width: 130px;
        height: 140px;
        /* border-radius: 15px; */
        color: #fff;
        margin: 5px;
        transform: scale(.1);
    }
    .sdgsicon-up2 {
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center center;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: -10px;
    }
    .sdgs-icon-down2 {
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
    }
    .block-box3 {
        /* border: solid #ff0; */
        width: 100%;
        height: 450px;
        overflow: hidden;
        transition: 1s;
        margin: 20px;
        padding: 0;
        display: grid;
        justify-content: center;
        align-content: center;
        grid-template-columns: repeat(2, 1fr);
    }
    .sdgs-icon {
        width: 90px;
        height: 90px;
        margin-right: 5px;
    }
    .sdgsicon-up {
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: center center;
        width: 13vw;
        height: 10vw;
    }
    .sdgs-icon-down {
        text-align: center;
        width: 120px;
        font-size: 10px;
    }
    .fat-text2 {
        text-align: center;
        font-weight: 500;
        font-size: 17px;
    }
    .sei {
        display: none!important;
    }
    .sei2 {
        display: grid!important;
    }
    .sdgs-icon-g {
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
        /* height: 280px; */
        padding: 20px;
        /* border:solid; */
    }
    .block-in-text3 {
        height: 600px;
    }
    .title {
        font-size: 32px;
    }
    .ti3 {
        margin-bottom: 300px;
    }
    .fac {
        width: 240px;
        height: 400px;
    }
    .icon-group {
        transform: scale(0.8);
        margin-top: -40px;
    }
    .toright,
    .plus {
        right: -35vw;
    }
    .ch2-text-box {
        grid-template-columns: 120px 1fr 1fr 1fr;
    }
    .icon-group.long {
        margin-right: 220px;
    }
    .chain2 {
        height: 630px;
    }
}


/* submanu */

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}


/* ============ small devices .end// ============ */

.toright-area {
    display: grid;
    justify-content: flex-start;
    padding: 0;
    align-content: center;
    border-left: solid 3px #777;
    /* margin-bottom: 20px; */
    opacity: 0.5;
}

.toright-area img {
    height: 50px;
    margin-left: -18px;
}

@media screen and (max-width:768px) {
    .toright-area {
        display: none;
    }
    .chain-down-box {
        display: none;
    }
}

.rrr {
    width: 20px;
    height: 20px;
    border: solid 1px #777;
    transform: rotateZ(45deg);
    margin-left: -50%;
}

.text-primary {
    color: #0075c3!important;
}


/* === Mobile Drawer Menu (turn collapse into right-side drawer) === */
@media (max-width: 991.98px) {
    /* 讓 #main_nav 變成固定在視窗右側的抽屜 */
    #main_nav.navbar-collapse {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;                 /* 滿版高度 */
      width: calc(100vw - 150px);     /* 左邊留一點空間露出底頁 */
      transform: translateX(100%);   /* 預設藏在右側 */
      transition: transform .35s ease;
      background: #fff;              /* 視你的設計可改成半透明 */
      z-index: 1100;                 /* 高於 .navbar (你目前 z-index: 988) */
      overflow-y: auto;              /* 選單內容可捲動 */
      box-shadow: -12px 0 28px rgba(0,0,0,.18);
      padding: 1rem 1.25rem;         /* 內距自己調 */
    }

    /* 展開時滑入 */
    #main_nav.show {
      transform: translateX(0);
    }

    /* 讓航點不會太靠右，視覺更像側欄 */
    #main_nav .navbar-nav .nav-link {
      font-size: 1.05rem;
      padding: .6rem .25rem;
    }

    .navbar-collapse{
        padding-top:50px!important
    }

    /* 讓漢堡鈕浮在最上層以便關閉 */
    .navbar-toggler {
      position: relative;
      z-index: 1200;
    }
  }

  .dropdown-item {
    text-align: left !important;
}
.breadcrumb-item a{
    text-decoration: none !important;
}
#news-table{
    width: 100% !important;

}
#news-table a{
    text-decoration: none !important;
}
panel-heading{
    font-size: x-large;
    padding-bottom: 10px;
}