#blog-category-section .title-section,
#news-category-section .title-section {
    position: relative;
    margin-bottom: 20px;
}
#blog-category-section .title-section .slot-text-group,
#news-category-section .title-section .slot-text-group {
    justify-content: center;
}

#blog-category-slide .blog-category-item,
#news-category-slide .news-category-item {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ccc;
    color: rgba(var(--custom-rgb-color-white),1);
    height: 400px;
    padding: 30px 60px;
    overflow: hidden;
    cursor: pointer;
}
#blog-category-slide .blog-category-item:before,
#news-category-slide .news-category-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--custom-rgb-color-black-default),0.6);
    z-index: 2;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}
#blog-category-slide .blog-category-item:hover:before,
#news-category-slide .news-category-item:hover:before {
    background-color: rgba(var(--custom-rgb-color-primary),0.85);
}
#blog-category-slide .blog-category-item .bg,
#news-category-slide .news-category-item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(0);
    z-index: 1;
}
#blog-category-slide .blog-category-item:hover .bg,
#news-category-slide .news-category-item:hover .bg {
    filter: grayscale(100%);
}
#blog-category-slide .blog-category-item .text-group,
#news-category-slide .news-category-item .text-group {
    position: relative;
    z-index: 5;
}
#blog-category-slide .blog-category-item .text-group>.icon,
#news-category-slide .news-category-item .text-group>.icon {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 20px;
}
#blog-category-slide .blog-category-item .text-group>.title,
#news-category-slide .news-category-item .text-group>.title {
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
}
#blog-category-slide .blog-category-item .text-group>.description,
#news-category-slide .news-category-item .text-group>.description {
    margin-top: 5px;
}

/* head */
#blog-category-slide .blog-category-item.head,
#news-category-slide .news-category-item.head {
    cursor: default !important;
}
/* #blog-category-slide .blog-category-item.head:before,
#news-category-slide .news-category-item.head:before {
    display: none !important;
} */
#blog-category-slide .blog-category-item.head .text-group>.description,
#news-category-slide .news-category-item.head .text-group>.description {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
}
#blog-category-slide .blog-category-item.head .text-group>.description:before,
#news-category-slide .news-category-item.head .text-group>.description:before {
    position: absolute;
    content:"";
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
}

#blog-category-slide .blog-category-item.head.light-theme,
#news-category-slide .news-category-item.head.light-theme {
    background-color: rgba(var(--custom-rgb-color-primary-light),1);
    color: rgba(var(--custom-rgb-color-primary),1);
}
#blog-category-slide .blog-category-item.head.light-theme:before,
#news-category-slide .news-category-item.head.light-theme:before {
    display: none !important;
}
#blog-category-slide .blog-category-item.head.light-theme .text-group>.description:before,
#news-category-slide .news-category-item.head.light-theme .text-group>.description:before {
    border-top: 1px solid rgba(var(--custom-rgb-color-primary),1);
}

#blog-category-slide .blog-category-item.head.dark-theme,
#news-category-slide .news-category-item.head.dark-theme {
    background-color: rgba(var(--custom-rgb-color-primary),1);
    color: rgba(var(--custom-rgb-color-primary),1);
}
#blog-category-slide .blog-category-item.head.dark-theme:before,
#blog-category-slide .blog-category-item.head.dark-theme:hover:before,
#news-category-slide .news-category-item.head.dark-theme:before,
#news-category-slide .news-category-item.head.dark-theme:hover:before {
    display: block !important;
    background-color: rgba(var(--custom-rgb-color-black-default),0.6);
}
#blog-category-slide .blog-category-item.head.dark-theme .text-group>.description:before,
#news-category-slide .news-category-item.head.dark-theme .text-group>.description:before {
    border-top: 1px solid rgba(var(--custom-rgb-color-primary),1);
}

.content-highlight-section .title-section .title-row .title.has-view-more-btn {
    position: relative;
    padding: 0 150px;
}
.content-highlight-section .title-section .title-row .title>.btn-view-more {
    position: absolute;
    right: 0;
    top: 20px;
}

/* ============================================================================================== */
/* =========================================== BLOG - NEWS ====================================== */
/* ============================================================================================== */
/* 
#blog-category-page .nav-breadcrumb-row,
#blog-category-page #title-result-section,
#blog-category-page #search-result-section,
#news-category-page .nav-breadcrumb-row,
#news-category-page #title-result-section,
#news-category-page #search-result-section {
    position: relative;
    z-index: 0;
} */

