.header {
    background-image: url("../img/introduction/S01/Introduction01_BG.b411aebaf9bb.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 0;
    background-position: bottom;
}

#header_row {
    margin-left: 0rem;
    margin-right: 0rem;
}

@media (min-width:768px) {
    #header_row {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

@media (min-width:992px) {
    #header_row {
        margin-left: 4rem;
        margin-right: 4rem;
    }
}

.header_img {
    width: 60%;
    max-width: 150px;
}

.header_sub_title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 1rem;
}

.vision_top_title {
    color: #fff;
    background-color: #190880;
    padding: 0.1rem 0.5rem;
}

.vision_div2 {
    margin-top: 3rem;
}

.vision_text {
    background-color: #fff;
    padding: 0.5rem;
    z-index: 2;
}

.vision_title {
    color: #000;
}

.team_member_div {
    background-image: url("/static/core/img/introduction/S04/Team_BG.ba3752fec70c.jpg");
    background-repeat: no-repeat;
    background-position: calc(50% + 4px) 50%;
    padding: 3rem 0;
    height: 300px;
    margin-bottom: 5rem;
}

.member_info {
    margin-top: 3rem;
}

.member_name {
    font-size: 1.2rem;
    font-weight: bold;
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline > li .timeline-image {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin-left: -50px;
    top: -5rem;
}

@media (min-width:768px) {
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
    }
}

@media (min-width:992px) {
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
    }
}

@media (min-width:1200px) {
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
    }
}


.timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 0 0 20px;
    text-align: left;
    margin-top: 2rem;
}


@media (min-width:768px) {
    .timeline > li .timeline-panel {
        float: left;
        width: 60%;
        padding: 0 20px 20px 30px;
    }
}

@media (min-width:992px) {
    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width:1200px) {
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 70px;
    }
}

@media (min-width:768px) {
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width:992px) {
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width:1200px) {
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px 70px;
    }
}


.timeline-heading {
    /*position: relative;*/
    /*z-index: 2;*/
}

.timeline-body {
    position: relative;
    z-index: 2;
}


.list-group-item {
    border: none;
    padding-top: 4.5rem;
}

@media (min-width:768px) {
    .list-group-item {
        padding-top: 3rem;
    }
}

.timeline-content {
    background-color: #ffffff;
    z-index: 2;
    position: relative;
    padding: 10px 15px;
    left: 1rem;
    top:1.5rem;
}

#location_hr {
    border-width: 2px;
}