/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.contact {
    display: flex;
    gap: 8px;
    align-items: center
}

.contact-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 5px;
    background-color: var(--Blue,#d0eded);
    border-radius: 40px;
    margin-bottom: 5px
}

.contact-icon {
    aspect-ratio: 1;
    width: 22px
}

.contact-info {
    color: #e60808;
    white-space: nowrap;
    text-transform: uppercase
}

.contact-info a {
    font-size: 1rem;
    color: #fff;
    background: #e60808;
    display: inline-block;
    padding: 2px 14px;
    border-radius: 18px;
    margin-left: 8px
}

.contact-title,.help-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: .75rem
}

.contact-number,.help-text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: inline-block;
    margin-left: 5px
}

.help-contact {
    display: flex;
    gap: 8px;
    align-items: center
}

.help-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1px;
    background-color: #d0eded;
    border-radius: 40px;
    width: 32px;
    height: 32px
}

.help-icon {
    aspect-ratio: 1;
    width: 20px
}

.help-info {
    display: flex;
    flex-direction: column;
    color: #fff
}
.heading-tab h2 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 3.025625rem;
    text-align: center;
    color: #037481;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.form-tv-mini {
    background: #E5B838;
    padding: 13px 20px 10px;
    border-radius: 15px;
}
.form-tv-mini strong {
    color: #037481;
}
.box-dichvu{
 border-radius: 20px;
 overflow: hidden;
}
.box-dichvu .box-text{
    border-radius: 10px;
    margin-top: -50px;
    padding: 25px;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
}
.box-dichvu .box-text .icon-box-img{
    
}
.box-dichvu .box-text .icon-box-img .icon{
        border-radius: 50%;
}
.box-dichvu .box-text .icon-box-img .icon img{
        border-radius: 50%;
        width: 80px;
        height: 80px;
}
.box-dichvu .box-text .icon-box-text{text-align: left;border-bottom: 1px solid;}
.box-dichvu .box-text .icon-box-text h3{
    
}
.box-dichvu .box-text .icon-box-text h3 strong{
        line-height: 1.8;
    margin-top: 12px;
    background: linear-gradient(90deg, #dfaa23 0%, #fbf08d 47.92%, #dfaa23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    font-size: 1.6rem;
}
.list-doi-ngu {
    background-color: #E7F7F8;
    border-radius: 30px;
    padding: 30px
}
.slider-single .item-sl>.img-inner:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    max-width: 100%;
    background: linear-gradient(180deg, #3CADAF 0%, #D0EDED 100%);
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 58%;
    transform: translateY(-50%);
}
.slider-single .item-sl>.img-inner:after {
    content: "";
    position: absolute;
   background: linear-gradient(#E7F7F800, #E7F7F8, #E7F7F8);
    width: 100%;
    height: 188px;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-single .item-sl>.img-inner img{
    position: relative;
    z-index: 9;
}


.doctor-name {
    color: #037481;
    /* text-align: center; */
    /* margin: 0 0 0 12px; */
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.2;
}

.doctor-title p{
    /* display: flex; */
    /* gap: 6px; */
    color: #3cadaf;
    font-weight: 700;
    /* text-align: center; */
    text-transform: uppercase;
    /* margin: 11px 0 0 10px; */
}
.card-container .col-inner{
        border-radius: 17px;
    background-color: #fff;
    padding: 29px 17px;
    flex: 1;
    overflow: hidden
}
.bg-chung-nhan {
    background: rgb(208 237 237);
    border-radius: 20px;
    position: relative;
    padding: 70px 30px;
}
.bg-chung-nhan:before, .bg-chung-nhan:after {
    content: "";
    position: absolute;
    width: 15%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    top: 0;
}
.bg-chung-nhan:before {
    background-image: url(images/tree-left.svg);
    left: 0;
}
.bg-chung-nhan:after {
    background-image: url(images/tree-right.svg);
    right: 0;
}
.section-chat-luong .heading-tab h2 {
    color: #fff;
}
.icon-chatluong{

}
.icon-chatluong h3{font-size: 3rem;color: #037481;font-weight: 800;margin-bottom: 0;}
.icon-chatluong p{

}
.section-chat-luong .chat-luong-image {
    margin-bottom: 0;
    background: #E7F7F8;
    border-radius: 30px;
    padding: 50px 70px;
    text-align: center;
}
.section-chat-luong .icon-box-img{
    margin-bottom: 0;
}
.box-hieuqua{
    border: 2px solid #D0EDED;
    border-radius: 20px;
    margin-bottom: 15px;
}
.box-hieuqua .box-text{padding-top: 0;padding-bottom: 0;}
.box-hieuqua .box-text .service-name {
    background: #D0EDED;
    color: #3CADAF;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 10px 20px;
}
.box-hieuqua .box-text .detail-kh {
    padding: 25px 20px;
}
.box-hieuqua .box-text .detail-kh .name {
    font-weight: 700;
    color: #037481;
    margin-bottom: 5px;
}
.box-hieuqua .box-text .detail-kh .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    line-height: normal;
}
.box-hieuqua .box-text .detail-kh a{
        display: table;
    color: rgb(3 116 129);
    font-weight: 700;
    text-decoration: underline;
        margin-top: 15px;
}

.Blog-left{

}
.Blog-left .box-text{

}
.Blog-left .box-text h5{
  margin-bottom: 10px;
}
.Blog-left .box-text h5 a{font-weight: 700;font-size: 20px;line-height: 100%;letter-spacing: 0%;/* background: linear-gradient(110.15deg, #415AC3 5.6%, #516CF5 95.6%); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; */color: #458D96;}
.Blog-left .box-text .post-meta{font-weight: 400;font-size: 14px;line-height: 100%;letter-spacing: 0%;color: #747474;}
.Blog-left .box-text .is-divider{
  display: none;
}
.Blog-left .box-text .from_the_blog_excerpt {font-weight: 400;font-size: 14px;line-height: 21px;letter-spacing: 0%;color: #000000;margin-top: 10px;}
.blog-right{

}
.blog-right .post-item{margin-bottom: 20px;}
.blog-right .post-item .col-inner{box-shadow: unset;}
.blog-right .post-item .box-vertical{display: table;width: 100%;}
.blog-right .post-item .box-vertical .box-image{
  width: 30% !important;
  direction: ltr;
  display: table-cell;
  vertical-align: middle;
}
.blog-right .post-item .box-vertical .box-text{padding: 0;padding-left: 20px;vertical-align: top;}
.blog-right .post-item .box-vertical .box-text h5{
  margin-bottom: 10px;
}
.blog-right .post-item .box-vertical .box-text h5 a{font-weight: 700;font-size: 20px;color: #458D96;line-height: 100%;/* background: linear-gradient(110.15deg, #415AC3 5.6%, #516CF5 95.6%); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; */}
.blog-right .post-item .box-vertical .box-text .post-meta{
font-weight: 400;
font-size: 14px;
line-height: 100%;
color: #747474;
}
.blog-right .post-item .box-vertical .box-text .is-divider{
  display: none;
}
.blog-right .post-item .box-vertical .box-text .from_the_blog_excerpt {font-weight: 400;font-size: 14px;line-height: 21px;color: #000000;margin-top: 10px;}
.tab-kienthuc ul{
    margin-bottom: 20px;
}
.section-footer-form .heading-tab h2 {
    color: #fff;
    margin-bottom: 5px;
}
.text-footer p{
    margin-bottom: 10px;
}
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: #fff0;
    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
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgb(230 8 8 / .7);
    border-radius: 50%;
    border: 2px solid #fff0;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-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: #e60808;
    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
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.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%)
}

#instagram-vr .phone-vr-circle-fill {
    background: #118ffd;
    background: linear-gradient(160deg,rgb(17 143 253) 20%,rgb(188 60 218) 50%,rgb(253 223 5) 80%);
    background-size: contain;
    box-shadow: 0 0 0 0 #c840c9;
    background-color: #4f67fe;
    border: 0
}

#instagram-vr .phone-vr-img-circle {
    background: #fff0
}

#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%)
}

#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8
}

@-webkit-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)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px #fff0
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 #fff0
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px #fff0
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 #fff0
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: .8;
    color: #fff
}

