.form-career {
    margin-bottom: 60px;
}
.form-cv {
    padding: 50px 60px 50px;
    border-radius: 5px;
    border: 1px solid var(--line, #dedede);
    background: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}
.form-cv .form-title {
    color: var(--Black, #111);
    text-align: center;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: var(--line, #dedede);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}
.form-cv p {
    margin-bottom: 0;
}
.form-cv .row-small {
    margin: 0 -8px;
}
.form-cv .row-small [class*="col"] {
    padding: 0 8px;
}
.form-cv .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    border: 0;
    padding: 0 15px;
    height: 52px;
    box-shadow: none;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 16px;
}
.form-cv label {
    font-weight: normal;
}
.codedropz-upload-wrapper {
    background: #fff;
}
.codedropz-upload-handler {
    border: 1px dashed #dedede;
}
.codedropz-upload-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.codedropz-upload-inner h3,
.codedropz-btn-wrap .cd-upload-btn {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    color: #333;
    line-height: 150%;
}
.form-cv .form-submit {
    position: relative;
}
.form-cv .form-submit .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.form-cv .wpcf7-submit {
    width: 210px;
    border: 0;
    height: 49px;
    text-transform: uppercase;
    color: #fff;
    background: var(--yellow, #fdb92e);
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
}
.form-cv .dnd-upload-counter,
.form-cv br {
    display: none;
}
.box-lists {
    display: flex;
    /* flex-direction: column; */
    row-gap: 15px;
}
.box-post-item .box-blog-post {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}
.box-post-item .box-blog-post .box-image {
    max-width: 110px;
    flex-basis: 110px;
    border-radius: 5px;
    overflow: hidden;
}
.box-post-item .box-blog-post .box-image img {
    width: 100%;
    aspect-ratio: 1/0.75;
    object-position: center;
    object-fit: cover;
}
.box-post-item .box-blog-post .box-content {
    max-width: calc(100% - 110px);
    flex-basis: calc(100% - 110px);
}
.box-post-item .box-blog-post .box-content .boxob-title {
    font-size: 1rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    color: #000000;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.section-featured .swiper-button-next,
.section-featured .swiper-button-prev {
    position: unset !important;
    transform: unset !important;
    margin: 0;
}
.section-featured .box-button {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 20px;
    margin-top: clamp(40px, 10px, 3.33333333vw);
}
.section-featured .box-button .swiper-scrollbar-drag {
    background-color: #dc000c;
}
.section-featured .box-button .swiper-scrollbar {
    width: 100%;
    min-width: 400px;
    position: unset;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.section-featured .box-button .swiper-pagination-fraction {
    width: 70px;
}
.section-featured .box-button .swiper-button-next,
.section-featured .box-button .swiper-button-prev,
.section-featured .box-button .swiper-button-next img,
.section-featured .box-button .swiper-button-prev img {
    width: 14px;
}
@media only screen and (max-width: 699px) {
    .section-featured .box-button {
        display: flex;
    }
    .section-featured .box-button .swiper-scrollbar {
        flex: 1;
        min-width: unset;
    }
}