#content-banner-section.blog-category-banner-section,
#content-banner-section.news-category-banner-section {
    position: relative;
    z-index: -1;
}
#content-banner-section.blog-category-banner-section .text-group>.icon,
#content-banner-section.news-category-banner-section .text-group>.icon {
    font-size: 75px;
    line-height: 70px;
    height: 70px;
    margin-bottom: 15px;
}
#content-banner-section.blog-category-banner-section .text-group>.description,
#content-banner-section.news-category-banner-section .text-group>.description {
    font-size: 25px;
    line-height: 30px;
}
/* #content-banner-section.blog-category-banner-section #onload-filter-section,
#content-banner-section.news-category-banner-section #onload-filter-section {
    width: 900px;
    max-width: 100%;
    margin: 50px auto 0 auto;
    padding: 40px 40px 20px 40px;
    border-radius: 20px;
    background-color: rgba(var(--custom-rgb-color-black-default),0.2);
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    -moz-backdrop-filter: saturate(100%) blur(10px);
    -ms-backdrop-filter: saturate(100%) blur(10px);
    -o-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
}
#content-banner-section.blog-category-banner-section .search-form .field.input-field,
#content-banner-section.news-category-banner-section .search-form .field.input-field {
    background-color: rgba(var(--custom-rgb-color-white),0.3) !important;
    color: rgba(var(--custom-rgb-color-white),1) !important;
}
#content-banner-section.blog-category-banner-section .search-form .field.input-field .label-text,
#content-banner-section.blog-category-banner-section .search-form .action-search-group .action-search-btn,
#content-banner-section.news-category-banner-section .search-form .field.input-field .label-text,
#content-banner-section.news-category-banner-section .search-form .action-search-group .action-search-btn {
    color: rgba(var(--custom-rgb-color-white),1) !important;
}
#content-banner-section.blog-category-banner-section .search-form .field.input-field input::placeholder,
#content-banner-section.news-category-banner-section .search-form .field.input-field input::placeholder {
    color: rgba(var(--custom-rgb-color-white),0.5) !important;
}
#content-banner-section.blog-category-banner-section .search-form .input-field-search>ul.action-search-group>li+li:before,
#content-banner-section.news-category-banner-section .search-form .input-field-search>ul.action-search-group>li+li:before {
    border-color:rgba(var(--custom-rgb-color-white),0.2) !important;
}

#content-banner-section.blog-category-banner-section .field-filter-item-group.is-card .filter-card-group>.filter-card,
#content-banner-section.news-category-banner-section .field-filter-item-group.is-card .filter-card-group>.filter-card {
    background-color: rgba(var(--custom-rgb-color-white),0.3) !important;
    border: 1px solid rgba(var(--custom-rgb-color-black),0) !important;
    color: rgba(var(--custom-rgb-color-white),1) !important;
}

#content-banner-section.blog-category-banner-section .field-filter-item-group.is-card .filter-card-group.filter-select-format>.filter-card>.this-text,
#content-banner-section.news-category-banner-section .field-filter-item-group.is-card .filter-card-group.filter-select-format>.filter-card>.this-text {
    color: rgba(var(--custom-rgb-color-white),0.8) !important;
}
#content-banner-section.blog-category-banner-section .field-filter-item-group.is-card .filter-card-group.filter-select-format>.filter-card .clear-filter-btn,
#content-banner-section.news-category-banner-section .field-filter-item-group.is-card .filter-card-group.filter-select-format>.filter-card .clear-filter-btn {
    color: rgba(var(--custom-rgb-color-white),1) !important;
}
#content-banner-section.blog-category-banner-section .field-filter-item-group.is-card .filter-card-group.filter-select-format>.filter-card .clear-filter-btn:hover,
#content-banner-section.news-category-banner-section .field-filter-item-group.is-card .filter-card-group.filter-select-format>.filter-card .clear-filter-btn:hover {
    color: rgba(var(--custom-rgb-color-black),1) !important;
}

#content-banner-section.blog-category-banner-section .category-more-row,
#content-banner-section.news-category-banner-section .category-more-row {
    position: relative;
    text-align: center;
    color: rgba(var(--custom-rgb-color-white),1) !important;
    margin-top: 30px;
} */



