.banner_anchor_a{
grid-template-columns: 1fr 1fr 0.2fr;
}
.capacity-num-box h4 b{
font-weight: 600;
transform: translateY(.2em);
}
.banner-nav-anchor{
max-width: calc( 100% - var(--pad-space));
}
.banner_anchor {
width: 60%;
}
.fixed-bg img{
opacity: 0.3;
}
.animCounter{
display:block;
}
.company{
padding-top: var(--section-gap);
background: white;
}
.company-header{
padding: 0 var(--pad-space);
margin-bottom: 70px;
}
.company-header>div{
width: 100%;
max-width: 1600px;
margin: 0 auto;
}
.company-header-bar{
background: #e8e8e8;
padding: 10px;
border-radius: 100px;
}
.company-header-bar>div{
display: grid;
grid-template-columns: repeat(8,1fr);
position: relative;
}
.company-header-bar button{
flex:1;
min-width: 20%;
background: transparent !important;
border:unset !important;
outline: unset !important;
font-family: var(--ch-font);
color: var(--main-color);
position: relative;
z-index: 2;
}
.company-header-bar button:hover{
color: var(--main-color);
}
.company-header-bar-btn.active{
color: white;
}
.company-header-bar-btn.active:hover{
color: white;
}
.company-header-bar button p{
margin: 0;
font-size: 16px;
line-height: 1em;
margin-bottom: 5px;
font-weight: 500;
}
.company-header-bar button span{
margin: 0;
line-height: 1em;
font-size: 14px;
font-weight: 400;
}
.company-header-bar>div>div{
position: absolute;
top:0;
left: 0%;
background: var(--main-color);
width: 12.5%;
height: 100%;
z-index: 1;
border-radius: 100px;
transition: all .5s;
}
.company-box{
display: flex;
background: #E8E8E8;
width: calc(95% - var(--pad-space));
border-radius: 0 var(--box-radius) var(--box-radius) 0;
}
.company-box>div:first-child{
width: 45%;
aspect-ratio: 814 / 670;
overflow: hidden;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
}
.company-box>div:first-child>img{
width: 100%;
height: calc(100% + 5px );
object-fit: cover;
object-position: center;
}
.company-box>div:last-child{
width: 55%;
padding: 50px;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.company-box-title{
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 5px
}
.company-box-title>div{
display: flex;
background: white;
border-radius: var(--box-radius);
padding: 15px 20px;
gap:25px;
align-items: center;
}
.company-box-title>div>img{ height: 100%;
}
.glo-icon-w,
.iso-14064-w,
.faiewear-icon-w{
width: 80px;
}
.iso-9001-w{
width: 44px;
}
.cqc-icon-w{
width: 60px;
}
.wrap-icon-w{
width: 55px;
}
.amfori-icon-w{
width: 90px;
}
.higg-icon-w{
width: 70px;
}
.company-box h6{
font-family: var(--en-font);
font-size: 27px;
font-weight: 600;
margin: 0;
line-height: 1em;
color: var(--main-color);
}
.company-box h5{
font-family: var(--ch-font);
margin: 0;
color: var(--main-color);
line-height: 1.4em;
font-size: 35px;
margin-bottom: 45px;
}
.company-box-content>div{
display: grid;
grid-template-columns: 96px 1fr;
gap:30px;
}
.company-box-content>div:first-child{
margin-bottom: 25px;
}
.company-box-content>div>p:first-child{
font-family: var(--ch-font);
color: var(--main-color);
font-size: 17px;
font-weight: 400;
text-align: right;
}
.company-box-content>div>div{
flex:1;
}
.company-box-content>div>div>p{
font-family: var(--ch-font);
font-size: 17px;
font-weight: 400;
}
.company-box-content>div>div>span{
font-family: var(--ch-font);
font-size: 14px;
font-weight: 400;
line-height: 2em;
}
.company-box-content>div>p:last-child{
font-family: var(--ch-font);
font-size: 17px;
font-weight: 400;
}
.company-box-content>div>p:last-child a{
display: block;
text-align: left;
padding: 0;
text-decoration: unset !important;
color: #353535 !important;
}
.company-box a{
padding: 10px 40px;
margin-left: auto;
}
.company-box a svg{
transform: translateY(2px);
margin-left: 7px;
}
.company-box a:hover svg line{
stroke: white;    
}
.company-box>div:last-child>div:last-child{
display: flex;
justify-content: flex-end;
}
.company-header-m{
display: flex;
gap: 10px;
padding: 10px;
background: #e8e8e8;
border-radius: 100px;
width: calc(100% - var(--pad-space) - var(--pad-space));
margin: 0 auto;
margin-bottom: 70px;
align-items: center;
}
.company-header-m>button{
width: 40px;
padding: 0px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1 / 1;
background: transparent !important;
outline: unset !important;
border:unset !important
}
.company-header-m>button svg{
height: 40px;
width: 13px;
}
.company-header-m>button svg line{
stroke-width: 1;
}
.company-header-m>div{
width: calc(100% - 100px);
}
.company-header-m .slick-slide>div{
display: flex;
justify-content: center;
align-items: center;
}
.company-header-m .slick-slide p{
font-family: var(--ch-font);
font-size: 15px;
font-weight: 400;
text-align: center;
margin: 0px;
border-radius: 50px;
padding: 7px 15px;
line-height: 1em;
transition: all .5s;
width: 100%;
}
.company-header-m .slick-slide.slick-current p{
background: var(--main-color);
color: white;
}
.company-header-m .slick-slide p span{
display: block;
font-size: 14px;
padding-top: 5px;
}
.company-header-m{
display: none;
}
.company-box .show-mobile{
display: none;
}
.capacity{
padding-top: var(--section-gap);
background: white;
padding-bottom: var(--section-gap);
}
.capacity>div{
display: flex;
}
.capacity>div>div{
width: 50%;
}
.capacity-banner{
aspect-ratio: 960 / 780;
background-image: linear-gradient(rgba(215,25,33,0.8), rgba(215,25,33,0.8)), url(//www.tahhsin.com.tw/wp-content/uploads/2024/06/production-capacity-bg-t.png);
border-radius: var(--box-radius) 0 0 var(--box-radius);
padding: 40px;
}
.capacity-banner h2,
.capacity-banner h3{
color: white;
}
.capacity-num{
display: flex;
justify-content: center;
align-items: center;
}
.capacity-num-box{
padding-top: 50px;
padding-bottom: 15px;
border-bottom:2px solid #AFAFAF;
width: 100%;
}
.capacity-num-box h5{
font-family: var(--ch-font);
font-size: 25px;
font-weight: 400;
margin: 0;
line-height: 1em;
margin-bottom: 30px
}
.capacity-num-box h4{
font-family: var(--ch-font);
color: var(--main-color);
font-size: 40px;
font-weight: 600;
margin: 0;
line-height: 1.4em;
display:flex;
align-items:flex-end;
}
.capacity-num-box h4 span{
font-family: var(--en-font);
font-size: 70px;
padding-right: 10px;
}
.capacity-num>div>div:first-child{
padding-top: 0px;
}
.capacity-num>div{
width: 100%;
max-width: 470px;
}
.advantage { padding: var(--section-gap) var(--pad-space);  }
.advantage>div {
width: 100%;
max-width: 1250px;
margin: 0 auto;
}
.advantage-header {
margin-bottom: 70px;
display: flex;
gap:24px;
}
.advantage-header>h3{
width: 40%;
}
.advantage-header h2{
margin-bottom: 30px;
}
.advantage-header p{
font-family: var(--ch-font);
line-height:2em;
font-size: 17px;
}
.advantage-header>div{
width: 60%;
}
.advantage-header h2, .advantage-header h3, .advantage-header p{
color: white;
}
.advantage-body-1 {
display: flex;
gap: 24px;
margin-bottom: 24px;
}
.advantage-body-1>div:first-child {
background: white;
width: 40%;
display: flex;
flex-direction: column;
justify-content: flex-start;
position: relative;
}
.advantage-body-1>div:last-child {
background: white;
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 60%;
}
.advantage-body-1>div, .advantage-body-2>div {
border-radius: var(--box-radius);
padding: 40px;
}
.advantage-body-1-1>div,
.advantage-body-1-2>div{
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.advantage-body-1-2 h3{
text-align: right;
}
.advantage-body-1-1>div>div>div:last-child{ border-radius: var(--box-radius);
overflow: hidden;
height: 390px;
width: 100%;
}
.advantage-body-1-1>div>div>div:last-child::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(60deg, #ffffff 10px, rgba(255, 255, 255, 0) 50%);
z-index: 1;
}
.advantage-body-1-2>div>div>div:last-child{ border-radius: var(--box-radius);
overflow: hidden;
height: 390px;
width: 100%;
}
.advantage-body-1-2>div>div>div:last-child::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(-120deg, #ffffff 10px, rgba(255, 255, 255, 0) 50%);
z-index: 1;
}
.advantage-body-1-1>div>div,
.advantage-body-1-2>div>div{
position: relative;
}
.advantage-body-1-1 h3{
position: absolute;
bottom:-11px;
left: 0;
z-index: 2;
margin: 0;
}
.advantage-body-1-2 h3{
position: absolute;
top:-11px;;
right: 0;
z-index: 2;
margin: 0;
}
.advantage-body img{
width: 100%;
height: 105%;
object-fit: cover;
object-position: center;
}
.advantage-body-2 {
display: flex;
gap: 24px;
background: white;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: var(--box-radius);
}
.advantage-body h6{
font-family: var(--ch-font);
color: var(--main-color);
font-weight: 400;
font-size: 25px;
margin: 0;
margin-bottom: 20px;
}
.advantage-body p{
font-family: var(--ch-font);
font-size: 15px;
line-height: 2em;
margin-bottom: 45px;
}
.advantage-body-2>div{
display: flex;
position: relative;
gap:7%;
}
.advantage-body-2>div>div:nth-child(1){
width: 35%;
}
.advantage-body-2>div>div:nth-child(2){
width: 65%;
position: relative;
aspect-ratio: 798 / 670;
overflow: hidden;
border-radius: var(--box-radius);
}
.advantage-body-2>div>div:nth-child(2)::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(60deg, #ffffff 10px, rgba(255, 255, 255, 0) 50%);
z-index: 1;
}
.advantage-body-2>div>h3{
position: absolute;
bottom: 15px;
left: 30px;
z-index: 2;
text-transform:uppercase;
}
.certification{
padding:  var(--section-gap) 0;
background: white;
}
.certification-header{
padding: 0 var(--pad-space);
text-align: center;
margin-bottom: 120px;
}
.certification-body{
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 var(--pad-space);
}
.certification-body>div{
display: flex;
display:grid;
grid-template-columns: repeat(5,1fr);
align-items: flex-start;
grid-gap: 3vw;
}
.certification-body>div>div{
display: flex;
justify-content: center;
}
.certification-body>div>div img{
width: 100%;
}
.certification-body>div>div:not(:first-child){
padding-bottom: 50px;
}
.certification-body>div>div:nth-child(2) img{
width: 70%;
}
.certification-body>div>div:nth-child(3){
padding-top: 10%;
}
.certification-body>div>div:nth-child(4) img{
width: 66%;
}
.certification-body>div>div:nth-child(5){
padding-top: 5%;
} .video-pop-up{
position: fixed;
top: 0;
left: 0;
z-index: 111;
width: 100%;
height: 100dvh;
padding: 0 var(--pad-space);
background: rgba(0, 0, 0, 0.8);
display:none;
}
.video-pop-up>div{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
padding-bottom: 0px;
}
.video-pop-up>div>div{
width: 100%;
max-width: 1200px;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 20px;
}
.video-pop-up>div>div>div{
aspect-ratio: 16 / 9;
width: 100%;
height: 100%;
border-radius: 20px;
max-height: calc(100vh - 70px);
}
.video-pop-up>div>div>div video{
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
}
.close-video-pop-up{
display: flex;
flex-direction: column;
background: transparent  !important;
gap: 9px;
justify-content: center;
padding: 10px;
align-items: center;
position: relative;
border: unset !important;
outline: unset !important;
}
.close-video-pop-up span:first-child {
width: 29px;
height: 1px;
background: white;
transform: rotate(45deg);
position: absolute;
}
.close-video-pop-up span:last-child {
width: 29px;
height: 1px;
background: white;
transform: rotate(-45deg);
position: absolute;
}
.company-body-slick .slick-slide button:hover,
.company-body-slick .slick-slide button:focus{
background: var(--main-color);
border: 2px solid var(--main-color);
outline: unset;
}
.company-body-slick .slick-slide button svg{
position: relative;
}
.company-body-slick .slick-slide button:hover svg line,
.company-body-slick .slick-slide button:focus svg line{
stroke: white;
}
@media only screen and (max-width: 1600px){
.company-box{
width: calc(100% - var(--pad-space));
}
.company-box-content>div>div>span{
line-height: 1.5em;
}
}
@media only screen and (max-width: 1550px){
.company-header{
display: none;
}
.company-header-m{
display: flex;
}
.company-box-content{
margin-bottom: 30px;
}
}
@media only screen and (max-width: 1300px){
.company-box-title{
flex-direction: column-reverse;
align-items: flex-start;
}
.company-box-title>div{
margin-bottom: 20px;
}
.advantage-body-1>div:first-child,
.advantage-body-1>div:last-child{
width: 50%;   
}
}
@media only screen and (max-width: 1250px){
.banner-nav-anchor{
grid-template-columns: auto auto;
grid-gap: 20px 4vw;
}
}
@media only screen and (max-width: 1200px){
.advantage-body .sec-en-title{
font-size: clamp(20px, 4vw ,60px);
}
.company-box{
flex-direction: column;
width: calc(100% - var(--pad-space) - var(--pad-space));
margin: 0 auto;
border-radius: var(--box-radius);
overflow: hidden;
}
.company-box>div:first-child,
.company-box>div:last-child{
width: 100%;
}
.company-box>div:last-child>div:last-child{
justify-content: flex-start;
}
.company-box>div:first-child{
border-radius: var(--box-radius);
overflow: hidden;
aspect-ratio: 318 / 196;
}
.company-box>div:last-child{
padding: 0px;
padding-top: 40px;
}
.company-box{
padding: 40px;
}
.company-box .show-mobile{
display: block;
}
.company-box .show-desk{
display: none;
}
.company-box>div:first-child{
padding-bottom: 0px;
}
.company-box-content>div>div>p{
font-size: 15px;
}
.company-box-content>div>p:last-child{
font-size: 15px;
}
.company-box-content>div>p:first-child{
font-size: 15px;
width: 65px;
}
.company-box a{
margin-left: unset;
margin-top: 20px;
}
.company-box-content>div:first-child{
margin-bottom: 0px;
}
.company-box-content>div>p:first-child{
text-align: left;
}
.company-box-content>div.show-mobile>p:first-child {
width: 100%;
text-align: left;
font-size: 15px;
color: #4a4a4a;
line-height: 1.8em;
}
.company-box-content {
margin-bottom: 0px;
}
.company-box-content>div {
grid-template-columns: 85px 1fr;
}
.company-box>div:last-child>div:last-child{
margin-top:15px;
}
}
@media only screen and (max-width: 1024px){
.advantage-header{
flex-direction: column;
}
.advantage-header>div{
width:100%;
}
.capacity-num-box h4 b {
transform: translateY(.4em);
}
.company-box{
width: calc(100% - var(--pad-space));
}
.company-box h6{
font-size: 22px;
}
.company-box h5{
font-size: 30px;
}
.capacity-num>div{
padding: 0 var(--pad-space);
}
.capacity-num-box h4 span{
font-size: 50px;
}
.capacity-num-box h5{
font-size: 20px;
margin-bottom: 20px;
}
.capacity-num-box{
padding-top: 20px;
}
.capacity-num-box h4{
font-size: 20px;
} .certification-header{
margin-bottom: 80px;
}
.advantage .sec-en-title{
font-size: 40px;
}
.advantage-body-1>div:first-child,
.advantage-body-1>div:last-child{
width: 100%;   
}
.advantage-body-1{
flex-direction: column;
}
.advantage-body-2>div{
flex-direction: column;
}
.advantage-body-2>div>div:nth-child(1),
.advantage-body-2>div>div:nth-child(2){
width: 100%;
}
.advantage-body-2>div>h3 {
bottom: 21px;
left: 38px;
}
}
@media only screen and (max-width: 900px){  .certification-body>div{
grid-template-columns: 1fr 1fr 1fr;
width: 100%;
max-width: 700px;
margin: 0 auto;
}
}
@media only screen and (max-width: 767px){
.banner_anchor_a {
grid-gap: 30px;
}
.banner_anchor {
width: 80%;
}
.company-header{
display: none;
}
.capacity-banner{
background-image: unset;
}
.capacity{
padding-bottom: 0px;
}
.capacity>div{
background-image: linear-gradient(rgba(215, 25, 33, 0.8), rgba(215, 25, 33, 0.8)), url(//www.tahhsin.com.tw/wp-content/uploads/2024/06/production-capacity-bg-t.png);
background-size: cover;
background-repeat: no-repeat;
flex-direction: column-reverse;
padding: var(--section-gap) var(--pad-space);
gap:30px;
}
.capacity>div>div:last-child{
width: 100%;
padding: 0;
aspect-ratio:unset;
}
.capacity>div>div:first-child{
width: 100%;
}
.capacity-num{
background-color: white;
padding: var(--pad-space);
border-radius: var(--box-radius);
}
.capacity-num-box h5{
margin-bottom: 25px;
text-align: center;
}
.capacity-num-box h4{
text-align: center;
justify-content: center;
}
.capacity-num>div{
max-width: unset;
padding: unset;
}
.advantage{
margin-top: 0px;
}
.advantage-header{
flex-direction: column;
margin-bottom: 25px;
}
.advantage-header h3,
.advantage-header div{
width: 100%;
}
.advantage-header h3{
margin: 0;
}
.advantage-body h6{
font-size: 20px;
}
.advantage-body p{
margin-bottom: 25px;
}
.advantage-body-1-1>div>div>div:last-child::before,
.advantage-body-1-2>div>div>div:last-child::before,
.advantage-body-2>div>div:nth-child(2)::before{
background-image: linear-gradient(60deg, #ffffff 10px, rgba(255, 255, 255, 0) 50%);
}
.advantage-body h3{
line-height: 0.7em;
top: unset;
bottom: 0;
right: unset;
left: 0;
}
.advantage-body-1-2 h3{
text-align: left;
}
.advantage-body-2>div>h3{
bottom: 40px;
margin-bottom: 0;
} .certification-header{
margin-bottom: 50px;
}
.advantage-body-2>div>h3{
left: 38px;
}
.advantage-body-1-2 .sec-en-title{
line-height: 1.1em;
bottom: -7px;
}
.company-header-m .slick-slide.slick-current p{
background: transparent;
color: black;
}
}
@media only screen and (max-width: 650px){
.advantage-body h3{
font-size: clamp(15px, 8vw, 50px) !important;
}
}
@media only screen and (max-width: 600px){
.capacity-num-box h4 b {
transform: translateY(.2em);
}
.company-box .global_btn_style {
padding: 10px 20px;
font-size: 14px;
}
.advantage-body-2>div>h3{
bottom: 20px;
}
.banner_anchor {
width: 90%;
}
.company-box-content>div{
gap: 5px;
}
.company-box>div:first-child{
border-radius: 20px;
}
.company-box{
padding: 25px;
}
.company-box a{
margin-top: 0px;
} .company-box h5{
font-size: 20px;
margin-bottom: 20px;
}
.company-box-content{
padding-bottom: 0px;
}
.company-header-m>button{
width: 30px;
padding: 5px;
}
.company-header-m>div{
width: calc(100% - 75px);
}
.company-header-m .slick-slide p{
font-size: 14px;
}
.company-header-m{
margin-bottom: 30px;
padding: 5px 10px;
}
.capacity-num-box h4{
font-size: 20px;
}
.capacity-num-box h4 span{
font-size: 35px;
}
.capacity-num-box h5{
margin-bottom: 15px;
}
.advantage-body-1>div, .advantage-body-2>div{
padding: 25px;
}
.advantage-header p{
font-size: 15px;
} .certification-header{
margin-bottom: 30px;
}
.glo-icon-w,
.iso-14064-w,
.faiewear-icon-w{
width: 50px;
}
.company-box-title>div{
gap: 20px;
padding: 10px 20px;
}
.cqc-icon-w{
width: 35px;
}
.wrap-icon-w{
width: 35px;
}
.amfori-icon-w{
width: 60px;
}
.higg-icon-w{
width: 50px;
}
.iso-9001-w{
width: 31px;
}
.iso-14064-w{
width: 55px;
}
.company-box>div:last-child{
padding-top: 20px;
}
.company-box-title>div{
margin: 0 auto 20px auto;
}
.company-box-content>div.show-mobile>p:first-child{
}
.company-box-content>div.show-mobile>p:first-child{
font-size: 14px;
}
.company-box-content p{
margin-bottom: 10px;
}
.company-box-title{
margin-bottom: 0px;
}
.company-box a svg{
height: 13px;
transform: translateY(0px);
}
.company-header-m{
margin-bottom: 20px;
}
.capacity-banner h3{
margin-bottom: 0px;
}
.capacity>div{
gap:20px;
}
.advantage-header{
gap:3px;
}
.advantage-header h2{
margin-bottom: 20px;
}
.advantage-header p{
line-height: 1.7em;
margin-bottom: 0px;
}
.advantage-header{
margin-bottom: 20px;
}
.advantage-body p{
margin-bottom: 20px;
line-height: 1.7em;
}
.advantage-body h6{
margin-bottom: 10px;
}
.certification-header .sec-en-title{
margin-bottom: 0px;
}
.certification-header{
margin-bottom: 30px;
} .advantage-body-2>div>h3{
bottom: 25px;
}
.company-box>div:last-child>div:last-child{
justify-content: center;
padding-bottom: 10px;
}
.certification-body>div{
grid-template-columns: 1fr 1fr;
grid-gap: 0;
}
.certification-body>div>div{
padding-bottom: 0 !important;
}
.certification-body>div>div img{
transform: scale(0.8);
}
.certification-body>div>div{
align-items: center;
padding-top: 0;
height: 100%;
}
}
@media only screen and (max-width: 500px){
.advantage-body-1-1>div>div>div:last-child,
.advantage-body-1-2>div>div>div:last-child,
.advantage-body-2>div>div:nth-child(2){
aspect-ratio: 1 / 0.8;
height: auto;
border-radius: 20px;
}
.banner-nav-anchor{
grid-template-columns: auto;
}
}