header{
    position: relative;
    margin: auto;
    
  }
  nav{
    width: 100%;

    z-index: 100;
    
  }
  .navbar{
    position: absolute;
  }
  .navbar-menu{


    min-height: 100px;
    height: 124px!important;
    align-items: center;
    z-index: 100;
    
    
  }
  .split-line{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    margin: auto;
    margin-bottom: 30px;
  }

  /* products.html bg_svg 設定*/
  #landing{
      height: 580px;
      position: relative;
      margin-bottom: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      background: linear-gradient(145deg,#001099 0,#3ad9ff 96%);
      background-image: linear-gradient(145deg, #001099 0px, rgb(58, 217, 255) 96%);
    }
 
  .swoop {
    position: absolute;
    bottom: -2px;
    z-index: 9;
    width: 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  @media screen and (min-width:690px){
    .swoop{bottom:-174px}
  }
  @media screen and (min-width:1100px){
    .swoop{bottom:-260px;}
  }
  @media screen and (min-width:1430px){
    .swoop{bottom:-350px}
  }
  @media screen and (min-width:1660px){
    .swoop{bottom:-400px}
  }
  @media screen and (min-width:1950px){
    .swoop{bottom:-470px}
  }
  @media screen and (min-width:2230px){
    .swoop{bottom:-530px}
  }
  @media screen and (min-width:2600px){
    .swoop{bottom:-620px}
  }
  @media screen and (min-width:2900px){
    .swoop{bottom:-684px}
  }
  @media screen and (min-width:3000px){
    .swoop{bottom:-720px}
  }
  @media screen and (min-width:3200px){
   .swoop{bottom:-774px}
  }
  @media screen and (min-width:3500px){
   .swoop{bottom:-844px}
  }
  @media screen and (min-width:3750px){
   .swoop{bottom:-894px}
  }

  /*翻轉 bg SVG*/
  #carouselIndicators{
    z-index: 10;
  }
  #carousel_img{
    /* position: absolute; */
    bottom: -200px;
    margin-top: 40px;
    width: 400px;
    right: 100px;
    z-index: 10;
    /* margin: auto; */
  }
  @media screen and (max-width:430px){
    #carousel_img{
      width: 300px
    }
  }

  #feature{
    padding-top:0!important;
    position:relative;
    z-index:9000;
    margin-top: -145px;
  }
  #feature_01{
    padding-top:0!important;
    position:relative;
    z-index:9000;
  }
  .navbar-nav{
    /* background-color: #ffffff;
    padding: .5rem 1rem;
    border-radius: 2rem;
    box-shadow: 1px 1px 8px #00000026; */
  }
  .navbar-nav .text-light{
    /* color:#000000 !important; */
  }

  .nav-item{
    text-shadow: 2px 2px 8px #00000052;
  }

  /*menu toggler 小於992px 變化*/
  @media screen and (max-width:992px){
    .navbar-nav{
      text-align:center;
      background-color: rgba(0, 0, 0, 0.600);
      margin-left: 75% !important;
      margin-right:0px !important;
    }
    .navbar-nav .text-light{
      color:#ffffff !important;
    }
  }
  /*menu toggler 大於992px 變化*/
  @media screen and (min-width:992px){
    .nav-link{
      margin-right: 20px !important;
    }
  }
  /*雲端服務card*/
  .rounded-lg {
  border-radius: 1rem !important;
  }
  .custom-separator {
    width: 5rem;
    height: 6px;
    border-radius: 1rem;
  }

  footer{
      position: relative;
      height: auto;
      padding-top: 100px;
      background: #001099;
      background: -o-linear-gradient(305deg,#001099 0,#3ad9ff 96%);
      background-image: linear-gradient(145deg, rgb(0, 16, 153) 0px, rgb(58, 217, 255) 96%);
  }

    /*footer area line*/
    .footer-line {
      height: .5px;
      width: 200px;
      background: #43b7ff;
      opacity: .9;
      margin-top: 20px;
      margin-bottom: 30px;
    }
  /*link*/
  .link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 5px 0;
    color: #fff;
  }
  .link:before{
    content:'';
    position:absolute;
    height:2px;
    width:0;
    bottom:0px;
    background:#3ad9ff;
    -webkit-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
    transition:.2s ease-in-out;
  }
  .link:hover{
    color:#fff;
  }
  .link:hover.link:before{
      
    width:35px;
    bottom:0px;
    -webkit-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
    transition:.2s ease-in-out; 
  }
  
  .link-long {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 5px 0;
    color: #fff;
  }

