.tieuchi-item:after{
    content:"";
    background: url(../images/tieuchi-bg.svg) no-repeat bottom center;
    background-size: 100%;
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: -4px;
    left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}
.tieuchi-item .box-image{
    height: 80px;
}
.tieuchi-item{
    position:relative;
    margin-bottom: 2px;
    overflow: hidden;
}
.tieuchi-item:hover a{padding-left:10px}
.tieuchi-item img{}
.tieuchi-item .info{}
.tieuchi-item .info a{
    transition:0.5s ease;
    color: var(--primary);
    text-decoration: none;
}
.tieuchi-item .info h3{
    color: var(--second);
    font-size: 1.1rem;
    font-weight: 600;
}

.big-title{
    font-size: 2.5rem;
    font-weight: bolder;
    color: #0a472e;
    line-height: 0.8;
}

#block-product-category:after{
    content:"";
    background: url(../images/big-line.svg) no-repeat bottom center;
    position: absolute;
    width: 100%;
    /* z-index: -1; */
    height: 10%;
    bottom: -20px;
    left: 0;
}
#block-product-category{
    background: var(--primary);
    position: relative;
    margin-bottom: 30px;
}
#block-product-category .product-category{
    text-align: center;
    background: #fff;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
#block-product-category .product-category:hover img{
    top: 45%;
}
#block-product-category .product-category img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
    max-height: 100%;
    transition: 0.5s ease;
}
#block-product-category .product-category  h2{
    background: #F3F9FF;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 0;
}
#block-product-category .product-category a{
    text-decoration: none;
    color: #333;
}
#block-product-category .product-category:hover a h2{
    color: var(--primary);
}
#block-product-category .product-category .box-image{height: 0;padding-bottom: 47%;position: relative;}


#block-product{}
#block-product .title h2{
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0;
    font-size: 1.7rem;
}
#block-product .title{
    border-bottom: 8px solid var(--primary);
    padding-bottom: 10px;
}
#block-product .nav-link{}
#block-product .nav-link span:hover{
    background: var(--second);
    color: #fff;
}
#block-product .nav-link span{
    display: inline-block;
    cursor: pointer;
    border: 1px solid var(--second);
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
#block-product .list-category{}
#block-product .list-category ul{
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    display: flex;
}
#block-product .list-category ul li{
    display: inline-block;
    flex-grow: 1;
    padding: 10px 15px;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
}
#block-product .list-category ul li a{
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: 0.4s ease;
    position: relative;
    z-index: 2;
    font-size: 17px;
}
#block-product .list-category ul li:hover:before,#block-product .list-category ul li.active:before{
    content:"";
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    background: var(--primary);
    top: 0;
    left: 0;
    z-index: 1;
}
#block-product .list-category ul li:hover:after,#block-product .list-category ul li.active:after{
    content:"";
    background: var(--second);
    width: 10px;
    height: 120%;
    position: absolute;
    right: 15px;
    top: -10%;
    transform: rotateZ(10deg);
    z-index: 2;
}
#block-product .list-category ul li:hover a,#block-product .list-category ul li.active a {
    color: #fff;
}



#block-about .line-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: url(../images/line-about.svg) no-repeat bottom right;
}
#block-about:after{
    bottom: -8px;
    background: url(../images/b-line.svg) no-repeat bottom center;
    content:"";
    position: absolute;
    width: 100%;
    height: 5%;
    z-index: 0;
}
#block-about{
    position:relative;
    background: url(../images/bg-about.webp) no-repeat bottom center;
    background-position: 0 114px;
    background-size: 100%;
}
#block-about .info .nb{
    font-size: 2rem;
    font-weight: 6500;
}
#block-about .info{
   
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: 2;
   color: #211;
   
   padding: 10px 0;
}
#block-about .info .icon{
    font-size: 1rem;
}
#block-about .info .number{
    font-weight: bold;
}
#block-about .info .desc{}

