.kode_where_bg {
    background: #f9f9f9;
}

.kode_where_we {
    width: 100%;
    float: left;
    position: relative;
}

    .kode_where_we ul {
        position: relative;
        width: 100%;
        float: left;
    }

        .kode_where_we ul li {
            display: inline-block;
            position: relative;
            width: 48%;
            padding: 0px 90px 0px 0px;
            margin-bottom: 50px;
        }

        .kode_where_we ul:before {
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 50%;
            width: 2px;
        }


.kode_year_list p {
    color: #333;
}

.kode_year_list {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .kode_year_list figure {
        margin-bottom: 40px;
        overflow: visible;
        z-index: 22;
    }

        .kode_year_list figure img {
            width: auto;
            height: auto;
            border: 6px solid white;
            box-shadow: 1px 1px 20px 0px gray;
        }

    .kode_year_list a:before {
        color: #fff;
        content: "\f067";
        font-family: FontAwesome;
        font-size: 40px;
        left: 0;
        margin-top: -25px;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: scale(0);
        width: 100%;
        z-index: 10;
    }


.kode_where_year {
    background-color: #fff;
    border: 5px solid #757575;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgba(131,131,131,1), 0 0 0 10px rgba(201,201,201,1);
    float: left;
    height: 90px;
    position: absolute;
    right: -138px;
    text-align: center;
    top: -9px;
    width: 90px;
}

    .kode_where_year h6 {
        color: #838383;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 80px;
    }

.kode_where_we ul li:nth-child(even) {
    padding: 0px 0px 0px 90px;
    width: 50%;
    float: right;
}

    .kode_where_we ul li:nth-child(even) .kode_where_year {
        left: -154px;
        right: auto;
    }

    .kode_where_we ul li:nth-child(even) .kode_year_list figure {
        margin-bottom: 0px;
    }

    .kode_where_we ul li:nth-child(even) .kode_where_des {
        margin-bottom: 40px;
    }

.kode_where_we ul li:hover .kode_where_year {
    border: 5px solid #fff;
}

    .kode_where_we ul li:hover .kode_where_year h6 {
        color: #fff;
    }

.kode_where_we ul li:hover figure img {
    opacity: 0.3;
}

.kode_where_we ul li:hover figure a:before {
    transform: scale(1);
}

.journey-h6 {
    border-bottom: 1px solid black;
    margin-bottom: 2px;
    font-weight: bold;
}
