.detail-content {
	font-size: 1.15em;
	line-height: 1.6;
	color: #121212;
}

.detail-content p,
.detail-content ul,
.detail-content ol,
.detail-content blockquote {
	margin-bottom: 16px;
}

.detail-content ul,
.detail-content ol {
	padding-left: 16px;
	line-height: 1.6;
}

.detail-content ul li + li,
.detail-content ol li + li {
	margin-top: 6px;
}

.detail-content h1,
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
	margin-bottom: 10px;
	font-weight: 600;
}

.detail-content h1 b,
.detail-content h1 strong,
.detail-content h2 b,
.detail-content h2 strong,
.detail-content h3 b,
.detail-content h3 strong,
.detail-content h4 b,
.detail-content h4 strong,
.detail-content h5 b,
.detail-content h5 strong,
.detail-content h6 b,
.detail-content h6 strong {
	font-weight: 600;
}

.detail-content h2 {
	font-size: 1.375em;
}

.detail-content h3 {
	font-size: 1.15em;
}

.detail-content h4,
.detail-content h5,
.detail-content h6 {
	font-size: 1em;
}

.detail-content p:last-child,
.detail-content ul:last-child,
.detail-content ol:last-child {
	margin-bottom: 0;
}

.detail-content img {
	max-width: 100%;
	height: auto;
}

.detail-content .table {
	--bs-table-border-color: var(--bs-gray-500)
}

.detail-content .table th,
.detail-content .table td {
	padding: 10px;
	min-width: 150px;
}

.detail-content .table td ul {
	padding-left: 24px;
}

.detail-content blockquote {
	padding: 15px 15px 15px 45px;
	border-left: 3px solid var(--primary-color);
	border-right: 3px solid var(--primary-color);
	background: rgba(var(--primary-rgb), .035);
	position: relative;
	border-radius: 8px;
}

.detail-content blockquote:before {
	position: absolute;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-size: 1em;
	color: var(--primary-color);
	top: 10px;
	left: 10px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	font-weight: 700;
	line-height: 1;
}

@media screen and (max-width: 991px) {
	.detail-content {
		font-size: 1em;
		line-height: 1.6;
	}
}

.bg-light {
	background: #f0f9ff !important;
}

.section-heading {
	margin-bottom: 32px;
	font-family: var(--font-heading);
}

.section-heading + .section-heading {
	margin-bottom: 0;
}

.section-heading .heading-title {
	font-size: 3em;
	font-weight: 700;
	line-height: 1.3;
}

.section-heading .heading-title.heading-title_color {
	color: var(--secondary-color);
}

.section-heading .heading-sub {
	font-size: 2em;
	font-weight: 700;
	margin-top: 4px;
	color: #121212;
}

.section-heading .heading-small {
	font-size: 1.45em;
	font-weight: 700;
	color: var(--primary-color);
}

.section-heading .heading-small + .heading-desc {
	margin-top: 5px;
}

.section-heading .heading-desc {
	margin-top: 15px;
	font-size: 1.15em;
	line-height: 160%;
	color: #121212;
}

.section-heading .heading-desc strong,
.section-heading .heading-desc b {
	font-weight: 600;
}

.section-heading .heading-desc p,
.section-heading .heading-desc ul,
.section-heading .heading-desc ol {
	margin-bottom: 12px;
}

.section-heading .heading-desc ul,
.section-heading .heading-desc ol {
	padding-left: 16px;
}

.section-heading .heading-desc ul li + li,
.section-heading .heading-desc ol li + li {
	margin-top: 8px;
}

.section-heading .heading-desc p:last-child,
.section-heading .heading-desc ul:last-child,
.section-heading .heading-desc ol:last-child {
	margin-bottom: 0;
}

.section-heading .heading-desc_check.heading-desc_check__grid > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.section-heading .heading-desc_check.heading-desc_check__grid > ul li {
	width: calc(50% - 15px);
}

.section-heading .heading-desc_check.heading-desc_check__grid > ul li + li {
	margin-top: 0;
}

.section-heading .heading-desc_check ul,
.section-heading .heading-desc_check ol {
	list-style: none;
	padding-left: 0;
}

.section-heading .heading-desc_check ul li,
.section-heading .heading-desc_check ol li {
	display: flex;
}

.section-heading .heading-desc_check ul li:before,
.section-heading .heading-desc_check ol li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-white);
	background: var(--primary-color);
	font-size: 0.675em;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 6px;
	margin-top: 5px;
}

.section-heading .heading-desc_check ul li + li,
.section-heading .heading-desc_check ol li + li {
	margin-top: 20px;
}

.section-heading .heading-button {
	margin-top: 24px;
}

.section-heading .heading-block {
	margin-top: 20px;
}

.section-heading .heading-collapse {
	margin-top: 20px;
}

.section-heading .heading-collapse .accordion-item .accordion-button {
	font-size: 1.3em;
	font-weight: 600;
	color: #121212;
	transition: var(--transition-default);
}

.section-heading .heading-collapse .accordion-item .accordion-button:not(.collapsed) {
	background: var(--secondary-color);
	color: var(--bs-white);
}

.section-heading .heading-collapse .accordion-item .accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.section-heading .heading-tabs {
	margin-top: 12px;
}

.section-heading .heading-tabs .nav-tabs {
	border-bottom: 0;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 12px;
	gap: 8px;
}

.section-heading .heading-tabs .nav-tabs .nav-link {
	width: 100%;
	flex: 1;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background-color: #f9f9f9;
	transition: all 0.5s ease-in-out;
	padding: 15px 10px;
	color: #121212;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
}

.section-heading .heading-tabs .nav-tabs .nav-link:before,
.section-heading .heading-tabs .nav-tabs .nav-link:after {
	content: "";
	position: absolute;
	top: 10%;
	left: 20%;
	border-radius: 50%;
	z-index: 0;
}

.section-heading .heading-tabs .nav-tabs .nav-link:before {
	width: 70px;
	height: 70px;
	animation: rippleEffect 4s infinite ease-out;
}

.section-heading .heading-tabs .nav-tabs .nav-link:after {
	width: 100px;
	height: 100px;
	animation: rippleEffect 4s infinite ease-out;
	animation-delay: 2s;
}

@keyframes rippleEffect {
	0% {
		transform: scale(0);
		opacity: 0.8;
	}
	50% {
		transform: scale(1.5);
		opacity: 0.4;
	}
	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}

.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(1) {
	border-color: #ff9999;
	background: #ffe6e6;
}

.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(1):before,
.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(1):after {
	border: 2px solid rgba(255, 153, 153, 0.5);
}

.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(2) {
	border-color: #80d4ff;
	background: #e6f7ff;
}

.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(2):before,
.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(2):after {
	border: 2px solid rgba(128, 212, 255, 0.5);
	top: 50%;
	left: 50%;
}

.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(3) {
	border-color: #99ff99;
	background: #e6ffe6;
}

.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(3):before,
.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(3):after {
	border: 2px solid rgba(153, 255, 153, 0.5);
	top: 80%;
	left: 40%;
}

.section-heading .heading-tabs .nav-tabs .nav-link:hover::before {
	top: 30%;
	left: 30%;
	border-color: rgba(255, 102, 102, 0.7);
	transition: all 0.5s ease-in-out;
}

.section-heading .heading-tabs .nav-tabs .nav-link:hover::after {
	top: 50%;
	left: 60%;
	border-color: rgba(102, 204, 255, 0.7);
	transition: all 0.5s ease-in-out;
}

.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(1):hover {
	background-color: #ff9999;
	border-color: #e06666;
	color: var(--bs-white);
}

.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(2):hover {
	background-color: #80d4ff;
	border-color: #3399ff;
	color: var(--bs-white);
}

.section-heading .heading-tabs .nav-tabs .nav-link:nth-child(3):hover {
	background-color: #99ff99;
	border-color: #66cc66;
	color: var(--bs-white);
}

.section-heading .heading-tabs .heading-tabs-body {
	padding: 16px 24px;
	border-radius: 8px;
	border: 2px dashed;
}

.section-heading .heading-tabs .tab-pane:nth-child(1) .heading-tabs-body {
	border-color: rgba(255, 153, 153, 0.5);
	background: #fffcfc;
}

.section-heading .heading-tabs .tab-pane:nth-child(2) .heading-tabs-body {
	border-color: rgba(128, 212, 255, 0.5);
	background: #f8fbff;
}

.section-heading .heading-tabs .tab-pane:nth-child(3) .heading-tabs-body {
	border-color: rgba(143, 243, 143, 0.5);
	background: #fafffa;
}

.section-heading .heading-tabs_2 {
	margin-top: 12px;
}

