/* ------------------------- INDEX CSS ------------------------------- */
/*========================================POPUP - đâu trang=========================================*/
.engo-popup {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	z-index: 15;
	top: 0;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active {
	visibility: visible;
	opacity: 1;
	top: 0 !important;
	height: auto;
	width: auto;
}
.engo-popup .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}
.engo-popup.active .overlay {
	width: 100%;
	height: 100%;
}
.engo-popup .content {
	//max-width: 800px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff;
	//min-width: 490px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active .content {
	max-height: 100%;
}
@media screen and (min-width: 1200px){
	.engo-popup .content {
		max-width: 1024px;
		width: 900px;
	}
}
#popup-newletter {
	background: url(//cdn.hstatic.net/themes/1000406053/1001503242/14/newletter_bg_img.jpg?v=866) no-repeat scroll bottom right #fff;
	text-align: left;
	padding: 20px;
	min-width: 600px;
	min-height: 350px;
	overflow: hidden;
	background-size: cover;
}
#popup-newletter h3 {
	font-size: 22px;
	color: #666;
	margin: 0px 0px 10px;
	padding: 8px 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#popup-newletter .pnewle-message {
	width: 55%;
	color: #333;
}
#popup-newletter .pnewle-message span {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	line-height: 1.5;
}
#popup-newletter .pnewle-message p {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#popup-newletter .pnewle-message ul {
	margin-bottom: 20px;
}
#popup-newletter .pnewle-form {
	width: 53%;
}
#popup-newletter .pnewle-form .newsletter-input {
	font-size: 12px;
	font-style: italic;
	height: 33px;
	display: inline-block;
	width: calc(100% - 75px);
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
#popup-newletter .pnewle-form .btn {
	background-color: #ff5a00;
	color: #fff;
	font-style: italic;
	font-size: 11px;
	position: relative;
	padding: 5px 12px;
	display: inline-block;
	width: 70px;
	height: 33px;
	vertical-align: top;
	border-radius: 0;
}
.social-icons {
	width: 53%;
	margin-top: 20px;
}
.social-icons .block_content ul {
	margin: 0px;
}
.social-icons .block_content ul li {
	width: 20%;
	text-align: center;
	padding: 0px;
	height: 40px;
	float: left;
}
.social-icons .block_content ul li a {
	font-size: 18px;
	display: inline-block;
	height: 35px;
	width: 35px;
	color: #767676;
	border: 1px solid transparent;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.social-icons .block_content ul li .fa {
	line-height: 35px;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.social-icons .block_content ul li.facebook a:hover {
	border-color: #428bca;
}
.social-icons .block_content ul li.twitter a:hover {
	border-color: #5bc0de;
}
.social-icons .block_content ul li.rss a:hover {
	border-color: #0eba9e;
}
.social-icons .block_content ul li.youtube a:hover {
	border-color: #CC181E;
}
.social-icons .block_content ul li.google-plus a:hover {
	border-color: #4387fd;
}

.social-icons .block_content ul li span {
	font-size: 0px;
}
#popup-newletter .pnewle-message ul li:before {
	content: "\f111";
	position: absolute;
	font-family: "FontAwesome";
	font-size: 5px;
	top: 3px;
	left: 10px;
}
#popup-newletter .pnewle-message ul li {
	font-size: 12px;
	position: relative;
	display: block;
	padding-left: 25px;
	margin: 10px 0px;
}
.newletter-popup.engo-popup .content {
	padding: 0;
}
#popup-newletter .pa-header {
	background: rgba(255,255,255, .7);
	padding: 10px;
}
.close_newletter {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	background: url('fancybox_sprite.png') top left no-repeat;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	border: 0;
	padding: 0;
}
@media screen and (min-width: 1200px){
	.newletter-popup.engo-popup .content {
		width: 650px;
	}
}
@media screen and (max-width: 767px){
	.engo-popup .content {
		width: 90%;
	}
	#popup-newletter {
		min-width: auto;
		min-height: auto;
		padding: 5px;
	}
}
@media screen and (max-width: 479px){
	#popup-newletter .pnewle-message,
	.social-icons,
	#popup-newletter .pnewle-form {
		width: 100%;
	}
}
/*================================end New seletter====================================*/
/* 1. ------------- SLIDER PAGE ------------ */
#insHomeSlider {
	margin: 15px 0px 0px;
}
#insSlider .boxSlideHome{
	border: 1px solid #d4d4d4;
	overflow: hidden;
}
.subWrap ul.listSub {
	margin: 0;
	padding: 0;
}
.subWrap ul.listSub li { 
	height: 65px;
	padding: 13px 10px 0 10px;
	border-left: 1px solid #d4d4d4;
	background: #fff;
	position: relative;
	float: left;
}
.subWrap ul.listSub li:first-child{
	border-left: 0;
}
.subWrap ul.listSub li button {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}
.subWrap ul.listSub li.active {
	background: #ff5a00;
}
.subWrap ul.listSub li.active:before {
	content: '';
	display: inline-block;
	z-index: 9;
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	margin-left: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ff5a00;
}
.subWrap ul.listSub li h3 {
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.subWrap ul.listSub li.active h3{
	color: #fff;
}

/* Native CSS Scroll Snap homepage slider */
.homeScrollSliderBox {
	position: relative;
	border: 0 !important;
	background: #f3f3f3;
}
.homeScrollSliderViewport {
	display: flex;
	width: 100%;
	aspect-ratio: 1349 / 485;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.homeScrollSliderViewport::-webkit-scrollbar {
	display: none;
}
.homeScrollSlide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
.homeScrollSlide > a,
.homeScrollSlide > picture,
.homeScrollSlide > a > picture,
.homeScrollSlide img {
	display: block;
	width: 100%;
	height: 100%;
}
.homeScrollSlide img {
	object-fit: cover;
}
.homeScrollArrow {
	position: absolute;
	top: calc((100% - 64px) / 2);
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .34);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	box-shadow: none;
	transform: translateY(-50%);
	transition: opacity .2s ease, background-color .2s ease, transform .2s ease;
}
.homeScrollPrev {
	left: 14px;
}
.homeScrollNext {
	right: 14px;
}
.homeScrollArrow:hover,
.homeScrollArrow:focus {
	background: #ff5a00;
	color: #fff;
	transform: translateY(-50%) scale(1.05);
}
.homeScrollArrow:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .9);
	outline-offset: 2px;
}
.homeScrollPause {
	position: absolute;
	top: auto;
	right: 12px;
	bottom: 76px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .34);
	color: #fff;
	font-size: 13px;
	line-height: 1;
}
.homeScrollPause:hover,
.homeScrollPause:focus {
	background: #ff5a00;
	color: #fff;
}
.homeScrollPause:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .9);
	outline-offset: 2px;
}
.homeScrollTabs {
	display: flex;
	min-height: 64px;
	overflow-x: auto;
	overflow-y: hidden;
	background: #fff;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
}
.homeScrollTabs::-webkit-scrollbar {
	display: none;
}
.homeScrollTab {
	position: relative;
	flex: 1 0 150px;
	min-width: 150px;
	padding: 10px 9px;
	border: 0;
	border-left: 1px solid #e3e3e3;
	background: #fff;
	color: #333;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	transition: color .2s ease, background-color .2s ease;
}
.homeScrollTab:first-child {
	border-left: 0;
}
.homeScrollTab span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.homeScrollTab:hover,
.homeScrollTab:focus,
.homeScrollTab.is-active {
	background: #ff5a00;
	color: #fff;
}
.homeScrollTab.is-active:before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ff5a00;
	border-left: 8px solid transparent;
	transform: translateX(-50%);
}
.homeScrollTab:focus-visible {
	z-index: 2;
	outline: 3px solid rgba(255, 90, 0, .35);
	outline-offset: -3px;
}
.homeScrollDots {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 4;
	text-align: center;
}
.homeScrollDot {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .95);
	border-radius: 50%;
	background: rgba(0, 0, 0, .35);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}
