@charset "utf-8";
/* CSS Document */

.customer-93-1 {
    width: 100%;
    height: auto;
    padding-left: 60px;
}

.customer-93-1 .customer-top {
    font: 40px/26px 'Kanit', Arial, sans-serif;
    color: #fff;
}

.customer-pic {
    /* width: 263px; */
    height: auto;
    transition: transform .2s;
    position: relative;
    margin-top: 20px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;
}

.customer-pic:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 1;
}

.customer-pic img {
    max-width: 100%;

    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;
}

.customer-bottom {
    margin-top: 10px;
    display: block;
    height: auto;
    text-align: center;
}

.customer-pic .c-text {
    width: 100%;
    height: 171px;
    padding: 10px;
    padding-top: 130px;
    background: rgb(0, 0, 0);
    background: url(../images/banner-79-1/apha.png) bottom center repeat;
    font: 20px/20px 'lineseed', Arial, sans-serif;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    border: 0px solid #000000;
}

@media (max-width: 360px) {
    .customer-93-1 {
        padding-left: 0;
        margin-top: 30px;
    }

    .customer-pic {
        width: 135px;
    }

    .customer-pic .c-text {
        font: 18px/20px 'lineseed', Arial, sans-serif;
    }

    .customer-93-1 .customer-top {
        font: 30px/26px 'Kanit', Arial, sans-serif;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .customer-93-1 {
        padding-left: 0;
        margin-top: 30px;
    }

    .customer-pic {
        width: 140px;
    }

    .customer-pic .c-text {
        font: 13px/20px 'lineseed', Arial, sans-serif;
    }

    .customer-93-1 .customer-top {
        font: 30px/26px 'Kanit', Arial, sans-serif;
    }
}

@media (min-width: 414px) and (max-width: 767px) {
    .customer-93-1 {
        padding-left: 0;
        margin-top: 30px;
    }

    .customer-pic {
        width: 160px;
    }

    .customer-pic .c-text {
        font: 14px/20px 'lineseed', Arial, sans-serif;
    }

    .customer-93-1 .customer-top {
        font: 30px/26px 'Kanit', Arial, sans-serif;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .customer-93-1 .customer-top {
        font: 30px/26px 'Kanit', Arial, sans-serif;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .customer-pic .c-text {
        font: 14px/20px 'Kanit', Arial, sans-serif;
    }

}

@media (min-width: 1200px) and (max-width: 1280px) {
    .customer-pic {
        width: 225px;
        margin-top: 70px;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .customer-pic {
        width: 250px;
        margin-top: 50px;
    }
}