@charset "UTF-8";
/* 字體 ===================== */
h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

/* 共用排版 ===================== */
.t-center {
  text-align: center !important;
}

.hidden-element {
  visibility: hidden;
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}

/* 顏色 ===================== */
.bg-primary {
  background-color: #edc45e;
}

/* 共用組件 ===================== */
nav.navbar.bootsnav ul.nav > li > a, nav.navbar.bootsnav.sticked ul.nav > li > a {
  padding: 30px 20px;
}
nav.navbar.bootsnav.sticked .navbar-brand {
  padding: 15px 15px;
}
@media (min-width: 1200px) {
  nav.navbar.bootsnav.sticked .navbar-brand {
    padding: 7px 15px;
  }
}
nav.navbar.bootsnav .navbar-brand {
  padding: 15px 15px;
}
@media (min-width: 1200px) {
  nav.navbar.bootsnav .navbar-brand {
    padding: 7px 15px;
  }
}
nav.navbar.bootsnav ul.nav > li > a {
  font-family: 微軟黑體, sans-serif, Arial;
}

footer img[alt=logo] {
  width: 240px;
}
@media (min-width: 1200px) {
  footer .footer-contacts {
    padding: 12px 40px;
  }
}
footer .footer-contacts ul {
  max-width: 360px;
  margin: auto;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  footer .footer-contacts ul {
    padding: 0;
  }
}
footer .footer-contacts ul li {
  padding: 4px 0;
}
@media (min-width: 1200px) {
  footer .footer-icons {
    text-align: start;
  }
}
footer .footer-icons a {
  margin-left: 10px;
}
footer .fixed-links {
  position: fixed;
  right: 4px;
  bottom: 20px;
  z-index: 50;
}
@media (min-width: 576px) {
  footer .fixed-links {
    right: 20px;
  }
}
footer .fixed-links ul {
  display: grid;
  gap: 8px;
}
footer .fixed-links ul li {
  cursor: pointer;
}

/* 回到頂端按鈕 */
.btn-to-top {
  transition: 0.3s all ease;
  transform: translateY(100px);
}
.btn-to-top.active {
  transform: translateY(0);
}

/* 頁碼 */
.pagination-m ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination-m ul li {
  display: inline;
}
.pagination-m ul li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination-m ul li a.active {
  border-radius: 4px;
  background-color: #edc45e;
  color: white;
}
.pagination-m ul li a:hover:not(.active) {
  border-radius: 4px;
  background-color: #5267a3;
  color: #fff;
}

/* 分頁banner */
.head-banner {
  width: 100%;
  position: relative;
}
.head-banner img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .head-banner img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.head-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .head-banner .banner-text {
    margin-top: 80px;
  }
}
.head-banner .banner-text h1 {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .head-banner .banner-text h1 {
    font-size: 30px;
  }
}

/* business3 卡片輪播箭頭按紐 */
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  display: none;
}
@media (min-width: 1400px) {
  .owl-carousel .owl-nav {
    display: block;
  }
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  color: #edc45e;
  background-color: #fff;
  position: absolute;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  width: 40px;
  left: -50px;
  top: 50%;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  background-color: #5267a3;
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -60px;
}
/* btn 按鈕樣式 */
.btn-primary {
  color: #000;
  background-color: #edc45e;
  border-color: #edc45e;
}
.btn-primary:hover {
  background-color: #5267a3;
}

.btn-second {
  color: #5267a3;
  background-color: #fff;
  border-color: #fff;
}
.btn-second:hover {
  background-color: #5267a3;
}

/* news item & case item*/
.card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px #ddd;
}
.card:hover {
  box-shadow: 0 0 10px #ddd;
}

/* 各章節 ===================== */
/* service-section 我們的服務 */
.service-section {
  margin-top: 60px;
}
.service-section .title-img {
  margin-bottom: 50px;
  padding: 0 40px;
}
.service-section .title-img img {
  width: 268px;
}
@media (min-width: 576px) {
  .service-section .title-img img {
    width: 301.5px;
  }
}
.service-section .service-item img {
  width: 100%;
}
.service-section .service-item .service-item-content {
  text-align: left;
  padding: 8px 0;
  height: 110px;
}
.service-section .service-item .service-item-content .title {
  border-left: 2px solid #edc45e;
  border-right: 2px solid #edc45e;
  font-weight: 700;
  font-size: 18px;
  padding: 0 8px;
  display: inline-block;
}
.service-section .service-item .service-item-content p {
  font-size: 12px;
  color: #666666;
}

