@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900');
* {
	padding: 0;
	margin: 0; 
}
body {
    font-family:'Noto Sans TC', Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 150%;
}
.row{
    margin: 0px; 
}
ul, ol {
    list-style: none;
}
a {
    color: #333333;
    text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 1px;
    line-height: 150%;
}
p{
    letter-spacing: 1px;
    font-size: 16px;
    padding: 0px 10px;
    margin: 0;
    color: #333;
    line-height: 200%;
}
img{
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Noto Sans TC',Arial,sans-serif;
    line-height: 150%;
    padding: 0px 10px;
    margin: 0px;
    
}
.container{
    width: 1440px;
    padding: 0px;
    /* margin:0px; */
    max-width: 100%;
}

section{
    padding: 80px 0 80px 0;
}
#loading  
{  
    position:fixed;  
    width: 100%;
    height: 100%;  
    z-index:9999;
    background:#fff;
    top: 0;
}
#loading  .loading-img{
    position: absolute;
    width: 300px;
    margin: auto;
    top: 45%;
    right: 0;
    left: 0;
}
.el_scrollLine {
      position: absolute;
      z-index: 20;
      bottom: 1%;
      left: 50%;
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: rotate(-90deg) translateY(-50%);
      transform: rotate(-90deg) translateY(-50%); }
     
