.table-show-all-feeds {
    padding-top: 2rem;
}
#display-content-post {
    position:relative;
    padding-bottom: 2rem;
}
/* #display-content-post h1 {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 2rem;
    line-height:120%;
} */
#display-content-post .body> ul {
    padding-left: 17px;
}
#display-content-post .body .list h3 {
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: underline;
}

#display-content-post img {
    max-width:100%;
}

#display-content-post table {
    max-width: 100%;
    width: 100% !important;
}

#display-content-post {
   line-height: 2;
}
#display-content-post .intro> .text,
#display-content-post .part-detail .text,
#display-content-post .body> ul,
#display-content-post .body .list ul {
    text-align:justify;
}
/* #display-content-post h1,#display-content-post  h2 {
    color:var(--primary-color);
} */
#display-content-post .intro> .img {
    width:30%;
   
}
#display-content-post .intro> .img>div {
    display:flex;
    height:100%;
 
}

#display-content-post .intro> .img img {
    margin: auto;
    display:block;
}
#display-content-post .intro> .text {
    width:70%;
    display:flex;
    padding: 1rem 15px 1rem 0;
}

#display-content-post .intro> .text > div {
    margin: auto;
    padding-left: 1rem;
}
#display-content-post .intro> .text > div span {
    font-weight: bold;
    font-size: 1.1rem;
    //font-family: MontserratBold;
    color: var(--primary-color);
    text-decoration: underline;
}

#display-content-post .intro> .text > div ul {
    list-style:none;
    padding-left:15px;
}
#display-content-post .intro> .text > div ul li {
    position:relative;
    margin-bottom:.5rem; 
}

#display-content-post .intro> .text > div ul li a {

    font-style:.8rem!important;
    text-decoration: underline !important;
    margin-left:.5rem;
}
#display-content-post .intro> .text > div ul li a:hover {
    color:darkred !important;
}
#display-content-post .intro> .text > div ul li:hover {
    color:var(--primary-color);
    font-weight:bold;
}
#display-content-post .intro> .text > div ul li:after{
    position: absolute;
    content:"";
    background: var(--primary-color);
    top:0;
    left:0;
    width:5px;
    height:5px;
    display:block;
    top:50%;
    left: -15px;
    transform:translateY(-50%);
}

#display-content-post .body > h2 {
   margin: 1rem 0;
   padding-left:1rem;
   border-left:5px solid var(--primary-color);
}
#display-content-post .body > h3 {
    margin: 1rem 0;
    color:var(--primary-color);
    border-bottom:2px solid var(--primary-color);
}
#display-content-post .list>p {
    font-weight:bold;
}
#display-content-post .list > ul li {
    margin: .5rem 0;
   
}
#display-content-post .iframe {
    display:block;
    width:100%;
    height:fit-content;
}
#display-content-post .iframe iframe {
    width:100%;
    margin: 0 auto;
    display:block;
    height:auto;
}
#display-content-post .part-detail {
    display:flex;
    padding: 1rem 0;
    flex-wrap: wrap;
}
#display-content-post .part-detail .img {
    width:30%;
    display:flex;
    margin: 1rem 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#display-content-post .part-detail .img  img {
    width:100%;
    height:auto;
    display:block;
    margin: auto;
}
#display-content-post .part-detail .text {
    width:70%;
    display:flex;
}

#display-content-post .part-detail .text div ul li {
    margin-bottom: .5rem;
}
#display-content-post .part-detail .text div ul li ul {
    margin-top:.5rem;
}


#display-content-post table tr td {
    padding: 10px;
}




#display-content-post .gr-btn-primary {
    display: flex;
    width: 100%;
    background: url(.././asset/bg-contact-right.png);
    background-size: cover;
    height: 250px;
    background-position-y: -40px;
    align-items: self-end;
    position:relative;
    border-top:1px solid red;

}
#display-content-post .gr-btn-primary .btn a {
    display:flex;
    font-size:.8rem;
    border:1px solid var(--second-primary-color);
    width: 40%;
    height: 45px;
    color:white;
    text-align:center;
    justify-content: center;
    align-items: center;
   
}
#display-content-post .gr-btn-primary .content {
   width: 100%;
   padding: 1rem;
}
#display-content-post .gr-btn-primary .content .btn {
    display:flex;
    justify-content:space-around;
}
#display-content-post .gr-btn-primary .content .btn a:hover {
    background: var(--primary-color);
    transition: all 500ms;
 
    font-weight:bold;
}
#display-content-post .gr-btn-primary .content .slogan {
    text-align:center;
    color:white;
    width:80%;
    margin: 2rem auto;
    display:block;
    font-style:italic;
}
#display-content-post .gr-btn-primary >.logo {
    height: 55px;
    width: fit-content;
    position:absolute;
    top:1rem;
    left:1rem;
}
#display-content-post .gr-btn-primary >.logo img {
    width:auto;
    height:100%;
}


