.gallery {
	margin-bottom: 20px;
	position: relative;
}

.gallery .img{
	position: relative;
}
.gallery .img:before{
	content: "";
	position: absolute;
    top: 15px;
	bottom:15px;
	left: 50%;
    right: 50%;
	border-top: solid 1px rgba(255,255,255,0.3);
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	pointer-events: none;
	z-index: 1;
}
.gallery .img:hover:before{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
    left: 15px;
    right: 15px;
}
.gallery .img:after{
	content: "";
	position: absolute;
    left: 15px;
	right: 15px;
	top: 50%;
    bottom: 50%;
	border-left: solid 1px rgba(255,255,255,0.3);
	border-right: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	pointer-events: none;
	z-index: 1;
}
.gallery .img:hover:after{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	top: 15px;
    bottom: 15px;
}
.gallery .img a{
	display: block;
	padding-top: 66.67%;
	position: relative;
	overflow: hidden;
}
.gallery .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.gallery .img a::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 25px;
	background: url(../images/album/icon.png) no-repeat center;
    background-size: contain;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    pointer-events: none;
}
.galleryvideo .img a::after{
	background: url(../images/album/video.png) no-repeat center;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	bottom: inherit;
	transform: translate(-50%, -50%);
	border-radius: 100%;
    background-size: contain;
}
.gallery:hover .img a:before{
	opacity: 0.3;
}
.gallery .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery .img a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.gallery .tend{
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    padding: 15px;
    text-align: center;
	background-color: #ffffff;
}
.gallery .tend h3{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
    text-transform: uppercase;
    height: 24px;
    overflow: hidden;
}

/* 
 */
 .videoItem {
	margin-bottom: 30px;
	position: relative;
}
.videoItem .img{
	position: relative;
}
.videoItem .img a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.videoItem .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	z-index: 1;
	opacity: 0.2;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.videoItem:hover .img a:before{
	opacity: 0;
}

