.da-slider{
	width: 100%;
	max-width: 100%;
	height: 612px;
	position: relative;
	margin: 0 auto;
	overflow: hidden; 
	background:#ffffff url(../images/bg-one.jpg) no-repeat top center; 
	-webkit-transition: background-position 3s ease-in-out 0.3s;
	-moz-transition: background-position 3s ease-in-out 0.3s;
	-o-transition: background-position 3s ease-in-out 0.3s;
	-ms-transition: background-position 3s ease-in-out 0.3s;
	transition: background-position 3s ease-in-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide .da-bg{
	position: absolute;
	opacity: 0;
}
.da-slider-fb .da-slide h2{
	opacity: 0.9;
}
.da-slider-fb .da-slide .da-bg{
	left: 0%; 
	opacity: 1;
}

.da-slide .da-bg{
	top: 0px; /*depends on p height*/
	width: 100%;
	text-align: left; 
	z-index:0;
}
.bgblue {
	background:#182257; 
	width: 100%; 
	top:345px;
	position: absolute;
	height:98px;  
	opacity:0.9;
}
.da-slide h2 {
	color: #fff;
	font-size: 30px;
	width: 100%; 
	top:345px;
	left:0;
	padding:20px 0 30px 0; 
	text-align:center; 
	z-index: 10;
	font-weight:normal;
	font-family: 'supermarket', tahoma, Arial, sans-serif;
}
.da-slide h2 span{
	color: #fedd00;
	font-size: 30px;
	font-weight:normal;
	font-family: 'supermarket', tahoma, Arial, sans-serif;
}
.da-slide-current .da-bg{
	left: 0%;
	opacity: 1; 
	z-index:0;
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 190px;
	z-index: 1000;
	-moz-user-select: none;
	-webkit-user-select: none; 
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #070707;
	margin: 3px;
	cursor: pointer;
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #fff;
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 25%;
	width: 94px;
	height: 90px;
	border:0;
	cursor: pointer;
	z-index: 1000;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 94px;
	height: 90px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border:0;
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 5px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2{
	opacity: 0.9;
	top:345px;
}
.da-slide-current .da-bg{
	left: 0%;
	opacity: 1;
}
.bgslide1, .bgslide2, .bgslide3 , .bgslide4{
	width: auto;
	height: 612px; 
	display:block;
	background:url(../images/bgslide1.jpg) no-repeat top center;
	background-size:cover; 
}
.bgslide2{
	background:url(../images/bgslide2.jpg) no-repeat top center;
	background-size:cover;
}
.bgslide3{
	background:url(../images/bgslide3.jpg) no-repeat top center;
	background-size:cover;
}
.bgslide4{
	background:url(../images/bgslide4.jpg) no-repeat top center;
	background-size:cover;
}


/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-bg{
	-webkit-animation: fromRightAnim3 0.4s ease-in both;
	-moz-animation: fromRightAnim3 0.4s ease-in both;
	-o-animation: fromRightAnim3 0.4s ease-in both;
	-ms-animation: fromRightAnim3 0.4s ease-in both;
	animation: fromRightAnim3 0.4s ease-in both;
}

@-webkit-keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}


@-moz-keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}


@-o-keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.8s both;
	animation: fromLeftAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromleft .da-bg{
	-webkit-animation: fromLeftAnim3 0.4s ease-in both;
	-moz-animation: fromLeftAnim3 0.4s ease-in both;
	-o-animation: fromLeftAnim3 0.4s ease-in both;
	-ms-animation: fromLeftAnim3 0.4s ease-in both;
	animation: fromLeftAnim3 0.4s ease-in both;
}

@-webkit-keyframes fromLeftAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 0.9; }
}
@keyframes fromLeftAnim3{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
/* Slide out to the right คลิกปุ่มซ้าย ข้อความหายไป */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.4s ease-in both;
	-moz-animation: toRightAnim1 0.4s ease-in both;
	-o-animation: toRightAnim1 0.4s ease-in both;
	-ms-animation: toRightAnim1 0.4s ease-in both;
	animation: toRightAnim1 0.4s ease-in both;
}
.da-slide-toright .da-bg{
	-webkit-animation: toRightAnim3 0.6s ease-in both;
	-moz-animation: toRightAnim3 0.6s ease-in both;
	-o-animation: toRightAnim3 0.6s ease-in both;
	-ms-animation: toRightAnim3 0.6s ease-in both;
	animation: toRightAnim3 0.6s ease-in both;
}

@-webkit-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}
@-o-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}
@-ms-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}
/* Slide out to the left  คลิกปุ่มขวา ข้อความหายไป */
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.4s ease-in both;
	-moz-animation: toLeftAnim1 0.4s ease-in both;
	-o-animation: toLeftAnim1 0.4s ease-in both;
	-ms-animation: toLeftAnim1 0.4s ease-in both;
	animation: toLeftAnim1 0.4s ease-in both;
}
.da-slide-toleft .da-bg{
	-webkit-animation: toLeftAnim3 0.6s ease-in both;
	-moz-animation: toLeftAnim3 0.6s ease-in both;
	-o-animation: toLeftAnim3 0.6s ease-in both;
	-ms-animation: toLeftAnim3 0.6s ease-in both;
	animation: toLeftAnim3 0.6s ease-in both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}
@keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 0.9; }
	100%{ left: 0%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 0%; opacity: 0; }
}

@media (max-width: 480px) {
	.da-dots{
		display:none;
	}
	.da-slide h2, .da-slide h2 span {
		font-size: 20px;
		padding:25px 0 10px 0; 
	}
}