.section-heading .heading-tabs_2 .nav-tabs {
	flex-wrap: nowrap;
	gap: 8px;
}

.section-heading .heading-tabs_2 .nav-tabs .nav-link {
	border-radius: 0;
	font-size: 1.3em;
	color: #000;
	border: 0;
	border-bottom: 1px solid transparent;
	background: transparent;
	padding: 10px 8px;
}

.section-heading .heading-tabs_2 .nav-tabs .nav-link.active {
	color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	font-weight: 500;
}

.button-theme {
	font-size: 1.075em;
	border: 1px solid transparent;
	box-shadow: none;
	outline: none;
	padding: 10px 30px;
	color: rgb(31 41 55);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	position: relative;
	transition: var(--transition-default);
	fill: var(--bs-white);
	white-space: nowrap;
}

.button-theme span {
	margin-left: 5px;
	transform: rotate(-45deg);
}

.button-theme:hover span i {
	-webkit-animation: linear infinite alternate;
	-webkit-animation-name: LeftToRight;
	-webkit-animation-duration: 5s;
	animation: LeftToRight 0.5s forwards;
}

@keyframes LeftToRight {
	49% {
		transform: translateX(30%)
	}

	50% {
		opacity: 0;
		transform: translateX(-30%)
	}

	51% {
		opacity: 1
	}
}

.button-theme.button-theme_outline {
	color: var(--bs-white);
	border-color: var(--bs-white);
}

.button-theme.button-theme_outline:hover {
	color: var(--primary-color);
	background: var(--bs-white);
	border-color: var(--bs-white);
}

.button-theme.button-theme_primary {
	color: var(--bs-white);
	border-color: var(--primary-color);
	background: var(--primary-color);
}

.button-theme.button-theme_primary:hover {
	color: var(--bs-white);
	background: var(--primary-hover);
	border-color: var(--primary-hover);
}

.button-theme.button-theme_secondary {
	color: var(--bs-white);
	border-color: var(--secondary-color);
	background: var(--secondary-color);
}

.button-theme.button-theme_secondary:hover {
	color: var(--bs-white);
	background: var(--secondary-hover);
	border-color: var(--secondary-hover);
}

.slider-theme {
	position: relative;
}

.slider-theme .slider-navigation .slider-navigation_button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
	border: none;
	width: 42px;
	height: 42px;
	background-color: rgba(31, 45, 61, .5);
	color: var(--bs-white);
	border-radius: 4px;
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	cursor: pointer;
	font-size: 1.15em;
}

.slider-theme .slider-navigation .slider-navigation_button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	background-color: var(--primary-color);
	z-index: -1;
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.slider-theme .slider-navigation .slider-navigation_button:hover {
	color: var(--bs-white);
}

.slider-theme .slider-navigation .slider-navigation_button:hover:before {
	-webkit-clip-path: circle(100% at 50% 50%);
	clip-path: circle(100% at 50% 50%);
}

.slider-theme .slider-navigation .slider-navigation_button.slider-navigation_prev {
	left: -19px;
}

.slider-theme .slider-navigation .slider-navigation_button.slider-navigation_next {
	right: -19px;
}

.slider-theme .slider-pagination {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.slider-theme .slider-pagination .swiper-pagination-bullet {
	background-color: rgba(31, 45, 61, .5);
	height: 8px;
	width: 28px;
	border-radius: 4px;
	opacity: 1;
	transition: var(--transition-default);
	margin: 0;
}

.slider-theme .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--primary-color);
}

.slider-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	gap: 12px;
}

.slider-buttons .slider-button_next,
.slider-buttons .slider-button_prev {
	width: 44px;
	height: 44px;
	border: 2px solid #bdbdbd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bdbdbd;
	font-size: 2em;
	cursor: pointer;
	transition: var(--transition-default);
}

.slider-buttons .slider-button_next:hover,
.slider-buttons .slider-button_prev:hover {
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
}

.section-gap {
	padding: 50px 0;
}

.section-gap_large {
	padding: 100px 0;
}

.header {
	position: relative;
	z-index: 3;
	box-shadow: 0 0 2px rgba(var(--bs-black-rgb), 0.15);
}

.header .header-grid {
	display: flex;
	align-items: center;
	gap: 45px;
	justify-content: space-between;
}

.header .header-top {
	padding: 10px 0;
	background: #f8f8f8;
	position: relative;
	z-index: 2;
}

.header .header-logo {
	display: flex;
	align-items: center;
	gap: 16px;
}

.header .header-logo .header-logo_img {
	height: 100px;
	width: 100px;
}

.header .header-logo .header-logo_content {
	font-family: var(--font-brand);
	text-align: center;
}

.header .header-logo .header-logo_content .header-logo_title {
	font-weight: 700;
	color: var(--primary-color);
	font-size: 32px;
}

.header .header-logo .header-logo_content .header-logo_sub {
	margin-top: 4px;
	font-size: 23px;
	font-weight: 700;
	color: var(--secondary-color);
}

.header .header-logo .header-logo_content .header-logo_slogan {
	margin-top: 8px;
	font-style: italic;
	font-weight: 600;
	color: var(--secondary-color);
	font-size: 12px;
}

.header .header-logo .header-logo_content .header-logo_slogan span {
	font-weight: 400;
	font-style: normal;
}

.header .header-language {
	position: relative;
}

.header .header-bottom .header-language {
	display: none;
}

.header .header-language > .header-language_button {
	color: var(--bs-gray-800);
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	text-align: right;
	gap: 8px;
}

.header .header-language > .header-language_button .header-language_icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 1.15em;
	flex-shrink: 0;
}

.header .header-language > .header-language_button .header-language_content {
	display: flex;
	flex-direction: column;
	gap: 0;
	line-height: 1.2;
	font-family: var(--font-heading);
	white-space: nowrap;
}

.header .header-language > .header-language_button .header-language_title {
	font-size: 1em;
	font-weight: 400;
}

.header .header-language > .header-language_button .header-language_value {
	font-size: 1.15em;
	font-weight: 700;
	color: var(--bs-black);
}

.header .header-language:hover > .header-language_button .header-language_value i {
	transform: rotate(180deg);
}

.header .header-language > ul {
	position: absolute;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	will-change: transform;
	right: 0;
	top: 100%;
	background-color: var(--bs-white);
	min-width: 150px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	border: 1px solid rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-radius: 4px;
	pointer-events: none;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.header .header-language > ul:before {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
	background: transparent;
	width: 100%;
	display: block;
	content: "";
}

.header .header-language > ul > li + li {
	border-top: 1px solid rgba(0, 0, 0, .075);
}

.header .header-language > ul > li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	gap: 3px;
	padding: 12px 16px;
	border-radius: 0;
	font-size: 1em;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	color: var(--bs-black);
}