@media (max-width: 736px) {
    .phone-bar {
        display:none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgb(33 150 243 / .7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgb(113 68 151 / .8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgb(33 150 243 / .7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 44px;
    max-height: 44px;
    border-radius: 50%
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #e7b1ff
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(208 142 255 / .65);
    background-color: rgb(255 255 255 / .7)
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}

#popup-showroom-vr,div#popup-form-contact-vr {
    display: none
}

#popup-showroom-vr.active,div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999
}

.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh
}

.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex
}

.content-popup-vr input,.content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff
}

.content-popup-vr label {
    width: 100%
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: .7
}

.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: #000;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer
}

.content-popup-vr .close-popup-vr:hover {
    background: #b50000
}

.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px
}

.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

#loco-top,#loco-bottom {
    display: block
}

#loco-top .content-popup-img-vr,div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center
}

#contact-showroom.no-event a {
    pointer-events: none
}

.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px
}

@media (max-width: 673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display:block
    }

    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none
    }
}

#ftiktok-vr .phone-vr-img-circle {
    background-color: #020202
}

#tiktok-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
    background-color: rgb(2 2 2 / 60%)
}

#tiktok-vr .phone-vr-img-circle img {
    max-width: 90%;
    max-height: 90%
}

#tiktok-vr .phone-vr-img-circle {
    background: #020202
}
.phone-number {
    background-color: #e60808;
    padding: 6px 9px 6px 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: 600
}

