<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage_no_thumb01.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
#slideshow {
  max-width: 719px;
  margin: auto;
	float: left;
}
@media only screen and (max-width: 1024px) {
  #slideshow {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	Các tham số truyền vào
----------------------------------------------------------- */
/* -----------------------------------------------------------
	* animation keyframes slider*
----------------------------------------------------------- */
@-moz-keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  100% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
}
@-webkit-keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  100% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
}
@keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  100% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
}
/* -----------------------------------------------------------
	* animation*
----------------------------------------------------------- */
.slide_item {
  display: inline-table;
  width: 719px;
  height: 300px;
  overflow: hidden;
}

/* -----------------------------------------------------------
	#slideshow
----------------------------------------------------------- */
#slideshow {
  position: relative;
  width: 719px;
}
#slideshow .commands {
  position: absolute;
  top: 10px;
  width: 30px;
  height: 40px;
  z-index: 999;
  text-indent: -5000px;
}
#slideshow .prev {
  left: 10px;
  background: url(../../images/home/btn_prev.png) no-repeat;
  display: none;
}
#slideshow .next {
  right: 10px;
  background: url(../../images/home/btn_next.png) no-repeat;
  display: none;
}
#slideshow .commands1 {
  display: block;
}
#slideshow .container {
  position: relative;
  width: 719px;
  height: 300px;
  overflow: hidden;
}
#slideshow .container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  background: #999;
  width: 100%;
  height: 1px;
}
#slideshow .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 400%;
  height: 300px;
  animation: slider 32s infinite;
}
#slideshow .c_slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 300px;
  background: url(../images/slide/slide01.jpg) 0 0 no-repeat, url(../images/slide/slide02.jpg) 100% 0 no-repeat, url(../images/slide/slide03.jpg) 200% 0 no-repeat, url(../images/slide/slide04.jpg) 300% 0 no-repeat;
}
#slideshow .slide_item {
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
}
#slideshow .slide_item:after {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: figurer 32s infinite;
}
#slideshow:hover .pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* -----------------------------------------------------------
	* sl_command*
----------------------------------------------------------- */
.sl_command {
  display: none;
}
.sl_command:target ~ #slideshow .slider {
  transition: opacity 1s;
  animation-play-state: paused;
}
.sl_command:target ~ #slideshow .pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.sl_command:target ~ #slideshow .play {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  right: 25px;
  cursor: pointer;
}
.mouse .sl_command:target ~ #slideshow:hover .pause, .touch .sl_command:target ~ #slideshow.touchstart .pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.touch .sl_command:target ~ #slideshow {
  -webkit-tap-highlight-color: transparent;
}
.touch .sl_command:target ~ #slideshow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.sl_command:target ~ #slideshow .slide_item:after {
  animation-play-state: paused;
}

/* -----------------------------------------------------------
	//Hiệu ứng chuyển động ảnh khi mới load (autoPlay) 
----------------------------------------------------------- */
.sl_i:target ~ #slideshow .slider {
  -moz-transition: left 1s;
  -o-transition: left 1s;
  -webkit-transition: left 1s;
  transition: left 1s;
  visibility: hidden;
}
.sl_i:target ~ #slideshow .c_slider {
  -moz-transition: background 1s;
  -o-transition: background 1s;
  -webkit-transition: background 1s;
  transition: background 1s;
}

/* -----------------------------------------------------------
	//Xử lý vòng lặp cho ẩn, hiện các nút điều hướng ()
----------------------------------------------------------- */
#sl_i1:target ~ #slideshow .commands {
  display: none;
}
#sl_i1:target ~ #slideshow .commands1 {
  display: block;
}

#sl_i2:target ~ #slideshow .commands {
  display: none;
}
#sl_i2:target ~ #slideshow .commands2 {
  display: block;
}

#sl_i3:target ~ #slideshow .commands {
  display: none;
}
#sl_i3:target ~ #slideshow .commands3 {
  display: block;
}

#sl_i4:target ~ #slideshow .commands {
  display: none;
}
#sl_i4:target ~ #slideshow .commands4 {
  display: block;
}

/* -----------------------------------------------------------
	/Xử vị trí ảnh khi click vào các nút điều hướng	
----------------------------------------------------------- */
#sl_i1:target ~ #slideshow .c_slider {
  background-position: 0 0, 100% 0, 200% 0, 300% 0;
}

#sl_i2:target ~ #slideshow .c_slider {
  background-position: -100% 0, 0 0, 100% 0, 200% 0;
}

#sl_i3:target ~ #slideshow .c_slider {
  background-position: -200% 0, -100% 0, 0 0, 100% 0;
}

#sl_i4:target ~ #slideshow .c_slider {
  background-position: -300% 0, -200% 0, -100% 0, 0 0;
}

</pre></body></html>