.private_office_show_icon {
    display: block;
    width:42px;
    height:42px;
    outline: none;
    background: transparent url(show_icon.png) no-repeat;
    background-size:40px;
    background-position: center center;
    transition-property: all;
    transition-duration: 0.5s;
    cursor: pointer;
}
.private_office_show_icon:hover {
    opacity:0.5;
}
.private_office_close_icon {
    display: block;
    width:42px;
    height:42px;
    outline: none;
    background: transparent url(show_icon_close.png) no-repeat;
    background-size:40px;
    background-position: center center;
    transition-property: all;
    transition-duration: 0.5s;
    cursor: pointer;
    float:right;
    margin-top:42px;
    margin-right:19px;
}
.private_office_close_icon:hover {
    opacity:0.5;
}
.private_office_right_panel {
    display: inline-block;
    position: fixed;
    top: 0%;
    /*right: 0%;*/
    /*opacity:.99 !important;*/
    margin-left:-300px;
    padding-left:10px;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    background-color: #FFFFFF;
    z-index: 90000;
    text-align:right;
    float:right;
    width: 320px;
    height: 100%;
    /*overflow-y: hidden !important;*/
    /*overflow-y: hidden !important;*/
    /*overflow: hidden !important;*/
    /*overflow-x: hidden !important;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
}
.private_office_right_panel::-webkit-scrollbar {
    width:4px;
    border-radius:10px;
}
.private_office_right_panel::-webkit-scrollbar-thumb {
    background:#999999;
    border-radius:10px;
}
.private_office_right_panel::-webkit-scrollbar-track{
  border-radius:10px;
  margin:10px 2px 10px 5px;
}
.private_office_right_panel_header {
    display: inline-block;
    width:100%;
    height:50px;
    clear:both;
    float:right;
    margin-bottom:64px;
}
.private_office_right_panel_body {
    display: inline-block;
    width:280px;
    overflow:hidden;
    margin-right:20px;
    margin-bottom:20px;
    float:right;
    /*border:1px solid red;*/
    height:auto;
}
.private_office_right_panel_body_item {
    display:inline-block;
    clear:both;
    width:100%;
    height:auto;
    color:#888888;
    font-size:14px;
    font-weight:300;
    /*line-height: 1.4;*/
    /*text-align:left;*/
    float:right;
    /*border:1px solid black;*/
    margin-bottom:12px;
    cursor:pointer;
    transition:0.5s !important;
}
.private_office_right_panel_body_item:hover {
    color:#000;
}
.private_office_right_panel_body_item_delimiter {
    display:inline-block;
    clear:both;
    width:100%;
    max-width:150px;
    height:auto;
    float:right;
    margin-bottom:15px;
    border-bottom:1px solid #f0f0f0;
}
.private_office_right_panel_body_item_a {
   color:#888888;
   text-decoration:none;
   transition:0.5s !important;
}
.private_office_right_panel_body_item_a:hover {
   color:#000;
}
.private_office_right_panel_body_item_header {
    display:inline-block;
    clear:both;
    width:100%;
    height:auto;
    color:#212121;
    font-size:25px;
    font-weight:300;
    /*line-height: 1.4;*/
    /*text-align:left;*/
    float:left;
    margin-bottom:10px;
}
.private_office_right_panel_body_item_header_2 {
    display:inline-block;
    clear:both;
    width:100%;
    height:auto;
    color:#212121;
    font-size:14px;
    font-weight:300;
    /*line-height: 1.4;*/
    /*text-align:left;*/
    float:left;
    margin-bottom:12px;
}
.private_office_right_panel_body_item_header_link {
    display:inline-block;
    clear:both;
    width:100%;
    height:auto;
    color:#212121;
    font-size:35px;
    font-weight:300;
    /*line-height: 1.4;*/
    /*text-align:left;*/
    float:left;
    margin-bottom:47px;
    transition: 0.2s linear;
}
.private_office_right_panel_body_item_a_active {
   color:#000;
   text-decoration:none;
}
.private_office_right_panel_body_item_a_active:hover {
    opacity:0.75;
}
.private_office_right_panel_header_text {
display: inline-block;
    width: 210px;
    height: 30px;
    margin-top: 64px;
    margin-left: 0px;
    float: left;
    color: #333;
    font-size: 20px;
    font-weight: 300;
}