@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', sans-serif, sans-serif;
    letter-spacing: 4px;
    font-size: 1rem;
    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;
}
p{
    letter-spacing: 2px;
    font-size: 16px;
    color: #555;
    line-height: 200%;
    text-align: justify;
    text-justify:inter-ideograph;
}
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;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;    
    line-height: 150%;
}
/* #gotop {

    display:none;
    position: fixed;
    border:2px solid #1e2d75;
    background:#1e2d75 ;
    right: 19px;
    bottom: 44px;    
    padding: 10px 10px 10px 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: #1e2d75;
    border:2px solid #1e2d75;
    background: #Fff;
    transition: 0.5s;
    opacity: .8;
} */
.container{
    max-width: 1240px;
    padding: 0px;
    /* margin:0px; */
}
section{
    padding:60px  0px;
    z-index: 2;
    position: relative;
}
/* logo */
nav .navbar-brand{
   padding:0;
   margin:0;
}
nav .navbar-brand img{
    width: 360px;
    transition: .5s;
}
/* menu */
.navbar{
    padding: 20px 6vw;
    top: 0;
    z-index: 10;
    width: 100%;
    border-bottom: 2px solid #00471d;
    background: #fff;

}
nav ul{
    margin-top: 0;
}
nav .navbar-collapse{
    text-align:right;
}
.navbar-nav{
    display: none;
}
.navbar-light .navbar-toggler{
    border-color: #fff;
}

