.section__doctors .global-heading {
    text-align: left;
}

.section__doctors .slick-dots {
    position: relative;
    bottom: 0;
}

.slick-dots li.slick-active button {
    border: 1px solid #00a5b4;
}

@media screen and (max-width: 991px) {
    .section__doctors .global-heading {
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0;
    }
}

/* banner */

/* .section__banner .banner__img {
    height: 70vh;
} */

.section__doctors .form__top {
    padding-bottom: 30px;
    border-bottom: 2px solid #abdfe1;
}

.section__doctors input::placeholder {
    font-size: 16px;
    line-height: 40px;
    color: #cecece;
}

.section__doctors .form__top--input input {
    width: 100%;
    /* height: 56px; */
    height: 48px;
    border-radius: 9px;
    border: 1px solid #ececed;
    padding-left: 55px;
    outline: none;
    font-size: 14px;
    line-height: 40px;
    color: var(--primary-color);
    font-weight: 500;
    background-color: #f3f4f7;
    font-size: 16px;
    line-height: 40px;
    color: #cecece;
}
.section__doctors .form__top--select input {
    width: 100%;
    /* height: 56px; */
    height: 48px;
    border-radius: 9px;
    border: 1px solid #ececed;
    padding-left: 55px;
    outline: none;
    font-size: 14px;
    line-height: 40px;
    color: var(--primary-color);
    font-weight: 500;
    background-color: #f3f4f7;
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #cecece;
}
.section__doctors .form__top--select select {
    width: 100%;
    height: 48px;
    border-radius: 9px;
    border: 1px solid #ececed;
    padding-left: 15px;
    padding-right: 50px;
    outline: none;
    font-size: 16px;
    line-height: 40px;
    color: #cecece;
    font-weight: 500;
    background-color: #f3f4f7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.section__doctors .form__top--select img {
    width: 17px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.section__doctors .form__top--input {
    position: relative;
}
.section__doctors .form__top--button {
    /* width: 67px; */
    width: 53px;
    text-align: center;
    /* height: 56px; */
    height: 48px;
    border: 0;
    border-radius: 9px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: 0.3s linear all;
}
@media screen and (max-width: 767px) {
    .section__doctors .form__top--button {
        position: absolute;
        top: -56px;
        right: 15px;
        margin: unset;
        border-radius: 0px 9px 9px 0px;
        /* left: 15px; */
    }
}

.section__doctors .form__top--button img {
    width: 22px;
    height: 22px;
    margin: auto;
}
.section__doctors .form__top--input-img {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(0px, -50%);
}
.section__doctors .form__top--input-img {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0px, -50%);
}
.section__doctors .form__top--input-img.custom {
    left: 18px;
}
.zalo-sticky {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 10px 20px;
    background-color: #006991;
    border-radius: 24px;
    z-index: 99;
    transition: all 0.3s linear;
}

.zalo-sticky:hover a span {
    transform: translateX(5px);
    transition: all 0.3s linear;
}

.zalo-sticky a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.zalo-sticky a span {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    transition: all 0.3s linear;
}

.zalo-sticky a svg {
    width: 32px;
    height: auto;
    object-fit: cover;
    transition: all 0.3s linear;
}

.section__form .form__container {
    /* transform: translateY(-90px); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.section__form .form__top--title {
    font-size: 24px;
    line-height: 34px;
    color: var(--third-color);
    font-weight: 500;
    margin-bottom: 0;
    /* white-space: nowrap; */
}

.section__form .form__top {
    gap: 20px;
}

.section__form .form__top img {
    height: 32px;
    width: auto;
    /* transform: translateY(-6px); */
}

.section__form .form__icon img {
    height: auto !important;
}

.section__form .form__bottom {
    padding-top: 0;
}

.section__form .form__bottom .form__bottom--link:last-child {
    background-color: var(--third-color);
}

.section__form .form__bottom .form__bottom--link {
    border-radius: 23px;
    min-width: fit-content;
}

.section__form .form__bottom .form__bottom--link:hover {
    background-color: var(--third-color);
}

/* detail */

.section__detail {
    padding: 0px 0 135px;
    background-color: #f4f4f4;
}

.section__detail .detail__content {
    padding-top: 20px;
}

.section__detail .detail__content span {
    padding: 0;
    margin: 0;
}

.section__detail .detail__img {
    padding-right: 30px;
}

.section__detail .detail__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section__detail .detail__content .detail__content--text {
    font-size: 16px;
    line-height: 30px;
    color: #5d5d5d;
    font-weight: 400;
}

.section__detail .detail__content .detail__content--text span:not(:last-child) {
    display: block;
    margin-bottom: 15px;
}

.section__detail .detail__content .detail__content--location,
.section__detail .detail__content .detail__content--phone,
.section__detail .detail__content .detail__content--clock,
.section__detail .detail__content .detail__content--location a,
.section__detail .detail__content .detail__content--phone a,
.section__detail .detail__content .detail__content--clock a {
    display: flex;
    align-items: start;
    gap: 10px;
}

