.position-absolute.main-PC {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
}
.PDPA-container {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 1rem 3rem;
  background: rgba(0, 0, 0, 0.836);
  color: #ffffff;
  position: fixed;
  z-index: 2000;
  bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  gap: 1rem;
  opacity: 1;
  visibility: visible;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.PDPA-container.hide {
  opacity: 0;
  visibility: hidden;
}
.PDPA-container a {
  color: white;
}
.PDPA-container a:hover {
  color: #b60000;
}
.PDPA-container .PDPA-text {
  flex: 7 768px;
}
.PDPA-container .agree {
  flex: 1 150px;
  text-align: center;
}
.agree button {
  background: rgba(255, 255, 255, 0);
  color: white;
  border: 1px white solid;
  padding: 0.4rem 1.2rem;
  cursor: pointer;
  border-radius: 20px;
  font-size: 1rem;
}
.agree button:hover {
  background: #b60000;
  color: white;
}

html{
  scroll-behavior: smooth;
}
body {
  font-family: "IBM Plex Sans Thai", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: white;
  background-color: #000230;
}
.red {
  color: #b60000;
}
.navy {
  color: #09358b;
}
.slide-home-banner {
  position: relative;
}

.owl-carousel.slide-home-banner .owl-nav .owl-prev {
  position: absolute;
  top: 44%;
  left: 2%;
  font-size: 32px;
}
.owl-carousel.slide-home-banner .owl-nav .owl-next {
  position: absolute;
  top: 44%;
  right: 2%;
  font-size: 32px;
}
.owl-carousel.slide-home-banner .owl-dots {
  display: none;
}
.banner-pc img {
  width: 100%;
}
.banner-mb img {
  width: 100%;
}
.BG-left {
  background-image: url(../images/BG-left-v4.png);
  height: 710px;
  background-size: cover;
}
.BG-right {
  background-color: #b60000;
  height: 710px;
}
.BG-main {
  background-image: url(../images/BG-main.png);
  background-size: 100%;
  position: relative;
  height: 1760px;
  top: 0;
  margin-top: -10%;
  background-repeat: no-repeat;
}
.BG-machine {
  height: 630px;
  background-size: cover;
  background-image: url(../images/BG-machine.png);
}
.BG-red {
  background-color: #b60000;
  width: 100%;
}
.BG-red-vector {
  background-image: url("../images/BG-red-vector.png");
  background-position: bottom center;
}
.BG-navy {
  background-color: #000230;
  width: 100%;
}
.BG-navy-vector {
  background-image: url("../images/BG-navy-vector.png");
  background-position: bottom center;
}
.home-about {
  padding-right: 30px;
  padding-top: 35px;
}
.home-title-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
.home-borderline {
  width: 120px;
  height: 4px;
  background-color: white;
}
.home-title1 {
  font-size: 40px;
  font-weight: 500;
}
.home-subtitle1 {
  font-size: 38px;
  font-weight: 600;
  margin-top: 2%;
}
.home-org-name {
  font-size: 28px;
  font-weight: 500;
}
.home-org-text {
  margin-top: 5%;
}
.home-org-text span.text1 {
  font-size: 28px;
  font-weight: 400;
}
.home-org-text span.text2 {
  font-size: 26px;
  font-weight: 300;
}
.home-org-text span.text3 {
  font-size: 26px;
  font-weight: 400;
}

.home-background-vnm-box {
  display: flex;
  margin-top: 7%;
  margin-left: 55%;
}
.home-backgroung-title a {
  color: white;
  text-decoration: none;
  font-size: 26px;
  font-weight: 300;
  text-align: end;
}
.home-backgroung-title :hover,
.home-vnm-title :hover {
  color: #ffe609;
}

.home-vnm-title .yellow , 
.home-backgroung-title .yellow{
  display: none;
  margin-right: 5%;
}
.home-vnm-title .white ,
.home-backgroung-title .white{
  display: block;
  margin-right: 5%;
}
.home-vnm-title:hover .yellow ,
.home-backgroung-title:hover .yellow{
  display: block;
  margin-right: 5%;
}
.home-vnm-title:hover .white ,
.home-backgroung-title:hover .white{
  display: none;
  margin-right: 5%;
}

.home-vnm-title a {
  color: white;
  text-decoration: none;
  font-size: 26px;
  font-weight: 300;
  text-align: end;
  display: flex;
  align-items: center;
}
.home-backgroung-title a {
  color: white;
  text-decoration: none;
  font-size: 26px;
  font-weight: 300;
  text-align: end;
  display: flex;
  align-items: center;
}

.owl-carousel.slide-home-product .owl-nav button.owl-prev {
  position: absolute;
  left: -3%;
  top: 42%;
  font-size: 32px;
}
.owl-carousel.slide-home-product .owl-nav button.owl-next {
  position: absolute;
  right: -3%;
  top: 42%;
  font-size: 32px;
}
.owl-theme.slide-product-detail .owl-nav {
  margin-top: 0;
  height: 6px;
}
.home-product-service {
  margin-top: 13%;
  text-align: center;
}
.home-product-service-title {
  font-size: 40px;
  font-weight: 500;
}
.home-product-service-borderline {
  width: 136px;
  height: 3px;
  background-color: white;
}
.home-product-service-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-top: 2%;
}
.overlayone {
  display: inline-block;
  position: relative;
}
.overlayone img {
  width: 100%;
}
.overlayinn p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.overlayinn {
  background-color: #7108009c;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 12%;
  transition: opacity 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: white;
}
.overlayinn:hover {
  opacity: 1;
  transition: opacity 0.5s;
}
.btn-outline-light {
  border-radius: 0 !important;
}
.home-product-service-contact {
  margin-top: 4%;
  text-align: center;
}
.home-product-service-text {
  font-size: 35px;
  font-weight: 400;
}
.home-product-service-contact-text {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: white;
}
.home-product-service-contact-textsm {
  font-size: 20px;
  font-weight: 300;
  color: white;
}
.zoom:hover {
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.home-product-service-box {
  border: 3px white solid;
  background-color: rgba(0, 0, 0, 0);
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}
.home-product-service-box:hover {
  background-color: rgba(255, 255, 255, 0.541);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
.home-product-service-box-icon-next {
  visibility: hidden;
}
.home-product-service-box:hover .home-product-service-box-icon-next {
  visibility: visible;
}
.home-product-service-service-man {
  margin-top: 15%;
}
.home-product-service-service-right {
  margin-top: 11%;
}
.home-product-service-service-text {
  margin-top: 11%;
}
.home-product-service-service-titlebox {
  display: flex;
  align-items: center;
}
.home-product-service-service-title {
  padding-right: 2%;
  font-size: 40px;
  font-weight: 500;
}
.home-product-service-service-subtitle {
  font-size: 20px;
  font-weight: 500;
}
.home-product-service-box-all {
  margin-top: 5%;
  display: flex;
}
.home-product-service-box {
  padding: 15%;
}
.home-product-service-box-img {
  display: flex;
  justify-content: center;
}
.home-product-service-box-icon-next {
  display: flex;
  justify-content: center;
}
.home-product-service-box-text {
  text-align: center;
  margin: 5% 0;
}

.modal-content .modal-title {
  color: black;
  font-size: 18px;
}
.modal-content .modal-title {
  color: black;
  font-size: 18px;
}

.home-machine-text {
  font-size: 32px;
  font-weight: 400;
}
.home-machine-text-small {
  font-size: 30px;
  font-weight: 400;
  margin-left: 9%;
  text-align: start;
  height: 6rem;
}
.home-machine-listbox1 {
  display: flex;
  text-align: center;
}
.home-machine-listbox2 {
  display: flex;
  text-align: start;
  margin-top: 7%;
}
.home-machine-listbox-row {
  margin-top: 8%;
  margin-left: 1%;
}
.home-machine-left {
  margin-top: 14%;
  margin-left: 5%;
}
.home-machine-right {
  margin-top: 13%;
}
/* .owl-theme.slide-home-machine .owl-nav {
  display: none;
} */
.owl-theme.slide-home-machine .owl-dots .owl-dot.active span {
  background: #c31e1e;
}
.owl-theme.slide-home-machine .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 4px 4px;
}

.home-knowledge-context {
  padding-bottom: 3%;
}
.home-knowledge-left {
  padding: 0 1%;
}
.home-knowledge-titlebox {
  margin-top: 3%;
  margin-bottom: 3%;
}
.home-knowledge-card-img img {
  width: 100%;
}
.home-knowledge-card-img-small img {
  width: 100%;
}
.home-knowledge-title {
  font-size: 36px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.home-knowledge-title span {
  font-size: 20px;
  font-weight: 400;
  margin-left: 1%;
  text-decoration: none;
}
.home-knowledge-card-text {
  margin-top: 5%;
  color: white;
}
.home-knowledge-card-heading {
  font-size: 20px;
  font-weight: 400;
}
.home-knowledge-card-subheading {
  font-size: 16px;
  font-weight: 400;
}

.home-knowledge-card-text-small {
  margin-top: 5%;
  color: white;
}
.home-knowledge-card-heading-small {
  font-size: 18px;
  font-weight: 400;
}
.home-knowledge-card-subheading-small {
  font-size: 16px;
  font-weight: 400;
}
.home-knowledge-right hr {
  opacity: 0.5;
  color: white;
  width: 85%;
  margin: 0;
  margin-top: 2%;
  margin-bottom: 2%;
}

/* .slide-home-news-act .owl-item.active.center {
  margin-top: 50px;
} */
.center-slide {
  margin-top: 50px;
}
.item-home-news-act-slide {
  padding: 5px 20px;
  width: 272px;
  color: white;
}
.item-home-news-act-slide:hover .home-news-act-slide-text {
  color: #ffe609;
  transition: 0.3s ease-in-out;
}
.item-home-news-act-slide a {
  text-decoration: none;
}
.home-news-act-slide-img {
  position: relative;
}
.home-news-act-slide-img::before {
  background-image: url("../images/icon-up.png");
  pointer-events: none;
  content: "";
  position: absolute;
  width: 82px;
  height: 10px;
  right: -20px;
  top: -5px;
}
.home-news-act-slide-img::after {
  background-image: url("../images/icon-down.png");
  pointer-events: none;
  content: "";
  position: absolute;
  width: 82px;
  height: 10px;
  left: -20px;
  bottom: -5px;
}
.home-news-act-slide-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10%;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.obj-up {
  border-top: white 4px solid;
  border-right: white 4px solid;
  width: 234px;
  height: 73px;
  position: absolute;
  right: 0;
  top: 15%;
}
.obj-down {
  border-bottom: white 4px solid;
  border-left: white 4px solid;
  width: 470px;
  height: 73px;
  position: absolute;
  bottom: -8%;
  left: 7%;
}
.obj-title {
  background-image: url("../images/obj-title.png");
  width: 323px;
  height: 47px;
  position: absolute;
  top: 0;
}
.home-news-headingimg {
  width: 40px;
  height: 40px;
}
.home-news-headingimg-y {
  width: 45px;
  height: 45px;
}
.home-news-act-heading-box a {
  text-decoration: none;
  display: flex;
  font-size: 30px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.home-news-act-heading-box a:hover {
  color: #ffe609 !important;
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s ease-in-out;

}
.home-news-act-heading-box:hover .home-news-act-heading {
  color: #ffe609 !important;
  font-size: 40px;
  transition: 0.3s ease-in-out;

}
.home-news-act-heading {
  margin-left: 4%;
  color: white;
}
.home-news-act-heading-box .home-news-headingimg {
  display: block;
  transition: all 0.3s ease-in-out;
}
.home-news-act-heading-box .home-news-headingimg-y {
  display: none;
}
.home-news-act-heading-box:hover .home-news-headingimg {
  display: none;
  transition: 0.3s ease-in-out;

}
.home-news-act-heading-box:hover .home-news-headingimg-y {
  display: block;
  transition: 0.3s ease-in-out;

}

.home-news-act-heading-box {
  margin-left: 7%;
  margin-top: 1%;
  width: 150px;
  height: 52px;
}
.home-news-act-subheading-box {
  margin-top: 2%;
  margin-left: 7%;
}
.home-news-act-textarea {
  margin-top: 17%;
  margin-left: 7%;
}
.home-news-act-subheading {
  font-size: 19px;
  font-weight: 400;
}

.owl-carousel.slide-home-news-act .owl-nav .owl-next,
.owl-carousel.slide-home-news-act2 .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 32px;
}
.owl-carousel.slide-home-news-act .owl-nav .owl-prev,
.owl-carousel.slide-home-news-act2 .owl-nav .owl-prev {
  display: none;
}
.owl-carousel.slide-home-news-act .owl-dots,
.owl-carousel.slide-home-news-act2 .owl-dots {
  display: none;
}

.owl-carousel.slide-home-news-act
  .owl-nav
  .owl-carousel.slide-home-news-act2
  .owl-nav
  .owl-next {
  margin-top: -5%;
}
.owl-carousel.slide-home-news-act {
  height: 310px;
}
.home-news-act {
  display: flex;
  margin-top: 9%;
  margin-bottom: 4%;
  height: 260px;
}

.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;
  }
  .PDPA-container{
    padding: 1rem 3rem 4rem 3rem;
  }
  .BG-navy-red-shape {
    background-image: url("../images/BG-navy-red-shape.png");
  }
  .bannermobile img {
    width: 100%;
  }
  .home-mb-about-img-box {
    width: 100%;
    height: 120px;
  }
  .home-mb-about-img {
    top: 20%;
    left: -25%;
  }
  .home-subtitle1 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2%;
    text-align: center;
  }
  .home-org-name {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  .home-org-text {
    margin-top: 4%;
    text-align: center;
  }
  .home-org-text span.text1 {
    font-size: 15px;
    font-weight: 400;
  }
  .home-org-text span.text2 {
    font-size: 15px;
    font-weight: 300;
  }
  .home-org-text span.text3 {
    font-size: 15px;
    font-weight: 300;
  }
  .home-mb-background-vnm-title {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
  }
  .home-mb-background-vnm-text {
    font-size: 15px;
    font-weight: 300;
    margin-left: 3%;
    color: white;
  }
  .home-mb-background-vnm-icon {
    width: 15%;
  }
  .home-mb-background-vnm-icon img {
    width: 100%;
  }
  .home-mb-background-vnm-box {
    padding: 3% 2% 5% 2%;
  }

  .home-mb-vectorline img {
    width: 100%;
  }
  .home-mb-vectorline {
    bottom: -5%;
  }

  .slide-home-mb-productservice {
    margin-top: 5%;
  }
  .slide-home-mb-productservice .owl-dots {
    margin-top: 3%;
  }
  .slide-home-mb-productservice .owl-item.active.center {
    margin-top: 50px;
  }
  .owl-theme.slide-home-mb-productservice .owl-dots .owl-dot.active span {
    background-color: #c31e1e;
  }
  .owl-theme.slide-home-mb-productservice .owl-nav {
    display: none;
  }
  .owl-theme.slide-home-mb-productservice .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 2px;
  }

  .home-product-service-box-icon-next {
    visibility: hidden;
  }
  .home-product-service {
    margin-top: 7%;
    text-align: center;
  }
  .home-product-service-title {
    font-size: 18px;
    font-weight: 500;
  }
  .home-product-service-subtitle {
    font-size: 15px;
    font-weight: 400;
    margin-top: 1%;
  }

  .overlayone-mb img {
    position: relative;
  }
  .overlayinn-mb button {
    font-size: 14px;
    font-weight: 400;
  }
  .overlayinn-mb {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding: 10%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(51, 51, 51, 1) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(51, 51, 51, 1) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(0 0 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#333333",GradientType=1);
    position: absolute;
    bottom: 0;
  }
  .home-mb-service-service-left {
    margin-top: 11%;
    margin-bottom: 15%;
  }
  .home-mb-service-service-right {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .home-mb-service-service-right img {
    width: 100%;
  }
  .home-mb-service-service-text {
    font-size: 20px;
    font-weight: 500;
  }
  .home-mb-service-service-text span {
    font-size: 16px;
    font-weight: 500;
  }
  .home-mb-service-service-button {
    margin-top: 3%;
  }
  .home-mb-service-greenbutton {
    width: 80%;
    height: 50%;
    background-color: #06c755;
    border-radius: 28px;
  }
  .home-mb-service-redbutton {
    width: 80%;
    height: 50%;
    background-color: #b60000;
    border-radius: 28px;
    margin-top: 5%;
  }
  .home-mb-service-greenbutton a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
  }
  .home-mb-service-redbutton a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
  }
  .home-mb-contact-list {
    /* padding: 6%; */
    padding: 6% 0;
    display: flex;
    justify-content: center;
    color: white;
  }
  .home-mb-contact-list img {
    height: 100%;
    margin-right: 3%;
  }
  .home-mb-service-service-box-text {
    font-size: 15px;
    font-weight: 500;
  }
  .home-mb-service-service-box {
    display: flex;
    align-items: center;
  }
  .home-mb-service-service-box-img img {
    width: 50px;
    height: 50px;
  }
  .home-mb-service-service-box-img {
    padding-right: 6%;
  }
  .home-mb-service-service-box1 {
    display: flex;
    align-items: center;
    padding: 4% 0 4% 4%;
  }
  .home-mb-service-service-box2 {
    padding-left: 12%;
  }
  .home-mb-service-service-boxborder {
    border: white 3px solid;
    margin-top: 5%;
  }
  .slide-home-mb-machine {
    top: 0;
  }
  .owl-carousel.owl-theme.slide-home-mb-machine .owl-item img {
    width: 80%;
  }
  .owl-carousel.owl-theme.slide-home-mb-machine .item {
    display: flex;
    justify-content: center;
  }
  .owl-theme.slide-home-mb-machine .owl-dots .owl-dot.active span {
    background: #b60000;
  }
  .owl-theme.slide-home-mb-machine .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 2px;
  }
  .owl-theme.slide-home-mb-machine .owl-nav {
    display: none;
  }
  .home-mb-service-service-allbox {
    margin-bottom: 10%;
  }
  .home-mb-machine-text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .home-mb-machine-text-box {
    padding-top: 6%;
    padding-bottom: 8%;
  }
  .home-mb-machine-text-small {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 5%;
  }
  .home-mb-machine-listbox1,
  .home-mb-machine-listbox2 {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  .row.home-mb-machine-listbox {
    padding-bottom: 6%;
  }

  .home-knowledge-title {
    font-size: 18px !important;
    font-weight: 500;
    text-align: center;
  }
  .home-knowledge-titlebox {
    margin: 5% 0;
  }
  .home-mb-knowledge-cardtext1,
  .home-mb-knowledge-cardtext1 p {
    text-decoration: none;
    color: black;
    height: 3.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }
  .home-mb-knowledge-cardimg1 {
    height: 200px;
    object-fit: cover;
  }
  .home-mb-knowledge-cardbody1 {
    height: 75px;
    padding: 2%;
    padding-top: 2%;
  }
  .home-mb-knowledge-cardtitle1 {
    font-size: 16px !important;
    font-weight: 400;
  }
  .home-mb-knowledge-cardsubtitle1 {
    font-size: 14px !important;
    font-weight: 300;
  }
  .home-mb-knowledge-cardtext2,
  .home-mb-knowledge-cardtext2 p {
    text-decoration: none;
    color: black;
  }
  .home-mb-knowledge-cardimg2 {
    height: 95px;
    object-fit: cover;
  }
  .home-mb-knowledge-cardbody2 {
    height: 66px;
    padding: 2%;
    padding-top: 4%;
  }
  .home-mb-knowledge-cardtitle2 {
    font-size: 14px !important;
    font-weight: 400;
  }
  .home-mb-knowledge-cardsubtitle2 {
    font-size: 12px !important;
    font-weight: 300;
  }
  .home-mb-knowledge-small {
    margin-top: 4%;
  }
  .btn.home-mb-knowledge-viewall {
    background-color: #09358b;
    font-size: 18px !important;
    font-weight: 400;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-knowledge-viewall {
    display: flex;
    justify-content: center;
    margin: 4% 0 3% 0;
    text-decoration: none;
  }
  .homembnewsacttitlebox {
    width: 80%;
    border-radius: 100px;
    overflow: hidden;
    background: rgb(189, 189, 189);
    background: -moz-linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    background: linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdbdbd",endColorstr="#bdbdbd",GradientType=1);
    height: 80%;
  }
  .homembnewsacttitle {
    font-size: 18px !important;
    font-weight: 400;
    float: left;
    padding: 2px 15px;
    width: 50%;
    color: black;
    text-align: center;
  }
  .homembnewsacttitle.active {
    font-size: 18px !important;
    font-weight: 400;
    background-color: #b60000;
    border-radius: 100px;
    color: white;
    height: 80%;
    text-align: center;
  }
  .home-mb-news-act-togglerbox {
    display: flex;
    justify-content: center;
  }
  .home-mb-news-act-subtitle {
    font-size: 16px !important;
    font-weight: 300;
    text-align: center;
  }
  .home-mb-news-act-textbox {
    margin-top: 11%;
    margin-bottom: 6%;
  }
  .home-mb-news-act-subtitlebox {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .home-mb-news-act-cardimg1 img {
    width: 100%;
    border-radius: 5px;
  }
  .home-mb-news-act-cardimg2 img {
    width: 100%;
    border-radius: 5px;
  }
  .home-mb-news-act-cardtitle2,
  .home-mb-news-act-cardtitle1 {
    font-size: 14px !important;
    font-weight: 300;
    margin-top: 2%;
    color: white;
  }
  .home-mb-news-act-big {
    margin-bottom: 7%;
  }
  .btn.home-mb-news-act-viewall {
    font-size: 18px !important;
    font-weight: 400;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-news-act-viewall {
    display: flex;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 4%;
    text-decoration: none;
  }
  .home-mb-vectorline-red {
    bottom: -1%;
  }
  .home-mb-vectorline-red img {
    width: 100%;
  }
  .row.home-mb-machine-text-tab {
    display: none;
  }
}

/* Mobileนอน */
@media (min-width: 577px) and (max-width: 767px) {
  .show-pc {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: block;
  }
  .PDPA-container{
    padding: 1rem 3rem 5rem 3rem;
  }
  .home-tab-machine-listbox-all1.show-tablet,
  .home-tab-machine-listbox-all2.show-tablet {
    display: flex;
  }
  .home-tab-machine-listbox-all1.show-tablet {
    padding-bottom: 2%;
  }
  .home-tab-machine-listbox-all2.show-tablet {
    padding-bottom: 7%;
  }
  .home-tab-machine-listbox1,
  .home-tab-machine-listbox2 {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 400;
  }
  .home-tab-machine-text-small {
    margin-left: 5%;
  }

  .bannermobile img {
    width: 100%;
  }
  .home-mb-about-img-box {
    width: 100%;
    height: 170px;
  }
  .home-mb-about-img {
    top: 20%;
    left: -12%;
  }
  .home-mb-about-img img {
    height: 120px;
  }
  .home-subtitle1 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 0;
    text-align: center;
  }
  .home-org-name {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .home-org-text {
    margin-top: 4%;
    text-align: center;
  }
  .home-org-text span.text1 {
    font-size: 20px;
    font-weight: 400;
  }
  .home-org-text span.text2 {
    font-size: 20px;
    font-weight: 300;
  }
  .home-org-text span.text3 {
    font-size: 20px;
    font-weight: 300;
  }
  .home-mb-background-vnm-title {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
  }
  .home-mb-background-vnm-text {
    font-size: 18px;
    font-weight: 300;
    margin-left: 3%;
    color: white;
  }
  .home-mb-background-vnm-icon {
    width: 15%;
  }
  .home-mb-background-vnm-icon img {
    width: 100%;
  }
  .home-mb-background-vnm-box {
    padding: 3% 2% 5% 2%;
  }

  .home-product-service {
    margin-top: 4%;
    text-align: center;
  }

  .home-mb-vectorline img {
    width: 100%;
  }
  .home-mb-vectorline {
    bottom: -5%;
  }

  .slide-home-mb-productservice {
    margin-top: 5%;
  }
  .slide-home-mb-productservice .owl-dots {
    margin-top: 3%;
  }
  .slide-home-mb-productservice .owl-item.active.center {
    margin-top: 50px;
  }
  .owl-theme.slide-home-mb-productservice .owl-dots .owl-dot.active span {
    background-color: #c31e1e;
  }
  .owl-theme.slide-home-mb-productservice .owl-nav {
    display: none;
  }
  .owl-theme.slide-home-mb-productservice .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 6px;
  }
  .home-product-service-title {
    font-size: 25px;
    font-weight: 500;
  }
  .home-product-service-subtitle {
    font-size: 17px;
    font-weight: 400;
    margin-top: 1%;
  }
  .overlayone-mb img {
    position: relative;
  }
  .overlayinn-mb button {
    font-size: 18px;
    font-weight: 400;
  }
  .overlayinn-mb {
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 10%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(51, 51, 51, 1) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(51, 51, 51, 1) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(0 0 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#333333",GradientType=1);
    position: absolute;
    bottom: 0;
  }
  .home-mb-service-service-left {
    margin-top: 11%;
    margin-bottom: 15%;
  }
  .home-mb-service-service-right img {
    width: 100%;
  }
  .home-mb-service-service-text {
    font-size: 26px;
    font-weight: 500;
  }
  .home-mb-service-service-text span {
    font-size: 20px;
    font-weight: 500;
  }
  .home-mb-service-service-button {
    margin-top: 3%;
  }
  .home-mb-service-greenbutton {
    width: 80%;
    height: 50%;
    background-color: #06c755;
    border-radius: 28px;
  }
  .home-mb-service-redbutton {
    width: 80%;
    height: 50%;
    background-color: #b60000;
    border-radius: 28px;
    margin-top: 6%;
  }
  .home-mb-service-greenbutton a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
  }
  .home-mb-service-redbutton a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
  }
  .home-mb-contact-list {
    padding: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-contact-list img {
    height: 100%;
    margin-right: 3%;
  }
  .home-mb-service-service-box-text {
    font-size: 20px;
    font-weight: 500;
  }
  .home-mb-service-service-box {
    display: flex;
    align-items: center;
  }

  .home-mb-service-service-box-img img {
    width: 50px;
    height: 50px;
  }
  .home-mb-service-service-box-img {
    padding-right: 6%;
  }
  .home-mb-service-service-box1 {
    display: flex;
    align-items: center;
    padding: 4% 0 4% 4%;
  }
  .home-mb-service-service-box2 {
    padding-left: 12%;
  }
  .home-mb-service-service-boxborder {
    border: white 3px solid;
    margin-top: 5%;
  }
  .slide-home-mb-machine {
    top: 0;
  }
  .owl-carousel.owl-theme.slide-home-mb-machine .owl-item img {
    width: 55%;
  }
  .owl-carousel.owl-theme.slide-home-mb-machine .owl-item.active {
    margin-top: 1%;
  }
  .owl-carousel.owl-theme.slide-home-mb-machine .item {
    display: flex;
    justify-content: center;
  }
  .owl-theme.slide-home-mb-machine .owl-dots .owl-dot.active span {
    background: #b60000;
  }
  .owl-theme.slide-home-mb-machine .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 6px;
  }
  .owl-theme.slide-home-mb-machine .owl-nav {
    display: none;
  }
  .home-mb-service-service-allbox {
    margin-bottom: 5%;
  }
  .home-mb-machine-text {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }
  .home-mb-machine-text-box {
    padding-top: 0;
    padding-bottom: 8%;
  }
  .home-mb-machine-text-small {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 5%;
  }
  .home-mb-machine-listbox1,
  .home-mb-machine-listbox2 {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  .row.home-mb-machine-listbox {
    padding-bottom: 6%;
  }
  .home-knowledge-title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
  }
  .home-knowledge-titlebox {
    margin: 5% 0;
  }
  .home-mb-knowledge-cardtext1,
  .home-mb-knowledge-cardtext1 p {
    text-decoration: none;
    color: black;
    height: 4.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }
  .home-mb-knowledge-cardimg1 {
    height: 300px;
    object-fit: cover;
  }
  .home-mb-knowledge-cardbody1 {
    height: 95px;
    padding: 2%;
    padding-top: 2%;
  }
  .home-mb-knowledge-cardtitle1 {
    font-size: 21px;
    font-weight: 400;
  }
  .home-mb-knowledge-cardsubtitle1 {
    font-size: 18px;
    font-weight: 300;
  }
  .home-mb-knowledge-cardtext2,
  .home-mb-knowledge-cardtext2 p {
    text-decoration: none;
    color: black;
  }
  .home-mb-knowledge-cardimg2 {
    height: 145px;
    object-fit: cover;
  }
  .home-mb-knowledge-cardbody2 {
    height: 66px;
    padding: 2%;
    padding-top: 2%;
  }
  .home-mb-knowledge-cardtitle2 {
    font-size: 18px;
    font-weight: 400;
  }
  .home-mb-knowledge-cardsubtitle2 {
    font-size: 14px;
    font-weight: 300;
  }
  .home-mb-knowledge-small {
    margin-top: 4%;
  }
  .btn.home-mb-knowledge-viewall {
    background-color: #09358b;
    font-size: 25px;
    font-weight: 400;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-knowledge-viewall {
    display: flex;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 3%;
    text-decoration: none;
  }
  .homembnewsacttitlebox {
    width: 80%;
    border-radius: 100px;
    overflow: hidden;
    background: rgb(189, 189, 189);
    background: -moz-linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    background: linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdbdbd",endColorstr="#bdbdbd",GradientType=1);
    height: 80%;
  }
  .home-mb-news-act-togglerbox {
    display: flex;
    justify-content: center;
  }
  .homembnewsacttitle {
    font-size: 25px;
    font-weight: 400;
    float: left;
    padding: 7px 15px;
    width: 50%;
    color: black;
    text-align: center;
  }
  .homembnewsacttitle.active {
    font-size: 25px;
    font-weight: 400;
    background-color: #b60000;
    border-radius: 100px;
    color: white;
    height: 80%;
    text-align: center;
  }
  .home-mb-news-act-subtitle {
    font-size: 21px;
    font-weight: 300;
    text-align: center;
  }
  .home-mb-news-act-textbox {
    margin-top: 12%;
    margin-bottom: 6%;
  }
  .home-mb-news-act-subtitlebox {
    margin-top: 6%;
    margin-bottom: 6%;
  }
  .home-mb-news-act-cardimg1 img {
    width: 100%;
    border-radius: 5px;
  }
  .home-mb-news-act-cardimg2 img {
    width: 100%;
    border-radius: 5px;
  }
  .home-mb-news-act-cardtitle2,
  .home-mb-news-act-cardtitle1 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 2%;
    color: white;
  }
  .home-mb-news-act-big {
    margin-bottom: 7%;
  }
  .btn.home-mb-news-act-viewall {
    font-size: 25px;
    font-weight: 400;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-news-act-viewall {
    display: flex;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 4%;
    text-decoration: none;
  }
  .home-mb-vectorline-red {
    bottom: -1%;
  }
  .home-mb-vectorline-red img {
    width: 100%;
  }
  .row.home-mb-machine-text-tab {
    display: none;
  }
}

/* Tabletตั้ง */
@media (min-width: 768px) and (max-width: 991px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: block;
  }
  .show-pc {
    display: none;
  }
  .PDPA-container{
    padding: 1rem 3rem 5rem 3rem;
  }
  .BG-red-vector {
    background-image: url(../images/BG-red-vector.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .BG-navy-vector {
    background-image: url(../images/BG-navy-vector.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* .home-mb-machine-listbox {
    display: none;
  } */
  .home-tab-machine-listbox-all1.show-tablet,
  .home-tab-machine-listbox-all2.show-tablet {
    display: flex;
  }
  .home-tab-machine-listbox-all1.show-tablet {
    padding-bottom: 2%;
  }
  .home-tab-machine-listbox-all2.show-tablet {
    padding-bottom: 7%;
  }
  .home-tab-machine-listbox1,
  .home-tab-machine-listbox2 {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 400;
  }
  .home-tab-machine-text-small {
    margin-left: 5%;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
  }
  .row.home-mb-machine-text-mb {
    display: none;
  }
  .row.home-mb-machine-text-tab {
    display: block;
  }

  .show-pc {
    display: none;
  }
  .bannermobile img {
    width: 100%;
  }
  .home-mb-about-img-box {
    width: 100%;
    height: 170px;
  }
  .home-mb-about-img {
    top: 20%;
    left: -12%;
  }
  .home-mb-about-img img {
    height: 120px;
  }
  .home-subtitle1 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 2%;
    text-align: center;
  }
  .home-org-name {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .home-org-text {
    margin-top: 3%;
    text-align: center;
  }
  .home-org-text span.text1 {
    font-size: 20px;
    font-weight: 400;
  }
  .home-org-text span.text2 {
    font-size: 20px;
    font-weight: 300;
  }
  .home-org-text span.text3 {
    font-size: 20px;
    font-weight: 300;
  }
  .home-mb-background-vnm-title {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
  }
  .home-mb-background-vnm-text {
    font-size: 18px;
    font-weight: 300;
    margin-left: 3%;
    color: white;
  }
  .home-mb-background-vnm-icon {
    width: 15%;
  }
  .home-mb-background-vnm-icon img {
    width: 100%;
  }
  .home-mb-background-vnm-box {
    padding: 3% 2% 5% 2%;
  }

  .home-mb-vectorline img {
    width: 100%;
  }
  .home-mb-vectorline {
    bottom: -5%;
  }

  .slide-home-mb-productservice {
    margin-top: 5%;
  }
  .slide-home-mb-productservice .owl-dots {
    margin-top: 3%;
  }
  .slide-home-mb-productservice .owl-item.active.center {
    margin-top: 50px;
  }
  .owl-theme.slide-home-mb-productservice .owl-dots .owl-dot.active span {
    background-color: #c31e1e;
  }
  .owl-theme.slide-home-mb-productservice .owl-nav {
    display: none;
  }
  .owl-theme.slide-home-mb-productservice .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 6px;
  }
  .home-product-service {
    margin-top: 5%;
  }
  .home-product-service-title {
    font-size: 25px;
    font-weight: 500;
  }
  .home-product-service-subtitle {
    font-size: 17px;
    font-weight: 400;
    margin-top: 1%;
  }
  .overlayone-mb img {
    position: relative;
  }
  .overlayinn-mb button {
    font-size: 18px;
    font-weight: 400;
  }
  .overlayinn-mb {
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    padding: 10%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(51, 51, 51, 1) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(51, 51, 51, 1) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(0 0 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#333333",GradientType=1);
    position: absolute;
    bottom: 0;
  }
  .home-mb-service-service-left {
    margin-top: 11%;
    margin-bottom: 15%;
  }
  .home-mb-service-service-right img {
    width: 100%;
  }
  .home-mb-service-service-text {
    font-size: 26px;
    font-weight: 500;
  }
  .home-mb-service-service-text span {
    font-size: 20px;
    font-weight: 500;
  }
  .home-mb-service-service-button {
    margin-top: 3%;
  }
  .home-mb-service-greenbutton {
    width: 80%;
    height: 50%;
    background-color: #06c755;
    border-radius: 28px;
  }
  .home-mb-service-redbutton {
    width: 80%;
    height: 50%;
    background-color: #b60000;
    border-radius: 28px;
    margin-top: 6%;
  }
  .home-mb-service-greenbutton a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
  }
  .home-mb-service-redbutton a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
  }
  .home-mb-contact-list {
    padding: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-contact-list img {
    height: 100%;
    margin-right: 3%;
  }
  .home-mb-service-service-box-text {
    font-size: 20px;
    font-weight: 500;
  }
  .home-mb-service-service-box {
    display: flex;
    align-items: center;
  }
  .home-mb-service-service-box-img img {
    width: 70%;
  }
  .home-mb-service-service-box1 {
    display: flex;
    align-items: center;
    padding: 4% 0 4% 4%;
  }
  .home-mb-service-service-box2 {
    padding-left: 19%;
  }
  .home-mb-service-service-boxborder {
    border: white 3px solid;
    margin-top: 5%;
  }
  .slide-home-mb-machine {
    top: 0;
  }
  .owl-carousel.owl-theme.slide-home-mb-machine .owl-item img {
    width: 80%;
  }
  .owl-carousel.owl-theme.slide-home-mb-machine .item {
    display: flex;
    justify-content: center;
  }
  .owl-theme.slide-home-mb-machine .owl-dots .owl-dot.active span {
    background: #b60000;
  }
  .owl-theme.slide-home-mb-machine .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 6px;
  }
  .owl-theme.slide-home-mb-machine .owl-nav {
    display: none;
  }
  .home-mb-service-service-allbox {
    margin-bottom: 10%;
  }
  .home-mb-machine-text {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
  }
  .home-mb-machine-text-box {
    padding-top: 2%;
    padding-bottom: 5%;
  }

  .home-mb-machine-listbox1,
  .home-mb-machine-listbox2 {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  .row.home-mb-machine-listbox {
    padding-bottom: 6%;
  }

  .home-knowledge-title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
  }
  .home-knowledge-titlebox {
    margin: 5% 0;
  }
  .home-mb-knowledge-cardtext1,
  .home-mb-knowledge-cardtext1 p {
    text-decoration: none;
    color: black;
  }
  .home-mb-knowledge-cardimg1 {
    height: 350px;
    object-fit: cover;
  }
  .home-mb-knowledge-cardbody1 {
    height: 100px;
    padding: 2%;
    padding-top: 4%;
  }
  .home-mb-knowledge-cardtitle1 {
    font-size: 21px;
    font-weight: 400;
  }
  .home-mb-knowledge-cardsubtitle1 {
    font-size: 18px;
    font-weight: 300;
  }
  .home-mb-knowledge-cardtext2,
  .home-mb-knowledge-cardtext2 p {
    text-decoration: none;
    color: black;
  }
  .home-mb-knowledge-cardimg2 {
    height: 180px;
    object-fit: cover;
  }
  .home-mb-knowledge-cardbody2 {
    height: 80px;
    padding: 2%;
    padding-top: 4%;
  }
  .home-mb-knowledge-cardtitle2 {
    font-size: 18px;
    font-weight: 400;
  }
  .home-mb-knowledge-cardsubtitle2 {
    font-size: 14px;
    font-weight: 300;
  }
  .home-mb-knowledge-small {
    margin-top: 2%;
  }
  .btn.home-mb-knowledge-viewall {
    background-color: #09358b;
    font-size: 25px;
    font-weight: 400;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-knowledge-viewall {
    display: flex;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 3%;
    text-decoration: none;
  }
  .homembnewsacttitlebox {
    width: 80%;
    border-radius: 100px;
    overflow: hidden;
    background: rgb(189, 189, 189);
    background: -moz-linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    background: linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdbdbd",endColorstr="#bdbdbd",GradientType=1);
    height: 80%;
  }
  .homembnewsacttitle {
    font-size: 25px !important;
    font-weight: 500;
    float: left;
    padding: 10px 15px;
    width: 50%;
    color: black;
    text-align: center;
  }
  .homembnewsacttitle.active {
    font-size: 25px !important;
    font-weight: 500;
    background-color: #b60000;
    border-radius: 100px;
    color: white;
    height: 80%;
    text-align: center;
  }
  .home-mb-news-act-togglerbox {
    display: flex;
    justify-content: center;
  }

  .home-mb-news-act-subtitle {
    font-size: 21px;
    font-weight: 300;
    text-align: center;
  }
  .home-mb-news-act-textbox {
    margin-top: 9%;
    margin-bottom: 4%;
  }
  .home-mb-news-act-subtitlebox {
    margin-top: 4%;
    margin-bottom: 5%;
  }
  .home-mb-news-act-cardimg1 img {
    width: 100%;
    border-radius: 5px;
  }
  .home-mb-news-act-cardimg2 img {
    width: 100%;
    border-radius: 5px;
  }
  .home-mb-news-act-cardtitle2,
  .home-mb-news-act-cardtitle1 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 2%;
    color: white;
  }
  .home-mb-news-act-big {
    margin-bottom: 7%;
  }
  .btn.home-mb-news-act-viewall {
    font-size: 25px;
    font-weight: 400;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-news-act-viewall {
    display: flex;
    justify-content: center;
    margin-top: 1%;
    margin-bottom: 3%;
    text-decoration: none;
  }
  .home-mb-vectorline-red {
    bottom: -1%;
  }
  .home-mb-vectorline-red img {
    width: 100%;
  }
}

/* Tabletนอน */
@media (min-width: 992px) and (max-width: 1199px) {
  .show-mobile {
    display: block;
  }
  .show-tablet {
    display: block;
  }
  .show-pc {
    display: none;
  }
  .PDPA-container{
    padding: 1rem 3rem 5rem 3rem;
  }
  .BG-red-vector {
    background-image: url(../images/BG-red-vector.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .BG-navy-vector {
    background-image: url(../images/BG-navy-vector.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* .home-mb-machine-listbox {
    display: none;
  } */
  .home-tab-machine-listbox-all1.show-tablet,
  .home-tab-machine-listbox-all2.show-tablet {
    display: flex;
  }
  .home-tab-machine-listbox-all1.show-tablet {
    padding-bottom: 2%;
  }
  .home-tab-machine-listbox-all2.show-tablet {
    padding-bottom: 7%;
  }
  .home-tab-machine-listbox1,
  .home-tab-machine-listbox2 {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 400;
  }
  .home-tab-machine-text-small {
    margin-left: 5%;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
  }
  .row.home-mb-machine-text-mb {
    display: none;
  }
  .row.home-mb-machine-text-tab {
    display: block;
  }

  .show-pc {
    display: none;
  }
  .bannermobile img {
    width: 100%;
  }
  .home-mb-about-img-box {
    width: 100%;
    height: 170px;
  }
  .home-mb-about-img {
    top: 20%;
    left: -12%;
  }
  .home-mb-about-img img {
    height: 120px;
  }
  .home-subtitle1 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 2%;
    text-align: center;
  }
  .home-org-name {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .home-org-text {
    margin-top: 3%;
    text-align: center;
  }
  .home-org-text span.text1 {
    font-size: 20px;
    font-weight: 400;
  }
  .home-org-text span.text2 {
    font-size: 20px;
    font-weight: 300;
  }
  .home-org-text span.text3 {
    font-size: 20px;
    font-weight: 300;
  }
  .home-mb-background-vnm-title {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
  }
  .home-mb-background-vnm-text {
    font-size: 18px;
    font-weight: 300;
    margin-left: 3%;
    color: white;
  }
  .home-mb-background-vnm-icon {
    width: 15%;
  }
  .home-mb-background-vnm-icon img {
    width: 100%;
  }
  .home-mb-background-vnm-box {
    padding: 3% 2% 5% 2%;
  }

  .home-mb-vectorline img {
    width: 100%;
  }
  .home-mb-vectorline {
    bottom: -5%;
  }

  .slide-home-mb-productservice {
    margin-top: 5%;
  }
  .slide-home-mb-productservice .owl-dots {
    margin-top: 3%;
  }
  .slide-home-mb-productservice .owl-item.active.center {
    margin-top: 50px;
  }
  .owl-theme.slide-home-mb-productservice .owl-dots .owl-dot.active span {
    background-color: #c31e1e;
  }
  .owl-theme.slide-home-mb-productservice .owl-nav {
    display: none;
  }
  .owl-theme.slide-home-mb-productservice .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 6px;
  }
  .home-product-service {
    margin-top: 5%;
  }
  .home-product-service-title {
    font-size: 25px;
    font-weight: 500;
  }
  .home-product-service-subtitle {
    font-size: 17px;
    font-weight: 400;
    margin-top: 1%;
  }
  .overlayone-mb img {
    position: relative;
  }
  .overlayinn-mb button {
    font-size: 20px;
    font-weight: 400;
  }
  .overlayinn-mb {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    color: white;
    padding: 10%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(51, 51, 51, 1) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(51, 51, 51, 1) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(0 0 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#333333",GradientType=1);
    position: absolute;
    bottom: 0;
  }
  .home-mb-service-service-left {
    margin-top: 11%;
    margin-bottom: 15%;
  }
  .home-mb-service-service-right img {
    width: 100%;
  }
  .home-mb-service-service-text {
    font-size: 26px;
    font-weight: 500;
  }
  .home-mb-service-service-text span {
    font-size: 20px;
    font-weight: 500;
  }
  .home-mb-service-service-button {
    margin-top: 3%;
  }
  .home-mb-service-greenbutton {
    width: 80%;
    height: 50%;
    background-color: #06c755;
    border-radius: 28px;
  }
  .home-mb-service-redbutton {
    width: 80%;
    height: 50%;
    background-color: #b60000;
    border-radius: 28px;
    margin-top: 6%;
  }
  .home-mb-service-greenbutton a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
  }
  .home-mb-service-redbutton a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
  }
  .home-mb-contact-list {
    padding: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-contact-list img {
    height: 100%;
    margin-right: 3%;
  }
  .home-mb-service-service-box-text {
    font-size: 20px;
    font-weight: 500;
  }
  .home-mb-service-service-box {
    display: flex;
    align-items: center;
  }
  .home-mb-service-service-box-img img {
    width: 70%;
  }
  .home-mb-service-service-box1 {
    display: flex;
    align-items: center;
    padding: 4% 0 4% 4%;
  }
  .home-mb-service-service-box2 {
    padding-left: 19%;
  }
  .home-mb-service-service-boxborder {
    border: white 3px solid;
    margin-top: 5%;
  }
  .slide-home-mb-machine {
    top: 0;
  }
  .owl-carousel.owl-theme.slide-home-mb-machine .owl-item img {
    width: 80%;
  }
  .owl-carousel.owl-theme.slide-home-mb-machine .item {
    display: flex;
    justify-content: center;
  }
  .owl-theme.slide-home-mb-machine .owl-dots .owl-dot.active span {
    background: #b60000;
  }
  .owl-theme.slide-home-mb-machine .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 6px;
  }
  .owl-theme.slide-home-mb-machine .owl-nav {
    display: none;
  }
  .home-mb-service-service-allbox {
    margin-bottom: 10%;
  }
  .home-mb-machine-text {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
  }
  .home-mb-machine-text-box {
    padding-top: 2%;
    padding-bottom: 5%;
  }

  .home-mb-machine-listbox1,
  .home-mb-machine-listbox2 {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  .row.home-mb-machine-listbox {
    padding-bottom: 6%;
  }

  .home-knowledge-title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
  }
  .home-knowledge-titlebox {
    margin: 5% 0;
  }
  .home-mb-knowledge-cardtext1,
  .home-mb-knowledge-cardtext1 p {
    text-decoration: none;
    color: black;
  }
  .home-mb-knowledge-cardimg1 {
    height: 350px;
    object-fit: cover;
  }
  .home-mb-knowledge-cardbody1 {
    height: 100px;
    padding: 2%;
    padding-top: 4%;
  }
  .home-mb-knowledge-cardtitle1 {
    font-size: 21px;
    font-weight: 400;
  }
  .home-mb-knowledge-cardsubtitle1 {
    font-size: 18px;
    font-weight: 300;
  }
  .home-mb-knowledge-cardtext2,
  .home-mb-knowledge-cardtext2 p {
    text-decoration: none;
    color: black;
  }
  .home-mb-knowledge-cardimg2 {
    height: 180px;
    object-fit: cover;
  }
  .home-mb-knowledge-cardbody2 {
    height: 80px;
    padding: 2%;
    padding-top: 4%;
  }
  .home-mb-knowledge-cardtitle2 {
    font-size: 18px;
    font-weight: 400;
  }
  .home-mb-knowledge-cardsubtitle2 {
    font-size: 14px;
    font-weight: 300;
  }
  .home-mb-knowledge-small {
    margin-top: 2%;
  }
  .btn.home-mb-knowledge-viewall {
    background-color: #09358b;
    font-size: 25px;
    font-weight: 400;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-knowledge-viewall {
    display: flex;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 3%;
    text-decoration: none;
  }
  .homembnewsacttitlebox {
    width: 80%;
    border-radius: 100px;
    overflow: hidden;
    background: rgb(189, 189, 189);
    background: -moz-linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    background: linear-gradient(
      90deg,
      rgba(189, 189, 189, 1) 5%,
      rgba(255, 255, 255, 1) 52%,
      rgba(189, 189, 189, 1) 95%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdbdbd",endColorstr="#bdbdbd",GradientType=1);
    height: 80%;
  }
  .homembnewsacttitle {
    font-size: 25px !important;
    font-weight: 500;
    float: left;
    padding: 10px 15px;
    width: 50%;
    color: black;
    text-align: center;
  }
  .homembnewsacttitle.active {
    font-size: 25px !important;
    font-weight: 500;
    background-color: #b60000;
    border-radius: 100px;
    color: white;
    height: 80%;
    text-align: center;
  }
  .home-mb-news-act-togglerbox {
    display: flex;
    justify-content: center;
  }

  .home-mb-news-act-subtitle {
    font-size: 21px;
    font-weight: 300;
    text-align: center;
  }
  .home-mb-news-act-textbox {
    margin-top: 9%;
    margin-bottom: 4%;
  }
  .home-mb-news-act-subtitlebox {
    margin-top: 4%;
    margin-bottom: 5%;
  }
  .home-mb-news-act-cardimg1 img {
    width: 100%;
    border-radius: 5px;
  }
  .home-mb-news-act-cardimg2 img {
    width: 100%;
    border-radius: 5px;
  }
  .home-mb-news-act-cardtitle2,
  .home-mb-news-act-cardtitle1 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 2%;
    color: white;
  }
  .home-mb-news-act-big {
    margin-bottom: 7%;
  }
  .btn.home-mb-news-act-viewall {
    font-size: 25px;
    font-weight: 400;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .home-mb-news-act-viewall {
    display: flex;
    justify-content: center;
    margin-top: 1%;
    margin-bottom: 3%;
    text-decoration: none;
  }
  .home-mb-vectorline-red {
    bottom: -1%;
  }
  .home-mb-vectorline-red img {
    width: 100%;
  }
}

/* Laptop */
@media (min-width: 1200px) and (max-width: 1400px) {
  .BG-left {
    background-image: url(../images/BG-left-v4.png);

    background-size: contain;
    background-repeat: no-repeat;
  }
  .BG-right {
    background-color: #b60000;
    height: 550px;
  }
  .BG-main {
    background-image: url(../images/BG-main.png);
    background-size: 100%;
    position: relative;
    height: 1420px;
    top: 0;
    margin-top: -25%;
    background-repeat: no-repeat;
  }
  .BG-machine {
    height: 430px;
    width: 100%;
    background-image: url(../images/BG-machine.png);
    background-size: cover;
  }
  .home-about {
    padding-right: 30px;
    padding-top: 50px;
  }
  .home-title-box {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .home-borderline {
    width: 90px;
    height: 3px;
    background-color: white;
  }
  .home-title1 {
    font-size: 31px;
    font-weight: 500;
  }
  .home-subtitle1 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 2%;
  }
  .home-org-name {
    font-size: 22px;
    font-weight: 500;
  }
  .home-org-text {
    margin-top: 3%;
  }
  .home-org-text span.text1 {
    font-size: 22px;
    font-weight: 400;
  }
  .home-org-text span.text2 {
    font-size: 20px;
    font-weight: 300;
  }
  .home-org-text span.text3 {
    font-size: 20px;
    font-weight: 400;
  }

  .home-background-vnm-box {
    display: flex;
    margin-top: 3%;
    margin-left: 55%;
  }
  .home-backgroung-title a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    text-align: end;
  }
  .home-vnm-title a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    text-align: end;
  }
  .home-vnm-title img {
    width: 15%;
  }
  .home-backgroung-title img {
    width: 15%;
  }

  .home-product-service {
    margin-top: 12%;
    text-align: center;
  }
  .home-product-service-title {
    font-size: 31px;
    font-weight: 500;
  }
  .home-product-service-borderline {
    width: 110px;
    height: 2px;
    background-color: white;
  }
  .home-product-service-subtitle {
    font-size: 15px;
    font-weight: 500;
    margin-top: 2%;
  }
  .overlayone {
    display: inline-block;
    position: relative;
  }
  .overlayone img {
    width: 100%;
  }
  .overlayinn p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
  .overlayinn {
    background-color: #7108009c;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 20%;
    transition: opacity 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: white;
  }
  .overlayinn:hover {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .btn-outline-light {
    border-radius: 0 !important;
  }
  .home-product-service-contact {
    margin-top: 4%;
    text-align: center;
  }
  .home-product-service-text {
    font-size: 27px;
    font-weight: 400;
  }
  .home-product-service-contact-text {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
    color: white;
  }
  .home-product-service-contact-icon img {
    width: 50px;
  }
  .home-product-service-contact-textsm {
    font-size: 16px;
    font-weight: 300;
    color: white;
  }
  .zoom:hover {
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .home-product-service-box {
    border: 3px white solid;
    background-color: rgba(0, 0, 0, 0);
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    padding: 10%;
  }
  .home-product-service-box-img img {
    width: 80%;
  }
  .home-product-service-box:hover {
    background-color: rgba(255, 255, 255, 0.541);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .home-product-service-box-icon-next {
    visibility: hidden;
  }
  .home-product-service-box:hover .home-product-service-box-icon-next {
    visibility: visible;
  }
  .home-product-service-service-man {
    margin-top: 15%;
  }
  .home-product-service-service-man img {
    width: 95%;
  }
  .home-product-service-service-right {
    margin-top: 13%;
  }
  .home-product-service-service-text {
    margin-top: 11%;
  }
  .home-product-service-service-titlebox {
    display: flex;
    align-items: center;
  }
  .home-product-service-service-title {
    padding-right: 2%;
    font-size: 31px;
    font-weight: 500;
  }
  .home-product-service-service-subtitle {
    font-size: 16px;
    font-weight: 500;
  }
  .home-product-service-box-all {
    margin-top: 5%;
    display: flex;
  }
  .home-product-service-box {
    padding: 10%;
  }
  .home-product-service-box-img {
    display: flex;
    justify-content: center;
  }
  .home-product-service-box-icon-next {
    display: flex;
    justify-content: center;
  }
  .home-product-service-box-text {
    text-align: center;
    margin: 5% 0;
  }
  .ome-product-service-box-img img {
    width: 80%;
  }
  .modal-content .modal-title {
    color: black;
    font-size: 18px;
  }
  .modal-content .modal-title {
    color: black;
    font-size: 18px;
  }

  .home-machine-text {
    font-size: 22px;
    font-weight: 400;
  }
  .home-machine-text-small {
    font-size: 21px;
    font-weight: 400;
    margin-left: 5%;
    text-align: start;
  }
  .home-machine-listbox1 {
    display: flex;
    text-align: center;
    align-items: center;
  }
  .home-machine-listbox2 {
    display: flex;
    text-align: center;
    margin-top: 7%;
    align-items: start;
  }
  .home-machine-listbox-row {
    margin-top: 9%;
    margin-left: 1%;
  }
  .home-machine-left {
    margin-top: 14%;
    margin-left: 5%;
  }
  .home-machine-right {
    margin-top: 13%;
  }
  .home-machine-img img {
    width: 80%;
  }
  .owl-theme.slide-home-machine .owl-nav {
    display: none;
  }
  .owl-theme.slide-home-machine .owl-dots .owl-dot.active span {
    background: #c31e1e;
  }

  .home-knowledge-context {
    padding-bottom: 3%;
  }
  .home-knowledge-left {
    padding: 0 1%;
  }
  .home-knowledge-titlebox {
    margin-top: 2%;
    margin-bottom: 3%;
  }
  .home-knowledge-card-img img {
    width: 100%;
  }
  .home-knowledge-card-img-small img {
    width: 100%;
  }
  .home-knowledge-title {
    font-size: 28px;
    font-weight: 400;
    color: white;
    text-decoration: none;
  }
  .home-knowledge-title span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 1%;
  }
  .home-knowledge-card-text {
    margin-top: 5%;
    color: white;
  }
  .home-knowledge-card-heading {
    font-size: 16px;
    font-weight: 400;
  }
  .home-knowledge-card-subheading {
    font-size: 13px;
    font-weight: 400;
  }
  /* .home-knowledge-card-img-small {
    margin-top: 5%;
  } */
  .home-knowledge-card-text-small {
    margin-top: 7%;
    color: white;
  }
  .home-knowledge-card-heading-small {
    font-size: 14px;
    font-weight: 400;
  }
  .home-knowledge-card-subheading-small {
    font-size: 12px;
    font-weight: 400;
  }
  .home-knowledge-right hr {
    opacity: 0.5;
    color: white;
    width: 85%;
    margin: 0;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  /* .slide-home-news-act .owl-item.active.center {
    margin-top: 50px;
  } */
  .center-slide {
    margin-top: 50px;
  }
  .item-home-news-act-slide {
    padding: 5px 28px;
    width: 247px;
  }
  .home-news-act-slide-img {
    position: relative;
  }
  .home-news-act-slide-img::before {
    background-image: url("../images/icon-up.png");
    pointer-events: none;
    content: "";
    position: absolute;
    width: 82px;
    height: 10px;
    right: -20px;
    top: -5px;
  }
  .home-news-act-slide-img::after {
    background-image: url("../images/icon-down.png");
    pointer-events: none;
    content: "";
    position: absolute;
    width: 82px;
    height: 10px;
    left: -20px;
    bottom: -5px;
  }
  .home-news-act-slide-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10%;
    color: white;
  }
  .obj-up {
    border-top: white 4px solid;
    border-right: white 4px solid;
    width: 234px;
    height: 73px;
    position: absolute;
    right: 0;
    top: 15%;
  }
  .obj-down {
    border-bottom: white 4px solid;
    border-left: white 4px solid;
    width: 470px;
    height: 73px;
    position: absolute;
    bottom: -8%;
    left: 7%;
  }
  .obj-title {
    background-image: url("../images/obj-title.png");
    width: 323px;
    height: 47px;
    position: absolute;
    top: 0;
  }
  .home-news-act {
    display: flex;
    margin-top: 9%;
  }
  .home-news-act-heading-box {
    margin-left: 7%;
    margin-top: 1%;
    width: 150px;
    height: 50px;
  }
  .home-news-act-subheading-box {
    margin-top: 4%;
    margin-left: 7%;
  }
  .home-news-act-textarea {
    margin-top: 17%;
    margin-left: 7%;
  }
  .home-news-act-heading {
    font-size: 23px;
    font-weight: 400;
    margin-left: 4%;
    color: white;
  }
  .home-news-act-heading:hover {
    color: #ffe609;
    font-size: 31px;
    font-weight: 400;
    margin-left: 4%;
  }
  .home-news-act-subheading {
    font-size: 15px;
    font-weight: 400;
  }
  .owl-carousel.slide-home-news-act
    .owl-nav.disabled
    .owl-next
    .fa-chevron-right:before {
    position: absolute;
    right: -1%;
    top: 23%;
    font-size: 32px;
  }
}

/* Mac Air */
@media (min-width: 1400px) and (max-width: 1536px) {
  .BG-left {
    background-image: url(../images/BG-left-v4.png);

    background-size: contain;
    background-repeat: no-repeat;
    height: 750px;
  }
  .BG-right {
    background-color: #b60000;
    height: 750px;
  }
  .BG-main {
    background-image: url(../images/BG-main.png);
    background-size: 100%;
    position: relative;
    height: 1420px;
    top: 0;
    margin-top: -25%;
    background-repeat: no-repeat;
  }
  .BG-machine {
    height: 430px;
    width: 100%;
    background-image: url(../images/BG-machine.png);
    background-size: cover;
  }
  .home-about {
    padding-right: 30px;
    padding-top: 50px;
  }
  .home-title-box {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .home-borderline {
    width: 90px;
    height: 3px;
    background-color: white;
  }
  .home-title1 {
    font-size: 31px;
    font-weight: 500;
  }
  .home-subtitle1 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 2%;
  }
  .home-org-name {
    font-size: 22px;
    font-weight: 500;
  }
  .home-org-text {
    margin-top: 3%;
  }
  .home-org-text span.text1 {
    font-size: 22px;
    font-weight: 400;
  }
  .home-org-text span.text2 {
    font-size: 20px;
    font-weight: 300;
  }
  .home-org-text span.text3 {
    font-size: 20px;
    font-weight: 400;
  }

  .home-background-vnm-box {
    display: flex;
    margin-top: 3%;
    margin-left: 55%;
  }
  .home-backgroung-title a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    text-align: end;
  }
  .home-vnm-title a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    text-align: end;
  }
  .home-vnm-title img {
    width: 15%;
  }
  .home-backgroung-title img {
    width: 15%;
  }

  .home-product-service {
    margin-top: 12%;
    text-align: center;
  }
  .home-product-service-title {
    font-size: 31px;
    font-weight: 500;
  }
  .home-product-service-borderline {
    width: 110px;
    height: 2px;
    background-color: white;
  }
  .home-product-service-subtitle {
    font-size: 15px;
    font-weight: 500;
    margin-top: 2%;
  }
  .overlayone {
    display: inline-block;
    position: relative;
  }
  .overlayone img {
    width: 100%;
  }
  .overlayinn p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
  .overlayinn {
    background-color: #7108009c;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 20%;
    transition: opacity 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: white;
  }
  .overlayinn:hover {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .btn-outline-light {
    border-radius: 0 !important;
  }
  .home-product-service-contact {
    margin-top: 4%;
    text-align: center;
  }
  .home-product-service-text {
    font-size: 27px;
    font-weight: 400;
  }
  .home-product-service-contact-text {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0;
    color: white;
  }
  .home-product-service-contact-icon img {
    width: 50px;
  }
  .home-product-service-contact-textsm {
    font-size: 16px;
    font-weight: 300;
    color: white;
  }
  .zoom:hover {
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .home-product-service-box {
    border: 3px white solid;
    background-color: rgba(0, 0, 0, 0);
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    padding: 10%;
  }
  .home-product-service-box-img img {
    width: 80%;
  }
  .home-product-service-box:hover {
    background-color: rgba(255, 255, 255, 0.541);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .home-product-service-box-icon-next {
    visibility: hidden;
  }
  .home-product-service-box:hover .home-product-service-box-icon-next {
    visibility: visible;
  }
  .home-product-service-service-man {
    margin-top: 15%;
    text-align: center;
  }
  .home-product-service-service-man img {
    width: 70%;
  }
  .home-product-service-service-right {
    margin-top: 8%;
  }
  .home-product-service-service-text {
    margin-top: 11%;
  }
  .home-product-service-service-titlebox {
    display: flex;
    align-items: center;
  }
  .home-product-service-service-title {
    padding-right: 2%;
    font-size: 31px;
    font-weight: 500;
  }
  .home-product-service-service-subtitle {
    font-size: 16px;
    font-weight: 500;
  }
  .home-product-service-box-all {
    margin-top: 5%;
    display: flex;
  }
  .home-product-service-box {
    padding: 10%;
  }
  .home-product-service-box-img {
    display: flex;
    justify-content: center;
  }
  .home-product-service-box-icon-next {
    display: flex;
    justify-content: center;
  }
  .home-product-service-box-text {
    text-align: center;
    margin: 5% 0;
  }
  .ome-product-service-box-img img {
    width: 80%;
  }
  .modal-content .modal-title {
    color: black;
    font-size: 18px;
  }
  .modal-content .modal-title {
    color: black;
    font-size: 18px;
  }

  .home-machine-text {
    font-size: 22px;
    font-weight: 400;
  }
  .home-machine-text-small {
    font-size: 21px;
    font-weight: 400;
    margin-left: 5%;
    text-align: start;
  }
  .home-machine-listbox1 {
    display: flex;
    text-align: center;
    align-items: center;
  }
  .home-machine-listbox2 {
    display: flex;
    text-align: center;
    margin-top: 7%;
    align-items: start;
  }
  .home-machine-listbox-row {
    margin-top: 9%;
    margin-left: 1%;
  }
  .home-machine-left {
    margin-top: 14%;
    margin-left: 5%;
  }
  .home-machine-right {
    margin-top: 13%;
  }
  .home-machine-img img {
    width: 80%;
  }
  .owl-theme.slide-home-machine .owl-nav {
    display: none;
  }
  .owl-theme.slide-home-machine .owl-dots .owl-dot.active span {
    background: #c31e1e;
  }

  .home-knowledge-context {
    padding-bottom: 3%;
  }
  .home-knowledge-left {
    padding: 0 1%;
  }
  .home-knowledge-titlebox {
    margin-top: 2%;
    margin-bottom: 3%;
  }
  .home-knowledge-card-img img {
    width: 100%;
  }
  .home-knowledge-card-img-small img {
    width: 100%;
  }
  .home-knowledge-title {
    font-size: 28px;
    font-weight: 400;
    color: white;
    text-decoration: none;
  }
  .home-knowledge-title span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 1%;
  }
  .home-knowledge-card-text {
    margin-top: 5%;
    color: white;
  }
  .home-knowledge-card-heading {
    font-size: 16px;
    font-weight: 400;
  }
  .home-knowledge-card-subheading {
    font-size: 13px;
    font-weight: 400;
  }
  /* .home-knowledge-card-img-small {
    margin-top: 5%;
  } */
  .home-knowledge-card-text-small {
    margin-top: 7%;
    color: white;
  }
  .home-knowledge-card-heading-small {
    font-size: 14px;
    font-weight: 400;
  }
  .home-knowledge-card-subheading-small {
    font-size: 12px;
    font-weight: 400;
  }
  .home-knowledge-right hr {
    opacity: 0.5;
    color: white;
    width: 85%;
    margin: 0;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .slide-home-news-act .owl-item.active.center {
    margin-top: 50px;
  }
  .item-home-news-act-slide {
    padding: 5px 28px;
    width: 247px;
  }
  .home-news-act-slide-img {
    position: relative;
  }
  .home-news-act-slide-img::before {
    background-image: url("../images/icon-up.png");
    pointer-events: none;
    content: "";
    position: absolute;
    width: 82px;
    height: 10px;
    right: -20px;
    top: -5px;
  }
  .home-news-act-slide-img::after {
    background-image: url("../images/icon-down.png");
    pointer-events: none;
    content: "";
    position: absolute;
    width: 82px;
    height: 10px;
    left: -20px;
    bottom: -5px;
  }
  .home-news-act-slide-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10%;
    color: white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .obj-up {
    border-top: white 4px solid;
    border-right: white 4px solid;
    width: 234px;
    height: 73px;
    position: absolute;
    right: 0;
    top: 15%;
  }
  .obj-down {
    border-bottom: white 4px solid;
    border-left: white 4px solid;
    width: 470px;
    height: 73px;
    position: absolute;
    bottom: -8%;
    left: 7%;
  }
  .obj-title {
    background-image: url("../images/obj-title.png");
    width: 323px;
    height: 47px;
    position: absolute;
    top: 0;
  }
  .home-news-act {
    display: flex;
    margin-top: 9%;
  }
  .home-news-act-heading-box {
    margin-left: 7%;
    margin-top: 1%;
    width: 150px;
    height: 50px;
  }
  .home-news-act-subheading-box {
    margin-top: 4%;
    margin-left: 7%;
  }
  .home-news-act-textarea {
    margin-top: 17%;
    margin-left: 7%;
  }
  .home-news-act-heading {
    font-size: 23px;
    font-weight: 400;
    margin-left: 4%;
    color: white;
  }
  .home-news-act-heading:hover {
    color: #ffe609;
    font-size: 31px;
    font-weight: 400;
    margin-left: 4%;
  }
  .home-news-act-subheading {
    font-size: 15px;
    font-weight: 400;
  }
  .owl-carousel.slide-home-news-act
    .owl-nav.disabled
    .owl-next
    .fa-chevron-right:before {
    position: absolute;
    right: -1%;
    top: 23%;
    font-size: 32px;
  }
}
