:root {
    --mantine-scale: 1;
    --button-bd: calc(0.0625rem* var(--mantine-scale)) solid transparent;
    --button-height: var(--button-height-xl);
    --button-height-sm: calc(2.25rem* var(--mantine-scale));
    --button-height-xl: calc(3.75rem* var(--mantine-scale));
    --button-padding-x-xl: calc(2rem* var(--mantine-scale));
    --button-padding-x: var(--button-padding-x-xl);
    --button-padding-x-sm: calc(1.125rem* var(--mantine-scale));
    --foreground-rgb: 0, 0, 0;
    --info-color: #17a2b8;
    --primary-color: #1b264a;
    --primary-color-light: #455589;
    --third-color: #f7f7ff;
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-shadow: 0px 0px 31px -12px rgba(0, 0, 0, .5);
    --tw-shadow-colored: 0px 0px 31px -12px;
    --tw-text-opacity: 1;
}

/******** common ********/
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}
body {
    color: rgb(var(--foreground-rgb));
    background: var(--third-color);
}
h1 { font-size: 48px; }
h2 { font-size: 40px; }
h3 { font-size: 32px; }
h4 { font-size: 24px; }
h5 { font-size: 16px; }
hr { opacity: 1; }
.bounce-on-hover:hover {
    transform: translateY(-5px);
    transition: transform 0.2s ease;
}
.btn-link {
    color: var(--primary-color) !important;
}
.btn-outline-primary {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}
.btn-primary {
   background-color: var(--primary-color) !important;
   border-color: var(--primary-color) !important;
}
.common-bg {
    min-height: 54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}
.common-button-white {
    color: var(--primary-color);
    padding: 10px 20px 10px 20px;
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) padding-box padding-box, linear-gradient(138deg, rgb(69, 85, 137) 0%, rgb(180, 180, 180) 100%) border-box border-box;
    background-color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.common-button-blue {
    color: #fff;
    padding: 10px 20px 10px 20px;
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(rgb(27, 38, 74) 0px, rgb(27, 38, 74) 0px) padding-box padding-box, linear-gradient(138deg, rgb(69, 85, 137) 0%, rgb(180, 180, 180) 100%) border-box border-box;
    text-decoration: none;
}
.common-heading {
    color: #fff;
    text-align: center;
}
.common-heading .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.common-heading h1 {
    font-weight: 700;
}
.common-icon-xl {
    font-size: 64px;
    color: var(--primary-color);
}
.common-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.common-bg-wrapper {
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: -1;
}
.common-table thead tr th {
    background-color: var(--primary-color);
    color: #fff;
    vertical-align: middle;
}
.common-table tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
}
.common-table tbody tr td:nth-child(n+2) {
    min-width: 100px;
}
.common-table tbody tr td a {
    text-decoration: none;
}
.common-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-overlay {
    background-color: #000;
    opacity: .5;
    position: absolute;
    inset: 0;
    z-index: 99;
}
.cursor-pointer {
    cursor: pointer;
}
.error-page-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.error-page-wrapper .row {
    width: 40%;
}
.input-group-append .input-group-text {
    height: 100%;
}
.modal-table {
    max-height: 70vh;
    overflow-y: auto;
}
.pt-3rem {
    padding-top: 3rem;
}
.simple-container,
.error-page-wrapper {
    padding-top: 120px;
    min-height: 80vh;
}
.text-info {
   color: var(--info-color) !important;
}
.text-primary {
   color: var(--primary-color) !important;
}
.text-stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f5f5f5;
    color: transparent;
}

