@charset "UTF-8";
/** 
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;]
**/
#iotmart * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #23262d;	
}

#iotmart article, #iotmart aside, #iotmart details, #iotmart figcaption, #iotmart figure, #iotmart footer, #iotmart header, #iotmart hgroup, #iotmart menu, #iotmart nav, #iotmart section {
  display: block;
}

#iotmart span, #iotmart b, #iotmart a, #iotmart abbr[title], #iotmart dfn[title], #iotmart mark {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#iotmart a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

#iotmart a img, #iotmart a img:hover {
  border: none;
}

#iotmart ul, #iotmart ol, #iotmart li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#iotmart img {
  max-width: 100%;
  width: auto;
}

#iotmart sub, #iotmart sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#iotmart sub {
  bottom: -0.25em;
}

#iotmart sup {
  top: -0.5em;
}

#imart-single-page .row-maxwidth-95pct {
  max-width: initial;
  width: 100%;
}

#iotmart .clearfix:after, #iotmart .circleLists > .list::before, #iotmart .triangleLists > .list::before, #iotmart .arrowLists > .list::before, #iotmart .scrollTopIcon::after, #iotmart a.textLink.underLine::after, #iotmart .box-checkList .checkLists > .list::before, #iotmart .block-service .section-agent::after {
  content: '';
  display: block;
}

#iotmart .block-software .list-softwareCompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#iotmart .box-checkList .checkLists, #iotmart .section-whyCLAStep .box-container, #iotmart .js_numberLists > .list > .number, #iotmart .block-menu .menuLists, #iotmart .blockBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#iotmart .block-wrapper {
  margin: 0 auto;
}

#iotmart .straightLineLists > .list:first-child, #iotmart .straightLineLists > .col:first-child, #iotmart .horizontalLineLists > .list:first-child {
  background: none;
}

#iotmart {
  overflow: hidden;
  color: #6f6f6f;
  font-family: "Arial", "Microsoft JhengHei", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", "Noto Sans", "PMingLiU", "sans-serif";
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
}

#iotmart .block-container {
  padding: 30px 2% 0px;
}

#iotmart .block-container.block-bg {
  margin-top: 30px;
  padding-bottom: 30px;
}

#iotmart .block-container.block-bg.block-noSpace {
  margin-top: 0px;
}

#iotmart .block-wrapper {
  max-width: 1200px;
}

#iotmart .showType {
  display: none;
}

#iotmart .showType.showDesktop {
  display: block;
}

#iotmart .smallTxt {
  font-size: 0.8em;
}

#iotmart .box-img {
  line-height: 0px;
}

#iotmart .alignCenter {
  text-align: center;
}

#iotmart .colorBlue {
  color: #004280 !important;
}

#iotmart .colorOrg {
  color: #ea9716 !important;
}

#iotmart .colorWhite {
  color: #fff !important;
}

#iotmart .clearfix:after {
  clear: both;
  height: 0px;
  overflow: hidden;
  visibility: inherit;
}

@media (max-width: 768px) {
  #iotmart {
    font-size: 16px;
  }
  #iotmart .showType.showDesktop {
    display: none;
  }
  #iotmart .showType.showTablet {
    display: block;
  }
  #iotmart .block-container {
    padding: 5% 5% 0;
  }
  #iotmart .block-container.block-bg {
    margin-top: 5%;
    padding-bottom: 5%;
  }
}

@media (max-width: 580px) {
  #iotmart .showType.showTablet {
    display: none;
  }
  #iotmart .showType.showphone {
    display: block;
  }
}

#iotmart .numberLists > .list {
  margin-top: 5px;
  padding-left: 30px;
}

#iotmart .numberLists > .list > .number {
  background-color: #94cbe3;
  color: #fff;
  font-size: 0.8em;
  margin-top: 2px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#iotmart .circleLists > .list {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
}

#iotmart .circleLists > .list::before {
  content: '●';
  position: absolute;
  left: 0px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#iotmart .triangleLists > .list {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
}

#iotmart .triangleLists > .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;
}

#iotmart .arrowLists > .list {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
}

#iotmart .arrowLists > .list::before {
  content: '❯';
  position: absolute;
  left: 2px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#iotmart .scrollTopIcon {
  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;
}

#iotmart .scrollTopIcon::after {
  width: 50%;
  height: 50%;
  margin: -11px 0 0 -11px;
  background: url(css-img/_arrow_white.svg) center center no-repeat;
  background: url(css-img/_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);
}

#iotmart .scrollTopIcon.show {
  opacity: 1;
  bottom: 45px;
  z-index: 99;
}

#iotmart .straightLineLists > .list, #iotmart .straightLineLists > .col {
  padding: 10px;
  background: url(css-img/_dotted_grayM.png) left top repeat-y;
}

#iotmart .horizontalLineLists > .list {
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(css-img/_dotted_grayS.png) left -5px repeat-x;
}

@media (max-width: 768px) {
  #iotmart .scrollTopIcon {
    cursor: pointer;
    width: 35px;
    height: 35px;
  }
  #iotmart .scrollTopIcon::after {
    margin: -9px 0 0 -9px;
  }
}

#iotmart a {
  cursor: pointer;
  pointer-events: auto;
}

#iotmart .icon_fixedContact {
  position: fixed;
  z-index: 9999;
  top: 30%;
  right: 0px;
  background: #254eba;
  background: -webkit-gradient(linear, left top, left bottom, from(#254eba), color-stop(99%, #091f55));
  background: linear-gradient(to bottom, #254eba 0%, #091f55 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254eba', endColorstr='#091f55',GradientType=0 );
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}

#iotmart .icon_fixedContact .boxImg {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 10px;
}

#iotmart .blockTitle {
  font-size: 2.25em;
  font-weight: bold;
  color: #004280;
  margin-bottom: 2%;
  text-align: center;
}

