.slick-content{
}
.client-img {
    width: 100%;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
}

.carousel-content {
    padding: 50px 0px;
}

.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: #f07926;
    text-transform: uppercase;
}

.carousel-indicators li.active {
    background-color: #f07926;
}

.client-content{
    position: relative;
}

.item-client-bg{
    background: #efd463;
    padding: 20px;
    z-index: 2;
    height: 244px;
    overflow: hidden;
}

.client-img img {
    width: 100%;
}

#testimonial {
    padding: 40px 0px;
	position: relative;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}

#testimonial h2 {
    font-size: 1.75rem;
}

.testimonial-content{
    background: url(/ltt-media/styles/goc-phu-huynh.jpg) center no-repeat; 
    padding: 45px;
}
.tes-name{
    background: rgb(0 34 73 / 88%);
    position: absolute;
    bottom: 0;
    left: -35px;
    z-index: 1;
    padding: 5px 10px;
    width: 90%;
    font-weight: 600;
    font-size: 80%;
    line-height: 1.5;
}