.BG-navy-main-mb {
  background-image: url("../images/BG-main2.png");
}
.BG-navy-product {
  background-image: url("../images/BG-navyproduct2.png");
  height: 785px;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-intro {
  text-align: center;
  margin-top: 5%;
}
.product-intro span.text1red {
  font-size: 28px;
  font-weight: 500;
  color: #ff0000;
}
.product-intro span.text1 {
  font-size: 28px;
  font-weight: 500;
}
.product-intro span.text2red {
  font-size: 26px;
  font-weight: 500;
  color: #ff0000;
}
.product-intro span.text2 {
  font-size: 26px;
  font-weight: 500;
}
.product-title-img {
  text-align: start;
}
.product-title-img img {
  width: 85%;
}

.product-title-row {
  padding-top: 4%;
}
.product-search-box {
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: 9%;
}
.product-search {
  width: 80%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  border: white 1px solid;
}
.product-search > a > i {
  font-size: 22px;
}
.product-search > input {
  flex: 1;
  border: none;
  outline: none;
  width: 90%;
  height: 50px;
  background: #ffffff00;
  padding-left: 5%;
  font-size: 17px;
  font-weight: 300;
  color: white;
}
::placeholder {
  color: rgb(255, 255, 255);
}
::-ms-input-placeholder {
  color: rgb(255, 255, 255);
}

.product-list-link {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  text-align: end;
  height: 45px;
}
.product-list-link1 {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: end;
  height: 60px;
}

ul.product-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style: none;
}
.product-list {
  margin-right: 6%;
  margin-top: 10%;
}
.product-list > li {
  margin-top: 1%;
}
.product-list > li > a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  color: white;
}
.product-list > li > a:hover {
  font-size: 24px;
  font-weight: 400;
  }
.product-list > li:hover .product-list-text {
  color: #e2cf22 !important;
}
.product-list-img-show img {
  margin-top: 6%;
}

.product-list > li .product-list-img1 {
  display: block;
  transition: all 0.3s ease-in-out;
}
.product-list > li .product-list-img1y {
  display: none;
}
.product-list > li:hover .product-list-img1 {
  display: none;
}
.product-list > li:hover .product-list-img1y {
  display: block;
}

.product-list > li .product-list-img2 {
  display: block;
}
.product-list > li .product-list-img2y {
  display: none;
}
.product-list > li a:hover .product-list-img2 {
  display: none;
}
.product-list > li a:hover .product-list-img2y {
  display: block;
}

.product-list > li .product-list-img3 {
  display: block;
}
.product-list > li .product-list-img3y {
  display: none;
}
.product-list > li:hover .product-list-img3 {
  display: none;
}
.product-list > li:hover .product-list-img3y {
  display: block;
}

.product-list > li .product-list-img4 {
  display: block;
}
.product-list > li .product-list-img4y {
  display: none;
}
.product-list > li:hover .product-list-img4 {
  display: none;
}
.product-list > li:hover .product-list-img4y {
  display: block;
}

.product-list > li .product-list-img5 {
  display: block;
}
.product-list > li .product-list-img5y {
  display: none;
}
.product-list > li:hover .product-list-img5 {
  display: none;
}
.product-list > li:hover .product-list-img5y {
  display: block;
}

.product-list > li .product-list-img6 {
  display: block;
}
.product-list > li .product-list-img6y {
  display: none;
}
.product-list > li:hover .product-list-img6 {
  display: none;
}
.product-list > li:hover .product-list-img6y {
  display: block;
}

.product-list > li .product-list-img7 {
  display: block;
}
.product-list > li .product-list-img7y {
  display: none;
}
.product-list > li:hover .product-list-img7 {
  display: none;
}
.product-list > li:hover .product-list-img7y {
  display: block;
}

