@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url(../../../../../../../../themes/supershipvn/assets/fonts/Inter-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url(../../../../../../../../themes/supershipvn/assets/fonts/Inter-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url(../../../../../../../../themes/supershipvn/assets/fonts/Inter-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url(../../../../../../../../themes/supershipvn/assets/fonts/Inter-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url(../../../../../../../../themes/supershipvn/assets/fonts/Inter-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    opacity: 1
}

button,
[role="button"] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

img,
video {
    max-width: 100%;
    height: auto;
}
.section_guide .swiper-guide_preview {
    position: absolute;
    top: 55%;
    left: 50%;
    height: 90%;
    transform: translate(-50%, -50%);
}
[hidden] {
    display: none
}

.btn {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    border-radius: 999px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    user-select: none
}

.link:hover {
    text-decoration: underline
}

.btn-primary {
    color: var(--grey-00);
    background-color: var(--brand-primary)
}

.btn-primary:hover {
    background-color: var(--brand-high)
}

.btn-secondary {
    color: var(--grey-900);
    background-color: var(--grey-400)
}

.btn-secondary:hover {
    background-color: var(--grey-500)
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%
}

.hidden {
    display: none !important
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.highlight-text {
    color: var(--brand-primary)
}

.text-nowrap {
    text-wrap: nowrap
}

.input-container {
    width: 100%
}

.input-label {
    font-size: 14px;
    font-weight: 500
}

.input-main {
    display: flex;
    gap: 8px;
    min-height: 48px;
    width: 100%;
    align-items: center;
    border-radius: 16px;
    border: 1px solid transparent;
    background-color: var(--grey-300);
    padding: 12px;
    padding-left: 16px;
    margin-top: 4px
}

.input-main input {
    background-color: transparent;
    outline: none;
    width: 100%
}

.input-main input::placeholder {
    color: var(--grey-600)
}

.input-icon {
    flex-shrink: 0;
    color: var(--grey-700)
}

.input-subfix {
    flex-shrink: 0;
    color: var(--grey-700)
}

.input-message {
    color: var(--brand-primary);
    font-size: 14px;
    margin-top: 4px
}

.checkbox {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    accent-color: var(--brand-primary)
}

.modal-root {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, .6);
    display: grid;
    place-items: center;
    overflow: auto
}

.modal-content {
    background-color: var(--grey-00);
    border-radius: 20px;
    width: 560px;
    max-width: 90vw;
    max-height: 80vh;
    position: relative;
    display: flex;
    flex-direction: column
}

.modal-close-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 20px;
    right: 32px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    cursor: pointer;
    background: rgba(0, 0, 0, .5)
}

.modal-close-icon:hover {
    background: rgba(0, 0, 0, .8)
}

.modal-close-icon svg {
    stroke: var(--grey-00);
    rotate: 45deg;
    width: 32px;
    height: 32px
}

.modal-content-title {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    padding-block: 20px;
    font-weight: 600
}

.modal-content-body {
    padding-block: 16px;
    border-top: 1px solid var(--grey-400);
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden
}

.modal-content-footer {
    padding: 16px;
    border-top: 1px solid var(--grey-400);
    display: flex;
    justify-content: center;
    gap: 16px
}

.radiobox {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid #ddd;
    flex-shrink: 0
}

.radiobox_active {
    border: 5px solid var(--brand-primary)
}

.dropdown-select {
    position: absolute;
    top: 100%;
    margin-top: 4px;
    width: 100%;
    max-height: 300px;
    background-color: var(--grey-00);
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    overflow: auto
}

.dropdown-select-item {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid var(--grey-400);
    cursor: pointer
}

.dropdown-select-item:hover {
    background-color: var(--brand-low)
}

.dropdown-select-item:last-child {
    border: none
}

.line {
    width: 100%;
    height: 4px;
    background-color: var(--grey-00)
}

.no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

@keyframes fadeInUp {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.empty {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 12%;
    color: var(--grey-700)
}

.empty svg {
    width: 60px;
    height: 60px
}

@media (width <=640px) {
    .modal-content {
        border-radius: 16px
    }

    .modal-content-title {
        padding-block: 16px;
        font-size: 18px
    }

    .modal-content-body {
        padding-top: 8px;
        padding-bottom: 12px
    }
}

:root {
    --grey-900: #0f1729;
    --grey-800: #525f7a;
    --grey-700: #7d88a1;
    --grey-600: #94a3b8;
    --grey-500: #cbd5e1;
    --grey-400: #eef3f6;
    --grey-300: #f4f8fc;
    --grey-100: #f8fafc;
    --grey-00: #ffffff;
    --brand-primary: #e5103f;
    --brand-high: #c72235;
    --brand-medium: #ef586b;
    --brand-low: #fff5f6;
    --dangerous-100: #ffebee;
    --dangerous-200: #e53835;
    --dangerous-300: #c62828;
    --info-100: #eff9fe;
    --info-200: #2381ff;
    --info-300: #00579b;
    --warning-100: #fbfaf5;
    --warning-300: #e65000;
    --warning-200: #ffae10;
    --success-100: #e7f5e9;
    --success-200: #009444;
    --success-300: #1a5e20;
    --scrollbar-track: #eef3f6;
    --scrollbar-thumb: #cbd5e1;
    --scrollbar-thumb-hover: #94a3b8;
    --cell-valid: #f9e8e8;
    --cell-success: #e9fdec;
    --cell-warning: #fff000;
    --toastify-toast-width: 400px;
    --toastify-toast-bd-radius: 16px;
    --toastify-color-success: #1e9037;
    --toastify-color-error: #e5103f
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--grey-00);
    color: var(--grey-900);
    font-size: 16px;
    font-family: "Inter", sans-serif
}

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

::-webkit-scrollbar-track {
    background: var(--scrollbar-track)
}

::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover)
}

.header_and_nav_container {
    position: sticky;
    top: 0;
    background-color: var(--brand-primary);
    z-index: 10;
    box-shadow: 0 0 8px 0 #0014220a
}

.header {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--grey-400);
    position: relative;
    z-index: 10;
    background-color: var(--brand-primary)
}

