
.section__banner .banner__img {
    object-position: center !important;
}

.banner .section__banner .banner__content--text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.banner .section__banner .banner__content div {
    margin-bottom: 15px;
}

.section__doctors {
    padding-top: 0;
}

.section__doctors .doctors__container h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: var(--third-color);
    padding: 15px;
    width: 100%;
}
.section__doctors .doctors__container .keyword__content {
    font-size: 16px;
    line-height: 24px;
    color: #5d5d5d;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 15px;
    width: 100%;
}
/* banner */

.section__banner .container .banner__content .banner__content--text span {
    color: var(--third-color);
    margin-right: 5px;
}

.section__banner
    .container
    .banner__content
    .banner__content--text
    span
    .color-span {
    color: #abdfe1;
}

.section__banner
    .container
    .banner__content
    .banner__content--text
    span:nth-child(3) {
    /* color: #ABDFE1; */
    display: flex;
}

/* form */

/* .section__form .form__top--group {
    gap: 10px;
}

.section__form .form__top--input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section__form .form__top--select {
    position: relative;
}

.section__form .form__top--select img {
    width: 17px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.section__form .form__top--select select {
    width: 100%;
    height: 56px;
    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;
} */

/* hospital */

.section__hospital {
    padding: 100px 0 100px;
}

.section__hospital .hospital__list {
    height: 1040px;
    overflow-y: auto;
    direction: rtl;
}

/* width */
.section__hospital .hospital__list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.section__hospital .hospital__list::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.section__hospital .hospital__list::-webkit-scrollbar-thumb {
    background: #f5f7f7;
    border-radius: 4px;
}

.section__hospital .hospital__item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px;
    direction: ltr;
    transition: all 0.3s linear;
}

.section__hospital .hospital__item:hover {
    background-color: #f5f7f7;
    transition: all 0.3s linear;
}

.section__hospital .hospital__item--img {
    /*width: 320px;*/
    /*height: 230px;*/
    height: 200px;
    width: 280px;
}

.map_content {
}

.map_content .map_content_title {
    display: flex;
    flex-direction: row;
    color: #009bab;
    text-align: left;
    font-family: Lexend;
    font-weight: 500;
    font-size: 14px;
    gap: 10px;
    /*justify-content: center;*/
    align-items: center;
    max-width: 95%;
}

#map div[role='dialog'] button[title='Close'] {
    right: 0px !important;
    top: 0px !important;
    border: none !important;
    user-select: unset !important;
    width: 36px !important;
    height: 36px !important;
}
#map div[role='dialog'] button[title='Close']:hover,
#map div[role='dialog'] button[title='Close'] :focus-visible,
#map div[role='dialog'] button[title='Close'] :active {
    border: none !important;
    background: none !important;
    outline: 0 !important;
}
.gm-style-iw button:focus {
    outline: 0;
}

#map div[role='dialog'] button[title='Close'] span {
    background-color: #fff;
    width: 20px !important;
    height: 20px !important;
    background-color: #009bab;
}

.map_content .map_content_title img {
    width: 22px;
}

.map_content .map_content_address {
    margin-top: 5px;
    text-decoration: underline;
    color: #707070;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 500;
    line-height: 20px;
    font-family: Lexend;
}

.section__hospital .hospital__item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.section__hospital .hospital__item--content {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section__hospital .hospital__item--content .hospital__item--title {
    font-size: 18px;
    color: var(--third-color);
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.section__hospital .hospital__item--content .hospital__item--detail {
    display: flex;
    align-items: self-start;
    gap: 10px;
    margin-bottom: 8px;
}

.section__hospital .hospital__item--content .hospital__item--detail span {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #5d5d5d;
    flex: 1 0 0;
    -webkit-text-fill-color: #5d5d5d;
}

.section__hospital .hospital__item--content .hospital__item--detail img {
    width: 15px;
    height: auto;
    transform: translateY(3px);
}

.section__hospital .hospital__item--content .hospital__item--link {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: var(--primary-color);
    width: fit-content;
    padding: 10px 50px;
    border-radius: 17px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s linear;
}

.section__hospital .hospital__item--content .hospital__item--link:hover {
    transform: scale(1.06);
    transition: all 0.3s linear;
}

.hospital__map iframe,
.hospital__map {
    width: 100%;
    height: 100%;
}

.hospital__map {
    position: relative;
}

.hospital__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.hospital__map iframe.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}

/* doctors */

.network__pagination {
    padding-top: 10px;
}

.network__pagination button {
    border-radius: 50%;
    border: 0px solid #b1e0e2;
    background-color: #fff;
    margin: 0 10px;
    transition: all 0.3s linear;
}

.network__pagination button:hover {
    border: 0px solid var(--third-color);
    transition: all 0.3s linear;
}

.network__pagination button i {
    padding: 15px 13px;
    color: #b1e0e2;
    transition: all 0.3s linear;
}

.network__pagination button:hover img {
    /* filter: invert(50%) sepia(33%) saturate(3506%) hue-rotate(159deg) brightness(101%) contrast(102%); */
    filter: invert(80%) sepia(194%) saturate(852%) hue-rotate(157deg)
        brightness(95%) contrast(106%);
    transition: all 0.3s linear;
}

.network__pagination button img {
    height: 45px;
    width: auto;
    transition: all 0.3s linear;
}

.network__pagination button.network__prev img {
    transform: rotate(180deg);
}

/* doctor detail */

.section__doctorInfor {
    padding: 120px 0 120px;
}

.section__doctorInfor .doctorInfor__detail--name {
    font-size: 25px;
    line-height: 37px;
    color: var(--third-color);
    font-weight: 500;
}

.section__doctorInfor .doctorInfor__detail--position {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--secondary-color);
}

