
    .fancybox-slide--iframe{
        padding: 40px 15px 0;
    }
    .design {
        padding: 25px 0 0 136px;
    }
    .tab_content{
        
    }
	.tab_wrapper {
        padding-top: 10px;
        position: relative;
    }
    .tab_wrapper .tab_title{
        display: none;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        background: #3454d1;
        padding: 11px 10px;
        text-transform: uppercase;
        position: relative;
        text-align: left;
        cursor: pointer;
        z-index: 1;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
    }
    .tab_wrapper .tab_title:after{
        content: '\f0d7';
        font-family: fontAwesome;
        font-size: 16px;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .tab_wrapper .tab-content{
        text-align: center;
    }
    ul.tab_nav {
        padding: 0 !important;
        margin-bottom: 30px;
        display: inline-block;
    }
    ul.tab_nav li {
        list-style: none;
        float: left;
        margin-right: 10px;
    }
    ul.tab_nav li:last-child{
        margin-right: 0;
    }
    ul.tab_nav li a {
        display: block;
        text-align: center;
        text-decoration: none;
        position: relative;
        background: #eee;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 15px;
        line-height: 24px;
        padding: 10px 18px;
        color: #333;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
    }
    ul.tab_nav li a.active,
    ul.tab_nav li a:hover{
        background: #3454d1;
        color: #fff;
    }

    .gallery{
        
    }
    .gallery .wrap_item{
        border: 1px solid #ddd;
        margin-bottom: 30px;
        position: relative;
    }
    .gallery .wrap_item: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;
    }
    .gallery .wrap_item:hover:before{
        left: -1px;
        right: -1px;
    }
    .gallery .wrap_item: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;
    }
    .gallery .wrap_item:hover:after{
        top: -1px;
        bottom: -1px;
    }
    .gallery .wrap_item .i-img{
        padding-top: 65.67%;
        position: relative;
        overflow: hidden;
    }
    .gallery .wrap_item .i-img span{
        display: block;
        position: absolute;
        left: 10px;
        bottom: 10px;
        pointer-events: none;
        width: 30px;
        height: 26px;
    }
    .gallery .wrap_item .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%);
    }
    .gallery .wrap_item: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);
    }
    .gallery .wrap_item .i-title{
        padding: 10px 10px;
        text-align: center;
    }
    .gallery .wrap_item .i-title h3 a{
        display: block;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        color: #333;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .gallery .wrap_item:hover .i-title h3 a{
        color: #3454d1;
    }

    .fix_here{
        margin-bottom: 0;
    }
    .detailVideo{
        padding: 0 20px 0 150px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pagevideo{
        padding-top: 15px;
    }
    .detailVideo h1{
        font-size: 25px;
        line-height: 35px;
        color: #000000;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .date_share{
        margin-bottom: 5px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .date_share .ds_date {
        font-size: 13px;
        line-height: 20px;
        padding: 5px 13px;
        background: #333333;
        color: #ffffff;
    }
    .date_share .ds_date:before{
        font-family: FontAwesome;
        content: "\f073";
        padding-right: 5px;
    }
    .date_share .ds_share ul:after{
        display: block;
        content: '';
        clear: both;
    }
    .date_share .ds_share ul li{
        margin-left: 5px;
        font-size: 16px;
        line-height: 30px;
        float: left;
        padding: 5px 0;
    }
    .date_share .ds_share ul li a{
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #ffffff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .date_share .ds_share ul li a:hover{
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .date_share .ds_share ul li a .fa{
        font-size: 14px;
        line-height: 30px;
    }
    .box_sidebar{

    }
    .box_sidebar .title{
        color: #fff;
        background: #3454d1;
        padding: 5px 15px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .box_sidebar .i-content{
        height: 445px;
        overflow-y: scroll;
    }
    .box_sidebar .i-content .item{
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
    }
    .box_sidebar .i-content .item .fr{
        float: none;
        overflow: hidden;
        padding-left: 10px;
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        overflow: hidden;
        display: block;
    }
    .like_share{
        margin: 10px 0 0;
    }

    @media screen and (max-width: 1368px){
        ul.tab_nav {
            margin-bottom: 10px;
        }
        .detailVideo{
            padding: 0;
            position: static;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }
        .gallery .wrap_item .i-img{
            padding-top: 55.67%;
        }
        .gallery .wrap_item{
            margin-bottom: 10px;
        }
    }
    
    @media screen and (max-width: 1024px){
        .design {
            padding: 0;
        }
        .tab_content{
            height: auto;
            overflow-y: initial; 
        }
        .gallery{
            margin-bottom: 0;
        }
        .gallery .row{
            margin: 0 -5px;
        }
        .gallery .row .col-lg-4{
            padding: 0 5px;
        }
        .gallery .wrap_item{
            margin-bottom: 20px;
        }
        .tab_wrapper{
            padding-top: 80px;
            position: relative;
            margin-bottom: 0;
        }
        .tab_wrapper .tab_title{
            display: block;
            margin-bottom: 20px;
        }
        .tab_wrapper .tab-content{
            display: none;
            position: absolute;
            top: 60px;
            left: 11px;
            right: 20px;
            z-index: 1;
            background: #fff;
        }
        .tab_wrapper.show .tab-content{
            display: block;
        }
        ul.tab_nav{
            display: block;

        }
        ul.tab_nav li{
            float: none;
        }
        ul.tab_nav li a{
            -webkit-transform: skew(0);
            -moz-transform: skew(0);
            -o-transform: skew(0);
        }
        .pagevideo{
            padding-top: 80px;
        }
        .wrapCornPostion{
            padding-left: 80px;
        }
        .detailVideo{
            padding-bottom: 25px;
        }
        .detailVideo .row .col-lg-9{
            width: 100%;
        }
        .detailVideo .row .col-lg-3{
            width: 100%;
        }
        .i-video{
            margin-bottom: 20px;
        }
        .i-video img{
            width: 100%;
        }
        .box_sidebar .i-content{
            height: 145px;
        }
        .date_share{
            display: block;
            text-align: center;
        }
        .date_share .ds_date{
            display: inline-block;
        }
        .date_share  .ds_share{
            display: block;
            text-align: center;
        }
        .date_share  .ds_share ul{
            display: inline-block;
        }
    }

    @media screen and (max-width: 400px){
        .gallery .row .col-lg-4{
            width: 100%;
        }
    }