@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

body {
  margin: 0;
}

/** 
Manrope:200;300;400 | 
Noto+Sans+JP:100;300;400;500;700;900 | 
Noto+Sans+KR:100;300;400;500;700;900 | 
Noto+Sans+TC:100;300;400;500;700 | 
Noto+Sans:400;,700;]
**/
#AISuite .clearfix:after, #AISuite .iconList-circle > .list::before, #AISuite .iconList-triangle > .list::before, #AISuite .iconList-arrow > .list::before, #AISuite .block-DeviceOnTutorial .list-tabContent::after, #AISuite .js_goTop::after, #AISuite .videoList.videoImgDark .videoImg::after, #AISuite .videoList.js_videoShadowImg .js_videoShadowBox::after, #AISuite .js_list-videoPopup .js_videoPop .js_videoCloseBtn:after {
  content: '';
  display: block;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .box-logo, #AISuite-header .block-wrapper, #AISuite-header .block-menu .menuLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#AISuite .block-btn, #AISuite .block-mainBanner .block-wrapper, #AISuite .block-KeyFeatures .section-iconDeviceOn .box-topContent, #AISuite .block-KeyFeatures .section-iconDeviceOn .list-icon, #AISuite .block-promotion .list-icon, #AISuite .block-promotion .list-icon > .list, #AISuite .block-CaseStudies .list-CaseStudies > .list, #AISuite .block-CaseStudies .list-CaseStudies .box-content, #AISuite .block-DeviceOnTutorial .list-tabLink, #AISuite .block-FreeTrial .list-FreeTrial, #AISuite .block-FreeTrial .list-FreeTrial > .list .content, #AISuite .block-ProductOffering .list-ProductOffering, #AISuite .block-ProductOffering .list-ProductOffering > .list .title, #AISuite .block-Resources .list-resources .item, #AISuite .block-Resources .list-resources .box-content, #AISuite .js_list-videoPopup.active, #AISuite-header .block-menu .menuLists > .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#AISuite .block-wrapper {
  margin: 0 auto;
}

#AISuite .lineLists-straight > .list:first-child, #AISuite .lineLists-straight > .col:first-child, #AISuite .lineLists-horizontal > .list:first-child {
  background: none;
}

#AISuite .js_scrollAnimationShow {
  opacity: 0;
}

#AISuite * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

#AISuite span, #AISuite b, #AISuite a, #AISuite abbr[title], #AISuite dfn[title], #AISuite mark {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#AISuite a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

#AISuite a img, #AISuite a img:hover {
  border: none;
}

#AISuite ul, #AISuite ol, #AISuite li {
  list-style: none;
}

#AISuite img {
  max-width: 100%;
  width: auto;
}

#AISuite sub, #AISuite sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#AISuite sub {
  bottom: -0.25em;
}

#AISuite sup {
  top: -0.5em;
}

#AISuite {
  overflow: hidden;
  color: #5f5f5f;
  font-family: "Noto Sans TC", "Arial", "Microsoft JhengHei", "Noto Sans JP", "Noto Sans KR", "Noto Sans", "PMingLiU", "sans-serif";
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
}

#AISuite .block-container {
  padding: 80px 2% 0;
}

#AISuite .block-container.block-bg {
  /*margin-top: 80px;*/
  padding-bottom: 80px;
}

#AISuite .block-container.block-bg.noSpace {
  margin-top: 0;
}

#AISuite .block-wrapper {
  max-width: 1200px;
}

#AISuite .section-container {
  padding-top: 25px;
}

#AISuite .section-container:first-child {
  padding-top: 0;
}

#AISuite img.maxInitial {
  max-width: initial;
}

#AISuite .showType {
  display: none;
}

#AISuite .showType.showDesktop {
  display: block;
}

#AISuite .txtSmall {
  font-size: 0.8em;
}

#AISuite .box-img {
  line-height: 0px;
}

#AISuite .alignCenter {
  text-align: center;
}

#AISuite .colorBlue {
  color: #004280 !important;
}

#AISuite .colorOrg {
  color: #ea9716 !important;
}

#AISuite .colorWhite {
  color: #fff !important;
}

#AISuite .clearfix:after {
  clear: both;
  height: 0px;
  overflow: hidden;
  visibility: inherit;
}

@media (max-width: 768px) {
  #AISuite .block-container {
    padding: 5%;
  }
  #AISuite .showType.showDesktop {
    display: none;
  }
  #AISuite .showType.showTablet {
    display: block;
  }
}

@media (max-width: 580px) {
  #AISuite .showType.showTablet {
    display: none;
  }
  #AISuite .showType.showphone {
    display: block;
  }
}

#AISuite .iconList-circle > .list {
  position: relative;
  padding-left: 16px;
  margin-top: 5px;
}

#AISuite .iconList-circle > .list::before {
  content: '●';
  position: absolute;
  left: 0px;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

#AISuite .iconList-triangle > .list {
  position: relative;
  padding-left: 16px;
  margin-top: 5px;
}

