* {
	margin: 0;
	padding: 0;
}

body {
	background: #d2dce3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #454f58;
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.flag{
	position: relative;
	float: right;
	top: -80px;
	right: 20px;
	z-index: 100 ! important;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.wrapper,block {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 100%;
}

p {
	margin: 0;
	padding: 0;
}

.tail-top {
	background: url(images/tail-top.gif) left top repeat-x #d2dce3;
}

/* ===================== Menu ======================== */
#menu {
	list-style: none;
	width: 965px;
	margin: 0px auto 0px auto;
	height: 49px;
	/* Rounded Corners */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* Background color and gradients */
	background: #62b4e0;
	background: -moz-linear-gradient(top, #7ec2e6, #278fc6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7ec2e6),
		to(#278fc6) );
	/* Borders */
	border: 1px solid #217aaa;
	-moz-box-shadow: inset 0px 0px 1px #fff;
	-webkit-box-shadow: inset 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 1px #fff;
}

#menu li {
	float: left;
	display: block;
	width: 90px ! important;
	text-align: center;
	position: relative;
	padding: 16px 0px 16px 2px ! important;
	border-right: 1px solid #8dc8e8;
	text-shadow: 1px 1px 0.5px #1f709b;
}

#menu li:last-child {
	border: none;
}

#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	display: block;
	outline: 0;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #000;*/
}

#menu li a:hover {
	color: #e0f5c4;
	text-shadow : 2px 2px 2px #000;
	font-size: 13px;
}

#menu li .drop {
	padding-right: 21px;
	background: url("img/drop.png") no-repeat right 8px;
}

#menu li:hover .drop {
	background: url("img/drop.png") no-repeat right 7px;
}

/*==================forms====================*/
input,select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

.form {
	height: 44px;
}

.form input {
	width: 174px;
	padding: 2px 0 2px 3px;
	background: #fff;
	border: 1px solid #d2dbe2;
	padding-left: 3px;
}

textarea {
	width: 200px;
	height: 105px;
	background: #fff;
	overflow: auto;
	border: 1px solid #d2dbe2;
	padding: 2px 0 0 3px;
}

/*==================list====================*/
ul {
	list-style: none;
}

.list li {
	width: 100%;
	overflow: hidden;
	vertical-align: bottom;
	margin-bottom: 4px;
}

.list li .c1 {
	width: 90px;
	float: left;
}

.list li .c2 {
	width: 148px;
	float: left;
}

.list li .c3 {
	width: 73px;
	float: left;
}

.list li.bg1 {
	background: url(images/list-bg1.jpg) no-repeat;
	padding: 2px 0 3px 0;
}

.list li.bg2 {
	background: url(images/list-bg2.jpg) no-repeat;
	padding: 2px 0 3px 0;
}

.list1 li {
	margin-bottom: 2px;
}

.list1 li a {
	background: url(images/marker.gif) no-repeat left center;
	padding-left: 9px;
	color: #fff;
	font-size: 11px;
}

.list2 li {
	margin-bottom: 7px;
}

.list2 li a {
	#background: url(images/marker1.gif) no-repeat left center;
	padding-left: 22px;
	color: #2169ad;
}

/*==================other====================*/

.blur {
	text-shadow: #fff 0 0 10px;
}
div.comeback {
	position: absolute;
	width: 193px;
	top: 0px;
	padding-top: 70px;
	height: 300px;
	font-size: 30px;
	line-height: 30px;
	background-image: url(images/bg.png);
        text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);
}

#main .row-1 .col-1 {
	width: 193px;
}
#main .row-1 .none img {
	width: 193px;
	height: 300px;
}

#main div.row-1 {
	height: auto;
	position: relative;
	z-index: 1 ! important;
}
.floater {
	background: #eee;
	position: fixed;
	top: 200px;
	right: 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 3px black;
	-webkit-box-shadow: 0px 1px 3px black;
	box-shadow: 0px 1px 3px black;
}

#main .row-4, #main .row-2, #main .box4 {
	position: relative;
	z-index: 1 ! important;
}

.floater li {
	padding: 10px 20px 10px 20px;
	list-style: none
}

