* {
    font-family: 'Mulish', sans-serif !important;
    box-sizing: border-box;

}
body {
    background: #151136;
}
.body_width {
    max-width: 1140px;
    margin: auto;
}

.main_header_top {
    display: flex;
    height: 44px;
    align-items: center;
    padding: 0 8px;
    flex-wrap: wrap;
}

.header_top {
    width: 100%;
    background: #212048;
    border-bottom: 1px solid #aa9cc0;
    position: fixed;
    z-index: 3;
}

.link_logo {
    width: 100px;
}

.search_header {
    border: 1px solid #3a2b52;
    border-radius: 4px;
    display: flex;
    width: 443px;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
}

.name_server_header {
    display: flex;
    align-items: center;
    width: 59px;
    height: 30px;
    padding: 6px 12.5px 6px 15px;
    background: #41296a;
    border-radius: 4px 0 0 4px;
    justify-content: space-between;
}

.name_server_header span {
    margin-top: 2px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.name_server_header svg {
    width: 13px;
    height: 13px;
    fill: #fff;
    margin-bottom: 2px;
}

.search_header input {
    display: block;
    width: 328px;
    height: 26px;
    background: no-repeat;
    border: none;
    margin-left: 13px;
    font-size: 14px;
    color: #fff !important;
}

svg.svg_search {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.btn_header_top svg {
    width: 32px;
}

.btn_header_top {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.btn_login_header {
    margin-left: 10px;
    height: 32px;
    line-height: 19.1px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    background: #f2bf43;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
}

.header_bot {
    width: 100%;
    background-color: #120f30;
    padding-top: 45px;
}

.list_menu {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 6px;
    flex-wrap: wrap;
}
.tl_header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.list_menu a {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
}

.btn_menu,
.btn_search_menu,
.fav_menu {
    display: none;
}
.header_sidebar {
    position: fixed;
    width: 80px;
    left: 0;
    top: 0;
    background-color: #120f30;
    z-index: 5;
    height: 100vh;
    transition: width .2s ease-in;
    overflow: hidden;
}

.SidebarPC_menuList__zbErp {
    font-size: 1rem;
    font-weight: 600;
    line-height: 22px;
    height: 100vh;
    grid-template-rows: 120px repeat(6, 54px) auto repeat(1, 54px);
    display: grid;
}

.LogoBox_logoContainer__LpXHI.SidebarPC_menuLogo__PTDOH {
    color: #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    width: 80px;
    transition: width .3s;
}
.header_sidebar_show .SidebarPC_menuLogo__PTDOH {
    width: 180px;
}
.LogoBox_logo__PYtJ8 {
    width: 35px;
    height: 38px;
    /* position: relative; */
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

a.LogoBox_logo__PYtJ8 img {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    inset: 0px;
    color: transparent;
}

.SidebarPC_menu__Z_i5j {
    padding: 16px;
    cursor: pointer;
    align-self: stretch;
    width: 180px;
    display: flex;
    align-items: center;
    padding-left: 30.5px;
    transition: width 1.3s;
}

.SidebarPC_menu__Z_i5j svg {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
}

.SidebarPC_menu__Z_i5j span {
    margin-left: 15px;
    display: none;
    transition: display .3s;
}
.header_sidebar.header_sidebar_show {
    width: 180px;
}
.header_sidebar_show .SidebarPC_menu__Z_i5j span {
    display: block;
    width: 100px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}.menu_mb {
    position: fixed;
    top: 72px;
    left: 0;
    overflow-x: hidden;
    width: 100vw;
    transition: all .5s;
    z-index: 5;
    display: none;
}
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {
    .header {
        padding-bottom: 112px;
    }
    .link_logo,
    .search_header,
    .btn_header_top,.header_sidebar {
        display: none;
    }

    .main_header_top {
        justify-content: space-between;
        padding: 16px;
        height: 72px;
    }

    .btn_menu,
    .btn_search_menu {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid hsla(0, 0%, 100%, .2);
        border-radius: 4px;
        transition: background-color .1s ease-in, opacity .1s ease-in, color .1s ease-in;
        cursor: pointer;
        width: 40px;
        height: 40px;
    }

    .header_bot {
        padding-top: 72px;
        display: none;
    }

    .list_menu a {
        min-width: 116px;
    }

    .list_menu {
        overflow: auto;
    }

    .link_fav {
        width: 46px;
        height: 46px;
        display: block;
    }

    .fav_menu {
        display: block;
    }

    

    .main_menu_mb {
        background-color: #160d33;
        height: 100vh;
        overflow: hidden;
        color: #a2a3c5;
        box-shadow: 2px 0 5px 1px rgba(18, 11, 50, .74);
        border-right: 1px solid #434343;
        position: relative;
        transition: all .05s ease-in;
        padding: 15px 15px 0 15px;
    }

    .img_logo_mb {
        height: 40px;
        align-items: center;
        justify-content: space-between;
        display: flex;
    }

    .menu_home a {
        display: flex;
        font-weight: 600;
        line-height: 22px;
        color: #fff !important;
        padding: 10px 0;
        border-bottom: 1px solid #474646;
    }

    .menu_home a svg {
        width: 20px;
        margin-right: 18px;
    }

    .menu_home a span {
        font-weight: 600;
        line-height: 22px;
        color: #fff !important;
    }

    .btn_login_menu {
        position: absolute;
        bottom: 100px;
        display: grid;
        grid-template-columns: 40px auto;
        gap: 24px;
        align-items: center;
        padding: 0 16px;
        width: -webkit-fill-available;
    }

    .border_svg {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid hsla(0, 0%, 100%, .2);
        border-radius: 4px;
        transition: background-color .1s ease-in, opacity .1s ease-in, color .1s ease-in;
        cursor: pointer;
        width: 22px;
        height: 22px;
        padding: 8px;
    }

    .border_svg svg {
        width: 24px;
    }

    .LogInBtn_btn__AkE9c {
        height: 32px;
        line-height: 19.1px;
        font-size: 13px;
        font-weight: 700;
        border-radius: 4px;
        cursor: pointer;
        transition: all .3s;
        background: #f2bf43;
        text-transform: uppercase;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 113px;
        margin-left: auto;
    }

    .border_svg img {
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 540px) {}