.header-list-post {
    width: 100%;
    border-radius: 50px;
    background: linear-gradient(90deg, #407B37 0%, #409533 100%);
    padding: 100px 0;
    margin: 30px 0;
}

.header-list-post h3 {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 64px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header-list-post p {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.search-post {
    display: flex;
    margin: 50px 0;
}

.search-post p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.search-post select {
    background: #F4F4F4;
    border-radius: 10px;
    border: none;
    margin-left: 10px;
    outline: none;
    padding: 10px;
}

.widget_nav_menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
    isolation: isolate;
    border: 1px solid #BFBFBF;
    border-radius: 15px;
}

.widget-title {
    background: #407B37;
    flex: none;
    align-self: stretch;
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.menu-danh-muc-bai-viet-container {
    width: 100%;
}

.widget_nav_menu ul {
    list-style: none;
}

#menu-danh-muc-bai-viet {
    padding: 0;
}

.widget_nav_menu ul li {
    padding: 10px 0;
    border-bottom: 1px #8E8E8E40 solid;
}

.widget_nav_menu ul li:last-child {
    border-bottom: none;
}

.widget_nav_menu ul li a {
    text-decoration: none;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #407B37;
    padding: 0 10px;
}

.item-post {
    border-radius: 15px;
}

.item-post-img {

}

.card-post {
    border-radius: 25px !important;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 100%;
    background-color: #73BB43 !important;
    text-decoration: none;
}

.card-image-post {
    background-color: #73BB43 !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.card-image-post img {
    width: 100%;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 310px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card-image-post:hover img {
    transform: scale(1.02);
}

.card-image-post-list {
    background-color: #73BB43 !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-image-post-list img {
    width: 100%;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 404px;
    object-fit: cover;
}

.bread-crumbs-post {
    margin: 30px 0;
}

.bread-1 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #393939;
    text-decoration: none;
    margin-right: 10px;
}

.bread-2 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #393939;
    text-decoration: none;
    margin: 0 10px;
}

.detail-post {
    padding-right: 30px;
    font-family: 'Quicksand';
}

.detail-post h3 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #212121;
}

.posts-related {
    margin: 70px 0;
}

.posts-related h3 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #252525;
    text-align: center;
    margin-bottom: 30px;
}

.card-content-post {
    color: white;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* chiều cao mỗi dòng */
    min-height: 3em;
}

#secondary ul li a{
    position: relative;
}

#secondary ul li a:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 6px;
    background-image: url(./images/arrow-right1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    top: 2px;
}

/* css noi dung bai viet - TOC plugin */
div#ez-toc-container {
    background: #407b37;
    border: 1px solid #407b37;
    padding: 0;
    border-radius: 15px;
    margin: 30px 0;
}

.ez-toc-title-container {
    display: table;
    width: 100%;
    border-bottom: 1px white solid;
    padding: 15px 20px;
}

#ez-toc-container nav {
    padding: 30px;
}

div#ez-toc-container ul li, div#ez-toc-container ul li a {
    margin-bottom: 5px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

div#ez-toc-container p.ez-toc-title {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    color: #FFFFFF;
}

.navigation {
    justify-content: center;
    margin-top: 20px;
}

.navigation .nav-links .page-numbers {
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    justify-content: center;
    color: #666;
    border: 1px solid #dcdcdc;
    background-color: white;
    padding: 5px 10px;
    text-decoration: none;
}

.navigation .nav-links .page-numbers.current {
    color: orange;
    background-color: white;
    font-weight: bold;
    border: 1.5px orange solid;
    padding: 5px 10px;
    border-radius: 50%;
}