.img-indent {
	margin: 0 20px 0 0;
	float: left;
}

.img-box {
	width: 100%;
	overflow: hidden;
}

.img-box img {
	float: left;
	margin: 0 20px 0 0;
}

.p1 {
	margin-top: 15px;
}

.p2 {
	margin-top: 24px;
}

.p3 {
	margin-top: 30px;
}

.png {
	behavior: url("iepngfix.htc");
	width: 60%;
	margin: 20px 0px 10px 0px
}

.png1 {
	behavior: url("iepngfix.htc");
	width: 50%;
	padding-left: 10px
}

.date .month {
	text-transform: uppercase;
	#font-size: 21px;
	text-shadow: 1px 1px 1px #1f709b;
	padding-top:10px;
}

.date .weekday {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
	text-shadow: 1px 1px 1px #1f709b;
	text-align: center;
}

.date .day {
	font-size: 67px;
	line-height: 45px;
	float:left;
	text-shadow: 1px 1px 1px #1f709b;
	font-weight: bold;
}

.date .year {
	margin: 11px 0 0 68px;
	position:absolute;
	width: 34px;
	display: block;
	font-size: 15px;
	filter: progid :       DXImageTransform.Microsoft.BasicImage (     
		 rotation =  
		    3 );
	text-shadow: 1px 1px 1px #1f709b;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

.adsense{
	margin-top: -240px;
	width: 405px;
	height: 200px;
}
#page3 .adsense, #page7 .adsense {
	margin-left: 385px;
}
#page4 .adsense {
	margin-left: 580px;
}
#page5 .adsense {
	margin-left: 774px;
}

#page10 .adsense {
	margin-left:520px;
}

#page1 .adsense, #page2 .adsense {
	margin-top: -30px;
	margin-left: 12px;
}

#map_canvas{
	 width: 100%; 
	 height: 330px;
}
#map_canvas img{
	 max-width: inherit; 
}

#map_canvas img {
	width: inherit;
}

.ZMConnectIconBig {
	font-size: 11px;
	text-decoration: none;
	display: block;
	background: url(http://stc.wb.me.zdn.vn/connect/images/big_zing_icon.png) no-repeat;
	line-height: 32px;
	text-indent: -2000em;
	margin-left:6px;
}

/*==================txt, links, lines, titles====================*/
a {
	color: #2169ad;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #fff;
}

h2 {
	text-shadow: 1px 1px 1px #fff;
	padding-top: 10px;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #1f709b;
	text-transform: uppercase;
	margin-top: 10px;
}

h4 {
	font-weight: bold;
	font-size: 13px;
}

.txt1 {
	font-size: 10px;
	text-transform: uppercase;
}

.txt2 {
	color: #293239;
	font-weight: bold;
}

.txt3 {
	font-size: 11px;
}

.txt5 {
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #fff;
}

.txt6 {
	text-shadow: 1px 1px 1px #fff;
	padding-top: 10px;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.txt7 {
	font-size: 60px;
	font-weight: bold;
	float: left;
	margin-top: 40px;
	text-shadow: 1px 1px 1px #1f709b;
}

.txt8 {
	text-align: center;
	color: white;
	font-size: 25px;
	text-shadow: 1px 1px 1px #2a99d4;
}

.description h3 {
	display: inline;
	color: #293239;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 15px;
	text-shadow: 1px 1px 1px #fff;
}

.description {
	position: relative;
	top: 10px;
}

.description p {
	text-align: justify;
	margin: 15px 0;
}

.line-hor {
	padding-bottom: 17px;
	margin-bottom: 17px;
	background: url(images/line-1.gif) repeat-x bottom;
	position: relative;
}

.line-ver {
	background: url(images/line-2.gif) repeat-y 441px 0;
}

#header .title {
	margin-bottom: 14px;
}


.title {
	font-size: 23px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #2a99d4;
	text-transform: uppercase;
}

.link {
	#background: url(images/marker1.gif) no-repeat left center;
	padding-left: 22px;
	color: #2169ad;
}

/*==================boxes====================*/
.box {
	background: #266fac url(images/box-bg.gif) repeat-x;
	width: 100%;
}

.box .border-top {
	background: url(images/border-top.gif) repeat-x top;
}

.box .border-left {
	background: url(images/border-left.gif) repeat-y left;
}

.box .border-right {
	background: url(images/border-right.gif) repeat-y right;
}

.box .left-top-corner {
	background: url(images/left-top-corner.gif) no-repeat left top;
}

.box .right-top-corner {
	background: url(images/right-top-corner.gif) no-repeat right top;
}

.box .left-bot-corner {
	background: url(images/left-bot-corner.gif) no-repeat left bottom;
}

.box .right-bot-corner {
	background: url(images/right-bot-corner.gif) no-repeat right bottom;
}

.box .inner {
	padding: 31px 35px 0 35px;
}

#page10 .box .inner {
	padding: 31px 5px 0 35px;
}

