.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 {
    border-radius: 8px;
    position: relative;
    background: #000;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
}

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

.pig-post:hover >img {
    opacity: .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 {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 6px;
    display: block;
}

.cate-post {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.title-post {
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}

.category .col-lg-5 .post-sm:last-child {
    margin-top: 7px;
}

.category .col-lg-8 {
    padding: 7px;
    padding-top: 0;
}

.category .col-lg-4 {
    padding: 0;
}

.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 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itiem a img {
    aspect-ratio: 1.5/1;
    object-fit: cover;
    height: 100%;
    transition: all .3s ease-in-out;
}

.itiem a:hover img {
    transform: scale(1.1);
}

.post-con {
    padding: 15px 0px;
}

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

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

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

.itiem {
    margin-bottom: 0px;
    padding: 10px;
    border: 1px solid rgba(204, 204, 204, .37);
    border-radius: 8px;
}

.category .col-xl-3 {
    padding: 5px;
}

.content {
    padding-bottom: 40px;
}

.Tim-kiem {
    text-align: end;
    margin: 20px 0;
}

.Tim-kiem input {
    padding-left: 12px;
    padding-right: 12px;
    height: 36px;
    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;
    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 rgba(211, 200, 200, .97);
}
