.our-team-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.team-style-one-item {
  margin: 5px;
  box-sizing: border-box;
  position: relative;
}

.team-style-one-item .thumb {
  position: relative;
  margin-bottom: 30px;
  height: 300px;
}

.team-style-one-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.team-style-one-item h4 {
  margin: 0;
}

.team-style-one-item:hover .thumb .social-overlay ul li a i {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.social-overlay {
  position: absolute;
  right: 20px;
  bottom: -32px;
  z-index: 1;
}

.social-overlay .icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747ff 100%);
  border-radius: 60px;
  border: 10px solid #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
.social-overlay .icon::before {
  position: absolute;
  left: -28px;
  bottom: 22px;
  content: "";
  height: 30px;
  width: 22px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #fff;
}

.social-overlay .icon::after {
  position: absolute;
  right: -17px;
  bottom: 22px;
  content: "";
  height: 27px;
  width: 8px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 20px 0 0 #fff;
}
*/

.social-overlay .icon i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747ff 100%);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.social-overlay ul li {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 0 !important;
}

.social-overlay ul li a {
  display: inline-block;
}
.social-overlay .icon .cls-1
{
fill: #fff;
}
.social-overlay .icon svg#zam-favicon
{
  width: 22px;
  height: 22px;
}
.social-overlay ul li a i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: var(--fs-color-primary);
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.35s ease-in-out;
}

.social-overlay ul li a i.fa-facebook-f, .social-overlay ul li a i.fa-envelope, .social-overlay ul li a i.fa-linkedin-in {
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747ff 100%)
}

.team-style-one-item .info {
  text-align: left;
  margin-top: -15px;
}

.team-style-one-item .info span {
  color: #666;
}

/* Điều chỉnh mặc định hiển thị 4 bài mỗi dòng */
.team-style-one-item {
  width: calc(25% - 10px); /* 4 bài trên 1 dòng */
}

@media (min-width: 1200px) {
  .team-style-one-item {
    width: calc(25% - 10px); /* 4 bài trên 1 dòng */
  }
}

@media (max-width: 1024px) {
  .team-style-one-item {
    width: calc(33.33% - 10px); /* 3 bài trên 1 dòng */
  }
}

@media (max-width: 767px) {
  .team-style-one-item {
    width: calc(50% - 10px); /* 2 bài trên 1 dòng */
  }
}

@media (max-width: 480px) {
  .team-style-one-item {
    width: calc(100% - 10px); /* 1 bài trên 1 dòng */
    margin: 5px;
  }
  .our-team-section
  {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col-bod .team-style-one-item .thumb
  {
    height: auto;
  }
}
/** Single Team */
.single_team_page {
  margin-top: 50px;
}
.single_team_page .team-single_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
}
/*.single_team_page .team-single_wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    bottom: 50px;
    border-radius: 4px;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}*/
.single_team_page .team-info_item {
  margin-top: 25px;
 line-height: 1.5em;
}
.team-info_wrapper span {
  margin-top: -20px;
  color: #6c6c6c;
}
.single_team_page .team-info_icons
{
    display: none;
}
/*
.single_team_page .team-info_icons {
  width: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}
*/
.single_team_page .team-info_icons a {
  margin-bottom: 15px;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #d30;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}
.single_team_page .team-info_icons a {
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747ff 100%);
  background-size: 300%, 1px;
  background-position: 0%;
}
.single_team_page .team-image_wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
.single_team_page .team-image {
  min-width: 430px;
}
.single_team_page .team-image img {
  border-radius: 5px;
}
.single_team_page .team-info_wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  justify-content: center;
}
.single_team_page .team-title {
  font-size: 36px;
  margin-bottom: 17px;
}
.single_team_page .team-info_wrapper .team-info_item > * {
  display: inline-block;
}
.single_team_page .team-info_wrapper .team-info_item span {
  margin-left: 15px;
}
