@import url("https://fonts.googleapis.com/css?family=Kanit");
@import url("https://fonts.googleapis.com/css?family=Chonburi");
@import url("https://fonts.googleapis.com/css?family=Chonburi|Monoton");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
body {
  font-family: "Kanit", sans-serif;
  display: flex;
  flex-direction: column;
  margin: 0px; }
  body .mainContain .box1 {
    display: flex; }
    body .mainContain .box1 ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      body .mainContain .box1 ul li {
        color: yellow; }
    body .mainContain .box1 ul#box1 {
      flex: 5;
      z-index: 99; }
      body .mainContain .box1 ul#box1 li {
        color: #014023;
        background-color: white;
        padding: 8px 8px 4px 8px;
        position: absolute;
        top: 20px;
        left: 240px;
        box-shadow: 0px 0px 10px 0px black; }
    body .mainContain .box1 ul#box2 {
      display: flex;
      flex: 1.5; }
      body .mainContain .box1 ul#box2 li {
        flex: 1;
        color: blue;
        display: flex;
        align-items: center;
        margin: 3px 5px 3px 5px; }
        body .mainContain .box1 ul#box2 li img {
          width: 60px; }
      body .mainContain .box1 ul#box2 li:last-child img {
        width: 200px; }
  body .mainContain .box2 {
    display: flex;
    transition: all 1s linear;
    background-color: #115e3b; }
    body .mainContain .box2 ul#boxFmenubar {
      margin: 0;
      padding: 0;
      list-style: none;
      flex: 1;
      background-color: none; }
    body .mainContain .box2 ul#menubar {
      flex: 1;
      display: flex;
      list-style: none;
      text-align: center;
      font-size: 20px; }
      body .mainContain .box2 ul#menubar li {
        color: white;
        flex: 1;
        border-left: 1px solid #ccc; }
        body .mainContain .box2 ul#menubar li a:link {
          color: white;
          text-shadow: 2px 2px 3px black;
          text-decoration: none; }
        body .mainContain .box2 ul#menubar li a:hover {
          color: white;
          text-shadow: 2px 2px 3px black; }
        body .mainContain .box2 ul#menubar li a:visited {
          color: white;
          text-shadow: 2px 2px 3px black; }
        body .mainContain .box2 ul#menubar li:hover {
          transition: all 0.3s linear;
          margin: -5px 0 0 0; }
  body .mainContain .colorBox2 {
    background-color: #79b499; }
  body .mainContain2 {
    background: linear-gradient(0deg, #4caf50 65%, #115e3b);
    display: flex; }
    body .mainContain2 .popup {
      position: fixed;
      z-index: 999;
      width: 100%;
      margin-top: -90px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      body .mainContain2 .popup img {
        border: 15px solid greenyellow;
        width: 60%;
        height: 100%;
        align-self: center;
        animation: moveBorderImg 1s infinite;
        -webkit-animation: moveBorderImg 1s infinite; }
@keyframes moveBorderImg {
  50% {
    border: 18px solid orangered; } }
      body .mainContain2 .popup span {
        font-size: 36px;
        color: #e9ff07;
        align-self: center;
        /* border: 1px solid; */
        margin: 10px 0 0 0;
        padding: 0 10px 0 10px;
        background-color: #00a150;
        border-radius: 10px;
        /* background-color: white; */
        box-shadow: 5px 3px 13px black; }
    body .mainContain2 .boxHtruck {
      position: absolute;
      width: 99%;
      height: 155px;
      top: 428px;
      overflow: hidden;
      z-index: 2; }
      body .mainContain2 .boxHtruck .truck1 {
        position: absolute;
        top: 0px;
        z-index: -2;
        left: 8px;
        animation: moveTruck1 15s infinite; }
@keyframes moveTruck1 {
  0% {
    left: -100px; }
  100% {
    left: 1990px; } }
        body .mainContain2 .boxHtruck .truck1 img {
          width: 250px; }
      body .mainContain2 .boxHtruck .wheel1 {
        position: absolute;
        top: 95px;
        left: 44px;
        width: 44px;
        height: 44px;
        animation: moveWheel 1s infinite linear; }
@keyframes moveWheel {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
        body .mainContain2 .boxHtruck .wheel1 img {
          width: 44px; }
      body .mainContain2 .boxHtruck .shadowW2 {
        border-radius: 3em;
        margin: -19px 0 0 16px;
        width: 215px;
        box-shadow: 4px 3px 20px 6px rgba(40, 45, 45, 0.5);
        animation: moveShadow 3s infinite; }
@keyframes moveShadow {
  0% {
    margin: -19px 0 0 16px; }
  50% {
    margin: -15px 0 0 14px; }
  100% {
    margin: -19px 0 0 16px; } }
        body .mainContain2 .boxHtruck .shadowW2 .wheel2 {
          position: absolute;
          top: 95px;
          left: 177px;
          width: 44px;
          height: 44px;
          animation: moveWheel2 1s infinite linear; }
@keyframes moveWheel2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
          body .mainContain2 .boxHtruck .shadowW2 .wheel2 img {
            width: 44px; }
    body .mainContain2 .box1 {
      flex: 2; }
      body .mainContain2 .box1 #map {
        width: 100%;
        height: 100%; }
      body .mainContain2 .box1 img {
        width: 100%; }
      body .mainContain2 .box1 .boxImg {
        position: absolute;
        top: 400px;
        z-index: 2; }
        body .mainContain2 .box1 .boxImg img {
          width: 300px; }
    body .mainContain2 .box2 {
      flex: 1;
      display: flex; }
      body .mainContain2 .box2 ul {
        background-image: url("../img/aws.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
        margin: 0;
        list-style: none;
        flex-direction: column; }
        body .mainContain2 .box2 ul li {
          flex: 1; }
          body .mainContain2 .box2 ul li img {
            width: 100%; }
          body .mainContain2 .box2 ul li video {
            width: 100%; }
      body .mainContain2 .box2 ul.boxPrice {
        flex: 1;
        flex-direction: column;
        background-color: #eaf5df;
        margin: 0px 6px 0 6px; }
        body .mainContain2 .box2 ul.boxPrice li:nth-chlid(1) {
          background-color: #009688; }
        body .mainContain2 .box2 ul.boxPrice li {
          border-bottom: 1px solid #DDD;
          display: flex;
          flex-direction: row;
          padding: 2px 0 2px 0; }
          body .mainContain2 .box2 ul.boxPrice li span {
            display: flex;
            justify-content: center;
            border-left: 1px solid #CCC;
            flex: 1; }
        body .mainContain2 .box2 ul.boxPrice li:nth-child(even) {
          background-color: #f7fff0; }
        body .mainContain2 .box2 ul.boxPrice li.nonBg {
          background-color: white;
          border: none; }
    body .mainContain2 video {
      width: 290px; }
    body .mainContain2 .box1,
    body .mainContain2 .box2 {
      overflow: hidden; }
      body .mainContain2 .box1 img,
      body .mainContain2 .box2 img {
        width: 100%; }
  body .mainContain3 {
    display: flex;
    background-image: url("../img/bgCon.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 90px 0;
    opacity: 0;
    transition: all 1s linear; }
    body .mainContain3 .box3-1 {
      flex: 0.5; }
    body .mainContain3 .box3-2 {
      margin: 50px 0 0 0;
      transition: all 0.7s linear;
      opacity: 0;
      flex: 4; }
      body .mainContain3 .box3-2 .headBox3-2 {
        font-family: "Monoton", cursive;
        font-size: 40px;
        color: white;
        text-shadow: 4px 4px 7px #2eef0a; }
        body .mainContain3 .box3-2 .headBox3-2 #nameAlbum {
          font-family: "Chonburi", cursive;
          font-size: 20px; }
          body .mainContain3 .box3-2 .headBox3-2 #nameAlbum a:link {
            text-decoration: none; }
          body .mainContain3 .box3-2 .headBox3-2 #nameAlbum span {
            font-family: "Dancing Script", cursive;
            font-size: 16px;
            color: firebrick;
            text-shadow: none;
            margin: 0 0 0 10px;
            cursor: pointer; }
            body .mainContain3 .box3-2 .headBox3-2 #nameAlbum span:hover {
              color: #2eef0a; }
      body .mainContain3 .box3-2 ul {
        padding: 0;
        margin: 10px 0 0 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap; }
        body .mainContain3 .box3-2 ul li {
          flex-basis: 180px;
          border: 1px solid;
          color: white;
          margin: 10px 0 0 10px;
          overflow: hidden;
          height: 100px;
          padding: 4px;
          background-color: white;
          box-shadow: 4px 5px 3px black; }
          body .mainContain3 .box3-2 ul li img {
            width: 100%;
            height: 100%;
            cursor: pointer;
            transition: all 0.5s linear; }
            body .mainContain3 .box3-2 ul li img:hover {
              opacity: 0.8;
              transform: scale(1.2, 1.2); }
      body .mainContain3 .box3-2 .imgContorl {
        flex: 1; }
        body .mainContain3 .box3-2 .imgContorl ul#dotImgContorl {
          display: flex;
          justify-content: center; }
          body .mainContain3 .box3-2 .imgContorl ul#dotImgContorl li {
            height: 25px;
            flex-basis: 25px;
            border: none;
            border-radius: 50%;
            border-color: none;
            box-shadow: 4px 3px 12px #8df713;
            background-color: white;
            cursor: pointer;
            transition: all 0.5s linear; }
            body .mainContain3 .box3-2 .imgContorl ul#dotImgContorl li:hover {
              box-shadow: 2px 1px 4px #8df713;
              background-color: #8df713; }
    body .mainContain3 .moveBoxTop {
      margin: 0px 0 0 0;
      opacity: 1; }
    body .mainContain3 .box3-3 {
      margin: 50px 0 0 40px;
      transition: all 0.7s linear;
      opacity: 0;
      flex: 2;
      display: flex;
      flex-direction: column; }
      body .mainContain3 .box3-3 .headBox3-3 {
        font-family: "Monoton", cursive;
        font-size: 40px;
        color: white;
        text-shadow: 4px 4px 7px #2eef0a; }
      body .mainContain3 .box3-3 ul {
        padding: 0;
        margin: 18px 0 0 0;
        list-style: none; }
        body .mainContain3 .box3-3 ul li {
          margin: 6px 0 0 0; }
        body .mainContain3 .box3-3 ul video {
          width: 290px; }
    body .mainContain3 .moveBoxTop33 {
      margin: 0px 0 0 40px;
      opacity: 1; }
    body .mainContain3 .box3-4 {
      flex: 0.5; }
  body .moveCon3 {
    opacity: 1; }
  body .mainContain5 {
    opacity: 0;
    transition: all 1s linear;
    display: flex; }
    body .mainContain5 ul {
      background-image: url("../img/lan4b.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0px 0 0 0;
      padding: 30px 0 30px 0;
      list-style: none;
      flex: 1;
      display: flex; }
      body .mainContain5 ul li:nth-child(1) {
        flex: 2; }
        body .mainContain5 ul li:nth-child(1) video {
          width: 70%;
          border: 8px solid #0f402a;
          box-shadow: 7px 5px 20px 5px #17201c;
          display: flex;
          margin: 0 auto; }
        body .mainContain5 ul li:nth-child(1) #mainVideo {
          width: 70%;
          border: 8px solid #0f402a;
          box-shadow: 7px 5px 20px 5px #17201c;
          display: flex;
          margin: 0 auto; }
          body .mainContain5 ul li:nth-child(1) #mainVideo iframe {
            width: 100%;
            height: 480px; }
      body .mainContain5 ul li:nth-child(2) {
        flex: 1; }
      body .mainContain5 ul li {
        margin: 70px 0 0 0;
        transition: all 1s linear;
        -webkit-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -o-transition: all 1s linear; }
      body .mainContain5 ul li.moveUl5 {
        margin: auto auto; }
  body .mainContain4 {
    padding: 60px 0 60px 0;
    opacity: 0;
    display: flex;
    flex-direction: row;
    background-image: url("../img/aws3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s linear; }
    body .mainContain4 .box4-1 {
      flex: 0.5; }
    body .mainContain4 .box4-2 {
      margin: 40px 0 0 0;
      transition: all 0.7s linear;
      flex: 4;
      display: flex;
      flex-direction: column; }
      body .mainContain4 .box4-2 #box42Head {
        flex: 1;
        font-family: "Monoton", cursive;
        font-size: 40px;
        color: white;
        text-shadow: 4px 4px 7px #2eef0a; }
      body .mainContain4 .box4-2 ul#news {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        body .mainContain4 .box4-2 ul#news li {
          display: flex;
          flex: 1;
          padding: 20px; }
          body .mainContain4 .box4-2 ul#news li ul#mainNews {
            padding: 10px;
            margin: 0;
            display: flex;
            flex-direction: column;
            border: 2px solid beige;
            background-color: #052315;
            box-shadow: 0px 0px 20px 0px #03fd87; }
            body .mainContain4 .box4-2 ul#news li ul#mainNews .labalNew {
              position: absolute;
              font-size: 30px;
              color: #f44336;
              border: 4px solid #f44336;
              /*border-radius: 50%;
              */
              background-color: #ffc107;
              padding: 0 20px 0 20px;
              transform: rotate(-23deg);
              margin: 0px 0 0 -25px;
              z-index: 1;
              box-shadow: 8px 8px 3px rgba(95, 66, 63, 0.6);
              -webkit-transform: rotate(-23deg);
              -moz-transform: rotate(-23deg);
              -ms-transform: rotate(-23deg);
              -o-transform: rotate(-23deg);
              animation: moveLabal 1s infinite;
              -webkit-animation: moveLabal 1s infinite; }
@keyframes moveLabal {
  0% {
    background-color: #ffc107;
    color: #f44336;
    border: 4px solid #f44336; }
  50% {
    background-color: #f44336;
    color: #ffc107;
    border: 4px solid #ffc107; }
  100% {
    background-color: #ffc107;
    color: #f44336;
    border: 4px solid #f44336; } }
            body .mainContain4 .box4-2 ul#news li ul#mainNews a {
              text-decoration: none; }
            body .mainContain4 .box4-2 ul#news li ul#mainNews li#mainHeadNews {
              /*color: darkgreen;
              font-size: 22px;
              background-color: beige;*/
              color: #ffeb3b;
              font-size: 22px;
              background-color: #0b844b;
              /* padding: 20px; */
              margin: 15px 5px 0 10px;
              padding: 5px;
              text-shadow: 1px 1px 6px #05f50f; }
            body .mainContain4 .box4-2 ul#news li ul#mainNews li {
              flex: auto;
              color: floralwhite;
              padding: 10px;
              overflow: hidden; }
              body .mainContain4 .box4-2 ul#news li ul#mainNews li img {
                width: 100%;
                transition: all 0.6s linear;
                -webkit-transition: all 0.6s linear;
                -moz-transition: all 0.6s linear;
                -ms-transition: all 0.6s linear;
                -o-transition: all 0.6s linear; }
                body .mainContain4 .box4-2 ul#news li ul#mainNews li img:hover {
                  opacity: 0.8;
                  transform: scale(1.2, 1.2);
                  -webkit-transform: scale(1.2, 1.2);
                  -moz-transform: scale(1.2, 1.2);
                  -ms-transform: scale(1.2, 1.2);
                  -o-transform: scale(1.2, 1.2); }
          body .mainContain4 .box4-2 ul#news li ul#subNews {
            display: flex;
            flex-direction: column;
            padding: 0px;
            border: 2px solid #7ec9a6;
            box-shadow: 0 0 14px beige; }
            body .mainContain4 .box4-2 ul#news li ul#subNews a:link {
              text-decoration: none; }
            body .mainContain4 .box4-2 ul#news li ul#subNews li {
              padding: 10px;
              flex: 1;
              background-color: beige; }
              body .mainContain4 .box4-2 ul#news li ul#subNews li ul {
                padding: 0;
                margin: 0;
                display: flex; }
                body .mainContain4 .box4-2 ul#news li ul#subNews li ul li {
                  flex: 1;
                  padding: 10px; }
                  body .mainContain4 .box4-2 ul#news li ul#subNews li ul li img {
                    width: 90%;
                    border: 4px solid #daedc5;
                    box-shadow: 2px 3px 20px #363e3d;
                    transition: all 0.6s linear;
                    -webkit-transition: all 0.6s linear;
                    -moz-transition: all 0.6s linear;
                    -ms-transition: all 0.6s linear;
                    -o-transition: all 0.6s linear; }
                    body .mainContain4 .box4-2 ul#news li ul#subNews li ul li img:hover {
                      opacity: 0.8;
                      transform: scale(1.1, 1.1);
                      -webkit-transform: scale(1.1, 1.1);
                      -moz-transform: scale(1.1, 1.1);
                      -ms-transform: scale(1.1, 1.1);
                      -o-transform: scale(1.1, 1.1); }
                body .mainContain4 .box4-2 ul#news li ul#subNews li ul li.txtSubNews {
                  flex: 1; }
                  body .mainContain4 .box4-2 ul#news li ul#subNews li ul li.txtSubNews ul {
                    display: flex;
                    flex-direction: column; }
                    body .mainContain4 .box4-2 ul#news li ul#subNews li ul li.txtSubNews ul li:nth-child(1) {
                      flex: 1;
                      flex-basis: 26px;
                      overflow: hidden;
                      padding: 5px;
                      background-color: #9fe0a2;
                      border-top-right-radius: 12px;
                      color: darkgreen;
                      cursor: pointer;
                      font-size: 18px;
                      text-shadow: 1px 1px 6px #05f50f;
                      transition: all 0.2s linear;
                      -webkit-transition: all 0.2s linear;
                      -moz-transition: all 0.2s linear;
                      -ms-transition: all 0.2s linear;
                      -o-transition: all 0.2s linear; }
                      body .mainContain4 .box4-2 ul#news li ul#subNews li ul li.txtSubNews ul li:nth-child(1):hover {
                        background-color: #ffc107;
                        color: aliceblue; }
                    body .mainContain4 .box4-2 ul#news li ul#subNews li ul li.txtSubNews ul li:nth-child(2) {
                      flex: 0;
                      flex-basis: 110px;
                      overflow: hidden;
                      margin: 5px 0 0 0;
                      padding: 5px;
                      text-align: left;
                      color: darkgreen;
                      font-size: 16px; }
      body .mainContain4 .box4-2 ul {
        list-style: none; }
    body .mainContain4 .movebox42 {
      margin: 0 0 0 0; }
    body .mainContain4 .box4-3 {
      flex: 0.5; }
  body .movemainContain4 {
    opacity: 1; }
  body .boxFooter {
    display: flex;
    flex-basis: 40px;
    background-color: #014023;
    color: aliceblue; }
  body .boxLinkFooter {
    display: flex;
    background-color: #18191e;
    padding: 10px; }
    body .boxLinkFooter ul {
      flex: 1;
      margin: 0;
      padding: 0;
      list-style: none; }
    body .boxLinkFooter ul#link {
      flex: 5;
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none;
      align-content: flex-end;
      flex-wrap: wrap; }
      body .boxLinkFooter ul#link li {
        flex: 1;
        color: aliceblue; }
        body .boxLinkFooter ul#link li img {
          width: 150px; }
        body .boxLinkFooter ul#link li a:link {
          font-size: 20px;
          color: aliceblue;
          text-decoration: none; }
        body .boxLinkFooter ul#link li a:hover {
          color: #46fb13; }
        body .boxLinkFooter ul#link li a:visited {
          color: aliceblue; }
  body .mainContainFooter {
    display: flex;
    background-color: #014023; }
    body .mainContainFooter .box4-1 {
      flex: 0.5; }
    body .mainContainFooter .box4-2 {
      flex: 4;
      color: white;
      font-size: 20px;
      text-align: center; }
    body .mainContainFooter .box4-3 {
      flex: 0.5; }

@media only screen and (max-width: 600px) {
  body .mainContain2 {
    flex-direction: column; } }

/*# sourceMappingURL=style.css.map */
