@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;]
**/
#SelfService .clearfix:after, #SelfService .icon-scrollTop::after, #SelfService .iconList-circle > .list::before, #SelfService .iconList-triangle > .list::before, #SelfService .iconList-arrow > .list::before, #SelfService .moveMenu > .list.on .line::after {
  content: '';
  display: block;
}

#SelfService .block-btn, #SelfService .moveMenu > .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

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

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

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

#SelfService ul, #SelfService ol, #SelfService li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

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

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

#SelfService sub {
  bottom: -0.25em;
}

#SelfService sup {
  top: -0.5em;
}

#imart-single-page .row-maxwidth-95pct {
  max-width: initial;
  width: 100%;
}

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

#SelfService .block-container {
  padding: 50px 2% 0px;
}

#SelfService .block-wrapper {
  max-width: 1170px;
}

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

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

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

#SelfService .alignLeft {
  text-align: left;
}

#SelfService .alignRight {
  text-align: right;
}

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

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

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

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

@media (max-width: 768px) {
  #SelfService {
    font-size: 16px;
  }
  #SelfService .showType.showDesktop {
    display: none;
  }
  #SelfService .showType.showTablet {
    display: block;
  }
  #SelfService .block-container {
    padding: 5% 5% 0;
  }
  #SelfService .block-container.block-bg {
    margin-top: 5%;
    padding-bottom: 5%;
  }
}

#SelfService .icon-scrollTop {
  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;
}

#SelfService .icon-scrollTop::after {
  width: 50%;
  height: 50%;
  margin: -11px 0 0 -11px;
  background: url(../images/_arrow_white.svg) center center no-repeat;
  background: url(../images/_arrow_white.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-1px) rotate(-180deg);
          transform: translateY(-1px) rotate(-180deg);
}

#SelfService .icon-scrollTop.show {
  opacity: 1;
  bottom: 45px;
  z-index: 99;
}

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

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

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

#SelfService .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;
}

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

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

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

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

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

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

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

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

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

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

#SelfService {
  padding-bottom: 80px;
}

#SelfService h1 {
  font-size: 1.5em;
  color: white;
}

#SelfService h1 span {
  font-size: 1.83333em;
  display: block;
  font-weight: bold;
  padding-bottom: 1rem;
  line-height: 1.1;
}

#SelfService h2 {
  color: #004280;
  text-align: center;
  font-size: 2.25em;
  font-weight: bold;
  margin-bottom: 2rem;
}

#SelfService .mainBanner {
  background: #232323 url(../images/mainbanner.jpg) center center no-repeat;
  color: white;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#SelfService .mainBanner .copy {
  width: 46%;
  margin-left: 4%;
}

#SelfService .mainBanner .copy a {
  background: #f39801;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  padding: .75em 1em;
  margin-top: .85em;
}

#SelfService .mainBanner .copy a span {
  font-size: 0.58333em;
}

#SelfService .feature {
  text-align: center;
  background: #fafafc;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 30px;
}

#SelfService .feature .feature-icon {
  background: white;
  border-radius: 50%;
  padding: 2em;
  width: 8.5vw;
  height: 8.5vw;
  max-width: 180px;
  max-height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 1em;
}

#SelfService .feature .feature-icon img {
  width: 100%;
  height: auto;
}

#SelfService .feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#SelfService .feature ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#SelfService .feature ul span {
  display: block;
  line-height: 1.2;
}

#SelfService .applications .grid-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (minmax(340px, 1fr))[2];
      grid-template-rows: repeat(2, minmax(340px, 1fr));
  gap: 10px;
}

#SelfService .applications .grid-content .grid-item {
  background: black;
  border-radius: 13px;
  color: white;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#SelfService .applications .grid-content .grid-item:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/span 2/3;
  background: url(../images/applications-selfOrder-pay.jpg) center center;
  background-size: cover;
}

#SelfService .applications .grid-content .grid-item:first-child h3 {
  font-size: 2.25em;
}

#SelfService .applications .grid-content .grid-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 1/3/2/span 2;
  background: url(../images/applications-SelfService-checkin.jpg) center center;
  background-size: cover;
}

#SelfService .applications .grid-content .grid-item:nth-child(3) {
  background: url(../images/applications-SelfService-visitor-checkin.jpg) center center;
  background-size: cover;
}

#SelfService .applications .grid-content .grid-item:nth-child(4) {
  background: url(../images/applications-mobile-SelfOrdering-Pay.jpg) center center;
  background-size: cover;
}