#iotmart .boxTitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #004280;
  margin-bottom: 2%;
}

#iotmart p {
  margin-top: 15px;
}

#iotmart p:first-child {
  margin-top: 0px;
}

#iotmart a.textLink {
  color: #004280;
  position: relative;
}

#iotmart a.textLink:hover {
  color: #ea9716;
  text-decoration: none;
}

#iotmart a.textLink.underLine::after {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #004280;
}

#iotmart a.textLink.underLine:hover::after {
  background-color: #ea9716;
}

#iotmart .btn2Col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

#iotmart .btn2Col .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px !important;
}

#iotmart .btn2Col .btn span {
  width: 100%;
}

#iotmart .block-mainBanner {
  position: relative;
  overflow: hidden;
  background: url(css-img/bannerVideo_2.gif) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff !important;
}

#iotmart .block-mainBanner.block-container {
  padding: 0;
}

#iotmart .block-mainBanner .section-mainBanner {
  text-shadow: 0px 0px 10px #2b3653;
  position: relative;
  z-index: 2;
  font-size: 1.93em;
  text-align: center;
  line-height: 1.2;
  margin: 30% 0;
}

#iotmart .block-mainBanner .mainBannerTitle {
  font-size: 1.78em;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff !important;
}

#iotmart .block-mainBanner .mainBannerSubTitle {
  color: #fff !important;
  font-size: 1em;
}

/* #iotmart .block-mainContainer {
  margin-bottom: 50px;
} */

#iotmart .box-checkMsg {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  line-height: 1.5em !important;
}

#iotmart .box-checkList {
  border: 1px solid #173a99;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}

#iotmart .box-checkList .AttFull .checkAtt {
  width: 100% !important;
  padding-left: calc(52% + 30px) !important;
}

#iotmart .box-checkList:first-child {
  margin-top: 0px;
}

#iotmart .box-checkList .checkTitle {
  background-color: #173a99 !important;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  padding: 10px;
}

#iotmart .box-checkList .checkLists {
  padding: 0px 15px 10px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#iotmart .box-checkList .checkLists > .list {
  position: relative;
  padding-left: 30px;
  margin-top: 12px;
  width: 48%;
}

#iotmart .box-checkList .checkLists > .list::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(css-img/_icon_check.png) top left no-repeat;
  width: 25px;
  height: 25px;
}

#iotmart .box-checkList .checkLists > .list.checkAtt::before {
  background: none;
}

#iotmart .box-checkList .checkLists > .list.checkAtt > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

#iotmart .block-btnOver {
  margin-bottom: 70px;
}

#iotmart .block-btnOver .btnOver {
  margin-bottom: -55px;
}

#iotmart .block-service {
  background-color: #eefaff;
  margin-top: 0px !important;
  /* padding-bottom: 50px; */
}

#iotmart .block-service .section-service {
  position: relative;
  z-index: 2;
}

#iotmart .block-service .section-service .blockTitle, #iotmart .block-service .section-service p {
  position: relative;
  z-index: 2;
}

#iotmart .block-service .section-service .serviceImg {
  width: 112%;
  margin-left: -6%;
  /* margin-top: -30px; */
  /* margin-bottom: -4%; */
}

#iotmart .block-service .section-service .serviceImg img {
  /* margin-top: -3%; */
}

#iotmart .block-service .section-agent {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

/* #iotmart .block-service .section-agent::after {
  position: absolute;
  z-index: 1;
  left: -100%;
  bottom: 0px;
  width: 300%;
  height: 5%;
  background:#fff url(css-img/agent_bg.jpg) top left repeat-x;
} */

#iotmart .block-service .section-agent .blockTitle {
  color: #fff;
  position: relative;
  z-index: 3;
  text-shadow: 0px 0px 5px #004280;
}

#iotmart .block-service .section-agent .serviceImg {
  position: relative;
  z-index: 2;
  width: 112%;
  margin-left: -6%;
  /* margin-top: -11%; */
}

#iotmart .block-service .section-agent .serviceImg img {
  /* margin-top: -3%; */
}

#iotmart .block-software .block-btnOver .btnOver {
  padding-top: 40px;
}

#iotmart .block-software .section-iconArrow {
  position: absolute;
  top: -20px;
  width: 30px;
  border: 20px solid #eff9ff;
  border-top: none;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

#iotmart .block-software .list-softwareCompany {
  color: #717171;
  margin-bottom: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#iotmart .block-software .list-softwareCompany > .list {
  width: 24%;
  border-radius: 10px;
}

#iotmart .block-software .list-softwareCompany > .list > a {
  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;
  padding: 60px 20px 100px 20px;
  position: relative;
}

#iotmart .block-software .list-softwareCompany .boxImg {
  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;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

#iotmart .block-software .list-softwareCompany .softwareCompany-txt {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}

#iotmart .block-software .list-softwareCompany .CompanyName {
  font-size: 1.3em;
  font-weight: 600;
}

#iotmart .block-software .list-tabContent {
  background: #eff9ff;
  border-radius: 10px;
}

#iotmart .block-software .list-tabContent .section-tabContent:not(:first-child) {
  margin-top: -70px;
}

