@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.otf") format("opentype"), url("fonts/Lato-Regular.svg#filename") format("svg");
}
@font-face {
  font-family: "Lato-Light";
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Black";
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype");
}
.aside {
  background: #f8f8f8;
  border-right: 0 !important;
  color: #4c4948;
}
.aside:before,
.aside:after {
  display: none;
}
.content {
  background-color: #ffffff;
}
.content .symbol-text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .symbol-text-row .icons.icons-sm {
  width: 20px;
}
.content .symbol-text-row .icons {
  padding: 0;
}
.content .symbol-text-row .icons img {
  display: block;
}
.content img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
.content .icons.icons-sm {
  max-width: 20px;
  padding: 0;
}
.content .icons {
  display: inline-block;
}
.content .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.content .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content .fade {
  transition: opacity 0.15s linear;
}
.content .fade:not(.show) {
  opacity: 0;
}
.content .tab-content > .tab-pane {
  display: none;
}
.content .tab-content > .active {
  display: block;
}
.content .col,
.content .col-1,
.content .col-10,
.content .col-11,
.content .col-12,
.content .col-2,
.content .col-3,
.content .col-4,
.content .col-5,
.content .col-6,
.content .col-7,
.content .col-8,
.content .col-9,
.content .col-auto,
.content .col-lg,
.content .col-lg-1,
.content .col-lg-10,
.content .col-lg-11,
.content .col-lg-12,
.content .col-lg-2,
.content .col-lg-3,
.content .col-lg-4,
.content .col-lg-5,
.content .col-lg-6,
.content .col-lg-7,
.content .col-lg-8,
.content .col-lg-9,
.content .col-lg-auto,
.content .col-md,
.content .col-md-1,
.content .col-md-10,
.content .col-md-11,
.content .col-md-12,
.content .col-md-2,
.content .col-md-3,
.content .col-md-4,
.content .col-md-5,
.content .col-md-6,
.content .col-md-7,
.content .col-md-8,
.content .col-md-9,
.content .col-md-auto,
.content .col-sm,
.content .col-sm-1,
.content .col-sm-10,
.content .col-sm-11,
.content .col-sm-12,
.content .col-sm-2,
.content .col-sm-3,
.content .col-sm-4,
.content .col-sm-5,
.content .col-sm-6,
.content .col-sm-7,
.content .col-sm-8,
.content .col-sm-9,
.content .col-sm-auto,
.content .col-xl,
.content .col-xl-1,
.content .col-xl-10,
.content .col-xl-11,
.content .col-xl-12,
.content .col-xl-2,
.content .col-xl-3,
.content .col-xl-4,
.content .col-xl-5,
.content .col-xl-6,
.content .col-xl-7,
.content .col-xl-8,
.content .col-xl-9,
.content .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.d-none {
  display: none !important;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapse:not(.show) {
  display: none;
}
.btn-collapse-ctl {
  text-decoration: none;
  color: #4c4948;
  padding: 5px 0;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-collapse-ctl:hover {
  color: #ed6d01;
}
.btn-collapse-ctl:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/icon/arrow-dropdown.svg) center center no-repeat;
}
.btn-collapse-ctl[aria-expanded="true"]:before {
  background-image: url(../img/icon/arrow-mobile-menu-up.svg);
}
.btn-collapse-ctl[aria-expanded="false"] .expand {
  display: none;
}
.btn-collapse-ctl[aria-expanded="false"] .collapse {
  display: block;
}
.collapse-section {
  padding-top: 0.5em;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .logistics-map-box.map-md-box {
    display: none;
  }
}
.pannel-content-box {
  padding: 55px 50px;
}
@media (max-width: 991px) {
  .pannel-content-box {
    padding: 40px 18px;
  }
}
@media (max-width: 767px) {
  .pannel-content-box {
    padding: 30px 18px;
  }
}
.pannel-content-box.maxwidth-lg {
  margin-right: 14.5%;
}
@media (max-width: 1500px) {
  .pannel-content-box.maxwidth-lg {
    margin-right: 8%;
  }
}
@media (max-width: 1439px) {
  .pannel-content-box.maxwidth-lg {
    margin-right: 4%;
  }
}
@media (max-width: 1199px) {
  .pannel-content-box.maxwidth-lg {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .logistics-map-box {
    display: none;
  }
}
.orange-dot-dividor {
  width: 100%;
  height: 1px;
  background: rgba(76, 73, 72, 0.5);
  position: relative;
}
.orange-dot-dividor:before,
.orange-dot-dividor:after {
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
  background: #ed6d00;
  border-radius: 50%;
  z-index: 0;
  bottom: -10.5px;
}
.orange-dot-dividor:before {
  left: -10.5px;
}
@media (min-width: 992px) {
  .orange-dot-dividor:before {
    width: 10px;
    border-radius: 0 10px 10px 0;
    left: 0;
  }
}
.orange-dot-dividor:after {
  right: -10.5px;
}
.logistics-map {
  width: 100%;
  height: 575px;
}
@media (max-width: 1219px) {
  .logistics-map {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .logistics-map {
    height: 300px;
  }
}
.logistics-map .gm-style div,
.logistics-map .gm-style a {
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35em;
}
.logistics-map .gm-style a {
  color: #ed6d01;
}
.logistics-map .gm-style div {
  color: #4c4948;
}
.logistics-map .gm-style .view-link {
  margin-top: 0.5em;
}
.logistics-map .gm-style .title {
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-bottom: 0.5em;
  font-size: 17px;
}
.logistics-map .gm-style .address {
  margin-bottom: 0.5em;
}
.logistics-map .gm-style .gm-ui-hover-effect {
  background: url("../img/icon/icon-map-close.svg") center center no-repeat !important;
  background-size: 12px !important;
  right: 4px !important;
  top: 0px !important;
  opacity: 1;
}
.logistics-map .gm-style .gm-ui-hover-effect:hover {
  opacity: 0.75;
}
.logistics-map .gm-style .gm-ui-hover-effect img {
  visibility: hidden;
}
.logistics-map .gm-style .gmnoprint,
.logistics-map .gm-style .gm-style-cc {
  font-size: 10px;
}
.logistics-map .gm-style .gmnoprint a,
.logistics-map .gm-style .gm-style-cc a {
  font-size: 10px;
}
.logistics-map .infowindow {
  padding-right: 15px;
}
.logistics-map .infowindow .info-title {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.logistics-map .infowindow .info-text {
  font-size: 16px;
  line-height: 1.35;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.centre-grids-container .centre-pin {
  margin-bottom: 35px;
}
@media (min-width: 1920px + 1) {
  .centre-grids-container .centre-pin {
    max-width: 400px;
  }
}
.centre-grids-container .centre-pin a {
  cursor: pointer;
  text-decoration: none;
}
.centre-grids-container .pin-image,
.centre-grids-container .pin-title {
  font-size: 22px;
  margin-bottom: 0.25em;
}
.centre-grids-container .pin-image {
  position: relative;
  overflow: hidden;
}
.centre-grids-container .pin-image img {
  display: block;
  transition: all 0.3s ease-out;
}
.centre-grids-container .pin-index {
  position: absolute;
  display: block;
  background: #ed6d01;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #ffffff;
  left: 2px;
  top: 2px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
}
.centre-grids-container .pin-info {
  font-size: 18px;
}
.centre-rows-container {
  margin-bottom: 25px;
}
.centre-rows-container:last-child {
  margin-bottom: 50px;
}
.centre-rows-container .centre-pin {
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .centre-rows-container .centre-pin {
    margin-bottom: 0;
    margin-top: 35px;
  }
}
.centre-rows-container .centre-pin:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .centre-rows-container .centre-pin:first-child {
    margin-top: 20px;
  }
}
.centre-rows-container .country-row {
  padding: 55px 40px 30px 75px;
  margin-right: 10%;
}
@media (max-width: 1500px) {
  .centre-rows-container .country-row {
    margin-right: 3%;
  }
}
@media (max-width: 1399px) {
  .centre-rows-container .country-row {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .centre-rows-container .country-row {
    padding: 40px 30px 30px 20px;
  }
}
@media (max-width: 767px) {
  .centre-rows-container .country-row {
    padding: 25px 20px;
  }
}
.centre-rows-container .col-region {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .centre-rows-container .col-region {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .centre-rows-container .col-address {
    padding-bottom: 20px;
  }
}
.centre-rows-container .country-label,
.centre-rows-container .pin-title {
  font-weight: 700;
  font-family: "Lato-Bold", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
.centre-rows-container .country-label {
  letter-spacing: 0.2px;
  color: #ed6d01;
  font-size: 1em;
}
.centre-rows-container .pin-title {
  margin-bottom: 15px;
  position: relative;
  font-size: 1em;
}
@media (max-width: 767px) {
  .centre-rows-container .pin-title {
    padding-left: 40px;
  }
}
.centre-rows-container .pin-title a {
  cursor: pointer;
}
.centre-rows-container .pin-title .pin-index {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ed6d01;
  border-radius: 50%;
  left: -40px;
  top: -2px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-size: 0.8em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .centre-rows-container .pin-title .pin-index {
    left: 0;
  }
}
.centre-rows-container .pin-address,
.centre-rows-container .pin-info {
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .centre-rows-container .pin-address {
    padding-left: 40px;
  }
}
.centre-rows-container .pin-address p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .centre-rows-container .pin-info {
    padding-left: 5px;
  }
}
.centre-rows-container .country-collapse-row .country-label {
  color: #ed6d01;
  text-transform: none;
  font-size: 1em;
}
.centre-rows-container .country-collapse-row .col-region {
  padding-left: 0;
}
.main {
  color: #ffffff;
}
@media (max-width: 991px) {
  .main .aside {
    display: block;
    width: 100%;
    background: #f8f8f8 url(../img/bg-map.png) center center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .main .aside .wrapper {
    padding: 55px 18px;
  }
}
@media (max-width: 991px) {
  .main .aside h1 {
    margin-bottom: 0.8em;
    font-size: 2.5em;
  }
}
@media (max-width: 991px) {
  .main .content {
    color: #4c4948;
  }
}
@media (max-width: 991px) {
  .main .content:before,
  .main .content:after {
    display: none;
  }
}
.main .content .title-link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .content .collapse-section {
  padding-top: 0.5em;
}
.main .content p {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) and (max-width: 1900px) {
  .main .content p {
    line-height: 140%;
  }
}
.main .content ul {
  list-style: none;
  padding-left: 20px;
  font-size: 1em;
  margin-bottom: 20px;
}
.main .content ul ul {
  margin-bottom: 0;
}
.main .content ul > li {
  position: relative;
}
.main .content ul > li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ed6d00;
  border-radius: 50%;
  left: -20px;
  top: 0.5em;
}
.main .content ul > li > ul > li:before {
  background: #4c4948;
}
.main .content h3 {
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-size: 2em;
}
.main .content h4 {
  font-size: 1em;
  line-height: 1.35;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.main .content .title-link-row .title {
  font-size: 2.8em;
  font-weight: 300;
  font-family: "Lato-Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0.5em;
}
.main .content .title-link-row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main .content .title-link-row {
    display: block;
    margin-bottom: 1em;
  }
}
.main .content .title-link-row .title {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .main .content .title-link-row .title {
    margin-bottom: 0.25em;
  }
}
.main .content .title-link-row .btn-link {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .main .content .title-link-row .btn-link {
    padding-left: 0;
  }
}
.main .content .btn.btn-go {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 400;
  text-decoration: none;
  color: #4c4948;
  padding: 5px 0;
  text-transform: uppercase;
  padding-right: 25px;
  position: relative;
  font-size: 0.8em;
}
.main .content .btn.btn-go:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/icon/arrow-right.svg) center center no-repeat;
}
.main .content .btn-link {
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.main .aside .input-group > .custom-file,
.main .aside .input-group > .custom-select,
.main .aside .input-group > .form-control,
.main .aside .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.main .aside .mb-3,
.main .aside .my-3 {
  margin-bottom: 1rem !important;
}
.main .aside .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.main .aside .custom-select {
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  padding: 7px 42px 7px 15px;
  font-size: 22px;
  line-height: 150%;
  height: auto;
  border-radius: 0;
  border-color: #e6e6e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  background: #ffffff url(../img/icon/arrow-dropdown.svg) no-repeat calc(100% - 15px) center;
}
.main .aside .custom-select::-ms-expand {
  display: none;
}
.main #country-options {
  display: none;
}