#SelfService .applications .grid-content .grid-item h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 5px;
}

#SelfService .applications .grid-content .grid-item p {
  font-size: 0.875em;
}

#SelfService .applications .grid-content .grid-item a {
  font-size: 1.125em;
  color: #f39801;
  font-weight: bold;
}

#SelfService .applications .grid-content .grid-item a span {
  font-size: .6em;
  margin-left: 5px;
}

#SelfService .products {
  padding-top: 50px;
}

#SelfService .products .owl-carousel {
  display: block;
}

#SelfService .products .tabnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

#SelfService .products .tabnav .tabnav-items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #f8f8f8;
  border-radius: 25px;
  box-shadow: 0px 10px 20px 0px rgba(23, 42, 62, 0.08);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(23, 42, 62, 0.08);
  -moz-box-shadow: 0px 10px 20px 0px rgba(23, 42, 62, 0.08);
}

#SelfService .products .tabnav .tabnav-items .tabnav-item {
  position: relative;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item:not(:last-child) a::after {
  content: '';
  width: 1px;
  height: 80%;
  background: #e9e9e9;
  display: block;
  position: absolute;
  top: 10%;
  right: 0;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item:first-of-type a:hover {
  border-radius: 25px 0 0 25px;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item:first-of-type.on a {
  border-radius: 25px 0 0 25px;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item:last-of-type a:hover {
  border-radius: 0 25px 25px 0;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item:last-of-type.on a {
  border-radius: 0 25px 25px 0;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item.on a {
  background: #f39801;
  font-weight: bold;
  color: white;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item.on a::after {
  content: none;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item a {
  height: 144px;
  width: 250px;
  padding: 100px 1.5em 1.5em;
  text-align: center;
  position: relative;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item a:hover {
  background: #f39801;
  font-weight: bold;
  color: white;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item a:hover::after {
  content: none;
}

#SelfService .products .tabnav .tabnav-items .tabnav-item a figure {
  position: absolute;
  left: 0;
  top: -75%;
  pointer-events: none;
  cursor: default;
}

#SelfService .products .item-container .tabpanel {
  display: none;
}

#SelfService .products .item-container .tabpanel.show {
  display: block;
}

#SelfService .products .item-container .tabpanel h3.title {
  text-align: center;
  color: #f39801;
  font-size: 1.5em;
  font-weight: bold;
}

#SelfService .products .item-container .tabpanel h3.title + p {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 30px;
  padding: 0 2%;
  height: 50px;
}

#SelfService .products .item-container .tabpanel .owl-wrapper {
  background: #f8f8f8;
  padding: 80px 3% 40px;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-nav [class*=owl-] {
  padding: .5em !important;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-nav [class*=owl-] span {
  font-size: 1em;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-dots {
  text-align: center;
  margin-top: 1em;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-dots .owl-dot.active span, #SelfService .products .item-container .tabpanel .owl-wrapper .owl-dots .owl-dot:hover span {
  background: #f39801;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item {
  background: white;
  border-radius: 1em;
  padding: 1em 1em 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item figure {
  background: #f8f8f8;
  border-radius: 1em;
  height: 240px;
  min-height: 240px;
  pointer-events: none;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item figure img {
  position: absolute;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item > span {
  display: block;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item .productid {
  color: #004280;
  font-size: 1.625em;
  font-weight: bold;
  margin-top: .8rem;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item .subtitle {
  color: #006fff;
  font-weight: bold;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item .detail {
  font-size: 0.875em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item .cfa {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item .cfa a {
  background: #f39801;
  color: white;
  font-size: .8em;
  font-weight: bold;
  padding: 8px;
  width: 50%;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item .cfa a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

#SelfService .products .item-container .tabpanel .owl-wrapper .owl-item .cfa a span {
  font-size: 0.625em;
}

#SelfService .promo .promos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#SelfService .promo .promos h3 {
  font-weight: bold;
  height: auto;
}

#SelfService .promo .promos .promobanner {
  width: 100%;
  height: 360px;
  background: black;
  border-radius: 22px;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 1.625em;
  padding: 0 8% 1em;
}

#SelfService .promo .promos .promobanner:first-child {
  background: url(../images/promo-self-service-information.jpg) center center;
  background-size: cover;
}

#SelfService .promo .promos .promobanner:last-child {
  background: url(../images/promo-Outdoor-Selfservice-paymentandticketing.jpg) center center;
  background-size: cover;
}

#SelfService .support {
  color: #004280;
  font-size: 2.25em;
}

#SelfService .support > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#SelfService .support a {
  position: relative;
  width: 100%;
  background: #d2e1f0;
  border-radius: 22px;
  padding: .8em 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#SelfService .support a p {
  max-width: 75%;
  line-height: 1.15;
}

#SelfService .support a span {
  font-weight: bold;
}

#SelfService .support a figure {
  position: absolute;
  pointer-events: none;
  cursor: default;
}

#SelfService .support a:first-child figure {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#SelfService .support a:last-child figure {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}

@media (max-width: 1300px) {
  #SelfService .feature .feature-icon {
    width: 10vw;
    height: 10vw;
  }
}

@media (max-width: 1024px) {
  #SelfService {
    font-size: 15px;
  }
  #SelfService .mainBanner .copy {
    width: 50%;
  }
  #SelfService .feature ul {
    gap: 10px;
  }
  #SelfService .feature .feature-icon {
    width: 12vw;
    height: 12vw;
    padding: 1.8em;
  }
  #SelfService .applications .grid-content {
    -ms-grid-rows: (minmax(240px, 1fr))[2];
        grid-template-rows: repeat(2, minmax(240px, 1fr));
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a {
    width: 20vw;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a figure {
    top: -52%;
  }
  #SelfService .promo .promos .promobanner {
    height: 270px;
  }
  #SelfService .support {
    font-size: 2em;
  }
  #SelfService .support a:first-child figure {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  #SelfService .support a:last-child figure {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
}