#AISuite .iconList-triangle > .list::before {
  content: '▶';
  position: absolute;
  left: 2px;
  -webkit-transform: scale(0.4, 0.6);
          transform: scale(0.4, 0.6);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#AISuite .iconList-arrow > .list {
  position: relative;
  padding-left: 16px;
  margin-top: 5px;
}

#AISuite .iconList-arrow > .list::before {
  content: '❯';
  position: absolute;
  left: 2px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#AISuite .lineLists-straight > .list, #AISuite .lineLists-straight > .col {
  padding: 10px;
  background: url(css-img/dotted_grayM.png) left top repeat-y;
}

#AISuite .lineLists-horizontal > .list {
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(css-img/icon/dotted_grayS.png) left top repeat-x;
}

#AISuite .section {
  margin-top: 30px;
}

#AISuite .block-btn {
  margin: 15px 0px 0px -10px;
  width: calc(100% + 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1rem;
}

#AISuite .block-btn.noSpace {
  margin-top: 0px;
}

#AISuite .block-btn.alignLeft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#AISuite .block-btn.alignRight {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#AISuite .block-btn.btn-radius .btn {
  border-radius: 8px;
}

#AISuite .block-btn .btn-fullWidth {
  width: 100%;
}

#AISuite .block-btn .btn {
  border-radius: 0px;
  margin: 5px 0 5px 10px;
  padding: 12px 15px;
  min-width: 200px;
  text-align: center !important;
}

#AISuite .block-btn .btn-blue {
  background-color: #097eed;
  color: #fff;
  /*border: 1px solid #097eed;*/
}

#AISuite .block-btn .btn-white {
  background-color: #fff;
  color: #097eed;
  border: 1px solid #097eed;
}

#AISuite .textLink {
  color: #0880f2;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#AISuite .textLink:hover {
  opacity: 1;
  color: #0053a1;
  text-decoration: none;
}

#AISuite .textLink.underLine {
  text-decoration: underline;
}

#AISuite .block-title {
  font-size: 36px;
  color: #000;
  text-align: center;
  margin: 0 0 20px 0;
}

#AISuite .block-title.alignLeft {
  text-align: left;
}

#AISuite .block-title:last-child, #AISuite .block-title.noSpace {
  margin-bottom: 0px;
}

#AISuite .block-title + .block-subTitle {
  margin-top: -20px;
}

#AISuite .block-topContent {
  text-align: center;
}

#AISuite .block-subTitle {
  font-size: 1.5em;
  margin: 0 0 20px 0;
  text-align: center;
}

#AISuite .block-subTitle.alignLeft {
  text-align: left;
}

#AISuite .block-subTitle.fontBlod {
  font-weight: bold;
}

#AISuite .block-subTitle:last-child, #AISuite .block-subTitle.noSpace {
  margin-bottom: 0px;
}

#AISuite .txtContent {
  width: 100%;
  margin: 0 0 10px 0;
}

#AISuite .txtContent:last-child {
  margin: 0px;
}

#AISuite .txtContent.noSpace {
  margin-bottom: 3px;
}

#AISuite .block-mainBanner {
  background: #e2f2fe;
}

#AISuite .block-mainBanner.block-container {
  padding: 0px;
}

#AISuite .block-mainBanner .swiper-container {
  padding-bottom: 0px;
}

#AISuite .block-mainBanner .swiper-control {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

#AISuite .block-mainBanner .swiper-control .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.8;
}

#AISuite .block-mainBanner .swiper-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0571ff;
}

#AISuite .block-mainBanner .block-wrapper {
  padding: 0 2%;
  min-height: 390px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
}

#AISuite .block-mainBanner .mainBanner-content {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 500px;
  color: #014281;
}

#AISuite .block-mainBanner .mainBanner-content .bannerLogo {
  width: 50%;
}

#AISuite .block-mainBanner .banner-title {
  font-size: 36px;
}

#AISuite .block-mainBanner .mainBanner-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
}

#AISuite .block-mainBanner .list {
  overflow: hidden;
}

#AISuite .block-mainBanner .list1 {
  background: #9bccf9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #9bccf9), color-stop(52%, #7db5e8));
  background: linear-gradient(to right, #9bccf9 50%, #7db5e8 52%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#AISuite .block-mainBanner .list1 .mainBanner-bg {
  background: url(css-img/bannerBG-1.jpg) left bottom no-repeat;
  background-size: auto 100%;
  left: 20%;
}

#AISuite .block-mainBanner .list2 {
  background: #e2f2fe;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e2f2fe), color-stop(53%, #cde1fa));
  background: linear-gradient(to right, #e2f2fe 50%, #cde1fa 53%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#AISuite .block-mainBanner .list2 .mainBanner-bg {
  background: url(css-img/bannerBG-2.jpg) left bottom no-repeat;
  background-size: auto 100%;
  left: 25%;
}

#AISuite .block-mainBanner .list3 {
  background: #c7e7ff;
}

#AISuite .block-mainBanner .list3 .mainBanner-bg {
  background: url(css-img/bannerBG-3.jpg) left bottom no-repeat;
  background-size: auto 100%;
  left: 35%;
}

