/* Mặc định cho PC */
.is_pc {
    display: block !important;
}

.is_mobi, .is_mb {
    display: none !important;
}

/* Mobile (điều chỉnh hiển thị) */
@media screen and (max-width: 768px) {
    .is_pc {
        display: none !important;
    }

    .is_mobi, .is_mb {
        display: block !important;
    }
}
/* Mặc định cho PC */
.textzoom {
    animation: scale 1s infinite linear;
    -webkit-animation: scale 1s infinite linear;
    -moz-animation: scale 1s infinite linear;
    display: inline-block;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.boai-content-sc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%;
}

.w-100 {
    width: 100% !important;
}

.btn-colorchange a.bg-01 {
    background: #3b9e7f;
}
.btn-colorchange a.bg-02 {
    background: #e9424f;
}

.blue-border-container {
    margin: 1.5rem 0;
    background: var(--wpcomp-3th-color, #cfede7);
    border-width: 1px;
    border-style: solid;
    border-color: var(--wpcomp-primary-color, #3b9e7f);
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    line-height: 25px;
}
.sc-moreInPst, .html-related-posts {
    padding: 20px 30px 20px 3.98%;
}
/*
* Bài viết liên quan cũ
*/
.sc-moreInPst {
    margin: 1rem 0;
    background: var(--wpcomp-3th-color, #cfede7);
    border-width: 1px;
    border-style: solid;
    border-color: var(--wpcomp-primary-color, #3b9e7f);
    border-radius: 10px;
}
.sc-moreInPst .moreInPst-head {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--wpcomp-primary-color, #248082);
    margin: 0;
    padding: 0;
}
.sc-moreInPst .moreInPst-ctnt {
    margin: 0;
    padding: 0.5rem 0 0.5rem 20px;
    font-size: 21px;
}
.sc-moreInPst .moreInPst-ctnt li {
    list-style: disc;
    padding: 0;
    margin: 0 !important;
    position: relative !important;
}
.sc-moreInPst .moreInPst-ctnt li a {
    text-decoration: none;
    color: var(--wpcomp-text-color, #333333);
    padding: 3px 0;
    font-size: 16px;
    font-weight: bold;
}
.sc-moreInPst .moreInPst-ctnt li a:hover {
    color: var(--wpcomp-primary-color);
}
/*
* Bài viết liên quan mới
*/
.html-related-posts .block-header .title-heading {
    margin: 0 0 0 0 !important;
    font-family: inherit;
    font-size: 24px !important;
}
.html-related-posts .block-content ul {
    padding: 0.5rem 0 0 20px !important;
    margin: 0 !important;
    font-size: 21px !important;
}
.html-related-posts .block-content ul li {
    position: relative;
    list-style: disc;
}
.html-related-posts .block-content ul li::before {
    display: none !important;
}
.html-related-posts .block-content ul li a {
    color: var(--wpcomp-text-color, #333333);
    display: inline-block;
    padding: 3px 0px 3px 0 !important; 
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.html-related-posts .block-content ul li a:hover {
    color: var(--wpcomp-primary-color, #0000ff);
}
/*
* .sc_boai.sc-html
*/
.sc_boai {
    position: relative;
    margin: 0 auto 16px;
    text-align: center;
}
.sc_boai a {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    outline: none;
}
.sc_boai img {
    display: initial;
}
.sc_boai.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sc_boai.hasbuttons .scadw-buttons {
    position: absolute;
    z-index: 1;
}
.sc_boai.hasbuttons.scadw-uudai-tri-lv1 .scadw-buttons {
    display: flex;
    flex-direction: column;
    width: 38.66666666666667%;
    height: 100%;
    bottom: 0;
    right: 3.5%;
}
.sc_boai .sc_boai-inside {
    position: relative;
    height: 100%;
}
.sc_boai.hasbuttons .scadw-buttons>.sc_boai-inside {
    padding-top: 56.6%;
}
.sc_boai.hasbuttons .scadw-buttons a {
    display: block;
    width: 100%;
    height: 10%;
}
.sc_boai.sc-html {
    max-width: 750px;
    padding: 15px 20px;
    font-family: Roboto;
}
.sc_boai.sc-html,
.sc_boai.sc-html .sc-boai-content {
    border-radius: 20px;
}
.sc_boai.sc-html .sc-boai-heading {
    color: #ffffff;
    font-family: var(--wpcomp-font-heading, 'HelvetIns');
    font-size: 20px;
    text-transform: uppercase;
    text-align: center !important;
    margin-top: 0 !important;
}
.sc_boai.sc-html .sc-boai-note span,
.sc_boai.sc-html .sc-boai-heading span {
    color: #ffff00;
}
.sc_boai.sc-html .sc-boai-heading span {
    display: block;
    font-size: 30px;
}
.sc_boai.sc-html .sc-boai-content {
    background-color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 25px;
}
.sc_boai.sc-html .sc-boai-content ul {
    padding-left: 0;
}
.sc_boai.sc-html .sc-boai-content ul li {
    list-style: disc;
    list-style-position: inside;
    text-align: initial;
    padding: 3px 5px;
    margin: 0 !important;
}
.sc_boai.sc-html .sc-boai-content ul li span {
    color: #ff0000;
}
.sc_boai .sc-boai-note {
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    text-align: center !important;
}
.sc_boai .sc-boai-note:last-child,
.sc_boai.sc-html .sc-boai-content ul:last-child {
    margin: 0 !important;
}
.sc_boai.sc-html .sc-boai-footer {
    padding-top: 15px;
}
.sc_boai.sc-html .sc-boai-buttons {
    display: flex;
    margin-bottom: 18px;
    justify-content: center; /* Canh giữa theo chiều ngang */
    align-items: center; /* Canh giữa theo chiều dọc */
    height: 100%;
}
.sc_boai.sc-html .sc-boai-buttons .btn-group {
    display: flex;
    gap: 9px;
}
/* Hiệu ứng nhấp nháy nút xanh */
@keyframes blue-blink {
    0% {
        background-color: #3a8dde; /* Màu xanh nhạt */
    }
    50% {
        background-color: #ff7a29; /* Màu xanh đậm */
    }
    100% {
        background-color: #3a8dde; /* Màu xanh nhạt */
    }
}

/* Hiệu ứng nhấp nháy nút cam */
@keyframes orange-blink {
    0% {
        background-color: #ff7a29; /* Màu cam nhạt */
    }
    50% {
        background-color: #3a8dde; /* Màu đỏ đậm */
    }
    100% {
        background-color: #ff7a29; /* Màu cam nhạt */
    }
}

/* Hiệu ứng nhấp nháy nút xanh */
@keyframes green-blink {
    0% {
        background-color: #009257; /* Màu xanh nhạt */
    }
    50% {
        background-color: #ff7a29; /* Màu xanh đậm */
    }
    100% {
        background-color: #009257; /* Màu xanh nhạt */
    }
}

/* Hiệu ứng nhấp nháy nút cam */
@keyframes orange2-blink {
    0% {
        background-color: #ff7a29; /* Màu cam nhạt */
    }
    50% {
        background-color: #009257; /* Màu đỏ đậm */
    }
    100% {
        background-color: #ff7a29; /* Màu cam nhạt */
    }
}

.sc_boai.sc-html .sc-boai-buttons .btn-chat {
    border-radius: 22px;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: flex;
    gap: 5px;
    font-family: var(--wpcomp-font-heading, 'HelvetIns');
    font-weight: 400;
    align-items: center;
    line-height: initial;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 30px 5px 30px;
    white-space: nowrap;
    background-size: 200% 200%; /* Tăng kích thước để hiệu ứng mượt hơn */
    animation: blink-animation 2s step-start infinite; /* Animation rõ ràng */
}
.sc_boai.sc-html .sc-boai-buttons .btn-chat img {
    display: initial;
    margin: 0 11px 0 0;
}
.sc_boai.sc-html .sc-boai-buttons .btn-tuvan {
    animation: orange-blink 2s step-start infinite; /* Hiệu ứng nhấp nháy riêng */
}
.sc_boai.sc-html .sc-boai-buttons .btn-dangky {
    animation: blue-blink 2s step-start infinite; /* Hiệu ứng nhấp nháy riêng */
}
.sc_boai.sc-html.bg-blue .sc-boai-buttons .btn-tuvan {
    animation: orange2-blink 2s step-start infinite; /* Hiệu ứng nhấp nháy riêng */
}
.sc_boai.sc-html.bg-blue .sc-boai-buttons .btn-dangky {
    animation: green-blink 2s step-start infinite; /* Hiệu ứng nhấp nháy riêng */
}
.border-radius-10 {
    border-radius: 10px;
}
/*
* .sc_boai.bg-blue
*/
.bg-blue {
    background-color: #2163af;
}
.sc_boai.bg-blue .sc-boai-content ul li::marker {
    color: #2163af;
}
.sc_boai.bg-blue .sc-boai-content ul li::before {
    background: initial !important;
    position: initial !important;
    width: initial !important;
    height: initial !important;
}
/*
* .sc_boai.bg-green
*/
.bg-green {
    background-color: #009570;
}
.sc_boai.bg-green .sc-boai-content ul li::marker {
    color: #009570;
}
/*
* .vssc-chatbonus
*/
.vssc-chatbonus .boai-sc-inside {
    gap: 18px;
}
.vssc-chatbonus a {
    background: #e9424f;
    border-radius: 9px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    overflow: hidden;
    gap: 13px;
    text-transform: uppercase;
    font-family: var(--wpcomp-font-heading, 'HelvetIns');
    font-size: 23px;
    font-weight: normal;
    text-decoration: none;
    padding: 18px 5% 16px;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
}
.vssc-chatbonus a:hover {
    opacity: 0.8;
}
.vssc-chatbonus .wpcomp-bg-transform>a:nth-child(2) {    
    gap: 16px;
}
.vssc-chatbonus .wpcomp-bg-transform>a.active {
    background: #16b254;
}
/*
* .sc_boai.sc-uudai-tri-lv3
*/
.sc_boai.sc-uudai-tri-lv3 .sc-boai-inner {
    display: inline-block;
    position: relative;
}
.sc_boai.sc-uudai-tri-lv3 .sc-boai-inner > img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.sc_boai.sc-uudai-tri-lv3.is_pc .send-phonenumber {
    position: absolute;
    top: initial;
    left: initial;
    bottom: 0;
    right: 0;
    width: 65%;
    line-height: 1.42857143;
}
.sc_boai .send-phonenumber {
    padding: 9px;
}
.sc_boai .send-phonenumber .send-phonenumber-form {
    border-radius: 24px;
    background-color: #ffffff;
    display: flex;
    text-align: left;
    padding-left: 34px;
    overflow: hidden;
    height: 46px;
}
.sc_boai .send-phonenumber input.d-phone {
    width: calc(100% - 84px);
    height: 46px;
}
.sc_boai .send-phonenumber input.d-phone:focus {
    border: medium none;
    outline: 0;
}
.sc_boai .send-phonenumber button,
.sc_boai .send-phonenumber input.d-phone {
    border: medium none;
    background: inherit;
}
.sc_boai .send-phonenumber button {
    padding: 0;
    width: 84px;
}
/*
* .vssc-trieuchung-batthuong
*/
.vssc-trieuchung-batthuong .vssc-inside {
    border: 2px solid #1d544b;
    padding: 15px 30px;
}
.vssc-trieuchung-batthuong .vssc-header .vssc-header-title {
    color: #1d544b;
    font-family: 'UTM HelvetIns', 'HelvetIns';
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 17px;
}
.vssc-trieuchung-batthuong .text-red {
    color: #e92e2e;
}
.vssc.vssc-trieuchung-batthuong .vssc-right .vssc-title {
    flex-direction: column;
}
.vssc.vssc-trieuchung-batthuong .vssc-title-text {
    background-color: #fef3c7;
    border-radius: 7px;
    font-family: var(--wpmini-font-default);
    font-size: 14px;
    padding: 8px 14px;
}
.vssc.vssc-trieuchung-batthuong .vssc-title-note {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}
/*
* .vssc-khamcung-chuyengia
*/
.vssc-khamcung-chuyengia .boai-sc-inside {
    position: relative;
}
.vssc-khamcung-chuyengia .btn-container {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 55%;
    height: 50%;
}
.vssc-khamcung-chuyengia .btn-container a {
    width: 50%;
    height: 100%;
}
/*
* .vssc-tracuu-google
*/
.vssc-tracuu-google  .boai-sc-inside {
    position: relative;
}
.vssc-tracuu-google  .btn-container {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 54%;
    height: 30%;
}
.vssc-tracuu-google  .btn-container a {
    width: 50%;
    height: 100%;
}
/*
* .vssc-tuvancuoigoi-gif
*/
.vssc-tuvancuoigoi-gif .boai-sc-inside {
    position: relative;
}
.vssc-tuvancuoigoi-gif .btn-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.vssc-tuvancuoigoi-gif .btn-container a {
    width: 50%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .vssc-chatbonus .boai-sc-inside {
        width: 70%;
    }
    .sc_boai.sc-html .sc-boai-sendphone {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .sc_boai.sc-html .send-phonenumber {
        display: flex;
        gap: 0;
        width: 90%;
    }
    .sc_boai.sc-html .send-phonenumber .send-phonenumber-form {
        padding-left: 20px;
        width: 100%;
    }
    .sc_boai.sc-html .send-phonenumber .btn-container {
        height: 46px;
    }
    .sc_boai.sc-html .send-phonenumber .btn-container a > img {
        height: 56px;
    }
}
@media screen and (max-width: 360px) {
    .sc_boai.sc-html .sc-boai-content {
        padding: 15px 10px 15px 43px;
    }
    .sc_boai.sc-html .sc-boai-buttons .btn-chat {
        font-size: 13px;
    }
    .sc_boai.sc-html .sc-boai-buttons .btn-chat img {
        height: 18px;
    }
}
@media screen and (max-width: 375px) {
    .vssc-chatbonus a {
        gap: 8px !important;
        font-size: 15px;
        padding: 8px 3% 10px;
    }
}
@media screen and (max-width: 430px) {
    .sc_boai.sc-html .sc-boai-heading span {
        font-size: 22px !important;
    }
}
@media screen and (max-width: 480px) {
    .sc_boai.sc-html .sc-boai-heading {
        font-size: 16px;
    }
    .sc_boai.sc-html .sc-boai-heading span {
        font-size: 24px;
    }
    .sc_boai.sc-html .sc-boai-content ul li {
        text-indent: -23px;
    }
    .sc_boai.sc-html .sc-boai-buttons .btn-chat {
        padding: 4px 10px 5px;
    }
    .sc_boai.sc-html .sc-boai-buttons .btn-chat img {
        margin-right: 6px;
    }
}
@media screen and (max-width: 575.98px) {
    .vssc-chatbonus .boai-sc-inside {
        gap: 12px;
        width: 100%;
    }
    .vssc-chatbonus a {
        gap: 10px;
        font-size: 18px;
        padding: 10px 10px 12px;
    }
    .sc_boai.sc-html .sc-boai-content {
        padding: 15px 25px 15px 35px;
    }
}
@media screen and (max-width: 991.98px) {
    .vssc.vssc-trieuchung-batthuong .vssc-content.d-flex {
        flex-direction: column;
    }
    .vssc.vssc-trieuchung-batthuong .vssc-content.d-flex .vssc-right {
        margin-top: 20px;
    }
}
/*
* Đặt lịch khám thai sớm
*/
/* Chrome, Safari, Edge */
input[type=number].d-phone::-webkit-outer-spin-button,
input[type=number].d-phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].d-phone {
  -moz-appearance: textfield;
}

.vssc.vssc-datlich-khamsom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem auto;
}
.vssc.vssc-datlich-khamsom .vssc-inside {
    background: #e0f5ee;
    border-radius: 15px;
    overflow: hidden;
    max-width: fit-content;
}
.vssc.vssc-datlich-khamsom .vssc-left {
    flex-shrink: 0;
}
.vssc.vssc-datlich-khamsom .vssc-left img {
    height: 100%;
    width: auto;
    max-width: 100% !important;
}
.vssc.vssc-datlich-khamsom .vssc-right-content {
    height: 100%;
    padding: 10px 23px;
    position: relative;
}
.vssc.vssc-datlich-khamsom .vssc-right-content .vssc-title {
    display: flex;
    justify-content: center;
    text-align: center;
}
.vssc.vssc-datlich-khamsom .vssc-right {
    flex: 1;
}
.vssc.vssc-datlich-khamsom .vssc-right-content .vssc-form {
    margin-top: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vssc.vssc-datlich-khamsom .vssc-right-content .vssc-form input.d-phone {
    border: 1px solid #34d4a2;
    border-radius: 30px;
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 46px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.vssc.vssc-datlich-khamsom .vssc-right-content .vssc-form input.d-phone:focus-visible {
    outline: 0;
}
.vssc.vssc-datlich-khamsom .vssc-right-content .vssc-form button.d-send {
    background: linear-gradient(to right, #ff4500, #ffcc33);
    border: medium none;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    margin: 5px 0 0 0;
    outline: 0;
    text-transform: uppercase;
    padding: 10px 22px;
    width: fit-content;
    font-weight: 700;
    line-height: 24px;
}
.vssc.vssc-datlich-khamsom .vssc-right-content .vssc-form button.d-send .vs-icon {
    display: flex;
}
.vssc.vssc-datlich-khamsom .vssc-right-content .vssc-form button.d-send:hover {
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    .vssc.vssc-datlich-khamsom .vssc-inside {
        flex-direction: column;
    }
    .vssc.vssc-datlich-khamsom .vssc-left img {
        width: 100%;
        height: auto;
    }
}
.vssc-32nguoi-tuvan .boai-sc-inside {
    background: #f5fffd !important;
    border: 3px solid var(--wpmini-primary-color);
    border-radius: 20px;
    padding: 25px 25px;
    max-width: 100%;
    width: 600px;
}
.vssc-32nguoi-tuvan .text-note-1 {
    color: #000000;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
}
.vssc-32nguoi-tuvan .text-note-1 span {
    color: #b90d0d;
    font-size: 28px;
}
.vssc-32nguoi-tuvan .text-note-2 {
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.vssc-32nguoi-tuvan .text-note-2 img {
    height: 21px;
    width: auto;
}
.vssc-32nguoi-tuvan .btn-container {
    margin-top: 28px;
    gap: 10px;
}
.vssc-32nguoi-tuvan .btn-container a {    
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: calc(50% - 10px);
    height: 46px;
    font-size: 18px;
    font-weight: 500;
}
.vssc-32nguoi-tuvan .btn-container a:hover {
    text-decoration: underline;
}
.vssc-32nguoi-tuvan .btn-container a.btn-callto {
    background-color: var(--wpmini-primary-color);
    border: medium none;
    color: #ffffff;
}
.vssc-32nguoi-tuvan .btn-container a.btn-livechat {
    border: 2px solid var(--wpmini-primary-color);
    color: var(--wpmini-primary-color);
}
.vssc-32nguoi-tuvan .form-wrap {
    background: var(--wpmini-primary-color);
    border-radius: 20px;
    color: #ffffff;
    margin-top: 25px;
    padding: 20px 6% 20px;
}
.vssc-32nguoi-tuvan .fcontact-note {
    font-size: 15px;
}
.vssc-32nguoi-tuvan .fcontact-note b {
    font-style: italic;
}
.vssc-32nguoi-tuvan .wpmini-form input.d-phone {
    border-radius: 17px;
    height: 47px;
    text-align: center;
    font-weight: 500;
}
.vssc-32nguoi-tuvan .wpmini-form button.btn {
    background: linear-gradient(to bottom, #ff6600, #ff0000);
    border-radius: 14px;
    width: fit-content;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
@media screen and (max-width: 768px) {
    .vssc-32nguoi-tuvan .boai-sc-inside {
        padding: 20px 15px;
    }
    .vssc-32nguoi-tuvan .btn-container {
        flex-direction: column;
    }
    .vssc-32nguoi-tuvan .btn-container a {
        width: 100%;
    }
    .vssc-32nguoi-tuvan .wpmini-form button.btn {
        flex-shrink: 0;
    }
}