@charset "UTF-8";
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

body .TC {
  font-family: "Noto Sans TC","Noto Sans SC", "Noto Sans", "Source Sans Pro", "PingFang TC", "Microsoft YaHei";
}

body .btn-primary {
  color: #fff;
  background-color: #12aaeb;
  border-color: #12aaeb;
}

body .btn-primary:hover, body .btn-primary:focus, body .btn-primary:active:hover {
  color: #fff;
  background-color: #0e80b0;
  border-color: #0e80b0;
}

body a:link {
  color: #12aaeb;
}

body a:visited {
  color: #12aaeb;
}

body a:hover {
  color: #0e80b0;
}

body a:active {
  color: #0e80b0;
}

body .header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  body .header {
    background: #fff;
  }
  body .header .header-content .header-link-item {
    color: #212529;
  }
}

body .header .header-top {
  padding: 0 30px;
  height: 40px;
  background-color: #ecf8fd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body .header .header-top {
    display: none;
  }
}

body .header .header-top-a {
  text-decoration: none;
  margin-right: 30px;
  pointer-events: none;
}

body .header .header-content {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .header .header-content .scrolled {
  background-color: lightblue;
}

body .header .header-content .header-logo {
  width: 150px;
  background: 100%;
  cursor: pointer;
  height: 76px;
  margin-right: 10px;
}

body .header .header-content .header-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  body .header .header-content .header-link {
    /*隱藏選單開始*/
    max-height: 0px;
    overflow: hidden;
    /*隱藏選單結束*/
    -webkit-transition: max-height 1.5s;
    transition: max-height 1.5s;
    margin-top: 1px;
    padding-left: 0;
    /*絕對定位疊在網頁上*/
    position: absolute;
    z-index: 100;
    /*header 80px+1px boder 線條*/
    top: 81px;
    left: 0;
    right: 0;
    /*left跟right寫0，呈現滿版*/
    background: #0F222B;
  }
}

body .header .header-content .header-link-item {
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  margin-left: 40px;
  text-align: center;
  position: relative;
  font-weight: 500;
  color: #212529;
}

@media screen and (max-width: 767px) {
  body .header .header-content .header-link-item {
    float: none;
    border-bottom: 1px dashed #212529;
    margin-left: 0;
    color: #FFF;
  }
}

body .header .header-content .header-link-item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

body .header .header-content .header-link-item a:hover {
  color: #12aaeb;
}

@media screen and (max-width: 767px) {
  body .header .header-content .header-link-item a {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

body .header .header-content .showmenu {
  display: none;
}

@media screen and (max-width: 767px) {
  body .header .header-content .showmenu {
    display: block;
    float: right;
    margin: 1em;
  }
}

body .header .header-content .header-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  body .header .header-content .header-right {
    display: none;
  }
}

body .header .header-content .header-right .header-link-item {
  cursor: pointer;
  font-size: 18px;
  margin-right: 15px;
  text-align: center;
  position: relative;
  font-weight: 500;
  padding: 0 15px;
  min-width: 89px;
}

body .header .header-content .header-right .header-link-item a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

body .header .header-content .header-right .header-link-item a:hover {
  color: #12aaeb;
}

@media screen and (max-width: 767px) {
  body .header .header-content .menu-show {
    max-height: 500px;
  }
}

body .fixedContainer {
  padding-top: 120px;
}

body .fixedContainer .discount-inner {
  padding: 15px 32px;
  background: #0E80B0;
  font-size: 24px;
  font-weight: 500;
}

body .fixedContainer .discount-inner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

body .fixedContainer .discount-inner .discount-inner-content {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body .fixedContainer .discount-inner .discount-inner-content .discount-inner-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

body .fixedContainer .discount-inner .discount-inner-content .discount-inner-content-left .vip-swiper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .discount-inner .discount-inner-content .discount-inner-content-left .vip-swiper-icon {
    display: none;
  }
}

body .fixedContainer .discount-inner .discount-inner-content .discount-inner-content-left .vip-swiper-icon .vip-swiper-img {
  width: 47px;
  height: 47px;
  margin-right: 22px;
  vertical-align: middle;
  border-style: none;
}

body .fixedContainer .discount-inner .discount-inner-content .discount-inner-content-left .discount-inner-content-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .discount-inner .discount-inner-content .discount-inner-content-left .discount-inner-content-center {
    font-size: 16px;
  }
}

