.searchTop::before{
    display: none;
}
.vnt-item{
    padding: 30px 0;
}
.vnt-item .title_main{
    font-size: 38px;
    line-height: 50px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    font-weight: normal;
}
.vnt-item .title_main h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.vnt-item .title_main:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 170px;
    height: 1px;
    background: #de0124;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.link_all{
    text-align: center;
}
.link_all.vres{
    margin-top: 30px;
}
.link_all a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #aa0000;
    color: #ffffff;
}
.link_all a:after{
    font-family: FontAwesome;
    content: '\f105';
    padding-left: 10px;
}
.link_all a:hover{
    background: #333333;
    color: #ffffff;
}
.short_main{
    text-align: center;
    max-width: 850px;
    margin:0 auto 30px;
}
/*===BEGIN: ABOUT===*/
.slider_about{
    margin: 0 -15px 30px;
}
.slider_about:after{
    display: block;
    content: '';
    clear: both;
}
.slider_about .wrap_item{
    width: 25%;
    padding: 0 15px;
    float: left;
}
.slider_about .item{
    text-align: center;
    color: #666666;
}
.slider_about .item .i-icon{
    height: 90px;
    width: 90px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.slider_about .item .i-icon:before,
.slider_about .item .i-icon:after,
.slider_about .item .i-icon .fa{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.slider_about .item .i-icon:before{
    box-shadow: inset 0 0 0 2px #de0124;
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
}
.slider_about .item:hover .i-icon:before{
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    box-shadow: inset 0 0 0 60px #de0124;
}
.slider_about .item .i-icon:after{
    box-shadow: inset 0 0 0 2px #dddddd;
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.slider_about .item:hover .i-icon:after{
    -webkit-transform: scale(1.2857);
    -moz-transform: scale(1.2857);
    -o-transform: scale(1.2857);
    -ms-transform: scale(1.2857);
    transform: scale(1.2857);
    opacity: 1;
    filter: alpha(opacity=100);
}
.slider_about .item .i-icon .fa{
    font-size: 30px;
    line-height: 90px;
    position: relative;
    z-index: 4;
    cursor: default;
    color: #de0124;
}
.slider_about .item:hover .i-icon .fa{
    color: #ffffff;
}
.slider_about .item .i-number{
    font-size: 55px;
    line-height: 70px;
}
.slider_about .item .i-number .counter{
    font-weight: bold;
    color: #de0124;
}
/*===END: ABOUT===*/
/*===BEGIN: PRODUCT HOME===*/
.vnt-product-home .title-prod {
    margin-bottom: 30px;
    background: #de0124;
    color: #ffffff;
    font-size: 25px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 23px 25px;
}
.vnt-product-home .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin: 0 -20px;
    flex-wrap: wrap;
}
.vnt-product-home .grid .col{
    width: 25%;
    padding: -0px 20px;
}
.vnt-product-home .item{
    background: #de0124;
    padding: 15px;
    margin-bottom: 40px;
}
.vnt-product-home .item.active{
    background: #e1eef8;
}
.vnt-product-home .item .title{
    font-size: 12px;
    line-height: 20px;
    color:#ffffff;
    text-transform: uppercase;
    padding-right: 25px;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vnt-product-home .item.active .title{
    font-weight: bold;
    color:#de0124;
}
.vnt-product-home .item .title:before{
    content: "\f078";
    font-family: fontAwesome;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.vnt-product-home .item .content{
    display: none;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}
.vnt-product-home .item .des{
    font-size: 12px;
    line-height: 23px;
    color:#ffffff;
    text-align: justify;
    margin-bottom: 10px;
}
.vnt-product-home .item.active .des{
    color:#666666;
}
.vnt-product-home .item ul li a{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color:#de0124;
    padding-left: 15px;
    position: relative;
    background: unset !important;
}
.vnt-product-home .item ul li a:before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
}
/*===END: PRODUCT HOME===*/
/*===BEGIN: CERTIFICATE===*/
.slider_certificate{
    margin: 0 -15px;
}
.slider_certificate:after{
    display: block;
    content: '';
    clear: both;
}
.slider_certificate .wrap_item{
    width: 20%;
    float: left;
    padding: 0 15px;
}
.slider_certificate .item .i-img{
    border: 1px solid #eaeaea;
    padding: 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}
.slider_certificate .item:hover .i-img{
    border-color: #de0124;
}
.slider_certificate .item .i-img a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.slider_certificate .item .i-img a img{
    position:  absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider_certificate .item .i-title{
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    padding: 0 5px;
    max-height: 50px;
    overflow: hidden;
}
.slider_certificate .slick-arrow{
    width: 30px;
    height: 30px;
    background: url("../images/img-arrow.png") no-repeat 0 0;
}
.slider_certificate .slick-prev{
    left: -40px;
}
.slider_certificate .slick-next{
    right: -40px;
    background-position: -30px 0;
}
/*===END: CERTIFICATE===*/
/*===BEGIN: SERVICE===*/
.slider_service{
    margin: 0 -15px 80px;
}
.slider_service:after{
    display: block;
    content: '';
    clear: both;
}
.slider_service .wrap_item{
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}
.slider_service .item .i-img{
    overflow: hidden;
    margin-bottom: 10px;
}
.slider_service .item .i-img a{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 66.666667%;
}
.slider_service .item .i-img a:after{
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid rgba(255,255,255,0.5);
}
.slider_service .item .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -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;
}
.slider_service .item .i-img:hover a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.slider_service .item .i-title{
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}
.slider_service .slick-arrow{
    width: 30px;
    height: 30px;
    background: url("../images/img-arrow.png") no-repeat 0 0;
}
.slider_service .slick-prev{
    left: -40px;
}
.slider_service .slick-next{
    right: -40px;
    background-position: -30px 0;
}
.slider_service .slick-dots{
    bottom: -50px;
    text-align: center;
}
.slider_service .slick-dots li{
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px transparent;
    -o-box-shadow: 0 0 0 2px transparent;
    -ms-box-shadow: 0 0 0 2px transparent;
    -moz-box-shadow: 0 0 0 2px transparent;
    box-shadow: 0 0 0 2px transparent;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 16px;
    height: 16px;
}
.slider_service .slick-dots li button{
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #c0c0c0;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
.slider_service .slick-dots li:hover,
.slider_service .slick-dots li.slick-active{
    -moz-box-shadow: 0 0 0 2px #de0124;
    -webkit-box-shadow: 0 0 0 2px #de0124;
    -o-box-shadow: 0 0 0 2px #de0124;
    -ms-box-shadow: 0 0 0 2px #de0124;
    box-shadow: 0 0 0 2px #de0124;
    border: none;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}
.slider_service .slick-dots li:hover button,
.slider_service .slick-dots li.slick-active button{
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    background-color: #de0124;
}
.slider_service .slick-dots li button:before{
    content: '';
}
.vnt-partner .text{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.slider_partner{
    margin: 0 -15px;
}
.slider_partner .wrap_item{
    width: 16.666666%;
    float: left;
    padding: 0 15px;
}
.slider_partner .item{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    padding: 9px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slider_partner .item:hover{
    border-color: #de0124;
}
.slider_partner .item a{
    display: block;
    overflow: hidden;
    padding-top: 66.666667%;
    position: relative;
}
.slider_partner .item a img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider_partner .slick-arrow{
    width: 30px;
    height: 30px;
    background: url("../images/img-arrow.png") no-repeat 0 0;
}
.slider_partner .slick-prev{
    left: -40px;
}
.slider_partner .slick-next{
    right: -40px;
    background-position: -30px 0;
}

.list_partner{
    margin: 0 -15px;
}
.list_partner:after{
    display: block;
    content: '';
    clear: both;
}
.list_partner .wrap_item{
    width: 33.333333%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
}
.list_partner .wrap_item:nth-child(3n+1){
    clear: left;
}
.list_partner .item{
    border: 1px solid #dddddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.list_partner .item .i-image{
    padding-top: 66.666667%;
    position: relative;
}
.list_partner .item .i-image img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list_partner .item .i-desc{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 93, 173, 0.9);
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: opacity .8s cubic-bezier(.23,1,.32,1),-webkit-transform .8s cubic-bezier(.23,1,.32,1);
    transition: opacity .8s cubic-bezier(.23,1,.32,1),transform .8s cubic-bezier(.23,1,.32,1);
    transition: opacity .8s cubic-bezier(.23,1,.32,1),transform .8s cubic-bezier(.23,1,.32,1),-webkit-transform .8s cubic-bezier(.23,1,.32,1);
}
.list_partner .item:hover .i-desc{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.list_partner .item .i-desc .i-title{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}
.list_partner .item .i-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.list_partner .item .i-link a{
    display: block;
    width: 100%;
    height: 100%;
}

/*===END: SERVICE===*/
/*===BEGIN: GALLERY===*/
.slide_gallery{
    margin-bottom: 30px;
}
.slide_gallery:after{
    display: block;
    content: '';
    clear: both;
}
.slide_gallery .item{
    position: relative;
    width: 20%;
    float: left;
}
.slide_gallery .item .i-img{
    overflow: hidden;
    padding-top: 66.666667%;
    position: relative;
}
.slide_gallery .item .i-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -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: 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;
}
.slide_gallery .item:hover .i-img img{
    -webkit-transform: translate(-50%, -50%) scale(1.04);
    -moz-transform: translate(-50%, -50%) scale(1.04);
    -o-transform: translate(-50%, -50%) scale(1.04);
    -ms-transform: translate(-50%, -50%) scale(1.04);
    transform: translate(-50%, -50%) scale(1.04);
}
.slide_gallery .item .i-desc{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
.slide_gallery .item:hover .i-desc{
    opacity: 1;
}
.slide_gallery .item .i-desc:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 126px;
    background: url("../images/mask.png") repeat-x;
}
.slide_gallery .item .i-desc .wrap_desc{
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 40px;
}
.slide_gallery .item:hover .i-desc .wrap_desc{
    top: 0;
}
.slide_gallery .item .i-desc .i-title{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.slide_gallery .item .i-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.slide_gallery .item .i-link a{
    display: block;
    width: 100%;
    height: 100%;
}
/*===END: GALLERY===*/
/*===BEGIN: VIDEO===*/
.slider_video{
    margin: 0 -15px;
}
.slider_video:after{
    display: block;
    content: '';
    clear: both;
}
.slider_video .wrap_item{
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}
.slider_video .item .i-img{
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.slider_video .item .i-img a{
    display: block;
    overflow: hidden;
    padding-top: 66.666667%;
    position: relative;
}
.slider_video .item .i-img a:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.2);
}
.slider_video .item .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.slider_video .item .i-img a .icon-video{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255,0.5) , 0 0 8px rgba(0,0,0,0.35) , 0 0 13px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255,0.5) , 0 0 8px rgba(0,0,0,0.35) , 0 0 13px rgba(0,0,0,0.35);
    box-shadow: 0 0 0 5px rgba(255, 255, 255,0.5) , 0 0 8px rgba(0,0,0,0.35) , 0 0 13px rgba(0,0,0,0.35);
    padding: 14px 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider_video .item .i-img a .icon-video .fa{
    font-size: 40px;
    line-height: 50px;
    color: #de0124;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
.slider_video .item:hover .i-img a .icon-video:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.slider_video .item:hover .i-img a .icon-video:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
.slider_video .item .i-title{
    font-size: 16px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.slider_video .slick-arrow{
    width: 30px;
    height: 30px;
    background: url("../images/img-arrow.png") no-repeat 0 0;
}
.slider_video .slick-prev{
    left: -40px;
}
.slider_video .slick-next{
    right: -40px;
    background-position: -30px 0;
}
/*===END: VIDEO===*/
/*===BEGIN: FEELING===*/
.slider_feeling{
    margin: 0 -15px 40px;
}
.slider_feeling:after{
    display: block;
    content: '';
    clear: both;
}
.slider_feeling .wrap_item{
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}
.slider_feeling .item .i-desc{
    background: #fafafa;
    padding: 19px;
    text-align: center;
    border: 1px solid #ededed;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.slider_feeling .item .i-star{
    font-size: 15px;
    line-height: 25px;
    color: #fdb82f;
    margin-bottom: 8px;
}
.slider_feeling .item .i-content{
    font-size: 14px;
    line-height: 25px;
    height: 125px;
    overflow: hidden;
}
.slider_feeling .item .i-info{
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}
.slider_feeling .item .i-img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px;
}
.slider_feeling .item .i-img img{
    width: 100%;
}
.slider_feeling .item .i-name{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #333333;
}
.slider_feeling .slick-arrow{
    width: 30px;
    height: 30px;
    background: url("../images/img-arrow.png") no-repeat 0 0;
}
.slider_feeling .slick-prev{
    left: -40px;
}
.slider_feeling .slick-next{
    right: -40px;
    background-position: -30px 0;
}
.slider_feeling .slick-dots{
    bottom: -50px;
    text-align: center;
}
.slider_feeling .slick-dots li{
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px transparent;
    -o-box-shadow: 0 0 0 2px transparent;
    -ms-box-shadow: 0 0 0 2px transparent;
    -moz-box-shadow: 0 0 0 2px transparent;
    box-shadow: 0 0 0 2px transparent;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 16px;
    height: 16px;
}
.slider_feeling .slick-dots li button{
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #c0c0c0;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
.slider_feeling .slick-dots li:hover,
.slider_feeling .slick-dots li.slick-active{
    -moz-box-shadow: 0 0 0 2px #de0124;
    -webkit-box-shadow: 0 0 0 2px #de0124;
    -o-box-shadow: 0 0 0 2px #de0124;
    -ms-box-shadow: 0 0 0 2px #de0124;
    box-shadow: 0 0 0 2px #de0124;
    border: none;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}
.slider_feeling .slick-dots li:hover button,
.slider_feeling .slick-dots li.slick-active button{
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    background-color: #de0124;
}
.slider_feeling .slick-dots li button:before{
    content: '';
}
/*===END: FEELING===*/
/*===BEGIN: NEWS===*/
.news_lagre{
    margin-bottom: 30px;
    position: relative;
}
.news_lagre .i-image{
    position: relative;
    overflow: hidden;
}
.news_lagre .i-image .i-date{
    position: absolute;
    width: 57px;
    height: 57px;
    top: 0;
    right: 0;
    color: #ffffff;
    background: #de0124;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}
.news_lagre .i-image .i-date span{
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}
.news_lagre .i-image a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.news_lagre .i-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -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;
}
.news_lagre:hover .i-image img{
    -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_lagre .i-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}
.news_lagre .i-title a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 12px 20px;
    color: #ffffff;
}
.news_lagre .i-title a:hover{
    color: rgba(255,255,255,0.7);
}
.item_news{
    background: #f2f5f8;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
.item_news .i-image{
    position: relative;
    overflow: hidden;
    float: left;
    width: 47.5%;
    max-width: 270px;
}
.item_news .i-image .i-date{
    position: absolute;
    width: 57px;
    height: 57px;
    top: 0;
    right: 0;
    color: #ffffff;
    background: #de0124;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}
.item_news .i-image .i-date span{
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}
.item_news .i-image a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.item_news .i-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -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;
}
.item_news:hover .i-image img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item_news .i-desc{
    position: relative;
    overflow: hidden;
    float: right;
    width: 52.5%;
    padding: 20px 30px;
}
.item_news .i-desc .i-title{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 52px;
}
.item_news .i-desc .i-title h3{
    font-size: inherit;
    line-height: inherit;
}
.item_news .i-desc .i-content{
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}

.news_large_2{
    margin-bottom: 30px;
}
.news_large_2 .i-image{
    position: relative;
    overflow: hidden;
}
.news_large_2 .i-image .i-date{
    position: absolute;
    width: 57px;
    height: 57px;
    top: 0;
    right: 0;
    color: #ffffff;
    background: #de0124;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}
.news_large_2 .i-image .i-date span{
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}
.news_large_2 .i-image a{
    display: block;
    position: relative;
    padding-top: 56.140351%;
    overflow: hidden;
}
.news_large_2 .i-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -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;
}
.news_large_2:hover .i-image img{
    -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_large_2 .i-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.news_large_2 .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.news_large_2 .i-title a{
    display: block;
    padding: 18px 20px;
    background: #f2f5f8;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.item_news_2{
    background: #f2f5f8;
    margin-bottom: 30px;
}
.item_news_2 .i-image{
    position: relative;
    overflow: hidden;
}
.item_news_2 .i-image .i-date{
    position: absolute;
    width: 57px;
    height: 57px;
    top: 0;
    right: 0;
    color: #ffffff;
    background: #de0124;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}
.item_news_2 .i-image .i-date span{
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}
.item_news_2 .i-image a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.item_news_2 .i-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -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;
}
.item_news_2:hover .i-image img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item_news_2 .i-desc{
    height: 200px;
    overflow: hidden;
    padding: 15px;
}
.item_news_2 .i-desc .i-title{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 75px;
}
.item_news_2 .i-desc .i-title h3{
    font-size: inherit;
    line-height: inherit;
}
.item_news_2 .i-desc .i-content{
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    max-height: 75px;
    color: #666666;
}
/*=====================================================*/
#slide_cp_focus.slick_cp_home .slick-arrow{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#slide_cp_focus.slick_cp_home .slick-prev{
    margin-right: 0;
    left: -50px;
}
#slide_cp_focus.slick_cp_home .slick-next{
    right: -50px;
}
/*===END: NEWS===*/
@-webkit-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        transform:scale(1.6);
        opacity: 0;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        transform:scale(1.6);
        opacity: 0;
    }
}
@-ms-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        transform:scale(1.6);
        opacity: 0;
    }
}
@-o-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        transform:scale(1.6);
        opacity: 0;
    }
}
@keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.6);
        -webkit-transform:scale(1.6);
        transform:scale(1.6);
        opacity: 0;
    }
}

