@charset "UTF-8";
#main {
  margin-top: 50px;
}

::marker {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: none !important;
  text-align-last: none !important;
}

ul,
li {
  list-style-type: none;
}

h6 {
  margin: 0;
}

nav {
  border-width: 0 0 1px 0;
  /*top*/
}

nav .list-content .menu > ul > li a {
  padding: 1em;
}

nav .list-content .menu > ul > li:hover {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 5px solid #d0021b;
  color: #fff;
}

nav .list-content .menu > ul > li a:hover {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 5px solid #d0021b;
  color: #fff;
}

nav .list-content .menu > ul > li > ul {
  background: #fff;
}

nav .list-content .menu > ul > li > ul > li a {
  color: #000;
}

nav .list-content .menu > ul > li > ul > li > ul > li a,
nav .list-content .menu > ul > li > ul > li > ul > li a:hover {
  color: #5c5b5b;
  line-height: 18px;
}

nav .list-content .menu > ul > li > ul > li {
  border-top: 1px solid #b9b9b9;
  padding-top: 10px;
}

nav .logo {
  padding: 1.6em 1em 0 1em;
}

nav .nav-top {
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#bc0000), to(#840000));
  background: linear-gradient(to top, #bc0000, #840000);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav-top div {
  margin: 0 5px;
  cursor: pointer;
}

nav .nav-top div img {
  width: 25px;
}

/*text*/
.text-gray {
  color: rgba(255, 255, 255, 0.6);
}

.text-lightgray {
  color: rgba(255, 255, 255, 0.8);
}

.text-green {
  color: #1be0e0;
}

.text-blue {
  color: #0094d6;
}

.text-yellow {
  color: #f5bc00;
}

.text-red {
  color: #d0021b;
}

.text-white {
  color: #fff;
}

/*add*/
#header {
  top: 40px;
  height: 200px;
}

#header h1 {
  font-size: 60px;
  color: #000;
}

#header .solutions-header {
  background: #1be0e0;
  height: 100%;
  padding-left: 28px;
}

#header .global-header {
  background: #ff5860;
  height: 100%;
  padding-left: 28px;
}

#header .pro-header {
  background: #ffbc54;
  height: 100%;
  padding-left: 28px;
}

#header .news-header {
  background: #45e1fd;
  height: 100%;
  padding-left: 28px;
}

.title-wrapper {
  border-bottom: 1px solid #707070;
  margin-bottom: 1em;
}

.title-wrapper .big-title h1 {
  margin: 0;
  font-weight: 500;
  color: #d0021b;
  line-height: 60px;
}

.gradual-bg {
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, #00d08a), color-stop(70%, #20adf7), to(#1be0e0));
  background: linear-gradient(to left, #00d08a 20%, #20adf7 70%, #1be0e0 100%);
}

/* global */
.contact-main {
  color: #333333;
  margin: 0 auto;
}

.contact-item {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.contact-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.contact-item h3 {
  font-size: 28px;
  margin-top: 0px;
}

.contact-item h5 {
  font-size: 20px;
  margin: 10px 0;
}

.contact-item p {
  line-height: 24px;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
}

#searchMap {
  background: url(../images/global-map.png) no-repeat;
  margin-bottom: 50px;
  opacity: 0.8;
}

/*product*/
.table-pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-pro .table-list {
  width: 18%;
  margin-top: 1em;
}

.table-pro .table-list ul li {
  color: #b9b9b9;
  line-height: 42px;
  border-bottom: 1px solid rgba(187, 187, 187, 0.3);
  cursor: pointer;
}

.table-pro .table-list ul li:hover {
  color: #fff;
}

.table-pro .table-wrap {
  width: 80%;
}

.bread-crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.bread-crumbs ul li {
  margin-left: 55px;
  position: relative;
}

.bread-crumbs ul .br-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0094d6;
  position: absolute;
  left: -30px;
}

.bread-crumbs ul .br-icon-yellow::before {
  background-color: #f5bc00;
}

.bread-crumbs ul .br-icon-red::before {
  background-color: #d0021b;
}

.product h5 {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

/*map*/
.map-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map-select select {
  max-width: 32%;
}

/*products*/
/*global*/
::-webkit-input-placeholder {
  /* CSS 3 標準 */
  color: #9b9b9b;
}
:-ms-input-placeholder {
  /* CSS 3 標準 */
  color: #9b9b9b;
}
::-ms-input-placeholder {
  /* CSS 3 標準 */
  color: #9b9b9b;
}
::placeholder {
  /* CSS 3 標準 */
  color: #9b9b9b;
}

::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #9b9b9b;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
  opacity: 1;
}

.pc-d {
  display: block;
}

