.esg {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.esg-slider {
    width: 100%;
}

.esg-slider .esg-box {
    position: relative;
}

.esg-slider .bg {
    width: 100%;
}

.esg-slider .elm {
    position: absolute;
    left: 0;
}

.esg-slider .elm-m {
    position: absolute;
    left: 0;
    display: none !important;
}

.esg-slider .elm1 {
    width: 56%;
    top: 0;
}

.esg-slider .elm2 {
    width: 25%;
    min-width: 200px;
    top: 250px;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
}

.esg-slider .box1{
    background-color: #5A8037;
    display: flex;
    justify-content: flex-end;
    padding: 4px 16px 4px 24px;
}

.esg-slider .box2{
    background-color: #C24C7B;
    display: flex;
    justify-content: flex-end;
    padding: 4px 16px 4px 24px;
}

.esg-slider .box3{
    background-color: #007AB5;
    display: flex;
    justify-content: flex-end;
    padding: 4px 16px 4px 24px;
}


.esg-slider .stat-box {
    position: absolute;
    width: 94%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.esg-slider .stat-box>div {
    width: calc(100% / 5 - 4px);
    display: flex;
    margin: 0 auto;
    position: relative;
    opacity: 0;
}

.esg-slider .stat-box>.num-box:nth-child(1) {
    -webkit-animation-delay: 20ms;
    animation-delay: 20ms;
}

.esg-slider .stat-box>.num-box:nth-child(2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.esg-slider .stat-box>.num-box:nth-child(3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.esg-slider .stat-box>.num-box:nth-child(4) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.esg-slider .stat-box>.num-box:nth-child(5) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.esg-slider .stat-box>div img {
    width: 100%;
    display: block;
}

.esg-slider .stat-box>div .txt {
    position: absolute;
    font-size: 0.815rem;
    text-align: left;
    top: 15px;
    left: 85px;
    display: flex;
    align-items: center;
    width: 50%;
    height: 65px;
    line-height: 1.2;
    margin-bottom: 0;
}

.esg-slider .stat-box>div .num {
    position: absolute;
    font-size: 1.5rem;
    text-align: center;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.esg-slider .stat-box>div .num small {
    font-size: 60%;
}

.esg-box.e .num {
    color: #5A8037;
}

.esg-box.s .num {
    color: #C24C7B;
}

.esg-box.g .num {
    color: #0082ca;
}

/* Dots */
.esg-slider .slick-dotted.slick-slider {
    margin-bottom: -30px;
}

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

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

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

.esg-slider .slick-dots li button:hover,
.esg-slider .slick-dots li button:focus {
    outline: none;
}

.esg-slider .slick-dots li button:hover:before,
.esg-slider .slick-dots li button:focus:before {
    opacity: .5;
}

.esg-slider .slick-dots li button:before {
    font-size: 3.5rem;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.esg-slider .slick-dots li:nth-child(1).slick-active button:before {
    opacity: 1;
    color: #5A8037;
}

.esg-slider .slick-dots li:nth-child(2).slick-active button:before {
    opacity: 1;
    color: #C24C7B;
}

.esg-slider .slick-dots li:nth-child(3).slick-active button:before {
    opacity: 1;
    color: #0082ca;
}

@media (max-width: 1199px) {
    .esg-slider .elm2 {
        top: 205px;
    }

    .esg-slider .stat-box>div .txt {
        font-size: 1.25rem;
        height: 50px;
        left: 70px;
    }

    .esg-slider .stat-box>div .num {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .esg-slider .elm2 {
        top: 52%;
        font-size: 1.25rem;
    }

    .esg-slider .stat-box>div .txt {
        font-size: 0.8rem;
        height: 37px;
        left: 55px;
        width: 56%;
    }

    .esg-slider .stat-box>div .num {
        font-size: 1.8rem;
        bottom: 0;
    }

    .esg-slider .elm2 {
        top: 52%;
    }

    .esg-slider .stat-box>div .num {
        font-size: 1.8rem;
        bottom: 0;
        margin-bottom: 5px;
    }

}

@media (max-width: 740px) {

    .esg-slider .stat-box>div .num {
        font-size: 1.5vw;
        bottom: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .esg-slider .stat-box {
        width: 85%;
        flex-wrap: wrap;
        top: 50.5vw;
        bottom: 0;
    }

    .esg-slider .stat-box>div .txt {
        font-size: 5.4vw;
        height: 27.5vw;
        left: 40%;
        top: 12vw;
        width: 52%;
        line-height: 1.2;
    }

    .esg-slider .stat-box>div .num {
        font-size: 10vw;
        margin-bottom: 15vw;
    }

    .esg-slider .stat-box>div {
        width: 100%;
    }

    .esg-slider .bg {
        width: auto;
        height: 100%;
    }

    .esg-slider .elm {
        display: none;
    }

    .esg-slider .elm-m {
        display: block!important;
    }

    .esg-slider .elm1 {
        width: 100%;
    }

    .esg-slider .elm2 {
        width: 70%;
        display: block!important;
    }

    .esg-slider .elm2 {
        top: 38vw;
        display: block!important;
    }
}