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 禁止自動字體縮放 */
}
/* 導覽列 */
.header-top{
    background-color: #bb1622;
}
.header-top ul li,.header-top ul.right-info li i{
    color: #fff!important;
}
.right-info li a {
  color: #fff!important;
  text-decoration: none;
}
.header-top ul li img{
    width: 18px;
    height: auto;
    margin-right: 10px;
}
.header-top ul.right-info li:nth-of-type(2) img{
    width: 16px;
}
.main-header.style-one,.fixed-header .sticky-header{
    background-color: #fff;
}
.main-menu .navigation > li > a {
    color: #000;
}
.main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover,.main-menu .navigation > li:hover > a ,.main-menu .navigation > li.active > a,.mobile-menu .navigation li.active > a{
    color: #bb1622;
}
.menu-area .mobile-nav-toggler .icon-bar{
    background-color: #000;
}
.mobile-menu .menu-box{
    background-color: #fff;
}
.mobile-menu .nav-logo{
    padding-bottom: 40px;
}
.mobile-menu .nav-logo img{
    max-width: 150px;
}
.mobile-menu .navigation li > a{
    color: #000;
}
.mobile-menu .navigation li.active > a:before{
    border-color: #bb1622;
}
.mobile-menu .navigation li > a:before {
    height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
    background: rgba(0, 0, 0, 0.10);
}
.mobile-menu .navigation li.dropdown .dropdown-btn span{
    color: #000;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
    background: #bb1622;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open span{
    color: #fff;
}
.mobile-menu .close-btn{
    color: #000;
}
@media only screen and (max-width: 1200px) {
    .main-header .outer-box .btn-box {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .header-top{
        padding: 12px 30px;
        display: none;
    }
    .header-top ul.left-info{
        display: none;
    }
    .main-header .outer-box .logo-box img{
        max-width: 140px;
    }
}
/* 輪播大圖 */
.banner-carousel .slide-item .image-layer{
    background-position: bottom;
}
.banner-carousel .content-box h5{
    color: #ff0000;
    margin-bottom: 35px;
}
.banner-carousel .content-box h5:before, .banner-carousel .content-box h5:after{
    background: #ff0000;
}
.banner-carousel .content-box h3 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}
.banner-carousel .content-box p{
    color: #fff;
    opacity: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.banner-carousel .active .content-box p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}
