﻿/*Thí Sinh 01*/
.our-team {
    padding: 30px 0 40px;
    /* margin-bottom: 30px; */
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team .picture {
display: inline-block;
height: 130px;
width: 130px;
/*  margin-bottom: 50px; */
z-index: 1;
position: relative;
}

.our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #00a8ff;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team .picture::before {
    height: 100%;
}

.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00a8ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .title {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}

.our-team .social {
width: 100%;
padding: 0;
margin: 0;
background-color: #00a8ff;
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}

.our-team .social {
bottom: 0;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.our-team .social li a {
    color: #1369ce;
    /*  background-color: #f7f5ec; */
}
/*Thí Sinh 02*/
.our-team-02 {
padding: 30px 0 40px;
/* margin-bottom: 30px; */
background-color: #f7f5ec;
text-align: center;
overflow: hidden;
position: relative;
}

.our-team-02 .picture-02 {
display: inline-block;
height: 130px;
width: 130px;
/* margin-bottom: 50px; */
z-index: 1;
position: relative;
}

.our-team-02 .picture-02::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #9c88ff; /*Màu nền*/
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team-02 .picture-02::before {
    height: 100%;
}

.our-team-02 .picture-02::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #9c88ff; /*Màu nền*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team-02 .picture-02 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team-02 .picture-02 img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team-02 .title {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}

.our-team-02 .social {
width: 100%;
padding: 0;
margin: 0;
background-color: #9c88ff; /*Màu nền*/
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}

.our-team-02 .social {
bottom: 0;
}

.our-team-02 .social li {
    display: inline-block;
}

.our-team-02 .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.our-team-02 .social li a {
    color: #1369ce;
    /*  background-color: #f7f5ec; */
}
/*Thí Sinh 03*/
.our-team-03 {
padding: 30px 0 40px;
/* margin-bottom: 30px; */
background-color: #f7f5ec;
text-align: center;
overflow: hidden;
position: relative;
}

.our-team-03 .picture-03 {
display: inline-block;
height: 130px;
width: 130px;
/* margin-bottom: 50px; */
z-index: 1;
position: relative;
}

.our-team-03 .picture-03::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #fbc531; /*Màu nền*/
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team-03 .picture-03::before {
    height: 100%;
}

.our-team-03 .picture-03::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fbc531; /*Màu nền*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team-03 .picture-03 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team-03 .picture-03 img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team-03 .title {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}

.our-team-03 .social {
width: 100%;
padding: 0;
margin: 0;
background-color: #fbc531; /*Màu nền*/
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}

.our-team-03 .social {
bottom: 0;
}

.our-team-03 .social li {
    display: inline-block;
}

.our-team-03 .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.our-team-03 .social li a {
    color: #1369ce;
    /*  background-color: #f7f5ec; */
}
.our-team-04 {
    padding: 30px 0 40px;
    /* margin-bottom: 30px; */
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}
/* Thí sinh 04*/
.our-team-04 .picture-04 {
display: inline-block;
height: 130px;
width: 130px;
/* margin-bottom: 50px; */
z-index: 1;
position: relative;
}

.our-team-04 .picture-04::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #4cd137; /*Màu nền*/
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team-04 .picture-04::before {
    height: 100%;
}

.our-team-04 .picture-04::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4cd137; /*Màu nền*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team-04 .picture-04 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team-04 .picture-04 img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team-04 .title {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}

.our-team-04 .social {
width: 100%;
padding: 0;
margin: 0;
background-color: #4cd137; /*Màu nền*/
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}

.our-team-04 .social {
bottom: 0;
}

.our-team-04 .social li {
    display: inline-block;
}

.our-team-04 .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.our-team-04 .social li a {
    color: #1369ce;
    /*  background-color: #f7f5ec; */
}
/* Thí sinh 05 */
.our-team-05 {
padding: 30px 0 40px;
/* margin-bottom: 30px; */
background-color: #f7f5ec;
text-align: center;
overflow: hidden;
position: relative;
}

.our-team-05 .picture-05 {
display: inline-block;
height: 130px;
width: 130px;
/* margin-bottom: 50px; */
z-index: 1;
position: relative;
}

.our-team-05 .picture-05::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #487eb0; /*Màu nền*/
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team-05 .picture-05::before {
    height: 100%;
}

.our-team-05 .picture-05::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #487eb0; /*Màu nền*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team-05 .picture-05 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team-05 .picture-05 img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team-05 .title {
display: block;
font-size: 15px;
color: #4e5052;
text-transform: capitalize;
}

.our-team-05 .social {
width: 100%;
padding: 0;
margin: 0;
background-color: #487eb0; /*Màu nền*/
position: absolute;
bottom: -100px;
left: 0;
transition: all 0.5s ease 0s;
}

.our-team-05 .social {
bottom: 0;
}

.our-team-05 .social li {
    display: inline-block;
}

.our-team-05 .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.our-team-05 .social li a {
    color: #1369ce;
    /*  background-color: #f7f5ec; */
}