.news_page{
    margin: 0px 0px 3rem;
}
.news_page .news_top{
    margin: 10px 0 0;
}
.news_page .news_top .item{
    position: relative;
    margin: 0px 0px 10px 10px;
    border-radius: 10px;
    overflow: hidden;
}
.news_page .news_top .item.one{
    margin: 0px;
}
.news_page .news_top .item .box_img{
    background-position: center;
    background-size: cover;
    height: 220px;
}
.news_page .news_top .item.one .box_img{
    height: 450px;
    margin: 0px;
}
.news_page .news_top .item .box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.news_page .news_top .item .box h2, .news_page .news_top .item .box h3{
    margin: 0px;
    padding: 10px 10px;
    font-size: 1rem;
}
.news_page .news_top .item.one .box h2, .news_page .news_top .item.one .box h3{
    font-size: 1.2rem;
}
.news_page .news_top .item a{
    color: #FFF;
}
.news_page .news_top .item a:hover{
    color: #FFA600;
}
.news_page .news_top .item .box .timePost {
    color: #f5f5f5;
    margin: 0px 10px 10px;
    font-size: 0.9rem;
}

/*-------------- news list --------------*/
.news_page .news_list{
    margin: 10px 0px;
}
.news_page .news_list .box .title, .news_page .news_list .title_relate{
    line-height: 40px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.news_page .news_list .box .title:after, .news_page .news_list .title_relate:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 3px;
    background-color: #FFA600;
}
.news_page .news_list .box.detail .timePost{
    background-image: url(/assets/images/icons/calendar.webp);
    background-position: left top;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #222;
    font-size: 0.9rem;
}
.news_page .news_list .box.detail .share{
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

.news_page .news_list .box.detail .share a{
    cursor: pointer;
}

.news_page .news_list .box.detail .share .btn_share {
    color: #FF8731;
    background-image: url(/assets/images/icons/share.webp);
    background-position: 0px 0px;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 22px;
    font-weight: 500;
}
.news_page .news_list .box.detail .share label{
    margin-right: 5px;
}
.news_page .news_list .box.detail .des{
    margin: 0 0 1rem;
    font-style: italic;
    font-weight: 500;
}
.news_page .news_list .box.detail .contents{
    margin: 1rem 0 0;
}
.news_page .news_list .box.detail .contents a{
    overflow-wrap: break-word;
}
.news_page .news_list .box.detail .contents iframe{
    max-width: 100% !important;
}
.news_page .news_list .box.detail .contents img{
    max-width: 100%;
    height: auto !important;
}
.news_page .news_list .box .item{
    width: 100%;
    display: inline-flex;
    padding: 1rem 0;
    border-bottom: 1px dashed #ddd;
}
.news_page .news_list .box .item .box_img{
    width: 250px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
    border-radius: 25px 0px 25px 0px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.news_page .news_list .box .item .box_img .img{
    background-position: center;
    background-size: cover;
    height: 150px;
    width: 100%;
    border-radius: 15px;
}
.news_page .news_list .box .item .box_info{
    width: calc(100% - 120px);
}
.news_page .news_list .box .item .box_info h3{
    font-size: 1.1rem;
}
.news_page .news_list .box .item .box_info a{
    color: #000;
}
.news_page .news_list .box .item .box_info a:hover{
    color: #801826;
}
.news_page .news_list .box .item .box_info .des {
    margin: 0px 0px 1rem 0px;
    text-align: justify;
}
.news_page .news_list .box .item .box_info .timePost {
    background-image: url(/assets/images/icons/calendar.webp);
    background-position: left top;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #222;
    font-size: 0.8rem;
}

/* share modal */
#shareModal .modal-dialog.share_section {
    max-width: 400px !important;
}
#shareModal .share_link{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    margin: 0.5rem 0;
    background-color: #F7F7F7;
    border-radius: 3px;
    padding: 6px 10px;
}
#shareModal .share_link .boxLink{
    width: 70%;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}
#shareModal .share_link button{
    width: 28%;
    background: transparent;
    border: none;
    outline: none;
    color: #4154BE;
}
#shareModal .share_social{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
#shareModal .share_social a{
    float: left;
    width: 50%;
    background-color: #F1F9FB;
    color: #333;
    padding: 5px 0px 5px 35px;
    border-radius: 3px;
    background-size: 20px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
}
#shareModal .zalo-share-button{
    float: left;
    width: 49% !important;
    height: 32px !important;
    background-color: #F1F9FB;
    color: #333;
    background-image: url(/assets/images/icons/ic_zalo.webp);
    padding: 5px 0px 5px 35px;
    border-radius: 3px;
    background-size: 20px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#shareModal .zalo-share-button iframe{
    display: none !important;
}
#shareModal .share_social a.facebook{
    background-image: url(/assets/images/icons/ic_facebook.webp);
}

.news_page .news_list .box.detail .contents table{
    width: 100% !important;
}
/*======================== for resposive screen ========================*/
/* Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 1024px) {
    .news_page .news_list .box .title {
        line-height: 25px;
        margin-top: 3rem;
    }
}
@media screen and (max-width: 768px) {
    .contents_cate table {
        width: 100% !important;
    }
    .news_page .news_top .item {
        margin: 15px 5px 10px 5px;
    }
}
/* Small devices (landscape phones, 667px and up)*/
@media screen and (max-width: 668px) {
    .news_page .news_list .box.detail .share{
        width: 100%;
        display: inline-flex;
        justify-content: flex-start;
        margin-top: 1rem;
    }
    .news_page .news_top .item.one .box_img {
        height: 240px;
    }
    .news_page .news_list .box .item .box_info .des {
        display: none;
    }
    .news_page .news_list .box .item .box_img .img {
        height: 125px;
    }
    .news_page .news_list .box .item .box_info h3 {
        font-size: 1rem;
    }
}