#AISuite .block-mainContent {
  margin-bottom: 5%;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .box-topContent {
  background-color: #9bbdd6;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .box-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .iconCircle {
  background-color: #77829c;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 2px;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .box-logoDeviceOn-2 {
  margin-left: 10px;
  max-width: 150px;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .box-iconArrow {
  width: 15px;
  height: 15px;
  background: url(css-img/maximumPerformance_iconTopArrow.png) center center no-repeat;
  background-size: cover;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .list-icon {
  padding: 10px;
  background-color: #e7edf1;
      background-color: #e5f0f8;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .list-icon > .list {
  width: 32.1%;
  margin: 0.6%;
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  padding: 20px;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .list-icon .icon {
  width: 50px;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .list-icon .title {
  color: #004280;
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1.2;
  margin-bottom: 5px;
      margin-bottom: 10%;
}

#AISuite .block-KeyFeatures .section-iconDeviceOn .list-icon .content {
  font-size: 14px;
}

#AISuite .block-promotion .list-icon {
  margin: 2px -0.6% 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#AISuite .block-promotion .list-icon > .list {
  width: 32.1%;
  margin: 0 0.6% 0.6%;
  background-color: #e7edf1;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#AISuite .block-promotion .list-icon .title {
  width: 150px;
  text-align: center;
  font-size: 6.25em;
  color: #004280;
  font-weight: bold;
  letter-spacing: -3px;
}

#AISuite .block-promotion .list-icon .title.smallTitle {
  font-size: 4em;
}

#AISuite .block-promotion .list-icon .title .small {
  font-size: 0.24em;
}

#AISuite .block-promotion .list-icon .content {
  width: calc(100% - 150px);
  padding-left: 5%;
  font-size: 1.5em;
  color: #191919;
  font-weight: bold;
}

#AISuite .block-CaseStudies .list-CaseStudies > .list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

#AISuite .block-CaseStudies .list-CaseStudies > .list:first-child {
  margin-top: 0px;
}

#AISuite .block-CaseStudies .list-CaseStudies > .list:nth-child(odd) .border {
  border-radius: 10px 0 0 10px;
}

#AISuite .block-CaseStudies .list-CaseStudies > .list:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#AISuite .block-CaseStudies .list-CaseStudies > .list:nth-child(even) .border {
  border-radius: 0 10px 10px 0;
}

#AISuite .block-CaseStudies .list-CaseStudies .box-img {
  width: 30%;
  width: 20%;
}

#AISuite .block-CaseStudies .list-CaseStudies .box-img .border {
  overflow: hidden;
  /*border: 1px solid #cfcfcf;*/
}

#AISuite .block-CaseStudies .list-CaseStudies .box-content {
  width: 70%;
  width: 80%;
  padding: 0 3%;
  -ms-flex-line-pack: center;
      align-content: center;
}

#AISuite .block-CaseStudies .list-CaseStudies .box-sort {
  color: #2f86c9;
      color: #103a77;
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 3px;
      margin-top: 3%;
}

#AISuite .block-CaseStudies .list-CaseStudies .box-title {
  color: #103a77;
  color: #0880f2;
  font-weight: bold;
  font-weight: normal;
  font-size: 1.875em;
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 5px;
      margin-right: 1%;
}

#AISuite .block-CaseStudies .list-CaseStudies .textLink {
  margin-top: 10px;
  font-size: 14px;
}

#AISuite .block-DeviceOnTutorial .list-tabLink {
  text-align: center;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#AISuite .block-DeviceOnTutorial .list-tabLink > .list {
  margin-top: 10px;
}

#AISuite .block-DeviceOnTutorial .list-tabLink > .list:first-child.textLink {
  border: none;
}

#AISuite .block-DeviceOnTutorial .list-tabLink .textLink {
  padding: 0 0.6rem;
  line-height: 1;
  border-left: 1px solid #0880f2;
}

#AISuite .block-DeviceOnTutorial .list-tabLink .textLink.on {
  color: #003cff;
}

#AISuite .block-DeviceOnTutorial .list-tabContent {
  position: relative;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 2%;
}

#AISuite .block-DeviceOnTutorial .list-tabContent::after {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: url(css-img/deviceOnTutorial_bg.png) top center no-repeat;
  background-size: 100% 100%;
}

#AISuite .block-DeviceOnTutorial .list-tabContent .box-video {
  position: relative;
  z-index: 3;
  width: 76.5%;
  margin: 0 auto;
  padding: 2.7% 0 6.8%;
}

#AISuite .block-DeviceOnTutorial .list-tabContent .box-video video {
  width: 100%;
  height: 56.25%;
}

#AISuite .block-FreeTrial {
  /*background: url(css-img/freeTrial_bg.jpg) center bottom no-repeat;*/
  background-size: 100% auto;
}

#AISuite .block-FreeTrial .list-FreeTrial {
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#AISuite .block-FreeTrial .list-FreeTrial > .list {
  width: 49%;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px rgba(104, 104, 104, 0.5);
          box-shadow: 5px 5px 10px rgba(104, 104, 104, 0.5);
}

