﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
:root {
}

.header .navbar {
    padding: 0 10px;
}
.btn-group.lang a {
    font-size: 18px;
}
.bsnav-mobile {
    z-index: 51;
}
.bsnavclose.close-btn {
    width: 40px;
    height: 40px;
    background: #903b43;
    border-radius: 50%;
    display: flex;
    padding: 7px;
}
body.home .home_news h3,
body.home .home_news .h3{
    font-family: 'Anton', sans-serif;
}
.ezshare-box a:hover {
    color: #fff;
}
/*banner*/
.banner .banner-pub-content {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 30%;
    z-index: 2;
    display: flex;
    align-items: center;
} 

body.home .banner .slick {
    position: unset;
}
.banner .banner-wrapbox {
    position: relative;
}

.editor{ line-height: unset; }

.banner-pub-content .slogan p {
    font-size: 20px;
    color: #fff;
}
.banner-pub-content .slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-pub-content .slogan .title-main {
    color: #04daf6;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 800;
    line-height: 18px;
    margin-top: 20px;

}

.banner-pub-content .slogan .title-sub {
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 800;
    margin-top: 10px;
    -webkit-box-reflect: below -53px -webkit-linear-gradient(transparent, transparent 50% , rgba(255,255,255,.3)); 
}



.banner-pub-content .slogan .title-main ,
.banner-pub-content .slogan .title-sub {
    font-size: 86px;
    transform: rotateY(40deg) translate(-85px, 0);
}


.banner-pub-content .slogan .small-txt {
    font-size: 12px;
    color: #6bd0de;
    opacity: .4;
}

.banner-pub-content .pic {
    display: flex;
    justify-content: flex-start;
}

.banner-pub-content .pic img {
    transform: scale(0.8);
    margin-left: -100px;
    
}

.banner-pub-content .slogan  {
    opacity: 0;
    transition: 1s;
}

.banner-pub-content .slogan.aos-animate {
    opacity: 1;
    transition: 1s;
}

.banner .slick-dots {
    bottom: 20px;
    z-index: 5;
}

.banner .slick-dots li { 
    width: 85px;
    height: 3px;
}

.banner .slick .slick-dots button {
    width: 74px;
    height: 3px;
    padding: 0;
    border-radius: 0;
}

.banner .slick .slick-dots .slick-active button {
    background: #0698ab;
}

.banner .slick .slick-dots button {
    background: #d9d9d9;
}

body.home .home_news h3 .txt-en, 
body.home .home_product h3 .txt-en,
body.home .home_news .h3 .txt-en, 
body.home .home_product .h3 .txt-en{
    color: var(--main-color);
    font-size: 54px;
    font-weight:500;
}



body.home .home_news h3 .and,
body.home .home_news .h3 .and{
    margin: 0 10px;
    font-size: 36px;
}

body.home .home_news h3 .txt-tw, 
h2 .txt-tw, 
h5 .txt-tw,
body.home .home_news .h3 .txt-tw,
body.home .home_product .h3 .txt-tw{
    font-size: 1.125rem;
    font-weight:500;
    color:#333;
}
body.home .home_news h3 .txt-tw:before, 
.h2 .txt-tw:before, 
.h5 .txt-tw:before,
body.home .home_news .h3 .txt-tw:before{
    content: '/';
    margin: 0 8px ;
    font-size: 20px;
    font-family: Arial;
}
body.home .home_news .ser_left {
    position: absolute;
    z-index: -1;
}
body.home .home_news .prod_home > .container-fluid,
body.home .home_product .prod_home > .container-fluid{
    padding: 0;
}
body.home .home_news .two-sys-wrapper .ser_right,
body.home .home_product .two-sys-wrapper .ser_right{
    flex: 0 0 auto;
    width: 100%;
}
body.home .home_news .two-sys-wrapper .ser_right .sec,
body.home .home_product .two-sys-wrapper .ser_right .section{
    width: 50%;
}
body.home .home_product .two-sys-wrapper .ser_right .section{
    width: 83.33333333%;
}
   
body.home .home_product .two-sys-wrapper .ser_right .section{
    margin-left:auto;
    padding-top:0 !important;
}
body.home .home_product h3 .txt-tw:after,
body.home .home_product .h3 .txt-tw:after{
    content: '/';
    margin: 0 10px;
    font-size: 20px;
    font-family: Arial;
}
body.home .home_news .article-list .item .time > span {
    padding: 4px 10px;
    font-size: 14px;
    color: #000;
    transition: .5s;
}
body.home .home_news .article-list .item .icon {
    display: none;
}
body.home .home_news .article-list .item a:hover .time > span {
    color: #fff;
    background: var(--main-color);
}
body.home .article-list .item .main-info > div {
    justify-content: flex-start !important;
}
body.home .home_news h3,
body.home .home_news .h3{
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;

}

