@charset "utf-8";
/* CSS Document */
body {
  --font-s01: 14px;
  --font-s02: 15px;
  --font-s03: 16px;
  --font-s04: 17px;
  --font-s05: 18px;
  --font-s06: 20px;
  --font-s07: 22px;
  --font-s08: 24px;
  --font-s09: 26px;
  --font-s10: 28px;
  --font-s11: 30px;
  --font-s12: 32px;
  --font-s13: 34px;
  --font-s14: 36px;
  --font-s15: 38px;
  --font-s16: 40px;
  --font-s17: 42px;
  --font-s18: 44px;
  --font-s19: 46px;
  --font-s20: 65px;
}
@media screen and (max-width: 1366px) {
body {
  --font-s16: 36px;
}
}
@media screen and (max-width: 1024px) {
body {
  --font-s16: 32px;
}
}
@media screen and (max-width: 600px) {
body {
  --font-s16: 28px;
}
}

.pageHeader{ width: 100%; margin:0 auto 0 auto; padding:0px 0 0px 0; position: relative; }
.pageHeader .box-1{ display: flex; justify-content: space-between; align-items: center; }
.pageHeader h1{ width: 95px; padding:0 0px 0 0; margin:0 0px 0 0; }
.pageHeader h1 img{ width: 100%; }
.pageHeader .menubox{ width: auto; padding: 0 0 0 0px;  margin: 0px 0px 0px 0;
display: flex;
  justify-content: center; align-items: center; 
}
.pageHeader .menubox nav{ margin: 0px 0px 0px 0;  padding:0; list-style: none; }
@media screen and (max-width: 1500px) {
.pageHeader .box-1{ width: 96%; }
.pageHeader h1{ width: 80px; }
}
@media screen and (max-width: 1150px) {
.pageHeader .box-1{ width: 90%; }
.nav-menu li.mobile-none{ display: none; }
}
@media screen and (max-width: 800px) {
.pageHeader h1{ width: 70px; }
}
@media screen and (max-width: 600px) {
.pageHeader h1{ width: 65px; }
}


/* search */
.search{ margin:0px 0 0px 20px; width:auto; height:auto; overflow: hidden; 
 display: flex;
  justify-content: center; align-items: center; flex-wrap: nowrap;
}
.search form{ 
 display: flex;
  justify-content: center; align-items: center; flex-wrap: nowrap;
}
.search .box{ float:right; background: linear-gradient(to right, rgba(245, 165, 38, 1) 0%, rgba(234, 84, 19, 1) 100%); border-radius: 3px; border: none; 
  display: flex;
  justify-content: center; align-items: center;}
.search .box .sbox{
  display: block;
  margin: 0;
  width: 160px;
  color: #fff; font-weight: 600;
  line-height: 56px;
  height:56px;
  padding:0px 0px 0px 20px;
  border: none;
  outline: none;
  background:none;
}
.search .box .sbtn {
  background:url(../images/search.png) no-repeat center center;
  width:56px;
  height:56px;
  display:block;
  margin:0px 0px 0px 0px;
  padding:0px;
  font: inherit;
  cursor: pointer;
  border: none;
  outline: none;
}
.search input, .search input::placeholder{
    color: #fff; font-weight: 600; font-size: var(--font-s06);
}
@media screen and (max-width: 1650px) {
.search input, .search input::placeholder {
  font-size: var(--font-s05);
}
}
@media screen and (max-width: 1350px) {
.search{ margin:0px 0 0px 15px; 
}
.search input, .search input::placeholder {
  font-size: var(--font-s04);
}
.search .box .sbox{
  width: 150px;
  padding:0px 0px 0px 15px;
  line-height: 48px;
  height:48px;
}
.search .box .sbtn {
  width:48px;
  height:48px;
}
}
@media screen and (max-width: 1200px) {
.search input, .search input::placeholder {
  font-size: var(--font-s03);
}
.search .box .sbox{
  width: 130px;
  line-height: 40px;
  height:40px;
}
.search .box .sbtn {
  width:40px;
  height:40px;
}
}
@media screen and (max-width: 800px) {
.search .box .sbox{
  width: 110px;
  line-height: 36px;
  height:36px;
}
.search .box .sbtn {
  width:36px;
  height:36px;
}
}

/* mobile menu */
.menu-btn {
  display: none;
  position: absolute;
  width: 40px; margin: 0 0 0 0px;
  height: 40px;
  transition: 0.5s;
  top: 22px;
  right:2%; 
  border: 1px solid #9599b4;
  border-radius: 100%;
}
@media screen and (max-width: 1150px) {
.menu-btn {
    display: block;
  }
}
@media screen and (max-width: 600px) {
.menu-btn {
    top: 15px;
  }
}
.menu-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #0b2d4e;
  border-radius: 2px;
  transition: 0.3s;
}
.menu-btn span:nth-child(1) {
  top: calc(50% - 7px);
}
.menu-btn span:nth-child(3) {
  top: calc(50% + 7px);
}
.menu-btn.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #153455;
}
.menu-btn.active span:nth-child(2) {
  width: 0;
}
.menu-btn.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #153455;
}

/* menu style */
section.menu {
  display: none;
  position: fixed;
  z-index: 98;
  top: 85px;
  left: 0;
  width: 100%;
  height: calc(100% - 85px);
  background-color: rgba(40, 49, 104, 0.95);
  transform: translateX(100%);
  opacity: 0;
  transition: 0.5s;
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
section.menu {
  top: 71px;
  height: calc(100% - 71px);
}
}
section.menu.show {
  opacity: 1;
  transform: translateX(0);
}

.scrollbar-inner::-webkit-scrollbar {
  display: none;
}
.scrollbar-inner.scroll-content {
  max-height: calc(100vh - 62px) !important;
}
.scrollbar-inner > .scroll-element.scroll-y {
  width: 5px;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 0.8;
}