/* <===== vhlinkhome =====> */
.vhlinkhome{
    margin: 10px 0;
    background-color: #f8f8f8;
    padding: 10px 0 0;
}
.hplinkhh ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.hplinkhh ul li{
    padding: 0 10px;
    width: 25%;
    margin-bottom: 10px;
}
.hplinkhh li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.hplinkhh li a .vicon{
    display: block;
    margin-right: 14px;
    max-width: 30px;
    min-width: 30px;
}
.hplinkhh li a:hover{
    color: #de050c;
}
/* <===== vhlinkhome =====> */

/* <===== vhinfoshome =====> */
.vhinfoshome{
    margin-bottom: 30px;
}
.hpinfoshh{
    padding: 20px;
    background-color: #f2f5f8;
    position: relative;
}
.hpinfoshh .infgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpinfoshh .infgrip > div{
    padding: 0 15px;
}
.hpinfoshh .infgrip .lcol{
    width: 290px;
}
.hpinfoshh .infgrip .rcol{
    width: calc(100% - 290px);
}

.tpinfoshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.tpinfoshb .hbgrip > div{
    padding: 0 6px;
}
.tpinfoshb .hbgrip .mcol{
    width: calc(100% - 137px);
}
.tpinfoshb .hbgrip .hcol{
    width: 137px;
}
.tpinfoshbh .hbhgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpinfoshbh .hbhgrip > div{
    width: 100%;
    margin-bottom: 13px
}
.tpinfoshbh .hbhgrip > div:last-child{
    margin-bottom: 0;
}
.itinfoshbm a{
    display: block;
    position: relative;
    overflow: hidden;
}
.itinfoshbm a img{
    width: 100%;
}
.itinfoshbh a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itinfoshbh a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
}
.itinfoshbh a:hover img{
    transform: scale(1.05);
}
/* <===== vhinfoshome =====> */

