@charset "utf-8";
/* Skin frontend 2026 — đè style.css / media.css, không đổi URL/nội dung */

:root{
	--navy:#0b4f96;
	--navy-2:#0069cf;
	--steel:#0a5cb8;
	--accent:#F98F12;
	--accent-2:#e85d04;
	--accent-3:#ffb703;
	--grad:linear-gradient(135deg,#ffb703 0%,#F98F12 48%,#e85d04 100%);
	--grad-bar:linear-gradient(90deg,#0a5cb8 0%,#0069cf 55%,#0b4f96 100%);
	--grad-deep:linear-gradient(180deg,#0a5cb8 0%,#064a96 100%);
	--ink:#1c2434;
	--muted:#5b6777;
	--line:#e3e8ef;
	--bg:#f5f7fa;
	--card:#ffffff;
	--radius:6px;
	--shadow:0 8px 20px rgba(11,79,150,.08);
	--shadow-lg:0 14px 28px rgba(11,79,150,.14);
	--max:1200px;
}

html{scroll-behavior:smooth}
body{
	font-family:"Mulish","Muli",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	font-size:15px;
	line-height:1.65;
	color:var(--ink);
	background:var(--bg);
	-webkit-font-smoothing:antialiased;
}
a{color:var(--steel);transition:color .2s,background .2s,border-color .2s,box-shadow .2s}
a:hover{color:var(--accent)}
a,a:focus,a:active,button:focus,button:active,input:focus,textarea:focus,select:focus{
	outline:0 !important;
}
a::-moz-focus-inner,button::-moz-focus-inner{border:0}
img{max-width:100%;height:auto}

.maxwidth,
.maxwidth_1{
	width:100%;
	max-width:var(--max);
	margin:0 auto;
	padding-left:16px;
	padding-right:16px;
	box-sizing:border-box;
}

/* ===== Hidden leftover ===== */
.quick-alo-phone,.hotline_,.zalo_{display:none !important}
.visit_hidden,.vshd{
	position:absolute !important;
	left:-9999px !important;
	width:1px !important;height:1px !important;
	overflow:hidden !important;
	clip:rect(0,0,0,0) !important;
}

/* ===== Header / topbar ===== */
.site-top{
	background:var(--grad-bar);
	color:#e8f1fb;
	font-size:13px;
}
.site-top-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	min-height:36px;
	flex-wrap:wrap;
	padding-top:6px;
	padding-bottom:6px;
}
.site-top a{color:#fff}
.site-top a:hover{color:#ffd27a}
.site-top-left,
.site-top-right{
	display:flex;
	align-items:center;
	gap:14px;
	flex-wrap:wrap;
}
.site-top-item{
	display:inline-flex;
	align-items:center;
	gap:6px;
	white-space:nowrap;
}
.site-top-item i{color:var(--accent);width:14px;text-align:center}
.site-social{display:inline-flex;align-items:center;gap:8px}
.site-social a{
	width:26px;height:26px;
	border-radius:50%;
	background:rgba(255,255,255,.1);
	display:inline-flex;align-items:center;justify-content:center;
	color:#fff !important;
	font-size:13px;
}
.site-social a:hover{background:#fff;color:var(--navy) !important}

.header-midle{
	background:#fff;
	border-bottom:1px solid var(--line);
	padding:10px 0;
}
.header-midle .logo img{
	max-height:72px;
	width:auto;
	z-index:2;
}
.header-midle .banner{margin-top:0}
.header-midle .banner img{
	max-height:78px;
	width:auto;
	object-fit:contain;
}
.site-brand-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	min-height:72px;
}
.site-brand-row .banner_{flex:1 1 auto;min-width:0}
.site-brand-tools{
	display:flex;
	align-items:center;
	gap:12px;
	flex:0 0 auto;
}
.site-search{
	flex:0 0 280px;
	max-width:100%;
}
.site-search #timkiem{
	display:block !important;
	position:static !important;
	float:none !important;
	width:100% !important;
	top:auto;right:auto;left:auto;
	border:1px solid #d7dee8;
	border-radius:999px;
	box-shadow:0 6px 16px rgba(11,79,150,.08);
	padding:4px 4px 4px 16px;
	background:#f7f9fc;
	transition:border-color .2s,box-shadow .2s,background .2s;
}
.site-search #timkiem:focus-within{
	background:#fff;
	border-color:#9bb6d4;
	box-shadow:0 0 0 3px rgba(0,105,207,.14);
}
.site-search .frm_timkiem{
	display:flex;
	align-items:center;
	margin:0;
	width:100%;
}
.site-search #timkiem input,
.site-search .frm_timkiem .input{
	flex:1 1 auto;
	float:none !important;
	width:auto !important;
	height:38px !important;
	line-height:38px;
	border:0 !important;
	background:transparent !important;
	padding:0 10px 0 0 !important;
	font-family:inherit !important;
	font-size:14px;
	color:var(--ink);
}
.site-search #timkiem input::placeholder{
	color:#8a93a0;
	font-weight:500;
}
.site-search #timkiem button,
.site-search .nut_tim{
	flex:0 0 auto;
	float:none !important;
	width:38px !important;
	height:38px !important;
	border:0 !important;
	border-radius:50% !important;
	background:var(--grad) !important;
	color:#fff !important;
	margin:0 !important;
	padding:0 !important;
	box-shadow:0 6px 14px rgba(232,93,4,.28);
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.site-search #timkiem button i,
.site-search .nut_tim i{
	color:#fff !important;
	line-height:1 !important;
	font-size:15px;
}
.site-search #timkiem button:hover,
.site-search .nut_tim:hover{
	transform:scale(1.04);
	box-shadow:0 8px 16px rgba(232,93,4,.38);
}
.nav-hotline--brand{
	margin:0;
	background:var(--grad);
	color:#fff !important;
	box-shadow:0 8px 18px rgba(232,93,4,.28);
}
.nav-hotline--brand:hover{
	color:#fff !important;
	box-shadow:0 12px 22px rgba(232,93,4,.38);
}
.nav-hotline--brand .nav-hotline-ico{
	background:#fff;
	color:#e85d04;
}

/* ===== Menu ===== */
#menu_top{
	margin:0;
	background:var(--grad-bar) !important;
	font-family:inherit;
	height:auto;
	min-height:52px;
	box-shadow:0 8px 20px rgba(11,79,150,.22);
	z-index:999;
}
#menu_top #myslidemenu{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	width:100%;
	height:auto;
	min-height:52px;
}
#menu_top ul#nav{
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	justify-content:flex-start;
	margin:0;padding:0;
	width:auto !important;
	max-width:100%;
	flex:1 1 auto;
	min-width:0;
	float:none;
	height:auto;
}
#menu_top ul#nav >li{
	display:block;
	flex:0 0 auto;
	float:none !important;
	width:auto !important;
	font-size:14px;font-weight:700;letter-spacing:.04em;
	text-align:center;
	height:auto !important;
	line-height:1.2;
	padding:0 !important;
}
#menu_top ul#nav >li >a{
		display:block !important;
		width:auto !important;
		height:auto !important;
		padding:16px 11px !important;
		line-height:1.2 !important;
		color:#fff !important;
		border:0;
		text-align:center;
		white-space:nowrap;
		font-weight:700;
		font-size:13.5px;
		letter-spacing:.02em;
	}
	#menu_top ul#nav >li.nav-home >a{
		padding:16px 14px !important;
		font-size:18px;
		line-height:1 !important;
	}
	#menu_top ul#nav >li.nav-home >a i{display:block;line-height:1}
	#menu_top ul#nav >li >a:hover,
