
.wrap-prolist {
    padding: 30px 0;
}
.wrap-prolist ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -5px;
    list-style: none;
    padding: 0;
}
.wrap-prolist ul li{
    padding: 0 5px;
    width: calc(100% / 9);
}
.wrap-prolist ul li a{
    display: block;
}
.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;
}

.block-product{
    margin: 30px 0 0;
}
 .big-title{
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: 1px solid #ececec;
    border-top: 3px solid#04a13a;
    background: #fff;
    padding: 10px;
    font-size: 18px;
}
.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{box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;border-radius: 10px;}
.block-news .block-title:after{content:"";background: #da0000;width: 70px;height: 3px;position: absolute;bottom: 0;left: 0;}
.block-news .block-title{
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    color: #5e5e5e;
    letter-spacing: 1.5px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    BORDER-BOTTOM: 1px solid #ccc;
    position: relative;
    text-transform: uppercase;
}
.block-news .news-item-index{padding-bottom: 9px !important;border-bottom: 1px solid #eee;}
.block-news .news-item-index img{
    border-radius: 10px;
}
.block-news .news-item-index h4{
    font-weight: 500;
    font-size: 18px;
    margin: 5px 0 0 0;
    padding: 0 10px;
}
.block-news .news-item-index h4 a{
    color: #333;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    font-size: 15px;
}
.block-news .news-item-index h4:hover a{
    text-decoration: none;
    color: #d61414;

}
.block-news .news-item-index .desc{
    font-size: 14px;
}
.block-news .news-item-index .text-right a{
    background: #da0000;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px 4px 10px;
    border-radius: 4px;
    color: #fff;
}
.block-news .news-item-index .text-right a:hover{
    text-decoration: none;
    background: #0052BB;
}


.block-news .news-item-index-small{padding: 5px 10px;border-bottom: 1px solid #eee;display: block;}
.block-news .news-item-index-small h4{}
.block-news .news-item-index-small h4 a{color: #333;text-shadow: 1px 1px 1px rgba(0,0,0,.3);font-size: 15px;display: block;}
.block-news .news-item-index-small h4 a:hover{
    color: #d61414;
    text-decoration: none;

}
.block-news .news-item-index-small .info{}
.block-news .news-item-index-small a.link{
    /* max-width: 45%; */
    /* padding-right: 12px; */
}
.block-news .news-item-index-small h4{
    font-weight: 400;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
            /* fallback */
}
.block-news .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: 2; /* number of lines to show */
    line-height: 16px;        /* fallback */
}
.block-news .news-item-index-small:last-child {
    border: none;
}


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


.big-title span{
	border-left: 8px solid #0d992b;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
}
.big-title span a{
    color: #333;
}
.big-title span:hover a{
    color: red;
    text-decoration: none;
}
.big-title ul{
    padding: 0;
    margin: 0;
}
.big-title ul li{
    display: inline-block;
    margin-left: 10px;
    border-right: 1px solid #ccc;
    padding-right: 12px;
	
}
.big-title ul li a{
	font-size: 13px;
    color: #111;
    font-weight: 500;
}
.big-title ul li:hover a{}

@media(max-width:769px){
    .big-title span{15px}
    .product-list-vcd .list{
    padding: 0;
}

    .product-list-vcd .item {position:static;width: 100%;}
}
.wrap-banner {
    padding: 15px 0;
}
.wrap-post {
    padding: 30px 0;
}
.article__content {
    height: 450px;
    overflow: hidden;
    transition: .3s;
    position: relative
}

.btn-detail {
    background: #dd3333;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 150px;
    padding: 10px 5px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.btn-detail:hover {
    text-decoration: none;
    color: yellow;
}

.bg-article {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255));
    bottom: 0;
    height: 105px;
    left: 0;
    position: absolute;
    width: 100%
}

.article__content.long {
    height: auto
}
