@media (max-width: 991px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }
}
/*新增*/
.container-fluid .title_section{
  padding:100px 0px;
}
/*新增*/
.furstore-section-group-image-text .respone_image {
  position: relative;
}
.furstore-section-group-image-text .row {
  margin-left: 0;
  margin-right: 0;
}
.furstore-section-group-image-text .image-overlay {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
.furstore-section-group-image-text .respone_image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #f5f5f5;
  -o-object-fit: cover;
  object-fit: cover;
}
.furstore-section-group-image-text .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .furstore-section-group-image-text .btn {
    transition: none;
  }
}
.furstore-section-group-image-text .btn:focus,
.furstore-section-group-image-text .btn:hover {
  text-decoration: none;
}
.furstore-section-group-image-text .btn.focus,
.furstore-section-group-image-text .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.furstore-section-group-image-text .btn.disabled,
.furstore-section-group-image-text .btn:disabled {
  opacity: 0.65;
}
.furstore-section-group-image-text .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.furstore-section-group-image-text a.btn.disabled {
  border: none;
  padding: 0;
  margin: 0;
}
.furstore-section-group-image-text .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  border-radius: var(--button-radius);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.17s linear, background-color 0.17s linear,
    border-color 0.17s linear;
  width: initial;
  min-width: 45px;
  height: 45px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.furstore-section-group-image-text .btn:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2b2b2b;
}
.furstore-section-group-image-text .btn.btn-secondary {
  color: var(--color-primary);
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color-primary);
}
.furstore-section-group-image-text .btn.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
@media (min-width: 1200px) {
  .furstore-section-group-image-text .btn {
    font: 400 1.2rem var(--font-family);
  }
  .furstore-section-group-image-text .btn.btn-secondary {
    font: 400 1.6rem var(--font-family);
  }
  .furstore-section-group-image-text .btn.btn-medium {
    min-width: 160px;
    height: 50px;
  }
  .furstore-section-group-image-text .btn.btn-large {
    min-width: 200px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .furstore-section-group-image-text .btn {
    font: 600 1.2rem var(--font-family);
    min-width: 60px;
    height: 36px;
  }
  .furstore-section-group-image-text .btn.btn-secondary {
    font: 400 1rem var(--font-family);
  }
  .furstore-section-group-image-text .btn.btn-medium {
    min-width: 112px;
    height: 35px;
  }
  .furstore-section-group-image-text .btn.btn-large {
    min-width: 140px;
    height: 42px;
  }
}
.furstore-section-group-image-text .btn.disabled,
.furstore-section-group-image-text .btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.furstore-section-group-image-text .btn:focus {
  outline: 0;
  box-shadow: none;
}

.furstore-section-group-image-text .featured-text {
  top: 0;
  left: 48%;
}

@media (min-width: 768px) {
  .furstore-section-group-image-text .featured-text .item-desc {
    max-width: 305px;
  }
}

@media (max-width: 767px) {
  .furstore-section-group-image-text .btn {
    font-size: 14px;
  }
  .furstore-section-group-image-text .featured-text {
    position: static !important;
    transform: translateY(0);
    padding: 0 2.5rem;
  }
}

.furstore-section-group-image-text .item-text {
  padding: 0 1rem;
}

@media (max-width: 1199px) {
  .furstore-section-group-image-text .item-text {
    padding: 0 1rem;
  }
}

.furstore-section-group-image-text .item-heading {
  color: var(--title-text-color);
  font-size: 1rem;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.furstore-section-group-image-text .item-desc {
  color: var(--text-color);
  margin-bottom: 16px;
}
