﻿
* {
	font-family: 'ColourSansRegularVNU_2','Open Sans', sans-serif;
	font-size: 17px;
}


body {
	margin: 0;
	padding: 0;
	background-color: #f8f9fa;
	font-family: 'ColourSansRegularVNU_2','Open Sans', sans-serif;
}

.top-gradient-bar {
	position: absolute;
	top: 0;
	height: 30px;
	width: 100%;
	background: linear-gradient(to right, #ffffff, #f5f5f5);
}
/* Header Styles */
.top-bar {
	/*background: #f8f9fa;*/
	padding: 5px 0;
	padding-right: 30px;
	width: 100%;
	text-align: right;
}

	.top-bar .container {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 20px;
	}

	.top-bar a {
		color: #666;
		text-decoration: none;
	}


.brand-logos {
	display: flex;
	align-items: center;
	gap: 10px;
}

	.brand-logos img {
		height: 20px;
	}

.header {
	position: sticky;
	top: 0;
	background: white;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	z-index: 101;
	height: 110px;
}

.headmobi {
	height: 109px;
}


.compare-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 600px;
	overflow: hidden;
	height: 240px;
	margin-top: 12px;
	padding-left: 42px; /* mặc định có padding */
}

/* Navigation Menu */
.menu-toggle {
	display: none;
	font-size: 17px;
	background: none;
	border: none;
	padding: 10px;
	margin: 10px;
	cursor: pointer;
}

.banner-full {
	width: 100%;
	text-align: center; /* căn giữa nếu cần */
}

	.banner-full img {
		width: 100%;
		height: 300px; /* đảm bảo tỷ lệ ảnh đúng */
		display: block; /* bỏ khoảng trắng dư dưới ảnh */
	}

/* Main nav */
.nav-menu {
	display: flex;
	gap: 20px;
	background-color: white;
	padding: 10px;
	position: relative;
	flex-wrap: wrap;
}

.nav-item {
	position: relative;
}

.nav-link {
	color: #012169;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	position: relative;
	font-size: 17px;
}

	.nav-link:hover {
		color: #a3c032; /* Green on hover */
	}

/* Underline hover effect for nav link */
.nav-item:hover .nav-link::after {
	content: "";
	display: block;
	height: 3px;
	background-color: #a3c032;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* Arrow */
.arrow {
	font-size: 10px;
	margin-left: 4px;
}

/* Dropdown */
.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	border-radius: 4px;
	padding: 8px 0;
	z-index: 999;
}

.dropdown-item {
	padding: 12px 16px;
	color: #333;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #eee;
	position: relative;
	font-size: 17px;
	min-width: 200px
}

	.dropdown-item:hover {
		color: #a3c032;
		background-color: #f9f9f9;
	}

		.dropdown-item:hover::after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			height: 2px;
			width: 100%;
			background-color: #a3c032;
		}

/* Show dropdown on hover */
.nav-item:hover .dropdown-menu {
	display: block;
}

/* Responsive */
@media (max-width: 767.98px) {
	* {
		font-size: 14px;
	}

	.form-control {
		font-size: 14px !important;
	}
}

/* Account Popup Styles */
.account-dropdown {
	position: relative;
}

.account-popup {
	position: absolute;
	top: 100%;
	right: 0;
	background: white;
	width: 250px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.1);
	border-radius: 8px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1000;
	border: 1px solid #e9ecef;
}

	.account-popup.show {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

.account-header {
	background: #f8f9fa;
	padding: 15px 20px;
	border-bottom: 1px solid #e9ecef;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px 8px 0 0;
}

.account-title {
	color: #17a2b8;
	font-weight: 500;
	font-size: 17px;
}

.account-icon {
	color: #ccc;
	font-size: 17px;
}

.account-content {
	padding: 20px;
	text-align: center;
}

.user-avatar {
	margin-bottom: 15px;
}

	.user-avatar i {
		font-size: 40px;
		color: #ccc;
	}

.account-text {
	margin-bottom: 15px;
	color: #333;
	font-size: 17px;
}

	.account-text:hover {
		margin-bottom: 15px;
		color: #333;
		font-size: 17px;
	}

.btn-login {
	background: #17a2b8;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	width: 100%;
	font-weight: 500;
	margin-bottom: 15px;
	cursor: pointer;
}

	.btn-login:hover {
		background: #138496;
	}

.account-link {
	color: #343a40;
}

	.account-link:hover {
		font-weight: 600;
		color: #252666;
		text-decoration: none;
	}


.register-text {
	font-size: 17px;
	color: #666;
	margin: 0;
}

.register-link {
	color: #17a2b8;
	text-decoration: none;
}

	.register-link:hover {
		text-decoration: underline;
	}

/* Hero Section */
.hero-section {
	background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #00b4db 100%);
	color: white;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.hero-title {
	font-size: 35px;
	/*font-weight: 700;*/
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'ColourSansBoldVNU'
}

.labledienthongtin {
	padding-left: 10px;
}

.h3type1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #252666;
	text-transform: uppercase;
}

.h3type2 {
	color: #007bff;
	font-size: 28px;
	text-transform: uppercase;
}

.ai1pad {
	padding-left: 40px;
	display: flex; /* bật flex */
	justify-content: flex-start; /* ép nội dung sang trái */
	align-items: center; /* căn giữa theo trục dọc */
}

.pad2 {
	padding: 40px 0;
}

.imgbefore {
	width: 400px;
	display: block;
	object-fit: cover;
	height: 240px;
}

.imgbeforeoverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 240px;
	overflow: hidden;
}