#content-category-all-popup .card-category-row,
#content-category-all-popup .card-category-row>.card-category-col,
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item {
    position: relative;
}
/* #content-category-all-popup .card-category-row>.card-category-col>.card-category-item+.card-category-item {
    margin-top: 10px;
} */
#content-category-all-popup .card-category-row {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
#content-category-all-popup .card-category-row>.card-category-col {
    width: calc(100% / 2);
    padding: 5px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ccc;
    color: rgba(var(--custom-rgb-color-white),1);
    height: 300px;
    padding: 30px 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--custom-rgb-color-black-default),0.6);
    z-index: 2;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item:hover:before {
    background-color: rgba(var(--custom-rgb-color-primary),0.85);
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(0);
    z-index: 1;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item:hover .bg{
    filter: grayscale(100%);
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group {
    position: relative;
    z-index: 5;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.icon {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 20px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title {
    font-size: 35px;
    line-height: 30px;
    font-weight: 500;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.description {
    margin-top: 5px;
}

/* banner section */
#content-banner-section.blog-category-banner-section.banner-section>.content-inner,
#content-banner-section.news-category-banner-section.banner-section>.content-inner {
    padding-top: 50px;
    padding-bottom: 320px;
}

/* search section */
#content-search-section,
#content-search-section>.content-search-inner {
    position: relative;
}
#content-search-section {
    height: 0;
}
#content-search-section>.content-search-inner {
    width: 100%;
    height: 320px;
    top: -320px;
    /* background-color: rgba(255,255,0,0.1); */
}
#content-search-section>.content-search-inner #onload-filter-section {
    position: relative;
    z-index: 100;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 40px 20px 40px;
    border-radius: 20px;
    background-color: rgba(var(--custom-rgb-color-black-default),0.2);
    -webkit-backdrop-filter: saturate(100%) blur(15px);
    -moz-backdrop-filter: saturate(100%) blur(15px);
    -ms-backdrop-filter: saturate(100%) blur(15px);
    -o-backdrop-filter: saturate(100%) blur(15px);
    backdrop-filter: saturate(100%) blur(15px);
}
#content-search-section>.content-search-inner #onload-filter-section .search-form .field.input-field {
    background-color: rgba(var(--custom-rgb-color-white),0.3) !important;
    color: rgba(var(--custom-rgb-color-white),1) !important;
}
#content-search-section>.content-search-inner #onload-filter-section .search-form .field.input-field .label-text,
#content-search-section>.content-search-inner #onload-filter-section .search-form .action-search-group .action-search-btn {
    color: rgba(var(--custom-rgb-color-white),1) !important;
}
#content-search-section>.content-search-inner #onload-filter-section .search-form .field.input-field input::placeholder {
    color: rgba(var(--custom-rgb-color-white),0.5) !important;
}
#content-search-section>.content-search-inner #onload-filter-section .search-form .input-field-search>ul.action-search-group>li+li:before {
    border-color:rgba(var(--custom-rgb-color-white),0.2) !important;
}

#content-search-section>.content-search-inner #onload-filter-section .filter-section>.search-filter-section>.all-filter-btn-row .text-color-secondary-2 {
    color: rgba(var(--custom-rgb-color-white),1) !important;
}
#content-search-section>.content-search-inner #onload-filter-section .filter-section>.search-filter-section>.all-filter-btn-row>.this-col-open-filter-btn,
#content-search-section>.content-search-inner #onload-filter-section .field-filter-item-group.is-card .filter-card-group>.filter-card {
    background-color: rgba(var(--custom-rgb-color-white),0.3) !important;
    border: 1px solid rgba(var(--custom-rgb-color-black),0) !important;
    color: rgba(var(--custom-rgb-color-white),1) !important;
}

#content-search-section>.content-search-inner #onload-filter-section .field-filter-item-group.is-card .filter-card-group.filter-select-format>.filter-card>.this-text {
    color: rgba(var(--custom-rgb-color-white),0.8) !important;
}
#content-search-section>.content-search-inner #onload-filter-section .field-filter-item-group.is-card .filter-card-group.filter-select-format>.filter-card .clear-filter-btn {
    color: rgba(var(--custom-rgb-color-white),1) !important;
}
#content-search-section>.content-search-inner #onload-filter-section .field-filter-item-group.is-card .filter-card-group.filter-select-format>.filter-card .clear-filter-btn:hover  {
    color: rgba(var(--custom-rgb-color-black),1) !important;
}

