.vhitemdesign .img a{
	padding-top: 100%;
}
.vhitemdesign .tend a{
	height: 54px;
	white-space: initial;
	text-overflow: initial;
}
/*========================================*/
.the-content{
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
	margin-bottom: 20px;
	font-weight: 500;
}
.the-content strong{
	font-weight: 800;
}
.the-content .flr{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
/*=======================================*/
.news-most .title{
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	text-transform: uppercase;
	color:#034694;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: solid 2px #034694;
}
.news-most .item{
	margin-bottom: 25px;
}
.news-most .item:after{
	content: "";
	display: block;
	clear: both;
}
.news-most .item .img{
	margin-bottom: 15px;
}
.news-most .item .img a{
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
	display: block;
}
.news-most .item .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	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;
}
.news-most .item .img a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news-most .item .tend a{
	font-size: 15px;
	line-height: 23px;
	overflow: hidden;
	display: block;
	font-weight: bold;
}
/*=========================================================*/
.news-other .title{
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
}
.news-other .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	border-bottom: solid 2px #034694;
}
.news-other .title h2{
	font-size: 35px;
	line-height: 45px;
	font-weight: 800;
}

/*=========================================================*/
.vhdesginpop .fancybox-slide{
	padding: 10px;
}
.vhdesginpop .fancybox-slide--iframe .fancybox-content{
	max-width: 1200px;
	margin: 0;
	margin-top: 40px;
}
.vhdesginpop button[data-fancybox-close]{
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 100%;
	border:none;
	opacity: 1;
	color:#333333;
	top: -20px;
	right: -20px;
}
.vhdesginpop button[data-fancybox-close] svg{
	display: none;
}
.vhdesginpop button[data-fancybox-close]:before{
	content: "\f00d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.vhdateall{
	color: #06a7de;
	margin-bottom: 10px;
	font-family: 'Merriweather', serif;
}
.vhdateall span{
	display: inline-block;
	padding-left: 28px;
	position: relative;
}
.vhdateall span::before{
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}

.hpnewslg{
	margin-bottom: 30px;
}
.vhnewslg .grlg{
	display: flex;
	flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.vhnewslg .grlg .colt{
	width: 57%;
}
.vhnewslg .grlg .cold{
	width: 43%;
}
.vhnewslg .thumb a{
	display: block;
    position: relative;
    overflow: hidden;
}
.vhnewslg .thumb a img{
	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;
}
.vhnewslg .thumb a:hover img{
	transform: scale(1.04);
}
.vhnewslg .decs{
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 30px 0 30px 25px;
}
.vhnewslg .dstitle{
	margin-bottom: 5px;
}
.vhnewslg .dstitle, .vhnewslg .dstitle h3{
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
}
.vhnewslg .dstitle a{
	color: #000;
}
.vhnewslg .dstitle a:hover{
	color: #06a7de;
}
.vhnewslg .dstend{
	font-size: 15px;
	line-height: 23px;
	color: #666666;
	margin-bottom: 20px;
}
.viewnews a{
	display: inline-block;
	font-size: 14px;
	line-height: 23px;
	padding: 6px 20px;
	border-radius: 3px;
	background-color: #523594;
	color: #fff;
}
.viewnews a:hover{
	background-color: #b61034;
}
.vhnewssm{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.vhnewssm > div{
    padding: 0 15px;
}
.vhnewssm .colt{
    width: 400px;
}
.vhnewssm .cold{
    width: calc(100% - 400px);
}
.vhnewssm .thumb a{
    display: block;
    overflow: hidden;
}
.vhnewssm .thumb a img{
    width: 100%;
    height: 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;
}
.vhnewssm .thumb a:hover img{
    transform: scale(1.05);
}
.vhnewssm .decs{
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
} 
.vhnewssm .dstitle{
    margin-bottom: 6px;
}
.vhnewssm .dstitle, .vhnewssm .dstitle h3{
    font-size: 20px;
    line-height: 30px;
	font-weight: 700;
}
.vhnewssm .dstitle a{
	color: #000;
}
.vhnewssm .dstitle a:hover{
	color: #06a7de;
}
.vhnewssm .dstend{
	font-size: 14px;
	line-height: 22px;
	max-height: 88px;
	overflow: hidden;
	color: #666666;
	margin-bottom: 15px;
}
.hpdetailpgnn{
	margin-bottom: 15px;
}

.vhortherpg {
	padding: 50px 0 70px;
}
.slnewsh .slick-list{
    padding: 0 0 10px 0;
}
.dtdateline{
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
	font-weight: bold;
}
.dtdateline::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 50px;
    height: 5px;
    background-color: #06a7de;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
	.vhdesginpop button[data-fancybox-close]{
		top: -45px;
		right: 0px;
	}
	.vhnewslg .decs{
		padding: 30px 0 40px 35px;
	}
}
@media all and (max-width: 991px){
	.slnewsh .vhnews{
        width: 270px;
    }
	.vhnewslg .grlg .colt{
		width: 100%;
		margin-bottom: 15px;
	}
	.vhnewslg .grlg .cold{
		width: 100%;
	}
	.vhnewslg .decs{
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
	.vhnewslg .dstitle, .vhnewslg .dstitle h3{
		font-size: 20px;
		line-height: 30px;
	}
	.vhnewslg .dstend{
		font-size: 14px;
		line-height: 22px;
	}

	.vhnewssm .colt{
        width: 300px;
    }
    .vhnewssm .cold{
        width: calc(100% - 300px);
    }
    .vhnewssm{
        margin: 0 -10px;
        margin-bottom: 30px;
    }
    .vhnewssm > div{
        padding: 0 10px;
    }
    .vhnewssm .cold{
        width: 50%;
    }
    .vhnewssm .colt{
        width: 50%;
    }
	.vhnewssm .dstend{
		font-size: 14px;
	}

	.news-most .item{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		margin-bottom: 30px;
	}
	.news-most .item:last-child{
		margin-bottom: 0;
	}
	.news-most .item .img{
		width: calc(50% - 15px);
		margin-bottom: 0;
	}
	.news-most .item .tend{
		width: calc(50% + 15px);
		padding-left: 15px;
	}
	.the-content{
		font-size: 14px;
		line-height: 22px;
	}
	.vhortherpg{
		padding: 30px 0 50px;
	}
}
@media all and (max-width: 767px){
    .vhnewssm{
        margin: 0;
        margin-bottom: 40px;
    }
	.hpnewslg{
		margin-bottom: 40px;
	}
    .vhnewssm > div{
        padding: 0;
    }
    .vhnewssm .colt{
        width: 100%;
        margin-bottom: 15px;
    }
    .vhnewssm .cold{
        width: 100%;
    }
	.vhnewssm .decs{
		padding: 0;
		border-top: none;
	}
	.news-most .item .tend a{
		font-size: 14px;
		line-height: 22px;
	}
	.viewnews a{
		width: 100%;
		text-align: center;
	}
}
