:root {
    --color-main: #0182DD;
    --color-text: #111;
    --font-main: "Mulish";
}

body {
    font-family: var(--font-main);
    font-size: 15px;
    color: #111;
    top: 0 !important;
    position: relative;
    margin: auto;
}

[x-cloak] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%)
}

::-webkit-scrollbar-thumb {
    background: var(--color-main)
}

img {
    max-width: 100%;
    height: auto !important;
    vertical-align: top;
    display: inline-block
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none !important
}

.info-main {
    padding: 30px 0px;
}

.h-card,
.hidden-seo {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.scale-img {
    overflow: hidden
}

.scale-img img {
    transition: all .3s
}

.scale-img:hover img.w-100 {
    transform: scale(1.2, 1.2)
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.webkit-line-clamp-1 {
    -webkit-line-clamp: 1
}

.webkit-line-clamp-2 {
    -webkit-line-clamp: 3
}

.transition {
    transition: .3s all
}

.p-relative {
    position: relative;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, .15);
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.pagination li a,
.pagination li span {
    cursor: pointer;
    border-radius: 5px !important;
    border: 1px solid #cacaca;
    background: #ffff;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d4d4d;

    padding: 5px
}

.pagination li a:hover {
    color: var(--color-main);
    border-color: var(--color-main)
}

.pagination .page-item.active .page-link {
    background: #069E34;
    border-color: #069E34;
    color: #fff
}

.wrap-main {
    margin: 30px 0
}

.wrap-content {
    max-width: 1300px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 10px
}

.social li {
    display: inline-block
}

.social li:hover img {
    transform: rotateY(360deg);
    transition: all .5s linear
}

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

.header__top {
    background: var(--color-main);
    color: #fff;
    padding: 5px 0
}

.header__top-flex {
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.header__top-info {
    display: flex;
    align-items: center;
    gap: 5px
}

.header__info-icon {
    width: 20px
}

.header__info-text {
    font-weight: 500
}

.header__bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #ffffff7d;
    padding: 10px 0px 15px;
}

.header__logo {
    max-width: 200px;
}

.header-right {
    font-size: 15px;
    color: #fff;
    width: 60%;
}

.header-main {
    min-height: 102px;
    gap: 20px;
}

.header-main__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.header-main__logo {
    display: inline-flex;
    flex-shrink: 0;
}

.header-main__brand-text h2 {
    margin: 0;
    color: #b10005;

    font-size: 56px;
    line-height: 1;
    text-transform: uppercase;
}

.header-main__brand-text p {
    margin: 2px 0 0;
    color: #06452f;

    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}

.header-main__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

.header-main__btn {
    min-width: 168px;
    height: 42px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1;
    padding: 0 18px;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.header-main__btn--outline {
    border-color: #9f0406;
    color: #9f0406;
    background: transparent;
}

.header-main__btn--outline:hover {
    background: #9f0406;
    color: #ff0;
}

.header-main__btn--green {
    border-color: #fff;
    color: #fff;
    background: #104b32;
}

.header-main__btn--green:hover {
    color: #ff0;
}

.header-main__btn--red {
    border-color: #1c2a34;
    color: #fff;
    background: #b10005;
}

.header-main__btn--red:hover {
    color: #ff0;
}

.header-main__langs {
    position: relative;
    z-index: 12;
    min-width: 86px;

}

.header-main__lang-current {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid rgba(109, 2, 1, .16);
    border-radius: 999px;
    color: #2f2f2f;
    background: #fff;
    box-shadow: 0 8px 18px rgba(49, 15, 8, .08);
    cursor: pointer;
}

.header-main__lang-current img,
.header-main__langs a img {
    flex: 0 0 auto;
    width: 24px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
}

.header-main__lang-current span,
.header-main__langs a span {

    font-weight: 700;
    line-height: 1;
}

.header-main__lang-current i {
    margin-left: auto;
    color: #6d0201;
    font-size: 10px;
    transition: transform .2s ease;
}

.header-main__lang-list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 100%;
    padding: 6px;
    border: 1px solid rgba(109, 2, 1, .12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(49, 15, 8, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.header-main__lang-list::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 8px;
}

.header-main__langs a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 9px;
    border-radius: 8px;
    color: #333;
}

.header-main__langs a.active,
.header-main__langs a:hover {
    color: #6d0201;
    background: #fff4d0;
}

.header-main__langs:hover .header-main__lang-list,
.header-main__langs:focus-within .header-main__lang-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-main__langs:hover .header-main__lang-current,
.header-main__langs:focus-within .header-main__lang-current {
    border-color: rgba(109, 2, 1, .32);
}

.header-main__langs:hover .header-main__lang-current i,
.header-main__langs:focus-within .header-main__lang-current i {
    transform: rotate(180deg);
}

.notify-phone {
    animation: notifyPhone 1s infinite ease-in-out
}

.header-menu-mobile {
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-top: 1px solid #ffffff57;
    margin-top: 5px;
    gap: 5px;
    display: none;
}

.header-menu-mobile .header-main__btn {
    border-radius: 30px;
    font-size: 12px;
    padding: 0px 5px;
    min-width: auto;
    height: 30px;
}

@keyframes notifyPhone {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.search-inline {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 500px;
    max-width: 50%;
    border-radius: 30px;
    border: 1px solid #E6E6E6;
    background: #F3F3F3;
}

.search-inline p {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.search-inline input {
    width: calc(100% - 30px);
    height: 45px;
    outline: 0;
    padding: 0;
    border: 0;
    background: 0;
    text-indent: 12px;
    font-size: 14px
}

.search-inline input::-webkit-input-placeholder {
    color: #7d7d7d
}

.search-inline input:-moz-placeholder {
    color: #7d7d7d
}

.search-inline input::-moz-placeholder {
    color: #7d7d7d
}

.search-inline input:-ms-input-placeholder {
    color: #7d7d7d
}

.header__lang {
    position: relative;
    z-index: 101
}

.header__lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: clamp(12px, calc(120 / 1200 * 100vw), 120px);
    background: #dae1e7;
    backdrop-filter: blur(8px);
    padding: 10px
}

.header__lang-flag {
    max-width: 35px;
    border-radius: 3px;
    overflow: hidden
}

.header__lang-country {
    font-weight: 700;
    font-size: clamp(13px, calc(14 / 1200 * 100vw), 14px)
}

.header__lang-box {
    position: absolute;
    right: 0;
    margin-top: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 150px
}

.header__lang-picker {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

.header__lang-icon {
    display: inline-block;
    width: 25px
}

.header__lang-name {
    font-size: clamp(13px, calc(14 / 1200 * 100vw), 14px);
    font-weight: 500;
    flex: 1 1 0%
}

.header__lang-picker:hover .header__lang-name {
    color: orange
}

#google_translate_element {
    clear: both;
    width: auto !important;
    text-align: right;
    display: none
}

.skiptranslate {
    display: none !important
}

.flex-menu {
    display: flex;
    justify-content: space-between;
}

.menu-res {
    display: none
}

.header-wrap-in {
    position: relative;
}

.menu-main {
    position: relative;
    z-index: 99;
    background: #9F0406;
}

.menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.menu_desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    line-height: 50px;
    background: url(../images/menu.png) no-repeat left center;
    padding-left: 40px;
    padding-right: 30px;
}

.title-menu:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    right: 0px;
    background: #ffffff8a;

}

.title-menu h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 50px;

    padding-right: 30px;
    cursor: pointer;
}

.menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    transition: .2s;
    padding: 10px 0px;

}

.menu ul li.icon-menu span {
    color: #fff;
    font-size: 30px;
}

.menu ul li span.dots-menu {
    font-size: 20px;
    line-height: 20px;
}

.menu ul li a i {}

.menu ul li a.active,
.menu ul li:hover>a {
    color: #6d0201;
}

.menu .menu_lvl {
    position: absolute;
    top: calc(100% + 8px);
    opacity: 0;
    visibility: hidden;
    width: 250px;
    padding: 3px;
    border: 1px solid rgba(109, 2, 1, .12);
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(49, 15, 8, .18);
    transition: top .22s ease, opacity .22s ease, visibility .22s ease;
}

.menu .menu_lvl .menu_lvl {
    border-radius: 8px;
}

.slideshow_left .menu_lvl2 {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.menu_vlist_pic {
    max-width: 24px
}

.menu ul li ul li a:after {
    display: none !important
}

.menu_dmsp>a {
    gap: 7px;
}

.menu_dmsp>a::after,
.menu_dmsp .menu_lvl li:has(> .menu_lvl)>a::after {
    font-family: "Font Awesome 6 Pro";
    font-size: 11px;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    opacity: .75;
}

.menu_dmsp>a::after {
    content: "\f107";
    transition: transform .2s ease;
}

.menu_dmsp:hover>a::after {
    transform: rotate(180deg);
}


.menu_dmsp .menu_lvl::before {
    content: "";
    position: absolute;
    inset: auto 0 100% 0;
    height: 12px;
}

.menu_dmsp .menu_lvl ul {
    max-height: 420px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
}

.menu_dmsp .menu_lvl ul::-webkit-scrollbar {
    width: 5px;
}

.menu_dmsp .menu_lvl ul::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(109, 2, 1, .28);
}

.menu_dmsp .menu_lvl li>a {
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 10px 12px !important;
    border-radius: 8px;
    color: #2f2f2f !important;
    font-size: 14px !important;
    line-height: 1.35;
    text-align: left;
    text-transform: none !important;
}

.menu_dmsp .menu_lvl li:has(> .menu_lvl)>a::after {
    content: "\f105" !important;
    display: inline-block !important;
    flex: 0 0 auto;
    color: #9f0406;
    opacity: .8;
}

.menu_dmsp .menu_lvl li:hover>a {
    color: #9f0406 !important;
    background: #fff4d0;
}

.menu_dmsp .menu_lvl3,
.menu_dmsp .menu_lvl4 {
    top: -6px;
    left: calc(100% + 8px);
}

.menu_dmsp .menu_lvl3::before,
.menu_dmsp .menu_lvl4::before {
    inset: 0 100% 0 auto;
    width: 8px;
    height: auto;
}

.menu_dmsp .menu_lvl2 .menu_lvl3 ul li:hover .menu_lvl4,
.menu_dmsp .menu_lvl2 ul li:hover .menu_lvl3 {
    top: -6px;
    opacity: 1;
    visibility: visible;
}

.menu_dmsp:not(.block_hover):hover .menu_lvl2 {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

/* Bean-style header */
.bean-header {
    position: relative;
    z-index: 999;
}

.bean-header__top {
    background: #6d0201;
    color: #fff;

}

.bean-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 36px;
}

.bean-header__welcome,
.bean-header__quick,
.bean-header__quick-link {
    display: flex;
    align-items: center;
}

.bean-header__welcome {
    min-width: 0;
    gap: 8px;
    font-weight: 500;
}

.bean-header__pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fce26c;
    box-shadow: 0 0 0 0 rgba(252, 226, 108, .7);
    animation: beanPulse 1.6s infinite;
}

.bean-header__quick {
    gap: 18px;
}

.bean-header__quick-link {
    gap: 7px;
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    white-space: nowrap;
}

.bean-header__quick-link:hover {
    color: #fce26c;
}


.bean-header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 85px;
    padding: 10px 0;
}

.bean-header__logo {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
}

.bean-header__logo img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

.bean-header__search {
    display: flex;
    align-items: center;
    flex: 1 1 450px;
    max-width: 480px;
    height: 42px;
    background: #f1f3f5;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 3px;
    position: relative;
}

.bean-header__search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: #2b2b2b;
    font-size: 14px;
    outline: none;
}

.bean-header__search-input::placeholder {
    color: #8b8b8b;
}

.bean-header__search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 100%;
    padding: 0 16px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: #3b82f6;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color .2s ease;
}

.bean-header__search-button:hover {
    color: #fff;
    background: #2563eb;
}

/* Hotline & Action Buttons */
.bean-header__hotline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bean-header__hotline-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}

.bean-header__hotline-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bean-header__hotline-info {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.35;
}

.bean-header__hotline-info span {
    color: #c02626;
    font-weight: 700;
    font-size: 14px;
}

.bean-header__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-header {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-header--cart {
    background: #3b82f6;
    color: #fff;
    border: 1px solid #3b82f6;
}

.btn-header--cart:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.btn-header--filter {
    background: #fff;
    color: #3b82f6;
    border: 1px solid #3b82f6;
}

.btn-header--filter:hover {
    background: #eff6ff;
    color: #2563eb;
    border-color: #2563eb;
}

/* Yellow Navigation Bar */
.menu-main.bean-nav {
    background: #fdd835;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.bean-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.bean-nav__item {
    position: relative;
}

.bean-nav__link {
    display: block;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #111 !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bean-nav__link.active {
    color: #c02626 !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.bean-nav__link:hover {
    color: #c02626 !important;
}

.bean-nav__separator {
    color: #fff;
    font-size: 16px;
    user-select: none;
    padding: 0 4px;
}

.bean-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bean-header__action {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.bean-header__action:hover {
    color: #fce26c;
}

.bean-header__action-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: #6d0201;
    border-radius: 50%;
    color: #fff;
    background: #6d0201;
}

.bean-header__action-text {

    font-weight: 400;
}

.bean-header__cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    color: #6d0201;
    background: #fce26c;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.bean-header__member {
    position: relative;
    z-index: 13;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bean-header__member-current,
.bean-header__member-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px 0px 5px;
    border: 1px solid rgba(109, 2, 1, .16);
    border-radius: 999px;
    color: #2f2f2f;
    background: #fff;
    box-shadow: 0 8px 18px rgba(49, 15, 8, .08);
    cursor: pointer;
}

.bean-header__member-current {
    max-width: 210px;
}

.bean-header__member-current>span:not(.bean-header__action-icon),
.bean-header__member-link span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.bean-header__member-current .bean-header__action-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
}

.bean-header__member-current>i {
    color: #6d0201;
    font-size: 10px;
    transition: transform .2s ease;
}

.bean-header__member-link i {
    color: #6d0201;
}

.bean-header__member-link:hover,
.bean-header__member-current:hover {
    color: #6d0201;
    border-color: rgba(109, 2, 1, .32);
}

.bean-header__member-link--primary {
    color: #6d0201;
    background: #fce26c;
    border-color: #fce26c;
}

.bean-header__member-list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 210px;
    padding: 6px;
    border: 1px solid rgba(109, 2, 1, .12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(49, 15, 8, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.bean-header__member-list::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 8px;
}

.bean-header__member-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 9px;
    border-radius: 8px;
    color: #333;
}

.bean-header__member-list a:hover {
    color: #6d0201;
    background: #fff4d0;
}

.bean-header__member:hover .bean-header__member-list,
.bean-header__member:focus-within .bean-header__member-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bean-header__member:hover .bean-header__member-current>i,
.bean-header__member:focus-within .bean-header__member-current>i {
    transform: rotate(180deg);
}

.bean-header__langs {
    position: relative;
    z-index: 12;
    min-width: 86px;

}

.bean-header__lang-current {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid rgba(109, 2, 1, .16);
    border-radius: 999px;
    color: #2f2f2f;
    background: #fff;
    box-shadow: 0 8px 18px rgba(49, 15, 8, .08);
    cursor: pointer;
}

.bean-header__lang-current img,
.bean-header__langs a img {
    flex: 0 0 auto;
    width: 24px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
}

.bean-header__lang-current span,
.bean-header__langs a span {

    font-weight: 700;
    line-height: 1;
}

.bean-header__lang-current i {
    margin-left: auto;
    color: #6d0201;
    font-size: 10px;
    transition: transform .2s ease;
}

.bean-header__lang-list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 100%;
    padding: 6px;
    border: 1px solid rgba(109, 2, 1, .12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(49, 15, 8, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.bean-header__lang-list::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 8px;
}

.bean-header__langs a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 9px;
    border-radius: 8px;
    color: #333;
}

.bean-header__langs a.active,
.bean-header__langs a:hover {
    color: #6d0201;
    background: #fff4d0;
}

.bean-header__langs:hover .bean-header__lang-list,
.bean-header__langs:focus-within .bean-header__lang-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bean-header__langs:hover .bean-header__lang-current,
.bean-header__langs:focus-within .bean-header__lang-current {
    border-color: rgba(109, 2, 1, .32);
}

.bean-header__langs:hover .bean-header__lang-current i,
.bean-header__langs:focus-within .bean-header__lang-current i {
    transform: rotate(180deg);
}

.bean-nav {
    background: #fce26c;
}

.bean-nav__inner {
    display: flex;
    align-items: stretch;
    gap: 22px;
    min-height: 52px;
}

.bean-nav__menu-wrap {
    flex: 1 1 auto;
    min-width: 0;
}

.bean-nav__list {
    height: 100%;
    justify-content: space-between;
    gap: 0;
}

.bean-nav__item {
    position: relative;
    flex: 0 0 auto;
}


.bean-nav__link.active,
.bean-nav__item:hover>.bean-nav__link {
    color: #FF0000 !important;
}


.bean-nav__category {
    flex: 0 0 276px;
    position: relative;
    z-index: 3;
}

.bean-nav__category-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    color: #fff !important;
    background: #6d0201;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08);
}

.bean-nav__category-toggle:hover,
.bean-nav__category-toggle.active,
.bean-nav__category:hover>.bean-nav__category-toggle {
    color: #fce26c !important;
    background: #7c0302;
}

.bean-nav__category-label {
    min-width: 0;
    flex: 1 1 auto;

}

.bean-nav__category-caret {
    flex: 0 0 auto;
    font-size: 11px;
    transition: transform .2s ease;
}

.bean-nav__category:hover .bean-nav__category-caret {
    transform: rotate(180deg);
}

.bean-nav__hamburger {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    width: 16px;
}

.bean-nav__hamburger i {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.bean-nav__category .menu_lvl {
    position: absolute;
    top: calc(100% + 8px);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 3px;
    border: 1px solid rgba(109, 2, 1, .12);
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(49, 15, 8, .18);
    transition: top .22s ease, opacity .22s ease, visibility .22s ease;
}

.bean-nav .bean-nav__dropdown--level2 {
    left: 0;
    top: calc(100% + 8px);
    transform: none;
}

.bean-nav__category:hover>.bean-nav__dropdown--level2 {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.bean-nav .bean-nav__dropdown--level3,
.bean-nav .bean-nav__dropdown--level4 {
    top: -8px;
    left: calc(100% + 5px);
    border-radius: 8px;
}

.bean-nav .bean-nav__dropdown--level3::before,
.bean-nav .bean-nav__dropdown--level4::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 10px;
}

.bean-nav__dropdown-list {
    max-height: 430px;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.bean-nav__dropdown-list li {
    border-bottom: 1px solid #f1f1f1;
}

.bean-nav__dropdown-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px;
    min-height: 42px;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 6px;
    color: #2e2e2e !important;

    font-size: 14px !important;
    line-height: 1.35 !important;
    text-align: left;
    text-transform: none !important;
}

.bean-nav__dropdown-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bean-nav__dropdown-caret {
    flex: 0 0 auto;
    color: #9f0406;
    font-size: 10px !important;
}

.bean-nav__dropdown-item:hover>.bean-nav__dropdown-link {
    color: #9f0406 !important;

}

.bean-nav__dropdown-item:hover>.bean-nav__dropdown--level3,
.bean-nav__dropdown-item:hover>.bean-nav__dropdown--level4 {
    top: -8px;
    opacity: 1;
    visibility: visible;
}

@keyframes beanPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(252, 226, 108, .7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(252, 226, 108, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(252, 226, 108, 0);
    }
}



.spacer {
    margin: clamp(30px, calc(60 / 1200 * 100vw), 60px) 0
}

.title-main-product h2 {
    margin-bottom: 40px;

    font-size: 44px;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fff3b0, #f2d36b, #caa43b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #e0c15a;
    text-align: center;
}


.title-main {
    text-align: center;
    margin-bottom: 20px;

    h1,
    h2 {
        margin-bottom: 0;
        font-size: 40px;
        line-height: 40px;
        color: #197AD4;
        text-transform: uppercase;
        font-weight: 700;

    }

    span {
        font-size: 18px;
        color: #069E34;
        text-transform: uppercase;

    }

    p {
        margin: 10px 0px 0px;
    }
}

.title-album {
    text-align: center;
    margin-bottom: 30px;
}

.title-album h2 {
    font-size: 55px;
    color: #fce26c;
    text-transform: uppercase;

}

.title-album p {
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
}

.title-bottom {
    border-bottom: 1px solid #0051C6;
    margin-bottom: 20px;
}

.tt-bt {
    display: flex;
    align-items: end;
    gap: 20px;
}

.tt-bt h2 {
    color: #333;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0px;

    line-height: 1;
    margin-bottom: 10px;
    cursor: pointer;
}

.tt-bt h2.active {
    color: #0051C6;
    font-size: 44px;
    text-transform: uppercase;

}

.title-bottom span {
    font-size: 18px;
    color: #069E34;
    text-transform: uppercase;

}

.title-detail {
    margin-bottom: 20px
}

.title-detail h1 {
    font-size: clamp(22px, calc(30/1200*100vw), 30px);
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 0
}

.search-popup {
    position: relative
}

.search-popup .icon-search {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.search-popup .icon-search.active {
    background: #fff;
    color: var(--color-main);
    border: solid 1px var(--color-main)
}

.search-popup .search-grid {
    position: absolute;
    top: 50px;
    right: 0;
    width: 0;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    display: flex;
    align-items: center
}

.search-popup .search-grid p {
    width: 35px;
    height: 35px;
    cursor: pointer;
    outline: 0;
    border: none;
    margin: 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-main)
}

.search-popup .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 35px;
    outline: 0;
    border: none;
    color: #000;
    font-size: 14px
}

.search-popup .search-grid input::placeholder {
    color: #ccc
}

.product-list {
    position: relative;
    overflow: hidden;
}

.product-list a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #00000074;
}

.ds-list {
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.ds-list h3 {
    font-size: 32px;
    color: #fff;

}

.product-item {
    position: relative;
}

.product-item a {
    display: block;
    position: relative
}

.product-item__pic {
    background: #eee;
    overflow: hidden;
}

.product-item__cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.product-item__btn--addnow {
    background: #1a5236;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;

    width: 120px;
}

.product-item__btn--addnow:hover {
    background: #bc5207;
}

.product-item__btn--buynow {
    background: #D09741;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;

    width: 120px;
}

.product-item__btn--buynow:hover {
    background: #ce8a22;
}

.product-item__info {
    text-align: center;
    margin-top: 10px;
    color: #333;
}

.product-item__name {
    -webkit-line-clamp: 1;
    font-size: 18px;
    transition: .2s ease-in-out;
    margin-bottom: 5px;
    color: #9F0406;
    text-transform: uppercase;

}

.product-item a:hover .product-item__name {
    color: var(--color-main)
}

.contact-product {
    background: #fce26c;
    width: 145px;
    margin: 0px auto;
    line-height: 43px;
    border-radius: 30px;
    color: #F6CC5A;
}

.contact-product:hover {
    background: #069E34;
}

.contact-product i {
    background: linear-gradient(to bottom, #fff3b0, #f2d36b, #caa43b);
    color: #0051C6;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.contact-product span {
    color: #9F0406;
    text-transform: uppercase;

}

.product-item__price--new {
    font-size: clamp(14px, calc(15/1200*100vw), 15px);
    font-weight: 700;
    color: var(--color-main)
}

.product-item__price--old {
    margin: 0 8px;
    font-size: clamp(12px, calc(13/1200*100vw), 13px);
    color: #6c757d;
    text-decoration: line-through
}

.product-item__price--per {
    position: absolute;
    align-items: center;
    right: 20px;
    color: #fff;
    background: #D09741;


    padding: 3px 10px;
    width: 50px;
    height: 35px;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

.splide.procategory:not(.is-overflow) .splide__list {
    justify-content: center
}

.notify-phone {
    animation: notifyPhone 1s infinite ease-in-out
}

@keyframes notifyPhone {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.category-nav {
    margin-bottom: 30px
}

.category-nav__item {
    font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);
    text-transform: uppercase;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    padding-block: 7px;
    padding-inline: clamp(10px, calc(20 / 1200 * 100vw), 20px);
    transition: .2s;
    border: 1px solid #195138;
    background-color: #fff;
    border-radius: 40px;
    color: #195138;
    font-size: 16px;
}

.category-nav__item.active {
    background: #195138;
    color: #fff
}

.main-widget {
    position: fixed;
    right: 14px;
    bottom: 20px;
    z-index: 99;
    top: auto !important
}



.main-widge .img svg {
    width: 100%;
    height: 100%
}

.main-widget .img {
    width: 25px;
    height: 25px
}

.main-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-bottom: 5px
}

.main-icon p {
    font-size: 10px;
    color: #fff;
    margin: 0
}

.out-circle {
    overflow: hidden;
    padding: 17px;
    border-radius: 100%;
    background: var(--color-main);
    width: 60px;
    height: 60px
}

.main-icon {
    line-height: 0;
    color: #fff;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.main-icon i {
    width: 26px;
    height: 26px;
    transform: translateX(2px)
}

.ser-icon {
    display: inline-flex;
    position: absolute;
    font-size: 18px;
    top: 0;
    left: 0;
    padding: 10%;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    border-radius: 100%;
    color: var(--color-main);
    width: 70%;
    height: 70%;
    margin: 15%;
    transition: .2s all
}

.unsee {
    opacity: 0;
    transform: scale(0)
}

.process {
    display: inline-flex;
    transform: translateX(0);
    transition: .15s linear transform;
    line-height: 0
}

.ser-icon .item {
    margin-right: 40px;
    width: 30px;
    height: 30px;
    color: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center
}

.ser-icon .item svg {
    width: 25px;
    height: 25px;
    color: var(--color-main)
}

.ser-icon i:nth-child(2n) {
    color: #000
}

.def-content {
    position: absolute;
    bottom: 62px;
    right: 0;
    background: #fff;
    border-radius: 8px;
    transition: .2s all;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 300px;
    z-index: 1
}

.def-content:before {
    position: absolute;
    bottom: -8px;
    right: 22px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: ''
}

.def-content .def-header {
    background: var(--color-main);
    padding: 10px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 700
}

.def-content .def-header .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    left: initial;
    padding: 0;
    margin: 0;
    border: 0 none;
    background: 0 0;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    background: var(--color-main);
    border-radius: 50%;
    text-align: center
}

.def-content .item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    transition: .3s linear all
}

