
	.gird_gallery{
        margin: 0 -15px 38px;
    }
    .gird_gallery .item{
        width: 33.33%;
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .wrap_gallery .i-image{
        position: relative;
        padding-top: 66.7567%;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .wrap_gallery .i-image:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(239,105,1,.7);
        opacity: 0;
        z-index: 1;
        pointer-events: none;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .wrap_gallery:hover .i-image:after{
        opacity: 1;
    }
    .wrap_gallery .i-image:before{
        content: '';
        position: absolute;
        top: 14px;
        right: 14px;
        background: url('../images/icon1.png') no-repeat;
        width: 42px;
        height: 41px;
        z-index: 2;
        pointer-events: none;
    }
    .wrap_gallery.video .i-image:before{
        background: url('../images/icon2.png') no-repeat;
    }
    .wrap_gallery .i-image img{
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .wrap_gallery .i-title h3 a{
        font-size: 16px;
        text-transform: uppercase;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        font-weight: 700;
        position: relative;
        padding-left: 12px;
        display: block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .wrap_gallery .i-title h3 a:after{
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 2px;
        height: 38px;
        background: #ef6901;
    }
    .wrap_gallery:hover .i-title h3 a{
        color: #ef6901;
    }

    /*********************************************/
    #vnt-navation {
        margin-bottom: 0 !important;
    }
    .select-menu{
        position: relative;
        text-align: center;
        box-shadow: 1px 1px 4px 1px rgba(0,0,0,.2);
        margin-bottom: 30px;
    }
    .select-menu .cp_title{
        background: #ef6901;
        padding: 8px 20px;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        position: relative;
        cursor: pointer;
        display: none;
        font-weight: 500;
        color: #fff;
    }
    .select-menu .cp_title:after{
        content: '\f0d7';
        font-family: fontAwesome;
        position: absolute;
        font-size: 14px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	.select-menu .cp_content {
		height: 70px;
	}
    .select-menu .cp_content ul{
        display: inline-block;
    }
    .select-menu .cp_content ul li{
        list-style: none;
        float: left;
        margin-right: 80px;
    }
    .select-menu .cp_content ul li:last-child{
        margin-right: 0;
    }
    .select-menu .cp_content ul li a{
        display: block;
        text-align:center;
        text-decoration:none;
        position:relative;
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0;
        color: #333333;
        font-weight: 500;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .select-menu .cp_content ul li.current a,
    .select-menu .cp_content ul li a:hover{
        color: #ef6901;
    }
    .select-menu .cp_content ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        border-bottom: solid 3px #ef6901;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .select-menu .cp_content ul li.current a:after,
    .select-menu .cp_content ul li a:hover:after{
        right: 0;
    }
    .none{
        display: none; 
    }

    .box_mid .mid-title .titleL.nor h1 {
        color: #333;
        font-size: 35px;
        line-height: 45px;
        font-weight: 700;
    }
    .date_share{
        margin-bottom: 10px;
        border-top: 1px dotted #cccccc;
        padding: 20px 0 0 0;
    }
    .date_share .ds_date{
        float: left;
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        position: relative;
        padding: 0 15px 0 30px;
        line-height: 30px;
        background: #ef6901;
    }
    .date_share .ds_date:after{
        content: '\f133';
        font-size: 13px;
        line-height: 20px;
        font-family: fontawesome;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .date_share .ds_share{
        float: left;
        margin-left: 8px;
    }
    .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;
    }
    .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;
    }
    .fix_mid{
        margin-bottom: 0 !important;
    }
    .textDetail{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .like_share {
        border: 0;
        background: #f2f2f2;
    }

    .slider-gallery{
        
    }
    .grid {
        margin: 0 -7px;
    }

    .grid li {
        width: 33.33%;
        float: left;
        cursor: pointer;
        padding: 0 7px;
        margin-bottom: 15px;
    }
    .grid li.grid-sizer{
        width: 33.33%;
        padding: 0;
        margin-bottom: 0;
    }
    .grid li .item .i-image{
        overflow: hidden;
        position: relative;
    }
    .grid li .item .i-image:after{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/icon-zoom.png) no-repeat 50% 50% transparent;
        background-size: 0 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .grid li .item .i-image:hover:after{
        background: url(../images/icon-zoom.png) no-repeat 50% 50% rgba(0,0,0,0.7);
        background-size: 50px 50px;
    }
    .grid li .item .i-image img{
        width: 100%;
    }
    /* Slideshow style */
    .slideshow {
        position: fixed;
        background: rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 500;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
        transition: opacity 0.5s, visibility 0s 0.5s;
    }

    .slideshow-open .slideshow {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

    .slideshow ul {
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translate3d(0,0,150px);
        transform: translate3d(0,0,150px);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    .slideshow ul.animatable li {
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    .slideshow-open .slideshow ul {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .slideshow li {
        width: 838px;
        height: 605px;
        position: absolute;
        top: 50%;
        left: 45%;
        margin: -300px 0 0 -330px;
        visibility: hidden;
        background: #ffffff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 10px;
    }
    .slideshow li .i-image{
       width: 100%;
        padding-top: 66.54589%;
        position: relative;
    }
    .slideshow li .i-image img {
        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%);
        max-width: 100%;
        max-height: 100%;
    }
    .slideshow li .i-title{
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        color: #333333;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding: 15px 0;
    }
    .slideshow li .i-title h3{
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        white-space: nowrap;
        color: #333333;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .slideshow li.show {
        visibility: visible;
        z-index: 1;
    }

    .slideshow li:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.6);
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .slideshow li.current:after {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
        transition: opacity 0.3s, visibility 0s 0.3s;
    }

    .slideshow figure {
        width: 100%;
        height: 100%;
        background: #fff;
        border: 50px solid #fff;
        overflow: hidden;
    }

    .slideshow figcaption {
        padding-bottom: 20px;
    }

    .slideshow figcaption h3 {
        font-weight: 300;
        font-size: 200%;
    }

    /* Navigation */
    .slideshow nav span {
        position: fixed;
        z-index: 1000;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .slideshow nav span.nav-prev,
    .slideshow nav span.nav-next {
        top: 50%;
        width: 40px;
        height: 50px;
        background: #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 30px;
        line-height: 50px;
        color: #555;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .slideshow nav span.nav-prev:hover,
    .slideshow nav span.nav-next:hover{
        background: #ef6901;
    }

    .slideshow nav span.nav-next {
        right: 20px;
    }
    .slideshow nav span.nav-prev {
        left: 20px;
    }

    .slideshow nav span.nav-close {
        top: 25px;
        right: 13px;
        font-size: 0;
        line-height: 20px;
        text-transform: uppercase;
        color: #cacaca;
        padding-right: 25px;
    }

    .slideshow .icon:before,
    .slideshow .icon:after {
        font-family: 'fontawesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        left: 50%;
        top: 50%;
        color: #ef6901;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slideshow span.nav-prev:before {
        content: "\f104";
    }

    .slideshow span.nav-next:before  {
        content: "\f105";
    }

    .slideshow span.nav-close:before {
        content: "\f00d";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: url('../images/close.jpg') no-repeat;
    }
    .slideshow nav span.nav-close:hover:before{
        color:#df0000;
    }
    .slideshow nav span:before{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .slideshow nav span:hover:before{
        color:#fff;
    }


    .albumOther .title{
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        color: #ef6901;
        padding-bottom: 5px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
    .slide_gallery .slick-list{
        margin: 0 -15px;
    }
    .slide_gallery .slick-list .item{
        padding: 0 15px;
    }
    .slide_gallery .slick-arrow {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 40%;
        width: 48px;
        height: 48px;
        background: #fff;
        box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
        border-radius: 100%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: block;
    }
    .slide_gallery .slick-arrow:hover{
        background: #ef6901;
    }
    .slide_gallery .slick-arrow:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -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;
        color: #ef6901;
    }
    .slide_gallery .slick-arrow:hover:after{
        color: #fff;
    }
    .slide_gallery .slick-next:after {
        content: '\f105';
    }
    .slide_gallery .slick-prev:after {
        content: '\f104';
    }
    .slide_gallery .slick-next {
        right: -60px;
    }
    .slide_gallery .slick-prev {
        left: -60px;
    }
    .dateVideo{
        margin-bottom: 25px;
    }
    .rowVideo{
        margin-bottom: 25px;
    }
    .VideoOther .titleVideo{
        color: #fff;
        font-size: 16px;
        line-height: 35px;
        background: #ef6901;
        text-transform: uppercase;
        font-weight: 700;
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .VideoOther .contentVideo{
        height: 500px;
        overflow-y: scroll;
    }
    .VideoOther .contentVideo .item{
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
    .VideoOther .contentVideo .item .i-image{
        width: 105px;
        float: left;
        opacity: 1;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .VideoOther .contentVideo .item:hover .i-image{
        opacity: .7;
    }
    .VideoOther .contentVideo .item .i-title h3 a{
        display: block;
        overflow: hidden;
        padding-left: 10px;
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .VideoOther .contentVideo .item:hover .i-title h3 a{
        color: #ef6901;
    }
/****************************************************/
    @media screen and (max-width: 1300px){
        .slide_gallery .slick-prev {
            left: -8px;
        }
        .slide_gallery .slick-next {
            right: -8px;
        }
    }
    @media screen and (max-width: 1024px){
        .HiDe{
            display: none;
        }
        .breadcrumb ul li:nth-child(3) a{
            font-weight: 700;
        }
        .none{
            display: block;
        }
        .fixHere{
            margin-bottom: 25px !important;
        }
        .select-menu{
            margin-bottom: 20px;
            text-align: left;
            box-shadow: initial;
        }
        .select-menu .cp_title{
            display: block;
        }
        .select-menu .cp_content{
            display: none;
        }
        .select-menu.active .cp_content{
            display: block;
            text-align: left;
        }
        .select-menu .cp_content ul{
            display: block;
        }
        .select-menu .cp_content ul li{
            float: none;
            display: block;
            margin-top: 0;
            margin-right: 0;
            border-bottom: 1px solid #d2cdcd;
        }
        .select-menu .cp_content ul li:last-child{
            border-bottom: 0;
        }
        .select-menu .cp_content ul li:first-child{
            border-top: 1px solid #ddd;
        }
        .select-menu .cp_content ul li a{
            text-align: left;
            text-transform: none;
            padding: 10px 10px 10px 10px;
            background: #fafafa;
            color: #333333;
            font-size: 14px;
            cursor: pointer;
        }
        .select-menu .cp_content ul li a.active,
        .select-menu .cp_content ul li a:hover {
            color: #fff;
            background: #ef6901;
        }
        .select-menu .cp_content ul li a:after,.select-menu .cp_content ul li a:before{
            display: none;
        }
        .box_mid .mid-title .titleL.nor h1{
            font-size: 25px;
            line-height: 35px;
        }
    }
	@media screen and (max-width: 991px){
        .grid{
            margin: 0 -2px 25px;
        }
        .grid li.grid-sizer, .grid li{
            width: 50%;
            padding: 0 2px;
            margin-bottom: 5px;
        }
        .grid li.grid-sizer{
            margin-bottom: 0 !important;
        }
        .slide_gallery .slick-arrow{
            width: 45px;
            height: 45px;
        }
        .slideshow li {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            margin: 0;
        }
        .slideshow li .item{
            top: 50%;
            position: relative;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
        .slideshow li .item .i-image img {
            width: auto;
            margin: 0 auto;
            max-width: 100%;
        }
        .gird_gallery{
        	margin: 0 -5px 10px;
        }
        .gird_gallery .item{
        	padding: 0 5px;
        	width: 50%;
        	margin-bottom: 30px;
        }
        .i-video{
            margin-bottom: 20px;
        }
        .i-video img{
            width: 100%;
        }
	}

	@media screen and (max-width: 767px){
        .gird_gallery{
            margin: 0;
        }
        .gird_gallery .item{
            padding: 0;
            width: 100%;
            margin-bottom: 30px;
        }
	}

    @media screen and (max-width: 379px){
        .date_share .ds_date{
            float: none;
            margin-bottom: 10px;
            width: 167px;
        }
        .date_share .ds_share{
            float: none;
            margin-left: 0;
        }
        .date_share .ds_share ul li:first-child{
            margin-left: 0;
        }
    }
	
	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}