.hero-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    background-position: bottom;
}

.geometric-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
}

.shape {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.shape.cube1 {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 10%;
    transform: rotate(45deg) perspective(600px) rotateX(45deg);
    border-radius: 20px;
}

.shape.cube2 {
    width: 150px;
    height: 150px;
    top: 20%;
    right: 25%;
    transform: rotate(15deg) perspective(600px) rotateY(45deg);
    border-radius: 15px;
}

.shape.cube3 {
    width: 180px;
    height: 180px;
    top: 35%;
    right: 15%;
    transform: rotate(-30deg) perspective(600px) rotateZ(30deg);
    border-radius: 18px;
}

.shape.triangle1 {
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 150px solid rgba(255, 255, 255, 0.2);
    top: 15%;
    left: 15%;
    transform: rotate(30deg);
    border-radius: 10px;
}

.shape.triangle2 {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 120px solid rgba(255, 255, 255, 0.15);
    top: 25%;
    left: 25%;
    transform: rotate(-45deg);
}

.header {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 99999;
    left: 0;
}

.logo {
    display: flex;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.logo-icon {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
}

.account {
    font-size: 18px;
    text-transform: uppercase;
    background-color: #2878d7;
    color: #FFF !important;
    border-radius: 30px;
    font-weight: 600;
    padding: 7px 30px;
    box-shadow: rgb(255 255 255 / 53%) 1px 1px 12px 6px;
    margin-right: 5px;
}

.logo-icon::before {}

.navigation {
    display: flex;
    list-style: none;
    gap: 25px;
}

.navigation a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    display: inline-block;
}

.navigation a.home svg {
    width: 22px;
    height: 22px;
}

.navigation a:hover {
    color: #FFFC00;
}

.cta-button {
    background: url(../images/bg-button.png);
    color: white;
    padding: 21px 34px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: rgba(13, 40, 64, 0.67) 0.883883px 0.883883px 0px;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 6px 20px rgba(116, 185, 255, 0.4); */
    color: #FFF;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 260px 50px 50px;
}

.hero-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.hero-title::before {
    content: "";
    position: absolute;
    bottom: -22px;
    right: -55px;
    width: 120px;
    height: 50px;
    background: url(../images/tang-truong.png) no-repeat center / contain;
}

.hero-subtitle {
    font-size: 20px;
    max-width: 800px;
    margin: 20px auto 80px;
    line-height: 1.6;
}

.decorative-line {
    width: 200px;
    height: 14px;
    background-image: url(../images/divider.png);
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.hero-content .gift {
    color: #FFF;
    text-shadow: rgba(13, 40, 64, 0.67) 0.883883px 0.883883px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    background-image: url(../images/bg-gift.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /* z-index: 1; */
    padding: 10px 58px;
}

.hero-content .gift::before {
    content: '';
    background-image: url(../images/gift.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 45px;
    margin-top: 45px;
    position: relative;
    z-index: 10;
    bottom: 0;
    transform: translateY(50%);
}

.service-card {
    backdrop-filter: blur(10px);
    padding: 20px 5px 15px;
    text-align: center;
    color: white !important;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: radial-gradient(circle, #3487de 0%, rgb(15 67 140) 100%);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.service-icon img {
    width: 57px;
    height: 57px;
    object-fit: contain;
}

.service-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.floating-animation {
    animation: float 6s ease-in-out infinite;
}

.floating-animation:nth-child(2) {
    animation-delay: 1s;
}

.floating-animation:nth-child(3) {
    animation-delay: 2s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(2deg);
    }

    50% {
        transform: translateY(-5px) rotate(-1deg);
    }

    75% {
        transform: translateY(-15px) rotate(1deg);
    }
}

@media (max-width:1300px) {
    .navigation a {
        font-size: 17px;
    }
}

@media (max-width:1205px) {
    .slick-arrow {
        display: none !important;
    }

    .logo-icon {
        width: 160px;
    }

    .navigation {
        gap: 16px;
    }

    .navigation a {
        font-size: 16px;
    }

    .header-desck .cta-button {
        transform: scale(0.8);
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .navigation {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .modal-overlayyy .modal-content h2 {
        font-size: 22px;
    }

    .logo-icon {
        width: 150px !important;
        margin-right: 0;
    }

    .hero-content {
        padding: 150px 13px 30px;
    }

    .hero-title::before {
        display: none;
    }

    .hero-subtitle {
        text-align: justify;
        margin: 20px auto 20px;
    }

    .hero-section .services-grid {
        margin-top: 0;
    }

    .hero-section {
        margin-bottom: 55px;
    }

    .header-right .cta-button {
        font-size: 12px;
    }

    #idHome .header-desck {
        padding: 20px 0 5px;
    }

    #idHome .header-desck::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 115px);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }

    #idHome .header-desck.affix::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

#idHome .header-desck {
    position: fixed;
    width: 100%;
    z-index: 99;

    background: transparent;
    padding: 35px 0 5px;
}

#idHome .header-desck:not(.affix) {
    background-image: unset !important;
}

#idHome .header-desck::before {
    display: none;
}

#idHome .header-desck.affix::before {
    display: block;
}

.header-desck {
    background-color: #00135e;
    padding: 40px 0;
    position: relative;
    z-index: 10;
}

.header-desck::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(12, 30, 102, 0) -50%, rgba(12, 30, 102, 0.88) 50%, rgba(0, 19, 94, 1) 100%);
}

