* {
    margin: 0;
    padding: 0;
    outline: 0;
    transition: all 0.3s;
}
*, *:before, *:after {
    box-sizing: border-box;
}
/*
*
*/
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    padding: 0 !important;
}
figure, img {
    border-style: none;
    height: auto;
    vertical-align: middle;
}
img, svg {
    vertical-align: middle;
}
iframe, figure, img, input, table, select, textarea {
    max-width: 100%;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 16px !important;
}
#LRdiv0, .skiptranslate {
    display: none !important;
}
#LRMINIBar {
    bottom: 110px !important;
    left: unset !important;
    right: 10px !important;
}
.translated-ltr body {
    position: initial !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none;
}
.bg-light-green {
    background-color: #eefdf5 !important;
}
.bg-light-gray {
    background-color: #f5f5f5 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #222b82;
}
.is-pc {
    display: block;
}
.is-mb {
    display: none;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
/*
*
*/
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
button, .btn {
    transition: background-color 0.3s, opacity 0.3s;
}
.btn:hover {
    opacity: 0.8;
}
/*
*
*/
.vspopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.vspopup.active {
    display: flex !important;
}

.vspopup .popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.vspopup .popup-content {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vspopup .popup-header {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001;
}

.vspopup .popup-body {
    width: 100%;
}

.vspopup .popup-header {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.vspopup .close-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.vspopup button.close-button {
    background-color: #0056b3;
    border-radius: 50%;
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 1;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    padding-bottom: 3px;
}

.vspopup button.close-button:hover {
    background-color: red;
}

.vspopup .popup-message {
    margin-bottom: 20px;
    text-align: center;
}

.vspopup .popup-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vspopup .popup-actions a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}

.vspopup .popup-actions a:hover {
    background-color: #0056b3;
}

/*
* slick
*/
.wpcomp-slickjs.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* Định dạng chung cho form */
.wpcomp-form {
    background: transparent;
    padding: 0;
}

/* Định dạng cho các ô input và textarea */
.wpcomp-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.wpcomp-form .form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Định dạng cho phần thông báo lỗi */
.form-help {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.wpcomp-form textarea {
    height: 80px;
}

/* Định dạng nút gửi */
.wpcomp-form .btn-primary {
    background-color: #007bff;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpcomp-form .btn-primary:hover {
    background-color: #0056b3;
}

/* Canh giữa nội dung nút */
.wpcomp-form .btn-primary svg {
    margin-right: 5px;
}
#site-wrapper {
    position: relative;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-white {
    color: #ffffff !important;
}
#site-branding {
    padding: 19px 0;
}
#site-branding img {
    max-width: 75%;
}
.w-100 {
    width: 100%;
}
img.w-100 {
    height: auto;
}
.relative {
    position: relative !important;
}
/*
* wpcomp-stickyjs
*-------------------------------------------------------*/
div.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-slider.fullwidth .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.slick-slider.equalize-slide-height .slick-slide > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before, .slick-slider.slick-dotted .slick-dots li[role="presentation"] button:before {
    content: '';
    width: initial;
    height: initial;
    padding: initial;
    font-size: 0;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
    width: 30px;
    height: 60px;
    z-index: 1;
}
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
    background-color: transparent;
}
.slick-slider .slick-prev {
    left: 10px; /* Khoảng cách bên trái */ 
}
.slick-slider .slick-next {
    right: 10px; /* Khoảng cách bên phải */
}
.slick-slider .slick-prev svg, .slick-slider .slick-next svg {
    width: 80%;
    height: 80%;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    background: var(--wpcomp-primary-color);
}
.slick-slider .slick-prev:hover svg>path, .slick-slider .slick-next:hover svg>path {
    stroke: #ffffff !important;
}
.slick-slider.slick-dotted .slick-dots {
    position: absolute;
    bottom: 10px; /* Khoảng cách từ đáy */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 8px; /* Khoảng cách giữa các dot */
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 100;
}
.slick-slider.slick-dotted .slick-dots li[role="presentation"] {
    position: relative;
    display: inline-block;
    width: initial;
    height: initial;
    margin: 0;
}
.slick-slider.slick-dotted .slick-dots li[role="presentation"] button {
    border-radius: 3px;
    outline: 0;
    background-color: #87ddbf;
    box-shadow: none;
    border: medium none;
    color: transparent;
    opacity: 0.25;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 5px;
}
.slick-slider.slick-dotted .slick-dots li.slick-active button {
    background-color: var(--wpcomp-primary-color);
    opacity: 1;
}
.slick-slider .slick-slide {
    height: initial !important;
}
/*
* header
*/
.header-top {
    background: #06835b;
    color: #ffffff;
    padding: 10px 0;
    position: relative;
    font-size: 16px;    
    z-index: 1;
}
.header-top .vs-icon {
    margin-right: 10px;
}
.header-top svg>path {
    fill: #ffffff;
}
.header-top address, .header-top p {
    line-height: 21px;
}
.header-top address {
    font-weight: 700;
}
.header-top a {
    color: #ffffff;
    font-weight: 400;
    font-family: var(--wpcomp-font-heading);
    font-size: 18px;
    text-decoration: none;
}
.header-top a:hover {
    color: #e5d915;
}
/*
* wpcomp-block
*/
.support-buttons {
    column-gap: 90px;
    row-gap: 26px;
}
.support-buttons.flex-column {
    align-items: center;
}
.support-buttons.flex-column .btn {
    width: fit-content;    
}
.support-buttons .btn {
    border: medium none;
    box-shadow: none;
    border-radius: 12px;
    font-family: var(--wpcomp-font-heading);
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 21px 36px;
}
.support-buttons .btn:hover {
    color: #fff;
}
.support-buttons .btn.clickLiveChat {
    background: #e9bc3b;
}
.support-buttons .btn.clickDatHen {
    background: #46a3ec;
}
section .wpcomp-block .wpcomp-block-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 22px;
}
section .wpcomp-block .wpcomp-block-title span {
    color: #f20d28;
}
section .wpcomp-block .wpcomp-block-subtitle {
    color: #000000;
    margin: 0;
    max-width: 70%;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}