.el_scrollLine {
  display: inline-block; }
  .el_scrollLine_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    cursor: pointer; }
    .el_scrollLine_txt::after {
      content: "";
      display: inline-block;
      width: 5rem;
      height: .075rem;
      margin-left: 1.7rem;
      background-color: #FFFFFF;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-animation-name: "lineScaleAnimation";
      animation-name: "lineScaleAnimation";
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .el_scrollLine_txt:hover{
        color: #9e1e2d;
    }
@-webkit-keyframes lineScaleAnimation {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  49% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes lineScaleAnimation {
  0% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  49% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

/*滾動條禁用*/  
.scoll_dis  
{  
    overflow:scroll;  
    overflow-y:hidden;  
}  

#gotop {

    display:none;
    position: fixed;
    border:1px solid #c1272d;
    background:#c1272d ;
    right: 19px;
    bottom: 44px;    
    padding: 10px 10px 15px 10px;    
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    font-weight: 600;
    transition: 0.5s;
    opacity: 1;
    text-align: center;
}
#gotop:hover{
    color: #c1272d;
    border:1px solid #c1272d;
    background: #Fff;
    transition: 0.5s;
    opacity: .8;
}
.no-padding{
    padding: 0px !important;
}
/* logo */
nav .fixed-top{
    z-index: 10;
}
nav .navbar-brand{
    font-size: 26px;
    font-weight: 900;
}
nav .navbar-brand img{
    width: 260px;
    transition: 1s;
}
nav .navbar-brand{
    padding:0 4vw 0 4vw;
}
nav .scrollNav-logo img{
    width: 200px;
    transition: 1s;
}


/*mobile menu*/
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
/* menu */
nav{
    /* position: fixed; */
    transition: .5s;
}
.navbar{
    background: #9e1e2d;
    padding: 0;
}
nav .navbar-collapse{
    text-align:right;
}
.navbar-nav{
    display: none;
}
.navbar-light .navbar-toggler{
    border-color: rgba(0,0,0,0);
}
.navbar-light .navbar-toggler-icon{

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler:focus{
    outline: none;
}
nav .nav-link{
    color: #000;
    padding: 20px 30px;
    text-align: center;
    transition: 1s;
}
nav .nav-link:hover .cn{
    /* background-color: #fff; */
    color: #fff;
    transition: 1s;
}
nav .nav-link.active .cn{
    /* background-color: #fff; */
    color: #fff;
}
nav .nav-link span{
    display:block;
}
nav .nav-link .en{
    font-weight: 600;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
}
nav .nav-link .cn{
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 500;
    color: #fff;
    transition: 1s;
}
nav .language .dropdown-menu{
    text-align: center;
    border: 0;
    left: -40%;
}
.justify-content-end{
    margin-right: 5vw;
}
.scrollNav{
    background: #9e1e2d;
    transition: 1s;
    padding: 0;
}
.scrollNav .nav-link .cn{
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 500;
    color: #fff;
    transition: 1s;
}
.scrollNav .nav-link .en{
    font-size: 8px;
    transition: 1s;
}
.scrollNav .nav-link{
    padding: 15px 30px;
    transition: 1s;
}
/* nav .form-control{
    padding: .1rem .75rem;
    font-size: 14px;
}
nav .btn{
    padding: .1rem .75rem;
    font-size: 14px;
} */
/*輪播圖*/
.carousel-caption {
    position: absolute;
    right: 0;
    top: 40%;
    left: 45%;
    margin: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h1{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-size: 36px;
    font-weight: 900;
    color: rgba(255, 255, 255, .9);
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide{
transform: scale(1.1);
transition: transform 10000ms ease-out, opacity 1600ms !important;}
.zoom-slider{
    height: calc(100vh);
    position: relative;
}
.zoom-slider .slide-text{
    position: absolute;
    text-align: left;
    top: 50vh;
    left: 10vw;
    background: rgba(0, 0, 0, .3);
    padding: 15px 15px 0;
}
.zoom-slider .slide-text h1{
    font-size: 2.5rem;
    line-height: 56px;    
    font-weight: 700;
    color: #f0f0f0;
    letter-spacing: 4px;
    margin-bottom: 3vh;  
    font-family: 'Noto Sans TC', serif;
}
.zoom-slider .slide-text h3{
    font-size: 22px;
    font-weight: 700;
    color: #f0f0f0;
    letter-spacing: 4px;
    margin-bottom: 10px; 
    font-family: 'Noto Sans TC', serif;     
}
.scroll{
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 20;
    font-family: 'Noto Sans TC', serif; 
}
.scroll a{
    text-decoration: none;
}
#scroll{
    cursor:pointer;
}
.scroll .p-scroll {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #fff;
    cursor:pointer;

}
.scroll .p-scroll.scrolldown {
    font-size: 20px;
    line-height: 1;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0; } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0; } }
/*輪播圖*/

/* 編輯器 */
.inside-editor{
    padding: 15px 4vw;
}
.inside-editor img{
    max-width: 100%; 
}
.inside-editor videos{
    max-width: 100%;
}
.inside-editor table{
    max-width: 100%;
}
.inside-editor ul{
    list-style: auto;
    padding-left: 40px;
}
/*首頁標題*/
.index-title{   
    text-align: center;
}
.index-title h1{
    font-weight: 500;
    color: #232323;
    font-size: 26px;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', serif;
}
.index-title h5{
    font-size: 16px;
    font-weight: 700;
    color: #a6172d;
    font-family: 'Roboto', sans-serif;
}
.index-title.title-products{
    text-align: center;
    margin-bottom: 2vw;
}
.index-title.title-about{
    margin-bottom: 4vw;
    position: relative;
}
/*index-about*/
.index-about{
    

}
.index-about-wrap{
    padding: 0 8vw;
    position: relative;
}
.index-about-wrap::before{
    content: "";
    position: absolute;
    width: 70%;
    height: 370px;
    top: -12%;
    left:8%;
    background-color: #a6172d;
    z-index: -2;
}
.index-about-wrap::after{
    content: "";
    position: absolute;
    width:82%;
    height: 400px;
    top: -8%;
    left:6%;
    border: 1px solid #333;
    z-index: -1;
    

}
.index-about .content .text{
    padding-top: 30px;
}
.index-about .content .text p{
    color: #FFF;
}
.index-about .img-box {
}
.index-about-wrap .more a p{
    color: #FFF;
}
/* index-news */
.index-news .item .date{
    font-size: 12px;
}
.index-news .item .title{
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
.index-news a:hover{
    color: #c1272d;
}

/* index-botoom  */
.index-bottom{
    /* margin-top: 100px; */
    padding-bottom: 0;
    /* background: url('../images/footer-bac.jpg'); */
    background-size: cover;
    background-position: bottom;
}
.index-bottom .arrow{
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: auto;
}
.index-bottom .arrow img{
    width: 100px;   
}
.index-contact{
    background:rgba(255,255,255,.2); 
    margin-bottom: 4vw;
    padding: 2vw;
}
.index-contact .content h1{
    font-weight: 600;
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', serif;
}
.index-contact .content p{
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans TC', serif;
}



/*index-products*/
.index-products{
    background: url('../images/index-pro-bac.png');
}
.index-products .container-products{
 
}
/* 項目顯示 */
.index-products #product-alone a:hover .text{
    opacity: 0;
    transition:.5s;
}
.index-products #product-alone .item{
    position: relative;
    margin-bottom: 30px;
}
.index-products #product-alone .item .text{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background:rgba(0,0,0,.6) ;
    transition:.5s;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.index-products #product-alone .item .text h1{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    margin: 0;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
    position: relative;
}
.index-products #product-alone .item .text h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 4px;
    background: #a6172d;
}
/* 項目顯示 */

