h1,
p {
  font-family: Tahoma, "Geneva CE", "Lucida Sans", Arial, Helvetica, sans-serif;
}
.step {
  padding-left: 20PX;
  padding-bottom: 20px;
  overflow: hidden;
  display: inline-block;
}
.step li {
  list-style-type: none;
  padding: 15px;
  position: relative;
  border: 1px solid var(--border-3);
  text-align: center;
  display: inline-block;
}
.step li h3 {
  font-size: 36px;
  margin: 10px 0;
  font-weight: bold;
}
.step li .t1 {
  font-size: 16px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
}
.step li .t2 {
  font-size: 14px;
  padding: 10px 0;
  line-height: 22px;
}
.step li A {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #FFF !important;
  border-radius: 5PX;
}
.step li A:hover {
  text-decoration: none;
}
.step-primary {
  width: 300px;
  border-radius: 8PX;
  margin: 0 -5px 0 -5px;
  box-shadow: 0 0 8px var(--border-3);
  z-index: 999;
}
.step-primary a {
  background-color: #158eef;
}
.step-primary h3 {
  color: #F60;
}
.step-Second {
  background-color: var(--bgcolor-2);
  width: 260px;
  z-index: 3;
  margin-bottom: 8px;
}
.step-Second a {
  background-color: #3db116;
}
.ad_nav {
  border-bottom: 4px solid #1b8eed;
  overflow: hidden;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.ad_nav li {
  font-size: 16px;
  line-height: 50px;
  width: 180PX;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  color: #999;
}
#ad_plane2 .ad_nav li {
  width: auto;
  padding: 0 12px;
}
.ad_nav li.nav-on {
  font-weight: bold;
  color: #FFF;
  background-color: #1b8eed;
}
.ad-div-img {
  width: 850px;
  margin: 30px auto;
  border-radius: 10PX;
  overflow: hidden;
  display: none;
}
.ad_nav2 {
  text-align: center;
  margin-bottom: 15px;
}
.ad_nav2 li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 20px 0;
  width: 155px;
}
.ad_nav2 .on {
  color: #1B8EED;
}
.ad_nav2 li i {
  display: block;
  background-image: url(/images/sys.png);
  background-repeat: no-repeat;
  height: 60px;
  width: 65px;
  clear: both;
  margin: 5px auto;
}
.ad_nav2 li.pc i {
  background-position: center -70px;
}
.ad_nav2 li.Mobile i {
  background-position: center -140px;
}
.ad_nav2 li.pc.on i {
  background-position: center top;
}
.ad_nav2 li.Mobile.on i {
  background-position: center -210px;
}
.ad_nav2 li.pc.on:after,
.ad_nav2 li.Mobile.on:after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border: 6px solid transparent;
  border-top-color: #1B8EED;
  left: 71px;
  bottom: 4px;
}
.ad_nav2 span {
  background-color: #e0e0e0;
  width: 1px;
  height: 40px;
  display: inline-block;
  margin: 25px 10px;
  vertical-align: top;
}
.ad_plane img {
  width: 100%;
}
.relativeBox {
  position: relative;
}
.relativeBox .tabsBox {
  right: 0;
  top: 0;
  position: absolute;
  width: unset;
}
.tabsBox {
  border: solid 1px #1b8eed;
  display: flex;
  border-radius: 4px;
  line-height: 26px;
  float: left;
}
.tabsBox li {
  text-align: center;
  flex: 1;
  color: var(--textcolor-1);
  cursor: pointer;
  white-space: nowrap;
  padding: 0 10px;
}
.tabsBox li img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.tabsBox li a {
  color: var(--textcolor-1);
  text-decoration: none;
}
.tabsBox li:hover,
.tabsBox li a:hover {
  color: red;
}
.tabsBox li.on {
  background: #1b8eed;
  color: #fff;
}
.tabsBox li.on a {
  color: #fff;
}
.tabsBox li.on:hover,
.tabsBox li.on a:hover {
  color: yellow;
}
.eng_content,
.thai_content {
  background: var(--bgcolor-1);
  color: var(--textcolor-1);
  font-size: 14px;
  line-height: 20px;
  padding: 30px;
  border-radius: 5px 5px 0 0;
}
.eng_content .info,
.thai_content .info {
  font-size: 15px;
  line-height: 28px;
  margin: 0px;
  padding: 20px 20px 0 20px;
}
.eng_content a,
.thai_content a {
  color: #1b8eed !important;
  text-decoration: none;
}
.ad_title,
.ad_title > span {
  color: var(--textcolor-1);
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0 20px 0;
}
.merit {
  margin-top: 20px;
}
.merit li {
  font-weight: 800;
  line-height: 35px;
}
.merit li::before {
  content: "";
  background-color: var(--bgcolor-1);
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 20px 3px 0;
  border-radius: 50%;
}
.Contacts {
  width: 90%;
  background-color: #ecf7ff;
  margin: 20px auto;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 0 12px #c3dcef;
  border: 1px solid #c1dff7;
}
.Contacts .adctt {
  color: var(--textcolor-2);
  margin-right: 10px;
}
.Contacts .iconimg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 6px;
}
.mapimg {
  margin: 40px auto 0 auto;
  display: block;
}
.ad-div {
  background: var(--bgcolor-1);
  border-radius: 0 0 5px 5px;
  padding: 30px 0;
}
.ad-info .markets {
  margin: 10px;
}
.ad-info .markets .ctry {
  width: 32.8%;
  text-align: center;
  display: inline-block;
}
.ad-info .markets .ctryimg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 10px auto;
  border: 1px solid var(--gray20);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-info .markets .ctryimg img {
  width: auto;
  height: 100%;
}
.ad-info .markets .ctry span {
  text-align: center;
  font-weight: 600;
  display: block;
}
.ad-info text {
  text-align: center;
  margin: 20px auto 25px auto;
  display: block;
}
.dark .Contacts {
  background-color: var(--bgcolor-1);
  box-shadow: 0 0 12px var(--border-3);
  border: 1px solid var(--border-3);
}
.newsbox.pic .Lbtn,
.newsbox.pic .Rbtn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #000;
  width: 25px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  opacity: 0.5;
  outline: 0;
  cursor: pointer;
}
.newsbox.pic .Rbtn {
  left: auto;
  right: 0;
  border-radius: 20px 0 0 20px;
}
.newsbox.pic .Lbtn::before,
.newsbox.pic .Rbtn::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  z-index: 10;
}
.newsbox.pic .Rbtn::before {
  transform: rotate(-135deg);
  left: 5px;
}
.newsbox.pic .Lbtn:hover,
.newsbox.pic .Rbtn:hover {
  opacity: 0.8;
}
.contact-div {
  background-color: #FFF;
  padding: 10px;
  margin: 6px 0 8px 0;
}
.contact-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}
.contact-methods {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  flex-wrap: wrap;
}
.contact-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex: 1;
  box-sizing: border-box;
}
.contact-card {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.contact-card-link:hover {
  text-decoration: none;
}
.contact-card .icon-wrapper {
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.contact-card .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-card .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.contact-card .label {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  margin-bottom: 2px;
  white-space: nowrap;
}
.contact-card .value {
  font-size: 14px;
  color: #007bff;
  word-break: break-all;
}
.eng_content,
.thai_content {
  border-radius: 0;
}
.swiper-slide img {
  max-width: 1060px;
}