body .fixedContainer .discount-inner .discount-inner-content .discount-inner-content-left .discount-inner-content-center .vip-swiper-text {
  margin-right: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .fixedContainer .discount-inner .discount-inner-content .discount-inner-content-left .discount-inner-content-center .vip-btn {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .discount-inner .discount-inner-content .discount-inner-content-left .discount-inner-content-center .vip-btn {
    display: none;
  }
}

body .fixedContainer .plan-switcher {
  position: relative;
  background: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  border-top: 1px solid #A0DDF7;
  border-bottom: 1px solid #A0DDF7;
  width: 100%;
  top: 0;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .plan-switcher {
    font-size: 16px;
  }
}

body .fixedContainer .plan-switcher .container .nav {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .plan-switcher .container .nav {
    padding-bottom: 0;
  }
}

body .fixedContainer .plan-switcher .container .nav .nav-item .nav-link {
  padding: 20px 52px 0;
  color: #A0DDF7;
  display: block;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .plan-switcher .container .nav .nav-item .nav-link {
    padding: 20px 20px;
  }
}

body .fixedContainer .plan-switcher .container .nav .nav-item a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .fixedContainer .page-banner {
  position: relative;
  height: 310px;
  overflow: hidden;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
}

body .fixedContainer .page-banner .page-banner-img {
  width: 100%;
  vertical-align: middle;
  border-style: none;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .page-banner .page-banner-img {
    width: 120%;
  }
}

body .fixedContainer .page-banner .page-banner-content {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .fixedContainer .page-banner .page-banner-content p {
  font-size: 40px;
  font-weight: bold;
}

body .fixedContainer .advantage-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -35px auto 60px;
  position: relative;
  z-index: 10;
}

body .fixedContainer .advantage-tab .advantage-tab-content {
  background-color: #ffffff;
  width: auto;
  padding: 18px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(18, 170, 235, 0.2);
          box-shadow: 0 10px 30px 0 rgba(18, 170, 235, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .fixedContainer .advantage-tab .advantage-tab-content .advantage-tab-item {
  margin: 0 60px;
  min-width: 165px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .advantage-tab .advantage-tab-content .advantage-tab-item {
    margin: 0px;
  }
}

body .fixedContainer .services-range .services-intro {
  margin-bottom: 60px;
}

body .fixedContainer .services-range .services-intro .d-flex .services-intro-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 670px;
}

body .fixedContainer .services-range .services-intro .d-flex .services-intro-text .text-subtitle {
  font-size: 40px;
  font-weight: bold;
  color: #12aaeb;
  margin-bottom: 30px;
}

body .fixedContainer .services-range .services-intro .d-flex .services-intro-text .text-subhead {
  font-size: 28px;
  color: #212529;
  font-weight: 500;
}

body .fixedContainer .services-range .services-intro .d-flex .services-intro-text .text-p {
  margin-top: 20px;
  font-size: 18px;
}

body .fixedContainer .services-range .services-intro .d-flex .services-intro-img {
  max-width: 470px;
  margin-left: 30px;
  width: 45%;
}

body .fixedContainer .services-range .services-intro .d-flex .services-intro-img img {
  width: 100%;
}

body .fixedContainer .services-range .services-intro .mt-50 {
  margin-top: 50px;
}

body .fixedContainer .services-range .services-intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

body .fixedContainer .services-range .services-intro .btn-arrow-circle {
  font-size: 20px;
  font-weight: 500;
  color: #12aaeb;
  cursor: pointer;
}

body .fixedContainer .services-items {
  background: #ECF8FD;
}

body .fixedContainer .services-items .services-container .services-list {
  border-bottom: 1px solid #12aaeb;
  padding: 60px 0;
}

body .fixedContainer .services-items .services-container .services-list .services-subtitle {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .services-swiper {
  margin: 0 35px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-items .services-container .services-list .services-wrap .services-swiper {
    margin: 0;
  }
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide {
  width: 250px;
  height: auto;
  padding: 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide {
    width: 49%;
    padding: 0 5px;
  }
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide .services-box {
  border-radius: 4px;
  border: solid 4px #F6FCFE;
  background-color: #ffffff;
  padding: 30px;
  height: 100%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide .services-box {
    padding: 3px;
  }
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide .services-box .services-box-img {
  width: 86px;
  height: 86px;
  margin: 0 auto 20px auto;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide .services-box .services-box-img {
    width: 50px;
    height: 50px;
    padding-top: 20px;
  }
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide .services-box .services-box-subtitle {
  color: #12aaeb;
  text-align: center;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide .services-box .services-box-subtitle {
    font-size: 18px;
  }
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide .services-box .services-box-subtitle::after {
  content: "";
  background-color: #12aaeb;
  width: 45px;
  height: 1px;
  line-height: 0;
  margin: 20px auto;
  display: block;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide .services-box .services-box-p {
  max-width: 180px;
  margin: auto;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

body .fixedContainer .services-items .services-container .services-list .services-wrap .swiper-container .swiper-wrap .swiper-slide .services-box .services-box-btn {
  margin-top: 30px;
}

body .fixedContainer .services-items .parallax {
  position: relative;
  background: url(https://images.unsplash.com/photo-1434626881859-194d67b2b86f?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1353&q=80) no-repeat fixed center center;
  background-size: cover;
  min-height: 290px;
}

body .fixedContainer .services-example {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  padding: 225px 0 65px 0;
}

body .fixedContainer .services-example .services-during {
  background-color: #FFFFFF;
  position: absolute;
  top: -160px;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  padding: 63px 85px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(18, 170, 235, 0.2);
          box-shadow: 0 10px 30px 0 rgba(18, 170, 235, 0.2);
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-example .services-during {
    position: relative;
    width: 100%;
    margin: -250px auto;
    padding: 30px 25px;
    top: 0;
    left: 0;
  }
}

body .fixedContainer .services-example .services-during .during-subtitle {
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 27px;
  text-align: center;
}

body .fixedContainer .services-example .services-during .during-p {
  color: #666666;
  line-height: 187.5%;
  max-width: 660px;
  margin: auto;
}

body .fixedContainer .services-example .services-example-area {
  max-width: 1610px;
  margin: auto;
  padding: 0 100px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-example .services-example-area {
    margin: 300px 0 0 0;
    padding: 0 20px;
  }
}

body .fixedContainer .services-example .services-example-area .example-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-example .services-example-area .example-wrap {
    margin-bottom: 0px;
  }
}

body .fixedContainer .services-example .services-example-area .example-wrap::after {
  content: "";
  background-color: #12aaeb;
  width: calc( 100% - 50px);
  height: 1px;
  line-height: 0;
  margin: 20px auto;
  display: block;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-left {
  width: 335px;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-example .services-example-area .example-wrap .wrap-left {
    padding: 0;
  }
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-left .example-subtitle {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-left .example-p {
  color: #666666;
  line-height: 187.5%;
  margin-bottom: 40px;
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-left .example-btn {
  color: #FFFFFF;
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-right {
  width: calc( 100% - 335px);
}

@media screen and (max-width: 767px) {
  body .fixedContainer .services-example .services-example-area .example-wrap .wrap-right {
    margin-top: 10px;
    width: 100%;
  }
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-right .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
  position: relative;
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-right .owl-carousel .owl-stage-outer {
  margin-right: 10px;
  overflow: hidden;
  text-decoration: none;
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-right .owl-carousel .owl-stage-outer .example-img {
  height: 148px;
  width: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-right .owl-carousel .owl-stage-outer .example-img img {
  height: 100%;
}

body .fixedContainer .services-example .services-example-area .example-wrap .wrap-right .owl-carousel .owl-stage-outer .example-p {
  font-weight: 24px;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

body .fixedContainer .pricing-product {
  margin-bottom: 50px;
  background-color: #ECF8FD;
  padding: 120px 0;
}

body .fixedContainer .pricing-product .swiper-container {
  margin: 0 35px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

body .fixedContainer .pricing-product .swiper-container .pricing-solution {
  padding: 10px;
}

body .fixedContainer .pricing-product .swiper-container .pricing-solution .solution-subtitle {
  text-align: center;
  color: #12aaeb;
  font-size: 42px;
  font-weight: bold;
}

body .fixedContainer .pricing-product .swiper-container .pricing-solution .solution-p {
  font-size: 20px;
  color: #666666;
  text-align: center;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box {
  border-radius: 4px;
  border: solid 4px #12aaeb;
  background-color: #ffffff;
  padding: 30px 80px;
  height: 100%;
  text-align: center;
  position: relative;
  margin-right: 30px;
  z-index: 10;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box .pricing-product-img {
  height: 80px;
  margin-bottom: 20px;
  vertical-align: middle;
  border-style: none;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box .pricing-product-name {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  color: #12aaeb;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box .pricing-list {
  display: block;
  color: #666666;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box .pricing-list .name-subtitle {
  font-size: 20px;
  color: #333333;
  text-align: center;
  display: block;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box .pricing-list .list-brand {
  padding: 0 0 30px 0;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box .pricing-list .list-brand .list-item {
  text-align: left;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  padding: 7px 0px;
  list-style: none;
  border-bottom: 2px dashed #A0DDF7;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box .pricing-list .list-brand .fa-check-circle {
  color: #12aaeb;
  margin-right: 10px;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box .pricing-list .list-bonus {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

body .fixedContainer .pricing-product .swiper-container .pricing-product-box .pricing-list .pricing-box-btn {
  margin-top: 30px;
  text-align: center;
}

body .fixedContainer .pricing-product .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box {
  border-radius: 4px;
  border: solid 4px #12aaeb;
  background-color: #ffffff;
  padding: 30px 80px;
  height: 100%;
  text-align: center;
  position: relative;
  margin-right: 30px;
  z-index: 10;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box .pricing-product-img {
  height: 80px;
  margin-bottom: 20px;
  vertical-align: middle;
  border-style: none;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box .pricing-product-name {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  color: #12aaeb;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box .pricing-list {
  display: block;
  color: #666666;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box .pricing-list .name-subtitle {
  font-size: 20px;
  color: #333333;
  text-align: center;
  display: block;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box .pricing-list .list-brand {
  padding: 0 0 30px 0;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box .pricing-list .list-brand .list-item {
  text-align: left;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  padding: 7px 0px;
  list-style: none;
  border-bottom: 2px dashed #A0DDF7;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box .pricing-list .list-brand .fa-check-circle {
  color: #12aaeb;
  margin-right: 10px;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box .pricing-list .list-bonus {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

body .fixedContainer .pricing-product .swiper-wrapper .swiper-slide .pricing-product-box .pricing-list .pricing-box-btn {
  margin-top: 30px;
  text-align: center;
}

body .fixedContainer .pricing-product .pricing-product-box-bottom {
  width: 75%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  border-radius: 4px;
  border: solid 4px #12aaeb;
  background-color: #ffffff;
  padding: 30px 80px;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}

body .fixedContainer .pricing-product .pricing-product-box-bottom .pricing-product-img {
  height: 80px;
  margin-bottom: 20px;
  vertical-align: middle;
  border-style: none;
}

body .fixedContainer .pricing-product .pricing-product-box-bottom .pricing-product-name {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  color: #12aaeb;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

body .fixedContainer .pricing-product .pricing-product-box-bottom .pricing-bottom-p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

body .fixedContainer .pricing-product .pricing-product-box-bottom .list-bonus {
  padding-top: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

body .fixedContainer .pricing-product .pricing-product-box-bottom .pricing-box-btn {
  margin-top: 30px;
  text-align: center;
}

body .fixedContainer .readyPlan {
  background: #12aaeb;
  padding: 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .readyPlan {
    display: block;
  }
}

body .fixedContainer .readyPlan .plan_title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  margin-right: 30px;
}

body .fixedContainer .readyPlan .d-flex .contact-btn {
  color: #12aaeb;
  margin: 4px 6px;
}

body .fixedContainer .readyPlan .d-flex .program-btn {
  margin: 4px 6px;
}

body .fixedContainer .footer_full {
  border-top: solid 1px #dddddd;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

body .fixedContainer .footer_full .footer_box {
  max-width: 1110px;
  margin: 0 auto;
  padding: 40px 0 48px;
}

body .fixedContainer .footer_full .footer_box .itembox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-left {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .footer_full .footer_box .itembox .footer_link-left {
    width: 100%;
  }
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-left p, body .fixedContainer .footer_full .footer_box .itembox .footer_link-left ul, body .fixedContainer .footer_full .footer_box .itembox .footer_link-left li, body .fixedContainer .footer_full .footer_box .itembox .footer_link-left ol, body .fixedContainer .footer_full .footer_box .itembox .footer_link-left a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #333333;
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-left .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-center {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .footer_full .footer_box .itembox .footer_link-center {
    width: 100%;
  }
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-center p, body .fixedContainer .footer_full .footer_box .itembox .footer_link-center ul, body .fixedContainer .footer_full .footer_box .itembox .footer_link-center li, body .fixedContainer .footer_full .footer_box .itembox .footer_link-center ol, body .fixedContainer .footer_full .footer_box .itembox .footer_link-center a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #333333;
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-center .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-center .d-flex .footer_link-center-icon {
  margin-right: 20px;
  color: #12aaeb;
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-right {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .footer_full .footer_box .itembox .footer_link-right {
    display: none;
    width: 100%;
  }
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-right p, body .fixedContainer .footer_full .footer_box .itembox .footer_link-right ul, body .fixedContainer .footer_full .footer_box .itembox .footer_link-right li, body .fixedContainer .footer_full .footer_box .itembox .footer_link-right ol, body .fixedContainer .footer_full .footer_box .itembox .footer_link-right a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #333333;
}

body .fixedContainer .footer_full .footer_box .itembox .footer_link-right .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

body .fixedContainer .footer_full .footer_box .Copyright {
  padding-top: 55px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .footer_full .footer_box .Copyright {
    display: block;
  }
}

body .fixedContainer .footer_full .footer_box .Copyright p, body .fixedContainer .footer_full .footer_box .Copyright ul, body .fixedContainer .footer_full .footer_box .Copyright li, body .fixedContainer .footer_full .footer_box .Copyright ol, body .fixedContainer .footer_full .footer_box .Copyright a {
  list-style: none;
  text-decoration: none;
}

body .fixedContainer .footer_full .footer_box .Copyright-right, body .fixedContainer .footer_full .footer_box .Copyright-center, body .fixedContainer .footer_full .footer_box .Copyright-left {
  margin-right: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  body .fixedContainer .footer_full .footer_box .Copyright-right, body .fixedContainer .footer_full .footer_box .Copyright-center, body .fixedContainer .footer_full .footer_box .Copyright-left {
    font-size: 12px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=services.css.map */