.product-list > li .product-list-img8 {
  display: block;
}
.product-list > li .product-list-img8y {
  display: none;
}
.product-list > li:hover .product-list-img8 {
  display: none;
}
.product-list > li:hover .product-list-img8y {
  display: block;
}
.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;
  }
  .product-intro {
    text-align: center;
    margin-top: 10%;
  }
  .product-intro span.text1red {
    font-size: 18px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text1 {
    font-size: 18px;
    font-weight: 500;
  }
  .product-intro span.text2red {
    font-size: 14px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text2 {
    font-size: 14px;
    font-weight: 500;
  }
  .product-title-img {
    text-align: center;
    margin-top: 10%;
  }
  .product-title-img img {
    width: 90%;
  }

  .product-search-box {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 9%;
  }
  .product-search {
    width: 90%;
    height: 35px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    border: white 1px solid;
  }
  .product-search > a > i {
    font-size: 18px;
  }
  .product-search > input {
    flex: 1;
    border: none;
    outline: none;
    width: 87%;
    height: 35px;
    background: #ffffff00;
    padding-left: 5%;
    font-size: 14px;
    font-weight: 300;
  }
  ul.product-mb-list {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
  }
  .product-mb-list > li {
    font-weight: 300;
    font-size: 17px;
    margin-top: 9%;
    transition: none;
  }
  .product-mb-list-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    list-style-type: none;
    color: #fff;
  }
  .product-mb-list-text {
    padding-left: 3%;
    width: 100%;
  }
  .product-mb-list-img {
    width: 8%;
  }
}