.videoItem .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), 
	-webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.videoItem .img a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.videoItem .tend{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;	
}
.videoItem .tend a{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.videoItem .tend a .playVid{
	width: 55px;
    height: 55px;
    border-radius: 100%;
	display: block;
	background-color: rgba(255, 255, 255, 0.9);
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
}
.videoItem .tend a .playVid::before{
	content: '\f04b';
    position: absolute;
    left: 54%;
    top: 53%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    color: #ed1c24;
	font-size: 15px;
    line-height: 20px;
    z-index: 1;
}
.videoItem .tend a .txt{
	
}
/*=======================================================*/
.linkAll{
	text-align: center;
}
.linkAll a{
	display: inline-block;
	width: 180px;
	background: #fafafa;
	letter-spacing: 2.25px;
	border:solid 1px rgba(0,0,0,0.15);
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
}
.linkAll a:hover{
	background: #bf1e2e;
	color:#ffffff;
}
/*========================================================*/
.popupGallery .fancybox-slide--html{
	padding: 0;
}
.popupGallery .fancybox-slide--iframe .fancybox-content{
	margin-bottom: 0;
	height: 100%;
	width: 400px;
}
.popupGallery .fancybox-close-small{
	width: 50px;
	height: 50px;
	background: #2d3591;
	top: 0px;
	right: 0px;
	color: #fff;
	opacity: 1;
	position: fixed;
}
.popupGallery .fancybox-button svg{
	width: 100%;
}
.wrapper.v2{
	max-width: 830px;
}
.the-title{
	margin-bottom: 35px;
    padding: 0 10px;
    text-align: center;
}
.the-title h1{
	font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: normal;
}
.magBox{
	margin-bottom: 30px;
}
.playVideo{
	margin-bottom: 40px;
	position: relative;
	padding-top: 65.56%;
	height: 0;
}
.playVideo iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
/*  */
.the-other .title{
    margin-bottom: 40px;
    text-align: center;
}

.the-other .title h2{
    position: relative;
    display: inline-block;
    font-size: 45px;
    line-height: 60px;
    font-family: 'Vollkorn';
    font-weight: 600;
    color: #000000;
    padding-bottom: 50px;
}
.the-other .title h2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/*  */

.sliderOrther .slick-prev{
    left: -60px;
}
.sliderOrther .slick-next{
    right: -60px;
}

.sliderOrther .slick-list{
	margin: 0 -15px;
}
.sliderOrther .slick-slide{
	padding: 0 15px;
}


.date_shares{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	margin-bottom: 20px;
	justify-content: center;
}
.date_shares .ds_date {
    font-size: 14px;
    line-height: 22px;
    margin-right: 20px;
	color: #888888;
	position: relative;
}
.date_shares .ds_date::after{
	content: '|';
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.date_shares .ds_date:before{
    font-family: FontAwesome;
    content:"\f017";
	padding-right: 5px;
	color: #2d3591;
}
.date_shares .ds_view{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
    color: #888888;
}
.date_shares .ds_view:before{
    font-family: FontAwesome;
    content:"\f06e";
	padding-right: 5px;
	color: #2d3591;
}
.date_shares .ds_share ul:after{
    display: block;
    content: '';
    clear: both;
}
.date_shares .ds_share ul li{
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding: 5px 0;
}
.date_shares .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_shares .ds_share ul li a:hover{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.date_shares .ds_share ul li a .fa{
    font-size: 14px;
    line-height: 30px;
}
/*  */
.videoPlay{
	margin-bottom: 20px;
}
.videoPlay img, .videoPlay iframe{
	width: 100%!important;
	height: 100%;
}
.vntOrther{
    margin-top: 40px;
}

/* page truyen thong */
.wrapContRess{
	padding-bottom: 0;
}
.boxpadTT {
	padding: 50px 0 60px;
}
.boxNewsTT{
	padding-top: 20px;
}
.boxpadTT:nth-child(even){
	background-color: #f6f6f6;
}
/*  */
.titleTTAll{
	margin-bottom: 25px;
	border-bottom: 3px solid #eeeeee;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
	position: relative;
}
.titleTTAll::before{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 55px;
	height: 3px;
	background-color: #2d3591;

}
.titleTTAll .titleL h2{
	font-size: 28px;
	line-height: 37px;
	text-transform: uppercase;
}
.titleTTAll .viewR a{
	color: #2d3591;
	font-size: 15px;
	line-height: 23px;
}
.titleTTAll .viewR a span{
	display: inline-block;
	padding-right: 15px;
	position: relative;
}
.titleTTAll .viewR a span::before{
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.titleTTAll .viewR a:hover span::before{
	right: -2px;
}
.boxNewsTT .row{
	display: flex;
	flex-wrap: wrap;
}
.contentTTNews{
	height: 100%;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.gripTTNews{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}
.gripTTNews .colGr{
	padding: 0 18px;
	width: 50%;
}
.newsTTAll {

}
.newsTTAll .thumb{
	margin-bottom: 10px;
}
.newsTTAll .thumb a{
	display: block;
    padding-top: 64.93%;
    position: relative;
    overflow: hidden;
}
.newsTTAll .thumb a img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.newsTTAll:hover .thumb a img{
	transform: scale(1.05);
}
.newsTTAll .decs h3{
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	height: 82px;
	overflow: hidden;
}
.dateNeTT{
	color: #2d3591;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 5px;
}
.lstNewsTT .itemSmNews{
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lstNewsTT .itemSmNews:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.lstNewsTT .itemSmNews:first-child{
	padding-top: 0;
}
.lstNewsTT .itemSmNews .titleSMTT{
	font-size: 15px;
	line-height: 23px;
	max-height: 46px;
	overflow: hidden;
}
.lstNewsTT .itemSmNews .titleSMTT a{
	color: #555555;
}
.lstNewsTT .itemSmNews .titleSMTT a:hover{
	color: #2d3591;
}

.sliderAllTT .slick-list{
	margin: 0 -15px;
}
.sliderAllTT .slick-slide{
	padding: 0 15px;
}
.sliderAllTT .gallery .tend{
	background-color: transparent;
}
.sliderAllTT .slick-arrow{
	top: 38%;
}
.sliderAllTT .slick-next{
	right: -2px;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1200px){
    .sliderOrther .slick-arrow{
        mix-blend-mode: normal;
	}
	.sliderOrther .slick-prev{
        left: 0px;
    }
    .sliderOrther .slick-next{
        right: 0px;
    }
}
@media all and (max-width: 1025px){

}
@media all and (max-width: 991px){
	.videoItem .tend a{
		font-size: 18px;
		line-height: 27px;
	}
	.playVideo{
		margin-bottom: 20px;
	}
	.sliderOrther .slick-list{
		margin: 0 -10px;
	}
	.sliderOrther .slick-slide{
		padding: 0 10px;
	}
	.sliderOrther .item{
		padding: 0 10px;
	}
	.the-title h1{
		font-size: 20px;
		line-height: 30px;
	}
	.magBox{
		margin-bottom: 10px;
	}
	/* 
	 */
	 .the-other .title{
        margin-bottom: 30px;
    }
    .the-other .title h2{
		font-size: 30px;
        line-height: 40px;
        padding-bottom: 40px;
	}
	.the-other .title h2::before{
		width: 30px;
		height: 30px;
	}
	/*  */
	.sliderOrther .slick-arrow{
		bottom: -35px;
		transform: inherit;
		top: inherit;
	}
	.sliderOrther .slick-prev{
		left: calc(50% - 40px);
	}
	.sliderOrther .slick-next{
		left: calc(50% + 10px);
		right: inherit;
	}
	.titleTTAll .titleL h2{
		font-size: 20px;
    	line-height: 30px;
	}
	/*  */
	.boxpadTT{
		padding: 30px 0 40px;
	}
	.itemNewsTT {
		margin-bottom: 20px;
	}
}
@media all and (max-width: 768px){
	.gallery{
		margin-bottom: 20px;
	}
	.gallery .tend h3{
		font-size: 18px;
		line-height: 26px;
	}
}
@media all and (max-width: 767px){
	.vnt-gallery .row .col-xs-6{
		width: 100%;
	}

	.gripTTNews .colGr{
		width: 100%;
	}
	.lstNewsTT .itemSmNews:first-child{
		padding-top: 20px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

}
