#cbp-hrmenu .cbp-menu-column-inner {
    height: 100%;
}

#cbp-hrmenu .cbp-menu-column-inner a {
    text-wrap: wrap;
    height: 100%;
    display: block;
}

.sublink-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 12px;
    border-radius: 8px;
}

.sublink-container:hover {
    background-color: #F8FAFA;
}

.sublink-container .content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sublink-container .content .title, .sublink-container-video .content .title {
    overflow: hidden;
    color: #6A7179;
    text-overflow: ellipsis;
    font-size: 1.1429rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7143rem; /* 150% */
}

.sublink-container .content .note, .sublink-container-video .content .note {
    overflow: hidden;
    color: #6D8294;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.cbp-hrsub .cbp-hrsub-inner {
    padding: 12px !important;
    border-radius: 24px;
    border: 1px solid #F1F5F6 !important;
    background: #FFF !important;
    box-shadow: 0px 4px 39.4px 0px rgba(0, 0, 0, 0.07) !important;
}

.cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container > .row:last-child {
    margin-bottom: 0px !important;
}

.menu_row {
    margin: 0px;
    margin-top: 0px !important;
}

.cbp-hrmenu .cbp-menu-column {
    padding: 0px;
    margin-top: 0px !important;
}

.iqitmegamenu-submenu-container .first_rows {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 40px;
}

.iqitmegamenu-submenu-container .first_rows > .cbp-menu-column {
    min-width: 315px;
}

.cbp-hrsub.col-12 {
    max-width: inherit;
    flex: inherit;
}

.sublink-container-video {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px;
    background-color: #F8FAFA;
    border-radius: 16px;
}

.sublink-container-video .video img {
    border-radius: 8px;
}

.sublink-container-video .content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sublink-container-video .link {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
}

.sublink-container-video .link .text {
    color: #E73443;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4286rem; /* 142.857% */
}

.sublink-container-video .tag {
    padding: 4px 12px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #E73443;
    background-color: #FFF7F7;
    color: #E73443;
    font-size: .8571rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2857rem; /* 150% */
}

#iqitmegamenu-horizontal .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title {
    padding: 12px;
    color: #E73443 !important;
    font-size: .8571rem !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.7143rem; /* 200% */
}

.cbp-hrmenu .cbp-categories-row > div {
    margin-top: 15px !important;
}

#cbp-hrmenu .cbp-menu-column-inner a.cbp-column-title.cbp-category-title {
    display: none;
}

.cbp-category-tree {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.cbp-category-tree li {
    border-radius: 8px;
    background: #FFF;
    padding: 12px !important;
    margin: 0px;
}

.cbp-category-tree li:hover {
    background-color: #F8FAFA;
}

.cbp-category-tree .cbp-category-link-w a {
    overflow: hidden;
    color: #6A7179 !important;
    text-overflow: ellipsis;
    font-size: 1.1429rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.7143rem !important; /* 150% */
    padding-left: 20px !important;
}

.cbp-hrmenu .cbp-links li a:before {
    font-size: 1.5rem;
    top: -1px;
}

.cbp-category-tree li:nth-child(1) a::before {
    color: #640C00;
}

.cbp-category-tree li:nth-child(2) a::before {
    color: #E73443;
}

.cbp-category-tree li:nth-child(3) a::before {
    color: #7AA38F;
}

.cbp-category-tree li:nth-child(4) a::before {
    color: #0D92D2;
}

.cbp-category-tree li:nth-child(5) a::before {
    color: #B66B0D;
}

.cbp-category-tree li:nth-child(6) a::before {
    color: #E73443;
}

.cbp-category-tree li:nth-child(7) a::before {
    color: #E73443;
}

.cbp-notfit {
    right: inherit !important;
}