body {
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

.title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-color {
    background: #003874;
    height: 15px;
}

.top-header {
    padding: 1% 0;
}

.header-des div:first-child {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #130947;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}

.header-des div:last-child {
    font-size: 12px;
    letter-spacing: 0;
    color: #777777;
    text-transform: none;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
}

.header-des {
    margin-left: 2%;
}

.header-logo {
    justify-content: center;
}

.header__menu__right {
    display: flex;
    align-items: center;
    width: auto;
}

.header__menu__right i {
    color: #fff;
}

.header__menu__searchmb span.btn_search {
    width: 44px;
    background: transparent !important;
    border: 0;
    float: left;
    padding: 0;
    outline: none;
    text-align: left;
    color: #fff;
    cursor: pointer;
}

.header__menu__searchpc {
    position: absolute;
    right: 0;
    top: 68px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    border-radius: 0;
}

.header__menu__tuvan {
    padding: 11px 40px;
    background-color: #c7000f;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}

.header__menu__tuvan:before {
    height: 100%;
    width: 32px;
    background: #fff;
    position: absolute;
    content: "";
    left: 0px;
    z-index: 2;
    clip-path: polygon(100% 0, 85% 0, 0 100%, 15% 100%);
    top: 0;
}

.header__menu__tuvan a {
    color: #fff;
}

.header__menu__live {
    display: flex;
    align-items: center;
}

.header__menu__img {
    margin-right: 10px;
}

.header__menu__content h5 {
    font-size: 16px;
    margin: 0;
}

.header__menu__content p {
    margin: 0;
}

.search {
    text-align: right;
}

.search form button {
    background-color: #003874;
}

.hearder-menu-search .search-form {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
}

.hearder-menu-search .search-form.active {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    transform: translateY(0);
    transition-delay: 0s;
    z-index: 9999;
}

.hearder-menu-search .btn_search {
    position: relative;
    display: inline-block;
    margin-left: -60%;
}

.btn_search {
    cursor: pointer;
}

.main-menu {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-position: center;
    padding: 10px 0px;
    padding: 0% 1%;
}

.main-menu>.container {
    background: #003874;
}

.introduce {
    margin-top: 1%;
}

.gioithieu__box {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 36%);
    padding: 10px 16px;
    background: #fff;
    border-radius: 4px;
}

.gioithieu__icon {
    width: 50px;
    margin-right: 10px;
}

.gioithieu__content {
    width: 88%;
}

.gioithieu__title h3 {
    margin: 0;
    font-size: 16px;
    color: #444;
}

.gioithieu__desc p {
    color: #888;
    font-size: 16px;
    margin: 0;
}

.vechungtoi__box h2 {
    margin: 0;
    font-size: 35px;
    color: #000;
    font-weight: normal;
    padding-bottom: 0px;
    position: relative;
}

.vechungtoi__box h2:before {
    content: "";
    background: red;
    height: 2px;
    width: 200px;
    bottom: -3px;
    position: absolute;
}

.vechungtoi__box h3 {
    font-size: 36px;
    margin: 0;
    color: #003874;
    font-weight: 700;
    margin-bottom: 4%;
    margin-top: 1%;
}

.vechungtoi__box h3 span {
    color: #c7000f;
}

.vechungtoi__antam {
    background: #003874;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 5px;
}

.vechungtoi__antam span {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.vechungtoi__doingu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.vechungtoi__doingu ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.vechungtoi__doingu ul li span {
    color: #003874;
    text-transform: capitalize;
    margin-left: 10px;
}

.vechungtoi__btn {
    text-align: center;
    margin-top: 20px;
}

.vechungtoi__btn span {
    font-size: 20px;
    padding: 7px 20px;
    background: #960000;
    color: #fff;
    border-radius: 4px;
}

.service {
    background-image: url("../../image/bg-service.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 0;
}

.line-dichvu__btn {
    padding: 14px;
    margin-top: 2%;
    transition: ease-out all 0.2s;
}

.line-dichvu__btn span {
    padding: 14px 30px;
    color: #fff;
    border: 1px solid;
    background: #3395ff;
    text-transform: capitalize;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
}

.text-service {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.service h3 {
    margin: 0;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

@media screen and (max-width: 768px) {
    .service {
        background: url("../../image/bg-service-mb.png");
    }

    .bg-service {
        padding: 40px 0;
        padding-bottom: 80%;
    }

    .line-dichvu__btn {
        padding: 30px 0px;
    }

    .service h3 {
        font-size: 30px;
    }
}

.tintuc-danhmuc__wrap {
    border: 2px solid #003874;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

.tintuc-danhmuc__img {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.tintuc-danhmuc__img img {
    transition: transform ease-out 0.2s;
}

.tintuc-danhmuc__title a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 10px 0;
    color: #003874;
}

.tintuc-danhmuc__wrap:hover .tintuc-danhmuc__img img {
    transform: scale(1.3);
}

@media screen and (max-width: 768px) {
    .tintuc-danhmuc__img img {
        max-width: 100px;
        max-height: 100px;
    }

    .tintuc-danhmuc__title a {
        font-size: 19px;
    }
}

.title-news h2 {
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 35px;
    text-transform: capitalize;
}

.title-news h2::before {
    position: absolute;
    content: "";
    background: #c7000f;
    height: 2px;
    width: 200px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.img-news img {
    border: 2px solid #8e8e8e;
    border-radius: 10px;
    min-height: 278px;
}

.content-news h3 {
    margin-bottom: 0;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
}

.content-news a {
    color: #000;
}

.news .space-news {
    padding: 4% 0;
}

.contact {
    background-image: url("../../image/bg-contact.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 19%;
}

.contact .title-contact {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.contact .text-contact {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.button-contact {
    text-align: center;
    padding: 14px;
    margin-top: 10px;
    color: #fff;
}

.button-contact span {
    padding: 14px 30px;
    border: 2px solid;
    color: #fff;
    border-radius: 10px;
    transition: all ease-out 0.2s;
}

.button-contact span:hover {
    color: #003874;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .contact {
        padding: 6% 0%;
    }

    .contact .title-contact {
        font-size: 30px;
    }

    .img-news img {
        height: auto;
        min-height: auto;
    }
}

.sec-title h2 {
    position: relative;
    text-align: center;
    margin: 0;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
}

.sec-title h2:before {
    position: absolute;
    content: "";
    background: #c7000f;
    height: 2px;
    width: 200px;
    bottom: -8px;
    margin: auto;
    left: 0;
    right: 0;
}

.dathen__form {
    padding: 45px 10px;
    border: 5px solid #003874;
}

.form-group {
    margin-top: 10px;
}

.dathen .form-control {
    width: 100%;
    padding: 11px 10px;
    font-size: 16px;
    margin-top: 10px;
    text-transform: capitalize;
    border: 1px solid #919191;
    border-radius: 15px;
    font-family: "roboto";
}

.input-group {
    display: flex;
    margin-top: 10px;
}

.input-group input.d_phone {
    margin-right: 5px;
}

.dathen .form-control {
    width: 100%;
    padding: 11px 10px;
    font-size: 16px;
    margin-top: 10px;
    text-transform: capitalize;
    border: 1px solid #919191;
    border-radius: 15px;
    font-family: "roboto";
}

.input-group input.d_date {
    margin-left: 5px;
}

.dathen__form p {
    text-align: center;
    margin: 0;
}

.contact-form .button-container-send {
    padding: 14px;
    text-align: center;
    margin-top: 10px;
}

.button-send {
    padding: 14px 30px;
    background: #003874;
    border-radius: 10px;
    color: #fff;
    text-transform: capitalize;
    border: none;
}

.d_contact_new input,
.d_contact_new .d_phone,
.d_contact_new .d-date {
    border-radius: 10px !important;
}

.d_contact_new .sec-title {
    margin-bottom: 5%;
}

.contact-form {
    margin-top: 2%;
}

@media screen and (max-width: 768px) {
    .dathen__form {
        margin-top: 8%;
        padding: 20px 10px;
        margin-bottom: 5%;
    }

    .sec-title h2 {
        font-size: 27px;
    }

    .d_contact_new textarea {
        max-height: 150px;
    }
}

#scroll-left {
    position: fixed;
    left: -240px;
    top: 30%;
    z-index: 3;
    max-width: 300px;
}

#scroll-left .scroll-info {
    display: table;
    float: left;
    width: 78%;
    height: 60px;
    text-transform: uppercase;
}

#scroll-left .scroll-info h6 {
    color: #ffffff;
    margin-top: 5px;
}

#scroll-left .scroll-info h3 {
    color: #ffffff;
    font-size: 25px;
}

#scroll-left .scroll-icon {
    float: left;
    width: 22%;
    min-width: 60px;
}

#scroll-left .scroll-icon img {
    width: 100%;
    height: 100%;
    max-height: 60px;
    max-width: 60px;
}

#scroll-left #hotline {
    display: inline-block;
    background: #e1242a;
}

#scroll-left #advisory {
    display: inline-block;
    background: #f58d31;
}

#scroll-left #advisory-zalo {
    display: inline-block;
    background: #008fe5;
}

#scroll-left #calendar {
    display: inline-block;
    background: #038fa3;
}

