/* Slider */

body > section.section:first-of-type {
    /* padding-top: 0 !important; */
}


header.header section.hero.home-body{
    padding-top: 0;
    height: 600px;
}
header.header .hero.home-body .hero-body{
    z-index: 1;
    background-color: transparent;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 3.75rem 0;
    padding: 0;
}


.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 360px;
}
.slick-slide > .columns {
    min-height: 360px;
    padding-top: 4rem;
}
.fullsize-banner-clickable.slick-slide a{
    display: block;
    width: 100%;
    height: 360px;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider-custom-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    right: 20%;
    margin: 0 auto;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.slider-custom-dots:before {
    position: absolute;
    content: '';
    left: -1rem;
    top: 0;
    width: 1px;
    height: 100%;
    opacity: 0.2;
    background-color: #fff;
}
.dot-title {
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
    max-width: 275px;
    opacity: 0.5;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 48px;
}
.dot-title.is-active {
    opacity: 1;
    position: relative;
}
.dot-title.is-active:before {
    position: absolute;
    content: '';
    left: -1rem;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #00a971;
}
header.header .slick-list .columns .column .title{
    padding-top: 4.75rem;
    /* position: absolute;
    top: 0;
    z-index: 1; */
}
.slick-dots {
    display: none;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 24px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.slick-dots li {
    cursor: pointer;
    width: 36px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
}

.slick-dots li button {
    display: none
}

.slick-dots li::after {
    content: ' ';
    position: absolute;
    height: 1.5rem;
    width: 7px;
    left: 1px;
    bottom: 0;
}

.slick-dots li::before {
    content: ' ';
    position: absolute;
    height: 1.5rem;
    width: 7px;
    left: -7px;
    bottom: 0;
}

.slick-dots li.slick-active {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #00a971;
}

.slider-hero {
    position: relative;
    max-width: 100%
}

.slick-prev {
    left: 0.625rem;
    cursor: pointer
}

.slick-next {
    right: 0.625rem;
    cursor: pointer
}

.slick-next,
.slick-prev {
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    z-index: 1;
    top: 50%;
    margin-top: -1.25rem;
    background: transparent;
    border: none;
    outline: none;
    text-indent: -99999px;
}

.slick-prev:after,
.slick-next:after {
    border: 1px solid #fff;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -7px;
    margin-left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 4;
}

.slick-prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
}

.slick-next:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 3px;
}

.slider-hero>section {
    display: none
}

.slick-slider.slider-hero{
    width: 100%;
    max-width: 1360px;
}
.slick-slide .column p.subtitle {
    margin-bottom: 40px !important;
}
.banner-btn-groups {
    position: relative;
    display: flex;
    flex-direction: row;
}

.banner-btn-groups  .banner-left-btn {
    font-size: 14px;
    background-color: #00a971;
    border-radius: 3px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
/* .banner-btn-groups  .banner-left-btn:hover {
    background-color: #ffffff;
    border-radius:23px;
    color: #000000 !important;
    -webkit-border-radius:23px;
    -moz-border-radius:23px;
    -ms-border-radius:23px;
    -o-border-radius:23px;
    transition: none;;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
} */

.banner-btn-groups  .banner-right-btn {
    font-size: 14px;
    background-color: transparent;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #fff;
    height: 44px;
    line-height: 44px;
    margin-left: 10px;
    color: #fff;
    width: 120px;
}

@media screen and (max-width: 1023px) {
    header.header .hero .hero-body {
        display: block;
        z-index: 20;
        padding-top: 0;
    }
    header.header .hero-slider .slider-hero .slick-next,
    header.header .hero-slider .slider-hero .slick-prev {
        display: none !important
    }
    .columns.is-variable {
        margin: 0
    }
}
@media screen and (max-width: 1280px) {
    .slick-slider.slider-hero{
        max-width: 1200px;
    }
}

@media screen and (max-width: 768px) {
    header.header .hero-slider {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.875rem;
    }
    header.header .hero-slider .slick-dots {
        bottom: 1.25rem;
    }
}

.slider-hero {
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-body {
    height: 100%;
}

.hero {
    position: relative
}

.hero-slider {
    flex: 1;
    width: 100%;
    z-index: 10;
}

.hero-slider .btn-more {
    height: 64px;
    width: 64px;
    display: block;
    outline: none;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTMyIDBsMzIgMzItMzIgMzJMMCAzMiAzMiAwem0wIDEuNDE0TDEuNDE0IDMyIDMyIDYyLjU4NiA2Mi41ODYgMzIgMzIgMS40MTR6bTQuOSAyNi4wNjZsNC42NiA0LjMyLTQuNjYgNC4zMi0uNjgtLjc2IDIuODItMi45MmgtMTYuNnYtMS4yOGgxNi42bC0yLjgyLTIuOTIuNjgtLjc2eiIvPgo8L3N2Zz4K')
}

.hero-slider .btn-more:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBsMzIgMzItMzIgMzJMMCAzMiAzMiAwem00LjkgMjcuNDhsLS42OC43NiAyLjgyIDIuOTJoLTE2LjZ2MS4yOGgxNi42bC0yLjgyIDIuOTIuNjguNzYgNC42Ni00LjMyLTQuNjYtNC4zMnoiLz4KPC9zdmc+Cg==')
}
header.header .hero .hero-body {
    align-items: stretch;
}
.slider-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.home-banner-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}

