body {
    background: #f2f3f6;
}
.banner {
    width: 100%;
    height: 250px;
    background: linear-gradient(to right, #2d7bce, #45bff2, #2d7bce);
    position: relative;
}
.banner .img--wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner .img--wrapper img {
    position: absolute;

    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scrollspy-nav {
    z-index: 100;
    background: transparent;
    width: 100%;
    height: 100px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.scrollspy-nav.am-sticky {
    background: linear-gradient(to right, #2d7bce, #45bff2, #2d7bce);
}
.scrollspy-nav ul {
    display: flex;
    height: 100px;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.scrollspy-nav li {
    display: inline-block;
    list-style: none;
    width: 64px;
    height: 32px;
    text-align: center;
}
.scrollspy-nav a {
    color: #eee;
    display: inline-block;
    width: 100%;
    line-height: 32px;
    vertical-align: middle;
}
.scrollspy-nav a.am-active {
    color: #2d7bce;
    font-weight: bold;
    background: #fff;
    border-radius: 4px;
}
.container {
    background: #fff;
    margin: 40px auto;
    padding: 30px 40px;
}
.container p.container_title {
    font-size: 40px;
    color: #389ade;
    line-height: 1;
    margin-bottom: 30px;
}
.container p.container_title span {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    padding-bottom: 20px;
}
.container_title span::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #389ade;
}
.container_info {
    width: 50%;
}
.am-fr.container_info {
    padding-left: 40px;
}
.container p {
    font-size: 16px;
    color: #565656;
    line-height: 2.25;
    text-align: left;
}
.container p span.p_title {
    font-size: 20px;
    color: #282828;
    font-weight: bold;
}
.container p span.p_num {
    color: #f60;
}
@media (max-width: 640px) {
    .container {
        padding: 4%;
        margin: 5%;
    }
    .container_info {
        width: 100%;
    }
    .am-fr.container_info {
        padding-left: 0;
    }
    .ws-head, .ws-fixed .ws-fixed-app:last-of-type, .scrollspy-nav {
        display: none;
    }
    .banner {
        height: 130px;
    }
    .banner .img--wrapper img {
        height: 115px;
    }
    body {
        padding-top: 50px;
    }
    .header-sm {
        background: #000;
    }
    .header-sm .am-topbar-brand img {
        color: #fff;
        max-height: 20px;
        width: auto;
    }
    .header-sm .am-topbar-btn {
        background: transparent;
    }
    .header-sm .am-icon-bars {
        color: #fff;
    }
    .header-sm {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        color: #fff;
        text-align: center;
    }
    .am-nav > li > a:focus, .am-nav > li > a:hover {
        text-decoration: none;
        background-color: inherit;
    }
    .am-nav > li.am-active > a, .am-nav > li.am-active > a:focus, .am-nav > li.am-active > a:hover {
        background-color: #654fc8;
    }
    .am-nav > li > a {
        position: relative;
        display: block;
        padding: .2em 1em;
        border-radius: 0;
    }
    .am-nav > li > a.am-active{
        background: #389ade;
    }
}