#iotmart .block-software .list-tabContent .section-tabContent:nth-child(2n) {
  background-color: #e3f3ff;
  border-radius: 0 0 10px 10px;
  padding-top: 70px;
}

#iotmart .block-software .section-tabContent {
  background: #eff9ff;
  border-radius: 10px;
  padding: 40px 5% 20px;
}

#iotmart .block-software .section-tabContent .highLight {
  color: #000;
}

#iotmart .block-software .section-tabContent .highLight-blue {
  color: #5097e2;
}

#iotmart .block-software .section-tabContent .bigTxt {
  font-size: 1.2em;
  line-height: 1.3em;
}

#iotmart .block-software .section-tabContent .textLink {
  color: #5097e2;
  font-weight: 600;
  border-bottom: 1px solid #5097e2;
}

#iotmart .block-software .section-tabContent .horizontalLineLists > .list {
  padding: 35px 0 20px;
}

#iotmart .block-software .section-tabContent .circleLists .list {
  margin-top: 10px;
}

#iotmart .block-software .section-tabContent .circleLists .list::before {
  color: #004280;
}

#iotmart .block-software .section-tabContent .sectionTitle {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 600 !important;
  text-align: center;
  color: #004280;
  padding-top: 50px;
}

#iotmart .block-software .section-tabContent .sectionTitle:first-child {
  padding-top: 0px;
}

#iotmart .block-software .section-tabContent .sectionTitle a {
  border-bottom: 1px solid #004280;
}

#iotmart .block-software .section-tabContent .boxTitle {
  font-size: 1.6m;
  line-height: 1.2em;
  font-weight: 600;
  color: #004280;
  margin-bottom: 0px;
  padding-right: 30px;
  position: relative;
  text-align: left;
}

#iotmart .block-software .section-tabContent .listTitle {
  font-size: 1.4em;
  color: #004280;
  font-weight: 600;
  margin-bottom: 10px;
}

#iotmart .block-software .section-tabContent .listTitle + p {
  margin-top: -5px;
}

#iotmart .block-software .section-tabContent .listSubTitle {
  font-size: 1.125em;
  color: #000;
  font-weight: 600;
}

#iotmart .block-software .section-tabContent .boxContent {
  margin-top: 30px;
  position: relative;
}

#iotmart .block-software .section-tabContent .boxContent:first-child:not(.topDes) {
  margin-top: 0px;
}

#iotmart .block-software .section-tabContent .boxContent:not(.topDes) {
  margin-top: 10px;
}

#iotmart .block-software .section-tabContent .box-featureProductContent p {
  margin-top: 0px;
}

#iotmart .block-software .MicrosoftCompany {
  background-color: #ffffff;
  border: 0.5px solid #717171;
}

#iotmart .block-software .Microsoft365Company {
  background: #000000;
  color: #ffffff;
}

#iotmart .block-software .AcronisCompany {
  background: #182543;
  color: #ffffff;
}

#iotmart .block-software .McAfeeCompany {
  background: #c01818;
  color: #ffffff;
}
#iotmart .block-software .TrellixCompany{
  background: linear-gradient(45deg,  #1e21f8 0%,#3c90ea 50%,#53be34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
}
#iotmart .block-software #MicrosoftTab .section-iconArrow {
  left: 9%;
}

#iotmart .block-software #Microsoft365Tab .section-iconArrow {
  left: 33%;
}

#iotmart .block-software #AcronisTab .section-iconArrow {
  left: 59%;
}

#iotmart .block-software #McAfeeTab .section-iconArrow {
  left: 84%;
}

#iotmart .smallTxt {
  font-size: 0.7em;
}

#iotmart .blueTxt {
  color: #5197e2;
}

#iotmart .lightBlueTxt {
  color: #47fff0;
}

#iotmart .yellowTxt {
  color: #f7fa00;
}

#iotmart .block-QA {
  border-radius: 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

#iotmart .block-QA .btnBlue {
  font-size: 1.3em !important;
  width: auto !important;
  font-weight: bold;
}

#iotmart .block-QA .section-QAContainer {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}

#iotmart .block-QA .listTitle {
  font-size: 1.25em;
  font-weight: bold;
  color: #004280;
  margin-bottom: 10px;
}

#iotmart .block-QA .horizontalLineLists > .list {
  padding-top: 30px;
  padding-bottom: 20px;
}

#iotmart .section-whyCLAStep {
  margin-top: 20px;
}

#iotmart .section-whyCLAStep .box-img {
  width: 105%;
  margin-left: -2.5%;
  text-align: center;
}

#iotmart .section-whyCLAStep .box-container {
  width: 105%;
  margin-left: -2.5%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5% 0 3%;
}

#iotmart .section-whyCLAStep .step .boxTitle {
  border-bottom-width: 6px;
  border-style: solid;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#iotmart .section-whyCLAStep .step .circleLists > .list {
  position: relative;
  padding-left: 12px;
  margin-top: 5px;
}

#iotmart .section-whyCLAStep .step1 {
  width: 18%;
}

#iotmart .section-whyCLAStep .step1 .boxTitle {
  color: #004280;
  border-color: #004280;
}

#iotmart .section-whyCLAStep .step1 .circleLists > .list::before {
  color: #004280;
}

#iotmart .section-whyCLAStep .step2 {
  width: 48%;
}

#iotmart .section-whyCLAStep .step2 .boxTitle {
  color: #0095e6;
  border-color: #0095e6;
}

#iotmart .section-whyCLAStep .step2 .circleLists > .list::before {
  color: #0095e6;
}

#iotmart .section-whyCLAStep .step3 {
  width: 32%;
}

