.vnt-news__item {
    position: relative;
}
.vnt-news__item .vnt-news__box {
    display: grid;
    grid-template-columns:  200px auto ;
    grid-column-gap: 20px;
}
.vnt-news__item .i-img {
    position: relative;
    margin-bottom: 10px;
}
.vnt-news__item .i-img a {
    display: block;
   position: relative;
    width: 100%;
    padding-top: 65.666666%;/* Tỉ lệ 3:2 */
    overflow: hidden;
}
/*
.vnt-news__item .i-img a::after {
    content: '\f0c1';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.vnt-news__item .i-img a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.vnt-news__item .i-img a:hover:before, 
.vnt-news__item .i-img a:hover:after {
    opacity: 1;
}
*/

.vnt-news__item .i-img a img {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    
    width: 100%;
    height: 100%;
    
    object-fit: cover;       /* Full khung */
    object-position: center; /* Cắt giữa */
    display: block;
     
   
    -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;

}
.vnt-news__item .i-img a:hover img{
    transform: scale(1.05) ;
}
.vnt-news__item .i-desc {

}
.vnt-news__item .i-title {
    margin-bottom:10px;
}
.vnt-news__item .i-title h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;  
}
.vnt-news__item .i-title h3 a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    height: 52px;
    overflow: hidden;
    font-family: 'UTM Copperplate';
}
.vnt-news__item .i-title h3 a:hover {
   color: var(--web-color);  
}
.vnt-news__item .i-date {
      font-size: 13px;
    line-height: 21px;
    padding-left: 20px;
    color: #bbbbbb;
    position: relative;
    margin-bottom: 10px;
}
.vnt-news__item .i-date::before {
     content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vnt-news__item .i-date span {
    
}
 
.vnt-news__item .i-content {
position: relative;
     color: #777777;
    text-align: justify;
    height: 69px;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;

 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
.vnt-news__item .i-view {
    margin-top: 10px;
}
.vnt-news__item .i-view a {
    display: block;
    width:145px;
    height:40px;
    line-height:40px;
    text-align:center;
    background-color:#eeeeee;

    color:#999;
    font-size:14px;
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;

}
.vnt-news__item .i-view a:hover {
    background:#03acd3;
    color:#FFF;
}


/*Foccus*/

.vnt-news-focus {
    margin-bottom: 30px;
}
.vnt-news-slide {}

.vnt-news-slide .vnt-news__item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.vnt-news-slide .vnt-news__item .vnt-news__box {
    grid-template-columns:  370px auto
}

.vnt-news-slide .vnt-news__item .i-img a {
    padding-top: 70%;
}

.vnt-news-slide .vnt-news__item .i-content {
    overflow: unset;

    text-overflow: unset;
    display: initial;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.vnt-news-slide .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 400px;
    display: flex;
    align-items: center;
    z-index: 10;
    background: #FFFFFF;
}

.vnt-news-slide .slick-dots li {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
.vnt-news-slide .slick-dots li:last-child {
    margin-right: 0;
}

.vnt-news-slide .slick-dots li button {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    background: no-repeat;
    border: 1px solid transparent;

    background: #eeeeee;
    color: #999999;
}


.vnt-news-slide .slick-dots li button:before {

}

.vnt-news-slide .slick-dots li.slick-active button,
.vnt-news-slide .slick-dots li:hover button {
    background: var(--web-color);
    color: #ffffff;
}

.vnt-news-slide .slick-dots li.slick-active button:before,
.vnt-news-slide .slick-dots li:hover button:before {
    background: var(--web-color);
}



/*List*/

.vnt-news {}
.vnt-news-list {}
.vnt-news-list .vnt-news__item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.vnt-news-list .vnt-news__item:last-child {
    border-bottom: 0;
        padding-bottom:0 ;
    margin-bottom: 0;
}



.vnt-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  
    gap: 30px;
}
.vnt-news-grid .vnt-news__item {
   
}

.vnt-news .pagination {
    margin-top: 30px ;
    text-align: center;
}


/*vnt-detail*/
.vnt-detail {}
.vnt-detail .the-title {
   margin-bottom: 20px;
    
}
 

.vnt-detail .the-title h1 {
     font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'UTM Copperplate';
}

.vnt-detail .the-date {
     display: inline-block;
    border: solid 1px #fde3e1;
    padding: 3px 10px;
    margin-bottom: 20px;
}

.vnt-detail .the-date span{
    padding-left: 20px;
    position: relative;
}
.vnt-detail .the-date span:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:0px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vnt-detail .the-content {

}
.vnt-detail .the-content .the-short {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}
.vnt-detail .the-content  .imgDetail_left {
    float: left;
    margin-right: 10px;
}
.vnt-detail .the-content .fDespic {
    color: #ccc;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.vnt-detail .the-tags {}


.vnt-news-sidebar {
    margin-top: 35px;
        border: solid 1px #fde3e1;
}
.vnt-news-sidebar .sidebar-title {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555555;
    padding: 11px 20px;
    font-family: 'UTM Copperplate';
    border-bottom: solid 1px #fde3e1;
}
.vnt-news-sidebar .sidebar-content {}
 
.sidebar-item {
    padding: 20px;
    margin-bottom: 2px;
    border-bottom: solid 1px #fde3e1;
}
 
.sidebar-item .i-img {
    position: relative;
}
.sidebar-item .i-img a {
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}  

.sidebar-item  .i-img a img {
     position: absolute;
    width: 100%;
    top: 0;
    left: 0;

    -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;

} 
.sidebar-item  .i-img a:hover 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);
}

.sidebar-item  .i-title {}
.sidebar-item  .i-title a {
    font-size: 16px;
    line-height: 24px;
}


/*Other*/
.vnt-other {
    margin-top: 30px;
}
.vnt-other .vnt-other__title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'UTM Copperplate';

}
.vnt-other .vnt-other__title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    border-bottom: solid 1px #333333;
}

