﻿

body > section.section:first-of-type {
    padding-top: 0 !important;
}

header.header section.hero.home-body{
    padding-top: 0;
    height: 500px;
}

.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;
}

section.hero .banner-mb-slider,
section.hero .banner-ipad-slider {
    display: none;
}
section.hero .banner-pc-slider {
    display: block;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 3.75rem 0;
    padding: 0;
    width: 100%;
}
.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;
	margin-left:30px;
}
.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;
}

.slick-dots {
    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: #dadada;
    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: #f60;
}

.slider-hero {
    position: relative;
    max-width: 100%
}

.slick-prev {
    left: calc(50% - 50vw);
    border-left: 3.125rem solid rgba(0, 0, 0, 0.12);
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-right: 1px solid transparent;
}

.slick-next {
    right: calc(50% - 50vw);
    border-left: 1px solid transparent;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-right: 3.125rem solid rgba(0, 0, 0, 0.12);
}

.slick-next,
.slick-prev {
    position: absolute;
    height: 7.5rem;
    width: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    cursor: pointer;
    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);
    right: 1.125rem;
}

.slick-next:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 1.125rem;
}

.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: #f60;
    border-radius: 3px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    min-width: 120px;
    padding: 0px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


.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;
    min-width: 120px;
    padding: 0px 10px;
}

.banner-btn-groups  .banner-right-btn.is-dark {
    background-color: #3e464c;
    border-color: #3e464c;
}

@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('img/c2c625a0d10b4081866dcc3129838574.woff')
}
.hero-slider .btn-more:hover {
    background-image: url('img/ba02c3231db54da68396d96cc0e7e1e6.woff')
}
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;
}
@media screen and (min-width: 769px) {
  header .slick-list {
      margin: 3.75rem 6.25rem;
  }
}
.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;
}
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
}
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
}
@media screen and (max-width: 768px) {
  header.header section.hero.home-body {
    height: 21rem;
  }
  section.hero.home-body .hero-slider {
    height: calc(100% + 2rem);
  }
  .slick-slide {
    min-height: 1px;
  }
  .slick-slide > .columns {
    min-height: auto;
  }
  .slick-list {
    height: 100%;
  }
  .fullsize-banner-clickable.slick-slide a {
    height: 100%;
  }
  section.hero .banner-pc-slider,
  section.hero .banner-mb-slider {
      display: none;
  }
  section.hero .banner-ipad-slider {
      display: block;
  }
  header.header .hero .hero-body .title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  header.header .hero .hero-body .subtitle {
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.375rem;
    margin-bottom: 1rem !important;
    text-align: center;
  }
  header.header .hero .slick-list {
    margin: 0;
  }
  header.header .hero .banner-btn-groups {
    justify-content: center;
  }
  header.header .hero .banner-btn-groups .banner-left-btn,
  header.header .hero .banner-btn-groups .banner-right-btn {
    height: 2rem;
    font-size: 0.75rem;
    line-height: 2rem;
  }
  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;
  }
}
@media screen and (max-width: 440px) {
  section.hero .banner-pc-slider,
  section.hero .banner-ipad-slider {
      display: none;
  }
  section.hero .banner-mb-slider {
      display: block;
  }
  header.header .hero .hero-body .title {
      line-height: 1.2
  }
  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;
  }
}

.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 .diamond {
  position: relative;
  text-align: center;
  width: 1.732rem;
  height: 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
  margin: 1rem 0;
}
.parsys .diamond .diamond-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
}
.parsys .diamond .diamond-item:nth-child(1) {
  transform: rotateZ(60deg);
}
.parsys .diamond .diamond-item:nth-child(2) {
  transform: rotateZ(-60deg);
}
.parsys .diamond .diamond-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
  white-space: nowrap;
}
.parsys .diamond .diamond-text.is-small {
  transform: translateX(-50%) scale(0.823);
}
.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: #f60;
}
.parsys > li > a p {
    padding-left: 10px;
    padding-right: 10px
}
.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;
}
@media screen and (max-width: 768px) {
    .parsys {
      margin: 1.25rem -0.25rem !important;
      background-color: #f5f8fa;
      padding: 0.625rem 0 1.25rem 0;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .parsys li {
      width: 33.333%;
    }
    .parsys > li > a {
      padding: 0.625rem;
    }
    .parsys > li > a::after {
      display: none;
    }
    .parsys li h5 {
      font-weight: normal;
      font-size: 0.75rem;
      line-height: 1.0625rem;
      margin-top: 0.25rem;
      color: #68747F;
    }
}

.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
    }
}

