/*

Theme Name: Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
.slider-customer-website-home {
    padding: 0 30px;
}
.items-customers-website {
    position: relative;
    width: 50%;
    padding: 20px;
}

.list-customers-website-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.items-customers-website .image-customers {
	position: relative;
    display: flex;
    justify-content: flex-end;
}

.items-customers-website .image-customers .image-customers-small {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    width: 40%;
}

.items-customers-website .image-customers .image-customers-big {
    width: 85%;
/*     margin-left: 120px; */
}

.items-customers-website .contents-customer {
    padding: 30px 20px;
    border: 2px solid rgba(100, 100, 40, 1);
    border-radius: 10px;
    width: 70%;
    background: rgba(254, 247, 240, 1);
    margin-top: -120px;
    z-index: 1;
    position: relative;
	min-height: 372px;
}



.items-customers-website .contents-customer .customer-info {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.items-customers-website .contents-customer .customer-info .image-customer-info {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.items-customers-website .contents-customer .customer-info .name-customer-info {
    font-family: 'SVN-Gilroy';
    font-weight: 600;
}

.desp-content-customer-info {
    font-family: 'SVN-Gilroy';
    text-align: justify;
}
.rating .image-rating {
    width: 50%;
    margin: 10px 0;
}
.items-customers-website .contents-customer:before {
    content: "";
    background-image: url(https://maychangspa.vn/wp-content/uploads/2025/10/quotes.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 40px;
}
.list-customers-website-home .slick-arrow {
    position: absolute;
    z-index: 1;
    padding: 0;
    border: none;
}
.list-customers-website-home .slick-arrow:hover, .list-customers-website-home .slick-arrow:focus {
    background-color: transparent;
}
.list-customers-website-home .slick-prev.slick-arrow {
    left: -20px;
}
.list-customers-website-home  .slick-next.slick-arrow {
    right: -20px;
    transform: rotateZ(180deg);
}
.list-customers-website-home .slick-arrow img{
    width: 20px;
    height: auto;
} 
.list-customers-website-home .slick-dots {
    list-style: none;
    display: flex;
}

.list-customers-website-home .slick-dots li {
    width: 30px;
    height: 10px;
    background: rgba(217, 217, 217, 1);
    margin: 30px 5px 0 5px;
    border-radius: 100px;
}

.list-customers-website-home .slick-dots li button {
    display: none;
}

.list-customers-website-home .slick-dots li.slick-active {
    background: rgba(100, 100, 40, 1);
}

.slider-dot-style span.swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    border-radius: 100px !important;
}