.banner-carousel .image-box .image .boximg1x1 img{
    position: absolute;
}
.banner-carousel .slide-item:before{
    background: none;
}
.theme-btn:before,.banner-section .owl-theme .owl-dots .owl-dot.active span:before, .banner-section .owl-theme .owl-dots .owl-dot span:hover:before{
    background-color: #bb1622;
}
@media only screen and (max-width: 991px) {
    .banner-carousel .content-box {
        margin: 0px 0px 100px 0px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-carousel .content-box{
        min-height: 470px;
    }
    .banner-carousel .content-box h3 {
        font-size: 24px;
    }
    .banner-carousel .content-box p{
        font-size: 20px;
        line-height: 2;
        padding: 15px 0 30px;
    }
}
/* 專業‧服務‧品質 */
.feature-section.bg-color-1 {
    background-color: #efefef;
}
.feature-section .inner-box .single-item .icon-box img{
    max-width: 150px;
    max-height: 85px;
}
.feature-section .inner-box .single-item h3{
    margin: 15px 0 10px;
    font-weight: normal;
    font-size: 20px;
}
.feature-section .inner-box .single-item p{
    color: #808080;
    line-height: 1.5;
    font-size: 16px;
}
.feature-section .inner-box .single-item:hover {
    background: #bb1622;
}
.feature-section .inner-box .single-item:hover p{
    color: #fff;
}
.feature-section .inner-box .single-item1:hover .icon-box img{
    content: url(../img/about-icon1-w.png);
}
.feature-section .inner-box .single-item2:hover .icon-box img{
    content: url(../img/about-icon2-w.png);
}
.feature-section .inner-box .single-item3:hover .icon-box img{
    content: url(../img/about-icon3-w.png);
}
.feature-section .inner-box .single-item4:hover .icon-box img{
    content: url(../img/about-icon4-w.png);
}
@media only screen and (max-width: 767px) {
    .feature-section .inner-box .single-item h3{
        font-size: 18px;
    }
    .feature-section .inner-box .single-item p{
        font-size: 16px;
    }
    .feature-section .inner-box .single-item p br{
        display: none;
    }
}
.sec-title span.top-text{
    font-weight: 500;
    line-height: 2.5;
    color: #bb1622;
    font-size: 16px;
}
.sec-title span.top-text:before{
    background: url(../img/about-icon5.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 38px;
}
.sec-title h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0px;
}
.feature-section .content_block_1 .content-box .text .icon-box{
    top: 0;
    transform: none;
}
.feature-section .content_block_1 .content-box .text p{
    color: #666;
    line-height: 1.5;
    margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
    .sec-title h4 {
        font-size: 20px;
    }
    .feature-section .content_block_1 .content-box .text{
        padding-right: 25px;
    }
}
/* ABOUT SIANG-JHAN */
.about-section .sec-title h4{
    margin-bottom: 20px;
}
.sec-title p{
    line-height: 1.5;
    font-size: 16px;
    margin: 10px 0;
    color: #666;
}
.image_block_1 .image-box:before{
    background: #bb1622;
}
@media only screen and (max-width: 767px) {
    .content_block_2 .content-box .text h4{
        font-size: 18px;
    }
    .about-section .sec-title p{
        padding-right: 20px;
    }
    .content_block_2 .content-box .text p{
        padding-right: 20px;
    }
}
/* SERVICES */
.service-section {
    padding-bottom: 10%;
    background-image: url(../img/service-bg.jpg);
    background-position: center bottom;
    background-size: cover contain;
    background-repeat: no-repeat;
}
.service-section .inner-content{
    margin-bottom: 0;
}
.sec-title.centred span.top-text:after{
    background: none;
}
.service-block-one .inner-box .image-box{
    background: #181526;
}
.service-block-one .inner-box:hover .lower-content .inner::before{
    background: #bb1622;
}
.service-block-one .inner-box:hover .image-box img{
    transform:  translate(-50%, -50%) scale(1.05);
}
.service-block-one .inner-box .lower-content .inner .icon-box{
    min-height: 100px;
}
.service-block-one .inner-box .lower-content .inner .icon-box img{
    max-width: 100px;
}
.service-block-one .inner-box1:hover .lower-content .inner .icon-box img{
    content: url(../img/service-icon1-w.png);
}
.service-block-one .inner-box2:hover .lower-content .inner .icon-box img{
    content: url(../img/service-icon2-w.png);
}
.service-block-one .inner-box3:hover .lower-content .inner .icon-box img{
    content: url(../img/service-icon3-w.png);
}
.service-block-one .inner-box .lower-content .inner h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.service-block-one .inner-box:hover .lower-content .inner h4{
    color: #fff;
}
.service-block-one .inner-box .lower-content .inner .text p {
    padding: 0 15px;
}
@media only screen and (max-width: 767px) {
    .service-section {
        padding-bottom: 30%;
    }
    .service-section .sec-title p{
        padding: 0 20px;
    }
    .service-section .sec-title p br{
        display: none;
    }
    .service-block-one .inner-box .lower-content .inner h4{
        font-size: 20px;
    }
}
/* CASE */
.project-block-one .inner-box .image-box {
    background: #181526;
}
.project-block-one .inner-box:hover .image-box img {
    transform: translate(-50%, -50%) scale(1.05);
}

@media only screen and (max-width: 767px){
    .gallery-section .sec-title p br{
        display: none;
    }
}
/* 客戶真實回饋 */
.sec-title h4 span{
    color: #bb1622;
}
.content_block_4 .sec-title h6{
    font-size: 22px;
    margin-top: 10px;
}
.content_block_4 .content-box .testimonial-content{
    padding-left: 120px;
}
.content_block_4 .content-box .testimonial-content .icon-box{
    text-align: center;
}
.content_block_4 .content-box .testimonial-content .icon-box img{
    max-width: 60px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.content_block_4 .content-box .testimonial-content .author-box{
    padding-left: 60px;
}
.content_block_4 .content-box .testimonial-content .text h5{
    margin-bottom: 60px;
    font-weight: normal;
}
.content_block_4 .content-box .testimonial-content .author-box h4{
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
}
.content_block_4 .content-box .testimonial-content .author-box .designation{
    font-size: 16px;
    color: #bb1622;
}
.content_block_4 .content-box .testimonial-content .icon-box:before{
    background: #bb1622;
}
@media only screen and (max-width: 767px){
    .content_block_4 .sec-title h6{
        font-size: 18px;
    }
    .content_block_4 .content-box .testimonial-content .text h5{
        font-size: 16px;
    }
    .content_block_4 .content-box .testimonial-content .author-box h4{
        font-size: 16px;
    }
}
@media only screen and (max-width: 399px){
    .content_block_4 .content-box .testimonial-content{
        padding-left: 0;
    }
}
/* 在忍受車內悶熱、室內西曬嗎？ */
.cta-section .inner-container{
    padding-top: 70px;
}
.cta-section .inner-container:before{
    content: url(../img/contact-right-pic.jpg);
    width: 70%;
    object-fit: cover;
    object-position: center;
}
.cta-section .text h4{
    color: #fff;
    line-height: 2;
}
.cta-section .text h4 span{
    color: #ff0000;
}
.cta-section .inner-container .btn-box .theme-btn{
    color: #fff;
}
.cta-section .inner-container .btn-box .theme-btn:before{
    background-color: #bb1622;
}
@media only screen and (max-width: 767px){
    .cta-section .inner-container:before{
        width: 50%;
    }
    .cta-section .text h4{
        font-size: 18px;
    }
}
/* NEWS */
.new-section:before{
    background: #efefef;
}
.news-block-one .inner-box{
    margin-bottom: 30px;
}
.news-block-one .inner-box .lower-content h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    border-bottom: none;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.news-block-one .inner-box .lower-content p{
    color: #4d4d4d;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    min-height: 7em;
    border-top: 1px solid #e2e2e2;
    padding-top: 27px;
}
.news-block-one .inner-box:hover .image-box img {
    transform: translate(-50%, -50%) scale(1.04);
}
.news-block-one .inner-box .image-box{
    background: #bb1622;
}
.news-block-one .inner-box .lower-content .category, .news-block-one .inner-box:hover .lower-content h5{
    color: #bb1622;
}
@media only screen and (max-width: 767px){
    .news-block-one .inner-box .lower-content h5{
        font-size: 18px;
    }
}
/* main-footer */
.footer-top:before{
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.main-footer .footer-logo img{
    max-width: 150px;
}
.footer-top .top-info{
    margin-top: 10px;
}
.footer-top .top-info li{
    margin-right: 80px;
}
.footer-top .top-info li img {
    position: absolute;
    left: 0px;
    top: -8px;
    width: 35px;
    height: auto;
    border-radius: 50%;
}
.footer-top .top-info li a{
    color: #000;
    display: block;
    font-size: 22px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.footer-top .top-info li a:hover{
    color: #bb1622;
}
.main-footer{
    background: #bb1622;
}
.main-footer .widget-section{
    border-color: #fff;
}
.main-footer .widget-section .widget-title h3{
    font-size: 24px;
    font-weight: normal;
}
.main-footer .widget-section p, .main-footer .widget-section a{
    color: #fff;
}
.main-footer .widget-section p{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.footer-bottom .copyright p{
    color: #fff;
}
.main-footer .links-widget .links-list li a:hover{
    color: #000;
}
@media only screen and (max-width: 767px){
    .footer-top .top-info li {
        margin: 35px 15px!important;
    }
    .footer-top .top-info li a{
        font-size: 20px;
    }
}
/* 懸浮按鈕 */
.scroll-top{
    background-color: transparent;
}
.scroll-icon {
    width: 55px;
    height: 55px;
    line-height: 64px;
    position: fixed;
    bottom: 240px;
    right: 30px;
    font-size: 40px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    transition: 1s;
}
@media only screen and (max-width: 767px){
    .scroll-top ,.scroll-icon {
        right: 8px;
    }
    .scroll-icon{
        bottom: 200px;
    }
    .scroll-top img,.scroll-icon img{
        width: 40px;
        height: 40px;
        /* transform: scale(0.8); */
    }
    .scroll-icon a{
        display: block;
        height: 50px;
    }
}
/* Page Title */
.page-title .title h3 {
    font-size: 34px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 700;
}
.page-title .bread-crumb li ,.page-title .bread-crumb li a{
    font-size: 16px;
    letter-spacing: 3px;
}
.page-title .bread-crumb li a:hover {
    color: #bb1622;
}
@media only screen and (max-width: 767px) {
    .page-title .title h3 {
        font-size: 25px;
    }
    .page-title .bread-crumb li ,.page-title .bread-crumb li a{
        font-size: 14px;
    }
}
/* 合作品牌 */
.gallery-page-section{
    margin-bottom: 50px;
}
.gallery-page-section .sec-title{
    text-align: center;
}
/* pagination-wrapper */
.pagination-wrapper {
    margin: 80px 0 20px;
}
.pagination li a:hover, .pagination li a.current{
    background: #bb1622;
}
/* 最新消息/夏季升溫有感｜汽車隔熱施工預約中 */
.sidebar-page-container.newdetail .row{
    justify-content: center;
}
.news-block-three .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 17px;
}
.lower-content .text p{
    color: #000;
    font-size: 15px;
}
.lower-content .text img{
    width: 100% !important;
    height: auto !important;
    display: block;
}
.lower-content .text iframe {
    width: 100% !important;
    height: 100% !important;
}
.news-block-three .inner-box .lower-content .post-info li i{
    color: #bb1622;
}
@media(min-width:768px){
    .lower-content .text p{
        font-size: 18px;
    }
}
@media(min-width:992px){
    .lower-content .text img{
        max-width: 1000px !important;
        max-height: 100% !important;
    }
    .lower-content .text iframe {
        width: 100% !important;
        height: 100% !important;
    }
}
/* 相關知識/報導專區 */
.blog-sidebar .category-widget .category-list li a{
    color: #666;
}
.blog-sidebar .category-widget .category-list li.active a{
    color: #bb1622;
}
/* 相關知識/常見問題 */
.faq-section .accordion-box .block:before{
    background: #181526;
}
.accordion-box .block .acc-btn .icon-outer{
    background: #bb1622;
}
/* 聯絡我們 */
.contact-info-section .inner-box .single-item {
    min-height: 310px;
}
.contact-info-section .inner-box .single-item .icon-box{
    line-height: 2.5;
    background: #bb1622;
}
.contact-info-section .inner-box .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 9px;
}
.contact-info-section .inner-box .single-item a,.contact-info-section .inner-box .single-item p{
    color: #666;
    font-size: 16px;
}
.contact-info-section .inner-box .single-item a:hover{
    color: #bb1622;
}
.contact-info-section .content-box .text p{
    font-size: 16px;
    color: #666;
}
.contact-style-two .title-box h5 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
}
.contact-style-two .default-form .form-group input:focus, .contact-style-two .default-form .form-group textarea:focus {
    border-color: #bb1622 !important;
}
.captcha-box {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.captcha-box .captcha-container {
  flex-shrink: 0;
  /* 防止圖片被壓縮 */
}
.captcha-box .captcha-container .captcha-img {
  height: 40px;
}
@media only screen and (max-width: 767px) {
    .contact-style-two .title-box h5 {
        font-size: 22px;
    }
}
/* 關於翔展 */
.image_block_2 .image-box:before{
    background: #bb1622;
}
.about-style-two .sec-title h4{
    margin-bottom: 30px;
}
.about-style-two .sec-title p {
    line-height: 1.6;
}
.about-style-two .sec-title p.mb{
    margin-bottom: 50px;
}
.feature-style-two{
    background-color: #efefef;
}
.feature-block-one .inner-box .icon-box{
    min-height: 90px;
}
.feature-block-one .inner-box .icon-box img{
    max-width: 150px;
    max-height: 85px;
}
.feature-block-one .inner-box h3 {
    margin: 15px 0 10px;
    font-weight: normal;
    font-size: 20px;
}
.feature-block-one  .inner-box p {
    color: #808080;
    line-height: 1.5;
    font-size: 16px;
}
.feature-block-one  .inner-box:hover p{
    color: #fff;
}
.feature-block-one .inner-box:hover .icon-box1 img{
    content: url(../img/about-icon1-w.png)
}
.feature-block-one .inner-box:hover .icon-box2 img{
    content: url(../img/about-icon3-w.png)
}
.feature-block-one .inner-box:hover .icon-box3 img{
    content: url(../img/about-icon2-w.png)
}
.feature-block-one .inner-box:hover .icon-box4 img{
    content: url(../img/about-icon4-w.png)
}
.feature-block-one .inner-box:hover:before{
    background: #bb1622;
}
.content_block_5 .content-box .text p{
    line-height: 1.8;
    font-size: 18px;
}
.content_block_5 .content-box .text:before ,.chooseus-section .image-box .image-bg{
    background: #bb1622;
}
@media only screen and (min-width: 768px){
    .chooseus-section .theme-btn{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px){
    .about-style-two .sec-title{
        padding-right: 20px;
    }
    .feature-block-one .inner-box h3 {
        font-size: 18px;
    }
    .feature-block-one .inner-box p {
        font-size: 16px;
    }
    .feature-block-one .inner-box p br{
        display: none;
    }
    .content_block_5 .content-box .text{
        padding-right: 30px;
    }
    .content_block_5 .content-box .text p{
        font-size: 16px;
    }
    .chooseus-section{
        padding-bottom: 150px;
    }
}
/* 服務項目 */
.content_block_5 .content-box .list-item li{
    width: 100%;
}
.chooseus-section .ul-title{
    margin-bottom: 10px;
}
.content_block_5 .content-box .list-item li:before{
    color: #bb1622;
}
@media only screen and (max-width: 992px){
    .chooseus-section.reverse .row{
        flex-direction: column-reverse;
    }
}