.phone-number a {
    color: #fff
}
.col6-tamnhin>.col-inner{
        margin-bottom: 20px;
        border: 2px solid #3CADAF;
        border-radius: 20px;
        padding: 25px;
}
.col6-tamnhin>.col-inner p{
    margin-bottom: 0;
}
.text-lienhe p{
    margin-bottom: 5px;
}
.breamBox {
    padding: 20px 0 15px;
    /* background: rgb(240, 240, 240); */
}
.jeg_block_title span {
    font-size: 1.5rem;
    color: rgb(3 116 129);
    font-weight: 700;
    text-transform: uppercase;
}
aside.widget_categories{
    border: 1px solid #3CADAF;
    padding: 15px;
    border-radius: 12px;
}
aside.widget_categories .widget-title {
     font-size: 1.5rem;
    color: rgb(3 116 129);
    font-weight: 700;
    text-transform: uppercase;
}
.icon-right-tintuc{
     border: 1px solid #3CADAF;
    padding: 15px;
    border-radius: 12px;
}
.col6-kh .col-inner{
    border: 2px solid #3CADAF;
    border-radius: 12px;
    overflow: hidden;
}
.col6-kh {
    padding-bottom: 30px;
}
.icon-lydo{
    border: 2px solid #3CADAF;
    border-radius: 20px;
    background: #D0EDED;
    padding: 25px 20px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #037481;
    margin-bottom: 15px;
    align-items: center;
}
.icon-lydo h3{
   color: #037481;
}
.icon-quytrinh{margin-bottom: 30px;}
.icon-quytrinh .icon-box-img{

}
.icon-quytrinh .icon-box-img .icon-inner{
        margin-bottom: 10px;
    background: #f3f3f3;
    border-radius: 50%;
    border: 3px solid #4BB3B4;
    padding: 15px;
    position: relative;
}
.icon-quytrinh .icon-box-text{

}
.icon-quytrinh .icon-box-text h3{
    
}
.icon-quytrinh .icon-box-text h3 span{
        color: #037481;
    background: #D0EDED;
    border-radius: 29px;
    padding: 4px 30px;
    font-size: 1.25rem;
    display: inline-block;
    margin-bottom: 5px;
}
.icon-quytrinh .icon-box-text p{
    
}
.icon-quytrinh .icon-box-img .icon-inner:before {
    position: absolute;
    top: 0;
    right: 18px;
    background: #4BB3B4;
    color: #fff;
    font-weight: 800;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}