#iotmart .section-whyCLAStep .step3 .boxTitle {
  color: #7a3fca;
  border-color: #7a3fca;
}

#iotmart .section-whyCLAStep .step3 .circleLists > .list::before {
  color: #7a3fca;
}

#iotmart .list_col {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

#iotmart .list_col > .list .listTitle {
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  background-color: #173a99 !important;
  text-align: center;
  background: url(css-img/_dotted_grayS.png) left top repeat-y;
  margin-bottom: 0px;
}

#iotmart .list_col > .list .listContent {
  background: url(css-img/_dotted_grayS.png) left top repeat-y;
  padding: 20px 25px;
}

#iotmart .list_col > .list:first-child .listTitle, #iotmart .list_col > .list:first-child .listContent {
  background-image: none;
}

#iotmart .list_COAWindows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#iotmart .list_COAWindows > .list {
  width: 50%;
}

#iotmart .list_COAWindows .listTop {
  padding-bottom: 10px;
}

#iotmart .list_COAWindows .circleLists > .list {
  margin-top: 3px !important;
}

#iotmart .list_McAfeeSecuritySolution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#iotmart .list_McAfeeSecuritySolution > .list {
  width: 33.333%;
}

#iotmart .list_McAfeeSecuritySolution .circleLists > .list {
  margin-top: 3px !important;
}

#iotmart .table_Microsoft365 {
  text-align: center;
}

#iotmart .table_Microsoft365 .tableFixeTitle {
  width: 85px;
}

#iotmart .table_Microsoft365 .tableFixeContent {
  padding-left: 85px;
}

#iotmart .table_Microsoft365 .tableFixeContent td {
  padding: 15px 5px;
}

#iotmart .table_LatestWindows {
  text-align: center;
}

#iotmart .table_LatestWindows .tableFixeTitle {
  width: 160px;
}

#iotmart .table_LatestWindows .tableFixeContent {
  padding-left: 160px;
}

#iotmart .table_productsAcronis {
  text-align: center;
}

#iotmart .table_productsAcronis .lightBlueTxt {
  margin-bottom: 5px;
}

#iotmart .table_productsAcronis .tableFixeTitle {
  width: 85px;
}

#iotmart .table_productsAcronis .tableFixeContent {
  padding-left: 85px;
}

#iotmart .table_productsAcronis .tableFixeContent td {
  padding: 15px 5px;
}

#iotmart .table_productsAcronis .tableFixeContent .listTd {
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

#iotmart .table_productsAcronis .tableFixeContent .listTd .list {
  margin-top: 2px;
}

#iotmart .table_WhitelistingSolutionMcAfee .tableFixeTitle th {
  width: 150px;
}

#iotmart .table_WhitelistingSolutionMcAfee .list_CompoundTable .list {
  background: url(css-img/_dotted_grayS.png) left top repeat-x, url(css-img/_dotted_grayS.png) right top repeat-y;
}

#iotmart .table_WhitelistingSolutionMcAfee .list_CompoundTable .list:first-child {
  background: url(css-img/_dotted_grayS.png) right top repeat-y;
}

#iotmart .table_WhitelistingSolutionMcAfee .list_CompoundTable > ul > .list {
  text-align: left;
}

#iotmart .tableRWDCompound .list_CompoundTable.even .list {
  background-color: #f1f1f1;
}

#iotmart .tableRWDCompound .list_CompoundTable.even .list:nth-child(2n) {
  background-color: transparent;
}

#iotmart .tableRWDCompound .list_CompoundTable.odd .list {
  background-color: #f1f1f1;
}

#iotmart .tableRWDCompound .list_CompoundTable.odd .list:nth-child(2n-1) {
  background-color: transparent;
}

#iotmart .table_pointList {
  text-align: center;
}

#iotmart .table_pointList .tableFixeTitle {
  width: 450px;
}

#iotmart .table_pointList .tableFixeTitle th {
  text-align: left;
  padding: 15px;
}

#iotmart .table_pointList .tableFixeContent {
  padding-left: 450px;
}

#iotmart .table_pointList .tableFixeContent tr:nth-child(2n) {
  background-color: #f1f1f1;
}

#iotmart .table_pointList .tableFixeContent td {
  color: #3aa649;
}

#iotmart .box-table {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}

#iotmart .tableType {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  background-color: #fff;
}

#iotmart .tableType .list_CompoundTable {
  padding: 0px !important;
}

#iotmart .tableType .list_CompoundTable > ul > .list {
  padding: 15px;
}

#iotmart .tableType tr th {
  padding: 15px 5px;
  color: #fff;
  text-align: center;
  background-color: #173a99 !important;
  background: url(css-img/_dotted_grayS.png) left top repeat-x;
}

#iotmart .tableType tr td {
  padding: 15px;
  background: url(css-img/_dotted_grayS.png) left top repeat-x, url(css-img/_dotted_grayS.png) right top repeat-y;
}

#iotmart .tableType tr td.blueBG {
  color: #fff;
  background-color: #5197e2 !important;
}

#iotmart .tableType tr td.blue2BG {
  color: #fff;
  background-color: #79a8ff !important;
}

#iotmart .tableType tr td:last-child {
  background: url(css-img/_dotted_grayS.png) left top repeat-x;
}

#iotmart .tableType tr td.noTopLine {
  background: url(css-img/_dotted_grayS.png) right top repeat-y !important;
}

#iotmart .tableType tr td.noTopLine:last-child {
  background-image: none !important;
}

#iotmart .tableType tr:first-child th {
  background-image: none;
}

