:root {
	--bs-primary-color: #004250;
	--bs-main-color-text: #a3b260;
	--bs-accent-color: #00a9b7;
	--bs-secondary-color: #a3b260;
	--bs-primary-color-spectral: 0, 66, 80;
	--bs-header-height: 80px;
}
body {
	overflow-x: hidden;
	font-size: 19px;
	font-family: Arial;
	color: #000;
}
h1,
h2,
h3 {
	font-family: Arial;
}
h4,
h5,
h6,
p {
	font-family: Arial;
}
* {
	outline: none;
}
.center {
	text-align: center;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0;
}
.justify {
	text-align: justify;
}
/* HEADER FIXED */
.header-main {
	padding: 5px 0;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.header-fix {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
/* BANNER SECITON */
#banner__section {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
.banner__full img {
	width: 100%;
	height: auto;
}
.title__section span {
	font-size: 0;
}
.sub_title_section {
	max-width: 800px;
	margin: 0 auto;
}
.sub_title_section span {
	font-size: 21px;
}

.sub_title_section a {
	color: var(--bs-primary-color);
	text-decoration: none;
	font-weight: 600;
}
hr.line_title_section {
	height: 3px;
	background: var(--bs-primary-color);
	margin: 10px 40% 0;
	opacity: 1;
}
/* TIMELINE THÀNH TÍCH */
.timeline_thanhtich {
	margin-top: 50px;
	position: relative;
}
h2.title_thanhtich {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--bs-primary-color);
}
.timeline_items img {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
/* SLIDE THÀNH TÍCH */
.slide_thanhtich {
	position: relative;
	max-width: 420px;
	margin-top: -24%;
	margin-left: 5%;
}
.slide_thanhtich img {
	max-width: 414px;
	height: auto;
}
img.timeline_items_2 {
	margin-top: -22%;
}

#slide_thanhtich {
	position: relative;
	bottom: revert;
}

#slide_thanhtich .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	inset: 0;
}

#slide_thanhtich .owl-prev {
	position: relative;
	left: -40px;
	top: 35%;
	width: 42px;
	height: 42px;
	background: var(--bs-primary-color);
	border-radius: 50px;
}
#slide_thanhtich .owl-next {
	position: relative;
	right: -40px;
	top: 35%;
	width: 42px;
	height: 42px;
	background: var(--bs-primary-color);
	border-radius: 50px;
}
#slide_thanhtich .fa {
	color: #ffffff;
	font-size: 20px;
}
#slide_thanhtich .fa:hover {
	color: #ffffff;
	font-size: 20px;
}
/* VIDEO THÀNH TỰU */
.video_thanhtuu {
	position: relative;
	padding: 50px 0;
}
h3.title_video_thanhtuu {
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	color: var(--bs-primary-color);
}
/* TRÁI TIM THÀNH TỰU */
.traitim_thanhtuu {
	position: relative;
	background: url(../images/bg-section-trieu-trai-tim-pc.webp) no-repeat
		center center;
	padding: 50px 0;
}
h3.title_traitim {
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	color: #ffffff;
}
.description_traitim {
	padding: 10px 12%;
	color: #ffffff;
	font-size: 19px;
}
.btn_traitim {
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 20px;
}
.btn_traitim a {
	color: #ffffff;
	text-decoration: none;
}
.btn_traitim span {
	border: 1px solid #ffffff;
	padding: 15px 15px;
	border-radius: 50px;
	font-style: italic;
}
#slide_traitim .owl-prev {
	position: absolute;
	left: -40px;
	top: 25%;
	width: 42px;
	height: 42px;
	background: #ffffff;
	border-radius: 50px;
}
#slide_traitim .owl-next {
	position: absolute;
	right: -40px;
	top: 25%;
	width: 42px;
	height: 42px;
	background: #ffffff;
	border-radius: 50px;
}
#slide_traitim .fa {
	color: var(--bs-primary-color);
	font-size: 20px;
}
#slide_traitim .fa:hover {
	color: var(--bs-primary-color);
	font-size: 20px;
}

.slide_traitim_card_item {
	background-color: transparent;
	border: none;
}

.slide_traitim_card_item .card-img-top {
	min-height: 240px;
	object-fit: cover;
}

/* BANNER BELOW */
.banner_below {
	position: relative;
	padding: 50px 0;
}
.block1400 {
	max-width: 1400px;
	margin: 0 auto;
}
.block1400 img {
	max-width: 100%;
	height: auto;
}
/* YOUTUBE */
.video_infobelow {
	padding: 10px 155px 50px;
}
.video_infobelow p span {
	font-size: 19px;
	color: #000000;
}
.youtube {
	background-color: #000;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.84%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	z-index: 1;
	border-radius: 6px;
	opacity: 0.8;
	transition: 0.3s all linear;
}
.youtube:hover .play-button {
	opacity: 1;
}
.youtube .play-button:before {
	content: '';
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.intro-video {
	margin-top: 30px;
}
.preview-intro-video {
	margin-top: 25px;
}
/* Footer */
.footer_section {
	background: linear-gradient(
		180deg,
		#004250 0,
		#007e93 63%,
		#008996 70%,
		#00a9b7 100%
	);
	padding-top: 40px;
	color: #fff;
}
.footer h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}
img.logo-foot {
	max-width: 210px;
}
.footer {
	padding-bottom: 25px;
}
.footer p {
	font-size: 18px;
}
.social-i i {
	font-size: 33px;
	color: rgba(255, 255, 255, 0.5);
	padding: 0 8px;
}

