.btn-signin{
    background-color: #085571;
    width: 168px;
    height: 40px;
    color: white;
    padding: 0 24px;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    text-align: center;
}

#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu #mega-menu-item-640 a, #mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu #mega-menu-item-882 a {
    width: 168px;
    height: 40px;
}

.nav-container .content {
    display: flex;
    align-items: center; /* căn giữa theo chiều dọc */
    height: 65px; /* 👈 đảm bảo chiều cao gọn */
    box-sizing: border-box;
}

/*.nav-container {*/
/*    position: sticky;*/
/*    z-index: 1000;*/
/*    !*background-color: #0e5b75;*!*/
/*    min-height: 65px;*/
/*    max-height: 65px;*/
/*    top: 0;*/
/*    display: block;*/
/*}*/

.nav-container {
    position: fixed;
    z-index: 50;
    height: 65px;
    min-height: 65px;
    top: 64px;
}


.nav-container.scrolling {
    position: fixed;
    z-index: 50;
    height: 65px;
    min-height: 65px;
    top: 64px;
}

.breadcrumb {
    color: #666666;
}




/* Đảm bảo phần menu giữ layout chuẩn */
.nav-container > .content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ✅ Bọc ngoài breadcrumb — full width */
.breadcrumb-fullwrap {
    width: 100vw;
    background-color: #ECF8F8;
    top: 128px;
    position: fixed;
}

/* ✅ Breadcrumb căn giữa nội dung */
.breadcrumb-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 8px 50px;
    box-sizing: border-box;
    font-size: 14px;
}

#breadcrumbs {
    margin: 0;
    color: #666666;
}



nav#mega-menu-wrap-staff-skills-academy-menu.mega-menu-wrap {
    margin-top: 0;
}

.nav-container.scrolling nav#mega-menu-wrap-staff-skills-academy-menu.mega-menu-wrap {
    margin-top: 0;
}

nav#mega-menu-wrap-staff-skills-academy-menu.mega-menu-wrap {
    clear: none;
    float: right;
}

#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu {
    width: 1000px;
    text-align: right;
    padding: 0px 0px 0px 0px;
}


.nav-container .logo {
    height: 90px;
    width: 202px;
}

.nav-container.scrolling .logo{
    height: 90px;
    width: 202px;
}

#mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu, #mega-menu-wrap-staff-skills-academy-menu .mega-menu-toggle.mega-menu-open + #mega-menu-staff-skills-academy-menu {
    top: 50px;
}

.nav-container.scrolling #mega-menu-wrap-staff-skills-academy-menu #mega-menu-staff-skills-academy-menu[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu, .nav-container.scrolling #mega-menu-wrap-staff-skills-academy-menu .mega-menu-toggle.mega-menu-open + #mega-menu-staff-skills-academy-menu {
    top: 50px;
}



.header-bar .content {
    padding: 13px 50px;
}

/*trang 284*/

header .image-container {
    max-height: 320px;
    position: relative;
}


.image-container.homepage-image {
    max-height: none !important;
}

header .image-container .content .text {
    padding-top: 35px;
    /*width: 100%*/
}

header .image-container .content h1 {
    color: var(--white);
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
    margin-bottom: 15px;
    max-width: 692px;
    text-align: left;
    width: 100%;
}

header .image-container .content p {
    color: var(--white);
    font-family: "Archivo", sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 20px;
    max-width: 765px;
    width: 100%;
}

.header-bar .phone{
    border-bottom: none
}

.blog-content .content .inside-content {
    background: #ffffff;
    padding: 100px;
    border-radius: 100px;
}


.header-bar{
    max-height: 64px;
    position: fixed;
    top: 0;
}


.clear-header{
    height: 129px;
}
