@charset "utf-8";
/* CSS Document */
.image_sub {
  overflow: hidden;
  position: absolute;
  left: 659px;
  top: 954px;
  /*/////////////-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);///*/
}
.image_sub .imgB {
  top: 0;
  left: 0;
  position: relative;
  opacity: 1;
}
.image_sub .imgT {
  top: 0;
  left: 1px;
  position: absolute;
  /*//////////////scale การขยายภาพ/////////////////*/
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  /*//////////////ความเร็วเมื่อวาป /////////////////*/
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.image_sub .ovrly {
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.image_sub .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
}
.image_sub:hover .imgT {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.image_sub:hover .ovrly {
  opacity: 1;
}
.image_sub:hover .buttons .fa {
  opacity: 1;
}
/*/////////////////////////////*/
/*////////// Trucks ///////////*/
/*/////////////////////////////*/
.image_sub .trucks {
  z-index: 99999;
  background: #e1262b;
  position: absolute;
  height: 16%;
  font-family: DBHelvethaicaMonX57Cond;
  top: 40px; /*////// ตำแหน่งเริ่มต้นการเคลื่อน เมื่อเอาเม้าท์วาง /////////////*/
  left: 30px;
  opacity: 0;
  padding: 0 15px; /*////พื้นที่ background ตัวอักษร /////*/
  /*////// visibility: hidden;//*/
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image_sub .trucks h3 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
}
/*////////////// ตำแหน่งการเคลื่อน เมื่อเอาเม้าท์วาง ///////////////*/
.image_sub:hover .trucks {
  visibility: visible;
  opacity: 1;
  left: 330px;
  top: 140px;
}
/*/////////////////////////////*/
.image_sub .trucks2 {
  z-index: 99;
  position: absolute;
  font-size: 30px;
  font-family: DBHelvethaicaMonX57Cond;
  color: #e1262b;
  opacity: 1;
  padding: 0 15px; /*////พื้นที่ background ตัวอักษร /////*/
  /*////// visibility: hidden;//*/
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image_sub:hover .trucks2 {
  visibility: visible;
  opacity: 0;
}
/*/////////////////////////////*/
/*////////// Pickup ///////////*/
/*/////////////////////////////*/
.image_sub .pickup {
  z-index: 999999;
  background: #1581c1;
  position: absolute;
  height: 16%;
  font-family: DBHelvethaicaMonX57Cond;
  top: 100px; /*////// ตำแหน่งเริ่มต้นการเคลื่อน เมื่อเอาเม้าท์วาง /////////////*/
  left: 380px;
  opacity: 0;
  padding: 0 15px; /*////พื้นที่ background ตัวอักษร /////*/
  /*////// visibility: hidden;//*/
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image_sub .pickup h3 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
}
/*////////////// ตำแหน่งการเคลื่อน เมื่อเอาเม้าท์วาง ///////////////*/
.image_sub:hover .pickup {
  visibility: visible;
  opacity: 1;
  left: 210px;
  top: 135px;
}
/*/////////////////////////////*/
.image_sub .pickup2 {
  z-index: 99;
  position: absolute;
  font-size: 30px;
  font-family: DBHelvethaicaMonX57Cond;
  color: #1581c1;
  opacity: 1;
  padding: 0 15px; /*////พื้นที่ background ตัวอักษร /////*/
  /*////// visibility: hidden;//*/
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.image_sub:hover .pickup2 {
  visibility: visible;
  opacity: 0;
}