/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
/*@import url('notosans.min.css');*/
body,
h1,
h2,
.h1,
.h2,
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6,
.menuzord,
.menuzord *:not(.fa) {
  font-family: "Noto Sans TC", "Noto Sans SC", "microsoft Jhenghei";
}
body.de,
body.en {
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "microsoft Jhenghei";
}
.text-theme-colored3 {
  color: #e99313 !important;
}
.border-theme-colored3 {
  border-color: #e99313 !important;
}
.line-bottom-theme-colored-3:after {
  background: #76b900 !important;
  width: 80px;
}
.text-right .line-bottom-theme-colored-2:after {
  left: auto;
  right: 0;
}
.menuzord-brand {
  margin-top: 0px;
  margin-bottom: 10px;
}
.menuzord-brand img {
  max-height: 60px;
}
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
  background: #529e1f;
}
.text1 {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.2px;
}
.text2 {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
.zh-tw .text1,
.zh-tw .text2 {
  text-align: justify;
}
.img-center img {
  margin: auto;
  display: block;
}

section .icon-box-title {
  font-size: 22px;
  letter-spacing: 4px;
  color: #000;
  font-weight: 600;
}
.threeicons .text2 {
  color: #4f4f4f;
  font-weight: 500;
}
.threeicons .icon-box {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
.icon-box .icon.icon-xl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon-box .icon.icon-xl.icon-white:hover {
  background: #fff;
}
.icon-box .icon.icon-xl img {
  max-width: 80px;
  max-height: 80px;
  margin: 20px auto;
  display: block;
}

.icon.b1 {
  background: #262262;
}
.icon.b2 {
  background: #8dc63f;
}
.icon.b3 {
  background: #1b75bc;
}
.icon.b4 {
  background: #006838;
}
.icon.b5 {
  background: #8ad5ef;
}
.icon.b6 {
  background: #2ab673;
}

.layer-overlay.overlay-white::before {
  background-color: rgba(255, 255 255, 0.4);
}
.menuzord-menu > li > a {
  font-size: 16px;
  letter-spacing: 2px;
}
.menuzord .showhide {
  padding-top: 20px;
  height: 65px;
}
.section-title .title {
  font-size: 26px;
  letter-spacing: 3px;
}
.widget .widget-title {
  font-size: 18px;
  letter-spacing: 1.5px;
}

/*.event-list-details p{display: block;line-height: 1.5em; display: -webkit-box;height: 4.5em;overflow: hidden;-webkit-line-clamp: 3;text-overflow: ellipsis;-webkit-box-orient: vertical;}*/

.menuzord-menu ul.dropdown {
  top: 72px;
}
.list-inline .media-body p {
  font-size: 14px;
}
.cd-dot {
  width: 20px;
  height: 20px;
  background: #76b900;
  margin-left: 10px;
  top: 10px;
}
.cd-timeline-content h2 {
  margin-top: 0;
}
#privacybox {
  padding: 30px 40px;
  color: #fff;
  background: #000;
  max-width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 99;
}
.cookie-box--hide {
  opacity: 0;
  bottom: -100%;
}
#privacybox .mfp-close.btn {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  font-family: inherit;
  width: auto;
  height: auto;
}
#subscriptybox {
  padding: 30px 40px;
}
#subscriptybox .mfp-close.btn {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  font-family: inherit;
  width: auto;
  height: auto;
}
.event-list .thumb {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.event-list .thumb:before {
  content: "";
  padding-bottom: 56.25%;
  width: 100%;
  display: block;
}
.event-list .thumb img {
  width: 100%;
  position: absolute;
}
.icon_title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
.icon_title i {
  display: block;
  font-size: 48px;
  color: #ea9314;
  position: relative;
}
.icon_title i:before {
  background: #fff;
  padding: 0 15px;
}
.icon_title:before {
  content: "";
  width: 200px;
  height: 2px;
  background: #ea9314;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 24px;
  display: block;
}
.sec_withbg {
  background-size: cover;
  background-position: center;
}

.solution-tab .nav-tabs {
  text-align: center;
}
.sec_withbg .solution-tab .nav-tabs {
  text-align: left;
  padding-bottom: 10px;
}
.solution-tab .nav-tabs > li {
  float: none;
  display: inline-block;
}
.solution-tab .nav-tabs > li.active > a,
.solution-tab .nav-tabs > li.active > a:focus,
.solution-tab .nav-tabs > li.active > a:hover {
  border: 0;
  border-bottom: 2px solid #76b900;
}
.sec_withbg .solution-tab .nav-tabs > li a {
  border: 1px solid #d2d2d2;
  border-radius: 50px;
  color: rgba(74, 74, 74, 0.69);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.sec_withbg .solution-tab .nav-tabs > li a:hover {
  color: #76b900;
  border-color: #76b900;
}
.sec_withbg .solution-tab .nav-tabs > li.active > a,
.sec_withbg .solution-tab .nav-tabs > li.active > a:focus,
.sec_withbg .solution-tab .nav-tabs > li.active > a:hover {
  border: 1px solid #76b900;
  color: #fff;
  background: #76b900;
}
.solution-tab .nav-tabs > li > a:hover {
  border-color: transparent;
}
.solution-tab .tab-content {
  border: 0;
}
.tp-bgimg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 80%;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.hermes .tp-bullet {
  width: 12px;
  height: 12px;
  box-shadow: none;
}
.hermes .tp-bullet:after,
.hermes .tp-bullet {
  background: #fff;
}
.hermes .tp-bullet .tp-bullet-image {
  background: #fff !important;
}
.hermes .tp-bullet.selected:after {
  background: #76b900;
  border-radius: 50%;
}
.icon-box .icon.icon-white {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.threeicons:before {
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.14)
  );
  position: absolute;
  bottom: 0;
  top: 80%;
  left: 0;
  right: 0;
}
.threeicons .icon-box.icon-left h3 {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 400;
}
.de .threeicons .icon-box.icon-left h3 {
  letter-spacing: 1px;
}
.threeicons .icon-box.icon-left h4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 400;
}
.mainpost {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  position: relative;
}
.mainpost .entry-content {
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.95);
}
.mainpost .thumb {
  position: relative;
  overflow: hidden;
}
.mainpost .thumb:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 42%;
}
.mainpost .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.latest-posts article + article {
  border-top: 1px solid #e1e1e1;
}
.latest-posts h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.mapimg,
.bg-lightest {
  background: rgba(248, 247, 247, 0.43);
}
.offices {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(218, 218, 218, 0.43);
  padding: 20px 0 10px;
}
.offices .btn-default.btn-theme-colored2 {
  background: transparent;
}
.offices .btn-default.btn-theme-colored2:hover {
  background: #76b900;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #76b900;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover {
  opacity: 0.7;
  color: #fff;
}
.register_cont img {
  width: auto !important;
  height: auto !important;
}
.txtbox {
  line-height: 1.5em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: calc(100%);
}
.txtbox.line1 {
  white-space: nowrap;
  display: block;
}
.txtbox.line2 {
  height: 3em;
  -webkit-line-clamp: 2;
}
.tp-caption h2 {
  font-size: 18px;
  color: #3b3636;
  text-shadow: rgb(255, 255, 255) 0px 0px 24px;
}
.tp-caption p {
  font-size: 14px;
  color: #505050;
  text-shadow: rgb(255, 255, 255) 0px 0px 15px;
}
@media (min-width: 768px) {
  .tp-caption h2 {
    font-size: 24px;
  }
  .tp-caption p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .tp-caption h2 {
    font-size: 36px;
  }
  .tp-caption p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .tp-caption h2 {
    font-size: 52px;
  }
}
/*timeline*/
#cd-timeline {
  margin-top: 80px;
  padding-top: 0;
}
#cd-timeline::before {
  width: 12px;
  margin-left: -6px;
  background: url("../images/icons/line_b.png");
}
.cd-timeline-content {
  box-shadow: none;
  background: transparent;
}
.cd-timeline-content h2 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 10px 50px;
  font-weight: 400;
  transform: translateY(-25%);
  position: relative;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}
