h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 10px;
    text-transform: uppercase;
}
.cm-top ul li a{
    color: #757575;
    text-decoration: none;
}
.cm-top ul li:last-child a{
    color: #757575;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
}
div.line{
    padding-left: 8px;
    padding-top: 8px;
}
div.line hr{
    margin: 0px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    height: 2px;
    width: 100%;
    border-radius: 8px;
    background: var(--main-color);
    opacity: 0.8;
}
.title_category{
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    text-align: center;
    font-weight: 600;
    text-transform: none;
}
.menu_category .title{
    align-items: center;
}
.menu_tab li.items_ct a.active{
    color: #fff;
    background-color: var(--main-color) ;
}
.menu_tab li.items_ct a:hover, .menu_tab li.items_ct.active a {
    color: #fff !important;
    background: var(--main-color) ;
}
.menu_tab li.items_ct a{
    color: var(--main-color);
    font-size: medium;
    border-radius: 6px;
    padding: 16px;
    width: max-content;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid var(--main-color) ;
}
.menu_tab{
    margin: 30px 0;
}
.menu_tab .list_menu_ct{
    justify-content: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.wrap_item{
    padding: 25px 0;
    background: #fff;
    border-radius: 3px;
    border-bottom: 1px solid #eee;
    transition: transform 0.3s linear 0s ;
    height: 100%;
}
.wrap_item img{
    border-radius: 15px;
}
.wrap_item:hover{
    cursor: pointer;
    transform: translateY(-4px);
}
.article.article--listing .article__description{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: #252525;
}
.article.article--listing .view_more a{
    display: flex;
    gap: 15px;
    align-items: center;
}
.article.article--listing .view_more a i{
    font-size: 19px;
    color: #757575;
    font-weight: 700;
}
.article.article--listing .view_more span{
    font-weight: 600;
    padding: 7px 15px;
    font-size: 16px;
    color: #000;
    background: #eee;
}
.article.article--listing .article__ct{
    margin: 22px 0;
    display: flex;
    flex-direction: row;
    gap: 18px;
}
.article.article--listing .article__ct span{
    font-size: 14px;
    position: relative;
    background-color: transparent;
    color: #252525;
    border-radius: 30px;
    text-transform: capitalize;
}
.article.article--listing .article__ct span:first-child:after{
    color: #25252525;
    top: 4px;
    right: -9px;
    line-height: 1;
    font-size: 13px;
    content: "|";
    font-weight: 700;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}
.article.article--listing .article__content .article__title{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 600;
    cursor: pointer;
    height: auto;
    transition: all 0.2s ease 0s;
    color: rgb(33, 33, 33);
}
.article.article--listing .article__content .article__title a{
    color: rgb(33, 33, 33);
}
.article.article--listing .article__content .article__title h3{
    color: #000;
}
.article.article--listing .article__content .article__title:hover{
    color: var(--main-color);
}
#news_category .hot_news{
    margin: 80px 0 30px 0;
    background-color: rgb(246, 237, 217);
    padding: 25px 30px 30px;
}
#news_category .hot_news .title h3{
    margin: 0 0 20px 0;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    text-align: center;
    font-weight: 800;
}
#news_category .hot_news .item_hot_news{
    margin: 0 auto;
    width: 90%;
}
#news_category .hot_news .item_hot_news .owl-nav button.owl-prev{
    left: -60px;
}
#news_category .hot_news .item_hot_news .owl-nav button.owl-next{
    right: -60px;
}
.news-item a {
    gap: 10px;
    display: flex;
    position: relative;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.news-item .news-info .title{
    font-size: 13px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-item .news-info{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.news-item .news-info .date{
    font-size: 14px;
}
.hot_news{
    margin-top: 40px;
}
.news-info p {
    margin: 0px;
    line-height: 1.5;
    color: white;
    letter-spacing: 0.03em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px ;
    font-weight: 700 ;
}
.category_news h1{
    margin-top: 20px;
}
.category_news .menu_category .list_categories{
    margin-top: 10px;
}
.news-item a{
    overflow: hidden;
}
.list_news_paginator{
    margin-top: -60px;
    padding-right: 40px;
}
.news-item a img{
    transition: 0.3s;
}
.news-item a img:hover{
    transform: scale(1.1);
}
#news_view h1{
    font-size: 40px;
    font-weight: 700;
    width: 80%;
}
#news_view .stars{
    display: flex;
    gap: 5px;
    margin: 20px 0;
}
#news_view .stars .star i{
    font-size: 18px;
    color: rgb(250, 175, 0);
}
#news_view .post-content-wrap{
    margin: 30px 0;
}
#news_view .tags{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 28px 0;
    flex-wrap: wrap;
}
#news_view .tags span{
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgb(119, 143, 179);
    font-size: 18px;
    font-weight: 700;
}
#news_view .tags a{
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 5px;
    white-space: nowrap;
    color: #000;

}
.tag_share{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pview-share{
    display: flex;
    align-items: center;
}
.pview-share ul{
    gap: 10px;
    margin: 0;
    display: flex;
}
.pview-share ul li{
    justify-content: center;
    display: flex;
    height: 30px;
    width: 30px;
    background: #fff;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 50%;
}
.pview-share ul li a{
    color: #000;
}
.loadMoreProduct.loading.viewmore{
    margin: 30px 0;
    display: flex;
    justify-content: center;
}
.loadMoreProduct.loading.viewmore button{
    background: var(--main-color);
    outline: none;
    border: none;
    padding: 10px 15px;
    color: #fff;
}
.list_hot_news .title{
    align-items: center;
}
.item_hot_news.view{
    border: 1px solid #eee;
    margin-top: 15px;
    padding: 10px;
}
.line-through {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.line-through span {
    z-index: 1;
    padding: 0 15px;
    background: #f9fafa;
    width: 30%;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    font-size: 20px;
}
.line-through:after {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--main-color);
    height: 0.05rem;
    top: 50%;
    left: 0;
    z-index: -1;
}
.top-fb {
    position: relative;
}
.wrap-nav {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 44px;
    width: 600px;
    height: 100%;
}
.cm-top .wrap-nav ul li:last-child a {
    font-weight: 400;
}
.fb-title {
    font-weight: 600;
    text-transform: none;
    text-align: left;
    color: var(--main-color);
    font-size: 45px;
    font-style: normal;
    line-height: 57px;
    margin-top: 30px;
    letter-spacing: -0.01562em;
}
.fb-desc {
    margin: 0;
    letter-spacing: 0.00938em;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.feedback-main {
    padding: 70px 70px 50px 70px;
}
.hbc-item-wrap {
    width: 100%;
    overflow: hidden;
}
.hbc-img {
    transform: scale(1);
    transition: all .3s;
}
.hbc-item:hover .hbc-img {
    transform: scale(1.15);
}
.navigation>li:last-child>a {
    font-weight: 700;
    text-transform: uppercase;
}
.item_hot_news .news-item img {
    object-fit: cover;
    width: 60px;
    height: 60px;
}
#news_category h1 {
    font-weight: 700;
    margin-top: 20px;
}
.copy-link img {
    width: 20px;
    filter: invert(0.5);
}
.tag {
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tag span {
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgb(119, 143, 179);
    font-size: 16px;
    font-weight: 700;
}
.tag-title {
    border: 1px solid rgba(0, 0, 0, 0.23);
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    height: 32px;
    display: inline-flex;
    outline: 0;
    padding: 0;
    font-size: 0.8125rem;
    align-items: center;
    white-space: nowrap;
    border-radius: 16px;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    margin-left: 5px;
    padding-left: 12px;
    padding-right: 12px;
}
.tag-title a {
    margin-left: 5px;
}
.tag-title a i {
    background: rgba(0, 0, 0, 0.26);
    width: 20px;
    cursor: pointer;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.view-album {
    border-radius: 6px;
    padding: 16px;
    width: 150px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
}

.view-album:hover {
    transform: scale(1.05);
}

@media (min-width: 992px) {
    .menu_tab, .news_paginator {
        padding: 16px 80px;
        width: 100%;
    }
    .hbc-img {
        height: 360px;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .article.article--listing .article__content .article__title{
        font-size: 11px;
    }
    .menu_tab li.items_ct a{
        font-size: 14px;
        padding: 14px;
    }
    .article.article--listing .article__ct span{
        font-size: 11px;
        border: none;
        padding-left: 0;
    }
    .article.article--listing .article__ct {
        margin: 10px 0;
    }
    .article.article--listing .view_more span{
        font-size: 12px;
    }
    .article.article--listing .view_more a i{
        font-size: 16px;
    }
    #news_category .hot_news .item_hot_news{
        width: 95%;
    }
    #news_view h1{
        font-size: 22px;
        width: 90%;
    }
    .wrap-nav {
        position: unset;
        padding: 20px 5px 0;
        width: 100%;
    }
    #news_view h1.fb-title {
        text-align: center;
        width: 100%;
        font-size: 30px;
    }
    .feedback-main {
        padding: 45px 0;
    }
    .title_category {
        margin: 0 auto;
    }
}
.admin-talk{
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
    border: 1px solid #ededed;
}
.img-talk{
    text-align: center;
}
.img-talk img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.name-admin {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.intro_author{
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}
.menu_categories{
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
    border: 1px solid #ededed;
    margin-top: 30px;
}
.menu_categories h2{
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: start;
}
.menu_categories h2:after {
    left: 13px;
    bottom: -15px;
    position: absolute;
    content: '';
    height: 4px;
    background: var(--main-color);
    width: 60px;
}
.menu_categories .list_menu_ctg{
    margin-top: 10px;
}
.menu_categories .list_menu_ctg li{
    padding: 7px 0;
}
.menu_categories .list_menu_ctg li a{
    color: #000000c4;
    font-weight: 500;
}
.box_related{
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
    border: 1px solid #ededed;
    margin-top: 30px;
}
.box_related h2{
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: start;
}
.box_related h2:after{
    left: 13px;
    bottom: -15px;
    position: absolute;
    content: '';
    height: 4px;
    background: var(--main-color);
    width: 60px;
}
.box_related .news_page{
    margin-top: 10px;
}
.box_related .news_item{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.box_related .news_item img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.box_related .news_item .title_news{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.box_related .news_item .title_news a{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box_related .news_item .title_news span{
    font-size: 14px;
}
.news_detail .side-bar{
    position: sticky;
    top: 90px;
    height: fit-content;
}
.news_detail{
    margin-top: 70px;
}
.news_detail .category_news{
    padding-right: 40px;
}
#pagination{
    margin-top: 30px;
}
.paginator .labelPages,.paginator .titlePages,.paginator .paging-last,.paginator .paging-first{
    display: none;
}
a.paging-next:after {
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
}
a.paging-previous:after {
    content: "\f053";
    font-family: 'Font Awesome 6 Pro';
}
.paginator {
    justify-content: start;
    gap: 8px;
    padding-top: 20px;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.paginator .currentPage {
    color: #ffffff;
    border-color: var(--main-color);
    background-color: var(--main-color);
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 40px;
    font-size: 16px;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.paginator a {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 40px;
    font-size: 16px;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #252525;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ededed;
}
@media(max-width: 991px){
    .news_detail {
        margin-top: 10px;
    }
    .list_news_paginator{
        padding-right: 0;
    }
    .news_detail .category_news{
        padding-right: calc(1.5rem * .5);
    }
}