.mobile-d {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-l-2 {
  margin-left: 20px;
}

.m-y-2 {
  margin: 30px 10px !important;
}

.my-2 {
  margin: 10px 0;
}

.m-b-3 {
  margin-bottom: 30px;
}

.p-l-2 {
  padding-left: 5px;
}

.p-t-7 {
  padding-top: 78px;
}

.p-a {
  padding: 20px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80%;
}

.w-48 {
  width: 48% !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/*menu*/
.cd-vertical-nav-middle {
  max-width: 1200px;
  margin: 0 auto;
}

#primary_nav_wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 58px;
}

#primary_nav_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary_nav_wrap ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  padding: 10px 20px;
}

#primary_nav_wrap ul li {
  /* position: relative; */
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#primary_nav_wrap ul li:hover {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 6px solid #d0021b;
}

#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 99%;
  left: 0;
  background: #ffffffe6;
  padding: 0;
  width: 100vw;
  /* left: 20vw; */
  text-align: left;
  z-index: 10;
  min-height: 500px;
}

#primary_nav_wrap ul ul li {
  float: none;
  width: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, color-stop(98%, #f2f2f2), to(#c7c7c7));
  background: linear-gradient(90deg, #f2f2f2 98%, #c7c7c7 100%);
  margin-left: 20vw;
  z-index: 10;
  height: auto;
}

#primary_nav_wrap ul ul li:last-child {
  padding-bottom: 10%;
}

#primary_nav_wrap ul ul li:hover {
  border-bottom: 0px solid #d0021b;
  background: -webkit-gradient(linear, left top, right top, color-stop(98%, #f2f2f2), to(#c7c7c7));
  background: linear-gradient(90deg, #f2f2f2 98%, #c7c7c7 100%);
}

#primary_nav_wrap ul ul li:hover::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid;
  border-color: transparent #fff transparent transparent;
  left: 33.35vw;
  position: absolute;
}

#primary_nav_wrap ul ul a {
  line-height: 120%;
  padding: 10px 15px;
  color: #808080;
  font-weight: bold;
}

#primary_nav_wrap ul ul ul {
  top: 0;
  /* left: 100% */
  background: #fcfcfc;
  width: 42vw;
  position: absolute;
  left: 35vw;
  height: 100%;
  padding: 0px 20px;
}

#primary_nav_wrap ul ul ul a {
  line-height: 120%;
  padding: 5px 0px 0 0;
  color: #808080;
  font-size: 16px;
  font-weight: lighter;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#primary_nav_wrap ul ul ul li {
  margin: 10px 0 0 15px;
  background: transparent;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

#primary_nav_wrap ul ul ul li a:hover {
  color: #000;
  background: transparent;
}

#primary_nav_wrap ul ul ul li:hover {
  border-bottom: 0px solid #d0021b;
  background: none;
}

#primary_nav_wrap ul ul ul li:hover::after {
  display: none;
}

#primary_nav_wrap .nav-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

#primary_nav_wrap .level-one li:hover .level-two,
#primary_nav_wrap .level-one li:hover .level-three {
  display: block;
}

#primary_nav_wrap .level-two li:hover ul {
  display: block;
}

.nav-ad {
  color: #333;
  cursor: pointer;
}

.nav-ad img {
  max-width: 150px;
}

.nav-ad .nav-ad-text {
  padding: 0 10px;
}

.nav-ad .nav-ad-text h5 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

.display-pc {
  display: block;
}

.display-mobile {
  display: none;
}

.add-text p {
  text-align: center;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0 !important;
  border-bottom: 1px solid #bebebe;
  min-height: 45px !important;
  white-space: normal !important;
}

@media screen and (max-width: 1680px) {
  #primary_nav_wrap ul ul ul {
    width: 48vw;
  }
}

@media screen and (max-width: 834px) {
  .pc-d {
    display: none;
  }
  .w-48 {
    width: 100% !important;
  }
  #primary_nav_wrap {
    display: none;
  }
  .top-60 {
    top: 0px;
  }
  .display-pc {
    display: none;
  }
  .display-mobile {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .support {
    height: 50px;
  }
  .support-item {
    font-size: 16px;
    line-height: 20px;
  }
  .support-item .pt {
    padding-top: 6px;
  }
  .map-select {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .map-select select {
    width: 100%;
  }
  .table-pro {
    display: block;
  }
  .table-pro .table-list {
    width: 100%;
  }
  .table-pro .table-wrap {
    width: 100%;
  }
  .bread-crumbs ul li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 375px) {
  .bread-crumbs ul li {
    margin-left: 38px;
  }
}
/*# sourceMappingURL=styles.css.map */