.mid-title .t3{
	position: relative;
	display:table;
	margin:0 auto;
	padding-bottom:20px;
	margin-bottom:20px;
}
.mid-title .t3 h1{
	position: relative;
	font-size: 36px;
	color: #145eaa;
	font-weight:400;
}
.mid-title .t3:after {
    content: '';
    width: 80px;
    background: #e9272c;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
	transform: translate(-50%, 0%);
}
.mid-title .t3 h2{
	font-size: 30px;
    color: #333333;
    text-transform: uppercase;
}
.vnt-news .item{
	margin-bottom:20px;
}
.news {
    width: 100%;   
    background-color: #FFFFFF; 
    border: 1px solid #f2f1f1;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news:not(.hotNews):hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.news .img {    
    position: relative;
    overflow: hidden;
    padding-top: 66.667%;    
}
.news .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news .caption {
    position: relative;
    padding: 23px;
}
.news .tend {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}
.news p{
	color:#666666;
	font-size:14px;
}
.news .more{
	color:#145eaa;
	font-size:14px;
	font-weight:400;
}
.news .date{
	    background: #ffffff;
	    max-width: 65px;
	    padding: 5px 10px;
	    position: absolute;
	    text-align: center;
	    max-height: 80px;
	    top: 10px;
	    left: 10px;
}
.news .date p{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    text-align: center;
    /* padding: 0px; */
    line-height: 10px;
}
.news .tend a {
    -webkit-line-clamp: 4;
    max-height: 120px;
}    
.news .tool-news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .date-post {
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;    
}
.vnt-activity .activity .item {
    position: relative;
}
.vnt-activity .activity .item .viewDetail {
    position: absolute;
    bottom: 30px;
}
.activity .grid{
    margin-bottom: 20px;
}
.activity:last-child .grid{
    margin-bottom: 0;
}
.vnt-activity .activity .item .col1{
	width: 60%;

}
.vnt-activity .activity .item .col2{
	width: 40%;
	padding: 0 40px;
}
.activity .img{
	position: relative;
}
.activity .csa .item{
	margin-bottom:20px
}
.activity .csa h3{
	font-size:14px;
}

