.breadcrumb-custom span {
    border-left: 1px solid #d8d8d8;
    color: #223345;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 60px;
    font-family: SFProText-Regular;
    font-size: 14px;
}

.breadcrumb-custom span:first-child {
    padding-right: 10px;
    padding-bottom: 2px;
    border-left: none;
}

.news-header {
    border-bottom: none !important;
}

.news-top .img-fluid {
    width: 100%;
}

.news-top {
    font-family: SFProText-Regular;
}

.news-box {
    background-color: rgba(246, 246, 246, 1);
}
.see-more {
    color: #1200be;
    text-align: right;
}
.news-box-total{
    min-height: 200px;
}
.news-top h5 {
    font-family: SFProText-bold;
    font-size: 16px;
}

.news-top p {
    color: #0a142f;
}

.news-top span {
    font-size: 12px;
    color: #8f9bae;
}

.news-top .icon-date {
    width: 11px;
    margin-right: 5px;
}

.side-bar-top {
    padding: 10px;
    background-color: rgba(242, 242, 242, 1);
}
.side-bar-top h4 {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 16px;
    font-family: SFProText-bold;
    color: #1200be;
    text-decoration: underline;
    text-decoration-color: rgba(18, 0, 190, 1);
}

.side-bar-top h5 {
    padding-top: 5px;
    font-size: 16px;
    
}
.side-bar-top h5 a{
    color: rgba(142, 142, 142, 1);
}

.side-bar-box h6 {
    font-size: 14px;
    color: #223345;
    font-family: SFProText-Regular;
}

.side-bar-box {
    font-size: 13px;
    color: #323846;
}

.side-bar-content h6,
span {
    padding-left: 3px;
}

.side-bar-content h6 {
    margin-bottom: 2px;
}

.page-internal-news {
    padding: 20px;
    margin-bottom: 50px;
}
.flex-auto{
    flex: auto;
    margin-right: 15px;
}
.page-internal-news ul {
    text-align: center;
    color: #223345;
}

.page-internal-news ul li {
    display: inline-block;
}
.page-internal-news ul li a{
    padding: 5px;
    font-family: SFProText-Regular;
    font-size: 16px;
    color: #223345;
    border: 1px solid #fff;
}
.page-internal-news ul li a:hover{
    border: 1px solid rgba(18, 0, 190, 1);
    color: rgba(18, 0, 190, 1);
    border-radius: 5px;
}
.page-internal-news .page-news-pre{
    color: rgba(34, 51, 69, 1);
}
.content-creation-date span{
    font-size: 12px;
    color: #8f9bae;
}
.p-video .video-control .rounded-circle {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    box-shadow: 0 0 0px 10px rgba(18, 0, 190, .6)
}

@media screen and (min-width: 1026px) {
    .news-internal>.right-side {
        width: 345px;
        flex: unset;
        max-width: unset;
    }

    .news-internal>.left-side {
        width: calc(100% - 345px);
        flex: unset;
        max-width: unset;
    }

}
@media screen and (min-width: 1020px) {
    .news-box{
        display: flex;
    }
    .news-box>img{
        height: 170px;
    }
    .news-box-left{
        padding-left: 10px;
    }
}
@media screen and (max-width: 800px) {
    .news-box{
        width: 100%;    
    }
    .news-box>img{
        display: flex;
        width: 90%; 
        margin: auto;
        padding: 10px;
    }
    .news-box-left{
        padding: 10px;
    }
}
@media screen and (max-width: 1026px) {
    .side-bar-content h6,span{
        font-size: 16px;
    }
}
@media screen and (min-width: 765px) and (max-width: 1026px) {
    .side-bar-image{
        width: 75px !important ;
        flex: none !important ;
    }
   
}