.box1 {
	background: #266fac url(images/box-bg.gif) repeat-x;
	width: 100%;
	color: #fff;
}

.box1 .border-top {
	background: url(images/border-top1.gif) repeat-x top;
}

.box1 .left-top-corner {
	background: url(images/left-top-corner1.gif) no-repeat left top;
}

.box1 .right-top-corner {
	background: url(images/right-top-corner1.gif) no-repeat right top;
}

.box1 .inner {
	padding: 42px 0 30px 35px;
}

.box1 .inner1 {
	padding: 28px 35px 30px 46px;
}

.box2 {
	background: #1b60a1;
	width: 100%;
	color: #fff;
	text-align: center;
}

.box2 .border-top {
	background: url(images/border-top2.gif) repeat-x top;
}

.box2 .left-top-corner {
	background: url(images/left-top-corner2.gif) no-repeat left top;
}

.box2 .right-top-corner {
	background: url(images/right-top-corner2.gif) no-repeat right top;
}

.box2 .left-bot-corner {
	background: url(images/left-bot-corner1.gif) no-repeat left bottom;
}

.box2 .right-bot-corner {
	background: url(images/right-bot-corner1.gif) no-repeat right bottom;
}



.box2 .inner {
	padding: 18px 0 28px 0;
}

.box2 .title {
	margin-bottom: 24px;
	position: relative;
}

.box2 a {
	color: #fff;
	font-size: 11px;
}


.box3 {
	background: #f0f3f6;
	width: 100%;
	margin-top: 2px;
}

.box3 .border-bot {
	background: url(images/border-bot3.gif) repeat-x bottom;
}

.box3 .left-top-corner {
	background: url(images/left-top-corner3.gif) no-repeat left top;
}

.box3 .right-top-corner {
	background: url(images/right-top-corner3.gif) no-repeat right top;
}

.box3 .inner {
	padding: 29px 0 38px 38px;
}

#content .inner {
	padding-right: 30px;
}

.footer-box {
	width: 100%;
	overflow: hidden;
}

.footer-box .left {
	background: url(images/footer-left.gif) no-repeat left top;
}

.footer-box .right {
	background: url(images/footer-right.gif) no-repeat right top;
	padding: 10px 0 24px 0;
}

.footer-box .bgd {
	background: url(images/footer-bgd.gif) repeat-x;
}

.box4 {
	display: block;
	position: relative;
	background-color: #75c9f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(117, 201, 242)
		), to(rgb(53, 124, 179) ) );
	background-image: -webkit-linear-gradient(top, rgb(117, 201, 242),
		rgb(53, 124, 179) );
	background-image: -moz-linear-gradient(top, rgb(117, 201, 242),
		rgb(53, 124, 179) );
	background-image: -o-linear-gradient(top, rgb(117, 201, 242),
		rgb(53, 124, 179) );
	background-image: -ms-linear-gradient(top, rgb(117, 201, 242),
		rgb(53, 124, 179) );
	background-image: linear-gradient(top, rgb(117, 201, 242),
		rgb(53, 124, 179) );
	filter: progid :   DXImageTransform.Microsoft.gradient (   GradientType
		=   0, StartColorStr =   '#75c9f2', EndColorStr =   '#357cb3' );
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0.5em;
	color: rgba(0, 0, 0, .8);
	line-height: 1.5;
	display: block;
	margin: 0.5em auto;
	border: 1px solid #62a2c1;
	color: white;
}

