.new-flag {
    position:absolute;
    top:-12px;
    right:-22px;
    width:32px;
}

.nav-font {
    font-weight: 700;
    color: var(--theme-text-main)
}

.nav-font.reverse {
    color: #fff;
}

.nav-bold {
    font-weight: 600;
}

.nav-font:hover {
    color: var(--theme-text-main)
}

.nav-font.reverse:hover {
    color: #fff;
}

.nav-icon {
    height: 16px;
    margin-right: 2px;
}

#solutionMenuContent {
    padding-top: 30px;
    padding-bottom: 40px;
}

#solutionMenuContent h4 {
    font-size: 16px;
    padding-bottom: 20px;
}

.nav-solution-card {
    display: flex;
    padding: 24px;
    height: 132px;
    border-radius: 16px;
}

.nav-solution-card.en {
    height: 164px;
}

.nav-solution-card img {
    margin-right: 24px;
}

.nav-solution-card h5 {
    font-size: 18px;
    line-height: 32px;
}

.nav-solution-card p {
    font-size: 14px;
    margin-top: 8px;
}

.nav-solution-card:hover { background: #F3F9FF; }
.nav-solution-card.software:hover { background: #F2FAFF; }
.nav-solution-card.product:hover { background: #F3F9FF; }
.nav-solution-card.sale:hover { background: #FFFBF3; }
.nav-solution-card.operation:hover { background: #FEF8F4; }
.nav-solution-card.human:hover { background: #F2FCFC; }
.nav-solution-card.administration:hover { background: #F8F7FC; }

.dropdown-toggle::after {
    display: none;
}

.dropdown-nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: var(--theme-elevation1);
    border: 0;
    border-radius: 0;
    border-top: var(--theme-border);
}

.navbar-nav .active * {
    color: var(--theme-primary-main)
}

.tracup-btn-text.dark {
    background-color: var(--theme-primary-main);
    color: #fff;
}

.tracup-btn-text.dark:hover {
    background-color: var(--theme-primary-dark);
}

.tracup-btn-text.dark * {
    color: #fff;
}

.navbar-toggler.reverse {
    background-color: #fff;
}

#userInfoMenu .dropdown-item {
    color: var(--theme-text-light);
    font-size: 14px;
}

@media (min-width: 768px) {
    .d-flex-md {
        display: flex;
    }
}

@media (min-width: 992px) {
    .d-flex-lg {
        display: flex;
    }
    .navbar-nav.reverse .active * {
        color: #fff;
    }
}

#productMenuContent p {
    font-weight: bold;
    color: var(--theme-text-main);
}

#productMenuContent font {
    color: var(--theme-text-light);
}

.nav-item {
    position: relative;
    margin-left: 15px;
}

#national-day-2022-discount {
    top: -8px;
    width: 48px;
    right: 2px;
    position: absolute;
    transform: translate(50%, -50%);
}

@media (max-width: 991px) {
    .sm-full-btn {
        width: 100%;
        height: 56px;
        margin-top: 20px;
        line-height: 44px;
    }
    .tracup-btn-text.sm-full-btn {
        background-color: #F0F1F3;
    }
    .navbar>.container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .offcanvas-title>img {
        height: 40px;
    }

    .offcanvas.offcanvas-end {
        border-left: unset;
    }

    .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-font {
        font-size: 18px;
        color: #212433;
    }

    .sm-padding {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nav-item {
        margin-left: 0;
    }
    .hover-toggle-icon {
        display: none;
    }
}

/* overseas-footer-start */
#overseas-footer-feature {
    border-bottom: var(--theme-border);
}

.ai-bg #overseas-footer-feature {
    border-color: #21215E;
}

#overseas-footer-feature .container {
    display: flex;
    justify-content: space-between;
}

.overseas-footer-feature-item {
    display: flex;
    height: 128px;
    align-items: center;
}

.overseas-footer-feature-item img {
    width: 26px;
    height: 26px;
    margin-right: 16px;
}

.overseas-footer-feature-item p {
    color: var(--theme-text-main);
}

.ai-bg .overseas-footer-feature-item p {
    color: var(--theme-background-light);
}

#overseas-footer-header {
    padding-top: 80px;
}

#overseas-footer-logo {
    width: 144px;
}

#overseas-footer-title {
    font-size: 14px;
    margin-top: 20px;
}

#overseas-footer-login {
    display: flex;
    justify-content: flex-end;
}

.ai-bg .tracup-btn-text {
    background: transparent;
    color: var(--theme-background-light);
}

#overseas-footer-content {
    display: flex;
    padding-top: 80px;
    padding-bottom: 120px;
}

#overseas-footer-content .overseas-footer-item {
    width: 20%;
}

.overseas-footer-item h6 {
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 24px;
}

.ai-bg .overseas-footer-item h6 {
    color: var(--theme-background-light);
}

.overseas-footer-item a {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
    color: var(--theme-text-light) !important;
}

#google-play-badge {
    width: 200px;
    margin-left: -12px;
}

.get-tracup-on-pgyer img {
    margin-top: 20px;
    margin-left: 20px;
    height: 40px;
}

.app-store-badge {
    width: 175px;
}

.overseas-footer-item a:hover {
    color: var(--theme-text-main) !important;
}

.ai-bg .overseas-footer-item a {
    color: #7C859C !important;
}

.ai-bg .overseas-footer-item a:hover {
    color: var(--theme-background-light) !important;
}

#overseas-footer-copyright {
    display: flex;
    padding: 30px 0px;
    justify-content: space-between;
    border-top: var(--theme-border);
}

.ai-bg #overseas-footer-copyright {
    border-color: #21215E;
}

#overseas-footer-copyright a {
    font-size: 14px;
    margin-right: 40px;
    color: var(--theme-text-light) !important;
}

#overseas-footer-copyright p {
    font-size: 14px;
    line-height: 24px;
}

#overseas-footer-copyright a:hover {
    color: var(--theme-text-main) !important;
}

.ai-bg #overseas-footer-copyright a {
    color: #7C859C !important;
}

.ai-bg #overseas-footer-copyright a:hover {
    color: var(--theme-background-light) !important;
}

@media (max-width: 768px) {
    #overseas-footer-feature .container {
        display: block;
    }

    .overseas-footer-feature-item {
        justify-content: center;
    }

    .overseas-footer-feature-item p {
        width: 70%;
    }

    #overseas-footer-content {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #overseas-footer-content .overseas-footer-item {
        width: 100%;
        padding-top: 40px;
    }

    #overseas-footer-copyright {
        display: block;
    }

    #overseas-footer-copyright > div {
        display: flex;
        justify-content: space-evenly;
    }

    #overseas-footer-copyright a {
        margin-right: 0px;
    }

    #overseas-footer-copyright p {
        padding-top: 24px;
    }
}
/* overseas-footer-end */