.def-content .item>a .img {
    flex-grow: 0;
    flex: none;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff !important
}

.def-content .item>a .img svg {
    height: 20px;
    width: 20px
}

.def-content .item>a .detail {
    flex-grow: 1;
    line-height: normal
}

.def-content .item>a .detail .arcu-item-title {
    font-weight: 700;
    font-size: 15px;
    display: block;
    line-height: normal;
    color: #000
}

.def-content .item>a .detail .arcu-item-subtitle {

    color: #787878
}

.def-content .item.phone>a .img {
    background: #4eb625
}

.def-content .item.mess>a .img {
    background: #31adff
}

.def-content .item.zalo>a .img {
    background: #0165f8
}

.def-content .item.map>a .img {
    background: #d94234
}

.def-content .item:last-child {
    margin-bottom: 0
}

.main-widget .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 25px;
    top: 0;
    padding: 10px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: var(--color-main);
    border-radius: 100%;
    transition: .2s all;
    transform: rotate(0);
    cursor: pointer
}

.main-widget .close-icon svg {
    width: 25px;
    height: 25px
}

.close-icon.unsee {
    transform: rotate(180deg)
}

.pregan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--color-main);
    z-index: -2;
    border-radius: 100%;
    opacity: .6;
    animation: zoomzoom 3s linear .2s infinite
}

.pregan:nth-child(1) {
    animation-delay: .5s
}

.main-widget .item svg {
    fill: var(--color-main)
}

.def-content .item svg {
    fill: #fff
}

.def-content .item:hover {
    background: #f1f1f1
}

@keyframes zoomzoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1.2)
    }
}

.scroll {
    cursor: pointer;
}

.scrollToTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 98;
    top: auto;
    width: 40px;
    height: 40px;
    display: flex;
    background: 0 0;
    text-decoration: none;
    transition: all .3s ease-out 0s;
    transform: translateY(-20px);
    background-color: color-mix(in srgb, var(--color-main) 10%, #fff);
    border-radius: 7px;
    cursor: pointer
}



.scrollToTop svg {
    width: 100%;
    height: 100%;
    transform: rotate(270deg)
}

.scrollToTop svg path {
    stroke: var(--color-main)
}

.scrollToTop:hover {
    background: var(--color-main)
}

.scrollToTop:hover svg path {
    stroke: color-mix(in srgb, var(--color-main) 10%, #fff)
}

.info-news {
    padding: 45px 0px;
    background-color: #fff;
}

.info-news__header {
    text-align: center;
    margin-bottom: 35px;
}

.info-news__title {
    color: #2b6be7;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    font-family: inherit;
}

.info-news__subtitle {
    color: #718096;
    font-size: 14px;
    margin: 0 auto;
    max-width: 680px;
    line-height: 1.5;
}

.info-news-splide {
    padding: 0;
}

.info-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.info-news-card__image-wrap {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f1f5f9;
    margin-bottom: 14px;
}

.info-news-card__img,
.info-news-card__image-wrap img,
.info-news-card__image-wrap picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 16px;
}

.info-news-card__image-wrap:hover img {
    transform: scale(1.05);
}

.info-news-card__content {
    display: flex;
    flex-direction: column;
}

.info-news-card__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.info-news-card__title a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.info-news-card__title a:hover {
    color: #2b6be7;
}

.info-news-card__desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}


.splide__arrow {
    background: color-mix(in srgb, var(--color-main) 10%, #fff) !important;
    opacity: 1 !important;
    border-radius: 5px !important;
    transition: .2s;
    width: 35px !important;
    height: 35px !important
}

.splide__arrow--prev {
    left: -30px
}

.splide__arrow--next {
    right: -30px
}

.splide__arrow svg {
    fill: var(--color-main) !important;
    width: 24px;
    height: 24px;
    transition: .2s
}

.splide__arrow:hover {
    background: var(--color-main) !important
}

.splide__arrow:hover svg {
    fill: color-mix(in srgb, var(--color-main) 10%, #fff) !important
}

#footer-map {
    overflow: hidden;
    border-radius: 20px;
}

#footer-map iframe {
    display: block;
    width: 100%;
    height: 400px
}

.footer-article {
    background: url(../images/bg_footer.webp)no-repeat;
    background-size: cover;
    padding: 40px 0px 0px;
    color: #fff;
}

.footer-powered {
    padding: 10px 0;
    background: var(--color-main)
}

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

.footer-news:nth-child(1) {
    width: 35%;
}

.footer-news:nth-child(2) {
    width: 28%;
}

.footer-news:nth-child(3) {
    width: 28%;
}


.footer-title {
    font-size: 36px;
    text-transform: uppercase;
    font-family: Anton;
    margin: 10px 0px;
    color: #9F0406;
}

.logo-tiktok,
.logo-facebook {
    display: block;
}

.logo-tiktok span {
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    width: 180px;
    background: #F0914B;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}

.logo-facebook span {
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    width: 180px;
    background: #9F0406;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}

.footer-copyright {
    text-align: center;
    color: #333;
}

.footer-copyright b {
    color: #9F0406;

}

.footer-map {
    position: relative;
    height: 500px;
}

.footer-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.form-group,
.form-group-select {
    position: relative;
    margin-bottom: 15px
}

.statistic {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-end {
    padding: 10px 0px;
    background: #9F0406;
    color: #fff;
}


.footer-main__grid {
    display: flex;
    gap: 28px;
    align-items: stretch;
}

.footer-main__left {
    width: 43%;
}

.footer-main__right {
    width: 57%;
}

.footer-main__title {
    margin: 0;
    color: #9F0406;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: Anton;
    -webkit-text-stroke: 1.5px #fff;
    margin-bottom: 20px;
}

.footer-main__slogan {
    margin: 8px 0 20px;
    color: #9F0406;
    font-size: 26px;
    font-style: italic;
    font-family: iCiel-Bambola;
}

.footer-main__branches {
    max-height: 370px;
    overflow-y: auto;
    padding-right: 8px;
}

.footer-main__branch {
    background: #b10005;
    border-radius: 22px;
    padding: 10px;
    margin-bottom: 14px;
}

.footer-main__branch h3 {
    margin: 0 0 5px;
    color: #fce26c;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-main__branch-name {
    cursor: pointer;
}

.footer-main__branch-address {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.footer-main__branch-address p:last-child {
    margin-bottom: 0;
}

.footer-main__branch-hotline {
    margin: 5px 0px 0px;
    font-size: 18px;
    color: #fff;
}

.footer-main__branch-hotline strong {
    color: #fce26c;
}

.footer-main__branch-hotline:hover {
    color: #fff;
}

.footer-main__social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #b10005;
    border-radius: 4cap;
    padding: 10px;
    width: 100%;
}

.footer-main__social span {
    font-size: 16px;
    white-space: nowrap;
}

.footer-main__social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-main__social a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fce26c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-main__social a img {
    width: 24px;
    height: 24px !important;
    object-fit: contain;
}

.footer-main__map {
    position: relative;
    height: 100%;
    min-height: 540px;
    border-radius: 30px;
    overflow: hidden;
}

.footer-main__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-main__bottom {
    padding: 22px 0 26px;
    margin-top: 30px;
}

.footer-main__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c60000;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Anton;
}

.restaurant-footer {
    padding-top: 0;
    background: #050505;
    color: #fff;
}

.restaurant-footer a {
    color: inherit;
    text-decoration: none;
}

.restaurant-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.restaurant-footer .footer-main__left {
    width: auto;
}

.restaurant-footer__primary,
.restaurant-footer__secondary,
.restaurant-footer__branches {
    display: grid;
    gap: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.restaurant-footer__primary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 40px 0 32px;
}

.restaurant-footer__secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 32px 0;
}

.restaurant-footer__branches {
    position: relative;
    display: block;
    padding: 32px 0;
}

.restaurant-footer__heading {
    margin: 0 0 16px;
    color: #fff;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: none;
    -webkit-text-stroke: 0;
}

.restaurant-footer__intro {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .75);

    line-height: 1.7;
}

.restaurant-footer__intro p:last-child {
    margin-bottom: 0;
}

.restaurant-footer__contacts,
.restaurant-footer__support-list,
.restaurant-footer__link-list {
    display: flex;
    flex-direction: column;
}

.restaurant-footer__contacts {
    gap: 12px;
    color: rgba(255, 255, 255, .8);

}

.restaurant-footer__contact-link,
.restaurant-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
}

.restaurant-footer__contact-link,
.restaurant-footer__link,
.restaurant-footer__support-phone,
.restaurant-footer__branch-hotline {
    transition: color .2s ease, border-color .2s ease, opacity .2s ease;
}

.restaurant-footer__contact-link:hover,
.restaurant-footer__link:hover,
.restaurant-footer__support-phone:hover,
.restaurant-footer__branch-hotline:hover {
    color: #fff;
}

.restaurant-footer__contact-icon {
    display: inline-flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    color: rgba(255, 255, 255, .9);
}

.restaurant-footer__link-list {
    gap: 12px;
    color: rgba(255, 255, 255, .75);

}

.restaurant-footer__support-list {
    gap: 16px;

}

.restaurant-footer__support-label {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, .65);
}

.restaurant-footer__support-phone {
    font-weight: 400;
}

.restaurant-footer__social-list,
.restaurant-footer__payment-list {
    display: flex;
    justify-content: start;
    gap: 8px;
}

.restaurant-footer__social-link,
.restaurant-footer__payment-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
}


.restaurant-footer__social-link:hover {
    opacity: .82;
}

.restaurant-footer__social-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.restaurant-footer__payment-item {
    min-height: 44px;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.restaurant-footer__zalo {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 4px;
}

.restaurant-footer__zalo:hover {
    border-color: rgba(255, 255, 255, .4);
}

.restaurant-footer__zalo-media {
    display: flex;
    flex: 0 0 80px;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 12px;
    border-radius: 4px;
    background: #fff;
}

.restaurant-footer__zalo-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.restaurant-footer__zalo-title {
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}

.restaurant-footer__zalo-text {
    display: block;
    color: rgba(255, 255, 255, .7);

    line-height: 1.5;
}

.restaurant-footer__language {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.restaurant-footer__language-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 4px;
    color: rgba(255, 255, 255, .78);

}

.restaurant-footer__language-item:hover,
.restaurant-footer__language-item.is-active {
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
}

.restaurant-footer__language-item img {
    width: 24px;
    height: 16px;
    object-fit: cover;
}

.restaurant-footer__branch-map {
    min-height: 420px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}

.restaurant-footer__branch-map iframe {
    border: 0;
}

.restaurant-footer__branch-tabs {
    position: absolute;
    z-index: 2;
    top: 48px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    overflow: auto;
}

.restaurant-footer__branch-name {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    color: #333;
    background: rgba(255, 255, 255, .08);

    font-weight: 400;
    line-height: 1.35;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
    background: #fce26c;
}

.restaurant-footer__branch-name:hover,
.restaurant-footer__branch-name.active {
    border-color: #9F0406;
    color: #fff;
    background: #9F0406;
    transform: translateY(-1px);
}


.restaurant-footer__branch-address {
    color: rgba(255, 255, 255, .7);

    line-height: 1.6;
}

.restaurant-footer__branch-address p:last-child {
    margin-bottom: 0;
}

.restaurant-footer__branch-hotline {
    display: inline-flex;
    margin-top: 12px;
    color: #fff;

    font-weight: 400;
}

.restaurant-footer__copyright {
    padding: 20px 0;
    color: rgba(255, 255, 255, .65);

    text-align: center;
}

.restaurant-footer__copyright b {
    color: #fff;
}




.form-group input,
.form-group textarea {
    width: 100%;

    transition: .1s ease;
    resize: vertical;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 5px;
    border: 1px solid #cacaca
}

.form-group.novalidate input,
.form-group.novalidate textarea {
    border: 1px solid #e2e2e2 !important
}

.form-group input {
    height: 50px
}

.form-group input.date-picker {
    padding-right: 35px
}

.form-group input:hover,
.form-group textarea:hover {
    border-color: #7799d0 !important
}

.form-group label,
.form-group-select>label {
    position: absolute;
    left: 12px;
    top: 12px;

    color: #777;
    transition: .1s ease;
    pointer-events: none;
    background-color: transparent;
    margin: 0;
    line-height: 1.5
}

.form-group>span {
    position: absolute;
    right: 12px;
    top: 12px;
    transition: .1s ease;
    pointer-events: none;
    display: inline-block;
    max-width: 20px
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--main-color);
    outline: 0
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label,
.form-group-select>label {
    top: -10px;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    left: 8px;
    transform: none
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    content: attr(title);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.modal {
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.7);
}

.modal-header {
    border-bottom: 1px solid #d1d5db;
    background: rgba(249, 250, 251, .6)
}

.modal-title {
    font-weight: 400;
    letter-spacing: .05em;
    color: #111827
}

.modal-footer {
    border-top: 1px solid #d1d5db;
    background: rgba(249, 250, 251, .6)
}

.modal-btn--close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;

    color: #fff;
    background: red;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%
}

.invalid-feedback {
    font-size: 13px
}

.invalid-feedback svg {
    width: 20px;
}

.form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.form-btn--submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 17px;

}

.breadCrumbs {
    background: color-mix(in srgb, var(--color-main) 10%, #fff);
    margin-bottom: 0px;
}

.breadcrumb {
    gap: 10px;
    padding: 10px 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    gap: 15px
}

.breadcrumb li a {
    flex: 1 1 0%;
    color: #666;
    transition: .2s;
}

.breadcrumb li a:hover {
    color: var(--color-main)
}

.breadcrumb li.active a {
    font-weight: 500;
    color: var(--color-main)
}

.breadcrumb li svg {
    width: 7px;
    color: #666;
    margin-top: 2px
}

.box-toc {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 2rem;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.box-toc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #f8fafc;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    user-select: none
}

.box-toc__header:hover {
    background: #f1f5f9
}

.box-toc__title {
    font-size: 16px;
    color: var(--color-text);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;

}

.box-toc__title i {
    font-size: 20px
}

.box-toc__toggle-icon {
    color: #64748b
}

.box-toc__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .28s ease, opacity .2s ease
}

.box-toc--open .box-toc__body {
    max-height: 1000px;
    opacity: 1;
    border-top: 1px solid #e2e8f0
}

.box-toc--open .box-toc__toggle-icon {
    transform: rotate(180deg)
}

.box-toc__list {
    list-style: none;
    padding: 12px 0;
    margin: 0;
    transform: translateY(-6px);
    transition: transform .28s ease
}

.box-toc--open .box-toc__list {
    transform: translateY(0)
}

.box-toc__item {
    margin: 0;
    position: relative
}

.box-toc__link {
    display: block;
    padding: 8px 20px;
    color: #64748b;
    text-decoration: none;
    font-size: .95rem;
    line-height: 1.5;
    border-left: 3px solid transparent
}

.box-toc__link:hover {
    color: var(--color-main) !important;
    background: #eff6ff !important
}

.box-toc__link--active {
    color: var(--color-main);
    font-weight: 400;
    background: #eff6ff;
    border-left-color: var(--color-main)
}

.box-toc__item--h2 .box-toc__link {
    padding-left: 10px;
    font-weight: 400;
    color: #334155;
    font-size: 15px
}

.box-toc__item--h3 .box-toc__link {
    padding-left: 20px;
    font-size: 14px
}

.box-toc__item--h4 .box-toc__link {
    padding-left: 30px;

    font-style: italic
}

.news-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 20px;
    align-items: start;
}

.news-detail-main {
    min-width: 0;
}

.news-detail-title h1 {
    margin: 0;
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.news-detail-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 8px 0 16px;
    color: #888;

}

.news-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.news-detail-main .box-toc {
    margin: 0 0 18px;
    border: 0;
    border-radius: 0;
    background: #e4ffe8;
    box-shadow: none;
}

.news-detail-main .box-toc__header {
    justify-content: space-between;
    padding: 10px 16px;
    background: #e4ffe8;
    border: 0;
}

.news-detail-main .box-toc__title {
    width: 100%;
    color: #111;
    font-size: 15px;
    text-transform: none;
    cursor: pointer;
}

.news-detail-main .box-toc__title i {
    order: 2;
    margin-left: auto;
    padding: 7px;
    color: #fff;
    background: #238000;
    font-size: 18px;
}

.news-detail-main .box-toc__toggle-icon {
    display: inline-flex;
    cursor: pointer;
}

.news-detail-main .box-toc__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.news-detail-main .box-toc--open .box-toc__body {
    max-height: 1000px;
    opacity: 1;
    border-top: 0;
}

.news-detail-main .box-toc__list {
    padding: 0 16px 16px 30px;
    list-style: disc;
}

.news-detail-main .box-toc__link,
.news-detail-main .box-toc__item--h2 .box-toc__link,
.news-detail-main .box-toc__item--h3 .box-toc__link,
.news-detail-main .box-toc__item--h4 .box-toc__link {
    padding: 6px 0;
    border-left: 0;
    color: #222;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

.news-detail-main .box-toc__link:hover,
.news-detail-main .box-toc__link--active {
    color: #238000 !important;
    background: transparent !important;
}

.news-detail-sidebar {
    display: grid;
    gap: 30px;
}

.news-side-box {
    padding: 20px 14px;
    border: 1px solid #d8dee5;
    background: #fff;
}

.news-side-title {
    padding-bottom: 12px;
    border-bottom: 1px dashed #ddd;
    margin: 0 0 14px;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 18px;

}

.news-side-category {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-side-category__item {
    position: relative;
    border-bottom: 1px dashed #ececec;
}

.news-side-category__item:last-child {
    border-bottom: 0;
}

.news-side-category a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 40px;
    padding: 8px 34px 8px 0;
    color: #333;
    font-size: 15px;
    line-height: 1.35;
}

.news-side-category a:hover {
    color: #238000;
}

.news-side-toggle {
    position: absolute;
    top: 4px;
    right: 0;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 6px;
    background: #f6f6f6;
    color: #666;

    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.news-side-toggle:hover {
    background: #fce26c;
    color: #ff0000;
}

.news-side-toggle i {
    transition: transform .2s ease;
}

.news-side-category__item.is-open>.news-side-toggle i {
    transform: rotate(45deg);
}

.news-side-children {
    display: none;
    margin: 0;
    padding: 0 0 6px 14px;
    list-style: none;
}

.news-side-children .news-side-category__item {
    border-bottom: 0;
}

.news-side-children a {
    min-height: 34px;
    padding-top: 6px;
    padding-bottom: 6px;

}

.news-side-children .news-side-children {
    padding-left: 12px;
}

.news-side-children .news-side-children a {}

.news-side-list {
    display: grid;
    gap: 14px;
}

.news-side-item {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #ececec;
    color: #111;
}

.news-side-photo {
    display: block;
    overflow: hidden;
    background: #f4f4f4;
    aspect-ratio: 120 / 80;
}

.news-side-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.news-side-item:hover .news-side-photo img {
    transform: scale(1.06);
}

.news-side-info {
    min-width: 0;
}

.news-side-name {
    color: #111;
    font-size: 17px;

}

.news-side-item:hover .news-side-name {
    color: #238000;
}

.news-side-date {
    display: block;
    margin-top: 6px;
    color: #999;

    font-style: italic;
}

.news-detail-share {
    margin-top: 20px;
}



.content-main {
    line-height: 26px
}

.content-main h1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px
}

.content-main h2 {
    margin: 20px 0;
    font-size: 19px
}

.content-main h3 {
    margin: 15px 0 20px;
    font-size: 17px
}

.content-main h4 {
    margin: 10px 0 20px;
    font-size: 15px
}

.content-main table {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 13px
}

.content-main table th {
    background: #444;
    color: #fff;
    text-align: center;
    padding: 12px 7px
}

.content-main table tr td {
    padding: 10px 7px
}

.content-main tr:nth-child(even) {
    background: #f4f4f4
}

.content-main tr:nth-child(odd) {
    background: #fff
}

/* .content-main ol,
.content-main ul {
    list-style-type: disc;
    margin: 10px 0
} */

.content-main ol li,
.content-main ul li {
    margin-bottom: 10px
}

.content-main a {
    color: #05f;
    font-weight: 700;
    display: contents
}

.content-main iframe {
    width: 100% !important;
    display: block;
    margin: 10px auto 20px
}

.content-main tr:nth-child(even) {
    background-color: #f2f2f2
}

.content-main tr:hover {
    background-color: #ddd
}

.content-main th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--color-main);
    color: #fff
}

.content-main td,
.content-main th {
    border: 1px solid #ddd;
    padding: 8px
}

.content-main figcaption {
    text-align: center
}

.content-main a img {
    max-width: 100%;
    height: auto !important
}

.content-main blockquote {
    border-left: solid 3px #ccc;
    padding-left: 20px;
    margin-left: 20px;
    font-style: italic
}

.skeleton-item {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05)
}

.skeleton-box {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    border-radius: 4px
}

.skeleton-img {
    width: 100%;
    margin-bottom: 10px
}

.skeleton-title {
    height: 20px;
    width: 80%;
    margin-bottom: 8px
}

.skeleton-price {
    height: 20px;
    width: 50%
}

@keyframes shine {
    to {
        background-position-x: -200%
    }
}

.ggdich-box {
    position: relative;
    display: inline-block
}

.ggdich-box__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    color: inherit
}

.ggdich-box__icon {
    margin-right: 6px
}

.ggdich-box__dropdown {
    position: absolute;
    z-index: 15;
    top: 100%;
    left: 0;
    margin-top: 10px;
    min-width: 150px;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.ggdich-box__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    margin-bottom: 10px;
    transition: color .2s
}

.ggdich-box__item:last-child {
    margin-bottom: 0
}

.ggdich-box__item:hover {
    color: #c0392b
}

.ggdich-box__flag {
    margin-right: 7px;
    display: inline-block;
    max-width: 22px
}

.ggdich-box__flag img {
    width: 100%;
    display: block
}

.sidebox-group {
    position: sticky;
    top: 60px;
    border: 1px solid #dee2e6;
    border-radius: clamp(5px, calc(10/1200*100vw), 10px);
    padding: clamp(10px, calc(15/1200*100vw), 15px)
}