#iotmart .tableType tr:first-child td {
  color: #fff;
  text-align: center;
  background: #5197e2 url(css-img/_dotted_grayS.png) right top repeat-y;
}

#iotmart .tableType tr:first-child td:last-child {
  background: #5197e2;
}
#iotmart .list-col4{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#iotmart .list-col4 .list{
  width: 22%;
  text-align: center;
}
@media (max-width: 1100px) {
  #iotmart .table_pointList .tableFixeTitle {
    width: 250px;
  }
  #iotmart .table_pointList .tableFixeContent {
    padding-left: 250px;
  }
}

@media (max-width: 768px) {
  #iotmart .icon_fixedContact {
    top: 30%;
    padding: 5px;
    border-radius: 8px;
  }
  #iotmart .icon_fixedContact .boxImg {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  #iotmart .blockTitle {
    font-size: 2em;
    font-weight: bold;
    color: #004280;
    margin-bottom: 2%;
    text-align: center;
  }
  #iotmart .boxTitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #004280;
    margin-bottom: 2%;
  }
  #iotmart .block-software .list-softwareCompany > .list {
    border-radius: 10px;
  }
  #iotmart .block-software .list-softwareCompany > .list > a {
    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;
    padding: 40px 20px 100px 20px;
    position: relative;
  }
  #iotmart .block-software .list-softwareCompany .softwareCompany-txt {
    text-align: center;
  }
  #iotmart .block-software .list-softwareCompany .CompanyName {
    font-size: 1em;
    font-weight: 600;
  }
  #iotmart .block-software .box-tabContentLink .btn {
    min-width: 24%;
  }
  #iotmart .block-software .box-tabContentSubLink .btn {
    font-size: 1.6em;
    line-height: 1em;
  }
  #iotmart .block-software .section-tabContent .highList .list {
    font-size: 1.125em;
    font-weight: 600;
  }
  #iotmart .block-software .section-tabContent .highLight {
    font-weight: 600;
    font-size: 1.2em;
  }
  #iotmart .block-software .section-tabContent .boxTitle {
    font-size: 1.4em;
    line-height: 1.5em;
  }
  #iotmart .block-software .section-tabContent .listTitle {
    font-size: 1.2em;
    font-weight: 600;
  }
  #iotmart .block-software .section-tabContent .listSubTitle {
    font-size: 1.1em;
  }
  #iotmart .block-service .section-service .serviceImg {
    margin-top: -3%;
  }
  #iotmart .section-whyCLAStep .box-container {
    width: 100%;
    margin-left: 0%;
    padding: 0;
  }
  #iotmart .section-whyCLAStep .stepTabletTop {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    margin: 0 40px 10px 30px;
    text-align: left;
    position: relative;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #iotmart .section-whyCLAStep .stepTabletTop::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -30px;
    bottom: 0px;
    width: 30px;
  }
  #iotmart .section-whyCLAStep .stepTabletTop::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: -40px;
    bottom: 0px;
    width: 40px;
  }
  #iotmart .section-whyCLAStep .step {
    text-align: center;
    width: 100%;
  }
  #iotmart .section-whyCLAStep .step .boxTitle {
    display: inline-block;
  }
  #iotmart .section-whyCLAStep .step .circleLists {
    width: 90%;
    margin: 0 auto 30px;
  }
  #iotmart .section-whyCLAStep .step .circleLists > .list {
    text-align: left;
  }
  #iotmart .section-whyCLAStep .step1 .stepTabletTop {
    background-color: #004280;
  }
  #iotmart .section-whyCLAStep .step1 .stepTabletTop::before {
    background: url(css-img/stepBG_left_01.png) left top no-repeat;
    background-size: 100% 100%;
  }
  #iotmart .section-whyCLAStep .step1 .stepTabletTop::after {
    background: url(css-img/stepBG_right_01.png) left top no-repeat;
    background-size: 100% 100%;
  }
  #iotmart .section-whyCLAStep .step2 .stepTabletTop {
    background-color: #50c1ff;
  }
  #iotmart .section-whyCLAStep .step2 .stepTabletTop::before {
    background: url(css-img/stepBG_left_02.png) left top no-repeat;
    background-size: 100% 100%;
  }
  #iotmart .section-whyCLAStep .step2 .stepTabletTop::after {
    background: url(css-img/stepBG_right_02.png) left top no-repeat;
    background-size: 100% 100%;
  }
  #iotmart .section-whyCLAStep .step3 .stepTabletTop {
    background-color: #652ab4;
  }
  #iotmart .section-whyCLAStep .step3 .stepTabletTop::before {
    background: url(css-img/stepBG_left_03.png) left top no-repeat;
    background-size: 100% 100%;
  }
  #iotmart .section-whyCLAStep .step3 .stepTabletTop::after {
    background: url(css-img/stepBG_right_03.png) left top no-repeat;
    background-size: 100% 100%;
  }
  #iotmart .list_col > .list .listTitle, #iotmart .list_col > .list .listContent {
    background: none;
  }
  #iotmart .list_McAfeeSecuritySolution > .list {
    width: 100%;
  }
  #iotmart .list_COAWindows > .list {
    width: 100%;
  }
  #iotmart .table_Microsoft365 .tableFixeContent table {
    width: 1200px;
  }
  #iotmart .table_LatestWindows .tableFixeContent table {
    width: calc(100% + 160px);
  }
  #iotmart .table_productsAcronis .tableFixeContent table {
    width: 800px;
  }
  #iotmart .table_WhitelistingSolutionMcAfee .tableFixeTitle {
    width: 230px !important;
  }
  #iotmart .table_WhitelistingSolutionMcAfee .tableFixeContent {
    padding-left: 230px !important;
  }
  #iotmart .table_WhitelistingSolutionMcAfee .tableFixeContent table {
    width: 600px;
  }
  #iotmart .table_pointList .tableFixeTitle {
    width: 200px;
  }
  #iotmart .table_pointList .tableFixeContent {
    padding-left: 200px;
  }
  #iotmart .table_ClientBackupAcronis .tableFixeContent table {
    width: 600px;
  }
  #iotmart .table_ClientBackupAcronis2 .tableFixeContent table {
    width: 450px;
  }
  #iotmart .table_SeverBackupAcronis .tableFixeContent table {
    width: 450px;
  }
}