.box4 h1 {
	font-size: 24px;
	text-shadow: 0 1px 0 black;
	text-transform: uppercase;
	padding-left: 10px
}

/*=========================================header===========================*/
#header {
	padding-bottom: 1px;
}

#header .row-1 {
	width: 100%;
	overflow: hidden;
	height: 111px;
}

#header .row-1 .fleft {
	padding: 25px 0 0 27px;
}

#header .row-1 .fmiddle {
	position: absolute;
	padding: 35px 50px 0 97px;
}

#header .row-1 .fright {
	padding: 35px 18px 0 0;
	margin-top: 20px
}

#header .row-1 .fright input {
	width: 161px;
	padding: 3px 0 3px 0;
	float: left;
	margin-right: 2px;
	border-top: 1px solid #b3cadd;
	border-left: 1px solid #b3cadd;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #dce4eb;
	padding-left: 8px;
	color: #6b7e8f;
	font-size: 11px;
}

#header .row-1 .fright img {
	float: left;
}

#header .row-1 span.fleft {
	padding: 0px
}

#header .row-2 {
	height: 60px;
	margin-top: 10px;
}


#header .row-3 {
	height: 24px;
	color: #454f58;
	margin-bottom: 10px;
}

#header .row-3 .fleft {
	padding-left: 12px;
}

#header .row-3 .fleft a {
	color: #3c78b1;
	text-decoration: none;
}

#header .row-3 .fleft a:hover {
	color: #454f58;
}

#header .row-3 .fleft a.act {
	color: #454f58;
}

#header .row-3 .fright {
	padding-right: 35px;
}

#header .row-3 .fright a.link1 {
	color: #3e82bf;
	text-decoration: underline;
}

#header .row-3 .fright a.link1:hover {
	text-decoration: none;
}

#header .row-3 .fright a.link2 {
	color: #454f58;
	text-decoration: underline;
}

#header .row-3 .fright a.link2:hover {
	text-decoration: none;
}

#header .row-4 .col-1 {
	width: 431px;
	margin-right: 32px;
}

#header .row-4 .col-2 {
	width: 431px;
	text-align: justify;
}

#header .row-4 .col-2 .col-1 {
	width: 208px;
	margin-right: 17px;
}

#header .row-4 .col-2 .col-1 select {
	width: 189px;
	border: 1px solid #2066a1;
	height: 20px;
	font-size: 11px;
	color: #fff;
	background: #2d78b3;
}

#header .row-4 .col-2 .col-2 {
	width: 93px;
	padding-top: 12px;
}


/* Featured Ribbon */

.context {
	font-size: 13px;
	width: inherit;
	text-align: justify;
}

.context p {
	margin:  10px 0;
}

.context ul li {
	list-style-type: circle;
	margin-left: 20px;
}

.context p img {
	width: 100%;
	display: block;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.featured {
	position: relative;
	top: 30px;
	z-index: 1000;
}

#page1 .featured, #page2 .featured {
	top: 10px;
}

#page9 .featured {
	top: -20px ! important;
}

.featured-ribbon {
	font-family: 'Oswald', sans-serif;
	position: absolute;
	bottom: 190px;
	left: -11px;
	width: auto;
	font-size: 14px;
	padding: 10px 4px;
	color: #fff;
	text-align: center;
	top: 10px;
	height: 14px;
	border: 1px #681e1d solid;
	background-color: #ca4543;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(202, 69, 67)),to(rgb(156, 46, 44)));
	background-image: -webkit-linear-gradient(top, rgb(202, 69, 67), rgb(156, 46, 44));
	background-image: -moz-linear-gradient(top, rgb(202, 69, 67), rgb(156, 46, 44));
	background-image: -o-linear-gradient(top, rgb(202, 69, 67), rgb(156, 46, 44));
	background-image: -ms-linear-gradient(top, rgb(202, 69, 67), rgb(156, 46, 44));
	background-image: linear-gradient(top, rgb(202, 69, 67), rgb(156, 46, 44));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ca4543', EndColorStr='#9c2e2c');
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	-moz-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;

}
.featured-ribbon a, .featured-ribbon a:active {
	text-decoration: none;
	color: #fff;	
}
.border {
	border: 1px dashed #fab3b0;
	padding: 4px 12px;
	-webkit-box-shadow:inset 1px 1px 2px #822625;
	-moz-box-shadow:inset 1px 1px 2px #822625;
	box-shadow:inset 1px 1px 2px #822625;
	border-radius: 2px;
	height: auto;
}