#content-search-section>.content-search-inner .category-more-row {
    position: relative;
    text-align: center;
    color: rgba(var(--custom-rgb-color-white),1) !important;
    margin-top: 30px;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {

/* ============================================================================================== */
/* ============================================= CATEGORY ======================================= */
/* ============================================================================================== */

#content-category-all-popup .card-category-row>.card-category-col>.card-category-item {
    height: 250px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.icon {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 10px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title {
    font-size: 30px;
    line-height: 30px;
}

/* banner section */
#content-banner-section.blog-category-banner-section.banner-section>.content-inner,
#content-banner-section.news-category-banner-section.banner-section>.content-inner {
    padding-top: 30px;
    padding-bottom: 260px;
}
#content-banner-section.blog-category-banner-section .text-group>.icon,
#content-banner-section.news-category-banner-section .text-group>.icon {
    font-size: 70px;
    line-height: 60px;
    height: 60px;
    margin-bottom: 10px;
}
#content-banner-section.blog-category-banner-section .text-group>.description,
#content-banner-section.news-category-banner-section .text-group>.description {
    font-size: 22px;
    line-height: 25px;
}

/* search section */
#content-search-section>.content-search-inner #onload-filter-section {
    width: 800px;
    padding: 20px 20px 0 20px;
}
#content-search-section>.content-search-inner {
    height: 280px;
    top: -280px;
}
#content-search-section>.content-search-inner .category-more-row {
    margin-top: 10px;
}

/* ============================================================================================== */
/* ========================================== CATEGORY SLIDE ==================================== */
/* ============================================================================================== */

#blog-category-section .btn-row,
#news-category-section .btn-row {
    padding: 40px 0 !important;
}
#blog-category-slide .blog-category-item,
#news-category-slide .news-category-item {
    height: 350px;
    padding: 20px 40px;
}
#blog-category-slide .blog-category-item .text-group>.icon,
#news-category-slide .news-category-item .text-group>.icon {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 10px;
}
#blog-category-slide .blog-category-item .text-group>.title,
#news-category-slide .news-category-item .text-group>.title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}
#blog-category-slide .blog-category-item .text-group>.description,
#news-category-slide .news-category-item .text-group>.description {
    font-size: 22px;
    line-height: 25px;
    margin-top: 5px;
}
#blog-category-slide .blog-category-item.head .text-group>.description,
#news-category-slide .news-category-item.head .text-group>.description {
    margin-top: 15px;
    padding-top: 15px;
}
#blog-category-slide .blog-category-item.head .text-group>.description:before,
#news-category-slide .news-category-item.head .text-group>.description:before {
    width: 250px;
    margin-left: -125px;
}

/* highlight */
.content-highlight-section .title-section .title-row .title>.btn-view-more {
    top: 15px;
}
/* .content-highlight-section .title-section .title-row {}
.content-highlight-section .title-section .title-row .title.has-view-more-btn {
    padding: 0;
}
.content-highlight-section .title-section .title-row .btn-view-more {
    display: none !important;
} */

}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {

/* ============================================================================================== */
/* ============================================= CATEGORY ======================================= */
/* ============================================================================================== */

#content-category-all-popup .card-category-row>.card-category-col>.card-category-item {
    height: 250px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.icon {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 10px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title {
    font-size: 30px;
    line-height: 30px;
}

/* banner section */
#content-banner-section.blog-category-banner-section.banner-section>.content-inner,
#content-banner-section.news-category-banner-section.banner-section>.content-inner {
    padding-top: 30px;
    padding-bottom: 260px;
}
#content-banner-section.blog-category-banner-section .text-group>.icon,
#content-banner-section.news-category-banner-section .text-group>.icon {
    font-size: 65px;
    line-height: 60px;
    height: 60px;
    margin-bottom: 10px;
}
#content-banner-section.blog-category-banner-section .text-group>.description,
#content-banner-section.news-category-banner-section .text-group>.description {
    font-size: 22px;
    line-height: 25px;
}

/* search section */
#content-search-section>.content-search-inner #onload-filter-section {
    width: 800px;
    padding: 20px 20px 0 20px;
}
#content-search-section>.content-search-inner {
    height: 250px;
    top: -250px;
}
#content-search-section>.content-search-inner .category-more-row {
    margin-top: 10px;
}

/* ============================================================================================== */
/* ========================================== CATEGORY SLIDE ==================================== */
/* ============================================================================================== */