@media (max-width: 600px) {
  #iotmart .block-software .list-softwareCompany {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #iotmart .block-software .list-softwareCompany > .list > a {
    padding: 10px;
  }
  #iotmart .block-software .list-softwareCompany > .list > a img {
    max-height: 40px;
  }
  #iotmart .block-software .list-softwareCompany .softwareCompany-txt {
    display: none;
  }
  #iotmart .block-software .list-softwareCompany .MicrosoftCompany .js_imgBox {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #iotmart .block-software .box-tabContentLink .btnWhite {
    width: 33.33%;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin: 0px !important;
    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;
    font-size: 1em;
  }
}

@media (max-width: 580px) {
  #iotmart .block-mainBanner .section-mainBanner {
    font-size: 1.4em;
  }
  #iotmart .list-col4 .list{
    width: 50%;
  }
}

@media (min-width: 769px) {
  #iotmart .ani_hoverDown {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  #iotmart .ani_hoverDown:hover {
    -webkit-transform: translateY(2px) !important;
            transform: translateY(2px) !important;
  }
  #iotmart .ani_hoverUp {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  #iotmart .ani_hoverUp:hover {
    -webkit-transform: translateY(-2px) !important;
            transform: translateY(-2px) !important;
  }
  #iotmart .ani-filterColor {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-filter: saturate(1);
            filter: saturate(1);
  }
  #iotmart .ani-filterColor:hover {
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
  }
  #iotmart .ani_boxShadow {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 8px 5px #bfbfbf;
            box-shadow: 0px 0px 8px 5px #bfbfbf;
  }
  #iotmart .ani_boxShadow:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 8px 5px #bfbfbf;
            box-shadow: 0px 5px 8px 5px #bfbfbf;
  }
}

#iotmart .js_tableRWDFixed {
  width: 100%;
  overflow-x: auto;
}

#iotmart .js_tableRWDFixed table {
  table-layout: fixed;
  border-radius: 0px;
}

#iotmart .js_tableRWDFixed .js_tableFixeTitle {
  position: absolute;
  z-index: 9;
  left: 0px;
}

#iotmart .js_tableRWDFixed .js_tableFixeContent {
  width: 100%;
}

#iotmart .js_fixedTop {
  position: relative;
}

#iotmart .js_fixedTop.onFixed .js_fixedTopHeight {
  position: fixed;
}

#iotmart .js_fixedTop .js_fixedTopHeight {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}

#iotmart .js_numberLists > .list {
  position: relative;
}

#iotmart .js_numberLists > .list > .number {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#iotmart .js_scrollAnimation {
  opacity: 0;
}

#iotmart .js_scrollAnimation.animationing {
  -webkit-animation: scrollAnimation 0.6s linear 0s normal;
          animation: scrollAnimation 0.6s linear 0s normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#iotmart .js_tabContent {
  position: absolute;
  z-index: -1;
  top: -2000%;
  right: 100%;
  width: 100%;
}

#iotmart .js_tabContent.show {
  position: relative;
  z-index: 2;
  top: 0;
  right: 0;
}

#iotmart .js_mouseHoverScope {
  position: relative;
}

#iotmart .js_mouseHoverScope.right .js_mouseHoverTxt {
  right: 0px;
  left: initial;
}

#iotmart .js_mouseHoverScope.right .js_mouseHoverTxt::after {
  right: 20%;
  left: initial;
}

#iotmart .js_mouseHoverScope .js_mouseHoverTxt {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  position: absolute;
  left: 30px;
  z-index: -1;
  top: calc(100% + 8px);
  background-color: #44a0db;
  color: #fff;
  width: 300px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
  padding: 10px;
  border-radius: 10px;
}

#iotmart .js_mouseHoverScope .js_mouseHoverTxt::after {
  content: "▶";
  position: absolute;
  top: -10px;
  left: 20%;
  color: #44a0db;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 18px;
}

#iotmart .js_more {
  position: relative;
}

#iotmart .js_more .boxTitle {
  cursor: pointer;
}

#iotmart .js_more.open .iconArrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

#iotmart .js_more.open .js_toggleContent {
  height: auto;
}

#iotmart .js_more.open .js_toggleBG {
  display: none;
}

#iotmart .js_more .iconArrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  background-image: url(css-img/_arrow_blue.svg);
  background-image: url(css-img/_arrow_blue.png) \9;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#iotmart .js_more .js_toggleContent {
  height: 200px;
  overflow: hidden;
}

