<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =========================================================================== */
/* RETINA SCREEN ============================================================= */
/* =========================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
}
/* =========================================================================== */
/* LARGE DESKTOP ============================================================= */
/* =========================================================================== */
@media screen
and (min-width : 1200px) {
	.wrapper {
		width: calc(100% - 280px);
	}
	#divTopSlide ul.slides li div.wrapper {
		width: calc(100% - 280px - 140px);
	}
}
/* =========================================================================== */
/* VERY LARGE DESKTOP ======================================================== */
/* =========================================================================== */
@media screen
and (min-width : 1600px) {
	.wrapper {
		width: 1200px;
	}
	#divTopSlide ul.slides li div.wrapper {
		width: 1060px;
	}
}
/* =========================================================================== */
/* MEDIUM DESKTOP ============================================================= */
/* =========================================================================== */
@media screen
and (max-width : 1200px) {
	ul.mainmenu &gt; li.row &gt; div &gt; a {
		padding-left:5px;
		padding-right:5px;
		font-size: 12px;
	}
	#divTopBanner {
		width:500px;
	}
}
/* =========================================================================== */
/* SMALL DESKTOP ============================================================= */
/* =========================================================================== */
@media screen
and (max-width : 1024px) {
	.wrapper {
		width: calc(100% - 60px);
	}
	#divTopSlide ul.slides li div.wrapper {
		width: calc(100% - 60px - 140px);
	}
	.centercolumn {
		margin-left:30px;
	}
	#divTopBanner {
		top:25px;
		width:400px;
	}
}
/* =========================================================================== */
/* IPAD XOAY NGANG =========================================================== */
/* =========================================================================== */
@media screen
and (max-width : 1024px) and (orientation: landscape) {
}
/* =========================================================================== */
/* TABLET ==================================================================== */
/* =========================================================================== */
@media screen
and (max-width : 991px) {
	#divTopBanner {
		position:static;
		width: 100%;
		transform: translateX(0%);
	}
	ul.mainmenu &gt; li.row &gt; div &gt; a {
		padding-left:10px;
		padding-right:10px;
		font-size: 15px;
	}
	#divSearch {
		clear:both;
		float:none;
		padding:10px 0px;
	}
	#divAdmin {
		overflow-x: scroll;
	}
	#btnMenu {
		display:block;
	}
	#divMenu {
		display:none;
		overflow:hidden;
	}
	#divMenu.show {
		display:block;
	}
	#slcFilterCat {
		display:none;
	}
	#slcFilter {
		display:block;
	}
	.halfcolumn {
		width:100%;
	}
	ul.mainmenu {
		text-align:left;
	}
	ul.mainmenu &gt; li.row {
		display:block;
		margin-left:0px;
		position:relative;
	}
	ul.mainmenu &gt; li.row.show div.popmenu {
		display:block;
	}
	ul.mainmenu &gt; li.row &gt; div &gt; a {
		border-bottom:1px solid rgba(255,255,255,0.3);
	}
	ul.mainmenu &gt; li.row:last-child &gt; div &gt; a {
		border-bottom:none;
	}
	ul.mainmenu &gt; li.row span.drop.show {
		display:block;
	}
	div.popmenu {
		max-height:none;
		position:static;
		overflow:visible;
		display:none;
	}
	ul.mainmenu &gt; li.hover:hover div.popmenu {
		max-height:none;
	}
	ul.popmenu {
		padding:0;
		background-color:transparent;
		text-align:left;
	}
	ul.popmenu &gt; li {
		display:block;
		margin:0;
		border-bottom:1px solid rgba(255,255,255,0.3);
	}
	ul.popmenu &gt; li a {
		display:block;
		padding:10px 0px;
		padding-left:30px;
		border-bottom:none;
	}
	ul.popmenu &gt; li a:link, ul.popmenu &gt; li a:visited {
		background-color:transparent;
	}
	ul.popmenu &gt; li a:hover {
		color:#9AADB7;
		background-color:transparent;
	}

	ul.column2 &gt; li.row div.thumb,
	ul.column2 &gt; li.row div.content {
		float:none;
		width:auto;
	}
	ul.column2 &gt; li.row.div.thumb {
		margin-bottom:20px;
	}
	
	ul.column5 &gt; li.row {
		width: calc((100% - 3 * 30px) / 4);
	}
	ul.column5 &gt; li.row:nth-child(5n+1) {
		clear:none;
		margin-left:30px;
	}
	ul.column5 &gt; li.row:nth-child(4n+1) {
		clear:both;
		margin-left:0;
	}

	ul.column6 &gt; li.row {
		width: calc((100% - 3 * 30px) / 4);
	}
	ul.column6 &gt; li.row:nth-child(6n+1) {
		clear:none;
		margin-left:30px;
	}
	ul.column6 &gt; li.row:nth-child(4n+1) {
		clear:both;
		margin-left:0;
	}

	ul.news &gt; li.row {
		width:auto;
	}
	ul.news &gt; li.row div.hasthumb {
		float:right;
		width: 60%;
	}
	ul.news &gt; li.row:nth-child(odd) div.hasthumb {
		margin-right:0;
	}
	ul.news &gt; li.row div.thumb {
		width: 35%;
	}
	ul.news &gt; li.row:nth-child(even) div.thumb {
		margin-left:0;
	}

	INPUT[type='button'].create {
		text-indent:-9999px;
		padding-right:25px;
	}
	.tinypost,
	.largepost {
		width:auto;
		margin-bottom:5px;
	}
	.tinypost.leftcolumn,
	.largepost.leftcolumn,
	.tinypost.rightcolumn,
	.largepost.rightcolumn {
		float:none;
	}
	section.lefttree div {
		width: calc((100% - 2 * 30px) / 3);
		float:left;
		vertical-align:top;
		margin-left:30px;
	}
	section.lefttree div:nth-child(3n+1) {
		clear:both;
		margin-left:0;
	}
	.divBrand .left {
		width: calc((100% - 3 * 30px) / 4);
	}
	.divBrand .right {
		width: calc((100% * 3 - 30px) / 4);
	}
	.smallpost {
		width: calc((100% - 30px) / 2);
	}
	.bigpost {
		width: calc((100% - 30px) / 2);
	}

	ul.botmenu {
		text-align:left;
	}
	ul.botmenu &gt; li {
		display:block;
		margin-left:0;
	}
	ul.botmenu &gt; li &gt; div {
		position:relative;
		border-bottom:1px solid #CCC;
	}
	ul.botmenu &gt; li &gt; div &gt; span {
		display:block;
	}
	ul.botmenu &gt; li &gt; ul {
		padding-left:10px;
	}
	#divTopSlide ul.slides li div.content {
		top:auto;
		bottom:30px;
		transform: translateY(0);
	}
	ul.gallery &gt; li.row {
		width: calc((100% - 3 * 20px) / 4);
		margin-left:20px;
	}
	ul.gallery &gt; li.row:nth-child(5n+1) {
		clear:none;
		margin-left:20px;
	}
	ul.gallery &gt; li.row:nth-child(4n+1) {
		clear:both;
		margin-left:0px;
	}
}
/* =========================================================================== */
/* SMARTPHONE ================================================================ */
/* =========================================================================== */
@media screen
and (max-width : 640px) {
	.dialog {
		width: calc(100% - 60px);
	}
	.narrowcontent {
		width:100%;
	}
	#divBody, #divAdmin, #divLeft, #divRight, #divHome {
		float:none;
		width:auto;
	}
	section.head {
		display:none;
	}
	section.centerline:before {
		display:none;
	}
	.onecolumn,
	.twocolumn,
	.threecolumn,
	.onethreecolumn,
	.twothreecolumn,
	.bigpost,
	.smallpost,
	.tinypost,
	.largepost {
		width:auto;
		margin-bottom:5px;
	}
	.leftcolumn,
	.rightcolumn,
	.centercolumn {
		margin-left:0;
		float:none;
	}
	.smallcolumn.leftcolumn,
	.bigcolumn.leftcolumn {
		float:left;
	}
	.smallcolumn.rightcolumn,
	.bigcolumn.rightcolumn {
		float:right;
	}

	.content {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		/* This is the dangerous one in WebKit, as it breaks things wherever */
		word-break: break-all;
		/* Instead use this non-standard one: */
		word-break: break-word;
		/* Adds a hyphen where the word breaks, if supported (No Blink) */
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	.divForm {
		width:auto;
	}
	div.copyright {
		text-align:center;
	}
	INPUT[type='button'].create {
		text-indent:inherit;
		padding-right:36px;
	}
	ul.column &gt; li.row ul.related &gt; li.row div.thumb {
		float:none;
		width: calc(100% - 10px) !important;
		margin-right:0;
		margin-bottom:5px;
	}
	#divFooter {
		font-size: inherit;
	}
	#divFooter div {
		margin-bottom:20px;
	}
	ul.gallery &gt; li.row {
		width: calc((100% - 2 * 20px) / 3);
		margin-left:20px;
	}
	ul.gallery &gt; li.row:nth-child(4n+1) {
		clear:none;
		margin-left:20px;
	}
	ul.gallery &gt; li.row:nth-child(3n+1) {
		clear:both;
		margin-left:0px;
	}
	ul.column3 &gt; li.row {
		width: calc((100% - 1 * 30px) / 2);
	}
	ul.column3 &gt; li.row:nth-child(3n+1) {
		clear:none;
		margin-left:30px;
	}
	ul.column3 &gt; li.row:nth-child(2n+1) {
		clear:both;
		margin-left:0px;
	}
	ul.product {
		padding:0;
	}
	ul.product &gt; li.row div.wrap {
		padding:0;
	}
	ul.product &gt; li.row div.cart {
		visibility:visible;
		opacity:1;
	}
}
/* =========================================================================== */
/* MOBILE ==================================================================== */
/* =========================================================================== */
@media screen
and (max-width : 480px) {
	body {
		line-height:normal;
	}
	.wrapper {
		width: calc(100% - 40px);
	}
	#btnMenu {
		top:77px;
		right:20px;
	}
	#divTopSlide ul.slides li div.wrapper {
		width: calc(100% - 150px);
	}
	ul.logo li img {
		width: auto;
		height:50px;
	}
	.divBodyTrace {
		position:relative;
		margin-top:5px;
		margin-bottom:5px;
	}
	ul.toplink &gt; li {
		margin-left:10px;
	}

	ul.column &gt; li.row h3 {
	}
	ul.column1 &gt; li.row div.thumb,
	ul.column1 &gt; li.row div.content {
		float:none;
		width:auto;
		margin-right:0px;
	}
	ul.column1 &gt; li.row.div.thumb {
		margin-bottom:20px;
	}
	ul.column2 &gt; li.row,
	ul.column3 &gt; li.row {
		float:none;
		width:auto;
		margin-left:0px;
	}
	ul.column3 &gt; li.row:nth-child(3n+1) {
		margin-left:0px;
	}
	ul.column4 &gt; li.row,
	ul.column5 &gt; li.row {
		width: calc((100% - 1 * 30px) / 2);
	}
	ul.column5 &gt; li.row:nth-child(3n+1) {
		clear:none;
		margin-left:30px;
	}
	ul.column4 &gt; li.row:nth-child(2n+1),
	ul.column5 &gt; li.row:nth-child(2n+1) {
		clear:both;
		margin-left:0px;
	}
	ul.column6 &gt; li.row {
		width: calc((100% - 1 * 30px) / 2);
	}
	ul.column6 &gt; li.row:nth-child(2n+1) {
		clear:both;
		margin-left:0px;
	}

	ul.news &gt; li.row div.hasthumb {
		float:none;
		width: auto;
	}
	ul.news &gt; li.row div.thumb {
		float:none;
		width: auto;
	}

	ul.search {
		font-size:inherit;
		line-height:inherit;
	}
	ul.search &gt; li.row h3 {
		font-size:inherit;
	}
	ul.search &gt; li.row div.link {
		font-size:inherit;
	}
	.caption, .maintitle {
		height:auto;
	}
	.maintitle {
		margin-top:20px;
	}
	.divTopTrace {
		float:none;
		margin-top:0px;
		margin-bottom:10px;
	}
	td.break {
		display:block;
	}
	#slcFilter div {
		float:none;
		width: auto;
		margin-left:0px;
		margin-bottom:2px;
	}
	.divBrand .left {
		width: calc((100% - 1 * 30px) / 2);
	}
	.divBrand .right {
		width: calc((100% * 1 - 30px) / 2);
	}
	.copyright {
		padding-bottom:45px;
	}
	#divFloat div.tab.show {
		-webkit-border-top-right-radius:0px;
			-moz-border-radius-topright:0px;
				border-top-right-radius:0px;
	}
	ul.gallery &gt; li.row {
		width: calc((100% - 1 * 20px) / 2);
	}
	ul.gallery &gt; li.row:nth-child(3n+1) {
		clear:none;
		margin-left:20px;
	}
	ul.gallery &gt; li.row:nth-child(2n+1) {
		clear:both;
		margin-left:0px;
	}
	ul.columnbanner &gt; li {
		float:none;
		width:auto;
		margin-left:0px;
		margin-bottom:1px;
	}
}
/* =========================================================================== */
/* IPHONE 5 ================================================================== */
/* =========================================================================== */
@media screen
and (max-width : 320px) {
	#btnMenu {
		top:100px;
	}
	ul.column4 &gt; li.row,
	ul.column5 &gt; li.row,
	ul.column6 &gt; li.row {
		float:none;
		width: auto;
		margin-left:0px;
	}
}
</pre></body></html>