.header-mobile {
    display: none;
}

header {
    z-index: 2;
    position: fixed;
    width: 100%;
    background: #E7F4FE;
    border: 2px solid #00122D0F;
}

.wp-menu {
    justify-content: flex-end !important;
}

.hidden-pc,
.dp-rsmobile {
    display: none;
}

.heightline {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-top: -5px;
}

.header-logo {
    width: 182px;
}

header li {
    padding-right: 1rem;
    padding-left: 1rem;
}

header li a:hover {
    color: #000;
}

header li:first-child {
    margin-left: 15px;
}

header li:last-child {
    border-right: none;
}

header .header-group-button button {
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 25px;
    width: 140px;
    line-height: 2.2rem;
}

.header-group-button a {
    margin: 0 5px;
}

.header-group-button a:last-child {
    margin-right: 0px;
}

.header-menu-item {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-toggler {
    border-color: #000;
}

.icon-menu-mobile {
    font-size: 2rem;
    color: #000;
}

.btn-header {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff;
}

.btn-header-login,
.btn-login-now {
    border-radius: 109px;
    box-shadow: -3px -4px 7px 0px #FFFFFF26 inset;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(ellipse 65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
    background-blend-mode: overlay;
    border: none;
    background-clip: padding-box;
}

.btn-header-login:hover,
.btn-login-now:hover {
    background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(ellipse 65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
    background-blend-mode: overlay;
    /* blend để hòa trộn nhẹ màu */
}

.btn-header-signup,
.btn-reg-now {
    padding: 10px 30px;
    border-radius: 44px;
    border: 0.5px solid #00000033;
    box-shadow: 3px 4px 8px 0px #FFFFFFB2;
    box-shadow: -10px -12px 18px 0px #5BD8FF1A inset;
    box-shadow: 0px 2px 2px 0px #FFFFFF99 inset;
    box-shadow: 6px 9px 9px 0px #FFFFFF99 inset;
    box-shadow: 0px -3px 8px 0px #FFFFFF40 inset;
    box-shadow: 0px 2px 4.7px 0px #00000012;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #3F4F75;
    background: linear-gradient(0deg, #F1F1F1, #F1F1F1);
    background-blend-mode: overlay;
    border: none;
    background-clip: padding-box;
}

.btn-header-signup:hover,
.btn-reg-now:hover {
    background: linear-gradient(0deg, #fff, #F1F1F1);
    cursor: pointer;
}

@media (max-width: 768px) {
    .header-pc {
        display: none;
    }

    .header-mobile {
        display: flex;
        flex-direction: column;
        padding: 8px 0px;
    }

    .logo-group {
        max-width: 140px;
        width: 100%;
    }

    /*Mobile*/
    .header-mobile .container {
        background: linear-gradient(180deg, #E7F4FE 0%, #ECF2FE 100%);
    }

    .header-mobile .navbar .container {
        display: flex;
        position: relative;
        align-content: center;
        justify-content: center;
    }

    .header-mobile .toggle-btn {
        position: absolute;
        top: 1rem;
        left: 1rem;
        background: transparent;
        border: none;
        font-size: 1.2rem;
        border-radius: 5px;
        z-index: 1;
        cursor: pointer;
    }

    .header-mobile .left-menu {
        position: fixed;
        top: 0;
        left: -250px;
        /* Ẩn ra ngoài */
        width: 250px;
        height: 100vh;
        background: #f5f5f5;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
        transition: left 0.3s ease;
        z-index: 2;
        display: flex;
        flex-direction: column;
        background: linear-gradient(180deg, #E7F4FE 0%, #ECF2FE 100%);
    }

    .header-mobile .left-menu.open {
        left: 0;
        /* Hiện menu */
    }

    .header-mobile .menu-logo {
        /*padding: 1rem;*/
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        background: #ddd;
        position: relative;
    }

    .header-mobile .close-btn {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: none;
        border: none;
        font-size: 1.2rem;
        align-self: flex-end;
        cursor: pointer;
    }

    .header-mobile .btn-group {
        display: flex;
        gap: 8px;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 15px 0 5px 0;
    }

    .header-mobile .btn-login {
        padding: 10px 22px;
        border-radius: 109px;
        box-shadow: -3px -4px 7px 0px #FFFFFF26 inset;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 00;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
        background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(ellipse 65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
        background-blend-mode: overlay;
        /* blend để hòa trộn nhẹ màu */
        border: none;
        background-clip: padding-box;
    }

    .header-mobile .btn-login:hover {
        background: linear-gradient(180deg, #359EFF 48.35%, #1F79FF 81.94%);
    }


    .header-mobile .btn-register {
        padding: 10px 24px;
        border-radius: 44px;
        background: linear-gradient(0deg, #F1F1F1, #F1F1F1), radial-gradient(63.11% 63.11% at 31.97% 19.67%, #FFFFFF 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
        border: 0.5px solid #00000033;
        box-shadow: 3px 4px 8px 0px #FFFFFFB2;
        box-shadow: -10px -12px 18px 0px #5BD8FF1A inset;
        box-shadow: 0px 2px 2px 0px #FFFFFF99 inset;
        box-shadow: 6px 9px 9px 0px #FFFFFF99 inset;
        box-shadow: 0px -3px 8px 0px #FFFFFF40 inset;
        box-shadow: 0px 2px 4.7px 0px #00000012;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
        color: #3F4F75;
        background: linear-gradient(0deg, #F1F1F1, #F1F1F1);
        background-blend-mode: overlay;
        /* blend để hòa trộn nhẹ màu */
        border: none;
        background-clip: padding-box;
    }

    .header-mobile .btn-register:hover {
        background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(ellipse 65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
        background-blend-mode: overlay;
        /* blend để hòa trộn nhẹ màu */
    }

    .header-mobile .menu-links {
        list-style: none;
        padding: 0 16px;
        margin: 0;
        flex: 1;
        color: #3F4F75;
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    .header-mobile .menu-links li {
        border-bottom: 0.5px solid #B5BCD333;
        padding: 3px 0;
    }

    .header-mobile .menu-links a {
        display: block;
        padding: 1rem;
        text-decoration: none;
        color: #333;
    }

    .header-mobile .menu-links a:hover {
        background: #eee;
    }

    .header-mobile .annoucement {
        padding-top: 20px;
    }

    .header-mobile .annoucement-wrapper {
        padding: 4px 0px 0;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
        position: relative;
    }

    .header-mobile .annoucement-region {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border: 0.34px solid #00122D0F;
        border-radius: 6px;
        box-shadow: 0px 1.35px 1.83px 1.35px #FFFFFF inset;
        box-shadow: 0px -0.68px 3.72px 0px #0D99FF33 inset;
        box-shadow: 0px 2.71px 5.21px 0px #668BEB21;
        box-shadow: 0px 0.68px 0.07px 0px #376EFC40;
        background: linear-gradient(180deg, #E7F4FE 0%, #ECF2FE 100%);
        padding: 2px 8px;
        gap: 10px;
    }

    .header-mobile .annoucement-scrollText {
        position: relative;
        flex: 1;
        overflow: hidden;
        height: 30px;
        display: flex;
        align-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 10.83px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
    }

    .header-mobile .annoucement-content {
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        will-change: transform;
        animation: scrollText 20s linear infinite;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
    }

    .header-mobile .annoucement .annoucement-icon {
        position: absolute;
        top: 2px;
        left: 5px;
    }

    .header-mobile .annoucement .annoucement-icon-none {
        width: 20px;
    }

    .header-mobile .annoucement-title {
        color: #0053DF;
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
    }

    .header-mobile .annoucement-btn {
        padding: 4px 10px;
        margin-left: 10px;
        border-radius: 8px;
        background: linear-gradient(0deg, #2F6EFF, #2F6EFF), radial-gradient(ellipse 65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse 92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
        background-blend-mode: overlay;
        /* blend để hòa trộn nhẹ màu */
        box-shadow: -3px -4px 7px 0px #FFFFFF26 inset;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
        color: #FFFFFF;
    }

    .header-mobile .annoucement-btn:hover {
        background: linear-gradient(180deg, #359EFF 48.35%, #1F79FF 81.94%);
    }

    .header-mobile .menu-item {
        padding: 10px 10px;
    }
}

@media (min-width: 768px) {
    .header-mobile .toggle-btn {
        display: none;
        /* Ẩn nút khi desktop */
    }
}

/* Hiệu ứng chữ chạy */
@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}