.desktop-nav .header-logo {
    font-family: "barlow-bold";
    font-weight: bold;
    font-size: 32px;
    margin-right: 32px;
    color: #000000;
    position: relative;
    white-space: nowrap;
}
.desktop-nav .header-logo img {
    width: 240px;
}
.desktop-nav .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.desktop-nav .header-logo:after {
    display: block;
    content: '';
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -8px;
    right: -20px;
}

.mobile-nav .header-logo {
    font-family: "barlow-bold";
    font-weight: bold;
    font-size: 32px;
    margin-right: 32px;
    color: #000000;
    position: relative;
    white-space: nowrap;
}
.mobile-nav .header-logo img {
    width: 240px;
}
.mobile-nav .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.mobile-nav .header-logo:after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: -8px;
    right: -20px;
}

#site-footer a {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
}
#site-footer a:hover {
    text-decoration-color: #FFFFFF;
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #000000;
}
.footer-bottom-copyrgiht {
    text-align: center;
    font-family: textweb_bold;
}
#site-footer {
    color: #000;
    background-color: #000000;
    font-size: 11px;
}
.footer-container {
    max-width: unset;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}
.footer-top-description em {
    font-style: unset;
}
.footer-top-description {
    color: #f9f7f4;
    /*font-family: 'Adobe Garamond Pro';*/
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.02px;
    line-height: 22px;
    margin-top: 18px;
    max-width: 436px;
    text-align: center;
    margin-bottom: 0;
    font-family: textweb_regular, serif;
    font-weight: 400;
    font-style: normal;
}
.footer-top-description a {
    border-bottom: 1px solid #ffffff;
}
.footer-top-description a:hover {
    border-bottom-color: #e13d3d;
}
.footer-categories {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    justify-content: space-between;
    letter-spacing: 1.36px;
    line-height: 13px;
    text-align: center;
}
.menu-footer-container ul {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0;
    padding-inline-start: 0;
}
.footer-navigators svg {
    height: 16px;
    width: 16px;
    position: relative;
    top: 13px;
}
.footer-top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 50px 0;
}
.menu-footer-container li {
    text-transform: uppercase;
    font-size: 10px;
}
.menu-footer-container li .txt {
    padding: 12px 0;
}
.footer-navigators {
    padding: 50px 0 65px 0;
    font-family: textweb_bold;
}
.footer-navigators .share {
    text-align: center;
}
.footer-navigators > * {
    margin-bottom: 32px;
}
.footer-navigators > *:last-child {
    margin-bottom: 0;
}
.social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
    border: solid 1px transparent;
    border-radius: 999px;
}
.social-link .ico-act {
    display: none;
}
.social-link:hover {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
.social-link:hover .ico-act {
    display: inline-block;
}
.social-link:hover .ico-def {
    display: none;
}
.footer-disclosure {
    width: 26.16%;
    font-size: 12px;
    letter-spacing: 0;
    text-align: initial;
    line-height: 17px;
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 7px;
}
@media screen and (min-width: 992px) {
    .header-nav.fixed {
        position: inherit;
    }
    .desktop-nav{
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 9px;
        margin-left: auto;
        margin-right: auto;
    }
    .desktop-nav .user-portrait{
        margin: 0;
        margin-right: 12px;
        width: 40px;
        height: 40px;
    }
    .desktop-nav .user-name{
        width: auto;
        font-family: "textweb_bold" ;
        padding: 12px;
    }
    .desktop-nav .user{
        margin: unset;
    }
    .desktop-nav .user a{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        text-decoration: none;
    }
    .desktop-nav .row-item{
        margin-left: unset;
    }
    .desktop-nav input[type='text'] {
        border-radius: 4px;
        height: 40px;
        width: 400px;
        max-width: 400px;
        padding-left: 10px;
        vertical-align: bottom;
        color: #000000;
    }
    .desktop-nav .user-portrait {
        margin-top: 10px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 9999px;
        -moz-border-radius: 9999px;
        border-radius: 9999px;
        overflow: hidden;
    }
    .desktop-nav .user-portrait img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .desktop-nav .user-name {
        font-size: 14px;
        line-height: 20px;
        width: 110px;
        color: #000000;
    }
    .user-portrait {
        width: 24px;
        height: 24px;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        border-radius: 999px;
        overflow: hidden;
        margin-top: 6px;
    }
    .user-portrait img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .candidate-module.candidate-abs {
        position: absolute;
        width: 100%;
        background-color: #f7f7f7;
        z-index: 1;
        width: 415px;
    }
    .candidate-content {
        display: table;
        width: 100%;
        overflow: hidden;
        border-radius: 3px;
        border: solid 1px #f8f8f8;
        font-size: 14px;
    }
    .candidate-item {
        display: table-row;
        border-bottom: solid 1px #e6e6e6;
        cursor: pointer;
    }
    .candidate-item:nth-child(odd) {
        background-color: #f8f8f8;
    }
    .candidate-item:nth-child(odd):hover {
        background-color: #ebebeb;
    }
    .candidate-item:nth-child(even) {
        background-color: #ffffff;
    }
    .candidate-item:nth-child(even):hover {
        background-color: #f2f2f2;
    }
    .candidate-item:last-child {
        border-bottom: none;
    }
    .candidate-item.demo {
        display: none;
    }
    .candidate-text {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
        word-break: break-word;
    }
    .candidate-text a{
        color: #0d0d0d;
    }
    .candidate-remark {
        display: none;
    }
    .candidate-hide {
        display: none;
    }
    .search-close{
        color: #adadad;
        text-align: right;
    }
    .first-header-list {
        font-size: 0;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: end;
        justify-content: end;
        background-color: #000000;
    }
    ::-webkit-selection {
        background: #000000;
        color: #ffffff;
    }
    ::-moz-selection {
        background: #000000;
        color: #ffffff;
    }
    ::selection {
        background: #000000;
        color: #ffffff;
    }
    .desktop-nav.nav-term{
        max-width: none;
        background-color: #000000;
    }
    .first-header-list{
        max-width: 1080px;
        -webkit-justify-content: start;
        justify-content: start;
        margin: auto;
    }
    .first-header-list li {
        color: #fff;
        display: inline-block;
        height: 100%;
        left: 0;
        position: relative;
        right: 0;
        white-space: nowrap;
        min-width: 130px;
    }
    .first-header-list .txt {
        padding: 16px 12px;
        letter-spacing: 0.4px;
        font-size: 16px;
        position: relative;
        text-align: center;
    }
    .first-header-list .txt:hover .unfold-icon {
        display: none;
    }
    .first-header-list .txt:hover .unfold-icon-act {
        display: inline;
    }
    .first-header-list .txt:after {
        position: absolute;
        background-image: url(/files/image/material/tab_underline_think.svg);
        background-repeat: no-repeat;
        background-position: center;
        content: "";
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.1s ease 0s;
        -moz-transition: all 0.1s ease 0s;
        -ms-transition: all 0.1s ease 0s;
        -o-transition: all 0.1s ease 0s;
        transition: all 0.1s ease 0s;
    }
    .first-header-list .txt.active {
        font-family: textweb_bold;
        font-weight: bold;
    }
    .first-header-list .txt.active:after,
    .first-header-list .txt:hover:after {
        height: 6px;
    }
    .first-header-list .txt .unfold-icon-act {
        display: none;
    }
    .first-header-list a {
        color: inherit;
        text-decoration: none;
    }
    .mobile-header-nav {
        display: none !important;
    }
    .header-nav-wrapper {
        padding: 13px 0;
        max-width: none;
        margin: auto;
    }
    .unfold-icon,
    .unfold-icon-act {
        position: relative;
        top: 4px;
    }
    .header-nav {
        background: #fff;
    }
    .main-page {
        margin-top: 30px;
    }
    .main{
        min-height: 600px;
    }
}