html, body{
    height: 100%;
    margin: 0;
}
body.zh-tw *:not(i):not([class^="icon"]):not([class*="icon"]) {
    font-family: sans-serif !important;
}

body.en-gb *:not(i):not([class^="icon"]):not([class*="icon"]) {
    font-family: Arial !important;
}

.body-wrapper{
    height: 100%;
}

.body-innerwrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
}

#sp-main{
    flex: 1 0 auto;
}

#sp-footer{
    flex-shrink: 0;
}

#sp-footer .sppb-addon-content p{
    margin-bottom: 1rem;
}

.com-content-article__body,.sppb-row.timeline-movement p, .sppb-row.timeline-movement h6 {
    font-size: 20px !important;
}

#sp-header {
    box-shadow: none;
    padding: 0 0 10px;
    height: auto;
}

.image_title_box {
    position: relative;
}

.image_box div,
.image_box img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin: 0;
    padding: 0;
}

.image_title_box .sppb-addon-article {
    position: relative;
    margin-bottom: 0;
}

.image_title_box .sppb-article-info-wrap h3 {
    padding: 25px 35px;
    background-color: rgba(89, 149, 198, 0.5);
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
}

.articles_home .sppb-article-info-wrap {
    padding: 20px;
    background-color: #D8E7FB;
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto auto;
    gap: 10px;
}

.sppb-article-info-wrap>*:nth-child(3) {
    grid-column: 1 / span 2;
    word-wrap: break-word;
}

.divider_group .addon-root-divider {
    width: 50%;
}

.divider_group .divider_custom {
    border-radius: 10px;
    width: 100% !important;
}

.block_number .sppb-blocknumber {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.section_img_fluid .sppb-row-column {
    padding: 0;
}

.section_img_fluid .sppb-row-column .sppb-addon-content p {
    margin-bottom: 5px;
}

#sp-header.seedland-header {
    background-color: #52C4F3;
}

.seedland-header .sp-megamenu-wrapper {
    width: 100% !important;
}

.seedland-header .mega-overlay {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: var(--seedland-mega-height);
    background-color: #52C4F3;
    transform-origin: top;
    transform: scaleY(0);
    left: 0;
    transition: transform 0.35s ease-out;
    transition-delay: 0.35s;
    z-index: 2;
}

.seedland-header.open-menu .mega-overlay {
    transform: scaleY(1);
    transition-delay: 0s;
}

.seedland-header .sp-megamenu-parent .sp-menu-item>a::after,
.seedland-header .sp-megamenu-parent .sp-menu-item>.sp-menu-heading::after {
    content: "\f054";
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    right: 10px;
/*    visibility: hidden;*/
/*    opacity: 0;*/
    transition: all 0.3s linear;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.seedland-header .sp-megamenu-parent .sp-menu-item>a::after {
    content: "";
}

.seedland-header .sp-megamenu-parent .sp-menu-item:hover>a::after,
.seedland-header .sp-megamenu-parent .sp-menu-item:hover>.sp-menu-heading::after {
/*    visibility: visible;*/
/*    opacity: 1;*/
}

.seedland-header .sp-megamenu-parent > .sp-menu-item.active::after {
    content: " ";
    width: calc(100% - 60px);
    display: block;
    height: 1.3px;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: 30px;
    transition: all 0.3s linear;
}

.seedland-header .sp-megamenu-parent > .sp-menu-item:hover::after {
    content: " ";
    width: calc(100% - 60px);
    display: block;
    height: 1.3px;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: 30px;
    transition: all 0.3s linear;
}

.seedland-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    padding-bottom: 10px;
}

.seedland-header .sp-megamenu-parent>li>a,
.seedland-header .sp-megamenu-parent>li>span,
.seedland-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.seedland-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #adadad;
    padding: 0;
}

.seedland-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a{
    color: #77cff5;
}

.seedland-header .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 30px !important;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}

.seedland-header.open-menu .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    visibility: visible;
    opacity: 1;
}

.seedland-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: transparent;
    padding: 0 10px;
    box-shadow: unset;
}

.seedland-header .lang-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seedland-header div.mod-languages ul.lang-block li {
    background-color: transparent !important;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin: 0;
    border-radius: 0;
}

