/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* CSS SLIDE */
.nhan-su-slick-slider {
    width: 90%;
    margin: 0 auto;
}

.nhan-su-item {
    text-align: center;
    padding: 10px;
}

.nhan-su-image-wrapper {
    width: 100%;
    padding-top: 100%; /* Giúp ảnh thành hình vuông */
    position: relative;
    overflow: hidden;
}

.nhan-su-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Giúp ảnh hiển thị kiểu cover */
}

.nhan-su-item h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.nhan-su-item p {
    font-size: 16px;
    color: #666;
}

/* END CSS SLIDE */


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
