	.overview-back
{
    /*mix-blend-mode: multiply;*/
    /* background-color: #999;
			  background-blend-mode: multiply; */
    position: relative;
    /*min-height: 600px;*/
    z-index: 1;

    width: 100%;
    padding: 25px;
    /*background-color: #000;*/

    background-image: url(../img/company/overview-back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.overview-back:before
{
    position: absolute;
    z-index: 2;
    top: -147px;
    right: 20px;

    display: block;

    width: 90px;
    height: 147px;

    content: '';

    background: transparent url(../img/company/overview-back-top.gif) 0 0 no-repeat;
}
.overview-back:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .6;
    background-color: #000;
}
.inBox
{
    font-size: 18px;

    position: relative;
    z-index: 10;

    width: 50%;
    padding: 20px;
    /*min-height: 500px;*/

    background: rgba(255,255,255,.8);
}

.tbl-overview tr th
{
    font-size: 1rem;
    font-weight: 600;

    padding: 20px;

    text-align: left;

    color: #cc232f;
    border-bottom: 1px solid #d4d4d4;
}
.tbl-overview tr td
{
    font-size: .85em;
    font-weight: 400;

    padding: 10px 25px;

    text-align: left;

    color: #3e3e3e;
    border-bottom: 1px solid #a0a0a0;
}

.tbl-overview .overviewUl li
{
    line-height: 2.0rem;

    float: left;

    width: 50%;
    margin: 0;
    padding: 0;
    /*border: 1px solid #000;*/
}

.overview-list
{
    position: absolute;
    z-index: 11;
    top: 40%;
    right: 0;

    width: 50%;
}

.overview-list li
{
    /*float: left;*/
    display: table-cell;

    width: 1%;

    text-align: center;

    color: #fff;
}
.overview-list li span
{
    display: inline-block;

    height: 80px;
    margin-bottom: 20px;
}
.overview-list li h6
{
    font-size: 1rem;
    font-weight: 300;
}
.overview-list li h5
{
    font-size: 1.2rem;
    font-weight: normal;

    margin-top: 8px;
}
.overview-list li h5 small
{
    font-size: .8rem;
}



.overview-partner li
{
    /*display: table-cell;*/
    float: left;

    width: 25%;
    /*margin-bottom: 1em;*/
}
.overview-partner-2 li {
	width: 20%;
}

.overview-partner li figure
{
    position: relative;

    overflow: visible !important;

    margin: 1em;
    padding: 1rem;

    border: 1px solid #eee;
    /*line-height: 80px;*/
}
.overview-partner li figure figcaption
{
    display: none;
}
.overview-partner li figure img
{
    /*width: 60% !important;*/
}
