h1 {
    font-size: 48px;
}
h2 {
    font-size: 43px;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 32px;
}
h5 {
    font-size: 28px;
}
/* Begin: Header */
#searchBar {
    position: fixed;
    top: 1%;
    right: 0;
    width: 550px;
    height: 98%;
    background-color: #ffffff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow-y: auto;
    border-radius: 5px;
    transition: transform 0.5s ease-in-out;
}

.search-bar-hidden {
    transform: translateX(100%);
}

.search-bar-visible {
    transform: translateX(0);
}

.search-content {
    padding: 20px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #207d57;
}

.close-btn:hover {
    background-color: #e6eee6;
    color: #1a6345;
    border-radius: 5px;
    padding: 3px;
}

.input__search {
    border: none;
    border-bottom: 1px solid #207d57;
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
    width: 85%;
    padding: 0 0 15px;
}

.input__search:focus {
    border-bottom-color: #8ad8b7;
}

.input__search::placeholder {
    color: #2a9468;
    opacity: 0.7;
}

.input__search:-ms-input-placeholder,
.input__search::-ms-input-placeholder {
    color: #2a9468;
    opacity: 0.7;
}

.suggestions {
    margin-top: 20px;
    border-bottom: 2px solid #abe2cb;
    padding-bottom: 10px;
}

.suggestions p {
    font-size: 15px;
    font-weight: 600;
    color: #207d57;
}

.suggestions p svg {
    fill: #207d57;
    margin-right: 10px;
    vertical-align: -0.125em;
}

.suggestions ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0 !important;
    gap: 8px;
}