.header_container {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 12px 60px
}

.header_menu {
    flex-shrink: 0;
    display: flex;
    gap: 12px;
    width: 255px
}

.logo {
    height: 99px;
    flex-shrink: 0;
    display: block
}

.logo img {
    height: 100%;
    padding-left: 12%;
    padding-bottom: 5%;
}

.navbar {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
    background: #FFCA14;
}

.navbar_item {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    color: white;
}

.navbar_item svg {
    flex-shrink: 0
}

.navbar_item_active:not([target="_blank"]) {
    color:#DA1E34;
    font-weight: 600;
}

.navbar_item:hover {
    color:#DA1E34; 
}

	.navbar_dropdown {
			position: relative;
		}

		.navbar_dropdown_menu {
			display: none;
			position: absolute;
			top: 100%;
			/* ngay dưới item */
			left: 0;
			background: white;
			border-radius: 8px;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
			padding: 10px 0;
			min-width: 250px;
			z-index: 1000;
			transition: all 0.2s ease;
			text-align: left;
		}

		.navbar_dropdown:hover .navbar_dropdown_menu {
			display: block;
		}

		.navbar_dropdown_menu a {
			display: block;
			padding: 10px 16px;
			color: #333;
			text-decoration: none;
			white-space: nowrap;
			transition: background 0.2s ease, color 0.2s ease;
		}

		.navbar_dropdown_menu a:hover {
			background: #f7f7f7;
			color: #d80027;
			/* màu đỏ đồng bộ nút đăng nhập */
		}
		
		/* Responsive - mobile: dropdown chiếm full chiều rộng */
		@media (max-width: 768px) {
			.navbar_dropdown_menu {
				position: static;
				box-shadow: none;
				background: transparent;
				padding: 0;
				min-width: auto;
			}

			.navbar_dropdown_menu a {
				padding: 8px 12px;
				color: #000;
			}
		}

.download_buttons {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px 16px;
    border-top: 1px solid var(--grey-400)
}

.download_buttons .btn {
    background-color: var(--grey-900);
    color: var(--grey-00);
    align-items: center;
    gap: 8px;
    height: 40px;
    transition: none
}

.download_buttons .btn:hover {
    background-color: var(--grey-700)
}

.footer {
    padding-top: 80px
}

