.banner {
    width: 100%;
    height: 400px;
    background: url('../img/vision-mission-bg.png') no-repeat center center / cover;
    padding: 20px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-para {
    text-align: center;
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
}
.banner-title {
    text-align: center;
    color: white;
    font-size: 36px;
}
.inner-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    display: none;
}
.inner-content div {
    width: 50%;
    padding: 40px;
    color: white;
}
.inner-content div:first-child {
    padding-left: 20px;
}
.inner-content div:last-child {
    padding-right: 20px;
}
.slogan-wrapper {
    padding: 40px 0;
    overflow: hidden;
}
.slogan-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #133957;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.slogan-title::before {
    content: '\2022';
    font-size: 40px;
    color: #B32225;
    position: absolute;
    left: 0;
    top: -17px;
}
.slogan-detail {
    font-size: 30px;
    color: #333;
    letter-spacing: 0.05rem;
    margin-bottom: 20px;
}
.banner-detail .break-word {
    display: none;
}
.slogan-detail .hightlight {
    color: #B32225;
}
.slogan-company {
    font-size: 15px;
    color: #808F9A;
}
.slogan-wrapper-left {
    padding: 50px 20px;
    background: url('../img/quote.png') no-repeat right 200px / 100px;
}
.slogan-wrapper-right {
    width: 100%;
    height: 400px;
    position: relative
}
.slogan-img-1 {
    position: absolute;
    width: 220px;
    top: 70px;
    left: 20px;
}
.slogan-img-2 {
    position: absolute;
    width: 120px;
    top: 20px;
    right: -25px;
}
/* new css vision mission */
.vision-fluid,
.mission-fluid,
.responsibility-fluid  {
    width: 100%;
    height: 300px;
    background: url('../img/vision-bg.png') no-repeat center center / cover;
    opacity: 1;
}
.mission-fluid {
    background: url('../img/mission-bg.png') no-repeat center center / cover;
}
.responsibility-fluid {
    background: url('../img/responsibility.png') no-repeat center center / cover;
}
@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.inner-text {
    height: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: fadeup 1.2s ease forwards;
}
.inner-text h2 {
    font-size: 28px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    color: white;
    margin-bottom: 15px;
}
.inner-text p {
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: white;
}
@media screen and (min-width: 470px) {
    .slogan-img-1 {
        width: 260px;
    }
    .slogan-img-2 {
        width: 150px;
    }
}
@media screen and (min-width: 768px) {
    .inner-content {
        display: flex;
    }
    .slogan-wrapper {
        display: flex;
        justify-content: center;
    }
    .slogan-wrapper-left,
    .slogan-wrapper-right {
        width: 50%;
    }
    .slogan-wrapper-left {
        padding-left: 60px;
        background-size: 60px;
        background-position: 85% 220px;
    }
    .slogan-img-1 {
        width: 220px;
    }
    .slogan-img-2 {
        width: 120px;
        right: 5px;
    }
    .container-cs {
        max-width: 800px;
    }
    .inner-content {
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .container-cs {
        max-width: 1100px;
    }
    .inner-content {
        max-width: 960px;
        width: 960px;
    }
    .slogan-img-1 {
        width: 240px;
        left: 50px;
    }
    .slogan-img-2 {
        width: 150px;
    }
    .slogan-title {
        margin-bottom: 30px;
    }
    .slogan-detail {
        font-size: 40px;
    }
    .slogan-wrapper-left {
        background-position: 76% 280px;
    }
}
@media screen and (min-width: 1024px) {
    .banner {
        height: 500px;
    }
    .banner-title {
        font-size: 54px;
    }
    .slogan-wrapper-left {
        padding-left: 80px;
        background-position-x: 75%;
    }
    .slogan-img-1 {
        width: 250px;
        top: 30px;
    }
    .slogan-img-2 {
        width: 160px;
        top: -20px;
    }
    .container-cs {
        max-width: 1000px;
    }
    .banner-detail .break-word {
        display: block;
    }
    .inner-text {
        padding: 20px 40px;
    }
    .inner-text h2 {
        font-size: 40px;
    }
    .inner-text p {
        font-size: 18px;
        line-height: 2rem;
    }
}
@media screen and (min-width: 1200px) {
    .banner {
        height: 600px;
    }
    .container-cs,
    .inner-content {
        max-width: 1200px;
    }
    .inner-content {
        width: 1140px;
        padding: 0 15px;
    }
    .inner-content div:first-child {
        padding-left: 0;
    }
    .inner-content div:last-child {
        padding-right: 0;
    }
    .slogan-img-1 {
        width: 300px;
    }
    .slogan-img-2 {
        width: 210px;
        top: -35px;
    }
    .slogan-wrapper-left {
        padding-left: 100px;
        background-position: 65% 300px;
    }
    .slogan-wrapper {
        padding: 60px 0;
    }
    .slogan-detail {
        font-size: 45px;
    }
    .banner-subtitle {
        font-size: 32px;
    }
    .banner-detail {
        font-size: 22px;
    }
    .vision-fluid, .mission-fluid, .responsibility-fluid {
        height: 320px;
    }
    .inner-text h2 {
        font-size: 54px;
    }
}
@media screen and (min-width: 1400px) {
    .inner-content,
    .container-cs {
        width: 1320px;
        max-width: 1320px;
    }
    .slogan-wrapper-left {
        padding-left: 60px;
        background-position-x: 55%;
    }
    .slogan-img-1 {
        width: 320px;
    }
    .slogan-img-2 {
        width: 220px;
    }
    .vision-fluid, .mission-fluid, .responsibility-fluid {
        height: 380px;
    }
}
@media screen and (min-width: 1500px) {
    .vision-fluid, .mission-fluid, .responsibility-fluid {
        height: 440px;
    }
}