.homeScrollDot.is-active {
	background: #ff5a00;
	transform: scale(1.25);
}
@media (hover: hover) and (pointer: fine) {
	.homeScrollArrow {
		opacity: 0;
	}
	.homeScrollSliderBox:hover .homeScrollArrow,
	.homeScrollSliderBox:focus-within .homeScrollArrow {
		opacity: 1;
	}
}
@media screen and (min-width: 992px) {
	.insHome #insHomeSlider {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.homeScrollSliderViewport {
		aspect-ratio: 1349 / 485;
	}
	.homeScrollArrow {
		top: 50%;
		width: 44px;
		height: 44px;
		opacity: 1;
		background: rgba(0, 0, 0, .24);
		font-size: 26px;
	}
	.homeScrollPrev {
		left: 6px;
	}
	.homeScrollNext {
		right: 6px;
	}
	.homeScrollPause {
		top: 8px;
		right: 8px;
		bottom: auto;
		width: 44px;
		height: 44px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.homeScrollSliderViewport {
		scroll-behavior: auto;
	}
	.homeScrollArrow,
	.homeScrollTab,
	.homeScrollDot {
		transition: none;
	}
}
/* ------------- END SLIDER PAGE ------------ */

/* 2. ------------- BANNERS PAGE ------------ */
.blockSection {
	margin-top: 20px;
}
/* ------------- END BANNERS PAGE ------------ */
/* ------------- TOP PRODUCT HOME PAGE ------------ */
#topProducts {
	background: #f4f4f4;
}
#topProducts .wapperTop {
	margin-bottom: 20px;
}
#topProducts .pdLabel {
	display: none;
}
/* ------------- END TOP PRODUCT HOME PAGE ------------ */
/* ------------- BLOCK PRODUCT HOME PAGE ------------ */
.wapperPDHome .blockTitle ul {
	text-align: right;
	line-height: 45px;
	float: right;
}
.wapperPDHome .blockTitle ul li {
	display: inline-block;
	padding: 0px 10px;
}
.wapperPDHome .bannerBlock {
	margin-bottom: 20px;
}
.wapperPDHome .bannerBlock a {
	display: block;
}
.wapperPDHome .bannerBlock img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.homeProductFullColumn,
.homeProductGridShell,
.homeProductGridClip {
	width: 100%;
}
.homeProductGridShell {
	position: relative;
	padding-bottom: 24px;
}
.homeProductGridClip {
	position: relative;
	overflow: hidden;
	max-height: var(--home-product-collapsed-height, 355px);
	transition: max-height .42s ease;
}
.homeProductGridShell.is-expanded .homeProductGridClip {
	max-height: var(--home-product-expanded-height, none);
}
.homeProductGridShell.has-single-row {
	padding-bottom: 0;
}
.homeProductGridShell.has-single-row .homeProductGridClip {
	max-height: none;
	overflow: visible;
}
.homeProductGrid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	align-items: start;
}
.homeProductGrid .productItem {
	min-width: 0;
	margin: 0;
	padding: 0;
	content-visibility: auto;
	contain-intrinsic-size: 300px;
}
.homeProductGrid .pdLoopItem,
.homeProductGrid .pdLoopItem .itemLoop {
	width: 100%;
	margin: 0;
}
.homeProductGrid .pdLoopItem .itemLoop {
	display: block;
	position: relative;
	height: 320px;
	max-height: 320px;
	overflow: hidden;
	padding: 0;
}
.homeProductGrid .pdLoopItem .itemLoop .pdLoopImg {
	width: 100%;
	height: 100% !important;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	overflow: hidden;
	aspect-ratio: auto;
}
.homeProductGrid .pdLoopImg > a {
	display: block;
	width: 100%;
	height: 100% !important;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
.homeProductGrid .pdLoopImg img.imgLoopItem {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	max-height: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	aspect-ratio: auto;
	object-fit: contain;
}
.homeProductGrid .pdLoopDetail {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	height: 89px;
	overflow: hidden;
	padding: 10px !important;
	background: #fff;
}
.homeProductGridFade {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 74px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.96));
	pointer-events: none;
	z-index: 2;
}
.homeProductGridShell.is-expanded .homeProductGridFade,
.homeProductGridShell.has-single-row .homeProductGridFade {
	display: none;
}
.homeProductGridToggle {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 22px;
	background: rgba(255,255,255,.97);
	box-shadow: 0 2px 8px rgba(0,0,0,.16);
	color: #ff5a00;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	transform: translateX(-50%);
}
.homeProductGridToggle:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,.22);
}
.homeProductGridToggle:focus,
.homeProductGridToggle:active {
	border: 0;
	outline: 0;
}
.homeProductGridToggle:focus-visible {
	box-shadow: 0 0 0 3px rgba(12,109,196,.24), 0 3px 10px rgba(0,0,0,.18);
}
.homeProductGridToggle i {
	font-size: 20px;
	transition: transform .25s ease;
}
.homeProductGridShell.is-expanded .homeProductGridToggle i {
	transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
	.homeProductGrid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media screen and (max-width: 991px) {
	.homeProductGrid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.homeProductGridClip {
		max-height: var(--home-product-collapsed-height, 330px);
	}
}
@media screen and (max-width: 767px) {
	.homeProductGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.homeProductGrid .pdLoopAction {
		bottom: 97px;
	}
	.homeProductGridClip {
		max-height: var(--home-product-collapsed-height, 285px);
	}
}
@media (prefers-reduced-motion: reduce) {
	.homeProductGridClip,
	.homeProductGridToggle i {
		transition: none;
	}
}
.blockTitle.responHeading .openMenuTabs {
	display: block !important;
	float: right;
	width: 45px;
	height: 45px;
	line-height: 40px;
	background: #ff5a00;
	text-align: center;
	border-radius: 5px;
}
.blockTitle.responHeading .openMenuTabs img {
	width: 30px;
}
.blockTitle.responHeading .navBlock {
	position: absolute;
	float: none;
	top: 200%;
	right: 0;
	background: #fff;
	min-width: 200px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-bottom: 3px solid transparent;
	border-bottom-color: #ff5a00;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 10;
	line-height: normal;
}
.blockTitle.responHeading .navBlock li {
	display: block;
	text-align: left;
	padding: 0;
}
.blockTitle.responHeading .navBlock li a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #f9f9f9;
}
.blockTitle.responHeading.open ul {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
}
/* ------------- END BLOCK PRODUCT HOME PAGE ------------ */

