.tab-wrap .my-container ul li a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #092620;
    position: relative;
    height: 46px;
    line-height: 44px;
    min-width: 145px;
    padding: 0 20px;
}

.pig-post{

    position: relative;
    background: #000;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    user-select: none;
}

.pig-post>img{
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    background: #000;
    
}

.pig-post:hover >img{
    opacity: 0.75;
}
.pig-post::before{
    content: '';
    display: block;
    padding-top: 55.1%;
}
.pig-post::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background: -webkit-linear-gradient(transparent,#000);
}
.if-post{
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px;
    z-index: 1;
    width: 710px;
    max-width: 100%;
    color: #fff;
}

.date-post{
    /* color: #fff; */
    font-style: italic;
    font-size: 12px;
    margin-bottom: 6px;
    display: block;
}

.cate-post{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--ryu);
    margin-bottom: 6px;
}
.title-post
{
        font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}

.post-sm{

}
.post-sm .if-post{
    position: absolute;
    bottom: 14px;
    left: 15px;
    right: 15px;
    z-index: 1;
    padding: 0;
    width: unset;
}
.post-sm .title-post{
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    margin-bottom: 0;
}

.post-sm::before
{
    content: '';
    display: block;
    padding-top: 52.93%;
}

.post-sm::after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
    height: 150px;
    max-height: 100%;
    background: -webkit-linear-gradient(transparent,#000);
}

.itiem a{
    display: block;
    overflow: hidden;
}
.itiem a {
    /* height: 266px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.itiem a img
{
    aspect-ratio: 1.5/1;
    object-fit: contain;
    
    transition: all 0.3s ease-in-out;
}

.itiem a:hover img{
    transform: scale(1.1);
  
}
.post-con{
    /* background: var(--black); */
    padding: 15px 0px ;
    /* color: #000!important; */
}

.tile-post{
    
    align-items: center;
    justify-content: space-between;
    
}

.itiem .cate-post{
    line-height: 24px;
    /* height: 100px; */
    overflow: hidden;
}

.if-con-post{

    line-height: 28px;
    overflow: hidden;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itiem {
    margin-bottom: 30px;
}
/* .content{
    padding-bottom: 40px;
} */

.Tim-kiem{
    text-align: end;
    margin: 20px 0;
}
.Tim-kiem input
{
    padding-left: 12px;
    padding-right: 12px;
    height: 36px;
    /* height: 100%; */
margin-right: 1px;
    width: 25.333333%;
}

.Tim-kiem button
{
    padding: 6px 13px;
    white-space: nowrap;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
  
   user-select: none;
  
    user-select: none;
   
    font-size: 1rem;
    line-height: 1.5;
   
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.link-tt{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.them-fr td{
    padding: 19px 10px 0;
    border: 1px solid #d3c8c8f7;
}