#blog-category-section .btn-row,
#news-category-section .btn-row {
    padding: 40px 0 !important;
}
#blog-category-slide .blog-category-item,
#news-category-slide .news-category-item {
    height: 300px;
    padding: 20px 30px;
}
#blog-category-slide .blog-category-item .text-group>.icon,
#news-category-slide .news-category-item .text-group>.icon {
    font-size: 45px;
    line-height: 35px;
    margin-bottom: 10px;
}
#blog-category-slide .blog-category-item .text-group>.title,
#news-category-slide .news-category-item .text-group>.title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}
#blog-category-slide .blog-category-item .text-group>.description,
#news-category-slide .news-category-item .text-group>.description {
    font-size: 22px;
    line-height: 25px;
    margin-top: 5px;
}
#blog-category-slide .blog-category-item.head .text-group>.description,
#news-category-slide .news-category-item.head .text-group>.description {
    margin-top: 15px;
    padding-top: 15px;
}
#blog-category-slide .blog-category-item.head .text-group>.description:before,
#news-category-slide .news-category-item.head .text-group>.description:before {
    width: 250px;
    margin-left: -125px;
}

/* highlight */
.content-highlight-section .title-section .title-row .title>.btn-view-more {
    top: 10px;
}
/* .content-highlight-section .title-section .title-row {}
.content-highlight-section .title-section .title-row .title.has-view-more-btn {
    padding: 0;
}
.content-highlight-section .title-section .title-row .btn-view-more {
    display: none !important;
} */

}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

/* ============================================================================================== */
/* ============================================= CATEGORY ======================================= */
/* ============================================================================================== */

#content-category-all-popup .card-category-row>.card-category-col>.card-category-item {
    height: 250px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.icon {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 10px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title {
    font-size: 30px;
    line-height: 30px;
}

/* banner section */
#content-banner-section.blog-category-banner-section.banner-section>.content-inner,
#content-banner-section.news-category-banner-section.banner-section>.content-inner {
    padding-top: 30px;
    padding-bottom: 260px;
}
#content-banner-section.blog-category-banner-section .text-group>.icon,
#content-banner-section.news-category-banner-section .text-group>.icon {
    font-size: 65px;
    line-height: 60px;
    height: 60px;
    margin-bottom: 10px;
}
#content-banner-section.blog-category-banner-section .text-group>.description, #content-banner-section.news-category-banner-section .text-group>.description {
    font-size: 20px;
    line-height: 25px;
}

/* search section */
#content-search-section>.content-search-inner #onload-filter-section {
    width: 750px;
    padding: 20px 20px 0 20px;
}
#content-search-section>.content-search-inner {
    height: 240px;
    top: -240px;
}
#content-search-section>.content-search-inner .category-more-row {
    margin-top: 10px;
}

/* ============================================================================================== */
/* ========================================== CATEGORY SLIDE ==================================== */
/* ============================================================================================== */

#blog-category-section .btn-row,
#news-category-section .btn-row {
    padding: 40px 0 !important;
}
#blog-category-slide .blog-category-item,
#news-category-slide .news-category-item {
    height: 300px;
    padding: 20px 30px;
}
#blog-category-slide .blog-category-item .text-group>.icon,
#news-category-slide .news-category-item .text-group>.icon {
    font-size: 45px;
    line-height: 35px;
    margin-bottom: 10px;
}
#blog-category-slide .blog-category-item .text-group>.title,
#news-category-slide .news-category-item .text-group>.title {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
}
#blog-category-slide .blog-category-item .text-group>.description,
#news-category-slide .news-category-item .text-group>.description {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
}
#blog-category-slide .blog-category-item.head .text-group>.description,
#news-category-slide .news-category-item.head .text-group>.description {
    margin-top: 15px;
    padding-top: 15px;
}
#blog-category-slide .blog-category-item.head .text-group>.description:before,
#news-category-slide .news-category-item.head .text-group>.description:before {
    width: 200px;
    margin-left: -100px;
}

/* highlight */
.content-highlight-section .title-section .title-row .title>.btn-view-more {
    top: 10px;
}
/* .content-highlight-section .title-section .title-row {}
.content-highlight-section .title-section .title-row .title.has-view-more-btn {
    padding: 0;
}
.content-highlight-section .title-section .title-row .btn-view-more {
    display: none !important;
} */

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

/* ============================================================================================== */
/* ============================================= CATEGORY ======================================= */
/* ============================================================================================== */

