.banner {
    background: url('/assets/images/backgrounds/overview-banner.jpg') no-repeat center;
    background-size: cover;
}

.banner .container {
    padding-top: 150px;
    padding-bottom: 170px;
}

.banner h1 {
    max-width: 520px;
    font-size: 7.2rem;
    letter-spacing: 2px;
    color: #091871;
    line-height: 1;
}

.banner h1 small {
    font-size: 4.8rem;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #333333;
}

.banner h1 span {
    position: relative;
    z-index: 2;
}


.banner .f-24 {
    font-size: 24px;
    font-weight: bold;
    line-height: 46px;
    color: #2b2b2b;
    margin-bottom: 70px;
}

.banner a {
    margin: auto 10px;
}

.hour .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hour h2 {
    max-width: 823px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 48px;
}

.vertical-box .sys-bac {
    background: #e6e7f1 url("/assets/images/misc/sys-bac.png") no-repeat center;
}

.vertical-box .sche-bac {
    background: #e6e7f1 url("/assets/images/misc/sche-bac.png") no-repeat center;
}

.vertical-box .bootable {
    background: #e6e7f1 url("/assets/images/misc/bootable.png") no-repeat center;
}

.vertical-box .file {
    background: #e6e7f1 url("/assets/images/misc/file.png") no-repeat center;
}

.vertical-box .disk-management {
    background: #e6e7f1 url("/assets/images/misc/disk-management.png") no-repeat center;
}

.vertical-box .increment {
    background: #e6e7f1 url("/assets/images/misc/increment.png") no-repeat center;
}

.vertical-box .title {
    color: #191919;
    font-size: 2.6rem;
}

.hour .vertical-box:hover .title {
    color: #091781;
}

.vertical-box .caption {
    padding-left: 50px;
    padding-right: 50px;
}

.vertical-box .caption h5 {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
}

.inline-block {
    display: inline-block;
}

.vertical-box .caption h5:before {
    content: '';
    display: inline-block;
    background: url("/assets/images/icons/tiny-icon-all.png") no-repeat -712px -251px;
    width: 11px;
    height: 13px;
    position: absolute;
    left: -23px;
    top: 0;
}

.vertical-box .caption p {
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 15px;
}

.vertical-box .caption ul li {
    font-size: 14px;
    line-height: 20px;
    color: #595959;
    margin-bottom: 10px;
}
.vertical-box {
    padding-bottom: 120px;
    position: relative;
}
.vertical-box a {
    margin-top: 20px;
    line-height: 1.8;
    height: 45px;
    font-size: 16px;
    max-width: 240px;
    position: absolute;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.hour .row {
    margin-top: 45px;
}

.two-hour {
    background: #eee;
}

.two-hour .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.two-hour .toggle-box {
    padding-left: 50px;
    padding-right: 50px;
}

.toggle-btn li {
    width: 45.6%;
    margin-right: 0;
}

.toggle-btn li:first-child {
    margin-right: 40px;
}

.two-hour .cc-panel .panel-heading {
    padding-bottom: 0;
    border-bottom: none;
}

.two-hour .nav > li > a {
    background-color: #f4f5fa;
    box-shadow: 0px 3px 7px 0px rgba(9, 24, 113, 0.35);
}

.bgf4f5fa {
    background: #f4f5fa;
}

.toggle-btn li a {
    padding: 12px 10px;
}

.two-hour .vertical-box .top {
    padding-bottom: 0;
}

.bottom-img.left {
    position: absolute;
    left: 0;
}

.bottom-img.right {
    position: absolute;
    right: 0;
}

.two-hour .row:first-child {
    margin-bottom: 45px;
}

.more .container {

    padding-top: 48px;
    padding-bottom: 48px;
}

.more .container .box {
    background-image: linear-gradient(
            #091871,
            #091871),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    padding: 40px 80px;
}

.more h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 40px;
}

.more .hook7 li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
}

.more .white {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .vertical-box .caption p {
        min-height: 100px;
    }

    .vertical-box .caption p.minh0, .vertical-box .caption ul.minh0 {
        min-height: auto;
    }

    .vertical-box .caption ul {
        min-height: 200px;
    }

    .vertical-box .caption ul.minh125 {
        min-height: 125px;
    }

    .ph43 {
        height: 77px;
    }

    .two-hour .vertical-box .caption {
        min-height: 280px;
    }

    .banner h1 span:after {
        content: '';
        display: inline-block;
        position: absolute;
        background: url("/assets/images/misc/overviewline.png") no-repeat center;
        width: 56px;
        height: 109px;
        top: 45px;
        right: -32px;
    }
}

@media (max-width: 991px) {
    .toggle-btn li {
        width: 100%;
    }

    .toggle-btn li:first-child {
        margin-right: 0;
    }

    .more .container .box {

        padding: 40px;
    }
}

@media all and (min-width: 992px) {
    .vertical-box {
        height: 100%;
    }

    .row {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

[lang="de"] .banner h1 span:after,
[lang="fr"] .banner h1 span:after,
[lang="es"] .banner h1 span:after,
[lang="it"] .banner h1 span:after,
[lang="tw"] .banner h1 span:after,
[lang="pt"] .banner h1 span:after,
[lang="jp"] .banner h1 span:after {
    content: none;
}