#menu_top ul#nav >li >a.menu_active{
	background:rgba(0,0,0,.18) !important;
	color:#fff !important;
	border:0 !important;
}
#menu_top ul#nav >li >ul li{
	height:auto !important;
	border:0 !important;
	margin:0;
	display:block;
}
#menu_top ul#nav >li >ul li a{
	background:var(--navy) !important;
	color:#fff !important;
	text-transform:none;
	font-family:inherit;
	font-weight:500;
	padding:10px 16px;
	transition:background .2s,color .2s;
}
#menu_top ul#nav >li >ul li:hover>a{
	color:#fff !important;
	background:var(--navy) !important;
}
.jqueryslidemenu ul li ul{
	border:0;
	border-radius:0 0 10px 10px;
	box-shadow:var(--shadow-lg);
	overflow:hidden;
}

.search{
	position:relative !important;
	right:auto;top:auto;
	flex:0 0 auto;
	height:36px;width:36px;
	border-radius:50%;
	background:rgba(255,255,255,.18);
	margin:0 0 0 auto;
}
.search i{color:#fff;line-height:36px;font-size:16px}
.search:hover{background:rgba(0,0,0,.2)}
#timkiem{
	display:none;
	position:absolute;top:110%;right:0;
	width:260px;
	background:#fff;
	border:1px solid var(--line);
	border-radius:10px;
	box-shadow:var(--shadow-lg);
	padding:8px;
	z-index:20;
}
.search:hover #timkiem,
.search:focus-within #timkiem{display:block}
#timkiem .frm_timkiem{display:flex;gap:6px;margin:0}
#timkiem .input{
	flex:1;height:36px;border:1px solid var(--line);
	border-radius:8px;padding:0 10px;font-family:inherit;
}
#timkiem .nut_tim{
	width:36px;height:36px;border:0;border-radius:8px;
	background:var(--accent-2);color:#fff;
}

.nav-hotline{
	display:inline-flex;
	align-items:center;
	gap:10px;
	flex:0 0 auto;
	margin:8px 0;
	padding:6px 14px 6px 6px;
	background:#fff;
	color:var(--navy) !important;
	border-radius:999px;
	box-shadow:0 8px 18px rgba(0,0,0,.16);
	text-decoration:none !important;
	transition:transform .2s,box-shadow .2s;
	white-space:nowrap;
}
.nav-hotline:hover{
	color:var(--navy) !important;
	transform:translateY(-1px);
	box-shadow:0 12px 22px rgba(0,0,0,.22);
}
.nav-hotline-ico{
	width:34px;height:34px;
	border-radius:50%;
	background:var(--grad);
	color:#fff;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:15px;
	animation:nav-ring 1.6s ease-out infinite;
}
.nav-hotline-copy{display:flex;flex-direction:column;line-height:1.15}
.nav-hotline-copy em{
	font-style:normal;
	font-size:10px;
	font-weight:600;
	letter-spacing:.08em;
	text-transform:uppercase;
	opacity:.9;
}
.nav-hotline-copy strong{
	font-size:15px;
	font-weight:800;
	letter-spacing:.02em;
}
@keyframes nav-ring{
	0%{box-shadow:0 0 0 0 rgba(255,255,255,.7)}
	70%{box-shadow:0 0 0 10px rgba(255,255,255,0)}
	100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}
}

.mn_rp{
	background:var(--grad-bar) !important;
	box-shadow:0 8px 18px rgba(11,79,150,.22);
	display:none;
	align-items:center;
	justify-content:space-between;
	padding:6px 10px;
	min-height:56px;
	position:relative;
}
.mn_rp .menu_rp{
	color:#fff !important;
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 44px;
	width:44px;height:44px;
	padding:0;
	line-height:44px;
	position:relative;
	z-index:2;
}
.mn_rp .menu_rp img{display:none}
.mn_rp .menu_rp i{
	float:none;
	color:#fff;
	font-size:22px;
	line-height:44px;
	position:static;
	border:0;
}
.menu_rp_logo{
	position:absolute;
	left:50%;top:50%;
	transform:translate(-50%,-50%);
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1;
}
.menu_rp_logo img{
	max-height:36px;
	width:auto;
	display:block;
	background:#fff;
	border-radius:8px;
	padding:4px 8px;
	box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.menu_rp_spacer{flex:0 0 44px;width:44px;height:44px}
.hotline_rp,
.nav-hotline--mobile{
	margin:0 !important;
	padding:0 !important;
	width:44px;height:44px;
	min-width:44px;
	flex:0 0 44px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:0;
	position:relative;
	z-index:2;
	border-radius:50%;
	background:#fff;
	box-shadow:0 4px 12px rgba(0,0,0,.16);
	white-space:nowrap;
	float:none;
	top:auto;right:auto;
	font-size:0;
	color:transparent !important;
}
.nav-hotline--mobile .nav-hotline-copy,
.hotline_rp .nav-hotline-copy{display:none !important}
.nav-hotline--mobile .nav-hotline-ico,
.hotline_rp .nav-hotline-ico{
	width:44px;height:44px;
	font-size:16px;
	background:var(--grad);
	color:#fff;
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
	justify-content:center;
	animation:nav-ring 1.6s ease-out infinite;
}
.mn_rp .hotline_rp i,
.mn_rp .nav-hotline--mobile i,
.mn_rp .nav-hotline-ico i{
	margin:0 !important;
	padding:0 !important;
	float:none !important;
	line-height:1 !important;
	font-size:16px;
	width:auto;
	height:auto;
	display:block;
	position:static;
	color:#fff;
}
nav#menu{background:var(--navy)}
nav#menu ul li a,.mm-title{font-family:inherit;font-size:15px;text-transform:none;font-weight:600}

#menu_top.active_top,
body.is-sticky #menu_top{
	position:fixed;top:0;left:0;right:0;z-index:9000;
	width:100%;
}
body.is-sticky{padding-top:52px}
body.is-sticky #content{scroll-margin-top:56px}

/* ===== Slider ===== */
#slider{background:var(--navy)}
#amazingslider-wrapper-1{border:0 !important;max-width:100% !important}

