html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
  -webkit-overflow-scrolling: touch;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.warp {
  opacity: 0;
  transition: all 0.5s ease;
}

#header {
  height: 120px;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
}
@media (min-width: 1441px) {
  #header {
    height: 120px;
  }
}
@media (max-width: 769px) {
  #header {
    height: auto;
    padding: 20px 0;
  }
}
#header .container {
  height: inherit;
}
#header .container .row {
  height: inherit;
}
@media (max-width: 769px) {
  #header .container .row .col-md-6:first-child {
    padding-right: 100px;
  }
}
@media (max-width: 769px) {
  #header .container .row .col-md-6:last-child {
    display: none;
  }
}
#header i.d-md-none {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 1.6rem;
}
@media (max-width: 769px) {
  #header #nav {
    padding: 30px 0 15px 0;
  }
}
#header #nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header #nav ul li {
  display: inline-block;
}
@media (max-width: 769px) {
  #header #nav ul li {
    display: block;
    padding: 5px 0;
    text-align: center;
  }
}
#header #nav ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #595757;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 769px) {
  #header #nav ul li a {
    font-size: 1.2rem;
    margin-right: 30px;
  }
}
#header #nav ul li a:before {
  content: "";
  background: #D4543B;
  position: absolute;
  width: 105%;
  height: 10px;
  transform: skew(-15deg);
  bottom: -3px;
  z-index: -1;
  transition: all 0.5s ease;
  opacity: 0;
}
#header #nav ul li a:hover:before {
  opacity: 1;
  transition: all 0.5s ease;
}

#bn-box {
  background: #000;
}
@media (min-width: 1441px) {
  #bn-box {
    height: calc(100vh - 120px);
    overflow: hidden;
  }
}
#bn-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#bn-box ul li {
  position: relative;
  background: #000;
}
#bn-box ul li .bn-title {
  position: absolute;
  left: 15vw;
  bottom: 10vh;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 769px) {
  #bn-box ul li .bn-title {
    font-size: 1.1rem;
  }
}
#bn-box ul li .bn-title .owl-dots {
  display: none;
}
#bn-box ul li .slider-bg {
  background-size: cover;
  height: calc(100vh - 120px);
  background-repeat: no-repeat;
}
@media (max-width: 769px) {
  #bn-box ul li .slider-bg {
    height: 30vh;
  }
}
#bn-box ul li #video-box {
  height: calc(100vh - 120px);
}
@media (max-width: 769px) {
  #bn-box ul li #video-box {
    height: 30vh;
  }
}

#about-box {
  background: #e5482f;
}
#about-box .data-info {
  position: relative;
}
#about-box .data-info .number {
  top: 50px;
  left: 20vw;
  color: #fff;
  font-size: 3rem;
  position: absolute;
  /*font-weight: 600;*/
  font-style: italic;
}
#about-box .col-md-4 {
  margin-right: 30px;
}
@media (max-width: 769px) {
  #about-box .col-md-4 {
    margin-right: 0;
  }
}
#about-box .col-md-4 h1 {
  margin: 50px 0 0 100px;
}
#about-box .col-md-4 h1 img {
  max-width: 60%;
}
@media (min-width: 1441px) {
  #about-box .col-md-4 h1 img {
    max-width: 50%;
  }
}
@media (max-width: 769px) {
  #about-box .col-md-4 h1 img {
    max-width: 60%;
  }
}
@media (max-width: 769px) {
  #about-box .col-md-4 h1 {
    padding: 25px 15px 0 15px;
    margin: 0;
    text-align: left;
  }
}
#about-box .col-md-4 p {
  margin: 50px 0 0 100px;
  color: #fff;
}
@media (max-width: 769px) {
  #about-box .col-md-4 p {
    margin: 20px 15px;
    font-size: 1.1rem;
  }
}
#about-box .col-md-4 p.lgtitle {
  margin: 0 !important;
  font-size: 2rem;
  text-align: left;
  padding-left: 15px;
}
#about-box .col-md-4 p.smtitle {
  margin: 5px 0 0 0 !important;
  font-size: 0.9rem;
  text-align: left;
  padding-left: 15px;
}
@media (min-width: 1441px) {
  #about-box .col-md {
    padding-left: 5.5vw;
  }
}

#concept .lgtitle {
  margin: 0;
  font-size: 2rem;
  padding-left: 0px;
  color: #D4543B;
  text-align: left;
}
#concept .smtitle {
  font-size: 0.9rem;
  padding-left: 0px;
  text-align: left;
  margin: 0;
}
#concept .concept-1.step1-bg {
  position: relative;
}
#concept .concept-1.step1-bg:before {
  background: #c1c2c4;
  width: 50%;
  left: 0;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
}
#concept .concept-1.step1-bg.vis:before {
  background: #e5472e;
}
#concept .concept-1.step1-bg.vis:after {
  background: #c1c2c4;
}
#concept .concept-1.step1-bg:after {
  background: #fff;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}
