    
    .sectionBox{
        margin-bottom: 0;
        min-height: 500px;
    }
    .wrapCornPostion{
        padding-top: 0;
    }
    .news{

    }
    .wrap_news{
        position: relative;
        margin-bottom: 30px;
        border: 1px solid #ddd;
    }
    .wrap_news:before{
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: 50%;
        right: 50%;
        content: '';
        pointer-events: none;
        border-top: 1px solid #3454d1;
        border-bottom: 1px solid #3454d1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .wrap_news:hover:before{
        left: -1px;
        right: -1px;
    }
    .wrap_news:after{
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 50%;
        top: 50%;
        content: '';
        pointer-events: none;
        border-left: 1px solid #3454d1;
        border-right: 1px solid #3454d1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .wrap_news:hover:after{
        top: -1px;
        bottom: -1px;
    }
    .wrap_news:before{
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: 50%;
        right: 50%;
        content: '';
        pointer-events: none;
        border-top: 1px solid #3454d1;
        border-bottom: 1px solid #3454d1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .wrap_news:hover:before{
        left: -1px;
        right: -1px;
    }
    .wrap_news:after{
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 50%;
        top: 50%;
        content: '';
        pointer-events: none;
        border-left: 1px solid #3454d1;
        border-right: 1px solid #3454d1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .wrap_news:hover:after{
        top: -1px;
        bottom: -1px;
    }
    .wrap_news .i-img{
        padding-top: 61.76%;
        overflow: hidden;
        position: relative;
    }
    .wrap_news .i-img img{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .wrap_news:hover .i-img img{
        -webkit-transform: translate(-50%,-50%) scale(1.06);
        -moz-transform: translate(-50%,-50%) scale(1.06);
        -o-transform: translate(-50%,-50%) scale(1.06);
        -ms-transform: translate(-50%,-50%) scale(1.06);
        transform: translate(-50%,-50%) scale(1.06);
    }
    .wrap_news .i-desc{
        padding: 10px 45px;
    }
    .wrap_news .i-date{
        position: absolute;
        top: 0;
        left: 0;
        width: 52px;
        height: 65px;
        background: #eb232b;
        padding: 12px 5px;
        pointer-events: none;
        text-align: center;
    }
    .wrap_news .i-date span{
        display: block;
        color: #fff;
    }
    .wrap_news .i-date span.day{
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .wrap_news .i-date span.myear{
        font-size: 10px;
    }
    .wrap_news .i-desc .i-title h3 a{
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        height: 40px;
        overflow: hidden;
        display: block;
        text-transform: none;
        text-align: center;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .wrap_news:hover .i-desc .i-title h3 a{
        color: #3454d1;
    }
    


    .box_sidebar{
        background: #f5f5f5;
        padding: 15px;
    }
    .box_sidebar .title{
        font-size: 16px;
        line-height: 24px;
        color: #eb232b;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 5px;
        margin-bottom: 15px;
        position: relative;
    }
    .w_item{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    .w_item .i-image{
        overflow: hidden;
        margin-bottom: 10px;
    }
    .w_item .i-image a{
        display: block;
        padding-top: 66.666667%;
        position: relative;
    }
    .w_item .i-image img{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .w_item:hover .i-image img{
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -o-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }
    .w_item span{
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-bottom: 5px;
    }
    .w_item .i-title a{
        font-size: 14px;
        line-height: 20px;
        color: #3454d1;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .w_item:hover .i-title a{
       color: #eb232b;
    }
    .content_sidebar .w_item:last-child{
        border-bottom: 0;
        padding-bottom: 0;
    }

    .detail h1{
        font-size: 26px;
        line-height: 40px;
        color: #3454d1;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .detail .detail-date{
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px dotted #ddd;
    }
    .detail .detail-date span{
        display: inline-block;
        padding-left: 25px;
        font-size: 13px;
        color: #999999;
        position: relative;
    }
    .detail .detail-date span:after{
        content: '\f1ea';
        position: absolute;
        left: 0;
        top: 2px;
        font-family: fontAwesome;
    }
    .the_content{
        margin-bottom: 30px;
    }
    .the_content strong{
        font-size: 15px;
        line-height: 23px;
        display: block;
        margin-bottom: 10px;
        text-align: justify;
    }
    .the_content p{
        font-size: 15px;
        line-height: 23px;
        display: block;
        padding: 0;
        margin-bottom: 10px;
        text-align: justify;
    }
    .the_content .i-img {
        margin: 15px -5px 15px;
    }
    .the_content .i-img .item1{
        width: 67%;
        float: left;
        padding: 0 5px;
    }
    .the_content .i-img .item2{
        width: 33%;
        float: left;
        padding: 0 5px;
    }
    .the_content .i-img2 {
        margin: 15px -5px 15px;
    }
    .the_content .i-img2 .item{
        width: 50%;
        float: left;
        padding: 0 5px;
    }
    .the_content .title-img{
        font-style: italic;
        font-weight: 300;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .news_related{
        width: 100%;
        margin: 0;
    }
    .news_related h4{
        color: #3454d1;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        padding-bottom: 10px;
        margin-bottom: 15px;
        position: relative;
        text-transform: none;
        border-bottom: 0;
    }
    .news_related h4:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fac4c6;
        width: 50px;
        height: 3px;
    }
    .news_related ul{

    }
    .news_related ul li{
        line-height: 25px;
        position: relative;
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
    }
    .news_related ul li p{
        font-size: 14px;
        line-height: 22px;
        color: #333333;
    }
    .news_related ul li p span{
        color: #999999;
    }
    .news_related ul li a{
        text-decoration: none;
        font-size: 15px;
        line-height: 24px;
        color: #666;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
        padding-left: 0;
        position: relative;
        text-transform: uppercase;
    }
    .news_related ul li a:hover{
        color: #3454d1;
    }
    .news_related ul li a:after{
        content: none;
    }
    .news_related ul li span{
        font-size: 13px;
        line-height: 22px;
        color: #3454d1;
        padding-right: 60px;
        display: inline-block;
        position: relative;
        padding-left: 25px;
        width: 160px;
    }
    .news_related ul li span:after{
        content: '\f1ea';
        position: absolute;
        left: 0;
        top: 2px;
        color: #f6989c;
        font-weight: 600;
        font-family: fontAwesome;
    }

    @media screen and (max-width: 1368px){
        .news{
            padding: 0 120px;
            position: static;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }
        .wrap_news .i-img{
            padding-top: 50%;
        }
    }

    @media screen and (max-width: 1024px){
        .wrapCornPostion{
            padding-left: 80px;
        }

        .news {
            padding: 0; 
        }
        .news .row{
            margin: 0 -5px;
        }
        .news .row .col-lg-4{
            padding: 0 5px;
        }
        .detail .row .col-lg-3{
            display: none;
        }
        .detail h1{
            font-size: 24px;
            line-height: 34px;
        }
        .the_content .i-img {
            margin: 15px 0;
        }
        .the_content .i-img img ,.the_content .i-img .item2 img{
            width: 100%;
        }
        .the_content .i-img .item1{
            width: 100%;
            float: none;
            padding: 0;
            margin-bottom: 2px;
        }
        .the_content .i-img .item2{
            width: 100%;
            float: none;
            padding: 0;
        }
        .the_content .i-img2 {
            margin: 15px 0;
        }
        .the_content .i-img2 .item{
            width: 100%;
            float: none;
            padding: 0;
            margin-bottom: 2px;
        }

        .wrap_news .i-desc {
            padding: 5px 10px;
        }    


    }

    @media screen and (max-width: 480px){
         
    }