.article-list .item .time {
    display: flex;
    align-items: center;
    margin-right: 42px;
}

.article-list .item .time span {
    padding: 4px 10px;
    font-size: 14px;
    color: #000;
    transition: .5s;
}

.article-list .item:hover .time span {
    background-color: var(--main-color);
    color: #fff;
    transition: .5s;
}
.pro-name {
    color: #333;
}
a:hover {
    color: var(--main-color);
}

.article-list .item + .item {
    border: 0;
    margin-top: 10px;
    padding-top: 10px;
}

.home_news .news-title, .home_product .news-title {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}
body.home .home_news .news-title {
    margin-bottom: 30px;
}
body.home .home_news h3 , .h2,
body.home .home_news .h3{
    border: 0;
    padding: 0;
    margin: 0;
}

body.home .btn.more {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: unset;
    background: url('../images/all/more.png')no-repeat center;
    padding: 0;
    overflow: hidden;
}

body.home .btn.cover.bottom:before {
    background: #e2e2e23d;
}

body.home .home_about .btn.more {
    position: absolute;
    right: -50px;
    bottom: -80px;
    overflow: hidden;
}

.news-title .btn.cover > span {
    display: none;
}


.home_news {
    position: relative;
}

.home_news::before {
    content: '';
    display: block;
    background: url('../images/all/news_bg.jpg')no-repeat center;
    width: 780px;
    height: 740px;
    background-size: contain;
    position: absolute;
    top: -218px;
    right: 0;
    z-index: -1;
    display: none;
}

.home_news::after {
    content: '';
    display: block;
    background: url('../images/all/pd-1.png')no-repeat center;
    width: 730px;
    height: 730px;
    position: absolute;
    top: -95px;
    right: 42px;
    z-index: -1;
    display: none;
}


.home_news .news_bg {
    position: absolute;
    top: -238px;
    right: 0;
    z-index: -1;
}

.home_news .pd-1 {
    position: absolute;
    top: 36%;
    right: 60px;
    z-index: -1;
}

.home_news .news_bg {
    opacity: 0.1;
    transition: .7s;
}

.home_news .news_bg.aos-animate{
    opacity: 1;
    transition: .7s;
}



.article-list .item .info {
    display: flex;
    align-items: center;
}

.home_about {
    position: relative;
    padding:0 0 90px;
}

.home_about::before {
    content: '';
    width: 70%;
    height: 100%;
    background: url('../images/all/about-bg.jpg')no-repeat center bottom;
    position: absolute;
    z-index: -1;
    background-size: cover;
}
.home_about::after {
    content: '';
    width: 35%;
    height: 100%;
    background-color: #2e2e2e;
    position: absolute;
    bottom: -36px;
    z-index: -2;
}

.home_about h3,
.home_about .h3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    position: relative;
    padding: 40px 0 0 0px;
} 

.home_about h3:after,
.home_about .h3:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 180px 0 180px;
    border-color: #2e2e2e transparent transparent transparent;
    position: absolute;
    top: 0;
    left: -140px;
    z-index: -1;
}

body.home .section h3 .txt-en , .h2 .txt-en , .h5 .txt-en {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1.5px;
} 

body.home .section h3 .txt-tw , 
body.product .home_news h3 .txt-tw, 
.h2 .txt-tw , 
.h5 .txt-tw,
body.product .home_news .h3 .txt-tw,
body.product .home_product h3 .txt-tw {
    font-size: 18px;
}
body.home .home_product .two-sys-wrapper .ser_left {
    order: 2;
    z-index: -1;
}
body.home .home_product .two-sys-wrapper .ser_right {
    order: 1;
    
}
/*body.home .home_product .two-sys-wrapper .ser_right > .container{
    padding: 100px 0;
}*/

body.home .sec {
    padding: 0px 0 90px;
}

body.home .sec.home_news {
    padding: 70px 0 96px;
} 

.home_about .about-txt {
    margin-left: 16vw;
    position: relative;
    margin: 30px  0 40px 15vw;
}


.home_about .about-txt  h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 600;
    color: #fff;
}

.home_about .about-txt  p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.aniFadeGrade {
    display: none;
}

body.home  .home_product {
    /*padding: 100px 0px 100px 0 !important;*/
    padding:0 !important;
}

body.home .home_product .news-title {
    justify-content: flex-end;
    margin-bottom: 74px;
}
body.home .home_product .news-title .h3 {
    margin-bottom: 0.5rem;
}
.home_product .slick {
    width: 60%;
    margin: 0 0 0 auto;
}

.home_product .slick .info .desc {
    display: none;
}

.home_product .slick .ratio {
    border: 1px solid #ccc;
}

.ratio::before  { transition: .5s; }