#AISuite .block-FreeTrial .list-FreeTrial > .list .title {
  font-size: 1.875em;
  font-size: 1.6em;
  line-height: 1.1;
  padding: 20px 15px;
  text-align: center;
  color: #ffffff;
  border-radius: 20px 20px 0 0;
  
}

#AISuite .block-FreeTrial .list-FreeTrial > .list .content {
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#AISuite .block-FreeTrial .list-FreeTrial > .list .content .btn {
  width: 100%;
  min-width: initial;
}

#AISuite .block-FreeTrial .list-FreeTrial > .list.blue .title {
  background-color: #5da5ff;
}

#AISuite .block-FreeTrial .list-FreeTrial > .list.blue .img {
  width: 37%;
      width: 100%;
}

#AISuite .block-FreeTrial .list-FreeTrial > .list.blue .txt {
  width: 56%;
      width: 100%;
  line-height: 1.5;
}

#AISuite .block-FreeTrial .list-FreeTrial > .list.lightBlue .title {
  background-color: #5dc4ff;
}

#AISuite .block-FreeTrial .list-FreeTrial > .list.lightBlue .img {
  width: 37%;
  width: 100%;
}

#AISuite .block-FreeTrial .list-FreeTrial > .list.lightBlue .img .boximg {
  max-width: initial;
  /*width: 118%;
  margin-left: -5%;
  margin-top: -17%;*/
}

#AISuite .block-FreeTrial .list-FreeTrial > .list.lightBlue .txt {
  width: 55%;
  width: 100%;
  line-height: 1.5;
}

#AISuite .block-ProductOffering {
  background-color: #edf5ff;
}

#AISuite .block-ProductOffering .list-ProductOffering {
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list {
  width: 49%;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px rgba(104, 104, 104, 0.5);
          box-shadow: 5px 5px 10px rgba(104, 104, 104, 0.5);
}

#AISuite .block-ProductOffering .list-ProductOffering > .list.blue {
  border: 1px solid #69b8e4;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list.blue .title {
  background-color: #0096e4;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list.greenBlue {
  border: 1px solid #77d5df;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list.greenBlue .title {
  background-color: #1bcfda;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list .title {
  font-size: 1.875em;
  text-align: center;
  color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px #fff;
          box-shadow: 0px 0px 20px #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 20px 20px 0 0;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list .title .icon {
  width: 60px;
  margin: 0 auto;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list .title .txt {
  width: 100%;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list .content {
  padding: 20px;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list .iconList-circle > .list {
  color: #0096e4;
}

#AISuite .block-ProductOffering .list-ProductOffering > .list .iconList-circle > .list::before {
  color: #5f5f5f;
}

#AISuite .block-FAQ .list-FAQ > .list {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}

#AISuite .block-FAQ .list-FAQ > .list > .list {
  margin-top: 0;
}

#AISuite .block-FAQ .list-FAQ .box-title {
  background-color: #5ec0e6;
  font-size: 1.875em;
  font-weight: bold;
  color: #fff;
  padding: 15px 30px;
}

#AISuite .block-FAQ .list-FAQ .box-title .title {
  margin-left: 50px;
  font-size: 1.4rem;
}

#AISuite .block-FAQ .list-FAQ .box-title .iconArrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}

#AISuite .block-FAQ .list-FAQ .box-title .iconArrow::before {
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
  content: '▶';
  display: block;
  width: 40px;
  transform: scale(0.5, 1);
}

#AISuite .block-FAQ .list-FAQ .box-content {
  background-color: #f2f4f7;
  padding: 20px 30px 20px 50px;
  line-height: 2;
}

#AISuite .block-FAQ .list-FAQ .box-wrapper {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

#AISuite .block-Resources .list-resources .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#AISuite .block-Resources .list-resources .box-img {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

#AISuite .block-Resources .list-resources .box-content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 10px 20px;
}

#AISuite .block-Resources .list-resources .box-sort {
  color: #269ee6;
  padding: 5px 0 3px;
}

#AISuite .block-Resources .list-resources .box-title {
  font-size: 1.1em;
  width: 100%;
  font-weight: bold;
  color: #103a77;
}

@media (max-width: 1200px) {
  #AISuite .block-KeyFeatures .section-iconDeviceOn .list-icon .title {
    font-size: 1.3em;
  }
  #AISuite .block-promotion .list-icon .title {
    width: 110px;
    font-size: 4em;
    letter-spacing: -3px;
  }
  #AISuite .block-promotion .list-icon .title.smallTitle {
    font-size: 3.3em;
  }
  #AISuite .block-promotion .list-icon .content {
    width: calc(100% - 110px);
    min-width: 110px;
    font-size: 1.2em;
  }
}

