.banner {
    background: url(/assets/images/backgrounds/dcs-banner-bg1.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.banner .banner-wrap {
    padding: 40px 0 0;
}

.banner h1 {
    font-size: 5.0rem;
}

.banner h1 small {
    color: #363636;
}

.banner .main-cnt {
    margin: 0 auto;
    text-align: left;
    position: relative;
    display: inline-block;
}

.banner .main-cnt .content {
    position: absolute;
    width: 520px;
    height: 250px;
    display: block;
    top: 0;
    left: 50%;
    margin-top: 95px;
    margin-left: -260px;
}

[lang="es"] .banner .main-cnt .content {
    width: 600px;
    margin-left: -300px;
}

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

.banner .hook1 li::before {
    top: 6px;
}

.banner .btn {
    font-size: 2.0rem;
    line-height: 1.5;
    padding-left: 35px;
    padding-right: 35px;
}

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

@media all and (min-width: 768px) {

}

@media all and (max-width: 767px) {
    .banner .main-cnt {
        display: block;
    }

    .banner .bg-img {
        display: none;
    }

    .banner .main-cnt .content {
        position: static;
    }

    .banner .btn-box {
        text-align: center;
    }

    .banner .btn-box .btn:first-child {
        margin-right: 0;
    }
}

.overview {
    background-color: #fff;
}

.overview.cnt {
    padding: 90px 0;
}

.overview .top {
    height: 180px;
    background-color: #091871;
    text-align: left;
    margin-bottom: 50px;
}

.overview .top img {
    margin-top: -25px;
    margin-left: 1%;
}
[lang="es"] .overview .top img {
    margin-right: 6%;
}
.overview h2 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    font-size: 4.2rem;
}

.overview .top span {
    color: #fff;
    font-size: 2.8rem;
    display: block;
    text-align: right;
    width: 120%;
    margin-top: 10px;
}

.overview p {
    font-size: 1.4rem;
    color: #595959;
    line-height: 22px;
    max-width: 1100px;
    margin: 0 auto 30px auto;
}

.overview .bottom {
    max-width: 900px;
    margin: 0 auto;
}

[lang="jp"] .overview .bottom,
[lang="es"] .overview .bottom,
[lang="tw"] .overview .bottom,
[lang="pt"] .overview .bottom,
[lang="fr"] .overview .bottom,
[lang="it"] .overview .bottom,
[lang="de"] .overview .bottom {
    max-width: 980px;
}

.overview .bottom li {
    color: #595959;
    margin-bottom: 10px;
}

.overview .bottom .hook4 li::before {
    top: 1px;
}

.overview .bottom .l-icon {
    margin-right: 10px;
}

@media all and (max-width: 991px) {
    .overview.cnt {
        padding: 90px 0;
    }

    .overview .top {
        zoom: 0.8;
        height: auto;
        text-align: center;
    }

    .overview .top img {
        margin-left: 0;
        zoom: 0.7;
    }

    .overview .top span {
        width: 100%;
        padding-right: 20px;
    }

    .overview .bottom > div {
        margin-bottom: 30px;
    }
}


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

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

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

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

.intro {
    max-width: 320px;
}

.intro .show {
    display: block;
}

.intro-txt {
    display: none;
}

.intro-txt h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
}

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

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

.carousel {
    background: url("/assets/images/backgrounds/automated-backup-software-user.jpg") no-repeat center;
    background-size: cover;
}

.carousel .container {
    padding-bottom: 90px;
    padding-top: 90px;
}

.carousel .slick-next, .carousel .slick-prev {
    display: none !important;
}

.carousel h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #2f2f2f;
    margin-bottom: 0;
}

.carousel .cnt {
    margin-top: 30px;
    margin-bottom: 65px;
    padding: 0;
    font-size: 14px;
    color: #2e2e2e;
}

.carousel .swiper-box {
    position: relative;
}

.carousel .swiper-box:after {
    content: '';
}

