.pos-logo{
position: relative;
margin-bottom: 50px;}
/* title */
.pos-logo .title_block{
margin-bottom: 20px;
position: relative;}
.pos-logo .title_block h2{
margin: 0;
font: 600 20px/35px 'Open Sans', sans-serif;
color: #000;
text-transform: uppercase;}
/* navi */
.pos-logo .prevtab,
.pos-logo .nexttab{
position: absolute;
top: 0;
right: 0;
cursor: pointer;
display: block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: #a2a2a4;
color: #fff;
font-size: 25px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;}
.pos-logo .prevtab{
right: 37px;}
.pos-logo .prevtab:hover,
.pos-logo .nexttab:hover{
background: #0051aa;}
/* content */
.pos-content-logo{
border: 1px solid #ccc;
margin: 0 0 30px;
overflow: hidden;}
.pos-content-logo .owl-carousel .owl-item  .item img{
margin: 0 auto;}