
.sub-tit
{
    position: relative;
    z-index: 1;

    /*display: table;*/
    overflow: hidden;

    width: 100%;
    height: 310px;
    /*border: 1px solid #000;*/
}
.sub-tit .sub-tit-img-wrap
{
    /*position: absolute;*/
    z-index: 1;
    top: 0;
    left: 0;

    width: 650px;
    height: 310px;
    background-color: #d9d9d9;
    /* display: table-cell;
    vertical-align: middle; */
}

.sub-tit .sub-tit-img-wrap img {
    position: absolute;
    top: 50%;
    left: 25%;
    /*left: 50%;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* .sub-tit .sub-tit-img-wrap .bx-wrapper {
    margin: 0;
    height: 310px;
}
.sub-tit .sub-tit-img-wrap .bxslider {
    height: 100%;
        margin: 0 auto;
        padding: 0;
}
.sub-tit .sub-tit-img-wrap .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    border: none;
    height: 100%;
    
}
 */

.bxslider
{
    position: relative;

    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.bxslider > li
{
    width: 100%;
    min-height: 100%;
    /*border: 1px solid #000;*/
}

.bx-wrapper
{
    /*min-height: 600px;*/
    position: relative;
    z-index: 1;
    top: 0;

    clear: both;

    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    /*border: 1px solid #000;*/
}
.bx-wrapper .bx-viewport
{
    left: 0 !important;

    height: 100%;
    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

/* .sub-tit .sub-tit-img-wrap .bx-wrapper .bx-viewport .bxslider div {
    display: table !important;
    vertical-align: middle;
}
.sub-tit .sub-tit-img-wrap .bx-wrapper .bx-viewport img {
    
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    max-width: auto;
} */
/*.sub-tit .sub-tit-img-wrap*/

/* .sub-tit .sub-tit-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */



.sub-tit figcaption
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: -10%;

    width: 60%;
    padding-left: 80px;
    height: 100%;
    
   
}
 .sub-tit figcaption:before
{
    display: block;
    
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #b32233;
    background-image: url(../img/pat-dot.png);
    trff:-webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: #b32233;
    /* position: absolute;
    z-index: 10;
    left: -80px;
    
    background-image: url(../img/pat-dot.png);
    width: 150px;
    height: 100%;
    z-index: 1;
    border-top: 310px solid transparent;
    border-right: 80px solid #b32233;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent; */
} 
.sub-tit figcaption *
{
    color: #fff;
}
.sub-tit figcaption h3
{
    font-size: 3rem;
    font-weight: 400;

    position: relative;
    top: 70px;
    /*left: 80px;*/
    z-index: 5;
    text-align: left;

    color: #fff;
}

.sub-tit figcaption p
{
    z-index: 6;
    position: relative;
    top: 90px;
    color: #fff;
    width: 60%;
    text-align: left;
    line-height: 1.5rem;
    font-size: 1.3rem;
    font-weight: 300;
    /*left: 80px;*/
}
.sub-tit figcaption p[lang="en"] {
    font-family: 'Roboto Condensed', sans-serif !important;
}
.sub-tit figcaption ul li
{
    float: left;

    padding-right: 1em;
}


.rndTable li
{
    position: relative;

    /*float: left;*/

    /*width: 25%;*/
    display: table-cell;
    width: 1%;
    padding: 60px 30px;

    text-align: center;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.rndTable li > h3
{
    font-size: 1.2em;
    font-weight: 400;

    margin: 20px;
}
.rndTable li > h5 {
    font-weight: 400;
    margin-bottom: 30px;
    color: #888;
}
.rndTable li > p
{
    text-align: left;
    font-size: .8rem;
    font-weight: 300;
    line-height: 2.0rem;

    margin-bottom: 5px;

    border: 1px dashed #eee;
    background: rgb(250,250,250);
    padding-left: 20px;
    position: relative;
    
}
.rndTable li > p:before {
    content: '-';
    position: absolute;
    left: 10px;

}

.rndTable li:nth-child(4n)
{
    border-right: 1px solid #dcdcdc;
}

.rndTable li:nth-child(4) ~ li
{
    border-top: none;
}
.rndTable li:last-of-type
{
    border-right: 1px solid #dcdcdc;
}

.rndTable li em
{
    font-size: 1em;
    font-style: inherit;
    line-height: 30px;
    font-weight: 300;

    position: absolute;
    top: 0;
    left: 0;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    background-color: #999;
}



.rndTable:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}