body {
  overflow: visible;
}
/* @media (max-width:991px){
  body {
    overflow-x: hidden;
  } */
}


/* 單頁最上層 */
.exhibit-page {}


/* kv */
.section-kv.exhibit {
  position: relative;
  width: 100%;
  padding-top: 65px;  
  height: unset;  
  overflow: hidden;
  background: url('../img/kv/bg-inner.jpg') no-repeat left bottom/ cover;
 }
 .section-kv.exhibit .kv-bg {
   display: none;
 }
 @media (min-width:768px) {
  .section-kv.exhibit {
    max-height: 550px;
    padding: 3% 0 2%;
  }
  .section-kv.exhibit .kv-bg {
    display: block;
    width: 100%;
  }
 }

/* banner 內 品牌簡介 */
.exhibit-brand {
  position: relative;
  width: 100%;
  margin: auto;
  color: #fff;
}
@media (min-width: 768px) { /* desktop */
  .exhibit-brand {
    /* position: absolute;
    top: calc(55px + 50%);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); */
    width: 80%;
  }
}
.exhibit-brand a {
  color: #fff;
}
.brand-img {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px var(--theme);
}
.brand-img img {
  width: 100%;
}
.brand-info {
  padding: 10px;
}
.info-title {
  margin: 0;
}
.info-title-sub {
  margin: 10px 0 20px;
}
.info-contact {}
.info-contact-list {
  line-height: 2.2;
}
.info-contact-list li {
  color: #fff;
}
.info-contact-list li i {
  border-radius: 50px;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  padding: 3px;
  font-size: 14px;
  margin-right: 5px;
}
.info-contact-list li a {
  font-size: 1.1rem;
}

.info-social {
  float: right;
}
/* .info-social 以下搬去 main.css */







/* 內容區 */
.section-exhibit-page {
  position: relative;
  padding: 0px;
  /* position: absolute;
  margin-top: 46px;
  height: 100vh; */
 }
 .section-exhibit-page section {
   overflow: hidden;
 }
 .section-exhibit-page section:nth-child(even):not(:first-child){
  background-color: #ebebeb;
}
/* .section-exhibit-page section:not(:first-child)::before {} */
@media (min-width: 768px) {
  .section-exhibit-page section:not(:first-child)::before {
    content:'';
  background: url('../img/deco01.png') no-repeat center center/100%;
  position: absolute;
  width: 600px;
  height: 526px;
  top: 80%;
  left: -6%;
  }
}


 /********
   exhibit page navbar  
   **************/
