/*#region Common */
.amis-cb {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #021229;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

.section-temp {
    padding: 50px 0;
}

.nowrap {
    white-space: nowrap;
}

.amis-cb-title-small {
    text-align: center;
    color: #3056D3;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
}

.amis-cb-title {
    color: #212121;
    text-align: center;
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 28px;
}

.amis-cb-tab {
    z-index: 99;
}

.cubes {
    position: absolute;
}

/*#endregion */

/*#region Tab */
.amis-cb-tab {
    position: absolute;
    top: 16px;
    width: 100%;
    transition: top 0.1s;
}

.amis-cb-tab-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amis-cb-tab ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    width: 100%;
}

    .amis-cb-tab ul li {
        color: #212121;
        padding: 0;
    }

.amis-cb-tab li {
    display: flex;
}

    .amis-cb-tab li:first-child {
        margin-left: 0;
        padding: 0;
    }

    .amis-cb-tab li a {
        color: #001980;
        padding: 8px 10px;
        border-radius: 5px;
    }

.amis-cb-tab ul li.active a {
    color: #13C296;
}

.logo-banner-tab {
    display: none;
}

.stickyCss {
    position: fixed;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
    top: 0;
    box-shadow: 3px 7px 6px -5px #c9c4c4;
    z-index: 99999;
}

@media(min-width: 980px) {
    .amis-cb-tab.stickyCss ul li:last-child a {
        background-color: #13C296;
        color: #FFF;
    }

    .amis-cb-tab.stickyCss .logo-banner-tab {
        display: block;
    }
}

@media(max-width: 979px) {

    .amis-cb-tab-wrap {
        display: block;
        padding: 0;
    }

    .amis-cb-tab ul {
        justify-content: center;
    }
}

/*#endregion */

/*#region Banner */

.amis-cb-banner {
    padding: 50px 0;
    background: #F7F8FD;
}

    .amis-cb-banner .row {
        position: relative;
    }

.cb-banner-solution-text {
    color: #08104A;
    font-size: 22px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    padding-bottom: 15px;
}