#iotmart .js_more .js_toggleBG {
  position: absolute;
  top: 50px;
  bottom: 0px;
  width: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 249, 255, 0)), color-stop(99%, rgba(239, 249, 255, 0.99)), to(#eff9ff));
  background: linear-gradient(to bottom, rgba(239, 249, 255, 0) 0%, rgba(239, 249, 255, 0.99) 99%, #eff9ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eff9ff', endColorstr='#eff9ff',GradientType=0 );
  /* IE6-9 */
}

@-webkit-keyframes scrollAnimation {
  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 scrollAnimation {
  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;
  }
}

@media (min-width: 769px) {
  #iotmart .js_mouseHoverScope:hover .js_mouseHoverTxt {
    z-index: 3;
    opacity: 1;
  }
}

#iotmart .block-menu {
  background: #00bcf3;
  border-bottom: 1px solid #a6abb7;
  font-size: 1.125em;
}

#iotmart .block-menu.block-container {
  padding: 0px;
}

#iotmart .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;
  padding: 10px 0;
}

#iotmart .block-menu .menuLists > .list {
  width: 33.33333%;
  border-left: 1px solid #fff;
}

#iotmart .block-menu .menuLists > .list:first-child {
  border: none;
}

#iotmart .block-menu .menuLists > .list a {
  color: #ffffff;
  font-size: 1em;
  line-height: 22px;
  font-weight: bold;
  padding: 3px 0;
  width: 100%;
  text-align: center;
}

#iotmart .block-menu .menuLists > .list a.highlight {
  font-size: 1.33em;
}

#iotmart .block-menu .menuLists .subLinkList {
  background-color: rgba(0, 66, 128, 0.8);
  padding: 5px 10px;
  text-align: center;
}

#iotmart .block-menu .menuLists .subLinkList .subList {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#iotmart .block-menu .menuLists .subLinkList .subList:first-child {
  border-top: none;
}

#iotmart .block-menu .menuLists .subLinkList .subList a {
  white-space: nowrap;
}

@media (max-width: 768px) {
  #iotmart .block-menu .menuIcon {
    background-color: #00bcf3;
  }
  #iotmart .block-menu .menuLists {
    padding: 0px;
    background-color: #5bcef1;
  }
  #iotmart .block-menu .menuLists > .list {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff !important;
  }
  #iotmart .block-menu .menuLists > .list a {
    padding: 10px;
  }
  #iotmart .block-menu .menuLists .subLinkList {
    position: static;
    background-color: rgba(255, 255, 250, 0.2);
  }
}

#iotmart .block-menu .js_menuIcon {
  display: none;
}

#iotmart .block-menu .js_subLink {
  position: relative;
}

#iotmart .block-menu .js_subLink.show .js_subLinkList {
  display: block;
}

#iotmart .block-menu .js_subLink .js_subLinkList {
  display: none;
  min-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 9;
}

@media (max-width: 768px) {
  #iotmart .block-menu .js_menuIcon {
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #iotmart .block-menu .js_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;
    margin: 9px;
  }
  #iotmart .block-menu .js_menuIcon .item span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 40%;
    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;
  }
  #iotmart .block-menu .js_menuIcon .item span:nth-child(1) {
    top: 8px;
  }
  #iotmart .block-menu .js_menuIcon .item span:nth-child(2), #iotmart .block-menu .js_menuIcon .item span:nth-child(3) {
    top: 14px;
  }
  #iotmart .block-menu .js_menuIcon .item span:nth-child(4) {
    top: 20px;
  }
  #iotmart .block-menu .js_menuIcon.open span:nth-child(1) {
    top: 17px;
    width: 0%;
    left: 50%;
  }
  #iotmart .block-menu .js_menuIcon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #iotmart .block-menu .js_menuIcon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #iotmart .block-menu .js_menuIcon.open span:nth-child(4) {
    top: 17px;
    width: 0%;
    left: 50%;
  }
  #iotmart .block-menu .js_menuLists {
    display: none;
    width: 100%;
  }
  #iotmart .block-menu .js_menuLists.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#iotmart .blockBtn {
  margin: 0px 0px 0px -1%;
  width: calc(100% + 1%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  line-height: 1em;
}

#iotmart .blockBtn.alignLeft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#iotmart .blockBtn.alignRight {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#iotmart .blockBtn.btnRadius .btn {
  border-radius: 6px;
}

#iotmart .blockBtn .btn {
  margin-left: 1% !important;
}

#iotmart .blockBtn .btnFullWidth {
  width: 100%;
}

#iotmart .blockBtn .btn {
  margin: 5px 0;
  padding: 8px 15px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#iotmart .blockBtn .btnBlue {
  max-width: 300px;
  width: 90%;
  font-size: 1.875em;
  line-height: 1em;
  padding: 15px 20px;
  color: #fff;
  -webkit-box-shadow: 2px 8px 15px rgba(9, 17, 45, 0.3);
          box-shadow: 2px 8px 15px rgba(9, 17, 45, 0.3);
  background: #003477;
  background: -webkit-gradient(linear, left top, left bottom, from(#003477), color-stop(0%, #003477), to(#004bac));
  background: linear-gradient(to bottom, #003477 0%, #003477 0%, #004bac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003477', endColorstr='#004bac',GradientType=0 );
}

#iotmart .blockBtn .btnWhite {
  color: #67829c;
  font-size: 1.5em;
  line-height: 1em;
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fcfcfc));
  background: linear-gradient(to bottom, #f1f1f1 0%, #fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
}

#iotmart .blockBtn .btnWhite.on {
  color: #004280;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 3px 3px 3px rgba(9, 17, 45, 0.3);
          box-shadow: 3px 3px 3px rgba(9, 17, 45, 0.3);
  background: #f4f5f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f5f8), color-stop(0%, #f4f5f8), to(#ffffff));
  background: linear-gradient(to bottom, #f4f5f8 0%, #f4f5f8 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f8', endColorstr='#ffffff',GradientType=0 );
}

