
.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;
}

.list-group li.list-group-item:first-child {
    font-size: 18px;
    font-family: SFProText-Bold;
    position: relative;
    z-index: 1;
    border-bottom: none;
}

.list-group li.list-group-item:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 85%;
    margin: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.list-group li.list-group-item a {
    color: #223345;
}

.list-group li.list-group-item:hover:not(:first-child) {
    background-color: #1200be;
}

.list-group li.list-group-item:hover a {
    color: #ffffff;
}
.right-side h3{
    color: #223345;
    font-size: 18px;
    font-family: SFProText-Bold;
}
.right-side .form{
    color: #223345;
    font-size: 16px;
}
.page-internal-news {
    padding: 20px;
    margin-bottom: 50px;
}
.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);
}
.item{
    background-color: rgba(247, 247, 247, 1);
}
.box-item div a{
    color: #1200be;
}
.box-title h4{
    color: #223345;
    font-family: SFProText-Bold;
    font-size: 16px;
}
.box-title a{
    font-size: 14px;
    color: #1200be;
    padding: 0px 10px ;
    border: 1px solid #1200be;
    border-radius: 5px;
}
.item .view-content span{
    background-color: rgba(255, 255, 255, 1);
    padding: 5px;
    border-radius: 5px;
}