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 禁止自動字體縮放 */
     /* background-color: #f6f8f5; */
}
/* cursor */
#rs-mouse #cursor-ball:after {
    background: #242f40;
}
/* 導覽列 */
.rs-header-one .rs-header-logo-wrapper{
    background-color: transparent;
    width: 250px;
}
.rs-header-logo img{
    max-width: 230px;
}
.rs-btn{
    background-color: #e3c995;
    color: #000;
}
.rs-btn.has-bg::before{
    background-color: #242f40;
}
.rs-header-one .rs-header-btn:hover .rs-btn.has-icon .icon-box svg{
    fill: #fff;
}
.rs-btn.has-icon .icon-box svg{
    fill: #000;
}
.rs-header-right {
    color: #000;
}
.rs-header-search-icon i{
    color: #000;
}
.rs-header-search-icon:hover .has-close{
    color: #e3c995;
}
.rs-header-search-icon:hover .has-search{
    color: #242f40;
    font-weight: 600;
}
.bar-icon{
    display: flex;
    align-items: center;
}
.main-menu > ul > li:hover > a,.main-menu .submenu li:hover > a,.main-menu > ul > li.active > a,.main-menu ul li a.active,.offcanvas-area .mean-container .mean-nav ul li.active > a{
    color: #242f40;
    font-weight: 600;
}
.offcanvas-close{
    background-color: #242f40;
}
.mean-container .mean-nav ul li a{
    padding: 15px 0;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span,.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li span:hover,.mean-container .mean-nav ul li.active > a{
    color: #242f40;
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked,.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li span.mean-expand:hover{
    background: #242f40;
}
@media (min-width:350px) {
    .offcanvas-logo a img{
        width: 200px;
    }
}
@media(min-width:1200px){
    .rs-header-one .rs-header-logo-wrapper{
        justify-content: end;
        
    }
    .rs-header-hamburger{
        display: none;
    }
    .rs-header-one .rs-header-btn{
        display: block;
    }
}
@media(min-width:1300px){
    .rs-header-one .rs-header-logo-wrapper{
        width: 350px;
    }
}
@media (max-width:400px){
    .rs-header-one .rs-header-logo-wrapper{
        width: 220px;
    }
    .rs-header-logo img{
        max-width: 200px;
    }
    .rs-header-one .rs-header-right{
        gap: 15px;
    }
}
/* 輪播大圖 */
.rs-banner-three .rs-banner-bg-thumb{
    width: 100%;
    background-image: url(../../banner/banner.jpg);
}
.rs-banner-three .rs-banner-title{
    font-size: 32px;
}
.rs-banner-three p{
    color: #fff;
    font-size: 18px;
    line-height: 2.2;
}
.rs-banner-three .rs-banner-descrip{
    margin: 20px 0;
}
.rs-banner-three .rs-banner-bg-thumb::before{
    background-color: transparent;
}
.rs-pagination.swiper-pagination.has-theme-orange .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    border-color: #a15904;
}
.rs-pagination.swiper-pagination.has-theme-orange .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #a15904;
}
.rs-banner-three .rs-banner-border{
    border-color: #caa289;
    width: 50px;
}
.rs-banner-three .rs-banner-wrapper{
    padding: 150px 0 50%;
}
.rs-btn.has-icon .icon-box svg.icon-second{
    fill: #fff;
}
@media (max-width:991px){
    .rs-banner-three .rs-banner-wrapper{
        padding: 100px 0 50%;
    }
}
@media (max-width:767px){
    .rs-banner-three .rs-banner-bg-thumb{
        background-image: url(../../banner/banner-mb.jpg);
        /* background-position: bottom; */
    }
    .rs-banner-three .rs-banner-title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .rs-banner-btn .rs-btn.has-icon{
        font-size: 12px;
        padding: 5px 20px;
        height: 40px;
    }
    .rs-btn.has-icon .icon-box svg{
        width: 13px;
    }
    .rs-banner-three p{
        font-size: 14px;
        line-height: 1.5;
    }
    .rs-banner-three .rs-banner-wrapper{
        padding: 50px 0 50%;
    }
    .rs-banner-three .rs-banner-border{
        border-width: 2px;
        
    }
}
/* ABOUT US */
.rs-section-subtitle{
    color: #a15904;
}
.rs-section-title{
    color: #242f40;
    font-weight: 500;
}
.rs-section-title-wrapper p{
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.7;
    color: #666;
}
.rs-feature-two .rs-feature-item {
    background: #e3c995;
}
.rs-feature-two .rs-feature-title{
    color: #242f40;
    font-size: 22px;
    font-weight: 500;
}
.rs-feature-descrip p{
    color: #000;
    min-height: 5.5em;
}
.rs-feature-two .rs-feature-icon{
    background: #242f40;
}
.rs-feature-two .rs-feature-icon img{
    max-height: 55px;
    width: auto;
}
@media  (min-width:768px){
    .rs-section-title{
        font-size: 27px;
    }
}
@media  (min-width:992px) and (max-width:1199px){
    .rs-feature-descrip p{
        min-height: 7.5em;
    }
}
@media (max-width:767px){
    .rs-feature-two .rs-feature-title{
        font-size: 20px;
    }
    .rs-section-title-wrapper p{
        font-size: 16px;
    }
    .rs-feature-descrip p{
        font-size: 15px;
        line-height: 1.7;
    }
}
/* 順鐤科技/馥宜國際 */
.rs-about-three .rs-about-tab .nav-link.active,.rs-about-three .rs-about-tab .nav-link:hover{
    color: #242f40;
}
.rs-about-three .rs-about-tab .nav-link::after{
    background-color: #242f40;
}
.rs-about-three .rs-about-tab-content p{
    color: #333;
}
.rs-list-item ul li {
    color: #666;
    font-size: 16px;
}
.rs-list-item ul li i{
    border-color: #a15904;
    color: #a15904;
}
/* Services */
.primary-bg{
    background-color: #efefef;
}
.rs-swiper-btn.has-bg-white{
    border-color: #a15904;
    color: #a15904;
}
.rs-swiper-btn.has-bg-white:hover {
    background-color: #a15904;
    color: #fff;
}
.rs-services-three .rs-services-item:hover .rs-services-thumb img{
    transform: translate(-50% ,-50%) scale(1.05);
}
.rs-services-three .rs-services-title{
    color: #242f40;
    font-size: 20px;
}
.rs-services-three .rs-services-item .descrip{
    color: #666;
    min-height: 3.5em;
    font-size: 16px;
}
.rs-services-three .rs-services-item:hover .rs-services-number::before{
    background: #e3e3e6;
}
.rs-services-three .rs-services-number::after{
    color: #e3e3e6;
}
.rs-services-item .rs-text-btn{
    color: #6b6661;
    font-size: 16px;
}
.rs-services-three .rs-services-item:hover .rs-services-number::before,.rs-services-three .rs-services-item:hover .rs-square-btn{
    background: #242f40;
}
.rs-services-three .rs-services-item:hover .rs-services-number::after,.rs-services-three .rs-services-item:hover .rs-text-btn{
    color: #242f40;
}
.rs-services-three .rs-services-item:hover .rs-square-btn.has-icon .icon-box .icon-first{
    transform: translateX(150%);
}
.rs-services-three .rs-services-item:hover .rs-square-btn.has-icon .icon-box .icon-second {
    transform: translateX(0%);
}
.rs-square-btn.has-icon .icon-box svg path{
    fill: #000;
}
.rs-square-btn.has-light-bg{
    background: #e3e3e6;
}
@media(min-width:768px){
    .rs-services-three .rs-services-item .descrip{
        min-height: 5.5em;
    }
}
/* PRODUCT */
.rs-portfolio-two .rs-portfolio-item:hover .rs-portfolio-thumb img {
    transform: translate(-50% ,-50%) scale(1.1);
}
.rs-portfolio-two .rs-portfolio-title a{
    font-size: 18px;
    color: #242f40;
}
.rs-portfolio-two .rs-portfolio-title a:hover {
    color: #a15904;
}
.rs-portfolio-two .rs-btn.has-small-btn{
    background: #efefef;
}
.rs-portfolio-two .rs-btn.has-small-btn:hover{
    background: #a15904;
    color: #efefef;
}
/* Why Choose Us */
.rs-why-choose-area{
    background: #efefef;
    background: linear-gradient(90deg, #efefef 0%, #efefef00 100%);
}
.rs-why-choose-area .rs-section-title {
    margin-bottom: 10px;
}
.rs-why-choose-one .rs-why-choose-icon{
    background: #242f40;
}
.rs-why-choose-one .rs-why-choose-icon img{
    width: auto;
    max-height: 45px;
}
.rs-why-choose-one .rs-why-choose-title{
    font-size: 20px;
    font-weight: normal;
    color: #242f40;
}
.rs-why-choose-content p{
    color: #808080;
    line-height: 1.5;
    font-size: 16px;
}
.rs-why-choose-one .rs-why-choose-thumb-wrapper{
    margin: 0;
}
@media(min-width:992px){
    .rs-why-choose-area .col-xl-7 {
        padding-right: 11%;
    }
}
/* Q&A */
.rs-accordion-one .accordion-button,.rs-accordion-one .accordion-button:not(.collapsed){
    color: #242f40;
}
.rs-accordion-one .accordion-button .accordion-btn::before{
    background-color: #a15904;
}
.rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::after,.rs-accordion-one .accordion-button .accordion-btn::after{
    background: #a15904;
}
.rs-accordion-one .accordion-body{
    color: #808080;
    border-top-color: #c9c9c9;
}
.rs-accordion-one .accordion-button,.rs-accordion-one .accordion-body{
    background-color: #f4f4f4;
}
@media(max-width:767px){
    .rs-accordion-one .accordion-body{
        font-size: 16px;
    }
}
/* testimonial */
.rs-testimonial-one .rs-testimonial-item{
    background-color: #242f40;
}
.rs-testimonial-avater-title,.rs-testimonial-avater-designation{
    color: #fff;
    font-weight: normal;
}
.rs-testimonial-description p{
    min-height: 5.5em;
}
.rs-testimonial-description p,.rs-testimonial-one .rs-rating i{
    color: #e3c995;
}
.rs-testimonial-one .rs-testimonial-rating-wrapper{
    border-color: #e3c995;
}
.rs-testimonial-one .rs-testimonial-quote svg path{
    fill: #e3c995;
}
.rs-testimonial-avater-thumb{
    width: 60px;
    flex-shrink: 0;
}
/* PARTNER COMPANY */
.rs-brand-thumb{
    width: 130px;
    flex-shrink: 0;
}
.rs-brand-thumb .boximg1x1 img{
    width: 100%;
    object-fit: contain;
}
.rs-brand-one .rs-brand-item:hover .rs-brand-thumb img {
    transform: translate(-50% ,-50%) scale(1.1);
}
/* blog */
.rs-blog-area .rs-section-title{
    margin-bottom: 10px;
}
.rs-blog-area .descrip{
    color: #242f40;
    font-weight: 500;
}
.rs-blog-one .rs-blog-item.has-thumb-height{
    width: 100%;
    height: 100%;
    aspect-ratio:1/1;
}
.rs-blog-one .rs-blog-bg-thumb{
    width: 100%;
    aspect-ratio:1/1;
}
.rs-blog-bg-thumb {
    position: relative;
}
.rs-blog-one .rs-blog-meta-item.has-white::before,.rs-blog-one .rs-blog-meta-item::before{
    background: transparent;
}
.rs-blog-one .rs-blog-title.has-big{
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.rs-blog-area .rs-btn{
    font-size: 15px;
    height: 30px;
    padding: 6px 25px;
    font-weight: normal;
    color: #1a1a1a;
}
.rs-blog-item:hover .rs-btn{
    background: #242f40;
    color: #e3c995;
}
.rs-blog-one .gray-bg .rs-blog-title.underline {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.rs-blog-description{
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.rs-blog-description:not(.has-white){
    font-size: 16px;
}
.rs-blog-one .rs-blog-item .boximg1x1{
    height: 100%;
}
.rs-blog-one .rs-blog-item:hover .rs-blog-thumb img {
    transform: translate(-50% ,-50%)  scale(1.1);
}
.rs-blog-one .rs-blog-meta-item span{
    color: #808080;
}
@media only screen and (max-width: 767px) {
    .rs-blog-one .rs-blog-title.has-big {
        font-size: 22px;
    }
    .rs-blog-one .rs-blog-description.has-white{
        font-size: 15px;
    }
    .rs-blog-one .rs-blog-item.has-grid {
        grid-template-columns: 1fr;
    }
}
/* footer */
.rs-footer-bg-thumb-wrapper{
    background-color: #242f40;
}
.rs-subscribe-one .rs-subscribe-logo img{
    width: 80%;
    max-width: 300px;
}
.rs-footer-bg-thumb-wrapper .rs-btn.has-icon{
    border-radius: 50px;
    color: #242f40;
}
.rs-footer-bg-thumb-wrapper .rs-btn.has-icon:hover{
    color: #fff;
}
.rs-footer-bg-thumb-wrapper .rs-btn.has-bg::before{
    background: #242f40;
    border-radius: 0;
    border: 1px solid #242f40;
}

.rs-footer-two .rs-footer-widget-title{
    color: #e3c995;
}
.rs-footer-two .rs-footer-widget-description,.rs-footer-two .rs-footer-widget-number span a,.rs-footer-two .rs-footer-widget-address a{
    color: #fff;
    word-break: break-all;
}
.rs-footer-two .rs-footer-widget-number span a:hover,.rs-footer-two .rs-footer-widget-address a:hover{
    color: #e3c995;
}
.rs-subscribe-one .rs-subscribe-wrapper,.rs-copyright-one{
    border-color: #e3c995;
}
@media (min-width: 1200px){
    .rs-footer-two .footer-2-col-3{
    padding-left: 30px;
    }
    .rs-footer-two .footer-2-col-4{
        padding-left: 0;
    }
}
/* 懸浮按鈕 */
.scroll-icon {
    width: 55px;
    line-height: 64px;
    position: fixed;
    bottom: 110px;
    right: 45px;
    font-size: 40px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    transition: 1s;
}
.backtotop-wrap img ,.scroll-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin-bottom: 15px;
}
.backtotop-wrap{
    width: 55px;
    bottom: 100px;
    right: 45px;
    box-shadow: none;
}
.backtotop-wrap,.scroll-top:hover{
    background: transparent;
}
.backtotop-wrap::after{
    content: "";
    display: none;
}
.backtotop-wrap:hover{
    background: transparent;
}
@media only screen and (max-width: 767px){
    .scroll-icon,.backtotop-wrap {
        width: 45px;
        right: 8px;
    }
    .scroll-icon img{
        margin-bottom:0;
    }
    .backtotop-wrap,.scroll-icon{
        bottom: 70px;
    }
    .scroll-icon a{
        display: block;
        height: 50px;
    }
}
/* breadcrumb */
/* .rs-breadcrumb-area .container{
    max-width: 1000px;
} */
.rs-breadcrumb-one .rs-breadcrumb-title{
    color: #242f40;
    font-size: 22px;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li span{
    font-size: 16px;
    color: #242f40;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li:not(:last-child)::before{
    font-size: 18px;
    color: #242f40;
    line-height: 1.7;
}
@media(min-width:768px){
    .rs-breadcrumb-one .rs-breadcrumb-title{
        font-size: 28px;
    }
}
/* 服務項目/起重五金配件 */
.detail-area .container{
    max-width: 1000px;
}
.rs-services-details-wrapper .rs-services-details-title{
    font-size: 24px;
}
.rs-services-details-wrapper .text p{
    font-size: 15px;
    color: #000;
    line-height: 1.6;
}
.rs-services-details-wrapper .text img{
    width: 100% !important;
    height: auto !important;
    display: block;
}
.rs-services-details-wrapper .text iframe{
    width: 100% !important;
    height: 100% !important;
}
@media (min-width: 992px){
    .rs-services-details-wrapper .text p{
        font-size: 18px;
    }
    .rs-services-details-wrapper .text img{
        max-width: 900px !important;
        max-height: 100% !important;
    }
    .rs-services-details-wrapper .text iframe{
        width: 100% !important;
        height: 100% !important;
    }
}
@media (min-width: 1200px){
    .rs-services-details-wrapper .rs-services-details-title{
        font-size: 26px;
    }
}
@media (max-width:767px){
    .rs-services-details-wrapper .text {
        padding-right: 15px;
    }
}
/* 頁碼 */
.common-pagination ul li a{
    color: #808080;
}
.common-pagination ul li:hover a,.common-pagination ul li:hover a i,.common-pagination ul li .current{
    color: #242f40;
    font-weight: 700;
}
/* 產品專區+產品專區/五金項目整理 */
.rs-product-item:hover img {
    transform: translate(-50% ,-50%)  scale(1.1);
}
.rs-product-content{
    justify-content: center;
    color: #242f40;
}
.rs-product-item:hover .rs-product-title{
    color: #a15904;
}
.sidebar-widget{
    background: #f4f4f4;
}
.sidebar-search-input button{
    color: #000;
}
.sidebar-widget::before{
    background: #242f40;
}
.sidebar-widget-title{
    color: #242f40;
    font-size: 20px;
}
.aside-dropdown > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.45s ease-in-out;
}
.sidebar-widget.widget-categories ul li a{
    color: #808080;
}
.sidebar-widget.widget-categories ul li a:hover,.aside-dropdown > div:hover a,.aside-dropdown > div:hover .toggle-btn, .aside-dropdown.active > div a,.aside-dropdown.active > div .toggle-btn,.sidebar-widget.widget-categories ul li.active div > a ,.sidebar-widget.widget-categories ul li div.active > a{
    color: #242f40;
    font-weight: 700;
}
.links-lists li a ,.aside-dropdown div a{
    flex: 1;
    /* 占滿剩餘空間 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: calc(100% - 50px);
    transition: all 0.45s ease-in-out;
}
.aside-dropdown div .toggle-btn {
    flex-shrink: 0;
    /* 不被壓縮，保持位置 */
    margin-left: 20px;
    font-size: 18px;
    vertical-align: bottom;
    padding-right: 15px;
    cursor: pointer;
}
.aside-dropdown .submenu{
    display: none;
    padding-left: 15px;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
}
.aside-dropdown.active .submenu {
    display: block;
    margin-bottom: 8px;
}
.aside-dropdown.active .submenu li{
    display: block;
}
/* 產品專區/五金項目整理/電磁閥4V210-08 */
.rs-shop-area.detail-area .container{
    max-width: 1100px;
}
.product-details-nav .swiper-slide-thumb-active .custom-button{
    border-color: #e3c995;
}
.product-details-title{
    font-size: 26px;
    margin-bottom: 20px;
}
.product-details-action .rs-btn{
    background-color: #e3c995;
    color: #242f40;
}
.product-details-action .rs-btn:hover{
    background-color: #242f40;
    color: #e3c995;
}
.product-information-tab .nav-link.active{
    background-color: #e3c995;
    border-color: #e3c995;
    color: #242f40;
}
.product-information-tab .has-border{
    border-color: #e3c995;
}
.information-wrapper p{
    color: #000;
}
.information-wrapper img{
    width: 100% !important;
    height: auto !important;
    display: block;
}
.information-wrapper iframe{
    width: 100% !important;
    height: 100% !important;
}
@media (min-width:768px){
    .product-details-wrapper{
        padding-top: 30px;
    }
    .product-details-wrapper p{
        min-height: 18em;
    }
    .product-details-count-wrap{
        border-bottom: none;
    }
}
@media (min-width:992px){
    .information-wrapper img{
        max-width: 900px !important;
        max-height: 100% !important;
    }
    .information-wrapper iframe{
        width: 100% !important;
        height: 100% !important;
    }
}
@media (min-width:1200px){
    .product-details-wrapper p{
        min-height: 25em;
    }
}
@media (max-width:767px){
    .product-details-title{
        font-size: 22px;
    }
    .product-details-wrapper p{
        font-size: 16px;
        color: #666;
    }
}
/* 常見問題 */
.qa-area{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 相關知識 */
.rs-postbox-area .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rs-postbox-meta-item::before{
    background: transparent;
}
.rs-postbox-meta-text p{
    color: #808080;   
}
.rs-postbox-title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.rs-postbox-text p{
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.rs-postbox-item:hover .rs-postbox-thumb img {
    transform: translate(-50% ,-50%) scale(1.1);
}
.rs-postbox-item:hover .rs-btn.has-icon{
    background-color: #242f40;
    color: #e3c995;
}
@media (max-width:767px){
    .rs-postbox-title {
        font-size: 22px;
    }
    .rs-postbox-text p{
        font-size: 15px;
    }
}
/* 相關知識/空壓自動化系統選型策略與應用效能分析 */
.rs-postbox-details-content img{
    width: 100% !important;
    height: auto !important;
    display: block;
}
.rs-postbox-details-content iframe{
    width: 100% !important;
    height: 100% !important;
}
.rs-postbox-details-title{
    font-size: 24px;
}
.rs-postbox-details-content p{
    color: #666;
    line-height: 1.7;
}
@media (min-width:992px){
    .rs-postbox-details-content img{
        max-width: 900px !important;
        max-height: 100% !important;
    }
    .rs-postbox-details-content iframe{
        width: 100% !important;
        height: 100% !important;
    }
}
@media (max-width:767px){
    .rs-postbox-details-title{
        font-size: 22px;
    }
    .rs-postbox-details-content{   
        padding-right: 10px;
    }
    .rs-postbox-details-content p{
        font-size: 16px;
    }
}

.rs-contact-area .rs-section-title-wrapper p{
    margin: 0;
}
.rs-contact-area .rs-section-title-wrapper p:nth-of-type(1){
    margin-top: 10px;
}
.rs-contact-item{
    background-color: #f7f7f7;
}
.rs-contact-six .rs-contact-title{
    font-size: 20px;
}
.rs-contact-six .rs-contact-item{
    padding-bottom: 40px;
}
.rs-contact-six .rs-contact-item:hover{
    border-color: #242f40;
}
.rs-contact-six  .rs-contact-list h6 a:hover {
    color: #242f40;
}
.rs-contact-seven .rs-contact-form{
    margin-bottom: 50px;
}
.captcha-box {
  display: flex;
  align-items: top;
  gap: 8px;
  width: 100%;
}
.captcha-box .captcha-container {
  flex-shrink: 0;
  /* 防止圖片被壓縮 */
}
.captcha-box .captcha-container .captcha-img {
  height: 40px;
}
.rs-contact-seven .rs-contact-input input:focus,.rs-contact-seven .rs-contact-input textarea:focus{
    border-color: #242f40;
}
.rs-contact-seven .rs-contact-btn .rs-btn:hover{
    background: #242f40;
    color: #e3c995;
}
@media (min-width:992px){
    .rs-contact-six .rs-contact-title{
        font-size: 22px;
    }
}

/* 關於我們/順鐤科技+ */
.rs-about-thirteen .rs-about-content-wrapper .rs-section-title {
    margin-bottom: 25px;
}
.rs-about-thirteen .rs-about-content-wrapper .descrip{
    margin: 5px 0 15px;
}
.rs-about-twelve{
    background-color: #f7f7f7;
}

.rs-about-twelve .rs-about-content{
    border-color: #242f40;
}
.rs-about-twelve .rs-about-content{
    background: #fff;
}
.rs-about-content p{
    position: relative;
    padding-left: 35px;
    color: #242f40;
    max-width: 500px;
    margin: 0 0 3px;
}
.rs-about-content p::before {
    content: "\eb81";
    color: #242f40;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    font-family: "remixicon";
    position: absolute;
    inset-inline-start: 0;
}
.rs-category-one .rs-category-item{
    background-color: #f7f7f7;
}
.rs-category-one .rs-category-title{
    color: #242f40;
}
.rs-category-one .rs-category-content p{
    color: #666;
    min-height: 9em;
}
@media (min-width:992px){
    .rs-category-one .rs-category-title{
        font-size: 22px;
    }
    .rs-category-one .rs-category-content p{
        min-height: 7.5em;
    }
}
@media (min-width:1200px){
    .rs-category-one .rs-category-item{
        gap: 15px 5px;
    }
}
@media (min-width:1400px){
    .rs-category-one .rs-category-content p{
        min-height: 5em;
    }
}
@media (max-width: 767px){
    .rs-category-one .rs-category-content p{
        min-height: 7em;
    }
}