/* page news*/

.frame.content-sub.title-menu {
/*     margin-top: -40px; */
}
.item-left {
    width: 25%;
    display: inline-block;
    float: left;
    height: 205px;
    overflow: hidden;
}
.item-right {
    width: 75%;
    display: inline-block;
    padding: 20px 0px 0px 10px;
}
.form-news-item {
    display: inline-block !important;
    padding: 14px 8px;
    box-shadow: 1px 2px 3px #ddd;
}
label.news-item-title {
    height: 42px;
    overflow: hidden;
    font-weight: bold;
    color: brown;
}
label.news-item-content {
    max-height: 105px;
    overflow: hidden;
    text-align: justify;
}
.news-item-bt {
    color: #fff !important;
    padding: 7px;
    border-radius: 5px;
    background-color: #0071ce;
}
.news-item-bt:hover {
    background-color: #ededed;   
    color: cornflowerblue !important;
    text-decoration: none;
}

.thum-news-title {
	font-weight: bold;
	color: brown;
	text-decoration: none;
}
.thum-news img:hover {
    transition: 599ms;
    transform: scale(1.1);
    opacity: 0.8;
}
.news-t h3{
	padding: 10px;
	color: #fff;
}
.comment-f .ui-button {
    background: none !important;
    background-color: #007ddd !important;
    color: #fffbfb !important;
    border: none !important;
    border-radius: 0px !important;
    width: auto !important;
    font-size: 13px;
    text-shadow: none;
    outline: 1px solid #0074d1;
    outline-offset: 2px;
    float: right;
    margin-top: 10px;
}
.ui-button-text-only .ui-button-text{	
    padding: .3em 3em;
}
/*page new end*/