.header .header-language > ul > li > a > img {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.header .header-language:hover > ul {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.header .header-language > ul > li:hover > a {
	color: var(--primary-color);
	background-color: #f7f8fa;
}

.header .header-bottom .header-grid {
	gap: 20px;
}

.header .header-toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.header .header-toolbar .header-hotline {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.header .header-toolbar .header-hotline .header-hotline_item {
	display: flex;
	align-items: center;
	color: rgb(35, 36, 38);
	gap: 4px;
}

.header .header-toolbar .header-hotline .header-hotline_item .header-hotline_item__content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	white-space: nowrap;
}

.header .header-toolbar .header-hotline .header-hotline_item .header-hotline_item__content .header-hotline_item__title {
	font-size: 1.075em;
	font-family: var(--font-heading);
}

.header .header-toolbar .header-hotline .header-hotline_item .header-hotline_item__content .header-hotline_item__value {
	font-size: 1.225em;
	font-weight: 700;
	transition: var(--transition-default);
}

.header .header-toolbar .header-hotline .header-hotline_item .header-hotline_item__icon {
	width: 40px;
	height: 40px;
}

.header .header-toolbar .header-hotline .header-hotline_item:hover .header-hotline_item__content .header-hotline_item__value {
	color: var(--primary-color);
}

.header .header-navigation ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.header .header-navigation > ul {
	display: flex;
	align-items: center;
	justify-self: flex-start;
}

.header .header-navigation > ul > li {
	position: relative;
}

.header .header-navigation > ul > li > a,
.header .header-navigation > ul > li > button {
	color: var(--bs-black);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	gap: 3px;
	line-height: 20px;
	padding: 25px 0;
	font-family: var(--font-heading);
	font-size: 1.15em;
	text-transform: uppercase;
	border: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	white-space: nowrap;
}

.header .header-navigation > ul > li > a > i {
	font-size: .925em;
	-webkit-transition: .3s transform ease-in-out;
	-o-transition: .3s transform ease-in-out;
	transition: .3s transform ease-in-out;
}

.header .header-navigation > ul > li > ul > li > a,
.header .header-navigation > ul > li > ul > li > button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	gap: 3px;
	padding: 12px 16px;
	border-radius: 0;
	font-size: 1em;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	color: var(--bs-black);
}

.section-banner .slider-navigation .slider-navigation_button.slider-navigation_next {
	right: 30px;
}

.section-banner .slider-navigation .slider-navigation_button.slider-navigation_prev {
	left: 30px;
}

.section-toolbar {
	margin-top: calc(-55px - 1.5rem);
}

.toolbar-card {
	padding: 20px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e8e8e8;
	z-index: 1;
	height: 100%;
	box-shadow: 0 0 2px rgba(var(--bs-black-rgb), 0.15);
}

.toolbar-card:after {
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: inherit;
	background-color: var(--primary-color);
	z-index: -1;
	transition: all 500ms ease;
}

.toolbar-card .toolbar-card_icon {
	position: relative;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: var(--bs-white, #FFFFFF);
	color: var(--primary-color);
	font-size: 2em;
}

.toolbar-card .toolbar-card_icon img {
	width: 24px;
	height: 24px;
}

.toolbar-card .toolbar-card_content {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}

.toolbar-card .toolbar-card_content .toolbar-card_title {
	font-family: var(--font-heading);
	font-size: 1.3em;
	color: var(--bs-black);
	font-weight: 600;
}

.toolbar-card .toolbar-card_content .toolbar-card_desc {
	margin-top: 2px;
	color: #656870;
	font-size: 1.075em;
	line-height: 1.24;
	--line: 2;
	transition: all 500ms ease;
}

.toolbar-card:hover::after {
	width: 100%;
	left: 0;
}

.toolbar-card:hover .toolbar-card_icon i {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.toolbar-card:hover .toolbar-card_content .toolbar-card_title {
	color: var(--bs-white)
}

.toolbar-card:hover .toolbar-card_content .toolbar-card_desc {
	color: var(--bs-white)
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	}
	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	}
	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	}
	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}

.article-heading {
	border-radius: 5px 5px 0 0;
	padding: 8px 12px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: var(--primary-color);
	color: var(--bs-white);
}

.article-heading .article-heading_title {
	font-size: 1.6em;
	font-weight: 700;
	font-family: var(--font-heading);
	padding-left: 8px;
	white-space: nowrap;
}

.article-heading .article-heading_links {
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 8px;
}

.article-heading .article-heading_links .article-heading_links__item {
	color: var(--bs-white);
	padding: 6px 8px;
	border-radius: 4px;
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition-default);
	background: rgba(var(--bs-white-rgb), 0.2);
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1);
}

.article-heading .article-heading_links .article-heading_links__item:hover {
	background: rgba(var(--bs-white-rgb), 0.3);
}

.article-card .card-image {
	border-radius: 5px;
}

.article-card .card-image img {
	border-radius: 5px;
	transition: 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.article-card .card-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
}

.article-card .card-body .card-title {
	font-weight: 600;
	font-size: 1.375em;
	font-family: var(--font-heading);
	transition: var(--transition-default);
	--line: 3;
}

.article-card .card-body .card-meta {
	font-size: 0.925em;
	color: var(--bs-gray-600);
}

.article-card .card-body .card-text {
	--line: 4;
	color: var(--bs-gray-700);
	font-size: 1.075em;
}

.article-card:hover .card-image img {
	transform: scale(1.1);
}

.article-card:hover .card-body .card-title {
	color: var(--secondary-color);
}

.article-card_2 {
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.09) 0 6px 10px 0;
	padding: 15px;
	background: var(--bs-white) !important;
	height: 100%;
}

.article-card_2 .card-image:before {
	padding-top: calc(702 / 1000 * 100%);
	display: block;
	content: "";
	width: 100%;
}

.article-card_2 .card-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.article-card_2 .card-body .card-title {
	--line: 2;
	line-height: 1.2;
	font-size: 1.275em;
}

.article-list .article-card {
	flex-direction: row;
}

.article-list .article-card .card-image {
	width: 140px;
	height: 90px;
	flex-shrink: 0;
}

.article-list .article-card .card-body {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 4px;
}

.article-list .article-card .card-body .card-title {
	font-size: 1.15em;
}

.article-card_question .card-title {
	margin-bottom: 0.25rem !important;
}

.article-card_question .card-image {
	width: 40px !important;
	height: 40px !important;
	flex-shrink: 0;
	background: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-white);
}

.article-card_question .button-theme {
	font-size: 0.925em;
	padding: 3px 12px;
}

.section-article,
.section-sidebar .sidebar-item {
	padding: 15px;
}

.section-sidebar .sidebar-item .nav-tabs {
	flex-wrap: nowrap;
	margin-bottom: 15px;
}

.section-sidebar .sidebar-item .sidebar-item_heading {
	border-radius: 5px 5px 0 0;
	padding: 6px 12px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 5px;
	background: var(--primary-color);
	color: var(--bs-white);
	font-size: 1.15em;
	font-weight: 700;
	font-family: var(--font-heading);
	border: 0;
}

.section-sidebar .sidebar-item .sidebar-item_heading.sidebar-item_heading__large {
	padding: 10px 12px;
	font-size: 1.3em;
}

.section-sidebar .sidebar-item .sidebar-item_heading.nav-link:not(.active) {
	background: #eeeeee;
	color: inherit;
}

.section-sidebar .sidebar-item .article-marquee .article-marquee_item {
	position: relative;
	overflow: hidden;
	font-size: 1em;
	font-weight: 500;
	font-family: var(--font-heading);
	color: #212529;
	transition: var(--transition-default);
	--line: 2;
}

.section-sidebar .sidebar-item .article-marquee .article-marquee_item i {
	margin-right: 2px;
	font-size: 12px;
	transform: translateY(-1px);
	display: inline-block;
	color: var(--primary-color);
}

.section-sidebar .sidebar-item .article-marquee .article-marquee_item + .article-marquee_item {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dashed var(--bs-gray-200);
}

.section-sidebar .sidebar-item .article-marquee .article-marquee_item:hover {
	color: var(--primary-color);
}

.section-sidebar .sidebar-item .links-list .link-item {
	display: flex;
	align-items: center;
	position: relative;
}

.section-sidebar .sidebar-item .links-list .link-item .link-item_logo {
	width: 30px;
	flex-shrink: 0;
	margin-right: 8px;
}

.section-sidebar .sidebar-item .links-list .link-item .link-item_title {
	font-size: 1.075em;
	font-weight: 500;
	font-family: var(--font-heading);
	transition: var(--transition-default);
}

.section-sidebar .sidebar-item .links-list .link-item:hover .link-item_title {
	color: var(--primary-color);
}

.section-sidebar .sidebar-item .links-list .link-item + .link-item {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dashed var(--bs-gray-200);
}

.section-sidebar .sidebar-item .article-marquee {
	height: 300px;
	overflow: hidden;
	width: 100%;
}

.section-sidebar .sidebar-item .faq-list ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.section-sidebar .sidebar-item .faq-list ul li + li {
	padding-top: 8px;
	border-top: 1px solid var(--bs-gray-300);
}

.section-sidebar .sidebar-item .faq-list ul li a {
	display: flex;
	gap: 10px;
	font-size: 1em;
	font-weight: 600;
	color: #121212;
	line-height: 1.3;
}

.section-sidebar .sidebar-item .faq-list ul li:hover a {
	color: var(--primary-color);
}

.section-sidebar .sidebar-item .faq-list ul li a > span {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-white);
	background: var(--primary-color);
	font-size: 0.85em;
	font-weight: 600;
	flex-shrink: 0;
	border-radius: 4px;
}

.section-sidebar_scrollable .sidebar-item_body {
	max-height: 425px;
	overflow-y: auto;
	overflow-x: hidden;
}

.scrollable.section-sidebar_scrollable .sidebar-item_body {
	margin-right: -8px;
	padding-right: 8px;
}

.section-sidebar_scrollable .sidebar-item_body::-webkit-scrollbar {
	width: 12px;
}

.section-sidebar_scrollable .sidebar-item_body::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.section-sidebar_scrollable .sidebar-item_body::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
	border: 2px solid #f1f1f1;
}

.section-sidebar_scrollable .sidebar-item_body::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.service-card {
	height: 100%;
}

.service-card .card-image {
	border-radius: 25px;
}

.service-card .card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.service-card .card-body .card-title {
	font-size: 1.525em;
	font-weight: 600;
	font-family: var(--font-heading);
	transition: var(--transition-default);
	--line: 2;
}