@media (max-width: 990px) {
  #AISuite .block-mainBanner .block-wrapper {
    min-height: 350px;
  }
  #AISuite .block-mainBanner .list1 .mainBanner-bg {
    left: 25%;
  }
  #AISuite .block-mainBanner .list3 .mainBanner-bg {
    left: 25%;
  }
  #AISuite .block-CaseStudies .list-CaseStudies > .list {
    margin-top: 30px;
  }
  #AISuite .block-CaseStudies .list-CaseStudies .box-img {
    width: 45%;
  }
  #AISuite .block-CaseStudies .list-CaseStudies .box-content {
    width: 55%;
    padding: 0 3%;
  }
  #AISuite .block-CaseStudies .list-CaseStudies .box-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  #AISuite .block-mainBanner .block-wrapper {
    min-height: initial;
    position: relative;
  }
  #AISuite .block-mainBanner .mainBanner-content {
    padding-top: 5%;
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    color: #014281;
  }
  #AISuite .block-mainBanner .mainBanner-content .bannerLogo {
    width: 70%;
  }
  #AISuite .block-mainBanner .banner-title {
    font-size: 32px;
  }
  #AISuite .block-mainBanner .mainBanner-bg {
    margin-top: -15%;
    position: static;
    width: 105%;
    height: auto;
    margin-left: -2.5%;
    margin-right: -2.5%;
    padding-bottom: 70%;
  }
  #AISuite .block-mainBanner .list1 {
    background: #9bccf9;
  }
  #AISuite .block-mainBanner .list1 .mainBanner-bg {
    background: url(css-img/bannerBG-m-1.jpg) center bottom no-repeat;
    background-size: auto auto;
  }
  #AISuite .block-mainBanner .list2 {
    background: #c7e7ff;
  }
  #AISuite .block-mainBanner .list2 .mainBanner-bg {
    background: url(css-img/bannerBG-m-2.jpg) center bottom no-repeat;
    background-size: auto auto;
  }
  #AISuite .block-mainBanner .list3 {
    background: #c7e7ff;
  }
  #AISuite .block-mainBanner .list3 .mainBanner-bg {
    background: url(css-img/bannerBG-m-3.jpg) center bottom no-repeat;
    background-size: auto auto;
  }
  #AISuite .block-KeyFeatures .section-iconDeviceOn .box-topContent {
    padding: 10px;
  }
  #AISuite .block-KeyFeatures .section-iconDeviceOn .iconCircle {
    width: 6px;
    height: 6px;
    border-radius: 5px;
    margin: 0 2px;
  }
  #AISuite .block-KeyFeatures .section-iconDeviceOn .box-logoDeviceOn-2 {
    margin-left: 5px;
    max-width: 100px;
  }
  #AISuite .block-KeyFeatures .section-iconDeviceOn .box-iconArrow {
    width: 15px;
    height: 15px;
  }
  #AISuite .block-KeyFeatures .section-iconDeviceOn .list-icon > .list {
    width: 48%;
    margin: 1%;
    padding: 15px;
  }
  #AISuite .block-KeyFeatures .section-iconDeviceOn .list-icon .icon {
    width: 40px;
  }
  #AISuite .block-promotion .list-icon > .list {
    width: 48.8%;
    padding: 20px 10px;
  }
  #AISuite .block-promotion .list-icon .title {
    font-size: 4em;
  }
  #AISuite .block-promotion .list-icon .title.smallTitle {
    font-size: 3em;
  }
  #AISuite .block-promotion .list-icon .title .small {
    font-size: 0.4em;
    margin-left: 2px;
  }
  #AISuite .block-promotion .list-icon .content {
    font-size: 1.2em;
  }
  #AISuite .block-CaseStudies .list-CaseStudies {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  #AISuite .block-CaseStudies .list-CaseStudies > .list {
    margin-top: 30px;
  }
  #AISuite .block-CaseStudies .list-CaseStudies > .list .border {
    border-radius: 10px 10px 0 0 !important;
  }
  #AISuite .block-CaseStudies .list-CaseStudies .box-img {
    width: 100%;
  }
  #AISuite .block-CaseStudies .list-CaseStudies .box-content {
    width: 100%;
    padding: 20px 3% 0;
  }
  #AISuite .block-CaseStudies .list-CaseStudies .box-title {
    font-size: 1.5em;
  }
  #AISuite .block-CaseStudies .list-CaseStudies .textLink {
    font-size: 1.2em;
    font-weight: bold;
  }
  #AISuite .block-FreeTrial {
    background: url(css-img/FreeTrial_bg.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
  #AISuite .block-FreeTrial .list-FreeTrial {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #AISuite .block-FreeTrial .list-FreeTrial > .list {
    width: 100%;
    margin-top: 10px;
  }
  #AISuite .block-FreeTrial .list-FreeTrial > .list:first-child {
    margin-top: 0;
  }
  #AISuite .block-FreeTrial .list-FreeTrial > .list .title {
    font-size: 1.5em;
  }
  #AISuite .block-ProductOffering .list-ProductOffering > .list .title {
    font-size: 1.3em;
  }
  #AISuite .block-FAQ .list-FAQ > .list {
    border-radius: 7px;
    margin-top: 15px;
  }
  #AISuite .block-FAQ .list-FAQ .box-title {
    font-size: 1.2em;
    padding: 10px;
  }
  #AISuite .block-FAQ .list-FAQ .box-title .title {
    margin-left: 30px;
  }
  #AISuite .block-FAQ .list-FAQ .box-content {
    padding: 10px 20px 20px 40px;
  }
  #AISuite .block-Resources .list-resources .item {
    margin-top: 20px !important;
    width: calc(100% - 1px);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  #AISuite .block-Resources .list-resources .box-img {
    width: 50%;
  }
  #AISuite .block-Resources .list-resources .box-content {
    width: 50%;
    padding: 5px 10px 10px 15px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media (max-width: 580px) {
  #AISuite {
    font-size: 14px;
  }
  #AISuite .block-title {
    font-size: 26px;
  }
  #AISuite .block-mainBanner .block-wrapper {
    min-height: initial;
    position: relative;
  }
  #AISuite .block-mainBanner .mainBanner-content {
    padding-top: 5%;
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 500px;
    color: #014281;
  }
  #AISuite .block-mainBanner .mainBanner-content .bannerLogo {
    width: 70%;
  }
  #AISuite .block-mainBanner .banner-title {
    font-size: 26px;
  }
  #AISuite .block-mainBanner .mainBanner-bg {
    margin-top: 0%;
    background-size: 100% auto !important;
  }
  #AISuite .block-promotion .list-icon > .list {
    width: 48.8%;
    padding: 10px;
  }
  #AISuite .block-promotion .list-icon .title {
    width: 100px;
    font-size: 4em;
  }
  #AISuite .block-promotion .list-icon .title.smallTitle {
    font-size: 3em;
  }
  #AISuite .block-promotion .list-icon .content {
    width: calc(100% - 100px);
    min-width: 90px;
    font-size: 1.1em;
  }
  #AISuite .block-FreeTrial {
    background: url(css-img/FreeTrial_bg.jpg) right bottom no-repeat;
    background-size: auto 100%;
  }
  #AISuite .block-FreeTrial .box-imgFreeTrial {
    width: 120%;
    margin-left: -10%;
  }
  #AISuite .block-FreeTrial .list-FreeTrial {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #AISuite .block-FreeTrial .list-FreeTrial > .list {
    width: 100%;
    margin-top: 10px;
  }
  #AISuite .block-FreeTrial .list-FreeTrial > .list:first-child {
    margin-top: 0;
  }
  #AISuite .block-FreeTrial .list-FreeTrial > .list .title {
    font-size: 1.5em;
    line-height: 1.1;
  }
  #AISuite .block-FreeTrial .list-FreeTrial > .list .title::before {
    top: 4px;
    width: 7px;
    height: 20px;
  }
  #AISuite .block-ProductOffering .list-ProductOffering > .list {
    width: 49%;
    border-radius: 10px;
  }
  #AISuite .block-ProductOffering .list-ProductOffering > .list .title {
    font-size: 1.2em;
    padding: 10px;
  }
  #AISuite .block-ProductOffering .list-ProductOffering > .list .title .icon {
    width: 30px;
  }
  #AISuite .block-ProductOffering .list-ProductOffering > .list .content {
    padding: 10px 15px 20px;
  }
}