section .wpcomp-block .wpcomp-block-subtitle strong {
    color: #05883c;
    text-transform: uppercase;
    font-size: 18px;
}
section .wpcomp-block .wpcomp-block-title.hasicon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--wpcomp-font-heading);
    font-size: 34px;
}
section .wpcomp-block .wpcomp-block-title.hasicon img {
    margin-right: 13px;
}
section .wpcomp-block .elm-banners {
    margin: 30px 0;
    position: relative;
}
section .wpcomp-block .support-buttons {
    padding-top: 20px;
}
#home_s1 {
    padding: 78px 0 108px;
}
.wpcomp-block.wpcomp-block-s1b1 .wpcomp-block-title {
    color: #f20d28;
}
.wpcomp-block.wpcomp-block-s1b1 .elm-banners {
    margin: 30px auto;
    width: 80.333333%;
}
.wpcomp-block.wpcomp-block-s1b1 .elm-banner-1,
.wpcomp-block.wpcomp-block-s1b1 .elm-banner-3 {
    padding-top: 65px;
}
section.section-goikham {
    padding: 50px 0;
}
section .wpcomp-block h2.wpcomp-block-title {
    font-size: 34px;
}
/*
* #home_s2
*/
#home_s2 {
    padding: 62px 0 50px;
}
#home_s2 .wpcomp-block-s2b2 {
    margin-top: -111px;
}
#home_s2 .wpcomp-block-s2b1 {
    padding-top: 42px;
}
/*
* #home_s9
*/
#home_s9 {
    padding: 62px 0 50px;
}
#home_s9 .wpcomp-block-s9b2 {
    margin-top: -147px;
}
#home_s9 .wpcomp-block-s9b1 {
    padding-top: 21px;
}
/*
* #home_s8
*/
#home_s8 {
    background: url(../images/bg-red-color.jpg) no-repeat center center / cover;
    padding: 40px 0 109px;
}
#home_s8  .wpcomp-block-title, #home_s8 .wpcomp-block-subtitle span {
    color: #faf100;
}
#home_s8 .wpcomp-block-subtitle {
    margin-bottom: 16px;
}
#home_s8 .wpcomp-block-subtitle span {
    font-weight: 700;
}
.elm-advantages .elm-advantage img.elm-advantage-img {
    margin-left: 50px;
}
.elm-advantages .elm-advantage .elm-advantage-body .btn {
    background: url(../images/bg-red-button.png) no-repeat center center;
    background-size: 100% 100%;
    border: 2px solid #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
    width: fit-content;
    max-width: 266px;
    height: 66px;
    padding: 4px 19px;
    margin: 3px 3px 16px 3px;
}
/*
* #home_s9
*/
#home_s9 {
    padding: 87px 0 54px;
}
.wpcomp-block-s9b1 .elm-texts .elm-text .elm-text-title {
    background: #cf1e00;
    color: #ffffff;
    padding: 10px;
    font-size: 38px;
}
.wpcomp-block-s9b1 .elm-texts .elm-text-2 .elm-text-title {
    background: #f2a000;
}
.wpcomp-block-s9b1 .elm-texts .elm-text .elm-text-body {
    padding: 20px 0 44px;
}
.wpcomp-block-s9b1 .elm-texts .elm-text .elm-text-body p {
    font-size: 18px;
    text-align: justify;
}
/*
* #home_s10
*/
.slick-slider .slick-prev:before, .slick-slider .slick-next:before, .slick-slider.slick-dotted .slick-dots li[role="presentation"] button:before {
    content: '';
    width: initial;
    height: initial;
    padding: initial;
    font-size: 0;
}
#home_s10 {
    padding: 87px 0 54px;
}
#home_s10 .wpcomp-block-title {
    margin: 0 0 38px 0;
}
#home_s10 .wpcomp-doctors.slick-initialized {
    margin-bottom: 0;
    padding-bottom: 38px;
}
#home_s10 .wpcomp-doctors.slick-initialized.slick-dotted .slick-dots li[role="presentation"] button {
    background-color: transparent;
    border: 1px solid #0b7b42;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
