﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

@charset "utf-8";
body {
    letter-spacing: .04em;
    font-family: "Arial","Noto Sans TC", "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
}
:root {
   --init-about-editor-slick-ratio:1296 /546;
}

.kind-info{
    display:none;
}

.navbar .navbar-brand img {
 
    height: 100%;
}

.breadcrumb{
    font-size:18px;
}
/*編輯器表格*/
body .table-004 .t1 {
    background: #d0784d;
}

/*調影片*/
.home_tube .multiple-slick:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

    .home_tube .multiple-slick:not(.slick-initialized) > .item {
        flex: 0 0 50%;
        max-width: 50%;
    }

        .home_tube .multiple-slick:not(.slick-initialized) > .item:nth-child(n+3) {
            display: none;
        }

.home_tube .ratio {
    --bs-aspect-ratio: 75% !important;
}

.home_tube .pic {
    overflow: hidden;
}

.home_tube iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 991px) {
    .home_tube .multiple-slick:not(.slick-initialized) > .item {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .home_tube .multiple-slick:not(.slick-initialized) > .item:nth-child(n+2) {
            display: none;
        }
}
/*調影片end*/


body.home .home_about .slickfixedInitPosition {
    aspect-ratio: var(--init-about-editor-slick-ratio);
}
.slickfixedInitPosition .slider{
    display:none;
}
.slickfixedInitPosition .slider.slick-initialized {
    display: block;
}

.cpd_sd21 {
    padding: 0 4%;
}

.home-pagelist-area > .container-fluid {
    padding: 0;
}
img {
    transition: all 0.5s;
}
.pic .ratio{
    position:relative;
    overflow:hidden;
}
/*side1*/
.side .navbar-nav .dropdown-menu li.nav-title {
    margin-bottom: 0;
}
.side  .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.side .navbar-nav .dropdown-menu li.nav-title:last-child {
    margin-bottom: 0;
}
.main .side .h3 {
    margin-bottom: 0;
}
.side1 .navbar-nav .dropdown-menu li.nav-title ul li:hover a {
    color: #d0784d!important;
}
.side1 .navbar-nav .dropdown-menu li.nav-title ul li {
    background: url(../images/all/list_icon2.png) no-repeat 0 7px;
    padding-left: 14px;
}
.side .navbar-nav .dropdown-menu li a, .side .nav-item:not(.nav-title).dropdown > .navbar-nav .nav-item:not(.nav-title) .nav-link {
    font-size: 16px;
   
}
    .side1 .navbar-nav .dropdown-menu li.nav-title ul li a {
        border-bottom: none;
        padding: 3px 0;
        white-space: unset;
        padding: 5px 3px !important;
        line-height: 24px;
    }
.side1 .navbar-nav .dropdown-menu li.nav-title a {
    background: unset;
    color: var(--bs-dark);
    border-bottom: solid 1px #ddd;
}
.side1 .form-control {
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.side1 .btn.btn-primary:hover {
    background-color: #e70012;
}

.side1 .btn.btn-primary {
    padding: 8px 30px;
    background-color: #878787;
}

.side .filter-title .collapsed-btn:hover, .side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: #d0784d;
}

.side .filter-item + .filter-item {
    margin-top: 0;
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: var(--bs-dark);
    padding: 1em 10px;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #ddd;
    position: relative;
    font-weight: bold;
}

.side1 .filter-content > ul > li a:hover {
    color:#d0784d;
}

.side1 .filter-content > ul > li a {
    color: #131313;
}

.side1 .filter-content > ul > li {
    font-size: 16px;
    /*   margin-bottom: 6px;*/
    padding: 6px 0;
    position: relative;
    padding-left: 18px;
    background: url(../images/all/sid_icon.svg) no-repeat left center;
}

.wid-search .h3 {
    display: none;
}

.btn.btn-primary:hover {
    background: #ab545a;
    border-color: #ab545a;
}

.btn.btn-primary {
    background: #d0784d;
    border-color: #d0784d;
    border-radius: 0;
    width: 120px;
}

.side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
}