.certification {
    text-align: center;
    background-color: #f5f8fa;
    padding-bottom: 2rem !important;
    padding-top: 3.125rem !important;
}
.certification .mask {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 180px;
}
.certification .left {
    left: -2px;
    top: 0;
    background-image: linear-gradient(270deg, transparent, #f5f8fa);
}
.certification .right {
    right: -2px;
    top: 0;
    background-image: linear-gradient(90deg, transparent, #f5f8fa);
}
.certification .slides-wrapper {
    position: relative;
    overflow: hidden;
    height: 226px;
}
.certification .slides {
    height: 100%;
    white-space: nowrap;
}
.certification .slides img {
    height: 226px;
    animation: slide 100s linear infinite normal;
    -webkit-animation: slide 100s linear infinite normal;
    display: inline-block;
    object-fit: cover;
}
.certification .slides:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state:paused;
}
.certification ul {
    list-style: none;
    margin: 0;
    padding: 0 0 2.5rem 0;
    display: flex;
    flex-flow: nowrap row;
}
.certification ul li {
    margin-bottom: 1.25rem;
    flex: 1
}

@keyframes slide {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
    }
}

.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;
}
@media screen and (max-width: 768px) {
  .certification .title-block {
      margin-bottom: 0;
  }
  .certification .title-block .title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-bottom: 1rem;
  }
  .certification .slides-wrapper {
    height: 3.75rem;
  }
  .certification .mask {
    width: 3.75rem;
  }
  .certification .slides img {
    height: 100%;
  }
  .certification ul {
      flex-flow: wrap row;
      justify-content: center;
      padding: 1.875rem 0;
  }
  .certification ul li {
      width: 50%;
      flex: none
  }
  .certification ul li figure.image img {
    max-width: 4rem;
  }
  .certification ul li h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .certification .certification-more {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

section.solutions {
    position: relative;
    height: 741px;
}

.solutions-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.solution-bg-left {
    height: 100%;
    background-image:url('img/home-solution-bg.svg');
    background-repeat: no-repeat;
    background-position: left 5rem;
    background-size: cover;
}
.solution-content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
}
.solution-content-wrap .more-solutions {
    opacity: 0.59;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.solution-content-wrap .more-solutions:hover {
    color: #f60;
    opacity: 1;
}
.solution-bg-left {
    position: relative;
    width: 30%;
    background-color: #30303a;
    padding-top: 12.5rem;
}
.solution-bg-right {
    padding-top: 11rem;
    padding-left: 4rem;
    width: 70%;
}

.solution-tabs {
    position: absolute;
    top: 12rem;
    right: 4rem;
    width: 150px;
}
.solution-tabs li {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
}

.home-solution .tabs ul {
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}
.solutions .solution-tabs li {
    position: relative;
    text-align: left;
    padding-bottom: 20px;
    width: auto;
    height: 50px;
}
.solution-tabs li:hover {
    color: #fff;
    cursor: pointer;
}
.solution-tabs li.is-active {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    height:50px;
}
.solution-tabs li a{
   color: #fff;
   position: relative;
}
.solution-tabs li.is-active a {
    color: #fff;
    padding-bottom: 6px;
}
.solution-tabs li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 40px;
	width: 0px;
	border-bottom: solid 3px #f60;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.solution-tabs li.is-active a:after {
    width: 100%;
}
.solution-tab-content .tab-content {
    display: none !important;
}
.solution-tab-content .tab-content.is-active {
    display: block !important;
}
.tab-content .solution-content-name,.faqtit {
    font-size: 24px;
    font-weight: 600;
    line-height: 0.75;
    color: #fff;
    margin-bottom: 1rem;
}
.tab-content .solution-content-desc {
    font-size: 1rem;
    font-weight: normal;
    color: #c6c8cf;
    max-width: 780px;
    line-height: 1.75;
}
.solution-btn {
    margin-top: 50px;
    margin-bottom: 48px;
}
.solution-features {
    margin-top: 6px;
}
.solution-features span {
    color: #cbd1d6;
    font-size: 14px;
    padding: 3px 8px;
    margin-right: 6px;
    background-color: #494b58;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.solution-cases {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 38px;
}
.case-title {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #c6c8cf;
    line-height: normal;
}
.solution-cases .case-item {
    padding-right: 36px;
    height: 44px;
}
.solution-cases .case-item img{
   height: 100%;
}
.related-product-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 36px;
}
figure.is-30x30 {
    height: 30px;
    width: 30px;
}
.related-product-item span {
    padding-left: 8px;
    font-size: 1rem;
    color: #fff;
}
@media screen and (min-width: 769px) {
  .solutions .title-block {
      position: absolute;
      top: 48px;
      left: 50%;
      transform: translateX(-40%);
      -webkit-transform: translateX(-40%);
      -moz-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
      -o-transform: translateX(-40%);
  }
  .solutions .title.is-3 {
      color: #fff;
  }
  .solutions .subtitle {
      color: rgba(255, 255, 255, 0.6);
  }
  .solutions {
      background-color: #3d3e49;
  }
}
@media screen and (max-width: 768px) {
    .solution-content-wrap.is-hidden-tablet {
        padding: 1.875rem 1.25rem;
        background-color: #3D3E49;
    }
    .solution-content-wrap.is-hidden-tablet .title-block {
        padding: 0 1.25rem;
        margin-bottom: 0.5rem;
    }
    .solution-content-wrap.is-hidden-tablet .title-block .title {
      font-weight: normal;
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #fff;
    }
    .solution-content-wrap.is-hidden-tablet .title-block .subtitle {
      font-size: 0.75rem;
      line-height: 1rem;
      color: #fff;
      opacity: 0.6;
    }
    .solution-item-desc {
      font-size: 0.75rem;
      line-height: 1rem;
      color: rgba(255, 255, 255, 0.6);
    }
    .solution-features {
      margin-top: 0.875rem;
    }
    .solution-features span {
      font-size: 0.75rem;
      line-height: 1rem;
      color: #CBD1D6;
    }
    .item-title {
      font-size: 0.75rem;
      line-height: 1rem;
      margin-top: 1.25rem;
      color: #C6C8CF;
    }
    .solution-item-cases {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 0.5rem;
    }
    .solution-item-cases .case-item {
        display: inline-block;
        height: 1.75rem;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 1rem;
        font-size: 0;
    }
    .solution-item-cases img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }
    .related-title {
      margin-top: 0.75rem !important;
    }
    .related-product {
      display: flex;
      flex-wrap: wrap;
    }
    .related-product .related-product-item {
      margin-top: 0.625rem;
      margin-right: 1.25rem;
      flex-wrap: nowrap;
    }
    .related-product .related-product-item .image {
      width: 20px;
    }
    .related-product .related-product-item  a {
      word-break: keep-all;
      white-space: nowrap;
      font-size: 0.75rem;
      line-height: 1rem;
      color: #fff;
    }
    .solution-btn {
      margin: 1.25rem 0 0 0;
    }
    .solution-btn .button {
      font-size: 0.75rem;
      font-weight: 500;
      height: 2.375rem;
    }
    .collapse {
      width: 100%;
    }
    .collapse .collapse-header {
      position: relative;
      padding: 0.875rem;
      font-size: 16px;
      line-height: 32px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 0.625rem;
    }
    .collapse .collapse-header a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        color: #fff;
        font-size: 0.75rem;
        line-height: 0.75rem;
    }
    .collapse .collapse-header a::after {
        border: 1px solid #f60;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: block;
        height: 0.5rem;
        pointer-events: none;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 0.5rem;
        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);
        border-bottom: none;
    }
    .collapse .collapse-header.open a::after {
        -webkit-transform: rotate(-225deg);
        -moz-transition: rotate(-225deg);
        transform: rotate(-225deg);
        border-color: #f60;
    }
    .collapse .collapse-header.open a {
        padding-bottom: 0;
        color: #f60;
    }
    .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;
    }
    .collapse-item {
        opacity: 1;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-top: none;
    }
    .collapse-item .collapse-content {
        padding: 0.5rem 1rem 1.25rem;
    }
}

