#lds-loading {
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #0063c6;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@font-face {
    font-family: 'BT Suave';
    src: url('../fonts/BTSuave-Regular.otf');
}

:root {
    --mainColor: #855917;
    --mainColor2: #B2976F;
    --optionalColor: #333333;
    --optionalColor2: #462C06;
    --mainColor-20: #90581333;
    --mainColor3: #333333;
    --mainBg: #F1E8DC;
    --mainBg2: rgba(135, 90, 23, 0.5);
}

.fs-small{
    font-size: small;
}

.navbar-brand img {
    height: 60px;
}

.text-main{
    color: var(--mainColor);
}

.bg-main{
    background-color: var(--mainColor);
}

.bg-main:hover{
    background-color: var(--mainColor2);
}

.others-option .cart-btn {
    font-size: 22px;
    position: relative;
    line-height: 1;
}

.others-option .cart-btn a {
    display: inline-block;
    position: relative;
    color: var(--blackColor);
}

.others-option .cart-btn a span {
    position: absolute !important;
    right: -7px !important;
    top: -9px !important;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: var(--whiteColor);
    font-size: 10px;
    font-weight: normal;
    background: var(--optionalColor);
}

.languages {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.languages li {
    margin-right: 10px;
    margin-bottom: 0;
}

.languages img {
    aspect-ratio: 3/2;
    height: 18px;
    object-fit: cover;
}

.languages img.active {
    border: 1px solid var(--mainColor);
}

.services-card .icon i img {
    height: 60px;
    width: 60px;
    transition: 0.6s;
    object-fit: contain;
}

.services-card:hover .icon i img {
    height: 35px;
    width: 35px;
    object-fit: contain;
}

.single-footer-widget .quick-links {
    list-style: none;
}

.services-details-sidebar .sidebar-box .list li .title .icon i img {
    width: 25px;
}

.banner-btn .default-btn,
.banner-btn .default-btn::before {
    background-color: var(--mainColor2);
    color: #FFF;
}

.offcanvas-header {
    justify-content: space-between;
}

.clinic-banner-inner {
    margin-bottom: 25px;
}

.services-area {
    margin-top: 60px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}


.about-services-inner-border {
    /* background-color: #F5F5F3; */
    border: 1px solid #333333;
    border-radius: 30px !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-inline-end: unset !important;
    margin-inline-start: unset !important;
    display: block !important;
    width: unset !important;
}

.about-services-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-services-item {
    margin-bottom: 50px;
}

.about-services-item:last-child {
    margin-bottom: 0px;
}

.about-services-item img {
    width: 100%;
    object-fit: cover;
}

.about-services-item ul {
    line-height: 28px;
    padding-left: 0;
    text-align: justify;
}

.about-services-item ul li {
    /* margin-bottom: 10px; */
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.about-services-item ul li::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    background-color: #B2976F;
    border-radius: 50px;
    left: 0;
    top: 11px;
    /* transform: translateY(-50%); */
}

.service-border {
    border: 1px solid #333333;
    background: transparent;
    border-radius: 30px !important;
    padding: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}


@media only screen and (min-width: 1600px) {
    .about-services-inner-border {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        justify-content: space-between;
    }

    .navbar-expand-xl .navbar-nav {
        flex: 1;
    }
}

@media (min-width: 992px) {
    .clinic-banner-item .item span {
        height: 48px;
    }

    .services-card .list {
        height: 140px;
    }
}

/* @media (min-width: 1399px) {
    .clinic-banner-item .item {
        padding-bottom: 3.8px;
    }
} */



.partner-item img {
    height: 100%;
    display: block;
    width: auto;
    object-fit: contain;
}

.overview-information-card .wrap-icon i img {
    height: 190px;
}

.clinic-banner-item .item .icon i img {
    width: 50px;
    height: auto;
}

.about-image .counter-wrap .icon i img {
    width: 40px;
    height: auto;
}

.others-services-card .icon i img {
    width: 60px;
    height: auto;
}

.blog-content h3 a {
    color: #4D4E52;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content p {
    color: #666666;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-form .content h3 {
    color: var(--optionalColor2);
}

.doctor-area .sub {
    display: inline-flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    background-color: var(--mainBg2);
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 30px;
    font-weight: 600;
}

.doctor-area h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--optionalColor2);
    text-align: center;
}

.process-box {
    background-color: #F5F5F3;
    border-radius: 30px !important;
    padding: 40px;
}

/* .process-box h2{
    font-size: 32px;
    margin-bottom: 40px;
    color: var(--optionalColor2);
    text-align: center;
    text-transform: uppercase;
} */

.process-card {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    /* border-left: 1px solid #333333; */
    /* background: linear-gradient(to right, #9999998a 0, #93939342 3px, #ffffff00 100%); */
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(176, 172, 167, 0) 10%, rgba(255, 255, 255, 0) 100%);
    /* box-shadow: -10px 0 20px -5px rgba(115,115,115,0.75); */
    height: 100%;
}

