@charset "UTF-8";
/* CSS Document */



@font-face {
    font-family: 'circularregular';
    src: url('../fonts/circular-webfont.eot');
    src: url('../fonts/circular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/circular-webfont.woff2') format('woff2'),
         url('../fonts/circular-webfont.woff') format('woff'),
         url('../fonts/circular-webfont.ttf') format('truetype'),
         url('../fonts/circular-webfont.svg#circularregular') format('svg');
    
    font-weight: normal;
    font-style: normal;
	/*
			font-family: 'THNiramitIT';
				src: url('../fonts/THSarabunPSK.eot?#iefix') format('embedded-opentype'),  
						url('../fonts/THSarabunPSK.woff') format('woff'), 
						url('../fonts/THSarabunPSK.ttf')  format('truetype'), 
						url('../fonts/THSarabunPSK.svg#THSarabunPSK') format('svg');
						font-weight: normal;
						font-style: normal;
            */
}


body {
  	font-family:'circularregular', Arial, sans-serif;
	  /*font-family:'THNiramitIT', Arial, sans-serif;*/
	  

}
.rowasmainview {
	 margin-top: -20px;
}
.sidenav1 {
	background-color:#9eeaf9; color:#FFF;
	height:900px;
}
ul {
    list-style: none;
	
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slider-wrapper { 
	width: 80%; 
	margin: 100px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.fixed_width {
  height: 70px;
  width: 80px;
}
.fixed_widthnews {
  height: 150px;
  width: 140px;
}