@media (min-width: 992px) {
    .row .w-lg-50 {
        width: 50% !important;
    }
    .row .w-lg-20{
        width: 20% !important;
    }
    .row .w-lg-60{
        width: 60% !important;
    }
    .row .w-lg-80{
        width: 80% !important;
    }
    .row .w-lg-25 {
        width: 25% !important;
    }
}

.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 .nav {
    flex-wrap: nowrap;
}

.btn.btn-blue {
    color: #fff;
    background-color: #1200be;
    border-color: #1200be;
}
.btn.btn-blue:hover{
    background-color: rgb(1, 3, 107);
    color: #fff;
}
.btn.btn-dark:hover{
    background-color: rgb(11, 12, 14);
}
.btn.btn-outline-blue {
    color: #1200be;
    background-color: transparent;
    border-color: #1200be;
}
.form-box{
    line-height: 35px;
}

.left-list ul li:before {
    content: "\2022";
    color: #1200be;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.p-right-box .nav-tabs .nav-link {
    border-top-left-radius: .5rem;
    border-top-right-radius: 0.5rem;
    color: #223345;
}

.p-right-box .nav-tabs .nav-link.active {
    font-weight: 600;
    color: #1200be;
}

.nav-tabs .nav-link:not(.active):hover {
    border-color: transparent;
}

.result-sum {
    background-color: rgba(245, 245, 248, 1);
    color: rgba(34, 51, 69, 1);
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}

.box-result {
    background-color: rgba(245, 245, 248, 1);
}

.result-title {
    color: rgba(34, 51, 69, 1);
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}

.result-content p {
    margin-bottom: .5rem !important;
}

.result-content a {
    color: #1200be;
}

.result-content .result-img {
    background-color: #fff;
    height: 160px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

.result-content .result-img img {
    height: 100%;
}

.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);
}