.content-body {
    margin-top: 7.5rem;
    background-color: #fff;
    font-weight: 200;
    font-size: 1.8rem;
}

.footter-lyft p {
    font-weight: 200;
}

.footter-lyft img {
    width: 80%;
    max-width: 19rem;
}

.footer-lyft-d {
    font-family: 'Kanit';
    background-color: #fff;
    padding-bottom: 3rem;
    background-image: url(../../src/img/bg-lyft.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer-lyft-d p {
    margin-bottom: 0px;
}

p.blte.lyft-subtitle {
    font-size: 3rem;
}

.lyft-subtitle-v2 {
    color: #50b8b4;
    font-weight: 300;
}

.service-home .title-service {
    text-align: center;
    font-size: 2.5rem;
    color: #68c7c1;
    font-weight: 200;
    margin-bottom: 2rem;
}

.service-home .service-lyft-item {
    border-radius: 1.5rem;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.service-home .service-lyft-item img {
    border-radius: 3rem;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}

.service-home .service-lyft-item:hover {
    transform: scale(1.05);
}

.service-home {
    margin-bottom: 5rem;
}


/* youtube iframe */

.lyft-video-frame {
    position: relative;
}

.yt-w-caption {
    margin-bottom: 1em;
}

.lyft-video-frame img,
.lyft-video-frame source {
    width: 100%;
}

.lyft-video-frame .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.7);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.lyft-video-frame .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #50b8afb3;
    border-radius: 50%;
    animation: pulse-border 500ms ease-out infinite;
}

.lyft-video-frame .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #50b8af;
    border-radius: 50%;
    transition: all 200ms;
}

.about-home .title {
    font-weight: 400;
    font-size: 2.5rem;
}

.sectionHome {
    margin-bottom: 6.5rem;
}

.sectionHome .titleHome {
    text-align: center;
    font-size: 2.5rem;
    color: #68c7c1;
    font-weight: 200;
    margin-bottom: 2rem;
}

.promotion-home .boxpromotion {
    text-align: center;
}

.boxpromotion .boximg {
    transition: all .3s ease-in-out;
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
}

.boxpromotion .boximg img {
    border-radius: 1rem;
}

.boxpromotion .boximg:hover {
    transform: scale(1.05);
}

.boxVideoPreview .imgYT,
.showCoverVideoAboutHome {
    border-radius: 1rem;
}

.boxVideoPreview .imgYT {
    transition: all .3s ease-in-out;
}

.boxVideoPreview .imgYT:hover {
    transform: scale(1.02);
}

.boxReviewHome img {
    border-radius: 1rem;
}


/* 
.page-about .aboutClinic .head {
    font-weight: 500;
    text-align: center;
    font-size: 3.5rem;
    color: #6d6d6d;
}

.page-about {
    background-image: url(../../src/img/bg-about.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100vw!important;
    position: relative!important;
    left: 50%!important;
    right: 50%!important;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
    padding-top: 6rem;
    min-height: 100vh;
}

.page-about .aboutClinic {
    text-align: center;
}

.page-about .aboutClinic .clinicName {
    font-weight: 200;
    text-align: center;
    font-size: 2.5rem;
    color: #4cb0a8;
}

.page-about .aboutClinic .detail {
    font-weight: 300;
    color: #608f8a;
    padding: 1rem 5rem;
    font-size: 1.7rem;
    letter-spacing: 1px;
    font-family: 'maitree';
    text-align: left;
}

.page-about .aboutClinic img.headTitleImg {
    width: 50vw;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.page-about .aboutClinic .h_title {
    margin-top: 5rem;
    font-weight: 400;
    text-align: center;
    font-size: 3rem;
    color: #6d6d6d;
} */

.section-contact {
    /* margin-top: 5rem; */
}

.boxClinic .img img {
    border-radius: 1rem;
    box-shadow: rgb(99 99 99 / 12%) 0px 2px 8px 0px;
}

.boxClinic .ClinicDetail {
    text-align: left;
}

.boxClinic .ClinicDetail .name {
    font-size: 3rem;
    color: #50beb4;
    font-weight: 400;
}

.boxClinic .ClinicDetail .contactC .icon {
    width: 4rem;
    min-width: 3.3rem;
}

.boxClinic .ClinicDetail .contactC .data {
    font-size: 1.8rem;
    margin-left: 1rem;
    margin-top: .6rem;
    color: #338a83;
}

.boxClinic .ClinicDetail .contactC .btnContactIcon {
    cursor: pointer;
}

.boxReview .ClinicDetail .lyft-article-loop-details .lyft-article-title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
}

.boxReview .ClinicDetail .lyft-article-loop-details .lyft-article-des {
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 1.3;
    -webkit-line-clamp: 4;
    margin-bottom: 0;
}

.boxReview .footerReviewList {
    text-align: right;
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #a6a6a6;
}

.page-review-read {
    margin-top: 1rem;
    margin-bottom: 10rem;
}


