.banner {
    background: url(/assets/images/backgrounds/ubs-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 75px;
}

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

.banner h1 span {
    display: block;
    font-size: 6.0rem;
}

.banner ul {
    margin-bottom: 30px;
}
.banner ul li {
    font-size: 1.6rem;
}
.banner .btn {
    font-size: 2.0rem;
    padding: 10px 45px;
    text-align: center;
    height: auto;
    line-height: 1;
}


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

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

.overview .top img {
    margin-top: -20px;
    margin-left: 3.5%;
    margin-right: 5%;
}

.overview h2 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -5px;
}

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

.overview .tt {
    font-weight: normal;
}

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

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

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

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

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

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

.usb {
    color: #fff;
    text-align: center;
    background: url(/assets/images/backgrounds/ubs-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 70px;
}

.usb h2 {
    margin-bottom: 60px;
}

.usb .left {
    margin-right: 6%;
}

.usb .right {
    max-width: 600px;
}

.icon-left.diamond li {
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
}

.icon-left.diamond li::before {
    width: 12px;
    height: 12px;
    background-position: -1022px -934px;
    top: 5px;
}

.software .container {
    padding-top: 80px;
}

.software h2 {
    margin-bottom: 80px;
}

.software .content {
    background: #eee;
    padding-top: 60px;
    padding-bottom: 80px;
}

.software .content p {
    font-size: 16px;
    text-align: left;
    max-width: 940px;
    line-height: 24px;
    color: #595959;
    margin-top: 40px;
}

.software .content em {
    color: #1388e4;
}

.software .content .hook {
    margin: 20px auto 0 auto;
    max-width: 730px;
}

.software .content .hook li {
    font-size: 16px;
    margin-top: 10px;
    color: #595959;
}

.tips {
    max-width: 800px;
    margin: 50px auto 0 auto;
    background-color: #fff;
    box-shadow: 0px 8px 15px 0px rgba(86, 131, 244, 0.35);
    text-align: left;
    padding: 25px 30px 30px;
}

.tips strong {
    font-size: 4.8rem;
    color: #091871;
    line-height: 1;
}

.tips p {
    padding-left: 110px;
    margin: 0 !important;
    font-size: 14px !important;
}

.easily {
    background-color: #fff;
}

.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;
}

@media (max-width: 991px) {
    .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-features .des {
    margin-bottom: 20px;
    max-width: 320px;
}


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

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

.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;
}

.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;
}
