/*
Theme Name: Flatsome Child
Description: AZWebsite.vn developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.12.2
*/

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

body {
	font-size: 16px;
	color: #403938;
	line-height: 1.6;
	font-family:  'Inter', sans-serif;
}

/* ─── BIẾN MÀU & TOKEN ──────────────────────────────────────── */
:root {
	--cdet-primary:        #004aad;
	--cdet-navy:           #00357f;
	--cdet-navy-dark:      #051e42;
	--cdet-accent:         #fcd34d;
	--cdet-text:           #191c1e;
	--cdet-text-muted:     #434653;
	--cdet-text-light:     #6b7280;
	--cdet-bg-gray:        #f7f9fb;
	--cdet-bg-white:       #ffffff;
	--cdet-border:         #e6e8ea;
	--cdet-green:          #16a34a;
	--cdet-radius-sm:      4px;
	--cdet-radius-md:      8px;
	--cdet-radius-lg:      16px;
	--cdet-radius-xl:      24px;
	--cdet-shadow-card:    0 2px 12px rgba(0,0,0,0.06);
	--cdet-shadow-hover:   0 6px 24px rgba(0,0,0,0.10);
	--cdet-font:           'Inter', sans-serif;
	--cdet-max-width:      1270px;
}

/* Header */
.header-main .header-nav.header-nav-main.nav-left {
	justify-content: space-around;
	padding: 0 20px;
}
.header-main .header-nav.header-nav-main .menu-item a{
	font-size: 14px;
	letter-spacing: 0.7px;
	color: var(--fs-color-primary);
	font-weight: 600;
	border-bottom: 2px solid transparent;
	transition: 0.5s;
	text-transform: capitalize;
}
.header-main .header-nav .menu-item.active a, 
.header-main .header-nav .menu-item:hover a {
	border-bottom: 2px solid var(--fs-color-primary);
}
/* End header */

/* Footer */
.sce-footer-section {
	background: linear-gradient(45deg, #224091 30%, #093483);
	padding: 56px 0 40px !important;
}
.sce-footer-bottom-section {
	background: #071f52 !important;
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 0 !important;
}

.sce-footer-col { padding-bottom: 24px !important; }

.sce-footer-brand { padding-right: 16px; }
.sce-footer-tagline {
	font-size: 13px;
	line-height: 1.65;
	color: #fff;
	margin: 0 0 12px;
}
.sce-footer-dn {
	font-size: 12px;
	line-height: 1.6;
	color: #e6e8ea;
	margin: 0 0 16px;
}

.sce-footer-col-title {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin: 0 0 16px !important;
	letter-spacing: -.01em;
}

.sce-footer-nav {
	list-style: none;
	margin: 0; padding: 0;
}
.sce-footer-nav li {
	border-bottom: 1px solid var(--cdet-border);
}
.sce-footer-nav li:last-child { border-bottom: none; }
.sce-footer-nav a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 0;
	font-size: 13.5px;
	color: #fff !important;
	text-decoration: none !important;
	transition: all .2s;
}
.sce-footer-nav a::before {
	content: '';
	width: 5px; height: 5px;
	border-radius: 50%;
	background: var(--cdet-accent);
	opacity: .45;
	flex-shrink: 0;
	transition: opacity .2s;
}
.sce-footer-nav a:hover { color: var(--cdet-accent) !important; padding-left: 4px; }
.sce-footer-nav a:hover::before { opacity: 1; }

/* â”€â”€ Contact list â”€â”€ */
.sce-footer-contact {
	list-style: none;
	margin: 0; padding: 0;
}
.sce-contact-item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 10px 0;
	border-bottom: 1px solid var(--cdet-border);
}
.sce-contact-item:last-child { border-bottom: none; }
.sce-contact-icon {
	width: 28px; height: 28px;
	border-radius: var(--cdet-radius-md);
	background: rgba(255,255,255,.08);
	display: flex; align-items: center; justify-content: center;
	color: var(--cdet-accent);
	flex-shrink: 0;
	margin-top: 1px;
}
.sce-contact-text {
	font-size: 13px;
	color: #fff;
	line-height: 1.55;
	flex: 1;
}
.sce-contact-text a {
	color: #fff !important;
	text-decoration: none !important;
	transition: color .2s;
}
.sce-contact-text a:hover { color: var(--cdet-accent) !important; }

/* â”€â”€ Bottom bar â”€â”€ */
.sce-footer-bottom {
	padding: 16px 0;
	font-size: 12px;
	color: rgba(255,255,255,.45);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}
