#secNewsDetail {
    height: auto;
    background-color: var(--c-1589940939575, rgba(255, 255, 255, 1));
    display: block
}

@media (max-width: 768px) {
    #secNewsDetail {
        padding: 25px 15px;
    }
}

.column-news-detail-submenu {
    width: 25%;
    order: 2;
    padding: 10px;
    display: block
}

@media (max-width: 768px) {
    .column-news-detail-submenu {
        width: 100%;
    }
}

.column-news-detail-content {
    order: 1;
    width: 75.000000%;
    padding: 10px 0 0 0;
    display: block;
    justify-content: left;
}

@media (max-width: 768px) {
    .column-news-detail-content {
        width: 100%;
        padding: 0
    }
}

.widget-news-detail-content-title {
    height: auto;
    width: 100%;
    color: #656565;
    font-size: 23px;
    top: 0;
    left: 0;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: visible;
    display: block;
    right: 0;
    position: relative
}

.widget-news-detail-content-group {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding-bottom: 10px;
    border: none;
    display: block;
    right: 0;
    position: relative
}

.widget-news-detail-content-group > .widget-childs {
    display: block
}

@media (max-width: 768px) {
    .widget-news-detail-content-group {
        padding: 0 0 10px 0;
    }
}

.widget-news-detail-content-info-group {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 5px 0;
    display: block;
    right: 0;
    position: relative
}

.widget-news-detail-content-info-group > .widget-childs {
    align-items: center;
    justify-content: flex-start;
    align-content: stretch;
    display: flex
}

.widget-news-detail-content-info-icon {
    top: unset;
    left: unset;
    font-size: 50px;
    width: 20px;
    height: 20px;
    display: block;
    position: relative
}

.widget-news-detail-content-info-detail {
    height: auto;
    width: auto;
    top: unset;
    left: unset;
    padding: 0 10px 0 5px;
    display: block;
    position: relative
}

.widget-news-detail-content-detail {
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0 10px;
    display: block;
    right: 0;
    position: relative
}

.widget-news-detail-submenu-group {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 10px;
    margin: 0 0 15px 0;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
    display: block;
    right: 0;
    position: relative
}

.widget-news-detail-submenu-group > .widget-childs {
    display: block
}

.widget-news-detail-submenu-title {
    height: auto;
    width: 100%;
    color: #fff;
    font-size: 18px;
    top: 0;
    left: 0;
    background-color: var(--c-1593747925171, #222);
    padding: 10px 5px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: visible;
    text-align: center;
    display: block;
    right: 0;
    position: relative
}

.widget-news-detail-submenu-content {
    width: 100%;
    height: auto;
    overflow: visible;
    top: 0;
    left: 0;
    background-color: var(--c-1589940939575, #fff);
    border: none;
    display: block;
    right: 0;
    position: relative
}

.widget-news-detail-submenu-content > ul {
    list-style-type: circle;
    border: none;
    padding: 0 0 0 18px
}

.widget-news-detail-submenu-content > ul > li > span {
    color: #000;
    padding: 9px 0 9px 10px;
    height: auto;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 1px 0;
    font-weight: 500;
    font-size: 13px
}

.widget-news-detail-submenu-content > ul ul {
    list-style-type: none;
    padding: 0 0 0 0;
    background-color: var(--c-1589940939575, #fff)
}

.widget-news-detail-submenu-content > ul > li > ul > li > span {
    padding: 9px 10px 9px 20px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0 0 0;
    color: #333
}

.widget-news-detail-submenu-content > ul > li > ul > li > ul li > span {
    padding: 9px 10px 9px 40px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0 0 0;
    color: #333
}

.widget-news-detail-submenu-content > ul > li img {
    width: 25px;
    height: 25px
}

.widget-news-detail-submenu-content li > ul {
    position: relative;
}

.widget-news-detail-submenu-content span:hover {
    color: var(--c-1602726730789, #fff)
}