#scroll-left ul li:not(#backtotop) {
    min-width: 300px;
    position: relative;
    transition: 0.5s;
    left: 0;
}

#scroll-left ul li:not(#backtotop):hover {
    left: 240px;
}

#scroll-left ul li {
    margin-top: -5px;
    padding-left: 10px;
    width: 100%;
    text-align: center;
    height: 60px;
}

#scroll-left ul {
    padding-left: 0;
}

#scroll-left #hotline #form_dl_call {
    display: table-cell;
    vertical-align: middle;
}

#scroll-left #hotline #form_dl_call input {
    border-radius: 3px;
    padding: 1px 10px;
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
}

#scroll-left #hotline #form_dl_call button {
    border: 0px solid #fff;
    background: rgba(255, 255, 255, 0.8);
    width: 35px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

#scroll-left #hotline #form_dl_call button:hover {
    background: #fff;
}

#scroll-left h3,
#scroll-left h6 {
    margin: 0;
}

#scroll-left #backtotop {
    text-align: right;
    padding: 0;
}

#scroll-left #backtotop {
    background: #363636;
}

#scroll-left #backtotop img {
    max-height: 60px;
}

.verify-footer {
    justify-content: center;
}

.verify-footer img:first-child {
    margin-right: 5%;
}

.copy-right {
    background: #003874;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding: 5px;
    text-align: center;
}

