/*
Theme Name: THEME HÙNG VŨ
Description: Theme by Vũ Đình Hùng
Author: https://www.facebook.com/vudinhhungth
Template: flatsome
Version: 100.8
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.phuonganh-cert-slider {
	--phuonganh-cert-height: 360px;
	margin: 0 auto 20px;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.phuonganh-cert-frame {
	height: var(--phuonganh-cert-height);
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.phuonganh-cert-slide {
	box-sizing: border-box;
	cursor: pointer;
	height: var(--phuonganh-cert-height);
	left: var(--cert-left, 0);
	padding: 0;
	position: absolute;
	top: var(--cert-top, 0);
	transition: left .32s ease, top .32s ease, transform .32s ease, opacity .32s ease;
	width: 40%;
}

.phuonganh-cert-card {
	background: #fff;
	border: 1px solid rgba(129, 85, 34, .18);
	box-shadow: 0 6px 14px rgba(84, 57, 23, .14);
	height: 100%;
	overflow: hidden;
	transform: scale(var(--cert-scale, 1));
	transform-origin: center bottom;
	transition: transform .32s ease, box-shadow .32s ease, opacity .32s ease;
	will-change: transform;
}

.phuonganh-cert-slide.is-active .phuonganh-cert-card {
	box-shadow: 0 10px 22px rgba(84, 57, 23, .2);
	transform: none;
}

.phuonganh-cert-image {
	background: #fff;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.phuonganh-cert-nav {
	background: rgba(255, 255, 255, .88);
	border: 0;
	border-radius: 99px;
	box-shadow: 0 2px 8px rgba(84, 57, 23, .12);
	color: #815522;
	height: 34px;
	line-height: 34px;
	margin: 0;
	min-height: 34px;
	opacity: .9;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	z-index: 20;
}

.phuonganh-cert-prev {
	left: 0;
}

.phuonganh-cert-next {
	right: 0;
}

.phuonganh-doctor-slider {
	--phuonganh-doctor-height: 500px;
	--phuonganh-doctor-color: #e79414;
	margin: 0 auto 20px;
	max-width: 1120px;
	width: 100%;
}

.phuonganh-doctor-frame {
	height: var(--phuonganh-doctor-height);
	overflow: hidden;
	position: relative;
}

.phuonganh-doctor-line,
.phuonganh-doctor-quote {
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.phuonganh-doctor-line {
	background: var(--phuonganh-doctor-color);
}

.phuonganh-doctor-line-top {
	height: 4px;
	left: 96px;
	right: 300px;
	top: 150px;
}

.phuonganh-doctor-line-left {
	bottom: 100px;
	left: 44px;
	top: 205px;
	width: 4px;
}

.phuonganh-doctor-line-bottom {
	bottom: 72px;
	height: 4px;
	left: 72px;
	right: 430px;
}

.phuonganh-doctor-line-left::after {
	border-bottom: 4px solid var(--phuonganh-doctor-color);
	border-left: 4px solid var(--phuonganh-doctor-color);
	border-radius: 0 0 0 22px;
	bottom: -28px;
	content: "";
	height: 28px;
	left: 0;
	position: absolute;
	width: 28px;
}

.phuonganh-doctor-quote {
	color: #d77b11;
	font-family: Georgia, serif;
	font-size: 96px;
	font-weight: 700;
	line-height: .7;
}

.phuonganh-doctor-quote-open {
	left: 15px;
	top: 120px;
}

.phuonganh-doctor-track {
	height: 100%;
	position: relative;
	z-index: 2;
}

.phuonganh-doctor-track .flickity-viewport,
.phuonganh-doctor-track .flickity-slider {
	height: 100% !important;
}

.phuonganh-doctor-slide {
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}

.phuonganh-doctor-copy {
	color: #815522;
	left: 90px;
	position: absolute;
	right: 430px;
	text-align: center;
	top: 205px;
	z-index: 4;
}

.phuonganh-doctor-copy h3 {
	color: #815522;
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 28px;
	padding: 2px 7px;
	text-transform: uppercase;
}

.phuonganh-doctor-text {
	color: #815522;
	font-size: 15px;
	line-height: 1.45;
}

.phuonganh-doctor-text p {
	box-decoration-break: clone;
	display: inline;
	margin: 0;
	padding: 0 3px;
}

.phuonganh-doctor-person {
	bottom: 32px;
	position: absolute;
	right: 0;
	top: 0;
	width: 360px;
	z-index: 2;
}

.phuonganh-doctor-image {
	display: block;
	height: 100%;
	margin-left: auto;
	object-fit: contain;
	object-position: right bottom;
	width: 100%;
}

.phuonganh-doctor-slider .loading-spin {
	display: none;
}

.phuonganh-doctor-slider .flickity-page-dots {
	bottom: 8px;
	left: 0;
	right: 0;
	z-index: 5;
}

@media screen and (max-width: 849px) {

	.phuonganh-cert-slider {
		max-width: 100%;
	}

	.phuonganh-cert-slide {
		width: 56%;
	}

	.phuonganh-doctor-slider {
		--phuonganh-doctor-height: 430px;
	}

	.phuonganh-doctor-line-top {
		left: 76px;
		right: 230px;
		top: 118px;
	}

	.phuonganh-doctor-line-left {
		bottom: 90px;
		left: 34px;
		top: 165px;
	}

	.phuonganh-doctor-line-bottom {
		bottom: 62px;
		left: 62px;
		right: 310px;
	}

	.phuonganh-doctor-quote {
		font-size: 78px;
	}

	.phuonganh-doctor-quote-open {
		top: 90px;
	}

	.phuonganh-doctor-copy {
		left: 66px;
		right: 295px;
		top: 170px;
	}

	.phuonganh-doctor-copy h3 {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.phuonganh-doctor-text {
		font-size: 15px;
	}

	.phuonganh-doctor-person {
		width: 270px;
	}


}

@media screen and (max-width: 549px) {
	.phuonganh-doctor-slider {
		--phuonganh-doctor-height: 390px;
	}

	.phuonganh-doctor-line-top {
		left: 54px;
		right: 20px;
		top: 72px;
	}

	.phuonganh-doctor-line-left {
		bottom: 74px;
		left: 24px;
		top: 116px;
	}

	.phuonganh-doctor-line-bottom {
		bottom: 46px;
		left: 52px;
		right: 100px;
	}

	.phuonganh-doctor-quote {
		font-size: 58px;
	}

	.phuonganh-doctor-quote-open {
		left: 4px;
		top: 52px;
	}

	.phuonganh-doctor-copy {
		left: 40px;
		right: 24px;
		top: 122px;
	}

	.phuonganh-doctor-copy h3 {
		font-size: 17px;
		margin-bottom: 12px;
	}

	.phuonganh-doctor-text {
		font-size: 14px;
		line-height: 1.45;
	}

	.phuonganh-doctor-person {
		height: 150px;
		right: 0;
		top: auto;
		width: 130px;
	}

	.phuonganh-doctor-slider .flickity-page-dots {
		bottom: 10px;
	}
}


.home-congnghe h2 {
	background: linear-gradient(180deg, #efad3c 0%, #d98a2b 45%, #815522 100%);
	background-clip: text;
	color: #d98a2b;
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 0;
}

.home-loiich h2 {
	background: linear-gradient(180deg, #efad3c 0%, #d98a2b 45%, #815522 100%);
	background-clip: text;
	color: #df9228;
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0;
	text-transform: uppercase;
}

.home-loiich .icon-box {
	background: transparent;
	color: #6b421f;
	position: relative;
}

.home-loiich .icon-box::before {
	bottom: 12px;
	content: "";
	pointer-events: none;
	position: absolute;
	top: 12px;
	z-index: 0;
}

.home-loiich .icon-box-left::before {
	background: linear-gradient(90deg, rgba(253, 228, 184, .95) 0%, rgba(253, 228, 184, .55) 45%, rgba(253, 228, 184, 0) 100%);
	left: 84px;
	right: 0;
}

.home-loiich .icon-box-right::before {
	background: linear-gradient(270deg, rgba(253, 228, 184, .95) 0%, rgba(253, 228, 184, .55) 45%, rgba(253, 228, 184, 0) 100%);
	left: 0;
	right: 84px;
}

.home-loiich .icon-box-text,
.home-loiich .icon-box-text h3,
.home-loiich .icon-box-text h4,
.home-loiich .icon-box-text h5,
.home-loiich .icon-box-text h6,
.home-loiich .icon-box-text p {
	color: #6b421f;
	letter-spacing: 0;
}

.home-loiich .icon-box-img,
.home-loiich .icon-box-text {
	position: relative;
	z-index: 1;
}

.home-loiich .icon-box-text p {
	font-weight: 400;
	line-height: 1.45;
}

.home-loiich .icon-box-text p::first-line {
	font-weight: 700;
}

.home-loiich .icon-box-img {
	background: transparent;
	border: 3px solid #d88a22;
	border-radius: 50%;
	box-shadow: none;
	overflow: hidden;
}

.home-loiich .icon-box-img img {
	border-radius: 50%;
	display: block;
	padding-top: 0;
}

.home-doituong h2,
.home-chatluong h2,
.home-danhgia h2,
.home-chuyengia h2 {
	background: linear-gradient(180deg, #efad3c 0%, #d98a2b 45%, #815522 100%);
	background-clip: text;
	color: #d98a2b;
	display: inline-block;
	font-size: 42px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.home-doituong .col.medium-7 .col-inner p {
	align-items: center;
	color: #815522;
	display: flex;
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 22px;
	position: relative;
	width: fit-content;
	z-index: 0;
}

.home-doituong .col.medium-7 .col-inner p::before {
	background: url("/wp-content/uploads/2026/05/check.png") center / contain no-repeat;
	content: "";
	flex: 0 0 25px;
	height: 35px;
	margin-right: 12px;
}
.home-doituong .col.medium-5 .img img {
	display: block;
	margin-left: auto;
}

.home-danhgia .section-content > .row > .col {
	flex-basis: 100%;
	max-width: 100%;
}

.home-danhgia .section-content > .row > .col > .col-inner {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
	max-width: 1120px;
	position: relative;
}

.home-danhgia .section-content > .row > .col > .col-inner::before,
.home-danhgia .section-content > .row > .col > .col-inner::after {
	border-color: #f7efd5;
	border-style: solid;
	content: "";
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .35));
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.home-danhgia .section-content > .row > .col > .col-inner::before {
	border-radius: 0 34px 0 0;
	border-width: 4px 4px 0 0;
	bottom: 112px;
	left: 122px;
	right: 42px;
	top: 114px;
}

.home-danhgia .section-content > .row > .col > .col-inner::after {
	border-radius: 0 0 0 34px;
	border-width: 0 0 4px 4px;
	bottom: 38px;
	left: 42px;
	right: 150px;
	top: 200px;
}

.home-danhgia .section-content > .row > .col > .col-inner > .text {
	display: block;
	position: relative;
	z-index: 4;
}

.home-danhgia .slider-wrapper {
	background: transparent;
	box-shadow: none;
	box-sizing: border-box;
	margin: 0 auto 15px;
	max-width: 1120px;
	min-height: 450px;
	overflow: visible;
	padding: 118px 90px 96px;
	position: relative;
	z-index: 2;
}

.home-danhgia .slider-wrapper::before,
.home-danhgia .slider-wrapper::after {
	color: #f4a31b;
	font-family: Georgia, serif;
	font-size: 128px;
	font-weight: 700;
	line-height: .7;
	pointer-events: none;
	position: absolute;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, .32);
	z-index: 3;
}

.home-danhgia .slider-wrapper::before {
	content: "\201C";
	left: 34px;
	top: 30px;
}

.home-danhgia .slider-wrapper::after {
	bottom: 20px;
	content: "\201D";
	right: -8px;
}

.home-danhgia .slider-wrapper > .slider {
	position: static;
	z-index: 2;
}

.home-danhgia .slider-wrapper .flickity-viewport {
	position: relative;
	z-index: 2;
}

.home-danhgia .slider-wrapper .flickity-page-dots {
	bottom: -18px;
	left: 0;
	right: 0;
	z-index: 4;
}

.home-danhgia .slider .row {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	width: 100%;
}

.home-danhgia .slider .col {
	padding-bottom: 0;
}

.home-danhgia .testimonial-box {
	display: block;
	min-height: 175px;
	padding: 0 245px 0 205px;
	position: relative;
	text-align: center;
}

.home-danhgia .testimonial-image {
	background: #fff;
	border: 6px solid #df8511;
	box-shadow: none;
	height: 150px;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 150px !important;
}

.home-danhgia .testimonial-image img {
	border-radius: 50%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	padding: 0;
	width: 100%;
}

.home-danhgia .testimonial-box .icon-box-text {
	max-width: none;
	padding: 0;
	width: 100%;
}

.home-danhgia .star-rating {
	color: #f4a31b;
	display: table;
	font-family: Arial, sans-serif;
	font-size: 30px;
	height: 1em;
	letter-spacing: 6px;
	line-height: 1;
	margin: 0;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.home-danhgia .star-rating::before {
	color: #f4a31b;
	content: "\2605\2605\2605\2605\2605";
	position: static;
}

.home-danhgia .star-rating span {
	display: none;
}

.home-danhgia .testimonial-text {
	font-style: normal;
	line-height: 1.45;
}

.home-danhgia .testimonial-text h3 {
	color: #ffe26f;
	display: block;
	font-family: inherit;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 auto 95px;
	max-width: 100%;
	padding: 2px 5px;
	text-transform: uppercase;
	width: fit-content;
}

.home-danhgia .testimonial-text p {
	box-decoration-break: clone;
	color: #ffe26f;
	display: inline;
	font-size: 18px;
	font-style: normal;
	line-height: 1.45;
	margin: 0;
	padding: 0 3px;
}

.home-danhgia .testimonial-meta,
.home-danhgia .flickity-button {
	display: none;
}

@media screen and (max-width: 849px) {
	.home-doituong h2,
	.home-chatluong h2,
	.home-danhgia h2,
	.home-chuyengia h2 {
		font-size: 32px;
		margin-bottom: 18px;
	}

	.home-doituong .col.medium-7 .col-inner p {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.home-doituong .col.medium-7 .col-inner p::before {
		flex-basis: 34px;
		height: 28px;
		margin-right: 10px;
	}

	.home-doituong .col.medium-7 .col-inner p::after {
		left: 44px;
		width: calc(100% - 44px);
	}

	.home-danhgia .slider-wrapper {
		min-height: 0;
		padding: 86px 28px 72px;
	}

	.home-danhgia .section-content > .row > .col > .col-inner::before {
		border-radius: 0 28px 0 0;
		border-width: 3px 3px 0 0;
		bottom: 104px;
		left: 82px;
		right: 20px;
		top: 89px;
	}

	.home-danhgia .section-content > .row > .col > .col-inner::after {
		border-radius: 0 0 0 28px;
		border-width: 0 0 3px 3px;
		bottom: 34px;
		left: 28px;
		right: 72px;
		top: 155px;
	}

	.home-danhgia .slider-wrapper::before,
	.home-danhgia .slider-wrapper::after {
		font-size: 88px;
	}

	.home-danhgia .slider-wrapper::before {
		left: 22px;
		top: 30px;
	}

	.home-danhgia .slider-wrapper::after {
		bottom: 20px;
		right: -4px;
	}

	.home-danhgia .testimonial-box {
		min-height: 0;
		padding: 0;
	}

	.home-danhgia .testimonial-image {
		height: 130px;
		margin: 0 auto 14px;
		position: relative;
		top: 0;
		width: 130px !important;
	}

	.home-danhgia .star-rating {
		font-size: 24px;
		letter-spacing: 4px;
		margin: 0 auto 12px;
		position: relative;
		right: auto;
		top: auto;
	}

	.home-danhgia .testimonial-text h3 {
		font-size: 24px;
		margin-bottom: 22px;
	}

	.home-danhgia .testimonial-text p {
		font-size: 16px;
	}
}

@media screen and (max-width: 549px) {
	.home-danhgia .slider-wrapper {
		padding: 68px 18px 58px;
	}

	.home-danhgia .section-content > .row > .col > .col-inner::before {
		bottom: 88px;
		left: 70px;
		right: 16px;
		top: 78px;
	}

	.home-danhgia .section-content > .row > .col > .col-inner::after {
		bottom: 28px;
		left: 22px;
		right: 62px;
		top: 132px;
	}

	.home-danhgia .slider-wrapper::before,
	.home-danhgia .slider-wrapper::after {
		font-size: 72px;
	}

	.home-danhgia .testimonial-image {
		height: 112px;
		width: 112px !important;
	}

	.home-danhgia .star-rating {
		font-size: 21px;
		letter-spacing: 3px;
	}

	.home-danhgia .testimonial-text h3 {
		font-size: 21px;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