.home-banner-slider.is-active {
    opacity: 1;
}

.title-block .title {
    margin-bottom: 1.25rem;
    font-weight: 500;
    font-size: 2rem;
}

.title-block .subtitle {
    font-size: 1rem;
    color: #a1a6ab;
}

.parsys {
    margin: 0 -1.5rem !important;
    padding: 0 0 0 0;
    list-style: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.parsys li {
    width:20%;
    display: inline-block;
    text-align: center;
    padding: 0;
    background-color: #f5f8fa;
}

.parsys li img {
    width: auto;
    height: 5rem;
    max-width: 180px;
}

.parsys li .is-text-small {
    color: #a1a6ab
}
.parsys > li > a {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column ;
    align-items: center;
    width: 100%;
    padding: 35px;
}
.parsys > li > a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 78px;
    top: 50%;
    right: 0;
    transform:translateY(-50%);
    background-color: rgba(60, 70, 77, 0.1);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.parsys > li > a:hover h5{
    color: #00a971;
}
.parsys > li > a p {
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width: 768px) {
    .parsys {
        -ms-flex-flow: wrap column;
        flex-flow: wrap column;
    }
    .parsys li {
        width: 100%;
        /* margin: 10px 2px; */
    }
}

@media screen and (min-width: 768px) {
    header .slick-list {
        margin: 3.75rem 6.25rem;
    }
    .slider-cases .cases-card:nth-child(5n) {
        border-right: none;
    }
    .slider-cases .cases-card:nth-child(-n+5) {
        border-top: none;
    }
}

.parsys li h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: #3e464c;
}