/* ===== Breadcrumb ===== */
#breadcrumbs{margin:18px 0 22px !important}
.breadcrumb{
	background:#fff !important;
	border:1px solid var(--line);
	border-radius:999px;
	padding:8px 16px;
	margin:0;
	font-size:13px;
}
.breadcrumb>li+li:before{content:"/";padding:0 8px;color:#9aa6b5}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--accent)}
.bread_active,.breadcum a:hover{color:var(--accent) !important}

/* ===== Titles ===== */
.thanh_main{text-align:center;margin:8px 0 28px}
.thanh_main h2,
.thanh_main h2 a,
.thanh_main a h2{
	font-family:inherit !important;
	font-size:28px !important;
	font-weight:800 !important;
	letter-spacing:-.03em;
	color:var(--navy) !important;
	margin:0;
	display:inline-block;
	position:relative;
	padding:0 8px 14px !important;
	text-transform:uppercase !important;
	background-image:var(--grad) !important;
	background-repeat:no-repeat !important;
	background-position:center bottom !important;
	background-size:56px 3px !important;
	background-color:transparent !important;
}
.thanh_main h2:before,
.thanh_main h2:after,
.thanh_main a h2:before,
.thanh_main a h2:after,
.thanh_main h2 a:before,
.thanh_main h2 a:after{
	content:none !important;
	display:none !important;
	background:none !important;
	background-image:none !important;
	width:0 !important;
	height:0 !important;
	border:0 !important;
	top:auto !important;
	right:auto !important;
	left:auto !important;
}
.tt_main,
.tt_main1{
	background:none;
	border:0 !important;
	padding:0 0 8px;
	margin:8px 0 24px;
}
.tt_main .title,
.tt_main1 .title{
	font-family:inherit !important;
	font-size:26px !important;
	font-weight:800;
	letter-spacing:-.03em;
	color:var(--ink) !important;
	background:none !important;
	padding:0 0 12px !important;
	height:auto !important;
	line-height:1.25 !important;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
.tt_main .title:before,
.tt_main .title:after{display:none !important}
.tt_main1 .title:after{
	content:"";
	position:absolute;left:0;bottom:0;
	width:56px;height:3px;
	background:var(--accent);border-radius:2px;
}
.title-index{
	border-bottom:2px solid var(--line) !important;
	color:var(--ink) !important;
	height:auto !important;
	margin:24px 0 16px !important;
	padding:0 0 8px !important;
	position:relative;
}
.title-index:after{
	content:"";
	position:absolute;left:0;bottom:-2px;
	width:72px;height:2px;background:var(--grad);
}
.title-index h4{
	margin:0;
	font-family:inherit;
	font-size:20px;
	font-weight:800;
	color:var(--ink);

	text-transform:uppercase;}

/* ===== About home ===== */
.gt_box{
	padding:56px 0 !important;
	background:
		radial-gradient(720px 280px at 8% 0%,rgba(249,143,18,.10),transparent 60%),
		linear-gradient(180deg,#f7f9fc 0%,#eef2f6 100%);
}
.gt_box .maxwidth > .row{
	background:#fff;
	border:1px solid var(--line);
	border-radius:20px;
	box-shadow:var(--shadow-lg);
	overflow:hidden;
	margin:0;
	padding:28px 20px;
}
.gt_box img{
	width:100%;
	border-radius:12px;
	display:block;
	object-fit:cover;
}
.content_about{
	font-family:inherit;
	font-size:15px;
	line-height:1.7;
	color:#3a4556;
}
.more_about a{
	display:inline-flex !important;
	align-items:center;gap:8px;
	width:auto !important;
	padding:10px 20px;
	line-height:1.2 !important;
	margin-top:18px;
	color:#fff !important;
	background:var(--grad);
	border:0 !important;
	border-radius:999px;
	font-family:inherit !important;
	font-size:14px !important;
	font-weight:700;
	text-transform:none;
	box-shadow:0 8px 18px rgba(232,93,4,.28);
}
.more_about a:after{content:"→"}
.more_about a:hover{
	background:var(--navy) !important;
	color:#fff !important;
}

/* ===== Product cards ===== */
.box_sp_nb,
.product_nb{
	padding:28px 0 8px;
}
.product_item{
	font-family:inherit;
	text-align:left;
}
.product_item .wrap{
	background:var(--card);
	border:1px solid #d7dee8 !important;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 8px 20px rgba(14,39,68,.06) !important;
	transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;
	height:100%;
	display:flex;
	flex-direction:column;
}
.product_item .img{padding:0}
.product_item .img a{
	display:block;
	overflow:hidden;
	background:
		linear-gradient(180deg,rgba(14,39,68,.04),rgba(14,39,68,.08)),
		#e8edf3;
	aspect-ratio:4/3;
}
.product_item .img img,
.product_item .img1{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform .4s ease;
}
.product_item:hover img,
.product_item:hover .img1{
	transform:scale(1.05) !important;
	-webkit-transform:scale(1.05) !important;
}
.product_item .inf_{padding:12px 14px 16px}
.product_item h3{
	height:auto !important;
	min-height:44px;
	line-height:1.4 !important;
	overflow:hidden;
	padding:0;
	margin:0;
}
.product_item h3 a{
	color:var(--ink) !important;
	font-family:inherit !important;
	font-size:14px !important;
	font-weight:700;
	text-transform:none !important;
	line-height:1.4;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.product_item:hover .wrap{
	transform:translateY(-3px);
	border-color:#e85d04 !important;
	background:var(--grad);
	box-shadow:0 12px 22px rgba(232,93,4,.38) !important;
}
.product_item:hover h3 a{color:#fff !important}
.product_item .price b,
.product_item .price span{color:var(--accent-2)}
.product_item:hover .price,
.product_item:hover .price b,
.product_item:hover .price span{color:#fff}
.product_item .bong_sp{display:none}

/* ===== News cards ===== */
.news_index{padding:28px 0 40px}
.item_news{
	background:#fff;
	border:1px solid #d7dee8 !important;
	border-radius:12px;
	overflow:hidden;
	box-shadow:0 8px 20px rgba(14,39,68,.06);
	height:100%;
	transition:transform .22s,box-shadow .22s,border-color .22s;
}
.item_news:hover{
	transform:translateY(-3px);
	border-color:#e85d04 !important;
	box-shadow:0 12px 22px rgba(232,93,4,.16);
}
.img_news{overflow:hidden;background:#e8edf3}
.img_news img{
	width:100%;
	display:block;
	transition:transform .4s;
}
.item_news:hover img{transform:scale(1.04)}
.info_news{padding:14px 14px 16px;text-align:left}
.info_news h3{
	text-transform:none;
	font-family:inherit;
	font-size:15px;
	font-weight:700;
	line-height:1.4;
	height:auto;
	min-height:0;
	margin:0 0 8px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.info_news h3 a{color:var(--ink)}
.info_news h3 a:hover{color:var(--accent)}
.info_news p{
	color:var(--muted);
	font-family:inherit;
	line-height:1.5;
	height:auto;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}


/* ===== News list / article ===== */
.news-page{padding-bottom:12px}
.news-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:22px;
}
.news-grid--related{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:4px}
.news-card{
	display:flex;
	flex-direction:column;
	background:#fff;
	border:1px solid #d7dee8;
	border-radius:12px;
	overflow:hidden;
	box-shadow:0 8px 20px rgba(11,79,150,.06);
	text-decoration:none !important;
	color:inherit;
	min-height:100%;
	transition:transform .22s,box-shadow .22s,border-color .22s;
}
.news-card-media{
	display:block;
	aspect-ratio:16/10;
	background:#e8edf3;
	overflow:hidden;
	position:relative;
}
.news-card-media:after{
	content:"";
	position:absolute;left:0;right:0;bottom:0;height:3px;
	background:var(--grad);
	transform:scaleX(0);
	transform-origin:left;
	transition:transform .28s ease;
}
.news-card-media img{
	width:100%;height:100%;
	object-fit:cover;
	display:block;
	transition:transform .4s ease;
}
.news-card-copy{
	display:flex;
	flex-direction:column;
	gap:8px;
	padding:16px 18px 18px;
	flex:1;
}
.news-card-date{
	display:inline-flex;align-items:center;gap:6px;
	color:var(--accent);
	font-size:12px;font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
}
.news-card-copy h3{
	margin:0;
	font-family:inherit;
	font-size:17px;
	font-weight:800;
	letter-spacing:-.02em;
	color:var(--navy);
	line-height:1.35;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-transform:none;
}
.news-card-desc{
	color:var(--muted);
	font-size:14px;
	line-height:1.65;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	font-style:normal;
}
.news-card-more{
	margin-top:auto;
	display:inline-flex;align-items:center;gap:6px;
	color:var(--accent-2);
	font-size:13px;font-weight:800;
}
.news-card-more:after{content:"→"}
.news-card:hover{
	transform:translateY(-4px);
	border-color:var(--accent);
	box-shadow:0 14px 26px rgba(232,93,4,.16);
}
.news-card:hover .news-card-media img{transform:scale(1.05)}
.news-card:hover .news-card-media:after{transform:scaleX(1)}
.news-card:hover h3{color:var(--accent-2)}

.article-page{padding-bottom:8px}
.article-head{margin:0 0 18px}
.article-title{
	margin:0 0 12px;
	font-size:28px;
	font-weight:800;
	letter-spacing:-.03em;
	line-height:1.25;
	color:var(--navy);
	text-transform:none;
}
.article-meta{
	display:flex;flex-wrap:wrap;gap:14px;
	color:var(--muted);font-size:13px;font-weight:600;
}
.article-meta i{margin-right:6px;color:var(--accent)}
.article-body{margin-top:0}
.article-body .content_wrap{
	font-size:15.5px;
	line-height:1.75;
	color:#2b3544;
}
.article-body .content_wrap img{border-radius:8px;margin:8px 0}
.article-body .content_wrap h1,
.article-body .content_wrap h2,
.article-body .content_wrap h3{
	font-family:inherit !important;
	color:var(--navy) !important;
	font-weight:800;
	letter-spacing:-.02em;
	line-height:1.3;
	margin:22px 0 10px;
}
.article-body .content_wrap p{margin:0 0 12px}
.article-lead{
	font-size:16px;
	font-weight:700;
	color:var(--navy);
	line-height:1.6;
	margin:0 0 16px;
	padding:12px 16px;
	background:#f6f8fb;
	border-left:3px solid var(--accent);
	border-radius:0 10px 10px 0;
}
.article-body .addthis_toolbox{margin:22px 0 10px}
.article-related{margin-top:28px}
.paging,
.paging ul.pagination{
	display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
	gap:6px;margin:28px 0 8px;padding:0;list-style:none;
}
.paging .page_info{
	background:transparent;border:0;color:var(--muted);
	font-size:13px;font-weight:700;padding:0 8px;
}
.paging li{list-style:none}
.paging a,
.paging span,
.paging li a,
.paging li span{
	display:inline-flex;align-items:center;justify-content:center;
	min-width:38px;height:38px;
	padding:0 12px;
	border:1px solid var(--line);
	border-radius:999px;
	background:#fff;
	color:var(--navy);
	font-weight:700;font-size:13px;
	text-decoration:none !important;
}
.paging a:hover,
.paging li a:hover{border-color:var(--accent);color:var(--accent)}
.paging .current,
.paging .active a,
.paging li.active span,
.paging li.active a{
	background:var(--grad);
	border-color:transparent;
	color:#fff !important;
}

@media (max-width:990px){
	.news-grid,.news-grid--related{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
	.article-title{font-size:24px}
	.news-card-copy{padding:10px 10px 12px;gap:6px}
	.news-card-copy h3{font-size:15px}
	.news-card-desc{-webkit-line-clamp:2}
}
@media (max-width:640px){
	.news-grid,.news-grid--related{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
	.news-card-copy{padding:8px 8px 10px}
	.news-card-copy h3{font-size:14px}
}

/* ===== Newsletter ===== */
.newsletter{
	background:
		radial-gradient(720px 280px at 10% 0%,rgba(249,143,18,.18),transparent 55%),
		var(--grad-deep) !important;
	padding:48px 0;
}
.title_newsletter{
	font-family:inherit !important;
	font-size:26px;
	font-weight:800;
	letter-spacing:-.02em;
	text-transform:none;
}
.newsletter span{font-family:inherit;opacity:.9}
.dknhantin button,
.newsletter button{
	background:var(--grad) !important;
	border-radius:0 8px 8px 0;
	font-family:inherit !important;
	font-weight:700;
}

/* ===== Product detail ===== */
.product-info,
.product-pic{margin-bottom:18px}
.khung_thongtin{font-family:inherit}
.khung_thongtin li{
	float:none;
	width:100%;
	padding:8px 0;
	border-bottom:1px dashed var(--line);
}
.khung_thongtin h2{
	font-family:inherit !important;
	font-size:26px !important;
	font-weight:800;
	letter-spacing:-.03em;
	line-height:1.28;
	color:var(--ink) !important;
	text-transform:none !important;
}
.khung_thongtin .masp{color:var(--muted);font-size:14px}
.khung_thongtin .masp span{color:var(--ink);font-weight:700;font-family:inherit}
.khung_thongtin b{color:var(--ink);font-size:14px;font-family:inherit}
.khung_thongtin .gia_detail{
	font-size:15px;
	color:var(--ink);
	background:#fff8ee;
	border:1px solid #f3dfb8;
	border-radius:10px;
	padding:12px 16px !important;
	margin:8px 0;
	border-bottom:0 !important;
}
.khung_thongtin .gia_detail b{
	display:block;
	font-size:12px;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:var(--accent-2);
	margin-bottom:4px;
}
.gia_detail{font-size:26px !important;font-weight:800;color:#e85d04 !important}
.price-old,.price-old span{color:#8a93a0;font-size:15px}
.khung_thongtin .btn,
.khung_thongtin .btn-danger,
.khung_thongtin .btn-warning,
.khung_thongtin a.btn{
	display:inline-flex !important;
	align-items:center;gap:8px;
	height:46px;
	padding:0 22px !important;
	line-height:46px;
	border:0 !important;
	border-radius:999px !important;
	font-weight:800;
	letter-spacing:.03em;
	text-transform:none;
	box-shadow:0 8px 18px rgba(232,93,4,.28);
	background:var(--grad) !important;
	color:#fff !important;
	margin:6px 8px 6px 0;
}
.khung_thongtin .btn:hover{
	background:var(--navy) !important;
	color:#fff !important;
}
.khung_thongtin .btn-warning{
	background:#fff !important;
	color:var(--ink) !important;
	border:1px solid #d7dee8 !important;
	box-shadow:none;
}
.khung_thongtin .btn-warning:hover{
	border-color:#e85d04 !important;
	color:#e85d04 !important;
	background:#fff !important;
}
.noidung_ta,
.content{
	background:#fff;
	border:1px solid var(--line);
	border-radius:12px;
	padding:22px 24px 28px;
	box-shadow:var(--shadow);
	margin-top:12px;
}
#tags{
	display:inline-flex;align-items:center;gap:6px;
	background:transparent;color:var(--muted);
	height:auto;line-height:1.4;padding:0 8px 0 0;
	font:800 12px/1.4 inherit;letter-spacing:.06em;text-transform:uppercase;
	float:none;
}
.tags{
	background:#eef2f6;color:var(--ink);
	border-radius:999px;height:auto;line-height:1.4;
	padding:5px 12px;font:600 12px/1.4 inherit;
	display:inline-block;margin:0 6px 6px 0;float:none;
}
.tags:hover{background:var(--accent-2);color:#fff}

/* ===== Contact ===== */
.contact-page{padding-bottom:8px}
.contact-grid{
	display:grid;
	grid-template-columns:1fr;
	gap:22px;
	align-items:stretch;
}
.contact-info,
.contact-form{
	background:#fff;
	border:1px solid var(--line);
	border-radius:14px;
	box-shadow:0 10px 24px rgba(11,79,150,.07);
	padding:26px 26px 28px;
}
.gt-kicker{
	margin:0 0 10px;
	display:inline-flex;
}
.gt-kicker span{
	display:inline-block;
	font-size:12px;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:var(--accent-2);
	background:#fff4e6;
	border-radius:999px;
	padding:5px 10px;
}
.contact-info-title,
.contact-form-title{
	margin:0 0 16px;
	font-size:22px;
	font-weight:800;
	letter-spacing:-.02em;
	color:var(--navy);
	line-height:1.3;
}
.gt-facts{
	list-style:none;
	margin:0 0 16px;
	padding:14px 16px;
	background:#f6f8fb;
	border:1px solid var(--line);
	border-radius:12px;
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:4px 18px;
}
.gt-facts li{
	display:flex;
	align-items:flex-start;
	gap:10px;
	padding:6px 0;
	color:var(--ink);
	font-size:14.5px;
	line-height:1.5;
	list-style:none;
}
.gt-facts li i{
	width:18px;
	margin-top:3px;
	color:var(--accent);
	text-align:center;
}
.gt-facts a{color:var(--navy);font-weight:600}
.gt-facts a:hover{color:var(--accent)}
.contact-html{
	font-size:14.5px;
	line-height:1.7;
	color:#3a4556;
}
.contact-html h1,.contact-html h2,.contact-html h3{
	font-family:inherit !important;
	font-size:15px !important;
	font-weight:700 !important;
	color:var(--navy) !important;
	margin:8px 0 !important;
	line-height:1.5 !important;
}
.contact-html span,.contact-html strong,.contact-html font{
	font-size:inherit !important;
	font-family:inherit !important;
	color:inherit !important;
	line-height:inherit !important;
}
.contact-html a{color:var(--steel);font-weight:600}
.contact-html a:hover{color:var(--accent)}
.contact-cta{
	display:flex;flex-wrap:wrap;align-items:center;gap:10px;
	margin-top:20px;
}
.contact-zalo{
	display:inline-flex;align-items:center;gap:8px;
	background:#0068ff;color:#fff !important;
	border-radius:999px;
	padding:6px 16px 6px 6px;
	font-weight:700;font-size:14px;
	text-decoration:none !important;
}
.contact-zalo .site-dock-ico{
	width:36px;height:36px;
	display:inline-flex;align-items:center;justify-content:center;
	border-radius:50%;
	background:rgba(255,255,255,.14);
}
.contact-zalo .site-dock-ico img{width:20px;height:20px}
.contact-zalo:hover{background:#0054d1;color:#fff !important}
.contact-map{
	display:inline-flex;align-items:center;gap:8px;
	background:#fff;
	color:var(--navy) !important;
	border:1px solid var(--line);
	border-radius:999px;
	padding:10px 16px;
	font-weight:700;font-size:14px;
	text-decoration:none !important;
}
.contact-map i{color:var(--accent)}
.contact-map:hover{border-color:var(--navy-2);color:var(--navy-2) !important}
.cf-row{margin:0 0 12px}
.cf-row label{
	display:block;
	margin:0 0 6px;
	font-size:13px;font-weight:700;
	color:var(--navy);
}
.cf-row label span{color:var(--accent-2);margin-left:3px}
.cf-split{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form_lh .form-control,
.form_lh textarea,
.contact-form .form-control{
	height:44px;
	border:1px solid var(--line);
	border-radius:8px;
	box-shadow:none;
	min-height:44px;
	font-family:inherit;
	font-size:14px;
	padding:10px 12px;
}
.form_lh textarea.form-control,
.contact-form textarea.form-control{height:140px;resize:vertical}
.form_lh .form-control:focus,
.contact-form .form-control:focus{
	border-color:#f4b45a;
	box-shadow:0 0 0 3px rgba(232,93,4,.14);
}
.captcha_box{
	border:0;
	padding:0;
	min-height:0;
}
.captcha_box .g-recaptcha{margin-bottom:10px;transform-origin:left top}
.cf-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.form_lh .btn-success,
.cf-actions .btn-success{
	background:var(--grad);
	border:0;
	color:#fff;
	border-radius:999px;
	padding:11px 22px;
	font-weight:800;
	box-shadow:0 8px 18px rgba(232,93,4,.28);
}
.form_lh .btn-success:hover{color:#fff;filter:brightness(1.04)}
.form_lh .btn-danger,
.cf-actions .btn-danger{
	background:#eef2f6;
	color:var(--navy);
	border:0;
	border-radius:999px;
	padding:11px 18px;
	font-weight:700;
}
.form_lh .btn-danger:hover{background:var(--navy);color:#fff}

@media (max-width:990px){
	.contact-grid,.cf-split,.gt-facts{grid-template-columns:1fr}
	.contact-info,.contact-form{padding:20px}
}

/* ===== Footer ===== */
.footer{padding:0}
#footer{
	background:
		radial-gradient(720px 280px at 12% 0%,rgba(255,183,3,.22),transparent 55%),
		linear-gradient(180deg,#0a5cb8 0%,#064a96 58%,#08315f 100%) !important;
	color:#d7e6f6;
	padding:56px 0 36px;
	font-family:inherit;
}
#footer .maxwidth > .row,
#footer .row{margin:0}
.ft-grid{
	display:grid;
	grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr) minmax(0,.8fr);
	gap:36px 32px;
	align-items:start;
}
#footer .tt_ft{
	font-family:inherit !important;
	font-size:22px;
	font-weight:800;
	letter-spacing:-.02em;
	text-transform:none;
	color:#fff;
	margin:0 0 14px;
	line-height:1.25;
}
#footer .tt_ft:after{
	content:"";
	display:block;
	width:48px;height:3px;
	margin-top:10px;
	background:var(--accent);
	border-radius:2px;
}
#footer .tt_ft_small{
	font-family:inherit !important;
	font-size:13px;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
	border:0;
	padding:0 0 10px;
	margin:0 0 14px;
	border-bottom:1px solid rgba(255,255,255,.12);
	border-radius:0;
	color:#fff;
}
#footer a{color:#fff}
#footer a:hover{color:var(--accent)}
.ft-col{
	font-family:inherit;
	color:#d7e6f6;
	font-size:14px;
	float:none !important;
	width:auto !important;
	padding:0 !important;
	margin:0;
}
.ft_content,
.ft-about,
.ft_content *,
.ft-about *{font-family:inherit !important;max-width:100% !important}
.ft-about{line-height:1.7;margin:0 0 14px;color:#d7e6f6}
.ft-about p{margin:0 0 8px}
.ft-about p:last-child{margin-bottom:0}
.ft-about span,.ft-about strong,.ft-about font{
	font-size:inherit !important;
	font-family:inherit !important;
	color:inherit !important;
	line-height:inherit !important;
}
#footer .ft-about table,
#footer .ft_content table{
	width:100% !important;
	max-width:100% !important;
	table-layout:fixed;
	border-collapse:collapse;
}
#footer .ft-about table td,
#footer .ft-about table th,
#footer .ft_content table td,
#footer .ft_content table th{
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
	white-space:normal !important;
	overflow-wrap:anywhere;
	word-break:break-word;
}
#footer .ft-facts{
	display:block;
	background:transparent;
	border:0;
	padding:0;
	margin:0 0 16px;
	grid-template-columns:none;
}
#footer .ft-facts li{
	display:flex;
	align-items:flex-start;
	gap:10px;
	padding:5px 0;
	color:#d7e6f6;
	font-size:14px;
}
#footer .ft-facts li i{color:var(--accent);margin-top:3px}
.ft-cta{
	display:flex;flex-wrap:wrap;align-items:center;gap:10px;
	margin-top:4px;
}
#footer .nav-hotline{box-shadow:none}
#footer .box_fb{
	background:rgba(255,255,255,.06);
	border:1px solid rgba(255,255,255,.1);
	border-radius:12px;
	overflow:hidden;
	padding:0;
}
#footer .fb-page,
#footer .fb-page span,
#footer .fb-page iframe{width:100% !important;max-width:100%}
#thongke{
	position:static;
	background:none !important;
	padding:0 !important;
	min-height:0 !important;
	margin:0;
	display:block;
	text-align:left;
	font-size:14px;
}
#thongke li{
	list-style:none;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:8px 0;
	border-bottom:1px dashed rgba(255,255,255,.12);
	color:#d7e6f6;
	line-height:1.4;
}
#thongke li:last-child{border:none}
#thongke span{color:#fff;font-weight:800;margin:0;font-family:inherit}
#thongke img{display:none}
.ft-quick{
	display:flex;flex-wrap:wrap;gap:8px;
	margin-top:18px;
}
.ft-quick a{
	display:inline-flex;align-items:center;
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.12);
	border-radius:999px;
	padding:6px 12px;
	font-size:12.5px;font-weight:700;
	color:#fff !important;
	text-decoration:none !important;
}
.ft-quick a:hover{background:var(--accent);border-color:var(--accent);color:#fff !important}
.site-fb{
	display:inline-flex;align-items:center;gap:8px;
	background:#1877f2;color:#fff !important;
	padding:8px 14px;border-radius:999px;font-weight:700;font-size:13px;
	text-decoration:none !important;
}
.site-fb:hover{opacity:.92;color:#fff !important}
.footer_end{
	background:#062544 !important;
	color:#b7c8da !important;
	padding:14px 0;
	border-top:1px solid rgba(255,255,255,.06);
	line-height:1.5;
	text-align:center;
}
.footer_end .copy{color:#b7c8da;font-size:13px}
.embed-responsive{
	height:auto;
	min-height:280px;
	background:#08315f;
}
.embed-responsive iframe{width:100%;filter:grayscale(.15) contrast(1.05)}

#footer,
.footer,
.footer_end,
.embed-responsive{
	max-width:100%;
	overflow-x:hidden;
	box-sizing:border-box;
}
#footer .maxwidth,
.footer_end .maxwidth{
	width:100%;
	max-width:var(--max);
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#footer .ft-about,
#footer .ft-about *,
#footer .ft-facts,
#footer .ft-facts li,
#footer .ft-facts span{
	max-width:100%;
	overflow-wrap:anywhere;
	word-break:break-word;
}
#footer .ft-cta{max-width:100%}
#footer .nav-hotline,
#footer .contact-zalo,
#footer .site-fb{
	max-width:100%;
	white-space:normal;
	justify-content:center;
}
#footer .box_fb,
#footer .fb-page,
#footer .fb-page > span{
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	overflow:hidden;
}
#footer .fb-page iframe{
	width:100% !important;
	max-width:100% !important;
}
.embed-responsive iframe,
.embed-responsive *{
	max-width:100% !important;
}
.footer_end .copy{overflow-wrap:anywhere;word-break:break-word}

@media (max-width:990px){
	#footer{padding:36px 0 88px}
	.ft-grid{grid-template-columns:minmax(0,1fr);gap:24px}
	#footer .tt_ft{font-size:20px}
	#footer .tt_ft:after{margin-left:auto;margin-right:auto}
	#footer .tt_ft,#footer .tt_ft_small,.ft-col{text-align:center}
	#footer .ft-facts li,.ft-cta,.ft-quick{justify-content:center}
	#thongke{display:block !important;width:100%}
	#thongke li{text-align:left}
	.embed-responsive{min-height:220px;height:220px}
	.embed-responsive iframe{height:220px !important}
	#footer .ft-about table,
	#footer .ft_content table,
	#footer .ft-about table tbody,
	#footer .ft_content table tbody,
	#footer .ft-about table tr,
	#footer .ft_content table tr{
		display:block;
		width:100% !important;
	}
	#footer .ft-about table td,
	#footer .ft-about table th,
	#footer .ft_content table td,
	#footer .ft_content table th{
		display:block;
		width:100% !important;
		padding:2px 0 !important;
		border:0 !important;
	}
}
@media (max-width:480px){
	#footer{padding:28px 0 88px}
	#footer .nav-hotline{padding:6px 10px 6px 6px}
	#footer .nav-hotline-copy strong{font-size:14px}
}

/* ===== Other news / cart leftovers ===== */
.othernews h2,.title_news{color:var(--ink);font-family:inherit}
.othernews ul li{background:none;padding-left:0}
.othernews ul li a{color:var(--steel);text-decoration:none !important}
.othernews ul li a:hover{color:var(--accent)}

#top{
	width:44px;height:44px;
	background:var(--grad);
	border-radius:50%;
	right:18px;bottom:24px;
	box-shadow:var(--shadow);
	z-index:8500;
}
#top:before{
	content:"↑";
	display:block;text-align:center;line-height:44px;
	color:#fff;font-size:18px;font-weight:700;
}

