
    .titleMain h2{
        font-size: 30px;
        line-height: 40px;
        color: #333333;
        text-transform: uppercase;
        font-weight: 400;
        position: relative;
        padding-left: 230px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .titleMain h2:after{
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 170px;
        height: 4px;
        background: #ef3b5b;
    }
    .titleMain h2 strong{
        color: #ef3b5b;
    }
    .gird-service{
        margin: 0 -13px 22px;
    }
    .gird-service .item{
        float: left;
        width: 33.33%;
        padding: 0 13px;
        margin-bottom: 28px;
    }
    .gird-service .item .i-image{
        position: relative;
        padding-top: 69.06%;
        overflow: hidden;
    }
    .gird-service .item .i-image .caption{
        display: inline-block;
        position: absolute;
        left: 30px;
        right: 30px;
        top: 50%;
        line-height: 45px;
        text-align: center;
        color: #333333;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        background: rgba(255,255,255,.9);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        pointer-events: none;
        padding: 0 10px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .gird-service .item .i-image:hover .caption{
        background: #ef3b5b;
        color: #fff;
    }
    .gird-service .item .i-image .caption span{
        display: inline-block;
        padding-right: 40px;
        position: relative;
    }
    .gird-service .item .i-image .caption span:after{
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 25px;
        height: 7px;
        opacity: 0;
        background: url('/modules/page/images/service/arrow.png') no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .gird-service .item .i-image:hover .caption span:after{
        opacity: 1;
    }
    .gird-service .item .i-image img{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .mid-content{
        margin-bottom: 70px;
    }
    .detail-service{
        margin-top: 50px;
    }

    .box-nd{
        margin-bottom: 20px;
    }
    .box-nd h4{
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        background: #f0f0f0;
        padding: 10px 14px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .bn_slider{
        padding-left: 10px;
        padding-right: 15px;
        padding-top: 10px;
        border: 2px solid #f0f0f0;
    }
    .bn_slider0 .item{
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #f0f0f0;
    }
    .bn_slider0 .item .img{
        width: 90px;
        float: left;
    }
    .bn_slider0 .item .img img{
        opacity: 1;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .bn_slider0 .item .img:hover img{
        opacity: .7;
    }
    .bn_slider0 .item .i-title{
        overflow: hidden;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #111926;
        padding-left: 15px;
    }
    .bn_slider0 .item .i-title a{
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        display: block;
        overflow: hidden;
        text-transform: uppercase;
    }
    .bn_slider0 .slick-arrow{
        width: 30px;
        height: 40px;
        top: -35px;
    }
    .bn_slider0 .slick-prev{
        left: auto;
        right: 20px;
    }
    .bn_slider0 .slick-next{
        right: 0;
    }
    .bn_slider0 .slick-arrow:after{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: FontAwesome;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        color: #333333;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .bn_slider0 .slick-prev:after{
        content: '\f106';
    }
    .bn_slider0 .slick-next:after{
        content: '\f107';
    }
    .bn_slider0 .slick-arrow:hover:after{
       color: #111926;
    }
    .i-img img{
        width: 100%;
    }
    .banner-qc{

    }
    .banner-qc .img {
        margin-bottom: 13px;
    }
    .banner-qc .img img{
        width: 100%;
    }
    .the_content{
        margin-bottom: 30px;
    }
    .the_content h3{
        font-size: 30px;
        line-height: 40px;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .the_content span.date{
        font-size: 14px;
        line-height: 22px;
        color: #999999;
    }
    .the_content p{
        font-size: 15px;
        line-height: 22px;
        color: #333;
        text-align: justify;
    }
    .the_content p.mb{
        margin-bottom: 15px;
    }
    .the_content p.img{
        text-align: center;
    }
    .the_content p img{
        display: inline-block;
    }
    .the_content span.text-img{
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        margin-bottom: 20px;
        display: block;
    }
    .the_content span.text-img.ver2{
        max-width: 644px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .the_content strong{
        display: block;
        margin-bottom: 10px;
    }
    .the_content .icon{
        font-size: 15px;
        color: #333;
        line-height: 20px;
        padding-left: 25px;
        position: relative;
        margin-bottom: 5px;
    }
    .the_content .icon:before{
        position: absolute;
        left: 0;
        top: 0;
        line-height: 20px;
        font-family: fontawesome;
        font-size: 14px;
        color: #999;
        font-weight: 400;
    }

    .gird-news{
        margin-bottom: 40px;
    }
    .gird-news .item .i-image{
        width: 50%;
        float: left;
    }
    .gird-news .item:nth-child(even) .i-image{
        float: right;
    }
    .gird-news .item .i-image a{
        display: block;
        position: relative;
        padding-top: 66.83%;
        overflow: hidden;
    }
    .gird-news .item .i-image a img{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    }
    .gird-news .item .i-image:hover a img{
        -webkit-transform: translate(-50%, -50%) scale(1.04);
        -moz-transform: translate(-50%, -50%) scale(1.04);
        -o-transform: translate(-50%, -50%) scale(1.04);
        -ms-transform: translate(-50%, -50%) scale(1.04);
        transform: translate(-50%, -50%) scale(1.04);
    }
    .gird-news .item .i-desc{
        width: 50%;
        float: right;
        padding: 90px 0 0 30px;
        position: relative;
    }
    .gird-news .item:nth-child(even) .i-desc{
        float: right;
        text-align: right;
        padding: 90px 30px 0 0;
    }
    .gird-news .item .i-desc:after{
        content: '';
        position: absolute;
        top: 70px;
        left: -50px;
        width: 90px;
        height: 2px;
        background: #ef3b5b;
    }
    .gird-news .item:nth-child(even) .i-desc:after{
        right: -40px;
        left: initial;
    }
    .gird-news .item .i-desc .i-date{
        font-size: 13px;
        line-height: 22px;
        font-weight: 400;
        color: #666;
        margin-bottom: 5px;
    }
    .gird-news .item .i-desc .i-title a{
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #333;
        height: 90px;
        overflow: hidden;
        text-transform: uppercase;
        margin-bottom: 15px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .gird-news .item .i-desc .i-title a:hover{
        color: #ef3b5b;
    }
    .gird-news .item .i-desc .i-content{
        font-size: 15px;
        color: #777777;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        margin-bottom: 25px;
    }



    @media screen and (max-width: 1024px){
        .wrapper-page{
            padding: 0 20px;
        }
        .titleMain h2:after{
            content: none;
        }
        .titleMain h2{
            font-size: 20px;
            line-height: 30px;
            padding-left: 0;
            margin-bottom: 20px;
            margin-top: 25px;
        }
        .gird-service .item{
            width: 50%;
        }
        .mid-content{
            margin-bottom: 50px;
        }
        .detail-service{
            margin-top: 20px;
        }
        .the_content h3{
            font-size: 22px;
            line-height: 32px;
        }
        .banner-qc{
            display: none;
        }

        .gird-news .item,.gird-news{
            margin-bottom: 30px;
        }
        .gird-news .item .i-image,.gird-news .item:nth-child(even) .i-image{
            width: 100%;
            float: none;
        }
        .gird-news .item .i-desc,.gird-news .item:nth-child(even) .i-desc{
            text-align: left;
            width: 100%;
            float: none;
            padding: 20px 0 0 30px;
        }
        .gird-news .item .i-desc:after{
            height: 64px;
            width: 2px;
            left: 20px;
            top: -30px;
        }
        .gird-news .item .i-desc .i-content{
            height: initial;
            margin-bottom: 10px;
            font-size: 14px;
        }
        .gird-news .item .i-desc .i-title a{
            height: initial;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 5px;
        }
        .gird-news .item:nth-child(even) .i-desc:after{
            right: initial;
            height: 64px;
            width: 2px;
            left: 20px;
            top: -30px;
        }
        .news_related h4{
            font-size: 20px;
            line-height: 30px;
        }
        .news_related{
            margin-bottom: 30px;
        }
    }

    @media screen and (max-width: 767px){
        .gird-service .item{
            width: 100%;
            float: none;
            padding: 0;
        }
        .gird-service {
            margin: 0 0 22px;
        }
        .gird-service .item .i-image .caption{
            left: 20px;
            right: 20px;
            font-size: 15px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }