/*================ NEWS IMAGES 01 ================*/
#news_on1 .wrapper img {
    width: 100%;
    height: 220px;
}
#news_on1 .wrapper h3.reset{
    margin: 0px;
    padding: 10px 5px;
    overflow: hidden;
    height: 52px;
    line-height: 22px;

}
#news_on1 .wrapper a {
    /*text-align: center;*/
    display: block;
    font-size: 16px;
    /*line-height: 24px;*/
    color: #333;
    font-weight: bold;
    /*padding-bottom: 15px;*/
    /*padding-top: 15px;*/
    text-decoration: none;
}
#news_on1 .wrapper:hover a {
    color: #006666;
}

#news_on1 .wrapper a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

#news_on1 .wrapper a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #00b0ff;
    opacity: .2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#news_on1 .wrapper a:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}
@media(max-width: 996px){
    #news_on1 .listItem .col-lg-3{
        padding: 0px 10px 20px 10px;
    }
}
/*================ END NEWS IMAGES 01 ================*/


/*================ NEWS IMAGES 02 ================*/
#news_on2 .wrapper:not(:hover) .khungAnh .overlay {
    opacity: 0
}
#news_on2 .khungAnh {
    position: relative;
    height: 220px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

/*#news_on2 .khungAnh{*/
/*	position: relative;*/
/*	z-index: 1;*/
/*	overflow:hidden;*/
/*	width: 100%;*/
/*	height: 180px;*/
/*	border-radius: 6px 6px 0px 0px;*/
/*}*/
#news_on2 .khungAnhCrop {
    display: inline-block;
    height: 220px;
    width: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1;
    transition: 0.7s;
}

/*#news_on2 .khungAnhCrop img {*/
/*	left: 50%;*/
/*	!*max-height: 150%;*!*/
/*	!*max-width: 150%;*!*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	-webkit-transform: translate(-50%, -50%);*/
/*	transform: translate(-50%, -50%);*/
/*	z-index: 1;*/
/*	height: 220px;*/
/*	width: 100%;*/
/*}*/

#news_on2 .khungAnh img{
    left: 50%;
    /*max-height: 150%;*/
    /*max-width: 150%;*/
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 220px;
    width: 100%;
}

#news_on2 .listItem .khungAnh:hover .khungAnhCrop {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*#news_on2 .khungAnh img{*/
/*	position: absolute;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-position: 50% 50%;*/
/*	object-fit: cover;*/
/*}*/
#news_on2 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    background: #00b0ff;
    opacity: 0.3;
    z-index: 2;
}
#news_on2 .wrapper h3.reset{
    margin: 0px;
    padding: 10px 5px;
    overflow: hidden;
    height: 52px;
    line-height: 22px;

}
#news_on2 .wrapper a {
    /*text-align: center;*/
    display: block;
    font-size: 16px;
    /*line-height: 24px;*/
    color: #333;
    font-weight: bold;
    /*padding-bottom: 15px;*/
    /*padding-top: 15px;*/
    text-decoration: none;
}
#news_on2 .wrapper:hover a {
    color: #006666;
}


@media(max-width: 996px){
    #news_on2 .listItem .col-lg-3{
        padding: 0px 10px 20px 10px;
    }
}
/*================ END NEWS IMAGES 02 ================*/