#idHome .header-desck.affix {
    background-color: #00135e;
    padding: 5px 0;
}

.header-desck.affix {
    width: 100%;
    background-color: #00135e;
    top: 0;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
    animation: slide-down .5s linear forwards;
    z-index: 50;
    position: fixed;
    padding: 10px 0;
}

.header-desck.affix .logo-icon {
    width: 210px;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(12, 30, 102, 0) -50%, rgba(12, 30, 102, 0.88) 50%, rgba(0, 19, 94, 1) 100%);
}

.modal-overlayyy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    /* display: flex; */
}

.modal-overlayyy .modal-content {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    animation: fadeIn 0.3s ease;
    position: relative;
}

.modal-overlayyy .modal-content h2 {
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.modal-overlayyy .modal-content h4 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.modal-overlayyy .close-btn-modal {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-overlayyy .close-btn-modal svg {
    width: 20px;
    height: 20px;
}

.modal-overlayyy .form-group {
    margin-bottom: 10px;
}

.modal-overlayyy input {
    width: 100%;
    padding: 10px 20px;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 42px;
}

.modal-overlayyy .submit {
    font-size: 14px;
    margin: 15px auto;
    display: block;
    font-weight: 700;
    border-radius: 30px;
    background: #00135e;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 35px;
}

/* Hiá»‡u á»©ng hiá»‡n */
@keyframes fadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.alert-box {
    display: none;
}

.forgot-pass,
.register {
    text-align: center;
}

.icon-menu-mobile {
    display: none;
}

.overlay-menu-mb {
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.overlay-menu-mb.active {
    opacity: .3;
    visibility: visible;
}

.bcs {
    position: relative;
    z-index: 3;
    display: none;
}

.menu-mb {
    background: #FFF;
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    width: 100%;
    max-width: 440px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-mb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.menu-mb.active {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

.menu-mb .menu-navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.menu-mb .level1 .item-level1 {
    display: block;
    padding: 10px 50px 10px 20px;
    position: relative;
    font-size: 16px;
}

.menu-mb .level1 .item-level1.copy {
    background-color: #de2c27;
}

.menu-mb .level1 .title-level1 {
    background: transparent;
    padding: 0;
}

.menu-mb .level1 .item-level1 a {
    color: #FFF;
}

.menu-mb .level1 .item-level1 img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.menu-m-wrap {
    position: relative;
    z-index: 2;
    height: calc(100vh - 70px);
    overflow: scroll;
}

.menu-m-wrap .title-contact {
    font-size: 20px;
    margin-bottom: 10px;
}

.menu-m-wrap .contact-menu {
    padding: 20px;
}

.menu-mb .level1 .arrow svg {
    width: 15px;
    height: 15px;
}

.menu-mb .level1 .arrow svg path {
    fill: #FFF;
}

.menu-mb .level1 .arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s;
}

.menu-mb .level1 .arrow.active {
    transform: rotate(180deg);
}

.menu-mb .level1 .level2 {
    padding-left: 30px;
    margin-top: 10px;
    display: none;
    margin-right: -30px;
}

.menu-mb .level1 .item-level2 {
    padding: 5px 0;
    font-size: 15px;
    position: relative;
}

.menu-mb .level1 .item-level2::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 12px;
    left: -13px;
}

.menu-mb .level1 .item-level2 .level-3 {
    display: none;
    margin-left: 15px;
    margin-top: 10px;
}

.menu-mb .level1 .item-level2 .level-3 .item-level3 {
    font-size: 14px;
    margin-bottom: 4px;
}

.menu-mb .close-menu-mb {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
}

.menu-mb .close-menu-mb svg {
    width: 20px;
    height: 20px;
}

.menu-mb .close-menu-mb svg path {
    fill: #FFF;
}

.menu-mb .level3 {
    padding-top: 5px;
    margin-left: 10px;
}

.menu-mb .level3 li {
    padding-bottom: 5px;
}

.menu-mb .level3 li a {
    font-size: 13px;
}

.stop-scroll {
    height: 100%;
    overflow: hidden;
}

.icon-arrow svg {
    width: 20px;
    height: 20px;
    transform: translateY(-1px);
}

.icon-arrow svg path {
    stroke: #FFF;
}

.navigation li {
    position: relative;
}

.navigation>li.active svg path {
    fill: #FFFC00 !important;
}

.navigation>li.active>a {
    color: #FFFC00;
}

.navigation>li:hover .level-2 {
    display: block;
}

.navigation .level-2 {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFF;
    border-radius: 5px;
    min-width: 130px;
    max-width: 200px;
    width: max-content;
    /* padding: 5px 0; */
    display: none;
    border: 1px solid #ccc6c6;
}

.navigation .level-2 a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 5px 15px;
}

.navigation .level-2 a:hover {
    color: #FFFC00;
    background: #00135e;
}

.navigation .level-3 {
    position: absolute;
    left: 100%;
    z-index: 1;
    top: 0;
    background: #FFF;
    width: max-content;
    display: none;
    border-radius: 5px;
    border: 1px solid #ccc6c6;
}

.navigation .item-level2:hover .level-3 {
    display: block;
}

.cta-btn {
    display: inline-block;
    position: relative;
    border-radius: 30px;
    /* box-shadow: 0 8px 18px rgba(2, 132, 199, .35), inset 0 0 0 1px rgba(255, 255, 255, .12); */
    transform-origin: center;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    text-decoration: none;
    outline: none;
    animation: zoomBlink 1.2s ease-in-out infinite;
    text-transform: uppercase;
}

.cta-btn:hover {
    transform: translateY(-2px) scale(1.03);
    /* box-shadow: 0 12px 24px rgba(46, 49, 146, .7), inset 0 0 0 1px rgba(255, 255, 255, .18); */
    filter: brightness(1.03);
    animation-play-state: paused;
    color: #FFF;
}

.cta-btn:active {
    transform: translateY(0) scale(.99);
}

.cta-btn::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(46, 49, 146, .7);
    /* animation: pulseRing 1.8s ease-out infinite; */
    pointer-events: none;
}

.cta-btn:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 3px;
}

