.header {
    height: 105px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px;
}

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

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

.header .logo .link-home > img {
    height: 100%;
    margin-right: 10px;
}

.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 .menu {
    height: 100%;
    width: 75%;
    display: flex;
    flex-direction: column;
}

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

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

.header .menu .menu-top {
    height: 45%;
}

.header .menu .menu-bottom {
    height: 55%;
}

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

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

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

.header .menu .menu-top .item-menu .item:not(:last-child) {
    margin-right: 31px;
}

.menu .menu-bottom .sidebar {
    width: 65%;
    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 .menu-bottom .search {
    position: relative;
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.menu .menu-bottom .search .input-search {
    width: 70%;
}

.menu-bottom .search span {
    margin-right: 15px;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
}

.menu-bottom .search input {
    background-color: #e6e6e6;
    width: 100%;
    height: 35px;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 50px;
}

.menu-bottom .search input::placeholder {
    font-size: 14px;
    color: red;
}

.menu-bottom .search button {
    position: absolute;
    right: 5%;
    top: 28%;
    background-color: #ff000000;
}

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

.menu-top .noti-badge, .hamburger-menu .noti-badge {
    position: absolute;
    top: 0;
    right: -4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 10px;
    color: #ffffff;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 12px;
}

@media only screen and (min-width: 960px) and (max-width: 1300px) {
    .header .logo .logo-1300 {
        display: none;
    }
    .header .logo .logo-961 {
        display: block;
    }

    .header .logo {
        width: 10%;
    }

    .header .menu {
        width: 90%;
    }

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

    .header .menu .menu-bottom .search {
        width: 25%;
    }
}