.footer_container {
    background: linear-gradient(263.23deg, #fa687b -1.88%, #b70c20 99.22%);
    border-radius: 32px 32px 0 0
}

.footer_logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer_logo img {
    height: 120%
}

.footer_info {
    padding: 32px 60px 24px 60px;
    gap: 32px;
    border-radius: 32px 32px 0 0;
    display: flex;
    background: var(--grey-00)
}

.footer_about {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer_about_des {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 620px
}

.footer_about_des_title {
    font-weight: 600
}

.footer_about_contact {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer_about_contact_item {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--grey-800)
}

.footer_about_contact_item .network {
    color: var(--grey-900);
    font-weight: 600
}

.footer .link:hover {
    color: var(--brand-primary)
}

.footer_about_contact_item img {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.footer_col {
    min-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.footer_menu {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer_menu_title {
    font-weight: 600
}

.footer_menu_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--grey-800)
}

.footer_menu_social {
    display: flex;
    gap: 16px
}

.footer_menu_social img {
    width: 36px;
    height: 36px
}

.footer_notice {
    padding: 16px 60px;
    display: flex;
    gap: 16px;
    align-self: center;
    background-color: var(--grey-00);
    font-size: 14px;
    border-block: 1px solid var(--grey-400);
    color: var(--grey-800)
}

.footer_notice_logo {
    height: 48px;
    flex-shrink: 0
}

.footer_notice_logo img {
    height: 100%
}

.footer_copyright {
    background-color: var(--grey-00);
    padding: 16px 60px;
    color: var(--grey-800);
    font-weight: 600;
    font-size: 14px;
    text-align: center
}

.input {
    width: 100%;
    outline: none
}

.input::placeholder {
    color: var(--grey-600)
}

.input_code {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto
}

.container_search {
    flex: 1 1 auto
}

.input_search {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 544px;
    background: var(--grey-00);
    padding: 4px;
    border-radius: 999px;
    gap: 8px;
    box-shadow: 0 0 24px 0 #ca2c5c14;
    margin-inline: auto
}

.search_icon {
    background-color: var(--brand-primary);
    display: grid;
    place-items: center;
    height: 48px;
    width: 48px;
    border-radius: 999px
}

.search_icon:hover {
    background-color: var(--brand-high)
}

.toggle-menu {
    display: none,
    
}
.toggle-menu svg {
    stroke: white !important;
}

.toggle-search {
    display: none
}

.footer_nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex: 1 1 auto
}

.scroll-top {
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    background-color: var(--grey-600);
    display: grid;
    place-items: center;
    cursor: pointer;
    position: fixed;
    z-index: 1;
    bottom: 24px;
    right: 24px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.scroll-top.show {
    opacity: 1;
    visibility: visible
}

.scroll-top:hover {
    background-color: var(--grey-800)
}

@media (width <=1024px) {
    .header_container {
        padding: 0
    }

    .header_container_mobile {
        padding: 12px 0 12px 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        flex: 1 1 auto;
        position: relative;
        background-color: var(--brand-primary)
    }

    .logo {
        height: 40px
    }

    .navbar {
        font-size: 14px;
        line-height: 20px;
        gap: 8px;
        position: static;
        justify-content: space-between;
        padding-inline: 32px;
        background: white;
        z-index: 09999;
     }

    .navbar_item {
        padding: 16px 0
    }

    .navbar_item svg {
        display: none
    }

    .header_menu {
        padding: 12px 32px 12px 0;
        background: var(--brand-primary);
        align-self: stretch;
        align-items: center
    }

    .header_menu .btn {
        height: 40px;
        font-size: 14px;
        padding: 10px 16px
    }

    .container_search {
        opacity: 0;
        transform: translateY(-200%);
        position: absolute;
        top: 80px;
        width: 100%;
        left: 0;
        padding: 20px 32px;
        background-color: var(--grey-00);
        border-top: 1px solid var(--grey-400);
        transition: transform 0.5s, opacity 0.5s;
        z-index: -2
    }

    .container_search .input_search {
        box-shadow: none;
        border: 1px solid var(--grey-400)
    }

    .input_search {
        height: 44px;
        max-width: 100%;
        font-size: 14px
    }

    .search_icon {
        width: 36px;
        height: 36px
    }

    .toggle-search {
        flex: 1 1 auto;
        display: flex;
        justify-content: end
    }

    .mask {
        position: fixed;
        background-color: #0006;
        top: 132px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }

    .footer_info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 32px;
        gap: 24px;
        font-size: 14px;
        line-height: 20px
    }

    .footer_notice {
        padding: 16px 32px
    }

    .footer_about {
        grid-area: 1 / 1 / 1 / 3
    }
}

@media (width <=640px) {
    .header_container {
        padding: 0;
        height: auto
    }

    .header_container_mobile {
        padding: 8px 16px
    }

    .header_menu {
        display: none
    }

    .navbar {
        opacity: 0;
        padding: 0;
        transform: translateY(-200%);
        display: grid;
        grid-template-columns: 1fr;
        justify-content: start;
        position: absolute;
        background-color: var(--brand-primary);
        width: 100%;
        transition: transform 1s, opacity 0.5s;
        z-index: 1;
        gap: 0
    }

    .navbar_item {
        width: 100%;
        padding: 12px 16px;
        justify-content: start
    }

    .navbar_item svg {
        width: 16px;
        height: 16px;
        display: block
    }

    .container_search {
        top: 48px;
        padding: 16px
    }

    .toggle-search {
        flex: unset
    }

    .mask {
        top: 0
    }

    .download_buttons {
        display: grid
    }

    .logo {
        height: 65px
    }

    .toggle-menu {
        display: block
    }

    .footer {
        padding-top: 40px
    }

    .footer_container {
        border-radius: 24px 24px 0 0
    }

    .footer_logo {
        height: 72px
    }

    .footer_logo img {
        height: 40px
    }

    .footer_info {
        border-radius: 24px 24px 0 0;
        padding: 24px 16px;
        gap: 24px;
        grid-template-columns: 1fr
    }

    .footer_about {
        width: 100%;
        grid-area: unset
    }

    .footer_notice {
        display: grid;
        padding: 16px;
        gap: 8px
    }

    .scroll-top {
        right: 16px;
        bottom: 16px
    }
}

.open-menu {
    transform: translateY(0);
    opacity: 1
}