html {
  overflow-x: hidden;
  /* height: 100vh; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

body {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  overflow-x: hidden;
  min-height: 100%;
  max-width: 100%;
  /* position: relative; */
  /* height: 100vh; */
}

a {
  border: 0;
}

.timeline-content p {
  font-size: 18px;
}

#two p {
  font-size: 18px;
}

.company_txt {
  color: #fff;
  letter-spacing: 1px;
  /* font-size: 18px; */
  font-size: 20px;
  /* font-weight: 100; */
}

.css {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid orange;
}

.header_css {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

/*-------------------------------------add CSS*/

#mobile_panel {
  /* position: absolute; */
  position: fixed;
  top: 0;
  background-color: white;
  width: 300px;
  height: 100vh;
  z-index: 999;
  right: -300px;
  transition: 0.3s all ease;
}

.mobile_panel_active {
  right: 0px !important;
  transition: 0.3s all ease;
}

#mobile_panel .top {
  position: relative;
  height: 65px;
}

#mobile_close_btn {
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

#mobile_panel .mid {
  position: relative;
}

#mobile_panel .mid div {
  font-size: 22px;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
}

#mobile_panel .bottom {
  position: relative;
  padding: 10px 10px 10px 20px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#nav_bar {
  /* position: sticky; */
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  z-index: 999;
  border-bottom: none;
  background-color: #ffffff00;
  border-bottom: 2px solid #ffa625;
  transition: 0.3s all ease;
}

.nav_bar_active {
  background: #fff !important;
  border-bottom: 3px solid #ffffff00 !important;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}

/* .container {
          width: 100%;
          height: 65px;
          max-width: 1230px;
          margin: 0 auto;
          padding-right: 15px;
          padding-left: 15px;
          margin-right: auto;
          margin-left: auto;

  }
  

.container .row {
          height: 65px;
      }

      .container .row div:nth-child(2) {
          padding: 0;
      } */

.navbar_add_height .row_add_height {
  height: 65px;
}

ul {
  margin-bottom: 0px;
}

li {
  display: inline-block;
  padding-left: 0.5em;
}

a {
  cursor: pointer;
  color: rgb(77, 77, 77);
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* @import "https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700";

  *,
  *:before,
  *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  body,
  html {
    height: 100%;
  } */

.project-name {
  text-align: center;
  padding: 10px 0;
}

/* Timeline */
#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* #timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #23549c;
    left: 50%;
    top: 0;
    position: absolute;
  } */

#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #e89a29;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

#timeline .timeline-item:after,
header:after,
#timeline .timeline-item:before,
header:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

/* .timeline-item .timeline-icon {
    background: #23549c;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    border-radius: 50%;
  } */

.timeline-item .timeline-icon {
  background: #e89a29;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7%;
  left: 50%;
  overflow: hidden;
  /* margin-left: -23px; */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* .timeline-item svg {
    position: relative;
    top: 14px;
    left: 14px;
  } */

#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.timeline-content h3 {
  padding: 15px;
  background: #23549c;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  border-radius: 3px 3px 0 0;
}

/*自行加的*/
.timeline-content p {
  margin-top: 20px;
  margin-bottom: 0;
}

#timeline .timeline-item .timeline-content.right {
  float: right;
}

#timeline .timeline-item .timeline-content.right:before {
  content: "";
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #23549c;
}

#timeline .timeline-item .timeline-content:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #23549c;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }

  #timeline:before {
    left: 0;
  }

  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }

  /* @media screen and (max-width: 768px) {
    #timeline .timeline-item .timeline-content:before,
    #timeline .timeline-item .timeline-content.right:before {
      left: 10%;
      margin-left: -6px;
      border-left: 0;
      border-right: 7px solid #ee4d4d;
    }
  } */

  #timeline .timeline-icon {
    left: 0;
  }
}

* {
  outline: none !important;
}

a:hover {
  text-decoration: none !important;
}

