/* ************************************
	*   -==- z-index -==-
	*   wrapper			: 0
	*   gr_scroll		: 0
	*	header			: 2000
	*   ------------------------
************************************ */
@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
	font-weight: normal;
}

:root {
	--height_header: 36px;
	--font_size: 11pt;
	--bg-body-color: #f2f2f2;
	
	--bg-color: #f4f6fb; /* xanh dương nhạt */
	--primary-main-color: #2196f3; /* xanh dương tươi */
	--primary-dark-color: #0836c1; /* xanh dương đậm */
	--primary-light-color: #e9f2fd; /* xanh dương nhạt */
	--main-hover-color: #FFD700; /* vang gold */
	--dark-hover-color: #e6c200; /* vang đậm */
	--light-hover-color: rgba(255, 215, 0, 0.3); /* vang gold */
	--shadow-color: rgba(33, 150, 243, 0.25);
	--gradient-color: linear-gradient(45deg, #2196f3, #21cbf3);
	--highlight-button: #FF5722;
}
/* ==================================== * ==================================== */
/* ==================================== * ==================================== */
/* ||||||||||=- sm -=|||||||||| */
@media (max-width: 576px) {
	/* ---------------------------------------------------------------- */
	.img-crop {
		height: calc(50vw) !important;
	}
	#sub_info, #sub_zalo {
		margin: 8px 0px;
	}	
	/* ---------------------------------------------------------------- */
	/* ---------------------------------------------------------------- */
	/* ============ START - CONTENT ============ */
	.main-content {
		width: calc(100% - 24px);
		margin: auto;
	}
	#zalo_content {
		width: 400px !important;
	}
	#zalo_content img {
		width: 60px !important;
		height: auto;
	}
	/* ============ END - CONTENT ============ */
	/* ---------------------------------------------------------------- */
}
@media (min-width: 576px) {	
	.img-crop {
		height: calc(50vw) !important;
	}
	/* ---------------------------------------------------------------- */	
	/* ============ START - HADER ============ */
	#gr_scroll {
		padding: 4px;
	}
	#gr_scroll img {
		width: 32px;
		height: auto;
	}
	.submenu table {
		width: 360px;
	}
	#zalo_content table th {
		height: auto;
	}
	#zalo_content {
		width: 380px !important;
		height: 424px !important;
	}
	#zalo_content img {
		width: 60px !important;
		height: auto;
	}
	#sub_info, #sub_zalo {
		margin: 8px 0px;
	}	
	.submenu ._myInfoDivC {
		width: 300px !important;
	}
	/* ============ END - HADER ============ */
	/* ---------------------------------------------------------------- */	
	/* ---------------------------------------------------------------- */
	/* ============ START - CONTENT ============ */
	.main-content {
		width: calc(100% - 112px);
		margin: auto;
	}
	/* ============ END - CONTENT ============ */
	/* ---------------------------------------------------------------- */
}
/* ==================================== * ==================================== */
/* ==================================== * ==================================== */
/* ||||||||||=- lg -=|||||||||| */
@media (min-width: 992px) {
	.img-crop {
		height: calc(100vh - var(--height_header)) !important;
	}
	/* ---------------------------------------------------------------- */	
	/* ============ START - HADER ============ */
	#gr_scroll {
		padding: 4px;
	}
	#gr_scroll img {
		width: 32px;
		height: auto;
	}
	.submenu table {
		width: 350px;
	}
	#zalo_content table th {
		height: 52px;
	}
	#zalo_content {
		width: 1070px !important;
		height: 234px !important;
	}
	#zalo_content img {
		width: 60px !important;
		height: auto;
	}
	#sub_info, #sub_zalo {
		margin: 8px 0px;
	}	
	.submenu ._myInfoDivC {
		width: 290px !important;
	}

	/* ============ END - HADER ============ */
	/* ---------------------------------------------------------------- */	
	/* ---------------------------------------------------------------- */
	/* ============ START - CONTENT ============ */
	.main-content {
		width: calc(100% - 112px);
		margin: auto;
	}
	/* ============ END - CONTENT ============ */
	/* ---------------------------------------------------------------- */
}
/* ==================================== * ==================================== */
/* ==================================== * ==================================== */
/* ||||||||||=- xxl -=|||||||||| */
@media (min-width: 1366px) {
/* ---------------------------------------------------------------- */
	/* ============ START - HADER ============ */
	#gr_scroll img {
		width: 48px;
		height: auto;
		padding: 4px;
	}
	#zalo_content {
		width: 1120px !important;
		height: 220px !important;
	}
	#zalo_content img {
		width: 60px !important;
		height: auto;
	}
	.submenu table {
		width: 370px;
	}
	#zalo_content table th {
		height: auto;
	}	
	.submenu ._myInfoDivC {
		width: 310px !important;
	}
	/* ============ END - HADER ============ */
	/* ---------------------------------------------------------------- */	
	/* ---------------------------------------------------------------- */
	/* ============ START - CONTENT ============ */
	.main-content {
		width: 1366px;
		margin: auto;
	}
	/* ============ END - CONTENT ============ */
	/* ---------------------------------------------------------------- */
}
.my-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.my-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ==================================== * ==================================== */
/* ==================================== * ==================================== */
/* -== Define Font ==- */
@font-face {
    font-family: font_logo;
    src: url("../../font/arialrb.ttf");
}
@font-face {
    font-family: font_normal;
    src: url("../../font/Roboto-Regular.ttf");
}
@font-face {
    font-family: font_bold;
    src: url("../../font/Roboto-Bold.ttf");
}
@font-face {
    font-family: font_italic;
    src: url("../../font/Roboto-Italic.ttf");
}
@font-face {
    font-family: font_bold_italic;
    src: url("../../font/Roboto-BoldItalic.ttf");
}
._font-normal {
    font-family: font_normal;
}
._font-bold {
    font-family: font_bold;
}
._font-bold-italic {
    font-family: font_bold_italic;
}
._font-italic {
    font-family: font_italic;
}
._font-err {
    color: red;
    font-family: font_bold;
}
._font-required {
    font-family: font_bold;
    color: red;
    vertical-align: super;
}
p {
    margin: 0px !important;
	padding: 0px !important;
	/*line-height: auto;*/
	text-align: justify;
	vertical-align: middle;
	/*display: inline-block;*/
}
a, a:hover {
	text-decoration: none !important; 
}
a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 16pt;
}
h3 {
    font-size: 14pt;
}
h4 {
    font-size: 12pt;
}
h5 {
    font-size: 9pt;
}
h6 {
    font-size: 8pt;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
.main-title {
    color: var(--primary-dark-color);
    padding: 8px 0px;
	font-family: font_bold;
	margin: 8px 0px;
}

/* -== Define Cursor ==- */
._cur-pointer {
    cursor: pointer;
}
._cur-notAllowed {
    cursor: not-allowed;
}
._disabled {
    cursor: not-allowed !important;
}
.err {
    color: red !important;
    font-family: font_bold_italic;
}
.required {
    font-family: font_bold;
    color: red;
    vertical-align: super;
}
._left_side {
	float: left;
}
._right_side {
	float: right;
}
._my-margin6 {
	margin: 6px !important;
}
._my-margin8 {
	margin: 8px !important;
}
._my-marginRL8 {
	margin: 0px 8px !important;
}
._my-padding0 {
	padding: 0px !important;
}
._my-padding8 {
	padding: 8px !important;
}
._my-paddingTB4 {
	padding: 4px 0px !important;
}
._my-paddingRL8 {
	padding: 0px 8px !important;
}
._my-image {
	object-fit: cover !important;
	max-width: 100%;
    height: auto;
}
._my-image64 {
	height: 64px;
	width: 64px;
}
._my-image48 {
	height: 48px;
	width: 48px;
}
._my-image32 {
	height: 32px;
	width: 32px;
}
._my-image24 {
	height: 24px;
	width: 24px;
}
._my-inline-block {
	display: inline-block;
}
._myStyle_bg {
	background: white;
	margin: 16px 0px !important;
	padding: 16px !important;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
html, body {
    background: var(--bg-body-color);
	color: #222;
    font-family: font_normal, tahoma, sans-serif;
    font-size: var(--font_size);
    word-wrap: break-word;
}
input {
	font-size: var(--font_size) !important; 
}
input:disabled {
    cursor: not-allowed !important;
}
textarea {
	overflow-y: scroll;
	height: 72px !important;
}
.container-fluid {
    padding: 0px;
	margin: 0px;
}
.row {
	width: 100%;
    margin: 0px;
	padding: 0px;
}
.row>* {
	padding: 0px;
}
.col, .col-auto {
    margin: 0px;
	padding: 0px;	
}
._hover:hover {
	border-radius: 6px 6px 6px 6px;
	border: 1px solid black;
}
.excludedScroll {
	width: calc(100% - 48px);
	margin: auto !important;
}
.modal-xl {
	--bs-modal-width: 90% !important;
	height: calc(100% - 24px);
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - SCROLL TOP - BOTTOM |||||||||||| */
#gr_scroll {
    padding: 8px;
    position: fixed;
	top: 50%;
	transform: translateY(-50%);
    right: 0px;
	border-radius: 8px;
	background: linear-gradient(180deg, #0836c1 0%, #2196f3 100%);
	box-shadow: 0 2px 8px rgba(0,0,0,0.32);	
	z-index: 8888;
}
#gr_scroll table td {
	background: white;
	border-bottom: 1px solid #ccc;
}
#gr_scroll h4 {
	color: var(--primary-dark-color);
	font-family: font_bold;
	padding: 8px 16px;
}
#gr_scroll #tblInfoCom td {
	padding: 2px;
	font-size: 12pt;
	color: var(--primary-dark-color);
	background: none;
}
._myMenuInfo {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	/*color: var(--primary-dark-color);*/
}
._myMenuInfo > li {
	position: relative;
}