.service-card .card-body .card-text {
	--line: 4;
	color: #656870;
	font-size: 1.075em;
	line-height: 1.4;
	margin-top: auto;
}

.service-card .card-image img {
	transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.service-card:hover .card-image img {
	transform: scale3d(1.05, 1.05, 1.05);
}

.service-card:hover .card-body .card-title {
	color: var(--secondary-color);
}

.service-card .card-body .card-text {
	--line: 4;
	color: #656870;
	font-size: 1.075em;
	line-height: 1.4;
}

.service-card_featured {
	border-radius: 25px;
	overflow: hidden;
	position: relative;
	height: 100%;
}


.service-card_featured .card-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service-card_featured .card-image img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.service-card_featured .card-body {
	padding: 40px 40px 50px;
	position: relative;
	background: rgb(0, 0, 0, .25);
}

.service-card_featured .card-body .card-icon {
	width: 77px;
	height: 77px;
}

.service-card_featured .card-body .card-icon {
	width: 77px;
	height: 77px;
	margin-bottom: 80px;
}

.service-card_featured .card-body .card-title {
	color: var(--bs-white);
	font-family: var(--font-heading);
	font-size: 2em;
	font-weight: 600;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2),
	0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-card_featured .card-body .card-button {
	margin-top: 25px;
}

.service-card_featured .card-body .card-sub {
	padding: 4px 12px;
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	border-radius: 5px 5px 5px 5px;
	font-size: 1em;
	color: var(--bs-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	margin-top: auto;
}

.service-card_featured .card-body .card-sub + .card-title {
	margin-top: 10px !important;
}

.service-card_featured .card-body .card-sale {
	color: var(--bs-white);
	font-size: 2.6em;
	font-weight: 600;
	line-height: 44px;
	position: relative;
	border: 1px solid;
	padding: 0 40px 0 10px;
	border-radius: 8px;
	font-family: var(--font-heading);
	width: max-content;
	height: 46px;
	background-color: rgba(var(--bs-black-rgb), 0.8);
}

.service-card_featured .card-body .card-sale span {
	font-size: 14px;
	position: absolute;
	content: '';
	right: 0;
	height: 44px;
	width: 34px;
	background-color: var(--primary-color);
	top: 0;
	border-radius: 8px 0 0 8px;
	z-index: 1;
	line-height: 32px;
	padding: 8px 0 7px 2px;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
	text-align: center;
}

.service-card_featured .card-body .card-desc {
	font-size: 1em;
	font-style: italic;
	color: var(--bs-white);
	margin-top: 40px;
}

.section-map iframe {
	vertical-align: middle;
	min-height: 450px;
	width: 100%;
}

.service-card_2 {
	padding: 30px;
	border-radius: 15px;
}

.service-card_2 .card-overlay {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service-card_2 .card-overlay:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--secondary-color);
	opacity: 0.8;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service-card_2 .card-shape {
	width: 56px;
	height: 56px;
	background-color: var(--secondary-hover);
	border-radius: 50%;
	position: absolute;
	bottom: -56px;
	right: -56px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service-card_2 .card-icon {
	width: 53px;
	height: 53px;
}

.service-card_2 .card-icon::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--secondary-color);
	-webkit-filter: drop-shadow(0px 0px 49px rgba(49, 82, 157, 0.14));
	filter: drop-shadow(0px 0px 49px rgba(49, 82, 157, 0.14));
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service-card_2 .card-icon::after {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: -4px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	background-color: var(--secondary-hover);
	z-index: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service-card_2 .card-index {
	color: var(--secondary-color);
	-webkit-text-stroke: 1px var(--bs-white);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	opacity: 0;
}

.service-card_2 .card-title {
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 1.45em;
	font-family: var(--font-heading);
	font-weight: 700;
	color: #222;
}

.service-card_2 .card-desc {
	color: var(--bs-gray-600);
	font-size: 1.075em;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	z-index: 1;
	line-height: 1.4;
}

.service-card_2:hover .card-overlay,
.service-card_2:hover .card-index {
	opacity: 1;
}

.service-card_2:hover .card-shape {
	bottom: -20px;
	right: -20px;
}

.service-card_2:hover .card-icon:before {
	background: var(--secondary-hover);
}

.service-card_2:hover .card-icon:after {
	background: var(--bs-white);
}

.service-card_2:hover .card-title,
.service-card_2:hover .card-desc {
	color: var(--bs-white);
}

.section-department {
	padding: 15px;
}

.department-card {
	padding: 0;
	position: relative;
	overflow: hidden;
	background: transparent;
}

.department-card .card-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(5, 20, 31, 0), rgba(5, 20, 31, 0.75));
	z-index: 1;
	opacity: 1;
	visibility: unset;
	transition: all .3s linear;
}

.department-card .card-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(5, 20, 31, 0), #05141f);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
}

.department-card .card-overlay .card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	color: var(--bs-white);
	font-family: var(--font-heading);
	font-size: 1.75em;
	font-weight: 600;
	transition: all .45s linear;
	z-index: 2;
}

.department-card .card-overlay .stretched-link:after {
	z-index: 3;
}

.department-card .card-content {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
	overflow: hidden;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	bottom: -100%;
	transition: all .45s linear;
}

.department-card .card-content .card-sub {
	color: var(--bs-white);
	font-family: var(--font-heading);
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.1;
}

.department-card .card-content .card-desc {
	color: #e5e5e5;
	font-size: 1.075em;
	margin-top: 12px;
	--line: 4;
}

.department-card:hover .card-overlay:before {
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
	right: 100%;
}

.department-card:hover .card-overlay:after {
	opacity: 1;
	visibility: visible;
	transition: all .3s linear;
	right: 0;
}

.department-card .card-image img {
	transition: var(--transition-default);
}

.department-card:hover .card-image img {
	transform: scale3d(1.05, 1.05, 1.05);
}

.department-card:hover .card-content {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.department-card:hover .card-title {
	bottom: -100%;
	opacity: 0;
	visibility: hidden;
}

.footer {
	padding: 50px 0;
	position: relative;
	background: var(--primary-color);
}

.footer:before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 300px;
	display: block;
	content: "";
	opacity: 0.15;
	background: url('../images/logo-trang.png') center center/cover no-repeat;
}

.footer .footer-title {
	font-size: 1.15em;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 600;
	color: var(--bs-white);
}

.footer .footer-contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer .footer-contact .footer-contact_item {
	color: var(--bs-white);
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer .footer-contact .footer-contact_item .footer-contact_item__icon {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bs-white);
	color: var(--primary-color);
	flex-shrink: 0;
	font-size: 0.925em;
}

.footer .footer-contact .footer-contact_item:hover {
	color: #cccccc;
}

.footer .footer-text {
	margin-top: 14px;
	color: var(--bs-white);
}

.footer .footer-text > a {
	display: flex;
	color: var(--bs-white);
	font-weight: 600;
	text-decoration: underline;
	margin-top: 6px;
}

.footer .footer-text > a:hover {
	color: #cccccc;
}

.footer .footer-subitem + .footer-subitem {
	margin-top: 16px;
}

.footer .footer-sub {
	margin-bottom: 6px;
	font-weight: 600;
	color: var(--bs-white);
}

.footer .footer-link {
	margin-top: 14px;
	color: var(--bs-white);
	display: inline-block;
	font-weight: 600;
}

.footer .footer-image {
	margin-top: 14px;
}

.footer .footer-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer .footer-list .footer-list_item {
	--color: var(--bs-white);
	color: var(--color);
	display: inline-flex;
	position: relative;
	padding-left: 16px;
}

.footer .footer-list .footer-list_item:before {
	position: absolute;
	content: "";
	transition: var(--transition-default);
	height: 5px;
	width: 5px;
	border-radius: 50%;
	display: inline-block;
	background: var(--color);
	left: 0;
	top: 10px;
}

.footer .footer-list a.footer-list_item:hover {
	--color: #cccccc;
}

.footer .footer-social {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer .footer-social .footer-social_item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	width: 38px;
	font-size: 1.3em;
	background: var(--primary-hover);
	color: var(--bs-white);
	border-radius: 50%;
}

.footer .footer-social .footer-social_item:hover {
	opacity: 0.7;
}

.footer .footer-form .footer-form_inner {
	display: flex;
	align-items: center;
	position: relative;
}

.footer .footer-form .footer-form_inner .form-control {
	height: 46px;
	border-radius: 6px;
	padding: 10px;
	border-color: transparent !important;
	font-size: 1.075em;
	outline: none !important;
	box-shadow: none !important;
}