.seedland-header div.mod-languages ul.lang-block li a {
    color: #fff;
}

.seedland-header div.mod-languages ul.lang-block li:last-child {
    border-right: 1px solid #fff;
}

.form_builder_custom .sppb-form-group {
    position: relative;
}

.form_builder_custom .sppb-form-group label {
    margin-bottom: 10px;
    font-size: 18px;
}

.form_builder_custom .sppb-form-group label[for="sppb-form-builder-field-0"],
.form_builder_custom .sppb-form-group label[for="sppb-form-builder-field-1"] {
    position: absolute;
    bottom: 0;
    margin-bottom: 5px;
}

.form_builder_custom .sppb-form-group input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid white;
    background: transparent !important;
    color: #fff !important;
    outline: none;
    padding: 0 0 7px 110px !important;
    font-size: 16px;
}

.categories-list-layout .title-category {
    border-bottom: 3px solid transparent;
    transition: .1s all linear;
}

.categories-list-layout .title-category.active,
.categories-list-layout .title-category:hover {
    border-color: #6FCEF5;
}

.categories-list-layout .title-category a {
    color: #888B9B;
}

.categories-list-layout .title-category.active a,
.categories-list-layout .title-category:hover a {
    color: #6FCEF5;
}

.categories-list-layout .pagination>li>a {
    border-color: #5995C5;
    color: #5995C5;
}

.disabled>.page-link,
.page-link.disabled {
    border-color: #5d9bcd;
    color: #5d9bcd;
}

.categories-list-layout .pagination>.active>a,
.categories-list-layout .pagination>.active>span {
    background-color: #5995C5;
    border-color: #5995C5;
    color: #fff;
}

.categories-list-layout .article-item img {
    width: 100%;
}

.view-article [data-module_id="115"] {
    display: none;
}

.mod-breadcrumbs {
    background-color: #52C4F3;
    --bs-breadcrumb-divider-color: #fff;
    border-radius: 0;
}

.mod-breadcrumbs .mod-breadcrumbs__item span,
.mod-breadcrumbs .mod-breadcrumbs__item a {
    color: #fff;
}

#sp-bottom {
    padding: 0;
}

.hot_news {
    padding: 40px 0;
    margin-bottom: 0;
    text-align: center;
}

.hot_news .sp-module-title {
    font-size: 28px !important;
    color: #1E2D4B !important;
    font-weight: 400 !important;
    padding: 0 4px !important;
    border-bottom: 3px solid #8B6F4B;
    margin-bottom: 20px !important;
    display: inline-block;
}

.hot_news .sp-module-content {
    text-align: left;
}

.lastest-item-image img {
    height: 220px;
    max-height: 220px;
    margin-bottom: 15px;
    width: 100%;
}

.lastest-item-content {
    word-wrap: break-word;
}

.lastest-item-content p {
    margin-bottom: 0;
}

.form_custom h2 {
    display: none;
}

.form_custom .col-form-label {
    display: none;
}

.form_custom .formContainer .row>.col-md-12 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.form_custom .formContainer .row>.col-md-12>.rsform-block:nth-child(n+4) {
    grid-column: 1 / -1;
}

.form_custom .formControls {
    width: 100%;
}

.form_custom .formControls input,
.form_custom .formControls textarea {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    color: #4B4B4B;
    font-size: 22px;
    border-radius: 3px;
}

.form_custom .formControls button {
    background-color: #52C4F3;
    border-color: #52C4F3;
    color: #fff;
    font-size: 28px;
    width: 100%;
    border-radius: 3px;
}

.title_header_custom .sppb-addon-content {
    position: relative;
}

.title_header_custom .sppb-addon-content::after {
    position: absolute;
    content: "";
    width: 74px;
    height: 3px;
    background-color: #8AD0F5;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.icon_group_section p {
    margin-bottom: 0;
}

.icon_group_section .sppb-icon-inner {
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 3px 3px #064A6E, inset 0 3px 3px #8B6F4B;
}

.seedland-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.sp-dropdown-items {
    margin: auto;
    width: 100%;
}

#sp-breadcrumbs {
    transition: opacity 0.5s;
}

