.block-search {
    min-height: 50px;
}

.vnt-tinhnang {
    padding: 30px 0;
    background: #f6f6f6 ;
    margin-bottom: 30px;
}
.item-tn {
    max-width: 370px;
    margin: 0 auto 20px;
    text-align: center;
}
.item-tn .i-img {
    height: 100px;
    margin-bottom: 10px;
}
.item-tn .i-img  img {
    max-height: 100%;
}
.item-tn .i-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.block-main  {
    margin-bottom: 30px ;
}

.block-main .m-title {
    margin-bottom: 20px;
}

.block-main .m-title .fTitle {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}


.block-main .slick-slider {
    margin: 0 -10px;
}
.block-main .slick-slider:after {
    display: block;
    content: '';
    clear: both;
}
.block-main .slick-slider .item {
    padding: 0 10px;
    float: left;
}
.block-main .slick-slider .slick-arrow {
    top: 48%;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.block-main .slick-slider .slick-arrow:hover {
    background: #d82727;
}
.block-main .slick-slider .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '';
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.block-main .slick-slider .slick-arrow:hover:after {
    color: #ffffff;
}
.block-main .slick-slider .slick-prev {
    left: -10px;
}
.block-main .slick-slider .slick-next {
    right: -10px;
}
.block-main .slick-slider .slick-prev:after {
    content: "\f053";
    margin-left: -1px;
}
.block-main .slick-slider .slick-next:after {
    content: "\f054";
    margin-right: -1px;
}

.vnt-choose {}
.vnt-choose.block-main .slick-slider .slick-arrow {
    top: 35%;
}
.slide-choose {}
.slide-choose .item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slide-choose .i-image {
    position: relative;
    overflow: hidden;
}
.slide-choose .i-image a {
    display: block;
    overflow: hidden;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    position: relative;
}
.slide-choose .i-image:hover a {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.slide-choose .i-desc {
    padding: 15px;
    background: #f6f6f6;
}
.slide-choose .i-desc .i-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.slide-choose .i-desc .i-content {
    font-size: 13px;
    line-height: 20px;
    color: #666666 ;
}





.vnt-news {

}
.news-block {
    margin-bottom: 10px;
}
.news-block .row {
    margin-left: -2px;
    margin-right: -2px;
}

.news-block .row *[class^=col-] {
    padding-left: 2px;
    padding-right: 2px;
}

.news-block .item-news {
    position: relative;
    overflow: hidden;
}
.news-block .item-news .i-image {
    position: relative;
    overflow: hidden;
}
.news-block .item-news .i-image img {
    width: 100% ;
}
.news-block .item-news .i-image a {
    display: block;
    overflow: hidden;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    position: relative;
}
.news-block .item-newse .i-image:hover a {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.news-block .item-news .i-image a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 194px;
    background: url("../images/mask_news.png") repeat-x;
}

.news-block .item-news .i-desc {
    pointer-events: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #ffffff;
}
.news-block .item-news .i-desc  .i-cat {
    margin-bottom: 5px;
}
.news-block .item-news .i-desc  .i-cat span {
    display: inline-block;
    background: #000;
    color: #ffffff;
    padding: 2px 5px;
}
.news-block .item-news .i-desc  .i-title {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.news-block .item-news .i-desc  .i-title  a {  color: #ffffff;  }

.news-block .item-news .i-desc  .i-date {
    color: #999999;
    font-size: 13px;
}

.news-block .item-news.item-top .i-title  {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
}


.list-news  {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}
.list-news::after {
    content: '';
    clear: both;
    display: table;
}
.list-news .item {
    float: left;
    width: 16.66666666666667%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.list-news .news {}
.list-news .news .i-image {
    margin-bottom: 10px;
}

.list-news .news .i-image a {
    display: block;
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.list-news .news .i-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.list-news .news .i-title {
    height:64px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;


}
.list-news .news .i-title h3 {
    font-weight: normal;
    line-height: 20px;
}
.list-news .news .i-title a {}


.div-ajax-more {
    text-align: center;
    margin-top: 20px;
}
.div-ajax-more .view-more {
    display: inline-block;
    background: #d82727;
    padding: 6px 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 230px;
    color: #ffffff;

    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.div-ajax-more .view-more:hover {
    background: #666666;
    color: #ffffff;
}

.loadmore_overlay{
    float: left;
    width: 100%;
    height: 40px;
    background: url(../images/preloader.gif) no-repeat 50% 50%;
}


.vnt-service {
    padding: 30px 0 40px;
    background: #f6f6f6 ;
    border-bottom: 1px solid #e6e6e6 ;
    margin-bottom: 0 !important;
}
.slide-service {}
.slide-service .item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slide-service .i-image {
    position: relative;
    overflow: hidden;
}
.slide-service .i-image a {
    display: block;
    overflow: hidden;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    position: relative;
}
.slide-service .i-image:hover a {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.slide-service .i-image a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 198px;
    background: url("images/mask.png") repeat-x;
}

.slide-service .i-desc {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}
.slide-service .i-desc .w-desc {
    padding: 15px;
    text-align: center;
}

.slide-service .i-desc .i-title  {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px ;
    margin-bottom: 5px;
}
.slide-service .i-desc .i-title a {
    color: #ffffff;
}

.slide-service .i-desc .i-content {
    font-size: 13px;
    line-height: 20px;
}





.footer_link{
    padding: 35px 0;
    background: #ffffff ;
}
.footer_link .a_info{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #777777;
}
.footer_link .a_info .d_title{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #555555;
}
.footer_link .a_info .d_title span{
    color: #555555;
}

.gs_item .node_title{

    line-height: 25px;
    text-align: left;
    padding: 0 0px 5px 0;
    border-bottom: 1px solid #d9d9d9;

    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 10px;
}
.gs_item .node_title:after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f0fe';
    font-weight: 900;
    top: 0;
    right: 0;
    color: #989898;
}
.gs_item.active .node_title:after{
    content: '\f146';
}


.node_title .div-group{
    position: relative;
}
.node_title .div-group::after{
    content: '';
    clear: both;
    display: table;
}

.node_title .div-group .col {
    float: left;
    width: 25%;
}
.node_title .div-group .col.c-title {
    color: #d82727;
    font-size: 16px;
    text-transform: uppercase;
}
.node_title .div-group .col a {

}
.ul_link_footer{
    margin-bottom: 20px;
}
.ul_link_footer ul:after{
    display: block;
    content: '';
    clear: both;
}
.ul_link_footer ul li{
    float: left;
    width: 25%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ul_link_footer ul li a{
    display: block;
    position: relative;
    padding: 0 10px 0 15px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #555555;
}
.ul_link_footer ul li a:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    font-size: 12px;
    color: #949494;
    font-weight: bold;
}
.ul_link_footer ul li a:hover{
    padding: 0 0 0 25px;
    color: #c71d22;
}

#zek_page_default{padding: 30px 0}


@media screen and (max-width: 991px) {

    .item-news .i-cat {display: none}
    .news-block .item-news .i-desc .i-title {

    }

    .list-news .item{
        width: 33.33333333333333%;
    }
}
@media screen and (max-width: 767px) {
    .list-news .item{
        width: 50%;
    }
    .node_title .div-group .col {
  float: none;
  width: auto;}
  .ul_link_footer ul li{width: 50%;}
}
@media screen and (max-width: 639px) {

}

