.head-index{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,f4f4f4+100 */
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #f4f4f4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4f4f4 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.product-list-vcd{}
.product-list-vcd .list{
    /* background: url(../images/index.png) no-repeat bottom center; */
    position: relative;
    padding-top: 150px;
}
.product-list-vcd .item a:hover{
    text-decoration: none;
    color: #818181;
}
.product-list-vcd .item a{
    text-align: center;
    display: block;
    color: #333;
    transition: 0.4s ease;
}
.product-list-vcd .item .number{
    background: url(../images/icon-category.png) no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 18px;
    color: red;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}
.product-list-vcd .item h2{
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0;
}
.product-list-vcd .item p{
    font-size: 13px;
}
.product-list-vcd .item {
    position: absolute;
    width: 300px;
}
.product-list-vcd .item.item-1{
    bottom: 0;
    left: 0;
}
.product-list-vcd .item.item-2{
    left: 50px;
    bottom: 160px;
}
.product-list-vcd .item.item-3{
    left: 220px;
    bottom: 370px;
}
.product-list-vcd .item.item-4{
    right: 220px;
    bottom: 370px;
}
.product-list-vcd .item.item-5{
    right: 50px;
    bottom: 160px;
}
.product-list-vcd .item.item-6{
    bottom: 0;
    right: 0;
}

.block-about{}
.block-about .title{}
.block-about .title h1{
    font-size: 17px;
    text-transform: uppercase;
}
.block-about .link a{
    display: inline-block;
    font-size: 12px;
    background: #da0000;
    color: #fff;
    padding: 10px 17px 10px 17px;
    transition: 0.4s ease;
}
.block-about .link a:hover{
    text-decoration: none;
    background: #0052bb;
}
.block-about .title h1 span{
    display: block;
    color: #0052bb;
    font-weight: 700;
    font-size: 36px;
    margin: 5px 0 10px 0;
}

.owl-product  .owl-nav button{position: absolute;top: calc(50% - 27px);position: absolute;left: 15px;}
.owl-product  .owl-nav .owl-prev{}
.owl-product  .owl-nav .owl-next{
    left: auto;
    right: 15px;
}


.block-product{
    margin: 30px 0;
}
 .big-title{
    text-align: center;
    font-size: 31px;
    margin-bottom: 20px;
    color: #0072ae;
    font-family: 'UTM HelvetIns';
    text-transform: uppercase;
}
.big-title span.link{
    cursor: pointer;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 2px solid #ccc;
    margin: 0;
    font-size: 30px;
    transition: 0.4s ease;
}
.big-title span.link.active{
    color: #0072ae;
    border-color: #0072ae;
}
.block-product .desc-title{
    text-align: center;
    font-size: 14px;
    color: #9d9d9d;
}

.group-product{}
.group-product .group-product-child{}
.group-product .group-product-child .head-child{
    border-bottom: 3px solid #0052bb;
    margin-bottom: 30px;
}
.group-product .group-product-child .head-child h2{
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    background: #0052bb;
    margin: 0;
    padding: 14px 70px 13px 30px;
    position: relative;
}
.group-product .group-product-child .head-child h2:after{content:"";position: absolute;background: url(../images/btnx.png) no-repeat top left;width: 38px;height: 100%;right: -37px;bottom: 0;background-size: 100%;}

.group-product .group-product-child .head-child a{
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #f92424;
    color: #333;
    font-size: 14px;
    padding: 4px 10px 4px 15px;
    text-decoration: none;
    transition: 0.4s ease;
}
.group-product .group-product-child .head-child a:hover{
    border-color: #0056b3;
}
.group-product .group-product-child .body-child{}


.block-gallery{}
.block-gallery .title{
    text-align: center;
    background: url(../images/bgt.jpg) repeat-x center;
}
.block-gallery .title span{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.2px;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 23px;
}

.block-newsletter{
    background: url(../images/newsletter.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}
.block-newsletter *::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.block-newsletter *:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.block-newsletter *::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.block-newsletter .title{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.block-newsletter .desc{
    text-align: center;
    margin-bottom: 30px;
}
.block-newsletter form{}
.block-newsletter form input{width: 100%;font-size: 13px;padding: 8px 10px;border: 0;background: #ffffff54;color: #fff;}
.block-newsletter form textarea{
    width: calc(100% - 100px);
    padding: 5px 10px;
    font-size: 13px;
    height: 79px;
    border: 0;
    margin: 0;
    resize: none;
    background: #ffffff54;
    color: #fff;
}
.block-newsletter form button{
    position: absolute;
    right: 0;
    top: 0;
    background: #d61414;
    height: 79.3px;
    border: 0;
    color: #fff;
    font-size: 14px;
    width: 100px;
}
.block-newsletter .w-content{
    position: relative;
}

.block-news{background: #f8f8f8;padding: 20px 0;}

.block-news .block-title{
    font-weight: 500;
    letter-spacing: 1.5px;
    padding-bottom: 8px;
    position: relative;
    text-align: left;
    font-size: 31px;
    margin-bottom: 10px;
    color: #0072ae;
    font-family: 'UTM HelvetIns';
    text-transform: uppercase;
}
.news-item-index{
}
.news-item-index img{}
.news-item-index h4{
    font-weight: 500;
    font-size: 18px;
    margin: 12px 0 15px 0;
}
.news-item-index h4 a{
    color: #606060;
}
.news-item-index h4:hover a{
    text-decoration: none;
}
.news-item-index .desc{
    font-size: 14px;
}
.news-item-index .text-right a{
    background: #da0000;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px 4px 10px;
    border-radius: 4px;
    color: #fff;
}
.news-item-index .text-right a:hover{
    text-decoration: none;
    background: #0052BB;
}


.news-item-index-small{
}
.news-item-index-small h4{}
.news-item-index-small h4 a{
    color: #333;
}
.news-item-index-small h4 a:hover{
    text-decoration: none;
    color: #0072ae;
}
.news-item-index-small .info{}
.news-item-index-small a.link{
    flex: 0 0 40%;
    padding-right: 12px;
}
.news-item-index-small h4{
    font-weight: 400;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
            /* fallback */
}
.news-item-index-small .desc{
    font-size: 13px;
    color: #838383;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-height: 19px;        /* fallback */
}

.project-item-index:hover{
}
.project-item-index *{transition: 0.4s ease;}
.project-item-index{transition: 0.4s ease;}
.project-item-index:hover h4 a{
    color: #606060;
}
.project-item-index img{}
.project-item-index h4{
    font-weight: 500;
    font-size: 16.4px;
    height: 36px;
}
.project-item-index h4 a{
    color: var(--primary);
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.project-item-index:hover h4 a{
    text-decoration: none;
    /* color: #fff; */
}
.project-item-index:hover .desc{/* color:#fff; */}
.project-item-index .desc{
    font-size: 14px;
}
.project-item-index .text-right a{
    background: #da0000;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px 4px 10px;
    border-radius: 4px;
    color: #fff;
}
.project-item-index .text-right a:hover{
    text-decoration: none;
    background: #0052BB;
}


.project-item-index-small{
}
.project-item-index-small h4{}
.project-item-index-small h4 a{
    color: #333;
}
.project-item-index-small h4 a:hover{}
.project-item-index-small .info{}
.project-item-index-small a.link{
    max-width: 45%;
    padding-right: 12px;
}
.project-item-index-small h4{
    font-weight: 400;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
            /* fallback */
}
.project-item-index-small .desc{
    font-size: 13px;
    color: #838383;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-height: 16px;        /* fallback */
}


.slick-news-index .slick-slide {
      margin: 5px 0px;
  }

  /* the parent */
.slick-news-index  .slick-list {
      margin: -5px 0px;
  }

  .slick-news-index .slick-list{
    margin-top: -9px !important;
}

#block-service{
    /* background: url(../images/banner-x.jpg) no-repeat; */
    /* background-size: cover; */
}
.big-title.white{
    /* color: #fed357; */
}

#block-icon{}
#block-icon .item{
    width: 100%;
}
#block-icon .block-item{
    background: #f9f7f5;
    padding: 20px;
    text-align: center;
}
#block-icon .block-item a{
    text-decoration: none !important;
}
#block-icon .block-item a img{
    transition: 0.4s ease all;
}
#block-icon .block-item a p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    margin: 0;
}
#block-icon .block-item a:hover img{
}
#block-icon .block-itema:hover p{
    color: #0072ae;
}