/* 輪播效果 */
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #fff;
    color: #f00;
}
.owl-carousel{
    padding:0 50px;
}
.index-products .owl-carousel button span{
    /* font-size: 34px; */
    color: #333;
    font-weight: 900;
    padding: 16px;
    font-size: 24px;
    line-height: 18px;
    
}
.index-products .owl-carousel button{
    width:42px;
    height:42px;
    border-radius: 999em !important;
    background: #f1f1f1 !important;
     display: flex;
  justify-content: center;
  align-items: center; 
}
.index-products .owl-carousel button:focus{
    border: 0px;
    outline: 0px;
}
.index-products .owl-theme .owl-nav{
    margin-top: 10vh;
}
.index-products .owl-carousel .item{
    border-right: 1px solid #ccc;
}
.index-products .owl-carousel .item h1{
    font-size: 16px;
    margin: 0px;
    padding: 15px;
    text-align: center; 
}
.index-products .owl-carousel a{
    text-decoration: none;
}
/* 輪播效果 */
/*index-equipment*/
.index-equipment{
    background: url('../images/bg01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.index-equipment .card-back{
    background: rgba(255, 255, 255, 1);
    border-radius: 5px 5px ;
}
.index-equipment .card-body{
    padding:1rem 1rem .5rem 1rem;
}
.index-equipment .card-title{
    font-weight: 900;

}
.index-equipment .card-title a{
    color: #005BAC;
}
.index-equipment a{
    text-decoration: none;
    /* background-color:rgba(255,255,255,1); */
}
.index-equipment a:hover{
    color: #005BAC;
}
/*comapny*/
.index-company {
    width: 100%;
    position: fixed;
    top:0px;
    height: 4px;
    z-index: 999;
    background-color: #f00;
}
.index-company .left ul{
    text-align: left;
    width: 100%;
    margin-top: 3px;
    padding-left: 10px;

}
.index-company .left ul li{
    display: inline-block;
    margin:0 5px;
    list-style: disc inside;
}
.index-company .left ul li a{
    color: #efefef;
    font-size: 14px;
    text-decoration: none;
}
.index-company .left ul li a:hover{
    color: #f90;
}
.index-company .left ul .active{
    color: #f90;
}
.index-company .right ul{
    text-align: right;
    width: 100%;
    margin-top: 3px;

}
.index-company .right ul li{
    display: inline-block;
    color: #efefef;
    font-size: 14px;
    margin:0 5px;
    list-style: disc inside;
}
.index-company .right ul .active{
    color: #f90;
}
/*more*/
 .more{
    margin-right: 8vw;
    margin-top: 2vw;
    position: relative;
    text-align: right;
    padding-right: 80px;
    display: block;
}
.more a{
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    transition: .5s;   
}
.more a p{
    font-size:  16px;
     font-family: 'Noto Sans TC', serif;
     transition: .5s;   
}
.more a:hover .arrow{
    right: 10px;
    transition: .5s;   
}

.more .arrow{
    position: absolute;
    right: 20px;
    bottom: 0; 
    top: 0;
    margin: auto; 
    transition: .5s;   
}
.more .arrow img{
    width: 60px;
}

/*footer*/
.footer{
    right: 0;
    padding: 4vw 0 4vw 0;
    background: #333333;
    color: #fff;
    font-size: 14px;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.footer h5{
    padding-top: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: arial;
    letter-spacing:2px;
    font-style:italic ;   
}
.footer .information{
    padding-left: 40px;
}
.footer .information p{
    line-height: 200%;
}
.footer .sitemap{
    padding-left: 40px;
}
.footer .sitemap ul{
    display: inline-block;
}
.footer .sitemap ul li{
    padding: 0 10px;
    margin-bottom: 1.2rem;
    text-align: left;
    display: inline-block;
    /* display: inline-block; */
    /* border-left: 1px solid #999; */
}
.footer .sitemap ul li a{
    text-decoration: none;
    color: #fff;
}
.footer .sitemap ul li a:hover{
    color: #c1272d;
}

.footer .fllow-us{
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: auto;
}
.footer .fllow-us img{
    /* padding-top: 50px; */
    width: 260px;
}
.footer .fllow-us h1{
    font-size: 14px;
    margin-top: 20px;
}
.footer .more a{
    color: #fff;
    letter-spacing: 4px;
    padding:15px 40px; 
    font-family: "Noto Sans TC";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: rgb(15,110,184); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(15,110,184,1) 0%, rgba(15,110,184,1) 22%, rgba(28,33,136,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(15,110,184,1) 0%,rgba(15,110,184,1) 22%,rgba(28,33,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(15,110,184,1) 0%,rgba(15,110,184,1) 22%,rgba(28,33,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}
/*copyright*/
.copyright{    
    background-color: #333;
    padding-bottom: 15px;


}
.copyright p{
    width: 100%;
    margin: 0px;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.copyright a{
    color: #999;
    font-size: 12px;
    text-decoration: none;
}


/*inside-banner*/
.inside-banner{
    margin-top: 40px;
    position: relative;
}
.inside-banner .inside-banner-img{
    overflow: hidden;
}
.inside-banner .inside-banner-img img{
    width: 100%;
    max-width: 100%;
}
.inside-banner .inside-banner-text{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 38%;
    text-align: center;
}
.inside-banner .inside-banner-text h1{
    color: #FFF;
    font-family: 'Noto Sans TC', serif;
    letter-spacing: 4px;
    font-weight: 900;
}
.inside-banner .inside-banner-text h5{
    color: #FFF;
    font-family: 'Noto Sans TC', serif;
    letter-spacing: 4px;
}
/*麵包屑*/
.bre ul{
    margin-bottom: 0px;
    padding: 1rem  ;
    text-align: right;
    /* border-bottom: 1px solid #ebebeb; */
    color: #555;
}
.bre ul li{
    display: inline-block;
    font-size: 12px;
}
.bre ul li a{
    text-decoration: none;
    color:  #c1272d;
}
.bre ul li i{
    margin-right:5px;
}


/*inside-about*/

.inside-about .about-left-text h5{
    font-size: 16px; 
}
.inside-about{
    position: relative;
}
.about-box::before{
    position: absolute;
    content: '';
    background: #f1f1f1;
    opacity: .5;
    top: 2vw;
    bottom: 0;
    right: 0;
    width:60%;
    z-index: -1;
}
.inside-about .about-box .content p{
    text-align: justify;　
    text-justify: auto;
    margin-bottom:15px;　 
}
.inside-about .about-box .content{
    padding: 4vw 8vw 4vw 0;
}
.inside-about .about-service{
    padding: 8vw;
} 
.inside-about .about-service .title{
    padding: 2vw 0;
}
.inside-about .about-service .title h1{
    font-family: 'Noto Sans TC', serif;
}
.inside-about .title h5{
    font-family: 'Noto Sans TC', serif;
}
.inside-about .about-service .content{
    padding-right: 4vw;
} 
.inside-about .about-service .content .content-red{
    color: #e90112;
}
.inside-about .about-service .content p{
    margin-bottom:15px;
}
/* inside-news */
.inside-news .news-item .item{
    transition: .3s;
}
.inside-news .news-item .item:hover{
    box-shadow: 0 9px 2.5rem rgb(0 0 0 / 11%);
    transition: .3s;
}
.inside-news .news-item .item a{
    text-decoration: none;
}
.inside-news .news-item .item{
    border-bottom: 1px solid #f1f1f1;
    padding:40px 20px;
    margin-bottom: 40px;
}

.inside-news .news-item .text-wrap h5{
    color: #c1272d;
    font-size: 20px;
    padding-top: 15px;
    font-weight: 600;

}
.inside-news .news-item .text-wrap p{
    color: #333;
}
.inside-news .news-item .date{
    border-left: 1px solid #333;
    margin: 15px;
}
.inside-news .news-item .date h5{
    color: #333;
    font-size: 28px;
    font-weight: 700;  
    font-family:'Noto Sans TC', serif; 
    margin: 0;
}
.inside-news .news-item .date p{
    color: #333;
    font-family:'Noto Sans TC', serif;
    margin: 0;
}
.inside-news-detail .date{
    color: #c1272d;
}
.inside-news-detail .date i{
    padding-right: 5px;
}
.inside-news-detail .title{
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}
.inside-news-detail .
/*inside-equipment*/

.inside-quality .content-title h5{
    color: #222;
    font-size: 18px;
    margin-bottom: 2vh;  
    color: #c1272d;
}
.inside-quality .quality-item{
    padding: 15px;
}
.inside-quality .quality-item img{
    
}
.inside-quality .quality-item h5{
    padding: 5px;
    margin-bottom: 0px;
    font-size: 18px;
}
.inside-quality .quality-item p{
    padding: 5px;
}
/*.inside-process*/
.inside-process{
    /* background: url('../images/process-back.jpg'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}
.inside-process .process-img{
    width: 100%;
    text-align: center;
}
.inside-process .process-img img{

}
/*inside-products*/
.inside-products{
    padding: 4vw;
}
.inside-products .inside-about {
    margin:0px ; 
    padding: 0 ; 
}
.inside-products .products-menu{
    text-align: left;
    padding-left: 15px;
    border-left: 2px solid #c1272d;
}
.inside-products .products-menu .menu-title h5{
    color: #c1272d;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 900;
}
.inside-products .products-menu ul .active{
    border-bottom: 1px solid #c1272d;
}
.inside-products .products-menu ul .active a{
    color: #c1272d;
}
.inside-products .products-menu ul{
    margin-bottom: 0;
}
.inside-products .products-menu ul li{
    
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
}
.inside-products .products-menu ul li a{
    display: block;
    padding-bottom: 5px;
}
.inside-products .products-menu ul li:hover{
    
    border-bottom: 1px solid #c1272d;
}
.inside-products .products-menu ul li:hover a{
    color: #c1272d;
}
.inside-products .products-item{
    position: relative;
    margin-bottom: 40px;
   
}
.inside-products .products-item a img{
    transition: all .5s ease-out;
}
.inside-products .products-item a:hover img{
    transform: scale(1.1,1.1);
    transition: all .5s ease-out;
}
.inside-products .products-item .img-wrap{
     overflow: hidden;

}
.inside-products .products-item .text-wrap{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    border-bottom: 4px solid #c7000b;
}
.inside-products .products-item .text-wrap h5{
    color: #FFF;
    font-size: 1rem;
    padding: 15px;
    margin: 0;
}
.inside-products .mobile-menu{
    text-align: center;
    display: none;
    margin-bottom: 2vw;
}
.inside-products .mobile-menu .menu a{
    width: 100%;
}
.inside-products .mobile-menu .menu-item{
    padding-left: 0px;
}
.inside-products .mobile-menu .menu-item .active{
    border-color: #c1272d;
}
.inside-products .mobile-menu .menu-item .active a{
    color: #c1272d;
}
.inside-products .mobile-menu .menu-item li a{
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.inside-products .mobile-menu .btn-primary{
    background-color: #c1272d;
    border-color: #c1272d;
}
.inside-products .mobile-menu .btn-primary:hover{
    background-color: #fff;
    border-color: #c1272d;
    color: #c1272d;
}
.inside-products .mobile-menu .btn-primary:focus{
    box-shadow: none;
}
.inside-products .detail-img{
    text-align: center;
}
.inside-products .detail-title h3{
    color: #c1272d;
    padding: 15px 0;
    font-size: 24px;
}
.inside-products .detail-content{
    padding: 2vw 0;
}
.inside-products .detail-content .content-title h3{
    color: #c1272d;
    padding: 15px 0;
    font-size: 24px;
    border-bottom: 2px solid #c1272d;
    text-align: center;
}
/* inside-download */
.inside-download .download-item{
    
}
.inside-download .download-item .text-wrap{
    margin-bottom: 30px;
}
.inside-download .download-item .text-wrap i{
    margin-right: 5px;
}
.inside-download .download-item .text-wrap h5{
    font-weight: 600;
    margin-bottom: 15px;
}
.inside-download .download-item .text-wrap a{
    background: #e1e1e1;
    border: 1px solid #fff;
    text-align: center;
    width: 80px;
    display: inline-block;
    padding: 5px 0px;
    border-radius: 25px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.inside-download .download-item .text-wrap a:hover{
    border: 1px solid #c1272d;
    color: #c1272d;

}
/*inside-contact*/
.inside-contact .information h5{
    font-size:26px;
    color: #c1272d;
    margin-bottom: 20px;
    font-weight: 900;
}
.inside-contact .information ul li{
    padding: 5px 0;
    letter-spacing: 3px;
    font-size: 14px;
}
.inside-contact .information ul li a{
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 3px;
}
.inside-contact .information ul li i{
    width: 30px;
    text-align: center;
    color: #555;
    font-size: 12px;
}
.inside-contact .information ul .mob span{
    padding-left: 30px;
}
.inside-contact form input{
    width: 100%;
    padding: 12px;
    border: 0px;
    background: #f5f5f5;
    border-radius: 2px 2px;
    font-family: "微軟正黑體";
    letter-spacing: 1px;
    color: #232323;
    font-size: 16px;
}
.inside-contact form textarea{
    width: 100%;
    padding: 8px;
    border: 0px;
    background: #f5f5f5;
    border-radius: 2px 2px;
}
.inside-contact button{
    padding: 10px 50px;
    border-radius: 2px 2px;
    border: 1px solid #c1272d;
    background: #c1272d;
    color: #Fff;
    cursor: pointer;
    transition: .5s;

}
.inside-contact button:hover{
    opacity: .8;
    transition: .5s;
}
.inside-contact .form{
    font-size: 14px;
    padding: 10px;
}
.inside-contact .form p{
    font-size: 14px;
}
.inside-contact .form span{
    color: #F00;
}
/*inside-service*/
.inside-service .container{
    width: 1160px;
}

@media (max-width:1200px) {


/*輪播圖文字*/
.carousel-caption h1{
    font-size: 30px;
    font-weight: 900;
}
.carousel-caption h5{
    padding-top: 20px;
    /* padding-left: 60px; */
    font-size: 20px;
}
.carousel-caption p{
    font-family: 'arial';
    font-size: 16px;
    /* padding-left: 60px; */
    font-weight: 500;
}
.zoom-slider .slide-text h1{
    font-size:  1.8rem
}
.zoom-slider .slide-text{
    left: 0;
}
.index-products .container-products{
    padding: 0vw 6vw;
}
.inside-products{
    padding: 5vh;
}
.inside-products .products-item{
        padding: 20px;
}
.inside-equipment{
    padding: 1vh; 
}
.footer .information{
    padding-left:0px;
}
.footer .sitemap{
    padding-left:0px;
}
}
@media (max-width: 991px) {
    section{
    padding:80px 0px;
    }
    .navbar-nav{
    display: block;
    background: rgba(255, 255, 255, 1);
    }
    .navbar-nav .nav-item{
        border-bottom: 1px solid #efefef;
    }
    nav .nav{
        display: none;
    }
    nav .navbar-brand{
        padding: 1vw 4vw 1vw 4vw;
    }
    nav .nav-link .cn{
        color: #333
    }
    nav .nav-link .en{
        color: #333;
    }
    nav .nav-link:hover .cn,nav .nav-link:hover .en{
        color: #333;
    }
    .carousel-item{
        width: 100%;
        overflow: hidden;

    }
    .carousel .carousel-inner img{
        min-width: 767px;     
    }
    /*輪播圖文字*/
    .carousel-caption h1{
        font-size: 18px;
        font-weight: 900;
    }
    .carousel-caption h5{
        padding-top: 18px;
        /* padding-left: 60px; */
        font-size: 20px;
    }
    .carousel-caption p{
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        /* padding-left: 60px; */
        font-weight: 500;
    }
    .el_scrollLine {
        display: none;
        position: absolute;
        z-index: 20;
        bottom: 0%;
        
    }
    .inside-banner .inside-banner-img{
        display: flex;
        align-items: center; /* vertical */
        justify-content: center; /* horizontal */
    }
    .inside-banner .inside-banner-img img{
        width: auto;
        max-width: fit-content;
        max-height: 200px;
    }
    .inside-banner .inside-banner-text h1{
        font-size: 28px
    }
    .inside-banner .inside-banner-text h5{
        font-size: 18px;
    }
    .index-about::before{
        height: 100%;
    }
    .index-about-wrap::before{
        width: 100%;
        height: 80%;
        left: 0;
        right: 0;
        top: 0;
    }
    .index-about-wrap::after {
        content: "";
        position: absolute;
        width: 90%;
        height: 80%;
        top: -15px;
        left: 0;
        right: 0;
        margin: auto;
        border: 1px solid #333;
        z-index: -1;
    }
    .index-company .right{
        display: none;
    }

    .index-service{
        background-attachment: scroll;
    }
    .inside-products{
    padding: 3vh;
    }
    .footer .information{
        padding-left:0px;
        margin-bottom: 40px;
    }
    .footer .sitemap{
        padding-left:0px;
        padding-right: 0px;
        text-align: center;
    }
}
@media (max-width: 768px){
    section{
    padding:40px 0px 60px 0;
    }
    nav .navbar-brand img{
        width: 200px;
    }
    .zoom-slider {
        position: relative;
    }
    .zoom-slider .slide-text{
        top: 50vh;
    }
    .zoom-slider .slide-text h1{
        font-size: 24px;
        line-height: 150%;     
    }
    .zoom-slider .slide-text h1 span{
        font-size:  50px;  
    }
    .zoom-slider .slide-text h3{
        font-size: 18px;     
    }
    .carousel-caption{
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .carousel-caption h1{
        font-size: 16px;
        font-weight: 900;
    }
    .inside-editor{
        padding: 15px 0vw;
    }
    .index-bottom{
        background-position: right;
    }
    .index-service ul li{
        writing-mode: horizontal-tb;
        display: block;
        vertical-align: top;
        padding: 5px 0;
    }
    .index-contact .contact-phone{
        text-align: left;
    }
    .index-contact .contact-phone a{
        padding-left: 10px;
    }

    .inside-about .about-bottom .content ul li{
        width: 100%;
    }
    .inside-about .about-box .content{
        padding: 8vw 0;
    }
    .inside-about .about-service{
        padding: 0vw;
    }
    .inside-products .mobile-menu{
        display: block;
    }
    .inside-products .products-menu{
        display: none;
    }
    .inside-products{
    padding:1vh;
    }
    .inside-products .products-item{
        padding: 10px;
    }
    .footer .fllow-us{
    text-align:center;
    }
    .footer .fllow-us img{
    padding-top: 0px;
    }
    .footer .information{
        margin-top: 40px;
        text-align: center;
    }
    .inside-people .people-item{
    height: auto;
    margin-bottom: 30px;
}
    nav .form-control{
        width: auto;
    }

}
@media (max-width: 480px){
    .zoom-slider .slide-text{
        top: 45vh;
    }
    .zoom-slider .slide-text h1{
        font-size: 18px;
    }

}