.mybreadcrumb {
    display: none;
}

html {
    scroll-behavior: smooth !important;
}

.site-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.intro {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hiwall ul{
    padding-inline-start: 12px !important;
}

.hiwall .intro .intro-titles {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 750px
}

.hiwall .intro .intro-titles h1 {
    font-size: 100px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    padding-top: 350px;
}

.hiwall .intro .intro-titles h2 {
    font-size: 40px;
    /* color: #eb2027; */
    color: #fff;
    text-align: center;
}

.toshiba-logo {
    padding: 50px;
    text-align: center;
}


.normal,
.normal-reverse {
    position: relative;
    overflow: hidden;

}

.left-background {
    /* background-size: contain; */
    background-repeat: no-repeat;
    height: 80vh;
    background-position: center center;
}

.right-background .content-wrapper {
    padding: 20px;
}

.content-wrapper h1 {
    color: #eb2027;
    font-size: 28px;
    font-weight: 700;
}

.content-wrapper h2 {
    font-size: 18px;
    font-weight: 400;
}

.content-wrapper h2 p {
    margin-bottom: 15px;
}


.more-button {
    padding: 30px;
}

.more-button a {
    color: #eb2027;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.more-button a {
    display: inline-block;
    background-color: #eb2027;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}


.more-button a:hover {
    background-color: #fff;
    color: #eb2027;
    box-shadow: 0 0 45px rgba(236, 18, 47, 0.9);
}

@media (max-width: 991.98px) {
    .left-background {
        height: 75vh;
        background-size: contain;
    }

    .right-background .content-wrapper {
        padding: 20px 10px;
    }

    .hiwall .intro .intro-titles {
        background-size: cover;
        background-position: center center;
        position: relative;
        /* height: 1000px; */
    }

    /* .hiwall .intro .intro-titles .mobile-title {
        margin-bottom: 280px;
    } */

    .hiwall .intro .intro-titles h1 {
        font-size: 60px;
        color: #fff;
        text-align: center;
        font-weight: bolder;
        padding-top: 350px;
    }

    .hiwall .intro .intro-titles h2 {
        font-size: 24px;
        /* color: #eb2027; */
        color: #fff;
        text-align: center;
    }

}

@media (max-width: 767.98px) {
    .left-background {
        background-repeat: no-repeat;
        height: 40vh;
        background-position: center center;
        background-size: contain;
    }

    .right-background .content-wrapper {
        padding: 20px 10px;
    }

    .content-wrapper {
        text-align: center;
    }

    .more-button {
        padding: 15px;
    }

    .more-button a {
        color: #eb2027;
        font-size: 12px;
        font-weight: 500;
    }

    .more-button a {
        display: inline-block;
        background-color: #eb2027;
        color: #fff;
        padding: 15px 10px;
        border: none;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }

    .hiwall .intro .intro-titles h1 {
        font-size: 48px;
        color: #fff;
        text-align: center;
        font-weight: bolder;
        padding-top: 350px;
    }

    .hiwall .intro .intro-titles h2 {
        font-size: 24px;
        /* color: #eb2027; */
        color: #fff;
        text-align: center;
    }

}

@media (min-width: 767.99px) and (max-width: 1199.98px) {

    .col-xl-6.left-background,
    .col-xl-6.right-background {
        flex-basis: 100%;
        max-width: 100%;
        order: 1;
    }

    .left-background {
        background-size: contain;
        background-repeat: no-repeat;
        height: 100vh;
        background-position: center center;
    }

    .content-wrapper {
        text-align: center;
    }
}

.normal .daiseikai {
    background-size: cover;
    background-position: bottom center;
}

.normal .edge,
.normal .essento {
    background-size: cover;
    background-position: top center;
}