.side .h3 {
    background-color: #d0784d;
    color: #fff;
    padding: 10px;
    font-size: 1.125rem;
}

    .side .h3 .txt-tw {
        border: none;
        padding: 0;
    }

.side .filter-content > ul {
    padding: 10px 0;
}


/* 購物清單 */

.header .navbar .nav-pos-top .cart-detail .item a.btn:hover {
    background-color: unset;
    opacity: 0.7;
    color: #000;
}

.nav-cart-info .nav-cart-list .cart-detail .item a {
    font-size: 15px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .item-detail .info {
    align-items: center;
}

.nav-cart-info .nav-cart-list .cart-checkout .btn-group {
    padding-right: 19px;
}

.nav-cart-info .nav-cart-list .cart-checkout .sum {
    margin: 10px 12px 15px;
}

.nav-cart-info .nav-cart-list .h6 {
    font-size: 16px;
    padding: 10px 10px 5px;
    margin-bottom: 9px;
}

.cr_no {
    padding-left: 10px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .info-detail a {
    font-size: 15px;
}

.header .navbar .cart-detail ul .cart-detail ul li i {
    width: auto;
    height: auto;
}

.header .navbar .cart-detail ul li i:before {
    display: block !important;
}

/* navbar */
.nav-item.dropdown > .navbar-nav .navbar-nav {
    transition: unset;
}
.header .btn-group.lang .dropdown-item {
    color: #fff !important;
 
}
.navbar .small-btn-box ul {
    margin: 0;
}
.nav-brand-wrapper {
    display: flex;
    align-items:center;
}
.navbar .logo2 a {
    background: url(../images/all/logo2.svg) no-repeat;
    width: 185px;
    height: 50px;
    display: block;
    background-size: cover;
    padding-top: 25px;
  
}
    .navbar .logo2 a:hover,
    .navbar .navbar-brand:hover {
        opacity: 0.7;
    }
.navbar .navbar-brand {
    width: 164px;
    height: 54px;
    display: block;
}
.header .navbar {
    padding: 0 4%;
    background-color: #fff;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #d0784d;
}
.header .navbar .small-btn-box {
    margin-left: 1.5%;
    position: relative;
    top: -2px;
}
.lang_US   .navbar .small-btn-box .btn-group > a:before {
    /*left: 10px;*/
 
}
.navbar .small-btn-box .btn-group > a:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/Earth.svg) no-repeat;
    width: 16px;
    height: 17px;
    left: 10px;
     top: 50%;
    background-size: cover;
    transform: translateY(-50%);
}
.navbar .small-btn-box ul li a::after{
    display:none;
}
.navbar .small-btn-box ul li a:hover {
    background-color: #d0784d;
}
.navbar .small-btn-box ul li a {
    position: relative;
    font-size: 15px;
    color: #fff;
    padding: 6px 10px 6px 30px;
    border-color: unset;
    background-color: #ab545a;
    border-radius: 0;
    transition: all 0.5s;
    line-height: normal;
    margin: 0;
    width: auto;
}
.header .navbar-nav .nav-link {
    padding: 25px 15px 25px;
    font-size: 18px;
}
.header .btn-group.lang .dropdown-menu {
    border: 0;
}
.header .btn-group.lang .dropdown-item {
    text-align: center;
    padding: 7px 15px;    
}
.dropdown-menu[data-bs-popper] {
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.header .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}
.is_scroll .header .navbar {
    box-shadow: 0px 0px 22px #40404054;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #ffffff;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #ffffff;
}

.nav-item.dropdown > .navbar-nav .navbar-nav .nav-item:hover > .nav-link {
    background: #d0784d;
}

.nav-item.dropdown > .navbar-nav .navbar-nav {
 
}