/* ------------- BLOGS HOME PAGE ------------ */
section#blogHome {
	padding: 15px 0px;
	text-align: center;
	background: #fff;
}
.featuredTitle {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	font-weight: normal;
}
.featuredTitle:before {
	content: '';
	height: 1px;
	background: #ddd;
	position: absolute;
	width: 100%;
	left: 0;
	top: 15px;
	/* transform: translateY(-50%); */
}
.featuredTitle h2 {
	display: inline-block;
	line-height: normal;
	border-bottom: 3px solid;
	padding-right: 5px;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}
.featuredTitle h2:before, .featuredTitle h2:after{
	content: '';
}
.featuredTitle h2:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(icon-title.png) no-repeat 0 0;
}
.featuredTitle h2:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(icon-title.png) no-repeat 0 0;
}
.featuredTitle h2 {
	border: none;
	font-style: italic;
	font-size: 20px;
	position: relative;
	background: #fff;
	padding: 0px 50px;
}
.featuredTitle .titleDesc {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}
.homeBlogInitialGrid,
.homeBlogCategoryGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}
.homeBlogCard {
	min-width: 0;
	height: 100%;
	margin: 0;
}
.homeBlogCard .insArticleLoop,
.homeBlogCard .articlePostBody {
	height: 100%;
}
.homeBlogCard .articlePostBody {
	display: flex;
	flex-direction: column;
	border: 1px solid #eceff2;
	box-shadow: 0 2px 8px rgba(20, 32, 45, .05);
}
.homeBlogCard .postThumbIMG {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #f3f5f7;
}
.homeBlogCard .postThumbIMG > a,
.homeBlogCard .postThumbIMG img {
	display: block;
	width: 100%;
	height: 100%;
}
.homeBlogCard .postThumbIMG img {
	object-fit: cover;
}
.homeBlogCard .postDetail {
	display: flex;
	flex: 1 1 auto;
	padding: 14px 14px 12px !important;
}
.homeBlogCard .postDetail .detail {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
}
.homeBlogCard .postDetail h3 {
	margin: 0;
}
.homeBlogCard .postDetail h3 a {
	display: -webkit-box;
	height: auto;
	max-height: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.homeBlogCard .postDetail p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.homeBlogCard .postDetail .view {
	align-self: flex-end;
	margin-top: auto;
}
.homeBlogDirectoryToggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	margin: 18px auto 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
	color: #ff5a00;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}
.homeBlogDirectoryToggle:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .22);
}
.homeBlogDirectoryToggle:focus,
.homeBlogDirectoryToggle:active {
	border: 0;
	outline: 0;
}
.homeBlogDirectoryToggle:focus-visible {
	box-shadow: 0 0 0 3px rgba(12, 109, 196, .24), 0 3px 10px rgba(0, 0, 0, .18);
}
.homeBlogDirectoryToggle i {
	transition: transform .25s ease;
}
.homeBlogDirectory.is-expanded .homeBlogDirectoryToggle i {
	transform: rotate(180deg);
}
.homeBlogCategories[hidden] {
	display: none !important;
}
.homeBlogCategories {
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid #e5e8eb;
}
.homeBlogCategoriesHeading {
	margin-bottom: 20px;
	text-align: left;
}
.homeBlogCategoriesHeading h3 {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 600;
}
.homeBlogCategoriesHeading p {
	margin: 0;
	color: #69727c;
}
.homeBlogCategoryList {
	display: grid;
	gap: 22px;
}
.homeBlogCategory {
	padding: 18px;
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	background: #fafbfc;
	text-align: left;
}
.homeBlogCategoryHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}
.homeBlogCategoryHeader h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}
.homeBlogCategoryHeader h3 a {
	color: #222;
}
.homeBlogCategoryAll {
	flex: 0 0 auto;
	color: #ff5a00;
	font-size: 13px;
	font-weight: 600;
}
.homeBlogCategoryAll i {
	margin-left: 3px;
}
.homeBlogCategoryStatus {
	margin: 12px 0 0;
	color: #69727c;
	font-size: 13px;
	text-align: center;
}
.homeBlogCategoryStatus[data-state="ready"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.homeBlogCategoryStatus[data-state="error"] {
	color: #9d2f2f;
}
.homeBlogCategoryMore {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	min-width: 44px;
	height: 44px;
	margin: 15px auto 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
	color: #ff5a00;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}
.homeBlogCategoryMore[hidden] {
	display: none !important;
}
.homeBlogCategoryMore:hover,
.homeBlogCategoryMore:focus {
	border: 0;
	outline: 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .22);
}
.homeBlogCategoryMore:focus-visible {
	box-shadow: 0 0 0 3px rgba(12, 109, 196, .24), 0 3px 10px rgba(0, 0, 0, .18);
}
.homeBlogCategoryMore:disabled {
	opacity: .55;
	cursor: wait;
}
@media screen and (max-width: 991px) {
	.homeBlogInitialGrid,
	.homeBlogCategoryGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 599px) {
	.homeBlogInitialGrid,
	.homeBlogCategoryGrid {
		grid-template-columns: minmax(0, 1fr);
	}
	.homeBlogCategory {
		padding: 14px;
	}
	.homeBlogCategoryHeader {
		align-items: flex-start;
	}
	.homeBlogCategoryHeader h3 {
		font-size: 16px;
	}
	.homeBlogDirectory:not(.is-expanded) .homeBlogInitialGrid .homeBlogCard:nth-child(n+4) {
		display: none;
	}
}
@media (prefers-reduced-motion: reduce) {
	.homeBlogDirectoryToggle i {
		transition: none;
	}
}
/* ------------- END BLOGS HOME PAGE ------------ */
@media screen and (min-width: 992px) and (max-width: 1199px){
	.subWrap ul.listSub li {
		height: 55px;
		padding: 10px 10px 0 10px;
	}
}
@media screen and (max-width: 991px){
	.navSiteMain ul.nav-navbar > li.account > a{
		right: 15px;
	}
	.mbTopAll {
		text-align: center;
		margin-top: 20px;
	}
	.openMenuTabs {
		float: right;
		width: 45px;
		height: 45px;
		line-height: 40px;
		background: #ff5a00;
		text-align: center;
		border-radius: 5px;
	}
	.openMenuTabs img {
		width: 30px;
	}
	.wapperPDHome .blockTitle ul {
		position: absolute;
		float: none;
		top: 200%;
		right: 0;
		background: #fff;
		min-width: 200px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		border-bottom: 3px solid transparent;
		border-bottom-color: #ff5a00;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0); 
		z-index: 10;
		line-height: normal;
	}
	.wapperPDHome .blockTitle.open ul{
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100); 
		top: 100%;
	}
	.wapperPDHome .blockTitle ul li {
		display: block;
		text-align: left;
		padding: 0;
	}
	.wapperPDHome .blockTitle ul li a {
		display: block;
		padding: 5px 10px;
		border-bottom: 1px solid #f9f9f9;
	}
}
@media screen and (max-width: 413px){
	.openMenuTabs {
		width: 35px;
		height: 35px;
		line-height: 30px;
	}
	.openMenuTabs img {
		width: 20px;
	}
}