.link-long:before{
    content:'';
    position:absolute;
    height:2px;
    width:0;
    bottom:0px;
    background:#43b7ff;
    -webkit-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
    transition:.2s ease-in-out
}
.link-long:hover {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 5px 0;
    color: #fff;
  }
.link-long:hover.link-long:before{
    width:67px;
    -webkit-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
    transition:.2s ease-in-out
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-white {
    color: #000000;
    background-color: #ffffff;
    border-color: #0d6efd;
}

/*PRICE CSS*/

@media screen and (min-width: 993px){
  .top-height {
    margin-top: 50px
  }
}
@media screen and (min-width: 993px){
  .scale {
    transform: scale(1.2);
  }
}
.text-to-left{
  text-align: left;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  color: grey;
  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-30deg);
  -ms-transform:rotate(-30deg);
  -o-transform:rotate(-10deg);
  transform:rotate(-25deg);
}
.discount{
  color: grey;
}

.scrollToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9001;
  display: none;
  padding: 8px 4px;
  line-height: 2;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  border:0px;
  /* box-shadow: 0 2px 10px #0044ff; */
}


@media screen and (max-width:1000px){
    .main-carousel-text{
      text-align: center;
    }
  }
  @media screen and (min-width:1000px){
    .main-carousel-text{
      margin-left: 180px !important;
      padding-top:50px !important;
      height: 600px;
    }
  }

  @media screen and (min-width:1000px){
    .main-carousel-img{
      position: absolute;
      bottom: 100px;
      width: 100% !important;
      right: -40%;
      z-index: 10;
      margin: auto;
    }
  }
  .main-carousel-img-file{
    width:400px;
    margin-top: 60px
  }
  @media screen and (max-width:500px){
    .main-carousel-img-file{
      margin-top: 40px;
      width: 300px;
      right: 100px;
      z-index: 10;
      }
  }
  @media screen and (min-width:1000px){
    .main-carousel-img-file{
      margin-top: 40px;
      width: 400px;
      right: 100px;
      z-index: 10;
      }
  }
  @media screen and (min-width:1200px){
    .main-carousel-img-file{
      margin-top: 40px;
      width: 600px;
      right: 100px;
      z-index: 10;
      }
  }

  .card-text-p{
    margin-top: 20px;
  }
  @media screen and (min-width:1000px){
    .card-text-p{
      padding-right: 65% !important;
    }
  }
  .dash{
    width: 50px;
    border-bottom: 1px dashed rgba(67,183,255,.9);
  }
  .index-top{
      z-index: 9000;
  }

    
