.banner {
    background: url(/assets/images/backgrounds/nas-backup-software-v1-banner.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

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

.banner-panel {
    background-color: rgba(255, 255, 255, 1);
    max-width: 1150px;
    margin: 0 auto;
    padding: 90px 20px 100px;
    position: relative;
    z-index: 2;
}

.banner .h1 {
    margin-bottom: 60px;
}

.banner h1 small {
    color: #363636;
}

.banner .des {
    max-width: 890px;
    margin: 0 auto 100px auto;
}

.banner .btn {
    font-size: 2.0rem;
    line-height: 3rem;
    width: 300px;
    height: 48px;
}

.banner .btn:first-child {
    margin-right: 15px;
}

.banner .btn-box {
    position: relative;
    z-index: 10;
}

.banner .btn-box a {
    line-height: 1.8;
}

@media all and (min-width: 1200px) {
    .banner .line-box {
        width: 1150px;
        min-height: 480px;
        border: 6px solid rgba(255, 255, 255, 0.7);
        background-color: transparent;
        position: absolute;
        top: 60px;
        left: 27px;
    }
}

.overview h2 {
    background-color: #091871;
    color: #fff;
    padding: 105px 35px;
    position: relative;
    font-family: 'helvetica Blk', 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.overview h2 span {
    display: block;
    padding-left: 260px;
    text-align: left;
}
@media all and (min-width: 1200px) {
    .overview h2 span {
        text-indent: 100px;
    }
}
.overview h2 img {
    margin-right: 45px;
    margin-top: -15px;
    position: absolute;
    left: 35px;
    top: 0;
}

.overview p {
    font-size: 1.4rem;
    color: #595959;
    line-height: 22px;
}

.overview .learn-more {
    margin-top: 45px;
}

.easily {
    background: url('/assets/images/backgrounds/automated-backup-software-feature.jpg') no-repeat center;
    background-size: cover;
}

.easily .container {
    padding-top: 96px;
    padding-bottom: 96px;
}

.easily .f-bradhitc {
    font-size: 36px;
    line-height: 50px;
    color: #091871;
    max-width: 380px;
    margin-bottom: 0;
}

.easily hr {
    width: 70px;
    height: 6px;
    background-color: #091871;
    margin: 35px auto 45px 0;
}

.intro {
    max-width: 420px;
}

.intro h6 {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 50px;
}

.intro .show {
    display: block;
}

.intro-txt {
    display: none;
}

.intro-txt p {
    font-size: 14px;
    line-height: 26px;
}

.easily .slick-dots {
    margin-left: -280px;
}

.am-features .slick-dots li.slick-active button {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 2.0rem;
    color: #091871;
    text-decoration: underline;
    background-color: transparent;
}

.am-features .slick-dots li button {
    width: 12px;
    text-align: center;
    height: auto;
    line-height: 1;
    font-size: 1.6rem;
    color: #333;
    background-color: transparent;
}

.more .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.more .box {
    background-color: #091871;
    padding: 60px;
}

.box h2 {
    font-size: 34px;
    color: #fff;
}

.box p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
    color: #ffffff;
}

.box .book2 {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.box .icon-left[class*='book'] li::before {
    top: 7px;

}

.more-text {
    max-width: 660px;
    margin: auto;
}

@media (max-width: 991px) {
    .easily .slick-dots {
        margin-left: auto;
    }

    .overview h2 img {
        display: none;
    }

    .overview h2 span {
        padding: 0;
        text-align: center;
    }
}