.input-group-text {

    color: #ffffff;
    background-color: #e26738;
    border: 1px solid #e26738;
}

.go-btn{
    width:100%;
    color: #b9252c;
    background-color: #fbdb32;
}

.news-menu{
        width: 100%;
        margin: 0 auto;
        /* background: #ffffff; */
        padding: 25px;
        min-height: 300px;
}

.bg-news-menu{
    margin: 8% 0 5% 0;
    padding: 25px;
}

.bg-news-menu img{
    transition: transform .2s;
}



.bg-news-menu img:hover{
    transform: scale(0.95);
}

.n-info{
    padding: 20px 0;
}

.list-news{
    margin-top: 8%;
}

.update-list {
    padding: 15px 0px 10px 0px;
}

.txt-info{
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
}

.txt-info h3{
    color: #fbda31;
}

.section-newsdetail{
    border-top: 5px solid #df8533;
    padding: 3% 0;
}

.mega-detail{
    padding: 30px 0;
    border-top: 5px solid #fbda31;
    margin: 30px 0 0 0;
}

.txt-news-detail h3{

}

.blox2 h1 {
    font-size: 19px;
    margin: 0;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
    padding-top: 10px;
}

.title-box p,span{
    font-size:16px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-clamp {
    height: 24px;
    overflow: hidden;
  }


.my-pagination{
    padding: 20px 0;
    background: #fbda31; 
}

.pagecustom{
    background: #fff;
}

#news-gallery .owl-item.active .item{
    /* padding: 20px 20px 0 20px; */
	padding: 0px 15%;
}

#news-gallery .owl-item.active .item img{
    box-shadow: -20px -20px #c9252e;
}

/* .xshadow{
background: #b9252c;
} */





/* div.xshadow img:first-child {
    box-shadow: -10px -10px #c9252e;
} */




div.list-news img:first-child{
    box-shadow: -10px -10px #c9252e;
} 
div.list-news img{
    box-shadow: -10px -10px #000;
    height: 220px;
    object-fit: contain;
    background: #fff;
} 

.btn-outline-secondary {
    color: #ffffff;
    background-color: #e26738;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative;
    border: 1px solid #e26738;
}

.gj-datepicker-bootstrap [role=right-icon] button:hover {
    color: #fbdb32 !important;
    background-color: #e26738 !important;
}