/* body.show-megamenu-dropdown #sp-breadcrumbs{
    opacity: 0;
} */
@media (min-width: 576px) {
    .seedland-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.sp-dropdown-items {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .seedland-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.sp-dropdown-items {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #sp-left {
        max-width: 230px;
    }

    .seedland-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.sp-dropdown-items {
        max-width: 960px;
    }

    .sp-megamenu-parent {
        display: flex !important;
        width: 100% !important;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .seedland-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.sp-dropdown-items {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .seedland-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.sp-dropdown-items {
        max-width: 1320px;
    }
}

@media screen and (max-width: 1199px) {
    .block_number_group .addon-root-blocknumber {
        width: 33%;
    }
}
@media screen and (max-width: 1400px) {
    #sp-header.full-header-center .menu-with-offcanvas #offcanvas-toggler {
        display: flex !important;
    }
    .sp-megamenu-parent{
        display: none !important;
    }
    #sp-menu.menu-center .sp-megamenu-wrapper{
        justify-content: flex-end;
    }
    .mod-languages {
        margin-left: 20px;
    }
    #sp-header .logo{
        height: 60px;
    }
    .logo-image {
        height: 36px !important;
    }
    #offcanvas-toggler{
        height: 60px;
        line-height: 60px;
    }
}
@media screen and (max-width: 767px) {
    .block_number_group .addon-root-blocknumber {
        width: 50%;
    }

    .form_custom .formContainer .row>.col-md-12 {
        grid-template-columns: 1fr;
    }
}

/* video page */
.page-header-center .page-header h1 {
    text-align: center;
}

#sp-main-body {
    padding: 3rem 0;
}

.com-content-category-video .article-featured-video>iframe,
.video-details .article-featured-video>iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
}

.com-content-category-video .page-header h2 {
    font-size: 1.6rem;
    text-align: center;
}

.com-content-category-video .page-header a {
    color: #272727;
}

.com-content-category-video .page-header a:hover {
    color: var(--bs-primary);
}

.com-content-category-video .article-list .article {
    border: none;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
}

.com-content-category-video .article-list .list-divider {
    opacity: 0.2;
}

.com-content-category-video .article-list .article:last-child .list-divider {
    display: none;
}

.com-content-category-video .article-list .list-divider::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: solid 1px #999;
    position: absolute;
    bottom: 0;
    left: 0;
}

.com-content-category-video .article-list .list-divider::after {
    content: "";
    display: block;
    background-color: #ffffff;
    background-image: url('/images/tai-ji-ling-xiu-biao-zhilogo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 4rem;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -1.5rem 2rem;
}

/* video page - end */

/* left menu */
#sp-left {
    margin-bottom: 2rem;
}

#sp-left .sp-module {
    padding: 0;
    border: 0;
}

.k2ModuleCat .header {
    margin: 0;
    padding: 10px 20px;
    background-color: #52C4F3;
    color: white;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    border: solid 1px #52C4F3;
    text-align: center;
    justify-content: center;
}

.k2ModuleCat .header::before {
    display: inline-block;
    content: "\f0c9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 20px;
    font-size: px;
    vertical-align: middle;
}

.k2ModuleCat ul li {
    border-bottom: none;
}

.k2ModuleCat ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 10px 20px !important;
    font-size: 18px;
}

.k2ModuleCat>ul>li>a,
.sp-module .k2ModuleCat>ul>li.current>a {
    background-color: #52C4F3;
    color: white;
    margin-top: 2px;
    border: solid 1px #52C4F3;
}

.sp-module ul>li>a:hover,
.sppb-addon-module ul>li>a:hover {
    color: #52C4F3;
}

.sp-module ul>li>a:hover,
.sppb-addon-module ul>li>a:hover {
    background: none;
}

/* enlightenment article gallery side styles */
.enlightenment-gallery-item img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.enlightenment-gallery-item + .enlightenment-gallery-item {
    margin-top: 0.5rem;
}
/* enlightenment article gallery side styles - end */


/* taichi article gallery side styles */
.taichi-gallery-item img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.taichi-gallery-item + .taichi-gallery-item {
    margin-top: 0.5rem;
}
/* taichi article gallery side styles - end */

