/* theme */
body {
  --swiper-theme-color: #fff;
}
.text-primary {
  color: #f15922 !important;
}

a.text-primary:hover{
  color: #f15922 !important;
}

.text-grey {
  color: #343434;
}

.text-dark {
  color: #040818;
}

.text-black {
  color: #000;
}
.text-normal {
  color: #666666;
}

.bg-primary {
  background: #f15922 !important;
}
.bg-primary-trans {
  background: rgba(241, 89, 34, 0.8) !important;
}

.bg-lightgrey {
  background: #f6f5f5;
}

.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}


.bg-semi-white {
  background-color: rgba(255, 255, 255, 0.85);
}

a {
  text-decoration: none !important;
  color: #000;
}

a:hover {
  color: #f15922;
}

b {
  font-weight: bold;
}

img {
  vertical-align: middle;
}

input {
  min-height: 36px;
}

.slogan {
  color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.content ul.inner li::before {
  content: "•";
  color: #f15922;
}

.divider {
  background: #f15922;
  width: 100%;
}

.divider.thin {
  height: 16px;
}

.divider.thick {
  height: 42px;
}

.border.primary {
  border-color: #f15922;
}

.border.black {
  border-color: #000;
}

.border.grey {
  border-color: #ececec;
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border.thick {
  border-width: 3px;
}

.border.ultra {
  border-width: 60px;
}

.border-top {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-left {
  border-left-width: 1px;
  border-left-style: solid;
}

.border-right {
  border-right-width: 1px;
  border-right-style: solid;
}

.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.a-connect {
  color: #58595B;
}

.a-connect:hover {
  color: #040818;
}

.odometer {
  color: #f15922;
  font-size: 56px;
  font-family: 'Montserrat', 'Helvetica Neue', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif !important;
}