#concept .concept-1.step2-bg {
  position: relative;
}
#concept .concept-1.step2-bg:before {
  background: #fff;
  width: 50%;
  left: 0;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
}
#concept .concept-1.step2-bg.vis:before {
  background: #c1c2c4;
}
#concept .concept-1.step2-bg.vis:after {
  background: #e5472e;
}
#concept .concept-1.step2-bg:after {
  background: #c1c2c4;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}
#concept .concept-1.step3-bg {
  position: relative;
}
#concept .concept-1.step3-bg:before {
  background: #c1c2c4;
  width: 50%;
  left: 0;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
}
#concept .concept-1.step3-bg.vis:before {
  background: #264095;
}
#concept .concept-1.step3-bg.vis:after {
  background: #264095;
}
#concept .concept-1.step3-bg:after {
  background: #264095;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}
#concept .concept-1.step4-bg {
  position: relative;
}
#concept .concept-1.step4-bg:before {
  background: #fff;
  width: 50%;
  left: 0;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
}
#concept .concept-1.step4-bg.vis:before {
  background: #e5472e;
}
#concept .concept-1.step4-bg.vis:after {
  background: #e5472e;
}
#concept .concept-1.step4-bg:after {
  background: #fff;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}
#concept .concept-1.step5-bg {
  position: relative;
}
#concept .concept-1.step5-bg:before {
  background: #e5472e;
  width: 50%;
  left: 0;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
}
#concept .concept-1.step5-bg.vis:before {
  background: #c1c2c4;
}
#concept .concept-1.step5-bg.vis:after {
  background: #264095;
}
#concept .concept-1.step5-bg:after {
  background: #e5472e;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}
#concept .concept-1 .container {
  max-width: 1280px;
  padding: 0;
}
#concept h2 {
  margin: 50px 0 50px 100px;
}
@media (min-width: 1441px) {
  #concept h2 {
    margin: 50px 0 50px 100px;
  }
}
#concept h2 img {
  max-width: 17%;
}
@media (min-width: 1441px) {
  #concept h2 img {
    max-width: 14%;
  }
}
@media (max-width: 769px) {
  #concept h2 img {
    max-width: 60%;
  }
}
@media (max-width: 769px) {
  #concept h2 {
    margin: 25px;
    text-align: left;
  }
}

#case-box {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#264094+0,2c4190+51,2c4190+51,c1c2c3+51,c1c2c3+100 */
  background: #264094;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(125deg, #264094 0%, #264094 51%, #264094 51%, #c1c2c3 51%, #c1c2c3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#264094", endColorstr="#c1c2c3", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 100px 0;
}
@media (max-width: 769px) {
  #case-box {
    padding: 100px 0 50px 0;
  }
}
#case-box .container {
  max-width: 1440px;
  padding: 0;
}
#case-box .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#case-box .owl-nav button.owl-prev {
  float: left !important;
  margin-left: 10%;
}
@media (max-width: 769px) {
  #case-box .owl-nav button.owl-prev {
    margin-left: 3%;
  }
}
#case-box .owl-nav button.owl-next {
  float: right !important;
  margin-right: 10%;
}
@media (max-width: 769px) {
  #case-box .owl-nav button.owl-next {
    margin-right: 3%;
  }
}
#case-box .owl-nav button {
  font-size: 2rem;
  color: #ccc;
  border-radius: 50px;
  border: #ccc solid 1px;
  width: 30px;
  height: 30px;
  background: #fff;
}
#case-box .owl-nav button:focus {
  box-shadow: none;
  outline: inherit;
}
#case-box .owl-nav button span {
  transform: translateY(-13px);
  display: inline-block;
}
#case-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#case-box ul li {
  padding: 50px 110px;
}
@media (max-width: 769px) {
  #case-box ul li {
    padding: 0;
  }
}
#case-box ul li .row {
  padding: 100px 80px;
  background: #fff;
  transform: skew(-20deg);
}
@media (max-width: 769px) {
  #case-box ul li .row {
    transform: skew(0deg);
    padding: 15px 50px;
  }
}
#case-box ul li .row .col-md-6 {
  transform: skew(20deg);
}
@media (max-width: 769px) {
  #case-box ul li .row .col-md-6 {
    transform: skew(0deg);
  }
}
#case-box ul li .row .case-title {
  color: #595757;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 769px) {
  #case-box ul li .row .case-title {
    font-size: 1.35rem;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
#case-box ul li .row .case-main {
  margin-bottom: 20px;
}
#case-box ul li .row .case-footer {
  text-align: right;
  padding-right: 20px;
}