.nav-item.dropdown > .navbar-nav {
    background: #fff;
}

    .nav-item.dropdown > .navbar-nav li a {
        color: #000;
        /*font-size: 16px;*/
    }

    .nav-item.dropdown > .navbar-nav .nav-item:hover > .nav-link {
        color: #d0784d;
       /* background-color: #d0784d;*/
    }


 /* banner */
.banner .slick .slick-dots .slick-active button {
    background: #d0784d;
}
.banner .slick .slick-dots button {

    background: #fff;
}
.banner  .slick-dots {
    bottom: 20px;
}
.banner{
    padding-top:78px;
}

/* 購物彈跳 */
.qty-box .btn:hover {
    background-color: #2a2a2a;
}

.btn.cart:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.btn.cart {
    background: #81a626;
}

.gallery-list .item .item-detail {
    padding: 0 5px;
}

.modal-dialog-scrollable .modal-content {
    overflow: unset;
}

.modal-header .close {
    border-radius: 50%;
    position: absolute;
    background-color: #adadad;
    color: #fff;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px;
    top: -14px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    font-weight: 400;
    border: none;
}

.qty-box .btn:hover {
    background: #2f4498;
}

.modal-header {
    padding-bottom: 6px;
}

.modal-title:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #000000;
    width: 4px;
    height: 22px;
    left: 0;
    top: 6px;
}

.modal-title {
    position: relative;
    font-size: 24px;
    text-align: left;
    padding-left: 12px;
    color: #000;
}

.main-title .h6 {
    font-size: 18px;
    padding-left: 0;
    border: none;
    color: #000;
}



/* 分享  */
body .container .ezshare-box {
    margin: 5px 0 20px 0;
}

.ezshare-box .list-inline-item:not(:last-child) {
    margin-right: 2px;
}

.ezshare-box a:hover:before {
    display: none;
}

.ezshare-box a:hover {
    color: #a99356 !important;
}

.ezshare-box ul:before {
    content: " SHARE : ";
    display: inline-block;
}

.ezshare-box ul {
    position: relative;
    align-items: center;
    display: flex;
}

.ezshare-box a {
    background-color: unset !important;
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    color: #000 !important;
}


/* 留言紀錄 order show*/
.order .talk-form-det .btn-area {
    margin: 30px 0 10px !important;
}

.order .talk-form-det {
    padding: 25px;
}
.talk-item .talk-top {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 6px;
}

.talk-box .talk-time {
    color: #b01f23;
}

.talk-box .talk-item .first-level {
    padding: 3%;
    border: solid 1px #d4d4d4;
    background-color: #fff;
}

/*產品*/
.product .slider-nav .thumbnail:focus, .product .slider-nav .thumbnail.slick-current.slick-active {
    border: 1px solid transparent;
    border-color: #bbbbbb;
}

.slider-nav .thumbnail {
    border: none;
}
/*頁碼*/
.page-link:hover {
    color: #fff;
    background: #d0784d;
}

.page-link {
    color: #000;
    border: none;
    font-size: 1rem;
    padding: 0.5em;
    min-width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
}

.page-item.active .page-link {
    background: #d0784d;
    border-color: unset;
    color: #fff;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 4px;
}


/*最新消息*/
.news.show .mainSection {
    margin-top: 10px;
}

.news.show .h1 {
    position: relative;
    font-size: 32px;
    text-align: left;
    border-bottom: 1px solid #08080852;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000;
    line-height: normal;
}
.news.show .related-news_box .item  .dt_fx {
    justify-content: space-between;
  
}
.news.show .related-news_box .item{
    height:auto;
}
.news.show .related-news_box > .container, .news.show .mainSection > .container {
    max-width: 100%;
    padding:0;
}
.article-grid .item .info {
  /*  background-color:#fff;*/
}
.news.show   .dt_fx {
    justify-content: unset;
}
.small-title {
    color: #000000;
}
.news .row .item {
    height: 495px;
}
.article-grid .item .info {
    padding: 30px 5px;
}
.page-content {
    background: url(../images/all/new_bg.jpg) no-repeat;
   background-size:cover;
}
.article-grid .item .info {
    border: none;
}
.related-news .item .info .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}
/* 聯絡我們  */