.section__detail .detail__content .detail__content--location {
    margin-bottom: 16px;
}

.section__detail .detail__content .detail__content--phone {
    /* margin-right: 30px; */
    margin-bottom: 16px;
}

.section__detail .detail__content .detail__content--infor {
    /* margin-top: 40px; */
}

.section__detail .detail__content .detail__content--infor img {
    transform: translateY(8px);
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.section__detail .detail__content .detail__content--infor span {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: var(--third-color);
    -webkit-text-fill-color: var(--third-color);
}

.section__detail .detail__content {
    padding: 0;
    border-bottom: 0;
}

.section__detail .detail__content--facebook {
    border: 0;
    background-color: var(--primary-color);
    border-radius: 18px;
    padding: 2px 32px 2px;
    transition: 0.3s linear all;
    display: block;
    color: #fff;
    width: fit-content;
    margin-top: 18px;
}

.section__detail .detail__content--facebook:hover {
    transform: scale(1.04);
    transition: 0.3s linear all;
}

.section__detail .detail__content div.detail__content--facebook span {
    color: #fff;
    -webkit-text-fill-color: unset;
    line-height: 30px;
}

.detail__content--facebook a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section__detail .detail__content--facebook a .icon-fb img {
    transform: translateY(-1px);
}

/* book */

.section__book {
    position: relative;
}

.section__book .book__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.section__book .book__right span {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.section__book .book__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.section__book .book__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0;
}

.section__book .book__left--title {
    font-size: 60px;
    line-height: 85px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.section__book .book__left--desc {
    font-size: 40px;
    line-height: 70px;
    color: #fff;
    font-weight: 300;
}

.section__book .book__right--button {
    background-color: #fff;
    border: 0;
    outline: 0;
    padding: 8px 30px;
    border-radius: 26px;
    transition: all 0.3s linear;
}

.section__book .book__right--button:hover {
    transform: scale(1.04);
    transition: all 0.3s linear;
}

.section__book .book__right--button span {
    font-size: 25px;
    line-height: 37px;
    color: var(--third-color);
    font-weight: 500;
}

/* spe */

.section__form {
    background-color: #f4f4f4;
}

.section__special {
    background-color: #fff;
    padding: 120px 0 0px;
}

.section__special .special__ite {
    height: 100%;
    padding: 25px 32px;
    background-color: #f4f4f4;
    box-shadow: 0px 3px 6px #0000001a;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.section__special .special__header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section__special .special__header--title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--third-color);
    margin-bottom: 0;
}

.section__special .special__desc {
    margin-top: 15px;
}

.section__special .special__desc .special__desc--link {
    margin-top: 18px;
    display: block;
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s linear;
}

.section__special .special__desc .special__desc--link:hover {
    transform: translateX(10px);
    transition: all 0.3s linear;
}

.section__special .special__ite--link {
    cursor: pointer;
    height: 100%;
}

.section__special .special__desc img {
    width: 24px;
    height: auto;
}

.section__special .special__desc--text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.section__special .special__header--img img {
    height: 48px;
    width: auto;
}

/* doctor */

/* .doctors .section__doctors .slick-list.draggable {
    padding-bottom: 20px;
}  */

/* .doctors .slick-dots {
    display: none !important;
} */

/* usp */

.section__usp {
    position: relative;
    margin: 120px 0;
    min-height: 100px;
    width: 100%;
    overflow: hidden;
}

.section__usp video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.section__usp .background_video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.section__usp .usp__content {
    position: relative;
    color: #fff;
    padding: 80px 0;
    max-width: 90%;
    z-index: 2;
}

.section__usp .usp__content ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    list-style: disc;
    padding-left: 20px;
}

.section__usp .usp__content p {
    margin-bottom: 20px;
    /* text-align: justify; */
}

.section__usp .usp__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 45px;
}

.section__usp .usp__text {
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
}

.section__usp .icon-plus-hoanmy {
    position: absolute;
    height: auto;
    width: auto;
    bottom: -70px;
    right: -115px;
    z-index: 1;
    pointer-events: none;
}

.section__usp .usp__dropdown {
    display: none;
}

.section__doctors .slick-arrow {
    display: block !important;
}
.section__doctors .form__container form .row {
    justify-content: end;
    padding: 0px 13px;
    padding-right: 6px;
}

.section__doctors button {
    border-radius: 50%;
    border: 1px solid #b1e0e2;
    background-color: #fff;
    margin: 0;
    transition: all 0.3s linear;
}

.section__doctors button:hover {
    border: 1px solid var(--third-color);
    transition: all 0.3s linear;
}

.section__doctors button i {
    padding: 15px 13px;
    color: #b1e0e2;
    transition: all 0.3s linear;
}

