/* MENU */
.site-header input.search-field:focus {
    outline: none;
}
.btn_dat_lich:hover .menu-text {
    font-weight: inherit !important;
    background-color: #cc6409;
}
.btn_dat_lich .menu-text {
    background-color: #f58220;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff !important;
}
/* FIX MENU */
#ast-fixed-header .ast-below-header .menu-item > .menu-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#ast-fixed-header .ast-below-header .btn_dat_lich .menu-text {
    padding: 0 20px;
}

/* END MENU */

/* SERVICES */
ul.list_services {
    margin: 0;
    list-style-type: none;
}
ul.list_services {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 0 !important;
}
ul.list_services .icon_ser {
    text-align: center;
    z-index: 2;
    transform: translateY(-25px);
}
ul.list_services .icon_ser img {
    width: auto;
    margin: 0 auto;
}
ul.list_services .icon_ser i {
    border-radius: 50%;
    background-color: var(--main_bgr);
    display: block;
    width: fit-content;
    padding: 10px;
    margin: 0 auto;
}
ul.list_services a.thumb_service {
    position: relative;
    display: block;
}
ul.list_services a.thumb_service img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgb(36 50 66 / 40%);
}
ul.list_services a.thumb_service:before {
    content: '';
    display: block;
    padding-bottom: 90%;
}
ul.list_services .slick-track li.slick-active:not(.slick-center) {
    padding-top: 55px;
}
ul.list_services li.slick-active.slick-center a.thumb_service:before {
    padding-bottom: 120%;
}
ul.list_services .slick-track li {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
    justify-content: center;
    margin: 10px;
    position: relative;
}
ul.list_services h3.title_ser {
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
ul.list_services h3.title_ser a {
    color: #555;
}
ul.list_services h3.title_ser a:hover {
    color: var(--sub_bgr);
}
ul.list_services .slick-dots li button::before {
    content: none;
}
ul.list_services .slick-dots {
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 10px 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}
ul.list_services .slick-dots li {
    font-size: 10px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
    width: auto;
    height: auto;
    cursor: pointer;
}
ul.list_services .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: var(--main_bgr);
    opacity: 1;
    border-radius: 100%;
    width: 7px;
    height: 7px;
}
ul.list_services .slick-dots li.slick-active button {
    background-color: #f58220;
    font-size: 20px;
    width: 50px;
    height: 7px;
    border-radius: 12px;
}
/* END SERVICES */