#products-box .container {
  max-width: 1280px;
  background: url(../images/pr_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 600px;
}
#products-box .container .col-md-6:nth-child(even) {
  transform: translateY(150px);
}
#products-box .container .col-md-6:nth-child(odd) {
  transform: translateY(0px);
}
@media (max-width: 769px) {
  #products-box .container .col-md-6:nth-child(odd) {
    transform: translateY(0px);
  }
  #products-box .container .col-md-6:nth-child(even) {
  transform: translateY(0px);
}
}
#products-box .container .pr-box {
  padding: 0 20px;
}
#products-box .container .pr-box figure {
  position: relative;
  margin-bottom: 50px;
  margin-right: 80px;
  overflow: hidden;
}
@media (max-width: 769px) {
  #products-box .container .pr-box figure {
    margin-bottom: 10px;
  }
}
#products-box .container .pr-box figure:hover:before {
  width: 150%;
  transition: all 0.5s ease;
}
#products-box .container .pr-box figure:before {
  position: absolute;
  background: rgba(229, 72, 46, 0.65);
  right: -80px;
  top: 0;
  content: "";
  width: 0%;
  height: 100%;
  transform: skew(-30deg);
  transition: all 0.5s ease;
}
#products-box .pro-title {
  margin: 50px 0 50px 100px;
}
#products-box .pro-title img {
  max-width: 20%;
}
@media (max-width: 769px) {
  #products-box .pro-title img {
    max-width: 60%;
  }
}
@media (max-width: 769px) {
  #products-box .pro-title {
    margin: 25px 10px;
    text-align: left;
  }
}
#products-box .pr-name {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#products-box .pr-name:before {
  content: url(../images/icon.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#products-box .more {
  margin-top: 150px;
  margin-bottom: 25px;
}
@media (max-width: 769px) {
  #products-box .more {
    margin-top: 50px;
  }
}

footer {
  position: relative;
  padding: 50px;
  background: #e5482f;
}
footer:before {
  content: "";
  top: 0;
  left: -100px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 455px 100px;
  border-color: transparent transparent #e5482f transparent;
}
footer .contact-us img {
  margin-bottom: 15px;
  max-width: 60%;
}
@media (max-width: 769px) {
  footer .contact-us img {
    max-width: 100%;
  }
}
footer p {
  color: #fff;
  margin: 0;
}
footer .comp {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.2rem;
}

#inside {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#264094+0,2c4190+51,2c4190+51,c1c2c3+51,c1c2c3+100 */
  background: #e5482f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(115deg, #e5482f 0%, #e5482f 40%, #e5482f 40%, #ffffff 40%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#264094", endColorstr="#ffffff", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  min-height: 600px;
}
#inside .slider-products {
  padding: 25px;
  position: relative;
}
#inside .slider-products .owl-dots {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
#inside .slider-products .owl-dots button:focus {
  border: none;
  outline: 0px auto -webkit-focus-ring-color;
}
#inside .slider-products .owl-dots button.owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50px;
  display: inline-block;
  margin-right: 5px;
}
#inside .slider-products .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
  margin-right: 5px;
  display: inline-block;
}
#inside .slider-products ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#inside .slider-products .slider-main {
  padding: 100px 100px 100px 120px;
}
@media (max-width: 769px) {
  #inside .slider-products .slider-main {
    padding: 0px;
  }
}
#inside .slider-products .slider-main p {
  position: relative;
  padding-left: 25px;
  color: #595757;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (max-width: 769px) {
  #inside .slider-products .slider-main p {
    margin-top: 15px;
  }
}
#inside .slider-products .slider-main p:before {
  content: url(../images/icon.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#inside .slider-products .slider-main .next {
  display: inline-block;
  margin-top: 50px;
}
#inside .slider-products .slider-main .next img {
  max-width: 100% !important;
  width: inherit;
}
#inside .slider-products .slider-main .comp-info {
  background: #fff;
  transform: skew(-20deg);
  margin-left: -80px;
  padding: 15px;
}
@media (max-width: 769px) {
  #inside .slider-products .slider-main .comp-info {
    transform: skew(0deg);
    margin-left: 0px;
  }
}
#inside .slider-products .slider-main .comp-info span {
  display: block;
  transform: skew(20deg);
  border-bottom: #e5482f solid 2px;
  display: inline-block;
  font-style: italic;
}
@media (max-width: 769px) {
  #inside .slider-products .slider-main .comp-info span {
    transform: skew(0deg);
    margin-left: 0px;
    display: block;
    border-bottom: none;
  }
}

#footer .row {
  max-height: 455px;
  overflow: hidden;
}
@media (max-width: 769px) {
  #footer .row {
    max-height: inherit;
  }
}
#footer .col-md-8 img {
  width: 100%;
}
@media (min-width: 1441px) {
  #footer .col-md-8 img {
    width: 100%;
  }
}

.modal-body {
  line-height: 170%;
  font-size: 1.1rem;
}

.m-images-box {
  position: relative;
}
.m-images-box span {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  padding: 5px 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-images-box span.pos-left {
  right: inherit;
  left: 0;
}