.sidebox-group__header {
    display: flex;
    font-size: clamp(15px, calc(16/1200*100vw), 16px);
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    gap: 7px;
    font-weight: 400;
    padding: 0 0 8px;
    border-bottom: .5px dashed #ebe0e0;
    margin-bottom: 10px
}

.sidebox-group__icon {
    font-size: 22px
}

.sidebox-group__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebox-group__item {
    position: relative
}

.sidebox-group__link {
    color: #252a2b;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    transition: .3s;
    padding: 5px 0
}

.sidebox-group__item--has-child>.sidebox-group__link {
    padding-right: 30px
}

.sidebox-group__link--active,
.sidebox-group__link:hover {
    color: var(--color-main) !important
}

.sidebox-group__toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    display: none
}

.sidebox-group__item--has-child .sidebox-group__toggle {
    display: block
}

.sidebox-group__toggle:hover {
    border: 1px solid #e7e7e7
}

.sidebox-group__toggle::after,
.sidebox-group__toggle::before {
    background: rgba(9, 9, 9, .6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    transition: all .25s linear
}

.sidebox-group__toggle::before {
    width: 9px;
    height: 1px;
    transform: translateY(-50%)
}

.sidebox-group__toggle::after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform: translateY(-50%) scale(1, 1)
}

.sidebox-group__item.opened>.sidebox-group__link .sidebox-group__toggle::after {
    transform: translateY(-50%) scale(1, 0)
}

.sidebox-group__sublist {
    margin: 0;
    padding-left: 10px;
    list-style: none;
    display: none
}

.prodetail {
    display: block;
    width: 100%
}

.prodetail__header {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 15px
}

.prodetail__gallery {
    position: relative
}

.prodetail__info {
    position: relative
}

.prodetail__thumb {
    margin-bottom: 10px;
    border: solid 1px #eee;
    background: #fff;
    border-radius: 10px;
    overflow: hidden
}

.prodetail__nav .splide__slide {
    opacity: .6;
    transition: opacity .3s;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

.prodetail__nav .splide__slide.is-active {
    opacity: 1;
    border: solid 1px var(--color-main) !important;
    overflow: hidden;
}

.prodetail__title {
    font-size: clamp(20px, calc(25/1200*100vw), 25px);

    margin-bottom: 10px
}

.prodetail__option {
    margin: 15px 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.prodetail__option li span {
    color: var(--color-main)
}

.prodetail__social {
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px
}

.prodetail__social-title {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap
}

.prodetail__price {
    margin: 15px 0;
    font-size: clamp(14px, calc(15/1200*100vw), 15px)
}

.prodetail__price-new {
    font-size: clamp(18px, calc(24/1200*100vw), 24px);

    color: #d0021b
}

.prodetail__price-old {
    text-decoration: line-through;
    color: #888;
    margin: 0 10px
}

.prodetail__price-discount {
    background: #d0021b;
    color: #fff;
    padding: 2px 3px;
    border-radius: 5px;
    font-size: 11px;
    position: relative
}

.prodetail__price-discount::before {
    content: "";
    border-right: 6px solid #d0021b;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translate(0, -50%)
}

.prodetail__qty-group {
    margin: 20px 0;
    display: flex;
    align-items: center
}

.prodetail__qty-group label {
    font-weight: 400;
    margin-right: 15px
}

.prodetail__qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: hidden
}

.prodetail__qty-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f3f3f3;
    transition: .2s
}

.prodetail__qty-btn:hover {
    background: #eee
}

.prodetail__qty-btn svg {
    width: 14px;
    height: 14px
}

.prodetail__qty-input {
    width: 60px;
    height: 35px;
    border: none;
    text-align: center;
    outline: 0;
    -moz-appearance: textfield;
    border-left: solid 1px #dadada;
    border-right: solid 1px #dadada
}

.prodetail__qty-input::-webkit-inner-spin-button,
.prodetail__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.prodetail__desc {
    margin: 20px 0
}

.prodetail__actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0
}

.prodetail__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-block: clamp(7px, calc(10/1200*100vw), 10px);
    border: solid 1px #333;
    border-radius: 4px;
    font-size: clamp(14px, calc(15/1200*100vw), 15px);
    transition: all .3s;
    text-decoration: none;
    min-height: 45px;
    cursor: pointer
}

.prodetail__btn:hover {
    color: #fff !important;
    background: color-mix(in srgb, var(--color-main) 70%, #000) !important
}

.prodetail__btn--add {
    color: #d0021b;
    background: #fff;
    border-color: #d0021b
}

.prodetail__btn--buy {
    color: #fff;
    background: #d0021b;
    border-color: #d0021b
}

.prodetail__btn--hotline {
    color: #fff !important;
    background: var(--color-main);
    border-color: var(--color-main)
}

.prodetail__btn--zalo {
    color: #fff !important;
    background: #0068ff;
    border-color: #0068ff;
    padding: 5px 10px;
    text-align: left;
    justify-content: flex-start
}

.prodetail__btn-text {
    font-weight: 500;
    text-transform: uppercase
}

.prodetail__btn-subtext {
    display: block;

    font-weight: 300;
    text-transform: none
}

.prodetail__tab-header {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding: 0;
    list-style: none
}

.prodetail__tab-header li {
    padding: 10px 0;
    font-size: clamp(14px, calc(18/1200*100vw), 18px);
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    transition: color .3s
}

.prodetail__tab-header li:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-main);
    transition: width .3s
}

.prodetail__tab-header li.active {
    color: var(--color-main)
}

.prodetail__tab-header li.active:after {
    width: 100%
}

.prodetail__tab-body {
    display: none
}

.prodetail__tab-body[x-show] {
    display: block
}

.prodetail__related {
    margin-top: 40px
}

.prodetail__related-title h2 {
    font-size: clamp(18px, calc(24/1200*100vw), 24px);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 4px solid var(--color-main);
    padding-left: 10px
}

.prodetail__related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px
}

.prodetail__attribute {
    margin-bottom: 20px
}

.prodetail__attribute-label {
    display: block;
    font-size: clamp(14px, calc(16/1200*100vw), 16px);
    font-weight: 700;
    margin-bottom: 10px
}

.prodetail__attribute-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px
}

.prodetail__attribute-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 5px 12px;
    border: 1px solid #dadada;
    background: #fff;
    color: #111;
    font-size: clamp(12px, 1.5vw, 14px);
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}

.prodetail__attribute-btn:hover {
    border-color: var(--color-main)
}

.prodetail__attribute-btn.active {
    border-color: var(--color-main);
    color: var(--color-main)
}

.prodetail__attribute-check {
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    width: 20px;
    height: 20px;
    display: none;
    align-items: flex-end;
    justify-content: flex-end;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    color: #fff;
    background-color: var(--color-main)
}

.prodetail__attribute-btn.active .prodetail__attribute-check {
    display: flex
}

.info-contact {
    background: url(../images/bg_contact.webp)no-repeat;
    background-size: cover;
}

.newsletter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ds-contact {
    width: 43%;
    color: #fff;
    text-align: center;
}

.ds-contact h2 {
    text-transform: uppercase;
    font-family: SVN-Neutraface-2;
    font-size: 48px;
}

.ds-contact p {
    font-size: 22px;
}

.company {
    margin-top: 20px;
}

.company p {}

.hotline-setting {
    background: #1a5236;
    padding: 10px 0px;
    border-radius: 30px;
    width: 320px;
    max-width: 100%;
    margin: 0px auto;
    border: 1px solid #ffffffbc;
}

.hotline-setting i {
    font-size: 20px;
}

.hotline-setting span {
    font-size: 18px;
}

.wr-letter {
    width: 54%;
    background: #000;
    padding: 30px;
    padding: 40px 30px;
}

.title-letter {
    color: #fff;
    text-align: center;
}

.title-letter span {
    text-transform: uppercase;
    font-size: 48px;
    font-family: SVN-Neutraface-2;
    -webkit-text-stroke: 1px #ffffffa1;
    color: #ffffff00;
}

.title-letter h2 {
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    font-size: 32px;

    margin-top: -16px;
    box-shadow: 0px -10px 30px #000;
    background: #00000078;
}

/* ==========================================
   CONTACT PAGE STYLES - UI/UX 2026 MODERN
   ========================================== */
.contact-container {
    max-width: 1240px;
    margin: 0 auto;
}

.contact-subtitle {
    font-size: 15px;
    color: #64748b;
    margin-top: 6px;
}

/* Contact Info Cards Grid */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(25, 122, 212, 0.12);
    border-color: #197AD4;
}

.contact-info-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-info-card__icon--blue {
    background: #e0f2fe;
    color: #0284c7;
}

.contact-info-card__icon--green {
    background: #dcfce7;
    color: #16a34a;
}

.contact-info-card__icon--orange {
    background: #ffedd5;
    color: #ea580c;
}

.contact-info-card__icon--purple {
    background: #f3e8ff;
    color: #9333ea;
}

.contact-info-card__content h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}

.contact-info-card__content p {
    font-size: 13px;
    color: #475569;
    margin: 0;
    line-height: 1.4;
}

/* Contact Main Section - 3 Column Layout */
.contact-3col-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 0.95fr;
    gap: 20px;
    align-items: stretch;
}

.contact-card-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.contact-intro-text::-webkit-scrollbar {
    width: 4px;
}

.contact-intro-text::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .contact-3col-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .contact-3col-grid {
        grid-template-columns: 1fr;
    }
}

.contact-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.contact-form-card__header {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.contact-form-card__header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #197AD4;
    margin: 0 0 6px 0;
}

.contact-form-card__header p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* Form Input Groups with Icons */
.contact-input-group {
    margin-bottom: 16px;
}

.contact-input-group label {
    font-size: 13px;
    color: #334155;
    margin-bottom: 6px;
}

.input-icon-wrap {
    position: relative;
}

.input-icon-wrap .input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 15px;
    pointer-events: none;
    transition: color 0.2s ease;
}

.input-icon-wrap .input-icon--textarea {
    top: 18px;
    transform: none;
}

.input-icon-wrap .form-control {
    padding-left: 42px !important;
    border-radius: 10px !important;
    border: 1px solid #cbd5e1 !important;
    font-size: 14px !important;
    background: #f8fafc !important;
    transition: all 0.2s ease !important;
    min-height: 44px;
}

.input-icon-wrap .form-control:focus {
    background: #ffffff !important;
    border-color: #197AD4 !important;
    box-shadow: 0 0 0 4px rgba(25, 122, 212, 0.12) !important;
}

.input-icon-wrap .form-control:focus+.input-icon,
.input-icon-wrap:focus-within .input-icon {
    color: #197AD4;
}

.contact-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-contact-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #197AD4 0%, #1565c0 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(25, 122, 212, 0.35);
    transition: all 0.25s ease;
}

.btn-contact-send:hover {
    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(25, 122, 212, 0.45);
}

.btn-contact-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #475569;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 20px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-contact-reset:hover {
    background: #e2e8f0;
    color: #1e293b;
}

/* Quick Action Buttons on Right Panel */
.contact-quick-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.quick-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.quick-btn--phone {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
}

.quick-btn--phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.35);
}

.quick-btn--zalo {
    background: #ffffff;
    color: #0068ff !important;
    border: 1.5px solid #0068ff;
    box-shadow: 0 4px 12px rgba(0, 104, 255, 0.1);
}

.quick-btn--zalo:hover {
    background: #f0f7ff;
    transform: translateY(-2px);
}

/* Map Card */
.contact-map-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.contact-map-card__header {
    padding: 14px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.contact-map-card__body {
    position: relative;
    height: 440px;
}

.contact-map-card__body iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

@media (max-width: 991px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-main-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-quick-buttons {
        grid-template-columns: 1fr;
    }
}

/* Sort */
.sort-select {
    display: flex;
    justify-content: end;
    margin: 20px 0px;
    position: relative;
}

.sort-select .click-sort {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;

    padding: 6px 10px 6px 8px;
    margin: 0px;
}

.sort-select-main {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 0 7px;
    top: 30px;
    right: 0;
    width: 160px;
    z-index: 2;
}

.sort-select-main p {
    border-bottom: 1px solid #f1f1f1;
    margin: 0px;
    order: 2;
}

.sort-select-main p:has(.check) {
    order: 1;
}

.sort a {
    color: #000;

    line-height: 17px;
    padding: 11px 3px;
    display: block;
    cursor: pointer;
}

.sort a.check i {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle;
}

.sort a.check i::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -4px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.sort-select .sort-show {
    padding-right: 12px;
    position: relative;
}


/* About */
.info-about {
    padding: 30px 0px;
    background: #f1f1f1;
}

.wrap-about {
    position: relative;
    z-index: 1;
}

/* .wrap-about:after{
    content: '';
    position: absolute;
    width: 450px;
    background: #9F0406;
    top:0px;
    bottom: 40px;
    right: 0px;
    z-index: -1;
} */
.title-about {
    display: flex;
    justify-items: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.title-about p {

    font-size: 16px;
    margin-top: 10px;
}

.flex-about {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.about-left {
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
}

.about-right {
    width: 52%;
}

.wr-album-about {
    margin: 0px 0px 0px auto;
}

.ds-about {
    position: relative;
}

.tt-ds {
    position: absolute;
    line-height: 50px;
    background: #fce26c;
    text-align: center;
    width: 200px;
    font-size: 30px;
    color: #9F0406;
    font-family: '1FTV VIP Amsterdam Signature';
    transform: rotate(-90deg);
    left: -75px;
    top: 50px;
}

.title-about span {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.title-about h2 {
    font-size: 30px;

    color: #9F0406;
    text-transform: uppercase;
    margin: 0px;
}

.album-about {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.view-all {
    display: block;
    width: 150px;
    line-height: 40px;
    border: 1px solid #F18130;
    background: #F18130;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

.view-all:hover {
    background: #d1600f;
    color: #fff;
}

.view-all a,
.view-all:hover a {
    color: #fff;
}

.wr-statistical {
    margin-top: 22px;
    padding: 2px;
}

.wr-statistical .splide__track {
    padding: 2px;
}

.statistical-card {
    text-align: center;
    background: #fff8df;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}


.statistical-card__icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff8df;
    border-radius: 50%;
    margin: 0px auto 10px;
}

.statistical-card__img {
    border-radius: 50%;
}

.statistical-card__body {
    min-width: 0;
}

.statistical-card__number {
    display: block;
    color: #9F0406;

    font-size: 28px;
    line-height: 1.1;
}

.statistical-card__name {
    display: block;
    margin-top: 6px;
    color: #444;

    line-height: 1.35;
}

.slogan-about {
    font-size: 24px;
    font-family: iCiel-Bambola;
    max-width: 590px;
    margin-top: 20px;
}

.bg-about {
    position: relative;
    bottom: 20px;
}

.welcome {
    position: absolute;
    right: 20px;
    top: 10%;
    font-family: SVN-Kelso;
    font-size: 48px;
    -webkit-text-stroke: 1px #fce26c;
    text-transform: uppercase;
    width: 70px;
    text-align: center;
}

.info-tc {
    margin-top: -80px;
}

.info-criteria {
    padding: 24px 0;
}

.info-criteria .wrap-content {
    overflow: hidden;
}

.slider-tc .splide__track {
    overflow: visible;
}

.criteria-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(109, 2, 1, .08);
    border-radius: 8px;
    background: #fff;

    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.criteria-card:hover {
    border-color: rgba(109, 2, 1, .22);
    background: #fffdf4;
    box-shadow: 0 16px 34px rgba(49, 15, 8, .13);
}

.criteria-card__icon {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    padding: 10px;
    border-radius: 8px;
    background: #fce26c;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.criteria-card:hover .criteria-card__icon {
    background: #6d0201;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.criteria-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.criteria-card__body {
    min-width: 0;
}

.criteria-card__body h3 {
    margin-bottom: 6px;
    color: #6d0201;

    font-size: 16px;
    line-height: 1.3;
    transition: color .2s ease;
}

.criteria-card:hover .criteria-card__body h3 {
    color: #9a0301;
}

.criteria-card__body p {
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    color: #555;

    line-height: 1.5;
}

.tc-item {
    position: relative;
    margin-left: 40px;
}

.tc-item__info {
    background: url(../images/item-tc.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 20px 40px 60px;
    color: #fff;
}

.tc-item__info h3 {
    font-size: 16px;

}

.tc-item__info:hover h3 {
    color: #ff0;
}

.tc-item__info p {
    margin-bottom: 0px;
}

.img-item-tc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-30px);
    background: linear-gradient(to right, #f5e7a3 0%, #f3dc82 25%, #f2cf5c 50%, #f3dc82 75%, #f5e7a3 100%);
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 10px 10px 0px;
}

/* DT */
.info-dt {
    padding: 50px 0px;
    background: url(../images/bg_dt.png)no-repeat;
    background-size: cover;
}

/* QT */
.wr-qt {
    position: relative;
    padding: 100px 0px 50px;

}

.flex-qt {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.item-dt {
    box-shadow: 0px 0px 4px #00000026;
    background: #fff;
    margin: 2px;
    padding: 10px;
}

.box-qt {
    background: url(../images/item_qt.png)no-repeat;
    background-size: 100% 100%;
    width: 184px;
    height: 184px;
    position: relative;
    padding: 30px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

.box-qt::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgb(184, 153, 51);
    border-radius: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    transition-duration: 0.3s;
}

.box-qt:hover::before {
    width: 100%;
    height: 100%;
}

.box-qt h3 {
    color: #fff;
    font-size: 16px;

}

.qt-item__pic {
    margin-bottom: 10px;
}

.box-qt:nth-child(1) {
    top: 60px;
}

.box-qt:nth-child(2) {
    top: 50px;
}

.box-qt:nth-child(3) {
    top: -30px;
}

.box-qt:nth-child(4) {
    top: -90px;
}

.box-qt:nth-child(5) {
    top: -70px;
}

.numb-qt {
    position: absolute;
    width: 72px;
    height: 72px;
    background: url(../images/numb.png) no-repeat;
    background-size: 100% 100%;
    color: #0051C6;
    font-size: 25px;
    font-family: Anton;
    line-height: 60px;
    right: -30px;
    top: -20px;
}

/* Pro NB */
.info-product {
    background: #fff;
    padding: 20px 0;
}

.title-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 14px 18px;
    border: 1px solid rgba(159, 4, 6, .12);
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(159, 4, 6, .06), rgba(252, 226, 108, .16), #fff);
}

.title-list h2 {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    font-size: 35px;
    color: #9F0406;
    text-transform: uppercase;

    display: inline-flex;
    align-items: center;
    gap: 12px;
    line-height: 1.1;
}

.title-list h2:after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    border-radius: 999px;
    background: #fce26c;
}

.home-product-cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-product-cats__item {
    display: flex;
}

.home-product-cats__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid rgba(159, 4, 6, .18);
    border-radius: 999px;
    color: #9F0406;
    background: rgba(255, 255, 255, .86);

    font-weight: 400;
    line-height: 1.25;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-product-cats__link:hover,
.home-product-cats__link.active {
    color: #fff;
    border-color: #9F0406;
    background: #9F0406;
    box-shadow: 0 8px 18px rgba(159, 4, 6, .18);
}

.home-product-result {
    min-height: 260px;
}

.home-product-ajax-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.menu-showcase {
    position: relative;
}

.menu-showcase__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 34px;
}

.menu-showcase__summary {
    max-width: 490px;
    margin-left: auto;
}

.menu-showcase__summary p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #3f332d;
}

.menu-showcase__body {
    display: grid;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.menu-showcase__feature {
    position: relative;
    min-height: 100%;
    border-radius: 28px;
    overflow: hidden;
    display: block;
    background: #3d120e;
    color: #fff;
    box-shadow: 0 22px 45px rgba(77, 18, 11, .16);
}

.menu-showcase__feature:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 13, 7, .05) 0%, rgba(28, 13, 7, .82) 100%);
    z-index: 1;
}

.menu-showcase__feature-media {
    height: 100%;
}

.menu-showcase__feature-media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    min-height: 560px;
}

.menu-showcase__feature-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
}

.menu-showcase__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(8px);

    text-transform: uppercase;
    letter-spacing: .14em;
}

.menu-showcase__feature-content h3 {
    margin: 14px 0 10px;
    font-size: 34px;
    line-height: 1.15;
    color: #fff;

    text-transform: uppercase;
}

.menu-showcase__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #fce26c;
    color: #9F0406;
    font-size: 15px;

    text-transform: uppercase;
}

.menu-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.menu-showcase__card {
    position: relative;
    min-height: 260px;
    padding: 26px;
    border-radius: 28px;
    overflow: hidden;
    background: url(../images/item-pro.png) no-repeat center/100% 100%;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 18px;
    isolation: isolate;
    transform: translateY(0);
    transition: transform .3s ease, box-shadow .3s ease;
}

.menu-showcase__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 32px rgba(73, 15, 11, .18);
}

.menu-showcase__card:nth-child(2n) {
    top: 30px;
}

.menu-showcase__card:before {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 193, 52, .18) 0%, rgba(255, 255, 255, .03) 100%);
    z-index: -1;
}

.menu-showcase__card-numb {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 44px;
    line-height: 1;

    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .45);
}

.menu-showcase__card-media {
    width: 132px;
    height: 132px;
    flex: 0 0 132px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, .16);
}

.menu-showcase__card-media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.menu-showcase__card-content {
    position: relative;
    z-index: 1;
}

.menu-showcase__card-content h3 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.2;

    color: #fff;
    text-transform: uppercase;
}

.menu-showcase__card-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .84);
}





.info-pro {
    background: url(../images/bg_pro.webp)no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.grid-pro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 10px;
    position: relative;
}



.box-product {
    position: relative;
}

.box-product:nth-child(even) {
    display: flex;
    justify-content: end;
}

.box-product-in {

    background: url(../images/item-pro.png) no-repeat;
    background-size: 100% 100%;
    max-width: 285px;
    padding: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    transform: scale(0.95);
    transition: all 1s;
}

.box-product-in:hover {
    transform: scale(1);
}

.box-product-in h3 {
    font-size: 20px;
    color: #fff;
}

.box-product-in span {
    font-size: 40px;
    font-family: Anton;
    -webkit-text-stroke: 1px #ffffff90;
    /* viền chữ */
    color: #ffffff00;
}

.pro {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.box-product:nth-child(1):after {
    content: '';
    position: absolute;
    left: 285px;
    top: 50%;
    background: url(../images/pro1.png)no-repeat;
    width: 119px;
    height: 64px;
}

.box-product:nth-child(2):after {
    content: '';
    position: absolute;
    right: 285px;
    top: 50%;
    background: url(../images/pro2.png)no-repeat;
    width: 119px;
    height: 64px;
}

.box-product:nth-child(3):after {
    content: '';
    position: absolute;
    left: 285px;
    bottom: 30%;
    background: url(../images/pro3.png)no-repeat;
    width: 119px;
    height: 64px;
}

.box-product:nth-child(4):after {
    content: '';
    position: absolute;
    right: 285px;
    bottom: 30%;
    background: url(../images/pro4.png)no-repeat;
    width: 119px;
    height: 64px;
}

.wr-qt .line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    animation: stroke 10s linear infinite;
}

@keyframes stroke {
    0% {
        stroke-dasharray: 4, 4;
        stroke-dashoffset: 600;
    }

    100% {
        stroke-dasharray: 4, 4;
        stroke-dashoffset: 0;
    }
}

@keyframes bgSwing {
    0% {
        background-position: left center;
    }

    50% {
        background-position: 10px center;
    }

    100% {
        background-position: left center;
    }
}


.ring-ring {
    -webkit-animation: ringring 1s infinite ease-in-out;
    -moz-animation: ringring 1s infinite ease-in-out;
    -o-animation: ringring 1s infinite ease-in-out;
    animation: ringring 1s infinite ease-in-out;
}

.ring-ring-hover:hover {
    -webkit-animation: ringring 1s infinite ease-in-out;
    -moz-animation: ringring 1s infinite ease-in-out;
    -o-animation: ringring 1s infinite ease-in-out;
    animation: ringring 1s infinite ease-in-out;
}

