/*pills-tab*/

/*#pills-tab .nav-link {
    border: 1px solid #b3935c;
    background-color: #fbf9f4;
    color: #b3935c;
    border-radius: 0px;
}
#pills-tab .nav-link:hover {
    border: 1px solid #b3935c;
    background-color: #b3935c;
    color: #fbf9f4;
}
#pills-tab .nav-link:not(:disabled):not(.disabled).active {
    border: 1px solid #b3935c;
    background-color: #b3935c;
    color: #fbf9f4;
}*/

/*news*/

.news {
    border-bottom: 1px solid rgba(36, 36, 36, 0.5);
}
.news a.img_box {
    overflow: hidden;
    display: block;
	width: 100%;
    height: 300px;
    overflow: hidden;
    background: #000000;
}
.news a.img_box img {
    width: 100%;
    transition: all 0.6s;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: relative;
}
/*.news a.img_box img:hover {
    transform: scale(1.2);
}*/
/*news-content*/

.news-content span {
    border-radius: 5px;
    border: none;
    background-color: #52c07b;
    font-size: 18px;
    margin: 0 2px;
    padding: 5px;
    color: #fff
}
.news-content h6 {
    color: rgba(0, 0, 0, 0.5);
}
.news-title {
    font-size: 24px;
}
.news-title a {
    color: #212529;
}
/*more-btn*/

.more {
    color: #f05c37;
}
.more:hover {
    color: #da5331;
}
/*page-link*/

.page-link {
    color: rgba(0, 0, 0, 0.5);
}
.page-link:hover {
    color: #da5331;
}
.page-link:hover {
    border: 1px solid #f05c37;
    background-color: #f05c37;
    color: #fbf9f4;
}
.page-item.active .page-link {
    border: 1px solid #f05c37;
    background-color: #f05c37;
    color: #fbf9f4;
}
/*footer*/

footer {
    position: unset;
}

.breadcrumb-area {
    background-image: url(/images/uiphin/news-banner.jpg);
}