html {
    font-size: 100%;
    letter-spacing: -0.5px;
}
body {
    font-size: 1rem;
    line-height: 150%;
    color: #666;
    background-color: rgba(0, 0, 0, 0);
}
a {
    color: #0050a3;
}
a:hover, a:focus {
    color: #002a57;
    text-decoration: none;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: .25rem;
    line-height: 1.875;
    background-color: #fff;
    border-color: #ddd;
    border-radius: 0;
}
hr {
    margin: 1.25rem 0;
    border-color: #ddd;
}
dt, strong {
    font-weight: 500;
}
img {
    max-width: 100%
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.3;
    color: #111;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    color: #999;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
p {
    margin: 0 0 .5rem;
}
.lead {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .lead {
        font-size: 14px;
    }
}small, .small {
    font-size: .875rem;
}
mark, .mark {
    background-color: #f9b50f;
}
.text-muted {
    color: #999;
}
.bg-primary {
    color: #fff;
}
.page-header {
    padding-bottom: .5rem;
    margin: 2rem 0 1rem;
    border-bottom-color: #333;
}
ul, ol {
    margin-bottom: .5rem;
}
.list-inline {
    margin-left: -.5rem;
}
.list-inline>li {
    padding-left: .5rem;
    padding-right: .5rem;
}
dl {
    margin-bottom: 1rem;
}
dt, dd {
    line-height: 1.875;
}
dt {
    font-weight: 500;
}


.mt-50 {
    margin-top: 50px;
}




.wrap {
    padding: 30px 15px;
    max-width: 1400px;
    margin: 0 auto;
}
.info_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    background-color: #006fb9;
    border-radius: 100%;
    margin: 0 auto;
}

.info_img img {
    max-width: 120px;
    width: 100%;
}

.info_title {
    font-weight: 400;
    text-align: center;
}

.info_text {
    text-align: center;
    line-height: 1.2;
    color: #000;
}

.info_list {
    list-style: none;
    padding-left: 0;
    color: #000;
    margin-top: 30px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 15px;
}

.info_list li {
    display: flex;
    margin-bottom: 15px;
}

.info_list li:last-child {
    margin-bottom: 0;
}

.info_list li > span {
    display: inline-block;
    min-width: 110px;
    height: 25px;
    background-color: #006fb9;
    color: #fff;
    text-align: center;
    padding: 2px 10px;
    border-radius: 15px;
    margin-right: 10px;
}

.info_list li p {
    margin-bottom: 0;
}

.link_title {
    position: relative;
    color: #006fb9;
    font-weight: 500;
}

.link_text {
    position: relative;
    padding-left: 10px;
    color: #000;
    font-size: 1.1rem;
}

.link_text:after {
    content: ' ';
    display: block;
    position: absolute;
    background: #000;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
}

.table_title {
    position: relative;
    color: #444;
    padding-left: 10px;
}

.table_title:after {
    content: ' ';
    display: block;
    position: absolute;
    background: #444;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.table_box {
    overflow: auto;
}

.table_box table {
    width: 100%;
    border-top: 3px solid #006fb9;
    border-spacing: 0;
}

.table_box table thead tr th {
    padding: 10px;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
    min-width: 120px;
}

.table_box table tbody tr td {
    padding: 10px;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.table_box table tbody tr td:last-child {
    border-right: 0;
}

.table_box a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 992px) {
    .info_img {
        width: 150px;
        height: 150px;
    }

    .info_img img {
        max-width: 80px;
    }
}

@media (max-width: 500px) {
    .info_title {
        font-size: 1.8rem;
    }

    .info_list li {
        flex-direction: column;
    }

    .info_list li > span {
        margin-right: 0;
    }
}