:root {
    --icon-chevron-down: url("data:image/svg+xml;utf8,                        <svg viewBox='0 0 14.0078 7.5899' xmlns='http://www.w3.org/2000/svg' fill='none'>                            <path d='M6 0L0.707107 5.29289C0.316582 5.68342 0.316582 6.31658 0.707107 6.70711L6 12' stroke='rgb(56,57,58)' stroke-linecap='round' stroke-width='2' transform='matrix(0,-1,-1,0,13.0039,7.00409)'/>                        </svg>");
    --icon-chevron-right: url("data:image/svg+xml;utf8,                          <svg viewBox='0 0 7.5896 14.0082' xmlns='http://www.w3.org/2000/svg' fill='none'>                              <path d='M6 0L0.707107 5.29289C0.316582 5.68342 0.316582 6.31658 0.707107 6.70711L6 12' stroke='rgb(56,57,58)' stroke-linecap='round' stroke-width='2' transform='matrix(-1,0,0,1,7.00391,1.00409)'/>                          </svg>");
}
.layout-main {
    padding-bottom: 30px;
    padding-top: 110px;
    display: flex;
}
.topbanner img {
    width: 100%;
    height: auto;
}
div.bgc_box {
    color: #343433;
}
.bgc_tit h3 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
}
.bgc_date p, .bgc_flip span, .bgc_flip a {
    font-size: 16px;
    line-height: 30px;
    color: #343433;
}
.bgc_date p {
    text-align: right;
}
.bgc_flip a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.bgc_main {
    font-size: 16px;
    line-height: 30px;
}
.bgc_hr {
    background-color: #a1a1a1;
    height: 1px;
    margin: 20px 0;
}
@media screen and (max-width: 768px) {
    .layout-main {
        padding-top: 84px;
    }
    .bgc_tit h3 {
        font-size: 18px;
        line-height: 32px;
    }
    .bgc_date p, .bgc_flip span, .bgc_flip a {
        font-size: 14px;
        line-height: 23px;
    }
    .bgc_main {
        font-size: 14px;
        line-height: 22px;
    }
}
.article-div {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    padding-top: 46px;
    padding-bottom: 70px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
@media screen and (max-width: 1300px) {
    .article-div {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
}
.media-type-filter {
    display: flex;
    width: 100%;
    padding: 0;
    gap: 24px;
    flex-direction: column;
}
.panel-group {
    margin-bottom: 0;
    border-radius: 12px;
}
.panel {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}
.panel-heading>a:before {
    display: none;
}
.panel-heading>a[data-toggle="collapse"] {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 24px;
}
.panel-heading>a[data-toggle="collapse"]::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 12px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--icon-chevron-down);
}
.panel-heading>a.collapsed[data-toggle="collapse"]::after {
    top: 8px;
    right: 0;
    width: 8px;
    height: 12px;
    background-image: var(--icon-chevron-right);
}
.media-type-filter .panel-outer {
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    transition: all .3s ease;
    overflow: hidden!important;
}
.panel-outer>.panel-heading {
    padding: 16px 16px 16px 16px;
    border-bottom: 0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    box-shadow: 0 2px 3px -1px rgba(0,0,0,.15);
}
.filter-item {
    display: flex;
    align-items: flex-start;
    padding: 4px 16px;
    width: fit-content;
}
.article-link-a:focus, .article-link-a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 1;
    color: rgba(0,104,182,1);
}
.filter-item::before {
    margin-top: 10px;
    content: "";
    width: 6px;
    height: 6px;
    opacity: .4;
    border-radius: 50%;
    background: rgba(0,104,182,1);
    margin-right: 8px;
    flex-shrink: 0;
}
.filter-item:hover::before {
    opacity: 1;
}
.panel-outer>.panel-heading a[aria-expanded="false"] {
    box-shadow: none!important;
}
.panel-outer>.panel-heading a {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
    color: rgba(65,65,65,1);
    font-weight: 700;
}
.panel-outer-holder-scroll {
    max-height: 288px;
    overflow: auto;
}
.panel-group .panel {
    margin-top: 0;
    border-radius: 12px;
}
.article-link-a {
    color: rgba(102,102,102,1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.panel-outer-holder .filter-item:first-child {
    padding-top: 10px;
}
.panel-outer-holder .filter-item:last-child {
    padding-bottom: 10px;
}
.pro-chipcomp-div::-webkit-scrollbar, .new-pro-chipcomp-div::-webkit-scrollbar {
    width: 28px;
    height: 22px;
}
.panel-outer-holder::-webkit-scrollbar-track, .panel-outer-holder::-webkit-scrollbar-thumb, .panel-outer-holder::-webkit-scrollbar-thumb:hover {
    background: #e7ebf0;
    scrollbar-width: 24px;
}
.panel-outer-holder-scroll {
    scrollbar-width: 24px;
    scrollbar-color: #c5d7ea #e7ebf0;
}
.filter-tags {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    overflow: hidden!important;
}
.filter-tags p {
    padding: 16px 16px 4px 16px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(65,65,65,1);
    font-weight: 700;
}
.filter-tags-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 4px 12px 12px 12px;
}
.filter-tags-div a {
    padding: 4px 12px;
    color: rgba(102,102,102,1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 119px;
    background: rgba(241,241,241,1);
    margin: 4px;
}
.filter-tags-div a :focus, .filter-tags-div a :hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 1;
    color: rgba(0,104,182,1);
}
.breadcrumb1_con .fa {
    display: inline-block!important;
}
.article-pagination {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 16px;
    margin-top: 40px;
}
.article-pagination span, .article-pagination a {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    padding: 10px;
    color: rgba(52,52,51,1);
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}
.article-pagination a :focus, .article-pagination a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 1;
    color: rgba(0,104,182,1);
}
@media screen and (min-width: 993px) {
    .media-left-div {
        flex: 35;
    }
    .media-right-div {
        flex: 12;
        margin-left: 38px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .article-div {
        padding-top: 46px;
        padding-bottom: 30px;
        flex-direction: column;
    }
    .article-pagination {
        width: 100%;
        gap: 16px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .media-left-div {
        flex: 9;
    }
    .media-right-div {
        flex: 5;
    }
}
@media screen and (max-width: 768px) {
    .media-type-filter {
        gap: 20px;
    }
    .filter-tags-div a {
        padding: 4px 12px;
        font-size: 14px;
        line-height: 24px;
        margin: 4px;
    }
    .filter-tags-div {
        padding: 0 6px 6px 6px;
    }
    .filter-tags p {
        padding: 10px 10px 6px 10px;
        font-size: 14px;
    }
    .filter-tags {
        border-radius: 4px;
    }
    .filter-item::before {
        margin-top: 8px;
    }
    .panel-outer-holder .filter-item:first-child {
        padding-top: 10px;
    }
    .panel-outer-holder .filter-item:last-child {
        padding-bottom: 10px;
    }
    .filter-item {
        padding: 4px 10px;
        width: 100%;
    }
    .media-type-filter .panel-outer {
        border-radius: 4px;
    }
    .panel-outer>.panel-heading {
        padding: 10px 10px 10px 10px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .panel-outer>.panel-heading a {
        font-size: 14px;
    }
    .article-link-a {
        font-size: 14px;
    }
    .article-pagination span, .article-pagination a {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .article-pagination {
        width: 100%;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .article-div {
        flex-direction: column;
        padding-bottom: 0;
    }
    .media-left-div, .media-right-div {
        flex: 1;
    }
    .media-type-filter {
        border-radius: 8px;
    }
}