:root {
    --color-primary: #0068b4;
}

/* An cac thanh phan v1 */
.UIDropdownMenu_menu2 {
    display: none;
}

.DropdownMenu {
        display:none !important;
}

.UISingleSearch_search_box_duoi_menu {
    display: none !important;
}


.UIClockSystem_clock {
    display: none;
}

.UISingleSearch_search_tren_menu {
    display: none !important;
}

/* An cac thanh phan v1 */

.UIHeaderControl{
}
.UIHeaderControl button {
        border: 0;
        background: none;
        cursor: pointer;
        font-family: inherit;
}
.UIHeaderControl a {
        text-decoration: none;
}
.UIHeaderControl .header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 40;
        border-bottom: 0;
        background: linear-gradient(180deg, rgba(44, 44, 44, 0.42) 0%, rgba(88, 88, 88, 0.32) 48%, rgb(255 255 255 / 17%) 100%);
        backdrop-filter: blur(1px);
        box-shadow: none;
}
.UIHeaderControl .dropdown-toggle >div {
        display: grid;
        place-content: center;
}
.UIHeaderControl .header.is-scrolled {
        background: linear-gradient(283deg, rgb(24 24 24 / 19%) 0%, rgb(36 44 56 / 65%) 52%, rgb(10 28 52 / 32%) 100%);
        background: var(--color-primary);
        ;
        backdrop-filter: blur(8px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.UIHeaderControl .main-header {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 20px;
        transition: 300ms all ease-in-out;
}
.UIHeaderControl .header.is-scrolled .main-header {
        padding: 5px 20px;
}
.UIHeaderControl .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        width: 100%;
}
.UIHeaderControl .left {
        flex: 0 0 auto;
        min-width: 0;
}
.UIHeaderControl .logo-section {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
        color: #ffffff;
        filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
        transition: opacity 0.2s ease;
}
.UIHeaderControl .logo-section:hover {
        opacity: 0.9;
}
.UIHeaderControl .logo-image {
        width: 66px;
        height: 66px;
        object-fit: contain;
        /* flex: 0 0 66px; */
        filter: brightness(0) invert(1);
}
.UIHeaderControl .header-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        min-width: 0;
}
.UIHeaderControl .header-subtitle {
        display: none;
}
.UIHeaderControl .header-main {
        color: #ffffff;
        font-family: "Merriweather", serif;
        font-size: 18px;
        font-weight: 800;
        line-height: 22px;
        letter-spacing: 0.72px;
        text-transform: uppercase;
        white-space: nowrap;
}
.UIHeaderControl .header-small {
        color: #ffffff;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        text-transform: none;
        white-space: nowrap;
}
.UIHeaderControl .header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
        min-width: 0;
        flex: 1 1 auto;
}
.UIHeaderControl .nav-pill {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        min-width: 0;
        padding: 14px 20px;
        border: 1px solid rgba(255, 255, 255, 0.04);
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(78, 78, 78, 0.12) 0%, rgba(1, 40, 91, 0.12) 100%);
}
.UIHeaderControl .desktop-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 1 auto;
        background: linear-gradient(180deg, rgba(78, 78, 78, 0.12) 0%, rgba(1, 40, 91, 0.12) 100%);
        border: 1px solid #ffffff2b;
        opacity: 1;
        gap: 24px;
        border-radius: 99px;
        padding: 6px 20px;
}
.UIHeaderControl .menu-item {
        position: relative;
        flex: 0 0 auto;
}
.UIHeaderControl .menu-item[data-active="active"]::after {
        display: none;
}
.UIHeaderControl .menu-link {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 0;
        border-radius: 0;
        color: #ffffff;
        white-space: nowrap;
        transition: color 0.2s ease;
}
.UIHeaderControl .menu-link:hover {
        color: #ffe57b;
        background-color: transparent;
}
.UIHeaderControl .dropdown-toggle {
        display: flex;
        align-items: center;
        gap: 4px;
}
.UIHeaderControl .dropdown-toggle::after {
        display: none !important;
}
.UIHeaderControl .dropdown-toggle a {
        color: inherit;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        text-transform: uppercase;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
        font-family: Roboto;
}
.UIHeaderControl .menu-item[data-active="active"] a {
        color: #ffe57b;
}
.UIHeaderControl .chevron {
        width: 14px;
        height: 14px;
        color: #ffffff;
        position: relative;
        top: 0;
        transition: transform 0.2s ease;
}
.UIHeaderControl .dropdown-container:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(12px);
}
.UIHeaderControl .dropdown-container:hover .chevron {
        transform: rotate(180deg);
}
.UIHeaderControl .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 50;
        display: block;
        min-width: 240px;
        padding: 8px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
        opacity: 0;
        visibility: hidden;
        transform: translateY(2px);
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.UIHeaderControl .dropdown-item {
        display: block;
        padding: 10px 12px;
        border-radius: 6px;
        color: #1f2937;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        white-space: nowrap;
        transition: color 0.2s ease, background-color 0.2s ease;
}
.UIHeaderControl .dropdown-item:hover {
        color: #0066b1;
        background-color: rgba(0, 102, 177, 0.08);
}
.UIHeaderControl .right-icons {
        display: flex;
        align-items: center;
        gap: 16px;
        flex: 0 0 auto;
}
.UIHeaderControl .icon-group {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 0 0 auto;
}
.UIHeaderControl .icon-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        padding: 0;
        border-radius: 0;
        color: #ffffff;
        transition: color 0.2s ease, opacity 0.2s ease;
}
.UIHeaderControl .icon-btn:hover {
        color: #ffe57b;
        background-color: transparent;
}
.UIHeaderControl .icon {
        width: 18px;
        height: 18px;
        color: currentColor;
        stroke-width: 2;
}
.UIHeaderControl .icon-sm {
        width: 16px;
        height: 16px;
}
.UIHeaderControl .mobile-menu-btn {
        display: none;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 999px;
        color: #ffffff;
        background: linear-gradient(180deg, rgba(78, 78, 78, 0.12) 0%, rgba(1, 40, 91, 0.12) 100%);
        z-index: 12;
}
.UIHeaderControl .mobile-menu-btn:hover {
        background: linear-gradient(180deg, rgba(78, 78, 78, 0.18) 0%, rgba(1, 40, 91, 0.18) 100%);
}
.UIHeaderControl .language-selector-desktop {
        align-items: center;
        gap: 0;
        padding-left: 0;
}
.UIHeaderControl .lang-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: auto;
        height: auto;
        padding: 14px 20px;
        border: 1px solid rgba(255, 255, 255, 0.04);
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(78, 78, 78, 0.12) 0%, rgba(1, 40, 91, 0.12) 100%);
        color: #ffffff;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
        transition: color 0.2s ease, background-color 0.2s ease;
}
.UIHeaderControl .lang-btn-vn,.UIHeaderControl .lang-btn.lang-btn-en img {
        display: none;
}
.UIHeaderControl .lang-btn.lang-btn-en{
}
.UIHeaderControl .lang-btn:hover {
        color: #ffe57b;
}
.UIHeaderControl .lang-btn img {
        width: 22px;
        height: 22px;
        border: 1px solid #ffffff;
        border-radius: 999px;
        object-fit: cover;
}
.UIHeaderControl .lang-btn span {
        display: inline-block;
}
.UIHeaderControl .search-overlay {
        position: fixed;
        inset: 0;
        z-index: 50;
        display: none;
        align-items: flex-start;
        justify-content: center;
        padding-top: 80px;
        background-color: rgba(0, 0, 0, 0.5);
}
.UIHeaderControl .search-overlay.active {
        display: flex;
}
.UIHeaderControl .search-modal {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 672px;
        min-height: 400px;
        margin: 0 16px;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}
