/* banner */

.section__banner .banner__content span:last-child {
    color: var(--third-color);
}

.section__banner .banner__content--text span:first-child {
    /* padding-left: 70px; */
}

.section__banner .banner__content--text span {
    display: block;
}

/* form */

.section__form .form__top--input {
    width: 100%;
}

.section__form .button--global {
    border-radius: 9px;
    width: 100%;
    color: #fff;
    height: 56px;
    padding: 0;
    background-color: var(--third-color);
}

.section__form .form__top {
    gap: 20px;
}

.section__apointment label#g-recaptcha-error {
    color: red;
    margin-bottom: 0;
    font-size: 12px;
    /* position: absolute; */
    /* top: 100%; */
    /* left: 0; */
}

/* special */

.section__special {
    background-color: #fff;
    padding: 155px 0 146px;
}

.section__special .special__infor {
    height: fit-content;
    gap: 20px;
}

/* directory */

.section__directory {
    padding: 52px 0 60px;
    position: relative;
    transition: all 0.3s linear;
}

.section__directory video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__directory .directory__item {
    gap: 10px;
    margin-bottom: 25px;
    display: flex;
    color: #fff;
}

.section__directory .directory__list {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section__directory .directory__item .directory__item--word {
    display: block;
    padding-right: 10px;
    border-right: 1px solid;
}

.section__directory .global-heading {
    margin-bottom: 44px;
    font-size: 32px;
    color: #fff;
    position: relative;
    text-align: left;
}

.section__directory .directory__item--word {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    width: 25px;
}

.section__directory .directory__item--group li {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s linear;
}

.section__directory .directory__item--group span:hover {
    transition: all 0.3s linear;
}

/* apointment */

.section__apointment {
    padding: 90px 0 146px;
}

.section__apointment option {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
}

.section__apointment option:first-child {
    color: var(--third-color);
}

.section__apointment .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    left: 0;
}

/* .section__apointment .apointment__form {
    display: flex;
    gap: 30px;
} */

/* .section__apointment .apointment__side {
    width: 50%;
} */

.section__apointment .apointment__input input,
.section__apointment .apointment__input select {
    border: 0;
    border-bottom: 1px solid var(--secondary-color);
    width: 100%;
    /* margin-bottom: 40px; */
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
    outline: none;
    color: #5d5d5d;
    background-color: #fff;
}

.section__apointment .apointment__input {
    margin-bottom: 27px;
    position: relative;
}

.section__apointment .apointment__input select {
    padding-bottom: 2px;
    padding-right: 30px;
    margin-bottom: 0;
    appearance: none;
}

.section__apointment .apointment__input.more {
    margin-bottom: 24px;
}

.section__apointment .apointment__input input::placeholder {
    color: #5d5d5d;
}

.section__apointment .apointment__input.apointment__input--date {
    position: relative;
}

.section__apointment .apointment__input.apointment__input--date input {
    margin-bottom: 0;
}

.section__apointment .apointment__input.apointment__input--date img,
.section__apointment .apointment__input.apointment__input--select img {
    position: absolute;
    right: 10px;
    width: 16px;
    height: auto;
}

.section__apointment .apointment__input.apointment__input--date img {
    top: 4px;
}

.section__apointment .apointment__input.apointment__input--select img {
    top: 12px;
}

.section__apointment .apointment__side--title {
    /* font-size: 25px; */
    font-size: 20px;
    line-height: 37px;
    color: var(--third-color);
    font-weight: 600;
    margin-bottom: 26px;
}

.section__apointment .global-heading {
    margin-bottom: 28px;
}

.section__apointment .apointment__input--radio {
    display: flex;
    align-items: center;
    gap: 40px;
    /* padding: 40px 0 40px; */
    padding-bottom: 0px;
}

.section__apointment .apointment__input--radio input,
.section__apointment .apointment__input--radio label {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 30px;
    color: #5d5d5d;
    font-weight: 400;
}

.section__apointment .apointment__input--radio label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section__apointment .apointment__input--radio input[type='radio'] {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    outline: none;
    border: 2px solid var(--secondary-color);
}

.section__apointment .apointment__input--radio input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

.section__apointment
    .apointment__input--radio
    input[type='radio']:checked:before {
    background: var(--secondary-color);
}

.section__apointment .apointment__input--radio input[type='radio']:checked {
    border-color: var(--secondary-color);
}

.section__apointment .apointment__input--radio-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.section__apointment .apointment__input--select {
    position: relative;
    margin-bottom: 27px;
}