/********* loading *********/
div.screen-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background-color: rgba(16, 16, 16, 0.5);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/******** header *********/
.header .content {
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.header .main-logo {
    height: 60px;.
}
.header .navbar {
    background-color: var(--primary-color);
}
.header .navbar .nav-item a {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.header .navbar .nav-item a.active {
    border-bottom: 2px solid;
}
.header .navbar.transparent {
    background-color: transparent !important;
    transition: background-color 0.3s ease-in-out;
}
.header .navbar.scrolled {
    background-color: var(--primary-color) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header .navbar-nav {
    gap: 1rem;
}
@media (max-width: 991.98px) {
    #main-navbar-collapse {
        position: fixed;
        top: 0;
        width: 80%;
        left: -100%;
        height: 100vh;
        padding: 50px 0px 50px 50px;
        background-color: var(--primary-color);
        transition: left 0.3s ease-in-out;
        z-index: 1000;
        border-right: 10px double rgb(247, 248, 255);
        border-radius: 0px 50px 50px 0px;
        box-shadow: rgba(0, 0, 0, 0.2) 2px 8px 23px 3px;
        border-top-color: rgb(247, 248, 255);
        border-right-color: rgb(247, 248, 255);
        border-bottom-color: rgb(247, 248, 255);
        border-top-style: double;
        border-right-style: double;
        border-bottom-style: double;
        overflow-y: auto;
    }
    #main-navbar-collapse.show {
        left: 0;
    }
    #main-navbar-collapse .navbar-nav {
        gap: 15px;
    }
    .main-navbar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        display: none;
    }
    .main-navbar-overlay.show {
        display: block;
    }
    #main-navbar-collapse .nav-link {
        display: inline-block;
    }
    #main-navbar-collapse .mobile-logo-wrapper {
        display: block;
        padding-bottom: 30px;
    }
    #main-navbar-collapse .mobile-logo-wrapper .mobile-logo-slogan {
        color: #fff;
        font-size: 16px;
    }
    #main-navbar-collapse .close-menu-icon {
        color: #fff;
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
    }
}
@media (min-width: 992px) {
    .main-navbar-overlay {
        display: none !important;
    }
    #main-navbar-collapse .mobile-logo-wrapper {
        display: none;
    }
    #main-navbar-collapse .close-menu-icon {
        display: none;
    }
}
/***** footer *********/
.footer {
  background: var(--primary-color);
  color: white;
  padding: 30px 0 0;
}
.footer-information {
  background: white;
  padding: 25px 0;
  color: var(--primary-color);
}
.footer-information a {
    color: var(--primary-color);
    text-decoration: none;
}
.footer-wrapper div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.copyright {
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 575.98px) {
  .footer-information {
    text-align: center;
  }
}

/***** contact methods *********/
#contact_methods {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  left: 0;
}

@media (min-width: 768px) {
  #contact_methods {
    left: inherit;
    right: 0;
  }
}

#contact_methods .contact_method_item {
    position: relative;
}
#contact_methods .contact_method_item .contact_method_container {
    background-color: transparent;
    position: relative;
    visibility: visible;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}
.contact_method_fill {
    background-color: rgba(230, 8, 8, 0.7);
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    border-radius: 50%;
    transition: all 0.5s;
    transform-origin: 50% 50%;
    animation: zoom 1.3s infinite;
}
.contact_method_circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: phone-contact-method-circle-fill 1s infinite ease-in-out;
}
.contact_method_circle a {
    display: block;
    font-size: 0;
}
.contact_method_circle img {
    width: 25px;
    vertical-align: middle;
}
#zalo-contact-method .contact_method_fill {
    background-color: rgba(33, 150, 243, 0.7);
    box-shadow: 0 0 0 0 #2196f3;
}
#zalo-contact-method .contact_method_circle {
    background-color: #2196f3;
}
#messenger-contact-method .contact_method_fill {
    background-color: rgba(255, 139, 40, 0.7);
    box-shadow: 0 0 0 0 #ff8b28;
}
#messenger-contact-method .contact_method_circle {
    background-color: #ff8b28;
}
@-webkit-keyframes phone-contact-method-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}
/******** pagination *********/
.pagination .page-link {
    font-size: 1rem;
}
.pagination-arrows {
    display:flex;
    align-items: center;
    justify-content: center;
}
.pagination-arrows a,
.pagination-arrows span {
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}
.pagination-arrows a,
.pagination-arrows span {
    color: #fff;
}
.pagination-arrows a:hover,
.pagination-arrows span:hover {
    text-decoration: none;
}
.pagination-arrows a:nth-child(1),
.pagination-arrows a:nth-child(5),
.pagination-arrows #prevPageButton,
.pagination-arrows #nextPageButton {
    color: var(--primary-color);
}
.pagination-arrows span:nth-child(1),
.pagination-arrows span:nth-child(5) {
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-width: 1px;
    border-color: var(--primary-color);
}
.pagination-sm .page-link { font-size: 1rem; }