#block-about .more{}
#block-about .more a{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 30px;
}
#block-about .more .view-more{
    background: var(--second);
    color: #fff;
}
#block-about .more .contact{
    background: var(--primary);
}


#block-service .service-item h3 ~ p{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 17px;        /* fallback */
   max-height: 34px; 
}
#block-service .service-item h3{
    font-size: 1rem;
    font-weight: 600;
}
#block-service .service-item h3 a{
    color: var(--primary);
    text-decoration: none;
}
#block-service .service-item span{
    position: absolute;
    left: 10px;
    color: var(--primary);
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 2px;
    top: 50%;
    transform: translateY(-50%);
}
#block-service .service-item.active{color:#fff;background:var(--second)}
#block-service .service-item.active a{color:#fff}
#block-service .service-item{
    background: #fff;
    position: relative;
    border-radius: 5px;
    padding: 10px;
    padding-left: 60px;
    margin-bottom: 13px;
    cursor: pointer;
}
#block-service .service-item:last-child{
    margin-bottom:0;
}

.banner-home{
    position: relative;
}
.brand-list {
    position: relative;
}
.brand-list .xnav{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--second);
}
.brand-list .xnav.next{
    left: auto;
    right: -10px;
}



.index-title{
   text-transform: uppercase;
   color: var(--primary);
   font-weight: bold;
   font-size: 1.8rem;
   padding: 10px 0;
   margin-bottom: 20px;
   position: relative;
}
.index-title-2{
    color: var(--primary);
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px 0;
    margin-bottom: 0;
    position: relative;
    }


.more-link-2{
    border-radius: 4px !important;
    text-transform: none !important;
    padding: 5px 10px 7px 11px !important;
}
.more-link{
    background: var(--second);
    color: #fff !important;
    text-decoration: none;
    padding: 9px 20px 10px 23px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
}

.ratio-brand{    --bs-aspect-ratio: 39.25%;
    background-size: contain !important;
    display: block;}

.center-img{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#block-support{}
#block-support span{}
#block-support p{
    font-weight: bold;
    margin: 0;
}
#block-support a.phone{
    display: block;
    font-weight: bold;
    color: var(--second);
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-decoration: none;
}
#block-support a.email{
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: var(--second);
}
#block-support p.small{
    font-weight: normal;
    margin-bottom: 20px;
}
#block-support form{
    width: 100%;
    max-width: 300px;
    position: relative;
}
#block-support form input{
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 6px 13px;
    width: 100%;
}
#block-support form button{
    background: transparent;
    border: 0;
    top: 0;
    right: 0;
    position: absolute;
    width: 40px;
    height: 100%;
}
.news-item{
    margin: 2px;
    margin-bottom: 10px;
}
.news-item .short-desc{font-size: 0.8rem;}
.news-item .desc {
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 10px;
}
.news-item .meta {
    font-weight: bold;
    font-size: 13px;
}
.news-item h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.news-item h3 ~ a{
    font-size: 13px;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid;
}
.news-item h3 ~ a:hover{}
.news-item h3 a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 20px;        /* fallback */
    max-height: 50px;       /* fallback */
    font-size: 14px;
    font-weight: bold;
    COLOR: var(--primary);
    text-decoration: none;
}
.news-item h3:hover a{}

.service-image{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.service-image img{width: 100%;max-height: 100%;    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;}
.brand-item{}
.brand-item a{transition: 0.5s ease all !important;}
.brand-item:hover a{filter: grayscale(0);}


@media(max-width:767px){
   
    .tieuchi-item .info h3 ~ p{font-size: 0.8rem;}
    .tieuchi-item .info h3{font-size: 0.9rem;}
    .tieuchi-item .box-image{height: 60px;}
    .tieuchi-item .box-image img{max-height: 80%;}
    #block-product .title h2{font-size: 1.3rem;}
    #block-about{background-repeat: repeat-y;padding-top:15px;padding-bottom:5px !important;}
    #block-about .line-bottom{display: none;}
    #block-about:after{background-size:100%;height:10px}
}