.data-center {
    background-image: url('img/data-center-bg.jpg');
    background-size: 1440px auto;
    background-color: #30313a;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 700px;
}
.data-center .dc-tabs-content {
    margin-top: 50px;
}
.data-center .dc-tabs-content .tab-content {
    display: none;
}
.data-center .dc-tabs-content .tab-content.is-active {
    display: block;
}
.data-center .title {
    color: #fff;
}
.data-center .tabs ul{
    border-color: rgba(60, 70, 77, 0.7);
}
.data-center .tabs li {
    width: 100px;
    margin-left: 30px;
    margin-right: 30px;
}
.data-center .tabs li a {
    font-size: 20px;
    color: #c6c8cf;
    border-width: 2px;
    border-color: transparent;
}
.data-center .tabs li a:hover {
    color: #f60;
}
.data-center .tabs li.is-active a{
    font-weight: 500;
    color: #f60;
    border-color: #f60;
}
.data-center .dc-name {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem;
    line-height: normal;
    text-align: left;
    padding-left: 2.5rem;
}
.data-center .cdn-item .dc-name {
    text-align: center;
    padding: 0;
}
.data-center span {
    font-size: 14px;
    color: #c6c8cf;
}
.data-center .dc-mark {
    width: 120px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.data-center .speedup-mark {
    width: 120px;
    margin: 0 auto;
    text-align: left;
}
.data-center .speedup-mark img{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.data-center .dc-mark img{
    display: inline-block;
    width: 42px;
    height: 18px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.cdn-item {
    text-align: center;
}
.cdn-figure {
    font-size: 40px;
    font-weight: 500;
    color: #f60;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cdn-figure img {
    margin-right: 8px;
}
.cdn-figure span {
    font-size: 24px;
    color: #f60;
    align-self: flex-end;
    line-height: 20px;
}
.map-marker-wrap {
    margin: 0 auto;
    position: relative;
    width: 960px;
    height: 480px;
}
.map-marker {
    position: absolute;
    width: 26px;
    height: 30px;
    cursor: pointer;
}

.marker-animate-layer {
    position: absolute;
    width: 26px;
    height: 14px;
    bottom: -5px;
    border-radius: 50%;
    box-shadow: inset #f60 0 0 5px;
}
.marker-dot-layer {
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius:50%;
    background-color: #f60;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
}
.marker-dot-layer:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    -webkit-box-shadow: inset #f60 0 0 5px;
    box-shadow: inset #f60 0 0 5px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
}
.map-marker:hover .marker-dot-layer:after, .map-marker.active .marker-dot-layer:after {
    animation: warn-2 2s ease-out 1s infinite;
    -webkit-animation: warn-2 2s ease-out 1s infinite;
}

.map-marker:hover .map-tooltip-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
}
.map-marker:hover img {
    animation: spin-marker .3s ease-out;
    -webkit-animation: spin-marker .3s ease-out;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    width: 18px;
    height: 20px;
}
.marker-pek {
    top: 39%;
    left: 51%;
}
.marker-sha {
    top: 46%;
    left: 58%;
}
.marker-canton {
    top: 49%;
    left: 56%;
}
.marker-shenzhen {
    top: 51%;
    left: 57%;
}
.marker-hk {
    top:51%;
    left: 59%;
}
.marker-jakarta {
    top: 75%;
    left: 63%;
}
.map-marker img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    width: 18px;
    height: 20px;
}
.map-tooltip-wrap {
    position: absolute;
    z-index: 1000;
    top: 0;
    min-height: 105px;
    margin-left: 30px;
    margin-bottom: 10px;
    width: 215px;
    border-radius: 4px;
    padding: 12px 24px;
    text-align: left;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    cursor: default;
    pointer-events: none;
    background-color: #fff;
    -moz-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.map-tooltip-wrap:after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -7px;
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 8px dashed transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top-color: #fff;

}
.map-tooltip-wrap:before {
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -7px;
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 8px dashed transparent;
    border-bottom-color: #fff;

}
.map-tooltip-wrap h3 {
    font-size: 14px;
    font-weight: 500;
    color: #3e464c;
}
.map-tooltip-wrap p {
    font-size: 12px;
    color: #68747f;
    line-height: normal;
}
@keyframes warn-2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    5% {
        opacity: 8
    }

    to {
        opacity: 0;
        -webkit-transform:;
        transform:scale(5);
        -moz-transform:;
        -ms-transform:;
        -o-transform:;
        -moz-transform:;
}
}
@keyframes spin-marker {
    0% {
        transform: rotate3d(0,1,0,0deg);
        -webkit-transform: rotate3d(0,1,0,0deg);
        -moz-transform: rotate3d(0,1,0,0deg);
        -ms-transform: rotate3d(0,1,0,0deg);
        -o-transform: rotate3d(0,1,0,0deg);
        left: 4px;
    }
    100% {
        transform: rotate3d(0,1,0,360deg);
        -webkit-transform: rotate3d(0,1,0,360deg);
        -moz-transform: rotate3d(0,1,0,360deg);
        -ms-transform: rotate3d(0,1,0,360deg);
        -o-transform: rotate3d(0,1,0,360deg);
        left:4px;
    }
}