/******** track shipment *********/
.track-shipment .container {
    padding-top: 100px;
    min-height: 80vh;
}
.track-shipment-iframe-wrapper iframe {
    margin-top: 1rem;
    width: 100%;
    height: 100vh;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.track-shipment-iframe-wrapper iframe {
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    height: 100vh;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.track-shipment-content {
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 0 0 31px -12px rgba(0, 0, 0, .5);
    padding: 40px;
}

/******** about-us *********/
.about-us,
.terms-of-service,
.privacy-policy {
    padding-top: 120px;
    min-height: 70vh;
}
.about-us-title,
.term-of-services-title,
.privacy-policy-title {
    font-size: 42px !important;
    text-align: center;
}
.about-us h1,
.term-of-services-content-container h1,
.privacy-policy-content-container h1 {
    font-size: 36px;
}
.about-us h2,
.term-of-services-content-container h2,
.privacy-policy-content-container h2 {
    font-size: 34px;
}
.about-us h3,
.term-of-services-content-container h3,
.privacy-policy-content-container h3 {
    font-size: 30px;
}
.about-us h4,
.term-of-services-content-container h4,
.privacy-policy-content-container h4 {
    font-size: 26px;
}
.about-us h5,
.term-of-services-content-container h5,
.privacy-policy-content-container h5 {
    font-size: 22px;
}

/******** post *******/
.post-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    text-decoration: none;
}
.post-item:hover {
    opacity: 0.6;
}
.post-item-thumbnail img {
    width: calc((16 / 9) * 110px);
    height: 110px;
    object-fit: cover;
}
.post-item-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-item-metadata {
    display: flex;
    gap: 8px;
    font-size: 14px;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .post-item {
        flex-direction: column;
    }
    .post-item-thumbnail img {
        width: 100%;
        height: calc((9 / 16) * 100vw);
    }
}
.post-content-wrapper,
.post-content,
.post-item,
.page-preview,
.post-preview {
    color: var(--primary-color);
}
.post-content-wrapper {
    padding-top: 20px;
}
.post-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 28px;
}
.post-title-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
}
.post-title-wrapper .post-updated-at {
    font-size: 14px;
    margin-top: 10px;
}
.post-terms-wrapper {
    margin-bottom: 20px;
}
.post-terms-wrapper .post-term {
    border: 1px solid rgba(0, 0, 0, .125);
    color: #0d6efd;
    padding: 8px;
    font-size: 14px;
}
.post-content {
    font-size: 16px;
    line-height: 24px;
    overflow-wrap: break-word;
}
.post-content h1 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.post-content h2 {
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-content h3 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.post-content h4 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.post-content h5 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.post-content img, .page-preview img, .post-preview img {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.post-content ol {
    list-style: auto;
    padding: revert;
    margin: revert;
}
.post-content ol li, .post-content ul li {
    padding-top: 5px;
    padding-bottom 5px;
}
.post-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.post-content pre {
    margin-bottom: 0;
}
.post-content ul {
    list-style: disc;
    padding: revert;
    margin: revert;
}
.post-content table td,
.post-content table th {
  padding: 5px;
  border-width: 1px;
  border-color: #000;
}
.post-content table {
   min-width: 50%;
}
@media (max-width: 576px) {
    .post-content-wrapper {
        padding-top: 20px;
    }
}
.post-table-of-contents-wrapper {
    padding-top: 20px !important;
    max-height: 70vh !important;
}
#post-table-of-contents .nav-link {
    color: var(--primary-color) !important;
}

/******** autocomplete *********/
.ui-autocomplete {
    z-index: 99999;
    list-style: none;
    padding-left: 1rem;
    width: auto !important;
    min-width: 0 !important;
    max-width: 300px !important;
    background: #fff !important;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.ui-autocomplete li {
    padding: 2px 0px 2px 0px;
    cursor: pointer;
}

/*** media list ***/
.media-list {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

.media-list > li {
    align-items: center;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
}

.media-list img,
.media-list video {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.media-list video {
    pointer-events: none;
}

.media-list .file-thumbnail {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 100%;
    overflow: hidden;
}

.media-list .file-thumbnail span {
    display: block;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-list audio {
    max-width: 100%;
}

.media-details-modal-body {
    text-align: center;
}

.media-details-preview {
    max-height: 75vh;
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .media-list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .media-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pswp__img {
    object-fit: contain;
}