/* Article detail */

.article-detail .content-article .wrap-item {
    margin-top: 65px;
}

.content-article {
    padding-bottom: 130px;
}

html[lang="zh-HK"] .article-detail .content-article .content-item .title-post .title {
    font-family: 'PingFangHK-Regular';
}

.article-detail .content-article .content-item .title-post .title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

.content-article .author-post .author {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.content-article .image-banner-detail {
    margin-top: 32px;
}

.content-article .image-banner-detail img {
    margin: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

html[lang="zh-HK"] .container-ressource.content-article .content-item p {
    font-family: "PingFangHK-Regular";
}

html[lang="zh-HK"] .container-ressource.content-article .content-item>div {
    font-family: "PingFangHK-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

html[lang="zh-HK"] .container-ressource.content-article .content-item>ul {
    margin: 32px 0;
    color: #504658;
    font-family: "PingFangHK-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.single-articles #primary.content-area {
    padding: 0 20px;
}

.article-detail .content-article .content-item .taxonomy .tag-name {
    pointer-events: none;
}

.article-detail .container-ressource.content-article .content-item.content-one ul li {
    margin-top: 0;
    list-style: none;
    position: relative;
    margin-left: 25px;
}

.article-detail .container-ressource.content-article .content-item.content-one ul li:before {
    content: "";
    position: absolute;
    border-radius: 5px;
    top: 7.5px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: #504658;
    background-blend-mode: normal;
}

.article-detail .container-ressource.content-article .content-item.content-one ol {
    margin: 32px 0;
}

.article-detail .container-ressource.content-article .content-item.content-one ol li {
    margin-top: 0;
    font-family: "PingFangHK-Regular";
    font-size: 16px;
    line-height: 24px;
}

@media (max-width:1440px) {

    .content-article .image-banner-detail img {
        max-height: 450px;
    }

    .article-detail .content-article .wrap-item .see-time {
        margin-bottom: 10px;
    }
}

@media (max-width:1200px) {
    .single-articles #primary.content-area {
        padding: 0 30px;
    }
}


@media (max-width:1024px) {
    .article-detail .container-ressource.content-article .content-item.content-one ul li:before {
        width: 8px;
        height: 8px;
        top: 9px;
    }
}

@media (max-width:969px) {

    .article-detail .content-article .content-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:767px) {
    .article-detail .content-article .content-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .article-detail .content-article .wrap-item .see-time {
        font-size: 13px;
        margin-bottom: 11px;
    }

    .article-detail .content-article .content-item .title-post .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .content-article .author-post .author {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .article-detail .content-article .wrap-item {
        margin-top: 15px;
    }

    .article-detail .content-article .content-item .taxonomy {
        padding: 0;
    }

    .content-article .image-banner-detail {
        margin-top: 18px;
    }

    .article-detail .content-article .content-item h2 {
        margin-top: 32px;
        font-size: 18px;
        line-height: 24px;
    }

    .article-detail .content-article .content-item p,
    html[lang="zh-HK"] .container-ressource.content-article .content-item>div,
    html[lang="zh-HK"] .container-ressource.content-article .content-item>ul {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }

    .content-article {
        padding-bottom: 80px;
    }

    .article-detail .container-ressource.content-article .content-item.content-one ul li:before {
        width: 5px;
        height: 5px;
        top: 8px;
        left: -18px;
    }

    .article-detail .container-ressource.content-article .content-item.content-one ul li {
        margin-left: 18px;
    }

    .article-detail .container-ressource.content-article .content-item.content-one ol li {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width:475px) {
    .content-article {
        padding-bottom: 52px;
    }
}

/* article listing */


.breadcrumbs-article {
    width: 100%;
    display: inline-block;
    background: #504658;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 12.5px 0;
}

.breadcrumbs-article .border-breadcrumbs {
    background: transparent;
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}


.breadcrumbs-article a,
.breadcrumbs-article p,
.breadcrumbs-article span {
    color: #fff;
    background: transparent;
    max-width: 1060px;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-family: Inter;
}

.border-breadcrumbs .breadcrumb_last {
    /* pointer-events: none; */
    cursor: default;
}

.article-listing .list-filer-items .list_items {
    margin: 0;
    list-style: none;
    padding: 36px 0;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.article-listing .list-filer-items .list_items li span {
    cursor: pointer;
}

.article-listing .list-filer-items .list_items li span:hover,
.article-listing .list-filer-items .list_items li span:focus {
    color: #f76d9d;
}

.article-listing .list-filer-items .list_items li {
    margin: 7.5px 0;
    /* padding-right: 50px; */
    /* width: calc(100% / 7); */
    width: fit-content;
    padding-right: 80px;
}

.article-listing .list-filer-items {
    background: #fff;
}



.list-result .sub_menu {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}

.list-result .sub_menu .list_items {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.list-result .sub_menu .list_items .filter-item {
    margin: 0;
    border-radius: 25px;
    border: 1px solid #504658;
    margin-right: 15px;
}

.list-result .sub_menu .list_items .filter-item .border-filter-item {
    padding: 9.5px 20.5px;
    font-size: 14px;
    line-height: 1.4;
    font-family: Inter;
}

.list-result .sub_menu .list_items .filter-item .border-filter-item>span:first-child {
    margin-right: 20px;
    cursor: default;
}

.list-result .sub_menu .list_items .filter-item .border-filter-item .close:hover {
    opacity: .6;
}

.list-result .sub_menu .list_items .filter-item .border-filter-item>span:last-child {
    cursor: pointer;
}

html[lang="zh-HK"] .list-result .sub_menu>span {
    font-family: 'PingFangHK-Regular';
}

.list-result .sub_menu>span {
    margin-right: 20px;
    height: auto;
    padding: 6.5px 0;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

html[lang="zh-HK"] .article-listing .wrapper_menu_banner {
    font-family: 'PingFangHK-Regular';
}

.article-listing .wrapper_menu_banner {
    background: #f76d9d;
    padding: 20.5px 0;
    font-size: 20px;
    font-weight: 600;
    position: static !important;
}

html[lang="zh-HK"] .article-listing .wrapper_menu_banner .filter-icon {
    font-family: 'PingFangHK-Regular';
}

.article-listing .wrapper_menu_banner .filter-icon {
    position: relative;
    cursor: pointer;
    font-weight: 500;
}

.article-listing .wrapper_menu_banner .filter-icon:after {
    content: "";
    background: url(../images/forward-icon.svg) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
    width: 16.95px;
    height: 15px;
}

.article-listing .wrapper_menu_banner.active .filter-icon:after {
    /* background: url(../images/icon-filter.png) no-repeat center; */
    transform: rotate(-45.00004deg);
    top: 7px;
}

.list-post-article.wrapper-articles {
    padding-top: 14px;
}

.list-post-article .container-item .main-post .time-post {
    margin-top: 11px;
}

html[lang="zh-HK"] .list-post-article .container-item .main-post .content-post .links {
    font-family: 'PingFangHK-Regular';
}

.list-post-article .container-item .main-post .content-post .links {
    font-weight: 600;
}

.list-post-article .container-item .main-post {
    margin-bottom: 48px;
    display: inline-block;
    padding: 0 20px;
}

.list-post-article .container-item .main-post .tag-post .tag-name {
    pointer-events: none;
    cursor: default;
}

.article-listing .wrapper_menu_banner .wrap {
    padding: 0 20px;
}

.list-post-article .row-resources {
    margin-top: 0;
}

@media (min-width:1600px) {


    .breadcrumbs-article .border-breadcrumbs {
        max-width: 1440px;
    }
}

@media (min-width:1000px) {
    .article-listing .banner-page.article-banner .banner_fixed_wrapper {
        margin-top: 0 !important;
    }
}

@media (max-width:1200px) {

    .breadcrumbs-article .border-breadcrumbs,
    .article-listing .wrapper_menu_banner .wrap {
        padding: 0 30px;
    }

    .article-listing .list-filer-items .wrap.container {
        padding: 0 30px;
    }

    .article-listing .list-filer-items .list_items li {
        width: fit-content;
        padding-right: 60px;
        /* padding-right: 40px;
        width: calc(100% / 5); */
    }
}

@media (max-width:999px) {
    .list-post-article.wrapper-articles {
        padding-top: 75px;
    }



    .list-post-article .wrap-pagination {
        margin-bottom: 105px;
    }

    .article-listing .list-filer-items .list_items li {

        /* padding-right: 30px;
        width: calc(100% / 4); */
        width: fit-content;
        padding-right: 50px;
    }

}

@media (max-width:767.98px) {
    .breadcrumbs-article .border-breadcrumbs {
        padding: 0 50px;
    }

    .article-listing .wrapper_menu_banner .wrap {
        padding: 0 50px;
    }

    .article-listing .list-result .container {
        padding: 0 50px;
    }

    .article-listing .list-filer-items .wrap.container {
        padding: 0 50px;
    }

    .article-listing .list-filer-items .wrap.container {
        padding: 0 50px;
    }

    .article-listing .list-filer-items .list_items {
        padding: 15px 0;
    }

    .list-result .sub_menu {
        flex-direction: column;
        margin-top: 19px;
    }

    .breadcrumbs-article a,
    .breadcrumbs-article p,
    .breadcrumbs-article span {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    .breadcrumbs-article {
        padding: 13.5px 0;
    }

    .article-listing .wrapper_menu_banner .filter-icon {
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
    }

    .article-listing .wrapper_menu_banner {
        padding: 13.5px 0;
    }

    .article-listing .wrapper_menu_banner .filter-icon:after {
        width: 14.69px;
        height: 13px;
        background-size: cover;
    }

    .list-result .sub_menu .list_items .filter-item .border-filter-item {
        padding: 7.5px 18px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .list-post-article.wrapper-articles.hide-tag {
        padding-top: 40px;
    }

    .list-post-article.wrapper-articles {
        padding-top: 70px;
    }

    .list-post-article .container-item .main-post .content-post .links {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }

    .list-result .sub_menu .list_items .filter-item {
        margin-bottom: 10px;
    }

    .list-result .sub_menu>span {
        padding-bottom: 15px;
    }

    .list-post-article .wrap-pagination {
        margin-bottom: 70px;
    }

    .wrapper-articles .row-resources .feature-image {
        padding: 0 20px;
    }


    .article-listing .banner-media.support-page-effect.support-page-size.support-page-color .banner-text-inner {
        bottom: 10px;
    }

    .article-listing .list-filer-items .list_items li {
        /* padding-right: 20px;
        width: calc(100% / 3); */
        width: fit-content;
        padding-right: 40px;
    }

    .article-listing .wrapper_menu_banner.active .filter-icon:after {
        /* background: url(../images/icon-filter.png) no-repeat center; */
        transform: rotate(-45.00004deg);
        top: 5px;
    }
}

@media (max-width:480px) {
    .article-listing .list-filer-items .list_items li {
        /* width: calc(100% / 2); */
        width: fit-content;
        padding-right: 25px;
    }
}