#content-category-all-popup .card-category-row>.card-category-col>.card-category-item {
    height: 250px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.icon {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 10px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title {
    font-size: 30px;
    line-height: 30px;
}

/* banner section */
#content-banner-section.blog-category-banner-section.banner-section>.content-inner,
#content-banner-section.news-category-banner-section.banner-section>.content-inner {
    padding-top: 30px;
    padding-bottom: 260px;
}
#content-banner-section.blog-category-banner-section .text-group>.description, #content-banner-section.news-category-banner-section .text-group>.description {
    font-size: 20px;
    line-height: 25px;
}

/* search section */
#content-search-section>.content-search-inner #onload-filter-section {
    width: 750px;
    padding: 20px 20px 0 20px;
}
#content-search-section>.content-search-inner {
    height: 250px;
    top: -250px;
}
#content-search-section>.content-search-inner .category-more-row {
    margin-top: 15px;
}

/* ============================================================================================== */
/* ========================================== CATEGORY SLIDE ==================================== */
/* ============================================================================================== */

#blog-category-section .btn-row,
#news-category-section .btn-row {
    padding: 40px 0 !important;
}
#blog-category-slide .blog-category-item,
#news-category-slide .news-category-item {
    height: 300px;
    padding: 20px 30px;
}
#blog-category-slide .blog-category-item .text-group>.icon,
#news-category-slide .news-category-item .text-group>.icon {
    font-size: 45px;
    line-height: 35px;
    margin-bottom: 10px;
}
#blog-category-slide .blog-category-item .text-group>.title,
#news-category-slide .news-category-item .text-group>.title {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
}
#blog-category-slide .blog-category-item .text-group>.description,
#news-category-slide .news-category-item .text-group>.description {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
}
#blog-category-slide .blog-category-item.head .text-group>.description,
#news-category-slide .news-category-item.head .text-group>.description {
    margin-top: 15px;
    padding-top: 15px;
}
#blog-category-slide .blog-category-item.head .text-group>.description:before,
#news-category-slide .news-category-item.head .text-group>.description:before {
    width: 200px;
    margin-left: -100px;
}

/* highlight */
.content-highlight-section .title-section .title-row .title>.btn-view-more {
    top: 10px;
}
/* .content-highlight-section .title-section .title-row {}
.content-highlight-section .title-section .title-row .title.has-view-more-btn {
    padding: 0;
}
.content-highlight-section .title-section .title-row .btn-view-more {
    display: none !important;
} */

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

/* ============================================================================================== */
/* ============================================= CATEGORY ======================================= */
/* ============================================================================================== */

#content-category-all-popup .card-category-row>.card-category-col>.card-category-item {
    height: 250px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.icon {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 10px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title {
    font-size: 30px;
    line-height: 30px;
}

/* banner section */
#content-banner-section.blog-category-banner-section .text-group>.description, #content-banner-section.news-category-banner-section .text-group>.description {
    font-size: 25px;
    line-height: 25px;
}

/* search section */
#content-search-section>.content-search-inner #onload-filter-section {
    padding: 30px;
}
#content-search-section>.content-search-inner {
    height: 330px;
    top: -330px;
}

/* ============================================================================================== */
/* ========================================== CATEGORY SLIDE ==================================== */
/* ============================================================================================== */

#blog-category-section .btn-row,
#news-category-section .btn-row {
    padding: 40px 0 !important;
}
#blog-category-slide .blog-category-item,
#news-category-slide .news-category-item {
    height: 250px;
    padding: 20px 30px;
}
#blog-category-slide .blog-category-item .text-group>.icon,
#news-category-slide .news-category-item .text-group>.icon {
    font-size: 45px;
    line-height: 35px;
    margin-bottom: 10px;
}
#blog-category-slide .blog-category-item .text-group>.title,
#news-category-slide .news-category-item .text-group>.title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
}
#blog-category-slide .blog-category-item .text-group>.description,
#news-category-slide .news-category-item .text-group>.description {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
}
#blog-category-slide .blog-category-item.head .text-group>.description,
#news-category-slide .news-category-item.head .text-group>.description {
    margin-top: 15px;
    padding-top: 15px;
}
#blog-category-slide .blog-category-item.head .text-group>.description:before,
#news-category-slide .news-category-item.head .text-group>.description:before {
    width: 200px;
    margin-left: -100px;
}

/* highlight */
.content-highlight-section .title-section .title-row {}
.content-highlight-section .title-section .title-row .title.has-view-more-btn {
    padding: 0;
}
.content-highlight-section .title-section .title-row .btn-view-more {
    display: none !important;
}

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

