@charset "utf-8";#st21{background-color:#ffffff;}#st19{background-color:#ffffff;}.h-Features{
    background: url(/themes/images/bg.png) center center;
padding: 100px 0;
    position: relative;
}
.h-Features h3{
writing-mode: vertical-lr;
    position: absolute;
    left: 48%;
    top: 40%;
    font-size: 32px;
padding: 70px 0;
    font-weight: bold;
    transform: translateX(-50%) translateY(-50%);
}

.h-Features h3:before {
    content: '';
    width: 2px;
    height: 50px;
    display: block;
    background: #000;
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 2;
}
.h-Features h3:after{
    content: '';
    width: 2px;
    height: 50px;
    display: block;
    background: #000;
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index: 2;
}
.h-Features .container{
    margin: 0px auto 0 !important;
    overflow: hidden;
    width: 1170px;
}
.h-Features .container img{
    width: 100%;
}
.h-Features .container p{
 font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    margin-top: 50px;
}
.h-Features .h-Features-content1{
width: 85%;
    position: relative;
    margin-bottom: 50px;
}
.h-Features .h-Features-content2{
width: 85%;
    float: right;
    position: relative;
    margin-bottom: 50px;
}

.h-Features .h-Features-content1 .map {
    -webkit-mask-image: url(/themes/images/side-frame1.png);
    mask-image: url(/themes/images/side-frame1.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.h-Features .h-Features-content2 .map {
    -webkit-mask-image: url(/themes/images/side-frame2.png);
    mask-image: url(/themes/images/side-frame2.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}


.h-Features .h-Features-content1 h4{
       background: url(/themes/images/p_nav_bg2.png) no-repeat 0 10px;
    background-size: 100% auto;
    height: 120px;
    width: 200px;
    position: absolute;
    top: 0px;
    font-size: 28px;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 120px;

}


.h-Features .h-Features-content2 h4{
       background: url(/themes/images/p_nav_bg2.png) no-repeat 0 10px;
    background-size: 100% auto;
    height: 120px;
    width: 180px;

    position: absolute;
    top: 250px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 120px;

}




@media screen and (max-width: 768px){
.h-Features .container {
    width: 100%;
}
.h-Features h3{    writing-mode: revert;position: absolute;left: 50%;top: 40PX;font-size: 32px;padding: 0px 60px;font-weight: bold;width: 70%;transform: translateX(-50%) translateY(0%);}

.h-Features h3:before {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    left: 0px;
    top: 20px;
 
}
.h-Features h3:after{
    content: '';
    width: 50px;
    height: 1px;
    display: block;
 
       left: auto;
    right: 0px;
    top: 20px;

}


.h-Features .h-Features-content1 {
    width: 100%;
}
.h-Features .h-Features-content2 {
    width: 100%;
}
.h-Features .h-Features-content1 h4 {
    height: 80px;
    width: 120px;
    top: 0px;
    font-size: 18px;
    line-height: 80px;
}
.h-Features .h-Features-content2 h4 {
    height: 80px;
    width: 120px;
    top: 130px;
    right: 0px;
    font-size: 18px;
    line-height: 80px;
}
.h-Features .container p {
    font-size: 1.6rem;

}

}