.footer .footer-form .footer-form_inner .button-theme {
	position: absolute;
	top: 50%;
	right: 0;
	border-radius: 6px;
	transform: translateY(-50%);
	z-index: 2;
	height: calc(100% - 2px);
	padding-left: 16px;
	padding-right: 16px;
}

.footer .footer-form .footer-form_inner .button-theme:before {
	display: none;
}

.footer .footer-form .footer-form_inner .button-theme:hover {
	background: var(--secondary-hover);
	color: var(--bs-white);
}

.footer .footer-item + .footer-item {
	margin-top: 30px;
}

.footer .footer-bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ce002d;
	text-align: center;
	color: var(--bs-white);
}

.gallery-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gallery-items .gallery-item_video {
	position: relative;
}

.gallery-items .gallery-item_video:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 55px;
	height: 40px;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 10%;
	content: "";
	transition: var(--transition-default);
	z-index: 1;
}

.gallery-items .gallery-item_video:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent var(--bs-white);
	z-index: 1;
	transition: var(--transition-default);
}

.gallery-items .gallery-item_video .stretched-link:after {
	z-index: 3;
}

.gallery-items .gallery-item_video:hover:before {
	background: #ff0000;
}

.doctor-card {
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.09) 0 6px 10px 0;
	padding: 10px 10px 15px;
	transition: 0.5s all linear;
	height: 100%;
	position: relative;
}

.doctor-card .card-body {
	padding: 0 4px;
}

.doctor-card .card-body .card-image {
	position: relative;
}

.doctor-card .card-body .card-image img {
	border-radius: 5px;
	transition: 0.5s;
	z-index: 2;
}

.doctor-card .card-body .card-image::before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 0.5em);
	height: calc(100% - 0.5em);
	margin-left: 1em;
	margin-top: -0.85em;
	transform: rotate(2deg);
	background-color: var(--primary-color);
	pointer-events: none;
	opacity: 0;
	z-index: 1;
	transition: 650ms;
	border-radius: 5px;
}

.doctor-card:hover .card-body .card-image::before {
	opacity: 1;
}

.doctor-card:hover .card-body .card-image img {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 10px;
	transform: translate(0px, -2px);
}

.doctor-card .card-body .card-title {
	font-family: var(--font-heading);
	font-size: 1.45em;
	font-weight: 600;
	text-align: center;
	padding: 15px 0 0;
	color: #1e2125;
	margin-bottom: 0;
	transition: var(--transition-default);
}

.doctor-card:hover .card-body .card-title {
	color: var(--primary-color);
}

.doctor-card .card-body .card-sub {
	font-size: 1.15em;
	color: rgb(94, 94, 94);
	padding: 5px 0 15px;
	text-align: center;
}

.section-doctor .swiper {
	padding: 9px;
	margin: -9px;
}

.thank-card {
	border-radius: 5px;
	padding: 15px;
	transition: 0.5s all linear;
	height: 100%;
	position: relative;
	background: #f4f4f5;
}

.thank-card .card-desc {
	font-size: 1.075em;
	font-family: var(--font-heading);
	font-style: italic;
	line-height: 1.3;
}

.thank-card .card-content {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid var(--bs-gray-300);
	padding-right: 50px;
	position: relative;
}

.thank-card .card-content:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	user-select: none;
	background: url('../images/thank-you.png') center center/cover no-repeat;
	width: 48px;
	height: 48px;
}

.thank-card .card-content .card-name {
	font-size: 1.225em;
	font-family: var(--font-heading);
	font-weight: 600;
	color: var(--primary-color);
}

.thank-card .card-content .card-sub {
	color: var(--secondary-color);
	font-weight: 500;
	font-family: var(--font-heading);
}

.section-breadcrumb {
	padding: 40px 0;
	background: #fff9fa url(../images/breadcrumb-bg.png) no-repeat 100% 0;
}

.section-breadcrumb .breadcrumb-title {
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.3;
	font-family: var(--font-brand);
	margin-bottom: 12px;
}

.section-breadcrumb .breadcrumb .breadcrumb-item {
	color: var(--primary-color);
	font-weight: 500;
	display: inline-flex;
	font-size: 1.075em;
	padding: 0;
}

.section-breadcrumb .breadcrumb .breadcrumb-item > a {
	color: var(--bs-gray-800);
}

.section-breadcrumb .breadcrumb .breadcrumb-item > a i {
	line-height: unset;
}

.section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	float: none;
	margin-left: 8px;
	padding-right: 8px;
	content: "|";
}

.section-breadcrumb .breadcrumb .breadcrumb-item > a:hover {
	color: var(--primary-color);
}

.section-pagination {
	margin-top: 30px;
}

.section-pagination .pagination {
	margin-bottom: 0;
	justify-content: center;
}

.section-pagination .pagination .page-item {
	margin: 0 4px;
}

.section-pagination .pagination .page-item .page-link {
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-700);
	border-radius: 04px;
	margin-left: 0;
	padding: 9px 14px;
	font-size: 1.075em;
	font-weight: 500;
}

.section-pagination .pagination .page-item .page-link:focus {
	box-shadow: none;
}

.section-pagination .pagination .page-item.active .page-link {
	color: var(--bs-white);
	background-color: var(--primary-color);
	border-color: transparent;
}

.page-intro .intro-video .intro-video_icon {
	width: 82px;
	aspect-ratio: 1;
	color: var(--bs-white);
	border: 2px solid var(--bs-white);
	background: rgb(0, 0, 0, .05);
	font-size: 2.5em;
}

.page-intro .intro-video:hover .intro-video_icon {
	border: 2px solid var(--primary-color);
	background: var(--primary-color);
}

.page-intro .intro-image img {
	transition: 0.6s all ease-in;
}

.page-intro .intro-image:hover img {
	transform: scale(1.1);
}

.page-intro .section-article .swiper,
.page-specialty .section-article .swiper {
	padding: 9px;
	margin: -9px;
}

.counter-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.counter-item .counter-item_image img {
	height: 85px;
	width: auto;
}

.counter-item .counter-item_number {
	font-size: 3.5em;
	color: var(--primary-color);
	font-weight: 700;
	font-family: var(--font-heading);
	margin-top: 8px;
	margin-bottom: 8px;
}

.counter-item .counter-item_title {
	font-size: 1.375em;
	font-weight: 700;
	color: var(--secondary-color);
}

.doctor-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: sticky;
	top: 15px;
}

.doctor-sidebar .doctor-sidebar_item {
	box-shadow: rgba(0, 37, 87, 0.2) 0rem 0.4609rem 2.30445rem 0rem;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid var(--bs-gray-300);
}

.doctor-sidebar .doctor-sidebar_item .doctor-sidebar_title {
	color: var(--secondary-color);
	font-size: 1.5em;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	text-align: center;
	font-weight: 700;
	padding: 14px 16px;
	background-color: rgba(var(--secondary-rgb), 0.04);
	border-bottom: 2px solid;
	-webkit-border-image: -webkit-linear-gradient(to right, var(--secondary-color) 1%, rgba(var(--secondary-rgb), 0.05) 100%);
	border-image: linear-gradient(to right, var(--secondary-color) 1%, rgba(var(--secondary-rgb), 0.05) 100%);
	border-image-slice: 1;
}

.doctor-sidebar .doctor-sidebar_item::after,
.doctor-sidebar .doctor-sidebar_item::before {
	content: '';
	position: absolute;
	height: 110px;
	width: 110px;
	background-color: var(--primary-color);
	opacity: 0.2;
	border-radius: 50%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index: 1;
}

.doctor-sidebar .doctor-sidebar_item::after {
	right: -73px;
	bottom: -28px;
}

.doctor-sidebar .doctor-sidebar_item::before {
	bottom: -73px;
	right: -28px;
}

.doctor-sidebar .doctor-sidebar_item .doctor-sidebar_body {
	padding: 16px;
	position: relative;
	z-index: 2;
}

.doctor-sidebar .doctor-sidebar_item .doctor-sidebar_body .doctor-sidebar_info .doctor-sidebar_info__item {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	font-size: 1.075em;
}

.doctor-sidebar .doctor-sidebar_item .doctor-sidebar_body .doctor-sidebar_info .doctor-sidebar_info__item + .doctor-sidebar_info__item {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--bs-gray-300);
}

.doctor-sidebar .doctor-sidebar_item .doctor-sidebar_body .doctor-sidebar_info .doctor-sidebar_info__item .doctor-sidebar_info__title {
	white-space: nowrap;
	font-weight: 700;
	color: var(--bs-black);
	flex-shrink: 0;
	width: 40%;
}

.doctor-sidebar .doctor-sidebar_item .doctor-sidebar_body .doctor-sidebar_info .doctor-sidebar_info__item .doctor-sidebar_info__value {
	text-align: right;
}