.process-card .process-num {
    width: 60%;
    height: 100px;
    clip-path: polygon(0% 0%, 68% 0%, 100% 50%, 68% 100%, 0% 100%);
    background: rgb(187, 141, 83);
    background: linear-gradient(265deg, rgba(187, 141, 83, 1) 0%, rgba(100, 68, 30, 1) 100%);
    display: flex;
    color: #FFF;
    font-size: 48px;
    align-items: center;
    /* justify-content: center; */
    padding-left: 9%;
    font-weight: 700;
    margin-bottom: 60px;
}

.process-content {
    padding-left: 24px;
}

.process-content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.process-content .text {
    font-weight: 500;
    display: block;
}

.mb-60 {
    margin-bottom: 60px;
}

.services-details-desc {
    background-color: #F5F5F3;
    border-radius: 30px !important;
    padding: 40px;
}

.services-details-desc img,
.about-services-item img {
    border-radius: 30px;
}

.faq-area .sub,
.contact-area .sub {
    display: inline-flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    background-color: var(--mainBg2);
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.iframe iframe {
    border-radius: 30px;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .partner-item img {
        height: 50px;
    }

    .mission-vision-value-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .overview-information-card .wrap-icon i img {
        height: 70px;
    }

    .doctor-area .sub,
    .faq-area .sub {
        padding: 5px 15px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .doctor-area h2 {
        font-size: 30px;
    }

    .ptb-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .services-details-desc {
        padding: 20px;
    }

    .about-services-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-services-item img {
        margin-bottom: 15px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .choose-us-image .iframe {
        margin-top: 20px;
    }

    .process-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .process-card .process-num {
        font-size: 44px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-content {
    height: 100% !important
}

.swiper-slide {
    height: auto !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.application-image img {
    aspect-ratio: 305/387;
}

.modal#statusSuccessModal .modal-content,
.modal#statusErrorsModal .modal-content {
    border-radius: 30px;
}

.modal#statusSuccessModal .modal-content svg,
.modal#statusErrorsModal .modal-content svg {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.modal#statusSuccessModal .modal-content .path,
.modal#statusErrorsModal .modal-content .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.modal#statusSuccessModal .modal-content .path.circle,
.modal#statusErrorsModal .modal-content .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.modal#statusSuccessModal .modal-content .path.line,
.modal#statusErrorsModal .modal-content .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
    animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal#statusSuccessModal .modal-content .path.check,
.modal#statusErrorsModal .modal-content .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
    animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.box00 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.single-footer-widget iframe {
    max-width: 100%;
    width: 100%;
}

.services-card.border {
    border-color: var(--mainColor2) !important;
}

.application-card h3 {
    font-size: 20px;
}

.application-slider .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 50px;
    background-color: var(--mainBg2);
}

@media (min-width:1200px) and (max-width:1400px) {
    .process-card .process-num {
        width: 70%;
    }
}

.home-slider .swiper {
    width: 100%;
    height: 100%;
}

.home-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    /* transform-origin: 0% 0%;
    transform: translate3d(-84.2px, -168.22px, 0px) scale(1.1, 1.1); */
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    font-family: "BT Suave", "Cormorant Garamond";
    text-transform: uppercase;
    height: auto;
    color: rgb(255, 255, 255);
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 400;
    width: 100%;
    font-size: 60px;
    max-width: 1100px;
    /* opacity: 1; */
    visibility: visible;
    transform-origin: 50% 50%;
    opacity: 0;
    transform: translate(-50%, 10%);
    will-change: transform;
    transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
    text-shadow: 1px 0px 5px rgba(0, 0, 0, 1);
}

.swiper-slide-visible .slider-text {
    /* transform: translate(-50%, 0%); */
    transform: translate(-50%, -50%);
    opacity: 1;
}

.home-slider .swiper-button-next {
    right: 100px;
}

.home-slider .swiper-button-prev {
    left: 100px;
}

.home-slider .swiper-button-next:after {
    content: '\f178';
    font: var(--fa-font-thin);
    color: #fff;
    font-size: 50px;
}

.home-slider .swiper-button-prev:after {
    content: '\f177';
    font: var(--fa-font-thin);
    color: #fff;
    font-size: 50px;
}

@media (max-width: 1399.98px) {
    .home-slider .swiper-button-next {
        right: 30px;
    }

    .home-slider .swiper-button-prev {
        left: 30px;
    }

    .home-slider .swiper-button-next:after,
    .home-slider .swiper-button-prev:after {
        font-size: 30px;
    }

    .slider-text {
        font-size: 44px;
        line-height: 46px;
    }
}

.text-justify {
    text-align: justify !important;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.fixed-actions {
    bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    right: 20px;
    z-index: 999;
}

.fixed-actions a {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    width: 50px;
    /* box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15); */
    transition: .5s all ease-in-out;
    background: #855917;
    border: 1px solid #855917;
    color: #fff;
}

.fixed-actions a:hover {
    cursor: pointer;
    /* animation: none; */
    background: #B2976F;
    border: 1px solid #B2976F;
}

.fixed-actions a.zalo img {
    width: 60%;
}

.fixed-actions a.go-top {
    background: #fff;
    border: 1px solid #855917;
    color: #855917;
}

/* .fixed-actions a.mess, .fixed-actions a.phone {
    
} */

.button-pulse {
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #B2976F;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 14px #B2976F00;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider .swiper-button-next {
        right: 10px;
    }

    .home-slider .swiper-button-prev {
        left: 10px;
    }

    .home-slider .swiper-button-next:after,
    .home-slider .swiper-button-prev:after {
        font-size: 20px;
    }

    .slider-text {
        font-size: 24px;
        line-height: 26px;
    }

    .fixed-actions a {
        font-size: 18px;
        height: 40px;
        width: 40px;
    }

    .fixed-actions a.zalo img {
        width: 60%;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 15px; */

}

.toc-wrap {
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #f9fafb;
    border-width: 1px;
    border-color: #d2d6dc;
}

.toc-wrap ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.toc-wrap ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #cccccc;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.toc-wrap .toc-content {
    /* max-height: calc(100vh - 150px);
    overflow-y: scroll; */
    transition: height .2s ease-out;
}

.toc-wrap .toc-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toc-wrap .toc-content a {
    color: inherit;
    text-decoration: none;
}

.toc-wrap .toc-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}
.toc-wrap .toc-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    /* padding-bottom: .5rem; */
}

.toc-close .collapsed i{
    transform: rotate(180deg);
}

.toc-wrap #toc {
    /* max-height: calc(100vh - 150px); */
    padding: 0 1rem 1rem;
    /* overflow-y: scroll; */
}

