h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
  font-family: "Noto Sans TC", sans-serif;
}
.top-bar {
  background-color: #5c4f47;
}
.navbar .nav-link:focus {
  color: #5c4f47;
}
.navbar .nav-item a:before,
.owl-prev i,
.owl-next i,
.section-heading h2:after {
  color: #e6b76a;
}
.back-to-top i,
.contact-icon .top-icon,
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #e6b76a;
}
.back-to-top i:hover {
  background-color: #f6cd8c;
}
.btn_primary {
  border-color: #e6b76a;
  background-color: #e6b76a;
}
.bg_primary {
  background-color: #e6b76a;
}
.section-heading {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* ===== carousel start ===== */
#header3 {
  padding: 350px 0;
  background-position: center center;
}
.navbar {
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  #header3 {
    padding: 80px 20px;
  }
}
.top-bar .contact-details li {
  padding-left: 0;
}
/* ===== carousel end ===== */

/* ===== about start ===== */
.nav-tabs {
  justify-content: center;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  background-color: initial;
  padding: 0;
  margin-right: 0;
}
.tab-content {
  min-height: 760px;
}
.serviceBox1 .service-content {
  padding: 0;
  overflow: hidden;
}
.serviceBox1 .title {
  color: #fff;
  margin: 0;
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 5px;
}
.about_img {
  height: 360px;
}
.about_img img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .serviceBox1 {
    padding-bottom: 10px;
    margin-top: 30px;
  }
  .serviceBox1 .title {
    position: relative;
  }
  .serviceBox1 .service-content {
    margin-top: -10px;
  }
  .service-content img {
    display: none;
  }
}
@media (max-width: 575px) {
  .tab-content {
    padding: 20px !important;
    min-height: 640px;
  }
}

/* ===== about end ===== */

/* ===== gallery start ===== */
#gallery-home {
  background-image: url(../img/gallery/gallerybg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-img {
  height: 420px;
}
.gallery-img a {
  height: 100%;
  display: block;
  padding: 4px;
  background: #fff;
  border-radius: 8px;
}
.gallery-img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mfp-bottom-bar {
  display: none;
}
@media (max-width: 1439px) {
  .gallery-img {
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .gallery-img {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .gallery-img {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .gallery-img {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .gallery-img {
    height: 360px;
  }
}
/* ===== gallery end ===== */

/* ===== header start ===== */
ul.social-list {
  height: 42px;
  display: flex;
  align-items: center;
}
ul.social-list li a {
  border-radius: 100px;
  border: 2px solid #fff;
  background-color: #fff;
}

ul.social-list li a img {
  display: block;
  width: 26px;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.list-inline-item {
  display: inline-flex;
  margin: 0 5px !important;
}
/* ===== header end ===== */

@media (max-width: 767px) {
  .res-margin {
    margin-top: 0;
  }
}
.footer_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_logo ul {
  margin: 0;
}
.footer_logo ul.social-list li a {
  border: 2px solid transparent;
  background-color: initial;
}
@media (max-width: 575px) {
  footer {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .pattern1 h5 {
    margin-bottom: 5px;
  }
  .pattern1 .list-unstyled {
    margin: 0;
  }
  .footer_list {
    margin-top: 20px;
  }
}
