﻿.adsFooter1 {
    display: inline;
    height: 160px;
    /*min-width: 100%;*/
    padding: 7px;
    border: solid 1px #f0f0f0;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    transition: transform .3s;
    transition-timing-function: ease-in;
    
}
.adsFooter1:hover {
   transform: scale(1.12);
   font-size:26px;
 }
.adsFooter {
    display: inline;
    border: solid 1px #f0f0f0;
}
.adsbangron {
    /*border: solid 1px #ddd;*/
    margin-bottom: 5px;
    width: 100%;
    padding: 7px;
}

.adTitle {
    color: #ffffff;
    font-size: 22px;
    text-align: center !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    z-index: 100;
    position: absolute;
    top: 70%;
    left: 28%;
}
    .adTitle a {
        text-align: center;
    }
  .tablestylenew {
          /*màu nền*/
          background-color: #f3f8f8;
          /*đường viền*/
          border: 1px solid white;
        }