/*  Dark Blue: #3f80b8 */

.home-banner-carousel-section {
    padding-bottom: 8rem;
    width: 100%;
}

.owl-carousel-container {
    margin: 0 auto;
    max-width: 1400px;
}

.owl-carousel .io1 {
    background: url('/images/corp2023/carousel/home-slider-1.jpg') top center no-repeat;
    background-size: cover;
}

.owl-carousel .io2 {
    background: url('/images/corp2023/carousel/home-slider-2.jpg') top center no-repeat;
    background-size: cover;
}

.owl-carousel .io3 {
    background: url('/images/corp2023/carousel/home-slider-3.jpg') top center no-repeat;
    background-size: cover;
}

/* .index-boxes-container {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 25.4rem;
}

@media (min-width: 782px) {
    .index-boxes-container {
        display: table;
        border-spacing: 20px;
        width: 78.2rem;
    }
} */

.home-boxes-section {
    padding-bottom: 10rem;
}

/* .home-box {
    display: block;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0px 0px 14px 0px rgba( 0, 1, 1,.2 );
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    padding-top: 21rem;
    text-align: center;
} */

.home-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 0.4rem;
    margin: 0 auto 4rem;
    max-width: 40rem;
    min-width: 0;
    width: 100%;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .home-box {
        margin-bottom: 0;
    }
}

/* #index-boxes {
    display: flex;
    border-spacing: 20px;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.index-box-container {
    padding-left: 15px;
    padding-right: 15px;
}

.index-box {
    position: relative;
    width: 224px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding-top: 210px;
    box-shadow: 0px 0px 14px 0px rgba( 0, 1, 1,.2 );
    text-align: center;
    position: relative;
    color: #999999;
    font-size: 12px;
    line-height: 18px;
} */

.home-box-body {
    flex: 1 1 auto;
    width: 100%;
}

.home-box-img-container {
    width: 100%;
}

.home-box-img-container img {
    height: auto;
    max-width: 100%;
}

.home-box-body-content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.home-box-title-container {
    background: rgb(42,78,126);
    background: linear-gradient(135deg, rgba(42,78,126,1) 0%, rgba(69,145,203,1) 50%, rgba(42,78,126,1) 100%);
    height: 5rem;
    padding: 0 4rem;
    width: 100%;
}

.home-box-title {
    color: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 5rem;
    margin: 0;
    text-align: left;
}

.home-box p {
    color: #6c7073;
    font-size: 18px;
    line-height: 28px;
    padding: 4rem;
}

.index-box-btn-container {
    position: absolute;
    bottom: 25px;
    left: 0;
    text-align: center;
    width: 100%;
}

.home-box-footer {
    border-top: 1px solid #ededed;
    width: 100%;
}

.home-box-footer a {
    display: block;
    color: #3f80b8;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 1rem 2rem;
    text-decoration: none;
    width: 100%;
}

.home-box-footer a:hover {
    color: #1891ec;
}

/* #homeBox1 {
    background: url('/images/corp2023/content/home-box-1.jpg') top left no-repeat;
}

#homeBox2 {
    background:  url('/images/corp2023/content/home-box-2.jpg') top left no-repeat;
}

#homeBox3 {
    background:  url('/images/corp2023/content/home-box-3.jpg') top left no-repeat;
}