#home_s10 .wpcomp-doctors.slick-initialized.slick-dotted .slick-dots li.slick-active button {
    background-color: #0b7b42;
}
#home_s10 .wpcomp-doctors .doctor.card {
    background: transparent;
    border: medium none;
    padding: 10px 12px;
    height: initial;
}
#home_s10 .wpcomp-doctors .doctor.card .card-inside {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
#home_s10 .wpcomp-doctors .doctor.card .card-body {
    padding: 0;
}
#home_s10 .wpcomp-doctors .doctor.card .card-title {
    background: #0b7b42;
    border-radius: 11px;
    overflow: hidden;
    padding: 10px 10px 20px;
    min-height: initial;
}
#home_s10 .wpcomp-doctors .doctor.card .card-title .doctor-name {
    font-family: var(--wpcomp-font-default);
    font-weight: 400;
    font-size: 20px;
}
#home_s10 .wpcomp-doctors .doctor.card .card-title .doctor-name strong {
    display: block;
}
#home_s10 .wpcomp-doctors .doctor.card .card-image {
    background: #ffffff;
    border-radius: 19px !important;
    overflow: hidden;
    padding: 19px 17px;
}
#home_s10 .wpcomp-doctors .doctor.card .card-image img {
    border: 3px solid #85bda1;
    border-radius: 19px !important;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: initial;
    border-radius: initial;
}
#home_s10 .wpcomp-doctors .doctor.card .doctor-text {
    padding: 0 4.85%;
}
#home_s10 .wpcomp-doctors .doctor.card .card-title .doctor-name strong {
    color: #ffffff !important;
}
#home_s10 .wpcomp-doctors .doctor.card .doctor-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
#home_s10 .wpcomp-doctors .doctor.card .doctor-link .btn {
    border: 2px solid var(--wpcomp-secondary-color);
    border-radius: 18px;
    color: var(--wpcomp-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
    column-gap: 13px;
    font-weight: 700;
}
/*
* #home_s11
*/
#home_s11 {
    padding: 50px 0 28px;
}
#home_s11 .wpcomp-block .wpcomp-block-header .wpcomp-block-title {
    margin-bottom: 0;
}
#home_s11 .wpcomp-block .wpcomp-block-header {
    gap: 10px;
}
#home_s11 .wpcomp-block .wpcomp-block-content .elm-cards {
    padding: 45px 0 28px;
}
.elm-cards .elm-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.elm-cards .elm-card .elm-card-image {
    font-size: 0;
    line-height: 0;
}
.elm-cards .elm-card .elm-card-image img {
    border: medium none;
}
.elm-cards .elm-card .elm-card-text {
    background: #eca611;
    border-radius: 0 30px 30px 0;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 82px;
    width: 443px;
}
.elm-cards .elm-card.justify-content-end .elm-card-image {
    order: 2;
}
.elm-cards .elm-card.justify-content-end .elm-card-text {
    background: #058f50;
    border-radius: 30px 0 0 30px;
    order: 1;
}
.elm-cards .elm-card .elm-card-text h3 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
}
/*
* #site-footer
*/
/*
* .footer-middle
*/
.footer-area .footer-middle {
    background-color: var(--wpcomp-secondary-color, #07835c);
    color: #ffffff;
    padding-top: 47px;
    padding-bottom: 48px;
}
.footer-area .footer-credits {
    background-color: #34a37c;  
    border-top: 1px solid #ffffff;  
    padding: 20px 0;
}
.footer-area .footer-credits a {
    color: #ffffff;
    text-decoration: none;
}
.footer-area .footer-credits p {
    color: #ffffff;
    text-align: center;    
    margin: 0;
    padding: 0;
}
.footer-area .footer-credits p.footer-note {
    font-size: 14px;
}
.wpcomp-footer-contactinfo .footer-logo {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
* workingtime
*-----------------------------------------*/
.wpcomp-footer-contactinfo .workingtime {
    padding: 0 7.3%;
}
.wpcomp-footer-contactinfo .workingtime .block-inside {
    background-color: #ffffff;
    border: 2px solid var(--wpcomp-primary-color, #0056b3);
    border-radius: 25px;
    margin-bottom: 0;
    padding: 17px 15px 19px;
}
.wpcomp-footer-contactinfo .workingtime p {
    color: #1b1b1b;
    margin-bottom: 0;
    text-align: center;
}
.wpcomp-footer-contactinfo .workingtime p.working-time {
    color: var(--wpcomp-primary-color, #0056b3);
    font-size: 30px;
}
.wpcomp-footer-contactinfo .workingtime p.working-time strong, .wpcomp-footer-contactinfo .workingtime p.working-time b {
    font-family: var(--wpcomp-font-heading);
    font-weight: normal;
}
.wpcomp-footer-contactinfo .contact-info {
    margin-bottom: 20px;
}
.wpcomp-footer-contactinfo .contact-info ul.nav .nav-link {
    color: #ffffff;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: normal;    
}
.wpcomp-footer-contactinfo .contact-info ul.nav .nav-link.address span:not(.sona-icon):after {
    content: '-';
    padding-left: 5px;
}
.wpcomp-footer-contactinfo .contact-info ul.nav .nav-link.hotline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.wpcomp-footer-contactinfo .contact-info ul.nav .nav-link svg,
.wpcomp-footer-contactinfo .contact-info ul.nav .nav-link .wpcomp-icon {
    margin-right: 2px;
}
/*
* .footer-area .wpcomp-block
*-----------------------------------------*/
span[class*="icon-ft-"] {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;    
    height: 20px;    
    display: inline-block;   
    vertical-align: middle;    
}
.not-icon span[class*="icon-ft-"] {
    display: none;
}
span.icon-ft-hotline {
    background-image: url(../images/icon-ft-hotline.png);   
}
span.icon-ft-calendar {
    background-image: url(../images/icon-ft-calendar.png);    
}
span.icon-ft-cat {
    background-image: url(../images/icon-sb-title-cat.png);   
}
span.icon-ft-new {
    background-image: url(../images/icon-sb-title-new.png);
}
.footer-area .widget.wpcomp-widget-sendcontact .widget-title:after {
    display: none;
}
.footer-area .footer-middle .wpcomp-block .wpcomp-block-header h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: var(--wpcomp-font-default);
    font-weight: bold;
    font-size: 1.3rem;
}
/*
* .wpcomp-block-categories.style-01
*/
.footer-area .wpcomp-block-categories.style-01 {
    display: table;
    margin: 0 auto;
}
.wpcomp-block-categories.style-01 .wpcomp-block-header {
    margin-bottom: 25px;
}
.wpcomp-block-categories.style-01 .wpcomp-block-header h3 {
    color: #ffffff;
    margin-bottom: 11px;    
}
.wpcomp-block-categories.style-01 .wpcomp-block-header .is-divider {
    background-color: #ffffff;
    width: 80px;
    height: 3px;
}
.wpcomp-block-categories.style-01 ul.nav .nav-item>.nav-link {
    background: url('../images/cat-arrow-right-hover.png') no-repeat left center;
    color: #ffffff;
    padding-left: 20px;
    font-size: 14px;
}
.wpcomp-block-categories.style-01 ul.nav .nav-item>.nav-link:hover {
    background: url('../images/cat-arrow-right.png') no-repeat left center;
    color: #003644;
}
/*
* .wpcomp-block-categories.style-02
*/
.wpcomp-block-categories.style-02 {
    padding: 0 6%;
}
.wpcomp-block-categories.style-02 .title-heading {
    text-align: center;
    padding-bottom: 11px;
}
.wpcomp-block-categories.style-02 .wpcomp-block-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 23px;
}
.wpcomp-block-categories.style-02 .wpcomp-block-header .is-divider {
    background-color: #ffffff;
    width: 81px;
    height: 3px;
}
.wpcomp-block-categories.style-02 ul.nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 12px;
}
.wpcomp-block-categories.style-02 ul.nav li {
    width: calc(50% - 6px);
}
.wpcomp-block-categories.style-02 ul.nav li a.nav-link {
    border: 1px solid #3a6e4c;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.wpcomp-block-categories.style-02 ul.nav li a.nav-link:hover,
.wpcomp-block-categories.style-02 ul.nav li.current-menu-item a.nav-link {
    border: 1px solid #ffffff;
}
/*
* .elm-giayphep
*/
.elm-giayphep {
    color: #ffffff;
    display: block !important;
    margin-top: 30px
}
.elm-giayphep p {
    font-size: 14px;
    margin: 0 0 3px 0
}
.elm-giayphep p:last-child {
    margin-bottom: 0
}
.elm-giayphep p.elm-giayphep-text-1 {
    font-size: 14px;
    text-transform: uppercase
}
/*
* .wpcomp-block-sendcontact
*/
.wpcomp-block-sendcontact .wpcomp-block-inside {
    border-radius: 14px;
    overflow: hidden;    
}
.wpcomp-block-sendcontact .wpcomp-block-header {
    overflow: hidden;
    padding: 17px 5% 15px;
}
.wpcomp-block-sendcontact .wpcomp-block-header,
.wpcomp-block-sendcontact .wpcomp-block-content {
    padding-left: 5.4%;
    padding-right: 5.4%;
}
.wpcomp-block-sendcontact .title-heading {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    font-family: var(--wpcomp-font-default);
    font-size: 24px;
    font-weight: 700;
}
.wpcomp-block-sendcontact .two-columns {
    margin-bottom: 15px;
}
.wpcomp-block-sendcontact .two-columns>.column {
    width: 50%;
}
.wpcomp-block-sendcontact .two-columns>.column-1 .group-control+.group-control {
    margin-top: 15px;
}
.wpcomp-block-sendcontact button[type="submit"] {
    background: var(--wpcomp-secondary-color, #0056b3);
    color: #ffffff;
    gap: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpcomp-block-sendcontact .form-note {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0 0 0;
}
/*
* .wpcomp-block-sendcontact.style-special
*/
.wpcomp-block-sendcontact.style-special .wpcomp-block-inside {
    background: #e4f9ec;
    border: 1px solid #ffffff;
}
.wpcomp-block-sendcontact.style-special .wpcomp-block-content {
    padding: 25px 13px 14px;
}
.wpcomp-block-sendcontact.style-special .wpcomp-block-header {
    background: url(../images/bg-form-header.jpg) no-repeat center center;
    background-size: cover;
    height: initial;
    padding: 34px 0 36px;
}
.wpcomp-block-sendcontact.style-special .title-heading {
    color: transparent;
    font-size: 31px;
    margin: 0;
    padding: 0;
}
.bg-primary-color {
    background-color: var(--wpcomp-primary-color) !important;
}
body.page-template-page-contact .wpcomp-block-sendcontact .wpcomp-block-header {
    padding-top: 25px;
    padding-bottom: 19px;
}
body.page-template-page-contact .wpcomp-block-sendcontact .wpcomp-block-content {
    padding-left: 27px;
    padding-right: 27px;
}
.wpcomp-block-sendcontact.style-special .form-buttons .wpcomp-inside {
    justify-content: space-between;
}
.wpcomp-block-sendcontact.style-special .form-buttons button {
    border: medium none;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    font-family: var(--wpcomp-font-heading);
    font-size: 19px;
    font-weight: normal;
    width: calc(50% - 19px);
    white-space: nowrap;
}
.wpcomp-block-sendcontact.style-special .form-buttons .d-send {
    background: #ee9e03;
}
.wpcomp-block-sendcontact.style-special .form-buttons .clickLiveChat {
    background: #f43756;
}
.wpcomp-block-sendcontact.style-special .form-notes {
    color: #fe0024;
    font-size: 14px;
    font-weight: 500;
}
/*
* Footer Contact
*-----------------------------------*/
.footer-area .footer-middle .wpcomp-block-sendcontact .wpcomp-block-inside {
    background: #f7f7f7;
}
.footer-area .footer-middle .wpcomp-block-sendcontact .wpcomp-block-header h3 {
    color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}
/*
* Footer Contact
*-----------------------------------*/
.footer-area .wpcomp-block-categories.style-01 ul.nav .nav-item>.nav-link {
    text-transform: uppercase;
}
.footer-area .wpcomp-block-categories.style-01 ul.nav .nav-item>.nav-link:hover {
    color: #292929;
}
/*
* Footer Contact
*-----------------------------------*/
.footer-contact {
    box-shadow: -1px 0 20px #b4b4b4;
    font-size: 14px;
    text-transform: uppercase;    
}
.footer-contact>.is-pc {
    background-color: #ffffff;
    padding-top: 16px;
    padding-left: 0 !important;
    padding-bottom: 16px;
    padding-right: 0 !important;
}
.footer-contact a:hover {
    color: var(--wpcomp-secondary-color) !important;
}
.footer-contact .d-flex.hotline {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-contact .d-flex.hotline .contact-phonenumber,
.footer-contact .d-flex.hotline .contact-phonenumber a {
    color: var(--wpcomp-secondary-color);
    font-family: var(--wpcomp-font-heading);
    font-size: 30px;
    font-weight: 700;
}
.footer-contact .d-flex.hotline .contact-phonenumber a:hover {
    color: var(--wpcomp-primary-color);
}
.footer-contact .d-flex.hotline .f-title {
    padding-top: 3px;
    text-transform: uppercase;
}
.footer-contact .d-flex.hotline .f-title strong {
    color: #fc0202;
}
.footer-contact .d-flex {
    justify-content: space-between;
    align-items: stretch;
}
.footer-contact a {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--wpcomp-text-color);
    width: 45%;
}
.footer-contact a:hover>span {
    color: var(--wpcomp-text-color);
}
.footer-contact a>span {
    display: block;
    padding-top: 8px;
    font-weight: 700;
}
#footer-fixed-02 {
    display: block !important;
    position: relative;
}
#footer-fixed-02 .fixbot-btns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
}
#footer-fixed-02 .fixbot-btns a {
	display: block;
    width: 100% !important;
	height: 100%;
}
/*
* @media
*-----------------------------------*/
@media (min-width: 992px) {
    .wpcomp-block.wpcomp-block-s1b1 .wpcomp-block-title {
        border-radius: 20px;
        border: 2px dashed #6b6d6c;
        flex-direction: row;
        padding: 8px 12px 14px;
    }    
}
@media (max-width: 991.98px) {
    .is-pc {
        display: none !important;
    }
    .is-mb {
        display: block !important;
    }
    /*
    *
    */
    .header-ads, .header-top {
        display: none;
    }
    /*
    *
    */
    .wpcomp-block.wpcomp-block-s1b1 .wpcomp-block-title {
        flex-direction: column;
    }   
    .wpcomp-block.wpcomp-block-s1b1 .wpcomp-block-title {
        flex-direction: column;
        gap: 5px;
        font-size: 24px !important;
    }
    .wpcomp-block.wpcomp-block-s1b1 .wpcomp-block-title::after {
        content: '';
        background: url(../images/title-line.png) no-repeat center center;
        display: block;
        width: 100%;
        height: 19px;
        display: flex;
        justify-content: center;
        padding: 7px 0 0 0;
    }
    .slick-slider .slick-prev {
        left: 0px;
    }
    .slick-slider .slick-next {
        right: 0px;
    }
    .support-buttons {
        flex-direction: column !important;
        padding: 0 10%;
    }
    section .wpcomp-block .support-buttons {
        padding-top: 4px;
    }
    section .wpcomp-block .support-buttons.flex-column {
        padding-top: 34px !important;
    }
    section .wpcomp-block h2.wpcomp-block-title {
        font-size: 30px;
    }
    section .wpcomp-block .elm-banners {
        row-gap: 35px;
    }
    section .wpcomp-block .elm-banners.row>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #home_s1 {
        padding: 24px 0 74px;
    }
    section .wpcomp-block .wpcomp-block-subtitle {
        max-width: 100%;
        text-align: justify !important;
    }
    .wpcomp-block.wpcomp-block-s1b1 .elm-banners {
        display: flex;
        flex-direction: column;
        gap: 17px;
        height: initial;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .wpcomp-block.wpcomp-block-s1b1 .elm-banner {
        text-align: center;
        padding-top: 0 !important;
    }
    .elm-advantages .elm-advantage img.elm-advantage-img {
        margin-left: 29px;
    }
    #home_s9 {
        padding: 60px 0;
    }
    .wpcomp-block-s9b1 .px-0 {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    .wpcomp-block-s9b1 .ps-0, .wpcomp-block-s9b1 .pe-0 {
        padding: 0 !important;
    }
    #home_s10 .wpcomp-doctors.slick-initialized {
        padding: 0 8.88888%;
    }
    #home_s10 .wpcomp-doctors .doctor.card {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #home_s10 .wpcomp-doctors .doctor.card .card-inside {
        background-color: transparent;
        border-radius: 0px;
        box-shadow: none;
        overflow: hidden;
        padding: 0 0 30px 0;
    }
    #home_s11 .wpcomp-block .wpcomp-block-content .elm-cards {
        row-gap: 35px;
    }
    .elm-cards .elm-card {
        flex-direction: column;
    }
    .elm-cards .elm-card .elm-card-image {
        order: 1 !important;
        z-index: 1;
        padding: 0 15px;
    }
    .elm-cards .elm-card .elm-card-image img {
        border-radius: 35px;
        
    }
    .elm-cards .elm-card .elm-card-text {
        border-radius: 21px !important;
        margin-top: -67px;
        z-index: 0;
        padding: 80px 16% 14px;
        order: 2 !important;
        width: 100%;
        height: initial;
    }
    .elm-cards .elm-card .elm-card-text h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .footer-area .footer-middle {
        padding-top: 0px;
        padding-bottom: 48px;
    }
    .google-maps.is-mb iframe {
        border-radius: 21px;
            box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 10px;
            overflow: hidden;
            margin-bottom: 23px;
    }
    .wpcomp-footer-contactinfo .workingtime {
        margin-bottom: 24px;
    }
    .footer-area .is-mb .wpcomp-block-categories.style-01 {
        display: block;
        margin: initial;
        padding-top: 10px;
    }
    .wpcomp-footer-contactinfo .workingtime .block-inside {
        background: transparent;
        border: medium none;
        border-radius: 0;
        padding: 0;
    }
    .workingtime .working-time.is-mb {
        display: flex !important;
        align-items: center;
        justify-content: center;
        column-gap: 9px;
    }
    .workingtime .working-time.is-mb span {
        display: flex !important;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        font-family: var(--wpcomp-font-heading);
        font-size: 33.51px;
        font-weight: normal;
        width: 42px;
        height: 37px;
        line-height: 1;
        text-transform: uppercase;
        color: var(--wpcomp-secondary-color, #e2a500);
        padding-bottom: 3px;
    }
    .workingtime .working-time.is-mb span.two-dots {
        width: 17px;
        padding-bottom: 11px;
    }
    .workingtime .working-time.is-mb span:not(.two-dots) {
        background-color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 5px;
    }
    .wpcomp-footer-contactinfo .workingtime p {
        color: #ffffff;
    }
    .wpcomp-footer-contactinfo .workingtime p.text-1 {
        margin-bottom: 16px;
        font-size: 18px;
    }
    .wpcomp-footer-contactinfo .workingtime p.text-2 {
        margin-top: 16px;
        font-size: 18px;
    }
    .wpcomp-footer-contactinfo .contact-info.is-mb ul.nav {
        gap: 14px;
    }
    .wpcomp-footer-contactinfo .contact-info.is-mb ul.nav li.nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wpcomp-footer-contactinfo .contact-info.is-mb ul.nav .nav-link {
        background: #ffffff;
        border-radius: 20px;
        color: #343434;
        font-weight: bold;
        padding: 9px 12px;
    }
    .wpcomp-footer-contactinfo .contact-info.is-mb ul.nav .nav-link.address svg>path {
        fill: var(--wpcomp-primary-color, #00b13f);
    }
    .contact-info.is-mb span.icon-ft-hotline {
        background-image: url(../images/icon-ft-hotline-mb.png);
    }
    .footer-contact {
        box-shadow: none !important;
    }
}
@media (max-width: 576px) {
    .wpcomp-block.wpcomp-block-s1b1 .elm-banner-1 { order: 2; }
    .wpcomp-block.wpcomp-block-s1b1 .elm-banner-2 { order: 1; }
    .wpcomp-block.wpcomp-block-s1b1 .elm-banner-3 { order: 3; }
    .elm-advantages .elm-advantage .elm-advantage-body .btn {
        font-size: 16px;
        line-height: 22px;
        padding: 9px 9px;
    }
    /*
    * #home_s2
    */
    #home_s2 .wpcomp-block-s2b2 {
        margin-top: -111px;
    }
    #home_s2 .wpcomp-block-s2b1 {
        padding-top: 30px;
    }
    /*
    * #home_s9
    */
    #home_s9 .wpcomp-block-s9b2 {
        margin-top: -105px;
    }
    #home_s9 .wpcomp-block-s9b1 {
        padding-top: 30px;
    }
}
@media (max-width: 430px) {
    
}
@media (max-width: 390px) {
    .support-buttons {
        padding: 0 6% !important;
    }
    .wpcomp-footer-contactinfo .contact-info.is-mb ul.nav .nav-link {
        font-size: 14px;
    }
    .wpcomp-footer-contactinfo .workingtime p.text-2 {
        font-size: 16px;
    }
    .elm-advantages.row>div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .elm-advantages .elm-advantage img.elm-advantage-img {
        margin-left: 21px;
    }
    .elm-advantages .elm-advantage .elm-advantage-body .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 9px 9px;
    }
}
@media (max-width: 375px) {
    .support-buttons {
        padding: 0 !important;
    }
    .support-buttons .btn {
        padding: 15px 20px;
    }
}