/* procedure-section 搬家流程 */
.procedure-section .title-img {
  margin-bottom: 50px;
  padding: 0 40px;
}
.procedure-section .title-img img {
  width: 340px;
}
@media (min-width: 576px) {
  .procedure-section .title-img img {
    width: 382.5px;
  }
}
.procedure-section .procedure-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.procedure-section .procedure-item .arrow {
  margin-left: 40px;
  display: none;
}
@media (min-width: 992px) {
  .procedure-section .procedure-item .arrow {
    display: block;
  }
}
.procedure-section .procedure-item .arrow img {
  height: 38px;
  margin-bottom: 100px;
}
.procedure-section .procedure-item .procedure-content {
  text-align: center;
  width: min(340px, 100%);
}
.procedure-section .procedure-item .procedure-content img {
  width: min(320px, 100%);
}
.procedure-section .procedure-item .procedure-content p {
  text-align: center;
  max-width: 340px;
  margin: 20px 0 30px;
  height: 52px;
  font-size: 14px;
}

/* about 關於我們、座右銘*/
@media (min-width: 1200px) {
  .about-content {
    padding-right: 60px;
  }
}
.about-content .title-img {
  padding: 0 40px;
}
.about-content .title-img img {
  width: 260.8px;
}
@media (min-width: 576px) {
  .about-content .title-img img {
    width: 293.4px;
  }
}
.about-content h5 {
  color: #5267a3;
  margin: 30px 0 30px;
}
.about-content hr {
  border: 2px solid #edc45e;
  width: 175px;
}
.about-content p {
  margin-top: 30px;
}

.about-slider .lSSlideOuter .lslide {
  border-radius: 12px;
  overflow: hidden;
}
.about-slider .lSSlideOuter .lsGrab > * {
  height: 400px;
}
.about-slider .lSSlideOuter .lsGrab > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-slider .lSSlideOuter .lSPager.lSGallery li {
  height: 100px;
}
.about-slider .lSSlideOuter .lSPager.lSGallery img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-motto .motto-content {
  max-width: 250px;
  margin: auto;
}
.about-motto .motto-content h5 {
  color: #000;
  font-weight: 700;
}
.about-motto .motto-content p {
  color: #000;
  text-align: left;
}

/* connect-section 在 index.html & services.html*/
.connect-section {
  position: relative;
}
.connect-section .connect-bg {
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.connect-section .connect-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.connect-section .connect-content .title-img img {
  width: 233.6px;
}
@media (min-width: 576px) {
  .connect-section .connect-content .title-img img {
    width: 262.8px;
  }
}
.connect-section .connect-content .connect-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  gap: 10px;
}
@media (min-width: 1200px) {
  .connect-section .connect-content .connect-btns {
    flex-direction: row;
    margin: 80px 0;
  }
}
.connect-section .connect-content .connect-btns .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: min(400px, 100%);
  font-size: 18px;
}
.connect-section .connect-content .connect-btns .link-btn img {
  width: 24px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .connect-section .connect-content .connect-btns .link-btn img {
    width: 40px;
  }
}
.connect-section p {
  font-size: 20px;
  letter-spacing: 4px;
  color: #000;
}

/* cases-section 分頁項目輪播 只在 index.html */
.cases-section .title-img {
  padding: 0 40px;
  margin-bottom: 20px;
}
.cases-section .title-img img {
  width: 140px;
}
@media (min-width: 576px) {
  .cases-section .title-img img {
    width: 157.5px;
  }
}

.cases-items {
  margin-top: 60px;
}
.cases-items .item .thumb {
  height: 320px;
}
.cases-items .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cases-items .item .info {
  margin-top: 20px;
}

/* case 相簿相關 */
.type-item {
  padding: 12px;
  margin-bottom: 40px;
}
.type-item:hover {
  color: #edc45e;
}
.type-item .img-box {
  height: 280px;
  width: 100%;
  margin-bottom: 20px;
}
.type-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.portfolio-area .pf-info hr {
  border-bottom: 2px solid #edc45e;
  width: 10%;
  margin: auto;
}
.portfolio-area .pf-info p {
  margin-top: 20px;
}
.portfolio-area .pf-item .effect-left-swipe {
  height: 320px;
}
.portfolio-area .pf-item .effect-left-swipe img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* contact.html */
.contact-items {
  padding: 120px 20px;
}
.contact-items ul {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .contact-items ul {
    padding: 0;
  }
}
.contact-items ul li {
  padding: 8px 0;
}

/* news.html */
.news-item {
  margin-bottom: 40px;
}
.news-item:hover {
  cursor: pointer;
}
.news-item .news-img-box {
  height: 300px;
}
.news-item .news-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-item .info {
  padding: 10px;
}
.news-item .info p {
  margin-bottom: 8px;
}/*# sourceMappingURL=custom.css.map */