.vision-nav{
    padding: 20px 0px;
    text-align: center;
    min-width: 785px;
}


.vision-nav > .active{
    background-color: #eee;
    color: #333;
}

.btn-active{
    position: relative;
    
}
.line{
    width: 200px;
    border-bottom: 1px solid #666;
    display: block;
    position: relative;
    right: 36px;
    bottom: 30px;
    z-index: -1;
}
.active-line{
    width: 200px;
    border-bottom: 3px solid var(--brand-color);
    display: block;
    position: relative;
    right: 36px;
    bottom: 30px;
    z-index: -1;
    border-bottom-style: dotted;
    animation-name:move;
    animation-iteration-count: infinite;
    animation-duration:.3s;
}

@keyframes move{
    from{
        right: 33px;
    }
    to{
        right: 28px;
    }
}


.btn-active::before{
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    
}
.vision-nav > li{
    background-color: #fff;
    display: inline-block;
    border: 1px solid #333;
    height: 90px;
    width: 90px;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    
}

.vision-nav > li:nth-child(even){
    background-color: #fff;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    line-height: 72px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 18px;
    padding: 5px;
    padding-top: 5px;
    margin: 0px 20px;
}

.vision-nav > li:nth-child(even):hover{
    background-color: var(--brand-color);
    color: #eee;
}

.vision-nav-items{
    max-width: 1280px;
    padding: 12px 0px;
    margin: auto;
    text-align: center;
}
.vision-nav-items > li{
    display: inline-block;
    width: 140px;
    height: 96px;
    font-size: 18px;
    text-align: center;
    border-left: 1px solid #333;
    border-left-style: dashed;
    padding: 5px;
    margin: 5px -3px;
    margin-bottom: 40px;
}

.vision-nav-items > li:first-child{
    border-left: 1px solid #fff;
}
.vision-nav > .btn-active{
    color: #eee !important;
    font-weight: 500;
    background: linear-gradient(37deg, #30a1dc, #823c93, var(--brand-color));
    border: 0px solid var(--brand-color) !important;
}
.esg-icon{
    display: block;
    margin: auto;
    padding: 12px 0px;
    height: 28px;
}

.term-goal{
    display: none;
}

.term-goal-active{
    display: block !important;
    animation-name:fade;
    animation-duration:.3s;
}
.waste-flow{
    display: block;
    margin: auto;
}

.waste-flow >li{
    display: inline-block;
    border: 1px solid #333;
    height: 50px;
    width: 100px;
    line-height: 50px;
    text-align: center;
    margin: 4px 12px;
}




.waste-management-process-1{
    margin: auto;
    text-align: center;
    min-width: 830px;
    margin: 2rem 0;
}
.waste-management-process-1 > li{
    display: inline-block;
}
.waste-management-process-1 > li > button{
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #333;
    border-radius: 0;
    padding: 0px 5px;
}
.waste-management-process-1 > li::before{
    content: '▶';
    position: relative;
    left: 1px;
    top: -5px;
}
.waste-management-process-1 > li:first-child::before{
    content: '';
    left: 0px;
}
.waste-management-process-1 > .active{
    transition: .3s;
    opacity: 0;
}
.waste-management-process-1 > .line{
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: auto;
    border-bottom: 2px solid #333;
    border-bottom-style: dashed;
    animation-name:move;
    animation-iteration-count: infinite;
    animation-duration:.3s;
}


.waste-management-process-2{
    margin: auto;
    text-align: center;
    min-width: 968px;
    margin: 1rem 0 2rem 0;
}
.waste-management-process-2 > li{
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    border-left: 2px solid;
    border-right: 2px solid;
    border-left-style: dashed;
    border-right-style: dashed;
}
.waste-management-process-2 > .before-btn{
    border-left: 0px solid;
    border-right: 0px solid;
}
.waste-management-process-2 > li:first-child{
    border-left: 0px solid;
}
.waste-management-process-2 > li:nth-child(even){
    border-left: 0px solid;
    border-right: 0px solid;
}
.waste-management-process-2 > li > button{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #333;
    border-radius: 0;
    display: block;
    margin: 1rem;
}
.waste-management-process-2 > li:nth-child(even) > button{
    margin: 30px 1rem;
}
.waste-management-process-2 > li > button >span{
    width: 234px;
    height: 0px;
    display: block;
    border-bottom: 2px solid;
    border-bottom-style: dashed;
    right: 18px;
    top: 23px;
    position: relative;
    z-index: -1;
}
.waste-management-process-2 > li > button >span::after{
    content: "▶";
    position: relative;
    bottom: 23px;
    right: 103px;
}

.waste-management-process-2 > li:first-child > button >span{
    width: 200px;
    right: -17px;
}
.waste-management-process-2 > li:last-child > button >span{
    width: 200px;
    right: 17px;
}
.waste-management-process-2 > li:last-child > button >span::after{
    right: 90px;
}
.waste-management-process-2 > li:first-child > button >span::after{
    content: "";
    position: relative;
    bottom: 0px;
    right: 0px;
}
.waste-management-process-2 > .active{
    transition: .3s;
    opacity: 0;
}


/**/
/* waste-management-process-control */
.waste-management-process-control{
    margin: 3rem 0 1rem 0;
}
.waste-management-process-control > button{
    border: 1px solid #333;
    padding: 5px 8px;
}
.waste-management-process-control > .active{
    background-color: var(--brand-color);
    color: #eee;
}
.waste-management-process-control > button:hover{
    background-color: #666;
    color: #eee;
}
.waste-management-process-control > .active:hover{
    background-color: var(--brand-color);
    color: #eee;
}

.esg-p{
    font-size: 19px;
    margin: 2rem 0;
}

.height-line-a{
    font-size: 16px;
    font-weight: 500;
    margin: 2rem 0 3rem 0;
    text-align: right;
}

.height-line-a > a{
    color: var(--brand-color);
    border: 1px solid var(--brand-color);
    border-style: dotted;
    padding: 4px 8px;
}

.height-line-a > a:hover{
    color: #eee;
    border: 1px solid;
    background-color: var(--brand-color);
    padding: 4px 26px;
    transition: .3s;
}


@media (max-width: 780px){

    .vision-nav-items > li{
        width: 140px;
    }

    .vision-container{
        overflow: scroll;
    }
    .waste-management-process-container{
        overflow: scroll;
    }
    .waste-management-process-2{
        overflow: scroll;
    }
}

table > tbody > tr:nth-child(even) {
    background-color: #eee;
}
.post-title-h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 0px;
    text-align: center;
    margin-top: 36px;
    letter-spacing: 1px;
}
thead > tr > th {
    background-color: #ccc;
}