.where {
    padding: 30px 0;
}

.where a {
    color: #bbbbbb;
    font-size: 14px;
    transition: none;
}

.where a:after {
    content: '/';
    padding: 0 5px;
}

.where a:last-of-type {
    color: #333;
}

.where a:last-of-type:after {
    content: normal;
}

#news h1.title {
    color: #333;
    font-size: 48px;
    font-weight: bold;
    line-height: 66px;
}

#news ul.tabs {
    margin: 30px 0px 10px 0px;
}

#news ul.tabs li {
    line-height: 33px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

#news ul.tabs li a {
    color: #555555;
}

#news ul.tabs li.actived a {
    color: #555555;
}

#news ul.tabs li:after {
    content: '|';
    position: absolute;
    right: 5px;
    top: -2px;
    font-weight: 300;
}

ul.noneStyle li {
    list-style: none;
}

.news_top {
    width: 100%;
    height: 80px;
    display: block;
}

#news ul.tabs li:last-of-type:after {
    content: normal;
}

.newsarea {
    margin-bottom: 50px;
    float: left;
}

.news_right {
    margin: 8px 15px 30px;
    float: right;
}

#news .news-boder {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    /*
    display: flex;
    flex-wrap: wrap;
*/
    /*    justify-content: space-around;*/
}

.frame-news {
    width: 23.4%;
    float: left;
    padding: 0px;
    margin: 0px 10px 20px 10px;
    border: 1px solid #dddddd;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.news-image {
    width: 100%;
    height: 168px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.news-type {
    color: #333333;
    font-weight: 500;
    width: fit-content;
    height: 32px;
    line-height: 32px;
    padding: 5px 20px 5px 18px;
    margin: 20px 0px 0px;
    font-size: 22px;
    background-color: #dddddd;
    border-radius: 50px;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

.news-area {
    padding: 20px;
}

.list h3.news-title {
    font-size: 18px;
    font-weight: normal;
    color: #555555;
    text-align: left;
    line-height: 32px;
    margin-bottom: 50px;
}

.news-date {
    position: absolute;
    cursor: pointer;
    display: flex;
    bottom: 20px;
    margin-top: 20px;
    right: 20px;
    margin-top: 20px;
    text-align: right;
    font-size: 18px;
    margin-top: 20px;
    color: #555555;
}

.dk_options a:hover {
    color: #ffffff !important;
}

.frame-news .pic {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.related-articles{margin-top: 80px;}

.related-articles .slick-initialized .slick-slide {
    display: flex;
    height: auto !important;
}


#news .cover2 {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    /* top: 50%; */
    left: 50%;
    z-index: 1;
    margin-top: 35px;
    margin-left: -50px;
}

#news-in .cover2 {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    /* top: 50%; */
    left: 50%;
    z-index: 1;
    margin-top: 40px;
    margin-left: -50px;
}

#news .application_box:hover .cover,
#news .frame-news:hover .cover2,
#news .pro_area:hover .cover3 {
    opacity: 1;
}

#news-in .application_box:hover .cover,
#news-in .frame-news:hover .cover2,
#news-in .pro_area:hover .cover3 {
    opacity: 1;
}

.max-lg-size #news-in .cover3 {
    top: -20px;
}

.tabContent a:hover {
    border-bottom: 0px solid #fff;
}

.pic img {
    width: 100%;
}

.min-md-size .news_right {
    width: 230px !important;
}

ul.pages li {
    display: inline-block;
    margin: 5px;
}

ul.pages {
    text-align: center;
    margin-bottom: 80px !important;
}

ul.noneStyle {
    margin: 0;
    padding: 0;
}

ul.pages li {
    display: inline-block;
    margin: 5px;
}

ul.pages li.actived a {
    color: #fff;
    background-color: #fabe00;
    border-color: #fabe00;
}

ul.pages li a {
    display: block;
    width: 33px;
    height: 33px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    color: #555555;
    line-height: 33px;
}

ul.pages li a.gray {
    color: #fff;
    background: #dddddd center no-repeat;
    border-color: #ffffff;
}

ul.pages li.last a {
    background-image: url(../../styles/images/pages-last.png);
    border: 1px solid #ddd;
}

ul.pages li.next a {
    background-image: url(../../styles/images/pages-next.png);
}

ul.pages li.prev a {
    background-image: url(../../styles/images/pages-prev.png);
}

ul.pages li.first a {
    background-image: url(../../styles/images/pages-first.png);
}



#news ul.pages {
    margin-bottom: 80px !important;
    clear: both;
}

#news ul.noneStyle li {
    margin-top: 10px;
}

#news-in .inner {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    /*    margin-bottom: 80px;*/
    padding: 0px 0px 80px;
    /*    border-bottom: 2px solid #fabe00;*/
    word-break: break-all;
}