/* ============================================================================================== */
/* ============================================= CATEGORY ======================================= */
/* ============================================================================================== */

#content-category-all-popup .card-category-row>.card-category-col {
    width: 100%;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item {
    height: 130px;
    padding: 20px 30px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.icon {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
    top: 50%;
    margin-top: -25px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title {
    font-size: 30px;
    line-height: 30px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.description {
    font-size: 22px;
    line-height: 25px;
    margin-top: 0;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title,
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.description {
    padding-left: 70px;
    text-align: left;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* banner section */
#content-banner-section.blog-category-banner-section .text-group>.description, #content-banner-section.news-category-banner-section .text-group>.description {
    font-size: 20px;
    line-height: 25px;
}

/* search section */
#content-search-section>.content-search-inner #onload-filter-section {
    padding: 20px;
}
#content-search-section>.content-search-inner {
    height: 280px;
    top: -280px;
}

/* ============================================================================================== */
/* ========================================== CATEGORY SLIDE ==================================== */
/* ============================================================================================== */

#blog-category-section .btn-row,
#news-category-section .btn-row {
    padding: 40px 0 !important;
}
#blog-category-slide .blog-category-item,
#news-category-slide .news-category-item {
    height: 300px;
    padding: 20px 50px;
}
#blog-category-slide .blog-category-item .text-group>.icon,
#news-category-slide .news-category-item .text-group>.icon {
    font-size: 45px;
    line-height: 35px;
    margin-bottom: 10px;
}
#blog-category-slide .blog-category-item .text-group>.title,
#news-category-slide .news-category-item .text-group>.title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}
#blog-category-slide .blog-category-item .text-group>.description,
#news-category-slide .news-category-item .text-group>.description {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
}
#blog-category-slide .blog-category-item.head .text-group>.description,
#news-category-slide .news-category-item.head .text-group>.description {
    margin-top: 15px;
    padding-top: 15px;
}
#blog-category-slide .blog-category-item.head .text-group>.description:before,
#news-category-slide .news-category-item.head .text-group>.description:before {
    width: 200px;
    margin-left: -100px;
}

/* highlight */
.content-highlight-section .title-section .title-row {}
.content-highlight-section .title-section .title-row .title.has-view-more-btn {
    padding: 0;
}
.content-highlight-section .title-section .title-row .btn-view-more {
    display: none !important;
}

/* ============================================================================================== */
/* =========================================== BLOG - NEWS ====================================== */
/* ============================================================================================== */

#blog-detail-page .nav-breadcrumb-row,
#news-detail-page .nav-breadcrumb-row {
    display: none !important;
}

}

/* xs */
@media (max-width: 575.98px) {

/* ============================================================================================== */
/* ============================================= CATEGORY ======================================= */
/* ============================================================================================== */

/* search */
/* #content-banner-section.blog-category-banner-section,
#content-banner-section.news-category-banner-section,
#content-banner-section.blog-category-banner-section .size-onload,
#content-banner-section.news-category-banner-section .size-onload {
    height: auto !important;
} */
#content-banner-section.banner-section>.content-inner>.container {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}
#content-banner-section.banner-section>.content-inner .text-group {
    padding-left: 20px;
    padding-right: 20px;
}
/* 
#content-banner-section.blog-category-banner-section .search-on-banner-section.on-page,
#content-banner-section.news-category-banner-section .search-on-banner-section.on-page {
    width: 100%;
    margin: auto 0 0 0;
}
#content-banner-section.blog-category-banner-section #onload-filter-section,
#content-banner-section.news-category-banner-section #onload-filter-section {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 20px;
    border-radius: 0;
}
#content-banner-section.blog-category-banner-section .filter-section>.search-filter-section>.all-filter-btn-row,
#content-banner-section.news-category-banner-section .filter-section>.search-filter-section>.all-filter-btn-row  {
    margin-top: 10px;
}
#content-banner-section.blog-category-banner-section .filter-section>.search-filter-section>.all-filter-btn-row>.this-col-open-filter-btn,
#content-banner-section.news-category-banner-section .filter-section>.search-filter-section>.all-filter-btn-row>.this-col-open-filter-btn {
    border: none !important;
    background:none !important;
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
    color:  rgba(var(--custom-rgb-color-white),1) !important;
}
#content-banner-section.blog-category-banner-section .category-more-row,
#content-banner-section.news-category-banner-section .category-more-row {
    margin: 0 !important;
    height: 50px;
    line-height: 50px;
    background-color: rgba(var(--custom-rgb-color-primary),1);
    width: 100%;
}
#content-banner-section.blog-category-banner-section .text-group>.icon,
#content-banner-section.news-category-banner-section .text-group>.icon {
    font-size: 70px;
    line-height: 50px;
    margin-bottom: 10px;
} */