.UIHeaderControl .search-header {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 16px;
        border-bottom: 1px solid #e5e7eb;
}
.UIHeaderControl .search-input {
        flex: 1;
        padding: 8px 16px;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        font-size: 16px;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.UIHeaderControl .search-input:focus {
        outline: none;
        border-color: #0066b1;
        box-shadow: 0 0 0 2px rgba(0, 102, 177, 0.16);
}
.UIHeaderControl .close-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        border-radius: 3px;
        color: #4b5563;
        background: #d1d5db;
        transition: color 0.2s ease, background-color 0.2s ease;
}
.UIHeaderControl .close-btn:hover {
        color: #1f2937;
        background: #c7cbd1;
}
.UIHeaderControl .search-content {
        flex: 1;
        padding: 16px;
}
.UIHeaderControl .search-history-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
}
.UIHeaderControl .search-history-title {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #4b5563;
        font-size: 14px;
        font-weight: 600;
}
.UIHeaderControl .clear-history-btn {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 4px 8px;
        color: #dc2626;
        font-size: 12px;
        transition: color 0.2s ease;
}
.UIHeaderControl .clear-history-btn:hover {
        color: #b91c1c;
}
.UIHeaderControl .search-history-list {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        max-height: 400px;
        overflow: auto;
}
.UIHeaderControl .search-history-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: fit-content;
        padding: 8px 16px;
        border: 1px solid #e0e0e0;
        border-radius: 20px;
        background: #f5f5f5;
        text-align: center;
        transition: background-color 0.2s ease;
}
.UIHeaderControl .search-history-item:hover {
        background-color: #0066b1;
}
.UIHeaderControl .search-history-item:hover .search-history-text {
        color: #ffffff;
}
.UIHeaderControl .search-history-text {
        flex: 1;
        color: #4b5563;
        font-size: 14px;
        cursor: pointer;
        transition: color 0.2s ease;
}
.UIHeaderControl .search-history-delete {
        display: flex;
        padding: 4px;
        border-radius: 50%;
        color: #ff0000;
        background: #ffffff;
        transition: color 0.2s ease;
}
.UIHeaderControl .search-history-delete:hover {
        color: #b91c1c;
}
.UIHeaderControl .search-empty {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: #9ca3af;
        font-size: 14px;
}
.UIHeaderControl .search-footer {
        display: flex;
        gap: 8px;
        padding: 16px;
        border-top: 1px solid #e5e7eb;
}
.UIHeaderControl .btn-primary {
        flex: 1;
        padding: 8px 16px;
        border-radius: 6px;
        background-color: #0066b1;
        color: #ffffff;
        font-weight: 500;
        transition: background-color 0.2s ease;
}
.UIHeaderControl .btn-primary:hover {
        background-color: #00528e;
}
.UIHeaderControl .btn-secondary {
        flex: 1;
        padding: 8px 16px;
        border-radius: 6px;
        background-color: #d1d5db;
        color: #1f2937;
        font-weight: 500;
        transition: background-color 0.2s ease;
}
.UIHeaderControl .btn-secondary:hover {
        background-color: #bfdbfe;
}
.UIHeaderControl .menu-overlay {
        position: fixed;
        inset: 0;
        z-index: 100;
        display: none;
        background-color: rgba(0, 0, 0, 0.3);
}
.UIHeaderControl .menu-overlay.active {
        display: block;
}
.UIHeaderControl .menu-dropdown {
        position: fixed;
        top: 80px;
        left: 50%;
        z-index: 150;
        width: 100%;
        max-width: max(1000px, calc(100vw - 400px));
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        transform: translateX(-50%);
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
        scrollbar-width: thin;
}
.UIHeaderControl .menu-dropdown .btn-close {
        position: absolute;
        top: 0;
        right: 5px;
        display: inline-grid;
}
.UIHeaderControl .menu-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(249px, 1fr));
        gap: 10px;
        max-height: 85vh;
        overflow: auto;
        padding: 16px 16px 30px;
}
.UIHeaderControl .menu-list svg {
        display: none;
}
.UIHeaderControl .menu-list-item {
        margin-bottom: 0;
}
.UIHeaderControl .menu-list-item[data-showadvance="False"] {
        display: none;
}
.UIHeaderControl .menu-list-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 5px 10px;
        border-radius: 6px;
        color: #0066b1;
        font-size: 15px;
        font-weight: 500;
        text-align: left;
        transition: color 0.2s ease, background-color 0.2s ease;
}
.UIHeaderControl .menu-list-button:hover {
        color: #2563eb;
        background-color: #eff6ff;
}
.UIHeaderControl .menu-list-button.active {
        color: #2563eb;
        background-color: #dbeafe;
}
.UIHeaderControl .menu-submenu {
        display: block;
        margin-top: 4px;
}
.UIHeaderControl .menu-submenu-item {
        display: block;
        padding: 5px 10px;
        border-radius: 6px;
        color: #4b5563;
        font-size: 14px;
        transition: color 0.2s ease, background-color 0.2s ease;
        padding-left: 30px;
        position: relative;
}
.UIHeaderControl .menu-submenu-item::before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background: #0066b1;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
}
.UIHeaderControl .menu-submenu-item:hover {
        color: #2563eb;
        background-color: #eff6ff;
}
.UIHeaderControl .loader {
        width: 50px;
        height: 50px;
        padding: 8px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #0066b1;
        --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
        -webkit-mask: var(--_m);
        mask: var(--_m);
        -webkit-mask-composite: source-out;
        mask-composite: subtract;
        animation: UIHeaderControlLoader 1s infinite linear;
}
.UIHeaderControl .loader-container {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: rgba(151, 151, 151, 0.21);
}
.UIHeaderControl .loader-container.show {
        display: flex;
}