.home_product .slick .item:hover .ratio::before {
    position: relative;
    z-index: 5;
    background-color: rgb(169 0 0 / 64%);
    transition: .5s;
}

.home_product .slick .item:hover .ratio::after {
    content: 'MORE';
    display: inline-block;
    padding: 8px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 1px solid #fff;
    z-index: 6;
}

.slick .slick-prev,.slick .slick-next  {
    width: 50px;
    height: 50px;
    background-color: #2d2d2d;
    border-radius: 50%;
    transform: translate(0, -130%);
}

.slick .slick-prev {
    left: -54px;
    background: url('../images/all/arrow.png')no-repeat center #2d2d2d;

}

.slick .slick-next {
    right: -54px;
    background: url('../images/all/arrow-right.png')no-repeat center #2d2d2d;
}


.home_product {
    /*background: url('../images/all/pd-bg.jpg')no-repeat left bottom;
    background-size: 55%;*/
    position: relative;
}

.home_product .pd-bg {
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: -3
}


.footer {
    background-color: #2e2e2e;
}

body.home .main { display:none ;}

.footer .copyrights {
    color: #fff;
    margin-top: 16px;
}

.nav.tat_x {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav.tat_x li label {
    color: #666;
    font-weight: bold;
}

.nav.tat_x li label:after {
    content: '/';
    margin: 0 8px;
}

.nav.tat_x li a {
    color: #fff;
}

.footer_mid >  .container {
    position: relative;
}

.footer_mid .gotop {
    position: absolute;
    top: -50px;
    right: 10px;
}

.footer_mid .gotop a {
    border-radius: 0;
    background: url('../images/all/top-01.svg')no-repeat center var(--main-color);
    background-size: 50%;
}

.wid-float-section {
    /*display: none;*/
}


.home_product .gallery-list p.title {
    margin: 0;
}

.home_product .price-box {
    text-align: center;
}

.home_product .btn-box {
    display: grid;
}

.home_product .btn-box .btn {
    background-color: var(--main-color);
    color: #fff;
}

.bsnav-mobile.full.in .navbar {
    
}

.h2 {
    border-bottom: 1px solid var(--main-color);
}

.article-grid .item .info {
    border: 0;
}

.side .h3 {
    display: none;
}


.article-grid .item .info {
    padding: 20px 0;
}

.article-grid .item .info .kind a {
    padding: 6px 12px;
    color: #fff;
    background: var(--main-color);
}

.nav-item.dropdown>.navbar-nav {
    background-color: rgba(255,255,255,0.8);
}

.list-creative .list-terms:before {
    background: var(--main-color);
}

.list-creative > li:nth-child(2n) .list-terms:before {
    background: gray;
}

.home_about .bg {
    position: absolute;
    left: -70%;
    top: -177%;
    transform: rotate(92deg);
    z-index: -5;
}

.home_product .bg {
    position: absolute;
    right: -1554px;
}
.home_product .bg.right {
    left: 160%;
    bottom: -1300px;
}
.home_product .two-sys-wrapper {
    position: relative;
    padding: 100px 0;
}

.home_product .gallery-list.slick.list .item {
    margin-bottom: 0 !important;
}

.kind-info .h2, body.contact h3.h1.mb-4 {
    padding-bottom: 5px;
    margin-bottom: 44px;
}
body.contact h3.h1.mb-4 {
    font-size: 1.625rem;
    border-bottom: 1px solid;
    color: var(--main-color);
    font-weight: bold;
}
.circlebox {
    margin: 50px 0;
}
.circlebox .list_item {
    color: #a90010;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-wrap: wrap;
    background: #fff;
    margin: 0 8px;
    text-align: center;
    padding: 9px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    box-shadow: 4px 6px 11px 3px rgb(85 85 85 / 46%);
}
.circlebox .list_item:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    background: rgb(193 31 31 / 72%);
    z-index: -1;
    border-radius: 50%;
}
body.lang_US .circlebox .list_item {
    font-size: 18px;
}

.circlebox .d-flex {
    padding-left: 0;
    justify-content: center;
    align-items: center;
}


body.about .txt .bottombox {
    padding: 70px 36px 70px 0;
    position: relative;
    margin-top: 70px;
}
body.about .txt .bottombox::before {
    content: "";
    position: absolute;
    left: -24%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/all/about-bg2.jpg) no-repeat left bottom #020202;
    z-index: -1;
}
body.about .txt h3 {
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: bold;
    /* padding-bottom: 10px; */
    border-bottom: 1px solid rgb(221 221 221 / 55%);
    background: url(../images/all/icon.png) no-repeat left top;
    padding: 10px 0 12px 45px;
}
body.about .txt .bottombox .inner {
    width: 50%;
    color: #fff;
    margin-left: 50%;
}