@media (max-width: 420px) {
  #AISuite .block-Resources .list-resources .box-img {
    width: 100%;
  }
  #AISuite .block-Resources .list-resources .box-content {
    width: 100%;
  }
}

@media (min-width: 769px) {
  #AISuite .ani_hoverDown {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  #AISuite .ani_hoverDown:hover {
    -webkit-transform: translateY(2px) !important;
            transform: translateY(2px) !important;
  }
  #AISuite .ani_hoverUp {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  #AISuite .ani_hoverUp:hover {
    -webkit-transform: translateY(-2px) !important;
            transform: translateY(-2px) !important;
  }
  #AISuite .ani_hoverfilterColor {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-filter: saturate(1);
            filter: saturate(1);
  }
  #AISuite .ani_hoverfilterColor:hover {
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
  #AISuite .ani_hoverBoxShadow {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 8px 5px #bfbfbf;
            box-shadow: 0px 0px 8px 5px #bfbfbf;
  }
  #AISuite .ani_hoverBoxShadow:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 8px 5px #bfbfbf;
            box-shadow: 0px 5px 8px 5px #bfbfbf;
  }
}

#AISuite .js_tabToggleContainer.show .box-title .iconArrow {
  -webkit-transform: rotate(90deg) translate(5px, 7px);
          transform: rotate(90deg) translate(5px, 7px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#AISuite .js_tabToggleContainer.show .js_tabToggleContent {
  display: block;
}

#AISuite .js_tabToggleContainer .js_tabToggleContent {
  display: none;
}

#AISuite .js_tabShowContent {
  display: none;
}

#AISuite .js_tabShowContent.show {
  display: block;
}

#AISuite .js_tabToggle {
  cursor: pointer;
}

#AISuite .js_fixedTop {
  position: relative;
}