.UIHeaderControl .logo-image {
  filter: none;
}
.UIHeaderControl .header-main {
  font-size: 25px;
}
.UIHeaderControl .header-small {
  font-size: 20px;
}
.UIHeaderControl .logo-image {
  width: 80px;
  height: 80px;
}
.UIHeaderControl .header-main {
  color: #ffffff;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: 1000;
  line-height: 22px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  white-space: nowrap;
}
.UIHeaderControl .main-text {
  color: #ffe93e;
}
.UIHeaderControl .header-main {
  font-size: 25px;
}
.UIHeaderControl .header-main.main-text a {
  color: #ffe93e;
  font-size: 20px;
}
.UIHeaderControl .header-small.main-text a {
  color: #ffe93e;
  font-size: 15px;
}
.UIHeaderControl .header-small a {
  font-size: 20px;
}

.UIHeaderControl .dropdown-toggle a {
  font-size: 16px;
}
.UIHeaderControl .header {
  background: linear-gradient(
    180deg,
    rgb(44 44 44 / 81%) 0%,
    rgb(88 88 88 / 63%) 48%,
    rgb(255 255 255 / 0%) 100%
  );
}

@keyframes UIHeaderControlLoader {
        to {
                transform: rotate(1turn);
        }
}
@media (max-width: 1600px) {
        .UIHeaderControl .header-main {
                font-size: 16px;
                line-height: 20px;
        }
        .UIHeaderControl .header-small {
                font-size: 13px;
        }
        .UIHeaderControl .header-container {
                gap: 16px;
        }
        .UIHeaderControl .nav-pill {
                gap: 12px;
                padding: 10px 16px;
        }
        .UIHeaderControl .desktop-menu {
                gap: 12px;
                padding: 6px 14px;
        }
        .UIHeaderControl .dropdown-toggle a {
                font-size: 13px;
        }
}
@media (max-width: 1400px) {
        .UIHeaderControl .desktop-menu {
                gap: 16px;
        }
        .UIHeaderControl .nav-pill {
                gap: 16px;
                padding-right: 18px;
                padding-left: 18px;
        }
        .UIHeaderControl .dropdown-toggle a {
                font-size: 13px;
        }
}
@media (max-width: 1366px) {
        .UIHeaderControl .header-main {
                font-size: 14px;
                line-height: 18px;
        }
        .UIHeaderControl .logo-image {
                width: 54px;
                height: 54px;
        }
        .UIHeaderControl .desktop-menu {
                gap: 8px;
                padding: 4px 10px;
        }
        .UIHeaderControl .dropdown-toggle a {
                font-size: 12px;
        }
        .UIHeaderControl .lang-btn {
                padding: 10px;
                min-height: auto;
        }
}
@media (max-width: 1200px) {
        .UIHeaderControl .header-container {
                gap: 16px;
        }
        .UIHeaderControl .desktop-menu {
                gap: 12px;
        }
        .UIHeaderControl .nav-pill {
                gap: 12px;
                padding: 12px 16px;
        }
        .UIHeaderControl .dropdown-toggle a {
                font-size: 12px;
        }
        .UIHeaderControl .lang-btn {
                min-height: 42px;
                padding: 10px 16px;
        }
        .UIHeaderControl .menu-list-item[data-showadvance="False"] {
                display: block;
        }
        .UIHeaderControl .desktop-menu {
                display: none;
        }
}
@media (max-width: 1024px) {
        .UIHeaderControl .desktop-menu {
                display: none;
        }
        .UIHeaderControl .nav-pill {
                display: flex;
                padding: 12px 16px;
        }
        .UIHeaderControl .mobile-menu-btn {
                /* display: inline-flex; */
        }
        .UIHeaderControl .menu-list-item[data-showadvance="False"] {
                display: block;
        }
}
@media (max-width: 768px) {
        .UIHeaderControl .main-header {
                padding: 14px;
        }
        .UIHeaderControl .header-container {
                gap: 12px;
        }
        .UIHeaderControl .logo-image {
                width: 54px;
                height: 54px;
                /* flex-basis: 54px; */
        }
        .UIHeaderControl .header-main {
                font-size: 14px;
                line-height: 18px;
                letter-spacing: 0.4px;
                white-space: normal;
        }
        .UIHeaderControl .header-small {
                font-size: 13px;
                line-height: 18px;
        }
        .UIHeaderControl .header-actions {
                gap: 0;
        }
        .UIHeaderControl .mobile-menu-btn {
                display: none;
        }
        .UIHeaderControl .header.is-scrolled .main-header{
                padding: 5px;
        }
}
@media (max-width: 640px) {
        .UIHeaderControl .main-header {
                padding: 10px 16px;
        }
        .UIHeaderControl .header-container {
                align-items: center;
        }
        .UIHeaderControl .logo-section {
                gap: 6px;
        }
        .UIHeaderControl .logo-image {
                width: 40px;
                height: 40px;
                /* flex-basis: 50px; */
        }
        .UIHeaderControl .header-main {
                font-size: 11px;
                line-height: 17px;
        }
        .UIHeaderControl .header-small {
                font-size: 11px;
                line-height: 16px;
        }
        .UIHeaderControl .nav-pill {
                padding: 10px 12px;
        }
        .UIHeaderControl .icon-group {
                gap: 10px;
        }
        .UIHeaderControl .menu-dropdown {
                position: fixed;
                top: 74px;
                right: 8px;
                left: 8px;
                width: auto;
                max-width: none;
                transform: none;
        }
        .UIHeaderControl .search-modal {
                margin: 0 8px;
        }
        .UIHeaderControl .lang-btn span {
                max-width: 18px;
                text-transform: uppercase;
                overflow: hidden;
        }
        .UIHeaderControl .lang-btn { 
                padding: 0px 10px;
        }
}
@media (max-width: 1200px) {
        .UIHeaderControl .mobile-menu-btn {
                /* display: inline-flex; */
        }
}