.parsys li p {
    line-height: 1.43rem;
    font-size: 14px;
    opacity: 0.7;
    color: #68747f !important;
    max-width: 212px;
    margin-top: 8px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.parsys li p.is-text-small {
    margin-bottom: 0.625rem;
}

section.section.hero.banner {
    height: 269px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.section.hero.banner .hero-body {
    display: flex;
    align-items: center;
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0;
}

section.section.banner .hero-body .column.is-narrow {
    order: 1;
}

section.section.banner .hero-body .column {
    order: -1;
}

section.section.hero.banner .title.is-3 {
    font-size: 2rem;
    line-height: 2.8125rem;
    margin-bottom: 1.25rem
}

@media screen and (max-width: 768px) {
    section.section.hero.banner {
        height: auto;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    section.section.hero.banner .title,
    section.section.hero.banner .subtitle {
        text-align: center;
    }
    header.header .hero .hero-body .title {
        line-height: 1.2
    }
}

section.section.banner .hero-body .is-narrow .image img {
    max-height: 141px;
    width: auto;
    margin: 0 auto
}

.section.banner .title {
    font-weight: 500;
    text-align: left;
    color: #3f464d;
}

.section.banner .subtitle {
    font-size: 1rem;
    text-align: left;
    line-height: 1.375rem;
    color: #a1a6ab;
    max-width: 50rem
}

.features figure.image {
    margin: 1.25rem auto;
    width: 4.5rem;
    height: 4.5rem;
}

.features .title {
    font-weight: 500;
    text-align: center;
    color: #3f464d;
    line-height: 1.38;
}

.features .title.is-4,
.features .title.is-5 {
    margin-bottom: 10px
}

.features p {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
    color: #a1a6ab;
    margin-bottom: 3.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.features .button.more-link {
    height: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: #fff
}

.features .has-text-centered {
    margin-top: -20px
}

@media screen and (max-width: 768px) {
    .features p {
        text-align: center
    }
}

@media screen and (min-width: 768px) {
    
    .solutions .title.is-3 {
        color: #fff;
    }
    .solutions .subtitle {
        color: rgba(255, 255, 255, 0.6);
    }
    .solutions {
        background-color: #3d3e49;
    }
}

.certification {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
}

.certification ul {
    list-style: none;
    margin: 0;
    padding: 3.75rem 0 2.5rem 0;
    display: flex;
    flex-flow: nowrap row;
}

.certification ul li {
    margin-bottom: 1.25rem;
    flex: 1
}

@media screen and (max-width: 768px) {
    .certification ul {
        flex-flow: wrap row;
        justify-content: center;
    }
    .certification ul li {
        width: 50%;
        flex: none
    }
    .solution-content-wrap.is-hidden-desktop .title-block {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 3.125rem;
    }
    .solution-list-m {
        width: 100vw;
    }
    .solution-item-m-title{
        /* display: block; */
        position: relative;
        padding: 1rem;
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        line-height: 32px;
    }
    .solution-item-m-title:nth-child(1) {
        border-top: 1px solid #e5e5e5;
    }
    .solution-item-m-title a {
        color: #68747f;
        font-size: 1rem;
        line-height: 1.35rem;
    }
    .solution-content-wrap.is-hidden-desktop {
        background-color: #fff;
    }
    .solution-item-m-cases {
        margin-top: 20px;
    }
    .solution-item-m-cases .case-item {
        display: inline-block;
        height: 45px;
        width: 45%;
        text-align: center;
        box-sizing: border-box;
        padding: 0 10px;
        margin-bottom: 15px;
        vertical-align: top;
        font-size: 0;
        white-space: normal;
    }
    .solution-item-m-cases img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }
    .collapse .collapse-header a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .collapse .collapse-header a::after {
        border: 1px solid #a1a6ab;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: block;
        height: 12px;
        pointer-events: none;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 12px;
        right: 0;
        top: 0;
        z-index: 1;
        transform-origin: 30% 70%;
        -webkit-transition: all 0.1s ease-in;
        -moz-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
    }
    
    .collapse .collapse-header.open {
        box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
    }
    
    .collapse .collapse-header.open a::after {
        -webkit-transform: rotate(-225deg);
        -moz-transition: rotate(-225deg);
        transform: rotate(-225deg);
        border-color: #00a971;
    }
    
    .collapse .collapse-header.open a {
        padding-bottom: 0;
        color: #00a971;
    }
    .collapse .collapse-header .collapse-icons {
        display: flex;
        align-items: center;
        margin-right: 2.25rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .collapse .collapse-header.open .collapse-icons{
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .solution-item-m-desc {
        color: rgba(104, 116, 127, 0.9);
    }
    .solution-item-m-content.is-active {
        display: block !important;
        opacity: 1;
        background-color: #f5f8fa;
        min-height: 200px;
    }
    .solution-item-m-content .collapse-content {
        padding: 1rem;
    }
}

.section.solutions {
    background-image: url('../image/home_cases_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.section.solutions .title {
    color: #fff;
    margin-bottom: 10px;
}
.section.solutions .subtitle {
    color: #fff;
}
.section.solutions .solution-card {
    text-align: center;
    background-color: #fff;
    height: 210px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 30px;
    margin-bottom: 12px;
}
.section.solutions .has-icon .solution-card, .section.solutions .has-image .solution-card {
    margin-bottom: 0;
    height: 216px;
}
.section.solutions .has-icon .solution-card:first-child, .section.solutions .has-image .solution-card:first-child {
    border-radius: 3px 3px 0 0;
}
.section.solutions .has-icon .solution-card:last-child, .section.solutions .has-image .solution-card:last-child {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
}
.section.solutions .solution-card .title {
    font-size: 18px;
    color: #000;
    line-height: 1.78;
}
.section.solutions .solution-card .parah {
    color: #61646f;
    line-height: 1.5;
    font-size: 1rem;
}

.customer-story .story-content {
    background-color: #fff;
    padding:75px 74px;
    border-left: 3px solid #00a971;
}
.story-content .testimonial {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #000000;
    margin-bottom: 30px;
}
.story-content .customer-label {
    font-size: 14px;
    line-height: 1.5;
    color: #919294;
}
.story-content .story-banner {
    max-width: 489px;
}

.certification figure.image {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.625rem;
}

.certification ul li figure.image img {
    max-width: 80px;
    height: auto;
    max-height: 80px;
}

.certification ul li h5 {
    font-size: 14px;
    text-align: center;
    color: #4a4a4a;
    line-height: 1.4;
    padding: 0 16px;
}

/* home why qingcloud style */
.why-qingcloud .advantage-content {
    padding: 60px 50px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    min-height: 368px;
    max-height: 368px;
}
.advantage-content img {
    width: 64px;
    height: 64px;
}
.advantage-content .heading {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: #00a971;
    text-transform: capitalize;
}
.advantage-content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.38;
    color: #68747f;
}
.products-tabs .tab-header {
    cursor: pointer;
    background-color: #fff;
}
.products-tabs .tab-header:hover {
    background-image: linear-gradient(to bottom, rgba(210, 224, 216, 0.16), rgba(255, 255, 255, 0));
}
.products-tabs .tab-header.is-active {
    background-image: linear-gradient(to bottom, rgba(210, 224, 216, 0.16), rgba(255, 255, 255, 0));
    border-top: 4px solid #00a971;
}
.products-tabs .title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding-top:14px;
    padding-bottom: 5px;
}
.products-tabs .subtitle {
    font-size: 14px;
    line-height: 1.43;
    color: #919294;
    padding-bottom: 14px;
}
.products-tab-content {
    margin-top: 3rem;
}
.products-tab-content .product-paragraph {
    font-size: 1rem;
}
.products-tab-content img{
   max-width: 259px;
}
.products-tab-content .para-title {
   font-size: 24px;
   font-weight: 500;
   line-height: 1.33;
   color: #00a971;
   margin-bottom: 8px;
}
.products-tab-content .product-paragraph ul {
    margin-top: 20px;
}
.products-tab-content .product-paragraph ul li{
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
}
.products-tab-content .product-paragraph ul li:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0px;
    top: 10px;
    border-radius: 50%;
    background: #68747f;

}


.slider-cases {
    min-height: 400px;
    max-width: 1096px;
    margin: 0 auto;
}

.slider-cases>section {
    display: none
}



.slider-cases .slick-dots {
    position: static;
    margin-top: 0;
}

.slider-cases .slick-prev:after,
.slider-cases .slick-next:after {
    border: solid 1px rgba(255, 255, 255, 0.4);
    border-right: 0;
    border-top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slider-cases .slick-prev:hover:after,
.slider-cases .slick-next:hover:after {
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-right: 0;
    border-top: 0;
}

.slider-cases .slick-prev {
    left: -50px;
}

.slider-cases .slick-next {
    right: -50px;
}

.slider-cases .cases-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(60, 70, 77, 0.1);
    border-left: none;
    border-bottom: none;
    height: 110px;
}

.slider-cases .cases-card:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
    .cases-bottom {
        margin-top: 30px;
    }
}

.slider-cases .cases-card .card-image {
}

.slider-cases .cases-card .card-image img {
    max-height: 3.75rem;
    margin: 0 auto;
    min-height: 60px;
}

.slider-cases .cases-card .card-content {
    font-size: 0.875rem;
    color: #A1A6AB;
    margin: 0;
    padding: 0;
    line-height: 2.0;
    max-height: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.slider-cases .cases-card .card {
    position: relative
}

.slider-cases .cases-card .more-link {
    font-size: 0.875rem;
    position: absolute;
    bottom: 2.5rem;
    color: #a1a6ab;
}

.slider-cases .cases-card:hover .more-link {
    color: #00a971;
}

/* 全维云*/
.section.products .tabs li.is-active a {
    border-width: 2px;
    color: #00a971;
}
.section.products .tabs li a {
    color: #4a535c;
    font-size: 20px;
    width: 200px;
}
.section.products .tabs li a:hover {
    border-bottom-color: transparent;
    color: #00a971;
}
.section.products .tabs li.is-active a:hover {
    border-bottom-color: #00a971;
}
.section.products .tab-content {
    display: none;
}
.section.products .tab-content.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.platform-content {
    margin-top: 4rem;
}
.wheel {
    width: 369px;
    height: 369px;
    position: relative;
}
.wheel-mask {
    width: 369px;
    height: 369px;
    position: absolute;
    top: 0.75rem;
    left: 0;
    z-index: 100;
}
.wheel-part {
    cursor: pointer;
}
.wheel-part, .wheel-mask-cover {
    position: absolute;
    width: 74px;
    height: 74px;
}
.wheel-part.hybrid, .wheel-mask-cover.left {
    top: 35px;
    left: 70px;
}
.wheel-part.enterprise, .wheel-mask-cover.bottom  {
    top: 140px;
    right: 10px;
}

.wheel-part.public, .wheel-mask-cover.active {
    bottom: 25px;
    left: 85px;
}
.wheel-polygon {
    background: url('../image/wheel-polygon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 148px;
    height: 170px;
    position: absolute;
    left: 250px;
    top: 100px;
    z-index: 1;
}
.wheel-polygon-item {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 131px;
    height: 124px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
}
.wheel-polygon-item.active {
    display: block;
}
.wheel-polygon-item.enterprise {
    background-image: url('../image/wheel-enterprise-active.svg');
}
.wheel-polygon-item.public {
    background-image: url('../image/wheel-public-active.svg');
}
.wheel-polygon-item.hybrid {
    background-image: url('../image/wheel-hybrid-active.svg');
}

.wheel-animate-120 {
    animation: WheelSpin-120 1.5s linear;
    -webkit-animation: WheelSpin-120 1.5s linear;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}
.wheel-part-animate-120 {
    animation: WheelPartSpin-120 1.5s linear;
    -webkit-animation: WheelPartSpin-120 1.5s linear;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
}
@keyframes WheelSpin-120 {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
    100% {
      transform: rotate(120deg);
      -webkit-transform: rotate(120deg);
      -moz-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      -o-transform: rotate(120deg);
}
}
@keyframes WheelPartSpin-120 {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
}
    100% {
      transform: rotate(-120deg);
      -webkit-transform: rotate(-120deg);
      -moz-transform: rotate(-120deg);
      -ms-transform: rotate(-120deg);
      -o-transform: rotate(-120deg);
}
}
/* animate 240deg*/
.wheel-animate-240 {
    animation: WheelSpin-240 1.5s linear;
    -webkit-animation: WheelSpin-240 1.5s linear;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}
.wheel-part-animate-240 {
    animation: WheelPartSpin-240 1.5s linear;
    -webkit-animation: WheelPartSpin-240 1.5s linear;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
}
@keyframes WheelSpin-240 {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
    100% {
      transform: rotate(240deg);
      -webkit-transform: rotate(240deg);
      -moz-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
      -o-transform: rotate(240deg);
}
}
@keyframes WheelPartSpin-240 {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
}
    100% {
      transform: rotate(-240deg);
      -webkit-transform: rotate(-240deg);
      -moz-transform: rotate(-240deg);
      -ms-transform: rotate(-240deg);
      -o-transform: rotate(-240deg);
}
}

.service-system {
    position: relative;
    min-height: 410px;
}
.service-item {
    position: absolute;
    top: 0;
    left: 0;
}
.service-item {
    opacity: 0;
}
.service-item.active {
    opacity: 1;
    z-index: 2;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}
.recommend-product, .more-products-wrap {
    padding: 40px;
}
.recommend-product {
    position: relative;
    border-left: 2px solid #98e2a2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(76, 94, 112, 0.05);
}
.recommend-product .btn-groups {
    font-size: 14px;
    font-weight: 500;
}
.recommend-product .btn-groups .is-primary {
    margin-right: 1rem;
}
.recommend-product .has-border {
    border-radius: 3px;
    border: solid 1px #00a971;
    color:#00a971;
}
.recommend-product .badge {
    position: absolute;
    right: 20px;
    top: 0;
}
.recommend-product-title {
    font-size: 20px;
    font-weight: 500;
    color: #4a535c;
    margin-bottom: 12px;
    line-height: normal;
}
.recommend-product-desc {
    font-size: 14px;
    color:#68747f;
    margin-bottom: 24px;
    line-height: normal;
}
.more-products-wrap {
    background-color: #f5f9fa;
}
.more-products-wrap .column {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: normal;
    display: flex;
    align-items: center;
}
.more-products-wrap .column a {
    margin-left: 12px;
}
.more-products-wrap .column a:hover {
    color: #00a971;
}
.more-products-wrap a {
    font-size: 14px;
    color: #3e464c;
}
.more-products-wrap a.more-btn {
    color: #00a971;
    margin-left: 0;
}


@media screen and (max-width: 768px) {
    .product-menu-container {
        border-top: solid 1px rgba(0, 0, 0, 0.12);
    }
    .section.is-medium.products {
        padding-bottom: 0;
    }
    .section.cases {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .section.cases .slider-cases {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden
    }
    .slider-cases .slick-prev,
    .slider-cases .slick-next {
        display: none !important;
    }

    .slick-track .slick-slide.slick-center .cases-card {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        opacity: 1
    }
    .slick-track .slick-slide .cases-card,
    .slick-track .slick-slide:not(.slick-center) .cases-card {
        transform: scale(0.95, 0.95);
        -webkit-transform: scale(0.95, 0.95);
        -moz-transform: scale(0.95, 0.95);
        -ms-transform: scale(0.95, 0.95);
        -o-transform: scale(0.95, 0.95);
        opacity: 0.8
    }
    section.solutions {
        height: auto;
    }
    .data-center {
        background-image: url('../image/data-center-mobile.jpg');
        background-size: contain;
    }
    .data-center .title-block .subtitle, .data-center .map-marker-wrap {
        display: none;
    }
}



@media screen and (max-width: 768px) {
    .cases .container {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .slider-cases .cases-card {
        height: auto;
    }
    .slider-cases .cases-card .card-image img {
        min-height: auto;
    }
    .slider-cases .cases-card:nth-child(3n) {
        border-right: none;
    }
}

/* product-menu */

.product-menu-container {
    position: relative;
    cursor: default;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    *zoom: 1
}

.product-menu-container:before,
.product-menu-container:after {
    content: " ";
    display: table
}

.product-menu-container:after {
    clear: both
}

@media only screen and (min-width: 769px) {
    .product-menu-container {
        padding: 0;
        display: block;
        margin-top: -2rem;
    }
}

.product-menu-container a {
    outline: none;
    -ms-touch-action: none !important
}

.product-menu-container a:visited,
.product-menu-container a:active,
.product-menu-container a:hover {
    text-decoration: none
}

@media only screen and (min-width: 769px) {
    .product-item-expander-cortex {
        display: block
    }
}

.product-menu-container .product-triangle,
.product-menu-container .product-triangle-inner {
    position: absolute;
    top: 0;
    width: 0;
    height: 8px;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent;
    border-top-width: 0;
    z-index: 3
}

.product-item-ads-wrap {
    background-color: #fff;
    margin-left: 1.25rem;
    position: relative;
    padding: 20px;
}
.product-item-ads-wrap .ads-label {
    background-image: url('../image/product-menu-ads-label.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-left: -25px;
    font-size: 12px;
    width: 77px;
    height: 31px;
    color: #fff;
    text-indent: 1rem;
}
.product-item-ads-wrap .ads-label.discount {
    background-image: url('../image/product-menu-ads-discount.svg');
}
.product-item-ads-wrap h4 {
    font-size: 20px;
    color: #3e464c;
    font-weight: 500;
}
.product-item-ads-wrap .ads-desc {
    font-size: 14px;
    max-width: 280px;
    color: #a1a6ab;
    margin-top: 10px;
    opacity: 0.9;
    line-height: normal;
}
.product-item-ads-wrap .ads-config {
    font-size: 14px;
    color: #3e464c;
    line-height: normal;
    margin-top: 20px;
}
.product-item-ads-wrap .ads-config li {
    background-image: url('../image/check.svg');
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: 16px;
    font-size: 14px;
    color: #3e464c;
    opacity: 0.9;
}
.product-item-ads-wrap .ads-bottom {
    margin-top: 30px;
}
.product-item-ads-wrap .price-num {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.55;
    color: #02a971;
    padding-right: 5px;
}
.product-item-ads-wrap .ads-contract {
    font-size: 12px;
    color: #a1a6ab;
}
.ads-bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.add-to-list-btn {
    height: 36px;
    width: 120px;
}



@media only screen and (min-width: 769px) {
    .product-menu-container .product-triangle,
    .product-menu-container .product-triangle-inner {
        left: 0
    }
}

.product-menu-container .product-triangle {
    right: 1.25rem;
    top: 1.3125rem;
    border-bottom: 8px solid #f5f8fa;
    transition: left 0.18s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width: 769px) {
    .product-menu-container .product-triangle {
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.product-menu-container .product-triangle-inner {
    top: 2px;
    left: -8px;
    border-bottom: 8px solid white
}

@media only screen and (min-width: 769px) {
    .product-menu-container .product-triangle-inner {
        border-bottom-color: transparent
    }
}

.product-menu-container .product-trigger figcaption {
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: center;
    color: #68747f;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.product-menu-container .product-trigger:visited {
    color: #414042
}

.product-menu-container .product-trigger:active figcaption,
.product-menu-container .product-trigger:hover figcaption,
.product-menu-container .product-trigger.is-active figcaption {
    color: #00a971;
}

.product-menu-container .product-trigger.is-active figcaption {
    font-weight: 500
}

.product-menu-container .product-trigger:active .image .product-icon,
.product-menu-container .product-trigger.is-active .image .product-icon {
    background-position: -65px 0;
}

.product-menu-container .product-trigger .image .product-icon {
    height: 72px;
    width: 62px;
    cursor: pointer;
    margin: 0 auto 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

@media only screen and (min-width: 769px) {
    .product-menu-container .product-trigger {
        float: left;
        width: 33.3333%;
        padding: 0;
        margin: 2rem 0 1.5rem 0;
        border-bottom: 0
    }
}

@media only screen and (min-width: 980px) {
    .product-menu-container .product-trigger {
        width: 25%
    }
}

@media only screen and (min-width: 1200px) {
    .product-menu-container .product-trigger {
        width: 20%;
    }
}

.product-menu-container .product-trigger:after {
    content: ' ';
    display: table;
    clear: both;
}

.product-menu-container .product-item-expander-accordion {
    position: relative;
    display: none;
    width: 100%;
    height: 0;
    border: 0;
    border-radius: 1px;
    overflow: hidden;
    background-color: #f5f8fa;
    transition: height 0.24s ease-out;
    -webkit-transition: height 0.24s ease-out;
    -moz-transition: height 0.24s ease-out;
    -ms-transition: height 0.24s ease-out;
    -o-transition: height 0.24s ease-out;
}

.enquiry-option-content{
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
}
.enquiry-option-content img {
    margin-right: 20px;
    width: 16px;
    height: auto;
}
.enquiry-option-content>div {
    line-height: 1.7;
    font-size: 1rem;
    color: #68747f;
}
.enquiry-option-content>div p {
    color: #a1a6ab;
    font-size: 0.875rem;
    line-height: 1;
}





@media only screen and (min-width: 769px) {
    .product-menu-container .product-item-expander-accordion {
        margin-bottom: 1.5rem;
        border-top-width: 2px;
    }
    .product-item-expander-content .product-lists.with-three-column ul li:nth-child(1), .product-item-expander-content .product-lists.with-three-column ul li:nth-child(2), .product-item-expander-content .product-lists.with-three-column ul li:nth-child(3) {
        margin-top: 0;
    }
}

.product-menu-container .product-item-expander-accordion::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff
}

.product-menu-container .product-item-expander-content {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    padding: 1rem 0 5px 4.375rem;
    z-index: 1;
    transition: opacity 0.18s ease-out
}

@media only screen and (min-width: 769px) {
    .product-menu-container .product-item-expander-content {
        position: absolute;
        text-align: center;
        padding: 30px;
    }
    .product-item-expander-content .product-lists.with-three-column ul li {
        width: 33%;
        margin-right: 0;
    }
}

.product-menu-container .product-item-expander-content.is-active {
    opacity: 1;
    z-index: 2
}

.product-item-expander-content .column.is-4 {
    /* padding: 3.75rem 0 3.75rem 6.25rem; */
    text-align: left;
}

.product-item-expander-content h4.title.is-4 {
    color: #68747f;
    margin-bottom: 1.875rem;
}

.product-item-expander-content .column.is-8 {
    /* padding: 0 3.75rem 0 0 */
}

.product-item-expander-content .button {
    height: 36px;
    padding: 8px 20px;
    font-size: 14px;
}

.product-item-expander-content .product-lists {
    padding: 0 0 1.25rem 0;
}

.product-item-expander-content .product-lists ul {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
}

.product-item-expander-content .product-lists ul li {
    width: 40%;
    margin-right: 10%;
    margin-bottom: 2.5rem;
}
.product-item-expander-content .product-lists.with-three-column ul li {
    margin-top: 2.5rem;
    margin-bottom: 0;
}



.product-item-expander-content .product-lists ul li a {
    text-align: left;
}

.product-item-expander-content .product-lists ul li a h6 {
    font-size: 1rem;
    color: #3d3e49;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 4px;
}

.product-item-expander-content .product-lists ul li a span {
    font-size: 0.875rem;
    display: block;
    line-height: 1.5;
    color: rgba(104, 116, 127, 0.9);
}

.product-item-expander-content .product-lists ul li a h6,
.product-item-expander-content .product-lists ul li a span {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.product-item-expander-content .product-lists ul li a:hover h6 {
    color: #00a971
}

/* .product-item-expander-content .product-lists ul li a:hover span {
    color: #82bda9
} */

@media only screen and (max-width: 769px) {
    .product-menu-container {
        margin: 0 -1.5rem;
        width: auto;
    }
    .product-menu-container .product-trigger .product-triangle {
        display: block !important;
        border-bottom: 8px solid #dee0e6;
        top: 50%;
        margin-top: -4px;
    }
    .product-menu-container .product-trigger {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        height: 5rem !important;
        border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    }
    .product-menu-container .product-trigger.is-active {
        border-bottom: solid 1px transparent;
    }
    .product-menu-container .product-trigger .image {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 1.25rem;
        width: 100%;
    }
    .product-menu-container .product-trigger .image .product-icon {
        height: 2.5rem;
        width: 2.125rem;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 0.875rem 0 0;
    }
    .product-menu-container .product-trigger.is-active .image .product-icon {
        background-position: -2.25rem 0
    }
    .product-menu-container .product-item-expander-content {
        padding: 0;
    }
    .product-menu-container .is-active .product-triangle {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    .product-menu-container>.product-triangle {
        display: none !important
    }
    .product-item-expander-content .column.is-4 {
        padding: 2.5rem 4.25rem 1.25rem 4.25rem;
        border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    }
    .product-item-expander-content .column.is-4 .title {
        font-size: 1rem;
        font-weight: 500;
        text-align: left;
        color: #68747f;
        margin-bottom: 0.625rem;
    }
    .product-item-expander-content .column.is-4 .button {
        height: 2.25rem;
        font-size: 0.875rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .product-item-expander-content .product-lists {
        padding: 20px 0 0 0;
    }
    .product-item-expander-content .product-lists ul li {
        width: 100%;
        margin: 0 4.25rem 2.5rem;
    }
	.slider-custom-dots{
		display:none;
	}
	.slick-track{
		top: -6rem;
		height: 600px;
	}
	.slick-slide {
		height:95%;
	}
	.banner-btn-groups-after {
		position: absolute;
		content: '';
		left: 20%;
		margin-top: 1rem;
		width: 60%;
		height: 1px;
		opacity: 0.8;
		background-color: #fff;
		top: 100%
	}
	
	.slick-active-after{
		position: absolute;
		content: '';
		left:0;
		width: 0;
		height: 2px;
		background-color: #00a971;
		margin-top: -1px;
	}

	.customer-story .story-content {
		background-color: #fff;
		padding:2rem 1rem;
		border-left: 3px solid #00a971;
	}
	.navmenu .navbar-brand .logo{
		z-index: 1000;
	}
}