.section__doctorInfor .doctorInfor__detail--desc ul,
.section__doctorInfor .doctorInfor__detail--desc p {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color);
    font-weight: 300;
    margin-bottom: 20px;
}

.section__doctorInfor .doctorInfor__detail--desc span p:nth-child(1),
.section__doctorInfor .doctorInfor__detail--desc span p:nth-child(2) {
    margin-bottom: 20px;
}

.section__doctorInfor .doctorInfor__detail--desc p {
    margin-bottom: 0;
}

.section__doctorInfor .doctorInfor__detail--desc p strong {
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color);
    margin-bottom: 0px;
    font-weight: 500;
}

.section__doctorInfor .doctorInfor__detail--btns button {
    padding: 8px 50px 10px;
    color: #fff;
}

.section__doctorInfor .doctorInfor__detail--btns button:first-child {
    background-color: var(--secondary-color);
}

@media screen and (max-width: 991px) {
    .section__hospital .hospital__container .row {
        flex-direction: column-reverse;
    }

    .hospital__map iframe,
    .hospital__map {
        height: 300px;
        margin-bottom: 40px;
        display: none;
    }

    .section__hospital .hospital__list {
        height: fit-content;
        overflow-y: visible;
        margin-top: 30px;
    }

    .section__hospital .hospital__item--content {
        width: 100%;
    }

    .section__doctorInfor .doctorInfor__detail {
        text-align: center;
    }

    .section__doctorInfor .doctorInfor__detail--name {
        margin-top: 10px;
    }

    .section__doctorInfor .doctorInfor__detail--btns button {
        width: 100%;
    }

    .section__doctorInfor .doctorInfor__detail--btns button:first-child {
        margin-bottom: 20px;
    }
}
.scoll-to-top {
    display: none;
}
@media screen and (max-width: 768px) {
    .banner .section__banner .banner__content div {
        margin-bottom: 15px;
    }

    .section__form .form__top--button {
        border-radius: 9px;
        padding: 5px;
    }

    .section__hospital .hospital__item {
        flex-direction: column;
        background-color: #f5f7f7;
        padding: 0px;
        margin: 30px 30px 40px 30px;
        border-radius: 0px;
    }

    .section__hospital .hospital__item--content {
        padding: 0 30px 30px 30px;
    }

    .section__hospital .hospital__item--img {
        width: 100%;
        height: auto;
    }

    /* list */

    .section__hospital {
        padding-top: 25px;
    }

    .section__hospital .hospital__list {
        margin-top: 0;
    }

    .section__hospital .hospital__item--content .hospital__item--detail {
        gap: 15px;
        margin-bottom: 15px;
    }

    /* doctor infor */

    .wrap-flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-bottom: 50px;
    }

    .section__doctorInfor .doctorInfor__detail--btns button.btn-booking {
        background-color: var(--third-color);
        margin-bottom: 10px;
    }

    .section__doctorInfor .doctorInfor__detail--btns button {
        font-size: 14px;
    }

    .section__doctorInfor {
        padding: 60px 0;
    }

    .doctorInfor__detail--desc {
        text-align: left;
    }

    .section__doctorInfor .doctorInfor__detail--desc p strong {
        color: var(--primary-color);
    }

    .section__doctorInfor .doctorInfor__detail--desc ul,
    .section__doctorInfor .doctorInfor__detail--desc p {
        font-size: 14px;
        line-height: 26px;
    }

    .section__doctorInfor .doctorInfor__detail--position {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 576px) {
    .section__form .form__top--button {
        width: 100%;
    }

    .section__hospital .hospital__item {
        margin: 30px 0px 40px 0px;
    }

    .section__doctorInfor .doctorInfor__detail--name {
        font-size: 18px;
        line-height: 20px;
    }

    .section__doctorInfor .doctorInfor__detail--position {
        font-size: 12px;
        line-height: 18px;
    }

    .section__doctorInfor .doctorInfor__detail--btns button {
        padding: 8px 0;
        font-size: 12px;
    }

    .wrap-flex {
        margin-bottom: 30px;
    }
}