#news-in .inner > .title {
    padding-bottom: 20px;
    padding-right: 130px;
    margin-bottom: 80px;
    border-bottom: 2px solid #fabe00;
    position: relative;
}

#news-in .inner .title ul.share li {
    display: inline-block;
}

#news-in .inner .title ul.share {
    position: absolute;
    right: 0;
    bottom: 20px;
}

#news-in .inner .title h1.title {
    color: #333;
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    word-break: break-word;
    /*    margin-bottom: 10px;*/
}

#news-in .inner .title ul.share li a.linked {
    background-image: url(../../styles/images/icon-linked.png);
}

#news-in .inner .text h2 {
    font-size: 30px;
    color: #555555;
    margin-bottom: 10px;
    text-align: left;
    margin-bottom: 0px;
    line-height: 40px;
}

#news-in .inner .related-products h2 {
    font-size: 30px;
    font-weight: normal;
    color: #555555;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
}

#news-in .inner .text h3 {
    color: #555555;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;

}


#news-in .inner .text h4 {
    color: #555555;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    /*    margin-bottom: 10px;*/
}

#news-in .inner .title p.type {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
}

#news-in span.add {
    padding-right: 20px;
}

#news-in .inner ul {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 0em;
}

#news-in .inner .title ul.share li {
    display: inline-block;
}

#news-in .inner .title ul.share li a.fb {
    background-image: url(../styles/images/icon-fb.png);
}

#news-in .inner .title ul.share li a.twitter {
    display: none;
    background-image: url(../styles/images/icon-twitter.png);
}

#news-in .inner .title ul.share li a.linked {
    background-image: url(../styles/images/icon-linked.png);
}

#news-in .inner .title ul.share li a.google {
    background-image: url(../styles/images/icon-google.png);
}

#news-in .inner .title ul.share li a.fb:hover {
    background-color: #3b5998;
}

#news-in .inner .title ul.share li a.twitter:hover {
    background-color: #2ba9e1;
}

#news-in .inner .title ul.share li a.linked:hover {
    background-color: #069;
}

#news-in .inner .title ul.share li a {
    display: block;
    width: 33px;
    height: 33px;
    border: none;
    border-radius: 50%;
    background: #cbcbcb center no-repeat;
    background-size: 20px;
    margin-left: 5px;
}

#news-in .inner a {
    line-height: 28px;
    border-bottom: 1px solid #fabe00;
}

#news-in .inner .text a {
    border-bottom: 1px solid #fabe00 !important;
    font-weight: inherit;
}

#news-in .inner .text a:hover {
    border-bottom: 1px solid #fabe00 !important;
}

#news .dk_options .dk_option_current a {
    color: #fff !important;
}

#news-in img {
    height: auto !important;
    max-width: -webkit-fill-available;
    /*    max-width: inherit;*/
}

#news-in .new-table-parent img {
    max-width: fit-content;
}

#news-in .table {
    word-break: normal;
    /*    border-color:#ffffff;*/
    vertical-align: baseline;
    margin-bottom: 0rem;
    width: auto;
    border-bottom-width: 1px !important;
    padding-bottom: 80px;
    border-bottom:1px solid #dddddd;
}

#news-in table {
    border-collapse: inherit;
}

#news-in .table > :not(caption) > * > * {
    padding: 0px;
    border-bottom-width: inherit;
    vertical-align: middle;
    z-index: 0;
    line-height: 32px;
}


#news-in .table td {
    border-style: revert-layer;
    border-width: thin;
}

#news-in .container h2 {
    font-size: 30px;
    font-weight: 500;
    color: #555555;
    text-align: center;
    margin-bottom: 30px;
    line-height: 40px;
}

#news-in .pro_area {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 10px;
    /* position: relative; */
    height: auto !important;
    width: 100%;
    min-height: 100%;
    height: auto;
    position: relative;
}

#news-in .product-text {
    margin-bottom: 55px;
}

#news-in .related-products h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 32px;
}

#news-in .product-text ul {
    padding: 0px 20px;
    display: inline-block;
    margin-bottom: 50px !important;
}

#news-in .product-text li {
    list-style: disc !important;
    font-size: 16px;
    margin-left: 20px;
    font-weight: normal;
}

#news-in .favorites_s {
    position: absolute;
    cursor: pointer;
    padding-left: 50px;
    display: flex;
    bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

#news-in .favorites_s i {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url(../../styles/images/header-icon-plus.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s, background 0.3s;
    position: absolute;
    background-color: #cbcbcb;
    left: 20px;
    top: 0;
}

#news-in .favorites_s.actived i {
    background-color: #fabe00;
}

#news-in .favorites_s:hover i {
    background-color: #ffb800;
}