/* all category */
#content-category-all-popup .card-category-row>.card-category-col {
    width: 100%;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item {
    height: 100px;
    padding: 15px 30px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.icon {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
    top: 50%;
    margin-top: -25px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title {
    font-size: 25px;
    line-height: 25px;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.description {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
}
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.title,
#content-category-all-popup .card-category-row>.card-category-col>.card-category-item .text-group>.description {
    padding-left: 60px;
    text-align: left;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* banner section */
#content-banner-section.blog-category-banner-section.banner-section>.content-inner,
#content-banner-section.news-category-banner-section.banner-section>.content-inner {
    padding-top: 50px;
    padding-bottom: 250px;
}
#content-banner-section.blog-category-banner-section .text-group>.description, #content-banner-section.news-category-banner-section .text-group>.description {
    font-size: 20px;
    line-height: 25px;
}

/* search section */
#content-search-section {
    /* width: calc(100% + 40px);
    margin: 0 -20px; */
}
#content-search-section>.content-search-inner {
    height: 230px;
    top: -230px;
}
#content-search-section>.content-search-inner>.container {
    padding: 0;
}
#content-search-section>.content-search-inner #onload-filter-section {
    width: 100%;
    height: 180px;
    padding: 20px;
    border-radius: 0;
    /* background-color: rgba(var(--custom-rgb-color-primary),1); */
}
#content-search-section>.content-search-inner .category-more-row {
    margin: 0 !important;
    height: 50px;
    line-height: 50px;
    /* background-color: rgba(var(--custom-rgb-color-primary),1); */
    background-color: rgba(var(--custom-rgb-color-black-default),0.7);
    -webkit-backdrop-filter: saturate(100%) blur(15px);
    -moz-backdrop-filter: saturate(100%) blur(15px);
    -ms-backdrop-filter: saturate(100%) blur(15px);
    -o-backdrop-filter: saturate(100%) blur(15px);
    backdrop-filter: saturate(100%) blur(15px);
    width: 100%;
}

/* ============================================================================================== */
/* ========================================== CATEGORY SLIDE ==================================== */
/* ============================================================================================== */

#blog-category-section .btn-row,
#news-category-section .btn-row {
    padding: 20px !important;
}
#blog-category-section .btn-group,
#news-category-section .btn-group {
    flex-wrap: nowrap;
    width: 100%;
}
#blog-category-section .btn-group>.default-btn,
#news-category-section .btn-group>.default-btn {
    width: calc(50% - 7.5px);
    min-width: 0;
    flex: 1 0 0;
    padding: 0 10px;
}

#blog-category-slide .blog-category-item,
#news-category-slide .news-category-item {
    width: 280px;
    height: 220px;
    padding: 20px 30px;
}
#blog-category-slide .blog-category-item .text-group>.icon,
#news-category-slide .news-category-item .text-group>.icon {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 10px;
}
#blog-category-slide .blog-category-item .text-group>.title,
#news-category-slide .news-category-item .text-group>.title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
}
#blog-category-slide .blog-category-item .text-group>.description,
#news-category-slide .news-category-item .text-group>.description {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
#blog-category-slide .blog-category-item.head .text-group>.description,
#news-category-slide .news-category-item.head .text-group>.description {
    margin-top: 15px;
    padding-top: 15px;
}
#blog-category-slide .blog-category-item.head .text-group>.description:before,
#news-category-slide .news-category-item.head .text-group>.description:before {
    width: 200px;
    margin-left: -100px;
}

/* highlight */
.content-highlight-section .title-section .title-row {}
.content-highlight-section .title-section .title-row .title.has-view-more-btn {
    padding: 0;
}
.content-highlight-section .title-section .title-row .btn-view-more {
    display: none !important;
}
 
/* ============================================================================================== */
/* =========================================== BLOG - NEWS ====================================== */
/* ============================================================================================== */

#blog-detail-page .nav-breadcrumb-row,
#news-detail-page .nav-breadcrumb-row {
    display: none !important;
}

}

/* xs custom */
@media (max-width: 399.98px) {}