@media(max-width:768px){
    .big-title span.link{
    font-size: 14px;
}
    .news-item-index h4{
    font-size: 15px;
}
    .news-item-index-small h4{font-size: 14px;
}
    .block-news .block-title{font-size: 22px;
}
    .project-item-index h4 a{
    
    -webkit-line-clamp: 3;
    }
    
    .project-item-index h4{font-size: 15px;height: auto;}
    .project-item-index .desc{/* display: none; */display: -webkit-box;-webkit-line-clamp: 3; /* Sá»‘ dÃ²ng tá»‘i Ä‘a */-webkit-box-orient: vertical;overflow: hidden;}
    .block-product .big-title{font-size: 15px;margin-bottom: 10px;}
    .big-title{font-size: 20px;margin-bottom: 15px;}
    .big-title .spe img{height: 25px !important;
}
    .product-list-vcd .list{padding: 0;
}
    .item-project .position-relative .info div{display: none;
}
    .item-project .position-relative .info h4{margin: 0;padding: 5px 10px;font-size: 11px;border: 0;}
    .item-project .position-relative:hover .info{opacity:1;top: auto;}
.item-project .position-relative .info{opacity: 1;width: 100%;left: 0;width: 100%;transform: none;padding: 0;height: auto !important;top: auto;bottom: 0;background: rgb(244 103 34 / 76%);padding: 4px 5px;opacity: 0;top: auto;bottom: 0;}
    
    .product-list-vcd .item {position:static;width: 100%;}
}



div#block-newsletter {
    padding: 40px 0;
    background: url(../images/banner-x.jpg) no-repeat;
    background-size: cover;
}