.suggestions ul li {
    color: #207d57;
    border: 1px solid #207d57;
    border-radius: 30px;
    margin-left: 5px;
    padding: 3px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.suggestions ul li:hover {
    background-color: #e6eee6;
    cursor: pointer;
}

.trend {
    margin-top: 20px;
    border-bottom: 2px solid #abe2cb;
    padding-bottom: 10px;
}

.trend p {
    font-size: 15px;
    font-weight: 600;
    color: #207d57;
    margin-top: 15px;
}

.trend p svg {
    fill: #207d57;
    margin-right: 10px;
    vertical-align: -0.125em;
}

.trend ul {
    list-style: none;
    padding-left: 0 !important;
}

.trend ul li {
    color: #207d57;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}

.trend ul li:hover {
    background-color: #e6eee6;
    cursor: pointer;
    border-bottom: 2px dashed #bbd6bb;
    padding: 3px 0;
}
/*Goi y search*/
.search-suggestions {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fafbf9;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
}

.search-suggestion-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-suggestion-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.search-suggestion-list li:hover {
    background: #f3f3f3;
}

.search-suggestion-list svg {
    width: 14px;
    height: 14px;
    fill: #207d57;
}

.search-suggestion-list a {
    text-decoration: none;
    color: #207d57;
    flex: 1;
}
/* End: Header */

/* Begin: Home */

ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: center;
    bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 10;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    transition: all 0.3s ease;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active {
    width: 30px;
    background: #fff;
    border-radius: 0;
}

.slick-dots li button:before,
.slick-dots li button:after {
    content: none !important;
}

.slick-dots li button:before,
.slick-dots li button:after {
    content: none !important;
}

.slick-dots li button {
    content: "";
}

.slick-dots {
    bottom: 20px;
}


/* .homeTags__main {
    margin: 20px 0;
} */

.box_improve_quality {
    margin-top: 20px;
}

.homePolicy__scroll {
    margin-top: 20px;
}

.homeService__item p {
    text-align: left;
}

.homePolicy__item p {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}
/* End: Home */

/*Begin: Footer*/
.box-copyright {
    font-size: 14px;
    white-space: nowrap;
}
.box-copyright ul {
    display: flex;
    margin-bottom: .5rem !important;
    list-style: none;
    padding-left: 10px !important;
}

.box-copyright ul li{
    margin-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #237f57;
    white-space: nowrap;
}

.subscribeForm {
    display: flex;
    max-width: 400px;
}

.subscribeForm .input__mail {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #237f57;
    border-right: none;
    border-radius: 6px 0 0 6px;
    outline: none;
    font-size: 14px;
}

.subscribeForm button {
    padding: 10px 20px;
    background-color: #237f57;
    color: #fff;
    border: 1px solid #237f57;
    border-radius: 0 6px 6px 0;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subscribeForm button:hover {
    background-color: #1d6645;
}

.footer__boxs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__box ul {
    list-style: none;
    padding-left: 0 !important;
}

.footer__social .item {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.footer__social .item svg path,
.footer__social .item svg g[clip-path] path {
    stroke: #207D57;
    transition: stroke 0.3s ease;
}

.footer__social .item:hover svg path{
    fill: #207D57;
}

.footer__social .item:hover svg path,
.footer__social .item:hover svg g[clip-path] path {
    stroke: white;
}

.custom-accordion-btn::after {
    display: none;
}

.custom-accordion-btn {
    font-size: 16px;
    font-weight: 600;
    color: #207D57;
    background-color: transparent;
    box-shadow: none;
    border: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #207D57;
}

.custom-arrow i {
    transition: transform 0.2s ease-in-out;
    color: #207D57;
}

.custom-accordion-btn:not(.collapsed) .custom-arrow i {
    transform: rotate(180deg);
}

.custom-accordion-btn:not(.collapsed) {
    background-color: transparent !important;
    color: #207D57;
    border-bottom: none;
}

.accordion-item.showing .accordion-body {
    border-bottom: 1px solid #207D57;
}

.accordion-body ul {
    list-style: none;
    padding: 0 10px 10px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #207D57;
}

.home-about-pc {
    display: block;
}

.home-about-mobile {
    display: none;
}

/* Begin: content news */
p>a>input[type="submit"] {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 10px 30px;
    border-radius: 9rem;
    background: linear-gradient(to right, #207D57, #70BF54);
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
    border: 1px;
}

div#post-content img {
    height: auto;
    display: block;
    margin: 0 auto;
}

#post-content p:has(em) {
    text-align: center !important;
}
/* End: content news */


@media(max-width: 1200px) {
    .box-copyright {
        flex-wrap: wrap;
        gap: 10px;
        text-align: left;
    }

    .box-copyright p {
        margin: 0;
    }

    .box-copyright ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .box-copyright ul li a {
        color: #207D57;
        text-decoration: none;
        font-size: 14px;
    }
}
/*End: Footer*/

/* Begin: common */

/* Banner các trang con*/
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 152px;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.banner-content {
    position: absolute;
    bottom: 93px;
    left: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 600px;
}

.banner-content h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin: 0;
}

.banner-content p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.banner-desktop {
    display: block;
}
.banner-mobile {
    display: none;
}
/* Breadcrumbs */
.breadcrumbs {
    margin-left: 100px;
    margin-top: 24px;
    margin-bottom: 70px;
}
.breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
}
.breadcrumbs a,
.breadcrumbs .active {
    color: #207d57;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.5px;
    text-decoration: none;
}
/* End: common */

/* Begin: Footer */
.subscribeForm {
    display: flex;
    max-width: 400px;
}

.subscribeForm .input__mail {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #237f57;
    border-right: none;
    border-radius: 6px 0 0 6px;
    outline: none;
    font-size: 14px;
}

.subscribeForm button {
    padding: 10px 20px;
    background-color: #237f57;
    color: #fff;
    border: 1px solid #237f57;
    border-radius: 0 6px 6px 0;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subscribeForm button:hover {
    background-color: #1d6645;
}

/* Begin: Custom paginate */
.paginate-post {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.paginate-post .pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.paginate-post .pagination .page-item {
    margin: 0 5px;
}
.paginate-post .pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    border: none;
    background-color: transparent;
    text-decoration: none;
    padding: 8px 18px;
}
.paginate-post .pagination .page-link:hover {
    background-color: transparent;
    color: #000;
}
.paginate-post .pagination .page-item.active .page-link {
    background: rgba(0, 0, 0, 0.06);
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.paginate-post .pagination .page-link[aria-label="pagination.previous"]::after,
.paginate-post .pagination .page-link[aria-label="pagination.next"]::after {
    content: none;
}
.paginate-post .pagination .page-item .page-link.arrow-link {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    color: #000;
}
.paginate-post
    .pagination
    .page-item.disabled
    span.page-link[aria-hidden="true"] {
    font-size: 0px !important;
}
.paginate-post .pagination .page-item.disabled:first-child .page-link,
.paginate-post .pagination .page-item.disabled:last-child .page-link {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    cursor: not-allowed;
    font-size: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    padding: 7px 12px;
}
.paginate-post .pagination .page-item:last-child {
    margin-left: 50px;
}
.paginate-post .pagination .page-item:first-child {
    margin-right: 50px;
}
.paginate-post .pagination .page-item.disabled:first-child .page-link::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.8307 9.9974H4.16406M4.16406 9.9974L9.9974 15.8307M4.16406 9.9974L9.9974 4.16406' stroke='black' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 20px;
    height: 20px;
}
.paginate-post .pagination .page-item.disabled:last-child .page-link::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.16406 9.9974H15.8307M15.8307 9.9974L9.9974 4.16406M15.8307 9.9974L9.9974 15.8307' stroke='black' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 20px;
    height: 20px;
}
.paginate-post .pagination .page-link[aria-label="pagination.previous"] {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 0;
    color: #000 !important;
    border-radius: 1px;
    padding: 7px 12px !important;
}

.paginate-post
    .pagination
    .page-link[aria-label="pagination.previous"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.8307 9.9974H4.16406M4.16406 9.9974L9.9974 15.8307M4.16406 9.9974L9.9974 4.16406' stroke='black' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 20px;
    height: 20px;
}
.paginate-post
    .pagination
    .page-item.disabled
    .page-link[aria-label="pagination.previous"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.8307 9.9974H4.16406M4.16406 9.9974L9.9974 15.8307M4.16406 9.9974L9.9974 4.16406' stroke='black' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    display: block;
    width: 20px;
    height: 20px;
}
.paginate-post .pagination .page-link[aria-label="pagination.next"] {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000 !important;
    font-size: 0;
    border-radius: 1px;
    padding: 7px 12px !important;
}
.paginate-post .pagination .page-link[aria-label="pagination.next"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.16406 9.9974H15.8307M15.8307 9.9974L9.9974 4.16406M15.8307 9.9974L9.9974 15.8307' stroke='black' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 20px;
    height: 20px;
}
.paginate-post
    .pagination
    .page-item.disabled
    .page-link[aria-label="pagination.next"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.16406 9.9974H15.8307M15.8307 9.9974L9.9974 4.16406M15.8307 9.9974L9.9974 15.8307' stroke='black' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    display: block;
    width: 20px;
    height: 20px;
}
.paginate-post
    .pagination
    .page-item.disabled
    span.page-link[aria-hidden="true"] {
    border: none;
    background: none;
    color: #888;
    font-size: 16px;
    letter-spacing: 2px;
    width: auto;
    height: auto;
}

/* CTA Style */
.cta-section-wrap {
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 20px;
}
.btn-back-to-top img {
    width: 20px;
    height: 20px;
}
.btn-round-cta img {
    width: 25px;
    height: 25px;
}
.btn-round-cta {
    display: block;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #207d57;
    background: #b2d235;
}
.btn-back-to-top {
    display: block;
    width: fit-content;
    padding: 5px 7px;
    border-radius: 3px;
    border: 2px solid #207d57;
    background: #b2d235;
    display: none;
}
.btn-back-to-top.show {
    display: flex;
    opacity: 1;
}
.cta-group-compress,
.cta-group-expand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

/* CTA Style */

.header__account {
    /* display: none; */
    width: fit-content;
    z-index: 3;
    padding: 8px 0px;
}
.home-wrap .header__main .header__account,
.about-us-wrap .header__main .header__account,
.header__top .header__account {
    display: block;
}
.user-logined svg {
    width: 22px;
    height: 22px;
    fill: #207d57;
}
.header-mobile__actions .mobile-icon svg {
    stroke: #47a288 !important;
}
.header-mobile__actions .header__account-mobile .mobile-icon svg {
    fill: #47a288 !important;
}
.header__top .user-logined svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}
.header__account .userDropdown {
    position: absolute;
    top: 110%;
    right: 65px;
    border: 0;
    border-radius: 6px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px;
    margin: 0;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.15s ease-in-out;
}
.header__account .userDropdown .item {
    gap: 8px;
    width: 100%;
    padding: 8px 10px;
    background: transparent;
    color: #333;
    border: 0;
    border-radius: 5px;
    transition: 0.15s ease-in-out;
    font-size: 14px;
    font-weight: 600;
}
.header__account .userDropdown .item:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #207d57;
}
.header__account:hover .userDropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 100%;
}
.header__account-mobile {
    position: relative;
}
.header__account-mobile .userDropdown {
    position: absolute;
    top: 110%;
    right: 0;
    border: 0;
    border-radius: 6px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px;
    margin: 0;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.15s ease-in-out;
}
.header__account-mobile.show .userDropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 100%;
}
.header__account-mobile .userDropdown .item {
    gap: 8px;
    width: 100%;
    padding: 8px 10px;
    background: transparent;
    color: #333;
    border: 0;
    border-radius: 5px;
    transition: 0.15s ease-in-out;
    font-size: 14px;
    font-weight: 600;
}