.con_if .d-flex {
    gap: 0 20px;
    position: relative;
    z-index: 10;
}
.con_if .t_co ul {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-left: 20px;
}
    .con_if .t_co ul li a:hover{
        color:#d0784d;
    }
   
    .con_if .t_co ul li a {
        padding-left: 5px;
     
    }
    .con_if .t_co ul li {
        padding: 5px 0;
        padding-right: 5%;
        display: flex;
    }
.con_if .t_co:nth-child(2) {
    border-top: 3px solid #9fab95;
}
.con_if .t_co img{
    width:20%;
}
.con_if .t_co {
    width: 50%;
    background: #fff;
    background-size: cover;
    padding: 35px;
    width: calc((100% - 20px) / 2);
    border-top: 3px solid #d0784d;
    display: flex;
    align-items:center;
}
.contact .side1 {
    margin-bottom: 0;
}

#chkImg {
    height: 54px;
}

.form-select,
.form-control {
    padding: 15px;
    border: 1px solid #c0c0c0;
}

.verify_xsd {
    flex: unset;
    width: 140px;
}

.pt10 {
    margin-top: 40px;
}

    .pt10 .btn.btn-primary.gray:hover,
    .pt10 .btn.btn-primary:hover {
        background-color: #d0784d;
        color: #fff;
        opacity: 0.7;
    }

    .pt10 .btn.btn-primary.gray {
        background: #969696;
        border-color: #969696;
        color: #fff;
        margin-left: 10px;
    }

    .pt10 .btn.btn-primary {
        position: relative;
        background-color: #ab545a;
    }

    .pt10 .btn.btn-primary,
    .pt10 .btn-secondary {
        width: 150px;
        padding: 16px 30px;
        font-size: 16px;
        border-radius: 0;
    }

.co_box {
    position: relative;
    padding:0 0 80px;
}



.needs-validation {
    position: relative;
    margin: 0 0 80px;
}

.demo {
    font-size: 18px;
    font-weight: bold;
}

.list-creative > li {
    padding: 20px 0;
}

.list-creative a {
    color: #323232;
    font-size: 16px;
}

.list-creative > li:nth-child(2n) .list-terms:before {
    background: #0a3d8b;
}

.list-creative .list-terms:before {
    width: 3px;
    background: #0a3d8b;
}

.list-creative .list-terms {
    padding-left: 20px;
}

.contact .h5 {
    font-weight: 400;
    color: #090909;
    font-size: 24px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-weight: bold;
}

.contact .form-group .radio-inline {
    padding-right: 20px;
    margin-top: 7px;
    display: inline-block;
}

    .contact .form-group .radio-inline input {
        margin-right: 6px;
    }



/*共用*/

.news  .breadcrumb-section {
    margin-bottom: -40px !important;
}
.breadcrumb-section {
    margin-top:30px;
   margin-bottom: 0 !important;
}

.breadcrumb li a {
    display: inline-block;
}

.breadcrumb li:first-child a {
 /*   background-color: #dfdfdf;
    padding: 20px 30px;
    color: #000;*/
}

.breadcrumb {
    /*    padding: 0 3%;
    box-shadow: 0px 0px 10px #adadad54;
    background-color: #fff;*/
    background-color: unset;
    display: flex;
    align-items: center;
    padding-left: 0;
}

    .breadcrumb .txt-en,
    .h2 .txt-en {
        display: none;
    }

.main > .container, .main-content > .container {
    padding: 0 7%;
    max-width: 100%;
}

sort-area .btn-info:focus, .sort-area .btn-info {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 0;
}

