.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;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    margin: 20px 0;
    justify-content: center; 
}

.pagination a,
.pagination strong,
.pagination span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.pagination strong {
    background-color: #2d914d;
    color: #fff;
}

.pagination a {
    background-color: #f1f1f1;
    color: #2d914d;
}

.pagination a:hover {
    background-color: #fe506c;
    color: #fff;
}

.pagination span {
    background-color: transparent;
    color: #888;
    cursor: default;
}

@media (max-width: 768px) {
    .pagination {
        gap: 5px;
    }
    .pagination a,
    .pagination strong,
    .pagination span {
        padding: 6px 10px;
        font-size: 13px;
    }
}


.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;
}



.div-duong-dan {
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
}

#breadcrumbs {
    margin: 0;
    font-size: 14px;
    color: #555;
}

#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;
}

@media (max-width: 768px) {
    #breadcrumbs {
        font-size: 14px;
    }

    .padd-main {
        padding: 0 0 30px 0;
    }
}





.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;
    }
}






.block-content .d_contact42023 {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 700px;
    margin: 0 auto 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.block-content .d_contact42023 h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0062a6;
    margin-bottom: 10px;
}

.block-content .slquestion {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.block-content .labelcheck {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    color: #333;
}

.block-content .labelcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.block-content a.a123.dbtn.p-convertion {
    top: 0;
}
.block-content .d_contact label {
    color: #0062a6;
}

.block-content .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #f1f1f1;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s;
}

.block-content .labelcheck input:checked ~ .checkmark {
    background-color: #0062a6;
    border-color: #0062a6;
}

.block-content .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.block-content .labelcheck input:checked ~ .checkmark:after {
    display: block;
}

.block-content .labelcheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.block-content .slquestion textarea.d-content {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    resize: vertical;
}

.block-content .d-phone {
    width: 100%;
    max-width: 300px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.block-content .dbtn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #fe506c;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    margin-right: 10px;
}

.block-content .dbtn:hover {
    background: #0062a6;
}

.block-content .d_contact42023 p.text-center {
    font-size: 14px;
    color: #555;
    margin-top: 15px;
}

.block-content .d_contact42023 p.text-center a {
    color: #ffc258;
    font-weight: 600;
    text-decoration: none;
}

.block-content .d_contact42023 p.text-center a:hover {
    color: #fe506c;
}

@media (max-width: 768px) {
    .block-content .slquestion {
        flex-direction: column;
    }
    .block-content .dbtn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .block-content .d-phone {
        max-width: 100%;
    }
}



.form-regis .txt_field {
    height: 41px;
    border-radius: 6px;
}

.form-goikham {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; 
    flex-wrap: wrap; 
    max-width: 500px;
    margin: 0 auto;
}

.txt_field {
    flex: 1 1 250px; 
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s;
}

.txt_field:focus {
    outline: none;
    border-color: #2d914d;
    box-shadow: 0 0 5px rgba(45,145,77,0.5);
}

.form-goikham button {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    background: #fe506c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.form-goikham button:hover {
    background: #2d914d;
}

@media (max-width: 480px) {
    .form-goikham {
        flex-direction: column;
        gap: 10px;
    }
    .txt_field {
        width: 100%;
    }
    .form-goikham button {
        width: 100%;
    }
}

.nav-link {
    display: block;
    padding: .5rem 0.4rem;
}










.page-content .bg-grey {
    padding-top: 15px;
    background-color: #f9f9f9;
}

.title-wrap h5,
.title-wrap h2 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
.title-wrap .h-decor {
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #AB6546, #fe506c);
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 2px;
}

.icn-list-lg {
    list-style: none;
    padding: 0;
    margin: 0;
}
.icn-list-lg li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
    color: #555;
}
.icn-list-lg li i {
    font-size: 20px;
    color: #AB6546;
    margin-right: 10px;
    flex-shrink: 0;
}

.contact-form .form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
}
.contact-form textarea.form-control {
    min-height: 120px;
}
.contact-form button.btn-hover-fill {
    background: linear-gradient(90deg, #AB6546, #fe506c);
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    transition: all 0.3s;
}
.contact-form button.btn-hover-fill:hover {
    background: linear-gradient(90deg, #fe506c, #AB6546);
}


.content-social a.hovicon {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #AB6546;
    transition: all 0.3s;
}
.content-social a.hovicon:hover {
    color: #fe506c;
    transform: translateY(-3px);
}

@media (max-width: 767px) {
    .icn-list-lg li {
        font-size: 14px;
    }
    .title-wrap .h-decor {
        width: 40px;
        height: 2px;
    }
    .contact-form button.btn-hover-fill {
        width: 100%;
    }
}




.popup-container.show {
    display: block !important;
    opacity: 1;
    transform: translate(-50%, 100%) scale(1);
}

.popup-container {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 296px;
    transform: translate(-50%, -50%) scale(0.9);
    background: white;
    border: 1px solid #ccc;
    padding: 20px 25px;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.btn-accept {
    background: #f9a825;
    color: white;
}

.btn-accept, .btn-decline {
    border: none;
    padding: 8px 16px;
    margin: 0 6px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.btn-decline {
    background: #009688;
    color: white;
}

.popup-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.btn-accept:hover {
    background: #45a049;
}
.btn-decline:hover {
    background: #e53935;
}
@media (max-width: 400px) {
    .popup-container {
        padding: 15px;
    }
    .popup-actions a {
        flex: 1 1 100%; 
    }
}
#LRdiv0 {
    display: none !important;
}
.custom-popup {
    display: block;
}

.custom-floater {
    z-index: 9999999999;
    position: fixed;
    right: 5px;
    top: 150px;
}

.custom-close {
    width: 20px;
    height: 15px;
    top: 0;
    right: 0;
    position: absolute;
    background-image: url(/assets/images/7.gif);
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;
    z-index: 99999999;
}

.custom-chat-img {
    cursor: pointer;
}
.chat-top, .chat-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    cursor: pointer;
}

.chat-top {
    top: 0;
    height: 50%; 
}

.chat-bottom {
    bottom: 0;
    height: 50%; 
}

.popup-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.popup-content {
    background: #fff;
    width: 90%;
    max-width: 400px;
    margin: 5% auto;
    padding: 20px;
    position: relative;
    border-radius: 8px;
}

.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.mt-15 {
    margin-top: 15px;
}
.mt-3 {
    margin-top: 10px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button.btn.btn-hover-fill {
    width: 100px;
}