@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: 'Cerebri Sans';
  src: url("../../fonts/cerebri-sans.woff2") format("woff2"), url("../../fonts/cerebri-sans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --color-primary: #4762ff;
  --color-secondary: #ff6363;
  --color-tertiary: #ac1de1;
  --color-gradient-start: #4762ff;
  --color-gradient-stop: #ff798e;
  --color-gradient-start-secondary: #0bccee;
  --color-gradient-stop-secondary: #ac1de1;
  --color-gradient-start-tertiary: #ffba83;
  --color-gradient-stop-tertiary: #ffa5cd;
}
body {
  font-family: Helvetica, Arial, Verdana, "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.9em;
  color: #828282;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Noto Sans TC', sans-serif;
  color: #060221;
}
.en h1, .en .h1, .en h2, .en .h2, .en h3, .en .h3, .en h4, .en .h4, .en h5, .en .h5, .en h6, .en .h6 {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
}
.h1, h1 {
  font-size: 50px;
  line-height: 1.4em;
}
.h2, h2 {
  font-size: 44px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
}
.h3, h3 {
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 700;
}
.h4, h4 {
  font-size: 26px;
  line-height: 1.6em;
}
.h5, h5 {
  font-size: 20px;
  line-height: 1.6em;
}
.h6, h6 {
  font-size: 18px;
  line-height: 1.8;
}
.text-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.en .text-1 {
	font-family: 'Roboto', sans-serif;
}
.text-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 26px !important;
  font-weight: 700;
}
.en .text-2 {
	font-family: 'Roboto', sans-serif;
}
.contents p {
  font-size: 17px !important;
  line-height: 1.6 !important;
}
.iconbox-icon-wrap img {
  width: 100px;
  height: auto;
  text-align: center;
  margin-bottom: 25px;
}
.box-title {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DADADA;
}
.box-title h3 {
  margin-bottom: 4px !important;
}
.font-family-roboto {
  font-family: 'Roboto', sans-serif;
}
.font-family-amiri {
  font-family: 'Amiri', sans-serif;
}
.main-header .social-icon {
  font-size: 17px;
}
.main-header .social-icon span {
  display: none;
}
.main-header .social-icon:not([class*=scheme-]) a, .main-nav > li > a {
  color: rgba(0, 0, 0, .8);
}
.main-header .social-icon:not([class*=scheme-]) a:hover, .main-nav > li > a:hover {
  color: rgba(0, 0, 0, 1);
}
.main-nav > li > a {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: 'Noto Sans TC', sans-serif !important;
}
.en .main-nav > li > a {
  font-family: 'Roboto', sans-serif!important;
  font-size: 18px;
  letter-spacing: 0em;
}
.main-nav > li.is-active > a, .main-nav > li.current-menu-item > a, .main-nav > li:hover > a, .main-nav > li > a:hover {
  color: rgba(0, 0, 0, 1);
}
.nav-light .main-nav > li > a {
  color: rgba(255, 255, 255, 0.75);
}
.nav-light .main-nav > li > a .link-ext {
  background-color: #fff;
}
.nav-dark .main-nav > li > a {
  color: rgba(0, 0, 0, 0.75);
}
.nav-dark .main-nav > li.is-active > a, .nav-dark .main-nav > li.current-menu-item > a, .nav-dark .main-nav > li:hover > a, .nav-dark .main-nav > li > a:hover {
  color: #000;
}
.main-footer {
  padding-top: 40px;
  color: rgba(255, 255, 255, .5);
}
.main-footer a:not(.btn) {
  color: rgba(255, 255, 255, .8);
}
.main-footer a:not(.btn):hover {
  color: #fff;
}
.iconbox.service-box {
  border-radius: 6px;
  padding: 50px 40px 48px;
  margin: 0 10px 40px;
}
.iconbox.service-box2 {
  border-radius: 6px;
  padding: 42px 30px 38px;
  margin: 0 0 40px;
}
.iconbox.company-box {
  border-radius: 6px;
  padding: 50px 30px 48px;
  margin: 0 10px 40px;
}
.iconbox.company-box .text-2 {
  font-size: 22px !important;
}
.line-1 {
  margin-left: 50%;
  left: -30px;
  position: relative;
  margin-top: 15px;
}
.line-1:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 0.1em;
  min-height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181b31;
}
.text-red {
  color: #f00;
  font-weight: 700;
}
.box-1 {
  background-color: #f2f2f2 !important;
  border-radius: 6px;
  padding: 5px 40px 20px;
  margin-top: 15px;
}
.box-1 img {
  width: 30px;
  height: auto;
}
.plan-box section:nth-last-child(2) {
  padding-bottom: 90px;
}
@media (min-width: 1400px) {
  .in-box .container {
    width: 1240px
  }
}
@media (min-width: 1200px) {
  .main-header .is-stuck {
    background: #fff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a, .mainbar-wrap.is-stuck .header-module .ld-module-trigger, .mainbar-wrap.is-stuck .main-nav > li > a, .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .mainbar-wrap.is-stuck .social-icon a:hover, .mainbar-wrap.is-stuck .main-nav > li > a:hover {
    color: #000 !important;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
  [data-megamenu-bg-scheme=light] .lqd-custom-menu a {
    color: #3e3f42;
  }
  .megamenu .lqd-custom-menu a:hover {
    color: #3b91f7;
  }
}
/*add*/
.bg-1 {
  background-image: url(../../img/index-banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.navbar-brand img {
  width: 100%;
  height: auto;
}
.text-bg-1 {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
  background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  text-fill-color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: -0.08rem;
}
.text-bg-1:before {
  content: "";
  width: 65px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.line-center.text-bg-1:before {
  left: calc(50% - 32.5px) !important;
}
.text-bg-2 {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
  background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  text-fill-color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  padding-bottom: 15px;
  position: relative;
  letter-spacing: -0.08rem;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Noto Sans TC', sans-serif;
}
.en .text-bg-2 {
  font-family: 'Roboto', sans-serif;
}
.bg-dot {
  background: linear-gradient(90deg, #f7f8fb 12px, transparent 1%) center, linear-gradient(#f7f8fb 12px, transparent 1%) center, #e5e6eb;
  background-size: 14px 14px;
  overflow: hidden;
  padding: 120px 0;
}
.ld-pf-image {
  background-size: cover;
  background-position: center center;
  border-radius: 10px !important;
}
.ld-pf-image.box-shadow-1 {
  border-radius: 10px !important;
}
.main-footer .lqd-column.sub-nav {
  display: inline-block;
  vertical-align: top;
  margin-right: 42px;
}
.title-1 {
  letter-spacing: 0.01rem !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  top: -10px !important;
  position: relative;
  margin-bottom: 10px !important;
  padding-bottom: 9px;
}
.title-2 {
  font-size: 44px !important;
  font-weight: 700 !important;
}
.sub-nav .lqd-custom-menu li a {
  font-size: 15px;
}
.en .sub-nav .lqd-custom-menu li a {
  font-size: 15px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.footer-info {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .8)
}
.footer-info p {
  margin-bottom: 7px;
}
.footer-social.social-icon li {
  margin-right: 1em;
}
.copyright {
  line-height: 1.3;
  font-size: 15px;
}
.copyright a {
  color: rgba(255, 255, 255, .5) !important;
  letter-spacing: 0.04rem;
  font-size: 14px;
}
.copyright a:hover {
  color: rgba(255, 255, 255, .8) !important;
}
.main-header .container-fluid {
  max-width: 1536px;
}
.navbar-header {
  display: block;
}
.vc_row.box-contact {
  padding-top: 110px;
  padding-bottom: 110px;
}
.en .box-contact h2 {
	line-height: 1.28;
	font-size: 46px;
}
.number {
  margin-top: 40px;
  margin-bottom: 30px;
}
.copyright br {
  display: none;
}
.text-en {
  font-family: 'Roboto', sans-serif !important;
}
.news-text p {
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 400;
  color: #333;
  margin-top: 15px !important;
  overflow-wrap: break-word;
  word-break: break-word;
}
.news-text i {
  padding-right: 4px;
}
.in-banner {
  margin-top: 110px !important;
  position: relative;
  z-index: 999;
  background-size: cover !important;
}
.about-box {
  font-size: 18px;
  color: #444;
  line-height: 1.75;
  display: block;
  position: relative;
  z-index: 99999 !important;
  width: 100%;
  float: left;
  background-color: #fff;
}
.subnav {
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  left: 0;
  z-index: 999;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
  background-color: #f7f8fc;
  color: #fff;
  justify-content: center;
  height: 48px;
  align-items: center;
}
.subnav ul {
  width: 100%;
  max-width: 1170px;
  padding: 0;
  margin: 0;
}
.subnav ul li {
  padding: 0;
  margin: 0;
  width: auto;
  float: left;
  list-style-image: none;
  list-style-type: none;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 500;
}
.subnav ul li a {
  font-family: 'Noto Sans TC', sans-serif;
  color: rgba(255, 255, 255, .8);
  justify-content: flex-start;
  padding: 0;
  display: block;
  position: relative;
}
.subnav ul li a {
  font-family: 'Roboto', sans-serif;
}
.subnav ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.subnav ul > li a:after {
  content: '\f105';
  margin-left: 1em;
  margin-right: 1em;
  font-family: 'FontAwesome';
  font-size: 1em;
}
.subnav ul > li:first-child {
  padding-right: 5px;
}
.subnav ul > li:first-child a:after {
  display: none;
}
.subnav ul > li:last-child a:after {
  display: none;
}
.in-box {
  padding: 80px 0 120px;
  font-size: 18px;
  color: #444;
  line-height: 1.75;
  display: block;
}
.in-box p, .in-box {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
}
.en .in-box p, .en .in-box {
  letter-spacing: 0;
}
.in-box h1, .in-box .h1 {
  font-size: 50px;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}
.in-box h2, .in-box .h2 {
  font-size: 34px;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.en .in-box h2, .en .in-box .h2 {
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.in-box .blog-single-content h2, .in-box .blog-single-content .h2 {
  font-size: 38px;
}
.in-box .blog-single-content .h2-2 {
  font-size: 34px;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.in-box h3, .in-box .h3 {
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.in-box .blog-single-content h3, .in-box .blog-single-content .h3 {
  font-size: 22px;
}
.en .in-box .blog-single-content h3, .in-box .blog-single-content .h3 {
  font-size: 18px;
  font-weight: 700!important;
  font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	line-height: 1.3;
}
.in-box .blog-single-content .contents h3 {
  font-size: 24px;
}
.in-box h4, .in-box .h4 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  background-image: url(../../img/icon-check.svg);
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 20px auto;
  padding-left: 28px;
}
.in-box .blog-single-content h4, .in-box .blog-single-content .h4 {
  font-size: 20px;
}
.in-box h5, .in-box .h5 {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.in-box h6, .in-box .h6 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.in-box .blog-single-content a {
  color: #4762ff;
  text-decoration: underline;
}
.in-box .blog-single-content a:hover {
  text-decoration: none;
}
.in-box .blog-single-content a.page-numbers {
  color: #16171e;
  text-decoration: underline;
}
.in-box .blog-single-content ul.pagination .page-numbers.current {
	color: #4762ff;
}
.news-text p + p {
  margin-top: -10px !important;
}
.title-3 {
  font-size: 22px !important;
  margin-bottom: 10px !important;
}
.title-4 {
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  padding-bottom: 5px;
}
.title-5 {
  font-size: 22px !important;
  margin-top: 16px;
  margin-bottom: 20px !important;
}
.en .title-5 {
  font-size: 18px !important;
  margin-top: 14px!important;
  margin-bottom: 38px !important;
}
.team-name {
  font-size: 24px !important;
}
ul.team-info {
  padding-left: 20px;
  margin-left: 0;
}
ul.team-info li {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 5px;
}
.en ul.team-info li {
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 5px;
}
ul.team-info li a {}
ul.team-info li a:hover {
  color: #4762ff
}
.service-title {
  margin-bottom: 20px;
}
.team-pic {
  border-radius: 999px;
  display: flex;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
}
.team-pic img {
  width: 80px;
  height: 80px;
  border-radius: 999px;
}
.company {
  text-align: left;
  font-size: 15px;
}
ul.company {
  padding: 0 0 0 15px;
}
.company a {
  text-decoration: underline;
}
.company a:hover {
  text-decoration: none;
}
.company-pic img {
  width: auto;
  height: 150px;
}
.blog-single-content .pos-rel + h3.title-5 {
  margin-top: 10px;
}
.blog-single-content .pos-rel + h3.title-5 a {
  color: #181b31;
  text-decoration: none;
  font-size: 18px;
}
.blog-single-content .ld-pf-btns a {
  text-decoration: none;
}
.in-box ul, .in-box ol {
  padding-left: 25px;
}
.in-box ul.team-info {
  padding-left: 10px;
}
.in-box li {
  margin-bottom: 6px;
}
.in-box .more li {
  padding-bottom: 12px;
}
.in-box table tr {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop))) !important;
  background: linear-gradient(to right, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important;
}
.in-box table th {
  color: #fff;
}
.in-box table td {
  background-color: #fff;
}
.in-box table {
  border: 8px solid #efefef;
  margin: 8px 0 20px;
  line-height: 1.5;
}
.in-box table p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.in-box .box-hight {
  display: table;
}
.in-box .box-hight .box-same {
  display: table-cell;
  height: 100%;
}
.box-hight .lqd-column {
  margin-bottom: 30px;
}
.box-hight .lqd-column:nth-child(4n) {
  clear: left;
}
.box-hight .lqd-column .company {
  min-height: 135px;
}
.box-hight .lqd-column .company li {
  margin-bottom: 3px;
  line-height: 1.4;
}
.en .box-hight .lqd-column .company li {
  margin-bottom: 6px;
  line-height: 1.4;
	letter-spacing: 0;
}
.blog-single-content.pull-up {
  background-color: #fff;
}
.list-box {
  margin-top: 25px;
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  color: #3d59e8;
}
.list-box ul {
  padding: 0;
  margin: 10px 0px 22px;
}
.list-box ul li {
  margin-bottom: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 24px;
  background-image: url(../../img/icon-dot.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 6px 11px;
  font-size: 17px;
text-align: left;
	line-height: 1.5;
}
.list-box ul + p {
  margin-top: 26px;
}
.list-box ul li img {
  width: 30px;
  height: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 3px;
}
.list-box ul li a:hover {
  text-decoration: underline;
}
.s-icon {
  margin-bottom: 30px;
}
.dis {
  display: none!important;
}
.vs-pc {
	display: flex;
}
.vs-phone {
	display: none;
}
.blue {
	color: #4762ff!important;
}
@media (max-width: 1280px) {
  .main-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
	.social-icon li a:first-child {
		padding-left: 12px;
	}
.vs-pc {
	display: none;
}
.vs-phone {
	display: flex;
}
	#AU {
		margin-left: 8px;
	}
  .navbar-collapse .social-icon li a {
    color: inherit;
    opacity: 1;
	font-size: 22px;
  }
	.navbar-collapse .header-module:last-child {
		margin-bottom: 10px;
	}
  .navbar-toggle {
    top: 36px
  }
  .in-banner {
    margin-top: 0px !important;
  }
  .subnav {
    padding: 0 20px;
  }
  .navbar-brand {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .sub-nav-out {
    padding-bottom: 40px;
  }
  .main-footer .mt-80 {
    margin-top: 60px !important;
  }
.ld-pf-image img {
  width: 100%;
  height: 180px;
}
}
@media (max-width: 991px) {
.ld-pf-image img {
  width: 100%;
  height: 220px;
}
	.titlebar-md .titlebar-inner {
		padding-top: 100px;
		padding-bottom: 95px;
	}
	.iconbox-filled.iconbox-side {
		padding: 30px 5% 25px;
	}
.title-2 {
  font-size: 38px !important;
  font-weight: 700 !important;
	} 
.contact-box {
		padding: 0 20px!important;
		
	}
.about-pic {
		background-position: center top!important;
		height: 200px!important;
		padding-bottom: 0px!important;
	}
	.about-pic.mb-40 {
		margin-bottom: 0!important;
	}
  .filter-list.size-lg {
    font-size: 18px;
    margin-top: 20px;
  }
	.in-box h3, .in-box .h3 {
		font-size: 24px!important;
	}
	.in-box .blog-single-content .h2-2 {
		font-size: 24px;
	}
	.blog-single-content {
		padding: 40px 40px 30px;
		word-break: break-all;
	}
	.ld-sf select {
		width: 100%;
		height: 55px;
	}
.ld-sf [type=text], .ld-sf [type=email] {
	width: 100%;
    margin-left: 0%;
	height: 55px;
}
	.plan-box section:nth-last-child(2) {
		padding-bottom: 70px;
	}
	.box-1 {
		padding: 5px 10px 20px 30px;
		text-align: left;
	}
	.iconbox-sm .iconbox-icon-container {
		text-align: center;
	}

}
@media (max-width: 767px) {
.ld-pf-image img {
  width: 100%;
  height: auto;
}
}
@media (max-width: 580px) {
	.blog-single-content {
		padding: 40px 25px 30px;
		word-break: break-all;
	}
.iconbox-filled.iconbox-side {
	padding: 35px 5% 30px;
	}
	.iconbox.service-box2 {
		padding:28px 30px 20px;
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 20px;
	}
	.iconbox-side {
		display: block!important;
		text-align: center!important;
	}
	.liquid-milestone {
		display: block!important;
	}
	.iconbox-side .box-1 ol {
		margin-left: -4px;
		
	}
	.contact-box .pt-50 {
		padding-top: 40px!important;
	}
	.iconbox-side .iconbox-icon-wrap {
		margin-right: 15px;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.iconbox-side .contents {
		width: 100%;
	}
	.s-icon h3 {
		font-size: 20px!important;
	}
	.liquid-milestone-content {
		width: 100%;
	}
	.liquid-milestone-content {
		text-align: center;
	}
	.liquid-milestone-content p {
		text-align: left;
		width: 100%;
		display: block;
	}
	.text-uppercase + p {
		text-align: center;
	}
.in-box .blog-single-content h2, .in-box .blog-single-content .h2 {
  font-size: 32px;
}
	.liquid-lp-details {
		margin-top: 0;
	}
	.ld-sf p {
		margin-bottom: 15px;
	}
	.in-box h2, .in-box .h2 {
		font-size: 30px;
	}
	.titlebar-col h2 {
		font-size: 20px!important;
	}
  .main-footer {
    padding-top: 30px !important;
  }
	.title-2 {
		font-size: 32px!important;
	}
  .in-box {
    padding: 50px 0 70px;
    font-size: 18px;
    color: #444;
    line-height: 1.75;
    display: block;
  }
  .about-box {
    padding-left: .8em;
    padding-right: .8em;
  }
  .titlebar-inner p {
    font-size: 16px;
  }
  .subnav ul li {
    font-size: 13px;
  }
  .subnav ul > li a:after {
    content: '\f105';
    margin-left: .5em;
    margin-right: .5em;
    font-family: 'FontAwesome';
    font-size: 1em;
  }
  .navbar-header {
    padding-left: 20px;
    padding-right: 22px;
  }
  .main-header .navbar-brand {
    padding: 20px 0;
  }
  .titlebar-md .titlebar-inner {
    padding-top: 70px;
    padding-bottom:72px;
  }
  .navbar-brand img {
    height: 50px;
  }
  .number .lqd-column {
    margin-bottom: 25px;
    width: 50%;
    float: left;
  }
  .main-footer .lqd-column.sub-nav {
    margin-bottom: 30px;
    width: 31%;
    margin-right: 1%
  }
  .main-footer .lqd-column.sub-nav:nth-child(1) {
    width: 39%;
  }
  .main-footer .lqd-column.sub-nav:nth-child(2) {
    width: 28%;
  }
  .main-footer .lqd-column.sub-nav:nth-child(3) {
    width: 28%;
    margin-right: 0%;
  }
  .main-footer .lqd-column.sub-nav:nth-child(4) {
    width: 39%;
    margin-right: 0%;
  }
  .main-footer .lqd-column.sub-nav:nth-child(5) {
    width: 56%;
    margin-right: 0%;
  }
  .main-footer {
    padding: 0 15px;
  }
  .liquid-filter-items-label.size-xl {
    font-size: 50px;
    line-height: 1;
  }
  .mb-50.phone {
    margin-bottom: 30px !important;
  }
  .vc_row.box-contact {
    padding-top: 120px;
    padding-bottom: 110px;
  }
  .number {
    margin-bottom: 20px;
  }
  .copyright br {
    display: block;
  }
  .copyright img {
    margin-bottom: 10px;
  }
  .font-size-20 {
    font-size: 18px !important;
  }
  .liquid-counter-lg .liquid-counter-element {
    font-size: 42px;
  }
}


/*2025-01-15 add*/

/* 防止內文長網址或長字串跑版 */
.blog-single-content {
  overflow-wrap: break-word;
  word-break: break-word;
}