.vnt-other .vnt-other__title h2 {
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
}
.vnt-other .vnt-other__content {
    position: relative;
}

.vnt-other__list {}
.vnt-other__list ul {
    list-style: none;
}
.vnt-other__list li {
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.vnt-other__list li:last-child {
     border-bottom: none;
}
.vnt-other__list li a {
    display: block;
    padding: 13px 0;
    padding-left: 120px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
}
.vnt-other__list li a:after{
    content: "";
    display: block;
    clear: both;
}
.vnt-other__list li a span {
    color: #bbbbbb;
    font-size: 13px;
    line-height: 21px;
    float: right;
    position: absolute;
    top: 15px;
    padding-left: 20px;
    left: 0;
}
.vnt-other__list li a span:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:0px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

 

.vnt-other-slide {}
.vnt-other-slide .vnt-news__item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.vnt-other-slide .vnt-news__item .vnt-news__box {
    display: block;
}
.vnt-other-slide .vnt-news__item .i-img {
    margin-bottom: 15px;
}
.vnt-other-slide .vnt-news__item .i-img a {
    padding-top: 60%;
}
.vnt-other-slide .vnt-news__item .i-title h3 {
    font-size: 14px;
    line-height: 24px;
}

.vnt-other-slide .slick-arrow {
    width: 45px;
    height: 45px;
    background: #EEEEEE;
    color: #333333;
    font-size: 0;

    border: none;
    position: absolute;
    z-index: 1;
    top: -60px;
}
.vnt-other-slide .slick-prev{
    right: 50px;
}
.vnt-other-slide .slick-next{
    right: 0;
}
.vnt-other-slide .slick-arrow:before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 25px;
    line-height: 35px;
}
.vnt-other-slide .slick-prev:before{
    content: "\f104";
}
.vnt-other-slide .slick-next:before{
    content: "\f105";
}
.vnt-other-slide .slick-arrow:hover{
    background: var(--web-color)
}
.vnt-other-slide .slick-arrow:hover:before{
    color:#ffffff;
}





@media only screen and (max-width: 991px) {
    .vnt-news-sidebar {
        display: none;
    }
   
}
@media only screen and (max-width: 767px) {
     .vnt-news__item .vnt-news__box  {
            display: block;
 
    } 
    .vnt-news__item .i-img {
        float: left;
        width: 150px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 379px) {

    
}