/* ===== Fixed contact dock ===== */
.site-dock{
	position:fixed;
	right:18px;
	top:50%;
	transform:translateY(-50%);
	z-index:8000;
	display:flex;
	flex-direction:column;
	gap:12px;
}
.site-dock-btn{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:56px;height:56px;
	text-decoration:none !important;
}
.site-dock-ico{
	position:relative;
	z-index:2;
	width:56px;height:56px;
	border-radius:50%;
	display:flex;align-items:center;justify-content:center;
	color:#fff;
	font-size:22px;
	box-shadow:0 10px 22px rgba(14,39,68,.22);
	transition:transform .2s,box-shadow .2s;
}
.site-dock-hotline .site-dock-ico{
	background:var(--grad);
}
.site-dock-zalo .site-dock-ico{
	background:#0068ff;
	overflow:hidden;
}
.site-dock-zalo .site-dock-ico img{
	width:30px;height:30px;object-fit:contain;display:block;
}
.site-dock-ring{
	position:absolute;left:50%;top:50%;
	width:56px;height:56px;
	margin:-28px 0 0 -28px;
	border-radius:50%;
	border:2px solid rgba(232,93,4,.55);
	animation:dock-ring 1.8s ease-out infinite;
	pointer-events:none;
	z-index:1;
}
.site-dock-tip{
	position:absolute;
	right:64px;
	top:50%;
	transform:translate(8px,-50%);
	opacity:0;
	pointer-events:none;
	white-space:nowrap;
	background:var(--navy);
	color:#fff;
	border-radius:999px;
	padding:8px 14px 8px 16px;
	box-shadow:0 10px 22px rgba(14,39,68,.22);
	display:flex;
	flex-direction:column;
	line-height:1.2;
	transition:opacity .2s,transform .2s;
}
.site-dock-tip em{
	font-style:normal;
	font-size:11px;
	letter-spacing:.06em;
	text-transform:uppercase;
	color:var(--accent);
	font-weight:700;
}
.site-dock-tip strong{
	font-size:15px;
	font-weight:800;
	color:#fff;
}
.site-dock-btn:hover .site-dock-ico{
	transform:scale(1.06);
	box-shadow:0 12px 24px rgba(232,93,4,.32);
}
.site-dock-btn:hover .site-dock-tip{
	opacity:1;
	transform:translate(0,-50%);
}
@keyframes dock-ring{
	0%{transform:scale(.85);opacity:.7}
	100%{transform:scale(1.55);opacity:0}
}