/* .page-review-read .rowReview .title {
    font-size: 3rem;
    color: #ffffff;
    border-top: 2px solid #3b958d;
    border-bottom: 2px solid #3b958d;
    padding: 15px 5px;
    text-align: center;
    background-color: #67c7bf;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}

.rowReview .detail-review {
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #686868;
    font-weight: 200;
}

.rowReview .dataBlogs {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.rowFooterReview .refOtherReview .header {
    font-size: 2.5rem;
    color: #338a83;
    font-weight: 400;
    margin-bottom: 1rem;
}

.rowFooterReview .refOtherReview .listOtherReview {
    display: flex;
    margin-bottom: 2rem;
}

.rowFooterReview .refOtherReview img {
    width: 10rem;
    max-width: 10rem;
    min-width: 10rem;
}

.rowFooterReview .refOtherReview .TitleReview {
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rowFooterReview .refOtherReview .desc {
    font-size: 1.5rem;
    color: #898989;
    font-weight: 200;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rowFooterReview .refOtherReview .desc p {
    margin-bottom: 0rem!important;
    line-height: 1.1!important;
}

.rowReview .comment .fb-comments {
    width: 100%;
} */

.inputsearchRight {
    color: #179186;
    font-weight: 300;
    height: 3.5rem;
    font-size: 1.5rem;
    border-radius: 5rem;
    border: 1px solid #50b8af38;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px;
    padding: 0rem 2rem;
}


/* .headerItemPage {
    margin-bottom: 3rem;
    background-color: #67c7bf;
    padding: 1rem 2rem;
    border-radius: 6rem;
    color: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.headerItemPage .title_ {
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
} */

.formsearchinline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.boxPromotion .promotionname {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 300;
    overflow: hidden;
    color: #60cec3;
    text-shadow: 2px 2px #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxPromotion .promotiondetail {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem;
}

.boxPromotion .img img {
    width: 100%;
}

.serviceGroup .tab.title {
    text-align: left;
    margin-top: 5rem;
}

.boxRefService {
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.boxRefService:hover {
    transform: scale(1.05);
}

.boxRefService .img.icon {
    text-align: center;
}

.boxRefService .img.icon img {
    /* max-width: 10rem; */
    max-height: 15rem;
    border-radius: 1rem;
}

.boxRefService .text {
    color: #67c7bf;
    font-weight: 300;
}


/* 
.boxShowDetailGroupService {
    margin-top: 5rem;
    margin-bottom: 8rem;
}

.boxShowDetailGroupService .header {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 500;
    color: #67c7bf;
    text-shadow: 3px 3px 3px white;
}

.boxShowDetailGroupService .detailS {
    font-weight: 300;
    color: #608f8a;
    padding: 0rem;
    font-size: 1.7rem;
    letter-spacing: 1px;
    font-family: 'maitree';
} */

.container table {
    width: 100%;
}

.container table thead {
    background-color: #75ccc5;
    color: #fff;
}

.container table tbody tr td,
.container table thead tr th {
    min-width: 40px;
    height: 30px;
    border: 1px solid #75ccc5;
    vertical-align: top;
    padding: 2px 4px;
    text-align: left;
    box-sizing: border-box;
}

.subtitle.imgReview {
    font-weight: 200;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    text-align: center;
}

.swal2-title {
    font-size: 3rem!important;
}

.swal2-html-container {
    font-size: 1.5rem;
}

.swal2-popup {
    width: 45rem;
}

.swal2-styled.swal2-confirm {
    font-size: 1.6rem;
}

.swal2-icon .swal2-icon-content {
    font-size: 7rem;
}

.swal2-icon {
    width: 7rem;
    height: 7rem;
}

.swal2-styled.swal2-cancel {
    font-size: 1.3rem;
}

.data-lyft-article-des {
    overflow: hidden;
    height: 13rem;
}

.lyft-article-loop-details {
    max-height: 19rem;
    overflow: hidden;
}

.lyft-article-loop-details p {
    margin-bottom: 0rem;
}

.fullscreen:-webkit-full-screen {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
}

.fullscreen:-moz-full-screen {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
}

.fullscreen:-ms-fullscreen {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
}

div.modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-out;
    opacity: 0;
    z-index: 999;
}

div.modal>div.contentIMG {
    position: relative;
    width: 50%;
    /* height: 60%; */
    max-width: 75rem;
    transition-delay: 2s;
    transition: all 300ms ease;
    opacity: 0.1;
}

div.modal>div.contentIMG img.modal__img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2rem;
}

div.modal>div.contentIMG span.modal__boton {
    width: 50px;
    height: 50px;
    line-height: 51px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: -22px;
    z-index: 100;
    transition: 300ms ease;
    transform: scale(0);
}

div.modal>div.contentIMG span.modal__boton:hover {
    background-color: rgba(51, 51, 51, 0.7);
}

div.modal>div.contentIMG span.modal__boton:active {
    transform: scale(1.2);
}

scrollto {
    scroll-margin-block-start: 110px!important;
}


/* p {
    font-family: 'Sarabun';
    font-size: 2rem;
} */

@media (max-width: 992px) {
    .page-about .aboutClinic .head {
        font-size: 2rem;
    }
    .page-about .aboutClinic img.headTitleImg {
        width: 100%;
        margin: unset
    }
    .page-about .aboutClinic .clinicName {
        font-size: 2.2rem;
    }
    .page-about .aboutClinic .detail {
        padding: 1rem 1rem;
        font-size: 1.7rem;
    }
    .boxReview .ClinicDetail .lyft-article-loop-details .lyft-article-title {
        font-size: 2rem;
        margin-top: 1rem;
    }
    .boxReview .footerReviewList {
        font-size: 1.2rem;
    }
    .rowFooterReview .refOtherReview img {
        width: 10rem;
        min-width: 8rem;
    }
    .inputsearchRight {
        height: 4.5rem;
    }
    div.modal>div.contentIMG {
        position: relative;
        width: 90%;
    }
}