.imgafter {
	width: 400px;
	object-fit: cover;
	height: 240px
}

imgafteroverlay {
}

.compare-slider {
	position: absolute;
	top: 0;
	left: 50%;
	width: 4px;
	height: 240px;
	background: white;
	cursor: ew-resize;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare-span {
	background: #000;
	opacity: 0.6;
	color: white;
	font-size: 18px;
	padding: 4px 8px;
	border-radius: 100px;
	font-weight: bold;
}

.aftertext {
	position: absolute;
	top: 260px;
	right: 65px;
	background: rgba(0,0,0,0.4);
	color: white;
	padding: 4px 8px;
	border-radius: 8px;
	font-weight: 500;
	z-index: 2;
}

.beforetext {
	position: absolute;
	top: 260px;
	left: 100px;
	background: rgba(0,0,0,0.4);
	color: white;
	padding: 4px 8px;
	border-radius: 8px;
	font-weight: 500;
	z-index: 2;
}

.ai-section {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	padding: 30px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.ai-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.ai-subtitle {
	font-size: 14px;
	color: #00d4ff;
	margin-bottom: 20px;
}

.house-image {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}

.consultation-form {
	background: white;
	border-radius: 15px;
	padding: 30px;
	color: #333;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
}

.form-step {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 17px;
}

.step-number {
	background: #007bff;
	color: white;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	margin-right: 10px;
}

.form-control {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 17px;
	/*margin-bottom: 15px;*/
}

.btn-consultation {
	background: #007bff;
	color: white;
	border: none;
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: 500;
	width: 100%;
}

	.btn-consultation:hover {
		background: #0056b3;
		color: white;
	}

/* Professional Section */
.professional-section {
	background: #f8f9fa;
	padding: 60px 0;
}

.section-title {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.section-subtitle {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 40px;
}

.professional-badge {
	background: #1e3c72;
	color: white;
	padding: 40px;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 30px;
}

	.professional-badge h3 {
		font-size: 24px;
		font-weight: 700;
		margin: 0;
	}

.benefits-list {
	list-style: none;
	padding: 0;
}

	.benefits-list li {
		color: #012169;
		position: relative;
		padding-left: 20px;
	}

		.benefits-list li:before {
			content: "•";
			color: #007bff;
			font-weight: bold;
			position: absolute;
			left: 0;
		}

.btn-consult {
	background: #007bff;
	color: white;
	border: none;
	padding: 10px 25px;
	border-radius: 20px;
	font-size: 17px;
	margin-top: 20px;
}

/* Projects Section */
.projects-section {
	background: white;
	padding: 10px 0;
}

.projects-title {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #012169;
	text-transform: uppercase;
	padding: 10px 0;
}

.project-carousel {
	position: relative;
}

.project-item {
	margin: 0 10px;
}

.project-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
}

	.carousel-nav.prev {
		left: -20px;
	}

	.carousel-nav.next {
		right: -20px;
	}

/* Footer */
.footer {
	background: #333;
	color: white;
	text-align: center;
	padding: 20px 0;
	font-size: 17px;
}

@media (max-width: 429px) {
	.ai1pad label {
		font-size: 11px !important;
	}
}

.gradient-border {
	border: 5px solid transparent;
	border-image: linear-gradient(to right, #1b2763, #1b90c1) 1;
}

.gradient-border-box {
	background: linear-gradient( #ca48f1, #4438e9) padding-box, linear-gradient(to right, #ca48f1, #4438e9) border-box;
}

.account-popup {
	position: absolute;
	top: 100%;
	right: 0;
	/* Sát phải */
	width: 480px;
	max-width: 95vw;
	z-index: 1050;
}

.account-content {
	background: #fff;
	padding: 1.5rem;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	position: relative;
}

/* Mobile responsive */
@media (max-width: 576px) {
	.account-popup {
		position: fixed !important;
		top: 0;
		right: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.3);
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-top: 40px;
	}

	.account-content {
		width: 95%;
		max-height: 90vh;
		overflow-y: auto;
	}
}


.btnduluxClose {
	border-radius: 0 12px;
	background-color: #666; /*default color*/
	color: #fff;
	padding: 8px;
	border: none;
	text-decoration: none;
	width: 100%;
	padding: 10px 20px;
	min-width: 100px;
	font-size: 17px;
	transition: opacity 0.2s ease;
}

	.btnduluxClose:hover {
		/*opacity: 0.65;*/
		background: #333;
		color: #fff;
	}

.btndulux {
	border-radius: 0 12px;
	background-color: #012169; /*default color*/
	color: #fff;
	padding: 8px;
	border: none;
	text-decoration: none;
	width: 100%;
	padding: 10px 20px;
	min-width: 100px;
	font-size: 17px;
	transition: opacity 0.2s ease;
}

a:hover {
	text-decoration: none !important;
}

.btndulux:hover {
	/*opacity: 0.65;*/
	background: #00b4db;
	color: #fff;
}


.accord-title {
	font-size: 17px;
	text-decoration: none;
	color: #012169;
}

g
.accord-title:hover {
	color: #00B27F;
	text-decoration: none !important;
}

.container {
	background: #FFF;
	shape-outside: border-box;
}

@media (min-width: 1080px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

@media (min-width: 1440px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1366px;
	}
}

@media (min-width: 1920) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
}

.custom-paddingAI {
	padding: 0 10px;
}



#ai_vid1 {
	margin-right: -20px
}

#ai_vid2 {
	padding-left: 0;
}