.appointment-card {
	box-shadow: 0px 8px 20px rgba(196, 214, 228, .6);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	background: var(--bs-white);
}

.appointment-card .card-header {
	padding: 30px 24px 15px;
	background: var(--bs-white);
}

.appointment-card .card-header .section-heading {
	text-align: center;
	margin-bottom: 0;
}

.appointment-card .card-header .section-heading .heading-title {
	font-size: 2em;
}

.appointment-card .card-header .section-heading .heading-desc {
	font-size: 1.075em;
	padding: 0 72px;
	margin-top: 0;
}

.appointment-card .card-body {
	border-top: 0;
	padding: 24px;
}

.appointment-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.appointment-form .appointment-form_grid {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.appointment-form .appointment-form_grid .appointment-form_item {
	width: calc(50% - (15px / 2));
	flex-shrink: 0;
}

.appointment-form .appointment-form_item {
	width: 100%;
	position: relative;
}

.appointment-form .appointment-form_item .appointment-form_field {
	width: 100%;
	padding: 8px 15px;
	font-size: 1.075em;
	color: var(--bs-black);
	border-radius: 3px;
	border-color: rgb(var(--secondary-rgb), 0.25);
	transition: var(--transition-default);
}

.appointment-form .appointment-form_item .appointment-form_field::placeholder {
	opacity: .7;
}

.appointment-form .appointment-form_item .appointment-form_field:focus {
	border-color: rgb(var(--secondary-rgb), 0.35) !important;
	box-shadow: rgba(0, 37, 87, 0.1) 0 0.2609rem 1.30445rem 0 !important;
	outline: none !important;
}

.appointment-form .appointment-form_item .appointment-form_icon {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	height: calc(100% - 6px);
	width: 30px;
	font-size: 1.075em;
	color: var(--bs-black);
	background: var(--bs-white);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
	cursor: pointer;
}

.appointment-form .appointment-form_item .appointment-form_checkbox > input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.appointment-form .appointment-form_item .appointment-form_checkbox > span {
	color: var(--bs-black);
	font-size: 1.075em;
	position: relative;
	cursor: pointer;
	display: block;
}

.appointment-form .appointment-form_item .appointment-form_checkbox > span::before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	background-color: var(--bs-white);
	margin-right: 8px;
	position: relative;
	border-radius: 3px;
	top: 4px;
	border: 1px solid var(--bs-gray-400);
	transition: var(--transition-default);
}

.appointment-form .appointment-form_item .appointment-form_checkbox > span::after {
	content: "ï€Œ";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 3px;
	font-weight: 500;
	font-size: 0.8em;
	opacity: 0;
	visibility: hidden;
	color: var(--bs-white);
	transition: var(--transition-default);
}

.appointment-form .appointment-form_item .appointment-form_checkbox input:checked + span::after {
	opacity: 1;
	visibility: visible;
}

.appointment-form .appointment-form_item .appointment-form_checkbox input:checked + span::before {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.appointment-form .appointment-form_item .appointment-form_checkbox > span > a {
	color: var(--primary-color);
}

.appointment-form .appointment-form_item .appointment-form_checkbox > span > a:hover {
	color: var(--primary-hover);
}

.appointment-bg {
	border-radius: 10px;
	overflow: hidden;
	padding: 45px;
	position: relative;
}

.appointment-bg:before {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0, 0, 0, .5);
}

.appointment-bg .appointment-content {
	position: relative;
	z-index: 2;
}

.appointment-bg .appointment-content .appointment-content_title {
	font-size: 2.3em;
	color: var(--bs-white);
	display: flex;
	align-items: center;
	font-weight: 700;
	gap: 15px;
}

.appointment-bg .appointment-content .appointment-content_desc {
	margin-top: 20px;
	font-size: 1.075em;
	color: var(--bs-white);
	line-height: 1.6;
}

.appointment-bg .appointment-content .appointment-content_desc p:last-child {
	margin-bottom: 0;
}

.appointment-bg .appointment-content .appointment-content_button {
	margin-top: 20px;
}

.appointment-bg .appointment-content .appointment-content_sub {
	margin-top: 20px;
	font-size: 1.8em;
	color: var(--bs-white);
	display: flex;
	align-items: center;
	font-weight: 700;
	gap: 15px;
}

.appointment-bg .appointment-content .appointment-content_sub > a {
	color: inherit;
}

.appointment-bg .appointment-content .appointment-content_sub > a:hover {
	color: var(--secondary-color);
}

.page-specialty .counter-item .counter-item_number {
	font-size: 3.5em;
}

.page-specialty .counter-item .counter-item_title {
	font-size: 1.225em;
}

.section-specialty .container-fluid {
	padding-left: 16% !important;
}

.section-specialty .section-heading .heading-desc {
	text-align: justify;
}

.section-function,
.section-prize {
	background: #f8f8f8;
}

.section-function .function-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 26%;
	height: 100%;
	background: var(--primary-color);
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.section-prize .prize-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 30px;
}

.section-prize .prize-item .prize-item_image {
	width: 125px;
	height: 125px;
	margin: 0 auto 16px;
}

.section-prize .prize-item .prize-item_image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.section-prize .prize-item .prize-item_title {
	font-size: 1.225em;
	font-weight: 600;
	color: #121212;
	line-height: 1.4;
}

.section-prize .slider-theme:before,
.section-prize .slider-theme:after {
	content: "";
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	top: 50%;
	height: 100%;
	position: absolute;
	transform: translate(0, -50%);
}

.section-prize .slider-theme:before {
	left: 33.3333333333%;
}

.section-prize .slider-theme:after {
	left: 66.6666666667%;
}

.section-facilities:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	pointer-events: none;
	z-index: -1;
}

.section-facilities .container-fluid {
	padding-left: 16% !important;
}

.section-facilities .facilities-flexbox {
	display: flex;
	justify-content: space-between;
}

.section-facilities .facilities-flexbox .facilities-flexbox_content {
	width: 65%;
	position: relative;
}

.section-facilities .facilities-flexbox .facilities-flexbox_content .facilities-pattern {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	pointer-events: none;
}

.section-facilities .facilities-flexbox .section-heading,
.section-facilities .facilities-flexbox .section-heading .heading-desc {
	color: var(--bs-white);
}

.section-facilities .facilities-flexbox .section-heading .heading-desc {
	text-align: justify;
}

.section-facilities .facilities-flexbox .section-heading .heading-collapse {
	margin-top: 0;
}

.section-facilities .facilities-flexbox .section-heading .heading-collapse .accordion-item {
	border-radius: 0;
	border: 0;
	background-color: transparent !important;
}

.section-facilities .facilities-flexbox .section-heading .heading-collapse .accordion-item .accordion-button {
	background-color: transparent !important;
	padding: 0;
	color: var(--bs-white);
}

.section-facilities .facilities-flexbox .section-heading .heading-collapse .accordion-item .accordion-button:after {
	background-size: 1rem;
	background-position: center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.section-facilities .facilities-flexbox .section-heading .heading-collapse .accordion-item .accordion-body {
	padding: 0;
	padding-top: 15px;
}

.section-facilities .facilities-flexbox .section-heading .heading-collapse .accordion-item .accordion-body .section-heading .heading-desc {
	text-align: left;
	line-height: 1.45;
}

.section-facilities .facilities-flexbox .section-heading .heading-collapse .accordion-item + .accordion-item {
	margin-top: 36px;
}

.section-facilities .facilities-scrollbar {
	max-height: 550px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-right: -10px;
	padding-right: 10px;
}

.section-facilities .facilities-scrollbar::-webkit-scrollbar {
	width: 6px;
}

.section-facilities .facilities-scrollbar::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.section-facilities .facilities-scrollbar::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.section-facilities .facilities-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #6e6e6e;
}

.section-facilities .facilities-flexbox_image {
	width: 35%;
	position: relative;
	margin-left: 3rem;
	background: var(--bs-white);
}

.section-facilities .facilities-flexbox_image .facilities-image_toggle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.15s ease-in-out all;
}

.section-facilities .facilities-flexbox_image .facilities-image_toggle.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.section-faq .faq-sidebar .faq-header {
	display: none;
}

.section-faq .faq-sidebar .faq-body {
	padding: 12px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	display: flex;
	flex-flow: column;
}

.section-faq .faq-sidebar .faq-body .nav-tabs {
	flex-direction: column;
	border-bottom: 0;
}

.section-faq .faq-sidebar .faq-body .nav-tabs .nav-link {
	text-align: left;
	border-radius: 4px;
	font-size: 1.15em;
	font-weight: 700;
	color: #000000;
	width: 100%;
	padding: 12px 15px;
	border: 0;
	line-height: 1.3;
}