/* .criteria-img img{animation:mycriteria 5s infinite;}
*/
.criteria-img:hover img {
    transform: rotateY(360deg);
    transition: all 0.5s linear;
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0)
    }

    50% {
        transform: rotate(180deg) scale(1.5)
    }

    100% {
        transform: rotate(360deg) scale(0)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes ringring {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        -o-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        -o-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.floating-box {
    display: inline-block;
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Slider */
/* Ngăn chặn dịch chuyển bố cục (CLS) cho các bộ slide Splide trước khi khởi tạo */
.splide.slideshow {
    aspect-ratio: 1920 / 770;
    /* 1. Giữ tỷ lệ khung hình cố định cho slideshow */
    overflow: hidden;
    position: relative;
    background: #f1f1f1;
    /* Màu nền tạm thời khi ảnh đang tải */
}

.splide.slideshow img {
    width: 100%;
    height: auto;
}

.splide:not(.is-initialized) .splide__list {
    display: flex;
    /* 2. Dàn các slide theo hàng ngang từ đầu */
    overflow: hidden;
    flex-wrap: nowrap;
}

.splide:not(.is-initialized) .splide__slide {
    flex-shrink: 0;
    width: 100%;
}

.ds-slider {
    position: absolute;
    z-index: 99;
    left: calc(50% - 600px);
    top: 50%;
    transform: translateY(-50%);
    max-width: 660px;
}

.ds-slider h3 {
    color: #fff;

    font-size: 48px;
    text-transform: uppercase;
}

.ds-slider p {
    font-size: 21px;
    color: #fff;

}

.sl-contact {
    background: #069E34;
    line-height: 58px;
    border-radius: 30px;
    padding: 0px 10px;
    max-width: 360px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sl-contact:hover {
    background: #0051C6;
}

.sl-contact a {
    background: linear-gradient(to bottom,
            #fff3b0,
            #f2d36b,
            #caa43b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    text-transform: uppercase;
}

.start-animate {
    z-index: 1.0E+17 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    position: absolute;

    width: 50px;
    -o-animation: star linear 1.75s infinite;
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0)
    }

    50% {
        transform: rotate(180deg) scale(1.5)
    }

    100% {
        transform: rotate(360deg) scale(0)
    }
}

.logo-footer {
    position: relative;
}

.start-animate1 {
    top: -8px;
    left: calc(50% - 27px);
}

.start-animate2 {
    bottom: 33px;
    left: calc(50% - -4px);
}

.start-animate3 {
    bottom: 33px;
    right: calc(50% - -4px);
}

/* Blog */
.blog-item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #0000004a;
    margin: 2px;
}

/* Service */
.grid-service {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    position: relative;
}

.service-item {
    overflow: hidden;
}

.service-item__info {
    position: absolute;

    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-item__info h3 {
    font-size: 45px;

    color: #fff;
    margin: 0px;
}

.service-item__info:hover {
    background: #f181302e;
}

/* KH */
.info-kh {
    padding: 540px 0px 40px;
    background: url(../images/bg_kh.webp) no-repeat;
    background-size: cover;
    margin-top: -500px;
}

.kh-item {
    text-align: center;
    color: #fff;
}

.kh-item__pic {
    border: 5px solid #F18130;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin: 0px auto 20px;
    max-width: 150px;
}

.kh-item__info h3 {
    font-size: 20px;

    background: url(../images/ds.png)no-repeat top center;
    padding-top: 50px;
}

.kh-item__info p {
    font-size: 15px;
}

.kh-item__info p.address {
    color: #DBDBDB;

}

.splide__pagination.splide__pagination--ltr {
    gap: 8px;
    padding: 0;
}

.splide__pagination.splide__pagination--ltr .splide__pagination__page {
    width: 9px;
    height: 9px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(109, 2, 1, .24);
    opacity: 1;
    transform: none;
    transition: width .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.splide__pagination.splide__pagination--ltr .splide__pagination__page.is-active {
    width: 28px;
    background: #F5AD19;
    box-shadow: 0 4px 10px rgba(109, 2, 1, .22);
    transform: none;
}

.splide__pagination.splide__pagination--ltr .splide__pagination__page:hover {
    background: #F5AD19;
}

.info-custommer {
    padding: 52px 0;
    background: #fff;
}

.home-customer-contact {
    --home-customer-slider-height: 450px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
}

.home-customer-contact__col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-customer-contact .title-main {
    margin-bottom: 18px;
}

.home-customer-contact .slider-kh {
    flex: 1;
    min-width: 0;
    height: var(--home-customer-slider-height);

}

.home-customer-contact .splide__track {
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.home-customer-contact .splide__list {
    height: 100%;
}

.home-customer-contact .splide__slide {
    height: 100%;
}

.home-customer-contact .splide__pagination {
    bottom: 0;
    justify-content: flex-start;
}


.customer-card {
    position: relative;
    height: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(109, 2, 1, .1);
    border-radius: 8px;
    background: #fffdf4;
    box-shadow: 0 12px 28px rgba(49, 15, 8, .08);
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.customer-card:hover {
    border-color: rgba(109, 2, 1, .24);
    background: #fff8df;
    box-shadow: 0 18px 38px rgba(49, 15, 8, .13);
    transform: translateY(-3px);
}

.customer-card__quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 8px;
    color: #6d0201;
    background: #fce26c;
}

.customer-card__text {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
    color: #444;
    font-size: 15px;
    line-height: 1.55;
}

.customer-card__user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(109, 2, 1, .08);
}

.customer-card__avatar {
    flex: 0 0 74px;
    width: 74px;
    height: 74px;
    overflow: hidden;
    border: 3px solid #fce26c;
    border-radius: 50%;
    background: #fff;
}

.customer-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-card__user h3 {
    margin-bottom: 0;
    color: #6d0201;

    font-size: 16px;
    line-height: 1.35;
}

/* Social */
.info-social {
    padding: 40px 0px;
    background: #9F0406;
}

/* Album */
.info-album {
    padding: 40px 0px 0px;
    background: url(../images/bg_album.png)no-repeat left bottom;
}

.album-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
}

.album-grid__item {
    position: relative;
    display: block;
    overflow: hidden;

}

.album-grid__item .scale-img {
    border-radius: 5px;
}

.album-grid__item h3 {
    text-align: center;
    color: #333;

    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}

.album-grid__item h3:hover {
    color: #f00;
}

.news-detail-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    margin: 20px 0px;
}

.news-detail-gallery a {
    border: 1px solid #f1f1f1;
    padding: 10px;
    border-radius: 8px;
}

.album-item__name {

    color: #333;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

/* Booking */
.floating-actions {
    position: fixed;
    right: 18px;
    bottom: 60%;
    z-index: 999;
    display: grid;
    justify-items: end;
    gap: 10px;
}

.floating-actions .cart {
    position: relative;
    right: auto;
    bottom: auto;
}

.booking-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #9F0406;
    box-shadow: 0 8px 22px rgba(159, 4, 6, .28);

    font-size: 14px;
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease;
}

.booking-trigger:hover {
    color: #9F0406;
    background: #fce26c;
    transform: translateY(-2px);
}

.booking-trigger i {
    font-size: 17px;
}

#booking .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

#booking .modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

#booking .modal-title {
    color: #9F0406;

    text-transform: uppercase;
}

#booking .modal-body {
    padding: 20px;
}

#booking .title-dl h2 {
    display: none;
}

#booking .title-dl p {
    margin: 0 0 18px;
    color: #64748b;
    line-height: 1.6;
}

#booking .contact-input {
    margin-bottom: 12px;
}

#booking .form-control {
    min-height: 44px;
    border-color: #e1e5ea;
    border-radius: 8px;
}

#booking textarea.form-control {
    min-height: 90px;
}



.btn-booking {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 40%;
    border-radius: 50%;
}

.btn-booking .icon {
    position: absolute;
    width: 100%;
    height: 100%;
}

.btn-booking .icon:after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    background-color: #f18030ae;
    border-radius: inherit;
    -webkit-animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
    z-index: -1;
    border-radius: 50%;
}

.btn-booking button {
    position: relative;
    z-index: 99;
    border-radius: 50%;
    font-size: 20px;
    background: #FF0002;
    border-color: #FF0002;
}

.btn-booking button:hover,
.btn-booking button:active,
.btn-booking button:focus {
    background: #FF0002;
    border-color: #FF0002;
    outline: none;
    box-shadow: none;
}

.title-dl {
    text-align: center;
}

.title-dl h2 {
    color: #F0914B;
    text-transform: uppercase;

    font-size: 40px;
    box-shadow: none;
}


.menu-feature-section {
    width: 100%;
    padding: 0;
    background: #ffffff;
}

.menu-feature-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.menu-card {
    width: 100%;
    text-align: center;
}

.menu-card__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.menu-card__title {
    margin: 20px 0 8px;
    font-family: "BT Beau Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #9f0406;
    text-align: center;
    text-transform: uppercase;
}

.menu-card__desc {
    max-width: 380px;
    margin: 0 auto;
    font-family: "BT Beau Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    text-align: center;
}

.menu-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 144px;
    min-height: 43px;
    margin-top: 14px;
    padding: 10px 30px;
    border-radius: 43px;
    background: #fce26c;
    font-family: "BT Beau Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #9f0406;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.menu-card__button:hover {
    background: #ffc233;
    transform: translateY(-2px);
}





.social-section {
    width: 100%;
}

.social-section__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.social-section__title {
    margin: 0;
    font-family: "Anton", Arial, sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.1;
    color: #fce26c;
    text-align: center;
    text-transform: uppercase;
}

.social-section__subtitle {
    margin: 24px 0 0;
    font-family: "BT Beau Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.social-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
    margin: 22px auto 0;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.social-item__title {
    margin: 0 0 16px;
    font-family: "BT Beau Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
}

.social-item__icon-link {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.social-item__icon-link:hover {
    transform: translateY(-4px);
    opacity: 0.9;
}

.social-item__icon {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.social-item__icon--tiktok {
    object-fit: cover;
}

.social-item__icon--youtube {
    object-fit: cover;
}

.social-item__button {
    margin: 20px auto 20px;
    padding: 10px;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fce26c;

    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.social-item__button h3 {

    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #9f0406;
}

.social-item__button:hover {
    background: #ffc233;
    transform: translateY(-3px);
}

.social-item__arrow {
    width: 14px;
    height: 8px;
    display: block;
    background-image: url("../images/down_link.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0px auto;
    cursor: pointer;
}

.social-item__arrow--up {
    margin-top: 13px;
}

.social-item__arrow--down {
    margin-top: 8px;
    transform: rotate(180deg);
}

.name-link a {
    display: none;
}

.name-link a:first-child {
    display: block;
}

.social-item__button.active {
    display: block;
}




.info-news {
    width: 100%;
    padding: 50px 0;


}

.info-video {
    padding: 30px 0;
}

.video-showcase {
    position: relative;
}

.video-showcase__grid {
    position: relative;
    max-width: 1010px;
    margin: 40px auto 0;
    z-index: 1;
}

.video-showcase__grid:after {
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    top: -70px;
    height: 50%;
    border: 2px solid #9F0406;
    border-radius: 20px;
    z-index: -1;
}

.video-card {
    position: relative;
    z-index: 99;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
    background: #2f2017;
}

.video-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 25%, rgba(0, 0, 0, 0.72) 100%);
    z-index: 1;
    pointer-events: none;
}

.video-card img {
    width: 100%;
    height: 100% !important;
    min-height: 100px;
    object-fit: cover;
}

.video-card--featured {
    min-height: 300px;
    border-radius: 16px;
}

.video-card--small {
    border-radius: 14px;
}

.video-card__content {
    position: absolute;
    right: 14px;
    bottom: 12px;
    left: 14px;
    z-index: 2;
}

.video-card__content_name {
    font-size: 15px;
    color: #333;
    text-align: center;
}

.video-card__title {
    display: block;
    font-size: 18px;

    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.88);
    color: #b31b17;
    transform: translate(-50%, -50%);
    transition: transform .25s ease, background-color .25s ease;
}

.video-card__play i {
    font-size: 16px;
    transform: translateX(1px);
}

.video-card__play--featured {
    width: 58px;
    height: 58px;
    background: #ef3340;
    color: #fff;
}

.video-card__play--featured i {
    font-size: 18px;
}

.video-card:hover .video-card__play {
    transform: translate(-50%, -50%) scale(1.08);
    background: #fce26c;
    color: #9f0406;
}



.newsnb-wrap {
    width: 100%;
}

.info-news .wrap-content {
    width: 100%;

    margin: 0 auto;
}

.home-news-video {
    --home-news-panel-height: 420px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.home-news-video__col {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}

.title-main--left {
    text-align: left;
}


.title-main--left h2,
.title-main--left p {
    text-align: left;
}

.newsnb--vertical {
    flex: 1;
    min-height: 0;
    padding: 2px;
}

.newsnb--vertical .splide__track {
    height: var(--home-news-panel-height) !important;
}

.home-news-card {
    padding: 10px;
    border: 1px solid rgba(109, 2, 1, .08);
    border-radius: 8px;
    background: #fff;
}

.home-news-card.news-side-item {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border-bottom: 0;
}

.home-news-card .news-side-photo {
    border-radius: 8px;
}

.home-video-player {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: var(--home-news-panel-height);
    padding: 14px;
    border: 1px solid rgba(109, 2, 1, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(49, 15, 8, .08);
}

.home-video-player__frame {
    position: relative;
    display: block;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
}

.home-video-player__thumb {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-video-player__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .18);
    transition: background .25s ease;
}

.home-video-player__play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: #fff;
    background: rgba(109, 2, 1, .88);
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.home-video-player__play i {
    margin-left: 4px;
    font-size: 24px;
}

.home-video-player__frame:hover .home-video-player__thumb {
    transform: scale(1.05);
}

.home-video-player__frame:hover::after {
    background: rgba(0, 0, 0, .28);
}

.home-video-player__title {
    margin: 14px 0 12px;
    color: #6d0201;

    font-size: 18px;
    line-height: 1.4;
}

.home-video-select {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(109, 2, 1, .18);
    border-radius: 8px;
    color: #333;
    background: #fff;

    outline: none;
}

.home-video-select:focus {
    border-color: rgba(109, 2, 1, .42);
    box-shadow: 0 0 0 3px rgba(109, 2, 1, .08);
}


/* Splide layout */
.newsnb .splide__track {
    overflow: hidden;
}

.newsnb .splide__list {
    align-items: stretch;
}

.newsnb .splide__slide {
    height: auto;
}

.grid-news {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 24px;
    align-items: stretch;
}

.grid-news .news-item {
    min-width: 0;
}

/* News item */
.news-item {
    width: 100%;
    height: 100%;
}

.news-item>a {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(109, 2, 1, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(49, 15, 8, .08);
    color: inherit;
    text-decoration: none;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.news-item>a:hover {
    border-color: rgba(109, 2, 1, .22);
    box-shadow: 0 16px 34px rgba(49, 15, 8, .13);
}

.news-item__pic {
    width: 100%;
    aspect-ratio: 400 / 300;
    overflow: hidden;
    background: #f7f2e6;
}

.news-item__pic .scale-img,
.news-item__pic .img-item-news {
    width: 100%;
    height: 100%;
}

.news-item__pic img,
.news-item__pic picture,
.news-item__pic .w-100 {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news-item__info {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.news-item__info::before {
    display: none;
}

.news-item__name {

    font-size: 15px;
    line-height: 1.45;
    color: #2f2f2f;
    text-transform: uppercase;
    transition: color .25s ease;
}

.news-item__desc {
    color: #444;
}

.news-item__next {
    position: relative;
    display: inline-flex;
    width: fit-content;
    min-width: 120px;
    margin: 18px 0 0;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #197AD4;
    font-family: 'Arsenal-B', Arial, sans-serif;

    line-height: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease;
}

.news-item__next::before {
    display: none;
}

.news-item__next::after {
    display: none;
}

.news-item__next span {
    display: inline-block;
    margin-left: 8px;
    color: #fce26c;
    font-size: 18px;
    line-height: 1;
}

.news-item>a:hover .news-item__pic img {
    transform: scale(1.05);
}

.news-item__pic img {
    transition: transform 0.35s ease;
}

.news-item>a:hover .news-item__name {
    color: #197AD4;
}

.news-item>a:hover .news-item__next {
    background: #1565c0;
}

/* Canh khoảng cách 3 item giống Figma */

/* Tablet */


/* Mobile */





/* Menu quán */
.info-menu-main {
    padding: 30px 0px;
    background: #FFB200;
    background-size: cover;
    position: relative;
}

.f-flipbook {
    display: block;
    position: relative;
    background: url(../images/bg_book.png) no-repeat center;
    background-size: 100% 100%;
    max-width: 1083px;
    padding: 4% 5% 2% 5%;
    margin: 0px auto;
}

.f-flipbook .shadow {
    box-shadow: none !important;
}

.flipbook {
    margin: auto !important;
    max-width: 100%;
    overflow: hidden;
}

.f-flipbook button {
    position: absolute;
    top: 50%;
    border: none;
    background: transparent;
    width: 55px;
    height: 35px;
    z-index: 0;
}

.f-flipbook .turn-next {
    right: -60px;

}

.f-flipbook .turn-prev {
    left: -60px;
    transform: rotate(180deg);
}


.flipbook-viewport .page {
    width: 420px;
    height: 645px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 95% auto;
}

.page-wrapper {
    max-width: 420px;
    transition: all 0.5s;
}

/* .flipbook .page {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
} */

.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

.home-hero {
    position: relative;
    overflow: hidden;
    min-height: 899px;
    background:
        radial-gradient(circle at 55% 38%, rgba(255, 239, 214, 0.28) 0, rgba(255, 239, 214, 0.06) 18%, rgba(0, 0, 0, 0) 38%),
        linear-gradient(180deg, rgba(15, 10, 8, 0.55) 0%, rgba(15, 10, 8, 0.72) 100%),
        url("../images/bg_album.png") center center/cover no-repeat;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.45) 100%);
    pointer-events: none;
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-hero__overlay--dark {
    background: rgba(18, 10, 8, 0.34);
}

.home-hero__overlay--warm {
    background: radial-gradient(circle at 50% 55%, rgba(245, 201, 150, 0.32) 0%, rgba(245, 201, 150, 0.08) 20%, rgba(0, 0, 0, 0) 50%);
    mix-blend-mode: screen;
}

.home-hero__wrap {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: 28px;
    padding-top: 78px;
    padding-bottom: 64px;
}

.home-hero__content {
    max-width: 560px;
    color: #fef0df;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.25);
}

.home-hero__eyebrow {
    display: inline-block;
    margin: 0 0 14px;

    font-size: clamp(70px, 7vw, 115px);
    line-height: 0.9;
    background: linear-gradient(90deg, #fff0cb 0%, #d8a066 55%, #915633 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(-8px);
}

.home-hero__title {
    margin: 0;

    font-size: clamp(66px, 5.7vw, 96px);
    line-height: 0.96;
    color: #f4d0a4;
    text-transform: none;
    letter-spacing: 0.01em;
}

.home-hero__subtitle {
    margin: 14px 0 0;
    max-width: 460px;

    font-size: clamp(22px, 2.6vw, 38px);
    line-height: 1.12;
    color: #d9a57a;
    background: linear-gradient(90deg, #ffd59f 0%, #9b664d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.home-hero__button,
.home-hero__link {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.home-hero__button {
    background: #fce26c;
    color: #9f0406;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.home-hero__button:hover {
    background: #ffd233;
    transform: translateY(-2px);
    color: #8d0305;
}

.home-hero__link {
    border: 1px solid rgba(252, 226, 108, 0.55);
    color: #fff0cc;
    background: rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(4px);
}

.home-hero__link:hover {
    background: rgba(252, 226, 108, 0.14);
    transform: translateY(-2px);
    color: #fff;
}

.home-hero__visual {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero__frame {
    position: relative;
    z-index: 2;
    width: min(100%, 620px);
    aspect-ratio: 0.95 / 1;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.12);
}

.home-hero__image,
.home-hero__fallback {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.home-hero__fallback {
    background:
        radial-gradient(circle at 30% 30%, rgba(252, 226, 108, 0.35) 0 10%, transparent 28%),
        radial-gradient(circle at 60% 40%, rgba(255, 210, 176, 0.28) 0 12%, transparent 34%),
        linear-gradient(135deg, #6b3a22 0%, #2c1610 100%);
}

.home-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(0);
    pointer-events: none;
}

.home-hero__orb--one {
    width: 340px;
    height: 340px;
    left: 8%;
    top: 12%;
    background: radial-gradient(circle, rgba(236, 225, 201, 0.22) 0%, rgba(236, 225, 201, 0.08) 55%, rgba(236, 225, 201, 0) 72%);
    opacity: 0.7;
}

.home-hero__orb--two {
    width: 260px;
    height: 260px;
    right: 3%;
    bottom: 10%;
    background: radial-gradient(circle, rgba(255, 220, 177, 0.24) 0%, rgba(255, 220, 177, 0.08) 48%, rgba(255, 220, 177, 0) 72%);
    opacity: 0.75;
}

.home-hero__wrap,
.home-hero__content,
.home-hero__visual,
.home-hero__frame {
    min-width: 0;
}

.home-hero+.info-about {
    margin-top: 0;
}

.video-page {
    padding: 12px 0 34px;
}

.video-page .title-main {
    margin-bottom: 26px;
}

.video-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.video-list-card {
    display: block;
    height: 100%;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.video-list-card:hover {
    color: inherit;
    border-color: rgba(184, 32, 37, .24);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}

.video-list-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #f3f3f3;
    overflow: hidden;
}

.video-list-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.video-list-card:hover .video-list-card__media img {
    transform: scale(1.055);
}

.video-list-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, .46) 100%);
    pointer-events: none;
}

.video-list-card__play {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-list-card__play span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    background: #b82025;
    box-shadow: 0 10px 22px rgba(184, 32, 37, .34);
    transition: transform .25s ease, background .25s ease;
}

.video-list-card:hover .video-list-card__play span {
    background: #94171b;
    transform: scale(1.08);
}

.video-list-card__body {
    padding: 14px 16px 16px;
}

.video-list-card__title {
    min-height: 48px;
    margin: 0;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.video-list-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: #777;

}

.video-empty {
    padding: 26px 20px;
    border: 1px dashed rgba(0, 0, 0, .16);
    border-radius: 8px;
    color: #555;
    text-align: center;
    background: #fafafa;
}

.menu-page {
    padding: 16px 0 42px;
}

.menu-page__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.menu-page__eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #a87500;


    letter-spacing: 0;
    text-transform: uppercase;
}

.menu-page__sort {
    position: relative;
    flex: 0 0 auto;
}

.menu-page__sort-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(159, 4, 6, .18);
    border-radius: 8px;
    color: #2c2c2c;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .05);
    cursor: pointer;
}

.menu-page__sort-toggle strong {
    color: #9F0406;
    font-weight: 700;
}

.menu-page__sort-toggle i {
    color: #9F0406;
    font-size: 11px;
}

.menu-page__sort-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 20;
    min-width: 210px;
    padding: 8px;
    border: 1px solid rgba(159, 4, 6, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .12);
}

.menu-page__sort-panel p {
    margin: 0;
}

.menu-page__sort-panel a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
}

.menu-page__sort-panel a:hover,
.menu-page__sort-panel a.check {
    color: #9F0406;
    background: #fff4d0;
}

.menu-page__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
}

.menu-product-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.menu-product-card:hover {
    border-color: #9F0406;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}

.menu-product-card__link {
    display: block;
    color: inherit;
}

.menu-product-card__link:hover {
    color: inherit;
}

.menu-product-card__photo {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
}

.menu-product-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.menu-product-card:hover .menu-product-card__photo img {
    transform: scale(1.055);
}

.menu-product-card__badges {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    z-index: 6;
    pointer-events: none;
}

.menu-product-card__badge {
    display: inline-block;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.2px;
}

.menu-product-card__badge--discount {
    background: #e53935;
}

.menu-product-card__badge--out-of-stock {
    background: #2b2b2b;
}

.menu-product-card--out-of-stock .menu-product-card__photo img {
    opacity: 0.75;
}

.menu-product-card__body {
    padding: 10px 2px 2px;
    text-align: left;
}

.menu-product-card__name {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222222;
    text-transform: none;
    min-height: 38px;
}

.menu-product-card__price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    margin-top: 4px;
    align-content: center;
    justify-content: center;
}

.menu-product-card__price-top {
    display: flex;
    align-items: center;
    gap: 4px;
}

.menu-product-card__price-new {
    color: #9F0406;
    font-size: 16px;
    font-weight: 800;
}

.menu-product-card__price-sep {
    color: #777777;
    font-size: 13px;
}

.menu-product-card__price-label {
    color: #666666;
    font-size: 13px;
}

.menu-product-card__price-old {
    font-size: 13px;
    color: #999999;
    text-decoration: line-through;
}

.menu-product-card__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    color: #fff;
    background: #069E34;
    font-size: 12px;
    font-weight: 700;
}

.menu-product-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 12px 12px;
}

.menu-product-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    min-height: 40px;
    padding: 7px 9px;
    border: 1px solid #9F0406;
    border-radius: 7px;

    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.menu-product-card__btn--cart {
    color: #9F0406;
    background: #fff;
}

.menu-product-card__btn--buy {
    color: #fff;
    background: #9F0406;
}

.menu-product-card__btn:hover {
    transform: translateY(-1px);
}

.menu-product-card__btn--cart:hover {
    color: #fff;
    background: #9F0406;
}

.menu-product-card__btn--buy:hover {
    border-color: #fce26c;
    color: #9F0406;
    background: #fce26c;
}

.prodetail__stock-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
}

