.custom-pagination .page-item {
    margin: 0 5px;
}

.custom-pagination .page-link {
    width: 56px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2d914d;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s;
    border: none;
}

.custom-pagination .page-item.active .page-link {
    background-color: #26b98f;
}

.custom-pagination .page-link:hover {
    background: linear-gradient(to right, #ab6546, #fe506c);
    color: #fff;
    text-decoration: none;
}








.scd {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.widget.qh_menu .wt {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 2px solid #2d914d;
    padding-bottom: 5px;
    color: #2d914d;
}

.widget.qh_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget.qh_menu .menu > li {
    position: relative;
    margin-bottom: 10px;
}

.widget.qh_menu .menu a {
    text-decoration: none;
    /*color: #008f66;*/
    font-weight: 500;
    display: block;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.3s;
}

.widget.qh_menu .menu a:hover {
    background: linear-gradient(to right, #23b88f, #008b64);
    color: #fff;
}

.widget.qh_menu .menu li .sub-menu {
    display: none;
    list-style: none;
    padding-left: 15px;
    margin-top: 5px;
}

.widget.qh_menu .menu li:hover > .sub-menu {
    display: block;
}

.widget.qh_menu .sub-menu li a {
    font-size: 14px;
    color: #555;
    padding: 6px 10px;
    display: block;
    border-radius: 5px;
    transition: all 0.3s;
}

.widget.qh_menu .sub-menu li a:hover {
    background: #2d914d;
    color: #fff;
}



.div-duong-dan {
    font-size: 14px;
    margin-bottom: 20px;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs a {
    color: #2d914d;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 700;
}

#breadcrumbs a:hover {
    color: #fe506c;
}

#breadcrumbs .separator {
    margin: 0 5px;
    color: #888;
}

#breadcrumbs .breadcrumb_last {
    color: #555;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
}



.title-wrap h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.block-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.block-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 15px;
}

.block-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.block-content p {
    margin-bottom: 15px;
}

.block-content ul,
.block-content ol {
    margin: 15px 0 15px 25px;
}

.block-content li {
    margin-bottom: 8px;
}

.block-content a {
    color: #2d914d;
    text-decoration: underline;
    transition: color 0.3s;
}

.block-content a:hover {
    color: #fe506c;
}

/*.block-content img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    border-radius: 5px;
}*/

.block-content blockquote {
    border-left: 4px solid #fe506c;
    padding-left: 15px;
    color: #555;
    font-style: italic;
    margin: 20px 0;
}

@media (max-width: 992px) {
    .title-wrap h1 {
        font-size: 24px;
    }
    .block-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .title-wrap h1 {
        font-size: 20px;
    }
    .block-content h2 {
        font-size: 18px;
    }
    .block-content p {
        font-size: 15px;
    }
    .box-goikham {
        width: 100% !important;
    }
    .block-content img {
        height: 100% !important;
    }
}

body {
    font-family: 'Roboto', sans-serif;
}






.contact-wp {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-family: 'Roboto', sans-serif;
}

.information-wp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.information-wp .list-item {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1 1 60%;
}

.information-wp .list-item li {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.information-wp .list-item li span {
    font-weight: 700;
    color: #2d914d;
    font-size: 18px;
}

.information-wp .list-item li a {
    color: #fe506c;
    text-decoration: none;
    transition: color 0.3s;
}

.information-wp .list-item li a:hover {
    color: #ab6546;
}

.information-wp .thumbnail-wp {
    flex: 1 1 35%;
    display: flex;
    margin: auto;
}

.information-wp .thumbnail-wp img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s;
}

.information-wp .thumbnail-wp img:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .information-wp {
        flex-direction: column;
        gap: 15px;
    }
    .information-wp .list-item, 
    .information-wp .thumbnail-wp {
        flex: 1 1 100%;
    }
    .information-wp .list-item li {
        font-size: 15px;
    }
    .information-wp .list-item li span {
        font-size: 16px;
    }
}