/* ===== About page ===== */
.about-page{padding-bottom:8px}
.about-page-hero{margin:0 0 22px}
.about-page .gt-panel{
	display:flex;
	align-items:stretch;
	gap:0;
	background:#fff;
	border:1px solid var(--line);
	border-radius:16px;
	box-shadow:0 10px 24px rgba(11,79,150,.07);
	overflow:hidden;
}
.about-page .gt-media{
	flex:0 0 40%;
	max-width:40%;
	background:#0b4f96;
	min-height:280px;
}
.about-page .gt-media img{
	width:100%;height:100%;
	object-fit:cover;
	display:block;
	min-height:280px;
	border:0;
	border-radius:0;
}
.about-page .gt-copy{
	flex:1 1 auto;
	padding:28px 28px 26px;
	min-width:0;
}
.about-page .gt-title{
	margin:0 0 10px;
	font-size:26px;
	font-weight:800;
	letter-spacing:-.02em;
	line-height:1.25;
	color:var(--navy);
	text-transform:none;
}
.about-page .gt_desc{
	font-size:15px;
	color:#3a4556;
	line-height:1.7;
	margin:0 0 16px;
}
.about-page .gt_desc p{margin:0 0 8px}
.about-page .gt_desc p:last-child{margin-bottom:0}
.about-page .gt-facts{
	grid-template-columns:1fr;
	margin-bottom:0;
}
.about-hero-cta{
	display:flex;flex-wrap:wrap;align-items:center;gap:10px;
	margin-top:18px;
}
.about-cta-link{
	display:inline-flex;align-items:center;gap:8px;
	background:var(--grad);
	color:#fff !important;
	border-radius:999px;
	padding:11px 20px;
	font-weight:800;font-size:14px;
	text-decoration:none !important;
	box-shadow:0 8px 18px rgba(232,93,4,.28);
}
.about-cta-link:after{content:"→"}
.about-cta-link:hover{filter:brightness(1.04);color:#fff !important}
.about-page-body .content{
	margin-top:0;
	padding:28px 32px 36px;
}
.about-page-body .content_wrap{
	font-size:15.5px;
	line-height:1.75;
	color:#2b3544;
}
.about-page-body .content_wrap img{
	border-radius:8px;
	margin:8px 0;
}
.about-page-body .content_wrap h1,
.about-page-body .content_wrap h2,
.about-page-body .content_wrap h3{
	font-family:inherit !important;
	color:var(--navy) !important;
	font-weight:800;
	letter-spacing:-.02em;
	line-height:1.3;
	margin:22px 0 10px;
}
.about-page-body .content_wrap p{margin:0 0 12px}
.about-page-body .addthis_toolbox{margin:22px 0 10px}
.about-page-body .fb-comments{margin-top:8px}

@media (max-width:990px){
	.about-page .gt-panel{flex-direction:column}
	.about-page .gt-media{flex:none;max-width:100%;min-height:200px}
	.about-page .gt-media img{min-height:200px;max-height:280px}
	.about-page .gt-copy{padding:22px 20px}
	.about-page-body .content{padding:20px}
}

/* ===== Left sidebar ===== */
#left{
	width:270px;
	float:left;
	padding:0 16px 0 0;
}
.moudle-left{
	margin:0 0 18px;
	background:#fff;
	border:1px solid var(--line);
	border-radius:12px;
	overflow:hidden;
	box-shadow:0 8px 20px rgba(11,79,150,.06);
}
.tt_gt{
	height:auto !important;
	line-height:1.2 !important;
	background:var(--grad-bar) !important;
	text-indent:0 !important;
	padding:12px 16px;
	font-family:inherit !important;
}
.tt_gt .title{
	margin:0;
	font-family:inherit !important;
	font-size:14px !important;
	font-weight:800;
	letter-spacing:.04em;
	color:#fff !important;
	text-transform:uppercase;
	line-height:1.3 !important;
}
.menu_left{
	background:#fff !important;
	border:0 !important;
	margin:0 !important;
	width:100% !important;
	left:auto !important;
}
.menu_left > ul{background:transparent;margin:0;padding:6px 0}
.menu_left ul li{
	width:100%;
	line-height:1.35;
	border-bottom:1px solid #eef2f6 !important;
	display:block;
	position:relative;
	float:none;
	background:transparent;
}
.menu_left ul li:last-child{border:none !important}
.menu_left ul li a{
	display:block;
	font-family:inherit !important;
	font-size:14px !important;
	font-weight:600;
	color:var(--ink) !important;
	text-transform:none !important;
	padding:10px 16px 10px 18px !important;
	background:none !important;
	background-image:none !important;
	position:relative;
}
.menu_left > ul > li > a:before{
	content:"";
	position:absolute;left:8px;top:50%;
	width:5px;height:5px;
	margin-top:-2px;
	border-radius:50%;
	background:var(--accent);
}
.menu_left ul li a:hover,
.menu_left ul li a.menu_active{
	color:var(--navy-2) !important;
	background:#fff8ee !important;
}
.menu_left ul li.has-child > a{padding-right:28px !important}
.menu_left ul li.has-child > a:after{
	content:"";
	position:absolute;right:14px;top:50%;
	width:6px;height:6px;
	margin-top:-5px;
	border-right:1.5px solid #9aa6b5;
	border-bottom:1.5px solid #9aa6b5;
	transform:rotate(45deg);
}
.menu_left ul li ul{
	display:none;
	position:static !important;
	left:auto !important;
	top:auto !important;
	width:100% !important;
	border:0 !important;
	background:#f7f9fc;
	box-shadow:none;
	padding:0 0 6px;
}
.menu_left ul li:hover > ul,
.menu_left ul li.has-child:hover > ul{display:block !important}
.menu_left ul li ul li{
	border:0 !important;
	float:none;
	background:transparent;
}
.menu_left ul li ul li a{
	padding:7px 16px 7px 28px !important;
	font-size:13px !important;
	font-weight:500;
	color:var(--muted) !important;
}
.menu_left ul li ul li a:hover{color:var(--accent-2) !important;background:transparent !important}
.menu_left ul li ul li ul{display:none !important}

