@media (max-width: 767px) {
  .detail-content {
    max-width: 100%;
    padding: 0;
  }
}
.detail-content .breadcrumb a {
  color: #6c757d;
}
.detail-content h5 {
  color: #34404b;
  font-size: 1.5rem;
  font-weight: 500;
}
.detail-content .intro-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  color: #727679;
}
@media (max-width: 767px) {
  .detail-content .intro-section {
    height: auto;
  }
}
.detail-content .intro-section h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #34404b;
}
.detail-content .intro-section a {
  color: #727679;
  text-decoration: underline;
}
.detail-content .intro-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-content .intro-section .designer-info {
  height: 100%;
  padding-bottom: 20px;
  margin-bottom: auto;
  border-bottom: 1px solid #ccc;
}
.detail-content .intro-section .designer-info a {
  text-decoration: none;
}
.detail-content .intro-section .contact-wrapper p {
  color: #727679;
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: bold;
}
.detail-content .intro-section .contact-wrapper a {
  color: #ee751b;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}
.detail-content .intro-section .mark-item {
  display: inline-block;
  margin: -0.5rem 0.5rem 0 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff0000;
}
.detail-content .intro-section ul li {
  line-height: 1.6;
}
.detail-content .intro-section ul li:last-child {
  margin-bottom: 0;
}
.detail-content .intro-above {
  margin-top: 1.5rem;
}
.detail-content .intro-above a {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #ee751b;
  border-radius: 0.25rem;
  background: #ee7518;
  color: #fff;
  line-height: 1.2;
  transition: all 0.3s;
}
.detail-content .intro-above a:hover {
  opacity: 0.7;
}
.detail-content .intro-above a p {
  font-size: 1.75rem;
  font-weight: bold;
}
.detail-content .intro-above a p small {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.detail-content .article-content {
  height: 85px;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #727679;
  transition: all 0.3s;
  white-space: pre-wrap;
}
.detail-content .article-read-more {
  display: flex;
  justify-content: center;
  color: #ffac73;
  transform: translateY(-20px);
  transition: all 0.3s;
  cursor: pointer;
}
.detail-content .article-read-more:hover {
  color: #ee751b;
}
.detail-content .article-read-more span {
  display: inline-block;
  margin: -1px 5px 0 7px;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.detail-content .article-read-more::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, #fcfcfc 0%, rgba(255, 255, 255, 0.454219) 100%);
  width: 100%;
  height: 25px;
  transition: all 300ms ease-in-out;
}
.detail-content .radar-item {
  max-height: 200px;
  display: flex;
  align-items: center;
}
.detail-content .slider-list .slick-next,
.detail-content .slider-list .slick-prev {
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
}
.detail-content .slider-list .slick-next {
  right: 0;
}
.detail-content .slider-list .slick-prev {
  left: 0;
}
.detail-content .swiper {
  width: 100%;
}
.detail-content .swiper .swiper-button-prev::after,
.detail-content .swiper .swiper-button-next::after {
  content: "";
  width: 25px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.detail-content .swiper .swiper-button-next::after {
  background-image: url("https://hhh.com.tw/assets/images/rv_web/arrow-right.png");
}
.detail-content .swiper .swiper-button-prev:after {
  background-image: url("https://hhh.com.tw/assets/images/rv_web/arrow-left.png");
}
.detail-content #case_video .cover-img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-content #case_video .play-img {
  width: 55px;
  height: 55px;
  padding: 0;
}
.detail-content .media-list {
  margin: auto;
  padding: 1rem 3rem;
  max-width: 450px;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  box-shadow: 0 1px 10px #cecece;
  border-radius: 45px;
}
@media (max-width: 575px) {
  .detail-content .media-list {
    padding: 1rem 0.5rem;
  }
}
.detail-content .media-list a,
.detail-content .media-list span {
  display: inline-block;
  margin: 0 0.3rem;
  transition: all 0.3s;
}
.detail-content .media-list a:hover,
.detail-content .media-list span:hover {
  opacity: 0.7;
}
.detail-content .media-list span {
  cursor: pointer;
}
.detail-content .tag-list a {
  display: inline-block;
  margin: 0.45rem 0.3rem;
  padding: 0.5rem 0.8rem;
  color: #212529;
  border: 1px solid #212529;
  transition: all 0.3s;
}
.detail-content .tag-list a:hover {
  color: #ee751b;
  border: 1px solid #ee751b;
}
.detail-content .other-list h5 {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #727679;
  letter-spacing: 1px;
}
.detail-content .other-list .other-btn {
  margin: 3rem auto 0;
  width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .detail-content .other-list .other-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .detail-content .other-list .other-btn {
    flex-direction: column;
    margin: 1rem auto 0;
    padding-bottom: 1rem;
  }
}
.detail-content .other-list .other-btn a {
  display: block;
  padding: 1.2rem 0.75rem;
  width: 100%;
  color: #fff;
  background-color: #EE7800;
  font-weight: bold;
  text-align: center;
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .detail-content .other-list .other-btn a {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .detail-content .other-list .other-btn a {
    width: 100%;
  }
}
.detail-content #columns_data h4 {
  font-size: 1.125rem;
}
.detail-content .main-info {
  letter-spacing: 1px;
}
.detail-content .main-info h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #34404b;
  line-height: 1.5;
}
.detail-content .main-info p,
.detail-content .main-info span {
  padding: 0.5rem 0;
  font-size: 0.85rem;
  color: #727679;
}
.detail-content .data-info .item {
  padding: 0;
}
.detail-content .data-info .item:last-child span {
  border-right: none;
}
@media (max-width: 767px) {
  .detail-content .data-info .item:nth-child(2) span {
    border-right: none;
  }
  .detail-content .data-info .item:nth-child(3) span, .detail-content .data-info .item:nth-child(4) span {
    border-top: 1px solid #dee2e6;
  }
}
.detail-content .data-info .item span {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #dee2e6;
}
@media (max-width: 767px) {
  .detail-content .data-info .item span {
    padding: 15px 0;
  }
}
.detail-content .data-info .item span p {
  color: #727679;
}
.detail-content .data-info .item span strong {
  margin: 10px;
  color: #34404b;
  font-size: 1.25rem;
  font-weight: bold;
}
.detail-content .data-info .item [data-field=layout] {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.play-img {
  width: 50px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumb-item {
  line-height: 1.5;
}
.breadcrumb-item.active span {
  opacity: 0.7;
}

#mailModal #email_error {
  display: none;
}
#mailModal #email_error small {
  font-size: 14px;
}
#mailModal #form_email.error,
#mailModal .btn-outline-light.error {
  border-color: #ff0000;
}
#mailModal .modal-title {
  margin: auto;
  color: #ee7800;
  font-size: 1.25rem;
  font-weight: bold;
}
#mailModal .modal-header {
  margin-top: 1rem;
  border-bottom: none;
}
#mailModal .modal-content {
  border: none;
  background-color: transparent;
}
#mailModal .modal-footer {
  border-top: none;
}
#mailModal .btn {
  width: 30%;
  padding: 0.7rem 1rem;
}
#mailModal .btn-primary {
  border-color: #ee7800;
  background-color: #ee7800;
}
#mailModal .form-control {
  padding: 0.75rem;
}
#mailModal .fm-email-btn {
  display: inline-block;
  margin-right: 2px;
  padding: 4px 12px;
  border: 1px solid #ee7800;
  border-radius: 30px;
  font-size: 14px;
  color: #ee7800;
  letter-spacing: 1px;
}
#mailModal .fm-email-btn button {
  border: none;
  background-color: transparent;
}
#mailModal .fm-email-btn button i {
  color: #ee7800;
}

