:root {
    --color1: #a35139;
    --color2: #2c3b4d;
    --color3: #ffb162;
    --color4: #eee9df;
}
html {
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    /* 標準屬性 */
    -webkit-text-size-adjust: 100%;
    /* Safari/Chrome */
    -moz-text-size-adjust: 100%;
    /* Firefox Android */
    -ms-text-size-adjust: 100%;
    /* 舊 IE/Edge */
}
html,
body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    /* iOS、Android 禁止自動字體縮放 */
}
.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.title-text h6{
    font-size: 14px;
    color: #a35139;
    letter-spacing: 1.8px;
    margin-bottom: 6px;
}
.title-text h3 {
    margin-bottom: 30px;
    font-weight: normal;
    line-height: 1.3;
}
p{
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,p,div,li,a,span {
    font-family: Arial, Helvetica, sans-serif!important;
}
@media (min-width:992px) {
    .title-text h6 {
        margin-bottom: 14px;
    }
    .title-text h3{
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    p {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .text-size-18 {
        font-size: 16px;
        line-height: 1.5;
    }
    p {
        font-size: 16px;
    }
}
/* 懸浮按鈕 */
#button {
    animation: none;
    background-color: #ffb162;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 30px;
}
.scroll-icon {
    position: fixed;
    z-index: 10;
    bottom: 115px;
    right: 30px;
    display: flex;
    flex-direction: column;
}
.scroll-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #button {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 55px;
    }
    .scroll-icon {
        right: 20px;
        bottom: 95px;
    }
    .scroll-icon img {
        width: 40px;
        height: 40px;
    }
}
/* top-bar-con */
.top-bar-con {
    background-color: #2c3b4d;
}
.top-bar-con .top-bar-info p span {
    color: #ffb162;
}
.top-bar-con .top-bar-info p {
    font-size: 14px;
}
@media (min-width:768px) {
    .top-bar-con .top-bar-info p {
        font-size: 16px;
    }
}
/* 導覽列 */
.header .logo img {
    width: 160px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000!important;
}
.navbar-nav .nav-item a:hover , .navbar-nav .nav-item.current a{
    color: #a35139!important;
    font-weight: 500;
}
@media (min-width:992px) {
    .header .logo img {
        width: 200px;
    }
}
@media (min-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-nav li:last-child {
        margin: 0 20px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-nav .nav-item a:hover {
        background-color: #fff;
    }
    .navbar-nav .nav-item a {
        padding: 15px 20px !important;
    }
}
/* Banner */
.banner-con .container{
    padding: 0;
    width: 100%!important;
}
.banner-con .carousel-inner {
    padding: 0;
}
.banner-con .carousel-inner .row{
    padding: 40px 15px 60px;
}
.banner-con .banner_content h6::before {
    background-color: #a35139;
}
.banner-con .carousel-indicators .active {
    background-color: #ffb162;
    border: 1px solid #ffb162;
}
.banner-con .banner_content h6 {
    color: #2c3b4d;
}
.banner-con .banner_content h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    /* font-family: "Jost", serif; */
    margin-bottom: 22px;
    color: #2c3b4d;
}
.banner-con .banner_content p {
    color: #2c3b4d;
    line-height: 1.7;
}
.primary_btn {
    background: #a35139;
}
.primary_btn:hover {
    background: #2c3b4d;
}
.carousel-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.empty-box {
    height: 100px;
}
@media (min-width:992px) {
    .banner-con .carousel-inner .row{
        padding: 180px 15px;
        max-width: 930px;
        margin: 0 auto;
    }
    .banner-con .banner_content h6 {
        font-size: 18px;
    }
    .banner-con .banner_content h2 {
        margin-bottom: 30px;
    }
    .empty-box {
        width: 400px;
        height: 400px;
    }
}
@media (min-width:1200px) {
    .banner-con .carousel-inner .row {
        max-width: 1300px;
        padding: 200px 15px;
    }
    .banner-con .banner_content {
        width: 600px;
        padding: 0;
    }
}
@media (max-width:991px) {
    .banner-con .banner_content h2 {
        font-size: 22px;
        line-height: 1.3;
    }
    .banner-con .banner_content p {
        min-height: 96px;
    }
}
/* 服務項目 */
.discount-con .content1 span ,.discount-con .content2 span{
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}
.discount-con .content1 .percent {
    color: #ffb162;
}
.discount-con .content1 p ,.discount-con .content2 p {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: normal;
}
.discount-con .content1 .primary_btn:hover {
    color: #2c3b4d;
}
@media (min-width:350px) and (max-width:575px){
    .discount-con .discount_wrapper {
        width: 350px;
    }
}
@media (min-width:992px) {
    .discount-con .content2 {
        width: 40%;
    }
    .discount-con .content3 {
        width: 55%;
    }
}
@media (min-width:1200px) {
    .discount-con .content1 span ,.discount-con .content2 span{
        font-size: 28px;
    }
}
@media (max-width:991px) {
    .discount-con [class^="col"]{
        padding: 0 10px;
    }
}
@media (max-width:767px) {
    .discount-con .content1 span ,.discount-con .content2 span {
        font-size: 18px;
    }
    .discount-con .content2 .text {
        margin-bottom: 6px;
    }
    .discount-con .content1 p ,.discount-con .content2 p {
        font-size: 15px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 575px) {
    .discount-con .content2 {
        top: 15px;
    }
}
/* 為什麼很多客人會找鴻欣維修家具 */
.choose-con {
    background-color: #eee9df;
}
.choose-con .choose_content h3 span {
    color: #a35139;
}
.choose_content p{
    color: #808080;
}
.choose-con .choose_wrapper ul li .icon {
    border-radius: 0;
}
.choose-con .choose_wrapper ul li .icon .img-fluid {
    max-width: 40px;
}
.beneft-box h5 {
    font-weight: 500;
}
.beneft-box p {
    color: #808080;
}
@media (min-width:992px) {
    .choose-con .choose_wrapper ul li .icon {
        width: 130px;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .choose-con .choose_wrapper ul li .icon .img-fluid  {
        max-width: 60px;
    }
    .choose-con .choose_wrapper ul li h5 {
        font-size: 20px;
    }
    .choose_content p {
        padding-right: 20px;
    } 
}
/* 舊家具，一次重新開始的機會。 */
.feature_content {
    margin-bottom: 50px;
}
.feature_content h3 {
    color: #2c3b4d;
}
.feature-con .feature-box h4 {
    font-weight: normal;
    color: #2c3b4d;
}
.feature-con .feature-box:hover h4 {
    color: #a35139;
}
.lower_content p {
    color: #808080;
}
.feature-con .feature-box img {
    transition: all 0.8s ease-in-out;
}
.feature-con .feature-box:hover img {
    transform: translate(-50%,-50%) scale(1.1);
}
/* About Us */
.about-con {
    background-image: url(../img/about/about-bg.jpg);
}
.about-con .about_content .content h6 {
    color: #a35139;
}
.about-con .about_content .content h3 span {
    color: #ffb162;
}
.about-con .about_content .text {
    margin-bottom: 15px;
}
.about-con .about_content .text:last-of-type {
    margin-bottom: 40px;
}
.about-con .about_content .primary_btn:hover {
    color: #2c3b4d;
}
.about-con .about_wrapper .expression {
    color: #ffb162;
}
@media (min-width:992px) {
    .about-con .about_content .text {
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .about-con .about_wrapper ul li:last-child {
        padding-left: 10px;
    }
}
@media screen and (max-width: 575px) {
    .about-con .about_wrapper ,.about-con .about_content {
        width: 100%;
    }
    .about-con .about_wrapper .text {
        font-size: 14px;
        line-height: 14px;
    }
}
/* 這些狀況，鴻欣都有在處理 */
.categories_wrapper .row {
    row-gap: 15px;
}
.categories-con .categories_content h3 {
    margin-bottom: 52px;
}
.categories-con .categories_content h3 span {
    color: #a35139;
    font-weight: 500;
}
.categories-box h4 {
    font-weight: normal;
    color: #a35139;
}
.categories-box p {
    color: #808080;
}
.categories-con .categories-box:hover figure img {
    opacity: 100%;
    transform: translate(-50%,-50%) scale(1);
}
/* 你有沙發、家具  需要維修嗎? */
.offer-con::before {
    background-image: url(../img/contact-bg.jpg);
    opacity: 100%;
}
.offer-con .offer_content h3 {
    color: #fff;
}
.offer-con .offer_content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 0 15px;
}
.offer-con .offer_content p:nth-of-type(2) {
    margin-bottom: 25px;
}
@media (min-width:992px) {
    .offer-con {
        padding: 0;
    }
    .offer-con .offer_content {
        padding: 135px 0;
    }
    .offer-con .offer_content p {
        font-size: 18px;
        padding: 0;
    }
}
@media (min-width:1200px) {
    .offer-con {
        padding: 2% 0px;
    }
}
@media (max-width:991px) {
    .offer-con::before {
        background-image: url(../img/contact-bg-mb.jpg);
        background-position: bottom;
    }
    .offer-con .empty-box {
        height: 200px;
    }
}
@media screen and (max-width: 767px) {
    .primary_btn {
        font-size: 16px;
        line-height: 16px;
    }
}
/* 客戶評價 */
.testimonial_content h3 span {
    color: #a35139;
    font-weight: 500;
}
.testimonial-quoteimage img {
    max-width: 40px;
}
.testimonial-con .testimonial-box p {
    color: #000;
}
.testimonial-con .testimonial-box ul li i {
    color: #ffb162;
}
.testimonial-con .review-content .testimonial-personimage {
    width: 54px;
}
.testimonial-con .owl-carousel .owl-item .testimonial-personimage img {
    max-width: 54px;
    height: auto;
}
.testimonial-con .review-content .review {
    color: #666;
    font-size: 14px;
}
.testimonial-con .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ffb162;
}
.testimonial-con .owl-item:hover {
    border-color: #ffb162;
}
.testimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #ffb162;
}
@media (min-width:768px) {
    .testimonial-con .review-content .review {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px)  {
    .testimonial-con .testimonial-box p {
        font-size: 16px;
    }
}
/* BLOG */
.article-con {
    background-color: #eee9df;
}
.box-content h4 {
    font-weight: normal;
}
.article-con .article-box .article-image {
    background-color: transparent;
}
.article-con .article-box:hover .article-image img {
    transform: translate(-50%,-50%) scale(1.1);
    opacity: 0.7;
}
.article-con .article-box .date {
    color: #000;
    font-size: 14px;
    padding: 12px;
}
.box-content h4 {
    color: #2c3b4d;
    transition: all 0.5s ease-in-out;
}
.article-con .article-box:hover h4 {
    color: #a35139;
}
.box-content p {
    color: #000;
    line-height: 1.5;
}
@media screen and (min-width: 768px)  {
    .article-con .article-box .date {
        font-size: 16px;
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .box-content p {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .article-con .row:nth-of-type(2) {
        justify-content: center;
    }
    .article-con .article-box {
        width: auto;
        margin: 0 auto 15px;
    }
}
/* footer */
.footer-con {
    background: #1b2632;
}
.footer-logo img {
    max-width: 200px;
}
.footer-con .middle_portion p {
    margin-bottom: 5px;
    color: #fff;
}
.footer-con .middle_portion h3 {
    font-weight: 500;
}
.use-link img {
    max-width: 15px;
}
.footer-con .middle_portion .links li i,.footer-con .middle_portion .icon li i {
    color: #f2c549;
    font-size: 14px;
    top: 0;
}
.footer-con .middle_portion .links li:nth-of-type(3) i {
    left: 1px;
}
.footer-con .middle_portion .icon li i {
    top: 3px;
}
.footer-con .middle_portion .icon li:nth-of-type(1) i  {
    left: 1px;
}
.footer-con .middle_portion li a {
    color: #fff;
    font-size: 16px;
}
.footer-con .middle_portion li a:hover {
    color: #f2c549;
}
.footer-con .middle_portion .icon .text {
    display: block;
    margin-bottom: 6px;
}
.footer-con .copyright {
    border-top-color: #fff;
}
.footer-con .copyright p {
    color: #fff;
    font-size: 14px;
}
@media (min-width:768px) {
    .footer-logo img {
        max-width: 270px;
    }
    .footer-con .middle_portion p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-con .middle_portion li a {
        font-size: 18px;
    }
    .footer-con .middle_portion li ,.footer-con .middle_portion .icon .text {
        margin-bottom: 10px;
    }
    .footer-con .middle_portion .links li i,.footer-con .middle_portion .icon li i  {
        font-size: 16px;
    }
    .use-link img {
        max-width: 17px;
    }
    .footer-con .copyright p {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .footer-con .middle_portion {
        width: auto;
    }
}
/* breadcrumb */
.sub_banner .sub_banner_con {
    background-image: url(../img/about/about-bg.jpg);
}
.sub_banner .sub_banner_con h2 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
}
.sub_banner .sub_banner_con .box a span {
    color: #000;
    transition: 0.5s ease-in-out
}
.sub_banner .sub_banner_con .box a span:hover {
    color: #a35139;
    font-weight: 500;
}
@media (min-width:768px) {
    .sub_banner .sub_banner_con h2 {
        font-size: 30px;
    }
    .sub_banner .sub_banner_con {
        padding: 60px 0px;
    }
}
@media screen and (max-width: 767px) {
    .sub_banner .sub_banner_con .box span {
        font-size: 14px;
        line-height: 1.5;
    }
}
/* 常見Q&A */
.accordian-inner .row{
    justify-content: center;
}
.faq-con .accordion-card .btn-link:not(.collapsed) h4 ,.faq-con .accordion-card .btn-link:not(.collapsed):before{
    color: #a35139;
}
.faq-con .accordion-card:has(.btn-link:not(.collapsed)) {
    border-color: #a35139;
}
.card-body p {
    color: #666;
}
@media (min-width:1200px)  {
    .faq-con .accordion-card .btn-link h4 {
        font-size: 20px;
    }
    .card-body p {
        font-size: 18px;
    }
}
/* 文章設定 */
.article_content img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
.article_content iframe {
    width: 100% !important;
    height: 100% !important;
}
@media (min-width: 992px){
    .article_content img {
        max-width: 900px !important;
        max-height: 100% !important;
    }
    .article_content iframe {
        width: 100% !important;
        height: 100% !important;
    }
}
/* 服務項目/沙發翻新 */
.singleblog-section .main-box .content1 h4 {
    margin-bottom: 25px;
    font-weight: 500;
}
.singleblog-section .main-box .content1 p {
    color: #666;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 16px;
}
.singleblog-section .box1 h4 ,.singleblog-section .box2 ul li a {
    font-weight: normal;
}
.singleblog-section .box2 ul li.active a,.singleblog-section .box2 ul li a:hover {
    color: #a35139;
    font-weight: 500;
}
@media (min-width: 992px) {
    .singleblog-section .main-box .content1 p{
        font-size: 16px;
    }
    .singleblog-section .box2 ul li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {

}
/* 維修流程 */
.choose3-con {
    background-color: transparent;
}
.choose3-con .choose_content_wrapper {
    display: block;
}
.choose3-con .choose_content_wrapper .icon i{
    font-size: 33px;
    color: #a35139;
}
.choose3-con .choose_content_wrapper h5 {
    font-weight: normal;
    margin-bottom: 8px;
}
.choose3-con .row {
    margin-bottom: 50px;
}
@media (max-width: 575px) {
    .choose-box div {
        padding: 0 5%;
    }
}
/* 維修案例 */
.shop-con .container > .row {
    justify-content: center;
}
/* Pagination */
ul.pagination li.page-item a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    height: 45px;
    width: 45px;
    border-radius: 0;
    background-color: transparent;
    color: var(--e-global-color-text);
    border: 1px solid #e3e4e5;
    box-shadow: none;
}
ul.pagination {
    text-align: center;
    margin: 14px auto 0;
    display: flex;
    justify-content: center;
}
ul.pagination li.page-item {
    margin: 0 8px;
    cursor: pointer;
}
ul.pagination li.page-item.disabled a,
ul.pagination li.page-item.next a {
    font-size: 16px;
    box-shadow: none;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
ul.pagination li.page-item a:hover,
.pagination .page-item:not(.disabled)>.page-link:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
ul.pagination li.page-item.disabled a, ul.pagination li.page-item.next a {
    background-color: transparent;
    color: #666;
    border-color: #e3e4e5;
}
ul.pagination li.page-item a:hover, .pagination .page-item:not(.disabled)>.page-link:hover {
    color: var(--e-global-color-white);
    background-color: #2c3b4d;
    border: 1px solid #2c3b4d;
}
/* 相關知識 */
.article-con.blogPage {
    background-color: #fff;
}
.article-con.blogPage .row:nth-of-type(2) {
    margin-bottom: 50px;
    row-gap: 30px;
}
/* 相關知識/沙發換皮還是買新的？ */
.blogPage-detail .row {
    justify-content: center;
}
/* 聯絡我們 */
.map-con iframe {
    filter: none;
}
.contactinfo-con .contact-box:hover .icon {
    transform: none;
}
.contactinfo-con .contact-box a {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
}
.contactinfo-con .contact-box a:hover {
    color: #a35139;
    font-weight: 500;
}
.contactinfo-con .contact-box p {
    color: #333;
    line-height: 1.5;
}
@media (min-width: 992px) {
    .contactinfo-con .contact-box a {
        font-size: 19px;
    }
}
/* 關於鴻欣 */
.aboutpage-con .about_content .content h3 span {
    color: #a35139;
}
.aboutpage-con .about_content .content p {
    color: #000;
}
.about2-con {
    background-color: #2c3b4d;
}
.about2-con::before {
    background-image: url(../img/about/aboutPage-bg.jpg);
}
.about2-con::after {
    background-image: url(../img/about/aboutPage-pic5.jpg);
}
.about2-con .content::before {
    background-color: #f2c549;
}
.space-con:before {
    background-image: url(../img/about/aboutPage-bg1.jpg);
    opacity: 0.4;
}
.space_content p {
    color: #fff;
}
@media (min-width: 1440px) {
    .space-con {
        padding: 9% 0;
    }
}