.vntlangding{
  padding-bottom: 50px;
}
.vntlangding .lslanding{
  margin-bottom: 15px;
}
.vntlangding .viewall a{
  background-color: #d82727;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 25px;
}
.vntlangding .grlding{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: 100%;
}
.vntlangding .grlding > div{
  padding: 0 10px;
  width: 50%;
}

.itemlding{
  display: flex;
  margin: 0 -6px;
  margin-bottom: 20px;
}
.itemlding > div{
  padding: 0 6px;
}
.itemlding .colt{
  width: 222px;
}
.itemlding .cold{
  width: calc(100% - 222px);
}
.itemlding .thumb a{
  display: block;
  overflow: hidden;
}
.itemlding .thumb a img{
  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;
}
.itemlding .thumb a:hover img{
  transform: scale(1.1);
}
.itemlding .dstitle h3{
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  max-height: 48px;
  overflow: hidden;
}
.itemlding .dsdshare{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 5px;
}
.itemlding .dsdate{
  margin-right: 15px;
}
.itemlding .dsdate span{
  display: block;
  padding-left: 16px;
  position: relative;
  color: #999999;
  font-size: 13px;
  line-height: 21px;
}
.itemlding .dsdate span::before{
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
}
.itemlding .dstend{
  font-size: 14px;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}

.itemldban{
  height: calc(100% - 20px);
  position: relative;
  /* opacity: 0;
  height: 0; */
}
.slbanner .slick-current .itemldban{
  opacity: 1;
  height: auto;
}
.slbanner .slick-dots{
  bottom: 45px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.slbanner .slick-dots li{
  margin: 0 5px;
}
.slbanner .slick-dots li button{
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 100%;
  font-size: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: scale(0.7);
}
.slbanner .slick-dots li.slick-active button{
  background-color: transparent;
  width: 10px;
  height: 10px;
  transform: scale(1);
}
.itemldban a{
  display: block;
  height: 100%;
  position: relative;
}
/* .itemldban::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
} */
.itemldban:hover::before{
  opacity: 0.2;
}
/* .itemldban a::before{
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.itemldban a:hover::before{
    left: 15px;
    right: 15px;
}
.itemldban a::after{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.itemldban a:hover::after{
    top: 20px;
    bottom: 20px;
} */
.itemldban a img{
  width: 100%;
  height: 100%;
}

.slbanner {
  overflow: hidden;
  height: 100%;
}
.slbanner > div{
  min-height: calc(100% - 20px);
  overflow: hidden;
}
.slbanner > div > div{
  height: 100%;
}
@media screen and (max-width: 991px) {
  .vntlangding{
    padding-bottom: 40px;
  }
  .vntlangding .grlding{
    width: auto;
  }
  .vntlangding .grldingmb{
    flex-direction: column-reverse;
  }
  .vntlangding .grlding > div{
    width: 100%;
  }
  .itemldban{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .itemlding .colt{
    width: 162px;
  }
  .itemlding .cold{
    width: calc(100% - 162px);
  }
  .itemlding .dstend{
    display: none;
  }
  .itemlding .dstitle{
    margin-bottom: 5px;
  }
  .itemlding .dstitle h3{
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
  }
}


/*Thai Son*/
.header-tags {
  display: none;
}
.vnt-rss-news {
  display: none;
}
.footer-notebook {
  display: none;
}
.loadmore_overlay {
  width: 100% !important;
}
.footer-adv {
  display: none;
}


.itemlding .ribbon {
  display: inline-block;
}
.itemlding .ribbon .rib {
  font-size: 11px;
  line-height: 16px;
  height: 20px;
  padding: 2px 5px;
  background: #d82727;
  color: #ffffff;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}