/* <===== producthome =====> */
.hpproducthh{
    margin-bottom: 30px;
}
.hpproducthh:last-child{
    margin-bottom: 10px;
}
.tpproductha .habanner img{
    width: 100%;
}
.tpproductha .hainfoss{
    padding: 15px 20px 30px;
    background-color: #aa0000;
}
.tpproductha .hatitle{
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpproductha .hatitle, .tpproductha .hatitle h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.tpproductha .hatitle, .tpproductha .hatitle a{
    color: #ffd400;
}
.tpproducthb{
    padding: 20px 20px 30px;
    background-color: #ffd400;
}
.tpproducthc{
    padding: 20px 20px 30px;
    background-color: #f2f5f8;
}
.tpproducthc .hctitle{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.tpproducthc .hctitle .vtitle{
    text-transform: uppercase;
}
.tpproducthc .hctitle .vtitle, .tpproducthc .hctitle .vtitle h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.tpproducthc .hctitle .vviews a{
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #aa0000;
    color: #aa0000;
    display: inline-block;
}
.tpproducthc .hctitle .vviews a span{
    display: inline-block;
    padding-right: 16px;
    position: relative;
}
.tpproducthc .hctitle .vviews a span::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slproductha .slick-next{
    right: -2px;
}
/* <===== producthome =====> */

.tplinkhead{
    display: block!important;
}
@media screen and (max-width: 1024px){
    .vnt-item{
        padding: 20px 0;
    }
    .vnt-item .title_main{
        font-size: 26px;
        line-height: 35px;
    }
    .item_news .i-desc {
        padding: 15px 20px;
    }
    .item_news .i-desc .i-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }
    .item_news_2 .i-desc{
        height: 180px;
    }
    .item_news_2 .i-desc .i-content{
        font-size: 14px;
        line-height: 23px;
        max-height: 69px;
    }
    #slide_cp_focus.slick_cp_home{
        padding-bottom: 55px;
    }
    #slide_cp_focus.slick_cp_home .slick-arrow{
        top:initial;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #slide_cp_focus.slick_cp_home .slick-prev{
        margin-left: -30px;
    }
    #slide_cp_focus.slick_cp_home .slick-next{
        margin-left: 30px;
    }
}
@media screen and (max-width: 991px){
    .link_all.vres{
        margin-top: 16px;
    }

    .item_news .i-desc{
        width: auto;
        float: none;
        margin-left: 270px;
    }
    .vnt-product-home .title-prod{
        font-size: 20px;
        line-height: 30px;
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    .vnt-product-home .grid{
        margin: 0 -15px;
    }
    .vnt-product-home .grid .col{
        padding: 0px 15px;
    }
    .vnt-product-home .item{
        margin-bottom: 30px;
    }

    /* <===== vhchangemb =====> */
    .vhchangemb{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .vhchangemb > div{
        width: 100%;
    }
    /* <===== vhchangemb =====> */

    /* <===== vhlinkhome =====> */
    .vhlinkhome{
        margin: 0 0 30px 0;
    }
    .hplinkhh ul li{
        width: 50%;
    }
    /* <===== vhlinkhome =====> */

    /* <===== vhinfoshome =====> */
    .vhinfoshome{
        margin-bottom: 20px;
    }
    .hpinfoshh .infgrip .lcol{
        display: none;
    }
    .hpinfoshh .infgrip .rcol{
        width: 100%;
    }
    .hpinfoshh{
        padding: 0;
        background-color: transparent;
    }
    /* <===== vhinfoshome =====> */

    /* <===== producthome =====> */
    .tpproductha .hainfoss{
        padding: 15px 10px 20px;
    }
    .tpproductha .hatitle, .tpproductha .hatitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .tpproducthb{
        padding: 10px 10px 15px;
    }
    .tpproducthc{
        padding: 15px 10px 20px;
    }
    .tpproducthc .hctitle{
        justify-content: center;
    }
    .tpproducthc .hctitle .vviews{
        display: none;
    }
    .tpproducthc .hctitle .vtitle, .tpproducthc .hctitle .vtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .slproductha .slick-next{
        right: 0;
    }
    /* <===== producthome =====> */
}
@media screen and (max-width: 767px){
    .news_lagre .i-title a{
        font-size: 16px;
        line-height: 26px;
    }
    .vnt-product-home .grid{
        margin: 0 -10px;
    }
    .vnt-product-home .grid .col{
        padding: 0px 10px;
        width: 33.333333%;
    }
    .vnt-product-home .item{
        margin-bottom: 20px;
    }
    .slider_partner{
        margin: 0 -10px;
    }
    .slider_partner .wrap_item{
        padding: 0 10px;
    }
    .slider_certificate{
        margin: 0 -10px;
    }
    .slider_certificate .wrap_item{
        padding: 0 10px;
    }

    /* <===== vhinfoshome =====> */
    .tpinfoshb .hbgrip .mcol{
        width: 100%;
        margin-bottom: 25px;
    }
    .tpinfoshb .hbgrip .hcol{
        width: 100%;
    }
    .tpinfoshbh .hbhgrip{
        margin: 0 -4px;
    }
    .tpinfoshbh .hbhgrip > div{
        padding: 0 4px;
        width: 33.3333%;
    }
    /* <===== vhinfoshome =====> */

    /* <===== vhlinkhome =====> */
    .hplinkhh ul{
        margin: 0 -5px;
    }
    .hplinkhh ul li{
        padding: 0 5px;
    }
    .hplinkhh li a{
        font-size: 13px;
        line-height: 21px;
    }
    .hplinkhh li a .vicon{
        max-width: 23px;
        min-width: 23px;
    }
    /* <===== vhlinkhome =====> */
}
@media screen and (max-width: 640px){
    .item_news .i-desc {
        float: right;
        width: 52.5%;
        margin-left: 0;
    }
    .vnt-product-home .grid{
        margin: 0 -5px;
    }
    .vnt-product-home .grid .col{
        padding: 0px 5px;
        width: 33.333333%;
    }
    .vnt-product-home .item{
        margin-bottom: 10px;
        padding: 10px;
    }
}
@media screen and (max-width: 639px){
    .col_mb .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .col_mb .row *[class^=col-]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .item_news_2,
    .news_large_2{
        margin-bottom: 20px;
    }
    .list_partner{
        margin: 0 -5px;
    }
    .list_partner .wrap_item{
        width: 50%;
        padding: 0 5px;
    }
    .list_partner .wrap_item:nth-child(n){
        clear: none;
    }
    .list_partner .wrap_item:nth-child(2n+1){
        clear: left;
    }
    .vnt-product-home .grid .col{
        width: 50%;
    }
}
@media screen and (max-width: 479px){
    .item_news .i-image {
        width: 100%;
        max-width: 100%;
    }
    .item_news .i-desc{
        width: 100%;
    }
    .slider_about .item .i-number {
        font-size: 35px;
        line-height: 45px;
    }
    .slider_partner{
        margin: 0 -5px;
    }
    .slider_partner .wrap_item{
        padding: 0 5px;
    }
    .slider_certificate{
        margin: 0 -5px;
    }
    .slider_certificate .wrap_item{
        padding: 0 5px;
    }
}
@media screen and (max-width: 360px){
    .vnt-product-home .grid .col{
        width: 100%;
    }
}