:focus:not(:focus-visible) {
    outline: 0 !important;
}

::placeholder {
    /* CSS 3 標準 */
    color: #E32B2F !important;
}

::-webkit-input-placeholder {
    /* Chrome, Safari */
    color: #E32B2F !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #E32B2F !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #E32B2F !important;
    opacity: 1;
}

.page-banner {
    background-image: url(/assets/img/page-bn.jpg);
    background-repeat: no-repeat;
    background-position: left 30% center;
    height: 200px;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .page-banner {
        background-position: left 26% center;
        height: 100px;
    }
}

.page-banner .bn-box {
    position: relative;
    height: 100%;
}

.page-banner .bn-box .title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.page-banner .bn-box .title span {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 10px 5px 15px;
    text-shadow: 0px 2px 4px rgb(97 56 56 / 90%);
}

@media screen and (max-width: 768px) {
    .page-banner .bn-box .title span {
        font-size: 25px;
    }
}



.pro_box .pro-list a {
    text-decoration: none;
}

.pro_box .pro-list a:hover .pro-img {
    border: 1px #E32B2F solid;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pro_box .pro-list a:hover .pro-name {
    background-color: #E32B2F;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pro_box .pro-list .pro-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    border: 1px #dddddd solid;
    aspect-ratio: 4 / 3;
}

.pro_box .pro-list .pro-name {
    text-align: center;
    color: #E32B2F;
    padding: 10px 0;
    font-size: 18px;
}

.pro_box .pro-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.85rem;
}

@media screen and (max-width: 768px) {
    .pro_box .pro-info {
        margin-top: 30px;
    }
}

.pro_box .pro-info .m-title {
    padding: 10px 0;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px #E32B2F solid;
    margin-bottom: 20px;
}

.pro_box .pro-info .pro_txt>div,
.product-box .pro-txt>div {
    position: relative;
    padding-left: 25px;
}

.pro_box .pro-info .pro_txt>div::before,
.product-box .pro-txt>div::before {
    content: "●";
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 10px;
    margin: 0 2px;
    width: 14px;
    line-height: 16px;
    color: #ffa140;
}

.product-box .pro-txt>div::before{
    color: #fff;
}

.pro_box .pro-img .gallery a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    border: 1px #DFDFDF solid;
    aspect-ratio: 4 / 3;
}

.pro_box .pro-link {
    display: flex;
    flex-direction: row-reverse;
}

.pro_box .pro-link div a {
    border: 1px #E32B2F solid;
    padding: 10px 20px;
    color: #E32B2F;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    .pro_box .pro-link .online {
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0px;
        z-index: 2;
        margin: 0 !important;
        line-height: 1px;
    }

    .pro_box .pro-link .online a {
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 0;
        background-color: #97181b;
        color: #fff;
        margin: 0;
        border: none;
        line-height: 30px;
    }

    .pro_box .pro-link .online a:hover {
        background-color: #97181b;
    }
}

.pro_box .pro-link div a i {
    margin-right: 10px;
}

.pro_box .pro-link div a:hover {
    background-color: #E32B2F;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}

.pro_box .pro-link .online {
    margin-right: 5px;
}

.pro_box .pro-link .prints {
    margin-left: 5px;
}

.pro_box .pro-introduce {
    margin-top: 20px;
    line-height: 1.85rem;
}

.pro_box .pro-introduce .pro-intr-title {
    border-bottom: 1px #E32B2F solid;
    margin: 40px 0;
    position: relative;
}

.pro_box .pro-introduce .pro-intr-title i,
.pro_box .pro-introduce .pro-intr-title span {
    vertical-align: middle;
}

.pro_box .pro-introduce .pro-intr-title span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #b81315;
    position: absolute;
    padding: 7px 10px;
    letter-spacing: 3px;
    bottom: -25px;
    left: 0;
    border: 1px #b81315 solid;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.pro_box .pro-introduce .pro-intr-title i {
    color: #fff;
    margin: 0 5px;
}

