
/*footer*/
footer {
    position: unset;
}
/*carousel*/
.carousel {
    max-height: 500px;
    overflow: hidden;
    margin-top: 80px;
    display: flex;
    align-items: center;
}


.lead {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.8;
    text-align: justify;
}

#about-info{
    background: #ff8d47;
    color: #FFF;
    padding: 70px 0px;
}

#service-info{
    color: #565656;
    padding: 70px 0px;
    background-image: url(../images/ricepaper2.png);
}

#service-info .text-uppercase{
   font-size: 12px;
}


#service-info a.item{
    color:black;
    text-decoration: none;
}

#service-info a.item:hover{
    background-color: rgb(101 101 101 / 12%);
}

#news-info{
    background-color:white;
}

/*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;
}
.quality-title{
    font-weight:bold;
}
/*more-btn*/
.more {
    color: #f05c37;
}
.more:hover {
    color: #da5331;
}
@media (max-width: 576px) {
    .carousel {
        padding-right: 0px;
        padding-left: 0px;
    }
}