/* Mobileนอน */
@media (min-width: 577px) and (max-width: 767px) 
{
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .product-intro {
    text-align: center;
    margin-top: 10%;
  }
  .product-intro span.text1red {
    font-size: 18px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text1 {
    font-size: 18px;
    font-weight: 500;
  }
  .product-intro span.text2red {
    font-size: 14px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text2 {
    font-size: 14px;
    font-weight: 500;
  }
  .product-title-img {
    text-align: center;
    margin-top: 10%;
  }
  .product-title-img img {
    width: 60%;
  }

  .product-search-box {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 9%;
  }
  .product-search {
    width: 90%;
    height: 35px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    border: white 1px solid;
  }
  .product-search > a > i {
    font-size: 18px;
  }
  .product-search > input {
    flex: 1;
    border: none;
    outline: none;
    width: 87%;
    height: 35px;
    background: #ffffff00;
    padding-left: 5%;
    font-size: 14px;
    font-weight: 300;
  }
  ul.product-mb-list {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
  }
  .product-mb-list > li {
    font-weight: 300;
    font-size: 17px;
    margin-top: 9%;
    transition: none;
  }
  .product-mb-list-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    list-style-type: none;
    color: #fff;
  }
  .product-mb-list-text {
    padding-left: 3%;
    width: 100%;
  }
  .product-mb-list-img {
    width: 6%;
  }
}

/* {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .product-intro {
    text-align: center;
    margin-top: 10%;
  }
  .product-intro span.text1red {
    font-size: 24px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text1 {
    font-size: 24px;
    font-weight: 500;
  }
  .product-intro span.text2red {
    font-size: 20px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text2 {
    font-size: 20px;
    font-weight: 500;
  }
  .product-title-img {
    text-align: center;
    margin-top: 10%;
  }
  .product-title-img img {
    width: 90%;
  }

  .product-search-box {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 9%;
  }
  .product-search {
    width: 90%;
    height: 35px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    border: white 1px solid;
  }
  .product-search > a > i {
    font-size: 24px;
  }
  .product-search > input {
    flex: 1;
    border: none;
    outline: none;
    width: 87%;
    height: 35px;
    background: #ffffff00;
    padding-left: 5%;
    font-size: 19px;
    font-weight: 300;
  }
  ul.product-mb-list {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
  }
  .product-mb-list > li {
    font-weight: 300;
    font-size: 23px;
    margin-top: 9%;
    transition: none;
  }

  .product-mb-list-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    list-style-type: none;
  }
  .product-mb-list-text {
    padding-left: 3%;
  }
  .product-mb-list-img {
    width: 6%;
  }
} */

/* Tabletตั้ง */
@media (min-width: 768px) and (max-width: 991px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .product-intro {
    text-align: center;
    margin-top: 10%;
  }
  .product-intro span.text1red {
    font-size: 35px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text1 {
    font-size: 35px;
    font-weight: 500;
  }
  .product-intro span.text2red {
    font-size: 30px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text2 {
    font-size: 30px;
    font-weight: 500;
  }
  .product-title-img {
    text-align: center;
    margin-top: 10%;
  }
  .product-title-img img {
    width: 90%;
  }

  .product-search-box {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 9%;
  }
  .product-search {
    width: 90%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    border: white 1px solid;
  }
  .product-search > a > i {
    font-size: 25px;
  }
  .product-search > input {
    flex: 1;
    border: none;
    outline: none;
    width: 92%;
    height: 50px;
    background: #ffffff00;
    padding-left: 5%;
    font-size: 25px;
    font-weight: 300;
  }
  ul.product-mb-list {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
  }
  .product-mb-list > li {
    font-weight: 300;
    font-size: 30px;
    margin-top: 9%;
    transition: none;
  }
  .product-mb-list-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    list-style-type: none;
    color: #fff;
  }
  .product-mb-list-text {
    padding-left: 3%;
    width: 100%;


  }
  .product-mb-list-img {
    width: 6%;
  }
}

/* Tabletนอน */
@media (min-width: 992px) and (max-width: 1199px) 
{
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: none;
  }
  .show-pc {
    display: none;
  }
  .product-intro {
    text-align: center;
    margin-top: 10%;
  }
  .product-intro span.text1red {
    font-size: 35px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text1 {
    font-size: 35px;
    font-weight: 500;
  }
  .product-intro span.text2red {
    font-size: 30px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text2 {
    font-size: 30px;
    font-weight: 500;
  }
  .product-title-img {
    text-align: center;
    margin-top: 10%;
  }
  .product-title-img img {
    width: 60%;
  }

  .product-search-box {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 9%;
  }
  .product-search {
    width: 90%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    border: white 1px solid;
  }
  .product-search > a > i {
    font-size: 25px;
  }
  .product-search > input {
    flex: 1;
    border: none;
    outline: none;
    width: 92%;
    height: 50px;
    background: #ffffff00;
    padding-left: 5%;
    font-size: 25px;
    font-weight: 300;
  }
  ul.product-mb-list {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
  }
  .product-mb-list > li {
    font-weight: 300;
    font-size: 30px;
    margin-top: 9%;
    transition: none;
  }
  .product-mb-list-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    list-style-type: none;
    color: #fff;
  }
  .product-mb-list-text {
    padding-left: 3%;
    width: 100%;

  }
  .product-mb-list-img {
    width: 6%;
  }
}
/* Laptop */
@media (min-width: 1200px) and (max-width: 1399px) {
  .BG-navy-product {
    background-image: url("../images/BG-navyproduct3.png");
    background-size: contain;
    background-repeat: repeat;
    height: 690px;
  }

  .product-intro {
    text-align: center;
    margin-top: 5%;
  }
  .product-intro span.text1red {
    font-size: 23px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text1 {
    font-size: 23px;
    font-weight: 500;
  }
  .product-intro span.text2red {
    font-size: 21px;
    font-weight: 500;
    color: #ff0000;
  }
  .product-intro span.text2 {
    font-size: 21px;
    font-weight: 500;
  }

  .product-title-row {
    padding-top: 4%;
  }
  .product-title-img img {
    width: 80%;
  }
  .product-title-img {
    text-align: start;
  }
  .product-search-box {
    display: flex;
    justify-content: end;
    align-items: end;
    margin-top: 9%;
  }
  .product-search {
    width: 80%;
    height: 47px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    border: white 1px solid;
  }
  .product-search > a > i {
    font-size: 19px;
  }
  .product-search > input {
    flex: 1;
    border: none;
    outline: none;
    width: 90%;
    height: 47px;
    background: #ffffff00;
    padding-left: 5%;
    font-size: 14px;
    font-weight: 300;
    color: white;
  }
  ::placeholder {
    color: rgb(255, 255, 255);
  }
  ::-ms-input-placeholder {
    color: rgb(255, 255, 255);
  }

  .product-list-link {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    text-align: end;
    height: 35px;
  }
  .product-list-link1 {
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: end;
    height: 45px;
  }
  ul.product-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    list-style: none;
  }
  .product-list {
    margin-right: 7%;
  }
  .product-list > li {
    margin-top: 7%;
  }
  .product-list > li > a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
  }
  .product-list > li > a:hover {
    font-size: 20px;
    font-weight: 400;
    transform: scale(1.03);
  }
  .product-list-text:hover {
    color: #e2cf22;
  }
  .product-list-img-show img {
    margin-top: 6%;
  }
}