/* .toc-wrap #toc a:hover {
    text-decoration: underline;
  } */
.toc-wrap #toc .toc-active {
    font-weight: bold;
    color: #2563eb;
}

.toc-wrap #toc .toc-item {
    padding: 0.1em 0;
}

.toc-wrap #toc .toc-item a {
    padding: 0.25em 0.5em;
}

.toc-wrap #toc .toc-h1 {
    font-weight: 700;
}

.toc-wrap #toc .toc-h2 {
    margin-left: 0.5em;
    font-weight: 600;
    font-variant-numeric: tabular-nums lining-nums;
}

.toc-wrap #toc .toc-h3 {
    margin-left: 1.75em;
    /* font-weight: 500; */
}

.toc-wrap #toc .toc-h4 {
    margin-left: 3em;
}

.toc-wrap #toc .toc-h5 {
    margin-left: 4.25em;
}

.toc-wrap #toc .toc-h6 {
    margin-left: 5.5em;
}

.well {
    background-color: #F5F5F3;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    color: #686868;
    line-height: 1.8;
}

.grecaptcha-badge { visibility: hidden !important; }

.video-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff;
    color: var(--mainColor2);
    font-size: 22px;
    transition: 0.6s;
  }
  
.video-btn i:hover {
    background-color: var(--mainColor2);
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .video-btn i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 15px;
    }
}

/* Popup Home */

.popup-close {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 14px;
    opacity: inherit;
    padding: 6px;
    border-radius: 50%;
    /* background-color: white; */
    background-color: #855917;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}

.popup-close:focus {
    box-shadow: none;
}

/* .modal-dialog.modal-md {
    max-width: 800px !important;
} */

/* .modal-popup{
    border-radius: 30px;
} */

.modal-popup .default-btn{
    padding: 10px 20px;
    width: 100%;
}

.modal-popup .default-btn:hover {
    margin-left: 0;
}

.modal-popup .default-btn::before{
    display: none;
    height: 47px;
    width: 47px;
    line-height: 47px;
    right: -47px;
}

.modal-popup .default-btn::after {
    display: none;
    height: 47px;
    width: 47px;
    line-height: 47px;
}

.modal-popup .default-btn:hover::after {
    left: -47px;
}

.modal-popup .contact-form{
    padding: 0px;
    /* border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; */
    border-radius: 0.5rem;
    border: unset;
}

.modal-popup .contact-form .form-group .form-control {
    height: 48px;
    /* padding: .375rem .75rem; */
}

.modal-popup .contact-form .form-group {
    /* margin-bottom: 15px; */
}

.txbb-popup img{
    object-fit: cover;
    /* aspect-ratio: 1 / 1; */
    border-radius: 0.5rem;
    /* border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; */
}

/* Countdown */

#countdown ul{
    padding: 0;
    display: flex;
    justify-content: center;
}

#countdown li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 1em;
    /* text-transform: uppercase; */
    text-align: center;
  }
  
#countdown li span {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    background: var(--mainColor);
    color: white;
    border-radius: 50rem;
}

.blog-sidebar {
    float: right;
    will-change: min-height;
    height: 100%;
}

.blog-sidebar.fixed {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
    /* align-self: flex-start; */
    /* overflow-y: auto; */
}

.blog-sidebar .blog-sidebar__inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.blog-sidebar .sidebar-banner img{
    border-radius: 20px;
    border: 1px solid #E5E5E5;
}
