:root {
    --primary: #ffeeee;
    --secondary: #e46868;
    --light: #F4F6F8;
    --dark: #040F28;
}

.carousel-item .slide-content .carousel-title {
    font-weight: 600;
    font-size: 50px;
    line-height: normal;
    margin-bottom: 25px;
}

.carousel-item .slide-content .carousel-subtitle {
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
}



.sectile {
    position: relative;
    padding-bottom: 35px;
}

.sectile .sectile-title {
    font-size: 30px;
    line-height: normal;
}

.sectile .sectile-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}


.sectile .sectile-detail {
    font-size: 20px;
    line-height: normal;
}



#vivv-indexf {
    position: relative;
}

#vivv-indexf .indexf-img img {
    width: 25%;
}

.indexf-content-title {
    position: relative;
    padding: 50px 0;
}

.indexf-content-title .content-title {
    /* font-weight: 600; */
}


.border-content {
    position: relative;
    /* background: #ffeeee; */
    border-radius: 15px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding: 20px 10px 20px 10px;
    margin: 0px 1px;
    border: none;
}

.nav-tabs .nav-link.active {
    background: #ffeeee;
    color: #000;
    border-color: #dee2e600 #dee2e600 #ffffff00;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: #ffeeee;
    color: #000;
    border-color: #dee2e600 #dee2e600 #ffffff00;
}

.nav-tabs {
    border: none;
    padding-top: 0;
    padding-left: 0;
    /* background: #fff; */
    position: relative;
    z-index: 1;
    margin-bottom: -10px;
    /* display: -webkit-box; */
}

.tab-content {
    position: relative;
    background: #ffeeee;
    /* border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; */
    border-radius: 15px;
    padding: 50px 30px;
}

.serv-item {
    position: relative;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}

.serv-item .serv-img {
    position: relative;
    padding: 30px;
}

.serv-item .serv-img img {
    width: 80px;
}

.serv-item .serv-content {
    position: relative;
    padding: 20px;
    border-top: 1px solid #e46868;
}

.serv-item .serv-content .serv-content-title {
    color: #e46868;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.serv-item:hover .serv-content .serv-content-title {
    color: #000;
}

.serv-item .hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.serv-item:hover .hvr-grow-rotate, .serv-item .hvr-grow-rotate:focus, .serv-item .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.review-box {
    position: relative;
}

.review-box .review-img {
    position: relative;
}

.review-box .review-img img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 50%;
}

.review-box .review-detail {
    position: relative;
    padding: 15px;
    margin-top: 30px;
}

.review-box .review-detail .review-name {
    color: #e46868;
    font-weight: 700;
}



.eapps-widget-toolbar {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    display: none !important;
    z-index: 99999;
    padding-bottom: 4px;
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
}

.ReviewBackground__Container-sc-b270746f-0 a {
    /* display: none !important; */
}

#page-navigator {
    position: relative;
    padding: 20px 0 0 0;
}

#page-navigator .bg-navigator {
    text-align: start;
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
}

#page-navigator .bg-navigator a:nth-child(1) {
    padding-right: 15px;
    padding-left: 0px;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
    border-right: solid 1px #000;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

#page-navigator .bg-navigator a:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
    border-right: solid 1px #000;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}


#page-navigator .bg-navigator a {
    padding: 0px 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
}

#page-navigator .bg-navigator p {
    padding: 0px 15px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    color: var(--secondary);
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
}

#page-navigator .breadcrumb-item+.breadcrumb-item::before,
#page-navigator .breadcrumb-item+.breadcrumb-item.active::before {
    color: var(--secondary);
    font-weight: 400;
}

#page-navigator .breadcrumb-item,
#page-navigator .breadcrumb-item a {
    font-size: 16px;
    color: var(--secondary);
}

#page-navigator .breadcrumb-item:hover a {
    color: #000;
}

#page-navigator .breadcrumb-item.active {
    font-weight: 700;
    color: var(--secondary);
}

@media (max-width: 992px) {

    #page-navigator .bg-navigator {
        margin-top: 10px;
    }

    #page-navigator .breadcrumb-item,
    #page-navigator .breadcrumb-item a {
        font-size: 16px;
    }

}

@media (max-width: 480px) {

    #page-navigator .bg-navigator a {
        font-size: 14px;
        padding: 0px 5px;
    }

    #page-navigator .bg-navigator p {
        font-size: 14px;
        padding: 0px 5px;
    }

    #page-navigator .bg-navigator a:nth-child(1) {
        padding-right: 5px;
        padding-left: 5px;
    }

    #page-navigator .bg-navigator a:nth-child(2) {
        padding-right: 5px;
        padding-left: 5px;
    }

    #page-navigator .breadcrumb-item,
    #page-navigator .breadcrumb-item a {
        font-size: 14px;
    }
}