.sce-footer-bottom a {
	color: rgba(255,255,255,.45) !important;
	text-decoration: none !important;
	transition: color .2s;
}
.sce-footer-bottom a:hover { color: var(--cdet-accent) !important; }
.sce-footer-bottom-sep { opacity: .3; }

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 768px) {
	.sce-footer-section { padding: 36px 0 24px !important; }
	.sce-footer-brand { padding-right: 0; }
}
/*end footer */

#realdev_main-cta {
	right: 10px;
	position: fixed;
	bottom: 0;
	z-index: 99999;
}

#realdev_main-cta .realdev_btn {
	position: relative;
	margin-top: -5px;
}

#realdev_main-cta .realdev_btn .realdev_phone-btn {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.realdev_phone-btn-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #2196f3;
	background-color: #2196f3;
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: realdev_phone-btn-circle-fill 2.3s infinite ease-in-out;
	animation: realdev_phone-btn-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
	opacity: 0.7;
}

.realdev_phone-btn-img-circle {
	background-color: #2196f3;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: realdev_phone-btn-circle-fill 1s infinite ease-in-out;
}

.realdev_phone-btn-img-circle a {
	display: block;
	line-height: 37px;
}

.realdev_phone-btn-img-circle img {
	max-height: 30px;
	max-width: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

@-webkit-keyframes realdev_phone-btn-circle-fill {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

#realdev_zalo-btn .realdev_phone-btn-circle-fill {
	box-shadow: 0 0 0 0 #2196F3;
	background-color: rgba(33, 150, 243, 0.7);
}

#realdev_zalo-btn .realdev_phone-btn-img-circle {
	background-color: #2196F3;
}

#realdev_main-btn #realdev_phone-btn {
	transition: 0.7s all;
	-moz-transition: 0.7s all;
	-webkit-transition: 0.7s all;
}

#realdev_main-btn #realdev_zalo-btn {
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
}

#realdev_main-cta.active #realdev_main-btn .realdev_btn {
	margin-left: -100%;
}
.realdev_phone-btn-img-circle img {
	max-height: 40px;
	max-width: 40px;
}
.realdev_phone-btn-img-circle img {
	border-radius: 50%;
}
@media (max-width: 767px){
	#realdev_main-cta {
		right: auto;
		left: 0;
	}
}

.absolute-footer{display: none;}



/* Breadcrumb */
.cdet-breadcrumb {
	font-size: 13px;
	color: var(--cdet-primary);
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.cdet-breadcrumb a {
	color: var(--cdet-navy);
	text-decoration: none;
}

.cdet-breadcrumb a:hover {
	color: var(--cdet-primary);
}

.cdet-breadcrumb__sep {
	color: var(--cdet-primary);
}



/* ─────────────────────────────────────────────────────────────
FOOTER
Khớp design: bg trắng, border-top xám nhạt
───────────────────────────────────────────────────────────── */
.cdet-footer {
	background: #fff;
	border-top: 1px solid #f3f4f6;
}

/* Logo: "SC" lớn hơn + "Excellence" thường */
.cdet-footer__brand {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--cdet-primary);
	letter-spacing: -0.01em;
	margin-bottom: 20px;
	line-height: 1;
}

.cdet-footer__brand-sc {
	font-size: 1.875rem;
	font-weight: 800;
	vertical-align: baseline;
}

/* Tagline dưới logo */
.cdet-footer__tagline {
	font-size: 0.875rem;
	color: #6b7280; /* gray-500 */
	line-height: 1.7;
	margin-bottom: 32px;
}

/* Social icon buttons */
.cdet-footer__socials {
	display: flex;
	gap: 12px;
}

.cdet-footer__social {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f9fafb; /* gray-50 */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9ca3af; /* gray-400 */
	transition: background 0.2s, color 0.2s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	flex-shrink: 0;
}

.cdet-footer__social:hover {
	background: var(--cdet-primary);
	color: #fff;
}

/* Tiêu đề cột */
.cdet-footer__col-title {
	font-size: 18px;
	font-weight: 800;
	color: #234090;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 28px !important;
	margin-top: 0 !important;
}

/* Danh sách link nhanh & dịch vụ */
.cdet-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cdet-footer .cdet-footer__links li {
	margin-bottom: 20px;
	margin-left: 0;
}

.cdet-footer__links li:last-child {
	margin-bottom: 0;
}

.cdet-footer__links a {
	font-size: 16px;
	color: #6b7280; /* gray-500 */
	font-weight: 500;
	transition: color 0.2s;
	text-decoration: none;
}