/* <!--about bg.svg css--> */

    #about-landing{
        height: 470px;
        position: relative;
        margin-bottom: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        background: linear-gradient(145deg,#001099 0,#3ad9ff 96%);
        background-image: linear-gradient(145deg, rgb(0, 16, 153) 0px, rgb(58, 217, 255) 96%);
    }
    
    .about-swoop {
        position: absolute;
        bottom: -2px;
        z-index: 9;
        width: 100%;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    @media screen and (min-width:690px){
        .about-swoop{bottom:-80px}
    }
    @media screen and (min-width:1100px){
        .about-swoop{bottom:-264px;}
    }
    @media screen and (min-width:1430px){
        .about-swoop{bottom:-350px}
    }
    @media screen and (min-width:1660px){
        .about-swoop{bottom:-400px}
    }
    @media screen and (min-width:1950px){
        .about-swoop{bottom:-468px}
    }
    @media screen and (min-width:2230px){
        .about-swoop{bottom:-533px}
    }
    @media screen and (min-width:2600px){
        .about-swoop{bottom:-625px}
    }
    @media screen and (min-width:2900px){
        .about-swoop{bottom:-695px}
    }
    @media screen and (min-width:3000px){
        .about-swoop{bottom:-726px}
    }
    @media screen and (min-width:3200px){
        .about-swoop{bottom:-826px}
    }
    @media screen and (min-width:3500px){
        .about-swoop{bottom:-844px}
    }
    @media screen and (min-width:3750px){
        .about-swoop{bottom:-894px}
    }
    
    .about-feature1{
        z-index:10;
        margin-top:-180px;
    }
    @media screen and (min-width:700px){
        .about-feature1{
            z-index: 10;
            margin-top: -200px;
        }
    }
    @media screen and (min-width:1000px){
        .about-feature1{
            z-index: 10;
            margin-top: -180px;
        }
    }
    @media screen and (max-width:1000px){
            .about-main-carousel-text{
                text-align: center;
            }
            }
    @media screen and (min-width:1000px){
        .about-main-carousel-text{
            margin-left:180px !important;
            padding-top:0px !important;
            height: 600px;
        }
    }
        
    @media screen and (min-width:1000px){
        .about-main-carousel-img{
            position: absolute;
            bottom: 100px;
            width: 100% !important;
            right: -40%;
            z-index: 10;
            margin: auto;
        }
    }
    .about-main-carousel-img-file{
        width:400px;
        margin-top: 60px
    }
    @media screen and (max-width:500px){
        .about-main-carousel-img-file{
            margin-top: 40px;
            width: 300px;
            right: 100px;
            z-index: 10;
        }
    }
    @media screen and (min-width:1000px){
        .about-main-carousel-img-file{
            margin-top: 40px;
            width: 400px;
            right: 100px;
            z-index: 10;
        }
    }
    @media screen and (min-width:1200px){
        .about-main-carousel-img-file{
            margin-top: 40px;
            width: 600px;
            right: 100px;
            z-index: 10;
        }
    }

    .card-text-p{
        margin-top: 20px;
      }
      @media screen and (min-width:1000px){
        .card-text-p{
          padding-right: 65% !important;
        }
      }
      .dash{
        width: 50px;
        border-bottom: 1px dashed rgba(67,183,255,.9);
      }

/*FLOW 所需要的 CSS*/
@import url("https://fonts.googleapis.com/css?family=Mukta:300,400,700");
.tooltip,
.flow_container__sources:before,
.flow_container__1:before,
.flow_container__2:before,
.flow_container__3:before {
  position: absolute;
  right: 0;
  bottom: 100%;
  color: #fff;
  background: #ffb238;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2.5px;
}
.flow_container__spot{
  position: absolute;
  /* right: 0; */
  left:0;
  /* bottom: 100%; */
  top: 0px;
  color: #fff;
  /* background: #ffb238 !important; */
  background: linear-gradient(145deg,#0051ff 0,#3787ff 96%) !important;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0.25rem 0.75rem !important;
  border-radius: 2.5px;
}


.flow_card,
.flow_container__sources div,
.flow_container__1 div {
  line-height: 2;
  background: #fff;
  /* padding: 1.2rem 1rem; */
  border-radius: 4px;
  /* box-shadow: 0 2px 10px #e6e6e6; */
}
.flow_box_shadow{
  line-height: 2;
  background: #fff;
  padding: 1.2rem 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 10px #e6e6e6;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.flow_container {

  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flow_container svg {
  height: 5rem;
}
.flow_container svg line {
  stroke: #002fff;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-dasharray: 2px 20px;
  animation: animateline 5s linear both infinite;
}

.flow_container__sources {
  display: flex;
  border-radius: 8px;
  padding: 1.5rem;
  background: #f9f9f9;
  position: relative;
}
.flow_container__sources:before {
  /* content: '包含項目'; */
}
.flow_container__sources div {
  text-align: left;
  margin: 0 1rem !important;
}
.flow_container__1 {
  /* padding: 10vh 10vw; */
  border-radius: 8px;
  background: #f9f9f900;
  position: relative;
}
.flow_container__1:before {
  /* content: '1'; */
}
.flow_container__1 div {
  margin: 7px 0;
}
.flow_container__1 div svg {
  width: 4rem;
  height: auto;
  fill: #5f39dd;
}
.flow_container__2 {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
  width: 70%;
}
.flow_container__2:before {
  /* content: '2'; */
}
.flow_container__3 {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
}
.flow_container__3:before {
  /* content: '3'; */
}
@media (max-width: 700px) {
  .flow_container__sources {
    flex-direction: column;
  }
  .flow_container__sources div {
    margin: 1rem 0 !;
  }
}
@-moz-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
@-webkit-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
@-o-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
@keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}

.about-index-top{
    z-index: 101;
}

.coop_logo{
    width: 250px;
    margin:auto;
    padding:20px;
  }