.section__apointment .button--global {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 7px 70px;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    /* margin-top: 40px; */
}

.section__apointment .apointment__desc {
    background-color: #f7f7f7;
    color: #5d5d5d;
    display: block;
    padding: 22px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.24px;
    border-radius: 14px;
}

.section__apointment .apointment__img {
    height: 100%;
    width: 100%;
}

.section__apointment .apointment__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__apointment label.error {
    color: red;
    margin-bottom: 0;
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 0;
}

.section__apointment .apointment__input--radio label.error {
    top: unset;
    bottom: 10px;
}

.section__apointment .wpcf7-list-item.first {
    margin: 0;
}

/* specialty */

.section__specialty {
    padding: 60px 0 120px;
}

.section__specialty .tag__container {
    margin-bottom: 60px;
}

.section__specialty .tag {
    background-color: var(--third-color);
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 10px 0;
}

.section__specialty .tag .tag__text {
    font-size: 35px;
    line-height: 71px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.section__specialty .specialty__subtitle {
    font-size: 25px;
    line-height: 37px;
    color: var(--third-color);
    font-weight: 500;
    margin-bottom: 20px;
}

.section__specialty .mb-60 {
    margin-bottom: 60px;
    max-width: 75%;
}

.section__specialty .read__list {
    padding-left: 20px;
    border-left: 2px solid var(--primary-color);
}

.section__specialty .read__item {
    margin-bottom: 11px;
}

.section__specialty .read__link {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: var(--text-color);
}

.section__specialty .content__container .content__desc {
    font-size: 13px;
    line-height: 23px;
    color: var(--text-color);
    font-weight: 300;
}

.section__specialty .content__container .content__created span {
    font-size: 9px;
    line-height: 15px;
    color: var(--third-color);
    font-weight: 300;
    display: block;
}

.section__specialty .spes__container .spes__link {
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
    color: var(--text-color);

    box-shadow: 0px 3px 6px #0000001a;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 8px;
    padding: 5px 0 5px 20px;
    width: 100%;
    display: block;

    transition: all 0.3s linear;
}

.section__specialty .spes__container .spes__link:hover {
    background-color: var(--primary-color);
    color: #fff;
    transition: all 0.3s linear;
}

.section__specialty .specialty__right {
    padding: 30px 60px;
    background-color: #f4f4f4;
    color: var(--text-color);
}

.section__specialty .specialty__right .specialty__header {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
}

.section__specialty .specialty__right .specialty__title {
    font-size: 35px;
    line-height: 55px;
    color: var(--third-color);
    font-weight: 500;
    max-width: 90%;
    margin-bottom: 0;
}

.section__specialty .specialty__right .date__created {
    font-size: 16px;
    line-height: 40px;
    font-weight: 300;
}

.section__specialty .specialty__right .specialty__content {
    font-size: 20px;
    line-height: 35px;
}

.section__specialty .specialty__right .specialty__content p,
.section__specialty .specialty__right .specialty__content span {
    margin-bottom: 20px;
    display: block;
}

.section__specialty .specialty__right .specialty__content img {
    margin: 10px 0 10px;
    width: 49%;
}

.section__specialty .specialty__right .specialty__content em {
    font-size: 16px;
}

.wpcf7-spinner {
    position: absolute;
}

/* additional */

.directory__additional {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #fff;
    position: relative;
}

.directory__additional--form input {
    height: 64px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    border-radius: 33px;
    padding-left: 70px;
    padding-right: 130px;
    outline: none;
}

.directory__additional--form input::placeholder {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.directory__additional--form .group-input {
    position: relative;
}

.directory__additional--form .group-input img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
}

.directory__additional--form .group-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3 linear;
}

.directory__additional--form .group-btn.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3 linear;
}

.directory__additional--form .btn-search {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--third-color);
    font-size: 20px;
    line-height: 20px;
    padding: 0 20px;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.directory__additional--form .icon-clear {
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.directory__additional--desc {
    font-size: 20px;
    line-height: 37px;
    color: #fff;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 25px;
}

.directory__additional--link {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff33;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s linear;
}

.directory__additional--link:hover {
    color: var(--third-color);
    background-color: #fff;
    transition: all 0.3s linear;
}

.directory__additional--list {
    display: flex;
    align-items: center;
    gap: 17px 14px;
    flex-wrap: wrap;
}

.directory__additional--form {
    position: relative;
}

.list-result {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    border: 1px solid #fff;
    padding: 15px 0px;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.list-result.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}

/* .list-result.active {
    max-height: 170px;
    overflow-y: auto;
}

.list-result.active::-webkit-scrollbar {
    width: 5px;
}

.list-result.active::-webkit-scrollbar-track {
    background: #fff;
}

.list-result.active::-webkit-scrollbar-thumb {
    background: var(--primary-color);
} */

.list-result li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    padding: 10px 30px;
    transition: all 0.3s linear;
}