.section-faq .faq-sidebar .faq-body .nav-tabs .nav-link:hover {
	background: #f3f3f3;
}

.section-faq .faq-sidebar .faq-body .nav-tabs .nav-link.active {
	background: var(--primary-color);
	color: var(--bs-white);
}

.section-faq .faq-content {
	padding: 30px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}

.section-faq .faq-content .accordion-item {
	border: 0;
	border-radius: 0;
}

.section-faq .faq-content .accordion-item .accordion-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: 500;
	color: #000;
}

.section-faq .faq-content .accordion-item .accordion-button:after {
	background: none;
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-faq .faq-content .accordion-item .accordion-button[aria-expanded=true]:after {
	content: "\f068";
}

.section-faq .faq-content .accordion-item .accordion-body {
	font-size: 1.075em;
	line-height: 1.5;
	color: #121212;
}

.section-faq .faq-content .accordion-item .accordion-body p {
	margin-bottom: 12px;
}

.section-faq .faq-content .accordion-item .accordion-body p:last-child {
	margin-bottom: 0;
}

.section-faq .faq-content .accordion-item + .accordion-item {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #e7e7e7;
}

.article-detail {
	padding: 24px;
	border-radius: 0.5rem;
	background: var(--bs-white);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.article-detail .article-desc {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid var(--bs-gray-300);
}

.article-detail .article-desc .article-meta .article-meta_item {
	color: #41464b;
}

.article-detail .article-desc .article-meta .article-meta_item i {
	color: var(--primary-color);
	font-size: 1.075em;
}

.specialty-list {
	background: #f8f8f8;
}

.specialty-card {
	padding: 8px;
	display: flex;
	flex-flow: column;
	align-items: center;
	background: var(--bs-white);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	transition: var(--transition-default);
	border: 1px solid transparent;
	height: 100%;
}

.specialty-card .card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.specialty-card .card-icon img {
	position: relative;
	z-index: 1;
}

.specialty-card .card-title {
	transition: var(--transition-default);
	font-weight: 600;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-size: 1.225em;
	margin-bottom: 0;
	line-height: 1.15;
}

.specialty-info {
	position: relative;
}

.specialty-info .info-pattern {
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
	z-index: -1;
}

.specialty-why {
	background: #f8f8f8;
}

.specialty-why .why-card {
	background: var(--bs-white-rgb);
	border: 1px solid #e7e7e7;
	padding: 40px;
	height: 100%;
	text-align: center;
	transition: var(--transition-default);
}

.specialty-why .why-card:hover {
	border-color: var(--primary-color);
}

.specialty-why .why-card .card-icon {
	margin-bottom: 24px;
}

.specialty-why .why-card .card-title {
	font-size: 1.45em;
	font-weight: 600;
	color: #121212;
	margin-bottom: 0;
}

.specialty-why .why-card .card-desc {
	margin-top: 12px;
	font-size: 1.15em;
	line-height: 160%;
	color: #121212;
}

.specialty-counter {
	position: relative;
}

.specialty-counter:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	pointer-events: none;
	z-index: -1;
}

.specialty-counter .container-fluid {
	padding-left: 16% !important;
}

.specialty-counter .counter-flexbox {
	display: grid;
	position: relative;
	grid-template-columns: 68% 32%;
}

.specialty-counter .counter-flexbox .counter-flexbox_content {
	position: relative;
}

.specialty-counter .counter-flexbox .counter-flexbox_content .counter-pattern {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	pointer-events: none;
}

.specialty-counter .counter-flexbox .section-heading .heading-title {
	color: var(--bs-white);
}

.specialty-counter .counter-flexbox .section-counter .counter-item {
	text-align: left;
	align-items: flex-start;
}

.specialty-counter .counter-flexbox .section-counter .counter-item .counter-item_number {
	color: var(--bs-white);
}

.specialty-counter .counter-flexbox .section-counter .counter-item .counter-item_title {
	color: var(--bs-white);
	font-size: 1.15em;
}

.specialty-counter .counter-flexbox_image {
	position: relative;
	margin-left: 3rem;
	background: var(--bs-white);
	height: 100%;
}

.specialty-counter .counter-flexbox_image .counter-flexbox_image__fixed {
	height: calc(100% + 60px);
}

.specialty-service .specialty-service_list ul,
.specialty-service .specialty-service_list ol {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.specialty-service .specialty-service_list ul li {
	display: flex;
	gap: 16px;
}

.specialty-service .specialty-service_list ul li .specialty-service_list__icon {
	flex: 0 0 auto;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f3f3f3;
	border-radius: 10px;
}

.specialty-service .specialty-service_list ul li .specialty-service_list__icon i {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(90deg, var(--primary-color) 0%, rgba(var(--primary-rgb), 0.6) 100%);
	font-size: 10px;
	color: var(--bs-white);
}

.specialty-service .specialty-service_list ul li .specialty-service_list__content {
	display: block;
}

.specialty-service .specialty-service_list ul li .specialty-service_list__content .specialty-service_list__title {
	font-size: 1.375em;
	font-weight: 600;
	color: #121212;
	margin-bottom: 0;
	display: block;
}

.specialty-service .specialty-service_list ul li .specialty-service_list__content .specialty-service_list__desc {
	margin-top: 6px;
	font-size: 1.15em;
	line-height: 160%;
	color: #121212;
	display: block;
}

.specialty-gallery {
	position: relative;
	padding-bottom: 100px;
	background: #f8f8f8;
}

.specialty-gallery .gallery-flexbox {
	display: flex;
	position: relative;
}

.specialty-gallery .gallery-flexbox .gallery-flexbox_image {
	width: 30%;
}

.specialty-gallery .gallery-flexbox .gallery-flexbox_image .gallery-flexbox_image__fixed {
	width: 100%;
	height: 100%;
}

.specialty-gallery .gallery-flexbox .gallery-flexbox_content {
	width: 70%;
	padding: 60px 25% 180px 60px;
	background: var(--primary-color);
	color: var(--bs-white);
	position: relative;
}

.specialty-gallery .gallery-flexbox .gallery-flexbox_content .section-heading .heading-desc {
	color: var(--bs-white);
}

.specialty-gallery .gallery-flexbox .gallery-flexbox_content .gallery-pattern {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	pointer-events: none;
}

.specialty-gallery .gallery-slider {
	display: flex;
	position: relative;
	margin-top: -120px;
}

.specialty-gallery .gallery-slider .gallery-video {
	width: 30%;
	display: flex;
	align-items: end;
	justify-content: flex-end;
	padding-bottom: 40px;
}

.specialty-gallery .gallery-slider .gallery-video .gallery-video_link {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 600;
	font-size: 1.15em;
	gap: 15px;
}

.specialty-gallery .gallery-slider .gallery-video .gallery-video_link:hover {
	color: var(--primary-color);
}

.specialty-gallery .gallery-slider .gallery-video .gallery-video_link .gallery-video_link__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-white);
	position: relative;
	flex: 0 0 auto;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 1px solid var(--bs-white);
	filter: drop-shadow(0px 2.3206107616px 2.3206107616px rgba(0, 0, 0, 0.25));
}

.specialty-gallery .gallery-slider .gallery-video .gallery-video_link .gallery-video_link__icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid var(--primary-color);
}

.specialty-gallery .gallery-slider .slider-theme {
	width: 70%;
	padding-left: 60px;
}

.diagram-tree {
	font-family: var(--font-heading);
}