#ai_vid3 {
	margin-right: -20px;
	margin-bottom: 0px !important;
}

	#ai_vid3 img {
	}

#ai_vid4 {
	padding-left: 0;
}


.logo {
	height: 100px;
}

@media (max-width: 767.98px) {
	.logo {
		height: 60px;
	}

	.pad1 {
		padding-bottom: 0px !important;
	}

	.custom-paddingPro {
	}

	.custom-paddingAI {
		padding: 0 !important;
	}

	#ai_vid2 {
		padding: 0 !important;
		margin-top: -40px;
	}

	#ai_vid1 {
		margin-right: 20px;
	}

	#ai_vid3 {
		padding: 30px !important;
	}

	#ai_vid4 {
		/*margin-right: 20px;*/
		padding-top: 10px;
		margin-top: -55px;
	}

	.col-padmobi {
		padding-top: 10px;
	}
}

#tbData_wrapper select {
	min-height: 38px;
	padding: 6px 12px;
	line-height: 1.5
}

.gallery-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gallery-scroll {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 10px 0;
	-webkit-overflow-scrolling: touch;
}

	.gallery-scroll::-webkit-scrollbar {
		display: none;
	}

.gallery-item {
	flex: 0 0 auto;
	width: 200px;
	margin: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	background-color: #f5f5f5;
}

	.gallery-item img {
		width: 100%;
		height: 140px;
		object-fit: cover;
		cursor: pointer;
		transition: transform 0.2s ease-in-out;
	}

		.gallery-item img:hover {
			transform: scale(1.05);
		}

.gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 24px;
	border-radius: 5px;
}

	.gallery-nav.left {
		left: 0;
	}

	.gallery-nav.right {
		right: 0;
	}

/* Modal popup */
.modal-img-container {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}

	.modal-img-container img {
		max-width: 90%;
		max-height: 90%;
		border-radius: 12px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	}

	.modal-img-container:after {
		content: '✖';
		position: absolute;
		top: 20px;
		right: 30px;
		color: white;
		font-size: 32px;
		cursor: pointer;
	}


.toastify {
	max-width: none !important; /* bỏ giới hạn mặc định */
	width: fit-content !important; /* vừa đủ nội dung */
	white-space: nowrap; /* không xuống dòng */
	padding: 10px 16px;
}


.color-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.color-popup {
	background: #fff;
	padding: 30px;
	border-radius: 0 20px;
	/*   max-width: 750px;
            min-width: 500px; */
	position: relative;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}