.section__doctors button:hover i {
    color: var(--third-color);
    transition: all 0.3s linear;
}
.section__doctors button.prev i {
    transform: rotate(180deg);
}
.section__doctors button.prev.slick-arrow {
    position: absolute;
    top: 38%;
    left: -10px;
}
.section__doctors button.next.slick-arrow {
    position: absolute;
    top: 38%;
    right: -10px;
}
@media screen and (max-width: 1200px) {
    .section__banner .banner__img {
        height: 50vh;
    }

    /* form */

    .section__form .form__container {
        padding: 36px 20px 42px;
    }

    /* book */

    .section__book .book__left--title {
        font-size: 45px;
    }

    .section__book .book__left--desc {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .section__doctors .form__top--select img {
        top: 46%;
        right: 35px;
    }

    .section__doctors .form__top {
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    .section__banner .banner__img {
        height: 40vh;
    }

    .section__doctors .slick-arrow {
        display: none !important;
    }

    /* form */

    .section__form .form__container {
        flex-direction: column;
        align-items: self-start;
        gap: 30px;
        padding: 36px 45px 42px;
    }

    /* detail */

    .section__detail {
        padding: 0px 0 80px;
    }

    .section__detail .detail__content {
        padding-top: 30px;
    }

    .section__detail .detail__content--group {
        gap: 10px;
    }

    /* book */

    .section__book .book__container {
        flex-direction: column;
        gap: 30px;
    }

    .section__book .book__left {
        text-align: center;
    }

    /* usp */

    .section__usp .usp__title {
        margin-bottom: 30px;
    }

    .section__usp .usp__content {
        max-width: 100%;
        padding: 80px 0 146px;
        height: 640px;
        margin-bottom: 120px;
        overflow: hidden;
        transition: all 0.3s linear;
    }

    /* .section__usp .usp__content::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, var(--third-color), transparent);
        width: 100%;
        height: 50px;
    } */

    .section__usp .usp__content.active {
        /* height: fit-content; */
        margin-bottom: 0;
        transition: all 0.3s linear;
    }

    .usp__dropdown--img {
        height: auto;
        width: auto;
        transition: all 0.3s linear;
    }

    .usp__dropdown--img.active {
        transform: rotate(180deg);
        transition: all 0.3s linear;
    }

    .section__usp .icon-plus-hoanmy {
        height: 350px;
        width: auto;
        bottom: 0;
        right: 0;
        opacity: 0.3;
    }

    .section__detail .detail__content .detail__content--text {
        margin-bottom: 30px;
    }

    /* usp */

    .section__usp .usp__text {
        text-align: center;
        font-size: 13px;
    }

    .section__usp .usp__content ul {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        list-style-position: inside;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .section__usp .usp__content ul li {
        grid-column: 1 / span 3;
    }

    /* .section__usp .usp__content p:first-child {
        font-weight: 600;
    } */

    .section__usp .usp__dropdown {
        display: block;
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 1200px) {
    .section__doctors button i { 
        padding: 15px 2px;
    }
}
@media screen and (max-width: 767px) {
    .section__form .form__top--title {
        font-size: 25px;
    }
    .section__detail .detail__content .detail__content--text {
        font-size: 14px;
    }
    .section__detail .detail__content .detail__content--location {
        font-size: 14px;
        margin-top: 20px;
    }
    .section__special {
        padding: 50px 0px 0;
    }
    .special .section__special .container {
        max-width: 540px;
    }
    .section__doctors {
        padding: 30px 0 30px;
    }
    .section__detail .detail__content {
        padding-top: 0px;
    }
    .section__form .form__container {
        padding: 32px 32px 32px;
    }
    .section__doctors .doctors__list-home {
        padding-top: 36px;
    }
    .section__doctors .form__container form .row {
        padding: 0;
    }
}
@media screen and (max-width: 576px) {
    .section__usp .usp__content {
        height: 500px;
    }

    .section__banner .banner__img {
        height: 25vh;
    }

    .section__book .book__left--title {
        font-size: 30px;
        line-height: 50px;
    }

    .section__book .book__left--desc {
        font-size: 20px;
        line-height: 1.2;
    }

    .section__form .form__top img {
        height: 22px;
    }

    .section__form .form__top {
        gap: 10px;
    }
    .section__form .form__top--title {
        font-size: 20px;
    }
    .section__detail {
        padding: 0px 0 50px;
    }
    .section__usp .usp__text {
        font-size: 12px;
        line-height: 22px;
    }
    .section__usp .usp__title {
        font-size: 20px;
    }
    .section__usp .icon-plus-hoanmy {
        height: 250px;
    }
    .section__usp .usp__content {
        padding: 40px 0 40px;
    }

    .zalo-sticky a span {
        font-size: 12px !important;
    }

    .zalo-sticky a svg {
        width: 26px;
    }

    .zalo-sticky {
        left: 16px;
    }
}
