/**
 * @Project NSS CMS V2
 * @Author NGOI SAO SO
 */

/********************** GENERAL CSS **********************/
@font-face {
	font-family: 'UTM_Avo';
	src: url('../fonts/UTM_Avo.eot');
	src: local('☺'), url('../fonts/UTM_Avo.woff') format('woff'), url('../fonts/UTM_Avo.ttf') format('truetype'), url('../fonts/UTM_Avo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UTM_AvoItalic';
	src: url('../fonts/UTM_AvoItalic.eot');
	src: local('☺'), url('../fonts/UTM_AvoItalic.woff') format('woff'), url('../fonts/UTM_AvoItalic.ttf') format('truetype'), url('../fonts/UTM_AvoItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UTM_AvoBold';
	src: url('../fonts/UTM_AvoBold.eot');
	src: local('☺'), url('../fonts/UTM_AvoBold.woff') format('woff'), url('../fonts/UTM_AvoBold.ttf') format('truetype'), url('../fonts/UTM_AvoBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UTM_AvoBold_Italic';
	src: url('../fonts/UTM_AvoBold_Italic.eot');
	src: local('☺'), url('../fonts/UTM_AvoBold_Italic.woff') format('woff'), url('../fonts/UTM_AvoBold_Italic.ttf') format('truetype'), url('../fonts/UTM_AvoBold_Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* NSS ICONS */
@font-face {
	font-family: 'NSSIcons';
	src: url('../../default/fonts/NSSIcons.eot?avyewf');
	src: url('../../default/fonts/NSSIcons.eot?#iefixavyewf') format('embedded-opentype'), url('../../default/fonts/NSSIcons.ttf?avyewf') format('truetype'), url('../../default/fonts/NSSIcons.woff?avyewf') format('woff'), url('../../default/fonts/NSSIcons.svg?avyewf#NSSIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	font: normal normal normal 14px/1 NSSIcons;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	vertical-align: -10%;
	background: #fff;
}

.glyphicon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-calendar:before {
	content: "\f274";
}

.icon-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -25%;
}

.icon-horizon {
	width: 14px;
}

.icon-lg.icon-horizon {
	width: 22px;
}

.icon-nss:before {
	content: "\e607";
}

.icon-nss_sm:before {
	content: "\e608";
}

.icon-callcenter:before {
	content: "\e609";
}

.icon-today:before {
	content: "\e600";
}

.icon-qrcode:before {
	content: "\e601";
}

.icon-enter:before {
	content: "\e602";
}

.icon-exit:before {
	content: "\e603";
}

.icon-yahoo:before {
	content: "\e604";
}

.icon-old-phone:before {
	content: "\e606";
}

.icon-icq:before {
	content: "\e605";
}

.icon-viber:before {
	content: "\e60a";
}

.icon_new {
	background: url("../images/icons/new.gif") no-repeat;
	display: inline-block;
	height: 16px;
	width: 38px;
}

.icon_new_small {
	background: url("../images/squared-blue.png") no-repeat 0 8px;
}

.icon_list {
	background: url("../images/arrow_left_orange.png") no-repeat 0 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'UTM_Avo';
}

h1 {
	font-size: 24px;
	color: #faa31b;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
}

h4 {
	font-size: 18px;
	line-height: 18px;
}

h5 {
	font-size: 16px;
	line-height: 16px;
}

h6 {
	font-size: 14px;
	line-height: 16px;
}

/* Fonts Color */
.text-black {
	color: #000 !important;
}

.text-white {
	color: #fff !important;
}

/* Fonts Weight */

.text-normal {
	font-weight: 400;
}

.text-bold {
	font-weight: 800;
}

/* Fix bootstrap */
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1388px) {
	.container {
		width: 1320px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1550px;
	}
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #0c5391;
	border-color: #0c5391;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #000;
}

.pagination>li>a,
.pagination>li>span {
	color: #0c5391;
}

.form-control:focus {
	border-color: #0c5391;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(204, 6, 6, 0.6);
	outline: 0 none;
}

.form-horizontal .control-label {
	margin-bottom: 0;
	padding-top: 7px;
	text-align: right;
}

.btn-primary {
	background-color: #0c5391;
	border-color: #0c5391;
	color: #ffffff;
}

.btn-primary:hover {
	background-color: #6b0002;
	border-color: #6b0002;
	color: #ffffff;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
	display: none;
}

.hidden-ss-block {
	display: block !important;
}

.hidden-ss-inline {
	display: inline !important;
}

.hidden-ss-inline-block {
	display: inline-block !important;
}

.margin {
	margin: 10px;
}

.margin-right {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

.margin-top {
	margin-top: 10px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-sm {
	margin: 4px;
}

.margin-right-sm {
	margin-right: 4px;
}

.margin-left-sm {
	margin-left: 4px;
}

.margin-top-sm {
	margin-top: 4px;
}

.margin-bottom-sm {
	margin-bottom: 4px;
}

.margin-lg {
	margin: 15px;
}

.margin-right-lg {
	margin-right: 15px;
}

.margin-left-lg {
	margin-left: 15px;
}

.margin-top-lg {
	margin-top: 15px;
}

.margin-bottom-lg {
	margin-bottom: 15px;
}

.padding-top {
	padding-top: 10px
}

.padding-left {
	padding-left: 10px
}

.padding-right {
	padding-right: 10px
}

.padding-bottom {
	padding-bottom: 10px
}

.boder-top {
	border-top: 1px solid #ccc;
}

.boder-bottom {
	border-bottom: 1px solid #ccc;
}

.border-left {
	border-left: 1px solid #ccc;
}

.border-right {
	border-right: 1px solid #ccc;
}

.column-margin-left {
	margin-left: 10px !important
}

.bg-gainsboro {
	background-color: #C0C0C0
}

.bg-lavender {
	background-color: #EEEEEE
}

/*Load_Bar*/
.load-bar {
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 8px;
	background: transparent url(../../../assets/images/load_bar.gif);
	margin: auto 10px
}

/*Center DIV*/
.centered {
	text-align: center;
	font-size: 0
}

.centered>div {
	float: none;
	display: inline-block;
	text-align: left;
	font-size: 14px;
}

/*nv-info*/
.nv-info {
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f7f7f7;
	color: #333;
	padding: 10px;
}

.nv-info.error {
	background-color: #EFD7D7 !important;
	border-color: #DCA8A6 !important;
}

.nv-info.success {
	background-color: #E5F1FB !important;
	border-color: #8DC1ED !important;
}

.nv-info:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
}

.nv-info.error:before {
	content: " \f057 ";
	color: #A94442;
}

.nv-info.success:before {
	content: " \f13a ";
	color: #449D44;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pointer {
	cursor: pointer;
}

.middle {
	vertical-align: middle
}

.align-bottom {
	vertical-align: bottom
}

.align-top {
	vertical-align: top
}

ul,
ol {
	list-style: none;
}

.input-group-btn {
	font-size: 14px !important;
}

.radius-top-left {
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.radius-top-right {
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.radius-bottom-left {
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.radius-bottom-right {
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.radius {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bg-gradient {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.box-shadow {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.fix-box {
	position: inherit !important;
	margin-left: 0 !important;
}

.well {
	padding: 8px;
	line-height: 18px
}

.well p {
	margin: 0;
}

input[type=text].required,
input[type=password].required,
input[type=email].required,
input[type=number].required,
input[type=search].required,
input[type=tel].required,
input[type=time].required,
input[type=url].required,
input[type=url].required,
textarea.required,
select.required,
label.required {
	background-image: url(../images/icons/required.png);
	background-position: right center;
	background-repeat: no-repeat;
}

textarea.required {
	background-position: right 10px;
}

select.required {
	background-position: calc(100% - 15px) 10px;
}

label.required {
	padding-right: 20px;
}

label.radio-box,
label.check-box {
	font-weight: normal;
	margin-right: 20px;
	cursor: pointer;
}

div.radio-box,
div.check-box {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding: 10px
}

.has-error div.radio-box,
.has-error div.check-box {
	border-color: #a94442;
}

.display-inline-block {
	display: inline-block
}

.display-table {
	display: table;
}

.display-table>* {
	display: table-row;
}

.display-table>*>* {
	display: table-cell;
	padding: 5px;
}

/*tooltip*/
.tooltip-inner {
	max-width: 250px;
	padding: 10px;
	color: #fff;
	text-align: left !important;
	background-color: #0C2138;
	border-radius: 4px;
	height: auto;
	overflow: auto
}

.tooltip-inner img.pull-left {
	margin: 3px 5px 1px 0;
}

.tooltip-inner img.pull-right {
	margin: 3px 1px 0 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

.ui-datepicker {
	width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
	width: 59% !important;
	font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
	width: 39% !important;
	font-weight: normal !important;
}

figure {
	position: relative;
	padding: 3px;
	display: block;
	float: left;
	margin: 5px 10px 10px 0;
	text-align: center
}

figure.article {
	background: #949494;
}

figure.left {
	float: left;
	margin: 5px 10px 10px 0;
}

figure.right {
	float: right;
	margin: 5px 0 10px 10px;
}

figure.center {
	float: none;
	background: transparent;
	margin: 0 auto 10px;
	padding-top: 0;
	text-align: center
}

figure.noncaption {
	background: transparent;
	padding: 0;
}

figcaption {
	text-align: center;
	margin-top: 5px;
	font-weight: 700;
}

figure figcaption {
	font-size: 12px;
	font-weight: normal;
}

figure.article figcaption {
	color: #fff;
}

figure.article.center figcaption {
	color: inherit
}

figure.avatar {
	margin-top: 0 !important
}

figure.avatar figcaption {
	position: absolute;
	bottom: 12px;
	left: 3px;
	width: calc(100% - 6px);
	background: #1182C8;
	color: #fff;
	font-size: 11px
}

/********************** BODY CSS **********************/

a,
a:link,
a:active,
a:visited {
	color: #00236f;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #faa31b;
}

a.dimgray {
	color: #6b0002;
}

a.dimgray:hover {
	color: #6b0002;
}

a.black {
	color: #333;
}

a.black:hover {
	color: #6b0002;
}

iframe {
	border: 0;
}

.m-bottom {
	margin-bottom: 10px !important;
}

.wraper {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

.container,
.rel {
	position: relative;
}

.fa-fix {
	margin-right: -5px;
}

.fa-pointer {
	cursor: pointer;
}

.fa-horizon {
	width: 14px;
}

.fa-lg.fa-horizon {
	width: 22px;
}

h3.sm {
	font-size: 16px;
}

span.keyword {
	background: yellow;
}

.nv-fullbg {
	min-height: 100%;
	background: #fff;
}

a.btn {
	color: #fff;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}

body {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.42857;
	background-color: #fff;
}

/* Header */
header {
	position: relative;
	background: transparent;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
}

header .logo {
	position: absolute;
	margin: 0;
	padding: 0;
	width: auto;
	top: 0px;
	display: block;
	z-index: 9;
}

header .logo img {
	max-width: 100%;
	height: auto;
}

header .headtop {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	height: 95px;
}

header .headtop .s_top {
	position: relative;
	display: block;
	margin: 5px 0 10px;
	padding: 0;
	width: 100%;
	color: #353599;
}

header .headtop .s_bottom {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}

header .headtop .s_bottom .hotline {
	text-align: right;
}

header .headtop .s_bottom .hotline span {
	color: #c4161c;
	font-size: 20px;
}

header .headtop .s_bottom .hotline i {
	color: #c4161c;
	border: 1px solid #c4161c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 6px 3px 6px 10px;
	font-size: 20px;
	margin: 0 10px 0 0;
}

header .headtop .s_bottom .scart {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

header .headtop .s_bottom .scart a.icon {
	background-color: #0c5391;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: center;
	display: block;
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
}

header .headtop .s_bottom .scart a.icon .cart_overlay {
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	z-index: 99;
	right: 0;
	width: 100%;
	min-width: 150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, 0.2);
	box-shadow: 0 4px 7px 0 rgba(50, 50, 50, 0.2);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s;
	-webkit-transform: translate(0, 40px);
	color: #333;
}

header .headtop .s_bottom .scart a#carticon:hover .cart_overlay {
	visibility: visible;
	opacity: 1;
}

header .headtop .s_bottom .scart a.icon span.c_num {
	background-color: #faa31b;
	position: absolute;
	top: -10px;
	right: -5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

header .slides_inhome {
	position: relative;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	display: block;
	background: #e3e5e7;
	z-index: 0;
	overflow: hidden;
}

header .bottombar {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	height: auto;
	background-color: #0c5391;
	/*background: transparent url(../images/bg-bottombar.gif) repeat-x center center;*/
}

header .bottombar .showmenusub {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
}

.menu_user {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}

.menu_user a {
	cursor: pointer;
	margin: 0;
	color: #333;
	padding: 0 10px;
	border-right: 1px solid #999;
}

.menu_user a:last-child {
	border-right: 0;
	padding-right: 0;
}

/* Body */
section {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

section .breadcrumbs-wrap {
	position: relative;
	width: 100%;
	padding: 30px 0 0;
	margin: 0 15px 20px;
}

/* breadcrumb */
section .breadcrumbs-wrap .container {
	position: relative;
	padding: 0;
	margin: 0 auto;
}

section .breadcrumbs-wrap .breadcrumbs {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0px;
}

section .breadcrumbs-wrap .breadcrumbs li {
	float: left;
	padding: 0 4px;
	margin: 0em;
}

section .breadcrumbs-wrap .breadcrumbs a {
	padding: 0;
	float: left;
	text-decoration: none;
	color: #747474;
	position: relative;
}

section .breadcrumbs-wrap .breadcrumbs a:hover {
	color: #353599;
}

section .page {
	padding: 0px;
	margin: 0 0 20px;
	position: relative;
	display: block;
	width: 100%;
}

section .page h1 {
	padding: 0px;
	margin: 0 0 20px;
	position: relative;
	display: block;
	width: 100%;
}

section .page .underline {
	display: block;
	position: relative;
	width: 100px;
	height: 4px;
	background: #0c5391;
	padding: 0;
	margin: 0 0 20px;
}

section .page .bodytext ul {
	margin: 0 0 0 20px;
	position: relative;
	display: block;
	padding: 2px 0;
}

section .page .bodytext ul li {
	list-style: inside;
	margin: 0;
	padding: 2px 0;
}

section .page .title {
	font-size: 22px;
}

section .page .hometext {
	font-weight: 700
}

section .page .bodytext {
	word-break: keep-all
}

section .page .bodytext p {
	margin-bottom: 15px !important
}

section .page .otherview {
	position: relative;
	display: block;
	width: 100%;
}

section .page .panel-heading {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px;
}

section .page .panel-primary>.panel-heading {
	background-color: #555;
	border-color: #444 !important;
	color: #fff;
}

section .page .panel {
	border: 1px solid #ebebeb !important;
}

/* Footer */
footer {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

footer .s_top {
	position: relative;
	width: 100%;
	padding: 50px 0;
	border-top: 2px solid #ebebeb;
	min-height: 250px;
}

footer .s_top img {
	max-width: 100%;
}

footer .s_bottom {
	position: relative;
	width: 100%;
	background: #0c5391;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}

footer .s_bottom a {
	color: #fff;
}

.footer-menu {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer-menu ul {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer-menu ul li {
	position: relative;
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
}

.footer-menu ul li a {
	position: relative;
	width: 100%;
	padding: 3px 0;
	margin: 0;
	font-weight: 600;
	color: #00236f;
	display: block;
}

/* Tiêu đề nhóm (li cấp 1 có chứa ul con) — tăng khoảng cách bottom gấp đôi */
.footer-menu>ul>li:has(> ul)>a {
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.footer-menu ul li a:hover {
	position: relative;
	width: 100%;
	color: #0c5391;
}

.footer-menu ul ul {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer-menu ul ul li {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer-menu ul ul li a {
	position: relative;
	width: 100%;
	padding: 3px 0;
	color: #64748b;
	font-weight: 300;
	margin: 0;
	display: block;
}

.footer-menu ul ul li a:hover {
	position: relative;
	width: 100%;
	color: #0c5391;
}

/* Social */
#socialList {
	list-style: none;
	padding: 0;
	margin: 0;
}

#socialList h3 {
	color: #fff;
}

.contactList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.socialList {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

ul.socialList li,
.contactList li {
	display: inline-block;
	margin-right: 2px;
}

ul.socialList li:last-child,
ul.contactList li:last-child {
	margin-right: 0 !important;
}

ul.socialList li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #b8b9ba;
	color: #292929;
	text-align: center;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.socialList li a:hover {
	color: #fff;
}

ul.socialList li a[href*="facebook"]:hover {
	background: #3D5D8C;
}

ul.socialList li a[href*="google"]:hover,
.socialList li a[href*="youtube"]:hover {
	background: #DD4B39;
}

ul.socialList li a[href*="twitter"]:hover {
	background: #50A0D7;
}

ul.socialList li a[href*="feeds"]:hover {
	background: #FF9900;
}

ul.socialList li .fa {
	margin-right: -4px;
}

/********************* Show block *********************/

/* block_default */
.block_default {
	margin: 0 0 20px;
	position: relative;
	display: block;
	padding: 0px;
}

.block_default h3 {
	padding: 0;
	margin: 20px 0 20px;
	position: relative;
	display: block;
	font-size: 22px;
}

.block_default .s_content {
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	display: block;
}

/* block_simple */
.block_simple {
	margin: 0px;
	position: relative;
	display: block;
	padding: 0px;
}

.block_simple h3 {
	padding: 0;
	margin: 0px 0 10px;
	position: relative;
	display: block;
	color: #333;
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px rgba(255, 255, 255, 1);
}

.block_simple div.underline {
	display: block;
	position: relative;
	width: 100px;
	height: 4px;
	background: #0c5391;
	padding: 0;
	margin: 0 0 20px;
}

.block_simple .s_content {
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	display: block;
}

/* block_border */
.block_border {
	padding: 0;
	margin: 20px 0;
	position: relative;
	width: 100%;
	display: block;
}

.block_border h3 {
	padding: 0;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
	display: table;
	display: block;
	width: 100%;
}

.block_border h3 span.title {
	padding: 0 10px;
	margin: 0 auto;
	display: table;
	color: #0c5391;
	position: relative;
	background: #fbfbfb;
	width: auto;
	z-index: 2;
}

.block_border h3 span.underline {
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
	position: absolute;
	height: 10px;
	background: #ebebeb;
	width: 100%;
	z-index: 1;
	top: 12px;
}

.block_border .s_content {
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
}

/* block_primary */
.block_primary {
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #e7e7e7 0%, #f5f5f5 40%, #fafafa) repeat scroll 0 0;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	display: block;
	margin: 20px 0 20px;
	padding: 10px 20px;
	position: relative;
}

.block_primary .label {
	color: #fff;
	display: table;
	height: 28px;
	margin: -17px auto 10px;
	padding: 0;
	position: relative;
	width: auto;
}

.block_primary .label .bgleft {
	background: rgba(0, 0, 0, 0) url("../images/bgblock_primary.png") no-repeat scroll left top;
	display: inline-block;
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 30px;
}

.block_primary .label .bgcenter {
	background: rgba(0, 0, 0, 0) url("../images/bgblock_primary1.png") repeat-x scroll top;
	display: inline-block;
	float: left;
	font-family: "UTM_Avo";
	font-size: 16px;
	font-weight: normal;
	height: 28px;
	margin: 0;
	padding: 6px 20px;
	position: relative;
}

.block_primary .label .bgright {
	background: rgba(0, 0, 0, 0) url("../images/bgblock_primary.png") no-repeat scroll right top;
	display: inline-block;
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 30px;
}

.block_primary .s_content {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

/* Info die */
.nv-infodie {
	margin: 0 auto;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	border: 1px #dadada solid;
	background: #fff;
	position: relative;
	min-height: 300px !important;
	min-width: 300px !important;
	display: table;
}

.nv-infodie .panel-body {
	display: table-cell;
	vertical-align: middle;
}

/* Form */
input[type="checkbox"],
input[type="radio"] {
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: 3px 4px 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

input[type=radio] {
	border-radius: 50%;
	margin-right: 4px;
	line-height: inherit;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:checked:before,
input[type=radio]:disabled:checked:before {
	opacity: 0.7;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	font: normal 14px/1 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
	content: '\f00c';
	margin: 0 0 0 0;
	color: #1e8cbe;
}

input[type=radio]:checked:before {
	content: '\2022';
	text-indent: -9999px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 4px;
	line-height: 16px;
	background-color: #1e8cbe;
}

table caption {
	color: #0066CC;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	padding: 0 0 5px 2px;
}

blockquote {
	font-size: 13px;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
}

.modal-body {
	padding: 15px
}

.modal-header .close {
	margin-top: -2px;
}

#sitemodal .modal-dialog {
	position: relative;
	width: auto !important;
	max-width: 600px;
	text-align: center;
	font-size: 0;
}

#sitemodal .modal-content {
	width: auto;
	display: inline-block;
	font-size: 14px;
	text-align: left
}

#sitemodal .close {
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 24px;
	height: 24px;
	background: #000;
	color: #fff;
	font-size: 11px;
	opacity: 0.8;
	border: 2px solid #ccc;
	border-radius: 12px
}

#sitemodal .close:hover {
	opacity: 1;
}

@media (max-width: 619px) {
	#sitemodal .modal-dialog {
		margin-left: 10px;
		margin-right: 10px;
	}

	#sitemodal .modal-content {
		display: block
	}
}

#sb-container {
	z-index: 99999999 !important;
}

.chromeframe {
	position: fixed !important;
	top: 0 !important;
	right: 0;
	left: 0;
	width: 100% !important;
	z-index: 99999999999999 !important;
	background: #ffff00 !important;
	color: #000 !important;
	height: 25px;
	line-height: 25px;
	padding: 0.2em 0;
	text-align: center !important;
}

#timeoutsess {
	display: none;
}

#timeoutsess a {
	color: #0000FF !important;
}

/* Account Level */
[class^="lev-"],
[class*=" lev-"] {
	display: inline-block;
}

[class^="lev-"]:before,
[class*=" lev-"]:before {
	font-family: FontAwesome;
	font-size: inherit;
	margin-right: 5px
}

.lev-1:before {
	content: " \f005 \f005 \f005 "
}

.lev-2:before {
	content: " \f005 \f005 \f006 "
}

.lev-3:before {
	content: " \f005 \f006 \f006 "
}

.lev-user:before {
	content: " \f007 "
}

/* module Contact*/
.contact-result {
	position: absolute;
	top: 40px;
	left: 5%;
	width: 90%;
	float: left;
	z-index: 2;
	padding: 30px 20px;
	display: none
}

/*alert*/
.nv-alert {
	position: fixed !important;
	top: 25% !important;
	right: 0;
	left: 0;
	width: 350px !important;
	margin: auto;
	z-index: 99999999999999 !important;
	text-align: center !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

/**************** Block in Module ******************/
/* block_newscat */
.block_newscat {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.block_newscat ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.block_newscat ul li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

.block_newscat ul li .s_img {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	height: 250px;
	overflow: hidden;
}

.block_newscat ul li .s_img img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 250px;
}

.block_newscat ul li .s_img:hover img {
	cursor: pointer;
	transform: scale(1.2);
	transition: all 0.3s ease 0s;
}

.block_newscat ul li .s_des {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 40px;
	width: 50%;
	height: 250px;
}

.block_newscat ul li .s_des a h3 {
	color: #333;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.block_newscat ul li .s_des:hover a h3 {
	font-size: 30px;
	line-height: 35px;
}

.block_newscat ul li .s_des .s_date {
	position: relative;
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 0px;
}

/* email_newsletter */
.email_newsletter {
	margin: auto;
	position: relative;
	width: 100%;
}

.email_newsletter .showform {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}

.email_newsletter h3 {
	color: white;
	display: inline-block;
	margin: 6px 6px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.email_newsletter input[type="text"] {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-color: -moz-use-text-color -moz-use-text-color #ff7e00;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	color: #fff;
	padding: 8px 4px;
	position: relative;
	width: 80%;
}

.email_newsletter button {
	background: #ff7e00 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	padding: 10px 15px;
}

/* Block menu_inpage */
ul.menu_inpage {
	padding: 0px;
	margin: 10px 0;
	position: relative;
}

ul.menu_inpage li {
	padding: 3px 0px;
	margin: 0 0 2px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-family: "UTM_Avo";
}

ul.menu_inpage li:hover {
	color: #353599;
}

ul.menu_inpage li:hover a {
	color: #353599;
}

ul.menu_inpage li a {
	color: #333;
	font-weight: 300;
	font-size: 14px;
	font-style: normal;
}

/* Block menu_topbar */
ul.menu_topbar {
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	float: right;
}

ul.menu_topbar li {
	padding: 0px;
	margin: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.menu_topbar li a {
	color: #333;
	font-weight: 300;
	font-size: 13px;
	padding: 0 10px;
	margin: 0;
	font-style: normal;
	border-right: 1px solid #ebebeb;
}

ul.menu_topbar li a:hover {
	color: #faa31b;
}

ul.menu_topbar li:first-child a {
	padding-left: 0;
}

ul.menu_topbar li:last-child a {
	border-right: 0;
}

.underline_right {
	border-right: 1px solid #353599;
}

/* Block block_news_cat */
.block_news_cat {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
}

.block_news_cat ul {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
}

.block_news_cat ul li {
	padding: 0;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
	display: block;
}

.block_news_cat ul li a {
	color: #333;
}

.block_news_cat ul li a:hover {
	color: #0c5391;
}

.block_news_cat ul li h4 {
	padding: 0;
	margin: 0 0 10px;
}

.block_news_cat ul li img {
	padding: 0;
	margin: 0;
	width: 100%;
}

.block_news_cat ul li .showdate {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: right;
	width: auto;
	border-right: 1px solid #999;
}

.block_news_cat ul li .showdate .showunderline {
	border-top: 1px solid #999;
	display: block;
	float: right;
	height: 0;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.block_news_cat ul li .showdate .showday {
	color: #353599;
	display: block;
	font-size: 30px;
	margin: 0 auto;
	padding: 0 10px 0;
	text-align: right;
}

.block_news_cat ul li .showdate .showmonthyear {
	color: #999;
	display: block;
	font-size: 13px;
	padding: 0 10px 0;
	text-align: right;
	width: auto;
}

/* Button mặc định */
.btn-site,
a.btn-site {
	background: #0c5391;
	padding: 8px 20px !important;
	color: #fff !important;
	border: 0;
}

.btn-site:hover,
a.btn-site:hover {
	background: #faa31b;
}

.btn-site i,
a.btn-site i {
	background: #faa31b;
	padding: 9px 10px;
	margin: 0 10px 0 -20px
}

.btn-site-2,
a.btn-site-2 {
	background: #0c5391;
	padding: 8px 20px !important;
	color: #fff !important;
	border: 0;
}

.btn-site-2:hover,
a.btn-site-2:hover {
	background: #faa31b;
}

/*in block*/

/** ADD OTHER BLOCK
 ===================================*/
.product_slider {
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

.product_slider .item {
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 20px;
	border: 1px solid #ebebeb;
}

.product_slider .item .s_image {
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 150px;
	overflow: hidden;
}

.product_slider .item .s_image img {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	height: 150px;
}

.product_slider .item .s_des {
	width: 100%;
	display: block;
	position: relative;
	padding: 10px;
	margin: 0;
	height: 105px;
	overflow: hidden;
	color: #333;
	text-align: center;
}

.product_slider .item .s_des a {
	color: #333;
	text-transform: uppercase;
}

.product_slider .bx-wrapper .bx-viewport {
	background: transparent;
	border: 0;
	box-shadow: none;
	left: 0px;
	transform: translateZ(0px);
}

.product_slider .bx-controls-direction {
	display: none;
}

.product_slider .showbutton {
	margin: 0px auto;
	position: absolute;
	bottom: -15px;
	right: 0;
	left: 0;
	text-align: center;
}

#back-to-top {
	background-color: #0c5391;
	bottom: 50px;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	height: 40px;
	opacity: 0.5;
	position: fixed;
	right: -40px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	width: 40px;
	z-index: 1000;
}

#back-to-top i {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	transition: all 0.4s ease 0s;
	vertical-align: top;
}

#back-to-top:hover {
	opacity: 1;
}

#back-to-top.visible {
	right: 40px;
}

#back-to-top.gone {
	right: -40px;
}

img {
	max-width: 100%;
	height: auto;
}

.title_special {
	padding: 10px 20px;
	margin: 0px 0 10px;
	position: relative;
	display: block;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 20px;
	font-family: 'UTM_Avo';
	text-transform: uppercase;
	background-color: rgb(12, 83, 145);
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

/* ========================================= */
/* NUOCDIEN 2026 HEADER & FOOTER LAYOUT CSS */
/* ========================================= */

.nd-layout-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1050;
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

body {
	padding-top: 144px;
	/* Fixed header: topbar(96px) + nav(48px) */
}

@media (max-width: 767px) {
	body {
		padding-top: 64px;
		/* Mobile: only topbar is visible */
	}
}

.nd-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 96px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 767px) {
	.nd-header-inner {
		height: 64px;
	}
}

.nd-header-left {
	display: flex;
	align-items: center;
	gap: 24px;
	flex: 1;
}

.nd-header-right {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: 24px;
	/* khoảng cách giữa search và giỏ hàng */
}

@media (min-width: 1388px) {
	.nd-header-left {
		gap: 48px;
	}

	.nd-header-right {
		margin-left: 48px;
	}
}

.nd-header-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: 'UTM_Avo', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #00236f;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.5px;
}

.nd-header-logo:hover {
	text-decoration: none;
	color: #0c5391;
}

.nd-header-logo-img {
	height: 64px;
	width: auto;
}

.nd-header-logo-text {
	display: none;
}

@media (min-width: 992px) {
	.nd-header-logo-text {
		display: block;
	}
}

.nd-header-nav {
	margin-left: 20px;
	flex: 1;
	display: flex;
	align-items: center;
}

.nd-header-right-blocks,
.nd-header-cart-wrap {
	display: flex;
	align-items: center;
}

.nd-header-mobile-toggle {
	background: none;
	border: none;
	font-size: 24px;
	color: #333;
	cursor: pointer;
}

/* Footer layout */
.nd-layout-footer {
	background-color: #ffffff;
	width: 100%;
	padding-top: 48px;
	padding-bottom: 24px;
	border-top: 1px solid #e2e8f0;
	margin: 60px 0 0;
}

.nd-footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

@media (min-width: 768px) {
	.nd-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.nd-footer-grid {
		grid-template-columns: 2fr 1fr 2.5fr;
	}
}

.nd-footer-brand {
	margin-bottom: 16px;
}

.nd-footer-logo {
	display: block;
	max-width: 200px;
}

.nd-footer-brand-name {
	display: block;
	font-family: 'UTM_Avo', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #00236f;
	text-transform: uppercase;
	margin-top: 12px;
}

.nd-footer-info {
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
}

.nd-footer-heading {
	color: #00236f;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-top: 0;
	margin-bottom: 48px;
	line-height: 1.2;
}

/* Base styles for all blocks in footer menu columns */
.nd-footer-menu .block_default,
.nd-footer-newsletter .block_default {
	margin-bottom: 0;
}

.nd-footer-menu .block_default h3,
.nd-footer-newsletter .block_default h3 {
	color: #00236f;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin: 0 0 48px;
	text-shadow: none;
	line-height: 1.2;
	font-family: 'UTM_Avo', sans-serif;
}

.nd-footer-menu ul.menu,
.nd-footer-menu .s_content>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nd-footer-menu li {
	margin-bottom: 12px;
}

.nd-footer-menu li:last-child {
	margin-bottom: 0;
}

.nd-footer-menu a {
	color: #475569;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: block;
	line-height: 1.4;
}

.nd-footer-menu a:hover {
	color: #fea619;
	padding-left: 4px;
}

.nd-footer-divider {
	height: 1px;
	background-color: #e2e8f0;
	margin: 32px 0 24px;
}

.nd-footer-bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

@media (min-width: 768px) {
	.nd-footer-bottom {
		flex-direction: row;
	}
}

.nd-footer-copyright {
	color: #64748b;
	font-size: 13px;
}

.nd-footer-links a {
	color: #64748b;
	font-size: 13px;
	margin-left: 16px;
	text-decoration: none;
}

.nd-footer-links a:hover {
	color: #fea619;
}

/* Header Search Block */
.nd-header-search {
	position: relative;
	width: 100%;
}

.nd-header-search form {
	width: 100%;
	display: flex;
}

.nd-search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.nd-search-input {
	background-color: #eeedf4;
	border: none;
	border-radius: 4px;
	padding: 8px 36px 8px 16px;
	width: 100%;
	min-width: 320px;
	font-size: 12px;
	color: #6f7072;
	transition: all 0.2s;
	height: 42px;
}

.nd-search-input:focus {
	background-color: #ffffff;
	box-shadow: 0 0 0 2px rgba(0, 35, 111, 0.1);
	outline: none;
}

.nd-search-icon {
	position: absolute;
	right: 4px;
	background: none;
	border: none;
	color: #757682;
	padding: 8px;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nd-search-icon:hover {
	color: #00236f;
}

@media (max-width: 991px) {
	.nd-search-input {
		min-width: 200px;
	}
}

/* Header Actions (Cart & User) */
.nd-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nd-action-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #444651;
	font-size: 20px;
	transition: all 0.2s;
	text-decoration: none;
}

.nd-action-item:hover {
	background-color: #f1f0f7;
	color: #00236f;
	text-decoration: none;
}

.nd-cart-count {
	position: absolute;
	top: 2px;
	right: 2px;
	background-color: #ba1a1a;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	min-width: 16px;
	height: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
	border: 2px solid #ffffff;
	line-height: 1;
}

/* =========================================
   NUOCDIEN 2026 - HORIZONTAL NAV MENU
   (rendered inside .nd-layout-header)
   ========================================= */
.nd-nav-menu {
	background-color: #ffffff;
	width: 100%;
	border-top: 1px solid #f1f5f9;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.nd-nav-list {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 24px;
}

.nd-nav-list>li {
	position: relative;
}

.nd-nav-list>li>a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 16px 4px;
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.3s ease;
	line-height: 1.2;
}

.nd-nav-list>li>a:hover,
.nd-nav-list>li.active>a {
	background-color: transparent;
	color: #00236f;
	font-weight: 700;
	text-decoration: none;
}

/* Home icon for the first item */
.nd-nav-list>li:first-child>a::before {
	content: "\f015";
	font-family: FontAwesome;
	font-size: 16px;
	margin-right: 4px;
	font-weight: normal;
	/* FontAwesome prefers normal */
}

.nd-nav-arrow {
	font-size: 11px;
	margin-top: 1px;
	transition: transform 0.2s;
}

.nd-nav-list>li:hover .nd-nav-arrow {
	transform: rotate(180deg);
}

/* Dropdown */
.nd-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background-color: #ffffff;
	list-style: none;
	padding: 8px 0;
	margin: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	z-index: 1100;
}

.nd-nav-list>li:hover>.nd-dropdown {
	display: block;
}

.nd-dropdown li {
	position: relative;
}

.nd-dropdown li a {
	display: block;
	padding: 10px 20px;
	color: #1a1b21;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.15s, color 0.15s;
	white-space: nowrap;
}

.nd-dropdown li a:hover,
.nd-dropdown li.active a {
	background-color: #f4f3fa;
	color: #00236f;
	text-decoration: none;
}

/* Nested sub-dropdown */
.nd-dropdown .nd-dropdown {
	top: 0;
	left: 100%;
	border-radius: 4px;
}

.nd-dropdown li:hover>.nd-dropdown {
	display: block;
}

/* =========================================
   NUOCDIEN 2026 - MÀU NỀN FULL KHUNG MÀN HÌNH
   ========================================= */
.nd-fullwidth-bg-white,
.nd-fullwidth-bg-gray,
.nd-fullwidth-bg-dark {
	position: relative;
	z-index: 1;
	/* Cần có z-index để ::before nằm đúng lớp */
}

.nd-fullwidth-bg-white::before,
.nd-fullwidth-bg-gray::before,
.nd-fullwidth-bg-dark::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	z-index: -1;
}



.nd-fullwidth-bg-gray::before {
	background-color: #f8f9fc;
	/* Xám nhạt */
}

.nd-fullwidth-bg-dark::before {
	background-color: #f1f3f8;
	/* Xám đậm hơn */
}

/* =========================================
   NUOCDIEN 2026 - DANH MỤC SẢN PHẨM (STITCH DESIGN)
   ========================================= */

.nd-categories-block {
	padding: 20px 0;
	/* Bo lề theo Container */
	margin: 40px 0;
}

.nd-categories-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}

.nd-categories-title {
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #00236f;
	/* Màu nhận diện NuocDien */
	margin: 0 0 8px 0;
}

.nd-categories-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #6b7280;
	margin: 0;
}

.nd-categories-viewall {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #00236f;
	text-decoration: none;
	transition: all 0.3s ease;
}

.nd-categories-viewall:hover {
	color: #fea619;
}

.nd-categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* Base styling cho tất cả 3 Thẻ lớn */
.nd-cat-card,
.nd-cat-group {
	border-radius: 16px;
	padding: 5px 20px 20px 20px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	min-height: 340px;
	/* Đảm bảo chiều cao tối thiểu đồng đều */
}

/* Hiệu ứng nhấc nổi lên khi di chuột (Hover) */
.nd-cat-card:hover {
	text-decoration: none;
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.nd-cat-group:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* Bảng màu chuẩn Stitch từng cột */
.nd-cat-card-blue {
	background-color: #e0e2ee;
}

/* Vật tư nước */
.nd-cat-group-orange {
	background-color: #f5e9e2;
}

/* Vật tư điện */
.nd-cat-card-purple {
	background-color: #e0e2ee;
}

/* Nuôi tôm - giống cột trái */

/* Cột 1 Style (Icon nổi) */
.nd-cat-card-icon {
	width: 60px;
	height: 60px;
	background-color: #00236f;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 24px;
}

.nd-cat-card-title {
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #00236f;
	margin: 0 0 12px 0;
}

.nd-cat-card-desc {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: #4a5568;
	line-height: 1.6;
	margin: 0 0 24px 0;
}

.nd-cat-card-btn {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #00236f;
	text-decoration: none;
	margin-top: auto;
	display: inline-block;
	transition: color 0.3s;
}

.nd-cat-card:hover .nd-cat-card-btn {
	color: #fea619;
}

.mt-auto {
	margin-top: auto;
}

/* Group 2x2 Header (Áp dụng cho cột 2 và 3) */
.nd-cat-group-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.nd-cat-group-title {
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #00236f;
	margin: 0 0 4px 0;
}

.nd-cat-group-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #6b7280;
	margin: 0;
}

.nd-cat-group-icon {
	font-size: 28px;
	color: #fea619;
	opacity: 0.8;
}

/* Lưới 4 ô con trắng nhỏ (Nằm trong vật tư điện) */
.nd-cat-subgrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: auto;
}

.nd-cat-subitem {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px 16px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nd-cat-subitem:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
	transform: translateY(-4px);
	text-decoration: none;
}

.nd-cat-subicon {
	font-size: 32px;
	margin-bottom: 12px;
	display: block;
}

/* Màu sắc của Icon ô trắng nhỏ */
.text-yellow {
	color: #f59e0b;
}

.text-orange {
	color: #f97316;
}

.text-blue {
	color: #3b82f6;
}

.text-green {
	color: #10b981;
}

.nd-cat-subtext {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1f2937;
	transition: color 0.3s;
}

.nd-cat-subitem:hover .nd-cat-subtext {
	color: #fea619;
}

/* Responsive - Giao diện di động */
@media (max-width: 1199px) {
	.nd-categories-grid {
		gap: 20px;
	}

	.nd-cat-card,
	.nd-cat-group {
		padding: 24px;
	}
}

@media (max-width: 991px) {
	.nd-categories-grid {
		grid-template-columns: 1fr;
	}

	.nd-categories-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.nd-cat-card,
	.nd-cat-group {
		min-height: auto;
	}
}

@media (max-width: 480px) {
	.nd-cat-subgrid {
		grid-template-columns: 1fr;
	}
}

/* =====================================================
   PAGE BACKGROUND - Inner pages get gray, home stays white
   ===================================================== */

/* Mặc định: tất cả trang trong có nền xám nhạt */
body.page-default {
	background-color: #faf8ff;
}

/* Trang chủ giữ nền trắng */
body.page-home {
	background-color: #ffffff;
}



/* Đảm bảo container của trang trong có nền trắng ở khu vực hero */
body.page-default .nd2026-wrapper {
	background-color: transparent;
}