#AISuite .js_fixedTop.onFixed .js_fixedTopHeight {
  position: fixed;
}

#AISuite .js_fixedTop .js_fixedTopHeight {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}

#AISuite .js_goTop {
  cursor: pointer;
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  position: fixed;
  z-index: -1;
  bottom: 0px;
  right: 20px;
  -webkit-transition: .7s;
  transition: .7s;
}

#AISuite .js_goTop::after {
  width: 50%;
  height: 50%;
  margin: -11px 0 0 -11px;
  background: url(css-img/icon/arrow_white.svg) center center no-repeat;
  background: url(css-img/icon/arrow_white.png) center center no-repeat\9;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-1px) rotate(-180deg);
          transform: translateY(-1px) rotate(-180deg);
}

#AISuite .js_goTop.show {
  opacity: 1;
  bottom: 45px;
  z-index: 99;
}

#AISuite .js_imgBox {
  line-height: 0;
}

#AISuite .js_scrollAnimationShow.animationing {
  -webkit-animation: scrollAni 0.6s linear 0s normal;
          animation: scrollAni 0.6s linear 0s normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#AISuite .js_scrollAnimationShow.imgScrollAnimation.animationingShow.animationing {
  -webkit-animation: imgAni 0.8s;
          animation: imgAni 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

#AISuite .js_scrollAnimationShow.contentScrollAnimation.animationingShow.animationing {
  -webkit-animation: contentAni 0.8s;
          animation: contentAni 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes scrollAni {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes scrollAni {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes imgAni {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(20px);
            transform: scale(0.2) translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@keyframes imgAni {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2) translateY(20px);
            transform: scale(0.2) translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@-webkit-keyframes contentAni {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes contentAni {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (max-width: 768px) {
  #AISuite .js_goTop {
    cursor: pointer;
    width: 35px;
    height: 35px;
  }
  #AISuite .js_goTop::after {
    margin: -9px 0 0 -9px;
  }
}

#AISuite .js_embedVideo.videoShadowCicle > .js_videoScope::before, #AISuite .videoList.videoShadowCicle .videoImg::before {
  content: '';
  display: block;
  position: absolute;
  top: 97.9%;
  left: -7%;
  width: 114%;
  height: 5%;
  z-index: 2;
  background: radial-gradient(ellipse at center, rgba(10, 7, 0, 0.8) 0%, rgba(3, 2, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800a0700', endColorstr='#00000000',GradientType=1 );
}

#AISuite .js_embedVideo, #AISuite .videoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#AISuite .videoList > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#AISuite .videoList .videoImg {
  position: relative;
  display: inline-block;
  line-height: 0;
  cursor: pointer;
}

#AISuite .js_embedVideo {
  width: 100%;
}

#AISuite .js_embedVideo.videoShadowCicle > .js_videoScope {
  position: relative;
  line-height: 0;
  padding-left: 3%;
  padding-right: 3%;
}

#AISuite .js_embedVideo.videoShadowCicle iframe {
  position: relative;
  z-index: 3;
}

#AISuite .js_embedVideo iframe {
  width: 100%;
}

#AISuite .videoList > .list {
  position: relative;
}

#AISuite .videoList.videoImgDark .videoImg::after {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
}

#AISuite .videoList.js_videoShadowImg .js_videoShadowBox {
  position: relative;
  line-height: 0;
}

#AISuite .videoList.js_videoShadowImg .js_videoShadowBox::after {
  position: absolute;
  top: 90%;
  left: 0px;
  width: 100%;
  height: 20%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 7, 0, 0.3)), color-stop(49%, rgba(5, 4, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(10, 7, 0, 0.3) 0%, rgba(5, 4, 0, 0) 49%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800a0700', endColorstr='#00000000',GradientType=0 );
}

#AISuite .videoList.js_videoShadowImg .js_videoShadowBox img {
  position: relative;
  z-index: 3;
}

#AISuite .videoList.js_videoShadowImg .js_videoShadowBox .js_addVideoShadowImg {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 12%;
  opacity: .1;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  overflow: hidden;
}

#AISuite .videoList.js_videoShadowImg .js_videoShadowBox .js_addVideoShadowImg img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#AISuite .videoPlayIcon {
  background: url("css-img/icon/video_playIcon.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  opacity: 0.9;
  -webkit-transition: .3s;
  transition: .3s;
}

#AISuite .videoPlayIcon.iconRed {
  width: 28%;
  height: 25%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  background: url("css-img/icon/video_playIconRed.svg") center center no-repeat;
  background: url("css-img/icon/video_playIconRed.png") center center no-repeat\9;
}

#AISuite .js_list-videoPopup {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

#AISuite .js_list-videoPopup.active {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#AISuite .js_list-videoPopup .js_videoPop {
  display: none;
  overflow: hidden;
}

#AISuite .js_list-videoPopup .js_videoPop.show {
  display: block;
  width: 95%;
  max-width: 1600px;
  padding: 35px;
  position: relative;
}

#AISuite .js_list-videoPopup .js_videoPop .videoIframe {
  width: 100%;
}