#page-header {

    position: relative;
    width: 100%;
    height: 450px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url(../images/bg/page-header-room.png) center center no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;

}

.ph-content {
    position: relative;
    padding-bottom: 30px;
}

.ph-content img {
    width: 25%;
    margin-bottom: 20px;
}

.ph-content .ph-title {
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
}

/*  */
#page-header-contact {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(../images/bg/page-header-contact.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
}

.pageheader-content {
    position: relative;
    padding-bottom: 50px;
}

.pageheader-content h1 {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}

.pageheader-content img {
    width: 25%;
    margin-bottom: 20px;
}

/*  */

.ph-img img {
    max-height: 350px;
    display: block;
    margin: auto;
}

.vision-content {
    position: relative;
    justify-items: center;
}



.vision-content .text-content {
    color: var(--secondary);
    font-size: 50px;
    font-weight: 600;
    padding: 50px 0;
}

.vision-content .text-detail {
    width: 850px;
    font-size: 20px;
}

.doctor-content {
    position: relative;
}

.doctor-content span {
    font-weight: 600;
    color: var(--secondary);
}

.doctor-content .doctor-detail {
    margin-bottom: 10px;
}

.doctor-img {
    position: relative;
    display: block;
    background: #f0f0f0;
    border-radius: 15px;
    padding: 50px 0 0 0;
}

.doctor-img img {
    max-height: 350px;
    margin: auto;
    display: block;
}

.border-be {
    position: relative;
    border-bottom: 2px solid #a6a6a6;
    width: 50%;
    margin: auto;
    display: block;
}

.doctor-box {
    position: relative;
    padding: 50px 0;
}

.hl-content {
    position: relative;
}


.hl-content li span {
    color: var(--secondary);
}

.btn-vivv {
    position: relative;
    background-color: var(--secondary);
    border-color: #e46868;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    border-radius: 15px;
    padding: 10px 30px;
    margin-top: 50px;
}

.btn-vivv:hover {
    color: #e46868;
    background-color: #ffeeee;
    border-color: #e46868;
}

.btn-vivv:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(228 104 104 / 25%);
}

.btn-more {
    position: relative;
    background-color: var(--secondary);
    border-color: #e46868;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 15px;
    padding: 10px 22px;
}

.btn-more:hover {
    color: #e46868;
    background-color: #ffeeee;
    border-color: #e46868;
}

.btn-more:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(228 104 104 / 25%);
}

.btn-contact {
    position: relative;
    background-color: #ffeeee;
    border-color: #ffeeee;
    color: #e46868;
    font-weight: 500;
    font-size: 20px;
    border-radius: 15px;
    padding: 25px 35px;
    display: block;
    margin-bottom: 20px;
}

.btn-contact:hover {
    color: #e46868;
    background-color: #ffeeee;
    border-color: #e46868;
    box-shadow: 7px 7px 5px 0px rgb(0 0 0 / 20%);
}

.btn-contact:focus {
    outline: 0;
    box-shadow: 7px 7px 5px 0px rgb(0 0 0 / 20%);
}

.btn-contact i {
    font-size: 25px;
    margin-right: 10px;
}

#hl-bg {
    padding: 100px 0;
    background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(../images/bg/Clinic.jpg);
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#secparallax {
    min-height: 500px;
}

#pe-parallax {
    min-height: 450px;
}

.pe-invite h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}

.pe-invite p {
    font-size: 20px;
}

.pemain-img img {
    height: 300px;
    border-radius: 15px;
}

.foot-pe {
    position: relative;
    /* max-width: 900px; */
    margin: auto;
    display: block;
}

.footpe-detail {
    position: relative;
    padding-bottom: 50px;
}

.footpe-detail h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
}