#news-in .product-text li .pic:after {
    content: '';
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

#news-in .frame-news:hover .cover2,
#news-in .pro_area:hover .cover3,
#news-in .inq_dow_area:hover .cover4 {
    opacity: 1;
}

#news-in .slick-track p {
    font-size: 16px;
}

#news-in .related-products .app_n {
    position: absolute;
    display: block;
    width: 45px;
    top: 6%;
    left: 6%;
    z-index: 5;
}

#news-in .slick-prev {
    text-indent: -9999px;
    /* top: 60px; */
    left: -20px;
    z-index: 0;
}

#news-in .slick-next {
    text-indent: -9999px;
    right: -20px;
    background-repeat: no-repeat;
    z-index: 0;
}

#news-in .banner {
    margin-bottom: 80px;
}

#news-in .pic img {
    width: 100%;
}

#news-in .pro_area .pic {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

#news-in ul.listp li {
    /*    vertical-align: top;*/
    text-align: left;
    width: 18.4%;
    margin: 0px 10px 20px;
    list-style-type: disc;
    position: relative;
}

#news-in .cover3 {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    /* top: 50%; */
    left: 50%;
    z-index: 1;
    margin-top: 70px;
    margin-left: -50px;
}

#news-in ul.listp li:hover .pic:after {
    opacity: 1;
    transition: opacity 1s ease;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    height: 100%;
    display: flex;
    transform: translate3d(0, 0, 0);
}

.slick-initialized .slick-slide {
    display: block;
}



#news-in .related-products {
    margin-bottom: 80px;
    margin-top: 80px;
}

.cover {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    /* top: 50%; */
    left: 50%;
    z-index: 1;
    margin-top: 50px;
    margin-left: -50px;
}


#news-in .application_box {
    width: 430px;
    margin: 0 auto;
    text-align: center;
    margin: 0px 10px;
    position: relative;
    border: 1px solid #dddddd;
}

#news-in .application_box h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px;
    line-height: 32px;
}

#news-in .other-application {
    margin-bottom: 80px;
    margin-top: 80px;
    /*    padding-top: 80px;*/
    /*    border-top: 1px solid #dddddd;*/

}


#news-in .frame-news {
    width: auto;
}

#news-in .inner div.table div:last-child.info,
#news-in .inner div.table div:last-child.related-products {

    border-bottom: 0px solid #dddddd;
    /* padding-bottom: 80px; */
    margin: 80px auto 0px;
}


.news-area h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    text-align: left;
    margin-bottom: 50px;
    word-break: break-word;
}

.slick-initialized {
    margin: 0px 0px 0px;
}

.cta-section {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url(../styles/images/contact_bg2.jpg);
   justify-content: center;    
  /* 垂直置中 */
  align-content: center;      
  flex-wrap: wrap;
  margin: 0 auto;
  background-repeat: no-repeat;
  font-weight: 400 !important;
}                 

.cta-text {
  z-index: 1; /* 確保文字不被按鈕遮住 */
  font-size: 18px;
  color: #555555;
  margin-left: 50px;
  
}

.cta-text p{
 font-weight: 400;
}

.contact-btn {
  position: absolute;
  left: 50%;
  top:40%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px !important;
  border-radius: 50px;
  background: #fabe00 !important;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.cta-section-end{  display: flex;
  justify-content: center; /* 水平置中 */
  align-items: center;     /* 垂直置中（可選） */
  gap: 20px;               /* 按鈕間距 */
  height: 100%;}

  .contact-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 50px;
  background: #fabe00;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}


.contact-btn .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: filter 0.3s ease;
}

.contact-btn2 .icon{
  margin-right: 10px;
  transition: filter 0.3s ease;}


.contact-btn2:first-child{margin-right: 80px;}
.contact-btn2:last-child{padding: 0 35px;}




.contact-btn:hover,.contact-btn2:hover   {
  background: #555 !important;
  color: #fff;
}

.contact-btn:hover .icon,.contact-btn2:hover .icon,.locations-btn:hover .icon {
  filter: brightness(0) invert(1); /* 將信封圖標變白 */
}



.cta-section-end {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url(../styles/images/contact_bg.jpg);
   justify-content: center;    
  /* 垂直置中 */
  align-content: center;      
  flex-wrap: wrap;
  margin: 0 auto;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}  



.max-lg-size #news .newsarea {
    margin-bottom: 0px;
}


.max-lg-size #news .news_right {
    float: right;
    margin-right: 13px !important;
    margin-bottom: 30px;
    width: 180px;
    margin-top: 10px;
}



.max-lg-size #news-in .related-products .app_n {
    position: absolute;
    display: block;
    width: 20%;
    top: 6%;
    left: 6%;
    z-index: 5;
}