.cd-timeline-content p {
  color: #636363;
  padding: 0 15px;
  margin: 0;
  font-size: 14px;
}
.cd-timeline-content .cd-date {
  left: 0%;
  top: -45px;
  width: 100%;
  text-align: center;
  position: absolute;
  padding: 0;
  letter-spacing: -0.025em;
  font-weight: bold;
  font-size: 42px;
  opacity: 1;
  color: #343434;
  line-height: 1;
  font-family: Arial;
}
.cd-timeline-content h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  border: 0;
  height: 2px;
  left: -70px;
  top: 50%;
}
.cd-timeline-content::before {
  display: none;
}
.tl-dot {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 14px);
  left: -72px;
  border: 0;
  width: 28px;
  height: 28px;
  box-shadow: none;
}
.tl-dot:before,
.tl-dot:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff;
  position: absolute;
  left: 8px;
  top: 8px;
}
.tl-dot:after {
  height: 6px;
  width: 6px;
  background: #fff;
  border: 0;
  box-shadow: none;
  left: 11px;
  top: 11px;
}
.cd-dot {
  display: none;
}
.cd-timeline-block {
  margin-bottom: 45px;
}
.cd-timeline-block:nth-child(6n + 1) .tl-dot,
.cd-timeline-block:nth-child(6n + 1) .cd-timeline-content h2,
.cd-timeline-block:nth-child(6n + 1) .cd-timeline-content h2:before {
  background: #f0a782;
}
.cd-timeline-block:nth-child(6n + 2) .tl-dot,
.cd-timeline-block:nth-child(6n + 2) .cd-timeline-content h2,
.cd-timeline-block:nth-child(6n + 2) .cd-timeline-content h2:before {
  background: #b2636c;
}
.cd-timeline-block:nth-child(6n + 3) .tl-dot,
.cd-timeline-block:nth-child(6n + 3) .cd-timeline-content h2,
.cd-timeline-block:nth-child(6n + 3) .cd-timeline-content h2:before {
  background: #8e6e80;
}
.cd-timeline-block:nth-child(6n + 4) .tl-dot,
.cd-timeline-block:nth-child(6n + 4) .cd-timeline-content h2,
.cd-timeline-block:nth-child(6n + 4) .cd-timeline-content h2:before {
  background: #ae8f88;
}
.cd-timeline-block:nth-child(6n + 5) .tl-dot,
.cd-timeline-block:nth-child(6n + 5) .cd-timeline-content h2,
.cd-timeline-block:nth-child(6n + 5) .cd-timeline-content h2:before {
  background: #a5919c;
}
.cd-timeline-block:nth-child(6n) .tl-dot,
.cd-timeline-block:nth-child(6n) .cd-timeline-content h2,
.cd-timeline-block:nth-child(6n) .cd-timeline-content h2:before {
  background: #d26f8f;
}
@media only screen and (min-width: 768px) {
  .col-md-6.text1 {
    padding-left: 90px;
  }
}
@media (min-width: 1170px) {
  .title {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  .threeicons .icon-box {
    padding: 30px 50px;
  }
  .threeicons .icon-box.icon-left {
    padding: 0;
  }
  .container-fluid.narrow {
    max-width: 1400px;
    margin: auto;
  }
  .d-md-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #cd-timeline {
    padding: 0 60px;
  }
  .cd-timeline-content {
    padding: 0;
    width: 42%;
  }
  .cd-timeline-content .cd-date {
    font-size: 72px;
    top: -94px;
  }
  .tl-dot {
    left: -94px;
  }
  .cd-timeline-content h2 {
    font-size: 22px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: none;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .tl-dot {
    margin-left: 0;
    left: calc(100% + 68px);
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content h2::before {
    right: -70px;
    left: auto;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    right: 0;
    text-align: center;
  }
}
@media (max-width: 1169px) {
  .cd-timeline-content::before {
    border-color: transparent #eee transparent transparent;
  }
  .threeicons .icon-box.icon-left h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 1169px) and (min-width: 768px) {
  .threeicons .icon-box .icon.icon-xl {
    width: 70px;
    height: 70px;
  }
  .threeicons .icon-box .icon.icon-xl i {
    line-height: 70px;
    font-size: 38px !important;
  }
}
@media (max-width: 767px) {
  .inner-header .title {
    margin-top: 0;
  }
  .section-title .title,
  .title {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  .mapimg {
    padding-bottom: 200px;
  }
  .offices .btn-default.btn-theme-colored2 {
    margin-right: 10px !important;
  }
  .threeicons .icon-box.icon-left {
    text-align: center;
    margin-top: 20px;
  }
  .mainpost {
    padding-bottom: 105px;
  }
  .sec_withbg .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .solution-tab .nav-tabs > li {
    display: block;
    margin-bottom: 5px;
  }
  .solution-tab .nav-tabs > li > a {
    border: 0;
  }
}
@media (max-width: 479px) {
  .cd-timeline-content {
    margin-left: 30px;
  }
  .cd-timeline-content h2 {
    font-size: 16px;
    padding: 10px;
  }
  .cd-timeline-content h2::before {
    width: 25px;
    left: -20px;
  }
  .tl-dot {
    left: -42px;
  }
  .register_cont img {
    width: 100% !important;
  }
}