.diagram-tree .diagram-tree_lv1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 32px;
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid var(--primary-hover);
	background-color: var(--primary-color);
	color: var(--bs-white);
	text-align: center;
	padding: 8px;
	font-size: 1.45em;
	line-height: 1.2;
	width: 244px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 2;
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_item.diagram-tree_item__2 {
	transform: translateY(100%);
	order: -1;
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor {
	position: relative;
	width: 100%;
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor .diagram-tree_decor__1 {
	position: absolute;
	width: 250px;
	height: 2px;
	border-top: 2px dashed var(--primary-color);
	right: calc(50% + -1px);
	top: 33.5px;
	display: block;
	z-index: 1;
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor .diagram-tree_decor__1:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid var(--primary-color);
	left: -7px;
	transform: translate(-6px, 5px);
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor .diagram-tree_decor__2 {
	position: absolute;
	width: 139px;
	height: 2px;
	border-top: 2px dashed var(--primary-color);
	left: calc(50% + 123px);
	top: -33.5px;
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor .diagram-tree_decor__2:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid var(--primary-color);
	right: -7px;
	transform: translate(-6px, 5px);
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor .diagram-tree_decor__3 {
	position: absolute;
	width: 2px;
	height: 130px;
	border-left: 2px dashed var(--primary-color);
	left: calc(50% - 1px);
	top: 0;
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor .diagram-tree_decor__3::before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: var(--primary-color);
	left: -1px;
	bottom: 0;
	transform: translate(-6px, 6px);
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor .diagram-tree_decor__4 {
	display: block;
	position: absolute;
	width: 81%;
	height: 30px;
	left: calc(50% - 81% / 2);
	top: 100px;
	border-radius: 12px 12px 0 0;
	border: 2px dashed var(--primary-color);
	border-bottom-width: 0;
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor .diagram-tree_decor__4:before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: var(--primary-color);
	left: 0;
	bottom: 0;
	transform: translate(-6px, 6px);
}

.diagram-tree .diagram-tree_lv1 .diagram-tree_decor .diagram-tree_decor__4:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: var(--primary-color);
	right: 0;
	bottom: 0;
	transform: translate(6px, 6px);
}

.diagram-tree .diagram-tree_lv2 {
	margin-top: 131px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item {
	width: 20%;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item .diagram-tree_item__heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid var(--primary-hover);
	background-color: var(--primary-hover);
	color: #fff;
	text-align: center;
	padding: 8px;
	font-size: 1.45em;
	line-height: 1.2;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	height: 130px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item .diagram-tree_lv3 {
	position: relative;
	padding: 12px 0 0;
	justify-content: flex-start;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}


.diagram-tree .diagram-tree_lv2 .diagram-tree_item .diagram-tree_lv3::before {
	content: '';
	position: absolute;
	top: -66px;
	left: -20px;
	width: 20px;
	height: calc(100% + 22px);
	border-radius: 8px 0 0 8px;
	border: 1px dashed var(--secondary-color);
	border-right-width: 0;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item .diagram-tree_lv3 .diagram-tree_lv3__children {
	width: 200px;
	margin-bottom: 12px;
	position: relative;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item .diagram-tree_lv3 .diagram-tree_lv3__children:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 11px;
	height: 11px;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: var(--secondary-color);
	left: -6px;
	top: 22px;
	z-index: 2;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item .diagram-tree_lv3 .diagram-tree_lv3__children:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	border-top: 1px dashed var(--secondary-color);
	left: -18px;
	top: 27px;
	width: 14px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item .diagram-tree_lv3 .diagram-tree_lv3__children .diagram-tree_lv3__children___content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid var(--secondary-hover);
	background-color: var(--secondary-color);
	color: #fff;
	text-align: center;
	font-size: 0.925em;
	line-height: 1.3;
	width: 100%;
	height: 60px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 .diagram-tree_lv2 {
	margin-top: 8px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 {
	width: calc(100% - 2 * 20% - 12px);
	background-color: #e6f9ff;
	padding-bottom: 12px;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 5px 3px #b7d0d4;
}

.diagram-tree .diagram-tree_lv2 > .diagram-tree_item.diagram-tree_item__2 .diagram-tree_item__heading {
	height: 61px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__group {
	width: calc(67% - 4px);
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__group .diagram-tree_lv3:before {
	left: 50%;
	z-index: 2;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__group .diagram-tree_lv3 .diagram-tree_lv3__children:nth-child(even):after {
	left: -26px;
	width: 27px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__group .diagram-tree_lv3 .diagram-tree_lv3__children:nth-child(odd):before {
	left: unset;
	right: -6px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__group .diagram-tree_lv3 .diagram-tree_lv3__children:nth-child(odd):after {
	left: unset;
	right: -26px;
	width: 27px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 .diagram-tree_lv2 .diagram-tree_item {
	width: calc(33% - 4px);
	box-shadow: none;
	padding-bottom: 0;
	border-radius: 0;
	background: transparent;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 .diagram-tree_lv2 .diagram-tree_item .diagram-tree_lv3 .diagram-tree_lv3__children {
	margin-left: auto;
	margin-right: auto;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__2 .diagram-tree_lv2 .diagram-tree_item .diagram-tree_lv3:before {
	content: '';
	width: 1px;
	height: calc(100% - 44px);
	position: absolute;
	top: 0;
	left: 4px;
	border-left: 1px dashed var(--secondary-color);
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__3 .diagram-tree_lv3::before {
	left: unset;
	right: -20px;
	border-radius: 0 8px 8px 0;
	border-left-width: 0;
	border-right-width: 1px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__3 .diagram-tree_lv3 .diagram-tree_lv3__children {
	margin-left: auto;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__3 .diagram-tree_lv3 .diagram-tree_lv3__children:before {
	left: unset;
	right: -6px;
}

.diagram-tree .diagram-tree_lv2 .diagram-tree_item.diagram-tree_item__3 .diagram-tree_lv3 .diagram-tree_lv3__children:after {
	left: unset;
	right: -18px;
}

.diagram-tree .diagram-tree_lv2_mb {
	display: none;
}

.section-card {
	border: 1px solid var(--bs-gray-300);
	border-radius: 4px;
	overflow: hidden;
}

.section-card + .section-card {
	margin-top: 20px;
}

.section-card .card-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	font-size: 1.45em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.section-card .card-desc .card-desc_item:first-child {
	margin-top: 0;
}

.section-card .card-desc .card-desc_item {
	display: flex;
	align-items: center;
	margin-top: 1em;
}

.section-card .card-desc .card-desc_item .icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: var(--bs-gray-200);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	font-size: 1.15em;
	flex-shrink: 0;
	margin-right: 8px;
}

.section-card .card-desc .card-desc_item .content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.section-card .card-desc .card-desc_item .content .title {
	font-weight: 700;
	color: var(--bs-gray-900);
	text-transform: uppercase;
	font-size: 1em;
}

.section-card .card-desc .card-desc_item .content .text {
	color: var(--bs-gray-700);
}

.section-card .card-desc .card-desc_item .content .text > a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition-default);
}

.section-card .card-desc .card-desc_item .content .text > a:hover {
	color: var(--primary-color);
}

.section-card .card-map iframe {
	width: 100%;
	vertical-align: middle;
}

.section-form .form-floating > label {
	color: var(--bs-gray-600);
}

.section-form .form-floating > .form-control {
	height: calc(3.25rem + 2.5px);
	padding-top: .95rem;
}

.section-login {
	background: #f8f8f8;
	padding: 80px 0;
}

.login-wrapper {
	background: var(--bs-white);
	border-radius: 8px;
	-webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
	overflow: hidden;
}

.login-wrapper .login-inner {
	padding: 60px 45px;
}

.login-wrapper .login-inner .section-heading {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
}

.login-wrapper .login-inner .section-heading .heading-title {
	font-size: 2em;
	color: var(--primary-color);
}

.login-wrapper .login-inner .login-form .login-form_item {
	position: relative;
	width: 100%;
}

.login-wrapper .login-inner .login-form .login-form_item > i {
	color: var(--bs-gray-600);
	font-size: 1.15em;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login-wrapper .login-inner .login-form .login-form_item .form-control {
	height: 42px;
	border-radius: 6px;
	border: 1px solid #ced4da;
	width: 100%;
	padding: 8px 16px 8px 42px;
	font-size: 1em;
	color: var(--bs-black);
}

.login-wrapper .login-inner .login-form .login-form_item.login-form_icon .form-control {
	padding-right: 42px;
}

.login-wrapper .login-inner .login-form .login-form_item .form-control:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: var(--bs-gray-500) !important;
}

.login-wrapper .login-inner .login-form .login-form_item > .login-form_view {
	color: var(--bs-gray-600);
	font-size: 1.15em;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
}

.login-wrapper .login-inner .login-form .login-form_item > .login-form_view:hover {
	color: var(--bs-gray-900);
}

.login-wrapper .login-inner .login-form .login-form_item .form-control::-webkit-input-placeholder {
	opacity: .7;
}

.login-wrapper .login-inner .login-form .login-form_item .form-control::-moz-placeholder {
	opacity: .7;
}

.login-wrapper .login-inner .login-form .login-form_item .form-control:-ms-input-placeholder {
	opacity: .7;
}

.login-wrapper .login-inner .login-form .login-form_item .form-control::-ms-input-placeholder {
	opacity: .7;
}

.login-wrapper .login-inner .login-form .login-form_item .form-control::placeholder {
	opacity: .7;
}

.login-wrapper .login-inner .login-form .form-check {
	margin-bottom: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	gap: 5px;
}

.login-wrapper .login-inner .login-form .form-check .form-check-input {
	width: 1.125em;
	height: 1.125em;
	position: relative;
	top: -1px;
}

.login-wrapper .login-inner .login-form .form-check .form-check-input:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}