.slider-cases {
    min-height: 400px;
    max-width: 1096px;
    margin: 0 auto;
}
.slider-cases>section {
    display: none
}
.section.cases .slick-list {
    margin-top: -1rem;
    margin-bottom: 0
}
.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;
}
.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);
}
.slider-cases .cases-card .card-image img {
    margin: 0 auto;
}
.slider-cases .cases-card .card-content {
    font-size: 0.875rem;
    color: #A1A6AB;
    margin: 0;
    padding: 0;
    line-height: 2.0;
    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: #f60;
}
@media screen and (min-width: 769px) {
  .slider-cases .cases-card:nth-child(5n) {
      border-right: none;
  }
  .slider-cases .cases-card:nth-child(-n+5) {
      border-top: none;
  }
  .cases-bottom {
      margin-top: 30px;
  }
}


.section.products {
    background-image: url('img/quanweiyun-bg.svg');
}
.section.products .tabs li.is-active a {
    border-width: 2px;
    color: #f60;
    border-bottom-color: #f60;
}
.section.products .tabs li a {
    color: #4a535c;
    font-size: 20px;
    width: 100%;
    border-width: 2px;
    border-bottom-color: transparent;
}
.section.products .tabs li a:hover {
    border-bottom-color: transparent;
    color: #f60;
}
.section.products .tabs li.is-active a:hover {
    border-bottom-color: #f60;
}
.section.products .tab-content {
    display: none;
}
.section.products .tab-content .columns {
    margin-right: 0;
    margin-left: 0;
}
.section.products .tab-content.is-active {
    display: block;
}
.platform-content {
    margin-top: 4rem;
}
.wheel {
    width: 270px;
height: 100%;
margin: 0 auto;
  margin-top: 0px;
  margin-left: auto;
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin-top: -8px;
}
.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('img/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('img/wheel-enterprise-active.svg');
}
.wheel-polygon-item.public {
    background-image: url('img/wheel-public-active.svg');
}
.wheel-polygon-item.hybrid {
    background-image: url('img/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);
}
}