.header__main:hover {
    background-color: #fff;
}
.header__main:hover .header__menu > .menu-item > .menu-link {
    color: #207d57 !important;
}
.header__main:hover .logoRelative {
    display: none;
}
.header__main:hover .logoFixed {
    display: block;
}
/* End: Custom paginate */
@media (max-width: 1440px) {
    .banner {
        margin-top: 122px !important;
    }
}

/* End: Footer */
@media (max-width: 1024px) {
    p.mb-0.header__vnc.d-flex.align-items-center.gap-2 {
        font-size: 12px;
    }
    .header__topMenu li a {
        font-size: 12px;
    }
    .header__menu > .menu-item > .menu-link {
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    .header-mobile-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 20px;
        background: #207d57;
        color: #fff;
        z-index: 1001;
        transition: transform 0.3s ease;
    }
    .header-mobile-top.is-hidden {
        transform: translateY(-100%);
    }

    .header-mobile {
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1000;
        transition: top 0.3s ease;
    }

    .header-mobile-top__inner {
        padding: 1px 12px;
        font-size: 12px;
        word-spacing: 2px;
    }
    /* Menu Mobile*/
    .header__menu,
    .header__top {
        display: none !important;
    }
    .header__menu,
    .header__top,
    .header__main.position-relative {
        display: none !important;
    }

    .mobile-logo img {
        width: auto;
        height: 40px;
    }
    .header-mobile__bar {
        position: fixed;
        top: 20px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        color: #fff;
        padding: 15px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1000;
        transition: top 0.3s ease;
        border-bottom: 1px solid #207d57;
    }
    .header-mobile__bar.is-up {
        top: 0; /* khi khối xanh ẩn, bar lên top */
    }
    .header-mobile__bar .mobile-logo {
        position: static;
    }
    .header-mobile__bar .mobile-logo img {
        max-height: 40px;
    }
    .header-mobile__actions {
        display: flex;
        align-items: center;
        /* Thiết lập khoảng cách giữa các mục trong nhóm */
        gap: 15px;
    }
    .header-mobile__actions .mobile-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #207d57; /* Đặt màu icon, ví dụ: Vinamilk Blue */
        text-decoration: none;
        padding: 0;
        line-height: 1; /* Căn chỉnh icon dễ hơn */
    }
    .header-mobile__actions .mobile-icon svg {
        width: 22px;
        height: 40px;
        stroke: #207d57; /* Đặt màu icon cho SVG */
    }

    /* Mobile language selector */
    .header-mobile__bar .mobile-lang {
        position: relative;
    }

    .header-mobile__bar .mobile-lang button {
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        color: #207d57;
    }

    .header-mobile__bar .mobile-lang button img {
        width: 30px;
        height: 25px;
        object-fit: cover;
    }

    /* Dropdown */
    .header-mobile__bar .mobile-lang .lang-dropdown {
        display: none;
        position: absolute;
        top: 120%;
        right: 0;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        flex-direction: column;
        min-width: 50px;
        z-index: 1000;
    }

    .header-mobile__bar .mobile-lang .lang-dropdown a {
        padding: 6px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .header-mobile__bar .mobile-lang .lang-dropdown a img {
        width: 25px;
        height: 20px;
    }

    /* Hiển thị dropdown khi active */
    .header-mobile__bar .mobile-lang.active .lang-dropdown {
        display: flex;
    }

    .heroSlider {
        margin-top: 70px !important;
    }

    .banner {
        margin-top: 70px !important;
    }
    .banner-content {
        bottom: 60px;
        left: 40px;
        max-width: 80%;
    }
    .banner-content h1 {
        font-size: 22px;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .breadcrumbs {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 16px;
        margin-bottom: 30px;
    }
    .breadcrumbs a,
    .breadcrumbs .active {
        font-size: 12px;
    }
    .breadcrumbs ul {
        gap: 8px;
        flex-wrap: wrap;
    }

    /* Nút hamburger */
    .mobile-toggle {
        width: 20px;
        height: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        border: none;
        background: transparent;
        cursor: pointer;
        z-index: 1001;
    }
    .mobile-toggle span {
        display: block;
        height: 1.5px;
        width: 100%;
        background: #207d57;
        transition: all 0.3s ease;
    }

    /* Menu mobile */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease;
        padding: 20px;
        overflow-y: auto;
        z-index: 1000;
    }
    .mobile-menu.active {
        left: 0;
    }
    .mobile-menu__header {
        margin-bottom: 10px;
    }
    .box--lines {
        border-bottom: 1px solid #207d57;
        width: 100vw;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 10px;
    }
    .mobile-menu__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile-menu__list li {
        margin-bottom: 10px;
        list-style: none;
    }
    .mobile-menu__list a {
        color: #207d57;
        text-decoration: none;
        font-size: 14px;
    }
    .mobile-menu__list .submenu {
        padding-left: 15px;
        display: none;
    }
    .mobile-menu__list .has-submenu > a {
        position: relative;
        display: block;
        pointer-events: auto;
    }
    .mobile-menu__list .has-submenu > a::after {
        content: "▾";
        float: right;
        transition: transform 0.3s;
        cursor: pointer;
        pointer-events: auto;
    }
    .mobile-menu__list > li.has-submenu::after {
        content: "";
        display: block;
        height: 1px;
        background: #207d57;
        margin-top: 8px;
    }
    .mobile-menu__list li.has-submenu.active > a::after {
        transform: rotate(180deg);
    }

    .mobile-menu__list li.has-submenu.active > .submenu {
        display: block;
    }

    /* Nút đóng */
    .mobile-close {
        font-size: 28px;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .mobile-menu__list li.has-submenu-contact::after {
        content: "";
        display: block;
        height: 1px;
        background: #207d57;
        margin-top: 13px;
    }

    .mobile-menu__extra {
        background: #f0ffec;
        color: #207d57;
        list-style-type: none;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 0px !important;
        margin-top: 30px;
    }
    .mobile-menu__extra li {
        padding: 10px 5px 0px 5px !important;
    }
    .mobile-menu__extra li::after {
        content: "";
        display: block;
        height: 1px;
        background: #b6d1c6;
        margin: 10px 0px;
    }
    .mobile-menu__extra li:last-child {
        padding-bottom: 10px !important;
    }
    .mobile-menu__extra li:last-child::after {
        content: none;
    }
    .header__account-mobile .userDropdown .item {
        padding: 5px 3px;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .btn-round-cta {
        padding: 10px;
    }
    .btn-round-cta img {
        width: 24px;
        height: 24px;
    }
    .cta-group-compress,
    .cta-group-expand {
        gap: 12px;
    }
    .cta-section-wrap {
        bottom: 35px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 12px;
    }
    .breadcrumbs li a svg {
        height: 16px;
        width: auto;
        margin-bottom: 3px;
    }
    .banner img {
        height: 320px;
        object-fit: cover;
        object-position: center;
    }
    .banner-content {
        position: absolute;
        bottom: 30px;
        left: 15px;
        right: 15px;
        max-width: 100%;
        text-align: center;
        align-items: center;
        gap: 12px;
    }
    .banner-content h1 {
        font-size: 18px;
        line-height: 1.4;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .banner-desktop {
        display: none;
    }
    .banner-mobile {
        display: block;
    }

    .breadcrumbs {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .breadcrumbs a,
    .breadcrumbs .active {
        font-size: 13px;
    }
    .breadcrumbs ul {
        gap: 6px;
    }

    .paginate-post {
        padding: 20px 0;
    }

    .paginate-post .pagination .page-item {
        margin: 5px;
    }

    .paginate-post .pagination .page-link {
        font-size: 14px;
        padding: 6px 12px;
    }

    /* Giảm margin 2 nút đầu/cuối */
    .paginate-post .pagination .page-item:first-child,
    .paginate-post .pagination .page-item:last-child {
        margin: 5px;
    }

    #searchBar {
        width: 100%;
        top: 100px;
    }

    .home-about-pc {
        display: none;
    }

    .home-about-mobile {
        display: block;
        height: 620px;
    }
    /* Begin: content news */
    div#post-content img {
        margin-left: 0px !important;
        margin-right: 0px !important;
        height: auto !important;
    }
    .section-content-posts img {
        margin-left: 0px !important;
        margin-right: 0px !important;
        height: auto !important;
    }
    .box__content img {
        height: auto !important;
    }

    /* End: content news */
}
