.phabao-banner .banner-bg{
    background-repeat: no-repeat;
    background-size: cover;
}
.phapbao-widget{
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}
.phapbao-widget_title{
    color: #b98036;
    font-size: 16px;
    font-weight: 500;
}
.phapbao-widget ul li{
    margin-bottom: 8px;
}
.phapbao-widget ul li a,
.phapbao-widget ul li .form-check{
    color: #000;
    position: relative;
}
.phapbao-widget ul li a{
    display: inline-block;
    text-decoration: none;
}
.phapbao-widget ul li a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #b98036;
    transition: width .3s;
}
.phapbao-widget ul li a:hover:after,
.phapbao-widget ul li.active a:after{
    width: 100%;
}
.phapbao-widget ul li.active a,
.phapbao-widget ul li a:hover{
    color: #b98036;
}
.phapbao-widget .form-check-input:checked {
    background-color: #b97f36;
    border-color: #b97f36;
}
.phapbao-widget .form-check-input:focus{
    box-shadow: none;
}

.phapbap-post-item .col-inner .box-text{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fffdf6;
}
.phapbap-post-item .box-image{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}
.phapbap-post-item .post-tag a{
    color: #b98036;
    font-size: 14px;
    margin-right: 4px;
}
.phapbap-post_title{
    color: #383838;
    font-size: 17px;
    line-height: 1.2;
}
.phapbao-post_date{
    color: #767676;
    font-size: 14px;
}
.phapbao-missing{
    top: -16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    width: 90%;
    padding: 6px;
}
.phapbao-missing_text{
    font-size: 12px;
    color: #7b7b7b;
}
.phapbao-missing_text .percent{
    color: #b98036;
}
.phapbao-missing .progress{
    height: 4px;
}
.phapbao-missing .progress-bar{
    background: #b98036;
}
.btn-donations{
    border: 1px solid #b98036;
    color: #b98036;
    border-radius: 8px;
    background: #fff;
    padding: 6px 16px;
    font-size: 14px;
    bottom: -14px;
}
.btn-donations:hover{
    background: #b98036;
    color: #fff;
}
.phapbao-recently-icon{
    top: -28px;
}
.phapbao-block-search{
    background: #fff;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 20px 30px;
    z-index: 1;
    width: 75%;
}
.btn-gradient{
    background: linear-gradient(180deg, rgba(200,136,52,1) 0%, rgba(151,105,45,1) 100%);
}
.phapbao-block-search input{
    height: 42px;
}

@media screen and (max-width:600px) {
    .phapbao-block-search{
        background: #fff;
        border-radius: 8px;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        padding: 0;
        z-index: 1;
    width: 95%;

    }
}