@media (max-width: 768px) {
  #SelfService h1 {
    font-size: 1.3em;
  }
  #SelfService .mainBanner {
    font-size: 13px;
    height: auto;
    padding: 5vh 2%;
    background-size: cover;
  }
  #SelfService .mainBanner .copy {
    width: 60%;
  }
  #SelfService .mainBanner .copy a {
    font-size: 1.2em;
  }
  #SelfService .feature {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 30px;
  }
  #SelfService .feature ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #SelfService .feature .feature-icon {
    padding: 1.5em;
    width: 100px;
    height: 100px;
  }
  #SelfService .applications .grid-content {
    -ms-grid-rows: (minmax(220px, 1fr))[2];
        grid-template-rows: repeat(2, minmax(220px, 1fr));
  }
  #SelfService .applications .grid-content .grid-item:first-child h3 {
    font-size: 1.125em;
  }
  #SelfService .applications .grid-content h3, #SelfService .applications .grid-content p, #SelfService .applications .grid-content a {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8), -1px -1px rgba(0, 0, 0, 0.2);
  }
  #SelfService .products .item-container .tabpanel .owl-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a {
    height: auto;
    width: 22vw;
    padding: 90px 1.5em 1em;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a.on a {
    background: #f39801 !important;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a:hover {
    pointer-events: initial;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a figure {
    max-height: 150px;
  }
  #SelfService .promo .promos .promobanner {
    height: 220px;
    font-size: 1.2em;
    padding-top: 46%;
  }
  #SelfService .support {
    font-size: 1.7em;
  }
  #SelfService .support a:first-child figure {
    -webkit-transform: translateX(30%) scale(0.8);
            transform: translateX(30%) scale(0.8);
  }
  #SelfService .support a:last-child figure {
    -webkit-transform: translateX(30%) scale(0.8);
            transform: translateX(30%) scale(0.8);
  }
}