._myMenuInfo a {
	display: block;
	color: #f4f6fb;
	text-decoration: none;
	border-radius: 8px;
}

._myMenuInfo a:hover {
	background: var(--main-hover-color);
}

._myMenuInfo .submenu {
	list-style: none;
	padding: 8px 8px;
	margin: 0;
	position: absolute;
	bottom: 0; /* thay vì top: 0 */
	right: calc(100% + 8px);
	min-width: 380px;
	background: var(--bg-color);
	opacity: 0;
	transform: translateX(20px);
	pointer-events: none;
	transition: all 0.3s ease;
	border: 4px solid var(--primary-main-color);
	border-radius: 8px;
	box-shadow: 0px 0px 8px 0px #000000;
}
._myMenuInfo .submenu::before {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 8px; /* căn vị trí mũi tên gần đáy */
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent transparent var(--primary-main-color);
}

/* Khi hover vào mục cha, submenu hiện ra và trượt mượt */
._myMenuInfo li.has-sub:hover .submenu {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.submenu table {
	display: inline;
	float: left;
	font-size: 10pt;
}
.submenu table th {
	color: var(--bg-color);
	background: var(--main-hover-color) !important;
	padding: 4px 8px;
	font-family: font_bold;
	font-size: 11pt;
}
.submenu ._myInfoDivI, .submenu ._myInfoDivC {
	height: 60px;
}
.submenu ._myInfoDivI {
	width: 60px;
}
.submenu ._myInfoDivC {
	width: 310px;
	padding: 4px 0px 0px 8px;
}
.submenu tbody>tr:hover>* {
	background: var(--light-hover-color) !important;
	font-family: font_bold;
    cursor: pointer;
}
#zalo_content {
	overflow: auto; 
	height: 220px;
}