.content_left{
	border:0 !important;
	padding:12px !important;
	background:#fff;
}
.content_left .fotorama{border-radius:8px;overflow:hidden}
.item_yahoo{
	border-bottom:1px dashed var(--line) !important;
	padding:12px 6px !important;
}
.item_yahoo:last-child{border:none !important;padding-bottom:4px !important}
.item_yahoo h3{
	color:var(--navy) !important;
	font-family:inherit !important;
	font-size:14px !important;
	font-weight:800;
	margin:0 0 6px !important;
}
.item_yahoo p{
	margin:0 0 4px !important;
	font-family:inherit !important;
	font-size:13.5px;
	color:var(--muted);
}
.item_yahoo p a{color:var(--ink);font-weight:600}
.item_yahoo p a:hover{color:var(--accent)}
.item_yahoo i{
	margin-right:8px;
	width:14px;
	text-align:center;
	color:var(--accent);
}

@media (max-width:1200px){
	#left{width:100%;float:none;padding:0 0 12px}
	#main{width:100%;float:none}
}

/* ===== Mobile support dock ===== */
#footer1.mob-dock,
.mob-dock{
	display:none;
	position:fixed;
	left:10px;right:10px;bottom:10px;
	z-index:9000;
	background:var(--grad-deep);
	border-radius:18px;
	padding:8px 6px calc(8px + env(safe-area-inset-bottom));
	box-shadow:0 12px 28px rgba(8,18,32,.35);
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:4px;
	align-items:stretch;
	width:auto;
	border:0;
}
.mob-dock-item{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:4px;
	min-height:58px;
	padding:6px 2px;
	border-radius:14px;
	color:#fff !important;
	font-size:11px;
	font-weight:800;
	letter-spacing:.02em;
	text-decoration:none !important;
	text-shadow:none;
}
.mob-dock-item span{line-height:1.1}
.mob-dock-ico{
	width:34px;height:34px;
	border-radius:50%;
	display:flex;align-items:center;justify-content:center;
	background:rgba(255,255,255,.1);
	font-size:16px;
}
.mob-dock-ico img{width:18px;height:18px;display:block}
.mob-dock-call .mob-dock-ico{background:var(--grad)}
.mob-dock-zalo .mob-dock-ico{background:#0068ff}
.mob-dock-sms .mob-dock-ico{background:#1f7a4d}
.mob-dock-map .mob-dock-ico{background:#c88800}
.mob-dock-item:active{background:rgba(255,255,255,.08)}

@media (max-width:1200px){
	#footer1.mob-dock,.mob-dock{display:grid !important}
	body{padding-bottom:86px}
	.wrapper{padding-top:0 !important}
	#top{
		right:16px !important;
		bottom:96px !important;
		z-index:8900;
	}
	.site-dock{display:none}
	.nav-hotline--brand{display:none}
	.mn_rp{display:flex !important;position:relative !important;top:auto;left:auto;right:auto}
	.header-midle{padding:12px 0 !important}
	.header-midle .logo{display:none !important}
	.header-midle .banner{
		width:100% !important;
		float:none !important;
		margin-top:0 !important;
		padding:0 !important;
	}
	.site-brand-row{
		flex-direction:column;
		align-items:stretch;
		justify-content:flex-start;
		gap:12px;
		min-height:0;
	}
	.site-brand-row .banner_{
		width:100%;
		text-align:center;
	}
	.header-midle .banner img{
		max-height:none;
		width:auto;
		max-width:100%;
		height:auto;
		margin:0 auto;
		display:block;
	}
	.site-brand-tools{
		width:100%;
		flex:1 1 auto;
		justify-content:stretch;
	}
	.site-search{
		flex:1 1 auto;
		width:100%;
		max-width:100%;
	}
	.gt_box .maxwidth > .row{padding:18px 12px}
	.thanh_main h2,.thanh_main a h2,.tt_main1 .title{font-size:22px !important}
	.khung_thongtin h2{font-size:22px !important}
}
@media (min-width:1201px){
	#footer1.mob-dock,.mob-dock{display:none !important}
}
@media (max-width:768px){
	.content_product,
	.row:has(> .product_item),
	.slick_news,
	.box_news_index{
		margin-left:-4px;
		margin-right:-4px;
	}
	.product_item,
	.slick_news > [class*="col-"],
	.box_news_index [class*="col-"]{
		padding-left:4px !important;
		padding-right:4px !important;
		margin-bottom:8px !important;
	}
	.product_item .inf_{padding:8px 8px 10px}
	.product_item h3{min-height:38px}
	.item_news{margin-bottom:0}
	.info_news{padding:8px 8px 10px}
	.info_news h3{font-size:13px;margin:0 0 4px}
	.info_news p{-webkit-line-clamp:2;margin:0}
}
@media (max-width:480px){
	.site-top-item span{display:none}
	.product_item h3 a{font-size:13px !important}
	.content_product,
	.row:has(> .product_item),
	.slick_news,
	.box_news_index{
		margin-left:-3px;
		margin-right:-3px;
	}
	.product_item,
	.slick_news > [class*="col-"],
	.box_news_index [class*="col-"]{
		padding-left:3px !important;
		padding-right:3px !important;
		margin-bottom:6px !important;
	}
}