@media (max-width: 580px) {
  #SelfService h1 {
    font-size: 1rem;
  }
  #SelfService h1 span {
    font-size: 1.4em;
    padding-bottom: .8rem;
  }
  #SelfService h2 {
    font-size: 1.6em;
  }
  #SelfService .mainBanner {
    background-position: 75% center;
  }
  #SelfService .mainBanner .copy {
    width: 70%;
  }
  #SelfService .mainBanner .copy a {
    font-size: 1.1em;
  }
  #SelfService .applications .grid-content {
    -ms-grid-rows: (200px)[4];
    -ms-grid-columns: 1fr;
        grid-template: repeat(4, 200px)/1fr;
  }
  #SelfService .applications .grid-content .grid-item {
    padding-top: 35%;
  }
  #SelfService .applications .grid-content .grid-item h3 {
    margin-bottom: 0;
  }
  #SelfService .applications .grid-content .grid-item:first-child {
    grid-area: auto;
    padding-top: 36%;
  }
  #SelfService .applications .grid-content .grid-item:nth-child(2) {
    grid-area: auto;
  }
  #SelfService .products .item-container .tabpanel h3.title + p {
    height: 70px;
  }
  #SelfService .products .item-container .tabpanel .owl-wrapper .owl-item figure {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    position: relative;
  }
  #SelfService .products .item-container .tabpanel .owl-wrapper .owl-item figure img {
    bottom: -10px;
  }
  #SelfService .products .tabnav {
    padding: 0 4%;
    margin-top: initial;
  }
  #SelfService .products .tabnav .tabnav-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1px;
    background: #e9e9e9;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item {
    width: calc(50% - .5px);
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item:first-of-type a {
    border-radius: 25px 0 0 0;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item:first-of-type.on a {
    border-radius: 25px 0 0 0;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item:nth-of-type(2) a {
    border-radius: 0 25px 0 0;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item:nth-of-type(2).on a {
    border-radius: 0 25px 0 0;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item:nth-of-type(3) a {
    border-radius: 0 0 0 25px;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item:nth-of-type(3).on a {
    border-radius: 0 0 0 25px;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item:last-of-type a {
    border-radius: 0 0 25px 0;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item:last-of-type.on a {
    border-radius: 0 0 25px 0;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a {
    width: 100%;
    padding: 30px 20px;
    text-align: left;
    background: #f8f8f8;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a::after {
    content: initial !important;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a span {
    width: 70%;
  }
  #SelfService .products .tabnav .tabnav-items .tabnav-item a figure {
    left: initial;
    width: 70%;
    right: -10%;
    top: -11%;
  }
  #SelfService .promo .promos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #SelfService .support > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #SelfService .support a:first-child figure {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 50%;
    right: -10%;
  }
  #SelfService .support a:last-child figure {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 50%;
    right: -10%;
  }
}

@media (min-width: 769px) {
  #SelfService .ani_hoverDown {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  #SelfService .ani_hoverDown:hover {
    -webkit-transform: translateY(2px) !important;
            transform: translateY(2px) !important;
  }
  #SelfService .ani_hoverUp {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  #SelfService .ani_hoverUp:hover {
    -webkit-transform: translateY(-2px) !important;
            transform: translateY(-2px) !important;
  }
  #SelfService .txtLink {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #SelfService .txtLink:hover {
    color: #50aade;
  }
}

#SelfService .lists-product .js_scrollAnimation .box-img, #SelfService .lists-product .js_scrollAnimation .list-content {
  opacity: 0;
}

#SelfService .lists-product .animationing .box-img {
  -webkit-animation: productImgAnimation 0.8s;
          animation: productImgAnimation 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

#SelfService .lists-product .animationing .list-content {
  -webkit-animation: productContentAnimation 0.8s;
          animation: productContentAnimation 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#SelfService .js_scrollAnimation {
  opacity: 0;
}

#SelfService .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;
}

@-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;
  }
}

@-webkit-keyframes productImgAnimation {
  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 productImgAnimation {
  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 productContentAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

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

#SelfService .js_fixedTop {
  position: relative;
}

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

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

#SelfService .onFixed .block-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(23, 42, 62, 0.08);
          box-shadow: 0px 1px 1px 1px rgba(23, 42, 62, 0.08);
}

#SelfService .onFixed .menuLists {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#SelfService .onFixed .line {
  border-radius: 0px !important;
}

#SelfService .onFixed .box-img {
  display: none;
}

#SelfService .onFixed .moveMenu {
  margin-top: 0px;
}

#SelfService .moveMenu {
  margin-top: -5%;
}

#SelfService .moveMenu > .list a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#SelfService .moveMenu > .list:first-child a::after {
  border-left: none;
}

#SelfService .moveMenu > .list.on:first-child .line {
  border-radius: 0 0 0 20px;
}

#SelfService .moveMenu > .list.on:last-child .line {
  border-radius: 0 0 20px 0;
}

#SelfService .moveMenu > .list.on {
  position: relative;
}

#SelfService .moveMenu > .list.on .line {
  position: absolute;
  z-index: 1;
  height: 100%;
  bottom: 0px;
  width: 100%;
  left: 0px;
  overflow: hidden;
}

#SelfService .moveMenu > .list.on .line::after {
  position: absolute;
  height: 100%;
  bottom: 0px;
  width: 100%;
  left: 0px;
  border-bottom: 4px solid #ea9716;
}

#SelfService .moveMenu > .list.on a {
  color: #004280;
}

#SelfService .moveMenu .box-img {
  margin-top: -15%;
}

#SelfService .moveMenu .productImg {
  margin-right: -20%;
}
/*# sourceMappingURL=all.css.map */