/* ===== SEEDLAND V2 ===== */
.seedland-header-v2 .sp-header-top-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Search pill */
.sp-header-search-wrap form {
    position: relative;
    max-width: 280px;
}
.sp-header-search-wrap form::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    z-index: 1;
}
.sp-header-search-wrap .search-pill, .sp-header-search-wrap .js-finder-search-query {
    width: 100%;
    border-radius: 50px;
    border: 1.5px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.12);
    color: #fff;
    padding: 8px 16px 8px 38px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}
.sp-header-search-wrap .search-pill::placeholder, .sp-header-search-wrap .js-finder-search-query::placeholder {
    color: rgba(255,255,255,0.7);
}
.sp-header-search-wrap .search-pill:focus, .sp-header-search-wrap .js-finder-search-query:focus {
    border-color: #fff;
    background: rgba(255,255,255,0.2);
}

/* Contact Us */
.seedland-header-v2 .sp-header-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 18px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.3s ease;
    position: relative;
}

.seedland-header-v2 .sp-header-contact-btn:before {
    content: " ";
    background-image: url("../../../images/user-finder.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -15px;
    width: 22px;
    height: 22px;
}

/* Language Switcher */
.seedland-header-v2 .sp-header-lang {
    padding-left: 14px;
    margin-left: 8px;
}
.seedland-header-v2 .mod-languages.advanced-dropdown:before{
    content: " ";
    background-image: url("../../../images/globe.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    width: 22px;
    height: 22px;
}
.seedland-header-v2 .sp-header-lang .mod-languages ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.seedland-header-v2 .sp-header-lang .mod-languages ul li {
    list-style: none !important;
    margin: 0;
    padding: 0 4px;
    border: none !important;
    background: transparent !important;
}
.seedland-header-v2 .sp-header-lang .mod-languages ul li a {
    color: #fff;
    font-size: 18px;
    opacity: 0.75;
    padding: 2px 6px !important;
    text-decoration: none;
    transition: opacity 0.2s;
}
.seedland-header-v2 .sp-header-lang .mod-languages ul li.lang-active a,
.seedland-header-v2 .sp-header-lang .mod-languages ul li a:hover {
    opacity: 1;
}
/* Menu Row (hàng 2) */
.seedland-header-v2 .sp-header-menu-row {
    padding: 0;
}
.seedland-header-v2 .sp-header-menu-row .sp-megamenu-parent {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
}
.seedland-header-v2 .sp-header-menu-row .sp-megamenu-parent > li > a,
.seedland-header-v2 .sp-header-menu-row .sp-megamenu-parent > li > span {
    font-size: 18px;
    color: #fff;
    padding: 0px 30px;
    text-decoration: none;
    display: block;
    transition: background 0.3s ease;
    white-space: nowrap;
}

/* Dropdown arrow */
.seedland-header-v2 .sp-header-menu-row .sp-megamenu-parent > li.sp-has-child > a::after,
.seedland-header-v2 .sp-header-menu-row .sp-megamenu-parent > li.sp-has-child > span::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;
    margin-left: 6px;
    vertical-align: middle;
}

/* Header actions divider */
.sp-header-actions {
    gap: 4px;
}

/* Mobile */
.seedland-header-v2 .sp-mobile-search-trigger {
    cursor: pointer;
    padding: 8px;
    margin-right: 4px;
    color: #fff;
    font-size: 18px;
}
.seedland-header-v2 .burger-icon > span{
    background-color: #fff;
}
.seedland-header-v2 #offcanvas-toggler{
    margin-left: 10px !important;
    margin-right: 10px !important;
}

/* Ẩn menu cũ trên mobile */
@media (max-width: 1199px) {
    .seedland-header-v2 .sp-header-menu-row { display: none !important; }
    .seedland-header-v2 #sp-logo { display: none; }
}

/* ===== MOBILE SEARCH BAR (toggle) ===== */
.sp-mobile-search-bar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
    animation: slideDown 0.3s ease-out;
}

.sp-mobile-search-bar.active {
    display: block;
}

.sp-mobile-search-bar .container {
    padding: 0 15px;
}