#display-content-post .info-author {
    display: flex;
    width: 100%;
    height: fit-content;
    justify-content: flex-end;
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 1px solid #b1b1b1;
}
#display-content-post .info-author>.author,#display-content-post .info-author>.date  {
    display:flex;
    margin-left:1.5rem;
    align-items: center;
}
#display-content-post .info-author>.author i,#display-content-post .info-author>.date i {
    margin-right: .5rem;
}
#display-content-post .info-author>.date {
    display:flex;
}
#display-content-post .legalgrounds > p {
    color:var(--color-bold-red);
    font-weight:bold;
    
}
#display-content-post  span.warring {
    color:var(--color-bold-red);
    font-weight:bold;
  
    padding: .5rem .75rem;
    border: 1px solid var(--primary-color);
    display:block;
    width:fit-content;
}
#display-content-post  p.results {
    color:var(--color-bold-green) !important;
    font-weight:bold;
    position:relative;
    padding-left:1.5rem;
}
#display-content-post p.des {
    color:unset !important;
    font-style:italic!important;
    font-weight: unset !important;
}
#display-content-post  p.results::before {
    content:'\f061';
    font: var(--fa-font-solid);
    line-height:100%;
    width: fit-content;
    height:fit-content;
    color:green;
 
    top:50%;
    left:0;
    transform:translateY(-50%);
    position:absolute;
}
#display-content-post  p.after-ul,#display-content-post p.before-ul {
    font-style:italic!important;
}
#display-content-post span.noti {
    display:block;
    width:100%;
    text-align:center;
    background:gray;
    padding: 1rem;
}



#display-content-post .liststyle-number {
    list-style:decimal;
}
#display-content-post .liststyle-circle {
    list-style:circle;
}
/* table */
#display-content-post .body table {
    width:100%;
}
#display-content-post .body table thead,
#display-content-post .body table tfoot {
    background:var(--primary-color);
    color:white;
}
#display-content-post .body table thead tr th,
#display-content-post .body table tfoot tr td {
    padding: 1rem 0;
    text-align:center;
}
#display-content-post .body table tbody tr td {
    padding: 1rem;
}
#display-content-post .body table tbody tr td ul {
    padding-left:1rem;
}
/* reponsive */
.evaluate-star {
    background: #002B5B; 
}
.label-evaluate {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
}

.rating-widget .star-input {
    width: 0;
    height: 0;
    position: absolute;
    left: -5000px;
}

.rating-widget .star-input:checked + .star-input-label .orange {
    animation: enlarge 0.5s ease-in-out forwards;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(2) .orange {
    animation-delay: 0.1s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(3) .orange {
    animation-delay: 0.2s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(4) .orange {
    animation-delay: 0.3s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(5) .orange {
    animation-delay: 0.4s;
}
.rating-widget .star-input-label {
    display: inline-block;
    padding: 8px 2px;
    text-indent: -5000px;
    line-height: 0;
    color: #dcdcdc;
    position: relative;
    cursor: pointer;
}
.rating-widget .star-input-label:hover, .rating-widget .star-input-label.hovered {
    color: #a7a7a7;
}
.rating-widget .star-input-label i {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-indent: 0;
}
.rating-widget .star-input-label i.orange {
    position: absolute;
    display: block;
    padding: 8px 2px;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: orange;
    transform: scale(0);
}

.avatar-comment {
    width: 25px;
    height: 25px;
    font-size: 18px;
}

.list-related {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Tạo 2 cột có kích thước bằng nhau */
    grid-gap: 10px;
}
@keyframes enlarge {
    0% {
        transform: scale(0);
   }
    70% {
        transform: scale(1.25);
   }
    100% {
        transform: scale(1);
   }
}
@media(max-width:569px) {
    #display-content-post .intro> .img {
        display:none !important;
    }
    #display-content-post .intro> .text,
    #display-content-post .part-detail .img,
    #display-content-post .part-detail .text {
        width:100%!important;
    }
    #display-content-post .intro> .text > div {
        padding-left:0 !important;
    }
    #display-content-post .body {
        padding: 15px!important;
    }
    #display-content-post .part-detail .text div ul {
        padding-left:1rem;
    }   
}