/*---------------------------------------SWIPER CSS*/
@media (min-width: 481px) {
  .swiper-container {
    width: 100%;
    height: auto;
  }

  /*SWIPER說明字區塊*/
  .img-swiper-txt {
    font-weight: bold;
    background: #fff;
    font-size: 22px;
    /* position: absolute; */
    color: #000;
    /* bottom: -9%; */
    opacity: 0.8;
    /* transform: translate(-50%, -50%);
    left: 50%;
    width: 100%; */
  }

  .copyright li {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .swiper-container {
    height: auto !important;
  }

  .swiper-pagination {
    display: none !important;
  }

  .img-swiper-txt {
    margin-top: 0.5rem !important;
  }

  .charge_mode {
    padding: 2em 0 5em 0em !important;
    margin-top: 3rem !important;
  }

  .copyright li {
    font-size: 12px !important;
  }
}

@media (min-width: 790px) {
  .swiper-pagination {
    position: relative !important;
    text-align: center !important;
    transition: 0.3s opacity !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 10 !important;
    bottom: 1% !important;
    left: 50% !important;
    margin-top: 35px !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 789px) {
  .swiper-pagination {
    position: relative !important;
    text-align: center !important;
    transition: 0.3s opacity !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 10 !important;
    bottom: 1% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 281px) {
  .img-swiper-txt {
    font-size: 17px;
  }
}

.swiper-slide img {
  width: 100% !important;
  height: auto;
}

.box-css {
  width: 60rem;
  height: auto;
  position: relative;
}

/*----------------------------SWIPER 的左右按鈕(自訂)*/
.swiper-button-prev {
  color: #fff !important;
  opacity: 0.5 !important;
}

.swiper-button-next {
  color: #fff !important;
  opacity: 0.5 !important;
}

.swiper-button-prev:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.swiper-button-next:hover {
  color: #fff !important;
  opacity: 1 !important;
}

/*-----------------------------SWIPER 的小按鈕(自訂)*/
.swiper-pagination-bullet {
  margin: 0 4px;
}

/*更改樣式*/
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  /* border: 2px solid orange !important; */
  background-color: orange !important;
  width: 10px;
  height: 10px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  /* border: 1px solid orange !important; */
}

/*--------------------------------------------------*/

.col-md-1-5 {
  /* background: #eee;
  border: solid 1px #fff; */
  /* height: 300px; */
  text-align: center;
  /* line-height: 300px; */
  /* font-size: 4em; */
  color: #ccc;
}

/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    /* width: 20% !important; */
    width: 33% !important;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

.icon_css {
  width: 120px;
  height: 120px;
  background: #23549c;
  border-radius: 50%;
}

.font-icon {
  font-size: 60px;
  color: #ffffff;
}

.goodthan_css {
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  border-left: 3px solid #e89a29;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: var(--uiTimelineSecondaryColor);
  background: #fff;
  width: fit-content;
  font-size: 18px;
}

.goodthan_css_much {
  width: 100%;
  padding: 0.5rem 2rem;
  border-radius: 2px;
  border-left: 3px solid #e89a29;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: var(--uiTimelineSecondaryColor);
  background: #fff;
  width: fit-content;
  font-size: 18px;
}

@media (min-width: 992px) {
  .goodthan_css {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }

  .goodthan_css_much {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
}

@media (max-width: 991px) {
  .goodthan_main {
    margin-left: 0rem !important;
  }

  .GT_css {
    margin-top: 1rem;
  }
}

@media (max-width: 500px) {
  #two h3 {
    font-size: 1.5rem;
  }

  #three h3 {
    font-size: 1.5rem;
  }
}

/* .teamwork {
  margin-bottom: 2em;
} */

.url-banner {
  /* width: 100%;
  padding-top: 40%;
  display: block;
  border-radius: 2px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden; */
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.link-team:hover {
  color: #23549c !important;
  opacity: 0.85;
}

/* .url-banner:hover {
  
} */

/* .teamwork {
  color: rgba(0, 0, 0, 0.7);
} */

/* .teamwork:hover {
  color: #23549c;
} */

#six {
  padding: 5rem 0 !important;
}

#six .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*---------------------------RWD Table*/
.rwd-table {
  /* background: #FFF; */
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  box-shadow: 0 7px 10px rgb(255 255 255 / 16%);
  font-size: 20px;
  table-layout: fixed;
}

.rwd-table tr td {
  text-align: center;
}

.rwd-table tr th {
  text-align: center;
}

.one-tr-css {
  border-top: 0.5px solid #fff;
  border-bottom: 3px solid white;
  background: rgba(225, 225, 225, 0.5) !important;
  font-size: 22px;
}

.rwd-table tr:nth-of-type(2n) {
  /* background: #eee; */
  background: rgba(0, 0, 0, 0.2);
}

.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em;
}

.rwd-table {
  min-width: 100%;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table #item_2:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  /* width: 6.5em; */
  width: 5em;
  display: inline-block;
}

.rwd-table #item:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  /* width: 6.5em; */
  width: 3em;
  display: inline-block;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table th,
.rwd-table td:before {
  color: #000;
  font-weight: bold;
}

/* 額外加的 */
@media (max-width: 599px) {
  .rwd-table tr th {
    text-align: left;
  }

  .rwd-table tr td {
    text-align: left;
  }

  .rwd-table th,
  .rwd-table td:before {
    color: #ffc878;
    font-weight: bold;
  }
}

@media (min-width: 600px) {
  /* 額外加的 */
  .rwd-table tr th {
    text-align: center;
  }

  .rwd-table tr td {
    text-align: center;
  }

  /* .rwd-table td:before {
    display: none;
  } */

  .rwd-table #item:before {
    display: none;
  }

  .rwd-table #item_2:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.add-close-css {
  box-shadow: unset;
  opacity: 1;
  font-size: 2rem;
  position: absolute;
  right: -10px;
  top: -15px;
  background-color: #fff !important;
  border: 1px solid #aaa !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.icons li {
  font-size: 1rem;
}

.modal {
  padding-right: 0px !important;
}

nav .icon {
  font-size: 20px;
}

#footer ul li {
  font-size: 17px;
}

.bottom .social .icon {
  font-size: 20px;
}
