.header * {
    font-family: "BIZUDPGothic-Bold";
}

.header *,
.top-header * {
    letter-spacing: 2.5px;
    line-height: 27px;
}

.header {
    height: 130px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.header button:hover,
.top-header button:hover {
    transform: scale(1.08);
}

.top-header {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 27%;
    height: 100%;
    padding: 11px 0;
    max-width: 320px;
}

.header .action a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.header .action a.btn-login-education {
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #D9234C;
}

.background-login-education {
    background-color: #D9234C;
}

.background-login-company {
    background-color: #3589DD;
}

.background-login-education .logo-login,
.background-login-company .logo-login {
    background-color: #FFFFFF;
}

.header .action a.btn-login-company {
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #3589DD;
}

.header .action .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.header .action .item .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    height: 100%;
    color: #222222;
}

.header .action .item .title img {
    width: 50px;
    height: 30px;
}

.header .logo {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 20px;
}

.header .logo .link-home {
    color: #000 !important;
    text-decoration: none;
    display: contents;
}

.header .logo .link-home > img {
    width: 100%;
}

.header .logo .link-home p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

.header .logo .link-home p:first-child {
    font-size: 14px !important;
}

.header .logo .link-home p:last-child {
    font-size: 10px !important;
}

.header span,
.header .title-menu {
    font-weight: bold;
    font-size: 14px;
}

.header .menu {
    height: 100%;
    width: 43%;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    padding: 11px;
}

.header .menu .menu-top span {
    font-size: 14px;
    font-weight: bold;
}

.header .menu .menu-top,
.menu-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header .menu .menu-top {
    height: 16px;
}

.header .menu .menu-bottom {
    height: calc(100% - 16px);
}

.header .menu .menu-top .item-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 31px;
}

.header .menu .menu-bottom .sidebar .item {
    padding: 12px 22px;
    border-left: 1px dashed #707070;
}

.header .menu .menu-bottom .sidebar .item-last {
    border-right: 1px dashed #707070;
}

.header .menu .menu-top .item-menu a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.menu-top .item-menu .item {
    cursor: pointer;
}

.menu .menu-bottom .sidebar {
    width: 100%;
    /*max-width: 360px;*/
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.menu-bottom .sidebar .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
    height: 100%;
}

.menu-bottom .sidebar .item-link {
    color: #000 !important;
    text-decoration: none;
    display: contents;
}

.menu-bottom .sidebar .item-link .item-active {
    border-radius: 16px 16px 0 0;
}

.menu-bottom .sidebar .item-link .item-active > span {
    color: #ffffff !important;
}

.menu-bottom .sidebar .item-link .item-active > svg > path {
    stroke: #ffffff;
}

.sidebar .item.item-1 {
    width: 30%;
    border-bottom: solid 6px #ff7f25;
}

.sidebar .item.item-2 {
    width: 23%;
    border-bottom: solid 6px #ff0788;
}

.sidebar .item.item-3 {
    width: 23%;
    border-bottom: solid 6px #00c85a;
}

.sidebar .item.item-4 {
    width: 24%;
    border-bottom: solid 6px #055de6;
}

.menu-bottom .sidebar .item > span {
    font-size: 16px;
    font-weight: bold;
}

.menu .item-menu {
    color: #222222;
    font-size: 13px;
}

.header .logo .logo-961 {
    display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1300px) {
    .header .logo {
        width: 25%;
    }

    .header .menu {
        width: 43%;
    }

    .header .menu .menu-bottom .sidebar {
        width: 100%;
    }

    .header .action {
        width: 32%;
        padding: 0 10px 0 0;
    }

    .header .block-logout {
        padding: 10px;
    }
}

.header .block-logout {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .block-logout a {
    text-decoration: none;
    cursor: pointer;
    background: #ffffff;
    padding: 4px 26px;
    border-radius: 25px;
    color: #222222;
}

.header a {
    text-decoration: none;
    cursor: pointer;
}

.header .logo-login {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 20px;
}

.header .menu-login {
    height: 100%;
    width: 58%;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    padding: 11px;
    align-items: flex-start;
    justify-content: center;
}

.header .menu-login .item-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.header .menu-login .item-menu a {
    color: #ffffff;
}

.header .menu-login .title-menu {
    color: #ffffff;
    font-size: 16px
}

.top-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-header .image-top {
    height: calc(100vw / 3);
    width: 100%;
    background: transparent url('../../../assets/images/image_9803.png') 0 0 fixed padding-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: contain;
}

.top-header .image-top .content .action-header .list-action {
    display: flex;
    gap: 0.25rem;
    justify-content: space-around;
}

.top-header .image-top .content .action-header {
    flex-direction: column;
    gap: 1rem;
    width: 50%;
    display: flex;
}

.top-header .image-top .content .logo {
    width: 35%;
}

.top-header .image-top .content {
    height: 80%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 70%;
}


.top-header .menu-item .item {
    display: flex;
    gap: 30px;
    align-items: center;
    border-left: 1px solid #222222;
    padding: 0 30px;
}

.top-header .menu-item .item-last {
    border-right: 1px solid #222222;
}

.top-header .menu-item .title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-header .menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    gap: 30px;
}

.top-header a {
    text-decoration: none;
    color: #222222;
    cursor: pointer;
}

.top-header .menu-item a.btn-login-company {
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #3589DD;
}

.top-header .menu-item a.btn-login-education {
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #D9234C;
}

