#header.showheader {
    position: fixed;
    width: 100vw;
    background: #f0f0f0;
}

@keyframes zoom {
    0% {
        transform: scale(.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.elementor-widget-text-editor .elementor-widget-container h2,
div h2,
.wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title,
.wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title *{
    font-size: clamp(2.375rem, 1rem + 0.1vw, 3rem);
    text-align: center;
}

.wdt-custom-counter-last .wdt-content-item .wdt-content-counter {
    font-size: clamp(2.375rem, 3rem + 1vw, 4rem);
}

.secondary-sidebar .woocommerce.widget_products ul.product_list_widget li .wdt-product-widget-content a {
    font-size: 14px;
}

.elementor-widget-text-editor .elementor-widget-container h2.noti_pop .wdt-heading-title {
    font-size: clamp(2rem, 0.8rem + 0.1vw, 3rem);
}


/*appointment*/
.theme-custom-appointment {
    width: 100%;
    border-collapse: collapse;
    /* Để bảng gọn hơn */
    table-layout: fixed;
    /* Quan trọng: Chia đều theo % */
}

.theme-custom-appointment .appointment-title {
    align-items: center;
    background: var(--wdt-elementor-color-highline);
    display: flex;
}

.theme-custom-appointment .appointment-title h4 {
    font-size: 18px;
    color: var(--wdt-elementor-color-button);
    padding: 8px 16px;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

.theme-custom-appointment .appointment-list {
    font-size: 16px;
}

.theme-custom-appointment .appointment-list .appointment-content-item>input {
    transform: scale(1.5);
}

.theme-custom-appointment .appointment-title td span {
    display: block;
    width: 100%;
}

.appointment-list .appointment-content {
    display: flex;
    align-items: center;
}

.theme-custom-appointment tr {
    width: 100%;
}

.appointment-list .appointment-content .appointment-content-item {
    padding: 8px 16px;
}

.theme-custom-appointment .appointment-title .apt5,
.appointment-list .appointment-content .apt5 {
    width: 5%;
    display: block;
}

.theme-custom-appointment .appointment-title .apt50,
.appointment-list .appointment-content .apt50 {
    width: 50%;
    display: block;
}

.theme-custom-appointment .appointment-title .apt10,
.appointment-list .appointment-content .apt10,
.appointment-mobile .apt10 {
    width: 10%;
    display: block;
}

.theme-custom-appointment .appointment-title .apt12-5,
.appointment-list .appointment-content .apt12-5 {
    width: 12.5%;
    display: block;
}

.theme-custom-appointment .appointment-title .apt15,
.appointment-list .appointment-content .apt15 {
    width: 15%;
    display: block;
}

.theme-custom-appointment .appointment-title .apt20,
.appointment-list .appointment-content .apt20 {
    width: 20%;
    display: block;
}

.theme-custom-appointment .appointment-title .apt25,
.appointment-list .appointment-content .apt25 {
    width: 25%;
    display: block;
}

.theme-custom-appointment .appointment-title .apt45,
.appointment-list .appointment-content .apt45,
.appointment-mobile .apt45 {
    width: 45%;
    display: block;
}

.booking-service {
    padding: 40px;
    text-align: center;
}

.booking-service .booking-service-top .booking-service-top-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.booking-service .booking-service-top .booking-service-top-title img {
    height: 20px;
    width: auto;
    max-width: 65px;
}

.booking-service .booking-service-top .booking-service-top-title h3 {
    margin: 0;
}

.booking-service .booking-service-top span {
    max-width: 90vw;
}

.booking-service form {
    margin-top: 10px;
}

.booking-service form .group {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;

}

.booking-service form .form-group {
    text-align: left;
    flex: 1;
}

.booking-service form .form-group label {
    margin-bottom: 12px;
    display: block;
}

.booking-service form .group input {
    width: 100%;
    border-radius: 10px;
    height: 52px;
    max-height: 52px;
    padding: 20px;
    border: 1px solid #000000;
}

.booking-service form .group textarea {
    width: 100%;
}

.booking-service .submit-form {
    margin-top: 30px;
}

.book-now-api,
.contact-now-api{
    position: fixed;
    right: 12px;
    border-radius: 50%;
    font-size: 12px;
    padding: 16px;
    width: 65px;
    height: 65px;
    z-index: 10;
    color: var(--wdt-elementor-color-button);
    background: var(--wdt-elementor-color-highline);;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.book-now-api:visited,
.contact-now-api:visited{
    color: var(--wdt-elementor-color-button);
}

.book-now-api{
    bottom: 12px;
}

.contact-now-api{
    bottom: 100px;
}

.book-now-api:before,
.contact-now-api:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--wdtRadius_Part);
    background-color: rgba(var(--wdtPrimaryColorRgb), 1);
    border: 1px solid rgba(var(--wdtPrimaryColorRgb), 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    -webkit-animation: boom 2000ms infinite;
    animation: boom 2000ms infinite;
}

.appointment .list-appointment {
    margin-bottom: 12px;
}

.appointment .list-appointment .appointment-list .appointment-content {
    border-bottom: 1px solid #aba3a3;
}

.appointment .list-appointment .appointment-list .appointment-content:nth-last-child(1) {
    border-bottom: none;
}

.appointment-content-item-choice .choice-item {
    margin-bottom: 20px;
}

.appointment .choice-item-content-child,
.appointment .choice-item-des,
.appointment-mobile .choice-item-des{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.appointment .choice-item-content-child {
    margin-left: 10px;
    margin-bottom: 6px;
}

.appointment .choice-item-des h5,
.appointment .choice-item-des label,
.appointment-mobile .choice-item-des h5,
.appointment-mobile .choice-item-des label{
    margin: 0;
    font-size: 20px;
    line-height: 1.26;
    cursor: pointer;
}

.appointment .des-data-1,
.choice-item-content-child span {
    cursor: pointer;
}

.appointment-mobile {
    padding: 0 10px;
    display: none;
}

.appointment-mobile .appointment-content {
    border-bottom: 1px solid #aba3a3;
    padding-top: 10px;
}

.appointment-mobile-title h3 {
    margin: 0;
}

.appointment-mobile .appointment-des {
    padding-bottom: 12px;
}

.appointment-mobile .appointment-mobile-title {
    text-align: center;
    background: var(--wdt-elementor-color-highline);;
}

.appointment-mobile .appointment-mobile-title h3 {
    color: var(--wdt-elementor-color-button);;
    font-weight: 500;
    font-size: 28px;
    padding: 6px 0;
}

.appointment-mobile .appointment-title {
    background: none;
    border: 1px solid #aba3a3;
}

.appointment-mobile .appointment-title h4 {
    margin: 0;
    color: #000000;
    padding: 8px 16px;
}

.appointment-mobile .appointment-list-content {
    display: flex;
}

.appointment-mobile .appointment-list .appointment-content-item {
    padding: 8px 16px;
}

.appointment-mobile-gift h4 {
    font-size: clamp(1.125rem, 1.5385rem + 0.3846vw, 2.5rem);
    margin: 12px 0 6px 0;
}

.appointment-mobile-more h4 {
    font-size: clamp(1.125rem, 1.5385rem + 0.3846vw, 2.5rem);
    margin: 12px 0 6px 0;
}

.appointment-mobile-more h5 {
    font-size: clamp(1.125rem, 1rem + 0.3846vw, 2.5rem);
    margin: 12px 0 6px 0;
}

.wdt-search-form-container.show{
    display: block;
    opacity: 1;
    z-index: 23;
    visibility: inherit;
}

@media screen and (max-width: 911px){
    .appointment{
        display: none;
    }

    .appointment-mobile{
        display: block;
    }

    .booking-service form .group{
        flex-direction: column;
    }
}

 .language {
    position: relative;
     /*z-index: 99;*/
     z-index: 0;
     width: 50px;
     min-width: 50px;
     max-width: 50px;
     display: block;
}
 .language-main {
     width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
 .language-main .picture {
    width: 1.25rem;
    height: 0.83331rem;
    flex-shrink: 0;
}
 .language-main .picture picture {
    display: flex;
    width: 100%;
    height: 100%;
}
 .language-main .name {
    margin-left: 0.75rem;
}
 .language-main .name span {
    color: #0c0c0c;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25rem;
    display: block;
    width: max-content;
}
@media only screen and (max-width: 1199px) {
     .language-main .name span {
        font-size: 0.675rem;
    }

}
 .language-main .icon {
    margin-left: 0.75rem;
    width: 0.25rem;
    height: auto;
    min-width: max-content;
}
 .language-main .icon picture {
    display: flex;
}
 .language-list {
    display: none;
    position: absolute;
    top: calc(100% + 0.88rem);
    right: 0;
}
 .language-list ul {
    padding: 0.5rem 0rem;
    background-color: #f0f0f0;
    box-shadow: 0px 4px 88.7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
 .language-list li {
    display: flex;
    align-items: center;
}
 .language-list li a {
    padding: 0.5rem 1.2rem;
    display: block;
    display: flex;
    align-items: center;
}
 .language-list li .picture {
    width: 2rem;
    height: 1.3125rem;
    flex-shrink: 0;
}
 .language-list li .picture picture {
    display: flex;
    width: 100%;
    height: 100%;
}
 .language-list li .name {
    margin-left: 0.75rem;
}
 .language-list li .name span {
    color: #0c0c0c;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25rem;
    display: block;
    width: max-content;
}
@media only screen and (max-width: 1199px) {
     .language-list li .name span {
        font-size: 0.675rem;
    }
    .language-main .icon {
        margin-left: 0.5rem;
        width: max-content;
        min-width: 16px;
        display: block;
    }

    .language-list li .picture{
        width: 1.5rem;
        height: 0.9rem;
        min-width: 1.5rem;
        min-height: 0.9rem;
    }

    .wdt-custm-mail-chimp-1.wdt-custm-mail-chimp-1-footer .wdt-mailchimp-holder.wdt-template-type5 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder input{
        height: 51.2px;
    }
}
 .language-list li:last-child {
    margin-bottom: 0;
}
 .language.showlg .language-list {
    display: block;
}

p,span{
 font-size: 1.2rem;
}

.wdt-heading-content-wrapper{
    font-size: 1.2rem;
}

.wdt-button{
    /*color: var(--wdt-elementor-color-button);*/
    /*background: var(--wdt-elementor-color-highline);;*/
    color: var(--wdt-elementor-color-button);
    background: var(--wdt-elementor-color-background-button);
}

.wdt-image-box-wrapper{
    justify-content: center;
}

.elementor-29 .elementor-element.elementor-element-239dbba,
.elementor-29 .elementor-element.elementor-element-dc14147{
    max-width: 700px;
    width: 700px;
}

#footer .elementor-grid-0 .elementor-grid{
    display: flex;
    justify-content: flex-start;
}

.wdt-heading-colored-elements{
    font-size: clamp(1.125rem, 1.5385rem + 0.3846vw, 2.5rem);
}

.breadcrumb a{
    font-size: 1.2rem;
}

.wdt-cus-newsletter-MailChimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form input[type='email']{
    max-height: 51.13px;
}

.elementor-32 .elementor-element.elementor-element-171d627{
    position: relative;
    top: 0;
    left: 0;
    transform: scale(1.5);
}

.pd-b-120{
    padding-bottom: 120px;
}

.elementor-32 .elementor-element.elementor-element-171d627 div.wdt-logo-container img{
    border-radius: 0px;
}

.wpcf7-form-control.wpcf7-submit{
    color: var(--wdt-elementor-color-button);
    background: var(--wdt-elementor-color-highline);;
}

.wdt-cus-newsletter-MailChimp .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder input{
    color: var(--wdt-elementor-color-button);
    background: var(--wdt-elementor-color-highline);;
}

.wdt-button:visited{
    color: var(--wdt-elementor-color-button);;
}

.image_pc_data{
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-top: 38.57142857%;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 42px;
}

.title_pc_data{
    max-width: 80%;
    margin: 0 auto;
}

.image_pc_data img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.list_image_about .elementor-widget-wrap{
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-top: 133.3333%;
}

.list_image_about .elementor-widget-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.data_image_1,
.data_image_2,
.data_image_3{
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
}

.data_image_1{
    padding-top: 173.3711%;
}

.data_image_2{
    padding-top: 99.150141643%;
}

.data_image_3{
    padding-top: 99.61538461538%;
}

.data_list_qc{
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}

.data_image_1 img,
.data_image_2 img,
.data_image_3 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.wdt-custom-service-box-style .wdt-content-item .wdt-content-media-group{
    width: 100%;
}

.wdt-custom-service-box-style .wdt-content-item .wdt-content-media-group .wdt-content-image a{
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-top: 93.8235294%;
}

.wdt-custom-service-box-style .wdt-content-item .wdt-content-media-group .wdt-content-image a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}


.dt-sc-staff-items-container .dt-sc-staff-item.type1 .image > a .dt-image-item img{
    object-fit: cover;
}

.elementor .elementor-background-video-container.elementor-loading img{
    height: 100%;
    width: 100%;
}
.popup_noti .wdt-heading-holder .wdt-heading-title{
    display: flex;
    flex-direction: column;
}
.popup_noti .wdt-heading-holder .wdt-heading-title .wdt-heading-colored-elements{
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    max-height: max-content;
}

.popup_noti .wdt-heading-holder .wdt-heading-title .wdt-heading-colored-elements p{
    margin: 0px;
    margin-top: 10px;
}

#button-contact-vr {
    bottom: 55px;
    position: fixed;
    z-index: 99999;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 var(--wdt-elementor-color-highline);
    background-color: rgba(102, 112, 54, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: var(--wdt-elementor-color-highline);
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
    /*transform: translate(-50%, -50%);*/
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%,-50%);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

/*/ dịch vụ /*/
.service-details-title-webkit-box{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    line-height: 35px;
    text-align: left;
    margin-top: 8px;
}
.service-details-title-webkit-box-text {
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 6;
    line-height: 28px;
}

.data-gap-padding{
    padding: 70px 0px;
}

.service-details-title-webkit-box-data{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 !important;
}

.service-details-title-webkit-box-icon{
    display: flex; gap: 8px; align-items: center;
}

.service-details-title-webkit-box-icon p{
    font-size: 13px;
}

.dt-sc-service-item-blog{
    width: 33.3333334% !important;
    margin-bottom: 24px !important;
}

@media only screen and (max-width: 1199px) {
    p,span{
        font-size: 1rem;
    }

    .data-gap-padding{
        padding: 40px 0px;
    }

    .data-gap-padding-blog{
        padding: 40px 0px;
    }
    .wdt-heading-content-wrapper{
        font-size: 1rem;
    }

    .breadcrumb a{
        font-size: 1rem;
    }

    .service-details-title-webkit-box-data{
        gap: 8px;
    }

    .service-details-title-webkit-box-icon{
        gap: 4px;
    }

    .dt-sc-service-item-blog{
        width: 50% !important;
        margin-bottom: 32px !important;
    }
}

.service_data_work{
    width: 50%;
}

/*// chỉnh ảnh dịch vụ*/
.dt-sc-service-item .image > .image-item{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    display: block;
}

.dt-sc-service-item .image > .image-item > img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

@media only screen and (max-width: 990px) {
    .wdt-image-box-wrapper{
        justify-content: initial;
    }

}

@media only screen and (max-width: 768px) {
    .dt-sc-service-item-blog{
        width: 100% !important;
        margin-bottom: 48px !important;
    }
    /*#button-contact-vr .button-contact .phone-vr {*/
    /*    width: 72px;*/
    /*    height: 72px;*/
    /*}*/
    /*.phone-vr-img-circle{*/
    /*    width: 32px;*/
    /*    height: 32px;*/
    /*}*/

    /*.phone-vr-circle-fill {*/
    /*    width: 50px;*/
    /*    height: 50px;*/
    /*}*/
    #footer .elementor-grid-0 .elementor-grid{
        justify-content: center;
    }

    .title_data_noti{
        font-size: 28px !important;
    }

    .title_des_data_noti{
        font-size: 24px !important;
    }

    .image_pc_data{
        max-width: 100%;
    }

    .title_pc_data{
        max-width: 100%;
    }

    .service_item_page .image .image-item{
        max-height: 276px;
        height: 276px;
    }

    .service_data_work{
        width: 100%;
        margin-top: 20px;
    }

    input, textarea, select {
        touch-action: manipulation; /* Ngăn cản zoom khi chạm */
    }

    .data_list_qc{
        grid-template-columns: 1fr;
    }

    .appointment-mobile .appointment-mobile-title h3{
        font-size: 24px;
    }

    .appointment-mobile-more h4{
        font-size: clamp(1.125rem, 1.0385rem + 1.0846vw, 2.5rem);
    }
}