html {
  min-height: 100%;
  height: 100%;
}

/*table Cert Detail*/
#nav-tabContent a {
  /* color: #7EC241; */
  color: #000;
}

#nav-tabContent a:hover{
  color: #7EC241;
  /* color: #000; */
}

#box-btn .box-btn-1 {
  color: #7EC241;
}
#box-btn .box-btn-2 {
  color: #7EC241;
}

#box-btn .box-btn-1:hover, #box-btn .box-btn-2:hover {
  color: white;
}

.mr-1 {
  margin-right: 0.25rem; /* 4px */
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body {
  background: #ffff;
  position: relative;
  min-height: 100%;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Prompt', sans-serif;
}

#vapp {
  height: 100%;
}

ul {
  margin-top: 1rem;
}

.hero-container {
  width: 100%;
  height: 100vh;
  /* background: linear-gradient(to top, #ffffff, #7EC241, #49AF44); */
}

.hero-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  /* background: url("../assets/bg-home.jpg") no-repeat,
    -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(#47a941), to(#00978B));
  background: url("../assets/bg-home.jpg") no-repeat,
    -webkit-linear-gradient(bottom, #ffffff, #47a941, #00978B);
  background: url("../assets/bg-home.jpg") no-repeat,
    -o-linear-gradient(bottom, #ffffff, #47a941, #00978B); */
  background: url("../assets/bg-home.jpg") no-repeat,
  /* linear-gradient(180deg, #13b7e9 0%, #97E17D 80%, rgba(255,255,255,1) 100%); */

    /* background: rgb(4,156,223); */
  linear-gradient(180deg, #d6eec1 0%, #d6eec1 65%, rgb(255, 255, 255) 100%);
  background-position: top center;
  background-size: cover;
  background-blend-mode: soft-light;
  z-index: -1;
}

.home-title {
  font-size: 2.2em;
  color: green;
  text-align: center;
}

.sup-home-tilte {
  font-size: 1.5em;
  color: black;
  text-align: center;
}

.child-home-tilte {
  font-size: 1em;
  color: black;
  text-align: center;
}

.or-title {
  color: #fff;
}

.fullheight {
  height: 100%;
}