.top-header .list-notification {
    min-height: 700px;
    width: 100%;
    background: #FAC83D 0 0 no-repeat padding-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-header .list-notification .block-ground {
    max-width: 1100px;
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 12px;
    justify-content: center;
}

.top-header .list-notification .block-ground .contact .note {
    bottom: 100%;
    font-size: 12px;
    color: #000000;
}

.top-header .list-notification .block-ground .contact {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-header .list-notification .block-ground .contact .icon {
    left: 0;
    position: absolute;
}

.top-header .list-notification .block-ground .noti-list .icon {
    left: 50%;
    bottom: 95%;
    transform: translateX(-50%);
    position: absolute;
}

.top-header .list-notification .block-ground .noti-list {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border-radius: 22px;
    height: 60%;
    display: flex;
    flex-direction: column;
    padding: 40px 24px 24px 24px;
    justify-content: space-between;
}

.top-header .list-notification .block-ground .noti-list .list-item {
    display: flex;
    flex-direction: column;
    height: 80%;
    overflow: auto;
    padding: 12px;
}

.top-header .list-notification .block-ground .noti-list .btn button {
    background: #FFFFFF 0 0 no-repeat padding-box;
}

.top-header .list-notification .block-ground .noti-list .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 18px;
    border-radius: 50px;
    border: 3px solid #222222;
    width: 60%;
    max-width: 220px;
    margin: 0 auto;
    position: relative;
}

.top-header .list-notification .block-ground .noti-list .btn .icon-button {
    position: absolute;
    width: 29px;
    top: 18%;
    left: 80%;
}

.top-header .list-notification .block-ground .noti-list .item div {
    gap: 8px;
    flex-direction: row;
    display: flex;
    align-items: center;
}

.top-header .list-notification .block-ground .noti-list .item .ticker {
    padding: 4px 10px;
    background: brown;
    border-radius: 25px;
    color: #ffffff;
    height: max-content;
}

.top-header .list-notification .block-ground .noti-list .item .content {
    color: #222222;
    text-decoration: underline;
    height: max-content;
}

.top-header .list-notification .block-ground .noti-list .item .title-notification {
    word-break: break-all;
}

.top-header .list-notification .block-ground .noti-list .item .title-notification p {
    margin-bottom: 14px;
}

.top-header .list-notification .block-ground .noti-list .item .tag-new {
    text-align: center;
    padding: 3px;
    font-size: 8px;
    line-height: normal;
    border: 2px solid crimson;
    color: crimson;
    height: fit-content;
}

.top-header .list-notification .block-ground .noti-list .item td {
    border: none;
}

.top-header .list-notification .block-ground .noti-list .item {
    padding: 8px 0;
    border-bottom: 1px dashed #707070;
}

.top-header .list-notification .block-ground .contact .block-contact {
    gap: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 900px) {
    .top-header .list-notification .block-ground .contact {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .top-header .menu-item {
        flex-direction: column;
        max-width: 400px;
        padding: 12px;
    }

    .top-header .menu-item .item {
        border: none !important;
        padding: 0 !important;
        gap: 12px;
        width: 100%;
        justify-content: space-between;
    }

    .top-header .menu-item a.btn-login-education,
    .top-header .menu-item a.btn-login-company {
        padding: 4px 20px;
    }

    .top-header .list-notification .block-ground .contact {
        align-items: end;
    }

    .top-header .list-notification .block-ground .contact .block-contact {
        flex-direction: column;
        align-items: start;
    }
}

@media only screen and (max-width: 769px) {
    .top-header .list-notification {
        min-height: 770px;
    }

    .top-header .list-notification .block-ground .noti-list .item {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .top-header .list-notification .block-ground .noti-list .item .title-notification {
        margin-bottom: 12px;
    }

    .top-header .list-notification .block-ground .noti-list .item > td {
        padding: 0;
    }

    .top-header .list-notification .block-ground .noti-list .item .title-notification p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 960px) {
    .top-header .list-notification {
        padding: 60px 0 40px 0;
    }
    .top-header .list-notification .block-ground {
        max-width: 95%;
    }

    .top-header .fs-24 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .top-header .list-notification .block-ground .contact {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .top-header .list-notification .block-ground {
        gap: 2rem;
    }

    .top-header .list-notification .block-ground .contact .icon {
        position: unset;
    }
}

.top-header .image-top .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
    z-index: 1;
}

.white-space-nowrap {
    white-space: nowrap;
}

@media only screen and (max-width: 769px) {
    .top-header .image-top {
        height: 100vw;
        background: transparent url('../../../assets/images/image_95.png') 0 0 fixed padding-box;
        background-size: contain;
    }

    .top-header .image-top .content {
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
    }

    .top-header .image-top .content .logo {
        width: 70%;
    }

    .top-header .image-top .content .action-header {
        width: 70%;
    }

    .top-header .image-top .content .action-header .list-action a {
        padding: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .top-header .image-top {
        height: calc(100vw * 1.5);
        background: transparent url('../../../assets/images/image_57.png') 0 0 fixed padding-box;
        background-size: contain;
    }

    .top-header .image-top .content {
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
    }

    .top-header .image-top .content .logo {
        width: 90%;
    }

    .top-header .image-top .content .action-header {
        width: 90%;
    }

    .top-header .image-top .content .action-header .list-action a {
        padding: 4px;
    }
}