/* Đội ngũ bác sĩ */
.item-doc {
    display: flex !important;
    padding: 15px;
}
.content_doc p.bang_cap {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #333;
}
.content_doc h3.name_doc {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--main_bgr);
}
.content_doc p.chuc_vu {
    font-weight: bold;
    color: #000;
}
.list_doctors_bot .content_doc {
    display: none;
}
.list_doctors_top {
    border: 2px solid var(--main_bgr);
    box-shadow: rgb(0 0 0 / 30%) 0 2px 4px 0;
    margin-bottom: 15px;
    border-radius: 15px;
    background-color: #fff;
}
.list_doctors_top .content_doc {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list_doctors_top .content_doc p {
    margin-bottom: 10px;
}
.list_doctors_bot .item-doc {
    padding: 0 5px;
}
.list_doctors_bot .item-doc .item-doc-list {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border: 1px solid var(--main_bgr);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.list_doctors_bot {
    margin-bottom: 0;
}
.list_doctors_bot .slick-prev::before {
    content: none;
}
.list_doctors_bot button {
    background-color: var(--sub_bgr) !important;
    opacity: .8;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.list_doctors_bot button.slick-prev {
    left: -10px; 
}
.list_doctors_bot button.slick-next {
    right: -10px;
}
.list_doctors_bot button:hover {
    opacity: 1;
    background-color: var(--sub_bgr) !important;
}
.list_doctors_bot button i {
    color: #fff;
    font-size: 18px;
}
/* End đội ngũ bác sĩ */

/* Video */
.section-video .uael-post__body .uael-post-wrapper.uael-post-wrapper-featured.video {
    width: 65% !important;
}
.section-video .uael-post__body .uael-post-grid__inner {
    width: 35% !important;
}
.section-video .uael-post-wrapper.uael-post-wrapper-featured.video .uael-post__thumbnail {
    border-radius: 15px;
}
.section-video .uael-post__body .uael-post-wrapper.uael-post-wrapper-featured.video .uael-post__content-wrap {
    border-radius: 15px;
    z-index: 4;
}
.section-video .uael-post__body .uael-post-wrapper.uael-post-wrapper-featured.video .elementor-button-text {
    color: #fff;
}
.section-video .uael-post-grid__inner .uael-post__thumbnail {
    width: 30%;
    border-radius: 7px;
}
.section-video .uael-post-grid__inner  .uael-post__content-wrap  {
    width: 70%;
}
.section-video .uael-post__bg-wrap {
    border-radius: 15px;
}
.section-video .uael-post-grid__inner  .uael-post__content-wrap .uael-post__title {
    font-size: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-video .uael-post__thumbnail a {
    z-index: 3;
}
.section-video .uael-post__thumbnail a:before {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.section-video .uael-post-grid__inner .uael-post__thumbnail a:before {
    width: 35px;
    height: 35px;
}
.section-video .uael-post__thumbnail:hover a:before {
    cursor: pointer;
    transition: all .3s ease;
    transform: scale(1.1) translate(-50%,-50%);
}
.section-video .uael-post__thumbnail a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #837f7f47;
    z-index: 1;
}
.section-video .uael-post__content-wrap {
    z-index: 2;
}
/* End Video */

/* Tin tức nổi bật */
.section-news .uael-post-grid__inner .uael-post__inner-wrap {
    flex-direction: column;
    height: 100%;
}
.section-news .uael-post__thumbnail {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.section-news .uael-post-wrapper.uael-post-wrapper-featured .uael-post__thumbnail {
    border-radius: 15px;
}
.section-news .uael-post-grid__inner .uael-post__inner-wrap .uael-post__thumbnail {
    width: 100%;
    height: 150px;
}
.section-news .uael-post-grid__inner .uael-post__inner-wrap .uael-post__content-wrap  {
    width: 100%;
    background-color: #fff;
    margin-top: inherit !important;
    margin-bottom: inherit !important;
    flex: auto;
}
.section-news .uael-post__content-wrap  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.section-news .uael-post-grid__inner .uael-post__title {
    font-size: 15px;
}
.section-news .uael-post__title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    order: 2;
}
.section-news .uael-post-wrapper.uael-post-wrapper-featured .elementor-button-text {
    color: #fff;
}
.section-news .uael-post-wrapper.uael-post-wrapper-featured .uael-post__meta-data {
    transform: none;
    margin-bottom: 5px !important;
}
.section-news .uael-post-wrapper {
    padding-right: 0 !important;
    display: flex;
}
.section-news .uael-post-wrapper:nth-last-child(2) .uael-post__bg-wrap {
    margin-bottom: 0 !important;
    border-radius: 15px;
}
.section-news .uael-post-wrapper .uael-post__bg-wrap {
    border-radius: 12px;
}
.section-news .uael-post__terms-wrap {
    margin-bottom: 0 !important;
}
.uael-post__meta-data {
    order: 1;
    margin-bottom: -15px !important;
    background: #f58220;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 16px;
    width: fit-content;
    transform: translateY(-25px);
}
.section-news a.uael-post__read-more {
    order: 3;
}
/* End Tin tức nổi bật */

/* Tin tức mới nhất */
.section-posts-new .uael-post__thumbnail a {
    position: relative;
    display: block;
}
.section-posts-new .uael-post__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-posts-new .uael-post__thumbnail a:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
.section-posts-new .slick-track {
    display: flex;
    flex-grow: 1;
}
.section-posts-new .uael-post-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
}
.section-posts-new .uael-post__bg-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
}
.section-posts-new .uael-post__inner-wrap {
    display: flex;
    flex-direction: column;
    flex: auto;
}
.section-posts-new .uael-post__content-wrap {
    display: flex;
    flex-direction: column;
    flex: auto;
    align-items: flex-start;
}
.section-posts-new .uael-post__title {
    display: flex;
    flex: auto;
    order: 2;
    margin-bottom: 13px !important;
}
.section-posts-new .uael-post__meta-data {
    margin-bottom: -20px;
    transform: translateY(-30px);
}
.section-posts-new .uael-post__excerpt {
    order: 3;
}
.section-posts-new .uael-post__excerpt p {
    margin-bottom: 10px;
}
.section-posts-new a.uael-post__read-more {
    order: 4;
}
.section-posts-new .uael-post__arrow-outside .uael-post-grid .slick-prev {
    left: -15px;
}
.section-posts-new .uael-post__arrow-outside .uael-post-grid .slick-next {
    right: -15px
}
/* End tin tức mới nhất */


@media (max-width: 768px){
    /* HEADER */
    .ast-search-icon a.astra-search-icon {
        width: 40px;
        height: 40px;
        background: var(--main_bgr);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }
    .ast-icon.icon-search svg {
        margin: 0;
        fill: #fff;
    }
    .ast-header-break-point .ast-icon.icon-arrow svg {
        fill: #fff;
    }
    .ast-header-break-point .main-header-menu .sub-menu {
        background-color: #46b689;
    }
    span.ast-icon.icon-search {
        display: flex;
    }
    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        background: var(--main_bgr);
        width: 40px;
        height: 40px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }
    /* END HEADER */

    /* Đội ngũ bác sĩ */
    ul.list_services h3.title_ser {
        font-size: 18px;
    }
    .content_doc h3.name_doc {
        font-size: 22px;
    }
    .list_doctors_top .thumb_doc {
        display: flex;
        align-items: center;
    }
    /* End đội ngũ bác sĩ */

    /* Video */
    .section-video .uael-post__body .uael-post-wrapper.uael-post-wrapper-featured.video {
        width: 55% !important;
        padding-right: 0;
    }
    .section-video .uael-post__body .uael-post-grid__inner {
        width: 45% !important;
    }
    .section-video .uael-post-grid__inner .uael-post__content-wrap .uael-post__title {
        font-size: 14px;
    }
    /* End Video */

    /* Tin tức mới nhất */
    .section-news .uael-post-wrapper.uael-post-wrapper-featured{
        width: 55% !important;
    }
    .section-news .uael-post-grid__inner {
        width: 45% !important;
    }
    .section-news .uael-post-wrapper:nth-last-child(2) .uael-post__bg-wrap {
        margin-bottom: 10px !important;
    }
    /* End tin tức mới nhất */

    /* Footer */
    .footer-addr .elementor-widget-container {
        padding-left: 0 !important;
    }
    /* End Footer */
}

@media (max-width: 640px){
    .section-news .uael-post-wrapper.uael-post-wrapper-featured {
        width: 100%;
    }
    .section-news .uael-post-grid__inner {
        width: 100%;
    }
    ul.list_services .slick-track li {
        margin-top: 0;
        margin-bottom: 0;
    }
    ul.list_services .slick-track li.slick-active:not(.slick-center) {
        padding-top: 0;
    }
    .item-doc {
        flex-direction: column;
    }
    .list_doctors_top .content_doc {
        padding-left: 0;
        padding-top: 15px;
    }
    .section-video .uael-post__body .uael-post-wrapper.uael-post-wrapper-featured.video,
    .section-news .uael-post-wrapper.uael-post-wrapper-featured,
    .section-news .uael-post-grid__inner,
    .section-video .uael-post__body .uael-post-grid__inner {
        width: 100% !important;
    }
    .section-video .uael-post__body .uael-post-wrapper.uael-post-wrapper-featured.video .uael-post__content-wrap,
    .section-news .uael-post-wrapper.uael-post-wrapper-featured .uael-post__content-wrap {
        padding-top: 150px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }
    .section-video .uael-post__body .uael-post-wrapper.uael-post-wrapper-featured.video .uael-post__content-wrap .uael-post__title,
    .section-news .uael-post__content-wrap h3.uael-post__title {
        font-size: 17px;
    }
    .section-news .uael-post-grid__inner .uael-post__inner-wrap .uael-post__thumbnail {
        height: 200px;
    }
    .section-posts-new .uael-post__arrow-outside .uael-post-grid .slick-prev {
        left: 0px;
    }

    .section-posts-new .uael-post__arrow-outside .uael-post-grid .slick-next {
        right: 0px;
    }
    #mes-icon {
        right: 23px;
    }
    .hotline-phone-ring {
        left: 7px
    }
    .zalo-container.right {
        right: 23px;
    }
    
}