#scrollTop {
    width: 24px;
    height: 24px;
    border: none;
}
#scrollTop:not(._disabled):hover {
	width: 24px;
    height: 24px;
	background: url("../../imgz/default/upHover.png") no-repeat center !important;
    border: none;
}
#scrollBottom {
    width: 24px;
    height: 24px;
    border: none;
}
#scrollBottom:not(._disabled):hover {
	width: 24px;
    height: 24px;
	background: url("../../imgz/default/downHover.png") no-repeat center !important;
    border: none;
}
/* |||||||||||| END - SCROLL TOP - BOTTOM |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - HEADER |||||||||||| */
#loading-page {
	width: 100vw;
	height: 100vh;
	display: flex;
    justify-content: center; /* Căn ngang giữa */
    align-items: center;     /* Căn dọc giữa */
	background: var(--bg-color);
	position: fixed;
	top: 0;
	z-index: 9999;
	opacity: 1;
}
#header { 
	position: fixed;
	background: var(--bg-color);
	top: 0;
	height: var(--height_header);
	z-index: 2000;
	box-shadow: 0 4px 14px rgba(33, 150, 243, 0.25);
}
#bg_header_top {
	background: linear-gradient(
	to right,
	#0836c1 0%,       /* Màu trái */
	#2196f3 50%,      /* Màu giữa */
	#0836c1 100%      /* Màu phải */
	);
}
#header_top {
	color: var(--primary-light-color);
	height: 36px;
	padding: 0px 16px;
    margin: auto;
}
#header_content {
	background: var(--bg-color);
	height: 46px;
    margin: auto;
}
#header_top a { 
	color: var(--primary-light-color);
	transition: color 0.3s ease;
}
#header_top img {
	width: 32px;
}
#header_top a:hover { 
	color: var(--main-hover-color);
}
#headSlider {
	margin-top: var(--height_header);
}
/* ============.============ */
/* |||||||||||| END - HEADER |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - WRAPPER |||||||||||| */
#wrapper {
    width: calc(100% - 0px);
	min-height: calc(100vh - var(--height_header));
    padding: 0px;	
	z-index: 100;
}
.m-hp {
	margin-top: calc(var(--height_header) + 16px) !important;
}
.m-nhp {
	margin-top: calc(var(--height_header) + 32px) !important;
}
/* ============.============ */
/* ============.============ */
#page-content {
    padding: 8px;
    background: #f4f6fb;
    border-radius: 8px;
    filter: drop-shadow(#28282B 2px 2px 2px);
    
}
.div-line-break {
	height: 4px;
    margin: 8px 0px;
    width: 100%;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.div-1line-break {
	height: 2px;
    margin: 8px 0px;
    width: 100%;
    border-top: 1px solid lightgray;
}
/* ============.============ */
/* |||||||||||| END - WRAPPER |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - FOOTER |||||||||||| */
#footer {
	max-width: 1366px;
	margin: auto;
	padding: 16px 24px 8px 24px ;
	background: var(--bg-color);
	border-radius: 16px;
}
#footer a {
	color: #222;	
}
#footer a:hover {
	color: var(--primary-main-color);
}
#top-footer {
	margin: auto;
	padding: 0px 32px 16px 32px;	
}
#top-footer table {
	margin: auto;
	width: 720px;
}
#top-footer table td {
	vertical-align: top;
}
/* |||||||||||| END - FOOTER |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - JPAGINATE |||||||||||| */
.pagination {    
    margin: 0px;
}
.pagination>li>a, .pagination>li>span {
    padding: 4px 12px;
    background-color: #e1f5fe;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    background-color: #b3e5fc;
    /*border: 1px solid black;*/
    /*font-family: bold_font;*/
    color: black;
}
.pagination>.current_page>a {
    background-color: #03a9f4 !important;
    color: #f4f6fb;
    font-family: bold_font;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.txt_goToPage {
	width: 64px; 
	height: 32px
}
/* |||||||||||| END - JPAGINATE |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - MY TABLE |||||||||||| */
:root {
    --tbl_header_color: #ffc107;
    --tbl_striped_color: #fff8e4;
    --tbl_hover_color: #ffebb1;
}
.my-table {
	width: 100%;
	background: #f4f6fb;	
}
.my-table th, .my-table td {
	padding: 8px !important;
	border: 1px solid var(--tbl_header_color) !important;
}
.my-table thead {
	color: #f4f6fb;
	background: var(--tbl_header_color) !important;
	text-align: center;
}
.my-table-striped {
	background: var(--tbl_striped_color)  !important;
}
.my-table>tbody>tr:hover>* {
	background: var(--tbl_hover_color) !important;
	font-family: font_bold;
}
._myTable th, ._myTable td {
	padding: 2px 0px !important;
}
/* |||||||||||| END - MY TABLE |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - PAGE A3 A4 A5 |||||||||||| */
page {
	background: var(--bg-color);
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
page[size="A4"] {  
	width: 21cm;
	height: 29.7cm; 
}
page[size="A4"][layout="landscape"] {
	width: 29.7cm;
	height: 21cm;  
}
page[size="A3"] {
	width: 29.7cm;
	height: 42cm;
}
page[size="A3"][layout="landscape"] {
	width: 42cm;
	height: 29.7cm;  
}
page[size="A5"] {
	width: 14.8cm;
	height: 21cm;
}
page[size="A5"][layout="landscape"] {
	width: 21cm;
	height: 14.8cm;  
}
@media print {
	body, page {
		background: var(--bg-color);
		margin: 0;
		box-shadow: 0;
	}
}
/* |||||||||||| END - PAGE A3 A4 A5 |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - TOOLTIP |||||||||||| */
/* ============.============ */
/* -== tooltip-primary ==- */
.tooltip-primary {
	opacity: 1 !important;
}
.tooltip-primary .tooltip-inner {
	background-color: #0d6efd !important;
	color: #fff !important;
}
.tooltip-primary .tooltip-arrow:before {
	border-top-color: #0d6efd !important;
}
/* ============.============ */
/* -== tooltip-secondary ==- */
.tooltip-secondary {
	opacity: 1 !important;
}
.tooltip-secondary .tooltip-inner {
	background-color: #6c757d !important;
	color: #fff !important;
}

.tooltip-secondary .tooltip-arrow:before {
	border-top-color: #6c757d !important;
}
/* ============.============ */
/* ============.============ */
/* -== tooltip-success ==- */
.tooltip-success {
	opacity: 1 !important;
}
.tooltip-success .tooltip-inner {
	background-color: #198754 !important;
	color: #fff !important;
}
.tooltip-success .tooltip-arrow:before {
	border-top-color: #198754 !important;
}
/* ============.============ */
/* ============.============ */
/* -== tooltip-info ==- */
.tooltip-info {
	opacity: 1 !important;
}
.tooltip-info .tooltip-inner {
	background-color: #0dcaf0 !important;
	color: #000 !important;
}
.tooltip-info .tooltip-arrow:before {
	border-top-color: #0dcaf0 !important;
}
/* ============.============ */
/* ============.============ */
/* -== tooltip-warning ==- */
.tooltip-warning {
	opacity: 1 !important;
}
.tooltip-warning .tooltip-inner {
	background-color: #ffc107 !important;
	color: #000 !important;
}
.tooltip-warning.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: #ffc107 !important;
}
/* ============.============ */
/* ============.============ */
/* -== tooltip-danger ==- */
.tooltip-danger {
	opacity: 1 !important;
}
.tooltip-danger .tooltip-inner {
	background-color: #dc3545 !important;
	color: #fff !important;
}
.tooltip-danger .tooltip-arrow:before {
	border-top-color: #dc3545 !important;
}
/* ============.============ */
/* ============.============ */
/* -== tooltip-light ==- */
.tooltip-light {
	opacity: 1 !important;
}
.tooltip-light .tooltip-inner {
	background-color: #f8f9fa !important;
	color: #000 !important;
}
.tooltip-light .tooltip-arrow:before {
	border-top-color: #f8f9fa !important;
}
/* ============.============ */
/* -== tooltip-dark ==- */
.tooltip-dark {
	opacity: 1 !important;
}
.tooltip-dark .tooltip-inner {
	background-color: #212529 !important;
	color: #fff !important;
}
.tooltip-dark .tooltip-arrow:before {
	border-top-color: #212529 !important;
}
/* ============.============ */
/* |||||||||||| END - TOOLTIP |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - SLIDER ADS |||||||||||| */
.carousel-inner, .carousel-item {
    height: 100%;
    max-height: calc(100vh - var(--height_header)) !important;
    overflow: hidden;
}
.img-crop {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
/* |||||||||||| END - SLIDER ADS |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-color: rgba(0,0,0,0.6);   /* nền đen mờ */
	border-radius: 50%;                  /* icon nằm giữa nền tròn */
	padding: 10px;                       /* tăng vùng tròn */
	box-shadow: 0 2px 8px rgba(0,0,0,0.4); /* bóng nhẹ tạo nổi bật */
	filter: none;
}

/* Nếu muốn icon trắng rõ nét tuyệt đối */
.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-image: none;               /* Loại bỏ SVG mặc định */
	width: 32px;
	height: 32px;
	position: relative;
}