.max-md-size .cta-text {
    z-index: 1;
    margin: 0px 0px 60px 0px;
    text-align: center;
}

.max-md-size .contact-btn {
    top: 55%;
}


.max-md-size #news-in .cover2 {
    margin-top: 10px;
}

.max-md-size .slick-slider .slick-list {
    width: 95%;
    margin: 0 auto;
}

.max-md-size #news-in .cover2 {
    margin-top: 10px;
}


.max-md-size .cover {
    margin-top: 3px;
}

.max-md-size #news-in .cover {
    margin-top: 3px;
}

.max-md-size #news-in .slick-next {
    right: -8px;
    width: 30px;
}

.max-md-size #news-in .slick-prev {
    left: -8px;
    width: 30px;
}


.max-md-size .frame-news {
    width: 47%;
    margin: 0px 10px 20px;
    display: inline-block;
    box-sizing: content-box;
}

.max-md-size .news-image {
    width: 100%;
    height: 22.5vw;
    background-size: 100%;
    background-position: center;
}


.max-md-size #news .cover2 {
    margin-top: 45px;
}


.max-sm-size #news .cover2 {
    margin-top: 55px;
}

.max-sm-size #news-in .banner {
    margin-bottom: 50px;
}

.max-sm-size #news ul.pages {
    margin-bottom: 50px !important;
}

.max-sm-size #news-in .inner > .title {
    padding-right: 0px;
    display: flow-root;
}

.max-sm-size #news-in .inner .title ul.share {
    float: right;
    position: revert;
}

.max-sm-size #news-in .inner {
    /*    word-break: keep-all;*/
    word-break: break-word;

}

.max-sm-size #news-in .new-table-parent {
    overflow-x: scroll;
}

.max-sm-size .slick-slider .slick-list {
    width: 90%;
    margin: 0 auto;
}

.max-sm-size #news-in .related-products {
    padding-bottom: 0px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.max-sm-size #news-in .other-application {
   
}

.max-sm-size #news-in .related-products .app_n {
    width: auto;
}

.max-sm-size #news-in .other-application{margin-top: 50px;}

.max-sm-size #news .news_right {
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-top: 30px;
}

.max-sm-size #news-in .inner {
    padding: 50px 0;
}

.max-sm-size #news-in .table{padding-bottom: 0px;}

.max-sm-size #news-in .other-application{ margin-bottom: 50px;}

.max-sm-size .cta-section{background-position: 50%;align-content: normal;padding-top: 15px; margin-bottom: 50px; height: 150px;}

.max-sm-size .cta-text{margin:0px 0px 60px 0px; text-align: center;}
.max-sm-size .contact-btn{top: 55%;width: 36%;}

.max-sm-size .cta-section-end{ flex-direction: column;
    height: auto; /* 高度可自動撐開 */
    padding: 20px 0;margin-bottom: 50px; height: 150px;}
.max-sm-size .contact-btn2:first-child{margin-right: 0px;}

.max-xs-size #news-in .frame-news {
    margin: 0px 5px;
}

.max-sm-size #news .news_top {
    padding-bottom: 80px;
}

.max-sm-size .news-boder {
    display: block;
}

.max-sm-size #news-in .cover3 {
    top: 10%;
}

.max-sm-size #news-in .cover {
    margin-top: 8%;
}

.max-sm-size #news-in .cover2 {
    margin-top: 10%;
}

.max-sm-size #news-in .inner .title h1.title {
    margin-bottom: 0px;
}

.max-sm-size #news-in .inner > .title {
    margin-bottom: 50px;
}

.max-sm-size #news-in .inner div.table div:last-child.info,
.max-sm-size #news-in .inner div.table div:last-child.related-products {
    /* border-bottom: 1px solid #dddddd;
    padding-bottom: 50px; */
    margin: 50px auto;
}

.max-sm-size .related-articles{margin-top: 50px;}

.max-xs-size .where {
    padding: 10px 0;
}

.max-xs-size #news h1.title {
    font-size: 35px;
    line-height: 45px;
}

.max-xs-size .frame-news {
    width: 99%;
    margin: 0px auto 20px;
}

.max-xs-size .news-image {
    height: 190px;
    width: 100%;
    background-size: 100%;
    background-position: center;
}

.max-xs-size ul.pages li {
    margin: 5px 1px;
}


@media only screen and (max-width: 1366px) {

    .frame-news {
        width: 23.2%;
        margin: 0px 10px 20px;
    }

    #news .cover2 {
        margin-top: 20px;
    }

    #news-in .cover2 {
        margin-top: 20px;
    }

    #news-in .cover {
        margin-top: 27px;
    }

}

@media only screen and (max-width: 1024px) {

    .frame-news {
        width: 22.7%;
    }
}