/* =========================================================================== */
/* RETINA SCREEN ============================================================= */
/* =========================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
}
/* =========================================================================== */
/* LARGE DESKTOP ============================================================= */
/* =========================================================================== */
@media screen
and (min-width : 1280px) {
}
/* =========================================================================== */
/* VERY LARGE DESKTOP ======================================================== */
/* =========================================================================== */
@media screen
and (min-width : 1600px) {
}
/* =========================================================================== */
/* SMALL DESKTOP ============================================================= */
/* =========================================================================== */
@media screen
and (max-width : 1024px) {
}
/* =========================================================================== */
/* IPAD XOAY NGANG =========================================================== */
/* =========================================================================== */
@media screen
and (max-width : 1024px) and (orientation: landscape) {
}
/* =========================================================================== */
/* TABLET ==================================================================== */
/* =========================================================================== */
@media screen
and (max-width : 768px) {
	.wrapper {
		width: calc(100% - 60px);
	}
	ul.mainmenu {
		position:static;
		right:auto;
		bottom:auto;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	ul.lang {
		position:static;
		float:right;
		padding-bottom:0px;
		margin-top:3px;
		bottom:auto;
	}
	ul.column2 > li.row,
	ul.column3 > li.row,
	ul.column4 > li.row,
	ul.column5 > li.row {
		margin-left:20px;
		margin-bottom:20px;
	}
	ul.column2 > li.row {
		width: calc(100% / 2 - 20px / 2);
	}
	ul.column3 > li.row {
		width: calc(100% / 3 - 40px / 3);
	}
	ul.column4 > li.row {
		width: calc(100% / 4 - 60px / 4);
	}
	ul.column5 > li.row {
		width: calc(100% / 5 - 80px / 5);
	}
	.divTab {
		width:auto;
	}
}
/* =========================================================================== */
/* SMARTPHONE ================================================================ */
/* =========================================================================== */
@media screen
and (max-width : 640px) {
	.wrapper {
		width: calc(100% - 20px);
	}
	ul.mainmenu {
		font-size:larger;
		display: initial;
		justify-content: initital;
		-webkit-justify-content: initial;
	}
	ul.mainmenu > li.row {
		float:none;
		width: auto !important;
		display:none;
		border-top:1px solid #CCC;
	}
	ul.mainmenu > li.row > div > a {
		text-align:left;
		padding:10px;
	}
	ul.mainmenu > li.button {
		display:block;
	}
	ul.mainmenu > li.home > div > a {
		padding:10px;
		width:auto;
		text-indent:inherit;
		background: none;
	}
	ul.popmenu {
		position:static;
		padding-top:0px;
		margin-left:0px;
	}
	ul.popmenu > li {
		display:block;
		border-top:1px solid #CCC;
		background: #0072bc;
	}
	ul.popmenu > li a {
		padding:10px 30px;
		font-size:smaller;
	}
	ul.popmenu > li a:after {
		-webkit-transform: skewX(0deg);
		   -moz-transform: skewX(0deg);
			-ms-transform: skewX(0deg);
				transform: skewX(0deg);
	}
	ul.popmenu > li a:link, ul.popmenu > li a:visited {
		color:#FFF;
	}
	#divBody, #divAdmin, #divRight {
		float:none;
		width:auto;
	}
	.onecolumn,
	.twocolumn,
	.threecolumn {
		width:auto;
	}
	.leftcolumn,
	.rightcolumn {
		float:none;
	}
	#divTracking div.greybar {
		display:none;
	}
	#divTracking div.rightcolumn {
		background-color:#EEE;
		margin-top:10px;
	}
	.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;
	}
	#divFooter div.bottom {
		background: none;
	}
}
/* =========================================================================== */
/* MOBILE ==================================================================== */
/* =========================================================================== */
@media screen
and (max-width : 480px) {
	body {
		font-size:large;
		line-height:normal;
	}
	H1, .maintitle h1 {
		font-size:xx-large;
	}
	H2 {
		font-size:x-large;
	}
	#divHeader div.wrapper {
		width:100%;
	}
	.divBodyTrace {
		position:relative;
		margin-top:5px;
		margin-bottom:5px;
	}
	ul.logo {
		clear:both;
		width:auto;
		text-align:center;
		margin-bottom:10px;
	}
	ul.lang {
		padding:0px;
		margin-right:10px;
	}
	ul.lang > li img {
		width:32px;
		height:auto;
	}
	#divSearch {
		float:left;
		margin-left:10px;
	}
	#divSearch form input[type='text'] {
		padding-top:7px;
		padding-bottom:7px;
	}
	#divTopBanner {
		width: auto;
		float:none;
	}
	#divTopBanner div.mask,
	#divTopBanner div.maskleft {
		display:none;
	}
	ul.column2 > li.row div.content {
		font-size:inherit;
	}
	ul.column1 > li.row div.thumb {
		float:none;
		width:auto;
		margin-right:0px;
	}
	ul.column2 > li.row,
	ul.column3 > li.row {
		float:none;
		width:auto;
		margin-left:0px;
	}
	ul.column4 > li.row,
	ul.column5 > li.row {
		width: calc(50% - 20px);
	}
	ul.column5 > li.row:nth-child(5n+1) {
		clear:none;
		margin-left:40px;
	}
	ul.column4 > li.row:nth-child(2n+1),
	ul.column5 > li.row:nth-child(2n+1) {
		clear:both;
		margin-left:0px;
	}
	ul.gallery > li.row {
		width: calc(50% - 10px);
	}
	ul.gallery > li.row:nth-child(2n+1) {
		clear:both;
		margin-left:0px;
	}
	ul.search > li.row h3 {
		font-size:inherit;
	}
	.caption, .maintitle {
		height:auto;
	}
	.maintitle {
		margin-top:20px;
	}
	.divTopTrace {
		float:none;
		margin-top:0px;
		margin-bottom:10px;
	}
	#divPageNav a, #divPageNav a:link, #divPageNav a:visited {
		padding:6px 9px;
	}
	.divForm ul.column2 > li.row {
		float:none;
		width: auto;
		margin-left:0px;
	}
}
/* =========================================================================== */
/* IPHONE 5 ================================================================== */
/* =========================================================================== */
@media screen
and (max-width : 320px) {
	.wrapper {
		width:300px;
	}
}