.carousel .slick-dots li.slick-active button {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-image: linear-gradient(
            #091871,
            #091871),
    linear-gradient(
            #cecece,
            #cecece);
}

.carousel .slick-dots li button {
    height: 8px;
    width: 8px;
}

@media (max-width: 991px) {
    .banner h1 {
        background: none;
        padding-left: 0;
    }

    .banner h1 small {
        position: static;
        text-align: left;
    }

    .easily .f-bradhitc, .intro {
        max-width: 100%;
    }

    .easily .slick-dots {
        margin-left: auto;
    }
}

/*slick*/
.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;
}

.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-reviews .slick-dots li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.am-reviews .swiper-box .slick-list {
    position: relative;
}

.am-reviews .swiper-box .slick-list:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #091871;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.am-reviews .slick-list:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #091871;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    bottom: 45px;
    right: 0;
}

.further .container {
    padding-bottom: 90px;
    padding-top: 90px;
}

.further .f-14 {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 40px;
}

.further .vertical-box {
    padding: 20px 10px;
    min-height: 456px;
}

.further .vertical-box h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #2e2e2e;
    margin: 30px auto 20px auto;
}

.further .vertical-box .des {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 25px;
}

.further .vertical-box .learn-more {
    display: block;
}

.ph52 {
    height: 30px;
}

@media all and (max-width: 991px) {
    .further .vertical-box {
        margin-bottom: 50px;
    }
}

.video {
    background: url(/assets/images/backgrounds/dcs-bg2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 80px 0 60px;
}

.video-icon-box {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5S;
    -ms-transition: all 0.5S;
    -moz-transition: all 0.5S;
    margin: 0 auto;
}

.video-icon-box .video-icon {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #091871;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: -5px;
    bottom: 0;
    margin: auto;
}

.video-icon-box:hover {
    background-color: #091871;
}

.video-icon-box:hover .video-icon {
    border-left-color: #fff;
}

.offers {
    background-color: #eeeeee;
}

.offers h2 {
    margin: 0 0 50px;
    text-align: center;
}

.offers .cnt .right p {
    min-height: 95px;
}

.offers .hook4 li {
    margin-bottom: 5px;
}

.offers .hook4 li::before {
    top: 4px;
}

@media all and (max-width: 991px) {
    .offers .col-md-6 {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 479px) {
    .combination-box .cnt .des {
        display: inline-block;
        text-align: left;
    }
}

@media all and (min-width: 992px) {
    .banner .btn-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: nowrap;
        flex-direction: row;
    }
}


@media all and (max-width: 992px) {
    .banner .btn-box {
        text-align: center;
    }

    .banner .btn-box > .btn {
        min-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner .main-cnt .content {
        margin-top: 75px;
    }
}

@media all and (max-width: 768px) {
    .banner {
        padding-bottom: 40px;
    }

    .banner .main-cnt .content {
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 98%;
    }

    .bottom .inline-block-box {
        text-align: left;
    }
}

.overview .top span {
    margin-left: auto;
    width: 100%;
}

@media all and (min-width: 920px) {

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

    .vertical-box, .combination-box {
        height: 100%;
    }

    .overview .bottom .inline-block-box {
        white-space: nowrap;
        word-break: keep-all;
    }

    [lang="es"] .combination-box .cnt .des {
        min-height: 125px;
    }
}

@media all and (max-width: 992px) {
    [lang] .banner .main-cnt .content {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        display: block;
        text-align: center;
        height: auto;
        left: auto;
        right: auto;
        top:0;
        bottom:0;
    }
    [lang] .banner .btn-box {
        display: inline-block;
    }
    [lang] .banner .main-cnt .content > ul {
        display: inline-block;
        text-align: left;
    }
    .banner .btn-box > .btn {
        min-width: 100%;
    }
}
@media all and (max-width: 992px) {
    [lang] .row {
        display: block;
    }
}
@media all and (max-width: 1200px) {
    [lang] .overview .top,
    [lang] .overview .top h2 {
        white-space: normal;
        word-break: break-word;
        float: right;
        display: block;
    }
    [lang] .overview .top h2 {
        width: calc(100% - 200px);
        margin-bottom: 0;
        padding: 20px 0;
    }

    [lang] .combination-box .img {
        min-width: 200px;
        text-align: left;
    }
}