.service-s1{
    text-align: center;
}
.service-s1 h4 {
    background-color: #F78716;
    display: block;
    padding: 5px;
    width: 15%;
    margin: 0 auto 10px;
    color: #fff;
    border-radius: 15px;
}
.service-banner .banner-bg.fill{
    border-radius: 30px;
}
.service-itembox {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    min-height: 450px;
    border-radius: 20px;
}
.service-img {
    padding: 20px;
}
.service-title {
    min-height: 50px;
}
.service-s3 .row-top{
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 0;
}
.service-s3 .row-bottom{
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.service-s3 .row-bottom .number{
    color: var(--orange);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: unset;
}
.service-s3 .row-bottom p{
    font-weight: 600;
}
.service-s5{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-image: url(/wp-content/uploads/2024/10/img-section4-home.png);
    background-repeat: no-repeat;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-s5 .col-left .img-top img{
    position: relative;
}
.service-s5 .col-left .img-bottom img{
    position: absolute;
    top: 35%;
    left: 35%;
}
.service-s5 .col-right{
    margin-bottom: auto;
    margin-top: auto;
}
.service-s5 .name-cmt{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.service-s5 .name-cmt .title-cmt{
    display: flex;
    align-items: center;
}
.service-s5 .cmt-job,
.service-s5 .name-cmt h3{
    color: var(--white);
    margin-bottom: unset;
}
.service-s5 .cmt-text p{
    color: var(--white);
    font-size: 20px;
}
.service-s5 .cmt-avatar img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    object-fit: cover;
    margin-bottom: 10px;
}
.service-s5 .slick-dots{
    text-align: left;
}
.service-s5 .slick-dots li{
    margin: 0 2px;
}
.service-s5 .slick-dots li.slick-active button:before{
    border: 2px solid var(--green);
    border-radius: 50%;
    color: var(--min-black);
}
.service-s5 .slick-dots li button:before{
    color: var(--white);
    opacity: 1;
}

.service-s4{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-image: url(/wp-content/uploads/2024/10/bg-intro.png);
    background-repeat: no-repeat;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-s4 .wpcf7 form.sent .wpcf7-response-output{
    color: #fff;
}
.service-s4 .section-bg.fill {
    background: linear-gradient(90deg, rgba(13, 33, 41, 0.9) 0%, rgba(13, 33, 41, 0.5) 100%);
}
.service-s4-left{
    margin: auto !important;
}

.service-s4 p{
    color: var(--white);
}
.service-s4 h3{
    font-size: 30px;
    color: var(--white);
}

/* Responsive */
@media only screen and (max-width: 767px){
	.service-s1 h4 {
		width: 35%;
	}
	.service-s4 .row{
	    padding: 30px 0;
	}
	.service-s4 .service-s4-right .col-inner{
	    display: flex;
	    justify-content: center;
	}
	.service-s4 .img{
	    text-align: center;
        width: 70% !important;
	}
	.service-s5 .cmt-img-left{
        padding-bottom: 50px;
    }
	.service-s5 .col-left .img-bottom img{
        position: absolute;
        top: 30%;
        left: 16%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .service-s4 .row{
	    padding: 30px 0;
	    display: flex;
        align-items: center;
	}
	.service-s4 .row .col{
	    padding-bottom: unset;
	}
}