@keyframes zoomBlink {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }

    45% {
        transform: scale(1.08);
        filter: brightness(1.06);
    }

    50% {
        transform: scale(1.08);
        filter: brightness(1.15);
    }

    100% {
        transform: scale(1);
        filter: brightness(1);
    }
}

@keyframes pulseRing {
    0% {
        box-shadow: 0 0 0 0 rgba(14, 165, 233, .45);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(14, 165, 233, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(14, 165, 233, 0);
    }
}

.icon-cart-m {
    position: relative;
}

.icon-cart-m svg {
    width: 25px;
    height: 25px;
}

.icon-cart-m svg path {
    stroke: #FFF;
}

.icon-cart-m span {
    position: absolute;
    top: -10px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #FFF;
    background: #00135e;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-user-login {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: radial-gradient(circle, #fd817b 0%, rgb(141 26 51) 100%);
    display: none;
    align-items: center;
    justify-content: center;
}

.icon-user-login svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.bcs-ecom {
    display: none;
}

.bcs-ecom .text-zifol {
    display: none;
}

.bcs-ecom .text-zifol svg {
    width: 17px;
    height: 17px;
}

.bcs-ecom .text-zifol svg path {
    fill: #FFF;
}

@media (max-width: 992px) {
    .navigation {
        display: none;
    }

    .icon-menu-mobile {
        display: block;
    }

    .icon-menu-mobile svg {
        width: 25px;
        height: 25px;
    }

    .icon-menu-mobile svg path {
        stroke: #FFF;
    }

    .header-right {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-section .services-grid {
        grid-template-columns: repeat(3, 1fr);
        transform: translateY(0%);
        bottom: -50px;
    }

    .about-section .ctnr {
        grid-template-columns: 1fr;
    }

    .networkBg-container .features-grid {
        grid-template-columns: 1fr 1fr;
    }

    .list-servicer-pages .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .member-team .team-grid {
        grid-template-columns: 1fr 1fr;
    }

    .account {
        margin-right: 15px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .list-servicer-pages .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .member-team .team-grid {
        grid-template-columns: 1fr 1fr;
        padding: 20px 0px;
        gap: 10px 0;
    }

    .member-team .member-name {
        padding: 16px 33px;
        font-size: 12px;
    }

    .member-team .member-position {
        font-size: 13px;
    }

    .hero-content .gift {
        font-size: 16px;
        padding: 10px 54px;
    }

    .bcs-pc {
        display: none;
    }

    .bcs {
        display: block;
        text-align: right;
        margin-bottom: 10px;
    }

    .bcs .account {
        display: inline-block;
    }

    #idHome .header-desck {
        padding: 10px 0 5px;
    }

    .bcs-ecom {
        display: inline-block;
        padding: 7px 15px;
        margin-right: 0;
    }

    .header-desck {
        padding: 10px 0 20px;
    }
}

@media(max-width: 405px) {
    .icon-user-login {
        display: inline-flex !important;
    }
}

@media(max-width: 360px) {
    .bcs-ecom .text-m {
        display: none;
    }

    .bcs-ecom .text-zifol {
        display: unset;
    }
}

.password-input {
    position: relative;
    width: 100%;
}

.password-input input {
    width: 100%;
    padding: 10px 40px 10px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.3s;
}

.password-input input:focus {
    border-color: #007bff;
}

.password-input .toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    font-size: 18px;
    transition: color 0.3s;
}

.password-input .toggle-password:hover {
    color: #000;
}
