:root {
	--theme-color: #2f4078 !important;
	--theme-color2: #ff8e09 !important;
	--theme-color3: #249835 !important;
	--text-color: #25274d !important;
	--black: #333;
	--grey: #e8e8e8;

	--regular: "Montserrat";
	--medi: "Montserrat-medi", sans-serif;
	--semi: "Montserrat-semi", sans-serif;
	--bold: "Montserrat-bold", sans-serif;
	--kozuka: "kozuka", sans-serif;

	--size-14: 0.875rem;
	--size-20: 1.25rem;
	--size-24: 1.5rem;
	--size-28: 1.75rem;
	--size-30: 1.875rem;
	--size-36: 2.25rem;
	--size-40: 2.5rem;
}

.txt-white,
.txt-white * {
	color: white !important;
}

@font-face {
	font-family: "Montserrat-bold";
	src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"),
		url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-bold";
	src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
		url("../fonts/Montserrat-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-semi";
	src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
		url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-semi";
	src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"),
		url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
		url("../fonts/Montserrat-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-medi";
	src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"),
		url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-medi";
	src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
		url("../fonts/Montserrat-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "kozuka";
	src: url("../fonts/KozGoPr6N-Bold-AlphaNum.woff2") format("woff2"),
		url("../fonts/KozGoPr6N-Bold-AlphaNum.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.font-2 {
	font-family: "kozuka" !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: bold;
	font-family: var(--bold);
}

.uxb-wrapper.uxb-wrapper--text {
	position: unset;
}

.uxb-wrapper.uxb-wrapper--team_member {
	width: 25%;
}

body {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: var(--regular);
}

input:autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

input:-webkit-autofill {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

.wpcf7 form .wpcf7-response-output {
	display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	background: 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	left: 18px;
	bottom: 18px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
	display: none;
}

.p-mb-10 p {
	margin-bottom: 10px !important;
}
.p-mb-0 p {
	margin-bottom: 0;
}

.logo-pd-0 .ux-logo-link {
	padding: 0px !important;
}

.br-20{
	border-radius: 20px;
	overflow: hidden;
}

/* ------Header footer-------- */

body:not(.page-template-page-transparent-header-light)
	header
	.main-topbar-infor
	.box-top-bar-wrap {
	border: 1px solid var(--theme-color);
}

.header-wrapper {
	position: relative;
}
.header-wrapper .header-inner.container:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 98%;
	height: 1px;
	border-bottom: 1px solid #fff;
	left: 50%;
	transform: translateX(-50%);
}
body:not(.page-template-page-transparent-header-light)
	.header-wrapper
	.header-inner.container:after {
	border-bottom: 1px solid var(--theme-color);
}

.nav-uppercase > li > a {
	font-weight: unset;
	font-family: var(--medi);
	text-transform: uppercase;
}
.nav-spacing-xlarge > li {
	margin: 0px 15px;
}

.main-topbar-infor {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	justify-content: flex-end;
}
.box-top-bar-wrap {
	background: #fff;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: flex-start;
	padding: 5px 15px;
	gap: 13px;
	width: max-content;
	border: 1px solid transparent;
}
.box-top-bar-wrap .content-box {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-start;
}
.box-top-bar-wrap .content-box .hotline span {
	display: block;
	font-size: 12px;
	font-family: var(--bold);
	color: var(--theme-color);
}
.box-top-bar-wrap .content-box .hotline a {
	display: block;
	font-size: 20px;
	font-weight: unset;
	font-family: var(--bold);
	color: var(--theme-color3);
	line-height: 1;
}
.box-top-bar-wrap .content-box .store-info {
	font-size: 11px;
	color: var(--theme-color);
	line-height: 1.3;
}
.box-top-bar-wrap .content-box .store-info .title {
	font-family: var(--bold);
}
.box-top-bar-wrap .content-box .store-info .name-day {
	min-width: 50px;
	display: inline-block;
}

.footer-box .box-top-bar-wrap {
	background-color: #f8f8fa;
	text-align: left;
}
.footer-box .main-topbar-infor {
	justify-content: center;
}
.absolute-footer {
	display: none;
}

/* end header footer */

.title-section h2 {
	position: relative;
}
.title-section h2:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 85px;
	height: 11px;
	border-radius: 30px;
	background-color: #e4e2ca;
}
.blog-left-index .box-text {
	padding-top: 20px;
}
.blog-left-index .box-text-inner {
	display: flex;
	flex-direction: column-reverse;
}

.blog-left-index .box-text-inner .is-divider {
	display: none;
}
.blog-left-index .box-text-inner .post-meta,
.blog-right-index .box-text-inner .post-meta {
	font-size: 14px;
	color: var(--theme-color);
}
.blog-left-index .box-text-inner .post-title a,
.blog-right-index .box-text-inner .post-title a {
	display: block;
	font-size: 20px;
	color: var(--theme-color);
}
.blog-left-index .box-image {
	border-radius: 30px;
}

.blog-right-index .box-image {
	display: none;
}
.blog-right-index .box-text {
	padding-top: 0px;
	padding-bottom: 0px;
}
.blog-right-index .box-text-inner {
	display: flex;
	flex-direction: column;
}
.blog-right-index .box-text-inner .post-meta {
	order: 1;
}
.blog-right-index .box-text-inner .post-title {
	order: 2;
}
.blog-right-index .box-text-inner .is-divider {
	order: 3;
	width: 100%;
	max-width: unset;
	background: var(--theme-color);
	margin-top: 25px;
	margin-bottom: 25px;
	height: 1px;
}
.blog-right-index .post-item:last-child .box-text-inner .is-divider {
	display: none;
}
.bold-text {
	font-family: var(--bold);
}
.btn-arrow-right {
	font-size: 14px;
	color: var(--black) !important;
	padding: 10px 70px 10px 30px;
	background-image: url("../images/arrow-right.png");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 27px;
	border: 1px solid var(--theme-color) !important;
	background-color: #fff !important;
	transition: 0.3s;
	height: 53px;
}
.btn-arrow-right:hover {
	background-color: var(--theme-color) !important;
}
.btn-arrow-right:hover span {
	color: #fff;
}
.btn-phone-green-2 {
	font-size: 16px;
	font-family: var(--bold);
	background-image: url("../images/icon-phone-white.png");
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 27px;
	transition: 0.3s;
	min-height: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 53px;
}
.btn-phone-green {
	font-size: 24px;
	font-family: var(--bold);
	background-image: url("../images/icon-phone-white.png");
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 27px;
	transition: 0.3s;
	min-height: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 53px;
	padding-left: 20px !important;
}
/* .btn-phone-green:hover {
	background-color: var(--theme-color) !important;
}
.btn-phone-green:hover span {
	color: #fff;
} */

.testimonial-index {
	background-color: #f0f3f5;
	border-radius: 40px;
	padding: 90px;
	position: relative;
	height: 100%;
}
.testimonial-index .testimonial-text {
	font-style: normal !important;
}
.testimonial-index .testimonial-text p {
	margin-bottom: 0;
}
.testimonial-index .testimonial-text h3 {
	font-size: 24px;
	margin-bottom: 35px;
}
.testimonial-index .testimonial-image {
	position: absolute;
	top: -72px;
	z-index: 9;
	left: -6px;
}
.testimonial-index .testimonial-meta {
	display: none;
}
.slider-feedback .col .col-inner {
	height: 100%;
}

.slider-feedback .col {
	animation: fillHeight 0s 0.2s linear forwards;
}

.slider-feedback .flickity-page-dots {
	bottom: -20px;
}
.slider-feedback .flickity-page-dots .dot {
	border: none;
	background-color: gray;
}
.slider-feedback .flickity-page-dots .dot.is-selected {
	background-color: var(--theme-color) !important;
}
.row-list-service-index {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.row-list-service-index > .col {
	padding-bottom: 0px;
	border-left: 1px solid #8ca1e4 !important;
	min-height: 120px;
}
.row-list-service-index > .col:last-child {
	border-right: 1px solid #8ca1e4;
}
.row-list-service-index .service-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.row-list-service-index .service-item img {
	margin-bottom: 0px;
}

.row-list-service-index .service-item p:last-of-type {
	margin-bottom: 0px;
	margin-top: auto;
}
.menu-slide-technology .ux-menu-link.active-left {
	padding-left: 0;
}
.menu-slide-technology .ux-menu-link {
	padding-left: 40px;
	transition: 0.3s;
}
.menu-slide-technology .ux-menu-link a span {
	font-family: var(--bold);
}

.title-border-left {
	padding: 10px 0px 10px 20px;
	position: relative;
}
.title-border-left h2,
.title-border-left h3 {
	font-size: 20px;
}
.title-border-left::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	border-radius: 30px;
	background-color: #e4e2ca;
	left: 0;
	top: 0;
}
.title-border-left h2 {
	margin-bottom: 0px;
}

.row-divided.row-divided > .col + .col:not(.large-12) {
	border-color: rgb(140, 161, 228);
}
.section-intro {
	border-top: 1px solid rgb(140, 161, 228);
}

.box-service-banner .icon-box-img img {
	height: 32px;
	object-fit: contain;
}
.section-service-banner {
	margin-top: -80px;
}
.section-service-banner:before {
	content: "";
	display: block;
	border-radius: 80px 0px 0px 0px;
	background-color: #fff;
	position: absolute;
	width: 97%;
	height: 100%;
	top: 0;
	right: 0;
}
.slider-banner .section .section-bg img {
	border-radius: 0px 0px 0px 80px;
}

.btn-jgh-custom {
	padding: 0px;
	border: 1px solid var(--theme-color2);
	border-top: none;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: max-content;
	background-image: url("../images/arrow-right.png");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 27px;
	transition: 0.3s;
	padding-right: 70px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.btn-jgh-custom span.title-left {
	padding: 10px 20px;
	font-size: 18px;
	min-width: 100px;
	background: var(--theme-color2);
	text-align: left;
	color: #fff;
	line-height: 1.2;
}
.btn-jgh-custom .title-right {
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.2;
	color: var(--theme-color);
}
.btn-jgh-custom:hover {
	background-color: var(--theme-color) !important;
}
.btn-jgh-custom:hover .title-right {
	color: #fff;
}

.slider-banner .btn-jgh-custom {
	min-width: 450px;
}

.slider-banner:before {
	content: "";
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 300px;
	background-image: url("../images/scroll.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	z-index: 9;
	transition: 0.5s;
}
.slider-banner:hover::before {
	transform: translateY(-30%);
}

.slider-banner .flickity-page-dots {
	bottom: 120px;
	display: flex;
	flex-direction: column;
	left: unset;
	right: 50px;
	gap: 20px;
}
.slider-banner .flickity-page-dots li {
	border: none;
	width: 50px;
	height: 25px;
	background-color: transparent;
	opacity: 1;
}
.slider-banner .flickity-page-dots .dot {
	position: relative;
}
.slider-banner .flickity-page-dots .dot.is-selected {
	background-color: transparent;
	border: none;
}
.slider-banner .flickity-page-dots .dot.is-selected:after {
	color: #fff;
}
.slider-banner .flickity-page-dots .dot::after {
	font-size: 18px;
	font-family: var(--bold);
	color: #a4b5ec;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
}

/* Hoặc phiên bản đơn giản hơn không dùng counter */
.slider-banner .flickity-page-dots .dot:nth-child(1):after {
	content: "• 01";
}
.slider-banner .flickity-page-dots .dot:nth-child(2):after {
	content: "• 02";
}
.slider-banner .flickity-page-dots .dot:nth-child(3):after {
	content: "• 03";
}
.slider-banner .flickity-page-dots .dot:nth-child(4):after {
	content: "• 04";
}
.slider-banner .flickity-page-dots .dot:nth-child(5):after {
	content: "• 05";
}
.slider-banner .flickity-page-dots .dot:nth-child(6):after {
	content: "• 06";
}
.slider-banner .flickity-page-dots .dot:nth-child(7):after {
	content: "• 07";
}
.slider-banner .flickity-page-dots .dot:nth-child(8):after {
	content: "• 08";
}
.slider-banner .flickity-page-dots .dot:nth-child(9):after {
	content: "• 09";
}
.slider-banner .flickity-page-dots .dot:nth-child(10):after {
	content: "• 10";
}

/* Tùy chỉnh thêm - style vuông thay vì tròn */
.slider-banner .flickity-page-dots .dot.square {
	border-radius: 4px;
	width: 35px;
	height: 25px;
}

.mw-ct {
	width: max-content;
}
/* contact -page */
.icon-box-contact .icon-box-text {
	padding-left: 22px !important;
}
.icon-box-contact .icon-box-text p {
	font-size: 18px;
}

.tbl-custom table {
	width: 100%;
	border-collapse: collapse;
}
.tbl-custom tr:first-child {
	border-top: 1px solid #a4dbff !important;
}
.tbl-custom tr:first-child:after {
	content: "";
	width: 25px;
	height: 1px;
	background-color: var(--theme-color);
	top: -2px;
	left: 0;
	position: absolute;
}

.tbl-custom tr {
	border-bottom: 1px solid #a4dbff !important;
	position: relative;
	border-color: #a4dbff;
}
.tbl-custom tr:before {
	content: "";
	width: 25px;
	height: 1px;
	background-color: var(--theme-color);
	bottom: -2px;
	left: 0;
	position: absolute;
}

.tbl-custom td {
	padding: 20px 25px;
	vertical-align: top;
}

.tbl-custom td:first-child {
	width: 180px;
	background-color: #f8f9fa;
	color: #083581;
	font-size: 14px;
	font-family: var(--regular);
	border: none;
}

.tbl-custom td:last-child {
	color: #202124;
	font-size: 15px;
	line-height: 1.6;
	border: none;
}

.tbl-custom .brand-name {
	color: #083581;
	font-family: var(--bold);
	font-size: 16px;
}

.tbl-custom .website {
	color: #083581;
	font-family: var(--bold);
}

.tbl-custom .ecosystem-content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.tbl-custom .location {
	flex: 1;
	min-width: max-content;
}

.tbl-custom .location-name {
	font-family: var(--bold);
	color: #000;
	margin-bottom: 5px;
	font-size: 14px;
}

.tbl-custom .company-list {
	font-size: 13px;
	color: #083581;
	line-height: 1.8;
}

.tbl-custom a {
	color: inherit;
	text-decoration: none;
	font-family: var(--bold);
	color: var(--text-color);
}

.tbl-custom a:hover {
	text-decoration: underline;
}

.tbl-custom-4 table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	overflow: hidden;
	font-family: var(--kozuka);
}

.tbl-custom-4 table thead tr td{
	background-color: var(--theme-color3);
	text-align: center;
	
}
.tbl-custom-4 table thead tr td{
	color: #fff;
	font-size: 18px;
	font-family: var(--kozuka) !important;
	font-weight: 600;
}
.tbl-custom-4 table tr td{
	padding: 20px !important;
	color: var(--text-color);
}
.tbl-custom-4 table,.tbl-custom-4 td,.tbl-custom-4 th {
  border: 1px solid #eee;
}
/* about page */
.btn-white-border {
	border: 1px solid var(--theme-color);
	color: var(--theme-color) !important;
}
.btn-white-border:hover {
	box-shadow: none;
	background-color: var(--theme-color) !important;
	color: #fff !important;
}

.box-img-doctor .box-text {
	background-image: url("../images/arrow-right-fill.png");
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: right 15px;
}
.box-img-doctor .box-text h4 {
	font-size: 18px;
	margin-bottom: 10px;
	font-family: var(--kozuka);
}
.stack-scroll-fix {
	transition: 0.3s;
}
.stack-scroll-fix.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	padding: 20px;
}

/* doctor-nurse */
.tbl-custom-2 table {
	width: 100%;
	border-collapse: collapse;
}

.tbl-custom-2 tr:first-child td {
	color: #083581;
	font-size: 16px;
	font-family: var(--bold);
	text-transform: uppercase;
	line-height: 1.6;
}
.tbl-custom-2 tr:last-child {
	border-bottom: none !important;
}
.tbl-custom-2 tr:last-child::before {
	content: "";
	width: 0px;
}
.tbl-custom-2 tr {
	border-bottom: 1px solid #a4dbff !important;
	position: relative;
	border-color: #a4dbff;
}
.tbl-custom-2 tr:before {
	content: "";
	width: 25px;
	height: 1px;
	background-color: var(--theme-color);
	bottom: -2px;
	left: 0;
	position: absolute;
}

.tbl-custom-2 td {
	padding: 20px 25px;
	vertical-align: top;
}

.tbl-custom-2 td:first-child {
	width: 190px;
	color: #083581;
	font-size: 16px;
	font-family: var(--bold);
	border: none;
	text-transform: uppercase;
	padding-left: 0px;
}

.tbl-custom-2 td:last-child {
	color: #202124;
	font-size: 16px;
	line-height: 1.6;
	border: none;
}

.tbl-custom-2 .brand-name {
	color: #083581;
	font-family: var(--bold);
	font-size: 16px;
}

.tbl-custom-2 .website {
	color: #083581;
	font-family: var(--bold);
}

.tbl-custom-2 .ecosystem-content {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.tbl-custom-2 .location {
	flex: 1;
	min-width: max-content;
}

.tbl-custom-2 .location-name {
	font-family: var(--bold);
	color: #000;
	margin-bottom: 5px;
	font-size: 14px;
}

.tbl-custom-2 .company-list {
	font-size: 13px;
	color: #083581;
	line-height: 1.8;
}

.tbl-custom-2 a {
	color: inherit;
	text-decoration: none;
	font-family: var(--bold);
	color: var(--text-color);
}

.tbl-custom-2 a:hover {
	text-decoration: underline;
}

/* investigation */
.title-qa {
	background-color: #edf8ff;
	border-radius: 40px;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.title-qa h3 {
	margin-bottom: 0;
	font-size: 18px;
}

.faq-acc .accordion-title button {
	left: unset;
	right: 0;
	background-image: url("../images/plus.svg");
	background-repeat: no-repeat;
	background-size: 11px;
	background-position: center;
	border: 1px solid var(--text-color);
	width: 27px;
	height: 27px;
	min-height: unset;
	top: 50%;
	transform: translateY(-50%);
}
.faq-acc .accordion-title button i {
	display: none;
}
.faq-acc .accordion-title {
	border-top: none;
	text-transform: uppercase;
	font-family: var(--bold);
	border-bottom: 1px solid #a4dbff;
	font-size: 16px;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.faq-acc .accordion-title.active {
	background-color: transparent;
	border: none;
}
.faq-acc .accordion-title.active button {
	background-image: url("../images/minus.svg");
}
.faq-acc .accordion-title.active + .accordion-inner {
	border-bottom: 1px solid #a4dbff;
}
.cl-red {
	color: red !important;
}
.form-contact .wrap-input {
	background-color: #edf8ff;
	padding: 25px;
	border-radius: 20px;
	margin-bottom: 40px;
}
.form-contact .wrap-input .large-3 span {
	font-size: 18px;
	font-family: var(--kozuka);
	color: var(--text-color);
	font-weight: bold;
}
.form-contact .wrap-input input {
	box-shadow: none;
	border-radius: 10px;
	height: 50px;
}
.form-contact .wrap-input textarea {
	border-radius: 10px;
	box-shadow: none;
}
.form-contact .wrap-input .wpcf7-list-item {
	display: flex;
	align-content: center;
}
.form-contact .wrap-input .wpcf7-list-item input {
	height: 19px;
	min-width: 19px;
	background-color: white;
	border-radius: 50%;
	vertical-align: middle;
	border: 2px solid var(--text-color);
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}
.form-contact .wrap-input .wpcf7-list-item input:checked {
	background-color: var(--theme-color3);
}

.form-contact .wrap-input .wpcf7-checkbox {
	margin-top: 20px;
	display: block;
}
.form-contact .note-bottom p:first-child {
	margin-bottom: 10px;
	font-size: 18px;
	color: var(--text-color);
	font-family: var(--kozuka);
	font-weight: bold;
}
.form-contact .note-bottom p:last-child {
	font-size: 14px;
	color: var(--text-color);
	margin-bottom: 20px;
}
.form-contact .wrap-send {
	text-align: right;
}
.form-contact .wrap-send .wpcf7-spinner {
	display: none;
}
.form-contact .wrap-send .wpcf7-submit {
	margin-right: 0;
	border-radius: 10px;
	background-color: var(--theme-color3);
	min-width: 150px;
	border: 1px solid var(--theme-color3);
	transition: 0.3s;
	font-family: var(--kozuka);
	font-weight: bold;
}
.form-contact .wrap-send .wpcf7-submit:hover {
	background-color: #fff;
	color: var(--theme-color3);
	box-shadow: none;
}

/* infomation */
.tag-a-custom p {
	display: flex;
	align-items: center;
	gap: 15px;
}
.tag-a-custom a {
	display: inline-block;
	background-color: #e5e5e5;
	padding: 10px 20px;
	border-radius: 30px;
	transition: 0.3s;
	border: 1px solid transparent;
	color: var(--text-color);
}
.tag-a-custom a:hover {
	background-color: #fff;
	border-color: var(--text-color);
}

.tbl-custom-3.tbl-custom td:first-child {
	font-family: var(--bold);
	text-transform: uppercase;
	font-size: 16px;
}

/* news */
.blog-wrapper.blog-single {
	padding-top: 0px;
}
.single-wrap-row {
	margin-top: 50px;
}
.banner-featured-post {
	border-radius: 0px 0px 130px 130px;
	overflow: hidden;
}

.banner-featured-post img {
	width: 100%;
}
.wrap-breadcrumb {
	margin-bottom: 50px;
}
.wrap-breadcrumb p {
	margin-bottom: 0px;
}
.meta-post-single {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 50px;
}
.meta-post-single a {
	color: var(--text-color);
	transition: 0.3s;
}
.meta-post-single a:hover {
	text-decoration: underline;
}
.meta-post-single .date {
	font-family: var(--bold);
	color: var(--text-color);
}
h1.entry-title {
	margin-bottom: 40px;
}

.post-sidebar .widget-title {
	background-color: #f0f3f5;
	display: block;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
.post-sidebar .is-divider {
	display: none;
}

.post-sidebar ul li {
	border-color: #a4dbff !important;
	padding-left: 10px;
	transition: 0.3s;
}
.post-sidebar ul li:hover {
	padding-left: 10px;
}
.post-sidebar ul li a {
	color: var(--theme-color);
	font-family: var(--bold);
	padding: 15px 0px;
}
.list-articles-post-sidebar {
	margin-top: 30px;
}
.list-articles-post-sidebar .item-articles {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #a4dbff;
}
.list-articles-post-sidebar .item-articles:last-child {
	border-bottom: none;
}
.list-articles-post-sidebar .item-articles .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	color: #083581;
}
.list-articles-post-sidebar .item-articles h4 {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: var(--regular);
	color: #083581;
}
.blog-archive.page-wrapper {
	padding-top: 0px;
}
.wrap-head-cat {
	margin-bottom: 50px;
	border-radius: 0px 0px 130px 130px;
	overflow: hidden;
	padding-top: 380px;
	padding-bottom: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.wrap-head-cat h1 {
	font-size: 76px;
	font-family: var(--bold);
}

.blog-archive .box-vertical .box-text {
	background-image: url("../images/arrow-right-fill.png");
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: right center;
	padding-right: 120px !important;
}
.meta-post-incategory {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 15px;
	font-family: var(--bold);
}
.blog-archive .box-vertical .box-text .is-divider {
	display: none;
}
.blog-archive .box-vertical .box-image {
	border-radius: 20px !important;
}
.blog-archive .box-vertical .box-text .post-title {
	font-size: 16px;
}
.blog-archive .post-item .col-inner {
	padding-bottom: 30px;
	border-bottom: 1px solid #a4dbff;
}

.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
	background-color: transparent;
	border-color: transparent;
	color: var(--text-color);
	text-decoration: underline;
}
.nav-pagination > li > a,
.nav-pagination > li > span {
	border: none;
	color: var(--text-color);
}

/* mega menu */
.box-icon-megamenu {
	width: max-content;
}
.box-icon-megamenu .text p {
	font-size: 12px;
	line-height: 1.5;
}
.box-icon-megamenu .text p:last-child {
	color: var(--theme-color3);
	font-size: 22px;
}

.wrap-mega-menu-form {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
.wrap-mega-menu-form .wpcf7-submit {
	font-size: 12px;
	margin: 0px;
	text-transform: inherit;
	border-radius: 30px;
}
.wrap-mega-menu-form .wpcf7-spinner {
	display: none;
}
.wrap-mega-menu-form input.wpcf7-email {
	font-size: 12px;
	margin-bottom: 0px;
	border-radius: 30px;
	background-color: #c7ddf3;
	color: #fff;
	box-shadow: none;
	border: transparent;
	background-image: url("../images/evelop.svg");
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: 10px center;
	padding-left: 27px;
}
.wrap-mega-menu-form input.wpcf7-email::placeholder {
	color: #fff;
}

.wrap-mega-menu-form .wpcf7-not-valid-tip {
	bottom: -20px;
	left: 0;
}
.wpcf7-form {
	margin-bottom: 0px;
}

.menu-icon-left-1 .menu-item a {
	padding-left: 30px;
	background-image: url("../images/icon-arrow-right-fill.png");
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: left 6px;
	font-family: var(--bold);
	font-size: 14px;
}
.menu-icon-left-1 .menu-item a:hover,
.menu-icon-left-2 .menu-item a:hover {
	text-decoration: underline;
}
.menu-icon-left-2 .menu-item a {
	padding-left: 18px;
	background-image: url("../images/icon-arrow-right.png");
	background-size: 5px;
	background-repeat: no-repeat;
	background-position: left 11px;
	font-size: 14px;
}
.mega-menu-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(30px); /* nằm thấp xuống một chút */
	pointer-events: none; /* ẩn không click được khi chưa active */
	transition: all 0.4s ease;
	z-index: 9999;
}

.mega-menu-main.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.header-main > .header-inner {
	padding-right: 130px;
}
button.menu-mega-bar {
	position: absolute;
	right: 0;
	top: 0;
	background: #249835;
	margin: 0;
	height: 140px;
	border-radius: 0px 0px 0px 45px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0px;
	width: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	padding-bottom: 10px;
	z-index: 10000;
}
button.menu-mega-bar .icon {
	width: 33px;
	height: 28px;
	background-image: url("../images/menu-bar-icon.png");
	background-size: 33px;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s;
}
button.menu-mega-bar.active .icon {
	width: 33px;
	height: 28px;
	background-image: url("../images/close.svg");
	background-size: 33px;
	background-position: center;
	background-repeat: no-repeat;
}
button.menu-mega-bar.active {
	position: fixed;
}
/* .no-scroll {
	overflow: hidden;
	height: 100%; 
} */

/* tab form popup */
.tab-form-popup {
	display: flex;
}
.tab-form-popup li.tab {
	width: 33.333%;
	margin: 0;
}
.tab-form-popup ul.nav {
	border-radius: 10px;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	margin-bottom: 20px;
}
.tab-form-popup li.tab a {
	padding-left: 70px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: var(--text-color);
	font-family: var(--bold);
}
.tab-form-popup li.tab:nth-child(1) a:after {
	content: "";
	width: 50px;
	height: 48px;
	background-image: url("../images/icon-yte.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 37px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.tab-form-popup li.tab:nth-child(2) a:after {
	content: "";
	width: 50px;
	height: 48px;
	background-image: url("../images/icon-nhakhoa.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.tab-form-popup li.tab a:before {
	left: 70px;
	transform: unset;
	width: calc(100% - 90px);
	background-color: var(--theme-color3);
}

.tab-form-popup .tab-panels {
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	border-radius: 20px;
	padding: 30px;
}

.form-yte-kham-suckhoe .col-left label {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.form-yte-kham-suckhoe .col-left label span.title {
	width: 200px;
}
.form-yte-kham-suckhoe .col-left label input,
.form-yte-kham-suckhoe .col-right label input {
	margin-bottom: 0px;
	border-radius: 30px;
	background-color: #e4ebee;
	box-shadow: none;
	height: 45px;
	padding-left: 45px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 15px center;
}

.form-yte-kham-suckhoe .col-left label input[name="your-fullname"] {
	background-image: url("../images/user-gray.svg");
}
.form-yte-kham-suckhoe .col-left label input[name="your-name"] {
	background-image: url("../images/user-gray.svg");
}
.form-yte-kham-suckhoe .col-left label input[name="your-email"] {
	background-image: url("../images/email-gray.svg");
}
.form-yte-kham-suckhoe .col-left label input[name="your-phone"] {
	background-image: url("../images/phone-gray.svg");
}
.form-yte-kham-suckhoe .wrap-checkbox .wpcf7-list-item {
	display: flex;
	align-items: center;
	width: calc(50% - 5px);
	margin: 0px;
	background: #e4ebee;
	padding: 6px 5px;
	border-radius: 30px;
}

.form-yte-kham-suckhoe .wrap-checkbox .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.form-yte-kham-suckhoe .wrap-checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: white;
	border: 2px solid #d1d9e0;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	flex-shrink: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.form-yte-kham-suckhoe .wrap-checkbox input[type="checkbox"]:hover {
	border-color: #a8b5c4;
}

.form-yte-kham-suckhoe .wrap-checkbox input[type="checkbox"]:checked {
	background: var(--theme-color3);
	border-color: var(--theme-color3);
}

.form-yte-kham-suckhoe .wrap-checkbox input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}
.form-yte-kham-suckhoe .form-group-date {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
}
.form-yte-kham-suckhoe .form-group-date .group-date > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.form-yte-kham-suckhoe .form-group-date input {
	margin-bottom: 0px;
	background: #e4ebee;
	padding: 6px 5px;
	border-radius: 30px;
	box-shadow: none;
}
.form-yte-kham-suckhoe .form-group-date .house input {
	width: 115px;
	padding-left: 20px;
}
.form-yte-kham-suckhoe .form-group-date .group-date {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.form-yte-kham-suckhoe .form-group-date .group-date .date input {
	background-image: url("../images/calenda.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 10px center;
	max-width: 160px;
	padding-left: 20px;
}

.form-yte-kham-suckhoe .col-left {
	flex-basis: 45%;
	max-width: 45%;
}
.form-yte-kham-suckhoe .col-right {
	flex-basis: 55%;
	max-width: 55%;
}
.ui-datepicker-calendar td {
	text-align: center;
	transition: 0.3s;
}
.ui-datepicker-calendar td:hover,
.ui-datepicker-calendar .ui-datepicker-current-day {
	background-color: var(--theme-color3);
}
.ui-datepicker-calendar td:hover a,
.ui-datepicker-calendar .ui-datepicker-current-day a {
	color: #fff;
}

.form-yte-kham-suckhoe .wpcf7-not-valid-tip {
	bottom: 0px;
}

.form-yte-kham-suckhoe .col-right p {
	margin-bottom: 20px;
}
.form-yte-kham-suckhoe .col-right label {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.form-yte-kham-suckhoe .col-right label span.title {
	width: 200px;
}
.form-yte-kham-suckhoe .col-right textarea {
	margin-bottom: 0px;
	border-radius: 30px;
	background-color: #e4ebee;
	box-shadow: none;
}
.form-yte-kham-suckhoe .col-right label.mess {
	align-items: flex-start;
}
.form-yte-kham-suckhoe .col-right label.mess .wpcf7-form-control-wrap {
	width: calc(100% - 200px);
}
.form-yte-kham-suckhoe .wrap-submit .wpcf7-submit {
	margin: 0px auto;
	display: block;
	border-radius: 30px;
	min-width: 200px;
	background-color: var(--theme-color3);
	height: 45px;
}
.form-yte-kham-suckhoe .wrap-checkbox .wpcf7-not-valid-tip {
	bottom: -25px;
}
.form-yte-kham-suckhoe .wpcf7-spinner {
	display: none;
}

.ui-datepicker {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
		rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	z-index: 999999 !important;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-header a {
	width: max-content;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	width: 100%;
}
.datepicker-dropdown {
	z-index: 10000 !important;
}
.datepicker-panel ul .picked {
	background-color: var(--theme-color3);
	color: #fff !important;
}

.sec-tab-form {
	position: relative;
}

.main-tab-booking {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.98);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(30px);
	pointer-events: none;
	transition: all 0.4s ease;
	z-index: 9999;
}
.main-tab-booking.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.main-tab-booking.active {
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.main-tab-booking .sec-tab-form .section-content {
	height: 100vh;
	padding-top: 50px;
}

.main-tab-booking .close-tab-form {
	position: absolute;
	right: 0;
	top: 0;
	background: #249835;
	margin: 0;
	height: 140px;
	border-radius: 0px 0px 0px 45px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0px;
	width: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	padding-bottom: 10px;
	z-index: 10000;
}
.main-tab-booking .close-tab-form .icon {
	width: 33px;
	height: 28px;
	background-image: url(../images/close.svg);
	background-size: 33px;
	background-position: center;
	background-repeat: no-repeat;
}

.wrap-booking-btn:hover .btn-booking{
	background-color: var(--theme-color3);
}

.wrap-booking-btn {
	position: fixed;
	bottom: 20%;
	left: 30px;
	z-index: 9999;
	
}
.wrap-booking-btn svg {
	width: 50px;
	height: 50px;
}
.wrap-booking-btn:hover svg {
	fill: #fff;
}

.btn-booking {
    cursor: pointer;
    animation: shake 2s ease-in-out infinite,glowing-btn 2s infinite;
    z-index: 2;
	position: relative;
	background: var(--theme-color2);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	border-radius:8px;
	width: max-content;
	height: auto;
	padding: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	cursor: pointer;
	z-index: 99;
	transition: 0.3s;
	border: 1px solid var(--theme-color2);
}


.phone-vr-circle-fill {
    width: max-content;
    height: auto;
	z-index: 1;
    top: 0px;
    left: 0px;
    position: absolute;
    box-shadow: 0 0 0 0 #249835;
    background-color: #249835;
    border-radius: 50%;
    border: 2px solid transparent;
    -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
}

/*  */

.pll-flags {
	display: flex;
	align-items: center;
	gap: 16px;
}
.pll-flags a {
	width: 30px;
	height: 30px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
		rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	border-radius: 99%;
}
.pll-flags a img {
	width: 30px;
	height: 30px;
}


/* table custom */
.tbl-custom-4col.tbl-custom tr:before{
	bottom: -1px;
}
.tbl-custom-4col.tbl-custom td.title-bg{
	width: 150px;
    background-color: #f8f9fa;
    color: #083581;
    font-size: 18px;
    font-family: var(--kozuka);
	font-weight: 600; 
    border: none;
    text-align: center;
	font-size: 18px;
}
.tbl-normal-custom table,.tbl-normal-custom td,.tbl-normal-custom th {
  border: 1px solid black;
}
.tbl-normal-custom table{
	border-collapse: separate;
}
.tbl-normal-custom td{
	padding: 20px;
}

/* clear */

.img-box-doctor .box-image{
	border-radius: 35px;
}

@keyframes glowing-btn {
    0% {
        box-shadow: 0 0 0 0 var(--theme-color2)
    }

    100% {
        box-shadow: 0 0 0 8px rgba(255, 188, 0, 0)
    }
}


@keyframes shake {
    0%, 100% {
        transform: rotate(0deg);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: rotate(-5deg);
    }
    20%, 40%, 60%, 80% {
        transform: rotate(5deg);
    }
}


@keyframes fillHeight {
	0% {
		height: auto;
	}
	100% {
		height: 100%;
	}
}

@-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 transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@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
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
	.row-list-service-index > .col {
		margin-bottom: 25px;
	}
	.row-list-service-index > .col:first-child,
	.row-list-service-index > .col:nth-child(4) {
		border-left: none !important;
	}
	.row-list-service-index > .col:last-child {
		border-right: none;
	}
	.testimonial-index {
		padding: 90px 30px 30px 30px;
	}
	.banner-featured-post,
	.wrap-head-cat {
		border-radius: 0px 0px 70px 70px;
		overflow: hidden;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	.header-main > .header-inner {
		padding-right: 15px;
	}
	button.menu-mega-bar {
		display: none;
	}

	.row-list-service-index > .col {
		margin-bottom: 25px;
	}
	.row-list-service-index > .col:first-child,
	.row-list-service-index > .col:nth-child(3),
	.row-list-service-index > .col:nth-child(5) {
		border-left: none !important;
	}
	.row-list-service-index > .col:last-child {
		border-right: none;
	}
	.testimonial-index {
		padding: 120px 30px 30px 30px;
	}

	.form-contact .wrap-input .large-3 {
		padding-bottom: 5px;
	}

	.footer-wrapper .footer-box .main-topbar-infor {
		flex-direction: column;
	}
	.footer-wrapper .footer-box .box-top-bar-wrap .content-box {
		flex-direction: column;
		flex-grow: 1;
	}
	.footer-box .box-top-bar-wrap {
		width: 100%;
	}
	.footer-wrapper .box-top-bar-wrap .content-box .store-info .title {
		text-align: center;
	}
	.banner-featured-post,
	.wrap-head-cat {
		border-radius: 0px 0px 30px 30px;
		overflow: hidden;
	}
	.single-wrap-row {
		margin-top: 20px;
	}
	.wrap-breadcrumb {
		margin-bottom: 20px;
	}
	.wrap-breadcrumb p {
		font-size: 14px;
	}
	h1.entry-title {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.single-post .entry-content {
		padding-top: 0px;
	}
	.wrap-head-cat h1 {
		font-size: 26px;
	}
	.wrap-head-cat {
		padding-top: 180px;
		padding-bottom: 80px;
	}
	.blog-archive .box-vertical .box-text {
		padding-right: 40px !important;
		padding-bottom: 0px;
	}
	.meta-post-incategory {
		margin-top: 10px;
	}
	.main-tab-booking .close-tab-form {
		width: 60px;
		height: 80px;
		border-radius: 0px 0px 0px 20px;
		font-size: 12px;
		gap: 0px;
	}
	.tab-form-popup ul.nav {
		flex-direction: column;
	}
	.tab-form-popup li.tab {
		width: 100%;
	}
	.form-yte-kham-suckhoe .col-left,
	.form-yte-kham-suckhoe .col-right {
		flex-basis: 100%;
		max-width: 100%;
	}
	.main-tab-booking.active {
		height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.main-tab-booking .sec-tab-form .section-content {
		height: 100vh;
		padding-top: 50px;
	}
	.tab-form-popup .tab-panels {
		padding: 15px;
	}
	.form-yte-kham-suckhoe .wrap-checkbox .wpcf7-list-item {
		width: 100%;
	}
	.form-yte-kham-suckhoe .form-group-date > span {
		margin-bottom: 10px;
	}
	.form-yte-kham-suckhoe
		.form-group-date
		.group-date
		.date
		> span:nth-child(1) {
		width: 70px;
	}
	.form-yte-kham-suckhoe
		.form-group-date
		.group-date
		.house
		> span:nth-child(1) {
		width: 70px;
	}
	.form-yte-kham-suckhoe .col-right label.mess .wpcf7-form-control-wrap {
		width: 100%;
	}
	.form-yte-kham-suckhoe .col-left label span.title {
		width: 110px;
	}
	.form-yte-kham-suckhoe .col-left label > span:nth-child(2) {
		width: calc(100% - 110px);
	}

	.section-service-banner {
		margin-top: -20px;
	}
	.section-service-banner:before {
		border-radius: 30px 0px 0px 0px;
	}
	.slider-banner:before {
		display: none;
	}
	.btn-jgh-custom {
		padding-right: 46px;
	}
	.slider-banner .btn-jgh-custom {
		min-width: unset;
		background-position: right 10px center;
	}
	.btn-jgh-custom span.title-left,
	.btn-jgh-custom .title-right {
		font-size: 14px;
	}
	.slider-banner .flickity-page-dots {
		flex-direction: row;
		bottom: 50px;
		right: 0;
	}
	.slider-banner .section .section-bg img {
		border-radius: 0px 0px 0px 30px;
	}
	.transparent .header-main {
		height: 100px !important;
	}
	.tbl-custom-4 {
		overflow-x: auto;
	}
	.tbl-custom-4 table tr td{
		width: auto !important;
		min-width: 130px;
	}

	.wrap-booking-btn{
		bottom: 0px;
		left: 0px;
		width: 100%;
	}
	.wrap-booking-btn .btn-booking{
		animation: unset;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
}