.sp-mobile-search-bar form, .sp-mobile-search-bar .mobile-search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-mobile-search-bar .mobile-search .sp-module{
    width: 100%;
}

.sp-mobile-search-bar .mobile-search .sp-module .awesomplete{
    width: 100%;
}

.sp-mobile-search-bar .search-pill-mobile, .sp-mobile-search-bar .js-finder-search-query {
    flex: 1;
    border-radius: 50px;
    border: 2px solid #52C4F3;
    background: #fff;
    color: #333;
    padding: 10px 18px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}

.sp-mobile-search-bar .search-pill-mobile:focus, .sp-mobile-search-bar .js-finder-search-query:focus {
    border-color: #3aa8d8;
    box-shadow: 0 0 0 3px rgba(82,196,243,0.2);
}

.sp-mobile-search-bar .search-pill-mobile::placeholder, .sp-mobile-search-bar .js-finder-search-query::placeholder {
    color: #999;
}

.sp-mobile-search-close {
    color: #666 !important;
    font-size: 20px;
    padding: 6px 10px !important;
    text-decoration: none !important;
    line-height: 1;
}

.sp-mobile-search-close:hover {
    color: #333 !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fix: đảm bảo header có position relative để search bar căn đúng */
.seedland-header-v2 {
    position: relative;
}

/* ===== CHỐNG TRÀN NGANG ===== */

/* Auto-wrap menu items thay vì tràn */
.seedland-header-v2 .sp-header-menu-row .sp-megamenu-parent {
/*    flex-wrap: wrap;*/
}

/* Menu item tự động thu nhỏ nếu quá dài */
.seedland-header-v2 .sp-header-menu-row .sp-megamenu-parent > li > a,
.seedland-header-v2 .sp-header-menu-row .sp-megamenu-parent > li > span {
/*    white-space: normal;*/
/*    word-break: break-word;*/
/*    padding: 8px 16px;*/
/*    font-size: clamp(12px, 1.2vw, 16px);*/
/*    line-height: 1.3;*/
}

/* Force Mobile: khi JavaScript phát hiện overflow */
.seedland-header-v2.force-mobile .sp-header-menu-row {
/*    display: none !important;*/
    position: absolute;
    left: -9999px;
}

.seedland-header-v2.force-mobile #sp-logo {
    display: none;
}

.seedland-header-v2.force-mobile #sp-logo-mobile {
    display: flex !important;
}

/* Khi force-mobile, ẩn desktop columns (search + contact/lang) */
.seedland-header-v2.force-mobile .d-none.d-xl-flex {
    display: none !important;
}

/* Khi force-mobile, hiển thị mobile columns (icon dù đang ở desktop width) */
.seedland-header-v2.force-mobile .d-xl-none {
    display: block !important;
}
.seedland-header-v2.force-mobile .col-6.d-xl-none {
    display: block !important;
}

/* Cân chỉnh mobile row khi force-mobile */
.seedland-header-v2.force-mobile .row.align-items-center {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.seedland-header-v2.force-mobile #sp-logo-mobile {
    justifiy-content: flex-start;
}

/* Con trỏ chuột báo hiệu có thể click để mở/đóng */
.seedland-header-v2 .sp-megamenu-parent > li > a,
.seedland-header-v2 .sp-megamenu-parent > li > span {
    cursor: pointer;
}

/* Thông báo overflow trên desktop */
.seedland-header-v2.overflow-warning .sp-header-menu-row {
    position: relative;
}
.seedland-header-v2.overflow-warning .sp-header-menu-row::after {
    content: "⋯";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    background: linear-gradient(to right, transparent, #52C4F3 40%);
    padding-left: 40px;
    padding-right: 8px;
    pointer-events: none;
}
.com-tags__items > form{
    display: flex;
    justify-content: space-between;
}
.com-tags__items .list-group{
    margin-top: 30px;
}
.com-tags__items .list-group .list-group-item{
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee !important;
    border-radius: 10px;
}
.com-tags__items .list-group .list-group-item h3{
    margin-bottom: 0;
}
.com-tags__items .list-group .list-group-item h3 a{
    line-height: 40px;
}