.single_stalent_style {
    display: flex;
    flex-direction: column;
    gap: 4.17rem;
    padding: .69rem 0 0 0;
}
.single_stalent_style .thongtin-giangvien {
    display: flex;
    gap: 2.22rem;
}
.single_stalent_style .thongtin-giangvien .columns-left {
    width: 43.75%;
    position: relative;
}
.single_stalent_style .thongtin-giangvien .columns-right {
    width: 56.25%;
    display: flex;
    flex-direction: column;
    gap: 1.11rem;
}
.thongtin-giangvien .columns-left .img-thumbnail {
    padding: 0;
    border-radius: 0;
    aspect-ratio: 542 / 570;
    width: 100%;
    object-fit: cover;
}
.thongtin-giangvien .columns-left .social {
    position: absolute;
    bottom: 0;
    background: #02633ECC;
    width: 100%;
    display: flex;
    gap: 1.67rem;
    justify-content: center;
    align-items: center;
    padding: 1.74rem 0;
}
.thongtin-giangvien .columns-left .social a img.icon {
    height: 1.25rem;
    width: auto;
}
.thongtin-giangvien .columns-left .social a {
    padding: .29rem .42rem;
}
.thongtin-giangvien .columns-right .vitri {
    font-family: K2D, sans-serif;
    font-weight: 400;
    font-size: 1.11rem;
    line-height: 100%;
    text-transform: uppercase;
}
.thongtin-giangvien .columns-right .title {
    font-family: K2D, sans-serif;
    font-weight: 600;
    font-size: 2.22rem;
    line-height: 140%;
    text-transform: uppercase;
}
.thongtin-giangvien .columns-right .content {
    font-family: K2D, sans-serif;
    font-weight: 400;
    font-size: 1.11rem;
    line-height: 130%;
    padding-bottom: .56rem;
}
.thongtin-giangvien .columns-right .hoc_van h4 {
    margin: 0 0 1.11rem 0;
    font-family: K2D, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 100%;
    text-transform: uppercase;
}
.thongtin-giangvien .columns-right .hoc_van .sub {
    font-family: K2D, sans-serif;
    font-weight: 400;
    font-size: 1.11rem;
    line-height: 130%;
}
.thongtin-giangvien .columns-right .hoc_van .sub p {
    margin: 0;
}
.single_stalent_style .kinhnghiem {
    display: flex;
    gap: 1.67rem;
    justify-content: space-between;
}
.single_stalent_style .kinhnghiem .column {
    width: calc(33.33%);
    display: flex;
    flex-wrap: wrap;
    padding: 1.11rem;
    border: .07rem solid #00643E;
    border-radius: 1.11rem;
    gap: 1.11rem;
    align-items: flex-start;
    flex-direction: column;
    background: #fff;
}
.single_stalent_style .kinhnghiem .column .title {
    width: 100%;
    padding: 1.11rem;
    border-radius: .56rem;
    background: #00643E;
    font-family: K2D, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 130%;
    text-align: center;
    color: #fff;
    height: max-content;
    text-transform: uppercase;
}
.single_stalent_style .kinhnghiem .column .content {
    padding: 1.11rem;
    font-family: K2D, sans-serif;
    font-weight: 400;
    font-size: 1.11rem;
    line-height: 130%;
}
@media only screen and (max-width: 767.9px) {
    .single_stalent_style {
        gap: 6.27rem;
        padding: 2.2rem 8.3rem 10.34rem;
    }
    .single_stalent_style .thongtin-giangvien {
        gap: 8.3rem;
        flex-wrap: wrap;
    }
    .single_stalent_style .thongtin-giangvien .columns-left {
        width: 100%;
    }
    .thongtin-giangvien .columns-left .img-thumbnail {
        aspect-ratio: 326 / 346;
    }
    .thongtin-giangvien .columns-left .social {
        gap: 6.27rem;
        padding: 3.21rem 0;
    }
    .thongtin-giangvien .columns-left .social a {
        padding: 1.69rem 1.69rem;
    }
    .thongtin-giangvien .columns-left .social a img.icon {
        height: 4.74rem;
    }
    .single_stalent_style .thongtin-giangvien .columns-right {
        width: 100%;
        gap: 4.23rem;
    }
    .thongtin-giangvien .columns-right .vitri {
        font-size: 4.23rem;
        color: #000000;
    }
    .thongtin-giangvien .columns-right .title {
        font-size: 7.79rem;
    }
    .thongtin-giangvien .columns-right .content {
        font-size: 4.23rem;
    }
    .thongtin-giangvien .columns-right .hoc_van h4 {
        margin: 0 0 4.23rem 0;
        font-size: 4.74rem;
    }
    .thongtin-giangvien .columns-right .hoc_van .sub {
        font-size: 4.23rem;
    }
    .single_stalent_style .kinhnghiem {
        gap: 6.27rem;
        flex-wrap: wrap;
        justify-content: left;
    }
    .single_stalent_style .kinhnghiem .column {
        width: 100%;
        gap: 4.23rem;
        border-radius: 4.23rem;
        padding: 4.23rem;
        border-width: .41rem;
    }
    .single_stalent_style .kinhnghiem .column .title {
        font-size: 4.74rem;
        border-radius: 2.2rem;
        line-height: 135%;
        padding: 4.23rem;
    }
    .single_stalent_style .kinhnghiem .column .content {
        padding: 4.23rem;
        font-size: 4.23rem;
    }
}
.single_stalent_style .kinhnghiem .column:hover {
    background-color: #00643E80;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}