

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 1s ease;
}
.reveal.active{

  transform: translateY(0px);
  opacity: 1;

}
.BG-navy2 {
  background-image: url("../images/background-2-1920.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.background-bannerpc {
  width: 100%;
}
.background-title {
  font-size: 40px;
  font-weight: 500;
}
.background-subtitle {
  font-size: 30px;
  font-weight: 500;
}
.background-title-box {
  text-align: end;
  padding-right: 0%;
  padding-top: 26%;
  padding-bottom: 33%;
}
.background-hexagon-box {
  display: flex;
  justify-content: end;
  margin-top: 25%;
  margin-left: 4%;
}
.background-hexagon-shape img {
  width: 120%;
}
.background-hexagon-inner {
  text-align: center;
  position: absolute;
  top: 23%;
  left: -1%;
  width: 120%;
}
.background-hexagon-inner img {
  width: 30%;
  padding-bottom: 2%;
}
.background-hexagon-title {
  font-size: 40px;
  font-weight: 500;
}
.background-hexagon-title.eng {font-size: 25px;}

.background-intro-titlebox {
  display: flex;
  align-items: center;
}
.background-border-vertical {
  background-color: white;
  width: 4px;
  height: 104px;
}
.background-intro-titletextbox {
  margin-left: 3%;
}
.background-intro-title {
  font-size: 40px;
  font-weight: 600;
}
.background-intro-subtitle {
  font-size: 32px;
  font-weight: 600;
}
.background-intro-text {
  font-size: 18px;
  font-weight: 400;
}
.background-intro-textbox {
  margin-top: 4%;
}
/* .background-intro-text span {
  font-size: 23px;
  font-weight: 600;
} */
.background-potrait img {
  position: absolute;
  top: 5%;
  right: 8%;
  width: 30%;
}
.background-img-group1 {
  padding-top: 47%;
  padding-bottom: 3%;
}
.background-img-group1 img {
  width: 100%;
}
.background-img-group2 img {
  width: 100%;
}
.background-img-blank1 {
  padding-top: 8%;
}
.background-img-blank1 img {
  width: 90%;
}
.background-img-blank2 img {
  width: 90%;
}
.background-img-blank3 img {
  width: 90%;
}
.background-img-blank4 {
  position: relative;
}
.background-img-blank4 img {
  width: 75%;
}
.background-img-blank5 img {
  position: absolute;
  border: 12px #000230 solid;
  top: 4%;
  left: 67%;
  width: 30%;
}
.row.background-img-blank6 {
  margin-top: 3%;
}
.background-img-blank6 img {
  width: 90%;
}
.background-img-ele1 {
  margin-top: 7%;
}
.background-img-ele1 img {
  width: 33%;
}
.background-img-ele2 img {
  position: absolute;
  bottom: 37%;
  right: -13%;
  width: 28%;
}
.background-top {
  padding-top: 5%;
}

.background-icon-all{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.background-icon-box{
  text-align: center;
}
.background-icon-text{
  font-size: 18px;
  font-weight: 400;
  padding-top: 1rem;
}
.background-icon-text span{
  font-size: 15px;
  font-weight: 300;
  padding-top: 3%;
}

.background-end-img {
  display: flex;
  justify-content: space-between;
}
.background-end-img img {
  width: 28%;
}


.show-mobile {
  display: none;
}
.show-tablet {
  display: none;
}
.show-pc {
  display: block;
}

/* Mobileตั้ง */
@media (max-width: 576px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .BG-navy-background {
    background-image: url("../images/BG-background-mb.png");
    background-position: bottom center;
    background-color: #000230;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .background-bannerpc img {
    width: 100%;
    height: 390px;
  }
  .background-intro-titlebox {
    display: flex;
    align-items: center;
  }
  .background-border-vertical {
    background-color: white;
    width: 2px;
    height: 55px;
  }
  .background-intro-titletextbox {
    margin-left: 3%;
  }
  .background-title {
    font-size: 20px;
    font-weight: 500;
  }
  .background-subtitle {
    font-size: 16px;
    font-weight: 500;
  }
  .background-title-box {
    text-align: center;
    padding: 20% 0;
  }
  .background-intro-title {
    font-size: 20px;
    font-weight: 600;
  }
  .background-intro-subtitle {
    font-size: 16px;
    font-weight: 600;
  }
  .background-intro-text {
    font-size: 15px;
    font-weight: 400;
  }
  .background-intro-textbox {
    margin-top: 3%;
  }
  /* .background-intro-text span {
    font-size: 18px;
    font-weight: 600;
  } */
  .background-intro-left {
    margin-bottom: 5%;
    margin-top: 7%;
  }
  .background-hexagon-box {
    position: relative;
    margin: 16% 0;
    display: flex;
    justify-content: start;
  }
  .background-hexagon-box img {
    width: 100%;
  }
  .background-hexagon-inner {
    position: absolute;
    text-align: center;
    top: 23%;
    left: -1%;
    width: 100%;
  }
  .background-hexagon-inner img {
    width: 30%;
  }
  .background-hexagon-title {
    font-size: 20px;
    font-weight: 500;
  }
  .background-hexagon-title.eng {font-size: 15px;}
  .background-mb-potrait img {
    width: 50%;
  }
  .background-mb-potrait {
    text-align: center;
    margin-bottom: 0%;
    margin-top: 5%;
  }
  .background-img-group1 {
    padding-top: 3%;
  }
  .background-img-group1 img {
    width: 100%;
  }
  .background-img-group2 img {
    width: 100%;
    padding-bottom: 4%;
    padding-top: 1%;
  }
  .background-img-blank1 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .background-img-blank1 img {
    width: 100%;
  }
  .background-img-blank2 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .background-img-blank2 img {
    width: 100%;
  }
  .background-img-blank3 {
    padding-top: 1%;
    padding-bottom: 4%;
  }
  .background-img-blank3 img {
    width: 100%;
  }
  .background-img-blank4 {
    position: relative;
    padding-top: 1%;
  }
  .background-img-blank4 img {
    width: 100%;
  }
  .background-img-blank5 img {
    position: absolute;
    border: 7px #000230 solid;
    top: 80%;
    left: 55%;
    width: 40%;
  }
  .background-img-blank6 {
    padding-top: 16%;
    padding-bottom: 4%;
  }
  .background-img-blank6 img {
    width: 100%;
  }
  .background-img-ele1 {
    margin-top: 0;
    padding-bottom: 4%;
  }
  .background-img-ele1 img {
    width: 32%;
  }
  .background-img-ele2 img {
    position: absolute;
    bottom: -18%;
    right: 47%;
    width: 30%;
  }

  .background-icon-all {
    padding-top: 10%;
    padding-bottom: 10%;

  }
  .background-icon-box {
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .background-icon-img {
    width: 25%;
  }
  .background-icon-img img {
    width: 100%;
  }
  .background-icon-text {
    font-size: 14px;
    padding-left: 0%;
    padding-top: 3%;
    text-align: center;
  }

  .background-icon-text span {
    font-size: 12px;
  }

  .background-mb-end-img {
    text-align: center;
  }
  .background-mb-end-img img {
    width: 95%;
    padding-bottom: 4%;
  }
  td{
    display: block;
    width: 100% !important;
  }
}

/* Mobileนอน */
@media (min-width: 577px) and (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .BG-navy-background {
    background-image: url("../images/BG-background-mb.png");
    background-position: bottom center;
    background-color: #000230;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .background-bannerpc img {
    width: 100%;
    height: 390px;
  }
  .background-intro-titlebox {
    display: flex;
    align-items: center;
  }
  .background-border-vertical {
    background-color: white;
    width: 2px;
    height: 55px;
  }
  .background-intro-titletextbox {
    margin-left: 3%;
  }
  .background-title {
    font-size: 20px;
    font-weight: 500;
  }
  .background-subtitle {
    font-size: 16px;
    font-weight: 500;
  }
  .background-title-box {
    text-align: center;
    padding: 15% 0;
  }
  .background-intro-title {
    font-size: 20px;
    font-weight: 600;
  }
  .background-intro-subtitle {
    font-size: 16px;
    font-weight: 600;
  }
  .background-intro-text {
    font-size: 15px;
    font-weight: 400;
  }
  .background-intro-textbox {
    margin-top: 3%;
  }
  /* .background-intro-text span {
    font-size: 18px;
    font-weight: 600;
  } */
  .background-intro-left {
    margin-bottom: 5%;
    margin-top: 7%;
  }
  .background-hexagon-box {
    position: relative;
    margin: 16% 0;
    display: flex;
    justify-content: start;
  }
  .background-hexagon-box img {
    width: 70%;
  }
  .background-hexagon-inner {
    position: absolute;
    text-align: center;
    top: 23%;
    left: -15%;
    width: 100%;
  }
  .background-hexagon-inner img {
    width: 20%;
  }
  .background-hexagon-title {
    font-size: 20px;
    font-weight: 500;
  }
  .background-hexagon-title.eng {font-size: 15px;}

  .background-mb-potrait img {
    width: 50%;
  }
  .background-mb-potrait {
    text-align: center;
    margin-bottom: 0%;
    margin-top: 5%;
  }
  .background-img-group1 {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .background-img-group1 img {
    width: 100%;
  }
  .background-img-group2 img {
    width: 100%;
    padding-bottom: 4%;
    padding-top: 1%;
  }
  .background-img-blank1 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .background-img-blank1 img {
    width: 100%;
  }
  .background-img-blank2 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .background-img-blank2 img {
    width: 100%;
  }
  .background-img-blank3 {
    padding-top: 1%;
    padding-bottom: 4%;
  }
  .background-img-blank3 img {
    width: 100%;
  }
  .background-img-blank4 {
    position: relative;
    padding-top: 1%;
  }
  .background-img-blank4 img {
    width: 100%;
  }
  .background-img-blank5 img {
    position: absolute;
    border: 11px #000230 solid;
    top: 80%;
    left: 55%;
    width: 40%;
  }
  .background-img-blank6 {
    padding-top: 16%;
    padding-bottom: 4%;
  }
  .background-img-blank6 img {
    width: 100%;
  }
  .background-img-ele1 {
    margin-top: 0;
    padding-bottom: 4%;
  }
  .background-img-ele1 img {
    width: 32%;
  }
  .background-img-ele2 img {
    position: absolute;
    bottom: -18%;
    right: 47%;
    width: 30%;
  }

  .background-icon-all {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .background-icon-box {
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .background-icon-img {
    width: 25%;
  }
  .background-icon-img img {
    width: 100%;
  }
  .background-icon-text {
    font-size: 14px;
    padding-left: 0%;
    padding-top: 3%;
    text-align: center;
  }
  .background-icon-text span {
    font-size: 12px;
  }

  .background-mb-end-img {
    text-align: center;
  }
  .background-mb-end-img img {
    width: 95%;
    padding-bottom: 4%;
  }
  td{
    display: block;
    width: 100% !important;
  }
}

/* Tabletตั้ง */
@media (min-width: 768px) and (max-width: 991px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .BG-navy2 {
    background-image: url("../images/background-2-1400.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .BG-navy-background {
    background-image: url("../images/BG-background-mb.png");
    background-position: bottom center;
    background-color: #000230;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .background-bannerpc img {
    width: 100%;
    /* height: 300px; */
  }
  .background-intro-titlebox {
    display: flex;
    align-items: center;
  }
  .background-border-vertical {
    background-color: white;
    width: 2px;
    height: 55px;
  }
  .background-intro-titletextbox {
    margin-left: 3%;
  }
  .background-title {
    font-size: 20px;
    font-weight: 500;
  }
  .background-subtitle {
    font-size: 16px;
    font-weight: 500;
  }
  .background-title-box {
    text-align: end;
    padding: 14% 0 12% 0;
  }
  .background-intro-title {
    font-size: 20px;
    font-weight: 600;
  }
  .background-intro-subtitle {
    font-size: 16px;
    font-weight: 600;
  }
  .background-intro-text {
    font-size: 15px;
    font-weight: 400;
  }
  .background-intro-textbox {
    margin-top: 3%;
  }
  /* .background-intro-text span {
    font-size: 18px;
    font-weight: 600;
  } */
  .background-intro-left {
    margin-bottom: 5%;
    margin-top: 7%;
  }
  .background-hexagon-box {
    position: relative;
    margin: 13% 0;
    display: flex;
    justify-content: start;
  }
  .background-hexagon-box img {
    width: 58%;
  }
  .background-hexagon-inner {
    position: absolute;
    text-align: center;
    top: 25%;
    left: -21%;
    width: 100%;
  }
  .background-hexagon-inner img {
    width: 18%;
  }
  .background-hexagon-title {
    font-size: 20px;
    font-weight: 500;
  }
  .background-hexagon-title.eng {font-size: 15px;}

  .background-mb-potrait img {
    width: 35%;
  }
  .background-mb-potrait {
    text-align: center;
    margin-bottom: 0%;
    margin-top: 5%;
  }
  .background-img-group1 {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .background-img-group1 img {
    width: 100%;
  }
  .background-img-group2 img {
    width: 100%;
    padding-bottom: 4%;
    padding-top: 1%;
  }
  .background-img-blank1 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .background-img-blank1 img {
    width: 100%;
  }
  .background-img-blank2 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .background-img-blank2 img {
    width: 100%;
  }
  .background-img-blank3 {
    padding-top: 1%;
    padding-bottom: 4%;
  }
  .background-img-blank3 img {
    width: 100%;
  }
  .background-img-blank4 {
    position: relative;
    padding-top: 1%;
  }
  .background-img-blank4 img {
    width: 100%;
  }
  .background-img-blank5 img {
    position: absolute;
    border: 12px #000230 solid;
    top: 80%;
    left: 55%;
    width: 40%;
  }
  .background-img-blank6 {
    padding-top: 16%;
    padding-bottom: 4%;
  }
  .background-img-blank6 img {
    width: 100%;
  }
  .background-img-ele1 {
    margin-top: 0;
    padding-bottom: 4%;
  }
  .background-img-ele1 img {
    width: 32%;
  }
  .background-img-ele2 img {
    position: absolute;
    bottom: -18%;
    right: 47%;
    width: 30%;
  }
  .background-icon-all {
    padding-top: 6%;
  }
  .background-icon-box {
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .background-icon-img {
    width: 25%;
  }
  .background-icon-img img {
    width: 100%;
  }
  .background-icon-text {
    font-size: 14px;
    padding-left: 0%;
    padding-top: 3%;
    text-align: center;
  }
  .background-icon-text span {
    font-size: 12px;
  }
  .background-mb-end-img {
    display: flex;
    justify-content: center;
  }
  .background-mb-end-img img {
    width: 95%;
    padding-bottom: 4%;
  }
}

/* Tabletนอน */
@media (min-width: 992px) and (max-width: 1199px) {
  .show-mobile {
    display: block !important;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none !important;
  }
  .BG-navy2 {
    background-image: url("../images/background-2-1400.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .BG-navy-background {
    background-image: url("../images/BG-background-mb.png");
    background-position: bottom center;
    background-color: #000230;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .background-bannerpc img {
    width: 100%;
    /* height: 300px; */
  }
  .background-intro-titlebox {
    display: flex;
    align-items: center;
  }
  .background-border-vertical {
    background-color: white;
    width: 2px;
    height: 75px;
  }
  .background-intro-titletextbox {
    margin-left: 3%;
  }
  .background-title {
    font-size: 30px;
    font-weight: 500;
  }
  .background-subtitle {
    font-size: 21px;
    font-weight: 500;
  }
  .background-title-box {
    text-align: end;
    padding: 14% 0 12% 0;
  }
  .background-intro-title {
    font-size: 30px;
    font-weight: 600;
  }
  .background-intro-subtitle {
    font-size: 23px;
    font-weight: 600;
  }
  .background-intro-text {
    font-size: 20px;
    font-weight: 400;
  }
  .background-intro-textbox {
    margin-top: 3%;
  }
  /* .background-intro-text span {
    font-size: 24px;
    font-weight: 600;
  } */
  .background-intro-left {
    margin-bottom: 5%;
    margin-top: 7%;
  }
  .background-hexagon-box {
    position: relative;
    margin: 13% 0;
    display: flex;
    justify-content: start;
  }
  .background-hexagon-box img {
    width: 58%;
  }
  .background-hexagon-inner {
    position: absolute;
    text-align: center;
    top: 25%;
    left: -21%;
    width: 100%;
  }
  .background-hexagon-inner img {
    width: 18%;
  }
  .background-hexagon-title {
    font-size: 30px;
    font-weight: 500;
  }
  .background-hexagon-title.eng {font-size: 20px;}
  .background-mb-potrait img {
    width: 35%;
  }
  .background-mb-potrait {
    text-align: center;
    margin-bottom: 0%;
    margin-top: 5%;
  }
  .background-img-group1 {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .background-img-group1 img {
    width: 100%;
  }
  .background-img-group2 img {
    width: 100%;
    padding-bottom: 4%;
    padding-top: 1%;
  }
  .background-img-blank1 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .background-img-blank1 img {
    width: 100%;
  }
  .background-img-blank2 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .background-img-blank2 img {
    width: 100%;
  }
  .background-img-blank3 {
    padding-top: 1%;
    padding-bottom: 4%;
  }
  .background-img-blank3 img {
    width: 100%;
  }
  .background-img-blank4 {
    position: relative;
    padding-top: 1%;
  }
  .background-img-blank4 img {
    width: 100%;
  }
  .background-img-blank5 img {
    position: absolute;
    border: 12px #000230 solid;
    top: 80%;
    left: 55%;
    width: 40%;
  }
  .background-img-blank6 {
    padding-top: 16%;
    padding-bottom: 4%;
  }
  .background-img-blank6 img {
    width: 100%;
  }
  .background-img-ele1 {
    margin-top: 0;
    padding-bottom: 4%;
  }
  .background-img-ele1 img {
    width: 32%;
  }
  .background-img-ele2 img {
    position: absolute;
    bottom: -18%;
    right: 47%;
    width: 30%;
  }
  .background-icon-all {
    padding-top: 6%;
  }
  .background-icon-box {
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .background-icon-img {
    width: 25%;
  }
  .background-icon-img img {
    width: 100%;
  }
  .background-icon-text {
    font-size: 14px;
    padding-left: 0%;
    padding-top: 1rem;
    text-align: center;
  }
  .background-icon-text span {
    font-size: 12px;
  }
  .background-mb-end-img {
    display: flex;
    justify-content: center;
  }
  .background-mb-end-img img {
    width: 95%;
    padding-bottom: 4%;
  }
}

/* Laptop */
@media (min-width: 1200px) and (max-width: 1399px) {
  .BG-navy2 {
    background-image: url("../images/background-2-1400.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .background-bannerpc img{
    width: 100%;
  }
  .background-title {
    font-size: 33px;
    font-weight: 500;
  }
  .background-subtitle {
    font-size: 26px;
    font-weight: 500;
  }
  .background-title-box {
    text-align: end;
    padding-right: 0%;
    padding-top: 25%;
    padding-bottom: 21%;
  }
  .background-hexagon-box {
    display: flex;
    justify-content: start;
    margin-top: 14%;
    margin-left: 5%;
  }
  .background-hexagon-shape img {
    width: 80%;
  }
  .background-hexagon-inner {
    text-align: center;
    position: absolute;
    top: 24%;
    left: -11%;
    width: 100%;
  }
  .background-hexagon-inner img {
    width: 20%;
  }
  .background-hexagon-title {
    font-size: 33px;
    font-weight: 500;
  }
  .background-hexagon-title.eng {font-size: 28px;}
  .background-intro-titlebox {
    display: flex;
    align-items: center;
  }
  .background-border-vertical {
    background-color: white;
    width: 3px;
    height: 90px;
  }
  .background-intro-titletextbox {
    margin-left: 3%;
  }
  .background-intro-title {
    font-size: 35px;
    font-weight: 600;
  }
  .background-intro-subtitle {
    font-size: 28px;
    font-weight: 600;
  }
  .background-intro-text {
    font-size: 16px;
    font-weight: 400;
  }
  .background-intro-textbox {
    margin-top: 4%;
  }
  /* .background-intro-text span {
    font-size: 20px;
    font-weight: 600;
  } */
  .background-potrait img {
    position: absolute;
    top: 6%;
    right: 8%;
    width: 26%;
  }
  .background-img-group1 {
    padding-top: 46%;
    padding-bottom: 4%;
  }
  .background-img-group1 img {
    width: 100%;
  }
  .background-img-group2 img {
    width: 100%;
  }
  .background-img-blank1 {
    padding-top: 6%;
  }
  .background-img-blank1 img {
    width: 90%;
  }
  .background-img-blank2 img {
    width: 90%;
  }
  .background-img-blank3 img {
    width: 90%;
  }
  .background-img-blank4 {
    position: relative;
  }
  .background-img-blank4 img {
    width: 75%;
  }
  .background-img-blank5 img {
    position: absolute;
    border: 10px #000230 solid;
    top: 4%;
    left: 67%;
    width: 30%;
  }
  .row.background-img-blank6 {
    margin-top: 3%;
  }
  .background-img-blank6 img {
    width: 90%;
  }
  .background-img-ele1 {
    margin-top: 7%;
  }
  .background-img-ele1 img {
    width: 33%;
  }
  .background-img-ele2 img {
    position: absolute;
    bottom: 37%;
    right: -13%;
    width: 28%;
  }
  .row.background-top {
    padding-top: 5%;
  }
  .background-icon-all{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .background-icon-box{
    text-align: center;
  }
  .background-icon-text{
    font-size: 16px;
    font-weight: 400;
    padding-top: 1rem;
  }
  .background-icon-text span{
    font-size: 13px;
    font-weight: 300;
    padding-top: 3%;
  }
  /* .background-icon-img img{
    width: 75%;
  } */
}

/* Mac Air */
@media (min-width: 1400px) and (max-width: 1536px){
  .background-potrait img {
    position: absolute;
    top: 5%;
    right: 20%;
    width: 20%;
}
.background-hexagon-shape img {
  width: 100%;
}
.background-title-box {
  text-align: end;
  padding-right: 0%;
  padding-top: 21%;
  padding-bottom: 0%;
}
.background-hexagon-title {
  font-size: 35px;
  font-weight: 500;
}
.background-hexagon-title.eng {font-size: 22px;}
.background-hexagon-inner {
  text-align: center;
  position: absolute;
  top: 23%;
  left: 0%;
  width: 100%;
}
}