#contact-staff .item {
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}

#contact-staff .item .img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 50%;
}

#contact-staff .item .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#contact-staff .item .name {
    color: var(--text-color);
}

#contact-staff .item .contact-info-link {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

#contact-staff .item a.link-contact {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}

#contact-staff .item a.call-zalo .icon,
#contact-staff .item a.call-messenger .icon,
#contact-staff .item a.call-zalo span.text,
#contact-staff .item a.call-messenger span.text {
    background-color: #3da8fe;
}

#contact-staff .item a.call-phone .icon,
#contact-staff .item a.call-phone span.text {
    background-color: #F20000;
}

#contact-staff .item a.link-contact .icon {
    width: 50px;
    aspect-ratio: 1/1;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

#contact-staff .item a.link-contact .avt-icon {
    width: 60%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#contact-staff .item a.link-contact span.text {
    position: relative;
    z-index: -1;
    /**/
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: max-content;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    /**/
    padding: 8px 10px 8px 35px;
    margin-left: -25px;
    /*transition*/
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    /*font*/
    font-weight: 400;
    white-space: nowrap;
    font-size: 18px;
}

#contact-staff .box-form {
    background: #FFDE9F;
}

#contact-staff .box-form .title-box-form {
    text-align: center;
    border: 2px dashed #000;
    padding: 15px 30px;
    display: inline-block;
}

#contact-staff .box-form .inner {
    margin: 60px 0px 30px 0px;
    text-align: center;
    font-size: 18px;
}

#contact-staff .box-form .inner .t-step {
    text-align: left;
}

#contact-staff .box-form .inner .t-step span {
    background: #000;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

#contact-staff .box-form .inner .t-step span:after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 86%;
    width: 30px;
    background: #000;
    transform: skewX(30deg);
}

#contact-staff .box-form .inner .box-step1,
#contact-staff .box-form .inner .box-step2 {
    text-align: left;
}

#contact-staff .box-form .inner .box-step1 p a,
#contact-staff .box-form .inner .box-step2 p a {
    color: #BF0000;
    font-weight: bold;
    font-size: 20px;
}

#contact-staff .box-form .inner .box-step2 p,
#contact-staff .box-form .inner .box-step1 .content {
    text-align: justify
}