.prodetail__stock-badge--in {
    color: #15803d;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.prodetail__stock-badge--out {
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.menu-page__empty {
    padding: 26px 20px;
    border: 1px dashed rgba(0, 0, 0, .16);
    border-radius: 8px;
    color: #555;
    text-align: center;
    background: #fafafa;
}

.prodetail {
    padding: 16px 0 48px;
}

.prodetail__header {
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    margin-bottom: 32px;
}

.prodetail__gallery,
.prodetail__info {
    min-width: 0;
}

.prodetail__thumb {
    margin-bottom: 16px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .07);
}

.prodetail__thumb .splide__slide a {
    display: block;
    aspect-ratio: 1 / 1;
    background: #f7f7f7;
}

.prodetail__thumb img,
.product_nav_placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prodetail__nav .splide__slide {
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
}

.prodetail__nav .splide__slide.is-active {
    border-color: #9F0406 !important;
}

.product_nav_placeholder {
    aspect-ratio: 1 / 1;
    background: #f7f7f7;
}

.prodetail__info {
    padding: 32px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
}

.prodetail__title {
    margin: 0 0 16px;
    color: #197AD4;

    font-size: 32px;
    line-height: 1.25;
}

.prodetail__option {
    gap: 8px 12px;
    margin: 0 0 16px;
    color: #666;

}

.prodetail__option li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.prodetail__option li.line {
    color: #d7d7d7;
}

.prodetail__option label {
    margin: 0;
    color: #555;
}

.prodetail__option li span {
    color: #ff0000;
    font-weight: 700;
}

.prodetail__price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 16px 0 24px;
}

.prodetail__price-new {
    color: #ff0000;

    font-size: 25px;
    line-height: 1;
}

.prodetail__price-old {
    margin: 0;
    color: #8a8a8a;
    font-size: 16px;
    text-decoration: line-through;
}

.prodetail__price-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: #0c8f3b;

    font-weight: 700;
}

.prodetail__price-discount::before {
    display: none;
}

.prodetail__desc {
    margin: 0 0 24px;
    padding: 16px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    color: #555;
    background: #fafafa;
    line-height: 1.65;
}

.prodetail__actions {
    gap: 12px;
    margin: 24px 0;
}

.prodetail__btn {
    min-height: 48px;
    padding: 10px 16px;
    border-radius: 8px;
    border-width: 1px;


    box-shadow: none;
}

.prodetail__btn:hover {
    transform: translateY(-1px);
}

.prodetail__btn svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
}

.prodetail__btn--hotline {
    background: #ff0000;
    border-color: #ff0000;
}

.prodetail__btn--add {
    color: #ff0000;
    background: #fff;
    border-color: rgba(143, 3, 5, .28);
}

.prodetail__btn--buy {
    color: #ff0000;
    background: #fce26c;
    border-color: #fce26c;
}

.prodetail__btn--zalo {
    justify-content: center;
    background: #0068ff;
    border-color: #0068ff;
}

.prodetail__attribute {
    margin-bottom: 24px;
}

.prodetail__attribute-label,
.prodetail__qty-group label {
    color: #2b2b2b;

}

.prodetail__attribute-list {
    gap: 8px;
}



.prodetail__attribute-btn:hover {
    border-color: #ff0000;
}

.prodetail__attribute-btn.active {
    color: #ff0000;
    border-color: #ff0000;
    background: #fff4d0;
}

.prodetail__attribute-check {
    background: #ff0000;
}

.prodetail__qty-group {
    gap: 16px;
    margin: 24px 0;
}

.prodetail__qty-group label {
    margin: 0;
}

.prodetail__qty-control {
    border-color: #e6e6e6;
    border-radius: 8px;
}

.prodetail__qty-btn,
.prodetail__qty-input {
    width: 42px;
    height: 40px;
}

.prodetail__qty-btn {
    background: #fafafa;
}

.prodetail__qty-btn:hover {
    color: #ff0000;
    background: #fff4d0;
}

.prodetail__social {
    align-items: center;
    gap: 12px;
    margin: 24px 0 0;
    padding-top: 16px;
    border-top: 1px solid #ececec;
}

.prodetail__social-title {
    color: #555;
    font-weight: 700;
}

.prodetail__tabs {
    margin-top: 0;
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
}

.prodetail__tab-header {
    gap: 24px;
    margin-bottom: 24px;
    border-color: rgba(143, 3, 5, .16);
}

.prodetail__tab-header li {
    color: #444;

}

.prodetail__tab-header li.active {
    color: #ff0000;
}

.prodetail__tab-header li:after {
    background: #ff0000;
}

.prodetail__detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
    margin-top: 32px;
}

.prodetail__content-wrap {
    position: relative;
    max-height: 360px;
    overflow: hidden;
    transition: max-height .35s ease;
}

.prodetail__content-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 96px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 84%);
    pointer-events: none;
    transition: opacity .25s ease;
}

.prodetail__content-wrap.is-expanded {
    max-height: none;
}

.prodetail__content-wrap.is-expanded::after {
    opacity: 0;
}

.prodetail__content-action {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.prodetail__content-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(143, 3, 5, .2);
    border-radius: 999px;
    color: #ff0000;
    background: #fff4d0;


    cursor: pointer;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.prodetail__content-toggle:hover {
    color: #fff;
    border-color: #ff0000;
    background: #ff0000;
}

.prodetail__content-toggle i {
    font-size: 11px;
    transition: transform .2s ease;
}

.prodetail__content-toggle i.is-active {
    transform: rotate(180deg);
}

.prodetail__related {
    margin-top: 40px;
}

.prodetail__hot {
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
}

.prodetail__hot-title {
    margin: 0 0 14px;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 18px;

}

.prodetail__hot-list {
    display: grid;
    gap: 12px;
}

.prodetail-hot-slider {
    height: 478px;
}

.prodetail-hot-slider .splide__track {
    height: 100%;
}

.prodetail__hot-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
    color: #222;
}

.prodetail__hot-photo {
    display: block;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fff;
    aspect-ratio: 1;
}

.prodetail__hot-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.prodetail__hot-item:hover .prodetail__hot-photo img {
    transform: scale(1.06);
}

.prodetail__hot-info {
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0;
}

.prodetail__hot-name {
    color: #222;

    font-weight: 700;
    line-height: 1.35;
}

.prodetail__hot-item:hover .prodetail__hot-name {
    color: #ff0000;
}

.prodetail__hot-price {
    color: #ff0000;

    font-weight: 700;
}



.info-partner {
    padding: 30px 0;
    background: #fff;
}

.partner-slider {
    margin-top: 24px;
}

.partner-slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    padding: 16px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.partner-slider__item:hover {
    border-color: rgba(143, 3, 5, .22);
    background-color: #fffaf0;
    box-shadow: inset 0 0 0 1px rgba(143, 3, 5, .12);
}

.partner-slider__image {
    width: 100%;
    max-width: 220px;
    max-height: 110px;
    object-fit: contain;
}

/* Tags */
.info-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}

.info-tags a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.25s ease;
}

.info-tags a i {
    font-size: 13px;
    color: #f24c3e;
    transition: all 0.25s ease;
}

.info-tags a:hover {
    background: #f24c3e;
    border-color: #f24c3e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(242, 76, 62, 0.22);
}

.info-tags a:hover i {
    color: #fff;
}

@media (max-width: 575px) {
    .info-tags {
        gap: 6px;
    }

    .info-tags a {
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* Product list page filter sidebar and layout */
.product-layout {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.left-product {
    width: 260px;
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .03);
    align-self: start;
}

.right-product {
    flex: 1 1 auto;
    min-width: 0;
}

.sidebar-filter__title {
    font-size: 18px;

    font-weight: 700;
    color: #197AD4;
    border-bottom: 2px solid #197AD4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.sidebar-filter__mobile-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.sidebar-filter__mobile-header strong {
    font-size: 18px;
    color: #333;
}

.filter-close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-group {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.filter-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.filter-group__title {
    font-size: 15px;

    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.filter-group__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-item {
    display: flex;
    align-items: center;
}

.filter-item__label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    width: 100%;
    user-select: none;
}

.filter-item__label input {
    width: 18px;
    height: 18px;
    accent-color: #9F0406;
    cursor: pointer;
    flex-shrink: 0;
}

.filter-item__label span {
    transition: color 0.2s ease, font-weight 0.2s ease;
}

.filter-item__label input:checked+span {
    color: #9F0406;
    font-weight: 700;
}

.filter-mobile-btn-wrap {
    display: none;
    margin-bottom: 20px;
}

.filter-mobile-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #9F0406;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;

    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(159, 4, 6, 0.2);
    transition: transform 0.2s ease, background 0.2s ease;
}

.filter-mobile-btn:hover {
    background: #850305;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .product-layout {
        flex-direction: column;
        gap: 20px;
    }

    .left-product {
        position: fixed;
        left: -320px;
        top: 0;
        bottom: 0;
        width: 300px;
        z-index: 9999;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
        overflow-y: auto;
        transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .left-product.show {
        left: 0;
    }

    .sidebar-filter__mobile-header {
        display: flex;
    }

    .filter-mobile-btn-wrap {
        display: block;
    }
}

/* Search Suggest Dropdown */
.bean-header__search {
    position: relative;
    overflow: visible !important;
    /* Allow suggestions dropdown to show */
}

.bean-header__search-input {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}



.show-search {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(159, 4, 6, 0.15);
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    padding: 8px 0;
    display: none;
}

.box-search {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 16px;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.25s ease;
}

.box-search:last-child {
    border-bottom: none;
}

.box-search:hover {
    background-color: #fff8f8;
}

.pic-search {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.pic-search img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-item-search {
    flex: 1 1 auto;
    min-width: 0;
}

.ds-item-search .name-product {
    margin: 0 0 4px;
    font-size: 14px;

    font-weight: 700;
    line-height: 1.35;
}

.ds-item-search .name-product a {
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ds-item-search .name-product a:hover {
    color: #9F0406;
}

.price-product {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.price-product .price-new {
    color: #9F0406;
    font-weight: 700;
}

.price-product .price-old {
    color: #888;
    text-decoration: line-through;
}

.price-product .price-per {
    color: #069E34;
    font-weight: 700;
}

/* ===== HOMEPAGE PRICE FILTER BAR ===== */
.home-price-filter-wrap {
    padding: 18px 10px;
    background: #f5f5f5;
}

.home-price-filter-list {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-filter-price-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 6px;
    background: #197AD4;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    transition: background .2s;
    border: none;
    cursor: pointer;
}

.btn-filter-price-main:hover {
    background: #1565c0;
    color: #fff;
}

.btn-filter-price-main i {
    font-size: 16px;
}

.btn-filter-price-item {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    transition: all .2s;
    cursor: pointer;
}

.btn-filter-price-item:hover {
    border-color: #197AD4;
    color: #197AD4;
    background: #f0f7ff;
}

.btn-filter-price-item.active {
    border-color: #197AD4;
    color: #ffffff;
    background: #197AD4;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(25, 122, 212, 0.25);
}

/* ===== HOMEPAGE PRODUCT SECTION ===== */
.home-section-product {
    padding: 35px 0 20px;
}

.home-title-blue-wrap {
    text-align: center;
    margin-bottom: 25px;
}

.home-title-blue {
    font-size: 30px;
    font-weight: 700;
    color: #197AD4;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

.home-subtitle {
    font-size: 13px;
    color: #888;
    margin: 8px auto 0;
    max-width: 550px;
}

/* ===== PRODUCT GRID 5 COLUMNS ===== */
.product-grid-5,
.menu-page__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.product-grid-5__item {
    min-width: 0;
}

.product-grid-5 .menu-product-card,
.product-km-splide .menu-product-card,
.ajaxProduct .menu-product-card,
.menu-page__grid .menu-product-card {
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.product-grid-5 .menu-product-card:hover,
.product-km-splide .menu-product-card:hover,
.ajaxProduct .menu-product-card:hover,
.menu-page__grid .menu-product-card:hover {
    border-color: #197AD4;
    box-shadow: 0 6px 20px rgba(25, 122, 212, .12);
}

.product-grid-5 .menu-product-card__body,
.product-km-splide .menu-product-card__body,
.ajaxProduct .menu-product-card__body,
.menu-page__grid .menu-product-card__body {
    padding: 10px 5px 14px;
    text-align: left;
}

.product-grid-5 .menu-product-card__name,
.product-km-splide .menu-product-card__name,
.ajaxProduct .menu-product-card__name,
.menu-page__grid .menu-product-card__name {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5;
    min-height: 60px;
}

.product-grid-5 .menu-product-card__price,
.product-km-splide .menu-product-card__price,
.ajaxProduct .menu-product-card__price,
.menu-page__grid .menu-product-card__price {
    gap: 4px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.product-grid-5 .menu-product-card__price-new,
.product-km-splide .menu-product-card__price-new,
.ajaxProduct .menu-product-card__price-new,
.menu-page__grid .menu-product-card__price-new {
    font-size: 15px;
    font-weight: 700;
    color: #9F0406;
}

.menu-product-card__price-sep {
    color: #999;
    font-size: 13px;
}

.menu-product-card__price-label {
    color: #666;
    font-size: 13px;
}

.product-grid-5 .menu-product-card__price-old,
.product-km-splide .menu-product-card__price-old,
.ajaxProduct .menu-product-card__price-old,
.menu-page__grid .menu-product-card__price-old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

/* ===== VIEW ALL BUTTON ===== */
.home-view-more-wrap {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.btn-view-all-yellow {
    display: inline-block;
    padding: 10px 32px;
    border: 2px solid #FDD835;
    background: #FDD835;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all .25s;
}

.btn-view-all-yellow:hover {
    background: #197AD4;
    border: 2px solid #197AD4;
    color: #fff;
}

/* ===== RESPONSIVE PRODUCT GRID ===== */
@media (max-width: 1024px) {

    .product-grid-5,
    .menu-page__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {

    .product-grid-5,
    .menu-page__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .home-price-filter-list {
        gap: 8px;
    }

    .btn-filter-price-main {
        padding: 8px 16px;
        font-size: 13px;
    }

    .btn-filter-price-item {
        padding: 8px 14px;
        font-size: 13px;
    }

    .home-title-blue {
        font-size: 20px;
    }
}

@media (max-width: 480px) {

    .product-grid-5,
    .menu-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .home-price-filter-list {
        gap: 6px;
    }

    .btn-filter-price-item {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* ===== CATEGORY TAB BUTTONS ===== */
.info-news-splide .splide__track {
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-product-cats-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 18px;
}

.home-product-cats__link {
    display: none;
    align-items: center;
    padding: 9px 22px;
    border: 1.5px solid #c62828;
    border-radius: 999px;
    background: #fff;
    color: #c62828;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .22s ease;
    white-space: nowrap;
}

.home-product-cats__link:hover {
    background: #fbe9e7;
    border-color: #b71c1c;
    color: #b71c1c;
}

.home-product-cats__link.active {
    background: #c62828;
    border-color: #c62828;
    color: #fff;
    box-shadow: 0 3px 10px rgba(198, 40, 40, .25);
}

.home-product-result {
    margin-top: 20px;
}

/* ===== NEW FOOTER STYLES (Mockup Design) ===== */
.new-footer {
    background-color: #f1f3f7;
    padding-top: 45px;
    padding-bottom: 0;
    color: #334155;
    font-family: inherit;
}

.new-footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1.3fr 0.9fr 1.1fr;
    gap: 30px;
    align-items: start;
    margin-bottom: 40px;
}

/* Col 1: Intro */
.new-footer__col--intro {
    text-align: center;
}

.new-footer__logo {
    display: inline-block;
    margin-bottom: 15px;
}

.new-footer__logo-img,
.new-footer__logo img {
    max-width: 130px;
    height: auto;
    object-fit: contain;
}

.new-footer__intro-text {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.65;
    text-align: center;
}

.new-footer__intro-text p {
    margin-bottom: 10px;
}

.new-footer__intro-text p:last-child {
    margin-bottom: 0;
}

/* Col Headings */
.new-footer__heading {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

/* Col 2: Contact */
.new-footer__contact-info {
    font-size: 13.5px;
    color: #334155;
    line-height: 1.75;
    margin-bottom: 20px;
}

.new-footer__contact-info p {
    margin-bottom: 8px;
}

.new-footer__contact-info strong {
    color: #0f172a;
    font-weight: 700;
}

.new-footer__contact-info a {
    color: inherit;
    text-decoration: none;
}

.new-footer__contact-info a:hover {
    color: #2563eb;
}

.new-footer__social-pills {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.social-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #bfdbfe;
    background-color: #eff6ff;
    color: #2563eb;
}

.social-pill i,
.social-pill .zalo-icon-text {
    font-size: 13px;
    font-weight: 700;
}

.social-pill:hover {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

/* Col 3: Policies */
.new-footer__policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-footer__policy-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.5;
}

.new-footer__policy-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #94a3b8;
    font-size: 14px;
}

.new-footer__policy-list a {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.new-footer__policy-list a:hover {
    color: #2563eb;
}

/* Col 4: Fanpage Card */
.fanpage-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    text-align: center;
}

.fanpage-card__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}

.fanpage-card__header i {
    font-size: 18px;
}

.fanpage-card__body {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f1f5f9;
    margin-bottom: 12px;
}

.fanpage-card__img,
.fanpage-card__body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.fanpage-card__body:hover .fanpage-card__img {
    transform: scale(1.05);
}

.fanpage-card__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 18px;
}

.fanpage-card__footer {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fanpage-card__footer:hover {
    color: #2563eb;
}

/* Bottom Copyright Bar */
.new-footer__copyright {
    background: linear-gradient(180deg, #d8dcdb 0%, #c3c8c7 100%);
    padding: 14px 0;
    text-align: center;
    font-size: 13.5px;
    color: #334155;
    border-top: 1px solid #cbd5e1;
}

.new-footer__copyright strong {
    color: #0f172a;
    font-weight: 700;
}

/* PRODETAIL PROMOTION BANNER */
.prodetail__promotion {
    margin-top: 15px;
    margin-bottom: 20px;
    background: #fdfbf7;
    border: 1px solid #fae8d4;
    border-radius: 8px;
    overflow: hidden;
}

.prodetail__promotion-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    background: #fff8ee;
    border-bottom: 1px dashed #fad7b5;
    color: #e11d48;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prodetail__promotion-title svg {
    flex-shrink: 0;
}

.prodetail__promotion-content {
    padding: 15px 18px;
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
}

/* ===== HEADER FILTER DROPDOWN ===== */
.btn-header-filter-wrap {
    position: relative;
    display: inline-block;
}

.header-filter-dropdown {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    width: 270px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    display: none;
    text-align: left;
}

.header-filter-dropdown.is-open {
    display: block;
}

.header-filter-dropdown__body {
    max-height: 330px;
    overflow-y: auto;
    padding: 16px;
}

.header-filter-group {
    margin-bottom: 16px;
}

.header-filter-group:last-child {
    margin-bottom: 0;
}

.header-filter-group__title {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.header-filter-group__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.header-filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #374151;
    cursor: pointer;
    user-select: none;
}

.header-filter-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #f95729;
    cursor: pointer;
    flex-shrink: 0;
}

.header-filter-item span {
    line-height: 1.35;
}

.header-filter-dropdown__footer {
    padding: 12px 16px 16px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-header-filter-submit {
    display: block;
    width: 100%;
    padding: 11px 0;
    background: #f95729;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s ease;
}

.btn-header-filter-submit:hover {
    background: #e04417;
}

/* ==========================================================================
   HERO VIDEO SLIDER & TRANSPARENT HEADER OVERLAY
   ========================================================================== */
.hero-slider-wrap {
    position: relative;
    width: 100%;
    min-height: 85vh;
    height: 85vh;
    overflow: hidden;
    background: #001224;
}

.hero-splide,
.hero-splide .splide__track,
.hero-splide .splide__list,
.hero-slide-item {
    height: 100%;
    width: 100%;
}

.hero-slide-item {
    position: relative;
    display: flex;
    align-items: center;
}

.hero-media-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-video,
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(100deg, rgba(1, 45, 95, 0.82) 0%, rgba(1, 35, 75, 0.6) 45%, rgba(0, 0, 0, 0.25) 100%);
}

.hero-content-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 80px;
}

.hero-body {
    max-width: 680px;
    color: #ffffff;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 25px;
}

.hero-badge-icon {
    color: #FFC107;
    font-size: 14px;
}

.hero-title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-family: var(--font-main), sans-serif;
}

.hero-title-white {
    color: #ffffff;
    display: block;
}

.hero-title-orange {
    color: #F5AD19;
    display: block;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
    max-width: 580px;
    font-weight: 500;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: #0182DD;
    border-color: #0182DD;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(1, 130, 221, 0.4);
}

.hero-scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-scroll-down:hover {
    color: #ffffff;
}

.hero-scroll-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

.hero-scroll-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.hero-scroll-down:hover .hero-scroll-icon {
    background: #FF9900;
    border-color: #FF9900;
    color: #ffffff;
    transform: translateY(3px);
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-desc {
        font-size: 15px;
    }

    .hero-slider-wrap {
        min-height: 70vh;
        height: 70vh;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-scroll-down {
        left: 20px;
        bottom: 20px;
    }
}

/* ==========================================================================
   TRANSPARENT HEADER OVERLAY OVER VIDEO SLIDER
   ========================================================================== */
.header-wrap.bean-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
}

.header-wrap-in {
    position: relative;
    background: #001e3c;
}

.bean-header__main {
    background: transparent;
}

.bean-header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 20px;
}

.bean-header__logo-wrap {
    flex-shrink: 0;
}

.bean-header__logo img {
    max-height: 52px;
    width: auto;
    object-fit: contain;
}

.bean-header__nav {
    display: flex;
    align-items: center;
}

.bean-header__menu {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bean-header__menu-item {
    position: relative;
}

.bean-header__menu-link {
    display: block;
    padding: 8px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.3px;
    position: relative;
    transition: color 0.25s ease;
    font-family: 'Mulish', sans-serif;
}

.bean-header__menu-link:hover,
.bean-header__menu-link.active {
    color: #F5AD19;
}

.bean-header__menu-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #F5AD19;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.bean-header__menu-link:hover::after,
.bean-header__menu-link.active::after {
    width: 100%;
}

.bean-header__lang-dropdown {
    position: relative;
    flex-shrink: 0;
}

.bean-header__lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 16px 5px 6px;
    border-radius: 50px;
    background: #0182DD;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(1, 130, 221, 0.35);
    transition: all 0.25s ease;
    font-family: 'Mulish', sans-serif;
}

.bean-header__lang-btn:hover {
    background: #006ec0;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(1, 130, 221, 0.45);
}

.lang-flag-circle {
    width: 26px;
    height: 26px !important;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}

.bean-header__lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 185px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    z-index: 120;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.bean-header__lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    color: #333333;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.bean-header__lang-option:hover,
.bean-header__lang-option.active {
    background: #f0f7ff;
    color: #0182DD;
}

@media (max-width: 1024px) {
    .bean-header__menu {
        gap: 18px;
    }

    .bean-header__menu-link {
        font-size: 13px;
    }
}

@media (max-width: 870px) {
    .bean-header__nav {
        display: none;
    }
}

/* ==========================================================================
   GLOBAL SHIPPING PARTNERS SECTION
   ========================================================================== */
.home-partner-section {
    padding: 50px 0 35px;
    background: #ffffff;
}

.home-partner-header {
    text-align: center;
    margin-bottom: 30px;
}

.home-partner-title {
    font-size: 20px;
    font-weight: 800;
    color: #5C728E;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0;
    font-family: 'Mulish', sans-serif;
}

.partner-splide {
    padding: 10px 0;
}

.partner-card {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 12px 20px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.partner-card:hover {
    border-color: #0182DD;
    box-shadow: 0 6px 20px rgba(1, 130, 221, 0.15);
    transform: translateY(-2px);
}

.partner-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.partner-img {
    max-width: 100%;
    max-height: 46px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-card:hover .partner-img {
    transform: scale(1.05);
}

.partner-grid-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.partner-grid-item {
    flex: 1 1 150px;
    max-width: 190px;
}

/* ==========================================================================
   ABOUT WORLDLINK SECTION WITH YOUTUBE VIDEO
   ========================================================================== */
.home-about-section {
    padding: 60px 0;
    background: url(../images/bk_gioithieu.png) no-repeat center center;
    background-size: cover;
    font-family: 'Mulish', sans-serif;
}

.about-grid {
    display: flex;
    align-items: center;
    gap: 45px;
}

.about-left {
    flex: 1 1 50%;
    max-width: 50%;
}

.about-right {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    FONT-WEIGHT: 900;

    color: #113B6A;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-badge-line {
    display: inline-block;
    width: 24px;
    height: 3px;
    background: #F5AD19;
    border-radius: 2px;
}

.about-title {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.2;
    color: #0182DD;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.about-title .text-blue {
    color: #0182DD;
}

.about-quote-box {
    position: relative;
    padding: 14px 20px;
    padding-left: 24px;
    margin-bottom: 20px;
    background: #F8FAFC;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #334155;
    line-height: 1.5;
}

.about-quote-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #F5AD19;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.about-desc-text {
    font-size: 14.5px;
    color: #64748B;
    line-height: 1.65;
    margin-bottom: 25px;
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
    margin-bottom: 30px;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #1E293B;
}

.about-feature-item .check-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #F5AD19;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

.btn-about-story {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: 30px;
    background: #0182DD;
    color: #ffffff;
    font-weight: 700;
    font-size: 14.5px;
    box-shadow: 0 4px 15px rgba(1, 130, 221, 0.3);
}

.btn-about-story:hover {
    background: #006ec0;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(1, 130, 221, 0.4);
}

/* Right Media Gallery Layout */
.about-media-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-img-card,
.about-video-card {
    border-radius: 16px;
    overflow: hidden;
    height: 200px;
    background: #F1F5F9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.about-img-card:hover .about-img {
    transform: scale(1.04);
}

.about-youtube-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}

.about-media-bottom {
    border-radius: 16px;
    overflow: hidden;
    height: 220px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.about-img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.about-media-bottom:hover .about-img-full {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .about-grid {
        flex-direction: column;
    }

    .about-left,
    .about-right {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .about-title {
        font-size: 30px;
    }
}

/* ==========================================================================
   LOGISTICS ECOSYSTEM / TUYẾN VẬN CHUYỂN SECTION
   ========================================================================== */
.home-logistics-section {
    padding: 60px 0;
    background: #ffffff;
    font-family: 'Mulish', sans-serif;
}

.logistics-header {
    margin-bottom: 40px;
}

.logistics-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 800;
    color: #0D74BC;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.logistics-badge-line {
    display: inline-block;
    width: 24px;
    height: 3px;
    background: #F5AD19;
    border-radius: 2px;
}

.logistics-title {
    font-size: 45px;
    font-weight: 800;
    color: #113B6A;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.logistics-title .text-blue,
.logistics-banner-title .text-blue {
    color: #0182DD;
}

.logistics-subtitle {
    font-size: 15px;
    color: #64748B;
    margin: 0 auto;
    max-width: 600px;
}

/* Cards Grid */
.logistics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.logistics-card {
    position: relative;
    background: #ffffff;
    border: 1.5px solid #E5E7EB;
    border-radius: 16px;
    padding: 28px 24px 24px;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    cursor: pointer;
}

.logistics-card:hover {
    border-color: #0182DD;
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(1, 130, 221, 0.18);
}

.logistics-card.active {
    border-color: #0182DD;
    box-shadow: 0 10px 30px rgba(1, 130, 221, 0.15);
    background: #FAFCFF;
}

.logistics-card::before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(1, 130, 221, 0.05);
    z-index: 1;
    pointer-events: none;
    transition: transform 0.4s ease, background 0.4s ease;
}

.logistics-card:hover::before {
    transform: scale(1.4);
    background: rgba(1, 130, 221, 0.09);
}

.logistics-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.logistics-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #0182DD;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(1, 130, 221, 0.3);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease;
}

.logistics-card:hover .logistics-icon-box {
    transform: scale(1.08) rotate(-4deg);
    background: #006ec0;
    box-shadow: 0 6px 18px rgba(1, 130, 221, 0.45);
}

.logistics-icon-img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.logistics-number {
    font-size: 36px;
    font-weight: 900;
    color: #E2E8F0;
    line-height: 1;
    letter-spacing: -1px;
    transition: color 0.35s ease, transform 0.35s ease;
}

.logistics-card:hover .logistics-number {
    color: #0182DD;
    opacity: 0.7;
    transform: translateY(-2px);
}

.logistics-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #0F2A4A;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.logistics-card:hover .logistics-card-title {
    color: #0182DD;
}

.logistics-card-desc {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    min-height: 64px;
}

.logistics-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0182DD;
    font-size: 13.5px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    transition: all 0.25s ease;
}

.logistics-card-link i {
    transition: transform 0.3s ease;
}

.logistics-card:hover .logistics-card-link {
    color: #00569e;
}

.logistics-card:hover .logistics-card-link i {
    transform: translateX(5px);
}

/* Bottom Banner Box */
.logistics-banner-box {
    background: #F4F8FC;
    border: 1.5px solid #D0E3F7;
    border-radius: 16px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.logistics-banner-left {
    flex: 1;
}

.logistics-banner-title {
    font-size: 30px;
    font-weight: 800;
    color: #113B6A;
    margin-bottom: 12px;
}

.logistics-banner-desc {
    font-size: 14px;
    color: #64748B;
    line-height: 1.65;
    margin: 0;
}

.logistics-banner-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
}

.btn-logistics-hotline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 30px;
    background: #F5AD19;
    color: #0F2A4A;
    font-weight: 800;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(245, 173, 25, 0.4);
    letter-spacing: 0.3px;
}

.btn-logistics-hotline:hover {
    background: #e09b0e;
    color: #0F2A4A;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(245, 173, 25, 0.5);
}

.logistics-hotline-note {
    font-size: 12px;
    color: #64748B;
    text-align: center;
}

@media (max-width: 991px) {
    .logistics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .logistics-banner-box {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
}

@media (max-width: 575px) {
    .logistics-grid {
        grid-template-columns: 1fr;
    }

    .logistics-title {
        font-size: 28px;
    }
}

/* ==========================================================================
   VÌ SAO CHỌN WORLDLINK EXPRESS SECTION
   ========================================================================== */
.home-visao-section {
    padding: 70px 0;
    background: #ffffff;
    font-family: 'Mulish', sans-serif;
    overflow: hidden;
}

.visao-header {
    margin-bottom: 50px;
}

.visao-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 800;
    color: #0D74BC;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.visao-badge-line {
    display: inline-block;
    width: 24px;
    height: 3px;
    background: #F5AD19;
    border-radius: 2px;
}

.visao-title {
    font-size: 45px;
    font-weight: 800;
    color: #113B6A;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.visao-title .text-blue {
    color: #0182DD;
}

.visao-subtitle {
    font-size: 15px;
    color: #64748B;
    margin: 0 auto;
    max-width: 650px;
}

/* Orbital Container */
.visao-orbital-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 480px;
    padding: 20px 0;
}

/* Columns */
.visao-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
    z-index: 5;
}

.visao-column-left {
    align-items: flex-end;
}

.visao-column-right {
    align-items: flex-start;
}

.visao-column-left .item-pos-2 {
    right: 45px;
}

.visao-column-right .item-pos-2 {
    left: 45px;
}

/* Items */
.visao-item {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    transition: all 0.35s ease;
}

.visao-item:hover {
    transform: scale(1.04);
}

/* Position dots along orbital arc curve by varying line length */
.visao-item-left.item-pos-1 .visao-connect-line,
.visao-item-left.item-pos-3 .visao-connect-line,
.visao-item-right.item-pos-1 .visao-connect-line,
.visao-item-right.item-pos-3 .visao-connect-line {
    width: 120px;
}

.visao-item-left.item-pos-2 .visao-connect-line,
.visao-item-right.item-pos-2 .visao-connect-line {
    width: 55px;
}

.visao-item-title {
    font-size: 16px;
    font-weight: 800;
    color: #0F2A4A;
    white-space: nowrap;
}

.visao-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #93C5FD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #0182DD;
    box-shadow: 0 4px 18px rgba(1, 130, 221, 0.1);
    transition: all 0.35s ease;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.visao-item:hover .visao-icon-circle {
    border-color: #0182DD;
    background: #0182DD;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(1, 130, 221, 0.35);
}

.visao-icon-img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.visao-item:hover .visao-icon-circle img {
    filter: brightness(5);
}

/* Connecting Lines & Dots */
.visao-connect-line {
    display: inline-block;
    height: 1.5px;
    background: #BFDBFE;
    width: 45px;
    transition: width 0.3s ease;
}

.visao-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0182DD;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #0182DD;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.visao-item:hover .visao-dot {
    transform: scale(1.3);
}

