.no-content.-casestudy {
    margin-top: 30px;
    height: 630px;
    text-align: center;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.no-content.-casestudy.-newpage {
    height: 400px;
}

.detail-head .SDGs-about .highlights-list .btn {
    bottom: 15px;
    opacity: 0;
}

.detail-head .SDGs-about .highlights-list li:hover .btn {
    opacity: 1;
}

.wg-highlights-slider .highlights-for .content .number-list .dropdown-menu {
    min-width: 100%;
}

#pdf-wrapper {
    border: 1px solid black;
    position: relative;
}

.cookiepolicy-page .card-body iframe {
    height: 700px !important
}

.social-share {
    display: flex;
    align-items: center;
}

.social-share .title {
    margin: 0;
}

.social-share .title span {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.social-share .link {
    margin-left: 10px;
}

/*  */
/* .scholarship-page .container .h-desc:hover strong .v-link {
    color: unset !important;
} */


.scholarship-page .container .h-desc:hover strong .v-link,
* strong a:hover {
    color: unset !important;
}

/* 30/01/97 manow */
/* transportation */
.transportation-page .content .desc {
    margin-bottom: 0px;
}

.sector-new .content {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    color: #000000;
}

.transportation-page .sectorIV {
    padding-top: 70px;
    padding-bottom: 0px;
}

.transportation-page a {
    color: #000;
}

/* water */
.water-page .img-water img {
    margin-top: 180px;
}

/* Breakpoint  */
@media (max-width: 1440px) {
    .no-content.-casestudy {
        height: 466px;
        font-size: 20px;
    }

    .social-share .title {
        font-size: 20px;
    }

    .social-share .link {
        width: 30px;
        margin-left: 6px;
    }

    .no-content.-casestudy.-newpage {
        height: 400px;
    }
}

@media (max-width: 1199px) {
    .cookiepolicy-page .card-body iframe {
        height: 550px !important
    }
}

@media (max-width: 767px) {
    .cookiepolicy-page .card-body iframe {
        height: 480px !important
    }

    .no-content.-casestudy {
        height: auto;
        padding: 80px 20px;
        font-size: 20px;
        margin-top: 10px;
    }

    .no-content.-casestudy.-newpage {
        height: auto;
    }

}

/* 14/03//2022 */
.detail-end .boxI .title,
.detail-end .boxII .title {
    font-size: 50px;
}

@media (max-width: 1600px) {

    .detail-end .boxI .title,
    .detail-end .boxII .title {
        font-size: 40px;
    }
}

@media (max-width: 1440px) {

    .detail-end .boxI .title,
    .detail-end .boxII .title {
        font-size: 36px;
    }

    .detail-end .boxI .desc,
    .detail-end .boxII .desc {
        font-size: 24px;
    }

    .detail-end .boxI .desc a {
        font-size: 24px;
    }

}

@media (max-width: 1199px) {

    .detail-end .boxI .title,
    .detail-end .boxII .title {
        font-size: 30px;
    }

    .detail-end .boxI .desc,
    .detail-end .boxII .desc {
        font-size: 22px;
    }

    .detail-end .boxI .desc a {
        font-size: 22px;
    }
}

@media (max-width: 991px) {

    .detail-end .boxI .title,
    .detail-end .boxII .title {
        font-size: 28px;
    }

    .detail-end .boxI .desc,
    .detail-end .boxII .desc {
        font-size: 20px;
    }

    .detail-end .boxI .desc a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .detail-end .boxI .title,
    .detail-end .boxII .title {
        font-size: 26px;
    }

    .detail-end .boxI .desc,
    .detail-end .boxII .desc {
        font-size: 18px;
    }

    .detail-end .boxI .desc a {
        font-size: 18px;
    }
}

/* strategic */
.SDGs-body.strategic {
    border-top: 1px solid #ebebeb;
}

@media (max-width: 1600px) {
    .SDGs-body.strategic .h-title {
        font-size: 70px;
    }
}

@media (max-width: 1440px) {
    .SDGs-body.strategic .h-title {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .SDGs-body.strategic .h-title {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .SDGs-body.strategic .h-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .SDGs-body.strategic .h-title {
        font-size: 26px;
    }
}



/* 18/03/2022 by bonz */
.detail-end .boxI .desc a {
    outline: none;
    color: #ffffff;
}

.detail-end .boxI .desc a:focus {
    outline: none;
    color: #ffffff;
}

.detail-end .boxI .desc a:hover {
    outline: none;
    text-decoration: none;
}


/* 18/03/2022 */

/* Case Study */
.search-input,
.search-submit {
    border: 1px solid #D4D4D4;
    border-radius: 25px;
    height: 50px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 24px;
    color: #144188;
}

.search-submit {
    background-color: #144188;
    color: #fff;
    transition: .3s;
}

.search-submit:hover {
    background-color: #fff;
    color: #144188;
    border: 1px solid #144188;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #144188;
    color: #fff;
}

.select2-results__option {
    font-size: 24px;
    padding: 10px 18px;
    border: none;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    transition: .2s;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #D4D4D4;
    color: #000;
    border: 1px solid #D4D4D4;

}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #144188;
    color: #fff;
    border: 1px solid #144188;
}

.select2-dropdown {
    border: 1px solid #D4D4D4;
}

/* .select2-results__options .select2-results__option:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */
.search-result {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: #3F7E44;
    margin: 35px 0px 20px 0px;
}

.case-study-body .h-title {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    margin-bottom: 50px;
}

.case-study-body .wg-highlights-slider {
    width: 100%;
    margin-bottom: 70px;
}

.case-study-body .item {
    width: calc(100%/4);
    margin: 15px 0;
}

.case-study-body .wg-highlights-slider .highlights-for {
    padding-top: 0;
    margin: 0 -15px;
}

.select2-container {
    z-index: 1;
}

/* 22/03/2022 */
.wg-sustainable-policies .content .desc {
    padding-top: 140px;
}

@media (max-width: 1440px) {
    .wg-sustainable-policies .content .desc {
        padding-top: 120px;
    }
}

@media (max-width: 1199px) {
    .wg-sustainable-policies .content .desc {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .wg-sustainable-policies .content .desc {
        padding-top: 40px;
    }
}

.accommodations .accom-body .dorm .items .item {
    text-decoration: none;
}

.learning-detail .h-title-box a:hover {
    text-decoration: none;
}

.learning-detail .h-desc a {
    color: #000;
}

.p-a-p .p-a-p-body .items .item .txts .txt-lists .list a {
    color: #909090;
    text-decoration: none;
    transition: .3s;
}

.p-a-p .p-a-p-body .items .item .txts .txt-lists .list a:hover {
    color: #000;
}

.nze .nze-body .glass-greenhouse a:hover .box {
    transition: .3s ease-in-out;
}

.nze .nze-body .glass-greenhouse a {
    text-decoration: none;
}

.nze .nze-body .glass-greenhouse a:hover .box {
    opacity: .8;
}

.circular-economy .circular-economy-head p i {
    top: 1px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .circular-economy .circular-economy-head p i {
        top: 2px;
        font-size: 18px;
    }
}




.slick-prev,
.slick-prev,
.slick-next,
.slick-next {
    border-color: #C7C7C7;
    background-color: #ffffff;
}

.slick-prev .icon,
.slick-prev .icon,
.slick-next .icon,
.slick-next .icon {
    color: #C7C7C7;
}

@media (min-width: 992px) {
    .wg-browse-courses .item-list>li {
        padding: 0 25px;
    }
}


/* 05/04/2022 */
.wg-highlights .highlights-box.-typeII {
    background: linear-gradient(#dda73a 0%, #ff950b 100%);
}

.SDGs-head .content .desc {
    color: #000000;
}

.editor-content p {
    color: #000000;
}

.slick-prev .icon,
.slick-prev .icon,
.slick-next .icon,
.slick-next .icon {
    color: #636363;
}

.wg-highlights .box:nth-child(1) .row-item .highlights-box {
    padding-top: 85px;
}

.wg-highlights .box:nth-child(odd) .row-item .highlights-box {
    padding-left: 152px;
    padding-right: 40px;
}

.wg-highlights .box:nth-child(even) .row-item .highlights-box {
    padding-right: 152px;
    padding-left: 40px;
}

.strategic-head .bullet {
    color: #000000;
    margin-left: 3rem;
    padding-left: 1rem;
    position: relative;
    margin-top: .4rem;
}

.strategic-head .bullet::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    left: 0;
    top: 14px;
}

.wg-highlights .highlights-box .desc,
.wg-highlights .highlights-box .title {
    overflow: initial;
    height: auto;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
}

.wg-highlights .highlights-box .action .link {
    display: none;
}

@media (max-width: 1600px) {

    .wg-highlights .box:nth-child(even) .row-item .highlights-box,
    .wg-highlights .box:nth-child(odd) .row-item .highlights-box {
        padding-left: 60px;
        padding-right: 60px;
    }

    .wg-highlights .box:nth-child(1) .row-item .highlights-box {
        padding-top: 75px;
        padding-right: 45px;
    }
}

@media (max-width: 1440px) {

    .wg-highlights .highlights-box {
        padding-top: 110px;
    }
}

/* 06/04/2022 */
.whead .wtxt,
.strategic-page .title {
    line-height: .8em;
}

.strategic-page .title {
    margin-bottom: .3em;
}

.strategic-head .bullet {
    color: #000000;
    margin-left: 1rem;
}

.wg-highlights .box .row-item .highlights-box {
    padding-top: 85px;
}

@media (max-width: 1600px) {
    .wg-highlights .box:nth-child(1) .row-item .highlights-box {
        padding-top: 85px;
    }
}

@media (max-width: 1199px) {
    .wg-highlights .box:nth-child(1) .row-item .highlights-box {
        padding-top: 60px;
    }
}

@media (max-width: 991px) {
    .wg-highlights .box:nth-child(1) .row-item .highlights-box {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .wg-highlights .box:nth-child(1) .row-item .highlights-box {
        padding-top: 20px;
    }
}


.main-slider .content .title {
    line-height: 0.8em;
    max-height: 1.6em;
    height: auto;
}

/* im 18/04/2565*/
/*education*/
.sectorI .content .inner .desc a {
    color: #000000;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.sectorI .content .inner .desc a:hover {
    color: #757575;
    transition: 0.3s;
}

.content .s-title a {
    color: #144188;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.content .s-title a:hover {
    color: mediumblue;
    transition: 0.4s;
}

.sectorIII .item-list .content a {
    color: #000000;
    text-decoration: none;
}

/*equality*/
.sectorII .content .desc a {
    color: #000000;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.sectorII .content .desc a:hover {
    color: #757575;
    transition: 0.3s;
}

.sectorIII .content .desc a {
    color: #000000;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.sectorIII .content .desc a:hover {
    color: #000000;
    transition: 0.3s;
}

/*creative-innovation*/
.sectorI .content .title a {
    color: #000000;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.sectorI .content .title a:hover {
    font-size: 105%;
    color: #757575;
    transition: 0.3s;
}

.sectorI .content .desc a {
    color: #000000;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.sectorI .content .desc a:hover {
    color: #757575;
    transition: 0.3s;
}

/*waste*/
.waste-body a {
    color: #000000;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.waste-body a:hover {
    color: #000000;
    transition: 0.3s;
}

.nze-body .project a {
    color: #000000;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.nze-body .project a:hover {
    color: #757575;
    transition: 0.3s;
}

.waste-body .text-center .text-one p {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*facilities*/
.facilities-page .map a {
    text-decoration: none;
    transition: .3s ease-in-out;
}

/*18/04/2565*/
/*transportation*/
@media (max-width: 991px) {
    .transportation-page .sectorI .thumb .cover {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }


}

@media (max-width: 1199px) {
    .transportation-page .sectorIV .thumb {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/* im 19/04/2565*/
/*award*/
.award-sectorIV .textI {
    color: #000;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.bulletI .textII a {
    color: #000;
    text-decoration: none;
    padding-bottom: 10px;
}

li.textII {
    color: #000;
    font-size: 25px;
    margin-bottom: 10px;
}

.award-sectorIV .bullet a:hover {
    color: #757575;
    transition: 0.3s;
}

.award-sectorVIII .textI {
    color: #000;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.award-sectorVIII .bullet a:hover {
    color: #757575;
    transition: 0.3s;
}

/* im 20/04/2565*/
/*award*/
@media (max-width:991px) {
    .award-sectorIV .textI {
        font-size: 24px;
    }
}

@media (max-width:991px) {
    li.textII {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .award-sectorVIII .textI {
        font-size: 24px;
    }
}

/*facilities*/
.facI {
    margin-bottom: 20px;
}

.facII {
    margin-bottom: 20px;
}

.wheadI h1 {
    font-size: 70px;
}

.facilities-page a {
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.facilities-page a:hover {
    color: #000000;
    transition: 0.3s;
}

.facilities-page .facI img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.facilities-page .facI img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.facilities-page .facII img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.facilities-page .facII img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.facilities-page .textf {
    margin-top: 20px;
    font-size: 28px;
}

/* im 21/04/2565 */
/*facilities*/
@media (max-width:1440px) {
    .wheadI h1 {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .facilities-page .textf {
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .facilities-page .facI img {
        width: 100%;
        text-align: center;
    }

    .facilities-page .facII img {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:1199px) {
    .wheadI h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .facilities-page .textf {
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .facilities-page .facI img {
        width: 100%;
        text-align: center;
    }

    .facilities-page .facII img {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:991px) {
    .wheadI h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .facilities-page .textf {
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 22px;
    }

    .facilities-page .facI img {
        width: 100%;
        text-align: center;
    }

    .facilities-page .facII img {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:767px) {
    .wheadI h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .facilities-page .textf {
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 20px;
    }

    .facilities-page .facI img {
        width: 100%;
        text-align: center;
    }

    .facilities-page .facII img {
        width: 100%;
        text-align: center;
    }
}

/* body color */
body {
    color: #000000;
}

/* strategic-body */
.strategic-body {
    display: none;
}

.strategic-head .bullet {
    font-size: 36px;
    margin-top: 0.5rem;
    padding-left: 1.2rem;
}

.strategic-head .bullet::before {
    width: 10px;
    height: 10px;

}

@media (max-width:1600px) {
    .strategic-head .bullet::before {
        top: 10px;
    }

    .strategic-head .bullet {
        font-size: 34px;
    }
}

@media (max-width:1440px) {
    .strategic-head .bullet {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .strategic-head .bullet {
        font-size: 26px;
    }

    .strategic-head .bullet::before {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 991px) {
    .strategic-head .bullet {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .strategic-head .bullet::before {
        top: 8px;
    }
}

/* strategic-body */
/* im 21/04/2565 */
/*circular economy*/
.graphI img {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 30px 60px rgb(0 0 0 / 9%);
}

.imgc img {
    -webkit-box-shadow: 0px 10px 20px rgb(0 0 0 /9%);
    box-shadow: 0px 10px 20px rgb(0 0 0 /9%);
    margin-bottom: 50px;
    margin-top: 20px;
    max-width: 100%;
}

.txtc {
    text-align: center;
    font-size: 54px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #144188;
}

@media (max-width:1440px) {
    .txtc {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .imgc img {
        margin-bottom: 20px;
    }
}

@media (max-width:1199px) {
    .txtc {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .imgc img {
        margin-bottom: 200px;
    }
}

@media (max-width:991px) {
    .txtc {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .imgc img {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .txtc {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .imgc img {
        margin-bottom: 10px;
    }
}

/*sun 21/04/2565*/
/*circula economy*/
.graphII {
    box-shadow: 0px 30px 60px rgb(0 0 0 / 9%);
}

/*aim 22/04/2565*/
/*equality*/
.equality-page .sectorII .thumb .cover {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.equality-page .sectorII .contentI {
    padding-left: 50px;
}

.equality-page .sectorII .list-box {
    padding-left: 70px;
}

.equality-page .sectorIII .content .desc {
    padding-right: 50px;
}

@media (max-width:1600px) {
    .equality-page .sectorII .thumb .cover {
        position: relative;
        overflow: hidden;
        padding-top: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width:1440px) {
    .equality-page .sectorII .thumb .cover {
        position: relative;
        overflow: hidden;
        padding-top: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width:1199px) {
    .equality-page .sectorII .thumb .cover {
        position: relative;
        overflow: hidden;
        padding-top: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width:991px) {

    .equality-page .sectorII .contentI {
        padding-left: 0px;
    }

    .equality-page .sectorII .list-box {
        padding-left: 40px;
    }

    .equality-page .sectorIII .content .desc {
        padding-right: 0px;
    }
}

@media (max-width:767px) {
    .equality-page .sectorII .thumb .cover {
        position: relative;
        overflow: hidden;
        padding-top: 100%;
        margin-bottom: 20px;
    }

    .equality-page .sectorII .contentI {
        padding-left: 0px;
    }

    .equality-page .sectorIII .content .desc {
        padding-right: 00px;
    }

    .equality-page .sectorII .list-box {
        padding-left: 20px;
    }
}

.equality-page .sectorII .thumb .cover {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 50px;
}

.equality-page .sectorIII .thumb .cover {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

/*transportation*/
@media (max-width: 1440px) {
    .transportation-page .sectorIV .thumb {
        padding-top: 10px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .transportation-page .sectorIV .thumb {
        padding-top: 10px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .transportation-page .sectorIV .thumb {
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .transportation-page .sectorIV .thumb {
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .transportation-page .sectorV .thumb-list {
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .transportation-page .sectorV .thumb-list {
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
}

/*28/04/2565 im */

.blue-topicI {
    color: #144188;
    font-size: 30px;
    padding-bottom: 60px;
}

.topicI {
    font-size: 40px;
    margin-bottom: 20px;
}

@media (max-width: 1600px) {

    .blue-topicI {
        font-size: 28px;
    }
}

@media (max-width: 1440px) {

    .blue-topicI {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {

    .blue-topicI {
        font-size: 24px;
    }
}

@media (max-width: 991px) {

    .blue-topicI {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .blue-topicI {
        font-size: 22px;
        margin-bottom: -80px;
    }

    .topicI {
        margin-top: 30px;
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .blue-topicI {
        font-size: 18px;
        margin-bottom: -80px;
    }

    .topicI {
        margin-top: 30px;
        font-size: 30px;
    }
}

/*health-page */
.health-page .h-link {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.health-page .h-link:hover {
    color: #636363;
    transition: 0.3s;
}

.health-page .hI-link {
    color: #000000;
    text-decoration: none;
}

.health-page .hI-link:hover {
    color: #636363;
    transition: 0.3s;
}

/*financial-page*/
.financial-page .f-link {
    text-decoration: none;
}

.financial-page .f-link li:hover {
    color: #636363;
    transition: 0.3s;
}

/*service-page*/
.service-page .s-link {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.service-page .s-link:hover {
    color: #636363;
    transition: 0.3s;
}

/*energy-page*/
.energy-page .sectorIX .thumb .lazy {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

/*water-page*/
.water-page .sectorIII .s-title {
    color: #000000;
    font-size: 30px
}

.water-page .sectorVII .w-link {
    color: #000000;
    text-decoration: none;
}

.water-page .sectorVII .w-link:hover {
    color: #000000;
    transition: 0.3s;
}

.water-page .sectorVI .thumb img {
    margin-top: 20px;
}

/*ecosystem-page */
.ecosystem-page .e-link {
    color: #000000;
    text-decoration: none;
}

.ecosystem-page .e-link:hover {
    color: #636363;
    transition: 0.3s;
}

/*community*/
.community-page .textI {
    font-size: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.community-page .bullet a:hover {
    color: #636363;
    transition: 0.3s;
}

@media (max-width: 1600px) {

    .community-page .textI {
        font-size: 30px;
    }
}

@media (max-width: 1440px) {

    .community-page .textI {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {

    .community-page .textI {
        font-size: 24px;
    }
}

@media (max-width: 991px) {

    .community-page .textI {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .community-page .textI {
        font-size: 22px;
        margin-bottom: -80px;
    }
}

@media (max-width: 768px) {
    .community-page .textI {
        font-size: 18px;
    }
}

.health-page .img-end {
    text-align: center;
}


/* 17/05/2022 */
.who-we-are .who-we-are-body .desc {
    color: #000000;
    transition: all 400ms ease-out;

}

.who-we-are .who-we-are-body .four-strategy .items a:hover .desc {
    color: #636363;
}

.who-we-are .who-we-are-body .four-strategy .items .icon img {
    transition: all 400ms ease-out;
}

.who-we-are .who-we-are-body .four-strategy .items a:hover .icon img {
    transform: scale(1.2);
}

.scholarship-page .container .v-link {
    color: #000000;
}

.scholarship-page .container .h-title-box:hover .v-link {
    color: #000000;
}

.scholarship-page .container .h-desc:hover .v-link {
    color: #000000;
    text-decoration-line: none;
}

.detail-body .gallery-list {
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .detail-body .gallery-list {
        padding-bottom: 40px;
    }
}

/* 18/05/2022 */
.scholarship-page .scholarship-box .item-list .a.s-link {
    color: black;
    display: block;
    font-weight: initial;
}

.scholarship-page .scholarship-box .item-list .a.s-link:hover::before {
    background-color: #000000;
}


/* 27/05/2022 */
.footer-top .row {
    align-items: flex-start;
}

.footer-top .useful-link,
.footer-top .social {
    padding-top: 34px;
}

@media (max-width: 767px) {

    .footer-top .useful-link,
    .footer-top .social {
        padding-top: 0;
    }
}

.detail-end .boxII .desc {
    overflow: auto;
    max-height: 500px;
}

.detail-end .boxII .desc::-webkit-scrollbar {
    width: 4px;
}

.detail-end .boxII .desc::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.detail-end .boxII .desc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.detail-end .boxII .desc::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 1600px) {

    .detail-end .boxII .desc {
        max-height: 350px;
    }
}

@media (max-width: 1440px) {

    .detail-end .boxII .desc {
        max-height: 340px;
    }
}

@media (max-width: 1199px) {

    .detail-end .boxII .desc {
        max-height: 240px;
    }
}

/* edit 2022/08/09 */
.editor-content img {
    height: auto !important;
    position: relative;
}

/* edit 2022/09/20 */
.facilities-page .textTOP {
    display: block;
    /* margin-top: 30px; */
    font-weight: 500;
    font-size: 30px;
    /* font-size: 4vh; */
    width: 100%;
    text-align: center;
}



/* edit 2022/09/21 */
.nze .nze-body .glass-greenhouse.rtzero .box {
    background-image: url(../img/static/race-to-zero.png);
}

/* edit 2022/09/21 */
.facilities-page .cover {
    padding-bottom: 62.5%;
    margin-bottom: 30px;
}

.facilities-page .textf {
    line-height: 1.4rem;
}

.policy-detail .desc {
    font-size: 28px;
    line-height: 1.2em;
}

.policy-detail .p-a-p-body {
    padding-top: 0;
}


@media (max-width: 1600px) {
    .facilities-page .textTOP {
        font-size: 28px;
    }

    .service-page .service-content .cont p {
        width: 530px;
    }

    .policy-detail .desc {
        font-size: 26px;
    }
}

@media (max-width: 1440px) {
    .facilities-page .textTOP {
        font-size: 26px;
    }

    .policy-detail .desc {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .facilities-page .textTOP {
        font-size: 24px;
    }

    .service-page .service-content .cont p {
        width: auto;
    }

    .policy-detail .desc {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .facilities-page .cover {
        padding-bottom: 62.5%;
        margin-bottom: 20px;
    }

    .facilities-page .textTOP {
        font-size: 22px;
        margin-top: 0;
    }

    .facilities-page .textf {
        margin-top: 0px;
    }

    .service-page .service-content .cover .label-detail {
        width: 360px;
    }

    .policy-detail .desc {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .facilities-page .textTOP {
        font-size: 20px;
    }

    .facilities-page .textf {
        margin-bottom: 20px;
    }

    .service-page .service-content .cover {
        width: 100%;
    }

    .service-page .service-content .cover .label-detail {
        width: 100%;
    }

    .policy-detail .desc {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .facilities-page .cover {
        margin-bottom: 15px;
    }
}



/* edit by ohm 11/03/65 * now */

.service-page .service-content .cover label a {
    text-decoration: none;
    color: #fff;
}

.service-page .service-content .cover label a:hover {
    text-decoration: none;
}

.accommodations .accom-table {
    position: relative;
    background-color: #f9f9f9;
    padding-top: 60px;
}

.accommodations .accom-table {
    font-size: 30px;
    line-height: 1.1em;
}

.accommodations .accom-table .card-body {
    overflow: auto;
    padding: 0;
}

.accommodations .accom-table table {
    border-collapse: collapse;
    width: 100%;
}

.accommodations .accom-table th {
    font-size: 30px;
    padding: 25px;
    background: #c9c9c9;
}

.accommodations .accom-table td,
.accommodations .accom-table th {
    border: 1px solid #000;
    text-align: center;
    padding: 14px 24px;
    font-size: 24px;
}

.accommodations .accom-table .-sum {
    font-weight: bold;
    background: #c9c9c9;
}

.nine-to-zero .greenhouse-gas {
    padding-bottom: 60px;
}

.nine-to-zero .greenhouse-gas p {
    color: #000;
    font-size: 30px;
    line-height: 1.3em;
    margin: 0;
}

.nine-to-zero .greenhouse-gas .item-list>li {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 50px;
}

.nine-to-zero .greenhouse-gas .item-list>li+li {
    margin-top: 100px;
}

.nine-to-zero .greenhouse-gas .cover {
    position: relative;
    float: left;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.nine-to-zero .greenhouse-gas .cover img {
    width: 531px;
}

.nine-to-zero .greenhouse-gas .cont {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.nine-to-zero .greenhouse-gas .cont.-R {
    padding-right: 80px;
}

.nine-to-zero .greenhouse-gas .cont.-L {
    padding-left: 80px;
}

.nine-to-zero .greenhouse-gas .cont .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nine-to-zero .greenhouse-gas .cont .center .scope {
    font-size: 36px;
    color: #3F7E44;
    margin-bottom: 10px;
}

.nine-to-zero .greenhouse-gas .cont .center .title {
    font-size: 80px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.water-page .sectorIV .tab-content,
.water-page .sectorIX .tab-content,
.water-page .sectorX .tab-content,
.water-page .sectorAddon .tab-content {
    color: white;
    background-color: #62bbd9;
    padding: 5px;
    width: fit-content;
}

.water-page .sectorIV .nav,
.water-page .sectorIX .nav,
.water-page .sectorX .nav,
.water-page .sectorAddon .nav {
    /* margin-top: 60px; */
    margin-bottom: 15px;
    margin-left: 40px;
    width: 50%;
}

/* .water-page .sectorAddon .nav {width: 20%;} */

.water-page .sectorIV .nav .slick-prev,
.water-page .sectorIV .nav .slick-next,
.water-page .sectorIX .nav .slick-prev,
.water-page .sectorIX .nav .slick-next,
.water-page .sectorX .nav .slick-prev,
.water-page .sectorX .nav .slick-next,
.water-page .sectorAddon .nav .slick-prev,
.water-page .sectorAddon .nav .slick-next {
    width: 20px;
    height: 20px;
    border: none;
    background-color: #144188;
    /* position: relative; */
}

.water-page .sectorIV .nav .slick-prev,
.water-page .sectorIV .nav .slick-next,
.water-page .sectorIX .nav .slick-prev,
.water-page .sectorIX .nav .slick-next,
.water-page .sectorX .nav .slick-prev,
.water-page .sectorX .nav .slick-next,
.water-page .sectorAddon .nav .slick-prev,
.water-page .sectorAddon .nav .slick-next {
    background-color: #144188;
    /* color: #fff; */
}

.water-page .sectorIV .nav .slick-prev,
.water-page .sectorIX .nav .slick-prev,
.water-page .sectorX .nav .slick-prev,
.water-page .sectorAddon .nav .slick-prev {
    left: -30px;
}

.water-page .sectorIV .nav .slick-next,
.water-page .sectorIX .nav .slick-next,
.water-page .sectorX .nav .slick-next,
.water-page .sectorAddon .nav .slick-next  {
    right: -30px;
}

.water-page .sectorIV .nav .slick-prev::before,
.water-page .sectorIV .nav .slick-next::before,
.water-page .sectorIX .nav .slick-prev::before,
.water-page .sectorIX .nav .slick-next::before,
.water-page .sectorX .nav .slick-prev::before,
.water-page .sectorX .nav .slick-next::before,
.water-page .sectorAddon .nav .slick-prev::before,
.water-page .sectorAddon .nav .slick-next::before {
    font-family: "feather";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    opacity: 1;
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.water-page .sectorIV .nav .slick-prev::before,
.water-page .sectorIX .nav .slick-prev::before,
.water-page .sectorX .nav .slick-prev::before,
.water-page .sectorAddon .nav .slick-prev::before {
    content: "\e843";
    /* right: 1px; */
}

.water-page .sectorIV .nav .slick-next::before,
.water-page .sectorIX .nav .slick-next::before,
.water-page .sectorX .nav .slick-next::before,
.water-page .sectorAddon .nav .slick-next::before  {
    content: "\e844";
    /* left: 1px; */
}

.water-page .sectorIV .nav li,
.water-page .sectorIX .nav li,
.water-page .sectorX .nav li,
.water-page .sectorAddon .nav li {
    padding: 0 13px;
}

.water-page .sectorIV .nav li a,
.water-page .sectorIX .nav li a,
.water-page .sectorX .nav li a,
.water-page .sectorAddon .nav li a {
    padding: 20px 50px;
    font-size: 30px;
    background-color: #fff;
    color: #144188;
    font-weight: bold;
    border: 1px solid #7AB6D5;
    width: 100%;
    /* width: auto; */
    text-align: center;
}

.water-page .sectorIV .nav li a:hover,
.water-page .sectorIV .nav li a.active,
.water-page .sectorIX .nav li a:hover,
.water-page .sectorIX .nav li a.active,
.water-page .sectorX .nav li a:hover,
.water-page .sectorX .nav li a.active,
.water-page .sectorAddon .nav li a:hover,
.water-page .sectorAddon .nav li a.active {
    background-color: #144188;
    color: #FFF;
    text-decoration: none;
}

.water-page .sectorIV .tab-content .tab-pane .thumb,
.water-page .sectorIX .tab-content .tab-pane .thumb,
.water-page .sectorX .tab-content .tab-pane .thumb,
.water-page .sectorAddon .tab-content .tab-pane .thumb  {
    width: auto;
}

.water-page .sectorX.-np {
    padding: 0;
}

.water-page .sectorX .thumb-list .item-list li.-fix-width {
    width: 50%;
}

.water-page .sectorX .thumb-list .item-list li.-fix-width .thumb {
    box-shadow: 0 30px 60px rgb(0 0 0 / 9%);
}

.water-page .sectorX .thumb-list .item-list li.-fix-width img {
    width: 735px;
    height: 414px;
}

.transportation-page .sectorV {
    padding: 100px 0 100px 0;
}

.transportation-page .sectorXV .thumb {
    width: 880px;
    margin: 50px auto;
    -webkit-box-shadow: 0 30px 60px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.09);
    box-shadow: 0 30px 60px rgb(0 0 0 / 9%);
}

.transportation-page .sectorXI .btn {
    background-color: #144188;
    border-radius: 5px;
    padding: 0px 15px;
    min-width: 220px;
    position: relative;
    border: 1px solid #144188;
}

.transportation-page .sectorXI .btn .txt {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.transportation-page .sectorXI .btn img {
    width: 30px;
    height: 33px;
    filter: brightness(0) invert(1);
}

.transportation-page .sectorXI .btn a:hover {
    text-decoration: none;
}

.transportation-page .sectorXI .transportation-table {
    position: relative;
    background-color: #e9eff7;
    margin-top: 50px;
}

.transportation-page .sectorXI .transportation-table {
    font-size: 30px;
    line-height: 1.1em;
}

.transportation-page .sectorXI .transportation-table .card-body {
    overflow: auto;
    padding: 0;
}

.transportation-page .sectorXI .transportation-table table {
    border-collapse: collapse;
    width: 100%;
}

.transportation-page .sectorXI .transportation-table th,
.transportation-page .sectorXI .transportation-table td {
    font-size: 30px;
    padding: 15px;
    border: 2px solid #fff;
}

.transportation-page .sectorXIV .thumb {
    width: auto;
}

.water-page .sectorX .modal .modal-header {
    background: #f9f9f9;
    display: flex;
    align-items: center;
}

.water-page .sectorX .modal .modal-header .close {
    padding: 0 1rem;
}

.water-page .sectorX .modal h5 {
    font-size: 40px;
}

.water-page .sectorX .modal p {
    font-size: 30px;
}

.water-page .sectorX .modal span {
    font-size: 55px;
}

.water-page .sectorX .thumb-list {
    padding-bottom: 40px
}

.sectorX .thumb.-shadows img {
    -webkit-box-shadow: 0 30px 60px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.09);
    box-shadow: 0 30px 60px rgb(0 0 0 / 9%);
}

.equality-page .sectorII .thumb .cover.-padding-custom {
    padding-bottom: 25px;
    margin-bottom: 21px;
}

.equality-page .sectorII .thumb.-logo-custom {
    width: 70%;
}

.green-building .green-building-body .-added {
    margin: 280px 0 0 0;
}

.green-building .green-building-body .-added .img img.top {
    margin-top: -60px;
}

.green-building .green-building-body .-added .img img.bottom {
    margin-left: -127px;
    margin-top: -120px;
    width: 540px;
    height: 330px;
}

@media (max-width:1600px) {

    .nine-to-zero .greenhouse-gas p,
    .transportation-page .sectorXI .btn a,
    .transportation-page .sectorXI .btn .txt,
    .water-page .sectorX .modal p {
        font-size: 28px;
    }

    .nine-to-zero .greenhouse-gas .cont .center .title {
        font-size: 70px;
    }

    .nine-to-zero .greenhouse-gas .cont .center .title br {
        display: none;
    }

    .water-page .sectorIV .nav li,
    .water-page .sectorIX .nav li {
        padding-left: 5px;
    }

    .water-page .sectorIV .nav .slick-next,
    .water-page .sectorIX .nav .slick-next,
    .water-page .sectorX .nav .slick-next {
        right: -20px;
    }

    .water-page .sectorX .thumb-list .item-list li.-fix-width img {
        height: 355px;
    }
}

@media (max-width:1440px) {

    .accommodations .accom-table .card-body table,
    .transportation-page .sectorXI .transportation-table table {
        width: 1500px;
        overflow: hidden;
    }

    .nine-to-zero .greenhouse-gas p,
    .transportation-page .sectorXI .btn a,
    .transportation-page .sectorXI .btn .txt,
    .water-page .sectorX .modal p {
        font-size: 26px;
    }

    .nine-to-zero .greenhouse-gas .cont .center .title {
        font-size: 60px;
    }

    .water-page .sectorIV .nav li a,
    .water-page .sectorIX .nav li a,
    .water-page .sectorX .nav li a {
        padding: 20px 40px;
    }

    .water-page .sectorX .thumb-list .item-list li.-fix-width img {
        height: 320px;
    }
}

@media (max-width:1199px) {

    .nine-to-zero .greenhouse-gas p,
    .transportation-page .sectorXI .btn a,
    .transportation-page .sectorXI .btn .txt,
    .water-page .sectorX .modal p {
        font-size: 24px;
    }

    .water-page .sectorX .modal h5 {
        font-size: 36px;
    }

    .nine-to-zero .greenhouse-gas .cont .center .scope {
        font-size: 30px;
    }

    .nine-to-zero .greenhouse-gas .cont .center .title {
        font-size: 50px;
        margin-bottom: 1rem;
    }

    .nine-to-zero .greenhouse-gas .cont.-L {
        padding-left: 50px;
    }

    .nine-to-zero .greenhouse-gas .cont.-R {
        padding-right: 50px;
    }

    .nine-to-zero .greenhouse-gas .cover img {
        width: 470px;
    }

    .nine-to-zero .greenhouse-gas li {
        margin-top: 30px;
    }

    .water-page .sectorIV .nav,
    .water-page .sectorIX .nav,
    .water-page .sectorX .nav,
    .water-page .sectorAddon .nav {
        width: 100%;
    }

    .water-page .sectorIV .nav,
    .water-page .sectorIX .nav,
    .water-page .sectorX .nav,
    .water-page .sectorAddon .nav {
        margin-left: 0;
        padding-left: 30px;
    }

    .water-page .sectorIV .nav li a,
    .water-page .sectorIX .nav li a,
    .water-page .sectorX .nav li a {
        width: 80%;
    }

    .water-page .sectorAddon .nav li a {width: 90%;}

    .water-page .sectorIV .nav .slick-prev,
    .water-page .sectorIX .nav .slick-prev,
    .water-page .sectorX .nav .slick-prev,
    .water-page .sectorAddon .nav .slick-prev {
        left: 0;
    }

    .water-page .sectorIV .nav .slick-next,
    .water-page .sectorIX .nav .slick-next,
    .water-page .sectorX .nav .slick-next,
    .water-page .sectorAddon .nav .slick-next {
        right: 0;
    }

    .water-page .sectorX .thumb-list .item-list li.-fix-width img {
        height: 249px;
    }

    .transportation-page .sectorXI .btn img {
        width: 22px;
        height: 26px;
    }

    .green-building .green-building-body .-added {
        margin: 150px 0 0 0;
    }

    .transportation-page .sectorXI .btn {
        min-width: 190px;
    }

    .green-building .green-building-body .-added .img img.top {
        margin-top: -80px;
    }
}

@media (max-width:991px) {

    .nine-to-zero .greenhouse-gas p,
    .transportation-page .sectorXI .btn a,
    .transportation-page .sectorXI .btn .txt,
    .water-page .sectorX .modal p {
        font-size: 22px;
    }

    .nine-to-zero .greenhouse-gas .cont .center .title {
        font-size: 42px;
    }

    .nine-to-zero .greenhouse-gas .cont.-R {
        padding-right: 30px;
    }

    .water-page .sectorIV .nav,
    .water-page .sectorIX .nav,
    .water-page .sectorX .nav {
        padding-left: 40px;
    }

    .water-page .sectorX .thumb-list .item-list li.-fix-width img {
        height: 255px;
    }

    .green-building .green-building-body .-added {
        margin: 110px 0 0 0;
    }

    .transportation-page .sectorXI .btn {
        min-width: 170px;
        height: 50px;
        line-height: 48px;
    }

    .green-building .green-building-body .-added .img img.bottom {
        margin-left: -80px;
    }
}

@media (max-width:767px) {

    .nine-to-zero .greenhouse-gas p,
    .transportation-page .sectorXI .btn a,
    .transportation-page .sectorXI .btn .txt,
    .water-page .sectorX .modal p {
        font-size: 20px;
    }

    .nine-to-zero .greenhouse-gas .cont .center .title {
        font-size: 34px;
    }

    .nine-to-zero .greenhouse-gas .cont .center .scope {
        font-size: 24px;
    }

    .nine-to-zero .greenhouse-gas .cover img {
        width: 400px;
    }

    .nine-to-zero .greenhouse-gas .cont.-R {
        padding-right: 20px;
    }

    .nine-to-zero .greenhouse-gas li+li {
        margin-top: 80px;
    }

    .water-page .sectorX .thumb-list .item-list li.-fix-width {
        width: 100%;
    }

    .water-page .sectorX .thumb-list .item-list li.-fix-width img {
        width: auto;
        height: auto;
    }

    .transportation-page .sectorXV .thumb {
        width: auto;
    }

    .water-page .sectorX .thumb-list {
        padding-bottom: 20px;
    }

    .equality-page .sectorII .thumb .cover.-padding-custom {
        padding-bottom: 0;
        margin-bottom: 25px;
    }

    .green-building .green-building-body .-added .img img.bottom {
        margin-bottom: 30px
    }

    .green-building .green-building-body .-added {
        margin: 0;
    }
}

@media (max-width:575px) {
    .nine-to-zero .greenhouse-gas .cont .center .title {
        font-size: 30px;
    }

    .nine-to-zero .greenhouse-gas li {
        display: grid;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .nine-to-zero .greenhouse-gas .cover img {
        width: 80px;
        position: relative;
        left: 7px;
    }

    .nine-to-zero .greenhouse-gas li+li {
        margin-top: 25px;
    }

    .nine-to-zero .greenhouse-gas .cont .center .scope {
        font-size: 22px;
    }

    .nine-to-zero .greenhouse-gas .cont.-L,
    .nine-to-zero .greenhouse-gas .cont.-R {
        padding: 0;
    }

    .nine-to-zero .greenhouse-gas .cover {
        width: 100%;
        background: #164389;
        border-radius: 20px 0 20px;
        margin-bottom: 15px;
    }

    .nine-to-zero .greenhouse-gas {
        padding-bottom: 40px;
    }

    .transportation-page .sectorXI .transportation-table {
        margin-top: 30px;
    }

    .water-page .sectorX .modal h5 {
        font-size: 26px;
    }

    .green-building .green-building-body .-added .img img.bottom {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
    }
}

@media (max-width:375px) {

    .water-page .sectorIV .nav,
    .water-page .sectorIX .nav,
    .water-page .sectorX .nav {
        padding-left: 55px;
    }

    .transportation-page .sectorXI .btn {
        margin-top: 15px;
    }
}


/* end */


/* edit by ohmaut 10/25/65 */

.reports .reports-head .item .cover {
    padding-bottom: 137%;
}


/* end */


/* edit by ohmaut 10/26/65 */

.SDGs-head .content .desc {
    white-space: pre-line;
}


/* end */


/* edit by ohmaut 27/26/65 */

.SDGs-head .content .title {
    display: none;
}

.SDGs-page .SDGs-head .whead {
    margin-bottom: 0;
}


/* end */

/* 2023/06/23 */
/* add wg-browse-courses */
.wg-browse-courses .item-list>li {
    width: calc(100%/8);
}

.wg-browse-courses .thumb {
    width: 120px;
    height: 120px;
}

.wg-browse-courses .thumb .contain {
    width: 64px;
    height: 64px;
}

@media (min-width: 992px) {
    .wg-browse-courses .item-list>li {
        padding: 0 5px;
    }
}

@media (max-width: 1440px) {
    .wg-browse-courses .thumb {
        width: 100px;
        height: 100px;
    }

    .wg-browse-courses .thumb .contain {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1199px) {
    .wg-browse-courses .thumb {
        width: 80px;
        height: 80px;
    }

    .wg-browse-courses .thumb .contain {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .wg-browse-courses .thumb {
        width: 70px;
        height: 70px;
    }
}


.nze .nze-body .emission {
    font-size: 36px;
}


/* 2023/11/02 */
.impact-rank-list .item-list {
    margin: -10px;
}

.impact-rank-list .item-list>li {
    padding: 10px;
}

.impact-rank-list .item {
    width: 100px;
    height: 100px;
    overflow: hidden;
    transition: all 200ms ease-out;
}

.impact-rank-list .item img {
    width: 100%;
    height: 100%;
    transition: all 200ms ease-out;
}

.impact-rank-list .item .rank-hover {
    transform: translateY(0);
}

.impact-rank-list .item:hover .rank-active {
    transform: translateY(-100%);
}

.impact-rank-list .item:hover .rank-hover {
    transform: translateY(-100%);
}

.impact-rank-list.impact-rank-2022 .item {
    width: 120px;
    height: 120px;
}

.impact-rank-list.impact-rank-2020 .item {
    width: 120px;
    height: 120px;
}

.impact-rank-list.impact-rank-2021 .item {
    width: 120px;
    height: 120px;
}


@media (max-width: 991px) {
    .impact-rank-list .item-list>li {
        width: calc(100% / 5);
    }

    .impact-rank-list .item {
        width: 100% !important;
        height: auto !important;
    }

    .impact-rank-list .item:hover .rank-active {
        transform: none;
    }

    .impact-rank-list .item:hover .rank-hover {
        transform: none;
    }
}

@media (max-width: 575px) {
    .impact-rank-list .item-list>li {
        width: calc(100% / 4);
    }
}

/* 2023/11/03 */
.accom-table .water-page .sectorIV .tab-content {
    background-color: transparent;
    color: #000;
}

.accom-table .sectorIV .slick-slider .slick-list {
    margin: 0 -12px;
}

.accom-table .sectorIV .nav li a.active {
    background-color: #144188;
    color: #FFF;
    text-decoration: none;
}

/* 2023/11/07 */
.facilities-thumbnail img {
    width: 100%;

}

@media (max-width: 767px) {
    .facilities-thumbnail .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .facilities-thumbnail .row .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/* edit by ohm2 2023/11/07 */

.part.two .item-list {
    margin: 0 -10px;
}

.part.two .item-list li {
    width: calc(100% / 2);
    padding: 10px;
}

.part.two .item-list li img {
    width: 100%;
}

/* bom edit 8/11/2566 */
.ecosystem1-thumbnail h1 {
    text-align: center;
    margin-top: 10px;
}

.ecosystem-body p {
    margin-left: 30px;
}

/* .ecosystem-body a{
    margin-left: 50px;
} */
.ecosystem1-thumbnail .Eco7 {
    text-align: center;
}

.ecosystem-body a {
    margin-left: 50px;
}

.ecosystem1-thumbnail .Eco7 {
    text-align: center;
}

.Eco7 {
    text-align: center;
}

.green-thumbnail h1 {
    text-align: center;
    margin-top: 10px;
}

.green-thumbnail p {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .part.two .item-list {
        margin: 0 -5px;
    }

    .part.two .item-list li {
        padding: 5px;
    }

    .ecosystem-body p {
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
    .ecosystem-body p {
        margin-left: 0;
    }
}

/* edit by bom 9/11/2566*/
.ecosystem1-thumbnail img {
    width: 100%;
}

.ecosystem1-thumbnail h1 {
    font-size: 34px;
}

.-communication-media .sectorI .channel-list .link {
    display: block
}

.-communication-media .sectorI .channel-list .link:hover .title {
    color: #144188;
}

.-communication-media .sectorI .channel-list .link:hover img {
    border: 3px solid #144188;
}

.-communication-media .sectorI .channel-list img {
    width: 100%;
    border: 3px solid #1440884a;
    border-radius: 50%;
}

.-communication-media .sectorI .channel-list .title {
    font-size: 32px;
    margin-top: 10px;
    text-align: center;
}

.-communication-media .sectorI .channel-list ul {
    font-size: 30px;
}

.-communication-media .sectorI .channel-list ul li .title {
    text-align: left;
}

@media (max-width: 1600px) {
    .ecosystem1-thumbnail h1 {
        font-size: 32px;
    }

}

@media (max-width: 1440px) {

    .ecosystem1-thumbnail h1,
    .-communication-media .sectorI .channel-list .title {
        font-size: 30px;
    }


}

@media (max-width: 991px) {

    .ecosystem1-thumbnail h1,
    .-communication-media .sectorI .channel-list .title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {

    .ecosystem1-thumbnail h1,
    .-communication-media .sectorI .channel-list .title {
        font-size: 28px;
    }

    .-communication-media .sectorI .channel-list ul {
        font-size: 24px;
    }
}

@media (max-width: 575px) {

    .ecosystem1-thumbnail h1,
    .-communication-media .sectorI .channel-list .title {
        font-size: 22px;
    }
}

/* GREEN*/

.green-thumbnail h1 {
    font-size: 34px;
}

.green-thumbnail img {
    width: 100%;
}

.green-thumbnail ul {
    font-size: 32px;
}

.green-thumbnail ul li {
    margin-top: 10px;
    line-height: 1.2em;
}


/* @media (max-width: 1600px){
    .green-thumbnail ul{
        font-size: 32px;
    }
}  */
@media (max-width: 1440px) {
    .green-thumbnail ul {
        font-size: 28px;
    }

}

@media (max-width: 1199px) {
    .green-thumbnail ul {
        font-size: 24px;
    }

}

@media (max-width: 991px) {
    .green-thumbnail ul {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .green-thumbnail ul {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .green-thumbnail ul {
        font-size: 16px;
    }
}

@media (max-width: 1600px) {
    .green-thumbnail h1 {
        font-size: 32px;
    }

}

@media (max-width: 1440px) {
    .green-thumbnail h1 {
        font-size: 28px;
    }

}

@media (max-width: 1199px) {
    .green-thumbnail h1 {
        font-size: 22px;
    }

}

@media (max-width: 991px) {
    .green-thumbnail h1 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .green-thumbnail h1 {
        font-size: 26px;
    }

}

@media (max-width: 575px) {
    .green-area .green-area-body .green-thumbnail img {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .green-thumbnail {
        font-size: 26px;
    }
}

.gutters-10 {
    margin: 0 -5px;
}

.gutters-10>div {
    padding: 0 5px;
}

.circular-economy .circular-economy-body .part.row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 767px) {
    .circular-economy .circular-economy-body .part {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
}

.list-content {
    font-size: 30px;

}

.list-content li {
    list-style: disc !important;
}

@media (max-width: 1199px) {
    .list-content li {
        margin-top: 15px !important;

    }
}

@media (max-width: 575px) {
    .list-content ul li {
        margin-top: -25px !important;

    }
}


@media (max-width: 991px) {
    .list-content {
        font-size: 22px;

    }
}

@media (max-width: 575px) {
    .list-content li {
        display: revert !important;

    }
}

.waste .waste-body .part .item-list.process {
    margin: 0 -30px;
}

.waste .waste-body .part .item-list.process li {
    position: relative;
    width: calc(100% / 7);
    padding: 0 30px;
}

.waste .waste-body .part .item-list.process li:not(:last-child):before {
    content: '➡️';
    position: absolute;
    top: 50%;
    right: -20px;
    font-size: 30px;
}

.waste .waste-body .part .item-list.process li .wrapper {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #144188;
    padding: 10px;
    text-align: center;
}

.waste .waste-body .part .item-list.process li .wrapper p {
    color: #fff;
    line-height: 1em;
}

@media (max-width: 1199px) {
    .waste .waste-body .part .item-list.process li {
        width: 100%;
    }

    .waste .waste-body .part .item-list.process li:not(:last-child) {
        padding-bottom: 40px;
    }

    .waste .waste-body .part .item-list.process li:not(:last-child):before {
        content: '⬇️';
        top: unset;
        width: 20px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 10px;
        font-size: 20px;
    }

    .waste .waste-body .part .item-list.process li .wrapper {
        min-height: 100px;
    }
}

@media (max-width: 767px) {
    .waste .waste-body .part .item-list.process li .wrapper {
        min-height: 80px;
    }
}

/*edit by bom 23/11/10*/

.eco-university p {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    color: #000000;
}

.eco-university a {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    color: #000000;

}

/*edit by bom 23/11/13*/

.water-thumbnail img {
    width: 100%;
    /* padding: auto; */
}

.water-thumbnail .item-list.list-thumb {
    margin: 0 -10px;
}

.water-thumbnail .item-list.list-thumb li {
    width: calc(100% / 3);
    padding: 10px;
}

.water-thumbnail h2 {
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 575px) {
    .water-thumbnail h2 {
        /* margin-left: 140px; */
    }
}

@media (max-width: 575px) {}

@media (max-width: 767px) {


    .water-thumbnail .item-list.list-thumb {
        margin: 0 -5px;
    }

    .water-thumbnail .item-list.list-thumb li {
        width: calc(100% / 2);
        padding: 5px;
    }
}

@media (max-width: 991px) {
    /* h1 {
        font-size: 1.5rem;

    } */
}

@media (max-width: 1199px) {
    /* h1 {
        font-size: 1.5rem;
    } */
}

@media (max-width: 1440px) {
    /* h1 {
        font-size: 1.5rem;
    } */
}

@media (max-width: 575px) {
    .eco-university a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .eco-university a {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .eco-university a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .eco-university a {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .eco-university a {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .eco-university p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .eco-university p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .eco-university p {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .eco-university p {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .eco-university p {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .water-page .content .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .water-page .content .title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .water-page .content .title {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .water-page .content .title {
        font-size: 36px;
    }
}

@media (max-width: 1440px) {
    .water-page .content .title {
        font-size: 36px;
    }
}


/*edit  by bom 28/11/23*/
.climate-page .txt-topic p {
    padding: 0;
}

.climate-thumbnail-one img {
    width: 100%;
}

.climate-page .blue-topicI {
    padding-bottom: 30px;
}


/*edit  by omh2 30/11/23*/
.energy-page .content .desc {
    font-size: 39px;
}

.energy-page .energy-timeline {
    position: relative;
    margin: 0 -10px;
}

.energy-page .energy-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    border-top: 1px dashed #144188;
    top: 7px;
}

.energy-page .energy-timeline li {
    position: relative;
    width: calc(100% / 5);
    padding: 0 10px;
    margin-top: 40px;
}

.energy-page .energy-timeline li::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #144188;
}

.energy-page .energy-timeline li .head {
    text-align: center;
    background-color: #144188;
    color: #fff;
}

.energy-page .energy-timeline li .body {
    padding: 10px;
    min-height: 260px;
    border: 1px dashed #144188;
    text-align: center;
}

.banner-safety {
    position: relative;
}

.banner-safety .cover {
    width: 100%;
    padding-bottom: 60%;
}

.banner-safety .list-banner {
    padding: 0 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner-safety .list-banner .inner {
    position: relative;
    height: 300px;
    border: 40px solid #ffffff98;
    text-align: center;
}

.banner-safety .list-banner .inner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    width: 100%;
    height: 100%;
}

.banner-safety .list-banner .inner.-one::before {
    background-color: #00b250;
}

.banner-safety .list-banner .inner.-two::before {
    background-color: #0071c1;
}

.banner-safety .list-banner .inner.-three::before {
    background-color: #bb934c;
}

.banner-safety .list-banner .inner .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-safety .list-banner .inner .box:first-child {
    margin-bottom: 20px;
}

.banner-safety .list-banner .inner .number {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    line-height: .8em;
}

.banner-safety .list-banner .inner .title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}


.gutters-100 {
    margin: 0 -100px;
}

.gutters-100>div {
    padding: 0 100px;
}

.climate-page a {
    text-decoration: none;
    color: #144188;
}

.water-page .content .item-list {
    margin: 0 -7px;
}

.water-page .content .item-list li {
    width: calc(100% / 2);
    padding: 7px;
}

.water-page .content .item-list li .inner {
    padding: 15px 18px;
    color: #fff;
    background-color: #144188;
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 95px;
}

/* .eco-university p {
    margin-bottom: 15px;
} */
.eco-university .row .number {
    font-size: 30px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #138adb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eco-university .row p:first-child {
    padding: 10px;
    background-color: #8fccf5;
    color: #000;
    border-radius: 5px;
}


@media (max-width: 1600px) {
    .energy-page .content .desc {
        font-size: 28px;
    }
}

@media (max-width: 1440px) {
    .energy-page .content .desc {
        font-size: 26px;
    }

    .energy-page .energy-timeline li .body {
        min-height: 180px;
    }

    .gutters-100 {
        margin: 0 -80px;
    }

    .gutters-100>div {
        padding: 0 80px;
    }

    .banner-safety .list-banner .inner .number {
        font-size: 60px;
    }

    .banner-safety .list-banner .inner .title {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .energy-page .content .desc {
        font-size: 24px;
    }

    .gutters-100 {
        margin: 0 -15px;
    }

    .gutters-100>div {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .energy-page .content .desc {
        font-size: 22px;
    }

    /* .banner-safety .list-banner { padding: 0; position: relative; top: unset; left: unset; transform: unset; width: 100%; } */
    .banner-safety .list-banner {
        padding: 0 30px;
    }

    .banner-safety .cover {
        padding-bottom: 100%;
    }

    .banner-safety .list-banner .inner {
        border: 20px solid #ffffff98;
    }

    .banner-safety .list-banner .inner::before {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .energy-page .content .desc {
        font-size: 20px;
    }

    .energy-page .energy-timeline {
        padding-left: 40px;
    }

    .energy-page .energy-timeline::before {
        border-left: 1px dashed #144188;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 80%;
        right: unset;
        left: 20px;
        margin-top: 2px;
    }

    .energy-page .energy-timeline li {
        width: 100%;
        margin-top: 15px;
    }

    .energy-page .energy-timeline li::before {
        top: 50%;
        transform: translateY(-50%);
        left: -25px;
        right: unset;
        width: 12px;
        height: 12px;
    }

    .energy-page .energy-timeline li .body {
        height: auto;
    }

    .banner-safety .list-banner {
        zoom: 70%;
    }

    .banner-safety .list-banner {
        padding: 0;
    }

    .banner-safety .list-banner .inner {
        border: 10px solid #ffffff98;
        height: 200px;
    }

    .banner-safety .list-banner .inner::before {
        padding: 10px;
    }

    .banner-safety .list-banner .inner .wrapper {
        width: 100%;
    }

    .banner-safety .list-banner .inner .number {
        font-size: 40px;
    }

    .gutters-100 {
        margin: 0;
    }

    .gutters-100>div {
        padding: 0;
    }
}


/* .row.img img{
    width: 80%;
} */

.image-group-think-cycle .item-list {
    margin: 0 -10px;
}

.image-group-think-cycle .item-list li {
    width: calc(100% / 2);
    padding: 10px;
    float: left;
    list-style: none;
}

/* bom edit 31/1/2567 */

.who-we-are .who-we-are-body .strategic-issues .item {
    position: relative;
    width: 620px;
    height: 300px;
    margin-bottom: 20px;
}

.green-thumbnail>.row>div {
    padding-bottom: 10px;
}

.ecosystem-body a {
    margin-left: 0px;
}

.text-15{
    /* font-size: 34px; */
    text-align: left;
}

.award-sectorI .ui-green .wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.award-sectorI .ui-green .wrapper .number{position: relative;top: 0;}
.award-sectorI .ui-green .wrapper .txt{padding-left: 15px;min-height: 1px;}

@media (min-width: 576px) {
    .order-sm-13 {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-sm-14 {
      -ms-flex-order: 14;
      order: 14;
    }
    .order-sm-15 {
      -ms-flex-order: 15;
      order: 15;
    }
    .order-sm-16 {
      -ms-flex-order: 16;
      order: 16;
    }
    .order-sm-17 {
      -ms-flex-order: 17;
      order: 17;
    }
    .order-sm-18 {
      -ms-flex-order: 18;
      order: 18;
    }
    .order-sm-19 {
      -ms-flex-order: 19;
      order: 19;
    }
    .order-sm-20 {
      -ms-flex-order: 20;
      order: 20;
    }
    .order-sm-21 {
      -ms-flex-order: 21;
      order: 21;
    }
    .order-sm-22 {
      -ms-flex-order: 22;
      order: 22;
    }

    .water-sm-w-1 {
        width: 61.7%;
    }
    .water-sm-w-2 {
        width: 38.3%;
    }
}

.topicI{line-height: 0.9em;}
.health-page .topic {font-size: 64px;line-height: 0.9em;}



/* edit commments by ohm2 5/03/24 */

.award-sectorI .ui-green .item-list > li {
    padding: 15px 20px;
}


@media (max-width: 1600px) {
    .health-page .topic {font-size: 55px;}
    .award-sectorI .ui-green .item-list > li { padding: 10px 15px; }
}
@media (max-width: 1440px) {
    .health-page .topic {font-size: 50px;}
    .award-sectorI .ui-green .item-list > li { padding: 8px 12px; }
}
@media (max-width: 1199px) {
    .health-page .topic {font-size: 38px;}
    .award-sectorI .ui-green .item-list > li { width: 100%; }
}
@media (max-width: 991px) {
    .health-page .p-02 .txt {
        padding-left: 0;
    }
    .award-sectorI .ui-green .item-list > li { width: 50%; padding: 8px 30px; }
}
@media (max-width: 767px) {
    .health-page .topic {font-size: 30px;}
    .climate-page .p2 {margin-bottom: 60px;}
    .award-sectorI .ui-green .item-list > li { width: 100%; padding: 6px 15px; }
}


/* edit comments by ohm2 visitor addon 02-08-67 */

.visitor-statistics-list {display: grid; grid-template-columns: repeat(9, 1fr);gap: 3px; max-width: 350px;}
.visitor-statistics-list .item {font-size: 30px; color: #606060; border: 1px solid #C7C7C7; border-radius: 5px; display: flex; align-items: center; justify-content: center;min-height: 40px;}

@media (max-width: 1440px) {
  .visitor-statistics-list {width: 272px;}
  .visitor-statistics-list .item {font-size: 28px;min-height: 36px;}
}

@media (max-width: 1199px) {
  .social.social-visitor {padding-top: 20px;}
}

@media (max-width: 767px) {
  .social.social-visitor {padding-top: 10px;}
  .visitor-statistics-list {width: 220px;}
  .visitor-statistics-list .item {font-size: 20px; min-height: 28px; border-radius: 4px;}
}

@media (max-width: 575px) {
  .social.social-visitor {padding-top: 0;}
}






.waste-table td:first-child {text-align: left;}
.waste-table td:first-child .marker {margin-left: 20px;} 
.waste-table tr.sum {background-color: #c9c9c9;}
.waste-table .title-table {font-size: 36px;font-weight: bold; color: #144188; line-height: 1.1em;}

.accommodations .accom-table td, 
.accommodations .accom-table th {padding: 8px 15px;}

.graph-addon {height: 600px;background-color: #fff;box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.09);display: flex; align-items: center; justify-content: center;}
.graph-addon img {box-shadow: none !important;}

/* .sectorIV.sector-custom .area-nav {background-color: #fff;box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.09);padding: 20px; height: 517px;
  display: flex; flex-direction: column; justify-content: space-between;
} */
.sectorIV.sector-custom .area-nav .nav {margin: 0;width: 100%;padding-bottom: 15px;}
.sectorIV.sector-custom .area-nav .nav .slick-list {margin: 0 -7.5px;}
/* .sectorIV.sector-custom .area-nav .nav .slick-track {width: 100% !important;} */
.sectorIV.sector-custom .area-nav .nav li {padding: 0 7.5px;}
.sectorIV.sector-custom .area-nav .nav li a {padding: 20px;height: 50px; display: flex; align-items: center; justify-content: center; font-size: 22px;}
.sectorIV.sector-custom .area-nav .tab-content {padding: 0;}

.sectorIV.sector-custom .accommodations .accom-table td, 
.sectorIV.sector-custom .accommodations .accom-table th {font-size: 24px;padding: 7px 15px;}

.accommodations .accom-table td .co2 {position: relative; bottom: -8px; left: -4px; font-size: 22px; display: inline-block;  margin-right: -5px;}

.humus-group {margin-bottom: 30px;}
.humus-group-text + .humus-group-text  {margin-top: 20px;}
.humus-group-text > p {margin-bottom: 10px;}
.humus-group-text .item-list {padding-left: 25px;}
.humus-group-text .item-list li {float: unset;}
.humus-group-text .item-list li + li {margin-top: 10px;}
.humus-group-text .item-list p {margin: 0;}

.ecosystem-ebook {padding: 40px 0 60px 0;}
.ecosystem-ebook .desc + .desc {margin-top: 15px;}
.ecosystem-ebook .ebook-list {display: grid;grid-template-columns: repeat(5, 1fr);gap: 15px;margin-top: 30px;}
.ecosystem-ebook .ebook-list .link {display: block;overflow: hidden;box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;border-radius: 20px;}
.ecosystem-ebook .ebook-list .link:hover .cover {transform: scale(1.05);}
.ecosystem-ebook .ebook-list .link .cover {padding-top:calc(100%);
  -webkit-transition: all 400ms ease-out; 
  -moz-transition: all 400ms ease-out; 
  -o-transition: all 400ms ease-out; 
  -ms-transition: all 400ms ease-out;   
  transition: all 400ms ease-out;
}

.ecosystem-ebook .ebook-list .ebook-box {font-size: 22px;font-weight: 500;color: #000;
  padding: 15px; background-image: radial-gradient(circle, #265cb2 0%, #19458b 100%); color: #fff; position: relative;z-index: 1;
  height: 80px; display: flex; align-items: center;
  flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 5px;
  -webkit-transition: all 400ms ease-out; 
  -moz-transition: all 400ms ease-out; 
  -o-transition: all 400ms ease-out; 
  -ms-transition: all 400ms ease-out;   
  transition: all 400ms ease-out;
}

.ecosystem-ebook .ebook-list .ebook-box hr {margin: 0; width: 100%; border-color: #ffffff73;}

.layout-electricity {max-width: 1200px; margin: auto;}
.layout-electricity .thumb {margin-bottom: 0 !important;}
.layout-electricity .nav {margin: 0 -7.5px; padding-bottom: 20px;}
.layout-electricity .nav li {width: calc(100% / 2);padding: 0 7.5px;}
.layout-electricity .nav li .link {display: block; border: 1px solid #144188; color: #144188;
padding: 15px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: bold; 
}

.layout-electricity .nav li .link:hover,
.layout-electricity .nav li .link.active {background-color: #144188;color: #fff;}
.layout-electricity .thumb {width: 100% !important;border: 3px solid #144188;}

.impact-rank-list.impact-rank-2023 .item,
.impact-rank-list.impact-rank-2024 .item {width: 120px;height: 120px;}

.accom-table .water-page .sectorIV .tab-content {width: 100%;}

.grouping-need-bullet {margin-top: 30px;}
.grouping-need-bullet li + li {margin-top: 10px;}
.grouping-need-bullet li {font-size: 30px;}
.grouping-need-bullet .link {font-size: 30px; font-weight: normal; line-height: 1.2; color: #000000;}
.grouping-need-bullet .link:hover {color: #3F7E44;}

.-creative-innovation .sector-grouping-space {padding: 80px 0;}

.gutters-30 {margin: 0 -30px;}
.gutters-30 > div {padding: 0 30px;}

.table-case-study table {width: 100% !important;}
.table-case-study table * {font-family: 'db_helvethaica' !important;font-size: 24px;}
.table-case-study table td {padding: 10px;font-weight: bold;}

@media (max-width: 1440px) {
  .waste-table .title-table {font-size: 34px;}

  .accommodations .accom-table td, 
  .accommodations .accom-table th {font-size: 24px;}

  .sectorIV.sector-custom  {padding: 0;}
  .sectorIV.sector-custom .accommodations .accom-table td, 
  .sectorIV.sector-custom .accommodations .accom-table th {font-size: 20px; padding: 5px 8px;}

  .gutters-30 {margin: 0 -20px;}
  .gutters-30 > div {padding: 0 20px;}
}

@media (max-width: 1199px) {
  .waste-table .title-table {font-size: 28px;}
  .waste-table td:first-child .marker {margin: 0;}

  .accommodations .accom-table td, 
  .accommodations .accom-table th {font-size: 20px;}

  .sectorIV.sector-custom .area-nav {margin-top: 20px;}
  .sectorIV.sector-custom .area-nav .nav {padding: 0 30px; margin-bottom: 10px;}
  .sectorIV.sector-custom .area-nav .nav li a {width: 100%;}
  /* .sectorIV.sector-custom .area-nav .nav .slick-track {width: auto !important;} */

  .humus-group .humus-title {margin-bottom: 10px;}
  .humus-group-text + .humus-group-text {margin-top: 15px;}
  .humus-group-text .item-list {padding-left: 10px;}
  .humus-group-text .item-list li + li {margin-top: 5px;}

  .ecosystem-ebook {padding: 30px 0 40px 0;}
  .ecosystem-ebook .ebook-list {gap: 12px;margin-top: 20px;}

  .layout-electricity .nav {margin: 0 -5px;padding-bottom: 12px;}
  .layout-electricity .nav li {padding: 0 5px;}
  .layout-electricity .nav li .link {height: 50px;font-size: 22px;}

  .gutters-30 {margin: 0 -15px;}
  .gutters-30 > div {padding: 0 15px;}

  .-creative-innovation .sector-grouping-space {padding: 60px 0;}

  .grouping-need-bullet {margin: 20px 0;}
  .grouping-need-bullet li,
  .grouping-need-bullet .link {font-size: 26px;}
}

@media (max-width: 991px) {
  .waste-table .title-table {font-size: 24px;}
  .sectorIV.sector-custom .thumb {padding: 5px;}

  .ecosystem-ebook {padding: 15px 0 30px 0;}
  .ecosystem-ebook .ebook-list .link {border-radius: 10px;}
  .ecosystem-ebook .ebook-list .link .cover {padding-top: calc(100%);}
  /* .ecosystem-ebook .ebook-list .ebook-box {height: 40px;font-size: 20px;} */
  .ecosystem-ebook .ebook-list .ebook-box {padding: 10px; height: 60px; font-size: 16px;}

  .layout-electricity .nav {padding-bottom: 10px;}
  .layout-electricity .nav li .link {height: 45px; font-size: 20px;}

  .-creative-innovation .sector-grouping-space {padding: 40px 0;}

  .grouping-need-bullet {margin-top: 15px; margin-bottom: 0;}
  .grouping-need-bullet li + li {margin-top: 5px;}
  .grouping-need-bullet li,
  .grouping-need-bullet .link {font-size: 24px;}

  .table-case-study {overflow-x: auto;margin-right: -20px; padding-right: 20px;}
  .table-case-study table {width: 1000px !important;padding: 5px;}
  .table-case-study table td * {font-size: 18px!important;margin: 0 !important;}
}

@media (max-width: 767px) {
  .sectorIV.sector-custom .area-nav .nav li a {font-size: 20px;}

  .graph-addon {height: auto;}
  .waste-table .title-table {font-size: 22px;}
  .waste-table.accom-table th,
  .waste-table.accom-table td {font-size: 18px; padding: 10px; line-height: 1em;}

  .ecosystem-ebook .ebook-list {grid-template-columns: repeat(2, 1fr);margin-top: 12px;}
  .ecosystem-ebook .desc + .desc {margin-top: 10px;}
  .ecosystem-ebook .ebook-list .ebook-box .e-name {font-size: 14px;}

  .-creative-innovation .sector-grouping-space {padding: 30px 0;}

  .grouping-need-bullet li,
  .grouping-need-bullet .link {font-size: 20px;}
}


@media (max-width: 575px)  {
  .sectorIV.sector-custom .accommodations .accom-table {overflow-x: auto;}
  .sectorIV.sector-custom .accommodations .accom-table table {width: 500px;}

  .layout-electricity .nav li .link {height: 40px; font-size: 16px;}
}



.award-page .desc {font-size: 29px;}

.climate-item-list li {width: 100%;}
.climate-item-list li + li {margin-top: 10px;}

.climate-paragraph {position: relative;padding-left: 25px;}
.climate-paragraph::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #144188;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
}

@media (max-width: 1600px) {
  .award-page .desc {font-size: 28px;}

  .award-page .title {font-size: 60px;}
}

@media (max-width: 1440px) {
  .award-page .desc {font-size: 26px;}
  .award-page .title {font-size: 54px;}
}

@media (max-width: 1199px) {
  .award-page .desc {font-size: 24px;}
  .award-page .title {font-size: 46px;}
  
  .climate-paragraph  {padding-left: 20px;}
  .climate-paragraph::before {top: 9px; width: 10px; height: 10px;}
}

@media (max-width: 991px) {
  .award-page .desc {font-size: 22px;}
  .award-page .title {font-size: 38px;}
}

@media (max-width: 767px) {
  .award-page .desc {font-size: 20px;}
  .award-page .title {font-size: 28px;}

  .climate-paragraph::before {top: 7px;}
}

@media (max-width: 575px) {}



/******/


.target-table tr td:nth-child(2) {text-align: left;}
.target-table tr td b,
.target-table tr td p,
.target-table tr td {font-size: 26px !important;}
.target-table tr td small {font-size: 100%;}
.target-table tr td .item-list {width: 100%;}
.target-table tr th:nth-child(3) {width: 260px;}
.target-table tr th:nth-child(4) {width: 160px;}
.target-table tr th:nth-child(5) {width: 180px;}
.target-table .item-list li {width: 100%;}

.sc-wawter-addon {margin-top: -50px !important;}


@media (max-width: 1440px) {
  .target-table tr td b, .target-table tr td p, .target-table tr td {font-size: 24px !important;}
  .target-table tr th:nth-child(3) {width: 230px;}
  .target-table tr th:nth-child(4) {width: 130px;}
  .target-table tr th:nth-child(5) {width: 160px;}

  .sc-wawter-addon {margin-top: -10px !important;}

}

@media (max-width: 1199px) {
  .target-table tr td b, .target-table tr td p, .target-table tr td {font-size: 20px !important;}
}

@media (max-width: 991px) {
  .target-table tr th:nth-child(3) {width: 200px;}
  .target-table tr th:nth-child(4) {width: 100px;}
  .target-table tr th:nth-child(5) {width: 130px;}

}






/*************/
.energy-page .energy-timeline-addon.for-4-items::before {width: 60%;}
.energy-page .energy-timeline-addon.for-4-items { margin: auto; display: flex; justify-content: center;}
/* .energy-page .energy-timeline-addon.for-4-items li {min-width: 304px;} */
.energy-page .energy-timeline-addon  li .body {min-height: 410px;}
.energy-page .energy-timeline-addon  li .body{text-align: left;padding: 20px;}
.energy-page .energy-timeline-addon .title {font-size: 26px;margin-bottom: 5px;}
.energy-page .energy-timeline-addon .desc {font-size: 24px; margin-bottom: 5px; line-height: 1em;}

.img-digital-meter {max-width: 905px;}

.policy-detail .p-a-p-body ol li::marker {font-weight: bold;}

.img-max-width-energy {max-width: 955px;}



@media (max-width: 1440px)  {
  .img-digital-meter {max-width: 713px;}
  .img-max-width-energy {max-width: 750px;}
}


@media (max-width: 991px) {
  .energy-page .energy-timeline-addon li .body {padding: 15px;}
  .energy-page .energy-timeline-addon .title {font-size: 22px;}
  .energy-page .energy-timeline-addon .desc {font-size: 20px;}
}

@media (max-width: 767px) {
  .energy-page .energy-timeline-addon.for-4-items {display: block;margin: 0 -10px;}
  .energy-page .energy-timeline-addon.for-4-items::before {width: 1px;}
  .energy-page .energy-timeline-addon li .body {min-height: auto;}
}


/* edit comments 14/11/24 */
.co2 {position: relative; bottom: -8px; left: -4px; font-size: 22px; display: inline-block;  margin-right: -5px;}

.table-policy {margin-bottom: 30px;}
.table-policy .accommodations .accom-table {padding: 0;}
.table-policy .accommodations .accom-table th:first-child {width: 20%;}
.table-policy .accommodations .accom-table td, 
.table-policy .accommodations .accom-table th {text-align: left;font-size: 24px;}

.energy-page .energy-timeline-addon.sc-one li .body {min-height: 180px;}

.transportation-page .sectorII .thumb .cover {padding-bottom: 110%;}

@media (max-width: 1440px) {
  .energy-page .energy-timeline-addon.sc-one li .body {min-height: 205px;}
}

@media (max-width: 767px) {
  .table-policy .accommodations .accom-table th:first-child {width: 10%;}
  .table-policy .accommodations .accom-table td, 
  .table-policy .accommodations .accom-table th {font-size: 18px;}

  .energy-page .energy-timeline-addon.sc-one li .body {min-height: auto;}
}