.cb-banner-title {
    color: #3B42CE;
    font-size: 34px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.cb-banner-description {
    color: #212121;
}

.cls-button-banner {
    display: flex;
    padding-top: 30px;
}

    .cls-button-banner a {
        color: #fff;
        text-align: center;
        padding: 10px 20px;
        border-radius: 5px;
    }

        .cls-button-banner a.btn-free-trial {
            background: #13C296;
            color: #fff;
        }

        .cls-button-banner a.btn-advisory {
            color: #3B42CE;
            border: solid 1px #3B42CE;
        }

        .cls-button-banner a:not(:last-child) {
            margin-right: 15px;
        }

/*#endregion */

/*#region solution-set */

ul.solution-set-content {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 16px 8px rgba(0,0,0,0.06);
}

    ul.solution-set-content li {
        width: 20%;
        margin: 0;
        padding: 20px 10px;
    }

.solution-item {
    text-align: center;
}

.solution-item-icon {
    margin: 0 auto 10px;
}

.solution-item-title {
    color: #3056D3;
    font-size: 16px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-bottom: 10px;
}

.solution-item-des {
    color: #666666;
}

/*#endregion */

/*#region sticking-staff */

.sticking-staff-img {
    margin: 0 auto;
}

.cubes-dot {
    position: absolute;
    top: 40px;
    left: 55px;
}

/*#endregion */

/*#region benefit */

ul.benefit-content {
    padding-top: 30px;
    width: 100%;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    background: #fff;
}

    ul.benefit-content li {
        width: 30%;
        margin: 0;
        padding: 20px 10px;
    }

.benefit-item {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

    .benefit-item:hover {
        box-shadow: 0 0 16px 8px rgba(0,0,0,0.06);
        background: #F7F8FD;
    }

.benefit-item-img {
    margin: 0 auto 20px;
}

.benefit-item-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 20px;
    color: #3B42CE;
    text-align: center;
    padding-bottom: 20px;
}

.benefit-item-des {
    text-align: center;
}

.benefit .row {
    position: relative;
}

.cubes1 {
    top: 100px;
    left: -5px;
}

.cubes2 {
    top: 0px;
    right: -250px;
}

/*#endregion */

/*#region library */

.amis-cb-library .row {
    position: relative;
}

ul.cb-library-content {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 50px 0 0;
    z-index: 1;
}

    ul.cb-library-content li {
        width: 33.33%;
        margin: 0;
        padding: 15px;
    }

.cb-library-item {
    display: grid;
    background: #fff;
    height: 100%;
    padding: 20px 15px;
    border: solid 1px #E0E0E0;
    border-radius: 8px;
}

.cb-library-item-icon {
    margin: 0 auto 20px;
    width: 60px;
}

.cb-library-item-title {
    text-align: center;
    font-family: GoogleSans Bold;
    padding-bottom: 15px;
    font-size: 18px;
}

.cb-library-item-des {
    min-height: 50px;
    text-align: center;
}

.cb-library-item-button {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 20px;
}

    .cb-library-item-button a {
        background: #fff;
        color: #13C296;
        border: solid 1px #13C296;
        text-align: center;
        padding: 10px 15px;
        border-radius: 5px;
    }

        .cb-library-item-button a:hover {
            background: #13C296;
            color: #fff;
        }

.cubes3 {
    left: -50px;
    top: 100px;
}

/*#endregion */

/*#region working-efficiency */

.working-efficiency {
    color: #fff;
    padding-bottom: 0;
}

.working-efficiency-content {
    background: url(/sites/amis/images/pages/amis-c&b/bg_working-efficiency.svg) no-repeat;
    background-size: cover;
    border-radius: 8px;
    padding: 50px 35px;
}

.working-efficiency-title {
    color: #fff;
    text-align: left;
    font-size: 26px;
    padding-bottom: 20px;
}

.cls-button-working-efficiency {
    display: flex;
    padding-top: 30px;
}

    .cls-button-working-efficiency a {
        color: #fff;
        text-align: center;
        padding: 10px 20px;
        border-radius: 5px;
    }

        .cls-button-working-efficiency a.btn-free-trial {
            background: #212121;
        }

        .cls-button-working-efficiency a.btn-advisory {
            color: #fff;
            border: solid 1px #fff;
        }

        .cls-button-working-efficiency a:not(:last-child) {
            margin-right: 15px;
        }

ul.working-efficiency-description {
    list-style: none;
    margin: 0;
}

    ul.working-efficiency-description li {
        background: url(/sites/amis/images/pages/amis-c&b/ic_tick.svg) no-repeat left center;
        margin: 0;
        padding-left: 22px;
        padding-bottom: 0;
    }

        ul.working-efficiency-description li:not(:last-child) {
            margin-bottom: 8px;
        }

/*#endregion */

/*#region amis-cb-ready */

.rc-col {
    float: left;
}

    .rc-col:not(:last-child) {
        padding-right: 10px;
    }

.rc-col-item {
    font-family: GoogleSans Bold;
    padding-bottom: 15px;
    padding-top: 20px;
    font-size: 20px;
}

.rc-col-content a {
    display: block;
    padding-bottom: 10px;
    color: #212121;
    display: table;
}

    .rc-col-content a:hover {
        color: #13C296;
    }

/*#endregion */

/*#region Responsive */

@media(min-width: 980px) {

    .view-m {
        display: none;
    }

    .amis-cb-banner {
        height: 750px;
    }

    .amis-cb-banner-text {
        padding-top: 150px;
        z-index: 10;
    }

    .amis-cb-banner-img {
        position: absolute;
        top: 15px;
        left: 33%;
        max-width: 800px;
        width: 100%;
    }

    .solution-set {
        margin-top: -200px;
    }

    ul.benefit-content li:first-child {
        margin-left: 5%;
    }

    .working-efficiency-content {
        display: flex;
    }

    .working-efficiency-img {
        display: flex;
        align-items: flex-end;
    }

    .rc-col:nth-child(1) {
        width: 32%;
    }

    .rc-col:nth-child(2) {
        width: 26%;
    }

    .rc-col:nth-child(3) {
        width: 25%;
    }

    .rc-col:nth-child(4) {
        width: 17%;
    }
}

@media(max-width: 979px) {

    .view-d {
        display: none;
    }

    .cubes {
        display: none;
    }

    .amis-cb-banner-text {
        padding-top: 50px;
        text-align: center;
    }

    .cls-button-banner {
        justify-content: center;
    }

    .amis-cb-banner-img {
        display: none;
    }

    ul.solution-set-content {
        justify-content: center;
    }

        ul.solution-set-content li {
            width: 33.33%;
        }

    .sticking-staff {
        background: #3056D3;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 8px;
    }

    .sticking-staff-title {
        color: #fff;
    }

    .sticking-staff-img-mobile img {
        margin: 30px auto 0;
    }

    ul.benefit-content li {
        width: 33.33%;
    }

    .benefit-item {
        padding: 8px;
    }

    .working-efficiency-content {
        padding: 30px 15px;
    }

    .working-efficiency-title {
        text-align: center;
    }

    ul.working-efficiency-description {
        display: grid;
        justify-content: center;
    }

    .cls-button-working-efficiency {
        justify-content: center;
    }

    .working-efficiency-img img {
        margin: 20px auto 0;
    }

    .rc-col {
        width: 25%;
    }

        .rc-col:nth-child(1) {
            width: 38%;
        }

        .rc-col:nth-child(2) {
            width: 32%;
        }

        .rc-col:nth-child(3) {
            width: 30%;
        }

        .rc-col:nth-child(4) {
            width: 30%;
        }
}

@media(max-width: 767px) {
    .amis-cb-tab li {
        margin: 0;
    }

    .amis-cb-banner {
        padding-bottom: 30px;
    }

    .amis-cb-banner-text {
        padding-top: 30px;
    }

    .cb-banner-solution-text {
        padding-bottom: 10px;
    }

    .cb-banner-title {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .cb-banner-description br {
        display: none;
    }

    .cls-button-banner a {
        padding: 10px 12px;
    }

    .amis-cb-title {
        font-size: 22px;
    }

    .section-temp {
        padding: 30px 0;
    }

    ul.solution-set-content li {
        width: 50%;
    }

    .benefit-item {
        padding: 5px;
    }

    ul.benefit-content {
        justify-content: center;
    }

        ul.benefit-content li {
            width: 50%;
        }

    ul.cb-library-content {
        padding-top: 30px;
    }

        ul.cb-library-content li {
            width: 50%;
            padding-top: 7px;
            padding-bottom: 7px;
        }

            ul.cb-library-content li:nth-child(2n) {
                padding-left: 7px;
            }

            ul.cb-library-content li:nth-child(2n+1) {
                padding-right: 7px;
            }

    .working-efficiency-text {
        padding: 0;
    }

    .cls-button-working-efficiency a {
        padding: 10px 12px;
    }

    .rc-col:nth-child(1) {
        width: 100%;
    }

    .rc-col:nth-child(2) {
        width: 56%;
    }

    .rc-col:nth-child(3) {
        width: 44%;
    }

    .rc-col:nth-child(4) {
        width: 44%;
    }

    .rc-col-item {
        font-size: 18px;
    }
}

@media(max-width: 375px) {
    .amis-cb-tab li a {
        padding: 8px;
        font-size: 14px;
    }

    .cb-banner-title {
        font-size: 22px;
    }

    .amis-cb-library ul.cb-library-content li {
        width: 100%;
        padding: 7px 15px;
    }

    .rc-col-content a {
        font-size: 15px;
    }
}

@media(max-width: 320px) {
    .cb-banner-title {
        font-size: 20px;
    }

    .cls-button-banner {
        display: grid;
    }

        .cls-button-banner a:not(:last-child) {
            margin-right: 0;
            margin-bottom: 10px;
        }

    ul.benefit-content li {
        width: 100%;
    }

    .cls-button-working-efficiency {
        display: grid;
    }

        .cls-button-working-efficiency a:not(:last-child) {
            margin-right: 0;
            margin-bottom: 10px;
        }

    .rc-col-item {
        font-size: 16px;
    }

    .rc-col-content a {
        font-size: 14px;
    }
}

/*#endregion */