.social-i img {
	margin-top: -16px;
	padding: 0 8px;
}
.hotline-f a {
	color: #ffffff;
}
.mail-f a {
	color: #ffffff;
}
.fa-map-marker {
	font-size: 20px;
}
.fa-phone {
	font-size: 20px;
}
.fa-envelope {
	font-size: 20px;
}
.footer__items {
	align-items: center;
}
.footer_section {
	padding-bottom: 35px;
}
.social__footer ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-width: 200px;
	justify-content: center;
}
.social__footer ul li {
	list-style: none;
	float: left;
	padding: 10px 10px;
}
.hotline-f a {
	padding-left: 10px;
}
.mail-f a {
	padding-left: 10px;
}
.address-f span {
	padding-left: 10px;
}
.address-f-2 span {
	padding-left: 10px;
}
.section-doctor {
	background: var(--bs-primary-color);
}

#sync1 .item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	background: url(../images/bg-main-doctor.png);
	padding: 30px 50px 0 30px;
	margin: 20px auto 0;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	gap: 40px;
	height: 685px;
}
#sync2 .item {
	padding: 10px 0px;
	margin: 5px;
	color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	cursor: pointer;
	background: #ffffff;
}
#sync2 .item h1 {
	font-size: 18px;
}
#sync2 .synced .item {
	background: #ffffff;
	box-shadow: 3px 3px 1px #000000;
}
#sync2 img.thumbnail_doctor {
	width: 100%;
	height: auto;
}
.img_main_doctor img {
	width: 325px !important;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
}
.text_main_doctor {
	text-align: left;
	padding: 25px 20px;
}
.small-wrapper {
	padding: 15px 100px;
}
p.text_main_doctor_1 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 2px !important;
	text-transform: uppercase;
}
p.text_main_doctor_2 {
	font-size: 19px;
	text-transform: capitalize;
}
.text_main_doctor p {
	margin-bottom: 6px;
}
.btn-xemchitiet {
	text-align: center;
}
.btn-xemchitiet img {
	width: 170px !important;
	margin-bottom: 20px;
}
.img_main_doctor {
	padding-bottom: 0px;
	width: 50%;
}
p.hr-line-doctor {
	height: 1px;
	background: #ffffff;
	width: 500px;
	margin-bottom: 20px;
}
p.main-title-doctor {
	color: var(--bs-primary-color);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	margin-bottom: 0;
}
p.sub-title-doctor {
	color: #000000;
	font-size: 15px;
	text-transform: capitalize;
	padding: 0 30px;
	margin-bottom: 0;
}
h2.title-doctor {
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
h3.subtitle-doctor {
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	padding: 0 240px;
}
.hr-line-title-doctor {
	height: 1px;
	background: #ffffff;
	width: 200px;
	margin: 20px auto;
}
/* Popup Form */
/* The Modal*/
.modal-popupForm {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content-popupForm {
	position: relative;
	margin: auto;
	padding: 0;
	max-width: 350px;
	box-shadow:
		0 4px 8px 0 rgb(0 0 0 / 20%),
		0 6px 20px 0 rgb(0 0 0 / 19%);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	z-index: 999999;
	border-radius: 25px;
}
/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
/* The Close Button */
.close-popupForm {
	color: #ff0000;
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 5px;
}
.close-popupForm:hover,
.close-popupForm:focus {
	color: var(--bs-main-color-text);
	text-decoration: none;
	cursor: pointer;
}
.modal-header-popupForm {
	background: var(--bs-primary-color);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header-popupForm h2 {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}
.modal-body-popupForm {
	position: relative;
	/*background: url(../images/daihoi/bg-form-pc.png.webp) no-repeat top center;*/
	background-color: white;
	padding: 15px 25px;
	text-align: center;
	border-radius: 25px;
}
span.title-form-popupForm {
	font-weight: bold;
	font-size: 1.5rem;
	margin: 1rem auto 0 auto;
	color: #ac020b;
}
form#frmContactPop-popupForm {
	margin-top: 20px;
}

.signup-form-popupForm {
	display: grid;
	grid-auto-rows: auto;
	grid-row-gap: 0.5rem;
	align-items: center;
	padding: 0;
}

.signup-form-popupForm input[type='text'],
.signup-form-popupForm input[type='tel'],
.signup-form-popupForm select {
	width: 100%;
	height: 2.8rem;
	font-size: 1rem;
}

.signup-form-popupForm input:not([type='checkbox']),
.signup-form-popupForm select {
	border: 1px solid #767676;
	border-radius: 8px;
	padding: 0.5rem 0.5rem;
	font: inherit;
	color: black;
}

.signup-form-popupForm input,
.signup-form-popupForm select {
	display: block;
}

.col-12-popupForm {
	flex: 0 0 auto;
	width: 100%;
}

.form-horizontal-popupForm {
	padding: 0;
	color: #000;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.backgroup-popupForm {
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#register-form-popup {
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header-popform {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* End popup form */