.color-grid {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.color-column {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 3px;
	cursor: pointer;
}

	.color-column.selected {
		border-color: #007bff;
	}

.tone-box {
	width: 50px;
	height: 50px;
	border-radius: 0 12px;
	position: relative;
	box-shadow: 2px 2px #ccc;
}

	.tone-box.selected::after {
		content: '\2713';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #000;
		font-weight: bold;
		font-size: 18px;
	}
/* Responsive trên điện thoại */
.deletepreview-btn {
	position: absolute;
	background-color: rgba(255, 0, 0, 0.8);
	color: white;
	border-radius: 50%;
	padding: 6px 14px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10;
	transform: translate(-50%, -50%);
	top: 30%;
	left: 70%;
}

@media (max-width: 768px) {
	.header {
		position: sticky;
		top: 0;
		background: white;
		border-bottom: 1px solid #c4c4c4;
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
		z-index: 101;
		height: 80px;
	}

	.headmobi {
		height: 79px;
	}

	.compare-wrapper {
		padding-left: 0 !important; /* bỏ padding ở điện thoại */
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		max-width: 600px;
		overflow: hidden;
		height: 200px;
		margin-top: 18px;
	}

	.banner-full {
		width: 100%;
		display: flex;
		justify-content: center; /* căn giữa ngang */
		align-items: center; /* căn giữa dọc nếu có chiều cao */
		overflow: hidden;
		padding: 0;
	}

	.banner-img {
		width: 100%;
		height: auto;
		max-width: 100%;
		display: block;
	}

	.menu-toggle {
		display: block;
	}


	.nav-item {
		width: 100%;
	}

	.nav-link {
		width: 100%;
		/*padding: 12px 20px;*/ /*padding: 12px 20px;*/
	}

	/* Submenu (dropdown) chỉnh full width */
	.dropdown-menu {
		position: relative;
		width: 100%;
		box-shadow: none;
		border-radius: 0;
		margin-left: 0;
		margin-top: 0;
		background-color: #fff;
		padding: 0;
	}

	.dropdown-item {
		padding: 12px 20px;
		border-bottom: 1px solid #eee;
	}


	.ai1pad label {
		font-size: 13px;
	}

	.hero-title {
		font-size: 28px;
	}

	.h3type1 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
		color: #252666
	}

	.h3type2 {
		color: #007bff;
		font-size: 27px;
	}

	.top-bar {
		padding-right: 0px;
	}

	.pad2 {
		padding: 0 !important;
	}

	.pad2container {
		padding: 0 !important;
	}

	.nav-menu {
		flex-direction: column;
		gap: 15px;
	}

	.consultation-form {
		margin-top: 30px;
	}

	.ai1mobian {
		display: none;
	}

		.ai1mobian.show-on-mobile {
			display: block !important;
		}

	.aftertext {
		position: absolute;
		top: 215px;
		right: 45px;
		background: rgba(0,0,0,0.4);
		color: white;
		padding: 4px 8px;
		border-radius: 8px;
		font-weight: 500;
		z-index: 2;
	}

	.beforetext {
		position: absolute;
		top: 215px;
		left: 45px;
		background: rgba(0,0,0,0.4);
		color: white;
		padding: 4px 8px;
		border-radius: 8px;
		font-weight: 500;
		z-index: 2;
	}

	.imgbefore {
		width: 350px;
		display: block;
		object-fit: cover;
		height: 190px;
	}

	.imgbeforeoverlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 200px;
		overflow: hidden;
	}

	.imgafter {
		width: 350px;
		object-fit: cover;
		height: 190px;
	}

	imgafteroverlay {
	}

	.compare-slider {
		position: absolute;
		top: 0;
		left: 50%;
		width: 4px;
		height: 190px;
		background: white;
		cursor: ew-resize;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.compare-span {
		background: #000;
		opacity: 0.6;
		color: white;
		font-size: 18px;
		padding: 4px 8px;
		border-radius: 100px;
		font-weight: bold;
	}

	.gallery-item {
		width: 150px;
	}

		.gallery-item img {
			height: 120px;
		}

	.nav-menu {
		/* Ẩn menu chính ở mobile, dùng toggle sau display: none; */
		display: none;
	}

		.nav-menu.active {
			/* Ẩn menu chính ở mobile, dùng toggle sau display: none; */
			display: block;
		}

	.account-dropdown {
		position: static;
	}

	.account-popup {
		right: auto;
		left: 0;
		width: 100%;
	}


	.menu-toggle i {
		font-size: 24px;
	}

	#tenuser0 {
		display: none;
	}

	#navMenu {
		position: absolute;
		top: 20px;
		right: 0;
		z-index: 9999;
		padding: 15px;
		width: 350px;
		box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	}

	.nav-item {
		margin-bottom: 10px;
	}

	.deletepreview-btn {
		position: absolute;
		background-color: rgba(255, 0, 0, 0.8);
		color: white;
		border-radius: 50%;
		padding: 6px 14px;
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
		z-index: 10;
		transform: translate(-50%, -50%);
		top: 25%;
		left: 80%;
	}

	.color-popup {
		min-width: 300px;
		padding: 5px;
		width: 95%;
	}

	.color-grid {
		gap: 12px;
	}

	.color-column {
		width: 20%; /* 2 cột mỗi hàng trên mobile */
		gap: 5px;
		align-items: center;
		border: 2px solid transparent;
		border-radius: 10px;
		padding: 3px;
		cursor: pointer;
	}

	.tone-box {
		width: 40px;
		height: 40px;
	}



	h5 {
		font-size: 16px;
	}

	.close-btn {
		font-size: 24px;
		position: absolute;
		top: 10px;
		right: 15px;
		cursor: pointer;
	}
}
