body {font-family: "Lexend Deca", Helvetica, 'Roboto', Arial, sans-serif; 
	font-size: 14px; text-align: left; color:#333333; line-height: normal;
	background-color:#fff; margin: auto; max-width: 100% !important; 
}		
body.modal-open {
	overflow: hidden; padding-right: 15px;
}
html {overflow-x:auto}

.footer {
    background-color: #ffeb99; /* Vàng nhạt */
    padding-top: 20px;          /* Chỉ padding trên */
    padding-bottom: 0;          /* Sát đáy */
    font-size: 13px;
    color: #555;	
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-logo,
.footer-links,
.footer-info {
    flex: 1 1 30%;
    min-width: 220px; /* Giữ cột không bị bóp quá nhỏ */
    margin-bottom: 15px;
}

.footer-logo span {
    font-weight: bold;
    font-size: 16px;
    color: #d33;
}
.footer p {
    margin: 3px 0;
}
.footer-logo p {
    margin: 5px 0 0;
    font-size: 13px;
}

/* Links */
.footer-links-group {
    margin-bottom: 10px;
}

.footer-links-group a {
    display: block;
    color: #555;
    text-decoration: none;
    margin: 3px 0;
}

.footer-links-group a:hover {
    color: #d33;
}

/* Liên hệ */
.footer-info p {
    margin: 5px 0;
}

/* Moderator */
.footer-moderator {
    text-align: center;
    color: #aaa;
    font-size: 12px;
    margin: 10px 0;
}

/* Footer dưới cùng */
.footer-bottom {
    background-color: #ffcc00;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #777;
}
.footer-logo .gpbct {
	margin-top: 10px;
}
/* Mobile responsive */
@media (max-width: 600px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo,
    .footer-links,
    .footer-info {
        flex: 1 1 100%;
    }
	.footer-logo .gpbct {
		margin: 0 auto;
	}
}


/* Responsive mobile */
@media (max-width: 600px) {
    .footer-links {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-links-group {
        margin: 0 10px 15px;
    }
}
.safe-tips {
    background-color: #fff8dc; /* Vàng nhạt cảnh báo */
    border: 1px solid #f0c36d;
    color: #555;
    font-size: 13px;
    padding: 10px 15px;
    margin: 30px 10px 10px 10px;
    border-radius: 4px;
}

.safe-tips strong {
    color: #d33; /* Nhấn mạnh tiêu đề */
}

.moderator-info {
    text-align: right;
    font-size: 12px;
    color: #aaa;
    padding: 10px 15px 0;
    margin: 40px 10px 10px 10px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    letter-spacing: 0.2px;
}
.moderator-info a {
	font-size: 12px !important;
}
@media (max-width: 600px) {
    .moderator-info {
        text-align: center; /* Mobile canh giữa */
    }
}
/* Container phân trang */
.paging-postlist {
	display: flex;
	justify-content: center;
	margin: 20px auto;
	flex-wrap: nowrap;
	row-gap: 0px;
	align-items: center;
	padding: 0 4px;
	max-width: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.paging-postlist-link,
.paging-postlist-prev,
.paging-postlist-next {
	display: inline-block;
	padding: 8px 14px;
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	box-sizing: border-box;
	margin-left: -1px;
	position: relative;
	z-index: 0;
	background-color: #f8f8f8;
	transition: background-color 0.3s, color 0.3s;
}

.paging-postlist-prev,
.paging-postlist-next {
	padding: 8px 14px;
	font-size: 16px;
	border-color: #BE2829;
	color: #BE2829;
	font-weight: bold;
	z-index: 2;
}

.paging-postlist > *:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.paging-postlist > *:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #ddd;
}

.paging-postlist > .paging-postlist-next:last-child {
	border-right: 1px solid #BE2829;
}

.paging-postlist > .paging-postlist-prev:last-child {
	border-right: 1px solid #BE2829;
}

.paging-postlist-active {
	background-color: #CC0000;
	color: #fff;
	border-color: #CC0000;
	z-index: 3;
	position: relative;
}

.paging-postlist-active:hover {
	background-color: #990000 !important;
	color: #fff !important;
}

.paging-postlist-link:hover:not(.paging-postlist-active),
.paging-postlist-prev:hover:not(.paging-postlist-active),
.paging-postlist-next:hover:not(.paging-postlist-active) {
	background-color: #f5f5f5;
	color: #CC0000;
}

@media (max-width: 550px) {    
    .paging-postlist-link.page-num.page-dist-pos-3,
    .paging-postlist-link.page-num.page-dist-pos-4,
    .paging-postlist-link.page-num.page-dist-pos-5,
    .paging-postlist-link.page-dist-neg-3,
    .paging-postlist-link.page-num.page-dist-neg-4,
    .paging-postlist-link.page-num.page-dist-neg-5
    { 
        display: none !important;
    }    
}


.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #999;
    margin-bottom: 16px;
    padding-left: 0;
    margin-left: 35px;
    background-color: transparent !important;
}

.breadcrumb-icon {
    font-size: 18px;
    color: #999;
    margin-right: 8px;
}

.breadcrumb a {
    color: #555;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #CC0000 ;
    text-decoration: underline;
}

.breadcrumb > a:not(:last-child)::after {
    content: '>';
    margin-left: 6px;
    margin-right: 6px;
    color: #ccc;
}

/* Trang chủ link */
.breadcrumb-home {
    display: flex;
    align-items: center;
}

.breadcrumb-home-icon {
    font-size: 18px;
    color: #999;
    margin-right: 8px;
}

.breadcrumb-home-text {
    display: inline;
}

/* Ẩn text Trang chủ trên mobile */
@media (max-width: 576px) {
    .breadcrumb-home-text {
        display: none;
    }
	.breadcrumb-home-icon {
		margin-right: 0px;
	}
}




/* Hiển thị icon và link "Trang chủ" trên các kích thước màn hình nhỏ (dưới 576px) */
@media (max-width: 576px) {
    .breadcrumb .home-link.d-none.d-sm-inline {
        display: none;
    }
    .breadcrumb .home-link.d-block.d-sm-none {
        display: block;
    }
}

.category-header {
	margin-bottom: 16px;
}
.category-title a {
    font-size: 22px;
    font-weight: bold;
    margin: 12px 0 6px 34px;
    color: #333;
}

.category-description {
    font-style: italic;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: 34px;
   
}
@media only screen and (max-width: 650px) { 	
	.breadcrumb { margin-left: 18px;}	
	.category-title { margin-left: 18px;}
	.category-description { margin-left: 18px;}
}
.breadcrumb + .category-title {
    margin-top: 8px; /* Khoảng cách giữa breadcrumb và H1 */
}

.category-title + .category-description {
    margin-top: 6px; /* Khoảng cách H1 và mô tả */
}

.affix {
    top: 0px;
    width: 100%;
    z-index: 9999 !important;
  }
.nobr {white-space: nowrap}
.noscript {padding:5px 15px; background-color: #cccc99;}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently 
									supported by Chrome, Edge, Opera and Firefox */
}
.action { font-size: 14px;	color: #222; margin-right: 5px; padding: 5px;}
.action img { width: 16px; height: 16px; margin-right: 5px; }
.sub-action { font-size: 13px;	color: #333; font-weight: normal; margin-right: 5px; padding: 5px;}
.sub-action img, .more-post-action img { width: 16px; height: 16px; margin-right: 5px; margin-top: -3px; }
a { font-size: 14px; text-decoration: none	}
a:hover {  color: #CC0000; text-decoration:none }
a.common { font-size: 14px; color: #333 !important; }
a.common:hover { color: #CC0000;}
a.highlight { color: #CC3300 !important; font-weight: bold; text-decoration: underline;}
a.highlight:hover {  color: #990000 }
a.hdrlink { font-size: 14px; color:#333}
a.hdrlink:hover { color: #CC0000 !important;  }
.modal {
	display: none;
	position: fixed;
	transition: opacity 0.2s ease;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
  }
#hdrLoginContent {		
	display: none;
	position: fixed; /* Stay in place */
	z-index: 5; /* Sit on top */
	top: 64px;
  	right: 32px;
	margin-left: 0px;	
	width: auto; /* Full width */
	height: auto; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	border-radius: 5px;
	margin: 0px auto; /* 15% from the top and centered */
	padding: 50px 35px 25px 35px; 
	border: 1px solid #ccc; background-color: #fff;
}

a.hdrloginlink {
	color:#222;  font-weight:normal; text-decoration:none;
	display: inline-flex; border-radius: 5px;
  	align-items: center; gap: 8px; margin-left: 5px; padding: 10px;
}
a.hdrloginlink:hover {
	background-color: #f2f2f2;
}
.header-user {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.user-icon {
	font-size: 20px;
	color: #555;
	cursor: pointer;         
	padding: 0px;
	
	transition: background-color 0.2s ease;
}
.search-icon {
	font-size: 18px;
	color: #BE2829;
	cursor: pointer;
	transition: color 0.2s ease;
	line-height: 1;
}

.btn-red-outline {
	height: 34px;
    background-color: #ffffff; /* Nền trắng */
    color: #BE2829; /* Chữ màu đỏ */
    border: 1px solid #BE2829; /* Viền đỏ */
    padding: 3px 8px 3px 8px !important;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
	display: flex;             /* ✅ thêm dòng này */
	align-items: center;       /* ✅ icon căn giữa theo chiều cao */
	justify-content: center;   /* căn giữa ngang */
	border-top-right-radius: 6px; border-bottom-right-radius: 6px;
	
}
.btn-red-outline:hover {
    background-color: #BE2829;   
}
.btn-red-outline:hover .search-icon {
	color: #fff;
  }
.searchInputTop {
	width: 100%; font-size: 16px; padding: 4px; border-radius: 6px;
}

a.phone_show {
	background-color: #0B8341; font-weight: normal !important; padding: 5px; color: #fff; border-radius: 3px;
}
.phone_number {
	 color: #666;
}
.phone_number_uncover {
	background-color: #0B8341; color: #fff; padding: 5px; border-radius: 3px; font-size: 16px;
}
.phone_number_uncover:hover {
	background-color: #E0F8C7; color: #000;
}
.footerlink { color:#4A320F; font-size: 15px; font-weight: bold;margin-right: 10px;}
.footerlink:hover { color:#4A320F; text-decoration: underline; }
.footer-menu { margin-top: 10px; margin-bottom: 10px;}
a.tip { color: #555 !important; font-size: 13px;}
a.large { font-size: 16px !important;}
a.medium { font-size: 14px !important;}

.mod-box {text-align:right; color:#555;font-size: 13px;padding:15px 15px 25px 15px; clear: both; background-color: #F8F1F1;}
.mod-box a {color:#222;font-size: 13px;}
/* common css */

a.small { font-size: 13px; color: #222; 	text-decoration: none }

a.smallComment { font-size: 12px; color: #AAA; 	text-decoration: none }
a.smallComment:hover { color: #C6511F; text-decoration:none}

a.medium { font-size: 15px; color: #222; 	text-decoration: none }
a.medium:hover { color: #C6511F; text-decoration:none}
a.smallName { font-size: 13px; color: #006678; 	text-decoration: none }
a.smallName:hover { color: #C6511F; text-decoration:none}
a.mediumName { font-size: 16px; color: #222; text-decoration: none }
a.mediumName:hover { text-decoration:underline}
a.largeName { font-size: 18px; color: #222; text-decoration: none }
a.largeName:hover { color: #C6511F; text-decoration:none}

a.authorName { font-size: 15px; font-weight: bold; color: #1a4d9a; 	text-decoration: none; }
a.authorName:hover { color: #C6511F; text-decoration:none}
.small { font-size: 12px;  	text-decoration: none }
.blue {color: #0047BC;}
a.blue:hover {text-decoration: underline;}
a.small2 { font-size: 13px; color: #1a4d9a; 	text-decoration: none }
a.small2:hover { color: #C6511F; text-decoration:none}
a.menu { font-size: 13px; color: #0000ff; text-decoration: none;}
a.menu:hover { color: #C6511F; }
a.menu-h1 { font-size: 14px; color: #000000; text-decoration: none;}
a.menu-h1:hover { color: #C6511F; }
a.menu i {
	margin-right: 4px; vertical-align: middle;
}
.visit-store { margin: 5px 5px 5px 0px; color: #888; }
.visit-store a { font-size: 14px; color: #C6511F; 	text-decoration: none;}
.visit-store a:hover { text-decoration: underline; }

input, textarea, select { background-color: #fff; border-radius: 5px; font-size:16px; padding:5px; color: #222; }
input[type="button"], input[type="submit"] , select { cursor: pointer; }
button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
@media only screen and (min-width: 760px) { 	
	input[type="text"], input[type="password"], select {
		padding:8px;
	}
}

/* STORE DIV CSS */


.txtSectionHead {
	font-size:16px; font-weight:bold;
}
.txtName {	
	color:#3030AA;	
}
.txtMsg {	
	color:#0000FF;	
}

textarea.shoutBox {
	width:100%; height:25px; padding:10px; font-size:12px; border:1px solid #ddd; background-color:#fff; border-radius: 5px;
}

/* zoom image css */
.zoomable {width:100%; overflow:hidden;} 
.zoomable a {position:relative;} 
.zoomable a span { display:none; background-image:url(/images/zoom.png); background-repeat:no-repeat; 
width:48px; height:48px; position:absolute; float:left; left:20px; top:-50px;} 
.zoomable img { border: 0px; padding:0px;}




.smallPaging {
	padding:2px;	
	font-size:12px;
	color:#000000;
}
.smallPaging a{
	padding:2px 4px 2px 4px;	
	border:0px;
	color:#636363;
	text-decoration:none;
}
 
 
.smallPaging a:hover{
	border:0px;
	background:#C6511F;
	color:#FFFFFF;
	text-decoration:none;
}

/*new paging 2019*/
.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
 
  
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #000;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}







    .divContainerUp
    {
        background-color: #FFFFFF;
        border: solid 1px #CBCBCB;
		border-bottom:0px;
		border-left:0px;
		border-right:0px;
        /*position: relative;*/
        top: -1px;
		height:100%;
        padding: 10px;
		padding-bottom:0px;
		margin:0px;
    }
    .divSignature {
		background-color: #FFFCEC;
        border: solid 0px #CBCBCB;
		border-top:0px;
		border-bottom:0px;
		padding:15px;
		font-size:0.8em
	}

	.mr {
		margin-right: 5px;
	}
/* Verify box css */
.unverified_label {
	background-color: #FF9999; padding:2px; text-align:center; font-size: 13px; display: inline-block;
}
.unverified_link {
	border: 1px solid #FF9999; width:200px; padding:1px; text-align:center
}
.verified_label {
	width:180px; padding:2px; text-align:left
}
.verified_label a{
	color:#006600;
}

.dash_line {
	border-top: 1px dashed  #AAAAAA;
	margin-top: 15px;
}






.jqclock { text-align:left; }
.clockdate { font-size:13px; color:#000; display: inline;}
.clocktime { margin-left:10px;font-size:13px; color:#000; display: inline; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; overflow:visible; height:0px; padding: 0px; border:0px}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; height:25px; border-bottom: 4px solid #BBBBBB;	 }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #C3C3F3; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }



input.txtEmail {
	width:160px;box-shadow: 0 0 5pt 0.5pt #D3D3D3;
}
input.txtPwd {
	width:80px;	box-shadow: 0 0 5pt 0.5pt #D3D3D3;
}
.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #a88734;
}
.toggle-password:hover {
	opacity: 0.7;
  	color: #b7791f;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
	white-space: nowrap;
}
.separator {
	margin: 0 8px;
	color: #999;
}
/* Full-width inputs */
.frmLogin .w3input {
	background-color: #fff;
    height: 31px;
    padding: 3px 7px;
    line-height: normal;
	border-radius: 3px;
}

/* Set a style for all buttons */
button.common {
    background-color: #B71F32;
    color: #fff;
    padding: 5px 12px;
    margin: 8px 0;
    border: none;
    cursor: pointer; 
	font-size: 15px;  
	
}

/* Add a hover effect for buttons */
button.common:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 5px 12px;
    background-color: #C45500;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}

img.logo {
	display:inline;
	margin-top:6px;
}
img.logoMobile {
	display:none;
	margin-top:6px;
}


.row {
    margin: 8px 8px;
}


/* Create four equal columns that floats next to each other */
.postlist_grid {
	padding-top:4px;
	padding-bottom:4px;
	background-color: #f6f6f6;	
}

.listrow_grid {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:6px; margin-bottom:0px; 
	box-sizing: border-box;
		
  }
  
  .listrow_figure_grid {
	background: #ffffff;
	margin: 0px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);

	border:1px solid #ddd;
	
  }
  .listProduct_grid {
	padding: 10px;
	border-top: 1px solid #eee;
  }
  
  .listImage_grid {
	max-width: 100%;
	height: auto;
	display: block;
	min-height: 210px;
	padding:10px;
	text-align:center;  position: relative; 
	
  }

  
  .listImageImg_grid {
	object-fit:contain;
	max-height: 150px;
	max-width: 100%;
  }
  .clearfix:after {
	content: "";
	display: table;
	clear: both;
  }
  li.listrow_grid{
	list-style-type: none;
	float: left;
	
	box-sizing: border-box;
  }
  @media screen and (max-width: 320px) {
	.listrow_grid {
	  width: 100%;
	}
	.listImage_grid {		
		min-height: 110px;				
		padding:10px;
	}
	.listImageImg_grid {
		object-fit:contain;
		max-height: 150px;
	}
	
  }
  @media screen and (min-width: 321px) {
	.listrow_grid {
		width: 50%;
	  }
	  .listImage_grid {		
		  min-height: 110px;				
		  padding:10px;
	  }
	  .listImageImg_grid {
		  object-fit:contain;
		  max-height: 150px;
	  }
	li:nth-of-type(2n+1) {
	  clear: left;
	}
  }
  
  @media screen and (min-width: 400px) {
	.listrow_grid {
	  width: 50%;
	}
	
	li:nth-of-type(2n+1) {
	  clear: left;
	}
  }
  
  @media screen and (min-width: 768px) {
	.listrow_grid {
	  width: 33.333%;
	}
	
	li:nth-of-type(2n+1) {
	  clear: none;
	}
	
	li:nth-of-type(3n+1) {
	  clear: left;
	}
  }
  
  @media screen and (min-width: 1024px) {
	.listrow_grid {
	  width: 25%;  
	}    
	
	li:nth-of-type(3n+1) {
	  clear: none;
	}
	
	li:nth-of-type(4n+1) {
		clear: left;
	}
}

.listProductName_grid {
	color:#111;
	font-size:16px;
	
	padding-right: 5px;
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}

.listDevider {
	width: 100%; height: 1px; background: #FFFFFF; overflow: hidden; margin-top:0px; margin-bottom:0px; border-bottom: 1px dotted #DDDDDD;
}

.ad_leftpanel {
	display:block;
}

.listCat {
	overflow:hidden; padding: 0px !important;
	
}
.listCatInner {
	overflow:hidden; padding: 0px !important;	
}
.listCatLeftNav {
	width:230px; float:left;  background-color: #f6f6f6; height: 100%;  border: 1px solid #dadada; margin-left: 5px;
}
.listWithoutLeftNav {
	display:none !important;
}
.listWithoutLeftNavInline {
	display:none !important;
}
.listWithLeftNavInline {
	display:inline-block !important;
}	

.listCatInner {
	width: -webkit-calc(100% - 235px);
   	width: calc(100% - 235px);
}
.box_title { padding:10px 15px 15px 20px;}
@media only screen and (max-width: 900px) {
	.listCatLeftNav {
		width:200px;
	}
	.listCatInner {
		width: -webkit-calc(100% - 205px);
		   width: calc(100% - 205px);
	}
}
@media only screen and (max-width: 750px) {	
	.scroll-nav-header { margin-left: -6px;}	
	.box_title { padding:5px 15px 15px 15px; }
	.visit-store { margin: 5px 5px 5px 0px; color: #888; }
	.listCatLeftNav {
		display:none;
	}
	#sideSubCategory {
		top: 0;
		bottom:0;
		position:fixed;
		overflow-y:scroll;
		overflow-x:hidden;
		z-index: 1000;
		width:100%;		
	}
	.listWithoutLeftNav {
		display:block !important;
	}	
	.listWithoutLeftNavInline {
		display:inline !important;
	}	
	.listWithLeftNavInline {
		display:none !important;
	}	
	.listCatInner {
		width: 100%;
	}
	
}

@media only screen and (min-width: 1280px) {
	
	
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:block;
	}	
	font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}

}
@media only screen and (max-width: 1279px) {
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:block;
	}
	
	font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}
	
}
@media only screen and (max-width: 900px) {
	
	.pmbViewMedium {
		display:block;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
	
	
	font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}
	
}
@media only screen and (max-width: 768px) {
	.pmbViewMedium {
		display:block;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
	
	font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}
}
@media only screen and (max-width: 600px) {
	
	.ad_leftpanel {
		display: none;
	}
	
	
	a.title-post { font-size: 18px; font-weight: bold; color: #333333; text-decoration: none; }
	
	.pmbViewMedium {
		display:block;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
	
}
@media only screen and (max-width: 550px) {	
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:block;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
	
}
@media only screen and (max-width: 481px) {
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:block;
	}
	.pmbViewXSmall {
		display:none;
	}
	.pmbViewLarge {
		display:none;
	}
	img.logo {
			display:none;
	}
	img.logoMobile {
			display:inline;
	}	
}

@media only screen and (max-width: 450px) {
	
	.pmbViewMedium {
		display:none;
	}
	.pmbViewSmall {
		display:none;
	}
	.pmbViewXSmall {
		display:block;
	}
	.pmbViewLarge {
		display:none;
	}
		
		
		input.txtEmail {
			width:100px;
		}
		input.txtPwd {
			width:60px;
		}
		font.title {font-size:18px!important;line-height: 1.3!important; font-weight:400}
		
}

.storeInfo {
	font-size: 16px; font-weight: bold;
	margin:10px;  padding: 0px;  border: 1px solid #ddd; border-radius: 5px;
}
.storeInfoHot {
	background-color: #fff;
}

.storeInfo * {
	max-width: 100%;
}
.storeInfo .section-head {
	border: 0px !important; text-transform: uppercase;
}
.storeInfo .section-head .section-menu{
	float: right; font-weight: normal; text-transform: none;
}
.postContent, .postContentSimple  {
	padding: 15px 25px 20px 27px; font-size: 18px;
	background-color: #fff;
}
.page-account-result  {
	padding: 20px 25px 15px 20px ; font-size: 16px;
	background-color: #fff;
}
.form-message  {
	color: #222; margin: 0px 0px 5px 5px; background-color: #ffcc00;
}
.form-message-light  {
	color: #222; margin: 0px 0px 5px 5px; background-color: #ffffcc; border:1px solid #ffcc00;
}
.form-error  {
	color: #ff0000; margin: 0px 0px 5px 5px; background-color: #fff; border:1px solid #fff;
}
.page-account-info  {
	padding:  25px 15px 25px 15px ; font-size: 16px; 
	background-color: #ffffcc;
}

.post-head {
	width: 100%; display: flex;
}
.section-head {
	font-size: 16px; font-weight: bold; color: #666;
	padding: 10px 27px 10px 27px; background-color: #edeff2;
	border-top: 1px solid #ddd;
}
.section-body {
	font-size: 14px; color: #333; text-align: justify;
	padding: 10px 27px 10px 27px; background-color: #fff;
}
.like-post {
	font-weight: normal; color: #666;
}
.like-post img {
	margin-right: 5px;
	margin-top:-3px;
}
@media only screen and (max-width: 750px) {
	.section-head {		
		padding: 10px 15px 10px 15px; 
	}
	.section-body {		
		padding: 10px 15px 10px 15px; 
	}
}
.post-image {
	max-width: 650px; margin-left: 20px;
}
.post-info {
	width: -webkit-calc(100% - 650px);
	width: calc(100% - 650px);
	max-width: -webkit-calc(100% - 650px);
	max-width: calc(100% - 650px);		
}
.post-info-full { width: 100%; max-width: 100%; }
.post-send-comment {
	margin-top:10px; text-align: right;
}
.box-post-report {
	text-align:right; background-color:#FFFFFF; margin-bottom:30px; max-width:100%; 
}
.post-report {
	text-align:center;background-color:#fff; color:#333; padding:8px 15px; text-decoration: none; border-radius: 3px;
}
.post-report:hover {
	text-decoration: underline;
}
.postImagesPanel {
	border-bottom:0px solid #CCCCCC; padding:0px; display:none; background-color:#f6f6f6; width:100%; margin: 5px;
}
@media only screen and (max-width: 1050px) { 
	.post-head {
		flex-direction: column; background-color: #fff;
	}	
	.post-image { width: 100%; }
	.post-info { width: 100%; max-width: 100%; }
}
@media only screen and (max-width: 750px) {
	.post-image { margin-left:5px }	
}
@media only screen and (max-width: 650px) {
	.post-image { margin-left:0px }	
}
.postImagesContent {
	background-color:#FCFAF6;	padding: 10px 50px 0px 50px; 
}

.postAvatar {
	width:80px; max-width:80px;
	float:left; vertical-align:top; text-align:center;
	padding:10px 0px;
}
.postAuthor {	
	padding:5px 0px 5px 10px; 
	vertical-align:top; float:left ;
	width: -webkit-calc(100% - 105px);
   	width: calc(100% - 105px);
	max-width: -webkit-calc(100% - 105px);
	max-width: calc(100% - 105px);		
	font-size: 13px;
}
.postAddress, .postDate {
	margin: 0px; margin-top: 5px;
	font-size: 13px; color: #333;
}
.postTitle {
	margin: 0px 0px;	
}
.postContact { margin-left: -4px; margin-top: 10px;}

.postSignature div {
	background-color:#fff; font-size:14px; color:#333333;  overflow-x:hidden; 
}
.post-tool {
	text-align: left; font-size:12px; color:#000; padding: 0px 5px 20px 72px; border-bottom: 0px solid #ccc;
}

.title { 	
	color: #555; line-height: 1.2; font-size: 24px; font-weight: bold;
	font-family: "Lexend Deca", Helvetica, 'Roboto', Arial, sans-serif;
}
.title:first-letter {
    text-transform: uppercase;
}
.postdate {
	font-size: 13px;
	color: #666; margin-top: 5px;
}
.post_reply_auth {
	min-height:80px; border-top: 1px solid #ccc; background-color: #f1f1f1; margin-top: 5px;
}
.post_reply {
	min-height:80px;
}
.post_comment {
	padding: 0px; margin-top: 25px; color: #666; 
}
.listRateStar {
	width: 16px; height: 16px;
}

.postActionBox {	
    vertical-align: middle;    
    padding: 5px 5px;
    font-size: 13px; margin: 0px; margin-top: 5px; margin-bottom: 5px;
    color: #666; text-align: right; border-radius: 5px;
}
.postBoxBar  {
	vertical-align: middle;    
    padding: 10px 5px;
    font-size: 13px;
    color: #666; text-align: right; 
}
.postAction .sub-action  {
	border: 1px solid #aaa; padding: 5px 5px; border-radius: 3px; color: #222; font-size: 13px;  background-color: #f9f9f9; font-weight: normal;
}
.postAction .sub-action:hover  {
	border: 1px solid #aaa; padding: 5px 5px; border-radius: 3px; color: #222 !important; font-size: 13px;  background-color: #e9e9e9; font-weight: normal;
}

.postAction {
	border: 0px; padding: 5px 5px;  background-color: #fff;
}
.postBoxBar a {
	padding: 5px 10px; border-radius: 3px; color: #333; font-size: 13px; border: 1px solid #aaa; 
}

@media only screen and (max-width: 750px) {	
	
	.postContent, .postContentSimple   {		
		padding: 15px 15px 15px 15px; width: 100%;		
	}	
}
@media only screen and (max-width: 650px) { 		
	.box_title { padding:5px 15px 15px 15px; }
	
	.postBoxBar  { padding: 10px 5px !important; }
	.postAction  { margin-top: 5px; }
	.postAction a {
		border: 1px solid #ddd;
	}
	
	.post-tool {
		padding: 5px 5px 15px 12px;
	}
	.postImagesContent   {		
		padding: 5px; padding-top: 10px;		
	}
	.postSignature {
		padding: 0px;
	}
	.postAvatar {
		width:75px; max-width:75px;
	}
	.postAuthor {
		width: -webkit-calc(100% - 75px);
		width: calc(100% - 75px);
		max-width: -webkit-calc(100% - 75px);
		max-width: calc(100% - 75px);		
	}
}
.postContentAutoConfig {
	font-size: 18px;
}
@media only screen and (max-width: 750px) { 
	.postContentAutoConfig {
		font-size: 1.125rem;
	}
}
.postContentAutoConfig * {	
    max-width: 100% !important;   
}
.postContentAutoConfig a {	
    font-size: inherit; color: revert ; text-decoration: revert;
}
.postContentAutoConfig img {
	max-width:100% !important;
	margin-bottom: 8px !important;
	height:auto !important; border: 1px solid #ccc;
	
}
.postImagesContent img {
	border: 1px solid #ccc; padding: 2px;
	
}

.rcornerimg {
    border-radius: 8px;
}

/* 3 columns store page css, apply this style require some IE7,8 fix on header */
.minwidth {
	min-width: 1130px;
}




.select:before{
    content: "\25bc";
    
    color:#CCCCCC;
}
.select:after{
    content: "";
    margin:0 0.1em;
    display:inline-block;
}

/* Arrow symbols */
i.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* Navbar container in banner */
.navbar1 {
  overflow: hidden;
  background-color: #232F3E;  
  
}
.fixedTop {
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}



/* swiper slideshow of pictures*/
.pmb-swiper .swiper-container {
  width: 100%;
  
  margin-top:5px;
  margin-left: auto;
  margin-right: auto;
  max-width:800px
  
}
.pmb-swiper-img {
	max-height: 400px !important;  margin:0px;  background-color: #f5f9fa; max-width: 600px;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  
}
.gallery-top { 
  width: 100%;
  margin-bottom:5px;
}
.gallery-thumbs-horizontal {
  height: 110px; width:100%;
  box-sizing: border-box;
  padding: 15px; margin: 5px;
}
.gallery-thumbs-horizontal .swiper-wrapper {
	height: 100px;
}
.gallery-thumbs-horizontal .swiper-slide {
  height: 100%; 
  opacity: 0.6;  cursor: pointer; border-radius: 3px; border: 3px solid #f1f1f1;
}
.gallery-top .swiper-slide {
	opacity: 1; 
}
.gallery-top {  overflow: hidden; }
.gallery-top .swiper-wrapper {
	max-width: 400px !important;
}
.swiper-zoom-container {
	background-color:#f1f1f1;
}
.swiper-slide-prev, .swiper-slide-next {
	opacity: 0.6;
}
.gallery-thumbs-horizontal .swiper-slide-thumb-active {
	opacity: 1;  border: 3px solid #087cce;
  }

  .close-button {
	display: none;
	height: 45px;
	width: 45px;
	color: #F8820A ;
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 32px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
	opacity: .75;
 }
 
 .close-button:before {
	content: '\00D7';
 }
 
 .close-button:hover,
 .close-button:active {
	opacity: 1;
 }
 
 .fullscreen {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100vw !important; 
	height: 100vh !important;
	background-color: #f5f9fa;
	z-index: 10 !important;
 }
 
 .fullscreen .gallery-top .swiper-slide {
	cursor: default;
	background-size: contain;
 }
 
 .fullscreen .close-button {
	display: block;
 }
 
 .fullscreen .gallery-top {
	height: 100%
 }
 
 .fullscreen .gallery-thumbs-horizontal {
	background-color: #f5f9fa;
	height: 20%;
	position: fixed;
	bottom: 0;
	width: 100%;
	opacity: 0;
	z-index: 10;
	transition: opacity .3s ease-in-out;
	transition-delay: .5s;
 }

@media screen and (orientation: portrait) {
	.fullscreen .gallery-thumbs-horizontal {		
		opacity: 1;		
	 }
} 
.fullscreen .gallery-thumbs-horizontal:hover {
	opacity: 1;
	transition-delay: 0s;
}
.fullscreen .swiper-zoom-container {
	display: inline-block;
    height: 100%;
    vertical-align: middle; z-index: 2; background-color: #eee;
	position: relative !important;
}
.fullscreen .pmb-swiper-img {
	max-height: 100% !important; vertical-align: middle;
}










/* ########################################################################################## */
/* 2021 */


.list-common a {
	display: block; 
    padding: 10px 20px;
	font-size: 15px;	
}
.list-common a:hover {	
	color:#C6511F; background-color: #ffffcc;
}
  
/* screen size based visibility */
.showSmall {
	display: none ;
}
.showSmallInline {
	display: none ;
}
.showSmallFlex {
	display: none ;
}
/* less than Iphone 5 portrait */
@media only screen and (max-width: 320px) {
	.hideXXSmall {
		display:none;
	}
}
/* less than Iphone 6 portrait */
@media only screen and (max-width: 374px) { 
	.hideXSmall {
		display:none;
	}
}
/* >= Iphone 6 plus portrait*/
@media only screen and (max-width: 460px) { 
	.hideSmall {
		display:none;
	}
	.showSmall {
		display: block ;
	}
	.showSmallInline {
		display: inline ;
	}	
	.showSmallFlex {
		display: flex ;
	}
}


@media only screen and (max-width: 414px) { 
	
	.myAccountDropdown .myAccountDropdownContent {
		margin-top: 72px; left: 30px; right: 10px; min-width: 200px;
	}
	
}
.banner-nav {	
	background-color: #ffffff !important; border-top: 0px solid #ddd;
	border-bottom:2px solid #ffcc00; 
	/* clear: both; */ 
}
.scroll-nav-header {		 
	padding: 2px 5px;	 
} 

/* scroll navigation  */
.scroll-content {
	white-space: nowrap; /* [1] */	
	-webkit-overflow-scrolling: touch; /* [3] */
	-ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
	
}  
.scroll-nav {
	white-space: nowrap; /* [1] */
	overflow-x: auto; /* [2] */
	-webkit-overflow-scrolling: touch; /* [3] */
	-ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
	width:100%;
	display: flex;	
	vertical-align:top;		
	
}  

.scroll-nav-header .scroll-nav-item {
	color:#222; border: 0px solid #4a607e; padding: 8px 5px;	
}
.scroll-nav-header .scroll-nav-item:hover {
	color:#E57C23; border: 0px solid #fff;
}
 .scroll-nav::-webkit-scrollbar {
	display: none;
 }
.scroll-nav-logo  {		
	vertical-align: middle;
	padding: 0px;
	
}
.scroll-nav-content {
	max-width: -webkit-calc(100% - 50px);
	max-width: calc(100% - 50px);
	display: flex;	
	vertical-align: middle;
	padding: 0px;
}
.scroll-nav-logo-item div {	
  	padding: 3px 3px 5px 3px; border-radius: 3px;
	margin:0px 8px 0px 12px;		
	text-decoration: none;	
}
.page-common .scroll-nav-logo-item div {	
	margin-left: 10px !important;	
}
.page-common .boxLogo {	
	margin-left: 5px !important;
}

.scroll-nav-item {
	color:#222;
	border-radius: 3px;
	font-size: 14px; font-weight: normal;
  	padding: 6px 5px;
	text-decoration: none !important;	
	margin:0px;	margin-right: 5px;
}
.scroll-nav-item-first {
	margin-left:10px;
}



/* common link and button */




.linkLogin {	
    color:#333; display:none; margin-right:10px; font-weight:normal; font-size:15px;  text-decoration:none; padding:5px 8px; 
}
.iconLogin {
	font-size:18px; color:#B71F32; position: relative; top:2px;	
}
.iconAccount {
	position: relative;  top: 3px;font-size: 16px;	
}
.icon {
	margin-right:2px; color:#891C1F; width: 20px; height: 20px; vertical-align: top; font-size: 16px; position: relative;  /* #B0091E*/
}
.iconMenu {
	vertical-align: top; font-size: 16px; position: relative; top:2px;
	filter: invert(15%) sepia(0%) saturate(89%) hue-rotate(178deg) brightness(92%) contrast(83%);
}
.iconPost {
	position: relative;  top: 5px; font-size: 20px;color:#333;
}
.iconMain {		
	margin-right:5px; vertical-align: top; font-size: 16px; position: relative; top:2px;
	filter: invert(9%) sepia(67%) saturate(5013%) hue-rotate(349deg) brightness(101%) contrast(87%);		
}
.iconVIP {
	margin-right:5px; vertical-align: top; font-size: 18px; position: relative; top:2px; 
	filter: invert(81%) sepia(44%) saturate(3500%) hue-rotate(2deg) brightness(108%) contrast(101%);
}
.iconDate {
	filter: invert(57%) sepia(0%) saturate(0%) hue-rotate(181deg) brightness(95%) contrast(78%);
}

.iconSmall {
	font-size: 20px; vertical-align: top; margin-right: 5px;
}
.linkPagingNext {
	text-decoration:none;margin-right:5px; padding: 8px 8px 7px 9px; color:#000; display:inline-block; 
}
.linkPagingNext:hover {	    
	background-color: #C6511F;	color:#fff;
}


.linkPagingNextLock {
	background-color: #fff; 
    border: 0px;
	cursor: default;
	text-decoration:none;margin-right:5px; padding: 8px 8px 7px 9px; color:#666; display:inline-block; 
}
.linkPagingNextLock:hover {
	background-color: #fff; 
    border: 0px;
	cursor: default;
	text-decoration:none;margin-right:5px; padding: 8px 16px 7px 17px; color:#666; display:inline-block; 
}

.linkPagingItem {
	font-weight: bold; font-size: 13px;
	text-decoration:none;margin-right:5px; padding: 8px 16px 7px 17px;color:#004176; display:inline-block;  border:1px solid #C4C7C8;
	
	
}
.linkPagingItem:hover {	
	background-color: #C6511F;    
    border: 1px solid #C6511F;
	color: #fff;
	text-decoration:none;margin-right:5px; display:inline-block;
}

.linkPagingItemSelected {
	text-decoration:none;margin-right:5px; padding: 8px 16px 7px 17px;color:#fff; background-color: #A34C0A; display:inline-block;border:1px solid #A34C0A;
}
.linkPagingItemSelected:hover {
	text-decoration:none;margin-right:5px; color:#fff; background-color: #C6511F; display:inline-block; 
}
.pageNumber {
	font-size: 13px;	
	display: inline-block;
	color: #666;	
    vertical-align: middle;
    user-select: none;
    padding: 5px 0px; margin-bottom: 10px;
    line-height: 1;
    background: white;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    
    border: 0px solid #666!important;
   	margin-right: 5px;   
	
}
@media only screen and (max-width: 450px) {
	.linkPagingItem, .linkPagingItemSelected {		
		padding: 6px 12px 6px 12px;	margin-bottom: 10px;
	}
	.pageNumber {
		font-size: 13px;
		display: block;
		margin-bottom: 10px;
	}
}
.pageSimple {
	padding: 10px; width:100% ; max-width:400px; margin:0px auto; margin-bottom:20px;
}

.comment {
	color:#000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.product-comment {
	color:#686868;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
}
.commentLink {
	/* color:#AE6814; */
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

.searchbox {
	border:1px solid #ccc; padding: 4px ;
	width: 160px; font-size:14px; max-width: 100%;
}
.page-common {
	background-color: #f7f7f7; max-width: 100%; padding:5px; 
}
.page-common-wrapper {
	margin-bottom:5px;margin-top:5px; margin:0px auto; max-width:1200px; min-width: 230px;
}
.page-common-inner {
	max-width:650px; background-color:#fff; padding: 0px;
}
.page-common-header {
	background-color: #CCCCFF; padding:8px; padding-left: 15px; border-bottom: 1px solid #ddd;
}
.page-common-body {
	border: 2px solid #ccc; padding: 15px;
}
.page-common-body-row {
	padding: 5px;
}
.page-common-body-row-section {
	padding: 5px; margin-top: 15px; padding-top: 10px; border-top: 1px solid #ccc;	
}


.pageLogin {
	max-width:650px; background-color:#fff; padding: calc(8px + 1.5625vw);
}
.page-account-common {
	margin:0px 0px 0px 0px;
}

.page-account-common-inner-form {
	background-color:#f5f7f9; padding-bottom: 5px; 
	margin: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px;
}
.page-account-common-inner {
	background-color:#fff; padding-bottom: 5px; 
	margin: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px;
}
.page-account-common-header {
	color:#333;  
	padding:15px 20px 15px 20px;
	background-color: #fff;
	font-size: 16px; font-weight: bold;
}
.page-account-common-header a {
	font-size: 16px; color:#333; 
}
.page-account-common-header a:hover {
	color:#5E79B5;
}
.page-account-field-label {
	margin-bottom: 5px; color: #666; font-weight: bold;
}
.pageHomeOuter {
	padding: 0px; background-color: #fff;
}
.pageHome {
	padding:5px;
}
.pageHome .w3-row {
	padding:5px 5px 12px 5px !important;
}
.pageHome a {
	color:#000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;	
}
.pageHome a:hover {
	color:#C6511F;	
}
.colums-right {
	margin-left: 32px;
}
.colums-right-wrapper {
   float: left;
   width: 100%;
}
.colums-left {
   float: left;
   width: 32px;
   margin-left: -100%;
}
.pageHome img {
	width: 32px; height: 32px; 	
}
.pageHome img:hover {
	transform: translateX(-1px) translateY(-1px); 
}
.pageHome .colums-right {
	margin-left: 50px;
}
.pageHome .box .boxinside {	
	margin:0px 3px;	
	border:2px solid rgba(14,14,14,.0901960784);
	background-color: #fff;
	padding:15px; border-radius: 5px;
}
@media only screen and (max-width: 992px) {
	.pageHome {
		padding:0px; margin:5px; border:2px solid rgba(14,14,14,.0901960784); background-color: #fff; border-radius: 3px;
	}	
	.pageHome .box .boxinside {
		border: 0px; padding: 0px;
	}
	.pageHome .w3-row {
		padding: 5px 3px 12px 9px !important;
	}	
}
@media only screen and (max-width: 750px) {
	.searchbox {
		font-size:16px; padding: 3px 5px;
	}
	.pageSimple {
		padding: 10px 19px; width:100% ; max-width:100%; margin:0px auto; margin-bottom:20px; border:0px;
	}
	.pageHome .w3-row {
		padding: 5px 3px 12px 3px !important;
	}
	
}
@media only screen and (max-width: 630px) {
	.pageHome img {
		margin-right: 5px;		
	}	
	.pageHome .colums-right {
		margin-left: 50px; margin-top: 5px; font-size: 14px;
	}
	.pageHome a {		
		font-size: 14px;		
	}
	
}
/*
    Colorbox 1.6.4 Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%; opacity: 0.5!important;background-color:#000}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}


/* list and grid toggle */
/*
 * Grid & list styles
 */

 .toggle,  .toggle-icon {	
	text-align: right;
  }
  
  .toggle a, .toggle-icon a {	
	color: #aaa;
	text-decoration: none;
	vertical-align: middle;		
	padding: 3px; 	
  }
  .toggle .menu {
	color: #333; border: 1px solid #ddd; padding: 5px; margin-top: 2px; display: inline-block; border-radius: 3px;
  }
  .toggle .menu:hover {
	color: #333; border: 1px solid #ddd; background-color: #eee; padding: 5px; margin-top: 2px; display: inline-block; border-radius: 3px;
  }
  .toggle a.on { color: #087cce;}
  .toggle a span.material-icons-outlined {	color: #888;  }  
  .toggle a.on span.material-icons-outlined {	color: #087cce;	 }    
.toggle-box {
	min-width: 80px !important ; left: -30px !important; 
 }
.toggle a li, .toggle-icon a li {
	height: 24px; margin-left: 0px; text-indent: -9999px; cursor: pointer;list-style: none;
}
.toggle-icon .list-icon {display:none;}
.toggle-icon .grid-icon {display:none;}
.toggle-container { margin: 13px 0px 0px 0px; padding: 0px 10px 0px 5px; width: 100%; }

.toggle .list, .toggle-icon .list-icon {
	display:inline-block; width: 24px;min-height: 24px;	
	
	background-image:    url("/images/icon/svg/list.svg");
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center;
}
.toggle .list.on, .toggle-icon .list-icon.show-icon {
	display:inline-block;min-height: 24px;	
	background-color: #ccc;
	background-image:    url("/images/icon/svg/list.svg");
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center;
}
.toggle .grid, .toggle-icon .grid-icon {
	display:inline-block;width: 24px;min-height: 24px; 
	
	background-image:    url("/images/icon/svg/grid-four.svg");
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;  
}
.toggle .grid.on, .toggle-icon .grid-icon.show-icon { 
	display:inline-block; min-height: 24px;
	background-color: #ccc;
	background-image:    url("/images/icon/svg/grid-four.svg");
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center
}
@media only screen and (max-width: 630px) {
	.toggle .list {min-height: 20px; float:right; background-image: url("/images/icon/svg/list.svg"); margin-left: -12px; }
	.toggle .list.on { min-height: 20px; display: none; }
	.toggle .grid { min-height: 20px; float:right; background-image: url("/images/icon/svg/grid-four.svg");  }
	.toggle .grid.on { min-height: 20px; display: none; }
}



.cat-content {
	clear:both; padding: 20px 15px; background-color:#F8F1F1; font-size: 14px; font-weight: bold;
}
.subcat-content {
	clear:both; padding: 10px 15px; background-color:#ffffff; font-size: 13px;
	display: inline-block;
	width: calc(100% - 20px);
    max-width: calc(100% - 20px);
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    
        
        
        
}
.postlist_menu { display:flex; border: 1px solid #CCC; 
	margin-top: 0px; white-space: nowrap;
	padding:0px; margin-left: 10px; margin-right: 10px;
	background-color: #f1f1f1;
}
.dropdown-menu>li>a {
	padding: 6px 20px;
}
.storelist_menu { display:flex; border: 1px solid #CCC; 
	margin-top: 0px; white-space: nowrap;
	padding:0px; margin-left: 10px;
	background-color: #f1f1f1;
}
.viewcontact_menu { display:flex; border-bottom: 1px solid #CCC; 
	margin-top: 5px; white-space: nowrap;
	padding:0px; padding-left: 10px;
	background-color: #fff;
}
.viewcontact_menu_option { text-align: right;}
.viewcontact_menu_option a {	
	color: #555;
	text-decoration: none;
	vertical-align: middle;		
	padding: 3px; 	
}

.postlist_menu_item {
	font-family: "Lexend Deca", Helvetica, 'Roboto', Arial, sans-serif;
	color:#000;
	background: transparent;
	border: none;
	margin: 5px 0px 5px 0px;
	display: block;
	font-size: 14px;
	outline: none;
	position: relative;
	transition: 0.3s;
	padding: 10px 13px 10px 13px;
  }
  /*
  .postlist_menu_item:before {
	content: '';
	border-bottom: 3px solid #eee;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	transition: 0.3s;
  }
  .postlist_menu_item.menu_on:before {
	
	border-bottom: 3px solid #ffcc00;
	padding: 0 20px;
	
  }
  .postlist_menu_item:hover:before {
	width: 100%;
	padding: 0;
  }
  .postlist_menu_item:active {
	background: #eee;
	color: #000;
	transition: none;
  }
	*/
  
a {
	text-decoration: none !important;
}

.list-item {
	display:inline-block; border:1px solid #ccc; padding:6px 9px; margin-top:8px; background-color:#fff; color:#000; border-radius: 2px;
}
.list-item:hover {
	background-color:#cab287; color:#fff;
}
.list-item.on {
	background-color:#666; color:#fff;border:1px solid #222;
}
.list-item.on:hover {
	background-color:#cab287; color:#fff;
}
  
  header {
	padding: 2px 5px;
	padding-left: 15px;	
  }
 
  header p {
	color: #CA9221;	
	font-weight: bold;
	font-weight: 700;
	font-style: italic;
  }
  
/* PRODUCT LISTING */
.listAuthorName { 
	font-size:14px; font-weight: normal; color: #555555; text-underline-position: under; text-decoration-color:#888;
	
}
.listAuthorName:hover { 	
	color: #CC0000;
}

.postImageWrapper { 	
	overflow: hidden;
	position: relative;	
}
.postList.listView .postImageWrapper {  
	text-align: center;
	width:100%;	
	margin-bottom: 5px;margin-top: 5px; border:0px solid #ddd;
	max-width: 160px;
	/* min-height: 150px;	*/
	
}
.postImage {	
	object-fit: cover; max-height: 160px;
    max-width:  160px;    
    object-fit: cover;
}
.postList.gridView .postImageWrapper {   
	display: flex; justify-content: center;	align-items: center;
    border:1px solid #f7f7f7; background-color: #f7f7f7; border-radius: 3px;
	width: 100%; 
	border-top-left-radius: 3px; border-top-right-radius: 3px;
	border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;
}
.listDate { padding-right: 10px; }

/* GRID VIEW */
.postList.gridView { 	
	display: flex;	flex-flow: row wrap; flex-wrap: wrap;
	padding-left:5px; padding-right:5px; margin-top:5px;	
	justify-content: flex-start; 
}
.postList.gridView.singleLine { 	
	flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start;
}
.postList.gridView::after {
	content: ""; flex: auto; background-color: #fff;
}
.postList.gridView .postItem {	
	padding:5px 0px 5px 0px; 	
	flex: 0 0 25%; 
}
.postList.gridView.singleLine .postItem {	
	padding:5px 5px 5px 5px; 	
	flex: 0 0 20%; 
}
.postList.gridView .postItemInner {	
	padding:0px 5px 5px 5px; height: 100%;
	border: 0px solid #ddd; background-color: #fff; border-bottom: 1px solid #ddd;	
}
.postList.gridView .headingItem {
	display: none;
}

/*
.postList.gridView .postImageWrapper .postImage {   
	width:100%;	
}
*/

/* ============================================ */
.postList.gridView .postInfoWrapper { 
	padding: 10px; border: 1px solid #f7f7f7;
	border-top-left-radius: 0px; border-top-right-radius: 0px;
	border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
}

.postList.gridView .productName {
	color:#000;
	font-size:14px; overflow: hidden;
	display: -webkit-box; font-weight: normal;
 	 -webkit-line-clamp: 3;
 	 -webkit-box-orient: vertical;   	
	
}

/* ============================================ */
.postList.gridView .listAuthorInfo { 
	text-align:left; margin-top:15px; font-weight: normal;
}
.postList.gridView  .listAuthorAvatar { 
	display:none; width:24px; height:24px; margin-right:8px;  border-radius: 50%; margin-top: 5px;margin-bottom: 20px;	
}

 /* LIST VIEW */
.postList.listView {
	display: block;
	background-color: #ffffff; justify-content: center;
}
.postList.listView .headingItem {
	display: block;
}
.postList.listView .postItem {
	padding:3px 5px; border-bottom: 1px solid #f4f4f4; min-height: 170px;	position: relative;
}
.postList.listView .postItem .postItemInner {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; flex-direction:row; flex-wrap:wrap; 
	margin:0px; 
	padding:10px 5px 10px 5px;
}
.postList.listView .postItem:last-of-type {
	border-bottom: 1px;
}
.postList.listView.account .postItem .postItemInner {
	padding:5px 5px 5px 5px;
}
.postList.listView.account .postItem {		
	margin: 10px 0px; border-top: 1px solid #ccc;
	flex-direction: row; padding: 0px 0px;
}
.postList.listView.account .postItem .postItemInner {
	border: 0px;
}	
.postList.listView.account .postImage {
	max-height: 130px;
}
.postList.listView.account .productName {
	font-size: 14px; line-height: 1.2; color:#000;
}
.postList.listView.account .productName:hover {
	color:#C6511F;
}
.postList.listView.account .postImageWrapper { 
	max-width: 140px; margin-left: 10px;
} 
.postList.listView.account .postInfoWrapper {
	display: block !important;
	width: calc(100% - 160px) !important;
	max-width: calc(100% - 160px) !important;
	padding:10px;
}	
@media only screen and (min-width: 900px) {
	.postList.listView.account .productName {
		font-size: 16px; line-height: 1.2;
	}
	
}
@media only screen and (max-width: 413px) {
	.postList.listView.account .postItem {
		flex-direction: column;
	}
	.postList.listView.account .postImageWrapper { 
		max-width: 100% !important;
		width: 100% !important;
		margin-left: 0px; background-color: #f3f3f3; margin-top: 0px;
	} 
	.postList.listView.account .postInfoWrapper {		
		width: 100% !important;
		max-width: 100% !important;
		padding:0px 10px 10px 10px;
	}	
}




.postList.listView .postItem .postInfoWrapper {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex; flex-direction:row; flex-wrap:wrap; border-bottom: 0px solid #eee; padding-left: 10px;
	background-color: #fff;
}
.postList.listView .postInfoWrapper { padding:5px 0px 5px 5px;}
.postList.listView .listAuthorInfo { 
	text-align:left; max-width: 230px;
	margin-top:0px; margin-left: 10px;
}
.postList.listView .listProductName {
	width: 500px; 
	position:relative;
}
.postList.listView .productName {
	color:#2c2c2c; font-size: 15px; line-height: 1.3;	
	font-family: Helvetica, Arial, sans-serif;
	font-family: "Lexend Deca", Helvetica, 'Roboto', Arial, sans-serif;
}
.postList.listView .productName.product-shop {
	font-weight: bold;
}
.postList.listView .productName.productNew {
	color:#96711a;
}
.postList .productNewBox {
	color: #007300; border-radius: 5px; padding: 2px 3px; margin-right: 5px; display: inline-block; font-size: 13px; border: 1px solid #007300;
}

.postList a.productName:hover {
	color:#C6511F;
}

/* Number of item per row */
@media only screen and (min-width: 1180px) {
	.postListContainer { padding-left: 0px; }
	.postList.gridView .postItem { width: 25%; width: calc(100% / 4 - 10px); flex: 0 0 25%;}	
	.postList.gridView.singleLine .postItem { flex: 0 0 20%;}
	.postList.listView .listAuthorName { font-size: 14px;}
}
@media only screen and (max-width: 1179px) {
	/*.postList.gridView .postItem { width: 33.333333333%; width: calc(100% / 3 - 10px); flex: 0 0 33.3333%;}*/
	/*.postList.gridView.singleLine .postItem { flex: 0 0 40%;}*/
	.postList.gridView .postItem { width: 25%; width: calc(100% / 4 - 10px); flex: 0 0 25%;}	
	.postList.gridView.singleLine .postItem { flex: 0 0 20%;}
	
}
@media only screen and (min-width: 768px) {
	.postListContainer { padding-left: 0px; }	
	
}
@media only screen and (max-width: 575px) {	
	.postList.gridView .postItem .postImageWrapper { 
		width:100%;  background-color: #fff;
	}	
	.postList.gridView .postItem {	
		width: 50% ; width: calc(100% / 2); flex: 0 0 50%;		
		border: 1px solid #ddd;
	}	
	.postList.gridView.singleLine .postItem {
		flex: 0 0 45%;	
	}
}
/* post list item */
@media only screen and (min-width: 1280px) {	
	.postList.listView .postImageWrapper {    		
		text-align: center;
		width:100%;
		max-width: 160px;
	}

	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width:100%;		
		min-height: 130px;	
	}

	.postList.listView .postInfoWrapper {
		width: -webkit-calc(100% - 160px);
   		width: calc(100% - 160px);
		max-width: -webkit-calc(100% - 160px);
		max-width: calc(100% - 160px);	
		padding-right: 0px;
	}
	.postList.listView .listProductName {
		width: -webkit-calc(100% - 300px);
   		width: calc(100% - 300px);
		max-width: -webkit-calc(100%  - 300px);
		max-width: calc(100% - 300px);
		padding-left: 10px;	
	}
	.postList.listView .boxProductName {
		padding-right: 35px;
   	}
	.postList.listView .listAuthorInfo {		
   		max-width:300px;		
	}
	.listDate {
		margin-right: 25px;
	}	
	
	.listAuthorLine {
			display:none;
	}	
	

}


@media only screen and (max-width: 1279px) {
	
	.postList.listView .postImageWrapper {    		
		text-align: center;
		width:100%;
		max-width: 160px;
	}

	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width:100%;		
		min-height: 130px;
	}
	.postList.listView .postInfoWrapper {
		width: -webkit-calc(100% - 160px);
   		width: calc(100% - 160px);
		max-width: -webkit-calc(100% - 160px);
		max-width: calc(100% - 160px);	
		padding:5px 8px 5px 8px;
	}
	.postList.listView .listProductName {
		width: -webkit-calc(100% - 280px);
   		width: calc(100% - 280px);
		max-width: -webkit-calc(100%  - 280px);
		max-width: calc(100% - 280px);	
	}
	.postList.listView .boxProductName {
		padding-right: 35px;		
  	}
	.postList.listView .listAuthorInfo {		
   		max-width:260px;	
	}
	
}
@media only screen and (max-width: 1218px) {	
	.postList.listView  .listAuthorAvatar { 
		width:32px; height:32px; margin-right:8px; border-radius: 50%; margin-top: 2px;
	}	
	.postList.listView .boxProductName {
		padding-right: 0px;
  	}
}
@media only screen and (max-width: 1150px) {
	.postList.listView .postInfoWrapper {
		align-content: flex-start;
	}
	.postList.listView .listProductName {
		width: -webkit-calc(100% - 220px);
   		width: calc(100% - 220px);
		max-width: -webkit-calc(100%  - 220px);
		max-width: calc(100% - 220px);	
		
	}
	.postList.listView .listAuthorInfo {		
   		max-width:210px;	
	}
}
@media only screen and (max-width: 1045px) {	
	.postList.listView .postInfoWrapper {		
		padding:5px 5px 5px 15px;
	}
	.postList.listView .listProductName {		
		width: 100%;
		max-width: 100%;
	}
	.postList.listView .listAuthorInfo {		
		flex-grow:1; width: 100%;
		max-width: 100%;
		float: right; padding-top: 5px; margin-left: 0px;
	}	
	.boxDateAdded {text-align: left;}
}
@media only screen and (max-width: 900px) {
	
	.listAuthorColLarge {
		display:none;
	}
	.postList.listView .productName {		
		font-size: 15px;		
	}
	.postList.listView .postImage {
		max-width: 150px;
	}
	.postList.listView .postImageWrapper {    		
		text-align: center;
		width:100%;
		max-width: 150px;		
		
	}	
	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width:100%;		
		min-height: 130px; background-color: #fff;
		
	}	
	.postList.listView .postInfoWrapper {
		width: -webkit-calc(100% - 150px);
   		width: calc(100% - 150px);
		max-width: -webkit-calc(100% - 150px);
		max-width: calc(100% - 150px);	
		padding:5px 10px 5px 15px;
	}	

	
	
	.listRowInSide_1 {
		height:240px;
	}
	
	.listAuthorCol {
		display:none;
	}
	.listAuthorLine {
		display:inline;
	}
}
@media only screen and (max-width: 750px) {	
	.postList.listView .postItem {
		padding: 0px;
	}
	.postList.listView .postImageWrapper { 
				
		padding: 5px;
		text-align: center;
		width:100%;
		max-width: 160px;		
		vertical-align: top;
	}

	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width:100%;		
		min-height: 130px;
	}

	.postList.listView .postInfoWrapper {
		width: -webkit-calc(100% - 160px);
   		width: calc(100% - 160px);
		max-width: -webkit-calc(100% - 160px);
		max-width: calc(100% - 160px);	
		padding:5px 2px 5px 10px;
	}

	.postList.listView  .listAuthorAvatar { 
		display:inline-block; width:32px; height:32px; margin-right:8px; border-radius: 50%;
	}	
	
}

@media only screen and (max-width: 575px) {	
	.postList.listView  .listAuthorAvatar { 
		width:32px; height:32px; margin-right:8px; border-radius: 50%; margin-bottom: 10px;
	}	

}

@media only screen and (max-width: 450px) {
	.postList.listView .productName {		
		font-size: 14px;		
	}
	.postList.listView .postImage {
		max-height: 150px; max-width: 140px;
	}
	.postList.listView .postImageWrapper {    		
		text-align: center;
		max-width: 150px;		
	}
	.postList.gridView .postImageWrapper {    		
		text-align: center;
		width: 130px;
		min-height: 130px;

	}
	.boxDateAdded {text-align: left;}
	.postList.listView .postInfoWrapper {			
		width: -webkit-calc(100% - 150px);
   		width: calc(100% - 150px);
		max-width: -webkit-calc(100% - 150px);
		max-width: calc(100% - 150px);	
	}
	
	.listCatLeft {
		background-color: #ffffc2;
	}
}

.catPageName {
	font-size: 14px; color: #333;
}
.catPageNameHome {
	font-size: 15px; font-weight: bold; color: #555; text-transform: uppercase; 
}





.listAuthorAvatar { 
	object-fit: cover; width:60px; height:60px; margin-right:5px;  border-radius: 50%; margin-bottom: 0px;	
}
.storeAvatar { 
	object-fit: cover;  width:100px; height:100px; margin-right:5px;  border-radius: 50%;	
}
.memberName { font-size:13px; font-weight: bold; color: #000; }
.listPrice {
	padding:2px 0px; font-size:15px; min-width:120px; font-weight: normal; margin-top: 5px;
	color: #C43738;
	
} 
.listPrice_hl {
	padding:2px 0px; font-size:15px; min-width:120px; font-weight: normal; margin-top: 10px;
	color: #C43738;		
}
.postPrice {
	padding:2px 0px; font-size:16px; min-width:120px; font-weight: bold; margin-top:10px;
	color: #333;	
}

.rateNumber {		
	font-size: 13px;
	color: #0645AD;
}
.rate { font-size: 13px; color: #0645AD;} 
.boxComment { font-size: 13px;  color:#008000; margin:3px 0px}
.boxDateAdded {font-size: 13px; position: relative; margin-top: 0px; color: #666;}
.boxDateAdded a { color: #666; font-size: 13px;}
.boxDateAdded .dateValue { 
	font-size: 13px;  color:#333; margin:3px 0px;
}
.boxDateAdded .dateValueAdd { 
	font-size: 12px;  color:#686868; margin:3px 0px; font-weight: normal;
}
.boxDateAdded .dateValueAddNew { 
	font-size: 12px;  color:#686868; margin:3px 0px; font-weight: bold;
}
.dateValueAddCatName {
	font-weight: normal !important; font-size: 14px;
}
.post-cat {
	margin-bottom: 5px;margin-top: 5px;
}




.boxRegister.show {
	display: block; margin-top: 32px;
}
.boxMenuLogo img {
	width: 22px; height: 22px;
}
#btnLogin {
	padding:5px 2px 6px 2px; position: relative; cursor: pointer; color:#000000; border-radius: 3px;
	margin-bottom: 10px; margin-top: 12px;
}
#btnLogin:hover {
	background-color:#ddd;
}
#hdrCategory1 {
	margin:0px;padding:0px; z-index:2;  text-align:left; display:none; top:0px; background-color: #fff; max-width: 600px; 
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.hdrCategoryInner {
	margin:0px; padding:10px 10px 10px 10px; background-color: #fff; 
	margin: 20px auto; /* căn giữa + đẩy xuống */
    padding: 10px;
    background-color: #fff;
    max-width: 640px; /* hoặc 720px, tùy bạn */
    width: 90%; /* giúp co lại ở màn hình nhỏ */
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.hdrCategoryHeader {
	padding:10px 10px 15px 10px; color: #000;
}
.hdrCategoryInner .hdr-link {
	color: #555; font-size: 16px; line-height: 1.4;
}
.hdrCategoryInner .hdr-link:hover {
	color: #CC0000;
}
.hdrCategoryItem { padding-bottom: 6px;padding-top: 6px;margin: 5px 0px;}
.hdrCategoryItem a {
	font-weight: normal; color: #000; font-size: 14px; 
}
.hdrCategoryItem a:hover {
	color: #CC0000;
}
.hdrCategoryItem img {
	width: 28px; height: 28px; margin-right:5px;
}
.hdrCategoryInner .reglnk {
	margin-top:10px; margin-right: 10px;	
}
.hdrCategoryInner .reglnk a {
	color:#000; text-decoration: underline;
}
.hdrCategoryInner .closebtn {
	font-size: 30px; color: #666; padding: 8px; float: right; margin-top: -22px;
}



.boxLoginLink {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
  }
  
  .rememberme-wrap {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
  }
  .rememberme-wrap input[type="checkbox"] {	
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 !important;
  }
  .rememberme-wrap label {	
	margin: 0 !important; font-weight: 500 !important;
  }
  .link-options a {	
	white-space: nowrap;
  }
  
  .separator {
	color: #aaa;
  }
  
#hdrTool {
	display:none; border-color:#EDECE8; padding:8px;
}

.header-user-info {	
	padding: 5px;
}
.header-user-info a.menu {
	
	padding: 8px 5px; font-size: 15px; color:#000;
}
.header-user-info a.menu:hover {
	background-color: #f5f5f5;
	color:#BE2829 ;
}
.boxBannerMailbox {
	margin-right: 8px;
}
.banner-acc-name {
	font-size: 13px;
	font-size: 15px;
}

.accountBtnAdd {
	display: inline-block;
	padding: 5px 8px 5px 8px !important; margin-left: 10px;
}
.accountBtnAddTxt {
	font-size: 14px;
}
.accountBtnAdd i {
	margin-right: 4px; vertical-align: middle; font-size: 18px;	
}
.accountBtnAddIcon {
	top: -2px; color:#891C1F; font-size: 16px; position: relative; margin-right: 6px; width: 16px; height: 16px;
}
.mailboxIcon {
	width: 20px; height: 24px; margin-right: 10px; margin-left: 5px; font-size: 20px; color: #444;
}
.accountIcon {
	width: 16px; height: 16px; margin-top: -5px;  margin-right: 2px; margin-left: -2px;
}


.hdr-login-logo {
	display: none; margin-bottom: 10px;
}
#email {
	width:150px; font-size:14px; padding:6px 3px; margin-right: 2px; outline: 0;border: 1px solid #000; border-radius: 3px;
	font-size:16px;	padding: 8px; display: block; width: 100%; margin-bottom: 12px; 
}
#password {
	width:120px; font-size:14px; padding:6px 3px; margin-right: 2px; outline: 0;border: 1px solid #000; border-radius: 3px;
	font-size:16px;	padding: 8px; display: block; width: 100%; margin-bottom: 12px; 
}


  
.frmSearchBanner {
	color: #222;
	display: flex;
	padding: 0px;	
	border-radius: 3px;
	border: 1px solid #ccc;	 margin-top: 20px;
	box-shadow: 0 0 5pt 0.5pt #D3D3D3;
}
.seach-banner {	
	margin-top: 0px !important; padding: 0px 15px 10px 15px;
}
.seach-banner .searchbox {
	background: #fff;
	margin: 0px;
	padding: 3px 6px 2px 6px;
	font-size: 14px;
	color: #222;
	border: 0px;
	border-radius: inherit;		
	
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
	max-width: -webkit-calc(100% - 45px);
	max-width: calc(100% - 45px);
	-webkit-appearance:none; -webkit-border-radius:0;
	border-top-right-radius: 0px; border-bottom-right-radius: 0px;
	border-top-left-radius: 3px; border-bottom-left-radius: 3px;
}
.seach-banner .searchbox:active {			
	border: 1px solid #ccc;	
}
input[type="search"]::placeholder {
	color: #bbb;
}
button[type="submit"].btnsearch {
	text-indent: -999px;
	overflow: hidden;
	width: 40px;	
	margin: 0;
	border: 1px solid transparent;
	border-top-left-radius: 0px; border-bottom-left-radius: 0px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
	cursor: pointer; opacity: 0.7;
}
  
button[type="submit"].btnsearch:hover {
	opacity: 1;
}
button[type="submit"].btnsearch:focus,
input[type="search"].btnsearch:focus {
	box-shadow: 0 0 3px 0 #1183d6;
	border-color: #1183d6;
	outline: none;
}
.btnsearch {
	border-radius: 2px;
}

/********************* BANNER / LOGO *********************/
.weblogo {
	width:128px; height:23px; margin-top:-8px; margin-left: -8px;
}
.logo-wrap {
	display: inline-block;
	padding: 12px; border-radius: 4px;
}
.logo-wrap:hover {
	background-color: #f2f2f2;
}
.logo-wrap:focus {
	outline: 2px solid #666;
	outline-offset: 2px; 
}

.site-menu {
	width: 24px; height: 24px;
}
.banner-top {
	width: 100%;
	min-width: 300px;	
	background-color: #fff; z-index: 20; border-bottom: 1px solid #e0e0e0; 
}
.banner-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 10px 15px;
	position: relative;
	gap: 10px;
}
.boxLogo {
	float:left; margin:5px 0px 5px 13px; padding: 0px;	
}

.boxMenuLogo {	
	display: flex;
	align-items: center;
	height: 100%;	
}
.boxSearchTop {
	padding:5px; display: inline-block; margin:5px 0px 5px 0px;margin-left: auto;
	width: calc(100% - 400px); max-width: 300px; flex-grow: 1;
}
.boxRegister {
	display: block;float:right;margin:0px 0px 0px 0px;
}
.banner-top-inner[user-logged-in='1'] .boxRegister {
	display: none;
}
@media only screen and (max-width: 718px) {
	.banner-top-inner .boxSearchTop {
		width: calc(100% - 300px);
	}
}
@media only screen and (max-width: 650px) {	
	.banner-top-inner {
		flex-wrap: wrap;
		padding: 10px;
		height: auto;
	}
	.boxLogo {
		order: 2;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);		
		margin-top: -25px; margin-left: -1px;
		z-index: 1;
	}  
	.boxMenuLogo {
		order: 1;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: -25px;
		z-index: 1;
	}
	.boxSearchTop {
	  order: 4;
	  width: 100%;
	  max-width: none;
	  flex-grow: unset;
	  flex-basis: 100%;
	  margin: -5px 0 0 0;	 
	}	
	.boxRegister {
	  order: 3;
	  margin-left: auto;
	  z-index: 1; margin-top: -3px;
	}
	
}
@media only screen and (max-width: 625px) {	
	.banner-top-inner[user-logged-in='1'] .boxSearchTop {
		order: 4; width: 100%; max-width: none;
  		flex-basis: calc(100% - 2px);
		margin:-5px 0px 0px 0px;
	}
}

.searchInput {
	font-size: 16px;
}
.hdrLogin[user-logged-in='0'] {
	width:auto; height: auto;float: right; clear: both;	display: flex;
	padding:0px 5px 0px 5px; margin:0px 12px 0px 5px;
	align-items: center;
	justify-content: flex-end; /* hoặc space-between nếu cần căn đều */
	gap: 8px; /* khoảng cách giữa input và nút */
	position: fixed;
	z-index: 1000;
}
#hdrLogin[user-logged-in='0'] {
	display: none !important;
}
.popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
}
@media only screen and (max-width: 850px) {		
	
	.header-user-info .accountBtnAddTxt {
		display: none;
	}	
	.header-user-info .accountBtnAddIcon {
		margin-right: 0px;
	}
	.accountBtnAdd i {
		margin-right: 0px;
	}
	
}
@media only screen and (max-width: 780px) {	
	.boxSearchTop {
		width: calc(100% - 300px);
	}	
	
}

@media only screen and (max-width: 718px) {
	
	.header-user-info .accountBtnAddTxt {
		display: none;
	}
	.header-user-info .accountBtnAddIcon {
		margin-right: 0px;
	}
}
@media only screen and (max-width: 650px) {	
	
	
	.banner-top-inner[user-logged-in='1'] .hdrLogin {
		order: 3;
  		
	}
	#hdrSubBanner{
		display: block; float: right;		
		width: auto;
		max-width: 280px;
		margin:-5px -5px 0px 30px;
	}
	#hdrLoginContent {		
		display: none;
		position: fixed; /* Stay in place */
		z-index: 10; /* Sit on top */
		left: 0;
		top: 0;
		margin-left: 0px;		
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		margin: 0px auto; /* 15% from the top and centered */
		padding: 25px 15px; 
		border-bottom: 1px solid #ddd; background-color: #fff;
	}
	.hdr-login-logo {
		display: block; text-align: center; margin-top: -8px; padding-bottom: 12px;
		border-bottom: 1px solid #ddd;  		
	}
	#btnLogin {
		padding:8px 2px 8px 2px; width: 100%; margin-bottom: 10px;
	}
	.popup-close {
		position: absolute;
		top: 6px;
		right: 17px;
	}
	.header-user-info .accountBtnAdd {
		display: none;
	}
}

@media only screen and (max-width: 550px) {
	
	
	
	.boxRegister.show {
		margin-top: 27px;
	}
	.hdrLogin {
		margin-left: auto;
	}
	#hdrLogin[user-logged-in='0'] {
		display: none !important;
	}
	
	a.hdrloginlink {
		display:inline;
	}
}


@media only screen and (max-width: 840px) {
	.frmSearchBanner {			
		border: 0px solid currentColor;	margin-top: 0px;	
	}
	.seach-banner {	
		width: 100%; margin-top: 0px !important; padding: 0px 15px 10px 15px;
	}
	.seach-banner .searchbox {	
		font-size: 16px;
	}
	
}
@media only screen and (max-width: 750px) {	
	.boxLogo1 {
		margin:20px 0px 13px 7px;
	}
}
@media only screen and (max-width: 720px) {
	
	.loginLabel {
		display: none;
	}
	
}

@media only screen and (max-width: 615px) { 	
	
	#hdrSubBanner {			
		display: block; float: right;		
		width: auto;
		max-width: 280px;
		margin:-5px -5px 0px 30px;
	}
	.title { font-size: 22px; font-weight: bold;}	
}

@media only screen and (max-width: 535px) { 	

	#hdrSubBanner {			
		display: block; float: right;		
		width: auto;
		max-width: 280px;
		margin:-5px -5px 0px 30px;
	}
	
}
@media only screen and (max-width: 530px) {
	.boxBannerMailbox {
		margin-left: 0px; margin-right: 0px;
	}
	
	.accountIcon { margin-left: 0px;}
	
	
	.banner-nav .scroll-nav-content {
		display: none;		
	}
	.banner-nav {
		border-top:0px;
	}
	
	
	
	.hdrlink {
		color: #222 !important; font-size: 15px !important;
	}
	
	
	.scroll-nav-header {
		padding: 0px;
	}
	
	.scroll-nav-logo-item div {			
		margin:3px 8px 0px 8px;		  
  	}
	.title { color: #555; line-height: 1.3; font-size: 20px; font-weight: bold; }
}
@media only screen and (max-width: 420px) {	
	.likeLabel { display: none;}	
	.buttonLike img { margin-right: 0px !important;}
}
@media only screen and (max-width: 399px) {
	
	#hdrSubBanner{
		display: block; float: right;		
		width: auto;
		max-width: 280px;
		margin:-5px -5px 0px 10px;
	}		
	
	f
	.boxBannerMailbox {
		margin-right: 0px;
	}	
	
	
}


@media only screen and (max-width: 365px) {		
	.header-user-info {
		padding-right: 0px;
	}
	.header-user-info .accountIcon {
		margin-right: 0px;
	}
}
	

.hdrLoginPopup {	
	background-color: #f1f1f1 !important; padding: 10px !important; border: 2px solid #aaa !important;
}

.popup-close .closebtn {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	color: #666;
	transition: background 0.2s ease;
  }
  
.popup-close .closebtn:hover {
	background: #eee;
	color: #111;
}
.postBar {
	vertical-align:middle; 	
	padding: 3px 10px 3px 5px;
	margin:5px 5px 0px 5px;	
	font-size: 12px;
	color:#666;
}

.listVIPBar {	
	/*background-image:url(/images/background/leather.gif);*/
	color:#96711a; margin:0px 0px 0px 0px; background-color: #f3f3f3;
	font-size: 14px; font-weight: bold;
	padding: 15px 15px 15px 15px;
}
.listVIPBar .bar-name {
	border: 1px solid #ab8d48; border-radius: 3px; padding: 2px 6px;
}
.listBar {
	margin:0px 0px 0px 0px;
	font-size: 14px; 
	background-color: #f3f3f3;	color:#555;
	font-weight: bold;
	padding: 15px 15px 15px 15px;
}
.listBar a {
	color: #666;
}
.listViewMore{
	margin:0px 0px 0px 0px;
	font-size: 14px; 
	background-color: #f3f3f3;	color:#222;
	font-weight: normal;
	padding: 15px 15px 15px 15px;
}

.postBoxAuthor {
	padding:5px 15px 0px 15px;
	margin:0px;
	background-color: #fff;	
}

.storeBoxAuthor {
	padding:10px 0px 10px 15px;
	margin:10px;
	background-color: #fff; border-bottom: 1px solid #ddd;
}

.double-border {
	background-color: #f1f1f1;		
	margin: 0px;
	padding: 25px;	
}
  
.rates-container {
    white-space: nowrap; cursor: pointer;
}


.rates-yellow{
    filter: brightness(0) saturate(100%) invert(41%) sepia(75%) saturate(832%) hue-rotate(357deg) brightness(90%) contrast(99%);
}

.starRate {
	height:16px; position:relative;margin-top:-5px;
}

.pageAccount {
	background-color: #eee; max-width: 100%;
}
.pageAccountInner {
	margin-bottom:5px;margin-top:5px; margin:0px auto; background-image: url("/images/background/lined_paper.png");
}
.pageAccountInnerNoBg {
	margin-bottom:5px;margin-top:5px; margin:0px auto; background-color: #fff;
}
.pageName{ 
	background-color:#CCCCFF; padding:15px calc(8px + 1.5625vw); margin-bottom: 10px; color: #000; border-bottom: 1px solid #aaaadd; border-top: 1px solid #aaaadd;  
}
.pageName *{ 
	font-size: 16px;  
}

.w3-hide-small {
	display:block;
}
.w3-hide-medium {
	display:block;
}
.w3-hide-large {
	display:block;
}
.item-status {
	padding:2px 0px; color:#fff; font-size:11px; display: flex;
	font-weight: normal; font-size: 11px; margin-bottom: 5px;
	flex-direction: row;
}
.label-post-draft {
	color: #000; padding: 3px 0px;
}
.label-post-wait {
	color: #000; padding: 3px 0px;
}
.label-post-cancel {
	color: #E06666; padding: 3px 0px;
}
.label-post-hide {
	color: #E06666; padding: 3px 0px;
}
.pageEditor {
	padding: 15px 20px; background-color: #dcdcdc;
}
.form-insert-image {
	font-size: 13px; background-color: #F3F9FF; padding:10px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 3px;
}
.form-insert-image .right-insert-box {
	padding: 5px 0px 0px 10px; border-left: 1px solid #ddd;
}
/* All buttons */
.buttonSmall {
	font-size:8pt; background-color:#5c708b; color:#fff !important; border: 0px solid #ddd; 
	cursor: pointer; padding: 5px 5px 5px 5px; font-weight: normal; display: inline-block; border-radius: 5px;
}
.buttonSmallSearch {
	background-color:#D0C4DE; color:#000; border: 1px solid #ccc; border-radius: 3px; 
	cursor: pointer; padding: 3px 5px 3px 5px; font-size: 14px; margin-left: 5px;
}
.buttonSmallLight {
	font-size:8pt; background-color:#b4c5da; color:#000; border: 1px solid #ddd; 
	cursor: pointer; padding: 5px 5px 5px 5px;
}
.buttonSmall:hover, .buttonSmallSearch:hover, .buttonSmallContact:hover {	
	
	background-color:#C6511F; 	
}
.buttonSmallContact {
	padding: 6px 8px 6px 8px;
	font-size: 13px;
}

.buttonMedium {	        
	background-color:#5c708b; color:#ffffff;	
    font-size: 14px;   
    line-height: 17px;   
    text-align: center;
	margin-right:5px;		
	padding: 6px 9px 6px 9px;
	text-decoration: none;	
	cursor: pointer; border-radius: 5px;display: inline-block
}
.buttonMediumDisable {	
	background-color:#ddd; color:#555;	
    font-size: 14px;   
    line-height: 17px;   
    text-align: center;
	margin-right:5px;		
	padding: 6px 9px 6px 9px;
	text-decoration: none;	
	cursor: pointer; border-radius: 5px;display: inline-block
}
.buttonMedium:hover {
	background-color:#C6511F; color:#fff;
}

.buttonCommon:hover {  text-decoration: none; color: #C6511F;}
.buttonCommon:active { text-decoration: none; color: #C6511F;}
.buttonCommon:visited { color:#333;text-decoration:none;}
.buttonMenu { padding:0px; color:#333; border:1px solid #ccc; text-decoration:none !important;  }
.buttonMenu:hover {  text-decoration:underline; background-color: #fff; color:#000;}

.buttonEditor {
	padding:8px 12px; font-size: 14px; font-weight:bold; background-color:#0663a5; color:#FFFFFF; margin: 0px 0px 20px 0px; cursor: pointer; border-radius: 5px;
	

 
}
.buttonEditorSmall {
	padding:5px 8px; font-size: 14px;border:1px solid #054a7c; background-color:#087cce; color:#FFFFFF; margin-right: 6px; cursor: pointer; border-radius: 3px;
}
.buttonEditorSimple {
	padding:5px 8px; font-size: 14px;border:1px solid #ccc; background-color:#e2e2e2; color:#222; margin-right: 6px; cursor: pointer; border-radius: 3px;
}
.buttonEditor:hover, .buttonEditorSmall:hover, .buttonEditorSimple:hover {
  color:#fff !important;	  
  background-color:#C6511F;
	
}
.buttonEditor1 {
	padding:8px 12px;  font-size: 14px; font-weight:bold;  background-color:#ccc; color:#222; margin: 0px 0px 20px 10px; cursor: pointer; border-radius: 5px;
}
.buttonEditor1:hover {
	color:#fff !important;	
  	background: #C6511F;  
}
.buttonCommonMedium {
	padding:5px 8px; cursor: pointer; background-color: #c46404; color: #fff; border: 1px solid #ccc;border-radius: 5px;
}
.buttonCommonMedium:hover {
	background-color: #C6511F; color:#fff;
}

.buttonClassicOld {
	background-image: url('/images/menubg.gif'); color:#000000;
	 cursor: pointer;
	font-weight:normal; font-size:15px;  text-decoration:none; padding:6px 15px 4px 15px; 
	border:1px solid; border-radius: 3px;
	border-color: #c89411 #b0820f #99710d;
	border-top: 0px;
}
.buttonClassic {
	background: linear-gradient(to bottom, #ffe396, #f5c844);
	border: 1px solid #d1a734;
	border-radius: 3px;
	color: #111;
	padding: 5px 16px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.2px;
	cursor: pointer;
	box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.15);
	text-align: center;
	transition: background 0.2s ease, box-shadow 0.2s ease;
	display: inline-flex; align-items: center; gap: 5px;
	width: auto;
}

.buttonClassic:hover {
	background: linear-gradient(to bottom, #fce08e, #efbd3c);
  	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  	color: #3a2e00;
}

.buttonClassic:active {
	background: #eeb933;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
	transform: translateY(1px);
}
.buttonClassic:focus {
	outline: 2px solid #c09836;
	outline-offset: 2px;
}
.buttonClassic1 {
	background-image: url('/images/menubg.gif'); color:#000000;
	 cursor: pointer;
	font-weight:normal; font-size:14px;  text-decoration:none; padding:5px 8px 3px 8px; 
	border:1px solid; border-radius: 3px;
	border-color: #c89411 #b0820f #99710d;
	border-top: 0px;
}
.buttonClassicOld img {
	margin-top: -2px;
}
.buttonClassicOld:hover,  .buttonClassic1:hover {
	
	box-shadow: 0 1px 1px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),				
				  inset 0 -1px 1px 1px rgba(250,227,133,1);					  
  }
.buttonClassicSmall {
	background-image: url('/images/menubg.gif'); color:#330003;
	border: 1px solid #f1f1f1; border-top: 0px; cursor: pointer;
	font-weight:normal; font-size:13px;  text-decoration:none; padding:3px 10px; 
	
}
.buttonActionFill  {
	border: 1px solid #aaa; padding: 5px 5px; border-radius: 3px; font-size: 13px;  font-weight: normal;
	color: #2e3138;
    background: #d5d7dd;
    border-color: #d5d7dd;
}
.buttonActionFill:hover  {
	color: #222 !important; background-color: #e5e5e5;
}
.buttonAction  {
	border: 1px solid #aaa; padding: 5px 5px; border-radius: 3px; color: #222; font-size: 13px;  background-color: #f9f9f9; font-weight: normal;
}
.buttonAction:hover  {
	color: #222 !important; background-color: #e5e5e5;
}
.buttonAction img {
	margin-top: -3px;
}
.buttonSimpleSmall{ padding: 3px 6px; color:#333; border: 1px solid #bbb; cursor: pointer;  display: inline-block; border-radius: 3px; font-size: 12px; }
.buttonSimpleSmall:hover {  text-decoration: none; background-color: #fff8b3;}
.buttonSimple { 
	color:#333; border: 1px solid #bbb; cursor: pointer;  display: inline-block; border-radius: 5px; font-size: 14px; font-weight: normal;
	padding: 6px 12px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.buttonSimple:hover {  text-decoration: none; background-color: #fff8b3;}
.buttonSimpleFill {   
    color: #333;
    border: 1px solid #bbb;
    background-color: #EDECE5;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 12px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.buttonSimpleFill:hover {
    text-decoration: none;
    background-color: #C6511F;
    color: #fff;
}
.buttonSimpleFillLight {
    
    color: #333;
    border: 1px solid #ccc;
    background-color: #f9f9f7; /* nền rất nhẹ, sáng hơn #EDECE5 */
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
	padding: 6px 12px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.buttonSimpleFillLight:hover {
    text-decoration: none;
    background-color: #ffcc66; /* nền vàng cam sáng khi hover */
    color: #333; /* vẫn giữ chữ tối cho nhẹ nhàng */
}
.buttonClassicFlat { color:#000; line-height: 2.2; border: 1px solid #aaa; border-radius: 5px;  font-weight:normal; font-size:15px;  text-decoration:none; padding:5px 8px;  background-color:#F8EFAE; cursor: pointer; box-shadow: 0 1px 1px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}
.buttonClassicFlat:hover { color:#000 !important; background-color: #FFFFBE;}

.buttonSubCat {	
	outline: none;	
	font-size: 14px;
	margin-top: 5px;	
	color: rgba(0,0,0,.54);	
	cursor: pointer;	
  }

.buttonContact, .buttonPhone {
	display: inline-block;
	outline: none;
	font-family: inherit;
	font-size: 14px;		
	margin-top: 5px; 		
	padding: 5px 10px 5px 10px;
	color: #222;  
	cursor: pointer;
	background-image: url('/images/menubg.gif'); color:#000000;	
	border:1px solid; border-radius: 3px;
	border-color: #c89411 #b0820f #99710d;
	border-top: 0px;
}
.buttonContact, .buttonPhone {
	margin-left: 5px;
}
.buttonPhone a {
	font-size: 14px;
}

.buttonContact img, .buttonPhone img {
	margin-right: 5px; width: 16px; height: 16px;
}
.buttonContact:focus, .buttonPhone:focus,
.buttonContact:hover, .buttonPhone:hover {
  background-size: 150% 150%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);  
}
.memberTitle {	
    font-size: 12px; display: inline-block; font-weight: 700 !important;
	
    color: #c45500; margin-top: 0px; margin-left: 1px;
    
}

.fileUploadLabel {	
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	font-size: 14px; 
	background-color: #087cce;	
	color: #fff; border-radius: 3px; border: 1px solid #054a7c;
}
.fileUploadLabel:hover {	
	background-color: #C6511F; 
}
.fileUploadLabel input[type="file"] {
    display: none;
}
@media only screen and (min-width: 993px) {
	.w3-hide-large { /* overwrite w3 */
		display:none;
	}
}
@media only screen and (max-width: 992px) {
	.w3-hide-medium {
		display:none;
	}
}
@media only screen and (max-width: 600px) {
	.w3-hide-small {
		display:none;
	}
	.pageEditor {
		padding: 10px 10px;
	}
}

/* The sidepanel menu */
.sidepanel {
	height: 100%;
	width:0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */		
	background-color: #f2f2f2;	
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 30px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
	font-size: 16px;
	padding: 30px 0px 5px 0px;
	top:0;left:0;
}
  
  /* The sidepanel links */
.sidepanel a.menu-item {
	padding: 4px 4px 4px 16px;
	text-decoration: none;
	font-size: 15px;
	color: #c09836;
	display: block;	
}
  
/* When you mouse over the navigation links, change their color */
.sidepanel a.menu-item:hover {
	color: #C6511F;
	background-color: #dfddc8;
}
  
/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
	position: absolute;	top: 0;	right: 15px; font-size: 24px; margin-left: 25px;	
}
  
/* Style the button that is used to open the sidepanel */
.openbtn {
	text-align: left; font-size: 16px; cursor: pointer;
	color: #222;border: none;	width: 100%;	
}
.openbtn:hover {
	background-color: #b5d8f0; color: #222;
}
/* end side panel */

/* Fixed top menu */
ul.fixedTopMenu {
    list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #FFFFFF;
    position: fixed; top: 0; right: 0px; float:right;
}



.replied_ribbon {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #0075F5;
	text-transform: uppercase;
	text-align: center;
	max-width: 100px; top: 90px; border-radius: 3px;
	padding: 5px;
}
.qvmsg {
	padding-left: 10px;display: none; padding:10px; max-height:550px;overflow:auto; border:1px solid #aaa;background-color:#FFFFFF; margin: 5px;  border-radius: 5px;
}
.listCatLeft {
	margin-top:20px; padding-left:28px;
}
.listCatLeftHead {
	margin-bottom:10px; color: #555; font-weight: bold; 	
	font-size: 15px;
}
.listCatLeftHead a {
	color: #333 !important;
}
.listCatLeftRow {
	padding:3px 5px 3px 0px; margin-left:0px ; margin-bottom:3px; 
}
.listCatLeftRow a {
	font-size:14px; padding:2px 0px; color:#333;
}
.listCatLeftRow a:hover {
	color:#CC0000;
}
.listCatLeftSearch {
	padding-left: 0px; margin-bottom:8px; color: #000;  padding-top:10px;
}
.listCatMenu {
	display:flex; justify-content: space-between; background-color: #f1f1f1; 
}
.listCatMenu .boxAction {
	margin-top:5px;
}
.listCatMenu .list-cat-item {
	padding: 3px 0px; color: #666; margin: 5px; font-size: 14px;
}
.listCatMenu .list-cat-item.on {	
	border-bottom: 2px solid #b7bfcb;
}

.successMsg {
	padding:15px 15px; background:#abf7b1; color:#008631; border: 1px solid #008631; margin: 5px 5px; clear: both;
}
.warningMsg {
	padding:15px 15px; background:#ffdcd1; color:#900603; border: 1px solid #900603; margin: 5px 5px; clear: both;
}
.normalMsg {
	padding:15px 15px; background:#ffffcc; color:#333; border: 1px solid #ccc; margin: 5px 5px; clear: both;
}
.normalStatus {
	padding:15px 15px; background:#FEEAD4; color:#333; border: 1px solid #ccc; margin: 5px 5px; clear: both;
}
.normalMsgSimple {
	padding:15px 15px; background:#f2f2f2; color:#0000ff;  margin: 5px 5px; clear: both;
}
.normalComp {
	padding:20px 20px 20px 20px; background:#fff; color:#333; border-bottom: 1px solid #ddd; margin: 10px; clear: both;
}
.normalMsgLarge {
	padding:15px 15px; min-height: 100px; background:#ffffcc; color:#333; border: 1px solid #ccc; margin: 20px 15px; clear: both;
}
.img-not-found {
	margin-right: 10px; float: left;
}
.txt-separator {
	background-color: #ddd; margin: 0px 5px; width: 1px; height: 10px; display: inline-block;
	line-height: 0;
    
}
.vip {
	font-size:12px; font-weight: 700 !important; color: #c45500!important;
	z-index: 1; font-weight: normal;  
}
.item-attr1 {
	padding:2px 3px; font-size:11px; display: flex;
	position: absolute; left: 10px; bottom:11px; z-index: 1; font-weight: normal; font-size: 11px; margin-bottom: 5px;
	flex-direction: row;
}
.item-attr {
	padding:0px;  font-size:11px;
	margin-top:5px; z-index: 1; min-width: 150px;
	
}
.item-new {
	padding:2px 3px; color:#fff; font-size:11px; background-color:#007300; 
	 z-index: 1; font-weight: normal; font-size: 9px; 
}

.item-thly {
	padding:2px 3px; color:#222; font-size:11px; background-color:#ddd; border-bottom-right-radius: 2px; border-top-right-radius: 2px;
	z-index: 1; font-weight: normal; font-size: 9px;
}
.item-giluu {
	padding:2px 3px; color:#fff; font-size:11px; background-color:#0078D4; border-bottom-right-radius: 2px; border-top-right-radius: 2px;
	z-index: 1; font-weight: normal; font-size: 9px;
}
.item-cmua {
	padding:2px 3px; color:#fff; font-size:11px; background-color:#EE4D2D; border-bottom-right-radius: 2px; border-top-right-radius: 2px;
	z-index: 1; font-weight: normal; font-size: 9px;
}
.buttonRetro{
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    padding: 5px 10px;   
    line-height: 1.5;
    background: white;
    color: #000;
    font-size: 16px;    
    font-weight: 400;
    text-align: left;
    border: 1px solid #555!important;
    border-radius: 3px;
    /*box-shadow: 2px 2px #666;   */
	cursor: pointer;
}
.streetName {    
    background: #006E9F;
    color: #fff;   
}
.buttonRetroSmall {
	padding: 3px 8px; margin-bottom:5px;
	font-size: 14px;  
}
.buttonRetroSmall:hover {
	background-color: #E8E2AE; color: #222;
}
.buttonRound {
	border-radius: 2px;
}
.buttonBlue {
	background-color: #17657D ;
	color: #fff;
}
.buttonGold {
	background-color: #A9894B;
	color: #fff;	
}
.buttonGray {
	background-color: #eee;
	color: black;
}
.buttonBlue:hover{
    color: fff;
    background: #5d93a4;
}
.buttonGold:hover{
    color: #fff;
    background: #cab287;
}
.buttonGray:hover{
    color: #000;
    background: #ffffcc;
}

.buttonRetro:active {
    background-color: white!important;
    color: black!important;
    box-shadow: 0px 0px white;
    transform: translateX(1px) translateY(1px); 
}
.buttonRetro:hover {
    background-color: ffffcc!important;
}


.list-paging {
	text-align: center; padding: 20px 5px; background-color: #efefef;
	
}

.retroPagingItem {
	display: inline-block;
    vertical-align: middle;
    user-select: none;   
	padding: 10px 15px;
    line-height: 1;
    background: white;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #ccc;
}
.list-paging-item a { border-right: none; } 
.list-paging-item a:last-of-type { border-right: 1px solid #ccc; }
.retroPagingItem:hover {	
	background-color: #ffffcc;
	color: #000;
	text-decoration:none; display:inline-block;
}
.retroPagingItem:active{
    background-color: white!important;
    color: black!important;    
}

.retroPagingItemSelected {
	background-color: #f1f1f1; color: #000;border: 1px solid #555; border-right: 1px solid #555 !important;	
	position: relative;	
}

.retroPagingItemSelected:hover {
	background-color: #ffffcc;
}
.retroPagingNext {	
    vertical-align: middle;
    user-select: none;
    padding: 5px 10px;
    line-height: 1;    
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;   	
	text-decoration:none; color:#000; display:inline-block;	
	padding-top:10px; border: 0px;padding-bottom:10px;
	
}
.retroPagingNext:hover {	    
	background-color: #aaa;
}
.retroPagingNext:active{    
    transform: translateX(1px) translateY(1px); 
}

.retroPagingNextLock {
	background-color: #fff; 
    border: 0px;
	cursor: default;
	text-decoration:none;margin-right:5px; padding: 8px 8px 7px 9px; color:#666; display:inline-block; 
}
.retroPagingNextLock:hover {
	background-color: #fff; 
    border: 0px;
	cursor: default;
	text-decoration:none;margin-right:5px; padding: 8px 16px 7px 17px; color:#666; display:inline-block; 
}
.paging-next-inline {
	display: inline-block; padding: 6px 10px;
}
.paging-next-block {
	display: none; text-align: center; padding: 15px;
}
.paging-next-block .retroPagingNext {
	padding: 15px 25px; border: 1px solid #ccc; border-radius: 3px;
}
/* >= Iphone 6 plus portrait*/
@media only screen and (max-width: 550px) { 	
	.paging-next-inline {
		display: none;
	}
	.paging-next-block {
		display: block;
	}
}
.tabinator {
	
	padding: 5px 10px 0px 10px;
	padding : 5px calc(3px + 1.5625vw);
	padding-bottom: 0px;
	border-bottom: 1px solid #bbb;	
}  
.tabinator input {
	display: none;
}
.tabinator  a {
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	padding: 8px calc(8px + 1.5625vw);
	color: #888;
	margin-bottom: -1px;
	margin-left: -1px;	
	border: 1px solid #fff; border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.tabinator a.active {
	position: relative;
	color: #000;
	background: #fff;
	border: 2px solid #bbb;
	border-bottom: 1px solid #fff;
	border-radius: 5px 5px 0 0;
}  
.tabinator a:hover {
	color: #888;
	cursor: pointer;
	background-color: #f1f1f1;
	border: 2px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-radius: 5px 5px 0 0;
}

.boxUpload {
	margin:5px 5px 5px 0px;float:left;width:120px; height:140px;border:solid 1px #ccc;
}
.boxUploadImg {
	height: 90px; background-color: #f6f6f6; text-align: center; display: block;
}
.boxUploadTool {
	height: 30px; padding: 3px 0px 0px 10px;  display: block;
}
.boxUploadImgDesc {	
	text-align:center;font-size:12px; background-color:#BBD4EE;color:#000;padding:2px; display: block;
}
.footer-desc2 {	
	background-color: #ffcc00; font-weight: bold;
	color: #000; padding: 5px 16px 10px 16px; font-size: 15px;	
}
.footer-desc1 {
	padding: 255px 16px 25px 16px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #F8F1F1 !important; font-size: 14px; color: #222;
}
.footer-desc3 {		
	padding: 25px 16px 25px 16px; clear: both;
	background-color: #ffffcc;
	color: #000;	font-size: 14px; font-weight: normal; border-bottom: 1px solid #4A320F;
}
.footer-copyright {
	padding:15px 0px; color:#000;
}
.smalltxt {
	font-size: 13px;
}
.post-date-desc {
	padding: 15px; margin: 0px; color: #666; background-color: #fff; border-top: 1px solid #ddd;
}
.post-date-desc-update {
	float: left; margin-left: 10px;
}

#divMenuSubCategory { display:none; background-color: #f6f6f6;  padding:10px; }
#divMenuSubCategory .button {
	border: 1px solid #ccc; padding: 5px; line-height: 1.8;
}
.contact-textbox {
	font-size:16px; line-height: normal;  border-radius: 3px; 
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	max-width: -webkit-calc(100% - 10px);
	max-width: calc(100% - 10px);		
}
.seach-banner {
	position: relative; margin-top: 25px;
	float: right;
}


  /* DivTable.com */
.divTable{	
	width: 100%; background-color: #aaa; 
}
.divTableRow {	
    margin-top: 10px;
}
.divTableCell, .divTableHead {
	border: 1px solid #ccc; border-radius: 3px;	
	padding: 5px 10px;
}
.divTableCell {
    background-color: #efefef;
}
.divTableHead {
    color:#fff;
}
.divTableHeading {
	background-color: steelblue;	
	font-weight: bold;
}
.divTableServiceLog {
	background-color: #4c9a2a;	
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;	
	font-weight: bold;
}

.boxCommentNormal {
	padding: 3px; margin-top: 3px;display: inline-block;
}
.boxCommentExpired {
    color: #da3333; padding: 3px; margin-top: 3px;display: inline-block;
}
.boxDateExpired {
    background-color: #f1b3b3; color:#000;
}
.boxDateStop {
    background-color: #ccc; color:#000;
}
.boxDateExpiredDeep {
    background-color: #da3333; color:#fff;
}
.boxDateActive {
    color:#000; 
}
.boxDateActiveNearExpired {
    background-color: #ffcc00; color:#000;
}
.boxDateNormal {
    background-color: #fff;
}
.rowStop {
    background-color: #ddd;
}
.rowRequest {
    background-color: #cdf0ff;
}


.boxShopVip {
    color:333; margin-bottom: 5px; display: inline-block; font-weight: bold; font-size: 16px;
}
.subject {
	font-size: 16px; color: #0000ff;
}
.in-circle {
    display: inline-block;   
	border: 1px solid #222; 
    color: #222;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    font-family: Verdana;
}

.tagify {
    background-color: #fff !important; /* Xám nhạt */    
    border-radius: 5px;
    padding: 5px;
}
/* Phần chứa các tab */
.tab {
    overflow: hidden;
    border-bottom: 2px solid #ddd;
    background-color: white;
    display: flex;
}

/* Nút Tab */
.tab button {
    background-color: transparent;
    border: none;
    padding: 10px 16px;
    margin-right: 5px;
    font-size: 16px;
    color: #555;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

/* Khi rê chuột vào Tab */
.tab button:hover {
    background-color: #ddd;
}

/* Tab đang được chọn */
.tab button.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
    background-color: white;
}

/* Nội dung của từng Tab */
.tabcontent {
    display: none;
    padding: 15px;
    border: 0px solid #ddd;
    border-top: none;
    background: white;
}

@media only screen and (max-width: 650px) {
	.tabcontent {
		padding: 10px 0px;
	} 
}

.tabcontent.active {
    display: block;
}

/* Nút nhắn tin */
.btn-profile-action {
    display: inline-flex; /* Để icon và chữ nằm ngang */
    align-items: center;
    text-decoration: none; /* Loại bỏ gạch chân */
    padding: 5px 10px; /* Giảm padding để nút nhỏ gọn hơn */   
    color: white;
    font-weight: bold;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}
.btn-profile-action:hover, .btn-profile-action:focus {
	color:white !important;
}
.btn-profile-action a {
	color: white !important;
}
.btn-message {
    background-color: #007bff;   
}
.btn-message:hover {
    background-color: #0056b3;
}

/* Nút kết bạn */
.btn-add-friend {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 5px 10px; /* Giảm padding để nút nhỏ gọn hơn */
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease-in-out;
	min-width: 120px; /* Giảm chiều rộng tối thiểu */
}
.btn-add-friend:hover {
    background-color: #1e7e34;
}



/* Điều chỉnh icon trong nút */
.btn-message .glyphicon,
.btn-show-phone .glyphicon {
    font-size: 14px;
    margin-right: 5px;    
    line-height: 1; /* Giữ icon cân bằng */
}

/* account popup */
.popup-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.popup-menu li {
	padding: 3px 6px;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.2s;
}
.popup-menu .name {
	background: #f5f5f5;
}
.popup-menu li:hover {
	background: #f5f5f5;
}
.popup-menu li .icon {
	width: 18px;
    height: 18px;
}
.popup-menu li .large-icon {
	font-size: 1.6em;
	line-height: 0.8;
}
.vip {
	color: #d9534f;
	font-weight: bold;
}
.popup-header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 6px;
	
	flex-wrap: wrap;	
}
.popup-header img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.popup-header .name {
	font-size: 14px;
	font-weight: bold;
	color: #1a1a1a;
	font-weight: 600;
}
.popup-header .acc-vip {
	color:#6c757d; font-size: 0.9em; font-weight: normal; width: 100%;
}
.popup-header .acc-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #212529;
	font-weight: 600;
	font-size: 1em;
}

.btn-post {
	background-color: #BE2829;
	color: #fff;
	border: none;
}
.btn-post:hover {
	background-color: #b55a18;
	color:#fff;
}
.banner-icon { margin: 0px; padding: 0px; display: flex; align-items: center;}
/* Notification bubble */
.notification {
	text-decoration: none;
	position: relative;
	display: inline-block;
	border-radius: 6px; padding: 9px 6px;
}
.notification:hover {
	background-color: #f2f2f2;
}
.notification .badge {
	position: absolute; font-size:11px;
	top: 5px;
	right: 8px;
	padding: 1px 3px; padding-top:1px;
	min-width:15px;
	background: red;
	color: white;
	text-align:center;	
}
/* my account dropdown */
.account-menu-avatar { 
	object-fit: cover; width:32px; height:32px; border-radius: 50%;
}
.menu-icon {
	font-size: 24px;
	color: #444;
	cursor: pointer;
	padding: 6px;
}
.menu-icon:hover {
	background-color: #f2f2f2;
	border-radius: 5px;
}
@media only screen and (max-width: 650px) {
	.account-menu-avatar {		
		width: 24px;
		height: 24px;		
	}
	.mailboxIcon {
		font-size: 18px;
	}
	.menu-icon {
		font-size: 20px;
	}
	
}
.account-menu-down {
	color: #444; font-size: 12px; align-self: center;vertical-align: middle;
	margin-top: 2px;
}
.myAccountDropdown {
	position: relative;
	display: inline;
}
.myAccountDropdownButton {
	display: flex; cursor:pointer; gap: 8px;
	align-items: center;
	padding: 6px 6px 5px 6px;
	border-radius: 6px;
	transition: background-color 0.2s ease;
}
.myAccountDropdownButton:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}
.myAccountDropdownContent .icon {
	margin-top: -0px; width: 16px; height: 16px;  margin-left: 2px; margin-right: 5px; 
}
.myAccountDropdownContent .icon24 {
	margin-top: -0px; width: 24px; height: 24px;  margin-left: 2px; margin-right: 5px; 
}
.myAccountDropdownContent {
	background-color: #fff;
	display: none;
	position: absolute;
	margin-top:60px;
	right:10px;
	min-width: 300px;
	z-index:12;
	padding:10px 5px 12px 5px; text-align: left; border: 1px solid #ccc; border-radius: 4px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.myAccountDropdownContent a {
	display: block;	color: #000; padding: 5px;
}
.myAccountDropdownContent a.name {
	border-bottom: 1px solid #ddd;
}
.myAccountDropdownContent a.name:hover {
	background-color: #f2f2f2;
}
/* manage acc */

.dashboard-container {
	max-width: 960px;
	margin: 20px 0 0 25px;
	padding: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
.dashboard-content {
	padding: 15px;
}
@media only screen and (max-width: 1015px) {
	.dashboard-container {
		margin: 0px; padding: 5px 25px;
	}
}
@media only screen and (max-width: 650px) {
	.dashboard-container {
		margin: 0px; padding: 5px;
	}
	.dashboard-content {
		padding: 10px;
	}
}
.dashboard-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
	margin-top: 0px !important;
	display: flex;
	align-items: center;
	gap: 6px; text-align: center; 
}
.dashboard-subtitle {
	font-size: 13px;
	color: #777;
	margin-bottom: 20px;
}
.dashboard-profile-container {
	width: 1200px;
    max-width: 100%;     
    margin: 20px auto 0;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}
.dashboard-profile-header {
	display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.dashboard-avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #ddd;
	background-color: #fff;
}
.dashboard-profile-info {	
	max-width: 100%;	
	flex: 0 1 auto;
 	width: auto;
	background-color: #fff;
	padding: 10px 5px;
	border-radius: 5px;
}
.dashboard-profile-info h2 {
	margin: 0;
	font-size: 20px;
	background: rgba(255, 255, 255, 0.8); /* nền trắng mờ */
	padding: 2px 6px;
	border-radius: 4px;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1); /* đổ bóng nhẹ */
}
.dashboard-profile-name {
	margin-right: 10px;
}
.dashboard-profile-info .dashboard-status {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}
.dashboard-vip-badge {
	background-color: gold;
	color: #000;
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 4px;	
	margin-right: 10px;
}
.dashboard-quick-tools {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px;
	margin-top: 20px;
}
.dashboard-tool-card {
	background: #f8f9fa;
  	border: 1px solid #ddd;
	padding: 12px;
	border-radius: 6px;
	text-align: center;
	transition: background 0.2s;
}
.dashboard-tool-card:hover {
	background: #f0f8ff;
	transform: translateY(-2px);
 	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.dashboard-tool-card i {
	font-size: 20px;
	margin-bottom: 6px;
	color: #0d6efd;
}
.dashboard-tool-card span {
	display: block;
	font-size: 14px;
	color: #333;
}
.dashboard-package-box {
	margin: 24px 12px 24px 12px;
	padding: 16px;
	background-color: #fffbe5;
	border: 1px solid #f6e27b;
	border-left: 5px solid #f2b91f;
	border-radius: 6px;
}
.dashboard-package-title {
	font-weight: bold;
	margin-bottom: 4px;
}
.dashboard-package-info {
	font-size: 14px;
}
.dashboard-avatar-upload {
	position: absolute;
	left: 100px;
	bottom: 0;
	font-size: 13px;
	color: #007bff;
	cursor: pointer;
}
/* Thêm modal crop ảnh */
.dashboard-cropper-container {
	text-align: center;
}

.dashboard-cropper-container img {
	display: inline-block;
}
.dashboard-modal {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.dashboard-modal-content {
	background: white;
	padding: 20px;
	border-radius: 6px;
	max-width: 90vw;
	max-height: 90vh;
}
.dashboard-modal.show {
  	display: flex;
}
.dashboard-avatar-wrapper {
	position: relative;
	display: inline-block;
}  
 
.dashboard-avatar-upload-btn {
	
	font-size: 13px;
	background: #f8f9fa;
	border: 1px solid #ccc;
	padding: 4px 10px;
	border-radius: 4px;
	color: #333;
	padding: 4px 10px;
	border-radius: 12px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
	z-index: 2;
	min-width: 90px;
	max-width: 100%;
}
.dashboard-avatar-upload-btn:hover, .dashboard-banner-upload-btn:hover {
	background: #e6f0ff;
	border-color: #b3d7ff;
}
.dashboard-avatar-upload-btn i {
	font-size: 14px;
}
.dashboard-avatar-upload-btn input {
	display: none;
}
.dashboard-cover-photo {
	width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    position: relative;
    background-color: #f5f5f5;
}

.dashboard-cover-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.dashboard-banner-thumb-box {
	margin-top: 12px;
	display: block;
	align-items: center;
	gap: 10px;
	clear: both;
  }
  .dashboard-banner-thumb {
	width: 240px;
	height: 60px;
	border: 1px solid #ccc;
	object-fit: cover;
	border-radius: 4px;
  }
  .dashboard-banner-upload-btn {
	
	font-size: 13px;
	background: #f8f9fa;
	border: 1px solid #ccc;
	padding: 4px 10px;
	border-radius: 4px;
	color: #333;
	padding: 4px 10px;
	border-radius: 12px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
	z-index: 2;
	min-width: 90px;
	max-width: 100%;
  }

.dashboard-banner-upload-btn input {
	display: none;
}


.profile-vip-icon {    
    width: 24px;
    height: 24px;
}
/* Khung profile */
.profile-container {
    width: 1200px;
    max-width: 100%; /* Để co giãn trên màn nhỏ */       
    margin: 20px auto 0; /* Đẩy xuống để không che header */
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2; /* Đảm bảo nằm trên banner */
    flex-wrap: wrap; /* Hỗ trợ responsive */
}

.profile-cover-photo {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    position: relative;
    background-color: #e0e0e0 ;
}
.profile-cover-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Khu vực thông tin user */
.profile-user-info {
    display: flex;            /* 💥 THÊM DÒNG NÀY */
    align-items: center;      /* canh dọc avatar và nội dung */
    margin-top: -30px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
    position: relative;
    z-index: 2;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.profile-details {
    flex: 1;
    min-width: 0;
}
.profile-details a h2 {
	font-size: 18px; color: #000; margin: 8px 0 4px 0 !important; padding: 0 !important;line-height: 1.3;    
}

/* Avatar */
.profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	flex: 0 0 auto; /* Avatar giữ nguyên kích thước */
    margin-right: 16px;
}
@media (max-width: 414px) {
	.profile-avatar {
		width: 80px;
		height: 72px;
	}
}
/* Thông tin cá nhân */
.profile-info {	
	width: 100vw;
	text-align: left;	
	background: #fff;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
}

.profile-info h2 {
    margin: 0;
    color: #333;
}

.profile-info .profile-info-content {
	margin-top: 10px;
    color: #222;
    font-size: 13px;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 6px;
}
.profile-info .profile-info-content * {	
    font-size: 13px;
	line-height: 1.5;
}
/* Responsive - Khi màn hình nhỏ */
@media (max-width: 768px) {
    .profile-container {
        flex-direction: column; /* Chuyển sang dạng cột trên màn hình nhỏ */
        align-items: center;       
    }  
    .profile-info {        
        margin-top: 5px;
		padding: 5px 15px 5px 15px;
    }
	.profile-slogan {
		padding: 0px 10px;
	}
   
	#profile-toggle-intro {
        text-align: center; /* Canh giữa khi màn hình nhỏ */
    }
 
}
.profile-slogan {
    font-weight: bold;
    font-size: 16px;
    color: #d9534f;
    text-align: left;
    margin: 20px 0;
}
#profile-intro-text {
    max-height: 60px; /* Giới hạn chiều cao */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}

#profile-intro-text.expanded {
    max-height: none; /* Mở rộng hết nội dung */
}
#profile-toggle-intro {
    display: block;
    text-align: left;
    margin-top: 8px;
    color: #cc0000;            /* 🌟 Màu nổi bật */
    font-weight: 500;          /* 🌟 Đậm nhẹ */
    text-decoration: underline;/* 🌟 Nhấn mạnh */
    cursor: pointer;
}

.profile-badges {
    margin-top: 6px;
    display: flex;
	flex-direction: column;    
    gap: 5px;
}

/* Badge VIP, điểm uy tín, icon */
.profile-vip-badge {
	display: inline-block;
    background: linear-gradient(to right, #fdd835, #fff176);
    color: #333;
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
	align-self: flex-start;
}
.profile-vip-badge i {
    margin-right: 4px;
}
.profile-rating {
    font-size: 13px;
    color: #555;
    display: block;
    align-items: center;   
}
.profile-rating i {
	color: #28a745;  /* màu xanh lá, hoặc #555 cho trung tính */
	margin-right: 4px;
	
}
.profile-verify-warn {
    font-size: 13px;
    color: #f39c12;
    display: block;
    align-items: center;    
}

/* Nút liên hệ */
.profile-actions {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}
.profile-actions .a-button,
.profile-actions .a-button:visited,
.profile-actions .a-button:focus,
.profile-actions .a-button:active {
    background: #43a047;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
}

.profile-actions .a-button:hover {
    background: #388e3c;
}


/* Nút hiện số điện thoại */
.btn-show-phone {
    cursor: pointer;
    background: #43a047;
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
}

.btn-show-phone:hover {
    background-color: #388e3c;
	color: #fff;
}

.btn-show-phone a {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 414px) {
    .profile-actions .a-button,
    .profile-actions .btn-show-phone {
        padding: 4px 8px;  /* giảm padding ngang */
        font-size: 12px;   /* giảm font size */
        white-space: nowrap; /* chống xuống dòng text */
    }
    .profile-actions {
        gap: 10px;          /* giảm khoảng cách */
    }
}
.profile-meta {
    font-size: 14px;
    color: #444;
    margin: 25px 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.profile-meta i {
    color: #888;
    margin-right: 6px;
    font-size: 1.1em;
}

@media (max-width: 768px) {
    .profile-meta {
        margin: 5px 10px 0 10px;
        gap: 14px;
    }
}

.profile-location,
.profile-joined {
    display: flex;
    align-items: center;
    gap: 4px;
}

.profile-slogan {
    font-size: 13px;
    color: #c00;
    font-weight: 500;
    margin-top: 6px;
}

.profile-description {
    font-size: 14px;
    color: #333;
    background: #f9f9f9;
    padding: 12px;
    border-radius: 6px;
    margin-top: 14px;
    line-height: 1.5;
}

/* profile post list  */

.profile-postListContainer {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
    padding: 0px;
    box-sizing: border-box;
}

@media (max-width: 700px) {
	.profile-postListContainer {
	  grid-template-columns: repeat(2, 1fr);
	  gap: 10px;	 
	}
  }
@media (max-width: 400px) {
	.profile-postListContainer {
	  grid-template-columns: 1fr 1fr;
	}
}
  .profile-postItemInner {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 260px;
	max-width: 240px;
  }
  .profile-postItem {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
  
  .profile-postItem:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .profile-postImageWrapper {
	height: 140px;
	overflow: hidden;
	flex-grow: 1;
    min-height: 90px;
    max-height: 180px;
    height: auto;
	display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 700px) {
    .profile-postImageWrapper {
        max-height: 230px !important;
        height: auto !important;        
    }
}
  .profile-postImageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
  
  .profile-postInfoWrapper {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
  }
  
  .profile-productName {
	font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .profile-listPrice {
	color: #e53935;
	font-weight: bold;
  }
  
  .profile-listAuthorInfo {
	font-size: 12px;
	color: #777;
	margin-top: auto;
  }

/* ============ category post list page =========== */
.catpost-postListContainer { opacity: 0; }
body.catpost-ready .catpost-postListContainer { opacity: 1; transition: opacity 0.2s; }

.catpost-postListContainer {
		padding: 10px 10px;
}
.catpost-item-attr {
	padding:0px;  font-size:11px;
	margin-top:5px; z-index: 1; min-width: 150px;
	
}
.catpost-postItem {
border-bottom: 1px solid #eee;
padding: 0px 0px;
}  

.catpost-postImageWrapper img {
width: 100%;
height: auto;
object-fit: cover;
}  

.catpost-productName, .catpost-listProductName {
font-size: 16px;
font-weight: bold;
color: #004C99;
line-height: 1.4;
text-decoration: none;
}
.catpost-productName:hover, .catpost-listProductName:hover {
color: #CC0000;
}

/* Giá */
.catpost-listPrice {
color: #e53935;
font-weight: bold;
margin-top: 4px;
}
.catpost-listAuthorInfo {
display: flex;
align-items: center;
gap: 5px;
width: 200px;
flex-shrink: 0;
min-width: 0;

}
.catpost-listAuthorText {
    display: flex;
    flex-direction: column;
	min-width: 0;
}
  
.catpost-listAuthorInfo img.catpost-avatar {
width: 40px;
height: 40px;
border-radius: 50%; margin-right: 8px;
}

@media (max-width: 600px) {
	.catpost-listAuthorInfo img.catpost-avatar {
		width: 24px;
		height: 24px;
	}
	.catpost-listAuthorInfo {
		gap: 0px;
	}
}
  
/* ===== GRID VIEW ===== */
.catpost-gridView {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 16px;
}
.catpost-gridView .catpost-postItem {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	padding: 0;
}
.catpost-gridView .catpost-postImageWrapper {
	background: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catpost-gridView .catpost-postImageWrapper img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.catpost-gridView .catpost-postInfoWrapper {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.catpost-gridView .catpost-listAuthorInfo {
    margin-top: 8px;
}
@media (max-width: 600px) {
  .catpost-gridView {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .catpost-gridView .catpost-productName {
    font-size: 14px;
    line-height: 1.3;
  }
  .catpost-gridView .catpost-postInfoWrapper {
    padding: 8px;
  }
}
@media (max-width: 320px) {
    .catpost-gridView {
        grid-template-columns: 1fr;
    }
}
  /* ===== LIST VIEW ===== */
  .catpost-listView .catpost-postItem {
	display: grid;
	grid-template-columns: auto 1fr;
 	 gap: 10px;
	align-items: stretch;
	padding: 12px 0;
	
  }
  .catpost-listView .catpost-postImageWrapper {
	flex-shrink: 0;
	width: 160px;
	min-height: 90px;
    max-height: 180px;
    height: auto;
	margin-right: 10px;
	overflow: hidden;
	background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catpost-listView .catpost-postImageWrapper img {
	width: 100%;
 	 height: 100%;
 	 object-fit: cover;
  }
  .catpost-listView .catpost-postInfoWrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	min-width: 0;
	margin-top: 6px;
  }

  .catpost-listView .catpost-listProductName {
	flex: 1;
  }
 
  /* ===== RESPONSIVE ===== */
@media (max-width: 820px) {
	.catpost-listView .catpost-postInfoWrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}
  @media (max-width: 600px) {
	.catpost-listView .catpost-postItem {
	  flex-direction: row;
	  align-items: flex-start;
	  padding: 14px 0;
	}
	.catpost-listView .catpost-productName {
        font-size: 15px;
		line-height: 1.4;
    }
	.catpost-listView .catpost-postImageWrapper {
		width: 140px;
        min-height: 90px;
        max-height: 180px;
	  
	}
	.catpost-listView .catpost-postInfoWrapper {
	  flex-direction: column;
	  align-items: flex-start;
	}
	
  }

  /* ========== CAT POST TOP MENU ========== */

  .catpost-scroll-nav {
	position: relative;
	overflow: hidden;
	margin: 10px 0;
  }
  
  .catpost-scroll-nav-content {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 10px;
	padding: 8px 40px 8px 3px;
  }
  
  .catpost-scroll-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 8px;
	font-weight: bold;
	cursor: pointer;
	z-index: 5;
	user-select: none;
	color: #333;
  }
  
  .catpost-scroll-arrow.catpost-left-arrow {
	left: 5px;
  }
  
  .catpost-scroll-arrow.catpost-right-arrow {
	right: 5px;
  }
  
  .catpost-scroll-arrow:hover {
	background: #f0f0f0;
	border-color: #999;
  }  
  
  .catpost-list-cat-item {
	white-space: nowrap;
	padding: 6px 12px;
	background: #f8f8f8;
	border-radius: 20px;
	font-size: 14px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #333;
	flex-shrink: 0;
  }
  
  .catpost-list-cat-item.on {
	background: #337ab7;
	color: white;
	font-weight: bold;
	border-color: #2c6ba0;
  }
  
  .catpost-list-cat-item:hover {
	background: #eee;
  }

  /* =========== CAT POST MENU BAR ========== */

  .catpost-menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    margin: 0 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
  
  .catpost-dropdown {
	position: relative;
	display: inline-block;
  }
  
  .catpost-dropdown-toggle {
    cursor: pointer;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}
  
.catpost-dropdown-toggle .caret {
	display: none;
}

.catpost-dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
    min-width: 150px;
    z-index: 99;
}  
.catpost-dropdown.open .catpost-dropdown-menu {
    display: block;
}
.catpost-dropdown .bi-caret-down-fill {
    transition: transform 0.2s ease;
}
.catpost-dropdown.open .bi-caret-down-fill {
    transform: rotate(180deg);
}  
.catpost-dropdown-menu a {
	display: block;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
}

.catpost-dropdown-menu a:hover {
	background-color: #f0f0f0;
}
  
.catpost-post-button {
	background: #337ab7;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	font-size: 14px;
}

.catpost-post-button:hover {
	background: #286090;
}
  
  
.catpost-toggle-container {
	margin-left: auto;
	display: flex;
	gap: 4px;
}
.catpost-toggle {
    display: flex;
    gap: 8px;
}
.catpost-toggle a {
	display: flex;
	align-items: center;
}
  
.catpost-dropdown-menu {
    display: none;
}
.catpost-dropdown.open .catpost-dropdown-menu {
    display: block;
}

.catpost-view.catpost-list {
    background: url("/images/icon/svg/list.svg") no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.catpost-view.catpost-grid {
    background: url("/images/icon/svg/grid-four.svg") no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.catpost-view {
	background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .catpost-view:hover {
    background-color: #eee;
}
  .catpost-view.on {
	background-color: #ddd !important;
  }

.sidebar-search-wrapper {
    padding: 10px;
    margin-bottom: 8px;
    color: #000;
    background: #f9f9f9;
    border-radius: 6px;
}

.sidebar-search-wrapper form {
    display: flex;
}

.sidebar-searchbox {
    flex: 1;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
	width: 100%;
	max-width: 180px;
	box-sizing: border-box;
}

.sidebar-search-button {
    padding: 6px 10px;
    background: #337ab7;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background 0.3s;
}
.sidebar-search-button:hover {
    background: #2c6ba0;
}
.profile-rating-tab-buttons {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.profile-rating-tab-btn {
    padding: 8px 16px;
    text-decoration: none;
    color: #333;
    border-bottom: 3px solid transparent;
    font-size: 14px;
}
.profile-rating-tab-btn:hover {
    color: #e67e22;
}
.profile-rating-tab-btn.active {
    border-bottom-color: #e67e22;
    font-weight: bold;
    color: #e67e22;
}
.profile-rating-summary {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.profile-rating-points {
	margin-bottom: 18px; margin-top: 8px;
}
.profile-rating-stats {
    margin-top: 8px;
}
.profile-rating-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 4px;
}
.profile-rating-list {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.profile-rating-item {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.profile-rating-item:hover {
    background-color: #f1f5f6;
}
.profile-rating-item:last-child {
    border-bottom: none;
}
.profile-rating-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    flex-wrap: wrap;
}
.profile-rating-name {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.profile-rating-score {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #555;
    text-decoration: none;
}
.profile-rating-score img {
    vertical-align: middle;
}
.profile-rating-time {
    color: #008000;
    font-size: 12px;
    margin-left: auto;
}
.profile-rating-content {
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}
.profile-rating-good {
    border-left: 4px solid #28a745;
}

.profile-rating-neutral {
    border-left: 4px solid #6c757d;
}

.profile-rating-bad {
    border-left: 4px solid #dc3545;
}
.profile-rating-withdrawn {
    border-left: 4px solid #6c757d;
    background-color: #f8f9fa;
    color: #6c757d;
}
.profile-rating-withdrawn .profile-rating-header i {
    color: #6c757d;
}
.profile-rating-actions {
    text-align: right;
    margin-bottom: 8px;
}

.profile-rating-btn {
    background-color: #e67e22;
    color: #fff; 
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.profile-rating-btn:hover {
    background-color: #d35400;
    color: #fff;
}
.mem-rate-form {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    max-width: 500px;
    margin: 10px auto;
}
.mem-rate-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}
.mem-rate-title a {
	font-size: 18px;
}
.mem-rate-username {
    color: #e67e22;
    font-weight: bold;
}
.mem-rate-group {
    margin-bottom: 12px;
}
.mem-rate-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}
.mem-rate-select,
.mem-rate-textarea {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
.mem-rate-actions {
    display: flex;
    gap: 10px;
}
.mem-rate-btn {
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.mem-rate-btn-submit {
    background-color: #3498db;
    color: #fff;
    border: none;
}
.mem-rate-btn-submit:hover {
    background-color: #2980b9;
}
.mem-rate-btn-back {
    background-color: #e0e0e0;
    color: #333;
    border: none;
}
.mem-rate-btn-back:hover {
    background-color: #ccc;
}
.mem-alert {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 500px;
    margin: 0 auto 15px;
    border: 1px solid transparent;
}
.mem-alert {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeeba;
}
.mem-alert-success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}
.mem-alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}
.mem-alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border-color: #bee5eb;
}
.mem-alert i {
    font-size: 18px;
}
.admin-panel-dialog {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.admin-panel-dialog.active {
    display: flex;
}
.admin-panel-content {
    background: white;
    padding: 20px;
    border-radius: 6px;
    min-width: 300px;
    max-width: 90%;
    position: relative;
}
.admin-panel-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.tool-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: #CC0000;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2); /* viền đen nhẹ hơn */
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); /* đậm hơn chút cho rõ */
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}
.tool-fab:hover {
    background: #990000;
	color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.tool-fab.floating-post-button {
    display: none;
}
.tool-fab.floating-admin-button {
    bottom: 20px;
}
@media screen and (max-width: 650px) {
	.header-post-button {
	  display: none;
	}  
	.tool-fab {
		width: 44px;
		height: 44px;
		font-size: 18px;
	}
	.tool-fab.floating-post-button {
        display: flex;
    }
	.tool-fab.floating-admin-button {
        bottom: 80px;
    }
}

/* POST VIEW */
* {
	box-sizing: border-box;
  }
  
  .postview-wrapper {
	padding: 20px;
	margin: 0 auto;
	max-width: 100%;
	background: #fff;
	border: 0;
	overflow: hidden;
  }
  
  .postview-box_title {
	margin: 0;
  }
  
  .postview-title {
	color: #555;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	font-family: "Lexend Deca", Helvetica, 'Roboto', Arial, sans-serif;
  }
  
  .postview-section-head {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 10px 27px;
	background: #edeff2;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .postview-postContent {
	padding: 20px 5px 30px 5px;
	font-size: 18px;
	background: #fff;
  }
  .postview-postContent img {
	 max-width: 100%;
	 height: auto;
  }
  .postview-postSignature {
	margin-top: 20px;
  }
  
  .postview-double-border {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	font-weight: bold;
	color: #444;
  }
  
  .postview-smalltxt {
	font-size: 13px;
	color: #777;
	padding: 10px 27px;
  }
  
  .postview-tool,
  .postview-tool-2 {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;	
	background: #f9f9f9;		
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 12px;
	justify-content: flex-end;
	max-width: 800px;
    margin-left: auto;
    
  }
  .postview-tool-2 {
	margin-top: 10px;
  }
  .postview-report-box {
	display: inline-flex;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
  }
  .postview-sub-action {
	background: #e0e0e0;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
  }
  .postview-sub-action i:not(:only-child) {
	margin-right: 6px;
  }
  .postview-sub-action:hover {
	background: #d5d5d5;
  }
  
  .postview-post-head {
	display: flex;
	gap: 20px;
	padding: 20px;
	max-width: 1100px;
	margin: 0 auto;
	flex-wrap: wrap;
  }
  
  .postview-post-image {
	flex: 0 0 auto;
	max-width: 400px;
	width: 100%;
  }
  
  .postview-post-image img {
	width: 100%;
	border-radius: 4px;
  }
  
  .postview-post-author {
	flex: 1;
	display: flex;
	gap: 12px;
	min-width: 0;
  }
  
  .postview-postAvatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  
  .postview-postAuthorInfo {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
	/* Optional: uncomment nếu muốn viền nhẹ
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 6px;
	padding: 10px;
	background: #fafafa;
	*/
  }
  
  .postview-mediumName {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	text-decoration: none;
  }
  
  .postview-memberTitle {
	display: inline-block;
	background: #fdd835;
	color: #333;
	font-size: 11px;
	padding: 1px 6px;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 4px;
	align-self: start;
  }
  
  .postview-postRating {
	font-size: 13px;
	color: #555;
  }
  
  .postview-postAddress {
	font-size: 13px;
	color: #666;
  }
  
  .postview-postContact {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 8px;
  }
  
  .postview-buttonAction {
	background: #43a047 ;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 13px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
  }
  
  .postview-buttonAction:hover, .postview-buttonAction:active, .postview-buttonAction:focus {
	background: #388e3c;
	color: #fff;
  }
  
  .postview-phone img {
	vertical-align: middle;
	margin-right: 4px;
  }
  .postview-like-post a {
	color:#333;
  }  
  .postview-like-post a:hover {
	color:#CC0000;
  }
  .postview-like-post img {
	width: 20px;
	height: 20px;
  }
  
  .postview-sendContact {
	background: #f1f1f1;
	color: #333;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 13px;
	text-decoration: none;
  }
  
  .postview-sendContact:hover {
	background: #ddd;
  }
  
  @media only screen and (max-width: 750px) {
	.postview-post-head {
	  flex-direction: column;
	  align-items: center;
	  gap: 16px;
	}
  
	.postview-post-author {
	  flex-direction: column;
	  align-items: center;
	  text-align: center;
	}
	.postview-memberTitle {
		align-self: center;
	}
	.postview-postAvatar img {
	  width: 60px;
	  height: 60px;
	}
  
	.postview-postAuthorInfo {
	  align-items: center;
	  text-align: center;
	}
  
	.postview-postContact {
	  justify-content: center;
	  gap: 12px;
	}
  
	.postview-postContent {
	  padding: 15px 0px;
	}
  
	.postview-tool, .postview-postAction {
	  overflow-x: auto;
	  white-space: nowrap;
	  padding: 10px;
	}
  }  