.pro_box .pro-introduce img {
    width: 100%;
}

/*詢價&聯絡*/
@media screen and (max-width:991px) {
    .con-box {
        margin-bottom: 30px;
    }
}

.con-box .con-form input,
.con-box .con-form textarea,
.online-box .con-form input,
.online-box .con-form textarea {
    background-color: rgba(227, 43, 47, 0.02);
    border: none;
    border-radius: 0;
    border-bottom: 1px #E32B2F solid;
    margin-bottom: 28px;
    padding: 10px 15px;
}


.online-box .con-form input,
.online-box .con-form textarea {
    margin-bottom: 45px;
}


@media screen and (max-width:991px) {
    .d-none {
        display: none !important;
    }

    .online-box .con-form input,
    .online-box .con-form textarea {
        margin: 15px 0;
    }

    .contact-button {
        margin: 30px 0;
    }
}

.con-box .contact-button {
    display: flex;
    justify-content: end;
}

@media screen and (max-width:991px) {
    .con-box .contact-button {
        justify-content: center;
    }
}

.con-box .contact-button .btn.clean-btn,
.con-box .contact-button .btn.submit-btn,
.online-box .contact-button .btn.clean-btn,
.online-box .contact-button .btn.submit-btn {
    border-radius: 0;
    padding: 10px 50px;
    letter-spacing: 1px;
}

@media screen and (max-width:480px) {

    .con-box .contact-button .btn.clean-btn,
    .con-box .contact-button .btn.submit-btn,
    .online-box .contact-button .btn.clean-btn,
    .online-box .contact-button .btn.submit-btn {
        padding: 10px 20px;
    }
}

.con-box .contact-button .btn.clean-btn,
.online-box .contact-button .btn.clean-btn {
    background-color: #DCDCDC;
    color: #979797;
    margin-right: 15px;
}

.con-box .contact-button .btn.submit-btn,
.online-box .contact-button .btn.submit-btn {
    background-color: #E32B2F;
    color: #fff;
}

.o-verify {
    margin-right: 12px;
}

.online-box .icheck-primary.gd {
    margin-right: 6px;
}

.con-box .contact-button,
.online-box .contact-button {
    margin: 20px 0;
}

/**/
.contact-ab {
    border-bottom: 1px rgb(239 239 239) solid;
    margin-bottom: 20px;
}

.contact-ab .con-info {
    line-height: 185%;
    letter-spacing: 1px;
}

.contact-box .con-info a {
    text-decoration: none;
    color: #000;
}

.contact-box .con-info a:hover {
    color: #E32B2F;
}

@media screen and (max-width:768px) {
    .contact-box {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        margin: 0 auto;
    }
}


.icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.icheck-primary>input:first-child:checked+label::before {
    background-color: #E32B2F;
    border-color: #b81315;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #b81315;
}

.right_box a {
    text-decoration: none;
}

.right_box .pro-list {
    padding: 10px 20px;
}

@media screen and (max-width:768px) {
    .right_box .pro-list {
        padding: 20px;
    }
}

.right_box .pro-list>div {
    background-color: #FBFBFB;
    border-left: 3px #E32B2F solid;
    -moz-box-shadow: 0px 2px 3px rgba(227, 43, 47, 0.2);
    -webkit-box-shadow: 0px 2px 3px rgb(227 43 47/ 20%);
    box-shadow: 0px 2px 3px rgb(227 43 47 / 20%);
    margin-bottom: 15px;
    padding: 12px 10px 12px 30px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}


.right_box .pro-list i {
    cursor: pointer;
    color: #a70d0f;
}

/*最新消息*/
.page-news-box {
    line-height: 1.85rem;
}

