.administration-nav {
    width: 100%;
    height: 602px;
    background: url(/publish/waxyEN/images/ibanner.jpg) no-repeat center center;
    background-size: 1400px 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.administration-nav ul {
    width: 1255px;
    height: 106px;
    background: #FFFFFF;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 105px;
}

.administration-nav ul li {
    font-family: DM Sans, DM Sans;
    height: 100%;
    text-align: center;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 19px;
    border-bottom: 10px solid transparent;
    transition: border-color .25s;
}

.administration-nav ul li a {
    color: #282828;
    height: 100%;              
    display: flex;
    align-items: center;
}

.administration-nav ul li.active {
    border-bottom-color: #8F0F2C;
}
.page-section        { display: none; }
.page-section.active { display: block; }
.main-content {
    max-width: 1400px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-head {
    margin: 0 auto;
    position: relative;
    width: 100%;
    width: 1283px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #9F9F9F;
}

.page-head::before,
.page-head::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9F9F9F;
}

.page-head::before {
    left: 0;
}

.page-head::after {
    right: 0;
}

.breadcrumb {
    font-family: DM Sans, DM Sans;
    font-weight: 400;
    font-size: 23px;
    color: #696969;
    text-align: left;
}

.breadcrumb a {
    color: #696969;
}

.page-title {
    font-family: DM Sans, DM Sans;
    font-weight: 400;
    font-size: 35px;
    color: #9B2742;
    text-align: left;
}