.activity h3{
	position:absolute;
	bottom:0px;
	background:rgb(20 94 170 / 0.8);
	left:0px;
	right:0px;
	padding:25px 17px;
	font-size:20px;
	font-weight:600;
	line-height:28px;
}
.activity h3 a{
	color:#ffffff;
}
.activity .img img{
	width: 100%;
}
.activity .img a{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	height: 0;
	padding-top: 66.666%;
}
.activity .img a img{
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
	transition: all 2s;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.activity .img a:hover img{

	transform: scale(1.05);
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.activity .img .icon{
	position: absolute;
	right: -70px;
	top: 50%;
	transform: translate(0, -50%);
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.activity .img .icon img{
	position: absolute;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.activity .tend{
	margin-bottom: 10px;
}
.activity .date{
	    background: #ffffff;
	    max-width: 65px;
	    padding: 5px 10px;
	    position: absolute;
	    text-align: center;
	    max-height: 80px;
	    top: 10px;
	    left: 10px;
}
.activity .date p{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    text-align: center;
    /* padding: 0px; */
    line-height: 10px;
}
.activity .tend a{
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
	position: relative;
	padding-top: 20px;
	color: #ffffff;
}
.activity:hover .tend a{
	color:#1c75bc;
}
.activity .des{
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 34px;
	margin-bottom: 52px;
	font-weight: 300;
}

.activitynews{
	margin-bottom:20px;
	margin-top:20px;
}
.vnt-news{
	margin-top:20px;
}
.activity .tool-news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.activity .date-post {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;    
}
.activity .link .circle-button{
	background:#ffffff;
}
.activity .link .circle-button:hover {
    background-color: #6191e6;
    border-color: #6191e6;
}
.activity .item:hover a{
	color:#ffffff;
} 

.activity .slick-arrow{
	width:30px;
	height:30px;
	background:#6191e6;
}
.activity .slick-prev{
	left:-40px;
}
.activity .slick-next{
	right:-40px;
}
.cat_title .img{
	position: relative;
    overflow: hidden;
    padding-top: 40%;
}
.cat_title .img img{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cat_title h3{
	position: absolute;
    bottom: 0px;
    left: 0px;
	right:0px;
	font-size:14px;
	color:#666666;
	background:#f2f2f2;
	padding:20px;
	font-weight:300;
}
.cat_title{
	position:relative;
}
.nd p{
	color:#333333;
	font-size:16px;
	font-weight:300;
}
.service_d .mid-title .titleL.line_top h2 {
    padding: 40px 0px;
    text-transform: uppercase;
	    text-align: left;

}
.nd .mid-title .titleL.line_top h2 {
    font-size: 36px;
    color: #000000;
    text-align: center;
}
.nd .myTools_ct.center{
	border-top:none;
	margin: 0px auto;
	padding-top:0px;
	text-align: center;
	display: table;
	margin-bottom: 20px;
}
.myTools_ct {
    margin: 55px 0px 25px;
    padding-top: 15px;
    border-top: solid 1px #ccc;
}
.myTools_ct .share{
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.myTools_ct .share .txt{
    margin-right: 10px;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}
.myTools_ct .share ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.myTools_ct .share ul li{
    margin-right: 5px;
}
.myTools_ct .share ul li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #eeeeee;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;
    border: solid 1px #eeeeee;
}
.myTools_ct .share ul li a i, .myTools_ct .share ul li a img{
    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%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}
.myTools_ct .share ul li {
    float: left;
    margin-right: 15px;
}
.sliderOrther .slick-arrow{
	width:30px;
	height:30px;
	background:#6191e6;
}
.sliderOrther .slick-prev{
	left:0px;
}
.sliderOrther .slick-next{
	right:0px;
}
.service_d .mid-title .titleL.line_top h2{
	padding:40px 0px;
	text-transform: uppercase;
}
.comment h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    border-top: solid 1px #e3e0dd;
    padding: 35px 0px 23px;
	text-transform: uppercase;
}
.menuTab {
    margin-bottom: 37px;
    display: table;
    margin: 0 auto;
}
.menuTab ul li {
   border: solid 1px #0472c0;
   margin-right: 10px;
}
.menuTab ul li:last-child{
	 border: solid 1px #0472c0;
}
.menuTab ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    border: none;
}
.menuTab ul li a:hover, .menuTab ul li.current a {
    color: #ffff;
    background: #145eaa;
}
.menuTab ul li a {
    display: block;
    color: #333333;
    padding: 12px 26px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
    position: relative;
    text-transform: capitalize;
    margin-right: 0px;
    font-weight: 600;
}
.ds_date {
    font-size: 14px;
    line-height: 20px;
    color: #99a4aa;
	margin-bottom:24px;
}
.ds_date:before{
    font-family: FontAwesome;
    content: "\f073";
    padding-right: 5px;
	color:#145eaa;
}
.mid-title .t2 h1{
	font-size:30px;
	color:#333333;
	text-transform:uppercase;
	line-height:48px;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}
.mid-title .t2 h1:after{
	content:'';
	background:#145eaa;
	width:100%;
	height:3px;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}
.collapseOne {
    background: #f5f6f6;
    padding: 20px 39px;
    margin-bottom: 20px;
}
.card-link{
	color:#145eaa;
	font-size:16px;
	font-weight:600;

}
.collapseOne ul{
	margin-top:17px;
}
.collapseOne ul li{
	font-size:16px;
	list-style: decimal;
	font-weight: 600;
}
.collapseOne ul li a{
	color:#333333;
}
.myTools .share ul li{
	list-style:none;
}
.myTools .share ul li a{
	color:#ffffff;
}
.the-content img{
	display:table;
	margin:0 auto;
}
.menu_left ul{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
.menu_left ul li{
	list-style:none;
	background:#f5f5f5;
	margin-top:2px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
	position:relative;
}
.menu_left ul li:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	top: 0px;
	height: 100%;
	background-color: #145eaa;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
.menu_left ul li:hover:before,.menu_left ul li.current:before{
   width: 100%;
}
.menu_left ul li:hover a,.menu_left ul li.current a{
	color:#ffffff;
}  
.menu_left ul li:hover a:before,.menu_left ul li.current a:before{
	color:#ffffff;
}  

.menu_left ul li a{
	color: #333333;
	position:relative;
	padding-left: 15px;
	z-index:999;
}
.box_news_sidebar{
	
}
.box_news_sidebar .bn_title h3{
	
	color: #333333;

	font-size: 18px;

	font-weight: bold;

	position: relative;

	padding-bottom: 10px;
	margin-bottom:20px
}
.box_news_sidebar .bn_title h3:after{
	content:'';
	background:#145eaa;
	width:100%;
	height:3px;
	position:absolute;
	left:0px;
	bottom:0px;
}
.bn_content .item{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.bn_content .item .i-image{
	position:relative;
}
.bn_content .item .i-title{
	color:#333333;
	font-size:16px;
	font-weight:900;
	padding-left: 10px;
}
.bn_content .date{
	    background: #ffffff;
	    max-width: 65px;
	    padding: 5px 10px;
	    position: absolute;
	    text-align: center;
	    max-height: 80px;
	    top: 10px;
	    left: 10px;
}
.bn_content .date p{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    /* padding: 0px; */
    line-height: 10px;
}
.mota{
	margin:10px 0px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media all and (max-width: 991px){
	.menuTab ul{
		display:none;
	}
	.menuTab {
		position: relative;
		margin: 20px 0px;
		display: block;
	}
	.menuTab ul li {
		border: solid 1px #0472c0;
		margin-right: 0px;
	}
	.mid-title .t3 h2 {
		text-align: left;
		padding: 10px 10px;
		font-size: 24px;
	}
	.nd .mid-title .titleL.line_top h2 {
		font-size: 24px;
		color: #000000;
		text-align: center;
		margin-bottom: 10px;
	}
	.cat_title .img {
		position: relative;
		overflow: hidden;
		padding-top: 61%;
	}
	.cat_title h3 {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		font-size: 14px;
		color: #666666;
		background: #f2f2f2;
		padding: 10px;
		font-weight: 300;
		line-height: 29px;
	}
	.vnt-activity .activity .item{
		display:block;
		margin-bottom: 15px;
	}
	.vnt-activity .activity .item .col1,.vnt-activity .activity .item .col2{
		width:100%;
	}
	.vnt-activity .activity .item .col2{
		padding:10px;
	}
	.activity .des {
		font-size: 16px;
		line-height: 24px;
		color: #ffffff;
		margin-top: 20px;
		margin-bottom: 25px;
		font-weight: 300;
	}
	.service_d .mid-title .titleL.line_top h2{
		font-size:24px;
		padding:10px 0px;
	}
	.service_d{
		margin-bottom:20px;
	}
	.pagination ul {
		padding-bottom: 30px;
	}
	.mid-title .t2 h1 {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    line-height: 36px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
}