#AISuite .js_list-videoPopup .js_videoPop .videoIframe iframe {
  width: 100%;
}

#AISuite .js_list-videoPopup .js_videoPop .js_videoCloseBtn {
  color: #fff;
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 15px;
  line-height: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #004280;
  border-radius: 5px/8px;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#AISuite .js_list-videoPopup .js_videoPop .js_videoCloseBtn:after {
  content: 'X';
  -webkit-transform: scale(1.4, 1);
          transform: scale(1.4, 1);
}

#AISuite .js_list-videoPopup .js_videoPop .js_videoCloseBtn:hover {
  background-color: #50aade;
}

@media (min-width: 769px) {
  #AISuite .videoList .videoImg:hover .videoPlayIcon {
    opacity: 1 !important;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  #AISuite .videoList.videoImgDark .videoImg:hover:after {
    opacity: 0 !important;
  }
}

@media (max-width: 768px) {
  #AISuite .videoList.videoImgDark .videoImg::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #AISuite .videoPlayIcon {
    opacity: 0.8;
  }
  #AISuite .videoPlayIcon.iconRed {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  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;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#AISuite .swiper-container {
  padding-bottom: 10px;
}

#AISuite .swiper-control {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#AISuite .swiper-control .swiper-button-prev, #AISuite .swiper-control .swiper-button-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: static;
  cursor: pointer;
  color: #fff;
  margin: 0px;
}

#AISuite .swiper-control .swiper-button-prev::after, #AISuite .swiper-control .swiper-button-next::after {
  content: '';
  display: block;
  margin: 25% 0 0 25%;
  width: 50%;
  height: 50%;
  background: url(css-img/icon/arrow_lightBlue.svg) center center no-repeat;
  background: url(css-img/icon/arrow_lightBlue.png) center center no-repeat\9;
  background-size: contain;
}

#AISuite .swiper-control .swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#AISuite .swiper-control .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#AISuite .swiper-control .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

#AISuite-header {
  padding: 0 2%;
  background-color: #1e5c89;
}

#AISuite-header.block-container {
  padding: 0px 2%;
}

#AISuite-header .block-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#AISuite-header .block-logo {
  width: 120px;
  height: 25px;
  margin: 15px 20px 15px 0;
}

#AISuite-header .block-logo a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent;
  background-image: url(css-img/header/advantech-logo-notagl.svg);
  background-image: url(css-img/header/advantech-logo-notagl.png) \9;
  background-repeat: no-repeat;
  background-position: left top;
}

#AISuite-header .block-menu {
  color: #fff;
  max-width: calc(100% - 140px);
}

#AISuite-header .block-menu .menuIcon {
  cursor: pointer;
  display: none;
}

#AISuite-header .block-menu .menuIcon .item {
  display: block;
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#AISuite-header .block-menu .menuIcon .item span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: calc(100% - 18px);
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 9px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#AISuite-header .block-menu .menuIcon .item span:nth-child(1) {
  top: 8px;
}

#AISuite-header .block-menu .menuIcon .item span:nth-child(2), #AISuite-header .block-menu .menuIcon .item span:nth-child(3) {
  top: 14px;
}

#AISuite-header .block-menu .menuIcon .item span:nth-child(4) {
  top: 20px;
}

#AISuite-header .block-menu .menuIcon.open span:nth-child(1) {
  top: 17px;
  width: 0%;
  left: 50%;
}

#AISuite-header .block-menu .menuIcon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#AISuite-header .block-menu .menuIcon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#AISuite-header .block-menu .menuIcon.open span:nth-child(4) {
  top: 17px;
  width: 0%;
  left: 50%;
}

#AISuite-header .block-menu .menuLists {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#AISuite-header .block-menu .menuLists > .list {
  border-left: 1px solid #d7d7d7;
}

#AISuite-header .block-menu .menuLists > .list:first-child {
  border: none;
}

#AISuite-header .block-menu .menuLists > .list a {
  padding: 0 1rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

@media (max-width: 768px) {
  #AISuite .block-menu .menuIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 15px 0;
  }
  #AISuite .block-menu .menuLists {
    display: none;
    width: 100%;
    background-color: #1e5c89;
  }
  #AISuite .block-menu .menuLists.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: 100%;
    left: 0px;
  }
  #AISuite .block-menu .menuLists > .list {
    width: 100%;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  #AISuite .block-menu .menuLists > .list a {
    height: auto;
    padding: 1rem;
  }
  #AISuite .block-menu .menuLists > .list:first-child {
    border-top: none;
  }
  #AISuite .block-menu .js_subActionScope {
    position: static;
  }
  #AISuite .block-menu .js_subActionScope .js_subLinkList {
    background: transparent;
    color: #004280;
    display: block;
    position: static;
  }
  #AISuite .block-menu .js_subActionScope .js_subLinkList > .subList {
    border-top: 1px dashed #7593b1 !important;
  }
}

@media (min-width: 769px) {
  #AISuite .block-menu .menuLists > .list:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
/*# sourceMappingURL=all.css.map */