.col3-quytrinh:nth-child(1) .icon-quytrinh .icon-box-img .icon-inner:before {
    content: "01";
}
.col3-quytrinh:nth-child(2) .icon-quytrinh .icon-box-img .icon-inner:before {
    content: "02";
}
.col3-quytrinh:nth-child(3) .icon-quytrinh .icon-box-img .icon-inner:before {
    content: "03";
}
.col3-quytrinh:nth-child(4) .icon-quytrinh .icon-box-img .icon-inner:before {
    content: "04";
}
.col3-quytrinh:nth-child(5) .icon-quytrinh .icon-box-img .icon-inner:before {
    content: "05";
}
@media(min-width:1100px){
    .col3-quytrinh{
        flex-basis: 20%;
        max-width: 20%;
    }
}
.col6-nhakhoa .col-inner{
    background-color: #fff;
    border: solid 1px #C4D5E5;
    border-radius: 20px;
    box-shadow: 2px 3px 20px rgb(0 71 147 / .15);
    padding: 25px 20px;
    height: 100%;
}
.col6-nhakhoa{
    padding-bottom: 30px;
}
@media(min-width:1100px){
    .col3-chiphi{
        flex-basis: 20%;
        max-width: 20%;
    }
}
 .col3-chiphi>.col-inner{
text-align: center;
    background: #fff;
    border: 2px solid #3CADAF;
    box-shadow: 0 4px 6px rgb(0 0 0 / .25);
    border-radius: 30px;
    overflow: hidden;
  
 }
 .text-chiphi01{
    background-color: #3CADAF;
    color: #fff;
    padding: 9px 2px 9px;
    font-size: 1.125rem;
    margin: 0;
    min-height: 50px;
 }
 .text-chiphi01 p{margin-bottom: 0;}
  .text-chiphi01 p strong{
        background: linear-gradient(90deg, #dfaa23 0%, #fbf08d 47.92%, #dfaa23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    font-size: 1.5625rem;
 }
 .img-chiphi{

    
 }
 .img-chiphi img{
    width: 80%;
    margin: 0 auto 30px;
    border: 2px solid #3CADAF;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 0;
 }
 .text-chiphi-gia{margin-bottom: 20px;}
 .text-chiphi-gia p{
        margin-bottom: 5px;
    line-height: 1;
        font-size: 1.875rem;
    color: #037481;
    font-weight: 700;
 }
 .col4-rang .col-inner{
    background: rgb(208 237 237);
    padding: 12px;
    border-radius: 19px;
    color: rgb(60 173 175);
    font-size: 1.2rem;
 }
 .dorw-loiich{

 }
 .dorw-loiich .accordion-item{border:2px solid #3CADAF;border-radius: 12px;margin-bottom: 15px;overflow: hidden;}
  .dorw-loiich .accordion-item a.accordion-title{
    background-color: #4BADAF;
    color: #fff;
    border: unset;
 }
 .img-khachhang{border: 2px solid #D0EDED;border-radius: 20px;overflow: hidden;}
  .img-khachhang .box-text{
    padding: 0;
  }
 .service-name{
background: #D0EDED;
    color: #3CADAF;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 10px 20px;
 }
 .service-name p{

 }
 .detail-khachhang{
padding: 25px 20px;
 }
 .icon-cautao{

 }
 .icon-cautao .icon-box-img{

 }
  .icon-cautao .icon-box-img .icon-inner{
    background: #D0EDED;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    padding: 12px;
 }
  .col4-truonghop{
padding-bottom: 30px;
  }
 .col4-truonghop .col-inner{
    background: #fff;
    border-radius: 20px;
    border: 2px solid rgb(60 173 175);
    padding: 20px;
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 800;
    color: rgb(3 116 129);
 }
.form-tuvan{
}
.form-tuvan input{
      height: 40px;
      line-height: 23px;
      border-radius: 12px;
      border: 1px solid #037481;
      margin-bottom: 0;
}
.form-tuvan .wpcf7-spinner{
  display:none;
}
.col-form form{margin-bottom: 0;}
.form-lichhen .wpcf7-spinner{
  display:none;
}
.form-lichhen input{
  border-radius: 12px;
      border: 1px solid #037481;
}
.form-lichhen textarea{
  border-radius: 12px;
      border: 1px solid #037481;
}
.form-lichhen input.wpcf7-submit{
  line-height: normal;
    background: rgb(32 134 136);
    border: 1px solid rgb(32 134 136);
    width: 120px;
    display: table;
    margin: 0 auto;
    text-transform: capitalize;
}
.form-dangky input{
      color: #208688;
      /* background: #D0EDED; */
      /* width: 220px; */
      line-height: normal;
      text-transform: none;
      font-size: 1.25rem;
      border-radius: 12px;
}
.form-dangky .wpcf7-spinner{
  display:none;
}
.form-dangky input.wpcf7-submit{
  line-height: normal;
  background: #D0EDED;
  /* border: 1px solid rgb(32 134 136); */
  /* width: 120px; */
  display: table;
  margin: 0 auto;
  text-transform: capitalize;
  color: #787878;
}
@media(max-width:549px){
  .heading-tab h2{
    font-size: 25px;
        line-height: 34px;
  }
  .form-tuvan input{
    margin-bottom: 15px;
  }
  .list-doi-ngu{
    padding: 0;
  }
  .doctor-name{
        font-size: 25px;
  }
  .section-chat-luong .chat-luong-image{
        padding: 30px 15px;
  }
  .icon-chatluong h3 {
    font-size: 25px;
  }
  .icon-chatluong {
    margin-bottom: 20px;
}
  .blog-right .post-item .box-vertical .box-text{
        /* padding-left: 0; */
        /* padding-top: 20px; */
  }
  .row-diachi .col{
     padding-bottom: 20px;
  }
  aside.widget_categories .widget-title {
    font-size: 25px;
  }
  .jeg_block_title span {
    font-size: 25px;
  }
  .text-chiphi01 p strong{
    font-size: 20px;
  }
  .col3-chiphi{
    padding-bottom: 30px;
  }
  .col4-rang{
     padding-bottom: 30px;
  }
}