footer li {
    list-style-type: none;
    margin-bottom: 3%;
}

.clinic-footer span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 2%;
}

.clinic-footer ul li img {
    max-width: 20px;
    max-height: 30px;
}

.footer-dots {
    padding: 3% 13%;
}

.footer-logo {
    margin-top: 1%;
}

@media screen and (max-width: 768px) {
    .verify-footer {
        margin-bottom: 5%;
    }
}

.relate-posts {
    margin-bottom: 3%;
    padding: 3% 0;
}

.aligncenter,
.alignnone,
.archive-desc img[class*="wp-image-"],
.wp-caption img[class*="wp-image-"] {
    max-width: 100%;
    height: auto;
}


.loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000008f;
    z-index: 9999999;
}

.loading.show {
    display: block;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#LRfloater0 {
    display: none;
}

.post-category {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 30px;
    }

    .title-category {
        font-size: 20px;
    }

    .post-category {
        display: none;
    }

    .horizontal-line {
        height: 8px;
    }
}

@media screen and (max-width: 767px) {

    #btn-ctg-seemore,
    #btn-ctg-contact {
        margin-left: 10px;
        border-radius: 0;
        width: 32%;
    }

    .post-content .khung-chat-bai-viet {
        width: 100%;
        height: auto;
    }
}

