/* color */
section .row .bg-color {
    background: #92a18d;
    background: linear-gradient(270deg, #1577ae 0%, #43c2eb 40%, #b1cbe1 100%);
}

section#intro .row.station_design .col-lg-7::before {
    background: #92a18d;
    background: linear-gradient(90deg, #b1cbe1 0%, #43c2eb 100%);
}
section#intro .row.station_design::before,
section#intro .row.station_design::after {
    background-color: #1577ae;
}
section#intro .qna_infor li,
section#intro .qna_infor li .arrow-line:before {
    background-color: #1577ae;
}

section#intro .sustainable .content:first-child::before {
    background: #92a18d;
    background: linear-gradient(270deg, #1577ae -10%, #b1cbe1 100%);
}
#explained .explained-wrapper .box-left li.active h2 {
    color: #1577ae;
}
#explained .explained-wrapper .box-left li:before,
#explained .explained-wrapper .box-left li:after,
#explained .explained-wrapper .box-right::before {
    background-color: #1577ae;
}
.white-btn .btn-primary,
.white-btn .btn-primary {
    background-color: #1577ae;
}
section#future .col-md-6.bg-green {
    background-color: #1577ae;
}
section#future .col-md-6.bg-mud {
    background-color: #43c2eb;
}
section#future .col-md-6.bg-orange {
    background-color: #b1cbe1;
}

section#intro .row.station_design .bg-img {
    background-image: url("../../images/pages/new-station/au-tau/map.jpg");
}

section#intro .row.station_design .bg-img:lang(en) {
    background-image: url("../../images/pages/new-station/au-tau/map_en.jpg");
}

/* custom */
#view-wrapper .map-view .front-img {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