.swal2-title {
  color: #ee7800 !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
}

#caseOtherList .card {
  border: none;
}
#caseOtherList .card .card-img-top {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
@media (max-width: 1400px) {
  #caseOtherList .card .card-img-top {
    height: 230px;
  }
}
@media (max-width: 1200px) {
  #caseOtherList .card .card-img-top {
    height: 190px;
  }
}
@media (max-width: 991px) {
  #caseOtherList .card .card-img-top {
    height: 140px;
  }
}
@media (max-width: 575px) {
  #caseOtherList .card .card-img-top {
    height: 30vw;
  }
}
#caseOtherList .card .card-img-top:hover {
  opacity: 0.9;
}
#caseOtherList .card-body {
  padding: 0.5rem 0;
}
#caseOtherList .card-body a {
  display: inline-block;
  margin-bottom: 0.1rem;
  margin-right: 0.2rem;
  font-size: 12px;
  color: #727679;
  transition: all 0.2s;
}
#caseOtherList .card-body a:hover {
  color: #ffac73;
}
#caseOtherList .card-body a.main {
  color: #ee751b;
}

.photo-tip {
  position: absolute;
  right: 45px;
  bottom: 45px;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
@media (max-width: 575px) {
  .photo-tip {
    right: 15px;
    bottom: 15px;
  }
}

.promo-content {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .promo-content {
    display: none;
  }
}
.promo-content.show {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .promo-content.show {
    opacity: 0;
  }
}
.promo-content .list {
  padding: 15px 5px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.7);
}
.promo-content img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 10px;
}

#builder .builder-name {
  color: #34404b;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}
#builder .slider-list img {
  width: 100%;
  height: 650px;
  padding: 0 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #builder .slider-list img {
    height: 38vw;
    padding: 0;
  }
}
@media (max-width: 575px) {
  #builder .slider-list img {
    height: 220px;
  }
}
#builder .slider-list .video-item {
  width: 100%;
  position: relative;
  border: none;
  background: transparent;
}
#builder .slider-list .video-item .play-img {
  width: 110px;
  height: 110px;
  padding: 0;
}
@media (max-width: 575px) {
  #builder .contact-wrapper p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  #builder .contact-wrapper a {
    display: block;
    margin-top: 0.8rem;
    padding: 0.8rem;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ee751b;
  }
}

#cases .intro-section [data-field=designer_data_img] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cases .intro-section [data-field=designer_data_img].logo {
  background-color: #ee7800;
}
@media (max-width: 575px) {
  #cases .intro-section [data-field=designer_data_img].logo {
    height: 190px;
  }
}
#cases .intro-section img {
  -o-object-fit: contain;
     object-fit: contain;
}

.swal-designer-list p {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ee7800;
}
.swal-designer-list .custom-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ee7800;
}/*# sourceMappingURL=detail.css.map */