.menu-offcanvas {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.cover-btn-offcanvas {}

@media screen and (max-width: 992px) {

    .main-menu,
    .top-header {
        display: none;
    }

    .menu-offcanvas {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .main-menu-mb {
        padding: 5px 10px;
        background: #fff;
    }

    .main-menu-mb .d_contact_new input {
        margin-right: 3%;
    }

    .main-menu-mb .btn-mb {
        border-radius: 5px;
        background: #fff;
        color: #000;
        font-size: 16px;
        padding: 0% 5%;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border: none;
    }
}

@media screen and (max-width: 1200px) {
    .offcanvas-start {
        width: 300px;
    }

    .menu-offcanvas nav {
        background: #003874;
    }

    .offcanvas-body {}

    .toggle-menu-mb {}

    ul.menu-mb {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    ul.menu-mb li {
        list-style-type: none;
    }

    ul.menu-mb li a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #ffff;
        border-bottom: 1px solid #ddd;
    }

    .menu-mb>.menu-item ul li {
        border-bottom: none;
    }

    .menu-mb>.menu-item ul li a {}

    .menu-mb>.menu-item>ul {
        display: none;
        padding: 0;
    }

    .menu-mb>.menu-item>ul>li ul {
        padding: 0;
        display: none;
    }

    .menu-mb .menu-item {
        position: relative;
    }

    .menu-mb .bi {
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 5;
        cursor: pointer;
        color: #ffff;
        border-radius: 0;
        border-left: 1px solid var(--bs-gray-300);
        border-bottom: 1px solid var(--bs-gray-300);
    }

    .menu-offcanvas {
        position: sticky;
        top: 0;
        background-color: #ffffff;
        z-index: 9999;
    }
}

.title-page-lh,
.title-page-dh {
    color: #304770;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-page {
    color: #000;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3%;
}

.content-page {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bg-page-mb {
    padding: 5px;
}

.in4-ytb iframe {
    width: 560px;
    height: 315px;
}

.form-dh {
    background-image: url("../../image/page-bg-dat-hen.png");
    background-repeat: no-repeat;
    margin-top: 5%;
    background-size: cover;
}

.page-dat-hen .title-input {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.page-dat-hen .d_contact_new {
    background: #fff;
    padding: 5% 9%;
}

.page-dat-hen .d_contact_new input,
.page-dat-hen .d_contact_new textarea {
    border-radius: 10px;
    background: #e6e6e6;
    margin-bottom: 6%;
}

.page-dat-hen .d_contact_new textarea {
    max-height: 110px;
}

.form-dh .button-send {
    font-size: 25px;
    width: 30%;
}

.bg-form-page {
    padding: 5% 8%;
}

.img-form-dat-hen {
    margin-top: -6%;
}

.text-dh-contact {
    margin-bottom: 1%;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chat-page-dh {
    background-image: url("../../image/page-bg-tu-van.png");
}

.chat-page-dh .title-page-dh {
    margin-bottom: 1.5rem;
}

.text-chat-page-dh {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2.5rem;
}

.chat-now {
    border-radius: 5px;
    background: #304770;
    display: inline;
    padding: 1% 3%;
}

.chat-now a {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-dh .button-container-send {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .in4-ytb iframe {
        width: 350px;
        height: 250px;
    }

    .form-dh {
        background-image: url("../../image/page-bg-dat-hen-mb.png");
    }

    .chat-page-dh {
        background-image: url("../../image/page-bg-tu-van-mb.png");
        text-align: center;
    }

    .bg-title-chat {
        padding-top: 60%;
    }

    .chat-now a {
        font-size: 21px;
    }

    .chat-now {
        padding: 5% 4%;
    }

    .text-dh-contact {
        margin-bottom: 4%;
        font-size: 17px;
    }

    .form-dh .button-send {
        width: 40%;
        padding: 3% 5%;
    }
}

.news-category h1,
.news-category h2 {
    color: #003874;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.post-content h2::before {
    margin-right: 5px;
    max-width: 100%;
    height: auto;
}

.news-category img {}

.post-content img {
    max-width: 100%;
    height: auto;
    text-align: center;
}

.post-content table {
    width: 100%;
}

.post-content table div {
    max-width: 100% !important;
    width: 100% !important;
}

.wp-caption {
    max-width: 100%;
    height: auto;
    margin: 15px auto;
    display: block;
}

.aligncenter {
    margin: 15px auto;
}

.aligncenter,
.archive-desc img[class*="wp-image-"],
.wp-caption img[class*="wp-image-"] {
    max-width: 100%;
    height: auto;
}

.wp-caption .wp-caption-text {
    padding: 0.8075em 0.2em;
    background: #f9f9f9;
    color: #000;
}

.wp-caption-text {
    text-align: center;
    font-size: 14px;
}

.pagination .page-link {
    color: var(--primary-color);
}

.pagination .current,
.pagination .page-link {
    min-width: 36px;
}

.pagination .active .page-link,
.pagination .current,
.pagination .page-link:hover {
    background-color: #003874;
    color: #fff;
    border-radius: 5px;
    border-color: var(--primary-color);
}

.pagination .page-link:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-sidebar>ul.sub-menu {}

.navbar-sidebar>ul>li>a {
    color: #fff;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    line-height: 44px;
    background: #003874;
    padding: 0 0 0 30px;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 7px;
}

.navbar-sidebar>.sub-menu>li>a:hover {
    background-color: #fff;
    color: #003874;
    border: 1px solid #003874;
    font-weight: 700;
}

.navbar-sidebar>.sub-menu>li.active>a {
    background-color: #003874;
    color: #ffffff;
    font-weight: 700;
}

.navbar-sidebar>.sub-menu>li {
    margin-bottom: 10px;
}

.navbar-sidebar>.sub-menu li {
    list-style-type: none;
}

.navbar-sidebar>.sub-menu>li>ul>li>a {
    color: #003874;
    font-size: 19px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #003874;
    list-style-type: none;
    font-weight: 600;
}

.navbar-sidebar>.sub-menu>li>ul>li a:hover {
    color: red;
}

.navbar-sidebar>.sub-menu>li>ul {
    display: none;
}

.navbar-sidebar>.sub-menu li .bi {
    color: #fff !important;
    line-height: 46px;
    position: absolute;
    text-align: center;
    right: 15%;
    width: 5%;
    z-index: 6;
    cursor: pointer;
}

.navbar-sidebar>.sub-menu li ul li .bi {
    display: none;
}

.navbar-sidebar>.sub-menu li ul li a>i {
    margin-right: 10px;
}

.sidebar__title {
    background: #df5651;
    color: white;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.sidebar__title span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
}

.home-sidebar {
    background: #003874;
    padding: 0 0 0 30px;
    font-size: 17px;
    line-height: 44px;
    border-radius: 7px;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 2%;
}

.home-sidebar a {
    color: white;
    font-size: 20px;
}

.home-sidebar i {
    margin-right: 3%;
}

.navbar-sidebar>.sub-menu {
    padding: 0;
}

.news-sidebar {
    border-radius: 5px;
}

.bg-line-news {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.line-news {
    width: 30%;
    height: 4px;
    background: linear-gradient(180deg, #b236b2 0%, #7436b2 100%);
}

.title-news-sidebar {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-sidebar-post {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.relate-posts,
.relate-posts-mb {
    background: #e8e8e9;
}

.relate-posts h4 {
    text-transform: uppercase;
    color: #df5651;
    position: relative;
    font-weight: normal;
    overflow: hidden;
}

.relate-posts h4 span {
    padding: 4px 20px;
    background: #df5651;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
}

.relate-posts h4 span::after {
    content: "";
    background: #df5651;
    bottom: 15px;
    width: 100%;
    height: 1px;
    position: absolute;
}

.content-relate {
    color: #003874;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.relate-posts p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
}

.line-news-side-bar {
    border-bottom: 1px solid #ccc;
}

.bg-sign-up-sidebar {
    background: #058faf;
}

.title-sidebar {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-family: arial;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.bg-sign-up-sidebar .d_contact_new {
    padding: 0% 5%;
}

.bg-sign-up-sidebar .d_contact_new input {
    height: 40px;
    background: #ffff;
    margin-bottom: 3%;
}

.bg-sign-up-sidebar .d_contact_new textarea {
    background: #ffff;
}

.bg-sign-up-sidebar .button-send {
    border: none;
    width: 34%;
    padding: 3% 0%;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background: #ff422d;
}

.textarea-booking {
    padding-left: 12px;
    border-radius: 10px;
    width: 100%;
    height: 100px;
    background: #e6e6e6;
}

.sidebar-note {
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .bg-sign-up-sidebar .button-send {
        font-size: 20px;
    }

    .bg-sign-up-sidebar .booking-note {
        font-size: 15px;
    }
}

.form-dh .button-send {
    padding: 1% 5%;
}

.hopital-news .news-title {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}

.hopital-news .text-news {
    color: #000;
    font-size: 22px;
}

.form-header-mb {
    position: sticky;
    top: 0;
    z-index: 999;
    position: relative;
}

.form-header-mb .d_contact_new {
    position: absolute;
    width: 100%;
    bottom: 10px;
    max-width: 250px;
    left: 15px;
    display: flex;
    ;
}

.form-header-mb .d_contact_new input {
    height: 35px;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.25);
}

.form-header-mb .d_contact_new input::placeholder {
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

.form-header-mb .d_contact_new button {
    text-transform: uppercase;
    color: #fff;
    background: #980000;
    border: none;
    border-radius: 10px;
    width: 87px;
    height: 35px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 0px;
}

@media (max-width: 520px) {
    .form-header-mb .d_contact_new {
        max-width: 275px;
    }
}

@media (max-width: 410px) {
    .form-header-mb .d_contact_new {
        max-width: 245px;
    }
}