<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
	margin:0;
	font-family:Tahoma;
	font-size:14px;
	overflow:hidden;
}
a {
	text-decoration:none;
}
.mau1 {
	background-color:#4D7A1E;
	color:white;
}
.mau2 {
	background-color:#0099CC;
	color:white;
}
.khung1 {
	border-radius:8px;
}
.ngatdoan {
	-webkit-line-clamp: 3;  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*--*/
.vungtyle {
	position:fixed;
	right:38px;
	bottom:29px;
	background-color:#B8C1A4;
	opacity:0.7;
	width:244px; height:30px; z-index:100;
	color:black; font-size:12px;
	display:flex;
	flex-direction: row;
	border-radius:4px 4px 4px 4px;
}
/*----*/
.lopbando1 {
	display:flex; align-items: center;
}
/*--Do dac-*/
.ol-tooltip {
  position: relative;
  background: #ffcc33;
  border-radius: 4px;
  color: black;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  font-size: 15px;
}
.ol-tooltip-measure {
  opacity: 1;
  font-weight: lighter;
}
.ol-tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.ol-tooltip-measure:before,
.ol-tooltip-static:before {
	border-top: 6px solid #ffcc33;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}
.ol-tooltip-static:before {
	border-top-color: #ffcc33;
}
.anhientoado {
	width:24px;
	height:28px;
	display:flex;
	align-items: center;
	padding-left:10px;
	background-color:#B8C1A4;
	position:fixed; z-index:100;
	bottom:30px; right:12px;
	border:1px #669999 solid;
	opacity:0.7;
}
.anhientoado:hover {
	color:purple;
}
/*---*/
/*---*/
.nutcongcu1 {
	width:26px;
	height:26px;
	background-color:#A0CFCF;
	border:1px solid silver;
	border-radius:4px 4px 4px 4px;
	color:#005F8C;    /*#003366;*/
	text-align:center;
	font-weight:bolder;
	cursor:pointer;
	opacity: 1;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:6px;
}
.nutcongcu1:hover {
	color:#CC6600;
	border:1px outset silver;
	opacity:1;
}
.nhomcongcu2 {
	z-index:190;
	position:fixed;
	right:4px;
	top:104px;
	width:38px;
	height:135px;
	background-color:#DDDDDD;
}
/*---*/
/*---*/
.cuasocon1 {
	display:none;
	position:absolute; background-color:white; z-index:195;
	border:1px gray outset;
	border-radius:4px 4px 4px 4px;
	box-shadow: 1px 1px black;
	z-index:1000;
}
.tieudecuasocon {
	width:auto; height:30px; background-color:#0D629B; cursor:move; user-select:none;
	display:flex; align-items: center;
	overflow:hidden;
	padding-left:6px;
	color:#CCCCCC;
}
.nutdong1 {
	position:absolute; right:3px; width:28px; height:28px; color:#CC0000;
	top:14px;
	display:flex;
	align-items:start;
	justify-content:center;
}
.nutdong1:hover {
	color:red;
}
/*---*/
.nutchonElem {
	color:#333333;
	cursor:pointer;
	border:0;
	display:none;
}
.nutchonElem:hover {
	color:#996633;
}
.kekhungBang {
	border:1px gray solid;
}
/*--*/
.blink {
	animation: doimau_text 4s infinite;
	-webkit-animation: doimau_text 4s infinite;
}
@keyframes doimau_text {
	from {color: white;}
  to {color: red;}
}
@-webkit-keyframes doimau_text {
	from {color: white;}
  to {color: red;}
}</pre></body></html>