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: rgb(0, 177, 86);
    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: rgb(0, 177, 86) ;
}
.menu_tab li.items_ct a:hover, .menu_tab li.items_ct.active a {
    color: #fff !important;
    background: rgb(0, 177, 86) ;
}
.menu_tab li.items_ct a{
    color: rgb(0, 177, 86);
    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 rgb(0, 177, 86) ;
}
.menu_tab{
    margin: 30px 0;
}
.menu_tab .list_menu_ct{
    justify-content: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.article.article--listing{
    padding: 24px;
}
.wrap_item{
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(19, 18, 18, 0.1) 2px 2px 11px ;
    transition: transform 0.3s linear 0s ;
    height: 100%;
}
.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: rgba(0, 0, 0, 0.87);
}
.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-size: 16px;
    color: #757575;
}
.article.article--listing .article__ct{
    margin: 22px 0;
}
.article.article--listing .article__ct span{
    font-size: 14px;
    background-color: transparent;
    border: 1px solid rgba(0, 177, 86, 0.7);
    color: rgb(0, 177, 86);
    padding: 9px;
    border-radius: 30px;
    text-transform: uppercase;
}
.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:hover{
    color: rgb(0, 177, 86);
}
#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 {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.news-item .gr{
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    padding: 0 ;
}
.news-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    font-size: 23px;
    z-index: 1;
}
.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{
    margin-top: 50px;
}
.category_news .menu_category .list_categories{
    margin-top: 10px;
}
.news-item a{
    overflow: hidden;
}
.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{
    background: rgba(45, 156, 219, 0.15);;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 9px;
    white-space: nowrap;
    color: rgb(45, 156, 219);
    border-radius: 90px;

}
.loadMoreProduct.loading.viewmore{
    margin: 30px 0;
    display: flex;
    justify-content: center;
}
.loadMoreProduct.loading.viewmore button{
    background: var(--green-color);
    outline: none;
    border: none;
    padding: 10px 15px;
    color: #fff;
}
.list_hot_news .title{
    align-items: center;
}
.item_hot_news.view{
    margin-top: 30px;
}
.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(--green-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: #00b156;
    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 {
    height: 253px;
}
#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: rgb(0, 177, 86) !important;
    border: 1px solid rgb(0, 177, 86) !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;
    }
}