@media (min-width: 769px) {
  #iotmart .btnBlue:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 1px 3px 5px rgba(9, 17, 45, 0.3);
            box-shadow: 1px 3px 5px rgba(9, 17, 45, 0.3);
  }
  #iotmart .btnWhite:not(.on):hover {
    color: #004280;
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(100%, #efefef), to(#003477));
    background: linear-gradient(to bottom, #fcfcfc 0%, #efefef 100%, #003477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#003477',GradientType=0 );
    -webkit-box-shadow: 2px 2px 2px rgba(9, 17, 45, 0.3);
            box-shadow: 2px 2px 2px rgba(9, 17, 45, 0.3);
  }
}

@media (max-width: 768px) {
  #iotmart .blockBtn .btnBlue {
    font-size: 1.5em;
  }
  #iotmart .blockBtn .btnWhite {
    font-size: 1.2em;
  }
}

/**
 * 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;
}

#iotmart .swiper-container {
  padding-bottom: 10px;
}

#iotmart .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;
}

#iotmart .swiper-control .swiper-button-prev, #iotmart .swiper-control .swiper-button-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: static;
  cursor: pointer;
  color: #fff;
  margin: 0px;
}

#iotmart .swiper-control .swiper-button-prev::after, #iotmart .swiper-control .swiper-button-next::after {
  content: '';
  display: block;
  margin: 25% 0 0 25%;
  width: 50%;
  height: 50%;
  background: url(css-img/_arrow_lightBlue.svg) center center no-repeat;
  background: url(css-img/_arrow_lightBlue.png) center center no-repeat\9;
  background-size: contain;
}

#iotmart .swiper-control .swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#iotmart .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;
}

#iotmart .swiper-control .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
/*# sourceMappingURL=all.css.map */
#iotmart .section-trellixBox .section-title{
  font-size: 1.25em;
  color:#fff;
  background-color: #004280;
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 8px;
  margin-top: 5px;
}
#iotmart .list-trellixBox >.list{
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#iotmart .list-trellixBox > .list:first-child{
  border-radius:0 0 15px 15px;
  margin-top: 0px;
}
#iotmart .list-trellixBox >.list >.list-title{
  width: 80px;
  writing-mode: vertical-lr;
  font-size: 1.5em;
  color: #626262;
  letter-spacing: 5px;
  font-weight: 600;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(css-img/_dotted_grayS.png) right top repeat-y;
}
#iotmart .list-trellixBox .list-content{
  width: calc(100% - 80px);
  padding: 10px;
}
#iotmart .list-trellixBox .list-featureBox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #5079a4;
}
#iotmart .list-trellixBox .list-featureBox >.list{
  width: 30%;
  display: block;
  text-align: center;
  margin: 10px 30px;
  position: relative;
  /* font-size: 15px; */
  font-weight: 600;
}
#iotmart .list-trellixBox .list-featureBox >.list::after{
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 50%;
  left: -50px;
  margin-top: -20px;
  background: url(css-img/trellix_featureIcon.png) center center no-repeat;
}
#iotmart .list-trellixBox .list-featureBox >.list:first-child{
  margin-left: 0px;
}
#iotmart .list-trellixBox .list-featureBox >.list:first-child:after{
  display: none;
}
#iotmart .list-trellixBox .list-featureBox >.list >p{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#iotmart .list-trellixBox .list-productContent{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#iotmart .list-trellixBox .list-productBox{
  width: 50%;
  padding: 10px;
}
#iotmart .list-trellixBox .list-productBox >.list{
  width: 100%;
  display: block;
  background-color: #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  color: #5f83aa;
}
#iotmart .list-trellixBox .list-productBox .list-title{
  width: 100%;
  background-color: #5f83aa;
  color: #ffff;
  text-align: center;
  padding: 5px;
}
#iotmart .list-trellixBox .list-productSteps{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
}
#iotmart .list-trellixBox .list-productContent .box-productImg{
  width: 50%;
}
#iotmart .list-trellixBox .list-productContent .box-productImg .box-img{
  max-width: 400px;
  margin: 10px auto;
}
@media (max-width: 768px) {
  #iotmart .list-trellixBox{
    background-color: #fff;
    border-radius: 15px;
  }
  #iotmart .list-trellixBox >.list{
    margin-top: 0px;
  }
  #iotmart .list-trellixBox >.list >.list-title{
    width: 100%;
    writing-mode: horizontal-tb;
    padding: 10px 20px 20px;
    background: url(css-img/_dotted_grayS.png) right bottom repeat-x;
  }
  #iotmart .list-trellixBox .list-content{
    width: 100%;
    padding: 10px;
  }
  #iotmart .list-trellixBox .list-featureBox{
    flex-wrap: wrap; 
  }
  #iotmart .list-trellixBox .list-featureBox >.list{
    width: 100%;
    margin: 30px 10px;
  }
  #iotmart .list-trellixBox .list-featureBox >.list::after{
    top: -50px;
    left: 50%;
    margin-left: -20px;
    margin-top: 0;
    background: url(css-img/trellix_featureIcon.png) center center no-repeat;
  }
  #iotmart .list-trellixBox .list-featureBox >.list:first-child{
    margin-top: 0px;
  }
  #iotmart .list-trellixBox .list-productBox,
  #iotmart .list-trellixBox .list-productContent .box-productImg{
    width: 100%;
  }
}