@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	background:#b5e6fa;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
@media only screen and (min-width: 768px){.tabscontent { height:427px;}
			#tabbs { float:left; margin-top:-36px; width:66.5%;}
			#thongso { float:left}
			}
@media only screen and (max-width: 768px){ #footer1 { padding-top:10px;} }
	 					#footer1{width: 90%; margin-left: 5%; margin-top: 10px; font-size:20px; color:#3f9;}
						#footer2{}
						#footer3{ background:#FFF; width: 90%; margin-left: 5%; border-radius: 3px }
						#footer3 ul li:hover{ color:#F00}
						#footer3 a{ color:#00F; text-decoration:none; text-align:left;}
						#footer3 a:hover{ color:#F00}
.tabscontent{ height:650px;}
		#tabbs {float:none; margin-top:0;width:100%}
		#thongso { float:none}
		#thongso { width:100%; height:auto;
		 background:#0CF;
		 }
         #tabb {
    position: relative;
  margin: 40px auto;
  width: 100%;
}

#tabb input {
  position: absolute;
  z-index: 1000;
  line-height:1.5;
  left: 0px;
  top: 0px;
  opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  cursor: pointer;
}
#tabb input#tab-2{
  left: 100px;
}
#tabb input#tab-3{
  left: 150px;
}
#tabb input#tab-4{
  left: 200px;
}
#tabb input#tab-5{
  left: 250px;
}
#tabb input#tab-6{
  left: 300px;
}
#tabb label {
  background: #06f;
  background: -moz-linear-gradient(top, #06f 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06f), color-stop(100%,#fff));
  background: -webkit-linear-gradient(top, #06f 0%,#fff 100%);
  background: -o-linear-gradient(top, #06f 0%,#fff 100%);
  background: -ms-linear-gradient(top, #06f 0%,#fff 100%);
  background: linear-gradient(top, #06f 0%,#fff 100%);
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding: 0 20px;
    float: left;
  display: block;
  color: #FF0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

#tabb label:after {
    content: '';
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%; z-index:2500;
  height: 2px;
  display: block;
}

#tabb input:hover + label {
  background: #f00;
}

#tabb label:first-of-type {
    z-index: 6;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 5;
}

.tab-label-3 {
    z-index: 4;
}

.tab-label-4 {
    z-index: 3;
}

.tab-label-5 {
    z-index: 2;
}
.tab-label-6 {
    z-index: 1;
}

#tabb input:checked + label {
    background: #06f; color:#fff;  z-index: 6;
}

.clear-shadow {
  clear: both;
}

.tabscontent {
    background: #fff;
  position: relative;
    width: 100%;
  z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.tabscontent div {
    position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

#tabb input.tab-selector-1:checked ~ .tabscontent .content-1,
#tabb input.tab-selector-2:checked ~ .tabscontent .content-2,
#tabb input.tab-selector-3:checked ~ .tabscontent .content-3,
#tabb input.tab-selector-4:checked ~ .tabscontent .content-4,
#tabb input.tab-selector-5:checked ~ .tabscontent .content-5,
#tabb input.tab-selector-6:checked ~ .tabscontent .content-6{
  z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.tabscontent div h2,
.tabscontent div h3{
  color: #398080;
}
.tabscontent div p {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  text-align: left;
  margin: 0;
  color: #777;
  padding-left: 15px;
  font-family: Cambria, Georgia, serif;
  border-left: 8px solid rgba(63,148,148, 0.1);
}