/* Center Globe with Orbit Rings */
.visao-center-globe {
    position: relative;
    width: 440px;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visao-orbit-ring {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.visao-orbit-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0182DD;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #0182DD;
    z-index: 5;
}

.dot-top {
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.dot-bottom {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.ring-outer {
    width: 580px;
    height: 580px;

    animation: spinGlobeOrbit 90s linear infinite;
}

.ring-inner {
    width: 520px;
    height: 520px;
    border: 1.5px solid #D0E3F7;
}

@keyframes spinGlobeOrbit {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.visao-globe-img-wrapper {
    position: relative;
    z-index: 4;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 15px 35px rgba(1, 130, 221, 0.28));
    transition: filter 0.4s ease, transform 0.4s ease;
}

.visao-globe-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    animation: spinGlobe3D 35s linear infinite;
    will-change: transform;
}

.visao-globe-img-wrapper:hover {
    filter: drop-shadow(0 20px 45px rgba(1, 130, 221, 0.45));
    transform: scale(1.03);
}

@keyframes spinGlobe3D {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .visao-orbital-container {
        flex-direction: column;
        gap: 30px;
    }

    .visao-column {
        height: auto;
        gap: 20px;
    }

    .visao-column-left,
    .visao-column-right {
        align-items: center;
    }

    .visao-connect-line,
    .visao-dot {
        display: none;
    }

    .visao-center-globe {
        width: 320px;
        height: 320px;
    }

    .ring-outer,
    .ring-inner {
        display: none;
    }
}

/* ==========================================================================
   QUY TRÌNH GIAO HÀNG SECTION
   ========================================================================== */
.home-quytrinh-section {
    padding: 70px 0 90px;
    background: url(../images/bk_qt.png) no-repeat center center;
    background-size: cover;
    font-family: 'Mulish', sans-serif;
    position: relative;
    overflow: hidden;
}

.quytrinh-header {
    margin-bottom: 50px;
}

.quytrinh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 800;
    color: #0D74BC;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.quytrinh-badge-line {
    display: inline-block;
    width: 24px;
    height: 3px;
    background: #F5AD19;
    border-radius: 2px;
}

.quytrinh-title {
    font-size: 45px;
    font-weight: 800;
    color: #113B6A;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.quytrinh-title .text-blue {
    color: #0182DD;
}

.quytrinh-subtitle {
    font-size: 15px;
    color: #64748B;
    margin: 0 auto;
    max-width: 650px;
}

/* Grid & Step Items Layout */
.quytrinh-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    position: relative;
    margin-top: 20px;
    align-items: start;
    min-height: 480px;
}

/* Zigzag Yellow Connection Line */
.quytrinh-svg-line {
    position: absolute;
    top: 90px;
    left: 8%;
    width: 84%;
    height: 120px;
    z-index: 1;
    pointer-events: none;
}

.quytrinh-grid::before {
    content: '';
    position: absolute;
    top: 135px;
    left: 8%;
    right: 8%;
    height: 130px;
    background: url(../images/line_qt.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.85;
}

.quytrinh-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: transform 0.35s ease;
}

.quytrinh-item.item-top {
    margin-top: 0;
}

.quytrinh-item.item-bottom {
    margin-top: 70px;
}

.quytrinh-item:hover {
    transform: translateY(-6px);
}

.quytrinh-number {
    position: relative;
    top: 40px;
    font-size: 38px;
    font-weight: 900;
    color: #0182DD;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: -1px;
    align-self: flex-start;
    padding-left: 10px;
}

/* Media Box with Icon & Pedestal Background (bk_quytrinh.png) */
.quytrinh-media-box {
    width: 100%;
    max-width: 190px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 50px;
}

.quytrinh-icon-img {
    max-width: 130px;
    max-height: 110px;
    object-fit: contain;
    position: relative;
    z-index: 3;
    transition: transform 0.35s ease;
    margin-bottom: 8px;
}

.quytrinh-item:hover .quytrinh-icon-img {
    transform: scale(1.06);
}

.quytrinh-pedestal-bg {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 195px;
    background: url(../images/bk_quytrinh.png) no-repeat center bottom;
    background-size: contain;
    z-index: 1;
}