.featured-ribbon:before, 
.featured-ribbon:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

.featured-ribbon:before {
	width: 30px;
	left: -30px;
	top: 12px;
	border-width: 15px 10px;
	border-style: solid;
	border-color: #999 #999 #999 transparent;
}

.featured-ribbon:before {
	display: none;
}

.featured-ribbon:after {
	left: 0px;
	top: 100%;
	border-width: 5px 5px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}

/*=======================footer==========================*/
#footer {
	text-align: center;
	color: #fff;
	width: 965px; 
	margin:0 auto;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Table Styling*/

.box4 table {
	margin-top: 10px;
}
table {
	overflow: hidden;
	border: 1px solid #d3d3d3;
	background: #fefefe;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: px; /* Saf3-4 */
	border-radius: 5px;
}

table.temp_day {
	float: left;	
}
table.temp_day tbody tr td {
	border-right: none;
		display: block;
}

th,td {
	padding: 5px 5px 5px 5px;
	text-align: center;
}

td {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	height: 30px ! important;
}



tr.odd-row td {
	background: #f6f6f6;
}

td.first,th.first {
	text-align: left
}

td.last {
	border-right: none;
}

/*Background gradients*/
td {
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9),
		to(#fefefe) );
}

tr.odd-row td {
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1),
		to(#f6f6f6) );
}

th {
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed),
		to(#e8eaeb) );
}

/*==========Thoitietthegioi=========*/

.onethird-columns1 {
	width: 31%;
	float: left;
	border: 1px solid;
	height: 190px;
	margin-bottom: 20px;
	background-color: #fff;
}

.onethird-columns {
	width: 30%;
	float: left;
	position: relative;
	left: 0px;
	border: 1px solid;
	height: 180px;
	margin-bottom: 20px;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 6px;
	padding: 5px;
	
}

.onethird-columns h2 a{
	text-align: center;
	font-size: 15px;
	margin: 0;
	text-shadow: 1px 1px 1px #fff;
}

.onethird-columns .current {
	width: 98%;
	height: 80px;
}

.onethird-columns .current img {	width: 100px;
	position: relative;
	left: 5%;
	float: left;
}

.onethird-columns .current .temp {
	width: 30%;
	position: relative;
	left: 25%;
	top:  40px;
	float: left;
	font-size: 40px;
}

.onethird-columns div.desc {
	width: 98%;
	font-size: 20px;
	text-align: center;
}

.onethird-columns a {
	width: 98%;
	font-size: 11px;
	text-align: right;
	float: right;
	margin: 15px 0 0;
}


/*==========Clock=========*/
.clock ul {
	width: 200px;
	margin: 10 auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.clock ul li {
	display: inline;
	font-size: 3em;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
}

#point {
	position: relative;
	-moz-animation: mymove 1s ease infinite;
	-webkit-animation: mymove 1s ease infinite;
	padding-left: 10px;
	padding-right: 10px;
}

/* Simple Animation */
@
-webkit-keyframes mymove { 0% {
	opacity: 1.0;
	text-shadow: 0 0 20px #00c6ff;
}

50%
{
opacity
:
0;
 
text-shadow
:none
;
 
}
100%
{
opacity
:
1
.0
;
 
text-shadow
:
0
 
0
20
px
 
#00c6ff
;
 
}
}
@
-moz-keyframes mymove { 0% {
	opacity: 1.0;
	text-shadow: 0 0 20px #00c6ff;
}
50%
{
opacity
:
0;
 
text-shadow
:none
;
 
}
100%
{
opacity
:
1
.0
;
 
text-shadow
:
0
 
0
20
px
 
#00c6ff
;
 
}
}