.btn-home-intro {
  padding: 12px 50px;
  border-radius: 1.5rem;
  width: 270px;
  background: #fff;
  color: #7EC241 !important;
  border: 0;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.btn-home-intro:hover {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.85;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  color: hsl(210, 100%, 99%) !important;
}

.btn-home-intro-converse {
  padding: 12px 50px;
  border-radius: 1.5rem;
  width: 270px;
  /* background-color: #197f7f !important; */
  background-image: linear-gradient(to right bottom, #7EC241, #7EC241, #7EC241);
  color: #fff !important;
  border: 0;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.btn-home-intro-converse:hover {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.85;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  color: #7EC241 !important;
  background: #fff;
}


.btn-home {
  padding: 12px 50px;
  border-radius: 1.5rem;
  background: #fff;
  color: #3C8629 !important;
  border: 0;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.btn-home:hover {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.85;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  color: hsl(210, 100%, 99%) !important;
}
.header-border:hover {
  color: #7EC241 !important
}

.header-border {
  padding: 12px 50px;
  border-radius: 2rem;
  background: #7EC241;
  color: #fff !important;
  border: 0;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  cursor: initial !important;
  width: fit-content;
}
.btn-home-converse {
  padding: 12px 50px;
  border-radius: 1.5rem;
  background: #7EC241;
  color: #fff !important;
  border: 0;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.btn-home-converse:hover {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.85;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  background: #fff;
  color: #7EC241 !important;
}

.btn-home:active {
  color: hsl(210, 100%, 99%) !important;
}

.document-warper {
  display: block;
  position: absolute;
  right: 10vw;
  top: 30vh;
}

.medal-img {
  width: 160px;
  display: block;
  position: absolute;
  right: 31px;
  top: 250px;
  -webkit-transform: perspective(400px) rotateY(-30deg) rotateX(-5deg);
          transform: perspective(400px) rotateY(-30deg) rotateX(-5deg);
}

.doc-img-1 {
  width: 350px;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
  -webkit-transform: perspective(400px) rotateY(164deg);
          transform: perspective(400px) rotateY(164deg);
}

.doc-img-2 {
  width: 350px;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transform: perspective(400px) rotateY(-16deg);
          transform: perspective(400px) rotateY(-16deg);
}

.no-pd {
  padding: 0 !important;
}

.padding-article {
  padding: 0 100px;
}

.hero-container-kl {
  width: 100%;
  background: #fff;
  min-height: 200px;
  display: block;
  position: relative;
  padding-bottom: 1.5rem;
}

.hero-container-kl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(4,156,223);
  background: linear-gradient(180deg, #d6eec1 0%, #d6eec1 46%, #d6eec1 100%);
  -webkit-clip-path: polygon(100% 90%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 90%, 0% 100%, 100% 100%);
}

.title-kl {
  font-size: 2em;
  display: flex;
  justify-content: center;
}

.text-content-kl {
  font-size: 1.3em;
  padding: 10px;
  text-align: center;
}

.hero-container-sl {
  width: 100%;
  min-height: 900px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#d6eec1), to(#d6eec1));
  background: -webkit-linear-gradient(bottom, #fff,#d6eec1, #d6eec1);
  background: -o-linear-gradient(bottom, #fff,#d6eec1, #d6eec1);
  background: linear-gradient(to top, #fff,#d6eec1, #d6eec1)
}

.title-sl {
  font-size: 2em;
  margin: 1em 0;
  color: green;
  text-align: center;

}

.title-solution {
  font-size: 1.8em;
  margin: 1em 0;
  color: black;
  text-align: center !important;
}

.title-solution-left {
  font-size: 1.8em;
  margin: 1em 0;
  color: black;
  text-align: left;
}

.title-solution-right {
  font-size: 1.8em;
  margin: 1em 0;
  color: black;
  text-align: right;
}

.body-solution-left {
  font-size: 1em;
  color: black;
  text-align: left;
}

.body-solution-right {
  font-size: 1em;
  color: black;
  text-align: right;
}

.list-sollution {
  color: black;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.hero-container-why {
  width: 100%;
  display: block;
  position: relative;
  min-height: 650px;
  background: #fff;
}

.hero-container-why::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  min-height: 300px;
  background: #97E17D;
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 0);
  clip-path: polygon(0 0, 100% 9%, 100% 0);
}

.title-why {
  font-size: 2em;
  margin: 2.5em 0;
  color: #000;
}

.topic-why {
  font-size: 1.5em;
  margin: 1em 0;
  color: #000;
}

.body-why {
  font-size: 1em;
  color: #000;
  padding: 0 12px;
  text-align: -webkit-auto;
  text-align: center;
  margin-bottom: 30px;
}

.img-why {
  height: 150px;
}

.footer-inet {
  width: 100%;
  background: #ffffff;
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 0.5%;
  line-height: 50px;
}

.footer-inet-tooltip {
  width: 100%;
  background: #495057;
  display: block;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}

.privacy-policy {
  line-height: 10px;
  color: green;
  text-shadow: 0 0 1px green;
  text-align: center;
}

.img-inet {
  height: 57px;
  margin: -10px 10px 0 10px;
}

.hero-container-ab {
  width: 100%;
  height: 100vh;
  background-color: white;
  /* background: -webkit-gradient(linear, left bottom, left top, from(#97E17D), color-stop(#00B7A0), to(#008ce8#008ce8));
  background: -webkit-linear-gradient(bottom, #97E17D, #00B7A0, #008ce8);
  background: -o-linear-gradient(bottom, #97E17D, #00B7A0, #008ce8);
  background: linear-gradient(to top, #97E17D, #00B7A0, #008ce8); */
}

.contact-title {
  font-size: 2em;
  margin: 30px 0;
  color: green;
}

.info-title {
  font-size: 2em;
  margin-bottom: 20px;
  color: black;
}

.address-title {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: black;
}

.tel-title {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: black;
}

.tel-title img {
  width: 27px;
  margin-right: 11px;
}

.email-title {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: black;
}

.email-title img {
  width: 30px;
  margin-right: 11px;
}

.pd-top {
  padding-top: 10vh;
}

.pd-bottom {
  padding-bottom: 10vh;
}

.no-mg {
  margin: 0;
}

img.responsive {
  height: 100%;
  /* width: 100%; */
}

.iframe-container {
  padding: 15px;
  position: relative;
  width: 600px;
  height: 450px;
  padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 18%;
  margin: 0;
  padding: 0;
  height: 80%;
  width: 100%;
}

.hero-container-doc {
  width: 100%;
  height: auto;
  /* background: -webkit-gradient(linear, left bottom, left top, from(#97E17D), color-stop(#00B7A0), to(#008ce8));
  background: -webkit-linear-gradient(bottom, #97E17D, #00B7A0, #008ce8);
  background: -o-linear-gradient(bottom, #97E17D, #00B7A0, #008ce8);
  background: linear-gradient(to top, #97E17D, #00B7A0, #008ce8); */
}

.hero-container-doc2 {
  width: 100%;
  height: auto;
  /* background: -webkit-gradient(linear, left bottom, left top, from(#97E17D), color-stop(#00B7A0), to(#008ce8));
  background: -webkit-linear-gradient(bottom, #97E17D, #00B7A0, #008ce8);
  background: -o-linear-gradient(bottom, #97E17D, #00B7A0, #008ce8);
  background: linear-gradient(to top, #97E17D, #00B7A0, #008ce8); */
}

.contact-title {
  font-size: 2em;
  margin: 30px 0;
  color: green;
  text-align: center;
}

.contact-title-sub {
  font-size: 2em;
  margin-bottom: 30px;
  color: black;
  padding-right: 10px;
  padding-left: 10px;
  border-right: #fff solid 2px;
}

.contact-current {
  font-size: 1.2em;
  color: #f0f8ff;
  background: #3C8629;  
  padding: 2px 10px;
  display: flex;
  align-self: center;
  margin-bottom: 30px;
  border-radius: 0 5px 5px 0;
  border-left: solid 3px #fff;
}

.contact-previous {
  font-size: 1.3em;
  color: #f0f8ff;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-self: center;
  margin-bottom: 30px;
}

.card-document {
  width: 180px;
  display: block;
  position: relative;
  height: 230px;
  background: #f8f9fa;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 20px auto;
  /*   background-image: url(~assets/ICON/if_pdfs_774684.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.text-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 99%;
  height: 100%;
  color: #7EC241;
  text-align: center;
  padding: 10px;
}

.card-document:hover .open-document {
  visibility: visible;
  height: 100%;
   transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.table-container-document {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.open-document {
  width: 100%;
  height: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e4f5ce;
  text-align: center;
  padding: 3%;
  color: #ffff;
  overflow: hidden;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  text-transform: uppercase;
}

.publised {
  font-size: 0.8em;
  color: rgb(96, 97, 97);
  text-align: center;
}

.versioning {
  margin: 3px 0 0 0;
  font-size: 0.9em;
  text-align: center;
}

.name-document {
  text-align: center;
  width: 250px;
  margin: 0 auto;
}

.name-document-200px {
  text-align: center;
  width: 200px;
  margin: 0 auto;
}

.btn-warper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.btn-preview {
  border: 0;
  border-radius: 1rem;
  padding: 12px 50px;
  border-radius: 1.5rem;
  background: #fff;
  color: #5a8e1a;
  border: 0;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.btn-download {
  border: 0;
  border-radius: 1rem;
  padding: 12px 0;
  border-radius: 1.5rem;
  background: #fff;
  color: #5a8e1a;
  border: 0;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.btn-preview:hover {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.85;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.btn-download:hover {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.85;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

.pt-top {
  padding-top: 10vh;
}

.hero-container-document {
  width: 100%;
  height: auto;
  overflow: auto;
  /* background: linear-gradient(to top, #ffffff, #7EC241, #49AF44); */
  background: url("../assets/document-bg.jpg") no-repeat,
  -webkit-gradient(linear, left bottom, left top, from(#A8FA8B), color-stop(#7EC241), to(#49AF44));
  background: url("../assets/document-bg.jpg") no-repeat,
  -webkit-linear-gradient(bottom, #A8FA8B, #7EC241, #49AF44);
  background: url("../assets/document-bg.jpg") no-repeat,
  -o-linear-gradient(bottom, #A8FA8B, #7EC241, #49AF44);
  background: url("../assets/document-bg.jpg") no-repeat,
  linear-gradient(to top, #A8FA8B, #7EC241, #49AF44);
  background-position: top center; 
  background-size: cover;
  background-blend-mode: soft-light;
  }

.hero-container-his {
  width: 100%;
  height: 100vh;
  overflow: auto;
  /* background: linear-gradient(to top, #ffffff, #7EC241, #49AF44); */
  /* background: url("../assets/history-bg.jpg") no-repeat,
  linear-gradient(180deg, #008ce8 0%, rgba(12,208,183,1) 80%, rgba(255,255,255,1) 100%); */
  background-position: top center; 
  background-size: cover;
  background-blend-mode: soft-light;
  }

.hero-container-dw {
  width: 100%;
  height: auto;
  overflow: auto;
  /* background: linear-gradient(to top, #ffffff, #7EC241, #49AF44); */
  /* background: url("../assets/bg-certdownload.jpg") no-repeat,
  linear-gradient(180deg, #008ce8 0%, rgba(12,208,183,1) 80%, rgba(255,255,255,1) 100%); */
  background-position: bottom center; 
  background-size: cover;
  background-blend-mode: soft-light;
  }


.box-container {
  width: 100%;
  height: 100%;
  padding: 1% 2% 1% 2%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 5px rgb(50 50 50 / 40%)
}

.table thead th {
  border-top: 0;
}

.cerdownload-center {
  text-align: center;
}

.btn-cerdownload {
  border: 0;
  border-radius: 1rem;
  border-radius: 1.5rem;
  background: #f8f8f8;
  color: #66a82b;
  border: 0;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.btn-docpreview {
  border: 0;
  border-radius: 1rem;
  border-radius: 1.5rem;
  background: #f8f8f8;
  color: #7EC241;
  border: 0;
  font-size: 0.7em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.webtrust-ca {
  width: 57px;
  height: 75px; 
  margin:0 5px;
  padding: 0;
  background-image: url(../assets/webTrust/_0002_WebTrust_CertificationAuthorities.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;

}

.webtrust-br-ssl {
  width: 57px;
  height: 75px; 
  margin:0 5px;
  padding: 0;
  background-image: url(../assets/webTrust/_0016_WebTrust_NetworkSecurity.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.copyright-inet {
  text-align: center;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tel-color {
  text-align: center;
  /* color: #00BB00; */
  /* color: #000; */
}
.tel-color:hover {
  text-align: center;
  color: #00BB00;
  /* color: #000; */
}

.correct-color {
  text-align: center;
  color: #00BB00;
}

.clear-color {
  text-align: center;
  color: red;
}

.converse-link {
  color: rgb(175, 172, 172);
}

.cursor-pointer {
  cursor: pointer;
}

.custom-border-request-form {
  /* margin: 25px !important;
  padding: 12px !important; */
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  width: fit-content !important;
  margin-left: 5% !important;
}

.note-box {
  margin-left: 5% !important;
  background-color: #f8f9fa;
  border-left: 5px solid #dee2e6;
  color: #6c757d;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  width: 90% !important;
  align-items: center;
}
.note-box i {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}

.outline-none {
  outline: none !important;
}

.space-around {
  display: flex;
  justify-content: space-around;
}

.center-grid {
  display: grid;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .img-inet {
    height: 30px;
    margin: -10px 10px 0 10px;
  }
  .footer-inet-tooltip {
    width: 100%;
    background: #495057;
    display: block;
    position: relative;
    color: #fff;
    font-size: 8.5px;
    line-height: 30px;
    font-weight: 300;
  }
  .iframe-container > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 80%;
    width: 100%;
  }
  .iframe-container {
    padding: 15px;
    position: relative;
    width: 100%;
    height: 350px;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
  }
  img.responsive {
    height: 100%;
    /* width: 90%; */
  }
}

@media screen and (max-height: 736px) and (max-width: 450px) {
  .footer {
    font-size: 10px;
  }
  .name-document {
    text-align: center;
  }
  .footer-inet {
    font-size: 10px;
  }
  .img-inet {
    height: 35px;
    margin: -10px 10px 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .document-warper {
    display: block;
    position: absolute;
    right: 10vw;
    top: 30vh;
  }

  .medal-img {
    display: none;
  }

  .doc-img-1 {
    display: none;
  }

  .doc-img-2 {
    display: none;
  }

  .btn-home-intro{
    width: fit-content;
  }
  .btn-home-intro-converse {
    width: fit-content;
  }
}


/* phone screen */
@media screen and (max-width: 450px) {
  .text-ps-note {
    font-size: 12px !important;
  }
  .img-inet {
    height: 35px;
    margin: -10px 10px 0 10px;
  }
  html, body {
    height: auto;
 }

 .hero-container-ab {
  height: 100%;
}
 
  .footer {
    font-size: 10px;
  }

  .privacy-policy {
    line-height: 10px;
    color: green;
    text-shadow: 0 0 1px green;
    text-align: center;
  }
  
  .title-hero {
    text-align: center;
  }
  .document-warper {
    display: block;
    position: absolute;
    right: 10vw;
    top: 30vh;
  }

  .medal-img {
    display: none;
  }

  .doc-img-1 {
    display: none;
  }

  .doc-img-2 {
    display: none;
  }

  .padding-article {
    padding: 15px;
  }
  .hero-container {
    min-height: 300px;
  }

  .btn-docpreview {
    margin-bottom: 10px;

  }

  .btn-home-intro{
    width: fit-content;
  }
  .btn-home-intro-converse {
    width: fit-content;
  }
}

/* page  List of Trusted Identity Providers*/
.modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* Header */
.modern-table thead {
  background: linear-gradient(90deg, #A8FA8B, #49AF44);
}

.modern-table thead th {
  padding-left: 38px;
  color: #2c3e50;
  font-weight: 600;
  border: none;
  font-size: medium;
  text-align: left;
  letter-spacing: 0.5px;
}

/* Body Row */
.modern-table tbody tr {
  transition: all 0.2s ease;
}

.modern-table tbody tr:hover {
  background: #f8fff4;
}

/* Cell */
.modern-table td,
.modern-table th {
  padding: 14px 16px;
  border-bottom: 1px solid #f2f6ee;
  vertical-align: middle;
}

/* ===== Group Row ===== */
.modern-group-row {
  background: #d6eec1;
  font-weight: 600;
  cursor: pointer;
  color: #2c3e50;
}

.modern-group-row:hover {
  background: #f0ffe9;
}

/* Arrow Icon */
.modern-group-row span {
  margin-right: 10px;
  font-size: 13px;
  color: green;
}

/* ===== Sub Table ===== */
.modern-subtable {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  background: #f2f6ee;
}

.modern-subtable th {
  width: 150px;
  background: #d6eec1;
  font-weight: 600;
  color: #34495e;
  padding: 12px;
  border-bottom: 1px solid #eaf2e6;
}

.modern-subtable td {
  background: #ffffff;
  padding: 12px;
  border-bottom: 1px solid #f2f6ee;
  word-break: break-word;
}

/* Remove last border */
.modern-subtable tr:last-child th,
.modern-subtable tr:last-child td {
  border-bottom: none;
}

.col-x {
  width: 150px;
  text-align: center;
}

/* mobile */
@media (max-width: 768px) {
  .col-x {
    width: 120px;
  }
}

/* header layout */
.group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ซ้าย */
.group-left {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.arrow {
  margin-right: 8px;
  font-size: 13px;
  color: #4e73df;
}

/* ปุ่มขวา */
.action-btn {
  border: none;
  background: #d6eec1;
  color: green;
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.action-btn:hover {
  background: green;
  color: #fff;
}

/* panel */
.action-panel {
  background: #fbfff8;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  animation: fadeSlide 0.2s ease;
}

.panel-btn {
  border: none;
  background: white;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: 0.2s;
}

.panel-btn:hover {
  background: #4e73df;
  color: white;
}

/* animation */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== JSON CARD ===== */
.json-card {
  background: #383838;
  border-radius: 12px;
  padding: 16px;
  margin-top: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  position: relative;
}

/* header */
.json-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

/* copy button */
.copy-btn {
  background: #4e73df;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
}

.copy-btn:hover {
  background: #224abe;
}

/* json text */
.json-content {
  background: #383838;
  color: #fff;
  /* padding: 12px; */
  border-radius: 8px;
  max-height: 300px;
  overflow: auto;
  /* font-size: 13px; */
  line-height: 1.5;
  white-space: pre-wrap;
}

.json-key {
  color: #00ff9c;
  font-weight: 500;
}

.group-left {
  pointer-events: none;
}

.group-left span,
.group-left {
  pointer-events: auto;
}

.table-responsive-custom {
  width: 100%;
  overflow-x: auto;
}

/* ===== Mobile adjustments ===== */
@media (max-width: 768px) {

  /* ลด padding table */
  .modern-table th,
  .modern-table td {
    padding: 10px 12px;
    font-size: 13px;
  }

  /* header layout ปรับให้กระชับ */
  .group-header {
    flex-direction: row;
    align-items: center;
  }

  .group-left {
    font-size: 14px;
  }

  .action-btn {
    padding: 4px 8px;
    font-size: 12px;
  }

  /* JSON card */
  .json-card {
    padding: 12px;
  }

  .json-content {
    font-size: 12px;
    max-height: 250px;
  }

}