.jp_top_header_main_wrapper {
    float: left;
    width: 100%;
    background: #0f9bc0;
}

.jp_top_header_left_cont p {
    float: left;
    letter-spacing: 1px;
    font-size: 16px;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}

.jp_top_header_left_cont p:last-child {
    margin-left: 40px;
}

.jp_top_header_left_cont p a {
    color: #ffffff;
}

.jp_top_header_left_cont p:first-child {
    position: relative;
}

.jp_top_header_left_cont p:first-child:after {
    position: absolute;
    content: '';
    border: 1px solid #ffffff38;
    width: 1px;
    height: 73px;
    top: 0;
    right: -20px;
}

.jp_top_header_right_cont ul {
    float: right;
}

.jp_top_header_right_cont li {
    float: left;
    margin-left: 30px;
}

.jp_top_header_right_cont li:first-child {
    margin-left: 0;
    position: relative;
}

.jp_top_header_right_cont li a {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #23c0e9;
    font-size: 14px;
    font-weight: bold;
}

.jp_top_header_right_cont li:first-child:after {
    content: '';
    position: absolute;
    border: 1px solid #ffffff38;
    width: 1px;
    height: 73px;
    top: 0;
    right: -17px;
}

.jp_top_header_right_cont li:first-child:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff38;
    width: 1px;
    height: 73px;
    top: 0;
    left: -17px;
}

.jp_top_header_right__social_cont ul {
    float: right;
    margin-right: 45px;
}

.jp_top_header_right__social_cont li {
    float: left;
    margin-left: 30px;
}

.jp_top_header_right__social_cont li a {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff94;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_top_header_right__social_cont li a:hover {
    color: #23c0e9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_top_header_right__social_cont li:first-child {
    margin-left: 0;
}