.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);
}
}


.matrix {
    display: flex;
    align-items: center;
    position: relative;
    width: 270px;
    height: 302px;
    margin-top: 4rem;
}
.matrix .matrix-element {
    text-align: center;
    width: 135px;
    height: 151px;
    background-image: url('img/matrix-bg.png');
    background-size: cover;
    background-position: bottom center;
    cursor: pointer;
}
.matrix .matrix-element.active .matrix-cover {
    opacity: 1;
}
.matrix .matrix-element .matrix-cover {
    position: absolute;
    z-index: -2;
    opacity: 0;
    top: -94px;
    width: 135px;
    height: 150px;
    background-image: url('img/matrix-cover.png');
    background-size: cover;
    background-position: bottom center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.matrix-content {
    z-index: 2;
}
.matrix-element .matrix-content:hover p{
    color: #f60;
}
.matrix-element .matrix-content:hover i{
    transition: all 0.4s linear;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.matrix .matrix-element i {
    width: 65px;
    height: 55px;
    margin: 0 auto;
    background-position: center center;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -34px;
}
.matrix .matrix-element.active i {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.matrix .matrix-element p {
    font-size: 1rem;
    color: #3d3e49;
    font-weight: 500;
}
.matrix .matrix-element.active p {
    color: #f60;
}
.matrix .matrix-element.hybrid {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.matrix .matrix-element.hybrid i,
.tabs .tab-element.hybrid i {
    background-image: url('img/matrix-hybrid.svg');
}
.matrix .matrix-element.public i,
.tabs .tab-element.public i {
    background-image: url('img/matrix-public.svg');
}
.matrix .matrix-element.enterprise i,
.tabs .tab-element.enterprise i {
    background-image: url('img/matrix-enterprise.svg');
}
.matrix .matrix-element.cloud-hosting i,
.tabs .tab-element.cloud-hosting i {
    background-image: url('img/matrix-tuoguan.svg');
}
.matrix .matrix-element.public {
    position: absolute;
    top: 90px;
    left: 25%;
    
}
.matrix .matrix-element.enterprise {
    position: absolute;
    top: 90px;
    right: -25%;
    
}
.matrix .matrix-element.cloud-hosting {
    position: absolute;
    bottom: -32px;
    left: 50%;
    
}
.matrix-element{
    -webkit-transition: .5s;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.matrix .matrix-element.ele-out {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}
.matrix .matrix-element.ele-enter {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}
.platform-content .tabs {
  display: flex;
  background: linear-gradient(180deg, #F6F8FA 0%, #FFFFFF 100%);
}
.platform-content .tabs .tab-element {
  width: 25%;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.platform-content .tabs .tab-element .tab-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.375rem;
  background-position: center;
  background-size: cover;
}
.platform-content .tabs .tab-element p {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #68747F;
}
.platform-content .tabs .tab-element:not(:first-child) p {
  border-left: 1px solid #ddd;
}
.platform-content .tabs .tab-element.active {
  background-color: #F1F3F6;
}
.platform-content .tabs .tab-element.active p {
  font-weight: 500;
  color: #3D3E49;
  border-left: none;
}
.platform-content .tabs .tab-element.active + .tab-element p {
  border-left: none;
}

.service-item {
    opacity: 0;
    display: none;
    transition: all 1s ease-in-out;
}
.service-item.active {
    opacity: 1;
    z-index: 2;
    display: block;
}
.recommend-product, .more-products-wrap {
    padding: 31px;
}
.recommend-product {
    position: relative;
    background-color: #fff;
    border-left: 2px solid #ff8c3f;
    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: 10px;
    font-size: 14px;
}
.recommend-product .has-border {
    border-radius: 3px;
    border: solid 1px #f60;
    color:#f60;
    font-size: 14px;
}
.recommend-product .badge {
    position: absolute;
    right: 20px;
    top: -6px;
}
.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: #f60;
}
.more-products-wrap a {
    font-size: 14px;
    color: #3e464c;
}
.more-products-wrap a.more-btn {
    color: #f60;
    margin-left: 0;
}

@media screen and (max-width: 768px) {
  .section.products {
    padding-top: 0.625rem;
  }
  .section.products .platform-content {
    margin-top: 1.25rem;
  }
  .section.products .title-block {
    margin-bottom: 1.25rem;
  }
  .section.products .title-block .title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-bottom: 1rem;
  }
  .section.products .title-block .subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #B5BBC0;
  }
  .section.products .tabs ul {
    border: none;
    justify-content: space-around;
    padding-bottom: 0.625rem;
  }
  .section.products .tabs li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .section.products .tabs li.is-active a {
    position: relative;
    border-bottom: none;
  }
  .section.products .tabs li.is-active a::after {
    content: ' ';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 50%;
    height: 2px;
    background-color: #f60;
  }
  .platform-content .column {
    padding: 0;
  }
  .platform-content .service-system {
    min-height: unset;
  }
  .platform-content .service-item {
    width: 100%;
  }
  .platform-content .service-item .more-products-wrap {
    background-color: #F1F3F6;
    padding: 0;
  }
  .platform-content .service-item .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .platform-content .service-item .columns .column {
    min-width: 33.3333%;
    flex-direction: column;
    padding: 1.25rem 0 1.125rem;
  }
  .platform-content .service-item .columns .column img {
    height: 1.5rem;
  }
  .platform-content .service-item .columns .column a {
    margin-top: 0.375rem;
    margin-left: 0;
  }
  .platform-content .wheel {
    width: 100%;
    margin: 0;
    padding: 1.25rem 1rem;
    background: linear-gradient(180deg, #F6F8FA 0%, #FFFFFF 100%);
  }
  .platform-content .wheel .wheel-product-desc {
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #68747F;
  }
  .platform-content .wheel img {
    width: 7.5rem;
    margin-right: 0.625rem;
  }
}


@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: 1.875rem 1.5rem;
    }
    .section.cases .title-block {
      margin-bottom: 1.25rem;
    }
    .section.cases .title {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: normal;
      margin-bottom: 1rem;
    }
    .section.cases .subtitle {
      font-size: 0.75rem;
      line-height: 1rem;
      color: #B5BBC0;
    }
    .section.cases .cases-bottom {
      font-size: 0.75rem;
      line-height: 1rem;
    }
    .slider-cases .cases-card:nth-child(-n+3) {
      border-top: none;
    }
    .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 {
        margin-top: 0.75rem;
        height: auto;
    }
    .data-center {
        padding-top: 1.875rem !important;
        background-image: url('img/data-center-mobile.jpg');
        background-size: auto min(11 / 8 * 100vw, 100% - 5.5rem);
        background-position: center 5.5rem;
    }
    .data-center .map-marker-wrap {
        display: none;
    }
    .data-center .title-block .title {
      font-size: 1.125rem;
      line-height: 1rem;
      font-weight: normal;
    }
    .data-center .title-block .subtitle {
      font-size: 0.75rem;
      line-height: 1rem;
      color: rgba(255, 255, 255, 0.6);
    }
}

@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-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('img/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('img/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('img/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: #f60;
}

.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 {
    
    text-align: left;
}

.product-item-expander-content h4.title.is-4 {
    color: #68747f;
    margin-bottom: 1.875rem;
}

.product-item-expander-content .column.is-8 {
    
}

.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: #f60
}



@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;
    }
}

@media screen and (max-width: 768px) {
  .section.footer-banner {
    padding: 1.25rem !important;
  }
  .section.footer-banner .container {
    display: flex;
    align-items: center;
  }
  .section.footer-banner .container h4 {
    flex: 1;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 0.875rem;
    margin-bottom: 0;
    padding-left: 0;
  }
  .section.footer-banner .button {
    height: 2rem;
    width: 5.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