.quytrinh-item-title {
    font-size: 16px;
    font-weight: 800;
    color: #0F2A4A;
    line-height: 1.35;
    margin-bottom: 8px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quytrinh-item-line {
    display: block;
    width: 30px;
    height: 3px;
    background: #F5AD19;
    border-radius: 2px;
    margin: 4px auto 14px;
}

.quytrinh-item-desc {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
}

/* Responsive quytrinh */
@media (max-width: 1199px) {
    .quytrinh-grid {
        gap: 15px;
    }

    .quytrinh-item-title {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .home-quytrinh-section {
        padding: 50px 0;
    }

    .quytrinh-title {
        font-size: 26px;
    }

    .quytrinh-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 10px 5px 25px;
        margin-top: 10px;
        min-height: auto;
        scrollbar-width: thin;
        scrollbar-color: #0182DD #F1F5F9;
    }

    .quytrinh-grid::-webkit-scrollbar {
        height: 5px;
    }

    .quytrinh-grid::-webkit-scrollbar-track {
        background: #F1F5F9;
        border-radius: 10px;
    }

    .quytrinh-grid::-webkit-scrollbar-thumb {
        background: #0182DD;
        border-radius: 10px;
    }

    .quytrinh-grid::before,
    .quytrinh-svg-line {
        display: none !important;
    }

    .quytrinh-item {
        flex: 0 0 270px;
        width: 270px;
        max-width: 82vw;
        scroll-snap-align: center;
        background: #FFFFFF;
        padding: 22px 18px 20px;
        border-radius: 20px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
        border: 1px solid #F1F5F9;
    }

    .quytrinh-item.item-bottom,
    .quytrinh-item.item-top {
        margin-top: 0;
    }

    .quytrinh-number {
        top: 0;
        align-self: center;
        padding-left: 0;
        font-size: 32px;
        margin-bottom: 0;
    }

    .quytrinh-media-box {
        margin-bottom: 20px;
        height: 130px;
    }

    .quytrinh-pedestal-bg {
        bottom: -35px;
        height: 140px;
    }

    .quytrinh-item-title {
        min-height: auto;
        font-size: 15.5px;
    }
}

@media (max-width: 575px) {
    .quytrinh-item {
        flex: 0 0 245px;
        width: 245px;
        padding: 18px 15px 16px;
    }

    .quytrinh-title {
        font-size: 22px;
    }
}

/* ==========================================================================
   BẢN ĐỒ KẾT NỐI LOGISTICS QUỐC TẾ SECTION
   ========================================================================== */
.home-bando-section {
    padding: 80px 0 90px;
    background: #081B34 url(../images/bk_bando.png) no-repeat center center;
    background-size: cover;
    font-family: 'Mulish', sans-serif;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.bando-header {
    margin-bottom: 50px;
}

.bando-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bando-badge-line {
    display: inline-block;
    width: 24px;
    height: 3px;
    background: #F5AD19;
    border-radius: 2px;
}

.bando-title {
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}

.bando-title .text-yellow,
.bando-title .text-blue {
    color: #F5AD19;
}

.bando-subtitle {
    font-size: 15px;
    color: #94A3B8;
    margin: 0 auto;
    max-width: 650px;
}

/* Main Grid */
.bando-content-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

/* Left World Map Canvas */
.bando-map-wrapper {
    flex: 1 1 60%;
    max-width: 60%;
    position: relative;
}

.bando-map-canvas {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bando-world-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.bando-map-img {
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.4));
    opacity: 0.88;
}

/* Interactive Pins */
.bando-pin {
    position: absolute;
    z-index: 10;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.bando-pin-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0182DD;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px rgba(1, 130, 221, 0.8);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.bando-pin-dot.dot-main,
.bando-pin.active .bando-pin-dot {
    background: #F5AD19;
    box-shadow: 0 0 14px rgba(245, 173, 25, 0.9);
    transform: scale(1.3);
}

.bando-pin-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1.5px solid #F5AD19;
    animation: pinPulse 2s infinite ease-out;
    pointer-events: none;
}

.bando-pin:not(.active) .bando-pin-pulse {
    border-color: #0182DD;
}

@keyframes pinPulse {
    0% {
        width: 12px;
        height: 12px;
        opacity: 1;
    }

    100% {
        width: 38px;
        height: 38px;
        opacity: 0;
    }
}

/* Right Detail Glass Card */
.bando-detail-card {
    flex: 1 1 40%;
    max-width: 460px;
    background: rgba(15, 34, 64, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 38px 34px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    transition: opacity 0.25s ease, transform 0.35s ease;
}

.bando-detail-card:hover {
    border-color: rgba(245, 173, 25, 0.35);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.bando-card-tag {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    background: #F5AD19;
    color: #0F2A4A;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 20px;
}

.bando-card-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.bando-title-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F5AD19;
    box-shadow: 0 0 8px rgba(245, 173, 25, 0.8);
    flex-shrink: 0;
}

.bando-card-title {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
}

.bando-card-desc {
    font-size: 14px;
    color: #CBD5E1;
    line-height: 1.65;
    margin-bottom: 28px;
}

.btn-bando-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border-radius: 30px;
    background: #F5AD19;
    color: #0F2A4A;
    font-weight: 800;
    font-size: 14.5px;
    box-shadow: 0 4px 15px rgba(245, 173, 25, 0.35);
}

.btn-bando-more:hover {
    background: #e09b0e;
    color: #0F2A4A;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(245, 173, 25, 0.5);
}

/* Responsive bando */
@media (max-width: 991px) {
    .bando-content-grid {
        flex-direction: column;
        gap: 35px;
    }

    .bando-map-wrapper,
    .bando-detail-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ==========================================================================
   TIN TỨC SỰ KIỆN SECTION
   ========================================================================== */
.info-news {
    padding: 85px 0 95px;
    background: #081B34 url(../images/bk_tintuc.png) no-repeat center center;
    background-size: cover;
    font-family: 'Mulish', sans-serif;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.info-news__header {
    margin-bottom: 50px;
    text-align: center;
}

.info-news__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.info-news__badge-line {
    width: 24px;
    height: 3px;
    background-color: #F5AD19;
    display: inline-block;
    border-radius: 2px;
}

.info-news__title {
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-news__title .text-yellow {
    color: #F5AD19;
}

.info-news__subtitle {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Card Layout */
.info-news-card {
    position: relative;
    height: 480px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #0B2545;
}

.info-news-card.active,
.info-news-card:hover {
    border: 2px solid #F5AD19;

    transform: translateY(-6px);
}

.info-news-card__image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}

.info-news-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.info-news-card:hover .info-news-card__img,
.info-news-card.active .info-news-card__img {
    transform: scale(1.08);
}

.info-news-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.splide__slide:nth-child(odd) .info-news-card__overlay,
.info-news-card:nth-child(odd) .info-news-card__overlay {
    background-image: url(../images/bk_x.png);
}

.splide__slide:nth-child(even) .info-news-card__overlay,
.info-news-card:nth-child(even) .info-news-card__overlay {
    background-image: url(../images/bk_v.png);
}

.info-news-card__body {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 20px 22px;
    pointer-events: none;
}

.info-news-card__body a {
    pointer-events: auto;
}

.info-news-card__top {
    text-align: center;
}

.info-news-card__title {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.45;
    letter-spacing: 0.5px;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.info-news-card__title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.info-news-card__title a:hover {
    color: #F5AD19;
}

.info-news-card__bottom {

    padding: 14px 16px;
    border-radius: 10px;
    text-align: center;

}

.info-news-card__desc {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991px) {
    .info-news-card {
        height: 430px;
    }
}

/* ==========================================================================
   FEEDBACK KHÁCH HÀNG SECTION
   ========================================================================== */
.home-feedback-section {
    padding: 85px 0 95px;
    background: #F4F8FC url(../images/feedback.png) no-repeat center center;
    background-size: cover;
    font-family: 'Mulish', sans-serif;
    position: relative;
    overflow: hidden;
}

.feedback-header {
    margin-bottom: 45px;
    text-align: center;
}

.feedback-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #0D74BC;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.feedback-badge-line {
    width: 24px;
    height: 3px;
    background-color: #F5AD19;
    display: inline-block;
    border-radius: 2px;
}

.feedback-title {
    font-size: 45px;
    font-weight: 800;
    color: #113B6A;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feedback-title .text-blue {
    color: #0072CE;
}

.feedback-subtitle {
    font-size: 14.5px;
    color: #64748B;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Fixed 5-Image Arch Gallery Grid */
.feedback-gallery-wrapper {
    margin: 45px 0 40px;
    position: relative;
    width: 100%;
}

.feedback-arch-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    align-items: center;
    width: 100%;
    -webkit-mask-image: url(../images/mask.png);
    mask-image: url(../images/mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}

.feedback-arch-item {
    position: relative;
    height: 360px;
    overflow: hidden;
    background: #0B2545;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.feedback-arch-item:hover {
    z-index: 5;
    filter: brightness(1.08);
}

.feedback-arch-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.feedback-arch-item:hover .feedback-arch-img {
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .home-feedback-section {
        padding: 50px 0;
    }

    .feedback-title {
        font-size: 26px;
    }

    .feedback-arch-grid {
        grid-template-columns: repeat(3, 1fr);
        -webkit-mask-image: none !important;
        mask-image: none !important;
        gap: 12px;
    }

    .feedback-arch-item {
        height: 240px;
        border-radius: 16px;
    }

    .feedback-arch-item.item-4,
    .feedback-arch-item.item-5 {
        display: none;
    }
}

@media (max-width: 576px) {
    .feedback-title {
        font-size: 22px;
    }

    .feedback-arch-grid {
        grid-template-columns: repeat(3, 1fr);
        -webkit-mask-image: none !important;
        mask-image: none !important;
        gap: 8px;
    }

    .feedback-arch-item {
        height: 160px;
        border-radius: 12px;
    }
}

/* Testimonial Box */
.feedback-testimonial-box {
    max-width: 720px;
    margin: 0 auto;
    transition: opacity 0.25s ease;
}

.feedback-quote-icon {
    font-size: 30px;
    color: #0072CE;
    margin-bottom: 10px;
    line-height: 1;
}

.feedback-stars {
    color: #F5AD19;
    font-size: 15px;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.feedback-quote-text {
    font-size: 15px;
    color: #334155;
    line-height: 1.7;
    font-weight: 500;
    margin: 0 auto 20px;
}

.feedback-author-name {
    font-size: 17px;
    font-weight: 800;
    color: #0072CE;
    margin: 0 0 5px;
}

.feedback-author-title {
    font-size: 13px;
    color: #64748B;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    .feedback-img-card {
        height: 280px;
    }

    .feedback-title {
        font-size: 30px;
    }
}

/* Feedback Testimonial Splide Pagination Dots */
.feedback-testimonial-splide .splide__pagination {
    position: relative;
    bottom: auto;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.feedback-testimonial-splide .splide__pagination__page {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CBD5E1;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.feedback-testimonial-splide .splide__pagination__page.is-active {
    width: 28px;
    border-radius: 10px;
    background: #0072CE;
    opacity: 1;
    transform: scale(1);
}

/* ==========================================================================
   CÂU HỎI THƯỜNG GẶP & CONTACT FORM SECTION
   ========================================================================== */
.home-faq-contact-section {
    padding: 85px 0 95px;
    background: #FFFFFF;
    font-family: 'Mulish', sans-serif;
    position: relative;
}

.faq-header {
    margin-bottom: 30px;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: #113B6A;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.faq-badge-line {
    width: 24px;
    height: 3px;
    background-color: #F5AD19;
    display: inline-block;
    border-radius: 2px;
}

.faq-title {
    font-size: 45px;
    font-weight: 800;
    color: #113B6A;
    margin: 0 0 14px;
    line-height: 1.25;
    letter-spacing: 0.3px;
}

.faq-title .text-blue {
    color: #0072CE;
}

.faq-subtitle {
    font-size: 14.5px;
    color: #64748B;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Accordion Styling */
.faq-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 25px;
}

.faq-accordion-item {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 16px 22px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.faq-accordion-item.active {
    border-color: #0072CE;
    box-shadow: 0 8px 25px rgba(0, 114, 206, 0.1);
}

.faq-accordion-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 15px;
}

.faq-accordion-title {
    font-size: 15px;
    font-weight: 700;
    color: #0B2545;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-accordion-item.active .faq-accordion-title {
    color: #0072CE;
}

.faq-accordion-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #F1F5F9;
    color: #0072CE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-accordion-item.active .faq-accordion-icon {
    background: #F5AD19;
    color: #FFFFFF;
}

.faq-accordion-body {
    padding-top: 12px;
    border-top: 1px dashed #E2E8F0;
    margin-top: 12px;
}

.faq-accordion-desc {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
}

/* Contact Form Card */
.home-contact-card {
    background: #1B5DB9 url(../images/bk_lienhe.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    padding: 36px 32px 32px;
    box-shadow: 0 15px 40px rgba(9, 43, 96, 0.25);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: 0 auto;
}

.home-contact-card__header {
    margin-bottom: 22px;
}

.home-contact-card__title {
    font-size: 23px;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.home-contact-card__subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.45;
    font-weight: 400;
}

.home-contact-input {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 12px !important;
    color: #FFFFFF !important;
    font-size: 13.5px !important;
    padding: 11px 16px !important;
    transition: all 0.3s ease !important;
}

.home-contact-input::placeholder {
    color: rgba(255, 255, 255, 0.72) !important;
}

.home-contact-input:focus {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: #F5AD19 !important;
    box-shadow: 0 0 0 0.2rem rgba(245, 173, 25, 0.3) !important;
}

textarea.home-contact-input {
    resize: none;
    min-height: 90px;
}

.home-contact-submit-btn {
    margin-top: 16px;
    width: 100%;
    padding: 14px 20px;
    background: #F5AD19;
    border: none;
    border-radius: 12px;
    color: #002D62;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(245, 173, 25, 0.35);
    transition: all 0.3s ease;
}

.home-contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(245, 173, 25, 0.5);
    background: #FFB82E;
}

@media (max-width: 991px) {
    .home-contact-card {
        padding: 28px 20px;
    }
}

/* ==========================================================================
   FOOTER STYLING
   ========================================================================== */
.wl-footer {
    background: #081B34 url(../images/bk_footer.png) no-repeat center center;
    background-size: cover;
    color: #FFFFFF;
    font-family: 'Mulish', sans-serif;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

.wl-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.wl-footer__brand {
    max-width: 460px;
}

.wl-footer__logo {
    display: inline-block;
    margin-bottom: 16px;
    text-decoration: none;
}

.wl-footer__logo-img {
    max-height: 65px;
    width: auto;
    object-fit: contain;
}

.wl-footer__logo-text {
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.wl-footer__logo-text span {
    color: #F5AD19;
}

.wl-footer__intro-text {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    margin: 0;
}

/* Top Right: Worktime & Socials */
.wl-footer__top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.wl-footer__worktime {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.wl-footer__worktime-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
}

.wl-footer__worktime-info {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.35;
}

.wl-footer__worktime-label {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.wl-footer__worktime-value {
    color: #FFFFFF;
    font-weight: 700;
}

.wl-footer__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wl-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.wl-social-btn--zalo {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

.wl-social-btn:hover {
    background: #F5AD19;
    color: #081B34;
    border-color: #F5AD19;
    transform: translateY(-3px);
}

/* Divider Line */
.wl-footer__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 35px 0 40px;
}

/* Bottom Grid 4 Columns */
.wl-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 50px;
}

.wl-footer__heading {
    font-size: 15px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.wl-footer__company-name {
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wl-footer__company-name .text-yellow {
    color: #F5AD19;
}

.wl-footer__info-list,
.wl-footer__link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wl-footer__info-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

.wl-footer__info-list li i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 3px;
    flex-shrink: 0;
}

.wl-footer__info-list a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s;
}

.wl-footer__info-list a:hover {
    color: #F5AD19;
}

.wl-footer__link-list li a {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    position: relative;
    padding-left: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.wl-footer__link-list li a::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.6);
}

.wl-footer__link-list li a:hover {
    color: #F5AD19;
    padding-left: 18px;
}

.wl-footer__link-list li a:hover::before {
    color: #F5AD19;
}

/* Copyright Bar */
.wl-footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.15);
}

.wl-footer__copyright strong {
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .wl-footer__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .wl-footer__top-right {
        align-items: flex-start;
    }

    .wl-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .wl-footer__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ==========================================================================
   HỆ THỐNG CHI NHÁNH BẢN ĐỒ SECTION
   ========================================================================== */
.home-branch-map-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #E2E8F0;
    font-family: 'Mulish', sans-serif;
}

.branch-map-tabs-overlay {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: auto;
}

.branch-map-tabs-container {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.branch-tab-btn {
    background: #112A46;
    color: #FFFFFF;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.branch-tab-btn.active,
.branch-tab-btn:hover {
    background: #F5AD19;
    color: #0B2545;
    box-shadow: 0 6px 18px rgba(245, 173, 25, 0.45);
    transform: translateY(-1px);
}

.branch-map-frames {
    position: relative;
    width: 100%;
    height: 480px;
}

.branch-map-panel {
    display: none;
    width: 100%;
    height: 100%;
}

.branch-map-panel.active {
    display: block;
}

.branch-map-panel iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

@media (max-width: 768px) {
    .branch-map-tabs-container {
        padding: 6px 8px;
        gap: 8px;
    }

    .branch-tab-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .branch-map-frames {
        height: 380px;
    }
}

/* ==========================================================================
   HEADER POSITIONING & SLIDER OVERLAY
   ========================================================================== */
/* Homepage: Header overlays top of slider */
.header-wrap:not(.header-wrap-in),
.bean-header:not(.header-wrap-in) {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    background: linear-gradient(180deg, rgba(8, 27, 52, 0.9) 0%, rgba(8, 27, 52, 0.45) 60%, rgba(8, 27, 52, 0) 100%) !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

/* Homepage Scrolled Sticky State */
.header-wrap:not(.header-wrap-in).is-sticky,
.bean-header:not(.header-wrap-in).is-sticky {
    position: fixed !important;
    top: 0 !important;
    background: #081B34 !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35) !important;
}

.bean-header.is-sticky .bean-header__body {
    min-height: 68px;
    padding: 6px 0;
    transition: all 0.3s ease;
}

/* Inner Page Header: Opaque & Sticky */
@media (min-width: 992px) {

    .header-wrap-in,
    .bean-header.header-wrap-in {
        position: sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
        background: #081B34 !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        margin-bottom: 0 !important;
        display: block !important;
    }

    .header-wrap-in .bean-header__main {
        background: #081B34 !important;
    }
}

/* Hero Content spacing for transparent header overlay */
.hero-content-wrap {
    padding-top: 110px;
}

/* Inner Page Breadcrumbs & Content Flow */
.breadCrumbs {
    background: #F8FAFC;
    padding: 14px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #E2E8F0;
    position: relative;
    z-index: 1;
}

.breadCrumbs .wrap-content {
    font-size: 13.5px;
    color: #64748B;
}

.breadCrumbs a {
    color: #0F172A;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadCrumbs a:hover {
    color: #F5AD19;
}

.breadCrumbs span,
.breadCrumbs i {
    margin: 0 6px;
    color: #94A3B8;
}

.header-wrap-in+.wrap-main,
.header-wrap-in+.breadCrumbs+.wrap-main,
.header-wrap-in+div+.wrap-main {
    position: relative;
    z-index: 1;
    min-height: 550px;
}

/* ==========================================================================
   HEADER DROPDOWN SUBMENU
   ========================================================================== */
.bean-header__menu-item {
    position: relative;
}

.bean-header__menu-item.has-dropdown:hover .bean-header__dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.bean-header__dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #081B34;
    border-radius: 12px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1005;
}

.bean-header__dropdown-menu li {
    margin: 0;
    padding: 0;
}

.bean-header__dropdown-menu li a {
    display: block;
    padding: 11px 20px;
    font-size: 13.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.bean-header__dropdown-menu li a:hover {
    color: #F5AD19;
    background: rgba(255, 255, 255, 0.06);
    padding-left: 24px;
}

/* ==========================================================================
   BRAND STORY PAGE STYLING
   ========================================================================== */
.brand-story-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #081B34;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.brand-story-divider {
    width: 80px;
    height: 4px;
    background: #F5AD19;
    margin: 0 auto;
    border-radius: 2px;
}

.brand-story-lead-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    font-weight: 500;
}

/* ==========================================================================
   KHỞI NGUỒN SECTION (CÂU CHUYỆN THƯƠNG HIỆU)
   ========================================================================== */
.brand-story-origin-section {
    background: #FFFFFF url(../images/cauchuyen/bk_gioithieu.png) no-repeat right center;
    background-size: auto 100%;
    padding: 85px 0 95px;
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: flex;
    align-items: center;
}

.origin-content-box {
    max-width: 480px;
    position: relative;
    z-index: 2;
}

.origin-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 800;
    color: #113B6A;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.origin-dash {
    width: 24px;
    height: 3px;
    background: #F5AD19;
    border-radius: 2px;
    display: inline-block;
}

.origin-title {
    font-size: 48px;
    font-weight: 800;
    color: #0182DD;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 16px;
    line-height: 1.1;
}

.origin-heading {
    font-size: 24px;
    font-weight: 800;
    color: #113B6A;
    line-height: 1.35;
    margin: 0 0 16px;
}

.origin-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #64748B;
    margin-bottom: 28px;
    max-width: 440px;
}

.origin-desc p {
    margin-bottom: 10px;
}

.origin-btn {
    display: inline-flex;
    align-items: center;
    padding: 13px 30px;
    background: linear-gradient(90deg, #0D74BC 0%, #06396B 100%);
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(13, 116, 188, 0.35);
    transition: all 0.3s ease;
}

.origin-btn:hover {
    background: linear-gradient(90deg, #06396B 0%, #0D74BC 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(13, 116, 188, 0.5);
    color: #FFFFFF !important;
}

@media (max-width: 1200px) {
    .brand-story-origin-section {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .brand-story-origin-section {
        background: #FFFFFF;
        padding: 50px 0;
        min-height: auto;
    }

    .origin-content-box {
        padding-left: 0;
    }
}

/* ==========================================================================
   THÁCH THỨC SECTION (CÂU CHUYỆN THƯƠNG HIỆU)
   ========================================================================== */
.brand-story-challenge-section {
    background: #F8FAFC url(../images/cauchuyen/bk_thachthuc.png) no-repeat center center;
    background-size: cover;
    padding: 95px 0 105px;
    position: relative;
    overflow: hidden;
}

.challenge-cards-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.challenge-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 35px 28px 40px;
    width: 275px;
    flex-shrink: 0;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
}

.challenge-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.challenge-card-title {
    text-align: center;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 25px;
    color: #0182DD;
}

.challenge-card-title span {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.challenge-card-title strong {
    display: block;
    font-size: 16.5px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

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

.challenge-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 16px;
}

.challenge-list li:last-child {
    margin-bottom: 0;
}

.challenge-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10.5px;
    color: #FFFFFF;
    flex-shrink: 0;
}

.challenge-icon.icon-red {
    background: #EF4444;
}

.challenge-icon.icon-blue {
    background: #0182DD;
}

.challenge-arrow-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0D74BC 0%, #06396B 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 8px 22px rgba(13, 116, 188, 0.4);
    z-index: 5;
    margin: 0 -14px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .challenge-cards-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .challenge-card {
        width: 100%;
        max-width: 320px;
    }

    .challenge-arrow-badge {
        transform: rotate(90deg);
        margin: -10px 0;
    }
}

/* ==========================================================================
   HÀNH TRÌNH PHÁT TRIỂN & GIÁ TRỊ CỐT LÕI SECTION
   ========================================================================== */
.brand-story-journey-section {
    background: #081B34 url(../images/cauchuyen/bk_hanhtrih.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0 110px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.text-yellow {
    color: #F5AD19 !important;
}

.dash-yellow {
    background: #F5AD19 !important;
}

.journey-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 12px 0 14px;
}

.journey-sub-heading {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.journey-outline-btn {
    display: inline-flex;
    align-items: center;
    padding: 11px 26px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    color: #FFFFFF !important;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.journey-outline-btn:hover {
    background: #F5AD19;
    border-color: #F5AD19;
    color: #081B34 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 173, 25, 0.4);
}

/* ROADMAP SVG TIMELINE GRAPH */
.journey-roadmap-wrap {
    position: relative;
    min-height: 200px;
    padding: 20px 0;
}

.roadmap-svg-line {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    pointer-events: none;
}

.roadmap-milestones {
    position: relative;
    z-index: 2;
    min-height: 180px;
}

.milestone-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform: translateX(-50%);
}

.milestone-item.node-1 {
    left: 8%;
    top: 75px;
}

.milestone-item.node-2 {
    left: 30%;
    top: 45px;
}

.milestone-item.node-3 {
    left: 52%;
    top: 60px;
}

.milestone-item.node-4 {
    left: 74%;
    top: 45px;
}

.milestone-item.node-5 {
    left: 92%;
    top: 15px;
}

.milestone-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #F5AD19;
    border: 3px solid #081B34;
    box-shadow: 0 0 0 3px rgba(245, 173, 25, 0.4);
    margin-bottom: 8px;
}

.milestone-dot.dot-glow {
    width: 20px;
    height: 20px;
    box-shadow: 0 0 15px #F5AD19, 0 0 0 4px rgba(245, 173, 25, 0.5);
}

.milestone-icon-floating {
    position: absolute;
    top: -24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.milestone-year {
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 4px;
}

.milestone-text {
    font-size: 12px;
    line-height: 1.35;
    color: #CBD5E1;
    font-weight: 500;
}

/* CORE VALUES GRID CARDS */
.core-values-title {
    font-size: 48px;
    font-weight: 800;
    margin: 8px 0 10px;
}

.core-values-subtext {
    font-size: 14px;
    color: #94A3B8;
    max-width: 600px;
    margin: 0 auto;
}

.core-value-card {
    background: rgba(14, 40, 74, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 30px 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.core-value-card:hover {
    background: rgba(21, 56, 102, 0.85);
    border-color: #F5AD19;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(8, 27, 52, 0.5);
}

.core-value-icon {
    font-size: 32px;
    color: #F5AD19;
    margin-bottom: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-icon-img {
    max-height: 38px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.core-value-code {
    font-size: 13px;
    font-weight: 900;
    color: #F5AD19;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.core-value-name {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.core-value-desc {
    font-size: 12px;
    line-height: 1.5;
    color: #94A3B8;
    margin: 0;
}

@media (max-width: 991px) {
    .brand-story-journey-section {
        padding: 50px 0;
    }

    .journey-main-title {
        font-size: 26px;
    }

    .journey-roadmap-wrap {
        margin-top: 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        scrollbar-width: thin;
        scrollbar-color: #F5AD19 #0F2A4A;
    }

    .journey-roadmap-wrap::-webkit-scrollbar {
        height: 5px;
    }

    .journey-roadmap-wrap::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }

    .journey-roadmap-wrap::-webkit-scrollbar-thumb {
        background: #F5AD19;
        border-radius: 10px;
    }

    .roadmap-svg-line {
        display: none !important;
    }

    .roadmap-milestones {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 16px !important;
        min-width: max-content !important;
        padding: 15px 5px !important;
        min-height: auto !important;
    }

    .milestone-item {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        flex: 0 0 170px !important;
        width: 170px !important;
        max-width: 70vw !important;
        scroll-snap-align: center;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        padding: 20px 14px 18px !important;
        border-radius: 16px !important;
        backdrop-filter: blur(8px);
    }

    .milestone-icon-floating {
        position: relative !important;
        top: auto !important;
        margin-bottom: 8px !important;
    }

    .milestone-year {
        font-size: 18px !important;
    }

    .milestone-text {
        font-size: 12px !important;
        white-space: normal !important;
        line-height: 1.35 !important;
    }

    /* Core Values Horizontal Slider on Mobile */
    .core-values-title {
        font-size: 24px;
    }

    .core-values-grid-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px !important;
        padding-bottom: 16px !important;
        padding-top: 8px !important;
        margin-top: 8px !important;
        scrollbar-width: thin;
        scrollbar-color: #F5AD19 #0F2A4A;
    }

    .core-values-grid-row::-webkit-scrollbar {
        height: 4px;
    }

    .core-values-grid-row::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }

    .core-values-grid-row::-webkit-scrollbar-thumb {
        background: #F5AD19;
        border-radius: 10px;
    }

    .core-values-grid-row>.col {
        flex: 0 0 170px !important;
        width: 170px !important;
        max-width: 55vw !important;
        scroll-snap-align: start;
    }

    .core-value-card {
        padding: 18px 12px;
        height: 100%;
        border-radius: 14px;
    }

    .core-value-icon {
        font-size: 24px;
        margin-bottom: 8px;
        height: 32px;
    }

    .core-value-code {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .core-value-name {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .core-value-desc {
        font-size: 11.5px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    .core-values-grid-row>.col {
        flex: 0 0 160px !important;
        width: 160px !important;
    }

    .core-values-title {
        font-size: 21px;
    }

    .milestone-item {
        flex: 0 0 145px !important;
        width: 145px !important;
        padding: 14px 10px 12px !important;
    }
}

/* ==========================================================================
   CON NGƯỜI WORLDLINK SECTION (CÂU CHUYỆN THƯƠNG HIỆU)
   ========================================================================== */
.worldlink-people-section {
    background: url(../images/bk_connguoi.png) no-repeat center center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.people-content-box {
    padding-right: 30px;
}

.people-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 800;
    color: #113B6A;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.people-dash {
    width: 30px;
    height: 3px;
    background: #1E3A8A;
    display: inline-block;
    border-radius: 2px;
}

.people-dash.dash-yellow {
    background: #DF9E1E !important;
}

.people-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #0182DD;
    line-height: 1.18;
    margin: 8px 0 16px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.people-sub-heading {
    font-size: 24px;
    font-weight: 800;
    color: #113B6A;
    line-height: 1.35;
    margin-bottom: 14px;
}

.people-description {
    font-size: 14.5px;
    line-height: 1.65;
    color: #64748B;
    margin-bottom: 26px;
    max-width: 440px;
}

.people-btn-primary,
.people-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 30px;
    background: linear-gradient(90deg, #0D74BC 0%, #06396B 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(13, 116, 188, 0.35);
    transition: all 0.3s ease;
}

.people-btn-primary:hover,
.people-outline-btn:hover {
    background: linear-gradient(90deg, #06396B 0%, #0D74BC 100%);
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(13, 116, 188, 0.5);
}

/* 5-PHOTO GRID LAYOUT (Matching design mock) */
.people-photo-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    height: 420px;
}

.people-photo-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    background: #E2E8F0;
}

.people-photo-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.people-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.people-photo-item:hover img {
    transform: scale(1.06);
}

/* 5 Photo Item Specific Positions */
/* Item 1: Tall vertical photo on left spanning 2 rows */
.people-photo-item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / span 2;
}

/* Item 2: Top middle photo */
.people-photo-item-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

/* Item 3: Top right photo */
.people-photo-item-3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

/* Item 4: Bottom middle photo */
.people-photo-item-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

/* Item 5: Bottom right photo */
.people-photo-item-5 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
    .people-main-title {
        font-size: 38px;
    }

    .people-photo-grid {
        height: 380px;
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .worldlink-people-section {
        padding: 40px 0;
    }

    .people-content-box {
        padding-right: 0;
        margin-bottom: 24px;
        text-align: center;
    }

    .people-subtitle {
        justify-content: center;
    }

    .people-main-title {
        font-size: 26px;
        margin: 6px 0 12px;
    }

    .people-sub-heading {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .people-description {
        max-width: 100%;
        font-size: 13.5px;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .people-photo-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px !important;
        height: auto !important;
        padding: 5px 2px 18px !important;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
        scrollbar-width: thin;
        scrollbar-color: #0D74BC #E2E8F0;
    }

    .people-photo-grid::-webkit-scrollbar {
        height: 4px;
    }

    .people-photo-grid::-webkit-scrollbar-track {
        background: #F1F5F9;
        border-radius: 10px;
    }

    .people-photo-grid::-webkit-scrollbar-thumb {
        background: #0D74BC;
        border-radius: 10px;
    }

    .people-photo-item {
        flex: 0 0 210px !important;
        width: 210px !important;
        max-width: 68vw !important;
        height: 155px !important;
        scroll-snap-align: start;
        grid-column: auto !important;
        grid-row: auto !important;
        border-radius: 16px !important;
    }

    .people-photo-item img {
        border-radius: 16px !important;
    }
}

@media (max-width: 576px) {
    .worldlink-people-section {
        padding: 35px 0;
    }

    .people-main-title {
        font-size: 22px;
    }

    .people-sub-heading {
        font-size: 15px;
    }

    .people-description {
        font-size: 13px;
    }

    .people-photo-item {
        flex: 0 0 180px !important;
        width: 180px !important;
        height: 140px !important;
    }

    .people-btn-primary,
    .people-outline-btn {
        width: 100%;
        padding: 12px 24px;
        font-size: 14px;
    }

    .people-photo-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .people-photo-item-1 {
        grid-column: 1;
        height: 220px;
    }

    .people-photo-item {
        height: 180px;
    }
}

/* ==========================================================================
   CON SỐ ẤN TƯỢNG SECTION (CÂU CHUYỆN THƯƠNG HIỆU)
   ========================================================================== */
.impressive-numbers-section {
    padding: 70px 0 80px;
    background: #FAFCFF;
    position: relative;
}

.impressive-numbers-title {
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    color: #2B76D2;
    margin-bottom: 50px;
    line-height: 1.3;
}

.impressive-numbers-title span {
    color: #F59E0B;
}

.impressive-numbers-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.impressive-number-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    border-right: 1px solid #E2E8F0;
}

.impressive-number-item:last-child {
    border-right: none;
}

.impressive-number-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.impressive-number-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.impressive-number-value {
    font-size: 34px;
    font-weight: 800;
    color: #1E3A67;
    line-height: 1.15;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.impressive-number-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #1E3A67;
    line-height: 1.4;
    max-width: 165px;
    margin: 0 auto;
}

/* Responsive styles */
@media (max-width: 991px) {
    .impressive-numbers-grid {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .impressive-number-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        border-right: none;
        border-bottom: 1px solid #E2E8F0;
        padding-bottom: 25px;
    }

    .impressive-numbers-title {
        font-size: 26px;
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .impressive-numbers-section {
        padding: 45px 0 50px;
    }

    .impressive-number-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .impressive-number-value {
        font-size: 28px;
    }

    .impressive-number-label {
        font-size: 12.5px;
    }

    .impressive-numbers-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   TẦM NHÌN & SỨ MỆNH SECTION (CÂU CHUYỆN THƯƠNG HIỆU)
   ========================================================================== */
.brand-story-vision-mission-section {
    position: relative;
    overflow: hidden;
}

.vision-mission-box {
    min-height: 490px;
    padding: 80px 60px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.vision-box {
    background-image: url(../images/cauchuyen/bk_tamnhin.png);
    background-color: #FFFFFF;
}

.mission-box {
    background-image: url(../images/cauchuyen/bk_sumenh.png);
    background-color: #081B34;
}

.vision-mission-content {
    max-width: 500px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.vision-box .vision-mission-content {
    margin-left: auto;
    padding-right: 20px;
}

.mission-box .vision-mission-content {
    margin-right: auto;
    padding-left: 20px;
}

.vm-title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 14px;
    line-height: 1.1;
}

.vm-title.text-blue {
    color: #113B6A;
}

.vm-heading {
    font-size: 22px;
    font-weight: 800;
    color: #113B6A;
    line-height: 1.35;
    margin: 0 0 16px;
}

.vm-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: #fff;
}

.vm-desc p {
    margin-bottom: 10px;
}

.text-light-slate {
    color: #CBD5E1 !important;
}



@media (max-width: 1199px) {
    .vision-mission-box {
        padding: 60px 40px;
        min-height: 420px;
    }

    .vm-title {
        font-size: 34px;
    }

    .vm-heading {
        font-size: 19px;
    }
}

@media (max-width: 991px) {

    .vision-box .vision-mission-content,
    .mission-box .vision-mission-content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .vision-mission-box {
        padding: 50px 25px;
        min-height: 360px;
    }

    .vm-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .vision-mission-box {
        padding: 40px 20px;
        min-height: auto;
    }

    .vm-title {
        font-size: 26px;
    }

    .vm-heading {
        font-size: 17px;
    }
}

/* ==========================================================================
   LỜI TRÍCH DẪN SECTION (CÂU CHUYỆN THƯƠNG HIỆU)
   ========================================================================== */
.brand-story-quote-section {
    background: #F5AD19 url(../images/cauchuyen/bk_trichdan.png) no-repeat center center;
    background-size: cover;
    padding: 70px 0;
    min-height: 280px;
    display: flex;
    align-items: center;
    position: relative;
}

.quote-content-box {
    max-width: 680px;
}

.origin-dash.dash-blue {
    background: #113B6A !important;
}

.quote-text {
    font-size: 25px;
    font-weight: 800;
    color: #113B6A;
    line-height: 1.45;
    margin: 14px 0 0;
}

.quote-img {
    max-height: 308px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .brand-story-quote-section {
        padding: 50px 0;
        min-height: auto;
    }

    .quote-text {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .brand-story-quote-section {
        padding: 40px 0;
    }

    .quote-text {
        font-size: 17px;
    }
}

/* ==========================================================================
   CTA BANNER SECTION (CÂU CHUYỆN THƯƠNG HIỆU)
   ========================================================================== */
.brand-story-cta-section {
    padding: 65px 0 75px;
}

.cta-banner-card {
    background: #11437C url(../images/cauchuyen/bk_dknt.png) no-repeat center center;
    background-size: cover;
    border-radius: 24px;
    padding: 45px 50px;
    color: #FFFFFF;
    box-shadow: 0 16px 45px rgba(17, 67, 124, 0.22);
    position: relative;
    overflow: hidden;
}

.cta-subtitle {
    font-size: 17px;
    font-weight: 900;
    color: #F5AD19;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.cta-title {
    font-size: 34px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.cta-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-weight: 400;
}

.cta-btn-yellow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    background: #F5AD19;
    color: #113B6A !important;
    font-size: 13px;
    font-weight: 800;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(245, 173, 25, 0.35);
    transition: all 0.3s ease;
}

.cta-btn-yellow:hover {
    background: #FFFFFF;
    color: #081B34 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.4);
}

.cta-hotline-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #11437C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.cta-hotline-num {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.cta-hotline-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.2;
    margin-top: 2px;
}

@media (max-width: 1199px) {
    .cta-banner-card {
        padding: 40px 35px;
    }

    .cta-title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .brand-story-cta-section {
        padding: 45px 0 55px;
    }

    .cta-banner-card {
        padding: 35px 25px;
    }

    .cta-actions-wrap {
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .brand-story-cta-section {
        padding: 35px 0 45px;
    }

    .cta-banner-card {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .cta-title {
        font-size: 18px;
    }

    .cta-desc {
        font-size: 12.5px;
    }

    .cta-actions-wrap {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .cta-btn-yellow {
        width: 100%;
    }
}

/* ==========================================================================
   GIẢI PHÁP VẬN CHUYỂN SECTION (TẦM NHÌN PAGE)
   ========================================================================== */
.shipping-solution-section {
    background: #153258;
    padding: 85px 0 100px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.solution-photos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    height: 490px;
    margin-bottom: -150px;
    position: relative;
    z-index: 5;
}

.solution-photo-item {
    position: relative;
    overflow: hidden;

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    transition: all 0.35s ease;
    background: #0B213F;
}

.solution-photo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
}

.solution-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.5s ease;
}

.solution-photo-item:hover img {
    transform: scale(1.06);
}

.solution-content-box {
    color: #FFFFFF;
}

.solution-main-title {
    font-size: 38px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.25;
    margin: 14px 0 22px;
    letter-spacing: -0.3px;
}

.solution-description {
    font-size: 14.5px;
    line-height: 1.7;
    color: #CBD5E1;
    margin-bottom: 26px;
}

.solution-description p {
    margin-bottom: 14px;
}

.solution-description p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   NĂNG LỰC VẬN HÀNH SECTION (TẦM NHÌN PAGE)
   ========================================================================== */
.operational-capability-section {
    background: #FFFFFF;
    padding: 140px 0 90px;
    position: relative;
    z-index: 0;
}

.capability-header .text-blue {
    color: #2B76D2 !important;
    font-weight: 800;
}

.capability-title {
    font-size: 45px;
    font-weight: 800;
    color: #113B6A;
    line-height: 1.2;
    margin: 10px 0 12px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}

.text-blue-highlight {
    color: #0182DD !important;
}

.capability-subtext {
    font-size: 15px;
    color: #6B7C93;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

.capability-body-wrap {
    position: relative;
    margin-top: 20px;
}

.central-globe-wrap {
    position: relative;
    display: inline-block;
}

.central-globe-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.capability-cards-column {
    display: flex;
    flex-direction: column;
}

.capability-card {
    background: #FFFFFF;
    border-radius: 24px 70px 24px 24px;
    padding: 24px 28px;
    box-shadow: 0 14px 40px rgba(17, 42, 80, 0.07);
    border: 1px solid rgba(226, 232, 240, 0.7);
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: all 0.35s ease;
}

.capability-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(17, 42, 80, 0.12);
    border-color: rgba(245, 173, 25, 0.6);
}

.capability-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F5AD19;
    color: #113B6A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    margin-top: 2px;
}

.capability-card-icon img {
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
}

.capability-card-title {
    font-size: 17.5px;
    font-weight: 800;
    color: #1E3A67;
    margin: 0 0 6px;
    line-height: 1.25;
}

.capability-card-desc {
    font-size: 13.5px;
    line-height: 1.5;
    color: #78889B;
    margin: 0;
}

@media (max-width: 1199px) {
    .solution-photos-grid {
        height: 410px;
        margin-bottom: -110px;
    }

    .operational-capability-section {
        padding-top: 110px;
    }

    .solution-main-title,
    .capability-title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .shipping-solution-section {
        padding: 60px 0;
    }

    .solution-photos-grid {
        height: 350px;
        margin-bottom: 0;
    }

    .operational-capability-section {
        padding-top: 60px;
    }

    .solution-content-box {
        padding-left: 0 !important;
        margin-top: 30px;
    }

    .solution-main-title,
    .capability-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .shipping-solution-section {
        padding: 45px 0;
    }

    .solution-photos-grid {
        height: 280px;
        gap: 8px;
    }

    .solution-main-title,
    .capability-title {
        font-size: 22px;
    }

    .solution-description,
    .capability-subtext {
        font-size: 13.5px;
    }

    .capability-card {
        padding: 18px 16px;
    }

    .capability-card-title {
        font-size: 14.5px;
    }
}

/* ==========================================================================
   GIÁ TRỊ HƯỚNG ĐẾN SECTION (TẦM NHÌN PAGE)
   ========================================================================== */
.target-values-section {
    background: #0B213F url(../images/tamnhin/bk_giatri.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0 110px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.target-values-glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    padding: 45px 35px 35px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    min-height: 440px;
    display: flex;
    align-items: flex-end;
}

.values-chart-bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
    height: 340px;
    gap: 16px;
}

.chart-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    flex: 1;
}

.bar-percent {
    font-size: 13.5px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.bar-fill {
    width: 100%;
    max-width: 55px;
    border-radius: 12px 12px 0 0;
    transition: height 1s ease;
}

.bar-1 .bar-fill {
    background: linear-gradient(180deg, #4299E1 0%, #2B6CB0 100%);
}

.bar-2 .bar-fill {
    background: linear-gradient(180deg, #3182CE 0%, #2C5282 100%);
}

.bar-3 .bar-fill {
    background: linear-gradient(180deg, #EDF2F7 0%, #CBD5E0 100%);
}

.bar-3 .bar-percent {
    color: #FFFFFF;
}

.bar-4 .bar-fill {
    background: linear-gradient(180deg, #F5AD19 0%, #D69E2E 100%);
}

.bar-4 .bar-percent {
    color: #F5AD19;
}

.bar-label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 14px;
    text-align: center;
    line-height: 1.3;
}

.target-values-title {
    font-size: 38px;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 10px 0 14px;
    letter-spacing: 0.5px;
}

.target-values-heading {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.35;
    margin-bottom: 14px;
}

.target-values-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: #CBD5E1;
    margin-bottom: 24px;
    max-width: 540px;
}

@media (max-width: 991px) {
    .target-values-section {
        padding: 60px 0;
    }

    .target-values-glass-card {
        padding: 30px 20px 25px;
        min-height: 360px;
    }

    .values-chart-bars {
        height: 280px;
    }

    .target-values-title {
        font-size: 30px;
    }

    .target-values-heading {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .target-values-section {
        padding: 45px 0;
    }

    .values-chart-bars {
        gap: 8px;
    }

    .bar-label {
        font-size: 10.5px;
    }

    .target-values-title {
        font-size: 24px;
    }
}

/* ==========================================================================
   MỤC TIÊU HƯỚNG ĐẾN SECTION (TẦM NHÌN PAGE)
   ========================================================================== */
.target-goals-section {
    background: #F8FAFC url(../images/tamnhin/bk_muctieu.png) no-repeat center center;
    background-size: cover;
    padding: 90px 0 110px;
    position: relative;
    overflow: hidden;
}

.goals-timeline-wrap {
    position: relative;
    padding: 20px 0;
    margin-top: 30px;
}

.goals-line-dashed {
    position: absolute;
    top: 184px;
    left: 7%;
    right: 7%;
    height: 0;
    border-top: 2px dashed #F5AD19;
    z-index: 1;
    opacity: 0.85;
}

.goals-nodes-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    position: relative;
    z-index: 2;
}

.goal-node-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.node-top-box {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
}

.node-dot-wrap {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 3;
}

.node-bottom-box {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 12px;
}

.node-dot {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(254, 240, 138, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 16px rgba(245, 173, 25, 0.25);
    transition: transform 0.3s ease;
}

.goal-node-item:hover .node-dot {
    transform: scale(1.15);
}

.node-dot::before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FFFFFF;
    display: block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.node-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #F5AD19;
}

.node-year {
    font-size: 34px;
    font-weight: 800;
    color: #2B76D2 !important;
    line-height: 1.1;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.node-title {
    font-size: 16.5px;
    font-weight: 800;
    color: #1E3A67;
    margin: 0 0 4px;
    line-height: 1.25;
}

.node-desc {
    font-size: 12.5px;
    line-height: 1.45;
    color: #64748B;
    margin: 0;
    max-width: 180px;
}

@media (max-width: 991px) {
    .target-goals-section {
        padding: 50px 0;
    }

    .goals-timeline-wrap {
        margin-top: 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        scrollbar-width: thin;
        scrollbar-color: #2B76D2 #E2E8F0;
    }

    .goals-timeline-wrap::-webkit-scrollbar {
        height: 4px;
    }

    .goals-timeline-wrap::-webkit-scrollbar-track {
        background: #F1F5F9;
        border-radius: 10px;
    }

    .goals-timeline-wrap::-webkit-scrollbar-thumb {
        background: #2B76D2;
        border-radius: 10px;
    }

    .goals-line-dashed {
        display: none !important;
    }

    .goals-nodes-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 16px !important;
        min-width: max-content !important;
        padding: 10px 5px !important;
        grid-template-columns: none !important;
    }

    .goal-node-item {
        flex: 0 0 200px !important;
        width: 200px !important;
        max-width: 65vw !important;
        scroll-snap-align: center;
        background: #FFFFFF;
        padding: 20px 14px;
        border-radius: 18px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
        border: 1px solid #F1F5F9;
    }

    .node-top-box,
    .node-bottom-box {
        min-height: auto;
        padding: 4px 0;
    }

    .node-dot-wrap {
        height: 32px;
        margin: 6px 0;
    }

    .node-year {
        font-size: 26px;
    }

    .node-title {
        font-size: 15px;
    }

    .node-desc {
        max-width: 100%;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .goal-node-item {
        flex: 0 0 175px !important;
        width: 175px !important;
        padding: 16px 12px;
    }

    .node-year {
        font-size: 22px;
    }

    .node-title {
        font-size: 14px;
    }
}

/* ==========================================================================
   YELLOW COUNTER BAR SECTION (TẦM NHÌN PAGE)
   ========================================================================== */
.yellow-counter-bar-section {
    background: #F5AD19;
    padding: 45px 0;
    color: #113B6A;
}

.yellow-counter-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}

.counter-item {
    text-align: center;
    padding: 10px 15px;
    position: relative;
}

.counter-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: rgba(17, 59, 106, 0.18);
}

.counter-number-wrap {
    line-height: 1.1;
    margin-bottom: 6px;
}

.counter-value {
    font-size: 40px;
    font-weight: 900;
    color: #113B6A;
    letter-spacing: -0.5px;
}

.counter-label {
    font-size: 13px;
    font-weight: 800;
    color: #113B6A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .yellow-counter-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 0;
    }

    .counter-item::after {
        display: none;
    }

    .counter-value {
        font-size: 32px;
    }

    .counter-label {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .yellow-counter-bar-section {
        padding: 30px 0;
    }

    .yellow-counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-value {
        font-size: 26px;
    }

    .counter-label {
        font-size: 11px;
    }
}

/* ==========================================================================
   TRỤ CỘT SỨ MỆNH SECTION (SỨ MỆNH PAGE)
   ========================================================================== */
.mission-pillars-section {
    background: #FAFCFF;
    padding: 80px 0 100px;
    position: relative;
}

.mission-main-banner {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(17, 42, 80, 0.12);
    max-height: 480px;
}

.mission-main-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 480px;
}

.mission-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pillar-card-item {
    background: #FFFFFF;
    border-radius: 24px 70px 24px 24px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(17, 42, 80, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.7);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.pillar-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(17, 42, 80, 0.15);
    border-color: rgba(245, 173, 25, 0.6);
}

.pillar-card-header {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.pillar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pillar-card-item:hover .pillar-img {
    transform: scale(1.08);
}

.pillar-number {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    letter-spacing: -1px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    user-select: none;
}

.pillar-card-body {
    padding: 38px 24px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pillar-icon-badge {
    position: absolute;
    top: -25px;
    left: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F5AD19;
    color: #113B6A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(245, 173, 25, 0.4);
    z-index: 5;
}

.pillar-title {
    font-size: 18px;
    font-weight: 800;
    color: #1E3A67;
    margin: 0 0 10px;
    line-height: 1.3;
}

.pillar-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: #78889B;
    margin-bottom: 22px;
    flex: 1;
}

.pillar-link {
    font-size: 13.5px;
    font-weight: 700;
    color: #2B76D2;
    text-decoration: none;
    transition: color 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.pillar-link:hover {
    color: #F5AD19;
}

@media (max-width: 1199px) {
    .mission-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .mission-pillars-section {
        padding: 50px 0;
    }

    .mission-pillars-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .mission-main-banner {
        border-radius: 16px;
        max-height: 280px;
    }
}

.mission-bottom-banner-full {
    width: 100%;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.mission-bottom-banner-full img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 650px;
}

/* ==========================================================================
   NĂNG LỰC THỰC THI SỨ MỆNH SECTION (SỨ MỆNH PAGE)
   ========================================================================== */
.execution-capability-section {
    background: #091D3C url(../images/bk_nangluc.png) no-repeat center center / cover;
    padding: 95px 0 115px;
    position: relative;
    overflow: hidden;
}

.text-blue-light {
    color: #60A5FA !important;
}

.text-gray-light {
    color: #CBD5E1 !important;
}

.execution-layout-grid {
    display: grid;
    grid-template-columns: 1fr 260px 1fr;
    gap: 30px;
    align-items: center;
    position: relative;
    margin-top: 50px;
}

.exec-connecting-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.exec-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.exec-card-glass {
    background: rgba(26, 48, 82, 0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px 75px 24px 24px;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    gap: 22px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.32);
    transition: all 0.35s ease;
}

.exec-column-right .exec-card-glass {
    border-radius: 75px 24px 24px 24px;
}

.exec-card-glass:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 173, 25, 0.6);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
    background: rgba(34, 62, 105, 0.88);
}

.exec-card-img {
    width: 120px;
    height: 140px;
    flex-shrink: 0;
    border-radius: 20px 55px 20px 20px;
    overflow: hidden;
}

.exec-column-right .exec-card-img {
    border-radius: 55px 20px 20px 20px;
}

.exec-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.exec-card-glass:hover .exec-card-img img {
    transform: scale(1.08);
}

.exec-card-info {
    flex: 1;
}

.exec-card-title {
    font-size: 17px;
    font-weight: 800;
    color: #F5AD19;
    margin: 0 0 6px;
    line-height: 1.3;
}

.exec-card-desc {
    font-size: 13px;
    line-height: 1.55;
    color: #B8C7DB;
    margin: 0;
}

.exec-center-badge-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.exec-center-badge {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 0 0 16px rgba(28, 70, 135, 0.45), 0 0 0 36px rgba(16, 42, 85, 0.3), 0 0 50px rgba(59, 130, 246, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    transition: transform 0.4s ease;
}

.exec-center-badge:hover {
    transform: scale(1.05);
}

.exec-badge-logo {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 8px;
}

.exec-badge-text-blue {
    font-size: 19px;
    font-weight: 800;
    color: #2B76D2;
    line-height: 1.1;
    letter-spacing: -0.3px;
}

.exec-badge-text-yellow {
    font-size: 19px;
    font-weight: 800;
    color: #F5AD19;
    line-height: 1.1;
    letter-spacing: -0.3px;
}

@media (max-width: 1199px) {
    .execution-layout-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .exec-connecting-svg {
        display: none;
    }

    .exec-center-badge-wrap {
        order: -1;
        margin-bottom: 20px;
    }

    .exec-column {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .execution-capability-section {
        padding: 60px 0;
    }

    .exec-card-glass {
        flex-direction: column;
        text-align: center;
    }

    .exec-card-img {
        width: 100%;
        height: 160px;
        border-radius: 20px;
    }

    .exec-center-badge {
        width: 180px;
        height: 180px;
        box-shadow: 0 0 0 10px rgba(28, 70, 135, 0.45), 0 0 0 20px rgba(16, 42, 85, 0.3);
    }

    .exec-badge-text-blue,
    .exec-badge-text-yellow {
        font-size: 16px;
    }
}

/* ==========================================================================
   CHỨNG NHẬN SECTION (SỨ MỆNH PAGE)
   ========================================================================== */
.certificates-section {
    background: #F8FAFC;
    padding: 90px 0 110px;
    position: relative;
}

.text-navy {
    color: #1E3A67 !important;
}

.text-gray {
    color: #64748B !important;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 45px;
}

.certificate-card-item {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 12px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: all 0.35s ease;
    display: flex;
}

.certificate-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    border-color: rgba(245, 173, 25, 0.5);
}

.certificate-card-inner {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    line-height: 0;
}

.certificate-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
    border-radius: 10px;
}

.certificate-card-item:hover .certificate-img {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .certificates-section {
        padding: 50px 0;
    }

    .certificates-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-top: 25px;
    }

    .certificate-card-item {
        padding: 8px;
        border-radius: 14px;
    }
}

@media (max-width: 576px) {
    .certificates-section {
        padding: 40px 0;
    }

    .certificates-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .certificate-card-item {
        padding: 6px;
        border-radius: 12px;
    }
}

/* ==========================================================================
   LỊCH SỬ HÌNH THÀNH SECTION (SỨ MỆNH PAGE)
   ========================================================================== */
.history-timeline-section {
    background: #F4F7FB url(../images/bk_lichsu.png) no-repeat center center / cover;
    padding: 90px 0 120px;
    position: relative;
    overflow: hidden;
}

.history-timeline-wrap {
    position: relative;
    margin-top: 60px;
    padding: 0;
}

.history-timeline-line {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 3px;
    background: linear-gradient(90deg, rgba(43, 118, 210, 0.2) 0%, #2B76D2 50%, rgba(43, 118, 210, 0.2) 100%);
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 2px;
}

.history-timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    position: relative;
    z-index: 2;
}

.history-timeline-item {
    position: relative;
    height: 300px;
    display: block;
}

.history-timeline-node {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(186, 230, 253, 0.65);
    box-shadow: 0 0 16px rgba(147, 197, 253, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.35s ease;
}

.history-timeline-item.item-top .history-item-content {
    position: absolute;
    bottom: calc(50% + 24px);
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 10px;
}

.history-timeline-item.item-bottom .history-item-content {
    position: absolute;
    top: calc(50% + 24px);
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 10px;
}

.node-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.node-dot::after {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2B76D2;
    transition: background 0.35s ease;
}

.history-timeline-item:hover .history-timeline-node {
    transform: translate(-50%, -50%) scale(1.18);
    background: rgba(254, 215, 170, 0.7);
    box-shadow: 0 0 20px rgba(245, 173, 25, 0.5);
}

.history-timeline-item:hover .node-dot::after {
    background: #F5AD19;
}

.history-item-content {
    width: 100%;
}

.history-item-year {
    font-size: 26px;
    font-weight: 800;
    color: #2B76D2;
    line-height: 1.1;
    margin-bottom: 6px;
}

.history-item-title {
    font-size: 15.5px;
    font-weight: 800;
    color: #1E3A67;
    margin: 0 0 6px;
    line-height: 1.3;
}

.history-item-desc {
    font-size: 12.5px;
    line-height: 1.5;
    color: #64748B;
    margin: 0;
}

@media (max-width: 991px) {
    .history-timeline-section {
        padding: 50px 0;
    }

    .history-timeline-wrap {
        margin-top: 25px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        scrollbar-width: thin;
        scrollbar-color: #2B76D2 #E2E8F0;
    }

    .history-timeline-wrap::-webkit-scrollbar {
        height: 4px;
    }

    .history-timeline-wrap::-webkit-scrollbar-track {
        background: #F1F5F9;
        border-radius: 10px;
    }

    .history-timeline-wrap::-webkit-scrollbar-thumb {
        background: #2B76D2;
        border-radius: 10px;
    }

    .history-timeline-line {
        display: none !important;
    }

    .history-timeline-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 16px !important;
        min-width: max-content !important;
        padding: 10px 5px !important;
        grid-template-columns: none !important;
    }

    .history-timeline-item {
        flex: 0 0 200px !important;
        width: 200px !important;
        max-width: 68vw !important;
        height: auto !important;
        scroll-snap-align: center;
        background: #FFFFFF;
        padding: 20px 16px;
        border-radius: 18px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
        border: 1px solid #F1F5F9;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .history-timeline-node {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        margin-bottom: 12px;
        width: 32px;
        height: 32px;
    }

    .history-timeline-item.item-top .history-item-content,
    .history-timeline-item.item-bottom .history-item-content {
        position: static !important;
        text-align: center;
        padding: 0;
    }

    .history-item-year {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .history-item-title {
        font-size: 14.5px;
        margin-bottom: 4px;
    }

    .history-item-desc {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .history-timeline-section {
        padding: 40px 0;
    }

    .history-timeline-item {
        flex: 0 0 175px !important;
        width: 175px !important;
        padding: 16px 12px;
    }

    .history-item-year {
        font-size: 22px;
    }

    .history-item-title {
        font-size: 14px;
    }
}