nav .nav-link{
    color: #333;
    text-align: center;
    font-size: 1.125rem;
    transition: .3s;
    font-weight: 500; 
    padding: 5px 20px;

}
nav .nav-link:hover .en{
    /* background-color: #f00; */
    color: #a2c21d;
}
nav .nav-link.active .en{
    /* background-color: #f00; */
    color: #a2c21d;
}
nav .nav-link:hover{
    color: #00471d;
    transition: .3s;
}
nav .nav-link .en{
    font-weight: 500;
    font-size: 10px;
    font-family: arial;
}
nav .nav-link .cn{
    font-size: 14px;
    font-weight: 500;
    color: #555;
}
.language{
    background: #55beff;
    background: -moz-linear-gradient(left, #55beff 1%, #005db3 100%);
    background: -webkit-linear-gradient(left, #55beff 1%, #005db3 100%);
    background: linear-gradient(to right, #55beff 1%, #005db3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55beff', endColorstr='#005db3',GradientType=1 );
}
.language .nav-link{
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    color: #FFF;
}
.language .dropdown-menu{
    text-align: center;
    padding: .5rem 3.25rem;
    border-bottom:4px solid #55beff; 
    border-radius: 0px;
}
/*輪播圖*/
.carousel{
    padding-top: 95px;
}
.carousel-item  .img-right{
    direction: rtl;
}
/*輪播圖文字*/
.carousel-caption .mob-text{
    display: none;
}
.carousel-caption{ 
    top:12vw; 
    text-align: left;
    left: auto;
}
.carousel-caption h1{
    font-size: 2rem;
}
.carousel-caption h5{
    font-size: 1.125rem;
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding-top: 1rem;
    font-weight: 600;
}
/* .carousel-caption h5::after{
    content: "";
    display: block;
    margin-top: 40px;
    width: 120px;
    height: 3px;
    background:#1e2d75;
} */

/*輪播圖*/

/*首頁標題*/

.index-title{
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: left;
}
.index-title .title-en{
    font-size:2.25rem;
    font-weight: 900; 
    color: #00471d; 
    position:relative;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
}
.index-title .title-en::after{
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    left:calc(100% - 15px);
    top: 50%;
    -webkit-transform: translateY(-0%) rotate(-50deg);
    -ms-transform: translateY(-0%) rotate(-50deg);
    transform: translateY(-0%) rotate(-50deg);
    border-left: 80px solid #555;
    background: #ccc;
}
.index-title .title-cn{
    font-size: 1.125rem;
    font-weight: 600;
    padding-left: 2vw;
    color: #333;
}
.index-title h5{
    font-size: 18px;
    color: #222;
    font-weight: 400;   
    padding: 5px 10px;
}
/*index-about*/
.index-about{
    position: relative;
    z-index: 1;
}
.index-about::after{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -5%;
    right: 0;
    width: 70%;
    height: 70vh;
    background: #f5f5f5;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .2);

}
.index-about .content-wrap{
    padding: 6vw;
}
.index-about .content-wrap p{
    line-height: 2rem;
}
/*index-skill*/
.index-skill .skill-item  p{
    color: #FFF;
    transition: .5s;
}
.index-skill .skill-item  .uk-position-bottom{
    z-index: 2;
}
.index-skill .skill-item .skill-a::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(18, 31, 44, 0.6);
    z-index: 1;
    pointer-events: none;
    transition: .3s
}
.index-skill .skill-item li:hover .skill-a::before{
    background-color: rgba(18, 31, 44, 0);
    transition: .3s;
}
.index-skill .skill-item li img{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
}
.index-skill .skill-item li{
    overflow: hidden;
}
.index-skill .skill-item li:hover img{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}   
.index-skill .skill-item .uk-overlay-primary{
    background: rgba(34,34,34,0);
    transition: .5s;
}
.index-skill .skill-item li:hover .uk-overlay-primary{
    background: rgba(255,255,255,0.8);
    transition: .5s;
}
.index-skill .skill-item li:hover p{
    color: #000;
    transition: .5s;
}
/*index-products*/
.index-products .owl-carousel .owl-stage-outer{
    padding-bottom: 40px;
}
.index-products .owl-carousel{
    position: relative;
}
.index-products .owl-carousel h1{
    font-size: 16px;
    line-height: 24px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin: 0px;
    padding: 25px 15px;
     -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.index-products .owl-carousel .item{
    transition: .5s; 
}
.index-products .owl-carousel .item:hover{
    box-shadow: 1px 1px 10px #ccc; 
    box-shadow: -1px -1px 10px #ccc;
    transition: .5s; 
}
.index-products .owl-carousel .item:hover h1{
    color: #1e2d75;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.index-products a{
    text-decoration: none;
}
.index-products .owl-nav span{
    font-size: 26px;    
}
.owl-nav.disabled{
    display: block !important;
}
.index-products .more p{
    text-align: center;
}
/* index-equipment */
.index-equipment .left-img{
    padding-top: 20vh;
}
.index-equipment .index-title{
    margin-top: 8vh;
    padding-left: 15px;
}
/*more*/
 .more{
    margin-top: 40px;
}
.more p{
    text-align: left;
}
 .more a{
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    background: -moz-linear-gradient(left, #00471d 1%, #038e3b 100%);
    background: -webkit-linear-gradient(left, #00471d 1%, #038e3b 100%);
    background: linear-gradient(to right, #00471d 1%, #038e3b 100%);
    font-family: arial;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    letter-spacing: 2px;
    position: relative;
}
.more .more-top{
    position: relative;
    z-index: 2;
}
  .more a:hover::before{
    opacity: 1;
  }
 .more a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: ease;
    background: #00471d;
    background: -moz-linear-gradient(left, #038e3b 1%, #00471d 100%);
    background: -webkit-linear-gradient(left, #038e3b 1%, #00471d 100%);
    background: linear-gradient(to right, #038e3b 1%, #00471d 100%);
 }
 .more a i{
    padding-left: 10px;
 }
/*footer*/
.footer{
    padding-top: 80px;
    position: relative;

}
.footer .logo-icon{
    text-align: right;
    z-index: 2;
}
.footer .logo-icon img{
    width: 180px;
}
.footer .in-icon ul{
    padding: 0px;
    margin: 0px
}
.footer .in-icon ul li{
    display: inline-block;
}
.footer .in-icon ul li i{
    font-size: 1.5rem;
}
.footer .sitemap{
    text-align: center;
    z-index: 2;
}
.footer .sitemap ul{
    padding: 0px;
    margin:15px 0;
    border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
}
.footer .sitemap ul li{
    display: inline-block;
}
.footer .sitemap ul li a{
    text-decoration: none;
    padding: 20px 10px;
    display: block;
}
.deco-left{
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 1;
}
.deco-right{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.deco-left img{
    width: 500px
}
.deco-right img{
    width: 300px;
}
/*copyright*/
.copyright{
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;

}
.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: 80px; */
    position: relative;
    z-index: 1;
}
.inside-banner .mob-img{
    display: none;
}
.inside-banner .phone-img{
    display: none;
}
.inside-banner-img{
    max-height: 450px;
    overflow: hidden;
}
.inside-banner-img img{
    width: 100%;
}
.inside-title{
    position: absolute;  
    bottom:-40px;
    margin: auto;
    z-index: 1;
    background: #00471d;

}
.inside-title .tran{
    position: relative;
    padding:5px 20px;
}
.inside-title .tran::after{
    content: "";
    position: absolute;
    right: -90px;
    bottom: 0;  
    width: 0;
    height: 0;
    border-style: solid;
    border-width:90px 90px 0 0;
    border-color: #00471d transparent transparent transparent;
}
.inside-title p{
    font-size: 1rem;
    color: #fff;
    margin: 0px;
    width: 100%;    
}
.inside-title h5{
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin:0px;
    display: block;
}

/*麵包屑*/
.bre{
    background: #fafafa;
    position: relative;
}
.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: #111;
}
.bre ul li i{
    margin-right:5px;
}
/* item-title */
.item-title {
    margin: 20px 0;
}
.item-title h5{
    color:#111;
    font-size: 20px;
    font-weight: 600;
    color: #1e2d75;

}

/*inside-about*/
.inside-about{
    padding:100px 0;
}
.inside-about .inside-about-box{
    margin-bottom:60px;
}
.inside-about .inside-about-box .inside-about-img{
    text-align: center;
}
.inside-about .inside-about-content{
    padding: 10px;
}
.inside-about .inside-about-content h3{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0px;
    color:#00471d;
}
.inside-about .inside-about-content ul{
    padding-left:0px 30px;
    margin-top: 40px;
    list-style: disc;
}
.inside-about .inside-about-content ul li{
    padding: 10px 0;
}
.inside-about .service-list ul{
    list-style: square;
    padding-left: 40px;
    text-align: left;
    color: #000;
}
.inside-about .service-list ul li{
    padding: 5px 0;
}
/* inside-service */
.inside-service{
    padding:100px 0;
    background: #fafafa;
}
.inside-service .item-title{
    padding: 40px 0 0 0;
}
.inside-service .inside-service-content h5{
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}
.inside-service .work a{
    text-decoration: none;
    width: 100%;
    /* overflow: hidden; */
    
}
.inside-service .work-img{
    position: relative;
    height: 0px;
    padding-bottom: 70%;
    overflow: hidden;
    width: 100%;
    border: 3px solid #111;
}
.inside-service .work p{
    font-size: 18px;
    padding: 5px;
    text-align: center;
    border-left: 3px solid #111;
    border-right: 3px solid #111;
    border-bottom: 3px solid #111;
    font-weight: 900;
}
.inside-service .work img{
    
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
/* inside-professtion */
.inside-item{
    padding: 60px 0;
}
.inside-professtion-box .inside-professtion-img{
    text-align: center;
}
.inside-professtion-box .inside-professtion-content h3{
    margin:0px;
    line-height: 46px;
    font-size: 26px;
    font-weight: 600;
}
.inside-professtion-box .inside-professtion-content{
    padding: 20px;
}
.inside-professtion-box .inside-professtion-content p{
    
}
/* inside-project */
.inside-project .uk-subnav>*>:first-child{
    font-size: 16px;    
}

/*inside-equipment*/
.inside-equipment{
    padding: 10vh; 
}

.inside-equipment .equipment-item .card-title{
    font-weight: 900;
}
.inside-equipment .equipment-item .card-body{
    padding: .75rem 0 1.25rem 0;
}
.inside-equipment .equipment-item .card-title{
    color: #005BAC;
    text-decoration: none;
    font-size: 18px;
}
/*.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-process .nav-item{
    padding-left: 10px;
}

.inside-process .process-img h5{
    font-weight: 600;
    font-size: 20px;
    color: #Fff;
    background: linear-gradient(to right, #0096db, #a2c21d );
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 3px 3px;
    margin-bottom: 40px;
}
.inside-process .qualite-img img{
    box-shadow: 2px 2px 10px #ccc;
}
/*inside-products*/
.inside-products{
    padding: 8vh;
}
.inside-product .product-item {
    padding: 20px ; 
}
.inside-product .product-item .product-item-box h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.inside-product .product-menu{
    text-align: center;
    margin-bottom: 4vw;
}
.inside-product .product-menu .item{
    border: 1px solid #00471d;
    float: left;
    width: 50%;    
}
.inside-product .product-menu .item a{
    padding: 10px 0;
    color: #00471d;
    display: block;
}
.inside-product .product-menu .item:hover{
    background: #00471d;
    
}
.inside-product .product-menu .item:hover a{
    color: #FFF
}
.inside-product .product-menu .active{
    background: #00471d;
}
.inside-product .product-menu .active a{
    color: #FFF
}
.inside-product .cnc h1{
    font-size: 24px;
    color: #00471d;
}
/* inside-quality */
.inside-quality ul li h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.inside-quality .uk-card-body {
    padding: 20px;
}

/*inside-contact*/
.inside-contact{
    padding: 100px 0;
}
.inside-contact .information h5{
    font-size:26px;
    color: #00471d;
    margin-bottom: 20px;
    font-weight: 500;
}
.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: "arial";
    letter-spacing: 4px;
    color: #000;
    font-size: 12px;
}
.inside-contact form textarea{
    width: 100%;
    padding: 8px;
    border: 0px;
    background: #f5f5f5;
    border-radius: 2px 2px;
    font-family: "arial";
    letter-spacing: 4px;
}
.inside-contact button{
    padding: 10px 50px;
    border-radius: 2px 2px;
    border: 1px solid #00471d;
    background: #00471d;
    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-people*/
.inside-people .people-item{
    height: 200px;
}
.inside-people .people-item h5{
    color: #9d0d09;
    font-weight: 600;
}
.inside-people .people-item p{
    margin-bottom: 0px;
    padding-left: 0px;
}
.inside-people  ul li{
    margin-bottom:30px;
}
@media (max-width:1400px) {
    .ind-ser-container{
        max-width: 960px;
    }
    .index-products .ind-ser-item .left-box{
        position:absolute ;
        width: 70%;
        bottom: 30px;
        left: -50px;
        padding: 20px;
        background-color: rgba(255, 255, 255, .9);
    }

    .index-products .ind-ser-item .right-box{
        position:absolute ;
        width: 70%;
        bottom: 30px;
        right: -50px;
        padding: 20px;
        background-color: #fff;
    }
}
@media (max-width:1200px) {
.navbar {
    padding: 24px 6vw;
}    
nav .nav-link {
    font-size: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #00471d;
}
nav .navbar-brand img{
    width: 300px
}
/*輪播圖文字*/

/*首頁公司簡介位置*/
.index-about::after{
    height: 45vh;
}
.index-about .about-box .about-left{
    width: 55%;
    padding:3.5%;
    position: absolute;
    top: -50px;
    left: 10%;
}
.index-about .content-wrap{
    padding: 4vw;
}
.inside-banner-img img{
            
}
.inside-products{
    padding: 5vh;
}
.inside-products .products-item{
    padding: 20px;
}
.inside-equipment{
    padding: 1vh; 
}

@media (max-width: 991px) {
    .carousel{
        padding-top: 80px;
    }
    .carousel-caption h1{
        font-size: 1.5rem;
    }
    nav .navbar-brand img{
        width: 260px;
    }
    section{
        padding:80px 0px;
    }
    .inside-banner{
    margin-top:0px; 
    }
    .navbar-nav{
    display: block;

    }
    nav .nav{
        display: none;
    }
    .index-about::after{
        display: none;
    }
    .index-company .right{
        display: none;
    }
    .index-products .ind-ser-item .left-box{
        position:absolute ;
        width:70%;
        bottom: 30px;
        left: -10px;
        padding: 20px;
        background-color: rgba(255, 255, 255, .9);
    }

    .index-products .ind-ser-item .right-box{
        position:absolute ;
        width:70%;
        bottom: 30px;
        right: -10px;
        padding: 20px;
        background-color: #fff;
    }
    .index-equipment{
        text-align: center;
    }
    .index-equipment .left-img{
        padding-top: 0px;
    }

    /*首頁公司簡介位置*/
    .index-about .about-box .about-left{
        width: 100%;
        padding:3.5%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .index-about .about-right:after{
        width:84%;
        padding-top:35%;
        position: absolute;
        bottom: -40px;
    }
    .index-about .about-box .about-right {
        margin-left: 0%;
        }
    .index-about {
        padding: 60px 0;
        background: #f5f5f5;
    }
    .inside-title .tran::after{
        right: -78px;
        border-width:78px 78px 0 0;
    }
    .inside-title p{
        font-size: 1rem;    
    }
    .inside-title h5{
        font-size: 1.5rem;
    }
    .inside-text .index-about{
        padding: 0px;
    }
    .inside-products{
    padding: 3vh;
    }
    .index-about .about-right img{
        width: 100%;
    }
    .index-contact-text h5{
        width: 70%;
    }
    .inside-banner .pc-img{
        display: none;
    }
    .inside-banner .phone-img{
        display: none;
    }
    .inside-banner .mob-img{
        display: block;
    }
    #gotop {

        bottom: 24px;    
        
    }
    .index-contact{
        background: url('../images/banner/back01.jpg');
        background-repeat: no-repeat;
        background-size:cover;
        background-attachment:scroll;
    }
    .contact2{
        background: url('../images/banner/back02.jpg');
        background-repeat: no-repeat;
        background-size:cover;
        background-attachment:scroll;
    }
    .deco-left{
        display: none;
    }
    .deco-right{
        position: static;
        text-align: center;
    }

@media (max-width: 767px){
    
    section{
    padding:60px 0px;
    }
    .index-title .title-en {
        font-size: 1.5rem;
    }
    .index-title .title-cn {
        font-size: 1rem;
        font-weight: 600;
        padding-left: 6vw;
        color: #333;
    }
    .carousel-caption h1{
        font-size: 1rem;
    }
    .carousel-caption h5{
        display: none;
    }
    /* nav .navbar-brand img{
        width: 200px;
    } */
    .inside-service .dropdown{
        display: block;
    }
    .inside-service .list-group{
        display: none;
    }
    .navbar-toggler{
        padding: .1rem .5rem;
    }
    .zoom-slider .slide-text{
        top: 25vh;
    }
    .zoom-slider .slide-text h1{
        font-size: 30px;
        line-height: 46px;    
        margin-bottom: 40px;  
    }
    .zoom-slider .slide-text h1 span{
        font-size:  50px;  
    }
    .zoom-slider .slide-text h3{
        font-size: 18px;     
    }
    .index-contact-text h5{
        width: 90%;
    }
    .about-backtext{
        display: none;
    }
    .inside-banner .mob-img{
        display: none;
    }
    .inside-banner .pc-img{
        display: none;
    }
    .inside-banner .phone-img{
        display: block;
    }
    .inside-banner{
        margin-top:0px; 
    }
    .inside-banner .inside-banner-text{
        top: 25%;
        left: 10%;
    }
    .inside-banner .inside-banner-text h1{
        font-size: 30px;
        line-height: 40px;
    }
     .inside-products{
        padding:1vh;
    }
    .inside-products .products-item{
        padding: 10px;
    }
    section .index-title h1{
        font-size: 34px;
    }
    .index-about .about-left p{
        color: #000;
        padding-top: 0px;
    }
    .index-title-container{
        padding-left: 0px;
    }
    .index-about::after {
        height: 100%;
    }
    section .title-products h5,section .title-products h1{
        text-align: center;
    }
    .inside-people .people-item{
        height: auto;
        margin-bottom: 30px;
    }
    section .title-products p {
        text-align: center;
    }
    .footer .logo-icon{
        text-align: center;
    }
    .footer .in-icon{
        padding-top: 20px;
        text-align: center;
    }
    .footer .sitemap ul li a{
        padding: 5px;
    }
    .copyright{
        /* padding-top: 40px;    */
    }
}
@media (max-width: 576px){
    
    nav .navbar-brand {
        font-size: 20px;
        font-weight: 900;
        
    }
    nav .navbar-brand span{
        line-height: 22px;
    }
    .index-products .ind-ser-item .left-box{
        position:absolute ;
        width: 70%;
        bottom: 10px;
        left: -0
        padding: 20px;
        background-color: rgba(255, 255, 255, .9);
    }

    .index-products .ind-ser-item .right-box{
        position:absolute ;
        width: 70%;
        bottom: 10px;
        right: 0;
        padding: 20px;
        background-color: #fff;
    }
    .index-products .ind-ser-item .ab-text h1{
        font-size: 18px;
    }

    .index-products .ind-ser-item .ab-text p{
       font-size: 16px;
    }
    .index-products .ind-ser-item .ab-text{
        padding: 20px 10px;
    }

}
@media (max-width: 512px){
     .inside-title{
        bottom: 0;  
    }
    .inside-title .tran{
        padding-right: 0px;
    }
    .inside-title .tran::after{
        right: -66px;
        border-width:66px 66px 0 0;
    }
    .inside-title p{
        font-size: 1rem;    
    }
    .inside-title h5{
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        margin:0px;
        display: block;
    }   
}
@media (max-width: 375px){

    nav .navbar-brand img{
        width: 200px;
    }
    .carousel-caption{
        top: 6vw;
    }
    .index-products .ind-ser-item .left-box{
        position:absolute ;
        width: 90%;
        bottom: 10px;
        left: -0
        padding: 20px;
        background-color: rgba(255, 255, 255, .9);
    }
        
    .index-products .ind-ser-item .right-box{
        position:absolute ;
        width: 90%;
        bottom: 10px;
        right: 0;
        padding: 20px;
        background-color: #fff;
    }
    
}