#vnt-content{
    padding-bottom: 0;
    border-bottom: none;
}
/* <=== bannerhome ===> */
.slbannerhh .slick-arrow{
    color: #fff;
}
.slbannerhh .slick-prev{
    left: 30px;
}
.slbannerhh .slick-next{
    right: 30px;
}
.slbannerhh .thumb{
    position: relative;
    padding-top: 45.487%;
}
.slbannerhh .thumb a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate; */
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .item .thumb img{
    display: none!important;
}
.slbannerhh .item video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.slbannerhh .item .decss{
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    z-index: 1;
}
.slbannerhh .dswrap{
    max-width: 440px;
}
.slbannerhh .dstitle .tm{
    display: inline-block;
    background-color: rgba(254, 0, 0, 0.85);
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-family: 'Open Sans Condensed';
    padding: 10px 20px;
}
.slbannerhh .dsviews a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-weight: bold;
} 
.slbannerhh .dswrap > div{
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .dswrap > div{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.slbannerhh .slick-current .dswrap .dstitle{
    transition-delay: 0.2s;
}
.slbannerhh .slick-current .dswrap .dsviews{
    transition-delay: 0.4s;
}
/* <=== bannerhome ===> */

/* <=== producthome ===> */
.producthome{
    padding: 30px 0;
}
.tpproductha{
    margin-bottom: 10px;
}
.tpproductha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpproductha .hagrip > div{
    padding: 0 5px;
    width: 33.333333%;
}
.itproductha{
    position: relative;
    z-index: 1;
    background-color: #002c5f;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    padding: 20px 45px;
}
.itproductha::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/logo-hyundai-mo.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.itproductha, .itproductha a{
    color: #fff;
}
.itproductha .spinner{
    width: 100%;
}
.itproductha .sptitle{
    margin-bottom: 20px;
    text-transform: uppercase;
} 
.itproductha .sptitle, .itproductha .sptitle h2, .itproductha .sptitle h3{
    font-size: 32px;
    line-height: 47px;
    font-weight: bold;
}
.itproductha .sptends{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.slproducthb .slick-arrow{
    width: 40px;
    height: 70px;
    border-radius: 0;
    background-color: #707070;
    color: #fff;
}
.slproducthb .slick-prev{
    left: 0;
}
.slproducthb .slick-next{
    right: 0;
}
.slproducthb .slick-arrow::before{
    font-size: 30px;
}
/* <=== producthome ===> */

/* <=== newshome ===> */
.newshome{
    padding: 50px 0 40px;
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 22px;
}
.hpnewshh .nngrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.hpnewshh .nngrip > div{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
}
.tpnewshh {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.tpnewshh .nntitle{
    border-bottom: 3px solid #002c5f;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 5px;
}
.tpnewshh .nntitle, .tpnewshh .nntitle a{
    color: #002c5f;
}
.tpnewshh .nntitle, .tpnewshh .nntitle h3{
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
}
.tpnewshh .nnconts{
    padding: 20px 20px 10px;
}
.tpnewsha{
    margin-bottom: 20px;
} 
.itnewsha .thumb{
    margin-bottom: 10px;
}
.itnewsha .dstitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.itnewsha .dstitle, .itnewsha .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.itnewsha .dstitle a{
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itnewsha .dstends{
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.itnewsha .dsviews a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #cccccc;
    padding: 10px 25px;
}
.itnewsha .dsviews a span{
    display: inline-block;
    padding-right: 16px;
    position: relative;
}
.itnewsha .dsviews a span::before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #002c5f;
}
.tpnewshb li{
    padding: 15px 0;
    border-top: 1px solid #cccccc;
}
.tpnewshb li a{
    padding-left: 15px;
    position: relative;
    display: block;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555555;
}
.tpnewshb li a::before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #002c5f;
}
/* <=== newshome ===> */
@media all and (min-width: 992px){
    /* .itproductall, .itproductha{
        height: calc((100vh - 78px) / 2);
    }
    .itproductall .thumb{
        height: calc(100% - 90px);
    }
    .itproductall .thumb a{
        height: 100%;
        padding-top: 0;
    } */
}
@media all and (min-width: 768px){
    .tpnewshh .nnconts{
        display: block!important;
        height: auto!important;
        padding: 20px 20px 10px!important;
        margin: 0!important;
    }
}
@media all and (max-width: 1250px){
    .hpnewshh .nngrip{
        margin: 0 -10px;
    }
    .hpnewshh .nngrip > div{
        padding: 0 10px;
    }
    .tpnewshh .nntitle, .tpnewshh .nntitle h3{
        font-size: 20px;
        line-height: 30px;
    }
}
@media all and (max-width: 1200px){
    /* <=== producthome ===> */
    .itproductha{
        padding: 15px 20px;
    }
    .itproductha .sptitle, .itproductha .sptitle h2, .itproductha .sptitle h3{
        font-size: 30px;
        line-height: 45px;
    }
    .itproductha .sptends{
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .slproducthb .slick-arrow{
        width: 35px;
        height: 60px;
    }
    /* <=== producthome ===> */

    /* <=== newshome ===> */
    .hpnewshh .nngrip > div{
        width: 50%;
    }
    /* <=== newshome ===> */
}
@media all and (max-width: 991px){
    /* <=== bannerhome ===> */
    .slbannerhh .thumb{
        min-height: 173px;
        height: 0;
        padding-top: 45.53%;
    }
    /* <=== bannerhome ===> */

    /* <=== producthome ===> */
    .tpproductha .hagrip > div{
        width: 100%;
    }
    .itproductha{
        padding: 20px 15px 40px;
        min-height: 260px;
        text-align: center;
    }
    .itproductha .sptends{
        text-align: justify;
        text-align-last: center;
        font-size: 14px;
        line-height: 22px;
    }
    .itproductha .sptitle{
        margin-bottom: 10px;
    }
    .itproductha .sptitle, .itproductha .sptitle h2, .itproductha .sptitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    /* <=== producthome ===> */
}
@media all and (max-width: 767px){
    /* <=== newshome ===> */
    .newshome{
        padding: 20px 0 35px;
    }
    .hpnewshh .nngrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpnewshh .nngrip > div:last-child{
        margin-bottom: 0;
    }
    .tpnewshh .nnconts{
        display: none;
    }
    .tpnewshh .nntitle{
        padding: 12px 40px;
        position: relative;
    }
    .tpnewshh .nntitle::before{
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
        color: #002c5f;
        font-size: 25px;
    }
    .tpnewshh.active .nntitle::before{
        content: '\f106';
    }
    /* <=== newshome ===> */
}