.cate-news{
    padding-top: 20px;
}
.big-news p{
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #393939;
}
.small-news{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.small-news p{
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #393939;
}
.small-news-img img{
    object-fit: contain;
    max-height: 250px;
}
.title-all-news h1{
    font-size: 30px;
    padding: 20px 0;
}
.paginator{
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paginator .labelPages,
.paginator .titlePages {
    display: none;
}
.paginator .currentPage, .paginator a {
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #502364;
    margin-right: 10px;
}
.paginator .currentPage {
    background: #502364;
    box-shadow: 0px 2px 50px rgb(238 90 138 / 25%);
    border: none;
    color: #fff;
}
.paginator .paging-previous:after {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
}
.paginator .paging-next:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
}
.paginator .paging-first:after {
    content: '\f100';
    font-family: 'Font Awesome 5 Pro';
}
.paginator .paging-last:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
}
.info-news h3{
    font-size: 22px;
    font-weight: 400;
    padding-top: 10px;
    color: #000;
}
.news-datetime,.news-intro{
    display: none;
}
.bread-crumb-news a{
    color: #676767;
    font-size: 15px;
}
.bread-crumb-news a:hover{
    text-decoration: underline;
    color: #676767;
}
.left-news h1{
    font-size: 36px;
    line-height: 1.2em;
    margin-top: 10px;
}
.authorBox {
    color: #393939;
    opacity: 0.7;
    margin-bottom: 30px;
}
.left-news{
    border-right: 1px solid #e5e5e5;
}
.related-news-item h5{
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.interested h4{
    font-size: 30px;
    padding-bottom: 20px;
}
.owl-nav button{
    position: absolute;
    top: 30%;
    background: lightgrey !important;
    border: 1px solid lightgrey !important;
    height: 40px;
    width: 35px;
    line-height: 29px !important;
}
.owl-nav button span{
    font-size: 30px;
}
.owl-nav button.owl-prev{
    left: 0;
}
.owl-nav button.owl-next{
    right: 0;
}
.topNewsTitle{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
}
.right-news .listpost .title-news{
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 10px 0 20px;
    color: #000;
}
.midle-news-view{
    margin: 10px 0;
}

@media (max-width: 768px) {
    .hot-news {
        display: none;
    }
    .title-img {
        order: 1;
    }
    .info-news h3{
        font-size: 1.3em;
        font-weight: 600;
        line-height: 1.6em;
        max-height: 75px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news-datetime{
        color: #393939;
        font-size: 0.85em;
        opacity: 0.7;
        display: block;
    }
    .news-intro{
        font-size: 15px;
        line-height: 1.6em;
        font-weight: 400;
        display: block;
    }
    .news-intro a{
        color: #0366d6;
    }
    .right-news{
        display: none;
    }
    .flex-no-wrap {
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap !important;
        white-space: nowrap;
        overflow-x: auto;
    }
    .row.row-cols-65>* {
        width: 65%;
        flex: 0 0 auto;
    }
    .related-news-item h5{
        white-space: pre-wrap;
    }
    .main-content-news img{
        width: auto;
        object-fit: cover;
        height: auto !important;
    }
}
.introduce-page {
    background: #f9f9f9;
    padding: 20px 0;
}
.introduce-page h1 {
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.bottom-intro {
    margin-top: 45px;
}
.intro_content {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 45px;
}
.exp-txt h4 {
    font-weight: bold;
    font-size: 28px;
}
.article-img {
    text-align: center;
}
h1.title-news {
    padding: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.intro_txt {
    text-align: center;
    font-style: italic;
}
@media(max-width: 768px){
    .intro_content{
        flex-wrap: wrap;
    }
}
.intro_content img{
    width: 100%;
}
.intro_content:nth-child(3) .exp-txt{
    padding-left: 25px;
}
@media (min-width: 1400px){
    .content-news{
        max-width: 1170px;
    }
}
.box-relatedNews{
    padding-top: 20px;
}
.link_Tab{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.news_page .news_item {
    margin: 15px 0 15px 15px;
    line-height: 1.3;
}
.news_page .news_item .img_news {
    text-align: center;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.img_news a {
    display: block;
    width: 100%;
    height: 240px;
    margin: auto;
}
.news_page .news_item .img_news img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.news_item .title_news a{
    font-size: 1em;
    text-decoration: none;
    color: #252a2b;
    line-height: 1.1;
    margin-bottom: 14px;
}
.news_item .title_news a:hover{
    color: #252a2b;
}
.news_item .description_news {
    display: block;
    height: 88px;
    overflow: hidden;
}
.news_item .img_news:hover {
    opacity: .8;
}