.AdvertisementTopLeft {
    left: 0;
    position: fixed;
    top: 20px;
    z-index: 5;
}
.AdvertisementTopRight {
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 5;
}

.AdvertisementCenter {
    position: relative;
    top: 0!important;
    left: 0!important;
}
.AdvertisementBG {
    width: 0!important;
    height: 0!important;
}
.AdvertisementCenter a {
    color: #424242;
    font: 12px arial;
    text-decoration: none;
}

.AdvertContent > table {
    border: 1px solid #0084d6;
    border-radius: 5px 5px 0 0;
}
.AdvertContent ul.tab-ul {
 	       list-style: none; 
        padding: 0px ; 
        
}
.AdvertContent .tab-link:hover { 
       	background-color: rgba(238, 49, 53, 1) !important;
        color: rgba(255, 247, 19, 1) !important;   
}

.AdvertContent .nav-li  a.tap-click{ 
        
 	    background-color: #e0ddae;
        color: black; 
        display: inline-block; 
        width: 100%; 
        text-align: center; 
        height: 27px;
        line-height: 30px;
           font-size: 14px;
    font-weight: bold;
}
.AdvertContent a.tab-activestc  { 
 		background-color: rgba(238, 49, 53, 1) !important;
        color: rgba(255, 247, 19, 1) !important; 
 
}
.AdvertContent .tc-li-table { 
 	display: table-cell; 
     float: none; 
        width: 1%;
      border: 1px solid transparent;
}
/******************************/
.boncot {
    width: 100%; 
    text-align: center; 
    grid-template-columns: 1fr 1fr; 
    grid-gap: 25px; 
    display: grid; 
    margin: 30px 0;
}

/************flag Kiến Thuỵ****/
.flaggif{
   
      position: absolute;
    width: 18% !important;
    left: 4px;
    top: 20px;
} 
@media only screen and (max-width: 768px) { 
 	.AdvertContent ul.tab-ul {
        display: flex;        
    }
    .cot93 .col-lg-3 .AdvertContent {
        width: 100%;
    }
    .cot93 .col-lg-9 .AdvertContent {
        width: 100vw;
        padding: 0 10px 0 0;
    }
         .AdvertContent img {
        		width: 100% !important;
    }
        .flaggif{
            position: absolute;
            width: 18% !important;
            left: 4px;
            top: 6px;
        }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
        .AdvertContent img{
        width: 100% !important;
        }
}