/*首頁*/
.home_layout .d-flex {
    align-items:center;
}
.home_layout .pic .map_tw:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #d0784d;
    position: absolute;
    top: 0;
    left: 0;
    animation: circleBg 1s infinite ease-out;
}
.home_layout .pic .map_tw:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #ab545a;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.525);
    opacity: 0;
    animation: circleBg 1s 0.6s infinite ease-out;
}
@keyframes circleBg {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    80% {
        opacity: 0.3;
        transform: scale(1.5)
    }

    to {
        opacity: 0;
        transform: scale(1.525)
    }
}
.home_layout .pic .map_tw {
    position: absolute;
    right: 27%;
    bottom: 40%;
    z-index:10;
}
.home_layout .tit ul li{
    padding:15px 0;
}
    .home_layout .tit ul li label {
        background-color: #97a38d;
        font-size: 18px;
        padding: 7px 10px;
        color: #fff;
        width: 185px;
        text-align: center;
        line-height: normal;
        width: 160px;
    }
    .home_layout .tit ul li.li_b4  label {
        background-color: #ab545a;
    }
  
.home_layout .tit ul li a:hover{
    color:#d0784d;
}
.home_layout .tit ul li a {
    color: #000;
    font-size: 18px;
    padding-left: 10px;
    width:80%;
}
.home_layout .tit ul li {
    display: flex;
    align-items: center;
}
.home_layout .tit ul{
    margin-top:3%;
}
.home_layout .tit,
.home_layout .pic {
    position: relative;
    width: 50%;
}
.home_layout {
    padding: 5% 8%;
    background-color: #fff;
}
body.news.show .slick-arrow {
    top: 30%;
}
body.news.show  .slick-next {
    right: -5%;
}
body.news.show .slick-prev {
    left: -5%;
}
body .slick-arrow,
body .slick .slick-arrow,
.slick-multi-cusarrow .slick-btn .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: unset;
    border-width: unset;
    transform: unset;
    box-shadow: 0px 0px 22px #40404054;
    top: 42%;
}
body .slick-next:hover,
body .slick .slick-next:hover,
.slick-multi-cusarrow .slick-btn .btn-next:hover {
    opacity: 0.7;
}
body  .slick-next,
body .slick .slick-next,
.slick-multi-cusarrow .slick-btn .btn-next {
    background: url('../images/all/arrow_right.svg') no-repeat #fff center;
    right: -18px;
    transition: all 0.5s;
}
body .slick .slick-prev:hover,
.slick-multi-cusarrow .slick-btn .btn-prev:hover {
    opacity: 0.7;
}
body .slick-next:before,
body .slick-prev:before {
    display: none;
}
body .slick-prev,
body .slick .slick-prev,
.slick-multi-cusarrow .slick-btn .btn-prev {
    background: url('../images/all/arrow_left.svg') no-repeat #fff center;
    left: -18px;
    transition: all 0.5s;
    z-index: 1;
}
.dt_fx .date {
    font-size: 16px !important;
    color: #525252 !important;
    padding: 10px 0;
}
.dt_fx .tag a {
    color: #ab545a;
}
.dt_fx .tag {
    background-color: unset;
    border: 1px solid #ab545a;
    padding: 4px 20px;
    margin-bottom: 0;
    width: auto;
    margin-right: 10px;
    color: #ab545a;
    border-radius: 30px;
    font-size: 16px;
}
.dt_fx {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.article-grid.info-absolute .item .info {
    padding: 30px 5px;
}
.home_about .home_about_right ul li h4,
.home_about .home_about_left ul li h4 {
    color: #111111;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}
.home_about .home_about_right ul li,
.home_about .home_about_left ul li {
    color: #d0784d;
    font-size: 35px;
    padding: 0 3%;
    font-weight: bold;
    text-align: center;
}
.home_about .home_about_right ul,
.home_about .home_about_left ul {
    justify-content: center;
    padding: 40px 0 20px;
}
    .home_about .home_about_right ul li kbd,
    .home_about .home_about_left ul li kbd {
        background-color: unset;
        color: #d0784d;
        font-size: 60px;
        font-family: "Arial";
    }
.home_about .home_about_left,
.home_about .home_about_right {
    padding: 0 5%;
}
.home_about .home_about_left {
    border-right: 1px dashed #000;
    padding: 0 5%;
}
.home_about {
    background: url('../images/all/ab_bg.jpg') no-repeat;
    padding: 5% 2%;
}

.home_product {
    background: url('../images/all/prod_bg.jpg') no-repeat;
    background-size:cover;
}

    .home_product .l-info .g-info p {
        color: #fff;
        padding-bottom: 5%;
    }
    .home_product .l-info .g-info ul li a {
        display: block;
        font-size: 20px;
        color: #fff;
    }


    .home_product .g-title:before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #ffffff70;
        width: calc( (100%  -  125px) );
        right: 0;
        height: 1px;
        top: 50%;
    }

    .home_product .g-title {
        position: relative;
        font-size: 32px;
        color: #fff;
        font-weight: bold;
        margin-bottom:20px;
    }
    .home_product .g-location {
        align-items:center;
    }

    .home_product .l-info .location-infoList {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .home_product .pic-fill img {
        /*height: 400px !important;*/
        /*width: 400px !important;*/
        position: relative;
        overflow: hidden;
        object-fit: cover;
        object-position: center center;
    }

    .home_product {
        padding: 7% 5%;
        background-color: #285f56;
    }

    .home_product .slick-dots li.slick-active,
    .home_product .slick-dots li:hover {
        background: #97a38d;
        border: 1px solid #97a38d;
    }

    .home_product .slick-dots li {
        width: 130px !important;
        height: auto;
        border: 1px solid #fff;
        border-radius: 0;
        color: #fff;
        flex-grow: 1;
        padding: 8px 5px;
        font-size: 20px;
        transition: all .5s;
        text-align: center;
        margin: 5px 8px;
        font-weight: bold;
    }

    .home_product .g-location > * {
        min-width: 0px;
        width: 50%;
    }

        .home_product .g-location .location-infoList .slick-dots {
            position: relative;
            display: inline-block;
            bottom: auto;
            margin-bottom: 6%;
            text-align: left;
            display: flex;
            /*flex-wrap: wrap;*/
        }
    .home_product .h2 {
        color: #fff;
        border-bottom:none;
    }

.article-grid.info-absolute .item .pic img {
    transform: scale(1);
   
}
.more:hover {
    background-color: #d0784d;
}
.more {
    background-color: #ab545a;
    color: #fff!important;
    padding: 7px 23px;
}
.pagination .more {
    padding: 15px 23px;
}

.home_tbns_box > .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.home_tbns_box .home_tbns .more {
    position: absolute;
    right: 5.5%;
    top: 9px;
}

/*.home_tbns_box .home_tbns  .slick-slide .ratio iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;*/
    /* 修正 Safari 初始渲染 Bug */
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}*/

/* 確保 slick-slide 寬度計算正確 */
/*.home_tbns_box .home_tbns  .slick-slide {
    height: auto !important;
    outline: none;
}*/
.slick-list {
    overflow: hidden;
    /* 加入硬體加速觸發，強迫 Safari 重新計算圖層 */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.home_tbns_box .home_tbns {
    width: 50%;
    position: relative;
    padding: 0 2%;
}
.home_tbns_box {
    display: flex;
    background: url('../images/all/new_bg.jpg') no-repeat;
    padding: 8% 8% 6%;

}

.home_tbns_box  .multiple-slick.slick {
    padding: 0;
}


a.more_x i:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #fff;
    left: -13px;
    top: -5px;
    width: 1px;
    height: 25px;
}
a.more_x i {
    position: relative;
    background: url('../images/all/more.svg') no-repeat;
    width: 20px;
    height: 12px;
}
a.more_x:hover{

}
a.more_x span {
    width: 80%;
}
a.more_x:hover {
    background-color: #d0784d;
}
a.more_x {
    background-color: #ab545a;
    color: #fff;
    padding: 14px 14px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
h2.h3:before {
    content: " ";
    display: block;
    position: absolute;
    background: url('../images/all/h_bg.svg') no-repeat;
    width: 59px;
    height: 60px;
    left: -52px;
    top: -29px;
    mix-blend-mode: multiply;
}
h2.h3 {
    text-align: left;
    position: relative;
    margin-bottom:0;
}
h2.h3 .txt-en{
    display:none;
}
h2.h3,
.h2 {
    font-size: 50px;
    font-weight: bold;
    color: #d0784d;
}
.row .item:hover {
    box-shadow: 0px 0px 22px #40404054;
}
    .row .item:hover .pic iframe {
        opacity: 0.7;
    }
    .row .item:hover .pic img {
        opacity: 0.7;
        -moz-transform: scale(1.1) !important;
        transform: scale(1.1) !important;
    }

.row .item {
    background-color: #fff;
    padding: 10px !important;
    /*margin-left: 15px;
    margin-right: 15px;*/
    /*height: 100%;*/
    -moz-transform: scale(0.93);
    transform: scale(0.93);
    height: 400px;
    transition: all 0.5s;
}

    .row .item .info .desc,
    .row .item .info .desc a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
        color: #484848;
        font-size: 15px !important;
        display: none;
    }
    .article-grid.info-absolute .item .info .title,
    .row .item .info .title,
    .row .item .info .title a {
        font-size: 20px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
        line-height: normal;
        font-weight: bold;
        
          /*height: 50px;*/
    }


    /*footer*/
.gotop {
    right: 10px;
    bottom: 10px;
    opacity: 1;
 
}
    .gotop a:hover{
        opacity:0.7;
    }
    .gotop a {
        background: url(../images/all/top.svg) no-repeat center #d0784d;
        width: 60px;
        height: 60px;
        text-indent: -9999px;
        transition: all 0.5s;
        border-radius: 0;
    }
.fot_sitp>.container-fluid{
    padding-left:0;
    padding-right:0;
}
.footer .foter_two ul li{
    padding-right:5%;
}
    .footer .foter_two ul li a:hover {
        color: #f2b597;
    }
    .footer .foter_two ul li label{
        padding-right:5px;
    }
    .footer .foter_two ul li a {
        color: #000;
    }
.footer .foter_two ul {
    margin: 30px  auto 0;
    width: 70%;
 
}
.footer .foter_two .foter_two_right,
.footer .foter_two .foter_two_left {
    width: 50%;
    padding:70px  3%;
}
.footer .foter_two .foter_two_right {
    background: url('../images/all/footer_bg2.jpg') no-repeat;
    background-size: cover;
}

.footer .foter_two .foter_two_left {
    background: url('../images/all/footer_bg1.jpg') no-repeat;
    background-size: cover;
}
.footer .footer_content.fc_seperate_bottom {
    padding: 0;
}
.footer .fot_sitp .tep1 li a:hover{
    color:#d0784d;
}
.footer .fot_sitp .tep1 li a {
    color: #ffffffc2;
    padding: 5px 0;
    line-height: normal;
    font-size: 15px;
}

.footer .fot_sitp .tep1 h4 {
    color: #fff;
    font-weight:bold;
    font-size: 20px;
}
.footer .fot_sitp .tep1 {
    width: 15%;
    padding-right:20px;
}
.footer .fot_sitp .fot_sitemp {
    padding: 50px 3%;
}
.footer .fot_sitp {
    background-color: #676662;
    padding:   0;
}
.footer .copyrights-info {
    text-align: center;
    font-size: 14px;
    color: #656565;
    padding: 30px 0 !important;
    margin-top: 0;
}

.footer .footer_content.fc_seperate_bottom .footer-bottom {
    background-color: #fff;

}