.exhibit-page-nav {
  background: #FF6B00;
  background: linear-gradient(90.15deg, #FF3D00 23.58%, rgba(255, 61, 0, 0) 73.4%),linear-gradient(0deg, #FF6B00, #FF6B00);
  background: linear-gradient(90.15deg, #FF3D00 23.58%, rgba(255, 61, 0, 0) 73.4%),
  linear-gradient(0deg, #FF6B00, #FF6B00);
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 53px;
  z-index: 99;
}
.exhibit-page-nav .nav {
  width: 100%;
}
.exhibit-page-nav .nav-item {
  -ms-word-break: keep-all;
  word-break: keep-all;
  word-spacing: 0px;
}
.exhibit-page-nav .nav-item .nav-link {
  border-left: 1px solid #ffaa6e;
  color: #fff;
  display: block;
}
.exhibit-page-nav .nav-item .nav-link:last-child {
  border-right: 1px solid #ffaa6e;
}
.exhibit-page-nav .nav-item .nav-link:hover {
  background: #85370055;
}
@media (max-width:768px){
  .exhibit-page-nav .nav-item {
    border-top: 1px solid #ffaa6e;
    border-bottom: 1px solid #ffaa6e;
    border-left: 0.5px solid #ffaa6e;
    border-right: 0.5px solid #ffaa6e;
  }
}


/**********************
  共用 btn
 ***********************/
.btn-download {
  color: var(--link);
  padding: 10px 0px;
}
.btn-download:hover {
  color: var(--linkHover);
}




/**********************
  tag content: 共用
 ***********************/
 /* 放側邊 裝飾標題字 */
 .content-fancy-title { /* phone */
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  position: relative;
 }
 .content-fancy-title .en { /* phone */
  color: #0030D9;
  font-size: 40px;
  letter-spacing: 0px;
  background: -webkit-linear-gradient(#FF005CD9, #0030D9);
  background: linear-gradient(#FF005CD9, #0030D9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Raleway',;
}

@media (min-width: 768px) { /* desktop */
  .content-fancy-title {
    display: block;
    width: 150px;
    margin: 0;
    writing-mode: vertical-lr;
    white-space: 0px;
    word-break: keep-all;
    word-wrap: none;
  }
  .content-fancy-title .en {
    font-size: 80px;
    /* letter-spacing: 8px; */
    /* text-orientation: upright; */
    padding-left: 40px;
  }
  
}






/**********************
  tag content: 內容1.intro
 ***********************/
.brandIntro {
  padding: 2%;
  background-color: #fff;
}
.intro-mainbox {}
.content-title {}
.intro-txt {}
/* .exhibit-tagbox span {} */
.intro-txt .txt {}
.intro-txt .txt .p {}
.contact-connect {
  border-left: 3px solid #ddd;
  padding-left: 1.5rem;
}
.contact-connect .head {
  color: var(--theme);
}
.contact-connect .list li {}
.intro-gallery {
  margin: 2% 0;
}
.intro-gallery .swiper-wrapper {}
.intro-gallery .swiper-slide {
  text-align: center;
  max-width: 600px;
  max-height: 300px;
  overflow: hidden;
  transform: scale(1);
  transition: .3s ease;
}
.intro-gallery .swiper-slide img {
  width: 100%;
  max-width: 600px;
}
.intro-gallery .swiper-pagination span {
  background: #ffffff;
}

/* 內容1.intro: side bar */
.intro-sidebar {
  padding-top: 8%;
}
.intro-side-imgbox {}
.intro-side-imgbox img {
  max-width: 300px;
}
.intro-side-product {
  background: #F4F4F4;
  border-radius: 10px 0 10px 0;
  padding: 15px;
  width: 85%;
  margin: auto;
}
.intro-side-product .content-head {
  color: var(--theme);
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-top: 0px;
}
.intro-side-product .content-head:first-child {
  border-top-width: 0px;
}
.intro-side-product ul {
  padding-bottom: 1.5rem;
}
.intro-side-product ul li {}
.content-group.intro {}
.content-item {}
.exhibit-page-side {}
.side-content {}





/**********************
  tag content: 內容2.Vidoe
 ***********************/
.solutionVideo {
  background: url('../img/bg-exhibit-video.jpg') no-repeat center center/cover;
  backdrop-filter: brightness(60%);
}
.content-fancy-title.video {
  -webkit-text-fill-color: #fff;
  color: #fff;
  opacity: 0.75;
}
.content-fancy-title.video .zh {
  -webkit-text-fill-color: #fff;
  color: #fff;
  opacity: 0.75;
}
.content-fancy-title.video .en {}
.video-item {
  padding: 10px 15px;
}
.video-item-file {}
.video-item-file iframe {
  min-height: 200px;
}
.video-item-title {
  color: #FFF280;
  margin: 20px 0;
}
.video-item-txt {
  color: #fff;
}
.video-item-txt a {
  color: #fff;
}
.video-item-txt .p {}







/**********************
  tag content: 內容3.白皮書
 ***********************/
 .brandWhitepaper {
  background: #F5F5F5;
  color:#333;
  padding: 3% 0;
  position: relative;
  overflow: hidden;
}
.whitepaper-item {
  width: 100%;
  padding: 20px 15px;
  border-bottom: 1px solid #E5E5E5;
}
.whitepaper-item:last-child {
  border-bottom-width: 0px;
}
.whitepaper-imgbox {
  overflow: hidden;
  max-width: 254px; /* 224px(img's width) + 15px*2(padding) */
  height: 316.8px;
}
.whitepaper-imgbox img { /* A4 SIZE */
  width: 100%;
  max-width: 224px;
}
.whitepaper-words {}
.whitepaper-words .item-title {}
.whitepaper-words .item-txt {}
/* .whitepaper-words .btn-download {
  color: var(--link);
  padding: 0px;
}
.whitepaper-words .btn-download {
  color: #333;
} */


/**********************
  tag content: 內容4.解決方案
 ***********************/
 .solutionType {}
.solution-item {
  width: 100%;
  padding: 20px 15px;
  border-bottom: 1px solid #E5E5E5;
}
.solution-item:last-child {
  border-bottom-width: 0px;
}
.solution-words {}
.solution-words .item-title {}
.solution-words .item-txt {}
/* .solution-words .btn-download {} */


/**********************
  tag content: 內容5.參展產品
 ***********************/
/* 
   on product.css
*/


/**********************
  tag content: 內容6.現場展示 TechDemo
 ***********************/
 .exhibitTechdemo {}
.techdemo-item {
  width: 100%;
  padding: 20px 15px;
  border-bottom: 1px solid #E5E5E5;
}
.techdemo-item:last-child {
  border-bottom-width: 0px;
}
.techdemo-words {}
.techdemo-words .item-title {}
.techdemo-words .item-title a {}
.techdemo-words .item-title a i {
  font-size: 16px;
}
.techdemo-words .item-txt {}

.techdemo-imgbox { /* size .techdemo-imgbox = product-imgbox*/
  padding: 0 10px;
  max-width: 400px;
  max-height: 400px;
  overflow: hidden;
}
.techdemo-imgbox img {
  width: 100%;
  max-width: 350px;
}


/**********************
  tag content: 內容7.講者議程
 ***********************/
/* 
   on speaker.css
*/