.page-news-box h2 {
    border-bottom: 1px rgb(235 235 235) solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.page-news-box h2 .title,
.page-news-box h2 .date {
    display: block;
    text-align: center;
}

.page-news-box h2 .title {
    font-size: 1.75rem;
    color: #5c85ad;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;
}

.page-news-box a {
    text-decoration: none;
}

.page-news-box h2 .date {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    .news-box .news-list a {
        display: block;
    }

    .news-box .news-list a .date {
        display: inline-block;
        margin-bottom: 10px;
    }

    .news-box .news-list a .news-title {
        padding-bottom: 10px;
    }
}


.news-box .news-list a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(227, 43, 47, 0.03);
    transition: all 0.3s ease-out 0s;
}

.news-box .news-list a:hover:before {
    width: 100%;
}

.news-box .news-list a:hover {
    color: #E32B2F;
}

.page-arrow,
.page-num {
    margin: 50px auto;
}

.page-arrow .prev,
.page-arrow .next,
.page-arrow .back {
    font-size: 14px;
}

.page-arrow .prev a,
.page-arrow .next a,
.page-arrow .back a {
    border: 1px #e4e4e4 solid;
    padding: 3px 10px;
    border-radius: 4px;
    display: block;
    color: #E32B2F;
    text-decoration: none;
}

.page-arrow a:hover {
    color: #fff;
    transition: all 0.2s;
}

.page-arrow .prev a:hover,
.page-arrow .next a:hover,
.page-arrow .back a:hover {
    background-color: #E32B2F;
    color: #fff;
    border-radius: 4px;
}

.page-arrow .back {
    margin: 0 20px;
}

.page-num .prev,
.page-num .next,
.page-num .p-number a {
    font-size: 16px;
    display: inline-block;
    width: 30px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    margin: 0 4px;
}

.page-num span,
.page-num .prev a i,
.page-num .next a i {
    line-height: 30px;
    display: block;
    color: #E32B2F;
    font-size: 15px;
}

.page-num .prev:hover a i,
.page-num .next:hover a i,
.page-num .p-number a:hover span {
    color: #fff;
    background-color: #E32B2F;
    border-radius: 3px;
}

.mfp-arrow {
    height: 0;
}

.mfp-arrow-left:after {
    border-right: none;
}

.mfp-arrow-right:after {
    border-left: none;
}


.nav-tabs {
    border-bottom: 1px solid #E32B2F;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #E32B2F;
    color: #fff;
    border-color: #E32B2F;
}

.nav-tabs .nav-link {
    color: #E32B2F;
}

.tab-content {
    padding: 20px 15px;
    line-height: 1.85rem;
}

@media screen and (max-width:991px) {
    .tab-content {
        padding: 20px 0;

    }

}

.page-bg .breadcrumb {
    margin: 0;
}

.page-bg .breadcrumb .b-box {
    padding: 1rem;
    margin: 0 auto;
}

.page-bg .breadcrumb .b-box div a {
    font-size: 13px;
    color: #ababab;
    padding: 0 5px 0 0;
}

.page-bg .breadcrumb .b-box div a::after {
    content: ">";

}

.page-bg .breadcrumb .b-box div:last-child a {
    border-right: none;
    color: #E32B2F;
    font-weight: bold;
    padding: 0;
}

.page-bg .breadcrumb .b-box div:last-child a::after {
    content: "";
}

@media screen and (max-width:991px) {
    .page-bg .breadcrumb {
        display: none;
        margin: 0 0 20px 0;
    }
}

.row .column table {
    border-collapse: separate;
    border-spacing: 5px;
    border: 0;
}

.row .column table tr td {
    padding: 10px;
    border-radius: 2px;
}

.row .column table tr td:first-child {
    color: rgb(0, 0, 0);
}

.row .column table tbody tr:nth-child(odd) {
    background-color: rgb(255 244 235 / 80%);
    border-radius: 2px;
    padding: 2px 10px;
}

.row .column table.cke_show_border tr,
.row .column table.cke_show_border tr td,
.row .column table.cke_show_border tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0);
}