                        @import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700;800&display=swap');

.bg-primary.header {
  background-color: #1991c7;
}
.header {
  display: block;
}

.header .sub-header {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.75rem;
  height: 3rem;
  padding-right: 6.25rem;
}
.content-right .button.bg-blue:hover {
  border-radius: 6.25rem;
  border: 1.6px solid #f5f5f5;
  background: #e6b639;
  box-shadow: 0 0 0 2px #ffdca3, 0 0 4px 0 rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.header-main {
  background-color: white;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.06);
}
.header-content-main {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.header-content {
  height: 3.38rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.header-content .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  min-width: fit-content;
}
.text-imperial-script {
  width: 18.75rem;
  height: 3.27425rem;
}
.header-content .logo .icon-logo {
  width: 3.875rem;
  height: 4.20388rem;
}
.header-content .logo .text-logo {
  width: 15.88506rem;
  height: 2.01813rem;
  color: #1991c7;
}
.header-content .text-title {
   display: none;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: var(--Brand-Yellow, #fcca45);
  font-weight: 400;
}
.header-content .content-right {
  display: none;
  flex-shrink: 0;
  min-width: fit-content;
}
.header-content .button-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-header {
  display: none;
  position: relative;
  border-top: 0.5px solid var(--Black-20, rgba(22, 22, 22, 0.2));
}
.menu-header .menu-header_content .item .menu-sub-path:hover,
.menu-header .menu-header_content .item .active:hover ~ .menu-sub-path {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    visibility 0s 0s,
    opacity 0.3s ease,
    transform 0.3s ease;
}
.icon-dropdown_header{
  width: 1rem;
height: 1rem;
}
.icon-search-close{
  width: 2rem;
height: 2rem;
}
.menu-header .menu-header_content .item .menu-sub-path {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 1.25rem;
  padding-right: 2.5rem;
  padding-left: 6.25rem;
  padding-bottom: 1.25rem;
  background-color: white;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  color: #08354a;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition:
    visibility 0s 0.3s,
    opacity 0.3s ease,
    transform 0.3s ease;
}
.menu-sub-path__one {
  min-width: 22.75rem;
}
.menu-sub-path__one,
.menu-sub-path__two {
  padding-right: 1.88rem;
  border-right: 0.0375rem solid rgba(22, 22, 22, 0.2);
}
.menu-sub-path__two {
  min-width: 30rem;
}
.menu-sub-path__two,
.menu-sub-path__three {
  padding-left: 1.88rem;
}
.menu-sub-path__one--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-sub-path__one--item.active {
  background: rgba(25, 145, 199, 0.08);
}
.menu-sub-path__one--item:hover {
  background: rgba(25, 145, 199, 0.08);
}
.menu-sub-path__two-list {
  display: none;
}
.menu-sub-path__two-list.active {
  display: block;
}
.menu-sub-path__one--item svg {
  transform: rotate(-90deg);
}
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-header .menu-header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.19rem;
}
.menu-header .menu-header_content .item a {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--Text-Body-DarkBlue-100, #08354A);
  gap: 0.38rem;
  padding: 1rem;
  transition: all 0.5s;
}
.menu-header .menu-header_content .item:hover {
  background: rgba(25, 145, 199, 0.08);
  transition: all 0.5s;
}
.menu-header .menu-header_content .item a svg {
  width: 1rem;
  height: 1rem;
}
.menu-header .menu-header_content .item .title {
  line-height: 120%;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: -0.0175rem;
  color: var(--Text-Body-DarkBlue-100, #08354a);
}
.menu-header-mobile {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu-header-mobile .menu-header-mobile_header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 100;
  padding-top: 1.12rem;
  padding-bottom: 0.75rem;
}
.mycontainer_convert{
  margin-bottom: 0.75rem;
}
.menu-header-mobile .menu-header-mobile_header-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-header-mobile .menu-header-mobile_header-header .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.menu-header-mobile .menu-header-mobile_header-header .logo .logo-one {
  height: 42px !important;
}
.menu-header-mobile .menu-header-mobile_header-header .logo .logo-two {
  height: 24px;
  color: #1991c7;
}
.menu-header-mobile .menu-header-mobile_header-header .close {
  background-color: #e4ebf491 !important;
  height: 1.875rem !important;
  width: 1.875rem !important;
  padding: 0.56rem !important;
  border-radius: 62.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-header-mobile .menu-header-mobile_header-header .close svg {
  color: rgba(4, 24, 33, 0.6);
}
.search-header {
  position: relative;
}
.search-header .search-header__content {
  position: relative;
  background-color: #e4ebf491;
  border-radius: 62.5rem;
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.38rem;
}
.search-header .search-header__content .icon-search {
  width: 1.125rem;
  height: 1.125rem;
}
.search-header .search-header__content input {
  width: 100%;
  background-color: transparent;
  outline: none;
  font-size: 0.875rem;
}
.search-header .search-header__content .icon-close-sub {
  width: 1rem;
  height: 1rem;
  color: #9ca3af;
}

.reslut-search {
  position: absolute;
  top: 100%;
  left: -1rem;
  right: 0;
  margin-top: 0.5rem;
  background-color: white;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
}
.reslut-search .reslut-search_title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #08354a;
  margin-bottom: 0.5rem;
  line-height: 160%;
}
.reslut-search .reslut-search_item {
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

.reslut-search .reslut-search_item:hover {
  background-color: #f9fafb;
}

/* Mobile Search Dropdown - ở trên list_nav */
.mobile-search-dropdown {
  position: relative;
  margin-bottom: 0.75rem;
}

.mobile-search-dropdown__input-wrap {
  position: relative;
  background-color: rgba(228, 235, 244, 0.57);
  border-radius: 62.5rem;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.mobile-search-dropdown__icon {
  color: rgba(22, 22, 22, 0.5);
  flex-shrink: 0;
}

.mobile-search-dropdown__input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: rgba(22, 22, 22, 0.5);
  font-family: "Google Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.mobile-search-dropdown__input::placeholder {
  color: rgba(22, 22, 22, 0.5);
  font-family: "Google Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.mobile-search-dropdown__results {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  max-height: 70vh;
  overflow-y: auto;
}

.mobile-search-dropdown__results-content {
  padding: 1.2rem;
}

.mobile-search-dropdown__results-title {
  color: var(--Text-Body-DarkBlue-100, #08354A);
  font-family: "Google Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 1.4rem */
  letter-spacing: -0.00875rem;
  margin-bottom: 0.5rem;
}

.mobile-search-dropdown__results-item {
  color: var(--Text-Body-DarkBlue-100, #08354A);
  font-family: "Google Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.2rem */
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.mobile-search-dropdown__results-item:hover {
  background-color: #f9fafb;
}
.reslut-search_content-result {
  padding: 0.75rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

.reslut-search_content-result:hover {
  background-color: #f9fafb;
}
.pendding-search {
  position: relative;
  background-color: #e4ebf491;
  border-radius: 62.5rem;
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.38rem;
  margin-top: 0.62rem;
}
.pendding-search svg {
  width: 1.125rem;
  height: 1.125rem;
}
.menu-header-mobile-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 0.5rem;
  flex: 1;
}
.menu-header-mobile-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.menu-header-mobile-content__button {
  flex: 1;
  text-align: left;
  width: 100%;
  padding: 1rem !important;
  border-bottom: 0.4px solid rgba(0, 0, 0, 0.15) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.menu-header-mobile-content__button span {
  color: var(--Text-Body-DarkBlue-100, #08354A);
  font-family: "Google Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.00875rem;
}
.menu-header-mobile-content__link {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.menu-header-mobile-content__toggle {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
      height: 1.38rem;
  border: 0;
  background: transparent;
  flex-shrink: 0;
}
.header-menu-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #1991c714;
  gap: 0.62rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0897d8;
  padding: 1rem;
}
.header-menu-sub__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.header-menu-sub__button {
  flex: 1;
  text-align: left;
  width: 100%;
  padding: 1rem !important;
  border-bottom: 0.4px solid rgba(0, 0, 0, 0.15) !important;
}
.header-menu-sub__button-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 1.38rem;
  width: 100%;
}
.header-menu-sub__button-link {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  color: #08354a !important;
  text-decoration: none;
}
.header-menu-sub__button-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: #08354a;
  flex-shrink: 0;
}
.header-menu-sub__button-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #08354a !important;
}
.header-menu-sub__button-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.header-menu-sub__button.open .header-menu-sub__button-icon {
  transform: rotate(180deg);
}
.header-menu-sub__children {
  display: none;
  margin-top: 0.3125rem;
}
.header-menu-sub__button.open .header-menu-sub__children {
  display: block;
}

.button-menu-svg {
  width: 1.25rem;
  height: 1.25rem;
}
.bg-primary-d {
  border-radius: 6.25rem;
  border: 1.6px solid #f5f5f5;
  background: var(--Brand-Blue, #1991c7);
  box-shadow:
    0 0 0 2px #a3e2ff,
    0 0 4px 0 rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.icon_header_main {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 639px) {
  .header-content .button-menu {
    display: none !important;
  }
  
  .header-content-main {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .menu-header-mobile .menu-header-mobile_header-header .logo .logo-two {
    height: 32px;
  }
  .menu-header-mobile .menu-header-mobile_header-header .logo .logo-one {
    height: 62px !important;
  }
  .header,
  .header-content .text-title {
    display: block;
  }
  .header .sub-header {
    display: flex;
  }
  .header-content {
    height: 4.56rem;
  }
  .header-content .logo .icon-logo {
    width: 2.4375rem;
    height: 2.625rem;
  }
  .header-content .content-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
  }
  
  .header-content .content-right button {
      display: flex !important;
  }
  .menu-header {
    display: block;
    border-top: 0.5px solid var(--Black-20, rgba(22, 22, 22, 0.2));
  }
  .menu-header .menu-header_content {
    justify-content: center;
  }
}
.title_header-mobile{
   display: none;
}
@media (max-width: 638px) {
  .header .sub-header {
    display: none;
  }
  .menu-header-mobile .menu-header-mobile_header {

  padding-bottom: 0.62rem;
}
  .header-content .logo .text-logo {
    display: none;
  }
  .header-content .logo .icon-logo {
    width: 2.4375rem;
    height: 2.625rem;
  }
  .title_header-mobile {
    display: block;
    color: var(--Brand-Blue, #1991C7);
    font-family: Bitter;
    font-size: 1.26319rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .header-menu-sub__button {
    padding-top: 0.88rem !important;
    padding-bottom: 0.62rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .header-menu-sub__button-title {
    color: var(--Text-Body-DarkBlue-100, #08354A);
    font-family: "Google Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.00875rem;
  }
  .sub-item-mobile {
    color: var(--Text-Body-DarkBlue-100, #08354A);
    font-family: "Google Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 0.375rem 0;
    border: none;
    background: none;
    text-align: left;
    display: block;
    width: 100%;
  }
  .sub-item-mobile::before {
    display: none;
    content: none;
  }
}

.mobile-drawer-wrapper {
  position: fixed;
  inset: 0;
  z-index: 99999;
  visibility: hidden;
}

.header-content .button-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s ease;
  will-change: transform, opacity;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.06);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}


/* Đảm bảo header không bị lỗi z-index */
.header-sticky ~ * {
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .header-sticky {
    transition: none;
  }
}

/* Sticky logic */
.header-sticky.header-hidden {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  pointer-events: none;
}
/* Drawer Logic */
.mobile-drawer-wrapper {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
}

.mobile-drawer-wrapper.open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}

.mobile-drawer-wrapper.open .mobile-drawer-overlay {
  opacity: 1;
}

.menu-header-mobile {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-drawer-wrapper.open .menu-header-mobile {
  right: 0;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.button-text-anim {
  height: 1.2em;
  position: relative;
}

.text-main,
.text-hover {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.text-hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
}

.button:hover .text-main {
  transform: translateY(-130%);
  opacity: 0;
}

.button:hover .text-hover {
  transform: translateY(-100%);
  opacity: 1;
}
  .header-menu-sub__button-toggle {
       justify-content: right;}

/* Sticky & Drawer */


@media (max-width: 638px) {

   .mobile-search-dropdown {
    width: 100%;
    padding: 0 0.75rem;
    margin-bottom: 0.62rem;
  }

  

  .mobile-search-dropdown__button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem 0.75rem;
    border: none;
    border-radius: 62.5rem;
    background: rgba(228, 235, 244, 0.57);
    color: rgba(22, 22, 22, 0.5);
    text-align: left;
  }

  .mobile-search-dropdown__icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    margin-right: 0.375rem;
  }

  .mobile-search-dropdown__button span {
    color: var(--Text-Body-40, rgba(22, 22, 22, 0.50));

font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.25rem; /* 142.857% */
  }

  .mobile-menu-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .mobile-drawer-cta {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 2rem;
    padding: 0 0.75rem 1.5rem;
    gap: 0.75rem;
  }

  .mobile-drawer-cta__button {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 0.5rem;
    width: 100%;
    min-height: 2.8125rem;
    padding: 0.75rem 1.75rem;
    border-radius: 62.5rem;
    font-family: "Google Sans";
    font-size: 0.875rem;
    font-style: normal;
    line-height: 150%;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
  }

  .mobile-drawer-cta__button--primary {
    border: 1.2px solid #F5F5F5;
    background: var(--Brand-Blue, #1991C7);
    box-shadow: 0 0 0 1px #A3E2FF, 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.10);
    color: var(--Trng, #FFF);
    font-weight: 500;
  }

  .mobile-drawer-cta__button--secondary {
    border: 1px solid var(--Brand-Blue, #1991C7);
    background: #FFF;
    color: var(--Text-Title-Blue, #0897D8);
    font-weight: 400;
  }

  .mobile-drawer-cta__icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }

  .mobile-search-drawer {
    width: 100%;
    min-height: 100vh;
    background: #fff;
  }

  .mobile-search-drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
            padding: 1.12rem 1rem 1.25rem;

  }

  .mobile-search-drawer__back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
  
    border: none;
    border-radius: 50%;
    background: rgba(228, 235, 244, 0.57);
    color: #08354A;
  }

  .mobile-search-drawer__back svg {
    width: 1rem;
    height: 1rem;
  }

  .mobile-search-drawer__input-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem 0.75rem;
    width: 18.75rem;
    border-radius: 62.5rem;
    background: rgba(228, 235, 244, 0.57);
    color: var(--Text-Body-40, rgba(22, 22, 22, 0.50));

/* input/14-R-Placeholder */
font-family: "Google Sans";
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.25rem; /* 142.857% */
  }

  .mobile-search-drawer__icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    margin-right: 0.375rem;
    color: rgba(22, 22, 22, 0.5);
  }

  .mobile-search-drawer__input {
    width: 100%;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(22, 22, 22, 0.5);
    font-family: "Google Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .mobile-search-drawer__clear {
    display: none;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    padding: 0;
    border: none;
    background: transparent;
  }

  .mobile-search-drawer__clear svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .mobile-search-drawer__results {
    padding-left: 1rem;
    padding-right: 1rem;
    
  }

  .mobile-search-drawer__results-title {
    color: var(--Text-Body-DarkBlue-100, #08354A);
    font-family: "Google Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.00875rem;
    margin-bottom: 0.5rem;
  }

  .mobile-search-drawer__results-item {
    display: block;
    width: 100%;
    padding-bottom: 0.5rem ;
    border: none;
    background: transparent;
    text-align: left;
    color: var(--Text-Body-DarkBlue-100, #08354A);
    font-family: "Google Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}


@media (min-width: 39.9375rem) {
  .mobile-search-dropdown,
  #mobile-view-search {
    display: none !important;
  }
}

.search-desktop-btn {
  background: #e4ebf491;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
}

/* Desktop search wrapper */
.search-desktop-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.search-desktop-input-wrap {
  position: absolute;
  right: 3.25rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  width: 0;
  height: 2.75rem;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  border-radius: 62.5rem;
  background: rgba(228, 235, 244, 0.57);
  pointer-events: none;
  white-space: nowrap;
}

.search-desktop-input-wrap.open {
  display: flex;
  width: 13.3125rem;
  height: 2.75rem;
  padding: 0.75rem;
  align-items: center;
  gap: 0.375rem;
  opacity: 1;
  pointer-events: auto;
}

.search-desktop-input-icon {
  color: rgba(22, 22, 22, 0.5);
  flex-shrink: 0;
}

.search-desktop-input-wrap input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: rgba(22, 22, 22, 0.5);
  font-family: "Google Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.search-desktop-input-wrap input::placeholder {
  color: rgba(22, 22, 22, 0.5);
  font-family: "Google Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.sub-item-mobile {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  color: var(--Text-Body-DarkBlue-100, #08354A);
  text-decoration: none;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
}
.class-phone-header{
  gap: 0.38rem !important;
}

.content-right .button.bg-blue {
  border: 1.6px solid #f5f5f5 !important;
}

.sub-item-mobile:last-child {
  border-bottom: none;
}

/* Cấu trúc cho nút Back trong Sub-menu mobile */
#mobile-view-sub {
  transition: all 0.3s ease;
}

#mobile-sub-title {
  color: var(--Text-Title-Blue, #0897D8);
  font-family: "Google Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.00875rem;
}

.btn-lien-he {
  color: var(--Text-White, var(--White, #FFF)) !important;
  font-family: "Google Sans" !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