.UIHeaderControl .logo-image {
  filter: none;
}
.UIHeaderControl .header-main a {
  font-size: 25px;
}
.UIHeaderControl .header-small a {
  font-size: 15px;
}
.UIHeaderControl .main-text {
  color: #ffe93e;
}
.UIHeaderControl .logo-image {
  width: 80px;
  height: 80px;
}
.UIHeaderControl .menu-item {
  display: flex;
  gap: 10px;
}
.UIHeaderControl .language-section {
  display: none;
}
#menuBtn {
  display: none;
}
@media screen and (max-width: 1440px) {
  .UIHeaderControl .dropdown-toggle a {
    font-size: 15px;
  }
  .UIHeaderControl .header-main.main-text a {
    font-size: 20px;
  }
  .UIHeaderControl .header-small.main-text a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .UIHeaderControl .dropdown-item {
    padding: 0px;
  }
}
@media (max-width: 1199.98px) {
  .UIHeaderControl .header-main.main-text a {
    font-size: 20px;
  }
  .UIHeaderControl .header-small.main-text a {
    font-size: 16px;
  }
  #menuBtn {
    display: inline-flex;
  }
}
@media (max-width: 991.98px) {
  .UIHeaderControl .header-main.main-text a {
    font-size: 20px;
  }
  .override-banner .info-box img {
    max-height: 80px;
  }
  .override-banner .info-box span {
    font-size: 16px;
  }
}


@media (max-width: 767.98px) {
  .override-banner .info-box img {
    max-height: 100px;
  }
  .override-banner .info-box span {
    font-size: 20px;
  }
  .header-actions .dropdown-item {
    display: none;
  }
  .UIHeaderControl .logo-image {
    width: 50px;
  }
  .UIHeaderControl .header-main.main-text a {
    font-size: 16px;
  }
  .UIHeaderControl .header-small a {
    font-size: 12px;
  }
  .UIHeaderControl .language-section {
    display: flex;
    gap: 10px;
    padding: 5px;
  }
  .UIHeaderControl .language-section .dropdown-item {
    flex: 1;
    text-align: center;
    background: linear-gradient(
      180deg,
      rgba(78, 78, 78, 0.12) 0%,
      rgba(1, 40, 91, 0.12) 100%
    );
    padding: 5px;
  }
}