.cdet-footer__links a:hover {
	color: var(--cdet-primary);
}

/* Danh sách liên hệ */
.cdet-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cdet-footer .cdet-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
    font-size: 16px;
	color: #6b7280;
	margin-bottom: 24px;
	font-weight: 500;
	margin-left: 0;
	line-height: 1.5;
}

.cdet-footer__contact li:last-child {
	margin-bottom: 0;
}

/* Icon SVG liên hệ */
.cdet-footer__contact-icon {
	color: var(--cdet-primary);
	flex-shrink: 0;
	margin-top: 1px;
	display: block;
}

/* Email wrap */
.cdet-footer__contact-break {
	word-break: break-all;
	line-height: 1.5;
}

/* Bottom bar: border-top xám nhạt, flex space-between */
.cdet-footer__bottom {
	border-top: 1px solid #f3f4f6;
	padding-top: 32px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.cdet-footer__bottom p {
	font-size: 0.75rem;
	color: #9ca3af; /* gray-400 */
	margin: 0;
	font-weight: 700;
}

.cdet-footer__bottom-links {
	display: flex;
	gap: 32px;
}

.cdet-footer__bottom-links a {
	font-size: 0.75rem;
	font-weight: 700;
	color: #9ca3af;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	transition: color 0.2s;
	text-decoration: none;
}

.cdet-footer__bottom-links a:hover {
	color: var(--cdet-primary);
}

@media screen and (max-width: 549px) {
	.cdet-footer__bottom {
		flex-direction: column;
		text-align: center;
		padding-bottom: 32px;
	}

	.cdet-footer__bottom-links {
		gap: 20px;
	}

	.cdet-footer__brand-sc {
		font-size: 1.5rem;
	}
}

/* ─────────────────────────────────────────────────────────────
SECTION 9: ZALO CTA
───────────────────────────────────────────────────────────── */
.cdet-zalo {
	background: var(--cdet-primary);
	border-radius: 40px;
	padding: 56px 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	position: relative;
	overflow: hidden;
	color: #fff;
}

/* Vòng trang trí nền */
.cdet-zalo__deco {
	position: absolute;
	right: -80px;
	bottom: -80px;
	width: 256px;
	height: 256px;
	background: rgba(255,255,255,0.08);
	border-radius: 50%;
	pointer-events: none;
}

.cdet-zalo__content {
	max-width: 520px;
	position: relative;
	z-index: 1;
}

.cdet-zalo__eyebrow {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgba(255,255,255,0.75);
	margin-bottom: 12px;
}

.cdet-zalo__title {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin: 0 0 16px;
}

.cdet-zalo__desc {
	font-size: 1.0625rem;
	color: rgba(255,255,255,0.85);
	line-height: 1.65;
	margin: 0 0 32px;
}

.cdet-zalo__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: var(--cdet-primary);
	font-size: 1rem;
	font-weight: 800;
	padding: 14px 32px;
	border-radius: var(--cdet-radius-lg);
	box-shadow: 0 8px 24px rgba(0,0,0,0.18);
	transition: background 0.2s, box-shadow 0.2s;
	text-decoration: none;
}

.cdet-zalo__btn:hover {
	background: #f0f7ff;
	box-shadow: 0 12px 32px rgba(0,0,0,0.22);
	color: var(--cdet-primary);
}

/* QR code box */
.cdet-zalo__qr {
	background: #fff;
	padding: 20px;
	border-radius: 32px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	text-align: center;
}

.cdet-zalo__qr-inner {
	background: #f8f9fa;
	border-radius: 16px;
	border: 1px solid var(--cdet-border);
	padding: 8px;
	display: inline-block;
}

.cdet-zalo__qr-img img {
	width: 128px !important;
	height: 128px !important;
	object-fit: cover;
	display: block;
}

.cdet-zalo__qr-label {
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--cdet-text-light);
	margin: 12px 0 0;
}
@media screen and (max-width: 549px) {
	.cdet-zalo {
		flex-direction: column;
		padding: 36px 24px;
	}

	.cdet-zalo__qr {
		align-self: center;
	}

	.cdet-zalo__title {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 550px) and (max-width: 849px) {
	.cdet-zalo {
		flex-direction: column;
		padding: 40px 32px;
		text-align: center;
	}

	.cdet-zalo__content {
		max-width: 100%;
	}

	.cdet-zalo__btn {
		margin: 0 auto;
	}

	.cdet-zalo__qr {
		align-self: center;
	}
}