.list-result li a:hover {
    background-color: #ffffff40;
    transition: 0.3s linear all;
}

@media screen and (max-width: 1200px) {
    .section__apointment .apointment__side--title {
        font-size: 22px;
    }
    .section__special {
        padding-bottom: 0px;
        padding-top: 80px;
    }
    .section__apointment .button--global {
        width: 100%;
        padding: 5px 0px;
    }

    #sex .wpcf7-list-item {
        margin-left: 0;
        margin-right: 15px;
    }

    .cf7sr-g-recaptcha {
        overflow: hidden;
    }

    .section__apointment {
        padding: 80px 0;
    }

    .section__special .special__infor {
        gap: 0px;
        height: calc(100% - 30px);
    }

    .cf7sr-g-recaptcha iframe {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .section__apointment .button--global {
        width: 100%;
        padding: 9px 0 7px;
    }
}

@media screen and (max-width: 991px) {
    .section__form .button--global {
        height: 48px;
    }

    .section__special .special__infor {
        align-items: self-start;
        height: fit-content;
        gap: 30px;
    }

    .directory__additional--list {
        gap: 17px 20px;
    }

    .directory__additional {
        margin-top: 50px;
        padding-top: 50px;
    }

    .section__directory .global-heading {
        text-align: center;
    }

    .directory__additional--form {
        margin-top: 30px;
    }

    .directory__additional--desc {
        margin-top: 30px;
    }

    .directory__additional--link {
        width: 45px;
        height: 45px;
    }

    .list-result {
        position: relative;
        margin-top: 15px;
        height: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .list-result.active {
        height: auto;
        padding: 15px 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .section__directory .directory__item--group li {
        font-size: 12px;
    }
    .section__directory .directory__list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .section__directory .directory__item {
        width: 50%;
        flex: 0 0 50%;
        flex-direction: column;
    }
    .section__directory .directory__item .directory__item--word {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid;
    }
    .section__apointment .apointment__img {
        display: none;
    }
    .section__special {
        padding: 50px 0px 0px;
    }
    .section__apointment {
        padding: 70px 0 50px;
    }
    .section__specialty {
        padding: 60px 0;
    }

    .section__specialty .mb-60 {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .section__apointment .apointment__input {
        margin-bottom: 30px;
    }

    .section__banner .banner__content--img img {
        height: 40px;
        width: auto;
    }

    .section__specialty .tag {
        border-radius: 10px;
    }

    .section__specialty .tag__container {
        margin-bottom: 30px;
    }

    .section__specialty .content__container .content__desc {
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
    }

    .section__specialty .content__container .content__created span {
        font-size: 16px;
        line-height: 1.6;
    }

    .section__specialty .specialty__right .specialty__title {
        font-size: 28px;
        max-width: 100%;
        line-height: 1.4;
    }

    .section__specialty .specialty__right {
        padding: 30px 16px;
    }

    .news__item {
        margin-bottom: 60px;
    }

    .section__special .special__infor {
        gap: 0;
        max-width: 100%;
        align-items: center;
    }

    .section__special .container {
        padding: 0;
    }
    .section__apointment .apointment__desc {
        display: none;
        padding: 10px 10px;
    }
    .wpcf7-spinner {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .section__apointment .button--global {
        margin-bottom: 0;
        padding: 14px 0;
    }
}

@media screen and (max-width: 576px) {
    .section__apointment {
        padding: 50px 0 50px;
    }

    .directory__additional--link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .directory__additional--list {
        gap: 17px 10px;
    }

    .directory__additional--desc {
        font-size: 14px;
        line-height: 20px;
    }

    .section__directory .global-heading {
        font-size: 22px;
        line-height: 32px;
    }

    .directory__additional--form input {
        height: 48px;
        font-size: 16px;
    }

    .directory__additional--form .btn-search,
    .directory__additional--form input::placeholder,
    .list-result li a {
        font-size: 16px;
    }

    .directory__additional--form .group-input img {
        left: 30px;
    }
}