.scrollbar-inner .lang{ display: flex; justify-content: center; align-items: center; margin:20px 0px 0 0px; padding: 0 0 0 0px; position: relative;
}
.scrollbar-inner .lang:before {
    content: "";
    width: 1px;
    height: 26px;
    background: #888686;
    position: absolute; left: -20px;
}
.scrollbar-inner .lang li{ padding: 0 9px 0 0px; margin:0 0px 0 0; list-style: none; color: #fff; font-size:20px;
display: flex;
  justify-content: center; align-items: center; 
}
.scrollbar-inner .lang li a{ color: rgba(255, 255, 255, 0.7); }
.scrollbar-inner .lang li:hover a{ color: #c8161d;}
.scrollbar-inner .lang li.active a{ color: #fff;}
.scrollbar-inner .lang li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 0px 0 5px;
}
.scrollbar-inner .lang li:last-child:after { display: none;}

ul.main-list {
  width: 100%;
  color: #ffffff;
  margin: 0; padding: 0;
  list-style: none;
}
ul.main-list > li {
  position: relative;
  cursor: pointer;
  box-shadow: 0 1px rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
ul.main-list > li.more::before {
  position: absolute;
  content: "";
  top: 25px;
  right: 20px;
  width: 12px;
  height: 8px;
  background: url(../images/icon-arrow-down-white.svg) no-repeat;
  opacity: 0.7;
  transition: 0.5s;
}
ul.main-list > li.more.active::before {
  transform: scale(-1);
}
ul.main-list > li > a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 20px;
  color: #ffffff;
  transition: 0.5s;
}
ul.main-list > li > a:hover {
  color: #f5a526;
}

ul.sub-list {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0; padding: 0; list-style: none;
}
ul.sub-list > li {
  position: relative;
  cursor: pointer;
  padding: 0; margin: 0; list-style: none;
}
ul.sub-list > li + li {
  border-top: 1px solid rgba(255,255, 255, 0.1);
}
ul.sub-list > li.more::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 12px;
  height: 8px;
  background: url(../images/icon-arrow-down-white.svg) no-repeat;
  opacity: 0.7;
  transition: 0.5s;
}
ul.sub-list > li.more.active::before {
  transform: scale(-1);
}
ul.sub-list > li > a {
  display: inline-block;
  padding: 15px 10px 15px 40px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
ul.sub-list > li > a:hover {
  color: #f5a526;
}

ul.third-list {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0; padding: 0; list-style: none;
}
ul.third-list > li + li {
  border-top: 1px solid #0b0b0b;
  cursor: pointer;
}
ul.third-list > li > a {
  display: block;
  padding: 15px 10px 15px 60px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
ul.third-list > li > a:hover {
  color: #ceb07c;
}


/* banner */
.sliderContainer {
  position: relative;
}
.sliderContainer:before {
  content: '';
  position: absolute;

background: linear-gradient(to bottom, rgba(11,38,83,0) 70%,rgba(11,38,83,0.48) 99%,rgba(11,38,83,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:1;
}
.sliderContainer img {
  width: 100%;
}

.sliderContainer .for_PC {
  display: block;
  width: 100%;
}

.sliderContainer .for_mobile {
  display: none;
}

.sliderContainer .for_PC img, .sliderContainer .for_mobile img {
  width: 100%;
}

.sliderContainer .slider {
  width: 100%;
  margin: 0px;
}

.sliderContainer .slick-prev:before,
.sliderContainer .slick-next:before {
  color: black;
}

.sliderContainer .slick-dots {
  bottom: -30px;
}

.progressBarContainer {
  position: absolute;
  bottom:50px;
  width:60%;
  left:20%;

  z-index: 2;

  display: flex;
  justify-content: space-between; align-items: center; 
}

.progressBarContainer div {
  display: block;
  width: calc(100% / 5 - 20px);
  padding: 0;
  cursor: pointer;
  float: left;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: #eee;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(237, 114, 23, 1);
  width: 0%;
  height: 4px;
}
@media screen and (max-width: 900px) {
.sliderContainer .for_PC {
    display: none;
  }
.sliderContainer .for_mobile {
    display: block;
    width: 100%;
  }

  .progressBarContainer {
  bottom:20px;
  width:90%;
  left:5%;
}
.progressBarContainer div {
  width: calc(100% / 5 - 1%);
}
}


.index-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  padding: 0px 0 0 0;
}

.index-banner img {
  width: 100%;
}

.index-banner .for_PC {
  display: block;
  width: 100%;
}

.index-banner .for_mobile {
  display: none;
}

.index-banner .for_PC img, .index-banner .for_mobile img {
  width: 100%;
}

.index-banner .index-banner-slick {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.index-banner .index-banner-slick .slick-list, .index-banner .index-banner-slick .slick-track {
  height: 100%;
}

.index-banner .index-banner-slick .slick-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.index-banner .slick-prev:before, .index-banner .slick-next:before { font-size: 0px; }

.index-banner .slick-prev{ top: calc(50% - 23px); left:20px; z-index: 9;
display: flex; justify-content: center; border: none;
  align-items: center; transform: rotate(180deg); 
  transition: all 0.6s;
}
.index-banner .slick-prev:before{ background: url(../images/banner-right-arrow-white.png) no-repeat center center; width: 14px; height: 46px; display: block; background-size: 100% auto;}
.index-banner .slick-prev:hover:before{ background: url(../images/banner-right-arrow-white.png) no-repeat center center; }
.index-banner .slick-next{ top: calc(50% - 23px); right:20px; z-index: 9; 
display: flex; justify-content: center; border: none;
  align-items: center;
  transition: all 0.6s;
}
.index-banner .slick-next:before{ background: url(../images/banner-right-arrow-white.png) no-repeat center center; width: 14px; height: 46px; display: block; background-size: 100% auto;}
.index-banner .slick-next:hover:before{ background: url(../images/banner-right-arrow-white.png) no-repeat center center; }
.index-banner .slick-prev.slick-disabled:before,
.index-banner .slick-next.slick-disabled:before
{
    opacity: 1;
}
.index-banner .slick-prev:hover,
.index-banner .slick-prev:focus
{
    transform: rotate(180deg) translate(0px, 11px); 
}
.index-banner .slick-next:hover,
.index-banner .slick-next:focus
{
    transform: translate(0px, -10px); 
}
@media screen and (max-width: 900px) {
  .index-banner .for_PC {
    display: none;
  }
  .index-banner .for_mobile {
    display: block;
    width: 100%;
  }
}

/* page-banner */
.page-banner {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 0;
  padding: 0;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner .banner_ttbox {
  position: absolute;
  top: 40%; left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start; align-items: center;
  flex-wrap: wrap;
  text-align: left;
}
.page-banner .banner_ttbox h2{
  color: #fff;
  font-size: var(--font-s16);
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0 0 0px 0;
  text-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.page-banner .banner_ttbox h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 83px;
    height: 2px;
    left: 0;
    background-color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .page-banner {
    height: 40vh; justify-content: center;
  }
  .page-banner .banner_ttbox {
  top: 40%;
}
}

/* 麵包屑 */
.bread-crumbs {
  width: 100%;
  margin: 0px auto  0px auto;
  display: flex; justify-content: flex-start; align-items: center; 
}
.bread-crumbs ul{
  width: 100%;
  margin: 0px; padding: 15px 0; list-style: none;
  display: flex; justify-content: flex-start; align-items: center; 
}
.bread-crumbs li {
  display: flex; justify-content: flex-start; align-items: center;
  color: #666;
}

.bread-crumbs li a {
  color: #666;
}

.bread-crumbs li a:hover {
  color: #f07f1d;
}
.bread-crumbs li:after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    height: .25rem;
    width: .25rem;
    border-radius: 100%;
    background: #f07f1d;
}
.bread-crumbs li:last-child:after {
  display: none;
}
.bread-crumbs.style li {
  color: #666;
}

.bread-crumbs.style li a {
  color: #666;
}

/* SCROLL TO TOP */
.scrollToTop {
    display: none;
    position: fixed;
    right: 2%;
    bottom: 12%;
    border: none;
    background: none;
    z-index: 99;
}
/* top */
.pagetop{ width: 47px; height: 47px; border-radius: 100%; font-size: 15px;  
display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, rgba(245, 165, 38, 1) 0%, rgba(234, 84, 19, 1) 100%);

    -webkit-transition: all .2s;
    transition: all .2s;
}
.pagetop:hover{
    background: linear-gradient(to right, rgba(234,84,19,1) 0%,rgba(245,165,38,1) 100%);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.pagetop:before{ content: ""; display: block; background: url(../images/right-arrow-white.svg) no-repeat center center; 
 width: 14px; height: 11px; background-size: 100% auto;
 transform: rotate(-90deg);  }
@media only screen and (min-width: 0px) and (max-width: 1024px) {
.pagetop{ width: 42px; height: 42px; }
}

/* 定義區塊 */
.main_top{ height:auto; overflow: hidden; padding: 100px 0px 0px 0px; }
@media screen and (max-width: 1350px) {
.main_top{ padding: 95px 0px 0px 0px; }
}
@media screen and (max-width: 1200px) {
.main_top{ padding: 85px 0px 0px 0px; }
}
@media screen and (max-width: 600px) {
.main_top{ padding: 71px 0px 0px 0px; }
}

.box-1{ width: 90%; margin:0px auto; padding:0px 0;}
.box-2{ max-width:1320px; width: 90%; margin:0px auto; padding:0px 0;}
.box-3 {
    width: calc(1320px + calc(100% - 1320px) / 2);
    margin: 0 0px 0px 0px;
    padding: 0px 0;
}
.box-4{ max-width:1000px; width: 90%; margin:0px auto; padding:0px 0;}
@media screen and (max-width: 1480px) {
.box-3 {
    width: calc(90% + calc(100% - 90%) / 2);
}
}
@media screen and (max-width: 1200px) {
.box-3 {
    width: 90%; margin:0px auto; 
}
}

.left_content{ width: 280px; margin:0px; padding:0px 0px 0px 0px; height:auto; }
.right_content { width:calc(100% - 280px); margin:0px 0 0px 0; padding:0px 0px 0px 50px; float: left; }
.right_content .title03{ margin:0px 0 20px 0; }
@media screen and (max-width: 1280px) {
.left_content{ width: 250px; }
.right_content { width:calc(100% - 250px); padding:0px 0px 0px 40px;}
}
@media screen and (max-width: 1000px) {
.left_content{ display: none; }
.right_content { width:100%; padding:0px 0px 0px 0px;}
}


.bg_color01 { background: #f9f9f9; }
.bg_color02 { background: #fff;}
.bg_color03 { background: #f9f9f9 url(../images/map.png) no-repeat center center; }

.space01{ padding: 100px 0; }
.space02{ padding: 80px 0; }
@media screen and (max-width: 1366px) {
.space01{ padding: 80px 0; }
}
@media screen and (max-width: 1280px) {
.space01{ padding: 60px 0; }
.space02{ padding: 60px 0; }
}

.user_editor{ width:100%; height:auto; overflow: hidden; position: static !important;}
.user_editor img{ max-width:100% !important; height:auto !important;  }
.line-height{ line-height:2;}

.listGrid-responsive {
    overflow-x: auto; overflow-y: hidden;
    margin: 0px 0px 0px 0px; padding: 0;
}

.numlist { margin: 0px 0px 0px 20px; padding: 0;}

.nonumlist { margin: 0px 0px 0px 0px; padding: 0;}
.nonumlist li{ position: relative; padding: 0px 0 0px 20px; margin: 0px 0px 0px 0px; list-style: none; color: #333; font-size: var(--font-s05);}
.nonumlist li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #898989;
}

.title01 {
  width: 100%;display: flex; justify-content: center; align-items: center; text-align:center;
}
.title01 h2 {
  position: relative;
  display: block;
  font-size:var(--font-s16); margin:0; padding:0; line-height:1; color: #283168;
}

.title02 {
  width: 100%;display: flex; justify-content: flex-start; align-items: center;
}
.title02 h2 {
  position: relative;
  display: block;
  font-size:var(--font-s16); margin:0; padding:0; line-height:1; color: #fff;
}

.title03 {
  width: 100%;display: flex; justify-content: flex-start; align-items: center;
}
.title03 h2 {
  position: relative;
  display: block;
  font-size:var(--font-s11); margin:0; padding:0; color: #283168;
}

.text-center { text-align: center; }
.text-left { text-align: center; }

.space-between{ 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* -首頁-----------------------------------------------------------------------------------------------------*/
/* 首頁-最新消息 */
.ind_news_box { width:100%; background: #f9f9f9; }
.ind_news_box ul{ width:100%; margin: 40px 0 0px 0; padding: 0px 0; list-style: none; 
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
   border-radius: 5px; box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.ind_news_box ul:after {
    content: "";
    width:calc(100% / 3);
}
.ind_news_box li{ width:calc(100% / 3); margin: 0px 0 0px 0; list-style: none; position: relative;
border-right: 1px solid #eaeaea;
background: #fff; 

height: 100vw;
  max-height: 250px;
  z-index: 1;

  display: flex; justify-content: center; align-items: center;
}
.ind_news_box.news01 li{ border-bottom: 1px solid #eaeaea; }
.ind_news_box li:hover{ 
  transform: scale(1.1, 1.1);
    transition: all .2s ease-in;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);

background: linear-gradient(to right, #f5a526 0%,#ea5413 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
z-index: 2;
}
.ind_news_box li:hover .textbox h3{ color: #fff; }
.ind_news_box li:hover .textbox p{ color: rgba(255,255,255,0.9); }
.ind_news_box li:hover .data_box .data{ color: rgba(255,255,255,0.6); }
.ind_news_box li:hover .data_box .arrow01{
  width: 24px; height: 24px; border: 1px solid #fff;
}
.ind_news_box li:hover .pic{  
  height: 100vw;
  max-height: 250px;
    background-size: cover;
    background-position: center;

opacity: 0.8;
}
.ind_news_box li:hover .pic:before {
  content: '';
  position: absolute;
  z-index: 2;
background: linear-gradient(to right, rgba(234,84,19,0.9) 0%,rgba(245,165,38,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100vw;
  max-height: 250px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:3;
}
.ind_news_box li .textbox{ 
  width: 100%;
  padding: 40px;
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:4;
}
.ind_news_box li .textbox h3{ color: #283168; font-size: var(--font-s07); font-weight: 600; 
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ind_news_box li .textbox p{ color: #666; line-height: 1.7; font-size: var(--font-s04); margin: 15px 0 15px 0; 
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ind_news_box li .data_box{ width:100%; 
display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ind_news_box li .data_box .data{ color: #666; font-size: var(--font-s03); margin: 0px 10px 0 0;}

@media screen and (max-width: 1366px) {
.ind_news_box li .textbox{ 
  padding: 30px;
}
}
@media screen and (max-width: 900px) {
.ind_news_box ul{ 
   border-radius: 0px; box-shadow: none; margin: 40px 0 -20px 0;
}
.ind_news_box ul:after {
    content: "";
    width:100%;
}
.ind_news_box li{ width:100%; border-right: none; max-height: 250px; border-radius: 10px; background: none; box-shadow: 0 0 20px rgb(0 0 0 / 10%); margin: 0px 0 20px 0;
}
.ind_news_box li:nth-child(1){ 
  max-height: 350px !important;
}
.ind_news_box li:hover .pic{ 
  max-height: 250px; border-radius: 10px;
}
.ind_news_box li:hover .pic:before {
  max-height: 250px; border-radius: 10px;
}
}
@media screen and (max-width: 600px) {
.ind_news_box ul{ margin: 30px 0 -20px 0; 
}
}
@media screen and (max-width: 500px) {
.ind_news_box li:nth-child(1){ 
  max-height: 250px !important;
}
}

/* 首頁-影片 */
.play-button {
   position: absolute;
   left: calc(50% - 30px);
   top: 50%;
   transform: translateY(-50%);
}
.play-button:hover .play-button__wave:before, .play-button:hover .play-button__wave:after{
   display: none;
}
.play-button__wave {
  position: absolute;
  width: 200px;
  height: 200px;
  left: calc(50% - 101px);
  top: calc(50% - 101px);
  transform: translate(-50%, - 50%);
  z-index: -1;
}
.play-button__wave:before, .play-button__wave:after{
  position: absolute;
  content: '';
  border: 2px solid #fff;
  border-radius: 50%;
  left:50%; 
  top:50%; 
  transform: translate(-50%, - 50%);
  animation: wave 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.play-button__wave:after{
  animation-delay: -0.4s;
}
@keyframes wave {
  0% {    
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
 .play-button__circle {
   width: 60px;
   height: 60px;
   background: linear-gradient(to right, rgba(245, 165, 38, 1) 0%, rgba(234, 84, 19, 1) 100%);
   border-radius: 100%;
}
 .play-button__arrow {
   position: absolute;
   width: 20px;
   height: 20px;
   color: #fff;
   left: calc(50% - 6.25px);
   top: 50%;
   transform: translateY(-50%);

   display: flex;
    justify-content: flex-start;
    align-items: center;
}
 .video-wrapper {
   position: relative;
   width: 100%; 
   cursor: pointer;
   border-right: none;
}
.ind_news_box li.video-wrapper:hover{
    box-shadow: none;
background: none;
border-right: none;
}
.video-wrapper video{
   width: 100%;
}
@media screen and (max-width: 900px) {
    .video-wrapper video {
        border-radius: 10px; height: 350px;
    }
    .video-wrapper video source{
   border-radius: 10px;
}
}
@media screen and (max-width: 500px) {
    .video-wrapper video {
    height: 250px;
    }
}

/* 首頁-產品資訊及應用 */
.ind_pd_box { width:100%; background: #0b2653 url(../images/demo/ind_pd_bg.png) no-repeat left center; 
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 60px 0 150px 0;
}
.ind_pd_box .box-3{ 
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.ind_pd_box .left_txtbox{ width:30%;}
.ind_pd_box .left_txtbox ul{ width:100%; margin: 40px 0 0 0; padding: 0; list-style: none; border-top:1px solid rgba(255,255,255,0.1);}
.ind_pd_box .left_txtbox li{ width:100%; margin: 0; padding: 30px 0; list-style: none; border-bottom:1px solid rgba(255,255,255,0.1); 
-webkit-transition: all .2s;
    transition: all .2s;
}
.ind_pd_box .left_txtbox li a{ width:100%; 
   display: flex;
    justify-content: flex-start;
    align-items: center
}
.ind_pd_box .left_txtbox li:hover { -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.ind_pd_box .left_txtbox li .icon{ width:68px; }
.ind_pd_box .left_txtbox li .icon img{ width:100%; }
.ind_pd_box .left_txtbox li .txt{ width:calc(100% - 68px); padding: 0 0 0 30px;
display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
 }
.ind_pd_box .left_txtbox li .txt h3{ width:100%; margin: 0 0 10px 0; padding: 0 ; font-size: var(--font-s07); color:#fff;}
.ind_pd_box .left_txtbox li .txt p{ width:100%; padding: 0 0 0 0; font-size: var(--font-s03); color: rgba(255,255,255,0.6); line-height:1.7; }
.ind_pd_box .left_txtbox .btn-box{ 
    justify-content: flex-start;
}

.ind_pd_box .right_picbox{ width:80%; padding: 0 0 0 80px; margin: 0 -10% 0 0;
}
.ind_pd_box .right_picbox .pd_slider{ width:100%; padding: 0 0 0 0px; margin: 0 0 0 0;
}

@media screen and (max-width: 1680px) {
.ind_pd_box .left_txtbox ul{ margin: 30px 0 0 0; }
.ind_pd_box .left_txtbox li{ padding: 20px 0; }
}
@media screen and (max-width: 1450px) {
.ind_pd_box .right_picbox{ padding: 0 0 0 10px; }
}
@media screen and (max-width: 1400px) {
.ind_pd_box .left_txtbox ul{ margin: 25px 0 0 0; }
.ind_pd_box .left_txtbox li{ padding: 15px 0; }
.ind_pd_box .left_txtbox li .txt h3{ margin: 0 0 0px 0; }
}
@media screen and (max-width: 1200px) {
.ind_pd_box .box-3{ 
    flex-wrap: wrap;
}
.ind_pd_box .left_txtbox{ width:100%;}
.ind_pd_box .right_picbox{ width:106%; margin: 20px -3% 0 -3%;
}
}

.grid01 {
  position: relative;
  margin: 0px 0px;
  padding: 0;
  width: 100%;
  list-style: none;
}

/* Common style */
.grid01 figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;

  -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9)
}
.grid01 figure .mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid01 figure .mask::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);

  content: '';
  opacity: 1;
  z-index: 1;
}
.grid01 figure.effect-sadie:hover .mask::before {
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.grid01 figure img {
  position: relative;
  display: block;
  width: 100%;
}


.grid01 figure figcaption{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;

  display: flex; justify-content: flex-end; align-items: flex-end; flex-wrap: wrap;
  padding: 40px 50px; 
}
.grid01 figure figcaption div{
  display: flex;
    justify-content: flex-end; align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 2;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid01 figure h2 {
  font-weight: 300;
  font-size: var(--font-s06);
  color: #fff;
  margin: 0; padding: 0;
  position: absolute;
  bottom: 0;
}
.grid01 figure p {
  font-size: var(--font-s03);
  color: #fff;
  margin: 0; padding: 0;
}



.grid01 figure.effect-sadie h2 {
  width: 100%;
}

.grid01 figure.effect-sadie p {
  width: 100%;
  opacity: 0;
}

.grid01 figure.effect-sadie:hover h2 {
  position: relative; margin: 0 0 10px 0;
}

.grid01 figure.effect-sadie:hover figcaption::before ,
.grid01 figure.effect-sadie:hover p {
  opacity: 1;
}

.grid01 figure.effect-sadie:hover  {
  -webkit-transform: scale(1, 1);
    transform: scale(1, 1)

}

.pd_slider .slick-prev:before, .pd_slider .slick-next:before { font-size: 0px; }

.pd_slider .slick-prev{ bottom: -65px; left:30px; z-index: 9; width: 57px; height: 57px; border-radius: 100%;
display: flex; justify-content: center; background:#fff; border: none;
  align-items: center; transform: rotate(-180deg) translateY(-1px); 
}
.pd_slider .slick-prev:before{ background: url(../images/right-arrow-blue.svg) no-repeat center center; width: 14px; height: 11px; display: block; background-size: 100% auto;}
.pd_slider .slick-prev:hover:before{ background: url(../images/right-arrow-white.svg) no-repeat center center; }
.pd_slider .slick-next{ bottom: -65px; left:97px; z-index: 9; width: 57px; height: 57px; border-radius: 100%;
display: flex; justify-content: center; background: #fff; border: none;
  align-items: center;
}
.pd_slider .slick-next:before{ background: url(../images/right-arrow-blue.svg) no-repeat center center; width: 14px; height: 11px; display: block; background-size: 100% auto;}
.pd_slider .slick-next:hover:before{ background: url(../images/right-arrow-white.svg) no-repeat center center; }
.pd_slider .slick-prev.slick-disabled:before,
.pd_slider .slick-next.slick-disabled:before
{
    opacity: 1;
}
.pd_slider .slick-prev:hover,
.pd_slider .slick-prev:focus,
.pd_slider .slick-next:hover,
.pd_slider .slick-next:focus
{
    background: linear-gradient(to right, rgba(245,165,38,1) 0%,rgba(234,84,19,1) 100%);
}

/* 首頁-全球據點 */
.ind_locations_box { width:100%; }
.ind_locations_box .pic_box{ width:auto;text-align: center; margin: 80px 0 0px 0; padding: 0; position: relative;
display: flex; justify-content: center; align-items: center; 
}
.ind_locations_box .pic_box .pic{ width:1114px; margin: 0px auto; display: flex; justify-content: center; align-items: center;  }
.ind_locations_box .pic_box .pic img{ width:1114px; }
.ind_locations_box .listGrid-responsive{overflow-x: hidden; display: flex; justify-content: center; align-items: center;text-align: center; }
.ind_locations_box { width:100%; }
@media screen and (max-width: 1260px) {
.ind_locations_box .pic_box{ margin: 40px 0px 0px 0px; float:left; }
.ind_locations_box .pic_box .pic{ width:900px; margin: 0px -90px 0px 0px;}
.ind_locations_box .pic_box .pic img{ width:900px; }
}
@media screen and (max-width: 1025px) {
.ind_locations_box .listGrid-responsive{ overflow-x: auto; display:block; }
}
@media screen and (max-width: 1000px) {

}


.tooltip_locat {
  position: relative;
  display: inline-block;
}
.usa{
  position: absolute; left: 160px; top:290px;
}
.china{
  position: absolute; left: 860px; top:250px;
}
.singapore{
  position: absolute; left: 860px; top:385px;
}
.taiwan{
  position: absolute; left: 916px; top:300px;
}
.japan{
  position: absolute; left: 945px; top:265px;
}
@media screen and (max-width: 1480px) {
.usa{
  position: absolute; left: 128px; top:225px;
}
.china{
  position: absolute; left: 700px; top:200px;
}
.singapore{
  position: absolute; left: 690px; top:300px;
}
.taiwan{
  position: absolute; left: 736px; top:235px;
}
.japan{
  position: absolute; left: 759px; top:205px;
}
}
.tooltip_locat .icon{
  width: 35px; height: 48px; display: block;
 background: url(../images/locations.png) no-repeat; 
    background-size: 100% auto;
}
.tooltip_locat .tooltiptext {
  visibility: hidden;
  width: 230px;

  background: linear-gradient(to right, rgba(245,165,38,1) 0%,rgba(234,84,19,1) 100%);
   color: #fff;
   font-size: var(--font-s02);

  border-radius: 5px;
  padding: 12px 15px;
  position: absolute;
  z-index: 1;
  top: -120px;
  left: 120%;

  text-align: left;
}
.tooltip_locat .tooltiptext .tbox{
  width: 100%;
  display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; 
}
.tooltip_locat .tooltiptext .tbox .img{
  width: 100%;
}
.tooltip_locat .tooltiptext .tbox .img img{
  width: 100%;
}
.tooltip_locat .tooltiptext .tbox .info{
  width: 100%; line-height: 1.5;
}
.tooltip_locat .tooltiptext h3{
  font-size: var(--font-s04); padding: 0; margin: 0 0 5px 0; font-weight: 600;
}
.tooltip_locat .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #f5a526 transparent transparent;
}
.tooltip_locat:hover .tooltiptext {
  visibility: visible;
}

/* 首頁-關於聯宸 */
.ind_about_box { width:100%; height:auto; display: flex; justify-content: space-between; align-items: flex-end; }
.ind_about_box .pic{ width:60%; z-index: 1; margin: 0 0 -6px 0;}
.ind_about_box .pic img{ width:100%; }
.ind_about_box .txt_box{ width:55%; background:#fff; padding: 4% 5%; box-shadow: 0px 5px 83px 0px rgba(0, 28, 65, 0.14); margin: 0px 0 0 -5%; z-index: 2;}
.ind_about_box .txt_box .title01 {
  justify-content:space-between; 
}
.ind_about_box .txt_box .title01 .more{
  display: flex; justify-content: flex-end; align-items: center; font-size:var(--font-s05); color: #ff5e14;
  -webkit-transition: all .2s;
    transition: all .2s;
}
.ind_about_box .txt_box .title01 .more .arrow01{
    margin: 0 10px 0 0;
}
.ind_about_box .txt_box .title01 .more .arrow01:after {
    margin: 0px 0 0px -5px;
}
.ind_about_box .txt_box .title01 .more:hover .arrow01{
background: linear-gradient(to right, #ea5413 0%,#f5a526 100%); 
}
.ind_about_box .txt_box .title01 .more:hover {
-webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.ind_about_box .txt_box .txt{ width:100%; 
color: #666;
    line-height: 1.7;
    font-size: var(--font-s04);
    margin: 25px 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.ind_about_box .txt_box .icon_box{ width:100%;}
.ind_about_box .txt_box .icon_box ul {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex; justify-content: space-between; align-items: center;
}
.ind_about_box .txt_box .icon_box li {
    width: calc(100% / 3);
    margin: 0;
    padding: 15px 15px;
    list-style: none;
    border-right: 2px solid #ddd;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ind_about_box .txt_box .icon_box li:last-child {
    border-right: none;
}
.ind_about_box .txt_box .icon_box li .icon {
    width: 68px;
}
.ind_about_box .txt_box .icon_box li .icon img{
    width: 100%;
}
.ind_about_box .txt_box .icon_box li .txt {
    width: auto;
    padding: 0 0 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.ind_about_box .txt_box .icon_box li .txt h3 {
    width: 100%;
    margin: 0 0 0px 0;
    padding: 0;
    font-size: var(--font-s07);
    color: #283168;
}
.ind_about_box .txt_box .icon_box li .txt p {
    width: 100%;
    margin: -5px 0 0px 0;
    padding: 0 0 0 0;
    font-size: var(--font-s03);
    color: #666;
}
@media screen and (max-width: 1730px) {
.ind_about_box .pic{ width:50%; }
.ind_about_box .txt_box{ width:50%; padding: 3% 4%; margin: 0px 0 0 0;}
.ind_about_box .txt_box .icon_box li {
    padding: 10px 10px;
}
}
@media screen and (max-width: 1100px) {
.ind_about_box { flex-wrap: wrap; }
.ind_about_box .pic{ width:100%; order: 2;}
.ind_about_box .txt_box{ width:100%; padding: 50px 5% 40px 5%; }
}
@media screen and (max-width: 650px) {
.ind_about_box .txt_box .icon_box ul {
    flex-wrap: wrap;
}
.ind_about_box .txt_box .icon_box li {
    width: 100%; border-right: none; border-top: 1px solid #ddd;
}
}

/* 首頁-cookie */
.cookie {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 40px 0px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  font-size: 15px;
}
.cookie .box-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.cookie .box-1 .txt{
  line-height: 1.8;
  padding: 0px 20px 0px 0px;
}
.cookie .box-1 .txt a {
  color: #fff;
  padding-right: 10px;
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
.cookie {
  padding: 30px 0px;
}
.cookie .box-1 {
    flex-wrap: wrap;
  }
.cookie .box-1 .txt{
  padding: 0px 0px 10px 0px;
  width: 100%; text-align:center;
}
.cookie .box-1 .btn{
  width: 100%; text-align:center;
    display: flex;
  justify-content: center;
  align-items: center;
}
}

/* -最新消息--------------------------------------------------------------------------------------------------*/
.news02 { width:100%; margin: 0px auto 40px auto; padding:0px 0 0px 0; }
.news02 .text_box{ width:100%; }
.news02 .title{
    margin: 0px auto 20px auto; padding:0px 0 20px 0; border-bottom: 1px solid #ddd;
    display: flex;
  flex-wrap: wrap;
}
.news02 .title h2{
    font-size: var(--font-s16); color: #283168; font-weight: 600; line-height: 1.5;
    width: 100%;
    display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news02 .title .date_box{
    margin: 0 0 10px 0; 
    display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news02 .title .date_box li{
    display: block;
    margin: 0 0px 0px 0px;
    color: #666;
    font-size: var(--font-s03);
}
.news02 .title .date_box li.tag{
    display: block;
    margin: 0 10px 0px 0; padding: 1px 10px;
    color: #fff;
    font-size: var(--font-s03);
    background: linear-gradient(to right, rgba(234,84,19,0.9) 0%,rgba(245,165,38,0.9) 100%);
    border-radius: 20px; 
}

/* -關於聯宸--------------------------------------------------------------------------------------------------*/
.about02 { width:100%; padding: 0px 0; display: flex; justify-content: flex-start; align-items: center;
}
.about02 .title01 {
  margin:0 0 40px 0px;
}
.about02 .title01 h2:before {
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.about02 .txtbox{ width:100%; margin:0 0 0px 0px; padding:0px 0;
display: flex;
  justify-content: flex-start; align-items: center; flex-wrap: nowrap;
 }
.about02 .txtbox .pic{ width: 40%; }
.about02 .txtbox .pic img{ width:100%; border-radius: 10px;}
.about02 .txtbox .txt{ width: 60%; margin:0 0 0px 0px; padding:0px 0 0px 40px; font-size:var(--font-s05); color: #333;
 }
@media screen and (max-width: 1200px) {
.about02 .txtbox .pic{ width: 50%; }
.about02 .txtbox .txt{ width: 50%; }
}
@media screen and (max-width: 1024px) {
.about02 .txtbox{ flex-wrap: wrap;
 }
.about02 .txtbox .pic{ width: 100%; text-align: center; z-index: 2;}
.about02 .txtbox .pic img{ width:auto; }
.about02 .txtbox .txt{ width: 100%; padding:0px 0 0px 0px;}
}

.about01{
    position: relative; width:100%;
}
.about01 .word {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 110px;
    background: url(../images/word.png) repeat-x bottom / contain;
    -webkit-animation: word_kf01 30s linear infinite;
    animation: word_kf01 30s linear infinite;
}

@keyframes word_kf01 {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -970px;
    }
}

.about03 { width:100%; background: #0b2653 url(../images/demo/about_bg01.jpg) no-repeat left center;
  background-size: cover;
    background-attachment: fixed;
}

.progressbar {
  margin: 0px 0 0 0;
  padding: 0 0 0px 0;
}
.progressbar h3{
  margin: 0px 0 0 0; padding: 0 0 0px 0;
  font-size: var(--font-s07); font-weight: 600;
 color: #fff;
}
.progressbar .mt{
  margin: 30px 0 0 0;
}
.progressbar .item {
  list-style-type: none;
  width: 33%; display: inline-block;
  position: relative;
  color:#fff;
  padding: 0px 20px;
}
.progressbar .item:after {
  width:100%;
  height: 1px; display:block; position:absolute;
  content: '';
  top:100px;
  left: -50%;
  background-color: rgba(255,255,255,0.3);
  z-index: 1;
}
.progressbar .item:first-child:after {
  content: none;
}
.progressbar .item .yy { width:100%;     
  color: #ff844d;
    font-weight: 600;
    font-size: var(--font-s19); font-family: 'Arial Black';
    margin:0 0 40px 0px;
    letter-spacing: 2px;
    position: relative
}
.progressbar .item .yy:before {
    border: 1px solid #ff844d;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ff844d;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -16px;
    right: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index: 2;
}
.progressbar .slick-current .yy:before {
    border-color: #ff844d;
    background-color: #0a3b7e;
}
.progressbar .item .yy:after {
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #ff844d;
    position: absolute;
    top: auto;
    left: 4px;
    bottom: -12px;
    right: 0;
    z-index: 3;
}

.progressbar .item .tt { width:100%; margin:0px 0 0 0px;
 display: block;
 color: #fff;
}
.progressbar .nonumlist li{ padding: 0px 0 0px 20px; margin: 0px 0px 0px 0px; color: rgba(255,255,255,0.8); font-weight: normal; font-size: var(--font-s03);}
.progressbar .nonumlist li:before {
  background: rgba(255,255,255,0.8); border-radius: 2px;
}
.progressbar .slick-list
{
    margin: 0 30px;
}

.progressbar .slick-prev:before, .progressbar .slick-next:before { font-size: 0px; }
.progressbar .slick-prev{ top: 95px; left:-30px; z-index: 9; width: 30px; height: 30px; border-radius: 100%;
display: flex; justify-content: center; background:#fff; border: none;
  align-items: center; transform: rotate(-180deg) translateY(-1px); 
}
.progressbar .slick-prev:before{ background: url(../images/right-arrow-blue.svg) no-repeat center center; width: 14px; height: 11px; display: block; background-size: 100% auto;}
.progressbar .slick-prev:hover:before{ background: url(../images/right-arrow-white.svg) no-repeat center center; }
.progressbar .slick-next{ top: 95px; right:-30px; z-index: 9; width: 30px; height: 30px; border-radius: 100%;
display: flex; justify-content: center; background: #fff; border: none;
  align-items: center;
}
.progressbar .slick-next:before{ background: url(../images/right-arrow-blue.svg) no-repeat center center; width: 14px; height: 11px; display: block; background-size: 100% auto;}
.progressbar .slick-next:hover:before{ background: url(../images/right-arrow-white.svg) no-repeat center center; }
.progressbar .slick-prev.slick-disabled:before,
.progressbar .slick-next.slick-disabled:before
{
    opacity: 1;
}
.progressbar .slick-prev:hover,
.progressbar .slick-prev:focus,
.progressbar .slick-next:hover,
.progressbar .slick-next:focus
{
    background: linear-gradient(to right, rgba(245,165,38,1) 0%,rgba(234,84,19,1) 100%);
}
@media screen and (max-width: 860px) {
.progressbar .slick-prev{ left:-20px; }
.progressbar .slick-next{ right:-20px; }
}

.about04 { width:100%;}
.about04 .pic { margin: 50px auto 0px auto; text-align:center}
.about04 .pic img{ max-width:100%;}

.about05 { width:100%; background: #0b2653 url(../images/iso_bg.png) no-repeat left center; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.about05 .box-2{ 
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.about05 .left_txtbox{ width:30%;}
.about05 .left_txtbox ul{ width:100%; margin: 40px 0 0 0; padding: 0; list-style: none; border-top:1px solid rgba(255,255,255,0.1);}
.about05 .left_txtbox li{ width:100%; margin: 0; padding: 15px 0; list-style: none; border-bottom:1px solid rgba(255,255,255,0.1); 
-webkit-transition: all .2s;
    transition: all .2s;

    display: flex;
    justify-content: flex-start;
    align-items: center
}
.about05 .left_txtbox li:hover { -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.about05 .left_txtbox li .icon{ width:68px; }
.about05 .left_txtbox li .icon img{ width:100%; }
.about05 .left_txtbox li .txt{ width:calc(100% - 68px); padding: 0 0 0 30px;
display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
 }
.about05 .left_txtbox li .txt h3{ width:100%; margin: 0 0 0px 0; padding: 0 ; font-size: var(--font-s07); color:#fff;}
.about05 .left_txtbox li .txt p{ width:100%; margin: 0; padding: 0 0 0 0; font-size: var(--font-s03); color: rgba(255,255,255,0.6); line-height:1.7; }
.about05 .right_picbox{ width:70%; padding: 0 0 0 60px; margin: 0 0 0 0;}
.about05 .right_picbox ul{ width:100%; margin: 40px 0 0 0; padding: 0; list-style: none; 
display: flex;
    justify-content: space-between;
    align-items: center
}
.about05 .right_picbox li{ width:calc(100% / 2 - 10px); margin: 0; padding: 10px; list-style: none; background:#fff;}
@media screen and (max-width: 1450px) {
.about05 .right_picbox{ padding: 0 0 0 30px; }
.about05 .left_txtbox li .txt p{ line-height:1.5; }
}
@media screen and (max-width: 1280px) {
.about05 .left_txtbox{ width:35%;}
.about05 .left_txtbox li{ padding: 8px 0;}
.about05 .right_picbox{ width:65%; }
}
@media screen and (max-width: 1100px) {
.about05 .box-2{ 
    flex-wrap: wrap;
}
.about05 .title02 {
    justify-content: center;
}
.about05 .left_txtbox{ width:100%; order: 2;}
.about05 .right_picbox{ width:100%; order: 1; padding: 0 0 0 0px;}
}

.about06 { width:100%; background: #c9d7e0; margin: 0px; padding: 0 0 0 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}
.about06 .left_pic{ width:40%; margin: 0 0 0px 0px; padding: 0 0 0 0px;
display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about06 .left_pic img{ width:100%; }
.about06 .right_txtbox{ width:60%; padding: 80px 5%;}
.about06 .right_txtbox ul{ width:100%; margin: 40px 0 0 0; padding: 0; list-style: none; 
display: flex;
    justify-content: center;
    align-items: center;
}
.about06 .right_txtbox li{ width:calc(100% / 3); margin: 0; padding: 20px; list-style: none; border-right:1px solid rgba(0,0,0,0.1); 
-webkit-transition: all .2s;
    transition: all .2s;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.about06 .right_txtbox li:last-child{ border-right: none; }
.about06 .right_txtbox li:hover { -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.about06 .right_txtbox li .icon{ width:100%; text-align:center; }
.about06 .right_txtbox li .icon img{  width:68px; }
.about06 .right_txtbox li .txt{ width:100%; padding: 0 0 0 0px; text-align: center;
display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
 }
.about06 .right_txtbox li .txt h3{ width:100%; margin: 0 0 0px 0; padding: 0 ; font-size: var(--font-s07); color:#283168;}
.about06 .right_txtbox li .txt p{ width:100%; margin: 0; padding: 0 0 0 0; font-size: var(--font-s03); color: #666; line-height:1.7; text-align: left;}
@media screen and (max-width: 1700px) {
.about06 .left_pic{ width:50%; }
.about06 .right_txtbox{ width:50%; }
}
@media screen and (max-width: 1345px) {
.about06 .right_txtbox{ padding: 60px 5%;}
}
@media screen and (max-width: 1250px) {
.about06 .left_pic{ width:100%; order: 2;}
.about06 .right_txtbox{ width:100%; order: 1; padding: 60px 5% 0% 5%;}
}

@media screen and (max-width: 600px) {
.about06 .right_txtbox ul{ flex-wrap: wrap; border-top:1px solid rgba(0,0,0,0.1);
}
.about06 .right_txtbox li{ width:100%; padding: 15px 0; border-right:none; border-bottom:1px solid rgba(0,0,0,0.1); 

}
.about06 .right_txtbox li .icon{ width:68px; }
.about06 .right_txtbox li .icon img{ width:100%; }
.about06 .right_txtbox li .txt{ width:calc(100% - 68px); padding: 0 0 0 30px; text-align: left;}
}

.about07 { width:100%; background: #0b2d4e url(../images/demo/service_bg.jpg) no-repeat right bottom; margin: 0px; padding: 100px 0 0 0px;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    flex-wrap: wrap;
    position: relative;
    background-attachment: fixed;
}
.about07 .title02 {
    justify-content: center; 
}
.about07 .title02 h2{
    z-index: 3;
}
.about07 .right_pic{ width:50%; margin: 0 0 0px 0px; padding: 0 0 0 0px;
display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about07 .right_pic img{ width:100%; }
.about07 .left_txtbox{ width:50%; padding: 0px 0 0px 5%; z-index: 3;}
.about07 .left_txtbox ul{ width:100%; margin: 40px 0 70px 0; padding: 0; list-style: none; 
display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.about07 .left_txtbox li{ width:calc(100% / 2 - 20px); margin:10px; padding: 20px; list-style: none; 
-webkit-transition: all .2s;
    transition: all .2s;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px; 
    z-index: 3;
}
.about07 .left_txtbox li:hover { -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.about07 .left_txtbox li .icon{ width:100%; text-align:center; }
.about07 .left_txtbox li .icon img{  width:68px; }
.about07 .left_txtbox li .txt{ width:100%; padding: 0 0 0 0px; text-align: center;
display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
 }
.about07 .left_txtbox li .txt h3{ width:100%; margin: 0 0 0px 0; padding: 0 ; font-size: var(--font-s07); color:#fff;}
.about07 .left_txtbox li .txt p{ width:100%; margin: 0; padding: 0 0 0 0; font-size: var(--font-s03); color: rgba(255,255,255,0.6); line-height:1.7; }
@media screen and (max-width: 1366px) {
.about07{ padding: 80px 0 0 0px; }
}
@media screen and (max-width: 1280px) {
.about07{ padding: 60px 0 0 0px; }
.about07:before{
  content: ""; left: 0; top:0;
  width: 100%; height: 100%; display: block;
 background: rgba(11, 45, 78, 0.6); 
    background-size: 100% auto;
    position: absolute;
    z-index: 1;
}
}
@media screen and (max-width: 1000px) {
.about07:before{
 background: rgba(11, 45, 78, 0.9); 
}
.about07 .left_txtbox{ width:100%; padding: 0px 5%;}

}

/* -產品資訊--------------------------------------------------------------------------------------------------*/
.case-banner {
  width: 100%; height: auto;
  margin: 30px 0 0 0;
  padding: 0px 0 0 0;
}
.case-banner img {
  width: calc( 100% - 10px); margin:0px 0 0px 0;
}
.case-banner .slick-prev:before, .case-banner .slick-next:before { font-size: 0px; }

.case-banner .slick-prev{ top: calc(50% - 28px); left:-28px; z-index: 9; width: 56px; height: 56px; border-radius: 100%;
display: flex; justify-content: center; background:#fff; border: none;
  align-items: center; transform: rotate(-180deg) translateY(-1px); box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
}
.case-banner .slick-prev:before{ background: url(../images/right-arrow-blue.svg) no-repeat center center; width: 14px; height: 11px; display: block; background-size: 100% auto;}
.case-banner .slick-prev:hover:before{ background: url(../images/right-arrow-white.svg) no-repeat center center; }
.case-banner .slick-next{ top: calc(50% - 28px); right:-28px; z-index: 9; width: 56px; height: 56px; border-radius: 100%;
display: flex; justify-content: center; background: #fff; border: none;
  align-items: center; box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
}
.case-banner .slick-next:before{ background: url(../images/right-arrow-blue.svg) no-repeat center center; width: 14px; height: 11px; display: block; background-size: 100% auto;}
.case-banner .slick-next:hover:before{ background: url(../images/right-arrow-white.svg) no-repeat center center; }
.case-banner .slick-prev.slick-disabled:before,
.case-banner .slick-next.slick-disabled:before
{
    opacity: 1;
}
.case-banner .slick-prev:hover,
.case-banner .slick-prev:focus,
.case-banner .slick-next:hover,
.case-banner .slick-next:focus
{
    background: linear-gradient(to right, rgba(245,165,38,1) 0%,rgba(234,84,19,1) 100%);
}
@media only screen and (min-width: 0px) and (max-width: 1110px){
.case-banner img {
  width: 100%; border-radius: 0px; box-shadow: none;
}
}  
@media only screen and (min-width: 0px) and (max-width: 768px){
.case-banner .slick-prev{ width: 38px; height: 38px; top: calc(50% - 19px); left:-19px;}
.case-banner .slick-next{ width: 38px; height: 38px; top: calc(50% - 19px); right:-19px;}
} 

.pd { width:100%; margin: 20px auto -30px auto; padding:0px 0 0px 0; }
.pd ul{ margin:0px 0 -30px 0px; padding: 0px; width:100%; list-style:none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.pd ul:after {
    content: "";
    width:calc(100% / 2 - 15px);
}
.pd li{ margin:0px 0px 30px 0px; padding:20px; width:calc(100% / 2 - 15px); list-style:none; transition: all 0.6s;
border: 1px solid #e6e9ed; box-shadow: 0 1px 20px rgba(40, 40, 40, 0.1); background: #fff;
 }
.pd li a{ display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
.pd li .pic{ width:90px; position: relative; overflow: hidden;  }
.pd li .pic img{ width:100%; margin: 0 0px -10px 0;
transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.pd li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.pd li .txtbox {
    width:calc(100% - 90px);
    padding: 0px 0px 0px 20px;
}
.pd li h2 {
    width: 100%;
    font-size: var(--font-s05);
    color: #283168;
    font-weight: 600;
    margin: 0px 0 0px 0;
}
.pd li p {
    width: 100%;
    font-size: var(--font-s03);
    color: #666;
    margin: 5px 0 0px 0;

        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
.pd ul:after {
    content: "";
    width:calc(100% / 2 - 15px);
}
.pd li{ margin:0px 0px 30px 0px; width:calc(100% / 2 - 15px); }
}
@media screen and (max-width: 580px) {
.pd ul:after {
    content: "";
    width:100%;
}
.pd li{ width:100%; }
}

.pd02 { width:100%; margin: 0px; padding:0px 0 0px 0; height:auto; overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pd02 .right_img{
  width:40%;
  margin:0px 0px 0px 0px; padding:0; list-style:none; 

display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;

  height:auto; overflow: hidden; 
  }
.pd02 .txtbox{ width:calc(100% - 40%); padding:0px 0 40px 50px; }
.pd02 .txtbox .name{ width:100%; padding:0px 0 25px 0; margin: 0px 0px 20px 0px; 
font-weight: 600; font-size:var(--font-s16); color:#283168; 
}
.pd02 .txtbox h3{ width:100%; margin: 0px 0px 10px 0px; color:#283168; font-size: var(--font-s06); font-weight: 600; }
.pd02 .txtbox .btn-box { justify-content: flex-start; margin: 30px 0 0px 0;}
.pd02 .txtbox .btn-box .btn-style01{
    font-size: var(--font-s05); border-radius: 30px;
}
.pd02 .txtbox .btn-box .btn-style01.inquiry:before{
  content: "\f304"; 
  width: auto; height: auto; display: block;
 background:none; 

    font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: var(--font-s02);
}
.pd02 .txtbox .nonumlist li{ line-height: 1.5; color: #666}
.pd02 .txtbox .nonumlist li:before {
  top: 10px;
  left: 5px;
}
@media (max-width: 900px) {
.pd02 { flex-wrap: wrap;}
.pd02 .right_img{
  width:100%;
  }
.pd02 .txtbox{ width:100%; padding:20px 0 40px 0; }
}


/* -產品照片-*/
.product-slick {
  width:100%; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; list-style:none; 
  }
.product-slick li{
  width:100%; margin:0px 0px 0px 0px; padding:0; list-style:none;
  }
.product-slick li img{
  width:100%;
  }
.product-nav {
  width: 360px;
  margin:30px auto 50px auto; padding:0; list-style:none;
  display: flex;
  justify-content: center; align-items: center;
}
.product-nav li {
  width:100%;
  margin:0px; padding:0 5px;
  list-style:none;
  display: inline-block;
    vertical-align: middle;

  cursor: pointer;
}
.product-nav li img{
  width:100%; border: 1px solid rgba(0, 0, 0, 0.1);
  }

.product-nav .slick-prev:before, .product-nav .slick-next:before { font-size: 22px;}
.product-nav .slick-prev:before{ content: "\f053" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #b2b2b2;
}
.product-nav .slick-next:before{ content: "\f054" ; font-family: 'Font Awesome 5 Free';
  font-weight: 900; color: #b2b2b2;
}
.product-nav .slick-prev{ top: 50%; left:0px; z-index: 9; 
display: flex; justify-content: center;
  align-items: center;
}
.product-nav .slick-next{ top: 50%; right:0px; z-index: 9; 
display: flex; justify-content: center;
  align-items: center;
}
.product-nav .slick-prev:hover,
.product-nav .slick-prev:focus,
.product-nav .slick-next:hover,
.product-nav .slick-next:focus
{
    color: #d51f27;
}
.product-nav .slick-prev:hover:before, .product-nav .slick-next:hover:before,
.product-nav .slick-prev:focus:before, .product-nav .slick-next:focus:before 
{ color: #b2b2b2; opacity: 1;}
@media (max-width: 500px) {
.product-nav {
  width: 300px;
  margin:30px auto 50px auto; padding:0; list-style:none;
  display: flex;
  justify-content: center; align-items: center;
}
}

/* -tab-*/
.pd_tabox{
  width:100%; margin: 0px auto 60px auto;
  padding:0px; 
  }
.pdtab {
  overflow: hidden;
  text-align: center;
  background: #0b2653;

  display: flex; justify-content:  center; align-items: center;
}

/* Style the buttons inside the tab */
.pdtab button {
  background-color: inherit;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 20px; margin: 0 0px 0 0px;
  font-size: var(--font-s06);
  color: rgba(255,255,255,0.7);
}
@media screen and (max-width: 1100px) {
.pdtab {
  flex-wrap: wrap;
}
.pdtab button { width:calc(100% / 4); padding: 18px 10px; margin: 0 0px 0 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
}

/* Change background color of buttons on hover */
.pdtab button:hover {
  background: linear-gradient(to right, rgba(245, 165, 38, 1) 0%, rgba(234, 84, 19, 1) 100%);
}

/* Create an active/current tablink class */
.pdtab button.active {
  font-weight: 600; color: #fff;
  background: linear-gradient(to right, rgba(245, 165, 38, 1) 0%, rgba(234, 84, 19, 1) 100%);
}
@media screen and (max-width: 600px) {
.pdtab button {
  padding: 18px 8px; 
  font-size: 16px;
}
}

/* Style the tab content */
.pdtabcontent {
  display: none;
  padding: 60px 0px 0px 0px;
  margin: 0px auto 0 auto;
  border-top: none;
  max-width:1320px; width: 90%;
}

.download-box {
    margin: 0px 0 0 0;
    padding: 0;    
}
.download-box ul{
    margin: 0px 0 0 0;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}
.download-box a {
    display: flex; justify-content:flex-start; align-items: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.download-box a:after{ content: ""; background: url(../images/right-arrow-gray.png) no-repeat center center; width: 14px; height: 11px; display: block; background-size: 100% auto;
transform: rotate(90deg) translateY(-1px); 
margin: 0px 10px 0px 0px;
}
.download-box p {
    font-size: var(--font-s05);
    color: #333;
    width: calc(100% - 48px);
}
.download-box a:hover p {
    color: #f07f1d;
}
.download-box .icon{ width: 48px; color: #fff; padding: 0; margin: 0; display: flex; justify-content:flex-start; align-items: center;
 }
.download-box .icon i{ color: #fff; padding: 0; margin: 0; display: flex; justify-content: center; align-items: center;
width: 38px;
    height: 38px;
    line-height: 28px;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(245, 165, 38, 1) 0%, rgba(234, 84, 19, 1) 100%);

    -webkit-transition: all .5s;
    transition: all .5s
 }
.download-box a:hover .icon i {
        -webkit-transform:scale(1.2);
        transform: scale(1.2)
    }
@media screen and (max-width: 600px) {
.download-box a:after{ display: none; }
}

.pd03 { width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; }
.pd03 ul{ margin:0px 0 -30px 0px; padding: 0px; width:100%; list-style:none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.pd03 ul:after {
    content: "";
    width:calc(100% / 3 - 25px);
}
.pd03 li{ margin:0px 0px 40px 0px; padding:0px; width:calc(100% / 3 - 25px); list-style:none; transition: all 0.6s;
border: 1px solid #e6e9ed; box-shadow: 0 1px 20px rgba(40, 40, 40, 0.1); background: #fff;
 }
.pd03 li a{ display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
.pd03 li .pic{ width:100%; position: relative; overflow: hidden;  }
.pd03 li .pic img{ width:100%; margin: 0 0px -10px 0;
transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.pd03 li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.pd03 li .txtbox {
    width: 100%;
    padding: 20px;
}
.pd03.list_c li .txtbox {
    margin:0px 0px 10px 0px;
}
.pd03 li .txtbox h2 {
    width: 100%;
    font-size: var(--font-s08);
    color: #283168;
    font-weight: 600;
    position: relative;
}
.pd03 li .txtbox h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 48px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    background: linear-gradient(to right, rgba(245, 165, 38, 1) 0%, rgba(234, 84, 19, 1) 100%);
}
.pd03 li .txtbox p {
    width: 100%;
    font-size: var(--font-s03);
    color: #666;
    margin: 20px 0px 10px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pd03 li .txtbox .more_box {
    width: 100%; 
    overflow: hidden;
}
.pd03 li .txtbox .more_box .all {
    transform: translateX(-45px);
    transition: all .55s ease-out 0ms;

    display: flex;
    justify-content: flex-start;
}
.pd03 li .txtbox .more_box .all .more {
    color: #ea5814;
    font-size: var(--font-s03);
    margin: 0px 10px 0 0;
}
.pd03 li:hover .txtbox .more_box .all  {
    transform: translateX(0px);
}
@media screen and (max-width: 1200px) {
.pd03 ul:after {
    content: "";
    width:calc(100% / 3 - 20px);
}
.pd03 li{ margin:0px 0px 40px 0px; width:calc(100% / 3 - 20px); }
}
@media screen and (max-width: 1000px) {
.pd03 ul:after {
    content: "";
    width:calc(100% / 2 - 15px);
}
.pd03 li{ margin:0px 0px 30px 0px; width:calc(100% / 2 - 15px); }
}
@media screen and (max-width: 580px) {
.pd03 ul:after {
    content: "";
    width:100%;
}
.pd03 li{ width:100%; }
}

.pd04 { width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; }
.pd04 ul{ margin:0px 0 -30px 0px; padding: 0px; width:100%; list-style:none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.pd04 ul:after {
    content: "";
    width:calc(100% / 3 - 25px);
}
.pd04 li{ margin:0px 0px 40px 0px; padding:0px; width:calc(100% / 3 - 25px); list-style:none; transition: all 0.6s;
  overflow: hidden;
 }
.pd04 li a{ display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.pd04 li.grid01 figure {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.pd04 li.grid01 figure.effect-sadie:hover  {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
.pd04 ul:after {
    content: "";
    width:calc(100% / 3 - 20px);
}
.pd04 li{ width:calc(100% / 3 - 20px); }
}
@media screen and (max-width: 1000px) {
.pd04 ul:after {
    content: "";
    width:calc(100% / 2 - 15px);
}
.pd04 li{ margin:0px 0px 30px 0px; width:calc(100% / 2 - 15px); }
}
@media screen and (max-width: 580px) {
.pd04 ul:after {
    content: "";
    width:100%;
}
.pd04 li{ width:100%; }
}

.pd05 { width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; }
.pd05 ul{ margin:0px 0 -30px 0px; padding: 0px; width:100%; list-style:none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.pd05 ul:after {
    content: "";
    width:calc(100% - 25px);
}
.pd05 li{ margin:0px 12.5px 40px 12.5px; padding:0; width:calc(100% - 25px); list-style:none; transition: all 0.6s;
border: 1px solid #e6e9ed; box-shadow: 0 1px 20px rgba(40, 40, 40, 0.1); background: #fff;
}
.pd05 li a{ display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
.pd05 li .pic{ width:100%; position: relative; overflow: hidden;  }
.pd05 li .pic img{ width:100%; margin: 0 0px -10px 0;
transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.pd05 li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.pd05 li .txtbox {
    width: 100%;
    padding: 20px;
}
.pd05 li .txtbox h2 {
    width: 100%;
    font-size: var(--font-s08);
    color: #283168;
    font-weight: 600;
    position: relative;
}
.pd05 li .txtbox h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 48px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    background: linear-gradient(to right, rgba(245, 165, 38, 1) 0%, rgba(234, 84, 19, 1) 100%);
}
.pd05 li .txtbox p {
    width: 100%;
    font-size: var(--font-s03);
    color: #666;
    margin: 20px 0px 10px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pd_slider .slick-prev:before, .pd_slider .slick-next:before { font-size: 0px; }

.pd05 .pd_slider .slick-prev{ bottom: auto; left:-18px; top: calc(50% - 28px); box-shadow: 0 1px 20px rgba(40, 40, 40, 0.1);
}
.pd05 .pd_slider .slick-next{ bottom: auto; left:auto; right: -20px; top: calc(50% - 28px); box-shadow: 0 1px 20px rgba(40, 40, 40, 0.1);
}

.pd06 { width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; }
.pd06 ul{ margin:0px 0 -30px 0px; padding: 0px; width:100%; list-style:none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.pd06 ul:after {
    content: "";
    width:calc(100% / 3 - 25px);
}
.pd06 li{ margin:0px 0px 40px 0px; padding:0px; width:calc(100% / 3 - 25px); list-style:none; transition: all 0.6s;
 }
.pd06 li a{ display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
.pd06 li .pic{ width:100%; position: relative; overflow: hidden; border: 1px solid #ddd;}
.pd06 li .pic img{ width:100%; margin: 0 0px -10px 0;
transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.pd06 li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.pd06 li .txtbox {
    width: 100%;
    padding: 0px;
}
.pd06 li .txtbox p {
    width: 100%;
    font-size: var(--font-s03);
    color: #666;
    margin: 20px 0px 10px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1200px) {
.pd06 ul:after {
    content: "";
    width:calc(100% / 3 - 20px);
}
.pd06 li{ margin:0px 0px 40px 0px; width:calc(100% / 3 - 20px); }
}
@media screen and (max-width: 1000px) {
.pd06 ul:after {
    content: "";
    width:calc(100% / 2 - 15px);
}
.pd06 li{ margin:0px 0px 30px 0px; width:calc(100% / 2 - 15px); }
}
@media screen and (max-width: 580px) {
.pd06 ul:after {
    content: "";
    width:100%;
}
.pd06 li{ width:100%; }
}

.pd07 { width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; }
.pd07 ul{ margin:0px 0 -30px 0px; padding: 0px; width:100%; list-style:none;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.pd07 ul:after {
    content: "";
    width:calc(100% / 2 - 25px);
}
.pd07 li{ margin:0px 0px 40px 0px; padding:0px; width:calc(100% / 2 - 25px); list-style:none; transition: all 0.6s;
border: 1px solid #e6e9ed; box-shadow: 0 1px 20px rgba(40, 40, 40, 0.1); background: #fff;
 }
.pd07 li a{ display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
.pd07 li .pic{ width:100%; position: relative; overflow: hidden;  }
.pd07 li .pic img{ width:100%; margin: 0 0px -10px 0;
transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.pd07 li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.pd07 li .txtbox {
    width: 100%;
    padding: 20px;
}
.pd07.list_c li .txtbox {
    margin:0px 0px 10px 0px;
}
.pd07 li .txtbox h2 {
    width: 100%;
    font-size: var(--font-s04);
    color: #283168;
    font-weight: 600;
    position: relative;
}
@media screen and (max-width: 1200px) {
.pd07 ul:after {
    content: "";
    width:calc(100% / 2 - 20px);
}
.pd07 li{ margin:0px 0px 40px 0px; width:calc(100% / 2 - 20px); }
}
@media screen and (max-width: 1000px) {
.pd07 ul:after {
    content: "";
    width:calc(100% / 2 - 15px);
}
.pd07 li{ margin:0px 0px 30px 0px; width:calc(100% / 2 - 15px); }
}
@media screen and (max-width: 580px) {
.pd07 ul:after {
    content: "";
    width:100%;
}
.pd07 li{ width:100%; }
}

.pd08 { width:100%; margin: 30px 0px 0px 0px; padding:0px 0 0px 0; height:auto; overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pd08 .right_img{
  width:60%;
  margin:0px 0px 0px 0px; padding:0; list-style:none; 

display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;

  height:auto; overflow: hidden; 
  }
.pd08 .txtbox{ width:calc(100% - 60%); padding:0px 0 40px 50px; }
.pd08 .txtbox .name{ width:100%; padding:0px 0 25px 0; margin: 0px 0px 20px 0px; 
font-weight: 600; font-size:var(--font-s16); color:#283168; 
}
.pd08 .txtbox h3{ width:100%; margin: 0px 0px 10px 0px; color:#283168; font-size: var(--font-s06); font-weight: 600; }
.pd08 .txtbox .btn-box { justify-content: flex-start; margin: 30px 0 0px 0;}
.pd08 .txtbox .btn-box .btn-style01{
    font-size: var(--font-s05);
}
@media (max-width: 900px) {
.pd08 { flex-wrap: wrap;}
.pd08 .right_img{
  width:100%;
  }
.pd08 .txtbox{ width:100%; padding:20px 0 40px 0; }
}

/* -人力資源--------------------------------------------------------------------------------------------------*/
.hr01 { width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; }
.hr01 .h_list{ width:100%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e5e5e5; padding: 0 0 20px 0; margin: 0 0 20px 0;}
.hr01 .h_list .title03{ width:250px; }
.hr01 .h_list .nonumlist{ width:calc(100% - 250px); }

.hr02 { width:100%; margin: -50px 0 0px 0; padding: 0px 0 100px 0;}
.hr02 .slick-slide{
  margin: 0 30px 0 0;
}
.hr02 li .pic img{ width:100%; border-radius: 10px;}
@media screen and (max-width: 1366px) {
.hr02 { padding: 0px 0 80px 0; }
}
@media screen and (max-width: 1280px) {
.hr02 { padding: 0px 0 60px 0; }
}
@media screen and (max-width: 1024px) {
.hr01 .h_list .title03{ width:200px; }
.hr01 .h_list .nonumlist{ width:calc(100% - 200px); }
}
@media screen and (max-width: 700px) {
.hr01 .h_list{ flex-wrap: wrap;}
.hr01 .h_list .title03{ width:100%; }
.hr01 .h_list .nonumlist{ width:100%; }
}

.hr03 .title02 {
  justify-content: center; text-align: center;
}
.hr03 { width:100%; background: url(../images/demo/hr_bg01.jpg) no-repeat top center;
      background-size: cover;
    background-attachment: fixed;
}
.hr03 ul{ width:100%; margin: 40px 0 0 0; padding: 0; list-style: none;
display: flex; justify-content: space-between; align-items: stretch;
 }
.hr03 li{ width:calc(100% / 3); margin: 0; padding: 40px 30px; list-style: none; border-right:1px solid rgba(255,255,255,0.1); 
-webkit-transition: all .2s;
    transition: all .2s;
display: flex;
    justify-content: flex-start;
    align-items: flex-start
}
.hr03 li:hover{ 
  transform: scale(1.1, 1.1);
    transition: all .2s ease-in;
background: linear-gradient(to right,#ea5413  0%,#f5a526 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border-right:none; border-radius: 10px;
}
.hr03 li:last-child{ border-right: none; }
.hr03 li .icon{ width:68px; }
.hr03 li .icon img{ width:100%; }
.hr03 li .txt{ width:calc(100% - 68px); padding: 0 0 0 30px;
display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
 }
.hr03 li .txt h3{ width:100%; margin: 0 0 10px 0; padding: 0 ; font-size: var(--font-s11); color:#fff;}
.hr03 li .txt p{ width:100%; padding: 0 0 0 0; font-size: var(--font-s05); color: rgba(255,255,255,0.7); line-height:1.7; }
@media screen and (max-width: 1366px) {
.hr03 li{ padding: 30px 20px; }
}
@media screen and (max-width: 1100px) {
.hr03 ul { flex-wrap: wrap; }
.hr03 li{ width:calc(100% / 2); border-bottom:1px solid rgba(255,255,255,0.1); }
.hr03 li:nth-child(2) { border-right: none; }
}
@media screen and (max-width: 800px) {
.hr03 ul { flex-wrap: wrap; }
.hr03 li{ width:100%; border-right: none; }
.hr03 li:last-child { border-bottom: none; }
}

.hr04 {
width: 100%;
        margin: 0px;
        height: 480px;
        overflow: hidden;
        position: relative;
        display: block;
}
.hr04 .bg{
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-size: 100% auto;
      }
.hr04 .bg:before{
content: "";
top: 0;
left: 0;
position: absolute; z-index: 1;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.4);
      }
.hr04:hover .bg,
.hr04:focus .bg {
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
      }
.hr04 .text_box{
  width:100%; height:100%; position:absolute; z-index: 2; top: 0; right:0;
}
.hr04 .text_box .box-2{
  display: flex;
  justify-content: center; align-items: center; height:100%;
}
.hr04 .text_box .text{ width:100%; text-align: center; }
.hr04 .text_box .text .title02{ width:100%; text-align: center; justify-content: center;}
.hr04 .text_box .text .title02 a{ color: #fff;}
.hr04 .text_box .text .more {
    padding: 0;
    margin: 30px 0 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1600px) {
.hr04 {
height: 400px;
}
}
@media screen and (max-width: 1500px) {
.hr04 {
height: 350px;
}
}
@media screen and (max-width: 980px) {
.hr04 {
height: 280px;
}
}

/* -聯絡我們--------------------------------------------------------------------------------------------------*/
.contact {
    margin: 0px; padding:0px 0 0px 0; display: flex; justify-content: space-between; align-items: flex-start;
}
.contact_form { width: calc(100% - 35%); margin: 0px; }
.contact_form .title01{ margin: 0px 0px 30px 0px; }
.contact_form p{ margin: 0px 0px 30px 0px; padding:0px 0 30px 0; font-size:var(--font-s04); border-bottom: 1px solid #e5e5e5;}
.contact_form .btn-box{  margin: 30px 0 0px 0; 
display: flex; 
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contact_form .btn-box .btn-style03{
  margin: 0px 8px; 
}

.contact_info {
    margin: 0px;
    padding:0px 0 0px 50px;
    width:35%;
}
.contact_info .box {
    padding: 0px; background: linear-gradient(to right, rgba(234,84,19,1) 0%,rgba(245,165,38,1) 100%); padding: 20px 30px;
    position: relative;
}
.contact_info .box:before{
  content: ""; right: -55px; top:calc(50% - 64px);
  width: 289px; height: 129px; display: block;
 background: url(../images/demo/contact_bg.png) no-repeat center right; 
    background-size: 100% auto;
    position: absolute;
}
.contact_info .box h2{ font-size: var(--font-s06); color: #fff; margin: 0 0 15px 0; }
.contact_info .box h2 a{ color: #fff;}
.contact_info .box h3{ color: #fff; font-weight: normal;}
.contact_info .box p { padding: 0px 0px 11px 0px; margin: 0; color: rgba(255, 255, 255, 0.6);}
.contact_info .box p span{ color: #fff;}
.contact_info iframe{
    width:100% !important; height: 460px !important; 
}
@media screen and (max-width: 1250px) {
.contact_form { width: calc(100% - 40%);}
.contact_info {
    padding:0px 0 0px 40px;
    width:40%;
}
}
@media screen and (max-width: 1000px) {
.contact_form { width: calc(100% - 45%);}
.contact_info {
    width:45%;
}
}
@media screen and (max-width: 900px) {
.contact {
    flex-wrap: wrap;  
}
.contact .title01 { justify-content: center; text-align: center;}
.contact_form { width: 100%; margin: 0 0 0 0;}
.contact_info {
  padding:60px 0 0px 0px;
    width:100%;
}
}

.inquiry02 {
    margin: 0px; padding:0px 0 0px 0; display: flex; justify-content: space-between; align-items: flex-start;
}
.inquiry02 .info {
    margin: 0px;
    padding:0px 50px 0px 0;
    width:35%;
}
.inquiry02 .info .title01 {
  text-align:left; justify-content: flex-start;
}
.inquiry02 .info p{ margin: 30px 0px 0 0px; padding:0px 0 0px 0; font-size:var(--font-s04); }
.inquiry02 .form { width: calc(100% - 35%); margin: 0px; }
@media screen and (max-width: 1250px) {
.inquiry02 .form { width: calc(100% - 40%);}
.inquiry02 .info {
    padding:0px 40px 0px 0;
    width:40%;
}
}
@media screen and (max-width: 1000px) {
.inquiry02 .form { width: calc(100% - 45%);}
.inquiry02 .info {
    width:45%;
}
}
@media screen and (max-width: 900px) {
.inquiry02 {
    flex-wrap: wrap;  
}
.inquiry02 .info .title01 { justify-content: center; text-align: center;}
.inquiry02 .form { width: 100%; margin: 0 0 0 0;}
.inquiry02 .info {
  padding:0px 0 30px 0px;
  margin:0px 0 30px 0px;
    width:100%;
    border-bottom: 1px solid #e5e5e5;
}
}

/* -搜尋結果--------------------------------------------------------------------------------------------------*/
.search_pd{ width: 100%; margin:0px 0px 0px 0; display: flex; flex-wrap: wrap;}
.search_pd .title03{ width: 100%; margin:0px 0px 20px 0; }
.search_pd .title03 span{ font-size: var(--font-s11); margin:0px 0px 0px 10px;
    color: #ff5e14; }
.search_pd.pd ul:after {
    content: "";
    width:calc(100% / 3 - 15px);
}
.search_pd.pd li{ width:calc(100% / 3 - 15px); }
@media screen and (max-width: 1000px) {
.search_pd.pd ul:after {
    content: "";
    width:calc(100% / 2 - 15px);
}
.search_pd.pd li{ margin:0px 0px 30px 0px; width:calc(100% / 2 - 15px); }
}
@media screen and (max-width: 600px) {
.search_pd .title03{ display: flex; flex-wrap: wrap; }
}
@media screen and (max-width: 580px) {
.search_pd.pd ul:after {
    content: "";
    width:100%;
}
.search_pd.pd li{ width:100%; }
}

/* -隱私權條款------------------------------------------------------------------------------------------------*/
.privacy {  width:100%; margin: 0px auto 0px auto; padding:0px 0 0px 0; } 
.privacy .txtbox { width:100%; margin: 10px auto 30px auto; padding:0px 0 0px 0; color: #333; } 


/* -button---------------------------------------------------------------------------------------------------*/
.btn-box{ padding: 0; margin: 50px 0 0px 0; 
display: flex; 
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.btn-style01{
  margin: 0px 8px; 
    padding: 13px 25px 15px 25px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: var(--font-s05);
background: linear-gradient(to right, rgba(245,165,38,1) 0%,rgba(234,84,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: none;
    border-radius: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration:none !important;
}
.btn-style01:hover{
    background: linear-gradient(to right, rgba(234,84,19,1) 0%,rgba(245,165,38,1) 100%);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.btn-style01 a{
    color: #fff;
}
.btn-style01:before{
  content: ""; margin: 0px 10px 0px 0; 
  width: 14px; height: 11px; display: block;
 background: url(../images/right-arrow-white.svg) no-repeat center center; 
    background-size: 100% auto;
}

.btn-style02{
  margin: 0px 8px; 
    padding: 13px 25px 13px 25px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: var(--font-s03);
background: linear-gradient(to right, rgba(245,165,38,1) 0%,rgba(234,84,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: none;
    border-radius: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration:none !important;
}
.btn-style02:hover{
    background: linear-gradient(to right, rgba(234,84,19,1) 0%,rgba(245,165,38,1) 100%);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.btn-style02 a{
    color: #fff;
}
.btn-style02:before{
  content: ""; margin: 0px 10px 0px 0; 
  width: 14px; height: 11px; display: block;
 background: url(../images/right-arrow-white.svg) no-repeat center center; 
    background-size: 100% auto;
}

.btn-style03{
  margin: 0px 8px; 
    padding: 13px 25px 13px 25px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: var(--font-s03);
background: #283168; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: none;
    border-radius: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration:none !important;
}
.btn-style03:hover{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.btn-style03 a{
    color: #fff;
}
.btn-style03:before{
  content: ""; margin: 0px 10px 0px 0; 
  width: 14px; height: 11px; display: block;
 background: url(../images/right-arrow-white.svg) no-repeat center center; 
    background-size: 100% auto;
}

.arrow01{
  width: 23px; height: 23px; display: block; border-radius: 100%; 
background: linear-gradient(to right, #f5a526 0%,#ea5413 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

display: flex;
    justify-content: center;
    align-items: center;
}
.arrow01:after{
  content: ""; margin: 0px 0 0px 0px; 
  width: 14px; height: 11px; display: block;
 background: url(../images/right-arrow-white.svg) no-repeat center center; 
    background-size: 100% auto;
}

/*頁碼*/
div.page {
  font-family: 'Arial';
  font-size: 15px; 
  padding: 0px;
  margin:50px 0px 0px 0px; text-align:center;
  width:100%; height:auto; overflow: hidden;

  display: flex;
    justify-content: center;
    align-items: center;
}
div.page a {
  padding: 0; margin: 5px; color: #888; background: #FFF; text-decoration: none; border-radius: 100%; 
  width: 40px; height: 40px; border: 1px solid #ddd;
  display: flex;
    justify-content: center;
    align-items: center;
}
div.page a:hover {
  color: #fff; background:#f07f1d; border: 1px solid #f07f1d;
}
div.page a.current {
  color: #fff; background:#f07f1d; border: 1px solid #f07f1d;
}


/* Loading */
.loading_au:after{
  content: ""; margin: 0px 0 0px 0px; 
  width: 64px; height: 43px; display: block;
 background: url(../images/logo_au.png) no-repeat center center; 
    background-size: 100% auto;
}
.loading_t:after{
  content: ""; margin: 0px 0 0px 0px; 
  width: 46px; height: 43px; display: block;
 background: url(../images/logo_t.png) no-repeat center center; 
    background-size: 100% auto;
}

.loading-box {
    position: fixed !important;
    width: 100%;
    height: 100%;
  top: 0;
  left: 0;
    background: #0b2653;
    z-index: 99999 !important;
}
.loading-box .loader {
  box-sizing: border-box;
  position: relative;
  top: calc(50% - 110px/2);
    left: calc(50% - 55px);
    display: flex;
    width: 110px;
    height: 110px;
    align-items: center;
    justify-content: center;
}
.loading-box .loader .ball-beat {
  position: absolute;
    bottom: 0;
}
.au-group div {
   transform-origin: 50% 50%;
   animation: au-animation 0.8s;
   animation-fill-mode: forwards;
   stroke-dasharray: 110;
}
.t-group div {
   opacity: 0;
   transform: translateX(-15px);
   animation: t-animation 1s;
   animation-fill-mode: forwards;
}
 @keyframes au-animation {
   from {
     transform: translateX(30px);
  }
   to {
     transform: translateX(0);
  }
}
 @keyframes t-animation {
   to {
     opacity: 1;
     transform: translateX(0);
  }
}

.slideDown {
    bottom: 0 !important;
   animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;
animation-iteration-count: 1;
  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  
  visibility: visible !important;           
}

@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
    from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}