.carousel-control-next-icon::after,
.carousel-control-prev-icon::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Ký hiệu mũi tên trắng tự tạo bằng SVG */
.carousel-control-next-icon::after {
	background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M6 12l4-4-4-4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.carousel-control-prev-icon::after {
	background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M10 12l-4-4 4-4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.carousel-indicators [data-bs-target] {
	background-color: #fff;                 /* chấm trắng */
	opacity: 1;                             /* không mờ đi */
	border: 2px solid rgba(0,0,0,0.7);      /* viền đen mờ tạo nổi bật */
	width: 12px; height: 12px;
	border-radius: 50%;
	margin: 0 5px;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.25);
}

.carousel-indicators .active {
	background-color: #fff;                 /* chấm trắng khi active */
	border: 2.5px solid #007bff;            /* viền xanh dương hoặc đổi theo brand */
	box-shadow: 0 0 0 4px rgba(0,123,255,0.13);   /* bóng nhấn nhẹ khi active */
}

/* Giảm khoảng cách phía dưới nếu muốn */
.carousel-indicators {
	bottom: 18px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* |||||||||||| START - HOME/CAT |||||||||||| */
.nganh-block {
    position: relative;
    max-height: 570px;
    padding: 16px 16px;
    margin-bottom: 48px;
    background: #fff;
    border: 2px solid var(--primary-main-color) !important;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(33, 150, 243, 0.25);
    overflow-y: auto;
    z-index: 0;
    transition: box-shadow 0.3s ease;
}
.nganh-block:hover {
    border-color: var(--primary-main-color) !important;
    box-shadow: 0 4px 14px rgba(33, 150, 243, 0.5);
}
.nganh-block h2 {
    font-family: font_bold, Arial, sans-serif;
    color: var(--primary-main-color);
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.nganh-block h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-main-color);
    border-radius: 2px;
    box-shadow: 0 2px 8px var(--shadow-color);
}
.tab-group {
    list-style: none;
    padding: 0;
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    overflow-x: auto;
}
.tab-group li {
    font-family: font_bold, Arial, sans-serif;
    margin-right: 18px;
    padding: 8px 18px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px 20px 0 0;
    user-select: none;
    transition: all 0.3s ease;
    color: var(--primary-main-color);
    background: var(--primary-light-color);
    white-space: nowrap;
}
.tab-group li:hover:not(.active) {
    background: var(--main-hover-color);
    color: var(--primary-light-color);
    border-color: var(--main-hover-color);
}
.tab-group li.active {
    border-color: var(--primary-main-color) var(--primary-main-color) #fff;
    background: var(--primary-main-color);
    color: var(--primary-light-color);
}
.product-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    gap: 18px;
	height: 330px;
	overflow-y: auto;
	padding: 0px 6px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 18px;
    max-width: 1366px;
    margin: 0 auto 48px auto;
}
.product-item {
    position: relative;
    background: #fff;
    border: 1px solid #e3e8fa;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 324px;
    transition: box-shadow 0.3s;
    animation: fadeIn 0.4s ease forwards;
}
.product-item:hover {
    border-color: var(--main-hover-color) !important;
    box-shadow: 0 6px 12px var(--dark-hover-color) !important;
}
.product-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto 8px;
    display: block;
    user-select: none;
	border-radius: 8px;
}
.product-color-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
    gap: 4px;
}
.color-square {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.product-item h4.product-name {
	font-size: 11pt;
    margin: 4px;
    font-family: font_bold;
    color: var(--highlight-button);
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.empty-desc {
    font-size: 9pt;
    color: #555;
    margin: 6px 0 6px;
    height: 32px;
    text-align: center;
	line-height: 1.15;
}
.product-desc {
    font-size: 9pt;
    color: #555;
    margin: 4px 0 12px 0;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height: 1.15;
}
.btn-view-detail {
    background: var(--primary-main-color);
    border: none;
    color: var(--primary-light-color);
    padding: 4px 0;
    font-family: font_bold, Arial, sans-serif;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
}
.btn-view-detail:hover {
    background: var(--main-hover-color);
    color: var(--primary-light-color);
    box-shadow: 0 0 8px var(--main-hover-color);
}
.best-seller-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 96px !important;
    height: auto !important;
    z-index: 10;
    pointer-events: none;
}
.btn-view-more {
    text-align: right;
    margin: 12px 0 0;
}
.btn-view-more-link {
    display: inline-block;
    background: var(--highlight-button);
    color: var(--primary-light-color);
    padding: 4px 12px;
    border-radius: 6px;
    font-family: font_bold, Arial, sans-serif;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.btn-view-more-link:hover {
    background: var(--main-hover-color);
    color: var(--primary-light-color);
}
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 1; transform: translateY(0);}
}
.catalog-title-block {
    font-family: font_bold, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: #2196f3;
    padding: 12px 32px 12px 32px;
    margin: 20px 0 25px 0;
    border-left: 8px solid;
    border-image: linear-gradient(180deg,#2196f3 70%,#90caf9 100%);
    border-image-slice: 1;
    background: #fff;
    box-shadow: 0 2px 12px rgba(33,150,243,0.10);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}
.catalog-title-block i {
    font-size: 1.6rem; /* dùng icon font/material hoặc svg */
    color: #2196f3;
}
.catalog-title-block::after {
    content: '';
    display: block;
    position: absolute;
    left: 32px; bottom: 8px;
    width: 80px; height: 4px;
    background: linear-gradient(90deg, #2196f3 10%, #64b5f6 90%);
    border-radius: 2px;
    opacity: 0.22;
}
/* |||||||||||| END - HOME/CAT |||||||||||| */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
#pagingBarTop {
	margin-bottom: 8px;
}