.footpe-detail p {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.foot-pe .text-subtitle {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
}

.vc-img {
    position: relative
}

.vc-img img {
    position: relative;
    border-radius: 15px;
}

.vc-bgimg img {
    background: #ffeeee;
    border-radius: 50px;
    padding: 30px;
}


.vc-bgimg-rect img {
    background: #ffeeee;
    border-radius: 25px;
    padding: 30px;
    height: 350px;
}

.blog-item {
    position: relative;
    border: 1px solid rgb(217 217 217 / 30%);
}

.blog-item .blog-item-img {
    position: relative;
    overflow: hidden;
}

.blog-item .blog-item-img img {
    transition: .5s;
}

.blog-item:hover .blog-item-img img {
    transform: scale(1.2);
}

.blog-item .blog-item-content {
    position: relative;
    padding: 20px;
}

.blog-item .blog-item-content .text-haeddetail {
    color: #000;
}

.blog-item:hover .blog-item-content .text-haeddetail {
    color: var(--secondary);
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* start nav-pag */


.hide {
    display: none;
    visibility: hidden;
    height: 0;
}

.pagination\:container {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.arrow\:text {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    vertical-align: middle;
}

.pagination\:number a {
    --size: 40px;
    --margin: 6px;
    margin: 0 var(--margin);
    border-radius: 50%;
    background: #ffeeee;
    max-width: auto;
    min-width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
    color: #e46868;
}

@media (hover: hover) {
    .pagination\:number:hover a {
        background: #e46868;
        color: #fff;
    }
}

.pagination\:number:active a {
    background: #e46868;
    color: #fff;
}

.pagination\:active a {
    background: #e46868;
    position: relative;
    color: #fff;
}

/* end nav */

/* s blogpage */
.blogpage-head {
    position: relative;
    padding-bottom: 30px;
}

.blogpage-head {
    position: relative;
    padding-bottom: 50px;
}

.blogpage-head h1 {
    font-size: 30px;
}

.border-title {
    border: 3px solid #ffeeee;
    width: 130px;
    margin-bottom: 15px;
}

.blogpage-headimg {
    position: relative;
    padding-bottom: 50px;
}

.blogpage-headimg img {
    height: 600px;
}

.blogpage-content {
    position: relative;
}

.blogpage-content h2 {
    font-size: 20px;
    line-height: normal;
    color: var(--secondary);
}

.blogpage-content h3 {
    font-size: 18px;
    line-height: normal;
    color: var(--secondary);
}

.blogpage-content h4 {
    font-size: 16px;
    line-height: normal;
}

.blogpage-content span {
    font-weight: 500;
}

.blogpage-content .blogfoot-detail {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}

.blogpage-content .blogfoot-head {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

/* e blogpage */
/* s contact */
.contact-content {
    position: relative;
}

.contact-content .text-haeddetail a {
    color: #e46868;
}

.contact-content .text-haeddetail:hover a {
    color: #000;
}

/* e contact */

@media (max-width: 1024px) {}

@media (max-width: 992px) {
    .sectile {
        padding-bottom: 20px;
    }

    .serv-item .serv-content {
        padding: 10px;
        border-top: 1px solid #e46868;
    }

    .serv-item .serv-content .serv-content-title {
        font-size: 16px;
        line-height: normal;
    }

    #page-header-contact {
        height: 300px;
    }

    #page-header {
        height: 300px;
    }

    .pageheader-content {
        padding-bottom: 20px;
    }

    .pageheader-content h1 {
        font-size: 25px;
    }

    .pageheader-content img {
        width: 40%;
        margin-bottom: 20px;
    }

    .ph-img img {
        max-height: 250px;
    }

    .ph-content .ph-title {
        font-size: 20px;
        font-weight: 500;
    }

    .ph-content img {
        width: 50%;
    }

    .vision-content .text-content {
        font-size: 35px;
        padding: 35px 0;
    }

    .vision-content .text-detail {
        width: auto;
        font-size: 18px;
    }

    .doctor-img img {
        max-height: 250px;
    }

    .doctor-img {
        padding: 25px 0 0 0;
    }

    .doctor-box {
        padding: 35px 0;
    }

    .foot-pe .text-subtitle {
        font-size: 23px;
    }

    .sectile .sectile-title {
        font-size: 25px;
    }

    .pe-invite h4 {
        font-size: 20px;
    }

    .pe-invite p {
        font-size: 18px;
    }

    .footpe-detail p {
        font-size: 18px;
        font-weight: 500;
    }

    .footpe-detail {
        padding-bottom: 35px;
    }

    .btn-vivv {
        font-size: 20px;
        margin-top: 35px;
    }

    .btn-contact {
        font-size: 18px;
        border-radius: 15px;
        padding: 15px 15px;
        margin-bottom: 15px;
    }

    .btn-contact i {
        font-size: 20px;
        margin-right: 5px;
    }

    .vc-bgimg img {
        border-radius: 30px;
    }

    #vivv-indexf .indexf-img img {
        width: 30%;
    }

    .blogpage-head h1 {
        font-size: 25px;
    }

    .blogpage-head {
        padding-bottom: 25px;
    }

    .blogpage-headimg img {
        height: 500px;
    }

    .serv-item .serv-img {
        padding: 20px;
    }

    .serv-item .serv-img img {
        width: 70px;
    }

    .nav-tabs {
        overflow: auto;
        display: -webkit-box;
    }

}


@media (max-width : 820px) {}

@media (max-width : 768px) {}

@media (max-width: 576px) {

    .nav-tabs .nav-link {
        /* border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px; */
        font-size: 16px;
        padding: 15px 15px 15px 15px;
        font-weight: 500;
        /* margin-bottom: 10px; */
    }

    .tab-content {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 40px 10px;
    }
}

@media (max-width : 480px) {
    .sectile .sectile-detail {
        font-size: 18px;
    }

    .sectile .sectile-title {
        font-size: 23px;
    }

    .vision-content .text-content {
        font-size: 25px;
        padding: 25px 0;
    }

    .sectile {
        padding-bottom: 15px;
    }

    .doctor-img img {
        max-height: 200px;
    }

    .doctor-img {
        padding: 20px 0 0 0;
        margin-bottom: 20px;
    }

    .doctor-box {
        padding: 25px 0;
    }

    .sectile .sectile-subtitle {
        font-size: 18px;
        font-weight: 600;
    }

    .foot-pe .text-subtitle {
        font-size: 20px;
    }

    .btn-vivv {
        margin-top: 20px;
    }

    #secparallax {
        min-height: 250px;
    }

    .ph-content .ph-title {
        font-size: 16px;
    }

    .ph-content {
        padding-bottom: 0;
    }

    .ph-content img {
        width: 60%;
        margin-bottom: 10px;
    }

    .footpe-detail p {
        font-size: 16px;
    }

    .pemain-img img {
        height: auto;
    }

    .vc-bgimg img {
        border-radius: 20px;
    }

    .vc-img img {
        height: auto !important;
    }

    #vivv-indexf .indexf-img img {
        width: 40%;
    }

    .serv-item .serv-content {
        padding: 12px;
    }

    .serv-item .serv-content .serv-content-title {
        font-weight: 500;
    }

    .foot-pe .text-subtitle {
        font-size: 16px;
    }

    .vc-img {
        margin-bottom: 20px;
    }

    .footpe-detail {
        padding-bottom: 15px;
    }

    .vc-bgimg-rect img {
        border-radius: 20px;
    }

    #page-header {
        height: 200px;
    }

    #page-header-contact {
        height: 200px;
    }

    .pageheader-content h1 {
        font-size: 16px;
        font-weight: 500;
    }

    .pageheader-content img {
        width: 50%;
        margin-bottom: 15px;
    }

    .button-contact {
        position: relative;
        padding-top: 25px;
    }

    .blog-item-content .text-haeddetail {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .line-clamp-3 {
        -webkit-line-clamp: 2;
        margin-bottom: 5px;
    }

    .blog-item .blog-item-content {
        padding: 10px;
    }

    .btn-more {
        font-weight: 500;
        font-size: 15px;
        border-radius: 10px;
        padding: 7px 10px;
    }

    .pagination a {
        padding: 5px 13px;
        margin: 0 3px;
    }

    .blogpage-head h1 {
        font-size: 20px;
        line-height: normal;
    }

    .blogpage-head {
        padding-bottom: 0px;
    }

    .blogpage-headimg {
        padding-bottom: 20px;
    }

    .blogpage-content h2 {
        font-size: 18px;
    }

    .blogpage-content h3 {
        font-size: 16px;
    }

    .blogpage-headimg img {
        height: auto;
    }

    .serv-item .serv-img img {
        width: 60px;
    }

    .border-title {
        border: 2px solid #ffeeee;
        width: 80px;
    }

    .blogpage-content .blogfoot-detail {
        font-size: 16px;
        font-weight: 600;
    }

    .blogpage-content .blogfoot-head {
        font-weight: 600;
        font-size: 18px;
    }
}

@media (max-width : 390px) {
    .sectile .sectile-title {
        font-size: 18px;
    }

    .sectile .sectile-detail {
        font-size: 16px;
    }

    .serv-item .serv-content .serv-content-title {
        font-size: 15px;
        font-weight: 500;
    }

    .serv-item .serv-content {
        padding: 8px;
    }

    .ph-content .ph-title {
        font-size: 15px;
    }

    .vision-content .text-content {
        font-size: 18px;
        padding: 15px 0;
    }

    .vision-content .text-detail {
        font-size: 16px;
    }

    .btn-vivv {
        margin-top: 15px;
        font-size: 18px;
        padding: 10px 25px;
    }

    .sectile {
        padding-bottom: 8px;
    }

    .pe-invite h4 {
        font-size: 18px;
    }

    .pe-invite p {
        font-size: 16px;
    }

    .blogpage-head h1 {
        font-size: 18px;
    }
}

@media (max-width : 320px) {}