.PDPA .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: 1000;
  bottom: 0;
  font-size: 1vw;
  font-weight: 400;
  gap: 1rem;
  opacity: 1;
  visibility: visible;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.PDPA .PDPA-container.hide {
  opacity: 0;
  visibility: hidden;
}
.PDPA .PDPA-container a {
  color: white;
}
.PDPA .PDPA-container a:hover {
  color: #edc006;
  transition: 0.3s ease-in-out;
}
.PDPA .PDPA-container .PDPA-text {
  flex: 7 768px;
}
.PDPA .PDPA-container .agree {
  flex: 1 150px;
  text-align: center;
}
.PDPA .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;
}
.PDPA .agree button:hover {
  background: #edc006;
  color: white;
  transition: 0.3s ease-in-out;
}
.BG-white-nav {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.BG-footer {
  background-color: #000000;
  padding: 3% 0 0 0;
  /* margin: 4% 0 0 0; */
}
.BG-mb-footer {
  background-color: #353535;
  margin-top: 6%;
  padding: 6% 0 20% 0;
}

.navbar {
  padding: 0.7vw 0;
  box-shadow: 0 0 10px 4px #0000001f;
  height: 5.2vw;
}
.navbar-brand {
  width: 6.25vw;
}
.navbar-brand img {
  width: 100%;
}
.navbar-collapse {
  display: flex !important;
  justify-content: flex-end;
  padding: 1%;
}
.nav-item {
  margin-left: 1vw;
}
.nav-item i {
  font-size: 1.2vw;
}
.nav-item i:hover {
  color: #edc006;
  transition: 0.3s ease-in-out;
}
.nav-link,
.nav-link-th {
  text-decoration: none;
  color: black;
  font-size: 0.94vw;
}
.nav-item .dropdown-menu.show {
  min-width: 3.5rem;
}

.nav-item.searchbar .dropdown-menu.show {
  padding: 1vw;
  min-width: 16vw;
}
.nav-item.searchbar .dropdown-menu[data-bs-popper] {
  left: -200%;
}
.nav-item.searchbar .dropdown-menu.show .content-search input {
  background-image: url("../img/nav-icon-search.png");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 1.2vw;
  padding: 5% 17% 5% 5%;
  width: 100%;
  border: 1px #d5d5d5 solid;
  font-size: 0.94vw;
}
.content-search input {
  position: relative;
}
.content-search .toclick a {
  position: absolute;
  right: 9%;
  top: 28%;
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}
.nav-item .dropdown-item:hover {
  color: #edc006;
  transition: 0.3s ease-in-out;
}
.dropdown-item .nav-link.active {
  text-decoration: none;
  color: #edc006 !important;
  font-size: 0.94vw;
}
.nav-link:hover {
  text-decoration: none;
  color: #edc006;
  transition: 0.3s ease-in-out;
}
.nav-link-th {
  display: flex;
  align-items: center;
}
.nav-link-th:hover {
  color: black;
  transition: 0.3s ease-in-out;
}
/* .nav-link-th img {
  width: 1.5vw;
} */
.nav-link.active {color: #edc006 !important;}
.dropdown {
  display: flex;
}

.footer-name {
  display: flex;
  flex-direction: column;
  font-size: 1.05vw;
  font-weight: 300;
  color: #b0b0b0;
  padding: 0 0 3% 0;
  margin: 0 4% 0 0;
  border-bottom: 1px #b0b0b0 solid;
}
.footer-name span {
  font-size: 1.36vw;
  font-weight: 400;
  color: white;
  padding: 0 0 7% 0;
}

.footer-contact {
  padding: 6% 0 0 0;
}
.footer-contact .box {
  display: flex;
  align-items: flex-end;
  padding: 0 0 2% 0;
}
.footer-contact .box .img {
  width: 3vw;
}
.footer-contact .box .text {
  font-size: 1.05vw;
  font-weight: 300;
  color: white;
}

.footer-menu .menu a,
.footer-menu .menu {
  text-decoration: none;
  color: white;
  text-decoration: none;
  font-size: 1.2vw;
  font-weight: 400;
  padding: 0 0 2% 0;
}
.footer-menu .menu a:hover {
  color: #ffde00;
  transition: 0.3s ease-in-out;
}
.footer-menu .menu-list {
  text-decoration: none;
  color: #b0b0b0;
  font-size: 1.05vw;
  font-weight: 300;
}
.footer-menu .menu-list:hover {
  color: #ffde00;
  transition: 0.3s ease-in-out;
}
.list {
  color: #b0b0b0;
}

.social-link {
  display: flex;
  padding: 10% 0 0 0;
  /* justify-content: center; */
}

.social-link .img {
  border: 1px white solid;
  width: 2.1vw;
  height: 2.1vw;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 3% 0 0;
}
.social-link i {
  color: white;
  font-size: 1vw;
}
.social-link .img:hover i {
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.social-link .img:hover {
  border: 1px #ffffff solid;
  transition: 0.3s ease-in-out;
  background-color: #ffde00;
}
.footer-end-left {
  color: white;
  font-size: 1.05vw;
  font-weight: 300;
  padding: 0.5vw 0;
  text-align: end;
}
.footer-end-right {
  padding: 0.5vw 0;
  text-align: center;
}
.footer-end-right a {
  text-decoration: none;
  color: white;
  font-size: 1.05vw;
  font-weight: 300;
}
.footer-end-right a:hover {
  color: #ffde00;
  transition: 0.3s ease-in-out;
}
.fix-icon {
  /* background: black; */
  width: 60px;
  height: 210px;
  position: fixed;
  bottom: 4%;
  right: 0%;
  border-radius: 10px 0 0 10px;
  z-index: 3;
}
.fix-icon2 {
  width: 60px;
  height: 40px;
  position: fixed;
  bottom: 18%;
  right: 0%;
  border-radius: 10px 0 0 10px;
  z-index: 2;
}
.fix-icon2 .show {
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fix-icon .hide {
  width: 100%;
  height: 19%;
  background-color: black;
  border-radius: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fix-icon .messenger {
  width: 100%;
  height: 27%;
  background-color: #009cfa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-icon .call {
  width: 100%;
  height: 27%;
  background-color: #f42831;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-icon .line {
  width: 100%;
  height: 27%;
  background-color: #03c854;
  border-radius: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-icon .line .img {
  width: 30px;
}
.fix-icon .line .img img {
  width: 100%;
}
.fix-icon i,
.fix-icon2 i {
  color: white;
  font-size: 24px;
}
.bar .hotline {
  display: flex;
  justify-content: flex-end;
}
.bar .hotline .contactbox .img {
  width: 2.5vw;
}
.bar .hotline .contactbox .text {
  line-height: 100%;
  font-size: 1.05vw;
  justify-content: center;
  font-weight: 500;
}

@media (max-width: 991px) {
  .show-pc {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .PDPA .PDPA-container {
    padding: 1rem 1rem 6rem 1rem;
    font-size: 13px;
  }
  .mb-navbar {
    display: flex;
    justify-content: space-between;
  }
  .mb-logo {
    width: 67px;
    padding: 1rem 0 0.65rem 0.65rem;
  }
  .mb-logo img {
    width: 100%;
  }
  .mb-toggle {
    display: flex;
    align-items: center;
    padding: 0 3% 0 0;
  }
  .mb-toggle .searchbar i {
    font-size: 24px;
  }
  .mb-toggle .searchbar.dropdown .dropdown-menu.show {
    min-width: 98.5vw;
    padding: 40%;
    left: -0.8vw !important;
    top: 18px !important;
  }
  .mb-toggle .searchbar.dropdown .dropdown-menu.show input {
    background-image: url("../img/nav-icon-search.png");
    background-position: 95%;
    background-repeat: no-repeat;
    /* background-size: 1.2vw; */
    padding: 5px 50px 5px 5px;
    width: 100%;
    border: 1px #d5d5d5 solid;
    font-size: 16px;
  }

  .mb-toggle .dropdown {
    width: 26%;
    margin-right: 2vw;
  }
  .mb-toggle .dropdown a {
    display: flex;
  }
  .mb-toggle .dropdown img {
    width: 100%;
  }
  .mb-nav-link-th {
    text-decoration: none;
    color: black;
    font-size: 16px;
  }
  .mb-nav-link-th span {
    margin-left: 13%;
    color: black;
    font-size: 16px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .mb-toggle .dropdown .dropdown-menu.show,
  .offcanvas-header .dropdown-menu.show {
    min-width: 3.5rem;
  }
  .offcanvas-header {
    box-shadow: 0 0 3px 3px #0000000a;
    padding: 0 4% 0 1%;
  }
  .offcanvas-body {
    padding: 0;
  }
  .offcanvas-body .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .offcanvas-body .menu li {
    padding: 5%;
    border-bottom: #f5f6fb 1px solid;
    font-size: 16px;
    font-weight: 300;
  }
  .offcanvas-body .menu li:hover {
    background-color: #edc006;
  }

  .offcanvas-body .menu li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 300;
  }

  .offcanvas-body .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .offcanvas-body .submenu li {
    padding: 5% 9%;
    border-bottom: #f5f6fb 1px solid;
    font-size: 14px;
    font-weight: 300;
  }
  .offcanvas-body .submenu li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 300;
  }
  .offcanvas-body .menu.show {
    display: flex;
    justify-content: space-between;
  }
  .offcanvas-body .menu.show::after {
    content: url(../img/mb-icon-menu.png);
  }
  .offcanvas-body .menu.show.collapsed {
    display: flex;
    justify-content: space-between;
  }
  .offcanvas-body .menu.show.collapsed::after {
    content: url(../img/mb-icon-menu-active.png);
  }
  .offcanvas-footer {
    padding: 7% 0 25% 0;
    background: #f5f5f5;
  }
  .offcanvas-footer .text {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
  }
  .offcanvas-footer .text a {
    text-decoration: none;
    color: black;
  }
  .offcanvas-footer .icon {
    display: flex;
    justify-content: center;
    padding: 5% 0 0 0;
  }
  .offcanvas-footer .icon .img {
    width: 9%;
    margin: 0 2%;
  }
  .offcanvas-footer .icon .img img {
    width: 100%;
  }
  .content-search .toclick a {
    position: absolute;
    right: 4%;
    top: 8%;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .mb-footer-name {
    font-size: 20px;
    color: #ffde00;
    font-weight: 500;
    text-align: center;
    padding: 0 0 2% 0;
  }
  .mb-footer-tel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mb-footer-tel .img {
    min-width: 44px;
  }
  .mb-footer-tel .img img {
    width: 100%;
  }
  .mb-footer-tel .text {
    font-size: 18px;
    color: white;
    margin: 0 0 0 4%;
  }
  .mb-footer-tel .text a {
    text-decoration: none;
    color: white;
  }
  .mb-footer-sociallink {
    padding: 0 10%;
  }

  .social-link {
    padding: 4% 0;
  }
  .social-link .img {
    width: 42px;
    height: 42px;
  }
  .social-link i {
    font-size: 20px;
  }
  .mb-footer-policy {
    text-align: center;
    padding: 0 0 3% 0;
  }
  .mb-footer-policy a,
  .mb-footer-qpc {
    font-size: 16px;
    color: white;
    font-weight: 300;
    text-align: center;
  }
  .footerbar-box {
    text-align: center;
  }
  .footerbar-box .img {
    /* width: 30%;
    height: 30%; */
    margin: 0 0 3% 0;
  }
  .footerbar-box .img img {
    width: 100%;
  }
  .footerbar-box .text {
    font-size: 16px;
    color: white;
    font-weight: 300;
  }
  .footerbar-box a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .BG-mb-footer {
    background-color: #353535;
    margin-top: 6%;
    padding: 15px 0 85px 0;
    min-height: 306px;
  }
  .BG-mb-black {
    background-color: #000000;
    padding: 1% 3%;
  }
  .fix-icon {
    bottom: 20%;
  }
  .fix-icon2 {
    bottom: 34%;
  }
}
